body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 300;
}

.bg-image-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/week-end-construction-page-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 9px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c4b26c;
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  -webkit-transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  color: #c4b26c;
}

.button.middle {
  margin-right: 15px;
  margin-left: 15px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b4b4b4;
  font-size: 35px;
  font-style: italic;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0px;
}

.fleche-gauche {
  display: none;
}

.fleche-droite {
  display: none;
}

.bg-random-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot-nav {
  display: none;
}

.button-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.content-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section.title {
  margin-top: -60px;
}

.content-section.info-seance {
  max-width: 95%;
}

.bg-image-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/week-end-construction-page-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg-image-1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/week-end-construction-page-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content {
  margin-bottom: 45px;
  color: #c4b26c;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #b4b4b4;
  font-size: 40px;
  line-height: 42px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 4px;
}

.bg-image-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/week-end-construction-page-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  z-index: 2000;
}

.titre-h2-de {
  font-size: 20px;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.bg-image-5 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/week-end-construction-page-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser {
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.text-field {
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

.parallelogram-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shape {
  display: block;
  width: 200px;
  height: 200px;
  background-color: rgba(0, 201, 135, 0);
}

.shape.triange {
  width: 0px;
  height: 0px;
  min-width: 0px;
  border-right: 200px solid #fff;
  border-bottom: 346px solid #00c987;
  border-left: 200px solid #fff;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.shape.triange.cornerupleft {
  border-top: 40px solid #00c987;
  border-right: 1px none #000;
  border-bottom: 1px none #000;
}

.shape.triange.cornerupleft.float-left {
  border-left-width: 15px;
  border-left-color: hsla(0, 0%, 100%, 0);
}

.shape.triange.cornerupleft.float-left.jgjhjg {
  border-top-color: transparent;
  border-left-color: #000;
}

.shape.triange.cornerdownleft {
  width: 0px;
  border-left: 1px none #000;
  border-bottom-width: 200px;
  border-bottom-color: #00c987;
}

.shape.triange.cornerdownleft.float-left {
  border-right-width: 100px;
  border-right-color: #fff;
}

.submit-button {
  height: 40px;
}

.submit {
  background-color: transparent;
}

.embed-form {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-span {
  color: #ffd32f;
}

.row {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.logos {
  background-color: #fff;
}

.col.col12 {
  max-width: 8.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 8.3%;
  -ms-flex: 0 8.3%;
  flex: 0 8.3%;
}

.col.col12.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 8%;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  max-width: 50%;
}

.image-2 {
  max-width: 70%;
}

.image-3 {
  max-width: 70%;
}

.image-4 {
  max-width: 70%;
}

.image-5 {
  max-width: 80%;
}

.image-6 {
  max-width: 70%;
}

.image-7 {
  max-width: 70%;
}

.image-8 {
  max-width: 50%;
}

.image-9 {
  max-width: 70%;
}

.image-10 {
  max-width: 80%;
}

.image-11 {
  max-width: 70%;
}

.image-12 {
  max-width: 70%;
}

@media (max-width: 991px) {
  body {
    background-color: #2b286b;
    background-image: url('../images/week-end-construction-page-5.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-random-image {
    position: relative;
    display: none;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/montre.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/montre.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .content-section {
    height: auto;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .content-section.title {
    margin-top: 110px;
  }
  .buttons-container {
    margin-bottom: 45px;
  }
  .h1 {
    text-align: center;
  }
  .logo.w--current {
    margin-top: 0px;
  }
  .mask {
    height: 100%;
  }
  .teaser {
    font-size: 30px;
    line-height: 36px;
  }
  .body {
    background-position: 0% 0%;
  }
  .row.logos {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section {
    width: 100%;
    background-color: #000;
  }
  .body-2 {
    background-color: #2c296c;
    background-position: 0% 0%;
  }
}

@media (max-width: 767px) {
  .button.middle {
    margin: 15px 0px;
  }
  .button-content {
    text-align: center;
  }
  .content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .buttons-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body {
    background-position: 15% 50%;
  }
  .col.col12.centered {
    max-width: 15%;
  }
}

@media (max-width: 479px) {
  .bg-image-2 {
    position: relative;
  }
  .h2 {
    text-align: center;
  }
  .bg-image-3 {
    position: relative;
  }
  .buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bg-image-1 {
    position: relative;
  }
  .h1 {
    margin-bottom: 20px;
    text-align: center;
  }
  .bg-image-4 {
    position: relative;
  }
  .logo {
    float: none;
  }
  .logo.w--current {
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .bg-image-5 {
    position: relative;
  }
  .teaser {
    font-size: 25px;
    line-height: 32px;
  }
  .col.col12.centered {
    max-width: 25%;
  }
  .section {
    height: 500px;
  }
}

