/*
Theme Name: Multi-WP 01
Description: For immotop
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');

:root {
    --immotop_couleur_btn: #8E2D3B;
    --immotop_couleur_ads_txt: #8E2D3B;
    --immotop_couleur_header_color: #fff;
    --immotop_couleur_header_text_color: #868683;
    --immotop_couleur_compromis: var(--immotop_couleur_btn);
    --immotop_couleur_text: #000;
    --immotop_couleur_bg_footer: #3c3c3b;
    --immotop_couleur_txt_footer: #fff;
}
html {
    overflow-x: hidden !important;
    margin: 0;
}
body {
    margin: 0;
    /* overflow: hidden !important; */
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
span,
i,
label,
input,
textarea,
td,
div {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
#hide-input {
    display: none;
}

/***** HEADER *****/

.header {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--immotop_couleur_header_color);
    padding-bottom: 15px;
    padding-top: 15px;
}
.header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.header_logo img {
    width: 95%;
}
.header_col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.header_desc {
    font-size: 12px;
    font-weight: 300;
    color: var(--immotop_couleur_header_text_color);
    line-height: 13px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-left: 1px solid #dedddd;
}
.header_desc a {
    color: #868683;
    text-decoration: none;
    border-bottom: 1px solid rgba(134, 134, 131, 0);
}
.header_desc a:hover {
    text-decoration: none;
    border-bottom: 1px solid #868683;
}
.header_social-item {
    color: var(--immotop_couleur_text);
    font-size: 20px;
}
.header_social-item:hover {
    color: #6bac8d;
}
.header_social-item:not(:last-of-type) {
    margin-right: 20px;
}
.social-likes {
        font-size: 18px;
}
.social-likes a{
    text-decoration: none;
}
.social-likes i {
    cursor: pointer;
    width: 30px;
    line-height: 28px;
    vertical-align: middle;
    transition: all 30ms ease-out;
}
.social-likes i:hover,
.social-likes i:active {
    cursor: pointer;
    font-size: 30px;
    transition: all 30ms ease-in;
}
.social-likes.mycolor i {
    color: var(--immotop_couleur_btn);
}

/** MEGA MENU **/

.mega-menu-link{
	font-family: 'poppins', sans-serif !important;
}
@media only screen and (max-width: 768px){
    #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
        z-index: 100;
    }
}

/************************* FOTORAMA *************************/

.fotorama__thumb-border{
    border-color: var(--immotop_couleur_btn) !important;
}
.fotorama-container{
    position: relative;
}

/************************* FILTER FORM *************************/

.form-sorting {
    width: 100%;
}
.form-sorting option[value=""][disabled] {
    color: #868683;
}
form.clearfix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
}
.form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: none;
    box-sizing: border-box;
    margin: -1px -1px 0 0;
}
form.clearfix {
    border: 1px solid #d5d3d3;
}
form.clearfix .var1 {
    width: calc(25% + 1px);
    border-right: 1px solid #d5d3d3;
    position: relative;
}
form.clearfix .filter-arr:after {
    content: '';
    position: absolute;
    background: url("../../../wp-includes/images/filter-arr.svg");
    background-repeat: no-repeat;
    right: 16px;
    top: 21px;
    width: 15px;
    height: 8px;
}
form.clearfix .var2,
form.clearfix .var21,
form.clearfix .var22 {
    width: calc(25% + 1px);
}
form.clearfix .var21,
form.clearfix .var22 {
    border-left: 1px solid #d5d3d3;
}
form.clearfix .var3,
form.clearfix .var4,
form.clearfix .var5,
form.clearfix .var6 {
    width: calc(25% + 1px);
}
form.clearfix .var3,
form.clearfix .var4,
form.clearfix .var5 {
    border-top: 1px solid #d5d3d3;
}
form.clearfix .var3,
form.clearfix .var4 {
    border-right: 1px solid #d5d3d3;
}
.sidebar form.clearfix .var1,
.sidebar form.clearfix .var2,
.sidebar form.clearfix .var21,
.sidebar form.clearfix .var22,
.sidebar form.clearfix .var5,
.sidebar form.clearfix .var6 {
    width: 100%;
}
.sidebar form.clearfix .var3,
.sidebar form.clearfix .var4 {
    width: calc(50% + 0.5px);
}
.sidebar .form-group button {
    padding: 10px 0;
}
.form-group label {
    position: absolute;
    font-size: 11px;
    left: 10px;
    top: 5px;
    color: #000;
    text-transform: uppercase;
}
.form-group select,
.form-group input {
    width: 100%;
    background: none;
    border: none;
    padding: 17.5px 10px 17.5px 10px;
    z-index: 1;
    font-size: 15px;
    font-weight: 300;
}
.form-group select {
    cursor: pointer;
}
form.form button,
.form-group button {
    color: #ffffff;
    font-size: 14px;
}
.form-group button {
    width: 100%;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}
.form-group button:hover {
    opacity: 0.8;
}
.block-filter {
    position: relative;
    padding: 25px 20px;
    background: #fff;
    box-shadow: -8px -19px 29px 14px rgba(0, 0, 0, 0.26);
    z-index: 1;
}
.block-filter select,
.block-filter input {
    outline: none;
}
.block-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.block-filter form {
    margin: 0;
}

/************************* HOME PAGE *************************/

.mainpage {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
}
.mainpage .container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mainpage_news-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #698d7b;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid rgba(105, 141, 123, 0);
    text-transform: uppercase;
}
.mainpage_news-title:hover {
    border-bottom: 1px solid #698d7b;
}
.mainpage_news-item p {
    font-size: 14px;
    font-weight: 400;
    color: #383838;
    line-height: 2;
    margin-bottom: 30px;
}
.mainpage_news {
    background: #fff;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-right: 20px;
}
.mainpage_news-item {
    margin-bottom: 25px;
}
.mainpage_top {
    /* background: var(--immotop_couleur_fond); */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

/************************* CARD *************************/

.card {
    max-width: 500px;
    position: relative;
    background: #fff;
    z-index: 1;
    margin-bottom: 10px;
    box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.09);
}
.card_info {
    padding-left: 15px;
    padding-right: 15px;
}
.card_info-block p {
    margin-left: 5px;
}
.card_info-block .fa__unactive {
    color: #aaa
}
.card_photo {
    position: relative;
    display: inline-block;
    width: 100%;
}
.card_photo img {
    width: 100%;
    height: auto;
}
.card_desc {
    font-weight: 400;
    font-size: 18px;
    color: #5c5c5a;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 50px;
}

/************************* ADDS RESULT *************************/

.adds {
    position: relative;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}
.adds .container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.adds_result{
    position: relative;
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-right: 20px;
}
.adds_result-t2{
    position: relative;
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
}
.adds_result-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.adds_result-t2 .adds_result-info{
    max-width: 1200px;
}
.adds .info-result {
    font-size: 15px;
    font-weight: 300;
    color: #8c8989;
    text-transform: uppercase;
}
.adds_filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.adds .vid-search {
    display: none;
}
.adds .vid-search .fa__active {
    color: var(--immotop_couleur_btn);
}
.adds .vid-search i {
    color: #b7b7b7;
    font-size: 20px;
    cursor: pointer;
}
.adds .vid-search i:hover {
    color: var(--immotop_couleur_btn);
}
.adds .vid-search i:first-of-type {
    margin-right: 5px;
}
.adds_card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px 0px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.adds_card-photo {
    position: relative;
    display: inline-block;
    width: 100%;
}
.adds_card-photo img {
    width: 100%;
    height: auto;
    min-height: 170px;
}
.adds_card-left {
    background: #fff;
}
.adds_card-price {
    font-weight: 400;
    font-size: 18px;
    color: var(--immotop_couleur_text);
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    width: 234px;
    margin: 0 auto;
}
.adds_card-info .lineview-header {
    color: #000;
    display: flex;
    justify-content: space-between;
}
.adds_card-info .adds_card-title-line,
.adds_card-info .adds_card-price-line {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}
.adds_card-info  .adds_card-price-line{
    color: var(--immotop_couleur_btn);
    font-weight: 500;
}
.adds_card-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.adds_card-title {
    font-weight: 400;
    font-size: 18px;
    color: #1d1d1b;
    margin-bottom: 20px;
}
.adds_card-info-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    /* padding-top: 50px; */
    max-width: 370px
}
.adds_card-info-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding-top: 50px;
    max-width: 100%;
}
.adds_card-info-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.adds_card-info-block:not(:last-of-type) {
    margin-right: 15px;
}
.adds_card-info-block p {
    margin-left: 7px;
}
.adds_card-info-block .fa__unactive {
    color: #aaa;
}
.adds_card-desc {
    font-weight: 400;
    font-size: 18px;
    color: #5c5c5a;
}
.adds_card-info-desc {
    font-weight: 100;
    max-width: 700px;
    font-size: 14px;
}
.adds_card_desc-line{
    max-height: 110px;
    overflow: hidden;
}
.adds_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.adds_content__active {
    -ms-flex-direction: row;
    flex-direction: row;
}
.adds_content__active .adds_card-info-desc {
    display: none;
}
.adds_content__active .adds_card {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.adds_content__active .adds_card-info {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.adds_content__active .adds_card-info-block {
    font-size: 18px;
    margin-bottom: 15px;
}
.adds_content__active .adds_card-info-block:not(:last-of-type) {
    margin-right: 17px;
}
.adds_content__active .adds_card-info-line {
    -ms-flex-pack: start;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    background-color: rbga(241, 241, 241, 0.8);
    padding-top: 15px;
}
.adds_content__active .adds_card-title-line,
.adds_content__active .adds_card-price-line {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.adds_content__active .adds_card-price-line{
    font-weight: 500;
}
.adds_content__active .lineview-header {
    color: #000;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
}
.adds_content__active .adds_card-photo img {
    width: 100%;
}
.adds-header {
    display: flex;
    justify-content: space-between;
}

/************************* ADDS VIEW *************************/

.adds-inside {
    position: relative;
    background: #fff;
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
}
.adds-inside .container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.adds-inside_content {
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 20px;
}
.adds-inside_right {
    position: relative;
    width: auto;
}
.adds-inside_right .card {
    width: 100%;
}
.adds-inside_title {
    font-weight: 400;
    font-size: 30px;
    color: var(--immotop_couleur_text);
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8E2C3B;
}
.adds-inside .soc {
    margin-bottom: 40px;
}
.adds-inside .soc a {
    margin-right: 0;
    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #383838;
    text-decoration: none;
}
.adds-inside .soc a:hover {
    color: var(--immotop_couleur_btn);
}
.adds-inside .soc span {
    margin-right: 10px;
    vertical-align: top;
    width: 30px !important;
    height: 30px !important;
}
.adds-inside .soc span svg {
    fill: #fff;
    width: 30px !important;
    height: 30px !important;
}
.adds-inside table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.adds-inside td {
    font-weight: 400;
    font-size: 16px;
    color: #383838;
    padding-top: 15px;
}
.adds-inside td:first-of-type {
    padding-right: 100px;
    text-align: left;
}
.adds-inside td:last-of-type {
    text-align: right;
}
.adds-inside tr {
    border-bottom: 1px dotted #383838;
}
.adds-inside_price {
    text-align: right;
    color: var(--immotop_couleur_text);
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}
.adds-inside_desc {
    color: #383838;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.adds-inside_block-title {
    background: var(--immotop_couleur_btn);
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.adds-inside_specifications {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}
.adds-inside_specifications-left {
    width: 100%;
    font-size: 16px;
    color: var(--immotop_couleur_text);
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.adds-inside_specifications-right {
    width: 100%;
    font-size: 16px;
    color: #838380;
    font-weight: 300;
    border-bottom: 1px solid #dbd8d8;
    padding-bottom: 20px;
}
.adds-inside .prop-item,
.adds-inside .property-wrapp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
.adds-inside .bar-valuation {
    margin: 0 40px 0 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.adds-inside .prop-title {
    font-weight: 400;
    font-size: 16px;
    color: #383838;
}
.form-pdf{
    border-left: 1px solid;
    margin-left: 10px;
    padding-left: 6px;
}
.footer {
    position: relative;
    height: auto;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--immotop_couleur_bg_footer);
}
.footer .container {
    /* display: grid; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .footer-widget-1,
.footer .footer-widget-2,
.footer .footer-widget-3,
.footer .footer-widget-4 {
    width: 25%;
    text-align: center;
}
.footer-widget-3 ul{
    display: flex;
    justify-content: center;
}
.footer-widget-3 li{
    margin: auto 15px;
}

.footer_logo {
    display: inline-block;
    margin-bottom: 20px;
}
.footer_desc {
    font-size: 14px;
    font-weight: 300;
    color: var(--immotop_couleur_txt_footer);
}
.footer_desc a {
    color: var(--immotop_couleur_txt_footer);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.footer_desc a:hover {
    border-bottom: 1px solid white;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style: none;
    margin-bottom: 15px;
}
.footer ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--immotop_couleur_txt_footer);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.footer ul li a:hover {
    border-bottom: 1px solid white;
}
.footer_social {
    margin-bottom: 20px;
}
.footer_social-item {
    color: var(--immotop_couleur_txt_footer);
    font-size: 20px;
    text-decoration: none;
}
.footer_social-item:hover {
    color: var(--immotop_couleur_btn);
}
.footer_social-item:not(:last-of-type) {
    margin-right: 20px;
}
.footer_adress {
    font-size: 16px;
    font-weight: 300;
    color: var(--immotop_couleur_txt_footer);
    margin-bottom: 10px;
}
.footer_adress a {
    color: var(--immotop_couleur_txt_footer);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.footer_adress a:hover {
    border-bottom: 1px solid #fff;
}
.footer_copyright {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #559678;
    padding-bottom: 80px;
    padding-top: 30px;
    text-align: center;
}
.footer_copyright p {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.56);
    position: relative;
    display: inline-block;
}
.footer_copyright p:before {
    content: '';
    background-image: url("../../../wp-includes/images/copy.png");
    background-position: center center;
    background-size: cover;
    width: 39px;
    height: 39px;
    position: absolute;
    display: block;
}
.footer_copyright p a {
    margin-top: 0;
}
.footer_copyright a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}
.footer_logo img {
    max-width: 180px;
    width: 100%;
}
.footer_copyright {
    border-top: 1px solid grey;
}
.footer_copyright p {
    font-size: 12px;
    font-weight: 300;
    color: grey;
}
.footer_copyright p:before {
    content: '';
    width: 30px;
    height: 30px;
    margin-left: 20px;
}
footer a:hover {
    color: #fff !important;
}
.footer_copyright a {
    color: #767676;
    font-size: 13px;
    text-decoration: underline;
    /*text-transform: lowercase;*/
    margin-top: 10px;
    display: inline-block;
}
.footer_copyright .privacy-policy-l{
    padding-right: 10px;
}
.footer_copyright .legal_notice-l{
    padding-right: 10px;
}
#latitude,
#longitude,
#email,
#emailSite,
#locale,
#marker,
#map_marker,
#label_email {
    display: none;
}
.form_wrap {
    background: #f1f1f1;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form_wrap .dop-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}
.form_wrap #email {
    display: none;
}
.form_wrap input,
.contact-p-form input,
.form_wrap textarea,
.contact-p-form textarea {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    border-bottom: 1px solid #d5d5ce;
    margin-bottom: 15px;
}
.form_wrap textarea,
.contact-p-form textarea {
    resize: none;
    height: 80px;
}
.form_wrap .button,
.contact-p-form .button {
    width: 100%;
    height: auto;
    background: var(--immotop_couleur_btn);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-color: transparent;
}
.form-control.error {
    border-bottom: 1px solid red;
}
.input_wrap {
    position: relative;
}
.input_wrap label {
    display: none;
    color: red;
    font-size: 12px;
    font-weight: 400;
    bottom: 0;
    position: absolute;
}
.input_wrap label.active {
    display: block;
}
.wpforms-confirmation-container-full {
    position: absolute;
    width: 200px;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.09);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    cursor: pointer;
}
.form-contact_wrap {
    padding-left: 20px;
    padding-right: 20px;
}
.adds-inside_wrap {
    position: relative;
}
.adds-inside .adds-inside_wrap .resize {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
    width: 47px;
    height: 47px;
    background: #c2c0c1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.adds-inside .adds-inside_wrap .resize img {
    width: 30px;
    height: 30px;
}
.error_404 {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    padding-bottom: 100px;
    padding-top: 100px;
}
.error_404 h1 {
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 20px
}
.error_404 p {
    font-size: 28px;
}
.news-content {
    padding-top: 110px;
    padding-bottom: 70px;
}
.news-content p {
    margin-bottom: 15px;
}
.news-content_title {
    font-size: 22px;
    margin-bottom: 30px;
}
.amp-wp-article,
.ampforwp-comment-wrapper,
.wpforms-shortcode-amp-text {
    display: none;
}
.form_wrap .checkbox,
.contact-p-form .checkbox {
    margin-bottom: 20px;
    margin-top: 20px;
}
.form_wrap .checkbox input,
.contact-p-form .checkbox input {
    width: 14px;
    height: 14px;
    margin: 0;
    margin-top: 3px;
    margin-right: 10px;
}
.form_wrap .checkbox label {
    cursor: pointer;
    width: 100%;
    line-height: 1.8;
}
.sorter {
    font-size: 15px;
    font-weight: 300;
    color: #8c8989;
    text-transform: uppercase;
}
.sorter select {
    outline: none;
    border: 1px solid #d5d3d3;
}
.team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.team_item {
    width: calc(25% - 34px);
    margin-right: 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.team_item-image {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
.team_item-title {
    color: #252525;
    font-size: 20px;
    margin-bottom: 0 !important;
    text-align: center;
    margin-top: 20px;
}
.team_item-subtitle {
    color: #8e8e8e;
    font-size: 12px;
    margin-bottom: 20px !important;
    position: relative;
    padding-bottom: 20px;
}
.team_item-subtitle:after {
    content: '';
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
}
.team_item-email {
    font-size: 12px;
    margin-bottom: 10px !important;
    text-decoration: none;
    color: var(--immotop_couleur_btn);
}
.team_item-phone {
    font-size: 12px;
    color: #252525;
    margin-bottom: 0 !important;
    text-decoration: none;
}
.team_item-phone i,
.team_item-email i {
    margin-right: 10px;
    color: #252525;
}
.team_item-phone:hover,
.team_item-email:hover {
    text-decoration: underline;
}
.header-flag-lang {
    padding-left: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-around;
}
.header-flag-lang li {
    padding-right: 8px;
}
.mainpage_news {
    padding-left: 0 !important;
}
.prop-wrap {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0;
    top: 0;
}
.prop-wrap .prop-item .bar-valuation {
    font-weight: 400;
    font-size: 18px;
    border-right: 1px solid #fff;
    padding: 6px 6px;
    color: #fff;
    height: auto;
    width: auto;
    margin: 0;
    line-height: 1;
}
.prop-wrap .prop-item:last-of-type .bar-valuation {
    border-right: none;
}
.form-page p {
    font-size: 30px;
    padding-left: 10px;
}
.forms-fields-hidden {
    display: none;
}
.main-slider_title:first-of-type {
    margin-bottom: 5px;
    font-weight: bolder !important;
}
.main-slider_item {
    background-position: top center;
    background-size: cover;
    margin-bottom: 20px
}
.mainpage_news-title {
    color: var(--immotop_couleur_text);
    font-weight: lighter;
}
p.main-slider_title.main-slider_title__orange>a {
    text-decoration: none !important;
    color: #ffffff !important;
}
p.main-slider_title.main-slider_title__orange>a:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}
p.main-slider_title.main-slider_title__orange>a:active {
    text-decoration: none !important;
    color: #ffffff !important;
}
.card_info-block {
    color: var(--immotop_couleur_text);
}
.card_type {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 3px 5px;
    display: block !important;
    position: absolute;
    top: 0px !important;
    left: 0% !important;
    transform: none;
    text-transform: uppercase;
}
.prop-wrap .prop-item .bar-valuation {
    font-weight: 400;
    font-size: 16px;
    padding: 6px;
    color: #fff;
    height: auto;
    width: auto;
    margin: 0;
    line-height: 1;
    margin-left: 2px;
    border: 0px;
}
.cn-button.bootstrap {
    background: var(--immotop_couleur_btn) !important;
}
.bar-valuation {
    text-align: center;
    width: auto;
    min-width: 15px;
    height: 15px;
}
.adds_card-type {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0%;
    transform: none;
    text-transform: uppercase;
}
.output {
    font: 1rem 'Fira Sans', sans-serif;
}
input {
    margin: .4rem;
}
fieldset {
    border: 1px solid;
    padding: 20px;
    margin: 12px;
}
#order_by_trigger option {
    background-color: #fff !important;
}
.mobile-branding {
    display: none;
}
.agreement-status-slider {
    position: absolute;
    top: 20px;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: var(--immotop_couleur_compromis);
    text-transform: uppercase;
}
.mainpage .agreement-status {
    position: absolute;
    bottom: 4px;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    background-color: var(--immotop_couleur_compromis);
    text-transform: uppercase;
}
.adds_result .agreement-status,
.adds_result-t2 .agreement-status,
.home4ads .agreement-status{
    position: absolute;
    bottom: 6px;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    background-color: var(--immotop_couleur_compromis);
    text-transform: uppercase;
}
.container-page {
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20%;
}
.container-page .page-title {
    font-weight: 400;
    max-width: 300px;
    font-size: 30px;
    color: var(--immotop_couleur_text);
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--immotop_couleur_compromis);
}
.adds-view_page {
    padding-top: 80px;
    padding-left: 10%;
    padding-right: 10%;
}
.adds-section-feature {
    line-height: 1.5;
}
.adds-view_page .card-similar {
    display: flex;
    justify-content: space-between;
}
.card-similar .card {
    max-width: 48%;
}
.adds-view_page .container {
    display: flex;
    justify-content: space-between;
}
.adds-view_page .view-left-content {
    width: 65%;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 30px;
}
.adds-view_page .adds-info-picto {
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-between;
    padding: 20px
}
.adds-view_page .modal-btn-box {
    justify-content: space-between;
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.modal-btn-box div{
    width: 50%;
}
.modal-btn-box a{
    color: #fff;
    text-decoration: none;
}
.adds-view_page .modal-contact-btn {
    width: 90%;
    height: auto;
    background: var(--immotop_couleur_btn);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    max-height: 45px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border: transparent;
}
.modal-contact-btn i{
    padding-right: 10px;
    font-weight: 400;
}
.adds-view_page .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.adds-view_page .modal-content {
    background-color: #f1f1f1;
    margin: 15% auto;    
    border: 1px solid #888;
    max-width: 350px;
}
.adds-view_page .modal-close {
    padding-right: 10px;
    background-color: #f1f1f1;
    color: #aaa;
    text-align: right;
    font-size: 40px;
}
.adds-view_page .modal-close:hover,
.adds-view_page .modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.adds-info-picto i {
    font-size: 30px;
    padding-right: 5px;
}
.adds-info-picto i.fa__unactive {
    color: #aaa;
}
.adds-info-section {
    margin: 30px auto 30px auto;
}
.adds-info-section .adds-info-2column {
    display: flex;
    justify-content: space-between;
}
.adds-info-2column .adds-section-spec {
    justify-content: space-between;
}
.adds-info-2column .adds-info-left-col,
.adds-info-2column .adds-info-right-col {
    width: 40%;
}
.adds-info-section .adds-section-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    border-color: var(--immotop_couleur_btn);
}
.adds-info-section .adds-section_desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
}
.adds-info-section .adds-section-grid {
    display: flex;
    padding-top: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adds-section-grid .adds-section-spec {
    width: 40%;
    flex-direction: column;
    padding-bottom: 30px;
}
.adds-section-grid .adds-section-col-title {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(175, 175, 175, 0.5);
    margin-bottom: 10px;

}
.adds-section-grid .adds-section-list {
    font-size: 14px;
}
.adds-info-section .adds-section-spec {
    display: flex;
}
.adds-info-section .adds-section-spec-left,
.adds-info-section .adds-section-spec-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    padding: 7.5px;
}
.adds-info-section .bar-valuation {
    padding: 7.5px;
    color: #fff;
}
.adds-view_page .view-right-content {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}
.form_wrap.contact-v-form input {
    width: 90%;
    padding-left: 10px;
    border-bottom: 1px solid #a0a0a0;
    background-color: #f1f1f1;
}
.form_wrap.contact-v-form textarea {
    width: 90%;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #a0a0a0;
    background-color: #f1f1f1;
}
.form_wrap.contact-v-form .input_checkbox {
    width: auto;
}
.rgpd-link{
    color: var(--immotop_couleur_btn);
}
.adds-view_page .adds-header-price,
.adds-view_page .adds-header-city {
    font-size: 24px;
    line-height: 2;
}
.adds-view_page .adds-header-cat {
    font-size: 18px;
    line-height: 2;
}
.adds-view_page .adds-header-infos {
    padding: 25px 0 25px 25px;
    background-color: #f1f1f1;
    border-bottom: 5px solid #fff;
}
.adds-header-infos .social-pdf,
.adds-header-infos-sc .social-pdf {
    display: flex;
}
.adds-header-infos .social-pdf{
    padding-top: 20px;
}
.adds-header-infos .pdf-btn,
.adds-header-infos-sc .pdf-btn {
    background-color: transparent;
    border: none;
}
.adds-header-infos .pdf-btn:hover {
    cursor: pointer;
}
.adds-header-infos .pdf-btn i,
.adds-header-infos-sc .pdf-btn i {
    font-size: 30px;
    text-align: center;
    padding-bottom: 4px;
}
.adds-view_page .adds-info-section-sc {
    display: none;
}
.adds-info-section-sc .adds-header-infos-sc {
    width: 50%;
}
.adds-info-section-sc .contact-v-form {
    width: 50%;
}
.adds-view_page .adds-header-infos-sc {
    padding: 25px 20px 25px 20px;
}
.card_title {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: var(--immotop_couleur_text);
    padding:20px 18px 15px 18px;
}
.card_price {
    font-weight: 500;
    font-size: 18px;
    padding: 15px 18px;
    text-align: center;
    border-top: 1px solid #d5d5ce;
    border-bottom: 1px solid #d5d5ce;
}
.card_info-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0px;
}
.card_info-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #000;
}
.contact-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 40px;
}
.contact-top .contact-item {
    display: flex;
}
.contact-top .contact-item div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-item .i-container {
    border-right: 1px solid black;
    padding-right: 10px;
    width: 40px;
}
.contact-top p {
    padding-left: 10px;
}
.contact-top .contact-item i {
    font-size: 30px;
}
.contact-top-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.contact-page .contact-p-form{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    height: auto;
    position: relative;
    z-index: 1;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.09);
}
.estimation-page .help-block,
.custom-form-page .help-block,
.contact-p-form .help-block,
.contact-v-form .help-block {
    font-size: 12px;
    padding-left: 7px;
    color: #CD2129;
    font-weight: 100;
}
.checkbox .help-block {
    padding-top: 10px;
}
.estimation-page .alert-success,
.custom-form-page .alert-success,
.contact-p-form .alert-success,
.contact-v-form .alert-success {
    color: #008000;
    padding-top: 20px;
}
.estimation-form .form-section-title,
.custom-form-page .form-section-title {
    max-width: 250px;
    padding: 10px;
    color: var(--immotop_couleur_btn);
    font-size: 24px;
    font-weight: 600;
}
.estimation-form,
.custom-form {
    background: #fff;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 30px; */
    position: relative;
    z-index: 1;
    padding: 20px 18px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.estimation-form input,
.custom-form input {
    height: 40px;
    width: 80%;
    border: none;
    border-bottom: 1px solid;
}
.estimation-form select,
.custom-form select {
    height: 43px;
    width: 80%;
    margin: 6.4px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
}
.estimation-form input::placeholder,
.custom-form input::placeholder {
    font-size: 13px;
}
.estimation-form textarea,
.custom-form textarea {
    padding-top: 10px;
    padding-left: 10px;
}
.estimation-form textarea::placeholder,
.custom-form textarea::placeholder {
    font-size: 13px;
}
.contact-p-form textarea,
.contact-v-form textarea {
    margin: 6.4px 6.4px auto 6.4px;
}
.estimation-form .section-form,
.custom-form .section-form {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 45px;
}
.estimation-form .section-message-form{
    padding-top: 25px;
    padding-bottom: 25px;
}
.custom-form .section-message-form {
    padding-top: 15px;
    padding-bottom: 15px;
}
.estimation-form textarea,
.custom-form textarea {
    width: 90%;
    height: 140px;
}
.estimation-form .input_checkbox,
.custom-form .input_checkbox {
    width: auto;
    height: auto;
    margin-bottom: 0;
}
.estimation-form .checkbox span,
.custom-form .checkbox span,
.contact-p-form .checkbox span,
.contact-v-form .checkbox span {
    font-size: 13px;
}
.estimation-form button,
.custom-form button {
    padding: 10px;
    margin-top: 25px;
    width: 150px;
    text-align: center;
    border: none;
    background-color: var(--immotop_couleur_btn);
}
.section-form .input_wrap,
.custom-form .input_wrap {
    width: 50%;
}
.luxdebaras{
    display: none;
}
.modal-content .contact-v-form {
    padding-bottom: 0;
}
.footer ul li a:hover {
    border-color: transparent;
}
.container.calculator {
    max-width: 700px;
}
.calc-item {
    margin: 25px;
    width: 250px;
}
.calc-item .monthly-amount {
    background-color: var(--immotop_couleur_btn);
    color: #fff;
    padding: 15px;
    display: inline-block;
}
.calc-top,
.calc-mid,
.calc-bot {
    display: flex;
}
.calc-item-title {
    padding-bottom: 10px;
}
.calc-item-span {
    display: flex;
}
.calc-item .val-span {
    padding-left: 5px;
}
.calc-item input[type=number] {
    width: 200px;
    margin-left: 0;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid black;
}
.calc-item input[type=number]:focus {
    margin-left: 0;
    outline: none;
}
/* Chrome, Safari, Edge, Opera */
.calc-item input::-webkit-outer-spin-button,
.calc-item input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.calc-item input[type=number] {
    -moz-appearance: textfield;
}
.calc-item input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0 10px 0;
    width: 200px;
}
.calc-item input[type=range]:focus {
    outline: none;
}
.calc-item input[type=range]::-webkit-slider-runnable-track {
    width: 200px;
    height: 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: var(--immotop_couleur_btn);
    border-radius: 0px;
    border: 0px solid #000000;
}
.calc-item input[type=range]::-webkit-slider-thumb {
    border: 2px solid var(--immotop_couleur_btn);
    height: 18px;
    width: 18px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8.5px;
}
.calc-item input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--immotop_couleur_btn);
}
.calc-item input[type=range]::-moz-range-track {
    width: 200px;
    height: 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: var(--immotop_couleur_btn);
    border-radius: 0px;
    border: 0px solid #000000;
}
.calc-item input[type=range]::-moz-range-thumb {
    border: 2px solid var(--immotop_couleur_btn);
    height: 18px;
    width: 18px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
}
.calc-item input[type=range]::-ms-track {
    width: 200px;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.calc-item input[type=range]::-ms-fill-lower {
    background: var(--immotop_couleur_btn);
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000;
}
.calc-item input[type=range]::-ms-fill-upper {
    background: var(--immotop_couleur_btn);
    border-radius: 0px;
}
.calc-item input[type=range]::-ms-thumb {
    border: 2px solid var(--immotop_couleur_btn);
    height: 18px;
    width: 18px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
}
.calc-item input[type=range]:focus::-ms-fill-lower {
    background: var(--immotop_couleur_btn);
}
.calc-item input[type=range]:focus::-ms-fill-upper {
    background: var(--immotop_couleur_btn);
}
.calc-item .sub-title {
    font-size: 12px;
    margin-left: 25px;
    margin-top: 33px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    max-width: 550px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
#modalsearchbox {
    display: none;
}
.padding30 {
    padding: 80px 30px;
}
.lang-item img {
    width: 24px;
    height: 24px;
}
.empty-no-image {
    text-align: center;
}
.empty-no-image p {
    display: inline-block;
    padding: 10px;
    border: 1px solid black;
}
.empty-no-image i {
    padding-right: 10px;
    font-size: 24px;
}
.picto-360-vid {
    position: absolute;
    bottom: 7px;
    right: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.picto-360-vid i {
    padding: 0 5px;
}
#galleryNavSlider .fa-play-circle {
    position: absolute;
    top: 22px;
    left: 50px;
    padding: 5px;
    font-size: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.reset-btn {
    position: absolute;
    text-align: right;
    color: var(--immotop_couleur_btn);
    font-size: 13px;
    top: 64px;
    right: 0;
}
.reset-btn:hover {
    cursor: pointer;
}
@media only screen and (min-width: 500px) {
    .main-slider_title {
        font-size: 22px;
    }
    .footer_copyright {
        padding-bottom: 30px;
    }
    .footer_copyright p:before {
        left: -60px;
        top: -11px;
    }}

@media only screen and (min-width: 600px) {
    .header_logo img {
        width: 100%;
    }
    .header_desc {
        font-size: 16px;
        margin-left: 30px;
        padding-bottom: 25px;
        padding-left: 18px;
        padding-top: 25px;
        line-height: 24px;
    }
    .adds .vid-search {
        display: block;
    }
    .adds_card {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .adds_card-photo img {
        width: 230px;
    }
    .adds_card-price {
        font-size: 30px;
    }
    .adds_card-info {
        width: 100%;
    }
    .adds_card-title {
        margin-bottom: 40px;
    }
    .adds_card-info-line {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .adds_card-info-block {
        margin-bottom: 0;
    }
    .adds_content__active .adds_card {
        width: calc(50% - 22px);
        margin-right: 20px;
    }
    .adds-inside table {
        width: 480px;
    }
    .adds-inside_specifications {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .adds-inside_specifications-left {
        width: 200px;
        text-align: right;
        margin-bottom: 0;
    }
    .adds-inside_specifications-right {
        width: calc(100% - 170px);
    }
}
@media only screen and (min-width: 768px) {
    .header .container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .luxdebaras{
        display: block;
    }
    .luxdebaras-mobile{
        display: none;
    }
    .header_home {
        padding-left: 25px;
        padding-right: 25px;
        border-bottom: 8px solid rgba(255, 255, 255, 0);
        height: 57px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header_home:hover {
        border-bottom: 8px solid white !important;
    }
    .main-slider {
        height: 570px;
    }
    .main-slider_item {
        height: 570px;
    }
    .main-slider_wrap {
        height: 570px;
    }
    .main-slider_title {
        font-size: 36px;
    }
    form.form button,
    .form-group button {
        font-size: 18px;
    }
    .block-filter {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mainpage .container {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .mainpage_news {
        width: 80%;
    }
    .mainpage_news-item {
        margin-bottom: 50px;
    }
    .mainpage_top {
        margin-bottom: 0;
        padding-right: 0;
        padding-bottom: 130px;
    }
    .mainpage_top:after {
        content: '';
        width: 2000px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .footer_copyright {
        margin-top: 70px;
    }
    .news-content_title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 820px) {
    .adds_content__active .adds_card {
        width: calc(33.3333% - 22px);
    }
}
@media only screen and (min-width: 900px) {
    .main-slider_baner {
        right: 0;
        bottom: 50px;
        width: 300px;
    }
}
@media only screen and (min-width: 992px) {

    .mainpage_news-title {
        font-size: 30px;
        margin-bottom: 45px;
    }
    .mainpage_news-item p {
        font-size: 16px;
        line-height: 2;
    }
    .mainpage_news {
        padding-right: 70px;
    }
    .adds .container {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .adds_result {
        width: calc(100% - 360px);
    }
    .adds_filter {
        padding-left: 20px;
        padding-top: 70px;
        padding-bottom: 130px;
        position: relative;
        width: 360px;
    }
    .adds_filter:after {
        content: '';
        width: 2000px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .adds_filter .form-sorting {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: auto;
        background: #fff;
        z-index: 1;
        position: relative;
        box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.09);
    }
    .adds_filter .form-sorting .reset-btn {
        top: 85px;
    }
    .adds_filter form.clearfix {
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
    }
    .adds_filter .form-control {
        background: #fff;
        outline: none;
    }
    .adds_filter .var1,
    .adds_filter .var2,
    .adds_filter .var21,
    .adds_filter .var22,
    .adds_filter .var3,
    .adds_filter .var4,
    .adds_filter .var5,
    .adds_filter .var6 {
        width: 100% !important;
        border: none !important;
        margin-bottom: 10px;
        border-bottom: 1px solid #d5d3d3 !important;
        background: #fff !important;
    }
    .adds_filter .form-group label {
        z-index: 2;
    }
    .adds_filter form.clearfix .filter-arr:after {
        z-index: 1;
    }
    .adds_filter button {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 20px;
    }
    .adds_content__active .adds_card {
        width: calc(50% - 22px);
    }
    .adds-inside .container {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .adds-inside_content {
        width: 100%;
    }
    .adds-inside_right {
        width: 440px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .adds-inside_right:after {
        content: '';
        background: var(--immotop_couleur_btn);
        width: 2000px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .news-content {
        padding-top: 50px;
    }
    .main-slider_info {
        left: 70px;
    }
    .header,
    #mega-menu-wrap-main-menu,
    .main-slider_wrap,
    .block-filter,
    .mainpage,
    .home4ads,
    .adds,
    .adds-inside,
    .form-contact_wrap,
    .footer,
    .adds_result-t2 {
        padding-left: 70px;
        padding-right: 70px;
    }
    #mega-menu-wrap-main-menu{
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
}
@media only screen and (min-width: 1100px) {
    .adds_card-photo img {
        width: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .adds_card-info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .adds_card-title {
        font-size: 24px;
    }
    .adds-inside_content {
        padding-right: 70px;
        padding-top: 70px;
    }
}
@media only screen and (min-width: 1300px) {
    .adds_result,.adds_result-t2 {
        padding-right: 70px;
        padding-top: 70px;
    }
    .adds_card-info-block {
        font-size: 18px;
    }
    #mega-menu-wrap-main-menu{
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
}
@media only screen and (min-width: 1400px) {
    .main-slider_info {
        left: 120px;
    }
    .header,
    .main-slider_wrap,
    .block-filter,
    .mainpage,
    .home4ads,
    .adds,
    .adds-inside,
    .form-contact_wrap,
    .footer {
        padding-left: 120px;
        padding-right: 120px;
    }
    #mega-menu-wrap-main-menu{
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
}
@media only screen and (min-width: 1500px) {
    .main-slider_info {
        left: 170px;
    }
    .header,
    .main-slider_wrap,
    .block-filter,
    .mainpage,
    .home4ads,
    .adds,
    .adds-inside,
    .form-contact_wrap,
    .footer,
    .adds_result-t2 {
        padding-left: 170px;
        padding-right: 170px;
    }
    #mega-menu-wrap-main-menu{
        padding-left: 170px !important;
        padding-right: 170px !important;
    }
}
@media only screen and (min-width: 1800px) {
    .adds_content__active .adds_card {
        width: calc(33.3333% - 22px);
    }
}
@media only screen and (max-width: 1600px) {
    .adds-view_page,
    .container-page {
        padding-left: 15%;
        padding-right: 15%;
    }
}
@media only screen and (max-width: 1400px) {
    .adds-view_page,
    .container-page {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
}
@media only screen and (max-width: 1200px) {
    .team_item {
        width: calc(25% - 19px);
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1099px) {
    .adds_card-photo img {
        width: 270px;
    }
    .adds_card-price {
        font-size: 22px;
    }
    .adds_content__active .adds_card-title {
        margin-bottom: 20px;
    }
    .adds_content__active .adds_card-info-line {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 1150px) {
    .adds-view_page {
        padding-left: 0;
        padding-right: 0;
    }
    .adds-view_page .view-left-content {
        margin: auto;
        width: 90% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .adds-view_page .view-right-content {
        display: none;
    }
    .adds-inside_gallery,
    .adds-inside_gallery-item {
        height: 550px;
    }
    .adds-info-section .adds-info-2column {
        flex-direction: column;
    }
    .adds-info-2column .adds-info-left-col,
    .adds-info-2column .adds-info-right-col {
        width: auto !important;
    }
    .adds-info-2column .adds-info-right-col {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .adds-view_page .adds-info-section-sc {
        display: block !important;
    }
    .adds-info-section-sc .adds-header-infos-sc {
        display: flex;
        justify-content: space-between;
        background-color: #F1F1F1;
    }
    .adds-info-section-sc .contact-v-form,
    .adds-info-section-sc .adds-header-infos-sc {
        width: auto !important;
    }
}
@media only screen and (max-width: 992px) {
    .header.dpnone{
        display: none;
    }
    .adds-inside_right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer .footer-widget-1,
    .footer .footer-widget-2,
    .footer .footer-widget-3,
    .footer .footer-widget-4 {
        width: 50%;
    }
    .footer-widget-3 ul {
        padding-left: 80px;
    }
    .footer .footer-widget-3,
    .footer .footer-widget-4 {
        padding-top: 25px;
    }
    .adds-inside_right .card {
        width: calc(50% - 16px);
        margin-left: 7px;
        margin-right: 7px;
    }
    .form_wrap {
        width: 100%;
    }
    .team_item {
        width: calc(33.3333% - 19px);
        margin-right: 15px;
    }
}
@media only screen and (max-width: 900px) {
    .adds-inside_right .card_info-block {
        font-size: 16px;
    }
}
@media only screen and (max-width: 899px) {
    .main-slider_baner {
        left: 0;
        top: -150px;
    }
}
@media only screen and (max-width: 819px) {
    .adds_content__active .adds_card:nth-child(2n) {
        margin-right: 0;
        width: calc(50% - 5px);
    }
}
@media only screen and (max-width: 768px) {
    html {
        margin-top: 0 !important;
    }
    .header_col {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .header_right {
        width: 300px;
        margin-left: auto;
        margin-right: auto;

    }
    .header_social {
        display: flex;
        justify-content: space-between;
    }
    .header_social .social-likes {
        width: 150px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;

    }
    .header-flag-lang li {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }
    .block-filter {
        padding-bottom: 50px;
    }
    form.clearfix .var21,
    form.clearfix .var22 {
        border-left: none;
        border-top: 1px solid #d5d3d3;
    }
    form.clearfix .var1,
    form.clearfix .var2,
    form.clearfix .var21,
    form.clearfix .var22,
    form.clearfix .var5,
    form.clearfix .var6 {
        width: 100%;
    }
    form.clearfix .var3,
    form.clearfix .var4 {
        width: calc(50% + 0.5px);
    }
    form.clearfix .var1,
    form.clearfix .var4 {
        border-right: none;
    }
    form.clearfix .var2 {
        border-top: 1px solid #d5d3d3;
    }
    .form-group button {
        padding: 15px 0;
    }
    .adds-inside {
        padding-right: 0;
        padding-left: 0;
    }
    .mainpage_top {
        padding: 0;
    }
    .card {
        margin-bottom: 0;
    }
    .card_info-block {
        font-size: 16px;
    }
    .team_item {
        width: calc(50% - 19px);
        margin-right: 15px;
    }
    .calc-top,
    .calc-mid,
    .calc-bot {
        flex-direction: column;
    }
    .calc-item {
        width: 300px;
    }
    .calc-item input[type=number] {
        width: 250px;
    }
    .calc-item input[type=range] {
        width: 250px;
    }
    .adds-view_page .adds-info-section-sc {
        flex-direction: column;
    }
    .adds-info-section-sc .adds-header-infos-sc,
    .adds-info-section-sc .contact-v-form {
        width: auto;
    }
    .contact-top {
        flex-direction: column;
        margin-bottom: 50px !important;
    }
    .contact-top-left {
        flex-direction: row !important;
        flex-wrap: wrap;
        padding-bottom: 25px;
    }

    .contact-top .contact-item {
        padding-bottom: 25px;
    }
    .adds-view_page .card-similar {
        flex-direction: column;
    }
    .card-similar .card {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .mainpage_top .card {
        margin-left: auto;
        margin-right: auto;
    }
    .section-form .input_wrap {
        width: 100%;
    }
    .estimation-page .adds-inside_content,
    .team-page .adds-inside_content,
    .partnership-page .adds-inside_content,
    .services-page .adds-inside_content,
    .contact-page .adds-inside_content {
        margin-left: 20px;
        margin-right: 20px;
        max-width: 100% !important;
    }
    .estimation-form textarea,
    .custom-form textarea {
        max-width: 100%;
        height: 140px;
        border: 1px solid #00000029;
    }
    .adds-info-picto i {
        font-size: 20px;
    }
    .adds-view_page {
        padding-top: 50px;
    }
    .contact-page .contact-right {
        width: 100%;
    }
    .footer .footer-widget-1,
    .footer .footer-widget-4 {
        text-align: center;
        width: 100%;
    }
    .footer .footer-widget-2,
    .footer .footer-widget-3 {
        padding-top: 50px;
        padding-bottom: 25px;
        width: 50%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-widget-3 ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (max-width: 600px) {
    .adds-view_page .view-left-content {
        margin: auto;
        width: auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .adds-inside_gallery,
    .adds-inside_gallery-item {
        height: 250px;
    }
    .adds-header-infos-sc {
        flex-direction: column;
        text-align: center;
        white-space: nowrap;
    }
    .adds_card_desc-line {
        padding: 25px 0;
    }
    .adds_card-info-line {
        max-width: 100%;
        justify-content: space-between;
    }
    .adds-section-grid .adds-section-spec {
        width: 80% !important;
    }
    .estimation-form,
    .custom-form {
        border: transparent !important;
    }
    .estimation-form button,
    .custom-form button {
        width: 100% !important;
    }
    .estimation-form input,
    .estimation-form textarea,
    .estimation-form select {
        width: 95% !important;
    }
    .custom-form input,
    .custom-form textarea,
    .custom-form select {
        width: 95% !important;
    }
    .custom-form .input_checkbox {
        width: auto !important;
    }
    .contact-top-left {
        flex-direction: column !important;
    }
    .adds-header-infos-sc .social-pdf {
        justify-content: center;
        padding-top: 15px;
    }
    .adds-inside_right .card {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 599px) {
    .adds_card-photo img {
        width: 100%;
    }

    .adds_content__active .adds_card:nth-child(2n) {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .form-page p {
        font-size: 25px;
        padding-left: 0;
    }
    .team_item {
        width: 100%;
        margin-right: 0;
    }
    .footer_copyright p:before {
        left: 50%;
        bottom: -97px;
        transform: translateX(-50%);
        margin-left: 0 !important;
    }
    .card_info-block p {
        margin-left: 0px;
    }
}
.marker{
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.home4ads-card-cont{
    padding: 80px 0;
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}
.home4ads-card-cont .card{
    max-width: 300px;
}
.home4ads-card-cont .card_title{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 25px;
}