@media all and (max-width: 991px) {
  body .etape_container {
    max-width: 100%;
  }
}
body .section_devis_etape h1 {
  text-transform: none;
  font-size: 32px;
  font-weight: 700;
  padding-top: 24px;
}
body .section_devis_etape form label:has(input:checked) .circle {
  outline-color: #ED7620;
  background-color: #ED7620;
  border-color: #E9F0F7;
}
body .section_devis_etape form .sous_titre {
  color: #03324A;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 40px;
  padding-bottom: 16px;
}
body .section_devis_etape form .card_etape-information {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-align: start;
  padding: 0 16px;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape-information {
    max-height: 0;
  }
}
body .section_devis_etape form .card_etape-information-titre {
  font-size: 16px;
  font-weight: 800;
  color: #03324A;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape-information.show {
    max-height: 400px;
  }
}
body .section_devis_etape form .card_etape-titre {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 16px;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape-titre {
    margin-bottom: 0;
    text-align: start;
    font-size: 14px;
    font-weight: 900;
  }
}
body .section_devis_etape form .card_etape-ligne {
  position: relative;
  height: 100%;
  min-height: 335px;
  background-color: #E9F0F7;
  border-radius: 8px;
  margin-bottom: 4px !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape-ligne {
    min-height: auto;
  }
}
body .section_devis_etape form .card_etape-ligne input {
  display: none;
}
body .section_devis_etape form .card_etape-ligne span {
  display: block;
}
body .section_devis_etape form .card_etape-ligne img {
  width: 100%;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape-ligne img {
    width: 100%;
    max-width: 70%;
  }
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape-ligne .circle {
    margin: unset;
    margin-right: 16px;
  }
}
body .section_devis_etape form .card_etape-ligne:has(input:checked) .card_etape-information {
  max-height: 400px;
}
body .section_devis_etape form .card_etape-head {
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  flex-grow: 1;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape-head {
    align-items: center;
    height: 125px;
  }
}
body .section_devis_etape form .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  outline: 2px solid #949DA5;
  border: 2px solid transparent;
  margin: auto;
  margin-bottom: 24px;
  position: relative;
  z-index: 99;
  flex-shrink: 0;
}
body .section_devis_etape form .card_etape_couleur {
  background-color: #E9F0F7;
  border-radius: 8px;
  padding: 24px 16px;
  height: 100%;
  position: relative;
  display: flex;
  gap: 24px;
  flex-direction: column;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape_couleur {
    flex-direction: row;
    align-items: center;
  }
}
body .section_devis_etape form .card_etape_couleur input {
  display: none;
}
body .section_devis_etape form .card_etape_couleur img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body .section_devis_etape form .card_etape_couleur-titre {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: -8px;
  flex-shrink: 0;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape_couleur-titre {
    width: 40%;
    text-align: start;
  }
}
body .section_devis_etape form .card_etape_couleur-img_container {
  background-color: white;
  aspect-ratio: 264/152;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape_couleur-img_container {
    aspect-ratio: 106/94;
  }
}
body .section_devis_etape form .card_etape_couleur-img_container svg {
  max-width: 50%;
}
body .section_devis_etape form .card_etape_couleur .circle {
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  body .section_devis_etape form .card_etape_couleur .circle {
    margin: 0;
  }
}
body .section_devis_etape form .etape_line {
  max-width: 940px;
  margin: auto;
}
body .section_devis_etape form .etape_dimensions {
  padding-top: 0;
}
body .section_devis_etape form .etape_dimensions .picto img {
  width: 100%;
  height: auto;
  max-height: none;
}
body .section_devis_etape form .etape_dimensions .largeur, body .section_devis_etape form .etape_dimensions .longueur {
  padding: 0;
  width: 162px;
  margin: auto;
}
body .section_devis_etape form .etape_dimensions .largeur label, body .section_devis_etape form .etape_dimensions .longueur label {
  font-size: 16px;
  font-weight: 700;
  color: #023F5D;
  margin-bottom: 16px;
  line-height: 100%;
}
body .section_devis_etape form .etape_dimensions .largeur .unite, body .section_devis_etape form .etape_dimensions .longueur .unite {
  display: inline;
  font-weight: 400;
  font-size: 16px;
}
body .section_devis_etape form .etape_dimensions .bouton_quantite {
  display: flex;
  width: 100%;
}
body .section_devis_etape form .etape_dimensions .bouton_quantite button {
  border-radius: 50%;
  border: 2px solid #ED7620;
  background: none;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
body .section_devis_etape form .etape_dimensions .bouton_quantite input {
  width: 100%;
  font-weight: 700;
  text-align: center;
  border: none;
}
@media all and (min-width: 992px) {
  body .section_devis_etape form .etape_escalier .card_etape-information {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px 16px;
    background-color: #D5DCE2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  body .section_devis_etape form .etape_escalier .card_etape-information-titre {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }
  body .section_devis_etape form .etape_escalier .card_etape-ligne:hover .card_etape-information {
    opacity: 1;
  }
}
body .section_devis_etape .filtre_escalier {
  background-color: #E9F0F7;
  padding: 4px;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  color: rgba(3, 62, 92, 0.5);
  width: fit-content;
  margin: auto;
  margin-bottom: 56px;
  gap: 5px;
}
body .section_devis_etape .filtre_escalier-bouton {
  border-radius: 4px;
  padding: 12px 32px;
}
body .section_devis_etape .filtre_escalier-bouton.active {
  background-color: #ED7620;
  color: white;
}
body .section_devis_etape .filtre_escalier-bouton:hover {
  background-color: #F1924B;
}
body .section_devis_etape .filtre_escalier-type {
  display: flex;
  position: relative;
}
body .section_devis_etape .filtre_escalier-type:not(:last-child):before {
  position: absolute;
  top: 10%;
  right: -3px;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: lightgray;
  align-items: center;
}
body .section_devis_informations form input, body .section_devis_informations form select, body .section_devis_informations form textarea {
  border-radius: 8px;
  border: 1px solid #023F5D;
  padding: 12px 16px;
  height: auto;
}
body .section_devis_informations form input::placeholder, body .section_devis_informations form select::placeholder, body .section_devis_informations form textarea::placeholder {
  color: #B4BDC2;
}
body .section_devis_informations form label {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}
body .section_devis_informations form .erreur {
  color: red;
  font-size: 14px;
}
body .bouton_retour {
  color: #9BB2BE;
  font-size: 14px;
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 500;
  margin-top: 24px;
}
body .bouton_retour:visited {
  color: #9BB2BE;
}
body .bouton_retour:hover {
  color: #ED7620;
}
body .bouton_retour:hover svg path {
  fill: #ED7620;
}
body.site_unibeo#page_devis_informations input[name=p_adresse], body.site_unibeo#page_devis_informations input[name=p_pays], body.site_unibeo#page_devis_informations select[name=p_adresse], body.site_unibeo#page_devis_informations select[name=p_pays] {
  display: none;
}
body.site_unibeo#page_devis_informations .recherche_adresse {
  position: relative;
}
body.site_unibeo#page_devis_informations .recherche_adresse-liste {
  position: absolute;
  top: 100%;
  background-color: white;
}
body.site_unibeo#page_devis_informations .recherche_adresse-liste_item {
  padding: 8px;
  border-radius: 8px;
}
body.site_unibeo#page_devis_informations .recherche_adresse-liste_item:hover {
  background-color: #E9F0F7;
}
body.site_unibeo#page_devis_informations .logo_google_recherche {
  margin-left: 8px;
}
body.site_partenaire .recherche_adresse {
  display: none;
}
body.site_partenaire .logo_google_recherche {
  display: none;
}
body#page_devis_informations .boutons .etape_suivante button, body#page_devis_etape .boutons .etape_suivante button, body#page_iframe_devis .boutons .etape_suivante button {
  border: none;
  display: flex;
  height: 56px;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  margin: auto;
  color: #03324A;
  font-weight: 500;
  text-transform: none;
  min-width: 200px;
  background-color: #ED7620;
  width: auto;
}
body#page_devis_informations .boutons .etape_suivante button:hover, body#page_devis_etape .boutons .etape_suivante button:hover, body#page_iframe_devis .boutons .etape_suivante button:hover {
  background-color: #F1924B;
}
@media all and (max-width: 991px) {
  body#page_devis_informations .boutons .etape_suivante button, body#page_devis_etape .boutons .etape_suivante button, body#page_iframe_devis .boutons .etape_suivante button {
    width: 100%;
  }
}

/*# sourceMappingURL=devis_20241121.css.map */
