/* CSS Reset basé sur le reset d'Eric Meyer, avec quelques améliorations */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 reset: S'assurer que les nouveaux éléments HTML sont affichés correctement */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,


nav,
section {
    display: block;
}

/* Body reset: Suppression des marges et ajout d'une largeur complète */
body {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

/* Liste: Enlever les puces par défaut */
ol, ul {
    list-style: none;
}

/* Enlève la décoration des liens */
a {
    text-decoration: none;
    color: inherit;
}

/* Normalisation des images et médias */
img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Normaliser les tableaux */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Enlever les contours sur les boutons et les formulaires */
button, input, textarea {
    font: inherit;
    outline: none;
}

/* Définir un comportement par défaut pour les éléments interactifs */
button, input, select, textarea {
    appearance: none;
    background: none;
    border: none;
}

/* Définir les hauteurs minimales pour textarea */
textarea {
    resize: vertical;
}

/* Normalisation des figures */
figure {
    margin: 0;
}

main {
    display: none;
}


@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Extralight.woff') format('woff'),
         url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashDisplay-Light';
    src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Light.woff') format('woff'),
         url('../fonts/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Regular.woff') format('woff'),
         url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Medium.woff') format('woff'),
         url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
         url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Bold.woff') format('woff'),
         url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  /**
  * This is a variable font
  * You can control variable axes as shown below:
  * font-variation-settings: wght 700.0;
  *
  * available axes:
  'wght' (range from 200.0 to 700.0
  */
  @font-face {
    font-family: 'ClashDisplay-Variable';
    src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Variable.woff') format('woff'),
         url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
  }

  

  @font-face {
    font-family: 'Neue';
    src: url('../fonts/neuemetananext-semibold-webfont.woff2') format('woff2'),
         url('../fonts/neuemetananext-semibold-webfont.woff') format('woff'),
         url('../fonts/neuemetananext-semibold-webfont.ttf') format('truetype');
         font-weight: 600;
         font-display: swap;
         font-style: normal;
}






/* truc d'avant */



     :root {
        --grey: #383838;
        --black: #141414;
        --white: #ffffff;
        --green: #bcf906;
        --violet: #6F4BFF;
        --BC: #909090;
    
        --txt: 20px;
        --Bigtitle: 200px;
        --h1: 94px;
        --h2: 70px;
        --h3: 50px;
        --h4: 35px;
        --h5: 35px;
        --btn: 17px;

        --clash-lig: "ClashDisplay-light";
        --clash-reg: "ClashDisplay-Regular";
        --clash-med: "ClashDisplay-medium";
        --spe: "Neue";
    }
    
    @media (max-width: 1250px) {
        :root {
            --txt: 18px;
            --h1: 80px; /* Légère réduction pour meilleure lisibilité sur ce breakpoint */
            --Bigtitle: 150px;
            --h2: 60px;
            --h3: 38px;
            --h4: 32px;
            --h5: 30px;
            --btn: 15px;
        }
    }
    
    @media (max-width: 950px) {
        :root {
            --txt: 18px;
            --h1: 60px; /* Taille optimisée pour tablettes et petits écrans */
            --Bigtitle: 100px;
            --h2: 48px;
            --h3: 34px;
            --h4: 28px;
            --h5: 28px;
            --btn: 16px;
        }
    }
    
    @media (max-width: 700px) {
        :root {
            --txt: 16px;
            --h1: 52px; /* Taille optimisée pour tablettes et petits écrans */
            --Bigtitle: 80px;
            --h2: 48px;
            --h3: 34px;
            --h4: 28px;
            --h5: 24px;
            --btn: 14px;
        }
    }
    
    @media (max-width: 450px) {
        :root {
            --txt: 16px;
            --h1: 30px; /* Très petites résolutions */
            --Bigtitle: 50px;
            --h2: 40px;
            --h3: 26px;
            --h4: 24px;
            --h5: 18px;
            --btn: 14px;
        }
    }



::-webkit-scrollbar {
    display: none;
}



body {

    padding: none;
    margin: none;
    background-color: var(--black);
    font-family: 'ClashDisplay-Regular';
    font-size: var(--txt);
    color: var(--black);
    min-height: 100%;
}

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

/* navbar */ 

nav {
    position: fixed;
    top: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    z-index: 1000;
}

@media (max-width: 1000px) {
    nav {
        display: none;
    }

    .test {
        display: none;
        position: relative;
        

    }

    .nav-button-responsive {
        display: flex !important;
    }


}

.nav-button-responsive {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: end;
    width: 100vw;
    padding: 5vh 4% 0 4%;
    z-index: 100000;
    font-size: 13px;
    gap: 10px;
    mix-blend-mode: difference;
}

.nav-button-responsive button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    gap: 10px;
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    position: relative; 
}

.nav-button-responsive button:nth-child(2) img {
    width: 20px;
    height: 20px;
}

.nav-button-responsive button:nth-child(2) {
    padding: 0;
    height: 45px;
    width: 45px;
    z-index: 100000;
}



.burger-slider {
    width: 100%;
    height: 100vh;
    background-color: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    /* left: -100vw; */ 
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    clip-path: inset(0% 100% 0 0);
    transition: all 500ms cubic-bezier(1.000, 0.005, 0.195, 1.000); /* custom */

transition-timing-function: cubic-bezier(1.000, 0.005, 0.195, 1.000); /* custom */
}

.burger-slider.active {
    width: 100%;
    height: 100vh;
    background-color: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    /* left: -100vw; */ 
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    clip-path: inset(0% 0% 0 0);
    transition: all 500ms cubic-bezier(1.000, 0.005, 0.195, 1.000); /* custom */

transition-timing-function: cubic-bezier(1.000, 0.005, 0.195, 1.000); /* custom */
}



.burger-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15%;
    border: var(--grey) 1px solid;
    background-color: var(--black);
    width: 94%;
    margin: 0 3% 0 3%;
    font-size: var(--Bigtitle);
    color: var(--white) !important;
}

ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px 15px 30px;
    background-color: var(--white);
    border: 1px solid var(--black);
    height: 45px;
    border-radius: 100px;
    gap: 10px;

}

li {
    padding: 0 10px 0 10px;
}

ul img {
    width: 5px;
}

nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    gap: 10px;
    background-color: var(--green);
    border: 1px solid var(--black);
    padding: 15px 30px 15px 30px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

nav button img {
    width: 15px;
    transition: all 0.2s ease-in-out;
}

nav button:hover img {
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
}

#btn-projet {
    background-color: var(--violet);
    color: var(--white);
}

#btn-projet img {
transform: rotate(-90deg);    
}

#btn-projet:hover img {
    transform: rotate(-135deg);    
}



.container-cta-projet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15vh;
    background-color: var(--black);
    background-image: url(../img/line.svg);
    border: 1px solid var(--BC);
    border-top: none;
    background-position: center;
}
    

.cta-projet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    gap: 10px;
    background-color: var(--green);
    border: 1px solid var(--black);
    padding: 15px 30px 15px 30px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
    
.cta-projet img {
    transition: all 0.2s ease-in-out;
    
}
    
.cta-projet:hover img {
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
}


.circle {
    --circle-size: 40px;
    position: fixed;
    height: var(--circle-size);
    width: var(--circle-size);
    border: 1px solid white;
    border-radius: 100%;
    top: calc(var(--circle-size) / 2 * -1);
    left: calc(var(--circle-size) / 2 * -1);
    pointer-events: none;
    mix-blend-mode: difference;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
  }

.circle-hover {
    background-color: var(--white);
    width: 5px;
    height: 5px;
    border-radius: 100%;

}

.circle.active {
    width: 70px;
    height: 70px;
    transition: all 0.1s;

}


@media (max-width: 1050px) {
    .circle {
        display: none;
    }
}






/*les grids ALL*/


.grid-all-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 650vh;
}

#grid-all {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colonnes au départ */
    height: 100%;
    padding-left: 3%;
    padding-right: 3%;
    z-index: -1;
}



@media (max-width: 1050px) {
    #grid-all {
        grid-template-columns: repeat(3, 1fr); /* 3 colonnes au lieu de 4 */
        
    }

    .grid-all-container {
       
        height: 756.1vh;
    }


    #grid-all .item:nth-child(4) {
        display: none; /* Cache le 4ème item */
    }
}

@media (max-width: 950px) {
    .grid-all-container {
       
        height: 696.1vh;
    }

}

@media (max-width: 800px) {
    #grid-all {
        grid-template-columns: repeat(2, 1fr); /* 3 colonnes au lieu de 4 */
    }

    #grid-all .item:nth-child(2) {
        display: none; /* Cache le 4ème item */
        border-left: 0px solid  var(--grey);
    }
    
    #grid-all .item:nth-child(3) {
        border-left: 0px solid  var(--grey);
    }

    

}

@media (max-width: 650px) {
    .grid-all-container {
       
        height: 655.1vh;
    }

}

.item:nth-child(1) {
    border-left: 1px solid  var(--grey);
    border-right: 1px solid var(--grey);
    text-align: center;
    height: 100%;
}


.item:nth-child(3) {
    border-left: 1px solid  var(--grey);
    border-right: 1px solid var(--grey);
    text-align: center;
    height: 100%;
}


.item:nth-child(4) {
    border-right: 1px solid var(--grey);
    text-align: center;
    height: 100%;
}





/* header */ 



/* header */ 

header {
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 3%;
    gap: 2vw;
}

header p {
    font-size: var(--h2);
    color: #ffffff;
}

.btn-back {
    padding: 1.5%;
    border: 1px solid var(--grey);
}

.btn-back img {
    width: 15px;
    rotate: -90deg;
    transition: all 0.1s ease-in-out;
}

.btn-back:hover img{
    rotate: -135deg;
    transition: all 0.1s ease-in-out;
}

.head-Info {
    width: 100vw;
    height: auto;
    display: flex;
    height: auto;
    margin: 10vh 0 10vh 0;
}

.mid-Info {
    width: 94%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bloc-Info {
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4%;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    height: 16vh;
}

.nom-bloc {
    color: var(--BC);
    font-size: var(--spe) !important;
}

.texte-bloc {
    font-size: var(--txt) !important;
}



@media (max-width: 1050px) {
    .mid-Info {
        grid-template-columns: repeat(3, 1fr); /* 3 colonnes au lieu de 4 */
        grid-template-rows: repeat(2, 1fr);
    }

    .bloc-Info:nth-child(4) {
        display: none;
    }

    

}


@media (max-width: 800px) {
    .mid-Info {
        grid-template-columns: repeat(2, 1fr); /* 3 colonnes au lieu de 4 */
        grid-template-rows: repeat(2, 1fr);
    }
    
    .bloc-Info:nth-child(4) {
        display: flex;
        border-top: none;
    }

    .bloc-Info:nth-child(3) {
        border-top: none;
    }

    .border-Info {
        height: 32vh !important;
    }
}


.border-Info {
    height: 16vh;
    width: 3%;
    background-image: url(../img/line.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);

}

/*CONTENUE border */
.border {
    background-image: url(/img/line.svg);
    width: 3%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

/*CONTENUE VDO */
.section-vdo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    margin: 20vh 0 20vh 0;
}

.section-vdo video {
    width: 94%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--BC);
}




/*Les explication*/

.section-explication {
    width: 100%;
    display: flex;
    margin: 20vh 0 20vh 0;
}

.section-left {
    display: grid;
  grid-template-columns: 6% 1fr;
    width: 50%;
    height: fit-content;
}

.section-right {
    display: grid;
  grid-template-columns: 1fr 6%;
    width: 50%;
    height: auto;
}

.section-question {
    padding: 1vw;
    border: 1px solid var(--grey);
    border-right: none;
    width: 100%;
    background-color: var(--black);
    color: var(--white);
    height: auto;
}

.section-question p {
    font-size: var(--h3);
}

.section-texte {
    border: 1px solid var(--grey);
    width: 100%;
    background-color: var(--black);
    color: var(--white);
    padding: 1vw;
    line-height: 140%;
}

.section-texte p {
    font-size: var(--txt);
}

.border-exp {
    height: 100%;
    width: 3vw;
    background-image: url(../img/line.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    
}


@media (max-width: 850px) {
    .section-explication {
        flex-direction: column;
        display: flex;
        gap: 3vh;
        margin: 20vh 0% 20vh 0%;
        padding: 0 3% 0 3%;
        width: 100%;
    }

    .section-right, .section-left {
        width: 100%;
        display: flex;
    }

    .section-question {
        padding: 1vw;
    
        border: 1px solid var(--grey);
        
    }
}





/*CONTENUE IMG type 1 */
.section-img-type-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    margin: 20vh 0 20vh 0;
}

.section-img-type-1 img {
    width: 94%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--BC);
    
}



/*CONTENUE IMG type 2 */
.section-img-type-2 {
    display: flex;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    margin: 20vh 0 20vh 0;
}

.img-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    width: 48%;
    border: 1px solid var(--BC);
    border-right: none;
}

.img-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    width: 48%;
    border: 1px solid var(--BC);
}

.section-img-type-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




@media (max-width: 850px) {
    .section-vdo {
        height: 50vh;
    }

    .section-img-type-1  {
        height: 50vh !important;
    }

    .section-img-type-2 {
        flex-direction: column;
        gap: 20vh;
        padding: 3%;
        height: auto;
    }

    .img-1, .img-2 {
        width: 100% !important;
        border: 1px solid var(--BC);
        height: 50vh;
    }

    .border {
        display: none;
    }

    .border-exp {
        display: none;    }
}

@media (max-width: 650px) {
    .section-vdo {
        height: 40vh;
    }

    .section-img-type-1  {
        height: 40vh !important;
    }

    .section-img-type-2 {
        flex-direction: column;
        gap: 20vh;
        padding: 3%;
        height: auto;
    }

    .img-1, .img-2 {
        width: 100% !important;
        border: 1px solid var(--BC);
        height: 40vh;
    }

    .border {
        display: none;
    }

    .border-exp {
        visibility: hidden;
    }
}





.border {
    height: 100%;
    width: 3%;
    background-image: url(../img/line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}




/* contacter */

/* contacter */


#contact-container {
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    height: 70vh;
    padding:  0 3% 0 3%;
    padding-bottom: 0;
    margin-top: 40vh;
    color: var(--white);
}

@media (max-width: 800px) {
    #contact-container {
        height: 60vh;
    }

}

@media (max-width: 450px) {
    #contact-container {
        height: 50vh;
        margin-top: 15vh;
    }

}

.grid-contact {
    position: relative;
    display: grid;
    justify-content: center;
    grid-template-rows: 0.5fr 1fr 0.5fr;
    background-color: var(--black);
    border: 1px solid var(--BC);
    overflow: hidden;
}


.item-contact:nth-child(1) {
}

.item-contact:nth-child(2) {
    overflow: hidden;
}

.item-contact:nth-child(4) {
    gap: 2vw;

}

.item-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.item-contact a {
    font-size: 70px;
    font-family: 'Neue';
    color: var(--white) !important;
}

@media (max-width: 1330px) {
    .item-contact a {
        font-size: var(--h3);
    }

}

@media (max-width: 730px) {
    .item-contact a {
        font-size: 20px;
        white-space: wrap;
    }

}

.btn-contact {
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--white);
    padding: 12px 20px 12px 20px;
    gap: 5px;
    color: var(--white);
    transition: all 0.2s ease-in-out;
    background-color: var(--black);
    font-size: var(--btn) !important;
    font-family: var(--clash-reg) !important;
}



.btn-contact img {
    width: 12px;
}

.btn-contact:hover img {
    transform: rotate(45deg);
    stroke: red;
    filter: invert();
    transition: all 0.3s ease-in-out;
}

.btn-contact:hover {
    gap: 15px;
    background-color: var(--white);
    color: var(--black) !important;
    border-color: var(--black);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 400px) {

    .btn-contact {
        padding: 10px 18px 10px 18px;
    }
    
}


.hover-mail {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out;
    background-image: url(../img/line.svg);
    opacity: 0;
}

#contact-container:hover .hover-mail{
    opacity: 1;
}

#contact-container:hover .anotaion-hover-contact{
    color: var(--green) !important;
}










#footer-container {
    width: 100%;
    height: 70vh;
    padding:  0 3% 0 3%;
}

.grid-footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 2fr 1fr 0.5fr;
    border: 1px solid var(--grey);
    display: grid;
    color: var(--white);
    height: 100%;
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);


}

.item-footer-link {
    display: flex;
    gap: 10px;
}

.item-footer {
    font-family: var(--clash-reg);
    font-size: var(--btn);
}

.item-footer-link a {
    color: var(--white) !important;
}

.item-footer-link:hover img {
    transform: rotate(45deg);
    transition: all 0.1s ease;
}

.item-footer-link img{
    width: 12px;
    transition: all 0.1s ease;
}



.item-footer:nth-child(1) {
    grid-row: 2;
    border-right: 1px solid var(--grey);
    
    border-bottom: 1px solid var(--grey);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-left: 3%;
}

.item-footer:nth-child(1) span{
    font-size: var(--txt);
    font-family: var(--clash-med);
}

.item-footer:nth-child(2) {
    grid-row: 2;
    grid-column: 4;
    border-bottom: 1px solid var(--grey);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 3%;
}

.item-footer:nth-child(3) {
    grid-row: 3;
    border-right: 1px solid var(--grey);
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 3%;
}

.item-footer:nth-child(4) {
    border-right: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}

.item-footer:nth-child(5) {
    border-right: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}

.item-footer:nth-child(6) {
    border-right: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}

.item-footer:nth-child(7) {
    border-bottom: 1px solid var(--grey);

}

.item-footer:nth-child(8) {
    border-right: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}

.item-footer:nth-child(9) {
    border-right: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}

.item-footer:nth-child(10) {
    border-right: 1px solid var(--grey);

}

.item-footer:nth-child(11) {
    border-right: 1px solid var(--grey);

}

.item-footer:nth-child(12) {


}

@media (max-width: 1050px) {

    #footer-container {
        height: 60vh;

    }

    .grid-footer {
        grid-template-columns: 1fr 1fr 1fr; /* 3 colonnes au lieu de 4 */
        grid-template-rows: 1.6fr 1.2fr 0.5fr;
    }

    .item-footer:nth-child(2) {
        grid-row: 2;
        grid-column: 3;
    }

    .item-footer:nth-child(7) {
        border-right: 1px solid var(--grey);
    }

    .item-footer:nth-child(9), .item-footer:nth-child(6) {
        border-right: 0px;
    }

    .item-footer:nth-child(10), .item-footer:nth-child(11), .item-footer:nth-child(12) {
        background-color: #BCF906;
        display: none;
    }

}

@media (max-width: 800px) {

    .item-footer:nth-child(2) {
        grid-row: 2;
        grid-column: 2;
    }

    .item-footer:nth-child(5), .item-footer:nth-child(6) {
        border-right: 0px;
    }

    .grid-footer {
        grid-template-columns: 1fr 1fr; /* 3 colonnes au lieu de 4 */
        grid-template-rows: 1.6fr 1.2fr 0.5fr;    
    }

    .item-footer:nth-child(10), .item-footer:nth-child(11), .item-footer:nth-child(12), .item-footer:nth-child(7), .item-footer:nth-child(8), .item-footer:nth-child(9) {
        background-color: #BCF906;
        display: none;
    }
    
}


.menu-burger {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 24px;

  }
  
  .menu-burger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    border-radius: 0px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    mix-blend-mode: difference;


  }
  
  .menu-burger span:nth-child(1) {
    top: 0;
  }
  
  .menu-burger span:nth-child(2) {
    top: 10px;
  }
  
  .menu-burger span:nth-child(3) {
    top: 20px;
  }
  
  .menu-burger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  
  .menu-burger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-burger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  