.elementor-201 .elementor-element.elementor-element-dcfd73f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3ede766 *//* ================================================================
   SINEQUANONE ENGINEERING — FAQ
   Feuille de style — à lier depuis faq-sinequanone-engineering.html
   Seule image attendue : le hero, via url("#") en section 4.
   ================================================================ */

/* ---------- 1. Tokens ---------- */
:root{
  --blue:#027FFF;
  --navy:#034A77;
  --red:#990005;
  --text:#2E2E2E;
  --dark:#141414;
  --sky:#459CEC;
  --wash:#EFF5FC;
  --line:rgba(3,74,119,.18);
  --white:#fff;

  --ff-main:"Montserrat","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --ff-alt:"Outfit","Montserrat","Segoe UI",Roboto,Arial,sans-serif;

  --wrap:1220px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- 2. Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--ff-main);
  font-size:16px;font-weight:400;line-height:1.7;
  color:var(--text);background:var(--white);
}
img{max-width:100%;height:auto;display:block;border:0}
a{color:var(--blue);text-decoration:none;transition:color .25s var(--ease)}
a:hover{color:var(--navy)}
ul{margin:0;padding:0;list-style:none}
p{margin:0 0 1em}
p:last-child{margin-bottom:0}
h1,h2,h3{font-family:var(--ff-main);margin:0;line-height:1.25}
:focus-visible{outline:3px solid var(--sky);outline-offset:3px}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px;width:100%}

/* ---------- 3. Hero ---------- */
.hero{
  position:relative;
  display:flex;flex-direction:column;justify-content:center;align-items:flex-end;
  min-height:80vh;
  padding:20px;
  background-color:transparent;
  background-image:linear-gradient(180deg,#1C6AC5 0%,#439CED 70%);
  overflow:hidden;
}
/* Calque photo du hero : remplacer url("#") par l'image réelle */
.hero::before{
  content:"";position:absolute;inset:0;
  background-image:url("http://sinequanone-engineering.fr/wp-content/uploads/2026/08/a7ad6fc2-2fc9-4dbb-beb0-673225a425f4.png");
  background-size:cover;background-position:center;background-repeat:no-repeat;
  opacity:.73;
}
.hero-inner{position:relative;max-width:var(--wrap);width:100%;margin:0 auto}
.hero h1{
  font-size:72px;font-weight:500;color:var(--white);
  text-align:center;letter-spacing:1px;
  text-shadow:2px 2px 2px rgba(0,0,0,.3);
}
.hero-sub{
  margin-top:-10px;
  font-size:18px;font-weight:500;letter-spacing:1.6px;color:var(--white);
  text-align:right;
  text-shadow:2px 2px 2px rgba(0,0,0,.3);
}

/* ---------- 4. Sommaire des rubriques ---------- */
.toc{
  display:flex;flex-wrap:wrap;justify-content:center;gap:12px;
  margin:44px auto 0;
}
.toc a{
  display:inline-flex;align-items:center;gap:9px;
  padding:11px 22px;
  font-size:15px;font-weight:600;color:var(--navy);
  background:var(--wash);
  border:1.5px solid transparent;border-radius:30px;
  transition:all .3s var(--ease);
}
.toc a:hover{
  color:var(--blue);background:var(--white);
  border-color:var(--blue);
  transform:translateY(-3px);
  box-shadow:0 12px 26px rgba(2,127,255,.16);
}
.toc .count{
  font-size:12.5px;font-weight:700;
  color:var(--white);background:var(--blue);
  border-radius:20px;padding:1px 9px;
}

/* ---------- 5. Barre de recherche ---------- */
.search{position:relative;max-width:560px;margin:26px auto 0}
.search__icon{
  position:absolute;left:18px;top:50%;transform:translateY(-50%);
  width:19px;height:19px;color:#8FA6B8;pointer-events:none;
}
.search__icon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2}
.search input{
  width:100%;
  font-family:inherit;font-size:15.5px;color:var(--text);
  background:#F7FAFD;
  border:1.5px solid #DDE7F1;border-radius:30px;
  padding:14px 46px 14px 50px;
  transition:border-color .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease);
}
.search input::placeholder{color:#9CAFBE}
.search input:focus{
  outline:0;background:var(--white);border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(2,127,255,.13);
}
.search__clear{
  position:absolute;right:14px;top:50%;transform:translateY(-50%);
  width:26px;height:26px;display:none;place-items:center;
  background:var(--wash);color:var(--navy);
  border:0;border-radius:50%;cursor:pointer;font-size:15px;line-height:1;
  transition:background .25s var(--ease),color .25s var(--ease);
}
.search.has-value .search__clear{display:grid}
.search__clear:hover{background:var(--blue);color:var(--white)}
.search-empty{
  display:none;margin:30px auto 0;
  text-align:center;color:#6B7A88;font-size:15px;
}
.search-empty.is-shown{display:block}

/* ---------- 6. Rubriques FAQ ---------- */
.faq{margin:90px auto}
.faq__group{margin-bottom:50px}
.faq__group:last-child{margin-bottom:0}
.faq__group.is-filtered-out{display:none}
.faq h2{
  font-size:34px;font-weight:600;color:var(--blue);
  text-align:center;margin-bottom:26px;
}

.accordion{width:100%}
.acc-item{border-bottom:1px solid var(--line)}
.acc-item.is-filtered-out{display:none}
.acc-item h3{margin:0;font-size:inherit;font-weight:inherit}
.acc-head{
  width:100%;
  display:flex;align-items:flex-start;gap:14px;
  padding:18px 4px;
  background:none;border:0;cursor:pointer;
  font-family:inherit;font-size:16px;font-weight:500;
  color:var(--navy);text-align:left;line-height:1.5;
  transition:color .3s var(--ease);
}
.acc-head:hover{color:var(--blue)}
.acc-item.is-open .acc-head{color:var(--blue);font-weight:600}
.acc-chev{
  flex:0 0 auto;width:11px;height:11px;margin-top:8px;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(-45deg);
  transition:transform .35s var(--ease),margin .35s var(--ease);
}
.acc-item.is-open .acc-chev{transform:rotate(45deg);margin-top:12px}
.acc-panel{overflow:hidden;max-height:0;transition:max-height .5s var(--ease)}
.acc-panel-inner{padding:0 4px 24px 25px;font-size:16px;line-height:28px}
.acc-panel-inner ul,
.acc-panel-inner ol{list-style:disc;padding-left:22px;margin:0 0 1em}
.acc-panel-inner ol{list-style:decimal}
.acc-panel-inner li{margin-bottom:.35em}
/* Libellé réservé aux lecteurs d'écran */
.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;
}

/* ---------- 7. Appel à contact ---------- */
.cta{
  margin:0 auto;padding:70px 20px;
  background:var(--wash);
}
.cta__inner{
  max-width:760px;margin:0 auto;
  display:flex;flex-direction:column;align-items:center;gap:16px;
  text-align:center;
}
.cta h2{font-size:34px;font-weight:600;color:var(--navy)}
.cta p{color:var(--text)}
.btn{
  display:inline-block;
  padding:13px 32px;
  font-size:16px;font-weight:500;
  color:var(--white);background:var(--blue);
  border:1px solid var(--blue);border-radius:30px;
  transition:background .5s var(--ease),color .5s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease);
}
.btn:hover{
  background:transparent;color:var(--blue);
  transform:translateY(-3px);
  box-shadow:0 12px 26px rgba(2,127,255,.22);
}

/* ---------- 8. Retour en haut ---------- */
.to-top{
  position:fixed;right:24px;bottom:24px;z-index:60;
  width:46px;height:46px;display:grid;place-items:center;
  background:var(--blue);color:var(--white);
  border:0;border-radius:50%;cursor:pointer;
  box-shadow:0 10px 26px rgba(2,127,255,.34);
  opacity:0;visibility:hidden;transform:translateY(14px);
  transition:opacity .35s var(--ease),transform .35s var(--ease),visibility .35s,background .3s var(--ease);
}
.to-top.is-shown{opacity:1;visibility:visible;transform:none}
.to-top:hover{background:var(--navy)}
.to-top svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}

/* ---------- 9. Animations ---------- */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.is-visible{opacity:1;transform:none}
.stagger>*{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.stagger.is-visible>*{opacity:1;transform:none}
.stagger.is-visible>*:nth-child(1){transition-delay:.05s}
.stagger.is-visible>*:nth-child(2){transition-delay:.14s}
.stagger.is-visible>*:nth-child(3){transition-delay:.23s}

@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}
}

/* ================================================================
   10. RESPONSIVE — points de rupture Elementor (1024 / 767)
   ================================================================ */
@media (max-width:1024px){
  .hero{min-height:80vh;align-items:center}
  .hero::before{opacity:.28}
  .hero h1{font-size:52px}
  .hero-sub{text-align:center}

  .faq{margin:45px auto}
  .faq__group{margin-bottom:40px}

}

@media (max-width:767px){
  body{font-size:14px}
  .hero{min-height:60vh}
  .hero::before{opacity:.2}
  .hero h1{font-size:38px}
  .hero-sub{font-size:12px}

  .toc{gap:9px;margin-top:32px}
  .toc a{padding:9px 16px;font-size:13.5px}
  .search{margin-top:20px}
  .search input{font-size:16px;padding:13px 44px 13px 46px} /* 16px : évite le zoom iOS */

  .faq h2{font-size:24px;margin-bottom:18px}
  .acc-head{font-size:14px;gap:11px;padding:16px 2px}
  .acc-chev{width:10px;height:10px;margin-top:7px}
  .acc-item.is-open .acc-chev{margin-top:11px}
  .acc-panel-inner{font-size:14px;line-height:26px;padding:0 2px 20px 21px}

  .cta{padding:56px 18px}
  .cta h2{font-size:24px}

  .to-top{right:16px;bottom:16px;width:42px;height:42px}

}

/* ================================================================
   NEUTRALISATION DU SOULIGNEMENT (thème + Elementor)
   ----------------------------------------------------------------
   Deux causes possibles, traitées ici toutes les deux :

   1. Ordre de chargement — le kit Elementor et le thème déclarent leur
      propre règle sur les liens et peuvent être chargés APRÈS cette
      feuille. À spécificité égale, la dernière règle gagne : le
      !important est le seul moyen fiable de reprendre la main.

   2. Propagation — text-decoration n'est pas héritée, elle est PEINTE
      par l'ancêtre sur toute sa descendance. Si un <p>, un <li> ou un
      conteneur Elementor porte un soulignement, écrire
      text-decoration:none sur le <a> enfant ne l'efface pas. Il faut
      couper la décoration sur les blocs porteurs — ce que fait le
      second groupe de sélecteurs.
   ================================================================ */

/* Liens et boutons : aucun soulignement, dans tous les états */
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active,
button,
.btn,
.btn:link,
.btn:visited,
.btn:hover,
.btn:focus,
.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;
}

/* Blocs porteurs : on coupe la décoration à la source, sinon elle
   continue d'être peinte sur les liens enfants */
p, li, ul, ol,
h1, h2, h3, h4, h5, h6,
span, address, blockquote, figcaption, label,
.elementor-widget-container{
  text-decoration:none;
}

/* Un élément inline-block ou inline-flex ne reçoit pas la décoration
   peinte par son parent. Les boutons de cette feuille sont déjà en
   inline-flex : on ne touche qu'aux boutons générés par Elementor,
   sinon on écraserait leur alignement d'icône. */
.elementor-button{display:inline-block}

/*
   Pour rétablir le soulignement sur les seuls liens en pleine phrase
   (recommandé en accessibilité : la couleur seule ne suffit pas à
   signaler un lien), décommenter ce bloc :

   p a:not(.btn), li a:not(.btn){
     text-decoration:underline !important;
     text-decoration-thickness:1px;
     text-underline-offset:3px;
   }
*//* End custom CSS */