.logo {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.menutop {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 80vh;
    z-index: 1;
    transition: 0.7s cubic-bezier(0.76, 0.29, 0.25, 1) all;
    overflow: hidden;
    z-index: 9999;
}
.menutop>div {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    transition: 0.5s cubic-bezier(0.3, -0.15, 0.25, 1) all;
    transform: translateY(-100%);
    transition-delay: 0.3s;
}

.opacity.menutop>div{transform: translateY(0%);}
.opacity{opacity:1;transition: 0.7s cubic-bezier(0.76, 0.29, 0.25, 1) all;bottom: 40px;}

.menutop .rmSlide{display:none !important;}

.page {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: relative;
    top: 100vh;
}
.menubox {
    width: 100%;
    margin: 0 auto;
    height: 80px;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.menubox:after {
    transition: 0.7s ease transform;
    transform: translateX(-100%);
    background: #da2928;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0px;
    left: 0px;
}

.menuboxblock:after{ transform: translateX(0%);}

.innermenu{position:relative;z-index: 1;}
.innermenu {
    position: relative;
    z-index: 1;
    transition: 0.7s ease all;
    transition-delay: 0.3s;
    transform: translateX(-200%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuboxblock .innermenu { transform: translateX(0%);}

.video {
    height: 100vh;
    overflow: hidden;
    width: 100%;
	position:relative;
	
}
.innervideo{
    height: 100%;
    transition: 0.5s ease all;
}
.innervideonone{transform: translatex(-110%) !important;}
.videobox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.5s ease all;
    transform: translatex(110%);
}
.videoboxblock{transform: translatex(0%);z-index: 9;}
.inactive{transition: 1s ease-in-out 1.1s;
    transform: translateY(100%);}

.active .innervideo  {
    transform: translatex(0%);
    transition-delay: 0s;
}
.innervideo:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.video_title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Jaapokki;
    color: #fff;
    text-transform: uppercase;z-index:2;
}
.video_title span {
    font-size: 80px;
    transition: 1s ease-in-out 0.5s all;
    display: block;
    transform: translateY(-109%);
}

.video_title a{
    display: block;
    overflow: hidden;
}


.video_title img{display:block;margin:0 auto;transition: 1s ease-in-out 0.5s all;transform: translateY(-110%);}
.active .video_title span{transform: translateY(0%);}
.active .video_title img{transform: translateY(0%);}
.video_title>div {overflow:hidden;}

 /*.pdflink{
    display: block;
    background: #303030 url(../images/pdf.png) no-repeat 10px center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    top: 45%;
    z-index: 99;
    padding: 20px 60px;
    transform: rotate(90deg);
    right: -149px;
    padding-right: 30px;
    transition: 0.7s ease all;*/

.pdflink {
   display: flex;
    background: #303030 url(../images/pdf.png) no-repeat 12px 13px;
    color: #fff !important;
    text-transform: uppercase;
text-decoration: none!important;
    font-size: 16px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    padding: 54px 8px 20px;
    /* transform: rotate(90deg); */
    right: 16px;
    width: 54px;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding-right: 8px;
    transition: 0.7s ease all;
    white-space: nowrap;
    align-items: center;
}

.pdflink:hover{background-color:#da2928 ;color:#fff;text-decoration:none}


.fenetre{
    overflow: hidden;
    background: #fff;
}
.innerfentre{
    display: flex;    overflow: hidden;position: relative;
}
.imgfenetre{
    position: initial;
}
.boxred {
    background: #da2928 url(../images/fenetre.png) no-repeat center center;
    background-size: 500px;
    background-attachment: fixed;
    background-position: 14% 83%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    color:#fff;
}
.flexred {
    max-width: 80%;
}
.flexred .link{color:#fff;text-decoration:none;font-weight:bold;display:block;margin-top:40px;border-left: 1px solid #fff;padding-left: 15px;transition: 0.5s ease all;}
.flexred .link:hover{color:#303030 ;border-left:1px solid #303030}
.titlefenetre{
    font-family: Jaapokki;
    color: #fff;
    text-transform: uppercase;
    font-size: 100px;
    white-space: pre-line;
    line-height: 94px;
    margin-bottom: 40px;
    display: block;
 }
	
	.imgfenetre img{
    transition: 0.8s ease-in-out 0.5s all;
    transform: translateY(100%);
}
	
	.active	.imgfenetre img{
    transition: 0.8s ease-in-out 0.5s all;
    transform: translateY(0%);
}





.presentation{
    overflow: hidden;
    background: #fff;
}
.innerpresentation{
    display: flex;    overflow: hidden;
}

.flexpresentation {
    max-width: 80%;       position: relative; z-index: 1;
}

.presentation .link{color:#fff;text-decoration:none;font-weight:bold;display:block;margin-top:40px;text-transform: uppercase;font-family: Raleway !important;transition: 0.5s ease all;}
.presentation  .red{color: #da2928 !important;text-align: right;border-right: 1px solid #da2928;padding-right: 10px;}
.presentation  .red:hover{color: #fff !important;text-align: right;border-right: 1px solid #fff;}

.titlepresentation{
    font-family: Jaapokki;
    color: #fff;
    text-transform: uppercase;
    font-size:60px;
 }
 .flexpresentation .titlepresentation{
    letter-spacing: 8px;
}
	
	.presentation img{
    transition: 0.8s ease-in-out 0.5s all;
    transform: translateY(100%);
}
	.smalltittle {
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
    position: relative;
    top: -14px;
    font-size: 20px;
    font-weight: bold;
}
	.active	.presentation img{
    transition: 0.8s ease-in-out 0.5s all;
    transform: translateY(0%);
}
	.boxgris{background:#e5e5e5;display: -ms-flexbox;
    display: flex;
    
    align-items: center;
    
       padding: 0px 20px;}
	   
	 .boxgris .titlepresentation  {color:#da2928;}
.boxpresentation {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    background: url(../images/bg-presentation-acc.jpg) no-repeat;
    position: relative;
    color: #fff;
    transition: 0.8s ease-in-out 0.5s all;
    transform: translateY(100%);
    min-height: 670px;
}


.active .boxpresentation{    transition: 0.8s ease-in-out 0.5s all;
    transform: translateY(0%);}
.boxpresentation:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}

.iso{
    background: #fff;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iso img {
    max-height: 200px;
    margin: 0px 25px;
}
.fixed{position:fixed;}





@media (max-width: 1400px)
{
.titlefenetre{font-size: 2.7em;white-space: initial;margin-bottom: 15px;}
.titlepresentation{font-size: 45px;}

}

@media (max-width: 1370px)
{
.menubox{height: 60px;} .minlogo{height: 60px;}

}

@media (max-width: 1024px)
{
.menutop>div{width: 100%;}
}




@media (max-width: 991px)
{
.video_title span{font-size: 60px;}
.titlefenetre {font-size: 30px;}

.innermenu {
    transform: translateX(0%);
    background: #d92b27;
}

}




@media (max-width: 767px)
{
.page{
    top:400px;
}
.innerfentre {
  
    flex-direction: column;
}
.boxred{padding-bottom:20px;}

.innerpresentation {
    display: flex;
    overflow: hidden;
    flex-direction: column;
}
.boxpresentation{min-height:initial;padding: 40px 0px;}
.boxgris{padding: 40px 15px}
.titlepresentation br{display:none;}
.video_title span{font-size:40px; display:block;text-align:center;}


.pdflink {
    display: block;
    background: #303030 url(../images/pdf.png) no-repeat 10px center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    top: 45%;
    z-index: 99;
    padding: 20px 60px;
    transform: rotate(0deg);
    right: 0;
    padding-right: 30px;
    transition: 0.7s ease all;
    display: block;
    width: 100%;
    top: 0px;
    position: relative;
    text-align: center;
    margin-top: 40px;
    writing-mode: initial;
}


}































