.content-btn {
  display: flex;
  justify-content: center;
}
#add_participant_produit:hover {
  background: #3c1902;
}
.btn-reserver-show:hover {
  background: #3c1902;
}
.elementor-menu-cart__toggle.elementor-button-wrapper {
  display: none !important;
}
.participant-group {
  margin: 40px 0;
  border: 1px solid #ddd;
  padding: 40px;
  position: relative;
}
.participant-group .form-row input,.participant-group .form-row select {
  padding: 15px 15px;
  background: #fff !important;
  border-radius: 0 !important;
}
.participant-group .form-row {
  position: relative;
  margin-top: 25px;
  display: flex;
}
.info-participant {
  display: flex;
  align-items: center;
  gap: 15px;
}
.participant-group .form-row input, .participant-group .form-row select {
  margin-top: 15px;
  padding: 15px !important;
}
.participant-group .form-row label {
  position: absolute;
  top: -3px;
  background: #fff;
  padding: 6px;
  left: 0;
}
.participant-fields { 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; 
}
.participant-group .form-row label {
  display: block;
  margin-bottom: 5px;
}
.participant-group .form-row input, .participant-group .form-row select { 
    width: 100%; 
    padding: 8px; 
    border: 1px solid #ddd; 
    border-radius: 4px; 
}
.participant-header h2 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #b89364 !important;
  word-spacing: 10px !important;
}
.elementor-menu-cart__footer-buttons {
  display: none !important
}
.participants-buttons { 
   
    margin-top: 15px; 
}
#add_participant_produit {
  background: #b89364;
  color: #fff;
}
#remove_participant_produit {
  background: #3c1902;
  color: #fff;
}
.participants-recap-container {
  margin-top: 60px;
  padding: 15px;
  border: 1px solid #bcbab8;
  background: #faf7f4;
  position: relative;
  margin-bottom: 40px;
}
.form-hidden{
  display: none;
}
.btn-reserver-show,.btn-suppr-show  {
  width: fit-content;
  background: #B89364;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.info-participant h3 {
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 600 !important;
}
.contenue-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) { 

    .separation_ {
      width: 70% !important;
    }
     .participant-fields { 
        grid-template-columns: repeat(3, 1fr);
    } 
}
@media (max-width: 768px) { 
    .participant-fields { 
        grid-template-columns: 1fr; 
    } 
    .separation_ {
      width: 50% !important;
    }

}
@media (max-width: 468px) { 
  .participants-buttons {
      margin-top: 15px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .separation_ {
      width: 25% !important;
    }
    .participant-group {
      padding: 20px !important;
    }
}

.total-recap-chiffre {
  text-align: end;
  border-top: 1px solid #b893644f !important;
}
.separation_ {
  width: 80%;
  display: block;
  border: 1px dashed;
}
.info-prix h3 {
  font-size: 14px !important;
  color: #b89364 !important;
  font-weight: 600 !important;
}
.wc-block-components-product-details {
  display: flex;
  flex-direction: column;
}
#participants_recap_list {
  display: flex;
  flex-direction: column;
}
.ui-datepicker-title {
  display: flex !important;
  justify-content: center;
}
.ui-datepicker-prev.ui-corner-all .ui-icon {
  background-image: url("/wp-content/plugins/custom-shocoloaterie/assets/icone/fleche-droite.png") !important;
  background: #e9e9e9;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  background-size: cover;
  rotate: 180deg;
  padding: 12px 12px;
  background-size: 14px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
.ui-datepicker-next.ui-corner-all .ui-icon {
  background-image: url("/wp-content/plugins/custom-shocoloaterie/assets/icone/fleche-droite.png") !important;
  background: #e9e9e9;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  background-size: cover;
  padding: 12px 12px;
  background-size: 14px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
.ui-datepicker-prev.ui-corner-all,.ui-datepicker-next.ui-corner-all{
    background:none !important;
    border: none !important;
    scale: 1 !important;
}
.total-recap {
  background: #fff;
  width: fit-content;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #b89364 !important;
}
.total-recap {
  
}

.total-recap {
  position: absolute;
  top: -40px;
}
.product-quantity {
  display: none;
}

#reservation_loader {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
}
.badj_ {
  text-align: end;
}
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3c1902; /* Couleur bleue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
.spinner {
  z-index: 99;
  position: relative;
}
#reservation_loader p {
  z-index: 999;
  position: relative;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.desable_date #reservation_loader {
  display: block !important;
}
#reservation_loader::before {
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.5;
}

.badge-panier .e-font-icon-svg.e-eicon-cart-medium {
  width: 29px;
  fill: #3c1902;
}

#billing_address_1_field .required, #billing_country_field .required{
  display: none !important;
}
.variation dt {
  font-weight: 700 !important;
}
.desabled_date input{
  pointer-events: none;
}
.desabled_date {
  cursor: no-drop;
}
.form-row .alert{
  display: none;
}
.form-row.desabled_date.date_row:hover:hover .alert {
  display: block !important;
  position: absolute;
  bottom: -40px;
  left: 5px;
  font-size: 12px !important;
  color: #3C1902;
}
.date_row{
  position: relative;
  flex-direction: column;
}