* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Cache tout débordement horizontal */
    width: 100%;
    height : 100%;
}

.lot_plaquette_haut a {
    width: 30%; /* ou 23% pour 4 cartes sur une ligne avec un peu d'espace */
    text-decoration: none;
    color: inherit;
}

.button_css {
    background-color: rgb(141, 12, 19);
    color: white;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    position: relative;
    border: none;
    font-size : 12px;
}

.zone_text {
    position: absolute;
    width: 1000px;
    height: 500px;
}

.containers {
    position: relative;
    display: inline-block;
    width: fit-content; /* Permet au conteneur de s’adapter à l’image */
    height: auto; /* S’adapte à l’image */
    border: 2px solid rgba(226,50,26,0);
    display: block; /* Évite les marges indésirables sous l'image */
}

.containers_2 {
    position: relative;
    display: inline-block;
    width: fit-content; /* Permet au conteneur de s’adapter à l’image */
    height: auto; /* S’adapte à l’image */
    border: 2px solid rgba(226,50,26,0);
    display: block; /* Évite les marges indésirables sous l'image */
}

.button_devis_2 {
    font-family: Calibri;
    font-size: 15px;
    background-color: rgb(141, 12, 19);
    color: white;
    border-radius: 7px;
    width: 200px;
    height: 70px;
    position: absolute;
    border: none;
    top: 40%;
    left: 5%;
}

.button_devis_3 {
    font-family: Calibri;
    font-size: 15px;
    background-color: rgb(141, 12, 19);
    color: white;
    border-radius: 7px;
    width: 200px;
    height: 80px;
    position: absolute;
    border: none;
    top: 40%;
    left: 85%;
}

.archive {
    position: relative;
    font-family: 'Global User Interface', sans-serif;
    color: black;
    text-decoration: none;
}

.avis {
    position: relative;
    font-family: 'Global User Interface', sans-serif;
    color: black;
    text-decoration: none;
}

.acceuil {
    position: relative;
    font-family: 'Global User Interface', sans-serif;
    color: black;
    text-decoration: none;
}

.logo_linkedin {
    width: 40px;
    height: 40px;
    position: relative;
}

.border_top {
    width: 100vw;
    height: 70px;
    background-color: white;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: none;
    z-index: 1000;
}

.border_top_container {
    display: flex;
    align-items: center;
    gap: 25px;
    position : absolute;
    padding: 10px 20px;
    background-color: white;
    height : 65px;
    right : 25px;
}

.logo_JEP {
    width: 50px;
    position: fixed;
    height: 50px;
    top: 8px;
    left: 9px;
}

.separation {
    position: relative;
    border: 2px solid rgba(76,225,0,0);
    width: 100%;
    height: 120px;
}

.logo_email {
    position: fixed;
    width: 65px;
    height: 65px;
    top: 0px;
    right: 210px;
}

.work-in-progress-container {
    position: relative;
    width: 15%;
    border: 2px solid rgba(226,50,26,0);
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 42.5%;
}

.work-in-progress-img {
    width: 100%;
}

.separation-work-in-progress {
    position: relative;
    border: 2px solid rgba(76,225,0,0);
    width: 100%;
    height: 175px;
    display: block;
}

.text-work-in-progress-container {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    height: auto;
    border: 2px solid rgba(226,50,26,0);
    display: block;
}

.text-work-in-progress {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman';
}

.separation-fin-de-page {
    position: relative;
    width: auto;
    aspect-ratio : 5 / 0.48;
    display: block;
}

.fin-de-page_1 {
    position: relative;
    bottom: 0px;
    background-color: rgb(141, 12, 19);
    width: 100%;
    aspect-ratio : 5 / 1;
    display: flex;
}

.container_bas_de_page {
    display: block;
    position: relative;
    width : 26.6%;
    height : auto;
}

.logo_phelma_container {
    position: relative;
    display: block;
    left: 4%;
    top: 4%;
    width : 62.2%;
    height: 40%;
}

.logo_phelma_bas_page {
    height : 100%;
    width : 100%;
}

.container_logos_bas_de_page {
    position: relative;
    display: block;
    width: 62.2%;
    left: 8%;
    top: 10%;
}

.logo_linkdin_bas_de_page {
    position: relative;
    width: 15%;
    height: 10%;
    left: 0%;
}

.logo_facebook_bas_de_page {
    position: relative;
    width: 15%;
    height: 10%;
    left: 4%;
}

.logo_instagram_bas_de_page {
    position: relative;
    width: 15%;
    height: 10%;
    left: 8%;
}

.telephone_container {
    position: relative;
    display: flex;
    border-radius: 20px;
    background-color: white;
    aspect-ratio : 275 / 50;
    width: 62.2%;
    align-items: center;
    left: 8%;
    top: 25%;
}

.telephone_bas_de_page {
    width: 15.5%;
    position: relative;
    height: 90%;
    left: 2.9%;
}

.numero_de_telephone {
    left: 15%;
    font-size : 0.9vw;
    position: relative;
}

.map {
    position: relative;
    width: 20%;
    aspect-ratio : 500 / 395;
    top: 0%;
    width: fit-content;
    justify-content : center;
    display: flex;
    align-items: center;
}

.map_phelma {
    position: relative;
    width : 75%;
    aspect-ratio : 400/300;
}

.addresse {
    position : relative;
    left : 20%;
}

.addresse_1 {
    position: relative;
    top: 6%;
    font-family: 'Times New Roman';
    font-size: 0.8vw;
    color: white;
}

.addresse_2 {
    position: relative;
    top: 3.7%;
    font-family: 'Times New Roman';
    font-size: 0.8vw;
    color: white;
}

.addresse_3 {
    position: relative;
    top: 1.25%;
    font-family: 'Times New Roman';
    font-size: 0.8vw;
    color: white;
}

.container_text_bas_de_page {
    position : relative;
    left : 10%;
}

.contactez_nous {
    top: 5%;
    color: white;
    font-size: 0.9vw;
    font-family: 'Times New Roman';
    font-weight: bold;
    position: relative;
}

.contact {
    position: relative;
    top: 5%;
    color: white;
    font-size: 0.8vw;
    font-family: 'Times New Roman', sans-serif;
    text-decoration: none;
}

.style_url_contact {
    text-decoration: none;
}

.contact:hover {
    text-decoration: underline white;
}

.plan_d_acces:hover {
    text-decoration: underline white;
}

.plaquette:hover {
    text-decoration: underline white;
}

.plan_d_acces {
    position: relative;
    top: 10%;
    color: white;
    font-size: 0.8vw;
    font-family: 'Times New Roman', sans-serif;
    text-decoration: none;
}

.plaquette {
    position: relative;
    top: 10%;
    color: white;
    font-size: 0.8vw;
    font-family: 'Times New Roman', sans-serif;
    text-decoration: none;
}

.style_url_plaquette {
    text-decoration: none;
}

.style_url_plan {
    text-decoration: none;
}

.en_savoir_plus {
    position: relative;
    top: 10%;
    color: white;
    font-size: 0.9vw;
    font-family: 'Times New Roman', sans-serif;
    font-weight: bold;
}

.juridique {
    top: 15%;
    color: white;
    font-size: 0.9vw;
    font-family: 'Times New Roman';
    font-weight: bold;
    position: relative;
}

.credit {
    position: relative;
    top: 15%;
    color: white;
    font-size: 0.8vw;
    font-family: 'Times New Roman', sans-serif;
    text-decoration: none;
}

.style_url_credit {
    text-decoration: none;
}

.credit:hover {
    text-decoration: underline white;
}

.mentions_legales {
    position: relative;
    top: 15%;
    color: white;
    font-size: 0.8vw;
    font-family: 'Times New Roman', sans-serif;
    text-decoration: none;
}

.style_url_mentions_legales {
    text-decoration: none;
}

.mentions_legales:hover {
    text-decoration: underline white;
}

.titre_addresse {
    position: relative;
    top: 5%;
    font-size: 0.9vw;
    font-family: 'Times New Roman';
    color: white;
    font-weight: bold;
}

.mail_lien:hover {
    text-decoration : white;
}

.contact_form_css {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    width: 47%;
    display: flex;
    height : 100%;
}

#contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5%; /* Espace entre les éléments */
    padding: 3%;
    box-sizing: border-box;
    flex-shrink: 0;
    height : 100%;
    width : 100%
}

.separation-debut {
    position: relative;
    border: 2px solid rgba(76,225,0,1);
    width: 100%;
    height: 200px;
}

.message_css {
    position : relative;
    border-top: none;
    border-left: none;
    border-right: none;
    width : 100%;
    height : 100%;
    outline: none;
}

.en_tete_container {
/*    border : 2px solid green;*/
    width : 100%;
}

.case_css {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    color: rgb(128, 128, 128);
/*    padding: 10px;*/
    width : 100%;
    font-size: 1.1vw;
/*    border : 2px solid yellow;*/
}

.name_prenom_css {
    justify-content: center;
    position: relative;
    display: flex;
    gap: 2%;
/*    border: 2px solid purple;*/
    width: 100%;
    margin: 0 auto;
}

.name_prenom_css input {
    flex : 1;
    min-width : 0%;
}

.num_email_css {
    justify-content : center;
    position: relative;
    display: flex;
    gap: 2%;
/*    border: 2px solid rgb(141, 12, 19);*/
    width: 100%;
    margin: 0 auto;
}

.num_email_css input {
    flex: 1;
    min-width: 0%;
}

.collab_css {
    position : relative;
    display : flex;
    top : -2%;
    margin : 0 auto;
    width : 100%;
}

.entreprise_container_css {
    position: relative;
/*    border: 2px solid rgb(141, 12, 19);*/
    width: 100%;
    margin: 0 auto;
}

.entreprise_container_css input {
    flex: 1;
    min-width: 0%;
}

.formulaire {
    line-height: 0px;
/*    border: 2px solid rgb(141, 12, 19);*/
    width : 49%;
}

.formulaire_entreprise {
    line-height: 0px;
/*    border: 2px solid rgb(141, 12, 19);*/
    width: 100%;
}

.text_votre {
    font-family : 'Times New Roman';
    font-size : 1vw;
/*    border : 2px solid black;*/
    color : rgb(128, 128, 128);

}

.entreprise_css {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    color: rgb(128, 128, 128);
    padding: 10px;
    font-size: 15px;
    width : 100%;
}

.bloc {
    position: relative;
    background-color: rgb(141, 12, 19);
    width: 16.6%;
    height: 100%;
/*    border: 2px solid rgb(141, 12, 19);*/
}

.container_form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*    border : 2px solid black;*/
    aspect-ratio: 5 / 3.5;
}

.en_tete {
    color : rgb(141, 12, 19);
    font-size : 1.4vw;
    font-family : 'Times New Roman';
    top : -20%;
    position : relative;
}

.sous_en_tete {
    color: rgb(100, 100, 100);
    font-size: 1.1vw;
    top: -30%;
    font-family: 'Times New Roman';
    position: relative;
}

.container_submit {
    position: relative;
    width: 21%;
    aspect-ratio: 175 / 40;
}

.container_reset {
    position: relative;
    width: 21%;
    aspect-ratio: 175 / 40;
}

.bouton_container {
    display : flex;
    position : relative;
    gap : 50%;
    margin-left : 4.5%;
    margin-top : auto;
}

.message_h1 {
    font-family: 'Times New Roman';
    font-size: 1.1vw;
    color: rgb(128, 128, 128);
}

.message_h2 {
    font-family: 'Times New Roman';
    font-size: 0.8vw;
    color: rgb(180, 180, 180);
}

.message_container {
    line-height: 0.3vw;
    /*    border: 2px solid rgb(141, 12, 19);*/
    width: 100%;
    position : relative;
    display : flex;
    flex-direction : column;
    top : -2%;
}

.message_css {
    width : 100%;
    height : 100%;
    max-height : 110%;
    font-size : 0.8vw;
    color : rgb(128, 128, 128);
}

.tableau_colonne {
    display : flex;
    gap : 15%;
    border : none;
    top : -2%;
}

.tableau_colonne_1 {
    line-height : 1.5vw;
    font-size : 0.9vw;
    width : 40%;
    color : rgb(128, 128, 128);
}

.tableau_colonne_2 {
    line-height: 1.6vw;
    font-size: 0.9vw;
    width : 45%;
    color: rgb(128, 128, 128);
}

.message_tableau {
    font-size: 1.1vw;
    color: rgb(100, 100, 100);
    font-family : 'Times New Roman';
}

.message_tableau_container {
/*    border: 2px solid rgb(141, 12, 19);*/
}

.collab {
    border : none;
    color : rgb(128, 128, 128);
    font-size : 0.9vw;
    font-family : 'Times New Roman';
}

.precedent_projet {
    height : 100%;
    width : 100%;
    font-size : 0.9vw;
}

.bloc_message {
    color : white;
    font-size : 1.55vw;
    margin : 7%;
    top : 1%;
    position : relative;
}

.bloc_adresse {
    margin: 7%;
    position: relative;
    top: 2.5%;
}

.bloc_message_2 {
    color: white;
    font-size: 1.1vw;
    margin: 7%;
    top: 3.5%;
    position: relative;
}

.plaquette_1 {
    width : 100%;
    aspect-ratio : 5 / 1.33;
    gap : 26.6%;
    display :flex;
}

.plaquette_partie_g {
    width: 32%;
    margin-left: 8.6%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap : 0.5rem;
}

.text_plaquette_1 {
    display: flex;
    flex-direction: column;
}

.paragraphe_plaquette {
    margin-bottom: 0px;
    text-align: justify;
    font-size: 1.1vw;
    line-height: 1.6vw;
    font-family: "Lato", sans-serif;
    /*    margin : 0.3em;*/
}

.h1_paragraphe {
    margin-bottom: 20px;
    /*    margin : 0.3em;*/
    font-size: 1.6vw;
    color: rgb(141, 12, 19);
    font-family: "Lato", sans-serif;
    font-weight: 600;
}

.h2_paragraphe {
    margin-bottom: 0px;
    margin-top : 0px;
    /*    margin : 0.3em;*/
    font-size: 2.1vw;
    color: rgb(28,3,1);
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}

.button_plaquette_1 {
    border: 1px solid rgb(141, 12, 19);
    width: 44%;
    aspect-ratio : 270 / 85;
    position: relative;
    display: flex;
    border-radius: 25px;
    padding : 5px;
    justify-content: center;
    align-items: center;
}

.button_plaquette_css {
    background-color: rgb(141, 12, 19);
    border: none;
    color: white;
    border-radius: 25px;
    aspect-ratio : 0.66 / 0.17;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 0.9vw;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.plaquette_partie_d {
    width: 25%;
    height: 100%;
    background-color: rgb(141, 12, 19);
    margin-right: 8.6%;
    position : relative;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 25%;
}

.trou {
    position : absolute;
    width : 30px;
    height : 30px;
    background : white;
    border-radius :50%;
}

.trou_1 {
    top : 50%;
    left : -15px;
}

.trou_2 {
    top: 50%;
    right : -15px;
}

/*.reliure {
    background : rgb(99,0,15);
    position : absolute;
    border-top-left-radius : 25px;
    border-bottom-left-radius : 25px;
    width : 20%;
    height : 100%;
}*/

.img_informatique {
    width: 30%;
    height: 30%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top : 14%;
}

.sous_texte_1_plaquette_1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    color: white;
    font-family: "Lato", sans-serif;
    font-size : 0.9vw;
    font-weight : 700;
}

.sous_texte_2_plaquette_1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 0.9vw;
    font-weight: 700;
}

.sous_texte_3_plaquette_1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 0.9vw;
    font-weight: 700;
}

.sous_texte_plaquette_1 {
    line-height: 1.8vw;
}

.titre_plaquette_css {
    color : rgb(141, 12, 19);
    font-weight : 700;
    font-size : 2.25vw;
    font-family : "Lato", sans-serif;
}

.titre_plaquette {
    margin-left : 150px;
    margin-bottom : 100px;
}

.container_debut_page {
    width: 100%;
    position: relative;
    aspect-ratio : 4.66 / 1.33;
    align-items: center;
    display: flex;
}

.container_img_debut_page {
    left: 30%;
    position: absolute;
    width: 42%;
    height: 80%;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.img_debut_page {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.container_text_debut_page_1 {
    position: absolute;
    left: -50%;
    top : -40%;
    background-color: white;
    opacity: 0.90;
    width: 83%;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius : 3px;
    align-items : center;
    display : flex;
    gap : 20px;
    justify-content : center;
    flex-direction : column;
}

.container_text_debut_page_2 {
    position: absolute;
    right: -50%;
    top : 40%;
    background-color: white;
    opacity: 0.90;
    width: 83%;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 3px;
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
}

.text_debut_page_paragraphe {
    width: fit-content;
    height: fit-content;
    margin-left: 8%;
    position: relative;
    font-family: "Lato", sans-serif;
    margin-right: 8%;
    text-align: justify;
    font-size: 0.9vw;
    margin-top: 0px;
    margin-bottom: 0px;
    color : rgb(70, 70, 70);
}

.text_debut_page_paragraphe_liste {
    width: 100%;
    height: fit-content;
    margin-left: 40px;
    display : flex;
    flex-direction : column;
    gap : 5px;
    position: relative;
    font-family: "Lato", sans-serif;
    margin-right: 40px;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.text_debut_page_h1 {
    width: fit-content;
    position: relative;
    height: fit-content;
    margin-top: 0px;
    color : rgb(141, 12, 19);
    margin-left: auto;
    margin-right: auto;
    font-family: "Lato", sans-serif;
    font-size: 1.692vw;
    font-weight: 700;
    margin-bottom: 0px;
}

.lot_plaquette {
    display : flex;
    flex-direction : column;
    width : 100%;
    height : fit-content;
    gap : 50px;
}

.lot_plaquette_haut {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    padding: 1rem;
    width: 100%;
}

.lot_plaquette_basse {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.6%;
    width: 100%;
    padding: 1rem;
}

.plaquette_environnement {
    width: 100%;
    aspect-ratio : 425 / 300;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(141, 12, 19);
    border-radius: 7px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    transform: scale(1);
    will-change: transform;
    backface-visibility: hidden;
    overflow : hidden;
}

.plaquette_environnement:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.plaquette_environnement:hover .photo_environnement {
    opacity : 0.75;
}

.photo_environnement {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    border-radius: 5px;
    transition: opacity 0.5s ease-in-out;
}

.img_hover_plaquette {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.text_plaquette_environnement {
    font-family: "Lato", sans-serif;
    font-size: 1.41vw;
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400; /* <-- Important ! verrouille le poids exact */
    line-height: 1.2; /* <-- Verrouille l’interligne pour éviter tout saut */
    will-change: transform;
    backface-visibility: hidden;
    text-align: center;
}

.container_plquette_text {
    position: absolute;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: fit-content;
    will-change: transform;
    backface-visibility: hidden;

}

.nos_expertise_css_h1 {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight : 600;
    color : rgb(128, 128, 128);
    height: fit-content;
    text-align: center;
    margin-bottom : 0px;
}

.nos_expertise_css_h2 {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: rgb(200,200,200);
    height: fit-content;
    text-align: center;
    margin-top : 0px;
}

.nos_expertise {
    display : flex;
    flex-direction : column;
    width : 100vw;
    gap : 10px;
    height : fit-content;
}

.photo_equipe_JEP_container {
    width : 100%;
    height : fit-content;
}

.photo_equipe_JEP {
    width : 100%;
    height : auto;
}

.nos_info {
    position : relative;
    display : flex;
    flex-direction : column;
    width : 100vw;
    height : fit-content;
}

.info_container {
    display : flex;
    position : relative;
    width : 100%;
    top : -100px;
}

.notre_equipe {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width : 16%;
    opacity : 0.85;
    aspect-ratio : 300 / 340;
    background-color : white;
    position : relative;
    left : 21%;
    border-radius : 10px;
}

.nos_domaines {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 16%;
    aspect-ratio: 300 / 340;
    opacity: 0.85;
    background-color: white;
    position: absolute;
    left: 42%;
    border-radius: 10px;
}

.notre_CA {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 16%;
    aspect-ratio: 300 / 340;
    opacity: 0.85;
    background-color: white;
    position: absolute;
    left: 63%;
    border-radius: 10px;
}

.notre_equipe_h1 {
    font-family: "Lato", sans-serif;
    font-size: 2.13vw;
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: rgb(100, 100, 100);
    height: fit-content;
}

.notre_equipe_paragraph {
    font-family: "Lato", sans-serif;
    font-size: 1.056vw;
    font-weight: 200;
    width: fit-content;
    text-align: center;
    color: rgb(120, 120, 120);
    margin-left : 10px;
    margin-right : 10px;
}

.trait {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(200,200,200);
}

.button_en_savoir_plus_css {
    background-color: rgb(141, 12, 19);
    color: white;
    border-radius: 5px;
    width: 50%;
    aspect-ratio : 150 / 40;
    position: relative;
    border: none;
    font-size: 0.7vw;
    left : 25%;
    top : 9%;
}

.partenaire_g {
    width: 20%;
    margin-left: 13.2%;
    aspect-ratio : 354 / 595;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.logo_alten {
    width: 100%;
    aspect-ratio: 354 / 595;
}

.partenaire_d {
    margin-bottom : 0px;
    width: 38%;
    margin-right: 13.2%;
    height : auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.partenaire {
    width: 100%;
    gap: 13.2%;
    display: flex;
}

.zone_de_text {
    width: 100%;
    aspect-ratio: 2.33 / 0.50;
    display : flex;
    flex-direction : column;
    position: relative;
    top: -2%;
    box-sizing: border-box;
    resize: none; /* ou none si tu veux le bloquer complètement */
}

.button_container {
    display: flex;
    position: relative;
    gap: 45%;
    height : 2%;
    margin-top: auto;
}

.bouton_submit_css {
    background-color: rgb(141, 12, 19);
    color: white;
    margin-left: 5%;
    width: 20%;
    height: 100%;
    font-size : 0.9vw;
    border: none;
}

@media (max-width: 10px) {
    .zone_de_text {
        max-height: 0px;
    }
}