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

*{
    margin:0;
    padding:0;
}

:root {
    --couleur-globale: #535353;
}

body{
    overflow-x: hidden;
    width: 100%;
    background-color: #e8e8e6;
    font-family: 'Dongle', sans-serif;
    letter-spacing: -0.15em;
}

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

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

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

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

#videoMobile{
    display: none;
}


#discographie{
    position: absolute;
    z-index: 5;
    text-align: center;
    bottom: calc(15vh + 50px);
    width: 90vw;
    left: 5vw;
    height: 50px;
}
    #discographie h4{
        color: white;
        font-size:24px;
    }
    #discographie p{
        display: inline-block;
        color: white;
        text-transform: uppercase;
        font-size:10px;
    }

.release{
    display: inline-block;
    width: 140px;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 30px 30px 30px 130px;
    border-radius: 5px;
    text-align: left;
    margin: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.release:hover{
    background-color: rgba(0,0,0,0.6);
}

#discographie #fernandez{
    background-image: url(../img/fernandez.jpg);
}

#discographie #palindrome{
    background-image: url(../img/palindrome.jpg);
}

#shop{
    position: absolute;
    z-index: 3;
    border-top: 5px solid #de31db;
    top: calc(80vh + 60px);
    width: 100%;
    padding: 3vh 0;
    background-color: #111;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    /*
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    */
}

#homePage #header{
    position: absolute;
    z-index: 3;
    top: 0;
}

#header{
    width:100%;
    text-align:center;
    margin-top: 5vh;
}
.clear{clear:both;}


#links{
    position: relative;
    top: 80vh;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}
#social{
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    vertical-align: middle;
    border-radius: 30px;
}

.icon{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: 100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-repeat:no-repeat;
    border-radius: 3px;
}
.icon:hover{
    background-color: #f9f9df;
    background-size: 100%;
}



#facebook{
    background-image:url(../img/fb.svg);
}
#tiktok{
    background-image:url(../img/tt.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);
}
#twitch{
    background-image:url(../img/twitch.svg);
}
#youtube{
    background-image:url(../img/yt.svg);
}

#logo{
    margin:0 auto;
    color: #111;
}
#logo h1{
    text-transform: uppercase;
    font-size: 24px;

    font-weight: 700;
}
#wrapper{
    width:100%;
}

#europe{
    position: absolute;
    top:12vh;
    z-index: 1;
    height: 65vh;
    width: 65vh;
    left: calc(50vw - 32.5vh);
    background-image: url(../img/europe.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#tim{
    position: absolute;
    top: 10vh;
    z-index: 2;
    height: 70vh;
    width: 100vw;
    background-image: url(../img/tim.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
#plastique{
    position: absolute;
    top: 15vh;
    z-index: 3;
    height: 60vh;
    width: 100vw;
    background-image: url(../img/plastique.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#content{
    color:#fff;
    width:100%;
    margin:0 auto;
    text-align:center;
}

#detailsPage #content{
    border-radius: 10px;
    background-color:#fff;
    width: 80%;
    max-width:1000px;
    padding: 50px;
    margin:20px auto;
    text-align:center;
}

#contentDetail{
    border-radius: 10px;
    background-color:#fff;
    max-width:1000px;
    padding: 50px;
    margin:20px auto;
    text-align:center;
}

.visuelProduit{
    height: 320px;
    margin: 0 auto;
    background-repeat:no-repeat;
    background-position:center center;
    border-radius: 10px;
}

#ep .visuelProduit{
    background-size:contain;
    background-image: url(../img/ep.png);
}
#hoodie .visuelProduit{
    background-size:contain;
    background-image: url(../img/hoodie.png);
}
#tshirt .visuelProduit{
    background-size:70%;
    background-image: url(../img/tshirt.png);
}
#pack .visuelProduit{
    background-size:contain;
    background-image: url(../img/pack.png);
}

.produit{
    vertical-align: top;
    transition: 0.5s;
    width:350px;
    display:inline-block;
    margin: 1vw;
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.05);
}
.produit:hover{
    transition: 0.1s;
    background-color: #fff;
}
.produit:hover .description,.produit:hover .highlight,.produit:hover h3,.produit:hover h1,.produit:hover .price,.produit:hover .oldprice{
    color: #111;
}
.produit:hover .price{
    border: 1px solid #111;
}
.description{
    padding: 20px 0 0 0;
    width:100%;
    text-align:center;
    color:black;
    margin: 18px auto 20px auto;
}

a{
    text-decoration: none; display: block; color: #fff;
}

.description h1{
    font-size:30px;
    text-transform: uppercase;
    color:#f9f9df;
    font-weight: 900;
    line-height: 1em;
}
.description h3{
    font-size:12px;
    text-transform: uppercase;
    color:#f9f9df;
    font-weight: 700;
    margin: 10px auto;
}

#shop h2{
    margin: 0 auto 10px auto;
    text-align: center;
    font-size:14px;
    color:#f9f9df;
    font-weight: bold;
    text-transform: uppercase;
}


h2{
    margin:20px;font-weight: 400;
}


h5{
    font-size:12px;
    text-transform: uppercase;
    font-weight: 400;
    margin:0 auto 10px auto;
    color: #9995ad;
}


.tiny{
    font-size: 9px;
    color: #9995ad;
}
.description p{
    font-size:10px;
    padding: 0 20px;
    margin: 15px auto;
    line-height: 1.4em;
    color: #9995ad;

}
.highlight{
    text-transform: uppercase;
    color: #fff;
}
#formulaire{
    max-width: 510px;
    padding: 20px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}
#formulaire select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px;
    width: 100%;
    background:#252525;
}
.field{
    display: inline-block;
    width: calc(100% - 40px);
    padding: 10px;
    border-radius: 3px;
    border: none;
    background-color: #252525;
    color: #fff;
}

label{
    display:inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
}

.consent{
    margin-left: 10px;
}

.button{
    transition: 0.2s;
    width: 90%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #fff;
    padding-top: 20px;
    margin: 0 auto 20px auto;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.produit:hover .button{
    transition: 0.1s;
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
}

.price{
    font-size: 14px;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50%;
    font-weight: 700;
    border: 1px solid #f9f9df;
    color: #f9f9df;
    text-align: right;
}

.oldprice{
    display: inline-block;
    text-decoration: line-through;
    margin-top: 20px;
    font-size: 1.5em;
    color: black;
    opacity: 0.5;
}

.newprice{
    display: inline-block;
    margin-top: 20px;
    font-size: 1.5em;
    color: red;
}

.discount::before{
    content: "-15%";
    position: relative;
    border-radius: 30px;
    top: 50px;
    margin-top: -40px;
    right: calc(-50% + 40px);
    display: inline-block;
    padding: 5px 10px;
    color: white;
    background-color: red;
}

#tour{
  padding: 50px 0;
  width: 100%;
  margin: 50px auto;
  background-color: #eae9e5;
  text-align: center;
  -webkit-box-shadow: inset 0px 10px 10px 5px rgba(0,0,0,0.2);
  box-shadow: inset 0px 10px 10px 5px rgba(0,0,0,0.2);
  color: black;
}
#tour h1{
  text-transform: uppercase;
  margin-bottom: 50px;
}

#dates{
  max-width: 950px;
  margin: 0 auto;
  margin-top: -50px;
}

#tour .wrapper{
  overflow: hidden;
}

#footer{
    margin: 50px auto 20px auto;
}
#footer p{
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
}

#detailsPage #footer p{
    color: rgba(0,0,0,0.5);
}


.rotation{
    -webkit-animation: ROTATION 60s linear infinite; /* Safari 4+ */
    -moz-animation:    ROTATION 60s linear infinite; /* Fx 5+ */
    -o-animation:      ROTATION 60s linear infinite; /* Opera 12+ */
    animation:         ROTATION 60s linear infinite; /* IE 10+, Fx 29+ */
  }
  .flotte{
    -webkit-animation: FLOTTE 10s ease-in-out infinite; /* Safari 4+ */
    -moz-animation:    FLOTTE 10s ease-in-out infinite; /* Fx 5+ */
    -o-animation:      FLOTTE 10s ease-in-out infinite; /* Opera 12+ */
    animation:         FLOTTE 10s ease-in-out infinite; /* IE 10+, Fx 29+ */
  }

  .loading{
    -webkit-animation: LOADING 1s ease-in-out normal; /* Safari 4+ */
    -moz-animation:    LOADING 1s ease-in-out normal; /* Fx 5+ */
    -o-animation:      LOADING 1s ease-in-out normal; /* Opera 12+ */
    animation:         LOADING 1s ease-in-out normal; /* IE 10+, Fx 29+ */
  }

  .apparait{
    -webkit-animation: APPARAIT 1.5s ease-in-out normal; /* Safari 4+ */
    -moz-animation:    APPARAIT 1.5s ease-in-out normal; /* Fx 5+ */
    -o-animation:      APPARAIT 1.5s ease-in-out normal; /* Opera 12+ */
    animation:         APPARAIT 1.5s ease-in-out normal; /* IE 10+, Fx 29+ */
  }


/************** ANIMATION ***************/


@-webkit-keyframes APPARAIT {
    0%   { opacity: 0;}
    50%   { opacity: 0;}
    100%   { opacity: 1; }
  }
@-moz-keyframes APPARAIT {
    0%   { opacity: 0;}
    50%   { opacity: 0;}
    100%   { opacity: 1; }
  }
@-o-keyframes APPARAIT {
    0%   { opacity: 0;}
    50%   { opacity: 0;}
    100%   { opacity: 1; }
  }
@keyframes APPARAIT {
    0%   { opacity: 0;}
    50%   { opacity: 0;}
    100%   { opacity: 1; }
}

@-webkit-keyframes LOADING {
    0%   { width: 0%; margin: 0 auto 0 0;}
    100%   { width: 100%; }
  }
@-moz-keyframes LOADING {
    0%   { width: 0%; margin: 0 auto 0 0;}
    100%   { width: 100%; }
  }
@-o-keyframes LOADING {
    0%   { width: 0%; margin: 0 auto 0 0;}
    100%   { width: 100%; }
  }
@keyframes LOADING {
    0%   { width: 0%; margin: 0 auto 0 0;}
    100%   { width: 100%; }
}

@-webkit-keyframes ROTATION {
    0%   { transform: rotate(0deg); }
    100%   { transform: rotate(-360deg); }
  }
@-moz-keyframes ROTATION {
    0%   { transform: rotate(0deg); }
    100%   { transform: rotate(-360deg); }
  }
@-o-keyframes ROTATION {
    0%   { transform: rotate(0deg); }
    100%   { transform: rotate(-360deg); }
  }
@keyframes ROTATION {
  0%   { transform: rotate(0deg); }
  100%   { transform: rotate(-360deg); }
}



@-webkit-keyframes FLOTTE {
    0%   { transform: rotate(0deg); }
    33%   { transform: rotate(-3deg); }
    66%   { transform: rotate(3deg); }
    100%   { transform: rotate(0deg); }
  }
@-moz-keyframes FLOTTE {
    0%   { transform: rotate(0deg); }
    33%   { transform: rotate(-3deg); }
    66%   { transform: rotate(3deg); }
    100%   { transform: rotate(0deg); }
  }
@-o-keyframes FLOTTE {
    0%   { transform: rotate(0deg); }
    33%   { transform: rotate(-3deg); }
    66%   { transform: rotate(3deg); }
    100%   { transform: rotate(0deg); }
  }
@keyframes FLOTTE {
    0%   { transform: rotate(0deg); }
    33%   { transform: rotate(-3deg); }
    66%   { transform: rotate(3deg); }
    100%   { transform: rotate(0deg); }
}


/************** VERSION MOBILE ***************/
/*

@media screen and (max-width: 550px) {
    .produit{
        width:420px;
    }
    #plastique{
        height: 30vh;
    }
    #europe{
        height: 40vh;
    }
    #shop{
        top: 60vh;
    }
    #links{
        bottom: 42vh;
    }
}

*/

/* PLASTIQUE MONDE */

#plastiquemonde h2{
    text-transform: uppercase;
    font-weight: bold;
}

#limitedProduct{
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 7vh auto;
    height: 80vh;
    width: 69vw;
}

.bigwax{
    text-align: center;
    display: block;
    width: 90vw;
    margin: 10vh auto;
}

#limitedProduct #productImage{
    width: 100%;
    height: 100%;
    background-image: url(../img/tshirt-plastique-monde.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

#plastiquemonde h2{
    text-transform: uppercase;
    font-size: 60px;
}

#plastiquemonde h3{
    text-transform: uppercase;
    font-size: 24px;
}

#plastiquemonde .price{
    border: 1px solid black;
    color: black;
    margin-bottom: 15px;
}

#plastiquemonde #footer p{
    color: black;
    padding: 50px 0;
}

#plastiquemonde #blocDescription{
    width: 200px;
}






/* PASSWORD */

#passwordPage{
    text-align: center;
}

#passwordPage #form{
    padding-top: 40vh;
    text-align: center;
}

#passwordPage #form .field,#passwordPage #form .bouton{
    display: block;
    margin: 20px auto;
    width: 300px;
    padding: 15px;
}

#passwordPage #form .field{
    color: black;
    border: 2px solid rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0);
}

#passwordPage #form .field:hover{
    border: 2px solid rgba(255,0255,255,0.5);
    background-color: rgba(255,255,255,1);
}

#passwordPage #form .bouton{
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    color: white;
    background-color: rgba(0,0,0,0.8);
}

#passwordPage #form .bouton:hover{
    background-color: rgba(0,0,0,1);
}

#loading{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--couleur-globale);
    height: 6px;
    width: 100%;
}

#alerte{
    z-index: 2;
    transition: 0.5s;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: white;
    background-image: url(../img/bell.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}

#alerte:hover{
    transition: 0.1s;
    transform: rotate(-5deg);
    background-color: var(--couleur-globale);
    box-shadow: 0 0 25px var(--couleur-globale);
}

#planete{
    background-image: url(../img/plastiquemonde.png);
    width: 80vw;
    height: 70vh;
    margin: 5vh 10vw 0 10vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#cross{
    position: absolute;
    z-index: 2;
    top: 5vh;
    left: 15vw;
    max-height: 70vh;
    text-align: center;
    height: 70vh;
    width: 70vw;
    fill: var(--couleur-globale);
}
#cross svg{
    height: 100%;
    width: 100%;
}


.blur{
    filter: blur(3px);
    backdrop-filter: blur(3px);
}

#date{
    position: absolute;
    bottom: 6vh;
    width: 100vw;
    font-weight: 300;
    text-align: center;
    color: var(--couleur-globale);
    font-size: 15vh;
    z-index: 1;
}






#burgerMenu, #close{
    position: fixed;
    top: 2vh;
    left: 2vh;
    height: 40px;
    width: 40px;
    padding: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
}

#burgerMenu{
    background-image: url(../img/menu.svg);
}

#close{
    background-image: url(../img/close.svg);
}

#burgerMenu:hover, #close:hover{
    background-color: rgba(0,0,0,0.05);
}

.onglet{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 10vw;
    color: #a6a6a6;
    line-height: 20vh;
    font-weight: 300;
}

.onglet:hover{
    color: black;
}
.externalLink{
    position: absolute;
    margin-left: 20px;
    vertical-align: top;
    font-size: 0.2em;
}

#menu{
    display:none;
    position: fixed;
    overflow-y: scroll;

    z-index: 99;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-top: 15vh;
    top:0;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
}

input#show:checked ~ div#menu {
    display:block;
  }
  
  input#hide:checked ~ div#menu {
      display:none;
  }

  .nop{
    display: none;
}

  .open{
      position:absolute;
      z-index: 99;
      top: 180px;
      left: calc(50vw - 145px);
      display: block;
      color: white;
      width: 250px;
      margin:0 auto 20px auto;
      padding: 10px 20px;
      text-align: center;
      text-transform: uppercase;
  }

  .open:hover{
      background-color: white;
      color:black;
  }

  .close{
    position: fixed;
    right: 25px;
    top: 25px;
    color: white;
    text-align: right;
}


/* FIN PLASTIQUE MONDE */

@media screen and (max-width: 650px) {
    #europe{
        height: 50vh;
        width: 50vh;
        left: calc(50vw - 25vh);
    }

    #limitedProduct{
        width: 100vw;
        height: 55vh;
    }

    #plastiquemonde #blocDescription{
        margin: 0 auto;
    }

    .onglet {
        font-size: 25vw;
    }
}