/*!
Theme Name: Parthena Reys
Theme URI: http://underscores.me/
Author: Agence Martingale
Author URI: https://agence-martingale.fr/
Description: Parthena Reys
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parthena
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready */
/** Roboto **/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;800&display=swap");
.container {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}
.container.small {
  width: 70%;
  height: 100%;
}

.frame {
  margin: 0 auto;
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .frame {
    display: flex;
    display: -ms-flexbox;
    position: relative;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .frame:not(.still) > div[class^=col-] {
    position: relative;
  }
  .frame.with-gutter {
    margin-right: -10px;
    margin-left: -10px;
  }
  .frame.with-gutter div[class^=col-] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .frame:not(.still) > div[class^=col-] {
    width: 100% !important;
    display: block;
    position: relative;
  }
  .frame:not(.still) > div > div > [class^=col-] {
    width: 100% !important;
    display: block;
    position: relative;
  }
  .frame:not(.still) > div > div > div > [class^=col-] {
    width: 100% !important;
    display: block;
    position: relative;
  }
  .frame:not(.still) > div > div > div > div > [class^=col-] {
    width: 100% !important;
    display: block;
    position: relative;
  }
  .frame.still {
    display: flex;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.offset-1 {
  margin-left: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .offset-1 {
    margin-left: 0;
  }
}

.col-li-1 {
  width: 8.3333333333%;
}

.col-li-2 {
  width: 16.6666666667%;
}

.col-li-3 {
  width: 25%;
}

.col-li-4 {
  width: 33.3333333333%;
}

.col-li-5 {
  width: 41.6666666667%;
}

.col-li-6 {
  width: 50%;
}

.col-li-7 {
  width: 58.3333333333%;
}

.col-li-8 {
  width: 66.6666666666%;
}

.col-li-9 {
  width: 75%;
}

.col-li-10 {
  width: 83.3333333333%;
}

.col-li-11 {
  width: 91.6666666666%;
}

.col-li-12 {
  width: 100%;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

section {
  position: relative;
  padding: 3em 0;
}
@media screen and (max-width: 500px) {
  section {
    padding: 2em 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0 0 0;
  overflow-wrap: initial;
}

a {
  text-decoration: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

.vertical-end {
  align-items: end;
}

#wpfront-scroll-top-container {
  width: 50px;
  height: 50px;
}
#wpfront-scroll-top-container img {
  width: 50px;
  height: 50px;
}

video {
  max-width: 100%;
  max-height: 100%;
}

figure {
  margin: 0;
}
figure.cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  cursor: pointer;
}

ul li::marker {
  content: none;
  display: none;
}
ul li {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .ltr #menuOpener {
    top: 13vh !important;
  }
}

/** Navigation **/
.mobile-nav-toggle {
  padding: 0;
  color: #aaa;
  background: none;
  border: 0;
  outline: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  position: relative;
}
.mobile-nav-toggle:hover {
  color: #777;
}
.mobile-nav-toggle.nav-icon {
  margin: 21px 0;
  width: 50px;
  height: 50px;
  background: #0E1D61;
  border-radius: 50%;
  padding: 10px;
}
.mobile-nav-toggle.nav-icon:after,
.mobile-nav-toggle.nav-icon div {
  background: #ffffff;
  content: "";
  display: block;
  height: 1.5px;
  margin: 3px 0 0;
  transition: all 0.2s ease-in-out;
}
.mobile-nav-toggle.nav-icon:after {
  width: 60%;
  margin: 7px 0 0 40%;
}
.mobile-nav-toggle p {
  font-size: 1.5em;
  letter-spacing: 0.5px;
  margin-top: 0;
  font-weight: 400;
  color: #0E1D61;
  font-family: "Roboto", sans-serif;
}

.menu_fixed {
  position: fixed;
  z-index: 888;
  height: 42vw;
  width: 45vw;
  max-width: inherit;
  right: -100%;
  color: #ffffff;
  padding: 0px;
  opacity: 0;
  transition: right 800ms ease;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .menu_fixed {
    height: 60vw;
    width: 60vw;
  }
}
@media screen and (max-width: 960px) {
  .menu_fixed {
    height: 75vw;
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .menu_fixed {
    width: 100%;
    height: 100%;
  }
}
.menu_fixed .menu_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  padding: 4em 0;
  box-sizing: border-box;
}
.menu_fixed .menu_group > * {
  min-width: 70%;
  z-index: 1;
}
.menu_fixed .mobile-nav-close {
  position: absolute;
  top: 10.5%;
  right: 9%;
  cursor: pointer;
  color: #ffffff;
}
.menu_fixed .mobile-nav-close svg {
  fill: #ffffff;
  width: 60px;
  height: 60px;
  right: 0;
  position: absolute;
}
.menu_fixed .mobile-nav-close svg path {
  fill: #ffffff;
}
.menu_fixed.active {
  right: 0px;
  top: 0;
  opacity: 1;
  height: 575px;
  width: 605px;
  max-width: inherit;
  transition: right 800ms ease-out;
}
@media screen and (max-width: 1024px) {
  .menu_fixed.active {
    height: 60vw;
    width: 60vw;
  }
}
@media screen and (max-width: 960px) {
  .menu_fixed.active {
    height: 75vw;
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .menu_fixed.active {
    width: 100%;
    height: 100%;
    background-color: #0E1D61;
  }
}
.menu_fixed.active::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 762 709'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230e1d61;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M0,262c0,246.87,200.13,447,447,447,122.89,0,234.2-49.6,315-129.86V0H84.8C31.46,73.62,0,164.13,0,262Z'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .menu_fixed.active::before {
    content: none;
  }
}
.menu_fixed.active .menu_group {
  z-index: 1;
  position: relative;
}
.menu_fixed.active .menu_group .menu-menu-1-container {
  z-index: 1;
  width: 33%;
  min-width: 205px;
  padding-right: 0;
  margin: 0;
  display: block;
}
.menu_fixed.active .menu_group .langmenu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .menu_fixed.active .menu_group .langmenu {
    max-width: 85%;
  }
}
.menu_fixed.active .menu_group .langmenu .languages {
  width: 175px;
}
.menu_fixed.active .menu_group .langmenu .languages .lang-switcher {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  height: 73%;
}
.menu_fixed.active .menu_group .langmenu .languages .lang-switcher .active a {
  font-weight: bold;
}
.menu_fixed.active .menu_group .langmenu .languages .lang-switcher li {
  display: inline;
  font-size: 0.9em;
}
.menu_fixed.active .menu_group .langmenu .languages .lang-switcher li a {
  text-transform: uppercase;
}
.menu_fixed.active .menu_group .langmenu .languages .lang-switcher li:not(:last-child)::after {
  content: " - ";
}
.menu_fixed.active .menu_group .langmenu .languages .separator {
  opacity: 0.5;
}
.menu_fixed.active ul {
  margin: 0;
  padding: 0;
}
.menu_fixed.active ul.menu-open {
  display: none;
}
.menu_fixed.active ul li {
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.menu_fixed.active ul li a {
  color: #ffffff;
  text-transform: initial;
  letter-spacing: 0.4px;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
}
.menu_fixed.active ul li:hover a {
  font-weight: 400;
}
.menu_fixed.active ul li ul {
  display: none;
}
.menu_fixed.active ul li ul li {
  padding: 3px 0;
}
.menu_fixed.active ul li ul li a {
  font-size: 0.8em;
  font-weight: 300;
}
.menu_fixed.active ul li.open ul {
  display: block;
}
.menu_fixed.active ul li.current-menu-item a {
  font-weight: 500;
}

header .content {
  display: flex;
  justify-content: space-between;
}
header .site-branding a {
  display: block;
}
header .site-branding img {
  width: 70%;
}

.group_right {
  display: flex;
  align-items: center;
}
.group_right .lang-switcher {
  margin: 0 0;
}
.group_right .lang-switcher li {
  margin: 3px 0;
}
.group_right .lang-switcher li.active a {
  font-weight: 500;
}
.group_right .lang-switcher li a {
  color: #000000;
  text-transform: uppercase;
  text-align: right;
}

footer .site-contacts {
  padding: 3em 0;
  background-color: #ffffff;
}
footer .site-contacts h2 {
  color: #D5AB81;
  font-size: 1.4em;
  font-weight: 400;
}
footer .site-contacts .contact_item p, footer .site-contacts .contact_item a, footer .site-contacts .country_item p, footer .site-contacts .country_item a {
  color: #0E1D61;
}
footer .site-contacts .frame .contact_item:first-child {
  padding-left: 23%;
  padding-right: 2%;
}
@media screen and (max-width: 768px) {
  footer .site-contacts .frame .contact_item:first-child {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
footer .site-contacts .frame .contact_item:nth-child(2) {
  padding-right: 23%;
  padding-left: 2%;
}
@media screen and (max-width: 768px) {
  footer .site-contacts .frame .contact_item:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
footer .site-contacts .frame .contact_item p, footer .site-contacts .frame .contact_item a {
  margin: 14px 0;
  display: block;
  font-weight: 800;
  font-size: 1.2em;
}
@media screen and (max-width: 1120px) {
  footer .site-contacts .frame .contact_item p, footer .site-contacts .frame .contact_item a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  footer .site-contacts .frame .contact_item p, footer .site-contacts .frame .contact_item a {
    font-size: 0.9em;
  }
}
footer .site-contacts .contact_items {
  padding: 3.5em 0;
}
@media screen and (max-width: 768px) {
  footer .site-contacts .contact_items {
    padding: 1.5em 0 3.5em 0;
  }
}
@media screen and (max-width: 960px) {
  footer .site-contacts .countries_contacts .col-li-3.country_item {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .site-contacts .countries_contacts .col-li-3.country_item {
    margin-bottom: 45px;
  }
}
footer .site-contacts .country h3 {
  color: #6A6666;
  font-weight: 500;
  font-size: 1.4em;
}
@media screen and (max-width: 1120px) {
  footer .site-contacts .country h3 {
    font-size: 1.2em;
  }
}
footer .site-contacts .country_title p {
  margin: 22px 0 11px;
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 1120px) {
  footer .site-contacts .country_title p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  footer .site-contacts .country_title p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  footer .site-contacts .country_title p {
    margin: 15px 0 11px;
  }
}
footer .site-contacts .country_phone a, footer .site-contacts .country_email a {
  margin: 14px 0;
  display: block;
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 1120px) {
  footer .site-contacts .country_phone a, footer .site-contacts .country_email a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  footer .site-contacts .country_phone a, footer .site-contacts .country_email a {
    font-size: 0.9em;
  }
}
footer .site-info {
  background-color: #6A6666;
  padding: 16px 0 7px;
}
@media screen and (max-width: 768px) {
  footer .site-info .left {
    text-align: center;
  }
}
footer .site-info a {
  color: #ffffff;
}
footer .site-info .center img {
  width: auto;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  footer .site-info .center img {
    margin: 18px 0;
  }
}
@media screen and (max-width: 500px) {
  footer .site-info .center img {
    width: 150px;
    height: auto;
    margin: 35px 0 28px;
  }
}
@media screen and (max-width: 768px) {
  footer .site-info .right .martingale {
    text-align: center;
  }
}

.home_banner {
  min-height: calc(100vh - 93px);
  padding: 0 0;
  display: flex;
  align-items: center;
}
.home_banner .frame {
  padding: 0 7%;
}
@media screen and (max-width: 1280px) {
  .home_banner .frame {
    padding: 3em 1em 4em;
  }
}
@media screen and (max-width: 500px) {
  .home_banner .frame {
    padding: 3em 1em 1em;
  }
}
.home_banner .main_title {
  padding-bottom: 15vh;
}
@media screen and (max-width: 500px) {
  .home_banner .main_title {
    padding-bottom: 65px;
  }
}
.home_banner .main_title h1 {
  font-size: 5em;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .home_banner .main_title h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .main_title h1 {
    font-size: 3em;
  }
}
.home_banner .subtitle h2 {
  color: #000000;
  font-size: 2.2em;
  font-weight: 800;
  text-transform: uppercase;
}
.home_banner .images figure img {
  width: 100%;
  height: auto;
}
.home_banner .images figure.image_01 {
  margin: 0 10% -4px 9%;
  width: 81%;
}
.home_banner .images figure.image_02 {
  margin: 0 0 -4px 19%;
  width: 81%;
}
.home_banner .images figure.image_03 {
  margin: 0 19% -4px 0;
  width: 81%;
}
.home_banner .keywords {
  padding-top: 75px;
}
@media screen and (max-width: 500px) {
  .home_banner .keywords {
    padding-top: 45px;
  }
}
.home_banner .keywords p {
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.meet_metro .meet_img img {
  width: 100%;
  height: auto;
}
.meet_metro .bkg_meet {
  background-color: #E4D8CC;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .meet_metro .bkg_meet {
    padding: 10px 0 30px;
  }
}
.meet_metro .bkg_meet:before {
  content: "";
  left: 7%;
  top: 10%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 14%;
  height: 13vw;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129.98 145.85'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23dfcab5;stroke-width:0px;%7D.cls-2%7Bisolation:isolate;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cg id='_' class='cls-2'%3E%3Cg class='cls-2'%3E%3Cpath class='cls-1' d='M44.65,0l-7.15,145.85H7.65L0,0h44.65ZM129.98,0l-7.44,145.85h-30.01L84.83,0h45.14Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.meet_metro .bkg_meet .frame {
  align-items: center;
}
.meet_metro .bkg_meet h2 {
  color: #6A6666;
  text-transform: uppercase;
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1.3em;
  padding-bottom: 4vh;
}
@media screen and (max-width: 1280px) {
  .meet_metro .bkg_meet h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1120px) {
  .meet_metro .bkg_meet h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 768px) {
  .meet_metro .bkg_meet h2 {
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .meet_metro .bkg_meet h2 {
    font-size: 1.8em;
  }
}
.meet_metro .bkg_meet .meet-title {
  padding-top: 10vh;
}
.meet_metro .bkg_meet .meet-text p {
  color: #6A6666;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
}
@media screen and (max-width: 500px) {
  .meet_metro .bkg_meet .meet-text p {
    font-size: 14px;
    padding: 0 15px;
  }
}

.button.more {
  background: #6A6666;
  padding: 17px 28px;
  border-radius: 31px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0;
}

.real_estate .frame {
  padding: 0 7%;
}
.real_estate .section-real-estate p {
  color: #D5AB81;
  font-size: 1.4em;
  font-weight: 400;
}
.real_estate .real-estate-title h2 {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1120px) {
  .real_estate .real-estate-title h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  .real_estate .real-estate-title h2 {
    font-size: 2.2em;
  }
}
.real_estate .real-estate-editor {
  max-width: 937px;
}
.real_estate .real-estate-editor p {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.15em;
  margin: 8px 0 0;
}
@media screen and (max-width: 500px) {
  .real_estate .real-estate-editor p {
    font-size: 1em;
  }
}
.real_estate .quality {
  width: 75%;
  padding: 4em 7% 0 7%;
}
@media screen and (max-width: 1280px) {
  .real_estate .quality {
    width: 85%;
    padding: 4em 0% 0 7%;
  }
}
@media screen and (max-width: 500px) {
  .real_estate .quality {
    width: 100%;
    padding: 4em 0% 0 0;
  }
}
.real_estate .quality .backg_blue {
  padding: 3em;
  border-radius: 65px;
  background-color: #0E1D61;
}
.real_estate .quality .backg_blue .frame {
  align-items: center;
}
.real_estate .quality .backg_blue .icon_quality img {
  width: 67px;
  height: auto;
  padding-right: 27px;
}
@media screen and (max-width: 768px) {
  .real_estate .quality .backg_blue .icon_quality img {
    width: 55px;
    padding-bottom: 5px;
  }
}
.real_estate .quality .backg_blue h3 {
  font-size: 2.3em;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .real_estate .quality .backg_blue h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .real_estate .quality .backg_blue h3 {
    font-size: 1.6em;
    padding-bottom: 5px;
  }
}
.real_estate .quality .frame {
  padding: 0 0;
}
.real_estate .quality h3 {
  color: #ffffff;
}
.real_estate .quality p {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4em;
  font-size: 1.1em;
  max-width: 840px;
}
@media screen and (max-width: 500px) {
  .real_estate .quality p {
    font-size: 1em;
  }
}
.real_estate .two_blocs {
  width: 75%;
  padding: 2em 7% 0 7%;
}
@media screen and (max-width: 1280px) {
  .real_estate .two_blocs {
    width: 85%;
    padding: 2em 0% 0 7%;
  }
}
@media screen and (max-width: 768px) {
  .real_estate .two_blocs {
    padding: 1.5em 0% 0 7%;
  }
}
@media screen and (max-width: 500px) {
  .real_estate .two_blocs {
    width: 100%;
    padding: 1.5em 0% 0 0;
  }
}
.real_estate .two_blocs .frame {
  padding: 0 0;
  justify-content: space-between;
}
.real_estate .two_blocs h3 {
  text-transform: uppercase;
}
.real_estate .estate {
  padding: 3em;
  border-radius: 57px;
  width: 45%;
  box-sizing: border-box;
  background-color: #64839F;
}
@media screen and (max-width: 768px) {
  .real_estate .estate {
    width: 100%;
  }
}
.real_estate .estate h3 {
  font-size: 2.1em;
  font-weight: 500;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .real_estate .estate h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .real_estate .estate h3 {
    font-size: 1.6em;
    padding-bottom: 5px;
  }
}
.real_estate .estate h3, .real_estate .estate p {
  color: #ffffff;
}
.real_estate .estate p {
  font-weight: 500;
  line-height: 1.4em;
  font-size: 1.1em;
  max-width: 330px;
}
@media screen and (max-width: 500px) {
  .real_estate .estate p {
    font-size: 1em;
  }
}
.real_estate .equity {
  padding: 3em;
  border-radius: 57px;
  width: 45%;
  box-sizing: border-box;
  background-color: #4379A8;
}
@media screen and (max-width: 768px) {
  .real_estate .equity {
    width: 100%;
    margin-top: 25px;
  }
}
.real_estate .equity h3, .real_estate .equity p {
  color: #ffffff;
}
.real_estate .equity h3 {
  font-size: 2.1em;
  font-weight: 500;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .real_estate .equity h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .real_estate .equity h3 {
    font-size: 1.6em;
    padding-bottom: 5px;
  }
}
.real_estate .equity p {
  font-weight: 500;
  line-height: 1.4em;
  font-size: 1.1em;
  max-width: 300px;
}

.central_location .frame {
  padding-left: 8vw;
  box-sizing: border-box;
}
.central_location h2 {
  font-size: 4.8em;
  font-weight: 800;
  line-height: 72px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .central_location h2 {
    font-size: 3.5em;
    line-height: 59px;
  }
}
@media screen and (max-width: 1120px) {
  .central_location h2 {
    font-size: 3.2em;
    line-height: 50px;
  }
}
@media screen and (max-width: 960px) {
  .central_location h2 {
    line-height: 47px;
    font-size: 3em;
  }
}
@media screen and (max-width: 500px) {
  .central_location h2 {
    line-height: 35px;
    font-size: 2.3em;
  }
}
.central_location .loc_prefix {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0;
  display: block;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.central_location .loc_subtitle {
  font-size: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 1120px) {
  .central_location .loc_subtitle {
    font-size: 1.3em;
  }
}
.central_location .loc_list {
  font-size: 1.4em;
  font-weight: 200;
  line-height: 29px;
  padding-top: 10vw;
}
@media screen and (max-width: 1120px) {
  .central_location .loc_list {
    padding-top: 75px;
  }
}
@media screen and (max-width: 500px) {
  .central_location .loc_list {
    padding-top: 34px;
  }
}
.central_location .button.more {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .central_location .map {
    margin-top: 35px;
  }
}
.central_location .map img {
  width: 100%;
  height: auto;
}

.references .container {
  position: relative;
  max-width: none;
}
.references .section-real-estate p {
  color: #D5AB81;
  font-size: 1.4em;
  font-weight: 400;
}
.references .real-estate-title h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.8px;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 1600px) {
  .references .real-estate-title h2 {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 1280px) {
  .references .real-estate-title h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1120px) {
  .references .real-estate-title h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 960px) {
  .references .real-estate-title h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .references .real-estate-title h2 {
    font-size: 1.4em;
  }
}
.references .real-estate-title h2 .number {
  font-size: 1.8em;
  font-weight: 900;
}
@media screen and (max-width: 1600px) {
  .references .real-estate-title h2 .number {
    font-size: 1.6em;
  }
}
.references .real-estate-title h2 .legend {
  font-size: 1em;
  font-weight: 700;
}
.references .slider_references {
  margin: 0 5.5vw;
}
@media screen and (max-width: 1280px) {
  .references .slider_references {
    margin: 0 3vw;
  }
}
.references .slider_references .item .global {
  position: relative;
}
.references .slider_references .item .global picture {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 93%;
}
.references .slider_references .item .global picture img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.references .slider_references .item .global .intro_mod_one {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0E1D61;
  color: #ffffff;
  width: 26%;
  padding: 1.3em 2em 2em;
  border-radius: 35px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .references .slider_references .item .global .intro_mod_one {
    width: 35%;
  }
}
@media screen and (max-width: 960px) {
  .references .slider_references .item .global .intro_mod_one {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  .references .slider_references .item .global .intro_mod_one {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
  }
}
.references .slider_references .item .global .intro_mod_one p {
  margin: 0 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 960px) {
  .references .slider_references .item .global .intro_mod_one p {
    line-height: 23px;
    font-size: 14px;
  }
}
.references .slider_references .item .global .intro_mod_one p sup {
  font-size: 0.6em;
}
.references .slider_references .item .global .intro_mod_one strong {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.9em;
}
.references .slider_references .slick-dots {
  position: absolute;
  bottom: 0;
  right: 8vw;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .references .slider_references .slick-dots {
    bottom: -14px;
    right: 2vw;
  }
}
.references .slider_references .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 3px;
  font-size: 0px;
  padding: 3px;
  background-color: #64839F;
  border: none;
}
.references .slider_references .slick-dots li.slick-active button {
  border: 1px solid #64839F;
  background-color: transparent;
}
.references .container-arrow {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 78%;
  left: 11.5%;
  height: 65px;
  padding: 0em 0;
  z-index: 1;
  bottom: 50%;
  margin: 0 0;
}
@media screen and (max-width: 1600px) {
  .references .container-arrow {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .references .container-arrow {
    height: 35px;
    bottom: 50%;
    transform: translate(0px, -75%);
    width: 86%;
    left: 8%;
    justify-content: space-between;
  }
}
.references .container-arrow li {
  width: 65px;
  height: 65px;
  list-style-type: none;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .references .container-arrow li {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .references .container-arrow li {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 500px) {
  .references .container-arrow li {
    width: 35px;
    height: 35px;
  }
}
.references .container-arrow li.prev_one {
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.68 35.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke:%23fff;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cg id='Group_1496'%3E%3Cg id='Group_292'%3E%3Cpath id='Path_701' class='cls-1' d='M17.85,33.57L2.12,17.85,17.85,2.12l3.71,3.71-12.02,12.02,12.02,12.02-3.71,3.71Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.references .container-arrow li.prev_one.slick-disabled {
  opacity: 0;
}
.references .container-arrow li.next_one {
  position: relative;
  right: 0;
  list-style-type: none;
  transition: transform 0.5s ease-in-out;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.68 35.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke:%23fff;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Group_1496'%3E%3Cg id='Group_292'%3E%3Cpath id='Path_701' class='cls-1' d='M2.12,29.86l12.02-12.02L2.12,5.83l3.71-3.71,15.73,15.73-15.73,15.73-3.71-3.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 500px) {
  .references .container-arrow li.next_one {
    width: 35px;
    height: 35px;
  }
}
.references .container-arrow li.next_one.slick-disabled {
  opacity: 0;
}

.section_equity {
  background-color: #E9E9EB;
  padding: 3em 0;
}
.section_equity h2 {
  color: #D5AB81;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.4em;
  font-weight: 400;
}
.section_equity .intro_equity {
  padding: 1em 0 6em;
}
@media screen and (max-width: 500px) {
  .section_equity .intro_equity {
    padding: 1em 0 4em;
  }
}
.section_equity .intro_equity p {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  width: 57%;
  margin: 0 auto;
  max-width: 730px;
}
@media screen and (max-width: 960px) {
  .section_equity .intro_equity p {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .section_equity .intro_equity p {
    width: 85%;
    font-size: 1.1em;
  }
}
.section_equity .button_click {
  width: 112px;
  height: 112px;
  background-color: #6A6666;
  border-radius: 50%;
  margin: 0 auto 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_equity .button_click .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section_equity .button_click .content p {
  width: 100%;
  margin: 0 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
}
.section_equity .button_click .content img {
  width: 25px;
  margin: 10px 0 0;
}
.section_equity .two_blocks .frame {
  justify-content: space-between;
}
.section_equity .two_blocks .item_equity {
  background-color: #DFCAB5;
  padding: 2.5em;
  border-radius: 48px;
  box-sizing: border-box;
  width: 49%;
}
@media screen and (max-width: 1500px) {
  .section_equity .two_blocks .item_equity {
    padding: 3em;
  }
}
@media screen and (max-width: 1400px) {
  .section_equity .two_blocks .item_equity {
    padding: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .section_equity .two_blocks .item_equity {
    width: 100%;
    margin: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .section_equity .two_blocks .item_equity {
    padding: 2em;
  }
}
.section_equity .two_blocks .item_equity .frame {
  justify-content: flex-start;
  align-items: baseline;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section_equity .two_blocks .item_equity .frame {
    display: flex;
  }
}
.section_equity .two_blocks .item_equity h2 {
  color: #000000;
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .section_equity .two_blocks .item_equity h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1120px) {
  .section_equity .two_blocks .item_equity h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 960px) {
  .section_equity .two_blocks .item_equity h2 {
    font-size: 1.5em;
  }
}
.section_equity .two_blocks .item_equity .country {
  padding-left: 24px;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1280px) {
  .section_equity .two_blocks .item_equity .country {
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .section_equity .two_blocks .item_equity .country {
    font-size: 1.1em;
  }
}
.section_equity .two_blocks .item_equity .desc p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .section_equity .two_blocks .item_equity .desc p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  .section_equity .two_blocks .item_equity .desc p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 500px) {
  .section_equity .two_blocks .item_equity .desc p {
    font-size: 1em;
  }
}

.img_banner {
  padding-top: 0;
}

.csr_block .line h2 {
  color: #D5AB81;
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .csr_block .line h2 {
    margin: 0 15px 40px 15px;
  }
}
.csr_block .line_two {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .csr_block .line_two {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .csr_block .line_two {
    width: 81%;
  }
}
@media screen and (max-width: 960px) {
  .csr_block .line_two {
    width: 85%;
  }
}
.csr_block .block_ico {
  background-color: #D5AB81;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-top: -14px;
}
@media screen and (max-width: 960px) {
  .csr_block .block_ico {
    margin-top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .csr_block .block_ico {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
  }
}
.csr_block .block_ico figure {
  width: 108px;
  height: 108px;
  padding: 25px;
}
@media screen and (max-width: 960px) {
  .csr_block .block_ico figure {
    width: 95px;
    height: 95px;
  }
}
.csr_block .block_ico figure img {
  width: 100%;
  height: 100%;
}
.csr_block .block_txt {
  background-color: #6A6666;
  display: flex;
  flex-wrap: wrap;
  padding: 22px 1vw 22px 128px;
  margin: 0 65px 1vw 5vw;
  width: 100%;
  height: 131.3px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .csr_block .block_txt {
    padding: 22px 1vw 22px 121px;
    margin: 1vw 0px 1vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .csr_block .block_txt {
    padding: 4vw 4vw;
    margin: -25px 1vw 1vw 1vw;
    box-sizing: border-box;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .csr_block .block_txt {
    height: 100%;
    margin: -25px 0 0 0;
    padding: 35px 22px;
  }
}
.csr_block .block_txt:before {
  content: "";
  width: 20vw;
  height: 131.3px;
  right: 0;
  z-index: -1;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 196.51 196.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236a6666;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cg id='BIEN_ETRE_2'%3E%3Cg id='Group_1753'%3E%3Cellipse id='Ellipse_58' class='cls-1' cx='98.25' cy='98.18' rx='98.25' ry='98.18'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 960px) {
  .csr_block .block_txt:before {
    content: none;
  }
}
.csr_block .block_txt h2 {
  color: #ffffff;
  width: 100%;
  font-size: 2em;
}
@media screen and (max-width: 1280px) {
  .csr_block .block_txt h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 960px) {
  .csr_block .block_txt h2 {
    font-size: 1.4em;
  }
}
.csr_block .block_txt p {
  color: #ffffff;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 1.1em;
}
@media screen and (max-width: 500px) {
  .csr_block .block_txt p {
    font-size: 1em;
    line-height: 22px;
  }
}

.sustainability .slider_group .slider_sustain .group {
  width: 75%;
  margin: 0 auto;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .sustainability .slider_group .slider_sustain .group {
    width: 85%;
    padding: 47px 0 24px;
  }
}
.sustainability .slider_group .slider_sustain .model_one {
  height: auto;
  padding-bottom: 1em;
  position: relative;
  background-color: #64839F;
}
.sustainability .slider_group .slider_sustain .model_one .title_sustain {
  color: #D5AB81;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 1.8em;
}
@media screen and (max-width: 960px) {
  .sustainability .slider_group .slider_sustain .model_one .title_sustain {
    font-size: 1.5em;
  }
}
.sustainability .slider_group .slider_sustain .model_one .editor {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (max-width: 1120px) {
  .sustainability .slider_group .slider_sustain .model_one .editor {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .sustainability .slider_group .slider_sustain .model_one .editor {
    font-size: 1em;
  }
}
.sustainability .slider_group .slider_sustain .model_one .editor p, .sustainability .slider_group .slider_sustain .model_one .editor ul li {
  color: #ffffff;
}
.sustainability .slider_group .slider_sustain .model_one .editor ul {
  padding-left: 0;
}
.sustainability .slider_group .slider_sustain .model_one .editor ul li {
  padding-left: 12px;
  position: relative;
}
.sustainability .slider_group .slider_sustain .model_one .editor ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  top: 10px;
  left: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2.52 2.51'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='M0,1.26C-.01.55.56,0,1.26,0s1.26.55,1.26,1.25-.55,1.26-1.26,1.26S0,1.97,0,1.26Z'/%3E%3C/g%3E%3C/svg%3E");
}
.sustainability .slider_group .slider_sustain .model_two {
  height: 65vh;
  position: relative;
  background-color: #64839F;
}
.sustainability .slider_group .slider_sustain .model_two p.titlesec {
  color: #D5AB81;
  font-size: 1.2em;
  padding-bottom: 4.5em;
}
.sustainability .slider_group .slider_sustain .model_two .text_mod_cols {
  display: flex;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .sustainability .slider_group .slider_sustain .model_two .text_mod_cols {
    width: 100%;
  }
}
.sustainability .slider_group .slider_sustain .model_two .text_mod_cols .text_left {
  text-align: right;
  padding-right: 35px;
  width: 40%;
  padding-bottom: 35px;
  border-right: 2.5px solid #000000;
}
@media screen and (max-width: 768px) {
  .sustainability .slider_group .slider_sustain .model_two .text_mod_cols .text_left {
    padding-right: 25px;
    padding-bottom: 15px;
  }
}
.sustainability .slider_group .slider_sustain .model_two .text_mod_cols .text_left p.title {
  color: #000000;
  font-weight: 600;
  font-size: 2.3em;
  padding-bottom: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .sustainability .slider_group .slider_sustain .model_two .text_mod_cols .text_left p.title {
    font-size: 1.7em;
    margin-top: 15px;
  }
}
.sustainability .slider_group .slider_sustain .model_two .text_mod_cols .text_left p.country {
  color: #000000;
  margin: 0 0;
}
.sustainability .slider_group .slider_sustain .model_two .text_mod_cols .text_right {
  width: 55%;
}
.sustainability .slider_group .slider_sustain .model_two .text_mod_cols .text_right p.text_sustain {
  color: #000000;
  font-size: 1.7em;
  padding-left: 35px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .sustainability .slider_group .slider_sustain .model_two .text_mod_cols .text_right p.text_sustain {
    font-size: 1.3em;
    padding-left: 25px;
  }
}
.sustainability .slider_group .slick-dots {
  display: none;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 54px);
  display: flex;
  padding: 0;
  z-index: 6;
  margin: 0 auto;
}
.sustainability .slider_group .slick-dots li button {
  width: 17px;
  height: 17px;
  border-radius: 11px;
  margin: 0 5px;
  font-size: 0px;
  border: none;
  background-color: #0E1D61;
}
.sustainability .slider_group .slick-dots li.slick-active button {
  background-color: #D5AB81;
}

.team_section {
  background-color: #E9E9EB;
  padding: 1.5em 0 4em;
}
.team_section .titlesec {
  color: #D5AB81;
  font-size: 1.4em;
  font-weight: 400;
}
.team_section h2.team {
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1em;
}
.team_section h2.team span {
  font-size: 0.9em;
  font-weight: 600;
}
.team_section p.intro {
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 1em 0 3em;
}
.team_section .line_team_members .teamy {
  width: 12.5%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .team_section .line_team_members .teamy {
    width: 25%;
    margin: 25px 0;
  }
}
@media screen and (max-width: 500px) {
  .team_section .line_team_members .teamy {
    width: 50%;
  }
}
.team_section .line_team_members .teamy p {
  font-size: 0.9em;
}
.team_section .line_team_members .teamy p.job {
  font-size: 0.9em;
  margin: 0 0 10px 0;
  width: 100%;
}
.team_section .line_team_members .teamy p.name {
  font-size: 0.9em;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .team_section .line_team_members .frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.title_mentions h1 {
  padding: 65px 0 35px;
}
@media screen and (max-width: 500px) {
  .title_mentions h1 {
    padding: 65px 0 15px;
  }
}

.content_mentions h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 45px 0 25px;
  font-size: 1.4em;
}
@media screen and (max-width: 500px) {
  .content_mentions h2 {
    font-size: 1.1em;
  }
}
.content_mentions p {
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify;
}
@media screen and (max-width: 500px) {
  .content_mentions p {
    font-size: 0.9em;
  }
}/*# sourceMappingURL=index.css.map */