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

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background: #fff;
    color: #000;
}

.btn {
    border-radius: 0;
}

.btn-primary, .btn-secondary, .btn-info {
    color: #fff;
    background-color: #567e98;
    border-color: #567e98;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.home_heading::after, .home_heading2::after {
    content: "";
    display: block;
    position: relative;
    background: #567e98;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.home_heading2 {
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 3px;
    margin: 20px 0 0 0;
    text-align: center;
    color: #567e98;
    text-transform: uppercase;
}

.marginauto {
    margin: auto;
}

/* alert */
.alert-danger {
    color: #fff;
    background-color: #567e98;
    border-color: #567e98;
    margin: 0 auto;
}
.alert-danger a:hover, .breadcrumb-item a {
    color: #567e98!important;
}

/* COULEURS */
.bleu {
    color: #567e98;
}
.or {
    color: #e0ae3e;
}

/* HEADER & MENU */
.header .site-container, .header .sticking .site-container{
    background: #567e98;
}
.index .not-sticking .site-container{
    background: transparent;
}

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

/* MOTEUR */
.moteur {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: transparent;
}
.moteur .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.moteur .btn-primary:hover {
    color: #fff;
    background-color: #567e98;
    border-color: #567e98;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #fff;
    color: #fff;
    font-size: 17px;
}
/* SLIDER */
.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: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/image-1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/image-2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/image-3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/image-4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/image-5.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url('/assets/images/slider_home/image-6.jpg');
}
#carouselExampleIndicatorsHome .carousel-item p {
    position: absolute;
    bottom: 5%;
    right: 2%;
    color: #fff;
    font-size: 23px;
    text-shadow: #000 0.05em 0.05em 0.15em;
    font-weight: 500;
}



/* Home Back Presentation */

.home_cont_presentation {
    position: relative;
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center bottom;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.home_cont_presentation .btn-primary:hover {
    color: #fff;
    background-color: #567e98;
    border-color: #567e98;
}
.home_cont_presentation p {
    font-weight: 500;
}
.home_cont_presentation h3 span {
    font-weight: 200;
    font-size: 26px;
    letter-spacing: -2px;
    color: #fff;
}

/*NOTRE SELECTION*/
.text-align-right {
    text-align: right;
}
.home_cont_selection .btn-primary {
    background: transparent;
    width: auto;
    color: #000;
    border-color: #000;
}
.home_cont_selection .btn {
    padding: .25rem .75rem;
}
article {
    box-shadow: 6px 3px 5px #cfcfcf;
}
.home_cont_selection .btn i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 5px;
    top: -2px;
}
.home_cont_selection .info_ville {
    font-size: 15px;
}
.card_list {
    font-size: 18px;
    color: #567e98;
}
.prod_accueil .info_titre, article .info_titre {
    display: none;
}


/* Catégores (Overlay) */

.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 {
    /*background: rgba(255,255,255, 0.8);*/
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(129 201 244 / 90%);
}

.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: #567e98;
    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;
}
.grid figure .h2 span {
    font-weight: 800;
}

.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{
    background: url(/assets/images/bg-favicon.jpg) 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: 29%;
    -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);
}


/* ================================================================================ */
/*                                      LISTING                                     */
/* ================================================================================ */
.block_etiquette {
    background-color: #567e98;
    text-align: center;
}
.index .block_etiquette {
    display: none;
}

[class*="listing"] .bootstrap-select.btn-group:not(.input-group-btn),
[class*="listing-"] .bootstrap-select.btn-group:not(.input-group-btn),
[class*="listing"] .bootstrap-select.btn-group[class*=col-],
[class*="listing-"] .bootstrap-select.btn-group[class*=col-] {
    background: #fff;
}
.prod_listing > .listing_article article {
    border: 0;
    background: #fff;
    color: #000;
}
.over_desc .col1 .spin4,
.prod_listing .info_prix, .prod_accueil .info_prix {
    color: #567e98;
    font-weight: 600;
}
.prod_listing .btn-primary a {
    color: #fff;
}
.info_type {
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
}
.prod_listing a:hover {
    color: #567e98;
}
[class*="listing"] .sticking .container_search,
[class*="listing-"] .sticking .container_search {
    margin: 0;
    background: #567e98;
}
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.prod_listing.carte .info_ville {
    font-size: 15px;
    padding-left: 0;
}
.prod_listing.carte  .block_img {
    width: 48%;
    position: relative;
}
.prod_listing.carte .info_prix {
    font-size: 20px;
    margin: 10px 0 10px;
}
.tool_boox_map {
    background: #000 none repeat scroll 0 0;
}
.icone_write {
    background: #567e98;
    color: #fff;
}
.action_bar {
    margin-bottom: 2rem!important;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #567e98;
    border: 0;
}
.page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    background-color: #567e98;
    border-color: transparent;
}
.page-item.active .page-link {
    z-index: 2;
    color: #567e98;
    background-color: transparent;
    border-color: transparent;
}
/*  PAGE LISTING */

.page-item.active .page-link {
     color: #ffffff;
    background-color: #567e98;
    border: 1px solid #567e98;
border-radius: 5px
}
.page-link {

    color: #567e98;
    background-color: transparent;
}

.page-item.active .page-laulau {
    color: ffffff;
    background-color: #567e98;
    border: 1px solid #567e98;
}

.page-laulau {

    color: #567e98;
    background-color: transparent;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-item a {
    display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  }


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
    color: #000;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #567e98 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #567e98;
}
.detail_header .titre:after {
    background: #567e98;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #567e98;
}
.retour_pret span {
    color: #567e98;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #567e98;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
    font-weight: 600;
    color: #567e98;
    font-size: 22px;
}
.detail .header-item {
    padding: 0;
}

.lafficheur li:hover, .lafficheur li.active {
    background-color: #567e98 !important;
    color: #fff!important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #567e98 !important;
    color: #fff!important;
}
.detail #descdetail{
    text-align: justify;
}
.detail .info_numero,.detail .info_prix-hai {
    color: #6e6c6c;
}
/*MISE EN FORME TABLEAU DETAILS*/

.dpeIMG {
    background: #fff;
}
.lafficheur li {
    background-color: #567e98;
}
.form-group.c_rgpd a {
    color: #567e98;
}
.detail_header_sticky {
    background: #567e98;
}
/* ================================================================================ */
/*                                      FOOTER                                      */
/* ================================================================================ */



/* Widget */

#bloc_fixed .bloc {
    background: rgb(129 201 243.6);
    color: #fff;
}

#bloc_fixed .bloc:hover {
    background: rgba(31 56 82.75);
    right: 150px;
}

#bloc_fixed_bottom {
  background: #000;
  color: #fff;
}

.cont_coordonnees{
    background: transparent;
    color: #000;
    font-weight: 600;
    padding-bottom: 0;
}
.cont_coordonnees p,
.cont_coordonnees .intention_appel{
    margin-bottom: 0;
    color: #000;
}
.cont_coordonnees img {
    max-width: 150px;
}
.cont_coordonnees .address {
    text-align: left;
}
.cont_coordonnees .address p{
    text-align: left;
    font-weight: 500;
}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
}
.cont_coordonnees .tel {
    text-align: right;
}

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

.home_cont_alertes {
  background-color:#567e98;
}
.home_cont_alertes .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.home_cont_alertes .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.coordonnees_heading {
  font-family: 'lowvetica';
}

.ion-social-twitter, .ion-social-linkedin , .ion-social-facebook, .ion-social-instagram  {
    top: 0;
    transition: top ease 0.5s;
  }
  
  .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;
  }

  
.ion-social-twitter, .ion-social-linkedin , .ion-social-facebook, .ion-social-instagram  {
    top: 0;
    transition: top ease 0.5s;
  }
  
  .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;
  }


/* Boite à outils */
#bloc_fixed {
    bottom: 37%;
    color: #000;
    width: 50px;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 3px;
    color: #567e98;
}
#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: 54px;
    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: 2px solid #567e98;
    color: #000;
}
#bloc_fixed .bloc.bloc1,#bloc_fixed .bloc.bloc2,#bloc_fixed .bloc.bloc3 {
    background:rgba(255, 255, 255, 0.65);
}
#bloc_fixed .bloc:hover {
    right: 12px;
}
#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 */

footer {
    background-color: #567e98;
    padding: 0 0 20px 0;
  }
  
  footer, footer a {
      color: #fff;
  }
  
  footer .liens_left a:hover {
    text-decoration: none;
    color:#ccc;
  }
  


/* ================================================================================ */
/*                                         AUTRES                                   */
/* ================================================================================ */
.sidebar {
    display: none;
}
.content_page, .contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}
.progress-bar {
    background-color: #567e98;
}
.alerte-email .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    background: #fff;
}
.alerte-email .dropdown-menu.open.show {
    transform: translate3d(0px, 0, 0px)!important;
}

aside.aside_contact {
    background:#000;
}
aside .social_network i {
    color: #fff;
}
aside .contact_img img {
    width: 150px;
    margin-bottom: 20px;
}
.has-success .champs {
    border-color: #567e98;
    background-color: #000000;
}
#resultat_estim_rien {
    background: #567e98;
}



/* ACTUALITES */
.actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}

.actualites-group ul li {
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px #b5b4b4;
    position: relative;
    width: calc(33.33% - 1em);
    margin: calc(0.5em * 2) 0.5em;
    overflow: hidden;
    /* background: #ececec; */
}
.actu-info {
    padding: 25px 35px;
    min-height: 255px;
}
.adminpersos.actualites .actualites-group img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.adminperso.actualites .title-post {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.adminperso.actualites .date-post {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
    color: #567e98;
}
.adminpersos.actualites .date-post {
    font-size: 15px;
    font-weight: normal;
    color: #567e98;
    font-style: italic;
}
.adminpersos.actualites .content_page {
    width: 100%;
}
.adminpersos.actualites .sidebar {
    display: none;
}
@media (max-width: 991px) {
    .actualites-group ul li {
        width: calc(49.33% - 1em);
    }
}
@media (max-width: 600px) {
    .actualites-group ul li {
        width: calc(100% - 1em);
    }
}




/* TOP PAGE */
.top_page {
    height: 300px;
}
.actualites .top_page {
    background-image: url(/assets/images/top_page/actus_top.jpg);
}
.syndic .top_page {
    background-image: url(/assets/images/top_page/syndic_top.jpg);
}
.gestion .top_page {
    background-image: url(/assets/images/top_page/gestion_top.jpg);
}



/* ================================================================================ */
/*                            AGENCE   SYNDIC    GESTION                            */
/* ================================================================================ */
.agence p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.gestion p,
.syndic p {
    font-size: 16px;
    font-weight: 500;
}
.gestion .soustitre,
.syndic .soustitre {
    font-weight: 600;
    color: #567e98;
    font-size: 22px;
    margin-bottom: 5px;
}
.agence p b {
    font-weight: 500;
    font-size: 16px;
    color: #567e98;
}
.agence .equipe img {
    border-radius: 50%;
}
.agence h2,
.syndic h2,
.gestion h2 {
    text-transform: uppercase;
}
.syndic h2,
.gestion h2 {
    font-size: 1.5rem;
}
.syndic .deco2,
.gestion .deco2 {
    font-size: 2rem;
}
.agence .border-bleu {
    border-bottom: 10px solid #567e98;
    margin-bottom: 18px;
}
.agence hr,
.syndic hr,
.gestion hr {
    border-top: 8px solid rgb(86 126 152);
}
.syndic .picto ,
.gestion .picto {
    width: 180px;
}
.syndic .picto2 ,
.gestion .picto2 {
    width: 40px;
}
/* ================================================================================ */
/*                                      RESPONSIVE                                  */
/* ================================================================================ */





@media (min-width: 992px) {
    nav {
        margin: auto 0;
    }
    nav ul{
        margin-bottom:  0;
    }
    nav.menu ul li {
        display: inline-block;
    }

    .menu ul > li {
        padding: 10px 7px;
    }
    .menu ul > li > a, .menu ul > li.list-inline-item > a, .menu a.item-nav {
        line-height: 1.2;
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        text-transform: uppercase;
    }
    .menu ul > li:hover {
        background: #567e98;
    }
    .menu ul > li:hover > a,
    .menu ul > li:hover > a.item-nav,
    .menu ul > li.list-inline-item:hover > a {
        color: #fff;
    }
    .menu .dropdown-menu {
        min-width: 80px;
        font-size: 1rem;
        color: #fff;
        background-color: #567e98;
        border: 0;
        margin: 0;
        border-radius: 0;
        min-width: 100%;
        width: 100%;
    }
    .menu .dropdown-item {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        padding: 10px;
    }
    .menu .dropdown-item:focus,.menu .dropdown-item:hover {
        background-color: rgb(133, 133, 133);
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 6px 0;
    }
    .index .not-sticking .header__logo {
        display: block;
        height: 170px;
        padding: 6px 0;
    }
    .sticking .header__logo {
        height: 100px;
    }
    .site-pusher {
        display: flex;
        justify-content: space-around;
    }
    .index .not-sticking .site-pusher {
        display: block;
    }
    .header__logo img {
        width: 100px;
    }
    .index .not-sticking .header__logo img {
        width: 200px;
    }
}

@media (min-width: 1281px) {
    .menu ul > li  {
        padding: 10px 12px;
    }
    .menu ul > li > a,
    .menu ul > li  > a.item-nav {
        line-height: 1.2;
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        text-transform: uppercase;
    }
    .index .not-sticking .menu ul > li > a,
    .index .not-sticking .menu ul > li > a.item-nav {
        color: #fff;
    }
    .menu .dropdown-item {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .header__logo img {
        width: 100px;
        padding: 10px;
        margin-left: -60px;
    }
    .menu ul li > a {
        text-transform: uppercase;
    }
    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #fff;
        background: #fff;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: 0.25rem 0 0 15px !important;
        text-transform: uppercase;
    }
    nav.menu ul li .dropdown-menu {
        background-color: transparent !important;
        padding: 10px;
        margin-bottom: 10px;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 4px);
    }
    .search__form-item.c_valid {
        margin-right: auto;
        margin-left: auto;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
    .plusdecritere .text-filtre2 {
        width: 100%;
        text-align: center;
    }
    .header {
        background: transparent;
    }
    .moteur {
        bottom: 12%;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        width: calc(100% / 3 - 6px);
        margin: 0;
    }
    .info_type {
        font-size: 15px;
    }
    .card_list {
        font-size: 11px;
    }
    .grid figure .h2 {
        font-size: 30px;
    }
    .cont_coordonnees img {
        max-width: 100px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 90px;
        font-size: 20px;
        background: #567e98;
        padding: 3px 12px;
        border-radius: 5px;
    }
    .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 {
        margin-top: 80px;
        top: auto;
    }
    .agence p {
        text-align: center;
        font-size: 15px;
        font-weight: 500;
    }
    .syndic h2, .gestion h2 {
        font-size: 1rem;
    }
    .gestion .soustitre, .syndic .soustitre {
        font-size: 18px;
        margin-bottom: 0;
    }
    .gestion p, .syndic p {
        font-size: 11px;
    }
    .syndic .picto, .gestion .picto {
        width: 110px;
    }
    .syndic .deco2, .gestion .deco2 {
        font-size: 1.5rem;
    }
    .agence .col-md-6 {
        padding: 0;
    }
    .agence p {
        font-size: 13px;
    }
    .prod_accueil .block_info {
        padding: 10px;
    }

}

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

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

@media (max-width: 610px) {
    .index .prod_accueil, .detail .prod_accueil {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        width: 90%;
    }
    .header__logo img {
        margin-left: -50px;
        margin-top: 0;
        max-width: 100%;
    }
    .moteur {
        bottom: 12%;
        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 {
        position: relative;
        background: url(/assets/images/home-background-presentation.jpg) no-repeat right center;
        background-size: cover;
        color: #fff;
        margin: 0 auto;
        padding: 80px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .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: 120px;
    }
    .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;
    }
    .ordre1 {
        order: 1;
    }
    .ordre2 {
        order: 2;
    }
    .ordre3 {
        order: 3;
    }
    .ordre4 {
        order: 4;
    }
    .ordre5 {
        order: 5;
    }
    .ordre6 {
        order: 6;
    }
    .ordre7 {
        order: 7;
    }
    .ordre8 {
        order: 8;
    }
    .pl-0.pr-0 {
        padding: 0 15px!important;
    }
    .syndic h2, .gestion h2 {
        font-size: 1.2rem;
    }
    .gestion .soustitre, .syndic .soustitre {
        font-size: 20px;
        margin-bottom: 0;
    }
    .gestion p, .syndic p {
        font-size: 14px;
    }
    .gestion .text-right,
    .syndic .text-right {
        text-align: left!important;
    }
    .header .img-fluid {
        margin-left: -50px;
    }
    .cont_coordonnees .address p, .cont_coordonnees .address .btn, .cont_coordonnees .tel {
        text-align: center;
    }
    
}



/* 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: 65px;
        }
        .index .not-sticking .header__logo img {
            width: 130px;
        }
        .index .not-sticking .header__logo {
            height: 120px;
        }
        .menu ul > li > a,
        .menu ul > li > a.item-nav, .menu .dropdown-item {
            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);
        }
        .sticking .header__logo {
            height: auto;
        }
}

/* 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: 80%!important;
        overflow-y: auto!important;
        height: 80vh!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: #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;
}

