/* IMPORT FONTS */
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
    --green: #004F37;
    --green2: #D7E9D0;
    --green3: #006A4A;
    --beige: #EAE0CE;
    --white: #ffffff;
    --f1: "Roboto", sans-serif;
    --f2: "Bai Jamjuree", sans-serif;
    ;
    --text: 400 18px/27px var(--f1);
    --title: 400 36px/45px var(--f2);
}






/* RESET */
body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

* {
    outline: none !important;
}



ul {
    list-style-type: none;
}

body {
    font: var(--text);
    color: var(--white);
    background-color: var(--green);
}

body * {
    box-sizing: border-box;
    outline: 0
}

a {
    text-decoration: none;
    outline: none;
    color: var(--green);
}

img {
    border: none;
}

p {
    margin-bottom: 33px
}



/* CLASS */
.clear {
    clear: both;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

.clr:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    text-indent: -99999;
    width: 22px;
    height: 22px;
    border: 2px solid var(--beige);
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.container {
    max-width: 1720px;
    padding: 0 40px;
    margin: auto;
    width: 100%;
}

.bg-green {
    background-color: var(--green);
}

.bg-green2{
    background-color: var(--green2);
}

.bg-white {
    background-color: var(--white);
}

.bg-beige {
    background-color: var(--beige);
}

.slick-dots li {
    margin: 0 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.slick-dots li.slick-active button {
    background-color: var(--beige);
}

.title {
    font: var(--f1);
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

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

.align-items-start {
    align-items: flex-start;
}

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

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.mt_100 {
    margin-top: 100px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_100 {
    margin-bottom: 100px;
}

.pt-170 {
    padding-top: 120px;
}

.pb-170 {
    padding-bottom: 120px;
}

.slick-prev,
.slick-next {
    width: 70px;
    height: 70px;
    background: url(../images/arrow-bien.svg) center no-repeat var(--green);
    z-index: 50;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
    border: 0;
    padding: 0;
    border-radius: 50%;
}

.slick-arrow {
    transition: all ease-in-out .4s;
}

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

.slick-dots li {
    display: inline-block;
    height: 22px;
    margin: 0 5px
}

.btn {
    display: inline-block;
    padding: 22px 40px 22px 34px;
    font: normal 17px/22px var(--f2);
    font-weight: 700;
    background: none;
    position: relative;
    text-align: center;
}

.btn span {
    color: var(--white);
    position: relative;
}

.btn span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/arrow-btn-green.svg) center no-repeat;
    right: -11px;
    top: 3px;
    transform: rotate(-50deg);
    transition: all ease-in-out .4s;
}

.btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--green);
    transition: all ease-in-out .4s;
    border: 2px solid var(--green);
}

.btn-white span {
    color: var(--green);
}

.btn-white:before {
    background: var(--white);
    border-color: var(--white);
}

.btn-beige:before {
    background: var(--beige);
    border-color: var(--beige);
}

.btn-beige span {
    color: var(--green);
}


.btn.btn-outline-white:before {
    background: transparent;
    border: 2px solid var(--white);
}

.btn.btn-outline-beige:before {
    background: transparent;
    border: 2px solid var(--beige);
}

.btn.btn-outline-white span:after {
    background: url(../images/arrow-btn-white.svg) center no-repeat;
}

.btn.btn-outline-green:before {
    background: transparent;
    border: 2px solid var(--green);
}

.btn.btn-outline-green span {
    color: var(--green);
}

.btn.btn-green span:after,
.btn.btn-outline-beige span:after {
    background: url(../images/arrow-btn-beige.svg) center no-repeat;
}

.btn.btn-green span,
.btn.btn-outline-beige span {
    color: var(--beige);
}


.btn.btn-outline-green span:after {
    background: url(../images/arrow-btn-green.svg) center no-repeat;
}

.title {
    font: var(--title);
}

.text-center {
    text-align: center;
}

body.overflow {
    overflow: hidden;
}

/**** HEADER ****/
.menuMobile,
.connex-mobile,
.btn-mobile {
    display: none;
}

.main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 555;
}

.main-header.sticky {
    position: fixed;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    z-index: 100;
    width: 100%;
    -webkit-box-shadow: 0px 5px 24px -11px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 5px 24px -11px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 5px 24px -11px rgba(0, 0, 0, 0.33);
}


.blc-top {
    color: var(--white);
    padding: 10px 0;
}

.blc-top a {
    color: var(--white);
}

.blc-top .tel {
    font-size: 17px;
    font-weight: 400;
    padding-left: 28px;
    background: url(../images/ico-tel.svg)left center no-repeat
}

.blc-top .language-switcher a {
    font-size: 17px;
    text-transform: uppercase;
}

.blc-top .language-switcher {
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.blc-top .language-switcher ul {
    position: absolute;
    top: 25px;
    display: none;
}

.blc-top .language-switcher:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    background: url(../images/arrow-down.svg)center no-repeat;
    width: 11px;
    height: 7px;
}


 .language-switcher a {
    font-size: 17px;
    text-transform: uppercase;
}

 .language-switcher {
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

 .language-switcher ul {
    position: absolute;
    top: 25px;
    display: none;
}

.language-switcher:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    background: url(../images/arrow-down.svg)center no-repeat;
    width: 11px;
    height: 7px;
}


.blc-nav ul {
    display: flex;
}

.blc-nav ul>li {
    margin-right: 45px;
    padding: 61px 0;
}

.main-header.sticky .blc-nav ul>li {
    padding: 35px 0;
}

.blc-nav ul>li a {
    font-size: 17px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--f2);
}


.blc-nav ul>li:last-child {
    margin-right: 0;
}

.blc-menu {
    padding: 0
}

.main-header.sticky .blc-menu {
    background: var(--green);
}

.main-header.sticky .logo img {
    width: 90px;
}

.main-header.sticky .blc-top {
    display: none;
}


.blc-menu .item-link-top {
    margin-left: 44px;
    text-align: center;
}

.blc-menu .item-link-top .picto {
    display: block;
    min-height: 55px;
}

.blc-menu .item-link-top .picto svg path {
    transition: all ease-in-out .4s;
}

.blc-menu .item-link-top .picto img {
    display: block;
    margin: auto;
}

.blc-menu .item-link-top .title-link-top {
    color: var(--white);
    font-size: 17px;
    line-height: 18px;
    display: block;
    transition: all ease-in-out .4s;
    font-family: var(--f2);
    text-transform: uppercase;
    font-weight: 700;
}

/**** BLOC RECHERCHE ****/
.search-content {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--green);
    z-index: 5555;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    transition: 1s ease;
    transition-delay: 0s;
    transition-delay: 0.5s;
    padding: 20px;
}

.search-content.active {
    transform: translateX(0);
    transition: 1s ease;
}

.search-content .search-field {
    height: 70px;
    background: none;
    border: 2px solid var(--white);
    padding: 10px 25px;
    color: var(--white);
    font-family: var(--f2);
    font-size: 20px;
    font-weight: 600;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.search-form ::-webkit-input-placeholder {
    opacity: 1;
    color: var(--white);
}

.search-form ::-moz-placeholder {
    opacity: 1;
    color: var(--white);
}

.search-form ::-ms-input-placeholder {
    opacity: 1;
    color: var(--white);
}

.search-form .search-btn {
    border: none;
    font-size: 0;
    text-indent: -99999px;
    width: 70px;
    background: url(../images/ico-search-green.svg)center no-repeat var(--white);
    cursor: pointer;
    transition: all ease-in-out .4s;
}

.search-close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 22px;
    height: 22px;
    background: url(../images/ico-close-white.svg)center no-repeat;
    border: none;
    cursor: pointer;
}

.search-content .blc-filter {
    padding: 0;
    max-width: 1200px;
    margin: auto;
    clip-path: none;
}

.search-content .filter {
    max-width: inherit;
    width: calc(100% - 230px);
}

.search-content .search-form,
.search-content form {
    width: 100%;
}

.select2-container {
    z-index: 99999;
}

.g-recaptcha{
    display: block;
    margin:0 auto 25px;
}



/*MEGA MENU*/



.blc-nav ul>li .sub-menu {
    display: none;
}

.megamenu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--green);
    padding: 180px 80px 80px;
    z-index: 0;
    max-height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    margin-top: 25px;
    height: 100%;
}

.megamenu.active {
    z-index: 55;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.nav-megamenu a {
    color: var(--white);
    font-size: 35px;
    line-height: 35px;
    font-family: var(--f2);
    font-weight: 600;
}

.nav-megamenu li {
    margin-bottom: 45px;
}

.nav-megamenu li a {
    padding-left: 77px;
    position: relative;
}

.nav-megamenu li a:before {
    content: '';
    width: 42px;
    height: 25px;
    background: url(../images/arrow-nav-mega-menu.svg)center no-repeat;
    position: absolute;
    left: 0;
    top: 18px;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.nav-megamenu li a:after {
    content: '';
    width: 0;
    left: 77px;
    bottom: -12px;
    height: 3px;
    background: var(--beige);
    position: absolute;
    transition: all ease-in-out .4s;
}

.nav-megamenu li:last-child {
    margin-bottom: 0;
}

.megamenu .row-megamenu {
    max-width: 1380px;
    width: 100%;
    transition-delay: 0.2s;
}

.megamenu .row-megamenu>div {
    width: 50%;
}

.megamenu .img {
    clip-path: polygon(0% 0%, calc(100% - 114px) 0%, 100% 30px, 100% 100%, 0% 100%);
}

.megamenu .img img {
    width: 100%;
    display: block;
    max-height: calc(100vh - 180px);
    object-fit: cover;
}


.inner-megamenu {
    opacity: 0;
    transition: all ease-in-out .4s;
}

.megamenu.active .inner-megamenu {
    opacity: 1;
}

.megamenu.sticky {
    position: fixed;
}

body.active .main-header.sticky {
    box-shadow: none;
}


/*BREADCRUMB*/
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 3px 0 0 44px;
    min-height: 27px;
    align-items: center;
}

.breadcrumb ul:after {
    content: '';
    width: 29px;
    height: 27px;
    background: url(../images/deco.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}

.breadcrumb ul li {
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
}

.breadcrumb ul li,
.breadcrumb ul li a {
    font-family: var(--f2);
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb ul li:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li:last-child {
    font-weight: 700;
}

.breadcrumb ul li:last-child:after {
    display: none
}

/**** BANNER HOME ****/
.sec-banner-home {
    padding: 230px 80px 0;
    position: relative;
    background: url(../images/bg-banner-home.jpg)bottom center no-repeat;
    background-size: cover;
}

.sec-banner-home:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 79, 55, 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.sec-banner-home .container {
    position: relative;
}

.sec-banner-home .img {
    width: 54%;
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%);
    transition: all ease-in-out .4s;
}

.sec-banner-home .img img {
    display: block;
    width: 100%;
}

.sec-banner-home .video-youtube iframe {
    min-height: 500px;
}

.sec-banner-home .text {
    width: 46%;
    margin-left: -100px;
    padding-right: 50px;
    position: relative;
    z-index: 5;
    margin-top: -22px;
}

.title-banner {
    color: var(--white);
    font-size: 40px;
    line-height: 55px;
    font-family: var(--f2);
    font-weight: 400;
}

.sec-banner-home .title-banner {
    margin-bottom: 50px;
}

.sec-banner-home .blc-btn .btn:first-child {
    margin-right: 30px;
}

.blc-infos-right {
    position: absolute;
    left: -83px;
    transform: rotate(-90deg);
    bottom: 230px;
    z-index: 99;
}

.blc-infos-right .blc-rs a svg path {
    transition: all ease-in-out .4s;
}

.blc-infos-right .blc-rs {
    margin-right: 40px;
}

.blc-infos-right .blc-rs a {
    display: block;
    margin-right: 20px;
    visibility: hidden;
}

.blc-infos-right .blc-rs a.show{
    visibility: visible;
}

.blc-infos-right .link-right a {
    color: var(--beige);
    font-size: 17px;
    margin-right: 22px;
}

.blc-infos-right .link-right a:last-child {
    margin-right: 0;
}


/**** SECTION SERVICES ****/
.sec-services {
    position: relative;
}

.sec-services:before {
    content: '';
    width: calc(100% - 40px);
    height: 420px;
    background: var(--white);
    position: absolute;
    left: 20px;
    bottom: 0;
    clip-path: polygon(0% 0%, calc(100% - 200px) 0%, 100% 60px, 100% 100%, 0% 100%);
}

.sec-services .title {
    margin-bottom: 60px;
}

.sec-services .title span {
    color: var(--beige);
}

.sec-services .s-title {
    margin-bottom: 40px;
    padding-bottom: 25px;
    position: relative;
    display: inline-block;
}

.sec-services .s-title a {
    color: var(--beige);
    font-size: 30px;
    font-family: var(--f2);
}

.sec-services .s-title:after {
    content: '';
    width: 0;
    height: 3px;
    background: var(--beige);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease-in-out .4s;
}

.sec-services .item {
    width: 33.33%;
    padding: 0 55px;
}

.sec-services .list-service {
    margin: 0 -55px;
}

.sec-services .item .img img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
    transition: all ease-in-out .4s;
}

.sec-services .item .img {
    overflow: hidden;
}

.sec-services .inner-item {
    position: relative;
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%);
    transition: all ease-in-out .4s;
}

.sec-services .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--beige);
    display: flex;
    align-items: center;
    padding: 40px 60px;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.nav-services a {
    display: block;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 54px 30px 60px;
    font-family: var(--f2);
    border-bottom: 2px solid var(--green);
    text-align: left;
    position: relative;
}

.nav-services a:after {
    content: '';
    width: 18px;
    height: 11px;
    background: url(../images/arrow-service.svg)center no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
    transition: all ease-in-out .4s;
}

.nav-services {
    width: 100%;
    border-top: 2px solid var(--green);
}

.nav-services {
    counter-reset: nav-service
}

.nav-services a:before {
    counter-increment: nav-service;
    content: counter(nav-service);
    font-size: 9px;
    line-height: 11px;
    left: 27px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
}

/*** SECTION LIST BIENS ***/
.sec-list-bien {
    position: relative;
}

.sec-list-bien .container,
.sec-new-project .container,
.sec-stat .container,
.sec-actus .container,
.sec-rs .container {
    position: relative;
}

.sec-list-bien:before,
.sec-new-project:before,
.sec-stat:before,
.sec-actus:before,
.sec-rs:before {
    content: '';
    width: calc(100% - 40px);
    top: 0;
    background: var(--white);
    left: 20px;
    position: absolute;
    height: 100%;
}

.blc-filter {
    background: var(--green);
    padding: 34px 70px;
    clip-path: polygon(0% 0%, calc(100% - 120px) 0%, 100% 35px, 100% 100%, 0% 100%);
}

.filter {
    max-width: 1076px;
    width: 100%;
}

.blc-filter .deco {
    width: 29px;
    height: 27px;
    background: url(../images/deco.svg)center no-repeat;
    display: block;

}

.blc-filter .item {
    width: 188px;
    border-bottom: 2px solid var(--beige);
}

.blc-filter .item .select2-container {
    width: 100% !important;
}

.blc-filter .item .select2-container .select2-selection--single {
    height: 50px;
    background: none !important;
    border: none !important;
}

.blc-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 0;
    color: var(--white) !important;
    font-family: var(--f2);
    font-size: 20px;
    font-weight: 400;
}


.blc-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 13px;
    height: 100%;
    background: url(../images/arrow-select.svg)center no-repeat;
}

.blc-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


.blc-filter .btn-send {
    padding: 15px 0 15px 56px;
    background: none;
    color: var(--white);
    font-family: var(--f2);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    position: relative;
    cursor: pointer;
}

.blc-filter .btn-send:before {
    content: '';
    width: 43px;
    height: 43px;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    background: url(../images/ico-search-btn.svg)center no-repeat;
}


.select2-container--default .select2-results__option--selected {
    color: var(--green);
    background-color: var(--beige);
}

.select2-results__option {
    padding: 10px 6px;
    line-height: 21px;
}


.select2-results__option--selectable {
    color: var(--green);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--green) !important;
}

.sec-list-bien .title {
    color: var(--green);
    margin-bottom: 20px;
}

.sec-list-bien .title br {
    display: none;
}

.sec-list-bien .blc-list {
    background: var(--beige);
    padding: 60px 70px 70px;
}

.sec-list-bien .blc-list .btn {
    margin-right: 30px;
}


.sec-list-bien .blc-list .btn.btn-mobile {
    display: none;
}

.list-biens {
    margin: 0 -50px;
}

.bien {
    padding: 0 50px;
    position: relative;
}

.bien:after {
    content: '';
    width: 2px;
    height: 100%;
    border-right: 2px dotted var(--green);
    position: absolute;
    right: 0;
    top: 0;
}

.sec-list-bien .top-list {
    margin-bottom: 65px;
}

.bien .img img {
    width: 100%;
    display: block;
    height: 417px;
    object-fit: cover;
    position: relative;
    top: 0;
    transition: all ease-in-out .4s;
    transition-delay: .2s;
}

.bien .inner-bien {
    position: relative;
    clip-path: polygon(0% 0%, calc(100% - 114px) 0%, 100% 30px, 100% 100%, 0% 100%);
    transition: all ease-in-out .4s;
}

.bien .inner-bien>a {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 55;
}

.bien .inner-bien:before {
    content: '';
    width: 100%;
    height: 198px;
    background: var(--green);
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 100% calc(100% - 70px), 100% 100%, 0% 100%);
    opacity: .25;
    transition: all ease-in-out .4s;
    z-index: 5;
}

.bien .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 25px;
    z-index: 10;
}

.bien .adr {
    font-size: 16px;
    font-family: var(--f2);
    text-transform: uppercase;
    font-weight: 500;
    color: var(--beige);
    background: url(../images/ico-adr.svg)left 7px no-repeat;
    padding-left: 25px;
    margin-bottom: 20px;
}

.bien .title-bien {
    font-size: 12px;
    font-family: var(--f2);
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 500;
}

.bien strong {
    font-size: 20px;
    line-height: 20px;
    font-family: var(--f2);
}

.bien .info-bien {
    padding: 0 20px;
    position: relative;
}

.bien .info-bien:first-child {
    padding-left: 0;
}

.bien .info-bien:last-child {
    padding-right: 0;
}

.bien .info-bien:last-child:after {
    display: none;
}


.bien .info-bien:after {
    content: '';
    width: 1px;
    height: 40px;
    right: 0;
    background: var(--white);
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.bien .arrow-bien {
    width: 27px;
    height: 16px;
    background: url(../images/arrow-bien.svg) center no-repeat;
}

.nav-list .slick-next {
    margin-left: 13px;
}

main {
    overflow: hidden;
}

/*SECTION NOUVEAU PROJET*/
.sec-new-project .title {
    color: var(--green);
    margin-bottom: 43px;
}

.sec-new-project {
    position: relative;
}

.list-biens.list-biens-news .bien {
    padding: 0 23px
}

.list-biens.list-biens-news .bien:after {
    display: none;
}

.list-biens.list-biens-news {
    margin: 65px -23px 0;
}

.list-biens.list-biens-news .inner-bien:before {
    opacity: 0.66;
}


.list-biens.list-biens-news .bien .img img {
    height: 516px;
}

/*SECTION STATISTIQUE*/
.sec-stat {
    position: relative;
}

.sec-stat .container {
    max-width: 1407px;
}

.list-stat .item {
    width: 25%;
    color: var(--green);
    position: relative;
}

.list-stat .item:after {
    content: '';
    width: 1px;
    height: 190px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -95px;
    background: var(--beige);
}

.list-stat .item:last-child:after {
    display: none;
}

.list-stat .title-stat {
    font-family: var(--f2);
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}

.list-stat .text-stat {
    font-family: var(--f2);
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
}

.list-stat .picto {
    height: 100px;
}

.sec-stat .btn:first-child {
    margin-right: 35px;
}

.sec-stat .blc-btn {
    margin-top: 60px;
}

/**** SECTION ACTUS ****/
.sec-actus {
    position: relative;
}

.sec-actus .content {
    background: var(--green2);
    padding: 80px 17px;
    color: var(--green);
}

.sec-actus .before-title {
    font-family: var(--f2);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding: 0 50px;
}

.sec-actus .blc-title {
    padding: 0 50px;
    margin-bottom: 70px;
}

.list-actus .item {
    width: 33.33%;
    padding: 0 50px;
    position: relative;
    border-right: 2px dotted var(--green);
}

.list-actus .item:last-child {
    border: none;
}


.list-actus .item .img img {
    width: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition: all ease-in-out .4s;
}

.list-actus .item .img {
    display: block;
    overflow: hidden;
}


.list-actus .item .content-item {
    background: var(--white);
    padding: 30px 25px;
    clip-path: polygon(0% 0%, calc(100% - 74px) 0%, 100% 24px, 100% 100%, 0% 100%);
    margin-top: -66px;
    width: calc(100% - 85px);
}

.list-actus .item .content-item .title-actu {
    font-family: var(--f2);
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.list-actus .item .title-actu {
    margin-bottom: 5px;
}

.list-actus .item .bottom-item {
    font-family: var(--f2);
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
}

.list-actus .item .bottom-item .link-actu {
    position: absolute;
    width: 19px;
    height: 11px;
    background: url(../images/arrow-actu.svg) center no-repeat;
    right: 0;
    top: 3px;
    transition: all ease-in-out .4s;
}


.page-liste-actus .sec-bandeau{
    padding-bottom: 0;
}


/**** SECTION RESEAU SOCIAUX ****/
.sec-rs {
    color: var(--green);
    position: relative;
}

.sec-rs .rs {
    display: flex;
    align-items: center;
    margin-left: 22px;
}

.sec-rs .rs svg path {
    transition: all ease-in-out .4s;
}

.sec-rs .title {
    margin-right: 33px;
    font-size: 30px
}

.sec-rs .title br {
    display: none;
}

.list-stat .title-stat {
    font-size: 35px
}

.list-stat .text-stat {
    font-size: 16px
}

/*SECTION VIDEO*/

.sec-video .container{
    max-width: 100%;
    padding: 0 20px;
}

#vid-youtube,
.upload-video .vid{
    width: 100%;
    display: block;
    height: 796px;
}

.upload-video .vid{
    height: auto;
}

.btn-play{
    position: absolute;
    width: 122px;
    height: 122px;
    background: url(../images/icon-play.svg) center no-repeat;
    left: 0;
    right: 0;
    top: 50%;
    margin:-61px auto 0;
    cursor: pointer;
}

.btn-play.hide{
    opacity: 0;
     background: url(../images/icon-pause.svg) center no-repeat;
}

.video{
    position: relative;
    clip-path: polygon(0% 0%, calc(100% - 200px) 0%, 100% 56px, 100% 100%, 0% 100%);
}

.youtube-video:hover .btn-play.hide,
.upload-video:hover .btn-play.hide{
    opacity: 1;
}


.sec-text .title{
    width: 50%;
    color: var(--beige);
}
.sec-text .blc-text{
    width: 50%;
    color: var(--green);
    padding: 80px 98px;
    clip-path: polygon(0% 0%, calc(100% - 200px) 0%, 100% 56px, 100% 100%, 0% 100%);
}

.sec-text .blc-text p{
    max-width: 580px;
}

.s-title{
    font-size: 27px;
    line-height: 38px;
    font-family: var(--f2);
    font-weight: 700;
    margin-bottom: 35px;
}

.optimisation .sec-text,
.nos-projets .sec-text{
    margin-top: -450px;
    /*position: relative;
    z-index: 5;*/
}
.optimisation .sec-banner .textBanner,
.nos-projets .sec-banner .textBanner{
    max-width: 100%;
    padding-right: 50%;
}

.sec-slide-text-img .blc-text{
    width: 39%;
    color: var(--green);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px 50px 0;

}
.sec-slide-text-img .blc-img{
    width: 61%;
}

.sec-slide-text-img{
    width: calc(100% - 40px);
    margin:auto;
    overflow: hidden;
     background-color: var(--beige);
     clip-path: polygon(0% 0%, calc(100% - 200px) 0%, 100% 56px, 100% 100%, 0% 100%);
}

.sec-slide-text-img .blc-img img,
.sec-slide-text-img .slide-img{
    width: calc(61vw - 20px);
    display: block;
}

.sec-slide-text-img .slide-img img,
.sec-slide-text-img .slide-img{
    height: 100%;
    object-fit: cover;
    object-fit: cover;
}

.sec-slide-text-img .slick-slider .slick-list,
.sec-slide-text-img .slick-slider .slick-track,
.sec-slide-text-img .slick-slide{
    height: 100%;
}


.sec-slide-text-img .slide-text-left{
    max-width: 450px;
    margin-top: 40px;
}

.sec-slide-text-img .title{
    margin-bottom: 12px;
    font-size: 55px;
    line-height: 69px;
}

.sec-slide-text-img .item-text p{
    font-weight: 700;
}

.sec-slide-text-img .item-text{
    padding-bottom: 35px;
}

.sec-slide-text-img .slick-dots{
    width: 100%;
    background: var(--white);
    justify-content: flex-start;
}

.sec-slide-text-img .slick-dots li {
    margin:0;
    display: block;
    width: 100%;
    height: auto;
}

.sec-slide-text-img .slick-dots button{
    border:none;
    width: 100%;
    height: 5px;
    padding: 0;
}

.slick-dots li.slick-active button{
    background-color: var(--green);
    transition: all ease-in-out .4s;
}


.sec-example .before-title{
    padding: 0;
    margin-bottom: 10px;
}


.sec-example{
    max-width: calc(100% - 40px);
    margin:auto;
    color: var(--beige);
    padding-top: 40px
}

.sec-example .content-exemple{
    padding: 100px 70px 1px;
}


.intro-example{
    font-size: 36px;
    line-height: 45px;
    max-width: 1273px;
    font-family: var(--f2);
}

.list-example{
    margin:0 -52px;
    display: flex;
    flex-wrap: wrap;
}


.list-example .item{
    padding: 26px 52px ;
    width: 33.33%;
    margin-bottom: 100px;
    
}

.list-example .item span{
    display: block;
}

.list-example .item .inner .img img{
    width: 100%;
    display: block;
    clip-path: polygon(0% 0%, calc(100% - 116px) 0%, 100% 35px, 100% 100%, 0% 100%);
    -webkit-clip-path:polygon(0% 0%, calc(100% - 116px) 0%, 100% 35px, 100% 100%, 0% 100%);
    transition: all ease-in-out .4s;
    height: 420px;
    object-fit: cover;
}
.list-example .item .inner{
    position: relative;
    display: block;


}

.list-example .item .inner>a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 55;
}

.list-example .item .inner:after{
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    right: -52px;
    border-right: 1px dotted var(--beige);
    position: absolute;
}

.list-example .item .content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 64px 26px 16px;
    background: var(--green);
   clip-path: polygon(0 0, 0% 100%, calc(100% - 100px) 100%);
}

.list-example .item .content .adr{
    color: var(--beige);
    font-size: 16px;
    font-family: var(--f2);
    text-transform: uppercase;
    font-weight: 500;
    background: url(../images/ico-adr.svg) left 5px no-repeat;
    padding-left: 25px;
}

.list-example .item.slick-active + .item.slick-active + .item.slick-active .inner:after{
    display: none;
}


.list-example .slick-dots li.slick-active button{
    background: var(--beige);
}

.list-example .slick-dots{
    width: 100%;
    margin-top: 15px;
}


.sec-banner .blc-filter{
    background: var(--beige);
}

.sec-banner .blc-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: var(--green)!important;
}


.sec-banner .blc-filter .item{
    border-color: var(--green);
}

.sec-banner .blc-filter .select2-container--default .select2-selection--single .select2-selection__arrow{
        background: url(../images/arrow-select-green.svg) center no-repeat;
}


.sec-banner .blc-filter .btn-send{
    color: var(--green);
    margin-left: 60px;
}


.sec-banner .blc-filter .btn-send:before{
    background: url(../images/ico-search-btn-green.svg) center no-repeat;
}



.sec-banner .blc-filter .deco{
    display: none;
}



.sec-banner .content-banner{
    padding-bottom: 187px;
    position: relative;
}

.immobilier .sec-banner{
    min-height: inherit;
    padding: 40px 0 130px;
    height:600px;
}


.g-recaptcha>div{
    margin:auto;
}


/**** FOOTER ****/
.footer {
    padding: 110px 0;
    position: relative;
}

.logo-foot {
    width: 106px;
    display: block;
    margin-bottom: 33px;
}

.logo-foot img {
    width: 100%;
    display: block;
}

.coord-foot a,
.coord-foot {
    color: var(--beige);
}

.coord-foot {
    margin-bottom: 33px;
}

.title-foot {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--f2);
    font-weight: 500;
    color: var(--beige);
    margin-bottom: 40px;
    pointer-events: none;
}

.nav-foot a {
    color: var(--white);
}

.nav-foot {
    display: block;
}

.nav-foot li {
    margin-bottom: 18px;
}

.bottom-foot {
    margin-top: 100px;
    position: relative;
}

.text-foot p{
    opacity: .5;
}

.text-foot {
    font-size: 15px;
    line-height: 19px;
    max-width: 1011px;
    padding-right: 50px;
    position: relative;
}

.text-foot .ipi{
    position: absolute;
    right: 0;
    bottom: 20px;
}

.text-foot p {
    margin-bottom: 15px;
}

.text-foot p a {
    color: var(--white);
    font-weight: bold
}
.bottom-foot .wealty {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 0 0 50px;
    min-height: 20px;
    background: url(../images/wealty.svg)left center no-repeat;
    opacity: .53;
    transition: ease-in-out .4s;
}

.bottom-foot .wealty a {
    color: var(--white);
    font-weight: 700;
}

.peb {
    max-width: 77px
}

.peb img {
    max-width: 77px
}

.blc-characteristic .item-characteristic li img.ng-scope {
    max-width: 100px;
}

.btn.mobile {
    display: none
}

.mentionsLegals {
    padding: 210px 20px 0 20px
}

.mentionsLegals .breadcrumb {
    margin-bottom: 40px;
    padding: 0 110px
}

.mentionsLegals h2 {
    color: var(--green);
    font-size: 30px;
    line-height: normal;
    font-family: var(--f2);
    font-weight: 700;
    margin-bottom: 10px;
}

.mentionsLegals h3 {
    color: var(--green);
    font-size: 30px;
    line-height: normal;
    font-family: var(--f2);
    font-weight: 700;
    margin-bottom: 10px;
}

.mentionsLegals h4 {
    color: var(--green);
}

.mentionsLegals .container-fluid p {
    color: var(--green)
}

.mentionsLegals ul li {
    color: var(--green)
}

.mentionsLegals .breadcrumb ul li {
    color: var(--white)
}

.mentionsLegals .container-fluid {
    padding: 60px 110px;
    background: #fff;
}


/**estimation**/
.sec-estimation {
    padding: 210px 20px 0 20px;
}

.sec-estimation .container-fluid {
    padding: 100px 110px 140px;
    background: #fff;
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%);
}

.sec-estimation .breadcrumb {
    margin-bottom: 40px;
    padding: 0 110px;
}

.sec-estimation .marge {
    margin: 100px
}

.sec-estima .mentionsLegals h2 {
    color: var(--green);
    font-size: 30px;
    line-height: normal;
    font-family: var(--f2);
    font-weight: 700;
    margin-bottom: 10px;
}


.blcForm .form .form-control {
    border: var(--green) solid 1px;
    background-color: var(--white);
    color: var(--green);
    font-size: 16px;
    padding: 0 20px;
    height: 65px;
    width: 100%;
    font-family: var(--f1)
}

.blcForm .form textarea.form-control {
    height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.blcForm .form label {
    color: var(--green);
    font-size: 16px;
    font-weight: bold;
    font-family: var(--f1);
    display: block;
    margin-bottom: 1px
}

.blcForm .form .select2 {
    width: 100% !important
}

.blcForm .form .select2 .selection {
    border: var(--green) solid 1px;

    color: var(--green);
    font-size: 16px;
    padding: 0 20px;
    height: 65px;
    width: 100%;
    font-family: var(--f1);
    appearance: none;
    -moz-appearance: none;
    background: url(../images/select.svg) no-repeat calc(100% - 40px);
    background-color: var(--white);
    width: 100% !important;
    display: block;
}

.blcForm .form .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.blcForm .form .select2-container--open .select2-dropdown--above {
    border-left: none;
    border-right: none;
}

.blcForm .blc-acceptance label  span.wpcf7-list-item-label {
    font-weight: normal;

}

.blcForm .blc-acceptance label  span.wpcf7-list-item-label {
    margin-left: 0;
}

.blcForm .blc-acceptance label   span.wpcf7-list-item-label::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid var(--green);
    position: absolute;
    left: 0;
    top: 3px;
}

.blcForm .blc-acceptance label   span.wpcf7-list-item-label {
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer
}

.blcForm .form label input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.blcForm .blc-acceptance label span.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    width: 19px;
    height: 15px;
    background: url(../images/ico-check-g.svg)center no-repeat;
    left: 4px;
    top: 2px;
    opacity: 0;
    background-size: cover;
}

.blcForm .blc-acceptance label  span.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    width: 19px;
    height: 15px;
    background: url(../images/ico-check-g.svg)center no-repeat;
    left: 4px;
    top: 2px;
    opacity: 0;
    background-size: cover;
}

.blcForm .blc-acceptance label input:checked+span.wpcf7-list-item-label:after {
    opacity: 1;
}

.blcForm .form .select2-container {
    z-index: 1;
}

.blcForm .form label {
    color: var(--green);
    font-size: 16px;
    font-weight: bold;
    font-family: var(--f1);
    display: block;
    margin-bottom: 1px;
    position: relative;
    margin-bottom: 5px
}

.blcForm .form textarea.form-control {
    height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-acceptance {
    color: var(--green);
    font-size: 16px;
    font-family: var(--f1);
}
.blc-acceptance br {
    display: none;
}


.blcForm .form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    appearance: none;
    height: 100%;
}

.blcForm .form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--green) #444;
    line-height: 65px;
    padding: 0;
}

.blcForm .form .select2-selection__arrow {
    background: url(../images/select.svg);
    width: 12px;
    height: 15px;
    background-position: center;
    background-size: cover;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blcForm .form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    border: none
}

.select2-results__options li {
    font-size: 16px;
    padding: 15px 21px
}


.s-titre-form p {
    color: var(--green2);
    font-size: 18px;
    font-family: var(--f2);
    line-height: normal;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.blcForm {
    max-width: 750px;
    margin: 0 auto;
}

.blcForm h2 {
    color: var(--green);
    font-size: 30px;
    font-family: var(--f2);
    line-height: normal;
    margin-bottom:40px;
    text-align: center
}

.blcForm .blcChp {
    margin-bottom: 20px
}



.chp.col-25 {
    width: 25%;
}

.chp.col-50 {
    width: 50%;
}

.chp.col-40 {
    width: 40%;
}
.chp.col-60 {
    width: 60%;
}

.chp.col-100 {
    width: 100%;
}

.blcForm .chp {
    padding: 0 15px;
    margin-bottom: 20px
}

.sec-estimation .blcChp {
    margin: 0 -15px 0;
}

.sec-estimation .blcSend {
    margin-top: 30px;
}
.blcSend br {
    display: none;
}

.sec-estimation .blcSend .btn {
    border: none;
    width: 100%;
    background-color: var(--beige);
    color: var(--green);
    cursor: pointer;
    text-transform: uppercase;
}

.sec-estimation .blcSend p {
    margin: 0;
    position: relative;
}

.blcForm .blcChp {
    display: flex;
    flex-wrap: wrap;
}

.sec-estimation .blcSend p::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/arrow-btn-green.svg) center no-repeat;
    right: 0;
    left: 110px;
    margin: auto;
    top: 29px;
    transform: rotate(-50deg);
    transition: all ease-in-out .4s;
}

.sec-estimation .blcSend p:hover::after {
    transform: rotate(0deg);
    right: -4px;
    top: 30px;
}


.sec-breadcrumb {
    padding-top: 200px;
    padding-bottom: 40px;
}

.banner-estimation{
    background: var(--green3);
    padding: 64px 40px;
    text-align: center;
    margin: 0 110px 100px;
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%);
}
.banner-estimation h2 {
    color:var(--beige);
    font-size: 30px;
    font-weight: bold;
    font-family: var(--f2);
    margin-bottom: 43px
}

.banner-estimation > p {
    text-align: center;
    font-size: 20px;
    font-family: var(--f1);
    margin-bottom: 74px;
    font-weight: bold
}

.form-estimation h3 {
    color:var(--beige);
    font-size: 20px;
    font-weight: bold;
    font-family: var(--f1);
    margin-bottom: 32px
}
.form-estimation {
    max-width: 706px;
    margin: 0 auto;
}
.form-estimation .blcChp {
    margin: 0;
}

.form-estimation .blcSend {
  margin-top: 25px;
}
.form-estimation .blcSend p::after { 
    left: 160px
}
.form-estimation .form-control.search {
    padding-left: 60px;
    background: url(../images/search.svg) no-repeat 18px center;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec-reception {
    padding: 0 130px;
}

.sec-reception .container {
    background-color: var(--green2);
    padding: 60px;
    text-align: center;
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec-reception {
    padding: 0 110px;
    background: var(--white);
    margin: 0 20px;
    position: relative;
    z-index: 20;
}
.sec-reception::after {
    content: "";
    background: var(--green);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.sec-reception p {
    font-size: 40px;
    font-family: var(--f2);
    color: var(--green);
    margin-bottom: 50px;
    line-height: normal;
}
.sec-banner {
    background-size: cover;
    background-position:top center;
    min-height: calc(100vh - 200px);
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    align-items: center;
    padding: 50px 0 106px;
    position: relative;
    height: 600px;
    clip-path: polygon(0% 0%, calc(100% - 200px) 0%, 100% 60px, 100% 100%, -5% 100%);
}

.optimisation .sec-banner,
.nos-projets .sec-banner{
    min-height: inherit;
    height: 550px;
}

.sec-banner .container {
    position: relative;
    z-index: 5;
}

.sec-banner .textBanner {
    max-width: 800px;
}

.sec-banner .title-banner {
    font-size: 55px;
    line-height: 69px;
    margin-bottom: 24px;
}

.immobilier .sec-banner .title-banner,
.immobilier .intro-banner{
    text-align: center;
}

.immobilier .sec-banner .title-banner{
    margin-bottom: 15px;
}



.immobilier .sec-banner  .content-banner{
    padding-bottom: 0;
}

.sec-banner .intro-banner {
    max-width: 754px;
    font-size: 26px;
    line-height: 34px;
    font-family: var(--f2);
    font-weight: 700;
    padding-bottom: 150px;
    position: relative;
}

.immobilier .sec-banner .intro-banner{
    margin-bottom: 70px!important;
    padding-bottom: 0;
    margin:auto;
}

.sec-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: var(--green);
    opacity: .3;
}

.scrollDown {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url(../images/arrow-scroll.svg) center no-repeat var(--green);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
    animation: MoveUpDown 1s infinite ease-in-out;
}

@keyframes MoveUpDown {
    0% {
        background-position-x: 18px;
    }

    50% {
        background-position-x: 23px;
    }

    100% {
        background-position-x: 18px;
    }
}


/*SECTION TEXT IMAGE*/
.sec-text-img {
    width: calc(100% - 40px);
    margin: auto;
    color: var(--green);
    overflow: hidden;
}

.sec-text-img .text {
    width: 50%;
    padding: 50px 0;
}

.sec-text-img .img {
    width: 50%;
    position: relative;
}

.sec-text-img .img:before {
    content: '';
    width: 50vw;
    height: 100%;
    background: var(--white);
    position: absolute;
    left: 0;
    top: 0;

}

.sec-text-img .img img {
    width: 50vw;
    display: block;
    clip-path: polygon(0% 0%, calc(100% - 200px) 0%, 100% 56px, 100% 100%, 0% 100%);
    transition: all ease-in-out .4s;
    height: 100%;
    object-fit: cover;
}

.sec-text-img .inner-text {
    max-width: 615px;
}

.sec-text-img .inner-text p {
    max-width: 488px;
}

.sec-text-img .title {
    margin-bottom: 35px;
    font-size: 54px;
    line-height: 60px;
}


/*SECTION QUOTE*/
.sec-quote {
    width: calc(100% - 40px);
    margin: auto;
}

.text-quote {
    font-family: var(--f2);
    color: var(--green);
    font-size: 36px;
    line-height: 50px;
    max-width: 1232px;
    margin: auto;
}

.text-quote p {
    margin-bottom: 40px;
}

.ico-quote {
    margin-bottom: 25px;
    display: inline-block;
}


/*BANNER CONCEPT*/
.concept .sec-banner .textBanner {
    max-width: 100%;
    text-align: center;
}


.concept .sec-banner .intro-banner {
    margin: auto;
    padding-bottom: 55px;
}

.concept .scrollDown {
    right: 0;
    margin: auto;
}


/*TEXT IMG BOX*/
.sec-text-img-box{
    max-width: calc(100% - 40px);
    margin:auto;
}

.sec-text-img-box .blc-btn .btn:first-child{
    margin-right: 24px;
    margin-bottom: 25px;

}

.sec-text-img-box .blc-btn{
    align-items: flex-start;
}
.sec-text-img-box .content>div {
    width: 50%;
}

.sec-text-img-box .img img {
    min-height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.sec-text-img-box .text {
    padding: 50px 55px 50px 98px;
    display: flex;
    align-items: center;
    background: var(--green3);
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%);
}

.sec-text-img-box .text p {
    max-width: 470px;
}

.sec-text-img-box .title {
    font-weight: 700;
    font-size: 26px;
    color: var(--beige);
    margin-bottom: 30px;
    line-height: 40px;
}

.concept .sec-text-img-box {
    margin-top: -200px;
    position: relative;
}

/*SECTION TEAM*/
.sec-team {
    background: var(--white);
    width: calc(100% - 40px);
    margin: auto;
}

.sec-team .title {
    color: var(--green);
    max-width: 729px;
}

.sec-team .blc-title {
    margin-bottom: 50px;
}

.list-team .item img {
    width: 100%;
    display: block;
    height: 409px;
    object-fit: cover;
}

.list-team .item img.hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all ease-in-out .4s;
    opacity: 0;
}

.list-team .item {
    padding: 0 30px;
}


.list-team {
    width: 100vw;
    margin-left: -30px;
    position: relative;
}

.list-team:after {
    content: '';
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 55;
    background: linear-gradient(to right, rgba(0, 79, 55, 0) 0%, rgba(0, 79, 55, 1) 78%, rgba(0, 79, 55, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.list-team .inner-item {
    position: relative;
}

.list-team .inner-item:before {
    content: '';
    width: 100%;
    height: 213px;
    background: var(--green);
    left: 0;
    bottom: 0;
    position: absolute;
    clip-path: polygon(0% 0%, 0% 0%, 100% 136px, 100% 100%, 0% 100%);
    z-index: 1;
}

.list-team .inner-item .content-item {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    font-family: var(--f2);
    z-index: 2;
}

.list-team .title-item {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 15px;

}

.list-team .s-title-item {
    font-size: 16px;
    line-height: 20px;
    color: var(--beige);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 3px;
}

.list-team .desc-item {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}


.concept .sec-services,
.immobilier .sec-services{
    background: var(--white);
}

.concept .sec-services .title,
.immobilier .sec-services .title,
.concept .sec-services .title span,
.immobilier .sec-services .title span,
.sec-last-bien .title{
    color: var(--green);
}


.concept .sec-services .s-title a,
.immobilier .sec-services .s-title a{
    color: var(--green);
}

.concept .sec-services .s-title:after,
.immobilier .sec-services .s-title:after{
    background: var(--green);
}

.concept .sec-services{
    padding-top: 0;
}

.concept .sec-services,
.immobilier .sec-services{
    max-width: calc(100% - 40px);
    margin: auto;
}

.concept .sec-services .item img,
.immobilier .sec-services .item img{
/*    height: auto;*/
}

.sec-text-img.reverse .container {
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.sec-text-img.reverse .img img {
    width: 100%;
}

.sec-text-img.reverse .img:before {
    display: none;
}

.sec-text-img.reverse .text p {
    max-width: 430px;
}

.sec-text-img.reverse .text {
    padding: 50px 40px 50px 100px;
}

.sec-slide-text .container {
    max-width: 1325px;
}

.sec-slide-text .title {
    font-size: 54px;
    line-height: 69px;
    color: var(--beige);
    margin-bottom: 40px;
}

.sec-slide-text .title strong {
    color: var(--white);
}

.sec-slide-text .item .text {
    max-width: 641px;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
}

.sec-slide-text .slick-prev,
.sec-slide-text .slick-next {
    background: url(../images/arrow-bien-green.svg) center no-repeat var(--beige);
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.sec-slide-text .slick-prev {
    left: 0;
}

.sec-slide-text .slick-next {
    right: 0;
}

input[type=number] {-moz-appearance:textfield; appearance:textfield}


.blcForm .chp br {
    display: none;
}

.blcForm .chp p {
    margin-bottom: 0;
}

.immobilier .list-service .s-title {
        position: absolute;
        top: 0;
        left: 55px;
        z-index: 55;
        background: rgba(0, 79, 55, .3);
        margin: 0;
        padding: 0;
        width: calc(100% - 110px);
        height: 100%;
        clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%);
        transition: all ease-in-out .4s;
}

.immobilier .sec-services{
    margin-top: -60px;
    clip-path:polygon(0% 0%, calc(100% - 200px) 0%, 100% 60px, 100% 100%, 0% 101%);
    position: relative;
    z-index: 55;
}
.immobilier .sec-services .item{
    position: relative;
}

.immobilier .list-service .s-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: var(--white);
}


.immobilier .sec-services .s-title:after{
    display: none;
}


.immobilier .blc-infos-right{
    left: -60px;
    bottom: 390px;

}

.sec-last-bien .title{
    margin-bottom: 25px;
}
.sec-last-bien .list-btn .btn{
    margin:15px;
}

.sec-last-bien .list-btn .btn.active span{
    color: var(--white);
}


.sec-last-bien .list-btn .btn.active:before{
    background-color: var(--green);
    border-color: var(--white);
}

.sec-last-bien .list-btn .btn.active span:after{
    background: url(../images/arrow-btn-white.svg) center no-repeat;
}

.sec-last-bien .list-biens{
    display: flex;
    flex-wrap: wrap;
}

.sec-last-bien .list-biens .bien{
    width: 33.33%;
    margin-bottom: 100px;
}

.pagination {
    width: 100%;
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pagination ul li {
    margin: 0 17px;
}

.pagination ul li.current-page a {
    font-weight: 700;
    color: #D7E9D0;
}

.pagination ul li.prev a,
.pagination ul li.next a {
    width: 54px;
    height: 54px;
    background: url(../images/arrow-pagination.svg) center no-repeat var(--green);
    border-radius: 50%;
    display: block;
}

.pagination ul li.prev a {
    transform: rotate(180deg);
}

.sec-last-bien .list-biens .bien:after{
    display: none;
}

.sec-avantage,
.sec-last-bien{
    max-width: calc(100% - 40px);
    margin:auto;
}
.list-avantage .item{
    width: calc(50% - 64px);
    background: var(--beige);
    padding: 50px 40px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    min-height: 435px;
}

.list-avantage .picto{
    height: 72px;
}

.list-avantage .item .inner-item{
    max-width: 555px;
    margin:auto;
    text-align: center;
    color: var(--green);
}

.list-avantage .item .title{
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 30px;
}

.immobilier .sec-new-project:before{
    display: none;
}

.immobilier .sec-new-project{
    max-width: calc(100% - 40px);
    margin:auto;
}



.immobilier .sec-text-img.reverse .text p{
    max-width: 517px;
}



.immobilier .sec-list-bien{
    max-width: calc(100% - 40px);
    margin:auto;
}

a.pdf { text-transform:none; color:var(--white); font-weight:bold; }
a.pdf:hover { text-decoration:underline; }

.item-triage.active { font-weight: bold; text-decoration: underline; }

.optimisation  .blc-infos-right,
.nos-projets .blc-infos-right{
  left: -55px;
  bottom: 480px;
}

.form .btn {
    text-transform: uppercase;
}

.page-liste-bien .blc-infos-right {
    left: -58px;
    bottom: 200px;
}

 .language-switcher.mobile {
        display: none;
    }

    .immobilier .sec-new-project {
        background-color: var(--green2);
    }

    .has-fixed-layout td {
    color: var(--green);
}

.blc-label {
    position: absolute;
    z-index: 10;
    left: 30px;
    top: 30px;
    display: flex;
}

.blc-label .label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    font-size: 13px;
    font-family: var(--f2);
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    height: 36px;
    border-radius: 38px;
    margin-right: 10px;
    color: var(--green);
    min-width: 94px;
    padding: 0 5px;
}

.blc-label .label.new {
    background: var(--green2);
}

.blc-label .label.dispo {
    background: var(--beige);
}


.blc-label .label.ssoption  {
    background:#ffa500;
    color: #fff
}

.blc-label .label.vendu {
    background-color: #ee3439;
    color: #fff;
}

.logo {
    max-width: 200px
}

.logo img {
    width: 100%;
 
}
.logo-foot {
    width: 157px;
   
}
.main-header.sticky .logo img {
    width: 140px;
}

.sec-example  .list-example .item .blc-label span  {
    display: flex;
}

.sec-services .list-service .inner-item {
    position: relative;
}

.sec-services .list-service .inner-item  .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    z-index: 20
}

.sec-services .list-service  .inner-item  .inner  .txt-hide .hide {
    display: flex;
    padding: 20px 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    height: 0

}

.sec-services .list-service  .inner-item  .inner  .txt-hide p{
    color: #fff
}

.sec-services .list-service  .inner-item  .inner  .txt-hide img {
    max-width: 200px;
    margin-bottom: 0;
    transition: all 400ms ease-in-out;
}

.sec-services .list-service .inner-item  .inner  .txt-hide .link {
    color: var(--beige);
    text-align: center;
    text-decoration: underline;
        transition: all 400ms ease-in-out;
}


.sec-services .list-service .inner-item  .inner  .txt-hide .link:hover {
    color: var(--white)
}

.sec-services .list-service .inner-item  .inner .logo img {
    width: 100%;
    height: 60px;
}

.sec-services .list-service .inner-item:after {
    content: "";
    background-color: rgba(0, 59, 55, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 400ms ease-in-out;
    opacity: 1
}

.sec-services .list-service .inner-item:hover .inner .logo {
    opacity: 0;
    display: none;
    
}

.sec-services .list-service  .inner-item:hover  .inner  .txt-hide .hide {
    visibility: visible;
    opacity: 1;
    height: auto
}
.sec-services .list-service .item:first-child .inner-item .inner .txt-hide img {
    max-width: 175px;
}



@media (min-width:992px) {
    .blc-nav ul>li .sub-menu {
        display: none !important;
    }


}


@media (min-width:1200px) {

    body a,
    input,
    a {
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .btn:hover span:after {
        transform: rotate(0deg);
        right: -15px;
        top: 8px;
    }

    .btn:hover:before {
        width: calc(100% + 7px);
    }

    .btn.btn-outline-white:hover span:after,
    .btn.btn-outline-beige:hover span:after {
        background: url(../images/arrow-btn-green.svg) center no-repeat;
    }

    .btn.btn-outline-white:hover:before {
        background: var(--white);
    }

    .btn.btn-outline-beige:hover:before {
        background: var(--beige);
    }

    .btn.btn-outline-white:hover span,
    .btn.btn-outline-beige:hover span {
        color: var(--green);
    }

    .btn.btn-outline-green:hover:before {
        background-color: var(--green);
    }

    .btn.btn-outline-green:hover span {
        color: var(--white);
    }

    .btn.btn-outline-green:hover span:after {
        background: url(../images/arrow-btn-white.svg) center no-repeat;
    }

    .blc-nav ul>li a:hover,
    .blc-top a:hover,
    .blc-menu .item-link-top:hover .title-link-top {
        color: var(--beige);
    }

    .blc-menu .item-link-top:not(.blc-connex):hover .picto svg path {
        fill: var(--beige);
    }

    .blc-menu .item-link-top.blc-connex:hover .picto svg path {
        stroke: var(--beige);
    }


    .blc-infos-right .blc-rs a:hover svg path {
        fill: var(--white);
    }

    .nav-services a:hover:after {
        right: 18px;
    }

    .sec-services .item:hover .hover {
        opacity: 1;
    }

    .sec-services .item:hover .img img {
        transform: scale(1.025);
    }

    .sec-services .item:hover .inner-item,
    .immobilier .list-service .item:hover .s-title,
    .list-example .item:hover .inner .img img{
        clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0, 100% 100%, 0% 100%);
    }

    .sec-services .item:hover .s-title:after {
        width: 100%;
    }


    .bien:hover .inner-bien:before {
        opacity: 1;
    }

    .sec-list-bien .bien:hover .img img {
        top: -50px;
    }

    .bien:hover .inner-bien {
        clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
    }

    .slick-arrow:hover {
        background-color: #2e6b55 !important;
    }

    .blc-infos-right .link-right a:hover {
        color: var(--white);
    }

    .blc-filter .btn-send:hover {
        color: var(--beige);
    }

    .sec-banner .blc-filter .btn-send:hover {
        opacity: 0.8;
        color: var(--green3);
    }

    .sec-rs .rs:hover svg path {
        fill: var(--green2);
    }

    .coord-foot a:hover {
        color: var(--white);
    }

    .nav-foot a:hover {
        color: var(--beige);
    }

    .wealty:hover {
        opacity: 1;
    }

    .list-actus .item:hover .bottom-item .link-actu {
        right: -3px;
    }

    .nav-megamenu li a:hover:before {
        opacity: 1;
        left: -22px;
    }

    .nav-megamenu li a:hover:after {
        width: calc(100% - 77px);
    }


    .nav-megamenu li.active a:before {
        opacity: 1;
        left: -22px;
    }

    .nav-megamenu li.active a:after {
        width: calc(100% - 77px);
    }

    .list-actus .item:hover .img img {
        transform: scale(1.05);
    }


    .search-form .search-btn:hover {
        background-color: var(--beige);
    }

    .sec-banner-home .img:hover {
        clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
    }

    .scrollDown:hover {
        background: url(../images/arrow-scroll-green.svg) center no-repeat var(--beige);
    }

    .sec-text-img .img:hover img {
        clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
    }

    .sec-slide-text .slick-next:hover {
        background-color: var(--green2) !important;
    }

    .sec-slide-text .slick-prev:hover {
        background-color: var(--green2) !important;
    }

    .list-team .item:hover img.hover{
        opacity: 1;
    }

    .list-example .item:hover img{
        clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
    }
    .pagination ul li.prev a:hover,
    .pagination ul li.next a:hover {
        background: url(../images/arrow-pagination-green.svg) center no-repeat var(--beige);
    }

    .pagination ul li a:hover {
        color: var(--green2);
    }
    .language-switcher.mobile {
        left: 260px;
        z-index: 9999;
        top: 71px;
    }

}

@media (max-width:1720px) {
    :root {
    --title: 400 32px / 40px var(--f2);
    }
    .sec-services .s-title a {
        font-size: 27px;
    }

    .list-stat .title-stat {
        font-size: 30px;
    }
    .list-actus .item .content-item .title-actu {
        font-size: 16px;
    }

    .sec-rs .title {
        font-size: 27px;
    }
    .blc-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 18px;
    }
    .sec-banner .title-banner {
        font-size: 45px;
        line-height: 60px;
    }

    .sec-text-img .title {
        font-size: 45px;
        line-height: 50px;
    }
    .sec-banner .intro-banner {
        font-size: 22px;
    }
    .s-title {
        font-size: 22px;
        line-height: 30px;
    }
    .sec-slide-text-img .title,
    .sec-slide-text .title{
        font-size: 40px;
        line-height: 50px;
    }

    .text-quote {
    font-size: 30px;
    line-height: 45px;
    }

    .intro-example {
    font-size: 30px;
    line-height: 41px;
    }

    .sec-text-img-box .title{
    font-size: 22px;
    line-height: 33px;
    }
    .list-team .item {
        padding: 0 10px;
    }
    .list-team{
        margin:0 -10px;
    }
    .list-team .title-item{
        font-size: 20px;
        margin-bottom: 6px;
    }
    .lst-adresse .item .inner p {
        font-size: 23px;
        line-height: 35px;
    }

}



@media (max-width:1639px) {
    .pt-170 {
        padding-top: 100px;
    }

    .pb-170 {
        padding-bottom: 100px;
    }

   /* .title-banner,
    .sec-banner .title-banner {
        font-size: 50px;
        line-height: 60px;
    }*/

    .sec-banner-home .text {
        padding-right: 0;
        width: 52%;
    }

    .sec-services .list-service {
        margin: 0 -20px;
    }

    .sec-services .item {
        padding: 0 20px;
    }

    .immobilier .list-service .s-title{
        left:20px;
        width: calc(100% - 40px);
    }

    .sec-list-bien .filter,
    .sec-banner .filter{
        width: calc(100% - 260px);
        max-width: inherit;
    }

    .blc-filter {
        padding: 34px 40px;
    }

    .sec-list-bien .blc-list {
        padding: 60px 40px;
    }

    .list-actus .item .content-item {
        width: calc(100% - 40px);
    }

    .sec-banner .textBanner {
        max-width: 840px;
        padding-left: 40px;
    }

    .sec-text-img-box .title br {
        display: none;
    }

    .immobilier .blc-infos-right {
        left: -70px;
    }

     .sec-text-img-box .text{
        padding: 60px 40px 75px;
    }

    .list-example .item{
        padding: 26px 25px;
    }

    .list-example .item .inner:after{
        right: -25px;
    }



}

@media (max-width:1439px) {
    .blc-menu .item-link-top {
        margin-left: 25px;
    }

    .blc-infos-right {
        left: -102px;
    }

    .sec-banner-home {
        padding: 220px 25px 0;
    }

    .bien {
        padding: 0 20px;
    }

    .sec-last-bien .list-biens .bien{
        margin-bottom: 40px;
    }

    .list-biens {
        margin: 0 -20px;
    }

    .bien .info-bien {
        padding: 0 11px;
    }

    .sec-actus .blc-title,
    .sec-actus .before-title {
        padding: 0 23px;
    }

    .list-actus .item {
        padding: 0 23px;
    }

   

    .mentionsLegals {
        padding: 180px 20px 0 20px
    }

    .mentionsLegals .container-fluid {
        padding: 40px 40px;
        background: #fff;
    }

    .mentionsLegals .breadcrumb {
        padding: 0 40px;
    }


    .sec-estimation {
        padding: 180px 20px 0 20px
    }

    .sec-estimation .container-fluid {
        padding: 40px 40px;
    }

    .sec-estimation .breadcrumb {

        padding: 0 40px;
    }

    .banner-estimation {
        padding: 50px 40px;
        margin: 0 40px 50px;
    }
    .sec-reception {
        padding: 0 40px;
    }
     .sec-text .blc-text{
        padding: 60px 35px;
    }



}

@media (max-width:1365px) {
    .blc-nav ul>li {
        margin-right: 20px;
    }

    .sec-banner-home {
        padding: 220px 0 0 25px;
    }

    .sec-banner-home .text {
        width: 57%;
        margin-left: -140px;
    }

    .sec-text-img-box .blc-btn{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sec-text-img-box .blc-btn .btn:first-child{
        margin:0 0 25px;
    }
    .sec-text .title br{
        display: none;
    }
}

@media (max-width:1200px) {
    .menuMobile {
        display: flex;
        align-items: center;
        width: 37px;
        height: 35px;
        background: url(../images/menu-mob.svg)center no-repeat;
        position: absolute;
        right: 40px;
        padding-top: 4px;
        z-index: 55555;
    }

    .menuMobile>div {
        position: relative;
        width: 20px;
        height: 2px;
        margin: auto;
    }

    .menuMobile>div:before {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--green);
        position: absolute;
        top: -3px;

    }

    .menuMobile>div:after {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--green);
        position: absolute;
        top: 3px;

    }

    .menuMobile.active>div:before {
        top: 0;
        transform: rotate(45deg);
        transition: all ease-in-out 0.5s;
    }

    .menuMobile.active>div:after {
        top: 0;
        transform: rotate(-45deg);
        transition: all ease-in-out 0.5s;
    }





    .blc-nav,
    .blc-menu .blc-right .item-link-top:not(.blc-search),
    .blc-menu .item-link-top .title-link-top,
    .blc-top {
        display: none;
    }
    
   .language-switcher.mobile {
        display: block;
        position: absolute;
        left: 255px;
        z-index: 9999;
        top: 69px;
    }
    .sticky .language-switcher.mobile {
        left: 170px;

        top: 35px;
    }

     .language-switcher a {
        color: var(--white)
     }
     .language-switcher:after {
        top: 10px
    }

    .blc-menu .blc-right {
        position: relative;
        z-index: 5555;
    }


    .blc-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        padding: 0;
        background: var(--green);
        z-index: 999;
        transform: translateX(-100%);
        transition: 1s ease;
        transition-delay: 0s;
        transition-delay: 0.5s;
        /*overflow-y: scroll*/
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 234px 40px 40px;
    }

    .main-header .logo {
        position: relative;
        z-index: 5555;
    }

    .blc-nav.active {
        transform: translateX(0);
        transition: 1s ease;
        overflow: auto;
    }

    .blc-nav ul {
        flex-direction: column;
    }

    .blc-nav ul>li,
    .main-header.sticky .blc-nav ul>li {
        margin-bottom: 20px;
        margin-right: 0;
        padding: 0;
    }

    .blc-nav ul>li a {
        font-size: 25px;
        text-transform: inherit;
        font-weight: 400;
        display: inline-block;


    }

    .blc-nav ul>li.menu-item-has-children>a {
        padding-right: 24px;
        position: relative;
    }

    .blc-nav ul>li.menu-item-has-children a:after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../images/arrow-submenu.svg)center no-repeat;
        position: absolute;
        right: 0;
        top: 9px;
    }

    .blc-nav ul>li.menu-item-has-children.active a:after {
        transform: rotate(180deg);
    }

    .blc-infos-right {
        display: none;
    }

    .blc-menu .item-link-top .picto {
        display: flex;
        align-items: center;
    }

    .blc-menu {
        padding: 20px 70px 20px 0;
        position: relative;
    }

    .blc-menu:after {
        content: '';
        width: 100%;
        height: 1px;
        background: var(--white);
        opacity: .7;
        z-index: 5555;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .blc-menu:before {
        content: '';
        width: 100%;
        height: 100%;
        background: var(--green);
        z-index: 5555;
        position: absolute;
        left: 0;
        top: 0;
    }


    .blc-menu .btn-mobile {
        display: flex;
        align-items: center;
        margin-top: 100px;
    }



    .blc-menu .btn-mobile .btn:first-child {
        margin-right: 20px;
    }

    .connex-mobile {
        display: block;
        position: absolute;
        right: 40px;
        top: 140px;
        text-align: center;
    }

    .connex-mobile img {
        display: block;
        margin: 0 auto 10px;
    }

    .connex-mobile span {
        display: block;
        text-align: center;
        color: var(--white);
    }

    .main-header.sticky .blc-menu {
        border: none;
        padding: 20px 70px 20px 0;
    }

    .sec-banner-home {
        padding: 130px 0 0 0;
    }

    .sec-banner-home .text {
        margin: 0;
        width: 100%;
    }

    .sec-banner-home .img {
        width: 100%;
    }

    .sec-banner-home .img img {
        max-height: 450px;
        object-fit: cover;
    }

    .sec-banner-home .text {
        margin-top: 50px;
    }

    .pt-170 {
        padding-top: 60px;
    }

    .pb-170 {
        padding-bottom: 60px;
    }

    .sec-services .item {
        width: 50%;
        position: relative;
        margin-bottom: 40px;
    }

    .sec-services .hover {
        display: none;
    }

    .list-service .s-title {
        position: absolute;
        top: 0;
        left: 20px;

        z-index: 55;

        background: rgba(0, 79, 55, .3);
        margin: 0;
        padding: 0;
        width: calc(100% - 40px);
        height: 100%;
        clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%)
    }

    .list-service .s-title a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        color: var(--white);
    }

    .sec-services:before {
        display: none;
    }

    .blc-filter {
        display: none;
    }

    .search-content .blc-filter {
        display: block;
        text-align: center;
    }

    .sec-list-bien:before,
    .sec-new-project:before,
    .sec-stat:before,
    .sec-actus:before,
    .sec-rs:before {
        width: 100%;
        left: 0;
    }

    .sec-list-bien .top-list {
        display: none;
    }


    .sec-new-project .top-new-project {
        display: flex;
        align-items: center;
        justify-content: center;
    }

     .sec-new-project .btn.btn-mobile {
        display: none
    }

    .list-actus .item {
        width: 50%;
        padding: 0 23px 46px;
        border: none;
    }

    .sec-actus .content {
        padding: 60px 0 30px
    }

    .sec-actus .title {
        width: 100%;
        margin-bottom: 25px;
    }

    .sec-rs .blc-rs {
        width: 100%;
        margin-top: 25px;
        justify-content: center;
    }

    .bottom-foot .wealty {
        position: static;
        display: inline-block;
    }

    .bottom-foot {
        text-align: center;
    }

    .blc-nav ul>li .sub-menu {
        padding: 10px 0 0 20px;
    }

    .blc-nav ul>li .sub-menu li:last-child {
        margin-bottom: 0;
    }

    .bien .inner-bien:before {
        opacity: .83;
    }

    .search-content .filter {
        width: 100%;
        text-align: left;
    }

    .search-content .blc-filter .item {
        width: calc(50% - 20px);
        margin-bottom: 20px;

    }

    .search-content .blc-filter .btn-send {
        margin-top: 15px;
    }

    .blc-search.item-link-top svg {
        width: 30px;
    }

    .btn.mobile {
        display: inline-block
    }

     #sec-list-bien .btn.mobile {
        display: none;
    }

    .mentionsLegals {
        padding: 150px 40px 0 40px
    }

    .sec-estimation {
        padding: 150px 40px 0 40px
    }

    .sec-banner .intro-banner {
        font-size: 22px;
        line-height: 30px;
    }

    .text-quote {
        font-size: 30px;
        line-height: 40px;
    }

    .sec-breadcrumb {
        padding-top: 145px;
    }

    .sec-banner .textBanner {
        padding-left: 0;
    }

    .optimisation .sec-banner .textBanner, .nos-projets .sec-banner .textBanner{
        padding-right: 0;
    }

    .sec-text-img .title {
        margin-bottom: 25px;
        font-size: 35px;
        line-height: 44px;
    }

    .sec-text-img-box .text {
        padding: 60px 40px 75px;
    }

    .sec-text-img-box .title {
        font-size: 22px;
        line-height: 33px;
    }

    .list-team .item {
        padding: 0 10px;
    }

    .list-team {
        margin-left: -10px;
    }

    .concept .sec-services .s-title a {
        color: var(--white);
    }

    .sec-text .title,
    .sec-text .blc-text{
        width: 100%;
    }

     .sec-text .title{
        margin-bottom: 25px;
     }

    .optimisation .sec-text,
    .nos-projets .sec-text{
        margin-top: 40px;
    }

    .sec-text .blc-text p{
        max-width: 100%;
    }

    .sec-slide-text-img .blc-img{
        width: 100%;
    }

    .sec-slide-text-img .blc-text{
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .sec-slide-text-img .slide-text-left{
        max-width: 100%;
    }

    .sec-slide-text-img .blc-img img, .sec-slide-text-img .slide-img{
        width: 100%;
    }

    .sec-slide-text-img{
        padding-bottom: 60px;
    }

    .sec-text-img.reverse .text{
        padding-left: 40px;
    }

    .list-example .item {
        padding: 20px;
        width: 50%;
        margin-bottom: 50px;
    }
    .list-example{
        margin:0 -20px;
    }

    .list-example .item:nth-child(even) .inner:after{
        display: none;
    }

    .list-example .item .inner:after{
        right: -20px;
    }

    .sec-text-img .text{
        padding-right: 40px;
    }

    .sec-slide-text-img .item-text{
        padding-bottom: 0;
    }
    .sec-reception {
     
        margin: 0 40px;
       
    }
    .sec-estimation .breadcrumb {
        padding: 0;
    }
    .banner-estimation {
        margin: 0 0 50px;
    }
    .sec-reception .container {
        height: 350px
    }


    .immobilier .sec-services .item:last-child{
        margin-bottom: 0;
    }

    .sec-banner .content-banner {
        padding-bottom: 100px;
    }
    .immobilier .sec-list-bien{
        max-width: calc(100% - 40px);
        margin:auto;
    }

    .immobilier .sec-banner{
        padding: 80px 0;
        min-height: inherit;
    }

    .list-avantage .item {
        width: calc(50% - 15px);
    }

      .sec-text-img-box .blc-btn .btn{
        min-width: 255px;
    }

    .list-team .item img {
        height: 350px;
    }


    .concept .sec-services .item img,
    .immobilier .sec-services .item img{
        height: 400px;
    }

    .list-example .item .inner .img img{
        height: 350px;
    }

    .sec-new-project .list-biens.list-biens-news {
        margin: 0;
    }

    .sec-last-bien .list-biens .bien{
        width: 50%;
    }

    .text-foot{
        padding-right: 0;
        width: 100%;
    }

     .text-foot .ipi img{
        display: block;
     }

    .text-foot .ipi{
        position: static;
        display: block;
        width: 36px;
        margin:0 auto 25px;
    }

    .sec-new-project .list-biens.list-biens-news{
        margin-top: 50px;
    }


    .title-banner {
        font-size: 35px;
        line-height: 45px
    }
    .sec-services .item .img img {
        height: 400px
    }
    .title {
        font-size: 30px;
    }
    .list-biens.list-biens-news .bien .img img {
        height: 400px;
    }
    .footer {
        padding: 60px 0;
    }
    .sec-banner-home .text {
        margin-top: 30px;
    }
    .sec-list-bien .blc-list {
        padding: 40px 40px;
    }
    .sec-banner .title-banner {
        font-size: 35px;
        line-height: 45px;
    }
    .sec-banner {
        height: 600px
    }
    .blc-list .item .title-item {
        font-size: 25px;
        line-height: normal;
    }
    .blc-list .info-top {
        margin-bottom: 30px;
    }
    .blc-list .bien .btn {
        margin-top: 0;
    }
    .bien strong {
        font-size: 18px;
        line-height: 18px;
    }
    .sec-banner-list {
        height: 500px;
    }
    .sec-list {
        padding: 60px 0 30px;
    }
    .blc-text-resutalt {
        margin-bottom: 10px;
    }
    .blc-list .info-top {
        margin-bottom: 30px;
    }

    .s-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 30px
    }
    p {
        margin-bottom: 25px;
    }
    p {
    margin-bottom: 25px;
    }
    .sec-slide-text-img .title, 
    .sec-slide-text .title {
        font-size: 35px;
        line-height: normal;
    }
    .sec-example .content-exemple {
        padding: 60px 40px 1px;
    }
    .sec-new-project .list-biens.list-biens-news {
        margin-top: 30px;
    }
    .sec-intro.pt-170 {
        padding-bottom: 40px;
    }
    .sec-text-img .text {
        padding-bottom: 20px;
    }
    .sec-slide-text .title {

        margin-bottom: 20px;
    }
    .sec-estimation .marge {
        margin: 40px;
    }
    .sec-reception .container {
        height: auto;
        padding: 40px 40px 60px;
    }
    .sec-reception p {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .sec-actus .blc-title {
        margin-bottom: 60px;
    }
    .bottom-foot {
        margin-top: 60px;
    }
    .sec-list {
        padding: 70px 0 35px;
    }

    .sticky .language-switcher.mobile {
        left: 192px;
        top: 52px;
    }

    .main-header .logo {
        height: 60px
    }

    .main-header .logo img {
        height: 60px
    }
    .language-switcher.mobile {
        display: block;
        position: absolute;
        left: 250px;
        z-index: 9999;
        top: 60px;
    }

    .nos-projets .main-header .logo img {
        height: 66px;
    }






}


@media (max-width:1023px) {
    .sec-services .item .img img {
/*        height: auto;*/
    }

    .sec-rs {
        text-align: center;
    }

    .bien:after {
        display: none;
    }


    .list-stat .item {
        width: 50%;
        margin-bottom: 50px;
    }

    .list-stat .item:nth-child(even):after {
        display: none;
    }

    .sec-stat .blc-btn {
        margin-top: 0;
    }

    .sec-actus .blc-title {
        margin-bottom: 40px;
    }

    .sec-actus .content {
        padding: 60px 0 45px;
        text-align: center;
    }

    .list-actus .item .content-item {
        text-align: left;
    }

    .sec-actus .blc-title .btn {
        display: none;
    }

    .footer .col-foot {
        width: 100%;
    }

    .footer {
        padding: 60px 0;
    }

    .bottom-foot {
        margin-top: 50px;
    }

    .footer .col-foot:first-child {
        text-align: center;
    }

    .logo-foot {
        margin: 0 auto 25px;
    }

    .nav-foot {
        display: none;
    }

    .nav-foot li {
        margin-bottom: 0;
        padding: 15px 20px;
        border-top: 1px solid var(--beige);
    }

    .title-foot {
        margin: 0;
        padding: 22px 20px;
        position: relative;
        pointer-events: inherit;
    }

    .footer .col-foot {
        border-bottom: 1px solid var(--beige);
        position: relative;
    }

    .footer .col-foot:first-child {
        padding-bottom: 45px;
    }

    .footer .col-foot .title-foot:after {
        content: '';
        width: 6px;
        height: 6px;
        background: url(../images/arrow-nav-foot.svg)center no-repeat;
        position: absolute;
        right: 20px;
        height: 100%;
        top: 0;

    }

    .footer .col-foot .title-foot.active:after {
        transform: rotate(180deg);
    }

    .sec-list-bien .blc-list {
        text-align: center;
    }

    .sec-list-bien .blc-list .btn.btn-mobile {
        display: inline-block;
        margin-top: 30px;
    }

    .sec-new-project .btn.btn-mobile {
        display: none;
        margin-top: 30px;
    }

    .sec-actus .blc-title,
    .sec-actus .before-title {
        text-align: center;
    }

    .sec-actus .title {
        margin-bottom: 0;
    }

    .sec-actus .btn.btn-mobile {
        display: inline-block;
        margin-top: 20px;
    }

    .btn {
        padding: 18px 40px 18px 34px;
    }

    .bien {
        margin-bottom: 30px;
    }

    .bien:last-child {
        margin-bottom: 0;
    }

    .sec-new-project {
        text-align: center;
    }

    .bien .content {
        text-align: left;
    }

    .sec-list-bien .title br {
        display: block;
    }

    .mentionsLegals .breadcrumb {
        padding: 0;
    }


    .sec-estimation .breadcrumb {

        padding: 0;
    }

    .chp.col-25 {
        width: 50%;
    }

    .chp.col-50 {
        width: 100%;
    }

    .sec-text-img .img {
        width: 100%;
    }

    .sec-text-img .text {
        width: 100%;
    }

    .sec-text-img {
        padding-top: 60px;
    }

    .sec-text-img .inner-text,
    .sec-text-img .inner-text p {
        max-width: 100%;
    }

    .sec-text-img .img {
        padding-top: 80px;

    }

    .sec-text-img .img:before {
        display: none;
    }

    .sec-text-img .img img {
        width: 100%;
    }


    .concept .sec-text-img-box {
        margin-top: 50px;
    }

    .sec-text-img-box .content>div {
        width: 100%;
    }

    .sec-text-img-box .text {
        clip-path: inherit;
    }

    .sec-text-img-box .container {
        padding: 0 20px;
    }

    .sec-team .title {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .sec-team .blc-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sec-text-img .text {
        padding: 0;
    }

    .sec-text-img.reverse .text {
        padding: 0 40px;
    }

    .concept .sec-text-img.reverse {
        padding-top: 10px;
    }

    .concept .sec-text-img:not(.reverse) {
        padding-bottom: 80px;
    }

    .sec-slide-text .title {
        font-size: 30px;
        line-height: 40px;
    }


    .sec-slide-text .slick-prev {
        left: -30px;
    }
    .sec-slide-text .slick-next {
        right: -30px;
    }

    .sec-text-img.reverse .text p{
        max-width: 100%;
    }

    .sec-example .content-exemple{
        padding: 60px 40px;
    }

    .list-example .item .inner:after{
        display: none;
    }

    .list-avantage .item{
        width: 100%;
        margin-bottom: 40px;
    }

      .list-avantage .item:last-child{
        margin-bottom: 0;
      }

      .immobilier .sec-text-img .inner-text p:last-child{
        margin-bottom: 0;
    }

    .sec-text-img .title br{
        display: none;
    }

    .immobilier .sec-text-img.reverse .text p{
        max-width: 100%;
    }

    .sec-slide-text-img .title {
        font-size: 40px;
        line-height: 55px;
    }
    .immobilier .sec-list-bien .container{
        padding: 0 20px;
    }

     .list-example .item .inner .img img{
        height: 350px;
    }

    .immobilier .sec-services .container{
        padding: 0 20px;
    }
    .sec-last-bien .list-biens .bien {
        width: 100%;
    }

    .list-example .item{
        width: 100%;
    }
    .list-example .item:last-child{
        margin-bottom: 0;
    }

    .logo {
        max-width: 160px;
    }

    .language-switcher.mobile {
        left: 213px;
        top: 54px;
    }

    .connex-mobile {
        display: none
    }


    .sec-services .list-service .inner-item:hover .inner {
        display: block;
    }
    .sec-services .list-service .inner-item .inner {
        display: block;
        opacity: 1;
        visibility: visible;
        position: static;
        padding-top: 20px
    }
    .sec-services .list-service .inner-item {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    .sec-services .list-service .inner-item .inner .logo {
        display: none;
    }
    .sec-services .list-service .inner-item .inner .txt-hide {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

        .sec-services .list-service  .inner-item  .inner  .txt-hide .hide {
       visibility: visible;
        opacity: 1;
        height: auto;
    }

    .sec-services .list-service  .inner-item:hover  .inner  .txt-hide .hide {
       visibility: visible;
        opacity: 1;
        height: auto;
    }









}

@media (max-width:767px) {
    .container {
        padding: 0 20px;
    }

    .main-header .logo {
        width: 72px;
    }

    .main-header .logo img {
        width: 100%;
        display: block;
    }

    .blc-menu .item-link-top .picto img {
        width: 25px;
    }

    .blc-menu .item-link-top .picto {
        min-height: inherit;
    }

    .sec-banner-home {
        padding: 180px 0 0 0;
    }

    .sec-banner-home .container {
        padding: 0;
    }

    .sec-banner-home .img {
        padding-left: 20px;
        opacity: .77;
    }

    .sec-banner-home .text {
        padding: 0 20px;
        margin-top: -26px;
    }

    .sec-banner-home .title-banner {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 38px;
    }

    .sec-banner-home .blc-btn .btn {
        width: 100%;
        margin: 0 0 28px !important;
    }

    .sec-banner-home .blc-btn .btn:last-child {
        margin-bottom: 0 !important;
    }

    .btn {
        font-size: 16px;
    }

    :root {
        --text: 400 16px / 24px var(--f1);
        --title: 400 20px / 25px var(--f2);
    }

    .sec-services .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec-services .inner-item,
    .list-service .s-title,
    .immobilier .list-service .s-title{
        clip-path: polygon(0% 0%, calc(100% - 95px) 0%, 100% 27px, 100% 100%, 0% 100%);
    }

    .list-service .s-title a {
        font-size: 25px;
    }

    .sec-list-bien:before {
        top: 0;
    }

    .sec-list-bien .blc-list {
        padding: 40px 20px;
    }

    .bien .arrow-bien {
        display: none;
    }

    .list-biens .content {
        padding: 0 13px 25px;
    }

    .bien strong {
        font-size: 17px;
    }

    .bien .title-bien {
        font-size: 9px;
    }

    .bien .img img,
    .list-biens.list-biens-news .bien .img img {
        height: 310px;
    }

    .pt-170 {
        padding-top: 45px;
    }

    .pb-170 {
        padding-bottom: 45px;
    }

    .sec-new-project .title {
        margin-bottom: 35px;
    }

    .list-biens.list-biens-news {
        margin: 35px -23px 0;
    }

    .list-stat .title-stat {
        font-size: 23px;
        line-height: 25px;
    }

    .list-stat .picto img {
        width: 46px;
    }

    .list-stat .picto {
        height: 60px;
    }

    .list-stat .text-stat {
        font-size: 9px;
        line-height: 10px;
    }

    .list-stat .item:after {
        height: 105px;
        margin-top: -52px;
    }

    .list-stat .item {
        margin-bottom: 30px;
    }


    .sec-stat .btn {
        width: 100%;
        margin: 0;
    }

    .sec-stat .btn:first-child {
        margin: 0 0 20px;
    }

    .list-actus .item {
        width: 100%;
    }

    .list-actus .item .content-item .title-actu {
        font-size: 14px;
        line-height: 18px;
    }

    .list-actus .item .content-item {
        padding: 30px 20px;
    }

    .list-actus .item {
        padding: 0 20px 20px;
    }

    .sec-rs .title {
        width: 100%;
        margin-right: 0;
    }

   /* .sec-rs .blc-rs svg {
        width: 63%;
    }*/

    .sec-rs .rs {
        margin-left: 16px;
        transform: scale(.63);

        
    }

    .sec-rs .rs:first-child {
        margin-left: 0;
    }

    .footer {
        padding: 50px 0;
    }

    .footer .col-foot:first-child .btn {
        width: 100%;
    }

    .title-foot {
        font-size: 14px;
        line-height: 14px;
        padding: 15px 20px;
    }

    .text-foot {
        font-size: 12px;
        line-height: 19px;
    }

    .menuMobile {
        right: 20px;
    }

    .blc-menu,
    .main-header.sticky .blc-menu {
        padding: 20px 51px 20px 0;
    }

    .blc-nav {
        padding: 214px 20px 40px;
    }

    .connex-mobile {
        top: 120px;
    }

    .blc-menu .btn-mobile {
        flex-direction: column;
        margin-top: 60px;

    }

    .blc-menu .btn-mobile .btn:first-child {
        margin: 0 0 30px;

    }

    .blc-menu .btn-mobile .btn {
        width: 100%;
    }

    .sec-list-bien .title {
        text-align: center;
        margin-bottom: 40px;
    }

    .sec-list-bien .blc-list .btn.btn-mobile {
        font-size: 15px;
        width: 100%;
    }

    .sec-banner-home .video-youtube iframe {
        min-height: 400px;
    }

    .sec-services .title br {
        display: none;
    }

    .sec-services .item .img img,
    .concept .sec-services .item img,
    .immobilier .sec-services .item img{
     height: 255px;
    }
    

    .sec-actus .btn.btn-mobile {
        width: calc(100% - 40px);
    }

    .search-form {
        max-width: 400px;
        width: 100%;
    }

    .search-content .search-field {
        width: calc(100% - 60px);
    }

    .search-form .search-btn {
        width: 60px;
        background-size: 25px;
    }

    .search-close {
        top: 20px;
        right: 20px;
    }

    .search-content .search-field {
        height: 60px;
        padding: 5px 20px;
        font-size: 16px;
    }

    .search-content .blc-filter .item {
        width: 100%;
    }

    .sec-rs .title {
        font-size: 26px;
        line-height: normal;
    }

    .mentionsLegals {
        padding: 120px 20px 0 20px;
    }

    .mentionsLegals .breadcrumb {
        margin-bottom: 30px;
    }

    .mentionsLegals .breadcrumb {
        padding: 0 0px;
    }

    .mentionsLegals p:last-child {
        margin-bottom: 15px;
    }

    .optimisation .sec-banner{
        padding: 80px 0 90px;
    }


.sec-estimation .marge {
    margin: 40px
}


    .sec-estimation {
        padding: 120px 20px 0 20px;
    }

    .sec-estimation .breadcrumb {
        padding: 0;
    }

    .sec-rs .title br {
        display: block;
    }

    .sec-banner .title-banner {
        font-size: 27px;
        line-height: 27px;
    }

    .sec-banner,
    .immobilier .sec-banner,
    .optimisation .sec-banner, .nos-projets .sec-banner{
        height: auto;
    }

    .immobilier .sec-banner{
        min-height: inherit;
    }

    .sec-banner .intro-banner {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 80px;
    }

    .sec-text-img {
        width: 100%;
        padding-top: 40px;
    }

    .sec-text-img .title {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 38px;
    }

    .sec-quote {
        width: 100%;
    }

    .text-quote {
        font-size: 20px;
        line-height: 31px;
    }

    .ico-quote {
        width: 45px;
        margin-bottom: 10px;
    }

    .ico-quote img {
        width: 100%;
        display: block;
    }

    .sec-text-img .img {
        padding-top: 50px;
    }

    .concept .sec-banner {
        min-height: inherit;
        padding: 80px 0;
    }

    .sec-text-img-box .text {
        padding: 43px 20px 54px;
    }

    .list-team:after {
        display: none;
    }

    .list-team {
        width: 100%;
        margin: 0;
    }

    .list-team {
        padding: 0;
    }

    .sec-team,
    .concept .sec-services {
        width: 100%;
        max-width: 100%;
    }

    .sec-text-img-box .container {
        padding: 0;
    }

    .concept .sec-text-img-box {
        margin-top: 0;
    }

    .concept .sec-text-img:not(.reverse) {
        padding-bottom: 50px;
    }

    .sec-slide-text .item .text {
        font-size: 18px;
    }


    .sec-slide-text .title {
        margin-bottom: 25px;
    }

    .concept .sec-text-img-box .content {
        flex-direction: column-reverse;
    }

    .list-team .item {
        padding: 0;
    }

    .sec-breadcrumb {
        padding-top: 110px;
    }



    #vid-youtube{
        height: 400px;
    }

    .btn-play,
    .btn-play.hide{
        background-size: 70px;
    }

    .sec-video .container {
        padding: 0;
    }

    .sec-text-img.reverse .text{
        padding: 0 20px;
    }

    .sec-text .container{
        padding: 0;
    }

    .sec-text .title{
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .sec-text .title br{
        display: none;
    }

    .sec-text .blc-text{
        padding: 50px 20px;
    }

    .sec-text .blc-text{
        clip-path: none;
    }


    .s-title {
        font-size: 20px;
        line-height: 30px;
    }

    .sec-slide-text-img{
        width: 100%;
    }

    .sec-slide-text-img{
        clip-path: none;
    }

    .sec-slide-text-img .title {
        font-size: 36px;
        line-height: 45px;
    }

    .sec-slide-text-img .item-text p br,
    .sec-slide-text-img .title br{
        display: none;
    }
    .sec-slide-text-img .slide-text-left{
        margin-top: 20px;
    }

    .sec-example{
        max-width: 100%;
        padding-bottom: 0;
    }

    .sec-example .container{
        padding: 0;
    }


    .sec-example .content-exemple{
        padding: 50px 20px;
    }

    .intro-example {
        font-size: 22px;
        line-height: 35px;
    }

    .optimisation .sec-text,
    .nos-projets .sec-text{
        padding-bottom: 0;
    }

    .sec-slide-text-img{
        padding-bottom: 50px;
    }

    .sec-slide-text-img .blc-text{
        padding-bottom: 5px;
    }

    .sec-banner .intro-banner p br{
        display: none;
    }
        .sec-reception p {
        font-size: 30px
    }

    .immobilier .sec-banner,
    .immobilier .sec-services,
    .immobilier .sec-list-bien,
    .sec-avantage,
    .immobilier .sec-new-project{
        width: 100%;
        max-width: 100%;
    }

     .immobilier .sec-text-img-box{
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
    }

    .immobilier .sec-list-bien .container{
        padding: 0;
    }


    .immobilier .sec-list-bien:before{
        display: none;
    }

    .immobilier .sec-text-img .inner-text p:last-child{
        margin-bottom: 0;
    }

    .list-avantage .item .title {
        font-size: 20px;
        line-height: 30px;
    }

    .list-avantage .item{
        padding: 50px 20px;
        min-height: inherit;
    }

    .immobilier .sec-banner{
        padding: 120px 0;
    }
    .sec-estimation .blcSend p::after { top: 25px }

    section{
        clip-path: initial!important;
    }
    .sec-text-img .img img {
    clip-path: polygon(0% 0%, calc(100% - 90px) 0%, 100% 40px, 100% 100%, 0% 100%);
    }
    .language-switcher.mobile {
        left: 130px;
        top: 35px;
    }
    .sticky .language-switcher.mobile {
        left: 140px;
        top: 35px;
    }
    .sec-rs .blc-rs {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pagination ul li {
        margin: 0 10px;
    }

    .pagination ul li:first-child {
        margin-left: 0;
    }

    .pagination ul li:last-child {
        margin-right: 0;
    }

    .sec-last-bien .list-biens .bien {
        margin-bottom: 20px;
    }

    .sec-last-bien{
        max-width: 100%;
    }

    .list-example .item {
        margin-bottom: 30px;
    }

    .nos-projets .sec-text-img .inner-text p:last-child{
        margin-bottom: 0;
    }

    .main-header .logo {
        width: 140px;
    }
    .sticky .language-switcher.mobile {
        left: 175px;
        top: 53px;
    }

    .language-switcher.mobile {
        left: 175px;
        top: 53px;
    }
    .immobilier .sec-banner .intro-banner {
        margin-bottom: 0!important;
    }
    .immobilier .sec-services{
        margin-top: 0;
    }


}

@media (max-width:600px) {
    .mentionsLegals {
        padding: 110px 20px 0 20px
    }

    .mentionsLegals .container-fluid {
        padding: 20px 20px 10px;
    }

    .mentionsLegals .breadcrumb {
        padding: 0 0px;
    }

    .mentionsLegals p:last-child {
        margin-bottom: 15px;
    }

    .sec-estimation {
        padding: 110px 20px 0 20px
    }

    .chp.col-25 {
        width: 100%;
    }

    .chp.col-50 {
        width: 100%;
    }
    .chp.col-40 {
        width: 100%;
    }
    .chp.col-60 {
        width: 100%;
    }

    .sec-estimation .container-fluid {
        padding: 20px 20px 30px;
    }

    .sec-reception {
        margin: 0 20px;  
    }
    .sec-reception p {
        font-size: 30px
    }
    .sec-estimation .container-fluid {
        padding: 40px 20px;
    }
    .sec-reception {
        padding: 0 20PX
    }
    .blcForm h2 {
        margin-bottom: 20px
    }
    .s-titre-form p{
        margin-bottom: 20px
    }
    .banner-estimation {
        padding: 30px 20px;
        
    }
    .banner-estimation > p {
        margin-bottom: 20px
    }
    .sec-reception .container {
        padding: 40px 20px;
        height: auto
    }
    .sec-estimation .blcSend p::after { top: 25px }
    .language-switcher.mobile {
        left: 110px;
        top: 33px;
    }
    .sticky .language-switcher.mobile {
        left: 135px;
    
    }

    .sec-last-bien .list-btn .btn{
        width: 100%;
        margin:0 0 20px;
    }

     .sec-last-bien .list-btn .btn:last-child{
        margin-bottom: 0;
     }

     .blc-label{
        left: 15px;
     }
     .btn span{
        display: block;
     }
     .list-biens.list-biens-news .bien {
        padding: 0;
     }
     .language-switcher.mobile {
        left: 181px;
        top: 53px;
    }
    .sticky .language-switcher.mobile {
        left: 172px;
        top: 53px;
    }



}

@media (max-width:600px) { 
    .voir-plus {
        margin-bottom: 15px;
        height: 62px
    }
}

@media (max-width:375px) {
    .bien .info-bien {
        padding: 0 7px;
    }

    .bien {
        padding: 0 15px;
    }

    .list-actus .item .content-item {
        width: calc(100% - 20px);
    }

    .sec-list-bien .blc-list .btn.btn-mobile {
        padding: 22px 32px 22px 20px;
    }

    .sec-new-project .btn.btn-mobile {
        padding: 18px 20px 18px 20px;
    }



}

.pagination a:hover {
    cursor: pointer
}
/**Merci**/

.sec-merci {
    height: 100vh;
    position: relative;
    background-size: cover !important;
    background-position: center !important
}
.sec-merci:after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block

}
.sec-merci .container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}
.sec-merci .container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 100px
}
.sec-merci .container h1 {
    margin-bottom: 60px;
    font-size: 60px;
    line-height: normal;
}

.voir-plus {
    display: block;
    padding: 19px 30px;
    cursor: pointer;
    border: 1px solid #004f37;
    color: #004f37;
    width: fit-content;
    height: 66px;
    font: normal 17px/22px var(--f2);
    font-weight: bold;
}
.voir-plus:hover {
    background-color: #004f37;
    color: #fff;
}

#smooved-influencer-score {
    width: fit-content;
    z-index: 9999;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 4px;
}

@media screen and (max-width: 767px) {  
    .sec-merci { 
        height: 600px

    }
    .sec-merci .container h1 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: normal;
    }
     .voir-plus { margin-bottom: 15px ;
         height: 58px;
        padding: 16px 30px 16px 30px
     }

    .main-header{
        padding-top: 58px;
        background: #124e37;
    }   
    #smooved-influencer-score{
        max-width: 304px;
    }
    .sec-breadcrumb{
        padding-top: 175px;
    }
    .sec-estimation{
        padding-top: 185px;
    }
    section.sec-banner-contact{
        padding-top: 175px;
    }
    section.sec-actualites{
        padding-top: 275px;
    }
    section.sec-banner-list{
        padding-top: 140px;
    }

}

@media screen and (max-width:600px) {  
    .voir-plus {
        height: 58px;
        padding: 16px 30px 16px 30px
    }

}



@media screen and (min-width: 2000px) { 
    .list-team .item img{
        height: auto;
    } 
}