/*Import Fonts*/
@font-face {
    font-family: 'AirbnbCerealAppRegular';
    src: url('../font/AirbnbCerealApp-Book.eot');
    src: url('../font/AirbnbCerealApp-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/AirbnbCerealApp-Book.woff2') format('woff2'),
        url('../font/AirbnbCerealApp-Book.woff') format('woff'),
        url('../font/AirbnbCerealApp-Book.ttf') format('truetype'),
        url('../font/AirbnbCerealApp-Book.svg#AirbnbCerealApp-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AirbnbCerealAppBold';
    src: url('../font/AirbnbCerealApp-Bold.eot');
    src: url('../font/AirbnbCerealApp-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/AirbnbCerealApp-Bold.woff2') format('woff2'),
        url('../font/AirbnbCerealApp-Bold.woff') format('woff'),
        url('../font/AirbnbCerealApp-Bold.ttf') format('truetype'),
        url('../font/AirbnbCerealApp-Bold.svg#AirbnbCerealApp-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');


/*GENERAL*/
/* base */
body {                          font-family: 'AirbnbCerealAppRegular', 'Roboto', 'Helvetica', sans-serif !important;-webkit-text-size-adjust: 100%;text-rendering: optimizelegibility;}
.font-weight-bold{              font-family: 'AirbnbCerealAppBold', sans-serif !important;}
.content{                       height: 100%;}
/* color, spacing */
.bg-primary{                    background-color: #73C8DC !important;}
.bg-secondary{                  background-color: #ADB8C7 !important;}
.color-primary{                 color: #73C8DC !important;}
.color-secondary{               color: #ADB8C7 !important;}
/* heading */
.font-size-heading{             font-size: 2rem;}
.font-size-subheading{          font-size: 1.6rem;}
.heading h3 {
    text-align: center;
    padding-bottom: 0.7em;
}
.heading h3 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    padding-bottom: 0.35em;
    color: rgba(0, 0, 0, 0.5);
}
.heading h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: #777;
}
.line-height-sm{                line-height: 1.5;}
/* btn */
.btn-primary, 
.btn-info, 
.btn-success {
    color: #f9f9f9;
    background-color: #040e10;
    border-color: #040e10;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-secondary{
    color: #0d0d0d;
    background-color: transparent;
    border-color: #040e10;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, 
.btn-secondary:hover, 
.btn-info:hover, 
.btn-success:hover {
    color: #f9f9f9;
    background-color: #353535;
    border-color: #353535;
}
.btn {
    border-radius: 0px;
    padding: 0.8rem 1.6rem;
}
/* a hover */
.link-underline::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #0b141f;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.link-underline:hover {         color: #0b141f;}
.link-underline:hover::after {  width: 100%;}
.img-optimized{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE */
}

aside.aside_contact {
    background-color: #000;
    text-align: center;
}




/* NAV */
nav.navbar{
	display: flex;
    padding: 1rem 0;
}
nav.navbar.sticky-top.navbar-expand-lg {
    display: inline-block;
}
nav.navbar i.ion-chevron-down {
    margin-left: 8px;
}
.dropdown-toggle::after {
    content: " ";
}
li.nav-item {
    padding: 0 0.8rem;
}
.dropdown-menu {
    top: 2rem; /* fix glitch on hover */
    box-shadow: rgb(0 0 0 / 20%) 0 16px 24px 0;
    width: 300px;
    border-radius: 0.2rem;
    padding: .6rem 0;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #0d0d0d !important;
}
.index .not-sticking .navbar-nav .nav-item:hover .nav-link{
  color: #f9f9f9 !important;
}
/* disable hover nav-link on dropdown link and social icons */
nav.navbar .nav-link.dropdown-toggle::before, 
nav.navbar .nav-link.dropdown-toggle::after,
nav.navbar .nav-social::before, 
nav.navbar .nav-social::after{
    content: none;
}
/* dropdown hover effect */
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.8rem 1rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background: 0 0;
    border: 0;
    font-weight: 600;
    transition: all ease-in-out 90ms 90ms;
}
.dropdown-item:hover {
    /* padding-left: 2.4rem; */
    background-color: #F0F0F0;
    transition: all ease-in-out 90ms 90ms;
}
.dropdown-item:hover a{
    color: #212529 !important; /* no blue inherit color */
    transition: all ease-in-out 90ms 90ms;
}
/* navbar coordonnees */
nav.navbar .navbar-coordonnees{
    width: 25%;
    text-align: right;
    padding: 1rem;
}
nav.navbar .navbar-coordonnees .navbar-coordonnees__name p{
    font-size: .8rem;
}


/* LOGO ADJUST */
nav.menu{
	display: inline-block;
}
.header__logo img{
    width: 16%;
    padding: .8rem 1rem;
    /* margin: -14px 0; */
}


/* BACKGROUND VIDEO */
body{
    overflow-x: hidden;
}
.bgAccueil{
    background:none;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.cover video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}


/* ROUND MOTEUR SEARCH */
.index .radio_trans {
    display: none;
}
/* no margin right + rounded corners + height background */
.index .search__form-item:nth-child(n+2){
    margin-right: 0;
    height: 50px;
    border-radius: .25rem 0 0 .25rem!important;
}
.index .search__form-item.c_type .btn-group.bootstrap-select.show-tick,
.index .bootstrap-select>.dropdown-toggle{
    margin-right: 0;
    height: 56px;
    border-radius: .25rem 0 0 .25rem!important;
    background: none;
}
/* no border radius input ville */
.index .form-group.search__form-item.c_insee {
    border-radius: 0!important;
}
/* no border input type + ville */
.index .bootstrap-select {
    border: none!important;
}
/* height button + no bg */
.index .bootstrap-select>.dropdown-toggle.bs-placeholder,
.index .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.index .bootstrap-select>.dropdown-toggle.bs-placeholder:focus{
    height: 50px !important;
    background: none!important;
}
.index .bootstrap-select>.dropdown-toggle {
    height: 50px;
    border-radius: 100px;
    vertical-align: initial;
}
/* height input -- index only */
.index .form-style {
    height: 50px;
    /* fix display bug on input */
    /* border: 1px solid #ffffff !important; */
    margin: 0 -1px;
}
/* border radius input prix max */
.index input#prixmax, .input-group-addon {
    border-radius: 0 .25rem .25rem 0;
}
.index body.alerte-email input#prixmax,
.index body.contact input#prixmax {
    border-radius: 10px;
}
/* margin btn valid */
.index .search__form-item.c_valid {
    margin: 0 0 0 1.2rem;
}
.index .moteur .search__form-item:nth-child(2), .search__form-item:nth-child(3) {
    background: rgba(255,255,255, 0.5);
}
.index .moteur .form-style {
    border: 1px solid #ccc;
    background: rgba(255,255,255, 0.5);
    color: #000!important;
}
/* no moteur */
.index .moteur,
.index .container_search {
    background-color: rgba(0,0,0,0);
    /* display: none; */
}


/* INDEX ESTIMATION */
.home_cont_estimation {
    background: url(/assets/images/home-background3.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
}
.home_cont_estimation .bloc-noir {
    background: rgba(255,255,255, 0.68);
    padding: 20px 50px;
    border-radius: 0;
    color: #000;
    border-radius: 15px;

}
.home_cont_estimation .home_heading {
    color: #000;
    line-height: 1.2;
    font-size: 25px;
    margin: 20px 0;
}
.home_cont_estimation .ion-ios-arrow-thin-right {
    margin-left: 5px;
}
.home_cont_estimation .btn-primary {
    min-width: 300px;
}
.home_cont_estimation .titre-soulignement1::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 185px;
    margin: 5px auto 15px auto;
}
.home_cont_estimation .titre-soulignement2::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 225px;
    margin: 5px auto 15px auto;
}


/* SELECTION */
.home_cont_selection {
    background: #fff;
    padding-top: 0;
}
.home_heading {
    font-size: 30px;
    letter-spacing: 3px;
    margin: 20px 0 40px 0;
    color: #000;
}
.bg-gris {
    background: rgba(53, 53, 53, .05);
    padding: 14px 0;
    margin: -54px 0 54px 0;
    z-index: 0;
}
.index .info_ville {
    font-size: 15px;
    text-transform: uppercase;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0;
    text-transform: uppercase;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #fff;
    color: #000;
    text-align: center;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #000;
    box-shadow: 6px 3px 5px #e0e0e0;
}
.prod_accueil article {
    border: none;
    width: calc(49.3% - 20px);
    margin: 10px;
}
.index .prod_accueil .info_prix {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 14px;
    background: #000;
    padding: 7px 10px;
}
.prixplus {
    display: none;
}
.prod_accueil .block_img img,
.block_img img {
    height: auto;
    width: 100%;
    /* filter: grayscale(1);
    transition: all .5s ease; */
}


/* INDEX PRESENTATION ALT STYLE */
.bg-pres{
    height: auto;
}
.bg-pres::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 0;
    min-height: auto;
    position: absolute;
    z-index: -1;    
    opacity: 0.2;
    background: url(../images/index-img__presentation.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}


/* HOME CONT CATEGORIES */
.home_cont_categories {
    padding: 70px 80px;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 25%;
    right: 8%;
    background: rgba(255,255,255, 0.5);
    color: #000;
    width: 85%;
    height: 50%;
}
.cat {
    border: 0;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 60px;
    margin: 10px auto 0 auto;
}


/* HOME CONT CATEGORIES 2 */
.row-height{
    height: 24rem;
}
.row-bg::before{
    content: "";
    background: #f7f7f7;
    width: 100%;
    position: absolute;
    top: 4rem;
    left: -4rem;
    z-index: 0;
    height: 26rem;
}
.content-cat__text {
    display: block;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}


/* HOME CONT ALERTE */
.home_cont_alertes {
    padding: 30px 10px;
    background-color: #fff;
}


/* TOOLTIP */
#bloc_fixed {
    bottom: 32%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: #191919;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #fff;
}
#bloc_fixed .surcharge_favoris {
    left: 22px;
    /* top: -50px; */
}
#bloc_fixed .bloc3 ul li:nth-child(2){
    border-left: none;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}


/* BADGE GOOGLE */
.foot-badge > div{
    width: 33.33%;
}
.badge-google-content {
    background: #ffffff;
    color: #111!important;
    border-radius: 3px;
    width: 12rem;
    margin-left: auto;
    padding: 0.8rem;
    text-align: center;
}
#avisGoogleBadge {
    display: grid;
}
img.badge-google {
   width: 40%;
   image-rendering: -moz-crisp-edges;         /* Firefox */
   image-rendering:   -o-crisp-edges;         /* Opera */
   image-rendering: -webkit-optimize-contrast;/* Webkit */
   image-rendering: crisp-edges;
   -ms-interpolation-mode: nearest-neighbor;  /* IE */
}
.avisGoogleBadge-p1,
#avisGoogleBadge{
    color: #0d0d0d;
    margin-bottom: .2rem;
    text-align: center;
}
.google-stars, .google-stars span {
    background-size: 25px 22px;
    height: 22px;
    top: 1px;
    width: 123px;
}
.google-stars {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAxUlEQVR42rXUUQuEIAwH8GAQCIcQCIFPcUchCH3/b+f18D+MUdzmUhg9KPttag7K8fm3oJTCQwX4I3Z8uyERSOyJJCCpF+IA/ML1QAJDQg9kY8j2NEJIzIM0iD8iswSmQD5fkVrt+wkAeYh3wg84G6oP0jMZtV1h/dhy8EEIBMvtIiFCFmQSIpMFWYTIYkGyEMmtiL9ItmJr1os534JElmRm8zObjy1IqtXfPuvu1FXSIu5UHQkeT3St+Bmxv69BMbDe3SFf/+tYufyUsgoAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.google-stars span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    display: block;
    margin: auto;
}


/* FOOTER */
.cont_coordonnees{
    background-color: #fff;
    color: #0d0d0d;
}
/* .cont_coordonnees .container *{
    color: #111;
} */
.cont_coordonnees .container a{
    color: #fff;
    width: auto;
}
.cont_coordonnees img {
    max-width: 320px;
}
i.icon {
    width: auto;
    font-size: 1.4rem;
}
.cont_coordonnees .content img.w-100.img-optimized {
    width: 360px !important;
    max-width: initial;
}
.cont_coordonnees .content--d-none.w-25 {
    width: 20%!important;
}
.cont_coordonnees .content--d-none:last-child {
    display: none;
}


/* PAGE CONTACT */
body.contact .map,
#map_contact {
    height: 300px !important;
}
.bg_collapse .btn-content .btn-circle {
    padding: 0.6rem 0rem;
}


/* SIDEBAR */
.sidebar {
    background: none;
}
.agence .sidebar {
    width: 28%;
}
.sidebar .group_btn a {
    width: 100%;
    margin: 10px 0;
}
aside address .group_btn a {
    width: 100%;
    font-size: 15px;
    padding: 1rem;
    margin: 1rem 0;
}


/* PAGE AGENCE */
.agence .col__text {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    color: #1D1D1D;
}
/* spacing large col */
.agence .my--large{
    margin: 6rem 0 !important;
}
/* hide team section */
.agence > .container > .row{
    display: none;
}


/* PAGE LISTING // ITEM */
/* no breadcrumb */
body[class*="listing-"] .breadcrumb-cms{
    display: none;
}
body[class*="listing-"] .action_bar > div.d-flex{
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
body[class*="listing-"] .block_info{
    padding: 2rem;
}
body[class*="listing-"] .search__form-item.c_valid .btn {
    border-radius: 0px;
    padding: 0.5rem 1.6rem;
}
.over_desc .info_prix, 
.spin4.info_prix {
    color: #0d0d0d !important;
} 
.index .spin4.info_prix {
    color: #73C8DC !important;
}
.info_prix,
.prod_listing .card_foot{
    padding: 0;
}
.prod_listing .effect-cms .over_desc {
    background: #fff !important;
    padding: 2rem 0;
}
.info_ville {
    padding: 0 0 1rem;
    border-bottom: 1px solid #eee;
}
.index .info_ville,
.listing-vendu .info_ville {
    border-bottom: 0;
}
.listing-vendu .block_tri_list.d-flex {
    display: none!important;
}
.listing-vendu .block_vue_list {
    display: flex;
    justify-content: end;
    width: 100%;
}
.block_etiquette.b_souscompromis {
    background: #fd8000!important;
    color: #000 !important;
}
.card_list li{
    margin-right: 1rem;
}
.index .card_list li > span {
    font-weight: initial;
}
.card_list li > span:after {
    content: none;
}
.over_desc .col1 .spin4 {
    font-weight: 500 !important;
}
.over_desc .col1 .btn.btn-primary {
    margin: 1rem 0 0;
    background: transparent;
    color: #0d0d0d;
}
.over_desc .col1 .btn.btn-primary:hover {
    margin: 1rem 0 0;
    background: #0d0d0d;
    color: #fff;
}

.prod_listing .block_info {
    padding: 1.5rem;
}
/* PAGE EXPERTISE */
body.expertise .form-group.c_adresse {
    width: 100%;
    margin: 4rem 0 0;
}
body.expertise .form-group.c_type {
    width: 100%;
}
body.expertise .form-group.c_cp {
    width: 30%;
}
body.expertise .form-group.c_ville {
    width: 70%;
}


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #73C8DC !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #73C8DC;
}
.detail_header_sticky {
    background: #0d0d0d;
}
.detail_header .titre:after {
    background: #73C8DC;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #73C8DC;
}
.retour_pret span {
    color: #73C8DC;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #73C8DC;
    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: #73C8DC !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #73C8DC !important;
}
.detail #descdetail{
    text-align: justify;
}
.page-item.active .page-link {
    z-index: 2;
    color: #75c7db;
    background-color: #6b4343;
    border-color: #6b4343;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}
.detail_header_sticky {
    height: auto;
    padding: 1rem 0;
}
/* .form-style {
    border-bottom: 1px solid #aaa !important;
} */
.form-group.c_message .form-style {
    border: 1px solid #aaa !important;
}
body.detail .nav-link.active span{
    color: #F9F9F9;
}


/* MENTIONS LEGALES */
.mentions-legales embed{
    width: 100%;
    height: 42vh;
}
/* Politique de confidentialité */
.content_page .contenu-legal:last-child{
    display: none;
}

/* BODY COLOR CHANGE FIXED dark noir */



@media (min-width: 992px) {
    .header .not-sticking {
        background: rgba(255, 255, 255, 0);
        /* border-bottom: #73C8DC 8px solid; */
        /* backdrop-filter: blur(1.4px); */
    }
    nav.menu ul li {
        display: inline-block;
        margin: 0 .6rem;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000;
    }
    .header__logo {
        /* display: block; */
        height: 100px;
        padding: 20px;
    }
    .index nav.navbar {
        background: rgba(255, 255, 255, .3);
    }
}

@media (min-width: 992px) {
    .navbar-brand{
        width: 50%;
    }
    .navbar-brand img{
        width: 100%;
    }
}
@media (max-width: 991px) {
    .home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
        font-size: 13px;
    }
    .home_cont_estimation .home_heading {
        font-size: 16px;
    }
    .h3, h3 {
        font-size: 1.2rem;
    }
    .font-size-heading {
        font-size: 1.2rem;
    }
    footer .liens_right,footer .liens_left {
        text-align: center;
        margin: 10px 0;
    }
    .modal-body a {
        color: #73c8dc!important;
    }
    .detail_header_sticky {
        background: #ffffff;
    }
    .top_page {
        height: 150px;
        margin-top: 100px;
    }
    .map {
        top: auto!important;
        margin-top: 150px!important;
    }
}

/* Mobile */
@media only screen 
    and (max-width : 768px) {
    /* cookies */
    .cc-window.cc-banner {
        width: 100%!important;
    }


    /* center logo mobile */
    .header__logo{
        width: calc(100% - 50px);
        display: block;
    }
    /* logo size header */
    .navbar-brand img{
        width: 100%!important;
        margin: 0 !important;
    }
    /* logo size others pages */ 
    .header__logo .img-fluid {
        width: 24%!important;
        margin: 4px 0;
    }
    .not-sticking .site-pusher {
        background-color: transparent!important;
        padding: 0;
    }
    /* navbar responsive */
    nav.navbar {
        display: block;
        padding: 4rem 0;

    }
    /* sticking */
    /* .sticking .navbar{
        padding: 0;
        flex-direction: row;
        background: #decaba;
    } */
    .sticking .navbar-brand img {
        width: 280px!important;
    }
    .collapse.show {
        display: block;
        background-color: #fff;
        height: auto;
        top: 12px;
    }
    /* padding li */
    li.nav-item.dropdown {
        padding: 0.8rem 0;
    }
    li.nav-item {
        padding: 0.4rem 0.8rem;
    }
    .nav-item.active::before {
        content: none;
    }
    /* reorder dropdown */
    nav.navbar {
        display: block;
        padding: 5rem 0;
    }
    .container-fluid a.navbar-brand {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 0px;
    }
    .container-fluid > div.navbar-left > .navbar-nav > li.nav-item:first-child {
        margin-top: 4rem;
    }
    /* background when open li */
    ul.dropdown-menu {
        background: #e0e0e0;
        box-shadow: none!important;
    }
    /* btn position fix */
    button.navbar-toggler{
        left: 10px;
        position: absolute;
        top: 10px;
        z-index: 9999;
    }
    .navbar-coordonnees {
        display: none;
    }
    /* end navbar responsive */
    .moteur{
        top:30%;
    }
    .search__form-item.c_valid {
        margin: 0 !important;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px) !important;
        margin: 10px;
        background: #fff;
        color: #111;
    }
    .home_cont_presentation .container {
        height: auto;
    }
    .prez-bg {
        background: rgba(255,255,255,1);
        padding: 50px;
        color: #2062ae;
        top: 160px;
    }
    .home_cont_estimation .bloc-noir {
        padding: 1rem;
    }
    /* pres */
    .index-presentation .col-sm-12.col-md-7{
        padding: 2rem !important;
    }
    .col-bg--right::before,
    .col-bg--left::before{
        content: none;
    }


    /* HOME CONT CATEGORIES */
    .home_cont_categories {
        padding: 20px;
    }
    .index .cat {
        margin: 20px 0;
    }


    /* Badge google */
    .foot-badge > div {
        width: 56%;
    }
    .badge-google-content {
        margin: 0 auto !important;
    }


    /* Page détails */
    .detail_taber .nav-item {
        padding: 0;
    }
    .detail_taber .nav-item .nav-link {
        font-size: 19px;
        line-height: 52px;
        padding: 0 1rem;
    }
    .detail_taber .nav-link.active,
    .detail_taber .nav-link:hover {
        background: #73C8DC !important;
        color: #fff;
        padding: 0 1rem;
    }


    /* PAGE EXPERTISE */
    /* fix width input */
    .form-group.c_cp,
    .form-group.c_ville {
        width: 100%;
    }
    .video-wrapper {
        margin-top: 70px;
    }
    .moteur {
        position: relative;
        top: auto!important;
    }
    .index .moteur .c_type ,
    .index .moteur .c_insee  {
        border: 1px solid #ccc;
        background: rgba(255,255,255, 0.5);
    }
    
}


/* iPad */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    /* .header__logo img{
        width: 30%;
        margin: 0;
    } */

    /* center logo mobile */
    .header__logo{
        width: calc(100% - 50px);
        display: block;
    }
    /* logo size header */
    .navbar-brand {
        width: 100%;
    }
    .navbar-brand img{
        width: 280px!important;
        margin: 4px 0;
    }
    /* logo size others pages */ 
    .header__logo .img-fluid {
        width: 24%!important;
        margin: 4px 0;
    }
    .not-sticking .site-pusher {
        background-color: transparent!important;
        padding: 0;
    }
    /* navbar responsive */
    nav.navbar {
        display: block;
        /* padding: 1rem 0; */
    }
    .collapse.show {
        display: block;
        background-color: #fff;
    }
    /* reorder dropdown */
    nav.navbar {
        background-color: #fff !important;
        display: block;
        /* padding: 10rem 0; */
    }
    .container-fluid a.navbar-brand {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 0px;
    }
    .container-fluid > div.navbar-left > .navbar-nav > li.nav-item:first-child {
        margin-top: 10rem;
    }
    /* padding li */
    li.nav-item.dropdown {
        padding: 0.8rem 0;
    }
    /* background when open li */
    ul.dropdown-menu {
        background: #e0e0e0;
        box-shadow: none!important;
    }
    /* btn position fix */
    button.navbar-toggler{
        left: 10px;
        position: absolute;
        top: 16px;
        z-index: 999;
    }
    /* end navbar responsive */
    .moteur{
        top:30%;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px) !important;
        margin: 10px;
        background: #fff;
        color: #111;
    }
    .home_cont_presentation .container {
        height: auto;
    }
    .prez-bg {
        background: rgba(255,255,255,1);
        padding: 50px;
        color: #2062ae;
        top: 160px;
    }


    /* pres */
    .index-presentation .col-sm-12.col-md-7{
        padding: 2rem !important;
    }


    /* footer */
    .cont_coordonnees .content img.w-100.img-optimized {
        width: 280px !important;
        max-width: initial;
    }


    /* PAGE EXPERTISE */
    /* fix width input */
    .form-group.c_cp,
    .form-group.c_ville {
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    nav.navbar {
        display: block;
        padding: 3.5rem 0;
    }    
    .sticking .navbar-brand img {
        width: 180px!important;
    }
    .home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
        font-size: 18px;
    }
    .home_heading {
        font-size: 20px;
    }
    .card_list {
        font-size: 16px;
    }
    .top_page {
        height: 70px;
        margin-top: 75px;
    }
    .h1, h1 {
        font-size: 24px;
    }
    .cont_coordonnees .content img.w-100.img-optimized {
        width: 180px !important;
    }
}



/* ============================================================================ */
/*                                     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);
    box-shadow: 6px 3px 5px rgb(0 0 0 / 30%);
}
#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;
}
.block_etiquette {
    padding: 8px;
    background: #000!important;
    color: #fff !important;
    text-align: center;
}
.alert-danger {
    color: #fff;
    background-color: #75c6db;
    border-color: #6b4343;
    text-align: center;
    margin: 2% auto;
    width: 80%;
}
.block_etiquette.b_vendu {
    padding: 8px;
    color: #000!important;
    background: #73C8DC !important;
    text-align: center;
}