body {
    font-family: Roboto;
}
h2 {
    padding-top: 13%;
    padding-bottom: 5%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto";
    color: #FB7D33;
    font-size: 15px;
    letter-spacing: 8px;
}
h2:nth-child(5) {
    padding-bottom: 0;
}
h3 {
    position: relative;
}
h3 p{
    font-size: 80px;
    font-family: "Roboto";
    text-align: center;
    text-decoration: underline;
    position: relative;
    bottom: -25px;
    z-index: 1;
    width: 50%;
    margin: auto;
}
hr {
    border: 1px solid black;
}
a {
    text-decoration: none;
    color: inherit;
}
.entete{
    height: 100vh;
    background-image: url("../image/woman_eyes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap {
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
}
#shop {
    font-size: 20px;
}
.menuHeader {
    font-family: "Playfair display";
    text-transform: uppercase;
    letter-spacing: 12px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: white;
    font-size: 25pt;
}

#menuBurger img{
    width: 50%;
}
#instaBurger {
    display: flex;
    padding-right : 40px;
}
/* Cercle orange qui accueille l'icône du menu */
#dotMenu {
    position: fixed;
    top : 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    background: rgb(224,76,18);
    background: linear-gradient(180deg, rgba(224,76,18,1) 0%, rgba(245,153,54,1) 100%);   
    border-radius: 50%;
    display: inline-block;
    z-index : 1;
    transition: 0.25s ease-in-out;
    /* Un mix blend mode pour faire disparaitre le fond orange quand le background est très sombre */
    mix-blend-mode: darken;
  }

  /* Grossir le cercle au survol */
  #dotMenu.hovering {      
    transform: scale(1.1);
}
  /* Icone du menu burger, ainsi que le menu */

.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(58,58,59);
    background: -moz-radial-gradient(circle, rgba(58,58,59,1) 0%, rgba(251,123,48,1) 0%, rgba(255,133,62,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(58,58,59,1) 0%, rgba(251,123,48,1) 0%, rgba(255,133,62,1) 100%);
    background: radial-gradient(circle, rgba(58,58,59,1) 0%, rgba(251,123,48,1) 0%, rgba(255,133,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3a3b",endColorstr="#ff853e",GradientType=1);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s cubic-bezier(.4,.71,.82,1.06);
    text-align: center;
  }
  
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 80px;
    color: white;
    display: block;
    transition: 0.3s ease-in-out;
}

.sidenav a:hover {
    color: #2F2F2B;
}
/* L'icône du menu */
.nav-icon1 {
    width: 30px;
    height: 45px;
    position: fixed;
    top : 45px;
    right: 40px;
    z-index: 3;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }  
.nav-icon1 span {
    display: block;
    position: fixed;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon1 span:nth-child(1) {
    top: 4px;
}

.nav-icon1 span:nth-child(2) {
    top: 14px;
}

.nav-icon1.hovering span:nth-child(1){
    transform : translateY(-2px);
}
.nav-icon1.hovering span:nth-child(2){
    transform : translateY(2px);
}
.nav-icon1.open {
    position: fixed;
    transition: .25s cubic-bezier(.17,.67,.63,.92);
    margin : 0 0 0 0;
}
.nav-icon1.open span:nth-child(1) {
    transform: translateY(10px) rotate(90deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s cubic-bezier(.17,.67,.63,.92);
}
.nav-icon1.open span:nth-child(2) {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s cubic-bezier(.17,.67,.63,.92);
}
.apparitionMenu {
    height: 100%;
    opacity: 0.99;
    padding: 10% 0 0 0;
}
.disparitionMenu {
    height: 0;
    padding: 0 0 0 0;
}
.nomSite {
    font-family: "Playfair display";
    position: absolute;
    top: 40px;
    font-size: 25pt;
    color: white;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 30%;
}
#containerHeader {
    width: 97%;
    display: flex;
    font-family: "Playfair display";
    color: white;
    font-size: 150px;
    line-height: 83px;
    margin-top: 10%;
    margin-left: 8%;
}
#moitieGauche {
    width : 50%;
    line-height: 65px;
}
.itemHeader {
    position: relative;
}
#ligneOrange {
    position: absolute;
    top: 80px;
    left: 255px;
    width: 288px;
}
#ligneOrange img {
    width : 100%;
}
#ligneBlanche {
    position: absolute;
    position: absolute;
    top: 0;
    left: 425px;
}
#moitieDroite {
    font-size: 75px;
    font-family: "Roboto";
    line-height: 90px;
    width: 50%;
    padding-top: 12%;
    padding-left: 15%;
    text-decoration: underline;

}
#arrowDown img{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    animation : animationFleche 1.5s ease-in-out infinite alternate;
    
}
@keyframes animationFleche {
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-20px);
    }
}
.blocPlayer {
    position: relative;
    left: 0%;
    right: 0%;
    top : 0;
    margin: auto;
    width: 50%;
}
.dot {
    position: absolute;
    height: 200px;
    width: 200px;
    background: rgb(224,76,18);
    background: linear-gradient(180deg, rgba(224,76,18,1) 0%, rgba(245,153,54,1) 100%);
    border-radius: 50%;
    right: -100px;
    top: -100px; 
    display: inline-block;
    z-index: 1;
  }

.dot p {
    position: absolute;
    text-transform: uppercase;
    color: white;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    align-self: center;
}
.blocPlayer video {
    width: 100%;
}
.blocInfo {
    padding-top: 8px;
}
.blocTexte {
    font-size: 28pt;
    padding-top: 10px;
    padding-bottom: 12px;
}
.blocSousTexte {
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #B0B0B0;
}
#flecheInfo img {
    height: auto;
    width: 5%;
    position: absolute;
    right: 15px;
    bottom: 50px;
}
.blocGris {
    margin-top: 170px;
    padding-bottom: 180px;
    background-color: #E8E8E8;
}
.blocPlayerGris {
    width: 100%;
    position: relative;
    right: 0;
}
.containerBlocGris {
    display: flex;
    justify-content: space-around;
}
.grisGauche {
    width: 30%;
    padding-top: 200px;
    font-family: "Roboto";
    text-align: center;
}
.grisGauche img {
    width: 100%;
}
.grisDroite {
    width: 50%;
}
.blocImage img{
    position: relative;
    right: 0%;
    width: 100%;
}
.texteGrisGauche {
    font-size: 26px;
    padding-top: 40px;
    
}
.sousTexteGrisGauche {
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 15px;
}
.containerSlider {
    display: flex;
}
.blocSlider2 {
        position: relative;
        left: 0%;
        right: 0%;
        margin: auto;
        width: 45%;
}
#blocFleche {
    position: absolute;
    bottom: 0;
    right: 28px;
}
.svgBlocFleche {
    transition: 0.5s ease-in-out;
}
.svgBlocFleche:first-child {
    padding-right: 32px;
}
#interTitreContact {
    font-family: "Playfair Display";
    font-size: 5.5vw;
    text-align: center;
    width: 40%;
    margin: auto;
    padding-top: 180px;
    padding-bottom: 165px;
}
footer {
    background-color: black;
}
#photoFooter1 {
    position: absolute;
    top: -70px;
    width: 13%;
    height: auto;
}
#photoFooter2 {
    position: absolute;
    right: 0;
    top: 160px;
    width: 20%;
    height: auto;
}
#containerBoutonFooter {
    padding-top: 200px;
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}
#containerBoutonFooter p {
    padding-bottom: 10px;
}

footer h2 {
    padding-top: 90px;
}
#logoInstaFooter {
    text-align: center;
    padding-bottom: 10%;
}



.button--next-wrapped {
    padding-left: 15px;
}
.button--previous-wrapped {
    padding-right: 15px;
}
.button--next:hover {
    animation : animationFlecheDroiteHD 0.5s ease-in-out infinite alternate;
}
@keyframes animationFlecheDroiteHD {
    0%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(10px);
    }
}
.button--previous:hover {
    animation : animationFlecheDroiteHG 0.5s ease-in-out infinite alternate;
}
@keyframes animationFlecheDroiteHG {
    0%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-10px);
    }
}

.main-carousel2 > .flickity-button {
    display: none;
}
.main-carousel2 ol {
    display: none;
}
.main-carousel2Responsive {
    display: none;
}
.wrapInter2{
    padding-left: 10%;
    padding-right: 10%;
    padding-top : 10%;
    padding-bottom: 10%;
}



 /*Slideshow */

 .carousel-cell {
    width: 100%;
}
.carousel-cell img {
    display: block;
    height: auto;
    width: 100%;
}



