
    /*IMPORTATION DES TYPOS*/

    @font-face {
        font-family: suisse;
        src: url(./assets/font/suisse/suisse.ttf);
    }
    html{
        background-color: white;
        margin: 0 0 0 0;
        scroll-behavior: smooth;
        
    }
    body {
        -webkit-font-smoothing: antialiased;
        width: 100vw;
        height: 100vh;
        max-width:100%;  /* added */
        z-index: 2;
        background-color: white;
        margin: 0 0 0 0;
        height: auto;
        overflow-x: scroll;
        
    }
    

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




  

   
 
    /*NAVBAR STYLE */
    
    
    .menubutton{
        user-select: none;
        position: fixed;
        font-family: 'suisse',sans-serif;
        font-size: 1.1rem;
        top: 0.6vh;
        right: 1vw;
        display: block;
        z-index: 1001;
        color: #ffffff;
        mix-blend-mode: difference;
    }

    .homebutton a{
        z-index: 1000;
        top: 0.6vh;
        left: 1vw;
        position: fixed;
        font-family: 'suisse',sans-serif;
        font-size: 1.1rem;
        text-decoration: none;
        color: #ffffff;
        mix-blend-mode: difference;
        
    }
    ul{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    

    li{
        text-decoration: none;
        list-style-type: none;
        list-style: none;
    }
    
    .navbar{
        width: 100vw;
        height: 4vh;
        background-color: #ffffff;
    }
    .navbaropen {
        display: none;
        z-index: 1000;
        position: fixed;
        height: 100svh;
        width: 100vw;
        background-color: rgb(0, 0, 255);
        overflow-x: hidden;
        overflow-y: hidden;
        visibility: hidden;
    
    }
    
    .navbaropen.active {
        overflow-x: hidden;
        z-index: 1000;
        width: 100vw;
        height: 100vh;
        display: block;
        visibility: visible;
    }
    .nav-itemabout a{
        
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 9rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    
    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 100px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 3rem;
        color: #fff;
        margin-left: 100px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .contactnav{
        color: #ffffff;
    }
@media (max-width: 710px) {

    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.3rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 3rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
}
@media (max-width: 410px) {
    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 25px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.1rem;
        color: #fff;
        margin-left: 20px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size:2.5rem;
        color: #fff;
        margin-left: 20px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
}




.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.part1ge {
    display: flex;
    justify-content: space-between; /* Columns will be side by side */
    align-items: flex-start; /* Align to the top */
    width: 100vw;
    margin: 0vh 0 1vh 0vw;
    background-color: white;
    border-bottom: 1px solid black;
}
.allworktitle{
    text-align: center;
    border-top: 1 px black solid;
    width: 100vw;
    font-family: 'suisse', Helvetica, sans-serif;
    font-size: 4em;
    line-height: .910;
    letter-spacing: -.020em;
    background-color: #ffffff;
}



/*GALLERY STYLE */
.table {
    height: auto;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
    font-weight: bold;
    background-color: #ffffff;
}



.table .imagetable {
    text-align: center; /* Pour centrer horizontalement le contenu du <td> */
    vertical-align: middle; /* Pour centrer verticalement le contenu du <td> */
    padding: 0; /* Réinitialiser le rembourrage (padding) pour éviter tout espacement supplémentaire */
}

.table .imagetable img {
    max-width: 100%; /* Largeur maximale de l'image */
    max-height: 100%; /* Hauteur maximale de l'image */
    display: block;
}

.col1{
    display: inline-block;
    vertical-align: top;
    width: 30.4vw;
    margin: 0 2vw 0 2vw;
}
.col2{
    display: inline-block;
    vertical-align: top;
    width: 30.4vw;
    margin: 0 2vw 0 0;
}
.col3{
    display: inline-block;
    vertical-align: top;
    width: 30.4vw;
    margin: 0 1vw 0 0;
}

@media (max-width: 767px) {
    .col1{
        width: 100%;
        margin: 0 0vw 0 0vw;
    }
    .col2{
        width: 100%;
        margin: 0 0vw 0 0vw;
    }
    .col3{
        width: 100%;
        margin: 0 0vw 0 0vw;
    }
    .table .imagetable img {
        width: 98vw; /* Largeur maximale de l'image */
       height: auto; /* Hauteur maximale de l'image */
        display: block;
        padding: 0 1vw 0 1vw;
    }
    
    } 

.backbutton{
    color: rgb(0, 0, 255);
}


/*CONTACT STYLE */
.contact {
    z-index: 999; /* You can use any value higher than the z-index of the .work div */
    position: relative;
    width: 100vw;
    height: 40vh;
    display: inline-block;
    background-color: rgb(255, 255, 255);
}
.grid-item{
    z-index: 999;
    margin-right: 0vw;
    margin-bottom: 2vh;
    background-color: rgb(255, 255, 255);
}
.contactgrid { 
    z-index: 999;
    align-items: center;
    margin: 2vh 0vw 2vh 2vw; 
    width: 90vw;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0 0 0 0;
    grid-auto-flow: row;
    background-color: rgb(255, 255, 255);
}
.mail1{
    width: 93%;
    height: auto;
    transition-duration: 0.7s;
}
.mail1:hover{
    transform: rotate(-40deg);
    transition-duration: 0.7s;
}
.phone1{
    width: 93%;
    height: auto;
    transition-duration: 0.7s;
}
.phone1:hover{
    transform: rotate(-40deg);
    transition-duration: 0.7s;
}
.instagram1{
    width: 93%;
    height: auto;
    transition-duration: 0.7s;
}
.instagram1:hover{
    transform: rotate(-40deg);
    transition-duration: 0.7s;
}
.linkedin1{
    width: 93%;
    height: auto;
    transition-duration: 0.7s;
}
.linkedin1:hover{
    transform: rotate(-40deg);
    transition-duration: 0.7s;
}

@media (max-width: 788px) {
    .contactgrid { 
        align-items: center;
        margin: 2vh 1vw 2vh 2vw; 
        width: 90vw;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 0 0 0;
        grid-auto-flow: row;
    }
    } 
@media (max-width: 1375px) {
        .contactgrid { 
            align-items: center;
            margin: 2vh 1vw 2vh 2vw; 
            width: 85vw;
            height: auto;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 0 0 0 0;
            grid-auto-flow: row;
        }
} 
@media (max-width: 950px) {
    .contactgrid {
        z-index: 1000; 
        align-items: center;
        margin: 2vh 1vw 2vh 2vw; 
        width: 90vw;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0 0 0 0;
        grid-auto-flow: row;
    }
} 
@media (max-width: 645px) {
    .contactgrid { 
        z-index: 4;
        
        margin: 2vh 1vw 2vh 6vw; 
        width: 90vw;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 0 0 0;
        grid-auto-flow: row;
    }
    .contact{
        position: relative;
        z-index: 3;
        width: 100vw;
        height: 40vh;
        display: inline-block;
        background-color: rgb(255, 255, 255);
    }
} 

.backbutton {
    border-top: 1px solid black;
    width: 100%;
    font-family: 'suisse', 'helvetica';
    font-size: 3em;
    text-align: center; /* Centrer horizontalement */
    line-height: 6vh; /* Centrer verticalement (basé sur la hauteur de la vue) */
    display: inline-block;
    vertical-align: middle; /* Notez que cela n'est pas nécessaire pour centrer le texte */
}

.ticker-wrap {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    bottom: 0;
    background-color: #ffffff; 
    border-bottom: 1px solid black;
    border-top: 1px solid black;
  }
  .ticker {
    display: inline-block;
    animation: marquee 105s linear infinite;
  }
  .item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 105s linear infinite;
  }
  
  .item {
    display: inline-block;
    padding: 0 1rem;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 7rem;
    color: rgb(0, 0, 0);   
    font-family: 'suisse',sans-serif;
    text-transform: uppercase;
  }
@media (max-width: 820px) {
    .ticker-wrap {
        z-index: 2;
        width: 100%;
        height: 60px;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        bottom: 0;
        background-color: #ffffff; 
        border-bottom: 1px solid black;
      }
      .ticker {
        display: inline-block;
        animation: marquee 50s linear infinite;
      }
      .item-collection-1 {
        position: relative;
        left: 0%;
        animation: swap 105s linear infinite;
      }
      
      .item {
        display: inline-block;
        padding: 0 1rem;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 50px;
        color: rgb(0, 0, 0);   
        font-family: 'suisse',sans-serif;
        text-transform: uppercase;
      }
    } 
    @media (max-height: 780px) {
        .ticker-wrap {
            z-index: 2;
            width: 100%;
            height: 60px;
            margin: 0 auto;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            bottom: 0;
            background-color: #ffffff; 
            border-bottom: 1px solid black;
          }
          .ticker {
            display: inline-block;
            animation: marquee 50s linear infinite;
          }
          .item-collection-1 {
            position: relative;
            left: 0%;
            animation: swap 105s linear infinite;
          }
          
          .item {
            display: inline-block;
            padding: 0 1rem;
            margin-top: auto;
            margin-bottom: auto;
            font-size: 45px;
            color: rgb(0, 0, 0);   
            font-family: 'suisse',sans-serif;
            text-transform: uppercase;
          }
        } 
  /* Transition */
  @keyframes marquee {
    0% {
      transform: translateX(0)
    }
    100% {
      transform: translateX(-100%)
    }
  }
  
  @keyframes swap {
    0%, 50% {
      left: 0%;
    }
    50.01%,
    100% {
      left: 100%;
    }
  }

