@font-face {
    font-family: 'slick';
    src: url('assets/slick.woff') format('woff'),
         url('assets/slick.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.all_product {
  display: flex;
  gap: 70px;
  justify-content: center;
}

.product_details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.titre_prod img {
  width: 230px;
  object-fit: cover;
}

#product_display_area {
  margin-top: 40px;
}
.part_info_chambre {
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
  /*height: 290px;*/
}
.part_galerie {
  width: 40%;
}
.part_description {
  display: flex;
  justify-content: center;
}
.mes_description {
  width: 75%;
  text-align: justify;
}
.btn_div {
  width: 75%;
  margin-top: 20px;
}
.gallery_img {
  /* height: 275px !important; */
  width: 100%;
  object-fit: cover;
}
.part_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  gap: 15px;
  /*margin: 0 30px;*/
}
.descr_ {
  width: 95%;
}
.mes_description ul {
  list-style-type: circle !important;
}
.sep_produit {
  width: 100%;
  height: 1px !important;
  background: #eee;
}
.mes_description.liste_ {
  margin-left: 30px;
}

.titre_page h1 {
  font-size: 50px !important;
}
.chambre_info {
  border-bottom: 1px solid #7b7b7b;
  padding: 25px 0;
  margin-left: 10px;
  margin-right: 10px;
}
.titre_prod {
  width: 75%;
  display: flex;
  justify-content: start;
}
.contenue_prod {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.titre_prod h2 {
  text-transform: capitalize !important;
  font-size: 40px !important;
}
.activ_titre{
 border-bottom: 1px solid;
}
.product_details{
  display: none;
}
.activ_prod {
  display: flex !important;
  align-items: start;
}
.btn_prod {
  border: none;
}
.chambre_info img {
  filter: brightness(0) invert(1);
}
.all_info_ {
  display: flex;
  gap: 10px;
}
.titre_produit {
  cursor: pointer;
}
.slick_button{
  background: transparent !important;
  color: #000000 !important;
  border: none !important ;
}
.slick_next.slick_button.slick-arrow{
  position: absolute;
  top: 50%;
  right: -30px;
  width: fit-content;
  padding: 0;
}
.titre_page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.slick_prev.slick_button.slick-arrow{
  position: absolute;
  bottom:40%;
  left: -30px;
  width: fit-content;
  padding: 0;
}
.btn_prod a {
  color: #fff !important;
}
.slick_prev.slick_button.slick-arrow img,.slick_next.slick_button.slick-arrow img{
    width: 25px !important;
    object-fit: contain !important;
}
.slick_prev.slick_button.slick-arrow img {
  rotate: 180deg;
}
.info_chambre {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 20px;
}
.mes_description > ul {
  padding: 0px !important;
}
.img_interdie img {
  width: 80px;
}
.div_interdit {
  /* display: flex; */
  display: none;
  align-items: center;
  gap: 10px;
}
.separateur_ {
  width: 75%;
  height: 1px;
  background: #eee;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*.btn_prod {
  padding: 10px 30px !important;
}*/

/**********resp**********/
@media (max-width: 468px){
.gallery_img {
    height: 190px !important;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .separateur_{
    margin:0 !important;
  }
  #product_display_area {
   margin-top: 0px !important;
    position: relative;
  }
  .all_product {
    flex-direction: column !important;
    gap: 15px;
    margin: 30px;
  }
.activ_titre {
    border: 1px solid !important;
    background: #000;
    color: #fff;
  }
  
  .product_details  {
    flex-direction: column;
    gap: 15px
  }
  .part_galerie ,.part_description ,.mes_description , .titre_prod {
    width: 100% !important;
  }
  .info_chambre {
    width: 90% !important;
  }
  .part_description{
    margin:0 !important;
  }
  .contenue_prod {
    gap: 15px;
  }
  /*.part_info_chambre {
    height: 160px !important;
  }*/
  .chambre_info {
    padding: 14px 0;
  }
  .div_interdit{
    margin-bottom: 40px;
  }
  .btn_div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  /*  margin-bottom: -40px;*/
  }
.titre_produit .titre_produit {
    text-align: center;
    border: 1px solid;
    padding: 15px;
  }
}
.chacher_{
  display: none ;
}
@media (max-width: 824px) and (min-width: 769px) {
  .all_product {
  display: flex;
  gap: 35px !important;
}
}

@media (max-width: 1260px) and (min-width: 769px) {
   #product_display_area {
    margin: 50px;
  }
  .info_chambre {
    width: 100% !important;
  }
  .product_details  {
        flex-wrap: wrap;
        position: relative;
  }
  .part_description {
    width: 60% !important;
    margin: 0 !important;
  }
/*  .info_chambre {
    position: absolute;
    bottom: 0;
  }*/
  .chambre_info {
    padding: 20px 0 !important;
  }
  ./*part_info_chambre {
    height: 200px !important;
  }*/
}




/******************************/
.titre_chambre_libre h2 {
  text-transform: capitalize !important;
  font-size: 26px !important;
  font-weight: 500 !important;
}
.prix_ariary {
  font-weight: 500 !important;
  font-size: 24px;
}
.prix_produit_libre small {
  font-weight: 500 !important;
  font-size: 16px;
}
.chambre_img_ img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
}
.les_chambre_dispo {
  display: flex;
  align-items: center;
  gap: 40px;
}
.chambre_img_ {
  width: 35%;
}
.les_contenue_chambre {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.titre_info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.info_chambre_libre {
  display: flex;
  column-gap: 25px;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
#bookNowBtn span {
  font-size: 14px;
  text-align: center;
}
.capacity_pers:focus-visible {
  outline: none !important;
}
.les_info_ {
  display: flex;
  gap: 5px;
  justify-content: start;
  font-size: 14px !important;
  font-size: 15px !important;
 /* color: #757575;*/
}
.descr_produit_libre {
  width: 80%;
  text-align: justify; 
}
.titre_info {
  border-bottom: 1px solid #eee;
  position: relative;
}
.prix_produit_libre {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prix_produit_libre {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contenue_chambr {
  display: flex;
    flex-direction: column;
  gap: 30px;
}
.contenue_date {
  display: flex;
  gap: 50px;
  justify-content: start;
  margin-bottom: 30px;
  align-items: end;
}
.capacity_div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 15px;
}
.capacity_pers {
  width: 225px !important;
  border-color: #eee !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.capacity_div input {
  padding: 5px;
  border-radius: 0 !important;
}
.capacity_pers::placeholder {
  color: #212529 !important;
  font-weight: 400 !important;
}
.btn_prod.choose_room {
  display: block;
  font-size: 12px !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase !important;
}
.capacity_div .btn {
  align-items: center;
  display: flex;
  background: #212529 !important;
  color: #fff !important;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  gap: 10px;
  width: 225px;
  border-radius: 0;
}
.div_message p {
  font-size: 20px;
  font-weight: 500;
}

#bookNowBtn button {
  border: none;
}
.checkbox_chambre {
  position: relative;
}

.prix_saison_chevauche {

  display: flex;
  gap: 30px;
  /*justify-content: space-between;*/
  position: relative;
}
.les_prix_ {
  padding-top: 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.date_reservation_1{
  display: flex;
  gap: 10px;
}
.date_reservation_ {
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.les_prix_ strong {
  font-weight: 500;
}
.prix_total_jour {
  width: 250px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -45px;
}
.checkbox_select_chambre {
  accent-color: #6C5F17B2 !important;
}
html[lang="fr-FR"] .capacity_div {
  width: 420px !important;
}
html[lang="fr-FR"] .btn_prod.choose_room {
  width: 190px !important;
  /*padding: 0px 5px !important;*/
}
html[lang="fr-FR"] .info_chambre_libre {
  gap: 10px !important;
}

html[lang="fr-FR"] .titre_info {
  margin-right: 0 !important;
}
html[lang="fr-FR"] .capacity_pers {
  padding: 10px !important;
  font-size: 14px;
}
html[lang="fr-FR"] .info_chambre {
  width: 50%;
}
html[lang="fr-FR"] .part_description{
  margin: 0;
}
#filtre button {
  border: none;
}
.text_details_book {
  font-size: 30px;
  font-weight: 500;
  margin-top: 25px;
}
.reserver_ {
  position: fixed;
  z-index: 99;
  right: 230px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: row-reverse;
  gap: 24px;
  bottom: 50px;
  background: #212529;
  width: 170px;
  padding: 10px !important;
}
.reset_fixe {
  position: fixed;
  right: 100px;
  bottom: 55px;
}
.reset_select {
  text-decoration: underline;
}
.rwp_prix_all {
  display: flex;
  flex-direction: revert;
  gap: 20px;
}
.rwp_prix_all div {
  flex-direction: column;
  display: flex;
}
.obligation_{
  border: 1px solid red !important;
}
.prix_par_personne {
  flex-wrap: wrap;
  gap: 15px;
   width: 100%;
}
.nbr_pers {
  font-weight: 500 !important;
  font-size: 16px;
}
.saisson_color {
  color: #393939 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
    
.les_chambre_dispo {
    gap: 20px !important;
}
.chambre_img_ {
  width: 40% !important
}
  .les_contenue_chambre {
    width: 60% !important
  }
  
  .descr_produit_libre {
    width: 90% !important;
    font-size: 18px;
  }

  .all_book {
    padding: 20px !important;
  }

@media (max-width: 1200px) {

  .prix_total_jour {
    position: static !important;
    margin-top: 15px;
  }
  .rwp_prix_all {
    flex-wrap: wrap;
  }
  .prix_saison_chevauche {
    gap: 15px !important;
    flex-wrap: wrap !important;
    align-items: center;
  }
  .prix_total_jour {
    width: 250px !important;
  }
  .prix_ariary {
    font-size: 24px !important;
  }
  .saisson_color {
      font-size: 14px !important;
  }
}
@media (max-width: 768px) and (min-width:425px){
  .chambre_img_ img {
    height: 350px !important;
  }
}
@media (max-width: 424px){
  
 .chambre_img_ img {
    height: 250px !important;

  }
}

@media (max-width: 900px){
  .prix_saison_chevauche {
    align-items: start !important;
    flex-direction: column;
  }
  html[lang="fr-FR"] .capacity_pers {
  width: 225px !important;
}
  .input_lab {
    width: 100% !important;
  }
  .contenue_date {
    align-items: start !important;
  }

  html[lang="fr-FR"] .capacity_div {
    width: 225px !important;
  }
  .titre_info {
    margin-right: 0 !important;
  }
  .contenue_date {
    flex-direction: column;
    gap: 15px !important;
    ;
  }

  .all_book{
    padding: 15px !important;
  }
  .chambre_img_ , .les_contenue_chambre{
    width: 100% !important;
  }
 
  .titre_info {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .les_chambre_dispo{
    flex-direction: column;
  }
  .info_chambre_libre {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .capacity_div{
     width: 250px !important;
     flex-direction: column;
  }
  /*.capacity_div .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}*/
}

.ui-widget.ui-widget-content {
  border: 1px solid #eee !important;
  background: #f5f5f5 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
  background: #fff !important;
}
html .ui-button.ui-state-disabled:active{ 
  background: #212529 !important;
  color: #fff !important;
}
.ui-datepicker-days-cell-over.ui-datepicker-today a {
  background: #212529 !important;
  color: #fff;
  border: 1ps solid #212529 !important;
}
 .ui-widget-content .ui-state-highlight{
  border: 1px solid #212529 !important;
} 
.ui-datepicker td a {
  padding: 5px !important;
  text-align: center !important;
  border-radius: 5px !important;
}

.ui-datepicker .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #f5f5f5 !important;
  border: none !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 10px 2.3em !!important;
}

.ui-datepicker td{
  padding: 2px !importan;
}
.ui-state-default.ui-state-active {
  background: #212529 !important;
  color: #fff !important;
}

#date-end,#date-start,.nbr_personne{
  outline: none;
  border-color: #ddd !important;
}
#date-end ,#date-start {
  cursor: pointer !important;
  border-radius: 0;
}
/*#checkbox_663 {
  pointer-events: none;
  opacity: 0.5;
}*/
.desable_ ,.attent_{
  pointer-events: none;
  opacity: 0.5;
 

}
@media (min-width: 768px){
   .ui-datepicker {
    width: 21em !important;
  }

}
@media (min-width: 1440px){
  .chambre_img_ {
    width: 40% !important;
  }
  .les_contenue_chambre {
    width: 60% !important;
  }
  .saisson_color{
    font-size: 12px !important;
  }
  .prix_ariary {
    font-size: 24px !important;
  }
  .les_prix_{
    padding: 15px !important;
  }
}
.input_lab {
  display: flex;
  flex-direction: column;
  gap: 15px;

}
.input_lab label {
  font-weight: 400;
  font-size: 20px;
  font-family: "Urbanist Custom", Sans-serif !important;
}

@media  (max-width: 699px) {
  .les_saison_{
    gap: 15px !important;
  }
.woocommerce-cart .wc-block-components-sidebar-layout {
      flex-direction: column;
      margin: 0px !important;
  }
.woocommerce-cart .wc-block-cart-items__row {
    display: flex !important;
    flex-direction: column !important;
  }
.woocommerce-cart .wc-block-cart-item__image img {
    height: 261px;
    object-fit: cover;
  }
.woocommerce-cart .wc-block-components-button__text {
  color: #fff !important;
}
}
.woocommerce-cart .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2:last-of-type {
  display: none;
}
.woocommerce-cart .wp-block-separator.has-alpha-channel-opacity.is-style-dots {
  display: none;
}

.e-checkout__container .product-quantity {
  display: none;
}
.wc-block-components-button__text {
  color: #fff;
}
.wp-block-woocommerce-cart.alignwide{
  margin-inline:0 !important;
}

.woocommerce-cart .elementor-fixed.btn-book-float.book-now-bouton-main.elementor-widget.elementor-widget-button {
  display: none;
}
.page-id-20 .btn-book-float.book-now-bouton-main.elementor-widget.elementor-widget-button {
  display: none;
}



.panier_head {
  position: absolute !important;
  right: 25px;
  z-index: 100;
}
.panier_head .elementor-button-icon-qty {
  background: #212529 !important;
}
.panier_head #elementor-menu-cart__toggle_button {
  border: none;
  padding: 0 !important;
}
.panier_head .elementor-button-text {
  display: none;
}
.panier_head .elementor-button.elementor-button--view-cart.elementor-size-md .elementor-button-text ,.panier_head .elementor-button.elementor-button--checkout.elementor-size-md .elementor-button-text{
  display: block !important;
} 
.panier_head .elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
  display: flex;
  flex-direction: column;
}
.panier_head .elementor-menu-cart__product-image.product-thumbnail img {
  height: 130px !important;
  object-fit: cover;
}
.panier_head .elementor-menu-cart__product-name.product-name a {
  border-bottom: 1px solid;
}
.panier_head .elementor-menu-cart__product-price {
  color: #6C5F17B2 !important;
  font-weight: 300;
}
.panier_head .elementor-menu-cart__products {
  max-height: calc(100vh - 200px);
}
.panier_head .elementor-menu-cart__products {
  scrollbar-width: thin;
  scrollbar-color: #000 !important;
}
.panier_head .elementor-button.elementor-button--view-cart.elementor-size-md ,.panier_head .elementor-button.elementor-button--checkout.elementor-size-md {
  background: #000;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.panier_head .variation {
  display: flex !important;
  flex-wrap: wrap;
}
.panier_head .product-quantity {
  display: none;
}
.woocommerce-order-received .woocommerce-table__product-name.product-name a {
  color: #000 !important;
  font-weight: 600;
}

.woocommerce-order-received .product-quantity {
  display: none;
}
.wc-block-cart-item__quantity{
  display: none;
  pointer-events: none;
  opacity: 0;
}
.woocommerce-cart .remove_panier {
  color: #000 !important;
  position: relative;
  background: #fff !important;
}
.woocommerce-cart .wc-block-cart-items__header span {
  font-size: 20px !important;
  font-weight: 300 !important;
}
.woocommerce-cart .wc-block-components-product-details__name {
  font-size: 16px;
  font-weight: 500 !important;
}
.woocommerce-cart .wc-block-components-product-details__value {
  font-size: 16px !important;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.woocommerce-cart .wc-block-components-totals-item__label {
  font-size: 22px !important;
  font-weight: 600 !important;
}
.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-weight: 600 !important;
  font-size: 20px !important;
}
.woocommerce-cart .remove_panier::before {
  content: '';
  position: absolute;
  right: 120px;
  background-image: url(/wp-content/plugins/systeme-reza-ntk/assets/system-uicons_reset.svg);
  width: 57px;
  background-position: center;
  background-size: contain;
  z-index: 999;
  height: 16px;
  background-repeat: no-repeat;
  bottom: 5px;
}
.woocommerce-cart .wc-block-cart__submit-button :focus-visible{
  outline: none !important;
}
.date_reservation_ span {
  font-weight: 500;
}
.diff_days_ {
  font-size: 20px;
  font-weight: 400;
 /* font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;*/
}

.date_reservation_cal  {
/*  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;*/
  font-size: 20px !important;
}
.date_reservation_ strong {
  font-size: 20px;
  font-weight: 500;
}
.salle_de_bain.meme_p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-cart .wc-block-cart__submit-button {

  background: #212529 !important;
}
.remove_panier {
  cursor: pointer;
  padding: 0 !important;
  position: relative;
  text-decoration: underline !important;
}
.calendar-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
}
.calendar-container:first-child .calendar_checkbox{
  position: relative;
  top: 20px !important;
}
.titre_produit{
  position: relative;
}
.active_select .titre_produit::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #212529;
  left: -28px;
  top: 0px;
  border-radius: 100%;
}
.cacher_date {
  background: #eee !important;
  color: #000 !important;
  pointer-events: none;
  opacity: 0.4;
}
.selection_date h3 {
  font-size: 14px !important;
}
.display_book{
  display: none !important;
}
.selection_date {
  display: flex;
  justify-content: center;
}
.selection_date h3 {
  font-size: 14px;
}
table.calendar{
  position: relative;
}
.contenue_chambre_calendar {
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 750px;
  top: 0;
  right: -50px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.datesRow .date_debut {
  background: #212529 !important;
  color: #fff !important;
}
.selectionner {
  background: #212529 !important;
  color: #fff !important;
}
#monthSelector {
  width: 15%;
  background: #fff;
  color: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
}
.separation_select_ {
  width: 40%;
  height: 1px;
  background: #eee;
    background-image: none;
}
.chambre_select {
  font-size: 24px;
  font-weight: 400;
  margin: 0px 50px;
}
.les_info_tab {
  display: flex;
  justify-content: space-evenly;
}
.les_saison_ {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.nbr_jour_reserver {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.meme_p {
  text-transform: capitalize;
}
.les_jour_date {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nbr_jour_reserver {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contenue_chambre_calendar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
.chambre_select {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.reserver_maintenant {
  padding: 10px 80px;
  background: #212529 !important;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.calendar-container .titre_produit {
  width: 126px;
}
.daysOfWeekRow th {
  border: none !important;
}
@media (max-width: 1270px){
  .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px !important;
}
html[lang="fr-FR"] .woocommerce-cart .remove_panier::before {
  right: -45px !important;
}
.woocommerce-cart .remove_panier::before {
  right: -45px !important;
}
    .woocommerce-cart .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
        display: flex !important;
        flex-direction: column !important;
        width: 100%;
    }
 .woocommerce-cart .remove_panier{
  width: fit-content !important;
 }
 .woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block{

    width: 100% !important;
 }

  .date_valable_chambre {
  margin: 0px 40px!important;
}
.date_reservation {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
  #monthSelector {
    width: 200px;
  }
  .legende_ {
  display: flex;
  flex-wrap: wrap;
}
.display_jour {
  display: none;
}
.datesRow {
  display: flex;
  flex-wrap: wrap;
}
.datesRow .day {
  flex: 0 0 14% !important;
  width: 14% !important;
}
.daysOfWeekRow th {
  width: 14.5% !important;
    flex: 0 0 14.5% !important;
}
.calendar-container {
  flex-direction: column;
  align-items: start !important;
  justify-content: start !important;
}
}
@media (max-width: 500px){

 /* .contenue_chambre_calendar {
 width: 320px !important;
}*/


  .calendar {
  width: 100% !important;
}
  .contenue_chambre_calendar {
    width: 350px !important;
    right: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.name_rooms_saison {
  display: flex;
  gap: 30px;
  align-items: start;
}
.div_saison_all {
  display: flex;
  flex-direction: column;
}
.all_select{
   padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  scrollbar-width: thin;
  height: 160px;
  overflow-y: scroll;
}
.info_chambre_areserver {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #fff !important;
  position: fixed;
  z-index: 9;
  bottom: 0;
  width: 100%;
  
  right: 0;
  left: 0;
 
  /*scrollbar-color:  #000;*/
}
.total_select {
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
}
.prix_total_all_select {
  font-size: 24px;
  font-weight: 800;
}

.book_details_::before {
  content: '';
  position: absolute;
  width: 90%;
  background: #eeee;
  height: 1px;
  bottom: 5px;
}
.book_details_ {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  position: relative;
}

.total_product_select {
  position: fixed;
  right: 430px;
  bottom: 65px;
}
.reset_fixe {
  position: fixed;
  right: 130px;
  bottom: 60px;
  cursor: pointer;
}
.jour_nbr {
  font-weight: 500;
}
.symbole_devise {
  font-size: 24px !important;
  font-weight: 800;
}
.reset_select::before {
  content: '';
  position: absolute;
  right: -20px;
  background-image: url(/wp-content/plugins/systeme-reza-ntk/assets/system-uicons_reset.svg);
  width: 17px;
  background-position: center;
  background-size: contain;
  z-index: 999;
  background-repeat: no-repeat;
  bottom: 7px;
  height: 16px;
}
.input_lab.icon_calendar1::after, .input_lab.icon_calendar2::after {
  content: '';
  position: absolute;
  background-image: url(/wp-content/plugins/systeme-reza-ntk/assets/lets-icons_date-today-light.svg);
  width: 29px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.input_lab.icon_calendar1,.input_lab.icon_calendar2 {
  position: relative;
}
.reset_select{
  position: relative;
}
.date_reservation_1 img {
  position: relative;
  top: -4px;
}
.name_rooms_saison img {
  position: relative;
  top: -3px;
}
.rooms_name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icone_femeture {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.remove_info {
  position: fixed;
  right: 21px;
  z-index: 90;
  bottom: 180px;
  cursor: pointer;
}
.custom-popup-overlay {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: block;
  position: fixed;
  top: 50%;
  background: #fff !important;
  width: 50%;
  height: 280px;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%,-50%) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
  opacity: 1 !important;
}
.sept_pop-up {
  width: 90%;
  height: 1px;
  background: #eee !important;
  display: block;
}
.ferme_pop_up {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.desable_1{
  pointer-events: none;
}
.custom-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 15px 0 !important;
}
.popup-body {
  text-align: center;
}
.popup-footer button {
  padding: 9px 15px !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
}
.popup-footer {
  display: flex;
  gap: 10px;
}
.popup-confirm {
  border: none !important;
}
.popup-cancel{
  background: #fff !important;
  color: #000 !important;
}
.popup-cancel {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.custom-popup-overlay {
  pointer-events: auto !important;
  text-align: center;
}
.alert_date{
  width: 600px;
}
.alert_date .message_pop-up{
  width: 100% !important;
}
@media (max-width: 768px){
    .date_reservation .calendar {
  width: 100% !important;
}
    .les_info_tab {
  flex-wrap: wrap;
}
  .contenue_chambre_calendar {
    width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

   .custom-alert-content{
    width: 350px !important;
  }
  .custom-alert-close {
  top: 5px !important;
  right: 5px !important;
}
#customAlert {
  width: 370px !important;
}
.message_pop-up {
  width: 75% !important;
}

  .custom-popup-overlay {
    width: 90% !important ;
  }
}

@media (max-width: 1260px){
  .total_product_select {
    position: fixed;
    right: 166px !important;
    bottom: 50px !important;
  }
  .reserver_{
    bottom: 0 !important;
  }
  .reset_fixe {
    bottom: 10px !important;
  }
}
@media (max-width: 480px){

  .text_details_book{
    margin-top: 50px !important;
  }
  .remove_info {
    bottom: 325px;
  }
    .contenue_chambre_calendar {
    width: 100% !important;
  }
  .separation_select_ {
    width: 90% !important;
  }
  .legende_ {
    gap: 20px !important;
    flex-direction: column;
  }
}
@media (max-width: 1024px){
  .reserver_ {
    width: 140px !important;
    height: 50px !important;
  }
  .name_rooms_saison {
    gap: 15px !important;
  }
  .all_select {
    height: 165px !important;
    overflow-y: scroll;
    margin-bottom: 115px;
  }
  .total_product_select {
    position: fixed;
    left: 35px !important;
    bottom: 55px !important;
    width: 100%;
  }
  .reset_fixe {
    left: 200px !important;
  }
  .date_reservation_1{
    flex-wrap: wrap;
  }
  .name_rooms_saison {
      flex-wrap: wrap;
  }
  .reserver_ {
    left: 35px !important;
  }
  .remove_info {
      bottom: 300px;
  }
}
.custom-alert {
  position: fixed;
  background: #fff;
  z-index: 99;
  left: 50%;
  transform: translate(-50% ,-50%);
  top: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  pointer-events: auto;
}
.custom-alert-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.message_pop-up {
  text-align: center;
  width: 80%;
}
.custom-alert-button {
  border: none;
  padding: 5px 15px;
}
.custom-alert-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
html[lang="fr-FR"] .woocommerce-cart .remove_panier::before{
  right: 105px ;
}
@media (min-width: 1024px){
.upda_te{
  width: 35%;
}
}

.prix_par_personne {
  display: flex;
  flex-direction: row !important;
  width: 100%;
}
.contenue_prix_personne {
  display: flex;
  flex-direction: column;
}
.rwp_prix_all {
  width: 100%;
}
.woocommerce-checkout .button.alt {
  background: #000 !important;
}
.woocommerce-checkout .woocommerce-privacy-policy-link ,.woocommerce-checkout .e-show-coupon-form{
  color: #000 !important;
}
.sect_reserv {
  width: 100% !important;
}
.balcon_svg {
  width: 20px;
}

.woocommerce-checkout-review-order-table tfoot td,.e-woocommerce-coupon-nudge.e-checkout-secondary-title,.woocommerce-customer-details,.woocommerce-checkout tr,.woocommerce-order ,.partial-payment-details h4,.reservation-details p ,.reservation-details strong,.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td ,.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,.woocommerce-checkout label,.woocommerce-checkout input,.woocommerce-checkout textarea,.woocommerce-checkout select,.payment-summary,.woocommerce-privacy-policy-text p,.woocommerce-checkout strong,.woocommerce-checkout-review-order-table .order-total .amount,.shop_table.woocommerce-checkout-review-order-table .product-name,.shop_table.woocommerce-checkout-review-order-table .product-total,.shop_table.woocommerce-checkout-review-order-table th{
  color: #212529 !important;
}
.partial-payment-details,.payment-summary{
  border-left: 3px solid #000 !important;
}