.header {
    position: relative;
    z-index: 33;
    background: #fff;
}
.headerTop {
    position: relative;
    z-index: 3;
    padding: 15px 60px;
    border-bottom: 1px solid #e6e6e6;
}
.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;
    padding: 0 0 0 50px;
}
.boxlangue {
    margin-left: 25px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 415px;
}
.logo {
    width: 365px;
}

.blocmenu {
    width: 100%;
    background: #fff;
    height: 100vh;
    position: fixed;
    right: 0px;
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(-200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top: 0;
    left: 0px;
    margin: 0 auto;
}
.menu-open {
    transform: translateX(0vw);z-index: 99999;
}
.menucateg {
    padding-top: 10px;
}
.menuFixed {
    overflow: auto;
    height: 100vh;
    position: relative;
    padding-top: 40px;
}
.big {
    width: 35px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    top: 0;
    z-index: 9;
    position: relative;
    right: 0;
}
.closehbtn.big {
    position: absolute;
    right: 15px;
    top: 15px;
}
.big::before, .big::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    top: 17px;
    left: 11px;
    background: #000;
}
.big::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.big::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu-toggle span {
    display: block;
    background: #000052;
}
#menu-toggle {
  width: 30px;
  height: 13px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 13px;
  width: 30px;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 1px;
  position: relative;
  margin: 0px auto;
  margin-bottom: 5px;
}
#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;
  margin-bottom: 0;
}
.boxlangues {padding: 36.5px 15px;border-left: 1px solid #e6e6e6;}
.header-demande-devis {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.title-demande {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background: #000052;
    padding: 35px 25px;
}
.title-demande:hover {
    background: #ff1626;
    color: #fff;
}
@media screen and (max-width: 1440px) {
.header-right {
    width: 312px;
}
.logo {
    width: 272px;
}
.d-flex {
    padding: 0 0 0 30px;
}
.title-demande {
    font-size: 13px;
    padding: 35px 15px;
}
.boxlangues {
    padding: 35px 15px;
}
.headerBottom {
    padding: 7px 40px;
}
.headerTop {
    padding: 15px 40px;
}
}
@media screen and (max-width: 1024px) {
.header-right {
    width: 262px;
}
.logo {
    width: 140px;
}
.boxlangues {
    padding: 33.5px 10px;
}
.title-demande {
    font-size: 11px;
    padding: 35px 10px;
}
}
@media screen and (max-width: 991px) {
.logo {
    width: auto;
}
.header-right {
    width: auto;
}
.flex-top-menu-responisve {
    margin-top: 15px;
}
.boxlangue {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 30px;
}
.boxshop {
    top: 78px;
    width: 335px;
}
.name-box {
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
}
@media screen and (max-width: 767px) {
.d-flex {
    padding: 0 0 0 15px;
}
}
@media screen and (max-width: 480px) {
.logo {
    width: 125px;
}
}
@media screen and (max-width: 320px) {
.logo {
    width: 110px;
}
}