/*!
 * Theme Name: Starter template for Mardi
 * Theme URI: https://mardi.io
 * Description: Starter template for wordpress project
 * Version: 1.0.0
 * Author: Sébastien Constans
 * Author URI: https://mardi.io
 * Tags: Mardi, Starter
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */

@import url("https://use.typekit.net/pbc6hhv.css");

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

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FEFBF4;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden !important;
}

/* RESET */

h1,h2,h3,h4,h5,h6,p,form,input,textarea,ul,li{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

.block_scroll{
    width: 100%;
    height: 100vh !important;
    overflow: hidden !important;
}

/* END RESET */

.loader_first{
    width: 100%;
    height: 100vh;
    background: #FEFBF4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.loader_first img{
    width: 220px;
    height: auto;
    display: block;
    margin: auto;
}

/* GLOBAL CLASS */

    /* CONTENT */
    .large_title{
        font-family: swear-display, serif;
        font-weight: 600;
        font-size: 72px;
        line-height: 90px;
        color: #000000;
    }

    .medium_title{
        font-family: swear-display, serif;
        font-weight: 600;
        font-size: 60px;
        line-height: 72px;
        text-align: center;
        color: #000000;

    }

    .title_feed_blog{
        font-family: swear-display, sans-serif;
        font-style: italic;
        font-weight: 600;
        font-size: 26px;
        line-height: 38px;
        color: #000000;
    }

    .small_title2{
        font-family: swear-display, serif;
        font-style: italic;
        font-weight: 600;
        font-size: 40px;
        line-height: 53px;
        text-align: center;
        color: #000000;
    }

    .small_title{
        font-family: niveau-grotesk, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #000000;
    }

    .content, .ul_cabinet_page li{
        font-family: niveau-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        /* or 136% */
        color: #000000;
        opacity: 1;
    }

    .ul_cabinet_page{
        padding-top: 18px;
    }

    .small_content{
        font-family: niveau-grotesk, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 30px;
        color: #000000;
        opacity: 0.5;
    }

    .button_link{
        text-decoration: none;
        padding: 12px 24px;
        background: grey;
    }
    /* END CONTENT */

    /* SECTION */


    /* END SECTION */

/* END GLOBAL CLASS */


/* HEADER */
header{
    width: 100%;
    height: auto;
    padding: 40px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: 250ms;
}

.center_header{
    width: 90%;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.center_header .logo_link img{
    width: 164px;
    height: auto;
    display: block;
    position: relative;
    z-index: 99999;
}

.center_header ul li{
    display: inline-block;
    list-style: none;
    margin-right: 64px;
}

.center_header ul li:last-child{
    margin-right: 0;
    /* margin-top: 64px !important; */
}

.center_header ul li a{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.center_header ul{
    padding-top: 0;
    left: 0;
}


.last_li_nav a{
    padding: 14px 28px;
    background: #5D9EBC;
    color: white !important;
    border-radius: 10px;
    font-weight: 400;
}

.header_fixed{
    transition: 250ms;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #FEFBF4;
    padding: 24px 0px;
    -webkit-box-shadow: 0px 12px 51px -26px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 12px 51px -26px rgba(0,0,0,0.16);
    box-shadow: 0px 12px 51px -26px rgba(0,0,0,0.16);
}

.buy_li_header{
    position: relative;
}

.box_in_child{
    width: 100%;
    height: 20px;
    background: transparent;
}

.ul_child{
    display: none;
    position: absolute;
    top: 20px;
    left: -24px;
    width: 220px;
    -webkit-box-shadow: 0px 12px 51px -26px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 12px 51px -26px rgba(0,0,0,0.16);
    box-shadow: 0px 12px 51px -26px rgba(0,0,0,0.16);
}

.contains_sub_li{
    padding: 12px 0px;
    background: #FEFBF4;
    border-radius: 4px;
}

.header_fixed .box_in_child{
    height: 30px;
}

.ul_child li{
    display: block !important;
    margin-right: 0 !important;
    display: block;
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 8px 0px;
}

.buy_li_header:hover .ul_child{
    display: block;
}


.open_nav nav{
    display: flex;
    width: 100%;
    height: 100vh;
    background: #FEFBF4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
}

.open_nav nav ul{
    margin: auto;
    width: 90%;
    margin-top: 120px;
    padding-bottom: 64px;
}

.open_nav nav .ul_child{
    padding-bottom: 0;
}

.open_nav nav ul li{
    display: block;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
}

/* .li_blog{
    margin-left: 0 !important;
} */

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

/* BUREGR MENU */

#burger-menu {
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 10px;
    z-index: 999999;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -moz-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -o-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -webkit-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
  }
  
  #burger-menu span {
    background: black;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -moz-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -o-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -webkit-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
  }
  
  #burger-menu span:nth-child(1) {
    top: 0px;
  }
  
  #burger-menu span:nth-child(2) {
    top: 10px;
  }
  
  #burger-menu span:nth-child(3) {
    top: 20px;
  }
  
  #burger-menu.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  #burger-menu.open span:nth-child(2) {
    opacity: 0;
    left: 30px;
  }
  
  #burger-menu.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

/* END HEADER */


/* BODY */

.container_first{
    width: 100%;
    height: auto;
    padding: 164px 0px;
}

.flex_side{
    width: 1140px;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.flex_side .side{
    width: 50%;
    height: auto;
}


.flex_side .side:first-child{
    z-index: 10;
}

.flex_side .side h1{
    width: 520px;
    padding-bottom: 42px;
    font-style: italic;
}

.flex_side .side .content{
    width: 100%;
}

.flex_side .side:last-child{
    width: 464px;
    height: auto;
    position: relative;
}

.container_slider_top_right{
    width: 100%;
    height: 720px;
    position: relative;
}

.item_img_top{
    width: 100%;
    height: 100%;
    outline: none;
}

.flex_side .slick-track, .flex_side .slick-list{
    height: 100%;
}

.flex_side .side:last-child img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 320px 320px 0px 0px;
}

.bubble{
    width: 180px;
    height: 180px;
    background: white;
    box-shadow: 0px 40px 50px rgba(176, 161, 124, 0.2);
    position: absolute;
    top: 64px;
    right: -90px;
    z-index: 1;
    border-radius: 50%;
}

.bubble2{
    width: 104px;
    height: 104px;
    background: white;
    box-shadow: 0px 40px 50px rgba(176, 161, 124, 0.2);
    position: absolute;
    bottom: 64px;
    left: -52px;
    z-index: 1;
    border-radius: 50%;
}

.form_buy{
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: #5D9EBC;
    box-shadow: 0px 20px 50px rgba(93, 158, 188, 0.5);
    border-radius: 0px 10px 10px 10px;
    margin-top: 92px;
    position: relative;
    z-index: 2;
    width: 860px;
}

.choose_form{
    width: 280px;
    height: 44px;
    box-shadow: inset 0px -15px 15px -10px #4C8BA8;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: -44px;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.choose_form li{
    flex: 1;
    list-style: none;
    height: 100%;
    display: flex;
    justify-content: center;
}

.choose_form li:first-child{
    background: #5D9EBC;
}

.choose_form li:first-child a{
    color: white;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #FEFBF4;
}

.choose_form li:last-child{
    background: #EBE7DD;
}

.choose_form li a{
    margin: auto;
    color: black;
}

.container_bail{
    width: 1140px;
    height: auto;
    margin: 0 auto;
}

.container_bail h2{
    text-align: left;
    padding-bottom: 100px;
}

.form_buy form{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.box_input{
    width: 31%;
}

.box_input input{
    width: calc(100% - 16px);
    padding: 8px;
    border: 0;
    border-radius: 5px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 1;
}

.box_input input::placeholder{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 0.5;
}

.box_input select{
    width: calc(100% - 16px);
    padding: 8px;
    border: 0;
    border-radius: 5px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 1;
}


.box_input p{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #FEFBF4;
    padding-bottom: 8px;
}

.search_bail{
    padding: 14px 40px;
    background: #5D9EBC;
    box-shadow: 0px 10px 40px rgba(93, 158, 188, 0.5);
    border-radius: 10px;
    border: 0;
    margin-top: 32px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #FEFBF4;
    cursor: pointer;
}

.flex_buttons_filter{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.button_filter{
    padding: 14px 40px;
    font-family: 'niveau-grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    background: #FEFBF4;
    box-shadow: 0px 10px 40px rgba(52, 102, 125, 0.5);
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    transition: 450ms;
    color: black;
}

.button_filter:hover{
    opacity: 0.64;
}

.flex_bail{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_bail article{
    width: 24%;
    height: auto;
    position: relative;
}

.flex_bail_2{
    margin-top: 50px;
}

.flex_bail_2 article{
    width: 48.5%;
}

.flex_bail article .container_img_bail{
    width: 100%;
    height: 340px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.is_buy{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(93, 158, 188, 0.64);
    display: flex;
    justify-content: center;
}

.is_buy p{
    margin: auto;
    text-align: center;
    color: white !important;
    font-size: 20px;
    font-family: 'niveau-grotesk', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    opacity: 1 !important;
}

.filter{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.18);
    width: 100%;
    height: 100%;
    transition: 450ms;
}

.flex_bail article:hover .filter{
    opacity: 0.26;
}

.flex_bail article .container_img_bail .full_img_bail{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.content_feed_bail p, .flex_bail_2 .content_feed_bail p{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

.more_pictures{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    background: #FEFBF4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}

.more_pictures img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-right: 6px;
    display: inline-block;
}

.more_pictures p{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    opacity: 1 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #000000 !important;
}

.title_bail, .flex_bail_2 .title_bail{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 3;
    color: white;
    opacity: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */
    color: #FFFFFF;
}

.bail_tags{
    margin-top: 20px;
    margin-bottom: 25px;
}

.bail_tags li{
    display: inline-block;
    padding: 10px 16px;
    list-style: none;
    background: #EAE6DC;
    border-radius: 24px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #7F7E7A;
    margin-right: 8px;
    margin-bottom: 10px;
}

.bail_tags li:last-child{
    margin-right: 0;
}

.price_bail, .flex_bail_2 .price_bail{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #5D9EBC;
    opacity: 1;
}


.container_hot_bails{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    margin-top: 200px;
}

.flex_hot{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 50px;
}

.side_hot{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box_hot{
    width: 49%;
    height: 380px;
    position: relative;
    background: grey;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}

.box_hot ul{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box_hot ul li{
    list-style: none;
    background: black;
    padding: 8px 10px;
    border-radius: 10px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #FEFBF4;
}

.box_hot ul li:last-child{
    margin-left: 10px
}

.box_hot ul li:last-child{
    background: #FEFBF4;
    color: black;
}

.box_hot ul li img{
    width: 14px;
    height: 14px;
    display: inline-block;
    object-fit: contain;
    margin-right: 8px;
}

.hot_content{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 3;
    color: white;
    opacity: 1;
}

.hot_title{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 5px;
}

.desc_hot{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    width: 280px;
}

.small_hot{
    height: 340px; 
}
/* 
.side_hot .box_hot:first-child{
    height: 340px;
    margin-bottom: 32px;
}

.side_hot .box_hot:last-child{
    height: 340px;
    margin-top: 32px;
} */

.box_hot .back_hot{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    object-fit: cover;
}


.container_estimate{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
}

.side_estimate{
}

.side_estimate:first-child{
    width: 464px;
}

.side_estimate:last-child{
    width: calc(100% - 424px);
    margin-left: 120px;
    position: relative;
}

.side_estimate:last-child img{
    width: 424px;
    height: 675px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 174px;
    border-radius: 10px;
}

.side_estimate ul{
    margin-top: 80px;
}

.side_estimate ul li{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 42px;
}
 
.side_estimate ul li:last-child{
    margin-bottom: 0;
}

.side_estimate:first-child a{
    display: inline-block;
    padding: 14px 40px;
    background: #5D9EBC;
    box-shadow: 0px 10px 40px rgba(93, 158, 188, 0.5);
    border-radius: 10px;
    color: white;
    font-size: 18px;
    line-height: 21px;
    margin-top: 40px;
}

.side_estimate ul li span{
    display: inline-block;
    width: 3px;
    height: 24px;
    background: #5D9EBC;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.side_estimate ul li h3{
    padding-bottom: 6px;
    font-size: 16px;
}

.side_estimate .small_content{
    opacity: 0.5;
    transition: 450ms;
}

/* .side_estimate ul li:hover .small_content{
    opacity: 1;
} */

.bubble_estimate2{
    width: 177px;
    height: 177px;
    position: absolute;
    top: -86px;
    right: 120px;
    border-radius: 50%;
    z-index: 3;
    background: #FFFFFF;
    box-shadow: 0px 50px 100px rgba(197, 190, 174, 0.5);
}

.back_grey{
    width: 424px;
    height: 675px;
    background: #EAE6DC;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.side_estimate h2{
    text-align: left;
    padding-bottom: 40px;
}

.container_last_blog{
    width: 1140px;
    height: auto;
    margin: 200px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.video_single_article{
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	margin-bottom: 42px;
}

.container_last_blog h2{
    text-align: left;
}

.side_last_blog:last-child{
    width: 880px;
    display: flex;
    justify-content: space-between;
}

.container_last_blog .side_last_blog:first-child a{
    margin-top: 100px;
    color: white;
    padding: 14px 40px;
    display: inline-block;
    background: #5D9EBC;
    box-shadow: 0px 10px 40px rgba(93, 158, 188, 0.5);
    border-radius: 10px;
}

.container_feed_avis{
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}

.container_feed_avis h2{
    text-align: left;
}

.item_last_blog{
    width: 48%;
}

.feed_avis{
    width: 100%;
    height: auto;
}

.slider_avis_feed{
    width: 100%;
    margin-top: 50px;
}

  /* the slides */
.slider_avis_feed .slick-slide {
    margin: 0 12px;
}

/* the parent */
.slider_avis_feed .slick-list {
    margin: 0 -12px;
}

.feed_avis .slick-prev:before, .feed_avis .slick-next:before{
    color: rgba(0,0,0,0.2);
}

.item_feed_avis img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
}

.box_img_last{
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.slider_biens_photos{
    width: 100%;
    height: 480px;
    display: block;
    border-radius: 10px;
    margin-top: 100px;
}

.single_items_slider{
    width: 100%;
    height: 100%;
}

.single_items_slider .slick-list, .single_items_slider .slick-track{
    height: 100%;
}

.single_biens_photos .slick-track{
    width: 100% !important;
}

.slider_biens_photos .slick-list{
    height: 100%;
}

.item_slider_bien img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.box_img_last ul{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box_img_last ul li:first-child{
    margin-right: 10px;
}

.box_img_last ul li{
    padding: 8px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #FEFBF4;
    border-radius: 10px;
}


.box_img_last ul li img{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    object-fit: contain;
}

.box_img_last ul li span{
    font-family: niveau-grotesk, sans-serif;
    font-size: 12px;
    line-height: 14px;  
}


.side_last_blog:last-child .item_last_blog:last-child{
    margin-top: 100px;
}

.box_img_last .back_hot{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

.item_last_blog h3{
    padding-bottom: 15px;
}

.item_last_blog a{
    color: black;
}


.container_flex_steps{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.item_step{
    width: 32%;
    height: auto;
}

.item_step h3{
    width: 95%;
    margin: 0 auto;
    margin-left: 0;
    text-align: left;
    font-style: italic;
}

.line_step{
    width: 50px;
    height: 2px;
    background: #5D9EBC;
    margin: 15px 0;
}

.item_step p{
    text-align: left;
    font-size: 14px;
}


.container_buy_page{
    width: 100%;
    height: auto;
    padding: 164px 0px;
    position: relative;
}

.content_buy_page{
    width: 1140px;
    height: auto;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.container_buy_page h1{
    width: 700px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.box_form_buy{
    width: 100%;
    height: auto;
    padding: 26px 0px;
    margin-top: 85px;
    background: #5D9EBC;
    box-shadow: 0px 20px 50px rgba(60, 60, 60, 0.2);
    border-radius: 10px;
}

.box_form_buy form{
    width: 880px;
    height: auto;
    margin-left: 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.input_form_buy{
    width: 32.5%;
}

.content_center{
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.container_buy_list{
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.container_buy_list article{
    width: 49%;
    margin-bottom: 84px;
}

.button_buy_form{
    /* position: absolute;
    bottom: -20px;
    right: -20px; */
    z-index: 1;
    padding: 9px 32px;
    background: rgba(254, 251, 244, 0.5);
    border: 1px solid #EAE6DC;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0,0,0,0.42);
    cursor: pointer;
}

.flex_intro_second_home{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.content_intro_second{
    padding-bottom: 32px;
}

.content_intro_home{
    margin-bottom: 100px;
    display: block;
    text-align: left;
}

.button_intro_second{
    padding: 14px 28px;
    background: #5D9EBC;
    color: white !important;
    border-radius: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    margin-top: 32px;
    display: inline-block;
    margin-bottom: 100px;
}

.item_second_home{
    width: 48%;
    height: auto;
}

.item_second_home h3{
    padding-bottom: 0px;
}

.slider_buy_page{
    width: 464px;
    height: 100%;
    margin: 0 auto;
    border-top-left-radius: 320px;
    border-top-right-radius: 320px;
    overflow: hidden;
}

.filter_buy{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(254,251,244);
    background: linear-gradient(180deg, rgba(254,251,244,1) -5%, rgba(255,255,255,0.20) 100%);
    z-index: 1;
}

.slider_buy_page .slick-track, .slider_buy_page .slick-list{
    height: 100%;
}

.item_slider_buy{
    width: 100%;
    height: 100%;
    outline: none;
    position: relative;
}

.item_slider_buy img{
    width: 464px;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 0;
}



.container_contact{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 200px 0px;
    padding-bottom: 300px;
}

.container_contact h1{
    font-style: italic;
}

.side_contact{
    width: 46%;
    height: auto;
}

.form_container_page{
    width: 100%;
    height: auto;
    margin-top: 64px;
}

.form_container_page input[type=text], .form_container_page input[type=email]{
    border: 0 !important;
    border-bottom: 1px solid black !important;
    width: 100% !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: niveau-grotesk !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000 !important;
}

.wpforms-one-half{
    margin-bottom: 42px !important;
}

.form_container_page textarea{
    border: 0 !important;
    border-bottom: 1px solid black !important;
    width: 100% !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: niveau-grotesk !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000 !important; 
}


.wpforms-field-checkbox{
    margin-top: 42px !important;
    margin-bottom: 0;
}

.wpforms-form label.wpforms-error{
    padding-top: 8px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field{
    padding: 0 !important;
}

.wpforms-field-label-inline{
    font-family: niveau-grotesk !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000 !important; 
}

div.wpforms-container-full{
    margin: 0 !important;
}

.wpforms-field-label-inline a{
    color: black !important;
    text-decoration: underline !important;
}

.form_container_page button{
    font-family: niveau-grotesk !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: white !important; 
    background: #5D9EBC !important;
    opacity: 1 !important;
    box-shadow: 0px 10px 40px rgba(93, 158, 188, 0.5) !important;
    border-radius: 10px !important;
    border: 0 !important;
    padding: 14px 40px !important;
    margin-top: 30px !important;
}

/* .side_contact:first-child{
    width: 424px;
}

.side_contact:last-child{
    width: calc(100% - 464px);
} */


.side_contact:last-child{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back_img_contact{
    width: 46%;
    height: 400px;
    position: relative;

}

.back_img_contact img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.side_contact .back_img_contact p{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    width: 80%;
}

.side_contact:last-child .back_img_contact:first-child p{
    background: #5D9EBC;
    box-shadow: 0px 30px 100px rgba(93, 158, 188, 0.4);
    border-radius: 15px 15px 15px 0px;
    padding: 18px;
    position: absolute;
    bottom: -72px;
    left: -24px;
    z-index: 1;
}

.side_contact:last-child .back_img_contact:first-child img{
    border-radius: 156.5px 0px 0px 0px;
}

.side_contact:last-child .back_img_contact:last-child img{
    border-radius: 0px 156.5px 0px 0px;
}


.side_contact:last-child .back_img_contact:first-child{
    position: relative;
    top: 120px;
}

.side_contact:last-child .back_img_contact:last-child p{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: black;
}


.side_contact:last-child .back_img_contact:last-child p{
    background: #FEFBF4;
    box-shadow: 0px 20px 100px rgba(176, 168, 149, 0.3);
    border-radius: 15px 15px 0px 15px;
    padding: 18px;
    position: absolute;
    bottom: -42px;
    right: -24px;
    z-index: 1;
}

.li_blog{
    margin-left: 100px;
}

.intro_cabinet{
    width: 1140px;
    height: auto;
    margin: 150px auto;
    margin-top: 0;
}



.container_top_agence{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 200px 0px;
}

.container_top_agence h1{
    margin-right: 100px;
    width: 520px;
}

.img_agence{
    width: 760px;
    height: 420px;
    position: relative;
}

.img_agence img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 216.5px 10px;
}

.bubble_agence{
    width: 130px;
    height: 130px;
    background: #EAE6DC;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    right: 65px;
}

.bubble_agence2{
    width: 160px;
    height: 160px;
    background: #EAE6DC;
    border-radius: 50%;
    position: absolute;
    bottom: -80px;
    left: 100px;
}

.feed_equipe{
    width: 1140px;
    height: auto;
    margin: 0 auto;
}   

.intro_equipe{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro_equipe h2{
    width: 464px;
    text-align: left;
}

.intro_equipe p{
    margin-left: 100px;
    flex: 1;
}

.list_equipe{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    flex-wrap: wrap;
}


.card_member{
    width: 24%;
    height: auto;
    outline: none !important;
    margin-bottom: 42px;
}

.img_member{
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 10px;
}

.img_member img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card_member .name_member{
    font-family: swear-display, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    padding-bottom: 5px;
    margin-top: 20px
}


.list_equipe .poste{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    opacity: 0.5;
}

.list_equipe ul{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin-top: 20px;
    flex-wrap: wrap;
}

.list_equipe ul li{
   width: 100%;
   display: block;
   padding-bottom: 6px;
}

.list_equipe ul li:last-child{
    padding-bottom: 0;
}

.list_equipe ul li a{
    color: #5D9EBC;
    font-size: 14px;
    font-family: 'niveau-grotesk', sans-serif;
}

.multiple-items{
    width: 100%;
    height: auto;
}

  /* the slides */
  .multiple-items .slick-slide {
    margin: 0 12px;
}

.slick-dots{
    text-align: center;
    margin: 0 auto;
    display: block !important;
    bottom: -64px !important;
}

/* the parent */
.multiple-items .slick-list {
    margin: 0 -12px;
}

.list_equipe ul li:last-child{
    margin-right: 0;
}

.list_equipe ul li a img{
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: inline-block;
}

.push_bottom_contact{
    width: 1140px;
    height: auto;
    padding: 85px 0px;
    border-radius: 10px;
    margin: 200px auto;
    position: relative;
    overflow: hidden;
}

.img_back_push{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

.center_push{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.center_push h2{
    width: 364px;
    text-align: left;
    color: white;
    position: relative;
}

.center_push a{
    padding: 14px 40px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FEFBF4;
    background: #5D9EBC;
    border-radius: 10px;
    box-shadow: 0px 10px 40px rgba(93, 158, 188, 0.5)
}


.container_estimate_first{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    padding: 164px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_estimate_first h1{
    font-style: italic;
    padding-bottom: 40px;
}

.side_estimate2{
    width: 46%;
    height: auto;
    position: relative;
}

.side_estimate2 a{
    padding: 14px 40px;
    background: #5D9EBC;
    box-shadow: 0px 10px 40px rgba(93, 158, 188, 0.5);
    border-radius: 10px;
    color: white;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FEFBF4;
    display: inline-block;
    margin-top: 70px;
}

.container_estimate_first .side_estimate2:last-child{
    width: 464px;
    height: 640px;
    background: #5D9EBC;
    border-radius: 323px 323px 0px 0px;
}

.container_estimate_first .side_estimate2:last-child img{
    width: 300px;
    height: 446px;
    object-fit: cover;
    display: block;
    position: absolute;
    bottom: 64px;
    left: -64px;
    filter: drop-shadow(0px 30px 100px rgba(106, 100, 85, 0.2));
    border-radius: 10px;
}

.bubble_estimate{
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 40px 50px rgba(176, 161, 124, 0.2);  
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 70px);
    top: 64px;
    z-index: 2;   
}

.container_intro_estimate{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 200px;
}

.container_intro_estimate h2{
    text-align: left;
    font-style: italic;
    margin-bottom: 100px;
    width: 424px;
}

.flex_estimate_intro{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_intro_estimate a{
    padding: 14px 40px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FEFBF4;
    background: #5D9EBC;
    box-shadow: 0px 10px 40px rgba(93, 158, 188, 0.5);
    border-radius: 10px;
    display: inline-block;
    margin-top: 80px;
}

.flex_estimate_intro .side_intro_estimate:first-child{
    width: 464px;
}

.flex_estimate_intro .side_intro_estimate:last-child{
    flex: 1;
    margin-left: 100px;
}

.flex_estimate_intro .side_intro_estimate:first-child img{
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.flex_estimate_intro .side_intro_estimate:first-child img:first-child{
    height: 164px;
}

.flex_estimate_intro .side_intro_estimate:first-child img:last-child{
    height: 364px;
    margin-top: 40px;
}

.container_form_estamite{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_form_estamite h2{
    font-style: italic;
    width: 40%;
    text-align: left;
}

.container_form_box_estimate{
    width: 50%;
    background: #EAE6DC;
    box-shadow: 0px 50px 100px rgba(221, 217, 207, 0.3);
    border-radius: 10px;
    padding: 80px 0px;
    position: relative;
}

.center_form_estimate{
    width: 78.5%;
    margin: 0 auto;
}

.center_form_estimate form input[type=text]{
    border: 0 !important;
    border-bottom: 1px solid black !important;
    width: 100% !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: niveau-grotesk !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #000000 !important;
}

.center_form_estimate form input[type=email], .center_form_estimate form textarea{
    border: 0 !important;
    border-bottom: 1px solid black !important;
    width: 100% !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: niveau-grotesk !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #000000 !important;
}

.center_form_estimate form button{
    font-family: niveau-grotesk !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: white !important;
    background: #5D9EBC !important;
    opacity: 1 !important;
    box-shadow: 0px 10px 40px rgb(93 158 188 / 50%) !important;
    border-radius: 10px !important;
    border: 0 !important;
    padding: 14px 40px !important;
    margin-top: 30px !important;
}

.bubble3{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 40px 50px rgba(176, 161, 124, 0.2);
    position: absolute;
    right: -50px;
    top: 32px;
    z-index: 1;
    border-radius: 50%;
}

.bubble4{
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 40px 50px rgba(176, 161, 124, 0.2);
    position: absolute;
    left: -110px;
    bottom: 32px;
    z-index: 1;
    border-radius: 50%;
}

/* BLOG */

.center_all_blog{
    width: 1140px;
    height: auto;
    margin: 200px auto;
}

.center_all_blog h1{
    padding-bottom: 50px;
    width: 520px;
}

.content_first_blog{
    padding-bottom: 100px;
    display: inline-block;
}

.flex_article{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_article article{
    width: 48%;
    height: auto;
    margin-bottom: 42px;
}

.flex_article article a{
    color: black;
}

.wp-pagenavi{
    width: 100%;
    display: block;
    margin-top: 50px;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span{
    border: 0 !important;
    font-family: niveau-grotesk !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: black !important;
}

.wp-pagenavi .current{
    background: #5D9EBC !important;
    border-radius: 2px;
    color: white !important;
}

.flex_article h3{
    font-style: italic;
    padding-bottom: 25px;
    text-align: left;
}

.flex_article img{
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}


.container_mentions{
    width: 1140px;
    height: auto;
    margin: 200px auto;
}

.container_mentions p, .container_mentions li{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    /* or 136% */
    color: #000000;
    opacity: 1;
}

.container_mentions h1{
    padding-bottom: 100px;
}

.container_single_post{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    padding: 200px 0px;
    padding-top: 140px;
}

.container_single_post h1{
    text-align: left;
}

.img_single_full{
    width: 100%;
    height: 464px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 50px;
}

.content_single_bail_post h1{
    padding-bottom: 32px !important;
}

.price_single_bail{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 26px !important;
    line-height: 30px !important;
    opacity: 1 !important;
    color: #5D9EBC !important;
    padding-bottom: 24px !important;
}

.bail_tags2{
    padding-top: 0;
    margin-top: 0;
}

.content_single_post{
    width: 95%;
    margin: 0 auto;
    height: auto;
}

.container_other_bails{
    width: 100%;
    margin-top: 200px;
}

.container_other_bails h3{
    text-align: left;
}

.flex_bails2{
    margin-top: 50px;
}

.flex_bails2 article{
    width: 48%;
}

.content_single_post h1{
    padding-bottom: 50px;
}

.p_single_biens p {
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    /* or 136% */
    color: #000000;
    opacity: 0.5;
}

.share_post{
    width: 100%;
    height: auto;
    margin-top: 125px;
}

.share_post h3{
    padding-bottom: 50px;
    text-align: left;
}

.share_post ul li{
    display: inline-block;
}

.share_post ul li:last-child{
    margin-left: 50px;
}

.share_post ul li a div{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background: black;
    transition: 650ms;
}

.share_post ul li:hover a div{
    background: rgba(0,0,0,0.74);
}

.share_post ul li a div img{
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    margin: auto;
    filter: invert(1);
}

/* END BODY */


/* FOOTER */
footer{
    width: 100%;
    height: auto;
    padding: 140px 0px;
    padding-bottom: 30px;
    background: #EAE6DC;
}

.flex_footer{
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.first_footer{
    width: 320px;
}

.flex_footer .title_footer{
    width: 100%;
    text-align: left;
    font-style: italic;
    font-weight: 600;
}

.first_footer ul{
    margin-top: 32px;
}

.first_footer ul li{
    display: block;
    width: 100%;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.first_footer ul li:last-child{
    margin-top: 12px;
}

.box_footer{
    width: 220px;
}

.box_footer p, .box_newsletter p{
    font-family: niveau-grotesk, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}


.flex_footer .rs_footer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px;
}

.flex_footer .rs_footer li{
    width: 48%;
    height: auto;
    margin-bottom: 20px;
}

.flex_footer .rs_footer li:nth-child(3), .flex_footer .rs_footer li:last-child{
    /* margin-bottom: 0; */
}

.flex_footer .rs_footer li a span{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: black;
}

.flex_footer .rs_footer li img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.top_title_cat{
    width: 100%;
    padding-top: 220px;
}

.flex_bails3 h2{
    text-align: left;
}

.intro_cat{
    padding-top: 30px;
    padding-bottom: 24px;
}

.intro_cat p{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    opacity: 1;
}

/* .intro_cat p{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    opacity: 0.5;
} */

.box_newsletter{
    width: 426px;
}

.box_newsletter li{
    display: block;
    width: 100%;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    list-style: none;
    margin-top: 15px;
}

.box_newsletter li:first-child{
    padding-top: 32px;
}

.form_newsletter{
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
}

.form_newsletter input{
    background: #FFFFFF;
    border-radius: 10px;
    width: calc(100% - 120px);
    padding-left: 12px;
    padding-right: 108px;
    height: 70px;
    border: 0;
    outline: none;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: black;
}

.form_newsletter input::placeholder{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: black;
}

.form_newsletter button{
    width: 140px;
    height: 60px;
    border: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #5D9EBC;
    border-radius: 10px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.flex_rgpd{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.flex_rgpd label{
    margin-left: 10px;
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
    position: relative;
    top: -4px;
}

.flex_rgpd label a{
    text-decoration: underline;
    color: black;
    font-family: niveau-grotesk, sans-serif;
}

.end_footer{
    width: 90%;
    margin: 0 auto;
    margin-top: 64px;
}

.end_footer .nav_footer{
    list-style: none;
}

.end_footer .nav_footer li{
    display: inline-block;
    margin-right: 100px;
}

.end_footer .nav_footer li:last-child{
    margin-right: 0;
}

.end_footer .nav_footer li a{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.line_footer{
    width: 100%;
    height: 1px;
    background: black;
    margin-top: 35px;
    margin-bottom: 28px;
}

.flex_end_footer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_end_footer ul{
    list-style: none;
}

.flex_end_footer ul li{
    display: inline-block;
    margin-right: 50px;;
}

.flex_end_footer ul li:last-child{
    margin-right: 0;
}

footer .flex_end_footer p{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.flex_end_footer ul li a{
    font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

/* END FOOTER */



/* RESPONSIVE */


@media screen and (max-width: 1180px) {
    .container_bail, .container_hot_bails, .container_estimate, .center_all_blog{
        width: 90%;
    }

    .container_feed_avis{
        width: 90%;
    }

    .flex_side, .container_estimate, .container_last_blog, .container_flex_steps, .container_top_agence, .feed_equipe, .push_bottom_contact, .container_contact, .container_estimate_first, .container_intro_estimate, .container_form_estamite{
        width: 90%;
    }

    .container_mentions, .container_single_post, .content_buy_page, .intro_cabinet{
        width: 90%;
    }

    .flex_side .side, .flex_side .side:last-child{
        width: 48%;
    }

    .container_contact{
        display: block;
    }

    .side_contact:last-child{
        width: 100% !important;
        margin-top: 100px;
    }

    .flex_estimate_intro .side_intro_estimate:first-child{
        width: 46%
    }
    
    .flex_estimate_intro .side_intro_estimate:last-child{
        width: 46%;
        flex: inherit;
        margin-left: inherit
    }

    .side_contact{
        width: 100%;
    }

    .container_estimate_first .side_estimate2:last-child{
        width: 46%;
    }

    .container_estimate_first .side_estimate2:last-child img{
        left: -42px;
    }


}


@media screen and (max-width: 1080px) {

    #burger-menu {
        display: block;
    }

    header nav{
        display: none;
    }

    .box_in_child{
        display: none;
    }

    .ul_child{
        display: block;
        position: relative;
        bottom: inherit;
        top: inherit;
        left: inherit;
        margin-top: 0 !important;
        width: 100% !important;
        box-shadow: inherit !important;
        margin-left: 0px !important;
    }

    .open_nav nav .ul_child li a{
        font-size: 18px;
    }

    .contains_sub_li{
        padding-bottom: 0;
    }

    .open_nav nav .ul_child li{
        margin-bottom: 0;
    }

    .li_blog{
        margin-left: 0 !important;
    }

    .last_li_nav{
        margin-top: 64px !important;
    }

    .center_header ul li a{
        font-size: 20px;
    }

    .list_equipe{
        flex-wrap: wrap;
    }

    .card_member{
        width: 48%;
        margin-bottom: 50px;
    }

    .flex_footer{
        display: block;
    }

    .content_buy_page .box_form_buy{
        padding-top: 0;
    }

    .flex_footer .first_footer{
        width: 100%;
        margin-bottom: 50px;
    }

    .content_center{
        width: 90%;
    }

    .box_footer{
        width: 100%;
        margin-bottom: 100px;
    }

    .end_footer .nav_footer li{
        padding-bottom: 24px;
    }

    .box_newsletter{
        width: 100%;
    }

    .end_footer .nav_footer ul li{
        margin-bottom: 24px;
    }

    .container_last_blog{
        display: block;
    }

    .side_last_blog:last-child{
        width: 100%;
        margin-top: 100px;
    }

    .flex_side{
        display: block;
    }

    .flex_side .side, .flex_side .side:last-child{
        width: 100%;
    }

    .flex_side .side:last-child{
        margin-top: 100px;
    }

    .container_estimate{
        display: block;
    }

    .side_estimate, .side_estimate:first-child{
        width: 100%;
    }

    .side_estimate:last-child img{
        width: 100%;
    }
    

    .side_estimate:last-child{
        width: 100%;
        margin-left: 0;
    }

    .form_buy{
        width: 100%;
        padding-top: 0;
    }

    .button_filter{
        margin-top: 32px;
        padding: 14px 28px;
    }

    .container_top_agence h1{
        margin-right: 0;
    }

    .container_buy_page h1{
        width: 100%;
        text-align: center;
    }
}



@media screen and (max-width: 980px) {
    .flex_hot{
        display: block;
    }

    .center_push{
        display: block;
    }

    .center_push h2{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .large_title{
        font-size: 52px;
        line-height: 64px;
    }

    .img_member{
        height: 320px;
    }

    .container_form_estamite h2{
        width: 100%;
    }

    .center_form_estimate{
        width: 85%;
    }

    .center_push a{
        display: table;
        margin: 0 auto;
        margin-top: 32px;
    }

    .side_hot{
        width: 100%;
    }

    .container_flex_steps{
        display: block;
    }

    .item_step{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

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

    .container_estimate_first{
        display: block;
    }

    .container_form_estamite{
        display: block;
    }

    .container_form_box_estimate{
        width: 100%;
        margin-top: 100px;
    }

    .flex_estimate_intro{
        display: block;
    }

    .container_estimate_first .side_estimate2:last-child{
        margin-top: 100px;
    }

    .container_estimate_first .side_estimate2:last-child img{
        width: 80%;
        left: 10%;
        top: inherit;
        bottom: inherit;
        top: 64px;
        height: 620px;
        border-top-left-radius: 323px;
        border-top-right-radius: 323px;
    }

    .bubble_estimate{
        display: none;
    }

    .flex_estimate_intro .side_intro_estimate:first-child{
        width: 100%;
        margin-bottom: 100px;
    }

    .flex_estimate_intro .side_intro_estimate:last-child{
        width: 100%;
    }

    .side_estimate2{
        width: 100%;
    }

    .container_estimate_first .side_estimate2:last-child{
        width: 100%
    }

    .side_hot:first-child .small_hot{
        margin-bottom: inherit;
    }

    .box_hot{
        margin-bottom: 50px !important;
    }

    .flex_bail{
        flex-wrap: wrap;
    }

    .flex_bail article{
        width: 48%;
        margin-bottom: 50px;
    }

    .container_top_agence{
        display: block;
    }

    .img_agence{
        width: 100%;
        margin-top: 100px;
    }

    .intro_equipe{
        display: block;
    }

    .intro_equipe p{
        margin-left: inherit;
        flex: inherit
    }

    .intro_equipe h2{
        width: 100%;
        margin-bottom: 50px;
    }

    .medium_title{
        font-size: 38px;
        line-height: 52px;
    }

    .content_single_post p{
        font-size: 16px;
    }

    .small_title2{
        font-size: 26px;
        line-height: 42px;
    }

    .share_post ul li a div{
        width: 64px;
        height: 64px;
    }

    .share_post ul li a div img{
        width: 20px;
        height: 20px;
    }

    .share_post ul li:last-child{
        margin-left: 32px;
    }




}



@media screen and (max-width: 766px) {
    .flex_bail article{
        width: 100%;
        margin-bottom: 50px;
    }

    .flex_article article{
        width: 100%;
    }

    .flex_intro_second_home{
        display: block;
        margin-bottom: 32px;
    }

    .item_second_home{
        width: 100%;
    }

    .item_second_home:last-child{
        margin-top: 50px;
    }

    .content_intro_home{
        margin-bottom: 50px;
    }

    .side_contact:last-child .back_img_contact:first-child{
        display: none;
    }

    .back_img_contact{
        width: 100%;
        height: 420px;
    }

    .side_contact:last-child .back_img_contact:last-child p{
        right: -14px;
    }

    .center_all_blog h1{
        width: 90%;
    }

    .side_last_blog:last-child{
        display: block;
    }

    .item_last_blog{
        width: 100%;
    }

    .end_footer .nav_footer li{
        width: 100%;
        margin-right: 0;
    }

    .end_footer .nav_footer li:last-child{
        margin-bottom: 0;
    }

    .flex_end_footer{
        display: block;
    }

    footer .flex_end_footer p{
        margin-bottom: 12px;
    }

    .flex_end_footer ul li{
        margin-right: 0;
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }

    .img_agence img {
        border-radius: 120px 10px;
    }

    .side_last_blog:last-child .item_last_blog:last-child{
        margin-top: 50px;
    }

    .box_hot{
        width: 100%;
        height: 420px;
    }

    .slider_buy_page{
        width: 80%;
    }

    .side_hot{
        display: block;
    }

}

@media screen and (max-width: 680px) {
    .card_member{
        width: 100%;
    }

    .container_slider_top_right{
        height: 520px;
    }

    .container_intro_estimate h2{
        width: 100%;
    }

    .flex_article img{
        height: 320px;
    }

    .bubble{
        width: 140px;
        height: 140px;
        right: -32px;
    }

    .img_single_full{
        height: 340px;
    }

    .button_filter{
        width: 100%;
        text-align: center;
    }

    .flex_side .side h1{
        width: 100%;
    }

    .container_buy_page{
        padding-bottom: 100px;
    }


}


@media screen and (max-width: 540px) {
    .img_single_full{
        height: 280px;
    }
}

/* END RESPONSIVE */




