/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* Centrage et marges automatiques pour un conteneur principal, évitant les bords de l'écran */
.container {
    max-width: 1440px !important;
    padding: 0 24px;
    width: 100%; 
    box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* --- Header Section --- */
/* Alignement flex et centrage du contenu du header */
.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

h1 {
    font-size: 2.625rem;
    line-height: 1.33;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

/* --- Titles Visibility --- */
/* Gestion de la visibilité des titres selon les écrans */
.title-min { display: unset !important; }
.title-max { display: none !important; }

@media screen and (min-width: 1280px) {
    h1, h1 span {
        font-size: 62px !important;
    }
    .title-min { display: none !important; }
    .title-max { display: unset !important; }
    .header {
        display: flex !important;
        flex-direction: row;
        gap: 20px;
    }
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

:root {
  --screen-desktop: 992px;
  --font_primary: "Poppins", sans-serif;

  --corail_mh_brand: #e2250c;
  --corail_mh_dark: #ad1400;
  --corail_mh_light: #ff4b33;
  --gris_sable_light: #ede8e6;
  --gris_sable_dark: #e4d8c4;
  --jaune_ivoire_light: #fcf7e7;
  --jaune_ivoire_dark: #f6ebc8;
  --jaune_light: #f4ec5b;
  --jaune_dark: #f9bd00;
  --orange_normal: #ff8347;
  --orange_dark: #D14600;
  --orange_hover: var(--orange_dark);
  --vert_light: #03dfb2;
  --vert_dark: #008275;
  --bleu_turquoise_light: #5ad5d9;
  --bleu_turquoise_middle: #008299;
  --bleu_turquoise_dark: #006374;
  --bleu_light: #4283d1;
  --bleu_dark: #1a283e;
  --bleu_klein_light: #5f65e3;
  --bleu_klein_dark: #484dad;
  --bleu_klein_dark_a: #30369E;
  --violet_light: #6d4ca7;
  --violet_dark: #4b218e;
  --mauve: #d4c0f0;
  --rose_light: #f4b5d4;
  --rose_dark: #d81e88;
  --rose_fushia: #b9066c;
  --rouge_framboise: #de2b5b;
  --rose_chair_light: #f0b7a5;
  --rose_chair_dark: #cca196;
  --vert_positif: #1E7000;
  --rouge_negatif: #CC0000;
  --bleu_texte: #2964AE;
  --alerte_vert_positif: #bddab2;
  --alerte_rouge_negatif: #f9b2b2;
  --alerte_bleu_information: #c1d5ee;
  --alerte_jaune_attention: #f9f5ad;
  --blanc: #ffffff;
  --noir: #222222;
  --gris_light: #e1e1e1;
  --gris_dark: #636363;
  --gris_background: #f6f6f6;

  --bg-color: #ffffff;
  --timeline-color: var(--gris_light);
  --bullet-color: var(--gris_light);
  --text-color__default: var(--gris_dark);
  --text-color__valid: #222222;
  --valid__bg-color: var(--vert_positif);
  --valid__text-color: #ffffff;
  --section-current__bg-color: var(--bleu_turquoise_light);
  --section-current__text-color: var(--bleu_dark);
  --step__underline-color: var(--gris_light);
  --section__margin: 2rem;
  --section__timeline-width: 4px;
  --section__timeline-offset: 3.5rem;
  --section-btn__line-height: 1.5rem;
  --section-btn__padding-v: 1.25rem;
  --section-btn__height: calc(var(--section-btn__line-height) + var(--section-btn__padding-v) * 2);
  --section__bullet-offset: calc(var(--section__timeline-offset) - var(--section-btn__height) / 2);

  --mobile-section__margin: 2rem;
  --mobile-section__timeline-width: 4px;
  --mobile-section__timeline-offset: 0rem;
  --mobile-section-btn__line-height: 1rem;
  --mobile-section-btn__padding-v: 10px;
  --mobile-timeline-width: 0.5rem;
  --mobile-steps__box-shadow: 0 6px 12px 0 rgba(34, 34, 34, 0.3);
  --mobile-steps__border-color: #e1e1e1;
  --mobile-steps__bg-color: #ffffff;
  --anim-duration: 250ms;
  --anim-duration-2: 300ms;
  --mobile-section-btn__height: 40px;
  --mobile-section__bullet-offset: calc(var(--mobile-section__timeline-offset) - var(--mobile-section-btn__height) / 2);
}
body {
  margin: 0;
  background: linear-gradient(6deg, #fff 23%, #D9FFFF 95%);
  background-repeat: no-repeat;
}
body * {
  font-family: var(--font_primary);
  font-weight: 400;
}

.form-stepper_container {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  gap: 2rem;
  overflow-x: hidden;
}
.form-stepper_view {
  display: flex;
  flex-direction: column;
  flex: 1;
  order: 2;
  border: 1px solid grey;
}
.form-stepper_nav {
  display: flex;
  flex-direction: row;
  order: 1;
  overflow: visible;
  min-width:320px;
}
.form-stepper_nav_item {
  position: relative;
  outline: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--section__margin) / 4);
}
.form-stepper_nav_item button {
  position: relative;
  z-index: 1;
  outline: 0;
  border: 0;
  display: flex;
  flex-direction: row;
  background: transparent;
  padding: var(--section-btn__padding-v) 0;
  padding-left: calc(var(--section__timeline-offset) + var(--section-btn__height) / 2 + 1rem);
  padding-right: calc(var(--section-btn__height) / 2 + 1rem);
  line-height: var(--section-btn__line-height);
  color: var(--gris_dark);
}
.form-stepper_nav_item ul {
  position: absolute;
  z-index: 10;
  list-style: none;
  display: flex;
  flex-direction: column;
  background: var(--blanc);
  margin: 0.5rem 0;
  padding: 0 calc(var(--section-btn__height) / 2 + 1rem) 0 calc(var(--section__timeline-offset) + var(--section-btn__height) / 2 + 1rem);
  line-height: var(--section-btn__line-height);
  color: var(--gris_dark);
}
.form-stepper_nav_item a {
  text-decoration: none;
  color: var(--text-color__valid);
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.3em;
}
.form-stepper_nav_item .nav_item_text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  color: var(--text-color__default);
}
.form-stepper_nav_item .nav_item_icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--section__bullet-offset);
  width: var(--section-btn__height);
  height: var(--section-btn__height);
  line-height: var(--section-btn__height);
  text-align: center;
  font-size: 1rem;
  transition: none;
  color: var(--gris_dark);
  border-radius: 999px;
}
.form-stepper_nav_item .nav_item_icon svg {
  height: 24px;
  width: 24px;
}
.form-stepper_nav_item .nav_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  transition: all var(--anim-duration-2) ease-in-out;
}
.form-stepper_nav_item .nav_item_bg-anim {
  position: absolute;
  top: 0;
  left: var(--section__bullet-offset);
  width: var(--section-btn__height);
  height: var(--section-btn__height);
  border-radius: 999px;
  background: var(--gris_light);
  transform: scale3d(1, 1, 1);
  transition: all var(--anim-duration-2) ease-in-out;
}

.form-stepper_nav_item:before,
.form-stepper_nav_item:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(64px + 0.25rem);
  left: 3.35rem;
  width: 4px;
  background: var(--gris_light);
  height: calc(100% - 64px);
  border-radius: 1rem;
}
.form-stepper_nav_item:after {
  height: 0;
  background: var(--vert_positif);
  transition: all var(--anim-duration) ease-in-out;
}
.form-stepper_nav_item:last-child:before,
.form-stepper_nav_item:last-child:after {
  display: none !important;
}

.form-stepper_nav_item.is-active {
  cursor: pointer;
  font-weight: 700;
}
.form-stepper_nav_item.is-active .nav_item_text {
  font-weight: 600;
  color: var(--bleu_dark);
}
.form-stepper_nav_item.is-active .nav_item_icon {
  color: var(--bleu_dark);
}
.form-stepper_nav_item.is-active .nav_item_bg-anim {
  background: var(--bleu_turquoise_light);
  width: 100%;
  left: 0;
}

.form-stepper_nav_item.is-completed button {
  cursor: pointer;
}
.form-stepper_nav_item.is-completed .nav_item_text {
  white-space: nowrap;
  color: var(--bleu_dark);
}
.form-stepper_nav_item.is-completed .nav_item_icon {
  color: var(--blanc);
}
.form-stepper_nav_item.is-completed .nav_item_bg-anim {
  background: var(--vert_positif);
}
.form-stepper_nav_item.is-completed:after {
  height: calc(100% - 64px);
}
.form-stepper_nav_item.is-completed.is-active .nav_item_text {
  color: var(--blanc);
}
.form-stepper_nav_item.is-completed.is-active .nav_item_icon {
  color: var(--blanc);
}

.form-stepper_nav_item .nav_item_icon {
  overflow: hidden;
}
.form-stepper_nav_item .nav_item_icon .nav_item_icon-not-completed,
.form-stepper_nav_item .nav_item_icon .nav_item_icon-is-completed {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--section-btn__height);
  height: var(--section-btn__height);
  transform: translateX(0%);
  transition: all var(--anim-duration-2) ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-stepper_nav_item .nav_item_icon .nav_item_icon-not-completed {
  left: 0;
  opacity: 1;
}
.form-stepper_nav_item .nav_item_icon .nav_item_icon-is-completed {
  left: calc(var(--section-btn__height));
  opacity: 0;
}

.form-stepper_nav_item.is-completed .nav_item_icon .nav_item_icon-not-completed,
.form-stepper_nav_item.is-completed .nav_item_icon .nav_item_icon-is-completed {
  transform: translateX(-100%);
}
.form-stepper_nav_item.is-completed .nav_item_icon .nav_item_icon-not-completed {
  opacity: 0;
}
.form-stepper_nav_item.is-completed .nav_item_icon .nav_item_icon-is-completed {
  opacity: 1;
}

.form-stepper_nav_item.is-completed.is-active ul {
  height: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity var(--anim-duration-2) ease-in-out;
}
.form-stepper_nav_item ul li {
  margin: 1rem 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
  transition: opacity var(--anim-duration-2) ease-in-out;
}
.form-stepper_nav_item ul li.is-active,
.form-stepper_nav_item ul li.is-completed{
  margin: .5rem 0;
  height: auto;
  overflow: hidden;
  opacity: 1;
  display: flex;
  transition: opacity var(--anim-duration-2) ease-in-out;
}
.form-stepper_nav_item ul li:first-child {
  margin-bottom: .25rem!important;
}
.form-stepper_nav_item ul li:last-child {
  margin-top: 0rem!important;
}
.form-stepper_nav_item.is-completed ul {
    margin: 1rem 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity var(--anim-duration-2) ease-in-out;
}

.form-stepper_nav_item ul li a {
  display: flex;
  flex-direction: column;
}
.form-stepper_nav_item ul li a span {
  font-weight: 400;
  color: var(--text-color__default);
}
.form-stepper_nav_item ul li.is-active a span {
  font-weight: 600;
  color: var(--bleu_dark);
}

.form-stepper_view_section_title {
  display: none;
}
.form-stepper_nav_item_answer {
  font-weight: 400;
}
.form-stepper_nav_item.is-completed.is-open ul  {
  height: auto;
  opacity: 1;
}

.form-stepper_view_section {
  display: none; height: auto;
}
.form-stepper_view_section.is-active {
  display: flex; align-items: flex-start; justify-content: center;
}

.form-stepper_controller {
  position: relative;
  padding: 1rem;
  height: 2rem;
}
.previousSection, .nextSection {
  display: flex;
}
.previousSection {
  display: flex;
  align-items: center;
  background: none;
  color: var(--gris_dark);
  border: none;
  cursor: pointer;
  height: 40px;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.form-stepper_view_section-layout {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
  gap: 1rem;
}
.form-stepper_view_section-title {
  display: flex; align-items: center;
}
.form-stepper_view_section-title svg {
  height: 24px; width: 24px; display: none;
}
.form-stepper_view_section-title h6  {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.form-stepper_view_section-input {
  display: flex;
  flex-direction: column;
}
.form-stepper_view_section-input label {
  display: block;
  color: var(--gris_dark);
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: .5rem;
}
.form-stepper_view_section-input input {
  display: block;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .625rem;
  border-radius: .5rem;
  appearance: none;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  box-shadow: inherit;
  border: 1px solid var(--gris_light);
  background-color: var(--gris_background);
}
.form-stepper_view_section-input input::placeholder {
  color: #909090;
}
[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
  box-shadow: 0 0 0 2px var(--bleu_turquoise_light);
  border-color: var(--bleu_turquoise_light);
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: var(--blanc);
  transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
  color: var(--noir);
}
.nav_item_text {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 40px;
  height: 40px;
  border: none;
  padding: 8px 24px;
  background: var(--corail_mh_brand);
  transition: all .3s ease;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 992px) {
  .form-stepper_container {
    flex-direction: row;
    padding: 1rem;
  }
  .form-stepper_view {
    order: 1;
  }
  .form-stepper_nav {
    flex-direction: column;
    order: 2;
    gap: 0.5rem;
  }
  .form-stepper_nav_item ul {
    position: relative;
    z-index: 0;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .stepper {
    display: flex;
    flex-direction: row;
  }
  .form-stepper_nav {
    overflow: auto;
    gap: 1rem;
    padding: 1rem;
    display: none !important;
  }
  .form-stepper_nav_item:before,
  .form-stepper_nav_item:after {
    left: inherit;
    top: calc((var(--mobile-section-btn__height) / 2) - 2px);
    width: 0.8rem;
    right: -0.9rem;
    height: 4px;
  }
  .form-stepper_nav_item.is-completed:after {
    height: 4px;
  }
  .form-stepper_nav_item.is-completed.is-active ul {
    opacity: 0;
  }
  .form-stepper_nav_item button {
    padding-left: calc(var(--mobile-section__timeline-offset) + var(--mobile-section-btn__height) / 2 + 1.75rem);
    padding-right: calc(var(--mobile-section-btn__height) / 2);
    padding-top: calc(var(--mobile-section-btn__height) / 5);
    padding-bottom: calc(var(--mobile-section-btn__height) / 5);
  }
  .form-stepper_nav_item .nav_item_text {
    white-space: nowrap;
  }
  .form-stepper_nav_item .nav_item_icon {
    left: calc(var(--mobile-section-btn__height) / 10) !important;
    width: var(--mobile-section-btn__height) !important;
    height: var(--mobile-section-btn__height) !important;
  }
  .form-stepper_nav_item .nav_item_icon svg {
    width: calc(var(--mobile-section-btn__height) / 2);
    height: calc(var(--mobile-section-btn__height) / 2);
  }
  .form-stepper_nav_item .nav_item_icon .nav_item_icon-not-completed,
  .form-stepper_nav_item .nav_item_icon .nav_item_icon-is-completed {
    width: var(--mobile-section-btn__height);
    height: var(--mobile-section-btn__height);
    left: var(--mobile-section-btn__height);
  }
  .form-stepper_nav_item .nav_item_icon .nav_item_icon-not-completed {
    left: 0;
  }
  .form-stepper_nav_item .nav_item_bg-anim {
    left: var(--mobile-section__bullet-offset);
    width: calc(var(--mobile-section-btn__height) * 1.5);
    height: var(--mobile-section-btn__height);
  }
  .nav_item_icon-is-completed {
    left: calc(var(--mobile-section-btn__height));
    opacity: 1;
  }
  .form-stepper_nav_item:not(.is-active.is-completed, .is-active) .nav_item_bg-anim {
    width: var(--mobile-section-btn__height);
    left: 0;
  }
  .form-stepper_nav_item:not(.is-active.is-completed, .is-active) .nav_item_text {
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: all var(--anim-duration-2) ease-in-out;
  }
  .form-stepper_nav_item:not(.is-active.is-completed, .is-active) button {
    padding-right: 0;
    padding-left: calc(var(--mobile-section-btn__height) + 0px);
    transition: all var(--anim-duration-2) ease-in-out;
  }
  .form-stepper_nav_item:not(.is-active.is-completed, .is-active) .nav_item_icon {
    left: 0 !important;
  }
  .form-stepper_nav_item.is-completed.is-active .nav_item_text,
  .form-stepper_nav_item.is-active .nav_item_text {
    opacity: 1;
    width: 100%;
    overflow: hidden;
    transition: all var(--anim-duration-2) ease-in-out;
  }
  .form-stepper_nav_item.is-completed .nav_item_icon .nav_item_icon-is-completed {
    left: calc(var(--mobile-section-btn__height));
    opacity: 1;
  }
}

.form-stepper_view_section-btn {
  display: none;
}

.form-stepper_view_sub-section {
  display: none;
  opacity: 0;
  transition: all ease-in-out .2s;
  transform: translateY(-1rem);
  flex: 1;
}
.form-stepper_view_sub-section.is-active {
  display: flex;
  opacity: 1;
  transition: all ease-in-out .2s;
  transform: translateY(0rem);
}
.form-stepper_view_section > svg {
  display: none;
}
.nav_item_icon svg {
  display: inline-block!important;
}

/* Radio Card */

.form-select-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
  padding: 2rem;
  border-radius: .5rem;
  background: white;
  box-shadow: 0 0 0 0 rgba(34, 34, 34, 0);
  transition: all .3s ease-in-out;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  max-width: 120px;
}
.form-select-card:has(input[type="radio"]:checked),
.form-select-card:has(input[type="checkbox"]:checked){
  background: var(--bleu_turquoise_light);
  border-color: var(--bleu_turquoise_light);
}

.form-select-card:has(input[type="radio"]:checked) svg,
.form-select-card:has(input[type="radio"]:checked) label,
.form-select-card:has(input[type="checkbox"]:checked) svg,
.form-select-card:has(input[type="checkbox"]:checked) label {
  color: var(--bleu_dark);
  opacity: 1;
}
.form-select-card input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.form-select-card {
  border: 1px solid var(--gris_light);
  transition: all .3s ease-in-out;
}
.form-select-card:hover {
  box-shadow: 0 3px 6px 0 rgba(34, 34, 34, 0.3);
}

.form-select-card svg {
  height: 32px;
  width: 32px;
  stroke-width: 1.5;
  color: var(--gris_dark);
  opacity: 1;
  pointer-events: none;
  margin-bottom: .5rem;
  transition: all .3s ease-in-out;
}
.form-select-card:hover svg {
  color: var(--text-color__valid);
}

.form-select-card label {
  color: var(--gris_dark);
  opacity: 1;
  font-size: 1rem;
  pointer-events: none;
  transition: all .3s ease-in-out;
  text-align: center;
}
.form-select-card:hover label {
  color: var(--text-color__valid);
}

.form-select-card svg.icon-is-selected {
  position: absolute;
  top: .5rem;
  right: .5rem;
  display: inline-block;
  z-index: 1;
  height: 24px;
  width: 24px;
  stroke-width: 1.5;
  color: white;
  stroke: white;
  opacity: 0;
  transform: translateY(2rem);
  transition: all .2s ease-in-out;
}
.form-select-card:has(input[type="radio"]:checked) svg.icon-is-selected,
.form-select-card:has(input[type="checkbox"]:checked) svg.icon-is-selected {
  opacity: 1;
  transform: translateY(0rem);
}
.form-select-card-group {
  display: flex;
  gap: 1rem;
}
.helper {
  margin-top: 1rem;
  font-size: 14px;
}
.input-error {
  border: 1px solid red !important;
  background-color: #ffe6e6; /* Optionnel : fond légèrement rosé */
  transition: all 0.3s ease; /* Pour un effet doux */
}

.form-select-card-group {
    display: grid !important;
    grid-template-columns: repeat(3, 185px) !important;
}

button:disabled {
  background-color: #ffb6a6;
}

button:disabled,
button[disabled]{
  background-color: #ffb6a6 !important;
}

.input-SELECT {
    border: 1px solid var(--gris_light) !important;
    background-color: var(--gris_background) !important;
    padding: .625rem !important;
    border-radius: .5rem;
}

@media (max-width: 756px) {
  .form-stepper_nav {
    display: none !important;
  }
  .form-select-card-group {
        grid-template-columns: repeat(1, 1fr) !important;
  }
  .logo-container {
    flex-direction: column;
    gap: 10px;
  }
  select {
      width: 280px !important;
  }
}