/*=======================
        General 
=======================*/
html,
body {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 18px;
	padding:  0;
	margin:  0;
}
p{
	font-size: 20px;	
	line-height: 1.5;
	margin: 0 0 20px;
	
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Cinzel';
	font-weight: 700;
	margin-top:  0;
	line-height: 1.2;
}
 a:hover{
	 text-decoration: none;
 }
 a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}
:focus{
	outline: none;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
*{
	box-sizing: border-box;
}
/*=======================
       Page Layout
=======================*/
.bg-center{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.va-flex{
	display: flex;
	flex-wrap: wrap;
}
.pb-mobile {
	display: none !important;
}
.container{
	margin: 0 auto;
	padding:  0 20px;
}
#header .container{
	padding:  0 64px;
}
#header {
    position: relative;
    z-index: 9;
}
.header-home{
	padding: 41px 0 42px;
}
.home-hd-bg{
	align-items: center;
	justify-content: space-between;
}
.home-logo{
	align-items: center;
}
.home-logo-text{
	margin-left: 4px;
	color: #fff;
	margin-top:25px;
}
.home-logo-text h2{
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 3px;
}
.home-logo-text p{
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.2;
}
.home-menu-main ul{
	letter-spacing: -0.3em;
}
.home-menu-main ul li{
	margin-left: 127px;
	display: inline-block;
	letter-spacing: 0;
	text-align: center;
}
.home-menu-main ul li span{
	margin-top: 19px;
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #E5E5E5;
	text-transform: uppercase;
}
.home-menu-main ul li a{
	color: #E5E5E5;
	display: block;
}
.home-menu-main ul li img{
	height: 99px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.home-menu-main ul li img path {
  fill: #fff;
}
.menu-hover{
	display: none;
}
.home-menu-main ul li a:hover img{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.home-menu-main ul li a:hover img.menu-hover{
	display: inline-block;
}
.slick-slider{
	margin-bottom: 0;
}
.home-slider{
	height: calc(100vh - 340px);
	overflow-y: hidden;
}
.home-slider .slider-item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}
.home-slider .slider-item:hover img{
    filter: none;
}
#footer{
	text-align: center;
	position: relative;
	z-index: 9;
}
.ft-top{
	padding:  24px 0;
}
.ft-menu ul{
	letter-spacing: -0.3em;
}
.ft-menu ul li{
	display: inline-block;
	margin:  0 30px;
	letter-spacing: 0;
}
.ft-menu ul li a{
	font-size: 24px;
	color: #333;
	line-height: 1.2;
	text-transform: uppercase;
}
.ft-menu ul li a:hover,
.ft-menu ul li.current-menu-item a,
.menu-mobile ul li.current-menu-item a{
	color: #C57742;
}
.ft-bottom{
	background:  #E0E0E0;
	padding:  13px 0;
}
.copyright{
	font-size: 14px;
	line-height: 1.2;
	color: #747272;
}
.copyright a {
	color: #747272
}
.logo{
	align-items: center;
}
.logo img{
	max-width: 100px;
}
.logo-text{
	margin-left: 28px;
}
.logo-text h2{
	margin:  0;
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	font-weight: 400;
}
.header-page{
	padding:  12.25px 0;
	position: relative;
	z-index: 9;
}
.hd-bg{
	align-items: center;
	justify-content: space-between;
}
.menu-main ul{
	letter-spacing: -0.3em;
}
.menu-main li{
	letter-spacing: 0;
	display: inline-block;
	margin-left: 85px;
}
.menu-main li a{
	font-size: 18px;
	color: #333;
	line-height: 1.2;
	text-transform: uppercase;
}
.menu-main li a:hover,
.menu-main li.current-menu-item a{
	color: #C57742;
}
.page-main{
	height: calc(100vh - 220px);
}
.lieu-feature{
	width: 33.9%;
	height: 100%;
}
.image-fit{
	overflow-y: hidden;
}
.image-fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lieu-right{
	padding-left: 20px;
	position: relative;
	width: calc(100% - 33.9%);
	height: 100%;
}
.lieu-right-bg{
	position: absolute;
	top:  -54px;
	right: 0;
	z-index: 5;
	opacity: 0.2;
	pointer-events: none;
}
.lieu-title{
	position: relative;
	background-image: url(../images/bg-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:  83px 64px 31px;
	color: #E5E5E5;
	margin-bottom: 20px;
	height: 190px;
}
.lieu-title h3{
	font-family: 'Ubuntu';
	font-size: 37px;
	line-height: 1.2;
	margin-bottom: 8px;
	font-weight: 400;
}
.lieu-title h1{
	font-size: 40px;
	line-height: 1.2;
	margin:  0;
}
.lieu-custom{
	height: calc(100% - 237px);
	padding:  64px;
	position: relative;
	overflow-y: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bg-3.png);
}
.lieu-custom-bg{
	position: relative;
	height: 100%;
	overflow-y: auto;
	z-index: 1;
}

.lieu-custom .des{
	color: #333;
	max-width: 734px;
	position: absolute;
	left: 0;
	right: 0;
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

}
.lieu-custom .des h3{
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Ubuntu';
	margin-bottom: 14px;
}
.lieu-custom .des p{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
}
.artistes-feature .artistes-feature-1{
	height: 190px;
	margin-bottom: 20px;
	display: block;
}
.artistes-feature .artistes-feature-2{
	height: calc(100% - 190px);
	display: block;
}
.artistes-right .lieu-title{
	position: relative;

}
.artistes-feature-3{
	position: absolute;
	bottom: -7vw;
	right: 0;
	max-width: 60%;
}
.artistes-right .lieu-custom{
	padding-bottom: 72px;
	align-items: flex-end;
	padding-top: 100px;
}
.artistes-right .lieu-custom p{
	margin-bottom: 20px;
}
.contact-left{
	padding-left: 64px;
}
.ct-remer{
	height: 190px;
	background-image: url(../images/ct-bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:  36px 36px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}
.ct-remer span{
	font-size: 40px;
	color: #333;
	font-weight: 700;
}
.ct-list-info{
	height: calc(100% - 237px);
	overflow-y: auto;
}
.ct-list-info .items {
	display: flex;
    flex-wrap: wrap;
    padding: 20px
}
.ct-list-info .items .item {
	flex: 0 0 50%;
    max-width: 50%;
    padding:0 15px;
    margin-bottom: 30px
}

.ct-info-item{
	padding: 27px 30px 29px;
	background-image: url(../images/ct-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #E5AE13;
	align-items: center;
	margin-bottom: 20px;
}
.ct-info-item:last-child{
	margin-bottom: 0;
}
.ct-info-item .des{
	width: calc(100% - 131px);
	padding-right: 10px;
	font-family: 'EB Garamond', serif;
}
.ct-info-item .feature{
	width:  125px;
	text-align: right;
}
.ct-info-item .feature img{
	display: inline-block;
}
.ct-info-item .des h3{
	font-size: 33px;
	line-height: 1.2;
	margin-bottom: 3px;
	font-family: 'EB Garamond', serif;
}
.ct-info-item .des p{
	margin-bottom: 4px;
	font-size: 19px;
	line-height: 1.2;
}
.ct-info-item .des a{
	color: #E5AE13;
}
.ct-info-item .des h4{
	margin:  0;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'Ubuntu';
	font-weight: 400;
}
.ct-info-angence{
	background: #fff;
	padding: 47px 30px 40px 97px;
}
.ct-info-angence h3{
	margin: 9px 0 0;
	font-size: 32px;
	color: #333;
	font-weight: 400;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.page-main .lieu-bg{
	height: 100%;
}
.contact-right .lieu-custom{
	padding: 28px 64px;
	display: block;
}
.contact-right .lieu-title{
	display: flex;
    align-items: flex-end;
}
.contact-custom-info{
	width: 50%;
	padding-right: 12px;
	padding-top:20px;
}
.contact-custom-info > img{
	max-height: 134px;
	margin-bottom: 31px;
}
.contact-custom-info .contact-des h3{
	color: #4D4D4D;
	font-size: 40px;
	margin-bottom: -6px;
	line-height: 1.2;
}
.contact-custom-info .contact-des p{
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 30px;
}
.contact-custom-info .contact-des p a{
	color: #333;
}
.contact-custom-feature{
	width: 50%;
	padding-left: 12px;
	text-align: right;
}
.contact-custom-feature img{
	max-height: 100%;
	display: inline-block;
}
.menu-mobile{
	display: none;
}
.rst-menu-trigger {
    border: 0 none;
    display: none;
    height: 30px;
    width: 20px;
    z-index: 999;
    cursor: pointer;
    outline: 0;
    float: right;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
	padding: 0;
}
.rst-menu-trigger span {
	font-size: 0;
	height: 3px;
	width: 100%;
	background: #333;
	position: absolute;
	top: 50%;
	left: 0;
}
.rst-menu-trigger span::after, .rst-menu-trigger span::before{
	font-size: 0;
	height: 3px;
	width: 100%;
	background: #333;
	position: absolute;
	left: 0;
	content: "";
}
.rst-menu-trigger span::after{
	transform: translateY(240%);;
}
.rst-menu-trigger span::before{
	transform: translateY(-250%);
}
.rst-menu-trigger.exit span::before {
    transform: translateY(0px) rotate(45deg);
    background: #fff;
}
.rst-menu-trigger.exit span::after {
    transform: translateY(0px) rotate(-45deg);
    background: #fff;
}
.rst-menu-trigger.exit span {
    background-color: transparent !important;
}
.mb-show{
	display: none;
}
.artistes-right .lieu-custom .des{
	top:  65px;
	
	transform: none;
}

.content-default .container {
	padding: 0 64px;
}

.content-default .lieu-right {
	padding: 0;
	width: 100%;
}

.content-404 {
	text-align: center;
}

.menus-section .lieu-custom .des {
	max-width: 100%;
}

.menu-items-content .menu-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.menu-items-content .menu-list .col {
	flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 15px;
}

.lieu-custom .des .menu-items-content p {
	font-size: 18px;
}

.menu-items-content .item-title {
	display: flex;
    align-items: flex-end;
    max-width: 400px;
    text-align: center;
    justify-content: center;
}

.menu-items-content .items {
	display: flex;
    flex-wrap: wrap
}

.menu-items-content .items .item {
	flex: 0 0 50%;
    max-width: 50%
}

.menu-items-content .item-title img {
	margin-right: 10px
}

.menu-items-content .item-title h3 {
	color: #c57742;
    font-size: 22px;
    margin: 0
}

.menu-items-content {
	padding-bottom: 25px
}

.menu-items-content h4 {
	line-height: 1.5;
    font-family: 'Ubuntu';
    font-size: 19px;
    margin: 0 0 10px 0
}

.menu-items-content .item:not(:last-child) {
	margin-bottom: 30px
}

.menu-items-content .item:not(:first-child) .item-title a {
	/*text-decoration: underline;*/
}

.menu-items-content .menu-list .col:last-of-type {
	margin-top:30px;
}