@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);

::-moz-selection{background:#BA2867;color:#fff;}
::selection{background:#BA2867;color:#fff;}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 1025px) {
::-webkit-scrollbar {
    width: 12px;
    height: 6px;
	
}

::-webkit-scrollbar-button:start:decrement {
    display: block;
    height: 15px;
	background-image:url(../img/scroll_up.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fff;
}

::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 15px;
	background-image:url(../img/scroll_down.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fff;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #11e8ccb;
	border-left:1px solid #fff;
}

::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #BA2867;
	border-left:1px solid #fff;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #BA2867;
    -webkit-border-radius: 3px;
}

}

/* GENERAL */

body {
	color:#000;
	font-family:"Oxygen", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 14px;
	background: white;

}

a {
	
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
	text-decoration:none;
	
	}

p {line-height:22px; padding:20px;}

img {border:0; vertical-align:middle;}

ul, li {list-style:none; margin:0; padding:0;}

h1 {
	
	font-size:25px;
	font-weight:700;
	margin-bottom:32px;
	text-transform:uppercase;
	color:#BA2867	}

h2 {
	
	font-size:15px;
	font-weight:700;
	margin-bottom:25px;
	margin-top:6px;
	text-transform:uppercase;
	
	}

/* MENU */

.menu {
	float:left;
	text-decoration:none;

	height:55px;
	line-height:55px;
	font-size:20px;
	font-weight:700;
	
	}

.separation {
	
	display:inline-block;
	height:55px;
	line-height:55px;
	width:4%;
	
	}

.informations_menu {
	
	float:right;
	padding:0 0 0 25px;
	text-align:center;
	height:55px;
	line-height:55px;
	font-weight:700;
	display: inline-block;
	}

.icon_menu {
	
	vertical-align:middle;
	padding-right:5px;
	
	}

.menu ul {
	
	text-align:center;
	padding:0 15px 0 0;
    margin:0;
    list-style: none;
	
	}

.menu ul li {
	
	display:inline-block;
	padding:0 10px 0 10px;
	
	}

.menu ul li a {
    display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
}
	
.menu ul li a:hover {
	color:#BA2867;
}

.menu .menu_actif a {color:#BA2867;}

@media (max-width: 1199px) {
	
.menu {width:100%;}
.menu ul {padding:0;}
.separation {display:none;}
.informations_menu {padding:0;;width:100%;}
	
}

@media (max-width: 568px) {
	
.menu {font-size:16px; height:35px; line-height:35px;}
.informations_menu {font-size:12px; height:20px; line-height:20px; margin-top:15px; padding-bottom:35px;}
	
}

.menu > input,
.menu > label,
.nom_menu {
	display: none;
}

@media (max-width: 479px) {	

.menu {

	background-color:#ebebeb;
	height:40px;
	z-index:10;
	
	}
	
.menu ul {
		-webkit-transform: translateZ(0); 
		-ms-transform: translateZ(0);
		        transform: translateZ(0);
		-webkit-transition: max-height .4s;
		        transition: max-height .4s;
		will-change: max-height;
	
		margin: 0;
		padding: 0;
		list-style: none;
		margin-top:-4px;
	}
	
.menu ul li {
	
	display: block;
	font-size:20px;
	text-transform:uppercase;
	list-style:none;
	padding:0;
	text-decoration:none;
	background-color:#fff5b1;
	border-bottom:1px solid #fff;
	
	}

	.menu a {
		padding: 1.2rem;
		text-decoration: none;
	}
	.menu a:hover, 
	.menu a:focus,
	.menu a:active
	{
		color:#283d07;
	}
	
	.menu > input:not(:checked) ~ ul {
		max-height: 0;
		overflow: hidden;
	}

	.menu > input:checked ~ ul {
		max-height: 20em;
	}
	
	.nom_menu {display:block; position:absolute; left:20px; line-height:40px; color:#f68e56}
	
	.menu > label {
		display: block;
		position:absolute;
		right: 20px;
		z-index: 9;
		height: 35px;
		width:35px;
		text-align: center;
		font-size: 13px;
		color: #f68e56;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s webkit-transform cubic-bezier(0, 1.8, 1, 1.2);
		        transition: .2s transform cubic-bezier(0, 1.8, 1, 1.2);
	}
	.menu > label:before {
		content: "";
		display: block;	
		z-index: 9;
		height: 1.25rem; width: 1.8rem;
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, right top, from(#f68e56), to(#f68e56)), -webkit-gradient(linear, left top, right top, from(#f68e56), to(#f68e56)), -webkit-gradient(linear, left top, right top, from(#f68e56), to(#f68e56));
		background-image: -webkit-linear-gradient(left, #4caff0, #f68e56), -webkit-linear-gradient(left, #f68e56, #f68e56), -webkit-linear-gradient(left, #f68e56, #f68e56);
		background-image: linear-gradient(to right, #f68e56, #f68e56),
			linear-gradient(to right, #f68e56, #f68e56),
			linear-gradient(to right, #f68e56, #f68e56);
		background-position: center top, center, center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 2rem .3rem;
		        background-size: 2rem .3rem;
		margin: .8em auto 0;
		padding: 0;
		outline: 0;
		border: 0;
		cursor: pointer;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s cubic-bezier(0, 1.8, 1, 1.2);
		        transition: .2s cubic-bezier(0, 1.8, 1, 1.2);
		transition-property: background;
	}
	
	/* Theming opened nav button */	
	.menu > input:checked + label {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	.menu > input:checked + label::before {
		background-position: center, center, center;
	}
	
}

#nav{margin-top:15px;}

/* EN-TETE LOGO */

#logo_agence {padding: 0px 0;
    background: BA2867;
    height: 200px;
    width: 100%;}
	
.logo_agence {
width :20%;
}
	
#mylogo{
    height: 200px;
    width: 400px;
    margin-top: -35px;
    background-color: #717171;}

@media (max-width: 568px) {	

#logo_agence {padding:25px 0;}
.logo_agence {width:300px;}

}

#logo_win{ width:180px; position : relative ; bottom:0px;    
filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);}
/* BLOC RECHERCHE */

.bg_recherche {
	
	/*background: url('../img/bg_recherche.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	position:relative;
	height:400px;
	margin:15px 0;
	overflow:hidden;
	z-index:1;
	
	}

.img_recherche {
	
	vertical-align:middle;
	width:100%;
	height:auto;
	position:relative;
	
	}

@media (max-width: 991px) {
	
	.img_recherche {
	
	vertical-align:middle;
	width:inherit;
	height:100%;
	position:relative;
	
	}
	
	}
	
.bloc_recherche {
	
	position:absolute;
	height:400px;
	width:350px;
	background-color:rgba(255,255,255,0.4);
	text-transform:uppercase;
	font-weight:700;
	padding:25px 15px 15px 15px;
	z-index:2;
	top:0;
	right:0;
	
	}
	
input {
	
	background:transparent;
	border:1px solid #000;	
	
	}

input:focus {
  border-color: #f68e56;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(184, 230, 114, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(184, 230, 114, .6);
}

.input_surface {width:50px;}
.input_prix {width:90px;}

.plus_options {
	
	text-transform:none;
	color:#000;
	text-decoration:underline;
	font-style:italic;
	font-size:12px;
	
	}

.plus_options:hover {color:BA2867;}

@media (max-width: 391px) {
	
	.bloc_recherche {
	
	float:right;
	height:400px;
	width:100%;
	background-color:rgba(255,255,255,0.6);
	text-transform:uppercase;
	font-weight:700;
	padding:25px 15px 15px 15px;
	
	}
	
	}

/* FOOTER */

footer {padding:30px 0;}

.bande_footer {
	
	background-color:#BA2867;
	padding:15px 0;
	margin-bottom:10px;
	text-transform:uppercase;
	
	}

.bande_footer a {color:#333333;}
.bande_footer a:hover {color:#FFFFFF; text-decoration:none;}
footer a {color:#BA2867;}
footer a:hover {text-decoration:underline;}

@media (max-width: 391px) {

.bande_footer {font-size:12px;}

}



.annonces_gauche {
	
	float:left;
	width:48%;
	height:314px;
	position:relative;
	cursor:pointer
	}


.annonces_droite {
	
	float:right;
	width:48%;
	height:314px;
	position:relative;
	cursor:pointer
	}


.img_annonces_gauche {
	
	position:absolute;
	z-index:33;
	left:0px;
	width:314px;
	height:314px;
	vertical-align:middle;
	-webkit-border-radius:157px;
	-moz-border-radius:157px;
	-o-border-radius:157px;
	border-radius:157px;
	
	}

.img_annonces_droite {
	
	position:absolute;
	right:0px;
	z-index:99999;
	width:314px;
	height:314px;
	vertical-align:middle;
	-webkit-border-radius:157px;
	-moz-border-radius:157px;
	-o-border-radius:157px;
	border-radius:157px;
	
	}

.bloc_infos_gauche {
	
	height:270px;
	top:50%;
	margin-top:-135px;
	background-color:#ebebeb;
	position:relative;
	margin-left:155px;
	text-align:center;
	padding-top:18px;
	padding-left:145px;
	font-size:15px;
	text-transform:uppercase;
	line-height:24px;
	
	}


.bloc_infos_droite {
	
	height:270px;
	top:50%;
	margin-top:-135px;
	background-color:#ebebeb;
	position:relative;
	margin-right:155px;
	text-align:center;
	padding-top:18px;
	padding-right:145px;
	font-size:15px;
	text-transform:uppercase;
	line-height:24px;
	
	}

.btn_annonce {
	
	color:#BA2867;
	font-weight:700;
	border:1px solid #BA2867;
	padding:5px 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	}

.btn_annonce:hover {
	
	color:#BA2867;
	border:1px solid #BA2867;
	
	}

@media (max-width: 1300px) {
	
.annonces_gauche, .annonces_droite {height:614px;cursor:pointer}
	
.img_annonces_gauche {
	
	position:relative;
	left:inherit;
	left:50%;
	margin-left:-157px;
	
	}

.img_annonces_droite {
	
	position:relative;
	right:inherit;
	left:50%;
	margin-left:-157px;
	
	}


.bloc_infos_gauche {
	
	height:400px;
	width:100%;
	margin-left:0;
	padding-left:0px;
	top:0;
	position:relative;
	padding-top:160px;
	
	}


.bloc_infos_droite {
	
	height:400px;
	width:100%;
	margin-right:0;
	padding-right:0px;
	top:0;
	position:relative;
	padding-top:160px;
	
	}
	
	}

@media (max-width: 800px) {
	
.annonces_gauche, .annonces_droite {width:100%;height:514px;}

.img_annonces_gauche {
	
	left:50%;
	margin-left:-100px;
	width:200px;
	height:200px;
	vertical-align:middle;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	
	}

.img_annonces_droite {
	
	left:50%;
	margin-left:-100px;
	width:200px;
	height:200px;
	vertical-align:middle;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	
	}	
	
	}
	
/* ALERTE MAIL */


#fonctionnalites {
	padding: 25px 35px 25px 0;
	text-align: right;
}

#alerte_mail {padding-bottom:60px;}

#alerte_mail h1 {
	
	font-weight:700;
	margin-bottom:-10px;
	
	}

#alerte_mail p {
	
	font-size:14px;
	color:#000;
	line-height:20px;
	padding-left:0;
	
	}

.entete_alerte_mail {
	
	background-color:#BA2867;
	padding:10px;
	font-size:20px;
	font-weight:700;
	color:#333333;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:20px;
	
	}


/* PAGE PRESENTATION */

.bg_presentation {
	
	/*background: url('../img/bg_presentation.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	position:relative;
	height:340px;
	margin:25px 0;
	overflow:hidden;
	z-index:1;
	
	}

/* PAGE CONTACT */

.bg_contact {
	position:relative;
	height:340px;
	margin:15px 0px;
	
	}


.bloc_contact{
	
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:250px;
	background-color:rgba(255,245,177,0.7);
	font-weight:400;
	font-size:13px;
	padding:30px;
	}

@media (max-width: 1199px) {
	
	.bloc_contact{top:389px;}
	
	}

@media (max-width: 568px) {
	
	.bloc_contact{top:260px;}
	
	}

@media (max-width: 479px) {
	
	.bloc_contact{
		top:265px;
		width:300px;
		background-color:rgba(255,245,177,1);
		right:0px;
		left:50%;
		margin-left:-150px;
		z-index:-9;
		
		}
	
	.google_map {display:none;}
	
	}

/* PAGE ANNONCES */

.bg_annonces {
	
	/*background: url('../img/bg_annonces.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	position:relative;
	height:400px;
	margin:25px 0;
	overflow:hidden;
	z-index:1;
	
	}

.content_annonces {margin:20px;}

.bloc_pagination {
	
	display:inline-block;
	height:34px;
	line-height:34px;
	padding:0 10px;
	
	}
	
.pagination {
	
	background-color:rgba(246,142,86,1);
	width:34px;
	height:34px;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
	-o-border-radius:17px;
	border-radius:17px;
	
	}

.pagination:hover {background-color:rgba(246,142,86,0.8);}


/* PAGE BIENS */

#description_bien h1 {margin-bottom:-10px;}

.bloc_description {
	
    width: 90%;
    height:0;
    padding-bottom: 90%;
    -moz-border-radius: 90%; 
    -webkit-border-radius: 90%;
	-o-border-radius:190%; 
    border-radius: 90%;
    background: #ebebeb; 
	margin:0 auto;	
	overflow:hidden;
	transition:0.5s;
	}
.bloc_description:hover{}
.bloc_description h2 {
	
	color:#BA2867; //#f68e56
	font-size:18px;
	padding-top:50px;
	margin-bottom:-10px;
	
	}

.bloc_description p {font-size:13px}

#annonce_suiv_prec {
	height:250px;
	}

.annonce_prec {
	
	position:absolute;
	left:0;
	height:170px;
	width:50%;
	padding:0 15px 0 0px;
	margin:55px 0;
	overflow:hidden;
	border-radius:30px 0 0 30px;
	cursor:pointer;
	}

.annonce_suiv {
	
	position:absolute;
	right:0;
	height:170px;
	width:50%;
	padding:0 0px 0 15px;
	margin:55px 0;
	overflow:hidden;
	border-radius:0 30px 30px 0;
	cursor:pointer;
	}

.img_annonce {
	
	vertical-align:middle;
	width:100%;
	height:auto;
	position:relative;
	margin-top:-170px;
	
	}

@media (max-width: 1122px) {
	
	.img_annonce {
	
	margin-top:0px;
	
	}
	
	}

.content_annonce_prec {
	
	position:absolute;
	top:0;
	right:15px;
	background-color:#ebebeb;
	width:205px;
	height:170px;
	text-align:center;
	text-transform:uppercase;
	padding-top:10px;
	line-height:18px;
	
	}

.content_annonce_suiv {
	
	position:absolute;
	top:0;
	left:15px;
	background-color:#ebebeb;
	width:205px;
	height:170px;
	text-align:center;
	text-transform:uppercase;
	padding-top:10px;
	line-height:18px;
	
	}

@media (max-width: 695px) {
	
#annonce_suiv_prec {height:390px;}
	
.annonce_prec {
	
	position:relative;
	left:inherit;
	padding:0 35px 0 35px;
	margin:55px 0 20px 0;
	width:100%;
	cursor:pointer;
	}

.annonce_suiv {
	
	position:relative;
	right:inherit;
	padding:0 35px 0 35px;
	margin:20px 0 55px 0;
	width:100%;
	cursor:pointer;
	}

.content_annonce_prec {
	
	position:absolute;
	top:0;
	right:35px;
	
	}

.content_annonce_suiv {
	
	position:absolute;
	top:0;
	left:35px;
	
	}
	
	
	}

@media (max-width: 1199px) {
	
	.bloc_description {
	
    width: 100%;
    padding-bottom: 100%;
    -moz-border-radius: 100%; 
    -webkit-border-radius: 100%;
	-o-border-radius:100%; 
    border-radius: 100%;
	}

.bloc_description h2 {
	
	padding-top:40px;
	margin-bottom:-15px;
	
	}
	
	}

@media (max-width: 992px) {
	
	.bloc_description h2 {font-size:15px; margin-bottom:-25px; padding-top:35px;}
	.bloc_description p {font-size:12px; line-height:18px;}
	
	}

@media (max-width: 767px) {
	
	.bloc_description {
	
    width: 290px;
	height:290px;
    padding-bottom: 0;
    -moz-border-radius: 145px; 
    -webkit-border-radius: 145px; 
	-o-border-radius:145px;
    border-radius: 145px;
	
	}
	
	.bloc_description h2 {
	
	color:BA2867;
	font-size:18px;
	padding-top:50px;
	margin-bottom:-10px;
	
	}
	
	.bloc_description p {font-size:14px; line-height:20px;}
	
	}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


/* SVG wrap */
.svg-wrap {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.nav-roundslide a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-roundslide a.prev {
	left: 0;
}

.nav-roundslide a.next {
	right: 0;
}

.nav-roundslide a svg {
	display: block;
	margin: 0 auto;
	padding: 0;
}

.nav-roundslide a {
	
	padding: 15px;
	width: 62px;
	height: 62px;
	border-radius: 40px;
	background: #BA2867;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
}

.nav-roundslide .icon-wrap {
	position: absolute;
	width: 32px;
}

.nav-roundslide a.prev .icon-wrap {
	left: 15px;
}

.nav-roundslide a.next .icon-wrap {
	right: 15px;
}

.nav-roundslide svg.icon {
	fill: #fff;
}

.nav-roundslide h3 {
	font-family:"Oxygen", Arial, sans serif;
	position: absolute;
	top: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
	line-height: 63px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.nav-roundslide a.prev h3 {
	right: 28px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-roundslide a.next h3 {
	left: 35px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.annonce_prec:hover .nav-roundslide a,.annonce_suiv:hover .nav-roundslide a {
	width: 270px;
	
	background:rgba(255,255,255,1);
}

.annonce_prec:hover .nav-roundslide a h3,.annonce_suiv:hover .nav-roundslide a h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media (max-width: 695px) {
	
	.nav-roundslide a {margin: 0 5px;}
	
	}
	
/* Slider */ 

#slider {}

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 600px;
	margin: 0 auto;
	z-index:0;
}

.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-slider-thumbs{
	height: 33px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;

}
.ei-slider-thumbs li a{
	display: block;
}

.ei-slider-thumbs li .img{
	position: absolute;
	bottom: 0px;
	opacity: 1;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	width:80px;
	height:80px;
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	-o-border-radius:45px;
	border-radius:45px;
		border:5px solid #fff;
		overflow:hidden;
	}
	
.ei-slider-thumbs li:hover .img{
	opacity: 1;
	bottom: 13px;
}

.bloc_recherche_gauche{padding-right:0}
.bloc_recherche_droite{padding-left:0}

div.img_annonces_gauche,div.img_annonces_droite {overflow:hidden}
div.img_annonces_gauche img,div.img_annonces_droite img{width:auto;height:100%;}

.img a{height:100%;}
.img img{height:100%;}

#iframe iframe{border:none;width:100%;height:400px;}
.annonce .img_annonces_gauche img{-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease;}
.annonce .img_annonces_droite img{-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease;}
.annonce:hover .img_annonces_gauche img{transform:scale(1.1)}
.annonce:hover .img_annonces_droite img{transform:scale(1.1)}
.annonce:hover .img_annonces_gauche .bandeaux img{transform:scale(0.999)}
.annonce:hover .img_annonces_droite .bandeaux img{transform:scale(0.999)}

.annonce:hover a{color:#a61453;border:1px solid #a61453}

//.btn-lg, .btn-group-lg > .btn{background-color:#BA2867}
//.btn-lg:hover, .btn-group-lg > .btn:hover{background-color:#123456; }

.fa {
     color:#BA2867 ;
}

#alerte_mail button.btn{
     background-color:#BA2867;
     color : #333333}

#alerte_mail button.btn:hover{
     background-color:#a61453;
     color : #FFFFFF}

.bloc_recherche button.btn {
	
  background-color:#BA2867;
  color : #333333}

.bloc_recherche button.btn:hover {
	
  background-color:#a61453;
  color : #FFFFFF}

#bloc_contact button.btn.btn-default.btn-lg{
     background-color:#BA2867 !important;
}

#bloc_contact button.btn.btn-default.btn-lg:hover{
    background-color:#a61453 !important;
}

.bandeaux{position:absolute;width:50%;z-index:1000;}
.bandeaux img{width:150% !important;}
