/* DirectPlayer 10.3.7 — catégories & localisations 2027 */

.dp1037-directory-shell{
  --dp1037-ink:#102c49;
  --dp1037-blue:#0879d6;
  --dp1037-blue-soft:#eaf5ff;
  --dp1037-line:#dfe8f0;
  --dp1037-muted:#72879a;
  --dp1037-panel:#f6f9fc;
  max-width:1440px;
  margin:0 auto;
  padding:34px clamp(18px,3.4vw,52px) 78px;
}
.dp1037-directory-shell *{box-sizing:border-box}
.dp1037-directory-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
  align-items:center;
  gap:42px;
  min-height:270px;
  padding:46px clamp(26px,4vw,58px);
  border:1px solid #e0e9f1;
  border-radius:30px;
  background:
    radial-gradient(circle at 87% 15%,rgba(27,143,226,.14),transparent 28%),
    linear-gradient(135deg,#fff 0%,#f7fbff 60%,#eef7fd 100%);
  box-shadow:0 20px 55px rgba(20,48,76,.055);
}
.dp1037-directory-hero:before{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  right:-145px;
  bottom:-190px;
  border-radius:50%;
  border:50px solid rgba(34,142,221,.045);
}
.dp1037-directory-hero-copy{position:relative;z-index:2;min-width:0}
.dp1037-directory-hero .eyebrow,.dp1037-section-heading .eyebrow{
  margin:0 0 12px;
  color:#23618f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
  line-height:1.2;
}
.dp1037-directory-hero h1{
  max-width:900px;
  margin:0;
  color:var(--dp1037-ink);
  font-size:clamp(43px,5.1vw,72px);
  font-weight:900;
  line-height:.94;
  letter-spacing:-.055em;
}
.dp1037-directory-hero-copy>p:last-of-type{
  max-width:690px;
  margin:18px 0 0;
  color:#667f94;
  font-size:14px;
  line-height:1.65;
}
.dp1037-hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}
.dp1037-hero-pills span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:0 13px;
  border:1px solid #d8e6f0;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#678096;
  font-size:9px;
  font-weight:850;
  letter-spacing:.065em;
  backdrop-filter:blur(8px);
}
.dp1037-hero-pills b{color:#0f568a;font-size:12px}

/* Catégories */
.dp1037-genre-hero-mark{
  position:relative;
  z-index:2;
  justify-self:end;
  width:min(100%,340px);
  aspect-ratio:1.38/1;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
  border:1px solid rgba(12,84,136,.12);
  border-radius:28px;
  background:linear-gradient(145deg,#103a60,#092844);
  box-shadow:0 22px 48px rgba(8,44,75,.17);
  color:#fff;
}
.dp1037-genre-hero-mark:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at 78% 17%,rgba(67,179,255,.42),transparent 27%);
  pointer-events:none;
}
.dp1037-genre-hero-mark strong{
  position:relative;
  z-index:2;
  font-size:27px;
  line-height:.85;
  letter-spacing:-.06em;
}
.dp1037-signal-dot{
  position:absolute;
  top:28px;
  right:29px;
  width:11px;
  height:11px;
  border-radius:50%;
  background:#69c6ff;
  box-shadow:0 0 0 7px rgba(105,198,255,.13),0 0 24px rgba(105,198,255,.75);
}
.dp1037-signal-lines{
  position:absolute;
  left:27px;
  right:70px;
  top:40px;
  height:74px;
  display:flex;
  align-items:center;
  gap:7px;
  opacity:.86;
}
.dp1037-signal-lines i{
  flex:1;
  max-width:8px;
  border-radius:9px;
  background:linear-gradient(180deg,#79c8ff,#ecf8ff);
}
.dp1037-signal-lines i:nth-child(1),.dp1037-signal-lines i:nth-child(7){height:22px}
.dp1037-signal-lines i:nth-child(2),.dp1037-signal-lines i:nth-child(6){height:42px}
.dp1037-signal-lines i:nth-child(3),.dp1037-signal-lines i:nth-child(5){height:64px}
.dp1037-signal-lines i:nth-child(4){height:78px}

.dp1037-directory-section{padding-top:42px}
.dp1037-section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:20px;
}
.dp1037-section-heading h2{
  margin:0;
  color:var(--dp1037-ink);
  font-size:clamp(26px,2.6vw,38px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.dp1037-section-count{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 13px;
  border:1px solid var(--dp1037-line);
  border-radius:11px;
  color:#6c8295;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
}
.dp1037-genre-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.dp1037-genre-card{
  position:relative;
  overflow:hidden;
  min-width:0;
  aspect-ratio:1.38/1;
  border:1px solid rgba(12,41,67,.09);
  border-radius:24px;
  background:#18344d;
  color:#fff;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(19,45,70,.09);
  isolation:isolate;
  transform:translateZ(0);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.dp1037-genre-card:hover{
  transform:translateY(-4px);
  border-color:rgba(26,125,198,.24);
  box-shadow:0 20px 42px rgba(19,45,70,.15);
}
.dp1037-genre-media,.dp1037-genre-media img,.dp1037-genre-overlay{position:absolute;inset:0}
.dp1037-genre-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:none!important;
  transform:scale(1.001)!important;
  transition:transform .45s ease;
}
.dp1037-genre-card:hover .dp1037-genre-media img{transform:scale(1.045)!important}
.dp1037-genre-overlay{
  z-index:1;
  background:
    linear-gradient(180deg,rgba(5,23,39,.08) 0%,rgba(5,23,39,.04) 34%,rgba(5,23,39,.77) 100%),
    linear-gradient(90deg,rgba(4,29,50,.18),transparent 58%);
}
.dp1037-genre-topline{
  position:absolute;
  z-index:2;
  top:16px;
  left:16px;
  right:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.dp1037-genre-topline small{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:999px;
  background:rgba(6,31,51,.28);
  color:#fff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
  backdrop-filter:blur(10px);
}
.dp1037-genre-topline i{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:50%;
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
  transition:background .2s ease,transform .2s ease;
}
.dp1037-genre-topline svg{width:17px;height:17px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dp1037-genre-card:hover .dp1037-genre-topline i{background:#fff;transform:translate(1px,-1px)}
.dp1037-genre-card:hover .dp1037-genre-topline svg{stroke:#0b5e98}
.dp1037-genre-copy{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:18px;
}
.dp1037-genre-copy small{
  display:block;
  margin-bottom:5px;
  color:rgba(255,255,255,.72);
  font-size:8px;
  font-weight:850;
  letter-spacing:.14em;
}
.dp1037-genre-copy strong{
  display:block;
  color:#fff;
  font-size:clamp(19px,1.6vw,26px);
  font-weight:900;
  line-height:1.03;
  letter-spacing:-.035em;
  text-transform:uppercase;
  text-shadow:0 3px 16px rgba(0,0,0,.25);
}

/* Localisations */
.dp1037-location-hero{grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr)}
.dp1037-location-hero-stats{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  align-self:stretch;
}
.dp1037-location-hero-stats span{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-width:0;
  padding:20px 16px;
  border:1px solid rgba(20,84,132,.12);
  border-radius:20px;
  background:rgba(255,255,255,.74);
  box-shadow:0 12px 30px rgba(21,67,101,.05);
  backdrop-filter:blur(10px);
}
.dp1037-location-hero-stats span:nth-child(2){transform:translateY(14px)}
.dp1037-location-hero-stats small{color:#6c8397;font-size:8px;font-weight:900;letter-spacing:.12em}
.dp1037-location-hero-stats strong{margin-top:7px;color:#0f426a;font-size:36px;line-height:1;letter-spacing:-.05em}
.dp1037-location-levels-section{padding-top:34px}
.dp1037-location-levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.dp1037-location-level-card{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  min-height:126px;
  padding:18px;
  border:1px solid var(--dp1037-line);
  border-radius:20px;
  background:#fff;
  color:var(--dp1037-ink);
  text-decoration:none;
  box-shadow:0 9px 26px rgba(22,52,79,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.dp1037-location-level-card:hover{transform:translateY(-3px);border-color:#b7d8ee;box-shadow:0 16px 34px rgba(19,62,96,.09)}
.dp1037-location-level-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:15px;
  background:#eef7fd;
  color:#0d78c4;
}
.dp1037-location-level-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.dp1037-location-level-copy{min-width:0}
.dp1037-location-level-copy small{display:block;color:#7990a3;font-size:8px;font-weight:900;letter-spacing:.12em}
.dp1037-location-level-copy strong{display:block;margin:5px 0 4px;color:#143b5b;font-size:17px;line-height:1}
.dp1037-location-level-copy em{display:block;color:#72899d;font-size:10px;font-style:normal;line-height:1.35}
.dp1037-location-level-meta{display:flex;align-items:center;gap:10px}
.dp1037-location-level-meta b{color:#173c5b;font-size:24px;letter-spacing:-.04em}
.dp1037-location-level-meta i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#f1f6fa;color:#1278bc;font-size:14px;font-style:normal}
.dp1037-location-panel{padding-top:50px}
.dp1037-section-heading-row{align-items:center}
.dp1037-text-link{display:inline-flex;align-items:center;gap:8px;color:#0e6fae;text-decoration:none;font-size:9px;font-weight:900;letter-spacing:.05em;white-space:nowrap}
.dp1037-text-link span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#edf6fc;font-size:13px}
.dp1037-country-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dp1037-country-card{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  min-height:96px;
  padding:16px;
  border:1px solid var(--dp1037-line);
  border-radius:18px;
  background:#fff;
  color:var(--dp1037-ink);
  text-decoration:none;
  box-shadow:0 7px 20px rgba(24,54,82,.035);
  transition:.2s ease;
}
.dp1037-country-card:hover{border-color:#b9d7e9;box-shadow:0 14px 29px rgba(18,66,101,.075);transform:translateY(-2px)}
.dp1037-country-flag{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#f5f8fa;border:1px solid #e6edf2;overflow:hidden}
.dp1037-country-flag .dp101-country-flag,.dp1037-country-flag .dp-country-flag{width:30px!important;min-width:30px!important;height:24px!important}
.dp1037-country-flag .dp101-country-flag img,.dp1037-country-flag .dp-country-flag img{width:28px!important;height:21px!important}
.dp1037-country-copy{min-width:0}
.dp1037-country-copy small,.dp1037-place-head i{display:block;color:#8093a4;font-size:7px;font-weight:900;font-style:normal;letter-spacing:.12em}
.dp1037-country-copy strong{display:block;margin:4px 0;color:#163d5c;font-size:15px;line-height:1.08;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp1037-country-copy em{display:block;color:#7b90a1;font-size:8px;font-style:normal;line-height:1.35}
.dp1037-card-arrow{color:#8ba2b3;font-size:18px;transition:transform .2s ease,color .2s ease}
.dp1037-country-card:hover .dp1037-card-arrow{color:#0b78c2;transform:translateX(3px)}
.dp1037-place-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.dp1037-place-card{
  display:flex;
  min-height:126px;
  flex-direction:column;
  justify-content:space-between;
  gap:13px;
  padding:18px;
  border:1px solid var(--dp1037-line);
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#f9fbfd);
  color:var(--dp1037-ink);
  text-decoration:none;
  transition:.2s ease;
}
.dp1037-place-card:hover{transform:translateY(-2px);border-color:#bad9ed;box-shadow:0 13px 28px rgba(19,62,96,.065)}
.dp1037-place-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.dp1037-place-head small{min-width:0;color:#72899d;font-size:8px;font-weight:800;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp1037-place-head i{flex:none;padding:5px 7px;border-radius:7px;background:#edf6fc;color:#0e6fae}
.dp1037-place-card>strong{color:#143a58;font-size:19px;line-height:1.05;text-transform:uppercase}
.dp1037-place-meta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;color:#74899b;font-size:8px}
.dp1037-place-meta b{color:#35617f;font-size:8px}.dp1037-place-meta em{font-style:normal}.dp1037-place-meta i{font-style:normal;color:#0c76b9;font-size:15px}
.dp1037-city-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.dp1037-city-card{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  min-height:78px;
  padding:13px 14px;
  border:1px solid var(--dp1037-line);
  border-radius:16px;
  background:#fff;
  color:var(--dp1037-ink);
  text-decoration:none;
  transition:.18s ease;
}
.dp1037-city-card:hover{border-color:#bed8e9;background:#fbfdff;transform:translateY(-1px)}
.dp1037-city-pin{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#eef7fd;color:#0a79c7}
.dp1037-city-pin svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.dp1037-city-copy{min-width:0}.dp1037-city-copy small{display:block;color:#8093a3;font-size:7px;font-weight:750;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp1037-city-copy strong{display:block;margin-top:3px;color:#163b59;font-size:13px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp1037-city-count{color:#71879a;font-size:7px;font-weight:900;white-space:nowrap}

@media(max-width:1180px){
  .dp1037-directory-shell{padding-top:28px}
  .dp1037-directory-hero{grid-template-columns:minmax(0,1.35fr) minmax(235px,.65fr);gap:28px;padding:38px}
  .dp1037-genre-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dp1037-country-grid,.dp1037-city-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dp1037-location-level-card{grid-template-columns:42px minmax(0,1fr) auto;padding:15px;gap:12px}
  .dp1037-location-level-icon{width:42px;height:42px}
}
@media(max-width:900px){
  .dp1037-directory-shell{padding-left:18px;padding-right:18px}
  .dp1037-directory-hero{grid-template-columns:1fr;min-height:0;gap:28px;padding:32px;border-radius:24px}
  .dp1037-genre-hero-mark{justify-self:stretch;width:100%;height:150px;aspect-ratio:auto}
  .dp1037-signal-lines{right:52%;height:52px}.dp1037-signal-lines i:nth-child(4){height:58px}
  .dp1037-location-hero-stats{min-height:120px}.dp1037-location-hero-stats span:nth-child(2){transform:none}
  .dp1037-location-levels{grid-template-columns:1fr}
  .dp1037-location-level-card{min-height:94px}
  .dp1037-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dp1037-place-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dp1037-city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .dp1037-directory-shell{padding-top:18px;padding-bottom:62px}
  .dp1037-directory-hero{padding:27px 22px;border-radius:21px}
  .dp1037-directory-hero h1{font-size:clamp(37px,10vw,54px)}
  .dp1037-directory-hero-copy>p:last-of-type{font-size:12px;margin-top:14px}
  .dp1037-hero-pills{margin-top:19px}
  .dp1037-genre-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .dp1037-genre-card{aspect-ratio:1.18/1;border-radius:19px}
  .dp1037-genre-topline{top:12px;left:12px;right:12px}.dp1037-genre-topline small{min-height:26px;padding:0 8px;font-size:7px}.dp1037-genre-topline i{width:29px;height:29px}.dp1037-genre-copy{left:14px;right:14px;bottom:14px}.dp1037-genre-copy strong{font-size:18px}
  .dp1037-directory-section{padding-top:32px}.dp1037-location-panel{padding-top:40px}
  .dp1037-section-heading{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:16px}.dp1037-section-heading-row{align-items:flex-start}.dp1037-section-count{min-height:31px}
  .dp1037-location-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;min-width:0}.dp1037-location-hero-stats span{min-width:0;padding:13px 9px;border-radius:15px}.dp1037-location-hero-stats strong{font-size:26px}.dp1037-location-hero-stats small{font-size:6.5px}
  .dp1037-country-grid,.dp1037-place-grid,.dp1037-city-grid{grid-template-columns:1fr}
  .dp1037-country-card{min-height:82px;padding:13px;border-radius:15px}
  .dp1037-place-card{min-height:108px;padding:15px}
  .dp1037-city-card{min-height:70px}
  .dp1037-text-link{white-space:normal}
}
@media(max-width:500px){
  .dp1037-directory-shell{padding-left:14px;padding-right:14px}
  .dp1037-directory-hero{padding:24px 18px}
  .dp1037-hero-pills{gap:6px}.dp1037-hero-pills span{min-height:30px;padding:0 10px;font-size:7.5px}.dp1037-hero-pills b{font-size:10px}
  .dp1037-genre-hero-mark{height:128px;padding:20px;border-radius:19px}.dp1037-genre-hero-mark strong{font-size:22px}.dp1037-signal-lines{left:20px;top:24px;right:49%;height:43px}.dp1037-signal-dot{top:21px;right:22px}
  .dp1037-genre-grid{grid-template-columns:1fr}
  .dp1037-genre-card{aspect-ratio:1.7/1}.dp1037-genre-copy strong{font-size:21px}
  .dp1037-location-level-card{grid-template-columns:38px minmax(0,1fr) auto;gap:10px;min-height:88px;padding:13px}.dp1037-location-level-icon{width:38px;height:38px;border-radius:12px}.dp1037-location-level-icon svg{width:20px;height:20px}.dp1037-location-level-copy em{font-size:9px}.dp1037-location-level-meta b{font-size:20px}.dp1037-location-level-meta i{display:none}
  .dp1037-location-hero-stats{gap:5px}.dp1037-location-hero-stats span{padding:12px 6px}.dp1037-location-hero-stats strong{font-size:23px}
  .dp1037-city-card{grid-template-columns:32px minmax(0,1fr)}.dp1037-city-count{grid-column:2;justify-self:start;margin-top:-7px}.dp1037-city-pin{grid-row:1/3}
}
