/* reset CSS */
@import url(../styles/reset.css);


#header { 
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    z-index:10; 
}

#logo { 
    position:absolute; 
    top: 30px; 
    left:-75px; 
}
#menu { 
    position:absolute; 
    top:50px; 
    left:50%; 
    transform:translateX(-50%); 
}

#menu a { 
    color:#fff; 
    text-decoration:none; 
    font-size:medium; 
    display:inline-block; 
    margin:0 20px;
}
#searchBtn { 
    position:absolute; 
    top:45px; 
    right:30px; 
    border-radius:40px; 
    height:45px; 
    border:2px solid #fff; 
    padding:0 20px;
}
#searchBtn svg { 
    width: 24px; 
    height: 29px;
    transform: rotate(85deg);
    margin-top: 5px; 
}
#searchBtn svg path { 
    fill: #fff; 
}
/* responsive header / menu / boutton recherche */
@media screen and (max-width:1900px){
    #logo {
        top:1.6vw; 
        left:-4vw;  
     }
     #logo img { 
        width: 23vw;
     }
     #searchBtn { 
        top: 2.35vw; 
        right: 1.6vw; 
        padding: 0 1.1vw; 
        height: 2.4vw; 
    }
    #searchBtn svg { 
        height: 1.7vw;
        margin-top: 0.2vw; 
    }
}

@media screen and (max-width:1350px){
    #menu  { 
        white-space: nowrap; 
    }
    #menu a { 
        font-size:14px; 
        margin:0 15px; 
    }
}
@media screen and (max-width:1000px){
    #header {
        height:90px;
        width:100vw; 
    }
    #logo { 
        top: 20px; 
        left: 50%; 
        transform: translateX(-50%); 
    }
    #logo img { 
        width:220px;
     }
    #menu { 
        position:fixed; 
        top:0; 
        left:0; 
        width:100%; 
        height:100%; 
        z-index:15; 
        background:#fff; 
        pointer-events:none; 
        opacity:0; 
        transition:all 500ms ease-out; 
    }
    .menuOpen #menu { 
        opacity:1; 
        pointer-events:auto 
    }
    #menu a { 
        display:block; 
        text-align:center; 
        line-height:20vh; 
    }
    #searchBtn { 
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 20px;
        right: 40px; 
    }
    #searchBtn svg {
       margin-top: none;
       
    }
}

#accueil { 
    position: relative; 
    height: 80vh;  
}
#accueil video { 
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    object-fit:cover; 
}
#accueil h1 { 
    position:absolute; 
    top:50%; 
    left:50%; 
    width:65%; 
    transform:translate(-50%,-50%); 
    margin-top:100px;  
    color:#fff; 
    font-size: 3rem; 
}
#accueil .anchor { 
    position:absolute; 
    bottom:0; 
    left:50%; 
    transform:translateX(-50%); 
    color:#fff; 
    font-size: medium; 
    padding-bottom:100px; 
}
#accueil .anchor:after { 
    content:''; 
    position:absolute; 
    bottom:0; 
    left:50%; 
    width:1px; 
    height:90px; 
    background:#fff; 
    transform:translateX(-50%); 
}
@media screen and (max-width:1900px){
    #accueil h1 { 
        font-size:2.53vw; 
    }
}
@media screen and (max-width:1000px){
    #accueil h1 { 
        font-size:20px; 
    }
    #accueil h1 br { 
        display:none 
    }
}
#accueil2 h2 { 
     padding: 80px 0 0;
     font-size: 3.5rem;
}
#accueil2 { 
    position:relative; 
    width:100%; 
    background :#fff 
}
#accueil2:before { 
    content:''; 
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100px; 
    transform:translateY(-100%); 
    background:url(../img/montagne-haut.png)repeat-x bottom center;  
}

#accueil2b { 
    display:flex; 
    width:90%; 
    margin:100px auto; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    justify-content: space-between; 
    align-items: stretch;  
}
#accueil2b div { 
    width:25%; 
    border-left: 1px solid rgb(216, 213, 213); 
    padding:30px 0; 
    text-align:center;
    color: rgb(216, 213, 213);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
}
#accueil2b div img { 
    margin: 0 auto 20px;
    display: block;
}
#accueil2b div:first-child { 
    border-left:0; 
}
@media screen and (max-width:1900px){
    #accueil2 h2 { 
        font-size:2.95vw; 
    }
}
@media screen and (max-width:1600px){
    #accueil2b div { 
        font-size:1vw; 
    }
}
@media screen and (max-width:1000px){
    #accueil2 h2 { 
        font-size:25px; 
    }
    #accueil2b div { 
        font-size:13px;
        border-left: none;
        width: 100%; 
    }
    #accueil2b {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
#accueil3 { 
    position:relative; 
    white-space: nowrap; 
    overflow: auto; 
    scroll-snap-type: x mandatory; 
    scroll-behavior: smooth;
    padding:0 30vw;
     
}
#accueil3 .product { 
    display:inline-block; 
    width:650px; 
    vertical-align:top; 
    scroll-snap-align: center; 
    margin:0 100px;  
}
#accueil3 .product .img { 
    position:relative; 
    display:block; 
    height:400px; 
}
#accueil3 .product .img img { 
    width:100%; 
    height:100%; 
    object-fit:cover;
}
#accueil3 .product .img:after { 
    content:''; 
    position:absolute; 
    bottom:0; 
    left:0; 
    width:100%; 
    height:50px; 
    background:url(../img/montagne-haut.png) repeat-x bottom center;
}

#accueil3 .content { 
    position:absolute; 
    top:50%; 
    left:10%; 
    width:80%; 
    color:#fff; 
    transform:translateY(-50%); 
}
#accueil3 .product .plus { 
    display:inline-block; 
    width:50px; 
    height:50px; 
    line-height:50px; 
    text-align:center; 
    margin:0 auto 10px; 
    background:#fff; 
    border-radius:50%;
    color: #fff;
    font-size: 34px; 
}
#accueil3 .product strong { 
    font-size:40px; 
    color:#fff; 
    display: block;
    font-weight: 400;
}
#accueil3 .product img.prod { 
    margin-top:-150px; 
    height:350px;
    position: relative;
    margin:-150px auto 0; 
}


.btn { 
    border-radius:35px; 
    line-height:40px; 
    display:inline-block; 
    margin:20px auto; 
    background:#000;
    color: #fff; 
    font-size:16px;
    padding:0 20px;
} 

#accueil4 { 
    position:relative; 
}
#accImg1, #accImg2, #accImg3, #accImg4 { position:absolute; 
    top:100px; 
}
#accImg1 { 
    left:0;
    top:250px; 
}
#accImg2 { 
    left:0; 
    top:800px; 
}
#accImg3 { 
    right:50px; 
    top:0 
}
#accImg4 { 
    right:0; 
    top:370px; 
}

#accueil4a { 
    margin:20px auto 150px; 
    width:90%; 
    max-width:1000px; 
    font-size:16px; 
    color:#858383;
    padding: 100px 0 0; 
}
#accueil4a h3,
#accueil5a h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}
#accueil4a h2 {
    color: #000;
    font-size: 65px;
    margin: 25px auto 50px;
}
#accueil4a p {
    font-size: 20px;
    margin: 25px auto 50px;
    line-height: 35px;
    max-width: 860px;
}

#accueil4a .btn { 
    margin:50px auto 0; 
} 

#accueil4b { 
    width:500px; 
    height:900px; 
    border-radius:250px; 
    overflow:hidden; 
    position:relative;
    margin: 0 auto; 
}
#accueil4b img { 
    display:block; 
    width:100%; 
    height:100%; 
    object-fit:cover;
}
#accueil4b .plus { 
    position:absolute; 
    top:50%; 
    left:50%; 
    width:50px; 
    height:50px; 
    line-height:50px; 
    text-align:center; 
    margin:0 auto 10px; 
    background:#fff; 
    border-radius:50%; 
    transform:translate(-60%,-60%);
}
@media screen and (max-width:1900px){
    #accueil4 h2 { 
        font-size:3.423vw; 
    }
}
@media screen and (max-width:1600px){
    #accueil4a h3 {
        font-size: 1vw;
    }
    #accueil4a p {
        font-size: 1.25vw;
        max-width: 80%;
    }
}
@media screen and (max-width:1000px){
    #accueil4a h3 {
        font-size:10px ;
    }
    #accueil4 h2 { 
        font-size:34.3px; 
    }
    #accueil4a p {
        font-size: 12.5px;
        max-width: 95%;
    }
}
#accueil5 { 
    margin-top:-250px; 
    padding:350px 350px 50px; 
    background:url(../img/back1.jpg) no-repeat top center; 
    background-size:cover;
}

#accueil5a { 
    width:90%; 
    max-width:800px; 
    margin:0 auto; 
    text-align:center;
    color:#858383; 
}
#accueil5a h2 {
    color: #000;
    font-size: 65px;
    margin: 35px auto 90px;
}

#accueil5a p {
    font-size: 20px;
    margin: 25px auto 40px;
    line-height: 35px;
    max-width: 860px;
 }
 @media screen and (max-width:1900px){
    #accueil5a h2 { 
        font-size:3.423vw; 
    }
}
@media screen and (max-width:1600px){
    #accueil5 {
        padding: 350px 50px 50px;
    }
    #accueil5a {
        width: 70%;
    }
    #accueil5a h3 {
        font-size: 1vw;
    }
    #accueil5a p {
        font-size: 1.25vw;
        max-width: 80%;
    }
}
@media screen and (max-width:1000px){
    #accueil5 {
        padding: 350px 0 50px;
    }
    #accueil5a {
        width: 100%;
    }
    #accueil5a h3 {
        font-size:10px;
    }
    #accueil5a h2 { 
        font-size:34.3px; 
    }
    #accueil5a p {
        font-size: 12.5px;
        width: 95%;
    }
}
#accueil6 { 
    position:relative; 
    height:300px;
    z-index: 3; 
}
#gelulle1 { 
    position:absolute; 
    top:0; 
    left:50%; 
    margin-left:-100px; 
}
#gelulle2 { 
    position:absolute; 
    top:200px; 
    left:52%; 
    margin-left:50px; 
}
#gelulle3 { 
    position:absolute; 
    top:440px; 
    left:50%; 
    margin-left:-30px; 
}

#accueil7 { 
    position:relative; 
    margin-top:-150px; 
    padding-top:600px; 
    background:url(../img/back2.jpg) no-repeat top center; 
    background-size:100%;
    margin-bottom: 200px;
}
#accueil7b { 
    max-width:800px; 
    width:33%; 
    color:#292828; 
    text-align:center; 
    margin:0 auto; 
    position:relative; 
    left:18%; 
}
#accueil7b h3 {
    color: #000;
    font-size: 65px;
    margin: 35px auto 30px;
 }

#accueil7b p {
    font-size: 20px;
    margin: 25px auto 10px;
    line-height: 35px;
    max-width: 625px;
 }

 #accueil7b .btn {
    color: #000;
    background: #fff;
    padding: 0 50px;
    
 }
#accueil7 .plus {  
    position:absolute; 
    top:50%; 
    left:50%; 
    width:50px; 
    height:50px; 
    line-height:50px; 
    text-align:center; 
    margin:0 auto 10px; 
    background:#fff; 
    border-radius:50%; 
    transform:translate(-60%,-60%); 
}
@media screen and (max-width:1900px){
    #accueil7b h3 { 
        font-size:3.423vw; 
    }
}
@media screen and (max-width:1600px){
    #accueil7b p {
        font-size: 1.25vw;
    }
}
@media screen and (max-width:1000px){
    #accueil7b {
        width: 95%;
        left: 0;
    }
    #accueil7b h3 {
        font-size:34.3px;
    }
    #accueil7b p {
        font-size: 12.5px;
    }
}
#footer:before { 
    content:''; 
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100px; 
    transform:translateY(-100%); 
    background:url(../img/montagne-bas.png)repeat-x bottom center;  
}
#footer { 
    position:relative; 
    background:#FFDF92; 
    padding:80px 0 40px; 
    text-align:center; 
}
#footer h2 { 
    font-size:40px; 
}

#footer2 { 
    margin:50px auto 15px; 
    width:90%; 
    display:flex; 
    border-top:1px solid rgba(0,0,0,0.3); padding:40px 0; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    justify-content: space-between; 
    display: flex; 
    align-items: flex-start; 
    text-align:left; 
    line-height:2.2em;
}
#footer2a,
#footer2b,
#footer2c,
#footer2d {
    display: flex;
    flex-direction: column;
    line-height: 45px;
}
#footer2a { 
    width:33%;
    display: block;  
}
#footer2a img {
    max-width: 275px;
    margin: 0 0 30px;
    display: block;
}
#footer2a input {
    max-width: 350px;
    padding: 13px 25px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid grey;
    font-size: 20px;
    margin-top: 10px;
    display: block;
}
#footer2b, #footer2c { 
    width:20%; 
}
#footer2d { 
    width:27%; 
}
#footer3 {
    margin-top: 40px;
}
@media screen and (max-width:1900px){
    #footer h2 { 
        font-size:2.1vw; 
    }
}
@media screen and (max-width:1000px){
    #footer h2 {
        font-size:21px;
    }
    #footer2 {
        flex-direction: column;
        align-items: center;
    }
    #footer2a img,
    #footer2a input {
        margin: 10px auto 20px;
    }
    #footer2a,
    #footer2b,
    #footer2c,
    #footer2d {
        margin-bottom: 20px;
        line-height: 1.6em;
        text-align: center;
        width: 95%;
    }
    #footer3 {
        font-size: 12px;
    } 
}

