body {
	margin: 0px;
	font-family: arial;
	background: #111111;
	color: white;
}

.container {
	width: 100%;
	height: 94vh;
	margin: auto;
	margin-top: 1vh;
	background: transparent;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.logo {
	display: block;
	margin: auto;
	height: 4vh;
	margin-top: 1vh;
	cursor: pointer;
}
.logoBlanc {
	display: block;
	margin: auto;
	height: 7vh;
	margin-bottom: 1cm;

}
.pied {
	width: calc(100% - 4%);
	height: 1cm;
	padding: 0cm 1cm;
	position: fixed;
	bottom: 0px;
	font-size: 0.7em;
}
.leftFoot {
	float: left;
	display: block;
	width: 100%;
	margin-left: 11vw;
}
.rightFoot {
	font-size: 0.9em;
}
.carroussel {
	margin: auto;
	margin-top: 1vh;
	height: 94vh;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.photos {
	height: 94vh;
	margin: 0px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#leftArrow {
	float: left;
	position: fixed;
	top: 45%;
	left: 0px;
	background-image: url("../images/left_arrow.png");
	margin-right: 0.9cm;
}
#rightArrow {
	float: right;
	position: fixed;
	top: 45%;
	right: 0px;
	background-image: url("../images/right_arrow.png");
	margin-left: 0.9cm;
}
#leftArrowDiapo {
	float: left;
	margin-left: 3vh;
	background-image: url("../images/left_arrow.png");
	position: relative;
	top: 43vh;
	opacity: 0.1;
}
#rightArrowDiapo {
	float: right;
	margin-right: 3vh;
	background-image: url("../images/right_arrow.png");
	position: relative;
	top: 43vh;
	opacity: 0.1;
}
#leftArrowDiapo:hover, #rightArrowDiapo:hover {
	opacity: 1;
}
#closeDiapo {
	background-image: url("../images/close.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%; 
	position: fixed;
	top: 0px;
	right: 2vh;
	z-index: 11;
	height: 6.5vh;
	width: 6.5vh;
	cursor: pointer;
	opacity: 0.1;
	display: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.arrows {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%; 
	height: 1.3cm;
	width: 0.9cm;
	cursor: pointer;
	opacity: 0.4;
	position: relative;
	top: 39vh;
	z-index: 5;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.arrows:hover, #closeDiapo:hover {
	opacity: 1;
}
#deplaceur {
	height: 100%;
	text-align: center;
	display: inline-block;
	border-collapse: collapse;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
#deplaceur td {
	text-align: center;
	padding: 0px 4px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#deplaceur td:hover {
	opacity: 0.7;
}
#accueil {
	color: white;
	font-size: 0.75em;
	font-weight: bold;
}

#diaporama {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	z-index: 10;
	background-color: rgba(255,255,255,1);
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#imageDiapo {
	height: 0px;
	margin-top: 0px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#imageDiapo:hover {
	opacity: 0.2;
}
.shootingAccueil {
	width: 14cm;
	height: 7.7cm;
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-size: 100%;
	display: table-cell;
	vertical-align: bottom;
	cursor: pointer;
	border: solid 1px rgba(255,255,255,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shootingAccueilMini {
	width: 7cm;
	height: 7.7cm;
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-size: 150%;
	display: table-cell;
	vertical-align: bottom;
	cursor: pointer;
	border: solid 1px rgba(255,255,255,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tabAccueil {
	max-width: 28cm;
	margin: auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.tabAccueil td {
	min-width: 7cm;
	max-width: 14cm;
	padding: 0px 2px !important;
}
.titreShooting {
	color: white;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	display: block;
	text-align: center;
	padding: 20px 5px 60px 5px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}