/* ============================================================================ */
/*                                     GENERAL                                   */
/* ============================================================================ */
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
.btn {
    border-radius: 0;
    padding: 0.54rem 0.75rem;
}
.btn-primary, .btn-info, .btn-success, .btn-secondary {
    color: #fff;
    background-color: #009aa5;
    border-color: #009aa5;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-secondary:hover {
    color: #fff;
    background-color: #0a1119;
    border-color: #0a1119;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #0a1119;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

.alert-danger {
    color: #fff;
    background-color: #009aa5;
    border-color: #009aa5;
    text-align: center;
    margin: 2% auto;
}
.alert-danger a,
.alert-danger a:hover{
    color: #fff;
    text-decoration: underline;
}

/* Couleurs */
.bleu {
    color: #009aa5;
}

.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}

/* ============================================================================ */
/*                                     MENU                                     */
/* ============================================================================ */
nav.menu-top {
    margin: auto 0 auto auto;
}
.display-flex {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
nav.menu-top ul {
    margin-bottom: 0;
}
nav.menu-top ul li {
    display: inline-block;
    padding: 0;
}
nav.menu-top ul li a,nav.menu-top ul li a:not([href]):not([tabindex]) {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 0;
    letter-spacing: 2px;
    color: #fff;
}
.btn-header1 {
    background: #0a1119;
    padding: 0.35rem 1rem;
    color: #fff;
    min-width: 140px!important;
    min-height: 50px!important;
    display: flex;
    text-align: center;
    border: 1px solid #fff;
    transition: all .15s ease-in-out;
    line-height: 1.2!important;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.btn-header1 span,
.btn-header2 span{
    margin: auto;
}
.btn-header2{
    background: #0a1119;
    padding: 0.35rem 1rem;
    color: #fff;
    min-width: 140px!important;
    min-height: 50px!important;
    display: flex;
    text-align: center;
    border: 1px solid #fff;
    transition: all .15s ease-in-out;
    line-height: 1.2!important;
    justify-content: center;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.btn-header3 {
    background: #009aa5;
    padding: 0.34rem 1rem;
    color: #fff;
    min-width: 150px!important;
    min-height: 50px!important;
    display: flex;
    text-align: center;
    border: 1px solid #fff;
    transition: all .15s ease-in-out;
    line-height: 1.2!important;
    justify-content: center;
    border-radius: 30px;
    margin-left: 10px;
}
.btn-header40 {
    background: #009aa5;
    padding: 0.34rem 1rem;
    color: #fff;
    min-width: 150px!important;
    height: 50px!important;
    display: flex;
    text-align: center;
    border: 1px solid #fff;
    transition: all .15s ease-in-out;
    line-height: 1.2!important;
    justify-content: center;
    border-radius: 30px;
    margin-left: 10px;
}
.btn-header3 span,
.btn-header40 span{
    margin: auto;

}
.btn-header2 img {
    margin-left: 0.55rem;
}
 
.btn-header3:hover,
.btn-header40:hover {
    background: #0a1119;
    color: #fff!important;
}
.btn-header1:hover,
.btn-header2:hover{
    background: #009aa5;
    color: #fff!important;
}
.menu ul {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.dropdown-menu {
    margin: 0 0 0 -15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #009aa5;
}


/* ============================================================================ */
/*                                     INDEX                                    */
/* ============================================================================ */
.bgAccueil {
    background: none;
    height: auto;
}
.baseline {
    /* background: url(/assets/images/bgimg.jpg) no-repeat center center; */
    z-index: 20;
    width: 100%;
    text-align: center;
}
.baseline2 {
    color: #fff;
    text-shadow: #00000091 3px 3px 3px;
    font-size: 3rem;
    font-weight: 500;
    z-index: 20;
    position: absolute;
    top: 63%;
    -webkit-transform: translateY(-63%);
    -moz-transform: translateY(-63%);
    -ms-transform: translateY(-63%);
    -o-transform: translateY(-63%);
    transform: translateY(-63%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.baseline2 h1 {
    font-size: 40px;
}
.baseline2 .container {
    background: rgba(0,0,0,0.35);
    padding: 10px 0;
    border-radius: 30px;
}
/* .baseline {
    color: #fff;
    text-shadow: #000000c7 3px 3px 3px;
    font-size: 3rem;
    font-weight: 500;
    z-index: 20;
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
} */
.baseline p{
    margin-bottom: 0;
    text-transform: uppercase;
}
.ancre-bottom {
    position: absolute;
    z-index: 1;
    margin: auto;
    right: 50%;
    bottom: 0;
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 55px;
}
.scroll-downs i {
    font-size: 30px;
    color: #fff;
}

/* MOTEUR */
.radio_trans {
    display: none;
}
.moteur {
    padding: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 20;
    background-color: transparent;
}
.moteur .container{
    /* background-color: rgba(0,0,0,0.3); */
    padding: 10px 20px;
}
.moteur .container.pb20{
    background-color: rgba(255,255,255,0);
}
.container_search {
    margin: 0 0 10px 0;
}
.index .dropdown-menu.open.show {
    transform: translate3d(14px, -210px, 0px)!important;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}

/* reassurance */
.reassurance {
    padding: 80px 5% 30px 5%;
}

/* Catégories */
.home_cont_categories .cat-infos-overlay,
[class*="listing-"] .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    clip-path: polygon(100% 75%, 100% 100%, 0% 100%, 0% 100%);
    background: rgb(0 154 165);
}
.cat:hover .cat-infos-overlay {
    background: rgba(0,0,0,0.85);
    clip-path: polygon(100% 00%, 100% 100%, 0% 100%, 0% 0%);
}
[class*="listing-"] .cat:hover .cat-infos-overlay {
    clip-path: polygon(100% 75%, 100% 100%, 0% 100%, 0% 100%);
    background: #afafaf;
}
.home_cont_categories .cat-text,
[class*="listing-"] .cat-text {
    margin-top: auto;
}
.home_cont_categories .cat-text,
[class*="listing-"] .cat-text {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right!important;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 5px;
}
.listing-vendu .cat-text {
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
}
.home_cont_categories .cat-text-small,
[class*="listing-"] .cat-text-small {
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.home_cont_categories .cat:hover .cat-text-small,
[class*="listing-"] .cat:hover .cat-text-small {
    margin-top: -30px;
}
.text-cat {
    margin: auto 10px -10px auto;
    height: 40px; 
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cat:hover .text-cat {
    margin: auto 10px auto auto;
}
.cat:hover .cat-text {
    display: none;
}
.text-cat2 {
    margin: auto 10px 5px auto;
    border-left: 2px solid #fff;
    padding-left: 10px;
}

.cat:hover .cat-text {
    color: #000;
}
.cat:hover .cat-text-small {
    color: #fff;
}
[class*="listing-"] .cat:hover .cat-text,
[class*="listing-"] .cat:hover .cat-text-small {
    color: #fff!important;
}
[class*="listing-"] .text-cat {
    margin: auto 7px -6px auto!important;
}
[class*="listing-"] .cat:hover .cat-text {
    display: block;
}
.home_cont_categories .cat-text::after, .cat:hover .cat-text::after {
    display: none;
}
.card-img {
    border-radius: 0;
}
.cat {
    border: 0;
    border-radius: 0;
}


/* TEMOIGNAGES */
.home_cont_temoignages {
    padding: 20px 0 0px 0;
}
.home_cont_temoignages .carousel-indicators .active {
    background-color: #fff;
    border: 2px solid #009aa5;
}

.home_cont_temoignages .carousel-indicators li,
[class*="listing"] #article-separation .carousel-indicators li,
[class*="listing-"] #article-separation .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #009aa5;
    border-radius: 50%;
    margin: 0 6px;
}
.home_cont_temoignages .carousel-control-next:hover,
.home_cont_temoignages  .carousel-control-prev:hover,
[class*="listing-"] #article-separation .carousel-control-next:hover,
[class*="listing-"] #article-separation .carousel-control-prev:hover,
[class*="listing"] #article-separation .carousel-control-next:hover,
[class*="listing"] #article-separation .carousel-control-prev:hover {
    width: 40px;
}
.home_cont_temoignages.carousel-control-prev {
    left: 0;
}
.home_cont_temoignages .carousel-control-next {
    right: 0;
}
.home_cont_temoignages .carousel-control-next,
.home_cont_temoignages .carousel-control-prev,
.home_cont_temoignages .carousel-control-next:hover,
.home_cont_temoignages .carousel-control-prev:hover,
[class*="listing"] #article-separation .carousel-control-next,
[class*="listing"] #article-separation .carousel-control-prev,
[class*="listing"] #article-separation .carousel-control-next:hover,
[class*="listing"] #article-separation .carousel-control-prev:hover,
[class*="listing-"] #article-separation .carousel-control-next,
[class*="listing-"] #article-separation .carousel-control-prev,
[class*="listing-"] #article-separation .carousel-control-next:hover,
[class*="listing-"] #article-separation .carousel-control-prev:hover {
    background-color: #009aa5;
    border-radius: 50%;
}
.col-presentation {
    min-height: 200px;
}
.home_cont_temoignages .carousel-control-next,.home_cont_temoignages  .carousel-control-prev {
    top: 5%;
}
.home_cont_temoignages .carousel-indicators {
    bottom: 0;
}
.tem-person {
    font-style: italic;
}
.home_cont_temoignages .fa-quote-left {
    margin-right: 10px;
}
.home_cont_temoignages .fa-quote-right {
    margin-left: 10px;
}

.ma-widget-feedback.ma-widget-feedback--small {
    width: 220px;
    padding: 0 0 10px 0;
    border: 0!important;
}


[class*="listing-"] .index-temoignages .sous-titre-gris {
    margin: -26px auto 0px auto!important;
}
/* ============================================================================ */
/*                                    LISTING                                   */
/* ============================================================================ */
#formrecherchevente-bar .action_bar > .breadcrumb-cms,
#formrecherchevendu-bar .action_bar > .breadcrumb-cms {
    display: none;
}
#formrecherchevente-bar .dropdown-menu.open.show,
#formrecherchevendu-bar .dropdown-menu.open.show {
    transform: translate3d(14px, 39px, 0px)!important;
}
#formrecherchevente-bar .action_bar > div:nth-child(2),
#formrecherchevendu-bar .action_bar > div:nth-child(2) {
    width: 100%;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.block_vue_list ul li {
    height: 40px;
    width: 40px;
    text-align: center;
    list-style: none;
    background: #009aa5;
    color: #fff;
    font-size: 26px;
}
.prod_listing .article_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
}
.prod_listing > .listing_article article {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% / 1 - 12px);
    align-items: flex-start;
}
[class*="listing-"] .not-sticking .container_search {
    display: none;
}
.prod_listing .block_img,
.prod_listing .block_info {
    width: 50%;
}
.listing .header-item,
 [class*="listing-"] .header-item{
    padding: 5px 10px;
    background-color: #009aa5;
    color: #fff!important;
    height: 120px;
    display: flex;
    align-items: center;
}
.listing .header-item a,
 [class*="listing-"] .header-item a{
    color: #fff!important;
}
 [class*="listing"] .description,
 [class*="listing-"] .description {
    line-height: 1.2;
    font-size: 16px;
    padding: 5px 10px;
    min-height: 100px;
}

 [class*="listing"] .liste-item ul,
 [class*="listing-"] .liste-item ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
 [class*="listing"] .liste-item ul li,
 [class*="listing-"] .liste-item ul li{
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
[class*="listing"] .liste-item ul li img,
[class*="listing-"] .liste-item ul li img {
   width: 35px;
   height: auto!important;
   max-height: auto!important;
   margin: auto auto 7px auto;
}
.btn-item {
    position: absolute;
    bottom: 7px;
    right: 0px;
}
.effect-cms img {
   min-height: auto;
   max-width: 100%;
   opacity: 1;
}
.info_type {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.info_ville {
    font-size: 18px;
    padding-top:0;
    text-transform: initial;
}
.info_ville span{
    text-transform: uppercase;
}
.line, .box {
    height: 1px;
}
article .btn-primary  {
    color: #000!important;
    background: #fff;
}
article .btn-primary a {
    color: #000!important;
    font-size: 14px;
}
article .btn-primary:hover a {
    color: #fff!important;
}
article .btn {
    padding: 0.5rem 0.75rem;
    line-height: 1;
}
article a:hover {
    color: #000;
}
.tea.ion-ios-heart-outline.adfav {
    color: #009aa5;
}
.card-fav-absolute {
    top: -10px;
    right: 10px;
}
.bandeaux {
    position: absolute;
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
    padding: 0;
    z-index: 5555;
    bottom: 7px;
    right: 7px;
    background: #009aa5;
}
.bandeaux-etiquette {
    position: absolute;
    z-index: 5555;
    bottom: 0;
    right: 0;
    background: #009aa5;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.b_vendu {
    background-color: transparent;

}
.info_prix, .prod_listing.carte .info_prix {
    margin: 0;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    font-weight: 400;
    font-size: 20px;
}
.info_prix sup {
    top: -6px;
}

[class*="listing-"] .col-presentation,
[class*="listing"] .col-presentation {
    min-height: 130px;
    width: 100%;
    display: grid;
}
[class*="listing-"] .col-presentation .tem-person,
[class*="listing"] .col-presentation  .tem-person,
[class*="listing-"] .col-presentation p,
[class*="listing"] .col-presentation  p{
    margin: auto;
}
.prod_listing > .listing_article article#article-separation {
    border: 0;
    padding: 30px 0;
    width: 100%;
    margin: 20px 5px 40px 5px;
    /* background: #f3f3f3; */
}
#article-separation .carousel-control-next,
#article-separation  .carousel-control-prev {
    top: 33%;
 }
#article-separation  .row.w100 {
    margin: 0;
 }
.w100 {
    width: 100%;
}
.prod_listing.damier > .listing_article article {
    width: calc(100% / 2 - 12px);
}
.prod_listing.carte > .listing_article article {
    width: calc(100% / 1 - 12px);
}
.prod_listing.damier .block_info {
    min-height: 200px;
}      
/* .prod_listing.carte > .listing_article article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.prod_listing.carte .block_img, .prod_listing.carte .block_info {
    width: 100%;
} */
.prod_listing.carte .info_ville,
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
    padding-top: 0;
}

.module_recherche_carte {
    margin-top: 20px;
}

.prod_listing.carte > .listing_article article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prod_listing.carte .block_img, .prod_listing.carte .block_info {
    width: 100%;
}
[class*="listing-"] .prod_listing.carte .header-item {
    padding: 5px 10px;
    background-color: #009aa5;
    color: #fff!important;
    height: 80px;
    display: flex;
    align-items: center;
}
[class*="listing"] .prod_listing.carte .liste-item ul li img, [class*="listing-"] .prod_listing.carte .liste-item ul li img {
    width: 30px;
}




/* ============================================================================ */
/*                                    DETAILS                                   */
/* ============================================================================ */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #009aa5 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #009aa5;
}
.detail_header .titre:after {
    background: #009aa5;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 30px;
    font-weight: 700;
    color: #009aa5;
}
.calcul_result h4 {
    font-size: 18px;
}
.retour_pret span {
    color: #009aa5;
}
.calcul_result {
    font-size: 20px;
    padding: 0;
}
.detail .page_heading {
    font-size: 25px;
    font-weight: 500;
    border-left: 0;
    padding-left: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #009aa5 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #009aa5 !important;
    color: #fff;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}
.home_cont_temoignages .container-fluid {
    padding-left: 10%;
    padding-right: 10%;
}
.detail .liste2 {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0 50px 0;
}
.detail .liste2 .article_logo {
    width: 40px;
    margin-bottom: 10px;
}
.detail_annexe_nav_contact {
    display: flex;
}
.detail_annexe_nav_contact li {
    margin-left: 5px;
}
.detail_annexe_nav_contact li .btn i {
    top: -1px;
}
.detail .carousel-item {
    width: 75%;
    margin: auto;
}
.detail_slide_thumbs {
    justify-content:  center;
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.detail_slide_thumbs > li {
    height: auto;
    margin: 5px;
    width: 85px;
}
.detail_slide_thumbs > li > img {
    position: relative;
    width: 100%;
    margin: calc(0.15em * 2) 0.1em;
    overflow: hidden;
}
.detail .detail_header .page_heading::after {
    display: none;
}
.detail_header h1.page_heading {
    color: #fff;
    background: #009aa5;
    margin-bottom: 5px;
    padding: 0.85rem 0;
}
.detail_header .crit {
    padding-top: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.detail_header .crit li {
    padding: 0 20px;
    font-size: 20px;
    font-weight: 500;
    border-left: 0;
    padding-left: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.detail_calculette-notaire td, .detail_calculette-notaire label {
    font-size: 1.1rem;
}
.mention {
    font-size: 1rem;
}
/* ============================================================================ */
/*                             PAGES DE CONTENU                                 */
/* ============================================================================ */
.page_contenu h1,
.reassurance h2 ,
.index-temoignages{
    text-align: center;
    text-transform: uppercase;
    color: #009aa5;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
}
.reassurance h2{
    text-align: center;
    text-transform: initial;
    color: #009aa5;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: italic;
}
.sous-titre-gris {
    background: #ebebeb;
    padding: 10px 0 15px 0;
    margin: -26px auto 54px auto;
    z-index: -1;
    width: 80%;
}
.engagements .sous-titre-gris {
    background: #ebebeb;
    padding: 10px 0 15px 0;
    margin: -26px auto 54px auto;
    z-index: -1;
    width: 80%;
}
.estimation .sous-titre-gris {
    background: #ebebeb;
    padding: 10px 0 15px 0;
    margin: -26px auto 54px auto;
    z-index: -1;
    width: 90%;
}
.estimation .info-estim {
    background: #ebebeb;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    min-height: 110px;
    display: flex;
    justify-content: center;
}
.estimation .info-estim p{
    margin: auto!important;
    text-align: center;
}

.page_contenu h2,
.page_contenu .h2{
    font-size: 26px;
    padding-left: 15px!important;
    border-left: 3px solid #212527!important;
    margin: 20px 0;
    color: #212527;
    padding-left: 0;
    border-left: 0;
    font-weight: 700;
}
mark {
    padding: 0 0.1rem 0.1rem 0.1rem;
    background-color: #009aa5;
    color: #fff;
}

h2.titre-form-detaille{
    text-align: center!important;
    text-transform: uppercase!important;
    color: #009aa5!important;
    font-size: 35px!important;
    letter-spacing: 2px!important;
    font-weight: 600!important;
    margin:  0 0 .5rem 0;
    padding-left: 0!important;
    border-left: 0!important;
}
.page_contenu p {
    text-align: justify;
}
.page_contenu p.citation {
    font-style: italic;
}
.page_contenu .fa-quote-left {
    margin-right: 10px;
}
.page_contenu .fa-quote-right {
    margin-left: 10px;
}
.page_contenu .marginTB80 {
    margin: 80px 0;
}
.mb-8 {
    margin-bottom: 80px;
}
/* .page_contenu .bloc-h3 {
    background: #009aa5;
    padding: 100px 0 0 0;
    margin-bottom: 0;
    text-transform: uppercase;
    clip-path: polygon(100% 100%, 100% 100%, 0% 0%, 100% 0%);
} */
.page_contenu .bloc-h3 {
    background: #009aa5;
    padding: 40px 0 0 0;
    margin-bottom: 0;
    text-transform: uppercase;
    clip-path: polygon(100% 100%, 100% 100%, 0% 0%, 0% 100%);
}
/* .page_contenu .img-contenu {
    margin: 50px 0 15px 0;
} */
.page_contenu .img-contenu .bloc-h3 {
    background: #009aa5;
    padding: 70px 0 0 0;
    margin-bottom: 0;
    text-transform: uppercase;
    clip-path: polygon(100% 100%, 100% 100%, 0% 0%, 0% 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.page_contenu h3,
.page_contenu .h3{
    color: #009aa5;
    /* text-transform: uppercase; */
    font-size: 21px;
    font-weight: 600;
    text-align: left;    
    padding: 0 0 0 15px;
    margin-top: 0;
    line-height: 1.2;
    border-left: 3px solid #009aa5;
}
.page_contenu h2.h3 {
        color: #009aa5;
        /* text-transform: uppercase; */
        font-size: 21px;
        font-weight: 600;
        text-align: left;    
        padding: 0 0 0 15px;
        margin-top: 0;
        line-height: 1.2;
        border-left: 3px solid #009aa5!important;
}
.page_contenu .h3-2 a:hover {
    color: #000;
}
.underline {
    text-decoration: underline;
}
.page_contenu strong {
    font-weight: 600;
}
.content-col {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
}
.ion-arrow-right-c {
    top: 1px;
}
a:hover {
    color: #009aa5;
}

.accroche-footer{
    background: #009aa5;
    color: #fff;
    text-align: center!important;
    padding: 20px;
    border-radius: 30px;
}    
.accroche-footer h4{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}   
.accroche-footer a{
    color:#fff;
}   
.accroche-footer a:hover{
    text-decoration: underline;
}   
.bg_collapse {
    min-height: auto;
    background-color: transparent;
}

.titre-footer-menu {
    color: #009aa5;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.footer-phrase p {
    color: #009aa5;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
}
.footer-menu a,
.footer-villes p {
    font-weight: 300;
    font-size: 15px;
}
footer hr {
    border-top: 1px solid rgba(255,255,255,.1)!important;
}
footer nav.menu-top {
    margin: auto 0 10px auto;
}
/* ============================================================================ */
/*                                     ESTIMATION                               */
/* ============================================================================ */
.champs.htmlinform { display: none;}
.form-group.c_titre,
.form-group.c_titre2,
.form-group.c_titre12,
.form-group.c_titre4 {
    width: 100%!important;
    text-align: left;
    text-transform: uppercase;
    color: #141414;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 600!important;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-left: 15px;
    border-left: 3px solid #009aa5;
}
.form-group.c_titre label,
.form-group.c_titre2 label,
.form-group.c_titre12 label,
.form-group.c_titre4 label {
    font-weight: 500!important;
    margin-top: 0;
    margin-bottom: 0;
}
.form-group.c_titre3,
.form-group.c_titre5,
.form-group.c_titre6,
.form-group.c_titre7,
.form-group.c_titre8,
.form-group.c_titre9,
.form-group.c_titre10,
.form-group.c_titre11,
.form-group.c_titre110 {
    width: 100%!important;
    text-align: left;
    text-transform: uppercase;
    color: #141414;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 30px;
    background: #ebebeb;
}
.form-group.c_titre3 label,
.form-group.c_titre5 label,
.form-group.c_titre6 label,
.form-group.c_titre7 label,
.form-group.c_titre8 label,
.form-group.c_titre9 label,
.form-group.c_titre10 label,
.form-group.c_titre11 label,
.form-group.c_titre110 label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}
label {
    font-weight: 500;
}
.estimation #FormEstim .form-group {
    width: 33.33%;
}
.estimation #FormEstim .form-group.c_mail {
    width: 66.66%;
}
.estimation .form-group.c_presta_autre .champs {
    display: flex;
    justify-content: space-between;
}
.estimation .form-group.c_travaux_annee1,
.estimation .form-group.c_travaux_annee2,
.estimation .form-group.c_travaux_annee3,
.estimation .form-group.c_travaux_annee4,
.estimation .form-group.c_travaux_annee5 {
    width: 25%!important;
}
.estimation .form-group.c_presta_autre1,
.estimation .form-group.c_presta_autre2,
.estimation .form-group.c_presta_autre3 {
    width: 20%!important;
}
.estimation .form-group.c_presta_autre2 label.label span,
.estimation .form-group.c_presta_autre3 label.label span {
    display: none;
}
.estimation .form-group.c_presta_autre2 .form-check-label,
.estimation .form-group.c_presta_autre3 .form-check-label {
    margin-top: 26px;
}
.estimation .form-group.c_presta_autre1 label {
    margin-top: 10px;
}
.estimation .form-group.c_presta_autre1 .form-check-input,
.estimation .form-group.c_presta_autre2 .form-check-input,
.estimation .form-group.c_presta_autre3 .form-check-input {
    margin-top: 7px;
}

.estimation .form-group.c_travaux_annee2 label,
.estimation .form-group.c_travaux_annee3 label,
.estimation .form-group.c_travaux_annee4 label,
.estimation .form-group.c_travaux_annee5 label,
.estimation .form-group.c_travaux_designation2 label,
.estimation .form-group.c_travaux_designation3 label,
.estimation .form-group.c_travaux_designation4 label,
.estimation .form-group.c_travaux_designation5 label {
    display: none;
}
.estimation .form-group.c_travaux_designation1,
.estimation .form-group.c_travaux_designation2,
.estimation .form-group.c_travaux_designation3,
.estimation .form-group.c_travaux_designation4,
.estimation .form-group.c_travaux_designation5 {
    width: 75%!important;
}


/* MODAL */
.estimation .modal-content,
.recherche .modal-content {
    background-color: #009aa5;
    border: 0;
    border-radius: 30px;
}
.estimation .close,
.recherche .close {
    float: right;
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 1px 0 transparent;
    opacity: 1;
    font-weight: 300;
}
.estimation .modal-content .alert-success,
.recherche .modal-content .alert-success {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 15px 0;
    font-size: 20px;
}
.estimation .modal-header,
.recherche .modal-header {
    justify-content: flex-end;
}
.estimation .modal-body,
.recherche .modal-body {
    padding: 0 15px;
}
.estimation .alert-info,
.recherche .alert-info,
.estimation p.alert-info,
.recherche p.alert-info {
    background: transparent;
    margin-top: 0;
    border: 0;
    color: #fff;
    padding: 0 15px 15px 15px;
    font-size: 20px;
    text-align: center!important;
}



/* ============================================================================ */
/*                                     BLOG                                     */
/* ============================================================================ */
.blog__all{
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.blog__all article {
    position: relative;
    width: calc(100% / 3 - 30px);
    margin: calc(0.5em * 2) 0.9rem;
    overflow: hidden;
    box-shadow: 6px 12px 9px rgb(0 0 0 / 5%);
}
.adminpersos .blog__all img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog__all ul li .title-post {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 5px 10px 5px;
}
.blog__all ul li .date-post {
    font-size: 20px;
    margin: 0 5px;
    color: #EB6C01;
}
.blog__all ul li .btn-actus {
    font-size: 20px;
    margin: 5px 5px;
    color: #000;
}

.section-blog {
    width: 100%;
    margin: 60px auto;
  }
  
  .blog__categories {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .blog__categories ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .blog__categories li {
    display: inline-block;
    padding: 0;
    position: relative;
    width: auto;
    margin: 0;
    overflow: inherit;
  }
  .blog__categories li {
    display: inline-block;
    padding: 0;
    position: relative;
    width: auto;
    margin: 0;
    overflow: inherit;
  }
  .blog__categories li .all-link,
  .blog__categories li .category-link {
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 15px 20px 15px 20px;
    background-color: #009aa5;
    transition: background-color 750ms;
    border-radius: 25px;
    text-transform: uppercase;
  }
  .blog__categories li .all-link:hover,
  .blog__categories li .category-link:hover {
    background-color: #666;
  }
  .blog__categories li .active {
    background-color: rgb(175, 175, 175);
  }
  
  .blog__all .blog-item {
    margin-bottom: 20px;
  }
  .blog__all .blog-category {
    font-weight: 500;
    font-size: 90%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  .blog__all .blog-category a {
    font-weight: 500;
  }
  .adminperso .blog__all .blog-category p {
    margin-bottom: 0;
  }
  .blog__all .blog-category a span:after,
  .adminperso .blog__all .blog-category p span:after {
    content: "|";
    color: #009aa5;
    margin: 0 5px 0 10px;
    vertical-align: 0px;
  }
  .blog__all .blog-category a span.span-commune:after,
  .adminperso .blog__all .blog-category p span.span-commune:after {
    content: "";
  }

  .blog__all .blog-category a:last-of-type:after,
  .adminperso .blog__all .blog-category p:last-of-type:after {
    content: "";
  }
  .blog__all .blog-title {
    font-size: 130%;
    font-weight: 600;
    line-height: 1;
    color: #333;
    margin: 10px 0;
    min-height: 55px;
  }
  .blog__all .blog-date {
    font-size: 80%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .blog__all .blog-summary {
    letter-spacing: 0.0125em;
  }
  .blog__all .blog-link {
    font-size: 100%;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    line-height: 2;
  }
  .blog__all .blog-link i{
    margin-left: 5px;
    font-size: 20px;
    top: 2px;
  }
  .blog__all .link-arrow {
    font-size: 110%;
    font-weight: 400;
    margin-left: 2px;
  }
  .blog__all .show-more {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 20px 0;
    padding: 10px 20px;
    background-color: steelblue;
    border: 0;
    outline: 0;
    transition: background-color 750ms;
  }
  .blog__all .show-more:hover {
    background-color: #333;
  }
  .blog__all .top {
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
  .description-post {
    margin: 5px;
    min-height: 75px;
}
.show-more {
    transition: all .15s ease-in-out;
    background: transparent;
    margin-top: 50px;
    color: #000;
    text-transform: uppercase;
    border-radius: 25px!important;
    padding: 5px 20px 5px 10px!important;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.show-more i {
    font-size: 16px;
    top: -1px;
    color: #009aa5;
}
.adminperso input.btn-header3 {
    text-transform: uppercase;
    margin-left: 0;
    min-height: 40px!important;
    margin-top: 20px;
    min-width: 170px!important;
}
.adminperso .blog__all {
    display: block;
}
.adminperso .blog__all .blog-title {
    font-size: 180%;
    text-align: center;
    margin-top: 50px;
}
.adminperso .btn-retour {
    font-weight: 500;
    font-size: 90%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 4px;
    border: 0;
    background: transparent;
    padding-left: 0;
    margin-left: 5px;
  }
.adminperso .btn-retour:hover {
    color: #009aa5;
}
.adminperso .page_contenu h1 {
    text-align: center;
    text-transform: uppercase;
    color: #009aa5;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 50px;
}
.adminperso .description-post li {
    list-style: initial;
}
.btn-admin.btn-primary {
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    min-width: 190px;
    padding: 10px 20px 8px 20px;
    color: #0a1119;
    background-color: transparent;
    border-color: #009aa5;
}
.btn-admin.btn-primary:hover {
    background: #0a1119;
    color: #fff!important;
    border-color: #0a1119;
}
.btn-admin.btn-primary i{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    top: -2px;
}
.adminperso ul.retour {
    display: flex;
    margin-bottom: 0;
}
.adminperso ul.retour i{
    font-size: 20px;
    top: -3px;
    color: #009aa5;
}
.champ-communes label {
    margin: 0;
}
.btn-communes {
    color: #fff;
    background: #009aa5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    transition: background-color 750ms;
}
.btn-communes:hover {
    background-color: #666;
}
.btn-communes i {
    margin: -5px auto auto -1px;
    font-size: 25px;
}
.champ-communes ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}


/* ============================================================================ */
/*                                    FOOTER                                    */
/* ============================================================================ */
footer {
    background: #0a1119;
    color: #fff;
}
footer a:hover {
    color: #009aa5;
}
footer .btn-header1,
footer .btn-header2 {
    border: 1px solid #fff;
}
footer .btn-header1:hover,footer .btn-header2:hover {
    border: 1px solid #fff;
}
.top_link {
    z-index: 99;
    bottom: 65px;
    background: #009aa5;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}
.top_link:hover {
    height: 50px;
}
footer .reseaux-sociaux ul{
    margin-bottom: 0;
}
footer .reseaux-sociaux ul li{
    padding: 0 10px;
}
footer .reseaux-sociaux a i{
    font-size: 30px;
    top: 4px;
}

/* ============================================================================ */
/*                                     AUTRES                                   */
/* ============================================================================ */
.sidebar {
    margin-top: 60px;
    text-align: center;
}
.contact .sidebar {
    margin-top: 0px;
    text-align: center;
}
.img-thumbnail {
    /* width: 300px; */
    border: 0;
}
.sidebar .img-thumbnail {
    padding: 0;
    margin: 10px 0;
}
.sidebar .group_btn a {
    width: 100%;
}
.sidebar .group_btn a {
    font-size: 1.1rem;
    padding: 8px;
}
.sidebar .group_btn a {
    font-size: 1.1rem;
}
.sidebar .group_btn .btn i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
    top: -1px;
}
address .btn {
    font-size: 1.1rem;
}
.on-vous-rappelle form .container {
    padding-left: 0;
    padding-right: 0;
}
.sidebar .group_btn a {
    margin: 5px 0;
}

.sidebar .bloc-espace-client .btn-secondary:hover {
    color: #fff;
    background-color: #afafaf;
    border-color: #afafaf;
}
.sidebar .bloc-espace-client .btn-primary {
    color: #fff;
    background-color: #0a1119;
    border-color: #0a1119;
    text-transform: uppercase;
    font-weight: 600;
}
.sidebar .bloc-espace-client .btn-primary:hover {
    color: #fff;
    background-color: #afafaf;
    border-color: #afafaf;
}



/* ============================================================================ */
/*                                    REF LOLO                                  */
/* ============================================================================ */
.page_contenu.page2ref ul li p {
    text-align: center;
}
.picto-ref {
    min-height: 100px;
    display: flex;
    justify-content: center;
}
.picto-ref img{
    filter: invert(68%) sepia(74%) saturate(6575%) hue-rotate(155deg) brightness(91%) contrast(101%);
    max-width: 50px;
    margin: auto;
}




/*  Si les onglets du menu principal ne sont pas alignés en hauteur */
@media (min-width: 992px) {
    .maison-saint-heand .menu ul > li.dropdown .item-nav {
        line-height: 1.4;
    }
}


/* ============================================================================ */
/*                                  RESPONSIVE                                  */
/* ============================================================================ */

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li.dropdown .item-nav{
        line-height: 1.39;
    }
    .off-acheter .menu ul > li.dropdown .item-nav,
    .philosophie .menu ul > li.dropdown .item-nav,
    .engagements .menu ul > li.dropdown .item-nav,
    .agence .menu ul > li.dropdown .item-nav,
    .off-vendre .menu ul > li.dropdown .item-nav{
        line-height: 0.5; 
    }
    .menu ul > li > a, .item-nav{
        padding: 4px 0;
        line-height: 1;
        color: #0a1119;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 15px;
    }
    .menu ul > li:hover > a, .item-nav:hover, .index .not-sticking .menu ul > li:hover > a{
        color: #009aa5;
    }
    .dropdown-item  {
        padding: 15px 10px;
        line-height: 1.2;
        color: #0a1119;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 15px;
    }
    .index .not-sticking .menu ul > li > a {
        color: #0a1119;
    }
    .header__logo {
        display: block;
        height: 120px;
        padding: 0;
        margin: auto auto auto 0;
    }
    .header__logo img {
        width: 280px;
    }
    .header {
        background: #fff;
    }
    .site-container {
        max-width: 960px;
        margin: auto;
    }
    .fas.fa-home {
        font-size: 20px;
    }
}
@media (min-width: 1281px) {
    .site-container {
        max-width: 1140px;
        margin: auto;
    }  
    .cat:hover .text-cat {
        margin: auto 10px auto auto;
    }
    [class*="listing-"] .text-cat {
        margin: auto 7px 6px auto;
    }
    .container-fluid {
        padding-left: 10%;
        padding-right: 10%;
    }
    .reassurance {
        padding: 80px 10% 30px 10%;
    }
}


@media (max-width:992px) {
    .header__logo img {
        width: 100px;
    }
    nav.menu-top ul li a, nav.menu-top ul li a:not([href]):not([tabindex]) {
        font-size: 10px;
    }
    .btn-header1, .btn-header2, .btn-header3, .btn-header40 {
        padding: 0.35rem 0.5rem;
        min-width: 100px!important;
        min-height: 35px!important;
    }
    .btn-header40 {
        height: 35px!important;
    }
    .menu ul {
        display: block;
    }
    .menu .item-nav {
        color: #fff;
        text-align: left;
    }
    .menu .dropdown-menu {
        margin: 15px 0 15px 15px;
    }
    .baseline {
        color: #fff;
        text-shadow: #00000091 3px 3px 3px;
        font-size: 2rem;
        font-weight: 500;
        z-index: 20;
        position: absolute;
        top: 77%;
        -webkit-transform: translateY(-77%);
        -moz-transform: translateY(-77%);
        -ms-transform: translateY(-77%);
        -o-transform: translateY(-70%);
        transform: translateY(-77%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .page_contenu h1, .reassurance h2, .index-temoignages h2{
        font-size: 25px;
    }
    .sous-titre-gris {
        margin: -18px auto 50px auto;
        width: 100%;
    }
    .home_cont_categories .cat-text, [class*="listing-"] .cat-text {
        font-size: 19px;
    }
    .home_cont_categories .cat, [class*="listing-"] .cat {
        margin-bottom: 10px;
    }
    .col-presentation {
        min-height: 245px;
    }
    .footer-phrase p {
        font-size: 20px;
    }
    .img_top_page {
        margin-top: 65px;
    }
    .page_contenu h2, .page_contenu .h2 {
        font-size: 23px;
    }
    .page_contenu h3, .page_contenu .h3 {
        font-size: 18px;
    }
    .ordre1 {order: 1;}
    .ordre2 {order: 2;}
    .ordre3 {order: 3;}
    .ordre4 {order: 4;}
    .ordre5 {order: 5;}
    .ordre6 {order: 6;}
    .ordre7 {order: 7;}
    .ordre8 {order: 8;}
    .ordre9 {order:9;}
    .ordre10 {order: 10;}
    .ordre11 {order: 11;}
    .ordre12 {order: 12;}
    .ordre13 {order: 13;}
    .ordre14 {order: 14;}
    .ordre15 {order: 15;}
    .ordre16 {order: 16;}
    .ordre17 {order: 17;}
    .ordre18 {order: 18;}
    .ordre19 {order: 19;}
    .ordre20 {order: 20;}
    .ordre21 {order: 21;}
    .ordre22 {order: 22;}
    .ordre23 {order: 23;}
    .ordre24 {order: 24;}
    .ordre25 {order: 25;}
    .ordre26 {order: 26;}
    .ordre27 {order: 27;}
    .ordre28 {order: 28;}
    .ordre29 {order: 29;}
    .ordre30 {order: 30;}
    .ordre31 {order: 31;}
    .ordre32 {order: 32;}
    .ordre33 {order: 33;}
    .ordre34 {order: 34;}
    .ordre35 {order: 35;}
    .ordre36 {order: 36;}
    .ordre37 {order: 37;}
    .ordre38 {order: 38;}
    .ordre39 {order: 39;}
    .ordre40 {order: 40;}
    .ordre41 {order: 41;}
    .ordre42 {order: 42;}
    .ordre43 {order: 43;}
    .ordre44 {order: 44;}
    .ordre45 {order: 45;}
    .ordre46 {order: 46;}
    .ordre47 {order: 47;}
    .ordre48 {order: 48;}
    .ordre49 {order: 49;}
    .ordre50 {order: 50;}
    .ordre51 {order: 51;}
    .ordre52 {order: 52;}
    .ordre53 {order: 53;}
    .ordre54 {order: 54;}
    .ordre55 {order: 55;}

    .img-contenu {
        margin-bottom: 10px;
    }
    .prod_listing > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .info_type, .info_ville {
        font-size: 16px;
    }
    .listing .header-item, [class*="listing-"] .header-item {
        height: 80px;
    }
    .info_type {
        margin-top: 0;
    }
    [class*="listing"] .liste-item ul li img, [class*="listing-"] .liste-item ul li img {
        width: 23px;
    }
    [class*="listing"] .liste-item ul li, [class*="listing-"] .liste-item ul li {
        font-size: 12px;
        margin: calc(0.3em * 2) 0.5rem;
    }
    .info_prix, .prod_listing.carte .info_prix {
        font-size: 17px;
    }
    [class*="listing-"] .col-presentation .tem-person, [class*="listing"] .col-presentation .tem-person, [class*="listing-"] .col-presentation p, [class*="listing"] .col-presentation p {
        font-size: 14px;
    }
    aside.aside_contact {
        height: 100% !important;
        top: 0 !important;
    }
    .blog__categories li .all-link, .blog__categories li .category-link {
        padding: 10px;
        font-size: 14px;
    }
    .blog__all article {
        width: calc(100% / 2 - 30px);
    }
    .blog__all .blog-category a {
        font-size: 14px;
    }
    .baseline2 h1 {
        font-size: 26px;
    }
    .baseline2 {
        color: #fff;
        text-shadow: #00000091 3px 3px 3px;
        font-size: 3rem;
        font-weight: 500;
        z-index: 20;
        position: absolute;
        top: 54%;
        -webkit-transform: translateY(-54%);
        -moz-transform: translateY(-54%);
        -ms-transform: translateY(-54%);
        -o-transform: translateY(-54%);
        transform: translateY(-54%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }


}


@media (max-width:600px) {
    .estimation .form-group {
        width: 100%;
    }
    .estimation .form-group.c_mail {
        width: 100%;
    }
    .prod_listing > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog__all article {
        width: calc(100% / 1 - 30px);
    }
    .validation { display: none;}
    .display-flex {
        display: block;
    }
    .header__logo img {
        width: 170px;
        margin-top: 0;
        max-width: 100%;
        margin-left: -47px!important;
    }
    .sticking nav.menu-top {
        display: none;
    }
    nav.menu-top ul li {
        width: 42%;
        margin: 5px 0;
    }
    nav.menu-top ul li a, nav.menu-top ul li a:not([href]):not([tabindex]) {
        font-size: 14px;
    }
    .btn-header1, .btn-header2, .btn-header3, .btn-header40 {
        min-height: 45px !important;
    }
    .baseline {
        font-size: 1.5rem;
    }
    .col-presentation {
        min-height: 370px;
        width: 75%;
        margin: auto;
    }
    .img_top_page {
        margin-top: 175px;
    }
    .prod_listing .block_img, .prod_listing .block_info {
        width: 100%;
    }
    [class*="listing"] .liste-item ul li img, [class*="listing-"] .liste-item ul li img {
        width: 35px;
    }
    .prod_listing .block_info {
        min-height: 280px;
    }
    [class*="listing-"] .col-presentation .tem-person, [class*="listing"] .col-presentation .tem-person, [class*="listing-"] .col-presentation p, [class*="listing"] .col-presentation p {
        font-size: 16px;
        width: 75%;
    }
    .listing-vendu .prod_listing .block_info {
        min-height: 180px!important;
    }
    .estimation .form-group.c_travaux_annee1,
.estimation .form-group.c_travaux_annee2,
.estimation .form-group.c_travaux_annee3,
.estimation .form-group.c_travaux_annee4,
.estimation .form-group.c_travaux_annee5,
.estimation .form-group.c_presta_autre1,
.estimation .form-group.c_presta_autre2,
.estimation .form-group.c_presta_autre3,
.estimation .form-group.c_travaux_designation1,
.estimation .form-group.c_travaux_designation2,
.estimation .form-group.c_travaux_designation3,
.estimation .form-group.c_travaux_designation4,
.estimation .form-group.c_travaux_designation5,
.estimation #FormEstim .form-group {
    width: 100%!important;
}

.detail .container_page {
    margin-top: 200px;
}
.detail .liste2 .article_logo {
    width: 30px;
    margin-bottom: 10px;
}
.detail .liste2 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: flex-start;
}
.detail .liste2 li{
    width: calc(100% / 3 - 10px);
    margin-bottom: 10px;
    font-size: 14px;
}
.ma-widget-feedback.ma-widget-feedback--small {
    margin: 20px auto;
}
.badge-google-content {
    margin: 10px auto;
    position: relative!important;
}
.home_cont_temoignages .carousel-indicators li, [class*="listing"] #article-separation .carousel-indicators li, [class*="listing-"] #article-separation .carousel-indicators li {
    width: 10px;
    height: 10px;
}
footer .liens_left {
    padding: 0;
}
.blog__categories ul {
    display: block;
}
.blog__categories li {
    margin: 15px 0;
}
.container.page_contenu.mb-4 {
    margin-bottom: 0;
}
    .adminpersos .col-12.col-md-4.text-right.my-auto
    {text-align: center!important;}
    nav.menu-top ul {
        display: block !important;
    }
    .new-header {
        margin-top: 180px;
    }
    .baseline2 {
        color: #009aa5;
        text-shadow: none;
        font-size: 2rem;
        font-weight: 500;
        z-index: 20;
        position: relative;
        top: 0;
        -webkit-transform: translateY(-54%);
        -moz-transform: translateY(-54%);
        -ms-transform: translateY(-54%);
        -o-transform: translateY(-54%);
        transform: translateY(-54%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .baseline2 .container {
        background: rgba(0, 0, 0, 0);
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgba(0, 0, 0, 0);
        padding: 10px;
        border-radius: 30px;
    }
    .baseline2 h1 {
        font-size: 19px;
        margin-top: 30px;
    }
    .reassurance {
        padding: 30px 5% 30px 5%;
    }
    .ul-ref {
        display: flex!important;
        flex-wrap: wrap!important;
    }
    .btnlolo .text-right,
    .btnlolo .text-left {
        text-align: center!important;
    }
    .btnlolo .btn {
        margin: 10px 0;
    }
    #content {
        margin-top: 50%;
    }
}


/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
.cc-window.cc-banner {
    width: 350px!important;
}
.cc-banner.cc-bottom {
    left: auto!important;
    right: 20px;
    bottom: 20px;
}
.cc-color-override-1247188962.cc-window {
    background-color: #fff!important;
    border: 1px solid rgba(0,0,0,0.1);
}
#footer-cookie {
    color: #141414!important;
    max-height: 100%!important;
}
#footer-cookie h3 {
    font-size: 1rem!important;
}
#footer-cookie p {
    font-size: 12px!important;
    line-height: 1.5!important;
}
.btncookie {
    margin: 8px auto!important;
    background: #0a1119!important;
    color: #fff!important;
    border: 1px solid #0a1119!important;
    font-size: 12px!important;
    width: 180px!important;
    padding: .6rem .75rem!important;
}
.btncookie:hover {
    background: #141414!important;
    color: #fff!important;
    border: 1px solid #141414!important;
}
#boutoncookie {
    display: grid!important;
}
.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
    color: #0a1119!important;
}
a.cc-link {
    margin: auto!important;
}




/* BADGE AVIS GOOGLE */
.badge-google-content {
    float: left;
    left: 24%;
    top: 0;
    position: absolute;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    text-align: center !important;
}
.avisGoogleBadge-p1 {
    margin-bottom: 2px;
    display: none;
}


.estimation  .header .sticky_menu.stick-me.sticking {
    display: none !important;
}


.btnlolo a {
    font-size: 20px;
}

.btnlolo2 a {
    font-size: 20px;
    margin-right: 20px;
}

.btnlolo,.btnlolo2 {
    font-size: 20px;
}

.ref h8 {
    margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-align: center;
  color:#009AA5;
  text-transform: uppercase;
}

.ref p {
    text-align: justify;
}

.ref h2 {
    text-align: left;
    font-size: 26px;
  padding-left: 15px !important;
  border-left: 3px solid #212527 !important;
  margin: 20px 0;
  color: #212527;
  padding-left: 0;
  border-left: 0;
  font-weight: 700;
}

.h1home {
    font-size: 40px;
    }

    .h2home,.ref h1 {
        color:#009AA5;
        font-size: 40px;
        text-transform:none;
        letter-spacing: 2px;
      font-weight: 500;
      font-style: italic;
      text-align: center;
    }