.header {
    position: relative;
    padding-left:15px;
    padding-right:15px;
    height: 125px !important;
    line-height: 125px;
}
.content_head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}
.navTop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headernav {
    width: 45%;
    display: flex;
    justify-content: center;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.flexheader {
    padding: 30px 45px 0;
    position: relative;
}
.flexheader:after {
    content: "";
    background: #009548;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: translatewidth 1s 0s ease-in-out forwards;
    animation: translatewidth 1s 0s ease-in-out forwards;
}
@keyframes translatewidth{
    0% {
   width:0%;
        animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
     
    100% {
    width:50%;
    animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
}
.header-right {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
   width: 254px;
    justify-content: flex-end;
}
.btnsearch {
    color: #3d3d3d;
    font-size: 15px;
    margin-right: 15px;
    cursor: pointer;
}
.btnsearch:hover {
    color: #009548;
}
.searchdiv {
    position: relative;
    transition: 0.05s ease all;
    display: none;
    transition-delay: 0.1s;
    opacity: 0;
   margin-right: 15px;
}
.searchdivblock {
    display: block;
    transition-delay: 0.05s;
    z-index: 99;
    opacity: 1;
    position: absolute;
    width: 100%;
}
.btnsearchnone {
 /*   display: none;*/
}
.logo {
    width: 10%;
    display: flex;
    justify-content: center;
}
.menu {
    width: 100vw;
    background: #009548;
    height: 100vh;
    position: fixed;
    right: 0px;
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(-200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top:100px;
    padding: 0;
}
.menuFixed {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 60px 0 215px;
    height: 100%;
}
.menu-open {
    transform: translateX(0vw);z-index: 9999;
}
#menu-toggle span {
    display: block;
    background: #0b0b0b;
}
#menu-toggle #hamburger {
  /* position: absolute; */
  /* height: 23px; */
  /* width: 30px; */
  /* top:30px; */
}
#menu-toggle #hamburger span {
  /* width: 30px; */
  /* height: 2px; */
  /* position: relative; */
  /* top: 0px; */
  /* margin: 0px auto; */
  /* margin-bottom: 8px; */
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}


#menu-toggle span {
    display: block;
    background: #ffffff;
    border-radius: 2px;
}
#menu-toggle {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background: #009548;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: right; */
  /* float: right; */
}
#menu-toggle #hamburger {
  /* position: absolute; */
  /* height: 23px; */
  /* width: 35px; */
}
#menu-toggle #hamburger span {
  width: 35px;
  height: 2px;
  position: relative;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 8px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 35px;
  width: 35px;
  transform: rotate(45deg);
  /* top: 30px; */
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 16px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  transition-delay: .375s;
}
body.fixed {overflow: hidden;}
header {
    height: 105px !important;
    /* padding: 5px 15px; */
}

.navMob{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 105px;
    padding: 0;
    z-index: 999999;
}

.logoMob {
    height: 105px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding-left: 0;
    /* margin: 10px; */
    /* padding-bottom: 10px; */
}

@media screen and (max-width: 991px) {
.logo {width: 90%;/* height: 80%; */}
.menu {
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
}
.menuFixed {
    margin: 30px 0;
    display: block;
}
.langueMob {
    position: absolute;
    left: 15px;
    top: 15px;
}
.navPrincipal {/*margin-top: 100px;*/overflow: hidden;}
.searchdiv {
    display: block;
    opacity: 1;
    /* margin-top: 150px; */
    width: 100%;
    bottom: 0;
    /* height: 100px; */
    overflow: hidden;
}
.menuFixed .SearchBox_1_SearchField_CssClass {display: block !important;}
.rsMob {
    overflow: hidden;
    margin: 50px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.rsMob .liste-sociaux li {
    display: inline-flex;
    margin-bottom: 0;
    margin-right: 15px;
}
}
