/*
Theme Name: Hello Vasco
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780575423
Updated: 2026-06-04 12:17:03

*/

.site-logo,
.entry-title {
    display: none;
}


/* ============================================================
   VASCO — CORPS D'ARTICLE
   Scope : .article-body (widget Contenu de l'article)
   ============================================================ */

/* --- Tokens ----------------------------------------------- */
.article-body {
  --txt:          #27273E;   /* texte courant */
  --heading:      #000003;   /* titres */
  --link:         #000003;   /* lien */
  --link-hover:   #FF6660;   /* lien survolé */
  --link-visited: #9F0700;   /* lien visité */
  --accent:       #FF6660;   /* corail bouton */
  --accent-dark:  #DE2A23;   /* corail survol */
  --on-accent:    #F5F9FF;   /* texte/icône sur corail */
  --quote:        #47475D;   /* citations */
  --muted:        #87879E;   /* légendes images */
  --media-radius: 8px;       /* arrondi images / galeries */

  color: var(--txt);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
}

/* Premier élément collé en haut */
.article-body .elementor-widget-container > :first-child { margin-top: 0; }

/* --- Paragraphes ------------------------------------------ */
.article-body p { margin: 0 0 1.1em; }
.article-body strong,
.article-body b { font-weight: 600; }

/* --- Chapô ------------------------------------------------- */
.article-body .chapo {
  font-size: clamp(1.1rem, 1.04rem + .4vw, 1.25rem);
  line-height: 1.55;
  margin-bottom: 1.6em;
}

/* --- Titres ----------------------------------------------- */
.article-body h1, .article-body h2, .article-body h3,
.article-body h4, .article-body h5, .article-body h6 {
  color: var(--heading);
  font-family: "Outfit", sans-serif;
  line-height: 1.18;
  text-wrap: balance;
}
.article-body h2 { font-size: clamp(1.6rem, 1.25rem + 1.5vw, 2.1rem); font-weight: 700; margin: 2.75rem 0 .75rem; }
.article-body h3 { font-size: clamp(1.3rem, 1.1rem + .9vw, 1.6rem);  font-weight: 700; margin: 2.2rem 0 .6rem; }
.article-body h4 { font-size: clamp(1.15rem, 1.05rem + .45vw, 1.32rem); font-weight: 600; margin: 1.8rem 0 .5rem; }
.article-body h5 { font-size: 1.05rem; font-weight: 600; margin: 1.5rem 0 .4rem; }
.article-body h6 {
  font-size: .85rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  margin: 1.4rem 0 .4rem;
}

/* --- Listes (calées à gauche sur les paragraphes) --------- */
.article-body ul,
.article-body ol { margin: 0 0 1.1em; padding-left: 0; list-style: none; }
.article-body li { margin: 0 0 .1em; }
.article-body li ul,
.article-body li ol { margin: .4em 0 0; }

/* Puces = tirets, longueur dégressive selon le niveau */
.article-body ul li { position: relative; padding-left: 1.4em; }
.article-body ul li::before {
  content: "\2014";                 /* niveau 1 : tiret long */
  position: absolute; left: 0; color: var(--txt);
}
.article-body ul ul li::before    { content: "\2013"; }   /* niveau 2 */
.article-body ul ul ul li::before { content: "\2010"; }   /* niveau 3 */

/* Numéros */
.article-body ol { counter-reset: item; }
.article-body ol > li { counter-increment: item; position: relative; padding-left: 1.8em; }
.article-body ol > li::before {
  content: counter(item) ".";
  position: absolute; left: 0; color: var(--txt);
}

/* --- Liens (hors boutons) --------------------------------- */
.article-body a:not(.wp-block-button__link) {
  color: var(--link);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .15em;
  transition: color .15s ease;
}
.article-body a:not(.wp-block-button__link):visited { color: var(--link-visited); }
.article-body a:not(.wp-block-button__link):hover,
.article-body a:not(.wp-block-button__link):focus-visible { color: var(--link-hover); }

/* --- Boutons (bloc Bouton Gutenberg) ---------------------- */
.article-body .wp-block-buttons { justify-content: flex-start; margin: 0 0 1.8em; }
.article-body .wp-block-button  { text-align: left; }
.article-body .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .5rem 1.25rem;
  background-color: var(--accent);
  color: var(--on-accent);
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  border-radius: .2rem;
  transition: background-color .15s ease;
}
.article-body .wp-block-button__link:hover,
.article-body .wp-block-button__link:focus-visible {
  background-color: var(--accent-dark);
  color: var(--on-accent);
}
.article-body .wp-block-button__link::before {
  content: "";
  flex: 0 0 auto;
  width: 1rem; height: 1rem;
  background-color: var(--on-accent);
  -webkit-mask: url("/wp-content/uploads/2026/06/arrow-light-down.svg") no-repeat center / contain;
          mask: url("/wp-content/uploads/2026/06/arrow-light-down.svg") no-repeat center / contain;
}

/* --- Citations + Exergue ---------------------------------- */
.article-body .wp-block-quote,
.article-body .wp-block-pullquote {
  margin: 2rem 0;
  padding: .25rem 0 .25rem 1.25rem;
  border-left: 2px solid var(--quote);   /* citation simple */
  text-align: left;
}
/* Filet plus épais dès qu'une source est présente */
.article-body .wp-block-quote:has(cite),
.article-body .wp-block-pullquote:has(cite) { border-left-width: 5px; }

.article-body .wp-block-quote p,
.article-body .wp-block-pullquote p {
  color: var(--quote);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 .5em;
}
.article-body .wp-block-quote cite,
.article-body .wp-block-pullquote cite {
  display: block;
  margin-top: .6em;
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
  color: var(--quote);
}

/* --- Images ----------------------------------------------- */
.article-body figure.wp-block-image { margin: 2rem 0; }
.article-body .wp-block-image img {
  display: block; width: 100%; height: auto;
  border-radius: var(--media-radius);
}
.article-body .wp-block-image figcaption {
  margin-top: .6rem; font-size: .85rem; line-height: 1.4;
  text-align: center; color: var(--muted);
}

/* --- Galerie ---------------------------------------------- */
.article-body .wp-block-gallery { margin: 2rem 0; gap: .75rem; }
.article-body .wp-block-gallery img { border-radius: var(--media-radius); }
.article-body .wp-block-gallery figcaption { font-size: .8rem; color: var(--muted); }

/* --- Séparateur ------------------------------------------- */
.article-body .wp-block-separator {
  border: 0; height: 1px; background: #E2E2EC; margin: 2.5rem 0;
}

/* Paragraphe vide en fin de contenu (artefact d'édition) */
.article-body .wp-block-paragraph:empty { display: none; margin: 0; }


/* ============================================================
   VASCO — FORMULAIRE DE DEVIS (Fluent Forms #3)
   Scope : .fluentform_wrapper_3
   Direction : carte arrondie sur fond clair, radios en chips,
   sections séparées par un filet 1px centré, CTA corail plein.
   ============================================================ */

/* ------------------------------------------------------------------
   1. TOKENS
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 {
  --vasco-corail:        #FF6660;
  --vasco-corail-hover:  #DE2A23;
  --vasco-clair:         #F5F9FF;
  --vasco-noir:          #000003;   /* chips actives + texte */
  --vasco-gris-txt:      #5b5b5b;   /* placeholders, textes secondaires */
  --vasco-filet:         #87879E;   /* filets de séparation entre sections */
  --vasco-chip-bg:       #EBF0F9;   /* fond chip inactive */
  --vasco-bord:          rgba(0,0,3,0.18);
  --vasco-radius:        8px;
  --vasco-radius-card:   16px;      /* arrondi de la carte */
  --vasco-gap:           1.4rem;    /* espace de base entre champs */
  --vasco-section-gap:   2.5rem;      /* espace symétrique autour des filets */
}

/* ------------------------------------------------------------------
   2. CARTE CONTENEUR
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 {
  font-family: 'Outfit', sans-serif;
  color: var(--vasco-noir);
  max-width: 48rem;
  margin-inline: auto;
  background: var(--vasco-clair);
  border-radius: var(--vasco-radius-card);
  padding: 2.5rem;
}

/* Espacement de base entre groupes de champs */
.fluentform_wrapper_3 .ff-el-group {
  margin-bottom: var(--vasco-gap);
}

/* ------------------------------------------------------------------
   3. TITRES DE SECTION (Custom HTML : Coordonnées / Besoin / Contact)
   Filet 1px CENTRÉ : espace identique au-dessus et en dessous.
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 .ff-el-group.ff-custom_html {
  margin-top: var(--vasco-section-gap);
  margin-bottom: 0;
  padding-top: var(--vasco-section-gap);
  border-top: 1px solid var(--vasco-filet);
}
.fluentform_wrapper_3 .ff-el-group.ff-custom_html p {
  margin: 0 0 1.25rem;   /* espace titre -> champs de la section */
}
.fluentform_wrapper_3 .ff-el-group.ff-custom_html strong {
  /* calé sur le H3 des articles : fluide, semi-bold, serré */
  font-size: clamp(1.25rem, 1.05rem + 1vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--vasco-noir);
}

/* Premier titre ("Vos coordonnées") : ni filet ni espace au-dessus.
   Ciblage par data-name : un honeypot caché précède ce titre dans le
   fieldset, ce qui rend :first-of-type inopérant. */
.fluentform_wrapper_3 .ff-el-group.ff-custom_html[data-name="custom_html-3_1"] {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* ------------------------------------------------------------------
   4. LABELS DE CHAMP
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 .ff-el-input--label label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--vasco-noir);
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fluentform_wrapper_3 .ff-el-is-required.asterisk-right label:after,
.fluentform_wrapper_3 .ff-el-input--label.asterisk-right label:after {
  color: var(--vasco-corail);
}

/* ------------------------------------------------------------------
   5. CHAMPS TEXTE / EMAIL / TEXTAREA / SELECT
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 .ff-el-form-control {
  width: 100%;
  background: #ffffff;
  border: 1px solid var(--vasco-bord);
  border-radius: var(--vasco-radius);
  padding: 0.7rem 0.9rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--vasco-noir);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fluentform_wrapper_3 .ff-el-form-control::placeholder {
  color: var(--vasco-gris-txt);
  opacity: 0.7;
}
.fluentform_wrapper_3 .ff-el-form-control:focus {
  outline: none;
  border-color: var(--vasco-noir);
  box-shadow: 0 0 0 3px rgba(0,0,3,0.08);
}
.fluentform_wrapper_3 textarea.ff-el-form-control {
  min-height: 7rem;
  resize: vertical;
  line-height: 1.5;
}
.fluentform_wrapper_3 select.ff-el-form-control {
  cursor: pointer;
}

/* ------------------------------------------------------------------
   6. RADIOS EN CHIPS
   Neutralise la grille en colonnes native de Fluent (ff_list_Xcol),
   qui étirait et justifiait les chips. Flex + gap fixe + wrap.
   ------------------------------------------------------------------ */

/* Masque la radio système SANS la sortir du flux (évite le scroll-to-top) */
.fluentform_wrapper_3 .ff-el-form-check-input.ff-el-form-check-radio {
  appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

/* Conteneur des chips : flex, annule la grille native en pourcentage */
.fluentform_wrapper_3 [class*="ff_list_"] .ff-el-input--content {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: flex-start;
  grid-template-columns: none !important;
  column-gap: 0.875rem !important;
}

/* Chaque option : largeur naturelle, pas d'étirement, pas de coupure */
.fluentform_wrapper_3 [class*="ff_list_"] .ff-el-form-check {
  display: inline-flex;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Le label = la chip */
.fluentform_wrapper_3 .ff-el-form-check-label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--vasco-noir);
  background: var(--vasco-chip-bg);
  border: 1px solid transparent;
  border-radius: var(--vasco-radius);
  padding: 0.55rem 0.95rem;
  transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}
.fluentform_wrapper_3 .ff-el-form-check-label:hover {
  background: #e1e7f2;
}

/* État actif : fond noir, texte clair */
.fluentform_wrapper_3 .ff-el-form-check-label:has(.ff-el-form-check-radio:checked) {
  background: var(--vasco-noir);
  color: var(--vasco-clair);
  border-color: var(--vasco-noir);
}

/* Focus clavier visible */
.fluentform_wrapper_3 .ff-el-form-check-radio:focus-visible + span {
  outline: 2px solid var(--vasco-noir);
  outline-offset: 3px;
}

/* ------------------------------------------------------------------
   7. COLONNES PRÉNOM / NOM
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 .ff-column-container {
  gap: 1rem;
}
.fluentform_wrapper_3 .ff-t-cell {
  margin: 0;
}

/* ------------------------------------------------------------------
   8. ADRESSE (Adresse / Code postal / Ville / Pays)
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 .ff-name-address-wrapper .ff-t-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.fluentform_wrapper_3 .ff-name-address-wrapper .ff-t-cell {
  flex: 1 1 14rem;
}
/* Neutralise la marge basse de la dernière ligne (Ville / Pays),
   piégée par le flex, qui déséquilibrait le filet de section suivant. */
.fluentform_wrapper_3 .ff-name-address-wrapper .ff-t-container:last-child .ff-el-group {
  margin-bottom: 0;
}

/* ------------------------------------------------------------------
   9. CONSENTEMENT RGPD
   Le label RGPD porte .ff-el-form-check-label : il hérite donc du style
   CHIP. On le neutralise via le parent .ff-el-tc (spécificité supérieure).
   ------------------------------------------------------------------ */

/* Filet de section centré, identique aux titres */
.fluentform_wrapper_3 .ff-el-group:has(.ff-el-tc) {
  margin-top: var(--vasco-section-gap);
  padding-top: var(--vasco-section-gap);
  border-top: 1px solid var(--vasco-filet);
}

.fluentform_wrapper_3 .ff-el-tc {
  width: 100%;
}

/* Annule le style chip hérité sur le label RGPD + passe en flex */
.fluentform_wrapper_3 .ff-el-tc .ff_tc_label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  white-space: normal;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.fluentform_wrapper_3 .ff-el-tc .ff_tc_label:hover {
  background: transparent;
}

/* Case : largeur fixe, ne rétrécit pas */
.fluentform_wrapper_3 .ff_tc_checkbox {
  flex: 0 0 auto;
  margin-top: 0.15rem;
}
.fluentform_wrapper_3 .ff_gdpr_field {
  accent-color: var(--vasco-corail);
  width: 1rem;
  height: 1rem;
  margin: 0;
}

/* Texte : prend le reste et wrappe (min-width:0 = clé du wrap en flex) */
.fluentform_wrapper_3 .ff_t_c {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.82rem;
  color: var(--vasco-gris-txt);
  line-height: 1.45;
}

/* ------------------------------------------------------------------
   10. BOUTON CTA
   Largeur auto, flèche claire dédiée. Les !important neutralisent
   le <style> inline injecté par Fluent (min-width:100%, etc.).
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 .ff-btn-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: auto !important;
  min-width: 0 !important;
  padding: 0.95rem 3.4rem 0.95rem 1.7rem;
  background-color: var(--vasco-corail) !important;
  color: var(--vasco-clair) !important;
  border: none !important;
  border-radius: var(--vasco-radius);
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease;
  background-image: url('/wp-content/uploads/2026/06/arrow-white-form.svg');
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.25rem auto;
}
.fluentform_wrapper_3 .ff-btn-submit:hover {
  background-color: var(--vasco-corail-hover) !important;
  color: var(--vasco-clair) !important;
  border: none !important;
}
.fluentform_wrapper_3 .ff-btn-submit:focus-visible {
  outline: 2px solid var(--vasco-noir);
  outline-offset: 2px;
}

/* ------------------------------------------------------------------
   11. MESSAGES D'ERREUR
   ------------------------------------------------------------------ */
.fluentform_wrapper_3 .ff-el-is-error .ff-el-form-control {
  border-color: var(--vasco-corail-hover);
}
.fluentform_wrapper_3 .error.text-danger,
.fluentform_wrapper_3 .ff-el-is-error-message {
  color: var(--vasco-corail-hover);
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

/* ------------------------------------------------------------------
   12. RESPONSIVE — pile sur mobile (≤ 767px)
   ------------------------------------------------------------------ */
@media (max-width: 767px) {
  .fluentform_wrapper_3 {
    padding: 1.5rem;
  }
  .fluentform_wrapper_3 .ff-column-container {
    flex-direction: column;
    gap: 0;
  }
  .fluentform_wrapper_3 .ff-t-cell {
    flex-basis: 100% !important;   /* écrase le flex-basis:50% inline Fluent */
  }
  .fluentform_wrapper_3 .ff-name-address-wrapper .ff-t-cell {
    flex: 1 1 100%;
  }
}

/* -----------------------
   SMOOTH ANCOR SCROLL
   ----------------------- */
html {
  scroll-behavior: smooth;
}

/* --------------------------------------
   ClEAN ELEMENTOR ANIMATIONS - NO FLASH
   -------------------------------------- */
body:not(.elementor-editor-active) [data-anim] {
  opacity: 0;
}