.elementor-174 .elementor-element.elementor-element-d2fd050{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-174 .elementor-element.elementor-element-bb15d28{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-174 .elementor-element.elementor-element-12adbad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-174 .elementor-element.elementor-element-a6779d3.elementor-element{--align-self:center;}.elementor-174 .elementor-element.elementor-element-cbeb689{padding:0px 25px 0px 25px;}.elementor-174 .elementor-element.elementor-element-48a6efd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-174 .elementor-element.elementor-element-20492db{padding:0px 0px 0px 0px;}.elementor-174 .elementor-element.elementor-element-20492db.elementor-element{--align-self:center;}.elementor-174 .elementor-element.elementor-element-91069f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-174 .elementor-element.elementor-element-949acda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-174 .elementor-element.elementor-element-f0dc2b5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-174 .elementor-element.elementor-element-a4fd196{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-174 .elementor-element.elementor-element-b840e5c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-174 .elementor-element.elementor-element-12adbad{--width:50%;}.elementor-174 .elementor-element.elementor-element-48a6efd{--width:50%;}.elementor-174 .elementor-element.elementor-element-a4fd196{--width:66.6666%;}.elementor-174 .elementor-element.elementor-element-b840e5c{--width:33.3333%;}}@media(max-width:767px){.elementor-174 .elementor-element.elementor-element-bb15d28{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-174 .elementor-element.elementor-element-949acda{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-8f4e02b */.de-cp-faq * { margin: 0; padding: 0; box-sizing: border-box; }

.de-cp-faq {
  background: #FDF9F3;
  padding: 70px 0 80px;
  font-family: 'Nunito', sans-serif;
}

.de-cp-faq-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 30px;
}

.de-cp-faq-header {
  text-align: center;
  margin-bottom: 45px;
}

.de-cp-faq-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2AA83E;
  margin-bottom: 10px;
}

.de-cp-faq-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
}

.de-cp-faq-title span { color: #F9C127; }

.de-cp-faq-list { display: flex; flex-direction: column; gap: 12px; }

.de-cp-faq-item {
  background: #fff;
  border: 2px solid rgba(11,94,79,0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.de-cp-faq-item:hover { border-color: rgba(11,94,79,0.1); }

.de-cp-faq-item.de-cp-faq-open {
  border-color: rgba(45,184,75,0.25);
  box-shadow: 0 4px 20px rgba(11,94,79,0.05);
}

.de-cp-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
}

.de-cp-faq-q h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0D615D;
  line-height: 1.4;
  flex: 1;
}

.de-cp-faq-open .de-cp-faq-q h3 { color: #2AA83E; }

.de-cp-faq-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(11,94,79,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.de-cp-faq-icon svg {
  width: 14px; height: 14px;
  stroke: #0D615D;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.3s ease;
}

.de-cp-faq-open .de-cp-faq-icon { background: rgba(45,184,75,0.1); }
.de-cp-faq-open .de-cp-faq-icon svg { transform: rotate(45deg); stroke: #2AA83E; }

.de-cp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.de-cp-faq-a-inner {
  padding: 0 24px 22px;
  font-size: 15px;
  color: rgba(11,94,79,0.6);
  line-height: 1.7;
}

.de-cp-faq-open .de-cp-faq-a { max-height: 300px; }

@media (max-width: 767px) {
  .de-cp-faq { padding: 50px 0 60px; }
  .de-cp-faq-inner { padding: 0 16px; }
  .de-cp-faq-q { padding: 18px; }
  .de-cp-faq-q h3 { font-size: 15px; }
  .de-cp-faq-a-inner { padding: 0 18px 18px; font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85d74ee */.de-map-iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 700px;
    border: 0;
  }
  @media (max-width: 767px) {
    .de-map-iframe {
      min-height: 250px;
    }
  }/* End custom CSS */
/* Start custom CSS */[class^="de-"] *, [class*=" de-"] * { box-sizing: border-box; }

/* ============================================================
   2. VARIABLES CSS
   ============================================================ */
:root {
  /* Palette */
  --de-teal:         #0D615D;
  --de-teal-light:   rgba(11,94,79,0.06);
  --de-teal-mid:     rgba(11,94,79,0.60);
  --de-teal-soft:    rgba(11,94,79,0.05);
  --de-green:        #2AA83E;
  --de-pink:         #EE7395;
  --de-yellow:       #F9C127;
  --de-yellow-dark:  #E5A520;
  --de-cream:        #FDF9F3;
  --de-white:        #ffffff;

  /* Ombres */
  --de-shadow-sm:    0 4px 25px rgba(11,94,79,0.06);
  --de-shadow-md:    0 15px 45px rgba(11,94,79,0.10);
  --de-shadow-lg:    0 15px 45px rgba(11,94,79,0.12);

  /* Rayons */
  --de-r-sm:   8px;
  --de-r-md:   12px;
  --de-r-lg:   20px;
  --de-r-pill: 50px;

  /* Typo */
  --de-font-body:    'Nunito', sans-serif;
  --de-font-display: 'Baloo 2', cursive;

  /* Transitions */
  --de-ease:      0.4s ease;
  --de-ease-fast: 0.3s ease;
}

/* ============================================================
   3. SECTIONS — fond & padding
   ============================================================ */
.de-bg-white  { background: var(--de-white); }
.de-bg-cream  { background: var(--de-cream); }

.de-pad       { padding: 80px 0; }
.de-pad-md    { padding: 70px 0 80px; }
.de-pad-sm    { padding: 60px 0; }

/* Décoration radiale (nécessite position:relative + overflow:hidden sur la section) */
.de-deco-wrap         { position: relative; overflow: hidden; }
.de-deco-tr::before   {
  content: ''; position: absolute;
  top: -100px; right: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(45,184,75,0.06) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.de-deco-bl::before   {
  content: ''; position: absolute;
  bottom: -100px; left: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(232,77,138,0.06) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}

/* ============================================================
   4. CONTENEURS
   ============================================================ */
.de-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
.de-inner-sm {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ============================================================
   5. HEADER DE SECTION
   ============================================================ */
.de-header        { text-align: center; margin-bottom: 50px; }
.de-header-left   { text-align: left; }

/* Label */
.de-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--de-font-body);
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  margin-bottom: 10px;
}
.de-label-green  { color: var(--de-green); }
.de-label-pink   { color: var(--de-pink); }
.de-label-yellow { color: var(--de-yellow); }
.de-label-teal   { color: var(--de-teal); }

/* Titre */
.de-title {
  font-family: var(--de-font-display);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800; color: var(--de-teal);
  line-height: 1.2; margin-bottom: 12px;
}
.de-title-lg   { font-size: clamp(26px, 4vw, 36px); }
.de-title span               { color: var(--de-yellow); }
.de-title span.de-span-pink  { color: var(--de-pink); }
.de-title span.de-span-green { color: var(--de-green); }

/* Sous-titre */
.de-subtitle { font-family: var(--de-font-body); font-size: 16px; color: var(--de-teal-mid); line-height: 1.6; }
.de-subtitle-center { max-width: 550px; margin: 0 auto; }
.de-subtitle-wide   { max-width: 720px; margin: 0 auto; }

/* ============================================================
   6. BOUTONS
   ============================================================ */
.de-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--de-font-body);
  font-weight: 700; font-size: 15px;
  text-decoration: none;
  border-radius: var(--de-r-pill);
  padding: 13px 28px;
  transition: all var(--de-ease-fast);
  cursor: pointer; border: none;
}
.de-btn-primary { background: var(--de-green); color: var(--de-white); }
.de-btn-primary:hover { background: var(--de-teal); transform: translateY(-2px); }

.de-btn-outline { background: transparent; color: var(--de-teal); border: 2px solid var(--de-teal); }
.de-btn-outline:hover { background: var(--de-teal); color: var(--de-white); transform: translateY(-2px); }

/* Lien ghost (ex: "Découvrir →") */
.de-btn-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--de-font-body);
  font-size: 14px; font-weight: 700;
  color: var(--de-green); text-decoration: none;
  transition: all var(--de-ease-fast);
}
.de-btn-ghost:hover             { gap: 10px; color: var(--de-teal); }
.de-btn-ghost i                 { font-size: 12px; transition: transform var(--de-ease-fast); }
.de-btn-ghost:hover i           { transform: translateX(3px); }

/* ============================================================
   7. CARDS
   ============================================================ */
.de-card {
  background: var(--de-white);
  border-radius: var(--de-r-lg);
  overflow: hidden;
  box-shadow: var(--de-shadow-sm);
  transition: all var(--de-ease);
}
.de-card:hover             { transform: translateY(-8px); box-shadow: var(--de-shadow-lg); }
.de-card.de-card-soft:hover { transform: translateY(-6px); box-shadow: var(--de-shadow-md); }

/* Image */
.de-card-img          { position: relative; overflow: hidden; }
.de-card-img img      { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 0.5s ease; }
.de-card:hover .de-card-img img { transform: scale(1.08); }

/* Overlay bas de l'image */
.de-card-img::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; width: 100%; height: 50%;
  background: linear-gradient(to top, rgba(7,64,57,0.4), transparent);
  pointer-events: none;
}
.de-card-img.de-overlay-light::after { height: 40%; background: linear-gradient(to top, rgba(0,0,0,0.25), transparent); }

/* Corps */
.de-card-body    { padding: 24px; }
.de-card-body-lg { padding: 28px; }

/* ============================================================
   8. BADGES & TAGS
   ============================================================ */
/* Badge pill (sur image) */
.de-badge {
  display: inline-block;
  border-radius: var(--de-r-pill);
  padding: 5px 14px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
}
.de-badge-float {
  position: absolute; top: 16px; left: 16px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px); z-index: 1;
}
.de-badge-flag {
  position: absolute; top: 16px; right: 16px;
  font-size: 28px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
  z-index: 1;
}
.de-badge-green  { color: var(--de-green); }
.de-badge-pink   { color: var(--de-pink); }
.de-badge-yellow { color: var(--de-yellow-dark); }
.de-badge-teal   { color: var(--de-teal); }

/* Tag (spec/compétence) */
.de-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.de-tag  {
  display: inline-block;
  background: var(--de-teal-soft); color: var(--de-teal);
  font-size: 12px; font-weight: 700;
  padding: 5px 12px; border-radius: var(--de-r-sm);
}

/* ============================================================
   9. GRILLES
   ============================================================ */
.de-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.de-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.de-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ============================================================
   10. TYPOGRAPHIE UTILITAIRES
   ============================================================ */
.de-card-title {
  font-family: var(--de-font-display);
  font-size: 22px; font-weight: 700;
  color: var(--de-teal); margin-bottom: 8px;
}
.de-card-title-lg { font-size: 24px; margin-bottom: 4px; }

.de-role {
  font-family: var(--de-font-body);
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  color: var(--de-green); margin-bottom: 14px;
}
.de-text    { font-family: var(--de-font-body); font-size: 14px; color: var(--de-teal-mid); line-height: 1.7; }
.de-text-md { font-size: 15px; line-height: 1.7; color: var(--de-teal-mid); }
.de-text strong { color: var(--de-teal); }

/* Séparateur vertical dégradé */
.de-divider-v {
  width: 3px; border-radius: 3px; flex-shrink: 0;
  background: linear-gradient(to bottom, var(--de-green), var(--de-yellow));
}

/* ============================================================
   11. CITATION
   ============================================================ */
.de-quote {
  text-align: center; margin-top: 50px;
  position: relative; padding: 0 40px;
}
.de-quote::before {
  content: '"';
  font-family: var(--de-font-display);
  font-size: 80px; color: rgba(245,183,49,0.2);
  position: absolute; top: -30px; left: 50%;
  transform: translateX(-50%); line-height: 1;
}
.de-quote p {
  font-size: 18px; font-style: italic;
  color: rgba(11,94,79,0.7); line-height: 1.7;
  max-width: 600px; margin: 0 auto;
  position: relative; z-index: 1;
}
.de-quote-author {
  font-size: 14px; font-weight: 700;
  color: var(--de-teal); margin-top: 12px;
}

/* ============================================================
   12. TIMELINE
   ============================================================ */
.de-timeline         { position: relative; padding-left: 40px; }
.de-timeline::before {
  content: ''; position: absolute;
  top: 8px; left: 11px; width: 3px;
  height: calc(100% - 16px);
  background: linear-gradient(to bottom, var(--de-green), var(--de-yellow), var(--de-pink));
  border-radius: 3px;
}
.de-timeline-item              { position: relative; margin-bottom: 40px; }
.de-timeline-item:last-child   { margin-bottom: 0; }
.de-timeline-item::before {
  content: ''; position: absolute;
  left: -40px; top: 6px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--de-white);
  border: 3px solid var(--de-green); z-index: 1;
}
.de-timeline-item:nth-child(2)::before { border-color: var(--de-yellow); }
.de-timeline-item:nth-child(3)::before { border-color: var(--de-pink); }
.de-timeline-item:nth-child(4)::before { border-color: var(--de-teal); }

.de-timeline-year {
  font-family: var(--de-font-display);
  font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  color: var(--de-green); margin-bottom: 6px;
}
.de-timeline-item:nth-child(2) .de-timeline-year { color: var(--de-yellow); }
.de-timeline-item:nth-child(3) .de-timeline-year { color: var(--de-pink); }
.de-timeline-item:nth-child(4) .de-timeline-year { color: var(--de-teal); }

.de-timeline-item h3 {
  font-family: var(--de-font-display);
  font-size: 20px; font-weight: 800;
  color: var(--de-teal); margin-bottom: 8px; line-height: 1.3;
}

/* ============================================================
   13. HIGHLIGHT BOX (ex: bloc "Descubra = Découvrez")
   ============================================================ */
.de-highlight-box {
  background: var(--de-cream);
  border-radius: var(--de-r-lg);
  padding: 36px 40px; margin-bottom: 60px;
  display: flex; align-items: center; gap: 30px;
}
.de-highlight-word {
  font-family: var(--de-font-display);
  font-size: 42px; font-weight: 800;
  color: var(--de-teal); line-height: 1; flex-shrink: 0;
}
.de-highlight-word span { color: var(--de-green); }

/* ============================================================
   14. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .de-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .de-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .de-grid-3 > *:last-child:nth-child(3n - 2) {
    grid-column: 1 / -1; max-width: 400px; margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .de-pad    { padding: 60px 0; }
  .de-pad-md { padding: 50px 0 60px; }
  .de-pad-sm { padding: 40px 0; }

  .de-inner, .de-inner-sm { padding: 0 16px; }

  .de-grid-2,
  .de-grid-3,
  .de-grid-4 { grid-template-columns: 1fr; gap: 20px; }

  .de-grid-3 > *:last-child:nth-child(3n - 2) { grid-column: auto; max-width: 100%; }

  .de-header        { margin-bottom: 35px; }

  .de-highlight-box { flex-direction: column; text-align: center; padding: 28px 24px; gap: 16px; }
  .de-divider-v     { width: 50px; height: 3px; }

  .de-timeline      { padding-left: 34px; }
  .de-timeline::before { left: 8px; }
  .de-timeline-item::before { left: -34px; width: 18px; height: 18px; }

  .de-quote         { padding: 0 20px; margin-top: 35px; }
  .de-quote p       { font-size: 16px; }

  .de-btn           { font-size: 14px; padding: 11px 22px; }
}


/* ============================================================
   16. CONTACT FORM 7 — Style custom Descubra
   ============================================================ */

/* Layout grille 2 colonnes (prénom / nom) */
.de-cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

/* Champ individuel */
.de-cf7-field {
  margin-bottom: 16px;
}

/* Labels */
.de-cf7-row label,
.de-cf7-field label,
.wpcf7-form label {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--de-teal);
  margin-bottom: 6px;
}

/* Tous les inputs, select, textarea CF7 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid rgba(11,94,79,0.12);
  border-radius: 12px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: var(--de-teal);
  background: #FAFAFA;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

/* Focus state */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: var(--de-green);
  box-shadow: 0 0 0 3px rgba(45,184,75,0.12);
  background: #fff;
}

/* Placeholder */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(11,94,79,0.35);
  font-family: 'Nunito', sans-serif;
}

/* Select — flèche custom */
.wpcf7-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B5E4F' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 42px;
  cursor: pointer;
}

/* Textarea */
.wpcf7-form textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.6;
}

/* Bouton submit */
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
  width: 100%;
  padding: 16px 28px;
  background: var(--de-green);
  color: var(--de-white);
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form .wpcf7-submit:hover {
  background: var(--de-teal);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(45,184,75,0.35);
}

/* Messages de validation CF7 */
.wpcf7-not-valid-tip {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  color: var(--de-pink);
  margin-top: 4px;
  display: block;
}

.wpcf7-not-valid input,
.wpcf7-not-valid select,
.wpcf7-not-valid textarea {
  border-color: var(--de-pink) !important;
}

.wpcf7-response-output {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  border-radius: 12px;
  padding: 14px 18px;
  margin-top: 16px;
  border: none !important;
}

/* Succès */
.wpcf7-mail-sent-ok {
  background: rgba(45,184,75,0.1);
  color: var(--de-teal);
  border-left: 4px solid var(--de-green) !important;
}

/* Erreur */
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
  background: rgba(232,77,138,0.08);
  color: #c0365e;
  border-left: 4px solid var(--de-pink) !important;
}

/* Spinner d'envoi */
.wpcf7-spinner {
  display: none;
}

/* Responsive */
@media (max-width: 767px) {
  .de-cf7-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */