html, body 
{
  height:100%;
  margin: 0;
}
body
{
	background-color: white;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 1em;	
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*MENU-NAV*/

nav
{   
	background-color: white;
	display:flex;
	margin:0;
	padding:1.5em 0 0.7em 0;
	position:sticky;
	top:0;
	z-index: 99;
}
nav p
{
	margin:0 0 0 3%;
	font-size: 2em;
	font-weight: bold;
	flex: 0 0 auto;
}
nav p a:link {text-decoration: none; color:black;}
nav p a:visited {text-decoration: none; color:black;}
nav p a:focus {text-decoration: none; color:black;}
nav p a:hover {text-decoration: none; color:black;}
nav p a:active {text-decoration: none; color:black;}

nav ul
{
	flex:0 0 auto;
	list-style-type: none;
	display:flex;
	margin-left:auto;
	margin-right:5%;	
}
nav ul li
{
	padding-left:1.3em;
}
nav ul li .page::after
{
	content:"";
	display:block;
	height:0.13em;
	background-color: rgb(0,0,0);
	transform: translateY(0.3em);
	opacity:0;
	transition:transform 300ms, opacity 300ms ;
}
nav ul li .page:hover::after
{
    transform: translateY(0);
    opacity:1;
}

nav ul li .page:link {text-decoration: none; color:black;}
nav ul li .page:visited {text-decoration: none; color:black;}
nav ul li .page:focus {text-decoration: none; color:black;}
nav ul li .page:hover {text-decoration: none; color:black;}
nav ul li .page:active {text-decoration: none; color:black;}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*BANDEAU-HEADER*/

#bandeau_out 
{ 
    width: 100%;
}
#bandeau_in 
{
	position: relative;
	height: 0;
	padding-bottom: 37.74%;
}
header
{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
}
header
{
	overflow: hidden;
	display:flex;
}

header .affiche .caroulegende
{
	color:white;
	display: inline-block;
	margin: 20% 0 0 15%;
	line-height: 110%;
}

header .affiche .caroulegende h1
{
	display: inline-block;
	background-color: black;
	margin:0;
	font-size: 3em;
	padding:0.625em 0.6em 0.625em 0.312em;	
}
header .affiche .caroulegende .carousoustitre
{
	background-color: black;
	font-size: 1.2em;
	margin-top:-0.75em;
	padding: 0.8em 1.6em 0.9em 0.8em ;
	
}
header .affiche .BI
{
margin: 1.5em 0 0 15%;
}

header .BI a, header .BI label
{
	background-color: rgb(255, 255, 255);
	padding: 1.1em 1.1em 1.1em 1.2em;
	font-weight: bold;
	font-size: 0.9em;
	color: rgb(47, 49, 55);
	position:relative;
	z-index: 1;
	display: inline-block;
}

header .BI label::before
{
	content:"";
	background-color: rgb(51,51,51);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity:0;
	transition: opacity 300ms;
	z-index: -1;
}
header .BI label::after
{
	content:"BANDE ANNONCE        ⟩";
	color: white;
	white-space: pre;
	padding: 1.1em 1.1em 1.1em 1.2em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity:0;
	transition: opacity 300ms;
	z-index: 1;
}
header .BI a::before
{
	content:"";
	background-color: rgb(51,51,51);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity:0;
	transition: opacity 300ms;
	z-index: -1;
}
header .BI label:hover::before ,header .BI a:hover::before , header .BI label:hover::after
{
	opacity: 1;
}
header .BI label:hover 
{
	cursor: pointer;
}
header .BI a:link {text-decoration: none; color: rgb(47, 49, 55);}
header .BI a:visited {text-decoration: none; color: rgb(47, 49, 55);}
header .BI a:focus {text-decoration: none; outline: none; color: rgb(47, 49, 55);}
header .BI a:hover {text-decoration: none; color: white;}
header .BI a:active {text-decoration: none; color: white;}



.player
{
	display: none;
	position:fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.zone_grise
{
	background-color: rgba(0, 0, 0, 0.7);
	display:block;
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.resize_video { 
    width: 58.5vw;
    margin:auto;
    position:relative;
	top: 50%;
	transform:translateY(-50%);
}
.resize_video div {
position: relative;
height: 0;
padding-bottom: 56.25%;
}
.resize_video div .video
{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
	border:none;
}

#cbba_elle:checked ~.player.elle
{
	display:block;
}
#cbba_elle
{
	display:none;
}
#cbba_visage:checked ~.player.visage
{
	display:block;
}
#cbba_visage
{
	display:none;
}

.fleche
{
	font-size: 5em;
	color:rgba(255,255,255,0.5);
	margin:0;
	padding:0;
	position:absolute;
	cursor: pointer;
	z-index: 99;
	text-decoration: none;
}
header .fleche:link {text-decoration: none; color:rgba(255,255,255,0.5);}
header .fleche:visited {text-decoration: none; color:rgba(255,255,255,0.5);}
header .fleche:focus {text-decoration: none; color:rgba(255,255,255,0.5);}
header .fleche:hover {text-decoration: none; color:rgba(255,255,255,1);}
header .fleche:active {text-decoration: none; color:rgba(255,255,255,1);}

.fleche.droite
{
    right:1%;
	top:40%;
}
.fleche.gauche
{
    left:1%;
	top:40%;
}

#lien1
{display:none;}
#lien2
{display:none;}
#lien3
{display:none;}
#lien4
{display:none;}
#lien5
{display:none;}
#lien6
{display:none;}


#lien1:target ~ .affiche
{
	animation: carroussel 400ms forwards;
}
#lien2:target ~ .affiche
{
	animation: carrousseldeux 400ms forwards;
}
#lien3:target ~ .affiche
{
	animation: carrousselquatre 400ms forwards;
}
#lien4:target ~ .affiche
{
	animation: carrousseltrois 400ms forwards;
}
#lien5:target ~ .affiche
{
	animation: carrousselcinq 400ms forwards;
}
#lien6:target ~ .affiche
{
	animation: carrousselsix 400ms forwards;
}



.affiche
{   
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow: hidden;
	position:relative;
}
.affiche.elle
{
	flex:0 0 auto;
	background: url("../MEDIA/IMAGES/AFFICHES_FILMS/elle_bandeau_index_ilimg.jpg") center/cover no-repeat, black;
}
.affiche.visage
{
	flex:0 0 auto;
	background: url("../MEDIA/IMAGES/AFFICHES_FILMS/visage2_bandeau_index_ilimg.jpg") center/cover no-repeat;
}
.affiche.xeno
{
	flex:0 0 auto;
	background: url("../MEDIA/IMAGES/AFFICHES_FILMS/xenogenesys_bandeau_index_ilimg.jpg") center/cover no-repeat;
}
.affiche.prank
{
	flex:0 0 auto;
	background: url("../MEDIA/IMAGES/AFFICHES_FILMS/prank_bandeau_index_ilimg.jpg") center/cover no-repeat;
}


@keyframes carroussel
{
	0%{
		transform: translateX(0%);

	}
	
	100%{
		transform: translateX(-100%);
	}
}
@keyframes carrousseldeux
{
	0%{
		transform: translateX(-100%);

	}
	
	100%{
		transform: translateX(-200%);
	}
}
@keyframes carrousselcinq
{
	0%{
		transform: translateX(-200%);

	}
	
	100%{
		transform: translateX(-300%);
	}
}

@keyframes carrousselsix
{
	0%{
		transform: translateX(-300%);

	}
	
	100%{
		transform: translateX(-200%);
	}
}

@keyframes carrousseltrois
{
	0%{
		transform: translateX(-200%);

	}
	
	100%{
		transform: translateX(-100%);
	}
}
@keyframes carrousselquatre
{
	0%{
		transform: translateX(-100%);

	}
	
	100%{
		transform: translateX(0%);
	}
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*FILMOGRAPHIE-MAIN*/

main
{
margin-top: 70px;
position: relative;
}
main h1
{
text-align: center;
margin-bottom: 6vh;
font-weight: bold;
}
#petit_carrousel
{
	display:flex;
	width: 78vw;
	margin:auto;
	overflow: hidden;
	box-sizing: border-box;
}
main input[type="radio"]
{
	display:none;
}
.fleche_petite
{
	position: absolute;
	font-size: 5em;
	color:rgb(151,152,155);
	margin:0;
	padding:0;
	position:absolute;
	cursor: pointer;
	z-index: 99;
	text-decoration: none;
}
.fleche_petite.gauche
{
    left:5%;
    top:40%;
}
.fleche_petite.droite
{
	right:5%;
    top:40%;   
}
.fleche_petite.gauche.un
{
   visibility: hidden;	 
}
.fleche_petite.droite.deux
{	
	visibility: hidden;		
}
.fleche_petite.droite.trois
{	
	visibility: hidden;		
}
.fleche_petite.gauche.deux
{
	visibility: hidden;
}
.fleche_petite.gauche.trois
{
	visibility: hidden;
}

#racarou1:checked ~.affiche_petite
{
  animation: carrousselPun 400ms forwards;
}
#racarou1:checked ~.fleche_petite.droite.deux
{
 visibility: visible;
}
#racarou1:checked ~.fleche_petite.gauche.un
{
visibility: visible;	
}
#racarou-1:checked ~.affiche_petite
{
  animation: carrousselPquatre 400ms forwards;
}
#racarou2:checked ~.affiche_petite
{
  animation: carrousselPdeux 400ms forwards;
}
#racarou2:checked ~.fleche_petite.gauche.deux
{
 visibility: visible;
}
#racarou2:checked ~.fleche_petite.droite.trois
{
 visibility: visible;
}
#racarou-2:checked ~.affiche_petite
{
  animation: carrousselPtrois 400ms forwards;
}
#racarou-2:checked ~.fleche_petite.droite.un
{
 visibility: hidden;
}
#racarou-2:checked ~.fleche_petite.droite.deux
{
 visibility: visible;
}
#racarou-2:checked ~.fleche_petite.gauche.un
{
 visibility: visible;
}
#racarou3:checked ~.affiche_petite
{
	animation: carrousselPcinq 400ms forwards;
}
#racarou3:checked ~.fleche_petite.gauche.trois
{
	visibility: visible;
}
#racarou3:checked ~.fleche_petite.droite
{
	visibility: hidden;
}
#racarou-3:checked ~.affiche_petite
{
	animation: carrousselPsix 400ms forwards;
}
#racarou-3:checked ~.fleche_petite.droite.un
{
	visibility: hidden;
}
#racarou-3:checked ~.fleche_petite.droite.trois
{
	visibility: visible;
}
#racarou-3:checked ~.fleche_petite.gauche.un
{
	visibility: hidden;
}
#racarou-3:checked ~.fleche_petite.gauche.deux
{
	visibility: visible;
}


.affiche_petite
{
	width: 18.68vw;
	box-sizing: border-box;
	overflow: hidden;
	flex:0 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-right: 1vw;
}
.affiche_petite_in
{
	position: relative;
	overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    
}
.affiche_petite_in_xeno
{
	overflow: hidden;
    box-sizing: border-box;
}
.affiche_petite_in_prank
{
	overflow: hidden;
    box-sizing: border-box;
}

.affiche_petite img
{
width: 18.68vw;
height: auto;
display: block;
border: solid black 0.10vw;
box-sizing: border-box;
}

.affiche_petite_in .info
{ 
	background-color: rgba(255,255,255,0.2);
	color:white;
	font-size: 2em;
	border-radius: 10vw;
	padding: 0.5em 1em 0.5em 1em;
	position: absolute;
	bottom:4.23vh;
	transform: translate(-50%,200%);
	transition: transform 300ms;
}
.affiche_petite_in .info::before
{
	content:"";
	background-color: rgba(255,255,255,0.5);
	border-radius: 10vw;
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity:0;
	z-index: -1;
}
.affiche_petite_in .info:hover::before
{
	opacity:1;
}

.affiche_petite_in .info:link {text-decoration: none; color:rgba(255,255,255,1);}
.affiche_petite_in .info:visited {text-decoration: none; color:rgba(255,255,255,1);}
.affiche_petite_in .info:focus {text-decoration: none; color:rgba(255,255,255,1);}
.affiche_petite_in .info:hover {text-decoration: none; color:rgba(0,0,0,1);}
.affiche_petite_in .info:active {text-decoration: none; color:rgba(0,0,0,1);}

.affiche_petite_in::before
{
	content:"";
	background-image: linear-gradient(rgba(0,0,0,0)50%,rgba(0,0,0,1) );
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	transition:opacity 300ms;
}
.affiche_petite_in:hover::before
{
	opacity:1;
}
.affiche_petite_in:hover .info
{
	transform: translate(-50%,0);
}


.affiche_petite_legende
{
	margin-top:2.2vh;
}

.affiche_petite_legende h2
{
    margin:0;
    font-weight: bold;
}
.affiche_petite_legende p
{
	margin: 0.125em 0 0 0;
	color: rgb(151, 152, 155);
}

/* visualiser l'affiche en plein écran  */
.full
{
	display: none;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index: 100;
	text-align: center;
}
.zone_grise_grande
{
	background-color: rgba(0, 0, 0, 0.7);
	display:block;
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.grande_affiche.xeno
{   
	width: auto;
    height: 96vh; 
    position:relative;
    top:2vh;
}
.grande_affiche.prank
{   
	width: auto;
    height: 96vh; 
    position:relative;
    top:2vh;
}
#cbgrande:checked ~.full.xeno
{
	display:block;
}
#cbgrande_prank:checked ~.full.prank
{
	display:block;
}
#cbgrande
{
	display:none;
}
#cbgrande_off
{
	display:none;
}
#cbgrande_prank
{
	display:none;
}
#cbgrande_off_prank
{
	display:none;
}
/* visualiser l'affiche en plein écran */


@keyframes carrousselPun
{
	0%{
		transform: translateX(0%);

	}
	
	100%{
		transform: translateX(-105%);
	}
}
@keyframes carrousselPdeux
{
	0%{
		transform: translateX(-105%);

	}
	
	100%{
		transform: translateX(-210%);
	}
}
@keyframes carrousselPcinq
{
	0%{
		transform: translateX(-210%);

	}
	
	100%{
		transform: translateX(-315%);
	}
}
@keyframes carrousselPsix
{
	0%{
		transform: translateX(-315%);

	}
	
	100%{
		transform: translateX(-210%);
	}
}
@keyframes carrousselPtrois
{
	0%{
		transform: translateX(-210%);

	}
	
	100%{
		transform: translateX(-105%);
	}
}
@keyframes carrousselPquatre
{
	0%{
		transform: translateX(-105%);

	}
	
	100%{
		transform: translateX(0%);
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*PIED DE PAGE - FOOTER*/

footer
{
	background-color: rgb(47, 49, 55);
	display:flex;
	justify-content: space-between;
	margin:11.64vh 0 0 0;
	padding:0.9em 0em 0.9em 0em;	
}
footer p
{
	color:rgb(227, 227, 227);
	font-size: 0.8em;	
}
footer p:first-child
{
	flex:0 0 auto;
	margin-left:6.25em;
	margin-right:6.25em;
    font-size: 1em;	
}
footer p:last-child
{
	margin-right: 6.25em;
	flex:0 0 auto;
}

