body {
	font-family: Helvetica;
}
h1, h2, p {
	font-family: Helvetica;
	-webkit-transition:0.1s;
	-khtml-transition:0.1s;
	-moz-transition:0.1s;
	-ms-transition:0.1s;
	-o-transition:0.1s;
	transition:0.1s;
}
h1, h2 {
	color:black;
}
p {
	color:#444;
}
a {
	color:black;
}
a:hover {
	text-decoration:none;
}
.row img {
	width:100%;
}
/* -------- HEADER --------- */
.header {
	margin-top:2em;
	margin-bottom:2em;
}
.footer .icons,
.header .icons {
	position:absolute;
	display:block;
	right:0;
	padding-right: 15px;
	z-index:2;
}
.footer i,
.header i {
	padding-left:0.5em;
	font-size: 1.5em;
}
.footer a,
.header a {
	color:black;
	/*color:#a2a4a7;*/
	-webkit-transition:0.1s;
	-khtml-transition:0.1s;
	-moz-transition:0.1s;
	-ms-transition:0.1s;
	-o-transition:0.1s;
	transition:0.1s;
}
.footer a:hover,
.header a:hover {
	color:black;
}
/* -------- FOOTER --------- */
.footer {
	margin-top:5em;
	margin-bottom:3em;
}
.footer i {
	padding-top:0.5em;
}
/* -------- MENU --------- */
.menu {
	font-weight:bold;
	margin-top:0.2em;
	margin-bottom:1.5em;
}
.menu .current a {
	color:#3aaabd;
}
.menu a:hover {
	color:#3aaabd;
}
/* --------- CONTENUIMAGE -------- */
.contenuImage .static {
	background:white;
	z-index: 3;
}
.contenuImage .static:hover {
	/*opacity:0;*/
	z-index: 2;
}
.contenuImage .active {
	position:absolute;
	opacity:0;
	padding:0.7em;
	top:0;
	left:0;
	z-index: 1;
}
.contenuImage a:hover .active {
	opacity:1;
	z-index: 4;
}
.video .imageUnit,
.contenuImage .imageUnit {
	padding:0.7em;
}
.contenuImage .imageUnit .titreImage {
	font-weight:bold;
	padding-top:0.7em;
	padding-bottom:0.5em;
}
.video .lightOnHover:hover,
.contenuImage .lightOnHover:hover {
	opacity: 0.7;
}
.contenuImage .insta {
	max-width: 56.5%;
}
/* -------- VIDEO --------- */
.video .insta {
	max-width: 56%;
}
.carousel-control-next, .carousel-control-prev {
	width:10%;
}
.video i {
	font-size: 2em;
	color:black;
}
.video #vimeoVideo {
	z-index:2;
}
.video #titreVideo {
	padding-top:1em;
	padding-bottom:0.5em;
	font-weight:bold;
}
.video #descriptifVideo p {
	color:black;
	padding-bottom: 1em;
}
.video .carousel-control-prev {
	left:-8%;
}
.video .carousel-control-next {
	right:-8%;
}
.video #showImage .insta {
	max-width: 56.5%;
}
/* -------- ABOUT --------- */
.about p.french {
	color:black;
}
.about p.english {
	color:#6b6b6b;
}
.about p {
	padding-bottom: 1em;
}
.about img {
	padding-bottom: 0.5em;
}
.about .titreSection {
	font-weight: bold;
	padding-bottom:0.5em;
	font-size : 110%;
}
.about .email {
	padding-bottom: 0.5em;
	text-decoration: underline;
}
.about .email a:hover {
	color:black;
}
.about .liste {
	padding-top: 0.5em;
}
.about hr {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid rgb(175,175,175);
}
/* ----------------- */