/* 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: 18px;
        --Bigtitle: 200px;
        --h1: 94px;
        --h2: 70px;
        --h3: 40px;
        --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: 16px;
            --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 */ 



/*les grids HOME*/

.grid-home-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 40vh;
    overflow: hidden;
    background-color: var(--black);
    
}


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

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

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

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

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

    #grid-home .item-home:nth-child(3) {
        border-left: 0px solid  var(--grey);
    }

}

.item-home {
    border-image: 
    linear-gradient(
      to top, 
      var(--grey), 
      var(--black)
    ) 0% 100%;
}

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


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


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



/*les grids ALL*/


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

#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 .item:nth-child(4) {
        display: none; /* Cache le 4ème item */
    }
}

@media (max-width: 950px) {
    .grid-all-container {
       
        height: 256.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: 600px) {
    .grid-all-container {
       
        height: 255.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%;
}





/* les élément du home container */ 

.home-container {
    width: 100%;
    height: 60vh;
    z-index: 101;
    display: grid;
    align-items: center;
    grid-template-columns: 0.2fr 1.8fr 0.2fr;
    grid-template-rows: 1fr;
}

.top-section-home {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    height: 5%;
    font-size: 11px;
    padding: 0 6% 0 6%;
    color: var(--black);
}

.right-section-home {
    display: flex;
    justify-content: start;
    align-items: end;
    text-align: center;
    color: var(--black);
    font-size: 11px;
    height: 100%;
    padding-bottom: 5vh;
    padding-right: 3%;
}

.left-section-home {
    display: flex;
    justify-content: end;
    align-items: end;

    text-align: center;
    color: var(--black);
    font-size: 11px;
    height: 100%;
    padding-bottom: 5vh;
}

@media (max-width: 850px) {

    .right-section-home p{
        visibility: hidden;    
    }
    
    .left-section-home {
        visibility: hidden;    
}
}

.center-section-home {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: var(--Bigtitle);
    line-height: 100%;
    z-index: 10;
    font-family: 'Neue';
}

.center-section-home p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
}

.neisan {
    display: flex;
    justify-content: start;
    align-items: end;
}

.studio {
    display: flex;
    justify-content: end;
    align-items: start;
}




ul {
    display: flex;
    align-items: center;
    gap: 3px;
}

.star {
    width: 15px;
    height: 15px;
}

.star-container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 60vh;
    width: 100%;
    height: 10%;
    z-index: 1;
    padding: 0 3% 0 3%;
    
}

.star-home {
    width: 21px;
    height: 21px;
}

.star-home:nth-child(1) {
    transform: translate(-48%, -50%);
}

.star-home:nth-child(2) {
    transform: translate(-24%, -50%);
}

.star-home:nth-child(3) {
    transform: translate(4%, -50%);
}

.star-home:nth-child(4) {
    transform: translate(19%, -50%);
}

.star-home:nth-child(5) {
    transform: translate(47%, -50%);
}

@media (max-width: 1050px) {

    .star-home:nth-child(1) {
        transform: translate(-48%, -50%);
    }
    
    .star-home:nth-child(2) {
        transform: translate(-20%, -50%);
    }
    
    .star-home:nth-child(3) {
        transform: translate(19%, -50%);
    }
    
    .star-home:nth-child(4) {
        transform: translate(47%, -50%);
    }

    .star-home:nth-child(5) {
        display: none;
    }
}

@media (max-width: 800px) {

    .star-home:nth-child(1) {
        transform: translate(-48%, -50%);
    }
    
    .star-home:nth-child(2) {
        transform: translate(-1%, -50%);
    }
    
    .star-home:nth-child(3) {
        transform: translate(47%, -50%);
    }
    
    .star-home:nth-child(4) {
        display: none;
    }

    .star-home:nth-child(5) {
        display: none;
    }
}



/* mes Services */


#service-container {
    margin-top: 25vh;
    width: 100%;
    height: auto;
    padding:  0 3% 0 3%;
    background-color: var(--black);

}

.title-container-service  {
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    display: grid;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: var(--h2);
    font-family: "neue";
    background-color: var(--black);
}

.grid-service {
    display: grid;
    grid-template-rows: repeat(4, 1fr); /* 4 colonnes au départ */
    height: auto;
    z-index: 1;
    color: var(--white);
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    background-color: var(--black);
}

.item-service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid var(--BC);
    gap: 6vh;
    padding: 2% 20% 2% 20%;

}

.item-service:nth-child(1) {
    border-top: 1px solid var(--BC);
}

.item-service img {
    transition: all 0.2s ease-in-out;

}

.item-service-haut {
    display: flex;
    align-items: end;
    justify-content: start;
}

.title-item-service {
    display: flex;
    gap: 5px;
}

.title-item-service span {
    font-size: var(--txt);
    color: var(--BC);
    font-weight: 100;
}

.title-item-service p {
    font-size: var(--h3);
    font-family: var(--clash-reg);
}





.item-service-bas button {
    color: var(--white);
    border: 1px solid var(--white);
    padding: 12px 20px 12px 20px;
    border-radius: 100px;
    font-size: var(--btn);
    white-space: nowrap;
    transition: all 0.2s ease-in-out;

}

.item-service-bas {
    display: flex;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap-reverse;
}

.item-service-bas p{
    display: none;
    font-size: var(--btn);
    flex-wrap: wrap !important;
}

.item-service:hover img  {
    transform: rotate(46deg);
    transition: all 0.2s ease-in-out;
}

 .item-service:hover button  {
    background-color: var(--white);
    color: var(--black);
    transition: all 0.2s ease-in-out;

} 

@media (max-width: 900px) {
    .item-service-bas {
        gap: 5px;
    }

    .item-service {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-bottom: 1px solid var(--BC);
        padding: 2% 10% 1% 10%;
    
    }

    .item-service-bas button {
        padding: 10px 18px 10px 18px;    }

}

@media (max-width: 600px) {
    
    .item-service-bas button {
        display: none;
    
    }

    .item-service-bas p {
        display: block;
        font-family: var(--clash-reg);
    }

    .item-service {
        padding: 5% 5% 5% 5%;
    }

    #service-container {
        height: 70vh;
    }

}




/* 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);
  }
  
  
  