nav .burger-menu {
  position: fixed;
  top: 23px;
  right: 70px;
  width: 23px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: none;
  z-index: 99999999;
}

/* Burger menu animation BEGIN */
nav .burger-menu.active .small-line,
nav .burger-menu.active .small-line::before,
nav .burger-menu.active .small-line::after {
  transition: opacity 0s 0.4s, width 0s 0.4s, bottom 0.4s, transform 0.4s 0.4s;
}
nav .burger-menu.active .small-line {
  bottom: 7px;
  transform: rotate(45deg);
}
nav .burger-menu.active .small-line::before {
  bottom: 0;
  width: 100%;
  transform: rotate(90deg);
}
nav .burger-menu.active .small-line::after {
  opacity: 0;
  bottom: 0;
}
/* Burger menu animation END */

nav .burger-menu .small-line,
nav .burger-menu .small-line::before,
nav .burger-menu .small-line::after {
  transition: opacity 0s 0.4s, bottom 0.4s 0.4s, width 0s 0.4s, transform 0.4s;
}

nav .burger-menu .small-line {
  position: absolute;
  width: 23px;
  height: 2px;
  bottom: 0;
  right: 0;
  background: #a39161;
}
nav .burger-menu .small-line::before,
nav .burger-menu .small-line::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  right: 0;
  background: #a39161;
}

nav .burger-menu .small-line::before {
  bottom: 14px;
  width: 12px;
  left: 0px;
}
nav .burger-menu .small-line::after {
  bottom: 7px;
}
nav#menu-mobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  nav#menu-desktop {
    display: none;
  }
  nav#menu-mobile {
    display: block;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  nav#menu-mobile.next-step {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  nav#menu-mobile .div-logo::after {
    display: block;
    content: "";
    position: absolute;
    background: #cecece;
    height: 40px;
    width: 1px;
    top: 16px;
    right: 108px;
    z-index: 9999999;
  }

  nav.navbar .col-sm-9 {
    display: none;
  }
  nav#menu-mobile .col-sm-3.div-logo {
    width: 100%;
    z-index: 999999;
  }
  nav.navbar .col-sm-9.menu-mobile {
    display: block;
    width: 100%;
    padding: 75px 0 50px;
  }
  nav.navbar .col-sm-9.menu-mobile .navbar-nav > li > a {
    padding: 8px 0;
  }
  nav.navbar .col-sm-9.menu-mobile .navbar-nav > li.search a {
    margin-left: 0px;
    margin-top: 5px;
  }
  nav.navbar .col-sm-9.menu-mobile .navbar-nav {
    margin: 0;
    float: left;
    width: 100%;
  }
  nav.navbar .col-sm-9.menu-mobile .nav > li:last-child {
    display: none !important;
  }
  .header-logo {
    position: absolute;
    z-index: 999999;
    background: #fff;
    width: 100%;
    left: 0px;
    padding: 15px;
    border-bottom: 2px #a39161 solid;
  }
  .header-logo img {
    width: 90px;
  }
  nav .burger-menu {
    display: block;
  }
  .navbar-nav > li .search {
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .open > .dropdown-menu {
    right: 0px !important;
    left: auto;
  }
}
@media screen and (max-width: 790px) {
  .header-menu {
    float: left;
    width: 100%;
    margin: 0 0 15px;
  }
}
.search-top {
  display: none;
}
@media screen and (max-width: 1100px) {
  .search-top {
    display: block;
    position: absolute;
    right: 0px;
    top: 16px;
    z-index: 999999999;
  }
  .search-top a {
    display: block;
  }
  .search-top .search {
    background: url("../images/icons/icon-search.svg") no-repeat center center;
    background-size: 35px 35px;
    width: 54px;
    height: 40px;
    font-size: 0px;
    display: block;
    border-left: 1px #cecece solid;
  }
  .search-top .search:hover,
  .search-top .search:focus,
  .search-top .search:active {
    background: url("../images/icons/icon-search-h.svg") no-repeat center center;
    background-size: 35px 35px;
    width: 54px;
    height: 40px;
    font-size: 0px;
    display: block;
  }
  .navbar-inverse .navbar-nav > li > a:after {
    display: none;
  }
  nav.navbar-inverse .col-sm-3 {
    width: 100%;
  }
  .navbar-header .block-header {
    float: left;
    width: 100%;
    text-align: center;
  }
  .menu-mobile {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: #f5f5f5;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 50px;
    padding-top: 70px;
  }
  .menu-mobile .navbar-header {
    float: left;
    width: 100%;
  }
  .menu-mobile .navbar-collapse.in .navbar-nav {
    float: left;
    width: 100%;
  }

  /* Styles etape 1 */
  #menu-mobile .etape1 {
    padding: 35px 0 100px;
    width: 100%;
    height: 80vh;
    height: calc(100vh - 100px);
    overflow: auto;
  }
  #menu-mobile .etape1 ul {
    border-bottom: 2px #a39161 solid;
    padding: 0 15px 15px;
  }
  #menu-mobile .etape1 ul.nav-home {
    padding: 0 15px 30px;
  }
  .etape1 ul li:last-child {
    border-bottom: 0px #a39161 solid;
  }
  #menu-mobile .dropdown-menu > li > a {
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 12px;
    padding: 6px 0;
  }
  #menu-mobile .dropdown-menu > li > a:after {
    display: none;
  }
  #menu-mobile .dropdown-toggle.btn {
    padding: 0 10px 10px !important;
    margin: 6px 0 0 0;
  }
  #menu-mobile .mod-collection {
    right: 0px;
  }
  #menu-mobile .title-coll {
    color: #282828;
    font-size: 18px;
    line-height: 30px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    padding: 0 15px;
  }
  #menu-mobile .title-coll:after {
    content: "";
    display: block;
    background: #a39161;
    width: 34px;
    height: 1px;
    margin: 2px 0 16px;
  }
  #menu-mobile ul.nav-home,
  #menu-mobile ul.nav2-home,
  #menu-mobile ul.nav3-home,
  #menu-mobile ul {
    margin: 20px 0 0 0;
    padding: 0 20px 30px;
    float: left;
    width: 100%;
  }
  #menu-mobile ul.first-sub-title {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
  }
  #menu-mobile ul.first-sub-title li.title {
    margin: 0;
    border-bottom: 2px #a39161 solid;
    padding: 0 15px 5px;
    width: auto;
  }
  #menu-mobile ul.first-sub-title li .title:after {
    display: none !important;
  }
  #menu-mobile ul.nav-home li {
    display: block;
    float: left;
    width: 50%;
    padding: 15px 5px 5px;
    margin: 0px;
    text-align: center;
    position: relative;
  }
  #menu-mobile ul.nav-home li:last-child {
    border-bottom: 0px;
  }
  #menu-mobile ul.nav-home li a {
    display: block;
    float: left;
    width: 100%;
    min-height: 120px;
    line-height: 18px;
    position: initial;
    padding: 0;
  }
  #menu-mobile ul.nav-home li a:after {
    display: none;
  }
  #menu-mobile ul li {
    margin: 0px;
    padding: 0 0 0 10px;
    display: block;
  }
  #menu-mobile ul.nav2-home li:last-child {
    border-bottom: 0px !important;
  }
  #menu-mobile ul li .title,
  #menu-mobile ul li.title {
    display: block;
    min-height: auto;
    position: relative;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #252525;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
  }
  #menu-mobile ul li a {
    font-family: "TimesNewRomanItalic", sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    color: #8c8c8c;
    text-transform: none;
    display: block;
    position: relative;
  }
  #menu-mobile ul li a:hover,
  #menu-mobile ul li a:focus,
  #menu-mobile ul li a:active,
  #menu-mobile ul li a.active {
    color: #004411;
  }

  #menu-mobile ul li a:hover .title,
  #menu-mobile ul li a:focus .title,
  #menu-mobile ul li a:active .title {
    color: #004411;
  }
  #menu-mobile ul li .title:after {
    position: absolute;
    bottom: 2px;
    left: 0px;
    right: 0px;
    content: "";
    display: block;
    background: #a39161;
    width: 0;
    height: 2px;
    margin: 0;
  }
  #menu-mobile ul li .title:hover:after,
  #menu-mobile ul li .title:focus:after,
  #menu-mobile ul li.active .title:after,
  #menu-mobile ul li .title:active:after {
    width: 46px;
  }
  #menu-mobile ul li .title:after {
    position: absolute;
    bottom: 2px;
    left: 0px;
    right: 0px;
    content: "";
    display: block;
    background: #a39161;
    width: 0;
    height: 2px;
    margin: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  #menu-mobile ul li a:after {
    content: "";
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 15px 20px;
    width: 15px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #menu-mobile ul.nav-home li:nth-child(2n) {
    border-right: 1px #dedede solid;
  }

  #menu-mobile ul.nav-home li::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px #dedede solid;
  }

  #menu-mobile ul.nav-home li:last-child::after {
    display: none;
  }

  #menu-mobile ul.nav-home .img-rond {
    width: 70px;
    height: 70px;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 auto 10px;
    position: relative;
    background-position: 100% 100% !important;
    background-repeat: no-repeat !important;
  }
  #menu-mobile ul.nav-home .img-rond.icon-matelas {
    background-image: url("../images/icon-matelas.png");
  }
  #menu-mobile ul.nav-home .img-rond.icon-surmatelas {
    background-image: url("../images/icon-surmatelas.png");
  }
  #menu-mobile ul.nav-home .img-rond.icon-sommiers-et-boxsprings {
    background-image: url("../images/icon-sommiers-et-boxsprings.png");
  }
  #menu-mobile ul.nav-home .img-rond.icon-lit-complets {
    background-image: url("../images/icon-lit-complets.png");
  }
  #menu-mobile ul.nav-home .img-rond.icon-duveterie {
    background-image: url("../images/icon-duveterie.png");
  }
  #menu-mobile ul.nav-home .img-rond.icon-linge-de-lit {
    background-image: url("../images/icon-linge-de-lit.png");
  }
  #menu-mobile ul.nav-home .img-rond.icon-mobilier-dappoint {
    background-image: url("../images/icon-mobilier-dappoint.png");
  }

  #menu-mobile ul.nav-home .title {
    color: #8c8c8c;
    font-family: "Georgia";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
    position: initial;
  }
  #menu-mobile .title-coll:after {
    content: "";
    display: block;
    background: #a39161;
    width: 34px;
    height: 1px;
    margin: 2px 0 16px;
  }
  #menu-mobile ul.nav-home a:hover .title,
  #menu-mobile ul.nav-home a:focus .title,
  #menu-mobile ul.nav-home a.active .title {
    color: #004411;
    background-color: transparent;
  }
  #menu-mobile ul.nav-home .title:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    display: block;
    background: #a39161;
    width: 0px;
    height: 2px;
    margin: 0 auto;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  #menu-mobile ul.nav-home a:hover .title:after,
  #menu-mobile ul.nav-home a:focus .title:after,
  #menu-mobile ul.nav-home a.active .title:after {
    width: 46px;
  }

  /* Styles etape 2 */
  #menu-mobile .etape2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 100px);
    background-color: #f5f5f5;
    overflow: auto;
    padding-top: 145px;
  }
  #menu-mobile .etape2.etape-langues {
    padding-top: 45px;
  }
  #menu-mobile .etape2 .header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    border-bottom: 1px rgba(109, 109, 109, 0.2) solid;
  }
  #menu-mobile .img-top {
    position: relative;
    height: 145px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
  }
  #menu-mobile .img-top .mask {
    background: rgba(20, 20, 21, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  #menu-mobile .header .icon-prev {
    position: absolute;
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    top: 25px;
    left: 15px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #menu-mobile .header .icon-close {
    position: absolute;
    background: url(../images/icons/icon-close.svg) no-repeat center right;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    top: 25px;
    right: 15px;
    cursor: pointer;
  }

  /* Styles tabs menu */
  #menu-mobile .menu-tabs {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  #menu-mobile .menu-tabs ul {
    margin: 0px;
    padding: 0 15px;
    border: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #menu-mobile .menu-tabs ul li a:after {
    display: none;
  }
  #menu-mobile .menu-tabs ul li {
    border-bottom: 0px;
    text-align: center;
    min-height: 55px;
  }
  #menu-mobile .menu-tabs ul li a {
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #bbbbbb;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
  }
  #menu-mobile .menu-tabs ul li a:hover,
  #menu-mobile .menu-tabs ul li a:focus,
  #menu-mobile .menu-tabs ul li a:active,
  #menu-mobile .menu-tabs ul li.active a,
  #menu-mobile .menu-tabs ul li.active a:hover,
  #menu-mobile .menu-tabs ul li.active a:focus,
  #menu-mobile .menu-tabs ul li.active a:active {
    color: #fff;
  }
  #menu-mobile .menu-tabs ul li.active:after,
  #menu-mobile .menu-tabs ul li.active:focus:after,
  #menu-mobile .menu-tabs ul li.active:hover:after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0px;
    background: #a39161;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
  }
  #menu-mobile .menu-tabs .nav-tabs > li.active:after,
  #menu-mobile .menu-tabs .nav-tabs > li.active > a:focus:after,
  #menu-mobile .menu-tabs .nav-tabs > li.active > a:hover:after {
    bottom: 0px;
  }
  #menu-mobile .menu-tabs .owl-nav {
    top: 25px;
  }
  #menu-mobile .menu-tabs .owl-nav .owl-prev {
    left: -15px;
    top: 0;
  }
  #menu-mobile .menu-tabs .owl-nav .owl-next {
    right: 15px;
    top: 0px;
  }
  #menu-mobile .menu-tabs .owl-nav .prev {
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #menu-mobile .menu-tabs .owl-nav .next {
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    cursor: pointer;
  }

  /* Styles etape langues */
  #menu-mobile .etape-langues .img-top {
    height: 45px;
  }
  #menu-mobile .etape-langues ul {
    padding: 0 0 30px;
  }
  #menu-mobile .etape-langues ul li.title {
    margin: 0 0 15px;
    border-bottom: 2px #a39161 solid;
    padding: 0 15px 5px;
    width: auto;
  }
  #menu-mobile .etape-langues ul li {
    margin: 0 15px;
    width: auto;
  }
  #menu-mobile .etape-langues ul li a:after {
    display: none;
  }
}
@media (min-width: 1100px) and (max-width: 1250px) {
  nav.navbar-inverse .col-sm-3 {
    width: 15%;
  }
  nav.navbar-inverse .col-sm-9 {
    width: 85%;
  }
  nav.navbar-inverse .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  nav.navbar-inverse .navbar-nav {
    float: right;
    margin: 0;
  }
}

/* New Style de menu */
@media screen and (max-width: 1100px) {
  #menu-mobile .top-navs ul li .title,
  #menu-mobile .top-navs ul li.title {
    font-size: 18px;
  }
  #menu-mobile .etape1 .bottom-navs ul {
    border-bottom: 0;
  }
  #menu-mobile.newstyle .etape-langues ul {
    text-align: center;
    border-bottom: 1px #bababa solid;
    padding: 0;
    margin: 15px 0 0 0;
  }
  #menu-mobile.newstyle .etape-langues ul li {
    display: inline-block;
    border-bottom: 0;
    width: 50px;
    margin: 0;
  }
  #menu-mobile.newstyle .etape-langues ul li a {
    color: #8b8b8b;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
  }
  #menu-mobile.newstyle .etape-langues ul li a:hover,
  #menu-mobile.newstyle .etape-langues ul li.active a,
  #menu-mobile.newstyle .etape-langues ul li a.active {
    color: #004411;
  }
  #menu-mobile.newstyle .etape-langues ul li a::before {
    content: "";
    height: 3px;
    width: 0;
    background-color: #a59063;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  #menu-mobile.newstyle .etape-langues ul li a:hover::before,
  #menu-mobile.newstyle .etape-langues ul li.active a::before,
  #menu-mobile.newstyle .etape-langues ul li a.active::before {
    width: 50px;
  }

  #menu-mobile.newstyle .etape2.etape-home .voir-plus {
    text-align: left;
  }
  #menu-mobile.newstyle .voir-plus p:last-of-type {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #menu-mobile.newstyle .voir-plus p:first-of-type {
    line-height: 22px;
    margin-bottom: 5px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #282828;
  }
  #menu-mobile.newstyle .voir-plus .btn {
    color: #a59063;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  #menu-mobile.newstyle .etape2.etape-home,
  #menu-mobile.newstyle .etape2 {
    top: 75px;
    padding-top: 45px;
  }
  #menu-mobile.newstyle .etape2 ul li {
    margin: 0;
  }
  #menu-mobile.newstyle ul.nav-home li {
    padding: 8px 10px;
  }
  #menu-mobile.newstyle ul.nav-home li.voir-plus::after {
    display: none;
  }
  #menu-mobile.newstyle .etape2.etape-home ul li {
    margin: 0;
    width: 100%;
    border-right: 0;
  }
  #menu-mobile.newstyle ul.nav-home li:not(.voir-plus) a {
    min-height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: left;
  }
  #menu-mobile ul.nav-home .title {
    padding-left: 20px;
    color: #252525;
    font-size: 14px;
    line-height: 16px;
    font-family: "Raleway", sans-serif;
    text-transform: none;
    font-weight: 400;
  }
  #menu-mobile.newstyle ul.nav-home .img-prod {
    float: left;
    height: 45px;
    width: 45px;
  }
  #menu-mobile.newstyle ul.nav-home .title:after {
    display: none;
  }
  #menu-mobile.newstyle .etape2 .header .img-top {
    height: 50px;
  }
  #menu-mobile.newstyle .header .icon-prev {
    top: 10px;
  }
  #menu-mobile.newstyle .header .icon-close {
    display: none;
  }
  #menu-mobile.newstyle .etape .header div.title {
    color: #004411;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    top: 15px;
  }
}
