@font-face {
	font-family:"Open Sans Extrabold";
	src:url("../../fonts/OpenSans-ExtraBold.eot?") format("eot"),url("../../fonts/OpenSans-ExtraBold.woff") format("woff"),url("../../fonts/OpenSans-ExtraBold.ttf") format("truetype"),url("../../fonts/OpenSans-ExtraBold.svg#../../fonts/OpenSans-Extrabold") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/* Webfont: Open Sans-Regular */
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/OpenSans-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/OpenSans-regular.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/OpenSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Open Sans-Bold */
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../../fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/OpenSans-Bold.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/OpenSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Open Sans-Heavy */
@font-face {
    font-family: 'LatoHeavy';
    src: url('../../fonts/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Open Sans-Medium */
@font-face {
    font-family: 'LatoMedium';
    src: url('../../fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Open Sans-HeavyItalic */
@font-face {
    font-family: 'LatoHeavyItalic';
    src: url('../../fonts/Lato-HeavyItalic.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato-HeavyItalic.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/Lato-HeavyItalic.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'oswald_light';
	src: url('../../fonts/oswald-light.eot');
	src: url('../../fonts/oswald-light.eot?#iefix') format('embedded-opentype'), url('../../fonts/oswald-light.woff') format('woff'), url('../../fonts/oswald-light.ttf') format('truetype'), url('../../fonts/oswald-light.svg#oswald-light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswald_regular';
	src: url('../../fonts/oswald-regular-webfont.eot');
	src: url('../../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/oswald-regular-webfont.woff') format('woff'), url('../../fonts/oswald-regular-webfont.ttf') format('truetype'), url('../../fonts/oswald-regular-webfont.svg#oswald-regular-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bold {
    font-weight: bold;
}
.bg-danger {
    padding: 15px;
}
.no-border { border: none!important; }
a {
    outline: none;
    color: black;
}
body {
	background: #f2f2f2;
	font-family: 'Open Sans';
}
body#popup {
	background: none;
}
h1 {
    font-size: 25px;
    font-variant: small-caps;
    font-family: 'Open Sans Bold';
}
.clear {
	clear: both;
}
#content .container {
    padding-top:10px;
}
#logo {
    margin-top: 5px;
}
#header {
	margin: 0;
	position: relative;
	height: 340px;
	font-family: 'Open Sans';
}
#header #nb_piece {
    width: 120px;
}
.nav > li > a {
    padding: 10px;
}
#top {
	background: #2f2f2f;
	color: white;
	font-family: 'Open Sans';
}
#top a {
	color: white;
}
#liens_nav {
	float: right;
}
#nav-mobile a#menu-panier,
#nav-mobile a#menu-internaute,
#nav-mobile a#menu-professionnel,
#liens_nav a {
	padding-left: 20px;
	display: inline-block;
	padding-right: 5px;
    padding-top: 0;
}
#liens_nav #menu-panier,
#nav-mobile #menu-panier {
	background: url(/images/new/ma-selection.png) no-repeat 0 3px;
}
#liens_nav #menu-internaute,
#nav-mobile #menu-internaute {
	background: url(/images/new/espace-perso.png) no-repeat 0 3px;
}
#liens_nav #menu-professionnel,
#nav-mobile #menu-professionnel {
	background: url(/images/new/espace-pro.png) no-repeat 0 3px;
}

#header {
    background: url("/images/new/bg_header_immo.jpg") no-repeat center;
}
#header.IMO.saison-ete {
	background: url("/images/new/bg_header_immo_summer.jpg") no-repeat center;
}
#header.IMO.saison-hiver {
	background: url("/images/new/bg_header_immo_winter.jpg") no-repeat center;
}
#header.VAC{
    background: url("/images/new/bg_header_vac.jpg") no-repeat center -440px;
}
#header.LOC{
    background: url("/images/new/bg_header_loc.jpg") no-repeat center -440px;
}
#header.COM{
    background: url("/images/new/bg_header_comm.jpg") no-repeat center -440px;
}
#header.AUT {
    background: url("/images/new/bg_header_aut.jpg") no-repeat center -235px;
}
#header.AFF {
    background: url("/images/new/bg_header_aff.jpg") no-repeat center -620px;
}
#header.ANI {
    background: url("/images/new/bg_header_ani.jpg") no-repeat center center;
}
#header.REN {
    background: url("/images/new/bg_header_ren.jpg") no-repeat center center;
}
#header.NUF {
    background: url("/images/new/bg_header_neuf.jpg") no-repeat center center;
}
#header.SAP {
    background: url("/images/new/bg_header_sap.jpg") no-repeat center center;
}

#header .container {
	padding-top: 120px;
}
#header .search {
	padding: 10px;
	background: url("/images/new/blanc_transparent.png");
}
ul.search-marche {
    padding-left: 0;
	margin-bottom: 0;
	position: relative;
}
.search-marche > li {
	display: inline-block;
	line-height: 35px;
}
.search-marche > li > a {
	padding: 0 15px;
	display: block;
	background: #2f2f2f;
	color: white;
	text-transform: uppercase;
}
.search-marche > li.active > a {
	background: #d3031d;
}
.bienvenue {
	font-family: 'Open Sans Bold';
	font-size: 40px;
	color: white;
}

.nav {
	margin-top: 8px;
}
#nav-mobile li.last a,
.header .nav li.last a {
    font-family: 'Open Sans Bold';
}
.header .nav > li,
#header .nav > li {
	float: left;
	border-bottom: 6px solid transparent;
}
.nav li a {
	color: black;
}
.header .nav li.active {
	border-bottom: 6px solid #d3031c;
}
.nav-tabs li a {
    font-weight: bold;
}
.nav-tabs li.active a {
    font-weight: normal;
}
.nav li.last {
	background: #d3031c;
	color: white;
	text-transform: uppercase;
	font-family: 'Open Sans';
    border: none;
}
.nav li.last a {
	color: white;
}
.nav li.last a:hover {
	text-decoration: underline;
	background: inherit;
}
.prix input.form-control,
.surface input.form-control {
	width: 100px;
}
.btn-default.rechercher {
	background: url(/images/new/rechercher.png) no-repeat 10px center #d3031c;
	border: 0;
	border-radius: 0;
	color: white;
	text-shadow: none;
	line-height: 35px;
	padding-left: 30px;
	text-transform: uppercase;
	margin-left: 7px;
}
.btn-default.more {
	background-color: #000;
	vertical-align: bottom;
}
#lieu {
	width: 220px;
}
#descriptif_annonce #lieu {
    width: 100%;
}
#prix_min, #prix_max,
#surf_min, #surf_max {
	width: 75px;
}
.separator {
	border-right: 1px solid white;
	padding-left: 8px;
	margin-right: 9px;
	vertical-align: middle;
	display: inline-block;
	height: 50px;
	width: 8px;
}
.titre_border {
	border-left: 8px solid #d3031c;
    font-variant: small-caps;
	padding-left: 10px;
	margin: 20px 0;
	font-size: 20px;
}
.titre_border #nb_annonces_total {
	font-family: 'Open Sans';
}
.pub {
	margin-bottom: 20px;
}
.annonce.premium, .box, .bloc {
	-webkit-box-shadow: 0px 0px 20px lightgray;
	-moz-box-shadow:    0px 0px 20px lightgray;
	box-shadow:         0px 0px 20px lightgray;
}
.annonce {
	position: relative;
	min-height: 320px;
	margin-bottom: 20px;
}
.annonce .box { background-color: #fff; }
.titre_annonces h2,
.titre_annonces h3 {
	text-align: center;
}
.titre_annonces {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 4px solid #d3031c;
}
.titre_annonces h2 {
	font-family: 'Open Sans Bold';
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.red {
	color: #d3031c;
}
.titre_annonces h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.annonce.premium {
	background: white;
	position: relative;
	padding: 0;
}
.annonce.liste {
	min-height: inherit;
}
.annonce .sign {
	display: inline-block;
	padding: 10px;
	position: absolute;
	background: #2f2f2f;
	color: white;
	text-transform: uppercase;
	font-family: 'Open Sans Bold';
	bottom: 20px;
}
.annonce .sign span {
	text-transform: none;
	display: block;
	font-family: 'Open Sans';
}
.annonce .media {
	height: 140px;
	margin-top: 0;
	position: relative;
	overflow: hidden;
    display: block;
}
.annonce.mosaic .media {
	height: 220px;
}
.annonce.liste .media {
	float: left;
	border-right: 15px solid white;
}
@media (min-width: 1000px) {
    .annonce.premium .media {
        float: left;
        width: 50%;
        max-height: none;
        height: 320px;
        margin-left: -15px;
    }

    .annonce.premium .info {
        float: left;
        width: 50%;
        padding: 15px 15px 0 15px;
    }
}
.annonce .info {
	padding: 15px 15px 35px 15px;
	background: white;
	position: relative;
}
.annonce.liste .info {
	position: static;
	padding: 0;
}
.premium.annonce .info {
	height: auto;
}
.annonce .info h2 {
	font-family: 'Open Sans';
	font-size: 18px;
	margin-top: 0;
}
.annonce .info h2.city {
	font-family: 'Open Sans';
	font-size: 15px;
    text-transform: uppercase;
}
.annonce.liste .box {
	padding: 15px;
	background: white;
	position: relative;
}
.annonce.liste h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
}
.annonce.liste h2 a {
	color: black;
	font-family: 'Open Sans';
}
.annonce.liste h2 span {
	font-family: 'Open Sans';
}
.annonce .info h2 a {
	color: black;
}
.annonce .info .rooms {
	font-family: 'Open Sans';
	font-size: 14px;
	margin: 10px 0;
}
.annonce .info .prix {
	font-size: 18px;
	font-family: 'Open Sans Bold';
	border-left: 8px solid #d3031c;
	padding-left: 10px;
    font-weight: bold;
}
.annonce.premium .info .prix {
	font-size: 23px;
    margin: 5px 0 5px 0;
    padding-left: 15px;
}
.annonce .tools {
	bottom: 5px;
	right: 15px;
    position: absolute;
    width: 85%;
}
.annonce .tools a {
	line-height: 26px;
	font-family: 'Open Sans';
	color: black;
	display: inline-block;
    padding: 0;
}
.annonce.premium .fiche {
	border: 0;
}
.annonce .fiche {
	border-top: 1px solid #d3031c;
	border-bottom: 1px solid #d3031c;
	margin-bottom: 0;
	margin-top: 10px;
	position: relative;
}
.annonce.mosaic .fiche {
	padding-bottom: 40px;
}
.annonce.liste .fiche {
	position: static;
	border-bottom: 0;
	margin-bottom: 0;
}
.annonce.mosaic .info {
	height: 200px;
}
.annonce.liste .info {
	height: auto;
}
.annonce .fiche img {
	float: left;
	margin: 5px;
}
.annonce.liste .tools {
    width: 55%;
}
.annonce.premium .tools {
    width: 46%;
}
.annonce .fiche .nom {
	font-family: 'Open Sans';
	font-size: 15px;
	display: block;
	text-transform: uppercase;
}
.annonce .fiche .localisation {
	display: block;
	font-family: 'Open Sans';
	font-size: 14px;
	text-transform: uppercase;
}
.annonce .fiche .contact {
	background: #d3031c;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	font-family: 'Open Sans';
}
.contact-infos-buttons {
	padding: 10px 0 20px 0;
}
.contact-infos-buttons .contact,
.annonce.liste .tools .contact, .annonce.liste .tools .fiche-link {
	background: #d3031c;
	padding: 10px 20px;
	color: white;
	font-family: 'Open Sans';
    line-height: normal;
    box-shadow: none;
}

#sidebar .bloc {
	margin: 10px 0;
    width: 100%;
    background: white;
}
#sidebar .bloc:after {
	clear:both;
}
#sidebar .bloc h2 {
    border-bottom: 1px solid #d9d9d9;
    font-family: 'Open Sans Bold';
    text-transform: uppercase;
	text-align: center;
    font-size: 16px;
	padding: 10px 5px;
	margin: 0;
}
#sidebar .bloc ul {
	padding: 10px;
	margin: 0;
}
#sidebar .bloc li {
	border-left: 6px solid #d3031c;
	margin-bottom: 5px;
	font-family: 'Open Sans';
	padding-left: 10px;
}
#sidebar .bloc li a {
	color: black;
	font-size: 13px;
}
.bloc .bottom, .contenu .bottom {
	border-top: 1px solid #d9d9d9;
}
#sidebar .bloc .bottom a {
	display: inline-block;
	background: url('/images/new/puce_play.jpg') no-repeat left center;
	color: black;
	margin-left: 14px;
	padding: 5px 0 5px 20px;
}
#sidebar .follow {
    font-family: 'Open Sans';
    background: #2f2f2f;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 15px;
}
#sidebar .follow a {
    display: inline-block;
    margin: 0;
}
#sidebar .follow span {
    display: inline-block;
    margin-right: 12px;
    vertical-align: bottom;
}
#sidebar .services {
	border: 2px solid #d9d9d9;
	padding: 0;
}
#sidebar .services ul {
	padding: 0;
}
#sidebar .services li {
	border-left: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 110px;
	margin: 0;
    padding: 5px 5px 5px 117px;
}
#sidebar .bloc li {
    list-style: none;
}
#sidebar .services li.annuaire {
	background: url('/images/new/annuaire.jpg') no-repeat 30px center;
}
#sidebar .services li.financement {
	background: url('/images/new/financement.jpg') no-repeat 30px center;
}
#sidebar .services li.mag {
	background: url('/images/new/mag.jpg') no-repeat 30px center;
	border-bottom: 0;
}
#sidebar .services li a {
	color: #d3031c;
	display: block;
	text-transform: uppercase;
}
#sidebar .depose {
	padding: 20px;
	background: url('/images/new/bg_depose.jpg') no-repeat white right top;
}
#sidebar .depose h2 {
	color: #d3031c;
	font-size: 15px;
	text-transform: none;
	border-bottom: 1px solid #d3031c;
	margin-bottom: 10px;
}
#sidebar .depose p {
	text-align: center;
}
#sidebar .depose a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background: #d3031c;
	color: white;
	padding: 10px 0;
    font-family: 'Open Sans Bold';
}

#mentions {
	font-size: 0.9em;
	background: #424242;
	color: white;
	text-align: center;
	padding: 10px;
}
#mentions a {
	color: white;
}
.offres {
	background: white;
	padding: 10px 0;
}
.offres h2 {
	text-transform: uppercase;
	float: left;
	border-left: 8px solid #d3031c;
	font-family: 'Open Sans Bold';
	font-size: 22px;
	padding-left: 20px;
	margin: 0;
}
.offres > .container > ul {
    margin-bottom: 0;
    line-height: 25px;
}
.offres > .container > ul > li {
	float: left;
	padding: 0;
    list-style: none;
}
.offres a {
	color: black;
	font-family: 'Open Sans';
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
}

#referentiel {
	font-family: 'oswald_regular', sans-serif;
	background: #1d1d1d;
	color: white;
	padding-bottom: 10px;
}
#referentiel .bloc-rubrique > div {
    background: url('/images/new/bg-dark-horizontal.jpg') repeat-y right;
    padding: 0 10px;
}
#referentiel .bloc-loc > div {
    background: url('/images/new/bg-dark-horizontal.jpg') repeat-y right;
    padding: 0 10px;
}
#referentiel a {
	color: white;
	font-size: 12px;
}
#referentiel .bloc-rubrique a {
	color: white;
	font-size: 14px;
	line-height: 200%;
}
#referentiel h3 {
	font-size: 22px;
	color: #777777;
}
#referentiel ul {
    margin: 0;
    padding-left: 10px;
}
#referentiel li {
    list-style: none;
}
.dept_ref{
	display: inline-block;
	padding-top: 25px;
	line-height: 20%;
	font-size: 13px;
}
.marches {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 0;
    margin: 10px 0 0 0;
	height: 25px;
}
.marches h2 {
	font-family: 'Open Sans';
	text-transform: uppercase;
}
.marches span {
    font-size: 18px;
}
.marches li {
    font-size: 15px;
	font-family: 'Open Sans';
    margin: 0 10px;
    border: 0;
}
.marches li a {
	padding: 2px 6px 4px;
	border-bottom: 5px solid transparent;
}
.marches li a:focus {
    background: transparent;
}
.marches li.active {
	border-bottom: 0;
}
.marches li a:hover,
.marches li.active a {
	background: transparent;
	border-bottom: 5px solid #d3031c;
}
.voir_tout {
	float: right;
	color: #d3031c;
	text-decoration: underline;
}
.voir_tout:hover {
	color: #d3031c;
	text-decoration: none;
}
.bloc-marche {
	border-bottom: 4px solid #d3031c;
}
.bloc-marche h2 {
	text-transform: uppercase;
	font-size: 20px;
    font-family: 'Open Sans Bold';
}
.listing-ann h2 {
	text-transform: none;
}
.depose-annonce,
.voir-fiche-pro {
	padding: 15px;
	background: #d3031c;
	text-transform: uppercase;
    text-align: center;
	color: white;
	display: inline-block;
	float: right;
    font-family: 'Open Sans Bold';
}
.depose-annonce:hover,
.voir-fiche-pro:hover {
	color: white;
}
#general-links {
	background: #1d1d1d;
	color: white;
	font-size: 0.9em;
}
#general-links .follow a:hover {
	text-decoration: none;
}
#general-links h2 {
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'Open Sans';
}
#general-links h3 {
	margin: 0;
	font-family: 'Open Sans';
	font-size: 20px;
}
#general-links h4 {
	font-size: 15px;
	margin: 30px 0 0 0;
}
#general-links ul {
	margin-top: 30px;
}
#general-links li {
    list-style: none;
}
#general-links .container {
	background: url('/images/new/bg-dark-vertical.jpg') repeat-x top;
	padding-top: 10px;
}
#general-links a {
	color: white;
}
#general-links .follow span {
	font-family: 'Open Sans';
	font-size: 16px;
}
#formAnnonce {
	background: #d3031c;
	padding: 15px;
	margin-bottom: 20px;
	font-family: "Open Sans";
	color: white;
}
#formAnnonce a, #formAnnonce a:active {
	color: white;
}
#formAnnonce select {
	color: black;
	display: inline-block;
	margin-left: 10px;
}
#formAnnonce .separator {
	display: inline-block;
	padding: 0 8px;
	border: 0;
    height: auto;
	margin: 0;
}
img.display {
	display: inline-block;
}
.alerte {
	background: #d3031c;
	padding: 5px 4px 6px;
	color: white;
	display: block;
	font-family: 'Open Sans';
    text-transform: uppercase;
}
.alerte.bordered {
	border-left: 5px solid #f2f2f2;
}
.bordered {
    padding-left: 10px;
    border-left: 5px solid #d3031c;
}
h2.bordered {
    padding-left: 20px;
}
.alerte span {
	display: inline-block;
	margin-right: 10px;
	line-height: 27px;
}
.alerte a {
	color: white;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
    font-size: 0.9em;
}
.alerte a:hover {
	color: white;
}
.alerte .pager a {
	display: inline-block;
}
.pager {
	margin: 0;
}
.pager li > a {
	text-transform: none;
	color: #d3031c;
	padding: 2px 8px;
	border-radius: 0;
}
.pager li > a:hover , .pager li > a.actif {
	color: black;
}
#fil_ariane a {
	color: black;
}
.more {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-family: 'Open Sans';
	font-size: 14px;
	background: #d3031c;
	padding: 7px 0;
}
.more:hover {
	color: white;
	text-decoration: underline;
}

@media (min-width: 1000px) {
    #mainbar {
        width: 670px;
        margin-right: 15px;
        float: left;
    }

    #sidebar {
        width: 300px;
        float: left;
    }
}

#mainbar.full {
    width: 100%;
}

#sidebar {
    margin-left: 15px;
}
#sidebar .search-engine {
	background: white;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
#sidebar .search-engine h3 {
	background: #d3031c;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 18px;
	padding: 10px 0;
	color: white;
}
#sidebar .search-engine .search {
	padding: 10px;
}
#sidebar .search-engine .search .form-group > label {
	border-left: 5px solid #d3031c;
	padding-left: 10px;
	margin: 5px 0;
}
#sidebar .search-engine .button {
	display: block;
	text-align: center;
	margin-top: 10px;
}
#select-rub {
    width: 189px;
}
#sidebar .search-engine #lieu,
#sidebar .search-engine #select-rub {
	width: 100%;
}
#sidebar .search-engine #nb_piece {
	width: 50%;
}
#sidebar .search-engine .separator {
	display: none;
}
.multiselect {
	text-align: left;
}
#select-rub .caret,
#marqueAuto_bloc .caret,
#modeleGroupAuto_bloc .caret,
#energie_bloc .caret {
	float: right;
	margin-top: 10px;
}

/*----- DETAIL -------*/

.tools {
    text-align: right;
}
.tools a {
    font-size: 13px;
    color: black;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left:  20px;
    display: inline-block;
}
.tools .back {
    background-image: url(/images/new/search-back.png);
}
.tools .new {
    background-image: url(/images/new/search-new.png);
}
#sidebar .tools .selection {
    background: #d3031c;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans';
    color: white;
    margin: 20px 0;
}
.tools .add img {
    vertical-align: sub;
    margin-right: 10px;
}
.contact {
    background-color: #2f2f2f;
    padding: 10px 5px 5px 5px;
    box-shadow: 0 0 20px lightgray;
}
.contact h2 {
	display: block;
    text-transform: uppercase;
    color: white;
    margin: 0 0 10px 0;
    font-size: 20px;
}
.contact form {
	color: white;
}
.contact .submit {
    background: #d3031c;
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans';
    color: white;
    margin: 5px 0;
    width: 100%;
    border: 0;
}
#fiche_annonce h1 {
    font-size: 22px;
    font-family: 'Open Sans';
    margin-bottom: 5px;
}
#fiche_annonce h2 {
    margin-top: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
#fiche_annonce .prix {
    font-family: 'Open Sans';
    float: right;
    font-size: 24px;
    border-left: 8px solid #d3031c;
    padding-left: 10px;
}

.liste-professionnels {
    margin-bottom: 40px;
}
.liste-professionnels li {
    background-color: #fff;
    margin-top: 20px;
}
.liste-professionnels li:first-of-type {
    margin-top: 0;
}

.liste-professionnels li .img-col {
    text-align: center;
    padding: 10px;
}
.liste-professionnels li .img-col .pro-default-image {
    margin: 25px;
	max-width: 170px;
}
.horizontal-red-separator {
    border-bottom: 1px solid #d3031c;
    padding-bottom: 5px;
}
.liste-professionnels li .voir-fiche-pro {
    margin-right: 0;
}
.form-annuaire {
    background-color: #fff;
    padding: 15px 0 0;
}

.form-annuaire .btn.rechercher {
    margin-top: 15px;
    margin-left: 0;
    float: right;
}

.cats-annuaire {
    background: #fff;
    padding: 15px 0;
    text-align: center;
}

#fiche_pro {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
#fiche_pro .pro-services-links li {
    border-left: 8px solid #d3031c;
    padding-left: 10px;
    margin: 5px 0;
}
#descriptif_pro .contact-infos-title {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0;
}
#fiche_pro .pro-annonces {
    margin-top: 15px;
    padding: 15px;
}

#pro_contact_form {
    background-color: #fff;
    padding: 15px 15px 0;
}
#pro_contact_form .alert {
    margin: 20px 0 0;
}
#pro_contact_form .form-header {
    padding: 20px 0;
}
#pro_contact_form .btn.rechercher {
     background-color: #d3031c;
     color: #fff;
     float: right;
     text-transform: uppercase;
 }

/* ------- DETAIL ------- */
#photos_annonce img {
    /*width: 100%;*/
}
.lSPager.lSGallery li {
    overflow: hidden;
    height: 85px;
}
#imageGallery {
	background-color: black;
}
.lSAction > a {
    opacity: 1;
}
#descriptif_annonce,
.contenu {
    background: white;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
    box-shadow: 0px 0px 20px lightgray;
}
#descriptif_annonce h2 {
    font-family: 'Open Sans';
    font-size: 18px;
}
#bilan_energetique {
    margin-top: 20px;
}
#bilan_energetique span {
    font-family: 'Open Sans';
    font-size: 17px;
    float: left;
    text-transform: uppercase;
}
#bilan_energetique .more {
    display: inline-block;
    float: right;
    text-transform: none;
    color: black;
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 12px;
    background: none;
    padding: 0;
    margin-right: 10px;
}
.energie {
    background: url("/images/dpe/conso_energie.gif") no-repeat;
    height: 16px;
    width: 150px;
    float: left;
}
.energie.inactive {
    /*background: url("/images/dpe/conso_energie_inactive.gif") no-repeat;*/
    background: none;
    font-style: italic;
}
.ges {
    background: url("/images/dpe/conso_gaz.gif") no-repeat;
    height: 16px;
    width: 150px;
    display: inline-block;
}
.ges.inactive {
    /*background: url("/images/dpe/conso_gaz.gif") no-repeat;*/
    background: none;
    font-style: italic;
}
.A {
    background-position: 0 0;
}
.B {
    background-position: 0 -16px;
}
.C {
    background-position: 0 -32px;
}
.D {
    background-position: 0 -48px;
}
.E {
    background-position: 0 -64px;
}
.F {
    background-position: 0 -80px;
}
.G {
    background-position: 0 -96px;
}
#bloc_dpe {
    padding: 10px;
}
#descriptif_annonce h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    text-transform: uppercase;
}
.localiser_annonce {
    padding: 5px 50px;
}
.localiser_annonce a {
    text-transform: uppercase;
    color: black;
    font-family: 'Open Sans';
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    background-color: white;
    display: inline-block;
    box-shadow: 0px 0px 20px lightgray;
}
.partenaires a {
    display: block;
    background: #d3031c;
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans';
    text-align: center;
    padding: 8px 0;
}
.critere_detail_liste {
    list-style: none;
}
.critere_liste_texte {
    padding-left: 0;
    padding-right: 25px;
    background: url("/images/new/tick.jpg") no-repeat right 5px center;
}
.fiche {
    margin-bottom: 10px;
}
#contact_annonce {
    background: white;
    padding: 10px;
}
#contact_annonce h2 {
	display: block;
    background: #2f2f2f;
	color: white;
    padding: 10px;
	margin: -10px -10px 10px -10px;
}

#contact_annonce .mail,
#contact_annonce .telephone {
    cursor: pointer;
}
#contact_annonce .boutons_vert {
    padding: 10px 20px;
    text-align: center;
    background: #08a213;
    display: block;
    color: white;
    text-transform: uppercase;
}
.contact_pro .thumb_agence {
    margin: 0 10px 10px 0;
    float: left;
}

.sharebox {
    margin-top: 20px;
}
#fiche_annonce .sharebox h2 {
	display: inline-block;
	margin: 0;
}
.sharebox .stLarge {
    width: 20px !important;
    height: 20px !important;
    margin: 0 4px;
}
.sharebox .st_facebook_large .stLarge {
    background: url("/images/new/facebook.png") no-repeat !important;
}
.sharebox .st_twitter_large .stLarge {
    background: url("/images/new/twitter.png") no-repeat !important;
}
.sharebox .st_googleplus_large .stLarge {
    background: url("/images/new/gplus.png") no-repeat !important;
}
.sharebox .alerte {
    display: inline-block;
    padding: 10px 4px 10px;
}
.sharebox .envoyer_ami {
    display: inline-block;
    width: 24px;
    background: url("/images/new/mail.png") no-repeat;
}
.sharebox .imprimer {
    display: inline-block;
    background: url("/images/new/printer.png") no-repeat;
}
.sharebox .pull-right > span {
    display: inline-block;
}
.sharebox .envoyer_ami span,
.sharebox .imprimer span {
    display: none;
}
.warning_annonce {
    margin-top: 20px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 12px;
}
h2.fiche_annonce {
    margin-top: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
.fiche_technique {
    margin-bottom: 10px;
}
#blocrecover {
    display: none;
}
.contenu h2 {
    text-transform: uppercase;
    font-size: 18px;
}
.tab-content .contenu {
    margin-top: 0;
}
.puce li {
    border-left: 0;
    list-style: disc;
    list-style-position: inside;
    list-style-image: url('/images/new/puce_play.jpg');
}
#sidebar .bloc .puce li a {
    font-weight: normal;
    font-family: 'Open Sans';
    font-size: 14px;
}
/* --- ESPACE PRO ---*/
#blocrecover {
    display: none;
}
#recover {
    display: none;
}
#info_pro {
    display: none;
}
.contenu .puce {
    padding-left: 10px;
}
table.contenu {
    padding: 0;
}
.headertab {
    background: #d3031c;
    color: white;
}
.headertab a {
    color: white;
}
/* --- SAISIE --- */
.depot_annonces h2 {
    text-align: center;
    font-weight: bold;
}
.depot_annonces ul {
    padding-left: 0;
}
.depot_annonces li {
    list-style: none;
    padding: 5px;
}
.depot_annonces ul img {
    float: left;
    margin: 10px 10px 10px 0;
}
.depot_annonces .description {
    margin-top: 10px;
}
.depot_annonces .categorie_bottom {
    clear: both;
}
.depot_annonces .contenu {
    margin: 0;
}
.etapes span {
    display: inline-block;
}
.etapes span.actif {
    font-weight: bold;
}
.upload img {
    max-width: 269px;
    max-height: 160px;
    margin: 10px;
}
.upload .del_link img {
    margin: 0;
}
p.titreliste, span.titreliste {
    color: #AA0000;
    display: block;
    font-weight: bold;
    padding: 5px 0 0 0;
    font-variant: small-caps;
}
#tcontent4 .titreliste {
    margin-top: 15px;
    border-top: 1px solid #d3031c;
    padding-top: 10px;
}
.tel-in-content {
    background: url(/images/picto_tel.png) no-repeat 2px 2px #ee2f2b;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 3px 1px 3px;
    padding: 0 5px 0 15px;
}
.tel-in-content-light {
    background: transparent url(/images/picto_tel.png) no-repeat 2px 2px;
    margin: 0 3px 1px 3px;
    padding: 0 5px 0 20px;
    color: white;
    cursor: pointer;
}
.tel-in-content-light:hover {
    color: white;
}
.tel-in-content:hover {
    color: white;
}
.nb-photo {
    display: inline-block;
    padding-left: 20px;
    margin-top: 5px;
    margin-left: 10px;
    background: url("/images/new/picto_photo.jpg") no-repeat left top;
    line-height: 16px;
    /*margin-right: 63px;*/
}
/*.col-md-6 .nb-photo {*/
    /*margin-right: 100px;*/
/*}*/
/*.col-md-4 .nb-photo {*/
    /*margin-right: 29px;*/
/*}*/
.annonce.col-md-4 .nb-photo,
.annonce.col-md-6 .nb-photo {
    margin-left: 0;
}
.annonce.premium .tools a {
    margin-right: 10px;
}
.annonce.premium .tools a.selection {
    margin-right: 0;
}
.annonce .tools a.selection {
    font-size: 15px;
	margin-right: 10px;
}
.more-engine {
    display: none;
}
.toggle-more-engine span {
    font-family: 'Open Sans';
    font-style: italic;
}
.toggle-more-engine:hover,
.toggle-more-engine:focus {
    text-decoration: none;
}
.liste-professionnels {
    padding: 0;
}
.liste-professionnels li {
    list-style: none;
    padding: 0;
}
#referentiel .bloc-loc-gen ul {
    padding-left: 0;
}
.pdf {
    display: inline-block;
    padding-left: 25px;
    line-height: 27px;
    margin-bottom: 5px;
    background: url(/images/ico_pdf.gif) no-repeat center left;
}
#backToTheFuture {
    border-bottom: 1px dotted black;
    border-top: 1px dotted black;
    padding: 5px 0;
}
#backToTheFuture h2 {
    margin: 0;
    font-size: 21px;
}
#backToTheFuture .next {
    background: url("/images/next.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
#backToTheFuture a.next:hover {
    background: url("/images/next.png") no-repeat scroll center center transparent;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
#backToTheFuture .next span {
    display: none;
}
#backToTheFuture .previous {
    background: url("/images/previous.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
#backToTheFuture a.previous:hover {
    background: url("/images/previous.png") no-repeat scroll center center transparent;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
#backToTheFuture .previous span {
    display: none;
}
#backToTheFuture .disabled {
    background-position: center bottom;
}
.nb_parution img.puce {
    float: left;
    margin-left: -9px;
    margin-top: -15px;
}
.nb_parution span {
    float: left;
    margin-top: -17px;
    color: white;
    font-weight: bold;
    padding-top: 1px;
    font-size: 10px;
    width: 15px;
    text-align: center;
}
.ui-widget-overlay {
    position: fixed;
}
#tabs .nav > li > a {
    padding: 8px;
}
#popup h1 {
    font-size: 20px;
}
.marginright {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* < à 1000 */
@media (max-width: 999.98px) {
    .annonce .media { border: none !important; width: 100%; max-height: 300px; float: none; height: auto }
    .annonce .media img { width: 100%;  }
    .annonce .info { margin-left: 15px; }
    #imageGallery .lslide.active img { width: 100%; }

    #header { height: auto; }
    #header .container { padding-top: 0; }
    .container.header { padding-left: 15px; padding-right: 0; position: fixed; z-index: 999; width: 100%; top: 0; }
    #content { margin-top: 50px; }
    #header .search-engine .depose-annonce { margin: 20px 15px }
    #header .search { margin: 0 10px 20px; }
    #header .search br { display: none; }
    #header .search .form-group { display: block; margin-bottom: 15px; }
    #header .search #select-rub .btn-group,
    #header .search #select-rub .btn-group .multiselect.dropdown-toggle{ width: 100%!important; }
    #formAnnonce, .alerte.bordered { display: none; }
    #header .search .form-inline.prix .form-control { display: inline-block; width: 100px }
    #header .search .form-group.button .rechercher { width: 100%; margin: 0; padding: 5px 20px; font-size: 24px; }
    .marches { height: auto; }
    #mainbar, #sidebar { float: none; margin-left: 0; margin-right: 0; }
    #logo { margin-left: 50px; height: 46px; }

    .navbar.navbar-default { background: #d3031c; border: 0; }
    #nav-mobile { margin-left: 0; }

    #nav-mobile .navbar-button { position: absolute; top: 0; left: 0; height: 51px; background: #c30011; }
    #nav-mobile .navbar-button .button { position: relative; background: #c30011; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 5px; margin-bottom: 8px; border: none; }

    #nav-mobile .navbar-button { border: none; margin-right: 5px; }
    #nav-mobile .navbar-button .icon-bar { background-color: #fff; display: block; width: 22px; height: 2px; border-radius: 1px; margin-bottom: 5px; }

    #nav-mobile .navbar-content {
		background: #333;
		margin-bottom:0;
		border: none;
		border-radius: 0;
		min-height: inherit;
		display: none;
		position: fixed;
		z-index: 999;
		bottom: 0;
		top: 51px
	}
    #nav-mobile .navbar-content .navbar-elements { padding: 0 10px; background: #333; }
    #nav-mobile .navbar-content .navbar-elements li { float: none; border-bottom: 1px solid #ccc; padding: 8px; position: relative; }
    #nav-mobile .navbar-content>.navbar-elements>li>a { color: #fff; }
    #nav-mobile .navbar-content>.navbar-elements>li.active>a { background: none; color: #fff; }
    #nav-mobile .navbar-content>.navbar-elements>li.active { border-bottom: 1px solid #d3031c; }
    #nav-mobile .navbar-content>.navbar-elements>li>a span.glyphicon-play { position: absolute; right: 0; top: 30%; }

    .annonce img { width: 100%; }
    #top, .header .nav { display: none; }

    .annonce a.media { text-align: center; }
    .annonce.liste .tools { width: auto; position: inherit; top: inherit; right: inherit; bottom: inherit; margin-right: 15px; margin-top: 5px; }
    .annonce.liste .fiche { border-bottom: 1px solid #d3031c; margin-right: 15px; }
    #formulaire .search .separator { display: none; }
    #prix_min, #prix_max, #surf_min, #surf_max, #header #nb_piece, #lieu { width: 100%; }

    .annonce.liste .media img { height: auto; }

    .pub_baniere { display: none; }

    img { max-width: 100% }
    .pub { max-width: 100%; overflow: hidden; }

    #listing-ann .tools .nb-photo { display: none; }

    .alerte.bordered { border: none; }

    .pro-services-links { margin-top: 20px;}

    #_ultimedia_widget_wrapper,
    #um__ultimedia_widget_wrapper_wrap_widget_default,
    #um__ultimedia_widget_wrapper_title_widget,
    #um__ultimedia_widget_wrapper_marquee_wrap,
    #um__ultimedia_widget_wrapper_wrap_widget_default .um__ultimedia_widget_wrapper_photosgallery-captions,
    #um__ultimedia_widget_wrapper_wrap_widget_default .um__ultimedia_widget_wrapper_sliderkit-panel,
    #um__ultimedia_widget_wrapper_wrap_widget_default .um__ultimedia_widget_wrapper_sliderkit-nav { width: auto!important; }

    #um__ultimedia_widget_wrapper_wrap_widget_default #um__ultimedia_widget_wrapper_title_widget { padding-right: 25px!important; }
}

/* 1000 et + */
@media (min-width: 1000px) {
	#nav-mobile { display: none; }
	.navbar-default { background: none; border: none; box-shadow: none; margin-bottom: 0; }
	.container { width: 1000px !important; }
    /*height: 225px;*/
    .annonce.liste .media img { width: 100%;  }
	#imageGallery .lslide img {
		height:400px;
	}
	#listing-ann .annonce a.media img { width: 100%; }
}
#sidebar .bloc.a-la-une li img {
    width: 100%;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    max-height: 400px;
}
.pwd {
    display: none;
}
.ref_annonce {
	margin-top: 10px;
	font-style: italic;
}
ul.pagination {
	margin: 0;
}
.ui-tooltip-content {
	font-size: 0.8em;
}
.tooltip-di {
	cursor: help
}
.lSAction > a {
	z-index: 999 !important;
}
.draggable-header .highslide-header {
	border-bottom: none;
	margin-bottom: 10px;
}
#alertemail-liste > div {
	border-bottom: 1px solid #ccc;
}
	#alertemail-liste > div:last-child {
		border-bottom: none;
	}
#sidebar #actus-rss .contenu {
	padding-top: 0;
}

#actus-rss .contenu .bottom {
	font-size: 0.9em;
}

.form-control:focus,
.form-control:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: inherit;
}
#popup_selection,
#popup_result,
#popup_contact_telephone,
#popup_contact_mail,
#popup_contact_loc,
#popup_contact_plusphoto,
#recoverModal {
	display: none;
	width: 450px;
}
.popup_contact {
	padding: 10px 55px;
	background: white;
	text-align: center;
}
.popup_contact input.email,
.popup_contact textarea.message {
	width: 100%;
	padding: 5px 10px;
}
.popup_contact textarea.message {
	height: 250px;
}
.popup_contact p.label {
	font-size: 15px;
	font-weight: bold;
}
.popup_contact .disabled:hover {
	box-shadow: none;
	opacity: .65;
	background: center #a01c1a;
}
.popup_contact input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px
}
.popup_contact .rechercher {
	background-image: none;
	font-size: 20px;
	padding: 10px 25px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
	box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
	-webkit-transition: all 0.2s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.2s cubic-bezier(.25,.8,.25,1);
	-ms-transition: all 0.2s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.2s cubic-bezier(.25,.8,.25,1);
	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}
/*#popup_selection .rechercher:focus, */
.popup_contact .rechercher:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
	box-shadow: 0 5px 10px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
}
.popup_contact .rechercher:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: #ee2f2b;
	color: white;
}
.popup_contact label {
	color: #b4b4b4;
	font-weight: normal;
	font-size: 0.9em;
}
.highslide-html {
	overflow-y: auto!important;
}
.answer {
    display: none;
}
#recoverModal {
	background: none;
}
#recoverModal .modal-content {
	padding: 20px;
}
.modal-content button.close {
	font-size: 26px;
}

.sticky-popup TABLE{
	position: fixed!important;
	top: 10px!important;
}
.sticky-popup .highslide-wrapper{
	position: fixed!important;
	top: 20px!important;
}
.button_geoloc, .button_geoloc:hover, .button_geoloc:visited {
	background: #ee2f2b;
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-family: 'Open Sans';
	color: white;
	margin: 5px 0;
	width: 100%;
	border: 0;
}

.adr-bien {
	position: relative;
}
.cel-adr-bien {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	transform: translateY(-50%);
}

.btn.btn-default.popup, .btn.btn-default.popup:hover, .btn.btn-default.popup:focus {
	color: white;
	font-size: 20px;
	padding: 10px 25px;
	margin: 10px 0;
}

@media screen and (max-width: 600px) {
	.highslide-container table {
		display: none!important;
	}
	.highslide-container .highslide-wrapper,
	.highslide-container .highslide-wrapper > .highslide-html,
	.highslide-container .highslide-wrapper > .highslide-html  > div {
		width: 100%!important;
	}
	.highslide-container .highslide-wrapper {
		left: 0!important;
		top: 0!important;
		bottom: 0!important;
		position: fixed!important;
		height: 100%!important;
	}
	.highslide-container .highslide-wrapper > .highslide-html {
		height: auto!important;
		height: 100%!important;
	}
	.highslide-container .highslide-wrapper > .highslide-html .close {
		opacity: 1!important;
		padding: 5px 10px!important;
		font-size: 30px!important;
	}

	.highslide-container .highslide-wrapper > .highslide-html .popup_contact {
		padding: 30px !important;
	}
}

@media screen and (max-width: 800px) {
	.highslide-container .highslide-wrapper > .highslide-html .close {
		opacity: 1 !important;
		padding: 5px 10px !important;
		font-size: 30px !important;
	}
}


/* Tooltip "Ajout aux Favoris" */
.fav-tooltip .fav-tooltiptext {
	visibility: hidden;
	width: 90px;
	background-color: #2f2f2f;
	color: #fff;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 5px 15px 5px 0px;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	top: -15px;
	right: 30px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.fav-tooltip:hover .fav-tooltiptext {
	visibility: visible;
}

.fav-tooltip .fav-tooltiptext::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%; /* To the right of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #2f2f2f;
}
