*{
    font-family: "Roboto", sans-serif;
}

/*.container-lg {*/
/*    max-width: 1000px;*/
/*}*/

@media (max-width: 1600px) {
    .container-lg {
        max-width: 1320px; /* Augmente la largeur maximale sur très grands écrans */
    }
}

@media (min-width: 1600px) {
    .container-lg {
        max-width: 1440px; /* Augmente la largeur maximale sur très grands écrans */
    }
}


@media (max-width: 1150px) {

    .rowix{
        display: flex;
        flex-direction: column;
    }
    .rowi{
        width: 90% !important;
        max-width: unset !important;
    }
    .rowi2{
        width: 90% !important;
        max-width: unset !important;
        margin-top: 40px;
    }
    
    .imm{
        height: unset !important;
    }
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important; /* Pour une bordure blanche semi-transparente */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important; /* Icône blanche */

    
}

@media (max-width: 998px) {
    .closii {
        justify-content: flex-start !important;
    }
}
.active{
    border-bottom: 2px solid white;
}


.hero {
    background-image: url('image/1.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
}
.hh {
    background-image: url('image/3.png');
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hh1 {
    background-image: url('image/Image.png');
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* .hh::before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 60vh;
    border-radius: 40px;
    background-color: #23293480;
    pointer-events: none;
} */
.pos{
    position: absolute;
    top: -8rem;
    left: 50%;
    transform: translateX(-50%);
}


.pp::placeholder{
    color: #999999;
}

@media (max-width: 568px) {
    .posi{
        position: absolute;
        top: 28%;
        left: 10%;
    }
    .posi h1{
        font-size: 4rem;
    }
    .posi h2{
        font-size: 2rem;
    }
}


.modal {
    --bs-modal-width: 800px;
}

.ttt::placeholder{
    color: white;
    font-size: 13px;
}
.ttt{
    padding: 1rem;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
  }
  
  .carousel-container .col-12 {
    transition: transform 0.5s ease-in-out;
  }
  
  
    .photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }