@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Bold.ttf) format('truetype');
}


html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background: #ffffff;
    position: relative;

    font-family: 'Playfair Display', serif;
    font-size: 14px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.no-padding{
    padding: 0px !important;
}
.no-overflow{
    overflow: hidden !important;
}

.load_top{
    top: 10px;
    bottom: auto;
}

.load_middle{
    top: 50%;
    bottom: auto;
}

.alignright{
    float: right;
    margin: 0 0 10px 10px;
}

.margin_10{
    margin: 10px;
}

.align_left{
    float: left;
}

.invisible{
    visibility: hidden;
}

#global{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

#header_zone{
    position: absolute;
    width: 100%;
    height: 0px;
    background-color: #ffffff;
    z-index: 1000;

    transition: all 0.5s;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}

#logo_zone{
    position: absolute;
    left: 8%;
    top: 0;
    z-index: 1000;
    max-width: 18%;
}

#logo_zone a{
    display: block;
}

#logo_zone img.mobile{
    display: none;
}

#menu_zone{
    position: absolute;
    right: 8%;
    top: 0px;
    z-index: 1000;

    transition: all 0.2s;
}

#menu_zone .menu{
    text-align: right;
    padding: 0;
    margin: 40px 0;

    transition: all 0.4s;
}

#menu_zone .menu li{
    display: inline-block;
    margin: 0 15px;
}

#menu_zone .menu li a{
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
    font-size: 1.5em;

    transition: all 0.5s;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}

#menu_zone .menu li a:hover, #menu_zone .menu li a:focus, #menu_zone .menu li a.active{
    opacity: 1;
}

.menu__line {
    position: absolute;
    top: 55%;
    margin: 0px !important;
    left: 0;
    width: 90px;
    height: 2px;
    pointer-events: none;
    background: #3498db;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);

    opacity: 0;
}

#footer_zone{
    position: absolute;
    left: 8%;
    bottom: 20px;
    width: 84%;
    height: 50px;
    z-index: 2;
}

#actu_line, #news_line{
    background-color: #fff;
    float: left;
    font-size: 1em;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    bottom: 47px;
    left: 6%;
    width: 50%;
    height: 40px;
    line-height: 35px;
}

.page #news_line{
    width: 80%;
    top: 135px;
    left: 10%;
}

.page #actu_line, .article #actu_line{
    display: none !important;
}

#news_line{
    display: none;
    background-color: #FFEE1B;
    font-weight: bold;
}

#actu_line .title, #news_line .title{
    float: left;
    color: red;
    text-transform: uppercase;
    padding: 4px 26px 4px 16px;
    width: 180px;
    height: 40px;
    background-image: url(images/actu_arrow.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

#news_line .title{
    background-image: url(images/news_arrow.png);
    color: #000;
    font-weight: bold;
}


#actu_line .fill, #news_line .fill{
    float: left;
    height: 100%;
    width: calc(100% - 180px);
    line-height: 40px;
    overflow: hidden;
    font-size: 1.2em;
}

#news_line .fill{
    width: calc(100% - 180px);
}

#actu_line .fill div, #news_line .fill div{
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}

#actu_line a, #news_line a{
    text-decoration: none;
    color: #000;
}

#actu_line a:hover, #news_line a:hover{
    text-decoration: none;
}

.share_zone{
    float: right;
}

.share_zone ul{
    margin: 0px;
    padding: 0px;
    text-align: right;
    float: left;
}

.share_zone ul li{
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.share_zone ul li a{
    color: rgba(255,255,255,0.7);
    font-size: 1.5em;
    text-decoration: none;
}

.share_zone ul li a:hover, .share_zone ul li a:focus{
    color: rgba(255,255,255,1);
}

.share_zone .separator{
    float: left;
    color: rgba(255, 255, 255, 1);
    margin: 0px 7px 0 10px;
}

.share_zone .drap{
    float: left;
    margin: -6px 0 0 15px;
}

.share_zone .lang{
    overflow: hidden;
    width: 45px;
    white-space: nowrap;
    float: left;
    margin-top: -6px;

    transition: all 0.5s;
}

.share_zone .lang ul{
    text-align: left;
}

.share_zone .lang ul li{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.share_zone .lang a{
    font-size: 1.4em;
    color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    text-transform: uppercase;
}

.share_zone .lang a:hover, .share_zone div.lang a:focus, .share_zone div.lang li.current-lang a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.share_zone .lang:hover{
    width: 190px;
}

.share{
    float: left;
}

.share .share_action{
    display: none;
}

/*:root {
    --tool-height: 55px;
}

var(--tool-height)*/

#tool_mobile{
    position: absolute;
    right: 6%;
    top: 40px;
    cursor: pointer;
    display: none;
}

#tool_mobile img{
    width: 20px;
    margin: 10px;
}

#tools_zone{
    position: absolute;
    left: calc(100% - 75px);
    width: 55px;
    z-index: 1000;
    overflow: hidden;
}

#tools_menu{
    width: 55px;
    background-color: rgba(0,0,0,0.7);

    position: absolute;
    left: 0px;
    z-index: 1000;
}

#close_tools{
    width: 100%;
    height: 55px;
    display: block;
    font-size: 55px;
    color: #fff;
    display: none;
    position: absolute;
    top: 10px;
}

#close_tools img{
    margin: auto;
    display: block;
}

#tool_menu_elems{
    width: 55px;

    position: absolute;
    right: 0px;
    top: 0px;
    display: 0px;
    margin: 0px;
    padding: 0px;
}

#tools_menu.open{
    height: 100%;
    top: 0px;
    background-color: rgba(0,0,0,1);
}

#tools_menu.open #tool_menu_elems{
    top: calc(50% - 192px);
}

#tools_content iframe{
    height: 100% !important;
    width: 100%;
    border: none;
    margin-left: -15px;
}

.tool-elem{
    color: #fff;
    width: 100%;
    height: 55px;
    list-style: none;
    display: block;
}

.tool-elem a{
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;

    transition: all 0.5s;
}

.tool-elem a:hover,.tool-elem a.active{
    background-color: #3498db;
}

.tool-elem.streaming a{
    background-image: url(images/tools/live_streaming.svg)
}

.tool-elem.calendar a{
    background-image: url(images/tools/calendar.svg)
}

.tool-elem.infos a{
    background-image: url(images/tools/info.svg)
}

.tool-elem.videos a{
    background-image: url(images/tools/play.svg)
}

.tool-elem.stats a{
    background-image: url(images/tools/data.svg)
}

.tool-elem.marrakech a{
    background-image: url(images/tools/kech.svg)
}

.tool-elem.search a{
    background-image: url(images/tools/search.svg)
}

.tool-elem.tweets a{
    background-image: url(images/tools/twitter.svg)
}

.tool-elem.flickr a{
    background-image: url(images/tools/camera-icon-blanc.svg)
}

.tool-elem img{
    width: 60%;
    margin: 20%;
}

#tools_body{
    width: calc(100% - 25px);
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 55px;
    top: 0;
}

#tools_load, #page_load, #article_load, #video_load{
    width: 50px;
    height: 45px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 23px);
    display: none;
}

#tools_content, #page_content, #article_content{
    opacity: 0;
    height: 100%;
}

#article_content{
    padding: 0px;
}

.slid_content{
    max-width: 84%;
    height: 50%;

    position: absolute;
    left: 8%;
    top: 25%;
    z-index: 4;
}

.mCSB_inside>.mCSB_container{
    margin-right: 0px;
}

#light-slider{
    width: 100%;
    height: 100%;
    z-index: 2;
}

.lSAction>.lSNext{
    right: 7%;
}

.lSAction>.lSPrev{
    left: 3%;
}

.slide-elem{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;

    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
}

.lSSlideOuter{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.lSSlideWrapper{
    height: 100%;
}

.slide-elem .overblur{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:rgba(0,0,0,0.6);

    left: 0px;
    top: 0px;
    z-index: 2;
}

.slide-elem .img-slider{
    width: 110%;
    min-height: 110%;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    overflow: visible;

    position: absolute;
    left: -5%;
    top: -5px;
    z-index: 1;
}

.slide-elem .img-slider.mobile{
    display: none;
}

@supports (-ms-ime-align:auto) {
    .slide-elem .img-slider{
        -webkit-filter: none;
        filter: none;
    }
}

.slide-elem h2{
    color: #fff;
    font-size: 5.6em;
    line-height: 1em;
    margin: 0 0 55px;
    height: 54%;
    overflow: hidden;
}

.slide-elem h2 a{
    color: #fff;
    text-decoration: none;
}

.slide-elem h2 span{
    display: block;
    height: 33%;
    overflow: hidden;
    line-height: 3.5;
    -webkit-transition: line-height 0.85s cubic-bezier(0.77, 0, 0.175, 1);
    transition: line-height 0.85s cubic-bezier(0.77, 0, 0.175, 1);
}

.slide-elem h2 span:nth-child(1){
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
}

.slide-elem h2 span:nth-child(2){
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}

.slide-elem h2 span:nth-child(3){
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
}

.slide-elem.active h2 span{
    line-height: 1;
}

.slide-elem p{
    color: #fff;
    font-size: 1.6em;
    line-height: 1.8em;
    font-weight: 400;
    display: block;
    height: 25%;
    margin-bottom: 0;
    opacity: 0;

    transition: all 0.8s;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
}

.slide-elem.active p{
    opacity: 1;
}

.slide-elem.hide_art h2 span{
    line-height: 3.5;
}

.slide-elem.hide_art p{
    opacity: 0;
}

.read_more{
    margin-top: 0;
    display: flex;
    height: 10%;
    position: relative;
    float: left;
    opacity: 0;
    transition: all 0.8s;
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
    align-items: flex-end;
}

.slide-elem.active .read_more{
    opacity: 1;
}

.read_more a{
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 2px;
}

.read_more a:hover, .read_more a:focus{
    text-decoration: none;
}

.load_slid_cont{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.3);
}

.load_slid{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,1);
}

#slid_scroll{
    position: absolute;
    width: 2px;
    height: 50%;
    left: calc(8% - 20px);
    top: 25%;
    z-index: 900;

    background-color: rgba(255, 255, 255, 0.5);
}

#slid_scroll .slid_step{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
}

#slid_scroll .slid_step.hover, #slid_scroll:hover .slid_step{
    width: 6px;
    left: -2px;
}

.has-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.has-lines:before,
.has-lines:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #ccc;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.has-lines:before {
  margin-right: 20px;
}
.has-lines:after {
  margin-left: 20px;
}

.liner {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.liner:after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: rgba(0,0,0,0.2);
    min-width: 20px;
    margin: auto;
}
.liner:after {
    margin-left: 20px;
}

/*-----------------------------------------------------------*/
/*---------------------- Menu -----------------------*/
/*-----------------------------------------------------------*/
.menu-triggerer {
    display: inline-block;
    font-size: 1.8em;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

.menu-triggerer img {
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 3px 8px 0 0;
}

.menu-triggerer:hover {
	opacity:1;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
}
.overlay .overlay-close {
	position: absolute;
	right: -30px;
	top: 20px;
	border: none;
	outline: none;
	z-index: 100;
	opacity:0.2;
}
.overlay .overlay-close:hover {
	opacity:1;
}
.overlay .overlay-close img {
	width:35%;
	height:auto;
}
.overlay-wrapper {
	position: relative;
	text-align:left;
	padding:12% 4% 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.overlay .logo {
	position:absolute;
	left:40px;
	top:10px;
	z-index:100;
    max-width: 18%;
}
.overlay h2 {
	color:#252525;
	padding:0;
	margin:0;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}
.overlay ul li {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li.title{
    font-size: 2.3em;
	font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.overlay ul li a {
	font-size: 2.3em;
	font-weight: 300;
	display: block;
	line-height:1.8;
	text-decoration:none;
	color: #898989;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #00aeef;
	text-decoration:none;
}
.overlay ul li.small a {
	font-size: 1.5em;
	font-weight: 300;
	line-height:1.5;
    margin-left: 10px;
	display: block;
	text-decoration:none;
	color: #a1a1a1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li.small a:hover,
.overlay ul li.small a:focus {
	color: #00aeef;
	text-decoration:none;
}
.overlay .list-inline {
	position:absolute;
	right:0;
	top:10px;
}
.overlay .list-inline li {
	display:inline-block;
	padding-right: 10px;
    padding-left: 10px;
}
.overlay .list-inline li.active {
	color: #00aeef;
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:2px;
}
.overlay .list-inline li a {
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:2px;
}
.event-date {
	font-size:1em;
	font-weight:600;
	color:#000;
	margin:0 10px 0 0;
	padding:0;
	line-height:1.6;
}
.event-name {
	font-size: 0.55em;
	font-weight:300;
	color:#000;
	margin:0;
	padding:0;
	line-height:1.6;
}
.overlay .timeline {
	padding:0px;
	margin:20px 30px;
}
.overlay .timeline li {
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-bottom: 1em;
}
.overlay .timeline li:after {
	content: '';
	display: block;
	border-left: 1px solid #959595;
	border-top: 1px solid #959595;
	height: 70px;
	width: 20px;
	position: absolute;
	left: -30px;
	top: 15px;
}
.overlay .timeline li a h5 {
	display: block;
	padding: 0;
	color: #898989;
}
.overlay .timeline li a h5:hover {
	display: block;
	padding: 0;
	color: #00aeef;
}
.overlay .view-agenda {
	font-size:1.4em;
	padding:12px 17px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	display:inline-block;
	color:#252525;
	text-decoration:none;
	background-color:transparent;
	border:1px solid #252525;
}
.overlay .view-agenda:hover {
	border:1px solid #00aeef;
	background-color:#00aeef;
	color:#fff;
}
.partners-container {
	width:100%;
	position:relative;
	display:inline-block;
	padding:0;
    margin-bottom: 20px;
}
.partnership {
	font-size:1.25em;
	color:#000;
	position:relative;
	top:5px;
	display:block;
	max-width:150px;
	float:left;
	text-transform:uppercase;
	letter-spacing:1px;
}
.partners-logo {
	display:block;
    width: 70px;
}
.overlay .copyright-container {
	position:relative;
	z-index:10;
	width:100%;
	padding:0;
	margin: 20px 0;
}
.overlay .copyright-container p {
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:3px;
	color:rgba(0,0,0,0.5);
	line-height:5;
}
.list-inline.social {
	position:relative;
	z-index:100;
	display:inline-block;
}
.list-inline.social li {

}
.list-inline.social li a {
	font-size:1.8em;
	text-decoration:none;
	color:rgba(0,0,0,0.4);
}
.list-inline.social li a:hover {
	color:rgba(0,0,0,1);
}
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    z-index: 1000000;
}
.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.menus_zone{
    margin-bottom: 50px;
}

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*---------------------- What's cop -----------------------*/
/*-----------------------------------------------------------*/

#cop_overlay{
    padding: 0 10px 0;
    width: 80%;
    margin-left: 10%;
    height: 100%;
    overflow: auto;
    position: inherit !important;
}

#cop_overlay .mCSB_outside+.mCSB_scrollTools{
    right: 0px;
}

#cop_overlay .eco_title{
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 3em;
    cursor: pointer;
}

#cop_overlay h3{
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    margin-top: 40px;
    margin-bottom: 15px;
}

#cop_overlay p {
    margin: 0 0 13px;
}

#cop_overlay .cop_title{
    font-size: 1.4em;
    color: #000;
    margin-top: 80px;
}

#cop_overlay .cop_title i{
    font-size: 1.6em;
    margin-right: 0.1em;
}

#cop_overlay .cop_menu{
    width: 100%;
    position: relative;
    /*height: 100%;*/
}

#cop_overlay .cop_elem{
    position: relative;
    z-index: 1;
    padding: 5px 0;
    width: 100%;
}

#cop_overlay .cop_elem > a{
    line-height: 1.3em;
    /*margin: 16px 0;*/
    margin: 0;
    padding-left: 20px;
    border-left: 10px solid #ddd;
    color: #000;
    font-size: 2.3em;
    font-weight: 300;
    display: block;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;

    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
}

#cop_overlay .cop_elem > a.green{ border-color: #6caf2b; }
#cop_overlay .cop_elem > a.blue{ border-color: #8cb5c7; }
#cop_overlay .cop_elem > a.orange{ border-color: #ff6600; }
#cop_overlay .cop_elem > a.red{ border-color: #e1011c; }
#cop_overlay .cop_elem > a.yallow{ border-color: #fab001; }

#cop_overlay .cop_elem > a.green:hover, #cop_overlay .cop_elem a.green.active{ color: #6caf2b; }
#cop_overlay .cop_elem > a.blue:hover, #cop_overlay .cop_elem a.blue.active{ color: #8cb5c7; }
#cop_overlay .cop_elem > a.orange:hover, #cop_overlay .cop_elem a.orange.active{ color: #ff6600; }
#cop_overlay .cop_elem > a.red:hover, #cop_overlay .cop_elem a.red.active{ color: #e1011c; }
#cop_overlay .cop_elem > a.yallow:hover, #cop_overlay .cop_elem a.yallow.active{ color: #fab001; }

#cop_overlay .cop_elem .cop_content{
    display: none;
    font-size: 1.3em;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
}

#cop_overlay .cop_elem .share{
    width: 100%;
    margin: 30px 0 10px;
    float: none;
}

#cop_overlay .overlay-close {
	position: absolute;
	right: -30px;
	top: 40px;
	border: none;
	outline: none;
	z-index: 100;
	opacity:0.2;
    display: none;
}
#cop_overlay .overlay-close:hover {
	opacity:1;
}
#cop_overlay .overlay-close img {
	width:35%;
	height:auto;
}

.space-pdf{
    color: #000;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.space-pdf:hover, .space-pdf:focus{
    text-decoration: none;
}

.space-pdf img{
    max-height: 300px;
    margin: 10px auto 20px;
}

.goback{
    font-size: 1.2em;
    display: block;
    margin: 30px 0;
}

.goback:hover{
    text-decoration: none;
}

#map-canvas h3{
    margin-top: 5px;
}

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*---------------------- Tools -----------------------*/
/*-----------------------------------------------------------*/

.infos_right h2{
    margin-top: 40px !important;
}

.infos > .row{
    height: 100%;
}

.infos h2{
    margin: 20px 6%;
    font-size: 3em;
}

.infos h3{
    margin: 20px 6%;
    font-size: 2em;
    line-height: 1.3em;
}

.infos .infos_left{
    background-color: #f5f5f5;
    height: 100%;
    padding: 20px 0px;
}

.infos .infos_left ul.order{
    width: 88%;
    margin: 0px 6%;
    padding: 0px;
    text-align: right;
    margin-top: -62px;
}

.infos .infos_left ul.order li{
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

.infos .infos_left ul.order li a{
    font-size: 13px;
    color: #c4c4c4;
    text-transform: uppercase;
}

.infos .infos_left ul.order li a:hover, .infos .infos_left ul.order li a.active, .infos .infos_left ul.order li a:focus{
    color: #3498db;
    background-color: transparent;
}

.infos .infos_left ul{
    padding: 0px;
    margin: 20px 0;
    font-size: 1.5em;
}

.infos .infos_left ul li{
    list-style: none;
}

.infos .infos_left ul li a{
    color: #000000;
    width: 100%;
    display: block;
    padding: 15px 6%;
    border: none;
}

.infos .infos_left ul li a:hover, .infos .infos_left ul li a:focus, .infos .infos_left ul li a.active{
    background-color: #ffffff;
    text-decoration: none;
}

.infos .infos_right{
    background-color: #ffffff;
    height: 100%;
    padding: 0px 0px;
    overflow: auto;
}

.infos .infos_right p, .infos .infos_left p{
    margin: 0 6% 10px;
    font-size: 1.2em;
    color: #000;
}

.tabs-left{
    border-right: none;
}

.tabs-left>li.active>a, .tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover, .nav-tabs>li>a:hover{
    border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
    color: #000000;
}

.videos .video_elem{
    margin: 0;
    padding: 15px 6%;
}

.videos li.active{
    background-color: #ffffff;
}

.videos li .image{
    height: 100px;
    overflow: hidden;
}

.videos .video_elem > .row{
    display: flex;
}

.videos .video_elem .description{
    font-size: 0.8em;
    color: #000;
    padding-left: 0px;
}

.videos .video_elem .description a, .videos .video_elem .image a{
    padding: 0px;
}

.videos .video_elem .description .duration{
    text-transform: lowercase;
}

.videos li .image a{
    margin-top: -19px;
}

.videos .video_elem .description a{
    display: block;
    width: 100%;
    height: 100%;
}

.videos .video_elem .description a span{
    display: block;
    font-size: 0.9em;
    margin-top: 5px;
}

.videos .video_elem:hover{
    background-color: #ffffff;
}

.videos .embed-responsive{
    width: 92%;
    margin: 0 4%;
}

.videos .date_time{
    margin-top: 40px !important;
    font-size: 1.3em !important;
}

.videos .share{
    margin-top: 40px !important;
}

.videos .share a{
    margin-left: 5px;
}

#video-elem{
    margin-top: 40px;
}

#video_share{
    margin: 20px 6%;
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
}

/*#video-elem #play_vid img{
    width: 98%;
    margin: 0 1%;
}

#video-elem #play_vid iframe{
    width: 100%;
}*/

.marrakech .gmaps{
    width: 100%;
    height: 100%;
}

.marrakech hr{
    margin: 20px 6%;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.marrakech .infos_left ul{
    margin: 20px 6%;
}

.marrakech .infos_left ul li{
    margin: 10px 0;
}

.marrakech .infos_left li a{
    padding: 0px !important;
    font-size: 1em;
    color: #000000 !important;
}

.marrakech li a:hover, .marrakech li a:focus, .marrakech li.active a{
    color: #3498db !important;
    background: transparent !important;
}

.marrakech .infos_left li a img{
    width: 30px;
    display: inline-block;
    margin-top: -5px;
}

.frame_content{
    width: calc(100% + 30px);
    height: 100%;
    border: none;
    margin: 0 -15px;
}

.tool-elem .nbr_stream{
    position: absolute;
    top: 1px;
    left: calc(50% - 10px);
    text-align: center;
    width: 20px;
    color: #fff;
}

#search_input{
    margin: 10px 6%;
    width: 88%;
    height: 40px;
    border: none;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    background: #f5f5f5;
    font-size: 1.3em;
}

#search_zone .delete_btn{
    position: absolute;
    right: 8%;
    top: 20px;
    font-size: 1.5em;
    color: rgba(0,0,0,0.7);
    cursor: pointer;
    display: none;
}

#result_content a{
    display: block;
    padding: 1px 0 10px;
}

#result_content a:hover, #result_content a:focus{
    text-decoration: none;
    background-color: #ffffff;
}

#result_content h3 {
    font-size: 1.6em;
    line-height: 1em;
}

#serach_model{
    display: none;
}

#result_count{
    margin: 0 6%;
    color: #000;
    text-transform: uppercase;
}

#tags{
    margin: 10px 6%;
    width: 88%;
    padding: 0px;
    text-align: left;
}

#tags li{
    list-style: none;
    display: inline-block;
}

#tags li a{
    display: block;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 5px 20px;
    border-radius: 20px;
    color: #000;
    margin: 0 10px 10px 0;
    font-size: 0.8em;
    text-align: center;
}

#tags li a:hover, #tags li a:focus, #tags li a.active{
    text-decoration: none;
    background-color: #3498db;
    border: 1px solid #3498db;
    color: #fff;
}

#glosary{
    margin: 10px 6%;
    width: 88%;
    padding: 0px;
}

#glosary li{
    list-style: none;
    display: block;
}

#glosary li a{
    font-size: 1.5em;
    color: #000;
    padding: 0px 20px;
    border-left: 4px solid #000;
    margin: 10px 0;
    display: block;
}

#glosary li a:hover, #glosary li a:focus, #glosary li a.active{
    text-decoration: none;
    color: #3498db;
    border-left: 4px solid #3498db;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*--------------------------- pages -------------------------*/
/*-----------------------------------------------------------*/

#global.page #header_zone{
    height: 130px;

}

#header_zone.shadow{
    -webkit-box-shadow: 0px 5px 62px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 5px 62px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 5px 62px 0px rgba(0,0,0,0.19);
}

#global.page #menu_zone .menu{
    margin: 30px 0 20px;
}

#global.page #menu_zone .menu li a{
    color: #000000;
}

#global.page #menu_zone .menu li a:hover, #global.page #menu_zone .menu li a:focus, #global.page #menu_zone .menu li.active a{
    color: #3498db;
}

#global.page #slid_scroll{
    display: none;
    transition: all 0.5s;
}

#global.page #footer_zone{
    bottom: 0px;
    display: none;
}

#global.page .share_zone{
    background-color: #000;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
}

#global.page .slide-elem.active h1 span{
    line-height: 3.5;
}

#global.page .slide-elem.active h1 span:nth-child(1){
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
}

#global.page .slide-elem.active h1 span:nth-child(2){
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}

#global.page .slide-elem.active h1 span:nth-child(3){
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
}

#global.page .slide-elem.active p{
    opacity: 0;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}

#global.page .slide-elem.active .read_more{
    opacity: 0;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}

#page_body{
    position: absolute;
    width: 100%;
    left: 0%;
    top: 130px;
    height: calc(100% - 130px);
    display: none;
    z-index: 3;

    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
}


.share_top{
    display: none;
}

#global.page .share_zone.share_top, #global.article .share_zone.share_top{
    display: block;
    background-color: transparent;
    padding-right: 0;
    margin-top: 0px;
}

#global.page .share_zone.share_top, #global.article .share_zone.share_top{

}

#global.page .share_zone.share_top ul li a, #global.article .share_zone.share_top ul li a{
    color: #979797;
}

#global.page .share_zone.share_top .separator, #global.article .share_zone .separator{
    color: #979797;
}

#global.page .share_zone.share_top ul li a, #global.article .share_zone.share_top ul li a{
    font-size: 1.2em;
}

#global.page .share_zone.share_top .lang a, #global.article .share_zone.share_top .lang a{
    font-size: 1.1em;
}

#global.page .share_zone.share_top .lang ul li, #global.article .share_zone.share_top .lang ul li{
    margin-top: 4px;
}

/*#global.page .share_zone.share_top div.lang li.current-lang a{
    color: #3498db;
}*/
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*------------------------ eco-friendly -----------------------*/
/*-----------------------------------------------------------*/

.right-tabs .nav {
    float: right;
    border-bottom: 0px;
    text-align: right;
}
.right-tabs .nav li {
    float: none;
    display: inline-block;
    margin-left: 0px;
}

.right-tabs .tab-content {
    float: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    width: 100%;
}

.ecofriendly{
    width: 80%;
    margin-left: 10%;
    height: 100%;
    overflow: auto;
    position: inherit !important;
}

.ecofriendly .tab-pane .row{
    padding: 60px 0 0;
}

.eco_element{
    padding: 0 35px 60px;
}

.ecofriendly .eco_title{
    margin-top: 80px;
    font-size: 3em;
}

.ecofriendly .right-tabs{
    margin-top: -45px;
    padding: 0px;
}

.ecofriendly .right-tabs li a{
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1em;
    border: none;
    letter-spacing: 3px;
}

.ecofriendly .right-tabs .nav-tabs > li.active > a, .ecofriendly .right-tabs .nav-tabs > li > a:focus, .ecofriendly .right-tabs .nav-tabs > li > a:hover{
    color: #00aeef;
    border: none;
    border-bottom: 2px solid #00aeef;
    background: transparent;
}

.ecofriendly .mCSB_outside+.mCSB_scrollTools{
    right: 0px;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*------------------------- Programme -----------------------*/
/*-----------------------------------------------------------*/

.programme{
    width: 80%;
    margin-left: 10%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: inherit !important;
}

.programme .eco_title{
    margin-top: 80px;
    font-size: 3em;
}

.programme .eco_title span{
    font-size: 0.5em;
    color: rgba(0, 0, 0, 0.5);
}

.programme .programme-category > select{
    display: none;
}

.programme .programme-category{
    margin-top: 0px;
    padding: 0px;
}

.programme .programme-category > ul > li > a{
    text-transform: uppercase;
    color: #000;
    font-size: 1em;
    padding: 10px 13px;
    border: none;
    letter-spacing: 1px;
}

.programme .programme-category > .nav-tabs > li.active > a, .programme .programme-category > .nav-tabs > li > a:focus, .programme .programme-category > .nav-tabs > li > a:hover{
    color: #00aeef;
    border: none;
    border-bottom: 2px solid #00aeef;
    background: transparent;
}

.programme-jour{
    margin-top: 20px;
}

.programme-jour > select{
    display: none;
}

.programme-jour ul{

}

.programme-jour ul li{

}

.programme-jour ul li a{
    text-transform: uppercase;
    color: #333;
    font-size: 0.9em;
    padding: 10px 13px;
    padding-bottom: 20px;
    border: none;
    letter-spacing: 2px;
    border-bottom: 2px solid transparent;
    text-align: center;
}

.programme-jour ul li a:hover, .programme-jour ul li a:focus, .programme-jour ul li.active a, .programme-jour .nav-tabs>li.active>a, .programme-jour .nav-tabs>li.active>a:focus, .programme-jour .nav-tabs>li.active>a:hover{
    color: #ed1c24;
    border: none;
    border-bottom: 2px solid #ed1c24;
    background: transparent;
}

.programme-category .tab-content{
    border: none;
}

.programme .mCSB_outside+.mCSB_scrollTools{
    right: 0px;
}

.programme .programme_content{
    /*height: 300px;*/
    margin: 0 15px 30px;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #3498db;
    position: relative;

    color: #000000;

    transition: all 0.2s;
}

.programme .programme_content.default{ border-bottom-color: #00aeef; }
.programme .programme_content.green{ border-bottom-color: #6caf2b; }
.programme .programme_content.blue{ border-bottom-color: #8cb5c7; }
.programme .programme_content.orange{ border-bottom-color: #ff6600; }
.programme .programme_content.red{ border-bottom-color: #e1011c; }
.programme .programme_content.yallow{ border-bottom-color: #fab001; }
.programme .programme_content.blue1{ border-bottom-color: #CCFFFF; }
.programme .programme_content.purple{ border-bottom-color: #a0a0f7; }
.programme .programme_content.beige{ border-bottom-color: #FDE9D9; }
.programme .programme_content.turk{ border-bottom-color: #92CDDC; }
.programme .programme_content.green2{ border-bottom-color: #99FF99; }
.programme .programme_content.yellow{ border-bottom-color: #FFFF00; }

.programme .programme_content.default{ border-bottom-color: #00aeef; }
.programme .programme_content.green .location{ color: #6caf2b; }
.programme .programme_content.blue .location{ color: #8cb5c7; }
.programme .programme_content.orange .location{ color: #ff6600; }
.programme .programme_content.red .location{ color: #e1011c; }
.programme .programme_content.yallow .location{ color: #fab001; }
.programme .programme_content.blue1 .location{ color: #CCFFFF; }
.programme .programme_content.purple .location{ color: #a0a0f7; }
.programme .programme_content.beige .location{ color: #FDE9D9; }
.programme .programme_content.turk .location{ color: #92CDDC; }
.programme .programme_content.green2 .location{ color: #99FF99; }
.programme .programme_content.yellow .location{ color: #FFFF00; }



.programme .programme_content.upcoming{
    background-color: #3498db;
    color: #ffffff;
}

.programme .programme_content:hover{
    -webkit-box-shadow: 0px 10px 38px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 38px -10px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 38px -10px rgba(0,0,0,0.35);
}

.programme .programme_content .date_time{
    font-size: 1.3em;
}

.programme .programme_content .date_time span{
    float: right;
    font-size: 1em;
    line-height: 1em;
}

.programme .programme_content h3{
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 20px;
    color: #000;
}

.programme .programme_content p{
    font-size: 1em;
    margin-bottom: 10px;
}

.programme .programme_content .location{
    font-size: 1em;
    color: #3498db;
    margin-bottom: 5px;
}

.programme .programme_content .location i{
    font-size: 1.3em;
}

.programme .programme_content.upcoming .location{
    color: #ffffff;
}

.programme .programme_day{
    margin: 0px 0 20px 0;
    padding: 20px 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.programme .programme_houre{
    margin: -31px 0 0 0;
    padding: 20px 0;
    font-size: 1.4em;
    color: #000;
    text-transform: none;
}

.programme .programme_houre .houre{
    background-color: #3498db;
    padding: 2px 10px 5px;
    float: left;
    color: #fff;
}

.programme .description{
    display: block;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding: 15px 0;
    margin-bottom: 0;
}

.programme p{
    margin-bottom: 10px;
}

.programme .filter p input{
    border: none;
    color: #000;
    font-size: 1.1em;
    height: 24px;
}

.programme .filter p .input-btn{
    display: block;
    width: 22px;
    height: 24px;
    background-image: url(images/calendar.png);
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.flatpickr-days span.today, .flatpickr-weeks span.today{
    border-color: #3498db;
}

.flatpickr-days span.today:focus, .flatpickr-days span.today:hover, .flatpickr-weeks span.today:focus, .flatpickr-weeks span.today:hover{
    border-color: #3498db;
    background: #3498db;
    color: #fff;
}

.flatpickr-days span.selected, .flatpickr-days span.selected:focus, .flatpickr-days span.selected:hover, .flatpickr-weeks span.selected, .flatpickr-weeks span.selected:focus, .flatpickr-weeks span.selected:hover{
    background: #3498db;
    color: #fff;
    border-color: #3498db;
}

.animated_on_show{
    opacity: 0;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*------------------------- Presse -----------------------*/
/*-----------------------------------------------------------*/

.presse{
    width: 80%;
    margin-left: 10%;
    height: 100%;
    overflow: auto;
    position: inherit !important;
}

.presse .eco_title{
    margin-top: 80px;
    font-size: 3em;
}

.presse .eco_title span{
    font-size: 0.5em;
    color: rgba(0, 0, 0, 0.5);
}

.presse .programme-category{
    margin-top: 0px;
    padding: 0px;
}

.presse .programme-category > select{
    display: none;
}

.presse .programme-category > ul > li > a{
    text-transform: uppercase;
    color: #000;
    font-size: 1.1em;
    padding: 10px 13px;
    border: none;
    letter-spacing: 2px;
}

.presse .programme-category > .nav-tabs > li.active > a, .presse .programme-category > .nav-tabs > li > a:focus, .presse .programme-category > .nav-tabs > li > a:hover{
    color: #00aeef;
    border: none;
    border-bottom: 2px solid #00aeef;
    background: transparent;
}

.programme-jour{
    margin-top: 20px;
}

.programme-jour ul{

}

.programme-jour ul li{

}

.programme-jour ul li a{
    text-transform: uppercase;
    color: #333;
    font-size: 0.9em;
    padding: 10px 13px;
    padding-bottom: 20px;
    border: none;
    letter-spacing: 2px;
    border-bottom: 2px solid transparent;
    text-align: center;
}

.programme-jour ul li a:hover, .programme-jour ul li a:focus, .programme-jour ul li.active a, .programme-jour .nav-tabs>li.active>a, .programme-jour .nav-tabs>li.active>a:focus, .programme-jour .nav-tabs>li.active>a:hover{
    color: #ed1c24;
    border: none;
    border-bottom: 2px solid #ed1c24;
    background: transparent;
}

.programme-category .tab-content{
    border: none;
}

.presse .mCSB_outside+.mCSB_scrollTools{
    right: 0px;
}

.presse .programme_content{
    /* height: 300px; */
    margin: 0 15px 30px;
    padding: 0px 0px 20px;
    /* border: 1px solid #f1f1f1; */
    border-bottom: 2px solid #dddddd;
    position: relative;
    color: #000000;
    transition: all 0.2s;
}

.presse .programme_content.upcoming{
    background-color: #3498db;
    color: #ffffff;
}

.presse .programme_content .date_time{
    font-size: 1.3em;
}

.presse .programme_content .date_time span{
    float: right;
    font-size: 1em;
    line-height: 1em;
}

.presse .programme_content h3{
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #000;
}

.presse .programme_content p{
    font-size: 1em;
    margin-bottom: 10px;
}

.presse .programme_content .location{
    font-size: 1em;
    color: #3498db;
    margin-bottom: 5px;
}

.presse .programme_content .location i{
    font-size: 1.3em;
}

.presse .programme_content.upcoming .location{
    color: #ffffff;
}

.presse .programme_day{
    margin: -31px 0 20 0;
    padding: 20px 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.presse .programme_houre{
    margin: 0;
    padding: 20px 0;
    font-size: 2em;
    color: #000;
    text-transform: none;
}

.presse .heure_press{
    display: inline-block;
    padding: 5px 10px;
    background-color: #3598db;
    color: #fff;
}

.presse .description{
    display: block;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    font-size: 1.2em;
}

.presse p{
    margin-bottom: 10px;
}


.presse .programme-jour > ul{
    display: none;
}

.presse .programme-jour > select{
    display: none;
}

.presse #programme_1 .programme-jour > ul{
    display: block;
}

.presse #programme_1 .programme-jour > select{

}

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*------------------------ Actualites -----------------------*/
/*-----------------------------------------------------------*/

.actualites{
    width: 80%;
    margin-left: 10%;
    position: inherit !important;
    height: 100%;
}

.actu_right{
    /*height: 100%;*/
    height: calc(100% - 50px);
    padding: 0;
    margin-top: -50px;
}

.actu_right .title{
    background-color: #e74c3c;
    color: #fff;
    height: 65px;
    margin: 0;

    width: 0px;
    overflow: hidden;
}

.actu_right .title h3{
    line-height: 65px;
    margin: 0 20px;
    font-size: 2.3em;
}

.actu_right .continue{
    height: calc(100% - 65px);
    margin: 0;
    background-color: #fff;

    width: 0px;
    overflow: hidden;
}

.actu_right .continue .continue_content{
    width: 100%;
    padding-bottom: 60px;
}

.actu_right .continue .mCSB_scrollTools, .actu_left .mCSB_scrollTools{
    /*visibility: hidden;*/
}

.actu_left .mCSB_outside+.mCSB_scrollTools{
    right: 0px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000;
    background-color: rgba(117,117,117,.75)
}

.actu_right .continue_elem{
    margin: 20px 20px 20px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;

    opacity: 0;

    transition: all 0.35s;
    transition-delay: 0.85s;
}

.actu_right .continue_elem:first-child{
    transition-delay: 0.6s;
}

.actu_right .continue_elem img{
    width: 100%;
}

.actu_right .continue_elem .time{
    display: block;
    margin-top: 15px;
    font-size: 1.1em;
    font-weight: bold;
    color: #afafaf;
    text-align: left;
}

.actu_right .continue_elem .time span{
    color: #afafaf;
}

.actu_right .continue_elem a.share{
    display: inline-block;
    width: 30%;
    max-width: 50px;
    margin-top: 13px;
    margin-left: 3%;
    float: none;
}

.actu_right .continue_elem hr{
    border-top: 1px solid #ccc;
    margin: 27px -10px 0 10px;
}

.actu_right .continue_elem h4{
    color: #000;
    margin: 20px 0;
}

.actu_right .continue_elem h4 a{
    color: #000;
    text-decoration: none;
}

.actu_right .continue_elem p{
    color: #000;
    font-size: 0.9em;
}


.actu_left{
    /*height: 100%;*/
    height: calc(100% - 100px);
    padding-right: 30px;
    position: inherit !important;
}

.actu_left .actualite_elem{
    padding: 0 25px;
    margin-bottom: 30px;
    animation-duration: 0.5s;
}

.actu_left .actualite_elem:nth-child(1){
    -webkit-animation-delay: 0.2s;
}

.actu_left .actualite_elem:nth-child(2){
    -webkit-animation-delay: 0.5s;
}

.actu_left .actualite_elem:nth-child(3){
    -webkit-animation-delay: 0.7s;
}

.actu_left .actualite_elem:nth-child(4){
    -webkit-animation-delay: 0.9s;
}

.actu_left .actualite_elem .actualite_content{
    background-color: #fff;
    padding-bottom: 20px;

    transition: box-shadow .3s;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.actu_left .actualite_elem .actualite_content:hover{
    cursor:pointer;
	box-shadow: 0 15px 15px rgba(33,33,33,.15);
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.actu_left .actualite_elem .actualite_content a:hover, .actu_left .actualite_elem .actualite_content a:focus{
    text-decoration: none;
}

.actu_left .actualite_elem .actualite_content img{
    width: 100%;
}

.actu_left .actualite_elem .actualite_content .date{
    display: block;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
    color: #b0b0b0;
    font-size: 0.9em;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.actu_left .actualite_elem .actualite_content h4{
    color: #000;
    font-size: 1.7em;
    padding: 5px 5% 10px;
    text-align: center;
}

.actu_left .actualite_elem .actualite_content p{
    color: #000;
    font-size: 1em;
    padding: 5px 5%;
    text-align: left;
}

.actu_left .actualite_elem .actualite_content p br{
    display: none;
}

.row.masonry-container{
    padding-bottom: 50px;
    margin-top: 20px;
    width: 100%;
}

.actus_load, .continue_load, .videos_load{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    visibility: hidden;
}

#actus_categories{
    margin-top: 50px;
    padding-right: 30px;
}

#actus_categories select{
    display: none;
}

#actus_categories ul{
    margin: 0px 25px 0 0;
    padding: 0px;
    text-align: right;
}

#actus_categories ul li{
    display: inline-block;
    list-style: none;
}

#actus_categories ul li a{
    color: #000;
    margin: 1em 0.8em;
    padding: 0;
    font-size: 1em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#actus_categories ul li a:hover, #actus_categories ul li a:focus, #actus_categories ul li a.active{
    color: #3498db;
    text-decoration: none;
    border-bottom: 1px solid #3498db;
}

.actu_share{
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0px 20px 50px 0;
}

.actu_share img{
    width: auto !important;
    margin: 0 3px;
}

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*------------------------ Articles -----------------------*/
/*-----------------------------------------------------------*/

#global.article{
    background-color: #fff;
}

#global.article #header_zone{
    height: 130px;
}

#global.article #menu_zone .menu{
    margin: 30px 0 20px;
}

#global.article #menu_zone .menu li a{
    color: #000000;
}

#global.article #menu_zone .menu li a:hover, #global.article #menu_zone .menu li a:focus, #global.article #menu_zone .menu li a.active{
    color: #3498db;
}

#global.article #slid_scroll{
    display: none;
    transition: all 0.5s;
}

#global.article #footer_zone{
    bottom: 0px;
    display: none;
}

#global.article .share_zone{
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
    margin-top: 10px;
}

#global.article .share_zone ul li a{
    color: #979797;
}

#global.article .share_zone .lang a{
    color: #979797;
}

#global.article .slide-elem.active h1 span{
    line-height: 3.5;
}

#global.article .slide-elem.active h1 span:nth-child(1){
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
}

#global.article .slide-elem.active h1 span:nth-child(2){
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}

#global.article .slide-elem.active h1 span:nth-child(3){
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
}

#global.article .slide-elem.active p{
    opacity: 0;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}

#global.article .slide-elem.active .read_more{
    opacity: 0;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}

#global.article .article_body{
    height: 100%;
    overflow: auto;
}

#global.article .article_content{
    width: 80%;
    margin-left: 10%;
}

#global.article .article_image{
    width: 100%;
    box-shadow: 0 15px 15px rgba(33,33,33,.15);
}

#global.article .article_scroll_down{
    text-align: center;
    padding: 30px 0 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

#global.article .article_title{
    color: #000;
    font-size: 45px;
    margin-bottom: 30px;
}

#global.article .article_content .share{
    margin-top: 35px;
    margin-bottom: 0px;
    height: 30px;
    float: none;
    width: 100%;
    overflow: inherit;
}

#global.article .article_content .share li{
    float: right;
    list-style: none;
}

#global.article .article_content .share a{
    display: block;
    margin: 0 5px;
    margin-top: -2px;
    float: right;
}

#global.article .time{
    font-size: 1.3em;
    margin-right: 20px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    display: inline-block;
    height: 30px;
    line-height: 20px;
}

#global.article p{
    color: #000;
    font-size: 1.3em;
    line-height: 1.5em;
}

#global.article .article_img{
    margin: 90px 0;
    width: 110%;
}

#global.article .article_img.left{
    float: right;
    margin-right: -10%;
}

#global.article .article_img.right{
    margin-top: calc(90px + 15%);
    float: left;
    margin-left: -10%;
}

#global.article blockquote{
    font-size: 33px;
    color: #000;
    line-height: 44px;
    border-left: 15px solid #ed1c24;
    display: block;
    padding-left: 25px;
}

#global.article blockquote p{
    font-size: 26px;
    color: #000;
    display: block;
    margin: 0px 0 10px 0;
    padding: 0px;
    line-height: 34px;
}

#global.article .article_hr{
    width: 0%;
    border-top: 3px solid #000;
    margin: 50px auto;
}

#global.article .mCSB_scrollTools{
    z-index: 10000;
}

.article_prev_url{
    display: block;
    float: right;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    margin-top: 25px;
    letter-spacing: 3px;
    font-size: 2.3em;
}

.article_prev_url:hover{
    color: rgba(0,0,0,1);
}

.article_next_url.arrow{
    display: block;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    margin-top: 25px;
    letter-spacing: 3px;
    font-size: 2.3em;
    position: initial;
    float: left;
    width: auto;
}

.article_next_url.arrow:hover{
    color: rgba(0,0,0,1);
}

.article_next{
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.article_next_img{
    width: 110%;
    min-height: 101%;
    overflow: visible;
    -webkit-filter: blur(4px);
    -ms-filter:  blur(4px);
    filter: blur(4px);
    position: absolute;
    left: -5%;
    top: -50%;;
    z-index: 1;
}

@supports (-ms-ime-align:auto) {
    .article_next_img{
        -webkit-filter: none;
        filter: none;
    }
}

.article_next .overblur{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:rgba(0,0,0,0.6);

    left: 0px;
    top: 0px;
    z-index: 2;
}

.article_next_url{
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    width: 200px;
    text-align: center;
    display: block;
    left: calc(50% - 100px);
    top: 100px;
    font-size: 1.3em;
}

.article_next_url:hover{
    color: #fff;
    text-decoration: underline;
}

.article_next_title{
    color: #ffffff;
    position: absolute;
    z-index: 3;
    width: 50%;
    left: 25%;
    text-align: center;
    top: 120px;
    font-size: 2em;
    line-height: 1.3em;
}

#spin_art{
    display: none;
    text-align: center;
    padding: 10px 0 46px;
}

#spin_art i{
    font-size: 22px;
    margin-top: 22px;
}

.article_footer{
    width: 80%;
    margin-left: 10%;
    padding-bottom: 30px;
}

#global.article .article_body#article_prev_content{
    height: 0px;
}

#article_body{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 130px;
    height: calc(100% - 130px);
    display: none;
    z-index: 3;

    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
}

#img_article_transition{
    width: 110%;
    height: 100%;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    overflow: visible;
    /*display: none;*/

    position: absolute;
    left: -5%;
    top: 0px;
    z-index: 1;

    transition: all 0.7s;
}

#img_article_transition.active{
    width: 80%;
    height: auto;
    left: 10%;
    -webkit-filter: none;
    filter: none;
    top: 130px;
}

.loading_article{
    position: relative;
    float: left;
    margin-top: 40px;
    width: 100%;
    display: none;
}

.loading {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translate(-50%, -50%);
  font-size: 0;
}

.loading.reversed li {
    border: 3px solid white;
    animation: LOADINGREV 2s infinite;
}

.loading.reversed li:nth-child(1n) {
    animation-delay: 0s;
}
.loading.reversed li:nth-child(2n) {
    animation-delay: 0.2s;
}
.loading.reversed li:nth-child(3n) {
    animation-delay: 0.4s;
}

.loading li {
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    border: 3px solid #ffffff;
    border-radius: 100%;
    transform: transformZ(0);
    animation: LOADING 2s infinite;
}

.loading li:nth-child(1n) {
    left: -20px;
    animation-delay: 0s;
}
.loading li:nth-child(2n) {
    left: 0;
    animation-delay: 0.2s;
}
.loading li:nth-child(3n) {
    left: 20px;
    animation-delay: 0.4s;
}

@keyframes  LOADINGREV {
  0%   {
    transform: scale(0.5);
    background: white;
  }
  50%   {
    transform: scale(1);
    background: transparent;
  }
  100% {
    transform: scale(0.5);
    background: white;
  }
}

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*------------------------ Covers -----------------------*/
/*-----------------------------------------------------------*/

.covers{
    margin-top: 40px;
}

.cover_elem{
    min-height: 210px;
    margin-bottom: 30px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 20px;
}

.cover_elem h3{
    font-size: 1.2em;
    margin: 7px 0 10px;
    min-height: 40px;
}

.cover_elem a{
    text-decoration: none;
}

.cover_elem .img-responsive{
    margin: auto;
}

.page_discours .top_navigation{
    display: none;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*------------------------ galerie -----------------------*/
/*-----------------------------------------------------------*/

#gallery_zone{
    width: 100%;
    background-color: #252525;
    margin: 0 auto 40px;
    padding: 0 0 20px;
    overflow: hidden;
}

#gallery_zone .list{
    height: 122px;
    padding: 0px;
}

#gallery_zone #display_zone{
    text-align: center;
    overflow: hidden;
}

#gallery_zone #display_zone img{
    height: 100%;
}

#gallery_zone .lSAction>.lSNext{
    right: 20px;
}

#gallery_zone .lSAction>.lSPrev{
    left: 20px;
}

#gallery_zone .spotlight{
    text-align: center;
    margin: 16px auto;
    color: #fff;
    font-size: 1.2em;
    background-color: #252525;
}

#gal_vid {
    position: relative;
    background: #000;
    height: 100%;
    text-align: center;
    margin: 0px auto;
}

#gal_vid iframe { display: block; }

#play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(images/play-button.png) no-repeat 50% 50%;
    background-size: auto, cover;
    z-index: 9999;
}

#play:hover { background-color: rgba(0,0,0,0.2) !important; }

#galerie{

}

#galerie .gal-elem a{
    display: block;
    position: relative;
}

#galerie .gal-elem a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);

    transition: all 0.5s;
}

#galerie .gal-elem a:hover:after, #galerie .gal-elem a.active:after{
    background-color: rgba(0,0,0,0);
}

#galerie .gal-elem a:before{
    content: '';
    transform: scale(.5);
    position: absolute;
    left: calc(25% - 10px);
    top: calc(25% - 20px);
}

#galerie .gal-elem a.video:before{
    content: url(images/play-button.png);
    position: absolute;
    left: calc(25% - 10px);
    top: calc(25% - 20px);
    transform: scale(.5);
}

#galerie .gal-elem a.active:before{
    content: "WATCHING";
    position: absolute;
    text-align: center;
    width: 60%;
    height: 30px;
    line-height: 30px;
    left: 20%;
    top: calc(50% - 15px);
    z-index: 2;
    background: #000;
    font-size: 1em;
    color: #fff;
    transform: none;

    transition: all 0.5s;
}

/*-----------------------------------------------------------*/

.partenaire_elem{
    margin-bottom: 20px;
}

.partenaire_elem a{
    display: block;
    border-bottom: 2px solid #e5ecf2;
}

.partenaire_elem img{
    margin: auto;
}

.tab-content>.active{
    padding-bottom: 20px;
}

.center-block{
    float: none;
}

.pictos{
    width: 35px;
    height: auto;
    float: left;
    margin-top: -5px;
    margin-right: 15px;
}

.zone_meta{
    display: none;
}

.modal{
    z-index: 9999999;
}

.share_menu{
    display: none;
}

#actu_mobile{
    display: none;
}

#trigger_lang_mobile{
    display: none;
}

.share_whatsapp{
    display: none !important;
}
