.elementor-556 .elementor-element.elementor-element-eb991f0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c9b66bd *//* ================================================================
   SINEQUANONE ENGINEERING — Formation Primavera P6
   Module 03 : Avancé Ressources
   Feuille de style autonome — à lier depuis
   formation-primavera-p6-avance-ressources.html

   Les sections 1 à 3 et 13 à 14 sont communes avec la page mère du
   parcours et avec les autres modules. Si vous préférez une feuille
   partagée, supprimez-les ici et liez d'abord la feuille commune.

   Deux images à fournir : le hero (section 4) et l'encart de devis
   (section 6), tous deux en url("#") pour l'instant.
   ================================================================ */

/* ---------- 1. Tokens ---------- */
:root{
  --blue:#027FFF;
  --blue-dark:#0166CC;
  --navy:#034A77;
  --ink:#1A2733;
  --green:#66A147;
  --red:#990005;

  --text:#2E2E2E;
  --muted:#66727D;
  --rule:#E2E8EF;
  --panel:#F7F9FB;
  --tint:#EDF6FF;
  --white:#fff;

  --ff:"Montserrat","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

  --wrap:1200px;
  --ease:cubic-bezier(.4,0,.2,1);
}

/* ---------- 2. Base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:32px;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--ff);
  font-size:16px;font-weight:400;line-height:1.75;
  color:var(--text);background:var(--white);
  -webkit-font-smoothing:antialiased;
  -webkit-tap-highlight-color:rgba(2,127,255,.14);
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block;border:0}
a{color:var(--blue);transition:color .2s var(--ease)}
a:hover{color:var(--navy)}
ul{margin:0;padding:0;list-style:none}
p{margin:0 0 1em;overflow-wrap:break-word}
p:last-child{margin-bottom:0}
h1,h2,h3,h4{font-family:var(--ff);margin:0;line-height:1.3;overflow-wrap:break-word}
:focus-visible{outline:2px solid var(--blue);outline-offset:3px}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px;width:100%}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}

/* ---------- 3. Titres, texte, boutons ---------- */
.h-2{font-size:32px;font-weight:600;color:var(--blue);margin:0 0 20px}
.h-2--center{text-align:center}
.h-2--rule::after{content:"";display:block;width:52px;height:3px;margin-top:14px;background:var(--blue)}
.h-2--center.h-2--rule::after{margin-left:auto;margin-right:auto}

.rte h3{font-size:19px;font-weight:600;color:var(--navy);margin:1.6em 0 .6em}
.rte ul{list-style:none;margin:0 0 1.2em}
.rte li{position:relative;padding-left:24px;margin-bottom:.5em}
.rte li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;background:var(--blue)}
.rte strong{font-weight:700}
.rte .hl{color:var(--blue);font-weight:700}

.btn{
  display:inline-block;
  padding:14px 32px;
  font-size:15.5px;font-weight:600;
  color:var(--white);background:var(--blue);
  border:1px solid var(--blue);border-radius:30px;
  cursor:pointer;
  transition:background .25s var(--ease),border-color .25s var(--ease);
}
.btn:hover{color:var(--white);background:var(--blue-dark);border-color:var(--blue-dark)}
.btn--white{background:var(--white);color:var(--blue);border-color:var(--white)}
.btn--white:hover{background:var(--tint);color:var(--navy);border-color:var(--tint)}
.btn-row{display:flex;justify-content:center;margin-top:28px}

/* ---------- 4. Hero ---------- */
.hero{
  position:relative;
  display:flex;align-items:center;
  min-height:52vh;
  padding:96px 24px 80px;
  background-color:var(--navy);
  /* Image du hero : remplacer url("#") par le fichier réel, en https */
  background-image:url("http://sinequanone-engineering.fr/wp-content/uploads/2026/08/a6641e85-57f2-4846-8b34-fd7c42b3765f.png");
  background-size:cover;background-position:top;background-repeat:no-repeat;
  overflow:hidden;
}
.hero::before{
  content:"";position:absolute;top:0;right:0;bottom:0;left:0;
  background-image:linear-gradient(90deg,rgba(3,74,119,.25) 0%,rgba(3,74,119,.66) 100%);
}
.hero-inner{position:relative;max-width:var(--wrap);width:100%;margin:0 auto}
.hero-kicker{
  width:62%;margin:0 0 10px auto;text-align:right;
  font-size:12.5px;font-weight:700;letter-spacing:2.2px;text-transform:uppercase;
  color:rgba(255,255,255,.82);
}
.hero h1{
  width:62%;margin-left:auto;text-align:right;
  font-size:40px;font-weight:500;color:var(--white);
  text-shadow:2px 2px 2px rgba(0,0,0,.3);
}
.hero-sub{
  margin:10px 0 0;text-align:center;
  font-size:20px;font-weight:500;letter-spacing:1.6px;color:var(--white);
  text-shadow:2px 2px 2px rgba(0,0,0,.3);
}
.hero-sub span{display:block;font-size:15px;letter-spacing:.8px;opacity:.92;margin-top:4px}

/* ---------- 5. Sélecteur de modules ---------- */
.modnav{max-width:460px;margin:34px auto 0;position:relative}
.modnav__btn{
  width:100%;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:15px 24px;
  font-family:inherit;font-size:16px;font-weight:600;
  color:var(--navy);background:var(--tint);
  border:1px solid var(--rule);border-radius:25px;
  cursor:pointer;text-align:left;
  transition:background .25s var(--ease),border-color .25s var(--ease);
}
.modnav__btn:hover{background:var(--white);border-color:var(--blue)}
.modnav__btn svg{
  width:16px;height:16px;flex:0 0 auto;
  fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;
  transition:transform .3s var(--ease);
}
.modnav__btn[aria-expanded="true"] svg{transform:rotate(180deg)}
.modnav__list{
  position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:30;
  background:var(--white);
  border:1px solid var(--rule);border-radius:16px;
  box-shadow:0 12px 34px rgba(5,47,75,.14);
  padding:8px 0;
  opacity:0;visibility:hidden;transform:translateY(-8px);
  transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s;
}
.modnav__list.is-open{opacity:1;visibility:visible;transform:none}
.modnav__list a{
  display:block;padding:11px 24px;
  font-size:14.5px;font-weight:500;color:var(--text);
  transition:background .2s var(--ease),color .2s var(--ease);
}
.modnav__list a:hover{background:var(--panel);color:var(--blue)}

/* 5 bis. Le module courant est signalé, pas seulement par la couleur :
   un liseré gauche reste lisible en niveaux de gris et pour les
   daltonismes du rouge-vert. */
.modnav__list a.is-current{
  color:var(--blue);font-weight:700;
  background:var(--tint);
  box-shadow:inset 3px 0 0 var(--blue);
}

/* ---------- 5 ter. Bandeau de faits ---------- */
.quickfacts{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
  margin:34px auto 0;
}
.quickfacts li{
  display:flex;flex-direction:column;gap:4px;
  padding:20px 20px 18px;
  background:var(--panel);
  border:1px solid var(--rule);
  border-top:3px solid var(--blue);
}
.quickfacts svg{
  width:24px;height:24px;margin-bottom:6px;
  fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
.quickfacts b{font-size:15.5px;font-weight:700;color:var(--navy);line-height:1.35}
.quickfacts span{font-size:13.5px;color:var(--muted);line-height:1.45}

/* ---------- 6. Présentation + encart devis ---------- */
.present{
  display:grid;grid-template-columns:1fr 420px;gap:50px;align-items:start;
  margin:66px auto 0;
}
.quote-box{
  position:relative;overflow:hidden;isolation:isolate;
  padding:38px 34px;
  background-color:var(--navy);
  /* Visuel de l'encart : remplacer url("#") par le fichier réel */
  background-image:url("#");
  background-size:cover;background-position:center;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(5,47,75,.16);
  color:var(--white);
}
.quote-box::before{
  content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;
  background-image:linear-gradient(160deg,rgba(3,74,119,.94),rgba(2,127,255,.86));
}
.quote-box h2{font-size:21px;font-weight:600;color:var(--white);margin-bottom:16px;line-height:1.45}
.quote-box p{font-size:15px;color:rgba(255,255,255,.94)}
.quote-box .hl{color:var(--white);font-weight:700}
.quote-box .btn{margin-top:22px}
/* L'encart suit la lecture sur grand écran ; désactivé plus bas en mobile,
   où il passe sous le texte et n'a plus rien à suivre. */
@media (min-width:1025px){
  .quote-box{position:sticky;top:28px}
}

/* ---------- 7. Objectifs ---------- */
.goals{margin:76px auto 0}
.goals__grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:32px}
.goal{padding:28px 26px;border:1px solid var(--rule)}
.goal h3{
  display:flex;align-items:center;gap:12px;
  font-size:17px;font-weight:600;color:var(--navy);margin-bottom:14px;
}
.goal h3 b{
  flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;
  font-size:12px;font-weight:700;color:var(--white);background:var(--blue);
}
.goal li{position:relative;padding-left:22px;margin-bottom:.5em;font-size:15px}
.goal li:last-child{margin-bottom:0}
.goal li::before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;background:var(--blue)}

/* ---------- 8. Les acquis ---------- */
.infos{margin:76px auto 0;padding:60px 0;background:var(--panel);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.infos__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.info{
  padding:26px 24px;
  background:var(--white);
  border:1px solid var(--rule);
  transition:border-color .3s var(--ease),box-shadow .3s var(--ease),transform .3s var(--ease);
}
.info:hover{
  border-color:rgba(2,127,255,.45);
  box-shadow:0 10px 26px rgba(5,47,75,.1);
  transform:translateY(-3px);
}
.info__icon{
  display:grid;place-items:center;
  width:44px;height:44px;margin-bottom:14px;
  color:var(--blue);background:var(--tint);
}
.info__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.info h3{font-size:16.5px;font-weight:600;color:var(--ink);margin-bottom:9px;line-height:1.45}
.info p{font-size:14.5px;margin:0}

/* ---------- 9. Programme sur trois jours ---------- */
.program{margin:76px auto 0}
.program__lead{max-width:820px;margin:0 auto;text-align:center;color:var(--muted);font-size:15.5px}
.days{margin-top:34px;display:flex;flex-direction:column;gap:14px}
.day{border:1px solid var(--rule);background:var(--white);transition:border-color .3s var(--ease)}
.day.is-open{border-color:rgba(2,127,255,.45)}
.day h3{margin:0;font-size:inherit;font-weight:inherit}
.day__head{
  width:100%;
  display:flex;align-items:center;gap:18px;
  padding:20px 24px;
  font-family:inherit;text-align:left;
  background:none;border:0;cursor:pointer;
  transition:background .25s var(--ease);
}
.day__head:hover{background:var(--panel)}
.day__tag{
  flex:0 0 auto;
  padding:6px 14px;
  font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;
  color:var(--white);background:var(--blue);
}
.day__title{flex:1 1 auto;font-size:17px;font-weight:600;color:var(--navy);line-height:1.4}
.day__chev{
  flex:0 0 auto;width:11px;height:11px;margin-right:4px;
  border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);
  transform:rotate(45deg) translateY(-3px);
  transition:transform .35s var(--ease);
}
.day.is-open .day__chev{transform:rotate(-135deg) translateY(-3px)}
.day__panel{overflow:hidden;max-height:0;transition:max-height .4s var(--ease)}
.day__inner{
  display:grid;grid-template-columns:1fr 1fr;gap:22px 30px;
  padding:6px 24px 28px;
}
.chapter h4{
  display:flex;align-items:baseline;gap:10px;
  font-size:15.5px;font-weight:700;color:var(--ink);margin-bottom:8px;
}
.chapter h4 span{
  flex:0 0 auto;
  font-size:13px;font-weight:700;color:var(--blue);
  font-variant-numeric:tabular-nums;
}
.chapter li{position:relative;padding-left:20px;margin-bottom:.4em;font-size:14.5px;line-height:1.65}
.chapter li:last-child{margin-bottom:0}
.chapter li::before{content:"";position:absolute;left:0;top:.68em;width:6px;height:6px;background:var(--blue);opacity:.55}

/* ---------- 10. Partenariat Oracle ---------- */
.partner{
  display:grid;grid-template-columns:112px 1fr;gap:28px;align-items:center;
  margin:60px auto 0;padding:30px 32px;
  background:var(--panel);
  border:1px solid var(--rule);
  border-left:3px solid var(--blue);
}
.partner__visual{
  display:flex;align-items:center;justify-content:center;
  padding:12px;background:var(--white);border:1px solid var(--rule);
}
.partner__visual svg{width:100%;height:auto;display:block}
.partner__label{
  margin:0 0 6px;
  font-size:12px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;
  color:var(--blue);
}
.partner h2{font-size:19px;font-weight:600;color:var(--navy);margin-bottom:8px;line-height:1.4}
.partner p{font-size:14.5px;margin:0}

/* ---------- 11. Appel final ---------- */
.closing{
  margin-top:76px;padding:64px 24px;
  background:var(--navy);color:var(--white);text-align:center;
}
.closing__inner{max-width:700px;margin:0 auto}
.closing h2{font-size:26px;font-weight:600;color:var(--white);margin-bottom:14px}
.closing p{color:rgba(255,255,255,.9)}

/* ---------- 12. Animations ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.reveal.is-visible{opacity:1;transform:none}
.stagger>*{opacity:0;transform:translateY(18px);transition:opacity .55s var(--ease),transform .55s var(--ease)}
.stagger.is-visible>*{opacity:1;transform:none}
.stagger.is-visible>*:nth-child(2){transition-delay:.07s}
.stagger.is-visible>*:nth-child(3){transition-delay:.14s}
.stagger.is-visible>*:nth-child(4){transition-delay:.21s}
.stagger.is-visible>*:nth-child(5){transition-delay:.28s}
.stagger.is-visible>*:nth-child(6){transition-delay:.35s}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition-duration:.001ms!important}
  .reveal,.stagger>*{opacity:1!important;transform:none!important}
}
@media (hover:none){
  .info:hover{transform:none}
}

/* ================================================================
   13. RESPONSIVE
   ================================================================ */
@media (max-width:1100px){
  .quickfacts{grid-template-columns:repeat(2,1fr)}
  .infos__grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:1024px){
  .hero{min-height:46vh;padding:82px 24px 68px}
  .hero-kicker,.hero h1{width:100%;text-align:center}

  .present{grid-template-columns:1fr;gap:34px;margin-top:50px}
  .goals,.program{margin-top:56px}
  .infos{margin-top:56px;padding:48px 0}
  .goals__grid{grid-template-columns:1fr}
  .day__inner{grid-template-columns:1fr;gap:20px}
  .closing{margin-top:56px;padding:52px 24px}
}

@media (max-width:767px){
  body{font-size:15px}
  .wrap{padding:0 18px}

  .hero{min-height:auto;padding:66px 18px 58px}
  .hero-kicker{font-size:11px;letter-spacing:1.6px}
  .hero h1{font-size:25px}
  .hero-sub{font-size:13px;letter-spacing:1.1px}
  .hero-sub span{font-size:12.5px}

  .h-2{font-size:23px;margin-bottom:16px}
  .h-2--rule::after{width:42px;margin-top:11px}

  .modnav{margin-top:26px;max-width:none}
  .modnav__btn{font-size:15px;padding:13px 20px}

  .quickfacts{grid-template-columns:1fr;gap:10px;margin-top:26px}
  .quickfacts li{padding:16px 18px 14px}

  .present{margin-top:40px;gap:28px}
  .quote-box{padding:28px 22px}
  .quote-box h2{font-size:19px}

  .goals,.program{margin-top:46px}
  .infos{margin-top:46px;padding:40px 0}
  .infos__grid{grid-template-columns:1fr;gap:14px}
  .goal{padding:22px 20px}
  .info{padding:22px 20px}

  .program__lead{font-size:15px}
  .days{gap:10px}
  /* Le libellé du jour passe au-dessus du titre : à 320 px de large,
     les deux côte à côte ne laissent plus rien au titre. */
  .day__head{
    flex-wrap:wrap;gap:8px 14px;padding:16px 18px;
    position:relative;padding-right:44px;
  }
  .day__tag{order:1;padding:4px 10px;font-size:11px}
  .day__title{order:3;flex:1 1 100%;font-size:15.5px}
  .day__chev{order:2;position:absolute;right:20px;top:24px;margin:0}
  .day__inner{padding:2px 18px 22px}
  .chapter h4{font-size:15px}
  .chapter li{font-size:14px}

  .partner{grid-template-columns:1fr;gap:18px;padding:24px 20px;margin-top:44px}
  .partner__visual{max-width:150px}
  .partner h2{font-size:17.5px}

  .closing{margin-top:46px;padding:44px 18px}
  .closing h2{font-size:22px}
  .btn{width:100%;text-align:center}
  .quote-box .btn{width:100%}
}

@media (max-width:420px){
  .wrap{padding:0 14px}
  .hero{padding:56px 14px 50px}
  .hero h1{font-size:22px}
  .quote-box{padding:24px 18px}
  .day__head{padding:14px 40px 14px 16px}
  .day__inner{padding:2px 16px 20px}
  .closing{padding:38px 14px}
}

/* ================================================================
   14. NEUTRALISATION DU SOULIGNEMENT (thème + Elementor)
   Le !important règle le conflit d'ordre de chargement avec le kit
   Elementor ; le second groupe coupe la décoration sur les blocs
   porteurs, puisque text-decoration est peinte par l'ancêtre et non
   héritée.
   ================================================================ */
a, a:link, a:visited, a:hover, a:focus, a:active,
button, .btn, .btn:hover, .btn:focus,
.modnav__list a, .modnav__list a:hover,
.elementor a, .elementor-widget-container a,
.elementor-button, .elementor-button:hover{
  text-decoration:none !important;
  -webkit-text-decoration:none !important;
  text-decoration-line:none !important;
  text-underline-offset:0;
}
p, li, ul, ol, h1, h2, h3, h4, h5, h6,
span, address, blockquote, figcaption, label, div, article, section,
.elementor-widget-container{
  text-decoration:none;
}
.elementor-button{display:inline-block}

/* Exception voulue : les liens en pleine phrase restent soulignés,
   seul repère fiable pour les distinguer du texte courant. */
.rte p a, .rte li a, .goal li a, .chapter li a{
  text-decoration:underline !important;
  text-decoration-line:underline !important;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  text-decoration-color:currentColor !important;
}/* End custom CSS */