/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../lib/owlcarousel/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@import url('https://fonts.googleapis.com/css?family=Poppins');

.coa-bg-secondary{
	background-color: #999933 !important;
}

.coa-color-secondary{
	color: #999933 !important;
}

ul{
	padding: 0px;
}

body{
	margin:0px;
	font-family: Helvetica, Arial,sans-serif, 'Lucida Grande',Tahoma,Verdana;
	/*font-size: 12px;*/
	overflow-x: hidden;

}

#content{
	margin: auto;
	height: auto;
}

#master-menu-mobile{
	top:60px;
	bottom:0;
	left:0;
	right:0;
	background:rgba(51,102,204,.5);
	z-index:1;
	transform: translateX(-100%);
}

#master-menu-mobile.active{
	-webkit-transition:.2s linear all;
    -moz-transition:.2s linear all;
    -o-transition:.2s linear all;
    transition:.2s linear all;
	transform: translateX(0%);
}

#master-menu-mobile #master-menu-mobile-wrapper{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 45%;
	/*background: #fff;*/
	box-shadow: 0 8px 24px rgba(0,0,0,0.13);
	background-image: url(../../img/bannieres/mr-brau.jpg);
	background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

#master-menu-mobile #master-menu-mobile-wrapper .list-group{
	
}

#master-menu-mobile #master-menu-mobile-wrapper .list-group .list-group-item{
	background-color: transparent;
	color: #fff !important;
}

header#header{
	/*height: 458px;*/
	width: 100%;
	position: relative;
}

header#header #header-logo{
	margin-right: 35px;
}

header #master-cover{
	/*height: 458px;*/
	height: 600px;
	overflow: hidden;
	background: #f6f6f6 no-repeat left top / cover;
	/*background: url('../img/photo1.jpg') no-repeat left top / cover;*/
}

#header-mobile-menu{
	outline: none;
    text-decoration: none;
    vertical-align: middle;
}

#header-mobile-menu i.fa-bars{
	font-size: 20px;
}

@media (min-width: 1200px) { 
}

@media (max-width: 576px) { 

	section.block{
		padding: 0 10px 0px 10px;
	}

	.container {
	    padding-right: 10px;
	    padding-left: 10px;
	}

	.bx-controls.bx-has-controls-direction .bx-controls-direction{
		display: none;
	}

	header #master-menu{
		opacity: 1 !important;
		position: fixed !important;
		background: url(../../img/PP_r11_c1.jpg) !important;
	}

	.bx-wrapper{
		margin-bottom: 0px !important;
		margin-top: 55px !important;
		-moz-box-shadow: none !important;
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
	}

	.site-slogan{
		font-size: 1.5rem !important;
	}

	section#block-video-a-voir span.badge{
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 150px;
		white-space: nowrap!important;
	}

	#block-production-a-laffiche .btn{
		position: static !important;
		float: right;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	
    

	/* header #master-menu{
	    	position: absolute !important;
	}
	
	  	#master-cover,.cb-slideshow,.cb-slideshow:after {
	    	height: 258px !important;
	}
	
	.cb-slideshow li div {
	    	bottom: 10% !important;
	}
	
	.cb-slideshow li div h3{
		font-size: 50px !important;
	} */


}

header #master-cover-overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;

}

header #thumbnail-cover{
	height: 165px;
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: -50px;
}

header #thumbnail-cover > ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

header #thumbnail-cover > ul > li{
	margin-left: 3px;
	box-shadow: 0 8px 6px -6px #bdb9b9;
}

header #thumbnail-cover > ul > li:first-child{
	margin-left: 0px;
}

header #thumbnail-cover > ul > li > a{
	outline: none;
}


header #thumbnail-cover > ul > li > a img{
	

}
header #thumbnail-cover > ul >  li:hover a img{
	-webkit-transition:.2s linear all;
    -moz-transition:.2s linear all;
    -o-transition:.2s linear all;
    transition:.2s linear all;

	box-shadow: 0 5px 15px rgba(0,0,0,0.3);


}

section.block{
	transform: translateX(-50%) scale(.2);
	opacity: 0;

}

section.block.animation-none{
	transform: translateX(0%) scale(1);
	opacity: 1;
}

section.block.animation-right{
	transform: translateX(50%);
	opacity: 0;
}

section.block.animation-top{
	transform: translateX(0%) translateY(150px);
}


section.block.section-animation{
	-webkit-transition:.5s linear all;
    -moz-transition:.5s linear all;
    -o-transition:.5s linear all;
    transition:.5s linear all;
	
	opacity: 1;
	transform: translateX(0px) translateY(0px) scale(1);
}



.vid-hover:hover img{
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.self-vid-hover:hover{
	box-shadow: 0 5px 15px rgba(0,123,255,0.3);
}


#block-acteurs .card-group .card:hover{
	border: 1px solid rgba(23,162,184,1);
}

#block-acteurs .card-group .card:hover .card-img-top{
	/*transform: scale(1.2);*/
}

header #master-menu{
	/*height: 68px;*/
	background: url('../img/motif-main-menu.png');
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.8;
	z-index: 100;
	padding: 10px;

	-webkit-transition:.2s linear all;
	-moz-transition:.2s linear all;
	-o-transition:.2s linear all;
	transition:.2s linear all;
}

header #master-menu.active{
	/* -webkit-transition:.4s linear all;
	-moz-transition:.4s linear all;
	-o-transition:.4s linear all;
	transition:.4s linear all; */

	animation: mastermenu 0.3s ease-in-out;
	-webkit-animation: mastermenu 0.3s ease-in-out;

	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
	box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}

header #master-menu:hover{
	opacity: 1;
}


header #master-menu .dropdown-menu {
	z-index: 20;
}



@keyframes mastermenu {
	from {
		top: 50px;
	}

	25% {
		top: 0px;
	}

	50% {
		top: 25px;
	}

	75% {
		top: 0;
	}

	95% {
		top: 12px;
	}

	to {
		top: 0;
	}

}

@-webkit-keyframes mastermenu {
	from {
		top: 50px;
	}

	25% {
		top: 0px;
	}

	50% {
		top: 25px;
	}

	75% {
		top: 0;
	}

	95% {
		top: 12px;
	}

	to {
		top: 0;
	}
}


header #master-menu nav{
	margin-right: 16px;
	font-size: .9569rem;
}


header #master-menu nav ul li{
	padding: 0 5px 0 5px;
	list-style: none;
	border-right: 1px solid #CCCC99;
}

header #master-menu nav ul li a{
	display: block;
	text-decoration: none;
	/*font-size: 12px;*/
	color: #666666;
}

header #master-menu nav ul li:hover a{
	color: #999933;
}


header #master-menu nav ul li:last-child{
	border-right: none;
}

header #master-menu #langs{
	margin-right: 16px;
}

header #master-menu #langs i.active{
	transform: scale(1.3);
}

header #master-menu #search{
	position: relative;
	margin-right: 16px;
}
header #master-menu #search::before{
	position: absolute;
	/* height: 20px;
	width: 20px; */
	height: 28px;
	width: 28px; 
	background: #007bff;
	content: "\f002";
	border-radius: 50%;
	pointer-events: none;
    /* top: 3px; */
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-weight: 600;
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
}

header #master-menu #search input{
	border: none;
	width: 100%;
	height: 28px;
	outline: none;
	padding-left: 33px;
	border-radius: 20px;
	border: 1px solid #ced4da;
	font-size: 13px;

	-webkit-transition:.2s linear all;
	-moz-transition:.2s linear all;
	-o-transition:.2s linear all;
	transition:.2s linear all;
}

header #master-menu #search input:focus{
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 2px 1px -1px rgba(0, 0, 0, 0.12) !important;
}


.bg-circle{
	height: 25px;
	width: 25px;
	background: #006699;
	content: " ";
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

#master-menu #login{
	background: #006699;
}

body.sleep{
	cursor: none !important;
}

body.sleep .sleep-target{
	-webkit-transition:.2s linear all;
	-moz-transition:.2s linear all;
	-o-transition:.2s linear all;
	transition:.2s linear all;

	opacity: 0;
	cursor: none !important;
}



.flag{
	background: url('../img/flags.jpg') no-repeat;
	width: 19px;
	height: 12px;
	display: inline-block;
}

.flag-fr{
	background-position: 0px 0px;
}

.flag-en{
	background-position: -19px 0px;
}

.flag:hover{
	border: 1px solid #fff;
}

.block{
	margin-top: 30px;
	padding: 0 40px 0px 40px;
	background: #fff;
}

.block-header{
	display: flex;
	flex-direction: row;
	align-items: center;

	padding: 10px 10px 10px 0px;
}

.block-content{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}


.block-title{
	margin-right: auto;
	color: #006699;
	text-transform: uppercase;
	font-size: 20px;
}

/* .block-content ul:not(.list-inline) {
	list-style: none;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
} */


/* .block-content ul > li{
	padding: 5px;
}

.block-content ul > li:firt-child,.block-content ul > li:last-child{
	padding-left: 0px;
} */

#block-citation{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 16px;
}

#block-citation .cite-content{
	text-align: center;
	padding:5px 50px 5px 50px;
	line-height: 24px;
	font-size: 16px;
}

#block-acteurs{
	/*padding-bottom: 40px;*/
}

footer{
	/*margin-top:10px;*/
}
footer #copyright{
	text-align: center;
	background: #3366CC;
	padding: 10px;
	font-size: 14px;
	color: #fff;
}

footer #footer-info{
	background: url('../img/bg-grid.png');
	padding: 20px;

}

footer #footer-info > ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin:0px;
	padding: 0px;
	flex-wrap: wrap;
}

footer #footer-info > ul >li {
	padding: 0 10px 0 10px;
	text-align: center;
	margin-bottom: 10px;
}

footer #footer-info > ul >li:nth-child(3) {
	padding: 0 30px 0 30px;

	text-align: center;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
}

footer #footer-info > ul input {
	border: none;
	width: 200px;
	outline: none;
	padding: 5px;
	font-size: 14px;
}
footer #footer-info  ul.sitemap {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

footer #footer-info  ul.sitemap li a {
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}

footer #footer-info  ul.sitemap li:hover a {
	color: #999933;
}

footer #footer-social{

}

footer #footer-social > a{
	text-decoration: none;
	color:#fff;
}

footer #footer-social > a:hover{
	opacity: 0.5;
}


/*==================================================
 * Effect 2
 * ===============================================*/
.shadow-effect2
{
  position: relative;
}
.shadow-effect2:before, .shadow-effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.slide-nav{
	text-decoration: none !important;
	color: #fff !important;
}

.slide-nav.disabled{
	opacity: 0.5;
}





.video-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, border-color 0.3s;
    -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, border-color 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.video-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 15px 25px;
    border-left-color: rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -8px;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.video-icon:hover {
	animation: videoiconclick 1.5s infinite ease-in-out;
	-webkit-animation: videoiconclick 1.5s infinite ease-in-out;
}

@keyframes videoiconclick {
	from {
		transform: scale3d(1, 1, 1);
		background-color: #CC0000;
	}

	50% {
		transform: scale3d(1.1, 1.1, 1.1);
		background-color: rgba(0, 0, 0, 0.5);
	}

	to {
		transform: scale3d(1, 1, 1);
		background-color: #CC0000;
	}

}

@-webkit-keyframes videoiconclick {
	from {
		transform: scale3d(1, 1, 1);
		background-color: #CC0000;
	}

	50% {
		transform: scale3d(1.1, 1.1, 1.1);
		background-color: rgba(0, 0, 0, 0.5);
	}

	to {
		transform: scale3d(1, 1, 1);
		background-color: #CC0000;
	}

}



.has-detail{
	overflow: hidden;
}

.has-detail:hover .media-info{
	-webkit-transition:.2s linear all;
	-moz-transition:.2s linear all;
	-o-transition:.2s linear all;
	transition:.2s linear all;
	
	height: 100%; 
	bottom: 0;
}

.has-detail:hover .media-overlay{
	-webkit-transition:.35s linear all;
	-moz-transition:.35s linear all;
	-o-transition:.35s linear all;
	transition:.35s linear all;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
}

.media-info{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	height: 0px;
	background: rgba(51,102,204,.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px;
}

.media-info h1,.media-info h2,.media-info h3,.media-info h4,.media-info h5,.media-info h6{
	font-size: 12px;
	color: #fff !important;
	font-weight: 100 !important;
}


.has-detail{
	overflow: hidden;
}

.detail-producer{
	padding-right: 5px; 
	width: 100px;
	height: 33px;
	border-radius: 15px;
	background: rgba(51,102,204,.6);
	position: absolute;
	bottom: 10px;
	right: 25px;
	text-decoration: none !important;
	/*border: 1px inset #3692e0;*/
}



.bounce{
	animation: bounce .5s 5s infinite ease-in;
	-webkit-animation: bounce .5s infinite ease-in;
}



@keyframes bounce {
	from {
		margin-top: 0px;
	}

	to {
		margin-top: -10px;
	}
}

@-webkit-keyframes masterbouncemenu {
	from {
		margin-top: 0px;
	}

	to {
		margin-top: -20px;
	}
}

.media-overlay{
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	opacity: 0;
	background: rgba(0,0,0,.5);
	transition: all 0.55s linear;
	-webkit-transition: all 0.55s linear;
	-moz-transition: all 0.55s linear;
	-ms-transition: all 0.55s linear;
	-o-transition: all 0.55s linear;
}

.media-btn-wrapper{
	float: left;
	text-align: center;
	width: 100%;
}

.media-btn-wrapper ul{
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 20%;
	left: 0;
	list-style: none;
	margin:0;
	padding: 0;
	overflow:hidden;
	z-index: 1;
}

.media-btn-wrapper ul > li{
	float: none;
	display: block !important;
}

.media-btn-wrapper ul > li > a{
	display:inline-block;
	text-align:center;
	border:1px solid #17a2b8; 
	/*border:1px solid #999933;*/
	color:#ffffff;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;

	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.media-btn-wrapper ul > li > a:hover{
	border:1px solid #17a2b8;
	/*border:1px solid #999933;*/
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.media-btn-wrapper li:first-child a{
	margin-left:-900px;
	background:#17a2b8;
	outline: none;
	/*background:#999933;*/
}

.media-btn-wrapper li:first-child a:hover{
	background:transparent;
}

.media-btn-wrapper li:last-child a{
	margin-right:-900px;
	background:transparent;
	margin-top:5px;
}

.media-btn-wrapper li:last-child a:hover{
	background:#17a2b8;
	/*background:#999933;*/
}

.has-media-detail .movie-f{
    background: linear-gradient(transparent, rgba(0, 0, 0, 1));
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
    text-align: center;
}


.has-media-detail .movie-f h2{
	line-height: normal;
    font-size:14px;
    color:#fff;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    max-width:9rem;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.has-media-detail .movie-f h2:hover {
    color: #17a2b8!important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.has-media-detail .movie-f h2 small {
   font-size: 70%;
}


.has-media-detail:hover .media-btn-wrapper li:first-child a{
	margin-left:0;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.has-media-detail:hover .media-btn-wrapper li:last-child a{
	margin-right:0;
	-webkit-transition:all 0.75s linear;
    -moz-transition:all 0.75s linear;
    -ms-transition:all 0.75s linear;
    -o-transition:all 0.75s linear;
    transition:all 0.75s linear;
}
.has-media-detail:hover .media-overlay{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	opacity:1;
	-webkit-transition:all 0.35s linear;
    -moz-transition:all 0.35s linear;
    -ms-transition:all 0.35s linear;
    -o-transition:all 0.35s linear;
    transition:all 0.35s linear;
}

#map {
	height: 400px;
	width: 100%;
	margin-top: 40px;
}

#movie-overlay{
	position: fixed;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	z-index: 1043;
	outline: none !important;
	background: rgba(11,11,11,.4);
	overflow-x: hidden;
	overflow-y: auto;
	display: flex !important;
	flex-direction: column;
	align-items: center;

	-webkit-transition:.3s linear all;
	-moz-transition:.3s linear all;
	-o-transition:.3s linear all;
	transition:.3s linear all;
}

#movie-overlay #movie-close{
	align-self: flex-start;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 10px;
}

#movie-overlay.active{
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
}

.input-group [class*="fas fa-"], .form-group [class*="fas fa-"]{
	pointer-events: none;
}



/* user */

.homepage-user-info{

}
.homepage-user-info .dropdown-user {
    right: 0;
    left: auto;
    width: 280px;
    font-size: .875rem;
}

.homepage-user-info .dropdown-user .dw-user-box .u-img {
    width: 80px;
    display: inline-block;
    vertical-align: top
}

.homepage-user-info .dropdown-user .dw-user-box .u-img img {
    width: 100%;
    border-radius: 5px
}

.homepage-user-info .dropdown-user .dw-user-box .u-text {
    display: inline-block;
    padding-left: 10px;
    width: 70%;
}

.homepage-user-info .dropdown-user .dw-user-box .u-text h4 {
    margin: 0;
    line-height: 22px;
    font-size: 18px;
    color: #313131;
    font-family: Rubik,sans-serif;
    font-weight: 100;
}

.homepage-user-info .dropdown-user .dw-user-box .u-text p, .homepage-user-info .dropdown-user .dw-user-box .u-text h4{
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.homepage-user-info .btn-rounded {
    border-radius: 60px
}

.homepage-user-info .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}



.site-slogan{
	font-size: 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background:url('../img/PP_r11_c1.jpg') 50% 0;
    background-position:center 0;
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;height:100px;
}

#block-originals{
	margin-top: 0px;
	/* margin-top: 90px; */
}

.mblock-title{
	font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}

.mblock-title:before{
	content: '';
    border: 1px solid #e2e2e2;
    width: 85px;
    position: absolute;
    bottom: -14px;
    left: 0;
}

.mblock-title:after{
	content: '';
    border: 2px solid #999933;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.mblock-title.mblock-title-info:after{
	border-color: #17a2b8 !important;
}

.mblock-title.mblock-title-danger:after{
	border-color: #ff4444 !important;
}

header #gender-print{
	position: absolute;
	visibility: hidden;
	text-transform: uppercase;
	font-weight: 900;
	z-index: 2;
}

header #gender-print h1{
  	color: white;
  	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

/* production a la une */

.prs_upcom_movie_video_overlay{
	position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(212,212,212,0) 17%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
}

.prs_upcom_video_img_cont_over{
	position:absolute;
	bottom: 30px;
    left: 35px;
	z-index:1;
	text-align:left;
}
.prs_upcom_video_img_cont_over ul{
	list-style: none;
}
.prs_upcom_video_img_cont_over li{
	float:left;
	color:#ffffff;
}
.prs_upcom_video_img_cont_over li i{
}
.prs_upcom_video_img_cont_over h2{
	font-size:32px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
    line-height: 1.1;
}
.prs_upcom_video_img_cont_over p{
	color:#ffffff;
	text-align:left;
}
.prs_upcom_video_img_cont_over li:first-child{
	margin-right:20px;
}

#block-production-a-laffiche{

}


#block-production-a-laffiche .btn{
	position: absolute;
	bottom:10px;
	outline: none !important;
} 
#block-production-a-laffiche .btn:first-child{
	left: 20px;
}

#block-production-a-laffiche .btn:last-child{
	right: 20px;
}

/**
* voting
*/

.voting-plug{

}

.voting-plug > i{
	cursor: pointer;
}

/** 
* chart
*/
.chart_jlj{
	text-align:center;
	font-weight:bold;
	padding:10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.chart_jlj_2{
	color:#17a2b8;
	color: #17a2b8;
	font-size: 35px;
	font-weight: 100;
	font-family: Roboto,Arial,sans-serif;
}

.chart_jlj_3{
	background:#17a2b8;
	margin-top: 10px;
}

.chart_jlj_4{
	font-size:11px;
}

.chart_jlj_5{
	width:10px;
	opacity:0.5;
}

.chart_jlj_6{
	background:#9e9e9e;
	display:inline-block;
	height:16px;
}

.chart_opacity{
	opacity:0.5;
}

.chart_jlj_2_n{
	width:100px;
	height:38px;
	position:relative;
	background:#e0e0e0;
	height:18px;
	margin-bottom: 5px;
}

.chart_jlj_2_n_2{
	background:#17a2b8;
	height:18px;
	position:absolute;
	left:0px;
}

.chart_jlj_2_n_3{
	position:absolute;
	left:0px;
}

.chart_jlj.chart-mini{
	padding: 5px;
}

.chart_jlj.chart-mini .chart_jlj_2_n_2{
	height: 13.93px !important;
	width: 70px;
}

.chart_jlj.chart-mini .chart_jlj_2_n{
	height: 13.93px !important;
	width: 70px !important;
}

.chart_jlj.chart-mini .chart_jlj_2{
	font-size: 25px !important;
	line-height: 50px !important;
}



.in-theather-cover{
	background:url('img/trailer-new.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	padding-top:300px;
	padding-bottom:100px;
}

.custom_overlay{
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(212,212,212,0) 17%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
}

a.my-disabled {
            pointer-events: none;
            cursor: default;
        }



/* DEBUT CINEMATOGRAPHIE SLIDER */
.prs_vp_main_section_wrapper{
    float:left;
    width:100%;
    background:#f6f6f6;
    padding-top:94px;
    padding-bottom:100px;
}
.prs_vp_main_slider_wrapper{
    float:left;
    width:100%;
}
.prs_vp_left_slidebar_wrapper{
    float:left;
    width:15%;
    margin-right:10px;
}
.prs_vp_center_slidebar_wrapper{
    float:left;
    width:67%;
    margin-right:10px;
}
.prs_vp_right_slidebar_wrapper{
    float:left;
    width:15%;
}
.prs_vp_left_slidebar_wrapper .bx-viewport,
.prs_vp_right_slidebar_wrapper .bx-viewport{
    height:380px !important;
}
.prs_vp_left_slider img, .prs_vp_right_slider img{
    width:100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.prs_vp_center_slider{
    float:left;
    width:100%;
    /*margin-top:80px;*/
}
.prs_vp_center_slider_img_wrapper img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.prs_vp_center_slider .owl-theme .owl-dots{
    display:none;
}
.prs_vp_center_slider .owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    z-index: 1000;
    display: block;
    left:0;
    right:0;
    margin:0px auto;
}
.prs_vp_center_slider .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    left: 15px;
    font-size: 26px;
    top:0;
    color:#ffffff;
    width:50px;
    height:50px;
    line-height: 47px;
    padding-left: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background:rgb(23, 162, 184);
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    outline: none !important;
}
.prs_vp_center_slider  .owl-theme .owl-nav .owl-next{
    font-size: 26px;
    right: 15px;
    top:-5px;
    position: absolute;
    color:#ffffff;
    width:50px;
    padding-left: 11px;
    height: 50px;
    line-height: 37px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background:rgb(23, 162, 184);
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    outline: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prs_vp_center_slider  .owl-theme .owl-nav .owl-next span,
.prs_vp_center_slider .owl-theme .owl-nav .owl-prev span{
	display: none !important;
}
.prs_vp_center_slider  .owl-theme .owl-nav .owl-next:before,
.prs_vp_center_slider .owl-theme .owl-nav .owl-prev:before{
    content: "\f04b";
    pointer-events: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
}
.prs_vp_left_slidebar_wrapper .wrap-album-slider,
.prs_vp_right_slidebar_wrapper .wrap-album-slider{
    /*margin-top:80px !important;*/
}
.prs_vp_center_slider_img_wrapper img{
    width:100%;
}
.prs_vp_bottom_banner_wrapper{
    float:left;
    width:100%;
    text-align:center;
    padding-top:60px;
}
.prs_vp_bottom_banner_wrapper img{
    width:730px;
    height:90px;
    display: inline-block;
}
.prs_vp_img_overlay{
    position:relative;
}
.prs_vp_img_overlay:after{
    content:'';
    position:absolute;
    left:200px;
    right:200px;
    top:200px;
    bottom:200px;
    background:rgba(0,0,0,0.6);
    opacity:0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_vp_hover_overlay:hover .prs_vp_img_overlay:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.6);
    opacity:1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.prs_vp_img_overlay a{
    float:left;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:rgb(23, 162, 184);
    background:#ffffff;
    position:absolute;
    left:0;
    right:0;
    margin:0px auto;
    top:38%;
    opacity:0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_vp_hover_overlay:hover .prs_vp_img_overlay a{
    opacity:1;
    z-index:100;
    -webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}

.bx-wrapper{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    
}

#current-event-2 .bx-wrapper{
    margin-bottom: 0px !important;
}

/* FIN CINEMATOGRAPHIE SLIDER */


/* COMING SOON  */
#upcoming-events .prs_ec_ue_left_img_wrapper {
    float: left;
    width: 50%;
}

#upcoming-events * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#upcoming-events .prs_ec_ue_left_img_wrapper img {
    width: 100%;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#upcoming-events .prs_ec_ue_right_img_wrapper {
    float: left;
    width: 50%;
    background: #ffffff;
    /*min-height: 469px;*/
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 32px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 0px;
}


#upcoming-events .prs_ec_ue_right_img_cont {
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
#upcoming-events .prs_feature_img_cont {
    float: left;
    width: 100%;
    background: #ffffff;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#upcoming-events h2 {
    line-height: 1.1;
    font-weight: 400;
    color: #222222;
    margin: 0;
    padding: 0;
}


#upcoming-events .prs_feature_img_cont h2 a {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

#upcoming-events .prs_ft_small_cont_left {
    float: left;
    width: 50%;
    padding-top: 10px;
}

#upcoming-events p {
    margin: 0;
}



#upcoming-events .prs_feature_img_cont ul {
    padding-top: 20px;
    float: left;
    width: 100%;
    position: relative;
}

#upcoming-events ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 0px;
}

#upcoming-events .prs_feature_img_cont ul::after {
    content: '';
    border: 1px solid #eeeeee;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

#upcoming-events .prs_feature_img_cont li {
    float: left;
    font-size: 14px;
}

#upcoming-events .prs_feature_img_cont li:last-child {
    float: right;
}

#upcoming-events .prs_ec_ue_right_img_cont .prs_up_pera_sec {
    padding-top: 15px;
    display: inline-block;
    font-size: 14px;
}

#upcoming-events .prs_ec_ue_right_img_cont .prs_up_pera_sec a {
    font-weight: bold;
}

#upcoming-events .prs_ec_ue_timer_wrapper {
    float: left;
    width: 100%;
    margin-top: 25px;
}

#upcoming-events #clockdiv {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#upcoming-events #clockdiv > div {
    padding: 0px;
    border-radius: 10px;
    background: transparent;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

#upcoming-events #clockdiv div:first-child > span {
    background: #43b9f6;
}

#upcoming-events #clockdiv div:nth-child(2) > span {
    background: #6686ff;
}

#upcoming-events #clockdiv div:nth-child(3) > span {
    background: #4cb3c4;
}

#upcoming-events #clockdiv div:last-child > span {
    background: #85df88;
}

#upcoming-events #clockdiv div > span {
    padding: 0px;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#upcoming-events .smalltext {
    color: #797979;
    padding-top: 15px;
    font-size: 16px;
}

/* FIN COMING SOON  */