@import url("font-awesome.min.css");

::-moz-selection{background:#F0E3C1;color:#333;}
::selection{background:#F0E3C1;color:#333;}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 1025px) {
::-webkit-scrollbar {
    width: 16px;
    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: #eee;
	border-left:1px solid #fff;
}

::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #F0E3C1;
	border-left:1px solid #fff;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #F0E3C1;
    -webkit-border-radius: 3px;
}

}

/* Général */

body {
	color:#484848;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white;
	min-height:100%;
}


/* En-tête */

.entete {
	
	background-color:#fff;
	height:30px;
	font-size:12px;
	line-height:30px;
	padding-right:30px;
	right:0;
	width:100%;
	text-align:right;
	position:absolute;
	top:0;
	z-index:3;
	
	}

.responsive_entete {display:inline;}

.entete a {
	
	color:#484848;
	text-decoration:none;
	
	}

.entete a:hover {
	
	color:#F0E3C1;
	text-decoration:none;
	}

@media (max-width: 1260px) {
	
.responsive_entete {display:none;}

}

/* Menu */

.menu > input,
.menu > label {
	display: none;
}

.nom_menu {
	
	display:none;
	
	}

.menu {
	padding-top: 20px;
	text-decoration:none;
	text-align:center;
	position:absolute;
	width:100%;
	height:60px;
    margin:auto;
	top:30px;
	position:absolute;
	background-color:#F0E3C1;
	font-size:18px;
	z-index:2;
	}

.menu ul {
	
	text-align:center;
	padding: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:white;
}
	
.menu ul li a:hover {
	color:#000000;
}

.menu .menu_actif a {color:#000000;}

.menu li.logo{
	width:228px;
	text-align: center;
	position:relative;
}

.logo_menu {
	position:absolute;
	top:-40px;
    width:228px;
	left:0;
}

#bg .item .fill{
filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
-webkit-filter: blur(5px);
}
#bg .homeImage .item .fill{
filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
-webkit-filter: blur(0px);
}
#show_bien{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	background:url(../img/loader.gif) no-repeat center center rgba(0,0,0,0.8);
	display:none;
}
#show_bien > div{
height:100%
}
#show_bien iframe{
	margin:auto;
	height:100%;
	width:100%;
	background:#FFF;
	border:none;
	padding:0;
}

@media (max-width: 700px) {	

.menu {

	top:30px;
	background-color:#F0E3C1;
	height:55px;
	z-index:3;
	
	}

.logo_menu {
display:none;
}

.nom_menu {
	
	display:block;
	text-align:left;
	padding-left:25px;
	
	}
	
.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:#F0E3C1;
	border-bottom:1px solid #fff;
	
	}

	.menu a {
		padding: 1.2rem;
		text-decoration: none;
	}
	.menu a:hover, 
	.menu a:focus,
	.menu a:active
	{
		color:#dccfad;
	}
	
	.menu > input:not(:checked) ~ ul {
		max-height: 0;
		overflow: hidden;
	}

	.menu > input:checked ~ ul {
		max-height: 20em;
	}
	
	.menu > label {
		display: block;
		position: absolute;
		top:6px;
		right: 20px;
		z-index: 1;
		height: 40px;
		width: 40px;
		text-align: center;
		font-size: 12px;
		color: #fff;
		-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: 1;
		height: 1.6rem; width: 2rem;
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #4caff0, #fff), -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(left, #fff, #fff);
		background-image: linear-gradient(to right, #fff, #fff),
			linear-gradient(to right, #fff, #fff),
			linear-gradient(to right, #fff, #fff);
		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;
	}
	
}

/* BG Slider */

#bg {
	height: 100%;
	width:100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index:1;
}

section.carousel {
    height: 100%;
}

section.carousel .item,
section.carousel .item.active,
section.carousel .carousel-inner {
    height: 100%;
}

section.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.titre_caption {
	
	height:50px;
	width:400px;
	background-color:rgba(240,227,193,0.9);
	display:block;
	float:left;

	}

.titre_caption h1 {
	
	margin:0;
	padding:0;
	font-size:24px;
	color:#333333;
	text-transform:uppercase;
	line-height:50px;
	text-align:left;
	padding-left:15px;
		
	}
.homeImage .lieu_caption{width:auto;padding:0 10px 0 0}
.lieu_caption {
	
	height:50px;
	width:225px;
	background-color:rgba(0,0,0,0.9);
	float:left;
	display:block;
	overflow: hidden;
	}

.lieu_caption h2 {
	
	margin:0;
	padding:0;
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	line-height:50px;
	text-align:left;
	padding-left:15px;
	
	}

.bloc_caption {
	
	height:105px;
	overflow:hidden;
	background-color:rgba(255,255,255,0.9);
	padding:12px 15px 12px 15px;
	clear:left;
	}

.bloc_caption h3 {
	
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:22px;
	text-align:left;
	
	}

.bloc_caption p {
	
	margin:0;
	padding:0;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
	padding-top:2px;
	
	}

.consulter_caption {
	
	height:45px;
	width:305px;
	background-color:rgba(230,236,234,0.9);
	font-size:18px;
	color:#000;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	
	}

.consulter_caption:hover {
	
	height:45px;
	width:305px;
	background-color:#dccfad;
	color:#ffffff;
	-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;
		
	}

/* Bloc recherche */

.bloc_recherche {
	
	position:absolute;
	top:25%;
	right:9%;
	height:215px;
	width:385px;
	background-color:rgba(255,255,255,0.4);
	padding:20px;
	z-index:1;
	
	}
.bloc_recherche_titre{
	width:100%;padding:15px;background:#F0E3C1;margin:0 0 10px;text-align:center;font-size:16px;color:#000
}
.bloc_recherche_gauche {
	
	width:50%;
	float:left;
	
	}

.bloc_recherche_droite {
	
	width:50%;
	float:right;
	
	}

.clear_bloc_recherche {
	
	clear:both;
	
	}

.dropdown_gauche select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
	 width:168px; background-position: 150px 15px;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  margin-bottom:8px;
	  cursor:pointer;
	  
}

.input_gauche input {

	  width:168px;
	  margin-bottom:8px;
}

.input_droite input {

	  width:168px;
	  margin-bottom:8px;
	  margin-left:4px;
}

.dropdown_droite select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: rgba(255,255,255,0.9) url('../img/arrow_down.png') no-repeat;  /*Adds background-image*/
      background-position: 150px 15px;  /*Position of the background-image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      color: #000;
	  width:168px;
	  margin-left:4px;
	  margin-bottom:8px;
	  cursor:pointer;
}

/* RESPONSIVE RECHERCHE + SLIDER*/

@media (max-width: 1270px) {

.titre_caption {
	height:40px;
	width:250px;
	float:left;
	display:none;
	}

.titre_caption h1 {
	font-size:15px;
	line-height:40px;	
	}

.lieu_caption {
	height:40px;
	width:125px;
	}

.lieu_caption h2 {
	font-size:14px;
	line-height:40px;
	}

.bloc_caption {
	height:105px;
	width:400px;
	}

.bloc_caption h3 {
	font-size:14px;
	line-height:20px;
	}

.bloc_caption p {
	font-size:13px;
	line-height:18px;
	}

.consulter_caption {
	height:35px;
	width:175px;
	font-size:13px;
	line-height:35px;
	}

.consulter_caption:hover {
	height:35px;
	width:175px;
	}
	
}

.responsive_recherche {display:none;}

@media (max-width: 960px) {
	
.bloc_recherche {display:none;}

.responsive_recherche {
	
	display:block;
	position:absolute;
	top:30%;
	width:385px;
	left:50%;
	margin-left:-210px;
	
	}

}

@media (max-width: 700px) {
	
.responsive_recherche {margin-left:-192px;}

}

@media (max-width: 480px) {
	
.titre_caption {
	height:30px;
	width:190px;
	}

.titre_caption h1 {
	font-size:12px;
	line-height:30px;
	padding-left:10px;	
	}

.lieu_caption {
	height:30px;
	width:90px;
	
	}

.lieu_caption h2 {
	font-size:10px;
	line-height:30px;
	padding-left:10px;
	}

.bloc_caption {
	height:105px;
	width:300px;
	}

.bloc_caption h3 {
	font-size:12px;
	line-height:16px;
	}

.bloc_caption p {
	font-size:11px;
	line-height:15px;
	}

.consulter_caption {
	height:25px;
	width:155px;
	font-size:11px;
	line-height:25px;
	}

.consulter_caption:hover {
	height:25px;
	width:155px;
	}

.responsive_recherche {
	
	width:300px;
	left:50%;
	margin-left:-150px;
	
	}

}

/* Page présentation */

#header_presentation {
	
	width:100%;
	height:380px;
	margin-bottom:50px;
	background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}

#bloc_presentation {
	
	padding-bottom:50px;
	
	}

.titre_presentation h1 {
	
	background-color:#F0E3C1;
	text-transform:uppercase;
	height:55px;
	line-height:55px;
	color:#ffffff;
	font-size:20px;
	margin-bottom:35px;
	
	}

#bloc_presentation h2 {
	
	font-size:16px;
	font-weight:bold;
	margin-top:-2px;
	text-transform:uppercase;
	color:#000;
	
	}

#bloc_presentation p {
	
	font-size:14px;
	color:#000;
	line-height:22px;
	padding-bottom:8px;
	
	}

@media (max-width: 767px) {
	
#header_presentation {height:260px;}

#bloc_presentation h2 {
	
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	text-transform:uppercase;
	color:#000;
	
	}
	
}


/* Page contact */

#header_contact {
	
	width:100%;
	height:380px;
	margin-bottom:50px;
	background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}

#bloc_contact {
	
	padding-bottom:50px;
	
	}

.titre_contact h1 {
	
	text-transform:uppercase;
	color:#000;
	font-size:26px;
	font-weight:bold;
	margin-bottom:35px;
	
	}

#bloc_contact p {
	
	font-size:14px;
	line-height:20px;
	color:#000;
	padding-bottom:15px;
	
	}

.bloc_coordonnees {
	
	background-color:#e8eeec;
	width:98%;
	margin:0 auto;
	padding:108px 40px 10px 40px;
	font-size:14px;
	line-height:19px;
	color:#000;
	
	}

.titre_coordonnees {
	
	background-color:#F0E3C1;
	width:100%;
	position:relative;
	top:80px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-size:19px;
	padding:15px 5px 15px 5px;
	
	}

.bloc_carte {
	
	width:98%;
	height:450px;
	margin:0 auto;
	padding:30px 0 30px 0;
	
	}

@media (max-width: 1199px) {

.bloc_coordonnees {
	
	padding:108px 20px 10px 20px;
	height:270px;
	
	}
	
}

@media (max-width: 767px) {
	
#header_contact {height:260px;}

}


/* Présentation des biens */

#fonctionnalites {
	
	padding:25px 35px 25px 0;
	text-align:right;
	
	}

@media (max-width: 767px) {
	
	#fonctionnalites {
	
	padding:25px 20px 25px 0;
	
	}
	
	}

.nom {
	
	background-color:#F0E3C1;
	color:#333333;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 2px 15px 2px;
	height:51px;
	}

.lieu {
	height:51px;
	background-color:#000;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 2px 15px 2px;
	
	}
	
.ref {
	
	background-color:#e8eeec;
	color:#484848;
	font-size:18px;
	font-weight:bold;
	padding:15px 2px 15px 2px;
	height:51px;
	}

#carousel_photos {margin-top:40px;height:464px}
#carousel_photos .ps-current img {height:450px}
#carousel_photos .img-grand {position:relative}
#carousel_photos .img-grand img{width:100%;border:1px solid #666;transition:0.5s}
#carousel_photos .fadeIn{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:10;display:none;}
#carousel_photos .liste div{padding-bottom:15px;}
#carousel_photos .liste img{width:100%;border:1px solid #666;transition:0.5s;cursor:pointer}
#carousel_photos .liste img:hover{box-shadow:0 0 5px #555}

#content_biens {padding-bottom:60px;}

#content_biens h1 {
	
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
	
	}

#content_biens p {
	
	font-size:14px;
	color:#000;
	line-height:20px;
	
	}

.bloc_biens {
	
	background-color:#e8eeec;
	width:96%;
	min-height:275px;
	margin:0 auto;
	padding:90px 40px 10px 40px;
	font-size:14px;
	line-height:19px;
	color:#000;
	margin-top:-20px;
	text-align:left;
	
	}

.titre_biens {
	
	background-color:#F0E3C1;
	width:100%;
	position:relative;
	top:45px;
	text-align:center;
	text-transform:uppercase;
	color:#333333;
	font-size:19px;
	padding:10px 5px 10px 5px;
	
	}

.annonce_precedente, .annonce_suivante {
	
	height:205px;
	margin-top:50px;
	overflow:hidden;
	}

.annonce_precedente img, .annonce_suivante img {width:100%;}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 4em 0 4em;
	height:205px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-height: 205px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}


figure.effect img {
	max-width: none;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0, 0);
	transform: translate3d(-20px,0,0);
}

figure.effect:hover img{
	opacity: 1;
}

figure.effect:hover img{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.bloc_annonce_precedente {
	
	height:70px;
	background:rgba(255,255,255,0.5);
	width:98%;
	position:absolute;
	top:100px;
	text-align:left;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	padding:8px;
	
	}
	
.bloc_annonce_suivante {
	
	height:70px;
	background:rgba(255,255,255,0.5);
	width:98%;
	position:absolute;
	top:100px;
	right:0px;
	text-align:right;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	padding:8px
	
	}

.bloc_annonce_precedente p, .bloc_annonce_suivante p {margin-bottom:10px;}

.annonce_titre {
	
	background-color:#F0E3C1;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
	padding:8px;
	
	}

.annonce_lieu {
	
	background-color:#000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
	padding:8px;
	
	}
	
.annonce_ref {
	
	background-color:#e8eeec;
	color:#484848;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
	padding:8px;

	}


@media (max-width: 991px) {
	
.bloc_annonce_precedente p, .bloc_annonce_suivante p {margin-bottom:4px;}

.annonce_titre, .annonce_lieu, .annonce_ref {
	font-size:10px;
	padding:5px 2px 5px 2px;
	}
	
.bloc_biens {padding:90px 20px 10px 20px;}	
	
}

@media (max-width: 776px) {

.bloc_biens {text-align:center;}	
	
}

@media (max-width: 530px) {

.bloc_annonce_precedente, .bloc_annonce_suivante { height:auto; top:-6px; width:100%;}
	
}

/* Alerte Mail*/

#alerte_mail {padding-bottom:60px;}

#alerte_mail h1 {
	
	font-size:22px;

	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
	
	}

#alerte_mail p {
	
	font-size:14px;
	color:#000;
	line-height:20px;
	
	}

.entete_alerte_mail {
	
	background-color:#F0E3C1;
	padding:20px 10px 20px 10px;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:20px;
	
	}

/* Page annonces */

#header_annonces {
	
	width:100%;
	height:380px;
	margin-bottom:50px;
	background:no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}


.bloc_recherche_annonce {
	
	position:absolute;
	top:145px;
	right:9%;
	height:215px;
	width:385px;
	background-color:rgba(255,255,255,0.4);
	padding:20px;
	z-index:1;
	
	}

@media (max-width: 700px) {
	
	.bloc_recherche_annonce {
	
	top:128px;
	right:50%;
	margin-right:-192px;
	
	}
	
	}

#resultat_recherche {
	
	width:100%;
	background-color:#F0E3C1;
	font-size:18px;
	color:#333333;
	text-align:center;
	text-transform:uppercase;
	padding:15px 10px 15px 10px;
	margin-bottom:30px;
	
	}

.bloc_annonce {
	
	background-color:#e8eeec;
	padding:15px;
	margin:0 0 15px 0;
/*
	width:22%;
	display:inline-block;*/
	
	}

.img_annonces {

	margin: 0 auto;
	width:100%;
	list-style: none;
	text-align: center;
	position:relative;
		clear:both;
}

.img_annonces figure {
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}

.img_annonces figure img {
	position: relative;
	display: block;
	min-height:auto;
	width:100%;
}


figure.effect-zoom img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-zoom:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}



.bloc_annonce h1 {
	
	background-color:#F0E3C1;
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:15px;
	color:#333333;
	padding:5px 0;
	margin:0;
	
	}

.bloc_annonce h2 {
	
	background-color:#000;
	width:100%;
	text-transform:uppercase;
	font-size:15px;
	color:#fff;
	padding:5px 0;
	margin:0;
	margin-bottom:10px;
	height:27px;
	}

.bloc_annonce h3 {
	
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0;
	text-align:left;
	padding-bottom:5px;
	
	}

.bloc_annonce p {
	
	font-size:14px;
	color:#000;
	text-align:left;
	line-height:18px;
	padding-bottom:5px;
	height:90px;
	overflow:hidden
	}

.consulter_annonce {
	
	background-color:#fff;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:10px 0;
	
	}

.consulter_annonce:hover {
	
	background-color:#dccfad;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:10px 0;
	-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;
	
	}

.total_annonce {
	
	font-size:14px;
	text-decoration:underline;
	font-style:italic;
	color:#000;
	padding:15px 0;
	
	}
.plus_annonces{font-size:16px;font-family:"Trebuchet MS",​Arial,​Helvetica,​sans-serif;font-weight:500;color:#333333;text-transform:uppercase;background:#F0E3C1;padding:15px 0;cursor:pointer;margin: 0 0 15px 0}
.plus_annonces:hover{background:#dccfad;color:#FFF;-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;}

@media (max-width: 1199px) {
	
.bloc_annonce h1 {width:100%;}
.bloc_annonce h2 {width:100%;}

	}

@media (max-width: 991px) {
	


	}

@media (max-width: 658px) {
	
.bloc_annonce {width:80%;}

	}


/* Footer */

#footer_accueil {
	background-color:black;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	line-height:24px;
	padding: 15px 0 15px 0;
	z-index:4;
}

#footer_page {
	background-color:black;
	text-align: center;
	width: 100%;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	line-height:24px;
	padding: 15px 0 15px 0;

}

footer a {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	color:#F0E3C1;
}


@media (max-width: 340px) {	
#footer_accueil, #footer_page {font-size:13px;}	
}

.hid{display:none;}
.vishid{visibility:hidden}
.overflow{overflow:hidden}
#bloc_contact .form-contact{text-align:left;}
.bg{padding:10px;font-size:15px;margin:10px 0}

.btn-default{background:#F0E3C1 !important;color:#ffffff}
.btn-default:hover{background:#dccfad !important;color:#ffffff}

.bandeaux{position:absolute;top:80px;left:0;width:250px;height:250px;}
.bandeaux img{width:100%}
#carousel_photos .bandeaux{top:0;left:15px}
#carousel_photos .bandeaux img{border:0} 
.img_annonces .bandeaux{z-index:2;top:0;width:50%;height:50%}

.apartirde{font-size:10px;}
.img-grand iframe{display:none;width:100%;min-height:360px}

#myCarousel.homeImage .carousel-caption{height:auto;width:auto;}
#myCarousel.homeImage .carousel-caption .bloc_caption{height:auto}
#myCarousel.homeImage .carousel-caption .bloc_caption p{line-height:auto;width:auto;}
a {
/*	
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;*/
text-decoration:none;

}

.bandeaux img{
position : absolute;
z-index : 1;
width : 120px;
left : 30px
}