/*font*/

@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto-light-webfont.woff2') format('woff2'),
        url('../font/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jabottabeckregular';
    src: url('../font/jabottabeckregular-yzl2a-webfont.woff2') format('woff2'),
        url('../font/jabottabeckregular-yzl2a-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*général*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    font-family : robotolight;
    max-width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}
/*anim*/


.animdiv{
    margin-top:3vw;
    width:960px;
    height:540px;
    margin-right:auto;
    margin-left:auto;
    overflow:hidden;
    border: 10px solid black;
}
#animation_container{
    transform:scale(0.5);
    margin-left:-480px;
    margin-top:-270px;
}

.anim{
    width:100%;
    height:100%;
    background-color:green;
}

/*header*/

nav{
    display: grid;
    grid-template-columns:20% 20% 20% 20% 20%;
    list-style:none;
}

.navli {
    padding: 3vw;
    font-size: 1.6vw;
    font-family:robotolight;
    color: #000000;
    text-align:center;
  }

  .ici{
      text-decoration:overline;
  }

  a:hover{
      text-decoration:underline;
  }

  .mail{
    font-weight: bold;
    text-decoration : underline;
  }

/*lmpres*/

main{
    max-width:1200px;
    margin: 0 auto;
}

.lmpres {
    background-image: url("../img/intrologo.svg");
    background-size: contain;
    background: url("../img/intrologo.svg") center / contain no-repeat;
    width: 100%;
    height: 380px;
    margin : 10vh auto;
}


.presstext {
    font-family: robotolight;
    padding: 50px 0px 50px 48px;
    font-size: 26.5px;
    width: 66%;
    opacity: 0%;
    animation: text-appearance 2s forwards;
}

@keyframes text-appearance {
    0% {
        opacity: 0%;
    }

    30% {
        opacity: 0%;
        transform: translateX(-3.5%)
    }

    100% {
        opacity: 100%;
        transform: translateX(0%)
    }
}

.signiaturelm {
    font-family: jabottabeckregular;
    font-size: 46px;
    margin-left: 430px;
    margin-top:-40px;
    opacity: 0%;
    animation: text-appearance2 2s forwards;
}

@keyframes text-appearance2 {
    0% {
        opacity: 0%;
    }

    30% {
        opacity: 0%;
        transform: translateX(8%)
    }

    100% {
        opacity: 100%;
        transform: translateX(0%)
    }
}

/*caroussel*/
.carrou{
    transform:scale(0.9);
    margin-left: -68px;
}

.fond {
    background-color: rgba(255, 255, 0, 0);
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    height: 37.2vw;
    display: flex;
    flex-direction: row;
}

.leftc {
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid black;
    height: 37vw;
    width: 3.5vw;
}

.leftt {
    width: 0;
    height: 0;
    margin-top: 16vw;
    margin-left: -1.73vw;
    border: 0 solid transparent;
    border-right-width: 3.5vw;
    border-left-width: 3.5vw;
    border-bottom: 3.6vw solid #000;
    transform: rotate(270deg);
}

.rightc {
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid black;
    height: 37vw;
    width: 3.5vw;
}

.rightt {
    width: 0;
    height: 0;
    margin-top: 16vw;
    margin-left: -1.78vw;
    border: 0 solid transparent;
    border-right-width: 3.5vw;
    border-left-width: 3.5vw;
    border-bottom: 3.6vw solid #000;
    transform: rotate(90deg);
}

.cache {
    position: absolute;
    margin-left: 65.5vw;
    width: 0.5vw;
    height: 37vw;
    background-color: rgb(255, 255, 255);
    transition: all 0.7s ease-in-out;
}
/*carri2*/

.carr1{
    cursor:pointer;
}
.carr2{
    cursor:pointer;
}

.container {
    margin-left:auto;
    margin-right:auto;
    background-color:rgba(255, 0, 0, 0);
    width:62.8vw;
  }
  

  
  .slider .sfs {
    display: none;
    
  }
  .sfs.active {
    display: block;
    animation: fade 0.3s;
  }

  .active{
    margin-top:-2vw;
  }

  @keyframes fade {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }

  .fd1{
    margin:auto;
    width:62.7vw;
    height:37.15vw;
    background-color:rgba(255, 255, 0, 0);
  }

  .bottle{
    background-image: url("../img/bottle.png");
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    width:15vw;
    height:37vw;
    margin-left:3vw;
    margin-top:0.3vw;
  }

  .slidti{
      font-family:jabottabeckregular;
      letter-spacing:0.15vw;
      font-size:3vw;
      margin-left:32vw;
      margin-top:-33vw;
  }

  .slidte{
      font-family:robotolight;
      font-size:2vw;
      width:25vw;
      text-align:justify;
      margin-left:28vw;
  }

  .fd2{
    margin:auto;
    width:62.7vw;
    height:37.15vw;
    background-color:rgba(255, 255, 0, 0);
  }

  .fd3{
    margin:auto;
    width:62.7vw;
    height:37.15vw;
    background-color:rgba(255, 255, 0, 0);
  }

  .cercle{
      width:2vw;
      height:2vw;
      border-radius:100vw;
      border: 0.1vw black solid;
      margin-left:0.5vw;
  }

  .circle {
      display:flex;
      flex-direction:row;
      width:8.6vw;
      margin-left:auto;
      margin-right:auto;  
}

.actc{
    background-color:black;
}

  /*reseaux*/

  .resfix{
      width:7vw;
      height:22vw;
      position : fixed;
      background-repeat: no-repeat;
      margin-top:15vw;
      margin-left:92vw;
      background-image: url("../img/reseaux.svg");
  }

  .c1{
      height:4vw;
      width:4vw;
      border-radius:100%;
      margin-top:2.4vw;
      margin-left:0.05vw;
  }

  .c2{
    height:4vw;
    width:4vw;
    border-radius:100%;
    margin-top:2.5vw;
    margin-left:0.1vw;
}

.c3{
    height:4vw;
    width:4vw;
    border-radius:100%;
    margin-top:2.35vw;
    margin-left:0.0vw;
}


/*produits*/

.title {
    margin-right: auto;
    margin-left: auto;
    width: 25vw;
    height: 6.5vw;
    background-image: url("../img/produ.svg");
    background-repeat: no-repeat;
}
.produtext{
    margin-top:2vw;
    font-size:4vw;
    margin-left:auto;
    margin-right:auto;
    font-family:jabottabeckregular;
    width:20vw;
    height:5vw;
    text-decoration:underline;
}
.product1 {
    margin-right: auto;
    margin-left: auto;
    width: 75vw;
    height: 25vw;
}

.p1 {
    background-image: url("../img/puno.png");
    background-size: cover;
    width: 25vw;
    height: 25vw;
    transition: all 0.4s ease-in-out;
    overflow:hidden;
}

.p2 {
    background-image: url("../img/pdos.png");
    background-size: cover;
    width: 25vw;
    height: 25vw;
    margin-top: -25vw;
    margin-left: 25vw;
    background-position-x: 100%;
    overflow:hidden;
    transition: all 0.4s ease-in-out;
}

.p1:hover {
    width: 50vw;
}

.p2:hover {
    width: 50vw;
}

.testi{
    direction:rtl;
    margin-left:50vw;
    background-color:rgba(0, 0, 0, 0);
}



.p3 {
    background-image: url("../img/ptres.png");
    background-size: cover;
    width: 25vw;
    height: 25vw;
    overflow:hidden;
    transition: all 0.4s ease-in-out;
}

.p4 {
    background-image: url("../img/pquatro.png");
    background-size: cover;
    width: 25vw;
    height: 25vw;
    margin-top: -25vw;
    margin-left: 25vw;
    background-position-x: 100%;
    overflow:hidden;
    transition: all 0.4s ease-in-out;
}

.p3:hover {
    width: 50vw;
}

.p4:hover {
    width: 50vw;
}

.p5 {
    background-image: url("../img/pcinco.png");
    background-size: cover;
    width: 25vw;
    height: 25vw;
    overflow:hidden;
    transition: all 0.4s ease-in-out;
}

.p6 {
    background-image: url("../img/pseis.png");
    background-size: cover;
    width: 25vw;
    height: 25vw;
    margin-top: -25vw;
    margin-left: 25vw;
    background-position-x: 100%;
    overflow:hidden;
    transition: all 0.4s ease-in-out;
}

.p5:hover {
    width: 50vw;
}

.p6:hover {
    width: 50vw;
}

.product2 {
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    width: 75vw;
    height: 25vw;
}

.product3 {
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    width: 75vw;
    height: 25vw;
}

.endprod {
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    width: 25vw;
    height: 3.428vw;
    transform: rotate(180deg);
    background-image: url("../img/produ.svg");
    background-repeat: no-repeat;
}

/*int produits*/

.titrep{
    margin-top:3vw;
    font-size:2vw;
    color:white;
    letter-spacing:0.4vw;
    font-family:jabottabeckregular;
    margin-left:30vw;
    letter-spacing:0.4vw;
    width:20vw;
}

.textep{
    font-size:1.2vw;
    color:white;
    font-family:robotolight;
    width:20vw;
    height:10vw;
    margin-top:2vw;
    margin-left:28vw;
    text-align:center;
}

.commandep{
    border-radius:1vw;
    border:none;
    font-family:robotolight;
    font-weight:bold;
    font-size:1vw;
    margin-left:29.765vw;
    background-color:white;
    color:black;
    padding:1vw 5vw;
}

.commandep:hover{
    text-decoration:none;

}

.commandepd:hover{
    text-decoration:none;

}

.titrepd{
    margin-top:3vw;
    font-size:2vw;
    color:white;
    letter-spacing:0.4vw;
    font-family:jabottabeckregular;
    margin-right:31.2vw;
    width:20vw;
}

.textepd{
    font-size:1.2vw;
    text-align:center;
    color:white;
    font-family:robotolight;
    width:20vw;
    height:10vw;
    margin-top:2vw;
    margin-right:28vw;
}

.commandepd{
    border-radius:1vw;
    border:none;
    font-family:robotolight;
    font-weight:bold;
    font-size:1vw;
    margin-right:29.765vw;
    background-color:white;
    color:black;
    padding:1vw 5vw;
}


/*sous produits*/
.textiprodu {
    margin-top: 8vw;
    display: flex;
    flex-direction: rows;
    margin-left: auto;
    margin-right: auto;
    width: 75vw;
}

.logo {
    width: 25vw;
    height: 25vw;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/logo.svg");
}

.tglmp {
    width: 25vw;
    font-size: 1.5vw;
    text-align: justify;
}

.tdlmp {
    width: 25vw;
    font-size: 1.5vw;
    text-align: justify;
}


/*footer*/
footer {
    border-top: 1.2px solid black;
    font-family:robotolight;
    margin-top:5vw;
}



footer .tdtext {
    padding: 0.75vw;
    text-align: justify;
    vertical-align: top;
    font-family: robotolight;
    font-weight: lighter;
    font-size: 0.9vw;
    width: 25%;
}


footer .tdlist {
    padding: 0.75vw;
    text-align: center;
    vertical-align: top;
    font-family: robotolight;
    font-weight: lighter;
    font-size: 0.9vw;
    width: 25%;
}



.footlih{
    width:20vw;
}

.footlir{
    width:20vw;
}

footer ul {
    list-style-type: none;
}

footer .titre{
    text-align:center;
    font-size:1.2vw;
}

footer a{
    color:black;
}

/*carte bancaire*/

#box{
    width:70vw;
    height:50vw;
    margin-left:auto;
    margin-right:auto;
    background-color:rgba(43, 233, 65, 0);
    padding:2vw;
}

.paidtitle{
    text-align:center;
    font-family:jabottabeckregular;
    font-size:3.5vw;
    letter-spacing:0.2vw;
    text-decoration:underline;
}

.rempli{
    width:50vw;
    height:2.75vw;
    font-size:1.2vw;
    font-family:robotoregular;
    padding:0.5vw;
    border-radius:0.2vw;
    border:0.1vw solid black;
}

.centercard{
    margin-right:auto;
    margin-left:auto;
    background-color:rgba(255, 255, 0, 0);
    width:50vw;
    height:25vw;
}

.commandepasser{
    font-size:1vw;
    padding:1vw 5vw;
    border-radius:0.4vw;
    border:0.1vw solid black;
    margin-left:auto;
    margin-right:auto;
}

.centerbutton{
    margin-top:1vw;
    width:12.8vw;
    height:6vw;
    margin-left:auto;
    margin-right:auto;
    background-color:rgba(255, 255, 255, 0);
}

.commandepasser:hover{
    cursor:pointer;
}

.text-label{
    font-size:1vw;
    font-family:robotoregular;
}

.mssage{
    text-align:center;
    font-family:robotoregular
}

/*panier*/

.titrach{
    font-family:jabottabeckregular;
    letter-spacing:0.2vw;
    font-size:3vw;
}

.panier{
    margin:5vw 5vw 5vw 5vw;
    padding:5vw;
}

.tdi{
    width:10vw;
    height:5vw;
}

.tpanier{
    font-family:robotoregular;
    font-size:1.5vw;
}

.majp{
    margin-top:1.5vw;
    padding:0.6vw;
    font-size:1.6vw;
    border:0.08vw solid black;
    border-radius:0.4vw;
    background-color:white;
    font-family:robotoregular;
}

.passcom{
    width:3.5vw;
    height:1vw;
    font-family:robotoregular;
    background-color:white;
    color:black;
    margin-left:1vw;
    font-size:1.6vw;
    padding:0.6vw;
    border:0.08vw solid black;
    border-radius:0.4vw;
}
.passcom:hover{
    text-decoration:none;
}

/*produits panier*/

.description{
    font-family:robotoregular;
}

.name{
    font-family:jabottabeckregular;
}

.price{
    font-family:robotoregular;
}

.jeveux{
    padding:0.8vw;
    font-family:robotoregular;
}

.row{
    display:flex;
    flex-direction:row;
}

.paddt{
    margin-left:2vw;
}

/*responsive smartphone*/

@media screen and (max-width: 900px) {
   
   /*header*/
    .resfix{
        display:none;
    }

    header{
        background-color:rgba(255, 0, 0, 0);
    }
    .ulnav{
        display: flex;
        flex-direction:column;
    }
    
    .navli {
        padding: 1.5vw;
        font-size: 2.5vw;
        font-family:robotolight;
        color: #000000;
        text-align:center;
      }

    
      .ici{
          text-decoration:overline;
      }

      /*footer*/

      footer {
        border-top: 0.5px solid black;
        margin-top:10vw;
    }
    
    
    footer .tdtext {
        padding: 0.75vw;
        text-align: justify;
        vertical-align: top;
        font-family: robotolight;
        font-weight: lighter;
        font-size: 0.9vw;
        width: 25%;
        min-width:25%;
        max-width:25%;
    }
    
    
    footer .tdlist {
        padding: 0.75vw;
        text-align: center;
        vertical-align: top;
        font-family: robotolight;
        font-weight: lighter;
        font-size: 0.9vw;
        width: 25%;
        min-width:25%;
        max-width:25%;
    }
    
    
    
    .footlih{
        width:10vw;
        margin-top:1vw;
    }
    
    .footlir{
        width:16vw;
        margin-top:1vw;
    }
    
    footer ul {
        width:16vw;
        margin-right:auto;
        margin-left:auto;
    }
    
    footer .titre{
        text-align:center;
        font-size:1.2vw;
    }
    
    footer a{
        color:black;
    }

      /*accueil*/

      .lmpres {
    background-image: url("../img/intrologo.svg");
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;
    width: 92vw;
    height: 32vw;
}


.presstext {
    padding: 2vw;
    font-size: 2.1vw;
    width: 58vw;
}


.signiaturelm {
    font-size: 3.5vw;
    margin-top: -3vw;
    margin-left: 30vw;
}

/*caroussel*/

.fond {
    background-color: rgba(255, 255, 0, 0);
    margin-top: 10vw;
    width: 85vw;
    height: 45vw;
}

.leftc {
    height: 45vw;
    width: 6vw;
}

.leftt {
    margin-top: 19vw;
    margin-left: -3vw;
    border-right-width: 6vw;
    border-left-width: 6vw;
    border-bottom: 6.2vw solid #000;
}

.rightc {
    height: 45vw;
    width: 6vw;
}

.rightt {
    margin-top: 19vw;
    margin-left: -3vw;
    border-right-width: 6vw;
    border-left-width: 6vw;
    border-bottom: 6.2vw solid #000;
}

.cache {
    position:absolute;
    margin-left: 75.5vw;
    width: 0.5vw;
    max-width:62vw;
    height: 45vw;
    background-color: rgb(255, 255, 255);
    transition: all 0.7s ease-in-out;
}
/*carri2*/

.container {
    margin-left:auto;
    margin-right:auto;
    background-color:rgba(255, 0, 0, 0);
    width:73vw;
  }
  

  .fd1{
    width:72vw;
    height:45vw;
    background-color:rgba(255, 255, 0, 0);
  }

  .bottle{
    background-image: url("../img/bottle.png");
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    width:22vw;
    height:45vw;
    margin-left:4vw;
    margin-top:0.5vw;
  }

  .slidti{
      font-family:jabottabeckregular;
      letter-spacing:0.15vw;
      font-size:4.5vw;
      margin-left:30vw;
      margin-top:-38vw;
  }

  .slidte{
      font-family:robotolight;
      font-size:2.5vw;
      width:30vw;
      text-align:justify;
      margin-left:28vw;
  }

  .fd2{
    width:72vw;
    height:45vw;
    background-color:rgba(255, 255, 0, 0);
  }

  .fd3{
    width:72vw;
    height:45vw;
    background-color:rgba(255, 255, 0, 0);
  }

  /*produits*/

.title {
    width: 45vw;
    height: 8.5vw;
    background-image: url("../img/produ.svg");
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
}
.produtext{
    margin-top:3vw;
    font-size:6vw;
    width:45vw;
    height:5vw;
    text-align:center;
}
.product1 {
    margin-top: 4vw;
    width: 93vw;
    height: 31vw;
}

.product2 {
    margin-top: 8vw;
    width: 93vw;
    height: 31vw;
}

.product3 {
    margin-top: 8vw;
    width: 93vw;
    height: 31vw;
}

.p1 {
    width: 31vw;
    height: 31vw;
}

.p2 {
    width: 31vw;
    height: 31vw;
    margin-top: -31vw;
    margin-left: 31vw;
}

.p1:hover {
    width: 62vw;
}

.p2:hover {
    width: 62vw;
}

.testi{
    margin-left:62vw;
}

.p3 {
    width: 31vw;
    height: 31vw;
}

.p4 {
    width: 31vw;
    height: 31vw;
    margin-top: -31vw;
    margin-left: 31vw;
}

.p3:hover {
    width: 62vw;
}

.p4:hover {
    width: 62vw;
}

.p5 {
    width: 31vw;
    height: 31vw;
}

.p6 {
    width: 31vw;
    height: 31vw;
    margin-top: -31vw;
    margin-left: 31vw;
}

.p5:hover {
    width: 62vw;
}

.p6:hover {
    width: 62vw;
}

.endprod {
    margin-top: 8vw;
    width: 45vw;
    height: 8.5vw;
    background-image: url("../img/produ.svg");
    background-repeat: no-repeat;
    background-position:center;
    background-size:contain;
}

/*int produits*/

.titrep{
    margin-top:2.8vw;
    font-size:3vw;
    margin-left:36.5vw;
    width:30vw;
}

.textep{
    font-size:1.8vw;
    width:28vw;
    height:12.75vw;
    margin-top:2vw;
    margin-left:32.5vw;
}

.commandep{
    font-size:1.5vw;
    margin-left:35.393vw;
    padding:1.75vw 7vw;
}


.titrepd{
    margin-top:2.8vw;
    font-size:3vw;
    margin-right:38vw;
    width:30vw;
}

.textepd{
    font-size:1.8vw;
    width:28vw;
    height:12.75vw;
    margin-top:2vw;
    margin-right:32.5vw;
}

.commandepd{
    font-size:1.5vw;
    margin-right:35.393vw;
    padding:1.75vw 7vw;
}

/*sous produits*/
.textiprodu {
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
    width: 75vw;
}

.logo {
    width: 33vw;
    height: 33vw;
    margin-left:auto;
    margin-right:auto;
}

.tglmp {
    width: 70vw;
    font-size: 2.2vw;
    margin-right:auto;
    margin-left:auto;
}

.tdlmp {
    width: 70vw;
    font-size: 2.2vw;
    margin-right:auto;
    margin-left:auto;
}

/*prod panier*/

.jeveux{
    padding:0.8vw;
    font-family:robotoregular;
}

.row{
    display:flex;
    flex-direction:column;
}

.paddt{
    margin-left:0vw;
}

.imgla{
    width:100%;
    height:auto;
}


}

/*conexion*/