/* FONTS */
/* COLORS */
/* RESPONSIVE */
/*** FORMIDABLE ***/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "ETModules";
  src: url(../typos/ETmodules_v2_4.otf) format("opentype"), url(../typos/ETmodules_v2_4.ttf) format("truetype"), url(../typos/ETmodules_v2_4.eot) format("embedded-opentype"), url(../typos/ETmodules_v2_4.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheBravery";
  src: url(../typos/The-Bravery.otf) format("opentype"), url(../typos/The-Bravery.ttf) format("truetype"), url(../typos/The-Bravery.eot) format("embedded-opentype"), url(../typos/The-Bravery.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
/*** GENERAL ***/
* {
  box-sizing: border-box;
}

.clr {
  clear: both;
}

.bloc-clic {
  cursor: pointer;
}

body {
  padding: 0;
  margin: 0;
  background: white;
}

section {
  min-width: 320px;
}

.flex {
  display: flex;
}

.grid {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.max-grid {
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-61p, .col-39p, .col-1-5, .col-4-5 {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-61p, .col-39p, .col-1-5, .col-4-5 {
    float: none;
    width: 100% !important;
    padding: 0 15px;
  }
}

.col-1 {
  width: 8.3333%;
}

.col-2 {
  width: 16.6666%;
}

.col-1-5 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-5 {
  width: 41.6666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333%;
}

.col-8 {
  width: 66.6666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.6666%;
}

.col-12 {
  width: 100%;
  float: none;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.center {
  text-align: center;
}

.undecorated-link {
  text-decoration: none;
  color: black;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 1080px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 830px) and (max-width: 1080px) {
  .hide-tablette {
    display: none !important;
  }
}

@media screen and (max-width: 830px) {
  .hide-mobile {
    display: none !important;
  }
}

.form-bg {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.bravery {
  font-family: "TheBravery", arial !important;
}

.raleway {
  font-family: "Raleway", arial !important;
}

.white {
  color: #fff;
}

.font {
  color: #5c3c43;
}

.yellow {
  color: #f6f6f6;
}

.newYellow {
  color: #ebe5cf;
}

.rose {
  color: #CEA281;
}

.rouge {
  color: #864845;
}

.beige {
  color: #e8dbcb;
}

.vert {
  color: #839973;
}

.vin {
  color: #623a43;
}

.dore {
  color: #9d8e6a;
}

.bouton {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  vertical-align: center;
  position: relative;
  height: 50px;
  line-height: 30px;
  padding: 10px 40px;
  border: 0;
  font-size: 25px;
  font-weight: 500;
  font-family: "Raleway", arial;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bouton::before {
  display: inline-block;
  background: transparent;
  height: 62px;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bouton:hover {
  background: #9d8e6a;
}
.bouton:hover::before {
  border-color: #9d8e6a;
}
.bouton.font {
  background: #5c3c43;
}
.bouton.font::before {
  border-color: #5c3c43;
  color: #fff;
}
.bouton.font:hover {
  background: #9d8e6a;
}
.bouton.font:hover::before {
  border-color: #9d8e6a;
}
.bouton.blanc {
  background: #fff;
  color: #623a43;
}
.bouton.blanc::before {
  border-color: #fff;
}
.bouton.blanc:hover {
  background: #623a43;
  color: #fff;
}
.bouton.blanc:hover::before {
  border-color: #623a43;
}
.bouton.dore {
  background: #9d8e6a;
}
.bouton.dore::before {
  border-color: #9d8e6a;
}
.bouton.dore:hover {
  background: #623a43;
}
.bouton.dore:hover::before {
  border-color: #623a43;
}
.bouton.vin {
  background: #623a43;
}
.bouton.vin::before {
  border-color: #623a43;
}
.bouton.vin:hover {
  background: #5c3c43;
}
.bouton.vin:hover::before {
  border-color: #5c3c43;
}
.bouton.rose {
  background: #CEA281;
}
.bouton.rose::before {
  border-color: #CEA281;
}
.bouton.rose:hover {
  background: #9d8e6a;
}
.bouton.rose:hover::before {
  border-color: #9d8e6a;
}
.bouton.big {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
}
.bouton.big::before {
  height: 86px;
  left: -10px;
  right: -10px;
  top: -9px;
}
@media screen and (max-width: 1080px) {
  .bouton {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    max-width: 70%;
    min-width: fit-content;
  }
  .bouton::before {
    height: 53px;
  }
  .bouton.big {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .bouton.big::before {
    height: 76px;
  }
}

.filtre {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filtre.catalogue {
  background: rgba(0, 0, 0, 0.5);
}

#accueil-popote-construction {
  height: 100vh;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  #accueil-popote-construction {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#accueil-popote-construction .links-div {
  justify-content: space-evenly;
}
@media screen and (max-width: 1080px) {
  #accueil-popote-construction .links-div {
    display: block !important;
  }
}
#accueil-popote-construction h3 {
  font-size: 30px;
  font-weight: 700;
}
#accueil-popote-construction p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 50px !important;
}
#accueil-popote-construction p.links {
  display: flex;
  align-items: center;
  line-break: anywhere;
}
#accueil-popote-construction p img {
  width: 30px;
  margin-right: 5px;
}
#accueil-popote-construction .construction-container {
  text-align: center;
  margin: auto;
}

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