/* CSS Document */
html {
    scroll-behavior: smooth;
}

body{
	font-family: arial !important;
	position:relative;
	background: #f6f6f6;
}

/* .container{
    padding-right: 0 !important;
    padding-left: 0 !important;
} */

.modal-open .modal{
	background: rgba(0,63,115,0.6);
}


#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #084F8A;
    z-index: 11000;
    position: fixed;
    display: block;
	text-align: center;
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 95px;
    height: 95px;
    background: center center no-repeat none;
    background-size: 95px 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}


.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: 50%;
	animation: loader 2s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
	0% {
	transform: rotate(0deg);
	}

	25% {
	transform: rotate(180deg);
	}

	50% {
	transform: rotate(180deg);
	}

	75% {
	transform: rotate(360deg);
	}

	100% {
	transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
	height: 0%;
	}

	25% {
	height: 0%;
	}

	50% {
	height: 100%;
	}

	75% {
	height: 100%;
	}

	100% {
	height: 0%;
	}
}


body a{
	text-decoration: none !important;
	outline: none !important;
}

body button{
	outline: none !important;
}

body img:hover{
	opacity: 0.7;
}

body .inside{
	background: #000;
	width: 100%;
	height: 100%;
    overflow: hidden;
    /* border-radius: 8px; */
}

/* body .inside.promo{
	background: #000;
	width: 300px;
	height: 100%;
	overflow: hidden;
} */

body a:hover{
	opacity: 0.7 !important;
}

body h1{
	font-size: 16px;
	color: #00508E;
}

body h2{
	font-size: 15px;
}

body .container{

}

.banniere{
    /* margin-top: 95px; */
    height: 325px;
}

body .banniere .inside{
	width: 100%;
	height: 100%;
}

.banniere .inside img{
    width: 100% !important;
    object-fit: cover;
}

.slideshow .carousel-inner .carousel-item{
	background: #000;
}

.slideshow .carousel-inner .carousel-item img, .slide_b .carousel-inner .carousel-item img,
.for_rent .container .rent_details .pic img, .annonce_une .slide-box .pic_details .pic img,
.information .slide-box .pic_details .pic img, .allproperty .property .left .img_txt .image img,
.related .slide-box .pic_details .pic img, .details .left .img img,
.details .left .thumb a img, .allproperty .property .left .img_txt .image img,
.catconseil .conseil .cat_bl .inside img, .catconseil .right .con_ban .inside img,
.catconseil .last_advices .gauche .advice_last .inside img, .det_conseil .right .con_ban .inside img,
.catactualites .right .con_ban .inside img, .catactualites .last_advices .gauche .leading .det_inside .inside img,
.catactualites .last_advices .gauche .advice_last .inside img, .catannuaire .promotion .container .inside img
{
	border:none;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
          transition: all 0.5s;
}



.slideshow .carousel-inner .carousel-item:hover img, .for_rent .container .rent_details .pic:hover img,
.annonce_une .slide-box .pic_details .pic:hover img, .information .slide-box .pic_details .pic:hover img,
.related .slide-box .pic_details .pic:hover img, .details .left .img:hover img,
.details .left .thumb:hover img, .allproperty .property .left .img_txt .image:hover img, .catconseil .conseil .cat_bl .inside:hover img,
.catconseil .right .con_ban .inside:hover img, .catconseil .last_advices .gauche .advice_last .inside:hover img,
.det_conseil .right .con_ban .inside:hover img, .catactualites .right .con_ban .inside:hover img,
.catactualites .last_advices .gauche .leading .det_inside .inside:hover img, .catactualites .last_advices .gauche .advice_last .inside:hover img,
.catannuaire .promotion .container .inside:hover img
{
	opacity:0.8;
    -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.det_conseil .left .img:hover img{
	opacity: 1;
	-webkit-transform: none;
     -moz-transform: none;
       -o-transform: none;
      -ms-transform: none;
          transform: none;
}

header.menu{
    background: #003F73;
    position: sticky;
}



header.menu nav form div button{
	background: #FC8254;
	border-color: #FC8254;
}

header.menu nav form div button a{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

header.menu nav form div button:hover{
	opacity: 0.9;
}

header.menu .container-fluid{
	padding:0;
}

header .navbar-nav{
    margin-left: auto;
    margin-right: auto;
}

header .navbar-nav .nav-item .nav-link{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 13px !important;
    font-family: 'Circular Std Medium' !important;
}

header .navbar-nav .nav-item.special{
    background: #FA6529;
    border-color: #FA6529;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
}

header .navbar-nav .nav-item.special a{
    color: #fff;
    font-size: 13px;
}

header .navbar-nav .nav-item.special a::before,
header .navbar-nav .nav-item.special a::after{
    border: inherit !important;
}

header .navbar-expand-xl .navbar-nav .dropdown-menu.voyager {
    background-color:#003F73 !important;
    border: inherit !important;
}

.main_nav .dropdown-toggle::after {
    border-top: none !important;
}

header .navbar-expand-xl .navbar-nav .dropdown-menu.voyager .dropdown-item:hover{
    background-color:inherit !important;
}

header .user-not-connected{
    margin-top: 8px;
}

header .right-top-nav{
    list-style: none;
    /* position: absolute;
    right: 60px;
    top: 22px; */
}

header .right-top-nav li{
    display: inline;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid gray;
}

header .right-top-nav li:last-child{
    border-right: none !important;
    padding-right: 2px;
}

header .right-top-nav li a{
    color: gray !important;
    font-size: 12px;
}

/* .dropdown-toggle::after {
    content: '' !important;
} */

/***Menu***/
.main_nav {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.main_nav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.main_nav li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.2em;
  padding: 0;
}
.main_nav a {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  font-size: 0.8em;
  font-weight: bold;
  font-family: arial;
  display: block;
  color: rgb(255, 255, 255);
  position: relative;
  text-decoration: none;
}
.main_nav a:before,
.main_nav a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.main_nav a:before {
  left: 0;
  top: 0;
  border-left: 2px solid #c0392b;
  border-top: 2px solid #c0392b;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.main_nav a:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #c0392b;
  border-bottom: 2px solid #c0392b;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.main_nav a:hover,
.main_nav a:focus,
.main_nav li.active a {
  color: #ffffff;
}
.main_nav a:hover:before,
.main_nav a:focus:before,
.main_nav li.active a:before,
.main_nav a:hover:after,
.main_nav a:focus:after,
.main_nav li.active a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

.menu .sidebarNavigation .navbar-toggle{
	background: initial;
	color: #fff;
}

/***Menu If user is logged***/
.menu .deroulant li.dropdown a img{
	width:42px;
	height: 42px;
	vertical-align: middle;
    border: 1px solid #29303b;
    object-fit: cover;
}
.menu ul.deroulant li a{
	font-family: arial;
	text-decoration: none;
	color: #29303b;
	font-size: 15px;
	font-weight: 400;
}

.menu ul.deroulant li.not_log a{
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.menu ul.deroulant li .dropdown-toggle::after{
	color: #fff;
	display: none;
}

.menu .deroulant li.dropdown .dropdown-menu{
	padding: 8px 0 16px;
	width: 300px;
	border: none;
	border-radius: 0;
	border-top: 1px solid #e8e9eb;
	box-shadow: 0 4px 16px rgba(20,23,28,.25);
	color: #505763;
	font-size: 13px;
	margin: 15px 0;
	position: absolute;
    top: 100%;
    background-color: #fff !important;
}

.menu .deroulant li.dropdown .dropdown-menu::before{
	border-style: solid;
	border-width: 0 10px 13px;
	content: '' !important;
	height: 0;
	position: absolute;
	left: auto;
	right: 15px;
	width: 0;
	border-color: transparent transparent #e8e9eb transparent;
	top: -14px;
}

.menu .deroulant li.dropdown .dropdown-menu::after{
    border-style: solid;
    border-width: 0 10px 13px;
    content: '' !important;
    height: 0;
    position: absolute;
    left: auto;
    right: 15px;
    width: 0;
    border-color: transparent transparent #fff transparent;
	top: -12px;
}

.menu .deroulant li.dropdown .dropdown-menu li{
	padding: 5px 20px;

}

/***Slide***/
.slideshow{
	height: 500px;
	overflow: hidden;
}

.slideshow .carousel-inner,
.slide_b .carousel-inner{
	position: absolute;
}

.slideshow .carousel-inner .carousel-item img{
	width: 100%;
	height: 505px;
	object-fit: cover;
}

.slide_b .carousel-inner .carousel-item img{
	width: 100%;
	height: 755px;
	object-fit: cover;
}

.slideshow.carousel-fade .carousel-item,
.slide_b.carousel-fade .carousel-item{
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.slideshow.carousel-fade .carousel-item.active,
.slideshow.carousel-fade .carousel-item-next.carousel-item-left,
.slideshow.carousel-fade .carousel-item-prev.carousel-item-right,
.slide_b.carousel-fade .carousel-item.active,
.slide_b.carousel-fade .carousel-item-next.carousel-item-left,
.slide_b.carousel-fade .carousel-item-prev.carousel-item-right{
  opacity: 1;
}

.slideshow.carousel-fade .active.carousel-item-left,
.slideshow.carousel-fade  .active.carousel-item-right,
.slide_b.carousel-fade .active.carousel-item-left,
.slide_b.carousel-fade .active.carousel-item-right{
 opacity: 0;
}

.slideshow.carousel-fade .carousel-item-next,
.slideshow.carousel-fade .carousel-item-prev,
.slideshow.carousel-fade .carousel-item.active,
.slideshow.carousel-fade .active.carousel-item-left,
.slideshow.carousel-fade .active.carousel-item-prev,
.slide_b.carousel-fade .carousel-item-next,
.slide_b.carousel-fade .carousel-item-prev,
.slide_b.carousel-fade .carousel-item.active,
.slide_b.carousel-fade .active.carousel-item-left,
.slide_b.carousel-fade .active.carousel-item-prev{
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

/***Slide search***/
.slide_search{
	}

.slide_search .formulaire{
  background: rgba(0,0,0,0.6);
  position: relative;
  top: 160px;
  padding: 15px 30px;
  margin: auto;
  width: 80%;
}

.slide_search .search h1{
  font-size: 41px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 70px;
}

.slide_search .formulaire ul{
  border: 0;
  display: flex;
  flex-direction: row;
  padding: 10px 0 10px 12px;
}

.slide_search .formulaire ul li{
  padding-right: 3px;
  padding-left: 3px;
}

.slide_search .formulaire ul li a{
  border-radius: 0;
  border-color: rgba(255,255,255,0.1);
  background-color: rgba(255,255,255,0.7);
  border:0;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
  text-align: center;
  margin-bottom: 5px;
  padding: 10px;
}

.slide_search .formulaire ul li a.active{
  background: #07497F;
  color: #fff;
  text-decoration: none;
  border-color: #07497F;
}

.slide_search .formulaire .tab-content .form .form-group{
  padding: 0 15px 0 0;
}

.slide_search .formulaire .tab-content .form .form-group.bouton{
  padding: 0 15px 0 0;
  width: 5px;
}

.slide_search .search .formulaire .search_form_content {
    width: 100%;
    height: 100%;
}

.slide_search .formulaire .tab-content .form .form-group select,
.slide_search .formulaire .tab-content .form .form-group input{
	width: 100% !important;
	display: block;
      border-radius: 2px;
      padding-bottom: 9px;
}

.slide_search .formulaire .tab-content .form .form-group button{
  background: #FA6529;
  border-radius: 0;
  font-size: 20px;
	padding: 3px 15px;
}

.slide_search .formulaire .tab-content .form .form-group button i{
  color: #fff;
}


section.pub{
    margin-top: 7px;
    height: 200px !important;
	background: #000;
}

section.pub div{
    height: 200px !important;
	overflow: hidden;
}

section.pub img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s all ease-in;
}

section.pub img:hover{
	transform: scale(1.1);
}

section.annonce_une{
	background-color: #fff;
}
section.annonce_une .container{
	/* padding: 20px 0; */
}
section.annonce_une .container h1{
	font-size: 30px;
	color: #00457D;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.a_la_une.carousel {
  width: 100%;
}

.annonce_une .slide-box {
  display: block;
  flex-wrap: wrap;
  justify-content: space-around;
}


.annonce_une .slide-box .pic_details{
	margin-bottom: 20px;
	/* width: 350px; */
}
.annonce_une .slide-box .pic_details:hover{
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
	transition: all 0.2s;
}

.annonce_une .slide-box .pic_details .pic {
    height: 250px;
    overflow: hidden;
    background: #000;
}
.annonce_une .slide-box .pic_details .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.annonce_une .slide-box .pic_details .details {
    height: 150px;
    background: #01508F;
    overflow: hidden;
}

.annonce_une .slide-box .pic_details .details p,
.for_rent .container .rent_details .details_rent p{
    color: #fff;
    font-family: arial;
    padding: 10px 15px 0;
    margin-bottom: 0;
}
.annonce_une .slide-box .pic_details .details p.titre,
.for_rent .container .rent_details .details_rent p.titre{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.annonce_une .slide-box .pic_details .details p.titre a,
.for_rent .container .rent_details .details_rent p.titre a{
    color: #fff;
}

.annonce_une .slide-box .pic_details .details p.lieu,
.annonce_une .slide-box .pic_details .details p.prix,
.for_rent .container .rent_details .details_rent p.lieu,
.for_rent .container .rent_details .details_rent p.prix{
    font-size: 14px;
    font-weight: bold;
}


/***For rent***/
.for_rent .container{
    padding: 70px 0;
    padding-top: 30px;
}
.for_rent .commune{
    height: 402px;
    position: relative;
}
.for_rent h1{
	font-size: 30px;
	color: #00457D;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.for_rent .commune h1{
	margin: 0;
	text-align: left;
	text-transform: none;
}

.for_rent .commune h1 a{
	font-size: 14px;
	color: #00457D;
	font-weight: bold;
}

.for_rent .commune ul li a{
	font-size: 12px;
	color: #333333;
}

.for_rent .commune .row > ul{
    position: absolute;
    bottom: 0;
    flex-direction: inherit;
    width: 98%;
}

.for_rent .commune .row > ul > li{
    display: inline;
    width: 33.33333%;
    padding: 15px;
    margin: 2px;
    text-align: center;
}

.for_rent .commune .row > ul > li > a{
    padding: 0;
}

.for_rent .container .rent_details .pic{
	height: 250px;
	overflow: hidden;
    background: #000;
    position: relative;
}

.index-right-side .pic .add-promo{
    display: none !important;
}

.pic .add-promo{
    display: block !important;
    position: absolute;
    top: 4px;
    right: 4px;
    /* color: white; */
    /* padding: 10px 8px; */
    /* background-color: #FC8254; */
    /* border-radius: 40%; */
}

.pic .add-promo img{
    width: 50px !important;
    height: 50px !important;
    transform: rotate(45deg);
}

.for_rent .container .rent_details .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.for_rent .container .rent_details .details_rent{
	height: 150px;
	background: #FA6529;
}

.for_rent .commune ul.rent_list{
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    bottom: 2px;
}

.for_rent .commune .rent_list li{
	background: #01508F;
    border-radius: 0;
    border: 0;
    font-weight: bold;
    font-size: 13px;
    color: #EDEDED;
    text-transform: uppercase;
    display: inline-flex;
    padding: 0;
    width: 33% !important;
    margin-left: 5px;
    text-align: center;
}

.for_rent .commune .rent_list li a{
	text-transform: uppercase;
    display: block;
    /* padding: .75rem 7rem .75rem 1.25rem; */
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.for_rent .nav-pills .nav-item{
    width: 250px !important;
    text-align: center;
    position: relative;
}

.for_rent .nav-pills .nav-link{
    background-color: transparent !important;
    color: #6f6c6c !important;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #6f6c6c;
    border-radius: 0 !important;
}

.for_rent .nav-pills .nav-link.active,
.for_rent .nav-pills .show > .nav-link,
.for_rent .nav-pills .nav-link:hover{
    font-size: 16px;
    font-weight: 600;
    color: #00457D !important;
    background-color: transparent !important;
    border-bottom: 2px solid #00457D;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.for_rent .nav-pills .nav-link::after,
.for_rent .nav-pills .show::after{
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.for_rent .nav-pills .nav-link.active::after,
.for_rent .nav-pills .show > .nav-link::after,
.for_rent .nav-pills .nav-link:hover::after{
    opacity: 1;
    height: 4px;
    background-color: #00457D;
}

/* NAV-PILLS professionnel*/
.nav-tabs-pills-professionnel{
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-left: 10px;
    margin-right: 20px;
}

.nav-tabs-pills-professionnel .nav-item {
    text-align: center;
    position: relative;
    /* border-bottom: 4px solid transparent; */
    transition: all linear .4s;
}

.nav-tabs-pills-professionnel .nav-item .nav-link {
    background-color: transparent !important;
    color: #6f6c6c !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding-left: 15px !important;
    padding-right: 12px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    transition: all linear .4s;
}

.nav-tabs-pills-professionnel .nav-item .nav-link:hover {
    color: #00457D !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    border-color: #00457D;
}

.nav-tabs-pills-professionnel .nav-item .nav-link.active{
    border-color: #00457D;
    color: #00457D !important;
}

.nav-tabs-pills-professionnel .last-nav-item{
    width: 40px;
    background-color: #FA6529;
    position: relative;
    margin-left: 10px;
    height: 35px;
}

.nav-tabs-pills-professionnel .last-nav-link i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.for_rent .tab-content .container .commune-ter,
.for_rent .tab-content .container .ville-prov{
    font-size: 16px;
    color: #00457D;
    margin-bottom: 2px;
    display: block;
}

small{
    color: gray !important;
}

.for_rent .tab-content .container .commune-ter .badge-commune,
.for_rent .tab-content .container .ville-prov .badge-ville{
    padding: 2px;
    color: white;
    background-color: #ff407b;
    border-radius: 15px;
}

.for_rent .adds-link a{
    color: #00457D;
    font-size: 16px;
    position: relative;
}

.profile-agent .profile-agent-row{
    position: relative;
}

.profile-agent .profile-agent-row .form-cover-pic{
    position: absolute;
    right: 0;
    bottom: 0;
}

.user-actions{
    background-color: #fff;
}

.user-actions h1{
    color: #024579;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 25px 15px 15px 20px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    background: #fff;
}

.user-actions .action-btn-container{
    margin-top: 30px;
}

.user-actions .action-btn-container .btn{
    /* background-color: #FA6529; */
    border: none !important;
    border-radius: 0 !important;
    /* text-transform: lowercase; */
    font-size: 14px;
    background-color: transparent !important;
    color: #003F73;
}

.actions-add{
    width: 100%;
    text-align: center;
}

.actions-add .actions-add-btn{
    /* background-color: #FA6529; */
    padding: 0px;
    color: #003F73;
    /* padding-left: 5px; */
    padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-right: 1px solid gray;
}

.actions-add .actions-add-btn:last-child{
    border-right: none;
}

.contact-utiles .image{
    height: 210px;
    overflow: hidden;
}

.contact-utiles .image div{
    height: 100%;
    width: 100%;
    background-color: #000;
    overflow: hidden;
}

.contact-utiles .image div img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all linear .3s;
}

.contact-utiles .image div img:hover{
    opacity: .8;
    transform: scale(1.1);
}

.contact-utiles .title_price h1 a{
    color: #003F73 !important;
}

.carte-de-visite > div{
    margin-left: 160px !important;
    margin-right: 160px !important;
    padding-top: 35px !important;
}

.carte-de-visite .titre{
    color: #000 !important;
    font-size: 18px;
}

.carte-de-visite .title_price h1 a{
    font-size: 20px;
    color: #000;
}

/* .profile-agent .profile-agent-row .agent-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */

.agent-info-row{
    position: relative;
    height: 125px;
}

.agent-info-row .agent-info{
    position: absolute;
    top: -80px;
    left: 10%;
}

.agent-info-row .agent-info .img{
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.agent-info-row .agent-info .img div{
    height: 200px;
    width: 200px;
    overflow: hidden;
    background-color: #000;
    border-radius: 50%;
}

.agent-info-row .agent-info .img div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid gray;
}

.agent-info-row .agent-info .img div img:hover{
    opacity: 1;
}

.agent-info-row .div-text{
    position: absolute;
    left: 30%;
    bottom: 0;
}

.profile-agent .profile-agent-row .agent-info .agent-img-names h3,
.profile-agent .profile-agent-row .agent-info .agent-img-names p{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.profile-agent .img-content{
    height: 230px;
    overflow: hidden;
}

.profile-agent .img-content .img{
    height: 230px;
    background-color: #000;
    overflow: hidden;
}

.profile-agent .img-content .img > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.profile-agent .img-content .img > img:hover{
    opacity: 1;
}

.profile-agent .agent-navs .nav-pills .nav-item {
    /* width: 150px !important; */
    text-align: center;
    position: relative;
}

.profile-agent .agent-navs .nav-pills .nav-link.active::after,
.profile-agent .agent-navs .nav-pills .show > .nav-link::after,
.profile-agent .agent-navs .nav-pills .nav-link:hover::after {
    opacity: 1;
    height: 4px;
    background-color: #00457D;
}

.profile-agent .agent-navs .nav-pills .nav-link::after,
.profile-agent .agent-navs .nav-pills .show::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.profile-agent .agent-navs .nav-pills .nav-link.active,
.profile-agent .agent-navs .nav-pills .show > .nav-link,
.profile-agent .agent-navs .nav-pills .nav-link:hover {
    font-size: 14px;
    /* font-weight: bold; */
    color: #00457D !important;
    background-color: transparent !important;
    border-bottom: 2px solid #00457D;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.profile-agent .agent-navs .nav-pills .nav-link {
    background-color: transparent !important;
    color: #6f6c6c !important;
    font-size: 14px;
    /* font-weight: bold; */
    /* border-bottom: 2px solid #6f6c6c; */
    border-radius: 0 !important;
    padding-left: 15px !important;
    padding-right: 12px;
}

.profile-agent .agent-navs .nav-pills .last-nav-item{
    width: 40px;
    background-color:#FA6529;
    position: relative;
    margin-left: 10px;
    height: 35px;
}

.profile-agent .agent-navs .nav-pills .last-nav-item .last-nav-link{
    height: 100%;
    width: 100%;
    display: block;
}

.profile-agent .agent-navs .nav-pills .last-nav-item .last-nav-link i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.conseil-advice-last .advice_last{
    border-bottom: 1px solid #e6e6f2 !important;
}

/* .section-contacts-utiles{
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overflow-x: scroll;
} */

/* NAVBAR PROFESSIONEL */

.navbar-professionnel{
    background-color: transparent !important;
}

.navbar-professionnel .navbar-collapse{
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.navbar-professionnel .navbar-nav .nav-item{
    text-align: center;
    position: relative;
    border-bottom: 4px solid transparent;
    transition: all linear .4s;
}

.navbar-professionnel .navbar-nav .nav-item:hover,
.navbar-professionnel .navbar-nav .nav-item.active{
    border-color: #00457D;
}

.navbar-professionnel .navbar-nav .nav-item:hover .nav-link{
    font-size: 14px;
    /* font-weight: bold; */
    color: #00457D !important;
    background-color: transparent !important;
    /* border-bottom: 2px solid #00457D; */
    border-radius: 0 !important;
    opacity: 1 !important;
}

.navbar-professionnel .navbar-nav .last-nav-item {
    width: 40px;
    background-color: #FA6529;
    position: relative;
    margin-left: 10px;
    height: 35px;
}

.navbar-professionnel .navbar-nav .last-nav-link i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.navbar-professionnel .navbar-nav .nav-item .nav-link{
    background-color: transparent !important;
    color: #6f6c6c !important;
    font-size: 14px !important;
    /* font-weight: bold; */
    /* border-bottom: 1px solid #6f6c6c; */
    border-radius: 0 !important;
    padding-left: 15px !important;
    padding-right: 12px;
    text-transform: uppercase;
}

.navbar-professionnel .navbar-nav .nav-item .nav-link:hover{
    font-size: 14px;
    /* font-weight: bold; */
    color: #00457D !important;
    background-color: transparent !important;
    /* border-bottom: 2px solid #00457D; */
    border-radius: 0 !important;
    opacity: 1 !important;
}

/* NAVBAR PROFESSIONEL */

/* ************************************ */
.profile-agent .block_all{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 50px;
}

.profile-agent .block_all h2 {
    font-size: 16px;
    font-family: 'Circular Std Medium';
    color: #024579;
    padding-bottom: 0px;
    /* text-transform: uppercase;
    font-weight: 600; */
}

.profile-agent .img_txt {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.profile-agent .img_txt .image {
    width: 390px;
    overflow: hidden;
    padding: 0;
    background: black;
    /* border: 2px solid #e6e6e6; */
}

.profile-agent .img_txt .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: 0;
}

.profile-agent .img_txt .texte {
    background: #fff;
    /* border: 1px solid #e6e6e6; */
    border-left: 0;
}

.profile-agent .img_txt .texte .title_price h1 a {
    font-size: 16px;
    color: #01508F;
    font-weight: 600;
}

.profile-agent .img_txt .texte .title_price p.price {
    display: inline-block;
    background: #FC8254;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
}

.profile-agent .img_txt .texte .title_price p.details {
    font-size: 13px;
    color: #444;
    padding: 0;
}

.profile-agent .img_txt .texte .agents {
    border-top: 1px solid #e6e6e6;
}

.profile-agent .img_txt .texte .agents .agents_img {
    height: 126px;
    padding-right: 0;
    margin: 10px 0;
}

.profile-agent .img_txt .texte .agents .agents_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-agent .img_txt .texte .agents .agents_details {
    margin: 10px 0;
    padding: 0 5px 0 10px;
}

.profile-agent .img_txt .texte .agents .agents_details h2 {
    color: #444;
    font-weight: 600;
}

.profile-agent .img_txt .texte .agents .agents_details .row {
    height: 25px;
}

.profile-agent .img_txt .texte .agents .agents_details .row i {
    font-size: 14px;
    color: #01508F;
}

.profile-agent .img_txt .texte .agents .agents_details .row p {
    font-size: 14px;
    color: #444;
}

.profile-agent .imo_agents h1{
    color: #024579;
    font-size: 16px;
    text-align: center;
    /* font-weight: bold;
    text-transform: uppercase; */
    padding: 25px 15px 15px 20px;
    border: 1px solid #e6e6e6;
    margin: 0;
    background: #fff;
}

.profile-agent .imo_agents .agents_immo{
    background: #fff;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.profile-agent .imo_agents .agents_immo .row {
    margin-bottom: 10px;
}

.imo_agents .agents_immo .left .inside.annonces{
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.profile-agent .imo_agents .agents_immo .left .inside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_all .advice_last > .row{
    /* box-shadow: 0px 0px 3px 0px gray; */
}

.modal-annonces-envoi .modal-content{
    border-radius: 0 !important;
}

.block_all .advice_last .adv_detail .actif{
    display: inline-flex;
    padding-right: 20px;
    font-size: 13px;
}

.block_all .advice_last .adv_detail .adress{
    font-size: 13px;
}

.block_all .advice_last .adv_detail .actif span{
    margin-left: 5px;
}

.catconseil .last_advices .gauche .advice_last{
    padding: 10px 0 !important;
    border-bottom: none !important;
}
/* ************************************ */

/***Pagination***/
nav .pagination{
    margin-top: 10px;
}

nav .pagination .page-item{

}

.badge-secondary.top{
    background-color: #ff407b;
    font-size: 10px;
}

.badge-secondary.bottom{
    background-color: #aca8a9;
    font-size: 9px;
}

nav .pagination .page-item .page-link{
    color: #000;
    border-radius: 0 !important;
}

nav .pagination .page-item.disabled .page-link{
    color: gray;
}

nav .pagination .page-item.active .page-link,
nav .pagination .page-item .page-link:hover{
    color: white;
    background-color: #01508F;
    border-color: #01508F !important;
    opacity: 1;
}

.corporate-banniere{
    height: 230px;
    overflow: hidden;
}

.corporate-banniere .inside{
    height: 230px;
    background-color: #000;
    overflow: hidden;
}

.corporate-banniere .inside img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.corporate-label{
    position: absolute;
    top: 35%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 41px;
    color: #fff;
    text-align: center;
}

.corporate-content{
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.corporate-content .corporate-content-title{
    font-size: 30px;
    color: #014579;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}


/***Carousel Bottom***/
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}


.a_la_une.carousel-fade .carousel-item {
 opacity: 0;
 transition: all 0.8s;
 transition-duration: .8s;
 transition-property: opacity;
}

.a_la_une.carousel-fade  .carousel-item.active,.a_la_une.carousel-fade  .carousel-item-next.carousel-item-left,
.a_la_une.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.a_la_une.carousel-fade .active.carousel-item-left,
.a_la_une.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}


/***Publier***/
.publier{
	background: #FA6529;
}

.publier h1{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	font-family: arial;
	color: #fff;
}

.publier .bouton{
	justify-content: center;
}

.publier .bouton button{
	background: #BFEFFF;
}

.publier .bouton button a{
	color: #01508F;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial;
}

.publier .bouton button:hover{
	opacity: 0.9;
}

/***Information***/
.information{
    /* background-color: #fff; */
}

.information h1{
	font-size: 30px;
	color: #00457D;
	text-transform: uppercase;
	font-weight: bold;
}
.information .a_la_une.carousel {
  width: 100%;
}

.information .slide-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}


.information .slide-box .pic_details{
	width: 350px;
	overflow: hidden;
	margin-bottom: 20px;
}
.information .slide-box .pic_details:hover{
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
	transition: all 0.2s;
}

.information .slide-box .pic_details .pic {
    height: 250px;
    overflow: hidden;
    background: #000;
}
.information .slide-box .pic_details .pic img {
width: 100%;
height: 100%;
object-fit: cover;
}

.information .slide-box .pic_details .pic img:hover{
    -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
      transition: all 0.5s;
}

.information .slide-box .pic_details .details{
   border: 1px solid #f2f2f2;
}

.information .slide-box .pic_details .details p{
    color: #fff;
    font-family: arial;
    padding: 5px 10px;
    margin-bottom: 0;
}
.information .slide-box .pic_details .details p.titre a{
    font-size: 15px;
    font-weight: bold;
    color: #444;
}

.information .slide-box .pic_details .details p.desc a{
	color: #4C4C4C;
	font-size: 13px;
}
.information .slide-box .pic_details .details p.date{
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px
}



/***Help***/
.slide_b{
	height: auto;
	overflow: hidden;
}

.slide_b .help{
	position: relative;
}

.slide_b .help .bloc{
	justify-content: space-between;
}

.slide_b .help h1{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,0.6)
}

.slide_b .help .bloc div.bl{
	width: 350px;
	height: 150px;
	background: rgba(0,0,0,0.5);
	border-radius: 0;
	margin-bottom: 80px;
	position: relative;
	cursor: pointer;
	/*box-shadow: inset 0 0 0 3px #2c3e50;*/
	-webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
}

.slide_b .help .bloc div.bl:hover{
	background: rgba(0,0,0,0.8);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.slide_b .help .bloc div.bl p a{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 35px 30px;
	display:inline-block;
}

.slide_b .help .bloc div.alerts{
	border-bottom: 2px solid #FF6531;
}
.slide_b .help .bloc div.alerts:hover{
	border-bottom: 0;
}


.slide_b .help .bloc div.alerts:hover p{
	color: #FF6531;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.slide_b .help .bloc div.expertise{
	border-bottom: 2px solid #FFFF4A;
}
.slide_b .help .bloc div.expertise:hover{
	border-bottom: 0;
}

.slide_b .help .bloc div.gestion{
	border-bottom: 2px solid #00D936;
}
.slide_b .help .bloc div.gestion:hover{
	border-bottom: 0;
}

.slide_b .help .bloc div.conseils{
	border-bottom: 2px solid #4D4DFF;
}
.slide_b .help .bloc div.conseils:hover{
	border-bottom: 0;
}

.slide_b .help .bloc div.formation{
	border-bottom: 2px solid #DC73FF;
}
.slide_b .help .bloc div.formation:hover{
	border-bottom: 0;
}

.slide_b .help .bloc div.promouvoir{
	border-bottom: 2px solid #FF2626;
}
.slide_b .help .bloc div.promouvoir:hover{
	border-bottom: 0;
}




.slide_b .help .bloc div.alerts{
	border-bottom: 2px solid #FF6531;
	overflow: hidden;
}

.slide_b .help .bloc div.alerts:hover p{
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.slide_b .help .bloc div.expertise{
	border-bottom: 2px solid #FFFF4A;
	overflow: hidden;
}
.slide_b .help .bloc div.expertise:hover p{
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.slide_b .help .bloc div.gestion{
	border-bottom: 2px solid #00D936;
	overflow: hidden;
}
.slide_b .help .bloc div.gestion:hover p{
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.slide_b .help .bloc div.conseils{
	border-bottom: 2px solid #4D4DFF;
	overflow: hidden;
}
.slide_b .help .bloc div.conseils:hover p{
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}


.slide_b .help .bloc div.formation{
	border-bottom: 2px solid #DC73FF;
	overflow: hidden;
}
.slide_b .help .bloc div.formation:hover p{
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.slide_b .help .bloc div.promouvoir{
	border-bottom: 2px solid #FF2626;
	overflow: hidden;
}
.slide_b .help .bloc div.promouvoir:hover p{
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}


.slide_b .help .bloc div.bl.alerts span{
	display: block;
	background: #FF6531;
	transition: .2s;
}
.slide_b .help .bloc div.bl.expertise span{
	display: block;
	background: #FFFF4A;
	transition: .2s;
}

.slide_b .help .bloc div.bl.gestion span{
	display: block;
	background: #00D936;
	transition: .2s;
}

.slide_b .help .bloc div.bl.conseils span{
	display: block;
	background: #4D4DFF;
	transition: .2s;
}
.slide_b .help .bloc div.bl.formation span{
	display: block;
	background: #DC73FF;
	transition: .2s;
}
.slide_b .help .bloc div.bl.promouvoir span{
	display: block;
	background: #FF2626;
	transition: .2s;
}



.slide_b .help .bloc div.bl.alerts span:nth-child(1), .slide_b .help .bloc div.bl.alerts span:nth-child(3),
.slide_b .help .bloc div.bl.expertise span:nth-child(1), .slide_b .help .bloc div.bl.expertise span:nth-child(3),
.slide_b .help .bloc div.bl.gestion span:nth-child(1), .slide_b .help .bloc div.bl.gestion span:nth-child(3),
.slide_b .help .bloc div.bl.conseils span:nth-child(1), .slide_b .help .bloc div.bl.conseils span:nth-child(3),
.slide_b .help .bloc div.bl.formation span:nth-child(1), .slide_b .help .bloc div.bl.formation span:nth-child(3),
.slide_b .help .bloc div.bl.promouvoir span:nth-child(1),.slide_b .help .bloc div.bl.promouvoir span:nth-child(3){
	position: absolute;
	height: 2px;
	width: 100%;
}

.slide_b .help .bloc div.bl.alerts span:nth-child(2), .slide_b .help .bloc div.bl.alerts span:nth-child(4),
.slide_b .help .bloc div.bl.expertise span:nth-child(2), .slide_b .help .bloc div.bl.expertise span:nth-child(4),
.slide_b .help .bloc div.bl.gestion span:nth-child(2), .slide_b .help .bloc div.bl.gestion span:nth-child(4),
.slide_b .help .bloc div.bl.conseils span:nth-child(2), .slide_b .help .bloc div.bl.conseils span:nth-child(4),
.slide_b .help .bloc div.bl.formation span:nth-child(2), .slide_b .help .bloc div.bl.formation span:nth-child(4),
.slide_b .help .bloc div.bl.promouvoir span:nth-child(2), .slide_b .help .bloc div.bl.promouvoir span:nth-child(4){
	position: absolute;
	height: 100%;
	width: 2px;
}

.slide_b .help .bloc div.bl.alerts span:nth-child(1),
.slide_b .help .bloc div.bl.expertise span:nth-child(1),
.slide_b .help .bloc div.bl.gestion span:nth-child(1),
.slide_b .help .bloc div.bl.conseils span:nth-child(1),
.slide_b .help .bloc div.bl.formation span:nth-child(1),
.slide_b .help .bloc div.bl.promouvoir span:nth-child(1){
	top: 0;
	left: -100%;
	transition-delay: .0s;
}

.slide_b .help .bloc div.bl.alerts span:nth-child(2),
.slide_b .help .bloc div.bl.expertise span:nth-child(2),
.slide_b .help .bloc div.bl.gestion span:nth-child(2),
.slide_b .help .bloc div.bl.conseils span:nth-child(2),
.slide_b .help .bloc div.bl.formation span:nth-child(2),
.slide_b .help .bloc div.bl.promouvoir span:nth-child(2){
	top: -100%;
	right: 0;
	transition-delay: .2s;
}


.slide_b .help .bloc div.bl.alerts span:nth-child(3),
.slide_b .help .bloc div.bl.expertise span:nth-child(3),
.slide_b .help .bloc div.bl.gestion span:nth-child(3),
.slide_b .help .bloc div.bl.conseils span:nth-child(3),
.slide_b .help .bloc div.bl.formation span:nth-child(3),
.slide_b .help .bloc div.bl.promouvoir span:nth-child(3){
	bottom: 0;
	right: -100%;
	transition-delay: .4s;
}

.slide_b .help .bloc div.bl.alerts span:nth-child(4),
.slide_b .help .bloc div.bl.expertise span:nth-child(4),
.slide_b .help .bloc div.bl.gestion span:nth-child(4),
.slide_b .help .bloc div.bl.conseils span:nth-child(4),
.slide_b .help .bloc div.bl.formation span:nth-child(4),
.slide_b .help .bloc div.bl.promouvoir span:nth-child(4){
	bottom: -100%;
	left: 0;
	transition-delay: .6s;
}

.slide_b .help .bloc div.bl.alerts:hover span:nth-child(1),
.slide_b .help .bloc div.bl.expertise:hover span:nth-child(1),
.slide_b .help .bloc div.bl.gestion:hover span:nth-child(1),
.slide_b .help .bloc div.bl.conseils:hover span:nth-child(1),
.slide_b .help .bloc div.bl.formation:hover span:nth-child(1),
.slide_b .help .bloc div.bl.promouvoir:hover span:nth-child(1){
	top: 0;
	left: 0;
}

.slide_b .help .bloc div.bl.alerts:hover span:nth-child(2),
.slide_b .help .bloc div.bl.expertise:hover span:nth-child(2),
.slide_b .help .bloc div.bl.gestion:hover span:nth-child(2),
.slide_b .help .bloc div.bl.conseils:hover span:nth-child(2),
.slide_b .help .bloc div.bl.formation:hover span:nth-child(2),
.slide_b .help .bloc div.bl.promouvoir:hover span:nth-child(2){
	top: 0;
	right: 0;
}


.slide_b .help .bloc div.bl.alerts:hover span:nth-child(3),
.slide_b .help .bloc div.bl.expertise:hover span:nth-child(3),
.slide_b .help .bloc div.bl.gestion:hover span:nth-child(3),
.slide_b .help .bloc div.bl.conseils:hover span:nth-child(3),
.slide_b .help .bloc div.bl.formation:hover span:nth-child(3),
.slide_b .help .bloc div.bl.promouvoir:hover span:nth-child(3){
	bottom: 0;
	right: 0;
}

.slide_b .help .bloc div.bl.alerts:hover span:nth-child(4),
.slide_b .help .bloc div.bl.expertise:hover span:nth-child(4),
.slide_b .help .bloc div.bl.gestion:hover span:nth-child(4),
.slide_b .help .bloc div.bl.conseils:hover span:nth-child(4),
.slide_b .help .bloc div.bl.formation:hover span:nth-child(4),
.slide_b .help .bloc div.bl.promouvoir:hover span:nth-child(4){
	bottom: 0;
	left: 0;
}



.overlay,.sideMenu{
	position:fixed;
	bottom:0;
}
.overlay{
	top:78px;
	right:-100%;
	left:100%;
	margin:auto;
	background-color:rgba(0,63,115,0.9);
	z-index:998;
	transition:all ease .2s;
    z-index: 99;
}
.sideMenu,.sidebarNavigation{
	z-index:999;
	margin-bottom:0;
}
.overlay.open{
	left:30%;
	right:0;
}

.overlay-account{
    top: 78px;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0,63,115,0.9);
    z-index: 998;
    transition: all ease .2s;
    z-index: 90;
}

.overlay-account{
    position: fixed;
    bottom: 0;
}

.overlay-account.open {
    right: 30%;
    left: 0;
}

.overlay-account li a{
    color: #fff !important;
    margin: 0.2em 0;
    padding: 0.5em 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebarNavigation .left-navbar-toggle{
	float:right;
	margin-right:0;
	margin-left:15px;
}
.sideMenu{
    display: none !important;  /**/
	right:-100%;
	top:100px;
	transition:all ease-in-out .8s;
	width:60%;
	max-width:50%;
}
.sideMenu.open{
	right:40px;
	display:block;

}
.sideMenu ul{
	margin:0;
	text-align: left;
}


/***Interne***/

.breadcrumb{
    background-color: inherit !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display:inherit !important;
    padding: inherit !important;
    color: none !important;
    content:" "
}

.breadcrumbhouse,
.breadcrumbannuaire{
	margin-top: 110px;
}

.breadcrumbhouse a, .breadcrumbannuaire a,
.breadcrumb a{
	font-size: 14px;
	color: #003F73;
	background-color: inherit;
	padding:10px 0 0;
}

.breadcrumbhouse a i, .breadcrumbannuaire a i,
.breadcrumb a i{
	font-size: 15px;
	color: #003F73;
}

.breadcrumbhouse span,
.breadcrumbannuaire span{
	font-size: 14px;
	color: #003F73;
	word-wrap: break-word;
}

/***Page Propriétés***/
.allproperty{
    padding-bottom: 50px;
    position: relative;
}

.allproperty .banniere {
	height: 325px;
    overflow: hidden;
    background-color: #000;
    padding-bottom: 0 !important;
}

.allproperty .banniere .inside{
	background: inherit;
	opacity: 1;
}

.allproperty .banniere .inside img{
	opacity: 1;
}

.allproperty .banniere img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.allproperty .banniere .filtre{
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
    background: #fff;
    width: 1105px;
}

.catconseil .banniere .filtre{
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
}

.catconseil .banniere .filtre form input{
	border-radius: 0;
	border: 1px solid #e6e6e6;
	padding: 15px;
	background: url('../images/search.png') no-repeat #fff scroll 95% 50%;
}

.catconseil .advice_last .inside{
    height: 100% !important;
}

.catconseil .advice_last p{
    /* margin-bottom: 0 !important; */
}

.allproperty .banniere .filtre form .send{
	border-radius: 0;
	background: #003F73;
}

.allproperty .banniere .filtre form{
	padding:25px;
}

.allproperty .banniere .filtre form input,
.allproperty .banniere .filtre form select{
	border-radius: 0;
	border: 1px solid #e6e6e6;
}


.allproperty .property .left .img_txt{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.allproperty .property .left .img_txt .image{
	width: 390px;
	overflow: hidden;
	padding: 0;
	background: black;
	border: 2px solid #e6e6e6;
}

.allproperty .property .left .img_txt .texte{
	background: #fff;
	border: 1px solid #e6e6e6;
	border-left: 0;
}

.allproperty .property .left .img_txt .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-right: 0;
}




.allproperty .property .left .img_txt .texte .title_price h1 a{
	font-size: 16px;
	color: #01508F;
	/* font-weight: 600; */
}

.allproperty .property .left .img_txt .texte .title_price p.price{
	display: inline-block;
	background: #FC8254;
	padding: 5px 15px;
	font-size: 16px;
	color: #fff;
}

.allproperty .property .left .img_txt .texte .title_price p.details{
	font-size: 13px;
	color: #444;
	padding: 0;
}

.allproperty .property .left .img_txt .texte .agents{
	border-top: 1px solid #e6e6e6;
}

.allproperty .property .left .img_txt .texte .agents .agents_details h2{
	color: #444;
	font-weight: 600;
}

.allproperty .property .left .img_txt .texte .agents .agents_details .row{
	height: 25px;
}

.allproperty .property .left .img_txt .texte .agents .agents_details .row i{
	font-size: 14px;
	color: #01508F;
}

.allproperty .property .left .img_txt .texte .agents .agents_details .row p{
	font-size: 14px;
	color: #444;
}

.allproperty .property .left .img_txt .texte .agents .agents_img{
	padding-right: 0;
}

.allproperty .property .left .img_txt .texte .agents .agents_img img{
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.allproperty .property .left .img_txt .texte .agents .agents_img{
	height: 126px;
}

.allproperty .property .left .img_txt .texte .agents .agents_img,
.allproperty .property .left .img_txt .texte .agents .agents_details{
	margin: 10px 0;
}

.allproperty .property .left .img_txt .texte .agents .agents_details{
	padding: 0 5px 0 10px;
}

.allproperty .property .right .imo_agents .agents_immo,
.allproperty .property .right .v_zone,
.details .right .imo_agents .agents_immo,
.details .right .v_zone{
	background: #fff;
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.details .right .imo_agents .agents_immo .image{
	padding-top: 15px;
	padding-bottom: 15px;
}

.details .right .imo_agents .agents_immo .text_center{
	text-align: center;
}

.details .right .imo_agents .agents_immo .text_center h4{
	font-size: 16px;
	color: #444;
}

.details .right .imo_agents .agents_immo .text_center p{
	font-size: 13px;
	color: #444;
}

.details .right .imo_agents .agents_immo button{
	color: #01508F;
	text-transform: uppercase;
	background-color: #e6e6e6;
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	margin: 35px auto 60px auto !important;
	display: block !important;
}


.allproperty .property .right .imo_agents .agents_immo .row{
	margin-bottom: 10px;
}

.allproperty .property .right .imo_agents .agents_immo .right{
	padding-left: 0;
}

.allproperty .property .right .imo_agents .agents_immo .right h2 a{
	font-size: 14px;
	color: #444;
	font-weight: 600;
}

.allproperty .property .right .imo_agents .agents_immo .right p{
	font-size: 12px;
	color: #444;
	margin: 0;
}

.allproperty .property .right .imo_agents .agents_immo .btn{
	background: #01508F;
	border-radius: 0;
}

.allproperty .property .right .imo_agents .agents_immo .btn a{
	font-size: 14px;
	border: 0;
	color: #fff;
}

.allproperty .property .right .imo_agents, .details .right .imo_agents {
	padding-bottom: 20px;
}
.allproperty .property .right .imo_agents,
.allproperty .property .right .zone_v{
	margin: 0 auto;
}

.allproperty .property .right .imo_agents .agents_immo .left .inside img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.allproperty .property .right .imo_agents h1,
.details .right .imo_agents h1,
.allproperty .property .right .zone_v h1,
.zone_v h1{
	color: #024579;
	font-size: 16px;
	text-align: center;
	/* font-weight: bold; */
	/* text-transform: uppercase; */
	padding: 25px 15px 15px 20px;
	border: 1px solid #e6e6e6;
	margin: 0;
	background: #fff;
}

.allproperty .property .right .v_zone ul li,
.details .right .v_zone ul li{
	padding-bottom: 10px;
}

.allproperty .property .right .v_zone ul li a,
.details .right .v_zone ul li a{
	font-size: 14px;
	color: #024579;
	text-transform: uppercase;
}

.content-owl-v-zone{
    margin-bottom: 20px;
    width: 350px;
}

.content-owl-v-zone .pic,
.content-owl-v-zone-2 .pic{
    height: 250px;
    overflow: hidden;
    background: #000;
}

.content-owl-v-zone .details_rent,
.content-owl-v-zone-2 .details_rent{
    height: 180px;
    background: #fff;
    /* background: #01508F; */
    overflow: hidden;
}

.content-owl-v-zone .details_rent p,
.content-owl-v-zone-2 .details_rent p{
    padding-left: 10px;
    padding-right: 10px;
}

.content-owl-v-zone .details_rent p,
.content-owl-v-zone .details_rent p a{
    color: white !important;
}

.content-owl-v-zone-2 .details_rent p,
.content-owl-v-zone-2 .details_rent p a{
    color: #003F73;
    line-height: normal;
}

.content-owl-v-zone .details_rent .titre,
.content-owl-v-zone-2 .details_rent .titre{
    font-size: 20px;
    font-weight: bold;
}

.content-owl-v-zone .details_rent .lieu,
.content-owl-v-zone-2 .details_rent .lieu,
.content-owl-v-zone .details_rent .prix,
.content-owl-v-zone-2 .details_rent .prix{
    font-size: 14px;
    font-weight: bold;
}

.content-owl-v-zone .pic img,
.content-owl-v-zone-2 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-owl-v-zone .pic img:hover,
.content-owl-v-zone-2 .pic img:hover{
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.prof-nos-agents-immo .agent-content{
    padding-bottom: 20px;
}

.prof-nos-agents-immo .agent-content h1{
    color:#024579;
    font-size: 16px;
    text-align: center;
    /* font-weight: bold;
    text-transform: uppercase; */
    padding: 25px 15px 15px 20px;
    border: 1px solid#e6e6e6;
    margin: 0;
    background:#fff;
}

.prof-nos-agents-immo .agent-content .agents_immo{
    background:#fff;
    padding: 15px;
    border: 1px solid#e6e6e6;
    border-top: 0;
}

.prof-nos-agents-immo .agent-content .agents_immo .image {
    padding-top: 15px;
    padding-bottom: 15px;
}

.prof-nos-agents-immo .agent-content .agents_immo .text_center {
    text-align: center;
}

.prof-nos-agents-immo .agent-content .agents_immo button {
    color: #01508F;
    text-transform: uppercase;
    background-color:#e6e6e6;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    margin: 35px auto 60px auto !important;
    display: block !important;
}

.prof-nos-agents-immo .agent-content .agents_immo .contacts p{
    font-size: 14px;
    color:#444;
    margin-bottom: 2px;
}

.prof-nos-agents-immo .agent-content .agents_immo .contacts i{
    font-size: 14px;
    color:#01508F;
}

.prof-nos-agents-immo .agent-content .agents_immo .contacts i.fa-phone{
    transform: rotate(90deg);
}

.professionnel-about .about-content{
    background-color:#fff;
    padding: 15px;
    padding-top: 15px;
    border: 1px solid#E6E6E6;
    margin-bottom: 25px;
    padding-top: 20px;
}

.professionnel-about .about-content p{
    font-size: 16px;
}

.professionnel-about .about-content h2{
    font-size: 20px;
    font-family: 'Circular Std Medium';
    color:#024579;
    padding-bottom: 10px;
}

/***Details House and Conseil***/
.details{
	padding-bottom: 50px;
}

.details .left{
	background: #fff;
	margin-bottom: 15px;
	padding-top: 15px;
}

.details .left .img{
	overflow: hidden;
    background: #000;
    height: 350px;
    margin-bottom: 15px;
}
.det_conseil .left .img img{
    width: 100%;
    opacity: 1;
    height: 100%;
    object-fit: cover;
}

.details .left .container-fluid{
	padding: 0 15px 15px 15px;
}
.details .left .img a img{
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.details .left .d_house_more ul{
	display: flex;
}

.details .left .d_house_more ul li{
	padding-right: 5px;
}


.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

.details .left #image-gallery .modal-footer{
  	display: block;
  	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0;
	border: 0;
}

.details .left #image-gallery .modal-footer button.btn{
  	background: inherit;
}

.details .left #image-gallery .modal-footer button.btn i{
	margin: 0 -2px;
	font-size: 32px;
}

.details .left #image-gallery .modal-body{
  	padding: 55px;
}

.details .left #image-gallery .modal-body img{
  	padding: 0px;
}

.details .left #image-gallery .modal-body img:hover{
  	opacity: 1;
}

.details .left #image-gallery .modal-header h1{
  	padding-left: 40px;
}


.details .left .galerie .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.details .left .galerie .thumb a{
  overflow: hidden;
  width: 100% !important;
  display: block;
}

.details .left .galerie .thumb a img{
  padding: 0;
  margin:0;
}

.details .left .thumb .thumbnail .img-thumbnail{
	background-color: inherit;
	border: 0;
	border-radius: 0;
}

.details .left .d_house p{
	font-size: 20px;
	color: #01508F;
	font-weight: bold;
}

.details .left .d_house_more{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.details .left .d_house_more ul{
	margin-bottom: 0;
}

.details .left .d_house_more ul li{
	font-size: 13px;
	color: #444;
}

.details .left .d_house_more ul li.number{
	font-weight: bold;
}

.details .left .d_content{
	font-size: 14px;
	color: #444;
	line-height: 190%;
}

/* biens à vedre filtre */
.well-filter{
    background-color: #fff;
    padding: 15px;
    border: 1px solid #E6E6E6;
    margin-bottom: 25px;
    padding-top: 20px;
}

.well-filter h2{
    font-size: 20px;
    font-family: 'Circular Std Medium';
    color: #024579;
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
}

.well-filter .btn-filter a{
    margin-right: 6px;
}

.well-filter .btn-filter .btn.btn-primary.current{
    background-color: #003F73 !important;
    color: white !important;
}

.well-filter .btn-filter .btn{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    color: gray !important;
    border-radius: 0 !important;
}

.well-filter .btn-filter .btn:hover{
    background-color: #efeff6 !important;
    /* color: white !important; */
    opacity: 1 !important;
}


/**Sociaux****/
.details .sociaux ul li{
	margin: 5px;
}
/* .details .sociaux ul li a i.fa-envelope{
	background: #337BBA;
	color: #fff;
	padding: 10px;
	border-radius: 50%;
}
.details .sociaux ul li a i.fa-facebook-f{
	color: #fff;
	background: #005AA9;
	padding: 10px 13.4px;
	border-radius: 50%;
}
.details .sociaux ul li a i.fa-twitter{
	background: #00AAEC;
	color: #fff;
	padding: 10px 10.6px;
	border-radius: 50%;
}
.details .sociaux ul li a i.fa-google-plus-g{
	color: #fff;
	background: #ED1C24;
	padding: 10px 7.7px;
	border-radius: 50%;
} */
.details .sociaux .fab,
.details .sociaux .fa,
.details .sociaux .fas,
.details .sociaux .far{
    font-size: 16px;
    /* padding: 7px; */
    border-radius: 50%;
    color: white;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin: auto;
}

.details .sociaux .fa-envelope{
    background: #337BBA;
    color: #fff;
    padding-left: 12px;
    padding-top: 12px;
}

.details .sociaux .fa-facebook-f{
    background: #005AA9;
    color: #fff;
    padding-left: 15px;
    padding-top: 12px;
}

.details .sociaux .fa-twitter{
    background: #00AAEC;
    color: #fff;
    padding-left: 13px;
    padding-top: 12px;
}

.details .sociaux .fa-google-plus-g{
    background: #ED1C24;
    color: #fff;
    padding-left: 13px;
    padding-top: 12px;
}

.sociaux.formation {
    justify-content: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin-top: 20px;
}

.sociaux.formation h1 {
    font-family: 'Bookman Old Style';
    font-size: 15px;
    color: #060501;
    margin: 22px 0;
}

.sociaux.formation ul {
    margin: 10px 15px;
}

.sociaux.formation ul li {
    margin: 5px;
}

.sociaux.formation .far,
.sociaux.formation .fas,
.sociaux.formation .fab,
.sociaux.formation .fa{
    font-size: 16px;
    padding: 7px;
    border-radius: 50%;
    color: white;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin: auto;
}

.sociaux.formation .fa-facebook-f {
    background: #005AA9;
    color: #fff;
    padding-left: 15px;
    padding-top: 12px;
}

.sociaux.formation .fa-twitter {
    background: #00AAEC;
    color: #fff;
    padding-left: 13px;
    padding-top: 12px;
}

.sociaux.formation .fa-google-plus-g {
    background: #ED1C24;
    color: #fff;
    padding-left: 13px;
    padding-top: 12px;
}

.sociaux.formation .fa-envelope {
    background: #337BBA;
    color: #fff;
    padding-left: 12px;
    padding-top: 12px;
}

/***Related***/
.related{
	margin-top: 80px;
}
.related h1{
	text-align: center;
}
.related .a_la_une.carousel {
  width: 100%;
}

.related .slide-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 25px;
}

.related .carousel-item{
	border-top: 1px solid #e6e6e6;
}


.related .pic_details{
	width: 215px;
	overflow: hidden;
	margin-bottom: 20px;
}
.related .pic_details:hover{
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
	transition: all 0.2s;
}

.related .pic_details .pic {
    height: 154px;
    overflow: hidden;
    background: #000;
}
.related .pic_details .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related .pic_details .pic img:hover{
    -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
      transition: all 0.5s;
}

.related .pic_details .details{

}

.related .pic_details .details p.titre{
    color: #fff;
    font-family: arial;
    margin-bottom: 0;
    line-height: normal !important;
}
.related .pic_details .details p.titre a{
    font-size: 14px;
    /* font-weight: bold; */
    color: #01508F;
}

.related .carousel-control-next, .related .carousel-control-prev{
	width: 3% !important;
	opacity: 1 !important;
}

.related .carousel-control-next span.fa-chevron-right,
.related .carousel-control-prev span.fa-chevron-left{
	color: #000;
	position: relative;
	top: -25px;
}

/***About***/

.about .abou,
.contact .cont{
	background:#fff;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.about .container h1,
.contact .container h1{
	font-size: 30px;
	color: #014579;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}

.about .container h2,
.contact .container h2{
	font-size: 20px;
	color: #014579;
}

.about .container p,
.contact .container p{
	font-size: 14px;
	color: #444;
	line-height: 200%;
}

.contact .container .tel span{
	font-size: 15px;
	color: #1F85F2;
}

.contact .container .formcontact input,
.contact .container .formcontact textarea{
	border-radius: 0;
	border: 1px solid #f2f2f2;
	background: #f7f7f7;
	color: #B5B5B5;
}

.contact .container .formcontact button{
	border-radius: 0;
}


/*****Conseil*****/
/**Category***/
.catconseil .conseil .container,
.catannuaire .conseil .container{
	background: #fff;
	padding: 25px 35px;
	border: 1px solid #e6e6e6;
}

.catconseil .conseil .conseil-title-header{
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px;
    margin: 0 auto 30px;
}

.catconseil .conseil h1{
    font-size: 20px;
    /* display: inline; */
}

.search-bar-form input{
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding: 10px;
    background: url('../images/search.png') no-repeat #fff scroll 98% 50%;
    width: 60% !important;
    display: inline-block;
}

.search-bar-form .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.catconseil .conseil .cat_bl{
	height: 240px;
	overflow: hidden;
	margin-bottom: 30px;
}

.catconseil .conseil .cat_bl .inside img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catconseil .conseil .details {
	background: rgba(8,79,138, 0.8);
	position: relative;
	top: -50px;
	border:none;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
          transition: all 0.5s;
          padding-bottom: 80px;
}

.catconseil .conseil .details:hover{
	top: -240px;
}

.catconseil .conseil .details h2{
	margin: 0;
	padding: 14px 10px 20px;
	text-align: center;
}

.catconseil .conseil .details h2 a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.catconseil .conseil .details p{
	margin: 0;
	padding: 0 40px 50px;
}

.catconseil .conseil .details p a{
	font-size: 14px;
	color: #fff;
}

.catconseil .banniere .filtre{
	background: inherit;
}

.catconseil .last_advices{
	margin-top: 45px;
	padding: 15px;
}

.catconseil .last_advices .gauche{
	padding: 15px 35px;
}

.catconseil .last_advices .gauche{
	background: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px 35px;
}

.catactualites .last_advices .gauche{
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 0 35px 15px;
}

.catconseil .last_advices .gauche h1,
.catactualites .last_advices .gauche h1{
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 10px;
	font-size: 20px;
	margin-bottom: 0;
}

.catconseil .last_advices .gauche .advice_last,
.catactualites .last_advices .gauche .advice_last{
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}

.catconseil .last_advices .gauche .advice_last:nth-child(2),
.catactualites .last_advices .gauche .advice_last:nth-child(2){
	/*padding: 0 0 20px 0;
	border-bottom: 1px solid #E6E6E6;*/
}

.catconseil .last_advices .gauche .advice_last .inside img,
.catactualites .last_advices .gauche .advice_last .inside img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catconseil .last_advices .gauche .advice_last .adv_detail h2,
.catactualites .last_advices .gauche .advice_last .adv_detail h2{
    /* margin-bottom: 20px; */
    line-height: 1.3;
    padding-bottom: 12px;
}

.catannuaire .last_advices .gauche .advice_last .adv_detail h2{
	margin-bottom: 0px;
}
.catannuaire .last_advices .gauche .advice_last .adv_detail small{
	margin-bottom: 20px;
	display: block;
}

.catconseil .last_advices .gauche .advice_last .adv_detail h2 a,
.catactualites .last_advices .gauche .advice_last .adv_detail h2 a{
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

.catconseil .last_advices .gauche .advice_last .adv_detail p a,
.catactualites .last_advices .gauche .advice_last .adv_detail p{
	font-size: 14px;
	color: #444;
    margin-bottom: 20px;
}

.catconseil .last_advices .gauche .advice_last .adv_detail .categorie a{
    color: #066bbd !important;
}

.catconseil .last_advices .gauche .advice_last .adv_detail small,
.catactualites .last_advices .gauche .advice_last .adv_detail small{
	font-size: 12px;
	color: #444;
}

.catconseil .last_advices .gauche .see_more a{
	color: #444;
	text-transform: uppercase;
	font-size: 13px;
}

.catconseil .right .con_ban,
.catconseil .right .con_tab{
	/* padding-right: 0; */
}

.catconseil .right .con_ban .inside img,
.catactualites .right .con_ban .inside img,
.det_conseil .right .con_ban .inside img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catconseil .right .con_ban,
.catactualites .right .con_ban,
.det_conseil .right .con_ban{
	margin-bottom: 20px;
}

.catconseil .right .con_tab .menus,
.det_conseil .right .con_tab .menus,
.catactualites .right .con_tab .menus,
.log_reg .con_tab .menus{
	background: #06487E;
}

.catconseil .right .con_tab .menus .nav-tabs,
.catactualites .right .con_tab .menus .nav-tabs,
.det_conseil .right .con_tab .menus .nav-tabs,
.log_reg .con_tab .menus .nav-tabs{
	border: 0;
}

.catconseil .right .con_tab .menus .nav-tabs .nav-link:hover,
.catactualites .right .con_tab .menus .nav-tabs .nav-link:hover,
.det_conseil .right .con_tab .menus .nav-tabs .nav-link:hover,
.log_reg .con_tab .menus .nav-tabs .nav-link:hover{
	border: 0;
}

.catconseil .right .con_tab .menus .nav-tabs .nav-link,
.catactualites .right .con_tab .menus .nav-tabs .nav-link,
.det_conseil .right .con_tab .menus .nav-tabs .nav-link,
.log_reg .con_tab .menus .nav-tabs .nav-link{
	color: #fff;
	margin-top: 8px;
	border-radius: 0;
	border: 0;
	padding: 10px 0px;
	font-size: 14px;
	text-transform: uppercase;
}

.catconseil .right .con_tab .menus .nav-tabs .nav-link.active,
.catactualites .right .con_tab .menus .nav-tabs .nav-link.active,
.det_conseil .right .con_tab .menus .nav-tabs .nav-link.active,
.log_reg .con_tab .menus .nav-tabs .nav-link.active{
	color: #191919;
	margin-top: 8px;
	border-radius: 0;
	border: 0;
	padding: 10px 0px;
	font-size: 14px;
	text-transform: uppercase;
}

.catconseil .right .con_tab .menus .nav-tabs .nav-link.active:hover,
.catactualites .right .con_tab .menus .nav-tabs .nav-link.active:hover,
.det_conseil .right .con_tab .menus .nav-tabs .nav-link.active:hover,
.log_reg .con_tab .menus .nav-tabs .nav-link.active:hover{
	border: 0;
	background: #fff;
	opacity: 1 !important;
}

.catconseil .right .con_tab .tab-content .tab-pane .list-group-item,
.catactualites .right .con_tab .tab-content .tab-pane .list-group-item,
.det_conseil .right .con_tab .tab-content .tab-pane .list-group-item{
	border-radius: 0;
}

.catconseil .right .con_tab .tab-content .tab-pane li.list-group-item:first-child,
.catactualites .right .con_tab .tab-content .tab-pane li.list-group-item:first-child,
.det_conseil .right .con_tab .tab-content .tab-pane li.list-group-item:first-child{
	border-top: 0;
}

.catconseil .right .con_tab .tab-content .tab-pane .list-group-item a,
.catactualites .right .con_tab .tab-content .tab-pane .list-group-item a,
.det_conseil .right .con_tab .tab-content .tab-pane .list-group-item a{
	font-size: 14px;
	color: #444;
	font-weight: bold;
}

.log_reg .con_tab .modal-dialog .modal-content .register #msform .first_blc{
	padding: 0 10px;
}

.log_reg .con_tab .modal-dialog .modal-content .register #msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.log_reg .modal-dialog{
	width: 950px;
	max-width: 950px;
}

.log_reg .modal-dialog .modal-content{
	background: inherit;
	border: 0;
}

.log_reg .modal-dialog .modal-content h2{
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
}

.register #msform .first_blc .row .col-md-6{
	padding: 30px;
}

.register #msform .first_blc .row .col-md-6.login .submit{
	text-align: center;
}

#msform section {
    background: #fff;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/*Hide all except first fieldset*/
#msform section:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding:10px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 50%;
	background: #666;
	font-weight: bold;
	color: white;
	border: 0 none;
	cursor: pointer;
	padding: 10px 5px;
	display: inline-block;
	float: left;
	text-align: center;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0297ff;
}

#msform .action-button-previous {
	background: #C5C5F1;
	font-weight: bold;
	border: 0 none;
	cursor: pointer;
	padding: 10px 5px;
	margin: 20px 0;
	display: block;
	text-align: center;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus{
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}



#msform section.second_blc{
    padding: 30px;
}

#msform section.second_blc h2{
    font-size: 30px;
    font-weight: bold;
    padding: 0;
}

#msform section.second_blc input[type=text], #msform section.second_blc input[type=password],
#msform section.first_blc input[type=text], #msform section.first_blc input[type=password]{
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

#msform section.second_blc input[type=text]:focus, input[type=password]:focus{
  background-color: #ddd;
  outline: none;
}


#msform section.second_blc hr{
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

#msform section.second_blc .registerbtn{
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

#msform section.second_blc .registerbtn:hover {
  opacity:1;
}

#msform section.second_blc a span {
  color: #444;
}

#msform section.second_blc a {
  color: #003F73;
}

#msform section.second_blc .signin {
  background-color: #f1f1f1;
  text-align: center;
}


/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #0297ff;
    color: white;
}

.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #0297ff;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}



/* style the container */
.register .container {
  position: relative;
  border-radius: 5px;
}

/* style inputs and link buttons */
.register .container #msform input,
.register .container #msform .btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
}

.register .container #msform input:hover,
.register .container #msform .btn:hover {
  opacity: 1;
}

/* add appropriate colors to fb, twitter and google buttons */
.register .container #msform .fb {
  background-color: #3B5998;
  color: white;
}

.register .container #msform .twitter {
  background-color: #55ACEE;
  color: white;
}

.register .container #msform .google {
  background-color: #dd4b39;
  color: white;
}

/* style the submit button */
.register .container #msform input[type=submit] {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
}

.register .container #msform input[type=submit]:hover {
  background-color: #45a049;
}

/* Two-column layout */

/* Clear floats after the columns */
.register .container #msform .row:after {
  content: "";
  display: table;
  clear: both;
}

/* vertical line */
.register .container #msform .vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #ddd;
  height: 55%;
}


/* text inside the vertical line */
.register .container #msform .vl-innertext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 5px 10px;
}

/* text inside the vertical line */
.register .container #msform .inner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px 10px;
}

/* hide some text on medium and large screens */
.register .container #msform .hide-md-lg {
  display: none;
}

/* bottom container */
.register .container #msform .bottom-container {
  text-align: center;
  background-color: #666;
  border-radius: 0px 0px 4px 4px;
}

/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  .register .container #msform .col {
    width: 100%;
    margin-top: 0;
  }
  /* hide the vertical line */
  .register .container #msform .vl {
    display: none;
  }
  /* show the hidden text on small screens */
  .register .container #msform .hide-md-lg {
    display: block;
    text-align: center;
  }
}


/*
.log_reg .con_tab .tab-content .connexion .modal-body{
	padding: 50px 30px;
}

.log_reg .con_tab .tab-content .regis .modal-body{
	padding: 50px 100px;
}

.log_reg .con_tab .tab-content .connexion .modal-body .first_bl a{
	width: 250px;
	padding: 15px 10px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	display: block;
	border-radius: 5px;
}

.log_reg .con_tab .tab-content .connexion .modal-body .first_bl .form-group{
	text-align: center;
}

.log_reg .con_tab .tab-content .connexion .modal-body .first_bl .form-group a:hover{
	opacity: 0.9;
}

.log_reg .con_tab .tab-content .connexion .modal-body .first_bl .form-group a i{
	margin-right: 15px;
	font-size: 18px;
}

.log_reg .con_tab .tab-content .connexion .modal-body .first_bl .form-group a.fb{
	background: #507CC0;
}

.log_reg .con_tab .tab-content .connexion .modal-body .first_bl .form-group a.tw{
	background: #64CCF1;
}

.log_reg .con_tab .tab-content .connexion .modal-body .first_bl .form-group a.gp{
	background: #DF4930;
}

.log_reg .con_tab .tab-content .connexion .modal-body .separateur .s1,
.log_reg .con_tab .tab-content .connexion .modal-body .separateur .s2{
	width: 1px;
	height: 40%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}

.log_reg .con_tab .tab-content .connexion .modal-body .separateur p{
	text-align: center;
	padding: 10px !important;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	width: 45%;
	margin: 0 auto !important;
}

.log_reg .con_tab .tab-content .connexion .modal-body .formulaire .form-group input{
	border-radius: 0;
}

.log_reg .con_tab .tab-content .connexion .modal-body .formulaire .form-group .remember,
.log_reg .con_tab .tab-content .connexion .modal-body .formulaire .form-group .forgot a{
	font-size: 13px;
	color: 444;
}

.log_reg .con_tab .tab-content .connexion .modal-body .formulaire .form-group .form-check-input{
	margin-top: .35rem;
}

.log_reg .con_tab .tab-content .connexion .modal-body .formulaire .form-group .input-group-prepend{
	background: #06487E;
	color: #fff;
	width: 34px;
}
.log_reg .con_tab .tab-content .connexion .modal-body .formulaire .form-group .input-group-prepend span i{
	padding: 10px;
}
/***Cat annuaire***/
.index .catannuaire .promotion .container{
	background: #fff;
	/* border: inherit !important; */
}

.index .catannuaire .promotion .container hr{
	display: block !important;
}

.index .catannuaire .promotion{
    border-top: 1px solid #e6e6f2;
    border-bottom: 1px solid #e6e6f2;
}

.index .catannuaire .promotion .container h1{
	/* font-size: 18px; */
	padding: 15px;
    margin: 0;
    font-size: 30px;
    color: #00457D;
    text-transform: uppercase;
    font-weight: bold;
}

.catannuaire .promotion .container{
	background: #fff;
	/* border: inherit !important; */
}

.catannuaire .promotion .container h1{
	font-size: 20px;
	padding: 15px;
    margin: 0;
    /* font-size: 30px; */
    color: #00457D;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

.catannuaire .promotion .container .inside img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catannuaire .banniere .filtre{
	background: inherit;
}

.catannuaire .last_advices{
	margin-top: 0;
	padding: 0;
}

.catannuaire .last_advices .gauche .agents_head{
	border-bottom: 2px solid #444;
	padding-bottom: 15px;
}

.catannuaire .last_advices .gauche .agents_head h1{
	border: 0;
	padding: 0;
	color: #444;
	font-weight: bold;
	margin:20px 0 0;
}

.catannuaire .last_advices .gauche .contact_me{
	background: #F96529;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	width: 190px;
}

.catannuaire .last_advices .gauche .description{
	color: #444;
	font-size: 14px;
}

.catannuaire .last_advices .gauche h2.interne{
	color: #444;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
}

.catannuaire .last_advices .gauche ul{
	margin-top: 20px;
}

.catannuaire .last_advices .gauche ul li  a{
	font-size: 14px;
	color: #004579;
}

.catannuaire .last_advices .gauche .advice_last .adv_detail p{
	font-size: 14px;
	font-weight: 400;
	color: 444;
}

.promotion .promo-container{
    /* width: 200px; */
    height: 200px;
    position: relative;
    /* -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37); */
    /* border-radius: 8px; */
    margin: 5px;
    overflow: hidden;
    border: 1px solid #dedede;
}

.promotion .promo-container .inside-name{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    text-align: center;
}

.promotion .promo-container .inside-name h3{
    color: #003F73;
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
}

/***Interne categoty***/

.det_conseil .title h1{
	font-weight: bold;
	font-size: 18px;
	color: #444;
}


.det_conseil .left .sociaux{
	justify-content: center;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #e6e6e6;
	padding: 0;
	margin-top: 20px;
}

.det_conseil .left .sociaux h1{
	font-family: Bookman Old Style;
	font-size: 15px;
	color: #060501;
	margin: 22px 0;
}

.det_conseil .left .sociaux ul{
	margin: 10px 15px;
}

.det_conseil .left .d_content{
	margin-top: 30px;
	font-size: 14px;
	color: #444;
	line-height: 200%;
}

.det_conseil .left .related h1{
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0;
}

.det_conseil .left .related .carousel-item{
	border: 0;
}


/***Actus Leading***/
.catactualites .last_advices .gauche .leading .det_inside{
	overflow: hidden;
}

.catactualites .last_advices .gauche .leading .adv_detail{
	background: rgba(7,80,140,0.7);
	position: relative;
	margin-top: -200px;
	padding-bottom: 40px;
	height: 200px;
}

.catactualites .banniere{
    position: relative;
    background-color: #000;
    padding-bottom: 0 !important;
}

.catactualites .last_advices .gauche .leading .adv_detail h2{
	margin-bottom: 0;
}

.catactualites .last_advices .gauche .leading .adv_detail h2,
.catactualites .last_advices .gauche .leading .adv_detail p,
.catactualites .last_advices .gauche .leading .adv_detail small{
	padding: 20px 20px 0;
}

.catactualites .last_advices .gauche .leading .adv_detail h2 a{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.catactualites .last_advices .gauche .leading .adv_detail p{
	color: #fff;
	font-size: 16px;
}

.catactualites .last_advices .gauche .leading .adv_detail small{
	color: #fff;
	font-size: 13px;
}

.last_advices .container-search-form .search-bar-form{
    padding: 1rem;
    background-color: white;
}

.last_advices .container-search-form input{
    width: 100% !important;
}

.advice_last .color-gray{
    color: #444 !important;
}

.advice_last.leading .adv_detail a{
    color: white !important;
}





/***Profile***/
.profile{
	background: #f3f3f3;
	margin-bottom: 70px;
}

.profile .row{
	padding: 0 20px;
}

.profile h1.titre{
	font-size: 16px;
	color: #444;
	padding: 20px 25px;
	border-bottom: 4px solid #fff;
	margin: 20px;
}

.profile h1 .nom{
	font-weight: bold;
}

.profile .bl_first{
	padding: 0 35px;
	overflow: hidden;
}

.profile .bl_first .col-md-1{
	background-color: #58BBFF;
	text-align: center;
}

.profile .bl_first .col-md-1 span.rond{
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background: #08508A;
	display: inline-block;
	margin-top: 58px;
}

.profile .bl_first .col-md-11{
	background-color: #ffffbf;
	padding: 15px;
}

.profile .bl_first .col-md-11 p{
	color: #4d4d4d;
	font-size: 14px;
}

.profile .bl_first .col-md-11 a{
	text-decoration: underline !important;
	color: #0D4B7E;
	font-size: 13px;
	float: right;
}


.profile .bl_second .bls1{
	background: #fff;
	border-radius: 5px;
	padding: 25px 0;
}

.profile .bl_second .bls2{
	background: #fff;
	border-radius: 5px;
}

.profile .bl_second .bls1 .pic_profile{
	width: 159px;
	height: 159px;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.profile .bl_second .bls1 .pic_profile:hover .refresh{
	display: block;
}

.profile .bl_second .bls1 .pic_profile .refresh{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	text-align: center;
	position: relative;
	top: -80px;
	display: none;
}

.profile .bl_second .bls1 .pic_profile .refresh p a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.profile .bl_second .bls1 .pic_profile .refresh span i{
	color: #fff;
	display: block;
	padding: 15px 0 5px;
}

.profile .bl_second .bls1 .pic_profile img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile .bl_second .bls1 .add{
	float: right;
	background: #0056b3;
	color: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	position: relative;
	top: -30px;
}

.profile .bl_second .bls1 .add a{
	color: #fff;
	display: block;
	padding: 3px 8px;
}

.profile .bl_second .bls1 .infos_user h2{
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.profile .bl_second .bls1 .infos_user p{
	font-size: 16px;
	color: #2C2C2C;
}

.profile .bl_second .bls2 .bls2_one{
	border-right: 1px solid #E6E6E6;
}
.profile .bl_second .bls2 .bls2_two{
	border-right: 1px solid #E6E6E6;
}

.profile .bl_second .bls2 .bls2_one .first .rond{
	display: block;
	width: 27px;
	height: 27px;
	background: #58BBFF;
	border-radius: 50%;
	margin: 0 auto;
}

.profile .bl_second .bls2 .bls2_one .second .rond{
	display: block;
	width: 27px;
	height: 27px;
	border: 2px solid #FFC100;
	border-radius: 50%;
	margin: 0 auto;
}

.profile .bl_second .bls2 .bls2_two .first .rond{
	display: block;
	width: 27px;
	height: 27px;
	border: 2px solid #444;
	border-radius: 50%;
	margin: 0 auto;
}

.profile .bl_second .bls2 .bls2_two .second .rond{
	display: block;
	width: 27px;
	height: 27px;
	background: #444;
	border-radius: 50%;
	margin: 0 auto;
}

.profile .bl_second .bls2 .bls2_three .first .rond{
	display: block;
	width: 27px;
	height: 27px;
	background: #07D005;
	border-radius: 50%;
	margin: 0 auto;
}

.profile .bl_second .bls2 .bls2_three .second .rond{
	display: block;
	width: 27px;
	height: 27px;
	border: 2px solid #EC3956;
	border-radius: 50%;
	margin: 0 auto;
}

.profile .bl_second .bls2 .bls2_one,
.profile .bl_second .bls2 .bls2_two ,
.profile .bl_second .bls2 .bls2_three{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.profile .bl_second .bls2 .bls2_one .prix,
.profile .bl_second .bls2 .bls2_two .prix,
.profile .bl_second .bls2 .bls2_three .prix{
	font-size: 25px;
	font-weight: bold;
	color: #444;
}

.profile .bl_second .bls2 .bls2_one p,
.profile .bl_second .bls2 .bls2_two p,
.profile .bl_second .bls2 .bls2_three p{
	font-size: 16px;
	color: #878787;
}

.profile .bl_second .bls2 .bls2_one .first{

}

.profile .bl_second .bls2 .bls2_one .second{

}

.profile .bl_thurd .blt1, .profile .bl_thurd .blt2, .profile .bl_thurd .blt3, .profile .bl_thurd .blt4{
	background: #fff;
	margin: 10px 0;
}

.profile .bl_thurd .blt1 h1,
.profile .bl_thurd .blt2 h1,
.profile .bl_thurd .blt3 h1,
.profile .bl_thurd .blt4 h1{
	color: #303030;
	font-size: 18px;
}

.profile .bl_thurd .blt1 p,
.profile .bl_thurd .blt2 p,
.profile .bl_thurd .blt3 p,
.profile .bl_thurd .blt4 p{
	color: #4f4f4f;
	font-size: 14px;
}

.profile .bl_thurd .blt1 .rond,
.profile .bl_thurd .blt3 .rond{
	display: block;
	width: 41px;
	height: 41px;
	background: #58BBFF;
	border-radius: 50%;
	margin: 18px auto;
}


.profile .bl_thurd .blt2 .rond,
.profile .bl_thurd .blt4 .rond{
	display: block;
	width: 41px;
	height: 41px;
	background: #444;
	border-radius: 50%;
	margin: 18px auto;
}


.connexion{
	padding: 150px 0;
}

.connexion #progressbar li{
	color: #444;
}

.connexion #msform .first_blc{
	position: relative !important;
}

.connexion #msform .first_blc h2{
	font-size: 30px;
	font-weight: bold;
	padding: 25px 30px;
}

/*  */
.information .item-container a{
    color: inherit !important;
}

.information .item-container .img-container{
    height: 250px;
    background-color: #000;
}

.information .item-container .img-container div{
    height: 250px;
    overflow: hidden;
}

.information .item-container .img-container div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease-in-out;
}

.information .item-container .img-container div img:hover{
    opacity: .8;
    transform: scale(1.1);
}

.information .item-container .item-title{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 20px;
    margin-bottom: 20px;
}

.information .item-container .item-description{
    /* text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #444; */
}

.information .item-container .item-date{
    font-weight: bold;
    font-size: 12px;
}

#owl-other-similar,
#owl-annonces-similaires{
    position: relative;
}

#owl-other-similar .owl-nav .owl-prev{
    position: absolute;
    top: 65px;
    left: -15px;
}

#owl-other-similar .owl-nav .owl-next{
    position: absolute;
    top: 65px;
    right: -15px;
}

#owl-annonces-similaires .owl-nav .owl-prev{
    position: absolute;
    top: 80px;
    left: -20px;
}

#owl-annonces-similaires .owl-nav .owl-next{
    position: absolute;
    top: 80px;
    right: -20px;
}

#owl-annonces-similaires .lieu,
#owl-annonces-similaires .prix{
    font-size: 14px;
    color: #444;
    line-height: 190%;
}

.formations-immobilier-header .formations-row{
    position: relative;
}

.formations-immobilier-header .formations-row .img-content{
    height: 230px;
    overflow: hidden;
}

.formations-immobilier-header .formations-row .img-content .img {
    height: 230px;
    background-color: #000;
    overflow: hidden;
}

.formations-immobilier-header .formations-row .img-content .img > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.formations-immobilier-header .formations-info-row {
    position: relative;
    height: 125px;
}

.formations-immobilier-header .formations-info-row .formations-info {
    position: absolute;
    top: -80px;
    left: 10%;
}

.formations-immobilier-header .formations-info-row .formations-info .img {
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.formations-immobilier-header .formations-info-row .formations-info .img div {
    height: 200px;
    width: 200px;
    overflow: hidden;
    background-color: #000;
    border-radius: 50%;
}

.formations-immobilier-header .formations-info-row .formations-info .img div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid gray;
}

.formations-text {
    position: absolute;
    left: 30%;
    bottom: 0;
}

.formations-bloc{
    background-color: #fff;
}

.formations-bloc .bloc .img{
    height: 184px;
    overflow: hidden;
}

.formations-bloc .bloc .img div{
    background-color: #000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.formations-bloc .bloc .img div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all linear .4s;
}

.formations-bloc .bloc .img div img:hover,
.formations-bloc .bloc .img div a:hover{
    opacity: .8;
    transform: scale(1.1);
}

.formations-bloc .bloc .content{
    background-color: #01508F;
    min-height: 180px;
}

.formations-bloc .bloc .content .titre{
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
}

.formations-bloc .bloc .content .extrait{
    color: #e5e4e4;
    font-size: 16px;
    font-weight: 500;
}

.formations-bloc-show{
    /* background-color: #fff; */
}

.formations-bloc-show .img{
    height: 300px;
    overflow: hidden;
}

.formations-bloc-show .img div{
    background-color: #000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.formations-bloc-show .img div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.partenaires .titre{
    font-size: 20px;
    padding-left: 2rem;
}

.partenaires .extrait{
    padding-left: 2rem;
    margin-top: 15px;
}

.partenaires .parenaires-container {
    /* width: 200px; */
    height: 200px;
    position: relative;
    /* -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37); */
    /* border-radius: 8px; */
    margin: 5px;
    overflow: hidden;
    border: 1px solid #dedede;
}

/* .partenaires .parenaires-container:hover{
    border: 1px solid #FA6529;
} */

.partenaires .parenaires-container .inside {
    background: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 8px; */
}

.partenaires .parenaires-container .inside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partenaires .parenaires-container .inside-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
}

.partenaires .parenaires-container .inside-name h3 a {
    color: #003F73;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
}

.partenaires-show .titre{
    font-size: 30px;
    /* padding-top: 2rem;
    padding-left: 2rem; */
    text-align: center;
}

.partenaires-show .extrait{
    /* padding-left: 2rem; */
    margin-top: 15px;
    margin-bottom: 15px !important;
}

.remarques .form-control{
    border-radius: 0 !important;
    background-color: #F7F7F7 !important;
    border: none !important;
    font-size: 14px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #B4B4B4 !important;
}

.remarques .form-control::placeholder,
.remarques .form-control::-moz-placeholder,
.remarques .form-control::-webkit-input-placeholder{
    color: #B4B4B4 !important;
}

.remarques .btn-send {
    padding: 5px 20px;
    background-color: #003F73;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 !important;
    border: none !important;
}

.remarques .btn-send:hover,
.remarques .btn-send:focus{
    background-color: #003F73;
    opacity: .8;
    box-shadow: none !important;
    border: none !important;
}

.plan-site > div{
    margin: 50px 0px !important;
}

.plan-site .plan ul{
    text-align: inherit !important;
    text-transform: inherit !important;
    letter-spacing: 0 !important;
    list-style: disc !important;
    margin-bottom: 50px;
    margin-left: 30px;
}

.plan-site .plan ul.flex-row{
    display: block !important;
}

.plan-site .plan ul .nav-item{
    list-style-type: disclosure-closed !important;
    display: list-item !important;
}

.acc-faq .accordion-link{
    color: #5969ff !important;
}

.acc-faq .accordion-link:hover{
    cursor: pointer;
    opacity: 1 !important;
}

/* .plan-site .plan ul .nav-item:before {
    content: "\f061";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
  } */

.plan-site .plan ul .nav-link{
    font-size: 16px !important;
    color: gray !important;
    font-weight: normal;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1efef;
}

.plan-site .plan > div ul .nav-link{
    margin: 0 !important;
}

.plan-site .plan ul .nav-link span{

}

.plan-site .plan > div ul .nav-link:before,
.plan-site .plan > div ul .nav-link:after{
    height: 0 !important;
    width: 0 !important;
    position: inherit !important;
    content: none !important;
}

.plan-site .plan > div ul .nav-link:before{
    border-left: 0 !important;
    border-top: 0 !important;
}

.plan-site .plan > div ul .nav-link:after{
    border-left: 0 !important;
    border-top: 0 !important;
}

img.lazy{
    display: block;
    background-image: url('../images/puff.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-avis-recherche .card{
    border-radius: 0 !important;
}

.front-avis-recherche .card-header h5{
    font-size: 18px;
}

.front-avis-recherche .form-control{
    border-radius: 0 !important;
    border-color: #aaa !important;
    /* padding: 10px !important; */
}

.selection .select2-selection{
    border-radius: 0 !important;
}

.recherche-page .tabs-recherche .nav-item{
    width: 49.5%;
    margin-right: auto;
}

.recherche-page .tabs-recherche .nav-item .nav-link{
    text-align: center !important;
    border: none !important;
    transition: all linear .3s;
    /* border-radius: 0; */
    border: 1px solid #d5d5d5  !important;
    border-bottom: none !important;
}

.recherche-page .tabs-recherche .nav-item .nav-link.active,
.recherche-page .tabs-recherche .nav-item .nav-link:hover{
    background-color: #1064A9 !important;
    color: #fff !important;
    opacity: 1 !important;
    /* border: none !important; */
    border-color: none !important;
}

.galerie-compte .img{
    height: 150px;
    overflow: hidden;
}

.galerie-compte .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.galerie-compte .img img:hover{
    opacity: 1;
    cursor: pointer;
}

/***Footer***/
footer{
	background:#EAEAEA;
}

footer .firstfoot{
	padding: 50px 0 15px;
}

footer .container .menus ul li a{
	text-decoration: none;
	color: #575757;
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
}

footer .container .menu_bas{
	margin-top: 30px;
}

footer .container .menu_bas ul li a{
	text-decoration: none;
	color: #333;
	font-family: arial;
	font-size: 12px;
}

footer .container .menu_bas ul li{
	margin-right: 20px;
}

footer .container .menus h1.title{
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

footer .container .menus .sociaux{
	margin-bottom: 15px;
}

footer .container .menus .sociaux a i{
	color: #fff;
	border-radius: 50%;
}
footer .container .menus .sociaux a i.fb{
	padding: 7px 11px;
	background: #3B5998;
}

footer .container .menus .sociaux a i.tw{
	background: #00B6F1;
	padding: 7px 8px;
}

footer .container .menus .sociaux a i.yt{
	background: #E62D28;
	padding: 7px;
}

footer .container .menus .sociaux ul li{
	margin-right: 5px;
}

footer .container .menus .home_down{
	margin-bottom: 20px;
	border-left: 1px solid #e3e3e3;
}

footer .container .menus .mobile p{
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: #F14D05;
	padding: 5px 15px;
	color: #fff;
}

footer .container .menus .input-group input{
	color: #444;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
}

footer .container .menus .input-group span button{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

footer .container .menus .mobile .plateforme{
	background: #fff;
	padding: 10px 0;
	text-align: center;
}
footer .container .menus .mobile .plateforme a{
	background: #F14D05;
	color: #fff;
	padding: 3px 5px;
	border-radius: 50%;
}

footer .copy{
	border-top: 1px solid #e3e3e3;
    background: #E1E1E1;
    padding-bottom: 20px;
}

footer .copy .copy_in{
	padding: 0;
}

footer .copy p{
	font-size: 12px;
	color: #808080;
	padding: 20px 0 0;
	text-align: left;
}

footer .copy p a{
	font-size: 12px;
	color: #808080;
}

footer .navbar-nav.socialMenu{
    flex-direction: row !important;
}

footer .navbar-nav.socialMenu .fab{
    font-size: 16px;
    /* padding: 7px; */
    border-radius: 50%;
    color: white;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin: auto;
}

footer .navbar-nav.socialMenu .fa-facebook-f{
    background-color: #275091;
    padding-left: 15px;
    padding-top: 12px;
}

footer .navbar-nav.socialMenu .fa-twitter{
    background-color: #1C9CEB;
    padding: 13px;
}

footer .navbar-nav.socialMenu .fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    padding: 13px;
}

footer .navbar-nav.socialMenu .fa-youtube{
    background-color: #F70000;
    padding-left: 11px;
    padding-top: 12px;
}

footer .navbar-nav.socialMenu .nav-item{
    padding-left: 5px;
    padding-right: 5px;
}








.pager  a{
	text-transform: uppercase;
	font-size: 14px;
	color:#fff;
}

.pager a:hover{
    color: #fff !important;
}

.pager button{
	background: #01508F;
	border-radius: 0;
}




.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a {
    background: #042a63;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMore a:hover {
    background-color: #021737;
}


/* img.lazy{
	width: 700px;
    height: 467px;
    display: block;

    background: transparent url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;

} */




/***infinite scroll***/
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* test loader image */

.tab{
    display: none;
}

.register-final .form-control{
    font-size: 13px !important;
}

.register-final .form-group label{
    font-size: 13px;
}

.btn-primary:focus{
    background-color: #00579e !important;
    border-color: #00579e !important;
}
