/* =====================================================================
   St-Élie Aventures — Fiche produit & cartes (sur mesure, fidèle au design)
   Palette : navy #2f4159, vert #1a9d54, rouge #e0483d, jaune #f4b400
   ===================================================================== */
:root{
  --sp-heading:#1c2430;
  --sp-text:#46505c;
  --sp-navy:#2f4159;
  --sp-navy-d:#25334699;
  --sp-green:#1a9d54;
  --sp-red:#e0483d;
  --sp-border:#e6e6e6;
  --sp-soft:#f4f6f8;
  --sp-yellow:#f4b400;
}

/* ---------- Conteneur ---------- */
.ova-content-single-product .container_site{max-width:1200px;margin:0 auto;padding:0 20px;}
.ova-content-single-product .single-product-related .container_site,
.ova-content-single-product .stelie-related{max-width:1200px;margin:0 auto;padding:0 20px;}

/* ---------- En-tête ---------- */
.ova-content-single-product .single-product-header{background:var(--sp-soft);padding:56px 0 0;}
.single-product-header .single-product-top-header{
  max-width:1200px;margin:0 auto;padding:0 20px;position:relative;
  display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:14px;
}
.single-product-header .ova-product-title{
  margin:0;font-weight:800;font-size:40px;line-height:1.15;letter-spacing:-.5px;color:var(--sp-heading);
}
.single-product-header .ova-product-location{
  max-width:1200px;margin:0 auto 22px;padding:0 20px;display:flex;align-items:center;gap:7px;color:var(--sp-text);
}
.single-product-header .ova-product-location i{color:var(--sp-green);font-size:16px;}
.single-product-header .ova-product-location .location{font-size:15px;}

/* Boutons vidéo / photos / partage */
.ova-video-gallery{display:flex;align-items:center;gap:10px;position:relative;}
.ova-video-gallery .btn-header{
  display:inline-flex;align-items:center;gap:6px;font-size:14px;line-height:1;height:38px;padding:0 14px;
  color:var(--sp-text);background:#fff;border:1px solid var(--sp-border);border-radius:6px;cursor:pointer;transition:.25s;
}
.ova-video-gallery .btn-header:hover{background:var(--sp-navy);border-color:var(--sp-navy);color:#fff;}
.ova-video-gallery .btn-header:hover i{color:#fff;}
.ova-video-gallery .btn-video i{color:var(--sp-red);font-size:16px;}
.ova-video-gallery .btn-gallery i{color:var(--sp-navy);font-size:15px;}
.ova-video-gallery .btn-share{position:relative;}
.ova-video-gallery .btn-share .ova-social{
  list-style:none;margin:0;padding:6px;position:absolute;top:46px;right:0;background:#fff;border:1px solid var(--sp-border);
  border-radius:8px;box-shadow:0 12px 30px rgba(0,0,0,.08);display:none;gap:4px;z-index:5;
}
.ova-video-gallery .btn-share:hover .ova-social{display:flex;}
.ova-video-gallery .btn-share .ova-social a{display:flex;width:34px;height:34px;align-items:center;justify-content:center;color:var(--sp-navy);border-radius:6px;}
.ova-video-gallery .btn-share .ova-social a:hover{background:var(--sp-soft);}

/* Galerie bandeau */
.ova-gallery-slideshow{
  max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
}
.ova-gallery-slideshow .gallery-item{padding:0;border:0;background:none;cursor:pointer;overflow:hidden;border-radius:12px;display:block;}
.ova-gallery-slideshow .gallery-item img{display:block;width:100%;height:340px;object-fit:cover;transition:transform .8s ease;}
.ova-gallery-slideshow .gallery-item:hover img{transform:scale(1.05);}
@media(max-width:900px){.ova-gallery-slideshow{grid-template-columns:1fr 1fr;}.ova-gallery-slideshow .gallery-item:first-child{grid-column:1/-1;}.ova-gallery-slideshow .gallery-item img{height:240px;}}
@media(max-width:560px){.ova-gallery-slideshow{grid-template-columns:1fr;}}

/* Barre de features */
.ova-features-product{
  max-width:1200px;margin:0 auto;padding:40px 20px;display:flex;flex-wrap:wrap;column-gap:40px;row-gap:24px;align-items:center;
}
.ova-features-product .feature{display:flex;align-items:center;gap:16px;}
.ova-features-product .feature i{font-size:28px;color:var(--sp-navy);line-height:1;}
.ova-features-product .feature .title-desc .title{margin:0 0 4px;font-weight:700;font-size:13px;letter-spacing:.02em;text-transform:uppercase;color:var(--sp-text);opacity:.7;}
.ova-features-product .feature .title-desc .desc{margin:0;font-weight:700;font-size:17px;color:var(--sp-heading);}

/* ---------- Corps : 2 colonnes ---------- */
.single-product-summary{padding:44px 0 80px;}
.single-product-summary .container_site{display:flex;gap:44px;align-items:flex-start;}
.ova-single-product-summary-left{flex:1 1 auto;min-width:0;font-size:16px;line-height:1.6;color:var(--sp-text);}
.ova-single-product-summary-right{flex:0 0 400px;width:400px;position:sticky;top:24px;}
@media(max-width:1024px){
  .single-product-summary .container_site{flex-direction:column;}
  .ova-single-product-summary-right{position:static;width:100%;flex-basis:auto;}
}

.content-product-item{padding-bottom:36px;margin-bottom:36px;border-bottom:1px solid var(--sp-border);}
.content-product-item:last-child{border-bottom:0;}
.content-product-item h2{font-weight:800;font-size:26px;line-height:1.2;color:var(--sp-heading);margin:0 0 20px;}
.content-product-item h3{font-weight:700;font-size:19px;color:var(--sp-heading);margin:18px 0 6px;}
.tour-description h3:first-child{margin-top:0;}

/* Inclus / Exclus */
.tour-included-excluded-content{display:grid;grid-template-columns:1fr 1fr;gap:10px 40px;}
@media(max-width:600px){.tour-included-excluded-content{grid-template-columns:1fr;}}
.tour-included-excluded-content ul{list-style:none;margin:0;padding:0;}
/* Neutralise d'anciennes pastilles icomoon (snippet CSS personnalisé hérité de Tripgo) */
.tour-included-excluded-content ul .item-tour-included::before,
.tour-included-excluded-content ul .item-tour-excluded::before{content:none!important;}
.tour-included-excluded-content li{display:flex;align-items:flex-start;gap:10px;padding:6px 0;line-height:1.4;}
.tour-included-excluded-content li i{font-size:17px;line-height:1.4;flex:0 0 auto;}
.tour-included-excluded-content .item-tour-included i{color:var(--sp-green);}
.tour-included-excluded-content .item-tour-excluded i{color:var(--sp-red);}

/* Le tour (accordéon) */
.tour-plan-content .item-tour-plan{margin-bottom:12px;}
.tour-plan-content .tour-plan-title{
  position:relative;padding:12px 44px 12px 12px;background:var(--sp-soft);border-radius:6px;cursor:pointer;
  display:flex;align-items:center;flex-wrap:wrap;gap:6px;
}
.tour-plan-content .tour-plan-day{
  display:inline-block;font-size:13px;font-weight:700;line-height:1;padding:8px 14px;background:var(--sp-navy);border-radius:5px;color:#fff;
}
.tour-plan-content .tour-plan-label{font-weight:700;color:var(--sp-heading);}
.tour-plan-content .tour-plan-title i{position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:16px;color:var(--sp-navy);transition:transform .3s;}
.tour-plan-content .item-tour-plan.active .tour-plan-title i{transform:translateY(-50%) rotate(180deg);}
.tour-plan-content .tour-plan-description{display:none;padding:20px 24px;background:#fff;border:1px solid var(--sp-soft);border-top:0;border-radius:0 0 6px 6px;}
.tour-plan-content .tour-plan-description p{margin:0 0 14px;}
.tour-plan-content .tour-plan-description p:last-child{margin:0;}
.tour-plan-content .item-tour-plan.active .tour-plan-description{display:block;}

/* Carte */
.tripgo-tour-map .title-tour-map{margin-bottom:20px;}
.tour-map-embed{border-radius:12px;overflow:hidden;}
.tour-map-embed iframe{display:block;width:100%;min-height:420px;border:0;}

/* ---------- Carte de réservation (droite) ---------- */
.ova-forms-product .forms-wrapper{
  background:#fff;box-shadow:0 10px 40px rgba(20,40,80,.10);border-radius:12px;padding:28px;position:relative;z-index:2;
}
.price-product{margin-bottom:22px;}
.price-product .label{display:flex;align-items:center;gap:7px;font-weight:700;font-size:15px;color:var(--sp-text);margin-bottom:6px;}
.price-product .label i{font-size:20px;color:var(--sp-green);}
.price-product .price .regular-price{font-weight:800;font-size:30px;line-height:1.1;letter-spacing:-.5px;color:var(--sp-green);}
.price-product .price .sale-price{font-weight:800;font-size:30px;color:var(--sp-green);margin-right:6px;}
.price-product .price .regular-price.del{font-size:18px;color:#9aa4ad;text-decoration:line-through;font-weight:700;}
.price-product .price .tax-note{font-size:13px;color:#8a939c;margin-left:6px;}
.price-product .price .euro_price{display:block;margin-top:2px;font-size:14px;color:#8a939c;font-weight:600;}

.forms-wrapper .logo{display:flex;align-items:center;justify-content:center;gap:10px;margin:18px 0;}
.forms-wrapper .logo .line{flex:1;height:1px;background-image:linear-gradient(to right,var(--sp-navy) 0 50%,transparent 50%);background-size:12px 1px;opacity:.35;}
.forms-wrapper .logo i{font-size:20px;color:var(--sp-navy);}

.forms-wrapper .tabs{display:flex;justify-content:center;gap:20px;border-bottom:2px solid var(--sp-border);margin-bottom:6px;}
.forms-wrapper .tabs .item{font-weight:700;font-size:15px;color:#9aa4ad;cursor:pointer;padding:12px 4px;position:relative;}
.forms-wrapper .tabs .item.active{color:var(--sp-green);border-bottom:2px solid var(--sp-green);margin-bottom:-2px;}

/* Formulaire */
.ova-booking-form{padding-top:22px;}
.stelie-bk-form .rental_item{margin-bottom:18px;}
.stelie-bk-form .rental_item label{display:block;font-size:15px;color:var(--sp-heading);margin-bottom:5px;}
.stelie-bk-form .rental_item input,
.stelie-bk-form .rental_item select{
  width:100%;height:48px;padding:10px 14px;background:#fff;border:1px solid var(--sp-border);border-radius:6px;
  font-size:15px;color:var(--sp-text);appearance:none;-webkit-appearance:none;
}
.stelie-bk-form .rental_item select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232f4159' d='M6 8 0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:34px;}
.stelie-bk-form .rental_item input:focus,.stelie-bk-form .rental_item select:focus{outline:none;border-color:var(--sp-navy);}
.stelie-bk-form .rental_item input.ovabrw_readonly{background:var(--sp-soft);cursor:not-allowed;color:var(--sp-heading);}

/* Stepper */
.stelie-stepper{display:flex;align-items:center;border:1px solid var(--sp-border);border-radius:6px;overflow:hidden;height:48px;width:100%;}
.stelie-stepper .step{width:48px;height:100%;border:0;background:var(--sp-soft);color:var(--sp-navy);font-size:20px;line-height:1;cursor:pointer;flex:0 0 48px;}
.stelie-stepper .step:hover{background:var(--sp-navy);color:#fff;}
.stelie-stepper input{flex:1;height:100%;border:0!important;text-align:center;font-weight:700;color:var(--sp-heading);background:#fff;padding:0!important;}

.stelie-bk-avail{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--sp-text);margin:4px 0 14px;}
.stelie-bk-avail .stelie-bk-left{font-weight:800;color:var(--sp-navy);}
.stelie-bk-hint{font-size:12.5px;color:#8a939c;margin:0 0 12px;}

.stelie-bk-total{display:flex;justify-content:space-between;align-items:baseline;padding:14px 0;border-top:1px solid var(--sp-border);margin-top:6px;}
.stelie-bk-total span{font-size:15px;color:var(--sp-text);}
.stelie-bk-total__val{font-size:24px;font-weight:800;color:var(--sp-heading);}
.stelie-bk-total__val .woocommerce-Price-amount{color:var(--sp-heading);}

.booking-form-submit{
  display:block;width:100%;border:0;border-radius:8px;background:var(--sp-navy);color:#fff;font-weight:700;font-size:16px;
  padding:15px;cursor:pointer;transition:.25s;
}
.booking-form-submit:hover{background:#22303f;}
.booking-form-submit:disabled{opacity:.5;cursor:not-allowed;}

/* ---------- « Tu peux aimer » + cartes ---------- */
.stelie-related{margin:0 auto 80px;}
.stelie-related .related-title{font-weight:800;font-size:30px;color:var(--sp-heading);margin:0 0 28px;}
.grid--4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
@media(max-width:1024px){.grid--4{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.grid--4{grid-template-columns:1fr;}}

/* Carte produit (listes + related) */
.ova-product{background:#fff;border-radius:12px;box-shadow:0 6px 30px rgba(20,40,80,.07);overflow:hidden;transition:.3s;display:flex;flex-direction:column;}
.ova-product:hover{box-shadow:0 12px 40px rgba(20,40,80,.12);transform:translateY(-3px);}
.ova-product .ova_head_product{position:relative;display:block;}
.ova-product .ova-product-thumbnail{display:block;overflow:hidden;}
.ova-product .ova-product-thumbnail img{display:block;width:100%;height:226px;object-fit:cover;transition:transform .9s ease;}
.ova-product:hover .ova-product-thumbnail img{transform:scale(1.06);}
.ova-product .ova-is-featured{position:absolute;top:14px;left:14px;z-index:1;padding:7px 10px;background:var(--sp-navy);color:#fff;border-radius:5px;font-size:12px;line-height:1;font-weight:700;}
.ova-product .ova_foot_product{position:relative;background:#fff;padding:30px 20px 22px;flex:1;display:flex;flex-direction:column;}
.ova-product .ova-tour-day{position:absolute;left:20px;top:-16px;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--sp-green);color:var(--sp-green);background:#fff;border-radius:5px;padding:7px 10px;font-size:13px;font-weight:600;line-height:1;}
.ova-product .ova-product-title{margin:0 0 8px;line-height:1.25;}
.ova-product .ova-product-title a{font-size:19px;font-weight:800;color:var(--sp-heading);}
.ova-product .ova-product-title a:hover{color:var(--sp-navy);}
.ova-product .ova-product-location{display:flex;align-items:center;gap:5px;color:var(--sp-text);margin-bottom:2px;}
.ova-product .ova-product-location i{color:var(--sp-green);font-size:14px;}
.ova-product .ova-product-location .location{font-size:13px;}
.ova-product .ova-product-review-and-price{margin-top:auto;}
.ova-product .ova-product-wrapper-price{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:18px;}
.ova-product .ova-product-price .new-product-price{font-size:19px;font-weight:800;color:var(--sp-heading);display:block;}
.ova-product .ova-product-price .old-product-price{font-size:14px;font-weight:700;color:#9aa4ad;text-decoration:line-through;}
.ova-product .ova-product-price .euro_price{display:block;font-size:12.5px;color:#8a939c;font-weight:600;}
.ova-product .ova-product-price .no-product-price{font-size:15px;font-weight:700;color:var(--sp-navy);}
.ova-product .product-btn-book-now{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:var(--sp-navy);color:#fff;font-size:14px;font-weight:700;padding:9px 18px;border:1px solid var(--sp-navy);transition:.25s;white-space:nowrap;}
.ova-product .product-btn-book-now:hover{background:#fff;color:var(--sp-navy);}

/* Archive WooCommerce : neutralise les puces li */
.stelie-shop ul.products{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
@media(max-width:1024px){.stelie-shop ul.products{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.stelie-shop ul.products{grid-template-columns:1fr;}}
.stelie-shop ul.products li.product{margin:0!important;width:auto!important;float:none!important;padding:0!important;}
.stelie-shop ul.products li.product::before{display:none!important;}

/* ---------- Lightbox & vidéo ---------- */
.stelie-lightbox,.stelie-video-modal{position:fixed;inset:0;background:rgba(10,15,22,.92);z-index:99999;display:flex;align-items:center;justify-content:center;}
.stelie-lightbox[hidden],.stelie-video-modal[hidden]{display:none;}
.stelie-lightbox .lb-img{max-width:90vw;max-height:86vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);}
.stelie-lightbox .lb-close,.stelie-video-modal .vm-close{position:absolute;top:22px;right:26px;font-size:40px;line-height:1;color:#fff;background:none;border:0;cursor:pointer;}
.stelie-lightbox .lb-prev,.stelie-lightbox .lb-next{position:absolute;top:50%;transform:translateY(-50%);font-size:56px;color:#fff;background:none;border:0;cursor:pointer;padding:0 22px;opacity:.85;}
.stelie-lightbox .lb-prev{left:8px;}.stelie-lightbox .lb-next{right:8px;}
.stelie-lightbox .lb-prev:hover,.stelie-lightbox .lb-next:hover{opacity:1;}
.stelie-video-modal .vm-frame{width:min(90vw,960px);aspect-ratio:16/9;}
.stelie-video-modal .vm-frame iframe{width:100%;height:100%;border:0;border-radius:8px;}

@media(max-width:767px){
  .single-product-header .ova-product-title{font-size:30px;}
  .content-product-item h2{font-size:22px;}
  .stelie-related .related-title{font-size:24px;}
}

/* ===== Icônes SVG maison (harmonisées avec la Console) ===== */
.stelie-ico{display:inline-block;vertical-align:-.15em;flex:0 0 auto;}
.single-product-header .ova-product-location .stelie-ico,
.ova-product .ova-product-location .stelie-ico{color:var(--sp-green);}
.ova-video-gallery .btn-video .stelie-ico{color:var(--sp-red);}
.ova-video-gallery .btn-gallery .stelie-ico{color:var(--sp-navy);}
.ova-video-gallery .btn-header:hover .stelie-ico{color:#fff;}
.tour-included-excluded-content .item-tour-included .stelie-ico{color:var(--sp-green);}
.tour-included-excluded-content .item-tour-excluded .stelie-ico{color:var(--sp-red);}
.tour-plan-content .tour-plan-title .stelie-ico.toggle-ico{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--sp-navy);transition:transform .3s;}
.tour-plan-content .item-tour-plan.active .tour-plan-title .stelie-ico.toggle-ico{transform:translateY(-50%) rotate(180deg);}
.price-product .label .stelie-ico{color:var(--sp-green);}
.forms-wrapper .logo .stelie-ico{color:var(--sp-navy);}
.ova-tour-day .stelie-ico{color:var(--sp-navy);vertical-align:-.2em;}
