@charset "UTF-8";
@media (max-width: 1024px) {
  .btn {
    justify-self: center !important;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-display: swap;
  color: black;
  overflow-x: hidden;
}

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: #233627;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #262323;
}

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

.no-scroll {
  overflow: hidden;
  height: 100vh !important;
}

@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;
}
html {
  font-family: "Satoshi", sans-serif;
  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;
  color: #233627;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 23px;
  color: rgba(38, 35, 35, 0.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: 3.2rem;
  color: #233627;
  padding-bottom: 40px;
  margin-bottom: 0;
  width: 100%;
  max-width: 900px;
  text-align: center;
  z-index: 10;
  position: relative;
  margin: 0 auto;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading--white > * {
  color: #fff !important;
}
.heading--white .heading__desc {
  opacity: 0.65;
}
.heading__image {
  position: relative;
  height: 13rem;
  width: 13rem;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 3rem;
}
.heading__head {
  font-size: 1.4rem;
  color: #233627;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 1rem;
}
.heading__title {
  font-size: 3.8rem;
  margin-top: 0;
  position: relative;
  font-weight: 800;
  color: #233627;
  text-transform: uppercase;
  line-height: 40px;
}
.heading__title em {
  font-style: normal;
  color: #233627;
}
.heading__title span {
  font-style: normal;
  color: #233627;
}
.heading__desc {
  max-width: 650px;
  font-size: 1.8rem;
  margin: 2rem auto;
  text-align: center;
}
.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: #749B4E;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
  margin: 2rem 0;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--white {
  color: #fff;
}
.title--black {
  color: #262323;
}
.title--uppercase {
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .title--left {
    text-align: center;
  }

  .heading--left {
    text-align: center;
  }

  .heading__desc {
    margin: 2rem auto;
  }
}
@media (max-width: 768px) {
  .heading__title {
    font-size: 3.7rem;
  }
}
.btn {
  padding: 0.5rem 0.5em 0.5rem 1.5rem;
  color: #233627;
  background: rgba(35, 54, 39, 0.05);
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-family: "Satoshi", sans-serif;
  border-radius: 50px;
  border: 1px solid #233627;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-self: left;
}
.btn:after {
  position: relative;
  content: "";
  display: inline-flex;
  background-image: url("../img/arrow-white.svg");
  margin-left: 1rem;
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #233627;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  color: #233627;
  border: 1px solid #233627;
}
.btn--black {
  background-color: #262323;
  border: 1px solid #262323;
  color: #fff;
}
.btn--white {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  color: #fff;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn--white:after {
  background-color: #fff;
  background-image: url("../img/arrow-primary.svg");
}
.btn--primary {
  background-color: #233627;
  color: white;
  border: 1px solid #233627;
}
.btn--primary:hover {
  background-color: #fff;
  color: #233627;
  border: 1px solid #fff;
}
.btn--secondary {
  background-color: #749B4E;
  color: white;
  border: 1px solid #749B4E;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #233627;
  border: 1px solid #fff;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}

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

.cta {
  display: flex;
  text-align: center;
  margin-top: 3rem;
  justify-self: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .cta {
    justify-content: center;
  }
}
#hero {
  position: relative;
  height: 100vh;
  max-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(35, 54, 39, 0.5);
}
#hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15rem;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
}

.hero__container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16rem 0 6rem;
  z-index: 5;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.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__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero__content {
  color: white;
  max-width: 850px;
}

.hero__head {
  text-transform: uppercase;
  font-size: 1.6rem;
  max-width: 300px;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #fff;
}

.hero__title {
  font-size: 5.4rem;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.hero__shop {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.hero__shop li {
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.hero__shop li:before {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #233627;
  display: inline-block;
  margin-right: 1rem;
}
.hero__shop li:first-child {
  margin-left: 0;
}
.hero__shop li:first-child:before {
  display: none;
}

.hero__cta {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
.hero__cta a {
  margin-top: 1rem;
}
.hero__cta a + a {
  margin-left: 2rem;
}

@media (max-width: 1024px) {
  #hero {
    height: 100vh;
  }

  .hero__container {
    padding: 12rem 0 6rem;
  }

  .hero__title {
    font-size: 5.2rem;
  }
  .hero__title em {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  .hero__title {
    font-size: 3.8rem;
    line-height: 40px;
  }

  .hero__cta {
    flex-direction: column;
  }
  .hero__cta a {
    margin-left: 0 !important;
    align-self: baseline;
  }
}
#page-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#page-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(35, 54, 39, 0.5);
}
#page-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15rem;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
}

#page-header #breadcrumbs nav p {
  color: #fff;
}
#page-header #breadcrumbs nav p a {
  color: #fff;
}

.page-header__container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12rem 0 8rem;
  z-index: 5;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.page-header__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;
}

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

.page-header__content {
  color: white;
  max-width: 900px;
}

.page-header__head {
  text-transform: uppercase;
  font-size: 1.6rem;
  max-width: 300px;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #fff;
}

.page-header__title {
  font-size: 5.4rem;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.page-header__desc {
  max-width: 800px;
  margin: 2rem 0;
}

.page-header__desc li {
  font-size: 2rem;
  display: flex;
  padding: 0.5rem 0;
}
.page-header__desc li:before {
  content: "";
  background-image: url("../img/icon-check.svg");
  display: block;
  height: 2rem;
  width: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.page-header__desc p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
}

.page-header__cta {
  display: flex;
  flex-direction: row;
}
.page-header__cta a {
  margin-top: 1rem;
}
.page-header__cta a + a {
  margin-left: 2rem;
}

@media (max-width: 768px) {
  #page-header {
    height: 100vh;
    max-height: 800px;
  }

  .page-header__container {
    justify-content: space-between;
    padding: 6rem 0 4rem;
  }

  .page-header__title {
    font-size: 3.2rem;
    line-height: 36px;
  }

  .page-header__cta {
    flex-direction: column;
    align-items: baseline;
  }
  .page-header__cta a + a {
    margin-left: 0;
    margin-top: 1rem;
  }
}
#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%;
  }
}
p,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #233627;
  line-height: 1.5;
}

code {
  background: #ECEFF1;
}

#faq .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.faq__illustration {
  position: relative;
  width: 35%;
  border-radius: 1rem;
}
.faq__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.faq__content {
  width: 60%;
}

.faq__title {
  margin-bottom: 20px;
}

.faq__desc {
  max-width: 400px;
}

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

.praticals__list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.praticals__list ul {
  list-style: initial !important;
  margin: 0px 0px;
}
.praticals__list ol {
  list-style: decimal !important;
}
.praticals__list li {
  line-height: 30px;
  position: relative;
}
.praticals__list em {
  font-style: normal;
  color: #233627;
}

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

.praticals__number {
  margin-right: 4rem;
  font-family: "Satoshi";
  font-weight: 900;
  font-size: 2.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;
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
  transition: color 300ms ease-in-out;
  padding-left: 0;
  padding-right: 5rem;
  text-align: left;
}
[open] > .praticals__title {
  color: #233627;
}
.praticals__title:hover {
  color: #233627;
}
.praticals__title::-webkit-details-marker {
  display: none;
}
.praticals__title:before, .praticals__title:after {
  content: "";
  position: absolute;
}
.praticals__title:before {
  right: 20px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 16px;
  background: #233627;
  border-radius: 5px;
}
.praticals__title:after {
  right: 27px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  width: 2px;
  margin-left: -1px;
  background: #233627;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
}
[open] .praticals__title:after {
  opacity: 0;
  transform: translateY(25%);
}
.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: 100%;
  text-align: left;
  display: block;
}
.praticals__content .btn {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.praticals__content p {
  font-size: 1.4rem;
}
.praticals__content p:last-child {
  margin-bottom: 2rem;
}
.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 .container {
    flex-direction: column;
  }

  .faq__illustration {
    border-radius: 1rem;
    height: 30rem;
    width: 100%;
    margin-bottom: 4rem;
  }

  .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: 768px) {
  .praticals__text {
    padding: 0px 5%;
  }

  .praticals__title {
    font-size: 1.5rem;
    line-height: 15px;
  }

  .praticals__number {
    margin-right: 2rem;
  }

  .praticals__content {
    font-size: 13px;
    line-height: 1.6;
  }
}
.blog-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
}

.blog-intro__item {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 12px;
  grid-column: span 2;
  transition: all 0.2s ease-in-out 0s;
}
.blog-intro__item:hover {
  transform: translateX(5px);
}
.blog-intro__item:first-child {
  grid-column: span 1;
  grid-row: span 3;
}
.blog-intro__item:first-child .blog-intro__content {
  color: #fff;
  flex-direction: column;
}
.blog-intro__item:first-child .blog-intro__title {
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
}
.blog-intro__item:first-child .blog-intro__author {
  width: 100%;
  justify-content: start;
}
.blog-intro__item:first-child .blog-intro__bg {
  display: block;
}
.blog-intro__item:first-child .blog-intro__wrapper {
  background: linear-gradient(190deg, rgba(1, 1, 1, 0) 30%, rgba(1, 1, 1, 0.6) 100%);
}

.blog-intro__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  z-index: 1;
}

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

.blog-intro__title {
  font-weight: 700;
  font-size: 1.8rem;
  width: 60%;
}

.blog-intro__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  width: 40%;
  line-height: 1.2;
}
.blog-intro__author img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.blog-intro__author .date {
  font-size: 1.2rem;
}
.blog-intro__author .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.blog-intro__author .function {
  font-size: 1.2rem;
}

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

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

@media (max-width: 768px) {
  .blog-intro__list {
    display: flex;
    flex-direction: column;
  }

  .blog-intro__item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .blog-intro__item:first-child .blog-intro__author {
    margin: 0 auto;
    justify-content: start;
  }
  .blog-intro__item:first-child .blog-intro__content {
    padding: 4rem 3rem;
  }

  .blog-intro__content {
    flex-direction: column;
    padding: 4rem 3rem;
  }

  .blog-intro__title {
    margin-bottom: 2rem;
    width: 100% !important;
    max-width: 100% !important;
  }

  .blog-intro__author {
    width: 100%;
    justify-content: start;
  }
}
.services__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.services__card {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

.services__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.services__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.services__content {
  position: relative;
  padding: 8rem 2rem;
  background-color: rgba(35, 54, 39, 0.6);
  z-index: 1;
  border-radius: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.services__content a {
  align-self: center;
}

.services__desc {
  color: #fff;
  font-size: 1.5rem;
  line-height: 20px;
  margin: 1.5rem 0;
}

.services__title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
  hyphens: auto;
}

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

  .services__title {
    font-size: 3.5rem;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .services__list {
    grid-template-columns: 1fr;
  }

  .services__card {
    width: 100%;
  }
}
.referral__block {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.referral__block + .referral__block {
  margin-top: 6rem;
}

.referral__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.referral__content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 700px;
  line-height: 1;
}
.referral__content h3,
.referral__content h4,
.referral__content h5,
.referral__content h6 {
  margin-bottom: 1rem;
  color: #233627;
  font-weight: 700;
}
.referral__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.referral__content h4 {
  color: #233627;
  font-weight: 400;
  font-size: 16px;
}
.referral__content p {
  line-height: 21px;
  font-size: 1.5rem;
  color: #233627;
  margin: 1rem 0;
  font-weight: 300;
}
.referral__content ul {
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.referral__content li {
  line-height: 1.7;
  font-size: 1.5rem;
  color: #233627;
  font-weight: 300;
  list-style-type: disc;
}
.referral__content a {
  color: #233627;
  font-weight: 700;
  text-decoration: underline;
}

@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 .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.content__content {
  width: 40%;
  padding-right: 5%;
  text-align: left;
}

.content__illustration {
  position: relative;
  width: 60%;
  border-radius: 1rem;
}
.content__illustration:before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
.content__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.content__illustration.desktop {
  display: block;
}
.content__illustration.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .content__content {
    width: 100%;
    text-align: center;
    padding-right: 0%;
  }

  .content__illustration {
    width: 100%;
    margin-top: -2rem;
    z-index: -1;
  }
  .content__illustration:before {
    content: "";
    padding-bottom: 120%;
    display: block;
  }
  .content__illustration.desktop {
    display: none;
  }
  .content__illustration.mobile {
    display: block;
  }
}
#gallery {
  position: relative;
  height: 70rem;
  margin-top: 100px;
}

.gallery__list {
  height: 100%;
}

.gallery__item {
  position: relative;
  height: 100%;
}

.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: #233627;
  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;
  }
}
@media (max-width: 768px) {
  #gallery {
    height: 50rem;
  }

  .gallery__head {
    font-size: 1.8rem;
  }

  .gallery__title {
    font-size: 6rem;
    line-height: 1;
  }
}
#about .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about__content {
  width: 50%;
  padding-left: 10%;
}
.about__content .heading {
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.about__illustration {
  width: 50%;
}
.about__illustration .heading {
  display: none;
}

.about__image {
  position: relative;
  height: 44rem;
  border-radius: 1rem;
  margin-top: 0;
}
.about__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.about__text {
  margin: 3rem 0;
  text-align: center;
}

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

  .about__content {
    padding-left: 0;
    width: 100%;
  }

  .about__illustration {
    width: 100%;
  }

  .about__illustration .heading {
    display: block;
  }

  .about__content .heading {
    display: none;
  }

  .about__image {
    margin-top: -6rem;
  }
}
#process .heading {
  width: 100%;
  display: block;
}

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

.process__content {
  position: relative;
  width: 50%;
}

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

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

.process__cards {
  width: 50%;
  padding-left: 10%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
}

.process-card {
  position: relative;
  border-radius: 1rem;
}

.process-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(35, 54, 39, 0.65);
  border-radius: 1rem;
  padding: 6rem 3rem;
}

.process-card__title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
  .process__container {
    flex-direction: column;
    margin-top: -6rem;
  }

  .process__cards {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-left: 0;
  }

  .process-card__content {
    padding: 6rem 3rem;
  }

  .process__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .process__cards {
    grid-template-columns: 1fr;
  }
}
#banner {
  padding: 90px 0px;
}

.banner__title {
  color: #fff;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
}

/* BANNER CONTACT */
#banner-contact .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-contact__content {
  width: 40%;
}

.banner-contact__form {
  width: 50%;
}

.banner-contact__text.mobile {
  display: none;
}

.banner-contact__title {
  color: #233627;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.banner-contact__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.banner-contact__item {
  display: grid;
  grid-template-columns: 4rem auto;
  gap: 2rem;
  align-items: center;
}

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

  .banner-contact__content {
    width: 100%;
  }

  .banner-contact__form {
    width: 100%;
  }

  .banner-contact__text {
    margin-top: 4rem;
  }
  .banner-contact__text.mobile {
    display: block;
  }
  .banner-contact__text.desktop {
    display: none;
  }

  .banner-contact__list {
    gap: 1rem;
  }
}
/* PROJECTS GALLERY */
.projects-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  max-width: 1680px;
  margin: 0 auto;
}
.projects-gallery .cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 4rem;
}

.projects-gallery__item {
  width: 50%;
  padding: 0 calc(100 / 1680 * 100%);
}
.projects-gallery__item .projects-before {
  padding: 0;
}
.projects-gallery__item .projects-slider {
  padding: 0;
}
.projects-gallery__item > * {
  width: 100% !important;
}
.projects-gallery__item .swiper:before {
  padding-bottom: 40%;
}
.projects-gallery__item + .projects-gallery__item {
  margin-top: 0rem;
}

.before-after {
  position: relative;
  touch-action: none;
}

/* PROJECTS INTRO / BEFORE */
.projects-before {
  width: 50%;
  padding: 0 calc(100 / 1680 * 100%);
  text-align: center;
}

.projects-before__title {
  max-width: 250px;
  margin: 0 auto;
  font-size: 2.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* GENERIC SWIPER CONTAINER */
.swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
  padding: 60px 0 95px;
}
.swiper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.swiper .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

/* GENERIC SWIPER SLIDE */
.swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  width: 10rem;
  height: 22rem;
  border-radius: 12px;
  box-shadow: -1px 5px 15px #0000001f;
}
.swiper-slide h3 {
  position: relative;
  margin-bottom: 0.625rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
.swiper-slide p {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.6;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-slide .slide-content {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -45%);
}
.swiper-slide .author {
  position: absolute;
  bottom: -90px;
  display: none;
  width: 100%;
  opacity: 0;
  justify-items: center;
  grid-template-columns: 1fr;
}
.swiper-slide .author span {
  display: block;
  margin: 5px 0 10px;
  color: #111;
  font-size: 0.9rem;
  font-weight: 600;
}
.swiper-slide .author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 3.5px solid white;
  border-radius: 50%;
}
.swiper-slide .author ul {
  display: flex;
  align-items: center;
}
.swiper-slide .author ul li svg {
  width: 20px;
  color: orange;
}

.swiper-slide-active .author {
  display: grid;
  opacity: 1;
}

/* SWIPER THEMES */
.swiper-slide--one {
  background: #0575e6;
  background: -webkit-linear-gradient(to bottom, #021b79, #0575e6);
  background: linear-gradient(to bottom, #021b79, #0575e6);
}
.swiper-slide--one h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.swiper-slide--two {
  background: #23074d;
  background: -webkit-linear-gradient(to bottom, #cc5333, #23074d);
  background: linear-gradient(to bottom, #cc5333, #23074d);
}
.swiper-slide--two h3 {
  font-family: "Quicksand", sans-serif;
}

.swiper-slide--three {
  background: #159957;
}
.swiper-slide--three h3 {
  font-family: "Satisfy", cursive;
  font-weight: 300;
}

.swiper-slide--four {
  background: #b06ab3;
}
.swiper-slide--four h3 {
  font-family: "Courgette", cursive;
  font-weight: 300;
}

.swiper-slide--five {
  background: #093028;
  background: -webkit-linear-gradient(to bottom, #237a57, #093028);
  background: linear-gradient(to bottom, #237a57, #093028);
}
.swiper-slide--five h3 {
  font-family: "Noto Serif Vithkuqi", serif;
  font-weight: 300;
}

.swiper-slide--six {
  background: #b9f;
  background: -webkit-linear-gradient(to bottom, #b9f, #3b2421);
  background: linear-gradient(to bottom, #b9f, #3b2421);
}
.swiper-slide--six h3 {
  font-family: "Chonburi", cursive;
  font-weight: 400;
}

/* GENERIC SWIPER NAVIGATION */
.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 50px;
  height: 50px;
  top: 47%;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
@media (min-width: 760px) {
  .swiper-button-prev,
.swiper-button-next {
    display: flex;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  font-size: 1.4rem;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 25px;
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  right: -30px;
}

/* PROJECTS SLIDER */
.projects-slider {
  position: relative;
  overflow: visible;
  text-align: center;
}
.projects-slider .projectsSwiper {
  margin-left: calc(100 / 1680 * 100%);
}

.projects-slider__cards {
  width: 50%;
  padding: 0 calc(100 / 1680 * 100%);
  overflow: hidden !important;
  margin-bottom: 0;
}
.projects-slider__cards .gallery-slider-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.projects-slider__cards .gallerySwiper {
  overflow: visible;
}
.projects-slider__cards .gallerySwiper.swiper:before {
  content: "";
  padding-bottom: 95%;
  display: block;
}
.projects-slider__cards .gallerySwiper .swiper-wrapper {
  align-items: center;
}
.projects-slider__cards .gallerySwiper .swiper-slide {
  width: 250px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  transform: scale(0.82);
  opacity: 0.55;
  filter: saturate(0.8);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 3px solid rgba(255, 255, 255, 0.65);
}
.projects-slider__cards .gallerySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.projects-slider__cards .gallerySwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  filter: none;
  z-index: 3;
  border: 3px solid rgba(255, 255, 255, 0.65);
}
.projects-slider__cards .gallerySwiper .swiper-slide-prev,
.projects-slider__cards .gallerySwiper .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.9);
  z-index: 2;
}
.projects-slider__cards .gallery-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  gap: 14px;
  transform: translateY(50%) translateX(-50%);
  z-index: 10;
}
.projects-slider__cards .gallery-prev,
.projects-slider__cards .gallery-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
  background: #314534;
  color: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.projects-slider__cards .gallery-prev img,
.projects-slider__cards .gallery-next img {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.projects-slider__cards .gallery-prev:hover,
.projects-slider__cards .gallery-next:hover {
  transform: scale(1.05);
}
.projects-slider__cards .gallery-prev.swiper-button-disabled,
.projects-slider__cards .gallery-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.projects-slider__cards .gallery-prev img {
  transform: rotate(180deg);
}
.projects-slider__cards .gallery-prev:hover,
.projects-slider__cards .gallery-next:hover {
  transform: scale(1.05);
  background: #2f4636;
}
.projects-slider__cards .gallery-prev span,
.projects-slider__cards .gallery-next span {
  line-height: 1;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .projects-slider__cards .gallerySwiper .swiper-slide {
    width: 220px;
  }
  .projects-slider__cards .gallery-prev,
.projects-slider__cards .gallery-next {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
}

.projects-slider__title {
  max-width: 250px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
}

.projects-slider__desc {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}

/* PROJECTS SWIPER INSTANCE */
.projectsSwiper {
  margin-top: 2.5rem;
  overflow: visible !important;
}
.projectsSwiper .swiper-wrapper {
  align-items: stretch;
}
.projectsSwiper .swiper-slide {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 1rem;
}
.projectsSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

/* PROJECTS CUSTOM NAVIGATION */
.projects-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  gap: 12px;
  transform: translateY(50%);
}

.projects-prev,
.projects-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
  background: #314534;
  color: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.projects-prev img,
.projects-next img {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.projects-prev:hover,
.projects-next:hover {
  transform: scale(1.05);
}
.projects-prev.swiper-button-disabled,
.projects-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.projects-prev img {
  transform: rotate(180deg);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .projects-before {
    width: 100%;
  }

  .projects-slider__cards {
    width: 100%;
  }

  .projects-gallery > * + * {
    margin-top: 8rem;
  }

  .projects-gallery__item {
    width: 100%;
  }
  .projects-gallery__item .swiper:before {
    padding-bottom: 50%;
  }
}
@media (max-width: 768px) {
  .projects-gallery__item {
    width: 100%;
  }
  .projects-gallery__item .swiper:before {
    padding-bottom: 100%;
  }
  .projects-gallery__item + .projects-gallery__item {
    margin-top: 8rem;
  }

  .projects-gallery .cta {
    margin-top: 6rem;
  }
}
.before-after {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: ew-resize;
  border-radius: 1rem;
  margin-top: 2.5rem;
  max-height: 640px;
}
.before-after:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: relative;
  z-index: 10;
}

/* images plein cadre */
.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* image du dessus */
.after {
  clip-path: inset(0 50% 0 0);
}

/* poignée */
.handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  user-select: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.author__title {
  font-size: 1.5rem;
  color: #233627;
  font-weight: 400;
}

.author__content {
  max-width: 800px;
  border: 1px solid #233627;
  border-radius: 1rem;
  padding: 3rem;
  margin: 0 auto;
}

.author__text {
  margin-top: 2rem;
}
.author__text p {
  font-size: 1.3rem;
  line-height: 16px;
}
.author__text strong {
  font-weight: 700;
}

.author__header {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.author__header .text {
  padding: 2rem 4rem;
}
.author__header img {
  position: relative;
  height: 12rem;
  width: 12rem;
  border-radius: 1rem;
  object-fit: cover;
  margin: 1.5rem 0;
}
.author__header .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #233627;
}
.author__header .function {
  padding-bottom: 1rem;
  border-bottom: 1px solid #233627;
  max-width: 300px;
}

@media (max-width: 768px) {
  .author__header {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
  .author__header .text {
    padding: 0;
  }
  .author__header img {
    position: relative;
    height: 8rem;
    width: 8rem;
    border-radius: 1rem;
    object-fit: cover;
    margin: 1.5rem 0;
  }
  .author__header .name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #233627;
  }
  .author__header .function {
    padding-bottom: 1rem;
    border-bottom: 1px solid #233627;
    max-width: 100%;
  }
}
.reviews__container .heading {
  padding-bottom: 0rem;
}

.reviews__rating {
  text-align: center;
  margin-bottom: 2rem;
}

.google-rating-badge {
  display: inline-flex;
  background-image: url("../img/reviews.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 10rem;
  width: 15rem;
  justify-content: center;
}

.google-rating-badge .grb__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-decoration: none;
  color: #233627;
  /* blanc pour texte */
}

.google-rating-badge .grb__value {
  font-size: 3.6rem;
  font-weight: 700;
  font-weight: 900;
}

.google-rating-badge .grb__star {
  margin-left: 0.5rem;
  /* jaune Google */
}
.google-rating-badge .grb__star::before {
  content: "";
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url("../img/icon-star.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.google-rating-badge .grb__logo {
  font-size: 2rem;
  font-weight: 700;
  /* si tu utilises juste "G" stylisé, tu peux jouer sur la font-family ou remplacer par un <img> */
}

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

.grp-rating {
  display: inline-flex;
  flex-direction: column;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.grp-rating__line,
.grp-link {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: #000;
}

.grp-rating__value {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.grp-rating__stars .grp-stars {
  font-size: 22px;
  line-height: 1;
}

.grp-stars {
  display: inline-block;
  letter-spacing: 2px;
}

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

.grp-star--half {
  position: relative;
  display: inline-block;
  color: rgba(251, 188, 5, 0.3);
  /* jaune pâle sur toute l’étoile */
}

.grp-star--half::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  color: #fbbc05;
  /* jaune plein sur la moitié gauche */
}

.grp-rating__google {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.grp-google-logo {
  height: 22px;
  width: auto;
  display: inline-block;
}

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

.perks__item {
  position: relative;
}

.perks__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  text-align: center;
}

.perks__icon {
  height: 5rem;
  width: auto;
}

.perks__title {
  font-size: 2.1rem;
  color: #233627;
  margin: 2rem 0;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 23px;
}

.perks__text {
  font-size: 2.5rem;
  font-weight: 300;
  max-width: 200px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .perks__list {
    grid-template-columns: 1fr;
  }
}
#steps .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.steps__content {
  width: 35%;
}

.steps__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 55%;
}

.steps__item {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 5px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
}

.steps__text {
  margin-top: 2rem;
}

.steps__icon {
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #262323;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps__icon img {
  width: 90%;
  height: auto;
  object-fit: contain;
}
.steps__icon span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.steps__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.steps__desc {
  font-size: 1.8rem;
}

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

  .steps__content {
    width: 100%;
  }

  .steps__list {
    width: 100%;
  }
}
.videos {
  position: relative;
}
.videos .heading {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.videos .ti-widget {
  position: absolute;
  top: 2rem;
  right: 0;
  width: auto;
}
.videos .ti-widget .ti-top-rated-title {
  display: none;
}
.videos .ti-widget .ti-verified-by {
  display: none !important;
}
.videos .ti-widget .ti-widget-container {
  text-align: right !important;
}

.videos__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 40px;
}

.videos__item {
  position: relative;
  border-radius: 2rem;
}
.videos__item:before {
  content: "";
  padding-bottom: 160%;
  display: block;
}

.videos__content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.videos__content img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}

.videos__content video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .videos__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .videos .container {
    display: flex;
    flex-direction: column;
  }
  .videos .container .heading {
    margin-bottom: 0;
  }

  .videos .ti-widget {
    position: relative;
    display: block;
    order: 1;
    top: auto;
  }
}
/* HEADER */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .logo--primary {
  display: none;
}

.header--white {
  position: relative;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.12);
}
.header--white .logo--white {
  display: none;
}
.header--white .logo--primary {
  display: inline;
}
.header--white .menu__list li a {
  color: #233627;
}
.header--white .menu--burger div {
  border: 1px solid #233627;
}
.header--white .menu--burger div:last-child {
  background-color: #233627;
}

/* état sticky au scroll */
.header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.12);
  animation: slideDown 0.3s ease;
}

.header.is-sticky .logo--white {
  display: none;
}

.header.is-sticky .logo--primary {
  display: inline;
}

.header.is-sticky .menu__list li a {
  color: #233627;
}

.header.is-sticky .menu--burger div {
  border: 1px solid #233627;
}

.header.is-sticky .menu--burger div:last-child {
  background-color: #233627;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
#breadcrumbs {
  padding: 2rem 0 3rem;
}
#breadcrumbs + .section {
  padding-top: 0;
}

.container {
  width: min(100% - 10rem, 1480px);
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 2;
}
.container--stretch {
  max-width: 1000px;
}

.section {
  position: relative;
  padding-top: 10rem;
}
.section:last-child {
  padding-bottom: 10rem;
}
.section + .section {
  padding-top: 10rem;
}
.section--primary {
  margin-top: 10rem;
  background-color: #233627;
  padding-bottom: 10rem;
}
.section--grey {
  margin-top: 10rem;
  background-color: #F3F2EE;
  padding-bottom: 10rem;
}
.section--grey-gradient {
  position: relative;
  padding-bottom: 10rem;
}
.section--grey-gradient:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 80%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #ffffff 0%, #F3F2EE 100%);
}
.section--gradient {
  background: #262323;
  padding-bottom: 10rem;
}
.section--gradient:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/projects-slider-after.png");
  background-size: cover;
  width: 80%;
  height: 100%;
  z-index: 0;
}
.section--secondary {
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
  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;
}

#breadcrumbs p {
  font-size: 1.4rem;
}
#breadcrumbs .container {
  margin-left: 0;
}
#breadcrumbs .container .separator {
  padding: 0 1rem;
}

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

  .section--grey {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .container {
    width: min(100% - 4rem, 1480px);
  }
}
/* FORM */
.form__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #262323;
  margin-bottom: 2rem;
}

#gform_confirmation_message_1 {
  margin-bottom: 40px;
}

.gform_heading {
  display: none !important;
}

#gform .gform_fields {
  gap: 1.5rem;
}

#gform .gform-field-label {
  color: #262323;
  opacity: 1;
  font-size: 1.4rem;
  font-weight: 500;
}

#gform .gfield_label {
  color: #233627;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: 400;
}

#gform input {
  width: 100%;
  border: 0.2px solid rgba(43, 75, 50, 0.5);
  padding: 1rem 1rem;
  font-family: "Satoshi", sans-serif;
  background-color: #fff;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: #233627;
  border-radius: 30px;
}
#gform input::placeholder {
  color: #233627;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.5rem;
}

#gform textarea {
  width: 100%;
  border: 0.2px solid rgba(43, 75, 50, 0.5);
  padding: 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: #233627;
  border-radius: 10px;
}
#gform textarea::placeholder {
  color: #233627;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.5rem;
}

#gform .gfield-choice-input {
  width: auto;
  border: inherit;
  padding: 0;
  margin: 0;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

#gform .gfield_select {
  border-radius: 30px;
  border: 0.2px solid rgba(43, 75, 50, 0.5);
  font-family: "Satoshi", sans-serif;
}
#gform .gfield_select::placeholder {
  color: #233627;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.5rem;
}

#gform .gform_button {
  padding: 0.6rem 3em 0.6rem 1.5rem;
  color: #233627;
  background: rgba(35, 54, 39, 0.05);
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block !important;
  text-align: center;
  font-weight: 400;
  font-family: "Satoshi", sans-serif;
  border-radius: 50px;
  border: 1px solid #233627;
  width: auto;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-self: left;
}

#gform .gform-footer {
  position: relative;
  display: inline-block;
}
#gform .gform-footer:before {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-flex;
  background-image: url("../img/arrow-white.svg");
  margin-left: 1rem;
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  background-size: 1rem 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #233627;
}

#gform .gform_button:hover {
  background-color: transparent;
  color: black;
}

#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;
}

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

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

.footer {
  position: relative;
  padding: 0rem 0 3rem;
}

.footer__title {
  color: #262323;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  background-color: #233627;
}

.footer__bottom {
  padding: 4rem 0;
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
}

.footer-intro {
  text-align: left;
}

.footer-intro__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer__part {
  position: relative;
  max-width: 400px;
}
.footer__part:last-child {
  margin-bottom: 2rem;
}

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

/* MENU FOOTER */
.menu--footer > ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0.7rem;
}
.menu--footer a {
  color: #233627;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out 0s;
}
.menu--footer a:hover {
  opacity: 0.7;
}
.menu--footer a:hover:before {
  margin-right: 1.2rem;
}
.menu--footer a:before {
  content: "";
  background-image: url("../img/arrow-white.svg");
  display: inline-block;
  background-color: #233627;
  height: 2rem;
  width: 2rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.2s ease-in-out 0s;
}

/* SOCIAL */
.footer-social {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  text-align: center;
}

.footer-social__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  max-width: 250px;
  margin: 0 auto 2rem;
  color: #fff;
  line-height: 30px;
}

.footer-social__list {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 1rem 0rem;
  justify-content: center;
}
.footer-social__list a + a {
  margin-left: 4rem;
}
.footer-social__list a:hover {
  opacity: 0.7;
}
.footer-social__list img {
  height: 4rem;
  width: auto;
}

/* CONTACT */
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-contact__btn {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.footer-contact__btn img {
  margin-right: 1.5rem;
  width: 3rem;
  height: auto;
}

.footer-contact__button {
  color: #233627;
  font-size: 1.5rem;
  display: inline-block;
  align-self: baseline;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.1px;
  border-bottom: 1px solid #233627;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.footer-contact__button:hover {
  opacity: 0.5;
  color: #233627;
}

.footer-contact__link {
  display: none;
  color: #233627;
  padding: 0.2rem 0;
  font-size: 1.7rem;
  letter-spacing: 1.1px;
}
.footer-contact__link:hover {
  color: #233627;
  text-decoration: underline;
}

/* COPYRIGHT */
.footer__copyright {
  position: relative;
  display: block;
  text-align: left;
  color: #233627;
  z-index: 1;
  border-top: 1px solid #233627;
  padding-top: 3rem;
}
.footer__copyright p {
  font-size: 1.5rem;
  opacity: 1;
  line-height: 2;
}
.footer__copyright p a {
  color: #233627;
  font-weight: 700;
  opacity: 1;
}
.footer__copyright a {
  color: #233627;
  font-size: 1.5rem;
  opacity: 1;
  line-height: 2;
}
.footer__copyright a:hover {
  opacity: 0.5;
}

.footer__copyright {
  text-align: left;
  margin: 0 auto;
  flex-direction: row;
}
.footer__copyright > * {
  display: inline-block;
  margin-right: 2rem;
}

@media (max-width: 1024px) {
  .footer__copyright {
    text-align: left;
    margin: 0 auto;
  }

  .footer__bottom {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer__part {
    max-width: 100%;
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .footer__copyright .container {
    margin: 0;
  }

  .menu--footer > ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    gap: 1rem;
  }

  .menu--footer li {
    display: block;
    margin-left: 0 !important;
  }

  .footer__contact li {
    justify-content: center;
  }

  .footer__copyright > *:before {
    display: none;
  }
}
.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/arrow-black.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/arrow-black.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: -15%;
  left: 50%;
  transform: translateX(-50%);
  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: 10px;
  margin-top: 0;
}
.slick-dots button {
  background-color: #707070;
  cursor: pointer;
  border: 1px solid #707070;
  text-indent: -999999px;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 10px;
  height: 15px;
  opacity: 1;
  background: transparent;
  border: none;
  background-image: url("../img/icon-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.menu--container {
  padding: 2rem calc(50/1680 * 100%);
  display: flex;
  align-items: center;
  max-width: 1680px;
  margin: 0 auto;
}

.menu--header {
  margin-left: auto;
}
.menu--header .grp-rating {
  display: none;
}

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

.menu--button {
  margin-left: 2rem;
}

.menu--button a {
  color: #F6EFDD !important;
  background-color: #262323;
  border: 1px solid #262323;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
  margin-top: 0;
  padding: 0.8rem 1.4rem;
  border-radius: 40px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.4px;
}
.menu--button a:hover {
  border: 1px solid #fff;
  color: #262323 !important;
  background-color: #fff;
}

.menu__list {
  width: 100%;
  display: inline-block;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 25px;
}
.menu__list li.contact {
  display: none;
}
.menu__list a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.4px;
  font-size: 1.4rem;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #749B4E;
}

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

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

.menu-intro {
  display: flex;
  flex-direction: row;
  display: none;
  max-width: 400px;
}

.menu-intro .image {
  position: relative;
  width: 25%;
  max-height: 100px;
  object-fit: cover;
  border-radius: 1rem;
}

.menu-intro .desc {
  width: 75%;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 17px;
  color: #707070;
  padding-left: 10%;
}

.menu-button {
  display: none;
  margin-bottom: 3rem;
}

/* SUBMENU */
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 8px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-item-has-children > .sub-menu li {
  display: inline;
}
.menu-item-has-children > .sub-menu li:first-child a {
  border-radius: 8px 8px 0px 0px;
}
.menu-item-has-children > .sub-menu li:last-child a {
  border-radius: 0px 0px 8px 8px;
}

.menu-item-has-children > .sub-menu li a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: #1f2937;
  text-decoration: none;
  transition: all 0.2s ease;
  text-transform: none;
  letter-spacing: normal;
}

.menu-item-has-children > .sub-menu li a:hover {
  background: #f5f5f5;
  padding-left: 22px;
}

.menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 8px;
}

.menu-item-has-children > a::after {
  content: "▾";
  font-size: 12px;
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.sub-menu li + li {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .menu-item-has-children > .sub-menu {
    display: none;
  }

  .menu-item-has-children > a::after {
    content: "";
  }
}
/* 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 div {
  width: 30px;
  height: 4px;
  margin: 5px;
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.5s ease-in;
  border-radius: 30px;
}
.menu--burger div:last-child {
  background-color: #fff;
}

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

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

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

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

.menu--burger {
  display: none;
}

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

@media (max-width: 1024px) {
  .menu--container {
    padding: 20px calc(150/1680 * 100%);
  }

  .menu-intro {
    display: flex;
  }

  .menu-button {
    display: inline;
  }

  .menu--header {
    display: flex;
    position: fixed;
    height: 100vh;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 600px;
    background: #fff;
    padding: 80px calc(150/1680 * 100%) 80px;
    flex-direction: column;
    align-items: flex-start;
    transition: right 0.5s ease-in;
    z-index: 99;
    overflow-y: scroll;
  }
  .menu--header .grp-rating {
    display: inline;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    padding: 5rem 0 2rem;
  }

  .menu__list li {
    margin-left: 0 !important;
  }
  .menu__list li.contact {
    display: block;
  }

  .menu__list a {
    color: #262323;
    text-align: left;
    font-size: 2.4rem;
    padding: 0.5rem 0;
    font-weight: 300;
    text-transform: none;
    display: flex;
    align-items: center;
    line-height: 1.5;
  }
  .menu__list a:hover {
    color: #233627;
    opacity: 0.7;
  }
  .menu__list a:before {
    content: "";
    background-color: #233627;
    background-image: url("../img/arrow-white.svg");
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 1.5rem;
  }

  .menu--header.active {
    right: 0;
    width: 90%;
  }

  .menu--burger {
    display: block;
  }

  .menu__list .current-menu-item a:before {
    opacity: 0.7;
  }

  .menu--logo {
    margin-right: auto;
  }
}
@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%);
  }
}
@media (max-width: 768px) {
  .top-bar__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .menu--container {
    padding: 20px calc(100/1680 * 100%);
  }

  .menu--logo {
    width: 100px;
  }

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

  .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: #262323;
  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: #262323;
  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: #749B4E;
  color: #fff;
}

.pagination .current {
  background-color: #749B4E;
  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 {
  padding-top: 5rem;
}

.contact__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.contact__content {
  width: 50%;
}

.contact__illustration {
  position: relative;
  width: 45%;
  border-radius: 1rem;
}
.contact__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.contact-header__rating .wp-gr {
  padding-bottom: 0 !important;
}
.contact-header__rating .wp-gr .wp-google-rating {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 1.6rem !important;
}
.contact-header__rating .wp-gr .wp-google-powered {
  color: #fff !important;
  margin-left: 2rem !important;
}
.contact-header__rating .wp-gr .wp-google-stars .wp-star svg {
  height: 15px !important;
  width: 15px !important;
}
.contact-header__rating .wp-gr .wp-google-stars .wp-star svg path {
  fill: #FBB004 !important;
}
.contact-header__rating .wp-gr .wp-google-right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

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

.contact-form {
  max-width: 650px;
}

.contact-sidebar {
  width: 50%;
}

/* CONTACT CARD */
.contact-phone {
  position: relative;
  background-color: #262323;
  padding: 5rem;
  border-radius: 12px;
}
.contact-phone:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/contact-phone-bg.png");
  background-size: cover;
  z-index: 0;
}
.contact-phone > * {
  position: relative;
  z-index: 1;
}

.contact-phone__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.contact-phone__title {
  color: white;
  font-size: 2.6rem;
  font-weight: 700;
}

.contact-phone__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  margin-top: 2rem;
}
.contact-phone__content img {
  height: 10rem;
  width: 10rem;
  object-fit: cover;
  border-radius: 50%;
}

.contact-phone__text {
  padding-left: 2rem;
}

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

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

.contact-process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}

.contact-process__item .number {
  border: 1px solid #233627;
  color: #233627;
  border-radius: 7px;
  padding: 0.2rem 0.8rem;
  font-family: "Cormorant Garamond";
  font-weight: 900;
}
.contact-process__item .title {
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.contact-process__item .text {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
}

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

  .contact__content {
    width: 100%;
  }

  .contact-form {
    max-width: 100%;
  }

  .contact__illustration {
    width: 100%;
    margin-top: 4rem;
    height: 40rem;
  }

  #contact .heading__desc {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .contact-header__content {
    padding: 2rem;
    flex-direction: column;
    align-items: baseline;
  }

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

  .contact-header__perks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
  }
  .contact-header__perks span + span {
    margin-top: 0;
  }

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

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

  .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;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.blog__card {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.blog__card:hover .button {
  transform: rotate(90deg);
}
.blog__card:hover .blog__illustration .wp-post-image {
  transform: scale(1.02);
}

.blog__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  border-radius: 1rem;
}

.blog__illustration {
  position: relative;
  height: 25rem;
  width: calc(100% - 2rem);
  margin: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.blog__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;
}
.blog__illustration .button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out 0s;
}
.blog__illustration .button img {
  object-fit: contain;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(-45deg);
}

.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: 700;
  font-size: 2rem;
  width: 100%;
  line-height: 20px;
}

.blog__desc {
  font-size: 1.4rem;
  margin: 1.5rem 0;
  line-height: 1.2;
  color: #707070;
  opacity: 0.8;
}

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

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

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

.blog__pagination .page-numbers {
  color: #262323;
  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: #262323;
  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 {
  background-color: #FBFBFB;
}

.post-featured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 70px;
  row-gap: 70px;
}

.post-header {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-header:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #233627;
  opacity: 0.6;
}

.post-header__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 14rem 2rem 14rem;
}

.post-header__content {
  color: white;
  width: 70%;
  position: relative;
  z-index: 2;
}

.post-header__title {
  font-size: 3.2rem;
  max-width: 80%;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

.post-header__infos {
  position: relative;
  z-index: 99;
  width: 30%;
}

.post-author {
  position: relative;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 6rem 1fr;
}
.post-author img {
  height: 6rem;
  width: 6rem;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
}

.post-author__content {
  position: relative;
  padding-left: 2.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-author__name {
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  color: white;
}

.post-author__date {
  color: #fff;
  width: 100%;
}

.post-share {
  position: relative;
}

.post-share__item a {
  color: white;
}

/* CONTENT */
.post-illustration {
  position: relative;
  width: 100%;
  border-radius: 2rem;
  margin-bottom: 10rem;
}
.post-illustration:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.post-illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.post-illustration:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -20%;
  right: -45%;
  height: 100%;
  width: 80%;
  background-image: url("../img/shape-line.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.post-content {
  display: grid;
  grid-template-columns: auto 30rem;
  gap: 6rem;
}

.post-content__content {
  text-align: justify;
  width: 100%;
}
.post-content__content h1,
.post-content__content h2,
.post-content__content h3,
.post-content__content h4,
.post-content__content h5 {
  margin-bottom: 4rem;
}
.post-content__content h2 {
  font-size: 24px;
  margin-bottom: 2rem;
  font-weight: 700;
}
.post-content__content h3 {
  font-size: 18px;
  margin: 2rem 0px;
}
.post-content__content p {
  font-size: 1.5rem;
  margin: 2rem 0px;
  line-height: 1.7;
}
.post-content__content ul {
  margin-left: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  list-style-type: disc;
}
.post-content__content ul ul {
  margin: 10px 0px;
  margin-left: 4rem;
}
.post-content__content ul ul li {
  padding-left: 15px;
}
.post-content__content ol {
  margin-left: 30px;
  list-style-type: decimal;
}
.post-content__content li {
  position: relative;
  margin: 0.5rem 0;
  font-size: 1.5rem;
  color: #707070;
  line-height: 1.7;
}
.post-content__content img {
  margin: 4rem 0px;
}
.post-content__content .heading {
  margin: 2rem 0;
  padding-bottom: 0;
}
.post-content__content .heading__title {
  text-align: left;
}

#page-content {
  padding-top: 5rem;
}

/* SOMMAIRE */
.post-content__table {
  position: relative;
  width: 100%;
}
.post-content__table #table-content {
  position: relative;
  height: 100%;
  border-radius: 1rem;
}
.post-content__table #table-content::-webkit-scrollbar {
  width: 1rem;
  display: none !important;
}

.post-content__content #ez-toc-container {
  display: none;
}
.post-content__content #ez-toc-container::-webkit-scrollbar {
  width: 2rem;
  display: none !important;
}

#ez-toc-container::-webkit-scrollbar {
  width: 0px;
  display: none !important;
}

.post-content__table #table-content #ez-toc-container {
  position: sticky;
  top: 10rem;
  left: 0;
  width: 100%;
  display: block;
  height: 300px !important;
  overflow-y: scroll;
  padding: 2rem 2rem !important;
  border-radius: 30px;
  background-color: white;
  border: none;
  z-index: 2;
  /* Scrollbar (WebKit) */
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #bbb #f0f0f0;
}
.post-content__table #table-content #ez-toc-container ul li {
  margin: 0.3rem 0;
}
.post-content__table #table-content #ez-toc-container ul li a {
  font-size: 14px !important;
  line-height: 1.2;
  font-weight: 300;
}
.post-content__table #table-content #ez-toc-container ul li a:hover {
  color: #233627;
  text-decoration: none;
}
.post-content__table #table-content #ez-toc-container ul ul {
  margin-left: 0.5rem;
}
.post-content__table #table-content #ez-toc-container .ez-toc-title {
  color: #233627;
  margin-bottom: 0.5rem !important;
  display: block;
}
.post-content__table #table-content #ez-toc-container::-webkit-scrollbar {
  width: 0px;
  height: 0;
  display: none !important;
}
.post-content__table #table-content #ez-toc-container::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.post-content__table #table-content #ez-toc-container::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}
.post-content__table #table-content #ez-toc-container::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.summary__container {
  background-color: rgba(35, 54, 39, 0.15);
  padding: 3rem;
  border-radius: 15px;
  margin: 3rem 0 3rem;
}

.summary__title {
  font-size: 3rem;
  color: #233627;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}

.summary__content ul {
  margin-left: 4rem;
  display: block;
  list-style-type: disc;
  color: #262323;
  font-size: 1.6rem;
  line-height: 1.6;
}

.summary__content li {
  margin-bottom: 0.7rem;
}

/* AI SUMMMARY */
.ai-summary {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 3rem 0 2rem;
}

.ai-summary__buttons {
  text-align: center;
}

.ai-summary__title {
  color: #262323;
  font-weight: 600;
  font-size: 1.6rem;
}

.ai-btn {
  grid-column-gap: 8px;
  background-color: #233627;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 15px;
  display: inline-flex;
  margin-right: 0.4rem;
  margin-bottom: 0.6rem;
}
.ai-btn:hover {
  opacity: 0.7;
}

.ai-btn img {
  max-width: 100%;
  height: 1.5rem;
  width: 1.5rem;
}

.ai-btn span {
  color: #fff;
}

@media (max-width: 1024px) {
  .post-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .post-header__container {
    flex-direction: column;
    align-items: self-start;
    padding: 12rem 2rem 8rem;
  }

  .post-header__content {
    width: 100%;
  }

  .post-header__title {
    line-height: 40px;
    font-size: 2.6rem;
  }

  .post-header__infos {
    width: 100%;
  }

  .post-illustration {
    margin-bottom: 5rem;
  }

  .summary__content ul {
    margin-left: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .post-header__container {
    display: block;
    padding: 5rem 2rem;
  }

  .post-header__infos {
    width: 100%;
  }

  .post-header__content {
    width: 100%;
    padding-top: 6rem;
  }

  .post-header__title {
    line-height: 30px;
    font-size: 2.6rem;
  }

  #ez-toc-container {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  .post-header {
    height: auto;
  }

  .post-content {
    text-align: left;
  }

  .post-header__title {
    max-width: 100%;
  }

  .post-content ul ul {
    margin-left: 0px;
  }
}
.works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.works__card {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 12px;
  transition: all 0.2s ease-in-out 0s;
  padding: 1rem;
}
.works__card:hover .button {
  transform: rotate(90deg);
}
.works__card:hover .works__illustration .wp-post-image {
  transform: scale(1.02);
}

.works__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  border-radius: 1rem;
}

.works__illustration {
  position: relative;
  height: 25rem;
  width: calc(100% - 2rem);
  margin: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.works__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;
}
.works__illustration .button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out 0s;
}
.works__illustration .button img {
  object-fit: contain;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(-45deg);
}

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

.works__title {
  font-weight: 700;
  font-size: 2rem;
  width: 100%;
  line-height: 20px;
}

.works__desc {
  font-size: 1.4rem;
  margin: 1.5rem 0;
  line-height: 1.2;
  color: #707070;
  opacity: 0.8;
}

.works__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  justify-content: start;
  align-self: end;
}
.works__author img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.works__author .date {
  font-size: 1.2rem;
  color: #233627;
}
.works__author .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #233627;
}
.works__author .function {
  font-size: 1.2rem;
  color: #233627;
}

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

/* SLIDER */
.works-slider {
  position: relative;
  overflow: visible;
  text-align: center;
}

#works .swiper:before {
  padding-bottom: 70%;
}
#works .swiper-slide {
  border-radius: 1rem;
}
#works .swiper-slide img {
  border-radius: inherit;
}

/* PROJECTS CUSTOM NAVIGATION */
.works-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.works-prev,
.works-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
  background: #314534;
  color: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.works-prev img,
.works-next img {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.works-prev.swiper-button-disabled,
.works-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.works-prev img {
  transform: rotate(180deg);
}

.works-prev {
  position: absolute;
  left: 1rem;
  bottom: 50%;
  transform: translateY(50%);
}

.works-next {
  position: absolute;
  right: 1rem;
  bottom: 50%;
  transform: translateY(50%);
}

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

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

@media (max-width: 1024px) {
  .works__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .works__list {
    grid-template-columns: 1fr;
  }
}
.confirm__container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(35, 54, 39, 0.2);
  padding: 8rem 15%;
  border-radius: 1rem;
}

.confirm__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.confirm__icon {
  height: 5rem;
  width: 5rem;
  background-color: #233627;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
.confirm__icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

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

.confirm__desc {
  margin: 2rem 0;
}

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