@charset "UTF-8";
/*!
Theme Name: coudray
Theme URI: https://monsite.com
Author: Mon Nom
Author URI: https://monsite.com
Description: Mon premier thème WordPress personnalisé.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coudray
*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-family: "the-seasons", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
}

h2 {
  font-family: "the-seasons", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
}

h3 {
  color: #003C42;
  font-family: "Montserrat", "sans-serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

p, ul, table td {
  color: #003C42;
  font-family: "Montserrat", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.pagination {
  display: flex;
  gap: 20px;
}
.pagination span {
  font-family: "Montserrat", "sans-serif";
}
.pagination a {
  font-family: "Montserrat", "sans-serif";
}

form .gfield_label, form .gfield_description {
  color: #003C42;
  font-family: "Montserrat", "sans-serif" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

form input, form select, form em, form textarea, form label {
  color: #003C42;
  font-family: "Montserrat", "sans-serif" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.annonces-tri__field, .annonces-tri label {
  color: #003C42;
  font-family: "Montserrat", "sans-serif" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

form strong {
  font-family: "Montserrat", "sans-serif" !important;
}

.article-content div {
  color: #003C42;
  font-family: "Montserrat", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

/* src/scss/styles/_reset.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms cubic-bezier(0.6, 0.05, 0.2, 1);
  z-index: 98;
}

body {
  margin-left: 0;
  transition: all 700ms cubic-bezier(0.6, 0.05, 0.2, 1);
}
body.menu-open {
  margin-left: -800px;
}
body.menu-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.btn, .wp-block-button__link, .gform_button {
  display: flex;
  padding: 24px 32px;
  justify-content: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  align-items: center;
  gap: 16px;
  border-radius: 48px;
  border: 1px solid rgba(251, 246, 235, 0.2);
}
.btn--primary, .wp-block-button__link--primary, .gform_button--primary {
  background: #FC6645;
}
.btn--primary:hover, .wp-block-button__link--primary:hover, .gform_button--primary:hover {
  background: #00808D;
}
.btn--primary-outline, .wp-block-button__link--primary-outline, .gform_button--primary-outline {
  border: 1px solid #FC6645;
  color: #FC6645;
}
.btn--primary-outline:hover, .btn--primary-outline.active, .wp-block-button__link--primary-outline:hover, .wp-block-button__link--primary-outline.active, .gform_button--primary-outline:hover, .gform_button--primary-outline.active {
  background-color: #FC6645;
  color: white;
}
.btn--secondary, .wp-block-button__link--secondary, .gform_button--secondary {
  background: #003C42;
  color: white;
}
.btn--secondary:hover, .wp-block-button__link--secondary:hover, .gform_button--secondary:hover {
  background: #00808D;
}
.btn--secondary-outline, .wp-block-button__link--secondary-outline, .gform_button--secondary-outline {
  border: 1px solid #003C42;
  color: #003C42;
}
.btn--secondary-outline:hover, .btn--secondary-outline.active, .wp-block-button__link--secondary-outline:hover, .wp-block-button__link--secondary-outline.active, .gform_button--secondary-outline:hover, .gform_button--secondary-outline.active {
  background-color: #003C42;
  color: white;
}
.btn--round, .wp-block-button__link--round, .gform_button--round {
  width: 72px;
  height: 72px;
  padding: 0;
}
.btn--white, .wp-block-button__link--white, .gform_button--white {
  background: white;
}
.btn--warning, .wp-block-button__link--warning, .gform_button--warning {
  background-color: #9D81FF;
  color: white;
}
.btn--duck-outline, .wp-block-button__link--duck-outline, .gform_button--duck-outline {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #B41E3E;
  background: #FBF6EB;
}
.btn--deploy, .wp-block-button__link--deploy, .gform_button--deploy {
  overflow: hidden;
  gap: 0;
  width: 72px;
  padding: 0;
  height: 72px;
  align-items: center;
  display: inline-flex;
}
.btn--deploy span, .wp-block-button__link--deploy span, .gform_button--deploy span {
  width: auto;
  display: none;
  overflow: hidden;
}
.btn--deploy:hover, .wp-block-button__link--deploy:hover, .gform_button--deploy:hover {
  width: auto;
  padding: 24px 32px;
  animation: bounceWidth 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.btn--deploy:hover span, .wp-block-button__link--deploy:hover span, .gform_button--deploy:hover span {
  display: inline-flex;
  margin-left: 10px;
}
.btn--deploy.btn--estimation:hover, .wp-block-button__link--deploy.btn--estimation:hover, .gform_button--deploy.btn--estimation:hover {
  animation: bounceWidthEstimation 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.btn--deploy.btn--estimation:hover span, .wp-block-button__link--deploy.btn--estimation:hover span, .gform_button--deploy.btn--estimation:hover span {
  margin-left: 0;
  margin-right: 10px;
}
.btn--copro, .wp-block-button__link--copro, .gform_button--copro {
  background-color: #FC6645;
  color: white;
}
.btn--copro:hover, .wp-block-button__link--copro:hover, .gform_button--copro:hover {
  background-color: #FC6645;
  color: white;
}
.btn--ges-loc, .wp-block-button__link--ges-loc, .gform_button--ges-loc {
  background-color: #FC6645;
  color: white;
}
.btn--ges-loc:hover, .wp-block-button__link--ges-loc:hover, .gform_button--ges-loc:hover {
  background-color: #FC6645;
  color: white;
}
.btn--achat, .wp-block-button__link--achat, .gform_button--achat {
  background-color: #FC6645;
  color: white;
}
.btn--achat:hover, .wp-block-button__link--achat:hover, .gform_button--achat:hover {
  background-color: #FC6645;
  color: white;
}
.btn--vente, .wp-block-button__link--vente, .gform_button--vente {
  background-color: #FC6645;
  color: white;
}
.btn--vente:hover, .wp-block-button__link--vente:hover, .gform_button--vente:hover {
  background-color: #FC6645;
  color: white;
}
.btn--loc, .wp-block-button__link--loc, .gform_button--loc {
  background-color: #FC6645;
  color: white;
}
.btn--loc:hover, .wp-block-button__link--loc:hover, .gform_button--loc:hover {
  background-color: #FC6645;
  color: white;
}
.btn--assurance, .wp-block-button__link--assurance, .gform_button--assurance {
  background-color: #FC6645;
  color: white;
}
.btn--assurance:hover, .wp-block-button__link--assurance:hover, .gform_button--assurance:hover {
  background-color: #FC6645;
  color: white;
}

.wp-block-button__link, .gform_button {
  background-color: #9D81FF;
  color: white;
}
.wp-block-button__link:hover, .gform_button:hover {
  background-color: #003C42;
}

.btn-arrow {
  display: flex;
}
.btn-arrow span {
  display: flex;
  padding: 24px 30px;
  justify-content: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  align-items: center;
  gap: 16px;
  border-radius: 48px;
  border: 1px solid #003C42;
}
.btn-arrow span:last-of-type {
  aspect-ratio: 1;
}
.btn-arrow:hover span {
  background: #FC6645;
  border: 1px solid #FC6645;
}
.btn-arrow--primary span {
  background: #FC6645;
  border: 1px solid #FC6645;
}
.btn-arrow--white span {
  background: white;
  border: 1px solid white;
  color: #9D81FF;
}

.gform_button, .btn-link {
  background-color: #9D81FF !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 19px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  display: flex !important;
  padding: 24px 32px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  border-radius: 48px !important;
}

.btn.btn-primary {
  background-color: #9D81FF !important;
  font-family: "Montserrat", sans-serif !important;
  color: white;
  margin: 20px 0;
}

.btn-link {
  color: white;
  margin: 20px 0;
}

@keyframes bounceWidth {
  0% {
    width: 72px;
  }
  50% {
    width: 200px;
  }
  100% {
    width: 180px;
  }
}
@keyframes bounceWidthEstimation {
  0% {
    width: 72px;
  }
  50% {
    width: 226px;
  }
  100% {
    width: 206px;
  }
}
.header {
  padding: 16px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #003C42;
}
.header__burger {
  height: 88px;
  width: 88px;
  background: #E1A1A8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border-radius: 32px;
}
.header__burger span {
  display: inline-block;
  height: 2px;
  width: 40px;
  background: white;
}
.header__logo-adresse {
  margin-right: 150px;
  margin-left: auto;
  height: 70px;
  width: auto;
}
.header__links {
  display: flex;
  align-items: center;
}
.header__account {
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: white;
}
.header__account img {
  margin-left: 8px;
}

.menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100%;
  z-index: 99;
  transition: left 700ms cubic-bezier(0.6, 0.05, 0.2, 1);
}
.menu__left {
  background: #EB9B24;
  width: 50%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.menu__left .btn {
  display: inline-flex;
  color: #B41E3E;
}
.menu__right {
  background-color: #003C42;
  width: 50%;
  padding: 112px 80px 32px 80px;
  flex: 1;
}
.menu__separator {
  margin-left: 10px;
  border-bottom: 1px solid black;
  flex: 1;
  margin-right: 10px;
  opacity: 0.3;
}
.menu__subline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.menu__subline p {
  color: #003C42;
  align-self: flex-start;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.menu__footer-left {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.menu__rotate {
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: calc(25% - 319px);
  animation: rotate 20s linear infinite;
  height: 638px;
  width: 638px;
  aspect-ratio: 1;
}
.menu__coudray {
  opacity: 0.2;
  position: absolute;
  bottom: 142px;
  left: calc(25% - 190px);
}
.menu__badge {
  position: absolute;
  bottom: 50%;
  right: 65%;
}
.menu__warning {
  gap: 16px;
  width: auto;
  padding: 24px 32px;
  font-size: 19px;
  font-weight: 600;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #003C42;
  border-radius: 48px;
}
.menu__nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.menu__subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-top: 72px;
}
.menu__link {
  color: #EB9B24;
  font-family: "Montserrat", "sans-serif";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.menu__close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.menu__sublink {
  width: 50%;
  color: #EB9B24;
  font-family: "Montserrat", "sans-serif";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.menu__socials {
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu__socials a {
  height: 72px;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(251, 246, 235, 0.2);
}
.menu__socials a img {
  height: 24px;
  width: auto;
}
.menu.active {
  left: 0;
}

.imdw-widget {
  background: none !important;
}
.imdw-widget .imdw-horizontal-container {
  background: none !important;
}
.imdw-widget .imdw-horizontal-footer {
  display: none !important;
}
.imdw-widget .imdw-horizontal-review-section {
  border: none !important;
  background: white;
  height: 100% !important;
  padding: 20px !important;
  border-radius: 10px;
  min-width: calc((100% - 40px) / 3) !important;
}
.imdw-widget .imdw-horizontal-slides {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  gap: 20px;
  padding: 0 20px;
}

.imdw-horizontal-container .imdw-horizontal-slider .imdw-horizontal-slider-upper .imdw-horizontal-button-right {
  position: absolute;
  right: 0;
  z-index: 5;
}

.imdw-horizontal-container .imdw-horizontal-slider .imdw-horizontal-slider-upper .imdw-horizontal-button-left {
  position: absolute;
  left: 0;
  z-index: 5;
}

.real-estate {
  padding: 0 0 120px 0;
  padding-left: calc((100% - 1440px) / 2);
}
.real-estate__topline {
  margin-bottom: 24px;
}
.real-estate__topline p {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.real-estate__topline p:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-flex;
  background-color: black;
  margin-right: 8px;
  border-radius: 50%;
}
.real-estate__header {
  display: flex;
}
.real-estate__filters {
  display: flex;
  margin-left: 32px;
}
.real-estate__item {
  height: 620px !important;
  position: relative;
  width: auto;
  overflow: hidden;
  border-radius: 24px;
  max-width: 464px;
}
.real-estate__item:hover .real-estate__image {
  scale: 1.1;
}
.real-estate__item--push:hover .real-estate__image {
  scale: 1;
}
.real-estate__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  scale: 1;
  transition: scale 300ms ease-in-out;
}
.real-estate__content {
  margin-top: 58px;
  position: relative;
}
.real-estate__item-content {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  width: 100%;
  padding: 0 40px;
}
.real-estate__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.83%, rgba(0, 0, 0, 0.9) 100%);
}
.real-estate__tags {
  position: absolute;
  top: 8px;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.real-estate__tag {
  text-transform: uppercase;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.real-estate__tag--exclu {
  background-color: #EB9B24;
  color: white;
}
.real-estate__tag--new {
  background-color: #B41E3E;
}
.real-estate__title {
  color: white;
  display: block;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 32px;
}
.real-estate__icon {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  border: 1px solid rgba(251, 246, 235, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.real-estate__price {
  color: white;
  display: block;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.real-estate__place {
  color: white;
  display: block;
  margin: 8px 0;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.real-estate__ref {
  color: white;
  display: block;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.real-estate .swiper-button-prev {
  width: 72px;
  height: 72px;
  z-index: 4;
  position: absolute;
  top: 50%;
  right: calc((100% - 1440px) / 2 + 80px);
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid rgba(251, 246, 235, 0.2);
  background: #FC6645;
}
.real-estate .swiper-button-prev:after {
  display: none;
}
.real-estate .swiper-button-prev img {
  height: 24px;
  width: 24px;
  max-width: 24px;
}
.real-estate .swiper-button-next {
  width: 72px;
  height: 72px;
  z-index: 4;
  position: absolute;
  top: 50%;
  right: calc((100% - 1440px) / 2);
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid rgba(251, 246, 235, 0.2);
  background: #FC6645;
}
.real-estate .swiper-button-next:after {
  display: none;
}
.real-estate .swiper-button-next img {
  height: 24px;
  width: 24px;
  max-width: 24px;
}
.real-estate .swiper {
  width: 100%;
}

.about {
  background: url("img/about.svg") #00808D no-repeat center;
  padding: 120px 0;
  position: relative;
  background-size: cover;
}
.about h2 {
  color: white;
  margin-top: 48px;
}
.about .container {
  display: flex;
}
.about__left {
  width: 50%;
}
.about__left p:not(.about__topline) {
  color: white;
  margin-top: 24px;
  margin-bottom: 80px;
  font-family: "Montserrat", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
.about__left .btn {
  margin-top: 80px;
  display: inline-flex;
}
.about__left .btn-arrow {
  z-index: 3;
  position: relative;
}
.about__right {
  width: 50%;
  display: flex;
  gap: 20px;
}
.about__topline {
  font-size: 11px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.about__topline:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-flex;
  background-color: white;
  margin-right: 8px;
  border-radius: 50%;
}
.about__item {
  padding: 32px;
  background: #003C42;
  border-radius: 32px;
  max-width: 464px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__item header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.about__item p {
  margin: 16px 0 auto;
}
.about__item:first-of-type h3 {
  color: #EB9B24;
}
.about__item:first-of-type p {
  color: #EB9B24;
}
.about__item:first-of-type .btn {
  color: #EB9B24;
  border: 1px solid #EB9B24;
}
.about__item:last-of-type h3 {
  color: #9D81FF;
}
.about__item:last-of-type p {
  color: #9D81FF;
}
.about__item:last-of-type .btn {
  color: #9D81FF;
  border: 1px solid #9D81FF;
}
.about__image1 {
  position: absolute;
  bottom: -110px;
  left: 30%;
  z-index: 2;
}
.about__image2 {
  position: absolute;
  bottom: 0;
  left: 33%;
  z-index: 1;
}

.full-width-image {
  width: 100%;
  height: auto;
}

.news {
  padding: 120px 0 200px;
  padding-left: calc((100% - 1440px) / 2);
  background-color: #9D81FF;
}
.news__topline {
  margin-bottom: 24px;
}
.news__topline p {
  color: white;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.news__topline p:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-flex;
  background-color: black;
  margin-right: 8px;
  border-radius: 50%;
}
.news__header {
  display: flex;
  justify-content: space-between;
}
.news__header h2 {
  color: white;
}
.news__see-all {
  margin-right: calc((100% - 1440px) / 2);
}
.news__item-content {
  background: white;
  padding: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.news__item-content span {
  color: #003C42;
  font-family: "Montserrat", "sans-serif";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  text-align: right;
}
.news__item-content p {
  margin-bottom: auto;
  margin-top: 20px;
  font-size: 16px;
}
.news__item-text {
  max-height: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news__image {
  height: auto;
  width: 100%;
}
.news__item {
  height: 580px !important;
  position: relative;
  width: auto;
  overflow: hidden;
  border-radius: 24px;
  max-width: 464px;
  display: flex !important;
  flex-direction: column;
}
.news__filters {
  display: flex;
  margin-left: 32px;
}
.news__content {
  margin-top: 58px;
  position: relative;
}
.news .swiper {
  margin-left: 192px;
}
.news .swiper-button-prev-news {
  width: 72px;
  height: 72px;
  z-index: 4;
  position: absolute;
  top: calc(50% - 80px);
  transform: translateY(-50%);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid rgba(251, 246, 235, 0.2);
  background: #FBF6EB;
}
.news .swiper-button-prev-news:after {
  display: none;
}
.news .swiper-button-prev-news img {
  height: 24px;
  width: 24px;
  max-width: 24px;
}
.news .swiper-button-next-news {
  width: 72px;
  height: 72px;
  z-index: 4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid rgba(251, 246, 235, 0.2);
  background: #FBF6EB;
}
.news .swiper-button-next-news:after {
  display: none;
}
.news .swiper-button-next-news img {
  height: 24px;
  width: 24px;
  max-width: 24px;
}
.news--list {
  padding: 0;
  background-color: transparent;
  padding: 0 !important;
}
.news--list .news__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news--list .news__item-text {
  max-height: 203px;
}
.news--list .news__item-text h3 {
  margin-top: 0;
}

.avis {
  background: #FC6645;
  padding: 120px 0;
  position: relative;
}
.avis h2 {
  color: white;
  text-align: center;
}
.avis__badge {
  position: absolute;
  top: -84px;
  left: 50%;
  transform: translateX(-50%);
}
.avis__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.avis__container .swiper {
  width: 100%;
}
.avis__container .swiper .swiper-wrapper {
  align-items: stretch;
}
.avis__container .swiper .swiper-slide {
  height: auto;
  display: flex;
}
.avis__item {
  background-color: white;
  padding: 20px;
  border-radius: 16px;
}
.avis__item p {
  line-height: 1.2;
  color: black;
}
.avis__item .slide-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.avis__author {
  font-family: "Montserrat", "sans-serif";
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.avis__date {
  font-family: "Montserrat", "sans-serif";
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

.team {
  height: 500px;
  position: relative;
}
.team__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.team__topline {
  margin-bottom: 24px;
}
.team__topline p {
  color: white;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.team__topline p:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-flex;
  background-color: white;
  margin-right: 8px;
  border-radius: 50%;
}
.team__header {
  display: flex;
  justify-content: space-between;
}
.team__header h2 {
  color: white;
}
.team__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #003C42 50%/cover no-repeat;
  opacity: 0.6;
}
.team__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 50px 0 0;
}
.team__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.team__footer > span {
  color: white;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.team__image1 {
  position: absolute;
  top: -130px;
  right: 40%;
  z-index: 4;
  transform: rotate(-10deg);
}
.team__image2 {
  position: absolute;
  top: -110px;
  right: 30%;
  z-index: 3;
}

.network {
  background: #003C42;
  padding: 60px 0 120px;
  position: relative;
  min-height: 800px;
}
.network__topline {
  text-align: center;
  display: flex;
  max-width: 50%;
  margin: 0 auto;
  justify-content: center;
}
.network__topline p {
  color: #FC6645;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.network__separator {
  border-bottom: 1px solid #B41E3E;
  margin-right: 20px;
  margin-left: 10px;
  opacity: 0.3;
  width: 40px;
}
.network__rotate-bg {
  animation: rotate 20s linear infinite;
  z-index: 1;
  position: absolute;
  left: calc(50% - 210px);
  top: calc(50% - 210px);
}
.network__rotate-logo {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 150px;
}

.subfooter {
  padding: 60px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subfooter span {
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: black;
}
.subfooter a {
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: black;
}
.subfooter a:first-of-type:before {
  content: none;
}
.subfooter a:before {
  content: "";
  opacity: 0.3;
  margin-left: 16px;
  margin-right: 16px;
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  display: inline-flex;
  border-radius: 50%;
  background: #EB9B24;
}

.fixed-btns {
  position: fixed;
  right: -210px;
  top: calc(50% - 400px);
  display: flex;
  z-index: 10;
  transform: rotate(-90deg) translateX(-50%);
  width: 320px;
  height: 320px;
  align-items: flex-start;
}
.fixed-btns .btn img {
  width: 26px;
  transform: rotate(-90deg);
}

.image-container {
  height: 70vh;
}
.image-container img {
  height: 100%;
  object-fit: cover;
}

.page-header {
  background-color: #FBF6EB;
  padding: 200px 0 60px;
}
.page-header--offres {
  background-color: white;
}

.page-content {
  padding: 60px 0;
  margin-bottom: 120px;
}
.page-content h2 {
  font-size: 50px;
  line-height: 1.2;
  margin: 28px 0 14px;
}
.page-content h3 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  color: #9D81FF;
}
.page-content--news {
  background-color: #9D81FF;
  margin-bottom: 0;
  padding-bottom: 100px;
}
.page-content--offres {
  background-color: #FBF6EB;
  margin-bottom: 0;
}
.page-content--annonces {
  padding-top: 0;
}
.page-content--contact {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-content--contact .wp-block-columns-is-layout-flex {
  gap: 0;
}
.page-content--contact .wp-block-columns-is-layout-flex:last-child {
  padding-right: calc((100% - 1440px) / 2);
}
.page-content--contact .wp-block-columns-is-layout-flex .wp-block-column:last-of-type {
  padding: 40px calc((100% - 1440px) / 2) 100px 40px;
}
.page-content--contact .wp-block-columns-is-layout-flex .wp-block-column .wp-block-image figure {
  height: 100%;
}
.page-content--contact .wp-block-columns-is-layout-flex .wpgmza_map {
  height: 100% !important;
}
.page-content--contact .wp-block-image {
  height: 100%;
}
.page-content--contact .wp-block-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-content ul {
  padding-left: 20px;
  margin: 20px 0;
}
.page-content p a, .page-content ul a {
  color: #9D81FF;
  text-decoration: underline;
}
.page-content p a:hover, .page-content ul a:hover {
  color: #B41E3E;
}
.page-content p {
  text-align: justify;
}

.article-content {
  display: flex;
}
.article-content__image-container {
  flex: 1;
  max-width: 50%;
}
.article-content__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-content__image-container .swiper {
  height: 100%;
  width: 100%;
}
.article-content__image-container .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.article-content__image-container .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.article-content__image-container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-content__content {
  flex: 1;
  padding: 60px;
}
.article-content__content h2 {
  font-size: 40px;
  margin: 28px 0 14px;
  text-align: left !important;
  line-height: 1.2;
}
.article-content__content ul {
  padding-left: 20px;
  margin: 20px 0;
}
.article-content--news {
  align-items: flex-start;
}
.article-content--annonce {
  align-items: stretch;
}
.article-content--annonce .swiper {
  height: auto;
  aspect-ratio: 4/3;
}
.article-content--annonce .article-content__image-container {
  background: #FBF6EB;
}
.article-content p {
  text-align: justify;
}

.offres__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.offres__item-content {
  background-color: white;
  background: white;
  padding: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.offres__item-content span {
  color: #003C42;
  font-family: "Montserrat", "sans-serif";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.offres__item-content p {
  margin-bottom: auto;
  margin-top: 20px;
  font-size: 16px;
}
.offres__item-content a {
  margin-top: 20px;
}
.offres__item {
  position: relative;
  width: auto;
  overflow: hidden;
  border-radius: 24px;
  max-width: 464px;
  display: flex !important;
  flex-direction: column;
}

.annonces--list {
  padding: 0;
  background-color: transparent;
  padding: 0 !important;
}
.annonces--list .annonces__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 80px;
}
.pagination span {
  background-color: #9D81FF;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
}
.pagination a {
  background-color: #FBF6EB;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pagination a:hover {
  background-color: #003C42;
  color: white;
}
.pagination a.next, .pagination a.prev {
  width: auto;
  padding: 0 20px;
  border-radius: 20px;
}

.join-us h1 {
  margin-bottom: 40px;
}
.join-us h3 {
  margin-bottom: 20px;
}
.join-us .d-flex {
  gap: 40px;
  flex-wrap: wrap;
  margin: 40px 0;
}
.join-us .d-flex > div {
  width: calc((100% - 40px) / 2);
}

.bloc-assurances .wp-block-group {
  height: 100%;
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.has-sand-color {
  color: #FBF6EB;
}

.has-sable-color {
  color: #FBF6EB;
}

.has-vert-clair-color {
  color: #FC6645;
}

.has-canard-color {
  color: #003C42;
}

.has-gris-fonce-color {
  color: black;
}

.has-rose-color {
  color: #00808D;
}

.has-mauve-color {
  color: #EB9B24;
}

.has-jaune-color {
  color: #B41E3E;
}

.has-vert-color {
  color: #B41E3E;
}

.has-bleu-color {
  color: #9D81FF;
}

.has-orange-color {
  color: #9D81FF;
}

.has-sable-background-color {
  background-color: #FBF6EB;
}

.has-sand-background-color {
  background-color: #FBF6EB;
}

.has-vert-clair-background-color {
  background-color: #FC6645;
}

.has-canard-background-color {
  background-color: #003C42;
}

.has-gris-fonce-background-color {
  background-color: black;
}

.has-rose-background-color {
  background-color: #00808D;
}

.has-mauve-background-color {
  background-color: #EB9B24;
}

.has-jaune-background-color {
  background-color: #B41E3E;
}

.has-vert-background-color {
  background-color: #B41E3E;
}

.has-bleu-background-color {
  background-color: #9D81FF;
}

.has-orange-background-color {
  background-color: #9D81FF;
}

.has-text-align-center {
  text-align: center !important;
}

form .wpforms-field-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
form .wpforms-field-container .wpforms-field {
  width: 100%;
}
form .wpforms-field-container .wpforms-field.mid {
  width: calc((100% - 20px) / 2);
}
form .wpforms-field-container .wpforms-field input[type=text], form .wpforms-field-container .wpforms-field input[type=email], form .wpforms-field-container .wpforms-field textarea {
  width: 100%;
  max-width: 100%;
}

.hero {
  background-color: white;
  height: 100vh;
}
.hero .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero__container {
  width: 100%;
  height: calc(100% - 120px);
  margin-top: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero__content {
  display: flex;
  align-items: center;
  width: 100%;
}
.hero__left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
}
.hero__right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
  text-align: right;
  z-index: 3;
}
.hero__separator {
  border-bottom: 1px solid black;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.3;
}
.hero__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.hero__subline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.hero__subline p {
  align-self: flex-start;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.hero__bg-img {
  width: 509px;
  position: relative;
  z-index: 2;
  top: 0;
}
.hero__bg-img2 {
  width: 509px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 390px;
  top: 80px;
}
.hero__btns {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  z-index: 3;
  position: relative;
}
.hero__btns .btn:not(.btn--round) {
  min-width: 210px;
}
.hero__btns .btn {
  margin-right: -2px;
}

.footer {
  background: #FC6645;
  display: flex;
  border-bottom: 1px solid secondary;
}
.footer__bloc {
  padding: 40px;
  flex: 1;
}
.footer__bloc:first-of-type {
  border-right: 1px solid #003C42;
}
.footer__bloc:last-of-type {
  border-left: 1px solid secondary;
}
.footer__bloc p {
  font-size: 14px;
  margin: 0;
  line-height: 18px;
}

.popup {
  z-index: 90;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #9D81FF;
  width: 464px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 64px;
  display: none;
  align-items: center;
  justify-content: center;
}
.popup__badge {
  position: absolute;
  top: 0;
  left: 0;
}
.popup__content {
  text-align: center;
  margin-top: 80px;
}
.popup__content h3 {
  font-size: 18px;
}
.popup__content p {
  font-size: 18px;
}
.popup.active {
  display: flex;
}
.popup__link {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  .hero__container {
    width: 100%;
  }
  .hero__btns {
    flex-wrap: wrap;
  }
  .real-estate {
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .real-estate .swiper-button-prev {
    right: 120px;
  }
  .real-estate .swiper-button-next {
    right: 40px;
  }
  .team {
    height: 450px;
  }
  .news {
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .news__see-all {
    margin-right: 40px;
  }
  .header__logo-adresse {
    display: none;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about__left {
    width: 30%;
  }
  .about__right {
    width: 70%;
  }
  .about__item {
    padding: 32px;
    margin-bottom: 0;
  }
  .about .container {
    gap: 40px;
  }
  .network {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 700px;
  }
  .page-content--contact .wp-block-columns-is-layout-flex:last-child {
    padding-right: 40px;
  }
  .page-content--contact .wp-block-columns-is-layout-flex .wp-block-column:last-of-type {
    padding: 40px 40px 100px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .about .container {
    gap: 40px;
    flex-direction: column;
  }
  .about__left {
    width: 100%;
  }
  .about__right {
    width: 100%;
  }
  .hero__content {
    gap: 40px;
  }
  .menu__badge {
    bottom: 35%;
  }
  .menu__rotate {
    width: calc(50% - 32px);
    height: auto;
    aspect-ratio: 1;
    left: 0;
  }
  .menu__4immo {
    width: calc(25% - 32px);
    height: auto;
    aspect-ratio: 1;
    left: calc(25% - 32px);
    transform: translateX(-50%);
    bottom: 120px;
  }
  p {
    font-size: 14px;
  }
  .btn-arrow span {
    font-size: 14px;
  }
  .menu {
    flex-direction: column;
  }
  .menu__left {
    width: 100%;
    flex: 0;
  }
  .menu__right {
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .menu__footer-left {
    margin-top: 40px;
  }
  .menu__badge {
    display: none;
  }
  .menu__rotate {
    display: none;
  }
  .menu__4immo {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .menu__link {
    font-size: 30px;
    line-height: 30px;
  }
  .menu__sublink {
    font-size: 15px;
    line-height: 15px;
  }
  .menu__subline p {
    line-height: 16px;
  }
  .team__image1 {
    width: 200px;
    aspect-ratio: 1;
  }
  .team__image2 {
    width: 250px;
    aspect-ratio: 1;
  }
  .annonces-filtres .container > div {
    width: 100% !important;
  }
  .header__estimation, .header__incident {
    display: none;
  }
  .hero__bg-img2 {
    left: 50%;
  }
  .article-content--annonce {
    flex-direction: column-reverse;
  }
  .article-content__image-container {
    width: 100%;
    max-width: 100%;
  }
  .article-content__content {
    width: 100%;
    padding: 0 40px 40px 40px;
  }
}
@media screen and (max-width: 800px) {
  .network {
    min-height: 0;
    height: auto;
    padding: 40px 0 80px;
  }
  .network__topline {
    margin-bottom: 80px;
    max-width: 90%;
  }
  .network__content {
    height: 380px;
    position: relative;
  }
  .footer {
    flex-direction: column;
  }
  .footer__bloc {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #003C42;
  }
  .footer__bloc:last-of-type {
    border-bottom: none;
  }
  .subfooter {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .imdw-widget .imdw-horizontal-review-section {
    min-width: 100% !important;
  }
  .about .container {
    flex-direction: column;
  }
  .about__image1 {
    display: none;
  }
  .about__image2 {
    display: none;
  }
  .about__left {
    width: 100%;
  }
  .about__right {
    width: 100%;
    flex-direction: column;
  }
  .about__item {
    max-width: 100%;
  }
  .hero {
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .hero__bg-img {
    left: -30%;
  }
  .hero__bg-img2 {
    left: 30%;
  }
  .real-estate__header {
    flex-direction: column;
    gap: 30px;
  }
  .real-estate__filters {
    margin-left: 0;
  }
  .news__header {
    flex-direction: column;
    gap: 30px;
  }
  .news__content .swiper {
    margin-left: 0;
  }
  .team {
    height: 550px;
  }
  .team__footer {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .team__content {
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .hero__container {
    margin-top: 50px;
  }
  .hero__content {
    flex-direction: column;
  }
  .hero__right {
    width: 100%;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
  .swiper-button-prev-news, .swiper-button-next-news {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .header__links {
    flex-direction: column;
    gap: 10px;
    min-width: 150px;
  }
  .header__account {
    margin-right: 0;
  }
  .menu__footer-left {
    flex-direction: column;
    gap: 10px;
  }
  .menu__footer-left > a {
    font-size: 14px;
  }
  .menu__close > img {
    max-width: 40px;
  }
}
@media screen and (max-width: 500px) {
  .network__content {
    margin: 40px;
  }
  .network__rotate {
    left: calc(50% - 154px);
    top: calc(50% - 154px);
  }
  .network__rotate-logo {
    width: 120px;
  }
  .header {
    padding-top: 60px;
  }
  .header__account {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 12px;
  }
  .header__logo {
    max-width: 150px;
    align-self: flex-start;
  }
  .menu__nav {
    gap: 15px;
  }
  .menu__link {
    font-size: 20px;
    line-height: 1;
  }
  .menu__sublink {
    font-size: 14px;
  }
  .menu__subnav {
    margin-top: 40px;
  }
  .menu .btn {
    font-size: 12px;
  }
  .team {
    height: 650px;
  }
}
.annonce__fields {
  gap: 20px 60px;
  margin-top: 80px;
}
.annonce__field {
  width: calc((100% - 120px) / 3);
}

.annonces-filtres {
  background-color: #9D81FF;
  padding: 40px 0;
  margin-bottom: 40px;
}
.annonces-filtres .container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.annonces-filtres .container > div {
  width: calc((100% - 90px) / 4);
}
.annonces-filtres__label {
  display: block;
  color: white;
  font-weight: 600;
}
.annonces-filtres__field {
  padding: 0 20px;
  height: 40px;
  display: inline-flex;
  border-radius: 10px;
  background: #bcadf2;
  border: none;
  color: white;
  width: 100%;
}
.annonces-filtres__field::placeholder {
  color: white;
  opacity: 0.5;
}
.annonces-filtres button[type=submit] {
  justify-self: flex-end;
  margin-left: auto;
  width: calc((100% - 90px) / 4);
}

.annonce-form {
  padding: 60px;
}

.annonce-swiper {
  position: relative;
}
.annonce-swiper .swiper-button-prev {
  width: 72px;
  height: 72px;
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 112px;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid rgba(251, 246, 235, 0.2);
  background: #FC6645;
}
.annonce-swiper .swiper-button-prev:after {
  display: none;
}
.annonce-swiper .swiper-button-prev img {
  height: 24px;
  width: 24px;
  max-width: 24px;
}
.annonce-swiper .swiper-button-next {
  width: 72px;
  height: 72px;
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 20px;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid rgba(251, 246, 235, 0.2);
  background: #FC6645;
}
.annonce-swiper .swiper-button-next:after {
  display: none;
}
.annonce-swiper .swiper-button-next img {
  height: 24px;
  width: 24px;
  max-width: 24px;
}

.annonces-tri {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  gap: 10px;
  align-items: center;
}
.annonces-tri select {
  width: auto;
  background: none !important;
  color: black;
  border: 1px solid #9D81FF;
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  border-radius: 12px;
}

.cmplz-cookiebanner .cmplz-title {
  font-family: "the-seasons", sans-serif;
  font-size: 20px !important;
}

.cmplz-cookiebanner .cmplz-message p {
  font-size: 14px;
  line-height: 1.2;
}

.cmplz-cookiebanner button, a {
  font-family: "Montserrat", "sans-serif";
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  font-family: "Montserrat", "sans-serif";
}

.cmplz-cookiebanner {
  border: 1px solid #FBF6EB !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
  font-family: "the-seasons", sans-serif;
  font-size: 16px !important;
  background-color: #FBF6EB;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-family: "Montserrat", "sans-serif";
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  font-family: "Montserrat", "sans-serif";
}

.d-flex {
  display: flex;
}

.d-align-items-center {
  align-items: center;
}

.d-justify-between {
  justify-content: space-between;
}

.d-wrap {
  flex-wrap: wrap;
}