/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/Devis/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.devis {
  background-image: url(/beton_cire.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 0.9rem;
  font-family: "PortherasThin", "ZH-Sans", Arial, "Lucida Sans Unicode", sans-serif;
  width: 100%;
  line-height: normal;
  min-height: 100vh;
}
@media screen and (min-width: 60rem) {
  .devis {
    font-size: 1rem;
  }
}
.devis main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 2rem;
}
.devis main h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 60rem) {
  .devis main h2 {
    margin-top: 2rem;
  }
}
.devis main .success-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  margin-top: 3rem;
  width: 90%;
  background-color: rgb(241, 238, 233);
  border-radius: 0.2rem;
}
.devis main .success-message h3 {
  font-weight: bold;
  padding-bottom: 1rem;
}
@media screen and (min-width: 60rem) {
  .devis main .success-message {
    width: 50%;
    padding: 3rem;
  }
}
.devis main .loading form {
  display: none;
}
.devis main form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px;
  margin-bottom: 6rem;
  width: 90%;
  border-radius: 0.2rem;
}
@media screen and (min-width: 60rem) {
  .devis main form {
    width: 35%;
  }
}
.devis main form .background_color {
  background-color: #dfe0d2;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5.5rem;
  padding-bottom: 2rem;
}
.devis main form .dropFile {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 3rem auto auto auto;
}
.devis main form .segment {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-bottom: 5.5rem;
  margin: auto;
}
.devis main form .segment.segment1 {
  margin-top: 1rem;
}
.devis main form .segment .etoile {
  color: rgb(185, 42, 42);
}
.devis main form .segment .titre_segment {
  margin-top: 4rem;
  margin-bottom: 0.4rem;
}
.devis main form .segment input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  background-image: none !important;
  background-color: white;
}
.devis main form .segment input {
  font-family: "PortherasThin", "ZH-Sans", Arial, "Lucida Sans Unicode", sans-serif;
  width: 100%;
  margin-bottom: 0.4rem;
  border-style: none;
  border-bottom: 0.02rem solid black;
  padding: 10px 0px 10px 10px; /*hauteur de la bande blanche*/
  background-color: white; /* Couleur blanche avec 50% d'opacité */
  font-size: 0.9rem;
  outline: none; /* Supprime le contour par défaut */
}
.devis main form .segment input:focus {
  border: 1px solid black; /* Bordure appliquée au focus */
  transition: border-color 0.3s ease;
}
.devis main form .segment input input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  background-image: none !important;
  background-color: white;
}
.devis main form .segment input.support:checked {
  background-color: rgb(231, 231, 221);
  border: 0.15rem solid black;
}
.devis main form .segment input.support:focus {
  border: 1px solid black; /* Bordure appliquée au focus */
  transition: border-color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.8);
}
.devis main form .segment input::placeholder {
  color: black;
  font-family: PortherasThin, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 0.02rem;
}
.devis main form .segment textarea {
  font-family: PortherasThin, Arial, Helvetica, sans-serif;
  border: 0px solid rgb(80, 80, 80);
  border-bottom: 1px solid black;
  background-color: white;
  outline: none;
  padding: 10px;
  color: black;
  width: 100%; /* Prend toute la largeur du parent */
  resize: vertical; /* Permet le redimensionnement vertical uniquement */
}
.devis main form .segment textarea:focus {
  border: 1px solid black;
  border-radius: 4px;
}
.devis main form .segment label {
  margin-top: 0.3rem;
}
.devis main form .segment fieldset {
  display: flex;
  flex-direction: column;
  min-inline-size: min-content;
  margin-inline: 0px;
  border-width: 0px;
  border-style: none;
  padding-block: 0em 0em;
  padding-inline: 0em;
  /* Style pour le label (remplace l'apparence de l'input) */
  /* Style lorsque le radio est sélectionné (lié via :checked) */
}
.devis main form .segment fieldset .checkbox_choices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5rem;
  background-color: white;
  border: 1px solid rgb(150, 150, 150);
  border-radius: 3px;
}
.devis main form .segment fieldset .checkbox_choices input {
  display: none;
}
.devis main form .segment fieldset .label_autre {
  display: none;
}
.devis main form .segment fieldset legend {
  margin-top: 0.3rem;
}
.devis main form .segment fieldset .legend2 {
  padding-top: 1.1rem;
}
.devis main form .segment fieldset .ascParking {
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.devis main form .segment fieldset .support {
  border: 0.02rem solid rgb(150, 150, 150);
  border-radius: 4px;
}
.devis main form .segment fieldset .radio-group input[type=radio] {
  display: none;
}
.devis main form .segment fieldset .radio-group label {
  display: inline-block;
  padding: 0.5rem 0.6rem;
  margin: 0rem 1rem 0.3rem 0rem;
  border: 1px solid rgb(150, 150, 150);
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
.devis main form .segment fieldset .radio-group label:hover {
  background-color: rgb(80, 80, 80);
  color: white;
  border: 1px solid rgb(80, 80, 80);
}
.devis main form .segment fieldset .radio-group input[type=radio]:checked + label {
  background-color: black;
  color: white;
  border-color: black;
}
.devis main form .segment fieldset .open_menu {
  display: flex;
  flex-direction: column;
}
.devis main form .segment fieldset .open_menu .label_menu_toggle {
  margin: auto auto 0.5rem 0;
  padding: 0.5rem 0.6rem;
  border-radius: 3px;
  border: 1px solid rgb(150, 150, 150);
  background-color: white;
  cursor: pointer;
}
.devis main form .segment fieldset .open_menu .label_menu_toggle:hover {
  background-color: rgb(80, 80, 80);
  color: white;
}
.devis main form .segment fieldset .open_menu input[type=checkbox] {
  display: none;
}
.devis main form .segment fieldset .open_menu input[type=checkbox]:checked ~ .menu_murs {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  background-color: rgb(241, 238, 233);
  border: 1px solid rgb(80, 80, 80);
  border-radius: 3px;
  padding: 1.5rem;
}
.devis main form .segment fieldset .open_menu input[type=checkbox]:checked + label {
  background-color: black;
  color: white;
  border-color: black;
}
.devis main form .segment fieldset .open_menu .menu_murs {
  display: none;
}
.devis main form button {
  border-radius: 4px;
  border-style: none;
  background-color: rgb(53, 53, 52);
  color: white;
  padding: 12px;
  margin: 0rem auto 2rem auto;
  width: auto;
  font-size: 0.9rem;
}
.devis main form button:hover {
  background-color: black;
}
.devis main form button:active {
  background-color: rgb(53, 53, 52);
}
@media screen and (min-width: 60rem) {
  .devis main form button {
    font-size: 1rem;
  }
}
