@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: #231F1F;
  line-height: 1.2;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1;
}
body p {
  font-size: 18px;
}
body a {
  text-decoration: none;
  color: #93795b;
}
body h1 {
  font-size: 56px;
}
body h2 {
  font-size: 39px;
}
body h3 {
  font-size: 32px;
}
body h4 {
  font-size: 26px;
}
body h5 {
  font-size: 21px;
}
body h6 {
  font-size: 18px;
}

/** HEADER **/
.header {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.header__image {
  width: 600px;
}
.header__image img {
  max-width: 100%;
  height: auto;
}
.header__logo {
  width: 600px;
}
.header__logo svg {
  width: 100%;
}
.header__content {
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
}
.header__bg {
  display: block;
  width: 100%;
}
.header__title {
  text-align: center;
}
.header__title > div {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #93795b;
  color: white;
  width: fit-content;
  margin: 0 auto;
}

.header__title > div:nth-child(1) {
  padding-bottom: 0px;
}

.header__title > div:nth-child(2) {
  padding-top: 0px;
}

/** PAGE **/
.content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid #93795b;
  border-top: none;
  padding: 50px;
}
.content__left {
  width: 45%;
}
.content__right {
  width: 55%;
}
.content h2 {
  font-weight: 400;
}
.content__row {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.etape1 .etape-image {
  margin-bottom: 50px;
}

.form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
  /** SPECIFICITY **/
}
.form label {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.form label [type=text], .form label [type=email], .form label [type=tel], .form label [type=number], .form label [type=password], .form label textarea, .form label select {
  height: 40px;
  border: 1px solid #231F1F;
  width: 100%;
  padding: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
.form__next {
  margin-left: auto;
  display: block;
  background-color: #93795b;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  height: 40px;
  width: 300px;
  line-height: 40px;
  text-align: center;
}
.form__mentions {
  font-size: 14px;
  line-height: 1.3;
}
.form--etape1 label span {
  display: none;
}
.form--etape2 label span {
  display: block;
  margin-bottom: 5px;
}

/** TUNNEL **/
.tunnel {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.tunnel ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.tunnel__step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid #93795b;
  flex: 1 1 25%;
  max-width: 25%;
  background-color: rgba(147, 121, 91, 0.2);
}
.tunnel__step:not(:last-child) {
  border-right: none;
}
.tunnel__step--active {
  background-color: #93795b;
}
.tunnel__step--active .tunnel__number {
  background-color: #FFF;
  color: #93795b;
}
.tunnel__step--active .tunnel__title {
  color: #FFF;
}
.tunnel__number {
  font-size: 32px;
  padding: 10px 15px;
  background-color: #93795b;
  color: #FFF;
  line-height: 1;
}
.tunnel__title {
  font-size: 26px;
}

#footer {
  margin-top: 75px;
}

#prechargement {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}

.module {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.module img {
  max-width: 100%;
}

#produit_container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.move {
  width: 15px;
  height: 15px;
  padding: 5px;
  background-color: white;
  border: 1px solid #666;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 50;
}

#echelle {
  height: 121px;
  width: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#choix_veranda div:hover, #choix_couleur div:hover {
  cursor: pointer;
}

.error {
  color: red;
  font-weight: 700;
  margin-bottom: 30px;
}



.tunnel_line {
  position: absolute;
  border-bottom: 1px solid #888;
  width: 1000px;
  top: 20px;
}

.contenu p {
  line-height: 1.4;
}

.center {
  text-align: center;
}
.center img {
  width: 100%;
}

#choix_veranda {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.modele {
  background-color: #666;
  color: white;
  font-size: 15px;
  text-align: center;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 15px;
  flex: 1 1 calc(20% - 10px);
  max-width: 20%;
}
.modele img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.modele:last-of-type {
  margin: 0;
}
.modele:first-of-type {
  margin-left: 2px;
}
.modele > span {
  display: block;
  box-sizing: border-box;
}

#module_container {
  width: 100%;
  background-color: #666;
  padding: 20px;
  padding-right: 0;
  margin-top: 11px;
  display: flex;
}

#module_outils {
  text-align: center;
  width: 140px;
  padding: 0 20px;
  font-weight: 300;
}

.outil {
  color: white;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}
.outil:first-of-type {
  padding-top: 0;
}
.outil:last-of-type {
  border: 0;
}
.outil span {
  display: block;
  margin-bottom: 10px;
}

.contact {
  font-size: 11px;
  text-align: left;
  line-height: 1.3;
}

.couleurs__container {
  display: flex;
  justify-content: center;
  gap: 3px;
}

.couleur {
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid white;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
}
.couleur.couleur_gris {
  background-color: #666;
}
.couleur.couleur_blanc {
  background-color: white;
}
.couleur.couleur_rouge {
  background-color: rgb(221, 70, 70);
}
.couleur.couleur_bleu {
  background-color: rgb(64, 64, 212);
}
.couleur.couleur_vert {
  background-color: rgb(40, 117, 40);
}
.couleur.couleur_brun {
  background-color: #795935;
}
.couleur.couleur_marron {
  background-color: #efb166;
}
.couleur.couleur_beige {
  background-color: #f8e1c3;
}

#valider {
  border: 0;
  background-color: #93795b;
  color: white;
  font-size: 20px;
  height: 40px;
  width: 100px;
  margin-right: 10px;
  margin-top: 20px;
}

#site_mentions {
  background-color: #93795b;
  color: white;
  position: absolute;
  bottom: 4px;
  right: 0;
  padding: 5px;
  font-size: 12px;
  z-index: 99999;
}

#logo_mentions {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 99999;
  max-width: 100px;
}

#loading {
  color: #93795b;
  font-size: 40px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 15px;
  position: absolute;
  z-index: 99999999;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: none;
}

.mentions {
  padding-top: 40px;
  font-size: 11px;
}

.chargement_module {
  font-size: 23px;
  display: none;
  margin-top: 8px;
}

.chargement_module_blanc {
  font-size: 23px;
  color: white;
  display: none;
}

.etape-image--desktop {
  display: block;
}

.etape-image--mobile {
  display: none;
}

.result {
  margin-top: 40px;
}

@media (max-width: 850px) {
  #header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  #header #header_image {
    margin-left: 0;
    width: 100%;
  }
  .etape-image--mobile {
    display: block !important;
  }
  .etape-image--desktop {
    display: none !important;
  }
  .container__row {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  #etape2 label, #etape2 label input {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .container {
    padding: 20px;
    max-width: 100%;
  }
  #echelle {
    width: 80%;
    height: 20px;
  }
  .tunnel_line {
    display: none;
  }
  h1, .h1-like {
    margin: 20px 0 !important;
  }
  #module_container {
    flex-direction: column;
    padding-right: 20px;
    gap: 15px;
  }
  #module_outils {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .modele {
    flex: 1 1 calc(50% - 10px);
    max-width: 50%;
  }
}
@media (max-width: 650px) {
  #choix_veranda {
    flex-direction: column;
  }
  .modele {
    height: fit-content;
    flex: 1 1 calc(50% - 10px);
    max-width: 100%;
  }
  #logo_mentions {
    max-width: 65px;
  }
  #site_mentions {
    font-size: 9px;
  }
}
@media (max-width: 560px) {
  #logo {
    padding-left: 0;
  }
  #logo img {
    width: 100%;
  }
  .header01, .container h1 {
    font-size: 32px;
  }
  .header02, .header03 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .tunnel, .content {
		margin: 0 auto;
	}	
  .header__logo {
    width: 400px;
    margin: 0 auto;
  }
  .header__logo svg {
    height: fit-content;
  }
  .header__title {
    font-size: 45px;
  }
  .header {
    width: 100%;
    max-width: 100%;
  }
  .tunnel, .content {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1000px) {
  .header__content {
    gap: 10px;
  }
  .tunnel ul {
    flex-wrap: wrap;
  }
  .tunnel__step {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .tunnel__step:nth-child(2) {
    border-right: 1px solid #93795b;
  }
  .tunnel__step:nth-child(1), .tunnel__step:nth-child(2) {
    border-bottom: none;
  }
  .content {
    padding: 30px;
  }
  .content__row {
    flex-direction: column;
  }
  .content__left, .content__right {
    width: 100%;
  }
  #footer {
    margin-top: 50px;
  }
}
@media (max-width: 850px) {
  .header {
    justify-content: center;
  }
  .header__image {
    display: none;
  }
}
@media (max-width: 680px) {
  .header__title {
    font-size: 32px;
  }
  .content {
    padding: 30px 20px 20px 20px;
  }
  .content__row {
    gap: 0;
  }
  .content label {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .content h2 {
    font-size: 31px;
  }
  .form {
    column-gap: 0;
  }
  .tunnel__step {
    flex: 1 1 100%;
    max-width: 100%;
    border: 1px solid #93795b;
    padding: 15px;
  }
  .tunnel__step:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid #93795b;
  }
  .tunnel__title {
    font-size: 21px;
  }
  .tunnel__number {
    font-size: 25px;
    padding: 5px 10px 10px 10px;
  }
  #footer {
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .header__logo {
    width: 100%;
  }
}

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