/*PREMIUMBASE*/


/*Import Fonts*/

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

/*GENERAL*/

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

.widget-opinion-system {
    background: rgb(249, 127, 25);
}
/*BOUTONS*/
.btn {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #f97f19;
    border-color: #f97f19;
}
.btn-primary:hover{
    border: 1px solid #17a2b8;
    background: #17a2b8;
    color: #fff;
}

/*HEADER*/
.header{
    background: rgba(255, 255, 255, 1);
}
.index .header{
    background: rgba(255, 255, 255, 0.7);
}

/*MENU*/
nav.menu ul li{
    margin: 0 8px;
    text-transform: uppercase;
}
nav.menu ul li a:hover{
    color: #17a2b8;
    font-weight: 500;
}
@media (min-width: 992px){
    .header__logo {
        text-align: left;
        display: inline-block;
        height: 82px;
        min-width: 350px;
    }
}
@media (min-width: 992px){
    nav {
        display: inline-block;
    }
}

/* TITRES */
.page-heading::after, .deco::after, .gestion h1::after{
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    background: #17a2b8;
    margin: 10px 0;
}


/*MOTEUR*/
.moteur {
    padding: 27px;
    position: absolute;
    bottom: 15%;
    left: 17.5%;
    width: 65%;
    z-index: 20;
    background-color: rgba(255,255,255, 0.4);
    min-height: inherit;
}

/*ETIQUETTES*/
.block_etiquette {
    padding: 8px;
    margin-top: 5px;
    width: 135px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}


/*NOTRE SELECTION*/
.home_cont_selection{
    background: #fff;
}
.home_cont_selection .home_heading{
    margin-bottom: 20px;
}
.index .info_ville {
    font-size: 13px;
    text-transform: uppercase;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    border-bottom: 3px solid #f97f19;
    height: 70px;
    background: #ffffff;
}
.index .info_prix {
    float: right;
}


/*PRESENTATION*/
.home_cont_presentation {
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center center;
}
.bloc-blanc {
    background: rgba(255,255,255,0.85);
    color: #000;
    padding: 50px;
    border-radius: 20px;
}
.home_cont_presentation h3{
    padding-bottom: 20px;
}
.home_cont_presentation h3 span{
    color: #f97f19;
}


/*NOS BIENS*/
/*.home_cont_categories .home_heading{
    margin-bottom: 40px;
}*/
.home_cont_categories .cat-infos-overlay {
    top: inherit; 
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    height: 35%;
}
.cat:hover .cat-infos-overlay {
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
}

/*ALERTE EMAIL*/
.home_cont_alertes {
    padding: 10px 10px;
    background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f97f19' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.home_cont_alertes p i{
    color: #f97f19;
}


/*COORDONNEES*/
.cont_coordonnees{
  background: #f97f19;
}
.logo-fb {
  font-size: 30px;
  margin: 0 5px;
  color: #fff;
}
.logo-fb:hover{
  color: #000;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0{
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 5px 0 !important;
      padding: 14px 10px;
}
.cont_coordonnees .btn-primary:hover, .cont_coordonnees #voir-telephone-0:hover{
  background: #fff;
  color: #000;
  border-color: #fff;
}
.cont_coordonnees .btn {
    text-align: center;
}
.cont_coordonnees p{
  margin-bottom: 0.2rem;
}


/*FOOTER*/
footer .liens_right{
    margin: 0;
}
footer{
    background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f97f19' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}


/*AUTRES*/
.badge-danger {
    color: #fff;
    background-color: #f97f19;
}

/*ASIDE CONTACT*/
aside.aside_contact{
    background: #fff;
}
aside .contact_img{
    text-align: center;
}
aside .contact_img img{
    width: inherit;
    margin-bottom: 20px;
}
aside .contact_coordinates, aside .aside_map{
    border: 0;
}
.telephone-vu{
    background: transparent;
    color: #000;
}
aside .group_btn a{
    width: 70%;
    margin: 5px 0;
    border: 1px solid #f97f19;
    background: transparent;
    color: #f97f19;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.7rem .75rem;
}
aside .group_btn a:hover{
    border: 1px solid #17a2b8;
    background: #17a2b8;
    color: #fff;
}
aside a{
    color: #f97f19;
}
aside a:hover{
    color: #17a2b8;
}
aside .ion-android-close{
  color: #000;
  font-size: 28px;
}
aside .contact_coordinates{
  color: #000;
}


/* LISTING */
.card_list li > span:after{
    display: none;
}
.card_list li > span, .info_type{
    color: #f97f19;
}
.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
    right: 2%;
    top: 10%;
    background: #f97f19;
    color: #fff;
}

/* PAGE DETAIL */
.detail_taber .nav-link.active, .detail_taber .nav-link:hover {
    color: #f97f19;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #f97f19!important;
}
.detail_header .titre:after {
    bottom: -1px;
    left: 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.05);
    background: #f97f19;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
}

/* SIDEBAR */
.sidebar {
    margin-top: 0;
}
.sidebar address {
    border: 1px solid #f97f19;
    text-align: center;
}
.sidebar li.nom_agence{
    color: #f97f19;
    font-size: 16px;
}
.sidebar .group_btn a {
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #f97f19;
    color: #f97f19;
    width: 100%;
    margin: 3px 0;
}
.sidebar .group_btn a:hover {
    border: 1px solid #17a2b8;
    color: #17a2b8;
}


@media (max-width: 991px){
    .with--sidebar .site-cache {
        z-index: -1;
    }
}

@media (max-width: 420px) {
    .moteur{
        top: inherit;
    }
    .index .plusdecritere .plusc, .index .plusdecritere .plusm {
        font-size: 12px;
    }
    .plusdecritere .text-filtre1{
        width: inherit;
    }
    .plusdecritere .text-filtre2 {
        width: 100%;
    }
    .bloc-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bloc-reseaux {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -37px;
   margin-left: -12.5px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 37px !important;
   width: 25px !important;
}

/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */
/*                                             REF BY LOLO                                                   */
/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */


/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨ TOGGLE .¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */

.ref input[type=checkbox],
.ref input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
  /* Accordion styles */  
 .ref .tab {
    width: 100%;
    overflow:hidden;
  }
 .ref .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: white;
    font-weight: 400;
    cursor: pointer;
    color: #444;
    transition: all 0.5s ease;

/* Icon */
  }
 .ref .tab-label:hover {
    background: #F97F19;
    color: #fff;
    transition: all 0.5s ease;
  }
 .ref .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }
 .ref .tab-content {
    max-height: 0;
    padding-top: 15px;
    transition: all 0.35s;
  }
 .ref .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #189C7E;
    cursor: pointer;
  }
 .ref .tab-close:hover {
    background: #189C7E;
  }
  
 .ref input:checked + .tab-label {
    background: #F97F19;
  }
 .ref input:checked + .tab-label::after {
    transform: rotate(90deg);
  }
 .ref .tab-content {
    display: none;
  }
 .ref input:checked ~ .tab-content {
    max-height: 100vh;
    padding-top: 15px;
    display: block;
}


.suite .col:last-child {
    margin-left: 0;
}

/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨ MISE EN PAGE .¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */

.ref .page2ref li {
    font-size: 16px;
    text-align:justify;
    line-height: 1.5;
    font-family: 'Work Sans', sans-serif;
}

.listeliens a {
    font-family: 'Work Sans', sans-serif;
    color:#F97F19;
    font-size: 14px;
  }
  
  .listeliens a:hover {
    text-decoration: underline;
  }

.ref p, .page2ref p {
    font-size: 16px;
    text-align:justify;
    line-height: 1.5;
    font-family: 'Work Sans', sans-serif;
font-weight: 400;
    }

.ref h2,.page2ref h2 {
margin-bottom: 0;
font-size:20px;
text-transform: uppercase;
}

.ref h3,.page2ref h3 {
    font-size:20px;
    padding: 10px 0px 10px 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    }

.ref h1,.page2ref h1 {
    font-size: 28px;
    font-weight: 500;
}

.ref h1 span {
color:#f97f19;
}