/* ============================================================================ */
/*                                    GENERAL                                   */
/* ============================================================================ */
.validation {
    /* display: none; */
}



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


body {
    font-family: 'Work Sans', sans-serif;
}

/* COULEURS */
.vert {
    color:#2AA49A;
}
.gris {
    color:#706F6F;
}

.btn {
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-secondary, .btn-success {
    color: #fff;
    background-color: #2AA49A;
    border-color: #2AA49A;
    /* padding: 0.5rem 1rem; */
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #000 !important;
    background: #bbbcbc;
    border-color: #bbbcbc;
    /* padding: 0.5rem 1rem; */
}
.gestion .top_page {
    background-image: url(/assets/images/top_page/gestion_top.jpg);
}

/* TITRES */
.home_heading, .page-heading {
    font-size: 23px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 2em 0;    
    font-weight: 600;
}
.home_heading2 {
    font-size: 23px;
    text-align: left;
    color: #000;
    text-transform: initial;
    margin: 20px 0;
    
    font-weight: 600;
    z-index: 2;
    background: #f3f3f3;
}
.home_heading::after, .home_heading::before,
.page-heading::after, .page-heading::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #2AA49A;
    vertical-align: middle;
    margin: 0 20px;
}
.home_heading2::after {
    content: "";
    display: inline-block;
    max-width: 100%;
    height: 2px;
    background: #000;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    z-index: 1;
    top: 22px;
    width: 50%;
}


/* AUTRES */
aside.aside_contact {
    color: #000;
    z-index: 55555555;
    height: 100% !important;
    width: 400px;
    overflow: auto;
    top: 0 !important;
    left: 100%;
    background-color: #fff!important;
    border-left: 2px solid #2AA49A;
}
aside .contact_img img {
    width: 200px;
    margin-bottom: 30px;
}
#voir-telephone-0.telephone-vu {
    color: #2AA49A;
}

/* ============================================================================ */
/*                                      MENU                                    */
/* ============================================================================ */
.site-pusher {
    background: rgba(255,255,255,1);
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 2px;
}
.index .not-sticking  .site-pusher {
    background: rgba(255,255,255,0.5);
}
.header .sticking {
    background: #fff;
}
.index .header .sticking {
    background: transparent;
}
.bg-gris-clair {
    background: #ededed;
}
.index .not-sticking .bg-gris-clair {
    background:transparent;
}
.menu .dropdown-menu {
    border-radius: 0;
    margin-top: -40px;
}
.header .sticky_menu.stick-me.sticking {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px!important;    
}

.li-compte a{
    color: #c01717;
    font-size: 17px;
    font-weight: 600;
}
.li-compte a:hover{
    text-decoration: underline;
}

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

/*MOTEUR DE RECHERCHE*/
.index .radio_trans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.radio_trans input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 7px 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 130px;
    margin: 0 2px;
    background-color: #2AA49A;
    color: #fff;
    border: 1px solid #2AA49A;
    width: 190px;
    line-height: 1.7;
}
.radio_trans label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #c01717;
    border-color: #c01717;
    color: #fff;
    border: 0 !important;
    height: 42px;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #c01717;
    margin:7px auto;
    background: transparent;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
.moteur {
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 20;
    background-color: transparent;
}
.c_valid .btn {
    /* border-radius: 50%; */
    width: 100%;
    height: 50px;
}
.c_valid .btn i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 0;
    top: -1px;
}
.search__form-item:nth-child(n+2) {
    margin-right: 0;
    width: 18.5%;
    height: 50px;
}
.search__form-item.c_valid {
    width: 7%;
}
.moteur .form-style {
    color: #000 !important;
    display: block;
    height: 50px;
    padding: 6px 12px;
    width: 100%;
    border-radius: 0;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #fff;
}
.search__form-item:nth-child(2), .search__form-item:nth-child(3) {
    background-color: rgba(255,255,255,0.7);
}
.bootstrap-select>.dropdown-toggle {
    background-color: transparent;
}
.moteur .input-group-addon {
    top: 8px;
}
.index .bootstrap-select {
    height: 50px;
    border: 1px solid #fff!important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    height:48px !important;
    border-radius: 0 !important;
}
.index .c_insee .dropdown-menu.open.show {
    transform: translate3d(0px, -256px, 0px)!important;
        border-radius: 0;
}
.index .c_type .dropdown-menu.open.show {
    transform: translate3d(0px, -210px, 0px)!important;
        border-radius: 0;
}

/* SELECTION */
.prod_accueil article {
    border: 1px solid #ddd;
    width: calc(100% / 3 - 20px);
    margin: 10px;
}
.home_cont_selection .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}
.info_titre, .prod_accueil .info_titre {
    display: none;
}
.prod_accueil  .info_prix {
    margin: 0 0 20px 0;
    color: #000;
}
.index .effect-cms .box {
    padding: 0;
}
.prod_accueil  .info_ville {
    font-size: 15px;
    font-weight: 600;
}
.info_type {
    font-size: 14px;
}
.card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}
.card_list li > span {
    font-weight: 900;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border: 0;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
    color: #000;
}
.index .prod_accueil article:hover a, .prod_listing > .listing_article article:hover a {
    color: #000;
}
.index .carousel_nbr_photos {
    display: none;
}

.home_cont_selection .btn-primary {
    border-radius: 0px;
    margin-top: 30px;
    padding: 0.5rem 1rem;
}
.bandeaux {
    color: #fff;
    text-align: center;
}
.block_etiquette {
    background: #2AA49A;
}


/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: transparent;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 50px 0 0 0;
    display: block;
}
.home_cont_presentation .container-fluid {
    background: #2AA49A;
}
.home_cont_presentation .text-presentation{
    padding-right: 80px;
}
.home_cont_presentation .home_heading {
    color: #fff;
    text-transform: uppercase;
}

.home_cont_presentation .home_heading::after,
.home_cont_presentation .home_heading::before {
    background: #bbbcbc;
}
.home_cont_presentation .btn-primary {
    color: #000 !important;
    background: #bbbcbc;
    border-color: #bbbcbc;
    border-radius: 0px;
    padding: 0.5rem 1rem;
}
.home_cont_presentation .btn-primary:hover {
    color: #ffffff !important;
    background: #000;
    border-color: #000;
    border-radius: 0px;
    padding: 0.5rem 1rem;
}


/* SYNDIC */
.home_cont_syndic {
    position: relative;    
    background-size: cover;
    color: #000;
    margin: 100px auto 0 auto;
    padding: 0;
    display: block;
}
.home_cont_syndic .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}

.home_cont_syndic .home_heading {
    text-align: left;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}
.home_cont_syndic .home_heading::before {
    display: none;
}
.home_cont_syndic .home_heading::after {
    content: "";
    display: inline-block;
    max-width: 100%;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    z-index: 1;
    top: 12px;
    width: 50%;
}
.img-presentation-syndic {
    z-index: 2;
    padding: 0;
}
.text-presentation-syndic {
    background: rgb(236, 236, 236);
    padding: 50px 40px;
}

/* CATEGORIES */
.home_cont_categories {
    background: transparent;
    padding: 100px 0;
}


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

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

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 275px;
    max-width: 480px;
    max-height: 360px;
    width: calc(100% / 4 - 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: 31px;
    padding-bottom: 10px;
}
.grid figure .h2 span {
    font-weight: 600;
}

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

.grid figure p {
    letter-spacing: 1px;
    font-size: 78.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-vert.jpg) no-repeat center top; */
    background: #2AA49A;
}
figure.effect-bubba.effect-bubba-rouge {
    background: #c01717;
}

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: 23%;
    -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);
    text-shadow: #000000c7 0.1em 0.1em 0.2em;
}
@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);
}


/*  TEMOIGNAGES */
.home_cont_temoignages .card {
    margin: 0 auto;
    border: none;
  }
.home_cont_temoignages .home_heading {
    margin: 3em 0 1em 0;
}
  .home_cont_temoignages .card .carousel-item {
    min-height: 240px;
  }
  .home_cont_temoignages .card .carousel-caption {
    padding: 0;
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    /* border: 1px solid #ccc; */
    min-height: 175px;
    padding: 15px;
  }
  .home_cont_temoignages .card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
  }
  .home_cont_temoignages .card .carousel-caption .col-sm-9 {
    text-align: left;
  }
  .home_cont_temoignages .card .carousel-control-prev,
  .home_cont_temoignages .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
    background-color: #2AA49A;
    border-radius: 10px;
    height: 54px;
    width: 54px;
  }
  .home_cont_temoignages .carousel-control-prev-icon,
  .home_cont_temoignages .carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #2AA49A;
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
  .home_cont_temoignages .carousel-control-prev-icon:before,
  .home_cont_temoignages .carousel-control-next:before {
    display: none;
  }
  .home_cont_temoignages .carousel-control-prev-icon:hover,
  .home_cont_temoignages .carousel-control-next-icon:hover {
    opacity: 0.85;
  }
  .home_cont_temoignages .carousel-control-prev {
    left: 40%;
    top: 90%;
  }
  .home_cont_temoignages .carousel-control-next {
    right: 40%;
    top: 90%;
  }
  .home_cont_temoignages .midline {
    width: 60px;
    border-top: 1px solid #2AA49A;
  }
  .home_cont_temoignages .carousel-caption h2 {
    font-size: 14px;
  }
  .home_cont_temoignages .carousel-caption h2 span {
    color: #2AA49A;
  }
.home_cont_temoignages p {
    font-size: 22px;
    color: #2AA49A;
    font-family: 'Marck Script', cursive;
    line-height: 1;
}
.home_cont_temoignages {
    margin-bottom: 100px;
}
.blockquote-footer {
    color: #bbbcbc;
    padding: 10px 0 0 0;
}
#bloc_fixed_bottom .bloc5 i {
    font-size: 1.9rem;
}



  @media (min-width: 320px) and (max-width: 575px) {
    .home_cont_temoignages .carousel-caption {
      position: relative;
    }
    .home_cont_temoignages .card .carousel-caption {
      left: 0;
      top: 0;
      margin-bottom: 15px;
    }
    .home_cont_temoignages .card .carousel-caption img {
      margin: 0 auto;
    }
    .home_cont_temoignages .carousel-control-prev {
      left: 20%;
      top: 105%;
    }
    .home_cont_temoignages .carousel-control-next {
      right: 20%;
      top: 105%;
    }
    .home_cont_temoignages .card .carousel-caption h3 {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .home_cont_temoignages .carousel-caption {
      position: relative;
    }
    .home_cont_temoignages .card .carousel-caption {
      left: 0;
      top: 0;
      margin-bottom: 15px;
    }
    .home_cont_temoignages .card .carousel-caption img {
      margin: 0 auto;
    }
    .home_cont_temoignages .card .carousel-caption h3,
    .home_cont_temoignages .card .carousel-caption small {
      text-align: center;
    }
    .home_cont_temoignages .carousel-control-prev {
      left: 35%;
      top: 105%;
    }
    .home_cont_temoignages .carousel-control-next {
      right: 35%;
      top: 105%;
    }
  }
  @media (min-width: 767px) and (max-width: 991px) {
    .home_cont_temoignages .card .carousel-caption h3 {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700;
    }
  }
  /* ===== END TEMOIGNAGES CAROUSSEL ===== */
  


  /* POP UP */
.modal-dialog {
    max-width: 780px;
    margin: 5% auto;
}
.modal-content {
    background: #2AA49A;
}
.modal-body  {
    padding: 0 15px 15px 15px;
}
.modal-body a, .modal-body, .modal-header {
    color: #fff!important;
}
.modal-title {
    margin: 15px auto 0 auto;
    text-transform: uppercase;
    font-weight: 500;
}
.modal-body p.description-post {
    margin: 20px 0;
    text-align: justify;
}
.modal-body .btn-primary{
    color: #fff;
    background-color: #706f6f;
    border-color: #706f6f;
}
.modal-body .btn-primary:hover{
    color: #fff!important;
    background-color: #c01717;
    border-color: #c01717;
}
.close {
    float: right;
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    font-weight: 100;
}


/* ==================================================================================== */
/*                                       LISTING                                        */
/* ==================================================================================== */
[class*="listing"] .bootstrap-select>.dropdown-toggle.bs-placeholder,
[class*="listing"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
[class*="listing"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
[class*="listing"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
[class*="listing-"] .bootstrap-select>.dropdown-toggle.bs-placeholder,
[class*="listing-"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
[class*="listing-"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
[class*="listing-"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    height: 35px !important;
    border-radius: 0 !important;
}
[class*="listing"] .c_valid .btn,
[class*="listing-"] .c_valid .btn {
    top: -9px;
}
.prod_listing .info_titre {
    display: none;
}
.prod_listing .card_list {
    font-size: 19px;
}
.prod_listing .info_ville {
    font-size: 15px;
    font-weight: 600;
}
.prod_listing .info_type {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.prod_listing .info_ville {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}
.prod_listing .ion-ios-heart-outline.active::before {
    color: red;
}
.prod_listing .col1 .btn a {
    color: #fff!important;
    font-size: 12px;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #2AA49A;
    border-color: #2AA49A;
}
[class*="listing"] .c_insee .bootstrap-select>.dropdown-toggle,
[class*="listing-"] .c_insee .bootstrap-select>.dropdown-toggle {
    padding: 4px 12px;
}
[class*="listing"] .c_insee .btn i,
[class*="listing-"] .c_insee .btn i {
    font-size: 24px;
}
[class*="listing"] .form-group.c_insee .dropdown-toggle::after,
[class*="listing-"] .form-group.c_insee .dropdown-toggle::after {
    top: 8px;
}
[class*="listing"] .c_valid .btn, [class*="listing-"] .c_valid .btn i {
    left: 0;
    border-radius: 50%;
    width: 50px;
}
[class*="listing"] .container_search  ,
[class*="listing-"] .container_search {
    margin: 25px 0 0 0;
}
[class*="listing"] .card_list li > span  ,
[class*="listing-"] .card_list li > span {
    font-weight: 700;
}
.effect-cms .over_desc {
    top: 65px;
    height: 100%;
    padding: 10px 15px 0px 20px;
}
.over_desc .col1 .description {
    line-height: 1.1;
}
/* ==================================================================================== */
/*                                       DETAILS                                        */
/* ==================================================================================== */

.detail_taber .nav-link {
    padding: 10px;
    font-size: 14px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #2AA49A !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #2AA49A;
}
.detail_header .titre:after {
    background: #2AA49A;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #353535;
}
.retour_pret span {
    color: #353535;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #353535;
    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: #2AA49A !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #2AA49A !important;
    color: #fff;
}
.detail #descdetail{
    text-align: justify;
}

.detail_slide_thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em 0;
}
.detail_slide_thumbs > li {
    height: auto;
    margin: 5px;
    width: 77px;
}


/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
    font-weight: 300;
    font-size: 14px;
}
.detail .bloc-champ {
    background: #fff;
    font-size: 14px;
}
.detail_biens_sim .prod_accueil article {
    border: 1px solid #ddd;
    width: calc(100% / 3 - 20px);
    margin: 10px;
}
.detail_pieces ul li:hover {
    background: #2AA49A;
    color: #fff;
}
.detail_pieces ul li {
    display: inline-block;
    border: 1px solid #353535;
    padding: 15px;
    margin: 5px;
    text-align: center;
    width: calc(100% / 6 - 10px);
    font-size: 13px;
}
#detail-image-categorie ul{
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
#detail-image-categorie ul > li {
    height: auto;
    margin: 5px;
    width: 300px;
}
#detail-image-categorie ul > li > img {
    position: relative;
    width: 100%;
    margin: calc(0.15em * 2) 0.1em;
    overflow: hidden;
    height: auto;
}

/* ============================================================================ */
/*                                   ESTIMATION                                 */
/* ============================================================================ */
.estimation .formcms4 .btn-primary,
.estimation .formcms4 .btn-info {
    width: 220px!important;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 35px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    margin-top: 0;
}
.estimation .formcms4 .btn-primary:hover,
.estimation .formcms4 .btn-info:hover {
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    width: 230px!important;
}

.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire, .actualites .content_page, .estimation .content_page {
    width: 100%;
}
.contact .sidebar,
.alerte-email .sidebar,
.estimation .sidebar,
.actualites .sidebar {
    display: none;
}
.home_cont_alertes p {
    color: #000;
}
.progress-bar {
    background-color: #2AA49A;
}

.alert-danger {
    color: #fff;
    background-color: #2AA49A;
    border-color: #2AA49A;
    margin: 5% auto;
}

body.contact .map, #map_contact {
    height: 450px !important;
}

/* ============================================================================ */
/*                              FOOTER & COORDONNEES                            */
/* ============================================================================ */
.avis-client img {
    width: 100px;
}
.avis-client body div {
    text-align: center;
}
footer {
    background-color: #000;
    padding: 20px 10px;
}
footer a:hover {
    color: #bbbcbc;
}
.home_cont_alertes {
    padding: 20px 10px;
    background: #bbbcbc;
    text-align: center;
    margin: 60px 0 0 0;
}
.home_cont_alertes .btn-primary:hover {
    border-color: #2AA49A;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.cont_coordonnees {
    background-color: #2AA49A;
    margin-bottom: 20px;
    text-align: left!important;
}

.cont_coordonnees .titre {
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.cont_coordonnees .plan li a, .cont_coordonnees a {
    color: #fff;
    font-size: 16px;
    text-align: left!important;
}
.cont_coordonnees .plan li a:hover,
.cont_coordonnees a:hover {
    color: #bbbcbc;
    font-style: italic;
}
.cont_coordonnees ul {
    margin: 0;
}
.cont_coordonnees .plan li {
    text-align: left;
    padding: 4px 0;
    margin: 0;
}
.cont_coordonnees p {
    text-align: left;
}
.cont_coordonnees i {
    font-size: 23px;
    top: 2px;
    margin-right: 5px;
}
.cont_coordonnees i.ion-ios-email-outline {
    top: 4px;
}

/* ASIDE */
.contact_coordinates address ul li img {
    width: 150px;
    margin: 16px 0;
}


/* ============================================================================ */
/*                                      AUTRES                                  */
/* ============================================================================ */
.agence .home_heading {
    margin: 1em 0 2em 0;
    text-transform: uppercase;
}
.agence .home_heading3 {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
}
.agence .ion-ios-arrow-thin-right {
    font-size: 30px;
    top: 5px;
    margin-right: 5px;
}
.agence .min-height {
    min-height: 180px;
}
.sidebar {
    text-align: center;
    margin-top: 0;
}
.sidebar .img-thumbnail {
    padding: 0;
    width: 150px;
    border: 0;
    margin-bottom: 20px;
}
.recherche-detaillee .form-search-d label.btn {
    border: 1px solid #2AA49A;
    background-color: #b3a598;
}
.recherche-detaillee .form-search-d label.btn:hover,
.recherche-detaillee .form-search-d label.btn.active {
    border: 1px solid #2AA49A;
    background-color: #2AA49A;
    color: #fff;
}
.vendre .img-vendre {
    border-radius: 50%;
    max-width: 230px;
    margin-bottom: 15px;
    box-shadow: 6px 3px 5px #616161;
}

/* ============================================================================ */
/*                                      EQUIPE                                  */
/* ============================================================================ */
.equipe .content_page {
    width: 100%;
  }
  .equipe .sidebar {
    display: none;
  }
  .agence .equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .agence .equipe ul li {
    position: relative;
    width: calc(100% / 3 - 1em);
    margin: calc(0.5em * 2) 0.5em;
    overflow: hidden;
  }
  .agence .equipe .p-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agence .equipe .border-equipe {
    padding: 5px;
    margin: 15px;
    background: transparent; 
  }
  .agence .equipe .infos { 
    text-align: center;
  }
  .agence  .equipe .infos-contact { 
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    font-size: 1rem;
  }
  .agence .equipe .title-post {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .agence .equipe .fonction-post {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .agence .equipe ul.rs-conseiller {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: center;
  }
  .agence .equipe  i {
    font-size: 20px;
    color: #2AA49A;
    top: 2px;
  }
  .agence .equipe ul.rs-conseiller li {
    margin: calc(0.7em * 2) 0.2em;
  }
  .agence .equipe ul.rs-conseiller li:hover i {
    color: #2AA49A;
  }
  .equipe .tel-post,
  .equipe .mail-post {
    margin: 8px 0;
  }
  
  @media (max-width: 991px) {
  
  }
  @media (max-width: 768px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(49% - 2em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 1em);
    }
  }
  @media (max-width: 500px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(100% - 1em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 2.5em);
    }
    .agence .equipe .border-equipe {
      margin: 15px auto;
      width: 250px;
    }
    .agence .equipe .rs-conseiller i {
      font-size: 30px;
    }
  }

/* ============================================================================ */
/*                                   RESPONSIVE                                 */
/* ============================================================================ */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
        padding: 10px;
    }
    .header__logo {
        display: block;
        height: 135px;
        padding: 0;
        margin-top: 7px;
    }
    .header__logo img {
        width: 108px;
    }
    nav ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin-top: 10px;
    }
   .menu ul > li > a, .menu .dropdown-item {
       line-height: 1.2;
       color: #000;
       font-weight: 500;
       font-size: 15px;
       width: 100%;
       text-transform: uppercase;
       padding: 10px;
   }
   .menu ul > li > a.header__logo {
    padding: 2px 0;
   }
   .menu ul > li > a {
       font-size: 16px;
   }
   .version-mobile {
       display: none!important;
   }
   .menu ul > li:hover > a{
    color: #000;
    background-color: #fff;
    }
   .index .not-sticking .menu ul > li:hover > a{
    color: #000;
    background-color: #ededed;
    }
}
@media (min-width: 1281px) {
    .home_cont_selection .container-fluid {
        padding-right: 10%;
        padding-left: 10%;
    }
}
@media (max-width: 1280px) {
    .home_cont_syndic .home_heading::after {
        content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 60px;
    margin: 5px 0 15px 0;
    }
}

@media (max-width: 991px) {
    .menu ul {
        margin: 0px 20px 0 0px !important;
    }
    .menu {
        width: 230px;
    }
    .version-pc {
       display: none;
   }   
   .header__logo img {
    width: 70px;
    margin: 10px 0;
    }
    .site-pusher p {
        font-size: 11px;
    }
    .site-pusher .justify-content-between {
        justify-content: flex-start!important;
    }
    .li-compte a {
        font-size: 13px;
    }
   .menu ul li > a {
    display: block;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    }
    .menu {
        background-color: #2AA49A;
    }
    
    
    

    .burger-item {
        top: 38px;
    }
    .container_search .form-style {
        font-size: 10px;
    }
    .index .bootstrap-select>.dropdown-toggle.bs-placeholder{
        font-size: 10px;
    }
    .form-group.c_insee i {
        font-size: 21px;
    }
    .form-group.c_insee .dropdown-toggle::after {
        top: 17px;
        right: 20px;
    }
    .index .input-group-addon {
        font-size: 10px;
        top: 8px;
    }
    .c_valid .btn i {
        left: 0;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        width: calc(100% / 3 - 20px);
    }
    .home_heading {
        font-size: 19px;
    }
    .home_heading::after, .home_heading::before {
        width: 20px;
    }
    .text-presentation {
        padding: 10px 0;
    }
    .cat {
        margin: 20px 0;
    }
    .cont_coordonnees .titre {
        margin-top: 30px;
    } 
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 7px;
        top: 39px;
        font-size: 20px;
        background: #2AA49A;
        padding: 8px 16px;
        border-radius: 50%;
        color: #fff;
    }
    [class*="listing"] .search__form-item:nth-child(n+2), [class*="listing-"] .search__form-item:nth-child(n+2) {
        margin-right: 0;
        width: 100%;
        height: 50px;
    }
    .modal-body a {
        color: #2AA49A!important;
    }
    .carousel_header .titre, .detail_header .titre, .detail_header_nav .titre, .detail_header_sticky h1 {
        font-size: 16px;
    }
    .detail_header .crit {
        font-size: 16px;
    }
    .btn-primary, .btn-info, .btn-secondary, .btn-success {
        font-size: 14px;
    }
    .top_header { margin-top: 90px;}
    .map {
        top: auto;
        margin-top: 90px;
    }
    .home_cont_syndic .home_heading::after {
        content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 60px;
    margin: 5px 0 15px 0;
    }
    .prod_accueil .card_list {
        font-size: 10px;
    }
    .prod_accueil .info_prix, .prod_accueil .info_ville {
        font-size: 14px;
    }
    .img-presentation  {
        text-align: center;
    }
    .img-presentation img {
        width: 75%;
        margin-top: 15px;
    }
    .home_cont_presentation .text-presentation {
        padding-right: 15px;
        padding-left: 15px;
    }
    .grid figure {
        width: calc(100% / 2 - 8px);
    }
    .home_cont_categories {
        padding: 100px 0 0 0;
    }
    #bloc_fixed_bottom {
        background: rgb(112 111 111);
    }
    aside #map {
        width: 100%;
    }
    .detail .container_page {
        margin-top: 130px;
    }
    .top_page {
        height: 150px;
        margin-top: 100px;
    }

    .site-pusher, .site-container {
        height: 100%;
        background: #ffffff8d
    }
    
}

@media (min-width: 701px) {
    .blockmobile {
        display: none;
    }
    .displaymobile {
        display: block;
    }
}
@media (max-width: 700px) {
    .blockmobile {
        display: block;
    }
    .displaymobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .header .img-fluid {
        margin-left: 0;
        margin-right: 0;
        width: 50px;
        margin-bottom: 0;
    }
    .header .text-left, .header .text-right {
        text-align: center!important;
    }
    .moteur {
        top: auto;
    }
    .burger-item {
        top: 33px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        width: 95%;
    }
    .home_heading2::after {
        width: 150px;
    }
    .header__logo .index-logo-not-sticking, .header__logo img {
        width: 85px;
        margin-right: 22px;
        margin-left: -10px;
        margin-top: 10px;
    }
    .index .not-sticking .header__logo {
        height: 75px;
    }
    .header__logo img {
        max-width: 100%;
    }
    .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .index .search__form-item.c_type {
        border-bottom-left-radius: 0;
        border-top-left-radius: 25px;
        border-left: 0;
        border-right: 0;
        border-top-right-radius: 25px;
    }
    .index .search__form-item.c_numero {
        border-bottom-right-radius: 25px;
        border-top-right-radius: 0;
        border-right: 0;
        border-left: 0;
        border-bottom-left-radius: 25px;
        background-color: rgba(255,255,255,0.7);
    }
    .index .search__form-item.c_numero .form-style{
        background-color: transparent;
    }
    .index .moteur .form-style {
        border: 0!important;
    }
    .c_valid .btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .grid figure {
        width: calc(100% / 1 - 8px);
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        top: 85px;
    }
    .moteur {
        top: auto;
    }
    .bgAccueil {
        background: url(/assets/images/bgimg.jpg) no-repeat center bottom;
    }
    .search__form-item.c_valid {
        width: 7%;
        margin: auto;
    }
    .index .c_loc .radio_trans {
        justify-content: center;
    }
    .menu ul li {
        font-size: 15px;
    }
    .home_heading, .home_heading2, .home_cont_estimation .home_heading3 {
        font-size: 20px;
    }
    .home_heading::after, .home_heading::before, .home_heading2::after {
        display: none;
    }
    .img-presentation { padding: 0;}
    .home_cont_presentation .text-presentation, .home_cont_contenu .text-contenu {
        padding: 10px 25px;
    }
    #content {
        margin-top: 42%;
    }
    .home_cont_syndic .home_heading::after {
        content: "";
        display: block;
        position: relative;
        background: #000;
        height: 1px;
        width: 60px;
        margin: 5px 0 15px 0;
    }
    .index .bootstrap-select {
        border: 0!important;
    }
    .top_page {
        height: 75px;
    }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !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: #2AA49A!important;
    color: #fff!important;
    border: 1px solid #2AA49A!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;
}
 */

 .pictocookie {
    animation: wobble 2s ease 0s infinite normal forwards; }
/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
.cc-window.cc-banner {
    width: 600px !important;
    border-radius: 10px; }
  
  .cc-color-override-1247188962.cc-window {
    padding: 10px; }
  
  .cc-banner.cc-bottom {
    left: auto !important;
    right: 20px;
    bottom: 20px; }
  
  .cc-color-override-1247188962.cc-window {
    background-color: white !important; }
  
  #footer-cookie {
    color: #242935 !important;
    max-height: 100% !important; }
  
  #footer-cookie a {
    color: #a0a0a0;
    font-weight: 200;
    font-size: 12px; }
  
  #footer-cookie h3 {
    font-size: 1rem !important;
    padding-top: 10px; }
  
  #footer-cookie p {
    font-size: 12px !important;
    line-height: 1.5 !important; }
  
  .btncookie {
    color: white !important;
    background: #2AA49A;
    margin-top: 12px;
    cursor: pointer;
    font-size: 18px !important;
    font-family: "Poppins", sans-serif;
    border-radius: 9px;
    border: none;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 12px 10%;
    transition: 150ms ease-out; }
  
  .btncookie:hover {
    background: #2AA49A;
    color: #ffffff !important;
    border: 0px solid #ffffff !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: #242935!important;
  }
  */
  a.cc-link {
    margin: auto !important;
    text-decoration: none; }
  
  #showparams .table {
    border-radius: 10px; }
  
  #showparams .table td, .table th {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    display: row;
    justify-content: center;
    font-size: 12px; }
  
  #showparams .table th {
    background: #2AA49A;
    color: #ffffff; }
  
  .params {
    width: 100%;
    height: 60px; }
  
/* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.home-visuel-wrapper {
    width: 100%;
    height: 100%;
    background: transparent;
    position: relative;
}
.home-visuel-wrapper .video-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
}
.home-visuel-wrapper .video-wrapper #player {
    width: 100vw;
    height: 100vh;
}
.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.btn-sound {
    position: absolute;
    z-index: 1;
    top: 44%;
    left:0;
    color: #fff;
    font-size: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0 12px;
}
/* BADGE GOOGLE */
.badge-google-content {
    background: #fff;
    color: #111!important;
    border-radius: 6px;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
 }
.badge-google {
    width:70px;
} 
.badge-google-content a {
    color: #000;
    font-size: 14px;
}
.badge-google-content p {
    margin-bottom: 0;
}

