/**
 * 	CAROUSEL custom
 */
#carousel-banner .cropbox {
	max-height: 350px; width: 100%;
}
#carousel-banner .carousel-inner {
	font-size: 0;
}
#carousel-banner .carousel-indicators li {
	border-radius: 0;
	width: 10px; height: 10px;
	
	border: none;
	background: rgba(0,0,0,0.5);
	margin: 0 5px 0 0;
}

#carousel-banner .carousel-indicators li.active {
	width: 10px; height: 10px;
	background: white; border: none;
}

#carousel-banner .carousel-control .glyphicon {
	opacity: 0.5;
	background: rgba(0,0,0,0.3);
	box-shadow: 0 0 0 5px rgba(0,0,0,0.3);
	color: white;
}
#carousel-banner .carousel-control.left .glyphicon {
	left: 30px;
}
#carousel-banner .carousel-control.right .glyphicon {
	right: 30px;
}

#carousel-banner .carousel-control:hover .glyphicon,
#carousel-banner .carousel-control:focus .glyphicon {
	opacity: 1;
}


/**
 * 	BLOCS
 */
#summary {
	margin-top: 20px;
}
#summary [class^=col] > h2, #static > h2 {
	margin-top: 0;
}


/**
 * 	qui sommes nous
 */
@media screen and (min-width: 768px) {
	#qui .col-sm-8, #qui .col-sm-4 {
		display: table-cell;
		float: none;
		height: 100%;
		vertical-align: middle;
	}
}