.header_section{
    position: fixed;
    z-index: 999999;
}

.title-logo{
    font-size: 40px!important;
}

.contact-title{
    margin-bottom: 20px;
    font-size: 34px;
}

.projet1-content{
    flex-direction: row-reverse;
}

.footer_section{
    margin-top: 50px;
}

/* .content-footer{
    justify-content: space-between!important;
} */

.projet_img{
    max-height: 500px;
}

.projet-img-container{
    display: flex;
    justify-content: center§!important;
}

.logo-footer{
    width: 200px!important;
}

.logo-header{
    max-width: 70px!important;
    max-height: 70px!important;
    margin-right: 10px;
}

.logo{
    display: flex;
    align-items: center;
}

.title-logo {
    background: linear-gradient(90deg, #35773e, #c9dec4, #ffffff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .nav-link{
    font-weight: bold;
  }

  .projet-img{
    display: flex;
    justify-content: center!important;
  }

.nos-projet-title{
    text-align: center!important;
    margin-bottom: 20px;
}

.banner_section{
    margin-top: 110px;
    background-color: rgba(0, 0, 0, 0.3); /* Noir avec 50% de transparence */
    background-blend-mode: overlay; /* Mélange les deux arrière-plans */
    width: 100%;
    float: left;
    background-image: url(../images/forest.webp);
    background-size: cover; /* Remplit tout le conteneur tout en gardant les proportions */
    background-position: center; /* Centre l'image dans le conteneur */
    background-repeat: no-repeat;
    padding: 50px 0px; /* Ajustement du padding pour ton contenu */
    height: 50vh; /* 50% de la hauteur de l'écran, ajustable selon tes besoins */
}

.banner-text{
    font-size: 22px!important;
}

@media (max-width: 576px) {
    .title-logo{
        font-size: 30px!important;
    }
}