.tvcf-webtv-nav{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:10px 0;
  margin:0 0 18px;
}

.tvcf-webtv-nav a{
  flex:0 0 auto;
  padding:8px 14px;
  background:#f2f2f2;
  border-radius:20px;
  text-decoration:none;
  font-size:14px;
  color:#1a1a1a;
  white-space:nowrap;
}

.tvcf-webtv-nav a:active{
  background:#ddd;
}

.tvcf-webtv-grid{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  margin:14px 0 28px;
  border-radius:14px;
}

.tvcf-webtv-grid iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

html{
  scroll-behavior:smooth;
}

.tvcf-webtv-cta{
  margin:-12px 0 28px;
}

.tvcf-webtv-btn{
  display:inline-block;
  padding:10px 14px;
  border-radius:12px;
  background:#f2f2f2;
  color:#1a1a1a;
  text-decoration:none;
  font-weight:600;
}

/* ===== Entêtes services Bassin ===== */

.bassin-header{
  background:#eef3f8;
  border:1px solid #d7e1ec;
  border-radius:22px;
  padding:28px 18px 32px;
  margin:12px 0 24px;
}

.bassin-header-inner{
  max-width:900px;
  margin:auto;
  text-align:center;
}

.bassin-kicker{
  display:inline-block;
  background:#e3ebf7;
  color:#2a4368;
  padding:8px 16px;
  border-radius:999px;
  font-size:11px;
  font-weight:600;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:16px;
}

.bassin-title{
  margin:0;
  font-family:Georgia, "Times New Roman", serif;
  font-size:42px;
  color:#0f2a44;
  font-weight:700;
  line-height:1.15;
}

.bassin-subtitle{
  max-width:760px;
  margin:12px auto 0;
  font-size:18px;
  line-height:1.5;
  color:#425066;
}

@media (max-width:768px){
  .bassin-title{
    font-size:30px;
  }

  .bassin-subtitle{
    font-size:16px;
  }

  .bassin-header{
    padding:22px 14px 26px;
  }
}

/* ===== PAGE SORTIR HUB ===== */

.sortir-hub{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding:0 28px 80px;
  color:#142132;
  box-sizing:border-box;
}

.sortir-hub a{
  text-decoration:none;
}

/* HERO */

.sortir-hero-full{
  position:relative;
  width:100%;
  height:260px;
  margin-top:16px;
  border-radius:28px;
  overflow:visible;
  background-image:url("https://tvcapferret.com/wp-content/uploads/2026/03/Point-aux-chevaux.jpeg");
  background-size:cover;
  background-position:center 35%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.sortir-hero-overlay{
  position:absolute;
  inset:0;
  border-radius:28px;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0.35) 0%,
    rgba(0,0,0,0.55) 100%
  );
}

.sortir-hero-content{
  position:relative;
  z-index:2;
  max-width:850px;
  padding:18px 24px 88px;
  color:#fff;
}

.sortir-hero-kicker{
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:11px;
  margin-bottom:8px;
  color:rgba(255,255,255,0.85);
}

.sortir-hero-title{
  margin:0 0 10px;
  font-family:Georgia, serif;
  font-size:clamp(32px,4vw,46px);
  line-height:1.05;
  color:#fff;
}

.sortir-hero-intro{
  margin:0 auto;
  max-width:680px;
  font-size:15px;
  line-height:1.5;
  color:rgba(255,255,255,0.9);
}

/* BLOC LIVE */

.sortir-live{
  position:absolute;
  left:50%;
  bottom:-30px;
  transform:translateX(-50%);
  width:100%;
  max-width:980px;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.sortir-live__meta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  padding:6px 14px;
  font-size:11px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#142132;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(6px);
  border:1px solid rgba(0,0,0,0.06);
  border-radius:999px;
  box-shadow:0 6px 16px rgba(0,0,0,0.06);
}

.sortir-live__dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ff3b30;
  box-shadow:0 0 6px rgba(255,59,48,0.7);
}

.sortir-live__stats{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}

/* ===== Pastilles indicateurs ===== */

.sortir-live__pill{
  display:flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(6px);
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:0 8px 18px rgba(0,0,0,0.08);
  text-decoration:none;
  color:inherit;
  transition:transform .15s ease, box-shadow .15s ease;
}

.sortir-live__pill:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(0,0,0,0.12);
}

.sortir-live__pill::before{
  display:inline-block;
  font-size:0.95rem;
  line-height:1;
  margin-right:6px;
  opacity:0.75;
}

.sortir-live__pill--cinema::before{
  content:"🎬";
}

.sortir-live__pill--marche::before{
  content:"🧺";
}

.sortir-live__pill--sortie::before{
  content:"🎉";
}

.sortir-live__value{
  display:inline-block;
  min-width:1.4em;
  font-weight:700;
  font-size:1.05rem;
  color:#9b8758;
  text-shadow:0 1px 0 rgba(255,255,255,0.4);
  transition:transform .25s ease, opacity .25s ease;
  text-decoration:none;
}

.sortir-live__value.is-animating{
  transform:translateY(-2px);
  opacity:0.85;
}

.sortir-live__label{
  text-transform:uppercase;
  font-size:0.78rem;
  letter-spacing:0.08em;
  color:#6b7280;
  text-decoration:none;
}

.sortir-live__pill,
.sortir-live__pill:hover,
.sortir-live__pill:focus,
.sortir-live__pill:active{
  text-decoration:none !important;
}

.sortir-live__pill .sortir-live__value,
.sortir-live__pill .sortir-live__label{
  text-decoration:none !important;
}

/* LAYOUT */

.sortir-hub__layout{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(320px,380px);
  gap:32px;
  margin-top:66px;
  align-items:start;
  position:relative;
  z-index:5;
}

.sortir-right{
  display:grid;
  grid-template-rows:auto auto;
  gap:24px;
  align-self:start;
}

/* CARTES */

.sortir-card{
  border:1px solid #e7e1d4;
  border-radius:26px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,0.15);
  display:flex;
  flex-direction:column;
  height:auto;
}

.sortir-card__image{
  width:100%;
  height:190px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transition:transform 0.4s ease;
}

.sortir-card:hover .sortir-card__image{
  transform:scale(1.05);
}

.sortir-card__image--agenda{
  height:240px;
  background-image:url("https://tvcapferret.com/wp-content/uploads/2026/03/coucher-de-oleil-sur-le-bassin-Grande.jpeg");
}

.sortir-card__image--market{
  background-image:url("https://tvcapferret.com/wp-content/uploads/2026/03/Marches-du-bassin.jpeg");
}

.sortir-card__image--cinema{
  background-image:url("https://tvcapferret.com/wp-content/uploads/2026/03/Cinemas-du-bassin-arcachon.jpeg");
}

.sortir-card__body{
  padding:24px 22px 26px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.sortir-card__label{
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:14px;
  color:#9b8758;
}

.sortir-card__title{
  font-family:Georgia, serif;
  font-size:1.65rem;
  line-height:1.12;
  margin:0 0 14px;
  color:#142132;
}

.sortir-card__text{
  line-height:1.8;
  margin:0 0 20px;
  color:#5b6573;
}

.sortir-card__link{
  font-weight:700;
  border-bottom:1px solid rgba(19,32,51,0.24);
  padding-bottom:3px;
  color:#132033;
  align-self:flex-start;
}

/* BLOC ÉDITORIAL */

.sortir-hub__editorial{
  max-width:900px;
  margin:80px auto 0;
  padding-top:30px;
  border-top:1px solid #e2dbcd;
  text-align:center;
}

.sortir-hub__editorial-title{
  font-family:Georgia, serif;
  font-size:clamp(1.9rem,2.4vw,2.6rem);
  margin:0 0 16px;
}

.sortir-hub__editorial p{
  line-height:1.9;
  color:#56616f;
  margin:0 0 14px;
}

.seo-sorties-bassin{
  max-width:900px;
  margin:60px auto 0;
  font-size:14px;
  line-height:1.6;
  color:#6f7785;
}

/* TABLETTE */

@media (max-width:1000px){
  .sortir-hub__layout{
    grid-template-columns:1fr;
  }

  .sortir-right{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
}

/* MOBILE */

@media (max-width:720px){
  .sortir-hub{
    padding:0 18px 60px;
  }

  .sortir-hero-full{
    height:240px;
    min-height:240px;
    border-radius:22px;
  }

  .sortir-hero-overlay{
    border-radius:22px;
  }

  .sortir-hero-content{
    padding:18px 18px 70px;
  }

  .sortir-hero-title{
    font-size:28px;
    line-height:1.1;
    margin-bottom:6px;
  }

  .sortir-hero-intro{
    display:none;
  }

  .sortir-live{
    width:calc(100% - 24px);
    bottom:-34px;
  }

  .sortir-live__meta{
    font-size:10px;
    padding:5px 10px;
  }

  .sortir-live__stats{
    gap:8px;
  }

  .sortir-live__pill{
    padding:6px 10px;
  }

  .sortir-live__value{
    font-size:0.95rem;
  }

  .sortir-live__label{
    font-size:0.82rem;
  }

  .sortir-hub__layout{
    display:block;
    margin-top:54px;
  }

  .sortir-right{
    display:block;
    margin-top:24px;
  }

  .sortir-right .sortir-card{
    margin-bottom:24px;
  }

  .sortir-right .sortir-card:last-child{
    margin-bottom:0;
  }

  .sortir-card{
    height:auto !important;
    min-height:0 !important;
  }

  .sortir-card__image{
    height:180px;
  }

  .sortir-card__image--agenda{
    height:210px;
  }

  .sortir-card__body{
    padding:22px 20px 24px;
    display:block;
  }

  .sortir-card__text{
    margin-bottom:18px;
  }
}

/* Résultats bureaux */

.resultats-bureaux details{
  border:1px solid #ddd;
  border-radius:6px;
  margin-bottom:12px;
  padding:8px;
  background:#fafafa;
}

.resultats-bureaux summary{
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  padding:6px 4px;
}

.resultats-bureaux table{
  width:100%;
  border-collapse:collapse;
  margin-top:8px;
  font-size:14px;
}

.resultats-bureaux td,
.resultats-bureaux th{
  padding:6px;
  border-bottom:1px solid #eee;
}

.resultats-bureaux .votes th{
  background:#f3f3f3;
}
/* =========================================================
   TVCapFerret — HEADER CLEAN V1
   Remplace tous les anciens blocs header
   Desktop + mobile propres
   ========================================================= */

:root{
  --tvcf-header-bg:#ffffff;
  --tvcf-header-border:#ececec;
  --tvcf-header-text:#68707a;
  --tvcf-header-text-strong:#30363d;
  --tvcf-header-muted:#7b8490;
  --tvcf-header-blue-soft:#eaf2ff;
  --tvcf-header-blue-text:#2457a2;
  --tvcf-header-blue-soft-2:#edf3fb;
  --tvcf-header-blue-text-2:#2c5e9f;
  --tvcf-header-gold:#9a7420;
  --tvcf-header-max:1320px;
  --tvcf-header-shadow:0 8px 24px rgba(0,0,0,.05);
}

/* Base header */
.site-header,
#masthead,
.ast-primary-header-bar,
.main-header-bar,
.ast-builder-grid-row-container,
.ast-builder-layout-element,
.ast-mobile-header-wrap,
.ast-above-header-wrap,
.ast-below-header-wrap{
  background:var(--tvcf-header-bg) !important;
}

.site-header,
#masthead,
.ast-primary-header-bar,
.main-header-bar{
  border-bottom:1px solid var(--tvcf-header-border) !important;
  box-shadow:none !important;
}

#masthead .ast-builder-grid-row-container,
#masthead .ast-builder-grid-row{
  max-width:var(--tvcf-header-max) !important;
  width:100% !important;
  margin:0 auto !important;
  padding-left:18px !important;
  padding-right:18px !important;
  box-sizing:border-box !important;
}

#masthead .ast-builder-grid-row{
  align-items:center !important;
}

/* =========================
   TOPLINE DESKTOP
   ========================= */
@media (min-width:1025px){

  .tvcf-topline{
    width:100%;
    background:#fff;
    border-bottom:1px solid rgba(0,0,0,.06);
  }

  .tvcf-topline__inner{
    max-width:var(--tvcf-header-max);
    margin:0 auto;
    padding:10px 18px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:16px;
  }

  .tvcf-topline__brand{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
  }

  .tvcf-topline__logo{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    flex:0 0 auto;
  }

  .tvcf-topline__logo img{
    display:block;
    width:auto;
    height:34px;
  }

  .tvcf-topline__tag{
    font-size:.74rem;
    color:var(--tvcf-header-muted);
    font-weight:600;
    white-space:nowrap;
    line-height:1;
  }

  .tvcf-topline__nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    flex-wrap:wrap;
  }

  .tvcf-topline__nav a{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    text-decoration:none;
    color:var(--tvcf-header-text-strong);
    font-size:.92rem;
    font-weight:800;
    letter-spacing:0;
    transition:background .18s ease,color .18s ease;
  }

  .tvcf-topline__nav a:hover{
    background:#f5f7fa;
    color:#1f2d3a;
  }

  .tvcf-topline__nav a.is-highlight{
    background:var(--tvcf-header-blue-soft);
    color:var(--tvcf-header-blue-text);
    box-shadow:none;
  }

  .tvcf-topline__nav a.is-highlight:hover{
    background:#dfeaff;
    color:#1f4c8d;
  }

  .tvcf-topline__actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    white-space:nowrap;
  }

  .tvcf-topline__channel{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    text-decoration:none;
    background:var(--tvcf-header-blue-soft-2);
    color:var(--tvcf-header-blue-text-2);
    font-size:.92rem;
    font-weight:800;
    transition:background .18s ease,color .18s ease;
  }

  .tvcf-topline__channel:hover{
    background:#e3edf9;
    color:#234f8a;
  }

  .tvcf-topline__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    text-decoration:none;
    background:#f5f6f8;
    color:#5b6570;
    font-size:.95rem;
    transition:background .18s ease,color .18s ease;
  }

  .tvcf-topline__icon:hover{
    background:#eceff3;
    color:#30363d;
  }

  .tvcf-topline__langs{
    display:flex;
    align-items:center;
    gap:6px;
    padding-left:2px;
  }

  .tvcf-topline__langs a{
    text-decoration:none;
    font-size:.95rem;
    line-height:1;
    transition:opacity .18s ease;
  }

  .tvcf-topline__langs a:hover{
    opacity:.9;
  }

  /* =========================
     LIGNE 2 ASTRA = secondaire
     ========================= */

  .ast-primary-header-bar,
  .main-header-bar{
    min-height:38px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  .ast-builder-grid-row,
  .main-header-bar .ast-container,
  .ast-primary-header-bar .ast-builder-grid-row{
    min-height:38px !important;
    align-items:center !important;
  }

  .main-header-menu,
  .ast-header-navigation .main-header-menu,
  .ast-builder-menu-1 .main-header-menu{
    display:flex;
    align-items:center;
    gap:0 !important;
    background:transparent !important;
  }

  .main-header-menu > .menu-item,
  .ast-header-navigation .main-header-menu > .menu-item,
  .ast-builder-menu-1 .main-header-menu > .menu-item{
    margin:0 2px !important;
  }

  .main-header-menu > .menu-item > a,
  .ast-header-navigation .main-header-menu > .menu-item > a,
  .ast-builder-menu-1 .main-header-menu > .menu-item > a,
  .main-header-menu .menu-link{
    color:var(--tvcf-header-text) !important;
    background:transparent !important;
    text-decoration:none !important;
    font-weight:700 !important;
    font-size:.78rem !important;
    line-height:1 !important;
    min-height:38px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    padding-left:7px !important;
    padding-right:7px !important;
    letter-spacing:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .main-header-menu > .menu-item > a:hover,
  .main-header-menu > .menu-item > a:focus,
  .ast-header-navigation .main-header-menu > .menu-item > a:hover,
  .ast-header-navigation .main-header-menu > .menu-item > a:focus,
  .main-header-menu .menu-link:hover,
  .main-header-menu .menu-link:focus{
    color:var(--tvcf-header-text-strong) !important;
    background:transparent !important;
  }

  /* item actif sans pilule */
  .main-header-menu > .current-menu-item > a,
  .main-header-menu > .current-menu-ancestor > a,
  .ast-header-navigation .main-header-menu > .current-menu-item > a,
  .ast-header-navigation .main-header-menu > .current-menu-ancestor > a{
    color:var(--tvcf-header-text-strong) !important;
    font-weight:800 !important;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  /* annule les anciennes pilules résiduelles */
  .main-header-menu > .menu-item:nth-child(2) > a,
  .ast-builder-menu-1 .main-header-menu > .menu-item:nth-child(2) > a,
  .ast-desktop a[href*="la-chaine-youtube-de-tvcap-ferret"]{
    min-height:38px !important;
    padding-left:7px !important;
    padding-right:7px !important;
    margin:0 !important;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
    font-size:.78rem !important;
  }

  /* sous-menu */
  .main-header-menu .sub-menu,
  .ast-desktop .main-header-menu .sub-menu,
  .ast-header-navigation .sub-menu{
    background:#fff !important;
    border:1px solid var(--tvcf-header-border) !important;
    border-radius:10px !important;
    box-shadow:var(--tvcf-header-shadow) !important;
    padding:8px 0 !important;
  }

  .main-header-menu .sub-menu a,
  .ast-desktop .main-header-menu .sub-menu a,
  .ast-header-navigation .sub-menu a{
    display:block !important;
    background:transparent !important;
    color:#666b70 !important;
    text-decoration:none !important;
    font-size:13px !important;
    line-height:1.3 !important;
    padding:9px 14px !important;
    transition:background .18s ease,color .18s ease,padding-left .18s ease !important;
  }

  .main-header-menu .sub-menu a:hover,
  .main-header-menu .sub-menu a:focus,
  .ast-desktop .main-header-menu .sub-menu a:hover,
  .ast-desktop .main-header-menu .sub-menu a:focus,
  .ast-header-navigation .sub-menu a:hover,
  .ast-header-navigation .sub-menu a:focus{
    background:#f7f7f7 !important;
    color:#42464b !important;
    padding-left:18px !important;
  }

  .main-header-menu .menu-item-has-children > a,
  .ast-header-navigation .menu-item-has-children > a{
    color:var(--tvcf-header-text) !important;
  }

  .main-header-menu .menu-item-has-children > a .ast-icon,
  .main-header-menu .menu-item-has-children > a svg,
  .ast-header-navigation .menu-item-has-children > a .ast-icon,
  .ast-header-navigation .menu-item-has-children > a svg,
  .main-header-menu .menu-link .icon-arrow svg{
    color:var(--tvcf-header-text) !important;
    fill:var(--tvcf-header-text) !important;
    opacity:.58;
    transform:scale(.78);
  }

  .ast-header-search .astra-search-icon,
  .ast-desktop .ast-search-icon,
  .ast-desktop .menu-link-search{
    color:#30363d !important;
  }

  /* sticky simple et propre */
  #masthead{
    position:sticky;
    top:0;
    z-index:9999;
    background:rgba(255,255,255,.96);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
  }

  body.tvcf-scrolled #masthead{
    box-shadow:0 8px 22px rgba(0,0,0,.07) !important;
    border-bottom:1px solid rgba(0,0,0,.06) !important;
    background:rgba(255,255,255,.98) !important;
  }
}

/* =========================
   MOBILE / TABLETTE
   ========================= */
@media (max-width:1024px){

  .tvcf-topline{
    display:none !important;
  }

  .ast-mobile-header-wrap,
  .ast-mobile-header-wrap .main-header-bar,
  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-header-break-point .main-header-bar,
  .ast-header-break-point .ast-primary-header-bar,
  .ast-header-break-point #masthead,
  .ast-mobile-header-wrap .ast-builder-layout-element,
  .ast-mobile-header-wrap .ast-builder-grid-row-container,
  .ast-mobile-header-wrap .ast-builder-grid-row{
    background:#ffffff !important;
    background-color:#ffffff !important;
  }

  .ast-header-break-point .main-header-menu,
  .ast-header-break-point .main-navigation,
  .ast-header-break-point .main-navigation ul,
  .ast-header-break-point .main-navigation ul.sub-menu,
  .ast-header-break-point .ast-builder-menu-mobile .main-header-menu{
    background:#ffffff !important;
  }

  .ast-header-break-point .main-header-menu li a,
  .ast-header-break-point .main-navigation ul li a,
  .ast-header-break-point .menu-item > a{
    color:#666b70 !important;
    background:transparent !important;
  }

  .ast-header-break-point .main-header-menu li a:hover,
  .ast-header-break-point .main-navigation ul li a:hover,
  .ast-header-break-point .menu-item > a:hover{
    color:#42464b !important;
    background:#f7f7f7 !important;
  }

  .site-title{
    margin:0 !important;
    font-size:.88rem !important;
    line-height:1.05 !important;
    font-weight:800 !important;
    letter-spacing:.02em !important;
  }

  .site-description{
    display:none !important;
  }
}
/* =========================================================
   TVCapFerret - Topline Astra 2 blocs
   Bloc 1 = logo
   Bloc 2 = menu + actions
   ========================================================= */
@media (min-width:1025px){

  /* Logo */
  .tvcf-topline__logo{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    line-height:0;
  }

  .tvcf-topline__logo img{
    display:block !important;
    height:58px !important;
    width:auto !important;
    max-width:190px !important;
    max-height:none !important;
    object-fit:contain;
  }

  /* Centre */
  .tvcf-topline__center{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    width:100%;
  }

  /* Menu éditorial */
  .tvcf-topline__nav{
    display:flex;
    align-items:center;
    gap:2px;
    flex-wrap:wrap;
  }

  .tvcf-topline__nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 11px;
    border-radius:999px;
    text-decoration:none;
    color:#2f3740;
    font-size:.92rem;
    font-weight:800;
    white-space:nowrap;
    transition:background .18s ease,color .18s ease;
  }

  .tvcf-topline__nav a:hover{
    background:#f4f7fb;
    color:#1f2d3a;
  }

  .tvcf-topline__nav a.is-active{
    background:#dfeaff;
    color:#1f4f91;
    font-weight:900;
  }

  .tvcf-topline__nav a.is-active:hover{
    background:#d5e4ff;
    color:#173f7a;
  }

  /* Actions */
  .tvcf-topline__actions{
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
  }

  .tvcf-topline__channel{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:0 10px;
    border-radius:999px;
    text-decoration:none;
    background:#edf3fb;
    color:#2a5a97;
    font-size:.84rem;
    font-weight:800;
    transition:background .18s ease,color .18s ease;
  }

  .tvcf-topline__channel:hover{
    background:#e3edf9;
    color:#234f8a;
  }

  .tvcf-topline__langs{
    display:flex;
    align-items:center;
    gap:5px;
  }

  .tvcf-topline__langs a{
    text-decoration:none;
    font-size:.88rem;
    line-height:1;
  }
}
@media (min-width:1025px){

  .tvcf-topline__logo img{
    height:54px !important;
    max-width:220px !important;
  }

  .tvcf-topline__center{
    gap:14px;
  }

  .tvcf-topline__nav{
    gap:0;
  }

  .tvcf-topline__nav a{
    padding:0 10px;
    font-size:.90rem;
  }

  .tvcf-topline__actions{
    gap:6px;
  }

  .tvcf-topline__channel{
    font-size:.82rem;
    padding:0 9px;
  }
}
/* =========================================================
   Astra - Sous-menus niveau 3 visibles
   ========================================================= */
@media (min-width:1025px){

  /* base : niveau 2 */
  .main-header-menu .sub-menu{
    overflow: visible !important;
  }

  /* niveau 3 */
  .main-header-menu .sub-menu .sub-menu{
    left: 100% !important;
    right: auto !important;
    top: 0 !important;
    margin-left: 0 !important;
  }

  /* si le menu parent est proche du bord droit, on ouvre vers la gauche */
  .main-header-menu > .menu-item:last-child .sub-menu .sub-menu,
  .main-header-menu > .menu-item:nth-last-child(2) .sub-menu .sub-menu,
  .main-header-menu > .menu-item:nth-last-child(3) .sub-menu .sub-menu{
    left: auto !important;
    right: 100% !important;
    margin-right: 0 !important;
  }
}
h1 {
  font-size: clamp(1.625rem, 3vw, 2.125rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.tvcf-topline__langs{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:14px;
}
.tvcf-topline__langs{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:12px;
}

.tvcf-topline__langs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:16px;
  border-radius:3px;
  overflow:hidden;
  flex:0 0 22px;
  line-height:1;
  text-decoration:none;
  box-shadow:0 1px 4px rgba(0,0,0,.12);
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.tvcf-topline__langs a:hover{
  transform:translateY(-1px);
  box-shadow:0 3px 8px rgba(0,0,0,.18);
  opacity:.95;
}

.tvcf-topline__langs img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Icône globe */
.tvcf-topline__langs a.tvcf-lang-world{
  width:22px;
  height:22px;
  flex:0 0 22px;
  border-radius:999px;
  overflow:visible;
  box-shadow:none;
  font-size:15px;
  background:transparent;
}

.tvcf-topline__langs a.tvcf-lang-world:hover{
  box-shadow:none;
}
.tvcf-lang-world span{
  display:block;
  font-size:18px;
  line-height:1;
}
.tvcf-topline__radio-player{
  display:inline-flex;
  align-items:center;
  margin:0 6px;
  line-height:0;
}

.tvcf-topline__radio-player audio{
  width:150px;
  height:32px;

  border-radius:999px;
  overflow:hidden;

  box-shadow:0 2px 8px rgba(15,23,42,.08);
}

/* Mobile : plus compact */
@media (max-width:768px){
  .tvcf-topline__radio-player audio{
    width:120px;
    height:30px;
  }
}
/* bouton header */
.tvcf-topline__radio-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  text-decoration:none;
  font-size:16px;
  line-height:1;
  transition:.2s ease;
}

.tvcf-topline__radio-toggle:hover{
  transform:translateY(-1px);
  background:rgba(15,23,42,.05);
}

/* widget radio */
.tvcf-radio-widget{
  position:fixed;
  bottom:20px;
  right:20px;
  width:300px;
  max-width:90vw;

  background:#fff;
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.25);

  overflow:hidden;
  z-index:9999;

  transform:translateY(120%);
  opacity:0;
  transition:.3s ease;
}

/* actif */
body.tvcf-radio-open .tvcf-radio-widget{
  transform:translateY(0);
  opacity:1;
}

/* header widget */
.tvcf-radio-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 14px;
  font-size:14px;
  font-weight:700;
  background:#1e7fcb;
  color:#fff;
}

.tvcf-radio-header button{
  background:none;
  border:none;
  color:#fff;
  font-size:16px;
  cursor:pointer;
}
.tvcf-topline__radio-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  text-decoration:none;
  font-size:16px;
  line-height:1;
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.tvcf-topline__radio-toggle:hover{
  transform:translateY(-1px);
  background:rgba(15,23,42,.05);
  box-shadow:0 2px 8px rgba(15,23,42,.10);
}

.tvcf-radio-widget{
  position:fixed;
  right:20px;
  bottom:20px;
  width:320px;
  max-width:calc(100vw - 20px);
  background:#fff;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.24);
  overflow:hidden;
  z-index:9999;

  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
  pointer-events:none;
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.tvcf-radio-widget:target{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}

.tvcf-radio-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 14px;
  background:#1e7fcb;
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.tvcf-radio-close{
  color:#fff;
  text-decoration:none;
  font-size:18px;
  line-height:1;
}

.tvcf-radio-widget iframe{
  display:block;
  width:100%;
  height:365px;
  border:0;
}

@media (max-width:768px){
  .tvcf-radio-widget{
    right:10px;
    left:10px;
    bottom:10px;
    width:auto;
    max-width:none;
  }
}.tvcf-topline__radio-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  text-decoration:none;
  font-size:16px;
  line-height:1;
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.tvcf-topline__radio-toggle:hover{
  transform:translateY(-1px);
  background:rgba(15,23,42,.05);
  box-shadow:0 2px 8px rgba(15,23,42,.10);
}

.tvcf-radio-widget{
  position:fixed;
  right:20px;
  bottom:20px;
  width:320px;
  max-width:calc(100vw - 20px);
  background:#fff;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.24);
  overflow:hidden;
  z-index:9999;

  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
  pointer-events:none;
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.tvcf-radio-widget:target{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}

.tvcf-radio-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 14px;
  background:#1e7fcb;
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.tvcf-radio-close{
  color:#fff;
  text-decoration:none;
  font-size:18px;
  line-height:1;
}

.tvcf-radio-widget iframe{
  display:block;
  width:100%;
  height:365px;
  border:0;
}

@media (max-width:768px){
  .tvcf-radio-widget{
    right:10px;
    left:10px;
    bottom:10px;
    width:auto;
    max-width:none;
  }
}