a:link {
    color: inherit; /* Ou choisissez une couleur spécifique */
    text-decoration: none; /* Enlève le soulignement */
}

/* Style pour les liens visités */
a:visited {
    color: inherit; /* Ou choisissez une couleur spécifique */
    text-decoration: none; /* Enlève le soulignement */
}

/* Style pour les liens au survol */
a:hover {
    color: inherit; /* Ou choisissez une couleur spécifique */
    text-decoration: none; /* Enlève le soulignement */
}

/* Style pour les liens actifs */
a:active {
    color: white; /* Ou choisissez une couleur spécifique */
    text-decoration: none; /* Enlève le soulignement */
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    background-color: 151617;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 17px;
    overflow-x: hidden;
}

#particle-canvas {
    width: 100%;
    height: 5%;
  }


ul a {
    text-decoration: none;
}


.disableselect_header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -115px;
}

.disableselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clearfix {
    clear: both;
}

.blur{
    filter: blur(4px);

}
.errpage {
    padding: 50px;
    font-size: 22px;
    font-weight: 600;
}

.ct_text{
    text-align: center;
}

.line {
    border-bottom: 0.25px solid #888;
    width: 280px;
  }

  .grayscale{
    filter: grayscale(1);
  }

/*FONTS*/

.font_rsp_1{
    font-size: clamp(8px,4vw,16px) !important;
}
.font_rsp_2{
    font-size: clamp(10px,4vw,18px) !important;
}
.font_rsp_3{
    font-size: clamp(12px,4vw,35px) !important;
}

.roboto_condensed-light{	
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.roboto_condensed-light{	
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
.roboto_flex-light{	
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight:100;
    font-style: normal;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "XOPQ" 96,
      "XTRA" 468,
      "YOPQ" 79,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738,
      "YTLC" 514,
      "YTUC" 712;
}

.tallfilms{
    font-family: "Tall Films Fine";
    font-weight: 100;
    font-style: normal;
}

/*HAMBURGER*/

.hamburger {
    display: none;
    margin-top: 30px;
    z-index: 10000;
    height: 29px;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

img {
    filter: saturate(1.5) drop-shadow(2px 4px 6px rgba(0, 0, 0, .15));
}

.slide {
    float: left;
    margin-right: 5px;
    animation: sliderx 55s linear infinite;
}

.slides {
    width: 100%;
    display: flex;
    overflow: hidden;
}



@keyframes sliderx {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-316px * 20));
    }
}

.scroller_info {
    display: flex;
    font-family: 'Poppins-Light', sans-serif;
    justify-content: center;
    transform: rotate(270deg);
    top: -80px;
    position: relative;
    font-weight: 700;
    color: rgb(240, 240, 240);
    font-weight: 200;
    font-size: 18px;

}

/*ScrollTO*/
html {
    scroll-behavior: smooth;
  }
  
  a,
  button{
    display: inline-block;
  }
  
  .first {
      background: #ccc;
  }
  rgb(255, 114, 114)
  .second {
      width: 100%;
      height: 1000px;
      background: #999;
  }
  .animation-on-scroll{
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s ease-in;
}
/*ScrollBar*/  

::-webkit-scrollbar {
    width: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 15px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #646464;
}


/*ANIMATION*/
.zoom{

}
.zoom:hover{
    transform: scale(1.05);
    transition: transform .2s ease;
}  

.speed{
    speed
    
    }
    
.fade_in {
    animation: fade_in 3s ease-in 0s forwards;
}

@keyframes fade_in {
    0% {
    opacity: 0;
    }

    100% {
    opacity: 1;
    }
}
/*VIDEO*/
.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_gallery {
    width: 100%;
    height: 80%;
}

/*IMAGE*/
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.main-img {
    width: 311px;
    height: 675px;
}


    /*CONTAINT*/
    .all_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        }
    .container-project{
        width: 100%;
        margin-bottom: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /*Main_Title*/
    .main_title {
        justify-items: center;
        width: 100%;
    }
    .main_title-title{
        position:absolute;
        width:100%;
        text-align: center;
        margin-top:300px;
        font-size: 180px;
        z-index: 99;
    }

    /*Project*/
    .latest_project {
        padding-top: 3rem;
    }
    .project_img {
        object-fit: cover;
        overflow: hidden;
        object-position: top;
        width: 100%;
        height: 100%;
    }

    .project{
        display: flex;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-bottom: .1rem;
    }
    .info_project{
        z-index: 99;
        width: clamp(25px, 400vw, 600px);
        height: 100%;
    }
 
    .info_project-texte{
        font-size: 14px;
        position: relative;
        bottom: 115px;
        text-align: left;
        color: #cacaca;
        font-family: "Inter", sans-serif;
        z-index: 99;
        line-height: 20px;
        padding: clamp(0px, 5%, 30px);
        margin: 0px 30px 0px 30px;


    }
    .black_box{
        /* border-bottom: 500px solid rgba(0, 0, 0, 0.65); */
        height: 100%;
        width: auto;
        background-color: black;

    }

    .watermark_display{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;

    }

    .logo_water{
        width: clamp(200px, 12vmax, 5vmax);
        padding: clamp(0px, 1vmax, 5vmax);

    }
    .img_block{
        overflow: hidden;
        width: 80%;
    }

    .containt-text{
        margin-top: 8rem;
        margin-bottom: 6rem;
    }

    .title{
        text-align: left;
        font-size: 40px;
        margin-bottom: 0px;
    }
    .texte{
        text-align: left;
        font-size: 12px;
        width: 440px;
    }

    .white_box{
        position: absolute;
        top: 0px;
        background-color: #0e0e0e;
        width: 100%;
        height: 8rem;

    }

 