.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  color: #47474f;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #47474f;
  border-bottom-width: 2px;
  padding: 15px 33px;
  font-family: Vollkorn, serif;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, .34);
}

.header {
  width: 1180px;
  height: 130px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.header.project-page {
  background-image: linear-gradient(rgba(100, 209, 198, .55), rgba(100, 209, 198, .55)), none;
  padding-top: 77px;
  padding-bottom: 77px;
}

.navbar {
  width: 1625px;
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link {
  clear: none;
  color: #404040;
  text-transform: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  float: left;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.logo-img {
  float: left;
  margin-right: 18px;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 -1px 6px #000;
  margin-top: 45px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 55px;
}

.divider {
  width: 80px;
  height: 2px;
  background-color: #fff;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  background-color: rgba(0, 0, 0, .09);
  margin-bottom: 43px;
}

.main-subtitle {
  color: rgba(255, 255, 255, .81);
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.about-section {
  text-align: center;
  background-color: #fefec9;
  padding-bottom: 61px;
}

.about-text {
  color: #47474f;
  text-transform: uppercase;
  border: 1px solid #000;
  margin: 25px 10px;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #d2d6d7;
  background-color: #203136;
  background-clip: content-box;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section.grey {
  background-color: #fff;
  padding-bottom: 0;
}

.section.contact {
  background-color: #7ec4bd;
  background-image: linear-gradient(rgba(126, 196, 189, .87), #7ec4bd), none;
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.grey-icon-wrapper {
  background-color: #fff;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.grey-icon-wrapper.push-top {
  background-color: #fff;
}

.big-icon {
  margin-bottom: 10px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  border-radius: 100%;
  margin-bottom: 21px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  background-color: #f5f5f5;
  border-radius: 100%;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  text-align: left;
  text-transform: none;
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  color: #e3e3e3;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  text-align: center;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, .04);
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  color: #203136;
  text-align: center;
  background-color: #d2d6d7;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-text:hover {
  color: #e0dfdf;
  text-decoration: none;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  color: #7ec4bd;
  background-color: rgba(255, 255, 255, .2);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 rgba(0, 0, 0, 0);
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: rgba(255, 255, 255, .18);
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  width: 300px;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.button-2 {
  min-width: 230px;
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 0 8px -2px #000;
}

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

.container {
  width: 292px;
  clear: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  position: relative;
  overflow: visible;
}

.heading {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 110px;
  display: block;
}

.heading-2 {
  text-transform: none;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-3, .heading-4 {
  text-transform: none;
  margin-top: 20px;
}

.container-2 {
  border: 1px #000;
}

.heading-5 {
  margin-bottom: 25px;
}

.paragraph {
  width: 500px;
  float: none;
  clear: none;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-2 {
  width: 55%;
  float: left;
  clear: none;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.paragraph-3 {
  width: 500px;
  float: left;
  clear: none;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-4 {
  width: 500px;
  float: left;
  clear: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-5, .paragraph-6 {
  width: 500px;
  float: left;
  clear: none;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image {
  width: 40%;
  float: right;
  clear: none;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block {
  width: 30px;
  height: 30px;
  float: left;
  clear: both;
  color: #fff;
  background-color: #ff6035;
  margin-top: 10px;
  margin-bottom: 60px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.div-block-2 {
  clear: both;
}

.text-block {
  width: 500px;
  float: right;
  clear: none;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-7 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-8, .paragraph-9 {
  text-align: left;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-10 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-11 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-block-2 {
  float: left;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-4 {
  height: 15px;
  float: none;
  clear: none;
  color: #ff6035;
  background-color: #ff6035;
  overflow: visible;
}

.column {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.paragraph-12 {
  font-size: 16px;
}

.paragraph-13 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-14 {
  text-transform: uppercase;
  background-color: #ff6035;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.paragraph-15 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-16, .paragraph-17 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-5 {
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff6035;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  font-family: Lato, sans-serif;
}

.image-2 {
  text-align: center;
}

.columns {
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.container-4 {
  margin-top: 25px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  margin: 10px 0 25px;
}

.column-3, .column-4, .column-5, .column-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-3 {
  float: left;
  clear: both;
  text-align: center;
  margin-left: 5px;
  display: inline-block;
}

.paragraph-19 {
  width: 100%;
  float: none;
  text-align: justify;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-6 {
  width: 60%;
  float: right;
  clear: none;
  margin: 35px 5px 0;
}

.container-5 {
  clear: both;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

.image-4 {
  float: right;
  clear: both;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 34px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-size: 34px;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 14px;
  font-family: Lato, sans-serif;
  font-size: 34px;
}

.container-6 {
  height: 50px;
  object-fit: fill;
  background-color: #ff6035;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  overflow: visible;
}

.columns-3 {
  float: none;
  clear: none;
}

.paragraph-20 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 14px;
  font-family: Lato, sans-serif;
  font-size: 34px;
}

.container-7 {
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 26px;
}

.container-8 {
  margin-top: 15px;
}

.column-7 {
  clear: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.paragraph-21 {
  clear: both;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container-9 {
  clear: both;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

.container-10 {
  clear: both;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.columns-4 {
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.column-8, .column-9, .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16 {
  padding-left: 5px;
  padding-right: 5px;
}

.columns-5 {
  margin-top: 15px;
}

.div-block-7 {
  height: 46px;
  background-color: #ff6035;
  margin-top: 0;
  padding-top: 8px;
}

.paragraph-22 {
  font-family: Lato, sans-serif;
}

.paragraph-23, .paragraph-24 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.columns-6 {
  margin-top: 15px;
}

.div-block-8 {
  width: 500px;
  height: 250px;
}

.text-block-6 {
  float: left;
  text-align: left;
  display: block;
}

.grid-4 {
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: 1fr .75fr;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-5 {
  width: auto;
  height: auto;
  clear: none;
  text-align: center;
  margin: 20px 20px 10px;
  display: inline-block;
}

.container-11 {
  max-width: 100%;
  min-height: 500px;
  text-align: center;
  background-image: url('../images/bandeau-brise-soleil-aluconcept.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span {
  width: 0;
  color: #fff;
  background-color: #ff6035;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: #fff;
  background-color: #ff6035;
  padding-left: 10px;
  padding-right: 10px;
}

.column-17 {
  overflow: auto;
}

.image-6, .image-7, .image-8, .image-9 {
  padding: 10px;
}

.link-2 {
  text-align: center;
}

.container-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.link-3 {
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.link-4 {
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.link-5 {
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.paragraph-25 {
  text-align: justify;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-9 {
  width: 60%;
  float: left;
  clear: none;
  margin: 45px 5px 0;
}

.paragraph-26 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-27 {
  text-align: justify;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-10 {
  width: 60%;
  float: right;
  clear: none;
  margin-top: 45px;
  margin-left: 5px;
  margin-right: 5px;
}

.paragraph-28 {
  text-align: justify;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-11 {
  width: 60%;
  float: left;
  clear: none;
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
}

.button-3 {
  background-color: #ff6035;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.button-3:hover {
  background-color: #000;
}

.paragraph-29 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.paragraph-30 {
  height: 132px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-31 {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 26px;
}

.container-13 {
  margin-top: 20px;
}

.image-10, .image-11, .image-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.container-14 {
  padding-top: 15px;
  padding-bottom: 10px;
}

.container-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-12 {
  max-height: 400px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-13 {
  color: #fff;
  background-color: #d2d6d7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.paragraph-32 {
  text-align: center;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-33 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  position: static;
}

.paragraph-34, .paragraph-35 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.container-16 {
  max-width: 100%;
}

.image-19 {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.heading-7 {
  color: #fff;
  background-color: #ff6035;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.container-17 {
  height: 46px;
  background-color: #ff6035;
  margin-top: 30px;
  margin-bottom: 15px;
}

.section-2 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.image-20 {
  max-width: 100%;
  float: none;
  clear: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.paragraph-36 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.columns-7 {
  text-align: center;
  margin: 15px 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-37 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41 {
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.column-18 {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.column-19, .column-20, .column-21 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-22 {
  padding-left: 5px;
}

.column-23 {
  padding-left: 5px;
  padding-right: 5px;
}

.image-21, .image-22, .image-23 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-18 {
  margin-bottom: 50px;
}

.columns-8 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-42, .paragraph-43 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.container-19 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.column-24, .column-25, .column-26, .column-27 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph-44 {
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.columns-9 {
  margin-top: 25px;
}

.paragraph-45 {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-16 {
  width: 30px;
  height: 30px;
  float: left;
  clear: both;
  color: #fff;
  background-color: #ff6035;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 4px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.columns-10 {
  margin-top: 10px;
}

.paragraph-46 {
  text-align: left;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-span-7, .text-span-8 {
  text-transform: none;
  font-size: 16px;
}

.heading-8 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-9 {
  font-family: Lato, sans-serif;
}

.paragraph-47 {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-span-9 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.heading-10 {
  color: #fff;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.paragraph-48 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.image-25 {
  margin-top: 60px;
  margin-bottom: 0;
}

.paragraph-49 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.container-20 {
  margin-bottom: 0;
}

.container-21 {
  margin-top: 100px;
  margin-bottom: 30px;
}

.container-22 {
  margin-bottom: 60px;
}

.link-block, .image-26 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-50 {
  width: auto;
  height: auto;
  max-width: 810px;
  float: none;
  clear: none;
  color: #000;
  text-align: center;
  object-fit: fill;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}

.link-block-2 {
  width: auto;
  float: none;
  clear: none;
  text-align: left;
  margin-bottom: 20px;
  display: inline-block;
}

.container-23 {
  height: 5px;
  max-width: 100%;
  background-color: #ed603a;
}

.container-24 {
  height: 353px;
  max-width: 100%;
  opacity: 1;
  background-image: url('../images/fond-re-assurances-marquises-aluconcept.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 50px;
  transition: opacity .425s;
}

.div-block-17 {
  width: 1180px;
  margin-top: 90px;
  display: inline-block;
}

.columns-11 {
  width: 1180px;
  max-width: none;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column-32 {
  display: block;
}

.paragraph-51 {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.paragraph-52 {
  max-width: none;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.heading-11 {
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.paragraph-53 {
  width: 710px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}

.container-25 {
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-bottom: 50px;
  display: block;
}

.container-26 {
  max-width: none;
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
}

.link-6 {
  color: #e0dfdf;
  text-decoration: none;
}

.link-6:hover {
  text-decoration: underline;
}

.link-7 {
  color: rgb(32, 49, 54);
  text-decoration: none;
}

.link-7:hover {
  text-decoration: underline;
}

.link-8 {
  color: #e0dfdf;
  text-decoration: none;
}

.link-8:hover {
  text-decoration: underline;
}

.heading-12 {
  min-width: 1180px;
  color: #ff6035;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-54, .paragraph-55 {
  float: none;
  color: #000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.image-27, .image-28 {
  max-width: none;
  text-align: center;
  display: inline-block;
}

.columns-12 {
  width: auto;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.column-33, .column-34 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.container-27 {
  max-width: 1180px;
  margin-bottom: 40px;
}

.heading-13 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-56 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.image-29 {
  max-width: none;
  box-shadow: 0 0 10px 2px #e2e2e2;
}

.container-28 {
  height: 400px;
  max-width: none;
  background-color: #000;
  background-image: linear-gradient(to top, #000, #000 67%, #242424);
  margin-bottom: 50px;
}

.div-block-18 {
  width: 1180px;
  height: 400px;
  margin-top: 0;
  display: inline-block;
}

.column-35 {
  height: 400px;
  background-image: url('../images/eclairage-marquise-contemporaine-aluconcept.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.columns-13 {
  margin-left: 0;
  margin-right: 0;
}

.column-36 {
  height: 400px;
}

.heading-14 {
  width: 500px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.paragraph-57 {
  color: #fff;
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-58 {
  width: 500px;
  text-align: left;
  margin-top: 90px;
  margin-left: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}

.container-29 {
  max-width: 1180px;
  margin-bottom: 50px;
}

.div-block-19 {
  height: 5px;
  background-color: #ed603a;
  margin-top: 20px;
  margin-bottom: 25px;
}

.div-block-20 {
  max-width: none;
  display: block;
}

.div-block-21 {
  width: auto;
  max-width: 1180px;
  display: block;
  overflow: visible;
}

.columns-14 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-30 {
  max-width: none;
}

.div-block-22 {
  height: 5px;
  background-color: #ed603a;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 0;
}

.paragraph-59 {
  color: #000;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.button-4 {
  min-width: 230px;
  text-align: center;
  background-color: #ed603a;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.button-4:hover {
  background-color: #000;
}

.container-31 {
  max-width: none;
  background-image: url('../images/plan-marquise-traditionnelle-aluconcept.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}

.div-block-23 {
  width: auto;
  max-width: 1180px;
  display: inline-block;
}

.column-37 {
  padding-left: 0;
}

.column-38 {
  padding-left: 0;
  padding-right: 0;
}

.columns-15 {
  margin-bottom: 50px;
}

.image-30 {
  max-width: none;
  box-shadow: 0 0 10px 2px #e2e2e2;
}

.paragraph-60 {
  width: 145px;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-left: 50px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.columns-16 {
  height: 350px;
  margin-left: 0;
  margin-right: 0;
}

.column-39 {
  height: 400px;
  background-image: url('../images/eclairage-marquise-traditionnelle-aluconcept.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-32 {
  height: 400px;
  max-width: none;
  background-color: #000;
  margin-bottom: 50px;
}

.column-40 {
  padding-left: 0;
  padding-right: 0;
}

.image-31 {
  display: inline-block;
}

.column-41 {
  padding-left: 0;
  padding-right: 0;
}

.heading-15 {
  width: 450px;
}

.heading-16 {
  width: auto;
  color: #fff;
  margin-top: 90px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 32px;
  display: inline-block;
}

.section-3, .section-4 {
  text-align: center;
}

.section-5 {
  height: auto;
  min-height: 764px;
  text-align: center;
  background-image: url('../images/fond-couvertures-marquises-aluconcept.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 50px;
  padding-top: 80px;
  display: block;
}

.heading-17 {
  max-width: 1180px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.div-block-24 {
  width: 1180px;
  max-width: none;
  text-align: center;
  margin-top: 0;
  display: inline-block;
  overflow: visible;
}

.columns-17 {
  width: 1000px;
  margin-top: 25px;
  display: inline-block;
}

.paragraph-61 {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.image-32 {
  text-align: center;
}

.column-42 {
  text-align: right;
}

.column-43 {
  display: inline-block;
}

.columns-18 {
  width: 1000px;
  margin-top: 30px;
  display: inline-block;
}

.section-6 {
  text-align: center;
}

.columns-19, .div-block-25 {
  width: 1180px;
  display: inline-block;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  text-decoration: underline;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4:hover {
  text-decoration: underline;
}

.container-33 {
  max-width: 1180px;
  margin-bottom: 25px;
}

.container-34 {
  height: 800px;
  max-width: none;
  text-align: center;
  background-color: #000;
  background-image: url('../images/fond-nuanciers-marquises-aluconcept.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 50px;
}

.div-block-26 {
  width: auto;
  max-width: 1180px;
  display: inline-block;
}

.heading-18 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-62 {
  width: 760px;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-27 {
  width: auto;
  height: 380px;
  max-width: 1180px;
  float: none;
  display: block;
}

.heading-19 {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.div-block-28 {
  height: auto;
  max-width: none;
}

.div-block-29 {
  height: 326px;
}

.container-35 {
  max-width: none;
  text-align: center;
  display: block;
}

.image-33 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.div-block-30 {
  max-width: none;
  margin-bottom: 30px;
  display: inline-block;
}

.paragraph-63 {
  width: 800px;
  color: #000;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}

.paragraph-64 {
  width: 860px;
  color: #000;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}

.columns-20 {
  width: 1180px;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.paragraph-65 {
  width: 160px;
  height: 90px;
  color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 23px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.column-44 {
  height: auto;
  margin-top: 0;
  display: block;
}

.div-block-31 {
  width: 160px;
  height: 90px;
  background-color: #f4e6d3;
  border-radius: 3px;
  display: inline-block;
}

.div-block-32 {
  width: 160px;
  height: 90px;
  background-color: #870c2a;
  border-radius: 3px;
  display: inline-block;
}

.paragraph-66 {
  width: 160px;
  height: 90px;
  color: #000;
  padding-top: 23px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-33 {
  width: 160px;
  height: 90px;
  background-color: #1b382c;
  border-radius: 3px;
  display: inline-block;
}

.div-block-34 {
  width: 160px;
  height: 90px;
  background-color: #786b5e;
  border-radius: 3px;
  display: inline-block;
}

.div-block-35 {
  width: 160px;
  height: 90px;
  background-color: #59585b;
  border-radius: 3px;
  display: inline-block;
}

.column-45 {
  height: auto;
  display: block;
}

.div-block-36 {
  width: 160px;
  height: 90px;
  background-color: #5d5953;
  border-radius: 3px;
  display: inline-block;
}

.div-block-37 {
  width: auto;
  height: 90px;
  background-color: #6b6b6b;
  border-radius: 3px;
  display: inline-block;
}

.div-block-38 {
  width: auto;
  height: 90px;
  background-color: #362f31;
  border-radius: 3px;
  display: inline-block;
}

.div-block-39 {
  width: auto;
  height: 90px;
  background-color: #22201e;
  border-radius: 3px;
  display: inline-block;
}

.div-block-40 {
  width: auto;
  height: 90px;
  color: #13140e;
  border-radius: 3px;
  display: inline-block;
}

.div-block-41 {
  width: 160px;
  height: 90px;
  color: #f6f9fa;
  background-color: #f6f9fa;
  border-radius: 3px;
  display: inline-block;
}

.column-46 {
  display: block;
}

.div-block-42 {
  width: auto;
  height: 90px;
  background-color: #133243;
  border-radius: 3px;
  display: inline-block;
}

.div-block-43 {
  width: auto;
  height: 90px;
  background-color: #044a39;
  border-radius: 3px;
  display: inline-block;
}

.div-block-44 {
  width: auto;
  height: 90px;
  background-color: #80a27d;
  border-radius: 3px;
  display: inline-block;
}

.div-block-45 {
  width: 160px;
  height: 90px;
  background-color: #6a1315;
  border-radius: 3px;
  padding-top: 23px;
  display: inline-block;
}

.div-block-46 {
  width: auto;
  height: 90px;
  background-color: #5c290c;
  border-radius: 3px;
  display: inline-block;
}

.div-block-47 {
  width: auto;
  height: 90px;
  background-color: #353d42;
  display: inline-block;
}

.div-block-48 {
  width: 160px;
  height: 90px;
  border-radius: 3px;
  display: inline-block;
}

.div-block-49 {
  width: auto;
  height: 90px;
  background-color: #c0cbc8;
  border-radius: 3px;
  display: inline-block;
}

.div-block-50 {
  width: auto;
  height: 90px;
  background-color: #84898b;
  border-radius: 3px;
  display: inline-block;
}

.div-block-51 {
  width: auto;
  height: 90px;
  background-color: #61625b;
  border-radius: 3px;
  display: inline-block;
}

.div-block-52 {
  width: auto;
  height: 90px;
  background-color: #67615d;
  border-radius: 3px;
  display: inline-block;
}

.div-block-53 {
  width: auto;
  height: 90px;
  background-color: #909da6;
  border-radius: 3px;
  display: inline-block;
}

.columns-21 {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  display: inline-block;
}

.columns-22 {
  width: 50%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 5px;
  display: inline-block;
}

.column-57 {
  padding-right: 10px;
}

.div-block-54 {
  width: auto;
  height: 90px;
  background-color: #5b5455;
  border-radius: 3px;
  display: inline-block;
}

.paragraph-68 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-55 {
  display: block;
}

.div-block-56 {
  margin-top: 90px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.heading-20 {
  color: #fff;
  text-shadow: 0 -1px 6px #000;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 55px;
}

.columns-25 {
  width: auto;
  max-width: 1100px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.paragraph-69 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.container-37 {
  height: auto;
  max-width: 1180px;
  color: #203136;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section-7 {
  height: 830px;
  background-image: url('../images/fond-portail-zellige-ksm-production.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-left: 0;
}

.columns-26 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column-85, .column-86 {
  padding-left: 0;
  padding-right: 0;
}

.button-5 {
  min-width: 200px;
  color: #ed603a;
  background-color: #fff;
  border: 1px solid #ed603a;
  border-radius: 3px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.container-38 {
  max-width: 1180px;
  min-height: 250px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.section-8 {
  max-width: none;
  min-height: 250px;
  background-image: url('../images/bandeau-marquises-aluconcept.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.paragraph-70 {
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 6px #000;
  margin-top: 80px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.button-6 {
  width: 230px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  display: inline-block;
}

.button-6:hover {
  background-color: #ed603a;
}

.container-39 {
  max-width: 1180px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.button-7 {
  min-width: 230px;
  background-color: #ed603a;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.button-7:hover {
  background-color: #000;
}

.paragraph-71 {
  width: 780px;
  color: #000;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  position: static;
}

.paragraph-72 {
  width: 800px;
  color: #000;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}

.paragraph-73 {
  color: #000;
  margin-top: 70px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.image-51 {
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.image-52 {
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-57 {
  width: 1100px;
  display: inline-block;
}

.image-59 {
  text-align: left;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-40 {
  width: auto;
  height: auto;
  max-width: none;
  min-width: 0;
  background-color: #fff;
  margin-top: 0;
}

.div-block-58 {
  width: 300px;
  height: 120px;
  float: right;
  text-align: right;
  margin-top: 10px;
  display: inline-block;
}

.heading-21 {
  width: 1040px;
  color: #203136;
  text-align: center;
  margin: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 400;
  display: block;
}

.div-block-59 {
  width: 540px;
  height: 100%;
  float: left;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 50px;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 0 0 20px -9px #000;
}
.condition p,.condition li{
  color: #203136;
  list-style-position: inside;
}
.div-block-60 {
  width: 480px;
  height: 420px;
  opacity: .85;
  background-color: #fff;
  border-radius: 0;
}
.condition {
	width: max-content;
	margin: 0 auto;
	max-width: 100%;
}
.heading-22 {
  width: 365px;
  color: #EEA400;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.columns-28 {
  width: 460px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.text-block-7 {
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.container-41 {
  max-width: 590px;
}

.div-block-61 {
  width: 580px;
  height: auto;
  float: right;
  opacity: 1;
  text-align: center;
  border-radius: 3px;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-60 {
  opacity: 1;
  margin-bottom: 0;
}

.link-block-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-62 {
  background-color: #d2d6d7;
  margin-top: 0;
  padding-top: 30px;
  display: block;
}

.div-block-63 {
  width: 1180px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.div-block-64 {
  width: 1180px;
  height: 1px;
  background-color: #203136;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.div-block-65 {
  max-width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.columns-29 {
  width: 1180px;
  display: block;
}

.heading-23 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-field {
  width: 260px;
  height: 46px;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.field-label {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.submit-button {
  width: 60px;
  height: 44px;
  background-color: #EEA400;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.form-block {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-61 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-66 {
  margin-top: 5px;
}

.link-block-6, .link-block-7, .link-block-8 {
  margin: 5px 10px;
}

.image-62 {
  height: 1px;
  text-align: center;
  display: block;
}

.link-block-9 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.link-block-10 {
  margin: 5px 10px;
}

.div-block-67, .column-89 {
  display: block;
}

.container-42 {
  max-width: 1180px;
}

.container-43 {
  max-width: 1180px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.container-44 {
  max-width: 1180px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.container-45 {
  max-width: 1180px;
}

.column-90 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.column-91 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.column-92, .column-93 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.text-block-8 {
  font-weight: 700;
}

.text-block-9 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-10 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.columns-30 {
  width: auto;
  max-width: 100%;
  text-align: left;
  margin: 0;
}

.container-46 {
  max-width: 1180px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}

.heading-24 {
  width: 540px;
  color: #203136;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.column-94 {
  padding-left: 0;
  padding-right: 0;
}

.columns-31 {
  max-width: none;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-block-11 {
  font-weight: 700;
}

.text-block-12 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-13 {
  width: 540px;
  color: #333;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  color: #EEA400;
}

.button-8 {
  min-height: 50px;
  min-width: 290px;
  text-align: center;
  background-color: #EEA400;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-8.w--current {
  min-width: 290px;
  margin-top: 30px;
  display: inline-block;
}

.div-block-68 {
  min-height: 400px;
  background-color: #7ec4bd;
}

.html-embed {
  width: auto;
  margin-top: 0;
  padding-top: 40px;
}

.div-block-69 {
  width: 590px;
  height: auto;
  min-height: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
}

.div-block-70 {
  width: 540px;
  height: auto;
  max-height: none;
  min-height: 0;
  float: right;
  text-align: left;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 20px;
}

.text-block-14 {
  margin-top: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-16 {
  font-weight: 400;
}

.div-block-71 {
  width: auto;
  min-height: 0;
  min-width: 0;
  margin-top: 0;
}

.html-embed-2 {
  min-height: auto;
}

.div-block-72 {
  width: auto;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  position: -webkit-sticky;
  position: sticky;
}

.section-9 {
  margin-top: 0;
}

.section-10 {
  max-width: 100%;
}

.div-block-75, .div-block-76 {
  text-align: center;
}

.image-64 {
  max-width: 100%;
  float: left;
  text-align: left;
}

.column-95 {
  height: auto;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.div-block-77 {
  width: auto;
  float: left;
  text-align: left;
}

.text-block-15 {
  width: 300px;
  height: 130px;
  color: #000;
  margin-left: 25px;
  padding-top: 55px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
}

.form-2 {
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.field-label-2 {
  width: 240px;
  float: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
}

.field-label-3 {
  width: 240px;
  float: right;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
}

.field-label-4 {
  width: 240px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.submit-button-2 {
  background-color: #EEA400;
  border-radius: 3px;
  margin: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.field-label-5 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  width: 240px;
  height: 40px;
  float: left;
  border-radius: 3px;
}

.text-field-3 {
  width: 240px;
  height: 40px;
  float: right;
  border-radius: 3px;
}

.text-field-4 {
  width: 240px;
  height: 40px;
  float: left;
  border-radius: 3px;
}

.select-field {
  border-radius: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-16 {
  text-align: left;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.paragraph-74 {
  text-align: left;
}

.paragraph-75 {
  width: auto;
  height: auto;
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.success-message-2 {
  width: 300px;
  height: 300px;
}

.text-block-17 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form-block-2 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-76 {
  width: auto;
  float: none;
  color: #fff;
  text-align: justify;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 20px 0 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  display: block;
}

.submit-button-3 {
  background-color: #EEA400;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.success-message-3 {
  background-color: #b8e0bf;
  border: 0 solid #000;
  border-radius: 3px;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-18 {
  color: #203136;
  font-weight: 700;
}

.text-block-19 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.error-message {
  border-radius: 3px;
  padding: 20px;
}

.image-65 {
  float: none;
}

.radio-button-label {
  float: left;
}

.text-block-20 {
  color: #203136;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-78 {
  width: 980px;
  text-align: center;
  display: inline-block;
}

.image-66 {
  max-width: 540px;
  float: right;
  display: block;
}

.field-label-6 {
  width: 240px;
  float: right;
}

.text-block-21 {
  font-size: 12px;
}

.text-block-22 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-23 {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.image-67 {
  max-width: none;
  float: none;
  clear: none;
  display: block;
}

.div-block-79 {
  width: 540px;
  height: 150px;
  float: left;
}

.image-68 {
  max-width: 540px;
  float: left;
  display: block;
}

.image-69 {
  float: left;
  display: block;
}

.link-block-11 {
  display: block;
}

.div-block-80 {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
}

.html-embed-3, .body {
  margin-bottom: 0;
}

.text-field-9 {
  width: 100%;
  height: 40px;
  float: right;
  border-radius: 3px;
}

.text-block-26 {
  color: #203136;
  text-align: left;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.radio-button-field {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
}

.text-field-11 {
  width: 100%;
  height: 40px;
  float: right;
  border-radius: 3px;
}
.w-input, .w-select {
	font-family: Arial;
}
input.w-button {
	margin-top: 30px;
}
.heading-26 {
  color: #EEA400;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.field-label-8 {
  width: 220px;
  float: none;
  color: #203136;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-83 {
  width: 580px;
  height: auto;
  float: left;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 0 0 20px -9px #000;
}

.div-block-82 {
  width: auto;
  height: auto;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
}

.text-block-28 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.field-label-9 {
  width: 100%;
  float: right;
  color: #203136;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
}

.form-block-3 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.success-message-5 {
  background-color: #b8e0bf;
  border: 0 solid #000;
  border-radius: 3px;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-field-11-copy {
  width: 100%;
  height: 40px;
  float: none;
  border-radius: 3px;
}

.text-block-27 {
  color: #203136;
  font-weight: 700;
}

.paragraph-77 {
  width: 480px;
  float: none;
  color: #203136;
  text-align: justify;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 10px 0 0 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  display: block;
}

.paragraph-80 {
  color: #203136;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-81 {
  width: auto;
  min-height: 0;
  min-width: 0;
  margin-top: 0;
}

.text-field-8 {
  width: 100%;
  height: 40px;
  float: left;
  border-radius: 3px;
}

.radio-button-label-2 {
  float: left;
  color: #203136;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-84 {
  margin-top: 30px;
}

.columns-32, .columns-33 {
  margin-left: 0;
  margin-right: 0;
}

.heading-28 {
  color: #203136;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.paragraph-81 {
  color: #203136;
  text-align: justify;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.heading-29 {
  color: #EEA400;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
}

.section-11 {
  background: url("../images/bandeau_landing_page.jpg")no-repeat center center /cover;
  background-color: #203136;
  padding: 50px 0;
}

.heading-30 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 80px;
}
.div-block-85 .numero {
	font-size: 50px;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
.div-block-85 .numero::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: #203136;
	z-index: 1;
	position: absolute;
	left: -5px;
	top: -5px;
	transform: rotate(45deg);
}
.div-block-85 .numero::after {
	display: block;
	width: 50px;
	height: 50px;
	z-index: 1;
	position: absolute;
	/* border: 1px solid #203136; */
	left: 0;
	color: #fff;
	font-family: 'arial"';
	top: 0;
	line-height: 50px;
}
.div-block-85 .w-col-3:nth-child(1) .numero:after{
  content: "1";
}
.div-block-85 .w-col-3:nth-child(2) .numero:after{
  content: "2";
}
.div-block-85 .w-col-3:nth-child(3) .numero:after{
  content: "3";
}
.div-block-85 .w-col-3:nth-child(4) .numero:after{
  content: "4";
}
.div-block-85 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-71 {
  text-align: right;
}

.div-block-86 {
  float: right;
  object-fit: fill;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.div-block-87 {
  height: 82px;
  background-color: #203136;
}
.div-block-87 h1{
  display: inline;
  font-size: 40px;
  line-height: 82px;
  text-transform: uppercase;
  font-family: Arial;
}

.text-block-29 {
  color: #212529;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-31 {
  height: 60px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 72px;
  font-weight: 700;
}
@media (max-width:991px){
  .validation{
    max-width: 100% !important;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .main-heading {
    width: 768px;
    text-shadow: 0 -1px 6px #000;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 38px;
    line-height: 48px;
    display: block;
  }

  .section {
    height: auto;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    color: #7ec4bd;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 40px;
    display: block;
  }

  .paragraph-2 {
    width: 50%;
  }

  .image {
    width: 49%;
  }

  .div-block {
    margin-bottom: 110px;
  }

  .image-3 {
    margin-left: 0;
  }

  .paragraph-19 {
    width: 100%;
  }

  .div-block-6 {
    width: 50%;
    margin-top: 15px;
  }

  .image-4 {
    max-width: 100%;
    margin-right: 0;
  }

  .container-11 {
    max-width: none;
    background-position: 50% 0;
    background-size: cover;
  }

  .column-17 {
    overflow: visible;
  }

  .div-block-9, .div-block-10, .div-block-11 {
    width: 50%;
  }

  .button-3 {
    margin-top: 15px;
  }

  .paragraph-50 {
    max-width: 900px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
  }

  .link-block-2 {
    height: 100px;
    margin-bottom: 30px;
  }

  .container-23 {
    height: 5px;
  }

  .container-24 {
    height: 353px;
    background-position: 50%;
    background-size: auto;
  }

  .div-block-17 {
    width: auto;
    margin-top: 85px;
    display: block;
  }

  .columns-11 {
    width: 676px;
    display: inline-block;
  }

  .column-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-51 {
    font-size: 16px;
  }

  .paragraph-52 {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-53 {
    width: 500px;
    height: auto;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 16px;
    line-height: 22px;
  }

  .container-26 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .heading-12 {
    width: auto;
    min-width: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .image-27 {
    max-width: 100%;
    margin-left: 10px;
    display: inline-block;
  }

  .image-28 {
    max-width: 100%;
    margin-right: 10px;
    display: inline-block;
  }

  .columns-12 {
    width: auto;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    display: block;
  }

  .column-33 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13 {
    margin-top: 15px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-56 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-29 {
    max-width: 90%;
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .container-28 {
    height: auto;
  }

  .div-block-18 {
    width: auto;
    height: auto;
    display: block;
  }

  .column-35 {
    height: 320px;
    background-size: contain;
    margin-top: 0;
    padding-left: 10px;
  }

  .columns-13 {
    height: auto;
  }

  .column-36 {
    height: 320px;
  }

  .heading-14 {
    width: auto;
    margin: 20px 20px 10px;
    padding-left: 0;
    font-size: 24px;
    line-height: 28px;
    display: block;
  }

  .paragraph-57 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
  }

  .paragraph-58 {
    width: auto;
    margin-top: 85px;
    margin-left: 25px;
    margin-right: 20px;
    line-height: 17px;
    display: block;
  }

  .container-29 {
    max-width: none;
    margin-bottom: 30px;
  }

  .div-block-19 {
    margin: 0 20px 25px;
  }

  .div-block-21 {
    display: block;
  }

  .div-block-22 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-59 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .button-4 {
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .column-37 {
    padding-left: 10px;
  }

  .column-38 {
    text-align: left;
    display: block;
  }

  .image-30 {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 20px;
  }

  .paragraph-60 {
    margin-left: 30px;
  }

  .columns-16 {
    height: 350px;
    background-position: 0%;
    background-size: cover;
  }

  .container-32 {
    height: auto;
  }

  .image-31 {
    max-width: 90%;
  }

  .column-41 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-16 {
    margin: 25px 20px 10px;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
  }

  .section-5 {
    min-height: 650px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
  }

  .heading-17 {
    max-width: none;
    font-size: 24px;
    line-height: 28px;
  }

  .columns-17 {
    width: auto;
  }

  .paragraph-61 {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-32 {
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 5px;
  }

  .column-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-18 {
    width: auto;
  }

  .columns-19 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-33 {
    max-width: none;
  }

  .container-34 {
    height: 700px;
    background-image: url('../images/fond-nuanciers-marquises-aluconcept_1.jpg');
    background-position: 50%;
    background-size: auto;
    margin-bottom: 30px;
  }

  .div-block-26 {
    max-width: none;
  }

  .heading-18 {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-62 {
    width: 600px;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .div-block-28 {
    display: block;
  }

  .paragraph-63 {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-64 {
    width: 560px;
    margin-bottom: 15px;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 16px;
    line-height: 22px;
  }

  .columns-20 {
    width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-65 {
    width: 110px;
    height: 70px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .column-44 {
    display: block;
  }

  .div-block-31 {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .div-block-32 {
    width: auto;
    height: auto;
  }

  .paragraph-66 {
    width: 110px;
    height: 70px;
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-33, .div-block-34, .div-block-35, .div-block-36 {
    width: auto;
    height: auto;
  }

  .div-block-37 {
    width: auto;
    height: auto;
    background-color: #5b5455;
  }

  .div-block-38, .div-block-39, .div-block-40, .div-block-41 {
    width: auto;
    height: auto;
  }

  .div-block-42, .div-block-43, .div-block-44 {
    height: auto;
  }

  .div-block-45 {
    width: 110px;
    height: 70px;
  }

  .div-block-46, .div-block-47, .div-block-49, .div-block-50, .div-block-51, .div-block-52, .div-block-53 {
    height: auto;
  }

  .column-47 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .columns-21 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .column-48 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .column-49, .column-50, .column-51, .column-52, .column-53 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-22 {
    width: 90%;
  }

  .image-34 {
    max-width: 90%;
  }

  .image-35 {
    max-width: 95%;
  }

  .container-36 {
    margin-top: 15px;
    display: block;
  }

  .image-36, .image-37, .image-38, .image-39 {
    max-width: 80%;
  }

  .image-40, .image-41, .image-42 {
    max-width: 90%;
  }

  .columns-23 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .column-54, .column-55, .column-56 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-54, .column-58 {
    height: auto;
  }

  .column-59, .column-60, .column-63 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-64 {
    text-align: right;
  }

  .paragraph-68 {
    margin-top: -15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .image-47 {
    max-width: 90%;
  }

  .image-48, .image-49, .image-50 {
    max-width: 100%;
  }

  .columns-25 {
    width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .paragraph-69 {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .container-37 {
    max-width: none;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-85 {
    display: block;
  }

  .button-5 {
    min-width: 140px;
  }

  .container-38 {
    margin-top: 25px;
  }

  .container-39 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .button-7 {
    margin-top: 15px;
    margin-bottom: 35px;
    display: inline-block;
  }

  .paragraph-71 {
    width: 600px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-72 {
    width: 550px;
    font-size: 16px;
    line-height: 22px;
  }

  .columns-27 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-73 {
    margin-top: 45px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-51, .image-52 {
    max-width: 90%;
    margin-top: 20px;
  }

  .column-87 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-53, .image-54, .image-55, .image-56 {
    max-width: 90%;
  }

  .div-block-57 {
    width: auto;
  }

  .image-59 {
    margin-left: 20px;
  }

  .container-40 {
    -webkit-text-fill-color: inherit;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    display: block;
  }

  .div-block-58 {
    width: auto;
    height: 130px;
    float: right;
    margin-top: 0;
    margin-right: 20px;
  }

  .heading-21 {
    width: auto;
    max-width: 900px;
    min-width: auto;
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
  }

  .div-block-59 {
    width: 600px;
    height: auto;
    float: none;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .heading-22 {
    width: 425px;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
  }

  .div-block-61 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-62 {
    width: auto;
    object-fit: fill;
    display: block;
  }

  .div-block-63 {
    width: auto;
  }

  .div-block-65 {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-62 {
    width: auto;
    max-width: 90%;
    display: inline-block;
  }

  .container-42 {
    max-width: 100%;
  }

  .container-43 {
    max-width: none;
    margin-top: 0;
    display: block;
  }

  .container-44 {
    max-width: 1180px;
  }

  .container-45 {
    max-width: none;
  }

  .column-90, .column-91, .column-93 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-30 {
    width: auto;
    max-width: none;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-46 {
    max-width: 100%;
    display: inline-block;
  }

  .heading-24 {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .column-94 {
    margin-top: -5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-31 {
    display: block;
  }

  .text-block-13 {
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
  }

  .button-8 {
    min-width: 290px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .div-block-69 {
    width: auto;
    max-width: none;
    float: left;
    margin-left: 10px;
    margin-right: 0;
    display: block;
  }

  .div-block-70 {
    width: auto;
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .div-block-71 {
    min-height: 600px;
  }

  .div-block-72 {
    width: auto;
  }

  .section-9 {
    display: block;
  }

  .section-10 {
    margin-top: 0;
    display: block;
  }

  .div-block-73, .div-block-74, .div-block-75, .div-block-76 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-63 {
    margin-left: 0;
    padding-left: 25px;
  }

  .image-64 {
    margin-left: 20px;
    margin-right: 0;
    padding-right: 10px;
  }

  .column-95 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-77 {
    width: 280px;
    font-size: 22px;
  }

  .div-block-78 {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .image-66 {
    max-width: 100%;
    float: right;
  }

  .image-68 {
    max-width: 100%;
    float: left;
  }

  .image-69 {
    max-width: 100%;
    display: block;
  }

  .link-block-11 {
    display: block;
  }

  .div-block-80 {
    width: auto;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .text-field-9, .text-field-11 {
    width: 240px;
  }

  .heading-26 {
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .div-block-83 {
    width: 580px;
    height: auto;
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .div-block-82 {
    width: auto;
  }

  .text-field-11-copy {
    width: 240px;
    float: left;
  }

  .paragraph-77 {
    width: auto;
    margin-right: 20px;
    line-height: 12px;
  }

  .text-field-8 {
    width: 240px;
  }

  .radio-button-label-2 {
    float: left;
    text-align: left;
  }

  .div-block-84 {
    margin-top: 20px;
  }

  .heading-28 {
    margin-bottom: 25px;
  }

  .paragraph-81 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .heading-29 {
    margin-bottom: 35px;
  }

  .image-71 {
    float: none;
    display: inline-block;
  }

  .div-block-86 {
    float: none;
  }

  .heading-31 {
    height: 60px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .main-heading {
    width: auto;
    text-shadow: 0 -1px 6px #000;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 30px;
    line-height: 40px;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .heading {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .paragraph-2 {
    width: 98%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    float: none;
    margin-top: 17px;
    overflow: visible;
  }

  .paragraph-18 {
    margin-bottom: 5px;
  }

  .columns {
    margin-top: 0;
  }

  .column-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    width: 80%;
    height: 45%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-6 {
    width: 98%;
    margin-top: 10px;
  }

  .container-5 {
    text-align: center;
  }

  .image-4 {
    width: 45%;
    height: 45%;
    margin-right: 5px;
  }

  .image-5 {
    display: inline-block;
  }

  .container-11 {
    height: auto;
  }

  .div-block-9 {
    margin-top: 10px;
  }

  .div-block-10, .div-block-11 {
    width: 50%;
    margin-top: 10px;
  }

  .button-3 {
    padding: 10px 15px;
  }

  .column-28, .column-29, .column-30 {
    margin-top: 10px;
  }

  .div-block-15 {
    width: 548px;
    height: 30px;
  }

  .column-31 {
    margin-top: 10px;
  }

  .image-24 {
    width: 95%;
  }

  .paragraph-50 {
    max-width: none;
    text-align: center;
    margin: 60px 60px 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .link-block-2 {
    display: block;
  }

  .container-24 {
    height: auto;
    max-width: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .columns-11 {
    width: auto;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .column-32 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .paragraph-51 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-52 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-53 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 22px;
  }

  .container-25 {
    margin-bottom: 40px;
  }

  .container-26 {
    margin-bottom: 30px;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-54, .paragraph-55 {
    font-size: 14px;
  }

  .image-27 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-28 {
    margin-right: 0;
  }

  .columns-12 {
    margin-left: 20px;
    padding-left: 0;
  }

  .heading-13 {
    margin-left: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-56 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-29 {
    max-width: none;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-35 {
    height: 340px;
    display: block;
  }

  .columns-13, .column-36 {
    height: auto;
  }

  .heading-14 {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-57 {
    margin-bottom: 25px;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-58 {
    margin-top: 70px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-29 {
    max-width: none;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-19 {
    margin: 10px 15px 20px;
  }

  .div-block-22 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-59 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .div-block-23 {
    max-width: none;
  }

  .column-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-38 {
    display: block;
  }

  .image-30 {
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-60 {
    margin-left: 20px;
  }

  .columns-16 {
    text-align: center;
  }

  .heading-16 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .section-5 {
    min-height: 600px;
    background-size: auto;
    padding-top: 0;
  }

  .heading-17 {
    margin-top: 25px;
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .columns-17 {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .paragraph-61 {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .image-32 {
    max-width: 100%;
    margin-left: 10px;
  }

  .columns-18 {
    display: flex;
  }

  .columns-19 {
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
    display: flex;
  }

  .container-33 {
    margin-top: 0;
  }

  .container-34 {
    height: 650px;
  }

  .heading-18 {
    margin-top: 25px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-62 {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-19 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-28 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-63 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-64 {
    width: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .columns-20 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-65 {
    width: 70px;
    height: 70px;
    font-size: 12px;
    line-height: 14px;
  }

  .column-44 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-66 {
    width: 70px;
    height: 70px;
    font-size: 12px;
    line-height: 14px;
  }

  .column-45, .column-46 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-45 {
    width: auto;
    height: auto;
    border-radius: 3px;
  }

  .column-47 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .columns-21 {
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .columns-22 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .image-35 {
    max-width: 90%;
  }

  .container-36 {
    margin-top: 10px;
  }

  .columns-23 {
    display: flex;
  }

  .column-58 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-43, .image-44, .image-45, .image-46 {
    max-width: 75%;
  }

  .column-59, .column-60 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .column-61 {
    margin-bottom: 20px;
  }

  .column-62, .column-63, .column-64, .column-65 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-67 {
    color: #fff;
  }

  .paragraph-68 {
    width: 70px;
    height: 70px;
    color: #fff;
    margin-top: -25px;
    margin-bottom: 0;
    padding-top: 7px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .image-47, .image-48, .image-49, .image-50 {
    max-width: 90%;
  }

  .columns-24 {
    max-width: none;
  }

  .column-72, .column-73, .column-74, .column-75, .column-76, .column-77 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-56 {
    margin-top: 0;
  }

  .heading-20 {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 40px;
  }

  .container-37 {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .columns-26 {
    width: 300px;
    display: inline-block;
  }

  .button-5 {
    max-width: 200px;
    min-width: 160px;
    display: inline-block;
  }

  .container-38 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .paragraph-71 {
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-72 {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-73 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-51, .image-52 {
    max-width: 100%;
  }

  .image-53 {
    max-width: 100%;
    display: inline-block;
  }

  .image-54, .image-55, .image-56 {
    max-width: 100%;
  }

  .column-88 {
    display: inline-block;
  }

  .image-59 {
    max-width: none;
    margin-top: 20px;
  }

  .container-40 {
    max-width: none;
    background-position: 0 0;
  }

  .div-block-58 {
    width: auto;
    height: auto;
    float: none;
    clear: right;
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
    display: inline-block;
  }

  .heading-21 {
    max-width: none;
    float: right;
    font-size: 24px;
    display: block;
  }

  .div-block-59 {
    width: 520px;
    height: 745px;
    float: none;
    margin-top: 25px;
    display: inline-block;
  }

  .div-block-60 {
    padding-bottom: 20px;
  }

  .heading-22 {
    width: 425px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .columns-28 {
    width: auto;
    clear: none;
    display: flex;
  }

  .div-block-61 {
    width: 520px;
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .div-block-65 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-43 {
    margin-bottom: 25px;
  }

  .column-90, .column-91 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-92, .column-93 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-30 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .container-46 {
    max-width: 100%;
    margin-top: 15px;
  }

  .heading-24 {
    width: auto;
    text-align: center;
    display: block;
  }

  .column-94 {
    margin-top: 0;
  }

  .columns-31 {
    max-width: 100%;
  }

  .text-block-13 {
    width: auto;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .button-8 {
    min-width: 290px;
    float: none;
    clear: none;
    margin-top: 30px;
    margin-bottom: 0;
    display: inline-block;
  }

  .button-8.w--current {
    min-height: 44px;
    min-width: 240px;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
    font-size: 18px;
    display: inline-block;
  }

  .div-block-69 {
    height: auto;
    min-height: 0;
    float: none;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-70 {
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }

  .section-10 {
    margin-top: 0;
    display: block;
  }

  .div-block-73, .div-block-74, .div-block-75, .div-block-76 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-64 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .column-95 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-77 {
    width: auto;
    height: auto;
    float: none;
    text-align: center;
    margin-left: 0;
    padding-top: 12px;
    display: inline-block;
  }

  .text-block-20 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-66 {
    max-width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
  }

  .image-67 {
    display: block;
  }

  .image-68 {
    max-width: 100%;
    float: none;
    text-align: center;
    margin-left: 5px;
  }

  .link-block-11 {
    text-align: center;
  }

  .div-block-80 {
    max-width: 100%;
  }

  .text-field-9 {
    width: 300px;
    float: left;
    display: block;
  }

  .text-field-11 {
    width: 300px;
    float: left;
  }

  .field-label-8 {
    width: 150px;
    height: auto;
    float: left;
    display: block;
  }

  .div-block-83 {
    width: 520px;
    height: auto;
    float: none;
    margin-top: 0;
    display: inline-block;
  }

  .field-label-9 {
    width: 100;
    float: left;
    display: block;
  }

  .column-98, .column-101 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-field-11-copy {
    width: 300px;
    float: left;
  }

  .column-99, .column-100 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-field-8 {
    width: 300px;
    float: left;
    display: block;
  }

  .div-block-84 {
    display: inline-block;
  }

  .heading-27 {
    color: #203136;
    font-size: 24px;
  }

  .heading-28 {
    color: #203136;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
  }

  .image-70 {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .div-block-86 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .header {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .main-heading {
    text-shadow: 0 -1px 4px #000;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .about-text {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.grey {
    padding-bottom: 20px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .footer-logo {
    max-width: 85%;
  }

  .footer-text {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .paragraph-2 {
    clear: none;
    overflow: visible;
  }

  .image {
    width: 95%;
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-6 {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .columns, .column-3, .column-4, .column-5, .column-6 {
    margin-top: 0;
  }

  .image-3 {
    width: 90%;
    height: 90%;
    float: none;
    margin-right: 5px;
    display: inline-block;
  }

  .paragraph-19 {
    width: 100%;
    display: block;
  }

  .div-block-6 {
    width: 98%;
    float: none;
    clear: none;
  }

  .container-5 {
    clear: both;
  }

  .image-4 {
    width: 90%;
    height: 90%;
    float: none;
    margin-left: 5px;
  }

  .image-5 {
    max-width: none;
    min-width: 60%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .container-11 {
    max-width: none;
    display: block;
  }

  .div-block-9 {
    width: 98%;
  }

  .div-block-10 {
    width: 98%;
    float: none;
  }

  .div-block-11 {
    width: 98%;
    display: block;
  }

  .button-3 {
    padding: 10px 15px;
  }

  .div-block-12 {
    overflow: visible;
  }

  .image-13 {
    height: 0;
    max-width: 100%;
  }

  .image-14 {
    width: 90%;
  }

  .image-15 {
    width: 90%;
    height: 54%;
  }

  .image-16, .image-17 {
    width: 90%;
  }

  .image-19 {
    max-width: 100%;
    clear: none;
  }

  .container-18 {
    margin-bottom: 30px;
  }

  .image-24 {
    width: 95%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-25 {
    margin-top: 30px;
  }

  .paragraph-49 {
    margin-bottom: 30px;
  }

  .paragraph-50 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .link-block-2 {
    width: auto;
    height: auto;
    min-width: 0;
    float: none;
    text-align: center;
    flex-direction: row;
    display: inline-block;
  }

  .container-24 {
    height: auto;
    max-width: none;
    min-height: 0;
    background-attachment: scroll;
  }

  .div-block-17 {
    height: auto;
    margin-top: 85px;
  }

  .columns-11 {
    height: auto;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25%;
    display: inline-block;
  }

  .column-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-51 {
    display: inline-block;
  }

  .paragraph-52 {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-53 {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 22px;
  }

  .container-25 {
    margin-bottom: 25px;
  }

  .heading-12 {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph-54, .paragraph-55 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-28 {
    display: inline-block;
  }

  .columns-12 {
    margin-left: 20px;
    padding-left: 0;
  }

  .heading-13 {
    text-align: center;
  }

  .paragraph-56 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-29 {
    width: auto;
    max-width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
  }

  .column-35 {
    height: 220px;
  }

  .heading-14 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-57 {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 22px;
  }

  .paragraph-58 {
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-21 {
    max-width: none;
  }

  .paragraph-59 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .button-4 {
    margin-bottom: 15px;
  }

  .columns-15 {
    margin-bottom: 25px;
    display: block;
  }

  .image-30 {
    max-width: 90%;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-60 {
    width: 160px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-31 {
    max-width: none;
    min-width: 60%;
  }

  .column-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-5 {
    height: 500px;
    min-height: 0;
    background-size: auto;
  }

  .columns-17 {
    display: block;
  }

  .paragraph-61 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .image-32 {
    max-width: 70%;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .column-42 {
    text-align: center;
    display: block;
  }

  .column-43 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns-18 {
    display: flex;
  }

  .columns-19 {
    margin-right: 5px;
    padding-left: 5px;
    display: block;
  }

  .container-34 {
    height: auto;
    background-image: none;
  }

  .heading-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-62 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-63 {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 22px;
  }

  .paragraph-64 {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 22px;
    display: block;
  }

  .columns-20 {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-65 {
    width: 140px;
    padding-top: 20px;
  }

  .column-44 {
    margin-bottom: 10px;
    display: block;
  }

  .div-block-31 {
    width: auto;
  }

  .paragraph-66 {
    width: 140px;
    padding-top: 20px;
  }

  .column-45 {
    margin-bottom: 10px;
  }

  .column-46 {
    margin-bottom: 30px;
  }

  .div-block-45 {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .div-block-46 {
    margin-bottom: 10px;
  }

  .column-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-21, .columns-22 {
    display: block;
  }

  .image-34 {
    max-width: 90%;
  }

  .image-40, .image-41, .image-42 {
    max-width: none;
    min-width: 60%;
  }

  .columns-23 {
    display: block;
  }

  .column-54, .column-55 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-58 {
    margin-bottom: 10px;
  }

  .image-43, .image-44 {
    max-width: 21%;
    text-align: center;
    display: inline-block;
  }

  .image-45, .image-46 {
    max-width: 21%;
    text-align: center;
  }

  .column-59, .column-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-64 {
    display: block;
  }

  .paragraph-68 {
    width: 140px;
    margin-top: 0;
    padding-top: 15px;
  }

  .div-block-55 {
    display: block;
  }

  .column-66, .column-67, .column-68, .column-69, .column-70, .column-71 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-72, .column-73, .column-74, .column-75, .column-76, .column-77, .column-78, .column-79 {
    margin-bottom: 10px;
  }

  .column-80, .column-81 {
    margin-bottom: 0;
  }

  .column-82, .column-83, .column-84 {
    margin-bottom: 10px;
  }

  .div-block-56 {
    height: auto;
    min-height: 0;
  }

  .container-37 {
    height: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button-7 {
    margin-bottom: 35px;
  }

  .paragraph-72 {
    width: auto;
  }

  .image-57, .image-58 {
    display: block;
  }

  .image-59 {
    max-width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .container-40 {
    height: auto;
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-58 {
    width: auto;
    height: auto;
    max-width: none;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    display: block;
  }

  .heading-21 {
    width: auto;
    max-width: none;
    min-width: 0;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-59 {
    width: 300px;
    height: 960px;
  }

  .heading-22 {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    padding: 0 25px;
  }

  .div-block-61 {
    width: 300px;
    float: none;
    margin: 15px 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .image-60 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-65 {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .container-43 {
    max-width: 100%;
    margin-top: 0;
    display: inline-block;
  }

  .container-44 {
    max-width: none;
  }

  .column-90, .column-91, .column-92, .column-93 {
    margin-bottom: 10px;
    padding: 5px;
  }

  .text-block-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .columns-30 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .heading-24 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .button-8 {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
  }

  .button-8.w--current {
    margin-bottom: 10px;
  }

  .div-block-69 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-14 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-10 {
    margin-top: 25px;
  }

  .div-block-77 {
    margin-top: 10px;
    padding-top: 0;
  }

  .image-66 {
    float: none;
  }

  .image-68 {
    float: none;
    margin-left: 0;
  }

  .div-block-80 {
    margin-bottom: 25px;
  }

  .text-field-9 {
    width: 100%;
    float: none;
  }

  .radio-button-field {
    text-align: left;
  }

  .text-field-11 {
    width: 240px;
    float: none;
  }

  .heading-26 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: block;
  }

  .field-label-8 {
    width: 240px;
  }

  .div-block-83 {
    width: 380px;
    height: auto;
    margin-top: 0;
    margin-bottom: 25px;
    max-width: 100%;
  }

  .field-label-9, .text-field-11-copy {
    width: 240px;
    float: none;
  }

  .paragraph-77, .paragraph-80 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-81 {
    height: 500px;
    display: inline-block;
  }

  .text-field-8 {
    width: 240px;
    float: none;
  }

  .radio-button-label-2 {
    float: none;
  }

  .heading-28 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-29 {
    width: 270px;
    line-height: 64px;
    display: inline-block;
  }

  .heading-30 {
    margin-bottom: 0;
    font-size: 50px;
  }

  .heading-31 {
    margin-bottom: 0;
    font-size: 45px;
  }
}


