.elementor-kit-6{--e-global-color-8b16683:#70AF51;--e-global-color-1b9ccec:#225885;--e-global-color-d0742c8:#0D2133;--e-global-color-2d2701c:#E8EDF1;--e-global-color-fa438c0:#F5F7F9;--e-global-color-15b1207:#8F98A1;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-text-font-family:"Poppins";--e-global-typography-accent-font-family:"Poppins";color:var( --e-global-color-15b1207 );font-family:"Poppins", Sans-serif;font-size:0.9em;line-height:1.4em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-8b16683 );text-decoration:none;color:#FFFFFF;border-radius:50px 50px 50px 50px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:15px;}.elementor-kit-6 a{color:var( --e-global-color-8b16683 );font-family:"Poppins", Sans-serif;text-decoration:underline;}.elementor-kit-6 a:hover{color:#A0CF89;}.elementor-kit-6 h1{color:var( --e-global-color-1b9ccec );font-family:"Poppins", Sans-serif;font-size:3em;font-weight:700;line-height:1.2em;}.elementor-kit-6 h2{color:var( --e-global-color-1b9ccec );font-family:"Poppins", Sans-serif;font-size:2em;font-weight:500;line-height:1.2em;}.elementor-kit-6 h3{color:var( --e-global-color-1b9ccec );font-family:"Poppins", Sans-serif;font-size:1.8em;line-height:1.2em;}.elementor-kit-6 h4{color:var( --e-global-color-1b9ccec );font-family:"Poppins", Sans-serif;font-size:1.2em;font-weight:600;line-height:1.2em;}.elementor-kit-6 h5{color:var( --e-global-color-1b9ccec );font-family:"Poppins", Sans-serif;font-size:0.9em;}.elementor-kit-6 h6{color:var( --e-global-color-1b9ccec );font-family:"Poppins", Sans-serif;}.elementor-kit-6 label{color:var( --e-global-color-1b9ccec );font-size:0.9em;font-weight:700;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{color:var( --e-global-color-15b1207 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-2d2701c );border-radius:5px 5px 5px 5px;transition:500ms;padding:10px 10px 10px 10px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{color:var( --e-global-color-15b1207 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-1b9ccec );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h2{font-size:1.8em;}.elementor-kit-6 h3{font-size:1.6em;}.elementor-kit-6 h4{font-size:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:2.2em;}.elementor-kit-6 h2{font-size:1.6em;}.elementor-kit-6 h3{font-size:1.3em;}.elementor-kit-6 h4{font-size:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Global style*/

/*Typographies*/
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color:#70AF52;
    font-weight:700;
}
p strong {
    color:#225885;
}
h1, h2 {
    margin-bottom:25px;
}
h3, h4, h5 {
    margin-bottom:15px;
}
/*-----Darkmode*/
.darkmode h1,
.darkmode h2,
.darkmode h3,
.darkmode h4,
.darkmode h5,
.darkmode h6,
.darkmode p strong
{
    color:white;
}
.darkmode p,
.darkmode ul,
.darkmonde ol{
    color:#E8EDF1;
}
.text-white p,
.text-white p strong,
.text-white h3, 
.text-white h3 strong {
    color:white;
}
/*-----Liste à puces et listes numérotées de base*/
ul, ol {
  list-style-position: outside;
  padding-left: 1.2em;
  margin-bottom:15px;
}
ul li::marker {
  color: #70AF52;
  font-weight: 800;
}
ul strong, ol strong {
    color:#225885;
}

/*-----Listes numérotées personnalisées (alignement gauche)*/
ol {
  list-style: none;       /* on vire la numérotation native */
  counter-reset: num;
  padding-left: 0;        /* pas de padding par défaut */
}
ol li {
  counter-increment: num;
  position: relative;
  padding-left: 1.2em;      /* espace pour afficher le chiffre */
}
ol li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  text-align: left;
  color: #70AF52;
  font-weight: 800;
}

/*GLOBAL WIDGETS*/

/*Boutons*/
.form button, .button a {
  border-radius: 30px!important;
  padding: 10px 20px!important;
  display: block!important;
  position: relative!important;
  width: fit-content!important;
  overflow: hidden!important;
  border: 2px solid #70AF52!important;
  background: #70AF52!important;
  color: white!important;
  cursor: pointer!important;
  transition: border 0.3s ease-in-out!important;
  text-decoration:none!important;
  font-size:0.95em;
  font-weight:500;
}
/* Animation avec ::before */
.form button::before, .button a::before {
  content: ""!important;
  position: absolute!important;
  top: 0!important;
  left: -100%!important;
  height: 100%!important;
  width: 100%!important;
  background: #FFFFFF!important; /* Effet de surbrillance blanche */
  border-radius: 30px!important;
  transition: transform 0.3s ease-in-out!important;
  z-index: 0!important;
  font-size:0.95em;
  font-weight:500;
}
/* Effet au survol : déplacement de la "vague" blanche */
.form button:hover::before, .button a:hover::before {
  transform: translateX(100%)!important;
}
/* Pour s'assurer que le texte reste au-dessus */
.form button span, .button a span {
  position: relative!important;
  z-index: 1!important;
}
.form button:hover, .button a:hover {
    color:#70AF52!important;
}

hr {
  border: none;              /* on enlève le style par défaut */
  border-top: 1px solid #C6D2D2; /* ligne fine couleur voulue */
  margin: 1.5em 0;           /* espace autour, ajuste comme tu veux */
}

/*Formulaire*/
/* cibler les labels de type case à cocher */
.elementor-field-type-acceptance label {
  font-weight: 400;
  font-size: 0.8em;
}
.elementor-field-type-acceptance input[type="checkbox"] {
  transform: scale(0.9);
}
.form h4 {
    color:#70AF52;
    font-size:1em;
    font-weight:700;
}

/*Liste d'icone*/
.liste-icon strong {
    color:#225885;
}

/*Sections et élements*/

.global-text-1 {
    background-color:#225885;
    padding:20px;
    border-radius:5px;
    color:#FFFFFF99;
    line-height:1.2em;
}
.global-text-1 h3 strong {
    color:white;
    font-size:1.3em;
}

.global-text-2 {
    background-color:#F5F7FA;
    padding:25px;
    border-radius:5px;
    color:#225885;
    font-size:1.3em;
    line-height:1.2;
    font-weight:600;
}


.date h4 {
    font-size:2em;
    font-weight:700;
}
.date h3 {
    font-size:1em;
}
.date p {
    font-size:0.9em;
}

.chiffre-cle h3 {
    font-size:2em;
    font-weight:700;
    color:#70AF52;
}
.chiffre-cle {
    border-bottom: 1px solid #C6D2D2; /* couleur et épaisseur */
    padding-bottom:1em;
    color:#225885;
}

.etapes h4 {
    font-size:2em;
    font-weight:700;
    color:#70AF52;
}
.etapes h3 {
    font-weight:700;
}

.tableau strong {
    color:#225885;
    font-size:1.2em;
}
.tableau {
    color:#225885;
}

.carroussel img {
  transition: 0.3s ease; /* animation fluide */
}

.carroussel img:hover {
  filter: brightness(70%); /* assombrit l’image à 70% */
}

.bloc-text-1 {
    background-color:#F5F7FA;
    padding:35px;
    border-radius:5px;
}

.bloc-text-2 {
    background-color:#70AF52;
    padding:35px;
    border-radius:5px;
    text-align:center;
    color:#FFFFFF99;
}
.bloc-text-2 h3 {
    font-weight:700;
    color:white;
}

.cta h3 {
    font-weight:700;
}

.voir-cercle {
  display: none; /* totalement invisible au chargement */
}

.boucle a {
    text-decoration:none!important;
}

.zoom-cercle {
  position: fixed;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(13, 33, 51, 0.9);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.3s ease;
  z-index: 9999;
}/* End custom CSS */