@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');


@font-face {
    font-family: 'Panton';
    src: url('../fonts/PantonRustScrSmBold-Gr.eot');
    src: url('../fonts/PantonRustScrSmBold-Gr.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PantonRustScrSmBold-Gr.woff2') format('woff2'),
         url('../fonts/PantonRustScrSmBold-Gr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*2023*/
#close {width: 60px;
    height: 60px;
    background-color: #e41e2a;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;text-align: center;cursor: pointer;display: none;z-index: 3;}
#close  i {font-size: 28px;line-height: 60px;}
#close.actif{display: block;}
body {font-family: 'Open Sans', arial;}
.ms-left 
{
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0 50px;
	justify-content: space-between;
}


.video_container
{
	position: absolute;
	height: 100%;
	width: 100%;
	
	z-index: 2;
	display: none;
	top:0;
	left:0;
	
}
.overlay_video {height: 100%;
	width: 100%;position: absolute;background-color: rgba(0,0,0,0.8);top:0;
	left:0;}
.video_container.actif
{
	display: block;
}
.film
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	
}
.film video {max-width: 100%;}
a.video {font-family: 'Open Sans', arial;font-weight:400;font-size: 20px;background-repeat: no-repeat;background-position: top center;background-image: url("../img/play.png");    display: block;
    padding-top: 110px;
    margin-top: 15px;margin-bottom: 15px;     text-align: center;
    line-height: 32px;
	color:#fff;
}
a.video:hover {color:#fff;}

.icones {display: flex;margin-bottom: 15px;}

.text-news {display: flex;    margin: 0 10px;}
.text-news i {font-size: 24px;color:#fff;line-height: 40px;    margin-right: 6px;}
.text-news span, .text-news a {font-size: 18px;font-weight:400;color:#fff;line-height: 40px;font-family: 'Open Sans', arial;    white-space: nowrap;}
.text-news a:hover span {color:#fff;}

.ms-right {width: 50%;
    position: absolute;
    height: 100%;
    right: 1px;
    top: 0px;
	
	
}
.ms-right .ms-section {height: 100%;background-color: #f9f9f9;}

.ms-left {width: 50%;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
	background-color :  #e41e2a;
}


/**/

#valise	{position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    /* transform: translateX(-50%); */
    /* width: 180px; */
    height: 100%;}

body {background-color:#fff;}

h1 {
	font-family: 'Open Sans', arial;
    font-size: 54px;
    line-height: 68px;
    color: #fff;
 	font-weight:400;
	text-align: center;
	
}




h1 span {
  
	font-family:'Panton', arial;
	color: #fff;
}



#right1  {
    background: #fff;
}
.logo {width: 290px;margin-top:50px;margin-bottom:15px;}

.separator-middle {
    background: #bda13c;
    height: 3px;
    width: 97px;
    margin: 35px auto;
}

#multiscroll-nav{display:none;}

.vegas-slide-inner {background-position: top center !important;}


@media only screen and (max-width: 1024px)
{
	.ms-left, .ms-right {height: 100% !important;}
	h1 {
    
    font-size: 36px;
    line-height: 50px;
	}
	
	a.video {

    font-size: 16px;

    padding-top: 70px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-size: 60px;
}
	
	.ms-right .ms-section {
    height: 100% !important;
	}
	.ms-right {display: none;}
	.logo {
    width: 200px;
	}
	.text-news span {display: none;}
	.text-news i {font-size: 26px;}
	#valise {
   
    bottom: 0;
    left: -60px;
    transform: none; 
    width: 150px;
}
	.film {width: 100%;}
}
	