/* ================================================================================== */
/*                                       GENERAL                                      */
/* ================================================================================== */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

body {
    /* font-family: 'Work Sans', sans-serif; */
    font-family: 'Muli', sans-serif;
    background: url(/assets/images/bg-palme.png), #000;
    background-size: cover;
    color: #fff;
}

a {
    color: #daac42;
}
a:hover {
    color: #b78f35;
}

.alert-danger {
    color: #fff;
    background-color: #b78f35;
    border-color: #b78f35;
    margin: 2% 0;
}
h1, .h1 {
    font-family: 'PT Serif', serif;
}

/* BOUTONS */
.btn {
    border-radius: 0;
    padding: 0.58rem 0.75rem;
}
.btn-primary, .btn-info, .btn-success, .btn-secondary {
    color: #000;
    /* background-color: #000; */
    background: linear-gradient(20deg, #b78f35, #ffe865);
    border: 0;
    width: 200px;
    transition: all 0.3s ease-in-out;
}
.btn-bleu {
    color: #fff;
    background-color: #146e92;
    border: 0;
    width: 200px;
    transition: all 0.3s ease-in-out;
}
.btn-bleu:hover {
    color: #fff;
    background-color: #008ab5;
    border: 0;
    width: 200px;
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-secondary:hover {
    color: #000;
    background: linear-gradient(20deg, #ffe865, #b78f35 );
    border: 0;
    transition: all 0.3s ease-in-out;
}


/* TITRES */
.home_heading,
.page-heading,
.deco {
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-family: 'PT Serif', serif;
    font-weight: 400;
}
.home_heading2 {
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-size: 2.2rem;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: linear-gradient(20deg, #ffe865, #b78f35 );
    height: 2px;
    width: 150px;
    margin: 15px auto 25px auto;
}


/* COULEURS */
.or {
    color: #daac42!important;
}
.bleuclair {
    color: #90d4f6!important;
}
.bleu {
    color: #26aad9!important;
}
.bg-bleu {
    color: #26aad9!important;
    font-weight: 700;
}
.bleufonce {
    color: #008ab5!important;
}

.alert-info {
    background: transparent;
    margin-top: 25px;
    border: 0;
    color: #fff;
}

/* ================================================================================== */
/*                                        INDEX                                       */
/* ================================================================================== */

/* HEADER */
.header {
    background: rgba(0,0,0,0.3);
}
.baseline {
    z-index: 20;
    position: absolute;
    top: 36%;
    -webkit-transform: translateY(-36%);
    -moz-transform: translateY(-36%);
    -ms-transform: translateY(-36%);
    -o-transform: translateY(-36%);
    transform: translateY(-36%);
    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 {
    font-size: 1.5rem;
    background: rgba(0,0,0,0.5);
    width: 31%;
    margin: auto;
    margin: 4% auto;
    padding: 24px 0;
    border: 2px solid #daac42!important;
    border-radius: 10px;
    text-transform: uppercase;
}
.header .sticking {
    background: #000;
}

@media (min-width: 992px) {
    .baseline img.slogan-baseline {
        width: 45%;
    }
    .baseline img.logo-baseline {
        width: 250px;
    }
    .baseline {
        z-index: 20;
        position: absolute;
        top: 18%;
        -webkit-transform: translateY(-18%);
        -moz-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        -o-transform: translateY(-18%);
        transform: translateY(-18%);
        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 (min-width: 1281px) {
    .baseilen img {
        width: auto;
    }
    .baseline {
        z-index: 20;
        position: absolute;
        top: 18%;
        -webkit-transform: translateY(-18%);
        -moz-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        -o-transform: translateY(-18%);
        transform: translateY(-18%);
        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;
    }
}


/* MENU TOP */
.menu-top {
    position:absolute;
    z-index:20;
    top:10px;
    right:10px;
    display: flex;
    margin-bottom: 0;
}
.menu-top li {
    padding: 0 5px;
    color: #fff;
    margin: auto;
}
.menu-top a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.index .not-sticking .menu-top a {
    color: #fff;
    font-weight: 100;
}
.menu-top li:hover a {
    text-decoration: underline;
}
.menu-top .reseaux-sociaux {
    margin-right: 15px;
}
.menu-top .reseaux-sociaux a img {
    width: 26px;
}

/* MENU */
.item-picto .fa-user-lock, .item-picto .fas.fa-heart {
    font-size: 20px;
}
.menu ul > li:hover > .item-picto .fa-user-lock,.menu ul > li:hover >  .item-picto .fas.fa-heart {
    color: #b78f35;
}
.menu ul > li > a.item-picto {
    padding: 12px 10px;
}


/* MOTEUR */
.moteur {
    padding: 0;
    background: transparent;
    bottom: 5%;
}
.radio_trans {
    display:none;
}
.plusdecritere .text-filtre1 {
    width: 100%;
    display: none;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #000;
    background: #fff;
    margin-right: 6px;
    font-weight: 600;
    padding: 8px 12px;
    width: 120px;
    font-size: 16px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 0;
    color: #fff;
    font-size: 16px;
    background: #b78f35;
}
.moteur .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    background: #b78f35;
    color: #fff;
    font-size: 13px;
}
.index .dropdown-menu.open.show {
    transform: translate3d(0px, -37px, 0px)!important;
    max-height: 211px;
    overflow: hidden;
    position: absolute;
    top: auto!important;
    left: 0px;
    will-change: transform;
    bottom: 0px;
}


/* BAGDE FLOTTANT */
.flottant {
    margin-right: -320px;
    position: fixed;
    min-width: 355px;
    max-width: 355px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    right: 5%;
    top: 4%;
    z-index: 8001;
    bottom: auto;
}
.custom-menu {
    margin-left: -50px;
    margin-left: -130px;
}
.custom-menu div img {
    width: 120px;
    margin: auto 10px;
}
.custom-menu div {
    border-radius: 50%;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    width: 160px;
    height: 160px;
    padding: 10px;
    transform: translatey(0px);
    -webkit-animation: float 2.5s ease-in-out infinite;
            animation: float 2.5s ease-in-out infinite;
            color: #000;
}

.custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -105px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}



@media (min-width: 992px) {
    .custom-menu div img {
        width: 110px;
        margin: auto 10px;
    }
    .flottant {
        right: 2%;
        top: 12%;
    }
    .custom-menu div {
        width: 150px;
        height: 150px;
    }
}
@media (min-width: 1281px) {
    .custom-menu div img {
        width: auto;
        margin: auto 10px;
    }
    .flottant {
        right: 8%;
        top: 9%;
    }
    .custom-menu div {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 768px) {
    .flottant {
        right: 5%;
        top: 14%;
    }   
}
@media (max-width: 600px) {
    .flottant {
        right: 5%;
        top: 14%;
    }   
    .custom-menu div {
        width: 120px;
        height: 120px;
    }
    .custom-menu div img {
        width: 90px!important;
        margin: auto 0 auto 0px;
        margin-left: 3px!important;
    }
}
@-webkit-keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4); */
        transform: translatey(0px);
    }
    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
        transform: translatey(-20px);
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4); */
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4); */
        transform: translatey(0px);
    }
    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
        transform: translatey(-20px);
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4); */
        transform: translatey(0px);
    }
}
.flottant {
    display: none;
}
.index .flottant {
    display: block;
}


/* LABEL */

.bloc-label {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box !important;
    display: block;
    direction: ltr !important;
    right: 0;
}
.bloc-label .label {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #daac42 !important;
    background-color: var(--hjFeedbackAccentColor, #daac42) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    transform: translateX(4px);
}
.bloc-label .label:hover {
    transform: translateX(0);
    box-shadow: 0 0 35px 2px rgb(0 0 0 / 35%);
    opacity: 1;
}
.bloc-label .label p {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #000 !important;
    color: var(--hjFeedbackAccentTextColor, #000) !important;
    font-weight: 700;
    margin-left: 12px;
}


/* SELECTION */
/* .prod_accueil article, .prod_listing.damier > .listing_article article {
    text-align: center;
} */
.prod_accueil {
    color: #000;
}
.info_type {
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    text-align: left;
}
.card_list li > span:after {
    height: 0;
}
article .info_prix {
    margin: 15px 0!important;
    padding: 0 10px 0 0;
    font-size: 23px;
    font-weight: 600;
    color: #b78f35;
    text-align: right;
}
.card_list li {
    font-size: 15px;
}
.effect-cms .box {
    display: none;
}

/* Catégores (Overlay) */
.home_cont_categories {
    padding-top: 0;
    padding-bottom: 0;
}
.home_cont_categories .cat-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 26px;
  }

  .home_cont_categories .cat-text-small {
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      text-align: center;
      display: block;
  }

.cat:hover .cat-infos-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 20%;
    right: 20%;
    color: #fff;
    width: 60%;
    height: 60%;
    /* background: rgb(129 201 244 / 65%); */
    background: transparent;
}

.home_cont_categories .cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #008ab5;
    height: 2px;
    width: 80px;
    margin: 20px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}



/*---------------*/
/***** Bubba *****/
/*---------------*/

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 275px;
    max-width: 100%;
    max-height: 100%;
    width: calc(100% / 2 - 8px);
    margin: 3px;
    background: #ffffff;
    text-align: center!important;
    cursor: pointer;
}
.grid figure.bg-rouge {
    cursor: auto;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}

.grid figure figcaption {
    padding: 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure.bg-rouge figcaption {
    display: flex;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure .h2 {
    word-spacing: 0;
    font-size: 37px;
    padding-bottom: 10px;
    font-family: 'PT Serif', serif;
}
.grid figure .h2 span {
    font-weight: 500;
}

.grid figure .h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 88.5%;
    text-transform: initial;
    text-align: center!important;
}
.grid figure .h6 {
    text-transform: initial;
    font-weight: 300;
    padding: 20px 0 10px 0;
}
.grid figure .h6.sous-titre {
    text-transform: uppercase;
    font-weight: 500;
}
.grid .bg-rouge {
    text-align: left;
}
figure.effect-bubba.bubba-construction{
    background: url(/assets/images/bg-oiseau.png) no-repeat center center;
}
figure.effect-bubba.bubba-financement{
    background: url(/assets/images/bg-oiseau.png) no-repeat center center;
}
figure.effect-bubba.bubba-assurance{
    background: url(/assets/images/bg-oiseau.png) no-repeat center center;
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
figure.effect-bubba img.titreimg {
    opacity: 0;
}

figure.effect-bubba:hover img {
    opacity: 0;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
figure.bg-rouge figcaption::before, figure.bg-rouge figcaption::after {
    border:0;
    transform: none;
}

figure.effect-bubba figcaption::before {
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    /* border-right: 1px solid #fff;
    border-left: 1px solid #fff; */
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba .h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0,42%,0);
    transform: translate3d(0,42%,0);
}
@media(max-width: 768px) {
	figure.effect-bubba .h2 {padding-top: 20%;	}
	.grid figure figcaption {padding: 1em;}
}


figure.effect-bubba p {
    padding: 25px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover .h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width: 992px) {
    .grid figure .h2 {
        font-size: 30px;
    }
}
@media (min-width: 1281px) {
    .grid figure .h2 {
        font-size: 37px;
    }
}


/* ALERTE EMAIL INDEX */
.home_cont_alertes {
    position: relative;
    background: linear-gradient( rgba(255,255,255, 0.5), rgba(255,255,255, 0.5) ),url(/assets/images/home-background-presentation2.jpg) no-repeat center center;
    background-size: cover;
    color: #000;
    margin: auto;
    padding: 150px 0;
}
.home_cont_alertes p {
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}
.home_cont_alertes .home_heading2{
    color: #000;
}


/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: transparent;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .container-fluid {
    margin: 0 6%;
}
.home_cont_presentation .home_heading {
    text-align: left;
}
.home_cont_presentation .home_heading::after {
    margin: 15px 0;
}

/* ================================================================================== */
/*                                        ITEMS                                       */
/* ================================================================================== */
article a, article .block_info {
    color: #000;
}
.info_prix-hai,
.prod_accueil .info_titre, .info_titre { 
    display: none;
}

.card_list {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
}
.card_list li > span:after {
    width: 100%;
}
.effect-cms .box {
    padding: 0;
}
.prod_accueil article, .prod_listing > .listing_article article {
    border: 0;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 30%);
    margin: 7px;
    background: #fff;
}
.bandeaux {
    padding: 0 0 0 5px;
}
.block_etiquette {
    background-color: #000;
    text-align: center;
}
.carousel_nbr_photos {
    position: absolute;
    top: 5px;
    right: 5px;
}

/* ================================================================================== */
/*                                       LISTING                                      */
/* ================================================================================== */

/* VUE DAMIER */
.prod_listing.damier .block_info {
    min-height: 220px;
}
.prod_listing.damier .info_titre {
    display: none;
}
/* VUE CARTE */
.prod_listing.carte .header-item {
    padding: 5px 0 0 0px;
}
.prod_listing.carte .info_ville,
.prod_listing.carte .spin1.info_type{
    padding-left: 10px;
}
.prod_listing.carte article .info_prix {
    margin: 15px 0!important;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #b78f35;
    text-align: left;
}
.tool_boox_map {
    background: #b78f35 none repeat scroll 0 0;
}
.module_recherche_carte {
    margin-top: 8px;
}



/* PAGINATION */
.page-item.disabled .page-link {
    color: #b78f35;
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
}
.page-item.active .page-link {
    color: #000;
    background-color: #b78f35;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b78f35;
    background-color: transparent;
    border: 1px solid #000;
}


/* ================================================================================== */
/*                                       DETAILS                                      */
/* ================================================================================== */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #b78f35 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #b78f35;
}
.detail_header .titre:after {
    background: #b78f35;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #b78f35;
}
.retour_pret span {
    color: #b78f35;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #b78f35;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #b78f35 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #b78f35 !important;
}
.detail #descdetail{
    text-align: justify;
}
.detail_taber .nav-link {
    display: block;
    color: #fff;
}
.detail .ion-ios-printer-outline{
    color: #fff;
}
.detail .carousel-item img {
    width: 75%!important;
    margin: auto;
}
.detail_header_sticky {
    background: #000000;
}
.detail .carousel-control-next,.detail  .carousel-control-prev {
    background: rgba(255,255,255,.3);
    height: 50px;
    width: 50px;
    top: 35%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 30;
    border-radius: 50%;
}
.detail .carousel-control-next, .detail .carousel-control-prev, .detail .carousel-control-next:hover, .detail .carousel-control-prev:hover {
    background: #b78f35;
    top: 45%;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #000;
}
.detail .bloc-champ{
    background: #000;
}

/* ============================================================================ */
/*                                     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: #000!important;
    color: #fff!important;
    border: 1px solid #000!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: #000!important;
}
a.cc-link {
    margin: auto!important;
}


/* ================================================================================== */
/*                              FOOTER & BOITE A OUTILS                               */
/* ================================================================================== */

/* CONT COORDONNEES */
.cont_coordonnees {
    padding: 80px 0px;
    background-color: transparent;
    color: #fff;
}
.cont_coordonnees img {
    width: 150px;
}
.cont_coordonnees p {
    margin-bottom: 0;
    font-size: 22px;
}
.cont_coordonnees hr {
    border-top: 1px solid rgba(255,255,255,.1);
}

/* FOOTER */
footer {
    background-color: transparent;
}


/* BOITE A OUTILS */
#bloc_fixed {
    bottom: 40%;
}

/* ASIDE */
aside.aside_contact {
    background-color: #000;
    text-align: center;
}
aside .social_network ul {
    display: flex;
    justify-content: space-around;
}
aside .social_network ul img{
    width: 45px;
    margin: 10px 0;
}
aside .contact_img img {
    width: 200px;
}

/* FORMULAIRE */
.bootstrap-select {
    background: #fff;
}
.form-search-d label.btn, .form-search-d label.btn.small {
    border: 1px solid #b78f35;
    font-size: .7em;
    width: 100%;
    background-color: #b78f35;
    margin: 0;
    height: 100px;
}



/* SIDEBAR */
.sidebar {
    width: 33.33333%;
    background: transparent;
    padding: 10px;
    margin-left: 10px;
    margin-top: 0;
    text-align: center;
}
.telephone-vu {
    color: #fff;
    background-color: transparent;
}

/* ================================================================================== */
/*                                       ESTIMATION                                   */
/* ================================================================================== */
.progress {
    background-color: #b78f35;
}
.progress-bar {
    background-color: #146e92;
}
.alerte-email  .form-group .dropdown-menu.open.show,
.recherche-detaillee  .form-group .dropdown-menu.open.show,
.on-vous-rappelle .form-group .dropdown-menu.open.show,
.estimation .form-section .dropdown-menu.open.show {
    transform: translate3d(0px, 0px, 0px)!important;
}
.index .form-group a,
.alerte-email .form-group a,
.recherche-detaillee  .form-group a,
.on-vous-rappelle .form-group a,
.estimation .form-section a {
    color: #000;
}
.form-group.c_rgpd a {
    color: #b78f35;
}

.recherche-detaillee .deco {
    font-size: 20px;
}

.estimation .content_page {
    width: 100%;
}
.col-estim1 {
    padding: 50px 0;
}
.col-number {
    background: url(/assets/images/bg-abstract.jpg), #fff;
    background-size: cover;
    min-height: 620px;
    text-align: center;
    display: flex;
    opacity: 0.8;
}
.col-number p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18rem;
    font-weight: bold;
    transform: translateX(0);
    color: #fff;
    -webkit-text-stroke: 3px rgba(255,255,255,0.1);
    text-shadow: 0 0 0.25rem rgb(58 58 58);
    z-index: 0;
    opacity: 1;
    margin: auto;
}
.soustitre {
    font-size: 20px;
}
.has-success .champs {
    border-color: transparent;
    background-color: transparent;
}
.alert-success {
    color: #fff!important;
    background-color: transparent;
    border-color: transparent;
    padding: 75px 0;
}

/* ================================================================================== */
/*                                         CONTACT                                    */
/* ================================================================================== */
.bg_collapse {
    background-color: transparent;
}

/* ================================================================================== */
/*                                     PAGES DE CONTENU                               */
/* ================================================================================== */
.assurance .top_page {
    background-image: url(/assets/images/top_page/assurance_top.jpg);
}
.construction .top_page {
    background-image: url(/assets/images/top_page/construction_top.jpg);
}
.financement .top_page {
    background-image: url(/assets/images/top_page/financement_top.jpg);
}
.mandat .top_page {
    background-image: url(/assets/images/top_page/mandat_top.jpg);
}
.top_page {
    height: 350px;
}


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

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 20px;
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
    }
    .menu ul > li:hover > a {
        text-decoration: underline;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 130px;
        padding: 0;
    }
    .header__logo img {
        width: 135px;
    }

}

@media (max-width: 991px) {
    .moteur {
        padding: 0;
        background: transparent;
        bottom: 0;
        position: relative;
    }
    .index .header {
        background: transparent;
    }
    .baseline img {
        width: 60%;
    }
    .titre-not-sticking {
        font-size: 18px;
    }
    .sous-titre-not-sticking {
        font-size: 14px;
    }
    .titre-not-sticking::after {
        width: 269px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #b78f35;
        background: #b78f35;
    }
    .header__logo img {
        width: 100px;
        margin-left: -50px;
    }
    .menu-top a {
        font-size: 15px;
    }
    .menu ul li > a {
        text-transform: uppercase;
    }
    .menu-top .reseaux-sociaux a img {
        width: 20px;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 4px);
    }
    .search__form-item.c_valid {
        margin: 5px auto;
    }
    .index .plusdecritere .text-filtre2 {
        width: 100%;
        text-align: center;
    }
    .plusdecritere {
        margin-top: 0;
    }
    .home_heading, .page-heading, .deco, .home_cont_alertes .home_heading2 {
        font-size: 1.5rem;
    }
    .home_cont_presentation .home_heading {
        text-align: center;
        margin-top: 20px;
    }
    .grid figure .h2 {
        font-size: 20px;
    }
    .grid figure {
        min-width: 225px;
        width: calc(100% / 3 - 8px);
    }
    .flottant {
        right: 2%;
        top: 8%;
    }
    .home_cont_presentation .home_heading::after {
        margin: 15px auto;
    }
    .detail_slide_thumbs {
        display: flex;
        flex-wrap: wrap;
        margin: -0.5em;
    }
    .detail_slide_thumbs > li {
        height: auto;
        margin: 5px;
        width: 77px;
    }
    .detail_slide_thumbs > li > img{
        position: relative;
        width: 100%;
        margin: calc(0.15em * 2) 0.1em;
        overflow: hidden;
    }
    .map {
        top: auto;
        margin-top: 50px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        width: calc(100% / 3 - 20px);
    }
    article .info_prix, .info_ville, .info_type {
        font-size: 13px;
        text-align: center;
    }
    .card_list li {
        font-size: 11px;
    }
    .block_etiquette {
        margin-top: 5px;
        width: 120px;
    }
    .prod_accueil .block_info {
        padding: 10px;
    }
    .info_type {
        margin-top: 0;
    }
    .cont_coordonnees img {
        width: 100px;
    }
    .cont_coordonnees {
        padding: 40px 0px;
    }
    .col-number p {
        font-size: 6rem;
    }
    .col-number {
        min-height: 100px;
    }
    .soustitre {
        margin-top: 20px;
    }
    .cont_coordonnees .btn {
        margin: 5px 0;
    }
    .top_page {
        height: 160px;
        margin-top: 100px;
    }
    .home_cont_alertes {
        padding: 110px 0;
    }
    article .info_prix {
        margin: 5px 0!important;
    }
    .prod_listing .info_titre {
        display: none;
    }
    .prod_listing > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_listing .info_prix,.prod_listing .info_ville,.prod_listing .info_type {
        text-align: left;
        padding-left: 10px;
    }
    .listing .header-item, [class*="listing-"] .header-item {
        padding: 5px 0 0 0px;
    }
    .prod_listing .card_list {
        justify-content: space-between;
        margin: 10px;
    }
    .prod_listing .card_foot {
        padding: 0 1.5rem 10px 10px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        background: #008ab5;
    }
    .carousel_header .titre, .detail_header .titre, .detail_header_nav .titre, .detail_header_sticky h1, .detail_header .crit {
        font-size: 15px;
    }
    .h1, h1, .mentions-legales h2 {
        font-size: 25px;
    }
    .listing .sticking .site-pusher, .listing-location .sticking .site-pusher, .listing-location-saisonniere .sticking .site-pusher, .listing-neuf .sticking .site-pusher, .listing-portfolio .sticking .site-pusher, .listing-portfolio .sticking .site-pusher, .listing-vente .sticking .site-pusher {
        display: block;
    }
}

@media (max-width: 768px) {
    .custom-menu div img {
        width: 90px;
        margin: auto 10px;
    }
    .flottant {
        right: 0;
        top: 5%;
    }
    [class*="listing-"] .main-content ,
    [class*="listing"] .main-content {
        margin-top: 80px;
    }

    .modal-body a {
        color: #000!important;
    }
    .bloc-label {
        position: fixed;
        top: auto;
        transform: translateY(0);
        transform: translateX(50%);
        box-sizing: border-box !important;
        display: block;
        direction: initial;
        right: 50%;
        bottom: 0;
    }
    .bloc-label .label {
        font-size: 16px;
        position: relative;
        border: none;
        outline: none;
        padding: 10px 0px;
        cursor: pointer;
        white-space: nowrap;
        background-color: #daac42 !important;
        background-color: var(--hjFeedbackAccentColor, #daac42) !important;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        opacity: 1;
        width: 200px;
        display: block;
        border-radius: 17px 17px 0 0;
        transform: translateX(0);
        text-align: center;
    }
    .bloc-label .label p {
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        color: #000 !important;
        color: var(--hjFeedbackAccentTextColor, #000) !important;
        font-weight: 700;
        margin-left: 0;
        transform: rotate(0deg);
        margin-bottom: 0;
    }
}

@media (min-width: 611px) {
    .menu-mobile {
        display: none!important;
    }
}
@media (max-width: 610px) {
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article, .prod_listing.damier article {
        width: 90%;
        margin: auto auto 15px auto;
    }
    .top_page {
        height: 100px;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% / 1 - 20px);
        margin: 10px;
    }
    .grid {
        display: block;
    }
    .grid figure {
        min-width: 222px;
        width: calc(100% / 1 - 8px);
    }
    .header__logo img {
        margin-left: -15%;
        margin-top: 0;
        max-width: 100%;
        width: 68px;
    }
    .bloc-label .label {
        font-size: 14px;
    }
    .display-mobile {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
    .reseaux-sociaux img {
        width: 45px;
    }
    .reseaux-sociaux ul {
        margin: 15px 0 0 20px!important;
        display: flex;
        justify-content: space-between;
    }
    .reseaux-sociaux ul li{
       border: 0;
       padding-bottom: 0;
    }
    li.drapeau {
        text-align: left!important;
    }
    .menu ul > li > a.item-picto {
        padding: 0px;
    }
    .baseline img {
        width: 80%;
    }
    .baseline {
        z-index: 20;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        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;
    }
    .custom-menu div img {
        width: 70px!important;
    }
    .flottant {
        right: -9%;
        top: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    .moteur {
        top: auto;
    }
    .home_heading, .page-heading, .deco, .home_cont_alertes .home_heading2, .grid figure .h2, .h1, h1, .mentions-legales h2 {
        font-size: 1.3rem;
    }
    .cont_coordonnees p {
        font-size: 18px;
    }
    .cont_coordonnees img {
        width: 70px;
    }
    #content {
        margin-top: 30%;
    }
    .prod_listing > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        top: 12px;
    }
    article .info_prix, .info_ville, .info_type {
        font-size: 16px;
    }
    .prod_listing .info_prix, .prod_listing .info_ville, .prod_listing .info_type {
        text-align: center;
    }
    .listing .header-item, [class*="listing-"] .header-item {
        padding: 15px 0 0 0px;
    }
    .prod_listing.listing .effect-cms {
        min-height: 160px;
    }
    .detail_header, .detail_annexe {
        display: block;
        margin-bottom: 0;
    }
    .detail_annexe_nav {
        justify-content: center;
    }
    .card_list li {
        font-size: 14px;
    }
    .top_page {
        margin-top: 75px;
    }
    .col-number p {
        font-size: 4rem;
    }
    .soustitre {
        font-size: 16px;
    }
}


/* ================================= TABLETTE LADSCAPE ================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header__logo img {
        width: 105px;
    }
    .menu ul > li > a, .menu-top a {
        font-size: 14px;
    }
    .header__logo {
        height: 105px;
    }
    .baseline img {
        width: 50%;
    }
    .baseline {
        z-index: 20;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        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;
    }
    .flottant {
        right: 7%;
        top: 22%;
    }
    .bloc-label .label {
        font-size: 14px;
        width: 45px;
    }
    .moteur {
        bottom: 0;
        position: relative;
    }
    .home_heading, .page-heading, .deco, .home_heading2, .h1, h1 {
        font-size: 1.5rem;
    }
    article .info_prix, .info_type, .info_ville {
        font-size: 16px;
    }
    p {
        font-size: 15px;
    }
    .grid figure .h2 {
        font-size: 23px;
    }
    .cont_coordonnees img {
        width: 105px;
    }
    .col-number p {
        font-size: 12rem;
    }
    .top_page {
        height: 150px;
    }
    .sidebar {
        width: 42.33333%;
    }
    .btn {
        font-size: 14px;
        padding: 0.68rem 0.75rem;
    }
    .menu-mobile {
        display: none!important;
    }
}
.breadcrumb-cms {
    display: flex;
}

/* ================================= MOBILE LADSCAPE ================================== */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){

    .header__logo img {
        width: 80px;
    }
    .flottant {
        top: 8%;
    }
    .baseline img {
        width: 70%;
    }
    .baseline {
        z-index: 20;
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-46%);
        -moz-transform: translateY(-46%);
        -ms-transform: translateY(-46%);
        -o-transform: translateY(-46%);
        transform: translateY(-46%);
        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;
    }
    .bloc-label .label {
        font-size: 14px;
        width: 190px;
    }
    .prod_accueil article {
        width: 100%;
    }
    .grid {
        display: contents;
    }
    .grid figure {
        min-width: 225px;
        width: calc(70% / 1 - 8px);
    }
    .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid {
        width: 80px;
    }
    .spin4.info_prix {
        font-size: 14px !important;
        text-align: left !important;
    }
    .top_page {
        height: 115px;
        margin-top: 80px;
    }
    .moteur {
        top: auto!important;
    }
    .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
        font-size: 15px;
    }
    .form-search-d > li {
        width: calc(100% / 2 - 30px);
    }
    .btn {
        font-size: 14px;
    }
}