@charset "UTF-8";

.if-browser-ie {
	display: none;
}

.browser-ie .if-browser-ie {
	display: block;
}

.bandeau-browser {
	padding: 1em;
	background: #efefef;
	color: #444;
	font-size: 1em;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}

.bandeau-browser .btn {
	margin: 0 .2em;
	padding: .2em 1em;
	border-radius: 50px;
}

.bandeau-browser img {
	height: 1.5em;
}

@media screen and (min-width:900px) {
	
	.form-container, .body-form-container {
		position: relative;
		width: 900px;
		left:50%;
		margin-left: -450px;
	}
	
	.form-sm, .body-form-sm-container {
		position: relative;
		width: 500px;
		left:50%;
		margin-left: -250px;
	}
	
	.form-md, .body-form-md-container {
		position: relative;
		width: 900px;
		left:50%;
		margin-left: -450px;
	}
	
}

h2.titre-formulaire-inscription:not(:first-child) {
    text-transform: uppercase;
    text-align: left;
    margin-top: 1em;
}

h2.titre-formulaire-inscription span.numero {
	color: #282828;
}

#header {
	position: sticky;
	z-index: 1050;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #1e5476;
	background-color: rgba(30, 84, 118, .95);
}

.logo-bel {
	height: 40px;
    transform: scale(1.6);
}


#mainMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

#mainMenu > li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

#mainMenu .dropdown a {
	color: #444 !important;
}

#header a.menu-item {
	padding: 0.7em 1.3em;
	margin: 0.1em 0em;
	border-radius: 1px;
	font-weight: 400;
	color: #444;
	display: inline-block;
	position: relative;
	transition: all 200ms;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: fit-content;
}

#header a.menu-link:hover {
	color: #fff !important;	
	text-decoration: none;
}

#header a.menu-link:hover:after {
	background-color: #13374e;
	border-bottom: 5px solid #fff;
	content: '';
	position: absolute;
	left: 0;
	top: -.7em;
	right: 0;
	bottom: -.7em;
	z-index: -1;
}

#header li.active a.menu-item {
	background-color: #258FD1;
	color: #fff !important;
	border-radius: 2px;
}

#header .btn-light, #header .btn-light:hover {
	background-color: inherit;
    color: inherit !important;
    border-color: #fff !important;
}

#header .btn-light:hover {
	background-color: #13374e;
	color: inherit !important;
	border-color: #fff !important;
}

#body {
	min-height: 90vh;
	position: relative;
}

body::after {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    opacity: .1;
    z-index: -1;
}

#footerContent {
	z-index: 1;
	position: relative;
	margin-top: 150px;
}

#footerContent::after {
	/*content: '';*/
	position: absolute;
	display: block;
	top: -100px;
	left: 0px;
	right: 0px;
	height: 100px;
	background-image: url('../images/footer_house_black.svg');
	background-repeat: repeat-x;
	background-size: 300px;
	opacity: .3;
	z-index: -1;
}

/** FAQ */
.faq-list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1.5em;
	margin-bottom: 2em;
}

.faq-list > li {
	padding: .5em 0em;
	border-bottom: 1px solid #E1E1E1;
}

.faq-question {
	cursor: pointer;
}

.faq-answer {
	background: #fff;
	border: 1px solid #E1E1E1;
	color: #444;
	border-radius: 3px;
	padding: 1em;
	margin: .5em;	
}

.faq-answer p:last-child {
	margin-bottom: 0;
}

#moteur_recherche {
	margin-bottom: 1.5em;
}


/* Mon compte */
#menu_monCompte {
	text-align: right;
	font-size: .75em;
	font-weight: 500;
	margin: 0.2em 0 0.7em 0;
	top: -15px;
	position: relative;
	color: #ddd;
}

#menu_monCompte a {
	text-decoration: none;
	color: #aaaaaa;
}

#menu_monCompte a:hover, #menu_monCompte .sm_actif a, #menu_monCompte a.actif {
	color: #2C3031;
}

#myAccount a {
	color: #444;
	text-decoration: none;
}

#header .dropdown a > i {
	display: inline-block;
    vertical-align: middle;
}

#myAccount a.menu-item {
	padding: 0.5em 1em;
	font-size: .9em !important;
}

#header .dropdown a > span.text {
	padding: .2em 1em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
}

#header .dropdown-menu {
	width: fit-content;
    border-radius: 0;
    margin-left: 1.3em;
    padding: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

#header .dropdown-menu li > a {
	padding: .7em 2em;
    font-size: .9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    transition: all .3s;
}

#header .dropdown-menu li > a:hover {
	text-decoration: none;
}

#DeconnectButton {
	transition: background .5s;
	padding: .5em 1.7em;
}

#DeconnectButton > i {
	font-weight: 100 !important;
}

#ConnectButton {
		
}

/* Parametres */

.param-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.param-list > li { 
	border-top: 1px solid #ddd;
}

.param-list .param-item {
	padding: 1em;
}

/* Résultat recherche */

#RechercheBlock {
	box-shadow: 0 20px 30px rgba(0,0,0,.28);
}

.row-search-result {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .99);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	transition: box-shadow .3s;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.row-search-item {
	transition: all 300ms;
}

.row-search-result:hover {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
	transform: scale(1.03);
}

.row-search-result:hover .logement-title {
	color: #1e5476;	
}

.row-search-result .logement-infos {
    font-size: .9em;
    font-weight: 400;
    color: #444;
}

.row-search-result-content .logement-title {
    font-weight: 600;
	font-size: 1.1em;
	transition: color .3s, box-shadow .3s;
	padding-top: .7em;
}

.compact-view .row-search-result-content .logement-title {
	padding: 1em .5em;
}

.row-search-result-content {
	position: relative;
}

.row-search-result .logement-bailleur {
	display: block;
    font-size: .8em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    color: #fff;
}

.row-search-result .logement-exchange {
	display: block;
	font-size: .8em;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	transform: rotate(-20deg);
	text-align: center;
	background: rgba(0, 0, 0, .2);
	color: #fff;
}

.search-count {
	font-size: 1.2em;
    margin: .7em 0em;
	color: #ffffff;
	font-weight: 200;
}

.row-search-result .logement-price {
    font-weight: 500;
    font-size: 1em;
    padding: .5em 0;
	display: inline-block;
}

.compact-view .row-search-result-content .logement-price {
	padding: 1em;
	text-align: right;
}

.row-search-result .logement-favoris {
	padding: 1em;
}

.compact-view .logement-favoris {
	padding: 1em;
}

.row-search-result .logement-rooms {
	padding: .2em;
    font-size: 1.1em;
}

.row-search-result .logement-infos-details {
    color: #4c4c4c;
    padding: .5em;
    border-top: 1px solid #eee;
    display: block;
	font-size: .9em;
}

.row-search-result-content .logement-description {
	color: #444;
	padding: 1em 0em;
	font-size: 1em;
}

.row-search-result .logement-picture {
	width: 100%;
	height: 170px;
	max-height: 170px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #cad1d9;
	position: relative;
	overflow: hidden;
	transition: all 300ms;
}

.row-search-result.compact-view {
	margin-bottom: 7px;
}

.row-search-result.compact-view .hidden-view-compact {
	display: none;
}

.row-search-result .logement-compatibility {
	padding: .3em;
}

.row-search-result.compact-view .logement-compatibility {
	padding: 1em 0;
}

.row-search-result.compact-view .logement-compatibility .badge {

}

.row-search-result.compact-view .logement-picture {
	height: 100%;
}

.row-search-result.compact-view  .logement-infos-details {
	border: 0;
}

.row-search-result.compact-view  .logement-infos {
	padding: 0.9em 0.5em;
}

#resultats_recherche .end-search-text {
	font-size: 1.2em;
	text-align: center;
	padding: 2.5em 5em;
}

.row-search-result .informations-annonce {
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 2;
	text-align: left;
}

.row-search-result .informations-annonce-item {
	font-size: .8em;
	color: #828282;
	display: inline-block;
	text-align: center;
}

.row-search-result.in-exchange {
	border: 1px solid #444;
	opacity: .8;
}

.row-search-result .nbPhoto {
	color: #000000;
	padding: 0;
	opacity: .5;
	position: absolute;
	right: 0.25em;
	top: 0.1em;
}

.row-search-result .logement-preferences {
	font-size: .8em;
	color: #404040;
	bottom: 7px;
	right: 1.5em;
	background-color: #fefefe;
}

.btn-categorie {
	width: 100%;
	background-color: rgba(51, 51, 51, 0.25);
	color: white;
	font-size: 1.1em;
}

.btn-categorie:hover {
	background-color: #333333;
	color: white;
}

.btn_categorie:focus {
	outline: none;
}

.recherche-type-item {
	padding: 0em .2em;
	font-size: .9em;
}

.recherche-type-item a {
	color: #444 !important;
}

.recherche-type-item a:hover {
	color: #4AB2F2 !important;
}

.recherche-type-item .on-hover {
	visibility: hidden;
}

.recherche-type-item:hover .on-hover {
	visibility: visible;
}

.recherche-type-item {
	color: #444;
	margin-bottom: .5em;
	border-bottom: 1px solid #efefef;
	padding: .7em;
}

.recherche-type-label {
	line-height: 1.2em !important;
	display: inline-block;
}

.recherche-type-label .rss {
	color: #ff5722 !important;
	margin: 0 .2em;
}

/* Détail annonce */

.titre-detail-annonce {
	text-transform: uppercase;
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 0em;
}

.carousel-inner {
	min-height: 300px;
}

.carousel-caption {
	padding: 0.4em;
	background: #00000099;
	border-radius: 2px;
	font-size: .9em;
	top: 5px;
	bottom: auto;
}


.carousel-item > img {
	width: 100%;
}

.carousel-indicators {
	margin: .5em;
}

.carousel-indicators li {
	border: 0;
	width: 45px;
    height: 30px;
}

#detail_annonce {
	position: relative;
}

.detail-annonce-infos {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
}

.detail-annonce-price {
	font-weight: 500;
	font-size: 1.1em;
}

.detail-annonce-pictures {
	background-color: #ddd;
	position: relative;
}

.detail-annonce-bloc-area {
	position: relative;
}

.detail-annonce-bloc {
	border-top: 1px solid #e6ebef;
	padding: .5em;
	font-size: .95em;
}

.detail-annonce-bloc > .row > .col:first-child {
	padding-right: 0;
}

.detail-annonce-bloc-area h3 {
	font-size: 1.1em;
    color: #444;
    padding: .5em 1em;
	padding-bottom: 0.5em !important;
    font-weight: bold;
    margin: 0em;
    font-weight: 500;
}

.detail-annonce-bloc-area {
	margin-bottom: 1em;
}

.detail-annonce-bloc-area > .alert,
.detail-annonce-bloc .alert {
	margin: 0;
}

.detail-annonce-bloc-area h2 {
	padding: 1em;
	color: #fff;
	font-size: 1.1em;
}


.detail-annonce-recherche {
	margin: .5em 0;
}

.detail-annonce-item {
	padding: .5em 0;
	font-size: .9em;
}

.detail-annonce-item label {
	display: block;
	margin: 0;
	font-size: 0.9em;
	font-weight: 500;
}

.detail-annonce-item span {
	font-size: .9em;
	color: #444;
}

.detail-annonce-actions {
	margin: .5em 0em;
}

.detail-annonce-actions .btn-light,
.detail-annonce-bloc-actions  .btn-light {
	border: 0;
	color: #258FD1;
}

.detail-annonce-actions .btn-light:hover,
.detail-annonce-bloc-actions  .btn-light:hover {
	background: #258FD1;
	color: #fff;
}

.detail-annonce-description {
	margin: 1.5em 0em;
	word-break: break-word;
}

.detail-annonce-bloc-actions {
	padding: 1em 0em;
}

.detail-annonce-bloc-actions .btn {
	margin: .3em .1em;
}

#footerContent {
	background-color: #111;
    color: #fff;
    font-size: .9em;
    width: 100%;
}

#footerContent a {
	color: #bdbdbd;
}

.footer {
	padding: 2.5em 1em;
}


#mentions_legales {
	font-size: .9em;
	margin-top: 1em;
}

.color-action {
	color: #FFAB40;
}


/*******************************************************************************************
/** En dessous non vérifie */


#carte_associe {
	cursor: pointer;
	cursor: hand;
}

#homePage {
	padding-top: 1%;
}

#headerTop {
	background-color: white;
	border: none;
}

.navbar-form {
	margin-bottom: 0 !important;
}

.navbar {
	margin-bottom: 15px !important;
}

#logo {
	position: absolute;
}

#titre_front_office {
	height: 100%;
	width: auto;
	padding: 7px 14px;
}

#titre_front_office img {
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	top: 25%;
}

#leftBlockDashboard_1 {
	padding-left: 1.3%;
}

#leftBlockDashboard {
	padding-left: 3%;
}


#forgotPassword {
	margin-right: 7%;
	margin-top: 2%;
	text-align: center;
	text-decoration: underline;
}

#forgotPassword a {
	color: #2C3031;
}

.navbar-toggle.navbar-left {
	float: left;
	margin-left: 10px;
}

#questionRow {
	margin-top: 2%;
	font-size: 13px;
}

#questionRow a {
	color: #2C3031;
}

#questionRow #arrow {
	color: #60c6c7;
}

/**********************
 * Block LOGEMENT *
 **********************/
h2.titre-formulaire-mon_compte {
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	color: #6b6b6b;
	font-weight: bold;
	margin-top: 0.5em;
	margin-top: 0.7em;
}

textarea {
	min-height: 150px;
}

#fos_user_registration_form_user_fo_ufo_log_id_photos>div>label {
	display: none;
}

.image-aide-inscription img {
	width: 100%;
}


/**************************
** Pop-up detail annonce **
***************************/
#geoloc_popup i {
	display: block;
	text-align: center;
	font-size: 20px;
	float: left;
	margin-right: 3%;
}

#geo_commune, #geo_typo, #geo_prix, #geo_lien_annonce {
	font-family: "font stellar Regular";
	font-size: 16px;
}

#geo_prix {
	color: #FF6600;
}

#img_map {
	display: block;
	margin: 0 auto;
}

#geo_commune {
	text-transform: uppercase;
	margin-top: 3%;
}

#annonce_map {
	margin-bottom: 5%;
}

#geo_lien_annonce {
	text-decoration: none;
	color: #2C3031;
}

#geo_lien_annonce:hover {
	color: #60c6c7;
}

#geo_commune_codepostale {
	float: left;
}

#geo_commune_codepostale, #geo_commune {
	font-family: "font stellar medium";
}

/*********************
** Page Mon espace ***
*********************/
#bodyMargin {
	padding-left: 2%;
}

#RechercheRapide, #RechercheTypes {
	box-shadow: 0 1px 2px black;
	margin-bottom: 5%;
	margin-right: 0px;
}

#En_cours, #tous {
	margin-right: 5%;
	float: right;
	cursor: pointer;
	cursor: hand;
}

#En_cours input, #tous input {
	vertical-align: sub;
}


#RechercheCommune {
	margin-top: 1%;
}

.RechercheSlider {
	margin-top: 3%;
}

.noUi-connect {
	background: #C88A3D !important;
}

#RechercheTypo, #RechercheChmb {
	margin-top: 4%;
}

#RechercheMoreOption {
	margin-top: 4%;
	margin-bottom: 3%;
}

#RechercheMoreOption .link_more_option_qs {
	margin-top: 1.5%;
}

#RechercheMoreOption #triangleMoreOption {
	color: #60c6c7;
}

#RechercheMoreOption .MoreOption {
	color: #333;
}

#recherche_qs {
	float: right;
}

#block_alerte {
	text-align: right;
}

#tableRechercheType {
	margin-bottom: 0;
}

#tableRechercheType a {
	color: inherit;
	border: 0;
	text-decoration: inherit;
}

#tableRechercheType i {
	font-size: 15px;
	color: #CCCCCC;
}

#tableRechercheType i:hover {
	color: #60c6c7;
}

#menu_monCompte_monContact {
	float: left;
	margin-top: 1%;
}

#menu_monCompte_monContact a:hover {
	text_decoration: none;
}

#menu_monCompte_monContact a.actif {
	color: white;
}

#menu_monCompte_monContact
a {
	color: #2C3031;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-onSwitch,
	.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-onSwitch
	{
	color: #fff;
	background: #C88A3D;
}

#example_length.dataTables_length, #example_filter.dataTables_filter,
	#example_info.dataTables_info, #example_paginate.dataTables_paginate {
	display: none;
}

table#example.display.dataTable.no-footer {
	border: none;
}


a#detail i.fa.fa-search {
	color: #CCCCCC;
}

a#detail i.fa.fa-search:hover {
	color: #C88A3D;
}

a#removeContact i.fa.fa-trash {
	color: #CCCCCC;
}

a#removeContact i.fa.fa-trash:hover {
	color: #d5162f;
}

div.form_input span.alert.alert-success {
	padding: 7px;
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 3%;
}

/********************
** Page recherche  **
*********************/
#RecherchetypesBlock_recherche {
	margin-bottom: 1%;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	vertical-align: inherit !important;
	border-bottom: 1px solid #ddd;
	border-top: none !important;
	padding: 0 20px !important;
}

.recherchesTypes_recherche {
	float: right;
}

#locatif_offres, #accession_offres {
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}

label.checkbox-inline input#Recherche_log_ascenseur, label.checkbox-inline input#Recherche_log_acc_pmr
	{
	position: relative;
}

.categorie_recherche {
	margin-bottom: 1%;
	margin-top: 0px;
}

.nav-link {
    padding: .7em 1.1em;
    color: #7b7b7b;
    background-color: #f5f9fc;
    margin: 0em .1em;
    border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #e7f0f7;
    background-color: #1e5476;
	background-color: rgba(30, 84, 118, .9);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .1);
}

.nav-tabs .badge {
	background: #444;
	color: #fff;	
}

.nav-tabs .nav-link.active .badge {
	background: #4ab1f3;
	color: #fff;
}

@media screen and (max-width: 765px) {

	#DeconnectButton {
		padding: 1.5em .7em !important;
		display: none;
	}

	body.connected #header {
		padding-right: 0;
	}

	#myAccount a.menu-item {
		font-size: 1.5em !important;
	}

}

.action-call {
	color: #fff;
    padding: .3em.5em;
    margin: .2em 0em;
    border-radius: 4px;
    background: linear-gradient(60deg,#66bb6a,#43a047);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    font-size: .9em;
}

.action-email {
    color: #fff;
    padding: .3em.5em;
    margin: .2em 0em;
    border-radius: 4px;
	background: linear-gradient(60deg,#ab47bc,#8e24aa);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    font-size: .9em;
}

h1.background-title {
	color: #fff;
}

.formLegend {
	color: #ddd !important;
}

.login-as-message {
	padding: 1em;
	font-size: .9em;
	background: #1b1b1b;
	color: #fff;
	position: fixed;
	z-index: 99999;
	border-radius: 5px;
	box-shadow: 3px 2px 6px rgba(0, 0, 0, .1);
	max-width: 400px;
	bottom: 2%;
	left: 5%;
}

.no-padding-top {
	padding-top: 0 !important;
}

.bg-success {
	color: #fff;
}

.bg-dark {
	color: #fff;
}

ul.none {
	list-style: none;
	padding: 0;
	margin: 0;
}

.btn-light.bg-fade {
	background: #ffffffdd;
}

.search-bar {
	position: sticky;
	top: 64px;
	z-index: 998;
	margin-bottom: 1em;
}

.search-bar .input-group {

}

.search-bar .input-group .input-group-text {
	border-color: #ddd !important;
	padding: 0 0.4em;
	border-radius: 0;
}

.search-bar .form-select {
	padding: .45em !important;
	padding-right: 2.2em !important;
	font-size: .9em !important;
	border-color: #ddd !important;
	border-left: 0 !important;
}

.btn-group-search > button {
	padding: .25em .5em;
	font-size: 1em;
}

.search-sort-focus {
	color: #FF5722 !important;
}

#header .unread-messages-count {
	position: absolute;
	top: 10px;
	right: 5px;
}