/* @override 
	http://localhost:8888/dominiquegaucher_temp/css/style.css?v=1.0 */
body {
	box-sizing: border-box;
	color: #333333;
	font-family: Gill Sans,Gill Sans MT, sans-serif;
	background: url(../images/white_wall_hash.png) repeat white;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
a {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: silver;
}
a:active {
	color: red;
}
.main {
	width: 90%;
	max-width: 68rem;
	background-color: white;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.17);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.17);
	margin-right: auto;
	margin-left: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: block;
	position: relative;
}
.head {
	display: block;
	width: 100%;
	position: relative;
}
.head .title {
	display: block;
	position: relative;
	font-size: 5rem;
	padding: 1.5rem 1.5rem 2rem;
	line-height: 4.5rem;
	letter-spacing: -2px;
	font-weight: 200;
}
.slick-slider {
	height: 35rem;
	background-color: rgba(0, 0, 0, 0.05);
	position: relative;
}
.diapo {
	background-position: 50% 50%;
	background-size: cover;
	left: 0px; 
	right: 0px; 
	margin: 0px; 
	padding: 0px;
	bottom: 0;
	height: 35rem;
	background-repeat: no-repeat;
	top: 0;
	display: block;
}
.slick-dots { 
	text-align: left !important;
	padding-left: .4rem !important;
	bottom: -3rem !important;
}
.slick-dots li button:before {  
	width: 40px; 
	height: 40px; 
	font-family: "slick"; 
	font-size: 10px !important; 
	line-height: 25px !important; 
	text-align: center; 
	color: #e0e0e0 !important; 
	opacity: 1 !important ;
}
.slick-dots li.slick-active button::before {
	opacity: 1 !important;
	color: #aeaeae !important;
}
.slick-prev { 
	left: 1rem !important; 
}
.slick-next { 
	right: 1rem !important; 
}
.legende {
	position: absolute;
	bottom: 01rem;
	left: 1rem;
	display: block;
	color: white;
	text-shadow: 0 1px 2px black;
	font-weight: 400;
	font-size: .8rem;
	opacity: 0.74;
}
.footer {
	font-size: .8rem;
	padding-top: .7rem;
	padding-left: 1rem;
	line-height: 1.2rem;
	padding-bottom: 1rem;
}