@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/ekv4vsi.css");

.cc-navbar {
	background-color: rgba(0, 0, 0, 0.1);
	font-family: 'Minion', serif;
	font-size: 20px;
	box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.25);
	z-index: 99;
}
.cc-navbar .nav-link {
	border-bottom: 1px solid transparent;
	transition: padding-bottom 0.4s ease-in-out, border-color 0.3s ease;
}
.cc-navbar .nav-link:hover {
	padding-bottom: 14px;
	border-bottom-color: black;
}
.banner {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../image/Banner_galerie.jpg') center center fixed no-repeat;
	background-size: cover;
	height: 600px;
}
.banner .banner-desc01 {
	font-size: 68px;
	font-weight: 400;
	color: white;
}
.banner .banner-desc02 {
	font-size: 20px;
	font-weight: 400;
	color: white;
}
.cc-artistes {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url('../image/Gallerie_01.jpg') center center fixed no-repeat;
	background-size: cover;
	
}