@charset "UTF-8";
/** HEADER **/
/** BORDER RADIUS **/
.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;
}

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

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

#breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
#breadcrumbs span {
  font-weight: 600;
  color: white;
}
#breadcrumbs span a {
  color: white;
  font-weight: 400;
}

.page-id-34 .block-section-realestate-cards:before, .page-id-36 .block-section-realestate-cards:before, .page-id-38 .block-section-realestate-cards:before, .page-id-40 .block-section-realestate-cards:before,
.page-id-632 .block-section-realestate-cards:before, .page-id-635 .block-section-realestate-cards:before, .page-id-637 .block-section-realestate-cards:before, .page-id-639 .block-section-realestate-cards:before {
  height: 120%;
  z-index: -2;
  top: -6rem;
  background-color: #ECF7FE;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
}
@media screen and (min-width: 992px) {
  .page-id-34 .block-section-realestate-cards:before, .page-id-36 .block-section-realestate-cards:before, .page-id-38 .block-section-realestate-cards:before, .page-id-40 .block-section-realestate-cards:before,
  .page-id-632 .block-section-realestate-cards:before, .page-id-635 .block-section-realestate-cards:before, .page-id-637 .block-section-realestate-cards:before, .page-id-639 .block-section-realestate-cards:before {
    height: 900px;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 90%);
  }
}
.page-id-34 .block-section-content ul, .page-id-36 .block-section-content ul, .page-id-38 .block-section-content ul, .page-id-40 .block-section-content ul,
.page-id-632 .block-section-content ul, .page-id-635 .block-section-content ul, .page-id-637 .block-section-content ul, .page-id-639 .block-section-content ul {
  list-style-type: none;
}
.page-id-34 .block-section-content ul li, .page-id-36 .block-section-content ul li, .page-id-38 .block-section-content ul li, .page-id-40 .block-section-content ul li,
.page-id-632 .block-section-content ul li, .page-id-635 .block-section-content ul li, .page-id-637 .block-section-content ul li, .page-id-639 .block-section-content ul li {
  margin-left: 0;
  margin-bottom: 1rem;
  color: #20305F;
  line-height: 26px;
}
.page-id-34 .block-section-content ul li:before, .page-id-36 .block-section-content ul li:before, .page-id-38 .block-section-content ul li:before, .page-id-40 .block-section-content ul li:before,
.page-id-632 .block-section-content ul li:before, .page-id-635 .block-section-content ul li:before, .page-id-637 .block-section-content ul li:before, .page-id-639 .block-section-content ul li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.99999L5.59758 1.37474C5.05212 0.677728 4.17697 0.264435 3.24364 0.264435H0C0.831515 1.339 4.93091 6.63138 5.21697 6.99999C4.93091 7.37084 0.831515 12.661 0 13.7356H3.24364C4.17697 13.7356 5.05212 13.3223 5.59758 12.6252L10 6.99999Z' fill='%23EB6131'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.99999L5.59758 1.37474C5.05212 0.677728 4.17697 0.264435 3.24364 0.264435H0C0.831515 1.339 4.93091 6.63138 5.21697 6.99999C4.93091 7.37084 0.831515 12.661 0 13.7356H3.24364C4.17697 13.7356 5.05212 13.3223 5.59758 12.6252L10 6.99999Z' fill='%23EB6131'/%3E%3C/svg%3E%0A");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-id-34 .block-section-cta .container, .page-id-36 .block-section-cta .container, .page-id-38 .block-section-cta .container, .page-id-40 .block-section-cta .container,
.page-id-632 .block-section-cta .container, .page-id-635 .block-section-cta .container, .page-id-637 .block-section-cta .container, .page-id-639 .block-section-cta .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .page-id-34 .block-section-cta .container, .page-id-36 .block-section-cta .container, .page-id-38 .block-section-cta .container, .page-id-40 .block-section-cta .container,
  .page-id-632 .block-section-cta .container, .page-id-635 .block-section-cta .container, .page-id-637 .block-section-cta .container, .page-id-639 .block-section-cta .container {
    padding: 3rem 0;
  }
}
.page-id-34 .block-section-cta .container .content-btn, .page-id-36 .block-section-cta .container .content-btn, .page-id-38 .block-section-cta .container .content-btn, .page-id-40 .block-section-cta .container .content-btn,
.page-id-632 .block-section-cta .container .content-btn, .page-id-635 .block-section-cta .container .content-btn, .page-id-637 .block-section-cta .container .content-btn, .page-id-639 .block-section-cta .container .content-btn {
  gap: 1rem;
}

.page-template-template-local-commercial .block-main .block-section-head {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  height: 400px;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-template-local-commercial .block-main .block-section-head {
    height: 720px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  }
}
@media screen and (min-width: 1920px) {
  .page-template-template-local-commercial .block-main .block-section-head {
    height: 904px;
  }
}
.page-template-template-local-commercial .block-main .block-section-head figure {
  position: absolute;
  top: -60px;
  right: -11rem;
  z-index: -1;
  max-height: 100%;
}
@media only screen and (min-width: 992px) {
  .page-template-template-local-commercial .block-main .block-section-head figure {
    top: 0;
    right: 0;
    width: 50%;
  }
}
.page-template-template-local-commercial .block-main .block-section-head:before {
  background-color: #EA5172;
}
.page-template-template-local-commercial .block-main .block-section-head:after {
  background-color: #e87085;
}
.page-template-template-local-commercial .block-main .block-section-content {
  position: relative;
  padding: 4rem 0;
}
.page-template-template-local-commercial .block-main .block-section-content:before {
  z-index: -1;
  top: -7rem;
}
@media screen and (min-width: 992px) {
  .page-template-template-local-commercial .block-main .block-section-content:before {
    top: -8rem;
    z-index: -3;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-template-local-commercial .block-main .block-section-content:before {
    top: -10rem;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-local-commercial .block-main .block-section-content:after {
    content: "";
    height: 100%;
    width: 27%;
    top: -41%;
    left: 8%;
    background-color: white;
    -webkit-mask-image: url(../src/img/keys-mask.png);
            mask-image: url(../src/img/keys-mask.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    z-index: -2;
  }
}
.page-template-template-local-commercial .block-main .block-section-content ul {
  list-style-type: none;
}
.page-template-template-local-commercial .block-main .block-section-content ul li {
  margin-left: 0;
  margin-bottom: 1rem;
  color: #20305F;
  line-height: 26px;
}
.page-template-template-local-commercial .block-main .block-section-content ul li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.99999L5.59758 1.37474C5.05212 0.677728 4.17697 0.264435 3.24364 0.264435H0C0.831515 1.339 4.93091 6.63138 5.21697 6.99999C4.93091 7.37084 0.831515 12.661 0 13.7356H3.24364C4.17697 13.7356 5.05212 13.3223 5.59758 12.6252L10 6.99999Z' fill='%23EB6131'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.99999L5.59758 1.37474C5.05212 0.677728 4.17697 0.264435 3.24364 0.264435H0C0.831515 1.339 4.93091 6.63138 5.21697 6.99999C4.93091 7.37084 0.831515 12.661 0 13.7356H3.24364C4.17697 13.7356 5.05212 13.3223 5.59758 12.6252L10 6.99999Z' fill='%23EB6131'/%3E%3C/svg%3E%0A");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-right: 5px;
  background-color: #EA5172;
}
.page-template-template-local-commercial .block-main .block-section-content .wp-block-column .card-testimonial {
  min-height: 300px;
}
@media screen and (min-width: 992px) {
  .page-template-template-local-commercial .block-main .block-section-content .wp-block-column .card-testimonial {
    margin-top: -5rem;
  }
}

.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=template-commercial.css.map*/