@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.container h1 {
  color: #93795b;
}

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

.module {
  position: relative;
  width: 800px;
  height: fit-content;
  overflow: hidden;
  float: left;
}

.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;
}

#header {
  padding-top: 10px;
}

.container__row {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
}

#logo {
  padding-left: 10px;
}

.header01 {
  font-size: 40px;
  font-weight: bold;
}

.header02 {
  font-size: 30px;
  font-weight: bold;
}

.header03 {
  font-size: 30px;
  font-weight: bold;
  color: #888;
}

#header_image {
  margin-left: 30px;
  width: 300px;
}

#tunnel {
  text-align: center;
  position: relative;
}
#tunnel ul {
  position: relative;
  z-index: 200;
}
#tunnel li {
  display: inline-block;
  padding: 0 30px;
}
#tunnel .tunnel_nombre {
  display: inline-block;
  background-color: #888;
  width: 35px;
  height: 35px;
  border: 3px solid white;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 5px;
}
#tunnel .tunnel_nombre.active {
  background-color: #93795b;
}
#tunnel .tunnel_texte {
  font-size: 23px;
  text-transform: uppercase;
  display: block;
}

.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%;
}

.next {
  display: block;
  background-color: #93795b;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 300px;
  margin: 0 15px;
  float: right;
}

#etape1 label {
  width: 300px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 15px;
}
#etape1 label span {
  width: 100px;
  display: inline-block;
}
#etape1 label input {
  width: 160px;
}

#etape2 {
  text-align: center;
  padding-top: 30px;
}
#etape2 label {
  width: 400px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 15px;
  text-align: left;
}
#etape2 label input {
  width: 400px;
  margin-top: 5px;
}
#etape2 * {
  box-sizing: border-box;
}

#footer {
  margin-top: 50px;
  background-color: #93795b;
  height: 40px;
}

.modele {
  background-color: #666;
  color: white;
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: left;
  overflow: hidden;
  padding: 15px;
  margin-right: 12px;
  width: 160px;
  height: 135px;
}
.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 {
  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: 0;
  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;
  float: right;
  margin-top: 8px;
}

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

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

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

@media (max-width: 850px) {
  #header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  #header #header_image {
    margin-left: 0;
    width: 100%;
  }
  .next {
    float: unset;
  }
  .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 {
    margin: 15px 0 35px 0;
  }
  .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;
  }
  .module {
    width: 100%;
    height: fit-content;
  }
  #site_mentions {
    bottom: 5px;
  }
}

#choix_veranda {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}

@media (max-width: 650px) {

  .modele {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
  }
  #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;
  }
  #tunnel ul {
    display: flex;
    flex-direction: column;
  }
  #tunnel ul li {
    padding: 5px;
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

body a {
  color: inherit;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
  visibility: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.relative {
  position: relative;
}

h1, .h1-like {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

h2, .h2-like {
  margin: 22px;
  margin-top: 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

h3, .h3-like {
  margin: 20px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

h4, .h4-like {
  margin: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h5, .h5-like {
  margin: 16px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

h6, .h6-like {
  margin: 14px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

div, textarea, table, td, th, code, pre, samp {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

a img {
  border: 0;
}

strong, b {
  font-weight: 700;
}

em {
  font-weight: "400italic";
}

p {
  margin: 15px 0;
}

p a {
  color: #93795b;
  font-weight: 700;
}

.content ul, .content ol {
  padding-left: 25px;
  margin: 15px 0;
}
.content li {
  margin-bottom: 10px;
}

p:first-child,
ul:first-child,
ol:first-child,
li:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
dl:last-child,
blockquote:last-child,
pre:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

label {
  display: block;
  min-height: 37px;
}
label .label {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

[type=text], [type=email], textarea {
  display: inline-block;
  border: 0;
  margin: 0;
  padding: 0;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #CCC;
}
[type=text]:focus, [type=email]:focus, textarea:focus {
  background-color: #CCC;
  outline: none;
}

textarea {
  resize: vertical;
}

[type=submit] {
  border: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 20px;
  background-color: #666;
  color: white;
}
[type=submit]:focus {
  outline: none;
  background-color: #CCC;
}

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