.hidden { display: none; }
.hidden-session { display: none !important;}
#tw-booking ul {
  margin: 0;
  padding: 0;
}
 #btn-qty button, input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 0 ;
  line-height: 1 !important;
  background: none;
  border: none;
  cursor: pointer;
}
#reserve-button {
  background: #34495e;
  color: #fff;
  padding:  4px 12px 4px 12px;
  cursor: pointer;

}
/* Style de la popup */
.reservation-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    z-index: 10000;
    animation: fadeIn 0.5s ease-in-out, fadeOut 0.5s ease-in-out 1.5s forwards;
}

/* Animation d'apparition */
@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -60%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}

/* Animation de disparition */
@keyframes fadeOut {
    from { opacity: 1; transform: translate(-50%, -50%); }
    to { opacity: 0; transform: translate(-50%, -40%); }
}


/* Style du sélecteur de session */
#session-select {
    width: 100%;
    max-width: 244px;
    font-size: 16px;
    background: hsl(4deg 77% 61%) !important;
    color: white;
    border-radius: 5px;
    background: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.head-session {
  background: hsl(199deg 76% 25%);
  padding: 15px;
  width: 100%;
  display: flex;
  border-radius: 8px;
  color: #fff;
}
.empty-session {
  display: flex;
  align-items: center;       /* Centrage vertical */
  justify-content: center;   /* Centrage horizontal (facultatif) */
}
#session-select:hover,
#session-select:focus {
    border-color: #005177;
    background: #eef7ff;
}

/* Style du bouton "Réserver" */
.total-ttc {
  text-align: right;
  padding: 12px;
  margin-top: 15px;
  font-weight: 700;
}
/* Style resumer de commande */
/* Encadré gris clair autour de chaque participant */
.wc-block-components-product-details__value .participant-box {
    display: block;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 12px 14px;
    margin: 10px 0;
    border-radius: 6px;
}

/* Titre "Participant 1" */
.wc-block-components-product-details__value .participant-title {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Chaque ligne "Label : Valeur" */
.wc-block-components-product-details__value .participant-row {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
}

.wc-block-components-product-details__value .participant-label {
    font-weight: 500;
    margin-right: 4px;
}

.wc-block-components-product-details__value .participant-value {
    font-weight: 400;
}

/* Conteneur principal */
#participants-container {
    margin-top: 15px;
    padding: 25px;
    background: #f6f7f9;
}

/* Style de chaque participant */
.participant {
    background: white;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

/* Titres pour chaque participant */
.participant p {
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}


/* Style des select */
.participant select {
    width: 100%;
    padding: 8px !important;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
/* Séparator */
.participant-separator {
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 1px solid #ddd;
  margin: 15px 0 10px;
  padding-bottom: 5px;
}

/* CheckBox */

.checkbox-style input  {
  width: 18px;
}

.checkbox-style label {
  width: 100%; 
}

/* ===========================
   Checkout Blocks — Order summary (clean)
   =========================== */
.wp-block-woocommerce-checkout-order-summary-block {
  background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
/* Titre produit */
.wc-block-components-order-summary-item__description .wc-block-components-product-name{
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.25;
}

/* Prix unitaire sous le titre */
.wc-block-components-order-summary-item__description
.wc-block-components-order-summary-item__individual-prices{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 10px;
  font-weight: 700;
  opacity: .95;
}

/* Liste des détails (Nom/Lieu/Adresse/...) */
.wc-block-components-order-summary-item__description
.wc-block-components-product-details{
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

/* Chaque ligne détail */
.wc-block-components-order-summary-item__description
.wc-block-components-product-details > li{
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 6px 8px;
  border-radius: 10px;

}

/* Label (Nom:, Ville:, etc.) */
.wc-block-components-order-summary-item__description
.wc-block-components-product-details__name{
  min-width: 110px;
  font-weight: 700;
  opacity: .85;
  white-space: nowrap;
}

/* Valeur */
.wc-block-components-order-summary-item__description
.wc-block-components-product-details__value{
  flex: 1;
  opacity: .95;
  word-break: break-word;
}

/* Session + nb places en évidence */
.wc-block-components-product-details__session,
.wc-block-components-product-details__nombre-de-places{

}
.wc-block-components-product-price { display: none !important;}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-size:  22px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 8px 40px;
}
/* ===========================
   Participants (ta structure HTML)
   =========================== */
.wc-block-components-order-summary-item__description .participant-box{
  display: block;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(19, 82, 115, .06);
  border: 1px solid rgba(19, 82, 115, .14);
}

.wc-block-components-order-summary-item__description .participant-title{
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 14px;
}

.wc-block-components-order-summary-item__description .participant-row{
  display: flex;
  gap: 8px;
  padding: 3px 0;
}

.wc-block-components-order-summary-item__description .participant-label{
  min-width: 140px;
  font-weight: 700;
  opacity: .85;
  white-space: nowrap;
}

.wc-block-components-order-summary-item__description .participant-value{
  flex: 1;
  opacity: .95;
  word-break: break-word;
}

.wc-block-components-checkout-return-to-cart-button {
  display: none;
}

/* ===========================
   Checkout Blocks — MAIN (clean)
   Cible: colonne gauche du checkout
   =========================== */
/* ✅ Force le checkout Woo Blocks en thème clair */
.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,
.has-dark-controls .wc-block-components-text-input label,
.has-dark-controls .wc-blocks-components-select__label,
.has-dark-controls .wc-block-checkout__guest-checkout-notice{
  color: rgba(15,23,42,.85) !important;
}

.has-dark-controls .wc-block-components-text-input input,
.has-dark-controls .wc-block-components-text-input textarea,
.has-dark-controls .wc-blocks-components-select__select{
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid rgba(15,23,42,.18) !important;
}

.has-dark-controls .wc-block-components-text-input input::placeholder,
.has-dark-controls .wc-block-components-text-input textarea::placeholder{
  color: rgba(15,23,42,.35) !important;
}

.has-dark-controls .wc-block-checkout__guest-checkout-notice{
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.12) !important;
}

.has-dark-controls .wc-block-components-text-input input:focus,
.has-dark-controls .wc-block-components-text-input textarea:focus,
.has-dark-controls .wc-blocks-components-select__select:focus{
  outline:none !important;
  border-color: rgba(59,130,246,.55) !important;
  box-shadow: 0 0 0 3px rgba(59,130,246,.18) !important;
}
.wc-block-components-main.wc-block-checkout__main{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* Form */
.wc-block-checkout__form{
  display: grid;
  gap: 16px;
}

/* Sections (fieldsets / steps) */
.wc-block-components-checkout-step{
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 14px 14px 12px;
}

/* Titres */
.wc-block-components-checkout-step__heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.wc-block-components-checkout-step__title{
  margin: 0;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
}

/* Grille des champs d’adresse */
.wc-block-components-address-form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Email : plein large (souvent en haut) */
.wc-block-components-address-form__email{
  grid-column: 1 / -1;
}

/* Champs pleine largeur utiles */
.wc-block-components-address-form__address_1,
.wc-block-components-address-form__address_2-hidden-input{
  grid-column: 1 / -1;
}

/* Sur mobile : 1 colonne */
@media (max-width: 720px){
  .wc-block-components-address-form{
    grid-template-columns: 1fr;
  }
}

/* Inputs (Woo Blocks) */
.wc-block-components-text-input input,
.wc-blocks-components-select__select{
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  padding: 12px 12px;
  transition: box-shadow .15s ease, border-color .15s ease, transform .05s ease;
}

/* Labels (flottants) : un peu plus lisibles */
.wc-block-components-text-input label,
.wc-blocks-components-select__label{
  font-weight: 700;
  opacity: .9;
}

/* Focus clean */
.wc-block-components-text-input input:focus,
.wc-blocks-components-select__select:focus{
  outline: none;
  border-color: rgba(19, 82, 115, .45);
  box-shadow: 0 0 0 4px rgba(19, 82, 115, .12);
}

/* Notice invité */
.wc-block-checkout__guest-checkout-notice{
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(19, 82, 115, .06);
  border: 1px solid rgba(19, 82, 115, .14);
  font-size: 13px;
}

/* Toggle "adresse 2" */
.wc-block-components-address-form__address_2-toggle{
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px dashed rgba(0,0,0,.18);
  background: rgba(255,255,255,.7);
  cursor: pointer;
  font-weight: 700;
  opacity: .9;
}
.wc-block-components-address-form__address_2-toggle:hover{
  background: #fff;
}

/* Paiement : rendu plus "carte" */
.wc-block-components-radio-control-accordion-option{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
}
.wc-block-components-radio-control__option{
  padding: 0 !important;
}
.wc-block-components-radio-control-accordion-content{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,.06);
  opacity: .9;
}

/* Terms */
.wc-block-checkout__terms{
  font-size: 13px;
  opacity: .95;
  line-height: 1.4;
  padding-top: 6px;
}

/* Actions (footer du form) */
.wc-block-checkout__actions{
  background: transparent;
  padding: 0;
}

.wc-block-checkout__actions_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* Retour panier */
.wc-block-components-checkout-return-to-cart-button{
  border-radius: 999px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}
.wc-block-components-checkout-return-to-cart-button:hover{
  background: rgba(0,0,0,.03);
}

/* Bouton commander */
.wc-block-components-checkout-place-order-button{
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}

/* Petit polish : sépare visuellement les étapes */
.wc-block-components-checkout-step + .wc-block-components-checkout-step{
  margin-top: 2px;
}

/* Mobile : labels moins larges */
@media (max-width: 640px){
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-details__name{
    min-width: 92px;
  }

  .wc-block-components-order-summary-item__description .participant-label{
    min-width: 110px;
  }

  /* Si tu veux passer en "stack" sur mobile */
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-details > li{
    flex-direction: column;
    gap: 2px;
  }
  .wc-block-components-order-summary-item__description .participant-row{
    flex-direction: column;
    gap: 2px;
  }
}

.wc-block-components-order-summary-item__total-price { display: none;}
.wc-block-components-order-summary-item__image{
  display:none !important;
}
.wc-block-components-order-summary-item{
  grid-template-columns: 1fr auto !important;
}
.wc-block-components-order-summary-item__description ul li {
  list-style: none !important;
}



/* =========================
   Order received - Customer details
   ========================= */

.woocommerce-customer-details{
  margin-top: 28px;
}

/* Carte globale */
.woocommerce-customer-details{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 18px 18px 14px;
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

/* Titres */
.woocommerce-customer-details .woocommerce-column__title{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.woocommerce-customer-details h3{
  margin: 18px 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.woocommerce-customer-details h4{
  margin: 12px 0 8px;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  padding-top: 12px;
  border-top: 1px dashed rgba(15,23,42,.14);
}

/* Adresse */
.woocommerce-customer-details address{
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.08);
  color: rgba(15,23,42,.90);
  line-height: 1.5;
  font-style: normal;
}

/* Phone / Email */
.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email{
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(15,23,42,.10);
  color: rgba(15,23,42,.85);
  font-size: 14px;
}

.woocommerce-customer-details .woocommerce-customer-details--email{
  word-break: break-word;
}

/* Liste participants */
.woocommerce-customer-details ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Chaque ligne clé/valeur */
.woocommerce-customer-details ul li{
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  border-radius: 12px;
  margin: 8px 0;
}

/* Label */
.woocommerce-customer-details ul li strong{
  color: rgba(15,23,42,.70);
  font-weight: 700;
}

/* Responsive */
@media (max-width: 640px){
  .woocommerce-customer-details{
    padding: 14px;
    border-radius: 14px;
  }
  .woocommerce-customer-details ul li{
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* =========================
   Order received - Order details
   ========================= */

.woocommerce-order-details{
  margin-top: 28px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

.woocommerce-order-details__title{
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

/* Table */
.woocommerce-order-details table.shop_table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background: #fff;
}

.woocommerce-order-details table.shop_table thead th{
  text-align: left;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(15,23,42,.75);
  background: #f8fafc;
  border-bottom: 1px solid rgba(15,23,42,.10);
}

.woocommerce-order-details table.shop_table tbody td{
  vertical-align: top;
  padding: 14px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.woocommerce-order-details table.shop_table tbody tr:last-child td{
  border-bottom: 0;
}

/* Produit (lien + qty) */
.woocommerce-order-details .product-name a{
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}
.woocommerce-order-details .product-name a:hover{
  text-decoration: underline;
}

.woocommerce-order-details .product-quantity{
  font-weight: 800;
  color: rgba(15,23,42,.70);
  margin-left: 6px;
}

/* Total colonne */
.woocommerce-order-details .product-total{
  text-align: right;
  white-space: nowrap;
  font-weight: 900;
  color: #0f172a;
}

/* Métas (wc-item-meta) */
.woocommerce-order-details ul.wc-item-meta{
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.woocommerce-order-details ul.wc-item-meta li{
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.08);
  list-style: none;
}

.woocommerce-order-details .wc-item-meta-label{
  display: inline-block;
  font-weight: 800;
  color: rgba(15,23,42,.70);
  margin-right: 8px;
}

.woocommerce-order-details ul.wc-item-meta p{
  display: inline;
  margin: 0;
  color: rgba(15,23,42,.90);
  font-weight: 600;
}

/* Footer (totaux / paiement) */
.woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-details table.shop_table tfoot td{
  padding: 12px 14px;
  border-top: 1px solid rgba(15,23,42,.10);
  background: #fff;
}

.woocommerce-order-details table.shop_table tfoot th{
  text-align: left;
  font-weight: 800;
  color: rgba(15,23,42,.75);
}

.woocommerce-order-details table.shop_table tfoot td{
  text-align: right;
  font-weight: 900;
  color: #0f172a;
}

/* Responsive */
@media (max-width: 720px){
  .woocommerce-order-details{
    padding: 14px;
    border-radius: 14px;
  }
  .woocommerce-order-details table.shop_table thead{
    display: none;
  }
  .woocommerce-order-details table.shop_table,
  .woocommerce-order-details table.shop_table tbody,
  .woocommerce-order-details table.shop_table tr,
  .woocommerce-order-details table.shop_table td{
    display: block;
    width: 100%;
  }
  .woocommerce-order-details table.shop_table tbody td{
    border-bottom: 0;
    padding: 12px 12px 0;
  }
  .woocommerce-order-details table.shop_table tbody td.product-total{
    padding: 10px 12px 12px;
    text-align: left;
  }
  .woocommerce-order-details table.shop_table tfoot th,
  .woocommerce-order-details table.shop_table tfoot td{
    display: block;
    text-align: left;
  }
  .woocommerce-order-details table.shop_table tfoot td{
    padding-top: 0;
  }
}



/* ============================
   WFD - Styles formulaires plugin
   Scope: .wfd-form (recommandé)
   ============================ */

.wfd-form,
.wfd-form * {
  box-sizing: border-box;
}

.wfd-form .participant {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 14px;
  padding: 16px;
  margin: 16px 0;
}

/* Titre "Information stagiaire X" */
.wfd-form .participant > p:not(.participant-separator) {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 14px;
  color: #0f172a;
}

/* Sous-titre "Adresse" */
.wfd-form .participant .participant-separator {
  margin: 14px 0 10px;
  font-weight: 700 !important;
  font-size: 13px;
  color: #0f172a;
}

/* Grille responsive : 2 colonnes dès 720px */
.wfd-form .participant {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 720px) {
  .wfd-form .participant {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  /* Les paragraphes prennent toute la largeur */
  .wfd-form .participant > p,
  .wfd-form .participant .participant-separator {
    grid-column: 1 / -1;
  }
}

/* Inputs */


.wfd-form .participant input[type="text"],
.wfd-form .participant input[type="email"],
.wfd-form .participant select,
.wfd-form .participant input[type="tel"] {
  appearance: none;
  -webkit-appearance: none;

  width: 100%;
  min-height: 44px;

  padding: 10px 12px;
  border-radius: 12px;

  border: 1px solid rgba(15, 23, 42, .18);
  background: #fff;

  font-size: 14px;
  line-height: 1.2;
  color: #0f172a;

  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

/* Placeholder */
.wfd-form .participant input::placeholder {
  color: rgba(15, 23, 42, .55);
}

/* Focus */
.wfd-form .participant input:focus {
  border-color: rgba(15, 82, 112, .65);
  box-shadow: 0 0 0 4px rgba(15, 82, 112, .15);
}

/* Erreur HTML5 */
.wfd-form .participant input:invalid {
  border-color: rgba(232, 88, 79, .6);
}
.wfd-form .participant select:invalid {
  border-color: rgba(232, 88, 79, .6);
}
.wfd-form .participant input:invalid:focus {
  box-shadow: 0 0 0 4px rgba(232, 88, 79, .14);
}

/* Layout propre en 2 colonnes */
.wfd-form .participant{
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px 18px;
}

/* Titres sur toute la largeur */
.wfd-form .participant > p{
  flex: 0 0 100%;
  margin: 0;
}

/* Champs en 2 colonnes */
.wfd-form .participant > select,
.wfd-form .participant > input{
  flex: 1 1 calc(50% - 9px);
  margin: 0 !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box;
}

/* Hauteur identique */
.wfd-form .participant > select{
  height: 44px;
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

.wfd-form .participant select{
  appearance: auto;
  -webkit-appearance: auto;
}

/* Champs désactivés */
.wfd-form .participant input:disabled {
  background: rgba(15, 23, 42, .04);
  color: rgba(15, 23, 42, .6);
  cursor: not-allowed;
}

/* Petite amélioration mobile */
@media (max-width: 420px) {
  .wfd-form .participant {
    padding: 14px;
  }
}
#org-infos{
  background: #0f5270 url("../img/logo.png") no-repeat center;
}


/* Focus sur les inputs */
.participant input:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
}

/* Met en évidence les champs vides */
.participant input.error {
    border: 2px solid red !important;
}


#session-info {
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
}
#session-info p {
    margin: 5px 0;
}

.organisateur-info {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.organisateur-info h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.organisateur-info p {
    font-size: 16px;
    margin: 5px 0;
}

.organisateur-info a {
    color: #0073aa;
    text-decoration: none;
}

.organisateur-info a:hover {
    text-decoration: underline;
}


/* New */
.reservation-container p {
    margin: 0;
}
.reservation-container {
    max-width: 960px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }

  .formation-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }

  .formation-header img {
    width: 300px;
    max-width: 100%;
    border-radius: 8px;
  }

  .formation-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .formation-content p {
    margin: 5px 0;
  }
  .infos strong {
    color: #fff !important;
    font-weight: 600;
  }
  .infos a {
    color: hsl(4deg 77% 61%) !important;
  }
  .infos {
    margin-top: 30px;
    background: hsl(199deg 76% 25%);
    color: #fff;
    padding: 15px;
    border-radius: 8px;
  }

  .infos strong {
    color: #555;
  }

  .reservation-form {
    margin-top: 30px;
  }

  .reservation-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
  }

  .reservation-form input,
  .reservation-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }

  .btn {
    display: inline-block;
    background: #0073aa;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
  }

  .btn:hover {
    background: #005e8a;
  }


  .session-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  
  .select-session {
    flex: 1;
    min-width: 250px;
  }
  
  .select-session select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  
  .quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .quantity-wrapper button {
    background: hsl(4deg 77% 61%) !important;
    color: white;
    border: none;
    padding: 10px 14px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .quantity-wrapper input.qty {
    width: 60px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
/*champs participants cart */

.participant-info {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.participant-field {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.participant-field-value {
  color: #555;
  font-style: italic;
}

.container-sessions {
  display: flex;
  gap: 20px; /* Espace entre les deux div */
}

.box {
  flex: 1 1 45%;
}

.total-container {
  display: flex;
  gap: 20px; /* Espace entre les deux div */
}

.box-total {
  flex: 1; /* Les deux div prennent 50% chacune */
}



/*champs participants cart end */

  @media (max-width: 768px) {
    .container-sessions { 
      display: block;
    }
    .formation-header {
      flex-direction: column;
    }
    .box {
      flex: 1 1 100%; /* Prend toute la largeur */
    }
  }

.woocommerce-order-overview__qr {
    min-width: 220px !important;
    margin-top: -60px;
}

.formation-order-qr-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.formation-order-qr-box img {
    display: block;
    max-width: 90px;
    height: auto;
}

.formation-order-qr-text p {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.4;
    max-width: 150px;
}

.wc-block-components-payment-method-label {
  margin-left: 50px !important;
}
.wc-block-components-radio-control__label-group {
  margin-left: 50px !important;
}
.wc-block-components-radio-control-accordion-option {
  margin-bottom: 20px;
}

/* Couleur du rond non sélectionné */
.wc-block-components-radio-control__input {
  accent-color: #135273 !important;
}

/* Fallback si accent-color n'est pas suffisant */
.wc-block-components-radio-control__input[type="radio"] {
  border-color: #135273 !important;
}

.wc-block-components-radio-control__input {
  accent-color: #135273 !important;
  width: 20px !important;
  height: 20px !important;
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #135273 !important;
}


/* Note de commande WooCommerce Blocks */
.wc-block-checkout__add-note .wc-block-components-textarea {
  background-color: #0f5270;
  color: #fff;
  border: 1px solid #0f172a;
  border-radius: 12px;
}

.wc-block-checkout__add-note .wc-block-components-textarea::placeholder {
  color: #fff;
}

.wc-block-checkout__add-note .wc-block-components-textarea:focus {
  border-color: #e8584f;
  box-shadow: 0 0 0 2px rgba(232, 88, 79, 0.18);
  outline: none;
}

/* Checkbox WooCommerce Blocks */
.wc-block-components-checkbox__input {
  border-color: #0f5270 !important;
}

/* Checkbox cochée */
.wc-block-components-checkbox__input:checked {
  background-color: #e8584f !important;
  border-color: #e8584f !important;
}

/* Couleur de la coche */
.wc-block-components-checkbox__input:checked
+ .wc-block-components-checkbox__mark {
  fill: #ffffff !important;
}

.logos-fly img { max-width: 27% !important;}

/* Bouton Commander WooCommerce Blocks */
.wc-block-components-checkout-place-order-button {
  background-color: #e8584f !important;
  color: #ffffff !important;
  border: 1px solid #e8584f !important;
  border-radius: 12px;
  font-weight: 700;
}

/* Texte du bouton */
.wc-block-components-checkout-place-order-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button__text {
  color: #ffffff !important;
}

/* Hover */
.wc-block-components-checkout-place-order-button:hover {
  background-color: #0f5270 !important;
  border-color: #0f5270 !important;
  color: #ffffff !important;
}

/* Focus accessibilité */
.wc-block-components-checkout-place-order-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 88, 79, 0.25);
}