/* =========================================================
   Youkonseil — notre-equipe.css (clean + prêt prod)
   Scope : body.page-notre-equipe
   ========================================================= */

/* =========================================================
   0) Hero
   ========================================================= */

.page-notre-equipe .hero{
  min-height: calc(50vh - var(--headerH));
}

@media (max-width: 980px){
  .page-notre-equipe .hero{
    min-height: calc(42vh - var(--headerH));
  }
}

/* =========================================================
   0 bis) Utils page
   ========================================================= */

.page-notre-equipe #expertises,
.page-notre-equipe #methode,
.page-notre-equipe #livrables,
.page-notre-equipe #celina{
  scroll-margin-top: var(--headerH);
}

.page-notre-equipe .team-title-spaced{ margin-top: 22px; }
.page-notre-equipe .team-livrables-grid{ gap: 14px; }
.page-notre-equipe .team-box-flat{ box-shadow: none; }
.page-notre-equipe .team-h3-tight{ margin: 0 0 8px; }
.page-notre-equipe .team-muted-copy{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

/* =========================================================
   0 bis) Titres de section
   ========================================================= */

.page-notre-equipe .title{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
}

.page-notre-equipe .title h2{
  margin:0;
}

.page-notre-equipe .title p{
  margin:0;
  text-align:left;
  color:var(--muted);
  line-height:1.45;
}

/* =========================================================
   1) Florence — bloc photo/diplômes
   ========================================================= */

.page-notre-equipe .team-diplomas{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: start;

  border-radius: var(--radius2);
  border: 1px solid rgba(16,24,40,.10);
  background: rgba(16,24,40,.02);
  box-shadow: 0 18px 40px rgba(16,24,40,.06);
  padding: 22px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-notre-equipe .team-photo{
  margin: 0;
  width: 140px;
  display: grid;
  gap: 10px;
}

.page-notre-equipe .team-photo-frame{
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 22px;
  overflow: hidden;

  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.58);
  outline: 1px solid rgba(16,24,40,.10);
  outline-offset: -1px;

  box-shadow: 0 0 46px rgba(8,77,28,.56);
}

.page-notre-equipe .team-photo-frame::after{
  content:"";
  position: absolute;
  inset: -26px;
  background:
    radial-gradient(160px 120px at 30% 25%, rgba(233,207,131,.20), transparent 60%),
    radial-gradient(160px 120px at 70% 80%, rgba(25,180,106,.14), transparent 60%);
  filter: blur(10px);
  opacity: .9;
  pointer-events: none;
}

.page-notre-equipe .team-photo-frame img{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-notre-equipe .team-diplomas-body h3{ margin: 0 0 10px; }
.page-notre-equipe .team-certs{ margin-top: 18px; }

@media (max-width: 760px){
  .page-notre-equipe .team-diplomas{ grid-template-columns: 1fr; }
  .page-notre-equipe .team-photo{ width: 100%; }
  .page-notre-equipe .team-photo-frame{
    width: 120px;
    height: 120px;
    border-radius: 20px;
  }
}

/* =========================================================
   2) Logos certifications & labels
   ========================================================= */

.page-notre-equipe .cert-logos{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.page-notre-equipe .cert-logo{
  margin: 0;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(16,24,40,.10);
  background: rgba(255,255,255,.70);
  box-shadow: 0 14px 34px rgba(16,24,40,.06);
  display: grid;
  align-content: center;
  min-height: 84px;
}

.page-notre-equipe .cert-logo img{
  width: 100%;
  height: 44px;
  object-fit: contain;
  display: block;
}

@media (max-width: 980px){
  .page-notre-equipe .cert-logos{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .page-notre-equipe .cert-logos{ grid-template-columns: 1fr; }
  .page-notre-equipe .cert-logo img{ height: 40px; }
}

/* =========================================================
   3) CTA
   ========================================================= */

.page-notre-equipe .team-cta-between{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 18px;
  padding: 14px 16px 0;
  max-width: 100%;
}

.page-notre-equipe .team-maritime .team-cta-between{
  margin-top: 18px;
  padding-bottom: 6px;
}

@media (max-width: 560px){
  .page-notre-equipe .team-cta-between .btn{ width: 100%; }
}

/* =========================================================
   Florence — cartouche premium
   ========================================================= */

.page-notre-equipe .team-florence-card{
  margin-top: 14px;
}

.page-notre-equipe .florence-intro{
  position: relative;
  z-index: 1;
}

.page-notre-equipe .florence-intro h3{
  margin: 0;
}

.page-notre-equipe .florence-intro .sub{
  margin: 6px 0 0;
}

.page-notre-equipe .florence-3words{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.page-notre-equipe .florence-grid{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px;
  margin-top: 14px;
}

.page-notre-equipe .florence-block{
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(16,24,40,.10);
  box-shadow: 0 14px 34px rgba(16,24,40,.06);
  min-width: 0;
}

.page-notre-equipe .florence-block h4{
  margin: 0;
  font-size: 1.05rem;
  color: var(--text);
}

.page-notre-equipe .florence-block p{
  color: var(--muted);
  line-height: 1.75;
}

.page-notre-equipe .florence-block .list{
  margin: 8px 0 0;
}

.page-notre-equipe .florence-block .list li{
  line-height: 1.7;
}

.page-notre-equipe .florence-block-wide{
  grid-column: auto !important;
}

.page-notre-equipe .team-certs-florence{
  margin-top: 18px;
}

@media (max-width: 760px){
  .page-notre-equipe .florence-grid{ gap: 10px; }
  .page-notre-equipe .florence-block{ padding: 12px; }
}

/* =========================================================
   4) Célina — cartouche premium
   ========================================================= */

.page-notre-equipe .team-aside.screen{
  padding-top: 52px;
  padding-bottom: 34px;
}

.page-notre-equipe .team-psy.glass.glass-dark{
  border: 1px solid rgba(16,24,40,.10);
  background: rgba(16,24,40,.02);
  border-radius: var(--radius2);
  padding: 16px;
  box-shadow: 0 18px 40px rgba(16,24,40,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text);
}

.page-notre-equipe .team-psy.glass.glass-dark h3,
.page-notre-equipe .team-psy.glass.glass-dark h4{ color: var(--text); }

.page-notre-equipe .team-psy.glass.glass-dark p,
.page-notre-equipe .team-psy.glass.glass-dark .sub{ color: var(--muted); }

.page-notre-equipe .celina-3words{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.page-notre-equipe .celina-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.page-notre-equipe .celina-block{
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(16,24,40,.10);
  box-shadow: 0 14px 34px rgba(16,24,40,.06);
}

.page-notre-equipe .celina-block h4{
  margin: 0;
  font-size: 1.05rem;
}

.page-notre-equipe .celina-block-wide{ grid-column: 1 / -1; }

@media (max-width: 760px){
  .page-notre-equipe .celina-grid{ grid-template-columns: 1fr; }
  .page-notre-equipe .celina-block-wide{ grid-column: auto; }
}

/* =========================================================
   5) Reconversion — format KV
   ========================================================= */

.page-notre-equipe .celina-kv{
  margin-top: 10px;
  display: grid;
}

.page-notre-equipe .celina-kv-row{
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 6px 0;
  border-top: 1px solid rgba(16,24,40,.10);
}

.page-notre-equipe .celina-kv-row:first-child{
  border-top: 0;
  padding-top: 2px;
}

.page-notre-equipe .celina-kv-key{
  font-weight: 600;
  font-size: .95rem;
  color: rgba(11,18,32,.78);
  letter-spacing: -.005em;
}

.page-notre-equipe .celina-kv-val{
  font-size: .95rem;
  color: rgba(81,96,116,.92);
  line-height: 1.6;
}

@media (max-width: 700px){
  .page-notre-equipe .celina-kv-row{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 9px 0;
  }
  .page-notre-equipe .celina-kv-key{ font-size: .93rem; }
  .page-notre-equipe .celina-kv-val{ font-size: .95rem; }
}

/* =========================================================
   6) Watermark (galon / wave)
   ========================================================= */

.page-notre-equipe .team-psy.has-galon-bg{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius2);
  isolation: isolate;
}

.page-notre-equipe .team-psy.has-galon-bg .galon-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  border-radius: inherit;
  transform: translateZ(0);
  object-fit: cover;
  object-position: 100% 0%;
}

.page-notre-equipe .team-psy.has-galon-bg > *:not(.galon-bg){
  position: relative;
  z-index: 1;
}

.page-notre-equipe .watermark-balloon{
  object-fit: contain !important;
  object-position: 100% 0%;
  transform: scale(1.08);
  transform-origin: 100% 0%;
  opacity: 1;
}

@media (max-width: 760px){
  .page-notre-equipe .team-psy.has-galon-bg .galon-bg{
    object-fit: contain;
    object-position: 100% 0%;
  }
}

/* =========================================================
   7) Repères maritimes — cards
   ========================================================= */

.page-notre-equipe .team-maritime{
  padding-top: 34px;
  padding-bottom: 86px;
}

.page-notre-equipe .team-ref{ margin-top: 0; }

.page-notre-equipe .team-ref .team-ref-head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.page-notre-equipe .ref-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-notre-equipe .ref-card{
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(16,24,40,.10);
  box-shadow: 0 14px 34px rgba(16,24,40,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.page-notre-equipe .ref-card:hover{
  transform: translateY(-2px);
  border-color: rgba(16,24,40,.14);
  background: rgba(255,255,255,.72);
  box-shadow: 0 20px 50px rgba(16,24,40,.10);
}

.page-notre-equipe .ref-badge{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(16,24,40,.12);
  background:
    radial-gradient(30px 30px at 30% 30%, rgba(233,207,131,.28), transparent 60%),
    radial-gradient(30px 30px at 70% 70%, rgba(25,180,106,.16), transparent 60%),
    rgba(16,24,40,.02);
  overflow: hidden;
}

.page-notre-equipe .ref-badge img{
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  opacity: .95;
}

.page-notre-equipe .ref-body h4{
  margin: 0 0 4px;
  font-size: 1.05rem;
  letter-spacing: -.01em;
}

.page-notre-equipe .ref-body p{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 980px){
  .page-notre-equipe .ref-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .page-notre-equipe .ref-grid{ grid-template-columns: 1fr; }
}

/* =========================================================
   8) Repères & coordination
   ========================================================= */

.page-notre-equipe .ref-coordination{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(16,24,40,.10);
}

.page-notre-equipe .ref-coordination h4{
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-weight: 500;
  letter-spacing: -.01em;
}

.page-notre-equipe .ref-coordination p{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.page-notre-equipe .coord-logos{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

.page-notre-equipe .coord-logo{
  margin: 0;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(16,24,40,.10);
  background: rgba(255,255,255,.60);
  box-shadow: 0 12px 28px rgba(16,24,40,.06);
  display: grid;
  place-items: center;
}

.page-notre-equipe .coord-logo img{
  width: 100%;
  height: 45px;
  object-fit: contain;
  display: block;
  opacity: .95;
}

.page-notre-equipe .ref-note{
  margin-top: 10px;
  font-size: .92rem;
  color: rgba(81,96,116,.86);
  font-style: italic;
}

@media (max-width: 900px){
  .page-notre-equipe .coord-logos{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .page-notre-equipe .coord-logo img{ height: 40px; }
}

/* =========================================================
   9) Petits correctifs
   ========================================================= */

.page-notre-equipe .list li{ line-height: 1.7; }
.page-notre-equipe .panel{ overflow: hidden; }
.page-notre-equipe .box{ min-width: 0; }

/* =========================================================
   10) Hero — grille + duo de profils
   Version sobre / proche de l’original
   ========================================================= */

/* Colonne droite un peu élargie, sans casser l’équilibre du hero */
.page-notre-equipe .hero-inner{
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
}

.page-notre-equipe .hero-panel{
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.page-notre-equipe .hero-panel h2{
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.50);
  margin: 0 0 4px;
}

/* Les 2 blocs côte à côte */
.page-notre-equipe .duo-grid{
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 10px;
  min-width: 0;
}

.page-notre-equipe .duo-card{
  position: relative;
  padding: 24px 16px 18px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .18s ease, border-color .18s ease;
  min-width: 0;
}

.page-notre-equipe .duo-card:hover{
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.20);
}

/* trait de couleur supérieur */
.page-notre-equipe .duo-card::before{
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 12px;
  height: 2px;
  border-radius: 999px;
  opacity: .85;
  pointer-events: none;
}
.page-notre-equipe .duo-card.duo-ergo::before{
  background: linear-gradient(90deg, rgba(233,207,131,.95), transparent 70%);
}
.page-notre-equipe .duo-card.duo-nav::before{
  background: linear-gradient(90deg, rgba(29,83,128,.95), transparent 70%);
}

.page-notre-equipe .duo-ico{
  line-height: 1;
  margin: 6px 0 12px;
  display: block;
}

.page-notre-equipe .duo-ico img{
  display: block;
  width: 45px;   /* règle ici */
  height: 45px;  /* règle ici */
  object-fit: contain;
}

.page-notre-equipe .duo-label{
  display: block;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
  color: rgba(255,255,255,.92);
  margin-bottom: 10px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}

.page-notre-equipe .duo-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}
.page-notre-equipe .duo-tag{
  font-size: .83rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.06);
  white-space: nowrap;
  max-width: 100%;
}

.page-notre-equipe .duo-tag{
  overflow-wrap: anywhere;
}

/* Séparateur */
.page-notre-equipe .duo-sep{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 2px;
  min-width: 0;
}
.page-notre-equipe .duo-sep::before,
.page-notre-equipe .duo-sep::after{
  content: "";
  flex: 1 1 auto;
  min-width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
}
.page-notre-equipe .duo-sep-symbol{
  font-size: .80rem;
  color: rgba(255,255,255,.35);
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
  text-align: center;
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Bloc fusion */
.page-notre-equipe .duo-fusion{
  position: relative;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  overflow: hidden;
  min-width: 0;
}
.page-notre-equipe .duo-fusion::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120px 80px at 8% 50%, rgba(233,207,131,.12), transparent 70%),
    radial-gradient(120px 80px at 92% 50%, rgba(29,128,70,.10), transparent 70%);
  pointer-events: none;
}

.page-notre-equipe .duo-fusion-ico{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  position: relative;
  z-index: 1;
}

.page-notre-equipe .duo-fusion-body{
  position: relative;
  z-index: 1;
  min-width: 0;
}
.page-notre-equipe .duo-fusion-body strong{
  display: block;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(255,255,255,.95);
  margin-bottom: 5px;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.page-notre-equipe .duo-fusion-body span{
  font-size: .90rem;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Responsive hero */
@media (max-width: 980px){
  .page-notre-equipe .hero-inner{
    grid-template-columns: 1fr;
  }

  .page-notre-equipe .hero-panel{
    max-width: none;
    width: 100%;
  }

  .page-notre-equipe .duo-label{
    white-space: normal;
  }
}

@media (max-width: 760px){
  .page-notre-equipe .duo-grid{
    grid-template-columns: 1fr;
  }

  .page-notre-equipe .duo-card{
    padding: 20px 14px 16px;
  }

  .page-notre-equipe .duo-fusion{
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .page-notre-equipe .duo-fusion-ico{
    width: 40px;
    height: 40px;
  }

  /* Sur mobile, les tags peuvent revenir à la ligne au besoin */
  .page-notre-equipe .duo-tag{
    white-space: normal;
  }
}