@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');/*import des polices*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;/*police pricipale du site*/
    font-size: 1rem;
    font-weight:500;
    user-select:none;/*empêche l'utilisateur de séléctionner les éléments du site*/
}
html{
    overflow-x: hidden; /* permet de cacher les bouts du site qui sortent du cadre.*/
}

p,i{
    color: #494949;
    font-weight: 400;
}

#header_qui_sommes_nous{
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6em 0 5em 0;
    width: 100vw;
    gap: 4em;
    box-shadow: 0 .8em .8em 0 #c7c7c7;
}

#header_qui_sommes_nous>h1{
    font-weight: 900;
    font-size: 2.7em;
    color: #494949;
}

#header_qui_sommes_nous_img_texte_wrapper{
    display: flex;
    align-items: center;
    gap: min(8em, 3vw);
    padding: 0 .5em;
}

#header_qui_sommes_nous_img{
    width: 23em;
    border-radius: 1.5em;
    box-shadow: .6em .9em 1em 0 #c7c7c7;
}

#header_qui_sommes_nous_texte{
    max-width: 32em;

}
#header_qui_sommes_nous_texte>h2{
    font-weight: 900;
    font-size:1.6em;
    color: #494949;
    margin-bottom: 2em;
}





#one_health{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4em 3em 0 5em;
}

#headline_one_health>h5{
    font-size: 1.6em;
    font-weight: 900;
    color: #494949;
    max-width: 30em;
    text-align: center;
}

#france_leader_filiere{
    margin-top: 4em;
}

#france_leader_filiere>h3, #impact_score>h3, #un_pourcent>h3{
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
    margin-bottom:2.7em;
    color: #494949;
}
#impact_score>h3, #un_pourcent>h3{
    margin-bottom: 1.5em !important;
}

#france_leader_filiere>p{
    border: .3em solid #494949;
    max-width: 47em;
    padding: 3.5em 5em 3em 3em;
}

.images{
    position: relative;
    height: 0;
}
#drapeau_france{
    position: relative;
    bottom: 1.5em;
    left: 9em;
    width: 4.5em;
    padding: 0 3em;
    background-color: #fff;
}
#bg_europe{
    position: relative;
    height: 25em;
    bottom: 20em;
    left: min(calc(60vw - 10em), 40em);
    z-index: -1;
}



#ecoresponsable{
    display: flex;
    gap: 7em;
    align-items: center;
    max-width: 80em;
    margin-top:4em;
    flex-direction: row-reverse;
}

#ecoresponsable>img{
    height: 17em;
}

#ecoresponsable>p{
    max-width: 34.2em;
}


#impact_score{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0em;
    max-width: 80em;
    margin-top:5em;
}

#impact_score_logo_site{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.3em;
}
#impact_score_logo_site>img{
    height: 15em;
}
#impact_score_logo_site>a{
    color: #494949;
    font-weight: 700;
    padding: .6em 2.8em;
    border: .2em solid #494949;
    border-radius: 2em;
}


#un_pourcent{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    max-width: 80em;
    margin-top:5em;
}

#un_pourcent>p{
    max-width: 33em;
}
#un_pourcent>img{
    height: 30em;
}

#un_pourcent_logo_site{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.3em;
}

#un_pourcent_logo_site>img{
    width: 23em;
}

#un_pourcent_logo_site>a{
    color: #494949;
    font-weight: 700;
    padding: .6em 2.8em;
    border: .2em solid #494949;
    border-radius: 2em;
}



#infos_produits_zamz{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:4em;
    background-color: #F9F9F9;
    box-shadow: 0 .8em .8em 0 #c7c7c7;
    padding: 3.4em 0;
    width: 100vw;
}

#img_flacon{
    height: 35em;
    position: relative;
    right: 24vw;
    bottom: 11em;
    z-index: 1;
}

#infos_produits_zamz>h2{
    font-size:1.6em;
    font-weight: 900;
    color: #494949;
    text-transform: uppercase; 
    margin: 0 0 2.4em 0;  
    z-index: 2;
    text-align: center;
}

#paragraphe_infos_produits{
    width: 100%;
    background-color: #51AEE5;
    padding: 3.2em 1em;
    box-shadow: 0 .8em .8em 0 #c7c7c7;
    margin-bottom: 14em;
}

#paragraphe_infos_produits>p{
    position: relative;
    max-width: 36em;
    color: #fff;
    margin-left: calc(40vw - 3em);
    z-index: 3;
}




#regions_carte{
    display: grid;
    grid-template-columns:  1fr 1.5fr 1fr;
    grid-template-rows: min(20em, max(17vw, 10em)) min(20em, max(17vw, 10em));
    padding-left: 2em;
    margin: 0em 0 6em 0;
}


.region{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5em;
    max-width: 25%;
}
.region>img{
    height: min(10vw,10em);
}

.gauche{
    justify-self: end;
    flex-wrap:wrap-reverse;
}
.droite{
    justify-self: start;
    flex-wrap:wrap;
}

.texte_region>h5{
    text-align: center;
    color: #494949;
    font-weight: 700;
}

.texte_region>p{
    text-align: center;
}

#img_carte{
    grid-column: 2/3;
    grid-row: 1/3;
    height:  100%;
    justify-self: center;

}

#laboratoires{
    grid-column: 1/2;
    grid-row: 1;
}
#huile{
    grid-column: 1/2;
    grid-row: 2;
}
#distillats{
    grid-column: 3/4;
    grid-row: 1;
}
#siege_social{
    grid-column: 3/4;
    grid-row: 2;
}






#wrapper_ecosysteme{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4em;
    margin: 6em 2em 15em 2em;
}

#wrapper_ecosysteme>h2{
    font-weight: 900;
    font-size:1.6em;
    text-transform: uppercase;
    color: #494949;
}

#images_ecosysteme{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 4em 3em;
    max-width:80em;
}

#images_ecosysteme>img{
    max-height: 7em;
}

@media screen and (max-width:1000px) {
    #header_qui_sommes_nous{
        padding: 3em 0 3em 0;
        gap:3em;
    }
    #header_qui_sommes_nous_img_texte_wrapper{
        flex-direction: column;
        gap:2em;
        padding: 0;
        overflow: hidden;
    }
    
    #header_qui_sommes_nous>h1{
        font-size: 2em;
    }
    #header_qui_sommes_nous_img{
        width: 14em;
    }
    #header_qui_sommes_nous_texte>p{
        padding:0 1em;
        text-align: justify;
    }
    #header_qui_sommes_nous_texte>h2{
        font-size:1.4em;
        margin-bottom: 1em;
        padding:0 1em;
    }

    /*-----------------FRANCE LEADER FILIERE------------------*/
    #france_leader_filiere>h3, #impact_score>h3{
        font-size: 1.25em;
        margin:0 1em 1.5em 1em;

    }
    #one_health{
        padding: 3em 1.5em 0 1.5em;
    }
    #france_leader_filiere>p{
        padding: 3em 1.5em 3em 1.5em;
        text-align: justify;
    }

    #bg_europe{
        height: auto;
        width: 25em;
        bottom: 18em;
        left:min(calc(50vw + 25em), calc(100vw - 27em));
    }

    #ecoresponsable{
        gap:1em;
        flex-direction: column-reverse;
        padding: 0 2em;
    }
    #ecoresponsable>p{
        text-align: justify;
    }

    #ecoresponsable>img{
        height: 10em;
    }

    #un_pourcent{
        flex-direction: column;
        padding: 0 2em;
        margin-top: 2.5em;
        gap: 1em;
    }
    #un_pourcent>p{
        text-align: justify;
    }
    #un_pourcent_logo_site>img{
        width: 13em;
    }
    #un_pourcent_logo_site>a{
        text-align: center;
    }
    /*-----------------INFOS PRODUITS ZAMZ------------------*/
    #infos_produits_zamz{
        padding: 2em 0 0 0;
    }
    #infos_produits_zamz>h2{
        font-size:1.25em;
        font-weight: 700;
        margin: 0 1em 1.5em 1em;
    }
    
    #paragraphe_infos_produits{
        width: 101vw;
        padding: 3.2em 0;
        margin-bottom: 3em;
    }
    #paragraphe_infos_produits>p{
        margin-right:1em;
    }
    #img_flacon{
        height: auto;
        width: 14em;
        right: calc(50vw - 3em);
        bottom: 0em;
    }


    /*-----------------CARTE FRANCE------------------*/

    #regions_carte{
        margin: 0 0 2em 0;
        padding: 0 .5em;
        gap: 1.5em 0;
    }
    #img_carte{
        margin-top: 50%;
        height: 10em;
    }
    .region{
        flex-wrap: nowrap;
        max-width: 100%;
    }
    .texte_region>p{
        font-size: .9em;
    }

    /*-----------------ECOSYSTEME------------------*/
    #wrapper_ecosysteme{
        gap: 2em;
        margin: 3em 1em 5em 1em;
    }
    #wrapper_ecosysteme>h2{
        font-size:1.25em;
        font-weight: 700;
        margin: 0 1em 1.5em 1em;
    }
    #images_ecosysteme{
        gap: 2em 1em;
        justify-content: center;
    }
    #images_ecosysteme>img{
        max-height: 3em;
        max-width: 90vw;
    }

}