@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/* Menu burger */

#burger{
    position: absolute;
    width: 100%;
    font-size: 20px;
    height: 500px;
    display: none;
}

#burger .nav-burger{
    position: absolute;
    background-color: black;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    transition: transform 1s;
}

#open, #close{
    height: 45px;
    font-size: 50px;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 0px;
}

#burger a{
    text-decoration: none;
    color: white;
    display: block;
    margin: 10px 0;
}

/* faire apparaitre ou disparaitre le bouton */

#burger:target #open, 
#burger:not(:target) #close{
    display: none;
}

/* si #burger n'apparait pas dans l'URL place la nav en dehors de l'acran*/

#burger:not(:target) .nav-burger{
    transform: translate3d(0,-220px, 0);
}

#burger:not(:target) #open{
    color: rgb(19, 17, 17);
}

/* si #burger apparait dans l'URL place la nav à sa position d'origine*/

#burger:target .nav-burger{
    transform: translate3d(0, 0, 0);
}

/* Fin menu burger */

header,footer, .gris{
    background-color: rgb(228, 227, 225);
    /* display: flex;
    justify-content: center; */
}

.contenu{
    width: 1000px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top:20px;
    padding-bottom:20px; */
    /* padding: 20px 0 20px 0; */
    padding: 30px 0;
}

.contenu div{
    flex-basis: 0;
    flex-grow: 1;
}

.colonne{
    flex-direction: column;
}

#logo{
    width: 155px;
}

header nav{
    display: flex;
    gap: 40px;
}

header nav a{
    color: black;
    text-decoration: none;
    font-size: 18px;
    transition: 0.5s;
}

header nav a:hover{
    color: rgb(220, 127, 83);
}

a{
    text-decoration: none;
    color: black;
}

.active{
    color: rgb(220, 127, 83);
}

#banniere{
    height: 87vh;
    /* background-image: url('../images/fond.webp');
    background-position: center;
    background-size: cover; */
    background: url('../images/fond.webp') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 72px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

h2{
    font-size: 60px;
    text-align: center;
}

section{
    padding: 40px 0;
}

.bton{
    border: thin solid black;
    padding: 15px;
    text-decoration: none;
    color: black;
}



#produits{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bloc-img1{
    width: 300px;
    height: 330px;
    background: url(../images/bloc1.webp) center/cover no-repeat;
    border-radius: 15px;
}

.bloc-img2{
    width: 300px;
    height: 330px;
    background: url(../images/bloc2.webp) center/cover no-repeat;
    border-radius: 15px;
}

.bloc-img3{
    width: 300px;
    height: 330px;
    background: url(../images/bloc3.webp) center/cover no-repeat;
    border-radius: 15px;
}

#nouveautes p{
    text-align: center;
    margin-top: 20px;
}s

#nouveautes .contenu div{
    align-items: center;
}

#nouveautes .contenu{
    gap: 50px;
}

#mission .contenu div{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}

.mission-img{
    border-radius: 50%;
    height: 450px;
    width: 450px;
    background: url(../images/bloc4.webp) center/cover no-repeat;
}

#mission .contenu{
    gap: 95px;
}

#savoir{
    background-color: rgb(220, 127, 83) ;
    padding: 10px;
    color: white;
}

#savoir h2{
    font-size: 50px;
}

.bton-blanc{
    color: white;
    border-color: white;
    transition: 0.5s;
}

.bton-blanc:hover{
    font-size: 20px;
}

#logo-footer{
    width: 145px;
}

footer nav{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0 20px;
}

footer p{
    text-align: right;
}

.reseaux{
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-top:20px;
}

.reseaux img{
    width: 40px;
}

.banniere{
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

h1::first-letter, nav a::first-letter{
    text-transform: uppercase;
}

#banniere-propos{
    background: url(../images/fond-propos.webp) center/cover no-repeat;
}

#banniere-produits{
    background: url(../images/fond-produit.webp) center/cover no-repeat;
}

#banniere-contact{
    background: url(../images/fond-contact.webp) center/cover no-repeat;
}



.align-haut{
    align-items: start;
}

#a-propos .contenu{
    gap: 50px;
}

#a-propos p{
    margin-bottom: 20px;
}

.titre-pdt{
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
}

.img-pdt{
    height: 400px;
    border-radius: 15px;
}

#brac{
    background: url(../images/produit1.webp) center/cover no-repeat;
}


#moderna{
    order: -1;
    background: url(../images/produit2.webp) center/cover no-repeat;
}

#spectra{
    background: url(../images/produit3.webp) center/cover no-repeat;
}

#donna{
    order: -1;
    background: url(../images/produit4.webp) center/cover no-repeat;
}

.gap-pdt{
    gap: 120px;
}


.info-contact{
    text-align: center;
}

.info-contact img{
    width: 90px;
}

iframe{
    border-radius: 15px;
}

#formulaire h2{
    text-align: left;
    margin-bottom: 40px;
}

#formulaire img{
    border-radius: 15px;
}

input{
    width: 100%;
    margin-bottom: 20px;
    height: 30px;
}

textarea {
  resize: none;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.bton-envoi{
    background-color:rgb(220, 127, 83);
    width: 150px;
    height: 50px;
    border: none;
    font-size: 18px;
    color: white;
}

.heure{
    text-align: center;
}

.heure hr{
    margin: 15px 0;
}

.heure h3{
    font-weight: bold;

}


/* RESPONSIVE ---------------------------------------------------------------------*/


@media screen and (max-width:1000px){

    #burger{
        display: block;
    }

    .contenu{
        width: 90%;
        flex-direction: column;
    }

    #banniere{
        height : 50vh;
    }

    h1,h2{
        font-size: 40px;
    }

    .bloc-img1, .bloc-img2, .bloc-img3{
        margin: auto;
    }

    #mission .contenu div{
        align-items: center;
    }

    .contenu div{
        flex-basis: auto;
    }

    #mission-img{
        width: 350px;
        height: 350px;
    }

    #savoir h2{
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    footer nav{
        margin-left: 0;
        text-align: center;
    }

    footer p{
        text-align: center;
        margin-top: 20px;
    }
    .reseaux{
        justify-content: center;
    }

    .banniere{
        height: 350px;
    }

    .img-pdt{
        width: 450px;
        order: 1 !important;
    }
    
    .gap-pdt{
        gap:40px;
    }

    #horaire .contenu{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
    }

    header nav{
        display: none;
        
    }

}