﻿@font-face {
    font-family: 'LegacySansStdBold';
    src: url('../fonts/LegacySansStdBold.eot');
    src: url('../fonts/LegacySansStdBold.eot') format('embedded-opentype'), url('../fonts/LegacySansStdBold.woff2') format('woff2'), url('../fonts/LegacySansStdBold.woff') format('woff'), url('../fonts/LegacySansStdBold.ttf') format('truetype'), url('../fonts/LegacySansStdBold.svg#LegacySansStdBold') format('svg');
}
@font-face {
    font-family: 'LegacySansItc';
    src: url('../fonts/legacysansitcbook.eot');
    src: url('../fonts/legacysansitcbook.eot') format('embedded-opentype'), url('../fonts/legacysansitcbook.woff2') format('woff2'), url('../fonts/legacysansitcbook.woff') format('woff'), url('../fonts/legacysansitcbook.ttf') format('truetype'), url('../fonts/legacysansitcbook.svg#legacysansitcbook') format('svg');
}
@font-face {
    font-family: 'Koufiya';
    src: url('../fonts/UniversNextArabic.eot');
    src: url('../fonts/Koufiya.eot') format('embedded-opentype'),
        url('../fonts/Koufiya.woff2') format('woff2'), url('../fonts/Koufiya.woff') format('woff'), url('../fonts/Koufiya.ttf') format('truetype'), url('../fonts/Koufiya.svg#Koufiya') format('svg');
}
@font-face {
    font-family: 'UniversNextAr';
    src: url('../fonts/UniversNextArabic.eot');
    src: url('../fonts/UniversNextArabic.eot') format('embedded-opentype'), url('../fonts/UniversNextArabic.woff2') format('woff2'), url('../fonts/UniversNextArabic.woff') format('woff'), url('../fonts/Koufiya.ttf') format('truetype'), url('../fonts/UniversNextArabic.svg#UniversNextArabic') format('svg');
}
@font-face {
    font-family: 'eurof55';
    src: url('../fonts/eurof55.eot');
    src: url('../fonts/eurof55.eot') format('embedded-opentype'), url('../fonts/eurof55.woff2') format('woff2'), url('../fonts/eurof55.woff') format('woff'), url('../fonts/eurof55.ttf') format('truetype'), url('../fonts/eurof55.svg#eurof55') format('svg');
}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot') format('embedded-opentype'),
         url('../fonts/LatoRegular.woff2') format('woff2'),
         url('../fonts/LatoRegular.woff') format('woff'),
         url('../fonts/LatoRegular.ttf') format('truetype'),
         url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}
@font-face {
    font-family: 'AntonRegular';
    src: url('../fonts/AntonRegular.eot');
    src: url('../fonts/AntonRegular.eot') format('embedded-opentype'),
         url('../fonts/AntonRegular.woff2') format('woff2'),
         url('../fonts/AntonRegular.woff') format('woff'),
         url('../fonts/AntonRegular.ttf') format('truetype'),
         url('../fonts/AntonRegular.svg#AntonRegular') format('svg');
}

@font-face {
    font-family: 'OswaldBold';
    src: url('../fonts/OswaldBold.eot');
    src: url('../fonts/OswaldBold.eot') format('embedded-opentype'),
         url('../fonts/OswaldBold.woff2') format('woff2'),
         url('../fonts/OswaldBold.woff') format('woff'),
         url('../fonts/OswaldBold.ttf') format('truetype'),
         url('../fonts/OswaldBold.svg#OswaldBold') format('svg');
}

a:hover
{
	
	text-decoration:none;
}
.button, .brand.item-nav {
	text-align: center;
}
.HP-overFlow .full-screen-slider {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: -1;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0px;
}
.image-full-slider {
	color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 1;
	height: 100vh;
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0px;
	-webkit-transition: all 15.75s;
	-o-transition: all 15.75s;
	transition: all 15.75s;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
}
.full-screen-slider .owl-item {
	height: 100vh;
	position: relative;
}
.full-screen-slider .owl-item .event {
	display: block;
	width: 100%;
	height: 100%;
}
.full-screen-slider .owl-item.active .image-full-slider {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}
body, html {
	margin: 0;
	padding: 0;
	transition: all .75s ease-in-out;
	height: 100vh;
	position: relative;
	left: auto;
	right: 0;
}
.HP-overFlow {
	overflow: hidden !important;
	background-color: transparent !important;
}
::-webkit-scrollbar {
	width: 10px;
}
section.menu-full::-webkit-scrollbar {
	width: 0;
}
::-webkit-scrollbar-button {
	background-color: #2a2a29;
	height: 0;
}
.filtre-black, main {
	height: 100%;
	width: 100%;
}
::-webkit-scrollbar-track {
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	background-color: #968957;
}
::-webkit-scrollbar-corner {
	background-color: #2a2a29;
}
::-moz-selection {
	background-color: #968957;
	color: #2a2a29;
}
::selection {
	background-color: #968957;
	color: #2a2a29;
}
main {
	position: relative;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	right: 0;
	left: auto;
}
.move-main, header {
	-webkit-transition: all .75s ease-in-out;
}
.move-main {
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	right: 100% !important;
}
.background {
	background-size: cover;
	background-position: center;
}
.filtre-black {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	z-index: 0;
}
#home .filtre-black {
	box-shadow: 43vw 0 15vw 0 rgb(0 0 0 / 20%) inset;
	background-color: rgba(0, 0, 0, 0.1);
}
#home .hr-black {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	align-content: center;
	vertical-align: middle;
	justify-items: center;
}
/*.auto {
    margin: auto;
}*/
.button {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	border: 2px solid #fff;
	border-radius: 100px;
	padding: 2px 24px;
	display: inline-block;
	margin-top: 10px;
	width: 200px;
	box-sizing: border-box;
	position: relative;
	left: calc(-700px - 6.5%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .5s;
	transition: all .5s;
}
.button:hover {
	background-color: #968957;
	color: #2a2a29;
	border-color: #968957;
}
.after-anim {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	bottom: 0 !important;
}
.invisible {
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.colorBasique {
	color: #fff !important;
}
header {
	position: fixed;
	width: 100%;
	z-index: 5;
	transition: all .75s ease-in-out;
	left: auto;
	right: 0px;
	-webkit-transform: translateZ(100px);
	transform: translateZ(100px);
}
header nav.header-top-screen {
	/*padding-top: 50px;*/
        padding-top: 35px;
	padding-left: 4.5%;
	padding-right: 4.5%;
	font-size: 0;
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	left: auto;
	right: 0;
}
.nav-open-menu-full {
	padding-top: 0 !important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav-open-black {
	color: #000 !important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header-down {
padding-top: 17px !important;
    -webkit-transition: all .5s;
    transition: all .5s;
}
header nav.header-top-screen.header-down .brand.item-navs #name-nav, header nav.header-top-screen.header-down .nav-other ul li a {
	/*color: #2a2a29 !important;*/
	-webkit-transition: all .25s;
	transition: all .25s;
}
header nav.header-top-screen.header-down .item-nav button span.hamburger-inner {
	background-color: #2a2a29 !important;
}
header nav.header-top-screen .item-nav button, section.menu-full .header-full-screen button {
	background: 0 0;
	border: none;
	width: 45px;
	display: inline-block;
	outline: 0;
}
header nav.header-top-screen .item-nav button:hover span#line-3, section.menu-full .header-full-screen button:hover span#line-3 {
	width: 100% !important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
header nav.header-top-screen .item-nav button span, section.menu-full .header-full-screen button span {
	height: 2px;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	display: block;
	margin: 6px 0;
	-webkit-transition: all .25s;
	transition: all .25s;
}
header nav.header-full-screen .item-nav button span {
	height: 2px;
	width: 100%;
	background-color: rgba(255, 255, 255, 1) !important;
	display: block;
	margin: 6px 0;
	-webkit-transition: all .25s;
	transition: all .25s;
}
header nav.header-top-screen .item-nav button span#line-3, section.menu-full .header-full-screen button span#line-3 {
	width: 25px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
/*header nav.header-top-screen .item-nav, section.menu-full .header-full-screen {

    display: inline-block;
	vertical-align: middle;
}*/
 section.menu-full .header-full-screen:first-child {
	width: 37.333%;
}

    section.menu-full .header-full-screen .item-nav:nth-child(4) {
        width: 37.333%;
        padding-top: 0px !important;
    }
header nav.header-top-screen .item-nav .button-burger-nav, section.menu-full .header-full-screen .item-nav .button-burger-nav {
	display: inline-block;
	position: relative; /*z-index: 999;*/;
	vertical-align: sub;
	cursor: pointer;
}
header nav.header-top-screen .item-nav button, section.menu-full .header-full-screen button {
	vertical-align: middle;
	padding: 0 5px 0 0;
	cursor: pointer;
}
header nav.header-top-screen .item-nav button:hover, section.menu-full .header-full-screen button:hover {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
header nav.header-top-screen .item-nav button span.hamburger-box, section.menu-full .header-full-screen .item-nav button span.hamburger-box {
	width: 34px;
	height: 19px;
}
header nav.header-top-screen .item-nav button span.hamburger-inner, header nav.header-top-screen .item-nav button span.hamburger-inner:after, header nav.header-top-screen .item-nav button span.hamburger-inner:before, section.menu-full .header-full-screen .item-nav button span.hamburger-inner, section.menu-full .header-full-screen .item-nav button span.hamburger-inner:after, section.menu-full .header-full-screen .item-nav button span.hamburger-inner:before {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0 !important;
	height: 2px;
	width: 34px;
}
header nav.header-top-screen .item-nav button span.hamburger-inner:before, section.menu-full .header-full-screen .item-nav button span.hamburger-inner:before {
	top: -8px;
}
header nav.header-top-screen .item-nav button span.hamburger-inner:after, section.menu-full .header-full-screen .item-nav button span.hamburger-inner:after {
	bottom: -8px;
}
header nav.header-top-screen .item-nav #name-button-burger-nav, section.menu-full .header-full-screen .item-nav #name-button-burger-nav {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 16px;
	-webkit-transition: all .25s;
	transition: all .25s;
	font-family: 'LegacySansStdBold';
	font-weight: normal;
	margin-bottom: 0;
}
.menu-full .brand.item-nav {
	width: 100%;
	top: 0;
}
.menu-full .brand.item-nav a {
	color: #fff !important;
}
.brand.item-nav img {
    vertical-align: middle;
    margin-right: 0px;
    max-width: 100%;
    padding: 0 5px;
    display: inline-block;    }
/*header nav.header-top-screen .item-nav.brand, section.menu-full .header-full-screen .item-nav .brand {
	width: 25.3%;
}*/
/*.logo {
	width: 100%;
}*/
/*.logo a {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
}*/
.logo a:first-child
{
text-align:right;
}
.border-dotted {
	border-left: 1px dotted white;
	    text-align: left;
}
.brand.item-nav #name-nav {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	vertical-align: middle;
	-webkit-transition: all .25s;
	transition: all .25s;
	text-decoration: none;
}
header nav.header-top-screen.header-down .nav-other ul li a:hover {
    -webkit-transition: all .25s;
	transition: all .25s;
}
header nav.header-top-screen ul.icon-menu {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 0;
	margin-bottom: 0px;
	margin-left: 20px;
}
.open-notif {
	top: 48px !important;
}
#header-nb-notif {
	width: 15px;
	height: 15px;
	background: #fff;
	color: #262524;
	font-size: 10px;
	display: block;
	margin-top: 0;
	position: absolute;
	border-radius: 100%;
	text-align: center;
	line-height: 16px;
	right: -5px;
	bottom: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
}
#wrap-news-notif, header nav.header-top-screen ul.icon-menu li p.bulle {
	-webkit-transition: all .5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
header nav.header-top-screen ul.icon-menu li {
	margin: 0 9px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
#wrap-news-notif {
	background-color: #2a2a29;
	top: 20px;
	box-sizing: border-box;
	box-shadow: 5px 10px 10px 0 rgba(42, 42, 41, .65);
	position: absolute;
	width: 320px;
	left: -147.5px;
	display: none;
	transition: all .5s; /*z-index: 2;*/;
	position: absolute;
}
.arrow-flech-icon {
	text-align: center;
	position: absolute;
	width: 100%;
}
.arrow-flech-icon img {
	position: relative;
	top: -12px;
}
#wrap-news-notif #title-notif {
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 8px 20px;
}
#wrap-news-notif #title-notif span {
	position: relative;
	top: 0;
	background-color: #fff;
	color: #262524;
	font-weight: 600;
	width: 17px;
	height: 17px;
	display: inline-block;
	border-radius: 100%;
	left: auto;
	margin-left: 6px;
}
#wrap-news-notif .home-liste-news {
	width: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
	background-color: #fff;
	right: 0;
}
#wrap-news-notif aside.home-liste-news ul li .home-infos-news h2 {
	font-size: 17px;
	margin: 0 0 5px;
	text-transform: uppercase;
	line-height: 18px;
}
#wrap-news-notif aside.home-liste-news ul li .home-infos-news span {
	text-decoration: none;
	color: #2a2a29;
	font-size: 14px;
	line-height: 16px;
}
#wrap-news-notif .home-liste-news li {
	display: block;
	border: none !important;
	left: 0 !important;
	background-color: #fff;
	margin: 0;
	padding: 16px 20px;
	width: auto !important;
}
#wrap-news-notif aside.home-liste-news ul li a {
	color: #2a2a29;
}
/*.share-social .title-share-social img {
	background-color: transparent;
	opacity: 0.52;
	width: auto;
	height: auto;
	position: relative;
	left: -15px;
	height: 100%;
	vertical-align: sub;
}*/
#wrap-news-notif .home-liste-news li img {
	position: relative;
	left: -20px;
	margin-top: -16px;
	margin-bottom: 16px;
	height: 100% !important;
}
#wrap-news-notif .home-liste-news li:nth-child(odd) {
    background-color: #f4f4f4;
}
#wrap-news-notif .home-liste-news li .home-infos-news {
	width: 100%;
	margin-left: 0;
	left: 0;
}
header nav.header-top-screen ul.icon-menu li form {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 8px;
}
header nav.header-top-screen ul.icon-menu li form input {
	outline: 0;
	border: none;
	background: 0 0;
	border-bottom: solid 1px #fff;
	color: #fff;
	-webkit-transition: all .25s;
	transition: all .25s;
	width: 0;
	padding: 0;
}
.input_menu_open {
	width: 125px !important;
	-webkit-transition: all .25s;
	transition: all .25s;
}
header nav.header-top-screen ul.icon-menu li #Capa_1 {
	display: none;
}
header nav.header-top-screen ul.icon-menu li svg {
	height: 25px;
}
header nav.header-top-screen ul.icon-menu li p#bulle-menu-3.not-notif-here {
	margin-left: -54px;
}
header nav.header-top-screen ul.icon-menu li p#bulle-menu-4 {
	margin-left: -28px;
}
header nav.header-top-screen ul.icon-menu li p span {
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: -18px;
}
header nav.header-top-screen ul.icon-menu li p span img {
	opacity: 1;
}
header nav.header-top-screen ul.icon-menu li p span.window_menu {
	background-color: #fff;
	display: block;
	position: relative;
	top: auto;
	height: 0;
	margin-top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.window_menu_open {
	height: 150px !important;
	margin-top: 7px !important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.selected_icon {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
header nav.header-top-screen ul.icon-menu li .bulle {
	margin-top: 23px;
	font-size: 11px;
	background-color: rgb(0, 0, 0);
	padding: 5px 0;
	font-family: 'LegacySansStdBold';
	position: absolute;
	width: 100px;
	text-align: center;
	left: -43px;
	top: 10px;
	color: white;
}
header nav.header-top-screen ul.icon-menu li > span:hover + .bulle {
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin-top: 23px;
}
.menu-full-width-wrapper {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	background-color: #968957;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	/*z-index: 9999;*/
	clip: rect(0, auto, auto, 0);
	right: -100%;
}
.move-main .menu-full-width-wrapper {
    bottom: 0;
	right: 0;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.svg-one {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 75%;
}
.open-previous-menu-full {
    -webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	right: 0;
}
header-top-screen.header-full-screen.header-down.move-main {
	padding-top: 6px !important;
}
.open-menu-full {
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	-webkit-transform: translate(0) !important;
	transform: translate(0) !important;
}
.open-menu-full-item {
	color: #fff !important;
}
.wrap-menu-full .background-menu-full {
	background-image: url(../images/others/menu.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.background-menu-full-anim {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
section.menu-full .filtre-menu {
	position: fixed;
	width: 100%;
	height: 2500px;
	top: 0;
	left: 0;
	background-color: rgba(42, 42, 41, .5);
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
section.menu-full .header-full-screen .nav-menu img {
	width: 28px;
}
section.menu-full #blason-nav-full {
	position: absolute;
	right: 4%;
	width: 60px;
	top: 4%;
}
section.menu-full .bande-menu-full {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 30px;
	background-color: #968957;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.open-menu-elem-fixed {
	-webkit-transform: translate(0) !important;
	transform: translate(0) !important;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
section.menu-full .all-ellements-menu { width: 86%;   position: relative;font-size: 0;margin: 0;padding-top: 0;height: auto;display: flex;justify-content: flex-start;justify-items: flex-start;align-items: flex-start;align-content: flex-start;}
section.menu-full .all-ellements-menu nav {
    vertical-align: top;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height:100%;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    align-content: flex-start; 
    }
    
    .div-burger-list {
 display: block;
 float: left;
 width: 50%;
 margin-top: 15px;
}
section.menu-full .all-ellements-menu nav h2 {
	color: #968957;
	margin: 0 0 20px;
	font-size: 35px;
	line-height: 1em;
	font-family: 'LegacySansStdBold';
}
/*section.menu-full .all-ellements-menu nav ul {
	padding: 0;
	margin-bottom: 35px;
}*/
/*section.menu-full .all-ellements-menu nav li {
	list-style: none;
	-webkit-transition: all .25s;
	transition: all .25s;
	position:relative;
	padding: 0;
}*/
/*section.menu-full .all-ellements-menu nav li .dropdown-menu 
{background-color: transparent;
border: none;margin: 0;
padding-left: 0;position: relative;display: none;width: 100%;
text-align: left;padding: 0 20px;
border-left: 1px solid rgba(255, 255, 255, 0.6509803921568628);
margin: 0;border-radius: 0;margin: 10px 0;}*/
/*section.menu-full .all-ellements-menu nav li .dropdown-menu.show {
    display: block;
}*/
section.menu-full .all-ellements-menu nav li a:hover {
	-webkit-transition: all .25s;
	transition: all .25s;
	color: #968957 !important;
}
/*section.menu-full .all-ellements-menu nav li a {
	padding-left: 0;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	-webkit-transition: all .25s;
	transition: all .25s;
	font-family: 'LegacySansItc';
	padding-bottom: 0;
	display: inline-block;
}*/
section.menu-full .menu-social-sidebar {
	margin: auto;
	position: relative;
	border-right: solid 1px #fff;
	height: 60%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-content: center;
	padding: 0 50px;
}
section.menu-full .menu-social-sidebar .title-social {
	height: 100%;
	position: absolute;
	left: 0;
}
section.menu-full .menu-social-sidebar .title-social .rotate-title-social {
	height: 100%;
}
section.menu-full .menu-social-sidebar .title-social hr:nth-child(1) {
            height: calc(50% - 50px);
            border: 0;
            background-color: #fff;
            width: 1px;
            position: relative;
            top: 0;
            margin: 0;
        }
section.menu-full .menu-social-sidebar .title-social hr:nth-child(3) {
            height: calc(50% - 50px);
            border: 0;
            background-color: #fff;
            width: 1px;
            position: relative;
            bottom: -100px;
            margin: 0;
        }
section.menu-full .menu-social-sidebar .title-social p {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	width: 100px;
	color: #fff;
	text-align: center;
	position: absolute;
	margin: 0;
	left: -50px;
	top: 50%;
	font-size: 16px;
	font-family: 'LegacySansStdBold';
	    text-shadow: #000 1px 1px 2px !important;
}
.bandeauPartenaires, footer {
	position: relative;
    /*z-index: 2;*/
}
section.menu-full .menu-social-sidebar ul {
	padding: 0;
	text-align: center;
	margin: auto;
}
section.menu-full .menu-social-sidebar ul li {
	list-style: none;
	margin: 15px 0;
}
section.menu-full .menu-social-sidebar ul li img {
	width: 25px;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
section.menu-full .menu-social-sidebar ul li img:hover {
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.bandeauPartenaires {
	background-color: #fff;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 55px 20px 20px;
}
.bandeauPartenaires .event {
	display: inline-block;
	width: 62px;
	margin: 10px 30px;
}
.bandeauPartenaires a {
	display: block;
	margin: auto;
	height: 65px;
}
.bandeauPartenaires img {
	width: 100%;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: all .25s;
	transition: all .25s;
}
footer {
	background-color: #2a2a29;
	border-top: solid 5px #968957;
}
footer nav {
	font-size: 0;
	padding: 75px 15% 100px;
}
footer .copyright, footer nav ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
footer nav ul {
	padding: 0;
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
footer nav ul li {
	list-style: none;
	margin: 20px 0;
}
footer nav ul li a {
	text-decoration: none;
	font-weight: 500;
	-webkit-transition: all .5s;
	transition: all .5s;
}
footer .copyright {
	text-align: center;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
footer .copyright a {
	text-decoration: none;
	color: #968957;
}
.content-hr {
	position: absolute;
	top: 0;
	left: 40%;
	height: 100%;
	width: 60%;
	font-size: 0;
	z-index: 0;
}
.content-hr hr {
	width: 2px;
	border: none;
	background-color: rgba(255, 255, 255, .1);
	height: 100%;
	display: inline-block;
	margin-left: 24%;
}
.content-hr hr:nth-child(1) {
            margin-left: 0 !important;
        }
.wrap {
	height: calc(100% - 120px);
	top: 120px;
	position: relative;
	left: 0;
	overflow: hidden;
	padding: 0 4.5%;
	position: relative;
	width: 100%;
	display: block;
}
.content-intro p {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.35em;
	margin: 20px 0;
	position: relative; 	font-family: 'Koufiya';
}
.content-intro p.all-text {
	margin-bottom: 0 !important;
}
#flights-menu .event .content-slideshow-text h2 span {
	font-family: 'LegacySansStdBold';
	text-transform: uppercase;
}
.text-none-smartphone {
	margin-top: 0 !important;
}
@-webkit-keyframes titreHome {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(calc(-700px - 6.5%));
        transform: translate(calc(-700px - 6.5%));
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes titreHome {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(calc(-700px - 6.5%));
        transform: translate(calc(-700px - 6.5%));
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes titreDecennie {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: calc(-700px - 6.5%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 5vw;
    }
}
@keyframes titreDecennie {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: calc(-700px - 6.5%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 5vw;
    }
}
#decennie h1 {
	-webkit-animation: titreDecennie .5s .25s ease-out forwards;
	animation: titreDecennie .5s .25s ease-out forwards;
}
@-webkit-keyframes texteHome {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(calc(-700px - 6.5%));
        transform: translate(calc(-700px - 6.5%));
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes texteHome {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(calc(-700px - 6.5%));
        transform: translate(calc(-700px - 6.5%));
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.intro .content-intro p {
	/*-webkit-animation: texteHome .5s .45s ease-out forwards;
    animation: texteHome .5s .45s ease-out forwards;*/
    font-family: 'LegacySansItc';
}
@-webkit-keyframes savoirHome {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(calc(-700px - 6.5%));
        transform: translate(calc(-700px - 6.5%));
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes savoirHome {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(calc(-700px - 6.5%));
        transform: translate(calc(-700px - 6.5%));
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes savoirDecennie {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: calc(-700px - 6.5%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 5vw;
    }
}
@keyframes savoirDecennie {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: calc(-700px - 6.5%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 5vw;
    }
}
#decennie .solo-hr {
	-webkit-animation: savoirDecennie .5s .45s ease-out forwards;
	animation: savoirDecennie .5s .45s ease-out forwards;
}
@-webkit-keyframes lienHome {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: calc(-700px - 6.5%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 0;
    }
}
@keyframes lienHome {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: calc(-700px - 6.5%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 0;
    }
}
.intro .content-intro a:nth-child(6),
.intro .content-intro a:nth-child(7) {
    -webkit-animation: lienHome .5s .85s ease-out forwards;
    animation: lienHome .5s .85s ease-out forwards;
}
.home-actu-title {
	text-align: center;
	position: relative;
	width: 100%;
	margin: auto;
	display: flex;
}
.home-actu-title h3 {
	position: relative; /*z-index: 99;*/;
	width: auto;
	margin: auto;
	color: #968957;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	padding: 0 25px;
	text-transform: uppercase;
}
.home-actu-title hr {
	background-color: #968957;
	height: 2px;
	position: relative;
	width: 100%;
	top: 10px;
	border: none;
}
section.home-curent-news .news-white {
	background-color: #fff;
	font-size: 0;
	position: relative;
	width: 100%;
	height: 242px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .5s;
	transition: all .5s;
	right: 5vw;
	bottom: -10px;
	box-shadow: rgba(0, 0, 0, .3) 0 10px 30px;
}
.news-white:hover .bg-block-news-white {
	-webkit-transition: all 2s;
	transition: all 2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.visible-actu {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .5s;
	transition: all .5s;
}
.transiton-block {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .5s;
	transition: all .5s;
}
.news-black {
	width: 100%;
	height: 30.35%;
}
.visible-actu-black {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .5s;
	transition: all .5s;
}
section.home-curent-news article a {
	color: #2a2a29;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background-news {
	background-size: cover;
	background-position: center;
	position: relative;
	height: 100%;
	width: 100%;
}
section.home-curent-news article span {
	color: #2a2a29;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
}
section.home-curent-news article h2 {
	color: #2a2a29;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0 !important;
}
section.home-curent-news article p {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0;
}
section.home-curent-news article.news-black p {
	color: #fff;
}
section.home-curent-news article.news-black {
	background-color: rgba(42, 42, 41, 1);
	position: relative;
	height: 242px;
	top: -10px;
}
section.home-curent-news article .content-block-news-black {
	vertical-align: bottom;
	color: #fff;
	width: 45%;
	padding-left: 5%;
	display: inline-block;
	box-sizing: border-box;
}
section.home-curent-news article.news-black h2, section.home-curent-news article.news-black span {
	color: #968957;
}
section.home-curent-news article .content-block-news-black h2, section.home-curent-news article .content-block-news-black span {
	position: relative;
	width: calc(100% + 55px);
	text-align: right;
}
section.home-curent-news article .content-block-news-black span {
	display: block;
}
section.home-curent-news article .bg-block-news-black {
	vertical-align: middle;
	height: 75%;
	width: 55%;
	top: 12.5%;
	right: -5%;
	display: inline-block;
}
.flex-all aside.home-liste-news {
	position: absolute;
	right: 12vw;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.anim-aside-visu, aside.home-liste-news ul li {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.anim-aside-visu {
	opacity: 1 !important;
	transition: all .5s;
}
aside.home-liste-news .title-aside-actu-time {
	color: #968957;
	margin: 0 0 10px;
	position: relative;
}
aside.home-liste-news .title-aside-actu-time span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
aside.home-liste-news .title-aside-actu-time hr {
	display: inline-block;
	vertical-align: middle;
	border: none;
	margin-left: 20px;
	width: 35px;
	height: 2px;
	background-color: #968957;
}
aside.home-liste-news ul {
	padding: 0;
}
aside.home-liste-news ul li {
	list-style: none;
	font-size: 0;
	padding: 8px 0;
	position: relative;
	left: 0;
	transition: all .5s;
}
aside.home-liste-news ul li:hover {
	left: 35px !important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
aside.home-liste-news ul li a {
	color: #fff;
}
aside.home-liste-news ul li .home-date-news {
	vertical-align: middle;
	display: inline-block;
	width: 52px;
	text-align: center;
	position: relative;
}
.first-nav-here,
.nav a:nth-child(2) {
    text-align: right;
}
aside.home-liste-news ul li .home-date-news .d-date-news {
	display: block;
	font-size: 44px;
	font-weight: 600;
}
aside.home-liste-news ul li .home-infos-news {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-left: 18px;
}
aside.home-liste-news ul li hr {
	width: calc(100% - 70px);
	border: none;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
aside.home-liste-news ul li .home-infos-news h3 {
	font-size: 17px;
	margin: 0 0 5px;
	text-transform: uppercase;
	line-height: 18px;
	color: #968957;
}
aside.home-liste-news ul li .home-infos-news span {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
#home {
	height: 100vh;
	position: relative;
}
.transition-click {
	-webkit-transition: inherit !important;
	transition: inherit !important;
}
.intro .content-intro a:nth-child(4),
    .intro .content-intro h1,
    .intro .content-intro hr {
        position: relative;
        opacity: 1;
    }
.intro .content-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	/*height: calc(100% - 40px);*/
}
.intro .content-intro .auto {
	margin: auto auto auto 7vw;
}
.intro .content-intro h1 {
	color: #fff;
	font-size: 65px;
	line-height: 1em;
	margin: 0;
	text-transform: uppercase;
		font-family: 'LegacySansStdBold';
}
.intro .content-intro a:nth-child(4) {
            color: #968957;
            font-weight: 300;
            font-size: 16px;
            text-decoration: none;
        }
.intro .content-intro hr {
	border: none;
	background-color: #968957;
	width: 5%;
	height: 2px;
	margin: 20px 0;
}
.intro .content-intro a:nth-child(6) {
            margin-right: 30px;
        }
#aside-smart, #decennie .content-background .content-hr, #decennie .content-background .filtre-black, .content-articles .event .hr-smartphone, .tel-basique {
	display: none;
}
.content-articles .event hr {
	position: absolute;
	border: none;
	height: 2px;
	background-color: #fd1;
	display: none;
}
.first-nav-here .date-nav span {
	margin-right: 19px;
}
.first-nav-here .date-nav hr {
	margin-right: 0;
	margin-left: auto !important;
}
.content-articles .event hr.first-hr {
	width: 25%;
	top: 24%;
	left: 100%;
}
.content-articles .event hr.last-hr {
	width: 25%;
	top: 85%;
	right: -25%;
}
.content-articles .event .content-slideshow:hover .content-slideshow-bg .content-slideshow-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .5s;
	transition: all .5s;
}
.content-articles .event .content-slideshow:hover .content-slideshow-bg .content-slideshow-bg-2 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .5s;
	transition: all .5s;
}
.content-articles .event .content-slideshow-bg {
	height: 125px;
	background-position: center;
	position: relative;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .7s;
	transition: all .7s;
}
#decennie aside .content-aside hr.hr-aside, #decennie aside .content-aside p, #decennie h1, .content-articles .event .content-slideshow-bg .content-slideshow-bg-2, .nav {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.content-articles .event .content-slideshow-bg .content-slideshow-bg-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .75s;
	transition: all .75s;
}
.content-articles h2 {
	font-size: 23px;
	line-height: 1em; /*margin: 3px 0 5px;*/;
	color: #2a2a29;
}
.content-articles p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0;
	color: #2a2a29;
}
.content-articles .event:nth-child(4n + 1) .content-slideshow {
    top: 7%;
}
.content-articles .event:nth-child(4n + 1) .content-slideshow .content-slideshow-text {
        padding: 10% 10% 26%;
    }
.content-articles .event:nth-child(4n + 2) .content-slideshow {
    top: 30%;
    left: -4%;
}
.heigthEvent {
	height: 100% !important;
}

.timeline {
    width: 25.5vw;
    position: fixed;
    right: 8vw;
    bottom: 15px;
    display: none;
}
.timeline hr {
	height: 2px;
	border: none;
	background-color: rgba(255, 255, 255, .7);
	width: 100%;
}
.timeline hr.jaune {
	position: absolute;
	background-color: #968957;
	width: 14.2857%;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav, .timeline ul li a {
	-webkit-transition: all .5s;
}
.timeline ul {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	right: 10px;
	bottom: 3px;
	width: calc(100% + 40px);
}
.nav, .smartphone-background {
	display: none;
}
.timeline ul li {
	font-size: 16px;
	width: 100%;
	font-weight: 300;
	text-align: center;
}
.timeline ul li a {
	color: #fff;
	text-decoration: none;
	transition: all .5s;
}
#timeline-1 {
	color: #fd1 !important;
}
#decennie {
	overflow: hidden;
}
.fake {
	width: 17.5vw;
}
#decennie .filtre-black {
	height: 66vh;
}
.hr-black {
	height: 34vh;
	top: inherit;
	bottom: 0;
}
.hr-black hr {
	background-color: rgba(42, 42, 41, .2);
}
.for-aside, .open-aside {
	-webkit-transition: all 1s;
}
.for-aside {
	left: 40vw !important;
	transition: all 1s;
}
.nav {
	position: absolute;
	padding: 0 5vw;
	top: 26vh;
	width: 30vw;
	opacity: 0;
	transition: all .5s;
	left: -10px;
}
/*.footer-image .nav, .visible-nav {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}*/

.block-nav {
	display: block !important;
}
.visible-nav {
	opacity: 1 !important;
	-webkit-transition: all .5s;
	transition: all .5s;
	left: 0 !important;
	-webkit-transform: translate(0) !important;
	transform: translate(0) !important;
}
.nav a {
	display: inline-block;
	width: 50%;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.nav a:nth-child(2) hr {
        margin-right: 0;
        margin-left: auto;
    }
.nav a:nth-child(2) .date-nav span {
        margin-left: 0;
        margin-right: 19px;
    }
.nav .date-nav hr {
	width: 2vw;
	border: none;
	height: 2px;
	background-color: #fff;
	margin-left: 0;
	margin-top: 2px;
}
.nav a .date-nav span {
	margin-left: 19px;
	font-weight: 300;
}
#decennie aside .content-aside {
	position: relative;
	padding-left: 5vw;
}
#decennie aside .content-aside p {
	left: -10px;
	font-weight: 300;
	opacity: 0;
	width: 100%;
	box-sizing: border-box;
	padding-right: 5vw;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate(-10px);
	transform: translate(-10px);
}
#decennie aside .content-aside hr.hr-aside {
	width: 2vw;
	margin: 20px 0;
	border: none;
	height: 2px;
	background-color: #fff;
	position: relative;
	left: -10px;
	opacity: 0;
}
#decennie aside .content-aside .first-button-dece {
	margin-right: 30px;
}
#decennie aside .content-aside .first-button-dece, #decennie aside .content-aside .second-button-dece {
	left: -10px;
	position: relative;
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .5s;
	transition: all .5s;
}
#decennie h1, .solo-hr {
	position: fixed;
	left: calc(-700px - 6.5%);
}
.inline-block-nav {
	display: inline-block !important;
}
#decennie h1 {
	color: #fff;
	font-size: 60px;
	line-height: 1em;
	margin: 0;
	top: 33vh;
	text-transform: uppercase;
	width: 34vw;
	opacity: 1;
}
.content-decennie article, .hr-none, .solo-hr {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.solo-hr {
	border: none;
	height: 2px;
	width: 2vw;
	top: 51vh;
	background-color: #fff;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.hr-none {
	-webkit-transition: all .25s;
	transition: all .25s;
}
#add-dda {
	color: #968957;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	display: block;
	margin: 20px 0;
}
.content-decennie {
	height: 34vh;
	top: 56vh;
	left: 10vw;
	padding-left: 7.5vw;
	-webkit-transition: all 1s;
	transition: all 1s;
	position: absolute;
}
.content-decennie .flex-all .auto .flex {
	margin-right: calc(65vw - 0px);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.reduct-marge {
	margin-right: calc(35vw - 0px) !important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.content-decennie article {
	width: 228px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
	margin-right: 30px;
	background-color: #fff;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	position: relative;
	bottom: -10px;
}
.navigation-in-decennie {
	background: 0 0 !important;
	box-shadow: none !important;
}
.navigation-in-decennie a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding-bottom: 20%;
}
.navigation-in-decennie p {
	font-size: 44px !important;
	color: #968957 !important;
	font-weight: 700 !important;
}
.navigation-in-decennie hr {
	border: none;
	height: 2px;
	background-color: #2a2a29;
	width: 26%;
	margin-top: 8px;
}
.navigation-in-decennie:hover h2 {
	color: #2a2a29 !important;
}
.content-decennie article:hover {
	background-color: #968957;
	-webkit-transition: bottom .5s;
	transition: bottom .5s;
	bottom: 10px !important;
}
.content-decennie article:hover h2 {
	-webkit-transition: all .25s;
	transition: all .25s;
	color: #fff;
}
.content-decennie article .content-slideshow-bg {
	height: 135px;
}
.content-decennie .content-slideshow-text {
	padding: 24px 24px 34px;
}
.content-decennie article h2 {
	font-size: 19px;
	color: #2a2a29;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 8px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.content-decennie article p {
	font-size: 14px;
	color: #2a2a29;
	text-transform: uppercase;
	line-height: 1.1em;
	font-weight: 300;
	margin: 0;
}
.content-decennie article a {
	text-decoration: none;
}
.timeline-decennie {
	position: fixed;
	bottom: 6vh;
	right: 4.5vw;
}
.timeline-decennie hr {
	border: none;
	height: 2px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.timeline-decennie hr.noir {
	background-color: #2a2a29;
}
.timeline-decennie hr.jaune {
	background-color: #fd1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.timeline-decennie ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin-bottom: 10px;
}
.timeline-decennie ul li {
	width: 100%;
	font-size: 16px;
	display: inline-block;
	padding: 0;
	margin: 0 2vw 0 0;
	list-style: none;
}
.timeline-decennie ul li:last-child {
	margin-right: 0;
}
.timeline-decennie ul li a {
	text-decoration: none;
	color: #2a2a29;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.timeline-decennie ul li a:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fd1;
}
.cut-anim.new-cate-image {
	width: 100%;
	height: 64vh;
	position: relative;
	overflow: hidden;
}
.cut-anim.new-cate-image .image-single-fixed {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 7.5s;
	transition: all 7.5s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.category-news {
	background-color: #f4f4f4;
	padding-top: 6.5%;
	padding-bottom: 5%;
}
.category-news .block-ancre-actu {
	width: 70px;
	height: 70px;
	background-color: #968957;
	position: absolute;
	top: calc(64vh - 35px);
	left: calc(50% - 35px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.content-curent-news-block, .video-voir {
	background-color: #fff;
	box-sizing: border-box;
}
.category-news .block-ancre-actu a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.category-news .block-ancre-actu img {
	width: 30px;
	margin: auto;
}
.category-news .home-news {
	min-height: 100vh;
	height: auto;
	width: 86%;
	margin: -2% auto 75px;
	position: relative; /*z-index: 99;*/;
	font-size: 0;
}
.category-medias {
	height: 75vh;
	width: 92%;
	margin: auto;
	position: relative;
	font-size: 0;
}
.section-two-cate-media {
	padding: 3% 0;
}
.category-medias article.first-media-cate {
	height: 100%;
	width: 63%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.category-medias article a {
	color: #2a2a29;
}
.overflow-hidden {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.category-medias article .bg-media-video-photo {
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
	-webkit-transition: all 2s;
	transition: all 2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.category-medias article.first-media-cate:hover .bg-media-video-photo {
	-webkit-transition: all 2s;
	transition: all 2s;
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}
.category-medias .content-curent-news-block {
	width: 35%;
	height: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.content-curent-news-block {
	padding: 0 35px;
	width: 60%;
	position: absolute;
	bottom: 0;
	left: 30px;
	height: 58%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.margin-auto-flex {
	margin: auto;
}
.content-curent-news-block span, .video-voir span {
	color: #2a2a29;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
}
.content-curent-news-block h3, .video-voir h3 {
	color: #2a2a29;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0;
}
.content-curent-news-block p, .video-voir p {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0;
}
.category-medias .l-cate-medias {
	height: 100%;
	width: 37%;
	display: inline-block;
	padding-left: 2%;
	box-sizing: border-box;
	vertical-align: top;
}
.category-medias article .image-medias-screen, .video-voir {
	display: -webkit-box;
	display: -ms-flexbox;
	vertical-align: top;
}
.category-medias .l-cate-medias article {
	height: 50%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.category-medias .l-cate-medias article a {
	text-decoration: none;
}
.category-medias article .image-medias-screen {
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s;
	transition: all .25s;
	display: flex;
	position: relative;
	left: -25%;
}
.filtre-slideshow, .video-voir {
	position: absolute;
	height: 100%;
	top: 0;
}
.category-medias .l-cate-medias article:hover .image-medias-screen {
	left: 0 !important;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.video-voir {
	width: 50%;
	-webkit-transition: all .25s;
	transition: all .25s;
	display: flex;
	padding: 25px;
	right: 0;
}
.category-medias .l-cate-medias article:hover .video-voir {
	right: -50% !important;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.category-medias .l-cate-medias article:nth-child(2) {
    padding-top: 2.5%;
}
.section-two-cate-media .l-cate-medias {
	padding-left: 0;
	padding-right: 2%;
}
.filtre-slideshow {
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.same-height {
	display: none !important;
	vertical-align: middle;
	height: 60px;
	padding: 5px 0;
}
#single-article header .nav-other, #single-article header .selected-none .brand.item-nav {
	display: none;
}
#single {
	min-height: 100%;
    /*margin-bottom: -60px;*/
}
#single .image-single {
	width: 50%;
	height: 100vh;
	position: fixed;
	z-index: 1;
	left: 0;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
#single .content-hr {
}
#single .content-hr hr {
	margin-left: 40%;
}
#single .image-single .cut-anim {
	height: 100%;
	overflow: hidden;
	    position: relative;
}
#single .cut-anim .image-single-fixed {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.image-single-fixed-anim {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transition: all 10s;
	transition: all 10s;
}
.single-content aside article a {
	color: #2a2a29;
}
/*#single .share-social {
	position: relative;
	height: 40px;
}*/
/*#single .share-social:last-child {
	margin-bottom: 0;
}*/
#open-share {
	position: relative;
	z-index: 9;
	margin-bottom: 0;
}
/*.share-social img {
	background-color: #968957; /*width: 60px;
    height: 60px;
    padding: 15px;*/;
	box-sizing: border-box;
	margin: auto;
	width: 100%;
	display: block;
	height: 100%;
}*/
/*.share-social .jssocials img {
	width: 20px;
	background: 0 0;
	height: auto;
	padding: 0;
	box-sizing: inherit;
	display: block;
}*/
.bg-block-news-white, .zone-pub-newsletter a {
	background-size: cover;
	background-position: center;
}
.jssocials-shares .jssocials-share {
	margin: 0;
}
.jssocials-shares .jssocials-share .jssocials-share-link {
	/*width: 40px;
	height: 40px;
	padding: 12px;
	background-color: #968856 !important;*/
}
.jssocials-shares .jssocials-share .jssocials-share-link img {
	width: 100%;
}
.jssocials-shares {
	margin: 0 !important;
}
/*.jssocials-shares .jssocials-share {
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	-webkit-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.jssocials-shares .jssocials-share.open-share {
	position: relative;
	-webkit-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
	-webkit-animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-duration: .75s;
	animation-name: bounceIn;
}*/
*/
#go-home a {
	display: block;
}
/*.share-social .title .arrow-icon {
	left: -35%;
	position: relative;
	color: rgba(0, 0, 0, 0.52);
}*/
#single .single-content {
	width: 50%;
	position: relative;
	left: 50%;
	padding: 100px 5% 0;
	box-sizing: border-box;
	color: #2a2a29;
	padding-bottom: 50px;
}
.single-content .title-single-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-content: center;
    align-items: center;
    flex-direction: row-reverse;
        padding-bottom: 25px;}
#single .single-content .title-single-content .single-brand {
    position: relative;
    z-index: 5;
    top: auto !important;
    left: auto !important;}
#single .single-content .title-single-content a span {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.single-content .title-single-content img {
	height: 90px; /*z-index: 9999;*/;
	display: inline-block;
	vertical-align: middle;
}
.single-content .title-single-content .single-brand {
	display: inline-block;
	color: #2a2a29;
	font-size: 15px;
	vertical-align: middle;
	-webkit-transition: all .25s;
	transition: all .25s;
	text-decoration: none; /*z-index: 9999;*/;
	text-transform: uppercase;
	font-weight: 500;
}
.single-content .title-single-content p {
	margin: 0 0 15%;
	color: #CDA450 !important;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}
.single-content .title-single-content h1 {
	font-size: 50px;
	margin: 0;
	line-height: 1em;
	font-weight: 900;
	text-transform: capitalize;
	color: #2A2A29;
	   font-family: 'LegacySansStdBold';
	    font-size: calc(25px + 1vw);
}


.single-content .title-single-content .breadcrumb-mini {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: capitalize;
	font-family: 'LegacySansItc';
	display:none !important;
}
.single-content p.chapeau-single-content {
	line-height: 23px;
	font-weight: 500;
	font-size: 17px; /*padding-right: 15%;*/;
	font-family: 'Koufiya';
}
.single-content .article-video {
	width: 100%;
	height: auto;
}
.single-content .article-video iframe {
	width: 100%;
}

/*b, strong {
	font-weight: 500;
}*/
.single-content .content-single-content, .text {
	line-height: 22px;
	font-weight: 300;
	font-size: 16px;
}
.single-content .content-single-content {
	padding-top: 7%;
	margin-bottom: 5%;
	font-family: 'Koufiya';
}
.single-content .content-single-content b {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	font-family: 'LegacySansStdBold';
}
.single-content .content-single-content a {
	color: #CDA450 !important;
	text-decoration: none;
}
.single-content aside {
	margin-top: 100px;
}
aside .zone-pub-newsletter {
	position: relative;
	margin-bottom: 60px;
}
.home-classement-title {
	text-align: center;
	position: relative;
	width: 100%;
	margin: auto;
	font-size: 16px;
}
.home-classement-title h3 {
	background-color: #fff;
	position: relative; /*z-index: 99;*/;
	width: auto;
	margin: auto;
	color: #2a2a29;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	padding: 0 16px;
	font-family: 'LegacySansStdBold';
	font-weight: bold;
	text-transform: capitalize;
}
.home-classement-title hr {
	background-color: #2a2a29;
	height: 2px;
	position: absolute;
	width: 100%;
	top: 50%;
	border: none;
}
.single-content aside article.news-white {
	height: 230px;
	box-shadow: 0 0 20px rgba(42, 42, 41, .2);
	margin-top: 40px;
}
.single-content aside article.news-white a {
	overflow: hidden;
}
.news-white {
	background-color: #fff;
	font-size: 0;
	position: relative;
}
.zone-pub-newsletter a {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	margin-top: 65px;
}
.cut-scale {
	height: 100%;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.bg-block-news-white {
	height: 100%;
	width: 100%;
	-webkit-transition: all 2s;
	transition: all 2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.zone-pub-newsletter .news-white:hover .bg-block-news-white {
	-webkit-transition: all 2s;
	transition: all 2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.content-block-news-white {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}
.single-content aside article.news-white .content-block-news-white span {
	color: #2a2a29;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1em;
	width: auto !important;
	text-align: left;
	font-family: 'LegacySansStdBold';
}
.single-content aside article.news-white h2 {
	font-size: 14px;
	font-family: 'LegacySansItc';
	padding: 11px 0px;
	line-height: 1.3;
	text-transform: lowercase;
	color: #2a2a29;
	font-weight: normal;
}
.single-content aside article.news-white h2:first-letter {
	text-transform: uppercase;
}
.single-content aside article.news-white p {
	font-size: 12px;
	line-height: 1.2em; /*font-weight: 500;*/;
	margin-top: 20px;
	margin-bottom: 0;
	font-family: 'LegacySansItc';
}
a.all-category-single-aside {
	font-size: 0;
	font-weight: 600;
	color: #2a2a29;
	text-decoration: none;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	bottom: 101px;
	position: absolute !important;
	width: 225px !important;
	height: auto !important;
	margin-top: 0 !important;
	right: -135px !important;
}
.single-content aside article.news-white span {
	color: #2a2a29;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1em;
}
a.home-all-category span {
	width: 110px;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	vertical-align: middle;
}
a.home-all-category hr {
	height: 2px;
	border: none;
	background-color: #2a2a29;
	display: inline-block;
	width: calc(100% - 125px);
	vertical-align: middle;
	margin-left: 15px;
	box-sizing: border-box;
}
aside .zone-pub-newsletter .all-next-matche {
	font-size: 0;
	margin-top: 80px;
}
aside .zone-pub-newsletter .all-next-matche .next-matche:nth-child(1) {
        margin-right: 10%;
    }
aside .zone-pub-newsletter .all-next-matche .next-matche {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	box-shadow: 0 0 20px rgba(42, 42, 41, .2);
	text-align: center;
	border-top: solid 10px #968957;
	background-color: #fff;
}
aside .zone-pub-newsletter .all-next-matche .next-matche img {
	width: 120px;
	margin: auto auto -60px;
	position: relative;
	top: -60px;
}
aside .zone-pub-newsletter .all-next-matche .next-matche p.title-next-matche {
	font-size: 21px;
	margin: 15px 0;
	font-weight: 700;
}
aside .zone-pub-newsletter .all-next-matche .next-matche p.title-next-equipe {
	font-size: 16px;
	margin: 0 0 15px;
	font-weight: 500;
}
aside .zone-pub-newsletter .all-next-matche .next-matche p.title-next-date {
	font-size: 12px;
	margin: 0 0 5px;
}
aside .zone-pub-newsletter .all-next-matche .next-matche a {
	position: relative;
	top: 13px;
	font-size: 16px;
	color: #2a2a29;
	text-decoration: none;
	background-color: #968957;
	font-weight: 300;
	padding: 10px 25px;
	width: 70px;
	display: block;
	margin: auto;
}
aside .zone-pub-newsletter .home-classement-content {
	height: auto;
	width: 100%;
}
aside .zone-pub-newsletter img {
	width: 100%;
	margin-top: 40px;
	height: auto;
}
.all-transition, .back-trans {
	z-index: -1;
	height: 100%;
	background-size: cover;
	width: 100%;
}
.all-transition {
	position: absolute;
	transition: all .5s;
}
.qaia-container, .qaia-transition {
	position: relative;
	transition: all .5s;
}
.return-titre {
	margin-left: calc(-700px - 6.5%) !important;
	transition: all .5s;
	opacity: 0 !important;
}
.qaia-container {
	left: 0;
}
.qaia-transition {
	left: -100vw !important;
}
#qaia-wrapper {
	opacity: 1;
	transition: all .5s;
}
.opac-trans {
	opacity: 0 !important;
	transition: all .5s;
}
.opac1-trans {
	opacity: 1 !important;
	transition: all .5s;
}
.back-trans {
	position: absolute;
}
.back-trans .filtre-black {
	display: flex;
}
.back-trans .filtre-black .next-decennie-transition {
	color: #968957;
	font-size: 50px;
	margin: auto;
	font-weight: bold;
}
.trans-en-cours .content-hr {
	transition: all 2s;
	left: 0% !important;
}
.back-trans .content-hr {
	transition: all 2s;
}
/**************************************************/
.wave-decoration.is-bottom {
	top: auto;
	bottom: 0;
}
.wave-decoration {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
    overflow: hidden;
}
#wob_tci {
	display: inline-block; /* width: 50%; */;
	clear: none;
	max-width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
#wob_tci img {
	width: 35px;
	display: inline-block;
}
#wob_tci h1 {
	width: auto;
	font-size: 14px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
    font-family: 'LegacySansItc';
        white-space: nowrap;
    /*max-width: 215px;*/
    overflow: hidden;

}
#wob_tci small {
	font-size: 10px;
}
.item-nav-transition img {
	width: 40px;
}
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(150, 137, 87,.3),0 0 0 7px rgba(150, 137, 87,.3),0 0 0 14px rgba(150, 137, 87,.3),0 0 0 21px rgba(150, 137, 87,.3);
    }

    100% {
        box-shadow: 0 0 0 7px rgba(150, 137, 87,.3),0 0 0 14px rgba(150, 137, 87,.3),0 0 0 21px rgba(150, 137, 87,.3),0 0 0 28px rgba(150, 137, 87,0);
    }
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(150, 137, 87,.3),0 0 0 7px rgba(150, 137, 87,.3),0 0 0 14px rgba(150, 137, 87,.3),0 0 0 21px rgba(150, 137, 87,.3);
    }

    100% {
        box-shadow: 0 0 0 7px rgba(150, 137, 87,.3),0 0 0 14px rgba(150, 137, 87,.3),0 0 0 21px rgba(150, 137, 87,.3),0 0 0 28px rgba(150, 137, 87,0);
    }
}
@keyframes rippleLeave {
    0% {
        box-shadow: 0 0 0 0 rgba(150, 137, 87,.3),0 0 0 7px rgba(150, 137, 87,.3),0 0 0 14px rgba(150, 137, 87,.3);
    }

    100% {
        box-shadow: 0 0 0 7px rgba(150, 137, 87,.3),0 0 0 14px rgba(150, 137, 87,.3),0 0 0 21px rgba(150, 137, 87,0);
    }
}
.side-navigation {
	position: fixed;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 300px;
    /*z-index: 3;*/
}
.side-navigation ul li:first-child {
	-webkit-border-top-left-radius: 0;
	-moz-border-topleft-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-moz-border-topright-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottomright-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottomleft-radius: 0;
	border-bottom-left-radius: 0;
}
.side-navigation ul li {
	float: left;
	clear: both;
	background-color: #fff;
	max-width: 50px;
	height: 50px;
	overflow: hidden;
	transition: max-width .3s ease-out;
}
/*********** just arrived & departed**************/
#div_arrived_departed {
	float: left;
	height: 54px;
	width: auto;
	position: absolute;
	z-index: 2;
	left: 4.5%;
	top: 120px;
}
.just_arrived_departed {
	margin: 8px 0 0 0px;
	position: relative;
	font-size: 12px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-family: 'LegacySansItc';
	font-weight: normal;
}
.just_arrived_departed .orange {
	font-weight: bold;
}
.aiaicon_arrivedepart {
	color: #FDB924;
	font-size: 29px;
	top: 0;
	line-height: 12px;
	position: absolute;
	left: 0;
	font-family: 'LegacySansStdBold';
}
.orange {
	color: #CDA450 !important;
}
.just_departed:before {
	content: "";
	display: inline-block;
	width: 37px;
	height: 16px;
	margin-right: 5px;
	background: url(../images/others/spr_ico_main_visual_search_flight.png) no-repeat;
}
.just_arrived:before {
	content: "";
	display: inline-block;
	width: 37px;
	height: 15px;
	background: url(../images/others/spr_ico_main_visual_search_flight.png) no-repeat;
	margin-right: 5px;
	background-position: -51px 0px;
}
/******************** cookiebanner ******************/
.cookiebanner .cookiebanner_leftImage {
	position: absolute;
	left: -15px;
	top: -65px;
	width: 350px;
}
/******************** clouds ******************/
.content-slideshow:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/others/cloud.png") center;
	background-size: cover;
	-webkit-animation: cloud 20s linear infinite;
	animation: cloud 20s linear infinite;
}
@-webkit-keyframes cloud {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -300%;
    }
}
@keyframes cloud {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -300%;
    }
}
#flights-menu .event .content-slideshow {
	top: 0 !important;
	left: 0px !important;
	margin-left: 20px !important;
	height: 150px !important;
	overflow: hidden !important;
	width: 160px !important;
	background: #00000085 !important;
	border: 0px !important;
}
#flights-menu .event .content-slideshow:hover {
	background: #968957b8 !important;
}
#flights-menu .event .content-slideshow-text {
        position: absolute;
	bottom: 0px;
	margin: auto;
	width: 100%; /*z-index: 1 !important;*/;
	bottom: 16%;
}
#flights-menu .event .content-slideshow-text h2 {
	text-align: center !important;
	color: #fff !important;
	font-size: 19px !important;
	font-weight: normal !important;
}
#flights-menu .event .content-slideshow-bg {
	height: 100% !important;
        /*z-index: 1;*/
}
.brand.item-nav > a:nth-child(2) img {
    border-left: 1px dotted white;
}
header nav.header-top-screen ul.icon-menu li span {
	display: block;
}
/*********/
.search-card {
	width: 0;
	height: 34px;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: 34px;
	-webkit-transition: width 2s;
	transition: width 2s;
	left: 198px;
	overflow: hidden;
}
.search-card input {
	font-size: 14px;
	width: 100%;
	height: 100%;
	border: 0;
	box-shadow: none;
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
	text-indent: 0;
	color: white;
	padding: 0 10px 0 32px;
}
.search-card.expanded-card {
	width: 45%;
}
header nav.header-top-screen .item-nav .search-card .card-icon {
	position: absolute;
	height: 100%;
	width: 33px;
}
.search-card input:focus {
	outline: none;
}
::placeholder {
	color: white;
	opacity: 1;
}
:-ms-input-placeholder {
	color: white;
	opacity: 1;
}
::-ms-input-placeholder {
	color: white;
	opacity: 1;
}
.pr-5 {
	padding-right: 5px !important;
}
#tab-3A .tab-pane {
	display: block;
	opacity: 1;
}
#tab-3A .tab-pane p {
}
.tab-headline:before {
	padding-right: 5px;
}
.menu-full {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition: all .75s ease-in-out;
	overflow-x: hidden;
	background: rgba(0, 0, 0, 0.49019607843137253);
	height: 100vh;
	width: 100%;
	position: relative;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 4.5%;
}
nav.header-top-screen.header-full-screen {
	/*z-index: 99999;*/
    position: absolute;
	top: 0;
	background: 0 0 !important;
	width: 100%;
	padding-top: 56px;
	box-sizing: border-box;
	-webkit-transform: translate(0);
	transform: translate(0);
}
/*******CONTENT PAGE **********/
.intro .content-intro h1 {
	    /*font-family: 'OswaldBold';*/
}
.breadcrumb-mini {
	padding: 14px 0;
}
content-single-content p {
	font-size: 16px;
	line-height: 1.29;
}
.menu-full .header-full-screen {
	position: relative;
	background: none !important;
	box-sizing: border-box;
	font-size: 0px;
	font-weight: 500;
	width: 100% !important;
	display: flex;
}
.tab-headline .fa-car {
	padding-right: 10px;
}
#single .image-single {
}
.move-main .image-single {
	left: -100% !important;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
/*.zl_cream_tabs .title, .share-social .title-share-social {
	position: absolute;
	left: 63px;
	background-color: rgb(0, 0, 0); 
	width: auto;
	height: 27px !important;
	padding: 6px 10px 9px 10px;
	text-transform: capitalize;
	color: white;
	white-space: nowrap;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	font-size: 11px;
	font-family: 'LegacySansStdBold';
}*/
header nav.header-top-screen .nav-other ul li a .title {
	top: 44px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
header nav.header-top-screen .nav-other ul li a .title img {
	display: none;
	margin: 0 auto;
	margin-top: -17px;
	opacity: 0.52;
}
.weather-lang {
	width: 100%;
}
.weather-lang, #wob_tci, .lang {
	float: left;
}
.lang {
	width: auto;
	display: inline-block;
	padding: 0 0 0 30px;
	    font-size: 12px;
}
.lang a {
	font-size: 14px;
	color: white;
	font-weight: normal;
	width: auto;
	font-family: 'Koufiya';
	line-height: 36px;
	font-weight: bold;
}
.lang a:hover {
	text-decoration: none;
	color:white;
}
/*.share-social > a {
	margin: 8px 0px;
	position: relative;
	background-color: #968957;
	width: 40px;
	height: 40px;
	padding: 8px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	z-index: 3;
}*/
.single-content-icon-wrapper {
	position: absolute;
	top: 140px;
	left: calc(100% - 22px);
}
/*.share-social i {
	width: 100%;
	height: 100%;
}*/
.content-single-content p, .single-content p.chapeau-single-content {
	font-family: 'LegacySansItc';
	font-size: 16px;
	line-height: 1.5;
}
.single-content .title-single-content .breadcrumb-mini a {
	color: #CDA450 !important;
}
/*.share-social > a:hover {
	text-decoration: none;
	cursor: pointer;
}*/
header nav.header-top-screen .nav-other .zl_cream_tabs#one li .zl_cream_tabs {
	display: none;
}
.zl_cream_tabs > li > .ul_cream_tabs-sub {
	opacity: 1 !important;
	display: none;
}
/*.share-social .title-share-social {
	left: 54px;
}*/
.HP-overFlow #UcWbjlP-1545746663356 {
	display: none !important;
}
.grid__item span {
	display: block;
	padding: 0 7px;
	float: left;
	width: 75%;
	color: white;
	font-size: 12px;
	padding: 6px 8px;
}
.carousel-indicators li {
	cursor: pointer;
}
.intro .content-intro .description {
	display: block;

}
.carousel-indicators {
	z-index: 9999;
}
/********************************************/
.intro {
	width: 33vw;
	/*height: 100%;*/
	position: relative;
	z-index: 1;
	float: left;
	display: block;
	z-index:2;
}
.more-icon-cream {
	display: none !important;
}
#flights-menu .flex-all, .owl-carousel.image-description {

}
.hidden {
	display: none;
}
.side-content-box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    height: calc(100vh - 205px);}
.side-content-box a
{
font-family: 'LegacySansItc';
}
.owl-carousel .owl-item,
.owl-carousel.qaia-carousel .owl-stage,
.owl-carousel.qaia-carousel 
{
 overflow: hidden;
  -ms-scroll-limit: 0 0 0 0;
  -ms-overflow-style: none;
  }
  
/*************************QAIA CAROSEL*****************************/
.qaia-carousel h1,.qaia-carousel h1 a {
	font-size: 2vw;
	font-family: 'LegacySansStdBold';
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	color: #CDA450 !important;
	display: block;
}

.qaia-carousel p {
	margin: 17px 0;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	line-height: 1.35em;
	margin: 20px 0;
	position: relative;
	opacity: 1;
	font-family: 'Koufiya';
}
.qaia-carousel .owl-nav button {
	height: auto;
	width: auto;
	line-height: 0.5 !important;
	display: block;
	min-width: auto;
	margin: 10px 0;
}
.qaia-carousel .owl-nav button:focus {
	outline: none;
}
.qaia-carousel .owl-nav button:hover {
	box-shadow: 0 0 5px 0 black;
}
.qaia-carousel .owl-nav button.owl-next {
	float: right;
}
.qaia-carousel .owl-nav button.owl-prev {
	float: left;
}
.qaia-carousel .owl-nav button span {
	font-size: 26px;
	display: inline-block;
	color: #fffcfc;
	line-height: 0.5;
	height: auto;
	background: #968856ad;
	padding: 5px 12px;
}
/***ellip  text***/
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}
/***custome owl carousel dots****/
.owl-carousel .owl-dots{
	
}
.owl-carousel .owl-dots .owl-dot {
    background-color: rgba(255,255,255,.5) !important;
    display: inline-block;
    width: 30px;
    height: 4px;
    min-width: auto;
    margin: 0 3px;
    border-radius: 1px;}
.owl-carousel .owl-dots .owl-dot.active
{
  background-color: rgb(255,255,255) !important;	
	
}
.owl-carousel .owl-dots {
    margin: 0 auto;
    display: table;
        margin-top: 11px;
}
/******/
.text-paragraph
{
	 font-family: 'LegacySansItc';
	 font-size:16px;
}

.level-B-item .tabs-content h2 .back-btn > span {
    background: transparent;
    height: auto;
    width: auto;
    margin: auto;
    display: inline-block;
}
#contentBox
{
	min-height:100vh;
}
/*******/
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -1000%, 0);
    transform: translate3d(0, -1000%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 1000%, 0);
    transform: translate3d(0, 1000%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.title-on-img .orange:before
{
  content: "\f10d";
      vertical-align: super;
}
.title-on-img .last-line:after
{
  content: "\f10e";
    vertical-align: super;
}
.title-on-img .last-line:after,
.title-on-img .orange:before
{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  padding-right: 0.5em;
  color: white;
  padding: 0;
  line-height: 0;
     font-size: calc(10px + 1vw);
  display:inline;

}
.footer-image {
    position: absolute;
    bottom: 14vh;
    width: 90%;
    margin: 0 auto;
    display: inline-block;
    color: white;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    }
.title-on-img {
    font-family: 'OswaldBold';
    margin-bottom: 0;
      font-size: calc(27px + 1vw);
    line-height: 0.9;
    text-transform: uppercase;
    margin: 0;
    text-shadow: #000 1px 1px 2px !important;
    width: 100%;
    max-width: 100%;
    }
    .title-on-img span
    {
	display:inline-block;
}
.datatable-container {
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
    min-height: 30px;
    max-height:575px;
}
#preloader,#custome-preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    background-image: url('../images/others/loader-flight.gif');
    z-index: 6;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size:130px;	
    
    
    
}
#custome-preloader
{
	
	background-color:rgba(245, 244, 244, 0.47843137254901963);
}
html body h1 a,
html body h2 a,
html body h3 a,
html body h4 a,
html body h5 a
{

    transition: all .75s ease-in-out;
    color:#CDA450 !important;


}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover

{
color:#daa41a !important;

}
/*****/
.qaia-carousel.owl-carousel .owl-stage
{
  transition: none !important;
}
.qaia-carousel.owl-carousel .owl-item .description h1 span.orange a

{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  word-wrap: break-word;
}
.qaia-carousel.owl-carousel .owl-item .description p.all-text
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  word-wrap: break-word;
}
.qaia-carousel.owl-carousel .owl-item.active .description h1 span.orange a
{
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.qaia-carousel.owl-carousel .owl-item.active .description p.all-text
{
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;  }

/********************* Find your flight *********************/
.find-your-flight{margin-top:9px;float: left; padding-bottom:3px }
.find-your-flight .flipthis-wrapper {display: block;}
.find-your-flight a{display: block;line-height: 0px; }
/************************************************************/
/***************Inner Page SearchBox ************************/
.inner-page-search {
    margin: 0 auto;
    width: 34%;
}
.inner-page-search  .inner-search {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #5d5145;
    display: flex;
    justify-content: center;
    align-items: center;
         font-family: 'LatoRegular';
}
.inner-page-search .fas {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 27px;
    color: #3e3e3e;
    font-size: 22px;
    text-align: right;
    }
.inner-page-search  .inner-search:focus
{
	outline:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3e3e3e;
           font-family: 'LatoRegular';}
::-moz-placeholder { /* Firefox 19+ */
  color: #3e3e3e;
          font-family: 'LatoRegular';}
:-ms-input-placeholder { /* IE 10+ */
  color: #3e3e3e;
           font-family: 'LatoRegular';}
:-moz-placeholder { /* Firefox 18- */
  color: #3e3e3e;
          font-family: 'LatoRegular';}
          input[type=password]:hover, input[type=text]:hover, input[type=file]:hover, textarea:hover, .sp-peoplepicker-topLevel:hover, .ms-inputBox:hover
          {
	background:transparent !important;
}
.inner-page-search #SearchBox
{
    display: flex;
    width: auto;
    margin: 0 auto;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    flex-direction: row;
    padding: 0;
    border-radius: 2px;
    width: 100%;
    height: 50px;
}
.inner-page-search .ms-srch-sbLarge
{
    border: 0px !important;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;	
}
.inner-page-search .ms-srch-sbLarge>input
{
    height: 100%;
    margin: 0;
    border: 0;
    width: calc( 100% - 40px);
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
     }
.inner-page-search .ms-srch-sbLarge>input:focus
{
	outline:0;
	border:0;
}
.inner-page-search .ms-srch-sb-searchLink img
{
	display:none;
}
.ms-srch-sb-borderFocused,
.ms-srch-sb-borderFocused input
{
		outline:0 !important;
	border:0 !important;

}
.inner-page-search .ms-floatLeft{
    width: 100%;
}
.inner-page-search .ms-srch-sb-searchLink {
    width: 40px !important;
    height: 100%!important;
    background-color: transparent !important;
    color: green;
    visibility: visible !important;
}    

/***********/
.is-top svg {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

header nav.header-top-screen,
.logo
{
	    display: table;
    table-layout: fixed;
    width:100%;
}
.logo a,
.item-nav {
    display: table-cell;
    vertical-align: bottom;
}
.item-nav
{
	width:33.33%;
}

.ms-srch-sb > .ms-srch-sb-navLink .ms-srch-sb-navImg
{
	display:none;
}
.div-burger-list h2 a {
    text-shadow: #000 1px 1px 2px !important;
}
.ms-srch-item-summary:lang(en)
{
	    font-family: LegacySansItc;
}
.ms-srch-item-summary:lang(ar)
{
	    font-family: 'qaia-regular';
	
}


