@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-display: swap;
  color: #0D4A6B;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 1.6rem;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

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

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #007DC3;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #1D1D1B;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #007DC3;
}

@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Southing";
  src: url("../css/fonts/Southing.otf") format("opentype"), url("../css/fonts/Southing.ttf") format("truetype"), url("../css/fonts/Southing.woff2") format("woff2");
}
html {
  font-family: "Satoshi", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  font-display: swap;
  font-family: "Satoshi", sans-serif;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

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, 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;
  vertical-align: baseline;
}

/* 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;
}

.heading {
  font-size: 24px;
  color: #0D4A6B;
  padding-bottom: 40px;
  margin-bottom: 0;
  width: 100%;
  max-width: 700px;
  z-index: 10;
  position: relative;
}
.heading .btn {
  margin-top: 2rem;
}
.heading--center {
  text-align: center;
  margin: 0 auto;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading--white > * {
  color: #fff !important;
}
.heading--white .heading__desc {
  opacity: 0.65;
}
.heading__title {
  font-size: 3.8rem;
  margin-top: 0;
  position: relative;
  font-weight: 700;
  line-height: 45px;
  color: #0D4A6B;
}
.heading__desc {
  color: #0D4A6B;
  line-height: 25px;
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 1rem;
  max-width: 650px;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  font-weight: #1D1D1B;
}
.heading__desc p + p {
  margin-top: 20px;
}
.heading__desc ul {
  margin-left: 2rem;
  list-style: disc;
}
.heading__desc li {
  font-size: 1.4rem;
}
.heading__divider {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
}

.heading--btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.heading--btn .heading__title {
  max-width: 800px;
}
.heading--btn .btn {
  display: inline-block;
  margin-top: 0;
}

.title--footer {
  color: #0D4A6B;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--white {
  color: #fff;
}
.title--black {
  color: #1D1D1B;
}
.title--uppercase {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .heading__title {
    font-size: 2.6rem;
    line-height: 31px;
  }

  .heading__desc {
    font-size: 1.5rem;
    line-height: 20px;
    margin-top: 0;
  }
}
.btn {
  padding: 1rem 1.6rem;
  color: #fff;
  background-color: #007DC3;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-family: "Satoshi", sans-serif;
  letter-spacing: 0.05em;
  line-height: 15px;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
  align-self: baseline;
  transition: all 0.2s ease-in-out 0s;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  color: white;
  background-color: #0D4A6B;
}
.btn--black {
  background: #1D1D1B;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.btn--black:hover {
  background: rgba(1, 1, 1, 0.5);
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #707070;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn--orange {
  background-color: #EF9835;
}
.btn--green {
  background-color: #27B484;
}
.btn--primary {
  background-color: #007DC3;
  color: white;
  border: 1px solid #007DC3;
}
.btn--primary:hover {
  background-color: #fff;
  color: #007DC3;
  border: 1px solid #fff;
}
.btn--secondary {
  background-color: #0D4A6B;
  color: white;
  border: 1px solid #0D4A6B;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #007DC3;
  border: 1px solid #fff;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}
.btn--phone {
  background-color: #0D4A6B;
}
.btn--phone:hover {
  background-color: #007DC3;
}
.btn--phone:before {
  content: "";
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  margin-right: 1rem;
  background-image: url("../img/icon-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

.cta {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}

.link {
  text-transform: uppercase;
  font-weight: 400;
  color: #1D1D1B;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 18px;
  border-bottom: 1px solid #1D1D1B;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
  align-self: flex-start;
  transition: all 0.2s ease-in-out 0s;
}
.link:hover {
  color: #007DC3;
  border-bottom: 1px solid #007DC3;
}

#hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-height: 100vh;
}

#hero .container {
  max-width: 100%;
  width: calc(1480 / 1680 * 100%);
}

.hero__container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 5;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 0px 0px 12px 12px;
}
.hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.7);
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.hero__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* Ratio 16:9 */
  min-height: 100vh;
  min-width: 177.78vh;
  /* Ratio 16:9 */
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero__content {
  color: white;
  padding: 25rem 3.5vw 4vw;
}

.hero__text {
  max-width: 600px;
}

.hero__title {
  font-size: 6rem;
  line-height: 60px;
  font-weight: 700;
  max-width: 90%;
}
.hero__title em {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 10rem;
}

.hero__desc {
  margin: 2rem 0;
  display: block;
}
.hero__desc p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 30px;
}
.hero__desc strong {
  font-weight: 700;
}

.hero__services {
  margin: 2rem 0 3rem;
}
.hero__services .item {
  position: relative;
  font-size: 2rem;
  line-height: 25px;
  letter-spacing: 0.025em;
  font-weight: 700;
  align-items: center;
  margin: 0.7rem 0;
  display: inline-block;
  text-transform: uppercase;
}
.hero__services .item em {
  text-transform: none;
  font-style: normal;
  margin-left: 1rem;
  font-weight: 400;
}
.hero__services .item:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 2.2rem;
  width: 2.6rem;
  background-image: url("../img/icon-check.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero__buttons {
  display: flex;
  flex-direction: row;
  margin-top: 6rem;
}
.hero__buttons .content {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
.hero__buttons .button {
  position: relative;
  display: block;
  background-color: #EF9835;
  padding: 4rem 8rem 2rem 2rem;
  border-radius: 12px;
}
.hero__buttons .button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0);
  transition: all 0.3s ease-in-out 0s;
  z-index: 0;
}
.hero__buttons .button:hover .icon {
  transform: rotate(45deg);
}
.hero__buttons .button:hover:after {
  background-color: rgba(1, 1, 1, 0.1);
}
.hero__buttons .button:last-child {
  background-color: #27B484;
  margin-left: 2rem;
}
.hero__buttons .illustration {
  position: relative;
  width: 8rem;
  z-index: 1;
}
.hero__buttons .text {
  color: #fff;
  margin-left: 2rem;
}
.hero__buttons .text .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.hero__buttons .text em {
  font-style: normal;
  display: block;
  font-weight: 900;
  font-size: 2rem;
}
.hero__buttons .text .desc {
  border-bottom: 1px solid white;
  display: inline;
  padding-bottom: 0.2rem;
}
.hero__buttons .icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  transition: all 0.2s ease-in-out 0s;
}

#hero .btn {
  padding: 2rem 2rem;
  font-weight: 900;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
}
#hero .btn:before {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  margin-right: 2rem;
  background-image: url("../img/icon-inspection.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) {
  #hero {
    height: auto;
    margin-top: 0;
  }
  #hero .container {
    width: 100%;
    border-radius: 0;
  }

  .hero__content {
    padding: 30vw 4vw 12vw;
  }

  .hero__title {
    margin-bottom: 2rem;
    line-height: 1.2;
    font-size: 3.2rem;
  }

  .hero__desc p {
    font-size: 1.5rem;
    line-height: 20px;
  }

  .hero__services {
    display: none;
  }

  .hero__bg {
    border-radius: 0;
  }

  #hero .btn {
    font-size: 1.3rem;
    padding: 1rem 2rem;
  }
  #hero .btn:before {
    height: 2rem;
    width: 2rem;
  }

  .hero__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .hero__buttons .button {
    padding: 2rem 1rem;
    justify-content: start;
    margin-left: 0 !important;
  }
  .hero__buttons .illustration {
    width: 4rem;
    text-align: left;
  }
  .hero__buttons .content {
    flex-direction: column;
  }
  .hero__buttons .content .title {
    font-size: 1.1rem;
  }
  .hero__buttons .content .title em {
    font-size: 1.3rem;
  }
  .hero__buttons .icon {
    height: 3rem;
    width: 3rem;
  }
  .hero__buttons .text {
    margin-left: 0;
  }
}
#intro .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1000px;
}

.intro__content {
  width: 50%;
  padding-right: 10%;
}

.intro__text {
  width: 50%;
}
.intro__text p {
  font-size: 1.6rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  #intro .container {
    flex-direction: column;
  }

  .intro__content {
    width: 100%;
    margin-bottom: 2rem;
  }

  .intro__text {
    width: 100%;
  }
}
.faq__block[hidden] {
  display: none !important;
}

.filter-btn.is-active {
  outline: 2px solid currentColor;
}

.faq__filters {
  text-align: center;
  margin: 0rem 0 4rem;
}

.filter-btn {
  padding: 1rem 3rem;
  margin: 0.7rem 0;
  color: #fff;
  background-color: #007DC3;
  font-size: 1.4rem;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-family: "Satoshi", sans-serif;
  letter-spacing: 0.05em;
  line-height: 15px;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
  align-self: baseline;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.filter-btn + .filter-btn {
  margin-left: 1rem;
}
.filter-btn:hover {
  background-color: #0D4A6B;
}
.filter-btn.particuliers {
  background-color: #EF9835;
}
.filter-btn.particuliers:hover {
  background-color: #0D4A6B;
}
.filter-btn.professionnels {
  background-color: #27B484;
}
.filter-btn.professionnels:hover {
  background-color: #0D4A6B;
}

p,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #007DC3;
  line-height: 1.5;
}

code {
  background: #ECEFF1;
}

#faq-main #breadcrumbs {
  text-align: center;
}

#faq .heading {
  width: 50%;
  padding-right: 10%;
  padding-bottom: 0;
}

.faq__illustration {
  position: relative;
  width: 30%;
  border-radius: 12px;
  max-height: 600px;
}
.faq__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.faq__illustration:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/shape-blue.svg");
}

.faq__content {
  display: flex;
  flex-direction: row;
}

.faq__title {
  margin-bottom: 20px;
}

.faq__desc {
  max-width: 400px;
}

.faq__cta {
  text-align: left;
  margin-top: 3rem;
}
.faq__cta a + a {
  margin-left: 1rem;
}

.faq__banner {
  position: relative;
  margin-top: 6rem;
  border-radius: 13px;
  padding: 2rem 3rem;
  background-color: rgba(165, 208, 232, 0.3);
  display: flex;
  flex-direction: row;
}
.faq__banner .text {
  color: #0D4A6B;
  font-weight: 600;
  width: 60%;
  padding-right: 5%;
}
.faq__banner .buttons {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.faq__banner .buttons a + a {
  margin: 1rem;
}

.faq__container {
  max-width: 1000px;
  margin-inline: auto;
}
.faq__container .cta {
  margin-top: 4rem;
}

.faq__heading {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  font-weight: 900;
}

.faq__block .praticals__list {
  width: 100%;
  background-color: rgba(165, 208, 232, 0.2);
  padding: 2rem 3rem;
  border-radius: 12px;
}
.faq__block + .faq__block {
  margin-top: 6rem;
}

.praticals__list {
  width: 50%;
  max-width: 1180px;
  margin: 0 auto;
}
.praticals__list ul {
  list-style: initial !important;
  margin: 10px 0px;
  margin-left: 2rem;
}
.praticals__list ol {
  list-style: decimal !important;
}
.praticals__list li {
  line-height: 30px;
  position: relative;
  font-size: 1.4rem;
}
.praticals__list em {
  font-style: normal;
  color: #007DC3;
}

.praticals__text {
  width: 50%;
  padding: 0px 0px;
}

.praticals__number {
  margin-right: 4rem;
  font-family: "Cormorant Garamond";
  font-weight: 200;
  font-size: 3.2rem;
}

.praticals__item {
  overflow: hidden;
  transition: height 300ms ease-in-out;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.25);
}
.praticals__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.praticals__title, .praticals__content {
  padding: 1.5rem 0;
}
.praticals__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 300ms ease-in-out;
  padding-left: 0;
  line-height: 1.4;
  padding-right: 10rem;
  color: #0D4A6B;
}
[open] > .praticals__title {
  color: #007DC3;
}
[open] > .praticals__title:before {
  transform: rotate(0deg);
}
.praticals__title:hover {
  color: #007DC3;
}
.praticals__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  height: 3.5rem;
  width: 3.5rem;
  background-image: url("../img/arrow-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out 0s;
}
.praticals__title::-webkit-details-marker {
  display: none;
}
.praticals__heading {
  font-size: 24px;
  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: 20px 0px;
}
.praticals__content {
  padding-top: 0;
  max-width: 90%;
}
.praticals__content p + p {
  margin-top: 15px;
}
.praticals__cta {
  text-align: center;
  margin-top: 50px;
}
.praticals__cta + a {
  margin-left: 1rem;
}

@media (max-width: 1024px) {
  .faq__content {
    width: 100%;
    text-align: center;
  }

  .faq__desc {
    margin: 0 auto;
  }

  .praticals__list {
    width: 100%;
  }

  .praticals__text {
    width: 100%;
  }

  .faq__cta {
    text-align: left;
    margin-top: 1rem;
  }
  .faq__cta .btn {
    margin-left: 0;
    margin-top: 1rem;
  }

  .faq__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #faq .heading {
    width: 100%;
  }

  .faq__content {
    flex-direction: column;
    text-align: left;
  }

  .faq__list {
    margin-top: 3rem;
  }

  .faq__illustration {
    height: 25rem;
    width: 100%;
    margin-top: 4rem;
  }

  .praticals__text {
    padding: 0px 5%;
  }

  .praticals__title {
    font-size: 1.6rem;
  }

  .praticals__number {
    margin-right: 2rem;
  }

  .praticals__content {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .faq__banner {
    display: flex;
    flex-direction: column;
  }

  .faq__banner .text {
    width: 100%;
    padding-right: 0;
  }

  .faq__banner .buttons {
    width: 100%;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* INTRO */
.blog-intro__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.blog-intro__item {
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.1);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.blog-intro__item:hover .blog-intro__title {
  color: #0D4A6B;
}
.blog-intro__item:hover .blog-intro__illustration img {
  transform: scale(1.03);
}
.blog-intro__item:hover .blog-intro__btn {
  transform: rotate(45deg) !important;
}

.blog-intro__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.blog-intro__illustration {
  position: relative;
  height: 19rem;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.blog-intro__illustration .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0s;
}

.blog-intro__header {
  padding: 2rem 1rem 1rem;
}

.blog-intro__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 0px 8px 8px;
  flex-grow: 2;
  min-height: 0;
}
.blog-intro__content .date {
  font-size: 1rem;
  color: #0D4A6B;
}

.blog-intro__title {
  font-size: 1.8rem;
  color: #0D4A6B;
  font-weight: 700;
  margin: 1rem 0;
  transition: all 0.2s ease-in-out 0s;
}

.blog-intro__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-intro__author {
  display: grid;
  grid-template-columns: 6rem 1fr;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid rgba(14, 75, 108, 0.4);
  color: #0D4A6B;
  padding: 1rem 1rem 2rem;
}
.blog-intro__author p {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}
.blog-intro__author img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  object-fit: cover;
}
.blog-intro__author .author {
  color: #707070;
  font-weight: 700;
  margin: 0.4rem 0;
  padding-bottom: 0;
}
.blog-intro__author .name {
  font-weight: 700;
}

.blog-intro__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 4rem;
  width: auto;
  object-fit: contain;
  margin-left: auto;
  transition: all 0.2s ease-in-out 0s;
}

.blog-intro__cta {
  text-align: left;
  margin-top: 2rem;
}
.blog-intro__cta .btn {
  margin-right: 1rem;
}
.blog-intro__cta .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .blog-intro__list {
    grid-template-columns: 1fr;
  }

  .blog-intro__cta {
    text-align: left;
  }
  .blog-intro__cta .btn {
    margin-top: 10px;
  }

  .blog__list {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }

  .blog-intro__illustration {
    height: 19rem;
  }
}
#perks .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.perks__content {
  position: relative;
  padding: 6rem 4rem;
  border-radius: 12px;
  width: calc(65% - 1rem);
  background-color: rgba(165, 208, 232, 0.28);
}
.perks__content .component-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70rem;
  transform: translateX(-40%) translateY(40%);
  z-index: 0;
}
.perks__content .component-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.perks__content .heading {
  z-index: 1;
}

.perks__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4rem;
  gap: 1rem;
  z-index: 2;
}

.perks__item {
  border-bottom: 1px solid rgba(13, 74, 107, 0.5);
  padding: 2.5rem 4vw 2.5rem 0;
}
.perks__item img {
  height: 3.4vw;
  max-height: 6rem;
  object-fit: contain;
}

.perks__title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: #0D4A6B;
  margin-bottom: 0.5rem;
}

.perks__text {
  margin-top: 1rem;
}
.perks__text p {
  color: #0D4A6B;
  font-size: 1.6rem;
  line-height: 22px;
}

.perks__components {
  display: none;
  z-index: 10;
  color: white;
  position: absolute;
  top: -10vw;
  right: -2rem;
}
.perks__components img {
  height: 30vw;
}

.perks-gallery {
  position: relative;
  width: 35%;
}

.perks-gallery__item {
  position: relative;
  border-radius: 12px;
}
.perks-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.perks__components {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.perks__components img:first-child {
  position: absolute;
  top: 0;
  left: -10%;
  opacity: 0.3;
  height: 120%;
}
.perks__components img:nth-child(2) {
  position: absolute;
  top: 20%;
  right: 10%;
  opacity: 0.2;
  height: 80%;
}

@media (max-width: 1024px) {
  #perks .container {
    flex-direction: column;
  }

  .perks__content {
    width: 100%;
  }

  .perks-gallery {
    width: 100%;
    height: 40rem;
    margin-top: 1rem;
  }

  .perks__list {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }

  .perks__item img {
    height: 7rem;
  }

  .perks__components {
    display: none;
  }

  .perks__text p {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .perks__list {
    grid-template-columns: 1fr;
  }
}
.referral__block {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.referral__block + .referral__block {
  margin-top: 6rem;
}

.referral__content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.referral__content h3, .referral__content h4, .referral__content h5, .referral__content h6 {
  margin-bottom: 1rem;
  color: #1D1D1B;
}
.referral__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.referral__content h4 {
  color: #0D4A6B;
  font-weight: 400;
  font-size: 16px;
}
.referral__content p {
  line-height: 1.5;
  font-size: 1.6rem;
  margin: 2rem 0;
  font-weight: 300;
}
.referral__content ul {
  margin-bottom: 20px;
}
.referral__content li {
  line-height: 1.7;
  font-size: 12px;
}
.referral__content li:before {
  margin-right: 5px;
  content: "-";
  font-size: 20px;
  color: #0D4A6B;
}

@media (max-width: 1024px) {
  .referral__block {
    width: 100%;
    margin: 0px;
  }
  .referral__block + .seo__block {
    margin-top: 40px;
  }

  .referral__content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
#content-image .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.content-image__content {
  width: 50%;
  padding-right: 5%;
  padding: 2rem 10% 2rem 0;
}
.content-image__content .btn {
  margin-top: 2rem;
}

.content-image__illustration {
  position: relative;
  width: 50%;
  border-radius: 12px;
  max-height: 450px;
}
.content-image__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.sign {
  margin: 4rem 0 2rem;
}

.sign img {
  width: 20rem;
  display: block;
  margin-left: -1rem;
}

.sign span {
  font-weight: 900;
  font-size: 1.7rem;
  margin-top: 1rem;
  display: block;
}

@media (max-width: 1024px) {
  .content-image__content {
    width: 100%;
    padding: 0;
  }

  .content-image__illustration {
    width: 100%;
    margin-top: 4rem;
    height: 25rem;
  }
}
#gallery {
  position: relative;
  margin-top: 4rem;
}

.gallery__list {
  position: relative;
}
.gallery__list .slick-arrow {
  display: inline-block !important;
  transition: all 0.2s ease-in-out 0s;
}
.gallery__list .slick-arrow:hover {
  opacity: 1;
}
.gallery__list .slick-next {
  position: absolute;
  right: 0rem;
  top: -5rem;
  width: 3.5rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
}
.gallery__list .slick-next:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(45deg);
}
.gallery__list .slick-prev {
  position: absolute;
  right: 3.5rem;
  top: -5rem;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
}
.gallery__list .slick-prev:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  height: 4rem;
  width: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(-135deg);
}

.gallery__item {
  position: relative;
  border-radius: 12px;
  margin: 0 0.5rem;
}
.gallery__item:before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.gallery__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  z-index: 2;
  background-color: rgba(1, 1, 1, 0.2);
}

.gallery__text {
  max-width: 800px;
  color: white;
  text-align: center;
}
.gallery__text .btn:hover {
  background-color: #fff;
  color: #007DC3;
  border: 1px solid white;
}

.gallery__head {
  font-weight: 900;
  text-transform: uppercase;
}

.gallery__title {
  font-family: "Cormorant Garamond";
  font-size: 11rem;
  line-height: 0.8;
  margin: 1rem 0;
}

.gallery__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery__illustration img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-slider__arrows {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  color: white;
  z-index: 10;
}
.gallery-slider__arrows .slick-prev:before {
  background-image: url("../img/arrow-white.svg");
}
.gallery-slider__arrows .slick-next:before {
  background-image: url("../img/arrow-white.svg");
}

@media (max-width: 1024px) {
  .gallery__title {
    font-size: 12rem;
  }
}
#process .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#process .heading {
  position: relative;
  width: 50%;
  padding-right: 5%;
  max-width: 100%;
}

.process__list {
  position: relative;
  display: grid;
  gap: 1rem;
  width: 50%;
  align-self: flex-start;
}

.process__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.process__item:nth-child(1) .process__content {
  background: linear-gradient(135deg, #176692 0%, #007DC3 100%);
}
.process__item:nth-child(2) .process__content {
  background: linear-gradient(135deg, #1789C8 0%, #57B7EC 100%);
}
.process__item:nth-child(3) .process__content {
  background: linear-gradient(135deg, #0D4A6B 0%, #186995 100%);
}

.process__content {
  position: relative;
  width: 100%;
  border-radius: 12px;
  padding: 5rem 5rem 9rem 5rem;
  z-index: 1;
  overflow: hidden;
}

.process__text {
  max-width: 500px;
  position: relative;
  z-index: 4;
  overflow: hidden;
}

.process__desc {
  margin: 2rem 0;
  line-height: 20px;
  font-size: 1.4rem;
  color: #fff;
}

.process__title {
  font-weight: 900;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.process__illustration {
  position: relative;
  width: 100%;
  height: 45rem;
  border-radius: 12px;
  margin-top: 5rem;
}
.process__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.process__number {
  position: absolute;
  bottom: -1vw;
  right: 20px;
  color: #fff;
  font-size: 7vw;
  font-weight: 700;
  opacity: 0.5;
  z-index: 1;
}

.process__banner {
  position: relative;
  width: 90%;
  background: linear-gradient(110deg, #99C55C 0%, #1AA9E2 100%);
  display: flex;
  justify-content: space-between;
  padding: 5rem 6rem;
  border-radius: 12px;
  margin: 2rem auto 0;
}
.process__banner .title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 40px;
}
.process__banner .text p {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1D1D1B;
  line-height: 40px;
}
.process__banner .cta {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.process__banner .cta .btn {
  font-size: 1.2rem;
  align-self: flex-end;
}
.process__banner .cta .btn + .btn {
  margin-top: 1rem;
}

.process-form {
  width: 100%;
  border-radius: 12px;
  padding: 4rem;
  margin-top: 4rem;
  align-self: baseline;
  background-color: rgba(165, 208, 232, 0.28);
}

@media (max-width: 1024px) {
  #process .container {
    flex-direction: column;
  }

  #process .heading {
    width: 100%;
    max-width: 700px;
  }

  .process__list {
    width: 100%;
  }

  .process__illustration {
    display: none;
  }
}
@media (max-width: 768px) {
  .process__content {
    padding: 4rem 15rem 4rem 2rem;
  }

  .process__title {
    font-size: 1.6rem;
  }

  .process__number {
    font-size: 16rem;
    bottom: -4vw;
  }
}
@media (max-width: 550px) {
  .process__content {
    padding: 4rem 2rem 4rem 2rem;
  }

  .process__title {
    font-size: 1.6rem;
  }

  .process__desc {
    max-width: 80%;
  }

  .process__number {
    font-size: 16rem;
    bottom: -4vw;
  }
}
#partners .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#partners .heading {
  width: 100%;
  padding-right: 5%;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  gap: 1rem;
}
.partners__list .slick-arrow {
  display: inline-block !important;
  transition: all 0.2s ease-in-out 0s;
}
.partners__list .slick-arrow:hover {
  opacity: 1;
}
.partners__list .slick-next {
  position: absolute;
  right: 0rem;
  top: -5rem;
  width: 3.5rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
}
.partners__list .slick-next:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(45deg);
}
.partners__list .slick-prev {
  position: absolute;
  right: 3.5rem;
  top: -5rem;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
}
.partners__list .slick-prev:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  height: 4rem;
  width: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(-135deg);
}

.partners__item {
  position: relative;
  padding: 2rem 1rem;
  margin: 0 2rem;
}

.partners__item img {
  height: 8rem;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #partners .container {
    flex-direction: column;
    align-items: self-start;
  }

  #partners .heading {
    width: 100%;
  }

  .partners__list {
    width: 100%;
  }
}
.testimonials__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.testimonials__list .slick-dots {
  bottom: -6.4rem;
  transform: translateY(0) translateX(-50%);
}
.testimonials__list .slick-dots li button {
  border-radius: 7px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: #1D1D1B;
  font-size: 14px;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  text-indent: 0;
  opacity: 1;
  font-size: 1.8rem;
}
.testimonials__list .slick-dots li.slick-active button {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  color: #fff;
  font-weight: 900;
}
.testimonials__list .slick-next {
  position: absolute;
  bottom: -5.9rem;
  right: 0;
}
.testimonials__list .slick-prev {
  position: absolute;
  bottom: -6rem;
  left: 0;
}

.testimonials__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.testimonials__illustration {
  position: relative;
  border-radius: 12px;
}
.testimonials__illustration:before {
  content: "";
  padding-bottom: 120%;
  display: block;
}
.testimonials__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.testimonials__illustration video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

.testimonials__content {
  background-color: #F3F2EE;
  margin-top: 1rem;
  padding: 3rem;
  border-radius: 12px;
}
.testimonials__content .title {
  font-weight: 900;
  font-size: 1.7vw;
}
.testimonials__content .function {
  font-size: 1.2vw;
  line-height: 15px;
  margin: 1rem 0;
}
.testimonials__content img {
  height: 3rem;
  margin-top: 1rem;
}
.testimonials__content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  border-radius: 0px 0px 12px 12px;
}

.play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  /* optionnel : fond semi-transparent */
  border: none;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("../img/play-icon.svg") no-repeat center center;
  background-size: contain;
}

.play-button.hidden {
  display: none;
}

@media (max-width: 768px) {
  .testimonials__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #testimonials {
    margin-bottom: 6rem;
  }

  .testimonials__content .title {
    font-size: 2rem;
  }

  .testimonials__content .function {
    font-size: 1.7rem;
  }
}
#page-header .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

#page-header .heading {
  width: 40%;
  display: flex;
  flex-direction: column;
}

#page-header .heading__title {
  font-size: 5.2rem;
  line-height: 50px;
  margin-bottom: 2rem;
}

.page-header__illustration {
  position: relative;
  width: 50%;
  border-radius: 12px;
}
.page-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* RATING */
.grp-rating {
  font-size: 17px;
  margin-bottom: 1rem;
}

.grp-stars {
  font-size: 1.6rem;
  margin: 0rem 0.5rem;
}

.grp-star {
  color: #FBB004;
}

.grp-star--empty {
  opacity: 0.35;
}

.grp-link {
  color: inherit;
  font-weight: 700;
}

.grp-google-logo {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  margin-top: 3px;
  width: auto;
}

@media (max-width: 1024px) {
  #page-header .container {
    flex-direction: column;
  }

  #page-header .heading {
    width: 100%;
  }

  .page-header__illustration {
    width: 100%;
    height: 25rem;
  }
}
@media (max-width: 768px) {
  #page-header .heading__title {
    font-size: 3.6rem;
    line-height: 40px;
  }
}
#banner .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.banner__content {
  position: relative;
  padding: 6rem 4rem;
  border-radius: 12px;
  width: calc(65% - 1rem);
  background-color: rgba(165, 208, 232, 0.28);
}

.banner-gallery {
  position: relative;
  width: 35%;
}

.banner-gallery__item {
  position: relative;
  border-radius: 12px;
}
.banner-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.banner__title {
  color: #0D4A6B;
  font-weight: 700;
  font-size: 2.6rem;
  max-width: 500px;
}

.banner__text {
  width: 100%;
  margin-top: 2rem;
  max-width: 500px;
}
.banner__text p {
  color: #0D4A6B;
  font-size: 1.6rem;
}

.banner__illustration {
  position: relative;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  display: block;
  margin-right: 3rem;
  flex: none;
}
.banner__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.banner__desc {
  color: white;
}

.banner__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
}
.banner__cta .btn {
  font-size: 1.2rem;
}
.banner__cta .btn + .btn {
  margin-top: 1rem;
}
.banner__cta .btn:nth-last-child(2) {
  background-color: #EF9835;
}
.banner__cta .btn:last-child {
  background-color: #27B484;
}

@media (max-width: 1024px) {
  #banner .container {
    flex-direction: column;
  }

  .banner__content {
    width: 100%;
    padding: 4rem 2rem;
  }

  .banner-gallery {
    width: 100%;
    height: 40rem;
    margin-top: 2rem;
  }

  .banner__text {
    flex-direction: column;
  }

  .banner__title {
    font-size: 2.8rem;
  }

  .banner__author {
    width: 100%;
    flex-direction: column;
  }

  .banner__illustration {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .banner__cta {
    margin-top: 4rem;
    width: 100%;
  }
  .banner__cta .btn {
    margin-left: 0;
    margin-right: auto;
  }
}
.about {
  padding: 2rem;
}
.about__container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  justify-content: space-between;
}
.about__title {
  font-weight: 900;
  font-size: 4rem;
  margin-bottom: 2rem;
  line-height: 40px;
}
.about__content {
  width: 45%;
}
.about__content h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 1.5rem 0 1rem;
}
.about__content h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.5rem 0 1rem;
}
.about__content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.about__illustration {
  position: relative;
  flex: 0 0 50%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 45rem;
}
.about__illustration:before {
  content: "";
  padding-bottom: 70%;
  display: block;
}
.about__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  .about__container {
    flex-direction: column;
  }

  .about__content {
    width: 100%;
  }

  .about__illustration {
    height: 25rem;
    width: 100%;
  }
}
#team .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
}

.team__content {
  width: 100%;
  padding-right: 5%;
  padding: 2rem 10% 2rem 0;
  max-width: 700px;
}
.team__content .btn {
  margin-top: 2rem;
}

.team__illustration {
  position: relative;
  width: 100%;
  border-radius: 12px;
  max-height: 550px;
  height: 60rem;
  margin-top: 2rem;
}
.team__illustration .illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.team__illustration .icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(30%);
}

.team__components {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.team__components img:first-child {
  position: absolute;
  top: 0;
  left: -10%;
  opacity: 0.3;
  height: 120%;
}
.team__components img:nth-child(2) {
  position: absolute;
  top: 20%;
  right: 10%;
  opacity: 0.2;
  height: 80%;
}

@media (max-width: 1024px) {
  .team__content {
    width: 100%;
    padding: 0;
  }

  .team__illustration {
    width: 100%;
    margin-top: 4rem;
    height: 25rem;
  }
}
#timeline .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#timeline .heading {
  width: 50%;
}

.timeline__list {
  display: grid;
  padding: 0 2rem;
  margin: 0 6rem;
  width: 40%;
}
.timeline__list:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #0D4A6B;
  display: block;
  position: absolute;
  top: 7rem;
  left: 0;
}
.timeline__list .slick-arrow {
  display: inline-block !important;
  transition: all 0.2s ease-in-out 0s;
}
.timeline__list .slick-arrow:hover {
  opacity: 1;
}
.timeline__list .slick-next {
  position: absolute;
  right: -6.5rem;
  top: 5.6rem;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
}
.timeline__list .slick-next:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(45deg);
}
.timeline__list .slick-prev {
  position: absolute;
  left: -6.5rem;
  top: 5.6rem;
  z-index: 10;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
}
.timeline__list .slick-prev:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  height: 3.5rem;
  width: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(-135deg);
}

.timeline__item {
  position: relative;
  padding-right: 5vw;
}
.timeline__item:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background-color: #0D4A6B;
  position: absolute;
  left: 0;
  top: 6.5rem;
}
.timeline__item .date {
  font-size: 4rem;
  font-weight: 900;
  color: #007DC3;
}
.timeline__item .text {
  margin-top: 6rem;
}
.timeline__item .title {
  text-transform: uppercase;
  color: #007DC3;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.timeline__item .desc {
  font-size: 1.4rem;
  line-height: 20px;
}

@media (max-width: 1024px) {
  #timeline .container {
    flex-direction: column;
  }

  #timeline .heading {
    width: 100%;
  }

  .timeline__list {
    width: 100%;
    margin: 0 4rem;
    margin-top: 4rem;
    padding: 0 6rem;
  }
}
@media (max-width: 550px) {
  .timeline__item {
    text-align: center;
    padding-right: 0;
  }

  .timeline__item:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .timeline__list {
    display: grid;
    padding: 0;
    margin: 0 6rem;
  }
}
.members__block + .members__block {
  margin-top: 8rem;
}

.members__title {
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.members__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.members__item {
  position: relative;
  border-radius: 12px;
}
.members__item:before {
  content: "";
  padding-bottom: 150%;
  display: block;
}

.members__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.members__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.members__illustration:after {
  content: "";
  background: linear-gradient(0deg, #132c3a 0%, rgba(19, 44, 58, 0) 45%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.members__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.5rem;
}
.members__content .surname {
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 20px;
  font-size: 1.8rem;
}
.members__content .name {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 20px;
  display: block;
  font-size: 1.8rem;
}
.members__content .function {
  font-size: 1.3rem;
}

#members .cta {
  display: flex;
  flex-direction: column;
}
#members .cta .btn {
  display: inline-block;
}
#members .cta .btn + .btn {
  margin-top: 1rem;
}

.members__item.offer .members__content {
  background-color: #0D4A6B;
  border-radius: 12px;
}
.members__item.offer .members__content .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.members__item.offer .members__content .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 30px;
}
.members__item.offer .members__content .link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1280px) {
  .members__item.offer .members__content .title {
    font-size: 1.8rem;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .members__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .members__item.offer .members__content .title {
    font-size: 2rem;
    line-height: 25px;
  }
}
@media (max-width: 550px) {
  .members__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .members__item.offer .members__content .title {
    font-size: 2rem;
    line-height: 25px;
  }
}
#services .tabs,
#jobs .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#services .tab,
#jobs .tab {
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s;
  position: relative;
  border-radius: 12px;
  background-color: rgba(239, 152, 53, 0.25);
  padding: 3rem 3rem 6vw 3rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #0D4A6B;
}
#services .tab:hover,
#jobs .tab:hover {
  background-color: #F0F0F0;
}
#services .tab.active,
#jobs .tab.active {
  background: #ff9f43;
  color: #fff;
}
#services .tab.active:before,
#jobs .tab.active:before {
  transform: rotate(0deg);
}
#services .tab:before,
#jobs .tab:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 4rem;
  width: 4rem;
  background-image: url("../img/arrow-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out 0s;
}
#services .tab-content,
#jobs .tab-content {
  display: none;
  padding: 4rem;
  background: #ff9f43;
  border-radius: 8px;
  color: #fff;
}
#services .tab-content p,
#jobs .tab-content p {
  font-size: 1.5rem;
}
#services .tab-content.active,
#jobs .tab-content.active {
  display: block;
  animation: fadeIn 0.4s ease;
}
#services .tab-content ul,
#jobs .tab-content ul {
  margin: 2rem 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}
#services .tab-content li,
#jobs .tab-content li {
  margin: 0.8rem 0;
  font-size: 1.4rem;
}
#services .tab-gallery,
#jobs .tab-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 4rem 0;
}
#services .tab-gallery img,
#jobs .tab-gallery img {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#jobs .tab {
  background-color: rgba(165, 208, 232, 0.28);
}
#jobs .tab.active {
  background-color: #007DC3;
}

#jobs .tab-content {
  background-color: #007DC3;
}

#jobs .tab:last-child {
  background-color: #007DC3;
  color: #fff;
}

@media (max-width: 768px) {
  #services .tabs {
    grid-template-columns: 1fr 1fr;
  }

  #services .tab {
    padding: 2rem 2rem 4rem 2rem;
    font-size: 1.2rem;
  }

  #services .tab:before {
    height: 2.5rem;
    width: 2.5rem;
  }

  #jobs .tabs {
    grid-template-columns: 1fr 1fr;
  }

  #jobs .tab {
    padding: 2rem 2rem 4rem 2rem;
    font-size: 1.2rem;
  }

  #jobs .tab:before {
    height: 2.5rem;
    width: 2.5rem;
  }
}
#reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background-color: rgba(165, 208, 232, 0.28) !important;
}

#reviews .ti-reviews-container-wrapper {
  margin: 0 !important;
  margin-left: -0.5rem !important;
}

#reviews .ti-widget.ti-goog .ti-review-content {
  color: #0D4A6B;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: "Satoshi";
  line-height: 20px;
}

#reviews .ti-widget.ti-goog .ti-review-item {
  padding: 0 !important;
  margin: 0 0.5rem;
}

#reviews .ti-widget.ti-goog .ti-star {
  height: 12px !important;
  width: 12px !important;
}

.prices__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.prices__item {
  text-align: center;
  background-color: #F0F0F0;
  border-radius: 12px;
  padding-bottom: 2rem;
}
.prices__item:nth-child(even) {
  background-color: rgba(239, 152, 53, 0.15);
}
.prices__item:nth-child(even) .prices__title {
  background-color: #EF9835;
}
.prices__item:nth-child(even) .btn {
  background-color: #EF9835;
}

.prices__title {
  background-color: #007DC3;
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px 12px 0px 0px;
  padding: 1.5rem;
  letter-spacing: 0.05em;
}

.prices__text li {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(1, 1, 1, 0.5);
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prices__text li:last-child {
  border-bottom: none;
}
.prices__text li:before {
  content: "";
  display: inline-flex;
  height: 1.7rem;
  width: 1.7rem;
  background-image: url("../img/check-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.prices__price {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4rem;
  margin: 1rem 0 2rem;
}
.prices__price em {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.8rem;
}

.prices__comment {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .prices__list {
    grid-template-columns: 1fr;
  }
}
/* HEADER */
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.2);
  background-color: #fff;
}

#breadcrumbs {
  padding: 2rem 0 3rem;
}
#breadcrumbs + .section {
  padding-top: 0;
}

.section {
  position: relative;
  padding-top: 100px;
}
.section:last-child {
  padding-bottom: 100px;
}
.section + .section {
  padding-top: 100px;
}
.section + .section--grey {
  margin-top: 100px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--columns {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.section--grey {
  background-color: #F3F2EE;
  padding-bottom: 100px;
}
.section--grey-gradient {
  position: relative;
  padding-bottom: 100px;
}
.section--grey-gradient:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  opacity: 0.2;
}
.section--gradient .container {
  padding: 5rem;
  border-radius: 12px;
}
.section--gradient .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(110deg, #99C55C 0%, #1AA9E2 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  border-radius: 12px;
  z-index: -1;
}
.section--primary .container {
  padding: 5rem;
  border-radius: 12px;
}
.section--primary .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(110deg, #99C55C 0%, #1AA9E2 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  border-radius: 12px;
  z-index: -1;
}
.section--secondary {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  color: #fff;
}
.section--secondary:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.05;
  background-size: 50%;
  background-repeat: repeat;
  background-image: url("../img/pattern-bg.png");
  z-index: 1;
}

.wrapper {
  width: calc(1380/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--accent {
  background-color: #F3F2EE;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}
.wrapper--white {
  background-color: #fff;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}

.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;
}
.column--half {
  width: 45%;
}
.column--third {
  width: 30%;
}
.column--fourth {
  width: 23%;
}

.container {
  width: calc(1480/1680 * 100%);
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 2;
  max-width: 1440px;
}
.container--stretch {
  max-width: 1000px;
}

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

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .section {
    padding-top: 50px;
  }
  .section:last-child {
    padding-bottom: 50px;
  }
  .section + .section {
    padding-top: 50px;
  }
  .section + .section--gradient {
    margin-top: 50px;
  }
  .section + .section--grey {
    margin-top: 50px;
  }

  .section--gradient .container:after {
    background: linear-gradient(360deg, #99C55C 0%, #1AA9E2 100%);
  }

  .section--gradient .container {
    padding: 7.5rem 2rem;
  }

  .section--primary .container {
    padding: 7.5rem 2rem;
  }
}
@media (max-width: 768px) {
  .container {
    width: calc(1480/1680 * 100%);
  }
}
/* FORM */
.form__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0D4A6B;
  margin-bottom: 2rem;
}

#gform_confirmation_message_1 {
  margin-bottom: 40px;
}

.gform_heading {
  display: none !important;
}

#gform .gfield--type-section {
  margin-bottom: 1rem;
}

#gform .gform_fields {
  gap: 1rem;
}

#gform .gform-field-label {
  color: #0D4A6B;
  opacity: 1;
  font-size: 1.3rem;
  font-weight: 700;
}

#gform .gfield_label {
  color: #0D4A6B;
  opacity: 1;
  font-size: 1.3rem;
  font-weight: 700;
}

#gform .ginput_container_fileupload input {
  padding: 0;
}

#gform input {
  width: 100%;
  border: 1px solid rgba(1, 1, 1, 0.4);
  padding: 1rem 1rem;
  font-family: "Satoshi", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
  border-radius: 3px;
}
#gform input::placeholder {
  color: #0D4A6B;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.5rem;
}

#gform textarea {
  width: 100%;
  border: 1px solid #7B7971;
  padding: 1rem;
  font-family: "Satoshi", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
}
#gform textarea::placeholder {
  color: #0D4A6B;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.5rem;
}

#gform .gfield-choice-input {
  border: 1px solid rgba(1, 1, 1, 0.2) !important;
  padding: 0;
  margin: 0;
  cursor: default;
  box-sizing: border-box;
  margin: 2px;
  padding: initial;
  border: initial;
}

#gform .gform_button {
  width: auto;
  color: #fff;
  line-height: 1.4;
  border: none;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  background: #007DC3;
  font-family: "Satoshi", sans-serif;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  letter-spacing: 1.1px;
  border-radius: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#gform .gf_progressbar_percentage {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
}

#input_1_10 {
  display: block;
  width: 100%;
  margin: 10px 0px;
}

#input_1_10 label {
  max-width: 100%;
}

#input_1_10.gchoice {
  display: inline-block;
  margin-left: 20px;
}

.gform_heading {
  display: none;
}

#gform .gchoice {
  vertical-align: middle;
}
#gform .gchoice .gform-field-label {
  text-transform: none;
  color: rgba(1, 1, 1, 0.5);
  font-weight: 500;
  letter-spacing: normal;
}

#gform .gfield_checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
}

.gchoice:first-child {
  margin-left: 0px;
}

.footer {
  background: #0D4A6B;
  position: relative;
  padding: 4rem 4vw 3rem;
  width: calc(1480/1680 * 100%);
  margin: 0 auto;
  border-radius: 6px 6px 0px 0px;
}

.footer__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding-bottom: 2rem;
}

.footer__logo {
  display: block;
  margin-right: auto;
  max-width: 100%;
  height: 6rem;
  margin-bottom: 2rem;
}

.footer__part {
  position: relative;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #fff;
  padding-top: 4rem;
  gap: 6rem;
}
.footer__menu #menu-particulier > li:first-child > a {
  background-color: #EF9835;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  border-radius: 5px;
}
.footer__menu #menu-entreprise > li:first-child > a {
  background-color: #27B484;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  border-radius: 5px;
}

.footer__text {
  color: white;
}
.footer__text h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__text p {
  color: #BCBCBC;
  font-weight: 300;
}

/* MENU FOOTER */
.menu--footer a {
  color: #fff;
  font-size: 1.8rem;
}
.menu--footer a:hover {
  color: #007DC3;
}
.menu--footer .sub-menu {
  margin-top: 1.5rem;
}
.menu--footer .sub-menu li + li {
  margin-top: 0.5rem;
}
.menu--footer .sub-menu li a {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.menu--footer .sub-menu li a:before {
  content: "";
  background-image: url("../img/arrow-button-white.svg");
  display: inline-flex;
  height: 2.8rem;
  width: 2.8rem;
  border-radius: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}

#menu-footer a {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
  border-radius: 5px;
  display: block;
}

#menu-footer li + li {
  margin-top: 1rem;
}

/* SOCIAL */
.footer-social {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 1rem 0rem;
}
.footer-social a {
  height: 3rem;
}
.footer-social a:hover {
  opacity: 0.5;
}
.footer-social a + a {
  margin-left: 3rem;
}
.footer-social a img {
  position: relative;
  height: 100%;
}

/* CONTACT */
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-contact .btn {
  margin-top: 1rem;
}

.footer-contact__btn {
  cursor: pointer;
}
.footer-contact__btn:hover {
  opacity: 0.5;
  color: #fff;
}

.footer-contact__link {
  display: none;
  color: #fff;
  padding: 1.3rem 0;
  line-height: 22px;
}
.footer-contact__link:hover {
  color: #fff;
  text-decoration: underline;
}

/* COPYRIGHT */
.footer__copyright {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
  z-index: 1;
}
.footer__copyright p {
  font-size: 1.4rem;
  opacity: 1;
}
.footer__copyright p a {
  font-weight: 700;
  color: #007DC3;
}
.footer__copyright a {
  color: #fff;
  font-size: 1.4rem;
  opacity: 1;
}
.footer__copyright a:hover {
  color: white;
  opacity: 0.5;
}

.footer__copyright {
  text-align: center;
  margin: 6rem auto 0;
}
.footer__copyright > * {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
.footer__copyright > *:first-child:before {
  display: none;
  padding-left: 0;
}
.footer__copyright > *:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 60%;
  width: 1px;
  background-color: #0D4A6B;
}

@media (max-width: 1180px) {
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer__part:first-child {
    grid-column: span 3;
    text-align: center;
    margin: 0 auto 4rem;
  }
}
@media (max-width: 1024px) {
  .footer {
    width: 100%;
    border-radius: 0px;
  }

  .footer__copyright {
    align-items: start;
    justify-content: start;
    text-align: left;
  }
  .footer__copyright > * {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .footer__top {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer__part {
    max-width: 100%;
    width: 100%;
    margin-bottom: 4rem;
  }

  .footer__copyright .container {
    margin: 0;
  }

  .footer__copyright > * {
    width: 100%;
    margin: 5px 0px;
    margin-left: 0;
    padding-left: 0;
    line-height: 1.4;
    flex-direction: column;
  }
  .footer__copyright > *:before {
    display: none;
  }

  .menu--footer li {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .menu--footer li:last-child {
    margin-bottom: 0px;
  }

  .footer__contact li {
    justify-content: center;
  }

  .footer__copyright > *:before {
    display: none;
  }
}
@media (max-width: 550px) {
  .footer__menu {
    grid-template-columns: 1fr;
  }

  .menu--footer .sub-menu li a {
    font-size: 1.6rem;
  }

  .footer__menu #menu-entreprise > li:first-child > a {
    font-size: 1.6rem;
  }

  .footer__menu #menu-particulier > li:first-child > a {
    font-size: 1.6rem;
  }
}
.slick-track,
.slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  display: inline-block !important;
  transition: all 0.2s ease-in-out 0s;
}
.slick-arrow:hover {
  opacity: 0.5;
}

.slick-next {
  position: relative;
  width: 5rem;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-next:before {
  content: "";
  background-image: url("../img/icon-arrow.svg");
  height: 2rem;
  width: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.slick-prev {
  position: relative;
  z-index: 10;
  width: 5rem;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:before {
  content: "";
  background-image: url("../img/icon-arrow.svg");
  height: 2rem;
  width: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(180deg);
}

.slick-dots {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 5px;
  margin-top: 0;
}
.slick-dots button {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  text-indent: -999999px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #fff;
  border: 1px solid #fff;
}

.menu {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: white;
}

.menu--container {
  padding: 2rem 0;
  max-width: calc(1480/1680 * 100%);
  margin: 0 auto;
}

.menu--logo {
  height: 100%;
  width: 180px;
  margin-right: auto;
}
.menu--logo a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.menu--logo img {
  height: 100%;
  width: 100%;
  text-align: center;
  object-fit: contain;
  margin-right: auto;
}

.menu--buttons {
  margin-left: 2rem;
}
.menu--buttons a + a {
  margin-left: 1rem;
}

.menu--button a {
  color: #fff !important;
  transition: all 0.2s ease-in-out 0s;
}
.menu--button a + a {
  margin-left: 1rem;
}

.menu__list {
  display: inline-block;
  margin: 0rem 4rem;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 2vw;
}
.menu__list .current_page_item a {
  color: #007DC3;
}
.menu__list a {
  display: block;
  color: #0D4A6B;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #007DC3;
}

.menu__list .menu--button.current-menu-item a:before {
  display: none;
}

.unclickable > a {
  pointer-events: none !important;
}

/* MOBILE MENU */
.button--mobile {
  display: none;
}

/* MENU BURGER */
.menu--burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
  margin-left: 2rem;
}
.menu--burger .line1 {
  background-color: #EF9835;
}
.menu--burger .line2 {
  background-color: #27B484;
}
.menu--burger .line3 {
  background-color: #007DC3;
}

.menu--burger div {
  width: 0.8rem;
  height: 0.8rem;
  margin: 5px;
  border-radius: 50px;
  transition: all 0.5s ease-in;
}

.menu--burger.active div {
  background: #007DC3;
}

.menu--burger {
  display: none;
}

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

/* TOP BAR */
.top-bar {
  background-color: #007DC3;
  padding: 1.2rem 4rem;
}

.top-bar__content {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
  line-height: 1.4;
}
.top-bar__content > * {
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  line-height: 1.4;
}
.top-bar__content em {
  font-style: normal;
  font-weight: 700;
}

.top-bar__btn {
  color: #EBD58C;
  margin-left: 2rem;
  border-bottom: 1px solid #EBD58C;
}
.top-bar__btn:hover {
  color: white;
  border-bottom: 1px solid white;
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.mobile {
  display: none;
}

@media (max-width: 1320px) {
  .menu--buttons {
    margin-right: 1.5rem;
  }

  .mobile.menu--logo {
    display: inline;
    height: auto;
    margin-right: 0;
    width: 180px;
  }
  .mobile.menu--button {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 0rem;
  }
  .mobile.menu--button a {
    font-size: 1.6rem;
    margin: 1rem auto;
  }

  .menu--buttons.mobile {
    display: flex;
    margin-top: 2rem;
  }
  .menu--buttons.mobile .btn {
    font-size: 1.6rem;
  }

  .menu--logo {
    margin-right: auto;
  }

  .menu--container {
    padding: 20px 0;
  }

  .menu--header {
    display: flex;
    position: fixed;
    left: 0;
    top: -120%;
    width: 100%;
    background: #fff;
    padding: 80px calc(150/1680 * 100%) 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: top 1s ease-in;
    z-index: 99;
    overflow-y: scroll;
  }

  .menu__list a {
    color: #1D1D1B;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  .menu--header .menu__list > li {
    opacity: 1;
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 0;
  }
  .menu--header .menu__list > li a {
    padding: 1rem 0;
    width: 100%;
    display: block;
  }

  .menu--header.active {
    top: 0;
    width: 100%;
  }

  .menu--burger {
    display: block;
  }

  .menu__list {
    margin: 0;
    padding: 3rem;
  }

  .menu__list .menu-item-has-children {
    padding-right: 0;
  }
  .menu__list .menu-item-has-children:after {
    display: none;
  }
  .menu__list .menu-item-has-children .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 1;
    gap: 1rem;
    visibility: visible;
    position: relative;
    transform: none;
    min-width: auto;
    left: auto;
    top: 0;
    margin-top: 0;
  }
  .menu__list .menu-item-has-children .sub-menu li {
    display: block;
    padding: 0;
  }
  .menu__list .menu-item-has-children .sub-menu li a {
    font-weight: 400;
    color: #1D1D1B;
    font-size: 14px;
  }

  .menu__list .current-menu-item a:before {
    bottom: 15px;
    right: 0;
    left: auto;
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .menu--logo {
    width: 120px;
  }
  .menu--logo a {
    display: block;
    width: 100%;
  }
  .menu--logo img {
    width: 100%;
  }

  .burger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu--header {
    padding: 0;
  }
}
@media (max-width: 885px) {
  .menu--buttons {
    display: none;
  }
}
@media (max-width: 768px) {
  .menu--container {
    padding: 15px 1rem;
    max-width: 100%;
  }

  .menu--button {
    margin-left: 0;
    margin-right: 1rem;
  }
  .menu--button a {
    font-size: 1.1rem;
  }

  .top-bar__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .menu--logo {
    width: 140px;
  }

  .menu-logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .menu--button .btn--booking {
    display: none;
  }

  .menu--button.mobile .btn--booking {
    display: inline-block;
  }

  .menu__list a {
    font-weight: 600;
  }

  .menu--burger {
    margin-left: 1rem;
  }
}
.searchandfilter {
  margin-bottom: 2rem;
}
.searchandfilter ul {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.searchandfilter .sf-field-reset {
  grid-column: span 3;
  background-color: transparent;
}
.searchandfilter .sf-field-reset a {
  color: #1D1D1B;
  cursor: pointer;
}
.searchandfilter li {
  background-color: #F3F2EE;
  border-radius: 7px;
  padding: 0.5rem !important;
}
.searchandfilter li.sf-field-post-meta-localite label:before {
  background-image: url("../img/filter-location.svg");
}
.searchandfilter li.sf-field-taxonomy-type label:before {
  background-image: url("../img/filter-type.svg");
}
.searchandfilter li.sf-field-post-meta-surface label:before {
  background-image: url("../img/filter-surface.svg");
}
.searchandfilter li.sf-field-post-meta-rooms label:before {
  background-image: url("../img/filter-bed.svg");
}
.searchandfilter li.sf-field-post-meta-exterior label:before {
  background-image: url("../img/filter-exterior.svg");
}
.searchandfilter li.sf-field-post-meta-price label:before {
  background-image: url("../img/filter-price.svg");
}
.searchandfilter label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.searchandfilter label:before {
  content: "";
  display: inline-block;
  height: 4rem;
  width: 5rem;
  background-color: #1D1D1B;
  border-radius: 7px;
  margin-right: 1rem;
  background-image: url("../img/filter-exterior.svg");
  background-size: 2.5rem 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.searchandfilter select {
  border: none;
  width: 100%;
  background-color: transparent;
}
.pagination__container {
  position: relative;
  width: 100%;
  grid-column: span 3;
  text-align: center;
}

.pagination {
  clear: both;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
  font-size: 14px;
  line-height: 13px;
  margin-top: 20px;
  margin: 0 auto;
  text-align: center;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #493c36;
}

.pagination a:hover {
  background-color: #0D4A6B;
  color: #fff;
}

.pagination .current {
  background-color: #0D4A6B;
  color: #fff;
}

@media (max-width: 1024px) {
  .searchandfilter {
    margin-bottom: 2rem;
  }
  .searchandfilter ul {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .searchandfilter .sf-field-reset {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .searchandfilter {
    margin-bottom: 2rem;
  }
  .searchandfilter ul {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr;
  }

  .searchandfilter .sf-field-reset {
    grid-column: span 1;
  }

  .searchandfilter label:before {
    height: 3rem;
    width: 3rem;
    background-size: 1.5rem 1.5rem;
  }
}
#contact-header {
  position: relative;
}

.contact-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.contact-header__bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.contact-header__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(220deg, rgba(1, 1, 1, 0) 40%, rgba(1, 1, 1, 0.6) 100%);
}

.contact-header__content {
  position: relative;
  z-index: 2;
  padding: 8rem 4vw;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  padding-top: 16rem;
}

.contact-header__text {
  width: 60%;
  max-width: 650px;
  padding-right: 10%;
}

.contact-header__title {
  font-weight: 900;
  font-size: 3.8rem;
  line-height: 40px;
}

.contact-header__desc {
  margin: 2rem 0;
}

.contact-header__perks {
  width: 40%;
  display: flex;
  flex-direction: column;
  max-width: 370px;
}
.contact-header__perks span {
  background-color: rgba(0, 125, 195, 0.7);
  font-weight: 500;
  font-size: 1.4rem;
  padding: 1.2rem 2rem;
  text-align: left;
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.contact-header__perks span + span {
  margin-top: 1rem;
}

/* CONTENT */
#contact .container {
  max-width: 1280px;
}

.contact__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form {
  width: 45%;
  border-radius: 12px;
  padding: 4rem;
  max-width: 650px;
  align-self: baseline;
  background-color: rgba(165, 208, 232, 0.28);
}

.contact-sidebar {
  width: 50%;
}

.contact-infos {
  display: flex;
  flex-direction: column;
  margin: 4rem 0;
}

.contact-infos__item {
  display: inline-flex;
  align-items: center;
}
.contact-infos__item + .contact-infos__item {
  margin-top: 4rem;
}

.contact-infos__icon {
  background-color: rgba(165, 208, 232, 0.28);
  padding: 1.3rem;
  height: 6rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 2rem;
}
.contact-infos__icon img {
  height: 90%;
  width: 90%;
  object-fit: contain;
}

.contact-infos__content h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.contact-infos__content a {
  font-size: 1.8rem;
}

.contact__map {
  position: relative;
  height: 300px;
  border-radius: 12px;
}

/* PROCESS */
.contact-process {
  margin-top: 4rem;
}

.contact-process__title {
  font-weight: 900;
  font-size: 2.3rem;
  max-width: 500px;
}

.contact-process__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.contact-process__item {
  position: relative;
  padding: 2rem 8rem 8rem 4rem;
  border-radius: 12px;
  color: #fff;
}
.contact-process__item:nth-child(1) {
  background: linear-gradient(135deg, #176692 0%, #007DC3 100%);
}
.contact-process__item:nth-child(2) {
  background: linear-gradient(135deg, #1789C8 0%, #57B7EC 100%);
}
.contact-process__item:nth-child(3) {
  background: linear-gradient(135deg, #0D4A6B 0%, #186995 100%);
}
.contact-process__item .number {
  position: absolute;
  bottom: -1vw;
  right: 20px;
  color: #fff;
  font-size: 7vw;
  font-weight: 700;
  opacity: 0.5;
  z-index: 1;
}
.contact-process__item .title {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-process__item .text {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 20px;
}

.contact-faq {
  margin-top: 6rem;
}
.contact-faq .heading {
  padding-bottom: 0 !important;
}

@media (max-width: 1300px) {
  .contact-process__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .contact__container {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    padding: 4rem 2rem;
  }

  .contact-sidebar {
    width: 100%;
    margin-top: 4rem;
  }

  .contact-process__item {
    padding: 2rem 20% 8rem 4rem;
  }

  .contact-process__item .number {
    font-size: 14rem;
    bottom: -2rem;
    right: 4rem;
  }
}
@media (max-width: 768px) {
  .contact-header__content {
    padding: 8rem 2rem 2rem;
    flex-direction: column;
    align-items: baseline;
  }

  .contact-header__text {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .contact-header__title {
    font-size: 2.4rem;
    line-height: 25px;
  }

  .contact-header__perks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
    max-width: 100%;
    width: 100%;
  }
  .contact-header__perks span {
    font-size: 1.2rem;
  }
  .contact-header__perks span + span {
    margin-top: 0;
  }

  .contact-header__bg:after {
    background: rgba(1, 1, 1, 0.6);
  }

  .contact-phone__header {
    flex-direction: column;
    text-align: center;
  }
  .contact-phone__header .btn {
    margin: 2rem auto 0;
  }

  .contact-phone__content {
    flex-direction: column;
  }

  .contact-phone__text {
    padding-left: 0;
    text-align: center;
    margin-top: 2rem;
  }

  .contact-header__rating .wp-gr .wp-google-right {
    flex-direction: column !important;
    width: 100% !important;
    align-items: baseline !important;
  }

  .contact-header__rating .wp-gr .wp-google-powered {
    margin-left: 0 !important;
  }

  #contact .heading__title {
    font-size: 2.4rem;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.blog__card {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.blog__card:hover {
  transform: translateY(-5px);
}
.blog__card:before {
  content: "";
  padding-bottom: 90%;
  display: block;
}
.blog__card.card--contact {
  grid-column: 2/2;
  grid-row: 3/3;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
}
.blog__card.card--contact.card--last {
  grid-column: auto;
  grid-row: auto;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
}
.blog__card.card--contact:after {
  display: none;
}
.blog__card.card--contact .blog__wrapper {
  background: none;
}
.blog__card.card--contact .blog__content {
  height: 100%;
  justify-content: center;
}
.blog__card.card--contact .blog__title {
  font-size: clamp(1.5rem, 3.4vw, 2rem);
}
.blog__card.card--contact .btn {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.blog__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(190deg, rgba(1, 1, 1, 0) 20%, #010101 100%);
}

.blog__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  padding: 1.5rem 3rem;
  color: #fff;
  flex-direction: column;
}

.blog__title {
  font-weight: 900;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  justify-content: start;
  font-weight: 400;
}
.blog__author img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.blog__author .date {
  font-size: 1.1rem;
}
.blog__author .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.blog__author .function {
  font-size: 1.1rem;
}

.blog__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  z-index: 0;
}
.blog__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.blog__cta {
  text-align: center;
  margin-top: 2rem;
}

/* PAGINATION */
.blog__pagination {
  margin-top: 4rem;
  display: block;
  text-align: center;
}

.blog__pagination .page-numbers {
  color: #1D1D1B;
  margin: 0 0.5rem;
  padding: 0.5rem 0.8rem;
  border-radius: 5px;
}
.blog__pagination .page-numbers:hover {
  background-color: #F3F2EE;
}
.blog__pagination .page-numbers.current {
  background-color: #1D1D1B;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .blog__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }
}
#post {
  margin-inline: auto;
  padding-bottom: 100px;
}

/* HEADER */
.post-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.post-header__top {
  max-width: 90rem;
  width: 40%;
}

.post-header__infos {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(1, 1, 1, 0.2);
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 600;
  opacity: 0.7;
}
.post-header__infos img {
  height: 1rem;
  margin: 0 1rem;
}
.post-header__infos > * {
  font-size: 1.4rem;
}

.post-header__back {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}

.post-header__text {
  margin: 2rem 0 5rem;
}

.post-header__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #0D4A6B;
}

.post-header__desc {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 300;
}

.post-header__illustration {
  position: relative;
  height: 50rem;
  width: calc(60% - 10rem);
  border-radius: 10px;
}
.post-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* TABLE */
.post-table {
  position: relative;
  background-color: rgba(165, 208, 232, 0.28);
  padding: 3rem;
  border-radius: 12px;
}
.post-table h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #0D4A6B;
}
.post-table li {
  border-bottom: 1px solid #0D4A6B;
  padding: 1rem 0;
  color: #0D4A6B;
}
.post-table a {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  color: #0D4A6B !important;
}
.post-table a:hover {
  transform: translateX(5px);
}

/* CONTENT */
.post-content {
  position: relative;
  display: grid;
  grid-template-columns: auto 28%;
  gap: 6rem;
  margin-top: 6rem;
}

.post-text {
  max-width: 100%;
  margin: 0 auto;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5 {
  margin-bottom: 4rem;
}
.post-text h2 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #007DC3;
  margin-top: 4rem;
}
.post-text h3 {
  font-size: 1.8rem;
  margin: 1rem 0px;
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0D4A6B;
  color: #0D4A6B;
}
.post-text h4 {
  color: #0D4A6B;
}
.post-text p {
  font-size: 1.6rem;
  margin: 2rem 0;
  font-weight: 400;
  line-height: 1.7;
  color: #0D4A6B;
}
.post-text ul {
  margin-left: 30px;
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.post-text ol {
  margin-left: 30px;
  list-style-type: auto;
}
.post-text li {
  position: relative;
  margin: 10px 0px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.post-text img {
  margin: 40px 0px;
}

.post li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
  font-size: 14px;
  color: #007DC3;
}

/* AUTHOR */
.post-author {
  border: 1px solid rgba(1, 1, 1, 0.3);
  border-radius: 12px;
  padding: 2rem 4rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.post-author .title {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #0D4A6B;
  line-height: 30px;
}
.post-author .content {
  color: #0D4A6B;
  line-height: 20px;
  margin-top: 2rem;
}

.post-author--mobile {
  display: none;
  margin-top: 6rem;
}

.post-author .author {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  padding-bottom: 0;
}
.post-author .author img {
  height: 8rem;
  width: 8rem;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.post-author .author .name {
  font-weight: 600;
  color: #0D4A6B;
  font-size: 1.6rem;
}
.post-author .author .function {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #0D4A6B;
}

.post-author .content p {
  font-size: 13px;
  color: #0D4A6B;
  font-size: 1.4rem;
  font-weight: 300;
}

/* NEXT */
.post-next .wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  margin: 80px auto 0px;
}
.post-next .wpb-posts-nav a {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  color: #007DC3;
}
.post-next .wpb-posts-nav a:hover h4 {
  color: #007DC3;
}
.post-next .wpb-posts-nav strong {
  margin-bottom: 1rem;
}
.post-next .wpb-posts-nav h4 {
  margin: 0;
  color: #1D1D1B;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0s;
}
.post-next .wpb-posts-nav a svg {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.post-next .wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 100px 1fr;
  text-align: left;
}
.post-next .wpb-posts-nav > div:nth-child(2) a {
  grid-template-columns: 1fr 100px;
  text-align: right;
}
.post-next .wpb-posts-nav__thumbnail {
  display: block;
  margin: 0;
}
.post-next .wpb-posts-nav__thumbnail img {
  border-radius: 5px;
}

/* CONTACT */
#post .banner-contact__card {
  margin-left: 0;
  margin-top: 6rem;
}
#post .banner-contact__title {
  color: #fff;
}
#post .banner-contact__content .text {
  color: #fff;
}
#post .banner-contact__content img {
  margin: 0;
}

@media (max-width: 1024px) {
  .post-header {
    flex-direction: column;
  }

  .post-header__top {
    width: 100%;
  }

  .post-header__illustration {
    width: 100%;
    height: 40rem;
  }

  .post-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .post-next .wpb-posts-nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .post-header__title {
    font-size: 2.4rem;
  }

  .post-header__illustration {
    height: 20rem;
  }
}
.sectors__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.sectors__list .slick-arrow {
  display: inline-block !important;
  transition: all 0.2s ease-in-out 0s;
}
.sectors__list .slick-arrow:hover {
  opacity: 1;
}
.sectors__list .slick-next {
  position: absolute;
  right: 0rem;
  top: -5rem;
  width: 3.5rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
  z-index: 99;
}
.sectors__list .slick-next:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(45deg);
}
.sectors__list .slick-prev {
  position: absolute;
  right: 3.5rem;
  top: -5rem;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
  z-index: 99;
}
.sectors__list .slick-prev:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  height: 4rem;
  width: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(-135deg);
}

.sectors__item {
  position: relative;
  border-radius: 12px;
  margin: 0 0.5rem;
}
.sectors__item:before {
  content: "";
  padding-bottom: 155%;
  display: block;
}

.sectors__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.sectors__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.sectors__bg:after {
  content: "";
  background: linear-gradient(180deg, #132c3a 0%, rgba(19, 44, 58, 0) 45%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.sectors__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sectors__icon {
  height: 4rem;
  width: 4rem;
  align-self: end;
}

.sectors__text span {
  font-weight: 200;
  font-size: 1.6rem;
}

.sectors__title {
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 20px;
}

.sectors__desc {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 16px;
  max-width: 90%;
}

/* SERVICES */
.services__list {
  position: relative;
  margin: 0 -0.5rem;
}
.services__list .slick-arrow {
  display: inline-block !important;
  transition: all 0.2s ease-in-out 0s;
}
.services__list .slick-arrow:hover {
  opacity: 1;
}
.services__list .slick-next {
  position: absolute;
  right: 0rem;
  top: -5rem;
  width: 3.5rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
}
.services__list .slick-next:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(45deg);
}
.services__list .slick-prev {
  position: absolute;
  right: 3.5rem;
  top: -5rem;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
  opacity: 0.5;
}
.services__list .slick-prev:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  height: 4rem;
  width: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(-135deg);
}

#services-particuliers .services__list {
  grid-template-columns: repeat(3, 1fr);
}

.services__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.services__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0.5rem;
}
.services__item:before {
  content: "";
  padding-bottom: 150%;
  display: block;
}
.services__item:hover .services__btn {
  transform: rotate(90deg);
}
.services__item:hover .services__image,
.services__item:hover .wp-post-image {
  transform: scale(1.03);
}

.services__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  align-items: self-start;
  background: linear-gradient(180deg, #132c3a 0%, rgba(19, 44, 58, 0) 45%);
  border-radius: 12px;
}
.services__content p + p {
  margin-top: 1rem;
}
.services__content .link {
  margin-top: 0rem;
  background: none;
  border: none;
  border-bottom: 1px solid #1D1D1B;
  cursor: pointer;
}
.services__content .btn {
  margin-top: 2rem;
}
.services__content ul {
  margin-left: 2rem;
  margin: 1rem 2rem;
  list-style-type: disc;
}
.services__content li {
  font-size: 1.4rem;
  line-height: 30px;
}

.services__text {
  position: relative;
}
.services__text p {
  color: #fff;
  line-height: 1.2;
  font-size: 1.2rem;
  max-width: 90%;
}

.services__title {
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
}

.services__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.services__illustration .services__image,
.services__illustration .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.2s ease-in-out 0s;
}
.services__illustration .services__btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: auto;
  width: 20%;
  z-index: 2;
  transition: all 0.2s ease-in-out 0s;
}

.services__buttons {
  width: 100%;
}
.services__buttons .button {
  background-color: #EF9835;
  color: #fff;
  border-radius: 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0rem 0.2rem 1rem;
}
.services__buttons .button .title {
  text-transform: uppercase;
  font-size: clamp(12px, 0.8vw, 20px);
  letter-spacing: 0.05em;
}
.services__buttons .button:hover {
  background-color: #0D4A6B;
}
.services__buttons .button.entreprise {
  background-color: #27B484;
}
.services__buttons .button.entreprise:hover {
  background-color: #0D4A6B;
}
.services__buttons .button + .button {
  margin-top: 0.8rem;
}
.services__buttons .button img {
  height: 3rem;
  width: 3rem;
  object-fit: contain;
}
.services__buttons .button .text {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

#services-more .services__btn {
  display: none;
}

/* SERVICE DETAILS */
.services-detail__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.services-detail__item {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 12px;
}
.services-detail__item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.services-detail__item:last-child {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  grid-column: span 4;
  padding: 4rem;
}
.services-detail__item:last-child:before {
  display: none;
}
.services-detail__item:hover .services-detail__title {
  color: #007DC3;
}

.services-detail__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 2rem;
}

.services-detail__title {
  font-size: 1vw;
  font-weight: 500;
  color: #1D1D1B;
  margin-top: 1.5rem;
  max-width: 80%;
  transition: all 0.2s ease-in-out 0s;
}

.services-detail__item img {
  height: 25%;
  width: auto;
  object-fit: contain;
}

.services-detail__text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.services-detail__text h4 {
  color: #fff;
  font-size: 1.6vw;
  font-weight: 900;
  width: 50%;
}
.services-detail__text .btn {
  align-self: end;
  font-size: 1.4rem;
  width: 40%;
}

@media (max-width: 1024px) {
  .services__item {
    flex-direction: column-reverse;
  }

  .services__item:nth-child(even) {
    flex-direction: column-reverse;
  }

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

  .services-detail__title {
    font-size: 2.4rem;
  }

  .services__content {
    width: 100%;
  }

  .services__illustration {
    width: 100%;
  }

  .sectors__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .services__list {
    grid-template-columns: 1fr 1fr;
  }

  .services__buttons .button {
    border-radius: 5px;
  }

  .services__buttons .button .title {
    font-size: 0.8rem;
  }

  .services__buttons .button .text {
    font-size: 0.8rem;
  }

  .services__buttons .button img {
    height: 2rem;
    width: 2rem;
  }

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

  .services-detail__item:before {
    content: "";
    display: block;
    padding-bottom: 130%;
  }

  .services-detail__item img {
    height: 5rem;
  }

  .services-detail__title {
    font-size: 1.8rem;
  }

  .services-detail__text h4 {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 2rem;
  }

  .services-detail__text .btn {
    width: 100%;
  }

  .services-detail__text {
    flex-direction: column;
  }

  .services-detail__item:last-child {
    flex-direction: column;
    padding: 4rem 2rem;
    margin-top: 2rem;
  }

  .sectors__title {
    font-size: 1.6rem;
  }

  .sectors__desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 550px) {
  .sectors__list {
    grid-template-columns: 1fr;
  }
}
.jobs__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.jobs__item {
  position: relative;
}

.jobs__intro {
  position: relative;
  border-radius: 12px;
  background-color: rgba(165, 208, 232, 0.28);
  padding: 3rem 3rem 10rem 3rem;
}

.jobs__button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transform: rotate(90deg);
  height: 4rem;
  width: 4rem;
  cursor: pointer;
}

.jobs__title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.jobs__item:first-child .jobs__content {
  display: block;
  position: relative;
  width: 100%;
  background-color: #0D4A6B;
  color: #fff;
}

.jobs__content {
  display: none;
}

/* FORM */
#jobs-form {
  padding-bottom: 100px;
}

#jobs-form .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1280px;
}

#jobs-form .heading {
  position: relative;
  width: 50%;
  padding-right: 10%;
}

.jobs__form {
  position: relative;
  width: 50%;
  background-color: rgba(165, 208, 232, 0.28);
  padding: 5rem;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  #jobs-form .container {
    flex-direction: column;
  }

  #jobs-form .heading {
    width: 100%;
    padding-right: 0;
  }

  .jobs__form {
    width: 100%;
    padding: 3rem;
  }
}

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