.LogoRespPoUP {
    width: 200px;
    /* margin: auto; */
    margin-bottom: 50px !important;
}
.LogoRespPoUP img{
    max-width:100%;
}

.MenuPResp {
    /* display: table; */
    margin: auto;
    width: auto;
    float: left;
}
.IconMenuPrincipal{
   cursor: pointer;
   font-size: 30px;
   color: #fff;
 
 }
.FooterPopupResp a {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
}
.FooterPopupResp a:hover {
    color: #f09f24;
}
.TitreFooterPoUp {
    font-family: Arial;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
    display: block;
}
 .MenuPrincipal-wrap {
   -webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
   -o-transition: all 0.8s ease;
   -ms-transition: all 0.8s ease;
   transition: all 0.8s ease;
   width:100%;
   position: fixed;
   top: 0px;
   z-index: 99999999999;
   right:-100%;
   width: 100%;
   height: 100%;
 }
 
 .MenuPrincipal-middle {
   position:relative;
   vertical-align: middle;
   width: 100%;
   height: calc(100vh - 100px);
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: relative;
   overflow-y: auto;
 }
 
 
 .icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    cursor: pointer;
 
}
 .line {
    background-color: #fff;
    height: 1px;
    margin-bottom: 8px;
    transition: all 500ms ease-in-out;
}
 .line-top{width:100%;}
.line-Bottom {
    width: 100%;
}
 .line-center {
    position: relative;
    width: 100%;
    transition: all 500ms ease-in-out;
}
.line-center:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    transition: all 500ms ease-in-out;
    z-index: 999;
}
 

@media screen and (max-width:768px)  {
  .BlockPopUpLeftMenu{
 float:right;
 /* background: rgba(29,29,121,0.9); */
 height: 100%;
}


}
 .MenuPrincipal-wrap {display:block !important;}
.close-btn:before{
    top: 00px;

    position: absolute;
    /* left: 10px; */
    content: "";
    background: #fff;
    width: 50px;
    height: 1px;
}


.close-btn:after{

    position: absolute;
    /* left: 10px; */
    content:"";
    background: #fff;
    width: 50px;
    height: 1px;
    top: 25px;
}
.FooterPopupResp {
    position: absolute;
    bottom: 00px;
    text-align: center;
    display: table;
    margin: auto;
    width: 100%;
    padding-bottom: 40px;
    /* background: rgba(29,29,121,0.8); */
}
@media screen and (max-width:767px)  {
.MenuPrinc {
    /* width: 100%; */
    clear: both;
    margin-top: 100px;
    margin-bottom:20px;
    height: calc(100% - 220px);
    text-align: center;
    overflow: auto;
    margin-left:20px;
    float:left;
}
}
@media screen and (max-width:480px)  {
.MenuPrinc {
 
    margin-left:00px !important;
    
}
.LangClose {
    left: 0px !important;

    width: calc(100% - 0px);
 
    right: 0px;
    justify-content: space-between;
}
} 

@media screen and (max-width: 767px)  {
.LangClose{left: 15px;margin-top: 20px;height: 50px;position: relative;/* margin-bottom: 34px; */float: left;width: calc(100% - 30px);/*! width: 100%; *//* position: absolute; */display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;right: 15px;justify-content: space-between;}
   .litesLangs li {
    margin-top: 15px !important;

}
.span1 {
    position: absolute;
    left: 10px;
    content: "";
    background: #fff;
    width: 30px;
    height: 1px;
    top: 19px;
    display: none;
}
.close-btn:before{
    top: 0px;
    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: 38px;
    height: 1px;
}


.close-btn:after{
    top: 0px;
    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: 10px;
    content: "";
    background: #fff;
    width: 38px;
    height: 1px;
}
.close-btn {
    position: relative;
    /* margin-top: 30px; */
    width: 50px;
    height: 30px;
    top: 15px;
}

.close-btn:before{
  /* top: 8px !important; */
  /* width:30px !important; */
}

.close-btn:after{
  /* top: 9px !important; */
  /* width:30px !important; */
  /* left: 20px; */
}
.languagePopUp  {
  margin-right:15px;

}
.MenuPrincipal-middle {

overflow-y: auto;

padding-top: 100px;

padding-bottom: 20px;
}

.IconMenuPrincipal {
    right: 22px !important;
    top: calc(50% - 24px) !important;
    display:block !important;
    position: absolute;
}
.BlockPopUpLeftMenu {
 background: rgba(0,0,222,1);
 width: 100%;
 right: 0px;
 margin-right: 0px !important;
 position: relative;
 overflow: auto;
}
 
}
.showing-modal {
    overflow: hidden;
    height:100%;
}


.LangClose {
 
/* width: 100%; */
 
/* background: #8e8e8e; */
}





::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px  rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
}


 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5);  
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px  rgba(255,242,0,0.5); 
}


.ListMenuResponsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
.ListMenuResponsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5);  
}


.MenuPrincipal-middle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
.MenuPrincipal-middle::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
}


 

 
 
 .MenuPrincipal-middle {
   position:relative;
   vertical-align: middle;
   width: 100%;
   height: calc(100vh - 100px);
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: relative;
   overflow-y: auto;
 }
 
 
 .icon {
    /* display: inline-block; */
    /* vertical-align: middle; */
    width: 45px;
    cursor: pointer;
    height: 30px;
   /* overflow: hidden;*/
}
 .line {
    background-color: rgba(255,255,255,0.7);
    height: 1px;
    margin-bottom: 12px;
    transition: all 500ms ease-in-out;
}
 .line-top{/* width:100%; */}
.line-Bottom {
    width: 100%;
    margin-bottom: 0px !important;
}
 .line-center {
    position: relative;
    width: 100%;
    transition: all 500ms ease-in-out;
}
.line-center:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255,255,255,0.7); */
    transition: all 500ms ease-in-out;
    z-index: 999;
}
 



::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px  rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
}


 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5);  
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px  rgba(255,242,0,0.5); 
}


.ListMenuResponsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
.ListMenuResponsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5);  
}


.MenuPrincipal-middle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
.MenuPrincipal-middle::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
}











