/********** Template CSS **********/

/* 
#164e79
#51b5d4
#ebf5f6 
*/
.brand_logo {
    background:#fff !important; 
    border-right:2px solid #164e79;
/*
    border-bottom:2px solid #164e79;
    border-left:2px solid #164e79;
*/
}

.pub {
    min-height: 20rem;
}
.pub-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px; /* Définissez la hauteur souhaitée pour votre div container */
    border: 1px solid #ccc; 
}
.pub-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.success {
    padding: 8px 15px;
    margin-bottom: 0;
    background-color: #48bb78;
    color: #000000;
    font-weight: bolder;
}
.info {
    padding: 8px 15px;
    margin-bottom: 0;
    background-color: #487abb;
    color: white;
    font-weight: bolder;
}
.warning {
    padding: 8px 15px;
    margin-bottom: 0;
    background-color: #ecc94b;
    color: #000000;
    font-weight: bolder;
}
.danger {
    padding: 8px 15px;
    margin-bottom: 0;
    background-color: #f56565;
    color: #000000;
    font-weight: bolder;
}
/* .deactivated[disabled] {
    opacity: 0.5; 
    cursor: not-allowed; 
} */
:root {
    --primary: #51b5d4;
    --light: #F1F8FF;
    --dark: #164e79;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.hamburger-menu {
    position: fixed;
    /* display: none; */
    right: 0;
    top: 0;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

/* .btn-return {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
} */

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    z-index:10
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}
#backButton {
    cursor: pointer;
}

.connect {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;   
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: -6.5rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
    z-index: 9;
    width: 100%;
    height: 200px; 
    background: linear-gradient(
        rgba(0, 0, 255, 0), 
        var(--dark)
    );
}
.connect a:hover {
    background-color: var(--dark);
    color: white;
    border: #ccc solid black;

}
/*** Service ***/
.service-item-annuaire {
    /* height: 450px; */
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(255, 255, 255, 0.08);
    transition: .5s;
    border: 3px solid #164e79;
    border-radius: 10px;
}

.service-item-annuaire:hover {
    background: var(--light);
}

.service-item-annuaire .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item-annuaire i,
.service-item-annuaire h5,
.service-item-annuaire p {
    transition: .5s;
}

.profil-img-div {
    width: 100%;
    height: 100%;
    outline-offset: 2px;
    outline: var(--dark) solid 3px;
    background-color: var(--dark);
}
.profil-img-div img {
    width:100%;height:100%;object-fit:cover;object-position:center;
    border-radius: 10px;
    border: var(--dark) solid 3px;
}
.profil-img-div-2 {
    margin: 0 auto;
    width: 10rem;
    height: auto;
    outline-offset: 2px;
    outline: var(--primary) solid 3px;
    background-color: var(--primary);
}
.profil-img-div-2 img {
    width:100%;height:100%;object-fit:cover;object-position:center;
    border: var(--primary) solid 3px;
}
.brand-detail {
    /* align-content:flex-start; */
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}
.brand-detail li {
    margin-bottom: .5rem;
    color: #000000;
}
.banner {
    position: absolute;
    width: 9rem;
    right: 0;
    top: 0;
    opacity:.9;
    font-weight: bold;
    color: var(--dark);
    background: linear-gradient(90deg, var(--primary), var(--light), var(--primary), var(--light));
    background-size: 200% 200%;
    animation: shine 3s linear infinite;
    border-top: 3px solid var(--dark); 
    border-left: 3px solid var(--dark); 
    border-bottom: 3px solid var(--dark); 
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.banner:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 13px solid var(--dark);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.banner:after {
    left: auto;
    right: 0;
    border-radius: 50px 50px 50px 0;
    transform: rotate(45deg);
  }
.gold-text {
    opacity:.9;
    margin-top: 1rem;
    font-weight: bold;
    color: var(--dark);
    padding: 5px;
    background: linear-gradient(90deg, var(--primary), var(--light), var(--primary), var(--light));
    background-size: 200% 200%;
    /* background-clip: text;
    -webkit-background-clip: text; */
    animation: shine 3s linear infinite;
    border: 4px solid var(--dark); /* Bordure de la bannière */
    border-radius: 10px; /* Coins arrondis */
}

@keyframes shine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
/*** Navbar ***/
.navbar {
    transition: all ease-in-out 1s;
}
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .explore {
        display: none;
    }
    .navbar-fixed {
        position: fixed;
        width: 100%;
        top:0;
        opacity: .8;
        /* border-bottom: 2px solid #51b5d4aa; */
        z-index: 99;
    }
}
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--primary);
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--light);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
#header-carousel .carousel-item {
    height: 75vh;
}
#header-carousel .carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.armoirie {
    position: absolute; top: 7%; left: 50%; transform: translateX(-50%);
}
@media (max-width: 768px) {
    .armoirie {
        top: 10%;
        left: 42%; 
    }
    #header-carousel .carousel-item {
        position: relative;
        height: 80vh;
        /* min-height: 450px; */
    }
    .connect {
        margin-top: -4rem;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

/*** Service ***/
.service-item {
    height: 400px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/img-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    margin-bottom: 150px;
    z-index: 1;
}

.footer {
    position: relative;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #000000;
}


.radio-toolbar label.choice {
display: inline-block;
background-color: #ddd;
border: 1px solid black;
padding: 4px 11px;
font-family: Arial;
font-size: 16px;
cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked+label.choice {
background-color: var(--dark);
color: white;
border: 1px solid var(--primary);
}

.radio-toolbar-checkbox label.choice {
    display: inline;
    background-color: #ddd;
    border: 1px solid black;
    padding: 4px 11px;
    font-family: Arial;
    font-size: 16px;
    cursor: pointer;
}
.radio-toolbar-checkbox input[type="checkbox"]:checked+label.choice {
    background-color: var(--primary);
    color: white;
    border: 1px solid var(--primary);
}
/* Styles pour les tablettes et pc */
@media (min-width: 768px) {
    .fileUpload {
        width: 51%;
    }
    .fileUpload-submit {
        width: 51%;
    }
}
.btn-post {
    /* border: white 6px solid; */
    font-weight: bold;
    padding: 1.5rem 0 1.5rem 0;
    text-transform: uppercase;
    background: var(--primary);
    color: var(--light);
    animation: zoomInOut 2s infinite;
}
.post-box{
    border-bottom: #164e79 4px solid;overflow:hidden;
    border-top: #000 2px solid;overflow:hidden;
}

.bottom-gradient::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Same value as margin-bottom */
    left: 0;
    width: 100%;
    height: 50px; /* Same value as margin-bottom */
    background: linear-gradient(to top, rgba(255, 255, 255, 0), #164e79b7); /* Adjust the gradient as needed */
    pointer-events: none; /* Ensure it doesn't interfere with other elements */
}
.stats {
    /* position:absolute;
    right:5%;
    top:2.25rem;
    left:5%; */
    /* padding-top:10.25rem; */
    /* padding-bottom:1.25rem; */
    color: black;
    text-align:center;
}
.slide-down {
    background: none;
    color: black;
    animation: upDown .5s infinite alternate;
}
.btn-post:hover {
    color: var(--light);
    background: var(--dark);
}
.btn-more-info {
    background: #20272cd5;
    color: #F1F8FF;
    border: #000000 solid 2px;
    opacity:.7;
    position:absolute;
    right:32%;
    bottom:35%;
    left:32%;
    font-weight: bold;
    z-index: 11;
    animation: zoomInOut 2s infinite;
}
.btn-more-info:hover {
    opacity:1;
    background: var(--primary);
    color: var(--light);
}
@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
@keyframes upDown {
    0% {
      transform: translateY(0); /* Début de l'animation */
    }
    100% {
      transform: translateY(20px); /* Fin de l'animation */
    }
}
.btn-edit {
    font-size:1.2rem; 
    text-decoration:none;
    border: 2px solid;
    border-color: var(--primary);
    background-color: var(--dark);
    color: white;
    padding:7px;
    margin: 0;
    border-radius: 1rem;
}
.btn-edit:hover, .btn-edit:focus {
    border-color: white;
    background-color: var(--primary);
    color:  var(--dark);
}

.pagination {
display: inline-block;
margin-top: 2rem;
}

.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
border: 1px solid #ddd;
margin: 0 4px;
}

.pagination a.active {
background-color: #1166c8;
color: white;
border: 1px solid #1166c8;
}
  
.pagination a:hover:not(.active) {background-color: #ddd;}
.credit {
    opacity: 0;
}


/* Styles généraux pour le dropdown multi-sélection */
.dropdown-multiselect {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
  }
  
  .dropdown-content-multiselect {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: 500px;
    /* top: 0%; */
    left: 50%;
    transform: translateX(-50%);
    /* transform: translate(-50%, -50%); */
    overflow: auto;
  }
  
  .dropdown-content-multiselect input {
    width: 100%;
    box-sizing: border-box;
  }
  
  .dropdown-content-multiselect .option-multiselect {
    padding: 8px 16px;
    cursor: pointer;
  
  }
  
  .dropdown-content-multiselect .option-multiselect:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown-multiselect .selected-multiselect {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-multiselect.open .dropdown-content-multiselect {
    display: block;
  }
  
  .selected-items-multiselect {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
  }
  
  .item-multiselect {
    background-color: #e1e1e1;
    padding: 5px 10px;
    border-radius: 5px;
  }
  
  .item-multiselect span {
    cursor: pointer;
    margin-left: 5px;
  }
  
  .option-multiselect.selected {
    background-color: #d1d1d1;
  }
  
  /* Styles spécifiques pour le premier dropdown multi-sélection */
  /* .dropdown-multiselect-t {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content-multiselect-t {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content-multiselect-t input {
    width: 100%;
    box-sizing: border-box;
  }
  
  .dropdown-content-multiselect-t .option-multiselect-t {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-content-multiselect-t .option-multiselect-t:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown-multiselect-t .selected-multiselect-t {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-multiselect-t.open .dropdown-content-multiselect-t {
    display: block;
  }
  
  .selected-items-multiselect-t {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
  }

  .option-multiselect-t.selected {
    background-color: #d1d1d1;
  } */
  
  /* Styles spécifiques pour le deuxième dropdown multi-sélection */
  /* .dropdown-multiselect-f {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content-multiselect-f {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content-multiselect-f input {
    width: 100%;
    box-sizing: border-box;
  }
  
  .dropdown-content-multiselect-f .option-multiselect-f {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-content-multiselect-f .option-multiselect-f:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown-multiselect-f .selected-multiselect-f {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-multiselect-f.open .dropdown-content-multiselect-f {
    display: block;
  }
  
  .selected-items-multiselect-f {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
  }
  
  .option-multiselect-f.selected {
    background-color: #d1d1d1;
  } */
  
  /* Styles spécifiques pour le troisième dropdown multi-sélection */
  /* .dropdown-multiselect-s {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content-multiselect-s {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content-multiselect-s input {
    width: 100%;
    box-sizing: border-box;
  }
  
  .dropdown-content-multiselect-s .option-multiselect-s {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-content-multiselect-s .option-multiselect-s:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown-multiselect-s .selected-multiselect-s {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-multiselect-s.open .dropdown-content-multiselect-s {
    display: block;
  }
  
  .selected-items-multiselect-s {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
  }
  
  
  .option-multiselect-s.selected {
    background-color: #d1d1d1;
  } */

  /* Styles spécifiques pour le quatrieme dropdown multi-sélection */
  /* .dropdown-multiselect-p {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content-multiselect-p {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content-multiselect-p input {
    width: 100%;
    box-sizing: border-box;
  }
  
  .dropdown-content-multiselect-p .option-multiselect-p {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-content-multiselect-p .option-multiselect-p:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown-multiselect-p .selected-multiselect-p {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-multiselect-p.open .dropdown-content-multiselect-p {
    display: block;
  }
  
  .selected-items-multiselect-p {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
  }
  
  
  .option-multiselect-p.selected {
    background-color: #d1d1d1;
  }
   */
.modal_x {
    display: none; 
    position: fixed; 
    z-index: 99; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5); 
}

/* Modal Content */
.modal-content_x {
    background-color: white;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 85vw; 
    border-radius: 8px;
}
/* Pour tablettes et pcs  */
@media (min-width: 768px) {
    .modal-content_x {
        width: 60vw; 
    }
}

/* Close button */
.close_x {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_x:hover, .close_x:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form-group_x {
    margin-bottom: 15px;
}