.elementor-31 .elementor-element.elementor-element-ba2d3b7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-80c2d79 *//* =============================================
   PAGE CONTACT — Styles
   Web and Social
   ============================================= */

/* ── IMPORT POLICE ── */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700&display=swap');

/* ── RESET ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── VARIABLES ── */
:root {
  --blue:        #1B4FD8;
  --blue-light:  #EFF6FF;
  --blue-mid:    #DBEAFE;
  --border:      #e2e8f0;
  --bg:          #ffffff;
  --bg2:         #f8fafc;
  --green:       #16a34a;
  --muted:       #64748b;
  --ink:         #0f172a;
}

/* ── BASE ── */
body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */
.contact-hero {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  padding: 5rem 6% 4rem;
  text-align: center;

  /* Pleine largeur */
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.contact-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

.c-pill {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue);
  border: 1px solid var(--blue-mid);
  padding: .35rem 1rem;
  border-radius: 100px;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.c-title {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.04em;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

.c-title span {
  color: var(--blue);
}

.c-sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
}

/* ─────────────────────────────────────────────
   SECTION PRINCIPALE
───────────────────────────────────────────── */
.contact-section {
  padding: 4.5rem 6%;
  background: #ffffff;

  /* Pleine largeur */
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.contact-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4rem;
  align-items: start;
}

/* ─────────────────────────────────────────────
   COLONNE INFOS
───────────────────────────────────────────── */
.info-title {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: .8rem;
}

.info-sub {
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.info-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--bg2);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 1rem 1.3rem;
  transition: border-color .18s ease;
}

.info-item:hover {
  border-color: var(--blue);
}

.info-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.info-label {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .2rem;
}

.info-value {
  font-size: .9rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  transition: color .15s;
}

.info-value:hover {
  color: var(--blue);
}

/* ── RÉSEAUX ── */
.info-socials {
  margin-bottom: 2rem;
}

.social-links {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.social-btn {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  background: var(--bg);
  border: 1.5px solid var(--blue);
  padding: .35rem .9rem;
  border-radius: 100px;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.social-btn:hover {
  background: var(--blue);
  color: #ffffff;
}

/* ── RÉASSURANCE ── */
.info-reassure {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.reassure-item {
  font-size: .85rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: .6rem;
}

.reassure-check {
  color: var(--green);
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────
   FORMULAIRE
───────────────────────────────────────────── */
.contact-form-wrap {
  background: var(--bg2);
  border: 1.5px solid var(--border);
  border-radius: 24px;
  padding: 2.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

/* ── LABELS ── */
label {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

/* ── CHAMPS ── */
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
  color: var(--ink);
  background: var(--bg2);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: .75rem 1rem;
  outline: none;
  width: 100%;
  transition: border-color .18s ease, box-shadow .18s ease;
}

input::placeholder,
textarea::placeholder {
  color: var(--muted);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(27, 79, 216, .12);
  background: #fff;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2364748b' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  padding-right: 2.5rem;
  cursor: pointer;
}

textarea {
  resize: vertical;
  min-height: 130px;
}

/* ── BOUTON ── */
.form-submit {
  background: var(--blue);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: .95rem 2rem;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 4px 20px rgba(27, 79, 216, .3);
  transition: background .18s ease, transform .12s ease, box-shadow .18s ease;
  margin-top: .4rem;
}

.form-submit:hover {
  background: #1641b8;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(27, 79, 216, .4);
}

/* ── NOTE ── */
.form-note {
  font-size: .75rem;
  color: var(--muted);
  text-align: center;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 860px) {
  /* Annule le trick pleine largeur sur mobile */
  .contact-hero,
  .contact-section {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 540px) {
  .contact-hero  { padding: 4rem 5% 3rem; }
  .contact-section { padding: 3rem 5%; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 1.8rem 1.4rem; }
}/* End custom CSS */