.film_presentation {
	margin-top: 10%;
}

.accueil_label_haut {
	font-size:14px;
	text-transform: uppercase;
	background-color:#FF0000;
	padding: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
	color:#FFF;
}

.accueil_label_bas {
	font-size:14px;
	text-transform: uppercase;
	background-color:#505050;
	padding: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
	color:#FFF;
}

H2#accueil_titre {
	background-color:transparent;
	font-size: 55px;
	line-height: 60px;
	font-weight: 600;
	margin-top:30px;
	margin-bottom:30px;
	color:#FFF;
}

.accueil_chapeau {
	font-weight: 400;
	font-size:22px;
	line-height: 25px;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	color:#FFF;
}

.accueil_synopsis {
	font-weight: 100;
	font-size:18px;
	line-height: 25px;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	color:#FFF;
}

#accueil_video {
	text-align: center;
	position: absolute;
	top:50%;
	left:25%;
 }
 
 
 
.slide_no_container ul.slides div.container {
	max-width: inherit;
}









 
 
 
  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { 
  #accueil_video {
	  text-align: center;
	  position: absolute;
	  top:15%;
	  left:50%;
   }
 
 H2#accueil_titre {
	font-size: 35px;
	line-height: 40px;
	margin-top:20px;
	margin-bottom:32px;
}

 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
} 