#slider {
	margin: 0;
}
	#slider > li {
		min-height: 700px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
		.titre_bandeau {
			top: 320px;
			width: 30%;
			font-weight: 400;
		}
		.slide-1 .titre_bandeau { }
		.slide-2 .titre_bandeau {top: 340px; right: 23%;color: #fff; width: 20%; font-weight: 400; }
		.slide-3 .titre_bandeau {top: 140px; right: 20%;color: #000; width: 25%; font-weight: 400; letter-spacing: -0.05em; }
		.slide-4 .titre_bandeau { width: 28%; height: 100%; padding: 15% 1% 0; text-align: center; background: #fff; top: 0; right: 15%;color: #000; font-weight: 400; letter-spacing: -0.05em; }
		.bloc_bandeau .bx-wrapper .bx-prev {
			left: 15px;
			background: url('../images/left_chapo.png') no-repeat;
		}

		.bloc_bandeau .bx-wrapper .bx-next {
			left: auto;
			right: 15px;
			background: url('../images/right_chapo.png') no-repeat;
		}

		.bloc_bandeau .bx-wrapper .bx-controls-direction a {
			top: 50%;
			margin-top: -47px;
			width: 89px;
			height: 89px;
		}
.bloc_bandeau .bx-viewport {
	overflow: visible !important;
}

#slider .bouton_plus {
	position: absolute;
	top: 658px;
	left: 48%;
	display: inline-block;
	width: 84px;
	height: 84px;
	background: url('../images/bt_plus.png') no-repeat;
	z-index: 99;
	overflow: hidden;
	text-indent: -999px;
}
