@charset "UTF-8";
/** HEADER **/
/** BORDER RADIUS **/
.card-testimonial {
  width: 100%;
  height: 100%;
  border-radius: 16px 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.card-testimonial figure {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.card-testimonial figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-testimonial .content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  .card-testimonial .content {
    padding: 2rem;
  }
}
.card-testimonial .content p {
  z-index: 3;
  line-height: 32px;
}
.card-testimonial .content p:first-child {
  position: relative;
}
.card-testimonial .content p:first-child:before {
  content: "";
  position: absolute;
  top: -35px;
  left: -5px;
  width: 39px;
  height: 39px;
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' fill='%23FFF' class='bi bi-quote' viewBox='0 0 16 16'%3E%3Cpath d='M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z'/%3E%3C/svg%3E");
}
.card-testimonial .content .witness {
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  width: 60%;
}
.card-testimonial .content .city {
  font-weight: 700;
}
.card-testimonial .content-video p:first-child:before {
  top: -55px;
  left: 3px;
  width: 50px;
  height: 50px;
  border: 1px solid white;
  border-radius: 100%;
  background-position: 70%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23FFF' class='bi bi-play' viewBox='0 0 16 16'%3E%3Cpath d='M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z'/%3E%3C/svg%3E");
}
.card-testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 16px 0;
}

.testimonial_01 {
  grid-area: testimonial_01;
}
.testimonial_01:before {
  background: linear-gradient(197.93deg, rgba(235, 97, 49, 0) 31.03%, rgba(235, 97, 49, 0.9) 94.2%);
}

.testimonial_02 {
  grid-area: testimonial_02;
}
.testimonial_02:before {
  background: linear-gradient(180.26deg, rgba(102, 36, 131, 0) 18.18%, rgba(102, 36, 131, 0.9) 87.86%);
}

.testimonial_03 {
  grid-area: testimonial_03;
  width: 100%;
  height: 100%;
}
.testimonial_03:before {
  background: linear-gradient(180.26deg, rgba(85, 122, 188, 0) 18.18%, rgba(85, 122, 188, 0.9) 87.86%);
}

.testimonial_04 {
  grid-area: testimonial_04;
  width: 100%;
  height: 100%;
}
.testimonial_04:before {
  background: linear-gradient(197.93deg, rgba(234, 81, 114, 0) 31.03%, rgba(234, 81, 114, 0.9) 94.2%);
}

@media only screen and (max-width: 992px) {
  .block-section-testimonials {
    padding: 3rem 0;
  }
}
.block-section-testimonials .row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-section-testimonials .row .col-12:first-child p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 1rem;
  color: #20305F;
}
.block-section-testimonials .row .col-12:last-child .content-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0.9fr 2.4fr 0.6fr 0.7fr 0.7fr;
  gap: 1rem;
  grid-auto-flow: row;
  height: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  grid-template-areas: "testimonial_01 testimonial_03" "testimonial_01 testimonial_03" "testimonial_01 testimonial_04" "testimonial_02 testimonial_04" "testimonial_02 testimonial_04" "testimonial_02 testimonial_04";
}
@media only screen and (min-width: 992px) {
  .block-section-testimonials .row .col-12:last-child .content-testimonials {
    width: 90%;
  }
}

.tag-card-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  color: white;
  width: 180px;
  height: 40px;
  font-weight: 700;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  filter: drop-shadow(3px 6px 13px rgba(0, 0, 0, 0.17));
  border-top-left-radius: 5px;
}
.tag-card-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #00B1AA;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='40' viewBox='0 0 180 40'%3E%3Cg id='Mask_group' data-name='Mask group' transform='translate(98)'%3E%3Cg id='Groupe_3635' data-name='Groupe 3635' style='mix-blend-mode: overlay;isolation: isolate'%3E%3Cpath id='Tracé_1606' data-name='Tracé 1606' d='M-98,0H82L73.515,33.94A8,8,0,0,1,65.754,40H-98V0Z' fill='%2300a1a3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='40' viewBox='0 0 180 40'%3E%3Cg id='Mask_group' data-name='Mask group' transform='translate(98)'%3E%3Cg id='Groupe_3635' data-name='Groupe 3635' style='mix-blend-mode: overlay;isolation: isolate'%3E%3Cpath id='Tracé_1606' data-name='Tracé 1606' d='M-98,0H82L73.515,33.94A8,8,0,0,1,65.754,40H-98V0Z' fill='%2300a1a3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}
.tag-card-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #00a1a3;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='40' viewBox='0 0 180 40'%3E%3Cg id='Mask_group' data-name='Mask group' transform='translate(98)'%3E%3Cg id='Groupe_3635' data-name='Groupe 3635' style='mix-blend-mode: overlay;isolation: isolate'%3E%3Cpath id='Tracé_1606' data-name='Tracé 1606' d='M-98,0H82L73.515,33.94A8,8,0,0,1,65.754,40H-98V0Z' fill='%2300a1a3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='40' viewBox='0 0 180 40'%3E%3Cg id='Mask_group' data-name='Mask group' transform='translate(98)'%3E%3Cg id='Groupe_3635' data-name='Groupe 3635' style='mix-blend-mode: overlay;isolation: isolate'%3E%3Cpath id='Tracé_1606' data-name='Tracé 1606' d='M-98,0H82L73.515,33.94A8,8,0,0,1,65.754,40H-98V0Z' fill='%2300a1a3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}
.tag-card-header span {
  display: inline-block;
  margin-left: 3px;
}

.tag-card-header-accession:before {
  background-color: #ed6d3f;
}
.tag-card-header-accession:after {
  background-color: #EB6131;
}

.tag-card-header-terrain:before {
  background-color: #EA5172;
}
.tag-card-header-terrain:after {
  background-color: #EA5172;
}

.card-realestate {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 1rem auto;
  position: relative;
}
.card-realestate .card-header {
  width: 100%;
  flex-basis: 100%;
  height: 205px;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (min-width: 769px) {
  .card-realestate .card-header {
    height: 190px;
  }
}
.card-realestate .card-header figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.card-realestate .card-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-realestate .card-body {
  flex-basis: calc(100% - 300px);
}
@media screen and (max-width: 769px) {
  .card-realestate .card-body {
    flex-basis: auto;
  }
}
.card-realestate .card-body .card-title, .card-realestate .card-body .title-primary-small {
  margin-bottom: 0.5rem;
}

.card-realestate-vertical {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.card-realestate-vertical .card-header {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .card-realestate-vertical .card-header {
    width: 300px;
    flex-basis: 248px;
    height: 190px;
  }
}
.card-realestate-vertical .card-body {
  flex-grow: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .card-realestate-vertical .card-body {
    padding: 2rem;
  }
}
.card-realestate-vertical .card-body .price {
  margin-bottom: 0.75rem;
}

.card-tag-body {
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 0.5rem 0.6rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #EA5172;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.card-features {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card-features span {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E7897;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.card-features span:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #6E7897;
  position: absolute;
  top: 0;
  left: -8px;
}
.card-features span:first-child:after {
  content: none;
}

.slick-list {
  margin: 0 -10px !important;
}

.slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 992px) {
  .slick-slide {
    padding: 0;
  }
}

.slick-responsive {
  max-width: 100%;
}

.slick-arrow {
  width: 64px;
  height: 64px;
  z-index: 5;
  align-items: center;
  display: flex;
  justify-content: center;
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #20305F;
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12H5' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12H5' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: 0.5s;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  border: transparent;
  transition: all 0.35s ease-in-out;
}

.slick-prev:before, .prev-arrow:before {
  transform: rotate(180deg);
}

.slick-disabled:before {
  background-color: #8A92AB;
}

.content-slick-arrows {
  position: absolute;
  top: 6%;
  right: 5.5%;
  background: #FFFFFF;
  box-shadow: 3px 6px 13px rgba(0, 0, 0, 0.17);
  border-radius: 8px 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  display: flex;
  flex-direction: row-reverse;
}
.content-slick-arrows .slick-arrow {
  flex-grow: 1;
}
.content-slick-arrows .slick-arrow:first-child {
  border-left: 1px solid #C5CCE1;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.icon-search-bar {
  background-color: #20305F;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19.75C15.4183 19.75 19 16.1683 19 11.75C19 7.33172 15.4183 3.75 11 3.75C6.58172 3.75 3 7.33172 3 11.75C3 16.1683 6.58172 19.75 11 19.75Z' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21.7499L16.65 17.3999' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19.75C15.4183 19.75 19 16.1683 19 11.75C19 7.33172 15.4183 3.75 11 3.75C6.58172 3.75 3 7.33172 3 11.75C3 16.1683 6.58172 19.75 11 19.75Z' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21.7499L16.65 17.3999' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.shape-trapezoid {
  position: relative;
}
.shape-trapezoid:before, .shape-trapezoid:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.shape-trapezoid-w-image:after {
  -webkit-mask-image: url(../src/img/img-union.png);
          mask-image: url(../src/img/img-union.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  top: -10%;
}

.shape-trapezoid-purple:before {
  height: 270px;
  background-color: #662483;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.shape-trapezoid-turquoise {
  overflow: hidden;
}
.shape-trapezoid-turquoise:before {
  height: 1050px;
  background-color: #00B1AA;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-turquoise:before {
    height: 773px;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
  }
}
.shape-trapezoid-turquoise:after {
  height: 1050px;
  background-color: #009490;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-turquoise:after {
    height: 773px;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
  }
}

.shape-trapezoid-yellow:before {
  height: 800px;
  background-color: #FBB737;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
}
.shape-trapezoid-yellow:after {
  height: 800px;
  background-color: #FCC24C;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
}

.shape-trapezoid-blue:before {
  height: 400px;
  min-height: auto;
  background-color: #557ABC;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-blue:before {
    height: 800px;
  }
}
.shape-trapezoid-blue:after {
  height: 400px;
  min-height: auto;
  background-color: #446296;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-blue:after {
    height: 800px;
  }
}

.shape-trapezoid-orange:before {
  background-color: #EB6131;
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-orange:before {
    height: 736px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  }
}

.shape-trapezoid-pink:before {
  background-color: #EA5172;
}

.shape-trapezoid-blue-light:before {
  height: 500px;
  background-color: #ECF7FE;
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 89%);
          clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 89%);
}
@media screen and (min-width: 1920px) {
  .shape-trapezoid-blue-light:before {
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 95%);
  }
}
.shape-trapezoid-blue-light:after {
  content: none;
}

.shape-trapezoid-cta:before {
  height: 250px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-cta:before {
    height: 300px;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  }
}
.shape-trapezoid-cta:after {
  height: 250px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-cta:after {
    height: 300px;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  }
}

.shape-trapezoid-orange-cta:before {
  background-color: #E84F21;
}
.shape-trapezoid-orange-cta:after {
  background-color: #EB6131;
}

.shape-trapezoid-secondary-cta:before {
  background-color: #EB6131;
}
.shape-trapezoid-secondary-cta:after {
  background-color: #E84F21;
  top: 0;
}
.shape-trapezoid-secondary-cta .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-secondary-cta .container {
    padding: 3rem 0;
  }
}
.shape-trapezoid-secondary-cta .container .content-btn {
  gap: 1rem;
}

.shape-trapezoid-green-cta:before {
  background-color: #00B1AA;
}
.shape-trapezoid-green-cta:after {
  background-color: #33c1bb;
}

.block-shape-top {
  position: relative;
  padding-top: 7rem;
}
@media only screen and (min-width: 992px) {
  .block-shape-top {
    padding-top: calc((132px + 40px) + 1.5rem);
  }
}
.block-shape-top:before {
  height: 55vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  background-color: #557ABC;
}
@media only screen and (min-width: 1920px) {
  .block-shape-top:before {
    height: 38vh;
  }
}
.block-shape-top:after {
  height: 55vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  background-color: #7795c9;
}
@media only screen and (min-width: 1920px) {
  .block-shape-top:after {
    height: 38vh;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #20305F;
}
.card .card-header {
  position: relative;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .card .card-header {
    height: 350px;
  }
}
.card .card-header figure {
  width: 100%;
  height: 100%;
}
.card .card-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-body {
  flex-basis: calc(100% - 250px);
  padding: 1rem 0;
}
@media screen and (min-width: 1200px) {
  .card .card-body {
    padding: 1.5rem 0;
  }
}
.card .card-body .card-title {
  margin: 0 0 0.5rem 0;
}

.card-small .card-header {
  flex-basis: 187px;
}

.figure-withfallback {
  background: url(../src/img/img-fallback.jpg) no-repeat center/cover;
}

.card-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #557ABC;
}

.card .card-header {
  height: 250px;
}

.block-section {
  padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .block-section {
    padding: 4rem 0;
  }
}
.block-section .row-titles {
  justify-content: space-between;
  margin-bottom: 1rem;
}

.block-section-head {
  position: relative;
  min-height: 60vh;
  padding-top: 6rem;
}
@media only screen and (min-width: 992px) {
  .block-section-head {
    height: 100vh;
  }
}
.block-section-head:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-section-head .container, .block-section-head .container-small {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .block-section-head .container, .block-section-head .container-small {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .block-section-head .container .row, .block-section-head .container-small .row {
    height: 100%;
  }
}
.block-section-head .container .row .col-12, .block-section-head .container-small .row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-section-head .container .row .col-12 .title-primary-xxl, .block-section-head .container-small .row .col-12 .title-primary-xxl {
  margin-top: 2rem;
}
.block-section-head .container .row .col-12 .title-primary-large, .block-section-head .container-small .row .col-12 .title-primary-large {
  margin: 2rem 0 1rem 0;
  font-size: 24px;
  font-size: 1.5rem;
}

.block-section-seo {
  opacity: 0.3;
  padding: 4rem 0;
}
@media only screen and (min-width: 992px) {
  .block-section-seo {
    padding: 7rem 0;
  }
}
.block-section-seo * {
  color: #20305F;
}
.block-section-seo h2, .block-section-seo h3 {
  font-size: 16px;
  font-size: 1rem;
}
.block-section-seo p {
  font-size: 14px;
  font-size: 0.875rem;
}

@keyframes animation-spotlight {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 992px) {
  .block-main-home .spotlight {
    background-color: #662483;
    padding: 1rem 0;
  }
}
.block-main-home .card-spotlight-home {
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .block-main-home .card-spotlight-home {
    background-color: #662483;
    max-width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .block-main-home .card-spotlight-home {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 564px;
    width: 28.3333333333%;
    top: 85vh;
    animation: animation-spotlight 1s ease 0.5s 1 normal forwards;
    opacity: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .block-main-home .card-spotlight-home {
    top: 67vh;
    width: 22.1333333333%;
  }
}
.block-main-home .block-section-head {
  background-color: #662483;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-head {
    min-height: 80vh;
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-head {
    height: 100vh;
  }
}
@media only screen and (min-width: 1920px) {
  .block-main-home .block-section-head {
    height: 80vh;
  }
}
.block-main-home .block-section-head:before {
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../src/img/img-bg-frontpage-01-mobile.jpg);
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-head:before {
    width: 90%;
    height: 80%;
    background: center/cover no-repeat url(../src/img/img-bg-frontpage-01.jpg);
  }
}
.block-main-home .block-section-head:after {
  content: "";
  width: 89%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-head.block-section-head-hovered-housing:before {
    background: center/cover no-repeat url(../src/img/img-bg-frontpage-housing.jpg);
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-head.block-section-head-hovered-shop:before {
    background: center/cover no-repeat url(../src/img/img-bg-frontpage-shop.jpg);
  }
}
.block-main-home .block-section-head .container .row .col-12 {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-head .container .row .col-12 .title-primary-xxl {
    margin-top: 17rem;
    margin-bottom: 0;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-head .container .row .col-12 .title-primary-large {
    margin-top: 0.75rem;
    margin-bottom: 0;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.block-main-home .block-section-head .container .row .col-12 .content-btn {
  margin: 0.5rem auto 0 auto;
  background-color: white;
  height: 70px;
  overflow: hidden;
  width: 90%;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px 6px 13px rgba(0, 0, 0, 0.17);
}
@media screen and (min-width: 992px) {
  .block-main-home .block-section-head .container .row .col-12 .content-btn {
    width: 400px;
    height: 90px;
    margin: 1rem auto 0 auto;
  }
}
.block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  color: #20305F;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn:first-child:before, .block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn:last-child:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='49' height='65' viewBox='0 0 49 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='0.6'%3E%3Cpath d='M48.0908 32.3918L26.9192 5.33955C24.2961 1.98756 20.0874 0 15.5989 0H0C3.99882 5.16765 23.7131 30.6192 25.0888 32.3918C23.7131 34.1753 3.99882 59.616 0 64.7837H15.5989C20.0874 64.7837 24.2961 62.7961 26.9192 59.4441L48.0908 32.3918Z' fill='%2320305F'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg width='49' height='65' viewBox='0 0 49 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='0.6'%3E%3Cpath d='M48.0908 32.3918L26.9192 5.33955C24.2961 1.98756 20.0874 0 15.5989 0H0C3.99882 5.16765 23.7131 30.6192 25.0888 32.3918C23.7131 34.1753 3.99882 59.616 0 64.7837H15.5989C20.0874 64.7837 24.2961 62.7961 26.9192 59.4441L48.0908 32.3918Z' fill='%2320305F'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 50px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    content: "";
  }
}
.block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn:first-child {
  border-bottom: 8px solid #EB6131;
  border-right: 1px solid #E1E1DF;
}
.block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn:first-child:hover {
  background-color: #EB6131;
  color: white;
  transition: all 0.35s ease-in-out;
}
.block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn:first-child:hover:before {
  background-color: #E23D29;
  transition: all 0.35s ease-in-out;
}
.block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn:last-child {
  border-bottom: 8px solid #EB6131;
  border-bottom: 8px solid #EA5172;
}
.block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn:last-child:hover {
  background-color: #EA5172;
  color: white;
  transition: all 0.35s ease-in-out;
}
.block-main-home .block-section-head .container .row .col-12 .content-btn .card-btn:last-child:hover:before {
  background-color: #E13461;
  transition: all 0.35s ease-in-out;
}
.block-main-home .block-section-steps {
  overflow: hidden;
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps {
    padding: 0;
  }
}
.block-main-home .block-section-steps:before {
  height: 100%;
}
.block-main-home .block-section-steps:after {
  -webkit-mask-size: cover;
          mask-size: cover;
  top: 0;
  height: 100%;
}
.block-main-home .block-section-steps .row {
  height: 1050px;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .row {
    height: 773px;
  }
}
.block-main-home .block-section-steps .row .col-12:first-child, .block-main-home .block-section-steps .row .col-8:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-main-home .block-section-steps .row .col-12:first-child p, .block-main-home .block-section-steps .row .col-8:first-child p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 1rem;
}
.block-main-home .block-section-steps .row .col-12:last-child, .block-main-home .block-section-steps .row .col-8:last-child {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-steps .row .col-12:last-child, .block-main-home .block-section-steps .row .col-8:last-child {
    margin-top: -4rem;
  }
}
.block-main-home .block-section-steps .row .col-12:last-child figure, .block-main-home .block-section-steps .row .col-8:last-child figure {
  position: absolute;
  bottom: -4%;
  right: -105%;
  width: 230%;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .row .col-12:last-child figure, .block-main-home .block-section-steps .row .col-8:last-child figure {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
}
.block-main-home .block-section-steps .list-steps {
  list-style: none;
  position: relative;
  width: 80%;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .list-steps {
    padding: 0 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.block-main-home .block-section-steps .list-steps li {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .list-steps li {
    position: absolute;
  }
}
.block-main-home .block-section-steps .list-steps li:nth-child(2n) .card {
  margin-right: 0;
  margin-left: auto;
}
.block-main-home .block-section-steps .list-steps li .card {
  background-color: white;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 3px 6px 13px rgba(0, 0, 0, 0.17);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  width: 270px;
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .list-steps li .card {
    width: 330px;
    height: 100px;
    padding: 1rem 2rem 1rem 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-steps .list-steps li .card {
    margin-bottom: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.block-main-home .block-section-steps .list-steps li .card:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #D0EBFC;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #00B1AA;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .list-steps li .card:before {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
}
.block-main-home .block-section-steps .list-steps li .card .btn-with-arrow {
  color: #662483;
}
.block-main-home .block-section-steps .list-steps li .card .btn-with-arrow:before {
  border-color: #662483;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .list-steps li:nth-child(1) {
    top: 19%;
    left: 28%;
  }
}
.block-main-home .block-section-steps .list-steps li:nth-child(1) .card:before {
  content: "1";
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-steps .list-steps li:nth-child(2) {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .list-steps li:nth-child(2) {
    top: 39%;
    left: 55%;
  }
}
.block-main-home .block-section-steps .list-steps li:nth-child(2) .card:before {
  content: "2";
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .list-steps li:nth-child(3) {
    top: 58%;
    left: 5%;
  }
}
.block-main-home .block-section-steps .list-steps li:nth-child(3) .card:before {
  content: "3";
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-steps .list-steps li:nth-child(4) {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-steps .list-steps li:nth-child(4) {
    top: 77%;
    left: 40%;
  }
}
.block-main-home .block-section-steps .list-steps li:nth-child(4) .card:before {
  content: "4";
}
.block-main-home .block-section-accession-directe {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-accession-directe {
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 93%, 0% 100%);
            clip-path: polygon(0 0, 100% 2%, 100% 93%, 0% 100%);
    padding: 2rem 0;
    margin-top: -5rem;
    z-index: 0;
  }
}
.block-main-home .block-section-accession-directe:before {
  height: 103%;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-accession-directe:before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 0% 93%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 0% 93%);
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-accession-directe .row {
    -webkit-clip-path: polygon(0 0, 100% -5%, 100% 85%, 0% 100%);
            clip-path: polygon(0 0, 100% -5%, 100% 85%, 0% 100%);
  }
}
@media only screen and (min-width: 1200px) {
  .block-main-home .block-section-accession-directe .row .col-12:first-child, .block-main-home .block-section-accession-directe .row .col-8:first-child {
    order: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .block-main-home .block-section-accession-directe .row .col-12:last-child, .block-main-home .block-section-accession-directe .row .col-8:last-child {
    order: 1;
  }
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-accession-directe .row .col-12:last-child figure, .block-main-home .block-section-accession-directe .row .col-8:last-child figure {
    left: 2rem;
  }
}
.block-main-home .block-section-accession-directe .row .col-12:last-child figure img, .block-main-home .block-section-accession-directe .row .col-8:last-child figure img {
  width: 65%;
}
@media only screen and (min-width: 1200px) {
  .block-main-home .block-section-accession-directe .row .col-12:last-child figure img, .block-main-home .block-section-accession-directe .row .col-8:last-child figure img {
    transform: scale(-1, 1);
  }
}
.block-main-home .block-section-accession-directe .list-steps {
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-accession-directe .list-steps {
    top: -3rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-accession-directe .list-steps li:nth-child(1) {
    top: 19%;
    left: 28%;
  }
}
.block-main-home .block-section-accession-directe .list-steps li:nth-child(1) .card:before {
  content: "1";
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-accession-directe .list-steps li:nth-child(2) {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-accession-directe .list-steps li:nth-child(2) {
    top: 39%;
    left: 55%;
  }
}
.block-main-home .block-section-accession-directe .list-steps li:nth-child(2) .card:before {
  content: "2";
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-accession-directe .list-steps li:nth-child(3) {
    top: 58%;
    left: 30%;
  }
}
.block-main-home .block-section-accession-directe .list-steps li:nth-child(3) .card:before {
  content: "3";
}
@media only screen and (max-width: 992px) {
  .block-main-home .block-section-accession-directe .list-steps li:nth-child(4) {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-accession-directe .list-steps li:nth-child(4) {
    top: 77%;
    left: 40%;
  }
}
.block-main-home .block-section-accession-directe .list-steps li:nth-child(4) .card:before {
  content: "4";
}
.block-main-home .block-section-location-accession {
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-location-accession {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 93%);
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-location-accession .row {
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
  }
}
@media only screen and (min-width: 992px) {
  .block-main-home .block-section-location-accession .row:first-child {
    padding: 0 0 0 5rem;
  }
}
@media only screen and (min-width: 1920px) {
  .block-main-home .block-section-location-accession .row:first-child {
    padding: 0 0 0 17rem;
  }
}
.block-main-home .block-section-location-accession .row:first-child p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1920px) {
  .block-main-home .block-section-location-accession .row:last-child figure {
    right: -21%;
  }
  .block-main-home .block-section-location-accession .row:last-child figure img {
    width: 65%;
  }
}
.block-main-home .card-realestate .card-header {
  height: 250px;
  flex-basis: initial;
}

.block-footer {
  -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
  background-color: #662483;
  padding: 4rem 0 3rem 0;
}
@media only screen and (min-width: 992px) {
  .block-footer {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
}
.block-footer a {
  text-decoration: none;
}
.block-footer ul {
  list-style-type: none;
}
.block-footer ul li {
  margin: 0;
}
.block-footer ul li a {
  color: #C5CCE1;
}
.block-footer .coordonnees-container #menu-menu-pied-de-page {
  margin-top: 5rem;
}
@media only screen and (max-width: 992px) {
  .block-footer .coordonnees-container {
    text-align: center;
  }
  .block-footer .coordonnees-container #menu-menu-pied-de-page {
    margin-top: 0;
  }
  .block-footer .coordonnees-container > :nth-child(1) {
    order: 4;
  }
  .block-footer .coordonnees-container > :nth-child(2) {
    order: 1;
  }
  .block-footer .coordonnees-container > :nth-child(3) {
    order: 2;
  }
  .block-footer .coordonnees-container > :nth-child(4) {
    order: 3;
  }
}
.block-footer .coordonnees-container .address {
  margin-top: 3rem;
}
@media only screen and (min-width: 992px) {
  .block-footer .coordonnees-container .address {
    margin-top: 0;
  }
}
.block-footer .menu-parent .title-secondary-medium {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.block-footer .menu-parent .title-primary-medium {
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: flex;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .title-primary-medium {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .title-primary-medium:after {
    display: inline-block;
    content: "";
    position: relative;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 9px;
    height: 16px;
    transition: all 0.35s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  .block-footer .menu-parent .title-primary-medium.legal {
    display: none;
  }
}
.block-footer .menu-parent .menu {
  margin-bottom: 3rem;
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu {
    margin-bottom: 0rem;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
.block-footer .menu-parent .menu li {
  margin: 1rem 0 0;
  list-style: none;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu li {
    margin: 0;
  }
}
.block-footer .menu-parent .menu li a {
  display: inline-block;
  color: #C5CCE1;
  text-decoration: none;
  position: relative;
}
.block-footer .menu-parent .menu li a:after {
  display: inline-block;
  content: "";
  position: relative;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  transition: all 0.35s ease-in-out;
}
.block-footer .menu-parent .menu li a:hover:after {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu.active {
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 1rem;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu.active li {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent:after {
    display: inline-block;
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background: #8A92AB;
  }
}
.block-footer .menu-parent.active .title-menu-footer:after {
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
}
.block-footer .menu-legals li {
  line-height: 26px;
}
.block-footer .menu-legals li a {
  font-weight: 400;
  font-size: 14px;
}
.block-footer strong, .block-footer small {
  display: inline;
}
.block-footer small {
  color: #C5CCE1;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-footer figure {
  width: 60%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .block-footer figure {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-footer .btn {
  margin-bottom: 1rem;
  color: #20305F;
}
.block-footer .outro {
  margin-bottom: 1rem;
}
.block-footer .hours {
  font-weight: 600;
  margin-top: 0.5rem;
}
.block-footer .phone {
  text-decoration: none;
  font-size: 24px;
  color: white;
  display: block;
  margin: 1rem 0 0.5rem;
}
.block-footer .btn-primary-reverse {
  margin-top: 1.5rem;
}
.block-footer .col-newsletter .container-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
@media only screen and (max-width: 992px) {
  .block-footer .col-newsletter .container-newsletter {
    margin-bottom: 3rem;
  }
}
.block-footer .col-newsletter .container-newsletter .btn-blue {
  margin-top: 1rem;
  display: inline-block;
  color: white;
}
.block-footer .blue-text-footer {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.block-footer .labels-container {
  align-items: flex-end;
}
.block-footer .labels-container .row {
  align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  .block-footer .labels-container .row {
    align-items: center;
  }
  .block-footer .labels-container .row > :nth-child(2) {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .block-footer .labels-container {
    align-items: initial;
  }
}
.block-footer .mention {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .block-footer .mention {
    justify-content: center;
    margin-top: 3rem;
  }
}
.block-footer .mention span {
  margin-bottom: -1px;
}
.block-footer .mention .logo-meldomys {
  margin-left: 5px;
}
.block-footer .logo-meldomys-mobile {
  margin-top: 0.5rem;
}
.block-footer #menu-logements-particuliers-1 {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 992px) {
  .block-footer .copyright {
    text-align: center;
  }
}

.social-links {
  display: flex;
  flex-direction: row;
  margin-left: 0;
  padding: 0;
  position: relative;
  top: initial;
  background-color: transparent;
}
.social-links li {
  list-style-type: none;
}
.social-links li a {
  color: white;
}

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