div#animation{
	z-index:1;
}
nav, #menu, .slicknav_menu{
	z-index:1000;
}
header{
	z-index:1000;
}
div#global{
	z-index:1;
}
/*Biens*/
.img_offre{
	width:100%;	
	height:180px;
	overflow:hidden;
}
.img_offre img{
	width:117%;	
	display:inline-table;
}

/*Note & Etoiles*/
.note_avis{
	position:relative;
	float:left;
	width:calc(100% - 136px);
	text-align:center;
	color:#FFF;
	font-size:20pt;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.etoiles_avis{
	position:relative;
	float:right;
	width: 126px;
	height: 22px;
	background: url("../img/public/etoiles_fond.png") no-repeat scroll left top transparent;
	margin-right:10px;
}
.rate_etoiles_avis{
	position:relative;
	height:22px;
	background: url("../img/public/etoiles_valides.png") no-repeat scroll left top transparent;
}
.donner_avis {
	position:relative;
	display:table;
	padding-top:8px;
	color:#FFF;
	transition:color 0.5s ease;
	width:100%;
	text-align:center;
}
.donner_avis:hover{
	color:#007ba5;
}
.donner_avis a{
	color:inherit;
	text-decoration:none;
}

/*Presentation*/
div#presentations{
	position:relative;
	background:#3d3c47;
	display:table;
}
div#presentation{
	position:relative;
	font-size:13pt;
	line-height:1.5em;
	width:96%;
	max-width:1000px;
	margin:20px auto 30px auto;
	text-align:justify;
}

body div#presentation p{
	margin:0 0 8px 0;
}
body div#presentation h4, body div#presentation h3{
	position:relative;
	font-size:15pt;
}
.presentation{
	position:relative;
	width:100%;
	display:table;
}
.presentation{
	position:relative;
	float:left;
	width:50%;
	padding:30px;
}
div#presentation_left{
	background:#2d2c35;
}
div#presentation_right{
	background:#3d3c47;
}
.texte_avis,.presentation_avis{
	position:relative;
	float:left;
}
.texte_avis{
	width:70%;
	text-align:justify;
	color:#FFF;
	line-height:25px;
	padding:0 2%;
}
.texte_avis h2{
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18pt;
}
.presentation_avis{
	width:30%;
}
.visuel_avis{
	width:115px;
	height:115px;
	border:5px solid #007ba5;
	border-radius:50%;
	overflow:hidden;
	margin:60px auto;
}
.visuel_avis img{
	width:100%;
}
div#presentation2{
	
}
div#presentation3{
	border-top:2px solid #000;
	color:#FFF;
	background:#007ba5;
}
div#presentation3_left{
	background:#007ba5;
	min-height:400px;
}
div#presentation3_right{
	background:#2a2a29;
	min-height:400px;
}


div#titre_ppal{
	position:relative;
	z-index:1000;
	width:100%;
	background:#007ba5;
	color:#FFF;
	text-align:center;
	font-size:15px;
	padding:18px 0;
	text-transform: uppercase;
}
div#titre_ppal h1{
	font-weight:normal;
}
/*Presentation*/
.presentation{
	position:relative;
	float:left;
	width:50%;
}

/*Offres*/
div#offres{
	position: relative;
	padding:40px 0 20px 0;
}
div#offres h3{
	font-size:40px;
	margin:20px 0 0 0;
	font-weight:bold;
	color:#007ba5;
	text-transform:uppercase;
}
div#offres p{
	position:relative;
	font-size:20px;
}
div#offres h3 .grand{
	font-size:50px;
	color:#2d2c35;	
}

div#offres_int{
	position:relative;
	width:96%;
	margin:0 auto;
	display:table;
	max-width:1000px;
}
div#items_offres{
	padding-top:20px;
}
.item_offre{
	position:relative;
	float:left;
	width:23%;
	margin:2% 1%;
	text-align:justify;
	overflow: hidden;
	height:175px;
	line-height:175px;
	white-space: nowrap;
}
.item_offre a{
	text-decoration: none;
	color:inherit;
}

div#encart_index .bx-wrapper .bx-prev:hover, div#encart_index .bx-wrapper .bx-prev:focus {
    background: url("../img/public/anim_prev_small_hover.png") center no-repeat;
}
div#encart_index .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    outline: 0;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    z-index: 99;
}
.index_encart_cadre{
	position:relative;
	margin:2%;
}
.index_cadre_vignette{
	position:relative;
	height:135px;
	overflow:hidden;
	width:100%;
}
.bx-wrapper .index_cadre_vignette img{
	width:117% !important;
	max-width:inherit;
	position: absolute;
  	top: 50%; /* poussé de la moitié de hauteur du référent */
  	transform: translateY(-50%); 
}
.index_cadre_nom{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:20% 5%;
	font-size:0;
	background:none;
	transition:background 0.5s ease;
}
.index_cadre_nom a{
	color:inherit;
	text-decoration:none;
	
}
.index_encart_cadre:hover .index_cadre_nom{
	background:RGBA(0,123,165,0.6);
	font-size:10pt;
}

.bx-viewport {
    width: 90% !important;
    margin: 0 auto;
	left:0 !important;
}
.bx-wrapper .bx-prev {
	left:0 !important;	
}
.bx-wrapper .bx-next {
	right:0 !important;	
}