header{
    position:absolute;
    left: 00px !important;
    width: 0px;
    /* background: rgba(29,29,121,0.9); */
    z-index: 9999999;
    top: 0;
    padding: 30px 0px;
    border-right: 1px solid #fff;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 1.7s;
    -moz-transition-duration: 1.7s;
    -o-transition-duration: .7s;
    transition-duration: 1.7s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    transition-timing-function: cubic-bezier(0.7,0,.3,1);
    }
.Logo img {
    float: none;
    max-width: 100%;
    opacity: 1;
}
.ContentHeader {
    position: relative;
    height: 100vh;
}
.logoImg {
    float: none;
}
.Logo {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 70px;
    display: table;
    margin: auto;
    right: 0px;
    bottom: 0px;
    width: calc(100% - 70px);
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 768px)    {
    .icon, .iconScroll {
    position: relative;
    width: 40px !important;
}
.open {
    display: block !important;
}
.IconMenuPrincipalNormalOpen{
    position: absolute;
    left: 100px;
    background: rgba(29,29,121,0.9);
    bottom: 0px;
    display: none;
    padding: 20px;

}
 
.IconMenuPrincipalNormalOpen .RadMenu .rmRootGroup .rmItem .rmGroup {
    padding-bottom: 1px;
    background: rgba(29,29,121,0.9);
}
.IconMenuPrincipalNormal {
    width: 45px;
    margin-bottom: 70px;
    cursor: pointer;
    position: relative;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right:  0;
    margin:  0 auto;
    margin-bottom: 70px;
}
.IconMenuPrincipalNormal  .line {
    background-color: #fff;
    height: 2px;
    margin-bottom: 8px;
    transition: all 500ms ease-in-out;
    width: 100%;
}
.Langage {
    /* border-top: 1px solid #161449; */
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
header{
height:100vh;
}
.ContentHeaderActive header{
    width:100px;
}
.banner  img {
    height: 100vh !important;
    max-height: 100vh !important;
    min-width: 100% !important;
    width: 100% !i;
}
 .banner {
    position: relative;
    height: 100vh !important;
}

.RejoindreNous span {
 color: #fff;
 text-transform: uppercase;
 font-size: 13.5px;
 text-decoration: none;
 display: block;
 /* font-family: lato; */
 margin: 0 auto;
 position: relative;
 align-items: center;
 justify-content: center;
 writing-mode: tb-rl;
 -webkit-transform: rotate(00deg);
 -moz-transform: rotate(00deg);
 -o-transform: rotate(00deg);
 white-space: nowrap;
 letter-spacing: 3px;
 filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
 width: 20px;
 font-family: Arial;
}

.LangMenu {
    position: absolute;
    bottom: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    /* margin-bottom: 30px; */
    height: 100%;
}
.icon:after, .iconScroll:after {
    position: absolute;
    content: 'MENU';
    color: #fff;
    top: -20px;
    font-size: 13px;
}

.icon::before, .iconScroll::before {
  position: absolute;
  top: -17px;
  left: -5px;
  z-index: -1;
  content: '';
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  opacity: 0;
  -webkit-animation: sdb03 2.5s infinite;
  animation: sdb03 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 15px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 15px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

}

.ListResauSociaux{
}
.ListResauSociaux a {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.ListResauSociaux a:hover {
    color: #f09f24;
}

.ListResauSociaux {
    text-align: center;
    margin-top: 30px;
}





.openDiv .line-Bottom{
    top: 2px;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(45deg);
    position: absolute;
    /* left: -10px; */
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
}

.openDiv  .line-center{
 display:none;
}
.openDiv  .line-top{
    top: 2px;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(-45deg);
    position: absolute;
    left: 0px;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
}
@media screen and (max-width: 767px){
.LangMenu {
    width: auto !important;
}
header{
	    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}
	
}
@media screen and (max-width: 767px)    {
	header .RejoindreNous, .IconMenuPrincipalNormalOpen,.HeaderScroll,.openDiv,.IconMenuPrincipalNormal    {display:none;}
.LangMenu {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}


.ContentHeader {
    position: relative;
    height: 400px !important;
}
.BannerTop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 400px;
}

.Logo a {width:100% !important;float: left;text-align: left;padding-left: 0;}
.Logo img {width:100% !important;float: left;}
.Logo {
    position: relative;
    top: 0;
    right: inherit !important;
    margin: 0px;
    left: 0px;
    bottom: 0px;
    width: 120px;
    text-align: center;
    /* display: table; */
    float: left;
    justify-content: normal;
    align-items: initial;
}
.slotholder:after {
    background: rgba(0,0,0,.57);
    content: "";
    left: 00%;
    position: absolute;
    top: 00%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;
    width: 100%;
    height: 100%;
}
header {
    position: fixed;
    left: 0px;
    width: 101% !important;
    background: rgba(0,0,222,1);
    z-index: 9999999999;
    top: 0;
    padding: 20px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.litesLangs {
    flex-direction: inherit  !important;
   margin-bottom:  0px !important;
}
.litesLangs li {
    margin-top: 0px !important;
    margin-left:15px;
}
  .banner {
    position: relative;
    height: 400px !important;
}
}




.HeaderScroll {
    position: fixed;
    left: 0;
    top: 0px;
    /* height: 300px; */
    transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.26);
    animation: slide-down 0.7s;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}

.LogoMenuScroll {

}

.darkHeader {
    opacity: 1 !important;
      -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}





.MenuScroll {
    /* position: absolute; */
    left: 0px;
    width: 100px;
    /* background: rgba(0,0,222,8); */
    z-index: 9999999;
    top: 0;
    /* height: 320px; */
}

.LogoMenuScroll {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;flex-direction: column;background: rgba(0,0,222,8);height: 328px;justify-content: space-between;padding: 50px 0px;width: 100px;position: relative;}


.IconMenuPrincipalScroll {
    position: relative;
    width: 30px;
    margin: auto;
}

.iconScrollMenu  {
    position: absolute;
    left: 100px;
    background: rgba(0,0,255,0.7);
    top: 0px;
    display: none;
    padding: 20px;
    /* padding-top: 60px !important; */
    /* overflow: hidden; */
    min-width: 540px;
    z-index: 99999;
}
.iconScroll {
    height: 100%;
    width: 100%;
    cursor: pointer;
}





.LogoMenuScroll .RadMenu .rmSlide, .LogoMenuScroll .RadMenu_Context {
 
    top: 0px !important;
}




.LogoMenuScroll  .RadMenu .rmVertical .rmItem {
    float: none !important;
    display: table !important;
    width: auto !important;
}





