.pyb-wrap{ max-width:1120px; margin:0 auto; padding:0 20px;
  font-family: var(--e-global-typography-text-font-family,'Poppins'),sans-serif;
  color: var(--e-global-color-text,#221C4A); }
.pyb-hero{ text-align:center; padding:48px 0 8px; }
.pyb-hero h1{ font-family: var(--e-global-typography-primary-font-family,'Poppins'),cursive;
  font-size:clamp(28px,5vw,44px); margin:0 0 8px; line-height:1.1; }
.pyb-lede{ color:#6C6785; max-width:640px; margin:0 auto 28px; }

.pyb-toolbar{ display:flex; gap:12px; align-items:center; flex-wrap:wrap;
  justify-content:center; margin:0 0 24px; }
#pyb-q{ flex:1; min-width:260px; max-width:520px; height:52px; border:2px solid #E7DECF;
  border-radius:30px; padding:0 22px; font:inherit; font-size:16px; background:#fff;
  color:#221C4A; outline:none; transition:border-color .15s,box-shadow .15s; }
#pyb-q:focus{ border-color:#FF6B5E; box-shadow:0 0 0 4px rgba(255,107,94,.15); }

.pyb-toggle{ display:inline-flex; background:#fff; border:2px solid #E7DECF;
  border-radius:30px; padding:4px; gap:4px; }
.pyb-toggle button{ border:0; background:transparent; font:inherit; font-weight:600;
  color:#6C6785; padding:9px 18px; border-radius:24px; cursor:pointer; transition:all .15s; }
.pyb-toggle button.on{ background: var(--e-global-color-primary,#221C4A); color:#fff; }
.pyb-toggle button:focus-visible{ outline:3px solid #FF6B5E; outline-offset:2px; }

.pyb-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
  gap:20px; padding-bottom:64px; }

/** IMAGE LISTE */
.pyb-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
  gap:20px; padding-bottom:64px; align-items:start; }

.pyb-card{ display:block; position:relative; text-decoration:none;
  background:#fff; border-radius:16px; padding:10px;      /* le cadre blanc */
  box-shadow:0 2px 10px rgba(34,28,74,.08);
  transition:transform .18s, box-shadow .18s; }
.pyb-card:hover,.pyb-card:focus-visible{ transform:translateY(-5px);
  box-shadow:0 14px 30px rgba(34,28,74,.18); outline:none; }
.pyb-card:focus-visible{ box-shadow:0 0 0 3px #FF6B5E; }

.pyb-thumb{ position:relative; width:100%; border-radius:10px; overflow:hidden;
  background: var(--e-global-color-primary,#221C4A); }
.pyb-thumb img{ width:100%; height:auto; display:block; }   /* image entière, ratio réel */
.pyb-ph{ display:flex; align-items:center; justify-content:center; min-height:150px;
  color:#fff; font-family:'Poppins',cursive; font-size:20px; text-align:center; padding:12px; }

.pyb-flag{ position:absolute; top:8px; right:8px; z-index:2;
  background:rgba(255,255,255,.92); color:#221C4A; font-size:12px; font-weight:600;
  padding:3px 10px; border-radius:20px; }


.pyb-ph{ display:flex; align-items:center; justify-content:center; min-height:160px;
  color:#fff; font-family:'Poppins',cursive; font-size:20px; text-align:center; padding:12px; }



.pyb-name{ position:absolute; left:14px; bottom:12px; z-index:2; color:#fff;
  font-family:'Poppins',cursive; font-size:22px; line-height:1.1; }
.pyb-flag{ position:absolute; top:10px; right:10px; z-index:2;
  background:rgba(255,255,255,.92); color:#221C4A; font-size:12px; font-weight:600;
  padding:3px 10px; border-radius:20px; }
  


/** BODY */
.pyb-body{ padding:14px 16px 16px; }
.pyb-go{ color:#C24A3F; font-size:13px; font-weight:600; margin-top:4px;
  display:inline-flex; align-items:center; gap:5px; }

#pyb-map{ height:560px; border-radius:16px; border:1px solid #EFE6D7; margin-bottom:64px; }
.hidden{ display:none!important; }

.pyb-pop img{ width:100%; border-radius:8px; margin-bottom:8px; }
.pyb-pop b{ font-family:'Poppins',cursive; font-size:16px; color:#221C4A; }
.pyb-pop a{ color:#C24A3F; font-weight:600; text-decoration:none; font-size:13px; }
.pyb-empty{ grid-column:1/-1; text-align:center; color:#6C6785; padding:48px 0; }

/* BOUTONS */
.pyb-anchors{
  display:flex !important; 
  gap:16px; 
  justify-content:center !important;
  flex-wrap:wrap; 
  margin:24px 0;
}
.pyb-btn{
  display:inline-flex; align-items:center; justify-content:center;
  background:linear-gradient(90deg,#e867a0,#fbb037);
  color:#fff !important; text-decoration:none !important;
  padding:16px 30px; border:none; border-radius:5px; cursor:pointer;
  font-family:'Poppins',sans-serif; font-size:15px; font-weight:700; line-height:1.07;
  text-transform:none;
  box-shadow:0 4px 15px #fbb03766;
  transition:transform .15s, box-shadow .15s;
}
.pyb-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 20px #fbb03788;
}
.pyb-btn-soft{
  display:inline-flex; align-items:center; justify-content:center;
  background:#fdeeee;                 /* rose pâle */
  color:#f08a7a !important;                      /* texte corail */
  border:1px solid #f6c9c2;           /* bordure corail clair */
  text-decoration:none !important;
  padding:16px 30px; border-radius:8px; cursor:pointer;
  font-family:'Poppins',sans-serif; font-size:15px; font-weight:600;
  text-align:center; transition:background .15s, transform .15s;
}
.pyb-btn-soft:hover{
  background:#fbe4e4;
  transform:translateY(-2px);
}

@media (max-width:520px){
  .pyb-anchors .pyb-btn,
  .pyb-anchors .pyb-btn-soft{ flex:1 1 100%; }
}

/* défilement doux + décalage sous le header fixe */
html{ scroll-behavior:smooth; }
:target{ scroll-margin-top:100px; }   /* ajuste à la hauteur de ton header Elementor */

/** DEPARTS */
.pyb-departs{ padding-top:16px; }
.pyb-departs-map{ height:460px; border-radius:16px; overflow:hidden;
  border:1px solid #EFE6D7; margin-bottom:32px; }

.pyb-departs-cols{ display:grid; grid-template-columns:1fr 1fr; gap:32px; padding-bottom:64px; }
.pyb-departs-title{ font-size:22px !important; color:#221C4A !important;
  text-align:center; margin:0 0 18px; }

.pyb-depart-item{ display:flex; align-items:center; gap:12px;
  background:#e8eefc; border-radius:30px; padding:11px 18px; margin-bottom:12px;
  font-weight:600; color:#221C4A;font-size:0.8em; }
.pyb-depart-ico{ flex:0 0 auto; width:34px; height:34px; border-radius:50%;
  background:#cdddf5; display:flex; align-items:center; justify-content:center; font-size:15px; }

@media (max-width:640px){ .pyb-departs-cols{ grid-template-columns:1fr; gap:8px; } }

/* ===== FICHE DESTINATION (single) ===== */
.pyb-single{ max-width:820px; margin:0 auto; padding:0 20px 64px;
  font-family: var(--e-global-typography-text-font-family,'Poppins'),sans-serif; color:#221C4A; }
.pyb-single-top{ text-align:center; padding:32px 0 8px; }

.pyb-single-hero{ background:linear-gradient(90deg,#f96d9d,#fbb04a);
  border-radius:20px; padding:36px 32px 46px; margin:16px 0 24px;
  clip-path:polygon(0 0,100% 0,100% 84%,0 100%); }
.pyb-single-kicker{ display:block; color:#fff; font-weight:700; letter-spacing:.08em;
  text-transform:uppercase; font-size:15px; }
.pyb-single-hero h1{ color:#fff; font-family:'Poppins',cursive; font-weight:800;
  font-size:clamp(36px,7vw,64px); margin:4px 0 0; line-height:1; }

.pyb-carousel{ position:relative; border-radius:18px; overflow:hidden; margin-bottom:36px;
  box-shadow:0 8px 30px rgba(34,28,74,.12); }
.pyb-car-viewport{ overflow:hidden; }
.pyb-car-track{ display:flex; transition:transform .4s ease; }
.pyb-car-slide{ flex:0 0 100%; }
.pyb-car-slide img{ width:100%; height:440px; object-fit:cover; display:block; }
.pyb-car-prev,.pyb-car-next{ position:absolute; top:50%; transform:translateY(-50%);
  width:44px; height:44px; border-radius:50%; border:none; cursor:pointer;
  background:rgba(255,255,255,.55); color:#221C4A; font-size:24px;
  display:flex; align-items:center; justify-content:center; transition:background .15s; }
.pyb-car-prev:hover,.pyb-car-next:hover{ background:rgba(255,255,255,.9); }
.pyb-car-prev{ left:14px; } .pyb-car-next{ right:14px; }

.pyb-article{ background:#f7f8fc; border-radius:16px; padding:28px 30px; margin-bottom:24px;     font-size: 0.9em;}
.pyb-article h2{ font-family:'Poppins',cursive; font-weight:800; font-size:2em !important;
  color:#221C4A; margin:0 0 6px; }
.pyb-article h2::after{ content:''; display:block; width:56px; height:4px; border-radius:4px;
  background:linear-gradient(90deg,#7b61ff,#c04bd6); margin:10px 0 14px; }
.pyb-article p{ color:#4a4763; line-height:1.8; margin:0 0 12px; }

.pyb-conclusion{ background:linear-gradient(120deg,#6d6fd8,#8a5fc0); color:#fff;
  border-radius:18px; padding:30px 32px; margin:8px 0 28px; }
.pyb-conclusion h2{ font-family:'Poppins',cursive; font-weight:800; font-size:26px; margin:0 0 10px; }
.pyb-conclusion p{ margin:0; line-height:1.7; color:#fff; }

.pyb-cta{ display:flex; flex-direction:column; align-items:center; text-align:center;
  text-decoration:none !important; background:linear-gradient(90deg,#f96d9d,#fbb04a);
  color:#fff !important; border-radius:12px; padding:18px 24px; margin:0 0 40px;
  font-weight:700; font-size:18px; box-shadow:0 6px 20px rgba(251,176,74,.45); transition:transform .15s; }
.pyb-cta:hover{ transform:translateY(-2px); }
.pyb-cta small{ font-weight:500; font-size:13px; opacity:.95; margin-top:2px; }

.pyb-single-map-wrap h2{ font-family:'Poppins',cursive; font-weight:800; font-size:26px; margin:0 0 16px; }
#pyb-single-map{ height:380px; border-radius:16px; overflow:hidden; border:1px solid #EFE6D7; }

.bravo-card-container {
  position: relative;
  width: 90%;
  max-height: 250px;
  min-height: 180px;
  /*aspect-ratio: 450 / 320;*/
  background: linear-gradient(135deg, #ff6b9d 0%, #ffa07a 50%, #ffb74d 100%);
  border-radius: 20px 20px 0 0;
  overflow: visible;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);*/
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  margin-top: 50px;
}

.logo {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 80px;
  height: 80px;
  background: #ff7895;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.alpha-symbol {
  position: relative;
  font-size: calc(min(90vw, 450px) * 0.11);
  font-weight: bold;
  color: white;
}
.bravo-span {
  font-size: 25px;
  font-weight: 600;
  color: white;
  line-height: 35.476px;

}

.bravo-text {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 58.45px;
  font-style: normal;
  font-weight: 800;
  line-height: 65.476px; /* 112.021% */
  letter-spacing: -2.338px;
  text-transform: uppercase;
 
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
}

.wave::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  clip-path: polygon(
    0% 100%,
    0% 100%,
    5% 96%,
    10% 92%,
    15% 88%,
    20% 84%,
    25% 80%,
    30% 76%,
    35% 72%,
    40% 68%,
    45% 64%,
    50% 60%,
    55% 56%,
    60% 52%,
    65% 48%,
    70% 45%,
    75% 42%,
    80% 40%,
    82% 39%,
    84% 38.5%,
    86% 38%,
    88% 38%,
    90% 38.5%,
    92% 39%,
    94% 40%,
    95% 40.5%,
    96% 41%,
    97% 41.5%,
    98% 42%,
    99% 42.5%,
    100% 43%,
    100% 100%
  );
}
.title-text {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 43.647px;
  font-style: normal;
  font-weight: 800;
  line-height: 36.43px; /* 83.465% */
  letter-spacing: -1.746px;
  text-transform: uppercase;
}

.subtitle-text {
  margin-top: 20px;
}
@media (max-width:600px){
  .pyb-grid{
    grid-template-columns:1fr 1fr;   /* 2 villes côte à côte */
    gap:12px;
  }
  .pyb-card{ padding:6px; border-radius:12px; }   /* cadre blanc plus fin */
  .pyb-thumb{ border-radius:8px; }
  .pyb-flag{ font-size:10px; padding:2px 8px; top:6px; right:6px; }  /* pastille plus petite */
}