@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

* { 
	margin:0;
	padding:0;
    scroll-behavior: smooth;
}

body{
    background-color:#ed8ab8;
    font-family: "Fjalla One", sans-serif;
    text-align:center;
}

h1{
    color:#000;
    font-size:60px;
    text-transform:uppercase;
    margin-bottom:50px;
}

h2{
    font-size: 120px;
    margin-bottom: 50px;
    line-height: 1em;
    text-transform:uppercase;
}

h3{
    color:#fffaea;
    font-size:20px;
    text-transform:uppercase;
    letter-spacing:0.2em;
}

h4{
    color:#000;
    font-size:20px;
    text-transform:uppercase;
    letter-spacing:0.2em;
}


#shop {
    padding: 150px 0 50px;
}

#shop a {
    text-decoration: none;
}

#shop .product {
    width: 45%;
    display: inline-block;
    text-align: center;
}
#shop .product:hover .picture {
    transform: rotate(-3deg);
}
#shop .product h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: normal;
    transform: rotate(-1deg);
}
#shop .product h4 {
    color: #000;
    font-family: monospace;
    font-weight: normal;
    letter-spacing: normal;
    border: 2px solid black;
    display: inline-block;
    padding: 2px 10px;
    transform: rotate(3deg);
}
#shop .product:hover h3 {
    transform: rotate(-2deg);
}
#shop .product:hover h4 {
    transform: rotate(0deg);
}

.picture {
    width: 40vw;
    height: 19vw;
    margin: 25px auto;
}
#lamouralafolieCD .picture {
    background: url(../img/products/lamouralafolie-cd.png) no-repeat top / cover;
}
#lamouralafolieLP .picture {
    background: url(../img/products/lamouralafolie-lp.png) no-repeat top / cover;
}
#lamouralafolieLP:hover .picture {
    background: url(../img/products/lamouralafolie-lp.png) no-repeat bottom / cover;
}
#lamouralafolieCD:hover .picture {
    background: url(../img/products/lamouralafolie-cd.png) no-repeat bottom / cover;
}
#scratchTop {
    width: 100vw;
    height: 5vh;
    background: #000 url(../img/scratch2.svg) repeat-x top / cover;
}
#scratchBottom {
    width: 100vw;
    height: 5vh;
    background: #000 url(../img/scratch.svg) repeat-x bottom / cover;
}
#scratchTopAlt {
    width: 100vw;
    height: 5vh;
    background: #ed8ab8 url(../img/scratch2.svg) repeat-x bottom / cover;
}
#videos {
    padding:150px;
    background-color: #000;
}

#videos h2 {
    color: #fffaea;
}
#videos iframe {
    width: 90%;
    max-width: 720px;
    height: 500px;
}

.wrappervideo {
    display:inline-block;
    margin:0 20px;
}


#header{
    background: url(../img/background.jpg) no-repeat center / cover;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width: 100%;
    height: calc(100svh - 20px);
}

#bandeau{
    position: absolute;
    z-index: 3;
    bottom: 65px;
    left: 0;
    width: 100%;
    display: flex;
}




#menu {
    display: inline-block;
    flex: 2;
    text-align: right;
    margin-right: 1vw;
}

#menu a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    font-size: 50px;
    color: #fffaea;
    text-shadow:0 2px 0 #000,
                0 3px 0 #000,
                0 4px 0 #000,
                0 5px 0 #000,
                1px 1px 1px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px -1px 0px #000;
}

#menu a:first-child:hover {
    transform: rotate(2deg);
}
#menu a:hover {
    transform: rotate(-2deg);
}
#menu a:last-child:hover {
    transform: rotate(3deg);
}


#social {
    flex: 2;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    margin-left: 1vw;
}

#social a {
    transition: 0.2s;
    width: 30px;
    height: 30px;
    background-size: 75%;
    background-position: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    margin: 25px 4px 0 4px;
    border-radius: 10px;
    background-color: #fffaea;
    box-shadow: 0 2px 0 #000,
                0 3px 0 #000,
                0 4px 0 #000,
                0 5px 0 #000,
                1px 1px 1px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px -1px 0px #000;

}

#social a:hover {
    transition: 0.1s;
    transform: rotate(-15deg)
}

#facebook{
    background-image:url(../img/socials/fb.svg?rld1);
}
#tiktok{
    background-image:url(../img/socials/tt.svg?rld1);
}
#spotify{
    background-image:url(../img/socials/sp.svg?rld1);
}
#deezer{
    background-image:url(../img/socials/de.svg?rld1);
}
#apple{
    background-image:url(../img/socials/am.svg?rld1);
}
#amazon{
    background-image:url(../img/socials/az.svg?rld1);
}
#songkick{
    background-image:url(../img/socials/sk.svg?rld1);
}
#twitter{
    background-image:url(../img/socials/tw.svg?rld1);
}
#instagram{
    background-image:url(../img/socials/ig.svg?rld1);
}
#youtube{
    background-image:url(../img/socials/yt.svg?rld1);
}
#soundcloud{
    background-image:url(../img/socials/sc.svg?rld1);
}


#newsletter{
    width: fit-content!important;
    padding: 0 15px!important;
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
}


#newsletter:hover {
    transform: rotate(-2deg)!important;
}

#logo{
    position: absolute;
    z-index: 2;
    top: 2vw;
    left: 50%;
    transform: translate(-50%);
    background: url(../img/logo-ligne.svg) no-repeat top / contain;
    width: 90%;
    max-width: 920px;
    height: 18vh;
    max-height: 180px;
    margin: 0 auto;
    text-decoration: none;
}

#back {
    position: relative;
    top: calc(25px + 1vh);
    left: -45vw;
    padding: 15px 25px;
    font-size: 25px;
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fffaea;
    color: #000;
}


#content{
    background-color:#fffaea;
}
#copyright{
    padding: 150px 0;
}
#copyright p {
    font-size: 10px;
    margin-right: 20px;
    text-transform: uppercase;
    display: inline-block;
    
}
#copyright a {
    font-size: 10px;
    font-weight: normal;
    text-transform:uppercase;
    color:#000;
    margin: 0 5px;
}
#logoFooter{
    background: url(../img/logo-footer.svg) no-repeat center / contain;
    height: 50px;
    margin: 5px;
}



.scratch {
    background-image:url('../img/scratch.svg?rld2');
    background-size: 102%;
    height: 50px;
    margin-top: -50px;
    margin-bottom: -1px;
    background-position:bottom;
    background-repeat:no-repeat;
}

#tour{
    max-width: 700px;
    margin: 0 auto;
    padding: 150px 0;
}

.bit-rsvp{
    display: none!important;
}
.bit-widget.bit-layout-ipad .bit-event .bit-details {
   text-align: left !important;
}


.pageSecondaire {
    padding-top: 150px;
}
.pageSecondaire #scratchBottom {
    background-color: #ed8ab8;    
}
.productDetails {
    background-color: #fffaea;
    padding: 50px 15px;
}


@media screen and (max-height: 750px) {
    #logo{
        height: 120px;
    }
}
@media screen and (max-width: 750px) {
    #logo{
        background: url(../img/logo.svg) no-repeat center / contain;
        height: 120px;
        top: 25px;
    }
    #videos{
        padding:150px 0;
    }
    .video{
        transition:0.2s;
        margin:0 auto;
        width:400px;
        height:400px;
        border-radius:0;
        overflow:auto;
    }
    .video iframe{
        transition: 0.2s;
        margin-top: 0;
        margin-left: 0;
    }
    .video:hover{
        transition: 0.2s;
        width: 400px;
        border-radius: 0;
    }
    h1 {
        font-size: 50px;
    }
    #scratch2 {
        background-size: 150%;
    }
    #bandeau {
        display: block;
    }
    #social, #menu {
        flex: none;
        width: 90%;
        text-align: center;
    }
    #social a {
        margin: 25px 2px 0;
    } 
    #menu a {
        font-size: 40px;
    }


    #shop .product {
        width: 95%;
        display: inline-block;
        text-align: center;
        margin: 50px auto;
    }
    #shop .product h4 {
        border: 1px solid black;
    }

    .picture {
        width: 90vw;
        height: 45vw;
    }
    h2 {
        letter-spacing: -0.05em;
    }
    #copyright p {
        display: block;
    }

    #back {
        padding: 10px 20px;
        font-size: 25px;
        left: -43vw;
    }

}