.modal-front .modal-subheader{
    font-size: 22px;
    font-weight: 700;
    color: #1d3a5e;
}

.modal-front .modal-clos-button{
    position: absolute;
    top: 15px;
    right: 15px;
}

.overlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    display: none;
}


.modal-front{
    align-items: center;
    display: none;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
    width: 600px;
    z-index: 10;
    position: fixed;
    top: 50%;
    right: 50%;
    min-height: 350px;
    transform: translate(50%, -50%);
    border-radius: 25px;
    padding: 40px;
}

.modal-front .modal-header{
    display: flex;
    justify-content: center;
}

.modal-front .modal-header h4{
    color: #beb6fa;
    letter-spacing: 1.3px;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}

.modal-front .main-text{
    font-size: 22px;
    font-weight: 400;
    color: #1d3a5e;
    max-width: 480px;
    text-align: center;
}

.modal-front .front-modal-action{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-modal{
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
    background: #efefef;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 20px;
    text-decoration: none;
}
.btn-modal:focus,
.btn-modal:hover{
    color: #666565;
    background: #efefef;
    text-decoration: none;
}

.modal-front .action-info{
    font-size: 16px;
    font-weight: 400;
    color: #c43b3b;
}

.btn-modal:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.custom-form .form-group label{
    color: #1d3a5e;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px;
    padding-left: 6px;
}

.form-condition{
    text-align: center;
    color: #5a6f8b;
    margin-top: 30px;
    margin-bottom: 20px;
}

.form-condition a{
    color: #1d3a5e;
    font-weight: 500;
    text-decoration: underline;
}

.form-condition a:focus,
.form-condition a:hover{
    color: #1d3a5e;
    font-weight: 500;
    text-decoration: none;
}

.custom-form .iti{
    height: 50px;
}

.custom-form .iti button:focus,
.custom-form .iti button:hover{
    background-color: unset !important;
    background: unset !important;
}

.custom-form .iti__selected-country-primary{
    border-radius: 10px 0 0 10px;
    height: 50px;
}

.response-container .erreur,
.erreur-msg{
    color: #c43b3b;
}

.erreur-msg p{
    margin: 0;
    font-style: italic;
}

.response-container .success{
    color: rgb(5, 105, 5);
}

.response-container .erreur,
.erreur-container p,
.custom-form .erreur-msg{
    font-style: italic;
    margin-top: 5px;
    padding-left: 10px;
}

.custom-form .erreur-msg p{
    margin-top: 0;
}

.custom-form .form-titel{
    color: #314b6d;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

.custom-form .form-separator{
    width: 100%;
    border-top: 1px solid #c9cedc;
    margin: 30px 0px;
}

.modal-front .modal-content{
    display: flex;
    justify-content: center;
    margin: 10px 0px;
    height: fit-content;
    align-items: center;
}

.btn-main-color:has(.front-spinner){
    position: relative;
    padding-right: 55px;
}

.btn-main-color .front-spinner{
    position: absolute;
    right: 10px;
    top: 10px;
}

.front-spinner {
    width: 25px;
    height: 25px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.erreur-container p{
    color: #c43b3b;
}

.resette-actions{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.mb-0{
    margin-bottom: 0 !important; 
}

.password-input:has(.erreur-msg ) .show-password-input{
    margin-top: -12px;
}

.woocommerce-products-header{
    display: none;
}

.boutique-filters .filter-select-label{
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    min-width: 200px;
    background: #FCF5E5;
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.boutique-filters .filter-elements-container{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #314b6d;
}

.boutique-filters .fiter-option{
    display: flex;
    align-items: center;
}

.boutique-filters .filter-select{
    position: relative;
}

.boutique-filters .filter-elements{
    position: absolute;
    padding: 10px;
    background: #FCF5E5;
    border-radius: 0px 0px 10px 10px;
    display: none;
    padding-top: 0;
    z-index: 5;
    width: 100%;
}

.boutique-filters .filter-select.open .filter-elements{
    display: block
}

.boutique-filters .filter-select.open .filter-select-label{
    border-radius: 10px 10px 0px 0px;
}

.boutique-filters .filter-select.open .filter-toggel{
    transform: rotateZ(180deg);
}


.boutique-filters .filter-select .filter-label{
    margin: 7px 10px;
    font-weight: 500;
    font-size: 13px;
}

.boutique-filters .price-slider-popup{
    display: none;
    width: 100%;
    background: #FCF5E5;
    position: absolute;
    padding: 13px;
    padding-top: 0px;
    border-radius: 0px 0px 10px 10px;
    z-index: 5;
}

.boutique-filters #price-filter-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 200px;
}

.boutique-filters #price-filter-btn .filter-label{
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.boutique-filters .input-wrapper{
    position: relative;
}

.boutique-filters .input-wrapper.open #price-filter-btn{
    border-radius: 10px 10px 0px 0px;
}


.boutique-filters .input-wrapper.open .filter-toggel{
    transform: rotateZ(180deg);
}

.boutique-filters .input-wrapper.open .price-slider-popup{
    display: block;
}

.boutique-filters .price-slider-container{
    padding-top: 20px;
    border-top: 1px solid #314b6d;
}

.boutique-filters .price-slider-label{
    margin: 0;
    font-size: 9px;
    font-weight: 300;
}

.boutique-filters .price-input-wrapper .euro-sign{
    bottom: 0px;
    top: unset;
}

.boutique-filters .price-input-wrapper .price-input{
    color: #314b6d;
}

.boutique-filters .clear-filters:hover{
    color: #1D3A5E;
    font-family: 'CocoSharpS';
    text-decoration: none;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #b8affa !important;
}

.page-liste-activiter{
    max-width: 1140px;
    margin: auto;
    margin-top: 70px;
}

.mr-15{
    margin-right: 15px;
}

.customer-activity-reservations-wrapper .reservation-card-wrapper{
    width: 33.333%;
    padding: 15px;
}

.customer-activity-reservations-section .section-header{
    margin-left: 20px;
}



.search-top-bar {
  flex: 1;
  margin-top: -27px;
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5px 4px;
  border-radius: 50px;
  gap: 10px;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 11px 20px #b3b3b38c;
  flex-wrap: wrap;
}

.search-bar input {
  border: none !important;
  background-color: transparent;
  cursor: pointer;
  padding: 5px 15px;
  font-size: 0.9rem;
}

.search-bar input:hover {
  background-color: #dcdfe4;
}

.search-bar .separator {
  width: 1px;
  height: 30px;
  background-color: #dcdfe4;
}

.search-bar .autocomplete_suggestions_list {
  margin-top: 7px;
}

.search-bar .autocomplete-wrapper .clear-autocomplete-input-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1rem;
  color: #515151;
  cursor: pointer;
  display: none;
  line-height: 10px;
  padding: 7px;
}



.search-bar .range-date-picker-container {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 250px;
}

.search-bar .range-date-picker {
  width: 100%;
  padding-right: 20px;
}

.search-bar .clear-range-date-input,
.search-bar .open-range-date-picker {
  position: absolute;
  right: 0px;
  background: transparent;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  color: #515151;
  display: none;
  line-height: 10px;
  padding: 7px;
}

.search-bar .clear-range-date-input:hover,
.search-bar .open-range-date-picker:hover {
  border: none;
  background-color: transparent;
  color: #515151;
}

.search-bar .open-range-date-picker {
  display: block;
  /* transform: rotate(90deg); */
}

/* .range-date-picker-container:hover {
  background-color: #dcdfe4;
  border-radius: 5px;
} */

.search-bar .search-events-btn {
  background-color: #b165f7;
  border-color: #b165f7;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 24px;
}

.search-bar .search-events-btn:hover {
  background-color: rgb(101, 46, 153);
  border-color: rgb(101, 46, 153);
}


.page-produit-content{
    max-width: 1140px;
    margin: auto;
}

#modal-gallery  .slick-prev:before,
#modal-gallery  .slick-next:before,
.produit-gallery-mobile .slick-prev:before,
.produit-gallery-mobile .slick-next:before{
    content: '';
}

.produit-gallery-mobile .slick-prev,
.produit-gallery-mobile .slick-next{
    width: fit-content;
}

.produit-gallery-mobile .slick-prev.slick-disabled,
.produit-gallery-mobile .slick-next.slick-disabled{
    opacity: 0.3;
}

.produit-gallery-mobile .slick-next{
    position: absolute;
    right: 0px;
}

.produit-gallery-mobile .slick-prev{
    position: absolute;
    left: 0px;
}

.produit-gallery-mobile{
    display: none;
    padding: 20px;
    padding-bottom: 10px;
}

.produit-gallery-mobile .image-element {
    width: 100%;
    height: 100%;
}

.produit-gallery-mobile .image-wrapper{
    height: 270px;
    width: 100%;
    cursor: pointer;
}

.produit-gallery-mobile .image-element img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.produit-gallery-mobile .slick-slide{
    min-height: unset;
    height: 270px;
}

.gallery-slider .image-element img{
    object-fit: cover;
}



.page-produit-content .produit-name-mobile{
    font-size: 23px;
    color: #1D3A5E;
    display: none;
    margin: 0px 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}

#modal-reservation-produit .modal-titel{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1095px) {
    .search-bar{
        border-radius: 25px !important;
    }
}

@media (max-width: 1025px) {
    .customer-activity-reservations-wrapper .reservation-card-wrapper{
        width: 50%;
    }

    .produit-info-wrapper{
        flex-direction: column-reverse;
    }

    .page-produit-content .produit-info-wrapper .info-left-part,
    .page-produit-content .produit-info-wrapper .info-right-part{
        width: 100%;
        padding: 20px;
    }

    .page-produit-content .reservations-wrapper{
        margin:0px 20px;
    }

    .produit-info-wrapper .produit-name{
        display: none;
    }

    .page-produit-content .produit-name-mobile{
        display: block;
    }
        
    .page-produit-content  .produit-card-info{
        margin-bottom: 15px;
    }

   .page-produit-content .produit-info-wrapper .info-left-part{
        padding-top: 0px !important;
    }

    .page-produit-content .info-section:not(.no-border){
        padding-top: 0;
    }
}

@media screen and (max-width: 782px) {
    .search-bar input{
        min-height: 30px !important;
    }
}


@media (max-width: 700px) {
    .customer-activity-reservations-wrapper .reservation-card-wrapper{
        width: 100%;
        padding: 0;
    }
    
    .page-produit-content .customer-activity-reservations-section{
        background: unset;
        padding: 0;
        padding-top: 20px;
    }

    .produit-gallery-mobile{
        display: block;
    }

    .produit-gallery{
        display: none !important;
    }

    .page-produit-content .breadcrumb{
        margin: auto !important;
    }

    .page-produit-content .produit-name-mobile{
        margin-top: 0px;
    }

    .customer-activity-reservations-section .section-header{
        margin-left: 10px;
    }
}

@media (max-width: 575px) {
    .produit-gallery-mobile,
    .page-produit-content .produit-info-wrapper .info-left-part,
    .page-produit-content .produit-info-wrapper .info-right-part{
        padding: 10px;
    }
    
    .custom-auth-form .custom-form{
        width: 100% !important;
        padding: 20px 15px !important;
    }

    .inscription-actions{
        padding: 0 30px !important;
        margin-top: 15px !important;
    }
    
    .inscription-actions .main-color{
        font-size: 13px !important;
    }

    .page-produit-content .reservations-wrapper,
    .page-produit-content .produit-name-mobile{
        margin:0px 10px;
    }

    .page-produit-content .produit-name-mobile{
        margin-bottom: 20px;
    }
    
}

@media (max-width: 400px) {
    .activiy_reservation__action .unsuscribe-btn{
        padding: 10px !important;
    }

    .breadcrumb li:before{
        padding: 2px !important;
    }

    .breadcrumb li{
        font-size: 12px !important;
    }

}

.custom-panier{
    margin-inline: 0 !important;
}


.boutique-filters .fiter-option:has(.option-child){
    padding-left: 10px;
}

.boutique-filters .fiter-option:has(.option-parent) .filter-label{
    font-weight: 600;
}

.boutique-filters .filter-select.open .filter-elements{
    max-height: 200px;
    overflow: auto;
}

.empty-product p{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.partenaire-info .entreprise-contact a:hover,
.partenaire-info .entreprise-contact a:focus,
.partenaire-info .entreprise-contact a:focus-visible,
.empty-product p a:hover,
.empty-product p a:focus,
.empty-product p a:focus-visible{
    color: #B8AFFA !important;
    text-decoration: underline;
    font-family: "CocoSharpS", Sans-serif;
}
