/*
Theme Name: Élites Boréal Québec
Theme URI: https://elitesboreal.ca
Author: Élites Boréal Québec
Description: Thème WordPress officiel pour le club de volleyball Élites Boréal Québec. Gestion des équipes, entraîneurs, nouvelles et événements.
Version: 3.1.5
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: elites-boreal
*/

/* ------------------------------------------------------------------
   Élites Boréal — Live score / match cards
   ------------------------------------------------------------------ */
.eb-live-section{padding:70px 0}.eb-live-header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.eb-live-header h2{margin:5px 0 0}.eb-live-auto{font-size:13px;opacity:.65}.eb-live-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#d63638;vertical-align:middle;margin-left:6px;box-shadow:0 0 0 5px rgba(214,54,56,.10)}.eb-live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.eb-live-card{background:#fff;border:1px solid #e3e7ec;border-radius:20px;padding:24px;box-shadow:0 14px 35px rgba(20,35,55,.08)}.eb-live-card-top{display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;font-size:11px;letter-spacing:.08em;font-weight:700;color:#6b7280}.eb-live-pill{display:inline-flex;align-items:center;gap:7px;color:#c62828}.eb-live-pill i{width:8px;height:8px;border-radius:50%;background:#d63638}.eb-live-card h3{font-size:17px;margin:18px 0 22px}.eb-live-matchup{display:grid;grid-template-columns:1fr 72px 1fr;gap:10px;align-items:center;text-align:center}.eb-live-matchup>div{min-width:0}.eb-live-matchup strong{display:block;font-size:15px;line-height:1.25;min-height:38px}.eb-live-matchup b{display:block;font-size:48px;line-height:1;font-weight:800;margin-top:8px}.eb-live-vs{font-weight:800;font-size:12px;letter-spacing:.08em;color:#8a94a3}.eb-live-vs span{display:block}.eb-live-vs small{display:block;margin-top:8px;font-size:11px;letter-spacing:.08em;color:#18263a}.eb-live-sets{margin:22px auto 0;text-align:center;font-size:12px;letter-spacing:.08em;color:#6b7280}.eb-live-sets strong{font-size:18px;color:#172235;margin:0 6px}.eb-live-location{margin-top:20px;padding-top:15px;border-top:1px solid #edf0f3;font-size:13px;color:#657080}.eb-live-location span{font-size:18px}.eb-live-follow{display:flex;justify-content:space-between;align-items:center;margin-top:18px;text-decoration:none;font-weight:800}.eb-live-empty{grid-column:1/-1;padding:30px;border:1px dashed #ccd3dc;border-radius:16px;text-align:center}.eb-live-empty strong,.eb-live-empty span{display:block}.eb-live-empty span{margin-top:6px;color:#727b88;font-size:14px}@media(max-width:760px){.eb-live-grid{grid-template-columns:1fr}.eb-live-header{align-items:start;flex-direction:column}.eb-live-card{padding:20px}.eb-live-matchup{grid-template-columns:1fr 52px 1fr}.eb-live-matchup b{font-size:40px}}


/* ------------------------------------------------------------------
   Programmes & perfectionnement
   ------------------------------------------------------------------ */
.eb-programs-page{overflow:hidden}.eb-programs-hero{position:relative}.eb-programs-intro{background:#f6f8fa}.eb-programs-intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:start}.eb-programs-intro h2{font-size:clamp(36px,5vw,62px);line-height:.98;margin:12px 0}.eb-programs-intro h2 em{font-style:normal}.eb-programs-intro-grid>div:last-child{max-width:680px;font-size:17px;line-height:1.8;color:#536170}.eb-programs-list{background:#fff}.eb-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.eb-program-card{background:#fff;border:1px solid #e4e9ee;border-radius:22px;overflow:hidden;box-shadow:0 15px 40px rgba(18,35,52,.08);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.eb-program-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(18,35,52,.13)}.eb-program-image{height:210px;display:block;overflow:hidden;background:#0c2235}.eb-program-image img{width:100%;height:100%;object-fit:cover;display:block}.eb-program-image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-decoration:none;background:linear-gradient(135deg,#0c2235,#173c58)}.eb-program-image-fallback span{font-size:58px}.eb-program-image-fallback small{margin-top:8px;font-size:10px;letter-spacing:.16em;font-weight:900;color:#b8cddd}.eb-program-body{padding:23px;display:flex;flex-direction:column;flex:1}.eb-program-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.eb-program-status{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-size:10px;line-height:1;font-weight:900;letter-spacing:.06em;text-transform:uppercase;background:#eef3f6;color:#526273}.eb-program-status:before{content:'';width:7px;height:7px;border-radius:50%;background:#8393a2;margin-right:7px}.eb-program-status.status-open{background:#eaf7ef;color:#18733b}.eb-program-status.status-open:before{background:#21a45b}.eb-program-status.status-full{background:#fff1f1;color:#a42c2c}.eb-program-status.status-full:before{background:#d63638}.eb-program-status.status-closed{background:#f0f1f2;color:#626b75}.eb-program-arrow{font-size:22px;color:#7e8b98}.eb-program-body h3{font-size:24px;line-height:1.1;margin:18px 0 9px}.eb-program-body h3 a{text-decoration:none;color:inherit}.eb-program-excerpt{color:#667484;font-size:14px;line-height:1.6;margin:0 0 15px}.eb-program-meta{display:grid;gap:10px;margin-top:7px}.eb-program-meta span{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;font-size:13px;color:#435365;line-height:1.35}.eb-program-meta b{font-size:9px;letter-spacing:.1em;color:#8a97a4}.eb-program-bottom{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:22px}.eb-program-bottom>strong{font-size:18px}.eb-program-bottom .btn{white-space:nowrap}.eb-program-empty{padding:35px;border:1px dashed #ccd5de;border-radius:18px;text-align:center}.eb-program-empty strong,.eb-program-empty span{display:block}.eb-program-empty span{margin-top:6px;color:#697786}.home-programs{background:#f7f9fb}.eb-programs-cta{margin-top:0}.eb-program-single{overflow:hidden}.eb-program-single-hero{background:#0b2235;color:#fff;padding:75px 0}.eb-program-single-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:55px;align-items:center}.eb-back-link{display:inline-block;color:#b7cad8;text-decoration:none;font-size:13px;margin-bottom:22px}.eb-program-single-hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:18px 0}.eb-program-lead{font-size:18px;line-height:1.7;color:#b8c8d4;max-width:650px}.eb-program-single-media{border-radius:22px;overflow:hidden;min-height:330px;background:#173a53;box-shadow:0 25px 60px rgba(0,0,0,.25)}.eb-program-single-media img{width:100%;height:100%;min-height:330px;object-fit:cover;display:block}.eb-program-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:70px;align-items:start}.eb-program-content{font-size:17px;line-height:1.85;color:#445466}.eb-program-info-card{border:1px solid #e0e6eb;border-radius:22px;padding:28px;background:#fff;box-shadow:0 18px 45px rgba(18,35,52,.08);position:sticky;top:30px}.eb-program-info-card h2{margin:8px 0 22px;font-size:30px}.eb-program-detail-list{border-top:1px solid #e7ebef}.eb-program-detail-list>div{display:grid;grid-template-columns:95px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #e7ebef}.eb-program-detail-list b{font-size:9px;letter-spacing:.1em;color:#8996a3}.eb-program-detail-list span{font-size:14px;color:#34475a}.eb-program-register{width:100%;justify-content:center;margin-top:22px}.home-programs .eb-program-card:nth-child(n+4){display:none}@media(max-width:1000px){.eb-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eb-programs-intro-grid,.eb-program-single-grid,.eb-program-detail-grid{grid-template-columns:1fr}.eb-program-info-card{position:static}.eb-program-single-media{order:-1;min-height:260px}.eb-program-single-media img{min-height:260px}}@media(max-width:650px){.eb-program-grid{grid-template-columns:1fr}.eb-program-image{height:190px}.eb-programs-intro-grid{gap:25px}.eb-program-single-hero{padding:50px 0}.eb-program-single-grid{gap:30px}.eb-program-detail-grid{gap:35px}.home-programs .eb-program-card:nth-child(n+3){display:none}}


.eb-contact-page{overflow:hidden}.eb-contact-hero{background:#0b2235;color:#fff;padding:82px 0}.eb-contact-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:50px;align-items:center}.eb-contact-hero h1{font-size:clamp(48px,7vw,82px);line-height:.95;margin:16px 0 20px}.eb-contact-hero p{max-width:700px;color:#b9c8d4;font-size:18px;line-height:1.7;margin:0}.eb-contact-hero-mark{width:190px;height:190px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:68px;font-weight:900}.eb-contact-main{background:#f7f9fb}.eb-contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:70px;align-items:start}.eb-contact-info h2{font-size:clamp(38px,5vw,62px);line-height:1;margin:12px 0 20px}.eb-contact-lead,.eb-contact-editorial{font-size:17px;line-height:1.8;color:#536170;max-width:680px}.eb-contact-editorial p{margin:0 0 18px}.eb-contact-details{margin-top:38px;border-top:1px solid #dce2e8}.eb-contact-details>div{display:flex;gap:16px;padding:19px 0;border-bottom:1px solid #dce2e8}.eb-contact-details>div>span{width:38px;height:38px;border-radius:50%;background:#0b2235;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 38px}.eb-contact-details strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.eb-contact-details a,.eb-contact-details p{color:#526273;text-decoration:none;margin:0;font-size:15px}.eb-contact-card{background:#fff;border:1px solid #e0e6eb;border-radius:24px;padding:32px;box-shadow:0 20px 50px rgba(18,35,52,.09)}.eb-contact-form{display:grid;gap:18px}.eb-contact-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.eb-contact-form label{display:grid;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#536170}.eb-contact-form input,.eb-contact-form textarea{width:100%;box-sizing:border-box;border:1px solid #d7dee5;border-radius:10px;background:#fff;padding:13px 14px;font:inherit;font-size:15px;color:#172235;text-transform:none;letter-spacing:0;font-weight:400;outline:none}.eb-contact-form input:focus,.eb-contact-form textarea:focus{border-color:#173c58;box-shadow:0 0 0 3px rgba(23,60,88,.08)}.eb-contact-form textarea{resize:vertical;min-height:150px}.eb-contact-form .btn{border:0;cursor:pointer;justify-content:center}.eb-contact-alert{padding:14px 16px;border-radius:12px;margin-bottom:18px;font-size:14px;font-weight:700}.eb-contact-alert.success{background:#eaf7ef;color:#18733b}.eb-contact-alert.error{background:#fff0f0;color:#a42c2c}@media(max-width:850px){.eb-contact-hero-inner,.eb-contact-grid{grid-template-columns:1fr}.eb-contact-hero-mark{display:none}.eb-contact-grid{gap:40px}.eb-contact-row{grid-template-columns:1fr}}@media(max-width:650px){.eb-contact-hero{padding:55px 0}.eb-contact-card{padding:22px}}

/* Icône Facebook dans le menu */
.main-nav .menu-item-facebook > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.main-nav .menu-item-facebook > a:hover,
.main-nav .menu-item-facebook > a:focus {
  color: #39c6f4;
}
.main-nav .eb-facebook-icon {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  fill: currentColor;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* V34 — historique des sets et programme de tournoi */
.eb-set-history-card,.eb-tournament-schedule-card{margin-top:28px;padding:28px;border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(10,35,70,.08)}
.eb-set-history-card h2,.eb-tournament-schedule-card h2{margin:6px 0 20px}
.eb-set-history-table{border:1px solid #e6edf5;border-radius:14px;overflow:hidden}
.eb-set-history-head,.eb-set-history-row{display:grid;grid-template-columns:1fr 1fr 1fr 2fr;gap:12px;align-items:center;padding:13px 16px}
.eb-set-history-head{background:#f3f7fb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.eb-set-history-row{border-top:1px solid #edf1f5}
.eb-tournament-public-list{display:grid;gap:10px}
.eb-tournament-public-match{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 18px;border:1px solid #e6edf5;border-radius:14px}
.eb-tournament-public-match strong{display:block}.eb-tournament-public-match em{font-style:normal;opacity:.5;margin:0 5px}.eb-tournament-public-match span{display:block;font-size:13px;opacity:.7;margin-top:5px}
.eb-tournament-public-score{display:flex!important;align-items:center;gap:8px}.eb-tournament-public-score strong{font-size:24px}.eb-tournament-public-score span{margin:0}.eb-tournament-public-score small{margin-left:10px;font-size:13px;opacity:.7}
@media(max-width:700px){.eb-set-history-head,.eb-set-history-row{grid-template-columns:.7fr 1fr 1fr 1.5fr;font-size:12px}.eb-tournament-public-match{align-items:flex-start}.eb-tournament-public-score{flex-wrap:wrap}}


/* V36 - diffusion YouTube des matchs */
.eb-live-video-card{grid-column:1/-1;width:min(1400px,calc(100vw - 80px));margin:0 auto 36px;position:relative;left:50%;transform:translateX(-50%);background:#fff;border:1px solid rgba(15,32,58,.10);border-radius:22px;padding:22px;box-shadow:0 14px 35px rgba(15,32,58,.07)}
.eb-live-video-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.eb-live-video-head h2{margin:4px 0 0}.eb-live-video-badge{display:inline-flex;align-items:center;gap:6px;background:#e31b3f;color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;letter-spacing:.05em}.eb-live-video-frame{position:relative;width:100%;aspect-ratio:16/9;background:#07111f;border-radius:16px;overflow:hidden}.eb-live-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.eb-live-video-link{margin:12px 0 0;text-align:right;font-size:14px}.eb-live-video-link a{font-weight:700}
@media(max-width:700px){.eb-live-video-card{padding:14px;border-radius:16px}.eb-live-video-head{align-items:flex-start}.eb-live-video-head h2{font-size:20px}.eb-live-video-frame{border-radius:12px}}


/* V37 — Twitch Live */
.eb-twitch-frame{width:100%;aspect-ratio:16/9;min-height:0;background:#0b0b0f;overflow:hidden;border-radius:16px}
.eb-twitch-frame iframe{display:block;width:100%;height:100%;min-height:0;border:0}
.eb-twitch-channel-label{margin:.25rem 0 0;opacity:.72;font-size:.9rem}
@media(max-width:700px){.eb-live-video-card{width:calc(100vw - 24px);left:50%;transform:translateX(-50%);padding:14px;border-radius:14px}.eb-twitch-frame,.eb-twitch-frame iframe{min-height:0}}


/* V39 — protection vidéo + médiathèque rediffusions */
.eb-video-lock-card{padding:55px 30px;text-align:center;background:linear-gradient(135deg,#10141d,#171d29);color:#fff;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.eb-video-lock-card{max-width:760px;margin:34px auto;padding:48px 42px;text-align:center;background:linear-gradient(145deg,#ffffff,#f4f7fb);border:1px solid rgba(15,38,62,.10);border-radius:24px;box-shadow:0 22px 60px rgba(9,30,52,.12)}.eb-video-lock-icon{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;font-size:30px;background:#eef4fa;box-shadow:inset 0 0 0 1px rgba(13,77,143,.08)}.eb-video-lock-card .eyebrow{display:inline-block;font-weight:900;letter-spacing:.14em;color:#0d4d8f;font-size:11px}.eb-video-lock-card h2{margin:10px 0 8px;font-size:clamp(25px,3vw,38px);line-height:1.1;color:#0b1d2d}.eb-video-lock-card p{max-width:620px;opacity:.68;margin:0 auto 26px}.eb-video-unlock-form{display:flex;align-items:stretch;gap:12px;width:min(620px,100%);margin:0 auto}.eb-password-field{position:relative;display:flex;align-items:center;flex:1;min-width:0;background:#fff;border:1px solid #d6e0e9;border-radius:14px;box-shadow:0 6px 18px rgba(11,31,48,.06);transition:.18s ease}.eb-password-field:focus-within{border-color:#0d4d8f;box-shadow:0 0 0 4px rgba(13,77,143,.10),0 8px 24px rgba(11,31,48,.08)}.eb-password-leading{margin-left:15px;font-size:18px}.eb-password-field input{width:100%;min-width:0;padding:16px 10px 16px 11px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:16px;color:#102335}.eb-password-field input::placeholder{color:#8a98a6}.eb-password-toggle{flex:0 0 auto;padding:8px 12px!important;border:0!important;background:transparent!important;color:#0d4d8f!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important}.eb-video-unlock-button{display:flex;align-items:center;justify-content:center;gap:18px;min-width:190px;padding:0 20px!important;border:0!important;border-radius:14px!important;background:#0d4d8f!important;color:#fff!important;font-weight:800!important;font-size:15px!important;cursor:pointer!important;box-shadow:0 10px 24px rgba(13,77,143,.22);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.eb-video-unlock-button:hover{background:#0a3e74!important;transform:translateY(-1px);box-shadow:0 14px 28px rgba(13,77,143,.28)}.eb-video-error{background:#fff0f1;color:#9d2637;border:1px solid #f1c8ce;padding:12px 16px;border-radius:12px;margin-bottom:15px;font-weight:700}.eb-replays-hero{padding:90px 0 65px;background:linear-gradient(135deg,#08111e,#13283d);color:#fff}.eb-replays-hero h1{font-size:clamp(42px,6vw,72px);margin:10px 0}.eb-replays-hero p{font-size:20px;max-width:720px;opacity:.82}.eb-replays-content{padding:55px 0 90px}.eb-replays-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.eb-replay-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.09);border:1px solid rgba(0,0,0,.07);transition:transform .2s ease,box-shadow .2s ease}.eb-replay-card:hover{transform:translateY(-3px);box-shadow:0 18px 48px rgba(0,0,0,.13)}.eb-replay-thumb{aspect-ratio:16/9;background:radial-gradient(circle at 50% 45%,#31384a,#0d1017 70%);position:relative;display:flex;align-items:center;justify-content:center;color:#fff}.eb-replay-thumb-inner{display:flex;flex-direction:column;align-items:center;gap:8px}.eb-replay-thumb-inner span{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:28px;padding-left:4px}.eb-replay-thumb-inner small{font-weight:800;letter-spacing:.16em;opacity:.7}.eb-replay-lock{position:absolute;top:15px;right:15px;background:#fff;color:#111;padding:9px 11px;border-radius:999px;font-size:15px}.eb-replay-body{padding:24px}.eb-replay-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:11px;font-weight:900;letter-spacing:.12em;opacity:.62}.eb-replay-body h2{font-size:24px;line-height:1.2;margin:10px 0}.eb-replay-body h2 em{font-style:normal;font-weight:500;opacity:.45}.eb-replay-details,.eb-replay-tournament{margin:7px 0;opacity:.68}.eb-replay-button{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:13px 16px;border-radius:10px;background:#101820;color:#fff;text-decoration:none;font-weight:800}.eb-replay-button:hover{opacity:.9}.eb-empty-state{text-align:center;padding:80px 20px}.eb-empty-state>div{font-size:55px}.eb-empty-state h2{font-size:30px}.eb-empty-state p{opacity:.65}.menu-item-rediffusions a{font-weight:700}
@media(max-width:850px){.eb-replays-grid{grid-template-columns:1fr}.eb-video-lock-card{padding:34px 20px;border-radius:20px}.eb-video-unlock-form{flex-direction:column}.eb-video-unlock-button{width:100%;min-height:54px}.eb-password-field{min-height:54px}.eb-replays-hero{padding:65px 0 45px}.eb-replays-content{padding:35px 0 65px}}


/* ------------------------------------------------------------------
   V43 — Fiche entraîneur : équipes encadrées plus claire et premium
   ------------------------------------------------------------------ */
.eb-coach-teams-section{background:#f7f9fb;padding-top:76px;padding-bottom:86px}
.eb-coach-teams-section .section-head{margin-bottom:30px}
.eb-coach-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.eb-coach-team-card{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:stretch;min-height:116px;background:#fff;border:1px solid #e1e7ed;border-radius:18px;overflow:hidden;text-decoration:none;color:#172235;box-shadow:0 12px 30px rgba(18,35,52,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.eb-coach-team-card:hover{transform:translateY(-3px);border-color:#c7d8e5;box-shadow:0 18px 40px rgba(18,35,52,.12)}
.eb-coach-team-media{background:linear-gradient(145deg,#0b2235,#173c58);display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:116px}
.eb-coach-team-media img{width:100%;height:100%;object-fit:cover;display:block}
.eb-coach-team-mark{width:58px;height:58px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:16px;font-weight:900;letter-spacing:.08em}
.eb-coach-team-body{padding:19px 21px 17px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.eb-coach-team-role{display:inline-flex;align-items:center;align-self:flex-start;margin-bottom:9px;padding:6px 10px;border-radius:999px;background:#e8f7fc;color:#087da5;font-size:10px;line-height:1;font-weight:900;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}
.eb-coach-team-body strong{font-size:20px;line-height:1.18;color:#10283d;overflow-wrap:anywhere}
.eb-coach-team-link{display:block;margin-top:10px;color:#657687;font-size:12px;font-weight:800;transition:color .18s ease}
.eb-coach-team-card:hover .eb-coach-team-link{color:#0b7fa7}
.eb-coach-team-link span{font-size:16px;margin-left:4px}
@media(max-width:760px){.eb-coach-team-grid{grid-template-columns:1fr}.eb-coach-team-card{grid-template-columns:96px minmax(0,1fr);min-height:96px}.eb-coach-team-media{min-height:96px}.eb-coach-team-body{padding:16px}.eb-coach-team-body strong{font-size:18px}}
@media(max-width:480px){.eb-coach-team-card{grid-template-columns:82px minmax(0,1fr)}.eb-coach-team-media{min-height:92px}.eb-coach-team-body strong{font-size:17px}.eb-coach-team-role{font-size:9px;padding:6px 8px}}

.eb-point-history-card{margin-top:28px;padding:28px;border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(10,35,70,.08)}
.eb-point-history-title{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}.eb-point-history-title h2{margin:6px 0 5px}.eb-point-history-title p{margin:0;color:#647383;font-size:14px}.eb-point-history-count{background:#eef5fb;color:#0d4d8f;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}
.eb-point-history-table{border:1px solid #e6edf5;border-radius:14px;overflow:hidden}.eb-point-history-head,.eb-point-history-row{display:grid;grid-template-columns:.65fr 2fr 1fr .8fr;gap:12px;align-items:center;padding:12px 16px}.eb-point-history-head{background:#f3f7fb;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#5a6877}.eb-point-history-row{border-top:1px solid #edf1f5;font-size:14px}.eb-point-history-row:nth-child(even){background:#fbfcfd}.eb-point-history-row.is-set{background:#edf8f1}.eb-point-history-row.is-correction{background:#fff8e8}.eb-point-history-row time{color:#718092;font-variant-numeric:tabular-nums}.eb-point-history-row strong:nth-of-type(2){font-size:18px}
@media(max-width:700px){.eb-point-history-title{display:block}.eb-point-history-count{display:inline-block;margin-top:12px}.eb-point-history-head,.eb-point-history-row{grid-template-columns:.65fr 1.6fr 1fr .8fr;font-size:12px;padding:10px}.eb-point-history-row strong:nth-of-type(2){font-size:15px}}


/* V48 — Portail parent : interface familiale indépendante de wp-admin */
body:has(.eb-parent-app){background:#f4f7fb}
.eb-parent-app{--ep-navy:#071a2c;--ep-blue:#0d4d8f;--ep-cyan:#38bfe8;--ep-ink:#122538;--ep-muted:#6d7b8b;--ep-line:#e6edf3;--ep-bg:#f4f7fb;min-height:calc(100vh - 80px);background:var(--ep-bg);color:var(--ep-ink)}
.eb-parent-topbar{height:78px;background:#fff;border-bottom:1px solid var(--ep-line);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1380px)/2));position:relative;z-index:5}
.eb-parent-brand,.eb-parent-user{display:flex;align-items:center;gap:12px}.eb-parent-brand-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,var(--ep-navy),#0d6098);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950;letter-spacing:.05em;box-shadow:0 8px 20px rgba(7,26,44,.18)}
.eb-parent-brand strong{display:block;font-size:15px;line-height:1.1}.eb-parent-brand small,.eb-parent-user small{display:block;color:#8a96a4;font-size:11px;margin-top:3px}.eb-parent-user{gap:10px}.eb-parent-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8f5fb;color:#087da5;font-weight:900}.eb-parent-user-name{min-width:110px}.eb-parent-user-name strong{display:block;font-size:12px}.eb-parent-user>a{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#758394;text-decoration:none;font-size:18px}.eb-parent-user>a:hover{background:#f1f5f8;color:var(--ep-blue)}
.eb-parent-layout{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 78px)}
.eb-parent-sidebar{background:#fff;border-right:1px solid var(--ep-line);padding:28px 16px;display:flex;flex-direction:column;gap:5px}.eb-parent-nav-label{padding:4px 12px 10px;color:#a0abb7;font-size:9px;font-weight:900;letter-spacing:.16em}.eb-parent-sidebar>a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:11px;color:#6d7b8b;text-decoration:none;font-size:13px;font-weight:750;transition:.16s}.eb-parent-sidebar>a.is-active{background:#edf6fb;color:#0d4d8f}.eb-parent-sidebar>a:hover{background:#f4f7f9;color:#0d4d8f}.eb-parent-sidebar-bottom{margin-top:auto;padding-top:25px;border-top:1px solid var(--ep-line)}.eb-parent-sidebar-bottom a{font-size:12px!important}
.eb-parent-main{padding:44px clamp(22px,4vw,58px) 90px;min-width:0}.eb-parent-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.eb-parent-eyebrow{font-size:10px;line-height:1;font-weight:950;letter-spacing:.16em;color:#0d86ae}.eb-parent-welcome h1{font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;line-height:1;margin:10px 0 9px;color:var(--ep-navy)}.eb-parent-welcome p{margin:0;color:var(--ep-muted);font-size:15px;max-width:680px}.eb-parent-outline,.eb-parent-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:11px;padding:12px 16px;text-decoration:none;font-weight:850;font-size:12px;white-space:nowrap}.eb-parent-outline{border:1px solid #d9e3eb;color:#42576a;background:#fff}.eb-parent-outline:hover{border-color:#b9d2df;color:#0d4d8f}.eb-parent-btn{background:var(--ep-blue);color:#fff;box-shadow:0 8px 20px rgba(13,77,143,.18)}.eb-parent-btn:hover{background:#0a3d72;color:#fff}.eb-parent-btn.secondary{background:#fff;color:#0d4d8f;border:1px solid #dbe5ed;box-shadow:none}.eb-parent-btn.secondary:hover{background:#f5f9fc}
.eb-parent-toast{display:flex;align-items:center;gap:10px;background:#eaf8f0;color:#16723a;border:1px solid #ccebd8;border-radius:12px;padding:12px 15px;margin-bottom:24px;font-size:13px;font-weight:750}.eb-parent-section{margin-bottom:22px}.eb-parent-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:13px}.eb-parent-section-head h2{font-size:25px;margin:6px 0 0;color:var(--ep-navy)}.eb-parent-count{font-size:11px;font-weight:850;color:#738191;background:#fff;border:1px solid var(--ep-line);padding:7px 10px;border-radius:999px}
.eb-parent-child-tabs{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 5px;scrollbar-width:thin}.eb-parent-child-tab{min-width:235px;display:flex;align-items:center;gap:11px;padding:10px 13px;border:1px solid #e0e8ef;background:#fff;border-radius:13px;text-decoration:none;color:#24384a;box-shadow:0 4px 15px rgba(10,35,60,.035);transition:.17s}.eb-parent-child-tab:hover{transform:translateY(-1px);border-color:#c7dce8}.eb-parent-child-tab.is-active{border-color:#acd5e5;box-shadow:0 8px 22px rgba(13,77,143,.09);background:#fbfeff}.eb-parent-child-avatar,.eb-parent-profile-avatar{display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#e8f7fc,#d7edf7);color:#087da5;font-weight:950}.eb-parent-child-avatar{width:38px;height:38px;font-size:13px;flex:0 0 38px}.eb-parent-child-tab strong{display:block;font-size:12px}.eb-parent-child-tab small{display:block;color:#8a96a4;font-size:10px;margin-top:3px}
.eb-parent-child-panel{scroll-margin-top:95px;margin-top:26px}.eb-parent-profile{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--ep-line);border-radius:18px;padding:18px 20px;box-shadow:0 9px 28px rgba(10,35,60,.045)}.eb-parent-profile-avatar{width:54px;height:54px;font-size:18px;flex:0 0 54px}.eb-parent-profile-copy{min-width:0;flex:1}.eb-parent-profile-copy>span{font-size:9px;font-weight:950;letter-spacing:.15em;color:#0d86ae}.eb-parent-profile-copy h2{font-size:24px;line-height:1.1;margin:5px 0 3px;color:var(--ep-navy)}.eb-parent-profile-copy p{margin:0;color:#718091;font-size:12px;font-weight:700}.eb-parent-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0}.eb-parent-stats>div{background:#fff;border:1px solid var(--ep-line);border-radius:14px;padding:15px 17px}.eb-parent-stats small{display:block;color:#8a96a4;font-size:9px;font-weight:900;letter-spacing:.12em}.eb-parent-stats strong{display:block;color:var(--ep-navy);font-size:25px;line-height:1.1;margin-top:6px}
.eb-parent-card{background:#fff;border:1px solid var(--ep-line);border-radius:18px;padding:23px;box-shadow:0 9px 28px rgba(10,35,60,.045);margin-top:12px}.eb-parent-card-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px}.eb-parent-card-head>div>span{font-size:9px;font-weight:950;letter-spacing:.14em;color:#0d86ae}.eb-parent-card-head h3{margin:5px 0 0;font-size:22px;color:var(--ep-navy)}.eb-parent-card-head>a{color:#0d4d8f;text-decoration:none;font-size:11px;font-weight:850}.eb-parent-card-icon{width:34px;height:34px;border-radius:10px;background:#edf7fb;color:#0d86ae;display:grid;place-items:center;font-size:14px}.eb-parent-calendar-card .eb-v46-event{border-color:#edf1f5;padding:14px 0}.eb-parent-calendar-card .eb-v46-event-date{font-size:12px}.eb-parent-calendar-card .eb-v46-event-main h3{font-size:16px}.eb-parent-calendar-card .eb-v46-presence{border-left:0;padding-left:0}.eb-parent-calendar-card .eb-v46-presence select{border-radius:8px;background:#f8fafc;font-size:12px}.eb-parent-no-events{padding:30px 5px;color:#718091;display:flex;flex-direction:column;gap:5px}.eb-parent-no-events strong{color:#33485b;font-size:14px}.eb-parent-no-events span{font-size:12px}.eb-parent-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.eb-parent-info-grid .eb-parent-card{margin-top:12px}.eb-parent-info-grid p{color:#6e7d8d;font-size:13px;line-height:1.65;margin:0 0 15px}.eb-parent-text-link{color:#0d4d8f;text-decoration:none;font-size:11px;font-weight:900}.eb-parent-empty,.eb-parent-login{background:#fff;border:1px solid var(--ep-line);border-radius:20px;padding:60px 30px;text-align:center;box-shadow:0 12px 35px rgba(10,35,60,.05)}.eb-parent-empty-icon,.eb-parent-login-mark{width:66px;height:66px;margin:0 auto 18px;border-radius:20px;background:linear-gradient(145deg,#e8f7fc,#dceefa);color:#0d4d8f;display:grid;place-items:center;font-weight:950;font-size:20px}.eb-parent-empty>span,.eb-parent-login>span{font-size:9px;font-weight:950;letter-spacing:.16em;color:#0d86ae}.eb-parent-empty h2,.eb-parent-login h2{font-size:30px;margin:8px 0;color:var(--ep-navy)}.eb-parent-empty p,.eb-parent-login p{max-width:620px;margin:0 auto 22px;color:#6e7d8d;line-height:1.7;font-size:13px}.eb-parent-login{max-width:650px;margin:50px auto}.eb-parent-login .eb-parent-btn{margin-top:4px}
@media(max-width:900px){.eb-parent-layout{grid-template-columns:1fr}.eb-parent-sidebar{position:sticky;top:0;z-index:4;border-right:0;border-bottom:1px solid var(--ep-line);padding:9px 12px;display:flex;flex-direction:row;overflow-x:auto}.eb-parent-nav-label,.eb-parent-sidebar-bottom{display:none}.eb-parent-sidebar>a{white-space:nowrap;padding:9px 12px}.eb-parent-main{padding-top:30px}.eb-parent-welcome{align-items:flex-start;flex-direction:column}.eb-parent-outline{width:100%}}
@media(max-width:650px){.eb-parent-topbar{height:68px;padding:0 15px}.eb-parent-brand-mark{width:36px;height:36px}.eb-parent-user-name{display:none}.eb-parent-main{padding:24px 14px 55px}.eb-parent-welcome h1{font-size:32px}.eb-parent-child-tabs{margin-right:-14px;padding-right:14px}.eb-parent-child-tab{min-width:210px}.eb-parent-profile{align-items:flex-start;flex-wrap:wrap}.eb-parent-profile .eb-parent-btn{width:100%}.eb-parent-stats{grid-template-columns:repeat(2,1fr)}.eb-parent-info-grid{grid-template-columns:1fr}.eb-parent-card{padding:18px}.eb-parent-calendar-card .eb-v46-event{grid-template-columns:68px 1fr}.eb-parent-calendar-card .eb-v46-presence{grid-column:2;border-top:1px solid #edf1f5;padding-top:10px}.eb-parent-card-head h3{font-size:19px}}

/* V53 — espace parent premium : application familiale indépendante */
body.eb-parent-page-shell{margin:0!important;background:#f5f8fc!important}
body.eb-parent-page-shell .site-header,body.eb-parent-page-shell .site-footer,body.eb-parent-page-shell>.eb-back-to-top{display:none!important}
body.eb-parent-page-shell .eb-parent-app{min-height:100vh;background:#f5f8fc;position:relative;overflow:hidden}
body.eb-parent-page-shell .eb-parent-app:before{content:"";position:absolute;left:0;right:0;top:0;height:335px;background:radial-gradient(circle at 80% 5%,rgba(72,200,239,.26),transparent 30%),linear-gradient(125deg,#061523,#0b2b49 58%,#0d5e8c);z-index:0}
body.eb-parent-page-shell .eb-parent-topbar{height:82px;max-width:1280px;margin:0 auto;padding:0 28px;background:transparent;border:0;color:#fff;position:relative;z-index:3}
body.eb-parent-page-shell .eb-parent-brand{gap:14px}.eb-parent-page-shell .eb-parent-brand-mark{width:48px;height:48px;border-radius:15px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 30px rgba(0,0,0,.15)}
body.eb-parent-page-shell .eb-parent-brand strong{color:#fff;font-size:16px}.eb-parent-page-shell .eb-parent-brand small{color:rgba(255,255,255,.62);text-transform:uppercase;letter-spacing:.08em}
body.eb-parent-page-shell .eb-parent-avatar{width:42px;height:42px;background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.18)}
body.eb-parent-page-shell .eb-parent-user-name strong{color:#fff}.eb-parent-page-shell .eb-parent-user-name small{color:rgba(255,255,255,.58)}
body.eb-parent-page-shell .eb-parent-user>a{color:rgba(255,255,255,.8);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);width:36px;height:36px;border-radius:11px}
body.eb-parent-page-shell .eb-parent-layout{max-width:1280px;display:block;min-height:0;position:relative;z-index:2;padding:0 28px 70px}
body.eb-parent-page-shell .eb-parent-sidebar{position:absolute;top:18px;left:28px;width:calc(100% - 56px);height:auto;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:6px;display:flex;flex-direction:row;gap:4px;box-shadow:0 14px 35px rgba(0,0,0,.08);backdrop-filter:blur(16px)}
body.eb-parent-page-shell .eb-parent-nav-label,body.eb-parent-page-shell .eb-parent-sidebar-bottom{display:none}
body.eb-parent-page-shell .eb-parent-sidebar>a{justify-content:center;gap:8px;padding:10px 15px;border-radius:11px;color:rgba(255,255,255,.78);font-size:11px;font-weight:850}
body.eb-parent-page-shell .eb-parent-sidebar>a.is-active{background:#fff;color:#0b3c68;box-shadow:0 5px 16px rgba(0,0,0,.12)}
body.eb-parent-page-shell .eb-parent-sidebar>a:hover{background:rgba(255,255,255,.14);color:#fff}
body.eb-parent-page-shell .eb-parent-main{padding:128px 0 0;min-width:0}
body.eb-parent-page-shell .eb-parent-welcome{padding:0 18px;margin:0 0 30px;color:#fff;align-items:flex-end}
body.eb-parent-page-shell .eb-parent-eyebrow{font-size:9px;letter-spacing:.18em;color:#8ad9f5}
body.eb-parent-page-shell .eb-parent-welcome h1{font-size:clamp(32px,4.5vw,54px);line-height:1.02;color:#fff;margin:10px 0 8px;letter-spacing:-.045em}
body.eb-parent-page-shell .eb-parent-welcome p{color:rgba(255,255,255,.7);font-size:14px}
body.eb-parent-page-shell .eb-parent-outline{background:#fff;border:0;color:#12344f;padding:12px 17px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.12)}
body.eb-parent-page-shell .eb-parent-section{padding-top:24px;margin:0}.eb-parent-page-shell .eb-parent-section-head{padding:0 18px}.eb-parent-page-shell .eb-parent-section-head h2{font-size:24px;color:#102c43}
body.eb-parent-page-shell .eb-parent-child-tabs{padding:0 18px 5px;gap:12px}.eb-parent-page-shell .eb-parent-child-tab{min-width:260px;padding:12px 15px;border-radius:16px;box-shadow:0 8px 22px rgba(20,55,80,.055)}
body.eb-parent-page-shell .eb-parent-child-avatar{width:42px;height:42px;flex-basis:42px}.eb-parent-page-shell .eb-parent-child-tab strong{font-size:13px;color:#18364e}
body.eb-parent-page-shell .eb-parent-child-panel{margin-top:20px;padding:0 18px}.eb-parent-page-shell .eb-parent-profile{padding:22px 24px;border-radius:20px;box-shadow:0 12px 32px rgba(18,52,79,.06)}
body.eb-parent-page-shell .eb-parent-profile-avatar{width:58px;height:58px;flex-basis:58px}.eb-parent-page-shell .eb-parent-profile-copy h2{font-size:26px;color:#102c43}
body.eb-parent-page-shell .eb-parent-stats{gap:12px;margin:12px 0}.eb-parent-page-shell .eb-parent-stats>div{padding:17px 19px;border-radius:16px;box-shadow:0 7px 20px rgba(18,52,79,.04)}
body.eb-parent-page-shell .eb-parent-stats strong{font-size:28px;color:#0c477a}
body.eb-parent-page-shell .eb-parent-card{border-radius:20px;padding:23px 24px;box-shadow:0 10px 28px rgba(18,52,79,.055)}
body.eb-parent-page-shell .eb-parent-card-head h3{font-size:21px;color:#102c43}.eb-parent-page-shell .eb-parent-card-head>div>span{font-size:8px;letter-spacing:.17em}
body.eb-parent-page-shell .eb-parent-calendar-card{overflow:hidden}.eb-parent-page-shell .eb-parent-calendar-card .eb-v46-event{grid-template-columns:74px minmax(0,1fr) 170px;padding:17px 0}
body.eb-parent-page-shell .eb-parent-calendar-card .eb-v46-event-main h3{font-size:15px}.eb-parent-page-shell .eb-parent-calendar-card .eb-v46-presence{border-left:1px solid #e7edf2;padding-left:15px}
body.eb-parent-page-shell .eb-parent-info-grid{gap:12px}.eb-parent-page-shell .eb-parent-info-grid .eb-parent-card{min-height:150px}
body.eb-parent-page-shell .eb-parent-toast{margin:0 18px 15px}
@media(max-width:900px){body.eb-parent-page-shell .eb-parent-topbar{padding:0 18px}body.eb-parent-page-shell .eb-parent-layout{padding:0 14px 45px}body.eb-parent-page-shell .eb-parent-sidebar{left:14px;width:calc(100% - 28px);overflow-x:auto;white-space:nowrap}body.eb-parent-page-shell .eb-parent-sidebar>a{flex:0 0 auto}body.eb-parent-page-shell .eb-parent-main{padding-top:126px}body.eb-parent-page-shell .eb-parent-welcome{padding:0 8px;align-items:flex-start;flex-direction:column}body.eb-parent-page-shell .eb-parent-outline{width:auto}.eb-parent-page-shell .eb-parent-section-head,.eb-parent-page-shell .eb-parent-child-tabs,.eb-parent-page-shell .eb-parent-child-panel{padding-left:8px;padding-right:8px}}
@media(max-width:650px){body.eb-parent-page-shell .eb-parent-topbar{height:70px;padding:0 14px}body.eb-parent-page-shell .eb-parent-user-name{display:none}body.eb-parent-page-shell .eb-parent-layout{padding:0 10px 35px}body.eb-parent-page-shell .eb-parent-sidebar{left:10px;width:calc(100% - 20px);top:12px}body.eb-parent-page-shell .eb-parent-sidebar>a{font-size:10px;padding:9px 12px}body.eb-parent-page-shell .eb-parent-main{padding-top:118px}body.eb-parent-page-shell .eb-parent-welcome h1{font-size:32px}body.eb-parent-page-shell .eb-parent-outline{width:100%}.eb-parent-page-shell .eb-parent-section-head,.eb-parent-page-shell .eb-parent-child-tabs,.eb-parent-page-shell .eb-parent-child-panel{padding-left:4px;padding-right:4px}.eb-parent-page-shell .eb-parent-child-tab{min-width:230px}.eb-parent-page-shell .eb-parent-profile{padding:18px}.eb-parent-page-shell .eb-parent-stats{gap:8px}.eb-parent-page-shell .eb-parent-stats>div{padding:14px}.eb-parent-page-shell .eb-parent-stats strong{font-size:23px}.eb-parent-page-shell .eb-parent-card{padding:18px}.eb-parent-page-shell .eb-parent-calendar-card .eb-v46-event{grid-template-columns:62px 1fr}.eb-parent-page-shell .eb-parent-calendar-card .eb-v46-presence{grid-column:2;border-left:0;border-top:1px solid #edf1f5;padding:11px 0 0}}

/* V64 — vrai logo du club dans l'Espace famille */
body.eb-parent-page-shell .eb-parent-logo{width:56px;height:56px;border-radius:15px;background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:center;padding:5px;box-sizing:border-box;box-shadow:0 12px 30px rgba(0,0,0,.15);overflow:hidden;text-decoration:none}
body.eb-parent-page-shell .eb-parent-logo .custom-logo-link{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
body.eb-parent-page-shell .eb-parent-logo img.custom-logo{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
@media(max-width:650px){body.eb-parent-page-shell .eb-parent-logo{width:44px;height:44px;border-radius:12px;padding:4px}}

/* V73 — portail parent : logo officiel du site + lien retour propre */
body.eb-parent-page-shell .eb-parent-official-logo{display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:52px!important;background:transparent!important;border:0!important;padding:0!important;margin:0!important;}
body.eb-parent-page-shell .eb-parent-official-logo .custom-logo-link{display:flex!important;align-items:center!important;}
body.eb-parent-page-shell .eb-parent-official-logo .custom-logo{display:block!important;width:auto!important;max-width:190px!important;height:auto!important;max-height:52px!important;object-fit:contain!important;}
body.eb-parent-page-shell .eb-parent-brand > .eb-parent-official-logo + div{min-width:130px;}
body.eb-parent-page-shell .eb-parent-sidebar-bottom a{font-size:12px!important;text-decoration:none!important;}
body.eb-parent-page-shell .eb-parent-sidebar-bottom .eb-parent-nav-text{display:inline!important;}
@media(max-width:650px){body.eb-parent-page-shell .eb-parent-official-logo{height:44px!important;}body.eb-parent-page-shell .eb-parent-official-logo .custom-logo{max-width:150px!important;max-height:44px!important;}}


/* V76 — Espace entraîneur */
.eb-coach-page-shell{background:#f5f8fc;min-height:100vh}.eb-v76-coach-app{width:100%;max-width:1280px;margin:0 auto;padding:34px 28px 50px;box-sizing:border-box;color:#102c43}.eb-v76-coach-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;padding:30px 32px;border-radius:24px;background:linear-gradient(135deg,#0b2235,#164d6a);color:#fff;box-shadow:0 18px 45px rgba(11,34,53,.16)}.eb-v76-coach-hero span,.eb-v76-coach-team-head>div>span,.eb-v76-coach-panel-head span{font-size:10px;font-weight:950;letter-spacing:.15em;color:#8bd5e7}.eb-v76-coach-hero h1{margin:7px 0 7px;font-size:34px;line-height:1.08;color:#fff}.eb-v76-coach-hero p{margin:0;max-width:700px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.6}.eb-v76-coach-back{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:10px 14px;font-size:11px;font-weight:850;white-space:nowrap}.eb-v76-coach-content{margin-top:24px}.eb-v76-coach-team-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px}.eb-v76-coach-team-head h2{margin:4px 0 4px;font-size:28px}.eb-v76-coach-team-head p{margin:0;color:#718091;font-size:12px}.eb-v76-coach-count{background:#e9f7fb;color:#087da5;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:900;white-space:nowrap}.eb-v76-coach-tabs{display:flex;gap:8px;overflow:auto;padding:3px 1px 14px}.eb-v76-coach-tab{border:1px solid #dce4ea;background:#fff;color:#536170;border-radius:999px;padding:10px 15px;font:inherit;font-size:11px;font-weight:900;white-space:nowrap;cursor:pointer}.eb-v76-coach-tab.is-active{background:#0d4d8f;color:#fff;border-color:#0d4d8f}.eb-v76-coach-panel{display:none}.eb-v76-coach-panel.is-active{display:block}.eb-v76-coach-panel-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:3px 0 12px}.eb-v76-coach-panel-head h3{margin:4px 0 0;font-size:25px}.eb-v76-coach-panel-head>a{color:#0d4d8f;text-decoration:none;font-size:11px;font-weight:900}.eb-v76-coach-chat-wrap{background:#fff;border-radius:22px}.eb-v76-coach-empty{padding:70px 24px;text-align:center;background:#fff;border:1px solid #e1e7ed;border-radius:22px}.eb-v76-coach-empty>div{font-size:34px}.eb-v76-coach-empty h2{margin:8px 0}.eb-v76-coach-empty p{color:#718091;font-size:13px}.eb-v76-coach-footer{text-align:center;padding:24px}.eb-v76-coach-footer a{color:#718091;font-size:11px;font-weight:800;text-decoration:none}
@media(max-width:700px){.eb-v76-coach-app{padding:16px 10px 35px}.eb-v76-coach-hero{display:block;padding:23px 20px}.eb-v76-coach-hero h1{font-size:27px}.eb-v76-coach-hero p{font-size:12px}.eb-v76-coach-back{display:inline-block;margin-top:16px}.eb-v76-coach-team-head{align-items:flex-start;flex-direction:column}.eb-v76-coach-team-head h2{font-size:24px}.eb-v76-coach-panel-head{align-items:flex-start;flex-direction:column;gap:7px}.eb-v76-coach-panel-head h3{font-size:22px}}

/* V77 — Portail entraîneur : même langage visuel que l'espace famille, sans double en-tête */
body.eb-coach-page-shell{margin:0!important;background:#f5f8fc!important;color:#102c43!important;min-height:100vh}
body.eb-coach-page-shell .site-header,body.eb-coach-page-shell>header.site-header{display:none!important}
.eb-coach-app{min-height:100vh;background:#f5f8fc}
.eb-coach-topbar{height:82px;background:#081525;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 34px;box-sizing:border-box;box-shadow:0 5px 22px rgba(5,15,27,.16);position:relative;z-index:5}
.eb-coach-brand{display:flex;align-items:center;gap:13px;min-width:0}.eb-coach-brand>div:last-child{display:flex;flex-direction:column;line-height:1.05}.eb-coach-brand strong{font-size:17px;letter-spacing:.02em}.eb-coach-brand small{font-size:9px;color:#91aac0;letter-spacing:.13em;text-transform:uppercase;margin-top:5px}
.eb-coach-official-logo{height:54px;min-width:70px;display:flex;align-items:center;justify-content:center}.eb-coach-official-logo .custom-logo-link{display:flex;align-items:center;justify-content:center;height:54px}.eb-coach-official-logo .custom-logo{display:block;width:auto;max-width:125px;height:auto;max-height:54px;object-fit:contain}
.eb-coach-brand-mark{width:48px;height:48px;border-radius:14px;background:#fff;color:#0d4d8f;display:grid;place-items:center;font-weight:950;font-size:17px}
.eb-coach-user{display:flex;align-items:center;gap:10px}.eb-coach-avatar{width:40px;height:40px;border-radius:50%;background:#0d4d8f;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.eb-coach-user-name{display:flex;flex-direction:column;line-height:1.1}.eb-coach-user-name strong{font-size:12px}.eb-coach-user-name small{font-size:9px;color:#8da5ba;margin-top:4px}.eb-coach-user>a{margin-left:9px;color:#dce8f2;text-decoration:none;font-size:22px;line-height:1}.eb-coach-layout{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:calc(100vh - 82px)}
.eb-coach-sidebar{background:#0b2235;color:#fff;padding:27px 14px 24px;display:flex;flex-direction:column;gap:6px}.eb-coach-nav-label{font-size:9px;letter-spacing:.18em;color:#7190a8;font-weight:900;padding:0 13px 12px}.eb-coach-sidebar>a,.eb-coach-sidebar-bottom a{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.72);text-decoration:none;padding:12px 13px;border-radius:11px;font-size:11px;font-weight:800}.eb-coach-sidebar>a span,.eb-coach-sidebar-bottom a span{width:22px;text-align:center;font-size:15px}.eb-coach-sidebar>a.is-active{background:#fff;color:#0b3c68;box-shadow:0 5px 16px rgba(0,0,0,.12)}.eb-coach-sidebar>a:hover,.eb-coach-sidebar-bottom a:hover{background:rgba(255,255,255,.1);color:#fff}.eb-coach-sidebar-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.09);padding-top:16px}
.eb-coach-main{min-width:0;padding:42px 46px 60px}.eb-coach-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;max-width:1120px;margin:0 auto 34px;padding:0 4px}.eb-coach-welcome>div>span{font-size:9px;letter-spacing:.18em;color:#0d78a6;font-weight:950}.eb-coach-welcome h1{font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 8px;color:#102c43}.eb-coach-welcome p{margin:0;color:#6d7b89;font-size:14px}.eb-coach-site-btn{white-space:nowrap;background:#fff;border:1px solid #dce4ea;border-radius:12px;padding:12px 16px;color:#12344f;text-decoration:none;font-size:11px;font-weight:900;box-shadow:0 8px 22px rgba(18,52,79,.06)}
.eb-coach-section{max-width:1120px;margin:0 auto}.eb-coach-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.eb-coach-section-head>div>span,.eb-coach-panel-head span{font-size:9px;letter-spacing:.17em;color:#0d78a6;font-weight:950}.eb-coach-section-head h2{font-size:27px;margin:5px 0;color:#102c43}.eb-coach-section-head p{margin:0;color:#73808d;font-size:12px}.eb-coach-count{background:#e9f7fb;color:#087da5;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:900;white-space:nowrap}
.eb-coach-tabs{display:flex;gap:8px;overflow:auto;padding:2px 1px 15px}.eb-coach-tab{border:1px solid #dce4ea;background:#fff;color:#536170;border-radius:999px;padding:10px 15px;font:inherit;font-size:11px;font-weight:900;white-space:nowrap;cursor:pointer}.eb-coach-tab.is-active{background:#0d4d8f;color:#fff;border-color:#0d4d8f}.eb-coach-panel{display:none;max-width:1120px;margin:0 auto}.eb-coach-panel.is-active{display:block}.eb-coach-panel-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:2px 0 12px}.eb-coach-panel-head h3{margin:4px 0 0;font-size:23px;color:#102c43}.eb-coach-panel-head>a{color:#0d4d8f;text-decoration:none;font-size:11px;font-weight:900}.eb-coach-chat-wrap{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #e1e7ed;box-shadow:0 12px 32px rgba(18,52,79,.06)}.eb-coach-empty{max-width:1120px;margin:0 auto;padding:70px 24px;text-align:center;background:#fff;border:1px solid #e1e7ed;border-radius:22px;box-shadow:0 12px 32px rgba(18,52,79,.06)}.eb-coach-empty>div{font-size:34px}.eb-coach-empty h2{margin:8px 0;color:#102c43}.eb-coach-empty p{color:#718091;font-size:13px}.eb-coach-footer{background:#081525;color:#8fa3b5;padding:18px 34px;display:flex;justify-content:center;gap:25px;font-size:10px}.eb-coach-footer a{color:#c8d7e4;text-decoration:none;font-weight:800}
@media(max-width:900px){.eb-coach-layout{grid-template-columns:1fr}.eb-coach-sidebar{position:sticky;top:0;z-index:4;flex-direction:row;align-items:center;overflow-x:auto;white-space:nowrap;padding:9px 12px;gap:5px}.eb-coach-nav-label{display:none}.eb-coach-sidebar>a,.eb-coach-sidebar-bottom a{flex:0 0 auto;padding:9px 12px;font-size:10px}.eb-coach-sidebar-bottom{margin:0;border:0;padding:0}.eb-coach-main{padding:30px 20px 45px}.eb-coach-welcome{align-items:flex-start;flex-direction:column}.eb-coach-site-btn{width:auto}}
@media(max-width:600px){.eb-coach-topbar{height:68px;padding:0 14px}.eb-coach-official-logo{height:44px;min-width:50px}.eb-coach-official-logo .custom-logo-link{height:44px}.eb-coach-official-logo .custom-logo{max-width:92px;max-height:44px}.eb-coach-brand strong{font-size:14px}.eb-coach-brand small{font-size:8px}.eb-coach-user-name{display:none}.eb-coach-avatar{width:36px;height:36px}.eb-coach-user>a{font-size:20px}.eb-coach-main{padding:25px 12px 35px}.eb-coach-welcome h1{font-size:31px}.eb-coach-welcome p{font-size:12px}.eb-coach-site-btn{width:100%;text-align:center}.eb-coach-section-head{align-items:flex-start;flex-direction:column}.eb-coach-section-head h2{font-size:24px}.eb-coach-panel-head{align-items:flex-start;flex-direction:column;gap:7px}.eb-coach-panel-head h3{font-size:21px}.eb-coach-footer{padding:16px 12px}}

/* V81 — Espace coach aligné sur l'Espace parent : navigation horizontale + chat identique */
body.eb-coach-page-shell{margin:0!important;padding:0!important;background:#f5f8fc!important;color:#102c43!important;min-width:0!important;overflow-x:hidden!important}
body.eb-coach-page-shell *{box-sizing:border-box}
body.eb-coach-page-shell .eb-coach-app{display:block!important;width:100%!important;max-width:none!important;min-height:100vh!important;margin:0!important;padding:0!important;background:#f5f8fc!important;color:#102c43!important}
body.eb-coach-page-shell .eb-coach-topbar{width:min(1280px,100%)!important;margin:0 auto!important;height:82px!important;padding:0 28px!important;background:#fff!important;color:#102c43!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid #e1e8ee!important;box-shadow:none!important;position:relative!important;z-index:5!important}
body.eb-coach-page-shell .eb-coach-brand{color:#102c43!important}
body.eb-coach-page-shell .eb-coach-brand strong{color:#102c43!important}
body.eb-coach-page-shell .eb-coach-brand small{color:#8a96a4!important}
body.eb-coach-page-shell .eb-coach-official-logo{height:52px!important;min-width:70px!important}
body.eb-coach-page-shell .eb-coach-official-logo .custom-logo-link{height:52px!important}
body.eb-coach-page-shell .eb-coach-official-logo .custom-logo{max-width:190px!important;max-height:52px!important;width:auto!important;height:auto!important}
body.eb-coach-page-shell .eb-coach-brand-mark{background:linear-gradient(145deg,#071a2c,#0d6098)!important;color:#fff!important}
body.eb-coach-page-shell .eb-coach-user{gap:10px!important}
body.eb-coach-page-shell .eb-coach-avatar{background:#e8f5fb!important;color:#087da5!important}
body.eb-coach-page-shell .eb-coach-user-name strong{color:#102c43!important}
body.eb-coach-page-shell .eb-coach-user-name small{color:#8a96a4!important}
body.eb-coach-page-shell .eb-coach-user>a{color:#758394!important}
body.eb-coach-page-shell .eb-coach-user>a:hover{background:#f1f5f8!important;color:#0d4d8f!important}
body.eb-coach-page-shell .eb-coach-layout{width:min(1280px,100%)!important;margin:0 auto!important;padding:112px 28px 70px!important;display:block!important;position:relative!important;min-height:0!important}
body.eb-coach-page-shell .eb-coach-sidebar{position:absolute!important;top:18px!important;left:28px!important;right:28px!important;width:auto!important;height:60px!important;margin:0!important;padding:6px!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important;background:#fff!important;color:#102c43!important;border:1px solid #e1e8ee!important;border-radius:16px!important;box-shadow:0 7px 25px rgba(11,34,53,.05)!important;z-index:10!important;overflow:visible!important}
body.eb-coach-page-shell .eb-coach-nav-label{margin:0 12px 0 10px!important;padding:4px 0!important;white-space:nowrap!important;color:#a0abb7!important;font-size:9px!important}
body.eb-coach-page-shell .eb-coach-sidebar>a,body.eb-coach-page-shell .eb-coach-sidebar-bottom a{display:flex!important;align-items:center!important;gap:7px!important;height:46px!important;padding:0 14px!important;border-radius:11px!important;color:#6d7b8b!important;text-decoration:none!important;white-space:nowrap!important;font-size:13px!important;font-weight:750!important;background:transparent!important;box-shadow:none!important}
body.eb-coach-page-shell .eb-coach-sidebar>a span,body.eb-coach-page-shell .eb-coach-sidebar-bottom a span{width:auto!important;font-size:15px!important;text-align:center!important}
body.eb-coach-page-shell .eb-coach-sidebar>a.is-active{background:#edf6fb!important;color:#0d4d8f!important;box-shadow:none!important}
body.eb-coach-page-shell .eb-coach-sidebar>a:hover,body.eb-coach-page-shell .eb-coach-sidebar-bottom a:hover{background:#f4f7f9!important;color:#0d4d8f!important}
body.eb-coach-page-shell .eb-coach-sidebar-bottom{margin-left:auto!important;margin-top:0!important;padding:0!important;border:0!important;display:flex!important}
body.eb-coach-page-shell .eb-coach-main{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;min-width:0!important}
body.eb-coach-page-shell .eb-coach-welcome,body.eb-coach-page-shell .eb-coach-section,body.eb-coach-page-shell .eb-coach-empty{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
body.eb-coach-page-shell .eb-coach-welcome{margin:0 0 22px!important;padding:0!important}
body.eb-coach-page-shell .eb-coach-section{margin:0!important}
body.eb-coach-page-shell .eb-coach-panel{width:100%!important;max-width:none!important;margin:0!important}
body.eb-coach-page-shell .eb-coach-chat-wrap{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
body.eb-coach-page-shell .eb-v64-chat{display:block!important;width:100%!important;max-width:none!important;margin:0 0 25px!important}
body.eb-coach-page-shell .eb-v64-chat-box{width:100%!important;max-width:none!important}
body.eb-coach-page-shell .eb-v64-chat-messages{width:100%!important;box-sizing:border-box!important}
body.eb-coach-page-shell .eb-v64-chat-form{box-sizing:border-box!important;width:100%!important}
body.eb-coach-page-shell .eb-v64-chat-title h3{font-size:26px!important}
body.eb-coach-page-shell .eb-v64-chat-bubble{max-width:100%!important;overflow-wrap:anywhere!important}
body.eb-coach-page-shell .eb-coach-footer{width:100%!important;margin:0!important;background:#081525!important;color:#8fa3b5!important;padding:18px 34px!important;display:flex!important;justify-content:center!important;gap:25px!important}
body.eb-coach-page-shell .eb-coach-footer a{color:#c8d7e4!important}
@media(max-width:800px){
 body.eb-coach-page-shell .eb-coach-topbar{width:100%!important;height:72px!important;padding:0 15px!important}
 body.eb-coach-page-shell .eb-coach-layout{width:100%!important;padding:92px 15px 45px!important}
 body.eb-coach-page-shell .eb-coach-sidebar{left:15px!important;right:15px!important;top:12px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important}
 body.eb-coach-page-shell .eb-coach-sidebar-bottom{display:none!important}
 body.eb-coach-page-shell .eb-coach-main{padding:0!important}
}
@media(max-width:650px){
 body.eb-coach-page-shell .eb-coach-topbar{height:68px!important;padding:0 12px!important;gap:8px!important}
 body.eb-coach-page-shell .eb-coach-brand{gap:8px!important;min-width:0!important}
 body.eb-coach-page-shell .eb-coach-official-logo{height:44px!important;min-width:50px!important;max-width:150px!important;overflow:hidden!important}
 body.eb-coach-page-shell .eb-coach-official-logo .custom-logo-link{height:44px!important}
 body.eb-coach-page-shell .eb-coach-official-logo .custom-logo{max-width:150px!important;max-height:44px!important}
 body.eb-coach-page-shell .eb-coach-brand > div:last-child{display:none!important}
 body.eb-coach-page-shell .eb-coach-user{gap:6px!important;flex:0 0 auto!important}
 body.eb-coach-page-shell .eb-coach-user-name{display:none!important}
 body.eb-coach-page-shell .eb-coach-avatar{width:34px!important;height:34px!important}
 body.eb-coach-page-shell .eb-coach-layout{padding:82px 10px 30px!important}
 body.eb-coach-page-shell .eb-coach-sidebar{top:10px!important;left:10px!important;right:10px!important;width:auto!important;height:58px!important;padding:5px!important;gap:3px!important;overflow:hidden!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
 body.eb-coach-page-shell .eb-coach-sidebar .eb-coach-nav-label,body.eb-coach-page-shell .eb-coach-sidebar-bottom{display:none!important}
 body.eb-coach-page-shell .eb-coach-sidebar>a{height:46px!important;min-width:0!important;width:100%!important;padding:3px 2px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:3px!important;border-radius:9px!important}
 body.eb-coach-page-shell .eb-coach-sidebar>a span{width:auto!important;font-size:16px!important;height:17px!important}
 body.eb-coach-page-shell .eb-coach-sidebar>a{font-size:9px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
 body.eb-coach-page-shell .eb-coach-welcome{margin-bottom:16px!important}
 body.eb-coach-page-shell .eb-v64-chat{margin:18px 0 25px!important}
 body.eb-coach-page-shell .eb-v64-chat-head{margin-bottom:10px!important}
 body.eb-coach-page-shell .eb-v64-chat-title h3{font-size:21px!important;line-height:1.15!important}
 body.eb-coach-page-shell .eb-v64-chat-title p{font-size:11px!important}
 body.eb-coach-page-shell .eb-v64-chat-actions{margin-top:8px!important}
 body.eb-coach-page-shell .eb-v64-chat-toolbar{padding:10px 12px!important}
 body.eb-coach-page-shell .eb-v64-chat-toolbar b{font-size:11px!important}
 body.eb-coach-page-shell .eb-v64-chat-toolbar span:not(.eb-v64-secure){font-size:9px!important}
 body.eb-coach-page-shell .eb-v64-chat-messages{height:calc(100dvh - 350px)!important;min-height:300px!important;max-height:500px!important;padding:11px!important}
 body.eb-coach-page-shell .eb-v64-chat-msg{max-width:94%!important;gap:6px!important;margin-bottom:11px!important}
 body.eb-coach-page-shell .eb-v64-chat-avatar{width:28px!important;height:28px!important;flex-basis:28px!important;font-size:10px!important}
 body.eb-coach-page-shell .eb-v64-chat-bubble{padding:8px 10px!important;border-radius:14px 14px 14px 4px!important}
 body.eb-coach-page-shell .eb-v64-chat-msg.mine .eb-v64-chat-bubble{border-radius:14px 14px 4px 14px!important}
 body.eb-coach-page-shell .eb-v64-chat-meta strong{font-size:10px!important}
 body.eb-coach-page-shell .eb-v64-chat-meta time{font-size:8px!important}
 body.eb-coach-page-shell .eb-v64-chat-bubble p{font-size:12px!important;line-height:1.45!important}
 body.eb-coach-page-shell .eb-v64-chat-form{gap:6px!important;padding:8px!important}
 body.eb-coach-page-shell .eb-v64-attach,body.eb-coach-page-shell .eb-v64-send{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:11px!important}
 body.eb-coach-page-shell .eb-v64-chat-form textarea{min-height:40px!important;font-size:12px!important;padding:10px!important}
 body.eb-coach-page-shell .eb-v64-chat-status{display:none!important}
 body.eb-coach-page-shell .eb-v64-chat-image{max-width:220px!important}
}

/* V107 — Protection vidéo dans le portail gestionnaire */
.eb-manager-video-protection{grid-column:1/-1;padding:20px;border:1px solid #dfe7ef;border-radius:16px;background:#f7fafc}.eb-manager-video-protection>label:last-of-type{margin-top:12px}.eb-manager-video-protection input[type=password]{width:100%;box-sizing:border-box}.eb-manager-help{display:block;margin-top:7px;opacity:.65;font-size:12px}.eb-manager-video-error{margin-top:12px;padding:10px 13px;border-radius:10px;background:#fff0f1;color:#9d2637;font-weight:700;font-size:13px}

/* V117 — Équipes des entraîneurs sous forme de tags/pills */
.home-coaches .coach-card-teams,
body.post-type-archive-eb_coach .coach-card-teams{
  margin-top:10px;
}
.home-coaches .coach-card-teams-label,
body.post-type-archive-eb_coach .coach-card-teams-label{
  display:block;
  margin-bottom:6px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.58;
}
.home-coaches .coach-team-tags,
body.post-type-archive-eb_coach .coach-team-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}
.home-coaches .coach-team-tag,
body.post-type-archive-eb_coach .coach-team-tag{
  display:inline-flex;
  align-items:center;
  gap:5px;
  max-width:100%;
  padding:5px 8px;
  border:1px solid rgba(13,77,143,.16);
  border-radius:999px;
  background:rgba(13,77,143,.06);
  color:inherit;
  text-decoration:none;
  line-height:1.1;
  font-size:10px;
  font-weight:750;
}
.home-coaches .coach-team-tag:hover,
body.post-type-archive-eb_coach .coach-team-tag:hover{
  transform:translateY(-1px);
}
.home-coaches .coach-team-tag small,
body.post-type-archive-eb_coach .coach-team-tag small{
  font-size:8px;
  font-weight:650;
  opacity:.62;
  white-space:nowrap;
}

/* V114 — Cartes plus compactes : accueil + page Entraîneurs
 * Ne modifie ni les données ni les portails. Uniquement le rendu visuel.
 */
.home-teams .grid.cards-3,
.home-coaches .grid.cards-4{gap:18px}

.home-teams .team-card{
  border-radius:14px;
  box-shadow:0 10px 28px rgba(8,21,37,.065);
}
.home-teams .team-card img{
  height:185px;
}
.home-teams .team-card .card-body{
  padding:16px 17px 17px;
}
.home-teams .team-card .card-body h3{
  font-size:20px;
  margin:5px 0 5px;
}
.home-teams .team-card .card-body p{
  margin:0 0 7px;
  font-size:13px;
}
.home-teams .team-card .tag{
  padding:3px 8px;
  font-size:10px;
}
.home-teams .team-card .card-body a{
  font-size:12px;
}

.home-coaches .coach-card{
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.18);
}
.home-coaches .coach-card img,
.home-coaches .coach-card .coach-placeholder{
  aspect-ratio:4/3;
}
.home-coaches .coach-card>div:last-child{
  padding:13px 15px 15px;
}
.home-coaches .coach-card h3{
  font-size:16px;
  line-height:1.15;
}
.home-coaches .coach-card p{
  font-size:12px;
  margin:2px 0 0;
}

/* Archive /entraineurs/ : même densité visuelle que l'accueil */
body.post-type-archive-eb_coach .grid.cards-4{
  gap:18px;
}
body.post-type-archive-eb_coach .coach-card{
  border-radius:14px;
  box-shadow:0 10px 28px rgba(8,21,37,.07);
}
body.post-type-archive-eb_coach .coach-card img,
body.post-type-archive-eb_coach .coach-card .coach-placeholder{
  aspect-ratio:4/3;
}
body.post-type-archive-eb_coach .coach-card>div:last-child{
  padding:14px 16px 16px;
}
body.post-type-archive-eb_coach .coach-card h3{
  font-size:17px;
  line-height:1.15;
}
body.post-type-archive-eb_coach .coach-card p{
  font-size:12px;
  line-height:1.4;
}
body.post-type-archive-eb_coach .eb-coach-card-teams{
  margin-top:8px!important;
}
body.post-type-archive-eb_coach .eb-coach-card-teams span{
  font-size:10px!important;
  padding:5px 7px!important;
}

@media(max-width:900px){
  .home-teams .team-card img{height:200px}
  .home-coaches .coach-card img,
  .home-coaches .coach-card .coach-placeholder{aspect-ratio:4/3}
}
@media(max-width:650px){
  .home-teams .grid.cards-3,
  .home-coaches .grid.cards-4,
  body.post-type-archive-eb_coach .grid.cards-4{gap:14px}
  .home-teams .team-card img{height:190px}
  .home-coaches .coach-card img,
  .home-coaches .coach-card .coach-placeholder,
  body.post-type-archive-eb_coach .coach-card img,
  body.post-type-archive-eb_coach .coach-card .coach-placeholder{aspect-ratio:16/10}
}


/* V129 — Commanditaires : centrés si la ligne tient, défilement seulement si nécessaire + intro PC en bloc */
.home-sponsors{background:#f7f8fa;border-top:1px solid rgba(0,0,0,.05)}
.home-sponsors-intro{text-align:center;max-width:1120px;margin:0 auto 28px}
.home-sponsors-intro h2{margin:8px 0 10px;white-space:nowrap}
.home-sponsors-intro p{margin:0;color:#646970;font-size:16px;line-height:1.7;white-space:nowrap}
.home-sponsors-grid-desktop{display:none!important}
.home-sponsors-mobile{display:block;overflow:hidden;width:100%;position:relative}
.home-sponsors-mobile-track{display:flex;align-items:center;justify-content:center;width:max-content;min-width:100%;will-change:transform}
.home-sponsors-mobile-group{display:flex;align-items:center;justify-content:center;gap:14px;flex:0 0 auto}
.home-sponsors-mobile .home-sponsor-card{width:170px;flex:0 0 170px;min-width:0}
.home-sponsor-card>a{display:block;height:100%;text-decoration:none}
.home-sponsor-logo{height:96px;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e6e8eb;border-radius:12px;padding:14px;box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease}
.home-sponsor-card>a:hover .home-sponsor-logo{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.07)}
.home-sponsor-logo-img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:68px!important;object-fit:contain!important}
/* Ajoutée par JS uniquement lorsque les logos dépassent réellement la largeur disponible. */
.home-sponsors-mobile.is-moving .home-sponsors-mobile-track{justify-content:flex-start;min-width:max-content;animation:ebHomeSponsorsMarquee var(--eb-sponsor-duration,24s) linear infinite}
.home-sponsors-mobile.is-moving .home-sponsors-mobile-group + .home-sponsors-mobile-group{margin-left:14px}
.home-sponsors-mobile.is-moving:hover .home-sponsors-mobile-track{animation-play-state:paused}
@keyframes ebHomeSponsorsMarquee{from{transform:translateX(0)}to{transform:translateX(calc(-1 * var(--eb-sponsor-loop, 0px)))} }
@media(max-width:1000px){
  .home-sponsors-intro{max-width:900px}
  .home-sponsors-intro h2{font-size:clamp(34px,4.6vw,46px);white-space:normal}
  .home-sponsors-intro p{white-space:normal}
}
@media(max-width:520px){
  .home-sponsors{padding-top:52px;padding-bottom:52px}
  .home-sponsors-intro{margin-bottom:22px}
  .home-sponsors-intro p{font-size:14px}
  .home-sponsors-mobile-group{gap:10px}
  .home-sponsors-mobile .home-sponsor-card{width:145px;flex-basis:145px}
  .home-sponsor-logo{height:82px;padding:10px;border-radius:10px}
  .home-sponsor-logo-img{max-height:58px!important}
}
@media(prefers-reduced-motion:reduce){
  .home-sponsors-mobile.is-moving .home-sponsors-mobile-track{animation:none;transform:none}
}
