@font-face {
	font-family: 'HelveticaNeue';
	src: url('webfont/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'), url('webfont/HelveticaNeueLTPro-Roman.otf') format('opentype'), url('webfont/HelveticaNeueLTPro-Roman.woff') format('woff'), url('webfont/HelveticaNeueLTPro-Roman.ttf') format('truetype'), url('webfont/HelveticaNeueLTPro-Roman.svg#HelveticaNeueLTPro-Roman') format('svg');
	font-weight: normal;
	font-style: normal
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
address,
input,
select,
textarea,
img {
	padding: 0;
	margin: 0
}

address {
	font-style: inherit
}

::-webkit-input-placeholder {
	color: #000000
}

.page {
	    margin-bottom: 50px;
}

:-moz-placeholder {
	color: #000000;
	opacity: 1
}

::-moz-placeholder {
	color: #000000;
	opacity: 1
}

:-ms-input-placeholder {
	color: #000000
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	color: inherit
}

p {
	text-align: justify
}

body,
input,
textarea,
select {
	font-family: 'HelveticaNeue', 'Arial', sans-serif;
	font-size: 12px
}

html,
body {
	height: 100%
}


html {
	background: url(../images/startlife2019.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover; /
}

body {
	/*background: url(../images/startlife_rose.jpg) fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;*/
	    background: transparent;
}

.dflex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.vcenter {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	display: flex !important;
	align-items: center;
	-ms-align-items: center;
	align-items: center
}

.hcenter {
	justify-content: center;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	height: 100vh;
	z-index: 9999;
	background: #e80b6b;
	color: #fff;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
	right: 0;
}

#dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #e80b6b;
	position: absolute;
	top: 10px;
	right: 10px;
	margin-top: 13px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#dismiss:hover {
	background: #fff;
	color: #7386D5;
}

.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	display: none;
}


#sidebar .sidebar-header {
	padding: 20px;
	background: #ce0a5f;
}

#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #ce0a5f;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}
#sidebar ul li a:hover {
	color: #ce0a5f;
	background: #fff;
	text-decoration: none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
	background: #6d7fcc;
	text-decoration: none;
}


#container_header_top i {
	font-size: 25px;
	padding-top: 25px;
	cursor:pointer;
	text-shadow: 1px 1px 4px #44474E;

}

#col_tel_header span{
	font-size: 18px;
	display: inline-block;
	padding-top: 25px;
	text-shadow: 2px 2px 4px #44474E;
}

#container_header_top > .row {
	padding-bottom: 30px;
	padding-top: 20px;
}

#nav_langue img {
}

#container_header {
	margin-top: 50px;
	margin-bottom: 40px;
}
#container_header p {
	color: #fff;
	font-size: 20px;
	text-shadow: 2px 2px 4px #44474E;
	text-transform: uppercase;
	text-align: center;
}

#container_recherche_pays a {
	font-size: 20px;
	text-shadow: 2px 2px 4px #44474E;
}
#container_recherche_pays a:hover {
	text-decoration: none;
}

#container_header p:nth-child(2) {
	font-size: 45px;
	font-weight: bold;
}


#container_header p:nth-child(3) span {
	position:relative;
}
#container_header p:nth-child(3) span:before, #container_header p:nth-child(3) span:after {
	border-top: 2px solid #fff;
	content:"";
	position: absolute;
	top: 12px;
	right: 7em;
	bottom: 0;
	width: 80%;
}
#container_header p:nth-child(3) span:after {
	position: absolute;
	top: 12px;
	left:7em;
	right:0;
	bottom: 0;
}
}


#container_header_top .col-xs-12:not(#mon_compte) {
	line-height: 50px;
	vertical-align: middle
}

div#container_header img {
	max-width: 100%
}

#input_alerte {
	height: 25px;
	background: transparent;
	border: 1px solid white;
	border-radius: 0;
	color: white;
	padding-left: 10px;
	margin-left: 15px;
	line-height: 25px;
	vertical-align: middle
}

#submit_alerte {
	height: 25px;
	border: 0;
	border-radius: 0;
	color: #999999;
	background-color: rgba(0, 0, 0, 0.7);
	margin-left: 15px;
	padding: 0 6px;
	line-height: 25px;
	vertical-align: middle
}

#alerte_slogan {
	color: white;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	vertical-align: middle
}

#alerte_slogan img {
	display: inline-block;
	vertical-align: middle
}

#nav_langue {
	line-height: 50px;
	vertical-align: middle
}

#nav_langue  a {
	height: 50px;
	display: inline-block;
	color: white;
	margin-left: 5px
}

#nav_langue img {
	width: 22px;
}

#mon_compte #lien_compte {
	display: inline-block;
	background: black;
	color: white;
	padding: 5px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	    margin-top: 12px;
}

#mon_compte ul {
	list-style-type: none;
	background: black;
	display: none
}

#mon_compte ul li {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center
}

#mon_compte ul li a {
	color: white
}

#mon_compte img {
	margin-right: 10px
}

#global_compte {
	cursor: pointer;
	position: relative;
}

#global_compte:hover #compte_liste {
	display: block
}

ul#compte_liste {
	position: absolute;
    width: 100%;
    z-index: 999;
}

#div_fb {
	height: 50px;
	display: inline-block;
	line-height: 47px
}

#div_fb a {
	margin-left: 4px;
	margin-right: 4px
}

#footer {
}

.container {
	padding-left:5%;
	padding-right:5%;
}

.tac {
	text-align: center;
	
}



#form_home {
	/*background: rgba(255, 255, 255, 0.59);
	padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;*/
	margin-bottom: 50px;
}

#form_home form {
	background: rgba(255, 255, 255, 0.59);
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

#form_home select[disabled] {
	background-color: #eeeeee;
}

#container_header .phone {
	font-size: 16px
}

.container2 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1170px
}

.top_city {
	line-height: 22px;
	text-align: left
}

#header_right {
	margin-top: 20px
}

#container_nav_main a.actif {
	text-decoration: underline
}

#container_header nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px
}

#container_header nav ul li {
	float: left;
	padding: 0 20px
}

#container_header nav ul li:last-child {
	padding: 0 0 0 20px
}

#container_header nav ul li a {
	color: black;
	font-size: 15px;
	font-family: 'Century Gothic', 'Arial'
}

#container_header nav ul li a:hover {
	text-decoration: none
}

.nopadright {
	padding-right: 0 !important
}

.nopadleft {
	padding-left: 0 !important
}

ul.navbar-nav > li > a {
	font-size: 18px
}

ul.navbar-nav > li > a.actif:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20%;
	border-width: 0 0 1px;
	border-color: #8bb441;
	border-style: solid
}

ul.navbar-nav > li > a:hover:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20%;
	border-width: 0 0 1px;
	border-color: #8bb441;
	border-style: solid
}

#exclu img {
	margin-bottom: 35px;
	max-width: 125px;
}

#sep_hp {
	width: 100%;
	height: 1px;
	background-color: #d7d4d4;
	margin-bottom: 50px
}

#hp_quick_search {
	background-color: #fff;
	height: 40px;
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
	text-align: center;
}
#hp_quick_search_submit {
	background-color: #e80b6b;
	height: 40px;
	text-align: center;
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: absolute;
	right: 0;
	padding-left:25px;
	padding-right:25px;
	top: 0;
}

#blocs_hp div.col-md-5 {
	font-size: 16px;
	background: url(../images/rond.svg);
	height: 180px;
	background-repeat: no-repeat;
	padding-top: 30px;
	background-position: center center;
	margin-bottom: 50px
}

#div_fb img {
	height: 25px;
}

#blocs_hp div.col-md-5 img {
	margin-top: 20px
}

#blocs_hp2 {
	margin-bottom: 40px;
}

.blocs_hp_txt {
	padding: 0 20%
}

#bloc_recherche {
	position: relative;
	top: 20px;
	z-index: 9;
	width: 40%;
	right: 0;
	float: right
}

#container_bloc_recherche {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99
}

.recherche_square {
	background-color: #666666;
	color: white;
	text-align: center;
	min-height: 90px;
	width: 27%;
	height: 0px;
	padding-bottom: calc(27% - 2px);
	background: rgba(82, 71, 68, 0.8);
	float: right;
	text-align: center;
	position: relative;
	margin: 2px;
	font-weight: 500;
	font-size: 15px;
	line-height: 23px;
	-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.42);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.smalltext {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	position: absolute;
	top: 30%;
	left: 40%;
	height: 10%;
	width: 70%;
	margin: -15% 0 0 -25%
}

.displayfieldtext {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 400;
	position: absolute;
	top: 55%;
	left: 20%;
	height: 30%;
	width: 80%;
	margin: -15% 0 0 -10%;
	font-weight: 300
}

.recherche_square .text {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	top: 72%;
	height: 30%;
	width: 100%;
	text-align: center;
	text-overflow: clip '.';
	overflow: hidden
}

.recherche_square .icon {
	position: relative;
	margin-top: 10%;
	height: 78px;
	line-height: 78px
}

.recherche_square .iconicon {
	max-height: 68px;
	max-width: 68px
}

.recherche_square .textsquare.bigdigit {
	font-size: 70px
}

.bloc_seconde_neuf .recherche_square,
.bloc_trois_boutons .recherche_square {
	background-color: #dbdbdb
}

.bloc_seconde_vente .recherche_square,
.bloc_trois_boutons .recherche_square {
	background-color: #dbdbdb
}

.bloc_seconde_location .recherche_square,
.bloc_trois_boutons .recherche_square {
	background-color: #dbdbdb
}

.bloc_second_boutons .recherche_square:hover,
.bloc_trois_boutons .recherche_square:hover,
.carre_hover {
	background-color: #a6a6a6 !important
}

.recherche_square .textsquare {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	text-transform: uppercase;
	position: absolute;
	top: calc(50% - 10px);
	height: 30%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	word-wrap: break-word
}

.close {
	position: absolute;
	right: 0px;
	display: none
}

.mode_choisit {
	background-color: rgb(144, 183, 64)
}

#recherche_dropdown {
	width: 83px;
	background-color: black;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px
}

.bloc_second_boutons,
.bloc_trois_boutons {
	display: none
}

#container_slide_home {
	position: relative
}

#container_form_home {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px 0 0 0;
	position: relative;
	top: -170px
}

#form_home .form-control {
	border-radius: 0px;
	height: 40px;
	border: 1px solid #b4b4b4;
	margin-bottom: 10px;
}

#form_home select {
	-webkit-appearance: none;
	background-color: white;
	-moz-appearance: none;
	apperance: none;
	background: url('../images/select_fleche.png') no-repeat 95% 50%;
	background-color: white
}

#bandeau_bleu_clair {
	background: white;
	vertical-align: middle;
	color: black;
	padding-top: 30px;
	padding-bottom: 30px
}

#bandeau_bleu_fonce {
	background: #003357;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px
}

.liste_recherches {
	width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.liste_recherches:nth-child(odd) {
	background-color: #e2e2e2;
	
}

#form_home input[type="submit"], #form_home #new_search {
	color: white;
	font-size: 17px;
	vertical-align: middle;
	border: 0;
	background-color: #e80b6b;
	border-bottom: 0
}

#form_home .form_recherches {
	padding: 0;
	background: none;
	float:left;
	width:100%;
	
}

#container_gris_home {
}

#container_cc_home {
	padding: 60px 0;
	background-color: white
}

#detail_carac {
	background-color: #6d98a2;
	padding: 30px;
	color: white;
	margin-top: 40px;
	margin-bottom: 40px
}

.photo_annonce_a_la_une.p_rel {
	padding: 0px 12%
}

.footer_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #f8e71f
}

#yellow_footer {
	background-color: #ffe800;
	height: 20px
}

#container_footer_top {
	font-weight: bold
}

#footer_top_2 {
	background: url(../images/bulle.png);
	min-height: 240px;
	background-repeat: no-repeat;
	color: white;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	background-position: center bottom
}

#footer_top_3 {
	text-align: center;
	font-weight: bold
}

#footer_top_2 div {
	position: absolute;
	top: 18%;
	padding: 0 20%
}

#icn_top {
	cursor: pointer;
	margin-top: 30px;
	z-index: 9;
	position: relative
}

.footer_img {
	margin-top: 150px
}

#container_footer_top {
	background: url('../images/ombrage.png');
	background-position-y: -1px;
	background-repeat: repeat-x;
	
}

.rose {
	color: #e70b6a
}

#logo_footer {
	margin-top: 30px;
	margin-bottom: 30px
}

.copyright {
	color: black;
	font-size: 12px;
	margin-top: 30px;
	display: inline-block;
	
}

#fb_footer {
	padding: 10px;
	font-size: 18px
}

.img_cc {
	border-left: 3px solid #cccccc;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc
}

.annonce_une_texte {
	border-right: 3px solid #cccccc;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc
}

#liste_container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: white;
}

#tri_liste a {
	margin-left: 10px
}

.entete_listing {
	font-size: 12px
}

.fond_gris {
	background-color: #e6e6e6
}

.orange {
	color: #ff630f
}

.bleu {
	color: #004b76;
	font-family: Lato
}

header #header_white {
	padding-top: 38px;
	background-color: rgba(255, 255, 255, 0.8);
	padding-bottom: 30px
}

header #header_logo {
	width: 760px
}

header #header_black {
}

header #header_alerte {
	margin-left: 15px
}

header #header_alerte input[type="email"] {
	width: 143px;
	margin-left: 15px;
	height: 40px;
	margin-top: -10px
}

header #header_alerte input[type="submit"] {
	background-color: none;
	border: 0;
	padding: 0;
	margin: 0;
	margin-left: 15px
}

.fa {
	margin-right: 10px
}

#logo {
	vertical-align: middle;
	margin-left: 30px
}

#detail #caract ul {
	padding: 0 0 0 20px;
	margin-right: 150px
}

#details #caract {
	padding-bottom: 30px
}

#details #caract,
#details #map {
	margin-top: 40px
}

.agencebloc ul {
	padding: 0 0 0 20px
}

header > .wrapper {
}

#header_top {
	padding-top: 20px
}

#header_bottom,
#header_bottom a {
	font-size: 14px;
	color: #777263
}

#header_bottom div.iblock {
	margin-left: 20px
}

#header_top > .iblock {
	vertical-align: top
}

#nav_lang li:after {
	content: "|"
}

#nav_lang li:last-child:after {
	content: ""
}

#form_container {
	position: relative
}

.barre_gris {
	background-color: #cbcbca;
	height: 1px;
	width: 255px
}

#accueil #container_slider_home {
	padding: 30px
}

#accueil #nouveautes {
	padding: 30px
}

#accueil #nouveautes div.iblock {
	width: 31%
}

#accueil #nouveautes div img {
	width: 100%
}

#accueil #nouveautes div:nth-child(1) {
	text-align: justify;
	color: white;
	font-size: 14px;
	line-height: 19.2px
}

#accueil #nouveautes div.iblock:nth-child(1),
#accueil #nouveautes div.iblock:nth-child(2) {
	margin-right: 3%
}

#accueil #blocs_accueil {
	padding: 30px
}

#accueil #blocs_accueil div.iblock {
	width: 31%;
	text-align: justify;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 19.2px
}

#accueil #blocs_accueil div.iblock:nth-child(1),
#accueil #blocs_accueil div.iblock:nth-child(2) {
	margin-right: 3%
}

footer div.wrapper {
	padding-left: 30px;
	padding-right: 30px;
	height: 120px;
	color: white;
	padding-top: 80px
}

footer div.wrapper div.iblock {
	width: 50%
}

footer {
}

.annonce_une_texte {
	font-size: 14px;
	height: 386px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px !important;
	position: relative
}

.cc_desc {
	font-size: 17px;
	color: black;
	margin-bottom: 15px
}

.cc_ville {
	color: #003781;
	font-size: 35px;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px
}

.cc_nature {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 20px
}

.cc_prix {
	text-align: right;
	font-weight: bold;
	font-size: 28px
}

.cc_plus {
	text-align: center;
	color: black;
	background-color: #f9e81f;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 85%;
	position: absolute;
	bottom: 20px;
	cursor: pointer
}

.cc_plus:hover {
	text-decoration: none
}

#form_accueil {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 790px;
	padding: 20px 40px;
	background-color: white;
	text-align: center;
	color: #cbcbca;
	margin: 0 auto
}

#form_accueil form {
	margin-top: 20px
}

#form_accueil select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/bg_select.jpg) no-repeat right;
	border: 2px solid #d4d4d4;
	height: 42px;
	padding-left: 15px;
	color: #cdcdcd;
	text-transform: uppercase
}

#form_accueil #select_chb,
#form_accueil #select_ville {
	width: 150px
}

#form_accueil #select_chb,
#form_accueil #select_ville,
#form_accueil #select_budget {
	margin-right: 7px
}

#form_accueil #select_budget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 270px;
	background: url(../images/bg_select.jpg) no-repeat right;
	border: 2px solid #d4d4d4;
	height: 42px;
	padding-left: 15px;
	color: #cdcdcd
}

#form_accueil #select_date:hover {
	background: none
}

#form_accueil input[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 110px;
	background-color: #cfcfce;
	color: white;
	height: 42px;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #d4d4d4
}

#form {
	width: 775px;
	border-left: 10px solid #4c4c4c;
	background-color: rgba(191, 191, 191, 0.7);
	padding: 10px 0;
	margin-left: 40px
}

select::-ms-expand {
	display: none
}

#form input[type="submit"] {
	background: url(../images/bg_submit.png) no-repeat center;
	height: 90px;
	width: 60px;
	display: inline-block;
	border: 0;
	vertical-align: top;
	position: absolute;
	top: 0;
	cursor: pointer
}

#form input[type="text"],
#form select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 24px
}

#form table {
	width: 723px;
	margin-left: 30px;
	display: inline-block
}

#form table td {
	width: 180px;
	padding-right: 60px
}

h2 {
	font-size: 14px;
	font-weight: normal
}

.ptitle {
	font-size: 18px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px
}

#slider {
	height: 450px;
	width: 1600px;
	margin: 0 auto;
	margin-bottom: 40px
}

.page_texte {
	margin-top: 30px;
	margin-bottom: 30px
}

#accueil #slide_home {
	margin: 0 auto;
	margin-bottom: 60px
}

#accueil .imgnb2 {
	display: none
}

#accueil #coup_coeur div.iblock {
	width: 367px;
	height: 320px;
	margin-right: 40px
}

#accueil #coup_coeur div.iblock div.img_bien {
	height: 245px;
	overflow: hidden
}

#accueil #coup_coeur div.iblock:first-child {
	margin-left: 8px
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%)
}

#accueil #coup_coeur div.iblock:last-child {
	margin-right: 0
}

#accueil #coup_coeur div.bottom span:first-child {
	color: black;
	font-size: 15px
}

#accueil #coup_coeur img {
	width: 367px;
	height: 245px
}

#accueil #coup_coeur div.bottom span {
	width: 49%
}

#accueil #coup_coeur div.bottom {
	padding-left: 25px;
	height: 70px;
	background-color: #c6a875;
	color: white;
	line-height: 70px
}

#accueil #coup_coeur .btn_savoir_plus {
	padding: 5px 10px;
	background-color: #A9A9AB;
	box-shadow: 1px 1px 0px 0px black;
	margin-right: 10px;
	font-size: 15px
}

#accueil,
#details,
#gestion,
#metiers,
#services,
#lagence,
#relocation,
#realisations,
#apropos,
#estimation {
}

#contact {
}

#nav_main {
	background-color: #4c4c4c;
	text-align: right;
	padding-right: 30px
}

#nav_main a,
#header_contact p,
#adresse span {
}

#nav_order li {
	list-style-type: none;
	text-align: right;
	font-style: italic
}

#nav_order li:after {
	content: " | ";
	color: lightgrey
}

#nav_main ul {
	margin: 0;
	padding: 0
}

#moteur_listing {
	padding: 30px;
	margin-bottom: 15px
}

#moteur_listing #ml1 {
	width: 405px;
	color: #4c4c4c;
	font-size: 20px
}

#moteur_listing .ml2 {
	width: 170px;
	margin-bottom: 18px
}

#moteur_listing .ml2 select,
#moteur_listing .ml2 input {
	width: 160px;
	height: 38px;
	padding-left: 10px
}

#moteur_listing .ml2 input[type="submit"] {
	background-color: #4c4c4c;
	padding-left: 0px;
	color: white;
	border: 0
}

#listing {
}

#listing #tri_liste {
	vertical-align: middle;
	font-size: 14px;
	margin-bottom: 30px;
	background-color: white;
}

#liste_biens {
	padding-left: 0;
	padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

#listing .paging {
	font-size: 14px;
	vertical-align: middle;
	margin-top: 4px
}

#listing #tri_liste a {
	margin-right: 10px
}

#listing .entete_listing {
	margin-bottom: 30px
}

#listing #back {
	margin: 20px 0
}

#listing #nb_res {
	font-size: 20px;
	vertical-align: middle
}

#tri_liste #form_accueil form div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 230px;
	border: 2px solid #d4d4d4;
	height: 42px;
	padding-left: 15px;
	color: #cdcdcd;
	display: inline-block;
	vertical-align: middle;
	line-height: 38px;
	text-align: left
}

.fleche_haut {
	background: url(../images/bg_select2.jpg) no-repeat right
}

.fleche_bas {
	background: url(../images/bg_select.jpg) no-repeat right
}

#tri_liste #form_accueil form div a {
	display: block
}

#tri_liste > span:first-child,
#tri_liste > span:last-child {
	width: 20%
}

#tri_liste div {
	width: 100%;
	text-align: center;
	margin-bottom: 10px
}

#tri_liste nav {
	width: 60%
}

#listing .order_selected {
	color: #851D22
}

#header_contact {
	font-size: 16px
}

#nav_main ul li {
	background-color: #4c4c4c;
	color: white;
	padding: 5px
}

#nav_mail ul li a {
	height: 100%;
	width: 100%
}

#nav_main .active,
#nav_main ul li:hover {
	text-decoration: underline
}

#search {
	background: url('../images/home.jpg') no-repeat;
	height: 579px;
	width: 980px;
	margin: 36px auto 40px;
	padding-top: 10px
}

#search_form {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #CECECE;
	margin: 0 10px 10px 10px;
	padding: 16px 0
}

#search_form input,
#search_form select {
	height: 32px;
	border: 1px solid #CECECE;
	width: 146px;
	margin: 0 0 0 10px;
	padding-left: 3px;
	color: #000000
}

#search_form input[type=submit] {
	border: none;
	color: #ffffff;
	width: 120px;
	height: 24px;
	margin-left: 20px
}

#listing_left {
	width: 252px;
	padding-top: 190px
}

#listing .title {
	font-size: 18px;
	margin-bottom: 5px
}

.annonce_bien {
    border: 15px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 30px
}

.annonce_bien .img1,
.annonce_bien .listing_carac {
}

.annonce_bien:nth-child(even) {
}

.annonce_bien:nth-child(odd) {
}

.annonce_bien div.img1 {
}

.annonce_bien div.img2 {
	width: 162px;
	height: 96px;
	position: absolute;
	top: 0
}

.annonce_bien div.img3 {
	width: 162px;
	height: 96px;
	position: absolute;
	bottom: 0
}

.annonce_bien .bloc_img_listing {
	width: 165px;
	height: 205px;
	margin-left: 30px
}

.annonce_bien .caracteristiques_listing {
}

.annonce_bien .prix_listing {
	margin-top: 15px;
	margin-bottom: 15px
}

.listing_icn {
	display: inline-block
}

.listing_icn img {
	margin-left: 10px
}

#diapo_detail .bx-wrapper {
	float: left;
}
.gris_detail_listing img {
	    margin-top: 0px;
}

.annonce_bien a:hover {
	color:black;
	text-decoration: none;
	
}

.annonce_bien .listing_ville {
	font-size: 25px;
	color: black;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.annonce_bien .listing_ref {
	font-weight: bold;
	font-style: italic;
	font-size: 18px
}

.annonce_bien .listing_plus {
	font-size: 15px;
	display: inline-block
}
#container_diapo_detail {
    float: left;
    width: 100%;
  
}
#top_detail {
	
	
	line-height: 30px;
	vertical-align: middle;
	
}

#top_detail
.inner_white{
	padding-bottom: 10px;
}

#top_detail .ttu {
	font-size: 23px;
}
#top_detail .prixdetail_mini {
	    color: #ff2275;
	    font-size: 23px;
}
.gris_detail_listing {
	height: 60px;
	background-color: #e7e7e7;
	line-height: 60px
}

#simulateur {
	
	width: 300px;
	margin:0 auto;
	margin-top: 20px;
}

#form_simulateur {
	width: 300px;
	
	background-color: white;
	text-align: center;
	padding-top: 20px;
	margin-top: 30px;
}

#form_simulateur input {
	margin:0;
	padding:0;
	border: 2px solid #e3e3e3;
	width: 252px;
	height: 27px;
	background-color: #ebebeb;
	margin-bottom: 20px;
	color: #a1a1a1;
	text-align: center;
}
#form_simulateur input[type="button"] {
	margin:0;
	padding:0;
	border: 0;
	border-radius: 0;
	width: 300px;
	height: 50px;
	 -webkit-appearance: none;
	background-color: #ff2275;
	margin-bottom: 20px;
	color: white;
	text-align: center;
}

#form_simulateur input[type="radio"] {
	margin:0;
	padding:0;
	border: 0;
	height: 12px;
	width: 12px;
	background-color: #9f1a60;
	margin-bottom: 20px;
	color: white;
	text-align: center;
}

#bottom_slider {
	
	
	
}

#bottom_slider #detail_pink_button div a {
	margin-bottom: 10px;
}

#simulation_link {
	color:black;
	font-size:10px;
}

.annonce_bien .listing_plus i {
	color: #8db243
}

.annonce_bien .listing_nature {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 25px;
	font-size: 20px
}

#container_global_detail {
	border: 15px solid rgba(255, 255, 255, 0.5);
	border-bottom:0;
    float: left;
    
}

.border_whitet {
	border: 15px solid rgba(255, 255, 255, 0.5);
}

.nbdb {
	border-bottom: 0;
}

.nbdt {
	border-top: 0;
}

#white_container_detail {
	padding-bottom: 30px;
}

#white_container_detail, .inner_white {
	padding-top: 10px;
	background-color: white;
	float: left;
	    width: 100%;
}

.annonce_bien .listing_prix {
	font-size: 22px;
	color: #ff2275;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right
}

.listing_grille {
	display: none
}

.p_rel {
	position: relative
}

.caracteristiques_listing a:hover {
	text-decoration: none
}

.annonce_bien .listing_bottom {
	position: absolute;
	bottom: 20px;
	width: 99%
}

.listing_desc {
	font-size: 15px;
	color: #808080;
	margin-top: 20px;
	min-height: 150px!important;
}

.annonce_bien .listing_carac {
	font-size: 13px;
	background: white;
}

.annonce_bien .description_listing {
	margin-top: 40px
}

.annonce_bien .bottom_listing {
	bottom: 0px;
	width: 100%
}

.listing_barre {
	width: 100%;
	display: inline-block;
	height: 1px;
	background-color: grey;
	margin-bottom: 10px;
	margin-top: 15px
}

.desaturate {
	margin-left: 5px
}

.annonce_bien .plus {
	color: white;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #d22229;
	margin-top: 35px
}

.annonce_bien .lien {
	margin-top: 25px
}

.annonce_bien .header {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.annonce_bien .txt,
.annonce_bien .desc {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px
}

.annonce_bien .desc {
	height: 50px;
	overflow: hidden
}

.annonce_bien div.img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 200px
}

.annonce_bien .infos {
	position: absolute;
	height: 200px;
	background-color: gray;
	top: 0px;
	z-index: 5;
	background-color: black;
	opacity: 0.7;
	color: white;
	text-align: center;
	padding: 0 20px;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans Condensed';
	font-size: 14px;
	width: 150px
}

#img_bg_top {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%)
}

#bg_top_page {
	height: 301px
}

.container_detail .infos {
	position: absolute;
	height: 200px;
	background-color: gray;
	top: 0px;
	z-index: 5;
	background-color: black;
	opacity: 0.7;
	color: white;
	text-align: center;
	padding: 0 20px;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans Condensed';
	font-size: 14px;
	width: 150px;
	z-index: 999
}

.annonce_bien:nth-child(even) .infos {
	right: 30px
}

.annonce_bien:nth-child(odd) .infos {
	left: 30px
}

#showmap {
	text-align: center
}

#map {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}

#showmap span {
	padding: 10px;
	background-color: black;
	color: white;
	opacity: 0.6;
	position: relative;
	z-index: 2;
	cursor: pointer
}

#listing p {
	font-size: 14px
}

#listing .infos .sep {
	margin: 5px;
	height: 1px;
	width: 100%;
	background-color: white
}

#listing > div > .pas_trouve {
	width: 100%;
	height: inherit;
	padding-bottom: 40px
}

#listing > div > .pas_trouve:hover {
	box-shadow: inherit
}

#listing .paging:hover {
	box-shadow: inherit
}

#listing .paging {
	height: inherit;
	max-height: inherit;
	width: inherit;
	text-align: right;
	border-bottom: none
}

#listing .paging > span {
	margin: 0 5px
}

#listing .paging .nombre {
	background-color: #F9F9F9;
	height: 20px;
	width: 20px;
	line-height: 20px;
	box-shadow: 0 0 1px #000000;
	display: inline-block;
	text-align: center
}

#listing .paging .current {
	font-weight: bold
}

#listing .paging > span:not(.nombre) {
	color: grey
}

#listing .paging > span:not(.nombre) a {
	color: #000000
}

#listing .img_bien {
	height: 260px;
	width: 460px
}

#listing .adresse {
	color: #777263
}

#listing .btn_bien {
	width: 100%;
	bottom: 10px
}

.footer_listing {
	margin-top: 30px
}


#img_about {
	width: 1600px;
	margin: 0 auto;
	margin-left: -33%;
	margin-bottom: 40px;
	margin-top: 30px
}

#normal,
#gestion #titre,
#relocation #titre,
#estimation #titre,
#apropos #titre,
#contact #titre,
#estimation #titre {
	width: 930px;
	margin: 0 auto;
	padding: 10px
}

#normal > div {
	padding: 30px 80px
}

#estimation #normal .esti_blocks {
	padding: 30px 20px 10px
}

#estimation #normal > div {
	padding: 30px 155px
}

#normal > div > div {
	padding: 20px
}

#estimation #normal > div > div {
	padding: 0
}

.page_gauche {
	width: 280px;
	padding: 30px;
	font-size: 20px;
	color: #4c4c4c
}

.page_gauche .active {
	text-decoration: underline
}

.ttu {
	text-transform: uppercase
}

.italic {
	font-style: italic
}

.overflow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.page_droite {
	width: 880px;
	padding: 30px;
	font-size: 16px
}

#detail,
#estimation_container {
	
}

#detail #detail_entete {
	font-size: 17px;
	color: #4c4c4c;
	border-bottom: 2px solid #4c4c4c;
	margin-bottom: 30px
}

#detail #back_liste {
	margin-bottom: 20px
}

#detail #detail_entete a {
	color: white;
	background-color: #4c4c4c;
	padding: 4px
}

#detail #detail_gauche {
	width: 811px
}

#detail #detail_droite {
	width: 255px;
	margin-left: 30px;
	font-size: 15px
}

#detail #detail_droite_top {
	padding: 15px
}

#detail #detail_droite_ct {
	padding: 15px;
	color: white
}

#detail #detail_droite_ct input[type="text"] {
	width: 100%;
	color: black
}

#detail #detail_droite_ct input[type="submit"] {
	width: 100%;
	color: white;
	background-color: #4c4c4c;
	font-size: 15px;
	border: 0
}

#detail #detail_droite_ct input[type="email"] {
	width: 100%;
	height: 28px;
	color: black
}

#detail #detail_droite_ct select {
	color: black
}

#detail #slide_detail {
	width: 810px;
	height: 480px
}

#detail #detail_desc {
	margin-top: 35px;
	width: 540px;
	font-size: 15px
}

#detail .bien_equi {
	margin-right: 20px
}

#detail #biens_similaires {
	width: 810px;
	margin-top: 30px
}

#detail #detail_liste {
	font-size: 13px
}

#detail #detail_liste table,
#detail #detail_liste ul {
	background-color: white;
	width: 100%
}

#detail #principale {
	background-color: white;
	padding: 5px
}

#detail #detail_liste {
	width: 250px;
	margin-left: 16px;
	margin-top: 35px
}

#detail #map {
	width: 540px
}

#detail .detail_title {
	margin-bottom: 15px;
	font-size: 17px
}

#detail #secondaire {
	padding: 50px;
	background-color: white
}

#detail #secondaire {
	margin-top: 10px
}

#detail #entete {
	width: 100%
}

#detail #entete .entete_gris {
	color: #cdcdcd
}

#detail #entete .ville {
	color: #777263;
	font-size: 40px
}

#detail #entete_left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	font-size: 20px
}

#detail #entete_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	text-align: right;
	font-size: 14px
}

#detail #top {
	line-height: 70px
}

#detail .bg_blue,
#detail .bg_red {
	color: #ffffff
}

#details #back {
	padding: 10px;
	margin: 20px auto
}

#detail #principale .iblock {
	width: 50%
}

#detail #mini #bx-pager-off {
	height: 1px
}

#detail #desc {
	font-size: 14px
}

#detail #fav_print a {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px
}

#detail .prixdetail {
	font-size: 23px;
	color: #ff2275;
	margin-bottom: 30px;
	text-align: center
}

#detail .prixdetail_mini {
	font-size: 23px;
	color: #ff2275
}

#detail .intExt {
	color: #ff2275;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px
}

#detail #cols div.iblock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%
}

#detail #cols h3 {
	color: #777263;
	font-size: 14px;
	margin-bottom: 45px
}

#detail #cols ul {
	margin-left: 15px
}

#detail .trait_sep {
	height: 1px;
	width: 100%;
	margin-top: 50px;
	background-color: #cdcdcd;
	margin-bottom: 20px
}

#details .detail_top {
	padding-bottom: 9px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 30px
}

#details .detail_top div {
	width: 50%;
	font-size: 18px
}

#details .detail_bottom_left {
	width: 50%;
	margin-right: 4%;
	padding-bottom: 26px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 50px
}

#details .detail_bottom_left div {
	width: 50%
}

#details .detail_bottom_left div:nth-child(1) {
	font-size: 12px
}

#details .detail_bottom_left div:nth-child(2) {
	font-size: 14px
}

#details .detail_bottom_right div {
	width: 33.33%
}

#details .detail_bottom_right {
	width: 46%;
	padding-bottom: 26px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 50px
}

#detail #top #titre,
#detail #top #prix,
#detail #top #prix .btn_detail,
#detail #mini #bx-pager,
#detail #mini #contact_a {
	vertical-align: middle
}

main#details #back span.iblock:first-child,
#detail #principale #borderslide,
#detail #top #titre,
#detail #mini #bx-pager,
#detail #mini #bx-pager-off {
	width: 100%
}

#details #back span.iblock:last-child,
#detail #principale #caract,
#detail #top #prix,
#detail #mini #contact_a {
	width: 33%
}

#gestion #titre,
#relocation #titre,
#apropos #titre,
#contact #titre,
#estimation #titre {
	margin-top: 20px
}

#contact h3 + div {
	margin: 20px 0
}

#detail #links {
	padding: 20px 0
}

#detail #links .btn_detail:first-child {
	margin-right: 10px
}

#detail #links .btn_detail:last-child {
	margin-left: 10px
}

#detail #prix {
	font-size: 22px
}

#detail h2 {
	font-weight: bold;
	font-size: 18px
}

#esti_title {
	font-size: 20px;
	margin-bottom: 30px
}

.nb_esti {
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	font-size: 16px;
	margin-bottom: 20px
}

.nb_esti span {
	color: white;
	background-color: black;
	height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	font-size: 20px
}

#esti_form input[type="text"], #esti_form input[type="email"] {
	height: 40px;
	padding-left: 15px;
	color: black;
	margin-bottom: 20px;
	border-radius: 0;
	border: 2px solid #c6c6c6
}

#esti_form textarea {
	height: 100px;
	padding-left: 15px;
	padding-top: 15px;
	color: black;
	margin-bottom: 20px;
	border-radius: 0;
	border: 2px solid #c6c6c6
}

#esti_form input[type="submit"] {
	background-color: #e70b6a;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	height: 40px;
	text-align: center;
	border: 0;
	border-radius: 0;
	margin-bottom: 20px
}

#col_esti_video {
	margin-bottom: 30px
}

a.link_esti {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	font-size: 25px;
	border: 2px solid #b3b3b3;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 35px
}

.container_page_texte .container .row {
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px
}

.container_page_texte .container .t_center {
	margin-bottom: 30px
}

#esti_methode {
	margin-top: 10px;
    padding-top: 20px;
    /* border-top: 2px solid #c6c6c6; */
    background: white;
    padding-bottom: 20px;
}

#contact .container #map{
	background: white;
	padding-top: 50px;
	
}

#contact .container .col-lg-12.col-md-12.col-sm-12.col-xs-12{
	background: white;
	
	padding-bottom: 50px
}

.energ-a {
	background-color: #008431
}

.energ-b {
	background-color: #4CA53B
}

.energ-c {
	background-color: #88B535
}

.energ-d {
	background-color: #DEDE25
}

.energ-e {
	background-color: #FFF708
}

.energ-f {
	background-color: #FFB720
}

.energ-g {
	background-color: #FF7314
}

.energ-h {
	background-color: #EF3910
}

.energ-i {
	background-color: #C60818
}

.lettre {
	color: white;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 20px;
	line-height: 40px;
	display: inline-block;
	font-size: 25px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px
}

#normal h2 {
	font-size: 18px
}

#detail h3,
#detail h4 {
	margin-bottom: 20px
}

#detail #prev,
#detail #next {
	width: 15px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 40%;
	font-size: 20px;
	z-index: 30;
	color: #002C64
}

#detail #prev {
	left: -4px
}

#detail #next {
	right: 4px
}

#detail #bx-pager {
	position: relative
}

#detail .barre_gris {
	vertical-align: middle;
	width: 150px;
	margin: 0 30px
}

#detail .nav-tabs {
	border: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center
}

#detail .nav-tabs>li {
	float: none;
	display: inline-block
}

#detail .infos {
	height: 360px;
	left: 30px;
	padding-top: 100px
}

#estimation #estimation_container {
	border: 10px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0.5);

	padding-left: 10px;
    padding-right: 10px;
}

#detail .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 0;
	color: white;
	background-color: #cbcbca;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 0
}

#detail .nav>li>a {
	padding: 5px 10px;
	border-radius: 0
}

.opensans {
	font-family: 'Open Sans Condensed'
}

#detail #caract {
	padding: 0 45px;
	font-size: 14px;
	color: #595959
}

#detail #caract h3,
#detail h3 {
	color: #777263;
	font-size: 14px
}

#lien_book {
	background-color: #cdcdcd;
	color: white;
	padding: 8px 12px
}

#detail #energie {
	width: 64%;
	text-align: left
}

#diapo_detail {
	
	padding-top: 30px
}

#detail #energie img {
	margin-right: 30px
}

#detail #energie_right {
	margin-left: 15px
}

#detail #caract .container_detail {
	margin-bottom: 30px
}

#detail .img_mini img {
	margin-right: 4px;
	margin-bottom: 4px
}

#detail #secondaire .container_detail {
	padding: 0px
}

#detail #principale #eco {
	bottom: 20px
}

#detail #principale #eco p {
	margin: 2px 0
}

#details #principale .container_detail {
	color: white;
	font-size: 14px;
	padding: 0
}

#detail .top_listing {
	font-size: 15px
}

#details .detail_titre {
	width: 33.33%
}

#details #principale #caract .container_detail {
}

#details .container_detail {
	margin: 0 auto
}

#detail_pink_button div a {
	display: inline-block;
	width: 100%;
	padding: 4px;
	color: white;
	background-color: #e70a6a;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px
}

#liste_biens #esti_title {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

#details #detail_ref {
	font-size: 16px
}

#listing .paging {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	
}

#details #detail_ref .ttu {
	font-size: 25px
}

#details #detail_ref .italic {
	font-size: 20px
}

#footer_middle #footer_left {
	margin-top: 10px
}

#footer_left,
#footer_right {
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17px
}

#footer_center {
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	padding-top: 17px
}

#footer2 {
	background-color: black;
	height: 120px;
	width: 100%;
	text-align: center
}

#normal ul {
	padding-left: 20px
}

#normal h4 {
	position: relative;
	left: 15px;
	font-style: italic;
	color: #851D22
}

#normal h4:before {
	content: "";
	background: url('../images/title_bg.png') no-repeat;
	height: 10px;
	width: 11px;
	position: absolute;
	left: -15px
}

#contact .wrapper {
	padding: 30px
}

#contact h1 {
	font-size: 62px
}

#contact_form {
	margin-top: 40px
}

#contact_form label,
#contact_form input {
	width: 280px;
	height: 50px;
	padding-left: 20px;
	font-size: 18px
}

#contact_form textarea {
	padding: 20px;
	width: 948px;
	font-size: 18px;
	height: 100px
}

#contact_form #realPerson {
	width: 150px;
	margin-left: 10px;
	height: 38px
}

#contact_form .realperson-regen {
	position: absolute;
	top: 0;
	right: 0px;
	right: 90px
}

#contact_form #form_fld > .iblock:nth-child(odd),
#contact_form #form_fld > .iblock:nth-child(even),
.esti_blocks .iblock:nth-child(odd) {
	margin-right: 37px
}

#contact_form #form_fld > .iblock:nth-child(3) {
	margin-right: 0
}

#contact_form #form_fld > .iblock,
.esti_blocks .iblock {
	margin-bottom: 20px
}

.esti_caract_block .bg_mgrey.iblock {
	margin-bottom: 10px
}

.esti_caract_block {
	border-bottom: 1px solid #E1E1E1
}

.esti_caract_block + .esti_caract_block {
	padding-top: 10px
}

#contact_form #form_btm {
	margin-top: 20px
}

#contact_form label {
	margin-bottom: 5px
}

input[type=text],
input[type=number],
select {
	height: 28px
}

textarea,
select {
	width: 100%;
	max-width: 100%
}

#contact_form #form_btm > .iblock {
	width: 50%;
	text-align: left
}

.nopdt {
	padding-top: 0;
}

#contact_form #submit,
#esti_form #submit,
#frame_ami #submit,
#relocation #submit,
#gestion #submit,
#apropos #submit,
#contact #submit:not(.iblock) {
	padding: 6px 8px;
	box-shadow: 1px 1px 1px #000;
	border: none;
	background-color: #90b740;
	height: 28px;
	line-height: 18px;
	font-size: 14px;
	vertical-align: middle
}

#footer_middle h1 {
	font-size: 20px;
	margin-top: 25px
}

#contact #submit.iblock {
	width: 100px
}

#relocation #submit,
#gestion #submit,
#apropos #submit,
#contact #submit:not(.iblock) {
	margin-top: 30px
}

#contact #adresse > .iblock {
	width: 50%
}

#contact #adresse p {
	margin: 0
}

#contact #adresse p span {
	font-size: 18px
}

#contact #adresse p,
#contact #adresse address {
	line-height: 24px;
	color: #032766;
	font-weight: bold
}

 #mon_compte .cw, #gestion_inscrits .container {
	background-color: white;
	padding: 50px
}

#container_inscription  input[type="text"],
#container_inscription  input[type="password"],
#container_inscription  input[type="email"] {
	height: 40px;
	padding-left: 15px;
	color: black;
	margin-top: 20px;
	border-radius: 0;
	border: 2px solid #c6c6c6;
	width: 100%
}

#container_inscription input[type="submit"] {
	color: white;
	font-size: 17px;
	vertical-align: middle;
	border: 0;
	background-color: #e80b6b;
	border-bottom: 0;
	margin-top: 20px;
	width: 100%;
	height: 40px
}

#estimation #normal #esti_top h3 {
	height: 85px;
	line-height: 85px
}

#estimation #normal .bg_dgrey h3 {
	padding: 0 20px;
	height: 50px;
	line-height: 50px
}

#estimation #normal .bg_dgrey h3 > span {
	font-style: italic;
	opacity: 0.5;
	font-weight: normal;
	font-size: 12px
}

#estimation #normal .iblock {
	width: 280px
}

#estimation #normal input[type=text],
#estimation #normal input[type=number],
#estimation #normal select,
#estimation #normal textarea {
	width: 100%;
	box-sizing: border-box;
	padding-left: 5px;
	max-width: 100%
}

#estimation #normal textarea {
	height: 62px
}

#estimation #normal .esti_blocks *:not(.realperson-text) {
	font-size: 10px
}

#estimation #normal .esti_blocks .realperson-regen span {
	font-size: 12px
}

#estimation #normal .esti_blocks .bg_mgrey,
#estimation #normal .esti_blocks .bg_sgrey {
	height: 30px;
	line-height: 30px
}

#estimation #normal .esti_blocks input + label + span {
	font-style: italic;
	margin-left: 4px
}

#estimation #normal .esti_caract_block .iblock.bg_mgrey span.iblock {
	width: 55%
}

#estimation #normal .esti_caract_block .iblock.bg_mgrey span.iblock.p_rel:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #000000;
	position: absolute;
	top: 40%;
	left: -5px
}

#estimation #normal .esti_caract_block .iblock.bg_mgrey span.iblock,
#estimation #esti_perso span.iblock {
	margin: 0 0 0 10px;
	padding: 0 0 0 5px
}

#estimation #esti_perso span#sp_lh {
	line-height: 15px
}

#estimation input[type=radio] {
	appearance: inherit;
	-webkit-appearance: inherit;
	-moz-appearance: inherit;
	display: none
}

#estimation input[type=radio] + label {
	background-color: #ffffff;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

#estimation input[type=radio]:checked + label {
	background-color: #A9A9AA;
	transition: all .2s
}

#estimation #esti_end {
	height: 77px;
	margin-bottom: 20px;
	width: 220px
}

#estimation #esti_submit #realPerson {
	width: 76px
}

#estimation #esti_submit #submit {
	width: 82px
}

#estimation #esti_submit .realperson-text,
#estimation #esti_submit .realperson-regen {
	display: inline-block;
	vertical-align: middle
}

#estimation #esti_submit .realperson-challenge {
	margin-bottom: 20px;
	display: block
}

#realisations .image {
	width: 42%
}

#realisations .infos_rea {
	width: 57%
}

#realisations .bloc_rea {
	font-size: 14px
}

#realisations .prix_rea {
	font-size: 18px
}

#realisations .bloc_rea {
	margin: 10px;
	border: 1px solid #c6a875;
	padding: 10px;
	margin-top: 40px
}

.t_white {
	color: white
}

.t_white textarea {
	color: black
}

.t_white input[type="email"],
.t_white input[type="text"] {
	height: 28px;
	width: 100%;
	color: black
}

.t_white input[type="submit"] {
	border: 0;
	color: white;
	background-color: transparent;
	font-size: 16px
}

.t_white select {
	height: 28px;
	width: auto;
	color: black
}

.ctc_form {
	width: 540px;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 30px
}

#tbl_contact {
	width: 100%
}

.ct_right {
	margin-top: 40px;
	margin-left: 80px;
	font-size: 16px
}

#ct_form {
	padding: 15px;
	background-color: #f2f2f2
}

#contact {
	padding-bottom: 40px;
	padding-top: 40px
}

#ct_form input[type="text"],
#ct_form input[type="email"] {
	border-radius: 0px;
	border: 1px solid #bfbeb1;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	padding-left: 10px
}

#ct_form input[type="submit"] {
	background-color: #bfbeb1;
	color: white;
	border-radius: 0
}

#ct_form textarea {
	border-radius: 0px;
	border: 1px solid #bfbeb1;
	padding: 0px;
	height: 150px;
	padding-left: 10px
}

#tbl_contact input,
#tbl_contact textarea {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 100%
}

#tbl_contact textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

#tbl_contact #realPerson {
	width: 100px
}

#tbl_contact input[type="submit"] {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #4c4c4c;
	color: white;
	text-align: center;
	padding: 6px 10px;
	line-height: 15px;
	height: 24px;
	vertical-align: middle
}

body#frame_ami {
	background: none
}

body#frame_ami h1 {
	padding: 20px 0 10px 0;
	height: auto;
	font-size: 16px
}

body#frame_ami > .t_center {
	background-color: #ffffff
}

body#frame_ami table {
	margin-top: 20px
}

body#frame_ami td {
	padding: 5px 0
}

body#frame_ami input,
body#frame_ami textarea {
	box-sizing: border-box;
	padding-left: 5px;
	max-width: 100%
}

body#frame_ami .realperson-text {
	padding: 0;
	background: none
}

.btn_submit,
.btn_price,
.btn_detail {
}

.btn_submit {
	color: #ffffff;
	box-shadow: 1px 1px 1px #000000;
	line-height: 24px;
	height: 24px
}

.btn_login {
	width: 125px;
	line-height: 26px;
	color: #ffffff;
	margin: 18px 0
}

.btn_price {
	width: 130px;
	font-size: 15px;
	background-color: #c6a875
}

.btn_price,
.btn_detail {
	color: white;
	background-color: #003358;
	padding: 5px 15px
}

#detail #prix .btn_detail {
	font-size: 20px
}

.bloc_about_left {
	display: inline-block;
	vertical-align: top;
	width: 645px;
	padding-right: 20px;
	font-size: 14px
}

.bloc_about_left2 {
	display: inline-block;
	vertical-align: top;
	width: 490px
}

.bloc_about_right2 {
	display: inline-block;
	vertical-align: top;
	width: 645px;
	padding-right: 20px;
	font-size: 14px
}

.agencebloc {
	padding: 20px;
	margin: 40px 0
}

#container_inscription {
	margin-bottom: 100px;
}

.bottomline {
	height: 1px;
	width: 520px;
	margin: 0 auto
}

.titre_page_page {
	font-size: 21px;
	font-weight: bold
}

.bloc_about_right {
	display: inline-block;
	vertical-align: top;
	width: 490px;
	text-align: right
}

.btn_detail {
	font-size: 16px
}

.btn_login a,
.btn_price a,
.btn_detail a {
}

.iblock {
	display: inline-block;
	vertical-align: top
}

.block {
	display: block
}

.t_right {
	text-align: right
}

.t_left {
	text-align: left
}

.t_upper {
	text-transform: uppercase
}

.t_center {
	text-align: center
}

.t_bold {
	font-weight: bold
}

.bg_white {
	background-color: #ffffff
}

.bg_grey {
	background-color: #EFEFEF
}

.btn_price:hover,
.btn_price:focus,
.bg_dgrey {
	background-color: #A9A9AA
}

.bg_gris {
	background-color: #4c4c4c
}

.bg_lgrey {
	background-color: #F9F9F9
}

.bg_mgrey {
	background-color: #E1E1E1
}

.bg_sgrey {
	background-color: #666666
}

.bg_blue {
	background-color: #002C64
}

.bg_red {
	background-color: #851D22
}

.bg_gold {
	background-color: #c5a775
}

.gold {
	color: #c6a875
}

.p_abs {
	position: absolute
}

.p_rel {
	position: relative
}

.fl_right {
	float: right
}

.fl_left {
	float: left
}

.sep {
	height: 1px;
	width: 100%;
	margin-top: 35px
}

.dataGridView {
	color: #44474E;
	border: 1px solid #CFCFCF;
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px
}

.dataGridView tr {
	background-color: white
}

.dataGridView th {
	font-weight: normal;
	text-align: center;
	background-color: #2f2f2f;
	border: 1px solid #CBCBCB;
	font-family: 'LatoBold', arial, serif;
	font-size: 13px;
	padding: 3px;
	color: white
}

.dataGridView td {
	border: 1px solid #CBCBCB;
	font-family: 'LatoRegular', arial, serif;
	font-size: 13px;
	padding: 3px;
	text-align: center
}

.footer_txt {
	font-size: 16px
}

#notre_entreprise {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: justify;
	font-size: 14px
}

#navadmin {
	text-align: center
}

#navadmin ul {
	list-style-type: none
}

#navadmin ul li {
	background-color: grey;
	color: white;
	padding: 10px 20px;
	float: left
}

#navadmin a {
	color: white !important
}

#entete_detail {
	margin-top: 50px;
	margin-bottom: 10px;
	width: 780px;
	width: 710px;
	margin-left: 15px
}

#entete {
	width: 100%;
	margin-top: 30px;
	float: left
}

#ref_bien {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
	color: rgb(58, 58, 58);
	text-align: right
}

#ville_details {
}

#type_details {
	text-transform: uppercase;
	width: 290px;
	color: #666666;
	font-weight: bold;
	font-size: 35px;
	font-family: 'Myriad Pro Bold';
	float: left;
	margin-left: 30px
}

#titre_desc {
	font-size: 25px;
	color: black;
	margin-top: 40px;
	margin-bottom: 20px
}

#bloc_texte_detail {
	float: left;
	text-align: justify;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 30px;
	color: #808080;
	line-height: 1.1
}

#details #detail_map {
	margin-top: 60px
}

.bouton_retour {
	font-size: 18px;
}

.specifications_details  ul {
	list-style-type: none;
	color: #808080;
	font-size: 14px;
	padding-left: 0
}

#detail .localisation_title {
	font-size:
}

#detail .caracteristiquesMargin {
	margin-top: 25px
}

.specifications_details  ul li {
	border-bottom: 1px solid grey;
	padding-bottom: 10px;
	padding-top: 10px
}

.specifications_details  ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 10px
}

#details #ct_details {
	margin-top: 60px
}

#details .ct_input_submit {
	color: white;
	background: #90b740;
	width: 100%;
	height: 50px;
	border: 1px solid #666666;
	font-size: 20px
}

.detail_ville {
	color: black;
	font-size: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.detail_nature {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
	color: #90b740
}

#titre_carac,
.titre_dot {
	padding: 12px 0;
	font-size: 30px;
	color: #000000;
	margin-bottom: 15px;
	text-transform: uppercase
}

#details .ct_input_text {
	height: 50px;
	width: 100%;
	font-size: 20px;
	color: #666666;
	padding-left: 10px
}

#details #ct_textarea {
	min-height: 200px;
	font-size: 20px;
	color: #666666;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#liste_carac {
	float: right;
	min-height: 248px;
	margin-top: 60px
}

#map_detail {
	
}

.left {
	float: left
}

#borderslide {
	border: 1px solid silver;
	padding: 5px
}

#bloc_left_videos {
	float: left;
	width: 400px
}

#titre_videos {
	background-color: #F0EFEF;
	padding: 16px 15px
}

#titre_videos span,
#archive_videos span {
	font-size: 14px;
	color: #7e7e7e
}

#archive_videos {
	float: left;
	width: 97.5%;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #F0EFEF;
	padding: 16px 15px
}

#titre_videos_hp {
	float: left;
	background-color: #F0EFEF;
	width: 100%;
	margin-bottom: 30px
}

#texte_videos {
	margin-top: 30px;
	font-size: 13px;
	color: #7e7e7e;
	text-align: justify
}

#prix_details {
	text-transform: uppercase;
	width: 260px;
	color: #666666;
	font-size: 35px;
	font-family: 'Myriad Pro Regular';
	float: right;
	text-align: right
}

#chambres_details,
#surface_details {
	width: 25%;
	color: #a42869;
	text-align: center
}

video::-webkit-media-controls {
	display: none !important
}

.mini_detail {
	margin-right: 25px;
	margin-bottom: 20px
}

#detail_desc {
	background-color: white;
	padding-bottom: 30px
}

#detail_gauche {
	width: 325px
}

#detail_droite {
	float: right
}

#description_details {
	float: left;
	width: 100%;
	margin-bottom: 30px
}

#description_texte {
	width: 100%;
	text-align: justify;
	font-size: 12px;
	padding-right: 10px
}

	.responsive-circle {
    font-size: 14px;
   
    margin: 0 auto 20px;
    width: 80%;

}
.responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
    background-color:white;

    background: url(../images/rond.svg) repeat scroll 0 0 / cover;
    
}
.responsive-circle div {
    color:black;
    float: left;
   line-height: 2em;
    margin-top: -0.5em;
    padding-top: 20%;
    text-align: center;
    width: 100%;
        padding-right: 15px;
    padding-left: 15px;
}

#description_titre,
#projet_titre {
	border-bottom: 1px solid #666666;
	float: left;
	width: 100%;
	margin-bottom: 30px
}

#projet_titre table tr td {
	font-size: 13px
}

#caracteristiques_titre,
#description_complete_titre {
	border-bottom: 1px solid #666666;
	float: left;
	width: 100%;
	margin-bottom: 30px
}

#description_titre span,
#caracteristiques_titre span,
#description_complete_titre span,
#projet_titre span,
#ville_details span {
	padding: 5px;
	color: white;
	background-color: #666666;
	font-size: 13px;
	float: left
}

#caracteristiques_details {
	float: left
}

#caracteristiques_texte {
	width: 220px;
	text-align: justify;
	font-size: 12px
}

#energie {
	float: left;
	margin-top: 30px;
	width: 780px;
	padding-top: 15px;
	border-top: 1px solid #666666
}

#energie_gauche {
	float: left
}

#energie_droite {
	float: right
}

#description_complete {
	float: left;
	margin-left: 23px;
	width: 68%
}

#description_complete_texte {
	width: 100%;
	text-align: justify;
	font-size: 12px;
	padding-right: 10px
}

.greybar {
	width: 602px;
	float: left;
	margin-left: 23px;
	margin-top: 30px;
	margin-bottom: 30px
}

#description_complete_texte ul {
	float: left;
	margin-left: 10px;
	width: 46%
}

#description_complete_texte li {
}

#loi_allur {
	margin-top: 20px;
	float: left;
	margin-left: 23px;
	font-size: 12px
}

#bloc_options {
	width: 100%;
	float: left;
	margin-top: 40px
}

#bloc_options1,
#bloc_options2,
#bloc_options3 {
	float: left
}

#bloc_options1 {
	width: 100%
}

#bloc_options2,
#bloc_options3 {
	width: 100%;
	margin-left: 10px
}

#rappel,
#visite {
	background-color: #9f1a60;
	width: 150px;
	height: 36px;
	color: white;
	text-decoration: none;
	float: left;
	text-align: center;
	line-height: 32px;
	margin-bottom: 5px
}

#detail_liens {
	float: right;
	width: 220px;
	margin-right: 23px
}

.detail_lien img {
	vertical-align: middle;
	margin-left: 5px;
	height: 25px;
	margin-bottom: 5px
}

.detail_lien {
	font-family: "Arial";
	font-size: 13px;
	color: #808080;
	float: right;
	background-color: #666666;
	margin-left: 10px;
	height: 26px
}

#detail_btn {
	background-color: #e6e6e6;
	padding-top: 15px
}

#detail_btn a {
	background: #ffffff;
	padding: 8px 5px;
	text-decoration: none;
	display: block;
	margin-bottom: 15px
}

#detail_btn img {
	margin-right: 8px
}

#detail_btn a:hover {
	text-decoration: none
}

.btn_vert {
	background-color: #90b740 !important;
	color: white !important
}

.detail_lien a {
	color: white;
	padding-left: 5px;
	text-decoration: none
}



#container_footer_bottom {
	background-color: rgba(0,0,0,1);
	/*position: absolute;
	bottom: 0;
	width: 100%;*/

}

#container_footer_bottom div.col-sm-5 {
	text-align: center
}

#container_footer_bottom a {
	font-size: 14px;
	    padding-top: 5px;
    padding-bottom: 5px;
	display: inline-block
}

#container_footer_bottom a,
#container_footer_bottom a:hover {
	color: white !important
}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

.col-xs-5 {
	width: 20%;
	float: left
}

#img360 {
		width: 230px;
	}

@media (min-width:768px) {
	.col-sm-5 {
		width: 20%;
		float: left
	}

	.col-sm-5bis {
    width: 41.66666667%;
}

}

@media (min-width:992px) {
	.col-md-5 {
		width: 20%;
		float: left
	}

	#container_footer_bottom {
		position:fixed;
		bottom:0;
		width: 100%;

	}

}

@media (min-width:1200px) {
	.col-lg-5 {
		width: 20%;
		float: left
	}

}

@media(max-width:767px) {
	#container_header nav ul li {
		width: 100%
	}

	#container_header p:nth-child(3) span:before, #container_header p:nth-child(3) span:after {
		top: 7px;
	}

	html {
		background: none;
	}

	#exclu img {
		margin-top: 70px;
		margin-bottom: 70px;
		max-width: 100px;
	}

	#top_detail .prixdetail_mini {
		text-align: left;
	}

	#container_header {
		margin-bottom: 30px;
	}

	.center_mobi {
		text-align: center
	}

	#container_header nav ul li {
		padding: 0 12px
	}

	#container_header nav ul li:last-child {
		padding: 0 0 0 12px
	}

	.dflex {
		display: block
	}

	.icones_listing {
		text-align: left;
	}

	.mb_xs_20 {
		margin-bottom: 20px
	}
	


	.mb_xs_30 {
		margin-bottom: 30px
	}

	#mon_compte #lien_compte {
		max-width: 200px;
		margin: 0 auto
	}

	#recherche_dropdown {
		width: 95% !important
	}

	#bloc_recherche {
		width: 100% !important;
		top: 0px;
		margin: 0;
		float: left;
		margin-bottom: 30px
	}

	.recherche_square {
		width: 31%;
		height: 0px;
		padding-bottom: calc(32% - 2px)
	}

	.recherche_square .textsquare {
		font-size: 13px
	}

	.mobi_left {
		text-align: left
	}

	#container_bloc_recherche {
		position: relative;
		width: 100%;
		float: left;
		left: 0%;
		-webkit-transform: initial;
		-ms-transform: initial;
		-o-transform: initial;
		transform: initial
	}

	.recherche_square .icon {
		margin-top: 0%
	}

	.recherche_square .iconicon {
		max-height: 50px
	}

	#detail_ref {
		margin-bottom: 30px
	}

}

@media (min-width:767px) {
	#bloc_recherche {
		width: 55%
	}

}

@media screen and (max-width:1200px) and (min-width:768px) {
	.annonce_bien {
		padding-left: 0;
		padding-right: 0;
	}

	.annonce_bien:nth-child(even) {
		
	}

	.annonce_bien .listing_carac {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}

	.listing_carac {
		min-height: 380px
	}

}

@media screen and (max-width:1200px) and (min-width:992px) {
	.responsive-circle {
		font-size: 11px;
	}

}

@media(max-width:992px) {
	#bloc_recherche {
		width: 62%;
		top: 0
	}

}

@media (min-width:992px) {
}

@media (min-width:1200px) {
	#bloc_recherche {
		width: 48%
	}
	.listing_desc {
		min-height: 150px!important;
	}

}

.container {
	padding-left: 80px;
	padding-right: 80px;
}

@media (max-width:1200px) {
	#container_footer_bottom a {
		font-size: 14px
	}

	.container {
	padding-left: 55px;
	padding-right: 55px;
}

	#icn_ligne,
	#icn_grille,
	.listing_ligne {
		display: none !important
	}

	.listing_grille {
		display: block !important
	}

	#detail {
		/*padding: 50px 0 0 0*/
	}

	#estimation_container {
		padding: 0px 10px 0px 10px;
	}



}

@media (max-width:992px) {
	#mon_compte #lien_compte {
		display: block
	}

	#exclu img {
		margin-top: 70px;
		margin-bottom: 70px;
		max-width: 115px;
	}

		.container {
	padding-left: 50px;
	padding-right: 50px;
}

	#nav_langue a {
		margin-left: 0px;
	}

	#bottom_slider div.col-md-4 {
		margin-bottom: 15px;
	}

	#bottom_slider div.col-xs-5 {
		text-align: center;
		
	}

	.center_md {
		text-align: center !important;
	}

	.mb_sm_20 {
		margin-bottom: 20px;
	}

	#col_tel_header {
		margin-bottom: 20px;
	}



	
}

@media (max-width:768px) {
	#blocs_hp2 div.col-md-5 img {
		margin-top: 5px;
		width: 30px;
	}

	#container_header_top {
		margin-bottom: 50px;
	}

	#startlife_logo {
		max-width:80% !important;
	}

	#container_recherche_pays {
		margin-top: 20px !important;
	}

	#container_header p {
		margin-bottom: 4px;
	}


	#container_header_top i {
		padding-top: 18px;
	}
	#col_tel_header span{
		padding-top: 0px;
	}

	.icones_listing {
		text-align: center;
		
	}

	.listing_ville {
		padding-top: 15px;
	}

		.container {
	padding-left: 10px;
	padding-right: 10px;
}

.annonce_bien {
		padding-left: 0;
		padding-right: 0;
	}
.annonce_bien .listing_carac {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}

	#nav_langue a {
		margin-left: 5px;
	}

	#txt_360 {
		width: 100%!important;
	}

	#blocs_hp div.col-md-5 {
		font-size: 16px;
		background: url(../images/rond.svg);
		background-size: contain;
		height: 148px;
		background-repeat: no-repeat;
		padding-top: 30px;
		background-position: center center;
		margin-bottom: 50px
	}


	.annonce_bien .listing_prix {
		text-align: left
	}

	#container_recherche_pays a {
		font-size: 14px;
	}

	#container_header_top > .row {
		padding-bottom: 0px;
		padding-top: 20px;
		border-bottom: 0;
	}

	#container_header {
		margin-top: 15px;
	}

	#lien_investir_etranger {
		font-size: 12px !important;
		margin-top: 0px !important;
	}

	/*html {
		background:url(../images/startlife2019_mobile.jpg)no-repeat 46% fixed;
		background-position-y: top;
	}*/

}

@media (max-width:576px) {
	#container_header_top i {
		padding-top: 8px;
	}

	#container_header > .row > div p:nth-child(1), #container_header > .row > div p:nth-child(3) {
		font-size: 16px;
	}


	#container_header > .row > div p:nth-child(2) {
		font-size: 25px;
	}

	#container_recherche_pays a {
		font-size: 12px;
	}
	#container_recherche_pays img {
		max-height: 34px!important;
		margin-top: 5px !important;
	}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

.col-xs-5ths {
	width: 20%;
	float: left
}



@media (min-width:768px) {
	.col-sm-5ths {
		width: 20%;
		float: left
	}
	.listing_desc {
		    min-height: 195px!important;
	}

}
@media (min-width:1200px) {
	#bloc_recherche {
		width: 48%
	}
	.listing_desc {
		min-height: 105px!important;
	}

	#container_header_top i {
		font-size: 40px;
	}

	#container_header_top > .row > div:nth-child(1) {
		padding-left: 50px;
	}


	#container_header_top > .row > div:nth-child(3) {
		padding-right: 50px;
	}

	#container_header p {
		font-size: 25px;
	}

	#container_header p:nth-child(2){
		font-size: 55px;
	}

	.container {
		width: 1340px;
	}

	#hp_quick_search {
		height: 60px;
		font-size: 24px;
	}

	#hp_quick_search_submit {
		 height: 60px;
	 }

	#hp_quick_search_submit i {
		font-size: 30px;
	}

	#container_header {
		margin-bottom: 0;
	}

	#container_recherche_pays {
		margin-top: 20px !important;
	}

	#lien_investir_etranger {
		margin-top: 15px !important;
	}

	#exclu img {
		margin-top: 80px;
		margin-bottom: 80px;
		max-width:150px;
	}

	#form_hp_2019 {
		max-width: 85% !important;
	}



	}
@media (min-width:992px) {
	.col-md-5ths {
		width: 20%;
		float: left
	}

}

@media (min-width:1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left
	}

}