/*PREMIUMBASE*/

/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');




.validation { display: none;}

html {
--background: #ffffff;
--text: #000000;
--degrade: #000;
--ImgAccueil: url("/assets/images/bgimg.jpg") no-repeat center center fixed;
--ImgPres: url("/assets/images/home-background-presentation.jpg") no-repeat center top ;
--LogoAccueil: url("/assets/images/logo.png") no-repeat center center ;
--LogoAccueilMobile: url("/assets/images/logomobile.png") no-repeat center center ;



}

html[data-theme='dark'] {
--background: #000000;
--text: #ffffff;
--degrade: #000000;
--ImgAccueil: url("/assets/images/bgimg2.jpg") no-repeat center center fixed;
--ImgPres: url("/assets/images/home-background-presentation2.jpg") no-repeat center top ;
--LogoAccueil: url("/assets/images/logo_index.png") no-repeat center center ;
--LogoAccueilMobile: url("/assets/images/logo_indexmobile.png") no-repeat center center;


 
}


html.transition,
html.transition *,
html.transition *:before,
html.transition *:after {
  transition: all 750ms ease !important;
  transition-delay: 0 !important;
}
/* Reset */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 15px;
  top: 6px
  
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0px 10px #212121;
    background: white url('/assets/images/sun.png');

  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #ccc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
    box-shadow: 0 0px 15px #ffffff;

    background: white url('/assets/images/moon.png');

  background-repeat: no-repeat;
  background-position: center;
}

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}



/*GENERAL*/
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ccc;
    color: var(--text)
}
.h1, h1 {
    font-size: 28px;
    text-transform: uppercase;
}
.h2, h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}
.h3, h3 {
    font-size: 18px;
    text-transform: uppercase;
}
h2.deco, h3.deco {
    border-left: 3px solid #111;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

a{
  color: var(--text)
}
a:hover {
    color: #000;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
  color: #000000
}
.bootstrap-select.btn-group .dropdown-menu li a::before {
  padding-right: 5px;
  font-family: "Ionicons";
  font-size: 13px;
  color: #000000
}
.dropdown-menu {
    margin-left: 10px;
}
.dropdown-item {
    padding: 0 5px;
    font-size: 15px;
    font-size: 15px;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease-out;
    padding: 8px 10px;
    line-height: 1.2;
    font-weight: 500;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #000!important;
}

#bloc_fixed .surcharge_favoris {
    left: -46px;
    position: absolute;
    top: 16px;
}

.over_desc a{
    color: #fff;
}
.progress-bar {
    background-color: #222;
}
.alert-danger {
    color: #111;
    background-color: #eee;
    border-color: #111;
}
.sidebar {
  width: 33.33333%;
  background: var(--background);
  padding: 10px;
  margin-left: 10px;
}





/* TOP PAGE */
.estimation .top_page {
    background-image: url(/assets/images/top_page/estimation_top.jpg);
}
.alerte-email .top_page{
    background-image: url(/assets/images/top_page/alerte-email_top.jpg);
}
.agence .top_page {
    background-image: url(/assets/images/top_page/agence_top.jpg);
}
.mentions-legales .top_page {
    background-image: url(/assets/images/top_page/mentions-legales_top.jpg);
}
.on-vous-rappelle .top_page {
    background-image: url(/assets/images/top_page/on-vous-rappelle_top.jpg);
}
.comparateur .top_page {
    background-image: url(/assets/images/top_page/comparateur_top.jpg);
}
.recherche-detaillee .top_page {
    background-image: url(/assets/images/top_page/recherche-detaillee_top.jpg);
}
.chasseur_immobilier .top_page {
    background-image: url(/assets/images/top_page/chasseur_top.jpg);
}
.home_intendance .top_page {
    background-image: url(/assets/images/top_page/home_top.jpg);
}
.conciergerie .top_page {
    background-image: url(/assets/images/top_page/conciergerie_top.jpg);
}
.coaching .top_page {
    background-image: url(/assets/images/top_page/coaching_top.jpg);
}
 /* ========================================================================= */
/*                           SLIDER BIEN                                     */
/* ======================================================================= */

.swiper-slide article{
    border: 1px solid #ddd;
    width: calc(100% - 15px);
    margin: 0 10px;
}

.swiper-slide .block_img img{
    height: auto;
    width: 100%;
}

.swiper-slide .block_info{
    z-index: 0;
    padding: 20px;
    min-height: auto;
    background: #fff;
}

.swiper-slide .card-fav-absolute{
	position: absolute;
   right: 10px;
  top: 0;
  font-size: 32px;
  z-index: 999999;
  color: #000;
  display: block;}

.swiper-slide .effect-cms .over_desc{
    display: none;
}

.swiper-slide .card_list{
    justify-content: space-between;
}

.swiper-slide .info_prix{
    padding: 0;
    text-align: left;
    top: 5px;
    font-size: 14px;
}

.swiper-slide .box{
    height: 40px;
}

.swiper-slide .info_ville {
  font-size: 18px;
  padding-top: 6px;
  text-align: left;
  font-weight: 700;
}

.swiper-slide .info_type {
  font-weight: 700;
  font-size: 20px;
  margin: 0px 0!important;
  text-transform: capitalize;
  
  
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000!important
}
.swiper-slide .info_prix-hai{
	display: none;
    line-height: 1em;
    margin-top: 10px;
    text-transform: initial;
}
.swiper-slide .info_titre {
  text-overflow: ellipsis;
  display: block;
  	display: none;

}
.swiper-slide .info_numero{
	display: none
}
.swiper-slide .card_list {
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #000;
  padding: 10px 0;
}
.swiper-slide .card_list {
  justify-content: space-between;
 
}
.swiper-slide .card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size:14px;
}
.swiper-slide .card_list span{
	  font-size:20px;	
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*MENTIONS COOKIES*/
.cc-color-override-1247188962 .cc-btn {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
    text-transform: uppercase;
}



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

.bgAccueil {
  background: var(--ImgAccueil);}

.header .sticking {
  background: #ccc;
}


.header nav ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

nav ul > li > a{
    font-size: 15px;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease-out;
    padding: 12px 10px;
    line-height: 1.2;
    font-weight: 500;
}
.index .not-sticking nav ul > li > a{
    color: #000;
}
nav ul > li:hover > a, .index .not-sticking nav ul > li:hover > a{
    color: #000;
}
.index .sticky_menu.not-sticking .site-container {
    box-shadow: none;
}

nav ul > li.active > a{
    color: #000!important;
    font-weight: 700;
}

nav ul > li > a:hover::after {
    width: 100%;
}
nav ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #616161;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}


.lang .dropdown-toggle::after {
    display: none;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    text-transform: uppercase;
}

.bg_collapse {
  min-height: 480px;
  background-color: #ccc;
}

/*BLOCS OUTILS*/
#bloc_fixed {
    bottom: 45%;
}
#bloc_fixed .bloc4 ul li:nth-child(1) {
    margin: 0 10px 0 7px;
}
aside .pres_agency {
    padding-top: 40px;
}



/* MOTEUR */
.moteur {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: inherit;
    z-index: 20;
    background-color: transparent;
}
.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: 15px;
    padding: 7px 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 130px;
    margin: 0;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    border: 1px solid #fff;
    border-right: 1px solid #000;
}
.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: #616161;
    border-color: #616161;
    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: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #616161;
    margin: 9px auto;
    background: transparent;
}
[class*="listing-"] .not-sticking .container_search {
    background: #ccc;
    padding: 30px 0;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #fff;
    font-weight: 600;
}
.prod_listing .listing_article article {
    background: #fff;
}

/*BOUTONS*/
.btn {
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-success, .btn-secondary {
    color: #fff;
    background-color: #616161;
    border-color: #616161;
    text-transform: uppercase;
}
.btn-primary:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-success:hover {
    color: #000;
    background-color: #fff;
    border-color: #616161;
}

.img-responsive3 {
    width: 100px;
    top: -9px;
}

/* TITRES */
.home_heading {
    color: var(--text);
    margin-bottom: 30px;    
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
}
.home_cont_presentation .home_heading {
    color: #000;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #616161;
    height: 2px;
    width: 100px;
    margin: 15px auto 15px auto;
}
.listing-vente .page-heading,
.listing-location .page-heading {
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    letter-spacing: 0px;
    font-style: italic;
}



/*ETIQUETTES*/
.index .bandeaux {
    display: none;
}

/* NOTRE SELECTION */
.index .info_ville {
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 6px;
    text-align: left;
    font-weight: 700;
}
.index .prod_accueil .card-fav-absolute {
    right: 10px;
    top: 0;
    font-size: 32px;
    z-index: 150;
    color: #000;
    display: block;
}
.index .info_type {
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    min-height: 120px;
    background: var(--background)}
.index .info_prix {
    float: right;
    margin: 22px 0 15px 0;
}
.card_list li > span:after{
    display: none;
}
.card_list li {
    font-size: 13px;
}
.card_list li > span {
    font-size: 18px;
}
.prod_accueil .card_list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.index .card_list {
    margin-top: 10px;
    margin-bottom: 0;
    border-top: 1px solid #000;
    padding: 10px 0;
}
.prod_accueil article {
    border: 1px solid #afafaf;
}
.carousel_nbr_photos {
    left: 1%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    right: inherit;
    border-radius: 10px;
    top: 1%;
}
.prod_listing.damier .info_titre {
    display: none;
}
/*PRESENTATION INDEX*/
.home_cont_presentation {
    position: relative;
    background: url("/assets/images/home-background-presentation.jpg") no-repeat center center;
    background-size: cover;
    color: #000;
    margin: 0 auto;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation,
.home_cont_presentation p{
    text-align: center;
    font-weight: 500;
}
.home_cont_presentation .h3 {
    text-transform: uppercase;
    font-size: 18px;
}
.home_cont_presentation p.text-left{
    text-align: left;
}

.home_cont_presentation .container {
    background: rgba(255,255,255, .65);
    padding: 60px;
}
.home_cont_presentation .titre-index-presentation::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 30%;
    margin: 5px auto 15px auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000+0,000+100 */
    background: #616161; /* Old browsers */
    background: -moz-linear-gradient(left, #000 0%, #000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); /* IE6-9 */
}
.home_cont_presentation .titre-index-presentation {
    text-transform: uppercase;
    
    font-size: 40px;
    font-weight: inherit;
}
.home_cont_presentation .btn-primary{
    font-size: 13px;
}

/*NOS SERVICES*/

.home_cont_categories { 
    padding-top: 80px;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: rgba(0,0,0, 0.3);
    color: #fff;
    width: 100%;
    height: 100%;
}
.cat:hover .cat-infos-overlay {
    background: rgba(0,0,0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text{
    color: #fff;
    letter-spacing: 2px;
    text-shadow: #000 2px 2px 2px;
}
.home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text{
    font-size: 24px;
    font-weight: 600;
}
.home_cont_categories .cat-text-small {
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
}
.home_cont_categories .cat-text::after{
    width: 60px;
    margin: 10px auto 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000+0,000+100 */
    background: #616161; /* Old browsers */
    background: -moz-linear-gradient(left, #000 0%, #000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); /* IE6-9 */
    height: 3px;
}
.cat {
    /* border: 0px solid rgba(0,0,0,0); */
}
footer {
    background: #616161;
}
.alert {
    margin: 10% 0;
}
/*ALERTE MAIL INDEX*/
.home_cont_alertes {
    padding: 50px 10px;
    text-align: center;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23111111' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.home_cont_alertes p {
    color: #000;
}
.home_cont_alertes .btn {
    border: 1px solid #fff;
}
.home_cont_alertes p i {
    font-size: 30px;
    margin-right: 10px;
    display: inline;
    color: #000;
}


/*COORDONNEES*/
.cont_coordonnees{
    background: #fff;
    color: #000;
}
.logo-fb {
    font-size: 24px;
    margin: 0 5px;
    color: #000;
}
.logo-fb:hover {
    color: #ccc;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0{
    background: transparent;
    border-color: #616161;
    color: #000;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 5px 0 !important;
}
.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;
}
.coordonnees_heading {
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    
    letter-spacing: 2px;
    font-size: 30px;
}

footer {
    padding: 20px 10px;
}

/*SIDEBAR*/
.sidebar {
    margin-top: 20px;
    text-align: center;
    background-color: #ccc;
}
.sidebar #voir-telephone-sidebar-0{
    text-align: center;
    padding-left: 0;
}
.sidebar .telephone-vu {
    background-color: #fff;
}

.formcms4 .champs .btn-group.bootstrap-select{
    background: #fff!important;
}

/* ASIDE CONTACT */
aside.aside_contact {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 2px 3px 3px 1px;
            box-shadow: 2px 3px 3px 1px;
}
aside .contact_img img{
    margin-bottom: 30px;
}
aside .intention_appel_txt, aside ul li .btn i{
    color: #000;
}
aside .social_network i {
    font-size: 1.5em;
}
aside .contact_contain .group_btn a{
    width: 70%;
    font-size: 13px;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}





/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}
.detail_taber .nav-link {
    padding: 10px 10px;
}
.detail_taber .nav-link.active, .detail_taber .nav-link:hover {
    padding: 10px 10px;
    background: #616161;
    color: #fff;
}
.table-warning:hover,
.table-warning:hover, .table-warning>td:hover, .table-warning>th:hover,
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #fafafa;
}
.lafficheur li{
    background: #000 !important;
    text-align: center;
    text-transform: uppercase;
}
.lafficheur li:hover, .lafficheur li.active{
    background: #000 !important;
}


/*LISTING*/
.effect-cms .over_desc {
  top: auto;
  bottom: 0;
  -webkit-transition: -webkit-transform .35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  z-index: 1;
  background: var(--background) url("/modele/images/inter-over-listing.jpg") no-repeat top left;
  height: 203px;
  padding: 20px 15px 20px 20px;
}


.page-link {
    color: #000;
}
.page-item.active .page-link {
    background-color: #616161;
    border-color: #616161;
    color: #fff;
}
.page-item.disabled .page-link {
    color: #000;
}
.over_desc .btn-primary a {
    color: #fff;
}
.listing form,
[class*="listing-"] form {
    padding-top: 15px;
}
.block_etiquette{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000+0,000+100 */
    background: #616161; /* Old browsers */
    background: -moz-linear-gradient(left, #000 0%, #000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); /* IE6-9 */
    /* color: #000; */
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
}
.card_list li > span:after {
    display: none;
}
.card_list li > span {
    color: #000;
}
.info_type {
    font-size: 17px;
     line-height: inherit;
}
.prod_listing .info_titre {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.info_ville, .info_nom_secteurs {
    font-size: 14px;
}
.info_nom_secteurs .tea {
    padding-right: 5px;
}
.detail_taber .nav-link.active{
    font-weight: bold;
}



/* AUTRE */
.badge-danger {
    color: #fff;
    background-color: #616161;
}
.breadcrumb-item.active {
    color: #000;
}
.bg_collapse .btn-content .btn-circle {
    padding-top: 11px;
}
.index .not-sticking .burger-item, .index .not-sticking .burger-item::before, .index .not-sticking .burger-item::after {
    background: #000;
}
.with--sidebar .not-sticking .burger-item{
    background: transparent;
}

/* ACTUALITES */
.adminpersos.actualites .sidebar,
.adminperso.actualites .sidebar {
    display: none;
}
.actualites .content_page {
    width: 100%;
  }
/* INDEX ACTUS */
/* .home_cont_actualites .btn i {
    font-size: 17px;
} */
.home_cont_actualites .btn-primary {
    border-radius: 35px;
    margin-top: 4rem;
}
.home_cont_actualites  .btn-actus .btn-primary {
    width: 100px!important;
    padding: 0.5rem 1rem;
}
.home_cont_actualites .btn2 {
    padding: 0rem 1rem!important;
    margin-top: 0!important;
    font-size: 12px!important;
}
.home_cont_actualites .btn i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 4px;
}
.home_cont_actualites ul,
.actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    width: 100%;
}
.home_cont_actualites ul li,
.actualites-group ul li {
    position: relative;
    width: calc(100% / 3 - 2em);
    margin: 1em;
    overflow: hidden;
    border: none;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 15%);
    color: #000;
}
.home_cont_actualites img,
.adminpersos .actualites-group img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.adminperso  figure img {
    width: 100%;
    max-height: 100%;
    margin: auto;
}
.adminperso  figure {
    text-align: center;
}
.home_cont_actualites .title-post {
    font-size: 15px;
    text-align: center;
    min-height: 70px;
    text-overflow: ellipsis;
    white-space: break-spaces;
    overflow: hidden;
    width: 95%;
    margin: auto;
}
.home_cont_actualites .actu-info {
    padding: 20px;
}
.home_cont_actualites .description-post {
    padding: 0 15px;
    min-height: 165px;
    font-size: 14px;
}
.home_cont_actualites .btn-actus {
    padding: 0 15px;
}
.home_cont_actualites li:hover a {
    color: #000;
}
.date-post {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}
 .btn-actus .btn-primary {
    width: 100px!important;
    padding: 0.5rem 1rem;
}

.btn2 {
    padding: 0.5rem!important;
    margin-top: 0!important;
    font-size: 12px!important;
}



/*RESPONSIVE*/
@media (min-width : 1024px) and (max-width : 1366px){
    .moteur {
        left: 10%;
        width: 80%;
    }
}

@media (max-width: 1024px){
    .sidebar .group_btn a {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (min-width: 991px){
  
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }
}
/* @media (max-width: 990px){
    .nav-mobile-lang{
        display: block;
    }
    .nav-desktop-lang{
        display: none;
    }
} */
@media (max-width: 991px) {
  .hidemobile{
    display: none
    
  }
  .burger-item::after {
   
    background: var(--text);
    color:  var(--text);
   
  }
  .burger-item::before {
   
    background: var(--text);
    color:  var(--text);
   
  }
  .burger-item {
   
    background: var(--text);
    color:  var(--text);
   
  }
  nav ul > li.active > a, .index .not-sticking nav ul > li > a {
    color: #fff !important;
    font-weight: 700;
}
  

    .index-logo-not-sticking,
    .index-logo-sticking {
        max-width: 75%;
    max-width: 100%;
    /* padding-top: 10px; */
    width: 250px;
}
    .header .img-fluid {
        max-width: 100%;
        /* padding-top: 10px; */
        width: 250px;
    }
    footer {
        padding: 25px 10px 75px 10px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 2%;
        top: 10%;
        font-size: 23px;
        background: #616161;
        padding: 2px 10px 0 10px;
        border-radius: 5px;
        color: #fff;
    }
    .main-content {
        margin-top: 105px;
    }
    .detail_taber .nav-link, .detail_taber .nav-link.active, .detail_taber .nav-link:hover, .detail_taber .nav-item a {
        padding: 6px 20px;
    }
    nav.menu ul li .dropdown-menu {
        display: contents !important;
        position: inherit !important;
        background-color: #0d0e0e !important;
        width: 100%;
        padding: 5px 0 5px 0;
        margin: 0px 0 35px 0;
    }
    .dropdown-item {
        text-transform: inherit;
    }
    .menu ul li {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0px solid #5f5f5f;
        border-top: 1px solid #5f5f5f;
        margin-top: 20px;
    }
    
nav ul > li > a::after {
    display: none;
}
}
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait){
.bgAccueil {
  background-size: 1024px 768px !important;
  background: var(--ImgAccueil) !important;
}
}
@media (max-width: 480px) {
    .index .cat {
        margin-bottom: 15px;
    }
    .home_cont_presentation .container {
        padding: 25px;
    }
    .home_cont_presentation .container p {
        text-align: justify;
    }
    .moteur {
        left: 0;
        width: 100%;
        top: inherit;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        min-width: 100px;
    }
    .plusdecritere {
        margin-top: 5px;
    }
    .plusdecritere .text-filtre1{
        width: inherit;
    }
    .menu ul li {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .home_heading {
        line-height: 34px;
    }
    [class*="listing-"] .not-sticking .container_search {
        background: #fff;
        padding: 30px 0;
        display: none;
    }
}
@media (max-width: 420px){
    .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;
    }
  }
@media (max-width: 320px) {
    .map, .top_page {
        margin-top: 70px;
        margin-bottom: 25px;
    }
}

.sidebar .group_btn a {
    font-size: 12px;
    padding: 8px;
}


/* 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;
}


/* ============================================================================ */
/*                                      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(25% - 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: #616161; /* Old browsers */
    background: -moz-linear-gradient(left, #000 0%, #000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); /* IE6-9 */
  }
  .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 .rs-conseiller i {
    font-size: 25px;
    color: #000;
  }
  .agence .equipe ul.rs-conseiller li {
    margin: calc(0.7em * 2) 0.2em;
  }
  .agence .equipe ul.rs-conseiller li:hover i {
    color: #000;
  }
  .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;
    }
  }


/* -------------------------------------------------------------------------------------------------------------- */
/*                                             PROGRAMME NEUF                                                     */
/* -------------------------------------------------------------------------------------------------------------- */
.listing-neuf .card_list {
    display: none;
}
.listing-neuf .prod_listing.damier .block_info {
    min-height: 192px;
}
.listing-neuf .info_prix {
    margin: 22px 0 30px 0;
}
.programme-neuf .show ul {
    display: flex;
}
/*.programme-neuf .carousel-control-next, .carousel-control-prev {*/
    /*background: rgba(143,192,51, 1);*/
    /*height: 60px;*/
    /*width: 60px;*/
    /*top: 50%;*/
    /*-webkit-transition: all .3s ease-out;*/
    /*transition: all .3s ease-out;*/
    /*z-index: 30;*/
/*}*/
/*.programme-neuf .carousel-control-next:hover, .carousel-control-prev:hover {*/
    /*background: rgba(143,192,51, 1);*/
    /*width: 60px;*/
/*}*/
.programme-neuf .col-md-12,
.programme-neuf .col-lg-6,
.programme-neuf .col-md-6,
.programme-neuf .col-sm-12,
.programme-neuf .col-xs-12,
.programme-neuf .col-md-12 {
    padding-left: 0;
}
.programme-neuf h3 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.programme-neuf h3:after  {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #8fc033;
}
.programme-neuf h2 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    text-align: center;
}
.programme-neuf h2::after  {
    content: "";
    display: block;
    position: relative;
    background: #8fc033;
    height: 2px;
    width: 150px;
    margin: 24px auto 0 auto;
}
.detail-bien ul {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px ;
}
.detail-bien ul li {
    margin: 0 20px;
}
.header-bien .like {
    text-align: center;
}
.programme-neuf section {
    margin: 20px 0;
}
.programme-neuf .lots .ion-android-download{
    font-size: 28px;
}
.programme-neuf .detail_pdf .ion-android-download {
    font-size: 20px;
}
.programme-neuf .detail-bien .type-programme {
    font-size: 20px;
}
.programme-neuf .detail-bien .ville {
    font-size: 18px;
}
.programme-neuf .lafficheur li:hover, .programme-neuf .lafficheur li.active {
    background-color: #8fc033;
    color: #000;
}
.rwd-table {
    background: #ddd;
    overflow: hidden;
    width: 100%;
}
.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table tr:nth-child(1),
.rwd-table tr:nth-child(3),
.rwd-table tr:nth-child(5),
.rwd-table tr:nth-child(7),
.rwd-table tr:nth-child(9),
.rwd-table tr:nth-child(11),
.rwd-table tr:nth-child(13),
.rwd-table tr:nth-child(15),
.rwd-table tr:nth-child(17),
.rwd-table tr:nth-child(19),
.rwd-table tr:nth-child(21),
.rwd-table tr:nth-child(23),
.rwd-table tr:nth-child(25),
.rwd-table tr:nth-child(27),
.rwd-table tr:nth-child(29),
.rwd-table tr:nth-child(31),
.rwd-table tr:nth-child(33),
.rwd-table tr:nth-child(35),
.rwd-table tr:nth-child(39),
.rwd-table tr:nth-child(41),
.rwd-table tr:nth-child(43),
.rwd-table tr:nth-child(45),
.rwd-table tr:nth-child(47),
.rwd-table tr:nth-child(49),
.rwd-table tr:nth-child(51),
.rwd-table tr:nth-child(53) {
    background: #e8e8e8;
}
.rwd-table tr {
    background: 0;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
        text-align: center;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
}
.travaux {
    margin-bottom: 100px;
}
.travaux ul {
    padding: 20px 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #8fc033;
    background-color: #dddddd63;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link {
    border-color: #ddd #ddd #ddd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.programme-neuf .cont_coordonnees {
    border-top: 1px solid #ddd;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select>.dropdown-toggle {
  width: 100% !important;
  background: transparent;
}
.search__form-item:nth-child(2),
.search__form-item:nth-child(3),
.moteur .form-style { 
    background: rgba(255,255,255,0.5);
}




/*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: bottom 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');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(8) {
    background-image: url('/assets/images/slider_home/8.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(9) {
    background-image: url('/assets/images/slider_home/9.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(10) {
    background-image: url('/assets/images/slider_home/10.jpg');
}



/* ============================ SEO REF LOLO ============================ */

.ref h2,.page2ref h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	}
	
	.ref p,.page2ref p {
		text-align: justify;
		font-size: 14px;
		color: #000;
		font-family: 'Roboto', sans-serif !important;
	}

	.page2ref h1 {
        font-size: 35px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        padding-bottom: 30px;
		}
	
	.page2ref .btn-primary i {
		font-size: 20px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.page2ref .info_ville
	{color: black;}
	
	.page2ref .info_prix
	{color: black;}
	
	.page2ref .info_type
	{color: black;}
	
	.listeliens a {
		color:#000 !important;
		}
		
	  .listeliens a:hover {
		text-decoration: underline;
		}

	.description
	{color: black;}
	
	.list-option
	{color: black;}
	
	@media (max-width: 560px) {
		.listeliens ul li {
			width: 100%!important;
		}
		}
	  
	  .listeliens ul{
			  display: flex;
			  flex-direction: row;
			  flex-wrap: wrap;
		  }
		  
	  .listeliens ul li{
			  width: calc(100% / 3);
			  /* si 3 colonnes */
		  }
	  
	  @media (max-width: 560px) {
		.listeliens ul li{
		width: 100%;
		  }
		  }
	  

          .sidebar .group_btn a {
            width: 100%;
            margin: 5px 0;
        }


        /* ============================================================================= */
/*                                        FAQ                                    */
/* ============================================================================= */
.faq-card {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    padding: 15px;
}
.faq-card img {
    border-radius: 5px;
}
.faq-card .h3 {
    margin: 15px 0;
}
.faq-card .h3::after {
    content: "";
    display: block;
    position: relative;
    background: #616161;
    height: 1px;
    width: 50%;
    margin: 15px 0;
}


/* SOUS PAGES */
.faq-theme input[type=checkbox],
.faq-theme input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
  /* Accordion styles */  
.faq-theme .tab {
    width: 100%;
    color: white;
    overflow:hidden;
  }
.faq-theme .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem 0 0;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    min-height: 80px;
    align-items: center;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
}
.faq-theme .tab-label:hover {
    background: #616161;
    color: #fff;
  }
.faq-theme .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1.4em;
    text-align: center;
    transition: all 0.35s;
  }
 .faq-theme .tab-content {
    max-height: 0;
    padding: 1em;
    color: #26282b;
    background: transparent;
    transition: all 1s;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  }
.faq-theme .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #616161;
    cursor: pointer;
  }
.faq-theme .tab-close:hover {
    background: #616161;
  }
  
.faq-theme input:checked + .tab-label {
    background: #616161;
    color: #fff;
  }
.faq-theme input:checked + .tab-label::after {
    transform: rotate(90deg);
  }
.faq-theme .tab-content {
    display: none;
  }
.faq-theme input:checked ~ .tab-content {
    max-height: 100%;
    padding: 0.5em;
    display: block;
    color: #26282b;
    width: 97%;
    margin: -5px auto 10px auto;
    background: #fff;
}
.forfait-img {
    width: 290px;
}
.rouge {
    color: #000;
}

.bg-blanc {
    padding: 10px;
    background-color: #fff;
    margin: 0;
}
.home_cont_actualites ul li, .actualites-group ul li {
    background-color: #fff;
}

@media (max-width: 991px) {
    .bgAccueil {
        background: none !important;
        overflow: hidden;
        height: auto;
    }
    .carousel-indicators {
        display: none;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 40vh;
        min-height: 600px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .moteur {
        position: relative;
    }
    .home_cont_categories .cat-text {
        font-size: 18px;
        font-weight: 600;
    }
    .home_cont_categories .cat-text-small {
        min-height: 158px;
    }
    .top_page {
        height: 150px;
        margin-top: 85px;
    }
    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
    }
    [class*="listing-"] .not-sticking .container_search {
        background: #ccc;
        padding: 0;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: 1rem 0 0 5px !important;
        color: #fff !important;
    }
    .img-thumbnail {
        border-radius: 0;
        max-width: 50%;
    }
    .home_cont_actualites ul li, .actualites-group ul li {
        width: calc(100% / 2 - 2em);
        background-color: #fff;
    }
    .index-logo-not-sticking, .index-logo-sticking {
        margin-right: 8%;
    }
}

@media (max-width: 420px) {
    .header__logo img, .header .img-fluid {
        margin-left: 0px;
        margin-top: 0;
        max-width: 100%;
        width: 166px;
    }
     .header .img-fluid {
        margin-left: -40px;
        margin-top: 0;
        max-width: 100%;
        width: 166px;
    }
    .menu ul li {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0px solid #5f5f5f;
        border-top: 1px solid #5f5f5f;
        margin-top: 0;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: 0 0 15px 0 !important;
        color: #fff !important;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 40vh;
        min-height: 300px;
    }
    .radio_trans {
        display: block;
    }
    .radio_trans input[type=radio].css-checkbox:checked + label.css-label {
        height: 39px;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        min-width: 100%;
    }
    .radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
        content: '';
        display: block;
        position: relative;
        width: 0px;
        height: 0px;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid #616161;
        margin: 0px auto;
        background: transparent;
    }
    .home_heading {
        font-size: 25px;
    }
    .home_cont_categories .cat-text-small {
        min-height: auto;
    }
    .img-thumbnail {
        border-radius: 0;
        max-width: 100%;
    }
    .listing-vente .page-heading, .listing-location .page-heading {
        font-family: "Dancing Script", cursive;
        font-size: 34px;
        letter-spacing: 0px;
        font-style: italic;
    }
    .top_page {
        height: 60px;
        margin-top: 65px;
    }
    .page_heading, .h1, h1 {
        font-size: 23px;
        margin: 10px 0;
    }
}

@media (max-width: 610px) {
      .faq-theme .tab-label {
        display: block;
        justify-content: space-between;
        padding: 0 0rem 0 0;
        background: #fff;
        font-weight: 500;
        cursor: pointer;
        color: #000;
        min-height: 320px;
        align-items: center;
        box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
    }
    .forfait-img {
        width: 100%;
        margin-bottom: 16px;
    }
    .home_cont_actualites ul li, .actualites-group ul li {
        width: calc(100% / 1 - 2em);
        background-color: #fff;
    }
    
p, .text-justify {
    text-align: left!important;
}

}


