 
/* width */
::-webkit-scrollbar {
  width: 8px;  /* for vertical scrollbars */
  height: 8px; /* for horizontal scrollbars */
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #8e8e8e; 
    border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
        background-color: rgba(30,160,105,1);
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
     background-color: rgba(30,160,105,1);
}


.IconMenuPrincipal{
   cursor: pointer;
   height: 21px;
 }

 .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: 999999;
   left:-100%;
   width: 100%;
   background: #1ea369;
   height: 100%;
 }
 
 .MenuPrincipal-middle {
   position:relative;
   vertical-align: middle;
   width: 100%;
   height: 100vh;
   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: 50px;
    cursor: pointer;
    height: 25px;
}
 .line {
    background-color: #1ea369;
    height: 2px;
    margin-bottom: 9px;
    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: #1ea369;
    transition: all 500ms ease-in-out;
    z-index: 999;
}
 
@media screen and (min-width:768px)  {


 .BlockPopUpLeftMenu{
 float:right;
 width: 100%;
 background: #8e8e8e;
 height: 100%;
 margin-right: margin-right;
 z-index: 9999;
 position: relative;
}
.RightPoUp{
 float:left;
 width:50%;
 height: 100%;
}
.close-btn {
    position: absolute;
    /* left: 40px; */
    display: table;
    position: absolute;
    left: 40px;
    top: 30px;
    /* background: #022862; */
    height: 40px;
    width: 50px;
    z-index: 99999;
}

}

@media screen and (max-width:992px)  {
  .BlockPopUpLeftMenu{
 float:right;
 
 background: #8e8e8e; 
 height: 100%;
 
}


}

.close-btn:before{
    top: 00px;
    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(0deg);
    position: absolute;
    /* left: 10px; */
    content: "";
    background: #fff;
    width: 50px;
    height:2px;
}


.close-btn:after{
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(0deg);
    position: absolute;
    /* left: 10px; */
    content:"";
    background: #fff;
    width: 50px;
    height: 2px;
    top: 25px;
}
@media screen and (max-width:767px)  {
     .MenuPrincipal-wrap {
         margin-top:100px;
     }
.BlockPopUpRight {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999;
    background: #1ea369;
    height: 50px;
    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;
}

.BlockPopUpRight .ListResauSociaux a {
    font-size: 20px;
    color: #ffffff;
}

.BlockPopUpRight .DisplayRs {
    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;
    }
.MenuPrinc {
    width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	float:right;
margin-top:60px;
margin-bottom:20px;
}
}

@media screen and (min-width:768px)  {
  
.close-btn .span1 {
    background: #fff;
    height: 2px;
    margin-top: 23px;
    margin-left: -7px;
    width: 50px;
    position: relative;
    /* margin-top: 23px; */
}
.close-btn .span1:after{
    content:"";
    position:absolute;
    top:-5px;
    left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 6px;

    border-color: transparent #fff transparent transparent;
}
.MenuPrinc {
    width: 90vw;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    margin-left: 5vw;
		float:right;
}
}


@media screen and (max-width:767px)  {


.close-btn .span1 {
    background: #fff;
    height: 2px;
    margin-top: 22px;
    margin-left: 10px;
    width: 50px;
    position: relative;
    margin-top: 23px;
}
.close-btn .span1:after{
    content:"";
    position:absolute;
    top:-5px;
    left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: transparent   transparent transparent  #fff;
    border-color: transparent #fff transparent transparent;
}

  .close-btn .span1 {
 
margin-top: 30px !important;
}

.LangClose{margin-left:15px;margin-top: 20px;height: 50px;position: relative;/* margin-bottom: 34px; */float: left;width: 50px;}
   .litesLangs li {
    margin-top: 15px !important;

}

.close-btn {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    height: 65px;
    width: 100%;
    z-index: 9999999;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 65px;
    left: 0px;
    background: #1ea369;
}
.close-btn:before{display:none;}
.close-btn:before{
  top: 8px !important;
  /* width:30px !important; */
}
.LangClose:hover .close-btn:before{

    top: 20px !important;
}
.LangClose:hover  .close-btn:after{
    top: 22px !important;
}
.close-btn:after{
  top: 32px !important;
  /* width:30px !important; */
  display: none;
}
.languagePopUp  {
  margin-right:15px;

}
.MenuPrincipal-middle {overflow-y: auto;/* padding-top: 100px; *//* margin-top: 82px; */height: 100vh;/* padding-top: 50px; *//* overflow: auto; */}

.IconMenuPrincipal {
    /* left: 10px !important; */
    /* top: calc(50% - 24px) !important; */
}
.BlockPopUpLeftMenu {
    background: #8e8e8e;
    width: 100%;
    right: 0px;
    margin-right: 0px !important;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
}
 
}
.showing-modal {
    overflow: hidden;
    height:100%;
}


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




.close-btn .span1 {
    background: #fff;
    height: 2px;
    margin-top: 22px;
    margin-left: -10px;
    width: 50px;
    position: relative;
    margin-top: 23px;
}
.close-btn .span1:after{
    content:"";
    position:absolute;
    top:-5px;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 6px;

}



.LangClose:hover .close-btn .span1{display:none;}



.LangClose:hover .close-btn:before{
    top: 00px;
    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);


}


.LangClose:hover .close-btn:after{
    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);
    top: 0px;
}
