
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #131F2C;
    padding-top: 150px;
    
} 

body.front-page{
    padding-top: 0;
}
a{
    text-decoration: none;
    color: #131F2C;
}
a:hover{
    text-decoration: none;
    color: #CCBB8B;
}
a.btn{
    background: #CCBB8B;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 0;
}
p{
    text-align: justify;
}
a.btn:hover{
    background-color: #131F2C;
    color: #FFF;
}

.background-dark{
    background-color: #131F2C;
}
h2, h1{
    font-size: 36px;
    font-weight: 400;
}
h5{
    font-size: 16px;
    font-weight: 400;
    color: #CCBB8B;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
.aligncenter{
    display: block;
    margin: auto;
}
.background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}
.container{
    max-width: 1200px;
}

body header{
    background-color: #FFF;
}
body header .logo{
    display: none;
}
body header .logo.logo_scrolled{
    display: block;
}

body.front-page header{
    background-color: transparent;
}
body.front-page header .logo{
    display: block;
}
body.front-page header .logo.logo_scrolled{
    display: none;
}
body.front-page header.scrolled{
    background-color: #131F2C;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
    font-weight: 400;
}
body.front-page header .navbar-expand-lg .navbar-nav .nav-link{
    color: #FFF;
}
body header .navbar-expand-lg .navbar-nav .nav-link{
    color: #131F2C;
}


.navbar-brand{
    margin-right: 25px;
    margin-left: 25px;
    padding: 15px 0;
}

.navbar-collapse{
    width: 410px;
}

.navbar-nav .nav-item{
    padding: 0px 10px;
}
.navbar-nav .nav-item .nav-link{
    font-size: 14px;
    position: relative;
}

.navbar-nav .nav-item.btn .nav-link{
    position: absolute;
    left: 1rem;
    top: 30px;
    background-color: #CCBB8B;
    color: #FFFFFF;
    border-radius: 0;
    padding: 12px 22px;
}
.navbar-nav .nav-item .nav-link:hover::before,
.navbar-nav .nav-item.active .nav-link::before{
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    top: -37px;
    left: 0;
    background-color: #CCBB8B;
}

.navbar-nav .nav-item .nav-link:hover::before{
    background-color: #131F2C;
}

.navbar-nav .nav-item.lang-item.lang-item-first{
    padding-left: 1rem;
}
.navbar-nav .nav-item.lang-item{
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav .nav-item.lang-item.current-lang a{
    font-weight: 500;
}

.navbar-nav .nav-item .nav-link + ul .dropdown-item{
    font-size: 14px;
}

.open_panel svg .stroke{
    stroke:  #131F2C;
}
body.front-page .open_panel svg .stroke{
    stroke:  white;
}
.open_panel:hover{
    cursor: pointer;
}
body.front-page .open_panel:hover svg .stroke,
.open_panel:hover svg .stroke{
    stroke: #CCBB8B;
} 

.open_panel{
    position: absolute;
    right: 1rem;
    top: 43px;
}

.panel{
    background: white;
    position: fixed;
    z-index: 999999999;
    width: 600px;
    height: 100%;
    padding: 3rem;
    right: -100%;
    top: 0;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel .close{
    position: absolute;
    top: 2rem;
    right: 2rem;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: unset;
}
.panel .close:hover .stroke{
    stroke: #CCBB8B;
}

.panel.show{
    right: 0;
    transition: .3s;
}

.panel h6{
    color: #8B95A0;
    font-size: 12px;
}

.panel .rs{
    position: absolute;
    bottom: 1rem;
    left: 3rem;
}

.panel .rs li a:hover .fill{
    fill: #131F2C;
}

body.front-page .yoast_breadcrumb{
    display: none;
}
.yoast_breadcrumb, .yoast_breadcrumb a{
    text-transform: uppercase;
    color: #CCBB8B;
    font-size: 16px;
}
.video{
    position: relative;
    line-height: 0;
}
.video video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}
.video .contenu{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video .contenu:after{
    content: '';
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, #131F2C 22.48%, rgba(19, 31, 44, 0) 50%);
    position: absolute;
    left: 0;
    top: 0;
}
.video .contenu:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19, 31, 44, 0.7);
    left: 0;
    right: 0;
}
.video .contenu .container{
    z-index: 9;
}
.video .contenu .menu_search h1{
    color: #FFFFFF;
    font-style: italic;
}
.video .contenu .menu_search{
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.video .contenu .menu_search form .form-control{
    background-color: transparent;
    color: #FFF;
}
.video .contenu .menu_search form .form-control::placeholder{
    color: #FFF;
}
.video .contenu .menu_search form svg path{
    fill: #FFF;

}




.engagements{
    position: relative;
}

.engagements:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 7rem;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-color: #131F2C;
}
.engagements .engagement{
    padding-left: 3rem;
    padding-bottom: 7rem;
}
 

.engagements .engagement li{
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    padding: 2rem 1rem 2rem 0;
}
.engagements .engagement li:not(:last-child){
    border-bottom: 1px solid #E2DBDB;
}
.engagements .engagement li .image{
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: auto;
    text-align: center;
}
.engagements .image_content{
    height: 300px;
    position: absolute;
    left: 0;
    padding-top: 5rem;
}
.engagements .image_content .image_engagements{
    width: 100%;
    height: 100%;
    position: relative;
}
.engagements .image_content .what_are_you_looking_for{
    position: absolute;
    top: -60px;
    right: -60px;
}
.engagements .image_content .what_are_you_looking_for img{
    animation-name: spin;
    animation-duration: 30000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.engagements .image_content .what_are_you_looking_for svg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}




.menu_search{
    background-color: #FFF;
	padding-bottom: 4rem;
}
.menu_search form{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu_search form .field{
	width: 100%;
}
.menu_search form input {
	width: unset;
}

.form-control:focus, .form-control:active{
    outline: unset;
    box-shadow: unset;
}
.menu_search form .form-control{
    background: #FFF;
    color: #131F2C;
    font-size: 14px;
    font-weight: 600;
    border: unset;
    border-bottom: 1px solid #CCBB8B;
    border-radius: 0;
    height: 46px;
}
.menu_search form .form-control::placeholder{
    color: #131F2C;
}
.menu_search form .form-control option{
	color: black;
}

.menu_search form .form-control:disabled{
    background-color: #e9ecef;
}

.menu_search form [type='submit']{
	background-color: transparent;
    border: 0;
    height: auto;
    width: auto;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner{
    background: unset;
    border: unset;
    border-bottom: 1px solid #CCBB8B;
    border-radius: 0;
}
.choices__input{
    margin-bottom: 0 !important;
    color: #FFFFFF !important;
    background-color: unset !important;
    width: 100% !important;
}

.choices__input::placeholder{
    font-size: 14px !important;
    font-weight: 600 !important;
}
.choices__list--multiple .choices__item{
    background-color: #CCBB8B !important;
    border-color: #CCBB8B !important;
    color: #000 !important;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83152 5.90549C6.94273 6.02519 7.00306 6.18307 6.99988 6.34605C6.9967 6.50904 6.93024 6.66447 6.81444 6.77977C6.69864 6.89508 6.54248 6.96131 6.37869 6.96459C6.2149 6.96787 6.05619 6.90795 5.93582 6.79737L3.51774 4.39126L1.09966 6.79737C1.0417 6.85975 0.971679 6.90984 0.893791 6.94464C0.815904 6.97944 0.731756 6.99823 0.646394 6.99988C0.561031 7.00153 0.476213 6.98601 0.397025 6.95425C0.317838 6.92249 0.245911 6.87515 0.185561 6.81505C0.12521 6.75496 0.0776769 6.68336 0.045813 6.60454C0.0139491 6.52572 -0.00158975 6.44131 0.000128414 6.35637C0.00184657 6.27144 0.0207863 6.18772 0.0558118 6.11024C0.0908373 6.03276 0.141227 5.96312 0.203959 5.90549L2.62204 3.49939L0.203959 1.09451C0.141227 1.03688 0.0908373 0.967238 0.0558118 0.88976C0.0207863 0.812283 0.00184657 0.728564 0.000128414 0.643626C-0.00158975 0.558687 0.0139491 0.474278 0.045813 0.395461C0.0776769 0.316644 0.12521 0.245041 0.185561 0.184948C0.245911 0.124855 0.317838 0.0775083 0.397025 0.045748C0.476213 0.0139877 0.561031 -0.00153209 0.646394 0.000119204C0.731756 0.0017705 0.815904 0.0205588 0.893791 0.0553577C0.971679 0.0901565 1.0417 0.140249 1.09966 0.202631L3.51774 2.60812L5.93582 0.202018C6.05619 0.091442 6.2149 0.0315148 6.37869 0.0347953C6.54248 0.0380757 6.69864 0.104309 6.81444 0.219616C6.93024 0.334922 6.9967 0.490352 6.99988 0.653333C7.00306 0.816314 6.94273 0.974197 6.83152 1.09389L4.41344 3.49939L6.83152 5.90549Z' fill='black'/%3E%3C/svg%3E%0A") !important;
}

.posts-biens{
    background: rgba(204, 187, 139, 0.1);
}

.posts-biens a{
	background-color: #FFF;
    border: 1px solid #F1ECEC;
    display: block;
    height: 100%;
    padding-bottom: 1rem;
}


.posts-biens a .see_more{
	position: absolute;
	right: 7px;
    top: -11px;
    font-size: 28px;
	color: #D72D44;
}

.posts-biens a, .posts-biens a:hover{
	text-decoration: unset;
	color: inherit;
}

.posts-biens a .thumb_image{
	height: 300px;
	max-height: 300px;
	position: relative;
	overflow: hidden !important;
}

.posts-biens .image{
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
.posts-biens .image.image_hover{
	top: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.posts-biens .image.image_hover i{
	color: #FFF;
	font-size: 35px;
	z-index: 2;
}
.posts-biens .image.image_hover:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:  rgba(19, 31, 44, .7)
}

.posts-biens a:hover .image{ top: -250px; transition: .3s; }
.posts-biens a:hover .image_hover{ top : 0; transition: .3s;}

.posts-biens .type{
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.posts-biens .type h5{
    color: #8B95A0;
    font-size: 14px;
}

.posts-biens .type .price{
    color: #131F2C;
    font-size: 14px;
    font-weight: 600;
}

.posts-biens .type ul{
	width: auto;
	padding-left: 0;
}
.posts-biens .type ul li{
	float: right;
	width: auto;
	white-space: nowrap;
	margin-bottom: 0;
	padding: 0;
	padding-left: 10px;
}
.posts-biens .purpose_status{
    background: #131F2C;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 18px;
    min-width: 139px;
    text-align: center;
    text-transform: uppercase;
}
.posts-biens .bottom_thumb{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 15px;
    padding-top: 1rem;
}
.posts-biens .bottom_thumb .titre{
    color: #131F2C;
    font-size: 14px;
    text-transform: uppercase;
}
.posts-biens .bottom_thumb .titre span{
    color: #131F2C;
    font-size: 24px;
}

.posts-biens .bottom_thumb ul{
    font-size: 14px;
    color: #8B95A0;
}

.post_bien_single .header h2{
    color: #CCBB8B;
    font-weight: 500;
}

.post_bien_single .header ul{
    padding-top: 2rem;
}
.post_bien_single .header ul li{
    color: #8B95A0;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 1rem;
}
.post_bien_single .header ul li .image{
    margin-bottom: .5rem;
}
.post_bien_single .slick-slide {
    margin: 0 10px;
}
.post_bien_single .slick-list {
    margin: 0 -10px;
}
.post_bien_single .slick a img{
    height: 400px;
    width: auto;
}

.post_bien_single h4{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 400;
}
.post_bien_single h4 + ul{
    padding-right: 2rem;
    margin-bottom: 4rem;
}
.post_bien_single h4 + ul li{
    border-top: 1px solid #E2DBDB;
    padding: 11px 0px;
    color: #8B95A0;
    font-size: 14px;
}
.post_bien_single h4 + ul li:last-child{
    border-bottom: 1px solid #E2DBDB;
}
.post_bien_single h4 + ul li strong{
    font-weight: 500;
    color: #131F2C;
    padding-right: 2rem;
}

figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}

.figure.container {
    column-count: 2;
    column-gap: 10px;
}

.estimation_form{
    background: rgba(204, 187, 139, 0.1);
    padding: 2rem;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 15rem;
}
.estimation_form form{
    margin: auto;
    width: 750px;
}

.estimation_form .button_back{
    background-color: #FFF;
    margin-top: 2rem;
    padding-top: 3rem;
}
.estimation_form .button_back a:hover .stroke{
    stroke: #CCBB8B;
}

.estimation_form .fieldset-cf7mls-wrapper div.wpcf7-validation-errors{
    position: absolute;
    bottom: 41px;
    width: 400px;
}

.estimation_form .step_1 .wpcf7-list-item {
    width: 350px;
}
.estimation_form .step_3{
    width: 575px;
}
.estimation_form .step_1 .wpcf7-list-item,
.estimation_form .step_3 .wpcf7-list-item{
    /*width: 265px;*/
    float: left;
}
.estimation_form .step_3 img,
.estimation_form .step_1 img{
    margin-bottom: 1rem;
}
.estimation_form .step_1 label input + span,
.estimation_form .step_3 label input + span{
    background-color: #FFF;
    width: 350px;
    height: 350px;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    color: #131F2C;
    font-weight: 400;
    text-align: center;
} 
.estimation_form .step_1 label,
.estimation_form .step_3 label,
.estimation_form .step_4 label{
    padding-top: 0;
    padding-left: 0;
}
.estimation_form .step_3 label input + span{
    width: 265px;
    height: 180px;
    margin-bottom: 1rem;
}

.estimation_form .step_1 label input + span:hover,
.estimation_form .step_3 label input + span:hover,
.estimation_form .step_4 label input + span:hover{
    background-color: #E2DBDB;
    cursor: pointer;
}
.estimation_form .step_4 label input + span{
    background-color: #FFF;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px 50px 5px 15px;
    color: #131F2C;
    font-weight: 400;
    position: relative;
} 
.estimation_form .step_4 label input + span:after{
    content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 7L5.25 11.375L4.6375 10.7625L8.4 7L4.6375 3.2375L5.25 2.625L9.625 7Z' fill='%23131F2C'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 3px;
    top: 8px;
}
.estimation_form .wpcf7-form .fieldset-cf7mls .cf7mls-btns{
    position: absolute;
    bottom: -11px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.estimation_form .cf7mls-btns .cf7mls_next.action-button,
.estimation_form .cf7mls-btns .cf7mls_back.action-button{
    margin: 0;
}
.estimation_form .cf7mls-btns .cf7mls_next.action-button{
    background-color: #CCBB8B;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    width: 100%;
}
#cf7mls-back-btn-cf7mls_step-1,
#cf7mls-next-btn-cf7mls_step-1,
#cf7mls-next-btn-cf7mls_step-3,
#cf7mls-back-btn-cf7mls_step-3,
#cf7mls-back-btn-cf7mls_step-4,
.estimation_form .step_1 label input,
.estimation_form .step_3 label input,
.estimation_form .step_4 label input{
    display: none;
}
.estimation_form h3{
    margin-bottom: 2rem;
    text-align: center;
    color: #131F2C;
    font-weight: 400;
    font-size: 24px;
}

.estimation_form .fieldset-cf7mls-wrapper .cf7mls_current_fs{
    display: flex;
    align-items: center;
    justify-content: center;
}
.estimation_form .step_2,
.estimation_form .step_4,
.estimation_form .step_5,
.estimation_form .step_6{
    width: 470px;
    padding-bottom: 6rem;
}
.estimation_form p{
    margin-bottom: 0;
}

.estimation_form .cf7mls-btns .cf7mls_next.action-button{
    width: 470px;
}

.estimation_form .cf7mls_back.action-button{
    display: none;
}

.contact_form .form-control,
.estimation_form .form-control{
    height: 44px;
    border: unset;
    border-bottom: 1px solid #CCBB8B;
    font-size: 14px;
    font-weight: 400;
    color: #131F2C;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.contact_form .form-control::placeholder,
.estimation_form .form-control::placeholder{
    color: #8B95A0;
}

.contact_form label,
.estimation_form label{
    color: #8B95A0;
    font-size: 14px;
    padding-left: 1.5rem;
    font-weight: 500;
    padding-top: 1rem;
}

.contact_form input[type="submit"],
.estimation_form input[type="submit"]{
    background-color: #131F2C;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 0 !important;
    width: 470px;
    border: unset;
    color: #FFF;
    margin-bottom: 0 !important;
    margin-top: 2rem !important;
}

.contact_form  .submit,
.estimation_form .step_6 .submit{
    color: #8B95A0;
    font-style: italic;
    font-size: 12px;
}
.contact_form .submit a,
.estimation_form .step_6 .submit a{
    color: #CCBB8B;
}
.estimation_form .wpcf7-checkbox .first.last input[type=checkbox]{
    display: none;
}
.estimation_form .wpcf7-checkbox .first.last input[type=checkbox] + span{
    position: relative;
    padding-left: 24px;
}
.estimation_form .wpcf7-checkbox .first.last input[type=checkbox] + span:before{
    content: '';
    width: 50px;
    height: 24px;
    background: white;
    position: absolute;
    left: -38px;
    border-radius: 24px;
    border: 1px solid #CCBB8B;
}
.estimation_form .wpcf7-checkbox .first.last input[type=checkbox] + span:after{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #CCBB8B;
    left: -33px;
    top: 3px;
    border-radius: 50%;
    transition: .3s;
}

.estimation_form .wpcf7-checkbox .first.last input[type=checkbox]:checked + span:after{
    background-color: #131F2C;
    transition: .3s;
    left: -8px;
}


.google_reviews{
    background-color: #131F2C;
    padding: 10rem 0;
}

.google_reviews .ktBlIG,
.google_reviews .WidgetTitle__Container-sc-ruy1gu-0{
    display: none;
}

.google_reviews .gNtCnN{
    margin-bottom: 1rem;
}

.google_reviews .fHhYpu,
.google_reviews .gNtCnN{
    background-color: unset;
    background: unset;
    padding: 0;
}
.google_reviews h2,
.google_reviews .cowHlg,
.google_reviews .QjUc,
.google_reviews .kvkbls,
.google_reviews .ejtAwf,
.google_reviews .dYuiVi{
    color: #FFF;
}

.google_reviews .QjUc{
    font-size: 12px;
}

.parallax{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
    max-height: calc(100vh - 200px);
    text-align: center;
    position: relative;
    overflow-x: hidden;
}

body:not(.front-page) .parallax{
    margin-top: 10rem;
}

body.front-page .parallax:before{
    content: '';
    width: 100%;
    height: 100px;
    background-color: #131F2C;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -2;
} 
.parallax .image{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: .3s;
    right: -100%;
}
.parallax .image.show{
    right: 0;
    transition: .3s;
}
.parallax .image:after{
    content: '';
    background-color: rgba(155, 142, 104, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.parallax, .parallax h5, .parallax h2, .parallax p{
    color: #FFF;
}
.parallax a{
    margin: auto;
    display: table;
    margin-top: 1rem;
}

.widget_instagram{
    padding: 6rem 0;
}

footer .logo{
    border-bottom: 1px solid #E2DBDB;
    padding: 3rem 0;
}

footer h3{
    font-size: 24px;
    padding-top: 3rem;
    font-weight: 400;
    margin-bottom: 1.3rem;
}

footer ul{
    list-style: none;
    padding-left: 0;
}

footer .numero{
    color: #8B95A0;
    font-size: 12px;
    white-space: pre-line;
}

footer .footer_menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .colonne_1{
    border-right: 1px solid #E2DBDB;
}
footer .copyright{
    border-top: 1px solid #E2DBDB;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

footer p{
    text-align: unset !important;
}
footer .copyright p{
    margin-bottom: 0;
    font-size: 13px;
    text-align: unset;
}


footer .copyright .rs a:hover .fill{
    fill: #131F2C;
}


footer .copyright a:hover .fill{
    fill: #CCBB8B;
}

.biens{
    position: relative;
    background-color: unset;
    padding-bottom: 12rem;
    padding-top: 12rem;
}
.biens h2{
    color: #FFF;
}
.biens:before{
    content: '';
    width: 100%;
    height: 50%;
    background-color: #131F2C;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.biens .posts-biens{
    background-color: transparent;
}
.biens .slick-slide {
    margin: 0 10px;
}
.biens .slick-list {
    margin: 0 -10px;
}

.image_avec_contenu{
    padding-bottom: 10rem;
    padding-top: 5rem;
}

.contenu_simple{
    padding-bottom: 4rem;
}

.contenu_simple p{
    padding-left: 3rem;
    position: relative;
    margin-bottom: 0;
    color: #8B95A0;
}
.contenu_simple p strong{
    font-weight: 600;
}
.contenu_simple p:before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #CCBB8B;
    left: 0;
    top: 0;
    position: absolute;
}
.background-dark .contenu_simple p:before{
    background-color: #CCBB8B;
}
.contenu_simple h2,
.contenu_simple h1{
    margin-bottom: 2rem;
}
.background-dark h2,
.background-dark h1,
.background-dark p{
    color: #FFF;
}
.background-dark a.btn{
    background-color: #FFFFFF;
    color: #CCBB8B;
}
.background-dark a.btn:hover{
    background-color: #CCBB8B;
    color: #FFF;
}

.pourquoi_faire_confiance{
   position: relative;
   z-index: 0;
   margin: 6rem 0;
}

.pourquoi_faire_confiance:before,
.pourquoi_faire_confiance:after{
    content: '';
    width: 100%;
    height: 6rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: -1;
}
.pourquoi_faire_confiance:after{
    top: unset;
    bottom: 0;
}
.pourquoi_faire_confiance .contenu{
    background-color: #CCBB8B;
    text-align: center;
    padding: 5rem 3.5rem;
    color: #FFF;
}
.pourquoi_faire_confiance h2{
    font-size: 32px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 2rem;
}
.pourquoi_faire_confiance h4{
    font-size: 13px;
    font-weight: 500;
}
.pourquoi_faire_confiance ul{
    padding-top: 2rem;
    text-align: left;
    font-size: 14px;
}
.pourquoi_faire_confiance a.btn.secondary:hover,
.pourquoi_faire_confiance a.btn.primary{
    background-color: #131F2C;
    color: #FFF;
    border: 1px solid #131F2C;
    width: 250px;
    font-size: 14px;
    font-weight: 500;
}
.pourquoi_faire_confiance a.btn.primary:hover,
.pourquoi_faire_confiance a.btn.secondary{
    color: #131F2C;
    background-color: #CCBB8B;
    border: 1px solid #131F2C;
    width: 250px;
    font-size: 14px;
    font-weight: 500;
}
.pourquoi_faire_confiance a{
    margin: auto;
    display: table;
}
.call_to_action{
    padding: 9rem 0;
    margin: 7rem 0;
}

.call_to_action a.btn.secondary:hover,
.call_to_action a.btn.primary{
    color: #FFFFFF;
    background-color: #CCBB8B;
    border: 1px solid #CCBB8B;
    width: 250px;
    font-size: 14px;
    font-weight: 500;
}
.call_to_action a.btn.primary:hover,
.call_to_action a.btn.secondary{
    color: #CCBB8B;
    background-color: #131F2C;
    border: 1px solid #CCBB8B;
    width: 250px;
    font-size: 14px;
    font-weight: 500;
}

.contact_form{
    padding-bottom: 6rem;
    margin-top: 4rem;
}
.contact_form textarea.form-control{
    height: 80px;
}

.contact_form input[type="submit"]{
    width: 100%;
    height: 47px;
}
.contact_form iframe{
    height: 100%;
    width: 100%;
}

.contact_form .informations{
    position: relative;
    background-color: #CCBB8B;
    color: #FFF;
    padding: 3rem;
    font-size: 15px;
}
.contact_form .informations a{
    color: #FFF;
}
.contact_form .informations a:hover{
    color: #131F2C;
}
.contact_form .what_are_you_looking_for{
    position: absolute;
    top: -60px;
    right: -60px;
}
.contact_form .what_are_you_looking_for img{
    animation-name: spin;
    animation-duration: 30000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 155px;
    height: 155px;
}
.contact_form .what_are_you_looking_for svg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.representatives p, .representatives a{
    font-weight: 500;
}


/* Style du bouton vidéo */
 
.video-btn {
    background: black !important;
}

.video-btn:hover {
    background: #CCBB8B !important;
}

/* Style de la popup */
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: #000;
    padding: 20px;
    border-radius: 5px;
}

.close-popup {
    position: absolute;
    top: -30px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




@media screen and (min-width: 320px) and (max-width: 700px) {
    html{
        overflow-x: hidden;
    }
    body{
        font-size: 13px;
        overflow-x: hidden;
    }
    .pourquoi_faire_confiance h2,
    h2, h1{
        font-size: 20px;
    }
    h5{
        font-size: 13px;
        margin-bottom: .7rem;
    } 
    .panel, .open_panel{
        display: none;
    }
    .contact_form .what_are_you_looking_for,
    .engagements .image_content .what_are_you_looking_for{
        right: 0;
    }
    .contact_form .what_are_you_looking_for img,
    .engagements .image_content .what_are_you_looking_for img{
        width: 125px;
    }
    .contact_form .what_are_you_looking_for svg
    .engagements .image_content .what_are_you_looking_for svg{
        width: 33px;
    }
    .engagements .image_content{
        height: 400px !important;
        position: unset;
    }
    .engagements .engagement{
        padding-left: unset;
        padding-bottom: 2rem;
    }
    .engagements .engagement li{
        display: block;
        font-size: 16px;
        padding: 1rem 0;
    }
    .engagements .engagement li .image{
        width: 90px;
        min-height: 90px;
        max-width: 90px;
    }
    .engagements:after{
        display: none;
    }
    .biens{
        padding-top: 1rem;
        padding-bottom: 5rem;
    }
    .google_reviews{
        padding: 5rem 0;
    }
    .parallax .image.show{
        width: calc(100% - 2rem) !important;
        left: 1rem;
    }
    footer .numero{
        text-align: center;
    }
    footer .copyright{
        padding-top: 1rem;
    }
    footer h3 {
        font-size: 21px;
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
    footer .colonne_1{
        border: unset;
        text-align: center;
        margin-bottom: 2rem;
    }

    footer .logo{
        width: 260px;
    }
    .contenu_simple p{
        padding-left: 2rem;
    }
    .yoast_breadcrumb, .yoast_breadcrumb a{
        font-size: 14px;
    }

    .call_to_action {
        padding: 6rem 0;
        margin: 1rem 0;
    }
    body:not(.front-page) .parallax {
        margin-top: 4rem;
    }  
    .pourquoi_faire_confiance .contenu {
        padding: 2rem 1.5rem;
    }
    .contact_form iframe{
        height: 300px;
    }
    .contact_form{
        padding-bottom: 0;
        margin-top: 0;
    }
    .contact_form .informations{
        padding: 2rem;
    }
    .contact_form label, .estimation_form label,
    .contact_form .form-control, .estimation_form .form-control,
    .contact_form .form-control::placeholder, .estimation_form .form-control::placeholder{
        font-size: 13px;
    }
    body.front-page header{
        background-color: #131F2C
    }
    .navbar-brand{
        margin: unset;
    }
    body header .logo{
        width: 200px;
    }
    .navbar > .container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar .navbar-toggler{
        position: absolute;
        top: 2rem;
        right: 1rem;
    }
    .navbar-nav .nav-item.btn .nav-link{
        display: none;
    }
    .navbar-collapse{
        width: auto;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-nav .nav-item.lang-item.lang-item-first{
        padding-left: 0;
    }
    .navbar-nav .nav-item .nav-link:hover::before {
        background-color: #131F2C;
    }
    .navbar-nav .nav-item .nav-link:hover::before, .navbar-nav .nav-item.active .nav-link::before {
        display: none;
    }

    .navbar-nav .nav-item.active .nav-link:hover{
        color: #CCBB8B;
    }

    .figure.container {
        column-count: 1;
    }
    .estimation_form .step_2, .estimation_form .step_4, .estimation_form .step_5, .estimation_form .step_6,
    .estimation_form .step_3,
    .estimation_form form{
        width: calc(100% - 3rem);
    }
    .estimation_form .step_1 label input + span,
    .estimation_form .step_3 label input + span{
        margin-bottom: 13px;
        padding: 1rem;
        height: 200px;
        font-size: 18px;
    }
    .estimation_form .step_3 .wpcf7-list-item {
        float: unset;
        width: 100%;
    }
    .biens .slick-slide {
        margin: 0;
    }
    .biens .slick-list {
        margin: 0;
    }
    .post_bien_single .header ul li{
        font-size: 14px;
    }
}

.grecaptcha-badge{
	display: none;
}
