@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@900&display=swap');

*{
    margin:0;
    padding:0;
}

body{
    background-color: #111;
    font-family: 'Cinzel', serif;
}

::selection {
    background: #000;
    color: #fff;
}

#header{
    position:absolute;
    width:100%;
    text-align:center;
    top:60px;
}
#pageDetails #header{
    position: relative
}
.clear{clear:both;}

.produit{
    transition: 0.2s;
    width:300px;
    height: 500px;
    border-radius: 5px;
    display:inline-block;
    overflow: hidden;
    background-color: rgba(255,255,255,0.15);
}
    .produit:hover{
        transition: 0.1s;
        background-color: rgba(255,255,255,0.3);
    }


.description{
    width:100%;
    text-align:center;
    color:#bbb;
    margin-bottom: 50px;
}

a{text-decoration: none; display: block; color: #fff;}
h1{font-family: 'Cinzel', serif;font-size:24px;letter-spacing:-0.02em;line-height: 1em; font-weight: 900; color:#fff;text-transform: uppercase;}
h2{margin:20px;font-weight: 400;}
h3{font-size:12px; text-transform: uppercase;letter-spacing: 0.2em; margin:10px 0 20px 0;font-weight: 400;}
h4{font-size:18px; text-transform: uppercase; margin:10px 0 20px 0;font-weight: 400;}

.bouton{
    transition: 0.1s;
    font-size:12px;
    color:#fff;
    border:1px solid #fff;
    display:inline-block;
    text-decoration:none;
    padding: 15px 50px;
    width: calc(60% - 100px);
    text-transform:uppercase;
    letter-spacing:0.15em;
    color:#fff;
    border-radius: 5px;
}

    .produit:hover .bouton{
        transition: 0.5s;
        width: calc(70% - 100px);
}
    .bouton:hover{
        transition: 0.1s;
        background-color: rgba(255,255,255,0.3);
    }

#logo{
    position:absolute;
    z-index:4;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    top: 40vh;
    width:75vw;
    background-repeat: no-repeat;
    background-position: center;
    height:100%;
    background-image:url(../img/logo.svg);
    background-size: contain;
    opacity: 1;
    mix-blend-mode: difference;
    -webkit-mix-blend-mode: difference;
}

#pageDetails #logo{
    position:relative;
    transform: translateX(0) translateY(0);
    top: 0;
    width:300px;
    left: 0;
    margin: 0 auto;
    height:80px;
    mix-blend-mode: normal;
    -webkit-mix-blend-mode: normal;
}
#productDetails{
    position: relative;
    background-color: white;
    width: 90vw;
    margin: 100px auto 50px auto;
    padding: 20px;
    border-radius: 3px;
}





form{
  border: 1px solid #fff;
  display: inline;
  padding: 10px 0;
  background-color: rgba(0,0,0,0.2);
}
::placeholder {
  color: rgba(255,255,255,0.5);
}

label, input{
    display: inline-block;
    margin: 0 auto;
}
label{
    margin: 20px auto 5px;
}
input{
    color: white;
    padding: 10px 20px;
    width: 100%;
    max-width: 150px;
    border: none;
    background-color: transparent;
}
button{
  color: white;
  padding: 10px 20px;
  border: none;
  background-color: transparent;
}






#links{
    position: absolute;
    bottom: 20vh;
    width: 100%;
    text-align: center;
    z-index: 10;
    mix-blend-mode: difference;
    -webkit-mix-blend-mode: difference;
}
#links a{
    text-decoration: none;
}
#social{
    text-align: center;
    width: 370px;
    margin: 0 auto;
    padding: 5px 0;
    vertical-align: middle;
    border-radius: 30px;
}
.icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 90%;
    background-repeat:no-repeat;
    background-position:center center;
    background-repeat:no-repeat;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 5px;
}
.icon:hover{
    background-color: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    background-size: 100%;
    border-radius: 3px;
}

#facebook{
    background-image:url(../img/fb.svg);
}
#spotify{
    background-image:url(../img/sp.svg);
}
#deezer{
    background-image:url(../img/de.svg);
}
#apple{
    background-image:url(../img/am.svg);
}
#songkick{
    background-image:url(../img/sk.svg);
}
#twitter{
    background-image:url(../img/tw.svg);
}
#instagram{
    background-image:url(../img/ig.svg);
}
#youtube{
    background-image:url(../img/yt.svg);
}
#bandcamp{
    background-image:url(../img/bc.svg);
}



  .videoWrapper {
	  position: relative;
	  padding-bottom: 56.25%; /* 16:9 */
	  padding-top: 25px;
	  height: 0;
  }

.videoWrapper iframe {
    position:fixed;
    top:-25vh;
    left:-25%;
    width:150%;
    height:150%;
    overflow: hidden;
    z-index:1;
  }

#mute-video{
    cursor: url(../img/unmute.svg), auto;
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:4;
}


#subtitle{
    color: #fff;
    font-size: 18px;
    padding: 25px 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
hr{
    max-width:500px;
    height:4px;
    margin:0 auto;
    border:0;
    background-color:#fff;
}
b{font-size:12px;}


#shop{
    position:absolute;
    background-color: rgba(20,20,20,0.9);
    z-index: 5;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    width:100%;
    top:85vh;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.95);
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.95);
}

#content{
    color:#fff;
    width:100%;
    margin:0 auto;
    text-align:center;
}
#contentDetail{
    border-radius: 3px;
    background-color:#fff;
    max-width:1000px;
    padding: 50px;
    margin: 50px auto;
    text-align:center;
}

.highlight{
    color:#d24d5c;
}

.soldout, .lastcopies{
    position: absolute;
    margin-top: 300px;
    margin-left: -10px;
}
.soldout .flag{
    background-color: #e95537;
}
.soldout .arrow-right {
    border-left: 18px solid #e95537;
}
.lastcopies .flag{
    background-color: #fff;
    color: #000;
}
.lastcopies .arrow-right {
    border-left: 18px solid #fff;
}

.arrow-right{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: inline-block;
    vertical-align: middle;
}

.flag{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
    vertical-align: middle;
    padding: 6px 20px 8px 20px;
}

.visuelProduit{
    height: 300px;
    margin: 0 auto;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
}

#menu{
    width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #aaa;
}
    #menu a{
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        display: inline-block;
        padding: 20px;
    }
    #menu a:hover{
        border-bottom: 2px solid #fff;
    }
    #menu .current{
        border-bottom: 2px solid #aaa;
    }

#tour{
    max-width: 650px;
    margin: 50px auto;
}

#footer{
    max-width: 400px;
    margin: 20px auto;
}
#footer p{
    color: #666;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 10px;
}

#footer #cerrone{
    background-image: url(../img/logo.svg);
    width: 200px;
    height: 50px;
    opacity: 0.3;
    margin: 0 auto;
}


/************* PRODUITS *************/

#scarf .visuelProduit{
    width: 100%;
    background-size: 200%;
    background-position: 20% 100%;
    background-image:url(../img/scarf.png);
}
#drumsticks .visuelProduit{
    width: 35%;
    background-size: contain;
    background-image:url(../img/drumsticks.png);
}

/************* MUSIC *************/

#cerroneByCerrone .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/cerronebycerrone.jpg);
}

#cerroneByCerroneTshirt .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/cerronebycerronetshirt.png);
}
#cerroneByCerronePack .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/cerronebycerronepack.png);
}

#remixedTshirt .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/remixedtshirt.png);
}



#DNACD .visuelProduit{
    width: 55%;
    background-position: center center;
    background-image:url(../img/dna-cd.png);
}
#DNAVinyl .visuelProduit{
    width: 80%;
    background-position: center center;
    background-image:url(../img/dna-vinyl.png);
}
#afroII .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/afroii.jpg);
}
#cerronesparadise .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/cerronesparadise.jpg);
}
#thegoldentouch .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/thegoldentouch.jpg);
}
#loveincminor .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/loveincminor.jpg);
}
#theclassicslimited .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/theclassicslimited.png);
}

#supernature .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/supernature.jpg);
}
#thebestof .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/thebestof.jpg);
}
#youaretheone .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/youaretheone.jpg);
}



#theClassicsPack .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/theclassicspack.png);
}

#theBestofPack .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/thebestofpack.png);
}



#theClassicsBestofInstrumentalsLP .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/theclassics.png);
}

#theBestofLP .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/thebestof.png);
}


#supernaturePack .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/supernaturepack.png);
}
#supernatureTshirt .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/supernaturetshirt.png);
}
#malligatorTshirt .visuelProduit{
    width: 100%;
    background-size: 80%;
    background-image:url(../img/malligatortshirt.png);
}
/************* FIN PRODUITS *************/



@media screen and (max-width: 600px) {
    #mute-video{
        display: none;
    }
    .videoWrapper iframe{
        width: 300%;
        height: calc(150% + 104px);
        top:-250px;
        left: -100%;
        opacity: 0.7;
    }

    .produit{
        margin: 2vw;
        width:90vw;
    }
    h4{
        font-size:30px;
    }
    .bouton{
        font-size:18px;
        padding:15px ;
    }
    .bouton:hover{
        transition: 0.1s;
        padding:15px;
    }
    .visuelProduit{
        background-size: 100%;
    }
    #logo{
        top: 30vh;
    }
    #links{
        top: 60vh;
    }
    #shop{
        top: 70vh;
    }
}
