@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Shadows+Into+Light&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-family: "Raleway", sans-serif;
  font-display: swap;
}

body {
  box-sizing: border-box;
  background-color: #F8F8F8;
}

section {
  position: relative;
  background-color: #FFF;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #dddb02;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #000;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #dddb02;
  text-align: left;
}

html {
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  color: #000;
  font-display: swap;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.btn {
  padding: 12px 50px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  background: rgb(179, 58, 205);
  background: #dddb02;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  border: none;
  line-height: 2;
  display: inline-block;
}
.btn:hover {
  transform: scale(1.03);
  color: #FFF;
}
.btn--bordered {
  background: transparent;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
}
.btn--bordered:hover {
  background: transparent;
}
.btn--secondary {
  padding: 12px 50px;
  background: linear-gradient(90deg, rgb(45, 153, 224) 0%, rgb(63, 76, 222) 64%);
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.btn--secondary:hover {
  transform: scale(1.02);
}
.btn--social {
  background: linear-gradient(90deg, rgb(0, 128, 247) 0%, rgb(0, 128, 247) 64%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  margin-top: 10px !important;
}
.btn--social i {
  margin-left: -10px;
  margin-right: 10px;
  font-size: 22px;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

.heading {
  font-size: 24px;
  color: #dddb02;
  text-align: left;
  padding-bottom: 50px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.heading__title {
  position: relative;
  padding: 0;
  margin: 0;
  max-width: 500px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #383e41;
  text-align: left;
  padding-bottom: 0.7em;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.heading__title span {
  position: relative;
  display: block;
  font-size: 0.4em;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 3px;
  line-height: 2em;
  color: #383e41;
  padding-left: 50px;
}
.heading__title span:before {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #383e41;
}
.heading__title em {
  font-style: normal;
  font-weight: 600;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #dddb02;
  margin-bottom: 20px;
  font-weight: 600;
}
.heading__desc {
  color: #383e41;
  opacity: 0.7;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}
.heading--left {
  margin-left: 0;
}

.section__title {
  position: relative;
  font-size: 24px;
  color: #383e41;
  font-weight: 800;
  letter-spacing: 2.5;
  display: inline-block;
  padding-right: 27px;
  text-transform: uppercase;
}
.section__divider {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.title--footer {
  color: #dddb02;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.title--white {
  color: #FFF;
}
.title--white span {
  color: #FFF;
}
.title--white span:before {
  background-color: #FFF;
}
.title--black {
  color: #000;
}
.title--uppercase {
  text-transform: uppercase;
}

@media (max-width: 950px) {
  .section__title {
    padding-right: 0px;
  }
  .section__title:before {
    display: none;
  }
  .section__title:after {
    display: none;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 18px;
    color: #000;
    padding: 25px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #dddb02;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading--left .heading__title:before {
    left: 50%;
    margin-left: -30px;
  }
  .heading__title {
    font-size: 28px;
    margin-top: 0;
    padding: 20px 0px;
    position: relative;
    text-align: center;
  }
  .heading__desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .heading__subtitle {
    font-size: 20px;
  }
  .heading__divider {
    border-top: 2px solid #dddb02;
    width: 200px;
    margin: 15px auto;
  }
}
.noscroll {
  overflow: hidden;
}

main .column.left,
main .column.right {
  background: #fcfcfc;
  display: block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  min-height: 0;
  vertical-align: top;
}

@media (min-width: 641px) {
  main .column.left,
  main .column.right {
    display: inline-block;
    width: 50%;
    min-height: 100vh;
  }
  main .column.left {
    position: fixed;
  }
  main .column.right {
    margin-left: 50%;
  }
}
.video-banner {
  display: block;
}

@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}
.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2.5em;
  height: 2.5em;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.content {
  display: block;
  min-height: 100vh;
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
}

@media (min-width: 641px) {
  .content {
    margin: 5.75rem auto;
    padding: 2.5rem;
  }
}
.content h1,
.content h2,
.content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #0D013D;
}

.content h1 {
  font-size: 3.25em;
  font-weight: 200;
  line-height: 1em;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 641px) {
  .content h1 {
    font-size: 4em;
  }
}
.content h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.155em;
  margin-top: 3em;
}

/* buttons */
.content .button-group {
  margin-top: 1em;
}

.content .button {
  display: inline-block;
  padding: 1em 2em;
  min-width: 8em;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 1.5em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  /* button theme - secondary is default */
  background: #f0f0f0;
  color: #2B2B2B;
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

/* video thumbnail grid */
.content .video-thumb-grid {
  position: relative;
  font-size: 0; /* collapse the white-space */
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}

.content .video-thumb {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  /* calculate the width, gutters, and aspect ratio */
  width: calc((100% - 4rem) / 2);
  height: 0;
  padding-top: calc((100% - 4rem) / 2 * 0.5625); /* 16:9 calc */
  margin: 1rem 1rem; /* gutters */
  overflow: hidden; /* clipping */
  position: relative; /* enable positioning for inner content */
  font-size: 1rem; /* reset the font size */
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

.content .video-thumb:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
}

.content .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  /* position inside the 16:9 container */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* clipping for source images that are letterboxed */
  object-fit: cover;
  object-position: 50% 50%;
  background: #2b2b2b;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(0, 0, 0, 0.82); /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: 80%;
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
  }
}
/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.values {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.values #parent-circle {
  position: relative;
  width: 30vw;
  height: 30vw;
  border: 0.4vw solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate 100s infinite linear;
}
.values #parent-circle:hover {
  animation-play-state: paused;
}
.values #parent-circle:hover .circle img {
  animation-play-state: paused;
}
.values #parent-circle .circle {
  display: block;
  position: absolute;
  width: 28%;
  height: 28%;
  margin: -14%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  padding: 30px;
  background-color: #dddb02;
  display: flex;
  align-items: center;
}
.values #parent-circle .circle:hover img {
  transform: scale(1.03);
}
.values #parent-circle .circle img {
  position: relative;
  height: 100%;
  width: 100%;
  animation: rotate-animation 100s infinite linear;
}
.values #parent-circle .circle.blue {
  transform: translate(15vw);
}
.values #parent-circle .circle.blue:hover {
  background-color: #383e41;
}
.values #parent-circle .circle.pink {
  transform: rotate(72deg) translate(15vw) rotate(-72deg);
}
.values #parent-circle .circle.pink:hover {
  background-color: #383e41;
}
.values #parent-circle .circle.lime {
  transform: rotate(144deg) translate(15vw) rotate(-144deg);
}
.values #parent-circle .circle.lime:hover {
  background-color: #383e41;
}
.values #parent-circle .circle.orange {
  transform: rotate(216deg) translate(15vw) rotate(-216deg);
}
.values #parent-circle .circle.orange:hover {
  background-color: #383e41;
}
.values #parent-circle .circle.teal {
  transform: rotate(288deg) translate(15vw) rotate(-288deg);
}
.values #parent-circle .circle.teal:hover {
  background-color: #383e41;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotate-animation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
.core {
  padding-bottom: 80px;
}
.core__item {
  position: relative;
  width: 20%;
  padding: 0px 3%;
}
.core__item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.core__item:nth-child(even):after {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg) translateX(-50%);
  content: "";
  height: 1px;
  height: 100%;
  border: 1px dotted rgba(1, 1, 1, 0.3);
  z-index: 0;
}
.core__item:last-child:after {
  display: none;
}
.core__item:after {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(135deg) translateX(-50%);
  content: "";
  height: 1px;
  height: 100%;
  border: 1px dotted rgba(1, 1, 1, 0.3);
  z-index: 0;
}
.core__icon {
  position: relative;
  border: 5px solid #dddb02;
  padding: 20px;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
}
.core__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 120%;
  z-index: 1;
  height: 120%;
  border: 1px dotted rgba(1, 1, 1, 0.3);
  border-radius: 50%;
}
.core__content {
  margin: 30px 0px;
}
.core__title {
  text-transform: uppercase;
  color: #dddb02;
  text-align: center;
  margin-bottom: 15px;
}
.core__text {
  text-align: center;
  line-height: 1.5;
}

.home-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-content__container {
  max-width: 700px;
  z-index: 10;
}
.home-content__heading {
  display: block;
  width: 100%;
  text-align: center;
}
.home-content__title {
  color: white;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 1px 0px 20px rgb(1, 1, 1);
}
.home-content__subtitle {
  color: white;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  text-shadow: 2px 0px 10px rgb(1, 1, 1);
}
.home-content__btn {
  text-align: center;
  margin-top: 40px;
}
.home-content__btn a {
  color: #383e41;
  font-weight: 700;
}
.home-content__btn a + a {
  margin-left: 25px;
}
.home-content__quote {
  text-align: center;
  margin-top: 20px;
}
.home-content__quote a {
  color: #383e41;
  font-weight: 700;
}
.home-content__quote a + a {
  margin-left: 25px;
}

.home-card {
  position: relative;
  display: block;
  margin: 40px 0px 0px;
}
.home-card:after {
  content: "";
  position: absolute;
  background-image: url("../img/calque-header.png");
  background-repeat: no-repeat;
  background-color: rgba(1, 1, 1, 0.4);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-card__container {
  display: flex;
  width: 100%;
}
.home-card__content {
  width: 100%;
  position: relative;
  padding: 5% 0;
  margin-left: auto;
  z-index: 10;
  text-align: center;
}
.home-card__content .cta {
  color: #FFF;
  margin-top: 25px;
}
.home-card__title {
  color: #FFF;
  font-size: 18px;
}
.home-card__title em {
  display: block;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  margin: 10px 0px;
  font-family: "Gotham Rounded Medium";
}
.home-card__desc {
  color: #FFF;
  margin-bottom: 40px;
}

.about {
  padding: 200px 0px !important;
}
.about__illustration {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about__image:nth-child(2) {
  position: absolute;
  height: 250px;
  width: 250px;
  right: 50px;
  top: -30px;
  z-index: 10;
}
.about__image:nth-child(2):before {
  position: relative;
  background-color: #dddb02;
  margin-top: 10px;
  margin-right: 10px;
  height: 100%;
  width: 100%;
  display: block;
  z-index: -1;
}
.about__content {
  width: 50%;
  padding: 50px 5%;
}
.about__content a {
  color: #383e41;
}
.about__content a + a {
  margin-left: 15px;
}
.about__desc {
  margin-bottom: 40px;
}
.about__desc p + p {
  margin-top: 15px;
}

.value {
  position: absolute;
}
.value__item {
  background-color: #dddb02;
  padding: 40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
}

.banner__container {
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.banner__content {
  width: 50%;
  padding: 80px 5%;
  border-radius: 10px 0px 0px 10px;
}
.banner__text {
  margin-bottom: 30px;
}
.banner__illustration {
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  border-radius: 0px 10px 10px 0px;
}
.banner__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 10px 10px 0px;
}
.banner__illustration:after {
  content: "";
  display: block;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
}

.slick-track, .slick-list {
  height: 100%;
  width: 100%;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .home-intro__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .home-intro__illustration {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .about__intro {
    width: 100%;
  }
  .praticals__list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-slider {
    height: 400px;
  }
  .home-slider__content {
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .home-slider__content .title {
    font-size: 50px;
  }
  .home-slider__content .desc {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .home-slider {
    height: 300px;
  }
  .about__title {
    width: 100%;
    text-align: center !important;
    padding-right: 0px !important;
  }
  .about__intro {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .about__illustration {
    margin: 0 auto !important;
    margin-bottom: 25px !important;
  }
  .about__content {
    text-align: center !important;
  }
}
@media (max-width: 500px) {
  .home-slider__content {
    padding: 0px 10%;
  }
  .home-slider__content .title {
    margin-bottom: 15px;
  }
  .home-slider__content .desc {
    line-height: 1.2;
  }
}
.estate {
  padding-bottom: 80px;
}

.estate-header {
  position: relative;
  height: 250px;
  width: 100%;
  background-color: #383e41;
  border-bottom: 4px solid #dddb02;
}
.estate-header.header--project {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.estate-header.header--project:after {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
}
.estate-header__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.estate-header__text {
  padding: 20px 0px;
}
.estate-header__text .title {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
}
.estate-header__text .title span {
  display: block;
  font-size: 48px;
  font-weight: 500;
}
.estate-header__text .adress {
  color: #FFF;
}
.estate-header__illustration:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.3);
}
.estate-header__print {
  background-color: #F7F7F7;
  padding: 17px 20px;
  margin-left: auto;
  border-radius: 5px;
  margin-right: 20px;
}
.estate-header__print i {
  color: #383e41;
  font-size: 20px;
}
.estate-header__print:hover {
  background-color: #dddb02;
}
.estate-header__flag {
  position: relative;
  background-color: #03a9f4;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
}
.estate-header__flag span {
  text-transform: uppercase;
  font-size: 10px;
  color: #FFF;
  font-weight: 600;
}
.estate-header__flag-sold {
  background-color: red;
}
.estate-header__price {
  background-color: #dddb02;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-family: system-ui;
}
.estate-header__price p {
  color: #FFF;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.estate-top {
  padding-top: 40px;
  padding-bottom: 20px;
}
.estate-top__flag {
  position: relative;
  background-color: #03a9f4;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.estate-top__flag span {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  font-weight: 600;
}
.estate-top__flag.vendu {
  background-color: red;
}
.estate-top__flag.loue {
  background-color: red;
}
.estate-top__flag.a-vendre {
  background-color: #03a9f4;
}
.estate-top__flag.a-louer {
  background-color: #03a9f4;
}
.estate-top__title {
  width: 100%;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 30px;
}
.estate-top__adress {
  font-size: 18px;
}
.estate-top__energy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
.estate-top__list {
  display: flex;
  margin-right: 10px;
  margin-left: auto;
  justify-content: center;
  margin-bottom: 40px;
}
.estate-top__btn {
  position: relative;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dddb02;
  border-radius: 5px;
  color: #383e41;
}
.estate-top__btn:hover {
  background-color: #F2F2F2;
}
.estate-top__btn + .estate-top__btn {
  margin-left: 20px;
}
.estate-top__btn img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.estate-gallery {
  padding-bottom: 50px;
  position: relative;
}
.estate-gallery__list {
  display: flex;
  width: 33.33%;
  margin-left: auto;
  float: right;
  height: 400px;
}
.estate-gallery__img {
  width: calc(50% - 20px);
  position: relative;
  display: inline-block;
  height: calc(50% - 20px);
  margin: 10px 10px;
  overflow: hidden;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.estate-gallery__img:first-child {
  width: calc(66.66% - 10px);
  top: 0;
  left: 0;
  height: calc(100% - 20px);
  position: absolute;
  margin: 10px 0px !important;
  display: inline-flex;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.estate-gallery__img:nth-child(n+6) {
  display: none;
}
.estate-gallery__img:after {
  content: "";
  padding-bottom: 50%;
  width: 100%;
  display: block;
}
.estate-gallery__img a {
  position: absolute;
  left: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
}
.estate-gallery__img:hover .estate-gallery__illustration {
  transform: scale(1.05);
}
.estate-gallery__img:hover .estate-gallery__illustration:after {
  opacity: 0;
}
.estate-gallery__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.estate-gallery__illustration {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("img/white.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.estate-details {
  position: relative;
  width: calc(66% - 10px);
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 40px 25px;
}

.estate-intro {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-right: 10%;
}
.estate-intro__item {
  width: 23%;
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 20px 25px;
  border-radius: 5px;
  background-color: #FFF;
  text-align: center;
}
.estate-intro__item i {
  opacity: 0.5;
  padding-bottom: 5px;
}
.estate-intro__item + .estate-intro__item {
  margin-left: 15px;
}

.estate-content {
  padding: 40px 20px;
}
.estate-content__title {
  font-weight: 600;
  font-size: 20px;
}
.estate-content__text {
  line-height: 1.3;
  margin: 25px 0px;
}
.estate-content__text p + p {
  margin-top: 20px;
}

.estate-docs {
  margin-bottom: 25px;
}
.estate-docs__list {
  margin-top: 25px;
  padding: 0px 20px;
}
.estate-docs__item {
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  transition: opacity 0.3s ease-in-out;
}
.estate-docs__item:last-child {
  margin-right: 0px;
}
.estate-docs__item:hover {
  border: 1px solid #383e41;
}
.estate-docs__link {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}
.estate-docs__link i {
  color: #383e41;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 18px;
}
.estate-docs__link p {
  font-weight: 600;
  font-size: 14px;
}

.estate-contact {
  width: calc(33.33% - 20px);
  margin: 0px 10px;
  z-index: 99;
}
.estate-contact__container {
  position: sticky;
  top: 0;
  border: 1px solid rgba(24, 24, 24, 0.15);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
.estate-contact__header {
  background-color: #383e41;
  padding: 20px 0px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.estate-contact__price {
  color: white;
  font-size: 32px;
  font-family: system-ui;
  font-weight: 800;
  letter-spacing: 1px;
}
.estate-contact__content {
  padding: 40px;
}
.estate-contact__illustration {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.estate-contact__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.estate-contact__text .title {
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
.estate-contact__text .title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.estate-contact__text .desc {
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
}
.estate-contact__text .desc:before {
  content: "«";
  padding-right: 5px;
}
.estate-contact__text .desc:after {
  content: "»";
  padding-left: 5px;
}
.estate-contact__infos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.estate-contact__infos a {
  background-color: #383e41;
  color: #FFF;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estate-contact__infos a:hover {
  background-color: #dddb02;
}
.estate-contact__infos a + a {
  margin-left: 10px;
}
.estate-contact__infos i {
  font-size: 12px;
}
.estate-contact__cta {
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.estate-contact__cta i {
  color: white;
  padding-right: 15px;
}
.estate-contact__cta a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0px;
  display: block;
  border-radius: 0px 0px 10px 10px;
  background-color: #dddb02;
  transition: all 0.2s ease-in-out 0s;
}
.estate-contact__cta a:hover {
  color: #383e41;
}

.estate-map__container {
  position: relative;
  width: calc(100% - 20px);
  margin: 0px 10px;
  height: 250px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.estate-map__container img {
  max-width: inherit !important;
}
.estate-map #map {
  position: relative;
  height: 100%;
  width: 100%;
}

.estate-more {
  background-color: #F7F7F7;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 40px;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.caracs__table {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px 0px;
  padding-bottom: 25px;
}
.caracs__body {
  position: relative;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
.caracs__row {
  position: relative;
  width: calc(50% - 25px);
  padding: 5px 0px;
  display: inline-flex;
  justify-content: space-between;
}
.caracs__row:nth-child(2n) {
  margin-left: 45px;
}
.caracs__heading {
  font-weight: 600;
  font-size: 20px;
  background-color: #383e41;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 10px;
}
.caracs__heading i {
  padding-right: 10px;
}
.caracs__title {
  position: relative;
  font-weight: 700;
}
.caracs__data {
  position: relative;
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 600px) {
  .gallery {
    padding-top: 400px;
  }
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
  padding-top: 6px;
  margin: 6px;
  display: block;
}
.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 3px #0be2f6;
}

.contact__container {
  position: relative;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
  margin: 80px 0px;
}

.contact-form {
  width: 60%;
  padding: 60px 5%;
}

.contact-infos {
  position: relative;
  width: 40%;
  background-color: #383e41;
  padding: 60px 5%;
  border-radius: 10px 0px 0px 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-infos:after {
  content: "";
  position: absolute;
  background-color: #383e41;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.95;
  border-radius: 10px 0px 0px 10px;
}
.contact-infos__text {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-infos__title {
  color: white;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}
.contact-infos__desc {
  color: #FFF;
  opacity: 0.8;
}
.contact-infos__list {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.contact-infos__item a {
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
}
.contact-infos__item a:hover {
  opacity: 0.7;
}
.contact-infos__item i {
  padding-right: 15px;
  color: #dddb02;
}
.contact-infos__item + .contact-infos__item {
  margin-top: 40px;
}

.contact-form__container {
  padding: 20px 40px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
.contact-form__title {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-social {
  position: relative;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.contact-social__item {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-social__item:hover {
  background-color: #dddb02;
}
.contact-social__item i {
  color: white;
}
.contact-social__item + .contact-social__item {
  margin-left: 10px;
}

.team__list {
  margin-top: 30px;
}
.team__item {
  display: block;
  width: calc(25% - 30px);
  margin-right: 40px;
  padding: 40px 2%;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
  align-items: center;
  text-align: center;
}
.team__item:last-child {
  margin-right: 0px;
}
.team__illustration {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.team__illustration img {
  position: relative;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.team__content {
  width: 100%;
}
.team__title {
  color: #dddb02;
  margin-bottom: 5px;
  font-size: 24px;
}
.team__contact {
  margin-top: 20px;
}
.team__contact a {
  display: block;
  color: #383e41;
}
.team__contact a + a {
  margin-top: 10px;
}
.team__contact i {
  color: #dddb02;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .contact-infos__item {
    width: 100%;
    padding: 0px 10%;
  }
  .contact-infos__item + .contact-infos__item {
    margin-top: 40px;
  }
}
.agency__container {
  width: 100%;
}
.agency__content {
  width: 50%;
  padding-right: 10%;
}
.agency__illustration {
  position: relative;
  width: 50%;
  height: 400px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.area {
  background-color: #F7F7F7;
}
.area__slider .slick-arrow {
  position: absolute;
}
.area__slider .slick-next {
  top: -85px;
  right: 11%;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.area__slider .slick-next:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
  display: inline-block;
}
.area__slider .slick-prev {
  top: -85px;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
  right: 15%;
}
.area__slider .slick-prev:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
  transform: rotate(180deg);
  display: inline-block;
}
.area__item {
  position: relative;
  width: 100%;
  padding: 0px 10px 40px 10px;
}
.area__illustration {
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 350px;
}
.area__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 6px solid #dddb02;
}
.area__content {
  width: 100%;
  text-align: left;
  text-align: center;
  padding: 40px 5%;
  margin-top: -10px;
  background-color: #FFF;
}
.area__content .divider {
  margin-left: auto;
  margin-right: auto;
}
.area__desc {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.area__desc p {
  line-height: 1.6;
  font-size: 14px;
}
.area__desc p + p {
  margin-top: 20px;
}
.area__title {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.area__desc {
  color: white;
  line-height: 1.4;
}

.estimation-steps__item {
  width: 33.33%;
  padding: 0px 20px;
}
.estimation-steps__icon {
  position: relative;
  display: flex;
  height: 80px;
  width: auto;
  margin: 0 auto;
}
.estimation-steps__heading {
  max-width: 250px;
  margin: 20px auto;
}
.estimation-steps__title {
  padding-left: 50px;
  font-size: 20px;
}
.estimation-steps__number {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #dddb02;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  line-height: 1;
}
.estimation-steps__text {
  text-align: center;
}

.estimation-form__container {
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
}
.estimation-form__illustration {
  position: relative;
  width: 50%;
  height: auto;
  display: flex;
  border-radius: 0px 10px 10px 0px;
}
.estimation-form__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 10px 10px 0px;
}
.estimation-form__content {
  position: relative;
  width: 50%;
  padding: 80px 5%;
}
.estimation-form__content .heading__title {
  margin-bottom: 25px;
}

.seo-blocks {
  background-color: #F7F7F7;
}
.seo-blocks__container {
  position: relative;
  width: 100%;
}
.seo-blocks__content {
  position: relative;
  width: 48%;
  background-color: #FFF;
  padding: 50px 5%;
  border-radius: 10px;
}
.seo-blocks__title {
  color: #383e41;
  margin-bottom: 20px;
  font-weight: 700;
}
.seo-blocks__text p {
  color: #383e41;
  opacity: 0.7;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}

.conditions__generales h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.conditions__generales h3 {
  font-size: 18px;
  margin: 20px 0px;
}
.conditions__generales p {
  font-size: 14px;
  margin: 20px 0px;
  line-height: 1.7;
}
.conditions__generales ul {
  margin-left: 30px;
}
.conditions__generales ol {
  margin-left: 30px;
}
.conditions__generales li {
  margin: 10px 0px;
  display: block;
  line-height: 1.7;
}
.conditions__generales li:before  {
  content: "-";
  font-size: 16px;
  color: #383e41;
}

.conditions__generales li:before {
  content: "-";
  font-size: 16px;
  color: #383e41;
  margin-right: 5px;
}

.wsp-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.wsp-container h2 {
  margin: 20px 0px;
  text-transform: uppercase;
  font-size: 24px;
  color: #383e41;
  font-weight: 600;
}
.wsp-container ul {
  margin-left: 50px;
}
.wsp-container li {
  margin: 10px 0px;
  display: block;
}
.wsp-container li a {
  color: #383e41;
}
.wsp-container li a:hover {
  color: #dddb02;
}

.sub-service__header {
  padding-top: 80px;
}

.sitemap__title {
  font-size: 32px;
  font-weight: 600;
  color: #383e41;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.sitemap .menu__list {
  display: block !important;
  max-width: 400px;
  margin: 80px auto;
  text-align: center;
  position: relative;
  right: 0;
  width: 100%;
  padding: 0;
  background: none;
  height: auto;
}
.sitemap .menu__list li {
  display: block;
  text-align: center;
  margin-top: 0px;
  opacity: 1;
}
.sitemap .menu__list li + li {
  margin-top: 20px;
  margin-left: 0px;
}
.sitemap .menu__list a {
  color: #383e41;
  font-size: 32px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.sitemap .menu__list a:hover {
  color: #383e41;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--accent {
  background-color: #f1b89e;
}
.section--secondary {
  background-color: #383e41;
}
.section--grey {
  background-color: #F7F7F7;
}

.wrapper--main {
  width: 76.1904761905%;
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--stretch {
  padding-left: 15%;
  padding-right: 15%;
}
.wrapper--image {
  background-color: #dddb02;
  border-radius: 10px;
  padding-left: 15%;
  padding-right: 15%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.container--stretch {
  max-width: 940px;
}
.container--post {
  max-width: 1400px;
}
.container--header {
  width: 1200px;
}

.anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.list--inline li {
  display: inline-block;
}

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .list--inline li {
    display: block;
  }
  .container {
    padding-left: 5.9523809524%;
    padding-right: 5.9523809524%;
  }
}
@media (max-width: 950px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.searchandfilter {
  width: 100%;
  background-color: #383e41;
  padding: 5px 50px;
  margin-bottom: 50px;
  border-radius: 10px;
}
.searchandfilter h4 {
  font-size: 14px !important;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #FFF !important;
}
.searchandfilter ul {
  display: flex !important;
  flex-wrap: wrap;
}
.searchandfilter li + li {
  margin-left: 40px !important;
}
.searchandfilter select {
  padding: 10px 10px;
  border-radius: 5px;
  font-family: "Raleway", sans-serif !important;
}
.searchandfilter .sf-input-text {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  padding: 10px 5px;
  opacity: 1;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.searchandfilter .sf-input-text:focus {
  border-color: #dddb02;
}
.searchandfilter .sf-input-text:focus::placeholder {
  color: white;
}
.searchandfilter .sf-input-text::placeholder {
  color: #383e41;
  font-family: "Raleway", sans-serif;
  opacity: 1;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
.searchandfilter .sf-field-submit {
  display: flex;
  align-items: center;
}
.searchandfilter .sf-field-submit input {
  padding: 12px 30px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  background: rgb(179, 58, 205);
  background: #dddb02;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  border: none;
  line-height: 2;
}
.searchandfilter .sf-field-submit input:hover {
  transform: scale(1.03);
  color: #FFF;
}
.searchandfilter .sf-input-range-number {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  max-width: 100% !important;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  font-family: "Raleway", sans-serif;
}
.searchandfilter .sf-range-values-seperator {
  color: #FFF;
  margin: 0px 5px;
  font-weight: 700;
}
.searchandfilter .noUi-connect {
  background-color: #dddb02 !important;
}
.searchandfilter .meta-slider {
  height: 10px !important;
}
.searchandfilter .noUi-handle {
  height: 20px !important;
  width: 20px !important;
}
.searchandfilter .noUi-handle:before {
  display: none;
}
.searchandfilter .noUi-handle:after {
  display: none;
}

.sf-meta-range {
  width: 200px;
  color: white;
  font-size: 17px;
}

.search-filter-results {
  font-weight: 700;
  font-size: 28px;
}

/* HEADER */
.header {
  width: 100%;
  display: block;
  position: relative;
}
.header--home {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  z-index: 99;
}
.header--home:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.2);
  top: 0;
  left: 0;
}
.header--inside {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header__video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  padding-left: 5.9523809524%;
  padding-right: 5.9523809524%;
}
.header .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

/* MENU */
.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2.9761904762%;
  padding-right: 2.9761904762%;
  transition: all 0.5s ease-in-out 0s;
  z-index: 99;
}
.menu__list {
  width: 100%;
}
.menu__list li {
  position: relative;
  display: inline-block;
  padding: 20px 0px;
}
.menu__list li + li {
  margin-left: 25px;
}
.menu__list a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  transition: 0.2s;
  letter-spacing: 1.2px;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #dddb02;
}
.menu.sticky {
  position: fixed;
  background-color: #FFF;
  z-index: 999;
}
.menu.sticky .menu__list a {
  color: #383e41;
}

.menu--logo img {
  text-align: center;
  width: 140px;
}

.menu--cta .btn {
  color: #383e41;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
}

.contact-banner {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #dddb02;
  border-radius: 0px 10px 10px 0px;
  padding: 20px 5px;
  z-index: 99;
}
.contact-banner__item {
  display: block;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}
.contact-banner__item + .contact-banner__item {
  margin-top: 15px;
}
.contact-banner__item:hover i {
  color: #FFF;
}
.contact-banner__item i {
  font-size: 20px;
  color: #383e41;
  transition: all 0.2s ease-in-out 0s;
}

/* SUBMENU */
.menu-item-has-children > a:after {
  position: relative;
  content: "";
  display: inline-flex;
  background-image: url(../img/down-arrow.png);
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 10px;
}

.menu__list .sub-menu {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: -30px;
  display: none;
  z-index: 2;
  height: 270px;
  width: 220px;
}
.menu__list .sub-menu li {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #F7F7F7;
  padding: 0px;
}
.menu__list .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #383e41;
  text-transform: none;
}
.menu__list .sub-menu li a:hover {
  margin-left: 5px;
}
.menu__list .sub-menu li:first-child {
  border-radius: 5px 5px 0px 0px;
}
.menu__list .sub-menu li:last-child {
  border-radius: 0px 0px 5px 5px;
}
.menu__list .sub-menu li + li {
  margin-left: 0px;
}
.menu__list .sub-menu .current-menu-item > a {
  color: #dddb02;
}

/* MENU BURGER */
.menu--burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
}

.menu--burger div {
  width: 30px;
  height: 3px;
  margin: 5px;
  background: #dddb02;
  transition: all 0.5s ease-in;
}

.menu--burger.active .line1 {
  transform: rotate(45deg) translate(5px, 6px);
}

.menu--burger.active .line2 {
  opacity: 0;
}

.menu--burger.active .line3 {
  transform: rotate(-45deg) translate(5px, -6px);
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
/* STICKY MENU */
.header.sticky .menu {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}

.header.sticky + main {
  padding-top: 94px;
}

/* FOOTER MENU */
.footer .footer__list .sub-menu {
  display: none;
}

.footer .footer__list .menu-item-has-children:hover > .sub-menu {
  display: none;
}

.footer__menu .menu-item-has-children a:after {
  display: none;
}

.footer .footer__list .menu-item--highlight {
  background-color: transparent;
  border: none;
}
.footer .footer__list .menu-item--highlight a {
  padding: 0;
}

/* SITEMAP */
.menu__list.menu--sitemap li {
  display: block;
}
.menu__list.menu--sitemap li .sub-menu {
  position: relative;
  display: block !important;
  margin-left: 20px;
}
.menu__list.menu--sitemap li .sub-menu li {
  margin-left: 0;
}
.menu__list.menu--sitemap li .sub-menu li + li {
  margin-left: 0;
}
.menu__list.menu--sitemap li:hover {
  display: none;
}
.menu__list.menu--sitemap li + li {
  margin-left: 0px;
  margin-top: 15px;
}
.menu__list.menu--sitemap a {
  font-size: 30px;
  color: #252525;
  text-transform: none;
  font-weight: 400;
}

/* MOBILE MENU */
.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

@media (max-width: 1250px) {
  .menu--container {
    padding: 10px 5.9523809524%;
  }
  .header--inside.sticky .menu--container {
    padding: 10px 5.9523809524%;
  }
}
@media (max-width: 1100px) {
  .header.sticky + main {
    padding-top: 73px;
  }
  .menu--logo img {
    width: 140px;
  }
  .menu--social {
    display: none;
  }
  .menu--header .menu__list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #FFF;
    padding: 100px 50px 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    transition: right 0.5s ease-in;
  }
  .menu--header .menu__list.active {
    right: 0;
    width: 100%;
  }
  .menu--header .menu__list li a {
    color: #252525;
    font-size: 16px;
    padding-bottom: 20px;
  }
  .menu--header .menu__list > li {
    opacity: 0;
    display: block;
    text-align: left;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .menu--header .menu__list > li:last-child() a {
    padding-bottom: 0;
  }
  .menu--header .menu__list > li + li {
    margin-top: 10px;
    margin-left: 0px;
  }
  .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    position: relative;
    top: 100%;
    width: 100%;
    left: 0px;
    height: auto;
    bottom: auto;
    padding-bottom: 20px;
  }
  .menu-item-has-children:hover > .sub-menu li {
    border-bottom: none;
  }
  .menu-item-has-children:hover > .sub-menu a {
    text-transform: none;
    padding: 10px 0px;
  }
  .menu--burger {
    display: block;
  }
}
@media (max-width: 1000px) {
  .header__content {
    width: 100%;
  }
  .home__intro__content {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .header__title {
    font-size: 64px;
  }
  .header__subtitle {
    font-size: 24px;
    line-height: 1.3;
  }
  .btn--big {
    padding: 12px 50px;
  }
  .menu--logo {
    justify-content: center;
    display: contents;
  }
}
.cards {
  position: relative;
  z-index: 20;
  background-color: transparent;
}
.cards__slider {
  position: relative;
  width: 100%;
  z-index: 20;
}
.cards__slider .slick-list {
  margin: 0 -15px;
  padding: 20px 0px;
}
.cards__slider .cards__item {
  margin: 0px 15px !important;
}
.cards__slider .slick-arrow {
  position: absolute;
}
.cards__slider .slick-next {
  top: -80px;
  right: 15px;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.cards__slider .slick-next:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  display: inline-block;
}
.cards__slider .slick-prev {
  top: -80px;
  right: 65px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.cards__slider .slick-prev:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  transform: rotate(180deg);
  display: inline-block;
}
.cards__item {
  position: relative;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
  margin-left: 30px;
  margin-bottom: 50px;
  transition: all 0.2s ease-in;
  background-color: #FFF;
  width: calc(25% - 30px);
}
.cards__item:nth-child(4n+1) {
  margin-left: 0px;
}
.cards__item:first-child {
  margin-left: 0px;
}
.cards__item:hover {
  transform: scale(1.02);
}
.cards__wrapper {
  display: block;
}
.cards__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.cards__link {
  display: block;
}
.cards__illustration {
  position: relative;
  height: 180px;
}
.cards__image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.2s ease-in;
}
.cards__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.2s ease-in;
}
.cards__flag {
  background-color: #589a1e;
  padding: 7px 30px;
  position: absolute;
  min-width: 120px;
  top: 0px;
  left: 0px;
  border-radius: 10px 0px 30px 0px;
}
.cards__flag span {
  text-transform: uppercase;
  font-size: 10px;
  color: #FFF;
  font-weight: 600;
}
.cards__flag.vendu {
  background-color: red;
}
.cards__flag.loue {
  background-color: red;
}
.cards__flag.a-vendre {
  background-color: #03a9f4;
}
.cards__flag.a-louer {
  background-color: #03a9f4;
}
.cards__energy {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 25%;
}
.cards__text {
  padding: 15px 25px 15px 25px;
}
.cards__desc {
  margin: 20px 0px;
}
.cards__title {
  font-size: 12px;
  color: #383e41;
  font-weight: 300;
  text-transform: uppercase;
}
.cards__title i {
  color: #dddb02;
  padding-right: 10px;
}
.cards__title span {
  padding-top: 5px;
  font-size: 16px;
  display: block;
  font-weight: 600;
}
.cards__price {
  font-size: 24px;
  color: #dddb02;
  font-weight: 600;
  font-family: system-ui;
}
.cards__infos {
  padding: 5px 25px;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
}
.cards__address {
  padding: 5px 10%;
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  border-top: 1px solid #e3e3e3;
  width: 100%;
}
.cards__address i {
  padding-right: 10px;
}
.cards__info {
  font-size: 12px;
}
.cards__info p {
  font-size: 12px;
  color: #383e41;
}
.cards__info i {
  padding-right: 10px;
}
.cards__info + .cards__info {
  padding-left: 20px;
}
.cards__number {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 28px;
}
.cards--large .cards__item {
  width: 100%;
  margin-left: 0px;
}
.cards--large .cards__item:hover {
  transform: none;
}
.cards--large .cards__item:hover .cards__image img {
  transform: scale(1.02);
}
.cards--large .cards__container {
  display: flex;
  flex-wrap: wrap;
}
.cards--large .cards__illustration {
  width: 40%;
  height: auto;
}
.cards--large .cards__image {
  border-radius: 10px 0px 0px 10px;
}
.cards--large .cards__image img {
  border-radius: 10px 0px 0px 10px;
}
.cards--large .cards__content {
  width: 60%;
}
.cards--large .cards__text {
  padding: 50px 10%;
}
.cards--large .cards__title {
  font-size: 18px;
}
.cards--large .cards__infos {
  border-radius: 0px 0px 10px 0px;
  padding: 5px 10%;
}

.pagination {
  text-align: center;
}
.pagination__number {
  margin-bottom: 25px !important;
  font-weight: 700;
  font-size: 20px;
}
.pagination .nav-previous a {
  background-color: #dddb02;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.pagination .nav-previous a:hover {
  transform: scale(1.03);
}
.pagination .nav-next a {
  background-color: #dddb02;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.pagination .nav-next a:hover {
  transform: scale(1.03);
}

.testimonials {
  background-color: #383e41;
  padding-top: 300px;
  margin-top: -300px;
}
.testimonials__slider {
  padding-top: 20px;
}
.testimonials__slider .slick-arrow {
  position: absolute;
}
.testimonials__slider .slick-next {
  top: -100px;
  right: 0px;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.testimonials__slider .slick-next:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}
.testimonials__slider .slick-prev {
  top: -100px;
  right: 60px;
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 10px;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.testimonials__slider .slick-prev:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  transform: rotate(180deg);
  display: inline-block;
}
.testimonials__item {
  position: relative;
  display: flex !important;
}
.testimonials__illustration {
  position: relative;
  height: auto;
  width: 30%;
}
.testimonials__illustration img {
  position: relative;
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.testimonials__content {
  padding: 20px 5%;
  width: 70%;
}
.testimonials__title {
  color: #FFF;
  text-transform: uppercase;
}
.testimonials__desc {
  margin: 20px 0px;
  max-width: 80%;
  color: #FFF;
  opacity: 0.7;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials__link {
  position: relative;
}
.testimonials__link:hover {
  cursor: pointer;
}
.testimonials__link:hover::after {
  opacity: 1;
}
.testimonials__link:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  background-color: rgba(1, 1, 1, 0.4);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}

a {
  color: #dddb02;
}

code {
  background: #ECEFF1;
}

.wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.praticals__list {
  max-width: 600px;
  width: 50%;
}

.praticals__text {
  width: 50%;
  padding-right: 100px;
}

.praticals {
  padding-top: 80px;
}
.praticals__item {
  overflow: hidden;
  border-bottom: 1px solid #CFD8DC;
  transition: height 300ms ease-in-out;
}
.praticals__item:last-child {
  border-bottom: 0;
}
.praticals__title {
  display: flex;
  position: relative;
  list-style: none;
  padding-left: 0px;
  outline: 0;
  padding: 20px 20px 20px 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: color 300ms ease-in-out;
}
[open] > .praticals__title {
  color: #dddb02;
}
.praticals__title i {
  margin-right: 0px;
  color: #383e41;
}
.praticals__heading {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 300px;
}
.praticals__desc {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0px 30px 0px;
}
.praticals__desc p + p {
  margin-top: 15px;
}
.praticals__content {
  padding-top: 0;
  padding-bottom: 20px;
}
.praticals__cta {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .praticals__list {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
  .praticals__content {
    padding: 0px 40px 25px;
  }
}
.form {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  padding: 80px 0px;
}
.form__submit {
  margin-top: 20px;
  border: none;
  color: #FFF;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #f1b89e;
  padding: 20px 40px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__submit:hover {
  background-color: #dddb02;
  transform: scale(1.05);
}
.form_success {
  border: 1px solid green;
  padding: 20px 20px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
.form_error {
  border: 1px solid red;
  padding: 20px 20px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}

.contact__input {
  width: 48%;
  margin-bottom: 20px;
}

.contact--third {
  width: 23%;
}

.contact-input {
  margin-bottom: 20px;
}

input:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: vertical;
  height: 100px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label {
  font-family: "Raleway", sans-serif;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

select {
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  padding: 15px 0px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
  display: block;
  width: 100%;
}
select:focus {
  border-color: #dddb02;
}

.wpcf7-text, .wpcf7-number, .wpcf7-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  padding: 10px 0px;
  color: #383e41;
  opacity: 1;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.wpcf7-text:focus, .wpcf7-number:focus, .wpcf7-textarea:focus {
  border-color: #dddb02;
}
.wpcf7-text:focus::placeholder, .wpcf7-number:focus::placeholder, .wpcf7-textarea:focus::placeholder {
  color: white;
}
.wpcf7-text::placeholder, .wpcf7-number::placeholder, .wpcf7-textarea::placeholder {
  font-family: "Raleway", sans-serif;
  color: #383e41;
  opacity: 0.7;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}

.wpcf7-response-output {
  font-size: 14px;
  padding: 20px !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7-checkbox {
  line-height: 2;
  font-size: 14px;
}

.wpcf7-submit {
  margin-top: 20px;
  border: none;
  margin-left: auto;
  color: #FFF;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #dddb02;
  font-family: "Raleway", sans-serif;
  padding: 10px 40px;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-submit:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.banner.wpcf7-submit {
  margin-left: 0;
  padding: 15px 40px;
  color: #383e41;
}

.input--classic {
  border: none;
  width: 100%;
  border: 1px solid #ededed;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 2px;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 1px;
}
.input--classic:focus {
  border-color: #dddb02;
}
.input--classic:focus::placeholder {
  color: white;
}
.input--classic::placeholder {
  font-family: "Raleway", sans-serif;
  color: #BACAD1;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
.input--classic + .input--classic {
  margin-top: 35px;
}
.input--textarea {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}

.contact__submit {
  position: relative;
}

.g-recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.politique__label {
  font-size: 12px;
  color: black;
  text-transform: inherit;
  font-weight: 400;
  opacity: 1;
  line-height: 2;
  letter-spacing: normal;
}

.g-recaptcha > div {
  max-width: 100%;
}

.g-recaptcha iframe {
  width: 100%;
}

@media (max-width: 650px) {
  .contact__form {
    margin-top: 20px;
  }
  .contact__input {
    width: 100%;
  }
  .input--classic {
    padding: 12px 20px;
    margin-bottom: 10px;
  }
}
.footer {
  position: relative;
  background: #383e41;
  font-size: 14px;
  padding: 120px 0px 0px;
  width: 100%;
}
.footer__list li {
  display: block;
}
.footer__item + .footer__item {
  padding-top: 15px;
}
.footer__item i {
  color: white;
  margin-right: 10px;
}
.footer__item a {
  color: #FFF;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
}
.footer__item a:hover {
  color: #dddb02;
}
.footer__part {
  position: relative;
  max-width: 30%;
}
.footer__part .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.footer__part p {
  font-size: 14px;
  color: #FFF;
  display: block;
  line-height: 1.4;
}
.footer__part p span {
  display: block;
}
.footer__part p + p {
  margin-top: 15px;
}
.footer__menu {
  margin-top: 30px;
  color: #FFF;
  font-size: 14px;
}
.footer__menu li {
  display: block;
  margin-top: 15px;
}
.footer__menu li span {
  display: block;
  margin-top: 10px;
}
.footer__menu li + li {
  margin-top: 20px;
}
.footer__menu a {
  color: #FFF;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 300;
}
.footer__menu a:hover {
  color: #dddb02;
}
.footer__menu .current-menu-item a {
  color: #dddb02;
}
.footer__menu .menu-item-has-children a:before {
  display: none;
}
.footer__menu .menu-item-has-children > .sub-menu {
  display: none;
}
.footer__menu .menu-item--highlight {
  display: none;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease-in-out 0s;
}
.footer__menu .menu-item--highlight a {
  padding: 0px !important;
}
.footer__menu .menu-item--highlight a:hover {
  color: #dddb02;
}
.footer__menu .current-menu-item .sub-menu .menu-item a {
  color: #000;
}
.footer__menu .wpml-ls-item {
  display: none;
}

.footer-menu {
  position: relative;
  padding-bottom: 80px;
  width: 66.66%;
}

.footer-contact {
  position: relative;
  width: 33.33%;
}
.footer-contact__title {
  font-size: 24px;
  color: white;
}

.footer-social {
  margin-top: 25px;
}
.footer-social a {
  color: #FFF;
  font-size: 20px;
}
.footer-social a:hover {
  color: #dddb02;
}
.footer-social a + a {
  margin-left: 10px;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  padding: 20px 20px;
  background: #383e41;
}
.footer-copyright p {
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
}
.footer-copyright a {
  color: #dddb02;
  font-weight: 400;
}
.footer-copyright a:hover {
  color: #FFF;
}

@media (max-width: 1024px) {
  .footer__part {
    width: 50%;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .footer__legals__item {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
  }
  .footer__legals__item:before {
    display: none;
  }
  .footer-contact {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-menu {
    width: 100%;
    text-align: center;
  }
  .footer__part {
    width: 100%;
    text-align: center;
  }
  .footer-legals {
    text-align: center;
    margin: 0 auto 25px;
  }
  .footer-social {
    width: 100%;
    justify-content: center;
  }
  .footer-social__item a {
    justify-content: center;
  }
  .facilities__item {
    justify-content: center;
  }
  .facilities__item i {
    display: block;
    width: 100%;
  }
  .facilities__item p {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .footer-legals__item {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .footer-legals__item:first-child() {
    padding-top: 0px;
  }
}
@media (max-width: 450px) {
  .footer__lwa {
    display: block;
  }
  .lwa__title {
    margin-right: 0px;
  }
  .lwa__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-header {
  position: relative;
  height: 300px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.2);
  top: 0;
  left: 0;
}
.page-header__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-header__title {
  position: absolute;
  bottom: 40px;
  color: #FFF;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
}

.page-intro {
  padding-top: 50px;
}
.page-intro__content {
  position: relative;
  width: 50%;
}
.page-intro__text {
  padding: 50px 0px;
  padding-right: 10%;
}
.page-intro__text .title {
  font-size: 32px;
  font-weight: 400;
  font-family: "Indie Flower", cursive;
  margin-bottom: 25px;
}
.page-intro__cta {
  padding: 20px 0px;
}
.page-intro__slider {
  position: relative;
  width: 50%;
  height: 400px;
}
.page-intro__slider .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.page-intro__slider .slick-dots li {
  display: inline-block;
}
.page-intro__slider .slick-dots li + li {
  margin-left: 10px;
}
.page-intro__slider .slick-dots button {
  background-color: #FFF;
  cursor: pointer;
  border: 1px solid #FFF;
  text-indent: -999999px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-intro__slider .slick-dots button:focus {
  outline: none;
}
.page-intro__slider .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
}
.page-intro__img {
  position: relative;
  width: 100%;
}
.page-intro__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 768px) {
  .page-intro__content {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-intro__slider {
    width: 100%;
    height: 350px;
  }
}

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