.elementor-kit-529{--e-global-color-primary:rgb(94, 113, 255);--e-global-color-secondary:#FECBF8;--e-global-color-text:#1E1E1E;--e-global-color-accent:#1D1D4E;--e-global-color-308c8df:#5E71FF;--e-global-color-765c03a:#301B81;--e-global-color-a187308:#FFFFFF;--e-global-color-c2449e5:#FECBF8;--e-global-color-dc86d6f:#717171;--e-global-color-e66d3dc:#F3F4F6;--e-global-color-d4fab9a:#301B81;--e-global-color-027c101:#F9ADF0;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-text-font-family:"Inter";--e-global-typography-accent-font-family:"Montserrat";font-family:"Inter", inter;}.elementor-kit-529 e-page-transition{background-color:#FFBC7D;}.elementor-kit-529 h1{font-family:"Montserrat", inter;font-weight:500;}.elementor-kit-529 h2{font-family:"Montserrat", inter;font-size:30px;font-weight:600;}.elementor-kit-529 h3{font-family:"Inter", inter;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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);}@media(max-width:1024px){.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 */.ma-carte-diagnostique:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  transform: translateY(-6px);
  transition: all 0.2s;
}
a, a:visited {
  color: #1D1D4E !important;
}
a:hover, a:focus {
  color: #00548c !important; /* Bleu un peu plus clair pour hover, par exemple */
}
/* Style général du formulaire */
.wpcf7 form {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f5f8fa;
  padding: 30px 24px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,84,140,0.05);
  max-width: 500px;
  margin: 0 auto;
}

/* Champs textes, emails, textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 16px;
  border: 1.5px solid #c4d5e2;
  border-radius: 6px;
  background: #fff;
  font-size: 1rem;
  font-family: inherit;
  color: #1d1d4e;
  transition: border 0.2s;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-color: #00548c;
  outline: none;
}

/* Checkbox et acceptation */
.wpcf7-acceptance {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.wpcf7-acceptance input[type="checkbox"] {
  accent-color: #00548c;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

/* Bouton d’envoi */
.wpcf7 input[type="submit"] {
  background: #00548c;
  color: #fff;
  font-weight: 600;
  font-family: inherit;
  font-size: 1.08rem;
  padding: 12px 26px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 6px rgba(0,84,140,0.06);
  letter-spacing: 0.03em;
}
.wpcf7 input[type="submit"]:hover {
  background: #1d1d4e;
}

/* Messages de validation */
.wpcf7-response-output {
  margin-top: 16px;
  padding: 11px 14px;
  border-radius: 6px;
  font-size: 0.98rem;
}
.wpcf7-mail-sent-ok {
  background: #d6f9e5;
  color: #185a37;
  border: 1.5px solid #89debf;
}
.wpcf7-validation-errors {
  background: #ffe6e7;
  color: #ac1e2c;
  border: 1.5px solid #ee94a1;
}

/* Responsive */
@media (max-width: 600px) {
  .wpcf7 form {
    padding: 18px 6px;
  }
  .wpcf7 input[type="submit"] {
    width: 100%;
  }
}
@font-face {
  font-display: swap;
}
a.btn-contact,
.elementor a.btn-contact {
  background-color: #00548c !important;
  color: white !important;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none !important;
  font-weight: 500;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}

a.btn-contact:hover,
.elementor a.btn-contact:hover {
  background-color: #f4c542 !important;
  color: #00548c !important;
}


.faq-aadena {
  background: #f8f9fb;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(30,40,70,0.07);
  padding: 32px 24px;
  margin-bottom: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title {
  color: #1d1d4e;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: left;
  letter-spacing: 0.01em;
}

.faq-item {
  margin-bottom: 18px;
}

.faq-question {
  font-size: 1.1em;
  font-weight: 600;
  color: #274197;
  margin-bottom: 6px;
}

.faq-answer {
  font-size: 1em;
  color: #21244e;
  margin-left: 10px;
  margin-bottom: 0;
}


/* === Styles pour les articles Actualités AADENA === */

.single-actualites .elementor-widget-theme-post-content,
.single-actualites .entry-content {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

/* Titres */
.single-actualites h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d4e;
  margin-bottom: 15px;
}

.single-actualites h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d4e;
  margin-top: 25px;
}

/* Liens */
.single-actualites a {
  color: #00548c;
  text-decoration: underline;
}

.single-actualites a:hover {
  color: #f4c542;
  text-decoration: underline;
}

/* Listes */
.single-actualites ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.single-actualites ul li {
  margin-bottom: 8px;
}

/* Style paragraphe secondaire (ex: source) */
.single-actualites .source {
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}




/* Formulaire Elementor – Style global */
.elementor-form {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f5f8fa;
  padding: 30px 24px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,84,140,0.05);
  max-width: 500px;
  margin: 0 auto;
}

/* Champs texte, email, téléphone, textarea */
.elementor-form input[type="text"],
.elementor-form input[type="email"],
.elementor-form input[type="tel"],
.elementor-form textarea {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 16px;
  border: 1.5px solid #c4d5e2;
  border-radius: 6px;
  background: #fff;
  font-size: 1rem;
  font-family: inherit;
  color: #1d1d4e;
  transition: border 0.2s;
}

.elementor-form input[type="text"]:focus,
.elementor-form input[type="email"]:focus,
.elementor-form input[type="tel"]:focus,
.elementor-form textarea:focus {
  border-color: #00548c;
  outline: none;
}

/* Case à cocher */
.elementor-field-type-acceptance {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.elementor-field-type-acceptance input[type="checkbox"] {
  accent-color: #00548c;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

/* Bouton envoyer */
.elementor-button {
  background: #00548c;
  color: #fff;
  font-weight: 600;
  font-family: inherit;
  font-size: 1.08rem;
  padding: 12px 26px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 6px rgba(0,84,140,0.06);
  letter-spacing: 0.03em;
}

.elementor-button:hover {
  background: #1d1d4e;
}

/* Messages de validation Elementor */
.elementor-message.elementor-message-success {
  background: #d6f9e5;
  color: #185a37;
  border: 1.5px solid #89debf;
  padding: 11px 14px;
  border-radius: 6px;
  font-size: 0.98rem;
  margin-top: 16px;
}

.elementor-message.elementor-message-danger {
  background: #ffe6e7;
  color: #ac1e2c;
  border: 1.5px solid #ee94a1;
  padding: 11px 14px;
  border-radius: 6px;
  font-size: 0.98rem;
  margin-top: 16px;
}

/* Responsive */
@media (max-width: 600px) {
  .elementor-form {
    padding: 18px 6px;
  }
  .elementor-button {
    width: 100%;
  }
}/* End custom CSS */