.container-header {
    padding: 40px 70px 30px 70px;
}
.logo{
    float: left;
    width: 310px;
    margin-top: 16px;
}
.logo a{
    float: left;
}
.menu-1 {
    float: left;
    position: relative;
    z-index: 2;
}
.utilities {
    width: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 55px;
}
.searsh {
    float: left;
    font-size: 22px;
    padding: 0 5px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    display: flex;
    align-items: center;
    color: #0872ba;
}
.searsh *{
    color: #0872ba;
}
.searsh:after{
   content:'';
   display:block;
   width: 0;
   height:100%;
   background: #fab2b2;
   position: absolute;
   top: 0;
   left:0;
   transition:all .5s;
   z-index:-1;
}
.searsh:hover:after{
  width: 100%; 
}
.user {
    float: left;
    font-size: 25px;
    padding: 0 5px;
    position:relative;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user:after{
   content:'';
   display:block;
   width: 100%;
   height: 0;
   background: #ffdcdd;
   position: absolute;
   top: 0;
   left:0;
   transition:all .5s;
   z-index:-1;
}
.user:hover:after{height: 100%;}
.cart {
    float: left;
    font-size: 23px;
    padding: 0 5px;
    position:relative;
    cursor:pointer;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
}
.cart:after{
   content:'';
   display:block;
   width: 0;
   height:100%;
   background: #ffdcdd;
   position: absolute;
   top: 0;
   left:0;
   transition:all .5s;
   z-index:-1;
}
.cart:hover:after{
  width: 100%; 
}
.open-menu {
    float: right;
    width: 40px;
    height: 30px;
    padding: 6px 5px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-content: space-between;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    z-index: 11;
}
.open-menu.open div:nth-child(2) {
    display:none;
}
.open-menu.open div:nth-child(1) {
 transform:rotate(45deg);
 position:absolute;
 background: #fff;
}
.open-menu.open div:nth-child(3) {
 transform:rotate(-45deg);
 position:absolute;
 background: #fff;
}
.open-menu.open{
    width: 20px;
    height: 20px;
    align-items: center;
}
.open-menu div{
    width:100%;
    background: #0872ba;
    height:2px;
    transition: all .3s;
}
.menu-box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    background: #0872bad6;
    z-index: 10;
    transform: translate(100%, 0);
    transition: all .5s;
    overflow: auto;
    padding-top: 5%;
    overflow-x: hidden;
    display: block;
}
.menu-box.open{transform: none !important;}
.right-elements {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
    width: 790px;
    padding-top: 7px;
    position: relative;
}
.menu-1  .nav-header {
    width: auto !important;
    height: auto !important;
}
.menu-1  .item {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 15px;
    overflow: hidden;
    padding: 5px 30px !important;
    text-align: center;
}
.menu-1  .item:after{
   content:'';
   display:block;
   width: 0;
   height:100%;
   background: #ccc;
   position: absolute;
   top: 0;
   left:0;
   transition:all .5s;
   z-index:-1;
}
.menu-1  .item:hover:after{
  width: 100%; 
}

.menu-1  .rmText {
    padding: 0 !important;
}
.menu-2 {position: relative;display: block;width: 100%;float: left;}
.menu-3 {
    width: 100%;
    position: absolute;
    bottom: 100px;
}
.titre-menu {
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 80px;
}
.search-box {
    max-width: 1200px;
    width: 90%;
    padding: 15px;
    /* background: #000; */
}
.search-open {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #ffffffcf;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    transform: translate(-101vw, 0);
    transition: all .5s;
}
.search-open.open{
    transform:none;
}
.boxshop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 16;
    background: #ffffffe8;
    transform: translate(120%, 0);
    transition:all .5s;
}
.boxshop.open {
    transform: translate(0, 0);
}
.closebtn {
    right: 90px;
    position: absolute;
    top: 90px;
    cursor: pointer;
    z-index: 10;
    color: #0872ba;
}
.boxuser {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 16;
    background: #ffffffe8;
    transform: translate(120%, 0);
    transition: all .5s;
    overflow-y: auto;
}
.boxuser.open {
    transform: none;
}
.session {
    width: auto;
    position: absolute;
    right: 75px;
    top: 130px;
    display: flex;
    justify-content: center;
}
.lang-sel-box {
    position: absolute;
    right: 70px;
    top: 15px;
}
.lang-items {
    list-style: none !important;
    width: auto;
    display: flex;
}
.lang-item {
    color: #333 !important;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #ffffff;
    transition:all .5s;
    text-decoration:none !important;
}

.lang-item.active{
    background: #0872ba;
    color: #fff !important;
}
.lang-item:hover {
    background: #d22027;
    color: #ffffff !important;
}
@media screen and (max-width: 1600px) {

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

}
@media screen and (max-width: 1366px) {
.right-elements {
    width: 680px;
}
}
@media screen and (max-width: 1280px) {
.menu-3 {
    bottom: 40px;
}
}
@media screen and (max-width: 1200px) {
.right-elements {
    width: 570px;
}
.menu-1  .item {
    padding: 5px 15px !important;
}
.menu-1  .rmText {
    font-size: 14px;
}
}
@media screen and (max-width: 1024px) {
.container-header {
    padding: 30px 20px 30px 30px;
}
.session {
    right: 25px;
    top: 115px;
}
.lang-sel-box {
    right: 25px;
    top: 10px;
}
}
@media screen and (max-width: 991px) {
.open-menu.open{
    top: -60px;
    right: 25px;
}
.right-elements {
    width: 150px;
    padding: 0;
    justify-content: flex-end;
}
.menu-1 {
    /* display:none; */
    width: 100%;
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid #fff;
}
.menu-2 {
}
.titre-menu {
    font-size: 35px;
    margin-bottom:40px;
}
.menu-3 {
    position: relative;
    bottom: 0;
    margin-bottom: 70px;
    margin-top: 60px;
    float: left;
}
.menu-box {
    padding-top: 80px;
    padding-bottom: 50px;
}
.closebtn {
    right: 30px;
    top: 20px;
}
.boxuser {
    padding-top:20px;
}
.session {
    right: 25px;
    top: 115px;
}
.lang-sel-box {
    right: 25px;
    top: 10px;
}
}
@media screen and (max-width: 800px) {
.session {
    right: 25px;
    top: 115px;
}
.lang-sel-box {
    right: 25px;
    top: 10px;
}
}
@media screen and (max-width: 768px) {
.session {
    right: 25px;
    top: 115px;
}
.lang-sel-box {
    right: 25px;
    top: 10px;
}
}
@media screen and (max-width: 500px) {
.session {
    right: 15px;
    top: 95px;
}
.logo{
    width: 290px;
    margin-top: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.container-header {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 10px 15px 50px 15px;
    flex-wrap: wrap;
    height: 200px;
}
.right-elements {
    width: auto;
    height: auto;
    top: 100px;
    right: 15px;
    position: absolute;
}
.lang-sel-box {
    right: 110px;
    top: 100px;
}
}
@media screen and (max-width: 320px) {
.container-header {
    padding: 10px 10px 50px 10px;
}
}