/*
Theme Name: Ascensio
Version: 1.0
Author: sept24
Text Domain: asc
*/
.admin-bar #header {
    top: 32px;
}
body,
html {
    font-family: Prompt, sans-serif !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body {
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
    position: relative !important;
}
a,
a:link {
    color: #8f6d4f;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover {
    color: #8f6d4f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.hover {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.hover:hover {
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 40px;
}
.left {
    text-align: left !important;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #fff;
}
#mask {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loader {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    top: 50%;
    left: 50%;
}
.no-js #mask {
    display: none;
}
.admin-bar .navbar {
    top: 32px;
}
.navbar .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 15px;
}
.nav-item .nav-link:hover,
.nav-item a.nav-link.active {
    color: #8f6d4f !important;
}
.nav-item .nav-link {
    color: #4a4a4a !important;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}
.navbar {
    padding: 0 !important;
    background-color: #fefefe;
    height: 74px !important;
    border-bottom: 1px solid #dad1b5;
}
.navbar-brand {
    font-size: 20px !important;
    color: #4a4a4a !important;
    height: 74px;
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: flex-end;
    padding-right: 15px;
}
div.main-logo {
    display: inline !important;
}
.navbar-brand .main-logo img {
    width: 170px;
    height: auto;
}
a.nav-link.flag img {
    width: 20px;
    height: 20px;
}
.navbar-light .navbar-toggler {
    border-color: transparent !important;
    color: #8f6d4f !important;
}
.navbar-light .navbar-toggler:hover {
    color: #4a4a4a !important;
}
.navbar-toggler {
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}
.navbar-toggler:focus {
    outline: 0;
}
.container {
    max-width: 1360px !important;
}
.section {
    width: auto;
    height: auto;
    margin: 0;
}
.spacer-20 {
    height: 20px;
}
.spacer-40 {
    height: 40px;
}
.spacer-74 {
    height: 74px;
}
.spacer-80 {
    height: 80px;
}
.spacer-100 {
    height: 100px;
}
.spacer-130 {
    height: 130px;
}
.spacer-160 {
    height: 160px;
}










#main-slider img.main-slider-dt-image {display:none;}
#main-slider img.main-slider-mobile-image {display:block;}

#main-slider-container .sy-box {
    height: 100vw;
}
    @media (min-width: 568px) {
        #main-slider-container .sy-box {
            margin-top: 74px;
            height: 80vw;
        }
    }

    @media (min-width: 768px) {
        #main-slider-container .sy-box {
            height: 60vw;
        }
    }

    @media (min-width: 992px) {
        #main-slider-container .sy-box {
            height: unset;
        }
    }

#main-slider-container .sy-slide {
    height: 100%;
}

#main-slider .main-slider-mobile-image {
    height: 100%;
    object-fit: cover;
}



@media (min-width: 992px) {

    #main-slider img.main-slider-mobile-image {display:none;}
    #main-slider img.main-slider-dt-image {display:block;}

    

    #main-slider-container .sy-slide {
        height: unset;
    }
}

.pop-center-page {
    margin: 0 auto;
}













.btn-main {
    text-align: center;
    font-size: 14px;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff !important;
    min-width: 50px;
    padding: 15px 35px;
    background-color: #8f6d4f;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    line-height: 1;
}
.btn-main:hover {
    background-color: #8f6d4f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.btn-download {
    text-align: center;
    font-size: 14px;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff !important;
    min-width: 50px;
    padding: 15px 35px;
    background-color: #dad1b5;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.btn-download:hover {
    background-color: #8f6d4f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.sy-pager li {
    display: inline-block;
    width: 20px;
    height: 2px;
    margin: 0 10px 0 0;
    border-radius: 0;
}
.sy-pager li a {
    background-color: #dad1b5;
    text-indent: -9999px;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-radius: 0;
}
.sy-pager li.sy-active a {
    background-color: #8f6d4f;
}
.sy-controls li {
    width: 10%;
    min-width: 4.2em;
    height: 100%;
}
.sy-controls li.sy-prev a:after,
span.carousel-control-prev-icon {
    background-position: 45%;
    content: "";
    background-image: url("images/back.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
}
.sy-controls li.sy-next a:after,
span.carousel-control-next-icon {
    background-position: 50%;
    content: "";
    background-image: url("images/next.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
}
.sy-controls li a:link,
.sy-controls li a:visited {
    opacity: 0.2;
}
.sy-controls li a:focus,
.sy-controls li a:hover {
    opacity: 0.8;
    outline: 0;
}
.sy-controls li a:after {
    content: "";
    background-image: none;
    background-color: #181818;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 45%;
    border-radius: 0;
    margin-top: -40px;
    margin-left: -40px;
}
.white-box {
    padding: 20px 40px;
    background: #fff;
    border: 2px solid #dad1b5;
    width: 100%;
    margin-top: -300px;
}
.white-box span {
    font-size: 18px;
    line-height: 30px;
    color: #8f6d4f;
    letter-spacing: 8px;
    padding: 20px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}
.white-box p {
    padding: 20px;
}
.white-box-link {
    width: 100%;
    text-align: right;
    left: -15px;
    position: absolute;
}
.services {
    position: relative;
}
.service-box-left {
    margin: 20px 0 40px 0;
}
.service-box-right {
    margin: 20px 0;
    text-align: right;
}
.service-box-left img {
    text-align: left;
    width: 300px;
    height: 300px;
}
.service-box-right img {
    text-align: right;
    width: 300px;
    height: 300px;
}
.services .service-content-box {
    background: #8f6d4f;
    opacity: 0.9;
    padding: 40px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 22%;
}
.services .service-box-right .service-content-box {
    text-align: left;
    margin-right: 140px;
    margin-left: -5px;
}
.services .service-box-left .service-content-box {
    text-align: right;
    margin-left: 140px;
    margin-right: -5px;
}
.services .service-content-box p {
    margin: 0;
    padding: 0;
}
.services .service-content-box span {
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}
.sy-box h4 {
    position: relative;
    top: 75px;
    font-size: 18px;
    line-height: 30px;
    color: #8f6d4f !important;
    letter-spacing: 8px;
    padding: 20px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}
.title {
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 160%;
    color: #8f6d4f;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    overflow: hidden;
}
.title p {
    text-transform: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: normal;
}
.team img {
    width: 100%;
    margin: 0 0 5px 0;
}
.team .team-name {
    font-weight: 700;
    text-align: left;
    color: #8f6d4f;
    text-transform: uppercase;
    line-height: normal;
}
.team .team-name span {
    width: 100%;
    display: block;
    font-weight: 300;
    color: #4a4a4a;
    text-transform: none;
    line-height: normal;
}
.team .team-social {
    color: #4a4a4a;
    text-align: left;
    margin: 10px 0;
}
.team .team-social a,
.team .team-social a:link {
    color: #4a4a4a;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.team .team-social a:hover {
    color: #8f6d4f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.team .team-social i {
    margin-right: 10px;
}
section {
    width: 100%;
    opacity: 1;
}
.loaded section,
.no-js section {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
#preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 480px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#immeubles-slider .bcg {
    min-height: 500px;
}
.hsContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: table;
}
.hsContent {
    vertical-align: middle;
    display: table-cell;
}
.hsContent .centered-content {
    margin: 0 auto;
    text-align: center;
}
.hsContent h2 {
    width:100%;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 60px;
    color: #8f6d4f;
    text-align: center;
    display: inline-block;
    padding: 40px 20px;
    border: 2px solid #dad1b5;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

@media only screen and (min-width: 768px) {
    .hsContent h2 {
        padding: 40px 100px;
    }
}

.hsContent h2 span {
    color: #fff;
}

#slide-2 .bcg {
    background-image: url("images/parallax-back/parallax-02.jpg");
}
#slide-3 .bcg {
    background-image: url("images/parallax-back/parallax-03.jpg");
}
#slide-4 .bcg {
    background-image: url("images/parallax-back/parallax-04.jpg");
}
#slide-4 .hsContent {
    margin-left: -450px;
    position: fixed;
    top: 250px;
}
#slide-4 h2 {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    content: " ";
}
.button {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 10px;
    color: #4a4a4a;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    cursor: pointer;
    border: none;
    background: 0 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.button:focus {
    outline: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.button:hover {
    color: #8f6d4f;
}
.button.is-checked,
.button:active {
    color: #8f6d4f;
}
.button-group {
    margin-bottom: 20px;
    text-align: center;
}
.button-group:after {
    content: "";
    display: block;
    clear: both;
}

.grid-item,
.grid-sizer {width: 32.69%;}
.gutter-sizer { width: 1%; }


.grid-logements .grid-item,
.grid-logements .grid-sizer {
    width: 49.4%;
    overflow: hidden;
}
.grid-logements .gutter-sizer { width: 1%; }

@media (max-width: 568px) {
    .grid-logements .grid-item,
    .grid-logements .grid-sizer {width:99%;}
}


.grid:after {
    content: "";
    display: block;
    clear: both;
}
.grid-item {
    float: left;
    margin: 0;
    padding: 0;
    color: #262524;
    position: relative;
    background:#271E16;
    margin-bottom: 15px;
}/*
.grid-item:nth-child(2n+1) {
    margin-left: 8px;
}
*/

.grid-item > * {
    margin: 0;
    padding: 0;
}
.grid-item a {
    display: block;
}
.grid-item .name {
    position: relative;
    text-transform: uppercase;
    line-height: normal;
    font-size: 15px;
    font-weight: 700;
}
.grid-item span {
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    display: block;
    padding-right: 30px;
    margin-bottom: 15px;
}
.grid-item span.logement-title {
    font-size: 19px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #8f6d4f;
    margin-bottom: 5px;
}
.grid-item .box {
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #8f6d4f;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 5px;
}
.grid-item .box:hover {
    opacity: 0.9;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.grid-item .img {
    width: 100%;
    /*
    padding: 5px;
    */
}
.grid-item .img img {
    width: 100%;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.project-page .project-info {
    text-align: left;
}
.project-page .project-info ul li {
    list-style: none;
}
.project-page .project-info li.description {
    padding-top: 40px;
    margin-top: 40px;
    margin-right: 40px;
    border-top: 1px solid #dad1b5;
}
.project-page .project-info span {
    width: auto;
    margin-right: 10px;
    color: #8f6d4f;
    letter-spacing: 0;
    font-size: 14px;
    padding: 0;
}
.project-page .white-box {
    padding: 40px;
    margin-bottom: 40px;
}
.pager .next,
.pager .prev {
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 100px;
    background-color: rgba(24, 24, 24, 0.3);
    background-repeat: no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer;
}
.pager .prev span {
    display: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    padding: 35px 20px 35px 35px;
}
.pager .next span {
    display: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    padding: 35px 35px 35px 20px;
}
.pager .next:hover > span,
.pager .prev:hover > span {
    display: block;
}
.pager .prev {
    left: 0;
    background-image: url("images/back.svg");
    background-position: left center;
}
.pager .next {
    right: 0;
    background-image: url("images/next.svg");
    background-position: right center;
    text-align: right;
}
.pager .next:hover,
.pager .prev:hover {
    background-color: rgba(24, 24, 24, 0.9);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: auto;
}
.carousel-caption p {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}
.carousel-indicators {
    margin-top: 30px;
    bottom: 0;
    position: relative;
}
.carousel-indicators li {
    background-color: #dad1b5;
}
.carousel-indicators .active {
    background-color: #8f6d4f;
}
.stat {
    margin: 100px auto;
    text-align: center;
}
.highlight {
    color: #8f6d4f;
    padding: 20px 0;
    font-weight: 100;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 80px;
}
.stat i {
    color: #8f6d4f;
}
.milestone-details {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #4a4a4a;
}
#map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.contact {
    margin: 60px 0;
}
.contact .contact-logo {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}
.contact .contact-logo img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.contact .info {
    margin: 20px 0 40px 0;
    font-family: inherit;
}
#contact .info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.info p strong {
    display: block;
}
.contact-form {
    width: 90%;
}
.contact-form input {
    margin: 10px 0;
    height: 50px;
    border: 1px solid #dad1b5;
    color: #8f6d4f;
    width: 100%;
    font-weight: 300;
    padding: 0 20px;
}
.contact-form input:focus {
    outline: 0;
}
.contact-form textarea {
    margin: 10px 0;
    height: 250px;
    border: 1px solid #dad1b5;
    color: #8f6d4f;
    width: 100%;
    font-weight: 300;
    padding: 10px 20px;
}
.contact-form textarea:focus {
    outline: 0;
}
.contact-form .btn-main {
    border: none;
}
.formError,
.formSent {
    display: none;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    margin: 20px 0;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.bay {
    overflow: hidden;
    background-color: transparent;
}
::-webkit-input-placeholder {
    color: #d6d6d6;
}
::-moz-placeholder {
    color: #d6d6d6;
}
:-ms-input-placeholder {
    color: #d6d6d6;
}
:-moz-placeholder {
    color: #d6d6d6;
}
#myBtn {
  cursor:pointer;
    z-index: 500;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    border: none;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    background: #8f6d4f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
}
#myBtn:hover {
    opacity: 1;
    background: #dad1b5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#myBtn:focus {
    outline: 0;
}
#footer {
    position: relative;
    background-color: #f8f8f8;
    width: 100%;
    bottom: 0;
    padding: 30px 0;
}
#footer .footer-logo {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 300;
}
#footer .footer-logo img {
    max-width: 50px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}
#footer .footer-social i {
    margin: 0 10px;
    font-size: 20px;
}
#footer .footer-social a,
#footer .footer-social a:link {
    color: #4a4a4a;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#footer .footer-social a:focus,
#footer .footer-social a:hover {
    color: #8f6d4f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#footer .info {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h2.small-h2 {
    font-size: 1.65rem;
    line-height: 160%;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::after,
.ribbon::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #8f6d4f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}
.ribbon-top-right {
    top: 5px;
    right: 5px;
}
.ribbon-top-right::after,
.ribbon-top-right::before {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -15px;
    top: 30px;
    transform: rotate(45deg);
}


#content-section {margin-top:74px}
textarea {font-family: 'Prompt', sans-serif!important;}
.temporaire {max-width: 700px;margin:0 auto}
.temporaire label {margin-bottom:0}
.logo {max-width: 300px;margin-bottom: 4em;margin-top:4em}
.intro {font-size:1em;font-weight: 300;}
#contact form {margin: 0 auto}
a.tel {font-size:1.2em;color:#8F6D4F;font-weight: 600;display: block;}
a.tel:hover {color:#fff;text-decoration: none}
.contact-form input.btn-main {cursor: pointer; background-color: #8F6D4F;}
.contact-form input.btn-main:hover {cursor: pointer;background-color: #75563a;}
span.wpcf7-not-valid-tip {color:#fff;text-align: right;font-size:.9em}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border:0;padding:0;margin:0;text-align: center}
div.wpcf7-mail-sent-ok {border:0;padding:0;margin:0;text-align: center}
p.bronze {color:#8F6D4F;}
.wpcf7-form.contact-form {width: 100%}
.general-container {margin-top:74px;}
.pageintro {background-position: center center;background-size: cover;}
.contact-logo {max-width:160px;margin-right:60px;}
.info {margin-top:60px;}
.info p span {display: block}
.info p:last-of-type {margin-bottom: 0}
.copy {font-size:.75em;margin:0;padding:0;}
.general-container p a {color:#fff;font-weight:700;text-decoration: underline}
.general-container strong {font-weight:700}
.grid-immeubles {margin-top:10px;}
/*
.grid-immeubles {margin-left:-5px;margin-right:-5px}
.grid-immeubles .grid-item, .grid-sizer {width: 25%;}
*/
.immeubles_filters .inputcontain {display: inline-flex}
.logement_filters {padding:15px;margin-bottom: 15px;}
.logement_filters h3 {font-size:20px;margin-top:30px;margin-bottom:60px;}
.logement_filters h4 {display: block;font-size: 14px;font-weight: 600;text-transform: uppercase;letter-spacing: 6px;line-height:normal;color: #8F6D4F;padding-bottom: 10px;margin-top:30px;margin-bottom: 30px;}
.logement_filters .button-group {text-align: left;}
.logement_filters span {display: block;font-size:14px;}
.logement_filters span label {margin:0;padding: 0}
.filtre_nombrepieces span {display: inline-block;padding:0 5px;}
.button-group button {display:block;margin:0;padding:0;letter-spacing: normal;font-size:15px;}
.goldbg {background:#8F6D4F;}
.goldbg h4, .goldbg span, .goldbg button, .goldbg h3 a {color:#181818}
.goldbg h4 {border-bottom: 1px solid rgba(24,24,24,.2)}
.goldbg .filtervalue {color:#fff;line-height: normal}
.inputcontain {background:rgba(39, 30, 22, .35);padding:15px;display:flex;position: relative;line-height: 100%;cursor: pointer;font-size: 14px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;  user-select: none;line-height: 130%}
.inputcontain input[type="checkbox"] {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark {/*position: absolute;top:0;left:0;*/position: relative;height: 20px;width: 20px;min-width: 20px;background-color: #fff;margin-right:10px;}
.inputcontain:hover input ~ .checkmark {background-color: #ccc;}
.checkmark:after {content: "";position: absolute;display: none;}
.inputcontain input:checked ~ .checkmark:after {display: block!important;}
.inputcontain .checkmark:after {left: 8px;top: 4px;width: 6px;height: 10px;border: solid #000;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.filtre_nombrepieces {display: flex;flex-wrap: wrap;gap: 10px;}
.immeuble-desc p {font-size:1.1rem;line-height: 170%}
.pageintro h2, .singleintro h2, #immeubles-slider h2 {line-height: 120%;color:#fff;font-size:32px;}
.singleintro h2 .type-logement-titre, #immeubles-slider h2 .type-logement-titre {margin:0;padding:0 0 15px 0;}
.singleintro h2 .immeuble-adresse {padding:15px 0 0 0}
.pageintro span, .singleintro span, #immeubles-slider span {display:block;font-size:13px;line-height: 120%;padding:.25rem 0}
.singleintro span a {color:#fff;}
.sidebarsingle h5 {font-size: 14px;line-height:150%;color:#c47f43;letter-spacing: 4px;padding: 0 20px 15px 0;width: 100%;display: inline-block;text-transform: uppercase;border-bottom: 1px solid rgba(143,109,79,.4);margin-top:15px;}
.sidebarsingle h5 span {display: block;font-size: 80%;font-style: italic;padding-top:.25em}
.sidebarsingle h5:first-of-type {margin-top:0}
.sidebarsingle ul {padding-left:0}
.sidebarsingle p, .sidebarsingle li {font-size: .9rem;list-style: none;line-height: 140%;padding:4px 0}
.title h2 {color:#8F6D4F;/*color: #c47f43;*/font-weight: 600}
span.appart-dispos {margin-top: 5px;display: block;font-style: italic}
span.appart-location {font-weight: 700}
#slide-single {position: relative;}
.infobloc-single {text-align: center;padding:10px 30px 5px 30px;width:auto;border:2px solid #181818;border-bottom: 0;position: absolute;left:50%;transform:translateX(-50%);bottom:0;z-index: 2;background: rgba(143,109,79,.9);}
.infobloc-single ul {padding-left:15px;}
.infobloc-single h3 {font-size: 1.2rem}
.logement-dispos {padding-left: 10px;}
.logement-size-title {margin-top:30px;margin-bottom: 30px;}
.logement-dispos div[class*='col-'] {padding-left:5px;padding-right:5px;}
.sidebarsingle a.btn-main {position: relative;display: block;margin-bottom: 10px;padding:10px 30px;}
.logement-dispos a.loue {opacity: .67}
.logement-dispos a.loue:before {position: absolute;content: "";left: 0;top: 50%;right: 0;border-top: 2px dashed;border-color: #181818;transform:rotate(-25deg);}
p.loue {margin-bottom: .25rem}
.notice {font-size:.9em;padding:0;margin:0 0 1rem 0}
.icon-dispos {max-width: 20px;}
.acf-map {width: 100%;height: 500px;margin: 20px 0;}
.acf-map img {max-width: inherit !important;}
.title h2 span {font-size:70%;display: block;font-weight: 300}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {border:0;}
.wpcf7 form .wpcf7-response-output{border:0!;padding: 0;margin:0;font-weight: 700}
.sidebarsingle .text-link {text-decoration: none;font-weight: 400}
.aproposimmeuble a.btn-main.black{background-color: #252525!important;font-size:12px;}
.btn-span {font-size:.75rem;font-weight: 400;display: block}
.grid-item span.secteur-title, .grid-item span.secteur-title strong { display: block}
.grid-item span.immeuble-value {display: inline-block}
.grid-item span.immeuble-title strong {display: block}
.grid-item .immeuble-value:last-of-type .immeuble-value-sep {display: none}
.secteur-name {margin-top: 8px;display: block;font-weight:300;font-size:.75rem}
#main-slider .caption {position: absolute;width: 100%;text-align: center;height: auto;bottom:0;left:0;display: flex;align-items: center;justify-content: center;flex-direction: column;padding-top:30px;padding-bottom: 30px;}
#main-slider .caption h3 {margin:0;padding:0 0 5px 0;}
#main-slider .caption p {margin:0;padding:0;}
.slider-btn  {padding:10px 20px;margin-top:15px;font-size:13px;}
.grid-item .isotope-logements-prochaines-dispos {padding:.5rem;width: auto;display: inline-block;position: absolute;left:5px;top:5px;font-size:.7rem;background:rgba(0,0,0,.45);color:#fff;transition: opacity .25s ease-in-out;font-weight: 400;}
.messperso-immeuble {display: block;}
.loginfos {color:#fff;margin-top:15px;padding:15px;}
.loginfos h4 {font-size:16px;margin:5px 0}
.grid-item:hover .isotope-logements-prochaines-dispos {opacity: 0}
.grid-item .isotope-logements-prochaines-dispos strong {display: block}
.liste-location h4 {border-bottom: 1px solid #8F6D4F;padding-bottom: 5px;color: #8F6D4F}
.liste-location a {display: block;color:#fff;text-decoration: none;margin:5px 0;font-size:.9em;margin-left:10px;}

.fblink {display: block;text-align: center}
.fblink i {font-size: 22px;}
/*.content-single p:first-of-type {font-size:1.25rem;font-weight: 300}*/
h5.sidebar_style {font-size: 14px;line-height: 150%;color: #c47f43;letter-spacing: 4px;padding: 0 20px 15px 0;width: 100%;display: inline-block;text-transform: uppercase;border-bottom: 1px solid rgba(143,109,79,.4);}
#immeubles-slider a {color:#fff;}
#immeubles-slider a h2 {transition: all ease-out .25s}
#immeubles-slider a:hover {text-decoration: none;}
#immeubles-slider a:hover h2 {background:rgba(0,0,0,.9);}
.sidebarsingle p.prix-with-promo {padding-bottom: 0;margin-bottom: 0}
.sidebarsingle p.prix-promo {padding-top:0;margin-top:0;}
.price-slash {height: 1px;background: red;padding:0;margin:0;width: 100%;display: block;position: relative;top:-10px}
.filtre_dispos select {width: 47%;background-color: white;border: thin solid #8F6D4F;display: inline-block;line-height: 1.5em;padding: 0.5em 3.5em 0.5em 1em;margin: 0 0 5px 0;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;}
.filtre_dispos select.minimal {background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 1.5em;background-repeat: no-repeat;}
.filtre_dispos select.minimal:focus {background-image:linear-gradient(45deg, green 50%, transparent 50%),linear-gradient(135deg, transparent 50%, green 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 1.5em;background-repeat: no-repeat;border-color: green;outline: 0;}
.filtre_dispos select:-moz-focusring {color: transparent;text-shadow: 0 0 0 #000;}







.main-slider-btn-ctn {
    width: 100%;
    position: absolute;
    left:0;
    bottom:14vw;
    display: flex;
    gap: 4vw;
    align-items: center;
    justify-content: center;
}
    @media (min-width: 568px) {
        .main-slider-btn-ctn {
            bottom:12vw;
        }
    }

    @media (min-width: 768px) {
        .main-slider-btn-ctn {
            bottom:2vw;
            gap: 8vw;
        }
    }

    @media (min-width: 992px) {
        .main-slider-btn-ctn {
            bottom:4vw;
        }
    }

    @media (min-width: 1200px) {
        .main-slider-btn-ctn {
            gap: 6vw;
        }
    }



.sy-box .btn-main {border: 0.1px white solid; text-align: center;font-size: 10px;font-weight: 700!important;text-decoration: none!important;text-transform: uppercase;color: #ffffff!important;min-width: 50px;padding: 15px 20px;background-color: #8F6D4F;display: inline-block;-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;-o-transition: all .2s ease-out;
transition: all .2s ease-out;width: auto;}

    @media (min-width: 768px) {
        .sy-box .btn-main {font-size: calc(6px + 0.5vw);}
    }

    @media (min-width: 1200px) {
        .sy-box .btn-main {font-size: 14px;}
    }












.btn-main:hover, .btn-download:hover {background-color: #dad1b5!important;}
.navbar-nav {align-items: center}
.nav-item.menu-bouton a.nav-link, button.nav-link {font-weight: 700;font-size:.75em;background-color:#8F6D4F!important;color:#fff!important;padding-right: .75rem;padding-left: .75rem;line-height: normal; height: 40px;line-height: 40px;padding-top:0;padding-bottom: 0;border:0}
button.recherche {transition: all .2s ease-out;margin:45px auto 0 auto;background-color:#fff!important;color:#181818!important;text-transform: uppercase;cursor: pointer;}
button.recherche:hover {background-color:red!important;}
.nav-item.menu-bouton.blanc a.nav-link {background-color:#252525!important;}
.nav-item.menu-bouton.blanc.location a.nav-link {background-color:#8F6D4F!important;}
.nav-item.menu-bouton.blanc.location a.nav-link:hover {background-color:#dad1b5!important;}
.nav-item.menu-bouton.noir a.nav-link {background-color:#000!important;}
.nav-item.menu-bouton.noir a.nav-link:hover {background-color: gray !important;}
.nav-item.menu-bouton.nobg a.nav-link {background:transparent!important;color: #000!important}


.logdetails {height: 80px}
.log-adresses {cursor: pointer;position: relative;display: inline-block;
  background: #8F6D4F;width: 100%;}

.log-adresses h5, .log-adresses a.no-child {text-decoration: none;display: flex;font-size: 15px;line-height:normal;color: #fff !important;margin:0;padding: 10px;width: 100%;font-weight: 500}
.log-adresses h5 i, .log-adresses a.no-child i {margin-left:auto;font-size:22px;}


.adresses-immeubles {text-align: center;display: none;position: absolute;background-color: #8F6D4F;width: 100%;padding: 15px;z-index: 1;flex-direction: row;flex-wrap: wrap;width: 100%;}
.adresses-immeubles li{display: flex;flex-direction: column;flex-basis: 100%;}
.adresses-immeubles li a {margin:2px 0;padding:5px;background: rgba(39, 30, 22, .35);color:#fff;font-weight: 700;font-size: 15px;}
.adresses-immeubles li a:hover {text-decoration: none;background:#A88261;}
.log-adresses:hover .adresses-immeubles {display: flex;}
a.telbig {font-size:2rem;color:#fff;font-weight:700}
.carousel-content {display: flex;align-items: center; justify-content: space-between;background:rgba(0,0,0,.8);position: absolute;bottom:0;left:50%;width: 100%;max-width: 1140px;transform:translateX(-50%);padding:15px;border:2px solid rgba(143, 109, 79, .5);border-bottom: 0}
.carousel-content p {margin:0;padding:0 30px 0 0;font-size: 14px;
    font-weight: 500;}
.btn-sm {padding: 10px;font-size: .75em;}
.btn-main, .btn-sm {letter-spacing: 1px;}

/* Profils equipe 08082022 */
.bg-black {background:#0F0D0E}
.team-content {position: relative;background:black;border:1px solid #8F6D4F;-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.51);
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.51);}
.team-content img {margin:0}
.team .team-content .team-name {position: relative;z-index:2;
  box-shadow: 0px -64px 23px rgba(0, 0, 0, 0.5);
background:rgba(0,0,0,.15);padding:15px;}
.team .team-content .team-name h5, .team .team-content .team-name p {margin:0;padding:0;}
.team .team-content .team-name h5 {font-size:15px;font-weight: 700}
.team .team-content .team-name p {font-size:15px;color:#fff;text-transform: none;font-weight: 400}

.homeRaccourcis .hsContainer {display: flex;}
.homeRaccourcis .bcg {height:100%}
.homeRaccourcis h2 {line-height: normal;}
.homeRaccourcis h2 span {display: block;}
.homeRaccourcis .hsContent .centered-content {display: flex;height: 100%}
/* ================================= */
/* :::::: 5. Responsive CSS ::::::: */
/* ================================= */

@media only screen and (min-width: 1298px) {
    .logement_list {padding-right: 0;}
}

@media only screen and (max-width: 1366px) {
    .container {max-width: 1280px!important;}
}

@media only screen and (max-width: 1280px) {
    .navbar-light .navbar-toggler {margin-right: 45px;}
    .navbar {height: auto!important;}
    #navbar-secondaire a {margin:5px 0}
    #navbar-secondaire li:last-of-type a {margin-bottom: 15px;}

}
@media only screen and (max-width: 1199px) {
.fblink {margin-bottom: 15px;}
}
@media only screen and (max-width: 1024px) {
.navbar .nav-link {font-size: 11px;margin-left: 10px;font-weight: 400}
.nav-item.menu-bouton:first-of-type a.nav-link {margin-left: 10px;}
.nav-item.menu-bouton a.nav-link {margin-left:5px;font-size:11px;}
.navbar-brand {min-width:0}
.navbar-brand .main-logo img {max-width: 180px;}
.grid-item span {font-size: 12px;font-weight: 400;}
.grid-item span.logement-title {font-size: 14px;}
}
@media only screen and (max-width: 990px) {
.grid-item, .grid-sizer {width: 49.4%;}
#main-slider .caption {padding-top:15px;padding-bottom: 15px;}
#main-slider .caption h3 {font-size:1.3em}
#main-slider .caption p {font-size:.9em}
#main-slider .caption a {font-size:.7em}
#immeubles-slider .bcg {min-height: none}
.infobloc-single {width: 100%;height: auto;top: auto;bottom: 0;padding: 15px;}
.infobloc-single p {display: none}
.col-2 {width: 33%;flex: auto;max-width: 33%;}
.hsContent h2 {	width: 90%;}
.navbar-brand .main-logo img {margin-left:15px;}
#menuCollapse .navbar-nav {margin: 0;padding:10px 0;background: #ffffff;}
#menuCollapse .nav-link {margin:5px!important}
.collapse {background:#fff}
#menuCollapse .navbar-nav.mr-auto {display: none}
#menuCollapse #navbar-secondaire li .nav-link {margin:5px!important}
.inputcontain {font-size: 13px;}
}
@media only screen and (max-width: 880px) {
.navbar .nav-link {font-size: 11px;margin-left: 7px;}
}
@media only screen and (max-width: 768px) {
#main-slider .caption h3 {font-size:1.1em}
#main-slider .caption p {font-size:.8em;padding-left:30px;padding-right:30px;}
#main-slider .caption a {font-size:.7em}
.col, .col-4, .col-5, .col-6, .col-7, .col-8 {width: 100%;flex: auto;max-width: 100%;text-align: center;}
.home-content .btn-main {	margin-top: 60px;}
.home-content .left, .home-content .right, .contact .left, .contact .right, #footer .left, #footer .right {text-align: center!important;}
.contact-form {width: 100%;}
.contact .btn-main {width: 100%;}
.contact .contact-logo {margin-top: 80px;}
.spacer-40 {height: 20px;}
.spacer-80 {height: 40px;}
.spacer-160 {height: 80px;}
.home-content .btn-main{margin-bottom: 30px;}
#footer {height: auto;}
#footer .footer-logo {display: none;}
#footer .info {margin: 10px 0;}
.bcg {background-position: center center;background-repeat: no-repeat;background-attachment: inherit;background-size: cover;height: 100%;width: 100%;}
section {min-width: auto;height: 500px;}
.hsContainer {width: 100%;height: 100%;overflow: hidden;position: relative;}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.bcg {background-position: center center;background-repeat: no-repeat;background-attachment: inherit;background-size: cover;}
#myBtn .fa:before{margin-left: -7px!important;}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.navbar {height: 74px!important;}
}


@media only screen and (max-width: 768px) {
.admin-bar .navbar {top: 45px;}
.sy-box h4 {top:0;}
.spacer-130 {height:65px}
#myBtn .fa:before{margin-left: -7px!important;}
.inputcontain {display:inline-block;line-height: 20px;padding-left: 25px;margin-right:15px;}
.logement_filters h4 {margin-top:15px;}
.navbar-expand-md .navbar-nav .nav-link{padding-left:.3rem!important;padding-right:.3rem!important;}
h2 {font-size:1.7rem}
}

@media only screen and (max-width: 568px) {
	.fixed-top {position: static;}
	.grid-item, .grid-sizer {
		width: 100%;
	}

    /*
	#main-slider img.main-slider-dt-image {display: none}
	#main-slider img.main-slider-mobile-image {display:block;}
    */
	.sy-controls li.sy-prev a:after, span.carousel-control-prev-icon {background-size:20px;}
	.sy-controls li.sy-next a:after, span.carousel-control-next-icon {background-size:20px;}

	body {right:0}
	.sy-box {margin-top: 0;}
	#wpadminbar {display: none;}
	.admin-bar .navbar {
        top: 0;
    }
    .col-2 {
	    width: 50%;
	    max-width: 50%;
    }

    .hideme{opacity: 1;}
}

@media only screen and (max-width: 480px) {
#contact .info {flex-direction: column}
.contact-logo {margin-right:0;margin-bottom: 30px;}
.pageintro h2, .singleintro h2 {font-size:22px;width:100%}
.sy-controls li {width: 4%;min-width:1.2em;height: 100%;}
.sy-controls li a:after {background-color:transparent}
.sy-controls li a:hover, .sy-controls li a:focus {opacity: 1}
.sy-controls li a:link, .sy-controls li a:visited {  opacity: 0.6;}
.general-container {margin-top: 30px;}
}

@media only screen and (max-width: 320px) {
}


/*
Favorite
*/
[data-fav] span > a svg {
    width: 4rem;
    height: auto;
    fill: #8F6D4F;
    transition: all 0.3s ease;
}

[data-fav] span > a.fav:hover svg {
    fill: #c47f43;
}

[data-fav] span:last-child svg {
    width: 2rem;
    height: auto;
    stroke: green;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

[data-fav] span:nth-child(1) a {
    color: white;
}

.custom__location--fav {
    position: absolute;
    top: 5px;
    right: 5px;
}

.custom__location--fav svg {
    width: 4rem;
    height: auto;
    fill: #8F6D4F;
}

@media only screen and (max-width: 768px) {
    .custom__location--fav svg {
        width: 3.5rem;
        height: auto;
        fill: #8F6D4F;
    }
}

/*
Template Comments
*/
#sept24-comments-form select {
    -webkit-appearance: none;
    appearance: none;
    margin: 10px 0;
    height: 50px;
    border: 1px solid #8f6d4f;
    color: #dad1b5;
    width: 100%;
    font-weight: 300;
    padding: 0 20px;
}

#sept24-comments-form .select-wrapper {
    position: relative;
}

#sept24-comments-form .select-wrapper::after {
    content: "▼";
    font-size: 1rem;
    color: #8f6d4f;
    top: 25px;
    right: 10px;
    position: absolute;
}

#sept24-comments-form select:focus {
    outline: 0;
}

#sept24-comments-form label {
    margin-bottom: 0;
}

#sept24-comments-form .wpcf7-not-valid-tip {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

#sept24-comments-form .control-group {
    margin-top: 0.75rem;
}

#wpcf7-f6047-p5952-o1 .wpcf7-response-output {
    padding: 1em !important;
    text-align: center;
}

#wpcf7-f6047-p5952-o1 .wpcf7-spinner {
    display: block;
    margin: 0 auto;
    background-color: #8f6d4f;
}

/* .contact-form .special-p p:not(:last-child) {
    margin-bottom: 0;
}

.contact-form .special-label {
    margin-bottom: 0;
}

.contact-form .special-spinner .wpcf7-spinner {
    display: flex;
    margin: auto;
}

.contact-comments .wpcf7-response-output {
    display: none;
} */

.location__mobile--info {
    margin-bottom: 1em;
    font-size: 1.2em
}

@media (min-width:569px) {
    .location__mobile--info {
        display: none;
    }
}

@media (max-width:569px) {
    .sell__mobile--info-title {
        font-size: larger;
    }

    .sell__mobile--info div {
        margin-top: 0.5em;
    }
}

@media (min-width:569px) {
    .sell__mobile--info {
        display: none;
    }
}

/*
Lity -> 3D visits
*/ 
.lity-iframe .lity-container {
    max-width: unset;
}

.lity-iframe-container {
    max-height: unset;
    height: 100vh;
}

.lity-close {
    width: 70px;
    height: 70px;
    font-size: 70px;
    line-height: 70px;
}

.lity-close:hover {
    width: 70px;
    height: 70px;
    font-size: 70px;
    line-height: 70px;
    color: #8F6D4F;
}

/*
Recaptcha
*/
.grecaptcha-badge {
    display: none;;
}

/*
Booking
*/
.booking-iframe {
    width: 100%;
    height: 1250px;
    border: 0;
    border-radius: 25px;
}
    @media(min-width: 992px) {
        .booking-iframe {
            height: 1125px;
        }
    }

.booking-separate {
    border-top: 1px solid #707070;
    margin-top: 7em;
}









/*
Template Liste d'attente immeubles
*/
#sept24-property-waiting-list-form select {
    -webkit-appearance: none;
    appearance: none;
    margin: 10px 0;
    height: 50px;
    border: 1px solid #8f6d4f;
    color: #dad1b5;
    width: 100%;
    font-weight: 300;
    padding: 0 20px;
}

#sept24-property-waiting-list-form .select-wrapper {
    position: relative;
}

#sept24-property-waiting-list-form .select-wrapper::after {
    content: "▼";
    font-size: 1rem;
    color: #8f6d4f;
    top: 25px;
    right: 10px;
    position: absolute;
}

#sept24-property-waiting-list-form select:focus {
    outline: 0;
}

#sept24-property-waiting-list-form label {
    margin-bottom: 0;
}

#sept24-property-waiting-list-form .wpcf7-not-valid-tip {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

#sept24-property-waiting-list-form .control-group {
    margin-top: 0.75rem;
}

/* Checkbox */
#sept24-property-waiting-list-form .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    margin-top: 0.3em;
    margin-bottom: 1em;
}

#sept24-property-waiting-list-form .wpcf7-checkbox .wpcf7-list-item {
    margin: unset;
}

#sept24-property-waiting-list-form .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

#sept24-property-waiting-list-form .wpcf7-checkbox .wpcf7-list-item label input {
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0;
}

#sept24-property-waiting-list-form .controls.right p {
    display: flex;
    flex-direction: column;
    align-items: center;
}