/* ============================================================================
   OTOLO v3 — « clair et épuré »
   Blanc, beaucoup d'air, grandes photos arrondies, typographie fine
   (Inter Tight 500 pour les titres, Inter 400 pour le texte), un seul accent
   sarcelle. Aucune section sombre. Menu = capsule flottante blanche.
   Effets sobres : apparitions, titres mot par mot, parallaxe légère,
   compteurs. Pas de curseur, pas de tilt, pas de halo.

   ⚠ TAILLES EN PIXELS (le thème Kolo met html à 10 px).
   ⚠ backdrop-filter uniquement sur .navbar. body : overflow-x « clip ».

   SOMMAIRE
   00. Jetons et bases
   01. Capsule de navigation
   02. Panneau mobile
   03. Hero
   04. Bandeau
   05. Univers
   06. Méthode
   07. Duo, listes, chiffres
   08. Témoignages
   09. Appels
   10. Questions
   11. Formulaires
   12. Pages intérieures
   13. Journal
   14. Pied de page
   15. Animations
   16. Responsive
   ========================================================================= */

/* --- 00. Jetons et bases -------------------------------------------------- */

.ot {
  --ot-blanc:   #FFFFFF;
  --ot-gris:    #F6F7F9;
  --ot-gris-2:  #EEF0F3;
  --ot-encre:   #0B0F19;
  --ot-texte:   #3F4653;
  --ot-texte-2: #6B7280;
  --ot-bord:    #E5E7EB;
  --ot-accent:  #0E7C7B;
  --ot-accent-2:#0A5F5E;
  --ot-teinte:  #E9F5F3;
  --ot-r:       22px;
  --ot-ombre:   0 24px 48px -28px rgba(11, 15, 25, .18);

  width: 100vw; max-width: 100vw;
  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
  background: var(--ot-blanc);
  color: var(--ot-texte);
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 17px; line-height: 1.7; font-weight: 400;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
.ot *, .ot *::before, .ot *::after { box-sizing: border-box; }

.ot h1, .ot h2, .ot h3, .ot h4 {
  font-family: 'Inter Tight', 'Inter', 'Segoe UI', Arial, sans-serif;
  font-weight: 500;
  color: var(--ot-encre);
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 0 0 .5em;
}
.ot h1 { font-size: clamp(44px, 6vw, 88px); letter-spacing: -.035em; }
.ot h2 { font-size: clamp(32px, 3.8vw, 54px); }
.ot h3 { font-size: 23px; line-height: 1.2; letter-spacing: -.02em; }
.ot p  { margin: 0 0 1.1em; }
.ot a  { color: var(--ot-accent); text-decoration: none; }
.ot img { max-width: 100%; height: auto; display: block; }
.ot ul { margin: 0 0 1.2em; padding-left: 1.2em; }
.ot li { margin-bottom: .45em; }

.ot__zone   { padding: clamp(72px, 9vw, 140px) 24px; position: relative; }
.ot__large  { max-width: 1200px; margin: 0 auto; }
.ot__etroit { max-width: 780px; margin: 0 auto; }
.ot__alt    { background: var(--ot-gris); }
.ot__alt2   { background: var(--ot-teinte); }

.ot__surtitre {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ot-accent); margin-bottom: 18px;
}
.ot__surtitre::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--ot-accent); }
.ot__chapo { font-size: 20px; line-height: 1.6; color: var(--ot-texte-2); max-width: 60ch; font-weight: 400; }
.ot__centre { text-align: center; }
.ot__centre .ot__chapo { margin-left: auto; margin-right: auto; }
.ot__centre .ot__surtitre::before { display: none; }
.ot__or { color: var(--ot-accent); }

/* boutons : pilules sobres */
.ot__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; border: 1px solid transparent;
  font-family: 'Inter', sans-serif; font-size: 15.5px; font-weight: 500; letter-spacing: -.005em;
  cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.ot__btn--or { background: var(--ot-encre); color: #FFFFFF !important; }
.ot__btn--or:hover { background: #1F2937; transform: translateY(-1px); box-shadow: 0 10px 20px -12px rgba(11,15,25,.5); }
.ot__btn--ligne { background: transparent; border-color: var(--ot-bord); color: var(--ot-encre) !important; }
.ot__btn--ligne:hover { border-color: var(--ot-encre); transform: translateY(-1px); }
.ot__btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ot__centre .ot__btns { justify-content: center; }


/* --- 01. Capsule de navigation ------------------------------------------- */

body.ot-body { background: #FFFFFF; overflow-x: clip !important; overflow-y: visible !important; }
body.ot-body #main_banner, body.ot-body .top-bar, body.ot-body .header-top,
body.ot-body .page-header, body.ot-body .breadcrumb, body.ot-body .kc-title-wrap { display: none !important; }
body.ot-body header, body.ot-body .header, body.ot-body .main-header { z-index: 1200 !important; background: transparent !important; }
body.ot-body .ot { position: relative; z-index: 0; }

body.ot-body .navbar {
  position: fixed !important; top: 14px !important; left: 50% !important; right: auto !important;
  transform: translateX(-50%);
  width: min(1140px, calc(100% - 28px)); height: 62px !important; min-height: 0 !important;
  border-radius: 999px; padding: 0 !important; margin: 0 !important;
  background: rgba(255, 255, 255, .78) !important;
  backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(11, 15, 25, .08) !important;
  box-shadow: 0 10px 30px -18px rgba(11, 15, 25, .25);
  z-index: 1200 !important;
  transition: top .3s, height .3s, background .3s, box-shadow .3s;
}
body.ot-body .navbar.ot-condense { top: 8px !important; height: 56px !important; background: rgba(255,255,255,.92) !important; box-shadow: 0 14px 34px -18px rgba(11,15,25,.3); }
body.ot-body .navbar > .container { width: 100% !important; max-width: none !important; height: 100%; padding: 0 8px 0 22px !important; display: flex; align-items: center; }
body.ot-body .navbar-header { display: flex; align-items: center; margin: 0 !important; float: none !important; flex: 0 0 auto; }
body.ot-body .navbar-brand { display: flex !important; align-items: center; height: 100% !important; padding: 0 !important; margin: 0 !important; float: none !important; order: 1; }
body.ot-body .navbar-brand img { height: 42px !important; width: auto !important; transition: height .3s; }
body.ot-body .navbar.ot-condense .navbar-brand img { height: 36px !important; }

@media (min-width: 992px) {
  body.ot-body #navigation-menu { display: flex !important; flex: 1 1 auto; justify-content: flex-end; height: 100%; float: none !important; padding: 0 !important; margin: 0 !important; }
  body.ot-body #navigation-menu .navbar-nav { display: flex !important; align-items: center; height: 100%; gap: 2px; float: none !important; margin: 0 !important; }
  body.ot-body #navigation-menu .navbar-nav > li { float: none !important; position: relative; display: flex; align-items: center; height: 100%; }
}
body.ot-body .navbar-nav > li > a, body.ot-body .nav > li > a {
  display: inline-flex; align-items: center; height: 38px; padding: 0 14px !important; border-radius: 999px;
  color: #3F4653 !important; font-family: 'Inter', sans-serif; font-size: 14.5px !important; font-weight: 500 !important;
  letter-spacing: -.005em; text-transform: none; white-space: nowrap; transition: background .2s, color .2s;
}
body.ot-body .navbar-nav > li > a:hover,
body.ot-body .navbar-nav > li.current-menu-item > a,
body.ot-body .navbar-nav > li.current-menu-parent > a { background: #F1F3F6; color: #0B0F19 !important; }
body.ot-body .navbar-nav > li.menu-item-has-children > a::after {
  content: ''; width: 6px; height: 6px; margin-left: 8px; border-right: 1.5px solid #9CA3AF; border-bottom: 1.5px solid #9CA3AF; transform: translateY(-2px) rotate(45deg);
}
body.ot-body .menu-item.ot-cta { margin-left: 8px; }
body.ot-body .menu-item.ot-cta > a { background: #0B0F19 !important; color: #FFFFFF !important; padding: 0 20px !important; }
body.ot-body .menu-item.ot-cta > a:hover { background: #1F2937 !important; color: #FFFFFF !important; }
body.ot-body .menu-item.ot-cta > a::after { display: none; }

body.ot-body #navigation-menu .sub-menu, body.ot-body .dropdown-menu {
  position: absolute !important; top: calc(100% + 8px) !important; left: 0 !important; z-index: -99; min-width: 290px !important; width: 290px !important;
  padding: 8px !important; margin: 0 !important; border-radius: 18px !important;
  background: #FFFFFF !important; border: 1px solid #E5E7EB !important;
  box-shadow: 0 24px 48px -20px rgba(11,15,25,.25) !important;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s, transform .18s, visibility .18s;
}
body.ot-body #navigation-menu li:hover > .sub-menu, body.ot-body #navigation-menu li:focus-within > .sub-menu,
body.ot-body #navigation-menu li.ot-survol > .sub-menu { opacity: 1 !important; visibility: visible !important; transform: none; z-index: 999 !important; }
body.ot-body #navigation-menu .sub-menu > li { display: block !important; width: 100%; float: none !important; padding: 0 !important; }
body.ot-body #navigation-menu .sub-menu > li > a, body.ot-body .dropdown-menu > li > a {
  display: block; padding: 10px 14px !important; border-radius: 12px; color: #0B0F19 !important;
  font-family: 'Inter', sans-serif; font-size: 14.5px !important; font-weight: 500 !important; text-transform: none; transition: background .18s;
}
body.ot-body #navigation-menu .sub-menu > li > a:hover { background: #F1F3F6 !important; }

body.ot-body .navbar-toggle {
  display: none; order: 2; margin: 0 4px 0 auto !important; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #E5E7EB !important; float: none !important;
  background: #FFFFFF !important; padding: 0 !important; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px;
}
body.ot-body .navbar-toggle .icon-bar { display: block; width: 18px; height: 1.5px; background: #0B0F19 !important; border-radius: 2px; margin: 0 !important; }
@media (max-width: 991px) {
  body.ot-body .navbar-toggle { display: flex !important; }
  body.ot-body #navigation-menu, body.ot-body .navbar-collapse { display: none !important; }
  body.ot-body .navbar { top: 10px !important; height: 58px !important; width: calc(100% - 20px); }
  body.ot-body .navbar > .container { padding: 0 7px 0 18px !important; justify-content: space-between; }
  body.ot-body .navbar-header { flex: 1 1 auto; width: 100%; justify-content: space-between; }
  body.ot-body .navbar-brand img { height: 34px !important; }
}
body.ot-body.blog .ot, body.ot-body.single .ot, body.ot-body.archive .ot,
body.ot-body.category .ot, body.ot-body.tag .ot, body.ot-body.search .ot, body.ot-body.error404 .ot { margin-top: 0; }

.ot-progres { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 99999; pointer-events: none; }
.ot-progres span { display: block; height: 100%; width: 0; background: #0B0F19; }


/* --- 02. Panneau mobile ---------------------------------------------------- */

html.ot-bloque, html.ot-bloque body { overflow: hidden !important; }
.ot-panneau { position: fixed; inset: 0; z-index: 100000; background: #FFFFFF; color: #0B0F19; display: flex; flex-direction: column; opacity: 1; transform: translateY(-6px); transition: transform .22s; font-family: 'Inter', sans-serif; }
.ot-panneau.ot-ouvert { transform: none; }
.ot-panneau[hidden] { display: none !important; }
@media (min-width: 992px) { .ot-panneau { display: none !important; } }
.ot-panneau__tete { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; height: 66px; border-bottom: 1px solid #E5E7EB; }
.ot-panneau__tete img { height: 34px; width: auto; }
.ot-panneau__fermer { position: relative; width: 44px; height: 44px; border: 1px solid #E5E7EB; border-radius: 50%; background: #FFFFFF; cursor: pointer; padding: 0; }
.ot-panneau__fermer::before, .ot-panneau__fermer::after { content: ''; position: absolute; top: 50%; left: 50%; width: 18px; height: 1.5px; margin: -1px 0 0 -9px; background: #0B0F19; }
.ot-panneau__fermer::before { transform: rotate(45deg); } .ot-panneau__fermer::after { transform: rotate(-45deg); }
.ot-panneau__liste { flex: 1 1 auto; overflow-y: auto; padding: 14px 24px 40px; }
.ot-panneau__ligne { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #EEF0F3; }
.ot-panneau__ligne > a { flex: 1 1 auto; display: block; padding: 18px 0; color: #0B0F19 !important; font-family: 'Inter Tight', 'Inter', sans-serif; font-weight: 500; font-size: 28px; letter-spacing: -.03em; line-height: 1.1; text-decoration: none; }
.ot-panneau__chevron { position: relative; width: 44px; height: 44px; border: 1px solid #E5E7EB; border-radius: 50%; background: #FFFFFF; cursor: pointer; padding: 0; flex: 0 0 auto; }
.ot-panneau__chevron::after { content: ''; position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; margin: -7px 0 0 -4.5px; border-right: 1.5px solid #0B0F19; border-bottom: 1.5px solid #0B0F19; transform: rotate(45deg); transition: transform .2s; }
.ot-panneau__chevron.ot-ouvert::after { transform: rotate(-135deg); margin-top: -2px; }
.ot-panneau__tiroir { display: none; padding: 4px 0 16px; }
.ot-panneau__tiroir.ot-ouvert { display: block; }
.ot-panneau__tiroir a { display: block; padding: 12px 16px; margin-bottom: 4px; border-radius: 12px; background: #F6F7F9; color: #0B0F19 !important; font-size: 16px; text-decoration: none; }
.ot-panneau__ligne--cta { border-bottom: 0; margin-top: 22px; }
.ot-panneau__ligne--cta > a { background: #0B0F19; color: #FFFFFF !important; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; text-align: center; padding: 16px; border-radius: 999px; }


/* --- 03. Hero : texte, puis grande photo arrondie ---------------------------- */

.ot__hero { position: relative; display: flex; flex-direction: column; padding: 150px 24px 40px; background: var(--ot-blanc); overflow: hidden; }
.ot__hero-voile, .ot__hero-grille { display: none; }
.ot__hero-contenu { order: 1; max-width: 1200px; margin: 0 auto; width: 100%; }
.ot__hero-texte { max-width: 860px; }
.ot__hero-fond {
  order: 2; position: relative; max-width: 1200px; width: 100%; margin: 56px auto 0; height: clamp(300px, 46vw, 600px);
  border-radius: 28px; background-size: cover; background-position: center 35%; will-change: transform;
}
.ot__hero h1 { margin-bottom: 22px; }
.ot__hero .ot__chapo { font-size: 20px; }
.ot__badge { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 9px; border-radius: 999px; background: var(--ot-gris); color: var(--ot-texte); font-size: 13px; font-weight: 500; margin-bottom: 26px; }
.ot__pastille { width: 7px; height: 7px; border-radius: 50%; background: var(--ot-accent); }
.ot__rotatif { display: inline-block; color: var(--ot-accent); }
.ot__rotatif span { display: inline-block; animation: otMonte .45s ease-out; }
@keyframes otMonte { from { opacity: 0; transform: translateY(.3em); } to { opacity: 1; transform: none; } }

/* texte découpé : discret, rapide */
.ot-mot { display: inline-block; overflow: hidden; vertical-align: bottom; }
.ot-mot > span { display: inline-block; transform: translateY(100%); opacity: 0; transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .5s; transition-delay: var(--d, 0s); }
.ot-vu .ot-mot > span, .ot-mot.ot-vu > span { transform: none; opacity: 1; }

.ot__reperes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--ot-bord); }
.ot__repere b { display: block; font-family: 'Inter Tight', 'Inter', sans-serif; font-weight: 500; font-size: 36px; line-height: 1; color: var(--ot-encre); margin-bottom: 6px; letter-spacing: -.03em; }
.ot__repere b span { color: var(--ot-accent); }
.ot__repere small { font-size: 14px; line-height: 1.45; color: var(--ot-texte-2); display: block; }


/* --- 04. Bandeau ------------------------------------------------------------- */

.ot__confiance { background: var(--ot-blanc); padding: 22px 0; overflow: hidden; border-top: 1px solid var(--ot-bord); border-bottom: 1px solid var(--ot-bord); margin-top: 40px; }
.ot__defile { display: flex; gap: 56px; align-items: center; width: max-content; animation: otDefile 40s linear infinite; }
.ot__confiance:hover .ot__defile { animation-play-state: paused; }
@keyframes otDefile { to { transform: translateX(-50%); } }
.ot__defile span { font-size: 15px; font-weight: 500; letter-spacing: -.005em; color: var(--ot-texte-2); white-space: nowrap; }
.ot__defile span::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--ot-bord); margin-right: 18px; vertical-align: middle; }


/* --- 05. Univers ------------------------------------------------------------- */

.ot__grille-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.ot__pole { display: flex; flex-direction: column; border-radius: var(--ot-r); background: var(--ot-blanc); border: 1px solid var(--ot-bord); padding: 10px; text-decoration: none; transition: transform .25s, box-shadow .25s, border-color .25s; }
.ot__pole:hover { transform: translateY(-4px); box-shadow: var(--ot-ombre); border-color: #D1D5DB; }
.ot__pole-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 16px; }
.ot__pole-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.ot__pole:hover .ot__pole-img img { transform: scale(1.04); }
.ot__pole-num { position: absolute; top: 12px; left: 12px; font-size: 12px; font-weight: 500; letter-spacing: .06em; color: var(--ot-encre); background: rgba(255,255,255,.92); padding: 5px 10px; border-radius: 999px; }
.ot__pole-corps { padding: 22px 12px 12px; flex: 1; display: flex; flex-direction: column; }
.ot__pole h3 { margin-bottom: 8px; }
.ot__pole p { font-size: 15.5px; color: var(--ot-texte-2); margin-bottom: 16px; }
.ot__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.ot__tag { font-size: 12.5px; font-weight: 500; padding: 5px 10px; border-radius: 999px; background: var(--ot-gris); color: var(--ot-texte); }


/* --- 06. Méthode --------------------------------------------------------------- */

.ot__etapes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.ot__etape { position: relative; padding: 32px 26px 24px; border-radius: var(--ot-r); background: var(--ot-blanc); border: 1px solid var(--ot-bord); }
.ot__etape::before { content: ''; position: absolute; left: 26px; right: 26px; top: -1px; height: 2px; width: 0; background: var(--ot-accent); transition: width 1s cubic-bezier(.2,.8,.2,1); }
.ot__etape.ot-vu::before { width: calc(100% - 52px); }
.ot__etape-num { display: inline-block; font-size: 12.5px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--ot-accent); margin-bottom: 12px; }
.ot__etape h3 { margin-bottom: 10px; }
.ot__etape p { font-size: 15.5px; color: var(--ot-texte-2); }
.ot__etape-img { margin-top: 18px; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 14px; }
.ot__etape-img img { width: 100%; height: 100%; object-fit: cover; }


/* --- 07. Duo, listes, chiffres --------------------------------------------------- */

.ot__duo { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.ot__duo-img { position: relative; border-radius: var(--ot-r); overflow: hidden; }
.ot__duo-img img { width: 100%; will-change: transform; }
.ot__liste-or { list-style: none; padding: 0; margin: 26px 0 0; }
.ot__liste-or li { position: relative; padding: 12px 0 12px 30px; border-top: 1px solid var(--ot-bord); font-size: 16.5px; }
.ot__liste-or li::before { content: ''; position: absolute; left: 4px; top: 21px; width: 10px; height: 10px; border-radius: 50%; background: var(--ot-teinte); box-shadow: inset 0 0 0 2.5px var(--ot-accent); }
.ot__liste-or li b { color: var(--ot-encre); font-weight: 500; }

.ot__preuves { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 46px; }
.ot__preuve { padding: 30px 24px; text-align: center; border-radius: var(--ot-r); background: var(--ot-blanc); border: 1px solid var(--ot-bord); }
.ot__preuve b { display: block; font-family: 'Inter Tight', 'Inter', sans-serif; font-weight: 500; font-size: 52px; line-height: 1; color: var(--ot-encre); margin-bottom: 10px; letter-spacing: -.04em; }
.ot__preuve small { font-size: 14px; line-height: 1.45; color: var(--ot-texte-2); display: block; }


/* --- 08. Témoignages ----------------------------------------------------------------- */

.ot__avis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.ot__avis-carte { background: var(--ot-blanc); border: 1px solid var(--ot-bord); border-radius: var(--ot-r); padding: 30px 28px 24px; display: flex; flex-direction: column; }
.ot__avis-carte p { font-family: 'Inter Tight', 'Inter', sans-serif; font-weight: 400; font-size: 20px; line-height: 1.4; letter-spacing: -.015em; color: var(--ot-encre); flex: 1; }
.ot__avis-qui { display: flex; align-items: center; gap: 14px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--ot-bord); }
.ot__avis-qui img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.ot__avis-qui b { display: block; font-size: 14.5px; font-weight: 500; color: var(--ot-encre); }
.ot__avis-qui small { color: var(--ot-texte-2); font-size: 13.5px; }


/* --- 09. Appels ------------------------------------------------------------------------ */

.ot__duo-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ot__cta-carte { position: relative; overflow: hidden; border-radius: var(--ot-r); min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 4vw, 48px); color: #FFFFFF; text-decoration: none; }
.ot__cta-fond { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.ot__cta-fond::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,15,25,.05) 20%, rgba(11,15,25,.82) 100%); }
.ot__cta-carte:hover .ot__cta-fond { transform: scale(1.04); }
.ot__cta-carte > *:not(.ot__cta-fond) { position: relative; }
.ot__cta-carte .ot__surtitre { color: #D1FAE5; }
.ot__cta-carte .ot__surtitre::before { background: #D1FAE5; }
.ot__cta-carte h3 { color: #FFFFFF; font-size: 32px; }
.ot__cta-carte p { color: #E5E7EB; font-size: 16px; margin-bottom: 22px; }
.ot__cta-carte .ot__btn--or { background: #FFFFFF; color: var(--ot-encre) !important; }
.ot__final { text-align: center; }
.ot__final .ot__btns { justify-content: center; }


/* --- 10. Questions ------------------------------------------------------------------------ */

.ot__faq { max-width: 820px; margin: 46px auto 0; border-top: 1px solid var(--ot-bord); }
.ot__q { border-bottom: 1px solid var(--ot-bord); }
.ot__q-tete { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 56px 22px 0; position: relative; font-family: 'Inter Tight', 'Inter', sans-serif; font-size: 20px; font-weight: 500; letter-spacing: -.02em; color: var(--ot-encre); line-height: 1.3; }
.ot__q-tete::after { content: ''; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; margin-top: -6px; background: linear-gradient(#0B0F19, #0B0F19) center / 12px 1.5px no-repeat, linear-gradient(#0B0F19, #0B0F19) center / 1.5px 12px no-repeat; transition: transform .3s; }
.ot__q.ot-ouvert .ot__q-tete::after { transform: rotate(45deg); }
.ot__q-corps { max-height: 0; overflow: hidden; transition: max-height .35s ease-out; }
.ot__q-corps div { padding: 0 40px 24px 0; color: var(--ot-texte); font-size: 16.5px; }


/* --- 11. Formulaires ---------------------------------------------------------------------- */

.ot__form { background: var(--ot-blanc); border: 1px solid var(--ot-bord); border-radius: var(--ot-r); padding: clamp(26px, 3vw, 42px); }
.ot__form .wpcf7-form { margin: 0; }
.ot__form p { margin-bottom: 16px; }
.ot__form label { display: block; font-size: 13.5px; font-weight: 500; color: var(--ot-encre); margin-bottom: 6px; }
.ot__form input[type=text], .ot__form input[type=email], .ot__form input[type=tel], .ot__form input[type=url], .ot__form input[type=number], .ot__form select, .ot__form textarea {
  width: 100%; padding: 12px 14px; background: #FFFFFF !important; border: 1px solid var(--ot-bord) !important; border-radius: 12px !important;
  color: var(--ot-encre) !important; font-family: 'Inter', sans-serif; font-size: 15.5px; transition: border-color .2s, box-shadow .2s;
}
.ot__form input:focus, .ot__form select:focus, .ot__form textarea:focus { outline: 0; border-color: var(--ot-accent) !important; box-shadow: 0 0 0 4px rgba(14,124,123,.12); }
.ot__form textarea { min-height: 140px; resize: vertical; }
.ot__form input[type=submit], .ot__form .wpcf7-submit {
  background: var(--ot-encre) !important; color: #FFFFFF !important; border: 0 !important; border-radius: 999px !important;
  padding: 14px 28px !important; font-family: 'Inter', sans-serif; font-size: 15.5px !important; font-weight: 500 !important; cursor: pointer; width: auto !important; transition: background .2s, transform .2s;
}
.ot__form input[type=submit]:hover { background: #1F2937 !important; transform: translateY(-1px); }
.ot__form .wpcf7-not-valid-tip { color: #B3261E; font-size: 13.5px; margin-top: 4px; }
.ot__form .wpcf7-response-output { border: 1px solid var(--ot-bord) !important; border-radius: 12px; padding: 12px 16px !important; margin: 16px 0 0 !important; }
.ot__form-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.ot__contact-grille { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 4vw, 60px); align-items: start; }
.ot__fiche { margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--ot-bord); }
.ot__fiche:last-child { border-bottom: 0; }
.ot__fiche b { display: block; font-size: 12.5px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--ot-texte-2); margin-bottom: 6px; }
.ot__fiche span, .ot__fiche a { color: var(--ot-encre); font-size: 16.5px; }
.ot__fiche a { text-decoration: underline; text-decoration-color: rgba(14,124,123,.4); text-underline-offset: 3px; }


/* --- 12. Pages intérieures -------------------------------------------------------------- */

.ot__banniere { position: relative; display: flex; flex-direction: column; padding: 150px 24px 0; background: var(--ot-blanc); overflow: hidden; }
.ot__banniere > .ot__large { order: 1; position: relative; z-index: 1; width: 100%; }
.ot__banniere-fond { order: 2; position: relative; max-width: 1200px; width: 100%; margin: 48px auto 0; height: clamp(220px, 32vw, 420px); border-radius: 28px; background-size: cover; background-position: center 35%; will-change: transform; }
.ot__banniere h1 { max-width: 20ch; margin-bottom: 16px; font-size: clamp(38px, 5.2vw, 72px); }
.ot__banniere .ot__chapo { margin-bottom: 0; max-width: 56ch; }
.ot__banniere + .ot__zone { padding-top: clamp(56px, 6vw, 96px); }
.ot__fil { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; font-size: 13.5px; }
.ot__fil a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: var(--ot-gris); color: var(--ot-encre) !important; font-weight: 500; }
.ot__fil a:hover { background: var(--ot-gris-2); }
.ot__fil-sep { color: var(--ot-texte-2); align-self: center; }

.ot__prose h2 { margin-top: 1.8em; font-size: clamp(26px, 3vw, 38px); }
.ot__prose h3 { margin-top: 1.5em; font-size: 22px; }
.ot__prose ul li::marker { color: var(--ot-accent); }
.ot__prose table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 1.4em 0; font-size: 15.5px; background: var(--ot-blanc); border: 1px solid var(--ot-bord); border-radius: 14px; overflow: hidden; }
.ot__prose th, .ot__prose td { padding: 12px 14px; border-bottom: 1px solid var(--ot-bord); text-align: left; }
.ot__prose tr:last-child td, .ot__prose tr:last-child th { border-bottom: 0; }
.ot__prose th { background: var(--ot-gris); color: var(--ot-encre); font-size: 12.5px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.ot__encadre { background: var(--ot-teinte); border-radius: 16px; padding: 22px 26px; margin: 28px 0; color: var(--ot-encre); }
.ot__encadre p:last-child { margin-bottom: 0; }


/* --- 13. Journal ------------------------------------------------------------------------- */

.ot__filtres { border-bottom: 1px solid var(--ot-bord); background: var(--ot-blanc); padding: 14px 24px; overflow-x: auto; scrollbar-width: none; margin-top: 40px; }
.ot__filtres::-webkit-scrollbar { display: none; }
.ot__filtres .ot__large { display: flex; gap: 8px; white-space: nowrap; }
.ot__filtre { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--ot-bord); color: var(--ot-encre) !important; font-size: 14px; font-weight: 500; background: #FFFFFF; }
.ot__filtre:hover, .ot__filtre.ot-actif { background: var(--ot-encre); border-color: var(--ot-encre); color: #FFFFFF !important; }
.ot__filtre span { font-size: 12px; padding: 1px 7px; border-radius: 999px; background: var(--ot-gris-2); color: var(--ot-encre); }
.ot__filtre.ot-actif span { background: rgba(255,255,255,.2); color: #FFFFFF; }
.ot__articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ot__articles--trois { margin-top: 44px; }
.ot__art { display: flex; flex-direction: column; background: var(--ot-blanc); border: 1px solid var(--ot-bord); border-radius: var(--ot-r); padding: 10px; transition: transform .25s, box-shadow .25s; }
.ot__art:hover { transform: translateY(-4px); box-shadow: var(--ot-ombre); }
.ot__art-img { display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 16px; }
.ot__art-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.ot__art:hover .ot__art-img img { transform: scale(1.04); }
.ot__art-corps { padding: 20px 12px 12px; display: flex; flex-direction: column; flex: 1; }
.ot__art-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-size: 13px; color: var(--ot-texte-2); margin-bottom: 12px; }
.ot__art-cat { padding: 3px 10px; border-radius: 999px; background: var(--ot-teinte); color: var(--ot-accent-2) !important; font-weight: 500; }
.ot__art-duree::before { content: '· '; }
.ot__art h2 { font-size: 23px; line-height: 1.2; margin-bottom: 10px; }
.ot__art h2 a { color: var(--ot-encre) !important; }
.ot__art p { font-size: 15px; color: var(--ot-texte-2); margin-bottom: 16px; }
.ot__art-lien { margin-top: auto; align-self: flex-start; font-size: 14.5px; font-weight: 500; color: var(--ot-accent) !important; }
@media (min-width: 900px) {
  .ot__art--vedette { grid-column: 1 / -1; flex-direction: row; gap: 10px; }
  .ot__art--vedette .ot__art-img { flex: 0 0 52%; aspect-ratio: auto; min-height: 380px; }
  .ot__art--vedette .ot__art-corps { padding: clamp(24px, 3vw, 44px); justify-content: center; }
  .ot__art--vedette h2 { font-size: clamp(28px, 3vw, 42px); }
}
.ot__pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.ot__pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--ot-bord); color: var(--ot-encre) !important; font-size: 15px; font-weight: 500; }
.ot__pagination .page-numbers.current, .ot__pagination .page-numbers:hover { background: var(--ot-encre); border-color: var(--ot-encre); color: #FFFFFF !important; }
.ot__banniere--article h1 { font-size: clamp(32px, 4.2vw, 58px); max-width: 26ch; }
.ot__art-meta--haut { margin-bottom: 18px; }
.ot__article-corps { font-size: 18px; line-height: 1.75; }
.ot__article-corps > p:first-of-type { font-size: 21px; color: var(--ot-encre); }
.ot__article-corps h2 { margin-top: 1.8em; }
.ot__article-corps blockquote { margin: 30px 0; padding: 22px 28px; border-left: 2px solid var(--ot-accent); background: var(--ot-gris); border-radius: 0 16px 16px 0; font-family: 'Inter Tight', 'Inter', sans-serif; font-size: 22px; line-height: 1.35; letter-spacing: -.02em; color: var(--ot-encre); }
.ot__article-corps blockquote p:last-child { margin-bottom: 0; }
.ot__art-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.ot__signature { display: flex; gap: 18px; align-items: flex-start; margin-top: 36px; padding: 22px 26px; background: var(--ot-gris); border-radius: 18px; }
.ot__signature img { flex: 0 0 auto; border-radius: 50%; }
.ot__signature b { display: block; font-size: 15.5px; font-weight: 500; color: var(--ot-encre); margin-bottom: 4px; }
.ot__signature small { color: var(--ot-texte-2); font-size: 14px; line-height: 1.5; }
.ot__sim-ligne { display: flex; gap: 12px; }


/* --- 14. Pied de page --------------------------------------------------------------------- */

.ot-pied { background: #FFFFFF; color: #6B7280; font-family: 'Inter', sans-serif; padding: 0 24px; width: 100vw; margin-left: calc(50% - 50vw); border-top: 1px solid #E5E7EB; }
.ot-pied__large { max-width: 1200px; margin: 0 auto; }
.ot-pied__cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px; padding: 72px 0 52px; }
.ot-pied__logo { height: 36px; width: auto; margin-bottom: 18px; }
.ot-pied p { font-size: 15px; line-height: 1.7; margin: 0 0 12px; }
.ot-pied h4 { color: #0B0F19; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 18px; }
.ot-pied ul { list-style: none; margin: 0; padding: 0; }
.ot-pied li { margin-bottom: 10px; }
.ot-pied a { color: #3F4653; font-size: 15px; text-decoration: none; transition: color .2s; }
.ot-pied a:hover { color: #0B0F19; }
.ot-pied .ot__btn--or { background: #0B0F19; color: #FFFFFF !important; }
.ot-pied__bas { border-top: 1px solid #E5E7EB; padding: 20px 0 28px; display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between; font-size: 13.5px; }
.ot-pied__legal { display: flex; flex-wrap: wrap; gap: 8px 20px; }


/* --- 15. Animations ------------------------------------------------------------------------ */

.ot-anim { opacity: 0; transform: translateY(16px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.ot-anim.ot-vu { opacity: 1; transform: none; }
.ot-anim--1 { transition-delay: .07s; } .ot-anim--2 { transition-delay: .14s; } .ot-anim--3 { transition-delay: .21s; } .ot-anim--4 { transition-delay: .28s; } .ot-anim--5 { transition-delay: .35s; }
.ot-curseur { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  .ot-anim { opacity: 1; transform: none; transition: none; }
  .ot__defile, .ot__rotatif span { animation: none; }
  .ot-mot > span { transform: none; opacity: 1; transition: none; }
  .ot-panneau { transform: none; transition: none; }
}


/* --- 16. Responsive -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .ot__grille-3, .ot__etapes, .ot__avis, .ot__articles { grid-template-columns: 1fr 1fr; }
  .ot__preuves { grid-template-columns: repeat(2, 1fr); }
  body.ot-body .navbar-nav > li > a, body.ot-body .nav > li > a { padding: 0 11px !important; font-size: 14px !important; }
}
@media (max-width: 991px) {
  .ot__hero { padding: 110px 20px 20px; }
  .ot__hero-fond { margin-top: 36px; height: clamp(220px, 52vw, 420px); border-radius: 20px; }
  .ot__reperes { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
  .ot__duo, .ot__duo-cta, .ot__contact-grille { grid-template-columns: 1fr; }
  .ot__duo-img { order: -1; }
  .ot__banniere { padding: 110px 20px 0; }
  .ot__banniere-fond { margin-top: 32px; height: clamp(180px, 40vw, 320px); border-radius: 20px; }
  .ot-pied__cols { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 767px) {
  .ot { font-size: 16px; }
  .ot h1 { font-size: clamp(36px, 9.5vw, 52px); }
  .ot h2 { font-size: clamp(28px, 7.5vw, 38px); }
  .ot__zone { padding: 60px 20px; }
  .ot__grille-3, .ot__etapes, .ot__avis, .ot__articles, .ot__preuves { grid-template-columns: 1fr; }
  .ot__reperes { grid-template-columns: 1fr 1fr; gap: 16px; }
  .ot__repere b { font-size: 28px; }
  .ot__form-duo { grid-template-columns: 1fr; }
  .ot__btns .ot__btn { width: 100%; }
  .ot-pied__cols { grid-template-columns: 1fr; }
  .ot__q-tete { font-size: 18px; }
}
@media (min-width: 1500px) {
  body.ot-body .navbar { width: min(1240px, calc(100% - 28px)); height: 66px !important; }
  body.ot-body .navbar-brand img { height: 46px !important; }
  body.ot-body .navbar-nav > li > a, body.ot-body .nav > li > a { font-size: 15px !important; padding: 0 16px !important; }
  .ot__large, .ot-pied__large, .ot__hero-contenu, .ot__hero-fond, .ot__banniere-fond { max-width: 1320px; }
}


/* --- correctif puces (24/09) : le thème impose list-style:square et « .ot ul » un padding → doubles puces --- */
.ot ul.ot__liste-or, .ot__liste-or { list-style: none !important; padding-left: 0 !important; }
.ot__liste-or li { list-style: none !important; }
.ot__liste-or li::marker { content: ''; }
.ot .ot__contrat ul, .ot .ot__contrat li, .ot .ot__tags { list-style: none !important; }
@media (max-width: 767px) {
  .ot__prose table { display: table; width: 100%; table-layout: fixed; font-size: 12.5px; }
  .ot__prose th, .ot__prose td { white-space: normal; padding: 8px 6px; overflow-wrap: anywhere; }
}


/* ==========================================================================
   Centrage mobile + tableaux en fiches (26/09/2026, demande de Marc :
   « tout centrer, les carrés sont incomplets sur téléphone »)
   ========================================================================== */
@media (max-width: 767px) {
  .ot h1, .ot h2, .ot h3, .ot .ot__chapo, .ot__badge, .ot__hero-texte, .ot__banniere .ot__large,
  .ot__repere, .ot__preuve, .ot__pole-corps, .ot__etape, .ot__avis-carte, .ot__contrat, .ot__cta-carte,
  .ot__art-corps, .ot__fiche, .ot__encadre, .ot__q-tete, .ot__q-corps div, .ot__duo > div, .ot__contact-grille > div,
  .ot__sim-reglages, .ot__calc-reglages, .ot__prose, .ot__article-corps { text-align: center; }
  .ot .ot__chapo, .ot__badge { margin-left: auto; margin-right: auto; }
  .ot__surtitre { display: flex; justify-content: center; text-align: center; }
  .ot__surtitre::before { display: none; }
  .ot__btns, .ot__tags, .ot__art-tags, .ot__art-meta, .ot__avis-qui, .ot__fil { justify-content: center; }
  .ot__avis-qui > div { text-align: left; }
  .ot__art-lien, .ot__pole-lien { align-self: center; }
  .ot__liste-or li, .ot__contrat li, .ot__prose ul, .ot__prose ol, .ot__form, .ot__form label, .ot__q-corps ul { text-align: left; }
  .ot__liste-or { display: inline-block; text-align: left; max-width: 100%; }
  .ot__reperes { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ot__repere { padding: 16px 12px 14px; }
  .ot__repere b { font-size: 28px; }
  .ot__hero-fond { transform: none; inset: 0; }
  .ot__pole-img img, .ot__etape-img img, .ot__art-img img { object-position: center; }

  /* tableaux : une fiche par ligne, l'intitulé de colonne devant chaque valeur (data-label posé par le JS) */
  .ot__prose table, .ot__prose tbody, .ot__prose tr, .ot__prose td { display: block; width: 100%; }
  .ot__prose thead { display: none; }
  .ot__prose table { border: 0; background: transparent; box-shadow: none; table-layout: auto; font-size: 15px; }
  .ot__prose tr { margin-bottom: 12px; border: 1px solid var(--ot-bord); border-radius: 14px; padding: 4px 14px 6px; background: var(--ot-blanc); }
  .ot__prose td { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; text-align: right; padding: 9px 0; border-bottom: 1px solid var(--ot-bord); white-space: normal; overflow-wrap: anywhere; }
  .ot__prose td:last-child { border-bottom: 0; }
  .ot__prose td::before { content: attr(data-label); flex: 0 0 46%; text-align: left; font-size: 11.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ot-texte-2); }
  .ot__prose td:first-child { display: block; text-align: center; font-weight: 700; color: var(--ot-encre); padding-top: 12px; }
  .ot__prose td:first-child::before { display: none; }
  .ot__prose td[data-label=""]::before { display: none; }
}
