:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-48082fc *//* =========================================================
   SOVEMATIC — CONTACT COMPLET
   Scope sécurisé : #contact-complet-sovematic
========================================================= */

#contact-complet-sovematic {

  --sove-black: #111214;
  --sove-black-2: #1A1C1F;

  --sove-white: #FFFFFF;

  --sove-offwhite: #F7F7F5;
  --sove-offwhite-2: #FBFBFA;

  --sove-red: #DE072D;
  --sove-red-dark: #B80627;
  --sove-red-soft: rgba(222, 7, 45, 0.10);

  --sove-petrol: #1F4E5F;
  --sove-petrol-dark: #143744;

  --sove-steel-light: #E8F1F3;

  --sove-grey: #6F7C85;
  --sove-grey-dark: #3E474D;

  --sove-border:
    rgba(17, 18, 20, 0.12);

  --sove-shadow:
    0 26px 70px rgba(17, 18, 20, 0.14);

  --sove-shadow-soft:
    0 16px 42px rgba(17, 18, 20, 0.08);

  position: relative;

  /*
   * Permet à la page de sortir
   * d'un éventuel container Elementor boxed.
   */
  left: 50%;

  width: 100vw;
  max-width: 100vw;

  margin-left: -50vw;

  padding:
    clamp(4rem, 6vw, 7rem)
    0;

  color:
    var(--sove-black);

  background:

    radial-gradient(
      circle at 8% 0%,
      rgba(31, 78, 95, 0.08),
      transparent 28%
    ),

    radial-gradient(
      circle at 94% 4%,
      rgba(222, 7, 45, 0.055),
      transparent 25%
    ),

    var(--sove-white);

  font-family: inherit;

  overflow: hidden;
}


/* =========================================================
   RESET LOCAL
========================================================= */

#contact-complet-sovematic,
#contact-complet-sovematic * {

  box-sizing: border-box;
}


#contact-complet-sovematic a {

  color: inherit;

  text-decoration: none;
}


#contact-complet-sovematic h1,
#contact-complet-sovematic h2,
#contact-complet-sovematic h3,
#contact-complet-sovematic p,
#contact-complet-sovematic fieldset {

  margin: 0;
}


#contact-complet-sovematic fieldset {

  min-width: 0;

  padding: 0;

  border: 0;
}


#contact-complet-sovematic button,
#contact-complet-sovematic input,
#contact-complet-sovematic select,
#contact-complet-sovematic textarea {

  font: inherit;
}


/* =========================================================
   CONTAINER
========================================================= */

#contact-complet-sovematic
.sove-complet-container {

  width:
    min(
      1500px,
      calc(100% - 64px)
    );

  margin-inline: auto;
}


/* =========================================================
   ENTÊTE DE PAGE
========================================================= */

#contact-complet-sovematic
.sove-complet-page-head {

  max-width: 1000px;

  margin:
    0 auto
    clamp(3rem, 5vw, 5rem);

  text-align: center;
}


#contact-complet-sovematic
.sove-complet-page-head__eyebrow {

  display: inline-flex;

  align-items: center;

  gap: 0.65rem;

  color:
    var(--sove-petrol-dark);

  font-size: 0.78rem;

  font-weight: 900;

  letter-spacing:
    0.12em;

  line-height: 1.2;

  text-transform: uppercase;
}


#contact-complet-sovematic
.sove-complet-page-head__eyebrow::before {

  content: "";

  width: 36px;
  height: 2px;

  border-radius: 999px;

  background:
    var(--sove-red);

  box-shadow:
    0 0 0 5px
    rgba(222, 7, 45, 0.13);
}


#contact-complet-sovematic
.sove-complet-page-head h1 {

  margin-top: 1.25rem;

  color:
    var(--sove-black);

  font-size:
    clamp(
      2.6rem,
      5vw,
      5.2rem
    );

  font-weight: 900;

  line-height: 0.98;

  letter-spacing:
    -0.055em;
}


#contact-complet-sovematic
.sove-complet-page-head > p:last-child {

  max-width: 760px;

  margin:
    1.4rem auto 0;

  color:
    var(--sove-grey-dark);

  font-size:
    clamp(
      1.02rem,
      1.3vw,
      1.18rem
    );

  line-height: 1.65;
}


/* =========================================================
   LAYOUT
========================================================= */

#contact-complet-sovematic
.sove-complet-layout {

  display: grid;

  grid-template-columns:
    minmax(360px, 430px)
    minmax(0, 1fr);

  gap:
    clamp(
      42px,
      5vw,
      86px
    );

  align-items: start;
}


/* =========================================================
   COLONNE GAUCHE
========================================================= */

#contact-complet-sovematic
.sove-complet-card {

  position: sticky;

  top: 110px;

  min-width: 0;

  padding:
    clamp(
      1.8rem,
      3vw,
      2.6rem
    );

  border:
    1px solid
    var(--sove-border);

  border-radius: 32px;

  background:

    radial-gradient(
      circle at 100% 0%,
      rgba(31, 78, 95, 0.07),
      transparent 32%
    ),

    linear-gradient(
      135deg,
      var(--sove-offwhite),
      var(--sove-white)
    );

  box-shadow:
    var(--sove-shadow-soft);
}


/* =========================================================
   KICKER GAUCHE
========================================================= */

#contact-complet-sovematic
.sove-complet-kicker {

  display: inline-flex;

  align-items: center;

  gap: 0.65rem;

  color:
    var(--sove-petrol-dark);

  font-size: 0.75rem;

  font-weight: 900;

  letter-spacing:
    0.11em;

  text-transform: uppercase;
}


#contact-complet-sovematic
.sove-complet-kicker::before {

  content: "";

  width: 34px;
  height: 2px;

  border-radius: 999px;

  background:
    var(--sove-red);

  box-shadow:
    0 0 0 5px
    rgba(222, 7, 45, 0.12);
}


/* =========================================================
   TITRE GAUCHE
========================================================= */

#contact-complet-sovematic
.sove-complet-card h2 {

  margin-top: 1.2rem;

  color:
    var(--sove-black);

  font-size:
    clamp(
      2rem,
      2.6vw,
      3rem
    );

  font-weight: 900;

  line-height: 1.03;

  letter-spacing:
    -0.05em;
}


#contact-complet-sovematic
.sove-complet-intro {

  margin-top: 1.2rem;

  color:
    var(--sove-grey-dark);

  font-size: 1rem;

  line-height: 1.65;
}


/* =========================================================
   3 ÉTAPES
========================================================= */

#contact-complet-sovematic
.sove-complet-reassurance {

  display: grid;

  gap: 0.7rem;

  margin-top: 1.6rem;
}


#contact-complet-sovematic
.sove-complet-reassurance > div {

  display: grid;

  grid-template-columns:
    38px
    minmax(0,1fr);

  gap: 0.8rem;

  align-items: center;

  padding:
    0.85rem;

  border:
    1px solid var(--sove-border);

  border-radius: 16px;

  background: #fff;
}


#contact-complet-sovematic
.sove-complet-reassurance
> div
> span {

  display: grid;

  place-items: center;

  width: 38px;
  height: 38px;

  border-radius: 50%;

  color: #fff;

  background:
    var(--sove-petrol);

  font-size: 0.7rem;

  font-weight: 900;
}


#contact-complet-sovematic
.sove-complet-reassurance
> div:nth-child(2)
> span {

  background:
    var(--sove-red);
}


#contact-complet-sovematic
.sove-complet-reassurance p {

  color:
    var(--sove-grey-dark);

  font-size: 0.84rem;

  line-height: 1.4;
}


#contact-complet-sovematic
.sove-complet-reassurance strong {

  color:
    var(--sove-black);
}


/* =========================================================
   COORDONNÉES
========================================================= */

#contact-complet-sovematic
.sove-complet-details {

  display: grid;

  gap: 0.7rem;

  margin-top: 1.5rem;
}


#contact-complet-sovematic
.sove-complet-details > div {

  position: relative;

  padding:
    0.9rem 1rem;

  border:
    1px solid var(--sove-border);

  border-radius: 16px;

  background:
    #fff;

  overflow: hidden;
}


#contact-complet-sovematic
.sove-complet-details > div::before {

  content: "";

  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;

  width: 3px;

  background:
    linear-gradient(
      to bottom,
      var(--sove-red),
      var(--sove-petrol)
    );
}


#contact-complet-sovematic
.sove-complet-details strong {

  display: block;

  margin-bottom: 0.25rem;

  color:
    var(--sove-petrol-dark);

  font-size: 0.7rem;

  font-weight: 900;

  letter-spacing:
    0.08em;

  text-transform: uppercase;
}


#contact-complet-sovematic
.sove-complet-details a,

#contact-complet-sovematic
.sove-complet-details span {

  color:
    var(--sove-black);

  font-size: 0.9rem;

  font-weight: 750;

  line-height: 1.4;
}


/* =========================================================
   GOOGLE MAPS
========================================================= */

#contact-complet-sovematic
.sove-complet-map {

  margin-top: 1rem;

  overflow: hidden;

  border:
    1px solid var(--sove-border);

  border-radius: 18px;

  background:
    var(--sove-steel-light);
}


#contact-complet-sovematic
.sove-complet-map iframe {

  display: block;

  width: 100%;
  height: 185px;

  border: 0;
}


#contact-complet-sovematic
.sove-complet-map__link {

  display: flex;

  align-items: center;
  justify-content: space-between;

  padding:
    0.75rem
    0.9rem;

  color:
    var(--sove-petrol-dark);

  background: #fff;

  font-size: 0.78rem;

  font-weight: 900;

  transition:
    color 0.22s ease,
    background 0.22s ease;
}


#contact-complet-sovematic
.sove-complet-map__link:hover {

  color: #fff;

  background:
    var(--sove-petrol);
}


/* =========================================================
   SOCIALS — SVG UNIQUEMENT
========================================================= */

#contact-complet-sovematic
.sove-complet-socials {

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 0.7rem;

  margin-top: 1rem;
}


#contact-complet-sovematic
.sove-complet-socials a {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;

  flex:
    0 0 45px;

  border:
    1px solid
    rgba(31,78,95,0.18);

  border-radius: 50%;

  color:
    var(--sove-petrol-dark);

  background:
    var(--sove-steel-light);

  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}


#contact-complet-sovematic
.sove-complet-socials svg {

  display: block;

  width: 20px;
  height: 20px;

  fill:
    currentColor;
}


#contact-complet-sovematic
.sove-complet-socials a:hover {

  transform:
    translateY(-3px);

  color: #fff;

  background:
    var(--sove-petrol);
}


/* =========================================================
   FORMULAIRE
========================================================= */

#contact-complet-sovematic
.sove-complet-form {

  position: relative;

  min-width: 0;

  padding:
    clamp(
      1.8rem,
      3.3vw,
      3rem
    );

  border:
    1px solid
    rgba(255,255,255,0.12);

  border-radius: 34px;

  background:

    radial-gradient(
      circle at 12% 0%,
      rgba(222, 7, 45, 0.20),
      transparent 28%
    ),

    radial-gradient(
      circle at 100% 100%,
      rgba(31, 78, 95, 0.27),
      transparent 36%
    ),

    linear-gradient(
      145deg,
      var(--sove-black),
      var(--sove-black-2)
    );

  box-shadow:
    var(--sove-shadow);

  overflow: hidden;
}


/* grille décorative */

#contact-complet-sovematic
.sove-complet-form::before {

  content: "";

  position: absolute;

  inset: 0;

  background-image:

    linear-gradient(
      rgba(255,255,255,0.025) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,0.025) 1px,
      transparent 1px
    );

  background-size:
    42px 42px;

  pointer-events: none;
}


#contact-complet-sovematic
.sove-complet-form > * {

  position: relative;

  z-index: 1;
}


/* =========================================================
   HEADER FORM
========================================================= */

#contact-complet-sovematic
.sove-complet-form__head {

  padding-bottom: 1.8rem;

  border-bottom:
    1px solid
    rgba(255,255,255,0.10);
}


#contact-complet-sovematic
.sove-complet-form__badge {

  display: inline-flex;

  margin-bottom: 0.9rem;

  padding:
    0.47rem
    0.72rem;

  border-radius: 999px;

  color: #fff;

  background:
    var(--sove-red);

  font-size: 0.72rem;

  font-weight: 900;

  letter-spacing:
    0.08em;

  text-transform: uppercase;
}


#contact-complet-sovematic
.sove-complet-form__head h2 {

  max-width: 760px;

  color: #fff;

  font-size:
    clamp(
      2rem,
      3vw,
      3.5rem
    );

  font-weight: 900;

  line-height: 1.02;

  letter-spacing:
    -0.05em;
}


#contact-complet-sovematic
.sove-complet-form__head p {

  max-width: 720px;

  margin-top: 0.8rem;

  color:
    rgba(255,255,255,0.68);

  font-size: 0.95rem;

  line-height: 1.6;
}


/* =========================================================
   GROUPES
========================================================= */

#contact-complet-sovematic
.sove-complet-group {

  margin-top: 1.8rem;

  padding:
    1.35rem;

  border:
    1px solid
    rgba(255,255,255,0.10);

  border-radius: 22px;

  background:
    rgba(255,255,255,0.035);
}


#contact-complet-sovematic
.sove-complet-group legend {

  display: flex;

  align-items: center;

  gap: 0.65rem;

  padding:
    0 0.35rem;

  color: #fff;

  font-size: 1rem;

  font-weight: 900;
}


#contact-complet-sovematic
.sove-complet-group legend > span {

  display: grid;

  place-items: center;

  width: 34px;
  height: 34px;

  border-radius: 50%;

  color: #fff;

  background:
    var(--sove-red);

  font-size: 0.68rem;

  font-weight: 900;
}


#contact-complet-sovematic
.sove-complet-group__intro {

  margin-top: 0.8rem;

  color:
    rgba(255,255,255,0.55);

  font-size: 0.82rem;

  line-height: 1.45;
}


/* =========================================================
   ROWS
========================================================= */

#contact-complet-sovematic
.sove-complet-row {

  display: grid;

  grid-template-columns:
    repeat(
      2,
      minmax(0,1fr)
    );

  gap: 1rem;
}


/* =========================================================
   FIELDS
========================================================= */

#contact-complet-sovematic
.sove-complet-field {

  min-width: 0;

  margin-top: 1rem;
}


#contact-complet-sovematic
.sove-complet-field label {

  display: block;

  margin-bottom: 0.42rem;

  color:
    rgba(255,255,255,0.87);

  font-size: 0.84rem;

  font-weight: 800;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

#contact-complet-sovematic
.sove-complet-field input:not([type="file"]),

#contact-complet-sovematic
.sove-complet-field select,

#contact-complet-sovematic
.sove-complet-field textarea {

  width: 100%;

  min-height: 52px;

  padding:
    0.85rem
    0.95rem;

  border:
    1px solid
    rgba(255,255,255,0.15);

  border-radius: 15px;

  color: #fff;

  background:
    rgba(255,255,255,0.07);

  outline: none;

  font-size: 0.92rem;

  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}


#contact-complet-sovematic
.sove-complet-field textarea {

  min-height: 110px;

  resize: vertical;

  line-height: 1.5;
}


#contact-complet-sovematic
.sove-complet-field input::placeholder,

#contact-complet-sovematic
.sove-complet-field textarea::placeholder {

  color:
    rgba(255,255,255,0.40);
}


/* =========================================================
   SELECT
========================================================= */

#contact-complet-sovematic
.sove-complet-field select {

  appearance: none;

  -webkit-appearance: none;

  padding-right: 3rem;

  cursor: pointer;

  background-image:

    linear-gradient(
      45deg,
      transparent 50%,
      rgba(255,255,255,0.75) 50%
    ),

    linear-gradient(
      135deg,
      rgba(255,255,255,0.75) 50%,
      transparent 50%
    );

  background-position:
    calc(100% - 19px) 22px,
    calc(100% - 13px) 22px;

  background-size:
    6px 6px,
    6px 6px;

  background-repeat: no-repeat;
}


#contact-complet-sovematic
.sove-complet-field select option {

  color:
    var(--sove-black);

  background:
    #fff;
}


/* =========================================================
   FOCUS
========================================================= */

#contact-complet-sovematic
.sove-complet-field input:focus,

#contact-complet-sovematic
.sove-complet-field select:focus,

#contact-complet-sovematic
.sove-complet-field textarea:focus {

  border-color:
    rgba(222,7,45,0.82);

  background:
    rgba(255,255,255,0.105);

  box-shadow:
    0 0 0 4px
    rgba(222,7,45,0.15);
}


/* =========================================================
   CHOIX SOLUTIONS
========================================================= */

#contact-complet-sovematic
.sove-complet-choice-grid {

  display: grid;

  grid-template-columns:
    repeat(
      2,
      minmax(0,1fr)
    );

  gap: 0.7rem;

  margin-top: 1rem;
}


#contact-complet-sovematic
.sove-complet-choice {

  position: relative;

  cursor: pointer;
}


#contact-complet-sovematic
.sove-complet-choice input {

  position: absolute;

  opacity: 0;

  pointer-events: none;
}


#contact-complet-sovematic
.sove-complet-choice > span {

  position: relative;

  display: block;

  min-height: 100%;

  padding:
    0.95rem
    0.95rem
    0.95rem
    2.9rem;

  border:
    1px solid
    rgba(255,255,255,0.12);

  border-radius: 16px;

  color:
    rgba(255,255,255,0.82);

  background:
    rgba(255,255,255,0.055);

  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}


#contact-complet-sovematic
.sove-complet-choice
> span::before {

  content: "";

  position: absolute;

  top: 1rem;
  left: 1rem;

  width: 17px;
  height: 17px;

  border:
    2px solid
    rgba(255,255,255,0.45);

  border-radius: 5px;
}


#contact-complet-sovematic
.sove-complet-choice
> span::after {

  content: "✓";

  position: absolute;

  top: 0.89rem;
  left: 1.16rem;

  color: #fff;

  font-size: 0.9rem;

  font-weight: 900;

  opacity: 0;
}


#contact-complet-sovematic
.sove-complet-choice strong {

  display: block;

  color: #fff;

  font-size: 0.9rem;
}


#contact-complet-sovematic
.sove-complet-choice small {

  display: block;

  margin-top: 0.25rem;

  color:
    rgba(255,255,255,0.48);

  font-size: 0.75rem;

  line-height: 1.35;
}


#contact-complet-sovematic
.sove-complet-choice:hover
> span {

  transform:
    translateY(-2px);

  border-color:
    rgba(222,7,45,0.38);

  background:
    rgba(255,255,255,0.075);
}


#contact-complet-sovematic
.sove-complet-choice
input:checked
+ span {

  border-color:
    rgba(222,7,45,0.72);

  background:
    rgba(222,7,45,0.10);
}


#contact-complet-sovematic
.sove-complet-choice
input:checked
+ span::before {

  border-color:
    var(--sove-red);

  background:
    var(--sove-red);
}


#contact-complet-sovematic
.sove-complet-choice
input:checked
+ span::after {

  opacity: 1;
}


/* =========================================================
   UPLOAD
========================================================= */

#contact-complet-sovematic
.sove-complet-upload {

  display: flex !important;

  align-items: center;

  gap: 0.85rem;

  min-height: 88px;

  padding:
    1rem;

  border:
    1px dashed
    rgba(255,255,255,0.24);

  border-radius: 16px;

  color:
    rgba(255,255,255,0.80);

  background:
    rgba(255,255,255,0.045);

  cursor: pointer;

  transition:
    border-color 0.22s ease,
    background 0.22s ease;
}


#contact-complet-sovematic
.sove-complet-upload:hover {

  border-color:
    rgba(222,7,45,0.65);

  background:
    rgba(222,7,45,0.07);
}


#contact-complet-sovematic
.sove-complet-upload__icon {

  display: grid;

  place-items: center;

  flex:
    0 0 42px;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  color: #fff;

  background:
    var(--sove-red);

  font-size: 1.4rem;
}


#contact-complet-sovematic
.sove-complet-upload strong {

  display: block;

  color: #fff;

  font-size: 0.9rem;
}


#contact-complet-sovematic
.sove-complet-upload small {

  display: block;

  margin-top: 0.2rem;

  color:
    rgba(255,255,255,0.48);

  font-size: 0.75rem;
}


#contact-complet-sovematic
.sove-complet-file-input {

  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;

  pointer-events: none;
}


/* =========================================================
   CONTACT PRÉFÉRÉ
========================================================= */

#contact-complet-sovematic
.sove-complet-radio-row {

  display: flex;

  flex-wrap: wrap;

  gap: 0.7rem;

  margin-top: 1rem;
}


#contact-complet-sovematic
.sove-complet-radio-row label {

  cursor: pointer;
}


#contact-complet-sovematic
.sove-complet-radio-row input {

  position: absolute;

  opacity: 0;
}


#contact-complet-sovematic
.sove-complet-radio-row span {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 42px;

  padding:
    0.65rem
    0.9rem;

  border:
    1px solid
    rgba(255,255,255,0.13);

  border-radius: 999px;

  color:
    rgba(255,255,255,0.72);

  background:
    rgba(255,255,255,0.055);

  font-size: 0.78rem;

  font-weight: 800;

  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}


#contact-complet-sovematic
.sove-complet-radio-row
input:checked
+ span {

  color: #fff;

  border-color:
    var(--sove-red);

  background:
    var(--sove-red);
}


/* =========================================================
   SUBMIT
========================================================= */

#contact-complet-sovematic
.sove-complet-submit {

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 0.7rem;

  width: 100%;

  min-height: 58px;

  margin-top: 1.7rem;

  padding:
    0.95rem
    1.4rem;

  border: 0;

  border-radius: 999px;

  color: #fff;

  background:
    linear-gradient(
      135deg,
      var(--sove-red),
      var(--sove-red-dark)
    );

  box-shadow:
    0 18px 36px
    rgba(222,7,45,0.28);

  cursor: pointer;

  font-size: 0.96rem;

  font-weight: 900;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}


#contact-complet-sovematic
.sove-complet-submit:hover {

  transform:
    translateY(-2px);

  box-shadow:
    0 22px 46px
    rgba(222,7,45,0.36);
}


#contact-complet-sovematic
.sove-complet-submit__arrow {

  transition:
    transform 0.22s ease;
}


#contact-complet-sovematic
.sove-complet-submit:hover
.sove-complet-submit__arrow {

  transform:
    translateX(4px);
}


/* =========================================================
   PRIVACY
========================================================= */

#contact-complet-sovematic
.sove-complet-privacy {

  margin-top: 1rem;

  color:
    rgba(255,255,255,0.50);

  font-size: 0.76rem;

  line-height: 1.55;

  text-align: center;
}


#contact-complet-sovematic
.sove-complet-privacy a {

  color: #fff;

  text-decoration: underline;

  text-decoration-color:
    rgba(222,7,45,0.75);

  text-underline-offset: 3px;
}


/* =========================================================
   GRAND ÉCRAN
========================================================= */

@media (min-width: 1700px) {

  #contact-complet-sovematic
  .sove-complet-container {

    width:
      calc(100% - 120px);

    max-width: none;
  }


  #contact-complet-sovematic
  .sove-complet-layout {

    grid-template-columns:
      minmax(420px, 500px)
      minmax(0,1fr);

    gap: 90px;
  }

}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1050px) {

  #contact-complet-sovematic
  .sove-complet-container {

    width:
      min(
        820px,
        calc(100% - 32px)
      );
  }


  #contact-complet-sovematic
  .sove-complet-layout {

    grid-template-columns: 1fr;

    gap: 1.7rem;
  }


  #contact-complet-sovematic
  .sove-complet-card {

    position: static;
  }


  #contact-complet-sovematic
  .sove-complet-card h2 {

    max-width: 700px;
  }


  #contact-complet-sovematic
  .sove-complet-intro {

    max-width: 720px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 680px) {

  #contact-complet-sovematic {

    padding:
      3rem 0;
  }


  #contact-complet-sovematic
  .sove-complet-container {

    width:
      calc(100% - 20px);
  }


  #contact-complet-sovematic
  .sove-complet-page-head {

    margin-bottom: 2.5rem;
  }


  #contact-complet-sovematic
  .sove-complet-page-head h1 {

    font-size:
      clamp(
        2.25rem,
        11vw,
        3.2rem
      );
  }


  #contact-complet-sovematic
  .sove-complet-card,

  #contact-complet-sovematic
  .sove-complet-form {

    padding: 1.2rem;

    border-radius: 24px;
  }


  #contact-complet-sovematic
  .sove-complet-card h2 {

    font-size:
      clamp(
        1.85rem,
        8vw,
        2.4rem
      );
  }


  #contact-complet-sovematic
  .sove-complet-row,

  #contact-complet-sovematic
  .sove-complet-choice-grid {

    grid-template-columns: 1fr;
  }


  #contact-complet-sovematic
  .sove-complet-group {

    padding: 1rem;

    border-radius: 18px;
  }


  #contact-complet-sovematic
  .sove-complet-group legend {

    font-size: 0.9rem;
  }


  #contact-complet-sovematic
  .sove-complet-radio-row {

    display: grid;

    grid-template-columns: 1fr;
  }


  #contact-complet-sovematic
  .sove-complet-radio-row span {

    width: 100%;
  }

}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 420px) {

  #contact-complet-sovematic
  .sove-complet-container {

    width:
      calc(100% - 14px);
  }


  #contact-complet-sovematic
  .sove-complet-card,

  #contact-complet-sovematic
  .sove-complet-form {

    padding: 1rem;

    border-radius: 20px;
  }


  #contact-complet-sovematic
  .sove-complet-group {

    padding:
      0.85rem;
  }

}/* =========================================================
   PATCH CONTACT COMPLET
   - H1 plus équilibré
   - colonne gauche sticky uniquement sur ordinateur
========================================================= */


/* =========================================================
   H1 — TAILLE PLUS RAISONNABLE
========================================================= */

#contact-complet-sovematic
.sove-complet-page-head h1 {

  max-width: 1050px;

  margin-left: auto;
  margin-right: auto;

  font-size:
    clamp(
      2.5rem,
      4vw,
      4.15rem
    ) !important;

  line-height: 1.01 !important;

  letter-spacing:
    -0.05em !important;
}


/* =========================================================
   ORDINATEUR UNIQUEMENT
   COLONNE GAUCHE QUI SUIT LE SCROLL
========================================================= */

@media (min-width: 1051px) {

  /*
   * Important pour que position: sticky
   * puisse fonctionner correctement.
   */
  #contact-complet-sovematic {

    overflow: visible !important;
  }


  #contact-complet-sovematic
  .sove-complet-layout {

    align-items: start !important;
  }


  #contact-complet-sovematic
  .sove-complet-card {

    position: sticky !important;

    /*
     * Distance sous ton header Sovematic.
     */
    top: 105px !important;

    align-self: start !important;

    height: fit-content !important;

    /*
     * Évite certains comportements étranges
     * de grid + sticky.
     */
    min-height: 0 !important;
  }

}


/* =========================================================
   TABLETTE + MOBILE
   PAS DE STICKY
========================================================= */

@media (max-width: 1050px) {

  #contact-complet-sovematic
  .sove-complet-card {

    position: static !important;

    top: auto !important;
  }

}


/* =========================================================
   H1 TABLETTE
========================================================= */

@media (max-width: 1050px) {

  #contact-complet-sovematic
  .sove-complet-page-head h1 {

    max-width: 800px;

    font-size:
      clamp(
        2.3rem,
        6vw,
        3.5rem
      ) !important;
  }

}


/* =========================================================
   H1 SMARTPHONE
========================================================= */

@media (max-width: 680px) {

  #contact-complet-sovematic
  .sove-complet-page-head h1 {

    max-width: 100%;

    font-size:
      clamp(
        2.05rem,
        9.5vw,
        2.8rem
      ) !important;

    line-height:
      1.03 !important;
  }

}/* =========================================================
   PATCH H1 — CONTACT COMPLET
========================================================= */

/* =========================================================
   DESKTOP
========================================================= */

#contact-complet-sovematic
.sove-complet-page-head h1 {

  width: 100%;

  max-width: 1050px;

  margin-left: auto;
  margin-right: auto;

  font-size:
    clamp(
      2.7rem,
      3.6vw,
      4rem
    ) !important;

  line-height:
    1.02 !important;

  letter-spacing:
    -0.045em !important;
}


/* =========================================================
   TRÈS GRAND ÉCRAN
========================================================= */

@media (min-width: 1700px) {

  #contact-complet-sovematic
  .sove-complet-page-head h1 {

    max-width: 1150px;

    font-size:
      4.1rem !important;
  }

}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1050px) {

  #contact-complet-sovematic
  .sove-complet-page-head h1 {

    max-width: 820px;

    font-size:
      clamp(
        2.4rem,
        5.5vw,
        3.4rem
      ) !important;

    line-height:
      1.03 !important;
  }

}


/* =========================================================
   SMARTPHONE
========================================================= */

@media (max-width: 680px) {

  #contact-complet-sovematic
  .sove-complet-page-head h1 {

    max-width: 100%;

    font-size:
      clamp(
        2rem,
        9vw,
        2.75rem
      ) !important;

    line-height:
      1.04 !important;

    letter-spacing:
      -0.035em !important;
  }

}/* =========================================================
   FIX — COLONNE GAUCHE NON STICKY
   Elle reste définitivement à sa place
========================================================= */

#contact-complet-sovematic
.sove-complet-layout
.sove-complet-card {

  position: static !important;

  top: auto !important;
  bottom: auto !important;

  left: auto !important;
  right: auto !important;

  align-self: start !important;

  height: auto !important;

  max-height: none !important;

  transform: none !important;
}


/* =========================================================
   DESKTOP
   Sécurité supplémentaire contre les anciennes règles sticky
========================================================= */

@media (min-width: 1051px) {

  #contact-complet-sovematic
  .sove-complet-layout
  .sove-complet-card {

    position: static !important;

    top: auto !important;

    align-self: start !important;

    height: auto !important;

    min-height: 0 !important;

    max-height: none !important;
  }

}


/* =========================================================
   TABLETTE + MOBILE
========================================================= */

@media (max-width: 1050px) {

  #contact-complet-sovematic
  .sove-complet-layout
  .sove-complet-card {

    position: static !important;

    top: auto !important;
  }

}/* End custom CSS */