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

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat: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: 'Montserrat', sans-serif;
    background-image: url(/assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* COULEURS */
.orange {
    color:#e5b75a;
}
.bleu {
    color:#000000;
}
a:hover {
    color: #e5b75a;
}

/* BOUTONS */
.btn {
    border-radius: 0;
    padding: 0.56rem 0.75rem;
}
.btn-primary, .btn-info, .btn-success, .btn-secondary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    width: 200px;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-secondary:hover {
    color: #fff;
    background-color: #e5b75a;
    border-color: #e5b75a;
}
.mentions-legales .btn-primary {
    width: auto;
}

/* TITRES */
.home_heading,
.page-heading,
.deco {
    color: #000000;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #e5b75a;
    height: 4px;
    width: 32%;
    margin: 12px auto 24px auto;
}

.deco::after,
.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #e5b75a;
    height: 4px;
    width: 32%;
    margin: 12px 0 24px 0;
}

/* ETIQUETTES */
.block_etiquette {
    background-color: #000000;
    text-align: center;
}
.block_etiquette.b_vendu {
    background-color: #e5b75a;
}
.block_etiquette.b_souscompromis {
    background-color: red!important;
}


.avis-google.bg-blanc {
    background: rgba(255,255,255,0.5);
}
/* ============================================================================= */
/*                                     INDEX                                     */
/* ============================================================================= */

/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* #carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: top center;
} */
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url('/assets/images/slider_home/6.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(7) {
    background-image: url('/assets/images/slider_home/7.jpg');
}

/* HEADER */
.header {
    background: #fff;
}
.site-pusher {
    display: flex;
    justify-content: space-around;
}
.index .not-sticking .site-pusher {
    display: block;
}

/* MOTEUR */
.moteur {
    padding: 0;
    background-color: transparent;
    bottom: 4%;
}
.search__form-item:nth-child(n+2) {
    width: calc(100% / 6 - 5px);
}
.radio_trans {
    display: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    background: #fff;
}

/* PRESENTATION */
.home_cont_presentation {
    /* background: url(../images/home-background-presentation.jpg) no-repeat center top; */
    background: transparent;
}
.home_cont_presentation .presentation-img {
    background: url(/assets/images/CON_4516.JPG)no-repeat top center;
    background-size: cover;
}
.home_cont_presentation .presentation {
    background: rgba(255,255,255,1);
    padding: 50px;
    color: #0c0c0c;
    box-shadow: #ccc 0 42px 24px -16px;
    border-radius: 0.75rem;
}
.home_cont_presentation .home_heading span {
    font-size: 20px;
    font-weight: 400;
}
.home_cont_presentation .home_heading::after {
    width: 50%;
}

/* SELECTION */
.prod_accueil .info_titre, .prod_listing.damier .info_titre {
    display: none;
}
.card_list {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
}
.prod_accueil .info_prix-hai {
    font-size: 11px;
    margin-top: 4px;
}
 article {
    box-shadow: #e5e5e5 0 34px 18px -22px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

/* CATEGORIES */
.home_cont_categories {
    margin-top: 50px;
}
a.cat__effect-alt {
    background: #000000;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
}
a.cat__effect-alt img {
	/* max-width: none; */
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.cat__effect-alt:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a.cat__effect-alt div {
    text-align: left;
}
a.cat__effect-alt div.cat__description{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}
a.cat__effect-alt h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
a.cat__effect-alt h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
a.cat__effect-alt:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a.cat__effect-alt p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
a.cat__effect-alt:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



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


/* ============================================================================= */
/*                                  DETAILS                                      */
/* ============================================================================= */

.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #e5b75a !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #e5b75a;
}
.detail_header .titre:after {
    background: #e5b75a;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #e5b75a;
}
.retour_pret span {
    color: #e5b75a;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #e5b75a;
    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: #e5b75a !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #e5b75a !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;
}
.detail img.picto-conseiller {
    width: 20px!important;
    top: -2px;
    height: auto;
    border-radius: 0;
}
.detail .interlocuteur-coord {
    display: inline-block;
    padding-left: 20px;
}
.detail .interlocuteur div:nth-child(1) {
    font-size: 16px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}
.detail .interlocuteur {
    color: #000;
    background-color: #e5b75a;
    min-height: 200px;
    padding: 0;
    border-radius: 0;
}
.detail .interlocuteur div:nth-child(1) {
    font-size: 16px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}
.detail .detail-nom-conseiller {
    color: #fff;
    padding-right: 10px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}
.detail .line {
    height: 10px;
    border-bottom: 1px solid #fff;
    width: 50%;
    margin-bottom: 10px;
}
.detail .ul-conseiller2 {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0 0 0;
}
.detail .ul-conseiller2 li:nth-child(1) {
    width: 18%!important;
}
.detail img.picto-conseiller {
    width: 20px!important;
    top: -2px;
    height: auto;
    border-radius: 0;
}
.white {
    color: #fff;
}
.detail .ul-conseiller2 {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0 0 0;
}
.detail .interlocuteur img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 0;
}
.detail .ul-conseiller2 a {
    color: #fff;
}
.detail .ul-conseiller2 a:hover {
    color: #000;
}
article .btn-primary.btn-sm a {
    color: #fff!important;
}



/* ============================================================================= */
/*                                   DIVERS                                      */
/* ============================================================================= */
/* ASIDE */
aside.aside_contact {
    background-color: #fff;
    text-align: center;
    color: #000;
}
#voir-telephone-0.telephone-vu {
    color: #000;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: 1px solid #e5b75a;
}

/* Boite à outils */
#bloc_fixed {
    bottom: 38%;
}
#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: #000000;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #e5b75a;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}

/* FOOTER & COORDONNEES */
.cont_coordonnees{
    background: transparent;
    color: #000;
    padding-bottom: 0px;

}
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #000;
}
.cont_coordonnees img {
    max-width: 100%;
    width: auto;
}
.cont_coordonnees .address {
    text-align: center;
}
.cont_coordonnees .address p{
    text-align: center;
    text-transform: initial;
}
.cont_coordonnees .address p.nom_agence{
    text-transform: uppercase;

}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
}
.cont_coordonnees .tel {
    text-align: center;
    margin: auto;
}
.cont_coordonnees .tel i{
    font-size: 25px;
}
/* .cont_coordonnees .tel i:hover{
    color: #616161;
} */

.coordonnees_heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid rgba(204, 204, 204, 0.5); */
}
.cont_coordonnees .address .btn {
    text-align: center;
    padding: 0;
}
.social {
    text-align: center;
}
.social p {
    color: #000;
    font-size: 13px;
}
.social i{
    font-size: 35px;
    color: #000000;
}
.marginauto {margin:auto;}

.ion-social-twitter, .ion-social-linkedin , .ion-social-facebook, .ion-social-instagram  {
    top: 0;
    transition: top ease 0.5s;
    color: #000;
}
  
  .ion-social-twitter:hover {
    color:#00acee;
    top: -10px;
}
  
  .ion-social-linkedin:hover {
    color:#0e76a8;
    top: -10px;
}
  
  .ion-social-facebook:hover {
    color:#3b5998;
    top: -10px;
}
  
.ion-social-instagram:hover {
    background: -webkit-linear-gradient(#405DE6,#5851DB, #833AB4, #C13584, #E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      top: -10px;
}

.sidebar {
    margin-top: 0;
    text-align: center;
    background: transparent;
}
.telephone-vu {
    background-color: transparent;
}
.bg_collapse {
    background-color: transparent;
}

/* AGENCE */
.agence .contenu-agence p {
    text-align: justify;
}

/* ESTIMATION */
.progress {
    background-color: #000000;
}
.progress-bar {
    background-color: #e5b75a;
}


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

@media (min-width: 991px) {
    nav.menu  { 
        margin: auto 0;
    }
    nav.menu ul  {
        margin-bottom: 0;
    }
    .index .not-sticking nav.menu ul  {
        margin-bottom: 10px;
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000000;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 15px;
    }
    .menu ul > li:hover > a, .index .not-sticking .menu ul > li:hover > a {
        color: #e5b75a;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000000;
    }
    
    .header__logo {
        display: block;
        height: 110px;
        padding: 5px;
    }
    .index .not-sticking .header__logo {
        height: 110px;
    }
    .header__logo img {
        width: 300px;
    }
    .header__logo img.equipe-rond {
        width: 100px;
    }
    .index .not-sticking .header__logo img {
        width: auto;
        max-width: 350px;
    }
    .index .not-sticking .header__logo img.equipe-rond {
        width: auto;
        max-width: 100px;
    }
    .ion-android-star-outline {
        font-size: 22px;
        top: 3px;
        color: #eab55c;
    }
    .dropdown-menu {
        min-width: 20px;
        font-size: 14px;
        color: #292b2c;
        background-color: #fff;
        border: 0;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 0;
        box-shadow: 3px 5px 6px rgb(154 152 153 / 20%);
        left: -40%;
    }
    .index .not-sticking  .dropdown-menu {
        left: 0;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        color: #000;
        text-align: inherit;
        background: 0 0;
        border: 0;
        font-weight: 500;
    }

}
@media (min-width: 1281px) {
    .dropdown-menu {
        left: 0;
    }
}
@media (max-width: 1280px) {
    .header__logo {
        display: block;
        height: 110px;
        padding: 5px;
    }   
    .header__logo img {
        width: 255px;
    } 
    .header__logo img.equipe-rond {
        width: 100px;
    }
    .menu ul > li > a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    a:not([href]):not([tabindex]) {
        color: #fff;
    }
    .header__logo img {
        width: 255px;
        margin-right: 50px;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 3 - 5px);
    }
    .modal .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% / 3 - 5px);
        margin: 0;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .info_ville {
        font-size: 14px;
        padding-top: 6px;
    }
    .card_list {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 11px;
    }
    .home_heading, .page-heading, .deco {
        font-size: 22px;
    }
    .home_cont_presentation .home_heading span {
        font-size: 17px;
        font-weight: 400;
    }
    .home_cont_presentation .presentation {
        padding: 30px;
        top: 50px;
    }
    a.cat__effect-alt h2 {
        font-size: 25px;
    }
    a.cat__effect-alt img {
        opacity: 0.65;
    }
    a.cat__effect-alt p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    a.cat__effect-alt h2::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .home_cont_categories .cat-text-small {
        font-size: 11px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 17px;
        font-size: 20px;
        background: #000000;
        padding: 3px 12px;
        border-radius: 5px;
        color: #fff;
    }
    .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;
    }
    .menu ul li > a {
        text-transform: uppercase;
    }
    .bandeaux {
        position: absolute;
        padding: 0 8px;
    }
    .map {
        top: auto;
        margin-top: 70px;
    }
    .header__logo {
        margin-left: -30px;
    }
    .home_cont_presentation .presentation-img {
        background: url(/assets/images/CON_4516.JPG)no-repeat top center;
        background-size: cover;
        min-height: 450px;
    }
    .home_cont_presentation {
        padding: 0;
    }
    body {
        background-repeat: repeat;
    }
    .home_cont_presentation p {
        font-size: 14px;
    }
}

@media (min-width: 769px) {
    .detail .carousel-item img {
        width: 75%!important;
        margin: auto!important;
    }
}
@media (max-width: 768px) {
    .top_page {
        height: 180px;
        margin-top: 70px;
    }
    [class*="listing-"] .main-content ,
    [class*="listing"] .main-content {
        margin-top: 80px;
    }

    .modal-body a {
        color: #e5b75a!important;
    }

}

@media (max-width: 610px) {
    body {
        background-repeat: repeat;
    }
    .header__logo img {
        margin-right: 0px;
    }
    .header__logo img {
        margin-left: -19px;
        margin-top: 0;
        max-width: 100%;
    }
    .moteur {
        bottom: 0;
        top: auto;
    }
    .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .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;
    }
    .home_cont_selection {
        padding-top: 50px;
    }
    .home_cont_categories .grid {
        display: contents;
    }
    .home_cont_categories .grid figure {
        width: 98%;
    }    
    .home_cont_presentation {
        padding: 30px 15px;
    }
    .contenu-presentation {
        padding: 25px;
    }
    .sous-titre-presentation {
        font-size: 1.2rem;
    }
    p {
        margin-bottom: 4px;
        font-size: 14px;
    }
    #content {
        margin-top: 27%;
    }
    .home_heading, .page-heading, .deco {
        font-size: 18px;
    }
    .home_cont_presentation .home_heading span {
        font-size: 15px;
    }
    .home_cont_presentation .presentation {
        padding: 20px;
    }
    .home_cont_presentation .container {
        padding: 0;
    }
    .home_cont_categories {
        margin-top: 30px;
    }
    .cont_coordonnees img {
        width: 300px;
    }
    .top_page {
        height: 100px;
    }
    .social i {
        font-size: 30px;
    }
    .cc-window.cc-floating {
        bottom: 0px!important;
        min-height: 80%!important;
        overflow-y: auto!important;
        height: 100vh!important;
    }  
    #footer-cookie {
        max-height: 10vh!important;
        height: auto!important;
    }
    .avis-google.bg-blanc {
        padding: 15px;
        overflow: hidden;
    }
    
}



/* TABLETTE PAYSAGE */
@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape) {
        [class*="listing-"] .main-content, [class*="listing"] .main-content {
            padding-top: 30px;
        }
        .header__logo img {
            width: 200px;
        }
        .index .not-sticking .header__logo img {
            width: 500px;
        }
        .index .not-sticking .header__logo {
            height: 120px;
        }
        .menu ul > li > a {
            font-size: 11px;
            padding: 12px 6px;
        }
        .home_heading, .page-heading, .deco {
            font-size: 24px;
        }
        .card_list {
            font-size: 14px;
        }
        a.cat__effect-alt h2 {
            font-size: 25px;
        }
        a.cat__effect-alt img {
            opacity: 0.65;
        }
        a.cat__effect-alt p {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
        a.cat__effect-alt h2::after {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
        .home_cont_presentation .presentation {
            padding: 30px;
            top: 50px;
        }
        .home_cont_presentation .container {
            height: 480px;
        }
        .agence p,
        .home_cont_presentation p {
            font-size: 14px;
        }
        .header__logo {
            height: 60px;
        }
        .search__form-item:nth-child(n+2) {
            width: calc(100% / 3 - 5px);
        }
}

/* MOBILE PAYSAGE */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .home_cont_selection {
        padding-top: 80px;
    }
    .btn {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }
    .sous-titre-presentation {
        font-size: 1.3rem;
    }
    p {
        margin-bottom: 4px;
        font-size: 14px;
    }
    .grid figure .h2 {
        font-size: 25px;
    }
    .listing #content, [class*="listing-"] #content {
        margin-top: 0px !important;
    }
    [class*="listing-"] .main-content, [class*="listing"] .main-content {
        padding-top: 80px;
    }
    .search__form-item:nth-child(n+2), .search__form-item.c_valid {
        width: calc(100% / 3 - 0px) !important;
    }
    .header__logo img {
        width: 250px;
    }
    .header__logo {
        display: block;
        height: 55px;
        padding: 0;
    }
    .header__icon {
        height: 55px;
    }
    #carouselExampleIndicatorsHome .carousel-item {
        background-position: center center;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        min-height: 370px;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
    .moteur {
        top: 30%!important;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        width: 100%;
        margin-bottom: 10px;
    }
    footer .liens_left,
    footer .liens_right {
        text-align: center;
    }
    aside.aside_contact {
        top: 0!important;
    }
}


@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
    .cc-window.cc-floating {
        bottom: 0px!important;
        min-height: 75%!important;
        overflow-y: auto!important;
        height: 65vh!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);
}
#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: #000000!important;
    color: #fff!important;
    border: 1px solid #000000!important;
    font-size: 12px!important;
    width: 180px!important;
    padding: .4rem .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: #000000!important;
}
a.cc-link {
    margin: auto!important;
}


.index .over_desc .col2 {
    display: none;
}


.top_page {
    background-image: url(/assets/images/top_page/agence_top.jpg)!important;
}