/* ==========================================================================
   GEOAÏKI — Catalogue, recherche et fiches de formation
   ========================================================================== */
body.p-formations a {
  color: #E8623D;
  text-decoration: none;
}

body.p-formations a:hover {
  color: #cf5230;
}

body.p-formations .hbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.p-formations nav.desktop {
  display: flex;
  align-items: center;
  gap: 28px;
}

body.p-formations nav.desktop a {
  color: rgba(255,255,255,.92);
  font-weight: 600;
  font-size: 15px;
}

body.p-formations nav.desktop a:hover {
  color: #E8623D;
}

body.p-formations nav.desktop a.active {
  color: #E8623D;
  border-bottom: 2px solid #E8623D;
  padding: 24px 0 22px;
}

body.p-formations #burger {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}

body.p-formations #mobileMenu {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 6px 24px 22px;
  background: #142B4C;
  border-top: 1px solid rgba(255,255,255,.12);
}

body.p-formations #mobileMenu a {
  color: rgba(255,255,255,.92);
  font-weight: 600;
  font-size: 17px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

body.p-formations #mobileMenu a.active {
  color: #E8623D;
}

body.p-formations .hero {
  background: #142B4C;
  color: #fff;
  padding: clamp(56px,8vw,88px) 0;
}

body.p-formations .kicker {
  margin: 0 0 14px;
  color: #E8623D;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.p-formations .hero h1 {
  margin: 0 0 18px;
  font-family: 'Sora',sans-serif;
  font-weight: 800;
  font-size: clamp(32px,4.2vw,50px);
  line-height: 1.15;
  text-wrap: balance;
}

body.p-formations .hero p.sub {
  margin: 0 0 28px;
  font-size: clamp(16px,1.5vw,19px);
  line-height: 1.65;
  color: rgba(255,255,255,.82);
  max-width: 680px;
  text-wrap: pretty;
}

body.p-formations .pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.p-formations .pill {
  border: 1px solid rgba(232,98,61,.5);
  color: #fff;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
}

body.p-formations .list {
  background: #F5F6F8;
  padding: clamp(64px,8vw,96px) 0;
}

body.p-formations .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(320px,100%),1fr));
  gap: 24px;
}

body.p-formations .card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(20,43,76,.07);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all .18s ease;
}

body.p-formations .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(20,43,76,.12);
}

body.p-formations .card .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.p-formations .card .icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: rgba(232,98,61,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.p-formations .badge {
  background: #142B4C;
  color: #fff;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .08em;
  border-radius: 999px;
  padding: 7px 14px;
  white-space: nowrap;
}

body.p-formations .card h2 {
  margin: 0;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.35;
  text-wrap: balance;
}

body.p-formations .card p {
  margin: 0;
  color: #5B6472;
  font-size: 15px;
  line-height: 1.6;
  flex: 1;
  text-wrap: pretty;
}

body.p-formations .card .more {
  align-self: flex-start;
  background: #E8623D;
  color: #fff!important;
  font-weight: 600;
  font-size: 14.5px;
  padding: 11px 22px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(232,98,61,.3);
  transition: all .15s ease;
}

body.p-formations .card .more:hover {
  background: #cf5230;
  transform: translateY(-2px);
}

body.p-formations .ctabox {
  margin-top: 56px;
  background: #142B4C;
  border-radius: 18px;
  padding: clamp(32px,5vw,48px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.p-formations .ctabox h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: clamp(22px,2.6vw,30px);
  line-height: 1.3;
}

body.p-formations .ctabox p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

body.p-formations .btn-big {
  background: #E8623D;
  color: #fff!important;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(232,98,61,.4);
  transition: all .15s ease;
  white-space: nowrap;
}

body.p-formations .btn-big:hover {
  background: #cf5230;
  transform: translateY(-2px);
}

body.p-formations .fgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(220px,100%),1fr));
  gap: 40px;
  padding-bottom: 48px;
}

body.p-formations .fcol {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.p-formations .fcol h3 {
  margin: 0 0 6px;
  font-family: 'Sora',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E8623D;
}

body.p-formations .fcol a {
  color: rgba(255,255,255,.85);
  font-size: 14.5px;
}

body.p-formations .fcol a:hover {
  color: #E8623D;
}

body.p-formations .social {
  display: flex;
  gap: 12px;
}

body.p-formations .social a {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(255,255,255,.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.p-formations .social a:hover {
  border-color: #E8623D;
  background: rgba(232,98,61,.12);
}

body.p-formations .fbottom {
  border-top: 1px solid rgba(255,255,255,.12);
}

body.p-formations .fbottom .row {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

body.p-formations .fbottom p,
body.p-formations .fbottom a {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

/* ----- Badges de la fiche formation (indépendants du jeu de styles) ----- */
.fpills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.fpill {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .01em;
}

/* ==========================================================================
   Catalogue et recherche de formations
   ========================================================================== */
.etiquettes {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.etq {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .02em;
}

.etq--theme {
  background: #EAF0F8;
  color: #17457E;
}

.etq--niveau {
  background: #FFF0EB;
  color: #B8451F;
}

.voir-plus {
  text-align: center;
  margin: 38px 0 8px;
}

.voir-plus p {
  margin: 12px 0 0;
  color: #5B6472;
  font-size: 14px;
}

/* ----- Filtres de recherche ----- */
.rech-filtres {
  background: #fff;
  border: 1px solid #D8DDE4;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 26px;
  box-shadow: 0 1px 3px rgba(20,43,76,.05);
}

.rech-ligne {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr auto;
  gap: 16px;
  align-items: end;
}

.rech-ligne label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.rech-ligne label span {
  font-size: 12.5px;
  font-weight: 600;
  color: #142B4C;
}

.rech-ligne input,
.rech-ligne select {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #D8DDE4;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14.5px;
  color: #142B4C;
  background: #fff;
}

.rech-ligne input:focus,
.rech-ligne select:focus {
  outline: none;
  border-color: #E8623D;
  box-shadow: 0 0 0 3px rgba(232,98,61,.14);
}

.rech-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.rech-actions .cta-btn {
  white-space: nowrap;
}

.rech-raz {
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
}

.rech-compte {
  color: #5B6472;
  font-size: 14.5px;
  margin: 0 0 20px;
}

.rech-session {
  color: #5B6472;
  font-size: 13px;
  margin: 8px 0 0;
}

.rech-vide {
  grid-column: 1/-1;
  padding: 34px;
  text-align: center;
  color: #5B6472;
  background: #fff;
  border: 1px solid #D8DDE4;
  border-radius: 12px;
}

.rech-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.rech-pages a {
  font-weight: 600;
  font-size: 14.5px;
}

.rech-pages__etat {
  color: #5B6472;
  font-size: 14px;
}

/* ----- Lien « voir plus » du catalogue (style identique à l'accueil) ----- */
body.p-formations .voir-plus {
  margin-top: 40px;
  text-align: center;
}

body.p-formations .voir-plus a {
  color: #E8623D;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #E8623D;
  padding-bottom: 3px;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body.p-formations .voir-plus a:hover {
  color: #CF5230;
  border-bottom-color: #CF5230;
}

/* ----- Hero ----- */
.fd-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 64px;
  color: #fff;
  background: linear-gradient(160deg,#142B4C 0%,#0E1F38 100%);
}

.fd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(620px 420px at 82% 20%,rgba(232,98,61,.22),transparent 70%), radial-gradient(520px 400px at 8% 90%,rgba(62,110,180,.25),transparent 72%);
}

.fd-hero>.container {
  position: relative;
  z-index: 2;
}

.fd-fil {
  font-size: 13.5px;
  color: rgba(255,255,255,.6);
  margin-bottom: 28px;
  display: flex;
  gap: 9px;
  align-items: center;
}

.fd-fil a {
  color: rgba(255,255,255,.82);
}

.fd-fil a:hover {
  color: #E8623D;
}

.fd-hero__grid {
  display: grid;
  grid-template-columns: 1.55fr .95fr;
  gap: 52px;
  align-items: center;
}

.fd-hero__texte h1 {
  color: #fff;
  font-family: 'Sora',sans-serif;
  font-weight: 800;
  font-size: clamp(28px,3.6vw,44px);
  line-height: 1.12;
  letter-spacing: -.025em;
  margin: 0 0 16px;
}

.fd-accroche {
  color: rgba(255,255,255,.8);
  font-size: 17.5px;
  line-height: 1.65;
  max-width: 56ch;
  margin: 0 0 30px;
}

.fd-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.fd-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fd-tag--theme {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.fd-tag--niveau {
  background: rgba(232,98,61,.22);
  color: #FFB3A0;
}

.fd-hero__actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.fd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 11px;
  font-weight: 600;
  font-size: 15.5px;
  border: 1.6px solid transparent;
  cursor: pointer;
  transition: transform .18s ease,background .2s,box-shadow .2s,border-color .2s;
}

.fd-btn--orange {
  background: #E8623D;
  color: #fff!important;
  box-shadow: 0 6px 18px rgba(232,98,61,.36);
}

.fd-btn--orange:hover {
  background: #CF5230;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(232,98,61,.44);
}

.fd-btn--ghost {
  border-color: rgba(255,255,255,.34);
  color: #fff!important;
}

.fd-btn--ghost:hover {
  background: rgba(255,255,255,.11);
  border-color: #fff;
  transform: translateY(-2px);
}

.fd-btn--bloc {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 22px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.fd-btn--petit {
  padding: 10px 18px;
  font-size: 14px;
  background: #142B4C;
  color: #fff!important;
}

.fd-btn--petit:hover {
  background: #22406B;
  transform: translateY(-2px);
}

.fd-hero__chiffres {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fd-chiffre {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  padding: 20px 18px;
  text-align: center;
  transition: transform .22s ease,background .22s;
}

.fd-chiffre:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.12);
}

.fd-chiffre__val {
  display: block;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: #fff;
  line-height: 1;
}

.fd-chiffre__val i {
  font-style: normal;
  font-size: 19px;
  color: #E8623D;
  margin-left: 2px;
}

.fd-chiffre__lab {
  display: block;
  font-size: 12.5px;
  color: rgba(255,255,255,.62);
  margin-top: 8px;
}

/* ----- Corps ----- */
.fd-corps {
  background: #fff;
  padding: 64px 0 72px;
}

.fd-corps__grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  gap: 56px;
  align-items: start;
}

.fd-bloc {
  margin-bottom: 52px;
}

.fd-bloc:last-child {
  margin-bottom: 0;
}

.fd-h2 {
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  color: #142B4C;
  font-size: clamp(21px,2.3vw,27px);
  letter-spacing: -.02em;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 13px;
}

.fd-h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  background: #E8623D;
  border-radius: 2px;
}

.fd-texte p {
  color: #5B6472;
  font-size: 16.5px;
  line-height: 1.75;
  margin: 0 0 14px;
}

/* Objectifs */
.fd-objectifs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(300px,100%),1fr));
  gap: 14px 30px;
}

.fd-objectifs li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  color: #142B4C;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 500;
}

.fd-objectifs svg {
  width: 23px;
  height: 23px;
  flex: none;
  margin-top: 1px;
}

/* Frise du programme */
.fd-frise {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.fd-frise::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(#E8623D,rgba(232,98,61,.18));
}

.fd-jour {
  position: relative;
  padding: 0 0 26px 62px;
}

.fd-jour:last-child {
  padding-bottom: 0;
}

.fd-jour__num {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #142B4C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 0 0 5px #fff;
  transition: background .22s,transform .22s;
}

.fd-jour:hover .fd-jour__num {
  background: #E8623D;
  transform: scale(1.06);
}

.fd-jour__corps {
  background: #F5F6F8;
  border: 1px solid #E3E7EC;
  border-radius: 13px;
  padding: 20px 22px;
  transition: border-color .22s,transform .22s,box-shadow .22s;
}

.fd-jour:hover .fd-jour__corps {
  border-color: #E8623D;
  transform: translateX(3px);
  box-shadow: 0 8px 22px rgba(20,43,76,.08);
}

.fd-jour__corps h3 {
  font-family: 'Sora',sans-serif;
  font-weight: 600;
  color: #142B4C;
  font-size: 16.5px;
  margin: 0 0 8px;
  letter-spacing: -.01em;
}

.fd-jour__corps p {
  color: #5B6472;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Public / prérequis */
.fd-duo {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(270px,100%),1fr));
  gap: 20px;
}

.fd-carte {
  background: #fff;
  border: 1px solid #E3E7EC;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 1px 3px rgba(20,43,76,.05);
  transition: transform .22s,box-shadow .22s;
}

.fd-carte:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(20,43,76,.11);
}

.fd-carte__icone {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #FFF0EB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.fd-carte__icone svg {
  width: 24px;
  height: 24px;
}

.fd-carte h3 {
  font-family: 'Sora',sans-serif;
  font-weight: 600;
  color: #142B4C;
  font-size: 16.5px;
  margin: 0 0 9px;
}

.fd-carte p {
  color: #5B6472;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* Sessions */
.fd-sessions {
  display: grid;
  gap: 12px;
}

.fd-session {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  background: #F5F6F8;
  border: 1px solid #E3E7EC;
  border-radius: 12px;
  padding: 17px 20px;
  transition: border-color .2s,background .2s;
}

.fd-session:hover {
  border-color: #E8623D;
  background: #fff;
}

.fd-session__date {
  display: block;
  font-family: 'Sora',sans-serif;
  font-weight: 600;
  color: #142B4C;
  font-size: 16px;
}

.fd-session__info {
  display: block;
  color: #5B6472;
  font-size: 13.5px;
  margin-top: 4px;
}

/* ----- Encart collant ----- */
.fd-aside {
  position: sticky;
  top: 96px;
}

.fd-encart {
  background: #fff;
  border: 1px solid #E3E7EC;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 4px 24px rgba(20,43,76,.09);
}

.fd-encart__titre {
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  color: #142B4C;
  font-size: 17px;
  margin: 0 0 18px;
}

.fd-infos {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fd-infos li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid #EDF0F4;
  font-size: 14.5px;
}

.fd-infos li:last-child {
  border-bottom: 0;
}

.fd-infos span {
  color: #5B6472;
  flex: none;
}

.fd-infos strong {
  color: #142B4C;
  font-weight: 600;
  text-align: right;
}

.fd-encart__note {
  color: #5B6472;
  font-size: 13px;
  line-height: 1.55;
  margin: 14px 0 0;
  text-align: center;
}

/* ----- Formations liées ----- */
.fd-liees {
  background: #F5F6F8;
  padding: 66px 0;
  border-top: 1px solid #E3E7EC;
}

.fd-kicker {
  color: #E8623D;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.fd-liees__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(min(290px,100%),1fr));
  gap: 20px;
  margin-top: 26px;
}

.fd-lien-carte {
  display: block;
  background: #fff;
  border: 1px solid #E3E7EC;
  border-radius: 14px;
  padding: 24px;
  transition: transform .22s,box-shadow .22s,border-color .22s;
}

.fd-lien-carte:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow: 0 16px 38px rgba(20,43,76,.13);
}

.fd-lien-carte .fd-tag--niveau {
  background: #FFF0EB;
  color: #B8451F;
  margin-bottom: 13px;
}

.fd-lien-carte h3 {
  font-family: 'Sora',sans-serif;
  font-weight: 600;
  color: #142B4C;
  font-size: 16.5px;
  line-height: 1.35;
  margin: 0 0 9px;
}

.fd-lien-carte p {
  color: #5B6472;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.fd-lien-carte__more {
  color: #E8623D;
  font-weight: 600;
  font-size: 14.5px;
}

/* ----- CTA ----- */
.fd-cta {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  color: #fff;
  background: linear-gradient(160deg,#142B4C 0%,#0E1F38 100%);
}

.fd-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 380px at 72% 50%,rgba(232,98,61,.2),transparent 70%);
}

.fd-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
}

.fd-cta h2 {
  color: #fff;
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  font-size: clamp(21px,2.5vw,29px);
  margin: 0 0 7px;
  letter-spacing: -.02em;
}

.fd-cta p {
  color: rgba(255,255,255,.76);
  margin: 0;
  font-size: 15.5px;
}

.fd-retour {
  padding: 30px 0 46px;
}

.fd-retour a {
  color: #E8623D;
  font-weight: 600;
  font-size: 15px;
}

/* Les conteneurs d'icônes conservent leur mise en forme d'origine :
   on neutralise seulement les dimensions héritées des anciens SVG. */
.icon i,
.iconbox i,
.fd-carte__icone i {
  font-size: 22px;
  color: #E8623D;
  line-height: 1;
}

.iconbox i,
.fd-carte__icone i {
  font-size: 28px;
}

/* Colonne principale de la fiche formation : min-width évite
   qu'un contenu large ne fasse déborder la grille. */
.fd-main {
  min-width: 0;
}

/* Pastille de validation devant chaque objectif de la fiche formation */
.fd-objectifs__ico {
  color: #E8623D;
  font-size: 19px;
  line-height: 1;
  flex: none;
  margin-top: 2px;
}

/* Icônes des cartes « public » et « prérequis » */
.fd-carte__icone i {
  font-size: 22px;
  color: #E8623D;
  line-height: 1;
}

/* ==========================================================================
   Adaptations aux petits écrans
   ========================================================================== */
@media(max-width:919px) {
  body.p-formations nav.desktop {
    display: none;
  }

  body.p-formations #burger {
    display: block;
  }

  body.p-formations #mobileMenu.open {
    display: flex;
  }
}

@media (max-width:900px) {
  .rech-ligne {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .rech-actions {
    grid-column: 1/-1;
  }

  .rech-actions .cta-btn {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width:560px) {
  .rech-ligne {
    grid-template-columns: 1fr;
  }
}

@media (max-width:1000px) {
  .fd-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .fd-hero__chiffres {
    grid-template-columns: repeat(4,1fr);
  }

  .fd-corps__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .fd-aside {
    position: static;
  }
}

@media (max-width:700px) {
  .fd-hero {
    padding: 26px 0 48px;
  }

  .fd-hero__chiffres {
    grid-template-columns: repeat(2,1fr);
  }

  .fd-hero__actions .fd-btn {
    flex: 1;
    justify-content: center;
  }

  .fd-objectifs {
    grid-template-columns: 1fr;
  }

  .fd-jour {
    padding-left: 54px;
  }

  .fd-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
