/*HEADER CSS*/
* {
    outline: none;
    margin: 0;
    padding: 0;
}
html {
     overflow-x: hidden;
}

.d-flex-justify_center-align_center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    float: left;
}

.padding-left-right0{
    padding-left:0;
    padding-right:0;
}

.padding-left-right15{
    padding-left:15px;
    padding-right:15px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}


button.multiselect.dropdown-toggle.btn.btn-default:hover{
    transform: unset!important;
    background-color: unset!important;
    box-shadow: unset!important;
}

button.multiselect.dropdown-toggle.btn.btn-default:focus{
    transform: unset!important;
}


b, strong {
    font-weight: 650!important;
}


.site_client_1646 #listing-details .dpe-stairs-icon {
    left: 0;
    top: 35px;
    right: unset;
}

/* test */

img {
    object-fit: cover;
}

ul li {
    list-style-type: none;
}

.navbar-nav > li{
    transition: all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

/* fonts*/
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Regular.woff');
}


@font-face {
    font-family: "Gotham Light";
    src: url("../fonts/gotham-cufonfonts/GothamLight.ttf");
}
@font-face {
    font-family: "Gotham Bold";
    src: url("../fonts/gotham-cufonfonts/GothamBold.ttf");
}
@font-face {
    font-family: "Gotham Book";
    src: url("../fonts/gotham-cufonfonts/GothamBook.ttf");
}
@font-face {
    font-family: "Gotham Medium";
    src: url("../fonts/gotham-cufonfonts/GothamMedium.ttf");
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans/OpenSans-Semibold.woff');
    font-weight: 700;
}

@font-face {
    font-family: "Open Sans Light";
    src: url("../fonts/OpenSans/OpenSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: "Roboto Light";
    font-style: normal;
    font-weight: 300;
    src: local('Roboto'), url('../fonts/Roboto/Roboto-Light.woff') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: "Roboto Bold";
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Proxima Nova Light';
    font-style: normal;
    font-weight: 400;
    src: local('ProximaNova-Light'), local('ProximaNova-Light'),
    url('../fonts/Proxima Nova/ProximaNova-Light.ttf') format('truetype') /* Modern Browsers */
}

@font-face {
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 400;
    src: local('ProximaNova-Regular'), local('ProximaNova-Regular'),
    url('../fonts/Proxima Nova/ProximaNova-Regular.ttf') format('truetype') /* Modern Browsers */
}

@font-face {
    font-family: 'Proxima Nova SemiBold';
    font-style: normal;
    font-weight: 400;
    src: local('ProximaNova-Semibold'), local('ProximaNova-Semibold'),
    url('../fonts/Proxima Nova/ProximaNova-Semibold.ttf') format('truetype') /* Modern Browsers */
}

@font-face {
    font-family: 'Proxima Nova Thin';
    font-style: normal;
    src: local('ProximaNovaT-Thin'), local('ProximaNovaT-Thin'),
    url('../fonts/Proxima Nova/ProximaNovaT-Thin.ttf') format('truetype') /* Modern Browsers */
}

@font-face {
    font-family: 'Kiona';
    font-style: normal;
    font-weight: 400;
    src: local('Kiona-Regular'), local('Kiona-Regular'),
    url('../fonts/Kiona/Kiona-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa Light';
    font-style: normal;
    font-weight: 400;
    src: local('Comfortaa-Light'), local('Comfortaa-Light'),
    url('../fonts/comforta/Comfortaa-Light.ttf') format('truetype');
}

body {
    background-color: transparent;
    font-family: 'Proxima Nova', sans-serif !important;
    color: #fff;
}

a:focus, a:hover {
    text-decoration: none;
}

.Navlogo {
    display: flex;
    height: 110px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}


.Navlogo a {
    position: relative;
    z-index: 99999;
}
.Navlogo > .row-inner {
    padding: 20px 0;
    z-index: 1;
    position: absolute;
    left: 90px;
    top: -65px;
}

.site_client_1646 .dpe-stairs-icon {
    right: 0;
    top: 35px;
}

/*toggle_icon*/
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: white;
    border: none;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #932b82;
    background-color: white;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-nav>li>.dropdown-menu{
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.navbar-nav .open .dropdown-menu {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
    font-family: Proxima Nova Light, sans-serif;
    color: #932b82;
    background-color: white !important;
    font-weight: 600;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #932b82;
}

@media(min-width:991px) {
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, 
    .navbar-inverse .navbar-nav>.open>a:hover  {
        background-color: white !important;
    }
}
#nav-icon3 {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #cdad57;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor:pointer;
}

.navbar-header {
    position: relative;
    top: -73px;
}

#nav-icon3 span:nth-child(1) {
    top: 0;
    height: 5px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 12px;
}

#nav-icon3 span:nth-child(4) {
    top: 24px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.navbar .navbar-collapse {
    text-align: center;
    border: none;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.header-darkmenu {
    width: 100%;
    margin: 0;
    position: absolute;
    background: rgba(256,256,256, 1);
    height: 77.7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    top: 89px;
}

.active_submenu_item>a{
    color: white!important;
}


.header-menu-top-border {
    position: absolute;
    right: 0;
    top: -4px;
    opacity: 0.62;
}


.Navlogo > div > a > img {
    width: 445px;
    margin-top: 18px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.glyphicon {
    font-size: 9px;
    font-weight: 300;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: Proxima Nova Light, sans-serif;
    color: #2d2d2d;
    font-size: 17px;
    text-transform: uppercase;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    padding: 0 37px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: black;
    background-color: white !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: white !important;
    background-color: #932b82;

}
.dropdown-menu {
    padding: 0 0;
    overflow-y: auto;
}
#main-header, .agence_title {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 2%;
}
#main-header.titleID, .agence_title.titleID, #nosHonoraires .title-text-block {
    position: unset;
    margin-top: -70px;
    width: 100%;
    padding: 70px 15px 0;
    max-width: 100%;
    height: 270px;
    display: flex;
    background-color: #efefef;
    align-items: center;
    justify-content: center;
    position: relative;
}
#main-header.titleID.listPg, .programmesNeufs #main-header {
    margin-bottom: 50px;
}
.titleID:after {
    position: absolute;
    content: '';
    width: 35%;
    display: block;
    bottom: 0;
    border-bottom: 2px dotted #932b82;
}

.listingCity #main-header {
    top: 12%;
}
.programmesNeufs #main-header {
    top: 5%;
}
.agence_title {
    top: -18%;
}
.infos-main-cont .agence_title {
    top: -15%;
}
#gestion_locative .agence_title {
    top: -24%;
}
@media(max-width:1530px) {
    .agence_title {
        top: -16%;
    }
}

@media(max-width:1375px) {
    .agence_title {
        top: -13%;
    }
}


@media(max-width:991px) {
    .agence_title {
        top: -8%;
    }
}

@media(max-width:700px) {
    .agence_title {
        top: -8%;
    }

    .modelUnderHeader {
        height: 135px;
    }

    .agence_title h1 {
        font-size: 20px;
    }
}

@media(max-width:500px) {

    .agence_title {
        top: -7%;
    }
}


#inside_pages {
    position: relative;
}
.navbar-inverse {
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 30px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li:hover {
    color: #932b82 !important;
}

.navbar-inverse .navbar-nav > li:hover a {
    color: #932b82 !important;
}

#link {
    color: black !important;
}

#link:hover {
    color: #337ab7;
}

#home-slider {
    position: relative;
    z-index: 999;
}

.black_opacity_cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 19px;
    padding-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    text-align: center;
}


.black_opacity_cont.not_main_page img {
    position: absolute;
    margin-top: 0;
    bottom: 5px;
    text-align: center;
}


.black-opacity-cont-text {
    font-size: 23px;
    font-family: Proxima Nova Regular, sans-serif;
}

.bienCont  {
    width: 100%;
    height: 447px;
    background-image: url(../images/bienBackground.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bienWrapper {
    width: 80%;
    margin: 5% auto 0;
    height: 83%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.bienWrapper div  {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10%;
    height: 100%;
    cursor: pointer;
}

.bienWrapper div:before {
    content: url(../images/bienActive.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8%;
    transition: 0.5s;
    opacity: 0;
}

.bienWrapper div:hover:before {
    opacity: 1;
}


.bienWrapper div a {
    font-size: 45px;
    color: white;
    font-family: "Gotham Light";
}


.forms-main_{
    transition:all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition:all 0.3s;
    padding-left: 15px!important;
    padding-right:15px!important;
    width: 100%;
}

.contacter-textarea-cont {
    padding-left:33px;
    padding-right:33px;
}


.middle-white-square {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height:80px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.left-arrow {
    position: absolute;
    left: -36px;
    right: 0;
    bottom: 11px;
    width: 12px;
    margin: auto;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    cursor: pointer;
}

.left-arrow:hover {
    filter: drop-shadow(3px 0px 2px black);
    -moz-filter: drop-shadow(3px 0px 2px black);
    -o-filter: drop-shadow(3px 0px 2px black);
}

.right-arrow {
    position: relative;
    left: 18px;
    bottom: 11px;
    width: 12px;
    margin: auto;
    display: inherit;
    background: none !important;
    opacity: 1 !important;
    top: unset !important;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    cursor: pointer;
}

.right-arrow:hover {

    filter: drop-shadow(-3px 0px 2px black);
    -moz-filter: drop-shadow(-3px 0px 2px black);
    -o-filter: drop-shadow(-3px 0px 2px black);
}

.main_image div {
    padding: 0 !important;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.header {

    padding: 0;
    overflow: hidden;
}

.mainheader {
    position: relative;
    top: 0;
}

.main {
    padding-bottom: 50px;
}

.main.not_main_page {
    padding-bottom: 0;
}

/*CONTENT CSS*/



.back-section{
    position: relative;
    top: 33px;
}

#listing1 .row.section-bg {
    padding: 0 15px;
}

.Coups_de_Coeur {
    text-transform: uppercase;
    font-family: "Roboto Light";
    font-weight: 500;
    font-size: 32px;
    color: #998d67;
    margin: 0;
}

.Coups_de_CoeurItalik {
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    color: #998d67;
    margin: 0;
    line-height: 25px;

}

.arrow_shape {
    width: 100%;
    position: absolute;
    z-index: -1;
}


.inform > .row > .col-md-12 > .col-md-6 {
    padding-right: 30px;
    padding-left: 30px;
}

.white-list1 {
    padding: 0;
    overflow: hidden;
}

.container-fluid.middle-flex-with-2_01 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.middle-flex-with-2_01 > div > img:nth-child(1) {
    width: 100%;
}

.middle-flex-with-2_01 > div > img:nth-child(2) {
    position:absolute;
    top:-1px;
    right:-1px;
    width:40px;
    height:40px;

}

.middle-flex-with-2_01 > div:nth-child(1) {
    padding: 0 !important;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.middle-flex-with-2_01 > div:nth-child(2) {
    text-align: right;
    box-sizing: border-box;
    padding-top: 5.5vmin;
    position: relative;
    padding-right: 50px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}


.middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
    font-size: 35px;
    font-family: Proxima Nova Light, sans-serif;
    color: #04060c;
    font-weight: 300;
    line-height: 5vmin;
}

.middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
    font-size: 20px;
    font-family: Proxima Nova Thin, sans-serif;
    color: #282828;
    position: relative;
    top: 5%;
    font-weight: 600;
}


.middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) {
    width: 56.6%;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -11px;
    left: 45px;
    margin-bottom: 0;
}


.middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > div {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 30px;
    cursor: pointer;

}

.middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > div > div {
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #582a85;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    bottom: 2px;
}

.middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > div > a {
    color: #582a85;
    font-family: Proxima Nova Light, sans-serif;
    font-size: 25px;
    background: white;
    position: absolute;
    z-index: 3;
    padding-left: 9px;
    padding-right: 9px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    letter-spacing: 0.01rem;
}

.middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > div:hover div {
    width: 80%;
}

.middle-grey-cont {
    margin: 85px auto;
    padding: 1.5%;
    background-image: url(../images/seperation.png);
    background-size: 100% 100%;
    width: 80% !important;
}
.middle-flex-with-2_02 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.middle-flex-with-2_02 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.middle-flex-with-2_02 > div:nth-child(1)>div{
    width: 50%;
    height: 50%;
}

.middle-flex-with-2_02 > div:nth-child(2){
    padding: 0 !important;
}

.vente-location-img{
    transition: all 0.4s;
}

.middle-flex-with-2_02 > div:nth-child(1) > div > img {
    width: 100%;
    margin-top:20px;
    margin-bottom: 20px;
    height:1px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}
#middle-flex-with-2_02-p-1 {
    transition: all 0.4s;
    cursor: pointer;
    font-family: Kiona, sans-serif;
    font-size:35px;
    color: black;
    margin-bottom: 25px;
    transition: all 0.4s;
}

#middle-flex-with-2_02-p-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 80%;
    color: #050505;
    font-family: Kiona, sans-serif;
    font-size: 50px;
    transition: all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
}
.ventes-locations-img{
    width:100%;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}
#middle-flex-with-2_02-p-1>img, #middle-flex-with-2_02-p-2>img  {
    margin-left: 20px;
    margin-top: -3px;
}


.middle-flex-with-2_02 > div:nth-child(2) > img {
    width: 100%;
}

.middle-flex-with-3 {
    padding: 0 !important;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    overflow:hidden;
    width: 93%;
    margin: auto;
    margin-bottom:120px;

}
.middle-flex-with-3::after, .middle-flex-with-3::before{
    display: none!important;
}

.middle-flex-with-3>div{
    width:32%;
}

.middle_3_conts_heading {
    color: #585657;
    font-family: Kiona, sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 94px;
    letter-spacing: 1px;
    line-height: 33px;
}
.middle-flex-with-3 > div > hr {
    width: 20%;
    background: #e0d489;
    padding: 1px;
    border:none !important;
    margin: 35px auto;
}

form .formItem {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 7px;
}

form .subFormSectionTitle {
    margin-bottom: 40px !important;
}
@media (max-width: 470px) {
    .sectionTitle{
        font-size: 18px;
        padding: 6px;
    }
    .batserach3{
        min-width: 50%;
    }
}
textarea {
    padding-left: 6px !important;
    resize: none;

}
.container.recherchez-vous-main {
    width: 90%;
}
.container.rechContainer, .container.contact_Container {
    width: 85%;
}
.container.rechContainer .for_pad2.for_pad1 {
    padding: 0 15px 0 0;
}
.container.rechContainer .secondContant.for_pad2.for_pad1 {
    padding:  0 0 0 15px !important;
}
.container.rechContainer .secondContant .for_pad2.for_pad1.form-group,
.container.rechContainer .secondContant .for_pad2.for_pad1.form-group {
    padding: 0 !important;
}
.container.rechContainer .for_pad2.for_pad1 .noM {
    padding-right: 5px;
}
.container.rechContainer .for_pad2.for_pad1 .prenom {
    padding-left: 5px;
}
.container.recherchez-vous-main .contact_form_first,
.container.recherchez-vous-main #rech_agence_second_title + .shadow-border.form-border-rect {
    width: 80%;
    margin-left: 10%;
    align-items: flex-start !important;
}
.formSectionTitleArea {
    width: 100%;
    color: #444444;
    font-family: Proxima Nova Light, sans-serif;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    background: #ebebeb;
}

.formSectionTitleArea.formSectionSubTitleArea {
    background:#fff !important;
    padding: 0;
}

.formSectionSubTitleArea .sectionTitle {
    padding: 15px 0;
    background: #ebebeb;
    border-bottom: 0 !important;
}
.for_pad2.for_pad1 {
    padding: 0 10px;
}

.for_pad2.for_pad1.prenom {
    padding-right: 0 !important;
}

.telephone.for_pad2.for_pad1  {
    padding-left: 0 !important;
}

.secondContant.for_pad2.for_pad1 {
    padding-left: 0 !important;
}

.for_pad1  {
    padding-right:10px !important;
    margin-bottom: 10px !important;
}
.contact_form_first {
    margin-top:20px;
    width: 70%;
    margin-left: 15%;
}

@media(max-width: 991px) {
    .for_pad2.for_pad1.prenom {
        padding-left:0 !important;
    }

    .telephone.for_pad2.for_pad1 {
        padding-left:10px !important;
        padding-right: 0 !important;
    }

    #villeCont{
        margin-bottom: 0 !important;
    }
}
form .formSectionTitle {
    margin: 40px 0;
    position: relative;
    float: left;
    width: 100%;
    background-color: #ececec;
}
form .formSectionTitle .sectionTitle {
    font-size: 21px;
}

.formArea {
    float:left;
}

.middle-flex-with-3 > div > p:nth-child(3) {
    color: #282828;
    font-size: 19.5px;
    font-family: Proxima Nova Light, sans-serif;
    word-break: break-word;

}

.middle-flex-with-3 > div > p >a{
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.middle_3_cont_first_btn {
    color: purple;
    background: transparent;
    padding: 5px;
    font-size: 15px;
    margin-top: 6px;
    transition: all 0.5s;
    text-transform: uppercase;
    background-color: #ececec;
    border-radius: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing_type {
    margin-top: 0;
}

.middle_3_cont_first_btn:hover {
    color: white;
    background-color: purple;
    box-shadow: 4px 4px 4px #00000061;
    transform: scale(1.02);
    border-radius: 20px;
}

.white-list {
    overflow: visible;
    margin: 0 auto;
    position: relative;
}

.white-list.main_page {
    margin: 0 auto;
    width: 78%;
    top: -20px;
    padding: 0 0 23px 0;
}

.white-list-arrow {
    width: 50%;
    transform: rotate(45deg);
    box-shadow: 3px 0 46px rgba(0, 0, 0, 0.2);
}

.Ceour4 {
    background: #3d3d3d;
    margin-bottom: 20px;
    height: 64px;
    position: relative;
    top: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.Ceour4.not_main_page::before,
.Ceour4.not_main_page::after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
}

.Ceour4.not_main_page::before {
    top: -4px;
    border-top: 1px solid #3d3d3d;
}

.Ceour4.not_main_page::after {
    bottom: -4px;
    border-bottom: 1px solid #3d3d3d;
}

.white-list .after_ceour,
.white-list .before_ceour {
    display: block;
    height: 3px;
    margin: 0 auto;
    border-style: solid;
    border-color: #3d3d3d;
    position: absolute;
    max-width: calc(100% - 100px);
}

.white-list .before_ceour {
    top: -4px;
    border-width: 1px 0 0;
}

.white-list .after_ceour {
    bottom: -4px;
    border-width: 0 0 1px;
}

.agency-block-content > h4 {
    color: #020202;
}

.main_page .Ceour4::before {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    background: white;
    position: absolute;
    top: -20px;
}

#EstimForm .formItem {
    padding-left: 0;
}
#EstimForm .formItem.inp-cont-mobile.pad-right0 {
    padding-left: 7px;
}
#EstimForm .formSectionTitle {
    padding-left: 7px;
}

@media(max-width:767px) {
    #EstimForm .formItem {
        padding-left: 0;
    }
    #EstimForm textarea.formItem {
        padding-left: 12px;
    }
    #EstimForm .formSectionTitle {
        padding-left: 0;
    }
}

.Ceour4 > h1,
.main_page .Ceour4 > h1 {
    margin: 0;
    color: #eeddaf;
    font-size: 28px;
    font-family: Proxima Nova Thin, sans-serif;
    text-transform: uppercase;
}

.align-center-heading {
    font-family: Proxima Nova Light, sans-serif;
    color: purple;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
#gestion-text-heading {
    font-family: Proxima Nova Light, sans-serif;
    color: #404040;
    font-size: 26px;
    text-align: left;
}

.programme_neuf_flex_1_cont > div:nth-child(1) {
    padding-bottom: 79px;
    padding-right: 32px;
}

.programme_neuf_flex_1_cont > p {
    text-align: left;
    padding-left: 20px;
}

.garantie_ {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    cursor: pointer;
}
.programm-neuf-texts {
    color: #4f4f4f !important;
    font-family: Proxima Nova Light, sans-serif !important;
    font-size: 18px !important;
}

.programm-neuf-middle-line {
    margin-top: 45px;
    width: 100%;
    margin-bottom: 25px;
}

.programme-neuf-imgs-cont {
    margin-top: 60px;
}

.programme-neuf-imgs-cont > div {
    padding: 21px
}
.agance-second-heading {
    font-family: Proxima Nova Light, sans-serif;
    font-size: 28px;
    color: #585657;
    margin-top:-11px;
    text-transform: uppercase;
}

.agence-fotter-cont_with2 {
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
}
#agency.info_agence_present .info_Section {
    margin: 0;
    box-shadow: 0 2px 11px 0 #d792d7;
}
.title-text-block  {
    text-align: center;
}

.infos-main-cont {
    width: 100% !important;
    padding: 0;
}

.infoPage_imgCont {
    padding: 0;
}

span.lagance-footer-contact-text {
    font-size: 23px;
    color: #932b82;
    margin-bottom: 10px;
    display: inline-block;
}


a.infos-foot-button {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}


.agence-fotter-cont_with2 > div:nth-child(2) > img {
    width: 100%;
    height: 97%;
}



.gestion-img {
    width: 500px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 5555;
}

.gestion-text {
    font-size:17px;
    font-family: Proxima Nova Light, sans-serif;
    color:#4f4f4f!important;
}

.gestion-ul {
    margin-left: 40px;
}

.gestion-ul li {
    list-style-type: disc;
    margin-bottom:10px;
}

.Parces,
.Parce, .confiez-nous-text {
    text-align: left;
    color: #232323;
    border-radius: 30px;
    line-height: normal;
    font-size: 18px;
    font-family: Proxima Nova Light, sans-serif;
    max-width: 1260px;
    margin: 50px auto;
    word-break: break-word;
}

.agency-block-content {
    padding-top: 100px;
    margin-bottom: 25px;
    margin-top: 5px;
    padding-left: 20%;
}

.agenceSeperated2 {
    padding-left: 5%;
}

.agenceSeperated3 {
    padding-left: 10%;
}


.infoPage_info {
    padding-left: 50px;
}
.infoPage_info .agance-text br.br_ {
    display: none;
}
.infoPage_info .agance-text {
    width: 85%;
}
.pics {
    position: relative;
}

.Toutes_nos_annonces__ {
    font-size: 15px;
    font-family: "Roboto";
    color: #fff;
    background-image: -moz-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    background-image: -webkit-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    background-image: -ms-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    width: 100%;
    padding: 4px 0;
}

.Toutes_nos_annonces__:hover, .Toutes_nos_annonces__:active, .Toutes_nos_annonces__:focus {
    text-decoration: none;
    color: #fff;
    text-shadow: -3px 0 9px rgb(38, 38, 38);
}

.ourSecondCarousel {
    clear: both;
}

.ourSecondCarousel .owl-item {
    transform: translateZ(0);
    color: #5a5a5a;
}

.ourSecondCarousel .owl-item img {
    height: 238px;
    object-fit: cover;
}

.Les_Angles_735_000_€_FAI_1_ {
    font-size: 16px;
    font-family: "Roboto";
    color: white;
    text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    position: absolute;
    top: 156px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.31);
}

.table {
    font-size: 13px;
    line-height: 13px;
    margin: 10px 0;
    text-align: left;
}

.table td {
    padding: 10px 2px !important;
}

.table td, .table tr {
    border: none;
    text-align: -webkit-auto;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td,
.table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: top;
    border: none;
    font-size: 13px;
    font-family: "Roboto";
    color: #fff;
    line-height: 8px;
    -moz-transform: matrix(0.92103075644223, 0, 0, 0.92110874200426, 0, 0);
    -webkit-transform: matrix(0.92103075644223, 0, 0, 0.92110874200426, 0, 0);
    -ms-transform: matrix(0.92103075644223, 0, 0, 0.92110874200426, 0, 0);

}

.table span {
    color: #fff;
}



.slidechevron {
    font-size: 25px !important;
}

.slider-row {
    padding: 20px 40px;
}

.owl-carousel .owl-stage-outer{
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.picturedNavbar {
    position: relative;
    z-index: 1200;
    margin-top: 249px;
}

.picturedNavbar .picturedNavbarItem {
    position: relative;
    padding: 10px 5px;
    transition: transform .5s;
}

.picturedNavbar .picturedNavbarItem .title {
    position: absolute;
    color: #eeddaf;
    margin: 0;
    transition: all 0.6s;
    font-size: 28px;
    font-weight: 300;
    font-family: Proxima Nova Light, sans-serif;
    width: 73%;
    background: #3d3d3d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: 2px solid white !important;
}

.picturedNavbarItem:hover {
    transform: scale(1.1);
}

.picturedNavbarItem > a {
    position: relative;
}

.picturedNavbar .picturedNavbarItem img {
    width: 100%;
    transition: all 0.6s;
}

/*-------------------- Footer Model2 Content Starts -------------------*/
/*--- Footer General Styles Start ---*/
body > footer.footer-m2 {
    padding: 0;
}

.footer-m2 p {
    margin: 0;
    padding: 0;
}


p.footer-contacts-header, p.footer-contacts-header>a{
    color:#9a398a !important;
    font-weight: 600;
}
.footer-fb-icon{

    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    cursor:pointer;
    z-index: 99;
}

span#elem_foot_link a {
    font-size: 14px;
}

/*--- Footer General Styles End ---*/

/*--- Footer Top Links Start ---*/
#footer {
    height: auto;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    margin-top: 50px;
    width: 100%;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    position:relative;
}

.footer_bg_img, .footer_bg_img_first{
    display: none;
    transition: all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.footer-white-arrow-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70px;
    height: 25px;
    margin: auto;
}

.footer-white-arrow {
    margin-top: -1px;
    z-index: 99;
    height:100%;
    width: 100%;
}

.footer-m2 .footer-top-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    padding-top: 9px;
}

.footer-m2 .footer-top-links li {
    display: block;
    margin: 12px;
    padding: 0;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.footer-m2 .footer-top-links li span {
    visibility: hidden;
    color: #e5e5e5;
}

.footer-m2 .footer-top-links li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: Proxima Nova Thin, sans-serif;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.footer-m2 .footer-top-links li a:hover {
    color: #fff;
    background-color: transparent;
}


.footer-m2 .footer-top-links li.active a {
    font-family: Proxima Nova Regular, sans-serif;
    color: #fff;
    font-weight: 600;
}

/*--- Footer Top Links End ---*/

/*--- Footer Contacts-Partners Block Starts ---*/
.footer-m2 .footer-contacts-partners {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    width: 90%;
    position: relative;
}

.col-xs-12.text-right.footer-contacts {
    width: 25%;
    display: flex;
    align-items: center;
}


.footer-m2 .footer-contacts-partners img {
    width: 190px;
    object-fit: contain;
}



.footer-m2 .footer-contacts {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-m2 .footer-partners {
    line-height: 46px;
    padding-left: 0;
    padding-right: 0;
}

.footer-m2 .footer-partners div:nth-child(2) {
    padding-left: 5px;
}

/*--- Footer Contacts-Partners Block Ends ---*/

/*--- Footer Bottom Links Start ---*/
.footer-m2 .footer-btm-links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}


.footer-m2 .footer-btm-links ul::-webkit-scrollbar { width: 0 !important }

.footer-m2 .footer-btm-links li {
    padding: 0 15px 16px 0;
    float: left;
    vertical-align: top;
    line-height: 12px;
}

.footer-m2 .footer-btm-links a {
    text-decoration: none;
}

.footer-m2 .footer-btm-links a:hover,
.footer-m2 .footer-btm-links a:focus {
    text-decoration: underline;
}

/*--- Footer Bottom Links End ---*/

/*--- Footer Copyright Block Starts ---*/
.footer-m2 .footer-copyright-block {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-m2 .footer-copyright-info {
    padding-left: 1px;
    padding-right: 0;
}

.footer-m2 .footer-copyright-logo {

    padding-left: 2px;
    padding-right: 0;

}

.footer-m2 .footer-copyright-block .footer-copyright-logo p {
    font-size: 10px;
    line-height: 10px;
    font-family: Proxima nova Regular, sans-serif;
    color: #4f4f4f;
    min-width: 134px;
    text-align: center;
}

.footer-m2 .footer-copyright-block .footer-copyright-logo div:nth-child(1) {
    padding-right: 3px;
    display: inline-flex;
    align-items: center;
}
.footer-m2 .footer-copyright-block .footer-copyright-logo div.footer-copyright-links-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.footer-m2 .footer-copyright-block .footer-copyright-logo .creationLinksLogo {
    display: flex;
    align-items: center;
}
.footer-m2 .footer-copyright-block .footer-copyright-logo div:nth-child(2) {
    padding-left: 3px;
    text-align: left;
    margin-left: 12px;
}
.footer-copyright-block .footer-copyright-links-cont a {
    font-family: "Proxima Nova Regular";
    font-size: 15px;
    color: #646464;
    line-height: 1.1;
    text-decoration-line: none;
}

/*--- Footer Copyright Block Ends ---*/

/*-------------------- Footer Model2 Content Ends --------------------*/

/*-------------------- Footer Model2 Colors Start --------------------*/
/*--- Footer General Colors Start ---*/
body > footer.footer-m2 {
    padding: 0;

}

.footer-m2 .footer-top-links-bg {
    background-color: transparent;
    text-align: center;
    margin: 0;
}

.footer-copyright-block-bg {
    width: 100%;
}

.footer-copyright-block-bg, .footer-copyright-block-bg>div, .footer-copyright-block-bg>div>div{
    height:100%;
}

.footer-contacts p {
    color: #585657;
    font-weight: 600;
}

.footer-contacts p:nth-child(1) {
    font-family: Kiona, sans-serif;
    font-size: 35px;
    margin-top:19px;
}

.footer-contacts p:nth-child(2) {
    font-size: 16px;
    font-family: Proxima Nova Thin, sans-serif;
    margin-top: 10px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    word-break: break-word;
    text-transform: capitalize;
    text-align: left;
}


.footer-m2 a {
    color: #343434;
}

/*--- Footer General Colors End ---*/

/* Footer Top Links Colors */
.footer-m2 .footer-top-links-clr {
    width: 100%;
    height: auto;
    background-image: url(../images/footerBack.png);
    display: flex;
    background-position: center;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    padding: 30px 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
}

/*--- Footer Bottom Links Colors Start ---*/
.footer-m2 .footer-btm-links a {
    color: #5f5f5f;
    text-decoration: none;
    font-family: Proxima Nova Regular, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}


.phone {
    font-weight: 300;
    font-size: 15px;
    font-family: "Roboto Light";
    color: black;
}

.buttonCall {
    /* height: 38px; */
    font-size: 17px;
    font-family: Kiona, sans-serif;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: auto;
    background: #ececec;
    border-radius: 30px;
    width: 296px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    padding: 10px 21px;
}

.buttonCall>img {
    object-fit: unset;
}

.btn{
    transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;

}

.buttonCall:hover,
.buttonCall:active,
.buttonCall:focus,
.btn:hover,
.btn:active,
.btn:focus {
    transform: scale(1.15);
}

.footer-bottom-links {
    height: 114px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fotter-bottom-links-cont {
    width: 100%;
    margin: auto;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 5px solid #9b9b9b;
}

.fa-phone {
    height: 22px;
    margin-right: 10px !important;
}

.fa-phone:before {
    content: url("../images/mail.png") !important;
}
.agance-text, .agance-contacts-text {
    text-align: left;
    color: #4f4f4f !important;
    font-family: Proxima Nova Light, sans-serif !important;
    font-size: 18px;
}

.carousel-inner .item, .carousel-inner img {
    height:100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    height:100%!important;
}

.marg5 {
    margin-right: 5px;
}

.circle {
    margin-right: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 2px 4px;
    width: 22px;
    height: 22px;
    vertical-align: top;
}

.adress {
    margin-bottom: 14px;
    margin-top: 14px;
}

.Villeneuve {
    font-size: 11px;
    font-family: "Roboto Light";
    color: rgb(160, 160, 160);
    line-height: 17px;
    font-weight: 300;
}

/*-------------------- Footer Model2 Media Queries End --------------*/

/*page1 CSS*/

.page1 {
    margin-bottom: 45px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #83868a;
}

.nav-search {
    border-bottom: 1px solid #4d4d4d;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    background: #932b82;
}

.nav-tabs > li > a {
    font-size: 20px;
    font-family: Proxima Nova Regular, sans-serif;
    color: #323232;
    border-radius: 0;
}

.nav-tabs > li {
    position: relative;
}

.nav-tabs > li:not(.active)::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #4b4b4b;
}

.nav-tabs > li:not(.active)::after {
    right: -1px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
}

.form-group {
    margin-bottom: 0;
}

.form-group-textarea {
    padding: 0 11px;
}

.searchbar {
    min-height: 67px;
}

.myform-control {
    width: 190px;
    height: 39px;
    border-radius: 0;
    display: inline-block;
    padding: 6px 12px;
    margin-left: 12px;
    margin-top: 14px;
}
.multiselect-container > li {
    text-align: left;
}

.myform-control:focus {
    border-color: #c8c8c8;
    box-shadow: inset 0 1px 1px #9b9a9a, 0 0 8px #999898;
}
.SeeMore2 > p > .fa {
    font-size: 16px;
    vertical-align: middle;
}
.SeeMore2>p {
    padding: 7px 0;
    font-size: 13px;
    margin: 0;
    font-family: Proxima Nova Light, sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.SeeMore2>p>img {
    width: 17px;
}

.checkbox label, .radio label {
    color: #020202;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label {
    padding-left: 10px;
    padding-bottom: 16px;
    padding-right: 10px;
}

.checkbox {
    margin-bottom: 0;
}

/********************** Listing Sort Model1 Starts *****************************************/
/*-----------------------------------------------------------------------------------------*/
/*-------------------- Listing Sort Model1 Content Starts --------------------------*/
.listing-sort-m1 .lst-sort-block div[class*='col-'] {
    padding-left: 18px;

}

.lst-img-caption-btm-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.touchevents .listing-m3 .lst-img-caption-btm-btns{
    bottom:0;
}

.provence {
    margin-top: 0;
    font-size: 24px;
    color: white;
    text-align: -webkit-left;
    font-family: Propxima Nova Regular, sans-serif;
    padding: 12px 30px;
    margin-bottom: 3px;
    background-color: #4a4a4a;
    margin-left: -27px;
    position:relative;
}

.listing-m3 .listing-item-description p {
    padding: 0;
    font-family: Proxima Nova Regular, sans-serif;
    font-size: 14px;
    color: #3c3c3c;
}


.listing-item-description>img{
    width: 60%;
    margin: auto;
}

.listing-top-form{
    justify-content: space-between;
}

.listing-top-form-cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-left: 0;
}

.listann_noann {
    text-align: center;
    font-size: 18px;
    color: purple;
    margin-top: 40px;
}

.multiselect {
    width: 192px;
    height: 36px;
    border-radius: 0;
    text-align: left;
    padding: 5px 15px;
    margin-right: 14px;
    margin-bottom: 10px;
    font-family: Proxima Nova Light, sans-serif;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #c4c4c4;
}


.batserach {
    width: 135px;
    height: 36px;
    background: white;
    font-size: 14px;
    color: purple;
    border: 2px solid purple;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: Proxima Nova Regular, sans-serif;
    font-size: 16px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}
.batserach:hover{
    background:purple ;
    color: white;
}

@media (max-width: 456px) {

    .batserach{
        display: block;
    }
}

.SeeMore2 {
    background-color: white;
    color: #6e6e6e;
    float: right;
    width: 135px;
    height: 30px;
    overflow: hidden;
    border: unset;
    line-height: 0px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
}

.SeeMore2:hover {
    box-shadow:4px 4px 4px #a9a6a6;
}

.listing-sort-m1 .lst-sort-block h2 {
    font-size: 1.3em;
    text-transform: capitalize;
}

.listing-sort-m1 .lst-sort-block select {
    max-width: 230px;
    display: inline-block !important;
}

.listing-sort-m1 header.lst-sort-txt-container[class*='col-'] {
    padding-left: 9px;
    padding-right: 9px;
}

.listing-sort-m1 div.lst-sort-input-container[class*='col-'] {
    padding-right: 18px;
    padding-left: 18px;
}

.listing-sort-m1 div.lst-sort-input-container > div:nth-child(1)[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.listing-sort-m1 div.toggle-button-container[class*='col-'] {
    padding-right: calc(7% + 22px);
    padding-left: calc(7% + 22px);
}

.listing-sort-m1 a {
    margin-left: 0;
}

.listing-sort-m1 div.lst-sort-input-container[class*='col-'] {
    padding-right: 21px;
}

.listing-sort-m1 header.lst-sort-txt-container[class*='col-'] {
    padding-left: 14px;
}

.listing-sort-m1 div.lst-sort-input-container > div[class*='col-']:nth-child(2) {
    padding-left: 0;
    width: 100%;
    text-align: left;
}

.listing-sort-m1 div.lst-sort-input-container > div[class*='col-']:nth-child(1) {
    padding-right: 12px;
}

/*-------------------- Listing Sort Model1 Content Ends --------------------------*/

.fa-align-justify {
    color: #fff;
}
.btn-sort-clr {
    padding: 15px 18px;
    background-color: #a0936f;
    margin-right: 0;
    position: relative;
    border-radius: 9px;
    vertical-align: middle;
}

.fa-sort-desc {
    color: #fff;
    font-size: 25px !important;
    position: absolute;
    top: -2px;
    right: 11px;
}

.fa-sort-asc {
    color: #fff;
    font-size: 25px !important;
    position: absolute;
    top: 8px;
    right: 11px;
}

#lst-sort-control {
    border-radius: 0 !important;
}

.listing-sort-m1 .lst-sort-block-bg {
    background-color: #ebebeb;

}

.listing-sort-m1 a.btn-link-clr {
    background-color: #d7d7d7;
    color: #ffffff;
    border-radius: 6px;
}


.listing-apartment-price {
    width: 100%;
    font-size: 25px;
    color: #cfb649!important;
    font-family: Proxima Nova Regular, sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 15px;
}

.listing-apartment-price>span, .listing-apartment-price>b{
    color:white;
    font-weight: 100!important;
}

.listing-sort-m1 a.btn-link-clr1 {
    background-color: #a0936f;
    color: #ffffff;
    border-radius: 6px;
}

.listing-sort-m1 h2 {
    color: #323232;
    margin: 16px 0;
    font-family: Proxima Nova Regular, sans-serif;
}

#listing-sort {
    margin-top: 55px;

}

#listing-sort .row {
    margin-left:0;
    margin-right: 0;
}
.formcontainer .row {
    margin-left:0;
    margin-right: 0;
}

/*-------------------- Listing Sort Model1 Colors End ---------------------------*/

.star1 {

    padding: 3px;
}

.ifac {
    padding: 1px 3px;
}

.staricon {
    padding: 6px 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.staricon:hover {
    background-color: #9f926d;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6)

}

.soc-btn {
    position: absolute;
    right: 0;
    z-index:999;
}
.soc {
    transition: 1s;
}

.soc:hover img {
    transform: rotate(360deg);
    transition: 1s;
}

.soc:hover i {
    transform: rotate(360deg);
    transition: 1s;
    color: unset !important;
}

.btn-group-sm > .btn, .btn-sm:hover {
    color: #fff;
    background-color: rgba(16, 16, 14, 0.51);
    border: 1px solid #9f926d;
    border-radius: 0;
}

.btn-group-sm > .btn, .btn-sm {
    color: #4c4848;
    background-color: rgba(255, 255, 255, 0.59);
    border-color: #9f926d;
    border-radius: 0;
}

.btn-link-m1 {
    background-color: #9f926d;
    color: #fff;
    font-size: 13px;
    border: none;
}

.listing-m3 {
    padding: 0;
    margin-bottom:90px;
}

.listing-m3 .listing-item-block {
    padding: 0;
    vertical-align: top;
    overflow: visible;
}

.listing-m3 .listing-item-block div[class*='col'],
.listing-m3 .listing-item-block header[class*='col'] {
    padding-left: 0;
    padding-right: 0;
}

.listing-m3 .listing-item-block div[class*='col'] {
    vertical-align: top;
}

.listing-m3 div.listing-item-content[class*='col'] {
    padding-left: 0;
}

.listing-item-social {
    margin-bottom: 5px;
}

/*--- Listing Item Block General Ends ---*/

/*--- Listing Item Image Block Starts ---*/
.listing-m3 .listing-item-img-container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.listing-m3 .listing-item-img-container figcaption .lst-img-caption-bg {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.no-touchevents .listing-m3 figcaption:hover .lst-img-caption-bg,
.no-touchevents .listing-m3 figcaption:focus .lst-img-caption-bg,
.no-touchevents .listing-m3 figcaption:active .lst-img-caption-bg {
    opacity: 1;
}

.listing-m3 .listing-item-img-container > img {
    width: 100%;
    height: auto;
    transition: all 0.8s;
    cursor: pointer;

}
.listing-m3 figure.listing-item-img-container {
    position: relative;
    display: inline-block;

}

.listing-m3 .listing-item-img-container figcaption {
    width: 100%;
    top: 0;
    left: 0;
}

.listing-m3 .lst-img-caption-top-btns {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 10%;

}

.listing-m3 .listing-item-parameters > ul {
    vertical-align: top;
    overflow-y: auto;
    max-height: 80px;
    height:80px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 9px 5px;
}

.listing-m3 .listing-item-parameters > ul li {
    width: 100%;
}

.fiche-bien-apartment-type-name {
    padding-left:15px;
}

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

}

.lst-img-caption-btm-btns h2 {
    padding: 7px;
    margin: 0;
}

.listing-m3 .lst-itm-actions {
    bottom: 85px;
}

.touchevents .listing-m3 .lst-img-caption-btm-btns {
    bottom: 30px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.no-touchevents .listing-m3 .lst-img-caption-btm-btns {
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transform: translateY(250%);
    -moz-transform: translateY(250%);
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
}

.lst-img-caption-btm-btns > h2 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.listing-item-price-color {
    font-size: 15px;
    display: inline-block !important;

}

.listing-item-price-color::first-letter {
    text-transform: uppercase !important;
}

.no-touchevents .listing-m3 .lst-img-caption-btm-btns {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}


.lst-img-caption-btm-btns > span:nth-child(1) {
    color: #cfb649;
    font-size: 26px;
    font-family: Proxima Nova Regular, sans-serif
}
.lst-img-caption-btm-btns > span:nth-child(2) {
    font-size: 32px;
    font-family: Proxima Nova Regular, sans-serif;
    color: white;
    margin-left: 6px;
}

.listing-m3 .lst-img-caption-btm-btns a {
    width: 100%;
    text-align: center;
}

/*--- Listing Item Image Block Ends ---*/

/*--- Listing Item Category ---*/
.listing-m3 .listing-item-category p {
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 0;
}

/*--- Listing Item Reference ---*/
.listing-m3 .listing-item-reference p {
    font-size: 12px;
    padding: 0;
    margin-bottom: 9px;
    color: #969696;
    text-align: -webkit-left;
    margin-top: 4px;
}

/*--- Listing Description Block Starts ---*/
.listing-m3 .listing-hr {
    height: 1px;
}

.fiche-bien-content-cont{
    padding-left:0;
}

.fiche-bien-slider-cont{
    padding-right:0;
}

.pagecontacts .main-color {
    text-transform: capitalize;
    color:#3c3c3c;
    font-size: 1.32em;
}

.listing-m3 .listing-hr[class*='col'] {
    float: left;
    margin-left: 0.125px;
}

.listing-m3 .listing-item-description {
    padding-top: 15px;
    padding-bottom: 15px;
}

.listing-m3 .listing-item-description p {
    padding: 0;
    margin-left: 10px;
    font-size: 19px;

}


/*--- Listing Item Social ---*/
.listing-m3 div.listing-item-social[class*='col'] {
    vertical-align: bottom;
}

/*--- Listing Item Parameters Start ---*/
.listing-m3 .listing-item-parameters ul {
    margin: 0;
    text-align: start;

}

.listing-m3 .listing-item-parameters ul li {

    padding-left: 10px;
    vertical-align: top;
    display: inline-block;

}

.listing-m3 .listing-item-parameters li[class*='col'] {
    padding-right: 0;
}


/*--- List Item Left Arrow ---*/
.listing-m3 .lst-itm-left-arrow ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-right: 5px;
}

/*--- Listing Item Btn Block---*/

.listing-m3 .listing-item-btn-block a {
    width: 100%;

}

.circle2 {
    margin-right: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 4px 5px;
    width: 22px;
    height: 22px;
    vertical-align: top;

}

.buttonCall2 {
    background-image: -moz-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    background-image: -webkit-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    background-image: -ms-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.75);
    color: #FFF;
    width: 235px;
    height: 33px;
    font-size: 14px;
    line-height: 1.714;
    border: none;
    margin-top: 14px;
    vertical-align: top;
}


/*--- Listing Item Contacts ---*/
.listing-m3 div.listing-item-contacts[class*='col'] {

}

.listing-m3 .listing-item-contacts p {
    margin: 0;
    padding: 0;
}

.listing-m3 .listing-item-contacts p:nth-child(1) {
    font-size: 1.3em;
    line-height: 17px;
}

.listing-m3 .listing-item-contacts img {
    width: 55px;
    height: 40px;
}

/*-------------------- Listing Model3 Content Ends -----------*/

/*-------------------- Listing Model3 Colors Start -----------*/
.backgrondColor {
    color: #282828;
    min-height: 382px;
    padding: 0;
}

.prov {
    position: relative;
    top: 0;
    right: 26px;
    max-width: 380px;
    height: 45px;
    background-image: -moz-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    background-image: -webkit-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    background-image: -ms-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);

}

.text-links{
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    color: #993889;
    font-weight: bold;
}

.text-links:active{
    color: purple!important;
}

.text-link:link {
    color: purple!important;
}


.text-link:visited {
    color: purple!important;
}


.text-links:hover{
    text-decoration: underline;
    color: purple!important;
}

.text-links:focus{
    text-decoration: underline;
    color: purple!important;
}

.provence {
    margin-top: 4px;
    padding-left: 24px;
    font-size: 24px;
    color: #535353;
    text-align: -webkit-left;
    font-family: "Roboto Light";
    padding-top: 0;
    background: transparent;
}

.com_box:after {
    content: '';
    position: absolute;
    right: 308px;
    top: 44px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9f926d;
    clear: both;
    transform: rotate(225deg);
}

.listing-m3 .listing-item-category {
    color: #737373;
}

.fiche-bien-reference{
    position: absolute;
    top: 0;
    right: 0;
    color: #7d7d7d;
    font-family: Proxima Nova Regular, sans-serif;
    font-size: 1em;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.agencysudluberon {
    display: inline-block;
    vertical-align: inherit;
    margin-left: 10px;
    text-align: left;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: inherit;
}

.agencysudluberon > p {

    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans";
    margin: 0;

}

.luberonphone {
    font-size: 13px;
}
.hrp {
    border-bottom: 1px solid purple;
    margin-bottom: 5px;
}

.hrp p {
    margin-top: 10px;

}

.listing-m3 .listing-item-parameters > ul {
    vertical-align: top;
    overflow-y: auto;
}

.listing-details-m1 .lst-itm-dtl-desc p.Parce {
    color: #4f4f4f;
    font-family: Proxima Nova Light, sans-serif;
    font-size: 14px;
    margin-top: 8px;
    border-radius: unset!important;
}

.fiche-bien-description-p{
    height:auto;
    word-break: break-word;
}


.fiche-bien-description-p::-webkit-scrollbar { width: 0 !important }

.fiche-bien-item-types{
    margin-top: 4px;
    height: 96px;
    max-height:96px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.fiche-bien-item-types::-webkit-scrollbar { width: 0 !important }


.listing-seemore-btn-cont{
    width:100%;
    padding-right:15px;
}

.flexslider#thumbnails {
    padding-left: 21px;
    width: 100%;
    margin: auto;
    margin-top: 4px;
}
.fiche-bien-content-cont {
    position:relative;
}
.listing-m3 .listing-item-contacts img {
    border: 1px solid #bcbcbc;
}

.listing-m3 .listing-item-contacts p:nth-child(1) {
    color: #09affa;
}

.listing-m3 .listing-item-contacts p:nth-child(2) {
    color: #707070;
}

/*-------------------- Listing Model3 Colors End -----------*/

/*GPE -GES*/
.locationicon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #969696;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.iconsservise {
    margin-top: 5px;

}

.locationicon img {
    padding: 3px 4px;

}

.locationicon:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/********************** Pagination Model3 Starts ************************************/
/*----------------------------------------------------------------------------------*/
/*-------------------- Pagination Model3 Content Starts -----------*/
.pagination-m3 ul.pagination {
    display: inline-block;
    margin: 10px 0 5px 0;
}

.pagination-m3 ul.pagination li a {
    display: inline-block;
    height: 34px;
    width: 37px;
    text-decoration: none;
    padding: 7px 10px;
    color: #fff;
    background-color: #9f926d;
    margin-left: 8px;
}

.pagination > li:first-child,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*-------------------- Pagination Model3 Content Ends -----------*/

/*-------------------- Pagination Model3 Colors Start -----------*/

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #969696;

}

.pagination-m3 .pagination-bg {
    margin-top: 50px;
    margin-bottom: 30px;
}

.pagination-m3 ul.pagination li {
    background-color: #fefefe;
}

.no-touchevents .pagination-m3 ul.pagination li:hover,
.pagination-m3 ul.pagination li:focus,
.pagination-m3 ul.pagination li:active,
.no-touchevents .pagination-m3 ul.pagination li:hover a,
.pagination-m3 ul.pagination li:focus a,
.pagination-m3 ul.pagination li:active a {
    background-color: #f0f0f0;
}

.pagination-m3 ul.pagination li.active a {
    background-color: purple;
    color: #FFF;
}

.pagination-m3 ul.pagination li a:hover{
    background-color: purple;
    color: #FFF;
    cursor:Default;
}


/*PAGE3 CSS START*/

.fa-arrows-alt {
    margin-right: 10px;
}

/*--- Listing Details General Starts---*/

.listing-details-m1 .lst-itm-dtl-header .lst-itm-dtl-header-txt1 {
    font-size: 1.1em;
    color: #636363;
}

#modal-contact>div{
    width:700px;
}

.modal-prenom-cont .form-error-blck i{
    margin-right: -5px ;
}

.modal .form-input-group-m1 > div:not(.form-input-col1):not(.form-input-col2) input,
.modal textarea {
    padding: 0 4px;
    margin-left: -5px;
    box-sizing: content-box;
}


.pop-up-telephone-cont .form-error-blck, .pop-up-email-cont .form-error-blck {
    right: 26px;
}

.locativeInfoCont {
    padding-left: 10%;
}

@media(max-width:1200px) {
    .locativeInfoCont {
        padding-left: 0;
    }
    .locativeInfoCont ul li {
        font-weight: 900;
    }
    .gestion-img  {
        opacity: 0.4;
        transition: 0.8s;
    }
    .gestion-text {
        font-weight: 900;
    }
}

.pop-up-telephone-cont input, .pop-up-email-cont input {
    padding-left:0!important;
    padding-right:10px!important;
}
.modal-body>div>p{
    color: #582a82!important;
    font-family: Proxima Nova Regular, sans-serif;
    font-weight: bold;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top:20px;
    margin-bottom:20px;
    font-size:15px;
}

.flexslider:hover .flex-direction-nav .flex-next{
    opacity: 1!important;
    right: -1px!important;
}

#slider.flexslider:hover .flex-direction-nav .flex-next {
    right: 10px !important;
}

#thumbnails:hover .flex-direction-nav .flex-prev, #slider:hover .flex-direction-nav .flex-prev{
    opacity: 1!important;
    left: -1px!important;
}

.fiche-bien-apartment-price, .fiche-bien-apartment-price span.listing-item-price-color.null_prix {
    display: inline-block;
    width: 100%;
    padding: 2px 2px 0 20px;
    font-size: 2.3em;
    padding-left:0;
}

.SeeMore2 > p {
    font-size: 13px;
    margin: 0;
    color: #6e6e6e;
}

.fiche-bien-apartment-price span b, .fiche-bien-apartment-price span.listing-item-price-color.null_prix {
    font-family: Proxima Nova Regular, sans-serif;
    color:purple;
}
.fiche-bien-apartment-price span.listing-item-price-color.null_prix {
    font-size: 25px;
    color: #505050;
}
.fiche-bien-apartment-price span.listing-item-price-color.null_prix .violet {
    color:purple;
    font-weight: bold;
}
.listing-details-m1 .lst-itm-dtl-header h2 {
    font-family: Proxima Nova Regular, sans-serif;
    font-size: 25px;
    color: #323232;
}

.lst-img-caption-btm-btns > h2 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.listing-item-price-color {
    font-size: 14px;
    display: inline-block !important;
    font-family: Proxima Nova Light;
}

.fb_region {
    font-family: Proxima Nova Regular, sans-serif;
    font-size: 28px;
    width: 100%;
    color: #3c3c3c;
}

.apartment-details-name{
    font-family: Proxima Nova Light, sans-serif;
    font-size: 28px!important;
    width: 100%;
    color: #505050;
}

.apartment-details-price{
    clear: both;
    background-color: #e5e5e5;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 22px;
    width: 100%;
    font-size: 32.85px;
    color: #3b3b3b;
}

.apartment-details-price>span{
    font-family:Proxima Nova Semibold, sans-serif;
}

.apartment-details-info-types {
    overflow-y: auto;
    max-height: 100px;
    height: 100px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    margin-bottom: 0;
    padding: 7px;
}

.apartment-details-info-types::-webkit-scrollbar { width: 0 !important }

#details_form .formItem {
    padding-left: 7px;
}

@media(max-width:767px) {
    #details_form .formItem {
        padding-left: 0;
    }
}

.apartment-details-foot-log-cont>img{
    width: 100%;
}
.apartment-details-form-main-cont>div {
    margin-bottom: 20px;
    transition: all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.apartment-details-form-title{
    margin-top: 7px;
    margin-bottom: 25px;
    color: #3c3c3c;
    font-family: Proxima Nova Regular, sans-serif;
    font-size: 28.75px;
    text-align: left;
}

.apartment-details-middle-info-slider-cont {
    grid-template-columns: repeat( auto-fit, minmax(300px, 606px) );
    display: grid;
    width: 100%;
    justify-content: space-between;
}
.hover-content header {
    height: auto !important;
}

.lst-itm-left-arrow {
    overflow: auto;
}

.no-bg {
    background-color: transparent !important;
}
.listing-details-m1 .lst-itm-dtl-btm-block {
    position: relative;
}
.listing-details-m1 .lst-itm-dtl-params {
    position: static;
}

.listing-details-m1 .lst-itm-dtl-params[class*='col'] {
    padding-left: 21px;
    padding-right: 9px;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.listing-details-m1 .lst-itm-dtl-left-arrow ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-right: 5px;
}

.listing-details-m1 .lst-dtl-info-buttons {
    padding-right: 0;
}

.listing-details-m1 .lst-dtl-info-buttons span:not(:first-child) {
    margin-left: 6px;
}

.listing-details-m1 .lst-itm-dtl-reference {
    padding-right: 0;
}

.listing-details-m1 .lst-itm-dtl-actions a:not(:first-child) {
    margin-left: 6px;
}

.listing-details-m1 .listing-item-social {
    padding-right: 9px;
    padding-left: 9px;

}

.listing-details-m1 div.lst-itm-dtl-img[class*='col'] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
}

.listing-details-m1 .lst-itm-dtl-img .lst-dtl-img-caption-top-btns {
    position: absolute;
    top: 12px;
    right: 12px;
}

.listing-details-m1 .lst-itm-dtl-img .btn-zoom {
    position: absolute;
    left: 18px;
    top: 13px;
    display: none;
}
.no-touchevents .listing-details-m1 .lst-itm-dtl-img .btn-zoom {
    opacity:0;
    -moz-opacity:0;
    -o-opacity:0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.no-touchevents .listing-details-m1 .lst-itm-dtl-img:hover .btn-zoom {
    opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
}

.listing-details-m1 .slider-no-img figure .btn-zoom {
    display: none;
}

/*--- Listing Details Header Starts ---*/
.listing-details-m1 .lst-itm-dtl-header p,
.listing-details-m1 .lst-itm-dtl-header h2,
.listing-details-m1 .lst-itm-dtl-header h3 {
    padding: 0;
    margin: 0;
}

.listing-details-m1 .lst-itm-dtl-header p {
    color: #fff;
}

.listing-details-m1 .lst-itm-dtl-header .lst-itm-dtl-header-txt1 {
    font-size: 1.1em;
    color: #9f926d;
}

.listing-details-m1 .lst-itm-dtl-header h2 {
    font-size: 1.5em;
}

.lst-img-caption-btm-btns > h2 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.listing-item-price-color {
    font-size: 15px;
    display: inline-block !important;
}

.listing-item-price-color-fiche-bien {
    font-size: 15px;
    display: inline-block !important;
}

.listing-item-price-color_1 {
    font-size: 12px;
    display: inline-block !important;
    color: #9f926d;
}

.listing-item-price-color::first-letter {
    text-transform: uppercase !important;
}

.listing-details-m1 .lst-itm-dtl-header h3 {
    font-size: 1.5em;
    margin-top: 5px;
    width: 100%;
}

.listing-details-m1 .lst-itm-dtl-header .lst-itm-dtl-header-txt2 {
    font-size: 11px;
}

.listing-details-m1 .lst-itm-dtl-header {
    font-size: 11px;
}

.lst-itm-dtl-header-txt3 {
    font-size: 2.15em;
    margin-bottom: 10px;
    margin-top: 5px;
}

.lst-itm-dtl-header-txt3 {
    color: #9f926d;
    font-family: Proxima Nova SemiBold, sans-serif;
    font-size: 28px;
}
.lst-itm-dtl-desc {
    clear: both;
}

.listing-details-m1 .lst-itm-dtl-desc p {
    margin: 0;
    padding: 10px 0;
    line-height: 22px;
    text-align: justify;
}

.listing-details-m1 .lst-itm-dtl-desc-header-txt span {
    padding: 5px 0 7px 0;
    font-size: 1.3em;
}

.listing-details-m1 .lst-itm-dtl-hr {
    height: 3px;
}

.listing-details-m1 .lst-itm-dtl-note-txt p {
    margin: 0;
    padding: 35px 0 0 0;
    text-align: right;
}
.listing-details-m1 .lst-itm-dtl-params li {
    line-height: 20px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 4px;
    color: #fff;
}

.listing-details-m1 .lst-itm-dtl-params li:nth-child(2n+1) {
    padding-right: 9px;
    padding-left: 3px;
}

.parametrtable {
    display: inline-table;
}

.listing-details-m1 .lst-itm-dtl-params li:nth-child(2n) {
    padding-left: 3px;
    padding-right: 9px;
}

.listing-details-m1 .lst-itm-dtl-btns a {
    width: 100%;
}

.listing-details-m1 .lst-itm-dtl-btm-block > div {
    padding-left: 0;
}

.listing-details-m1 .lst-itm-dtl-btm-block > div:nth-child(2) {
    margin-top: 18px;
}

.listing-details-m1 div.lst-itm-dtl-contact-info[class*='col-'] {
    padding-left: 22px;
    padding-right: 20px;
}

.listing-details-m1 .list-itm-dtl-contacts-btn a {
    width: 100%;
}

.listing-details-m1 div.lst-itm-dtl-cnt-img-container[class*='col-'] {
    padding-left: 0;
    padding-right: 18px;
}

.listing-details-m1 .lst-itm-dtl-contacts-img {
    border: 1px solid #bcbcbc;
    padding: 4px;
}

.listing-details-m1 .lst-itm-dtl-contacts-img img {
    width: 100%;
    height: auto;
}

.listing-details-m1 .lst-itm-dtl-contacts-txt p {
    padding: 0 0 0 5px;
    margin: 0;
    line-height: 16px;
    font-weight: 600;
}

.listing-details-m1 .lst-itm-dtl-contacts-txt[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.listing-details-m1 .lst-itm-dtl-contacts-txt p:nth-child(1) {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: normal;
}

.listing-details-m1 .lst-itm-dtl-contacts-txt p:nth-child(4) {
    padding-top: 15px;
}

.listing-details-m1 .lst-itm-dtl-contacts-txt p:nth-child(6) {
    padding-top: 5px;
}

/*--- Listing Details Contacts Info Ends ---*/

/*--- Listing Details Contacts Form Starts ---*/
.listing-details-m1 .form-block {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 8px;
    padding-bottom: 14px;
}

.listing-details-m1 .form-block textarea {
    height: 170px;
}

.listing-details-m1 .form-block .form-col-wrapper[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.listing-details-m1 .form-block .form-col-wrapper > div[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}

.listing-details-m1 .form-block .form-btn-container {
    padding-left: 12px;
    padding-right: 12px;
}

.listing-details-m1 .form-block .form-btn-container div[class*='col-'] {
    padding-left: 12px;
    padding-right: 0;
    margin-right: 0;
}

/*-------------------- Listing Details Colors Start ------------------*/
.listing-details-m1 .lst-itm-dtl-block.row-col {
    color: #282828;
    background-color: #f5f5f5;
    margin-left: 0;
}

.listing-details-m1 .lst-itm-dtl-price-clr {
    color: #f99419;
}

/*--- Listing Details Params ---*/
.listing-details-m1 .lst-itm-dtl-left-arrow ul li:before {
    /* border-left: 4px solid #5c2f88; */
}

/*--- Listing Details Header Colors Start ---*/
.listing-details-m1 .lst-itm-dtl-content .lst-itm-dtl-header-txt1 {
    color: #737373;
}

.listing-details-m1 .lst-itm-dtl-content h2 {
    color: #fff;
    margin-top: 5px;
}

.listing-details-m1 .lst-itm-dtl-content hr {
    border-top: 2px solid #b4b4b4;
}

.listing-details-m1 .lst-itm-dtl-content h3 {
    color: #3c3c3c;
}

.listing-details-m1 .lst-itm-dtl-content .lst-itm-dtl-header-txt2 {
    color: #969696;
}

.listing-details-m1 .lst-itm-dtl-content .lst-itm-dtl-header-txt3 {
    color: #969696;
}

/*--- Listing Details Description Starts ---*/
.listing-details-m1 .lst-itm-dtl-desc-header-txt > div {
    height: 41px;
    line-height: 41px;
    vertical-align: middle;
}

.listing-details-m1 .lst-itm-dtl-desc p {
    color: #fff;
}

.listing-details-m1 .lst-itm-dtl-desc-header-txt span {
    color: #fff;
}

.listing-details-m1 .lst-itm-dtl-hr-bg {
    background-color: #f8941a;
}

.listing-details-m1 .lst-itm-dtl-contacts {
    background-color: transparent;
}

.listing-details-m1 .lst-itm-dtl-contacts-img {
    border: 1px solid #bcbcbc;
    background-color: #FFF;
}
.listing-details-m1 .lst-itm-dtl-contacts-txt p:nth-child(1) {
    color: #505050;
}
.listing-details-m1 .lst-itm-dtl-contacts-txt p:nth-child(6) {
    color: #0a2b95;
}
.listing-details-m1 .lst-itm-dtl-contacts-txt p {
    color: #3c3c3c;
}
.listing-details-m1 .listing-item-contacts .row-col-float-left {
    background-color: #ffffff;
    border: 1px solid #b4b4b4;
}

/*--- Listing Details Contacts End ---*/

/*-------------------- Listing Details Colors End --------------------*/

.sl-overlay {
    background: #000 !important;
    opacity: 0.8;
}

.sl-wrapper {
    z-index: 1000;
}

.sl-wrapper button {
    border: 0 none;
    background: transparent;
}

.sl-wrapper button:hover, .sl-wrapper .sl-navigation button:hover {
    opacity: 1;
}

.sl-navigation button:focus, .sl-navigation button:active {
    border: none;
    outline: none;
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10010;
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #CCC;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 27px;
    line-height: 35px;
    opacity: 0.7;
    border-radius: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    vertical-align: middle;
}
.sl-wrapper .sl-close:focus {
    outline: none;
}
.sl-wrapper .sl-counter {
    display: none !important;
}

.sl-wrapper .sl-navigation {
    vertical-align: middle;
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -10px;
    height: 60px;
    line-height: 60px;
    width: 35px;
    text-align: center;
    display: inline-block;
    z-index: 1015;
    font-family: "Roboto";
    vertical-align: middle;
    opacity: 0.7;
    border: none;
}

.sl-wrapper .sl-navigation button.sl-prev:after {
    font: normal normal normal 60px/1 FontAwesome;
    content: "\f104";
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sl-wrapper .sl-navigation button.sl-next:after {
    font: normal normal normal 60px/1 FontAwesome;
    content: "\f105";
    color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sl-wrapper .sl-navigation button.sl-next {
    z-index: 10010;
    visibility: hidden;
}

.sl-wrapper .sl-navigation button.sl-prev {
    z-index: 10010;
    visibility: hidden;
}

.sl-wrapper .sl-image .sl-caption {
    opacity: 0.5;
    position: absolute;
    text-align: center;
}

/*-----------------------------------------------------------------------------------------*/

.Contactez-logo {
    background-image: url("../images/icons/page3-icon.png");
    height: 130px;
    max-width: 245px;
    background-repeat: no-repeat;
    border: 1px solid #bababa;
    margin: 0 auto;
    background-color: #f8f8f8;
    background-position: center;
}

.pagecontacts h2 {
    font-size: 21px;
    color: black;
    margin-top: 20px;
    font-family: "Roboto";
    margin-bottom: 1px;
}

.pagecontacts p {
    font-family: "Roboto";
    color: #fff;
    margin-bottom: 0;
}

.pagecontacts span {
    color: #9f926d;
}
.myform-control2 {
    width: 242px;
    height: 44px;
    border-radius: 0;
    display: inline-block;
    padding: 6px 12px;
    margin-left: 12px;
    margin-top: 14px;
}

.myform-control2:focus {
    border-color: #c8c8c8;
    box-shadow: inset 0 1px 1px #9b9a9a, 0 0 8px #999898;
}

.form-control2-2 {
    width: 242px;
    height: 217px;
    border-radius: 0;
    display: inline-block;
    padding: 6px 12px;
    margin-left: 12px;
    margin-top: 14px;
    resize: none;
}

.form-control2-2:focus {
    border-color: #c8c8c8;
    box-shadow: inset 0 1px 6px #9b9a9a, 0 0 9px #999898;
}
.batserach2:hover {
    color: #fff;
    box-shadow: inset 0 0 0 #27496d, 0 4px 15px #193047;
    /* transform:sc; */
    -moz-transform:scale(1.15);
    -o-transform:scale(1.15);
}

/* Custom Col for Mobile >=480px and <768px */
.col-c-xs-12 {
    width: 100%;
}
.col-c-xs-11 {
    width: 91.66666667%;
}
.col-c-xs-10 {
    width: 83.33333333%;
}
.col-c-xs-9 {
    width: 75%;
}
.col-c-xs-8 {
    width: 66.66666667%;
}
.col-c-xs-7 {
    width: 58.33333333%;
}
.col-c-xs-6 {
    width: 49%;
}
.col-c-xs-5 {
    width: 41.66666667%;
}
.col-c-xs-4 {
    width: 33.33333333%;
}
.container.simulDePret {
    width: 85%;
}
#loan-simul.container {
    width: 90%;
}
.nombrePaddR {
    padding-right: 8px !important;
}
.nombrePaddL {
    padding-left: 8px !important;
}
.batserach2 {
    background: #932b82 !important;
    width: 100%;
    height: 42px;
    font-size: 18px;
    font-family: Proxima Nova Regular, sans-serif;
    color: #ffffff !important;
    margin-left: 14px;
    margin-bottom: 13px;
    text-transform: uppercase;
    border-radius: 0;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 0 !important;
}

.agance-bottom-button {
    background: #ececec !important;
    border-radius: 30px !important;
    font-size: 14px;
    width: 268px;
    margin-left: 0;
    text-align: center;
    font-family: Open Sans;
    color: #993889 !important;
}

.col-c-xs-3 {
    width: 25%;
}

.col-c-xs-2 {
    width: 16.66666667%;
}

.col-c-xs-1 {
    width: 8.33333333%;
}

/*-------------------- Library of Custom Cols Ends ----------*/
.param {
    margin: 0;
    padding: 0;
    display: inline-table;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.param li {
    display: inline-block;
    width: 49% !important;
}

/* DPE-GES Block General Colors Start */
.dpe-ges-block-m3 .dpe-ges-blck-txt {
    color: #505050;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li span {
    color: #000;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li.selected span {
    color: #000;
    font-weight: bold;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li > div:nth-child(1):after {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 10px solid green;
    border-left-color: inherit;
}

/* DPE-GES Block General Colors End */
.locimg {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #969696;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    background-image: url("../images/icons/PINTPOINT3.png");
    background-repeat: no-repeat;
    background-position: center;
}

.dpe-ges-block-m3[class*='col-'] {
    padding-left: 21px;
    padding-right: 21px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.dpe-ges-block-m3 div[class*='col-']:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    text-align: left;
}

.dpe-ges-block-m3 > div[class*='col-']:nth-child(1) {
    margin-left: -0.125em;
    padding-left: 0;
    padding-bottom: 10px;
}
.dpe-ges-block-m3 div[class*='col-']:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    padding-bottom: 10px;
}

.dpe-ges-block-m3 .ges-dpe img {
    height: auto;
    width: auto;
    display: inline-block;
    float: left;
    padding-right: 2px;
}

.dpe-ges-block-m3 .dpe-ges-blck-txt {
    font-size: 10px;
    margin-bottom: 5px;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li {
    height: 22px;
    padding-right: 0;
    margin-bottom: 1px;
    position: relative;
    display: block;
    font-size: 11px;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li div:nth-child(1) {
    height: 100%;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li span {
    line-height: 10px;
    font-size: 11px;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li > div span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dpe-ges-block-m3 .dpe-ges-graph ul li span:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dpe-ges-block-m3 .dpe-ges-graph ul li > div:nth-child(1):after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: 100%;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li > div:nth-child(2) {
    display: none;
}

/* Hover Content Li Selected State Starts */
.dpe-ges-block-m3 .dpe-ges-graph ul li.selected > div:nth-child(2) {
    position: absolute;
    right: 0;
    display: inline-block;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li.selected > div > div > span {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li.selected div:nth-child(2) {
    height: 22px;
    padding-left: 20px;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li.selected div:nth-child(2) div {
    height: 22px;
    padding-left: 10px;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li.selected div:nth-child(2) div:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    right: calc(100% - 20px);
    top: 0;
}

.dpe-ges-block-m3 .dpe-ges-graph.dpe-ges-graph-selected li {
    display: none;
}

.dpe-ges-block-m3 .dpe-ges-graph.dpe-ges-graph-selected li.selected {
    display: block;
    height: 35px;
}

.dpe-ges-block-m3 .dpe-ges-graph.dpe-ges-graph-selected li.selected div span {
    left: 10%;
}

.dpe-ges-block-m3 .dpe-ges-graph-selected {
    max-width: 180px;
}
/* Btn Hover Block Starts */
.dpe-ges-block-m3 .btn-hover-container {
    position: relative;
    z-index: 510;
    padding-bottom: 2px;
    height: 24px;
}

.dpe-ges-block-m3 .hover-content {
    display: none;
    padding: 5px;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 520;
    overflow: hidden;
    width: 190px;
}

.dpe-ges-block-m3 .hover-content.pos-obs-right {
    top: 100%;
    right: 0;
    left: auto;
}

.dpe-ges-block-m3 .btn-hover-container a:hover {
    text-decoration: none;
}

.dpe-ges-block-m3 .btn-hover-container > header {
    margin-left: 0.5px;
}

.dpe-ges-block-m3 > div:nth-child(2) .btn-hover-container {
    z-index: 400;
}
/*-------------------- DPE GES Block Model3 Colors Start -----------*/
/* Btn Hover Block Starts */
.dpe-ges-block-m3 .hover-content {
    background-color: #FFF;
    border: 1px solid #c8c8c8;
}

.dpe-ges-block-m3 .btn-hover-container b {
    color: #fff;
}

/* Hover Content Li Selected State Colors Start */
.dpe-ges-block-m3 .dpe-ges-graph ul li.selected > div > div > span {
    color: #FFF;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li.selected div:nth-child(2) div {
    background-color: #2d2d2d;
}

.dpe-ges-block-m3 .dpe-ges-graph ul li.selected div:nth-child(2) div:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 10px solid #2d2d2d;
}

/* Hover Content Li Selected State Ends */

/* Visible Content Selected State */
.dpe-ges-block-m3 .dpe-ges-graph.dpe-ges-graph-selected ul li > div:nth-child(1):after {
    border-top: 19px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 12px solid green;
    border-left-color: inherit;
}

/*-----------DPE Colors Start--------------*/
.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(1) > div:nth-child(1) {
    background-color: #008830;
    border-color: #008830;
}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(2) > div:nth-child(1) {
    background-color: #48a820;
    border-color: #48a820;
}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(3) > div:nth-child(1) {
    background-color: #b0d811;
    border-color: #b0d811;
}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(4) > div:nth-child(1) {
    background-color: #f8f800;
    border-color: #f8f800;
}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(5) > div:nth-child(1) {
    background-color: #b0d811;
    border-color: #b0d811;
}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(6) > div:nth-child(1) {
    background-color: #f84800;
    border-color: #f84800;
}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(7) > div:nth-child(1) {
    background-color: #f80000;
    border-color: #f80000;
}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(8) > div:nth-child(1) {
    background-color: #48a820;
    border-color: #48a820;
}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(9) > div:nth-child(1) {
    background-color: #48a820;
    border-color: #48a820;

}

.dpe-ges-block-m3 .dpe-blck .dpe-ges-graph ul li:nth-child(10) > div:nth-child(1) {
    background-color: #48a820;
    border-color: #48a820;

}

/* GES Colors Start -*/
.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(1) > div:nth-child(1) {
    background-color: #ebdcf6;
    border-color: #ebdcf6;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(2) > div:nth-child(1) {
    background-color: #e0c1f8;
    border-color: #e0c1f8;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(3) > div:nth-child(1) {
    background-color: #d8a8f8;
    border-color: #d8a8f8;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(4) > div:nth-child(1) {
    background-color: #d096f3;
    border-color: #d096f3;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(5) > div:nth-child(1) {
    background-color: #b970f2;
    border-color: #b970f2;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(6) > div:nth-child(1) {
    background-color: #a849ec;
    border-color: #a849ec;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(7) > div:nth-child(1) {
    background-color: #8813e0;
    border-color: #8813e0;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(8) > div:nth-child(1) {
    background-color: #ebdcf6;
    border-color: #ebdcf6;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(9) > div:nth-child(1) {
    background-color: #ebdcf6;
    border-color: #ebdcf6;
}

.dpe-ges-block-m3 .ges-blck .dpe-ges-graph ul li:nth-child(10) > div:nth-child(1) {
    background-color: red;
    border-color: red;
}

/********************** DPE GES Block Model1 Version1 Ends  *******************************/
/*----------------------------------------------------------------------------------------*/

.img-ges1 {
    background: url("../images/icons/icon-DPE.png") no-repeat 10% 75%;
    background-size: 70%;
    background-color: #fff;
}

#form_client_demande {
    padding-left: 10px;
}

.img-ges2 {
    background: url("../images/icons/icon-GES.png") no-repeat 10% 75%;
    background-size: 70%;
    background-color: #fff;
}

.ges-block header, .dpe-block header {
    color: #505050;
}


.img-ges1:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.img-ges2:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.dpe-ges-block-m1-v1 a.btn-DPE-GES span.btn-label-DPE-GES {
    position: absolute;
    right: 1px;
    font-size: 8px;
    font-weight: 700;
    cursor: pointer;
    color: #505050;
}

.dpe-ges-block-m1-v1 a {
    border-radius: 0;
    height: 34px;
    width: 34px;
    position: relative;
    display: inline-block;
    padding: 0;
    border: 1px solid #c8c8c8;
}

/*-------------------- DPE GES Block Model1 Version1 Content Starts --------*/

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li {
    height: 22px;
    padding-right: 0;
    margin-bottom: 1px;
    position: relative;
    display: block;
    font-size: 11px;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li div:nth-child(1) {
    height: 100%;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li span {
    line-height: 10px;
    font-size: 11px;
}

.dpe-ges-block-m1-v1 header > span {
    font-size: 10px;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li > div span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li span:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li > div:nth-child(1):after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: 100%;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li > div:nth-child(2) {
    display: none;
}

/* Li Selected State Starts */
.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected > div:nth-child(2) {
    position: absolute;
    right: 0;
    display: inline-block;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected > div > div > span {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected div:nth-child(2) {
    height: 22px;
    padding-left: 20px;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected div:nth-child(2) div {
    height: 22px;
    padding-left: 10px;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected div:nth-child(2) div:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    right: calc(100% - 20px);
    top: 0;
}

.dpe-ges-block-m1-v1.btn-hover-container {
    position: relative;
    z-index: 510;
    padding-bottom: 1px;
    display: inline-block;
    vertical-align: inherit;
}

.dpe-ges-block-m1-v1 .hover-content {
    display: none;
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 520;
    /*opacity: 0;*/
    width: 190px;
    overflow: hidden;
}

.dpe-ges-block-m1-v1 .hover-content.pos-obs-right {
    top: 100%;
    right: 0;
    left: auto;
}

/*-------------------- DPE GES Block Model1 Version1 Colors Start -----------*/
/* Btn Hover Block */
.dpe-ges-block-m1-v1 .hover-content {
    background-color: #FFF;
    border: 1px solid #c8c8c8;
}

/* DPE-GES Block General Colors Start */
.dpe-ges-block-m1-v1 .dpe-ges-blck-txt {
    color: #505050;
    margin-bottom: 5px;
    font-size: 10px;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li span {
    color: #000;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected span {
    color: #000;
    font-weight: bold;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li > div:nth-child(1):after {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 10px solid green;
    border-left-color: inherit;
}

/* Li Selected State Colors Start */
.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected > div > div > span {
    color: #FFF;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected {
    background-color: #e1e1e1;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected div:nth-child(2) div {
    background-color: #2d2d2d;
}

.dpe-ges-block-m1-v1 .dpe-ges-graph ul li.selected div:nth-child(2) div:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 10px solid #2d2d2d;
}


/* DPE Colors Start */
.dpe-ges-block-m1-v1 .dpe-blck .dpe-ges-graph ul li:nth-child(1) > div:nth-child(1) {
    background-color: #008830;
    border-color: #008830;
}

.dpe-ges-block-m1-v1 .dpe-blck .dpe-ges-graph ul li:nth-child(2) > div:nth-child(1) {
    background-color: #48a820;
    border-color: #48a820;
}

.dpe-ges-block-m1-v1 .dpe-blck .dpe-ges-graph ul li:nth-child(3) > div:nth-child(1) {
    background-color: #b0d811;
    border-color: #b0d811;
}

.dpe-ges-block-m1-v1 .dpe-blck .dpe-ges-graph ul li:nth-child(4) > div:nth-child(1) {
    background-color: #f8f800;
    border-color: #f8f800;
}

.dpe-ges-block-m1-v1 .dpe-blck .dpe-ges-graph ul li:nth-child(5) > div:nth-child(1) {
    background-color: #f8b000;
    border-color: #f8b000;
}

.dpe-ges-block-m1-v1 .dpe-blck .dpe-ges-graph ul li:nth-child(6) > div:nth-child(1) {
    background-color: #f84800;
    border-color: #f84800;
}

.dpe-ges-block-m1-v1 .dpe-blck .dpe-ges-graph ul li:nth-child(7) > div:nth-child(1) {
    background-color: #f80000;
    border-color: #f80000;
}

/* DPE Colors End */

/* GES Colors Start -*/
.dpe-ges-block-m1-v1 .ges-blck .dpe-ges-graph ul li:nth-child(1) > div:nth-child(1) {
    background-color: #ebdcf6;
    border-color: #ebdcf6;
}

.dpe-ges-block-m1-v1 .ges-blck .dpe-ges-graph ul li:nth-child(2) > div:nth-child(1) {
    background-color: #e0c1f8;
    border-color: #e0c1f8;
}

.dpe-ges-block-m1-v1 .ges-blck .dpe-ges-graph ul li:nth-child(3) > div:nth-child(1) {
    background-color: #d8a8f8;
    border-color: #d8a8f8;
}

.dpe-ges-block-m1-v1 .ges-blck .dpe-ges-graph ul li:nth-child(4) > div:nth-child(1) {
    background-color: #d096f3;
    border-color: #d096f3;
}

.dpe-ges-block-m1-v1 .ges-blck .dpe-ges-graph ul li:nth-child(5) > div:nth-child(1) {
    background-color: #b970f2;
    border-color: #b970f2;
}

.dpe-ges-block-m1-v1 .ges-blck .dpe-ges-graph ul li:nth-child(6) > div:nth-child(1) {
    background-color: #a849ec;
    border-color: #a849ec;
}

.dpe-ges-block-m1-v1 .ges-blck .dpe-ges-graph ul li:nth-child(7) > div:nth-child(1) {
    background-color: #8813e0;
    border-color: #8813e0;
}

/* GES Colors End -*/

/*-------------------- DPE GES Block Model1 Version1 Colors End -------------*/
/*-------------------- DPE GES Block Model1 Version1 Colors End -------------*/

.dpe-block-cover.no-selected,
.dpe-block-cover.inprogress,
.dpe-block-cover.vierge,
.ges-block-cover.no-selected,
.ges-block-cover.inprogress,
.dpe-block-cover.no-selected,
.dpe-block-cover.inprogress,
.dpe-block-cover.vierge,
.ges-block-cover.no-selected,
.ges-block-cover.inprogress,
.ges-block-cover.vierge {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.dpe-ges-block-m1-v1 .hover-content .dpe-block div.no-selected {
    background: url("../images/no-dpe.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m1-v1 .hover-content .ges-block div.inprogress {
    background: url("../images/ges-inprogress.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m1-v1 .hover-content .dpe-block div.inprogress {
    background: url("../images/dpe-inprogress.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m1-v1 .hover-content .ges-block div.no-selected {
    background: url("../images/no-ges.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m1-v1 .hover-content .ges-block div.vierge {
    background: url("../images/ges-vierge.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m1-v1 .hover-content .dpe-block div.vierge {
    background: url("../images/dpe-vierge.png") no-repeat center rgba(245, 245, 245, 0.5);
}

/* For My */

.for-ges div.vierge {
    background: url("../images/ges-vierge.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.for-dpe div.vierge {
    background: url("../images/dpe-vierge.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m3 .dpe-blck .hover-content div.no-selected {
    background: url("../images/no-dpe.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m3 .dpe-blck .hover-content div.inprogress {
    background: url("../images/dpe-inprogress.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m3 .ges-blck .hover-content div.no-selected {
    background: url("../images/no-ges.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m3 .ges-blck .hover-content div.inprogress {
    background: url("../images/ges-inprogress.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m1-v2 .ges-block .dpe-block-cover div.inprogress {
    background: url("../images/ges-inprogress.png") no-repeat center rgba(245, 245, 245, 0.5);
}

.dpe-ges-block-m1-v2 .dpe-block .dpe-block-cover.inprogress {
    background: url("../images/dpe-inprogress.png") no-repeat center rgba(245, 245, 245, 0.5);
}

/********************** Listing Details Slider Model2 Starts *******************************/
/*-----------------------------------------------------------------------------------------*/

/*page4 CSS*/

.page4 {
    margin-bottom: 45px;
}

.caret {
    position: absolute !important;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    width: 13px !important;
    height: 13px !important;
    background: url("../images/arrow_list.png") no-repeat center center/contain;
    transition: all 0.3s ease-in;
}

li.dropdown.open .caret {
    transform: rotate(180deg);
    transition: 0.5s;
    margin-top: -5px;
}

div.btn-group.open .caret {
    transform: rotate(180deg);
    transition: 0.5s;
    margin-top: -5px;
}

.usericon {
    line-height: 43px !important;
    font-size: 25px !important;
    vertical-align: middle !important;
    color: white !important;
}

.contact-m2-v1 {
    margin-bottom: 20px;
    margin-top: 50px;
}

.rightcaret {
    margin-left: 15px;
}

.leftcaret {
    margin-right: 15px;
}

.input-group {
    width: 100%;
}

/*-------------------- Form Sizing Starts ----------------------*/
.form-md input:not([type='checkbox']), .form-md select, .form-md .form-control {
    padding: 9px 9px;
    height: 35px;
}

.form-md .control-label {
    height: 35px;
}

.form-lg input:not([type='checkbox']), .form-lg select, .form-lg .form-control {
    padding: 14px 9px;
    height: 45px;
}

.form-lg .control-label {
    height: 45px;
}

.form-xlg input:not([type='checkbox']), .form-xlg select, .form-xlg .form-control {
    /*padding: 16.5px 9px;*/
    height: 50px;

}

.textarea {
    height: 152px !important;
    border-radius: 0px !important;
    resize: none;
    overflow: hidden;
}

.backbtn{
    border-radius: 10px !important;
    background-color: #ececec;
    border: none;
    color: white;
    width: 180px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    font-family: Proxima Nova Regular, sans-serif;
    color: #993889 !important;
    font-weight: 100!important;
}

.backbtn>div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.backbtn:hover, .backbtn:active, .backbtn:focus   {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    color: white;
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
}


/*--- Form Wizard Content Starts ---*/
.form-wizard-m1 {
    padding-left: 0;
    padding-right: 0;
}

.form-wizard-m1 .wizard-nav {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.form-wizard-m1 .wizard-nav li {
    position: relative;
    display: inline-block;
    float: none;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    vertical-align: top;
    list-style-type: none;
    text-transform: uppercase;
    z-index: 6;
    margin-left: -0.125em;
    margin-right: -0.125em;
}

.input-group-addon {
    padding: 6px 30px !important;
    width: 85px;
    color: #fff;
    text-align: center;
    background-color: #232323;
    border: 1px solid #232323;
}

/* z-index can be set also dynamically using jquery.
In this case we don't need it as there are max 4 tabs */
.form-wizard-m1 .wizard-nav li:nth-child(2) {
    z-index: 5;
}

.form-wizard-m1 .wizard-nav li:nth-child(3) {
    z-index: 4;
}

.form-wizard-m1 .wizard-nav li:nth-child(4) {
    z-index: 3;
}

.form-wizard-m1 .wizard-nav.nav-pills > li > a {
    display: inline-block;
    padding: 0;
}

.form-wizard-m1 .previous.disabled,
.form-wizard-m1 .next.disabled {
    display: none;
}

.form-wizard-m1 .pager .next > a, .form-wizard-m1 .pager .next > span,
.form-wizard-m1 .pager .finish > a, .form-wizard-m1 .pager .finish > span {
    float: left;
}

.form-wizard-m1 .pager li {
    display: block;
    clear: both;
}

.form-wizard-m1 .wizard-nav li h2 {
    font-size: 1em;
    text-transform: none;
    text-align: center;
}

.form-wizard-m1 .wizard-nav li.active h2 {
    font-weight: bold;
}

.form-wizard-m1 .tab-content {
    padding: 0;
}

/*--- Form Wizard Content Ends ---*/

/*--- Form Wizard Options Start ---*/
.form-wizard-m1 .wizard-nav.nav-pills > li > a.border-circle {
    border-radius: 50%;
    width: 45px !important;
}

.form-wizard-m1 .pager li > a.border-rounded,
.pager li > span.border-rounded {
    border-radius: 30px;
    border: none;
    background-image: -moz-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    background-image: -webkit-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    background-image: -ms-linear-gradient(43deg, rgb(162, 149, 114) 0%, rgb(112, 101, 52) 100%);
    color: white;
    width: 180px;
    height: 50px;
    line-height: 40px;
    margin-top: 20px;

}

.form-wizard-m1 .pager li > a.border-rounded:hover {
    background-color: #9f926d;
    color: #fff;
    box-shadow: inset 0 0 0 #27496d, 0 4px 15px #193047;
    border: 1px solid #fff;
}

.wizard {
    padding: 27px;
}

.form-wizard-m1 .pager li > a.border-rect,
.pager li > span.border-rect {
    border-radius: 0;
}

/*--- Form Wizard Options End ---*/

/*--- Form Wizard Colors Start ---*/
.form-wizard-m1 .wizard-nav li {
    color: #505050;
}

.form-wizard-m1 .wizard-nav li.active {
    color: black;
}

.form-wizard-m1 .wizard-nav li .btn-info-fav-clr {
    color: #b4b4b4;
    background-color: #a3a3a3;
    border: 1px solid #a3a3a3;
}

.form-wizard-m1 .wizard-nav li.active .btn-info-fav-clr,
.form-wizard-m1 .wizard-nav li.visited-step .btn-info-fav-clr {
    color: #ffffff;
    background-color: #232323;
    border: 1px solid #232323;

}

.form-wizard-m1 .pager li > a, .form-wizard-m1 .pager li > span {
    border: 2px solid #95c819;
}

/*--------------------  Form Input Group Model1 Content Starts ----------*/
.form-input-group-m1 {
    padding-left: 12px;
    padding-right: 12px;
}

.form-input-group-m1 > div {
    padding-left: 0;
    padding-right: 0;
}

.form-input-addon label {
    width: 100%;
    padding: 0 12px;
    text-align: left;
    color: #020202;
}

.loan-simulation-m3 h3, .loan-simulation-m3 span {
    color: #555;
}

.formSectionSubTitleArea .sectionSubTitle {
    font-size: 18px;
    font-family: Proxima Nova Semibold, sans-serif;
    color: #505050;
    margin-top: 30px;
    text-indent: 15px;
    padding: 0;
    margin-bottom: 50px;
    /* padding-bottom: 15px; */
    border-bottom: 1px solid #582a82;
    text-align: center;
}

.formItemWithButtonArea {
    padding-right: 10px !important;
}

.loan-simulation-m3 .form-control {
    border-left: 1px solid #c8c8c8 !important;
}

.form-xlg .form-input-group-m1 .form-input-addon label {
    height: auto;
}

.loan-simulation-m3 .input-group {
    margin-bottom: 5px;
}

.sel {
    border-right: 1px solid #c8c8c8 !important;
}

.modal .form-control {
    font-family: Proxima Nova Regular, sans-serif;
}

.form-input-group-m1 div.form-input-col3 .form-control,
.form-input-group-m1 div.form-input-col3 .custom-multiselect-btn,
.form-input-group-m1 div.form-input-col3 .select2-selection--single,
.form-input-group-m1 div.form-input-col3 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-input-group-m1 div.form-input-col3 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
}

.form-input-group-m1.form-error.form-error-m1 .form-error-blck {
    top: 65%;
    transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
}

.form-border-rounded > input {
    border-radius: 0;
}

.legal-notes-m1 {
    color: #555;
    margin: 50px 0 25px;
}

.legal-blck-col-itm > div {
    margin-bottom: 10px;
}

/*--------------------  Form Input Group Model1 Content Ends ----------*/

/*--------------------  Form Input Group Model1 Media Query Starts ----------*/

.euro {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 10px;
    color: #FFFFFF;
    background-color: #232323;
    border: 1px solid #232323;
}

/*--------------------  Form Input Group Model2 Content Starts ----------*/
.form-input-group-m2 {
    padding-left: 0;
    padding-right: 0;
}

.form-input-group-m2 > div {
    padding-left: 0;
    padding-right: 0;
}

/* Cols for Double Input Forms without Addons Start */
.form-input-group-m2 div.form-input-col1 .form-control,
.form-input-group-m2 div.form-input-col1 .custom-multiselect-btn,
.form-input-group-m2 div.form-input-col1 .select2-selection--single,
.form-input-group-m2 div.form-input-col1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-input-group-m2 div.form-input-col1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.form-input-group-m2 div.form-input-col1 .input-group-addon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0 !important;
}

.form-input-group-m2 div.form-input-col2 .form-control,
.form-input-group-m2 div.form-input-col2 .custom-multiselect-btn,
.form-input-group-m2 div.form-input-col2 .select2-selection--single,
.form-input-group-m2 div.form-input-col2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-input-group-m2 div.form-input-col2 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 1px solid #c8c8c8;
}

.form-input-group-m2.form-error.form-error-m1 div.form-input-col2 .form-control {
    border-left: 1px solid #cd1711;
}



/* Cols for Double Input Forms with Addons Start */
.form-input-group-m2 div.form-input-col3 .form-control,
.form-input-group-m2 div.form-input-col3 .custom-multiselect-btn,
.form-input-group-m2 div.form-input-col3 .select2-selection--single,
.form-input-group-m2 div.form-input-col3 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-input-group-m2 div.form-input-col3 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.form-input-group-m2 div.form-input-col3 .input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.form-input-group-m2 div.form-input-col4 .form-control,
.form-input-group-m2 div.form-input-col4 .custom-multiselect-btn,
.form-input-group-m2 div.form-input-col4 .select2-selection--single,
.form-input-group-m2 div.form-input-col4 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-input-group-m2 div.form-input-col4 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.form-input-group-m2 .input-group-addon {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
}

/*-------------------- Form Error Block Content Starts ----------------*/
.form-error-blck {
    display: none;
}

.form-error-blck > a {
    color: #761518;
}

.form-error-blck {
    display: inline-block;
    z-index: 170;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.BLCK2 {
    position: relative;
    display: inline-block;
}

.BLCK2 > .form-error-blck {
    top: 59% !important;
    left: 224px !important;
}

/* This is for fixing form error icon positioning problem when
the drop down is opened above and the form tooltip  is under it */
.form-error.form-error-m1 .form-error-blck.form-error-blck-pos-fix {
    z-index: 110;
}

.form-error.form-error-m1 .error-btn i {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
}

.form-error.form-error-m1 .error-btn + .tooltip {
    z-index: 150;
}

.form-error.form-error-m1 .form-error-blck.search-form-error-blck {
    right: 4%;
}

/*-------------------- Form Error Block Content Ends ----------------*/

/*-------------------- Form Error Block Colors Start ----------------*/
.contact-m2-v1 .form-block-sep-page textarea {
    height: 152px;
    border-radius: 9px;
    resize: none;
    overflow: hidden;
}

.form-border-rounded .form-error.form-error-m1 input,
.form-border-rounded .form-error.form-error-m1 select,
.form-border-rounded .form-error.form-error-m1 textarea,
.form-border-rounded .form-error.form-error-m1 .custom-multiselect-btn,
.form-border-rounded .form-error.form-error-m1 .select2-selection--single,
.form-border-rounded .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-border-rounded .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 0;
}

.form-border-rect .form-error.form-error-m1 input,
.form-border-rect .form-error.form-error-m1 select,
.form-border-rect .form-error.form-error-m1 textarea,
.form-border-rect .form-error.form-error-m1 .custom-multiselect-btn,
.form-border-rect .form-error.form-error-m1 .select2-selection--single,
.form-border-rect .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-border-rect .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid #cd1711;
}

.form-border-rounded .form-error.form-error-m1 input,
.form-border-rounded .form-error.form-error-m1 select,
.form-border-rounded .form-error.form-error-m1 textarea,
.form-border-rounded .form-error.form-error-m1 .custom-multiselect-btn,
.form-border-rounded .form-error.form-error-m1 .select2-selection--single,
.form-border-rounded .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-border-rounded .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid #cd1711;

}

.form-no-border .form-error.form-error-m1 input,
.form-no-border .form-error.form-error-m1 select,
.form-no-border .form-error.form-error-m1 textarea,
.form-no-border .form-error.form-error-m1 .custom-multiselect-btn,
.form-no-border .form-error.form-error-m1 .select2-selection--single,
.form-no-border .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-no-border .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid #cd1711;
}

.form-no-border-rect .form-error.form-error-m1 input,
.form-no-border-rect .form-error.form-error-m1 select,
.form-no-border-rect .form-error.form-error-m1 textarea,
.form-no-border-rect .form-error.form-error-m1 .custom-multiselect-btn,
.form-no-border-rect .form-error.form-error-m1 .select2-selection--single,
.form-no-border-rect .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-no-border-rect .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid #cd1711;
}

.form-no-border-rounded .form-error.form-error-m1 input,
.form-no-border-rounded .form-error.form-error-m1 select,
.form-no-border-rounded .form-error.form-error-m1 textarea,
.form-no-border-rounded .form-error.form-error-m1 .custom-multiselect-btn,
.form-no-border-rounded .form-error.form-error-m1 .select2-selection--single,
.form-no-border-rounded .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-no-border-rounded .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid #cd1711;
}

.form-border-btm .form-error.form-error-m1 input,
.form-border-btm .form-error.form-error-m1 select,
.form-border-btm .form-error.form-error-m1 textarea,
.form-border-btm .form-error.form-error-m1 .custom-multiselect-btn,
.form-border-btm .form-error.form-error-m1 .select2-selection--single,
.form-border-btm .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-border-btm .form-error.form-error-m1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid transparent;
    border-bottom: 1px solid #cd1711;
}

.error-btn i {
    color: #cd1711;
}

.error-btn + .tooltip > .tooltip-inner {
    background-color: white;
    max-width: 250px;
    width: 500px;
    padding: 5px;
}

.error-btn + .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: white;
    border-width: 5px 5px 0;
    box-shadow: 1px 1px 11px 0px red;
}

.tooltip-inner {
    background-color: white;
    max-width: 250px;
    width: 500px;
    padding: 2px;
    border-radius: 6px;
    box-shadow: 1px 1px 11px 0 red;
    font-size: 16px;
    color: red;
}


.middleAgenceCont {
    width: 100%;
    overflox:hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top:150px;
}

.infoPartCont {
    flex: 50%;
}

.infoImgPart {
    align-self: flex-end;
    flex: 50%
}

.infoImgPart img {
    width: 100%;
    object-fit: cover;
}

.infoPartCont {
    display: flex;
    flex-direction: column;
    padding: 100px 15px 15px 80px;
}

.infoPartCont p {
    color: black;
    font-family:Proxima Nova Light, sans-serif;
    margin: 0 0 30px;
}

.MaininfoHeading  {
    font-size: 30px;
    line-height: 31px;
    text-transform: uppercase;
    color: #bcbbbc;
}

.MaininfoPar {
    color: #bcbbbc;
    text-transform: lowercase;
    font-size: 16px;
    font-family: Proxima Nova Light, sans-serif;
}

.MaininfoPar::first-letter {
    text-transform: uppercase;
}

.infoBtn {
    color: #932b82;
    padding: 7px 45px;
    font-size: 18px;
    border-radius: 15px;
    background: #ececec;
    border: none;
    text-transform: uppercase;
    font-family: Proxima Nova Light, sans-serif;
    transition: 0.78s;
}

.infoBtn:hover {
    padding: 7px 50px;
    letter-spacing: 2px;
    color:#932b82 !important;
}

.infoBtnCont {
    margin-top: 30px;
}
/********************** Form Error Model1 Ends  ****************************/

/*page5 CSS*/

#property-inf-submit {
    margin-top: 50px;
}

/*--------------------  Browse Model2 Content Starts ----------*/
label.browse-m2.file {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 50px;
}

.browse-m2 .file-custom {
    text-align: left;
    font-weight: normal;
    position: absolute;
    top: 1px;
    right: 2px;
    left: 2px;
    z-index: 5;
    line-height: 1.5;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.browse-m2 .file-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    height: 35px;
    position: relative;
}

.browse-m2 .file-name-inner {
    position: absolute;
    top: -1px;
    padding: 9px 3px !important;
    display: inline-block;
    height: 100%;
    width: calc(100% - 5px);
    /*border-bottom: 1px solid red;*/
}

.browse-m2 .file-custom-txt {
    height: 35px;
    position: absolute;
    top: 0;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    line-height: 1.5;
    font-weight: normal;
    padding: 9px 9px;
    text-align: center;
}

.browse-m2 .file-custom-txt i {
    font-size: 16px;
}
.browse-m2 .file-custom-left .file-custom-txt {
    left: -.075rem;
}
.browse-m2 .file-custom-left .file-name-inner {
    right: 1px;
}

.browse-m2 .file-custom-right .file-custom-txt {
    right: -.075rem;
}

.browse-m2 .file-custom-right .file-name-inner {
    left: 1px;
}

/*--------------------  Browse Model2Content Ends ----------*/

/*--------------------  Browse Model2 Sizing Starts ---------*/
.form-md .browse-m2 .file-custom,
.form-md .browse-m2 .file-name,
.form-md .browse-m2 .file-custom-txt {
    height: 35px;
}

.form-md .browse-m2 .file-name-inner,
.form-md .browse-m2 .file-custom-txt {
    padding: 9px 9px;
}

.form-md .browse-m2 .file-custom-txt i {
    font-size: 16px;
}

.form-lg .browse-m2 .file-custom,
.form-lg .browse-m2 .file-name,
.form-lg .browse-m2 .file-custom-txt {
    height: 45px;
}

.form-lg .browse-m2 .file-name-inner,
.form-lg .browse-m2 .file-custom-txt {
    padding: 12px 9px;
}

.form-lg .browse-m2 .file-custom-txt i {
    font-size: 20px;
}

.form-xlg .browse-m2 .file-custom,
.form-xlg .browse-m2 .file-name,
.form-xlg .browse-m2 .file-custom-txt {
    height: 48px;
}

.form-xlg .browse-m2 .file-name-inner,
.form-xlg .browse-m2 .file-custom-txt {
    padding: 14px 24px;
}

.form-xlg .browse-m2 .file-custom-txt i {
    font-size: 20px;
    padding: 0 20px;
}

/*--------------------  Browse Model2 Colors Start ----------*/
.file-hide {
    position: relative;
    right: 105px;
    border: none;
    outline: none;
}

.browse-m2 .file-custom {
    background-color: #fff;
    color: #555;
}

.browse-m2 .file-custom-txt {
    background-color: #232323;
    color: #ffffff;

}

/*--------------------  Browse Model2 Colors End ------------*/

.form-border-rounded .file-custom-right .file-custom-txt {
    border-radius: 0;
    border: 1px solid #c8c8c8;
}

/********************* Browse Model2 Ends ************************************/
/*---------------------------------------------------------------------------*/

/*page6 CSS*/

#loan-simualtion {
    margin: 38px 0;
}

.title-block-m1-v1.title-block-inner-clr {
    border-bottom: 1px solid #9f926d;
    margin-bottom: 20px;
}

.calculator-btn {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    background-color: #232323;
    line-height: 35px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.calculator-btn:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    color: #fff;
    background-color: #232323;
    border: none;
}



.form-control {
    border-radius: 0;
}

/*page7 CSS*/

/*page8 CSS*/

/*page9 CSS*/

.error {
    padding: 2px 0;
}

/*-------------------- Popup Contact Model2  Content Starts -----------*/
/*--- Modal General Styles Start ---*/
.popup-contact-m2 .modal-header {
    padding: 0;
    border-bottom: none;
}

.popup-contact-m2 .modal-content {
    border-radius: 0;
}

.popup-contact-m2 .modal-content > div[class*='col-'] {
    padding: 0;
}

.popup-contact-m2 .modal-content div.modal-left-content[class*='col-'] {
    margin-left: 0;
    margin-right: 0;
}

.popup-contact-m2 .modal-dialog {
    margin: 60px 25px;
}

.modal {
    z-index: 999999;
}

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

/* Modal Close Icon */
.popup-contact-m2 button.modal-close {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    top: -10px;
    right: -12px;
    opacity: 1;
    font-size: 24px;
    font-weight: 400;
    border-radius: 3px;
    z-index: 1;
}

.popup-contact-m2 button.modal-close:focus,
.popup-contact-m2 button.modal-close:hover {
    outline: none;
}

.popup-contact-m2 .modal-header .close {
    margin: -3px 0 0 0;
    z-index: 2;
}

/*--- Modal General Styles End ---*/

/*--- Modal Header Starts ---*/
.popup-contact-m2 header {
    position: relative;
}

.popup-contact-m2 .modal-img-container {
    max-height: 280px;
    overflow: hidden;
}

.popup-contact-m2 .modal-img-container img {
    width: 100%;
    height: auto;
    min-width: 150px;
}

.popup-contact-m2 .modal-logo {
    position: absolute;
    left: 50%;
    bottom: -50px;
    z-index: 10;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 1px solid #bbbbbb;
}

.popup-contact-m2 .modal-logo img {
    width: 125px;
    height: auto;
}

.popup-contact-m2 ul.modal-header-lst {
    margin: 50px 0 100px 0;
    padding: 14px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.popup-contact-m2 ul li {
    padding-left: 28px;
    padding-right: 28px;
    color: #505050;
}

/*--- Modal Header Ends ---*/

/*--- Modal Note ---*/
.popup-contact-m2 .modal-note {
    padding-left: 27px;
    padding-right: 27px;
    text-align: left;
}

/*--- Popup Contact Model2 Form Starts ---*/
.popup-contact-m2 .form-block {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 14px;
}

.popup-contact-m2 .form-block .form-col-wrapper[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.popup-contact-m2 .form-block .form-col-wrapper > div[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}

.popup-contact-m2 .form-block textarea,
.popup-contact-m2 .form-block textarea:focus {
    width: 100%;
    height: 170px;
}

.popup-contact-m2 .form-btn-container {
    padding-left: 12px;
    padding-right: 12px;
}

/*---- Popup Contact Model2 Color Starts ----*/
.popup-contact-m2 li {
    color: #ffffff;
}

.popup-contact-m2 button.modal-close,
.popup-contact-m2 button.modal-close:hover,
.popup-contact-m2 button.modal-close:focus {
    background-color: #ad93ca;
    color: #FFF;
}

.popup-contact-m2 p {
    margin: 10px 0 0 0;
    line-height: 1;
}

.popup-contact-m2 p:last-child {
    color: #ad93ca;
}

/*modal CSS*/
.modal-header {
    padding: 0;
}

.modalimage {
    vertical-align: middle;
    width: 100%;
    max-height: 345px;
    object-fit: cover
}

.modalLog {
    padding: 20px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background-color: white;
}

.modal-hover {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    height: 90px;
    align-items: center;
    overflow-y: auto;

}

.modal-dialog {
    max-width: 900px;
    width: 87%;
    margin: 120px auto;
    background-color: rgba(230, 230, 224, 0.85);
}

.modal-header-lst {
    height: 60px;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
}



.modal-content {
    border-radius: 0;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 47px;
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 300;
    z-index: 999;
}

.modal-footer {
    border-top: none !important;
}

.finish-btn {
    width: 100%
}

.finish-btn > a {
    width: 100% !important;
}

input {
    color: black;
}

.Honoraires_Agence_Inclus i {
    font-size: 12px;
    color: #9f926d;
}

.Honoraires_Agence_Inclus p i {
    font-size: 12px;
    color: #9f926d;
}

.btn-voirPlus {
    color: #a29572;
    font-family: Ek Mukta Regular, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid transparent;
    outline: none !important;
    background: none;
    transition: all 0.2s ease-in;
    padding: 6px 12px;
    margin-top: 13px;
}

.btn-voirPlus:hover {
    color: #a29572;
    border: 1px solid #a29572;
    background: none;
}

.btn-voirPlus .glyphicon-menu-right {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../images/arrow_more.png) no-repeat center center;
}

.btn-voirPlus .glyphicon-menu-right:before {
    display: none;
}

.picturedNavbar > div {
    position: relative;
}

.picturedNavbar > div::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    width: calc(100% - 30px);
    height: 30px;
    background: url(../images/simple_block.png) no-repeat center center;
}

.picturedNavbar > div:hover::after {
    bottom: -65px;
    background: url("../images/hovered_block.png") no-repeat center center;
    /*width: 100%;*/
    transform: scale(1.1);
}

.main_page_gallery {
    background-color: #ececec;
    margin-top: 122px;
    position: relative;
}


.mp_gallery_header {
    margin: 20px 0 45px;
    background: linear-gradient(to left, rgba(255, 255, 255, -5), rgba(255, 255, 255, 5), rgba(255, 255, 255, 5), rgba(255, 255, 255, -5));
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    font-family: Proxima Nova Light, sans-serif;
    font-size: 28px;
    box-shadow: 3px 0 21px rgba(0, 0, 0, 0.14);
}

.title-text-block .sectionTitle {
    font-family: Proxima Nova Light, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #932b82;
    font-weight: 100;
    margin-top: 0;
}

.sectionTitle {
    font-family: Proxima Nova Regular, sans-serif;
    font-size: 30px;
    color: #932b82;
    margin: 0;
}

form .formButtonArea {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}

.batserach3 {
    background: #ececec;
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.75);
    width: 24%;
    border-radius: 20px;
    height: 40px;
    font-size: 18px;
    font-family: Proxima Nova Regular, sans-serif;
    color: #9f4590;
    border: none;
    margin-left: 14px;
    margin-top: -3px;
    text-transform: uppercase;
    margin-bottom: 55px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.batserach3:hover {
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);

    transform: scale(1.15);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (max-width: 767px) {
    #myNavbar>ul:nth-child(2) {
        margin-top: -8px;
    }
    .footerInfoCont {
        margin: 0;
    }
    .contact_form_first {
        margin-top:20px;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .mobile-padding-left-right0 {
        padding-left:0;
        padding-right:0;
    }

    .mobile-padding-left-right0-important {
        padding-left:0!important;
        padding-right:0!important;
    }

    .mobile-margin-left-right0 {
        margin-left:0;
        margin-right:0;
    }
    .for_pad1.for_pad2, .for_pad1.for_pad2.secondContant {
        padding: 0 !important;
    }

    .for_pad2.for_pad1.telephone {
        padding-left: 0 !important;
    }
}
.mp_gallery_header h1 {
    font-size: inherit;
    font-family: inherit;
    text-transform: uppercase;
    margin: 0;
}

.db_fiche {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    height:100%;
}

.db_fiche>a{
    height:100%;
    padding-left:0;
    padding-right:0;

}
.owl-carousel .owl-item img{
    height:100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.slider-second-info-cont{
    height:100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    background-color: #ececec;

}
.footer-slider-def-pic-cont {
    background-color: white;
    display:flex;
    justify-content: center;
    align-items: center;
    oveflow: hidden;
}

.ourSecondCarousel .owl-item a.footer-slider-def-pic-cont img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.owl-carousel .owl-stage-outer {
    height: 410px;
}

.owl-carousel .owl-stage{
    height:100%;
}

.owl-carousel.owl-drag .owl-item{
    height:100%;
}

.ourSecondCarousel .owl-nav{
    background-color: #ececec;
    height: 60px;
    width: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 0;
    display: flex;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.owl-grab .owl-nav{
    opacity: 0;
}

.footer-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.carusel-middle-grey-square {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -87px;
    z-index: 2;
}

.footer-carusel-mid-cont > .owl-nav {
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100px;
    height:100px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.footer-carusel-mid-cont > .owl-nav > .owl-prev {
    background-image: url(../images/left_grey_arrow.png);
    background-size: cover;
    width: 4vmin;
    height: 8vmin;
}
.footer-carusel-mid-cont > .owl-nav > .owl-next {
    background-color: transparent;
    background-image:url(../images/right_arrow_grey.png);
    background-size: contain!important;
    height: 4vmin;
    width: 3vmin;
}

.footer-carusel-mid-cont > .owl-nav > .owl-prev, .footer-carusel-mid-cont > .owl-nav > .owl-next {
    background-repeat: no-repeat;
    background-position: 0;
    transition: all 0.1s;
    position: unset !important;
    background-size: cover;
    margin-left: 15px;
}

#myNavbar {
    margin-right: 64px;
}

.slider-second-info-cont > div:nth-child(1) {
    font-size: 30px;
    font-family: Kiona, sans-serif;
    color: black;
    font-weight: 300;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.slider-second-info-cont > div:nth-child(2) {
    font-size: 40px;
    font-family: Kiona, sans-serif;
    color: #582a85;
    font-weight: 600;
    margin-bottom: 18px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.slider-second-info-cont > div:nth-child(3) {
    color: #282828;
    font-family: Proxima Nova Thin, sans-serif;
    font-size: 30px;
    text-align:center;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    line-height:27px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 57px;
    height: 57px;
    overflow-y: hidden;

}
.db_prix {
    font-size: 40px;
    font-family: Kiona, sans-serif;
    color: #414142;
    font-weight: 600;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    margin-top:10px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.db_fiche > div.db_plusinfos {
    color: #a29572;
    font-family: Proxima Nova Regular, sans-serif;
    margin-top: 15px;
    cursor: pointer;
    display: none;
}

.db_ville {
    text-transform: uppercase;
}

.owl-nav .fa-chevron-left:before,
.owl-nav .fa-chevron-right:before {
    display: none;
}
.owl-prev {
    background-image: url(../images/grey_left_arrow.png);
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    top: 12px;
    left: 1px;
    background-position: bottom;
    cursor:pointer;
    transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
}

.owl-next {
    background-image:url("../images/grey_right_arrow.png");
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    top: -16px;
    background-position: bottom;
    right:1px;
    cursor:pointer;
    transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;

}

.owl-prev:hover{
    filter: drop-shadow(-3px 1px 1px grey);
    -moz-filter: drop-shadow(-3px 1px 1px grey);
    -o-filter: drop-shadow(-3px 1px 1px grey);
    transform: scale(1.2) rotate(-45deg);
    -moz-transform: scale(1.2) rotate(-45deg);
    -o-transform: scale(1.2) rotate(-45deg);
}

.owl-next:hover{
    filter: drop-shadow(2px 0px 1px grey);
    -moz-filter: drop-shadow(2px 0px 1px grey);
    -o-filter: drop-shadow(2px 0px 1px grey);
    transform: scale(1.2) rotate(-45deg);
    -moz-transform: scale(1.2) rotate(-45deg);
    oz-transform: scale(1.2) rotate(-45deg);
}

.footer_bottom {
    height: 110px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
}

.IWS_logo {
    background: url(../images/IWS_logo.png) no-repeat center center;
    background-size: 100%;
    width: 167px;
    height: 85px;
}

.footer-copyright-block > div {
    display: flex;
    align-items: center;
}
.footer-copyright-block > div.footer-copyright-logo {
    justify-content: space-between;
    width: 57%;
}
.footer-m2 .footer-copyright-info {
    width: 43%;
}
.footer-copyright-block > div.footer-copyright-logo .row-col-auto-w.text-left-m.text-right-d {
    width: 100%;
    justify-content: space-between;
}
.footer-contacts-header {
    font-family: Proxima Nova Light, sans-serif;
    font-size: 30px;
}

.info_image {
    width: 100%;
}

.container {
    max-width: 100%;
}

.tab-pane .accordion-group, .tab-pane .batserach {
    display: inline-block;
}

.content.listing_type.simul .container > .row {
    margin-right: -15px;
    margin-left: -15px;
}
.content.listing_type.simul .container > .row {
    margin-right: 0;
    margin-left: 0;
}

.reche_agence_bottom-left-cont {
    align-items: flex-start;
}
.content.recherche.listing_type .container,
.content.conf.listing_type .container,
.content.simul.listing_type .container,
.content.contact.listing_type .container,
.content.mentions_legales.listing_type .container,
.content.honoraires.listing_type .container {
    padding-top: 0;
}

.content.recherche.listing_type .container .title-block,
.content.simul.listing_type .container .title-block,
.content.contact.listing_type .container .title-block,
.content.mentions_legales.listing_type .container .title-block,
.content.honoraires.listing_type .container .title-block {
    margin-top: 0;
}

.bottom.invisible_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-middlle-cont {
    margin: auto;
    margin-top:160px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.footer-contacts-partners-bg {
    padding-bottom: 50px;
    border-bottom: 2px solid transparent;
    -o-border-image: -o-linear-gradient(left, white 0%, #797979 50%, white 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, #797979), to(white));
    border-image: linear-gradient(90deg, white 0%, #797979 50%, white 100%);
    padding-bottom: 25px;
    border-image-slice: 2;
    position: relative;
    z-index: 9998;
    border-top: 0 !important;
    /* border-right: 0 !important; */
    border-left: 0 !important;
}
.openSelect {
    background: url('../images/arrow_list_up.png') no-repeat calc(100% - 8px) center/10px, white;
}

.footer-links-cont_ {
    padding:20px 50px;
}
br.gestion_head_br {
    display: none;
}
#mentionLegales {
    position: relative;
}
.footer-bottom-links {
    top: 0;
    border-top: 1px solid white;
    max-height: 100px;
    overflow-y: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    scrollbar-width: 0;
    scrollbar-color: transparent transparent;
}
.footer-bottom-links::-webkit-scrollbar {
    display: none;

}


#footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


@-moz-document url-prefix() {
    .picturedNavbarItem > a {
        position: relative;
        height: 100%;
        display: block;
    }

    .picturedNavbar {
        overflow: visible;
    }

    .navbar-inverse .navbar-nav > li:hover a {
        font-weight: normal;
    }
    .select2-container--default .select2-selection--single[aria-labelledby="select2-location-container"] .select2-selection__arrow b {
        height: calc(200% - 3px);
    }
}

@media (max-width: 1800px) {
    .container-fluid.middle-flex-with-2_01::before {
        transform: scale(0.8);
        left: -50px;
    }
    .container-fluid.middle-flex-with-2_01::after {
        top: 219px;
        right: -39px;
        transform: scale(0.8);
    }
    .Parces,
    .Parce {
        font-size: 18px;
    }
    .btn-voirPlus {
        margin-top: 5px;
    }
}
@media (max-width: 1750px) {
    #loan-simul.container {
        width: 100%;
    }
}
@media (max-width: 1724px) {
    .middle-flex-with-3 > div > p:nth-child(3){
        font-size:17.8px;
    }
    .br_ {
        display: none;
    }
}
@media (max-width: 1710px) {
    .arrow_shape {
        min-height: 400px;
    }
    .bienWrapper div:before {
        top: -6%;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -125px;
    }
}
@media (max-width: 1680px) {
    .Navlogo > div > a > img {
        margin-top: 20px;
        left: -77px;
        position: relative;
    }
    #gestion_locative .agence_title {
        top: -22%;
    }
    .middle_3_conts_heading {
        font-size: 25px;
    }
}
@media (max-width: 1645px) {
    #myNavbar {
        margin-right: 0;
    }

    .black_opacity_cont{
        padding-left:40px;
    }
}
@media (max-width: 1630px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2){
        font-size:19px;
    }
}
@media (max-width: 1625px) {
    .container-fluid.middle-flex-with-2_01::before {
        transform: scale(0.6);
        left: -99px;
    }

    .container-fluid.middle-flex-with-2_01::after {
        transform: scale(0.6);
        top: 199px;
        right: -80px;
    }

    .Navlogo + .container-fluid {
        background: rgba(255, 255, 255, 0.5);
    }
}
@media (max-width: 1600px) {
    .container.simulDePret {
        width: 90%;
    }
    .infoPage_info .agance-text {
        width: 92%;
    }
    .programmesNeufs #main-header {
        top: 4%;
    }
    .agance-text, .agance-contacts-text {
        font-size: 17px;
    }
    .listingCity #main-header {
        top: 10%;
    }
}
@media (max-width: 1584px) {
    .Navlogo {
        background-size: 25%;
    }
}
@media (max-width: 2070px) {
    .col-xs-12.text-right.footer-contacts {
        width: 32%;
    }
}
@media (max-width: 1712px) {
    .col-xs-12.text-right.footer-contacts {
        width: 37%;
    }
}
@media (max-width: 1550px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size:14px;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -110px;
    }
    .bienWrapper div:before {
        top: -2%;
    }
    .col-xs-12.text-right.footer-contacts {
        flex-direction: column;
        width: unset;
    }
    .footer-fb-icon {
        margin-bottom: 15px;
    }
    .agence-fotter-cont_with2 {
        align-items: flex-end;
    }
}
@media (max-width: 1520px) {
    .title-text-block .sectionTitle{
        font-size:29px;
    }
}
@media (max-width: 1500px) {
    .middle-flex-with-3 > div > hr{
        width:100%!important;
    }
    .estimePage #main-header {
        top: 5%;
    }
    .IWS_logo {
        width: 150px;
        height: 70px;
    }
    .footer-copyright-block .footer-copyright-links-cont a {
        font-size: 13px;
        line-height: 1;
    }
    .footer-copyright-logo img.vector_DmaisonsImg {
        width: 170px;
    }
    .container.simulDePret {
        width: 98%;
    }
    .container.rechContainer, .container.contact_Container {
        width: 100%;
    }
    .navbar .navbar-nav li .caret {
        right: 0;
        width: 8px !important;
        height: 8px !important;
    }
}
@media (max-width: 1470px) {
    .black-opacity-cont-text{
        font-size:20px;
    }
    .middle_3_conts_heading{
        font-size: 26px;
    }
    .agance-second-heading {
        font-size: 26px;
    }
}
@media (max-width: 1455px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size:13px;
        padding-left:10px;
        padding-right:10px;
    }
}
@media (max-width: 1440px) {
    .img-responsive.logo{
        margin-left: 1px;
    }
    #myNavbar{
        margin-right:0;
    }
    .middle-flex-with-3 > div > hr{
        width:100%!important;
    }
}
@media (max-width: 1423px) {
    .footer-m2 .footer-top-links li a{
        font-size:14px;
    }
}
@media (max-width: 1415px) {
    .owl-carousel .owl-stage-outer {
        height: 375px;
    }
}
@media (max-width: 1410px) {
    .black-opacity-cont-text {
        font-size: 20px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 16px;
    }
}
@media (min-width: 1400px) and (max-width: 1600px ) {
    .header-darkmenu {
        justify-content: flex-end;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 17px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 30px;
    }
    .slider-second-info-cont > div:nth-child(1) {
        font-size: 25px;
    }
    .slider-second-info-cont > div:nth-child(2) {
        font-size: 35px;
    }
    .slider-second-info-cont > div:nth-child(3) {
        font-size: 25px;
    }
    .db_prix {
        font-size: 35px;
    }
    .footer-contacts p:nth-child(1) {
        font-size: 30px;
    }
    .footer-contacts p:nth-child(2) {
        font-size: 20px;
    }
}
@media (max-width: 1405px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 16px;
    }
}
@media (max-width: 1400px) {
    .footer-middlle-cont {
        margin-top: 165px;
    }
    .Parces, .Parce {
        max-width: 100%;
        width: 100%;
        font-size: 17px;
        margin: 50px auto 0;
    }
    .container.simulDePret .Parce {
        margin: 50px auto;
    }
    .container.rechContainer {
        padding: 0;
    }
    .container.contact_Container .Parce {
        text-align: center;
    }
    .black-opacity-cont-text {
        font-size: 20px;
        margin-top: -1px;
    }

    .middle_3_conts_heading{
        font-size: 22px;
        line-height: 26px;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -100px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 32px;
    }

    .middle-flex-with-2_02 > div:nth-child(1)>div{
        width: 55%;
    }
    .footer-m2 .footer-btm-links li {
        padding: 0 15px 5px 0;
    }
    .container.simulDePret {
        width: 100%;
    }
}
@media (max-width: 1399px) {
    .footer-contacts p:nth-child(2){
        font-size:1.4em;
    }

    .footer-contacts p:nth-child(1){
        font-size:2.3em;
    }

    .slider-second-info-cont > div:nth-child(1) {
        font-size: 25px;
    }

    .slider-second-info-cont > div:nth-child(2) {
        font-size: 35px;
    }

    .slider-second-info-cont > div:nth-child(3) {
        font-size:25px;
    }

    .db_prix {
        font-size: 35px;
    }
}
@media (max-width: 1395px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1){
        font-size:32px;
    }
}
@media (max-width: 1386px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 32px;
    }
}
@media (max-width: 1381px) {
    .Navlogo > div > a > img{
        width: 80%;
    }
}
@media (max-width: 1375px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 31px;
    }
    .infos-main-cont .agence_title, #gestion_locative .agence_title {
        top: -19%;
    }
    .align-center-heading {
        font-size: 28px;
    }
    .infoPage_info {
        padding-left: 25px;
    }
}
@media (max-width: 1371px) {
    .title-text-block .sectionTitle {
        font-size: 28px;
    }
}
@media (max-width: 1370px) {
    #listing-details > .section-bg {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1366px) {

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 16px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) {
        bottom: -1px;
        left: 34px;
        right: 0;
        width: 40%;
    }
    .middle-flex-with-3 > div > hr{
        width:66%;
    }
    .middle-flex-with-3 > div > p:nth-child(3){
        text-align:left;
    }

    .middle_3_conts_heading {
        font-size: 22px;
    }
}
@media (max-width: 1360px) {
    .container.simulDePret {
        width: 92%;
        padding: 0;
    }
}
@media (max-width: 1346px) {
    .footer-m2 .footer-top-links li a {
        font-size: 13.5px;
    }
}
@media (max-width: 1350px) {
    .black-opacity-cont-text {
        font-size: 19px;
    }
    .black_opacity_cont {
        bottom: 20px;
    }
    .IWS_logo {
        width: 140px;
    }
    .footer-copyright-logo img.vector_DmaisonsImg {
        width: 160px;
    }
    .footer-copyright-block-bg.container {
        padding: 0;
    }
}
@media (max-width: 1335px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1){
        font-size:29px;
    }
    .agance-second-heading {
        font-size: 24.5px;
    }
}
@media (max-width: 1330px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 15.5px;
    }
}
@media (max-width: 1327px) {
    .title-text-block .sectionTitle {
        font-size: 27px;
    }
}
@media (max-width: 1310px) {
    .middle-flex-with-2_02 > div:nth-child(1)>div{
        width: 100%;
        padding-left:20%;
    }
    .footer-m2 .footer-top-links li{
        margin:10px;
    }
}
@media (max-width: 1300px) {
    #myNavbar{
        margin-right:0;
        width: 100%;
    }
    .navbar .navbar-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    br.gestion_head_br {
        display: block;
    }
    .IWS_logo {
        width: 125px;
    }
    .footer-copyright-logo img.vector_DmaisonsImg {
        width: 150px;
    }
    .middle_3_conts_heading {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
        min-height: 72px;
    }
    .middle-flex-with-3 > div > hr {
        margin: 25px auto 30px;
    }
    .footer-middlle-cont {
        margin-top: 150px;
    }
    .footer-m2 .footer-copyright-logo {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo div:nth-child(2) {
        margin-left: 5px;
    }
    .container.recherchez-vous-main .contact_form_first,
    .container.recherchez-vous-main #rech_agence_second_title + .shadow-border.form-border-rect {
        width: 90%;
        margin-left: 5%;
    }
    .infos-main-cont .agence_title, #gestion_locative .agence_title {
        top: -21%;
    }
    .bienWrapper div:before {
        top: 0;
    }
}
@media (max-width: 1296px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 15.2px;
    }
}
@media (max-width: 1295px) {
    .black-opacity-cont-text {
        font-size: 18px;
    }
}
@media (max-width: 1293px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 29px;
    }
}
@media (max-width: 1290px) {
    .black-opacity-cont-text {
        font-size: 17px;
    }
}
@media (max-width: 1286px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 28px;
        line-height: 40px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 15px;
    }
    .middle_3_conts_heading {
        font-size: 1.5em;
    }
    .middle-flex-with-3 > div > p:nth-child(3) {
        font-size: 16px;
    }
}
@media (max-width: 1281px) {
    .title-text-block .sectionTitle {
        font-size: 26px;
    }
}
@media (max-width: 1280px) {
    .footer-m2 .footer-top-links li a {
        font-size: 12px;
    }
    .programmesNeufs #main-header {
        top: 3%;
    }
}
@media (max-width: 1275px) {
    .Navlogo > div > a > img {
        width: 70%;
    }
}
@media (max-width: 1270px) {
    span.lagance-footer-contact-text {
        font-size: 22px;
    }
    .agance-second-heading{
        font-size: 23px;
    }
    .agence-fotter-cont_with2 {
        margin-top: 50px;
    }
    .agency-block-content {
        padding-top: 50px;
    }
    .info_agence_present .agance-text {
        font-size: 16px;
        margin-bottom: 0;
    }
}
@media (max-width: 1250px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 14.5px;
    }
    .agance-text{
        font-size:1.1em;
    }
    #loan-simul.container {
        padding: 0 30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding-left:8px;
        padding-right:8px;
    }
    .footer-m2 .footer-copyright-info {
        width: 45%;
    }
    .footer-copyright-block > div.footer-copyright-logo {
        width: 55%;
    }
}
@media (max-width: 1245px) {
    .listing-seemore-btn-cont {
        padding-right: 0;
        display: flex;
        justify-content: center;
        margin-top:10px;

    }
    .listing-top-form-cont, .checkbox{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .listing-inps-cont2{
        margin-left:20px;
    }
    .multiselect {
        width: 218px;
    }
    .SeeMore2{
        margin-right:-8px;
    }
    .listingCity #main-header {
        top: 8%;
    }
}
@media (max-width: 1240px) {
    .middle-flex-with-3>div{
        margin-bottom:57px;
    }
    .title-text-block .sectionTitle {
        font-size: 25px;
    }
}
@media (max-width: 1235px) {
    .Navlogo > div > a > img {
        width: 70%;
    }
}
@media (max-width: 1230px) {
    .black_opacity_cont{
        padding-left:30px;
    }
    .black-opacity-cont-text {
        font-size: 18px;
    }
}
@media (max-width: 1225px) {
    .black-opacity-cont-text {
        font-size: 17px;
    }
    .footer-middlle-cont {
        margin-top: 140px;
    }
}
@media (max-width: 1220px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 25px;
        line-height: 32px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 1em;
    }

    .Navlogo > div > a > img {
        width: 60%;
        left: -94px;
    }
}
@media (max-width: 1218px) {
    .batserach, .SeeMore2 {
        width: 123px;
    }
}
@media (max-width: 1215px) {
    .infos-main-cont{
        width: 100%;
    }
    #main-header, .agence_title {
        top: 4%;
    }
}
@media (max-width: 1210px) {
    .middle-flex-with-3 > div > p:nth-child(3)>.br_{
        display: none;

    }
    .listing-inps-cont2{
        justify-content: flex-start;
        margin-left: 15px;
    }
}
@media (max-width: 1206px) {
    .Navlogo + .container-fluid {
        background: rgba(255, 255, 255, 0.8);
    }
    .nav > li > a {
        padding: 10px 7px;
    }
}
@media (max-width: 1205px) {
    .multiselect {
        width: 216px;
    }
}
@media (max-width: 1203px) {
    .batserach, .SeeMore2 {
        width: 120px;
    }
}
@media (max-width: 1200px) {
    .lst-img-caption-btm-btns > h2 {
        font-size: 19px;
    }

    .lst-img-caption-btm-btns > h2 {
        font-size: 19px;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -80px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3){
        left: 0;
        right: 0;
        margin: auto;
        bottom: -38px;
    }
    #loan-simul .label-text {
        display: block;
        width: 100%;
    }
    #loan-simul .formItemWithButtonArea {
        width: 80%
    }
    #loan-simul .formItemWithButtonArea.new-simulation1,
    #loan-simul .formItemWithButtonArea.new-simulation2 {
        width: 70%
    }
    .formItemButtonLike.new-simulation1,
    .formItemButtonLike.new-simulation {
        width: 30%;
    }
    .formItemButtonLike {
        width: 20%
    }
    #loan-simul .nombreMens, #loan-simul .nombreDannees {
        width: 100%;
    }

    .middle-flex-with-2_01 > div:nth-child(1){
        display:none;
    }

    .middle-flex-with-2_01 > div:nth-child(2) {
        padding: 0;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 39px;
        line-height: 48px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .middle-flex-with-3{
        flex-direction: column;
    }

    .middle-flex-with-3>div{
        width:60%;
        margin:auto;
    }

    .middle-flex-with-3 > div > p:nth-child(3) {
        text-align: center;
        font-size: 22px;
        font-weight: unset;
    }
    .middle-flex-with-2_02{
        flex-wrap: unset;
    }

    .middle-flex-with-2_01 > div:nth-child(2){
        padding-right:15px;
    }

    .middle_3_conts_heading {
        font-size: 1.35em;
    }

    .middle_3_cont_first_btn{
        font-size: 15px;
        margin-top: 25px;
    }

    .batserach, .SeeMore2 {
        width: 117px;
    }

    .owl-carousel .owl-stage-outer {
        height: 321px;
    }

    .Navlogo > div > a > img {
        width: 66%;
    }
    .footer-m2 .footer-copyright-block {
        flex-direction: column-reverse;
        width: 100%;
        flex-wrap: nowrap;
        margin-top: 15px;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo div:nth-child(1) {
        width: 100%;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo div.IWS_logo {
        width: 135px;
    }
    .footer-m2 .footer-copyright-logo {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
        justify-content: space-between;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo .creationLinksLogo {
        width: 70%;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo .text-right-d .row-col-auto-w.vtop {
        width: 30%;
    }
    .footer-m2 .footer-copyright-info {
        width: 100%;
    }
    .footer-links-cont_ {
        padding: 13px 50px;
    }
    .footer-m2 .footer-btm-links ul {
        height: 50px !important;
        max-height: 50px !important;
    }
    .footer-copyright-block > div.footer-copyright-logo {
        width: 100%;
    }
    .footer-copyright-block-bg.container {
        padding: 0 4%;
    }
}
@media (max-width: 1199px) {
    .formgroup {
        margin: 0 auto;
    }

    .middle_3_conts_heading {
        font-size: 25px;
    }

    .middle-flex-with-3 > div > p:nth-child(3){
        font-size:20px;
    }

    .middle_3_conts_heading {
        font-size: 28px;
        line-height: 33px;
        min-height: auto;
    }
    .middle_3_conts_heading br {
        display: none;
    }
    .middle-flex-with-3 > div {
        width: 100%;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .middle-flex-with-3 > div > hr {
        margin: 20px auto;
    }

    .middle-flex-with-3 > div > p:nth-child(3) {
        text-align: center;
        font-size: 18px;
    }

    .main_page .Parces {
        font-size: 17px;
    }

    .text-info {
        padding: 26px 12px 12px !important;
    }


    .footer-m2 .footer-top-links-clr {
        height: auto;
    }

    .footer-m2 .footer-top-links ul {
        display: block;
    }

    .SeeMore2{
        width:250px;
    }

    .multiselect, .batserach, .SeeMore2 {
        width: 177px;
    }

    .multiselect{
        font-size:14px;
    }

    .listing-inps-cont2 {
        margin-left: 13px;
    }

    .listing-top-form-cont, .checkbox{
        align-items: flex-start;
    }

    .listing-apartment-price{
        font-size:20px;
    }
}
@media (max-width: 1185px) {
    .footer-fb-icon{
        right:15px;
        top:15px;
    }
    .agance-second-heading {
        font-size: 21px;
    }
    span.lagance-footer-contact-text {
        font-size: 19px;
    }
}
@media (max-width: 1175px) {
    .Navlogo > div > a > img {
        width: 60%;
    }
}
@media (max-width: 1165px) {
    .black-opacity-cont-text {
        font-size: 17px;
    }
}
@media (max-width: 1160px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 9px;
    }
}
@media (max-width: 1152px) {
    .footer-m2 .footer-top-links li a {
        font-size: 14px;
    }

    .footer-m2 .footer-top-links li{
        margin:8px;
    }

    .footer-middlle-cont {
        margin-top: 151px;
    }
}
@media (max-width: 1150px) {
    .black-opacity-cont-text {
        font-size: 16px;
    }

    .Navlogo > div > a > img {
        width: 61%;
        margin-top: 47px;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 13.5px;
    }
}
@media (max-width: 1135px) {
    .footer-contacts p:nth-child(2) {
        font-size: 1.3em;
    }
    .footer-contacts p:nth-child(1) {
        font-size: 2.15em;
    }
    .footer-m2 .footer-btm-links a{
        font-size: 14px;
    }
}
@media (max-width: 1125px) {
    .footer-contacts p:nth-child(1) {
        font-size: 1.9em;
    }
}
@media (max-width: 1120px) {
    .agance-text {
        font-size: 1em;
    }
}
@media (max-width: 1110px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 1.6em;
        line-height: 28px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 13.5px;
    }
}
@media (max-width: 1105px) {
    .black-opacity-cont-text{
        font-size:16px;
    }
}
@media (max-width: 1100px) {
    .Navlogo > div > a > img {
        width: 58%;
        margin-top: 48px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 8px;
        font-size:13px;
    }
    .listing-apartment-price{
        font-size:20px;
    }
    .black_opacity_cont {
        bottom: 15px;
    }
    .middleAgenceCont {
        margin-top: 50px;
    }
    #main-header.titleID, .agence_title.titleID, #nosHonoraires .title-text-block {
        margin-top: -50px;
        padding: 50px 15px 0;
        height: 210px;
    }
}
@media (max-width: 1090px) {
    .black_opacity_cont{
        padding-left:40px;
    }
}
@media (max-width: 1070px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 13px;
    }
}
@media (max-width: 1065px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 7px;
    }

    .owl-carousel .owl-stage-outer {
        height: 300px;
    }
}
@media (max-width: 1060px) {
    .footer-middlle-cont{
        height:275px;
    }

    .footer-m2 .footer-copyright-block{
        justify-content: center;
    }

    .middle_3_conts_heading>br{
        display: none;
    }
}
@media (max-width: 1055px) {
    .black-opacity-cont-text {
        font-size: 15px;
    }
}
@media (max-width: 1050px) {
    .middle-flex-with-2_02 > div:nth-child(1)>div{
        padding-left: 0;
    }
    .infos-main-cont .agence_title, #gestion_locative .agence_title {
        top: -19%;
    }
    .listingCity #main-header {
        top: 6%;
    }
}
@media (max-width: 1035px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2)>br{
        display: none;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 14px;
    }
}
@media (max-width: 1025px) {
    .agency-block-content{
        padding-left:7px;
        padding-right:7px;
    }
    .agance-second-heading {
        font-size: 1.6em;
    }
    .agence-fotter-cont_with2>div{
        padding-right:0;
    }
}
@media (max-width: 1024px) {
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) {
        left: 42px;
        right: 0;
        width: 40%;
    }
    .black-opacity-cont-text {
        font-size: 14px;
    }
}
@media (max-width: 1020px) {
    #middle-flex-with-2_02-p-1 {
        text-align: center;
        margin-left: 13px;
    }
}
@media (max-width: 1015px) {
    .middle_3_conts_heading {
        font-size: 24px;
    }
}
@media (max-width: 1000px) {
    .forms_main{
        width: 100%;
    }
    .white-list.main_page {
        width: calc(100% - 50px);
    }
    .black_opacity_cont img {
        margin-top: -197px;
        width: 300px;
    }
    .text-info {
        padding: 20px 12px 12px !important;
    }
    .header-darkmenu {
        justify-content: flex-end;
    }
    .img-responsive.logo {
        position: relative;
        left: -73px;
        top: 5px;
    }


    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
    }

    #nav-icon3 {
        top: 50px;
    }

    .black-opacity-cont-text {
        font-size: 1.5vmin;
        font-family: Proxima Nova Light, sans-serif;
        margin-left: 14px;
        margin-top: -7px;
    }

    .container-fluid.middle-flex-with-2_01 {
        top: 12px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) {
        margin-top: 15px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(3) {
        bottom: -59px;
        left: 203px;
    }


    .middle-flex-with-2_02 > div {
        margin-bottom: 67px;
    }

    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2){
        margin-bottom:65px;
    }


    .footer-m2 .footer-top-links li {
        display: inline-block !important;
    }

    .footer-contacts p:nth-child(1) {
        font-size: 23px;
    }

    .footer-contacts p:nth-child(2) {
        font-size: 17px;
    }

    .footer-m2 .footer-btm-links ul {
        margin-top: 20px;
    }

    .buttonCall{
        /* margin-top: -10px; */
    }

}
@media (max-width: 996px) {
    .multiselect, .batserach, .SeeMore2 {
        width: 169px;
    }

    .listing-inps-cont2 {
        margin-left: 20px;
    }
}
@media (max-width: 993px) {
    .title-text-block .sectionTitle {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    #myNavbar{
        background: rgba(256,256,256,1);
        position: absolute;
        top: 75px;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99999;
        max-height: 340px;
        overflow-y: auto!important;
        overflow-x: hidden !important;
        padding: 0 !important;
        scrollbar-width: 0;
        scrollbar-color: transparent transparent;
    }
    #myNavbar::-webkit-scrollbar {
        display: none;
    }
    .dropdown-menu {
        border-radius: 0!important;
    }
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > li > a {
        background-color: transparent !important;
    }
    .navbar-inverse .navbar-nav > .active, .navbar-inverse .navbar-nav li:hover {
        background-color: rgba(0,0,0,.2);
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }
    .navbar-collapse li .caret {
        right: -8px;
        width: 9px !important;
        height: 9px !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: -55px;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0;
        overflow-x: hidden;
        display: block !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

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

    #search .filter-block-col1 {
        float: none !important;
    }

    .main {
        margin-top: 60px;
    }

    .Ceour4.agence_title > h1 {
        font-size: 24px !important;
    }

    .white-list.main_page {
        top: -41px;
    }

    .white_black_opacity_contlogo img {
        margin-top: -118px;
    }

    .black_opacity_cont::after {
        bottom: 56px;
    }

    .picturedNavbar {
        margin-top: 144px;
    }

    .main_page_gallery {
        margin-top: 250px;
    }

    .Navlogo + .container-fluid {
        background: none;
    }

    .iconsservise {
        text-align: center;
    }

    .form-wizard-m1 .wizard-nav li:nth-child(4n+3):not(:first-of-type):before {
        display: none;
    }

    .footer-m2 .footer-copyright-block {
        justify-content: center;
    }
    .agance-text {
        font-size: 13.5px;
    }

    .black_opacity_cont{
        width:100%!important;
        height: auto!important;
    }
    .footer-middlle-cont{
        height: 300px;
    }

    .middle-flex-with-2_02 > div:nth-child(1){
        margin:auto;
        width:100%;
    }

    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(1){
        display:none;
    }

    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2){
        display:block!important;
        width:100%;
        padding-right:0;
    }

    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div{
        display: grid;
        justify-content: space-between;
        grid-template-columns: 1fr 1fr;
    }

    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div>div{
        font-family: Kiona, sans-serif;
        font-size: 50px;
        transition: all 0.4s;
        color: #050505;
        text-align:center;
    }

    .middle-flex-with-2_02 > div:nth-child(1) > div > img {
        height: auto;
        margin-top: 20px;
        margin-bottom: -5px;
        -webkit-filter: drop-shadow(2px 4px 6px black);
        -moz-filter: drop-shadow(2px 4px 6px black);
        -o-filter: drop-shadow(2px 4px 6px black);
        filter: drop-shadow(2px 4px 6px black);
        border-radius: 4px;
    }
    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div>div>p>a{
        position: relative;
        font-family: Kiona, sans-serif;
        font-size: 50px;
        color: #050505;
    }

    .ventes-locations-big>a{
        transition: all 0.4s;
    }

    .ventes-locations-big>a:hover {
        text-shadow: 3px 1px 1px black;
        font-weight: bold;
        color: #623eccf2!important;
    }
    .middle-flex-with-2_02{
        margin-bottom:-60px;
    }

    .middle-flex-with-2_02 > div:nth-child(2){
        display:none;
    }

    #middle-flex-with-2_02-p-2{
        margin-top:5px;
    }
    .ventes-locations-img{
        height:1px;
    }
    .br_{
        display: none;
    }
    .Parce{
        text-align: justify!important;
    }
    #contacter_agence_page .Parce {
        text-align: center !important;
    }
    #contacter_agence_page .contact_form_first {
        width: 80%;
        margin-left: 10%;
    }
    .form_confirm {
        text-align: center !important;
    }
    .batserach2{
        border-radius:10px!important;
    }
    .footer-middlle-cont {
        margin-top: 145px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (max-width: 991px) {
    .black_opacity_cont{
        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
    }
    #main-header, .agence_title {
        top: 3%;
    }
    .programmesNeufs #main-header {
        top: 0.8%;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -70px;
    }
    #contacter_agence_page #main-header {
        top: 3.5%;
    }
    .listingCity #main-header {
        top: 2%;
    }
    .listingCity .formcontainer {
        margin-top: 50px;
    }
    .estimePage #main-header {
        top: 1.5%;
    }
    .green_btn_more {

        margin: 40px auto;
    }
    .container.recherchez-vous-main #main-header {
        top: 4%;
    }
    .infoPage_info .agance-text {
        width: 100%;
    }
    .agence-fotter-cont_with2 {
        display: block;
    }
    .container-fluid.content.listing_type{
        transition:all 0.3s;
        -moz-transition:all 0.3s;
        -o-transition:all 0.3s;
    }
    .listing-item-content {
        padding: 10px !important;
    }
    .infos-main-cont .agence_title {
        top: -7%;
    }
    #gestion_locative .agence_title {
        top: -18.5%;
    }
    .prov {
        right: 18px;
    }
    .black_opacity_cont {
        bottom: 12px;
    }
    .agance-text{
        text-align: justify;
        font-size:16px;
        padding-left: 0;
    }

    .infoPage_imgCont img {
        width: 65% !important;
    }

    .infoPage_imgCont {
        margin-bottom: 50px;
    }

    .infoPage_info {
        padding: 0 7px !important;
    }

    .agance-text>br{
        display: none;
    }

    .agance-second-heading, .align-center-heading {
        font-size: 27px;
        text-align: center;
        word-break: break-word;
    }

    .agance-second-heading>br, .align-center-heading>br{
        display: none;
    }

    .agence-fotter-cont_with2>div{
        height:auto;
    }

    .formButtonArea{
        text-align: center;
    }

    .back-section{
        display: flex;
        justify-content: center;
    }

    .sectionTitle{
        text-align: center;
    }

    .Parce{
        text-align: center;
    }
    .sectionTitle {
        font-size: 26px;
    }
    .multiselect, .batserach {
        width: 330px;
    }
    .container.rechContainer .for_pad2.for_pad1 .noM {
        padding-right: 0;
    }
    .SeeMore2{
        float: unset;
        width: 330px;
        cursor:pointer;
        margin-left:0;
    }
    .footer-links-cont_ {
        padding: 25px 50px 1px;
    }

    .SeeMore2>p{
        font-size:1em;
    }

    .fiche-bien-reference{
        position: unset;
    }

    .title-text-block .sectionTitle {
        font-size: 30px;
    }

    .inps-cont-main-mobile-lg{
        margin-top:-10px;
    }

    .listing-item-block-col.listing-item-content{
        margin-top:170px;
    }
    .listing-top-form-cont {
        flex-direction: column;
        align-items: center;
    }

    .agance-text, .agance-contacts-text {
        padding: 0 2%;
    }
    .listing-inps-cont2{
        width: 100%;
        margin-left:5px;
    }

    #collapseTwo{
        width: 100%;
    }

    .multiselect{
        margin-right:0;
    }

    .modal-body .Parce {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .fiche-bien-content-cont, .fiche-bien-slider-cont{
        padding-left:0;
        padding-right:0;
    }

    .fiche-bien-slider-cont {
        margin-top:50px;
    }

    .fiche-bien-item-types {
        padding:0!important;
    }
    .listing-item-category-top {
        margin-bottom: 0!important;
        margin-top: 0!important;
        display: flex;
        align-items: center;
    }

    .listing-item-category-top>p {
        margin:7px 0;
    }

    .listing-seemore-btn-cont{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .SeeMore2 > p {
        font-size: 15px;
    }
    .owl-carousel .owl-stage-outer {
        height: auto;
    }
    .owl-carousel .owl-stage-outer {
        height: auto;
        padding-bottom: 35px;
        padding-top: 45px;
    }
    .db_fiche>a{
        height:300px;
    }
    .ourSecondCarousel .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        width: 100%;
        height: 1px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        background-color:transparent;
    }

    .owl-nav>div{
        position: unset;
        width: 45px;
        height: 45px;
        transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
    }

    .owl-prev:hover {
        filter: drop-shadow(-3px 1px 1px grey);
        -moz-filter: drop-shadow(-3px 1px 1px grey);
        -o-filter: drop-shadow(-3px 1px 1px grey);
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    .owl-next:hover {
        filter: drop-shadow(2px 0px 1px grey);
        -moz-filter: drop-shadow(2px 0px 1px grey);
        -o-filter: drop-shadow(2px 0px 1px grey);
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
    }


    .slider-second-info-cont > div:nth-child(1){
        font-size:30px;
    }

    .slider-second-info-cont > div:nth-child(2) {
        font-size: 40px;
    }

    .slider-second-info-cont > div:nth-child(3) {
        font-size: 30px;
        height:85px;
    }

    .db_prix {
        font-size: 40px;
    }

    .slider-second-info-cont{
        padding-left:0;
        justify-content: flex-end;
    }

    .contacter-comment-main{
        padding-left:15px!important;
        padding-right:15px!important;
    }

    .listing-item-description{
        top:55px;
    }

    .listing-apartment-price {
        font-size: 26px;
    }

    span.fichie-bien-price-slash {
        display: none;
    }

    .fiche-bien-apartment-price{
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        padding-bottom: 8px;
        align-items: baseline;
    }

    a.infos-foot-button  {
        text-align: center;
    }

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

    #gestion-text-heading {
        font-size:24px;
    }
    .fotter-bottom-links-cont {
        height: 85px;
    }
    .footer-m2 .footer-copyright-info {
        margin-bottom: 25px;
    }
}
@media (max-width: 989px) {
    .listing-item-block-col.listing-item-content {
        margin-top: 0;
    }
}
@media (max-width: 950px) {
    .black_opacity_cont {
        left: 0 !important;
        font-size: 1.5vmin;
        font-family: Proxima Nova Light, sans-serif;
        padding: 24px 0 0 0;
        bottom: 25px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 19px;
    }
    .footer-middlle-cont{
        height: 300.696px;
    }
    .middle-flex-with-3 > div > p:nth-child(3){
        font-size: 17px;
    }
}
@media (max-width: 940px) {
    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div>div>p>a{
        font-size:44px;
    }

    #middle-flex-with-2_02-p-2 {
        margin-top: -3px;
        margin-bottom: 19px;
    }
}
@media (max-width: 900px) {
    .align-center-heading{
        word-break: break-word;
        font-size: 24px;
        margin-top: 34px;
    }
    .infos-main-cont .agence_title .align-center-heading {
        font-size: 25px;
        padding: 0 1%;
    }
    .infos-main-cont .agance-second-heading,
    span.lagance-footer-contact-text {
        font-size: 23px;
    }
    .footer-contacts p:nth-child(2) {
        font-size: 1.3em;
    }
    #gestion-text-heading {
        font-size: 21px;
    }
    .footer-contacts p:nth-child(1) {
        font-size: 1.85em;
    }
    #gestion_locative .agence_title {
        top: -19%;
    }
    .buttonCall {
        font-size: 16px;
    }

    .footer-bottom-links{
        height: auto;
    }

    .footer-m2 .footer-btm-links ul{
        height: 40px !important;
        max-height: 50px !important;
        margin-top:0;
        margin-bottom:0;
    }
    .footer-m2 .footer-btm-links li{
        padding: 0 10px;
    }

    .footer-middlle-cont {
        margin-top: 43px;
    }
    .footer-links-cont_ {
        padding: 27px 0 10px;
        border-bottom: 2px solid transparent;
        -o-border-image: -o-linear-gradient(left, white 0%, #797979 50%, white 100%);
        border-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, #797979), to(white));
        border-image: linear-gradient(90deg, white 0%, #797979 50%, white 100%);
        border-image-slice: 2;
        border-top: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
    }
    .fotter-bottom-links-cont {
        border-bottom: 0;
    }
}
@media (max-width: 860px) {
    .simul .label-text,
    .simul .label-text > span {
        font-size: 14px;
    }
    #main-header, .agence_title {
        top: 2%;
    }
    .formSectionSubTitleArea .sectionTitle {
        font-size: 21px;
    }
    .middle_3_conts_heading {
        font-size: 22px;
    }
    .middle-grey-cont {
        margin: 80px auto 30px;
    }
    .listingCity #main-header {
        top: 1%;
    }
}
@media (max-width: 825px) {
    .buttonCall {
        margin-top: -10px;
        font-size: 16px;
    }
}
@media (max-width: 823px) {
    .footer-middlle-cont {
        margin-top: 75px;
    }
}
@media (max-width: 820px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 33px;
    }
    .programmesNeufs #main-header {
        top: 0.5%;
    }
}
@media (max-width: 812px) {

    .black_opacity_cont{
        width: 412.25px;
        bottom: 30px;
    }

    .black-opacity-cont-text {
        margin-bottom: -13px !important;
    }

    .middle-flex-with-3 > div > hr{
        width:75%;
    }
}
@media (max-width: 800px) {
    .footer-m2 .footer-top-links li a {
        font-size: 13px;
    }
    .gestion-text {
        text-align: justify;
        font-size:15px;
        position: relative;
        z-index: 9999;
    }
    .estimePage #main-header {
        top: 0.8%;
    }
    .title-text-block .sectionTitle {
        font-size: 26px;
    }

    #contacter_agence_page .contact_form_first {
        width: 90%;
        margin-left: 5%;
    }

    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -60px;
    }
}
@media (max-width: 770px) {

    .section-bg {
        margin-right: 0;
        margin-left: 0;
    }
    .white-list.main_page {
        width: 100%;
    }
    .container-fluid.middle-flex-with-2_01::before,
    .container-fluid.middle-flex-with-2_01::after {
        opacity: 0.3;
    }
}
@media (max-width: 768px) {
    .slider-second-info-cont > div:nth-child(1) {
        font-size: 25px;
    }

    .slider-second-info-cont > div:nth-child(2) {
        font-size: 35px;
    }
    .slider-second-info-cont > div:nth-child(3) {
        font-size: 25px;
    }
    #main-header, .agence_title {
        top: 1%;
    }
    .db_prix {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .flt {
        float: left;
    }
    form.financement_formulaires[name=myform2] {
        margin-top: 60px;
    }
    .white-list .after_ceour, .white-list .before_ceour {
        width: 100%;
    }
    .container.recherchez-vous-main #main-header {
        top: 2.5%;
    }
    .black_opacity_cont {
        bottom: 26px;
    }
    body.homePage .middleAgenceCont {
        margin-top: 0;
    }
    .main_page .Parces {
        font-size: 16px;
        line-height: 18px;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -60px;
    }
    #loan-simul .nomDann .label-text {
        margin-top: 20px;
    }
    .picturedNavbar > div {
        margin-bottom: 100px;
    }

    .legal-blck-col-itm > div:nth-child(2n+1) {
        margin-bottom: 5px;
    }

    .legal-blck-col-itm > div:last-child {
        margin-bottom: 25px;
    }

    .bottom:not(.invisible_btn) {
        display: none;
    }

    .fb .col-lg-4.col-md-5.col-sm-12.col-xs-12.pad-right0 {
        padding-right: 15px !important;
    }

    .listing-top-form{
        display: block!important;
        text-align:center;
        float: none;
        justify-content: center;
    }


    .listing-m3 .listing-item-description{
        margin-top: -20px;
        position: relative;
        display: flex;
        padding-bottom: 35px !important;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        align-items: center;
        height:auto;
    }

    .listing-item-description>img {
        width: 130px;
    }

    .buttonCall {
        font-size: 17px;
        margin-top: -15px;
    }

    .inp-cont-mobile{
        padding-left:0;
    }

    .inp-pad-right-mobile0{
        padding-right:0;
    }


    .inp-left-mobile15{
        padding-left:15px!important;
    }

    .inp-right-mobile15{
        padding-right:15px!important;
    }

    .inp-pad-left-right-mobile0{
        padding-left:0!important;
        padding-right:0!important;
    }

    .inp-pad-left-right-mobile10{
        padding-left:10px!important;
        padding-right:10px!important;
    }


    .inps-cont-main-mobile {
        margin-top: -10px;
    }

    .padding-left-right10-mob{
        padding-left:10px;
        padding-right:10px;
    }

    .listing-m3 .listing-item-description p{
        width: 100%;
    }


    .listing-item-description>p>span:nth-child(1){
        float: unset;
    }

    .listing-m3 .listing-item-description p>span{
        width: 100%;
        display: block;
    }

    .listing-m3 .listing-item-description p>span:nth-child(3){
        font-size:17px;
    }

    button.buttonCall2.btn2 {
        width: 58%;
    }

    a.lst-img-caption-bg {
        width: 58%;
    }

    .pagecontacts{
        text-align: center;
    }

    .pagecontacts .main-color{
        font-size:20px;
    }

    .pagecontacts>p{
        font-size:17px;
    }

    .recherchez-vous-main{
        width: 100%;
    }

    .listing-item-block-col.listing-item-content{
        padding-right:0!important;
    }
    .contacter-textarea-cont {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container.recherchez-vous-main .contact_form_first,
    .container.recherchez-vous-main #rech_agence_second_title + .shadow-border.form-border-rect {
        width: 100%;
        margin-left: 0;
    }
    .container.rechContainer .secondContant.for_pad2.for_pad1 {
        padding: 0 !important;
    }
}
@media (max-width: 760px) {
    .cnt {
        text-align: center !important;
    }
}
@media (max-width: 750px) {
    .footer-m2 .footer-copyright-logo{
        width: 100%;
        justify-content: center;
    }
    #main-header.titleID, .agence_title.titleID, #nosHonoraires .title-text-block {
        margin-top: -30px;
        padding: 30px 15px 0;
        height: 170px;
    }
}
@media (max-width: 740px) {
    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div>div>p>a {
        font-size: 40px;
    }
    .ventes-locations-border{
        height: 1px;
    }
    #middle-flex-with-2_02-p-2 {
        margin-top: -9px;
        margin-bottom: 20px;
    }
}
@media (max-width: 736px) {
    .header-darkmenu {
        height: 77px;
    }
    .img-responsive.logo {
        width: 65%;
        left: -74px;
    }

    .middle-flex-with-2_01 {
        width: 100%;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1)  {
        font-size: 32px;
        line-height: 37px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 16px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(3) {
        bottom: -43px;
        left: 132px;
        font-size: 24px;
        margin: auto;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > div > a {
        font-size: 27px;
    }

    .middle-flex-with-2_02 > div {
        width: 100%;
    }

    .middle_3_conts_heading {
        font-size: 21px;
        line-height: 27px;
    }
    .middle-flex-with-3 > div > hr {
        width: 83%;
    }
}
@media (max-width: 725px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 17px;
    }
    .infos-main-cont .agence_title .align-center-heading {
        font-size: 24px;
    }
}
@media (max-width: 710px) {
    .modal-header-lst {
        font-size: 11px;
    }

    .modalLog {
        top: 0;
    }

    .Ceour4.agence_title > h1:first-child {
        position: relative;
        top: 5px;
    }

    .Ceour4.agence_title > h1:nth-child(2) {
        position: relative;
        top: -5px;
    }
}
@media (max-width: 700px) {
    .footer-m2 .footer-copyright-info{
        text-align:center;
        margin: auto;
        justify-content: center;
        word-break: break-word;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo div:nth-child(1) {
        flex-direction: column;
    }.footer-m2 .footer-copyright-block .footer-copyright-logo .creationLinksLogo {
         text-align: center;
         width: 100%;
         flex-direction: column;
         align-items: center;
         margin-left: 0;
     }
    .footer-m2 .footer-copyright-block .footer-copyright-logo div.footer-copyright-links-cont {
        align-items: center;
        text-align: center;
        margin: 15px 0;
    }
    .footer_bottom {
        height: auto;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo div:nth-child(2) {
        margin-left: 0;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo .text-right-d .row-col-auto-w.vtop {
        width: 100%;
    }
    #main-header, .agence_title {
        top: 2%;
    }
    .container.recherchez-vous-main #main-header {
        top: 3.5%;
    }
    .estimePage #main-header {
        top: 1.5%;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -80px;
    }
    .infos-main-cont .agence_title .align-center-heading {
        font-size: 23px;
    }
    .listingCity #main-header {
        top: 2%;
    }
    .infos-main-cont .agence_title {
        top: -8%;
    }
    #gestion_locative .agence_title {
        top: -21.5%;
    }
    .infos-main-cont .agance-second-heading,
    span.lagance-footer-contact-text {
        font-size: 20px;
    }
    .title-text-block .sectionTitle {
        font-size: 24px;
    }
    #contacter_agence_page #main-header {
        top: 5%;
    }
    .sectionTitle {
        font-size: 23px;
    }
    .programmesNeufs #main-header {
        top: 1%;
    }
}
@media (max-width: 694px) {
    .listing-top-form-cont {
        justify-content: center;
        margin-top:25px;
    }
}
@media (max-width: 684px) {
    .multiselect {
        font-size:16px;
    }
    .MaininfoHeading {
        font-size: 27px;
    }
    .SeeMore2>p{
        font-size:16px;
    }
    .black_opacity_cont {
        bottom: 23px;
    }
}
@media (max-width: 676px) {
    .footer-m2 .footer-top-links ul{
        display: flex;
        flex-direction: column;
    }

    .footer-m2 .footer-top-links li a {
        font-size: 16px;
    }

    .footer-m2 .footer-top-links-clr {
        width: 100%;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        /* border-radius: 5px; */
        /* margin-top: 235px; */
    }

    .footer-m2 .footer-top-links li{
        margin:3px;
    }

    .footer-middlle-cont {
        margin-top: 576px;
        height: auto;
    }


    .footer_bg_img_first{
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        box-shadow: 0 9px 9px #e69f45;
    }

    .footer_bg_img{
        display: none;
    }
}
@media (max-width: 667px) {
    .footer-m2 .footer-btm-links ul {
        flex-direction: column;
        flex-wrap: nowrap;
        height: 90px !important;
        max-height: 90px !important;
    }
    .footer-m2 .footer-btm-links li {
        padding: 0 5px;
    }
    .footer-bottom-links {
        max-height: 150px;
        scrollbar-width: 0;
        scrollbar-color: transparent transparent;
    }
    .footer-bottom-links::-webkit-scrollbar {
        display: none;
    }
    .listing-m3 .listing-item-parameters ul{
        width: 100%!important;
    }
    .footer-links-cont_ {
        width: 100%;
        padding: 0 0 10px;
    }
    .fotter-bottom-links-cont .row.footer-btm-links-bg {
        width: 100%;
    }
}
@media (max-width: 650px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 30px;
        line-height: unset;
    }

    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div>div>p>a {
        font-size: 39px;
    }
    .footer_bg_img_first{
        width: 100%;
        height:200px;

    }
    .footer-middlle-cont {
        margin-top: 415px;
    }

    .footer-m2 .footer-btm-links li {
        width: 100%;
        text-align: center;
    }

    #gestion-text-heading {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    #middle-flex-with-2_02-p-2 {
        margin-top: -11px;
    }
}
@media (max-width: 640px) {
    .title-text-block .sectionTitle {
        word-break: break-word;
    }
}
@media (max-width: 635px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2){
        white-space: pre-line;
        padding:10px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2)>br{
        display:none;
    }
    .infos-main-cont .agence_title .align-center-heading {
        font-size: 21px;
    }
}
@media (max-width: 625px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .footer-m2 .footer-copyright-logo img, .IWS_logo {
        max-width: 135px;
    }
    .recherche #main-header .sectionTitle, #agency{
        padding-left: 0!important;
        padding-right: 0!important;
        width: 100%!important;
    }
    .slider-second-info-cont > div:nth-child(1) {
        font-size: 21px;
    }
    .infos-main-cont .agance-second-heading,
    span.lagance-footer-contact-text {
        font-size: 18px;
    }
    .slider-second-info-cont > div:nth-child(2) {
        font-size: 30px;
    }
    .title-text-block .sectionTitle {
        font-size: 26px;
    }
    .listingCity #main-header {
        top: 3%;
    }
    .black_opacity_cont {
        bottom: 20px;
    }
    .slider-second-info-cont > div:nth-child(3) {
        font-size: 21px;
    }
    #gestion_locative .agence_title {
        top: -18.5%;
    }
    .db_prix {
        font-size: 30px;
    }
    .listing-item-price-color-fiche-bien {
        font-size: 15px;
    }
    .soc-btn {
        position: relative;
        left: 0;
        text-align: left;
        bottom: 0;
    }
    #contacter_agence_page #main-header {
        top: 3.5%;
    }
    .title-text-block .sectionTitle {
        padding: 7px 0 !important;
    }
}
@media (max-width: 585px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 25px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 15px;
        text-align:justify;
    }
    .middle-flex-with-3 > div > p:nth-child(3) {
        font-size: 17px;
        line-height: normal;
    }
}
@media (max-width: 580px) {
    .black_opacity_cont {
        bottom: 26px;
    }
}
@media (max-width: 575px) {
    .modal-header-lst li {
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .modal-hover {
        height: 60px !important;
    }
    .black_opacity_cont img {
        width: 250px;
    }
    h1,
    .title {
        font-size: 25px ;
    }
    .footer-bottom-links {
        height: auto;
    }
    .img-responsive.logo {
        width: 70%;
    }
}
@media (max-width: 570px) {
    .ventes-locations-img{
        height:1px;
    }
    .infos-main-cont .agence_title {
        top: -8.5%;
    }
    .agency-block-content {
        padding-top: 45px;
    }
}
@media (max-width: 550px) {
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3){
        width:60%;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > div > a {
        font-size: 23px;
    }
}
@media (max-width: 545px) {
    .left-arrow{
        left: -30px;
    }
}
@media (max-width: 540px) {
    .middle-flex-with-3 > div > p:nth-child(3) {
        font-size: 17px;
    }
}
@media (max-width: 530px) {
    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div{
        grid-template-columns: 1fr;
    }

    #middle-flex-with-2_02-p-2, #middle-flex-with-2_02-p-1 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top:0;
        margin-bottom:0;
        margin-left:0;
        margin-right:0;
        width: 100%;
    }
    .footer-contacts p:nth-child(2) {
        font-size: 1.15em;
    }
    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div>div>p>a {
        font-size: 32px;
    }
}
@media (max-width: 525px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 25px;
    }
    .Parces, .Parce{
        text-align: center;
        word-break: break-word;
    }
}
@media (max-width: 520px) {
    .title-text-block .sectionTitle {
        font-size: 25px;
        word-break: break-word;
        text-align: center;
    }

    .footer-contacts p:nth-child(1) {
        font-size: 1.7em;
    }
    .container.recherchez-vous-main {
        width: 100%;
    }
    .container.rechContainer .row.marg-btm-5.agency-block, .container.rechContainer .row.marginRow {
        margin: 0;
    }
    .container.rechContainer .row.marginRow {
        padding: 0;
    }
    .Parces, .Parce {
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
    }
    .container.recherchez-vous-main #main-header {
        top: 4%;
    }
    .container.simulDePret .Parce {
        margin: 0 auto 50px;
    }
}
@media (max-width: 510px) {
    .db_fiche{
        padding-left:40px;
        padding-right: 40px;
    }
}
@media (max-width: 505px) {
    .listing-inps-cont2{
        margin-top:25px;
    }

    .SeeMore2>p{
        justify-content: center;
    }

    .SeeMore2>p>img{
        margin-left:5px;
    }
}
@media (max-width: 500px) {
    #loan-simul.container {
        padding: 0;
    }
    #nav-icon3 span {
        height: 4px;
    }
    #nav-icon3 span:nth-child(1) {
        top: 5px;
        height: 4px;
    }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 14px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 23px;
    }
    #nav-icon3 {
        width: 35px;
    }
    .fiche-bien-apartment-price {
        flex-direction: column;
    }
    .formSectionTitleArea {
        padding: 5px 0;
    }
    .sectionTitle {
        font-size: 20px;
    }
    .middle-white-square{
        width: 70px;
        height:70px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 24px;
    }
    .Parces, .Parce {
        /* margin: 0 auto; */
    }
    .black-opacity-cont-text {
        margin-bottom: 0 !important;
        margin-left: 0;
    }
    .black_opacity_cont {
        bottom: 28px;
    }
    #main-header.titleID, .agence_title.titleID, #nosHonoraires .title-text-block {
        margin-bottom: 50px;
    }
    .middle_3_conts_heading {
        font-size: 20px;
    }

    .middle-flex-with-3 > div > p:nth-child(3) {
        font-size: 16px;
    }

    .footer-m2 .footer-copyright-block .footer-copyright-logo div:nth-child(1){
        flex-direction: column;
        width: 100%;
    }
    .footer-m2 .footer-copyright-block .footer-copyright-logo div.IWS_logo {
        width: 135px;
    }
    .footer-m2 .footer-copyright-logo{
        margin-top:20px;
    }

    .row-col-auto-w.text-left-m.text-right-d>div{
        width: 100%;
        text-align: center;
        margin-top:5px;
        margin-bottom:5px;
        height:auto;
    }
    .insidepAGES .black_opacity_cont {
        bottom: 45px;
    }
    .row-col-auto-w.text-left-m.text-right-d>div>a{
        width: 100%;
    }

    .footer-m2 .footer-copyright-logo img, .IWS_logo {
        max-width: 190px;
    }

    .footer-m2 .footer-copyright-block .footer-copyright-logo p {
        font-size: 14px;
        line-height: 16px;
    }

    .footer-m2 .footer-copyright-info{
        font-size: 14px;
    }
    span#elem_foot_link a{
        font-size:17px;
    }
    .agance-second-heading, .align-center-heading {
        font-size:1.6em;
    }
    span.multiselect-selected-text{
        width: 100%;
    }
    .listing-contacts-texts-cont {
        flex-direction: column;
        height: auto;
    }
    #myCarousel>div{
        height:300px;
    }
    .carousel-inner>.item, .carousel-inner>.item>img{
        height: 100%;
    }
    .footer_bottom{
        height:auto;
    }
    .footer-contacts p:nth-child(2) {
        font-size: 1.15em;
    }
    .footer-fb-icon>img{
        width: 100%;
    }
    .caret{
        position: absolute;
        right:10px;
    }
    .lst-img-caption-btm-btns {
        bottom: 0!important;
    }
    .row.text-center.footer-carusel-main>div, .row.text-center.footer-carusel-main>div>div{
        padding:0;
    }
    .slider-second-info-cont{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        height:200px;
    }

    .db_fiche>a {
        height: 225px;
    }

    .ourSecondCarousel .owl-nav {
        height: 50px;
    }

    .owl-next {
        top: -11px;
        right: 1px;
    }

    .owl-nav>div {
        transform: scale(0.8);
        -moz-transform:scale(0.8);
        -o-transform:scale(0.8);
    }

    .slider-second-info-cont{
        display: block;
        padding-top:40px;
    }

    .listing-item-description>img {
        width: 100px;
    }
    .listing-m3 figure.listing-item-img-container{
        border-radius:0 0 0 0!important;
    }

    .listing-apartment-price, .provence {
        font-size: 23px;
        justify-content: flex-start;
    }

    .listing-item-price-color {
        font-size: 12px;
    }
    .slider-second-info-cont > div:nth-child(3){
        margin-top: -10px;
        line-height: 20px;
        height: 37px;
        max-height: 37px;
    }

    .slider-second-info-cont > div:nth-child(1), .slider-second-info-cont > div:nth-child(3) {
        font-size: 19px;
    }

    .slider-second-info-cont > div:nth-child(2), .db_prix  {
        font-size: 28px;
    }

    .agance-contacts-text {
        font-size: 15px;
    }

    .agance-contacts-text > span {
        width: 100%;
        display: block;
    }

    #gestion-text-heading {
        font-size: 20px;
    }
    #contacter_agence_page form .formSectionTitle {
        margin-top: 30px;
    }
    .title-text-block .sectionTitle {
        font-size: 21px;
    }
}
@media (max-width: 483px) {
    .accordion-heading {
        padding-bottom: 5px;
    }
    .batserach {
        display: block;
    }

    .Ceour4.agence_title > h1 {
        font-size: 16px!important;
    }
    .infos-main-cont .agence_title .align-center-heading {
        font-size: 19px;
        padding: 0 2%;
    }
    .infos-main-cont .agence_title {
        top: -7.5%;
    }
    #gestion_locative .agence_title {
        top: -13%;
    }
}
@media (max-width: 481px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 24px;
        line-height: 27px;
    }
}
@media (max-width: 480px) {
    .black-opacity-cont-text{
        word-spacing: normal;
    }
    .middle-flex-with-2_01 > div:nth-child(2){
        margin-top: 15px;
        text-align: center;
    }
}
@media (max-width: 470px) {
    .Coups_de_Coeur, .Ceour4 > h1 {
        font-size: 22px!important;
    }
    .inform > .row > .col-md-12 > .col-md-6 {
        padding: 0!important;
    }
    .Coups_de_CoeurItalik {
        font-size: 14px!important;
    }
    .picturedNavbar .picturedNavbarItem .title {
        font-size: 30px!important;
    }
    .param li {
        display: block;
        width: 100%!important;
    }
    .main_page .Parces {
        line-height: 16px;
    }
    .right-arrow {
        left: 16px;
    }
}
@media (max-width: 460px) {
    .footer-slider{
        display: block;
    }
    .middle_3_conts_heading {
        font-size: 1.6em;
    }
    .homePage .middle_3_conts_heading {
        font-size: 19px;
        line-height: 22px;
    }
    .middle-flex-with-3 > div > p:nth-child(3) {
        font-size: 16px;
    }
    .homePage .middle-grey-cont {
        margin: 60px auto 50px;
    }
    .homePage .infoPartCont {
        padding: 45px 15px;
    }
    .homePage .MaininfoHeading {
        font-size: 21px;
        line-height: 25px;
    }
    .homePage .middle-flex-with-3 > div {
        margin-top: 0;
    }
    .footer-fb-icon {
        position: relative;
        top: 0;
        width: 40px;
        float: right;
        right: 0;
    }
    form.financement_formulaires {
        margin-top: 60px;
    }
    .sim-form-wrap {
        padding: 0 !important;
    }
}
@media (max-width: 445px) {
    .black-opacity-cont-text {
        font-size: 10px;
    }
    .checkbox{
        width: 250px;
        flex-direction: column;
        padding-left:0;
        padding-right:0;
        margin-left: 36px;
    }
    .container.recherchez-vous-main #main-header {
        top: 3%;
    }
    .container.rechContainer, .container.contact_Container {
        padding: 0;
    }
    .rechContainer .parceBlck {
        padding: 0;
    }
    .Parces, .Parce {
        font-size: 16px;
        width: 100%;
    }
    .contact-top-text2 {
        font-style: italic;
        text-align: center !important;
        font-size: 13px;
    }
}
@media (max-width: 442px) {
    .pagination-m3 ul.pagination li a {
        margin-left: 0;
        height: 33px;
        width: 30px;
    }
    .arrow_shape {
        min-height: 425px;
    }
}
@media (max-width: 430px) {
    .listing-apartment-price, .provence {
        font-size: 20px;
    }
    .apartment-details-foot-log-cont>img {
        width: 100%;
    }
}
@media (max-width: 425px) {
    .black_opacity_cont {
        bottom: 26px;
    }

    .black-opacity-cont-text{
        font-size: 9px;
    }

    .middle-white-square{
        width:60px;
        height:60px;
        transform: translateY(-49%);
        -moz-transform: translateY(-49%);
        -o-transform: translateY(-49%);
    }

    .left-arrow{
        width:13px;
        bottom:10px;
    }

    .right-arrow{
        width:13px;
        bottom:10px;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 1.55em;
    }



    .slider-second-info-cont > div:nth-child(1) {
        font-size: 18px;
    }

    .slider-second-info-cont > div:nth-child(2) {
        font-size: 25px;
    }
    .db_prix {
        font-size: 25px;
    }
}
@media (max-width: 420px) {

    .Coups_de_Coeur {
        font-size: 18px;
    }
    #gestion-text-heading {
        font-size: 18px;
    }
    .backbtn, .form-wizard-m1 .pager li > a.border-rounded, .pager li > span.border-rounded {
        width: 155px !important;
    }

    .form-group-textarea,
    .first-section-spacing,
    #contact,
    .form-block-sep-page {
        padding: 0;
    }

    .calculator-btn {
        width: 96px !important;
    }
    #loan-simualtion,
    #loan-simualtion .col-sm-6 {
        padding: 0;
    }
    .modal-dialog {
        width: 100%;
    }
}
@media (max-width: 416px) {
    .footer-contacts p:nth-child(1) {
        font-size: 1.6em;
    }

    .footer-contacts p:nth-child(2) {
        font-size: 1.1em;
    }
}
@media (max-width: 414px) {

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 22px;
    }
    .middle-flex-with-3 > div > hr {
        width: 98%;
    }
    .footer-top-links{
        display:none;
    }
}
@media (max-width: 410px) {
    .listing-apartment-price, .provence {
        font-size: 18px;
    }
}
@media (max-width: 400px) {
    .com_box:after {
        right: 268px !important;
    }
    .contact-top-text2 {
        font-size: 11.5px;
    }
    .prov {
        width: 280px !important;
    }
    .black_opacity_cont {
        bottom: 33px;
    }
    .batserach2,
    .form-control2-2,
    .myform-control2 {
        width: 192px;
    }
    .listing-top-form-cont{
        padding-left:0;
    }
    .multiselect, .batserach, .SeeMore2{
        width: 250px;
    }
    .footer-contacts p:nth-child(1) {
        font-size: 1.5em;
    }
    .black-opacity-cont-text {
        font-size: 9px;
        margin-left:0;
    }
    .footer-fb-icon {
        position: relative;
        top: 14px;
        width: 33px;
        height: 33px;
        float: right;
        right: 0;
    }
    .SeeMore2{
        margin-left:0;
    }
    .lst-img-caption-btm-btns > span:nth-child(2) {
        font-size: 27px;
    }
    .listing-apartment-price, .provence {
        font-size: 16.5px;
        padding-left: 20px;
    }
    .listing-item-price-color-fiche-bien {
        font-size: 13px;
    }
    .checkbox {
        width: 230px;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin: auto;
    }
    .slider-second-info-cont > div:nth-child(2) {
        font-size: 22px;
    }
}
@media (max-width: 396px) {
    .black_opacity_cont{
        display: block;
        padding-left:5px;
        padding-right:5px;
    }
}
@media (max-width: 387px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 20px;
    }
}
@media (max-width: 385px) {
    .listing-item-price-color {
        font-size: 10px;
        padding-left:10px;
    }
}
@media (max-width: 380px) {
    .listing-item-parameters > ul > li {
        display: block !important;
    }
    .listing-item-parameters > ul > li {
        width: 100%;
    }
    .footer-contacts-header {
        font-size: 25px;
    }
}
@media (max-width: 375px) {
    .img-responsive.logo {
        width: 47%;
        top: 10px;
        left: -75px;
    }
    .header-darkmenu {
        justify-content: flex-end;
        height: 46px;
    }
    .black-opacity-cont-text {
        font-size: 8.5px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 23px;
        text-align: center;
        line-height: 28px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) {
        width: 60%;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > div > a {
        font-size: 16px;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(2) {
        font-size: 14px;
    }
    #middle-flex-with-2_02-p-2 {
        width: 100%;
    }
    .middle-flex-with-3 > div > hr{
        width:97%;
    }
    .middle-flex-with-3 > div {
        margin-bottom: 45px;
    }
    .middle-flex-with-2_02 > div {
        margin-top: 44px;
    }
    .footer-copyright-info {
        font-size: 12px;
        text-align: center;
    }
    .mainheader{
        margin-top:-33px;
    }
    #myNavbar{
        top: 45px;
    }
    .slider-second-info-cont > div:nth-child(1) {
        font-size: 16px;
    }
}
@media (max-width: 370px) {
    .contact-top-text2 {
        font-size: 11px;
    }
}
@media (max-width: 365px) {
    .middle-flex-with-2_02 > div:nth-child(1)>div:nth-child(2)>div>div>p>a {
        font-size: 28px;
    }
    .listing-apartment-price, .provence{
        padding-left: 7px;
    }
    #gestion_locative .agence_title {
        top: -12%;
    }
}
@media (max-width: 360px) {
    .section-bg, #agency > .section-bg > .col-sm-12,
    .section-bg > .col-sm-12 {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 1.5em;
        line-height: 25px;
    }
}
@media (max-width: 355px) {
    .slider-second-info-cont > div:nth-child(3) {
        margin-top: 5px;
        line-height: 20px;
    }
}
@media (max-width: 350px) {
    .agency-m8 {
        padding: 0;
    }
    .Ceour4.agence_title > h1 {
        font-size: 14px ;
    }
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1)>br{
        display: none;
    }
    .footer-m2 .footer-top-links-clr {
        width: 100%;
        border-radius: unset;
    }
    .footer-middlle-cont{
        width: 100%!important;
        border-radius: unset;
    }
    .footer-bottom-links{
        width: 100%!important;
        border-radius: unset;
    }
}
@media (max-width: 330px) {
    .listing-apartment-price, .provence {
        font-size: 16px;
    }
}
@media (max-width: 340px) {
    .footer-contacts p:nth-child(1) {
        font-size: 20px;
    }
}
@media (max-width: 335px) {
    .footer-fb-icon{
        top:0;
        right:-1px;
    }
}
@media (max-width: 325px) {
    .middle-flex-with-2_01 > div:nth-child(2) > p:nth-child(1) {
        font-size: 19px;
    }

    .footer-contacts p:nth-child(2) {
        font-size: 1em;
    }
}
@media (max-width: 317px) {
    .black-opacity-cont-text {
        font-size: 11.5px;
    }
}
@media (max-width: 315px) {
    .footer-contacts p:nth-child(1) {
        font-size: 18px;
    }
}
@media (max-width: 307px) {
    .black-opacity-cont-text {
        font-size: 11px;
    }
}
@media (min-width: 480px) and (max-width: 1199px) {
    /* Listing Details Buttons */
    .listing-details-m1 .lst-itm-dtl-btns a {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .listing-sort-m1 div.lst-sort-input-container[class*='col-'] {
        padding-right: 27px;
    }
    .text-left-m-d-md {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .dpe-ges-graph ul li span {
        line-height: 9px;
        font-size: 10px;
    }

    .dpe-ges-block-m1-v1 .dpe-ges-graph ul li span {
        line-height: 9px;
        font-size: 10px;
    }
}
@media (min-width: 601px)  and (max-width: 768px) {
    .form-error-blck.search-form-error-blck {
        right: 8%;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .listing-details-m1 .list-itm-dtl-contacts-btn a {
        width: 50%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    /* Listing Item Buttons */
    .listing-m3 .listing-item-btn-block a {
        width: 50%;
    }

    .form-wizard-m1 .wizard-nav li:nth-child(1n+1):not(:first-of-type):before {
        display: none;
    }
}
@media (min-width: 480px)  and (max-width: 600px) {
    .form-error-blck.search-form-error-blck {
        right: 7%;
    }
}
@media (min-width: 400px) {
    .text-info {
        padding: 35px 12px 12px;
    }
}
@media (min-width: 480px) {
    .listing-sort-m1 div.lst-sort-input-container > div[class*='col-']:nth-child(2) {
        width: auto;
    }

    .listing-m3 .lst-img-caption-btm-btns {
        width: 100%;
    }

    /* Listing Details Img */
    .listing-details-m1 .lst-itm-dtl-img .lst-dtl-img-caption-top-btns {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .listing-details-m1 .lst-itm-dtl-img .btn-zoom {
        display: inline-block;
    }

    .dpe-ges-block-m3 div[class*='col-']:nth-child(1) {
        padding-right: 43px;
    }

    .dpe-ges-block-m3 div[class*='col-']:nth-child(2) {
        padding-left: 18px;
    }

    .form-wizard-m1 .wizard-nav li {
        padding: 0 5% 0 5%;
    }

    .form-wizard-m1 .pager li {
        display: inline;
    }

    .form-wizard-m1 .pager .next > a, .form-wizard-m1 .pager .next > span,
    .form-wizard-m1 .pager .finish > a, .form-wizard-m1 .pager .finish > span {
        float: right;
    }

    /*progressbar connectors*/
    .form-wizard-m1 .wizard-nav li:not(:first-of-type):before {
        background: #a3a3a3;
        width: 100%;
        content: '';
        height: 10px;
        position: absolute;
        top: 17.5px;
        right: 50%;
        z-index: -1;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;
    }

    .form-wizard-m1 .wizard-nav li.active:not(:first-of-type):before,
    .form-wizard-m1 .wizard-nav li.visited-step:not(:first-of-type):before {
        background: #232323;
    }
}
@media (min-width: 767px) {
    .loan-simulation-m3 label {
        color: #555;
        border-radius: 0 0 0 0;
    }

    .loan-simulation-m3 .input-group-addon {
        border-radius: 0 0 0 0;
        color: #fff;
    }
}
@media (min-width: 991px) {
    .slider-row {
        padding: 20px 80px;
    }

    .container-fluid.middle-flex-with-2_01 {
        padding-left: 0;
        padding-right: 0;
    }

    /*--- Footer Top Links Block Starts ---*/
    .footer-m2 .footer-top-links li {
        display: inline-block;
    }

    /*--- Footer Top Links Block Ends ---*/
    /*--- Footer Contacts-Partners Block Starts ---*/
    .footer-m2 .footer-contacts {
        padding-right: 9px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        margin-left: 5%;
    }



    .footer-m2 .footer-partners {
        padding-left: 9px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    /*--- Footer Contacts-Partners Block Ends ---*/
    /*--- Footer Copyright Block Starts ---*/
    .footer-m2 .footer-copyright-info {
        padding-right: 9px;
    }

    .footer-m2 .footer-copyright-logo {
        padding-left: 9px;
        padding-right: 18px;

    }

    /*--- Footer Copyright Block Ends ---*/
    .listing-sort-m1 div.lst-sort-txt-container[class*='col-'] {
        padding-left: 10px;
        margin-right: 5px;
    }

    .listing-sort-m1 .lst-sort-block h2 {
        font-size: 1.6em;
        text-transform: capitalize;
    }

    /* Listing Details Header Starts */
    .listing-details-m1 .lst-itm-dtl-header .lst-itm-dtl-header-txt1 {
        font-size: 1.38em;
        margin-top: 5px;
        float: left;
        width: 72%;
    }

    .listing-details-m1 .lst-itm-dtl-header h2 {
        font-size: 2.15em;
    }

    .listing-details-m1 .lst-itm-dtl-header h3 {
        font-size: 2.15em;
        width: 72%;
    }

    /* Listing Details Header Ends */
    /* Listing Details Description */
    .listing-details-m1 .lst-itm-dtl-desc-header-txt span {
        font-size: 1.85em;
        color: #fff;
    }

    .param li {
        display: inline-block;

    }

    .dpe-ges-block-m3[class*='col-'] {
        padding-left: 0;
        padding-right: 18px;
        margin-left: -0.125em;
        margin-right: -0.125em;
    }

    .dpe-ges-block-m1-v1 .hover-content.pos-obs-right-d {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dpe-ges-block-m1-v1.btn-hover-container.pos-static-d {
        position: static;
    }

    .form-input-group-m1 .form-input-addon label {
        padding: 12px;
        color: #FFFFFF;
        background-color: #232323;
        border: 1px solid #232323;
    }
    /*override*/
    .form-xlg .form-input-group-m1 .form-input-addon label {
        height: 50px;
    }
    .form-input-group-m1 div.form-input-col1 .form-control,
    .form-input-group-m1 div.form-input-col1 .custom-multiselect-btn,
    .form-input-group-m1 div.form-input-col1 .select2-selection--single,
    .form-input-group-m1 div.form-input-col1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
    .form-input-group-m1 div.form-input-col1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
        border-radius: 0;
    }
    .form-input-group-m1 div.form-input-col3 .form-control,
    .form-input-group-m1 div.form-input-col3 .custom-multiselect-btn,
    .form-input-group-m1 div.form-input-col3 .select2-selection--single,
    .form-input-group-m1 div.form-input-col3 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
    .form-input-group-m1 div.form-input-col3 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
        border-radius: 0;
    }
    .border-rad-form .form-input-group-m1 div.form-input-col1 .form-control,
    .border-rad-form .form-input-group-m1 div.form-input-col1 .custom-multiselect-btn,
    .border-rad-form .form-input-group-m1 div.form-input-col1 .select2-selection--single,
    .border-rad-form .form-input-group-m1 div.form-input-col1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
    .border-rad-form .form-input-group-m1 div.form-input-col1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
        border-radius: 0 0 0 0;
        border-left: 1px solid #c8c8c8 !important;
    }
    .border-rad-form .form-input-group-m1 div.form-input-col3 .form-control,
    .border-rad-form .form-input-group-m1 div.form-input-col3 .custom-multiselect-btn,
    .border-rad-form .form-input-group-m1 div.form-input-col3 .select2-selection--single,
    .border-rad-form .form-input-group-m1 div.form-input-col3 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
    .border-rad-form .form-input-group-m1 div.form-input-col3 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
        border-radius: 0;
    }
    .form-input-group-m1.form-error.form-error-m1 .form-error-blck {
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .main_page_gallery > div > div > div,
    .main_page_gallery > div > div > div > div {
        padding-left: 0;
        padding-right: 0;
    }
    .bottom.invisible_btn {
        display: none;
    }
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1950px) {
    .agance-text, .agance-contacts-text {
        font-size: 21px;
    }
    .agance-second-heading, span.lagance-footer-contact-text {
        font-size: 29px;
    }
    .align-center-heading {
        font-size: 32px;
    }
}
@media (min-width: 2100px) {
    .agance-text, .agance-contacts-text {
        font-size: 23px;
    }
    .agance-second-heading, span.lagance-footer-contact-text {
        font-size: 30px;
    }
    .align-center-heading {
        font-size: 35px;
    }
}
@media (min-width: 768px ) and (max-width: 1000px) {
    .Navlogo > div > a > img {
        position: relative;
        left: -86px;
        top: 47px;
    }

    .black-opacity-cont-text {
        margin-top: -1px;
        font-family: Proxima Nova Light, sans-serif;
        margin-left: 14px;
    }
}
@media (min-width: 790px) {
    .formcontainer {
        padding: 0 15px;
    }
}
@media (min-width: 990px) {
    .vtop-382 {
        height: 382px;
    }
}
@media (min-width: 992px) {
    .listing-sort-m1 div.toggle-button-container[class*='col-'] {
        padding-right: 22px;
        padding-left: 18px;
    }
    .listing-sort-m1 div.lst-sort-input-container[class*='col-'] {
        padding-left: 9px;
    }
    .listing-sort-m1 a {
        margin-left: 6px;
    }
    .listing-item-content{
        height: 382px;
    }
    .text-left-m-d-md {
        text-align: inherit;
    }
    .listing-m3 .listing-item-block {
        float: none;
    }
    .listing-m3 .listing-item-img-container > img {
        height: 382px;
    }
    .touchevents .listing-m3 .lst-img-caption-btm-btns {
        bottom:0;
    }
    .no-touchevents .listing-m3 .listing-item-img-container:hover .lst-img-caption-btm-btns,
    .no-touchevents .listing-m3 .listing-item-img-container:focus .lst-img-caption-btm-btns {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    .listing-m3.img-pull-left .listing-item-block div.listing-item-content[class*='col'] {
        padding-left: 6px;
        padding-right: 5px;
    }
    .listing-m3.img-pull-left .listing-item-block div.listing-item-img[class*='col'] {
        padding-right: 11px;
    }
    .listing-m3.img-pull-right .listing-item-block div.listing-item-content[class*='col'] {
        padding-right: 6px;
        padding-left: 5px;
    }
    .listing-m3.img-pull-right .listing-item-block div.listing-item-img[class*='col'] {
        padding-left: 10px;
        padding-right: 1px;
    }
    .listing-m3.img-pull-right .listing-item-block > div:nth-child(1) {
        float: right;
    }
    .listing-m3.img-pull-right .listing-item-content {
        float: left;
    }
    .filter-m4-v1 .filter-content > div:first-child {
        float: left;
        width: calc(100% - 40px);
    }
    .form-wizard-m1 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .form-error-blck.search-form-error-blck {
        right: -20px;
    }
    .fiche-bien-slider-cont {
        height:550px;
    }
    .fiche-bien-description-p {
        height: 340px;
        max-height: 306px;
        overflow-y: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }
}
@media (min-width: 768px ) and (max-width: 1024px) {

    .black-opacity-cont-text{
        margin-top: -5px;
    }
}
@media (min-width: 1100px) {
    .middle_3_cont_first_btn{
        margin-left: 0px;
    }
}
@media (min-width:  768px) {
    .financment-main-flex-cont{
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    /* Listing Details Image Starts */
    .listing-details-m1 .lst-itm-dtl-img .lst-img-caption-top-btns {
        position: absolute;
        top: 20px;
        right: 48px;
    }
    .listing-details-m1 div.lst-itm-dtl-cnt-img-container[class*='col-'] {
        padding-right: 9px;
    }
    .listing-details-m1 .lst-itm-dtl-btm-block > div:nth-child(2) {
        margin-top: 10px;
    }
    .middle_3_cont_first_btn{
        margin-left:0px !important;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
@media (min-width: 1500px) {
    .middle_3_cont_first_btn{
        margin-left: 0 !important;
    }
}
@media (min-width: 1540px) and (max-width: 1600px){
    .middle-flex-with-3 > div > p:nth-child(3){
        font-size: 17px;
    }
}
@media (min-width: 1700px) {
    .middle_3_cont_first_btn{
        margin-left:-23px;
    }
}
@media (min-width: 1725px) and (max-width: 1870px) {
    .middle-flex-with-3 > div > p:nth-child(3){
        font-size:18px;
    }
}
@media (min-width: 1800px) {
    .footer-middlle-cont{
        margin-top: 190px;
    }
}
@media (min-width: 1840px) {
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > a {
        margin-left: -64px;
    }

}
@media (min-width: 1855px) {
    #myNavbar{
        margin-right:0;
    }
}
@media (min-width: 1900px) {
    .footer-middlle-cont{
        margin-top:190px;
    }

    .middle_3_cont_first_btn{
        margin-left:-20px;
    }
}
@media (min-width: 1920px) {
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > a {
        margin-left: -82px;
    }
    .middle-flex-with-3 > div {
        width: 30%;
    }
    .middle-flex-with-3 > div > hr {
        border: 1.5px solid #e0d489;
        margin-left: auto;
        margin-right: auto;
    }
    .middle_3_conts_heading {
        box-sizing: border-box;
    }
}
@media (min-width: 1910px) and (max-width: 1997px) {
    .middle-flex-with-3 > div > p:nth-child(3){
        font-size:18.7px;
    }
}
@media (min-width: 2000px) {
    #myNavbar{
        margin-right: 0;
    }
    .bienWrapper div {
        padding-top: 7%;
    }
    .bienWrapper div:before {
        top: -13%;
    }
}
@media (min-width: 2100px) {
    .footer-middlle-cont {
        margin-top: 210px;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -165px;
    }
    .middle_3_cont_first_btn{
        margin-left:-70px;
    }
}
@media (min-width: 2115px) {
    .middle-flex-with-3 > div > p:nth-child(3){
        font-size:21px;
    }
}
@media (min-width: 2140px) {
    #myNavbar{
        margin-right:25px;
    }
}
@media (min-width: 2245px) {
    #myNavbar{
        margin-right:25px;
    }
}
@media (min-width: 2300px) {
    .footer-middlle-cont {
        margin-top: 230px;
    }
    #mentionLegales .title-text-block, #nosHonoraires .title-text-block {
        top: -185px;
    }
}
@media (min-width: 2350px) {
    .middle-flex-with-3 > div > p:nth-child(3) {
        font-size: 23px;
    }

    .middle_3_conts_heading{
        font-size:32px;
    }
}
@media (min-width: 2400px) {
    #myNavbar{
        margin-right:85px;
    }
}
@media (min-width: 2570px) {
    .middle-flex-with-3 > div > p:nth-child(3) {
        font-size: 25px;
    }

    .middle_3_conts_heading{
        font-size:35px;
    }
}
@media (min-width: 2600px) {
    #myNavbar{
        margin-right:450px;
    }

    .footer-middlle-cont {
        margin-top: 245px;
    }
}
@media (min-width: 2900px) {
    .footer-middlle-cont {
        margin-top: 260px;
    }
}

@media (max-width: 2320px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 0 30px !important;
    }
}
@media (max-width: 2200px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 0 20px !important;
    }
}
@media (max-width: 2000px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
    }
}
@media (max-width: 1860px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 0 15px !important;
        font-size: 13px;
    }
}
@media (max-width: 1680px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 0 11px !important;
        font-size: 13px;
    }
}
@media (max-width: 1480px) {
    .Navlogo > div > a > img  {
        width: 300px;
    }
}
@media (max-width: 1480px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 0 11px !important;
        font-size: 12px;
    }

    #respImgModel {
        width: 150px;
    }
}
@media (max-width: 1430px) {
    .infoPartCont {
        padding: 100px 15px 15px 70px;
    }
}
@media (max-width: 1335px) {
    #respImgModel {
        width: 110px;
    }
}
@media (max-width: 1290px) {
    .Navlogo > div > a > img {
        width: 277px;
    }
    .MaininfoPar br {
        display: none;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 0 9px !important;
    }
}
@media (max-width: 1263px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
    }
}
@media (max-width: 1205px) {
    #respImgModel {
        width: 90px;
    }
}
@media (max-width: 1150px) {
    #respImgModel {
        width: 75px;
    }
}
@media (max-width: 1100px) {
    .middle-flex-with-2_01 > div:nth-child(2) > div:nth-child(3) > div > a{
        font-size:20px;
    }
}
@media (max-width: 1095px) {
    #respImgModel {
        width: 60px;
    }
}
@media (max-width: 1065px) {
    #respImgModel {
        width: 85px;
    }
    .headerRespWrapperModel {
        padding: 33px !important;
    }
}
@media (max-width: 1042px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
    }
}
@media (max-width: 992px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .navbar-inverse .navbar-nav > .active::before, .navbar-inverse .navbar-nav > .active::after {
        display: none;
    }
}
@media (max-width: 991px) {
    .footer-m2 .footer-contacts-partners {
        width: 100%
    }
    .col-xs-12.text-right.footer-contacts {
        width: 100%;
    }
    .listing-item-parameters {
        margin-top: 0 !important;
    }
    .buttonCall {
        margin-top: 15px;
    }    
    .site_client_1646 #listing-details .dpe-ges-block-m3 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }
    .site_client_1646 #listing-details .dpe-stairs-icon {
        right: unset;
        left: 0;
        transform: translateX(-45%);
        margin: auto;
    }
    .site_client_1646 #listing-details .dpe-stairs-icon {
        top: 35px;
    }
}

.coups_de_coeur{
    background-image: url("../images/coups_de_coeur_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 1550px;
    padding-top: 100px;
    overflow: hidden;
    position: relative;

}
.coups_de_coeur i.fa {
    font-size: 60px;
    position: absolute;
    display: none !important;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;

}
.coups_de_coeur i.fa.fa-angle-up {
    top: 10%;
}

.coups_de_coeur i.fa.fa-angle-down {
    bottom: -12px;
}
.coups_de_coeur .coups_title_coeur{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    margin-left: 35%;
    position: relative;
    top: -76px;
    padding-right: 11px;
}


.contact-top-texts {
    text-align: center;
}


.coups_de_coeur .coups_title_coeur h1 {
    font-family:Proxima Nova Light;
}

.coups_de_coeur .link_vente{
    color: #932b82;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-family: "Gotham Light";
    position: absolute;
    top: 25px;
    right: 3%;
    transition: 1s !important;
}
.coups_de_coeur a.link_vente img {
    margin-left: 10px;
    transform: scale(.8);
}

.coups_de_coeur a.link_vente:hover img {
    transform: rotateY(360deg) !important;
}
.coups_de_coeur .coeur_block{
    margin-top: 0;
    height: 845px;
    overflow-y: hidden;
    transition-duration: 2s;
}
.coups_de_coeur .coeur_block::-webkit-scrollbar {
    display: none;
}


.coup_de_coeur_block_form{
    display: flex;
}
.coup_de_coeur_block_form figcaption{
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    background: linear-gradient(to right, #2f2e2e,  rgba(47,46,46,0.8), rgba(47,46,46,0));
}
figure.effect-layla:hover img{
    opacity: 1;
}

.coup_de_coeur_block_form figure.effect-layla{
    width: 44%;
    background-color: transparent;
}
.coup_de_coeur_block_form figure.effect-layla:before {
    position: absolute;
    right: 6px;
    top: -75px;
    z-index: 999;
    content: '';
    border-top: 200px solid #2f2e2e;
    transform: rotate(110deg);
    border-right: 127px solid transparent;
}

#featured-slider{
    width: 100%;
    height: 735px;
    margin-top: 0;
    overflow:hidden;
    position:relative;
}

#featured-slider #CoeurSlider {
    width: 60%;
    height: auto;
    position: absolute;
    scroll-behavior: smooth;
    top: 0;
    left: 0;
}
.coup_de_coeur_block_form figure.effect-layla:after,
.coups_de_coeur #cdc_4.coup_de_coeur_block_form figure.effect-layla:after{
    position: absolute;
    right: -46px;
    bottom: -26px;
    content: '';
    border-bottom: 125px solid #2f2e2e;
    transform: rotate(275deg);
    border-right: 200px solid transparent;
}
.coups_de_coeur .coeur_block figcaption h2{
    color: white;
    font-size: 30px;
    padding-left: 15px;
    text-transform: uppercase;
    font-family: "Gotham Light";
}
.coups_de_coeur .coeur_block figcaption p.first-txt{
    color: white;
    font-size: 15px;
    padding-left: 30px;
    font-family: "Gotham Light";
}
.coups_de_coeur .coeur_block figcaption p.second-txt{
    color: white;
    font-size: 30px;
    margin-top: 20px;
    font-family: "Gotham Book";
}
.coups_de_coeur .coup_de_coeur_block_form{
    height: 250px;
    margin-left: 0;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 30px;
    z-index: 8000;
}

.coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(3n+1) {
    margin-left: 25%;
}
.coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(2),
.coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(5),
.coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(8),
.coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(11),
.coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(14){
    margin-left: 18%;
}
.coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(2n+2+n) {
    margin-left: 18%;
}
.coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(3n+3) {
    margin-left: 11%;
}

.coups_de_coeur .coup_de_coeur_block_form img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 0;
    box-sizing: border-box;

}
.coups_de_coeur .coup_de_coeur_block_form img[src*=c1646a] {
    object-fit: contain;
    background-color: white;
    border: 1px solid #cecece;
    height: 213px;
}
.coups_de_coeur .multi-item-image-slider .owl-item{
    width: 100% !important;
}
.coups_de_coeur .owl-carousel .owl-wrapper{
    width: 100% !important;
    left: 0;
    display: flex  !important;
    flex-direction: column !important;
}

.open_ul_icon, .close_ul_icon{
    font-size: 35px;
    position: absolute;
    right: 15px;
    display: none;
    color: #fc4f08;
    cursor: pointer;
    z-index: 2000;
    top: 10px;
}
.close_ul_icon{
    width: 25px;
    height: 25px;
    background-color: transparent;
}

.coeur_block.carousel-vertical .hiddenCarouser {
    height: auto;
}

.dpe-stairs-icon:hover {
    display: block;
    transition: 500ms ease-in-out;
}
/* CSS Document */
/********************* Menu Effects Start ***********************************/
/*--------------------------------------------------------------------------*/

/*-------------------- Effect Up Arrow Starts --------------------*/
.effect-up-arrow a::after,
.navbar-default .effect-up-arrow > .active > a::after {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f99419;

    transition: opacity 0.1s, transform 0.5s;
    -moz-transition: opacity 0.1s, -moz-transform 0.5s;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.5s;

    transform: translate(-50%, calc(-100% - 2px));
    -moz-transform: translate(-50%, calc(-100% - 2px));
    -webkit-transform: translate(-50%, calc(-100% - 2px));
    -ms-transform: translate(-50%, calc(-100% - 2px));
    -o-transform: translate(-50%, calc(-100% - 2px));
}

.effect-up-arrow a:hover::after,
.effect-up-arrow a:focus::after,
.navbar-default .effect-up-arrow > .active > a::after {
    opacity: 1;
    overflow: hidden;
    transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
}
/*-------------------- Effect Up Arrow Ends -------------------------*/

@media (min-width: 768px) {

    .navbar-default .effect-up-arrow > .active > a::after,
    .effect-up-arrow a::after {
        top: calc(100% + 6px);
        transform: translate(-50%, calc(-100% - 6px));
        -moz-transform: translate(-50%, calc(-100% - 6px));
        -webkit-transform: translate(-50%, calc(-100% - 6px));
        -ms-transform: translate(-50%, calc(-100% - 6px));
        -o-transform: translate(-50%, calc(-100% - 6px));
    }

    .navbar-default .effect-up-arrow > .active > a::after {
        opacity: 1;
        overflow: hidden;
        transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
    }

}

/*-------------------- Effect Layla Content Starts --------------------*/
figure.effect-layla {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
}

/* for Mobile Starts */
figure.effect-layla h2 {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
figure.effect-layla h3, figure.effect-layla p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
p.second-txt {
    font-size: 1em;
}
figure.effect-layla h3 {
    font-size: 0.8em;
}
/* for Mobile Ends */

figure.effect-layla img {
    width: 100%;
    height: auto;
    display: block;
}

figure.effect-layla figcaption {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin:0;
    padding: 0;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    pointer-events: none;
}

figure.effect-layla figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-layla {
    background: #000;
}
figure.effect-layla img {
    width: 100%;
    height: auto;
}

figure.effect-layla figcaption div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /*width: 80%;*/
    text-align: center;
    opacity: 0;
    padding: 10px;
    /*display: inline-block;*/
    width: 40%;
    height: 140px;
    border: 2px solid red;
    margin-left: 501px;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    content:'';
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

figure.effect-layla figcaption::before {
    top: 18px;
    right: 10px;
    bottom: 18px;
    left: 10px;
    border-top: 1px solid #f99419;
    border-bottom: 1px solid #f99419;
    transform: scale(0,1);
    -moz-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 10px;
    right: 18px;
    bottom: 10px;
    left: 18px;
    border-right: 1px solid #f99419;
    border-left: 1px solid #f99419;
    transform: scale(1,0);
    -moz-transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    /*padding-top: 26%;*/
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    text-align: center;
    text-transform: none;
    opacity: 0;
    transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    -ms-transform: translate3d(0,-10px,0);
    -o-transform: translate3d(0,-10px,0);
}
figure.effect-layla img,
figure.effect-layla h2 {
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}


figure.effect-layla img,
figure.effect-layla p,
figure.effect-layla div {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.figure.effect-layla:hover img {
    opacity: 0.9;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}


figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}

figure.effect-layla:hover div {
    opacity: 1;
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img,
figure.effect-layla:hover div {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-layla:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05) ;
    -ms-transform: scale(1,05);
    -moz-transform: scale(1.05) rotate(0.02deg);
}
/*-------------------- Effect Layla Content Ends --------------------*/

/*-------------------- Effect Layla Media Queries Start -------------*/
@media (min-width: 400px) and (max-width: 768px) {

    figure.effect-layla h2 {
        font-size: 1.5em;
    }

    figure.effect-layla h3 {
        padding-bottom: 10px;
    }

    figure.effect-layla p {
        margin: 0 0 10px;
    }

    figure p.second-txt {
        font-size: 1.2em;
    }

    figure.effect-layla p:nth-child(2) {
        font-size: 1.2em;
    }
    figure.effect-layla figcaption div {
        width: 80%;
    }

    figure.effect-layla figcaption::before {
        top: 18px;
        right: 10px;
        bottom: 18px;
        left: 10px;
    }

    figure.effect-layla figcaption::after {
        top: 10px;
        right: 18px;
        bottom: 10px;
        left: 18px;
    }
}
@media (min-width: 1200px) {

    figure.effect-layla h2 {
        font-size: 1.5em;
    }
    figure p.second-txt {
        font-size: 1.2em;
    }
    figure.effect-layla h3 {
        padding-bottom: 10px;
    }

    figure.effect-layla p {
        margin: 0 0 10px;
    }

    figure.effect-layla figcaption div {
        width: 80%;
    }

    figure.effect-layla figcaption::before {
        top: 18px;
        right: 10px;
        bottom: 18px;
        left: 10px;
    }

    figure.effect-layla figcaption::after {
        top: 10px;
        right: 18px;
        bottom: 10px;
        left: 18px;
    }
}
/********************* Box Shadow Effects Start *****************************/
/*--------------------------------------------------------------------------*/
.box-shadow-effect1 {
    -webkit-box-shadow: 6px 17px 31px -1px rgba(0,0,0,0.71);
    -moz-box-shadow: 6px 17px 31px -1px rgba(0,0,0,0.71);
    box-shadow: 6px 17px 31px -1px rgba(0,0,0,0.71);

}
/********************* Button Effects Start *********************************/
/*--------------------------------------------------------------------------*/
.btn-shadow-effect1:hover, .btn-shadow-effect1:focus, .active.btn-shadow-effect1  {
    box-shadow: inset 0 0 0  rgba(0,0,0,0.3),0 5px 15px rgba(0,0,0,0.8);
}

.btn-shadow-effect2:hover, .btn-shadow-effect2:focus, .active.btn-shadow-effect2 {
    box-shadow: inset 0 0 0  #27496d,0 4px 15px #193047;
}

/********************* Button Effects End ***********************************/
/*--------------------------------------------------------------------------*/

.close_ul_icon .mdiv {
    height: 30px;
    width: 5px;
    margin-left: 12px;
    background-color: #fc4f08;
    transform: rotate(45deg);
    Z-index: 1;
}

.close_ul_icon .md {
    height: 30px;
    width: 5px;
    background-color: #fc4f08;
    transform: rotate(90deg);
    Z-index: 2;
}
.header-section_all i.fa.fa-bars.open_ul_icon{
    cursor: pointer;
}
.coups_de_coeur .coeur_block figcaption h3{
    color: #e0a7d7;
    font-size: 20px;
    font-family: "Gotham Light";
}

@media screen and (min-width: 1400px) {
    .coups_de_coeur{
        height: 100vh !important;
    }
}
@media screen and (min-width: 1951px) {
    #featured-slider {
        height: 820px;
    }
    .coups_de_coeur {
        height: 100vh !important;
    }
    .coup_de_coeur_block_form figure.effect-layla:after, .coups_de_coeur #cdc_4.coup_de_coeur_block_form figure.effect-layla:after {
        bottom: -12px;
    }
    .coup_de_coeur_block_form figure.effect-layla:before {
        top: -60px;
    }
    .coups_de_coeur .coeur_block figcaption h3 {
        font-size: 25px;
    }
    .coups_de_coeur .coeur_block figcaption h2 {
        font-size: 35px;
    }
    .coups_de_coeur .coeur_block figcaption p.first-txt {
        font-size: 18px;
    }
    .coups_de_coeur .coeur_block figcaption p.second-txt {
        font-size: 28px;
    }
    .coups_de_coeur .coup_de_coeur_block_form img[src*=c1646a] {
        height: 245px;
    }
}


@media screen and (max-width: 1950px) {
    .coups_de_coeur .coup_de_coeur_block_form{
        height: 220px;
    }
    .coups_de_coeur .coup_de_coeur_block_form img{
        height: 220px;
    }
    .coups_de_coeur .coeur_block figcaption p.second-txt{
        /* margin-top: 65px; */
        font-size: 26.47px;
    }
    .coups_de_coeur .coeur_block{
        height: 720px;
    }
    .coups_de_coeur{
        height: 1250px;
    }

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

    .coup_de_coeur_block_form figure.effect-layla {
        width: 41%;
        background-color: transparent;
    }
    .coups_de_coeur .link_vente {
        font-size: 19px;
        right: 2.5%;
    }
    .coups_de_coeur a.link_vente img {
        transform: scale(.7);
    }
}
@media screen and (max-width: 1690px) {
    .coups_de_coeur .coeur_block figcaption h3{
        font-size: 19px;
    }
    .coups_de_coeur .coeur_block figcaption h2{
        font-size: 29px;
    }
    .coups_de_coeur .coeur_block figcaption p.first-txt{
        font-size: 14px;
    }
    .coups_de_coeur a.link_vente img {
        transform: scale(.7);
    }
}
@media screen and (max-width: 1650px) {
    .coup_de_coeur_block_form figure.effect-layla {
        width: 45%;
    }
}
@media screen and (max-width: 1610px) {
    .coups_de_coeur .link_vente {
        font-size: 18px;
        right: 2%;
    }
    .coups_de_coeur a.link_vente img {
        transform: scale(.6);
    }
}
@media screen and (max-width: 1600px) {
    .coup_de_coeur_block_form figure.effect-layla {
        width: 46%;
    }
}
@media screen and (max-width: 1550px) {
    #featured-slider #CoeurSlider {
        width: 70%;
    }
    .coups_de_coeur {
        background-image: url('../images/coups_de_coeur_bg2.png');
    }
    .bienCont {
        background-size: cover;
        background-position: center;
    }
    .bienWrapper div {
        padding-top: 17%;
    }
}
@media screen and (max-width: 1450px) {
    .coup_de_coeur_block_form figure.effect-layla {
        width: 47%;
    }
}
@media screen and (max-width: 1400px) {
    .coups_de_coeur {
        height: 78vh;
    }
    .coups_de_coeur .coup_de_coeur_block_form img,
    .coups_de_coeur .coup_de_coeur_block_form {
        height: 180px;
    }
    .coups_de_coeur .coup_de_coeur_block_form img[src*=c1646a] {
        height: 175px;
    }
    .coup_de_coeur_block_form figcaption {
        padding-left: 0;
    }
    #featured-slider {
        height: 620px;
    }
    .coups_de_coeur .coeur_block figcaption h2 {
        font-size: 24px;
        margin: 5px 0;
    }
    .coups_de_coeur .coeur_block figcaption p.second-txt {
        font-size: 23px;
    }
}
@media screen and (max-width: 1390px) {
    .coup_de_coeur_block_form figure.effect-layla {
        width: 54%;
    }
    .coup_de_coeur_block_form#cdc_1 figure.effect-layla,
    .coup_de_coeur_block_form#cdc_6 figure.effect-layla,
    .coup_de_coeur_block_form#cdc_3 figure.effect-layla,
    .coup_de_coeur_block_form#cdc_4 figure.effect-layla{
        width: 64%;
    }
    .coups_de_coeur .coeur_block #cdc_2 figcaption p.second-txt,
    .coups_de_coeur .coeur_block #cdc_5 figcaption p.second-txt{
        /* margin-top: 41px; */
    }
    .coups_de_coeur .coup_de_coeur_block_form {
        background-position-x: 175px;
    }
    .coups_de_coeur #cdc_2, .coups_de_coeur #cdc_5 {
        background-position-x: 150px;
    }
    .coups_de_coeur #cdc_3, .coups_de_coeur #cdc_6 {
        background-position-x: 165px;
    }
    #footer .f_logo_cont img.logo_cont_img {
        width: 150px;
    }
    #footer .links_cont_footer a {
        line-height: 14px;
    }
}
@media screen and (max-width: 1319px) {
    .coups_de_coeur .coeur_block figcaption h3{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .coups_de_coeur .coeur_block figcaption h2{
        font-size: 27px;
        margin-bottom: 5px;
    }
    .coups_de_coeur .coeur_block figcaption p.first-txt{
        font-size: 13px;
    }

}
@media screen and (max-width: 1300px) {
    .coups_de_coeur .link_vente {
        right: 1%;
    }
}
@media screen and (max-width: 1290px) {
    .coup_de_coeur_block_form#cdc_1 figure.effect-layla,
    .coup_de_coeur_block_form#cdc_6 figure.effect-layla,
    .coup_de_coeur_block_form#cdc_3 figure.effect-layla,
    .coup_de_coeur_block_form#cdc_4 figure.effect-layla {
        width: 74%;
    }
    .coup_de_coeur_block_form figure.effect-layla {
        width: 60%;
    }
}
@media screen and (max-width: 1250px) {
    .coups_de_coeur {
        background-image: url('../images/coups_de_coeur_bg3.png');
        background-size: cover;
        background-position: top right;
        height: 85vh;
        overflow: hidden;
    }
    .coups_de_coeur .link_vente {
        background-color: white;
        width: 25%;
        top: -5px;
        right: -15px;
        padding: 1.2% 1% 1% 3%;
        clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@media screen and (max-width: 1200px) {

    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(3n+1) {
        margin-left: 20%;
    }
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(2),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(5),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(8),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(11) {
        margin-left: 13%;
    }
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(3n+3) {
        margin-left: 6%;
    }
    .coups_de_coeur i.fa.fa-angle-up {
        top: 15%;
    }
    .coups_de_coeur i.fa.fa-angle-down {
        bottom: 0;
    }
    #featured-slider #CoeurSlider {
        width: 80%;
    }
    .coups_de_coeur .coups_title_coeur h1 {
        margin-top: 60px;
    }
    .coups_de_coeur {
        height: 88vh;
    }
}
@media screen and (max-width: 1060px) {
    .coups_de_coeur .coups_title_coeur {
        width: 100%;
        margin: 8% auto 3%;
        top: 0;
    }
    .coups_de_coeur .coups_title_coeur h1 {
        margin: 0 auto 50px;
        width: 88%;
        text-align: center;
    }
    .coups_de_coeur .link_vente {
        width: 32%;
        padding: 1.2% 1% 1% 3%;
        top: -5px;
        margin-bottom: 4%;
    }
    .coups_de_coeur {
        padding-top: 3%;
        height: 100vh;
    }
    .coups_de_coeur .coeur_block figcaption h2 {
        font-size: 23px;
    }
    .coup_de_coeur_block_form figcaption {
        padding-left: 0;
    }

    .bienWrapper div:before {
        top: 3%;
    }
    .bienWrapper div {
        padding-top: 20%;
    }
}
@media screen and (max-width: 1024px) {
    .coups_de_coeur i.fa {
        font-size: 40px;
    }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
    .mac-os .coups_de_coeur {
        height: 65vh;
    }
    .mac-os .coups_de_coeur i.fa.fa-angle-up {
        top: 17%;
    }
    .coups_de_coeur .coups_title_coeur {
        margin: 5% auto 4%;
    }
    #featured-slider {
        top: -20px;
    }
    .coups_de_coeur i.fa.fa-angle-down {
        bottom: 0.5%;
    }


}
@media screen and (max-width: 768px) and (max-height: 1024px) {
    .mac-os .coups_de_coeur {
        height: 80vh;
    }
    .mac-os #featured-slider {
        top: -20px;
    }
    #featured-slider {
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(3n+1) {
        margin-left: 15%;
    }
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(2),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(5),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(8),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(11) {
        margin-left: 8%;
    }
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(3n+3) {
        margin-left: 1%;
    }
    #featured-slider #CoeurSlider {
        width: 85%;
    }
    .bienWrapper div {
        padding-top: 17%;
    }

}
@media screen and (max-width: 850px) {
    .coup_de_coeur_block_form figure.effect-layla:before,
    .coup_de_coeur_block_form figure.effect-layla:after {
        display: none;
    }
    .coup_de_coeur_block_form figcaption, #CoeurSlider figure {
        position: absolute;
        width: 80% !important;
        height: 180px;
    }
    .coups_de_coeur .coup_de_coeur_block_form img[src*=c1646a] {
        height: 180px;
    }
    #CoeurSlider .slide:hover figure {
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.4);
    }
    .coup_de_coeur_block_form figcaption {
        background: linear-gradient(to right, rgba(47,46,46,0.8), rgba(47,46,46,0.8));
        padding: 0 2%;
    }
    #featured-slider #CoeurSlider {
        width: 100%;
    }
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(3n+1),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(2),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(5),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(8),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(11),
    .coups_de_coeur .coup_de_coeur_block_form.slide:nth-child(3n+3) {
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
    }
    #CoeurSlider .slide:hover figure {
        width: 80%;
    }
    .coups_de_coeur .coeur_block figcaption h2,
    .coups_de_coeur .coeur_block figcaption p.first-txt,
    .coups_de_coeur .coeur_block figcaption h3,
    .coups_de_coeur .coeur_block figcaption p.second-txt {
        padding-left: 0;
        text-align: center;
    }
    .coups_de_coeur i.fa.fa-angle-down {
        bottom: 1.5%;
    }
    .coups_de_coeur {
        height: 94vh;
    }
}
@media screen and (max-width: 800px) {
    .coups_de_coeur .link_vente {
        width: 50%;
        top: -2px;
        padding: 2% 1% 2% 5%;
    }
}
@media screen and (max-width: 767px)  {
    #listing1 .DpeCont  .dpe-wrapper {
        margin-bottom: 20px;
    }
    .site_client_1646 .dpe-stairs-icon {
        left: 0;
        right: unset !important;
        transform: translateX(-46%);
    }
}
@media screen and (max-width: 600px) {
    .coups_de_coeur .link_vente {
        width: 60%;
    }
}
@media screen and (max-width: 575px) {
    .coups_de_coeur .link_vente {
        font-size: 17px;
        margin-bottom: 10%;
    }
    .coups_de_coeur a.link_vente img {
        transform: scale(.5);
    }
    .coups_de_coeur .coups_title_coeur {
        margin: 12% auto 0;
    }
}
@media screen and (max-width: 500px) {
    #featured-slider {
        height: 200px;
        overflow-y: scroll;
    }
    .coups_de_coeur {
        height: 50vh;
    }
    .coups_de_coeur .coups_title_coeur {
        margin: 16% auto 3%;
    }
    .coups_de_coeur i.fa {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .coups_de_coeur {
        height: 55vh;
    }
    .coups_de_coeur .link_vente {
        width: 65%;
    }
}

@media screen and (max-height: 800px) {
    .coups_de_coeur {
        height: auto;
    }
}

/*************INFO AGENCE MEDIA*************/
@media (max-width: 1400px) {
    .infoPartCont  {
        flex: 60%;
    }
}
@media (max-width: 1260px) {
    .middleAgenceCont {
        flex-direction: column;
        margin-top: 60px;
    }
    .infoPartCont {
        margin-bottom: 45px;
        padding: 75px 15px;
    }
    .infoImgPart {
        padding-left: 15px;
    }
    .infoPartCont p {
        text-align: center;
    }
    .infoBtnCont {
        margin: 30px auto 0;
    }
    .infoImgPart img {
        width: 75%;
        float: right;
    }
}
@media (max-width: 991px) {
    .bienWrapper div a {
        font-size: 35px;
    }
    .bienWrapper {
        margin: 17% auto 0;
    }
    .bienWrapper div:before {
        top: -10%;
    }
}
@media (max-width: 800px) {
    .bienCont {
        height: 400px;
    }

    .bienWrapper div:before {
        top: -12%;
    }
}
@media (max-width: 737px) {
    .buttonCall {
        font-size: 17px;
        margin-top: 0;
    }
    .footer-m2 .footer-contacts-partners {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .footer-m2 .footer-contacts {
        padding: 5px;
    }

    .footer-fb-icon {
        margin-bottom: 15px;
    }

    .footer-contacts p:nth-child(2)  {
        text-align: center;
    }
    #footer-contacts {
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 700px) {
    .infoPartCont p br {
        display: none;
    }
    .infoImgPart img {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .MaininfoHeading {
        font-size: 25px;
    }
}


.navbar-inverse .navbar-nav > .active {
    position: relative;
}

.navbar-inverse .navbar-nav > .active::before {
    content: url(../images/headerActiveBefore.png);
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    margin: auto;
}

.navbar-inverse .navbar-nav > .active::after {
    content: url(../images/headerActiveAfter.png);
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #932b82 !important;
    color: white !important;
}

.contact-top-text2 {
    font-style: italic;
}

.ml9 {
    position: absolute;
    font-weight: 200;
    font-size: 4em;
}

.ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}

.headerRespWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: rgba(256,256,256,.4);
    padding: 50px;
    border-radius: 50%;
    display: none;
}

.apartment-details-slide-figure {
	box-shadow: 1px 1px 20px grey;

}
.bubble {
    position: fixed;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    background: purple;
    transition: height 0.5s, width 0.5s, background-color 0.5s, all 0.5s;
    z-index: 9999;
}


@media (max-width: 1950px) {
    .infoPage_imgCont img {
        width: 65%;
    }
}
@media (max-width: 1860px) {
    li .caret {
        right: 0;
    }
}
@media (max-width: 1680px) {
    li .caret {
        right: -4px;
    }
}
@media (max-width: 1480px) {
    .Navlogo > div > a > img {
        display: none !important;
    }

    .headerRespWrapper {
        display: inline-block;
    }
    .header-darkmenu  {
        justify-content: center !important;
        top: -30px;
    }
}
@media (max-width: 992px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        width: max-content;
        margin: auto;
    }
}
@media (max-width: 991px) {
    .header-darkmenu {
        top: 50px;
        justify-content: flex-end !important;
    }
}
@media (max-width: 870px) {
    #respImg {
        width: 125px;
    }
}
@media (max-width: 825px) {
    .headerRespWrapperModel {
        transform: translate(-50%, -64%) !important;
    }
}
@media (max-width: 800px) {
    .bienWrapper {
        margin: 21% auto 0;
    }
}
@media (max-width: 767px) {
   .dpe-stairs-icon > svg, .dpe-stairs-icon > img {
       width: 450px !important;
   }
}
@media (max-width: 700px) {
    .bienWrapper {
        padding: 0;
    }
    .bienWrapper div:before {
        top: 100%;
    }
    .bienWrapper div.locationCont::before {
        top: 0;
    }
    .bienWrapper {
        width: 100%;
        margin: 12% auto;
        display: flex;
        padding: 0 15px;
        justify-content: space-between;
        align-items: flex-start;
    }

    .venteCont {
        margin-bottom: 30px;
    }

    .bienWrapper div {
        margin-left: 45px;
        padding-top: 0;
    }

    .bienWrapper {
        margin: 8% auto 0;
        padding-top: 16%;
    }
    .bienWrapper div:before {
        content: url(../images/bienActive.png);
        position: absolute;
        left: -35px;
        transform: translateY(-50%) scale(0.4) rotate(270deg);
        top: 30%;
        transition: 0.5s;
        opacity: 1;
        width: 6px;
    }
    .bienWrapper div.venteCont {
        text-align: left;
    }
    .bienWrapper div.locationCont {
        text-align: right;
    }
    .bienWrapper div.locationCont::before {
        transform: translateY(-50%) scale(0.4) rotate(90deg);
        left: unset;
        right: -35px;
        top: 0;
    }
    .bienWrapper div.locationCont {
        margin-left: 0;
        margin-right: 45px;
    }
    .bienWrapper div a {
        transition: 1s;
    }

    .bienWrapper div:hover a {
        letter-spacing: 3px;
        transition: 1s;
    }

    .bienCont {
        width: 100%;
        height: 317px;
        background-image: url(../images/bienBackground.png);
        background-size: cover;
        display: flex;
        align-items: baseline;
        justify-content: center;
        background-position: center bottom;
    }

}
@media (max-width: 685px) {
    .headerRespWrapperModel {
        padding: 26px !important;
    }
}
@media (max-width: 620px) {
    .headerRespWrapperModel {
        padding: 20px !important;
    }
}
@media (max-width: 608px) {
    .MaininfoHeading {
        font-size: 25px;
    }
}
@media (max-width: 565px) {
    .headerRespWrapperModel {
        transform: translate(-50%, -59%) !important;
     
    }

    #respImgModel {
        width: 68px !important;
    }
}
@media (max-width: 580px) {
    .black-opacity-cont-text {
        margin-bottom: -26px !important;
    }
    .bienWrapper div a {
        font-size: 30px;
    }
    .bienCont {
        height: 250px;
    }
    #respImg {
        width: 100px;
    }
    .bienWrapper div:before {
        top: 40%;
    }
    .bienWrapper {
        margin: 6% auto 0;
    }
}
@media (max-width: 550px) {
   .dpe-stairs-icon > svg, .dpe-stairs-icon > img {
       width: 400px !important;
   }
}
@media (max-width: 538px) {
    #respImg {
        width: 78px;
    }
}
@media (max-width: 500px) {
    .bienWrapper {
        flex-direction: column;
        align-items: center;
        padding-top: 15%;
    }

    .headerRespWrapperModel {
        transform: translate(-50%, -59%) !important;
        padding: 55px !important;
    }

    .headerRespWrapperModel img {
        width: 78px !important;
    }



    .venteCont {
        margin-bottom: 0;
    }
    .bienWrapper div {
        margin-left: 0;
        padding-left: 12%;
    }
    .bienWrapper div.locationCont {
        margin-right: 0;
        padding-right: 12%;
    }
    .bienWrapper div.locationCont::before {
        right: 2%;
    }
    .bienWrapper div:before {
        top: 60%;
        left: 2%;
    }
}
@media (max-width: 450px) {
   .dpe-stairs-icon > svg, .dpe-stairs-icon > img {
       width: 350px !important;
   }
}
@media (max-width: 400px) {
    .bienWrapper {
        padding-top: 17%;
        margin: 8% auto 0;
    }
   .dpe-stairs-icon > svg, .dpe-stairs-icon > img {
       width: 300px !important;
   }
}
@media (max-width: 378px) {
    .listing-m3 .listing-item-description p>span {
        font-size: 13px !important;
    }
}
@media (min-width: 1565px) {
    .agence_title {
        top: 23%;
    }
}
@media (min-width: 1920px) {
    .gestion-img {
        width: 600px;
    }
}
@media (min-width: 1950px) {
    .agence_title {
        top: 29%;
    }
}
@media (min-width: 2000px) {
    .coups_de_coeur .link_vente{
        font-size: 25px;
    }
}
@media (min-width: 2080px) {
    .black_opacity_cont {
        bottom: 48px;
    }
}
@media screen and (max-width: 2190px) and (min-width: 1920px) {
    .MaininfoPar {
        font-size: 20px;
    }
    .MaininfoHeading {
        font-size: 35px;
    }
}
@media (min-width: 2190px) {
    .MaininfoPar {
        font-size: 26px;
    }
    .MaininfoHeading {
        font-size: 41px;
        line-height: 45px;
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    overflow: hidden;
}
#preloader_1{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
#preloader_1 span{
    display:block;
    bottom: 0;
    width: 6px;
    height: 5px;
    background:purple;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:purple;}
    25% {height:30px;transform:translateY(15px);background:purple;}
    50% {height:5px;transform:translateY(0px);background:purple;}
    100% {height:5px;transform:translateY(0px);background:purple;}
}

.links_categsTypesbien_title  a:hover{
    color: #23527c !important;
    text-decoration: underline;
}
#preloader_1 span:nth-child(2){
    left:11px;
    animation-delay: .2s;
}
#preloader_1 span:nth-child(3){
    left:22px;
    animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
    left:33px;
    animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
    left:44px;
    animation-delay: .8s;
}

.links_categsTypesbien_title  a:hover{
    color: #23527c !important;
    text-decoration: underline;
}

.coups_title_coeur a  {
    transition: 1s !important;
}
.coups_title_coeur a:hover {

    box-shadow: 1px 1px 9px purple;
    border-radius: 15px;
    margin-top: -29px;
    transition: 0.5s !important;
    padding: 0 9px;

}



@media (max-width: 991px) {
    .slides.gallery li {
        width: 94vw !important;
        margin-right: 15px !important;
    }
}
@media (max-width: 378px) {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade],
    html:not(.no-js) [data-aos^=slide][data-aos^=slide],
    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}





.headerRespWrapperModel {
    padding: 31px;
}

.comment-area h4 {
    text-transform: capitalize !important;
    font-family: Proxima Nova Regular, sans-serif !important;

}

.confiez-nous-section-title{
    font-family: Proxima Nova Regular, sans-serif !important;
    text-transform: capitalize !important;
}

.categsTypesbien_title {
    color: purple !important;
}

.modal-body p {
    text-align: center !important;
}