.elementor-kit-6{--e-global-color-primary:#D1EAFF;--e-global-color-secondary:#E8580C;--e-global-color-text:#0E1726;--e-global-color-accent:#FFFFFF;--e-global-color-a6f13cc:#D83832;--e-global-color-6acb1d0:#00A6C5;--e-global-color-eec8024:#133837;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-e178d16-font-family:"Poppins";--e-global-typography-e178d16-font-size:20px;--e-global-typography-e178d16-font-weight:600;--e-global-typography-e178d16-text-transform:uppercase;background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1100px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==== Base – variables de thème ==== */
.goTo {
  
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  padding: .9rem 1.4rem .9rem 1.2rem;
  border-radius: 999px;
  border: 4px solid #ffffff;                 /* anneau blanc comme sur ta vignette */
  background: linear-gradient(120deg, var(--bg), color-mix(in srgb, var(--bg), #fff 7%), var(--bg));
  background-size: 200% 100%;
  color: var(--fg);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, background-position .45s ease, box-shadow .25s ease;
}

.goTo:hover {
  background-position: 100% 0;              /* petit "sheen" */
  transform: translateY(-2px);
}

.goTo:active { transform: translateY(-1px); }

/* Focus accessible */
.goTo:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--bg), #000 70%);
}

/* ---- Contenu ---- */
.TitleBtn { transition: transform .25s ease, letter-spacing .25s ease; }

.arrowBtn {

  flex: 0 0 2.2rem;
  border-radius: 999px;
  background: var(--icon-bg);
  color: var(--icon-fg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* Anneau “pulse” au hover */
.arrowBtn::before {
  content: "";
  position: absolute; inset: 0;
  border: 2px solid currentColor;
  border-radius: inherit;
  transform: scale(1);
  opacity: 0;
}

@keyframes ring {
  0%   { transform: scale(1);   opacity: .55; }
  100% { transform: scale(1.45); opacity: 0; }
}

.arrowIn { transition: transform .25s ease; }

/* ---- Effets au survol ---- */
.goTo:hover .TitleBtn { transform: translateX(-6px); letter-spacing: .3px; }
.goTo:hover .arrowBtn  { transform: translateX(2px) scale(1.06); box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.goTo:hover .arrowBtn::before { animation: ring .6s ease forwards; }
.goTo:hover .arrowIn  { transform: translateX(5px); }

/* Réduction d’animations si demandé par l’utilisateur */
@media (prefers-reduced-motion: reduce) {
  .goTo, .TitleBtn, .arrowBtn, .arrowIn { transition: none !important; }
  .arrowBtn::before { animation: none !important; }
}


.highlight {
  color: #fff;
  font-weight: 700;
  padding: 0.1em 0.3em;
  display: inline-block;         /* permet de mieux gérer la rotation */
  line-height: 1.2;              /* harmonise la hauteur de ligne */
}

.highlight.orange {
  background-color: #E8580C;
  transform: rotate(-1deg);
  border-radius: 2px;            /* adoucit les coins, optionnel */
}

.highlight.blue {
  background-color: #00A6C5;
  transform: rotate(-1deg);
  border-radius: 2px;
}



/*=== star h2 ===*/
/* Effet global sur tous les H2 */
h2{
  position: relative;
  display: inline-block;     /* pour un positionnement fiable */
  line-height: 1;
  font-weight: 800;
}

/* Le(s) premier(s) mot(s) en petit */
h2 .firstWord{
  position: relative;
  display: inline-block;     /* l’étoile se cale sur ce span */
}

/* Étoile WEBP au-dessus à gauche de la 1ère lettre */
h2 .firstWord::before{
  content:"";
  position:absolute;
  /* valeurs par défaut — ajustables via variables */
  width: var(--star-size, clamp(16px, 5.2em, 45px));
  aspect-ratio: 1; /* adapte si ton webp n’est pas carré */
  left: var(--star-left, -0.40em);
  top:  var(--star-top,  -0.15em);
  transform: rotate(var(--star-rot, -12deg));
  background-repeat: no-repeat;
  background-size: contain;
  background-image: image-set(
    url("https://e2c-ales.fr//wp-content/uploads/2025/11/starE2C@4x.webp") 1x,
    url("https://e2c-ales.fr//wp-content/uploads/2025/11/starE2C@4x.webp") 2x,
    url("https://e2c-ales.fr//wp-content/uploads/2025/11/starE2C@4x.webp") 4x
  );
  pointer-events: none;
  z-index: 1;
  transition: filter 0.3s ease; /* fluide entre orange et blanc */
}

/* Version blanche de l’étoile dans les sections à fond coloré */
.alternate h2 .firstWord::before{
  filter: brightness(0) invert(1) contrast(1.1);
}

/* Petites retouches responsive */
@media (max-width: 768px){
  h2 .firstWord::before{
    width: clamp(12px, 1em, 90px);
    left: -0.60em;
    top:  -0.30em;
  }
}


/* LISTES */
ul { 
    margin : 15px 0px;
}
li, ol {
    margin-bottom: 5px; 
}

.contentPages {
width: 100vw;
}/* End custom CSS */