   .hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
  }

  .background-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 20px;
    z-index: 0;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: 1;
    border-radius: 20px;
  }

  #hero-intro {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

.titre_principal {
    font-family: "MuseoModerno", sans-serif;
    line-height: 120%;
    font-weight: 300;
    font-size: 2.5rem;
    max-width: 60%;
    margin: 0 auto;
    animation: fadeInScale 1s ease-out;
  }

.flotte-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}

.flotte-holder img {
    width: 40%;
    max-height: 320px;
    border-radius: 30px;
}

.flotte-box, .flotte-box2{
    width: 88%;
    padding: 50px 60px;
    margin: 35px auto 0;
    border-radius: 30px;
    gap: 30px;
}

.flotte-box {
    background-color: #F5F5F5;
}

.flotte-box2 {
    background-color: #E42C2E;
}

.flotte-box, .info-flotte, .flotte-box2, .info-flotte2 {
    display: flex;
    flex-direction: column;
}

.info-flotte, .info-flotte2 {
    width: 100%;
    align-items: start;
    gap: 15px;
}

.info-flotte span, .info-flotte2 span {
    display: block;
    width: 25px;
    height: 25px;
}

.info-flotte span {
    background-color: #E42C2E;
}

.info-flotte2 span {
    background-color: white;
}

.info-flotte h3, .info-flotte2 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 1.5rem;
    text-align: left;
}

.info-flotte h3 {
    color: #E42C2E;
}

.info-flotte2 h3 {
    color: white;
}

.info-flotte p {
    text-align: justify;
    color: #3C3A3A;
}

.info-flotte2 p {
    text-align: justify;
    color: white;
}

.details, .details2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.details img, .details2 img {
    width: 50%;
    max-height: 300px;
    border-radius: 20px;
}

.details div, .details2 div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}

.details div h4, .details2 div h4 {
    text-align: left;
    font-weight: normal;
    font-size: 1.2rem;
    color: #3C3A3A;
}

.details2 div h4 {
    color: white;
}

.details div h4 span, .details2 div h4 span {
    font-weight: 700;
}

@media screen and (min-width: 1440px) {
    .titre_principal {
        font-size: 3.5rem;
    }

    .flotte-box, .flotte-box2 {
        width: 70%;
    }

    .info-flotte h3, .info-flotte2 h3 {
        font-size: 2rem;
    }

    .info-flotte span, .info-flotte2 span {
        width: 35px;
        height: 35px;
    }

    .info-flotte p, .info-flotte2 p {
        font-size: 1.3rem;
    }

    .details div h4, .details2 div h4 {
        font-size: 1.4rem;
    }

    .details img, .details2 img {
        max-height: 400px;
    }

    .flotte-holder img {
        max-height: 400px;
    }
}

@media screen and (max-width: 978px) {
    .titre_principal {
        font-size: 1.9rem;
        max-width: 80%;
        margin: 0 auto;
        animation: fadeInScale 1s ease-out;
      }
  
      .hero-section {
        height: 75vh;
        margin-top: 120px;
      }

    .details div, .details2 div {
        gap: 5px;
    }

    .details div h4, .details2 div h4 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .titre_principal {
        font-size: 1.7rem;
        max-width: 80%;
        margin: 0 auto;
        animation: fadeInScale 1s ease-out;
      }
  
      .hero-section {
        margin-top: 80px;
        height: 60vh;
        padding: 0;
      }
  
    .hero-content, .overlay, .background-clip {
      border-radius: 0;
    }

    .flotte-box, .flotte-box2{
        width: 100%;
    }

    .info-flotte span, .info-flotte2 span {
        width: 20px;
        height: 20px;
    }
    
    .info-flotte h3, .info-flotte2 h3 {
        font-size: 1.3rem;
    }

    .details div, .details2 div {
        gap: 8px;
    }

    .details div h4, .details2 div h4 {
        font-size: 0.8rem;
    }

    .flotte-holder {
        flex-direction: column;
    }

    .flotte-holder img {
        width: 80%;
    }
}

@media screen and (max-width: 580px) {
    .hero-section {
        max-height: 40vh;
    }
    
    #hero-intro {
      gap: 20px;
    }

    .titre_principal {
        font-size: 1.2rem;
    } 

    #flotte-section {
        padding: 30px 20px;
    }

    .flotte-box, .flotte-box2{
        padding: 30px;
        border-radius: 20px;
    }    

    .info-flotte span, .info-flotte2 span {
        width: 15px;
        height: 15px;
    }

    .info-flotte h3, .info-flotte2 h3 {
        font-size: 1rem;
    }

    .info-flotte p, .info-flotte2 p {
        font-size: 0.8rem;
    }

    .details, .details2 {
        flex-direction: column;
    }

    .details img, .details2 img {
        width: 100%;
        border-radius: 10px;

    }

    .details div, .details2 div {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .details div h4, .details2 div h4 {
        font-size: 1rem;
    }

    .flotte-holder img {
        width: 100%;
        border-radius: 20px;
    }
}

@media screen and (max-width: 380px) {
    .hero-section {
        margin-top: 60px;
    }

    .titre_principal {
        font-size: 1rem;
    }

    .info-flotte h3, .info-flotte2 h3 {
        font-size: 0.9rem;
    }

    .info-flotte p, .info-flotte2 p {
        font-size: 0.7rem;
    }

    .details div, .details2 div {
        gap: 8px;
    }

    .details div h4, .details2 div h4 {
        font-size: 0.8rem;
    }
}

