@font-face {
    font-family: 'AM';
    src: url('../fonts/ArgentumSans-Medium.eot');
    src: url('../fonts/ArgentumSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Medium.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Medium.woff') format('woff'),
        url('../fonts/ArgentumSans-Medium.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Medium.svg#ArgentumSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AL';
    src: url('../fonts/ArgentumSans-Light.eot');
    src: url('../fonts/ArgentumSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Light.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Light.woff') format('woff'),
        url('../fonts/ArgentumSans-Light.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Light.svg#ArgentumSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AEL';
    src: url('../fonts/ArgentumSans-ExtraLight.eot');
    src: url('../fonts/ArgentumSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/ArgentumSans-ExtraLight.woff') format('woff'),
        url('../fonts/ArgentumSans-ExtraLight.ttf') format('truetype'),
        url('../fonts/ArgentumSans-ExtraLight.svg#ArgentumSans-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AR';
    src: url('../fonts/ArgentumSans-Regular.eot');
    src: url('../fonts/ArgentumSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Regular.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Regular.woff') format('woff'),
        url('../fonts/ArgentumSans-Regular.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Regular.svg#ArgentumSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AB';
    src: url('../fonts/ArgentumSans-Bold.eot');
    src: url('../fonts/ArgentumSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Bold.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Bold.woff') format('woff'),
        url('../fonts/ArgentumSans-Bold.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Bold.svg#ArgentumSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html,body{
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}
body{
	background-color: #FFF;
	font-size: 14px;
	color: #080707;
	font-family: 'AEL', arial;
}
p{
	font-family: 'AEL', arial;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'FuturaLT-CondensedExtraBold', sans-serif;
}
br{ line-height: 1px; }

/*Intro*/
.intro{
	width: 100%;
	height: 95vh;
	background-image: url(../../images/bg-home.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -39px;
	position: relative;
}
.intro .content{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.intro .content h1 {
    font-size: 15px;
    color: #FFF;
    letter-spacing: 7px;
    margin: 0 0 40px;
}
.intro img.m6-logo {
    width: 200px;
    margin: 0 auto 25px;
    border-radius: 0;
    border: none;
    overflow: hidden;
}
.intro-divider{
	width: 100%;
	height: 18px;
	background-image: url(../../images/intro-divider.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 0 25px;
}
.intro img.mawazine-logo {
    width: 110px;
	margin: 0 auto 25px;
	display: block;
}
.intro h3{
	font-family: 'AR', sans-serif;
	font-size: 17px;
	margin: 0 0 10px;
	letter-spacing: 1px;
}
.intro h3.ar{
	font-family: 'Emad-DianaeXtra-Normal', sans-serif;
	letter-spacing: normal;
}
.intro h3.ar span{
	font-family: 'ae_Hor', arial;
}
.intro a.language {
    display: inline-block;
	padding: 0 15px;
	font-family: 'AL', sans-serif;
	margin: 20px 15px 0;
	font-size: 17px;
	color: #00a2e1;
}
.intro a.language.en {
	/*padding: 0 15px 46px 0;
	background-image: url(../../images/en-bg.png);*/
	color: #e48c31;
	/*background-position: 3px bottom;
	margin: 20px 35px 0 40px;*/
}
.intro a.language.ar {
	font-family: 'Emad-DianaeXtra-Regular', sans-serif;
	/*padding: 0 0 65px 18px;
	background-image: url(../../images/ar-bg.png);*/
	color: #e32153;
	/*background-position: center bottom;
	font-size: 19px;
	font-family: 'AMassirBallpoint', arial;
	width: 80px;
	margin: 20px 25px 0;*/
}
.intro a.language:hover{ color: #e32153; }
.intro a.language.ar:hover{ color: #00a2e1; }
.intro .mc-logo{
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 80px;
}
.intro .social{
	position: absolute;
	display: inline-block;
	right: 20px;
	bottom: 20px;
}
.intro .social a{
	display: inline-block;
	width: 15px;
	height: 40px;
	background-image: url(../../images/facebook.png);
	background-position: center bottom;
	background-size: 15px;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
}
.intro .social a.twitter{
	background-image: url(../../images/twitter.png);
	background-size: 20px;
	width: 20px;
}
.intro .social a.youtube{ background-image: url(../../images/youtube.png); }
.intro .social a.instagram{ background-image: url(../../images/instagram.png); }
.intro .social a:hover, .slider img:hover{
	/*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.intro .social a:last-child{ margin: 0; }

/*Head*/
.king h1{
	font-family: 'AL', sans-serif;
	font-size: 11px;
	letter-spacing: 7px;
	color: #000;
}
.logo img{
	margin: 7px 0 0;
}
.edition img {
    margin: 14px 0 0;
}
.logo-maroc-cultures img{
	float: right;
}
.slogan h1{
	font-size: 31px;
	margin: 0 0 5px;
}
.slogan h3{
	font-size: 27px;
}
.col-md-1.logo{
	padding: 0 0 0 15px;
}
.col-md-1.edition{
	padding: 0 15px 0 0;
}
.row.languages{
    position: absolute;
    right: 15px;
    top: -20px;
}
.languages a{
	font-family: 'CaptainHowdy', arial;
	display: inline-block;
	color: #FFF;
	margin: 0 10px 0 0;
}
.languages a:last-child{
	margin: 0;
}
.languages a:hover, .languages a.active{
	color: #e48c31;
}
/*Menu*/
.white{
	background-color: #FFF;
}
.nav a{
	display: inline-block;
	font-family: 'AR', arial, sans-serif;
	margin: 0 10px;
	color: #FFF;
	padding: 10px;
	font-size: .7rem;
	text-transform: uppercase;
}
.nav .sub-menu a{
	margin: 0;
	padding: 5px 10px;
}
.nav a:hover, .nav a.active, .current-page-ancestor a, .current-menu-item a, .current-menu-parent a{
	color: #e48c31;
}
.nav .sub-menu a{
	color: #080707;
	font-size: 14px;
}
.nav .sub-menu a:hover{
	color: #e48c31;
}
.nav .sub-menu .current-menu-item a{
	color: #e48c31;
}
a.search-button, a.contact-button{
	width: 15px;
	height: 16px;
	/* background-image: url(../../images/search-button.svg); */
	background-size: 15px;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 0;
}
a.search-button:hover, a.search-button:focus{
	/* background-image: url(../../images/search-button-hover.svg); */
	-webkit-transition: background-image .3s; /* Safari */
    transition: background-image .3s;
}
a.contact-button{
	/* background-image: url(../../images/contact-button.svg); */
	width: 20px;
	height: 19px;
	background-size: 20px;
	background-position: center 2px;
	margin: 0;
}
.search-form{
	display: none;
	position: absolute;
	left: 15px;
	top: 20px;
	z-index: 9;
}
input[type="text"]{
	border: 0;
	color: #000;
	padding: 2px 10px;
	font-size: 13px;
}
/*Slider*/
.actions-button{
	position: absolute;
	width: 120px;
	right: 112px;
	bottom: 20px;
	left: auto;
	z-index: 1;
}
.actions-button a{
	display: inline-block;
	padding: 5px 30px;
	background-color: #e48c31;
	color: #e32153;
	margin: 0 0 10px;
	font-size: 17px;
	border-radius: 6px;
}
.actions-button a:hover{
	background-color: #275da7;
	color: #FFF;
}
.slide{ position: relative; }
.actions-button img{
	width: 10px;
	margin: 0 auto 10px;
}
/*News*/
.news .slick-list{
	margin: 0;
}
.news-bg{
	background-image: url(../../images/news-bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: center;
	margin: 0;
}
.big-title{ 
	position: relative;
	padding: 100px 0;
}
.big-title h1{
	font-size: 41px;
}
.big-title h1 a{ color: #275da7; }
.big-title h1 a:hover{ color: #e48c31; }
.news .icon1, .news .icon2, .news .icon3{
	position: absolute;
	left: 50px;
	top: 31px;
}
.news .icon2{
	left: auto;
	right: 60px;
	top: 98px;
	height: 110px;
}
.news .icon3{
	left: 83px;
	top: 143px;
}
.thumbnail{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: 0;
}
.thumbnail img{
	width: 100%;
}
.news .thumbnail{
	height: auto;
}
.rotated{
    position: absolute;
	width: 100%;
	height: 220px;
	top: 0;
	left: 14px;
	z-index: 0;
    background: #e48c31;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}
.news article{
	padding: 0;
}
.news article h3{
	font-size: 2.5rem;
	margin: 0 0 10px;
	color: #FFF;
}
.news article p{
	font-size: 25px;
	margin: 0 0 30px;
}
.news article span{
	display: block;
	font-size: .9rem;
	margin: 0 0 20px;
	color: #FFF;
}
.news article a.read{
	display: block;
	float: none;
	color: #FFF;
	font-size: 1rem;
	position: relative;
	padding: 3px 0 3px 25px;
}
.news article a.read::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 1px;
	background-color: #FFF;
}
.news article a:hover{
	color: #e48c31;
}
.news article a:hover{ color: #FFF; }
.news-bg:before{
	content: '';
	position: absolute;
	top: 0;
	right: 15px;
	width: 250px;
	height: 100px;
	background-image: url(../../images/post-bg.png);
	background-repeat: no-repeat;
	background-size: 250px;
	visibility: visible;
}
.news-bg .thumbnail img:hover{
	/*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
}
.news .slick-slide{
	padding: 15px;
}
.bg-img-posts{
	position: absolute;
	width: 54px;
	height: 241px;
	left: 0; right: 0;
	margin: auto;
	bottom: -145px;
	background-image: url(../../images/bg-img-posts.png);
}
/*Stages*/
.stages-bg{
	padding-top: 210px;
	border-bottom: 40px solid #e48c31;
	background-image: url(../../images/mosque.png);
	background-position: left top;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
.stages{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -25px;
}
.stage{
	height: 110px;
	position: relative;
}
.stage.active h3{
	display: block;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.stage h3{
	position: absolute;
	left: -29px;
	top: 0;
	width: 200px;
	color: #00a2e1;
	text-align: center;
	font-size: 31px;
	display: none;
}
.scenes .scene.chellah .hover h2:before{ background-color: #a55200;}
.scenes .scene.theatre .hover h2:before{ background-color: #FFF;}
.stage.nahda-stage h3{ color: #e3214f; }
.stage.sale-stage h3{ color: #e37321; }
.stage.bouregreg-stage h3{ color: #afe321; }
.stage.chellah-stage h3{ color: #a55200; }
.stage.m5-stage h3{ 
	color: #FFF;
	width: 420px;
	left: -137px;
}
.stage.active a{ 
	background-size: 49px;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.stage a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 59px;
	height: 91px;
	background-image: url(../../images/marker-souissi.png);
	background-size: 41px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: auto;
}
.stage.nahda-stage a{ background-image: url(../../images/marker-nahda.png); }
.stage.sale-stage a{ background-image: url(../../images/marker-sale.png); }
.stage.bouregreg-stage a{ background-image: url(../../images/marker-bouregreg.png); }
.stage.chellah-stage a{ background-image: url(../../images/marker-chellah-.png); }
.stage.m5-stage a{ background-image: url(../../images/marker2.png); }
.right-stages{
	padding: 101px 0 90px;
	margin: -38px 0 0;
	background-image: url(../../images/bg-right-stages-.png);
	background-size: 230px;
	background-repeat: no-repeat;
	background-position: right 65px;
}
.right-stages h1{
	font-size: 51px;
	margin: 0 0 0 -49px;
	padding: 7px 0 0;
	line-height: 40px;
}
.right-stages h1 a, .scenes h1 a{ color: #e32153; }
.scenes h1{ font-size: 51px; }
.right-stages h1 a:hover, .scenes h1 a:hover{ color: #00a2e1; }
/*Media*/
.media{ margin: 0; }
.media-bg{
	/*height: 469px;
	background-image: url(../../images/media-bg-.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left -5px;*/
}
.media h1{
	font-size: 41px;
	color: #494746;
}
.media h1 a{ color: #00a2e1; }
.media h1 a:hover{ color: #e32153; }
.videos-link {
	background-image: url(../../images/btn-play.png);
	width: 140px;
	height: 153px;
	position: absolute;
	left: 356px;
	top: 213px;
	background-size: 140px;
	background-repeat: no-repeat;
}
.photos-link {
	background-image: url(../../images/btn-cam.png);
	width: 174px;
	height: 141px;
	position: absolute;
	left: 628px;
	top: 220px;
	background-size: 173px;
	background-repeat: no-repeat;
}
.videos-link:hover, .photos-link:hover{
	opacity: 0.7;
}
/*Mawazine live*/
.bg-live{
	padding-bottom: 125px;
	padding-top: 20px;
	background-image: url(../../images/live-bg.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 17px 45px;
}
.bg-live h1{
	font-size: 41px;
	display: inline-block;
	margin: 6px 20px 0 100px;
}
.bg-live h1 a{
	color: #e48c31;
	margin: 0;
	width: auto;
	height: auto;
	background-image: none;
}
.bg-live h1 a:hover{ 
	color: #e32153;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.bg-live .float-right{ margin: 7px 24px 0 0; }
.vertical-bar{
	display: inline-block;
	width: 60px;
	height: 40px;
	background-image: url(../../images/vertical-bar.png);
	background-repeat: repeat-x;
	background-size: 12px;
	margin: 0 10px 0 0;
	float: left;
}
.bg-live a{
	display: inline-block;
	width: 50px;
	height: 60px;
	margin: -12px 10px 0 0;
	background-image: url(../../images/facebook.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	float: left;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.bg-live a:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.bg-live a.twitter{ background-image: url(../../images/twitter.png); }
.bg-live a.youtube{ background-image: url(../../images/youtube.png); }
.bg-live a.instagram{ background-image: url(../../images/instagram.png); }

.horizontal-bar{
	display: inline-block;
	width: 10px;
	height: 40px;
	background-image: url(../../images/orizontal-bar.png);
	background-repeat: repeat-x;
	background-size: 6px;
	margin: 0 5px 0 0;
	float: left;
	background-position: center left;
}
.horizontal-bar.long{ width: 17px; }
/*Footer*/
.footer .content{
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.footer .content img{
	width: 110px;
	margin: 130px auto 20px;
}
.footer .content p{
	color: #FFF;
	font-size: 1.1rem;
}
/*Page*/
.page .newsletter-form, .single .newsletter-form{ margin-top: 0; }
.page .newsletter-form h1, .single .newsletter-form h1 {
    left: 284px;
	top: -5px;
	font-size: 35px;
}
.page .newsletter-form h1:after, .single .newsletter-form h1:after{
	content: '';
	width: 56px;
	height: 15px;
	background-image: url(../../images/newsletter-dash.png);
	background-repeat: no-repeat;
	background-size: 56px;
	position: absolute;
	right: -57px;
	top: 11px;
}
.title-bg.cartes{
	background-image: url(../../images/bg-page-title-cartes.png);
	padding-top: 19px;
}
.title-bg.billets{
	background-image: url(../../images/bg-page-title-billets.png);
	padding-top: 19px;
}
.page-content .title-bg.billets h1, .page-content .title-bg.cartes h1{
	font-size: 41px;
    color: #e32153;
	padding: 0 0 0 30px;
}
.page-content .title-bg.cartes h1{
    padding: 0 30px 0 0;
}
.page-content .title-bg h1{
	font-size: 29px;
	color: #275da7;
	max-width: 300px;
	margin: auto;
}
.page-content p, .page-content h3, .page-content h5, .page-content h6{
	font-family: 'AR', arial;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 20px;
	text-align: justify;
}
.page-content ul ul{
	padding: 0 0 0 20px;
}
.page-content ul{
	padding: 0 0 20px 20px;
}
.page-content li{
	font-family: 'AR', arial;
	font-size: 15px;
	margin: 0 0 7px;
	position: relative;
}
.page-content li:before, .page-content li ul li:before{
	content: '';
	position: absolute;
	left: -11px;
	top: 10px;
	font-size: 50px;
	background-color: #FFF;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.page-content li ul li:before{
	background-color: #e48c31;
}
.savoir.page-content p, .savoir.page-content li{
	font-family: 'AEL', sans-serif;
}
.savoir.page-content b, .savoir.page-content strong{
	font-family: 'AR', sans-serif;
}
.savoir.page-content h3{
	font-family: 'AR', sans-serif;
	color: #e48c31;
}
.savoir.page-content .alignleft {
    padding: 50px 15px 50px 0;
    border-right: 1px solid #e48c31;
    margin: 0 20px 0 0;
    width: 240px;
}
.page-content.philosofy p{ text-align: justify; }
.page-content h3{ font-size: 21px; margin: 0 0 20px; }
.page-content h5{ font-size: 14px; margin: 0 0 20px; }
.page-content h6{ font-size: 14px; margin: 0px; }
/*Single*/
.single-content .title-bg{
	width: 100%;
	height: 290px;
	background-image: url(../../images/bg-single-title.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	padding-top: 63px;
}
.single-content .title-bg h1{
	font-size: 31px;
	color: #275da7;
	max-width: 320px;
	margin: auto;
}
.single-content p{
	text-align: justify;
	color: #FFF;
	font-family: 'AR', sans-serif;
}

.sidebar .map{
	width: 100%;
	height: auto;
}
.single .content p{
	font-family: 'AR', arial;
}
.single .video iframe{
	width: 100%;
	height: 400px;
}
/*Programme*/
.program.page-content .title-bg{
	width: 80%;
	height: 140px;
	padding-top: 39px !important;
	margin: auto;
}
.program.page-content .title-bg h1{
	font-size: 25px;
}
.program table{
	width: 100%;
}
.program table thead{
	background-color: #000;
}
.program table tbody tr:first-child td{
	padding: 20px 5px 10px;
}
.program table th{
	font-family: 'AR', sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding: 8px 5px 6px;
}
.program table tr{ border-bottom: 1px solid #d1d1d1; }
.program table td{
	font-family: 'AR', sans-serif;
	font-size: 15px;
	text-align: center;
	padding: 10px 5px 10px;
	color: #FFF;
}
.program table td a{ color: #FFF; }
.program table td a:hover{ color: #e32153; }
.program .col-md-3{ padding: 0; }
.program .pageTitle h3{
	font-family: 'FuturaLT-CondensedExtraBold', sans-serif;
	font-size: 21px;
	color: #e48c31;
	padding: 40px 0 10px;
	text-align: center;
}
.program table td a{ color: #FFF; }
.program table td a:hover{ color: #e48c31; }
.ui-selectmenu-button, .ui-selectmenu-button:hover, .ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open.ui-corner-top{
	background-color: #FFF;
	background-size: 100%;
	border: 1px solid #FFF;
	height: 30px;
	background-repeat: no-repeat;
	line-height: 20px;
	text-align: center !important;
	padding: 3px 5px;
	color: #FFF;
	border-radius: 0;
	width: 100% !important;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
    background-color: #FFF;
    max-height: 300px;
	overflow-y: auto;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, 
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	background-color: #FFF;
	color: #FFF;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.ui-selectmenu-text {
	font-family: 'AR', sans-serif;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.ui-selectmenu-icon.ui-icon {
    position: absolute;
	top: 8px;
	left: auto;
	right: 7px;
	margin: auto;
	width: 7px;
	height: 13px;
	background-image: url(../../images/scroll.png);
	background-size: 7px;
	background-position: left top !important;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon{
	background-image: url(../../images/scroll.png);
    background-position: left bottom !important;
}

.number{
	padding: 0 30px;
}
.number img{
	width: 100%;
	margin: 0 0 30px;
}
.number h3{
	font-size: 25px;
	color: #FFF;
	text-align: center;
}
.number h3 strong{ color: #e48c31;}

.artistes .sousmenu1, .artistes .sousmenu2{
    display: table;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.artistes .sousmenu1 li, .artistes .sousmenu2 li{
	margin: 0 40px 0 0;
	position: relative;
	display: inline-block;
}
.artistes .sousmenu1 span, .artistes .sousmenu2 span{
	font-family: 'AR', sans-serif;
	font-size: 17px;
	color: #FFF;
	cursor: pointer;
}
.artistes .sousmenu1 li:last-child, .artistes .sousmenu2 li:last-child{ margin: 0; }
.artistes .sousmenu1 span:hover, .artistes .sousmenu1 span:focus, .artistes .sousmenu1 a.active, .artistes .sousmenu2 span:hover, 
.artistes .sousmenu2 span.current, .menu-item-home a{
	color: #e48c31;
}
.artistes .sousmenu1 span:after, .artistes .sousmenu2 span:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	right: -25px;
	top: 3px;
	background-color: #e32153;
}
.artistes .sousmenu1 span:last-child:after, .artistes .sousmenu2 span:last-child:after{ content: none; }
.artistes .sousmenu2{
	display: none;
}
.artistes .sousmenu2 span{
	color: #FFF;
	font-size: 14px;
}
.artistes .sousmenu2 span:hover, .artistes .sousmenu2 span.active, .artistes .sousmenu2 span:focus{ color: #000; }
.artistes .sousmenu2 span:after{
	width: 5px;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.artistes .thumbnail{
	width: 100%;
	height: auto;
	padding: 5px;
	position: relative;
}
.artistes .thumbnail:before{
	content: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #e48c31;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    z-index: -1;
}
.artistes .thumbnail:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFF;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}
.thumbnail.col-lg-3 {
    width: 22.5%;
    margin: 1% 1% 3%;
	padding: 0;
}
.artistes .thumbnail img:hover{
	/*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
}
.artistes .col-md-3{
	margin: 0 0 15px;
}
p.shopping {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 auto 0;
    background-image: url(../../images/shopping-cart2.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}
.key, .keys .key div{
	width: 100%;
	float: left;
	position: relative;
}
.keys h1, .keys h3{
	font-family: 'AL', sans-serif;
	font-size: 85px;
	line-height: 85px;
	margin: 0 0 10px;
	text-align: center;
	position: relative;
	display: block;
	color: #00b8ff;
}
.keys h1.big{ font-size: 111px; line-height: 111px; }
.keys h3{
	font-family: 'FuturaLT-Oblique', sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #FFF;
}
.keys .color1 h1{ color: #3bc6fb; }
.keys .color2 h1{ color: #00b8ff; }
.keys .color3 h1{ color: #81dcff; }
.keys .color4 h1{ color: #9ddff8; }
.keys .color5 h1{ color: #23b0e7; }
.keys .color6 h1{ color: #54a4ff; }
.keys .color7 h1{ color: #3badf6; }
.keys .color8 h1{ color: #30b3e6; }
.keys .color9 h1{ color: #8fd0e9; }
.keys .col-md-4{ padding: 0; }
.keys .key{
	padding: 20px 20px 0;
}
.keys .key div{ padding: 20px; }
.keys .first .key div{ border-bottom: 1px solid #c9c9c9; }
.keys .second .key div{ border-bottom: 1px solid #c9c9c9; }
.keys .last .key div{ border: none; }
.keys .second .key div:after, .keys .second .key div:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 90%;
	background-color: #c9c9c9;
	right: -20px;
	top: 0;
}
.keys .second .key div:before{
	right: auto;
	left: -20px;
}
.keys .key div{ border: none; min-height: 185px; }


/*Sponsors*/
.partenaire{
	background-color: #FFF;
	padding: 20px 0 30px;
	margin: 0 0 10px;
}
.partenaire h2{
	font-family: 'AEL', sans-serif;
	color: #494746;
	font-size: 27px;
	margin: 0 0 30px;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.partenaire h2:after, .partenaire h2:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	bottom: 5px;
	left: auto; right: -58.5%;
	margin: auto;
	z-index: -1;
}
.partenaire h2:before{
	right: auto; left: -58.5%;
}
.third.partenaire h2:after{
	left: auto; right: -55.5%;
}
.third.partenaire h2:before{
	right: auto; left: -55.5%;
}
.second.partenaire h2:after{
	left: auto; right: -57.5%;
}
.second.partenaire h2:before{
	right: auto; left: -57.5%;
}
.forth.partenaire h2:after{
	left: auto; right: -60%;
}
.forth.partenaire h2:before{
	right: auto; left: -60%;
}

.partenaire img{
	max-width: none;
}
.partenaire.second img{
	margin: 0 30px 0 0;
}
.partenaire.third{
	padding: 20px 50px;
}
.partenaire.third img{
	margin: 0 20px 30px;
	max-width: 150px;
}
.ui-selectmenu-button.ui-button{
	max-width: 100%;
}
.fordate2{ display: none; }
.page-content h4{
	font-family: 'AR', sans-serif;
    color: #080707;
    font-size: 21px;
    margin: 0 0 10px;
}
.page-content h5{
    color: #e48c31;
    font-size: 17px;
    margin: 0 0 10px;
    display: inline-block;
}
.video iframe{
	width: 100%;
	height: 400px;
}
.btn.btn-primary.panier {
    font-size: 25px;
	width: auto;
	margin: 15px auto 0;
	text-align: center;
	padding: 5px 10px 5px 25px;
	border: 0;
	border-radius: 0;
	background-image: url(../../images/cart.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #0096d5;
	background-size: 20px;
}
.btn.btn-primary.panier:hover{ opacity: 0.7; }
.artists-back{
	font-size: 17px;
	color: #FFF;
	padding: 0 0 2px 20px;
	border-bottom: 1px solid #aeaeae;
	background-image: url(../../images/prev-button-slider.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 15px;
}
.artists-back:hover{ color: #e48c31; border-color: #e48c31; }
.down-icon{
	display: inline-block;
	width: 25px;
	height: 37px;
	background-image: url(../../images/down-icon.png);
	background-repeat: no-repeat;
	background-size: 25px;
	margin: auto;
}
.page-content.tarification p, .page-content.tarification h3{
	text-align: center;
}
.page-content.tarification h3{
	font-family: 'AR', sans-serif;
	color: #e48c31;
}
.page-content.tarification h4{
	font-family: 'AEL', sans-serif;
	font-size: 17px;
	line-height: 25px;
}
.page-content.tarification .price p{
	font-family: 'AR', sans-serif;
}
.page-content.tarification .billet{
	font-family: 'FuturaLT-CondensedExtraBold', sans-serif;
	display: inline-block;
	position: relative;
	height: auto;
	margin: 0 100px 0 0;
	text-align: center;
	padding: 5px;
	color: #FFF;
	font-size: 31px;
	line-height: 31px;
	background-color: #000;
	text-transform: uppercase;
}
.tarification .billet:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 35px;
	background-image: url(../../images/icon-billet.png);
	background-size: 40px;
	background-position: left top;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: auto;
}
.page-content.tarification .carte{
	font-family: 'FuturaLT-CondensedExtraBold', sans-serif;
	display: inline-block;
	position: relative;
	height: auto;
	margin: 0;
	text-align: center;
	padding: 5px;
	color: #ad9851;
	font-size: 31px;
	line-height: 31px;
	text-transform: uppercase;
}
.tarification .carte:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 32px;
	background-image: url(../../images/icon-cartes.png);
	background-size: 40px;
	background-position: left top;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
.tarification .billet:hover, .tarification .carte:hover{
	/*opacity: 0.7;*/
}
.page-content.tarification .billet:hover{
	background-color: transparent;
	color: #FFF;
}
.page-content.tarification .carte:hover{
	background-color: #FFF;
	color: #ad9851;
}
.page-content.tarification .cartes p, .page-content.tarification .cartes h3{
	text-align: left;
	margin: 0 0 10px;
}
.page-content.tarification .cartes h3::before{
	content: none;
}
.page-content.tarification .cartes h3{
	color: #f47c24 !important;
	font-family: 'AB', sans-serif;
	margin: 0 0 20px;
	font-size: 2.1rem;
	text-transform: uppercase;
}
.page-content.tarification .cartes h3 span{
	color: #FFF;
	font-family: 'AR', sans-serif;
}
.page-content.tarification ul {
    padding: 0 0 20px 0;
    list-style: none;
}
.page-content.tarification .cartes ul {
    padding: 0;
	margin: 0 0 0 30px;
    list-style: disc;
}
.page-content.tarification .cartes ul li{
    padding: 0;
	margin: 0 0 10px;
}
.page-content.tarification li::before, .page-content.tarification li ul li::before{
	content: none;
}
.page-content.tarification li{
	font-family: 'AEL', sans-serif;
}
.page-content.tarification a{
	font-family: 'AR', sans-serif;
	display: inline-block;
	margin: 20px 0 0;
}
.page-content.tarification a:hover{
	color: #FFF;
}
/*Page billets*/
.price .col-md-2{
	border-left: 0;
	padding: 0;
	text-align: center;
	min-height: auto;
}
.price .col-md-2:last-child{
	border-right: 0;
}
.price h3{
	font-size: 14px;
	text-align: center !important;
	min-height: auto;
	border-bottom: 0;
}
.price p{
	font-size: 14px;
	text-align: center !important;
	padding: 0 10px;
	line-height: 23px;
	color: #FFF;
}
.price .olm h3, .stage-title.olm h3, .stage-title.olm h5{ color: #00a2e1 !important; }
.price .nahda h3, .stage-title.nahda h3, .stage-title.nahda h5{ color: #e32254 !important; }
.price .bouregreg h3, .stage-title.bouregreg h3, .stage-title.bouregreg h5{ color: #84bb1a !important; }
.price .sale h3, .stage-title.sale h3, .stage-title.sale h5{ color: #f47c24 !important; }
.price .tnmv h3, .stage-title.tnmv h3, .stage-title.tnmv h5{ color: #b3b3b4 !important; }
.price .chellah h3, .stage-title.chellah h3, .stage-title.chellah h5{ color: #582900 !important; }
/*Tabs*/
.points{
  margin: 0 0 50px;
}
.ui-widget.ui-widget-content {
    border: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.ui-tabs .ui-tabs-panel{ padding: 50px 20px; }
.ui-tabs .ui-tabs-panel p, .ui-tabs .ui-tabs-panel td, .ui-tabs .ui-tabs-panel li, .ui-tabs .ui-tabs-panel a{
  color: #FFF;
  font-size: 15px;
  line-height: 23px;
}
.ui-tabs .ui-tabs-panel li{ font-weight: bold; display: block; }
.ui-tabs .ui-tabs-panel table{
  width: 100%;
}
.ui-tabs .ui-tabs-panel td{
  width: 50%;
  padding-right: 30px;
  vertical-align: middle;
  position: relative;
}
.ui-tabs .ui-tabs-panel td:first-child:after{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #edc465;
  position: absolute;
  right: 15px;
  top: 0;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #FFF;
    border: 0;
    overflow: hidden;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #FFF;
    background-color: #FFF;
    white-space: normal;
    line-height: 15px;
    position: relative;
}
.ui-tabs .ui-tabs-nav li:first-child{
	border-left: 1px solid #FFF;
}
.ui-tabs .ui-tabs-nav{
	border-bottom: 1px solid #FFF;
}
.ui-tabs .ui-tabs-nav li:after{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.ui-tabs .ui-tabs-nav li:last-child:after{ /*content: none;*/ }
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li:hover {
    background-color: #000;
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.ui-tabs .ui-tabs-nav li:hover a {
    color: #FFF;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-align: center;
    padding: 10px 27px;
    font-size: 13px;
    float: none;
    display: block;
    text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor.padding0{ /*padding: 5px 10px;*/ }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    color: #FFF;
}
.second.ui-tabs .ui-tabs-nav li{
  max-width: none;
  width: 33%;
}
.second.ui-tabs .ui-tabs-nav li a{
	display: block;
	text-align: center;
}
.second.ui-tabs .ui-tabs-nav li:last-child{
	width: 34%;
}
.second.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
  padding: 10px 27px;
}
.ui-tabs .ui-tabs-panel{ 
	color: #FFF;
	border: 1px solid #FFF;
	border-top: 0;
}
.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active.ui-state-focus, 
.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-state-hover{
	opacity: 1;
}
.page-content.discours h3, .page-content.discours p{
	text-align: center;
	font-family: 'AEL', sans-serif;
}
.page-content.discours h3{ font-family: 'AR', sans-serif; }
.discours .separator{
	width: 60%;
	height: 1px;
	background-color: #C4C4C4;
	margin: auto;
}
.discours img{
	max-width: 250px;
	height: auto;
}
.discours h1{
	font-size: 17px;
	margin: 0 0 20px;
}
.discours p{
	margin: 0 0 30px;
}
.discours h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 10px;
	display: inline-block;
	position: relative;
}
.discours h3:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	bottom: -2px;
	left: 0; right: 0;
	margin: auto;
}
li.ui-tabs-tab:before {
    content: none;
}
.ui-tabs .ui-tabs-panel td:last-child {
    padding: 0;
}
.single .pdf .btn-default.btn-sm{
  	background-image: url('../../images/down-pdf.png');
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 30px;
	padding: 6px 0 30px;
	border: none;
	float: none;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	font-family: 'AR', sans-serif;
}
.pdf .btn-default.btn-sm:hover{ color: #e48c31; text-decoration: underline; }
.blue-bg{
	background-color: #275da7;
}
.actualite-bg{
	position: relative;
	padding-top: 100px;
}
.actualite-bg:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 100px;
	background-image: url(../../images/post-bg.png);
	background-repeat: no-repeat;
	background-size: 250px;
	visibility: visible;
}
.actualite-bg h3{
	font-size: 25px;
	margin: 0 0 10px;
	line-height: 27px;
}
.actualite-bg p{
}
.actualite strong, .actualite b{ color: #e48c31; font-weight: normal; }
.flag img{
	display: inline-block;
	width: 19px;
}
.flag a:hover, .flag a.active{ opacity: 1; }
/*Stages*/
.stage-frame{
	position: relative;
	padding: 40px 40px 20px 40px;
	border: 1px solid #fff5dc;
	width: 100%;
	text-align: center;
}
.stage-frame h2{
	font-size: 33px;
	display: inline-block;
	display: table;
	margin: -60px auto 20px;
	top: -21px;
	background-color: #000;
	color: #e48c31;
	padding: 0 10px;
}
.page-stages-bg{
	padding: 0;
	padding-top: 80px;
	background-image: url(../../images/mosque.png);
	background-position: center bottom;
	background-size: 70%;
	background-repeat: no-repeat;
	position: relative;
}
.stage-block{
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.title-stage-block{
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: left top;
	width: 93%;
}
.olm .title-stage-block, .icon-map.olm, .sidebar h3.olm{ background-image: url(../../images/marker-souissi.png); }
.nahda .title-stage-block, .icon-map.nahda, .sidebar h3.nahda{ background-image: url(../../images/marker-nahda.png); }
.bouregreg .title-stage-block, .icon-map.bouregreg, .sidebar h3.boureg{ background-image: url(../../images/marker-bouregreg.png); }
.sale .title-stage-block, .icon-map.sale, .sidebar h3.sale{ background-image: url(../../images/marker-sale.png); }
.chellah .title-stage-block, .icon-map.chellah, .sidebar h3.chellah{ background-image: url(../../images/marker-chellah-.png); }
.tnmv .title-stage-block, .icon-map.tnmv, .sidebar h3.theatre{ background-image: url(../../images/marker2.png); }
.sidebar h3.arteres{ background-image: url(../../images/marker-arteres.png); }

.scenes .scene .title-stage-block h3, .scenes .scene .title-stage-block h5, .scenes .scene .stage-title h3, 
.scenes .scene .stage-title h5{
	font-family: 'AL', sans-serif;
	font-size: 31px;
	color: #FFF;
	margin: 0;
	text-align: left;
	line-height: 35px;
	position: static;
}
.scenes .title-stage-block{ background-image: none; }
.scenes .scene .title-stage-block h5, .scenes .scene .stage-title h5{
	font-family: 'FuturaLT-Oblique', sans-serif;
	font-size: 21px;
	margin: 0;
	line-height: 19px;
}
.scenes .title-stage-block h5{
	text-decoration: none;
}
.stage-block a.full-link{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/*.stage-block a.full-link:hover{ background-color: rgba(0,0,0,0.5); }*/
.page-content.stages-bg-title .title-bg{ padding-top: 55px; }
.stage-title {
    margin: auto;
    padding: 0;
    background-image: none;
    display: inline-block;
    text-align: center;
}
.stage-title h3, .stage-title h5{
	color: #275da7;
	font-size: 41px;
	line-height: 43px;
	margin: 0 0 2px;
	text-decoration: none;
	text-align: center;
}
.stage-title h5 {
	font-family: 'AEL', sans-serif;
    font-size: 29px;
    line-height: 29px;
}
.nahda.stage-title h5{
	font-size: 41px;
    line-height: 41px;
}
.sale.stage-title h5{
	font-size: 39px;
    line-height: 39px;
}
.bouregreg.stage-title h5{
	font-size: 37px;
    line-height: 37px;
}
.stage-gallery:before{
	content:'';
	position: absolute;
	width: 98%;
	height: 100%;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: -1;
    background: #e48c31;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    margin: auto;
}
.stage-gallery:after{
	content:'';
	position: absolute;
	width: 98%;
	height: 100%;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: -1;
    background: #FFF;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    margin: auto;
}
.stage-gallery img:hover{ opacity: 0.5; }
p.icon-map{
	padding: 15px 0 13px 40px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left top;
	font-size: 17px;
}
/*Info pratique*/
.practice-btn a{
	font-family: 'AR', sans-serif;
	display: block;
	padding: 60px 0 0;
	min-height: 130px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center top;
	font-size: 19px;
	color: #e48c31;
}
.practice-btn.btn1 a{ background-image: url(../../images/time-black.svg); }
.practice-btn.btn2 a{ background-image: url(../../images/disabled-black.svg); }
.practice-btn.btn3 a{ background-image: url(../../images/kids-black.svg); }
.practice-btn.btn4 a{ background-image: url(../../images/transport-black.svg); }
.practice-btn.btn5 a{ background-image: url(../../images/health-black.svg); }
.practice-btn a:hover, .practice-btn a.active{ color: #FFF; }
.practice-btn a:hover:after, .practice-btn a.active:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0; right: 0;
	bottom: -10px;
	margin: auto;
	background-image: url(../../images/down-icon.png);
	background-repeat: no-repeat;
	background-size: 15px;
}
.practice{
	border: 1px solid #FFF;
	display: none;
	padding: 30px 30px 10px;
}
.practice.practice1{ display: block; }
/*Actualites*/
.actualites .actualite-bg::before {
    width: 150px;
    height: 55px;
    background-size: 150px;
    opacity: 0.5;
}
.actualites .actualite-bg {
    padding: 25px 15px 30px;
    min-height: 167px;
}
.actualites .actualite-bg h3 {
    font-size: 19px;
	line-height: 21px;
	text-align: left;
}
.actualites .actualite-bg a {
    color: #e48c31;
    font-size: 15px;
    display: table;
    position: absolute;
    bottom: 10px;
    right: 15px
}
.actualites .actualite-bg span{
	display: table;
    position: absolute;
    bottom: 10px;
    left: 15px
}
.actualites .actualite-bg a:hover{ color: #000; }
.wp-pagenavi a, .wp-pagenavi span{
	color: #FFF;
	font-size: 15px;
	padding: 5px 10px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #e48c31;
    border-color: #e48c31;
}
.blue-bg img {
    width: 100%;
}
.blue-bg img:hover{
	/*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
}
/*Mediatheque*/
.media-menu{
	display: table;
	padding: 10px 0;
	margin: auto;
}
.media-menu a {
	font-family: 'AR', sans-serif;
    font-size: 15px;
    color: #FFF;
    padding: 10px 10px;
    display: inline-block;
    position: relative;
}
.media-menu a:hover, .media-menu a.active{
	color: #e48c31;
}
.media-menu a:after{
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	background-color: #000;
	right: -3px;
	top: 0; bottom: 0;
	margin: auto;
}
.media-menu a:last-child:after{ content: none; }
.block-media{
	padding: 0 15px 0;
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center top;
}
.block-media.camera{
	
}
.block-media.video{
	
}
.block-media.poster{
	
}
.block-media .thumbnail{
	position: relative;
}
.block-media .thumbnail:before{
	content: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #e32153;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    z-index: -1;
}
.block-media .thumbnail:after{
	content: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFF;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}
.block-media.camera a, .block-media.video a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.block-media a:before, .block-media.gallery a:before, .block-media.poster a:before{
	content: none;
	position: absolute;
	width: 60px;
	height: 48px;
	left: 0; right: 0;
	top: 0; bottom: 0;
	margin: auto;
	/* background-image: url(../../images/btnCamera.png); */
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.block-media.gallery a:before, .block-media.poster a:before{
	width: 40px;
	height: 32px;
	background-size: 40px;
	z-index: 1;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.block-media.poster a:before{
	width: 60px;
	height: 48px;
	background-size: 60px;
}
.block-media.gallery a:after, .block-media.poster a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 0;
}
.block-media.gallery a:hover:after, .block-media.poster a:hover:after{
	background-color: rgba(0,0,0,0.5);
}
.block-media a:hover:before{
	background-position: left bottom;
}
.block-media.video a:before{
	/* background-image: url(../../images/btnVideo.png); */
	height: 52px;
}
.block-media.camera a:hover, .block-media.video a:hover, .block-media.poster a:hover{
	background-color: rgba(0,0,0,0.5);
}
.live .cadre{
	width: 450px;
	height: 450px;
	position: relative;
	margin: 0 auto 60px;
	background-color: #FFF;
	max-width: 90%;
}
.live .cadre iframe{ max-width: 100%; }
.live .cadre .overflow{
	max-width: 100%;
	overflow-x: auto;
}
.live .cadre:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #003677;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    z-index: -1;
}
.live .cadre:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFF;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}
.live .cadre.twitter:before{ background-color: #29aae2; }
.live .cadre.youtube:before{ background-color: #ed1c24; }
.live .cadre.instagram:before{ background-color: #623ecf; }
.live .cadre.instagram:after{ background-color: #ae2697; }
.live .icon-facebook, .live .icon-twitter, .live .icon-youtube, .live .icon-instagram{
	padding: 80px 0 0;
	background-image: url(../../images/facebook.png);
	background-size: 40px;
	background-position: center top;
	background-repeat: no-repeat;
}
.live .icon-twitter{ background-image: url(../../images/twitter.png); background-size: 50px; }
.live .icon-youtube{ background-image: url(../../images/youtube.png); }
.live .icon-instagram{ background-image: url(../../images/instagram.png); }
/*Infoline*/
li.menu-item-7179 a{
	width: 100px;
	background-image: url(../../images/infoline-2.png);
	background-position: left 12px;
	background-size: 100px;
	background-repeat: no-repeat;
	text-indent: 1000px;
	overflow: hidden;
	margin: 0 10px;
}
li.menu-item-7179.ar a{ background-image: url(../../images/infoline-ar.png); }
li.menu-item-7179 a:hover{ opacity: 0.5; }
li.menu-item-7179 a:hover:after{ content: none !important; }
.guide a{
	background-image: url('../../images/pdf.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 40px;
	border: none;
	float: right;
	color: #275da7;
	font-size: 21px;
	line-height: 30px;
	float: none;
	margin: 0 auto 60px;
	display: inline-block;
	background-color: #FFF;
	border-radius: 6px;
}
.guide a:hover{
  color: #000;
}
.programs h3{
	font-family: 'AL', sans-serif;
	font-size: 21px;
	color: #e48c31;
	text-align: center;
}
.programs thead{
	background-color: #FFF;
}
.programs tr{
	border-bottom: 1px solid #d1d1d1;
}
.programs tr th{
	font-family: 'AR', sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: left;
	padding: 5px 10px !important;
}
.programs tr th:last-child{
	text-align: right;
}
.programs tr td{
	font-family: 'AEL', sans-serif;
	color: #FFF;
	width: 50%;
	text-align: left;
	padding: 7px 10px !important;
}
.programs tr td:last-child{
	text-align: right;
}
.table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, 
.table > thead > tr > td, .table > thead > tr > th{ 
	border: 0;
	background-color: transparent;
	color: #FFF;
	font-family: 'AL';
	font-size: .9rem;
}
.programs .slick-prev, .programs .slick-next{
    display: block !important;
    top: 60px;
    left: 10px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.table > thead > tr > th,
.table td.theAuthor{
	font-family: 'AM';
}
.programs .slick-next{
    left: auto;
    right: 10px;
}
/*Contact*/
.contact h5{
	font-size: 21px;
	color: #e48c31;
}
.contact .map{
	width: 100%;
	height: 400px;
}
.contact-form{
	padding-top: 10px;
}
.contact-form input, .contact-form textarea{
	width: 80%;
	margin: 0 0 10px;
}
.contact-form textarea{
	height: 120px;
}
.contact-form button{
	font-size: 17px;
	font-family: 'AR', sans-serif;
	border: 0;
	border-radius: 0;
}
.contact-form button:hover{ background-color: #e48c31; }
.g-recaptcha{
	margin: 0 0 10px;
}
a.btn-acheter{
	font-size: 19px;
	text-transform: uppercase;
	color: #000;
	padding: 5px 20px;
	position: absolute;
	left: 0;
	bottom: 30px;
	background-color: transparent;
	z-index: 3;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 130px;
}
.slider{
	position: relative;
}
a.linkHover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
a.btn-acheter:hover{ opacity: 0.7; }
a.btn-acheter:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFF;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
a.btn-acheter:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e48c31;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -2;
}
.page-content b, .page-content strong{
	color: #FFF;
	font-family: 'AB', sans-serif;
	font-weight: normal;
}
.media-menu.style2 {
    background: no-repeat;
    padding: 0;
}
.media-menu.style2 a {
    color: #FFF;
	text-transform: uppercase;
}
.media-menu.style2 a.color1:hover, .media-menu.style2 a.color1.active { color: #00a2e1;}
.media-menu.style2 a.color2:hover, .media-menu.style2 a.color2.active { color: #ff0000;}
.media-menu.style2 a.color3:hover, .media-menu.style2 a.color3.active { color: #ffa400;}
.media-menu.style2 a.color4:hover, .media-menu.style2 a.color4.active { color: #3a8318;}
.media-menu.style2 a.color5:hover, .media-menu.style2 a.color5.active { color: #b3b3b4;}
.media-menu.style2 a.color6:hover, .media-menu.style2 a.color6.active { color: #582900;}
.media-menu.style2 a.color8:hover, .media-menu.style2 a.color8.active { color: #b3b3b4;}

.block-media .thumbnail img:hover{
	/*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
}
div.ppt{
	display: none !important;
}
.block-media .thumbnail{ margin-bottom: 30px; }
/*Styles 2019*/
.bestof .line{
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
}
.bestof .line a:hover{
	opacity: 0.5;
}
.bestof .line h1{
	font-family: 'FuturaLT-CondensedExtraBold', sans-serif;
	display: block;
	text-align: center;
	color: #FFF;
	z-index: 1;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 100px;
}
.bestof .line:before{
	content: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: 0;
}
.bestof .line h1:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	bottom:-60px;
	margin: auto;
	background-image: url(../../images/play-best.png);
	background-size: 50px;
	background-position: center;
}
.news h1{ font-size: 41px; }
body h1.bigTitle,
body h2.bigTitle{
	font-family: 'AEL', sans-serif;
	font-size: 3.3rem;
	color: #FFF;
	text-transform: uppercase;
}
body h3.mediumTitle{
	font-family: 'AEL', sans-serif;
	font-size: 21px;
}
.news h1 a,
.news h2 a{
	color: #000;
}
.news h1 a:hover,
.news h2 a:hover{
	opacity: 0.5;
}
.news .col-md-4{
	margin: 0 5px;
	padding: 0;
}
.news .col-md-4 article{
	background-color: #fcfcfc;
	border: 1px solid #e8e8e8;
}
.news article .content{
	padding: 0;
}
.news .content *{
	color: #FFF;
}
.news .content a{
	font-family: 'AEL';
	position: relative;
	font-size: .9rem;
	color: #FFF;
	font-weight: normal;
}
.news .content a:hover{
	color: #e48c31;
}
.news .thumbnail, .news article .content, .news article {
    height: auto;
    display: block;
    clear: both;
    width: 100%;
    float: left;
    margin: 0 0 20px;
	position: relative;
}
.news article{
	min-height: 450px;
}
.news article .content h3{
	font-size: 1rem;
	margin-bottom: 40px;
}
.news-slider .slick-next, .news-slider .slick-prev {
    right: -25px;
    background-image: url(../../images/rightArrow.png);
    background-size: 30px;
    display: block !important;
    bottom: auto;
    top: 50%;
    width: 30px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
.news-slider .slick-prev {
    left: -25px;
    background-image: url(../../images/leftArrow.png);
}
/*Scenes*/
.scenes h1, .live h1{
	font-size: 51px;
	color: #494746;
	margin: 40px 0 30px;
}
.scenes p, .live p{
	font-size: 17px;
	color: #494746;
}
.scenes .scene h1,
.scenes .scene h2
{
	color: #FFF;
	margin: 0;
	font-size: 1.2rem;
}
.scenes .scene{
	position: relative;
	min-height: 200px;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}
.scenes .scene h3{
	font-family: 'AR', sans-serif;
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 17px;
	color: #FFF;
}
.scenes .scene .hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.scenes .scene .hover h1,
.scenes .scene .hover h2{
	font-family: 'AL', sans-serif;
	margin: auto;
	z-index: 1;
	position: relative;
	text-transform: uppercase;
}
.scenes .scene .hover h1:before,
.scenes .scene .hover h2:before{
	content: '';
	position: absolute;
	width: 70px;
	height: 3px;
	left: 0; right: 0;
	margin: auto;
	bottom: -10px;
	background-color: #e48c31 !important;
	border-radius: 2px;
	background-repeat: no-repeat;
}
.scenes .scene a.link{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.scenes .scene.active .hover{
	top: 0;
}
.scenes .scene.active h3{ display: none; }
.scenes .scene .hover{
	
}
.scenes .scene .hover:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #d0d0d0;
	opacity: 0.8;
	z-index: 0;
}
/* .scenes .scene.souissi .hover:before{background-color: #23affb;}
.scenes .scene.nahda .hover:before{background-color: #f80205;}
.scenes .scene.sale .hover:before{background-color: #ffa500;}
.scenes .scene.bouregreg .hover:before{background-color: #67cd4c;} */
.scenes .scene.nahda .hover h2:before{ background-color: #f80205;}
.scenes .scene.sale .hover h2:before{ background-color: #ffa500;}
.scenes .scene.bouregreg .hover h2:before{ background-color: #67cd4c;}
.live .left{
	background-size: cover;
	background-position: bottom center;
	min-height: 400px;
}
.media .thumbnail{
	margin: 0 0 10px;
}
.media .thumbnail img{
	max-height: none;
	width: auto;
}
.media-carousel .slick-next, .media-carousel .slick-prev {
    right: -40px;
    background-image: url(../../images/rightArrow.png);
    background-size: 30px;
    display: block !important;
    bottom: auto;
    top: 50%;
    width: 30px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}
.media-carousel .slick-prev {
    left: -40px;
    background-image: url(../../images/leftArrow.png);
}
.testimonial .left{
	min-height: 400px;
	background-position: top center;
	background-size: cover;
}
.testimonial .right .content{
	position: relative;
	width: 70%;
	margin: 0 auto;
}
.testimonial .right .content:before, .testimonial .right .content:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: -40px;
	top: -20px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../../images/left-testi.png');
}
.testimonial .right .content:after{
	background-image: url('../../images/right-testi.png');
	right: -40px;
	bottom: -20px;
	left: auto;
	top: auto;
}
.testimonial h3{
	font-size: 41px;
	margin: 0 0 30px;
}
.testimonial-carousel .slick-next, .testimonial-carousel .slick-prev, 
.slider .slick-next, .slider .slick-prev, 
.sceneSlider .slick-next, .sceneSlider .slick-prev {
    right: 30px;
    background-image: url(../../images/rightArrow.png);
    background-size: 30px;
    display: block !important;
    bottom: auto;
    top: 50%;
    width: 30px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
	z-index: 99;
}
.testimonial-carousel .slick-prev, .slider .slick-prev, .sceneSlider .slick-prev {
    left: 30px;
    right: auto;
    background-image: url(../../images/leftArrow.png);
}
/*Newsletter*/
.newsletter input {
    width: 100%;
    float: left;
    height: 40px;
    border: none;
    border-bottom: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
}
.newsletter .send2 {
    width: 30%;
    background-color: transparent;
    color: #FFF;
    display: inline-block;
    padding: 10px;
    text-align: center;
    margin: -4px 0 0 4.5%;
    font-size: 15px;
    border: 1px solid #FFF;
}
.newsletter .mail-error {
    position: absolute;
    bottom: -30px;
    width: 400px;
    color: red;
    left: 0;
    right: 0;
    margin: auto;
}
.newsletter .social a, .live .social a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../../images/facebook.png);
	background-position: center bottom;
	background-size: 30px;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
}
.newsletter .social a.twitter, .live .social a.twitter{
	background-image: url(../../images/twitter.png);
	background-size: 40px;
	width: 40px;
}
.newsletter .social a.youtube, .live .social a.youtube{ background-image: url(../../images/youtube.png); }
.newsletter .social a.instagram, .live .social a.instagram{ background-image: url(../../images/instagram.png); }
.newsletter .social a:hover, .live .social a:hover, .slider img:hover{
	opacity: 1;
}
.footer{
	/* background-image: url(../../images/bg-footer.png); */
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.fullLink{
	position: absolute;
	width: 98%;
	height: 100%;
	z-index: 1;
}
.fullLink:hover{
	background-color: rgba(0,0,0,0.1)
}
/*Page*/
.pageBg{
	/*min-height: 300px;
	background-size: cover;
	background-position: center bottom;*/
}
.pageBg img{
	width: 100%;
	max-width: 100%;
}
.pageTitle h1{
	font-size: 41px;
	color: #e48c31;
	text-transform: none;
}
section.border{
	border-bottom: 1px solid #d9d9d9;
}
.subTitle span{
	font-family: 'AR', sans-serif;
	display: inline-block;
	margin: 0 30px 0 0;
	position: relative;
	color: #FFF;
}
.subTitle span.scene{ text-transform: uppercase; }
.subTitle span:last-child{ margin:0;}
.subTitle span:after{
	content: '';
	width: 1px;
	height: 15px;
	background-color: #e42254;
	position: absolute;
	right: -15px;
	top: 3px;
}
.subTitle span:last-child:after{ content: none; }
.achatBillet h3, .achatCartes h3.bg{
	font-family: 'AM', sans-serif;
	font-size: 17px;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.achatBillet div, .achatCartes .border{
	padding: 20px 10px 10px;
	border: 1px solid #e48c31;
	border-top: 0;
}
.achatBillet span{
	font-family: 'AL', sans-serif;
	display: inline-block;
	margin: 0 0 20px;
	padding: 3px 10px;
	background-color: #e99524;
	color: #FFF;
	font-size: 15px;
	border-radius: 10px;
}
.sidebar .gray{ background-color: #f9fafe; padding: 20px; }
.sidebar h3{
	font-family: 'AR', sans-serif;
	display: block;
	padding: 0 0 0 40px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 30px;
	min-height: 50px;
	line-height: normal;
	margin: 0 0 20px;
	font-size: 21px;
}
.sidebar h4{
	font-family: 'AR', sans-serif;
	color: #000;
	font-size: 21px;
	display: block;
	padding: 0 0 0 40px;
	background-image: url(../../images/calendar.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	height: 40px;
	line-height: 50px;
	margin: 0 0 10px;
}
.sidebar h5{
	font-family: 'AL', sans-serif;
	color: #f8bc5d;
	font-size: 21px;
	display: block;
	padding: 0 0 0 40px;
	margin: 0 0 20px;
}
.socials h3{
	font-family: 'AM', sans-serif;
	color: #FFF;
	font-size: 1.3rem;
}
.sidebar.socials a {
    display: inline-block;
    margin: 0 7px;
    padding: 10px 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    float: none;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar.socials a.facebook{ background-image: url(../../images/facebook-n.png); }
.sidebar.socials a.twitter{ background-image: url(../../images/twitter-n.png); background-size: 25px; }
.sidebar.socials a.instagram{ background-image: url(../../images/instagram-n.png); }
.sidebar.socials a.youtube{ background-image: url(../../images/youtube-n.png); background-size: 25px; }

.sidebar.socials a.facebook:hover{ background-color: #415ea0; background-image: url(../../images/facebook-n.png); }
.sidebar.socials a.twitter:hover{ background-color: #1a9fd7; background-image: url(../../images/twitter-n.png); }
.sidebar.socials a.instagram:hover{ background-color: #6835cf; background-image: url(../../images/instagram-n.png); }
.sidebar.socials a.youtube:hover{ background-color: #f01616; background-image: url(../../images/youtube-n.png); }

.achatCartes h3{
	font-family: 'AM', sans-serif;
	font-size: 1.1rem;
	text-align: left;
	margin: 0 0 5px;
	color: #e48c31;
	padding: 10px 0 0;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-item {
    text-align: left;
}
.prices.col-md-5{ padding: 0; }
.achatCartes span{
	font-family: 'AL', sans-serif;
	display: inline-block;
	margin: 0;
	padding: 3px 10px;
	background-color: #e99524;
	color: #FFF;
	font-size: 15px;
	border-radius: 10px;
	text-align: left;
}
.presse h3, .presse h5{
	font-family: 'AL', sans-serif;
	font-size: 17px;
	margin: 0 0 20px;
	color: #e48c31;
}
.presse h5{
	font-family: 'AR', sans-serif;
	color: #5c5b5b;
	text-decoration: underline;
	margin: 20px 0;
}
.presse ul {
    padding: 0 0 0 20px;
    list-style: disc;
    margin: 0 0 10px;
}
.presse input, .presse select, .presse textarea, .presse .ui-selectmenu-button, 
.presse .ui-selectmenu-button:hover, .contact-form input, .contact-form textarea {
    font-family: 'AR', sans-serif;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 20px;
    box-shadow: none;
    padding: 5px;
    color: #000;
    text-align: left;
    height: 40px;
}
.presse textarea{
	height: 120px;
}
.presse input[type="file"]{ border: 0; }
.presse h6{
	font-family: 'AR', sans-serif;
	font-size: 14px;
	color: #7e7e7e;
	margin: 0 0 10px;
}
.presse .ui-selectmenu-text{ text-align: left; }
.presse .ui-selectmenu-button:hover{
	background-color: transparent;
}
.g-recaptcha{
	margin: 0 0 20px;
    overflow: hidden;
    float: left;
}
.presse input[type="submit"], .contact-form button{
	padding: 5px 30px;
    background-color: #e9e9e9;
    color: #000;
    clear: both;
    float: none;
}
.scenes h2{
	font-family: 'AR', sans-serif;
	font-size: 41px;
	font-weight: normal;
	margin: 0 0 20px;
}
.scenes p{
	font-family: 'AEL', sans-serif;
	font-size: 19px;
	text-align: center;
}
.scenes b, .scenes strong{
	font-family: 'AR', sans-serif;
}
.stage-block:after{
	content: none;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #d0d0d0;
}
.stage-block.olm:after, .stagePage.olm .table thead{ background-color: #00a2e1;}
.stage-block.nahda:after, .stagePage.nahda .table thead{ background-color: #f80205;}
.stage-block.sale:after, .stagePage.sale .table thead{ background-color: #ffa500;}
.stage-block.bouregreg:after, .stagePage.bouregreg .table thead{ background-color: #67cd4c;}
.sceneThumb{
	position: absolute;
	left: 15px;
	bottom: 50px;
	right: 15px;
	margin: auto;
	text-align: center;
	width: 75%;
}
.sceneThumb .slick-list.draggable {
    padding: 0 !important;
}
.sceneThumb .slick-track{
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 50px;
    transform: none !important;
}
.sceneThumb .slick-list{
	height: 55px;
}
.sceneThumb .item{
	display: inline-block;
	margin: 0;
	padding: 5px;
}
.sceneThumb .item img{
	border: 1px solid #FFF;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.stagePage .description p {
	font-family: 'AEL', sans-serif;
    color: #FFF;
    font-size: 21px;
    line-height: 31px;
}
.stagePage .time,
.scenePage .time{
	float: left;
	padding: 0;
	background-color: transparent;
	border-radius:20px 0;
	color: #FFF;
	font-size: 17px;
	font-family: 'AL', sans-serif;
	margin: 0;
	position: relative;
}
.stagePage .time:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(../../images/info-icon.png);
	background-size: 50px;
	background-position: center;
	left: -35px;
	top: -9px;
}
.scenePage .time span.price{
	font-family: 'AM';
	margin-left: 30px;
}
.stagePage .time span{
	display: inline-block;
	position: relative;
	background-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}
.stagePage .time span.hour{ background-image: url(../../images/hour-icon.png); }
.stagePage .time span.price{ background-image: url(../../images/price-icon.png); }
.stagePage .time span.hour{
	padding: 0 30px 0 20px;
}
.stagePage .time span.hour:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #FFF;
	right: 11px;
	top: 3px;
}
.stagePage .programme h3{
	font-family: 'AL', sans-serif;
	font-size: 19px;
	margin: 0;
}
.stagePage .table thead{
	color: #FFF;
	font-family: 'AR', sans-serif;
	font-size: 17px;
	background-color: #b3b3b4;
}
.stagePage .table tr td{ font-family: 'AR', sans-serif; }
.stagePage .table tr td:last-child, .stagePage .table tr th:last-child{
	text-align: right;
}
.stagePage .table tr{
	border-bottom: 1px solid #d1d1d1;
}
.stagePage .map{
	height: 400px;
}
.scenes .stage-block.scene .hover {
    height: 300px;
    top: 295px;
}
.scenes .stage-block.scene:hover .hover{ top: 0; }
.scenes .stage-block.scene.active h5{ display: none; }
.scenes .stage-block.scene .hover h1,
.scenes .stage-block.scene .hover h2{
	font-size: 3rem;
	top: 50%;
}
.discours .pageTitle h1{
	font-family: 'FuturaLT-CondensedExtraBold', sans-serif;
}
.discours h1{
	font-family: 'AR', sans-serif;
}
.philosofy.page-content b, .philosofy.page-content strong{
	color: #FFF;
	font-family: 'AB', sans-serif;
}
.philosofy.page-content h3,
.philosofy.page-content p{
	color: #FFF;
	font-family: 'AL', sans-serif;
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.philosofy.page-content p{
	font-size: .9rem;
	text-transform: none;
	margin-bottom: 40px;
}
.page-content.news .col-md-4{
	margin: 0;
	padding: 0 15px;
}
.page-content.news article .thumbnail a{
	width: 100%;
}
.page-content.news article .thumbnail a:hover{ opacity: 0.85; }
.page-content.news .content a{ right: 25px; }
.single .float-left{
    float: left;
    max-width: 400px;
    margin: 0 20px 10px 0;
}
.single.page-content .publish p{
	font-family: 'FuturaLT-Oblique', sans-serif;
	margin: 0;
	color: #FFF;
}
.page-content .publish h3{
	margin: 0 0 10px;
}
.single.page-content b, .single.page-content strong{
	font-family: 'AR', sans-serif;
	color: #FFF;
}
.single.page-content p{
	font-family: 'AEL', sans-serif;
	color: #FFF;
}
.single.page-content .share p{
	font-family: 'FuturaLT-Oblique', sans-serif;
	font-size: 11px;
	margin: 0 0 5px;
}
.contact .contact-form input{
	margin: 0 0 20px;
}
.contact .contact-form textarea{
	height: 60px;
	margin: 0 0 20px;
}
.mediatheque.page-content .title h3 {
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
}
.mediatheque.page-content .block-media h3{
	font-size: 2.3rem;
	font-family: 'AL', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.block-media.gallery{
	padding: 0;
}
#menu-item-8763{
    width: 100px;
    background-size: 100px;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: 0 0 0 10px;
}
#menu-item-8763 a{
	text-indent: -1000px;
	display: block;
}
.page-content.lebefore h3{
	font-family: 'AEL', sans-serif;
	font-size: 23px;
	line-height: 31px;
	margin: -20px 0 20px;
	color: #FFF;
	text-transform: uppercase;
}
.page-content.lebefore h3 strong{
	font-family: 'AL', sans-serif;
}
.page-content.lebefore h4{
	font-family: 'AR', sans-serif;
	font-size: 17px;
	margin: 0 0 20px;
	color: #e48c31;
}
.page-content.lebefore p, .page-content.lebefore li{
	font-family: 'AEL', sans-serif;
	clear: both;
	font-size: 15px;
}
.page-content.lebefore strong, .page-content.lebefore b{
	font-family: 'AR', sans-serif;
}
.page-content.lebefore h5{
	font-family: 'AR', sans-serif;
	font-size: 17px;
	margin: 0 0 20px;
	color: #FFF;
	text-decoration: underline;
}
.page-content.lebefore table{ margin: 0 0 20px; }
.page-content.lebefore table, .page-content.lebefore td{
	width: 50%;
}
.page-content.lebefore table p{
	margin: 0 0 5px;
}
.page-content.lebefore td{
	border-left: 1px solid #e48c31;
	padding: 0 0 0 20px;
}
.page-content.lebefore li::before{
	background-color: #e48c31;
}
body .bigTitle a{ color: #FFF; }
body .bigTitle a:hover{ color: #e48c31; text-decoration: none; }
.sub-menu, .nav-submenu{
	border-radius: 0;
	background-color: #080813;
}
.nav .sub-menu a {
    color: #FFF;
    font-size: .7rem;
	padding: 7px 10px;
}
.nav .sub-menu a.active {
    color: #e48c31;
}
.menu-item ul li {
	border-bottom: 1px solid #2d2d35;
}
.menu-item ul li:last-child a {
	border: 0;
}
.discours.page-content .pageTitle h1{
	font-size: 1.7rem;
}
.page-content.discours h3{
	display: block;
	color: #FFF;
	font-size: 1rem;
	position: relative;
	font-family: 'AM';
	text-transform: none;
	margin-bottom: 0;
}
.diSep{
	padding-bottom: 40px;
}
.diSep::before{
	content: '';
	width: 500px;
	max-width: 100%;
	height: 1px;
	background-color: #51515b;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.page-content.discours p .small{
	font-size: .9rem;
}
.page-content.discours p {
    display: inline;
    color: #FFF;
    font-size: 1.4rem;
    position: relative;
    padding: 0 5px;
    line-height: 1.7rem;
}
.page-content.discours .quote1,
.page-content.discours .quote2{
	width: 40px;
	height: 40px;
	background-image: url(../../images/quote1.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left bottom;
}
.page-content.discours .quote2{
	width: 25px;
	height: 30px;
	background-image: url(../../images/quote2.png);
	background-size: 25px;
}
.page-content.discours span{
	display: inline;
	color: #FFF;
	font-size: .9rem;
}
.presse h5,
.presse h6,
.merci h2,
.merci p,
.presse li,
.presse p{
	color: #FFF;
}
.messages p{
	font-size: 1.1rem;
	line-height: 1.9rem;
}
body.ar .form-select {
    background-position: left .75rem center;
}
body.ar .inputEmail::before {
    right: auto;
    left: 10px;
}
.page-content.tarification p {
    margin-bottom: 0;
	padding: 0;
}
.page-content.tarification h4{
	text-align: center;
	font-size: 1.2rem;
	line-height: 2rem;
}
.billets .d-block{
	border: 1px solid #FFF;
	height: 150px;
	margin-bottom: 20px;
}
.price .olm .d-block{
	border-color: #00a2e1;
}
.price .nahda .d-block{
	border-color: #e32254;
}
.price .sale .d-block{
	border-color: #f47c24;
}
.price .bouregreg .d-block{
	border-color: #84bb1a;
}
.price .chellah .d-block{
	border-color: #582900;
}
.price .tnmv .d-block{
	border-color: #b3b3b4;
}
.page-content.tarification h3 {
    font-size: 1.1rem;
    color: #FFF !important;
	position: relative;
}
.page-content.tarification h3::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: 70px;
	height: 5px;
	border-radius: 3px;
	background-color: rgb(0, 162, 225, .7);
	box-shadow: 0 0 10px #00a2e1;
}
.page-content.tarification .nahda h3::before{
	background-color: rgb(227, 34, 84, .7);
	box-shadow: 0 0 10px #e32254;
}
.page-content.tarification .bouregreg h3::before{
	background-color: rgb(132, 187, 26, .7);
	box-shadow: 0 0 10px #84bb1a;
}
.page-content.tarification .sale h3::before{
	background-color: rgb(244, 124, 36, .7);
	box-shadow: 0 0 10px #f47c24;
}
.page-content.tarification .chellah h3::before{
	background-color: rgb(88, 41, 0, .7);
	box-shadow: 0 0 10px #582900;
}
.page-content.tarification .tnmv h3::before{
	background-color: rgb(179, 179, 180, .7);
	box-shadow: 0 0 10px #b3b3b4;
}
.page-content.tarification .price p {
    font-family: 'AL', sans-serif;
    font-size: 1.3rem;
}
.page-content.tarification .price p strong {
    font-family: 'AB', sans-serif;
	color: #e48c31;
}
.ticketsma img{
	width: 170px;
	transition: all .3s;
}
.ticketsma img:hover{
	filter: grayscale(100%);
}
.ticketsma h2,
.ticketsma h2 strong{
	font-family: 'AB';
	font-size: 2.5rem;
	color: #FFF;
	margin-bottom: 0;
}
.ticketsma h2 strong{
	color: #e48c31;
}
section.myborder {
    border-bottom: 1px solid #d9d9d9 !important;
}
.pointsv .text-start p{
	text-align: left;
}
.carouselD .item{
	padding-bottom: 35px;
}
.carouselD .item p{
	padding: 5px;
	color: #FFF;
	position: relative;
	transition: all .3s;
	cursor: pointer;
}
.carouselD .item.slick-current p,
.carouselD .item:hover p{
	color: #000;
	background-color: #e48c31;
}
.carouselD .item:hover p::before,
.carouselD .item.slick-current p::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    background-image: url(../images/down-arrow.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
	transition: all .3s;
}
.pointsv .titres p{
	color: #e48c31;
	text-decoration: underline;
}
.pointsv p strong{
	color: #e48c31;
	font-size: 1.1rem;
	font-family: 'AB';
}
.pointsv p{
	font-family: 'AL';
	font-size: .9rem !important;
}
.pointsv .borderB{
	border-bottom: 1px solid #e48c31;
}
.page-content.tarification .virgin h3{
	font-size: 1.1rem;
	color: #e31e23 !important;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: left;
}
.page-content.tarification .mega h3{
	font-size: 1.1rem;
	color: #e48c31 !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: left;
}
.page-content.tarification .mega img{
	width: 200px;
	margin-bottom: 15px;
}
.page-content.tarification .virgin p{
	color: #FFF;
	font-size: .9rem;
	margin-bottom: 20px;
	text-align: left;
}
.page-content.tarification .mega p{
	color: #FFF;
	font-size: .9rem;
	margin-bottom: 0;
	text-align: left;
}
.page-content.tarification .virgin h3::before{
	content: none;
}
.page-content.tarification .mega h3::before{
	content: none;
}
.pointsv .text-start .row .col-md-4:first-child p,
.pointsv .text-start .row .col-md-4:first-child p strong{
	color: #e31e23;
	font-weight: bold;
	font-family: 'AB';
	margin-top: 10px;
}























.carouselC:hover .slick-next, .carouselC:hover .slick-prev{
	opacity: 1;
	color: #f47c24;
}
.carouselC .slick-next, .carouselC .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -178px;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 0;
    cursor: pointer !important;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    left: auto;
    right: -20px;
    z-index: 99;
    left: auto;
    background-color: transparent;
    transition: all .3s;
    opacity: 1;
}
.carouselC .slick-next:focus, .carouselC .slick-next:hover, 
.carouselC .slick-prev:focus, .carouselC .slick-prev:hover {
    background-color: transparent;
	opacity: 1 !important;
	cursor: pointer;
}
.carouselC .slick-prev {
	left: -20px;
	right: auto;
}
.carouselC .slick-next:hover:before, .carouselC .slick-prev:hover:before {
	color: #f47c24;
	opacity: 1 !important;
}
.carouselC .slick-next:before, .carouselC .slick-prev:before {
    content: '\f054';
	font-family: 'FontAwesome';
	font-size: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	color: #FFF;
}
.carouselC .slick-prev:before{
	content: '\f053';
}
.presse ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity: 1;
color: #000;
}
.presse ::-moz-placeholder { /* Firefox 19+ */
opacity: 1;
color: #000;
}
.presse :-ms-input-placeholder { /* IE 10+ */
opacity: 1;
color: #000;
}
.presse :-moz-placeholder { /* Firefox 18- */
opacity: 1;
color: #000;
}
img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}
img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
.container{
	width: 1280px;
	max-width: 100%;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	z-index: 99999;
	position: fixed;
}
.preload div{
	width: 300px;
	height: 150px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo {
    max-width: 300px;
    width: 300px;
    margin: 0 auto 20px;
}
.preload .load{ max-width: 50px; }
.float-right{ float: right; }
/*Errors*/
.hide{ display: none; }
p.error, input.error, textarea.error{
	color: #F00 !important;
	border-color: #F00 !important;
	font-size: 13px;
}
/*Messages*/
.msgs{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: none;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}
.msg{
	position: absolute;
	width: 600px;
	max-width: 100%;
	height: 220px;
	text-align: center;
	background-color: transparent;
	padding: 50px;
	left: 0;
	right: 0;
	top: 200px;
	/*bottom: 0;*/
	margin: auto;
}
.msg p{
	font-size: 30px;
	font-family: 'PlayfairDisplay-Regular', arial;
	color: #232323;
	margin: 0;
	padding: 50px;
	background-color: #FFF;
	line-height: 40px;
	box-shadow: 0 0 20px rgba(255,255,255,0.3);
}
.fermer{
	background-image: url(../../images/close.svg);
	background-size: cover;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 999;
	cursor: pointer;
}
.fermer:hover{ opacity: 0.7; }
.container{ position: relative; }
section{ 
	width: 100%;
	max-width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: auto;
}
section.white{
	background-color: #FFF;
}
section.black{
	background-color: #000;
}
section.gray{
	background-color: #F1F1F1;
}
.cb{
	clear: both;
	width: 100%;
	float: left;
	height: 1px;
}
.height-50{ height: 50px; }
.height-30{ height: 30px; }
.height-10{ height: 10px; }
a:hover, a:focus{
	color: #275da7;
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
img{ max-width: 100%; height: auto; }
/*margin*/
.no-margin{ margin: 0 !important; }
.margin-bottom-10{margin-bottom: 10px !important;}
.margin-bottom-20{margin-bottom: 20px !important;}
.margin-bottom-30{margin-bottom: 30px !important;}
.margin-bottom-40{margin-bottom: 40px !important;}
.margin-bottom-60{margin-bottom: 60px !important;}
.margin-bottom-70{margin-bottom: 70px !important;}
.margin-bottom-80{margin-bottom: 80px !important;}
.margin-bottom-100{margin-bottom: 100px !important;}
.margin-top-10{margin-top: 10px !important;}
.margin-top-20{margin-top: 20px !important;}
.margin-top-40{margin-top: 40px !important;}
.margin-top-60{margin-top: 60px !important;}
.margin-top-70{margin-top: 70px !important;}
.margin-top-80{margin-top: 80px !important;}
.margin-top-100{margin-top: 100px !important;}
/*Padding*/
.no-padding{ padding: 0 !important; }
.padding-top-10{padding-top: 10px !important;}
.padding-top-20{padding-top: 20px !important;}
.padding-top-30{padding-top: 30px !important;}
.padding-top-40{padding-top: 40px !important;}
.padding-top-60{padding-top: 60px !important;}
.padding-top-70{padding-top: 70px !important;}
.padding-top-80{padding-top: 80px !important;}
.padding-top-100{padding-top: 100px !important;}

.padding-bottom-10{padding-bottom: 10px !important;}
.padding-bottom-20{padding-bottom: 20px !important;}
.padding-bottom-40{padding-bottom: 40px !important;}
.padding-bottom-60{padding-bottom: 60px !important;}
.padding-bottom-70{padding-bottom: 70px !important;}
.padding-bottom-80{padding-bottom: 80px !important;}
.padding-bottom-100{padding-bottom: 100px !important;}
.for-desktop{ display: block; }
.for-mobile{ display: none; }

@media screen and (max-width: 850px) {
	body, html{
		max-width: 100%;
		overflow-x: hidden;
	}
}

@media screen and (max-width: 850px) {
	.for-desktop{ display: none; }
	.for-mobile{ display: block; }
	.intro{
	    height: auto;
	    padding-bottom: 100px;
	}
	.intro a.language{ margin: 20px 5px 0; }
	.intro a.language.en{ margin: 20px 5px 0 10px; }
	.intro a.language.ar{ margin: 20px 5px 0; }

	.row.languages {
	    position: static;
	}
	.logo img {
	    margin: 7px 0 0;
	    width: 90px;
	    float: left;
	}
	.edition img {
	    margin: 14px 0 0;
	    position: absolute;
	    width: 100px;
	    left: 0;
	    right: 0;
	    margin: 8px auto 0;
	}
	.nav-mobile {
		top: -35px;
		right: 8px;
	}
	.nav-list {
	    text-align: left;
	    border-top: 1px solid #000;
	    margin-top: 20px;
	}
	.king h1{ letter-spacing: 1px; }
	.float-right{ float: none; }
	.text-right.float-right{ text-align: center; }
	.search-form{
		right: 15px;
		margin: auto;
	}
	.slogan h1, .slogan h3{
		font-size: 17px;
	}
	.slogan h3{
		font-size: 15px;
	}
	.logo{ padding-right: 0; }
	.slogan {
	    padding: 0 7px;
	}
	.menu-item a:hover:after, .current-menu-item a:after, .current-menu-parent a:after, .menu-item-home a:after{
		content: none;
	}
	.nav-click {
		width: 100%;
		display: block;
		height: 30px;
		margin-top: -8px;
	}
	.nav-click i {
	    width: 100%;
	    background-position: right center;
	}
	.nav-arrow.nav-rotate{
		background-position: left center;
	}
	.slider .slick-prev, .slider .slick-next{
		display: block !important;
		background-size: 25px;
		background-repeat: no-repeat;
		width: 25px;
	}
	.slider .slick-prev{
		left: 0px;
	}
	.slider .slick-next{
		right: 0px;
	}
	.keys.key4 {
	    padding-top: 40px;
	    text-align: center;
	}
	.keys.key4 h3 {
	    text-align: center;
	}
	.page-content .title-bg h1{ font-size: 35px; }
	.page-temoignages .photo {
	    margin: 30px auto 0;
	}
	.partenaire.second img{
		margin: 0;
	}
	.partenaire.third {
	    padding: 20px 0;
	}
	.partenaire.third img {
	    margin: 0 15px 30px;
	    max-width: 120px;
	}
	.thumbnail.col-lg-3 {
	    width: 90%;
	    margin: 0 5% 30px;
	}
	.artistes .sousmenu2{
		padding: 10px 0;
	}
	.artistes .sousmenu2 span{
		color: #FFF;
	}
	.artistes .sousmenu2 span:hover{
		color: #275da7;
	}
	.artistes .sousmenu2{
		background-image: none;
	}
	.ui-selectmenu-icon.ui-icon{
		background-position: left 3px !important;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, 
	html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, .ui-state-hover, 
	.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, 
	.ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	    height: 35px;
	    line-height: 25px;
	    margin: 0 0 10px;
	}
	.slider .slick-next {
	    right: 20px;
	}
	.slider .slick-prev {
	    left: 20px;
	}
	/*Tabs*/
	.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li a {
	  max-width: none;
	  width: 100%;
	}
	.ui-tabs .ui-tabs-nav li:after{
	  content: none;
	}
	.ui-tabs .ui-tabs-nav li a {
	    padding: 10px !important;
	    border-left: 1px solid;
	    border-right: 1px solid;
	}
	.tarification .billet {
	    margin: 0 20px 20px 0;
	    width: 180px;
	    line-height: 39px;
	    background-size: 180px;
	}
	.tarification .carte {
	    width: 180px;
	    line-height: 39px;
	    background-size: 180px;
	}
	.price .col-md-2:last-child {
	    border-right: 0;
	}
	.price .col-md-2 {
		border-left: 0;
	    border-bottom: 0;
	    margin: 0 0 50px;
		padding: 0 15px;
	}
	.page-content .title-bg.cartes h1 {
	    padding: 0 30px 30px 0;
	}
	.cartes img{
		margin: 0 0 20px;
	}
	.ui-tabs .ui-tabs-panel td:last-child {
	    padding: 10px;
	}
	.page-content .title-bg h1{ margin-bottom: 30px; }
	.ui-tabs .ui-tabs-panel li:before {
	    content: none;
	}
	.stage-gallery:before, .stage-gallery:after{ content: none; }
	.stage-title.tnmv, .stage-title{
	    max-width: 100%;
	    margin: -7px auto 30px;
	}
	.stage-title.tnmv {
	    background-image: url(../../images/marker2.png);
	}
	.row.padding-top-20.padding-bottom-10.logos {
	    padding-top: 40px !important;
	}
	.practice-btn a{ min-height: 170px; }
	.practice-btn a:hover:after, .practice-btn a.active:after{ bottom: 10px; }
	.media-menu a {
	    padding: 5px 15px;
	}
	.media-menu{ background-image: none; }
	.block-media.camera, .block-media.poster{ margin: 0 0 60px !important; }
	.single-content .title-bg {
	    height: auto;
	    background-image: none;
	    padding-top: 40px;
	    margin: 0 0 50px;
	}
	.table-responsive{ border: 0; }
	.padding-bottom-60 {
	    padding-bottom: 40px !important;
	}
	.padding-top-60 {
	    padding-top: 40px !important;
	}
	.news .col-md-4 {
	    padding: 0 15px;
	}
	.news .content a {
	    position: static;
	}
	.news-slider .slick-next{
		right: 0;
	}
	.news-slider .slick-prev{
		left: 0;
	}
	.scenes .scene .hover {
	    top: 0;
	}
	.scenes .scene .hover:before {
	    opacity: 0.5;
	}
	.media-carousel .slick-next{
		right: 5px;
	}
	.media-carousel .slick-prev{
		left: 5px;
	}
	section.footer.white{
		margin-top: 30px;
		background-color: #000;
		background-position: center bottom;
	}
	.footer .content {
	    padding: 0 0 30px;
	}
	.footer .content img {
	    margin: 30px auto 20px;
	}
	.scenes .scene h3{ display: none; }
	.keys .last .key div{ border-bottom: 1px solid #c9c9c9; }
	.keys .last.color9 .key div{ border: none; }
	.savoir.page-content .alignleft {
	    padding: 20px 15px 20px 0;
	    width: 130px;
	}
	.flex{
		display: inline;
	    display: inline;
	    display: inline;
	    display: inline;
	    display: inline;
	    align-items: center;
	    justify-content: center;
	}
	.sceneThumb{
		display: none;
	}
	.sceneSlider{ margin: 0 0 20px; }
	.presse input[type="submit"], .contact-form button{ float: none; }
	.contact-form input, .contact-form textarea{
		width: 100%;
	}
	.pageTitle h1 {
	    font-size: 31px;
	}
	.partenaire h2:before {
	    right: auto;
	    left: -77.5%;
	}
	.partenaire h2:after {
	    left: auto;
	    right: -77.5%;
	}
	.third.partenaire h2:before {
	    right: auto;
	    left: -67.5%;
	}
	.third.partenaire h2:after {
	    left: auto;
	    right: -67.5%;
	}
	.second.partenaire h2:before {
	    right: auto;
	    left: -74.5%;
	}
	.second.partenaire h2:after {
	    left: auto;
	    right: -74.5%;
	}
	.forth.partenaire h2:before {
	    right: auto;
	    left: -82%;
	}
	.forth.partenaire h2:after {
		left: auto;
		right: -82%;
	}
	.da-thumbs li a div {
	    background-color: rgba(255,255,255,0.9);
	    top: 0;
		display: none;
	}
	.da-thumbs li a div span {
	    padding: 60px 0 0;
	}
	.artistes .sousmenu1 li, .artistes .sousmenu2 li {
	    margin: 0 30px 10px 0;
	}
	.artistes .sousmenu1 span:after, .artistes .sousmenu2 span:after {
	    right: -20px;
	}
	.prices.col-md-5 {
	    padding: 0 15px;
	}
	.page-content.lebefore table{
		width: 100%;
	}
	.page-content.tarification .billet {
	    margin: 0 auto 70px;
	    display: block;
	}
	.page-content.tarification .carte{
		margin: auto;
		display: block;
	}
	.second.ui-tabs .ui-tabs-nav li {
	    width: 100%;
	}
	.second.ui-tabs .ui-tabs-nav li:last-child{
		width: 100%;
	}
	.float-left img{
		width: 100%;
		float: none;
	}
	.single .float-left {
	    max-width: 100%;
	    margin: 0 0 20px;
	}
	.presse .col-md-12{
		padding: 0 30px;
	}
	.presse form{
		padding: 0 15px;
	}
	.g-recaptcha iframe {
	    float: left;
	    height: 90px;
	}
	.scenes .scene.stage-block h3{ display: block; }
	.scenes .scene.stage-block.active h3{ display: none; }
	.ticketsma h2, .ticketsma h2 strong {
		font-size: 2rem;
	}
	.ticketsma h2 br {
		display: none;
	}
	.page-content.tarification .mega p br{
		display: none;
	}
	.carouselC .slick-next, .carouselC .slick-prev {
		top: -88px;
	}
	.carouselC .slick-prev {
		left: -5px;
	}
	.carouselC .slick-next {
		right: -5px;
	}
	.col-md-12.text-center.carouselD.slick-initialized.slick-slider {
		padding: 0 30px;
	}
	.item.px-3.text-center.slick-slide {
		padding: 0 10px !important;
	}
}