@font-face {
    font-family: "Champagne & Limousines";
    src: url("./font/Champagne&Limousines.ttf") format("truetype");

}

@font-face {
    font-family: "Zodiak";
    src: url("./font/Zodiak-Variable.ttf") format("truetype");

}

body, h1, h2, h3, p, a, button{
    margin:0;
}




body{
    display: flex;
    align-items: flex-start;
    background-color: #FDFAFA;
}

@media(max-width:750px){
    body{
        flex-direction: column;
        align-items: center;
    }
}

#menu-toggle{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

@media(max-width:750px){
    #menu-toggle{
        display: block;
    }
}

/* Styles pour le bouton hamburger */
.burger-line {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: 0.4s;
}



header{
    display: flex;
    width: 350px;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background-color: white;
    position: sticky;
    top:0;
}

@media(max-width:1400px){
    header{
        width: 300px;
        flex-shrink: 0;
    }
}


@media(max-width:1150px){
    header{
        width: 260px;
  
    }
}


@media(max-width:900px){
   header{
        width: 220px;
    }
}

@media(max-width:750px){
    header{
        width:100%;
        flex-direction: row;
        padding: 18px 25px ;
        box-sizing: border-box;
        justify-content: space-between;
        z-index:99;
    }
}

#logoSection{
    display: flex;
    width: 256px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media(max-width:900px){
    #logoSection{
        width:auto;
    }
}

@media(max-width:750px){
    #logoSection{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-direction: row;
                gap:26px;
    }
}

#logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

@media(max-width:750px){
    #logo{
        flex-direction: row;
        width:237px;
    }
}

#logo img{
    width: 53px;
    height: 38.052px;
}

#logoTitle{
    color: #000;
    text-align: center;
    font-family: "Champagne & Limousines";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 3px;
}

@media(max-width:750px){
    #logoTitle{
        font-size: 18px;
        line-height: 20px; /* 111.111% */
    }
}

.subtitle{
    color: #000;
    text-align: center;
    font-family: var(--Font-AccrocheS-Fontfamily, Zodiak);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    letter-spacing: var(--Font-AccrocheS-Letterspacing, 1px);
}

@media(max-width:750px){
    .subtitle{
        display: none;
    }
}

.contact{
    color: #000;
    text-align: center;
    font-family: var(--Font-Body-M-Fontfamily, Zodiak);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */

}

@media(max-width:574px){
    .contact{
        display: none;
    }
}

#index{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom:1.5px solid #FBD0D0; ;
}

@media(max-width:750px){
    #index{
        
    }
}



.indexItem{
    display: flex;
    padding: var(--Sommaire-Paddinghorizontal-M, 20px);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-top: 1.5px solid #FBD0D0;
    background: var(--Dfault2, #FFF);
}

.indexItemContent{
    display: flex;
    align-items: center;
    gap: 16px;
}


@media(max-width:900px){
    .indexItemContent{
        flex-direction: column;
    }
}

.indexItemContent p{
    color: #000;
    text-align: center;

    /* sommaire1 */
    font-family: var(--Font-sommaire1-Fontfamily, "Champagne & Limousines");
    font-size: var(--Font-sommaire1-Fontsize, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Font-sommaire1-Lineheight, 24px); /* 150% */
    letter-spacing: var(--Font-sommaire1-Letterspacing, 3px);
    text-transform: uppercase;
}

.sommaire2{
   font-family: var(--Font-sommaire1-Fontfamily, "Champagne & Limousines");
font-size: var(--Font-sommaire1-Fontsize, 20px);
font-style: normal;
font-weight: 700;
line-height: var(--Font-sommaire1-Lineheight, 28px); /* 140% */
letter-spacing: var(--Font-sommaire1-Letterspacing, 5px);
text-align: center;
}

.sommaire3{
    font-family: Zodiak;
font-size: var(--Font-sommaire3-Fontsize, 14px);
font-style: normal;
font-weight: 300;
line-height: var(--Font-sommaire3-Lineheight, 20px); /* 142.857% */
letter-spacing: var(--Font-H2-Letterspacing, 5px);
text-align: center;
}

.subindex{
    display: none;
}

.subindexItem{
    display: flex;
    padding: var(--Sommaire-Paddinghorizontal-M, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-top: 1px dashed #E49494;

}


.currentPage{
        background: #FDFAFA;
}
   

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

.indexDropDown{
    display:flex;
    flex-direction: column;
    align-self: stretch;
}

button{
    border:none;
    background :none;
    cursor: pointer;
}




.show{
    display: flex;
}

.rotated{
    transform: rotate(180deg);
}

.indexItemContent img{
    transition: transform 0.5s ease;
}

#bottomColumn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 0 10px;
}

@media(max-width:1400px){
    #bottomColumn{
        padding: 0 5px;
    }
}

@media(max-width:750px){
    #bottomColumn{
        
    }
}

@media(max-width:750px){
    #infoColumn{
        display: none;
    }
}

#infoColumn.mobile-open{
    display:block;
    position: absolute; /* ou fixed si tu veux qu'il suive l'écran */
    top: 100%;
    right: 0;
    width: 50%;
    z-index: 999;
    background-color: white;
    border-right : 1.5px solid #FBD0D0;
    border-left: 1.5px solid #FBD0D0;
    border-bottom: 1.5px solid #FBD0D0;
}

.bottomItem{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

@media(max-width:1400px){
    .bottomItem img{
        width: 34px;
        height: 34px;
    }
}


.bottomText{
    color: #000;
    text-align: center;
    font-family: "Champagne & Limousines";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Font-H1-Letterspacing, 5px);
}

@media(max-width:1400px){
    .bottomText{
        font-size: 12px;
        line-height: 16px; /* 133.333% */
        text-align: start;
    }
}

.bottomText strong{
    font-weight: 700;
}

.ecoIndex{
    color: #467A62;
    text-align: center;
    font-family: Helvetica;
    font-size: 60px;
    font-weight: 700;
    line-height: 32px; /* 53.333% */
    letter-spacing: var(--Font-H1-Letterspacing, 5px);
    margin-left: 20px;
}

@media(max-width:1400px){
    .ecoIndex{
        font-size: 30px;
        line-height: 30px; /* 100% */
         margin-left: 5px;
    }
}

#mainBloc{
    display: flex;
    padding: 0px 75px;
    flex:1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media(max-width:850px){
    #mainBloc{
        padding: 0 50px;
    }
}
@media(max-width:750px){
    #mainBloc{
        padding: 0 40px;
    }
}


@media(max-width:390px){
    #mainBloc{
        padding: 0 23px 0 20px;
    }
}


#mainBlocContent{
    display: flex;
    width: 900px;
    padding-top: 96px;
    flex-direction: column;
    align-items: center;
    gap: 130px;
}

@media(max-width:1400px){
    #mainBlocContent{
        width:752px;
    }
}


@media(max-width:1150px){
    #mainBlocContent{
        width:551px;
    }
}


@media(max-width:900px){
    #mainBlocContent{
        width:500px;
        gap:80px;
    }
}

@media(max-width:800px){
    #mainBlocContent{
        width:429px;
        gap:80px;
    }
}

@media(max-width:750px){
    #mainBlocContent{
        width:100%;
        gap:130px;
    }
}



#titleBloc{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

h1{
    color: #000;
    text-align: center;

    /* H1 */
    font-family: var(--Font-H1-Fontfamily, "Champagne & Limousines");
    font-size: var(--Font-H1-Fontsize, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Font-H1-Lineheight, 64px); /* 133.333% */
    letter-spacing: var(--Font-H1-Letterspacing, 5px);
    text-transform: uppercase;
}

@media(max-width:900px){
    h1{
        font-size: 32px;
        line-height: 48px; 
    }
}

@media(max-width:750px){
    h1{
            font-size: var(--Font-H1-Fontsize, 48px);
            line-height: var(--Font-H1-Lineheight, 64px);
    }
}

@media(max-width:340px){
    h1{
            font-size: 28px;
    }
}

#icons{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

@media(max-width:1400px){
    #icons{
    gap: 32px;
    }
}

@media(max-width:900px){
    #icons{
    gap: 16px;
    }
}

@media(max-width:750px){
    #icons{
    gap: 32px;
    }
}

@media(max-width:610px){
    #icons{
    gap: 16px;
    }
}

@media(max-width:420px){
    #icons{
    flex-direction: column;
    }
}



.icon{
    display: flex;
    width: var(--Widths-Bouton, 200px);
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.icon p{
    color: #000;
    text-align: center;

    /* Bouton */
    font-family: var(--Font-Bouton-Fontfamily, helvetica);
    font-size: var(--Font-Bouton-Fontsize, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Font-Bouton-Lineheight, 24px); /* 150% */
    letter-spacing: var(--Font-Bouton-Letterspacing, 3px);
    text-transform: uppercase;
}

@media(max-width:900px){
    .icon p{
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 2px;
    }
}

@media(max-width:750px){
    .icon p{
        font-size: var(--Font-Bouton-Fontsize, 16px);
        line-height: var(--Font-Bouton-Lineheight, 24px);
        letter-spacing: var(--Font-Bouton-Letterspacing, 3px);
    }
}


section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    max-width:100%;
}

.sectionIntro{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

h2{
    color: #000;

    /* H2 */
    font-family: var(--Font-H2-Fontfamily, "Champagne & Limousines");
    font-size: var(--Font-H2-Fontsize, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Font-H2-Lineheight, 56px); /* 116.667% */
    letter-spacing: var(--Font-H2-Letterspacing, 5px);
}

@media(max-width:900px){
    h2{
        font-size: 32px;
        line-height:  40px; /* 125% */
        letter-spacing: 5px;
    }
}

@media(max-width:750px){
    h2{
        font-family: var(--Font-H2-Fontfamily, "Champagne & Limousines");
    font-size: var(--Font-H2-Fontsize, 48px);
    line-height: var(--Font-H2-Lineheight, 56px); /* 116.667% */
    letter-spacing: var(--Font-H2-Letterspacing, 5px);
    }
}

.bodyL{
    font-family: var(--Font-Body-L-Fontfamily, helvetica);
    font-size: var(--Font-Body-L-Fontsize, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Font-Body-L-Lineheight, 44px); /* 220% */
    letter-spacing: var(--Font-Body-L-Letterspacing, 3px);
}

.tab{
    display: grid;
    padding-right: 0px;
    column-gap: 20px;
    align-self: stretch;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media(max-width:1150px){
    .tab{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
}

@media(max-width:750px){
    .tab{
    display: grid;
    padding-right: 0px;
    column-gap: 20px;
    align-self: stretch;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media(max-width:610px){
    .tab{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
}

#tabLeft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
}


@media(max-width:1150px){
    #tabLeft{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 20px;
        align-self: stretch;
        flex-wrap: wrap;
        flex-direction: row;
        flex:auto;
    }
}

@media(max-width:750px){
    #tabLeft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
}

}


@media(max-width:610px){
    #tabLeft{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 20px;
        align-self: stretch;
        flex-wrap: wrap;
        flex-direction: row;
        flex:auto;
        max-width:100%;
    }
}


.listM{
    display: flex;
    align-items: center;
    gap: 19px;
}


@media(max-width:1150px){
    .listM{
        display: flex;
        width: var(--Widths-BlocS, 180px);
        flex-direction: column;
        gap: 8px;
    }
}

@media(max-width:900px){
    .listM{
        width: 140px;
    }
}

@media(max-width:750px){
    .listM{
        width: var(--Widths-BlocS, 140px);
    }
}


.listM p, .listM{
    font-family: var(--Font-ListeM-Fontfamily, helvetica);
    font-size: var(--Font-ListeM-Fontsize, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Font-ListeM-Lineheight, 32px); /* 177.778% */
    letter-spacing: var(--Font-ListeM-Letterspacing, 5px);
    text-transform: uppercase;
}

@media(max-width:900px){
    .listM, .listM p{
        font-size: 12px;
        line-height:  20px; /* 166.667% */
        letter-spacing: 2px;
    }
}

@media(max-width:750px){
    .listM p, .listM{
        font-size: var(--Font-ListeM-Fontsize, 18px);
        line-height: var(--Font-ListeM-Lineheight, 32px); /* 177.778% */
        letter-spacing: var(--Font-ListeM-Letterspacing, 5px)
    }

}


.listL{
    font-family: var(--Font-ListeL-Fontfamily, helvetica);
    font-size: var(--Font-ListeL-Fontsize, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Font-ListeL-Lineheight, 40px); /* 181.818% */
    letter-spacing: var(--Font-ListeL-Letterspacing, 5px);
    text-transform: uppercase;
}

@media(max-width:900px){
    .listL{
        font-size:18px;
        line-height:32px;
    }
}

@media(max-width:750px){
    .listL{
        font-size: var(--Font-ListeL-Fontsize, 22px);
        line-height: var(--Font-ListeL-Lineheight, 40px);
    }
}

#tableRight{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    flex: 1 0 0;
    align-self: stretch;
    grid-row: 1 / span 1;
    grid-column: 2 / span 2;
}

.bodyM{
    font-family: var(--Font-Body-M-Fontfamily, Zodiak);
    font-size: var(--Font-Body-M-Fontsize, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Font-Body-M-Lineheight, 36px); /* 225% */
    letter-spacing: var(--Font-Body-M-Letterspacing, 3px);
}

.bodyS{
    font-family: var(--Font-Body-S-Fontfamily, Zodiak);
    font-size: var(--Font-Body-S-Fontsize, 12px);
    font-style: normal;
    font-weight: 300;
    line-height: var(--Font-Body-S-Lineheight, 24px); /* 200% */
    letter-spacing: var(--Font-Body-S-Letterspacing, 3px);
}

.accrocheM{
    font-family: var(--Font-AccrocheM-Fontfamily, Zodiak);
    font-size: var(--Font-AccrocheM-Fontsize, 24px);
    font-style: italic;
    font-weight: 540;
    line-height: var(--Font-AccrocheM-Lineheight, 48px); /* 200% */
    letter-spacing: var(--Font-Body-M-Letterspacing, 3px);
}

@media(max-width:900px){
    .accrocheM{
        font-size: 18px;
        line-height: 36px; 
        letter-spacing: 1px;
    }
}

@media(max-width:750px){
    .accrocheM{
        font-size: var(--Font-AccrocheM-Fontsize, 24px);
    line-height: var(--Font-AccrocheM-Lineheight, 48px); 
    letter-spacing: var(--Font-Body-M-Letterspacing, 3px);
    }
}

.accrocheS{
    font-family: var(--Font-AccrocheS-Fontfamily, Zodiak);
    font-size: var(--Font-AccrocheS-Fontsize, 18px);
    font-style: italic;
    font-weight: 300;
    line-height: var(--Font-AccrocheS-Lineheight, 26px); /* 144.444% */
    letter-spacing: var(--Font-AccrocheS-Letterspacing, 1px);
}

@media(max-width:900px){
    .accrocheS{
        font-size: 14px;
        line-height: 24px;

    }
}

@media(max-width:750px){
    .accrocheS{
         font-size: var(--Font-AccrocheS-Fontsize, 18px);
          line-height: var(--Font-AccrocheS-Lineheight, 26px); 
    }
}

.textNote{
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    align-self: stretch;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media(max-width:1150px){
    .textNote{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }
}

@media(max-width:750px){
    .textNote{
    display: grid;
    row-gap: 20px;
    column-gap: 20px;
    align-self: stretch;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media(max-width:610px){
    .textNote{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }
}


.textColumn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    grid-row: 1 / span 1;
    grid-column: 1 / span 2;
}

.note{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1 0 0;
    align-self: stretch;
    grid-row: 1 / span 1;
    grid-column: 3 / span 1;
}

.hexaBloc{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 48px 40px;
    align-self: stretch;
    flex-wrap: wrap;
}

@media(max-width:900px){
    .hexaBloc{
        gap: 48px 24px;
    }
}

@media(max-width:750px){
    .hexaBloc{
    gap: 48px 40px;
}
}

@media(max-width:580px){
    .hexaBloc{
        gap: 48px 24px;
    }
}

@media(max-width:440px){
    .hexaBloc{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: normal;
    }
}

.hexaItem{
    display: flex;
    width: var(--Widths-BlocM, 264px);
    flex-direction: column;
    align-items: center;
    gap: 19px;
}

@media(max-width:900px){
    .hexaItem{
         width: 156px;
    }
}

@media(max-width:750px){
    .hexaItem{
        width: var(--Widths-BlocM, 264px);
    }
}

@media(max-width:699px){
    .hexaItem{
         width: 156px;
    }
}

.hexaItem p{
    text-align: center;
}

.twoColumns{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 120px;
    align-self: stretch;
    flex-wrap: wrap;
}

.twoColumnsItem{
    display: flex;
    width: var(--Widths-BlocL, 300px);
    height: 707px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.name{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.skills{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    align-self: stretch;
}

.skill{
    display: flex;
    align-items: center;
    gap: 19px;
    align-self: stretch;
}

.sectionTexts{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

#formA{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 32px;
align-self: stretch;
}

.underline{
    text-decoration-line: underline;
    text-underline-position: from-font;
}

#formAContent{
display: grid;
padding: 0px 0px 12px 0px;
row-gap: 32px;
column-gap: 32px;
align-self: stretch;
grid-template-rows: repeat(1, minmax(0, 1fr));
grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media(max-width:1150px){
    #formAContent{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }
}

@media(max-width:750px){
    #formAContent{
display: grid;
padding: 0px 0px 12px 0px;
row-gap: 32px;
column-gap: 32px;
align-self: stretch;
grid-template-rows: repeat(1, minmax(0, 1fr));
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media(max-width:700px){
    #formAContent{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }
}


#stageAC1{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 32px;
flex: 1 0 0;
align-self: stretch;
grid-row: 1 / span 1;
grid-column: 1 / span 2;
}

.checkboxes{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
align-self: stretch;
}

.checkbox{
    display: flex;
align-items: center;
gap: 17px;
align-self: stretch;
}


.checkboxItem{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:25px;
    position: relative;
}


.checkboxItem input {
    opacity: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    cursor: pointer;
}

.checkmark {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 2px solid #000;
    position: absolute;
    left: 0;
    pointer-events: none;
}

.checkboxItem input:checked ~ .checkmark {
  background-color: black;
}

/* Croix quand cochée */
.checkboxItem input:checked + .checkmark::after {
    position: absolute;
    background-color: #2A1985;
    font-size: 24px;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.checkBoxItem label {
    cursor: pointer;
    margin-left: 35px;
}

#stageAC2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
    grid-row: 1 / span 1;
    grid-column: 3 / span 1;
}

#formBCContent{
    display: flex;
align-items: flex-start;
gap: 48px;
flex:1 0 0;
}

@media(max-width:1150px){
    #formBCContent{
        display: flex;
        flex-direction: column;
        gap: 48px;
        align-self: stretch;
    }
}

@media(max-width:750px){

    #formBCContent{
    align-items: flex-start;
    flex-direction: row;
    gap: 48px;
    flex:1 0 0;
    }

}

@media(max-width:700px){
    #formBCContent{
        display: flex;
        flex-direction: column;
        gap: 48px;
        align-self: stretch;
    }
}

.formBC{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

#formBContent{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

@media(max-width:750px){
    #formBContent{
        max-width:311px;
    }
}

.checkboxesGrid{
    display: flex;
    width: 425px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.checkboxesGridContent{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

@media(max-width:1400px){
    .checkboxesGridContent{
        max-width:352px;
    }
}

@media(max-width:1150px){
    .checkboxesGridContent{
        max-width:none;
    }
}

@media(max-width:750px){
    @media(max-width:1400px){
    .checkboxesGridContent{
        max-width:352px;
    }
}
}

@media(max-width:700px){
    .checkboxesGridContent{
        max-width:none;
    }
}

@media(max-width:500px){
    .checkboxesGridContent{
      display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 20px;
        align-self: stretch;
        flex-wrap: wrap;
        
    }
}

.req{
    font-family: var(--Font-ListeM-Fontfamily, helvetica);
    font-size: var(--Font-ListeM-Fontsize, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Font-ListeM-Lineheight, 32px); /* 177.778% */
    letter-spacing: var(--Font-ListeM-Letterspacing, 5px);
    text-transform: uppercase;
}

input, textarea{
    height: 44px;
    align-self: stretch;
    border-radius: 5px;
    background: #F8EBEB;
    border:none;
    box-shadow: none;
    width:426px;
}

@media(max-width:1400px){
    input, textarea{
        width: 352px;
    }
}

@media(max-width:1150px){
      input, textarea{
        width: 551px;
    }
}

@media(max-width:900px){
      input, textarea{
        width: 500px;
    }
}

@media(max-width:850px){
      input, textarea{
        width: 429px;
    }
}

@media(max-width:750px){
     input, textarea{
        width: 311px;
    }
}

@media(max-width:700px){
      input, textarea{
        width: 551px;
    }
}

@media(max-width:650px){
      input, textarea{
        width: 429px;
    }
}

@media(max-width:550px){
      input, textarea{
        width: 370px;
    }
}


@media(max-width:470px){
      input, textarea{
        width: 320px;
    }
}

textarea{
    height: 213px;

}


.formGroup{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

@media(max-width:1400px){
    .formGroup{
        max-width: 352px;
    }
}

@media(max-width:1150px){
    .formGroup{
        max-width: none;
    }
}

@media(max-width:750px){
    .formGroup{
        max-width: 311px;
    }
}

@media(max-width:700px){
    .formGroup{
        max-width: none;
    }
}

.checkboxesGridContent .checkboxItem{
    width:131px;
}

#lien{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

#formCContent{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 32px;
align-self: stretch;
}

.envoi{
    display: flex;
    width: var(--Widths-Bouton, 200px);
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: none;
    border:none;
}

.envoi{
    color: #000;
text-align: center;

/* Bouton */
font-family: var(--Font-Bouton-Fontfamily, helvetica);
font-size: var(--Font-Bouton-Fontsize, 16px);
font-style: normal;
font-weight: 400;
line-height: var(--Font-Bouton-Lineheight, 24px); /* 150% */
letter-spacing: var(--Font-Bouton-Letterspacing, 3px);
text-transform: uppercase;
}

#presenAsso{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.twoC{
    display: flex;
    align-items: flex-end;
    gap: 32px;
    align-self: stretch;
}

@media(max-width:1150px){
    .twoC{
        flex-direction: column;
    }
}

@media(max-width:750px){
    .twoC{
    flex-direction: row;
}

}


@media(max-width:700px){
    .twoC{
        flex-direction: column;
    }
}

.cita{
    display: flex;
    width: 434px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

@media(max-width:580px){
    .cita{
        width:auto;
    }
}

#founders{
    display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
align-self: stretch;
}

.founder{
    display: flex;
align-items: center;
gap: 32px;
align-self: stretch;
}

@media(max-width:900px){
    .founder{
        flex-direction: column;
    }
}

@media(max-width:750px){
    .founder{
        flex-direction: row;
    }
}

@media(max-width:650px){
    .founder{
        flex-direction: column;
    }
}

.founder p{
    max-width:553px;
}

.square{
    display: flex;
width:315px;
flex-direction: column;
align-items: center;
gap: 32px;
}

.square img{
    width:200px;
    height:200px;
}

.squareText{
    display: flex;
flex-direction: column;
align-items: center;
align-self: stretch;
}

.squareText p{
    text-align: center;
}

.red{
    color: #952323;
}

.label{
    max-width: none;
    width:auto;
}