.elementor-4306 .elementor-element.elementor-element-699060a2:not(.elementor-motion-effects-element-type-background), .elementor-4306 .elementor-element.elementor-element-699060a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #EBF4F5 0%, #B5C6E0 100%);}.elementor-4306 .elementor-element.elementor-element-699060a2 > .elementor-container{min-height:70vh;}.elementor-4306 .elementor-element.elementor-element-699060a2{border-style:solid;border-width:0px 0px 5px 0px;border-color:#EFC543;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 20px 100px 20px;}.elementor-4306 .elementor-element.elementor-element-699060a2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4306 .elementor-element.elementor-element-2e08c100 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:15px;}.elementor-4306 .elementor-element.elementor-element-2e08c100 > .elementor-element-populated{padding:1em 1em 1em 1em;}.elementor-4306 .elementor-element.elementor-element-72c32dc4 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4306 .elementor-element.elementor-element-72c32dc4 > .elementor-background-overlay{opacity:0;}.elementor-4306 .elementor-element.elementor-element-72c32dc4, .elementor-4306 .elementor-element.elementor-element-72c32dc4 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-4306 .elementor-element.elementor-element-72c32dc4{padding:0em 0em 0em 0em;}.elementor-bc-flex-widget .elementor-4306 .elementor-element.elementor-element-102f156c.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-4306 .elementor-element.elementor-element-102f156c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-4306 .elementor-element.elementor-element-102f156c > .elementor-element-populated, .elementor-4306 .elementor-element.elementor-element-102f156c > .elementor-element-populated > .elementor-background-overlay, .elementor-4306 .elementor-element.elementor-element-102f156c > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-4306 .elementor-element.elementor-element-102f156c > .elementor-element-populated{padding:0em 0em 0em 0em;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-4306 .elementor-element.elementor-element-102f156c{width:100%;}}@media(max-width:767px){.elementor-4306 .elementor-element.elementor-element-699060a2{padding:0px 0px 0px 0px;}.elementor-4306 .elementor-element.elementor-element-2e08c100 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4306 .elementor-element.elementor-element-72c32dc4{padding:0px 0px 0px 0px;}.elementor-4306 .elementor-element.elementor-element-102f156c > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-5f45cda *//* ====== THEME ====== */
  :root{
    --bg:#fff !important;
    --card:#0f1624 !important;
    --muted:#a7b0c0 !important;
    --text:#e6e9ef !important;
    --accent:#6ee7ff !important;
    --accent-2:#a78bfa !important;
    --ring:rgba(110,231,255,.35) !important;
    --radius:16px !important;
    --shadow:0 10px 30px rgba(0,0,0,.5) !important;
    --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji" !important;
  }

  /* ====== LAYOUT ====== */
.contact-wrap {
  background: transparent !important;
  min-height: 100% !important;
  padding: clamp(24px, 4vw, 48px) !important;
  display: grid !important;
  place-items: center !important;
}

  .contact-card{
    width: min(720px, 100%) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) , var(--card) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow) !important;
    padding: clamp(20px, 3vw, 36px) !important;
    display: grid !important;
    gap: 18px !important;
    font-family: var(--font) !important;
    color: var(--text) !important;
  }

  .title{
    font-family: Oswald !important;
    color: white !important;
    margin: 0 !important;
    font-size: 25px !important;
    letter-spacing: .2px !important;
  }
  
  h2#contact-title.title { font-size: 25px !important; }
  
  .subtitle{
    margin: -6px 0 6px 0 !important;
    color: var(--muted) !important;
    font-size: .95rem !important;
  }

  /* ====== FIELDS ====== */
  .field{
    position: relative !important;
    display: grid !important;
    gap: 6px !important;
  }

  .field input,
  .field select,
  .field textarea{
    width: 100% !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background: rgba(255,255,255,.03) !important;
    color: var(--text) !important;
    border-radius: 12px !important;
    padding: 20px 14px 10px 14px !important;
    font-size: 16px !important;
    outline: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .08s ease !important;
    appearance: none !important;
  }

  .field textarea{
    resize: vertical !important;
    min-height: 140px !important;
    line-height: 1.5 !important;
  }

  .field input::placeholder,
  .field textarea::placeholder{ 
    color: transparent !important; 
  }

  .field input:focus,
  .field select:focus,
  .field textarea:focus{
    border-color: rgba(255,255,255,.3) !important;
    box-shadow: 0 0 0 6px var(--ring) !important;
    background: rgba(255,255,255,.05) !important;
  }

  .field input:invalid[required],
  .field select:invalid,
  .field textarea:invalid[required]{
    border-color: rgba(244, 63, 94, .6) !important;
  }

  .field label{
    position: absolute !important;
    left: 12px !important;
    top: 12px !important;
    padding: 0 6px !important;
    color: var(--muted) !important;
    background: linear-gradient(180deg, transparent 0 40%, var(--card) 40% 100%) !important;
    pointer-events: none !important;
    transform-origin: left top !important;
    transition: transform .18s ease, color .18s ease, top .18s ease !important;
  }

  .field input:not(:placeholder-shown) + label,
  .field input:focus + label,
  .field select:focus + label,
  .field select:valid + label,
  .field textarea:not(:placeholder-shown) + label,
  .field textarea:focus + label{
    transform: translateY(-9px) scale(.85) !important;
    color: var(--accent) !important;
  }

  .hint{
    color: var(--muted) !important;
    font-size: .8rem !important;
    margin-top: -2px !important;
  }

  /* ====== SELECT CUSTOM ARROW ====== */
  .field.select select{
    background-image:
      linear-gradient(45deg, transparent 50%, var(--accent) 50%),
      linear-gradient(135deg, var(--accent) 50%, transparent 50%),
      linear-gradient(to right, rgba(255,255,255,.08), rgba(255,255,255,0)) !important;
    background-position:
      calc(100% - 24px) calc(50% - 3px),
      calc(100% - 18px) calc(50% - 3px),
      calc(100% - 48px) 50% !important;
    background-size: 6px 6px, 6px 6px, 1px 60% !important;
    background-repeat: no-repeat !important;
    padding-right: 56px !important;
    cursor: pointer !important;
  }

  /* ====== CONSENT ====== */
  .consent{
    display: grid !important;
    grid-template-columns: 24px 1fr !important;
    gap: 12px !important;
    align-items: start !important;
    margin-top: 4px !important;
  }

/* Case */
.consent input[type="checkbox"] {
  inline-size: 24px !important;
  block-size: 24px !important;
  margin-top: 3px !important;
  appearance: none !important;
  border: 2px solid rgba(255,255,255,.25) !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,.04) !important;
  display: grid !important;
  place-items: center !important;
  cursor: pointer !important;
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Focus */
.consent input[type="checkbox"]:focus {
  box-shadow: 0 0 0 6px var(--ring) !important;
  border-color: rgba(255,255,255,.5) !important;
}

/* État checked (fond clair) */
.consent input[type="checkbox"]:checked {
  background: #6ee7ff !important; /* Bleu clair */
  border-color: #6ee7ff !important;
}

/* Coche en SVG simulée via background */
.consent input[type="checkbox"]::after {
  content: "" !important;
  position: absolute !important;
  width: 12px !important; /* plus grand */
  height: 20px !important;
  border-right: 4px solid #0f1624 !important; /* sombre */
  border-bottom: 4px solid #0f1624 !important; /* sombre */
  transform: scale(0) rotate(45deg) !important;
  transform-origin: center !important;
  transition: transform .18s ease !important;
}

/* Animation d'apparition */
.consent input[type="checkbox"]:checked::after {
  transform: scale(1) rotate(45deg) !important;
  transition: transform .2s cubic-bezier(.4,0,.2,1) !important;
}


  .consent label{ 
    color: var(--muted) !important; 
    line-height: 1.4 !important; 
  }

  .consent a{ 
    color: var(--accent) !important; 
    text-underline-offset: 3px !important; 
  }

  /* ====== BUTTON ====== */
  .cta{
    margin-top: 4px !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 14px 18px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #0b0f17 !important;
    cursor: pointer !important;
    background: linear-gradient(135deg, var(--accent), var(--accent-2)) !important;
    box-shadow: 0 10px 24px rgba(103, 232, 249, .2) !important;
    transition: transform .08s ease, box-shadow .2s ease, filter .2s ease !important;
  }

  .cta:hover{ 
    filter: brightness(1.06) !important; 
    box-shadow: 0 14px 30px rgba(103,232,249,.26) !important; 
  }

  .cta:active{ 
    transform: translateY(1px) !important; 
  }

  /* ====== RESPONSIVE GRID ====== */
  .contact-card{
    grid-template-columns: 1fr !important;
  }

  /* Le champ message doit toujours occuper toute la largeur */
  .field.message{ 
    grid-column: 1 / -1 !important; 
  }

  @media (min-width: 720px){
    .contact-card{
      grid-template-columns: 1fr 1fr !important;
    }
    .title, .subtitle, .consent, .cta{ 
      grid-column: 1 / -1 !important; 
    }
    /* Redondance par sécurité sur desktop */
    .field.message{ 
      grid-column: 1 / -1 !important; 
    }
  }
  
  /* ====== LAYOUT 2 COLONNES ====== */
.contact-layout{
  width: min(1100px, 100%) !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: 360px 1fr !important;
  align-items: stretch !important;
}

/* Quand le widget Shortcode ajoute un conteneur, on s'assure que le form prenne 100% */
.contact-layout .elementor-widget-container,
.contact-layout .elementor-shortcode{
  width: 100% !important;
}
.contact-layout form.contact-card{
  width: 100% !important;
}

/* ====== SIDE PANEL (CLAIR) ====== */
.contact-side{
  background: transparent !important;
  border: 1px solid #e6ecfb !important;
  border-radius: 18px !important;
  padding: 22px 20px !important;
  box-shadow: 0 10px 30px rgba(16, 24, 40, .06) !important;
  color: #0f1624 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.side-title{
  margin: 0 !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  letter-spacing: .2px !important;
  color: black !important;
  font-family: Oswald !important;
}

.side-text{
  margin: 0 !important;
  color: #5b6a88 !important;
  line-height: 1.55 !important;
}

/* Points de réassurance */
.side-points{
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  gap: 10px !important;
}
.side-points li{
  display: grid !important;
  grid-template-columns: 18px 1fr !important;
  align-items: start !important;
  gap: 10px !important;
}
.side-points li::before{
  content:"" !important;
  width: 10px !important;
  height: 10px !important;
  margin-top: 6px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 30% 30%, var(--accent), var(--accent-2)) !important;
}

/* Boutons actions */
.side-actions{
  display: grid !important;
  gap: 10px !important;
  margin-top: 8px !important;
}

.btn{
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  font-weight: 600 !important;
  border: 1px solid transparent !important;
  transition: transform .08s ease, box-shadow .2s ease, filter .2s ease, border-color .2s ease, background-color 0.25s ease !important;
}
.btn .ico{ width:18px !important; height:18px !important; fill: currentColor !important; }

.side-whatsapp{
  background: #e8fff1 !important;
  color: #128c7e !important;
  border-color: #b9efd8 !important;
}
.side-whatsapp:hover{ filter: brightness(1.05) !important; }

.side-phone{
  background: #f8f1ff !important;
  color: #6b21a8 !important;
  border-color: #e6d6ff !important;
}

.side-rdv{
  background: #eef6ff !important;
  color: #1a73e8 !important;
  border-color: #d7e7ff !important;
}

.btn:active{ transform: translateY(1px) !important; }

.side-note{
  margin-top: 6px !important;
  font-size: .95rem !important;
  color: #5b6a88 !important;
}

.contact-side.glass {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  padding: clamp(20px, 3vw, 36px) !important;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 980px){
  .contact-layout{ grid-template-columns: 1fr !important; }
  .contact-side{ order: -1 !important; } /* panneau au-dessus sur mobile */
}

/* ====== SMOOTH SCROLL POUR LE LIEN CALENDLY ====== */
html{ scroll-behavior: smooth !important; }

/* WhatsApp */
.side-whatsapp:hover {
  background: #dfffe9 !important; /* plus clair */
  border-color: #aeeccd !important;
  filter: none !important;
}

/* Téléphone */
.side-phone:hover {
  background: #f2e8ff !important; /* plus clair */
  border-color: #dbc7ff !important;
  filter: none !important;
}

/* Prendre RDV */
.side-rdv:hover {
  background: #e3efff !important; /* plus clair */
  border-color: #c5ddff !important;
  filter: none !important;
}/* End custom CSS */