@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;
    right: 0;
    top: 0;
    display: none;

}

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

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

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

/* -------Faire app ou disp le bouton------- */

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

/* si #burger n'app pas dans l'URL,
place la nav en dehors de l'écran */

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

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

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

#burger:target nav{
    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: 30px 0;

}

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

#logo {
    width: 155px;
}

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

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

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

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

#banniere {
    height: 88vh;
    /* 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;
}

#nouveautes .contenu div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nouveautes .contenu {
    gap: 50px;
}



/* EXO */

#mission {
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    padding: 30 px;
}


#bloc-img4 {
    width: 400px;
    height: 400px;
    background: url(../images/bloc4.webp);
    border-radius: 50%;
    object-fit: cover;
}


/* CORRECTION EXO */



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

}

.mission-img {
    border-radius: 50%;
    width: 450px;
    height: 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;

}


/* ------- FOOTER-------- */



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;
}


/* ------------------PAGE A PROPOS ----------------------- */

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

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


#a-propos .contenu div {
    flex-basis: 0;
    flex-grow: 1;

}

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

#a-propos .contenu {
    gap: 40px;

}

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

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


/* ------------------PAGE PRODUITS ----------------------- */


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

.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;
}

.gap-pdt {
    gap: 120px;
}

#moderna {
    background: url(../images/produit2.webp) center/cover no-repeat;
    /* order:-1 pour mettre la div en 1er */
}




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


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



/* ----------------- PAGE CONTACT ----------------------- */


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


/* 
.titre-contact {
    font-size: 10px;
    text-align: center;
    margin-bottom: 20px;
} */

/* #pictos-contacts {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;

} */

#contact {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact img {
    height: 100px;
}

iframe {
    width: 1000px;
    border-radius: 15px;
}

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

/* 
#formulaire {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bton-blanc {
    color: white;
    border-color: white;
    background-color: rgb(220, 127, 83);
    transition: 0.5s;
} */
/* 
input{
    width:100%;
    border-color: black; */

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

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

input {
    width: 100%;
    margin-bottom: 20px;
    height: 30 px;
    border: thin solid black;
}

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: 20px 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;
    align-items: center;

}

footer p{
    text-align: center;
    margin-top: 20px;
}

.reseaux {
    justify-content: center;
}

.banniere{
    height: 350px;
}

.img-pdt{
    width: 350px;
    order: 1;
}

.gap-pdt{
    gap: 40px;
}

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

header nav{
    display: none;}

    
}

