@charset "UTF-8";
@import "./sub-css/form.css";
@import "./sub-css/button.css";
@import "./sub-css/pagination.css";
@import "./sub-css/table.css";
@import "./sub-css/radio.css";
@import "./sub-css/checkbox.css";
@import "./sub-css/modal.css";
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f5f6fd;
  border-radius: 0;
}

::selection {
  color: white;
  background-color: #2633DA;
}

* {
  font-family: "Poppins", sans-serif !important;
}

i {
  font-family: Material Icons !important;
}

p {
  color: #1F2228;
}

a {
  color: #2633DA;
}

b, strong {
  font-weight: 600;
}

.color-primary {
  color: #2633DA;
}

.color-red {
  color: #d80000;
}

body {
  background-color: white !important;
}

main {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 60px;
  position: relative;
}
@media (min-width: 992px) {
  main {
    padding-top: 180px;
  }
}
main.banner-actived {
  padding-top: 100px;
}
@media (min-width: 992px) {
  main.banner-actived {
    padding-top: 220px;
  }
}
main.special {
  padding-top: 120px;
  background-color: #EBEDF6;
}
@media (min-width: 992px) {
  main.special {
    padding-top: 80px;
  }
}
main:after {
  content: "";
  display: block;
  width: 100vw;
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}

body#search main {
  padding-top: 60px;
}
@media (min-width: 992px) {
  body#search main {
    padding-top: 180px;
  }
}

#main {
  border: none !important;
}

hr {
  margin-bottom: 2rem;
  border-top-color: #F5F5F8;
}

@media (min-width: 1460px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .l-wrapper, .l-wrapper--boxed, main > .notifications-container {
    max-width: 1400px;
  }
}
@media (max-width: 767.98px) {
  .margin-negative-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1200px) {
  .header-top__col {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .container-special {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.opacity-0 {
  opacity: 0;
}

.blue {
  color: #2633DA;
}

/*******************************************************************/
/********* Header spécial (reset password, login, etc...) **********/
/*******************************************************************/
.header-back-website {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.header-back-website .container-btn-back {
  position: absolute;
  left: 0;
}
@media (max-width: 767.98px) {
  .header-back-website .container-btn-back {
    top: 80px;
    width: 100%;
    background-color: #2633DA;
  }
  .header-back-website .container-btn-back .btn-back {
    color: white;
    height: 40px;
  }
  .header-back-website .container-btn-back .btn-back:before {
    background: transparent url(/themes/levest/assets/img/icons/icon-back-white.svg) no-repeat center;
    background-size: contain;
  }
}
.header-back-website img {
  max-height: 22px;
  margin-right: auto;
  margin-left: auto;
}

#about-use-data {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: white;
}
#about-use-data h1 {
  color: #2633DA;
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 2.1428571429rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-style: italic;
}
#about-use-data h2 {
  color: #2633DA;
  text-transform: uppercase;
  font-size: 1.0714285714rem;
  font-weight: 700;
  line-height: 1.5714285714rem;
  margin-bottom: 0.25rem;
  font-style: italic;
}
#about-use-data p {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}

#ps_topbanner_wrapper {
  white-space: nowrap;
  overflow-y: hidden;
  text-overflow: clip;
  padding: 0 0.5rem;
}

/*******************************/
/*********** Header ************/
/*******************************/
#header {
  margin-bottom: 0;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
  background: none;
}
#header.special {
  top: 0 !important;
  background: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#header.scroll {
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  #header.scroll {
    top: -30px;
  }
}
#header .header-nav {
  display: none;
}
@media (min-width: 992px) {
  #header .header-nav {
    display: flex;
    height: 30px;
    transition: all 0.25s ease-in-out;
    background: white;
  }
  #header .header-nav .u-a-i-c {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
  }
  #header .header-nav .blog {
    padding-right: 1rem;
    border-right: 2px solid #ebedf4;
  }
  #header .header-nav .blog a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8571428571rem;
    color: #1F2228;
  }
  #header .header-nav .blog a:hover {
    color: #2633DA;
  }
  #header .header-nav .blog a:before {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 14px;
    background: transparent url(../../assets/img/icons/icon-blog.svg) no-repeat center bottom;
    background-size: contain;
    margin-right: 0.5rem;
  }
  #header .header-nav .connexion {
    padding-left: 1rem;
  }
  #header .header-nav .connexion a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8571428571rem;
    color: #1F2228;
  }
  #header .header-nav .connexion a:hover {
    color: #2633DA;
  }
  #header .header-nav .connexion a:before {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 14px;
    background: transparent url(../../assets/img/icons/icon-user.svg) no-repeat center bottom;
    background-size: contain;
    margin-right: 0.5rem;
  }
}
#header .header-nav.header-back-website {
  height: 80px;
}
#header .header-top {
  background: white;
}
@media screen and (max-width: 991px) {
  #header .header-top {
    padding: 0;
    width: 100vw;
    margin: 0;
    max-width: inherit;
  }
  #header .header-top .header__logo {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #header .header-top .header__right {
    margin-left: auto;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #header .header-top {
    height: 90px;
  }
}
#header .header__logo > div {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 420px) {
  #header .header__logo > div {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  #header .header__logo > div img {
    max-width: 284px;
  }
}
#header .header__logo > div span {
  position: absolute;
  right: 0;
  bottom: -20px;
  text-transform: uppercase;
  color: #2633DA;
  opacity: 0.4;
  font-size: 0.8571428571rem;
}
@media screen and (max-width: 991px) {
  #header .header__search {
    display: none;
    position: absolute;
    top: 80px;
    margin-top: 0;
    padding: 1rem;
    background-color: #f6f8fc;
    border-top: 1px solid #EBEDF6;
    border-bottom: 1px solid #EBEDF6;
  }
  #header .header__search.show {
    display: block;
  }
}
#header .header__search .search-widget__input-right {
  border: solid 1px #EBEDF6;
  background: #ffffff;
  height: 45px;
  box-shadow: none;
}
#header .header__search .search-widget__input-right::placeholder {
  color: #1F2228;
  opacity: 0.5;
  font-size: 1.0714285714rem;
}
#header .header__search .search-widget__btn {
  width: 50px;
  height: 100%;
  background: transparent url(../../assets/img/icons/icon-search.svg) no-repeat center;
  background-size: 18px;
  padding: 0;
}
#header #search-mobile {
  text-indent: -9999px;
  margin-right: 1rem;
  display: inline-flex;
  width: 24px;
  height: 26px;
  background: transparent url(../../assets/img/icons/icon-search-black.svg) no-repeat center bottom;
  background-size: contain;
  border: none;
  outline: none;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #header #search-mobile {
    display: none;
  }
}
#header #search-mobile.show {
  background: transparent url(../../assets/img/icons/icon-close.svg) no-repeat center bottom;
  background-size: contain;
  position: relative;
}
#header #search-mobile.show:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #f6f8fc;
  border-top: 1px solid #EBEDF6;
  border-left: 1px solid #EBEDF6;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
}
#header #store-locator {
  display: none;
}
@media (min-width: 768px) {
  #header #store-locator {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0.25rem;
  }
  #header #store-locator:after {
    content: "";
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: transparent url(../../assets/img/icons/icon-store-locator.svg) no-repeat center;
    background-size: contain;
    padding: 0;
  }
}
@media (min-width: 1460px) {
  #header #store-locator:after {
    margin-left: 0.5rem;
  }
}
#header #store-locator span {
  display: none;
}
@media (min-width: 1460px) {
  #header #store-locator span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 0.8571428571rem;
    line-height: 1;
    color: #1F2228;
  }
  #header #store-locator span strong {
    font-size: 1.4285714286rem;
    color: #2633DA;
  }
}
#header #favorites {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  #header #favorites {
    display: inline-flex;
  }
  #header #favorites .favorites {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    padding: 0;
    background: none;
    outline: none;
  }
  #header #favorites .favorites:after {
    display: none;
  }
  #header #favorites .favorites .icon-favorite {
    display: block;
    width: 20px;
    height: 30px;
    background: transparent url(../../assets/img/icons/icon-favorite.svg) no-repeat center bottom;
    background-size: contain;
    padding: 0;
    margin: 0 0.25rem;
    z-index: 1;
    text-indent: -9999px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #header #favorites .favorites .icon-favorite {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 992px) and (min-width: 1460px) {
  #header #favorites .favorites .icon-favorite {
    margin: 0 0.5rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #header #favorites .favorites:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background-color: #6E78FF;
    z-index: 0;
  }
  #header #favorites .favorites:hover .icon-favorite {
    background: transparent url(../../assets/img/icons/icon-favorite-white.svg) no-repeat center bottom;
    background-size: contain;
  }
}
#header .user-info {
  display: none;
}
@media (min-width: 992px) {
  #header .user-info {
    display: inline-flex;
  }
  #header .user-info .account {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    padding: 0;
    background: none;
    outline: none;
  }
  #header .user-info .account:after {
    display: none;
  }
  #header .user-info .account .icon-user {
    display: block;
    width: 26px;
    height: 30px;
    background: transparent url(../../assets/img/icons/icon-user.svg) no-repeat center bottom;
    background-size: contain;
    padding: 0;
    margin: 0 0.25rem;
    z-index: 1;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #header .user-info .account .icon-user {
    width: 30px;
    height: 36px;
  }
}
@media (min-width: 992px) and (min-width: 1460px) {
  #header .user-info .account .icon-user {
    margin: 0 0.5rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #header .user-info .account[aria-expanded=true]:before, #header .user-info .account:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background-color: #6E78FF;
    z-index: 0;
  }
  #header .user-info .account[aria-expanded=true] .icon-user, #header .user-info .account:hover .icon-user {
    background: transparent url(../../assets/img/icons/icon-user-white.svg) no-repeat center bottom;
    background-size: contain;
  }
  #header .user-info .account[aria-expanded=true]:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
    transform-origin: center;
    transform: translateX(-50%);
    left: 50%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] {
    background-color: white;
    box-shadow: 0 10px 20px #EBEDF6;
    border-radius: 2px;
    border: none;
    width: 280px;
    padding: 0;
    margin: 0;
    top: 26px !important;
    overflow: hidden;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown {
    padding: 0;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list {
    display: flex;
    flex-direction: column;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a {
    color: #1F2228;
    padding: 0.25rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a:before {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 1rem;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-documents:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-documents.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-documents:not(.disabled):hover:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-documents-hover.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-informations:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-informations.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-informations:not(.disabled):hover:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-informations-hover.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-orders:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-orders.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-orders:not(.disabled):hover:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-orders-hover.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-fidelity:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-fidelity.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-fidelity:not(.disabled):hover:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-fidelity-hover.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-dashboard:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-dashboard.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-dashboard:not(.disabled):hover:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-dashboard-hover.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-sav:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-sav.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-sav:not(.disabled):hover:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-sav-hover.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-favorites:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-favorites.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-favorites:not(.disabled):hover:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-favorites-hover.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-logout:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-logout.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.icon-logout:not(.disabled):hover:before {
    background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-logout-hover.svg) no-repeat center;
    background-size: contain;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a:hover {
    color: #2633DA;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a:last-of-type {
    border-bottom: none;
    padding: 1rem;
    border-top: 1px solid #EBEDF6;
  }
  #header .user-info .dropdown-menu[aria-labelledby=dropdown-user] .toolbar-dropdown .account-list a.disabled {
    opacity: 0.65;
    pointer-events: none;
  }
}
#header .cart-mobile {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 2;
}
@media (min-width: 992px) {
  #header .cart-mobile {
    display: none !important;
  }
}
#header .shopping-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  padding: 0;
  background: none;
  outline: none;
}
#header .shopping-cart:after {
  display: none;
}
#header .shopping-cart .icon-cart {
  display: block;
  position: relative;
  width: 26px;
  height: 30px;
  background: transparent url(../../assets/img/icons/icon-cart.svg) no-repeat center bottom;
  background-size: contain;
  margin: 0 0 0 0.25rem;
}
@media (min-width: 992px) {
  #header .shopping-cart .icon-cart {
    width: 30px;
    height: 36px;
  }
}
@media (min-width: 1460px) {
  #header .shopping-cart .icon-cart {
    margin: 0 0 0 0.5rem;
  }
}
#header .shopping-cart .icon-cart .cart-products-count {
  position: absolute;
  border: 2px solid white;
  border-radius: 50px;
  height: 24px;
  min-width: 24px;
  padding: 0 0.25rem;
  bottom: -6px;
  right: -10px;
  background-color: #6E78FF;
  color: white;
  font-size: 0.7142857143rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .shopping-cart .cart-products-amount {
  display: none;
}
@media screen and (min-width: 992px) {
  #header .shopping-cart .cart-products-amount {
    display: inline-flex;
    font-size: 1.2857142857rem;
    font-weight: bold;
    z-index: 1;
    padding: 0 0.25rem 0 1rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1460px) {
  #header .shopping-cart .cart-products-amount {
    padding: 0 0.5rem 0 1rem;
  }
}
@media (min-width: 992px) {
  #header .shopping-cart[aria-expanded=true], #header .shopping-cart:hover {
    position: relative;
  }
  #header .shopping-cart[aria-expanded=true]:before, #header .shopping-cart:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background-color: #6E78FF;
    z-index: 0;
  }
  #header .shopping-cart[aria-expanded=true] .icon-cart, #header .shopping-cart:hover .icon-cart {
    background: transparent url(../../assets/img/icons/icon-cart-white.svg) no-repeat center bottom;
    background-size: contain;
  }
  #header .shopping-cart[aria-expanded=true] .icon-cart .cart-products-count, #header .shopping-cart:hover .icon-cart .cart-products-count {
    border: 2px solid #6E78FF;
    background-color: white;
    color: #6E78FF;
  }
  #header .shopping-cart[aria-expanded=true] .cart-products-amount, #header .shopping-cart:hover .cart-products-amount {
    color: white;
  }
  #header .shopping-cart[aria-expanded=true]:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
    transform-origin: center;
    transform: translateX(-50%);
    left: 50%;
    margin: 0;
  }
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] {
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
  width: 500px;
  padding: 0;
  margin: 0;
  top: 26px !important;
  overflow: hidden;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown {
  padding: 0;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .title {
  text-transform: uppercase;
  color: #1F2228;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  padding: 1rem;
  border-bottom: 1px solid #F5F5F8;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list {
  max-height: 60vh;
  overflow-y: auto;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .product-manufacturer {
  margin: 1rem 1rem 0;
  border-bottom: 1px solid #F5F5F8;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item {
  padding: 1rem;
  border-bottom: 1px solid #EBEDF6;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item .dropdown-product-thumb {
  margin-right: 0.5rem;
  max-height: 80px;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item .dropdown-product-info {
  width: 40%;
  display: flex;
  flex-direction: column;
  color: #1F2228;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item .dropdown-product-info a {
  color: #1F2228;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item .dropdown-product-info a:hover {
  color: #2633DA;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item .dropdown-product-info .dropdown-product-price-unit {
  font-weight: 600;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item .dropdown-product-quantity {
  margin-left: 0.5rem;
  font-weight: 600;
  min-width: 5%;
  text-align: right;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item .dropdown-product-price-total {
  margin-left: 0.5rem;
  font-weight: 600;
  color: #2633DA;
  min-width: 20%;
  text-align: right;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown .product-list .dropdown-product-item .dropdown-product-remove {
  margin-left: 0.5rem;
  width: 30px;
  text-align: right;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown-total {
  padding: 1rem;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown-total .cart-summary-totals {
  margin: 0 auto 1rem;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown-total .cart-summary-totals .cart-summary-line {
  justify-content: flex-end;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown-total .cart-summary-totals .cart-summary-line .label {
  min-width: 100px;
}
#header .dropdown-menu[aria-labelledby=dropdown-cart] .toolbar-dropdown-total .cart-summary-totals .cart-summary-line .value {
  min-width: 120px;
  text-align: right;
}

/*******************************/
/************ Menu *************/
/*******************************/
.menu-top {
  flex-direction: column;
}

/*******************************/
/******** Fil d'Ariane *********/
/*******************************/
#menu-breadcrumb {
  display: none;
}
@media (min-width: 992px) {
  #menu-breadcrumb {
    display: block;
    min-height: 60px;
    position: relative;
  }
  #menu-breadcrumb:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    background-color: #F5F5F8;
    z-index: -1;
  }
  #menu-breadcrumb .breadcrumb {
    height: 60px;
    background: none;
    margin-bottom: 0;
  }
  #menu-breadcrumb .breadcrumb .breadcrumb-item {
    align-items: center;
  }
  #menu-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #2633DA;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5714285714rem;
  }
  #menu-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #2633DA;
    opacity: 0.8;
  }
  #menu-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: ">";
    font-weight: 500;
    color: #2633DA;
  }
}

body.page-authentication #menu-breadcrumb,
body.page-password #menu-breadcrumb {
  display: none;
}
body.page-authentication #wrapper,
body.page-password #wrapper {
  margin-top: auto;
  margin-bottom: auto;
}

body.layout-full-width #left-column {
  display: none;
}
body.layout-full-width #content-wrapper,
body.layout-full-width #footer-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

/*******************************/
/********* Mon compte **********/
/*******************************/
#my-account #introduction-client-area {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/espace-client.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #my-account #introduction-client-area {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#my-account #introduction-client-area h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: auto;
  margin-top: 2rem;
  text-transform: inherit;
  padding: 1rem;
}
#my-account #introduction {
  margin-top: -60px;
  margin-bottom: 2rem;
  border: none;
  border-radius: 2px;
  background: #ffffff;
}
#my-account #introduction .card-body {
  padding: 2rem;
}
#my-account #introduction .card-body h2 {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
}
#my-account #introduction .card-body p {
  font-size: 1.0714285714rem;
  font-weight: 400;
}
#my-account #introduction .card-body p:last-of-type {
  margin-bottom: 0;
}
#my-account #last-order {
  margin-bottom: 2rem;
}
#my-account #last-order .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#my-account #last-order .card {
  margin-bottom: 2rem;
  border: none;
}
#my-account #last-order .card .card-body {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
  margin: 2rem 0;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  #my-account #last-order .card .card-body {
    flex-direction: row;
  }
}
#my-account #last-order .card .card-body .details {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #my-account #last-order .card .card-body .details {
    margin-bottom: 0;
  }
}
#my-account #last-order .card .card-body .details .order-reference {
  font-size: 1.2142857143rem;
  line-height: 1.8571428571rem;
  color: #1F2228;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#my-account #last-order .card .card-body .details .order-reference span:not(:last-of-type):after {
  content: "-";
  margin: 0 0.25rem;
}
#my-account #last-order .card .card-body .details .order-reference small {
  margin-left: 0.25rem;
  color: rgba(31, 34, 40, 0.5);
}
#my-account #last-order .card .card-body .details .order-products-count {
  color: #2633DA;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-transform: uppercase;
}
#my-account #last-order .card .card-body .details .order-amount {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#my-account #last-order .card .card-body .details .order-amount span {
  opacity: 0.404943;
  color: #2633DA;
  font-size: 1rem;
  font-weight: 400;
}
#my-account #last-order .card .card-body .details .order-amount span.amount {
  opacity: 1;
  padding: 0 0.75rem;
  background-color: #5B5B99;
  color: white;
  font-size: 1.2142857143rem;
  font-weight: 700;
  line-height: 1.8571428571rem;
  text-align: center;
  margin-left: 0.5rem;
}
#my-account #last-order .card .card-body .details .order-amount span.amount small {
  margin-left: 0.25rem;
}
#my-account #last-order .card .card-body .details h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#my-account #last-order .card .card-body .details p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
#my-account #last-order .card .card-body .actions {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 992px) {
  #my-account #last-order .card .card-body .actions {
    width: 280px;
    min-width: 280px;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #F5F5F8;
  }
}
#my-account #last-order .card.card-empty .card-body {
  background-color: #f5f6fd;
  box-shadow: none;
  height: 140px;
  align-items: center;
  justify-content: center;
}
#my-account #last-order .card.card-empty .card-body span {
  color: #6E78FF;
  font-weight: 600;
  text-align: center;
}
#my-account #most-ordered {
  margin-bottom: 2rem;
}
#my-account #most-ordered .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#my-account #most-ordered .card {
  margin-bottom: 2rem;
  border: none;
}
#my-account #most-ordered .card .card-body {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
  margin: 2rem 0;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  #my-account #most-ordered .card .card-body {
    flex-direction: row;
  }
}
#my-account #most-ordered .card .card-body #most-ordered-products {
  margin-bottom: 0;
}
#my-account #most-ordered .card .card-body #most-ordered-products tbody tr:last-of-type {
  border-bottom: none;
}
#my-account #most-ordered .card.card-empty .card-body {
  background-color: #f5f6fd;
  box-shadow: none;
  height: 140px;
  align-items: center;
  justify-content: center;
}
#my-account #most-ordered .card.card-empty .card-body span {
  color: #6E78FF;
  font-weight: 600;
  text-align: center;
}
#my-account #account-links .account-link {
  width: 100%;
  height: 200px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5B5B99;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  text-align: center;
  text-transform: uppercase;
  padding: 2rem 1rem;
  position: relative;
}
#my-account #account-links .account-link:before {
  content: "";
  display: flex;
  margin-bottom: 0.5rem;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
#my-account #account-links .account-link:not(.disabled):hover {
  color: #2633DA;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
  font-weight: 500;
}
#my-account #account-links .account-link.icon-documents:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-documents.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-documents:not(.disabled):hover:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-documents-hover.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-informations:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-informations.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-informations:not(.disabled):hover:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-informations-hover.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-orders:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-orders.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-orders:not(.disabled):hover:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-orders-hover.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-fidelity:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-fidelity.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-fidelity:not(.disabled):hover:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-fidelity-hover.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-dashboard:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-dashboard.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-dashboard:not(.disabled):hover:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-dashboard-hover.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-sav:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-sav.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-sav:not(.disabled):hover:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-sav-hover.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-favorites:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-favorites.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link.icon-favorites:not(.disabled):hover:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/my-account/icon-favorites-hover.svg) no-repeat center;
  background-size: contain;
}
#my-account #account-links .account-link:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  width: 2px;
  height: 70px;
  background-color: #EBEDF6;
}
@media (max-width: 575.98px) {
  #my-account #account-links .account-link:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #my-account #account-links .account-link.icon-informations:not(.customer-display):after, #my-account #account-links .account-link.icon-orders.customer-display:after, #my-account #account-links .account-link.icon-fidelity:not(.customer-display):after, #my-account #account-links .account-link.icon-dashboard.customer-display:after, #my-account #account-links .account-link.icon-sav:not(.customer-display):after, #my-account #account-links .account-link.icon-favorites:after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #my-account #account-links .account-link.icon-favorites:after {
    display: none;
  }
}
@media (min-width: 768px) {
  #my-account #account-links .account-link.icon-fidelity.customer-display:after, #my-account #account-links .account-link.icon-orders:not(.customer-display):after, #my-account #account-links .account-link.icon-sav:not(.customer-display):after, #my-account #account-links .account-link.icon-favorites:after {
    display: none;
  }
}
#my-account #account-links .account-link.disabled {
  opacity: 0.65;
  pointer-events: none;
}

/**********************************/
/********* Mes commandes **********/
/**********************************/
#history #main {
  border: none;
}
#history #content {
  padding: 0;
}
@media (min-width: 768px) {
  #history #content {
    overflow: hidden;
  }
}
#history .introduction-order-area {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/commandes.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #history .introduction-order-area {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#history .introduction-order-area h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  padding: 1rem;
}
#history .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/************************************/
/********** Bloc commande ***********/
/************************************/
.card-order {
  border: none;
  position: relative;
}
.card-order.card-order-pending:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(-2% - 6px);
  right: calc(-2% - 6px);
  width: calc(104% + 6px + 6px);
  height: 100%;
  background-color: #EBEDF6;
}
.card-order .card-header {
  background: #f6f8fc;
  color: #000;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -2rem;
  margin-top: 2rem;
  z-index: 1;
  border-bottom: none;
}
.card-order .card-header.order-paid {
  background: #5B5B99;
  color: white;
}
.card-order .card-body {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
  margin: 2rem 0;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-order .card-body {
    flex-direction: row;
  }
}
.card-order .card-body .details {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .card-order .card-body .details {
    margin-bottom: 0;
  }
}
.card-order .card-body .details .order-reference {
  font-size: 1.2142857143rem;
  line-height: 1.8571428571rem;
  color: #1F2228;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.card-order .card-body .details .order-reference span:not(:last-of-type):after {
  content: "-";
  margin: 0 0.25rem;
}
.card-order .card-body .details .order-reference small {
  margin-left: 0.25rem;
  color: rgba(31, 34, 40, 0.5);
}
.card-order .card-body .details .order-products-count {
  color: #2633DA;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-transform: uppercase;
}
.card-order .card-body .details .order-amount {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-order .card-body .details .order-amount span {
  opacity: 0.404943;
  color: #2633DA;
  font-size: 1rem;
  font-weight: 400;
}
.card-order .card-body .details .order-amount span.amount {
  opacity: 1;
  padding: 0 0.75rem;
  background-color: #5B5B99;
  color: white;
  font-size: 1.2142857143rem;
  font-weight: 700;
  line-height: 1.8571428571rem;
  text-align: center;
  margin-left: 0.5rem;
}
.card-order .card-body .details .order-amount span.amount small {
  margin-left: 0.25rem;
}
.card-order .card-body .details h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.card-order .card-body .details p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.card-order .card-body .order-in-progress {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #F5F5F8;
}
.card-order .card-body .order-in-progress .card {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f6fd;
  background-color: #f5f6fd;
  padding: 2rem 0.5rem;
}
.card-order .card-body .order-in-progress .card span {
  text-transform: lowercase;
  margin-bottom: 0.5rem;
  font-size: 0.8571428571rem;
}
.card-order .card-body .order-in-progress .card span:before {
  content: "";
  display: flex;
  margin: 0 auto 0.5rem;
  width: 40px;
  height: 40px;
  background: transparent url(../../assets/img/icons/icon-ring.svg) no-repeat center;
  background-size: contain;
}
.card-order .card-body .order-in-progress .card span strong {
  color: #2633DA;
}
.card-order .card-body .order-in-progress .card a {
  font-size: 0.7142857143rem;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  border: 1px solid #6E78FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}
.card-order .card-body .actions {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 992px) {
  .card-order .card-body .actions {
    width: 280px;
    min-width: 280px;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #F5F5F8;
  }
}
.card-order.card-empty .card-body {
  background-color: #f5f6fd;
  box-shadow: none;
  height: 140px;
  align-items: center;
  justify-content: center;
}
.card-order.card-empty .card-body span {
  color: #6E78FF;
  font-weight: 600;
  text-align: center;
}
.card-order .remainder {
  z-index: 1;
}
.card-order .remainder ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #F5F5F8;
  padding: 1rem;
}
.card-order .remainder ul li:last-of-type {
  border-bottom: 0;
}
.card-order .remainder ul li span:first-of-type {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 992px) {
  .card-order .remainder ul li span:first-of-type {
    font-size: 1.1428571429rem;
    line-height: 1.8571428571rem;
  }
}
.card-order .remainder ul li span:first-of-type:before {
  content: "";
  display: flex;
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
  background: transparent url(../../assets/img/icons/icon-restock.svg) no-repeat center;
  background-size: contain;
}
.card-order .remainder ul li span:last-of-type {
  color: #d80000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5714285714rem;
}
@media (min-width: 992px) {
  .card-order .remainder ul li span:last-of-type {
    font-size: 1.1428571429rem;
    line-height: 1.8571428571rem;
  }
}

/************************************/
/********* Détail commande **********/
/************************************/
#order-detail #content {
  padding: 0;
}
#order-detail .introduction-order-area {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/commandes.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #order-detail .introduction-order-area {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#order-detail .introduction-order-area h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  padding: 1rem;
}
#order-detail .order-amount {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#order-detail .order-amount span {
  opacity: 0.404943;
  color: #2633DA;
  font-size: 1rem;
  font-weight: 400;
}
#order-detail .order-amount span.amount {
  opacity: 1;
  padding: 0 0.75rem;
  background-color: #5B5B99;
  color: white;
  font-size: 1.2142857143rem;
  font-weight: 700;
  line-height: 1.8571428571rem;
  text-align: center;
  margin-left: 0.5rem;
}
#order-detail .order-amount span.amount small {
  margin-left: 0.25rem;
}
#order-detail .order-details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  #order-detail .order-details {
    flex-direction: row;
  }
}
#order-detail .order-details .details {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #order-detail .order-details .details {
    margin-bottom: 0;
  }
}
#order-detail .order-details .details .order-products-count {
  color: #2633DA;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-transform: uppercase;
}
#order-detail .order-details .details h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#order-detail .order-details .details p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
#order-detail .order-details .actions {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 992px) {
  #order-detail .order-details .actions {
    width: 280px;
    min-width: 280px;
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
#order-detail .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#order-detail .card {
  border: none;
}
#order-detail .card .card-body {
  padding: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
#order-detail .card.card-blue {
  margin-bottom: 2rem;
}
#order-detail .card.card-blue .card-body {
  background-color: #EBEDF6;
  border-radius: 0;
  box-shadow: none;
}
#order-detail .card.card-blue .card-body .title {
  color: #1F2228;
}
#order-detail .card.card-blue .card-body .title .status {
  color: #6E78FF;
}
#order-detail .card.card-blue .card-body .stepper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  margin: 2rem 0 1rem 0;
}
@media (min-width: 768px) {
  #order-detail .card.card-blue .card-body .stepper {
    flex-direction: row;
    margin: 2rem 0;
  }
}
#order-detail .card.card-blue .card-body .stepper:before {
  content: "";
}
#order-detail .card.card-blue .card-body .stepper a {
  color: #6E78FF;
}
#order-detail .card.card-blue .card-body .stepper li {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  position: relative;
}
#order-detail .card.card-blue .card-body .stepper li:not(.check) {
  color: #c3c1cf;
}
@media (min-width: 768px) {
  #order-detail .card.card-blue .card-body .stepper li {
    width: 25%;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  #order-detail .card.card-blue .card-body .stepper li:not(.check) {
    color: #1F2228;
  }
  #order-detail .card.card-blue .card-body .stepper li:before {
    content: "";
    background: #c3c1cf;
    width: 20px;
    height: 20px;
    border: 2px solid #EBEDF6;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    z-index: 1;
  }
  #order-detail .card.card-blue .card-body .stepper li:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 6px;
    background: #c3c1cf;
    top: 7px;
    left: -50%;
  }
  #order-detail .card.card-blue .card-body .stepper li:first-of-type:after {
    display: none;
  }
}
#order-detail .card.card-blue .card-body .stepper li strong {
  font-size: 1rem;
  display: flex;
}
#order-detail .card.card-blue .card-body .stepper li small {
  font-weight: 400;
}
#order-detail .card.card-blue .card-body .stepper li.check strong {
  color: #6E78FF;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  display: block;
}
#order-detail .card.card-blue .card-body .stepper li.check:before, #order-detail .card.card-blue .card-body .stepper li.check:after {
  background: #6E78FF;
}
#order-detail .card.card-blue .card-body .table {
  background-color: transparent;
}
#order-detail .card.card-blue .card-body .table thead {
  border-bottom: 1px solid white !important;
}
#order-detail .card.card-blue .card-body .remainder-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
  color: #1F2228;
}
@media (min-width: 768px) {
  #order-detail .card.card-blue .card-body .remainder-collapse {
    margin: 0 calc(1rem + 14px);
  }
}
#order-detail .card.card-blue .card-body .remainder-collapse:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-arrow-black.svg) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}
#order-detail .card.card-blue .card-body .remainder-collapse[aria-expanded=true]:after {
  transform: rotate(0);
}
#order-detail .card.card-remainder .card-body {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
#order-detail .card.card-remainder .card-body ul {
  margin-bottom: 2rem;
}
#order-detail .card.card-remainder .card-body ul li {
  padding: 2rem;
  border-bottom: 1px solid #EBEDF6;
}
#order-detail .card.card-remainder .card-body .remainder-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
  color: #1F2228;
}
#order-detail .card.card-remainder .card-body .remainder-collapse .restock-date {
  color: #d80000;
  font-weight: 400;
  margin-left: auto;
  margin-right: 2rem;
}
#order-detail .card.card-remainder .card-body .remainder-collapse:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-restock.svg) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
#order-detail .card.card-remainder .card-body .remainder-collapse:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-arrow-black.svg) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}
#order-detail .card.card-remainder .card-body .remainder-collapse[aria-expanded=true] {
  color: #2633DA;
  margin-bottom: 1rem;
}
#order-detail .card.card-remainder .card-body .remainder-collapse[aria-expanded=true]:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-restock-blue.svg) no-repeat center;
  background-size: contain;
}
#order-detail .card.card-remainder .card-body .remainder-collapse[aria-expanded=true]:after {
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-arrow-blue.svg) no-repeat center;
  background-size: contain;
  transform: rotate(0);
}
#order-detail .card.card-message img {
  max-height: 100px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #order-detail .card.card-message img {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
#order-detail .card.card-message .message {
  padding: 1rem 0;
  border-bottom: 1px solid #EBEDF6;
  display: flex;
}
#order-detail .card.card-message .message:last-of-type {
  border-bottom: none;
}
#order-detail .card.card-message .message .datetime {
  color: #c3c1cf;
  font-weight: 500;
  font-size: 0.8571428571rem;
  width: 200px;
  flex-grow: 0;
  margin-right: 1rem;
}
#order-detail .card.card-message .message .text {
  font-size: 1rem;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}

/*********************************/
/********* Mes adresses **********/
/*********************************/
#addresses #main,
#address #main {
  border: none;
}
#addresses #content,
#address #content {
  padding: 0;
}
#addresses .introduction-address-area,
#address .introduction-address-area {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/adresses.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #addresses .introduction-address-area,
  #address .introduction-address-area {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#addresses .introduction-address-area h1,
#address .introduction-address-area h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
  padding: 1rem;
}
#addresses .address,
#address .address {
  margin-bottom: 2rem;
  border: none;
}
#addresses .address .card,
#address .address .card {
  border: none;
}
#addresses .address .card .card-body,
#address .address .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
@media (min-width: 768px) {
  #addresses .address .card .card-body,
  #address .address .card .card-body {
    flex-direction: row;
  }
}
#addresses .address .card .card-body .logo,
#address .address .card .card-body .logo {
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-delivery.svg) no-repeat center;
  background-size: contain;
  width: 70px;
  height: 50px;
  margin: 0 4rem 1rem 2rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #addresses .address .card .card-body .logo,
  #address .address .card .card-body .logo {
    margin-bottom: 0;
  }
}
#addresses .address .card .card-body .infos,
#address .address .card .card-body .infos {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #addresses .address .card .card-body .infos,
  #address .address .card .card-body .infos {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
#addresses .address .card .card-body .infos h4,
#address .address .card .card-body .infos h4 {
  color: #2633DA;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.2857142857rem;
  text-transform: uppercase;
}
#addresses .address .card .card-body .infos address,
#address .address .card .card-body .infos address {
  font-size: 0.8571428571rem;
  margin-bottom: 0.25rem;
}
#addresses .address .card .card-body .actions,
#address .address .card .card-body .actions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  #addresses .address .card .card-body .actions,
  #address .address .card .card-body .actions {
    min-width: 160px;
  }
}
#addresses .addresses-footer,
#address .addresses-footer {
  text-align: center;
}
#addresses .title,
#address .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#addresses form,
#address form {
  width: 100%;
  max-width: 100%;
}
#addresses form .card,
#address form .card {
  border: none;
}
#addresses form .card .card-body,
#address form .card .card-body {
  padding: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}

/*********************************************/
/********* Liste des établissements **********/
/*********************************************/
#seller-profile #main,
#establishment #main {
  border: none;
}
#seller-profile #content,
#establishment #content {
  padding: 0;
}
#seller-profile .card,
#establishment .card {
  border: none;
}
#seller-profile .card.card-empty .card-body,
#establishment .card.card-empty .card-body {
  background-color: #EBEDF6;
  border-radius: 2px;
  border: none;
}
#seller-profile .card.card-empty .card-body .no-data,
#establishment .card.card-empty .card-body .no-data {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5714285714rem;
  text-align: center;
}
#seller-profile .introduction-establishment-area,
#establishment .introduction-establishment-area {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/adresses.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
#seller-profile .introduction-establishment-area h1,
#establishment .introduction-establishment-area h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
}
#seller-profile .establishment,
#establishment .establishment {
  margin-bottom: 2rem;
  border: none;
}
#seller-profile .establishment .card,
#establishment .establishment .card {
  border: none;
}
#seller-profile .establishment .card .card-body,
#establishment .establishment .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
@media (min-width: 768px) {
  #seller-profile .establishment .card .card-body,
  #establishment .establishment .card .card-body {
    flex-direction: row;
  }
}
#seller-profile .establishment .card .card-body .photo,
#establishment .establishment .card .card-body .photo {
  background-image: url(/themes/levest/assets/img/icons/establishment-background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 170px;
  height: 140px;
  margin: 0 1rem 1rem 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #seller-profile .establishment .card .card-body .photo,
  #establishment .establishment .card .card-body .photo {
    margin-bottom: 0;
  }
}
#seller-profile .establishment .card .card-body .infos,
#establishment .establishment .card .card-body .infos {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #seller-profile .establishment .card .card-body .infos,
  #establishment .establishment .card .card-body .infos {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
#seller-profile .establishment .card .card-body .infos h4,
#establishment .establishment .card .card-body .infos h4 {
  color: #2633DA;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.2857142857rem;
  text-transform: uppercase;
}
#seller-profile .establishment .card .card-body .infos address,
#establishment .establishment .card .card-body .infos address {
  font-size: 0.8571428571rem;
  margin-bottom: 0.25rem;
}
#seller-profile .establishment .card .card-body .actions,
#establishment .establishment .card .card-body .actions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  #seller-profile .establishment .card .card-body .actions,
  #establishment .establishment .card .card-body .actions {
    min-width: 160px;
  }
}
#seller-profile .establishment-footer,
#establishment .establishment-footer {
  text-align: center;
}
#seller-profile .title,
#establishment .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#seller-profile .subtitle,
#establishment .subtitle {
  font-size: 1.2857142857rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#seller-profile form,
#establishment form {
  width: 100%;
  max-width: 100%;
}
#seller-profile form .card,
#establishment form .card {
  border: none;
}
#seller-profile form .card .card-body,
#establishment form .card .card-body {
  padding: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
#seller-profile form .card .card-body .map,
#establishment form .card .card-body .map {
  height: 400px;
  width: 100%;
  margin-bottom: 1rem;
}
#seller-profile form .card .card-body .card-empty .card-body,
#establishment form .card .card-body .card-empty .card-body {
  box-shadow: none;
  margin-bottom: 1rem;
}
#seller-profile form .card .card-body .position-relative button,
#establishment form .card .card-body .position-relative button {
  position: absolute;
  top: 0;
  right: 0;
}
#seller-profile form .card .card-body #display-photo,
#establishment form .card .card-body #display-photo {
  height: 200px;
  width: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#seller-profile form .card .card-body .opening-time hr,
#establishment form .card .card-body .opening-time hr {
  margin-bottom: 1rem;
}
#seller-profile form .card .card-body .opening-time .day,
#establishment form .card .card-body .opening-time .day {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  #seller-profile form .card .card-body .opening-time .day,
  #establishment form .card .card-body .opening-time .day {
    flex-direction: row;
    align-items: center;
  }
}
#seller-profile form .card .card-body .opening-time .day h4,
#establishment form .card .card-body .opening-time .day h4 {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5714285714rem;
  text-transform: capitalize;
  margin-bottom: 0;
  min-width: 200px;
}
#seller-profile form .card .card-body .opening-time .day .period,
#establishment form .card .card-body .opening-time .day .period {
  display: flex;
  align-items: center;
}
#seller-profile form .card .card-body .opening-time .day .period h6,
#establishment form .card .card-body .opening-time .day .period h6 {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
  text-transform: uppercase;
  min-width: 80px;
}
@media (min-width: 576px) {
  #seller-profile form .card .card-body .opening-time .day .period h6,
  #establishment form .card .card-body .opening-time .day .period h6 {
    font-size: 1rem;
    line-height: 1.5714285714rem;
    min-width: 100px;
  }
  #seller-profile form .card .card-body .opening-time .day .period h6:after,
  #establishment form .card .card-body .opening-time .day .period h6:after {
    content: ":";
    display: inline-flex;
  }
}
#seller-profile form .card .card-body .opening-time .day .period .selector,
#establishment form .card .card-body .opening-time .day .period .selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#seller-profile form .card .card-body .opening-time .day .period .selector select,
#establishment form .card .card-body .opening-time .day .period .selector select {
  font-weight: 500;
  padding: 0.25rem;
  appearance: none;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  #seller-profile form .card .card-body .opening-time .day .period .selector select,
  #establishment form .card .card-body .opening-time .day .period .selector select {
    padding: 0.5rem 0.25rem;
    appearance: auto;
    text-align: left;
  }
}
#seller-profile form .card .card-body .opening-time .day .period .selector select:first-of-type,
#establishment form .card .card-body .opening-time .day .period .selector select:first-of-type {
  margin-left: 1rem;
}
#seller-profile form .card .card-body .opening-time .day .period .selector select option,
#establishment form .card .card-body .opening-time .day .period .selector select option {
  font-weight: 500;
}
#seller-profile form .card .card-body .opening-time .day .period .selector select option.close,
#establishment form .card .card-body .opening-time .day .period .selector select option.close {
  text-transform: uppercase;
  float: inherit;
  font-size: inherit;
  text-shadow: none;
  opacity: 1;
}
#seller-profile form .card .card-body .opening-time .day .period .selector span,
#establishment form .card .card-body .opening-time .day .period .selector span {
  margin: 0 1rem;
}
#seller-profile form .card .card-body textarea,
#establishment form .card .card-body textarea {
  min-height: 160px;
}

/**********************************/
/********* Store Locator **********/
/**********************************/
#store-locator #main {
  border: none;
}
#store-locator #content {
  padding: 0;
}
#store-locator #map {
  height: 620px;
  max-height: 60vh;
}
#store-locator #map .gm-style a[href^="https://maps.google.com/maps"],
#store-locator #map .gm-style-cc {
  display: none !important;
}
#store-locator #map .maps-marker-header {
  display: flex;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
}
#store-locator #map .maps-marker-header .thumbnail {
  border-radius: 2px;
  width: 60px;
  height: 60px;
  background-color: #6E78FF;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
#store-locator #map .maps-marker-header h1 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  text-transform: inherit;
  margin-bottom: 0;
}
#store-locator #map .maps-marker-content {
  padding: 0 0.5rem;
}
#store-locator #map .maps-marker-content address {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 1rem;
}
#store-locator #map .maps-marker-content .website {
  align-items: center;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}
#store-locator #map .maps-marker-content .phone {
  display: flex;
  align-items: center;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 1rem;
  color: #1F2228;
}
#store-locator #map .maps-marker-content .phone:before {
  content: "";
  background: transparent url(/themes/levest/assets/img/icons/icon-phone.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 16px;
  display: block;
  margin-right: 0.25rem;
}
#store-locator #map .maps-marker-content .tags {
  text-align: center;
  margin-bottom: 0;
}
#store-locator #map .maps-marker-content .tags .tag {
  background: #F5F5F8;
  border-radius: 50px;
  padding: 0.15rem 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.7142857143rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
}
#store-locator #map .maps-marker-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
#store-locator #map .maps-marker-footer a {
  margin-bottom: 0;
  color: #2633DA;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.2857142857rem;
}
#store-locator .container-special {
  margin-top: -40px;
}
#store-locator #search .card {
  border: 1px solid #F5F5F8;
}
#store-locator #search .card .card-body form {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#store-locator #search .card .card-body form input {
  color: #1F2228;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.7142857143rem;
  flex: 1;
  border: none;
  outline: none;
  margin: 0 0.5rem;
  text-overflow: ellipsis;
}
#store-locator #search .card .card-body form input::placeholder {
  opacity: 0.75;
}
#store-locator #search .card .card-body form button#find-me {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: none;
  background: transparent url(/themes/levest/assets/img/icons/icon-localisation.svg) no-repeat center;
  background-size: 30px;
  outline: none;
}
#store-locator #search .card .card-body form button#clear {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background: transparent url(/themes/levest/assets/img/icons/icon-close.svg) no-repeat center;
  background-size: 20px;
  outline: none;
}
#store-locator #search .card .card-body form button#submit {
  color: #2633DA;
  background: white;
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5714285714rem;
  outline: none;
}
#store-locator #options {
  margin: 2rem;
}
#store-locator #options form {
  width: 100%;
  max-width: 100%;
  margin: 0 0 2rem;
}
#store-locator #options form .form-group {
  margin-bottom: 0;
}
#store-locator #options form .form-group #label-radius {
  width: 50px;
  text-align: right;
  margin: 0 0 0 0.5rem;
}
#store-locator #options form .form-group #label-radius:after {
  text-transform: lowercase;
  content: " km";
}
#store-locator #mosaic-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
#store-locator #mosaic-list .form-check {
  margin-left: 1rem;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  padding: 0;
}
#store-locator #mosaic-list .form-check:not(.selected) {
  opacity: 0.25;
}
#store-locator #mosaic-list .form-check:first-of-type {
  margin-left: 0;
}
#store-locator #mosaic-list .form-check input {
  display: none;
}
#store-locator #mosaic-list .form-check label {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}
#store-locator #mosaic-list .form-check label[for=input-mosaic] {
  background: transparent url(/themes/levest/assets/img/icons/map/icon-mosaic.svg) no-repeat center;
  background-size: contain;
}
#store-locator #mosaic-list .form-check label[for=input-list] {
  background: transparent url(/themes/levest/assets/img/icons/map/icon-list.svg) no-repeat center;
  background-size: contain;
}
#store-locator #display-establishments-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
  align-items: stretch;
  margin-bottom: 4rem;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic {
  flex: 1;
  max-width: 100%;
  background: white;
  position: relative;
  margin-bottom: 1rem;
  padding-right: 7.5px;
  padding-left: 7.5px;
  border: none;
  outline: none;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card {
  border: 1px solid #EBEDF6;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-content {
  background: #1F2228;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  padding: 0.5rem 5%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 34, 40, 0.5);
  z-index: 0;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-content h1 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 1rem;
  z-index: 1;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-content address {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 1rem;
  z-index: 1;
  position: relative;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-content .website {
  color: white;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
  z-index: 1;
  text-align: left;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-content .phone {
  display: flex;
  align-items: center;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
  color: white;
  z-index: 1;
  position: relative;
  margin-top: auto;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-content .phone:before {
  content: "";
  background: transparent url(/themes/levest/assets/img/icons/icon-phone-white.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 16px;
  display: block;
  margin-right: 0.25rem;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .thumbnail {
  position: absolute;
  bottom: -30px;
  right: 0.5rem;
  border: 2px solid white;
  border-radius: 2px;
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #6E78FF;
  background-size: 60%;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-tags {
  background: white;
  text-align: left;
  margin-bottom: 0;
  padding: 0.5rem calc(5% + 60px) 0.25rem 5%;
  min-height: 60px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card .establishment-miniature-tags .tag {
  display: inline-block;
  background: #F5F5F8;
  color: #1F2228;
  border-radius: 50px;
  padding: 0.15rem 0.5rem;
  margin: 0 0.5rem 0.25rem 0;
  text-transform: uppercase;
  font-size: 0.7142857143rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
  height: 20px;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card:hover {
  box-shadow: 0 10px 20px #EBEDF6;
}
#store-locator #display-establishments-list .establishment-miniature-mosaic .card:hover .establishment-miniature-content:before {
  background: rgba(38, 51, 218, 0.5);
}
@media (min-width: 992px) {
  #store-locator #display-establishments-list .establishment-miniature-mosaic {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 320px) {
  #store-locator #display-establishments-list .establishment-miniature-mosaic {
    flex: 1;
    max-width: 100%;
  }
}
#store-locator #display-establishments-list .establishment-miniature-list {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
#store-locator #display-establishments-list .establishment-miniature-list .card {
  border: 1px solid #EBEDF6;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0.5rem;
  background-color: white;
}
#store-locator #display-establishments-list .establishment-miniature-list .card:hover {
  background-color: #EBEDF6;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .thumbnail {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6E78FF;
  background-size: 60%;
  margin-right: 1rem;
  border-radius: 2px;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .establishment-miniature-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  margin-right: 1rem;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .establishment-miniature-content h1 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .establishment-miniature-content address {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .establishment-miniature-content .phone {
  display: flex;
  align-items: center;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .establishment-miniature-content .phone:before {
  content: "";
  background: transparent url(/themes/levest/assets/img/icons/icon-phone.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 16px;
  display: block;
  margin-right: 0.25rem;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .establishment-miniature-tags {
  width: 30%;
  display: flex;
  align-items: center;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .establishment-miniature-tags > div .tag {
  display: inline-block;
  background: #F5F5F8;
  border-radius: 50px;
  padding: 0.15rem 0.5rem;
  margin: 0 0.5rem 0.25rem 0;
  text-transform: uppercase;
  font-size: 0.7142857143rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .arrow {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
}
#store-locator #display-establishments-list .establishment-miniature-list .card .arrow a {
  background: white url(/themes/levest/assets/img/icons/icon-back.svg) no-repeat center;
  background-size: 12px;
  background-position-x: 16px;
  transform: rotate(180deg);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #EBEDF6;
}
#store-locator #display-establishments-list-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0;
}
#store-locator #display-establishments-list-empty span {
  font-size: 1.5714285714rem;
  font-weight: 500;
  line-height: 2.2857142857rem;
  text-align: center;
  opacity: 0.25;
  display: flex;
  align-items: center;
  justify-content: center;
}
#store-locator #display-establishments-list-empty span:before {
  content: "";
  display: flex;
  margin-right: 1rem;
  width: 40px;
  height: 40px;
  background: transparent url(/themes/levest/assets/img/icons/map/icon-revendeur-no-result.svg) no-repeat center;
  background-size: contain;
}

#store-locator-establishment #main {
  border: none;
}
#store-locator-establishment #content {
  padding: 0;
}
#store-locator-establishment #map-photo {
  min-height: 620px;
}
#store-locator-establishment #map-photo .collapse {
  min-height: 500px;
}
#store-locator-establishment #map-photo .collapse #map {
  height: 500px;
  border: 1px solid #F5F5F8;
}
#store-locator-establishment #map-photo .collapse #map .gm-style a[href^="https://maps.google.com/maps"],
#store-locator-establishment #map-photo .collapse #map .gm-style-cc {
  display: none !important;
}
#store-locator-establishment #map-photo .collapse #photo {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#store-locator-establishment #map-photo .control-accordion {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}
#store-locator-establishment #map-photo .control-accordion button {
  width: 100px;
  height: 100px;
  margin-right: 0.5rem;
}
#store-locator-establishment #map-photo .control-accordion button.control-map {
  border: 1px solid #2633DA;
  background: #6E78FF url(/themes/levest/assets/img/icons/map/icon-map.svg) no-repeat center;
  background-size: 60%;
}
#store-locator-establishment #map-photo .control-accordion button.control-photo {
  border: 1px solid #F5F5F8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#store-locator-establishment h1 {
  font-size: 1.7142857143rem;
  font-weight: 600;
  line-height: 2.7142857143rem;
  margin-bottom: 1rem;
}
#store-locator-establishment .establishment-address {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  margin-bottom: 1rem;
  color: #1F2228;
}
#store-locator-establishment .establishment-address:hover {
  text-decoration: underline;
}
#store-locator-establishment .phone {
  color: #1F2228;
  display: flex;
  align-items: center;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 1rem;
  z-index: 1;
  position: relative;
}
#store-locator-establishment .phone:hover {
  text-decoration: underline;
}
#store-locator-establishment .phone:before {
  content: "";
  background: transparent url(/themes/levest/assets/img/icons/icon-phone.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 16px;
  display: block;
  margin-right: 0.25rem;
}
#store-locator-establishment .establishment-description p {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}
#store-locator-establishment .establishment-social-networks .website {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  color: #2633DA;
}
#store-locator-establishment .establishment-social-networks .social-networks {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}
#store-locator-establishment .establishment-social-networks .social-networks .social {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  text-indent: -9999px;
  display: flex;
}
#store-locator-establishment .establishment-social-networks .social-networks .social.instagram {
  background: transparent url(/themes/levest/assets/img/icons/social/instagram.svg) no-repeat center;
  background-size: contain;
}
#store-locator-establishment .establishment-social-networks .social-networks .social.facebook {
  background: transparent url(/themes/levest/assets/img/icons/social/facebook.svg) no-repeat center;
  background-size: contain;
}
#store-locator-establishment .establishment-social-networks .social-networks .social.twitter {
  background: transparent url(/themes/levest/assets/img/icons/social/twitter.svg) no-repeat center;
  background-size: contain;
}
#store-locator-establishment .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
#store-locator-establishment #near-shop {
  background-color: #f6f8fc;
  padding: 40px 5% 140px;
}
#store-locator-establishment #near-shop h3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.4285714286rem;
  text-transform: uppercase;
}
#store-locator-establishment #near-shop .card {
  height: 100%;
  border: none;
  padding: 0;
  border-radius: 2px;
}
#store-locator-establishment #near-shop .card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
#store-locator-establishment #near-shop .card .card-body .distance {
  display: flex;
  align-items: center;
  font-size: 0.7142857143rem;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  color: #1F2228;
}
#store-locator-establishment #near-shop .card .card-body .distance:before {
  content: "";
  display: inline-flex;
  margin-right: 0.25rem;
  width: 14px;
  height: 14px;
  background: transparent url(/themes/levest/assets/img/icons/map/icon-distance.svg) no-repeat center;
  background-size: contain;
}
#store-locator-establishment #near-shop .card .card-body h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1F2228;
}
#store-locator-establishment #near-shop .card .card-body .full-address {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 0.5rem;
  color: #1F2228;
}
#store-locator-establishment #near-shop .card .card-body .establishment-miniature-tags {
  width: calc(100% - 60px);
  min-height: 60px;
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
#store-locator-establishment #near-shop .card .card-body .establishment-miniature-tags > div .tag {
  display: inline-block;
  background: #F5F5F8;
  color: #1F2228;
  border-radius: 50px;
  padding: 0.15rem 0.5rem;
  margin: 0 0.5rem 0.25rem 0;
  text-transform: uppercase;
  font-size: 0.7142857143rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
}
#store-locator-establishment #near-shop .card .card-body .establishment-miniature-tags .photo {
  background-color: #6E78FF;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F5F5F8;
  border-radius: 2px;
  background-size: 60%;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/***********************************************/
/********* Espace fidélité / Cashback **********/
/***********************************************/
#module-wassa_cashback-my_cashback #main {
  border: none;
}
#module-wassa_cashback-my_cashback #content {
  padding: 0;
}
#module-wassa_cashback-my_cashback #introduction-my-cashback {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/espace-fidelite.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #module-wassa_cashback-my_cashback #introduction-my-cashback {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#module-wassa_cashback-my_cashback #introduction-my-cashback h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
  padding: 1rem;
}
#module-wassa_cashback-my_cashback .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#module-wassa_cashback-my_cashback #stats div {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
#module-wassa_cashback-my_cashback #stats div span {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2857142857rem;
  margin-bottom: 0.5rem;
}
#module-wassa_cashback-my_cashback #stats div .value {
  color: #2633DA;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.1428571429rem;
}
#module-wassa_cashback-my_cashback #goals {
  background-color: #EBEDF6;
  padding: 2rem 10%;
  text-align: center;
}
#module-wassa_cashback-my_cashback #goals h2 {
  color: #1F2228;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.1428571429rem;
  text-align: center;
  text-transform: uppercase;
}
#module-wassa_cashback-my_cashback #goals h2:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background-color: white;
  margin: 0.5rem auto 2rem;
}
#module-wassa_cashback-my_cashback #goals p {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
}
#module-wassa_cashback-my_cashback #goals #progression-bar {
  max-width: 570px;
  margin: 0 auto 2rem;
  border-radius: 4px;
  background: white;
  border: none;
  box-shadow: 0 10px 20px rgba(38, 51, 218, 0.09);
}
#module-wassa_cashback-my_cashback #goals #progression-bar .card-body {
  padding: 2rem;
}
#module-wassa_cashback-my_cashback #goals #progression-bar p {
  font-weight: 300;
  margin-bottom: 0.25rem;
}
#module-wassa_cashback-my_cashback #goals #progression-bar p.blue {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
}
#module-wassa_cashback-my_cashback #goals #progression-bar p.blue strong {
  font-size: 1.4285714286rem;
}
#module-wassa_cashback-my_cashback #goals #progression-bar .progress {
  background-color: #EBEDF6;
  border-radius: 10px;
  overflow: hidden;
  margin: 1rem auto 0;
  max-width: 400px;
}
#module-wassa_cashback-my_cashback #goals #progression-bar .progress .progress-bar {
  background: linear-gradient(157deg, #61F4DE, #6E78FF);
  border-radius: 10px;
  height: 8px;
}
#module-wassa_cashback-my_cashback #goals #manufacturers {
  justify-content: center;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer {
  margin: 0 auto 3rem;
  border-radius: 4px;
  background: white;
  border: none;
  box-shadow: 0 10px 20px rgba(38, 51, 218, 0.09);
  position: relative;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer .card-body {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer .card-body .logo {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 1rem;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer .card-body .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80%;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer .card-body .amount {
  font-size: 2.1428571429rem;
  text-align: center;
  color: #6E78FF;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer .card-body .amount strong {
  color: #2633DA;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer .card-body .amount small {
  font-size: 1.1428571429rem;
  font-weight: 300;
  text-align: center;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer .card-body .left {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  height: calc(20px + 1rem);
  background-color: #2633DA;
  color: white;
  font-size: 0.8571428571rem;
  font-weight: 300;
  line-height: 1.2857142857rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.15rem 1rem;
  display: flex;
  align-items: center;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer .card-body .left strong {
  margin-right: 0.25rem;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer.completed {
  background-color: #2633DA;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer.completed .amount {
  color: white;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer.completed .amount strong {
  color: white;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer.completed .amount small {
  color: #6E78FF;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer.completed .objective-completed {
  color: white;
  font-size: 0.8571428571rem;
  font-weight: 300;
  line-height: 1.2857142857rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  bottom: 6px;
}
#module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer.no-objective .amount, #module-wassa_cashback-my_cashback #goals #manufacturers .manufacturer.no-objective .left {
  opacity: 0;
}
#module-wassa_cashback-my_cashback #my-level {
  background: linear-gradient(160deg, #61F4DE, #6E78FF);
  border-radius: 2px;
  padding: 2rem 10%;
  text-align: center;
  color: white;
}
#module-wassa_cashback-my_cashback #my-level h2 {
  color: white;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.1428571429rem;
  text-align: center;
  text-transform: uppercase;
}
#module-wassa_cashback-my_cashback #my-level h2:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background-color: #EBEDF6;
  margin: 0.5rem auto 2rem;
}
#module-wassa_cashback-my_cashback #my-level p {
  color: white;
}
#module-wassa_cashback-my_cashback #my-level #levels {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #module-wassa_cashback-my_cashback #my-level #levels {
    flex-direction: row;
  }
}
#module-wassa_cashback-my_cashback #my-level #levels .level {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 20%;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #module-wassa_cashback-my_cashback #my-level #levels .level:before {
    position: absolute;
    left: -20px;
    top: 50%;
    content: "";
    background-color: white;
    width: 40px;
    height: 10px;
    -webkit-transform: perspective(40px) rotateX(60deg);
  }
}
#module-wassa_cashback-my_cashback #my-level #levels .level .level-name {
  color: white;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.1428571429rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#module-wassa_cashback-my_cashback #my-level #levels .level .star {
  width: 100%;
  height: 70px;
  background: transparent url(/themes/levest/assets/img/icons/icon-star-disabled.svg) center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#module-wassa_cashback-my_cashback #my-level #levels .level .cashback {
  color: white;
  font-size: 0.7142857143rem;
  font-weight: 500;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
}
#module-wassa_cashback-my_cashback #my-level #levels .level:first-of-type:before {
  display: none;
}
#module-wassa_cashback-my_cashback #my-level #levels .level.completed {
  opacity: 1;
}
#module-wassa_cashback-my_cashback #my-level #levels .level.completed .star {
  transform: scale(1.25);
  background: transparent url(/themes/levest/assets/img/icons/icon-star-enabled.svg) center no-repeat;
  background-size: contain;
  color: #2633DA;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}
#module-wassa_cashback-my_cashback #use-my-cashback {
  padding: 2rem;
  text-align: center;
}
#module-wassa_cashback-my_cashback #use-my-cashback h2 {
  color: #1F2228;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.1428571429rem;
  text-align: center;
  text-transform: uppercase;
}
#module-wassa_cashback-my_cashback #use-my-cashback h2:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background-color: white;
  margin: 0.5rem auto 2rem;
}
#module-wassa_cashback-my_cashback #use-my-cashback .advantage .logo {
  height: 200px;
  margin-bottom: 1rem;
}
#module-wassa_cashback-my_cashback #use-my-cashback .advantage .logo img {
  height: 100%;
}
#module-wassa_cashback-my_cashback #use-my-cashback .advantage .subtitle {
  color: #2633DA;
  font-size: 1.2857142857rem;
  font-weight: 600;
  line-height: 1.4285714286rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#module-wassa_cashback-my_cashback #use-my-cashback .advantage p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  text-align: center;
}
#module-wassa_cashback-my_cashback #questions h2 {
  color: #2633DA;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.1428571429rem;
  text-align: left;
  text-transform: uppercase;
}
#module-wassa_cashback-my_cashback #questions .tab-content {
  padding: 1rem;
}
#module-wassa_cashback-my_cashback #questions .tab-content button.collapsed {
  color: #1F2228;
}

body.layout-full-width #levels .level:after {
  left: calc(100% - 40px) !important;
  width: 80px !important;
}

/**************************************************/
/********* Mes informations personnelles **********/
/**************************************************/
#identity #main {
  border: none;
}
#identity #content {
  padding: 0;
}
#identity .introduction-identity-area {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/informations.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #identity .introduction-identity-area {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#identity .introduction-identity-area h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
  padding: 1rem;
}
#identity .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#identity form {
  width: 100%;
  max-width: 100%;
}
#identity form .card {
  border: none;
}
#identity form .card .card-body {
  padding: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
#identity form .card .card-body .bg-light {
  background-color: #F5F5F9;
  border-radius: 10px;
}
#identity form .card .card-body .bg-light .form-group:last-of-type {
  margin-bottom: 0;
}

/**************************************************/
/********* Mes informations personnelles **********/
/**************************************************/
#contact #main {
  border: none;
}
#contact #content {
  padding: 0;
}
#contact .introduction-contact-area {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/adresses.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
#contact .introduction-contact-area h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
}
#contact .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#contact form {
  width: 100%;
  max-width: 100%;
}
#contact form .card {
  border: none;
}
#contact form .card .card-body {
  padding: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
#contact form .card .card-body .bg-light {
  background-color: #F5F5F9;
  border-radius: 10px;
}
#contact form .card .card-body .bg-light .form-group:last-of-type {
  margin-bottom: 0;
}

/***************************************/
/********* Ma fiche revendeur **********/
/***************************************/
#seller-profile #content {
  padding: 0;
}
#seller-profile .introduction-seller-profile-area {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/adresses.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #seller-profile .introduction-seller-profile-area {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#seller-profile .introduction-seller-profile-area h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
  padding: 1rem;
}
#seller-profile .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#seller-profile form {
  width: 100%;
  max-width: 100%;
}
#seller-profile form .card {
  border: none;
}
#seller-profile form .card .card-body {
  padding: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
#seller-profile form .card .card-body .bg-light {
  background-color: #F5F5F9;
  border-radius: 10px;
}
#seller-profile form .card .card-body .bg-light .form-group:last-of-type {
  margin-bottom: 0;
}

/**********************************/
/********* Account links **********/
/**********************************/
#my-account-links {
  margin-top: calc(-100px + 1rem);
  margin-bottom: 4rem;
}
#my-account-links .account-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  text-align: center;
  color: #2633DA;
  background-color: white;
  border: 1.5px solid #F3F3F8;
  border-radius: 2px;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 1.0714285714rem;
  text-transform: uppercase;
  padding: 0 1rem;
}
#my-account-links .account-link.active {
  color: white;
  background-color: #6E78FF;
  border-color: #6E78FF;
  box-shadow: 0 10px 20px #EBEDF6;
}
#my-account-links .container-logout {
  text-align: center;
}
#my-account-links .container-logout a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 1.0714285714rem;
  color: #1F2228;
}
#my-account-links .container-logout a:before {
  content: "";
  display: block;
  background: transparent url(/themes/levest/assets/img/icons/my-account/icon-logout.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
#my-account-links .container-logout a:hover {
  color: #2633DA;
}
#my-account-links .container-logout a:hover:before {
  background: transparent url(/themes/levest/assets/img/icons/my-account/icon-logout-hover.svg) no-repeat center;
  background-size: contain;
}

/****************************/
/********* Produit **********/
/****************************/
#product h1 {
  color: #1F2228;
  font-size: 1.7142857143rem;
  font-weight: 600;
  line-height: 1;
  text-transform: initial;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-right: 40px;
}
#product h2.title {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 1rem;
}
#product h2.manufacturer {
  margin-bottom: 0.5rem;
}
#product h2.manufacturer a {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
}
#product .product-tags,
#product .stars-container {
  margin-bottom: 0.5rem;
}
#product .product-number-bottle {
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 300;
  line-height: 1.5714285714rem;
  margin: 0;
}
#product #back-in-stock {
  background-color: #EBEDF6;
  border-radius: 15px;
  border: none;
}
#product .product-information {
  margin-top: 1rem;
}
#product .product-information .product-description-short {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
}
#product .product-prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #F5F5F8;
  padding: 1rem;
  border-radius: 5px;
  margin: 0 0 1rem 0;
}
#product .product-prices > div {
  display: flex;
  align-items: baseline;
}
#product .product-prices > div .product-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#product .product-prices > div .product-price .current-price-display {
  color: #2633DA;
  font-size: 1.7142857143rem;
  font-weight: 700;
  line-height: 2.7142857143rem;
}
#product .product-prices > div .product-price .current-price-display .tax {
  font-size: 0.8571428571rem;
}
#product .product-prices > div .product-price .product-batch-bottle {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5714285714rem;
  margin: 0;
}
#product .product-prices > div .discount {
  margin: 0 0.25rem;
  padding: 0.25rem;
}
#product .product-prices > div .product-unit-price {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5714285714rem;
  margin: 0;
}
#product .product-prices > div .tax-shipping-delivery-label {
  color: #2633DA;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  margin-left: 0.25rem;
}
#product .product-stock {
  flex-shrink: 0;
  margin-left: 1rem;
}
#product .product-stock .delivery-information.out-stock {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F5F5F8;
  padding: 0.15rem 0.35rem;
}
#product .product-stock .delivery-information.out-stock span {
  border-radius: 2px;
  color: #d80000;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
}
#product .product-stock .delivery-information.out-stock small {
  font-weight: 300;
  font-size: 0.7142857143rem;
}
#product .product-stock .delivery-information.in-stock {
  padding: 0.15rem 0.35rem;
  border-radius: 2px;
  background-color: #1FA942;
  color: white;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
}
#product .product-carousel {
  padding: 2rem 1rem;
}
#product .product-carousel .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #1F2228;
}
#product .product-carousel .title:after {
  display: flex;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #F5F5F8;
}
#product .product-carousel#associated-products-tags {
  background-color: #F5F5F8;
}
#product .product-carousel#associated-products-tags .title:after {
  background-color: white;
}
#product .product-carousel#associated-products-tags .card-product {
  border: none;
  background: none;
  box-shadow: none;
}
#product .product-carousel#associated-products-tags .card-product .stars-container {
  background: none;
}
#product .product-carousel#associated-products-tags .card-product .product-stock {
  background: white;
}
#product .product-carousel#associated-products-tags .card-product .product-stock.filled {
  background: #1FA942;
}
/****************************/
/********* slider **********/
/****************************/
.slick-slider {
  cursor: grab;
}
.slick-slider:active {
  cursor: grabbing !important;
}
.slick-slider .slick-slide > div {
  display: flex;
  justify-content: center;
}
.slick-slider.carousel-introduction {
  display: flex;
  height: 100%;
}
@media (min-width: 768px) {
  .slick-slider.carousel-introduction {
    margin-right: 0.5rem;
  }
}
.slick-slider.carousel-introduction .slick-list .slick-slide {
  height: 300px;
}
@media (min-width: 768px) {
  .slick-slider.carousel-introduction .slick-list .slick-slide {
    height: calc((240px * 2) + 0.5rem);
  }
}
.slick-slider.carousel-introduction .slick-list .slick-slide a {
  height: 300px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .slick-slider.carousel-introduction .slick-list .slick-slide a {
    height: calc((240px * 2) + 0.5rem);
  }
}
.slick-slider.carousel-introduction .slick-list .slick-slide a img {
  opacity: 0;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  z-index: 2;
  padding: 1rem;
  margin-bottom: 0;
}
.slick-slider .slick-dots li {
  opacity: 0.5;
}
.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.slick-slider .slick-dots li button {
  display: flex;
  margin-right: 0.25rem;
  background: white;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  border-radius: 50%;
  border: none;
  outline: none;
}
.slick-slider .slick-arrow {
  background: transparent url(/modules/wassa_homepage/images/carousel-arrow.svg) no-repeat center;
  background-size: contain;
  border: none;
  color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: none;
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.slick-slider .slick-arrow.slick-next {
  transform: translateY(-50%) rotate(180deg);
  left: inherit;
  right: 15px;
}
.slick-slider .slick-arrow i {
  display: none;
}

/****************************/
/********* Filtres **********/
/****************************/
.faceted-overlay {
  z-index: 1030 !important;
}

#js-product-list-top {
  margin: 1rem 15px;
}
#_desktop_search_filters_wrapper {
  margin: 0 15px;
}

label[for=select-sort-order] {
  margin-bottom: 0;
  text-transform: initial;
}

#select-sort-order {
  box-shadow: none;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
  text-align: right;
  border: none;
  border-bottom: 2px solid #F5F5F8;
  background: #fff url("/themes/levest/assets/img/icons/icon-arrow-blue-rotate.svg") no-repeat right 0.15rem center/12px 12px;
}

#results-per-page {
  border: 2px solid #F5F5F8;
}
#results-per-page .btn-result {
  position: relative;
  color: #1F2228;
}
#results-per-page .btn-result span {
  opacity: 0.5;
  font-weight: 500;
}
#results-per-page .btn-result:after {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #F5F5F8;
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
#results-per-page .btn-result.btn-result-active {
  color: #2633DA;
}
#results-per-page .btn-result.btn-result-active span {
  opacity: 1;
}
#results-per-page .btn-result:hover {
  color: #2633DA;
}
#results-per-page .btn-result:hover span {
  opacity: 0.75;
}

#search_filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 992px) {
  #search_filters {
    border: 1px solid #F5F5F8;
  }
}
@media (min-width: 992px) {
  #search_filters {
    flex-direction: row;
  }
}
#search_filters .facet__block {
  width: 100%;
  border-bottom: 1px solid #EBEDF6;
}
@media (min-width: 992px) {
  #search_filters .facet__block {
    padding: 1rem;
    max-width: 33.33333%;
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  #search_filters .facet__block .icon-collapse {
    display: none;
  }
}
#search_filters .facet__block .facet__header {
  border-bottom: 2px solid #F5F5F8;
}
#search_filters .facet__block .facet__header .facet__title {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  #search_filters .facet__block .collapse--facet {
    display: block !important;
  }
}
#search_filters .facet__block .custom-checkbox {
  padding-left: 0;
}
#search_filters .facet__block .custom-checkbox .custom-control-label {
  width: 100%;
}
#search_filters .facet__block .custom-checkbox .custom-control-label:before, #search_filters .facet__block .custom-checkbox .custom-control-label:after {
  left: inherit;
  right: 0;
}
#search_filters .facet__block.attribute_group .custom-color {
  width: 50px;
  margin: 0 0.5rem 0.5rem 0;
  display: inline-block;
}
#search_filters .facet__block.attribute_group .custom-color:last-of-type {
  margin-right: 0;
}
#search_filters .facet__block.attribute_group .custom-color .custom-control-label .color:not(.texture) {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border-width: 1px !important;
  border: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: none;
  background-color: white;
}
#search_filters .facet__block.attribute_group .custom-color .custom-control-label .color:not(.texture):hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#search_filters .facet__block.attribute_group .custom-color .custom-control-label .color__label {
  display: none;
}
#search_filters .facet__block.price .faceted-slider {
  margin-bottom: 0;
}
#search_filters .facet__block.price .faceted-slider .ui-slider {
  background: #F5F5F8 !important;
  border: none !important;
  width: calc(100% - 14px);
  height: 4px !important;
  margin: 28px 0 14px;
}
#search_filters .facet__block.price .faceted-slider .ui-slider .ui-slider-range {
  background: #6E78FF !important;
  height: 4px;
}
#search_filters .facet__block.price .faceted-slider .ui-slider .ui-slider-handle {
  margin-left: inherit !important;
  border: 2px solid #6E78FF !important;
  border-radius: 50px;
  width: 14px !important;
  height: 14px !important;
  top: -5px !important;
  cursor: grab !important;
}
#search_filters .facet__block.price .faceted-slider p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
}
#search_filters .facet__block.category .custom-control, #search_filters .facet__block.feature .custom-control {
  display: inline-flex;
  padding: 0.5rem;
  margin: 0 0.25rem 0.25rem 0;
  background: white;
  border: 2px solid #EBEDF6;
}
@media (min-width: 992px) {
  #search_filters .facet__block.category .custom-control, #search_filters .facet__block.feature .custom-control {
    border: 2px solid #F5F5F8;
  }
}
#search_filters .facet__block.category .custom-control .custom-control-label, #search_filters .facet__block.feature .custom-control .custom-control-label {
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  #search_filters .facet__block.category {
    max-width: 66.6666%;
  }
}
#search_filters .clear-all-wrapper {
  width: 100%;
}
#search_filters .clear-all-wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto 1rem;
}
#search_filters .clear-all-wrapper button i {
  line-height: 1;
}

#js-active-search-filters {
  background-color: #F5F5F8;
  margin: 0 15px;
}
#js-active-search-filters .active-filter__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
#js-active-search-filters .js-search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  text-transform: initial;
}
#js-active-search-filters .js-search-link i {
  line-height: 1;
  margin-right: 0.25rem;
}
#js-active-search-filters .js-search-link .title {
  color: #2633DA;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1;
  text-transform: initial;
  margin-right: 0.25rem;
}

#offcanvas_search_filter .modal-dialog__offcanvas {
  width: calc(100% - 60px);
  max-width: 100%;
}
#offcanvas_search_filter .modal-dialog__offcanvas .modal-header {
  justify-content: start;
}
#offcanvas_search_filter .modal-dialog__offcanvas .modal-header h2 {
  color: #2633DA;
  margin-bottom: 0;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
#offcanvas_search_filter .modal-dialog__offcanvas .modal-header .close {
  position: absolute;
  left: -60px;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: #2633DA;
  opacity: 1;
  margin: inherit;
}
#offcanvas_search_filter .modal-dialog__offcanvas .modal-header .close span {
  color: white;
  font-weight: 200;
  font-size: 2rem;
  height: 45px;
}
#offcanvas_search_filter .modal-dialog__offcanvas .modal-body {
  background-color: #F5F5F8;
}

/*******************************************/
/********* Introduction catégorie **********/
/*******************************************/
@media (max-width: 991.98px) {
  #category div[class^=introduction] {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.intro-category {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: none;
  padding: 0;
  color: white;
}
.intro-category.with-logo, .intro-category.with-description {
  padding: 2rem;
  min-height: 400px;
  background-color: #2633DA;
}
.intro-category #category-description {
  color: white;
  text-shadow: 1px 1px 1px black;
}
.intro-category p {
  color: white;
  font-size: 0.8571428571rem;
}
.intro-category p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .intro-category p {
    font-size: 1rem;
  }
}

/***************************************/
/********* Miniature produit  **********/
/***************************************/
.product-miniature {
  flex: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .product-miniature {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-full-width .product-miniature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .product-miniature {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-full-width .product-miniature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .layout-full-width .product-miniature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 1460px) {
  .product-miniature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .layout-full-width .product-miniature {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.product-miniature .card-product {
  border: none;
  padding: 1rem;
}
@media (min-width: 768px) {
  .product-miniature .card-product {
    min-height: 540px;
  }
}
@media (min-width: 992px) {
  .product-miniature .card-product {
    min-height: 540px;
  }
}
@media (max-width: 991.98px) {
  .product-miniature .card-product {
    background-color: white;
    box-shadow: 0 2px 14px #EBEDF6;
    border-radius: 4px;
  }
}
.product-miniature .card-product:hover {
  background-color: white;
  box-shadow: 0 2px 14px #EBEDF6;
  border-radius: 4px;
}
.product-miniature .card-product .card-img-top {
  position: relative;
}
.product-miniature .card-product .card-img-top .product-additional-info .tabs {
  margin-bottom: 0 !important;
}
.product-miniature .card-product .card-img-top .product-additional-info .tabs #back-in-stock {
  display: none !important;
}
.product-miniature .card-product .card-img-top .product-brand {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.product-miniature .card-product .card-img-top .product-brand a img {
  max-width: 44px;
}
.product-miniature .card-product .card-body {
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
}
.product-miniature .card-product .card-body .product-review-stock {
  display: flex;
  margin-bottom: 0.5rem;
  min-height: 20px;
}
.product-miniature .card-product .card-body .product-review-stock .product-stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.25rem;
  margin-left: auto;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1;
  height: 24px;
  flex-shrink: 0;
  color: #d80000;
  background-color: #F5F5F8;
}
.product-miniature .card-product .card-body .product-review-stock .product-stock.filled {
  color: white;
  background-color: #1FA942;
}
.product-miniature .card-product .card-body .product-title {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
}
.product-miniature .card-product .card-body .product-title a {
  color: #1F2228;
}
.product-miniature .card-product .card-body .product-title a:hover {
  color: #2633DA;
}
.product-miniature .card-product .card-body .product-number-bottle {
  color: rgba(31, 34, 40, 0.75);
  font-size: 0.8571428571rem;
  font-weight: 300;
  line-height: 1.2857142857rem;
}
.product-miniature .card-product .card-body .product-size-bottle {
  color: rgba(31, 34, 40, 0.75);
  font-size: 0.8571428571rem;
  font-weight: 300;
  line-height: 1.2857142857rem;
}
.product-miniature .card-product .card-body .product-features {
  min-height: 50px;
}
.product-miniature .card-product .card-body .product-price-and-shipping {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.product-miniature .card-product .card-body .product-price-and-shipping .current-price-discount,
.product-miniature .card-product .card-body .product-price-and-shipping .price {
  font-size: 1.4285714286rem;
  font-weight: 600;
  line-height: 2.1428571429rem;
  margin-bottom: 0;
  color: #1F2228;
  display: flex;
  align-items: baseline;
}
.product-miniature .card-product .card-body .product-price-and-shipping .tax {
  margin: 0 0.15rem;
  font-weight: 600;
  font-size: 0.7142857143rem;
}
.product-miniature .card-product .card-body .product-price-and-shipping .product-unit-price {
  font-size: 0.7142857143rem;
}
.product-miniature .card-product .card-body .product-price-and-shipping .discount {
  display: inline-flex;
  font-size: 0.8571428571rem;
  margin-right: 0.25rem;
  padding: 0.15rem 0.25rem;
  line-height: 1.4;
}
.product-miniature .card-product .card-body .product-price-and-shipping .regular-price {
  font-size: 1rem;
}
.product-miniature .card-product .card-body .product-combinaisons {
  margin-top: auto;
}

/***************************************/
/********* Réduction produit  **********/
/***************************************/
.regular-price {
  font-weight: 600;
}

.discount {
  background-color: #2633DA;
}

/**********************************/
/********* Tags produit  **********/
/**********************************/
ul.product-tags li.tag:not(:last-of-type) {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
ul.product-tags li.tag a {
  border: 1px solid #2633DA;
  border-radius: 50px;
  padding: 0.1rem 0.4rem;
  color: #2633DA;
  background: white;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-align: center;
  display: inline-block;
  text-transform: lowercase;
}
ul.product-tags li.tag a:first-letter {
  text-transform: capitalize;
}
ul.product-tags li.tag a:hover {
  color: white;
  background: #2633DA;
}

/************************************/
/********* Images produit  **********/
/************************************/
.product-thumbs {
  margin: 0;
  width: inherit;
}

/**************************************/
/********* Features produit  **********/
/**************************************/
ul.product-features {
  padding: 1rem 0;
}
ul.product-features li.feature {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
ul.product-features li.feature:not(:last-child) {
  margin-right: 12%;
}
ul.product-features li.feature:before {
  content: "";
  display: block;
  margin-bottom: 0.5rem;
  width: 44px;
  height: 40px;
}
ul.product-features li.feature.feature-pg:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-pg.svg) no-repeat center;
  background-size: contain;
}
ul.product-features li.feature.feature-vg:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-vg.svg) no-repeat center;
  background-size: contain;
}
ul.product-features li.feature.feature-conditionnement:before {
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-conditionnement.svg) no-repeat center;
  background-size: contain;
}

/********************************************************/
/********* Sample FDS produit + établissement  **********/
/********************************************************/
#accordion-opening-time-brands,
#accordion-sample-fds {
  margin-top: 2rem;
}
#accordion-opening-time-brands .accordion-container,
#accordion-sample-fds .accordion-container {
  margin-bottom: 0.5rem;
  border: 1px solid #F5F5F8;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}
#accordion-opening-time-brands .accordion-container:last-of-type,
#accordion-sample-fds .accordion-container:last-of-type {
  margin-bottom: 0;
}
#accordion-opening-time-brands .accordion-container .accordion-header button,
#accordion-sample-fds .accordion-container .accordion-header button {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  background: none;
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  outline: none;
  padding: 1.5rem;
}
#accordion-opening-time-brands .accordion-container .accordion-header button:after,
#accordion-sample-fds .accordion-container .accordion-header button:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-arrow-black.svg) no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  margin-left: auto;
}
#accordion-opening-time-brands .accordion-container .accordion-header button[aria-expanded=true],
#accordion-sample-fds .accordion-container .accordion-header button[aria-expanded=true] {
  background-color: #F5F5F8;
}
#accordion-opening-time-brands .accordion-container .accordion-header button[aria-expanded=true]:after,
#accordion-sample-fds .accordion-container .accordion-header button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
#accordion-opening-time-brands .accordion-container .accordion-header button span,
#accordion-sample-fds .accordion-container .accordion-header button span {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
#accordion-opening-time-brands .accordion-container .accordion-header button[data-target="#opening-time"] span:before,
#accordion-sample-fds .accordion-container .accordion-header button[data-target="#opening-time"] span:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: transparent url(../../../../themes/levest/assets/img/icons/map/icon-hours.svg) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
#accordion-opening-time-brands .accordion-container .accordion-header button[data-target="#brands"] span:before,
#accordion-sample-fds .accordion-container .accordion-header button[data-target="#brands"] span:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-conditionnement.svg) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
#accordion-opening-time-brands .accordion-container .accordion-header button[data-target="#sample"] span:before,
#accordion-sample-fds .accordion-container .accordion-header button[data-target="#sample"] span:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-sample.svg) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
#accordion-opening-time-brands .accordion-container .accordion-header button[data-target="#fds"] span:before,
#accordion-sample-fds .accordion-container .accordion-header button[data-target="#fds"] span:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-fds.svg) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
#accordion-opening-time-brands .accordion-container .accordion-header button[data-target="#attachments"] span:before,
#accordion-sample-fds .accordion-container .accordion-header button[data-target="#attachments"] span:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-fds.svg) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
#accordion-opening-time-brands .accordion-container .accordion-content,
#accordion-sample-fds .accordion-container .accordion-content {
  padding: 0.5rem 1.5rem;
}
#accordion-opening-time-brands .accordion-container .accordion-content.collapsing, #accordion-opening-time-brands .accordion-container .accordion-content.show,
#accordion-sample-fds .accordion-container .accordion-content.collapsing,
#accordion-sample-fds .accordion-container .accordion-content.show {
  background-color: #F5F5F8;
}
#accordion-opening-time-brands .accordion-container .accordion-content p, #accordion-opening-time-brands .accordion-container .accordion-content li,
#accordion-sample-fds .accordion-container .accordion-content p,
#accordion-sample-fds .accordion-container .accordion-content li {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}
#accordion-opening-time-brands .accordion-container .accordion-content#sample,
#accordion-sample-fds .accordion-container .accordion-content#sample {
  padding-bottom: 0.5rem;
}
#accordion-opening-time-brands .accordion-container .accordion-content#opening-time,
#accordion-sample-fds .accordion-container .accordion-content#opening-time {
  padding-bottom: 1rem;
}
#accordion-opening-time-brands .accordion-container .accordion-content#attachments ul li, #accordion-opening-time-brands .accordion-container .accordion-content#fds ul li,
#accordion-sample-fds .accordion-container .accordion-content#attachments ul li,
#accordion-sample-fds .accordion-container .accordion-content#fds ul li {
  display: flex;
  align-items: center;
}
#accordion-opening-time-brands .accordion-container .accordion-content#attachments ul li:before, #accordion-opening-time-brands .accordion-container .accordion-content#fds ul li:before,
#accordion-sample-fds .accordion-container .accordion-content#attachments ul li:before,
#accordion-sample-fds .accordion-container .accordion-content#fds ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 29px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-pdf.svg) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
#accordion-opening-time-brands .accordion-container .accordion-content#attachments ul li a, #accordion-opening-time-brands .accordion-container .accordion-content#fds ul li a,
#accordion-sample-fds .accordion-container .accordion-content#attachments ul li a,
#accordion-sample-fds .accordion-container .accordion-content#fds ul li a {
  color: #1F2228;
  text-decoration: underline;
}
#accordion-opening-time-brands .accordion-container .accordion-content .list-group-item,
#accordion-sample-fds .accordion-container .accordion-content .list-group-item {
  background: none;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#accordion-opening-time-brands .accordion-container .accordion-content .list-group-item span,
#accordion-sample-fds .accordion-container .accordion-content .list-group-item span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
}
#accordion-opening-time-brands .accordion-container .accordion-content .list-group-item span:first-of-type,
#accordion-sample-fds .accordion-container .accordion-content .list-group-item span:first-of-type {
  font-weight: 500;
  text-transform: capitalize;
}
#accordion-opening-time-brands .accordion-container .accordion-content#brands ul,
#accordion-sample-fds .accordion-container .accordion-content#brands ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#accordion-opening-time-brands .accordion-container .accordion-content#brands ul li span,
#accordion-sample-fds .accordion-container .accordion-content#brands ul li span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
}
#accordion-opening-time-brands .accordion-container .accordion-content#brands ul li span:before,
#accordion-sample-fds .accordion-container .accordion-content#brands ul li span:before {
  content: "";
  display: flex;
  margin-bottom: 1rem;
  width: 60px;
  height: 60px;
}
#accordion-opening-time-brands .accordion-container .accordion-content#brands ul li span.roykin:before,
#accordion-sample-fds .accordion-container .accordion-content#brands ul li span.roykin:before {
  background: transparent url(/themes/levest/assets/img/brands/logo_marque_roykin.svg) no-repeat center;
}
#accordion-opening-time-brands .accordion-container .accordion-content#brands ul li span.petit-nuage:before,
#accordion-sample-fds .accordion-container .accordion-content#brands ul li span.petit-nuage:before {
  background: transparent url(/themes/levest/assets/img/brands/logo_marque_petit_nuage.svg) no-repeat center;
}
#accordion-opening-time-brands .accordion-container .accordion-content#brands ul li span.greeneo:before,
#accordion-sample-fds .accordion-container .accordion-content#brands ul li span.greeneo:before {
  background: transparent url(/themes/levest/assets/img/brands/logo_marque_greeneo.svg) no-repeat center;
}
#accordion-opening-time-brands .accordion-container .accordion-content#brands ul li span.refill:before,
#accordion-sample-fds .accordion-container .accordion-content#brands ul li span.refill:before {
  background: transparent url(/themes/levest/assets/img/brands/logo_marque_refill.svg) no-repeat center;
}
#accordion-opening-time-brands .accordion-container .accordion-content#brands ul li span.mojy:before,
#accordion-sample-fds .accordion-container .accordion-content#brands ul li span.mojy:before {
  background: transparent url(/themes/levest/assets/img/brands/logo_marque_mojy.svg) no-repeat center;
  background-size: contain;
}

/**********************************/
/********* Tabs produit  **********/
/**********************************/
.product-tabs {
  padding: 0;
  border: none;
}
.product-tabs .nav-tabs {
  border-bottom: 2px solid #F5F5F8;
  padding-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  .product-tabs .nav-tabs {
    flex-direction: column;
  }
}
.product-tabs .nav-tabs .nav-item {
  margin: 0 1%;
}
.product-tabs .nav-tabs .nav-item .nav-link {
  color: #1F2228;
  text-transform: uppercase;
  position: relative;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  text-align: center;
  padding: 1rem 2rem;
}
.product-tabs .nav-tabs .nav-item .nav-link:before {
  display: block;
  content: attr(title);
  font-weight: 500;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.product-tabs .nav-tabs .nav-item .nav-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-tabs .nav-tabs .nav-item .nav-link.active {
  color: #2633DA;
  font-weight: 500;
}
.product-tabs .nav-tabs .nav-item .nav-link.active:after {
  background-color: #2633DA;
}
.product-tabs .tab-content {
  padding: 5%;
}
.product-tabs .tab-content .tab-pane p, .product-tabs .tab-content .tab-pane li {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}
.product-tabs .tab-content .tab-pane ul {
  list-style: inherit;
  padding-left: 1rem;
}
.product-tabs .tab-content .tab-pane li {
  list-style: initial;
}
.product-tabs .tab-content .tab-pane h2,
.product-tabs .tab-content .tab-pane .ean13 {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.product-tabs .tab-content .tab-pane .ean13 {
  margin-bottom: 0;
  margin-right: 1rem;
}
.product-tabs .tab-content .tab-pane .ean13:before {
  content: "-";
  display: inline-block;
  margin: 0 1rem;
}
.product-tabs .tab-content .tab-pane .list-group .list-group-item {
  border-color: #F5F5F8;
}
.product-tabs .tab-content .tab-pane .list-group .list-group-item.reference > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .product-tabs .tab-content .tab-pane .list-group .list-group-item.reference > div {
    flex-direction: row;
    align-items: center;
  }
}
.product-tabs .tab-content .accordion .accordion-container {
  border-bottom: 1px solid #F5F5F8;
}
.product-tabs .tab-content .accordion .accordion-container:last-of-type {
  border-bottom: none;
}
.product-tabs .tab-content .accordion .accordion-container .accordion-header {
  padding: 1rem 0;
}
.product-tabs .tab-content .accordion .accordion-container .accordion-header button {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  background: none;
  color: #2633DA;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
  outline: none;
  text-align: left;
}
.product-tabs .tab-content .accordion .accordion-container .accordion-header button:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: transparent url(../../../../themes/levest/assets/img/icons/icon-arrow-black.svg) no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  margin-right: 1rem;
}
.product-tabs .tab-content .accordion .accordion-container .accordion-header button[aria-expanded=true]:before {
  transform: rotate(180deg);
}

/**********************************/
/********* Avis produit  **********/
/**********************************/
.stars-container .comments {
  text-align: left !important;
}
.stars-container .comments a {
  display: flex;
}
.stars-container .comments img {
  margin-right: 0.5rem;
}
.stars-container .comments span {
  text-align: left !important;
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-decoration: underline;
}

#product #lgcomment {
  padding: 2rem;
}
#product #lgcomment .title {
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.5714285714rem;
  text-align: left !important;
}
#product #lgcomment .productComment {
  border: 1px solid #F5F5F8;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
#product #lgcomment .productComment .date,
#product #lgcomment .productComment .nick {
  color: rgba(31, 34, 40, 0.7);
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1rem;
}
#product #lgcomment .productComment .content-block {
  border: none;
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.4285714286rem;
  text-align: left !important;
}
#product #lgcomment .productComment .content-block .answer {
  padding-left: 0;
  color: #2633DA;
}
#product #lgcomment .content-button {
  padding: 1rem 0;
}
#product #lgcomment .content-button #displayMore {
  display: inline-flex;
  align-items: center;
  color: #1F2228;
  background: white;
  margin: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #EBEDF6;
  padding: 0.5rem 1rem;
}

.product-list-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.product-list-reviews .star {
  display: inline-flex;
  align-items: center;
}
.product-list-reviews small {
  margin-left: 0.5rem;
}

#product-comments .comments__header {
  margin-bottom: 1rem;
}
#product-comments .comments__header .comments-nb strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#product-comments .product-comment-list-item {
  border: 1px solid #F5F5F8;
  border-radius: 5px;
}
#product-comments .product-comment-list-item button {
  padding: 0;
  margin-left: 0;
}
#product-comments .product-comment-list-item button:not(:last-of-type) {
  padding-right: 0.5rem;
}
#product-comments .product-comment-list-item button i {
  color: #2633DA;
  font-size: 1rem;
}
#product-comments .product-comment-list-item button span {
  color: #1F2228;
  font-size: 1rem;
}
#product-comments .product-comment-list-item .comment-content .comment__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#product-comments .product-comment-list-item .comment-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
}

/********************************/
/********* Mes favoris **********/
/********************************/
.favorite {
  background: transparent url(/themes/levest/assets/img/icons/icon-favorite-empty.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}
.favorite.favorite-added, .favorite:hover {
  background: transparent url(/themes/levest/assets/img/icons/icon-favorite-filled.svg) no-repeat center;
  background-size: contain;
}
.favorite span {
  display: none;
}

body#product .favorite {
  top: 1.25rem;
}

#module-orderlist-my_list #main {
  border: none;
}
#module-orderlist-my_list #content {
  padding: 0;
}
#module-orderlist-my_list .introduction-my-favorites {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/favoris.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #module-orderlist-my_list .introduction-my-favorites {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#module-orderlist-my_list .introduction-my-favorites h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
  padding: 1rem;
}
#module-orderlist-my_list .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  color: #2633DA;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#module-orderlist-my_list form {
  width: 100%;
  max-width: 100%;
}
#module-orderlist-my_list form .card {
  border: none;
}
#module-orderlist-my_list form .card .card-body {
  padding: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
#module-orderlist-my_list form .card .card-body .bg-light {
  background-color: #F5F5F9;
  border-radius: 10px;
}
#module-orderlist-my_list form .card .card-body .bg-light .form-group:last-of-type {
  margin-bottom: 0;
}

/************************************/
/********* Page Recherche  **********/
/************************************/
body#search .introduction-search {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/recherche.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
body#search .introduction-search h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
}
body#search section.page-not-found .form-control {
  border: solid 1px #EBEDF6;
  background: #ffffff;
  height: 45px;
  box-shadow: none;
}
body#search section.page-not-found button[type=submit] {
  width: 50px;
  height: 100%;
  background: transparent url(../../assets/img/icons/icon-search.svg) no-repeat center;
  background-size: 18px;
  padding: 0;
}

/**********************************/
/********* Notifications **********/
/**********************************/
#notifications .alert {
  margin-bottom: 0;
}

#cookiesplus-modal .cookiesplus-accept {
  border: 1px solid #2633DA !important;
}

/**************************************************/
/********* Add to cart with combinaisons **********/
/**************************************************/
.product-combinaisons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0 !important;
}
.product-combinaisons .product-combinaison {
  cursor: pointer;
  padding: 0.5rem;
}
.product-combinaisons .product-combinaison.product-combinaison-unavailable {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-combinaisons .product-combinaison > div {
  position: relative;
  text-align: center;
}
.product-combinaisons .product-combinaison > div small {
  display: none;
  transition: opacity 250ms ease-in;
}
.product-combinaisons .product-combinaison .counter {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  color: white;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  padding: 0 2px;
}
.product-combinaisons .product-combinaison svg {
  width: 40px;
  height: 40px;
}
.product-combinaisons .product-combinaison svg .hover {
  display: none;
}
.product-combinaisons .product-combinaison span {
  display: block;
  text-align: center;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}
.product-combinaisons .product-combinaison .product-combinaison-container {
  display: none;
  width: 280px;
  height: 320px;
  position: absolute;
  bottom: calc(100% - 1rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1030;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.product-combinaisons .product-combinaison .product-combinaison-container > div {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-combinaisons .product-combinaison .product-combinaison-container h2 {
  margin: 0 5px auto;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4285714286rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.product-combinaisons .product-combinaison .product-combinaison-container p {
  margin: 0 5px auto;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4285714286rem;
  display: inline-flex;
  align-items: baseline;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.product-combinaisons .product-combinaison .product-combinaison-container p .tax {
  font-size: 0.7142857143rem;
  margin-left: 0.15rem;
}
.product-combinaisons .product-combinaison .product-combinaison-container .product-review-stock {
  display: flex;
  margin-bottom: 0.5rem;
}
.product-combinaisons .product-combinaison .product-combinaison-container .product-review-stock .product-stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.25rem;
  margin-left: auto;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1;
  height: 24px;
  flex-shrink: 0;
  color: #d80000;
  background-color: #F5F5F8;
}
.product-combinaisons .product-combinaison .product-combinaison-container .product-review-stock .product-stock.filled {
  color: white;
  background-color: #1FA942;
}
.product-combinaisons .product-combinaison .product-combinaison-container .product-combinaison-background {
  background-color: #2633DA;
  opacity: 0.975;
  width: calc(100% + 1rem + 1rem);
  height: calc(100% + 1rem + 1rem);
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: -1;
  border-radius: 10px;
}
.product-combinaisons .product-combinaison .product-combinaison-container .product-combinaison-quantity {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.product-combinaisons .product-combinaison .product-combinaison-container .product-combinaison-quantity button {
  flex: 1 0 15%; /* explanation below */
  margin: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid white;
  border-radius: 2px;
  color: white;
  background: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.product-combinaisons .product-combinaison .product-combinaison-container .product-combinaison-quantity button:hover {
  background: white;
  color: #1F2228;
}
.product-combinaisons .product-combinaison .product-combinaison-container form {
  margin: 0 5px 1rem;
  height: 45px;
}
.product-combinaisons .product-combinaison .product-combinaison-container form input[type=number] {
  border: 1px solid white;
  padding: 0.75rem;
  outline: none;
}
.product-combinaisons .product-combinaison .product-combinaison-container form input[type=number] ::placeholder {
  color: #646D82;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4285714286rem;
}
.product-combinaisons .product-combinaison .product-combinaison-container form button {
  height: 45px;
  color: white;
}
.product-combinaisons .product-combinaison .product-combinaison-container form button:hover {
  background: white;
  color: #1F2228;
}
.product-combinaisons .product-combinaison:not(.product-combinaison-unavailable):hover small {
  display: block;
  position: absolute;
  top: calc(-8px - 0.75rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #1F2228 transparent transparent transparent;
  transform-origin: center;
  transform: translateX(-50%);
  left: 50%;
  margin: 0;
  transition: opacity 250ms ease-in;
  opacity: 0.95;
  padding-bottom: 1rem;
  z-index: 1030;
}
.product-combinaisons .product-combinaison:not(.product-combinaison-unavailable):hover svg .hover {
  display: block;
}
.product-combinaisons .product-combinaison:not(.product-combinaison-unavailable):hover svg .not-hover {
  display: none;
}
.product-combinaisons .product-combinaison:not(.product-combinaison-unavailable):hover span {
  position: relative;
}
.product-combinaisons .product-combinaison:not(.product-combinaison-unavailable):hover .product-combinaison-container {
  display: block;
}
.product-combinaisons.product-combinaisons-count-6, .product-combinaisons.product-combinaisons-count-7, .product-combinaisons.product-combinaisons-count-8, .product-combinaisons.product-combinaisons-count-9, .product-combinaisons.product-combinaisons-count-10, .product-combinaisons.product-combinaisons-count-11, .product-combinaisons.product-combinaisons-count-12, .product-combinaisons.product-combinaisons-count-13, .product-combinaisons.product-combinaisons-count-14, .product-combinaisons.product-combinaisons-count-15 {
  flex-wrap: wrap;
}
.product-combinaisons.product-combinaisons-count-6 .product-combinaison, .product-combinaisons.product-combinaisons-count-7 .product-combinaison, .product-combinaisons.product-combinaisons-count-8 .product-combinaison, .product-combinaisons.product-combinaisons-count-9 .product-combinaison, .product-combinaisons.product-combinaisons-count-10 .product-combinaison, .product-combinaisons.product-combinaisons-count-11 .product-combinaison, .product-combinaisons.product-combinaisons-count-12 .product-combinaison, .product-combinaisons.product-combinaisons-count-13 .product-combinaison, .product-combinaisons.product-combinaisons-count-14 .product-combinaison, .product-combinaisons.product-combinaisons-count-15 .product-combinaison {
  padding: 0.5rem 0.25rem;
  min-width: calc(33.3333333333% - 0.5rem);
  max-width: calc(33.3333333333% - 0.5rem);
  position: relative;
}
.product-combinaisons.product-combinaisons-count-6 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-6 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-7 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-7 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-8 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-8 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-9 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-9 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-10 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-10 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-11 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-11 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-12 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-12 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-13 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-13 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-14 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-14 .product-combinaison:last-of-type, .product-combinaisons.product-combinaisons-count-15 .product-combinaison:first-of-type, .product-combinaisons.product-combinaisons-count-15 .product-combinaison:last-of-type {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.product-combinaisons.product-combinaisons-count-6 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-7 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-8 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-9 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-10 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-11 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-12 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-13 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-14 .product-combinaison .product-combinaison-container, .product-combinaisons.product-combinaisons-count-15 .product-combinaison .product-combinaison-container {
  left: 50%;
  transform: translateX(-50%);
}
.product-combinaisons.product-combinaisons-count-6 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-7 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-8 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-9 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-10 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-11 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-12 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-13 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-14 .product-combinaison:nth-child(3n+1) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-15 .product-combinaison:nth-child(3n+1) .product-combinaison-container {
  left: -0.5rem;
  transform: none;
}
.product-combinaisons.product-combinaisons-count-6 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-7 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-8 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-9 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-10 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-11 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-12 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-13 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-14 .product-combinaison:nth-child(3n) .product-combinaison-container, .product-combinaisons.product-combinaisons-count-15 .product-combinaison:nth-child(3n) .product-combinaison-container {
  right: -0.5rem;
  left: inherit;
  transform: inherit;
}
.product-combinaisons.product-combinaisons-count-6 .product-combinaison span, .product-combinaisons.product-combinaisons-count-7 .product-combinaison span, .product-combinaisons.product-combinaisons-count-8 .product-combinaison span, .product-combinaisons.product-combinaisons-count-9 .product-combinaison span, .product-combinaisons.product-combinaisons-count-10 .product-combinaison span, .product-combinaisons.product-combinaisons-count-11 .product-combinaison span, .product-combinaisons.product-combinaisons-count-12 .product-combinaison span, .product-combinaisons.product-combinaisons-count-13 .product-combinaison span, .product-combinaisons.product-combinaisons-count-14 .product-combinaison span, .product-combinaisons.product-combinaisons-count-15 .product-combinaison span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**************************/
/********* Login **********/
/********* password *******/
/**************************/
.page-wrapper.page-wrapper--login, .page-wrapper.page-wrapper--reset-password {
  border: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  max-width: 460px;
  margin: 2rem auto;
}
.page-wrapper .page-header--authentication,
.page-wrapper .page-header--password {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: none;
  padding: 3rem 2rem 2rem;
}
.page-wrapper .page-header--authentication h1,
.page-wrapper .page-header--password h1 {
  color: #2633DA;
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 2.1428571429rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-style: italic;
}
.page-wrapper .page-header--authentication h2,
.page-wrapper .page-header--password h2 {
  color: #1F2228;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
}
.page-wrapper .page-header--authentication small,
.page-wrapper .page-header--password small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0.7142857143rem;
}
.page-wrapper .page-content.page-content--authentication, .page-wrapper .page-content.page-content--password {
  padding: 0;
}
.page-wrapper .page-content.page-content--authentication .needs-validation, .page-wrapper .page-content.page-content--password .needs-validation {
  margin: 0;
  width: 100%;
  max-width: inherit;
}
.page-wrapper .page-content.page-content--authentication .login-form, .page-wrapper .page-content.page-content--password .login-form {
  padding: 1rem 2rem;
}
.page-wrapper .page-content.page-content--password {
  padding: 1rem 2rem 3rem;
}
.page-wrapper.page-wrapper--create-account {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}
.page-wrapper.page-wrapper--create-account .form-fields {
  border: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  background: white;
  margin: 2rem auto;
  padding: 3rem 2rem 2rem;
}
.page-wrapper.page-wrapper--create-account .form-fields h1 {
  color: #2633DA;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 2.1428571429rem;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page-wrapper.page-wrapper--create-account .form-fields h1 .anchor {
  color: #1F2228;
  font-size: 0.7142857143rem;
  font-weight: 400;
  text-transform: initial;
  font-style: normal;
  text-decoration: underline;
  margin-left: 0.25rem;
}
.page-wrapper.page-wrapper--create-account .form-fields .bg-light {
  background-color: #F5F5F9;
  border-radius: 10px;
}
.page-wrapper.page-wrapper--create-account .form-fields .bg-light .form-group:last-of-type {
  margin-bottom: 0;
}
.page-wrapper.page-wrapper--create-account .page-header--authentication {
  background: none;
  padding: 0;
  margin-top: 2rem;
  align-items: flex-start;
}
.page-wrapper.page-wrapper--create-account .page-header--authentication h1 {
  margin-bottom: 0;
}
.page-wrapper.page-wrapper--create-account .page-header--authentication p {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-transform: initial;
}
.page-wrapper .page-footer.page-footer--authentication {
  background-color: white;
  padding: 0 2rem 3rem 2rem;
  border: none;
}
.page-wrapper .page-footer.page-footer--authentication .no-account {
  border-top: 1px solid #EBEDF6;
  padding-top: 1rem;
}
.page-wrapper .page-footer.page-footer--authentication .no-account p {
  margin-bottom: 0.5rem;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}

/*******************************/
/********* Modal cart **********/
/*******************************/
#blockcart-modal .close {
  color: #2633DA;
}
#blockcart-modal .modal-header {
  border-bottom: 1px solid #F5F5F8;
}
#blockcart-modal .modal-header #blockcart-modal-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: initial;
  color: #1F2228;
}
#blockcart-modal .modal-header #blockcart-modal-label:before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
  background: transparent url(/themes/levest/assets/img/icons/icon-check-green.svg) no-repeat center;
  background-size: contain;
}
#blockcart-modal .modal-body {
  margin-bottom: 0;
}
#blockcart-modal .modal-body .media .product-image {
  margin-right: 0;
}
#blockcart-modal .modal-body .media .media-body {
  padding: 0.5rem 1rem;
}
#blockcart-modal .modal-body .media .media-body .product-name {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 0.5rem;
}
#blockcart-modal .modal-body .media .media-body .product-manufacturer {
  color: #2633DA;
  font-size: 0.8571428571rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#blockcart-modal .modal-body .media .media-body .product-price {
  color: #2633DA;
  font-size: 1.2857142857rem;
  font-weight: 600;
  line-height: 2.1428571429rem;
  margin-bottom: 0;
}
#blockcart-modal .modal-body .media .media-body span {
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}
#blockcart-modal .modal-body .cart-content {
  background: none;
  border-top: 1px solid #F5F5F8;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  #blockcart-modal .modal-body .cart-content {
    border-top: none;
    border-left: 1px solid #F5F5F8;
  }
}
#blockcart-modal .modal-body .cart-content span {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
}
#blockcart-modal .modal-body .cart-content .cart-products-count {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#blockcart-modal .modal-body .cart-content .product-total span {
  font-weight: 600;
}
#blockcart-modal .modal-body .cart-content .product-total span.value {
  color: #2633DA;
}

/*************************/
/********* Cart **********/
/*************************/
#cart #content-wrapper {
  padding-top: 30px;
}
#cart .card.cart-container {
  box-shadow: 0 10px 20px 0 #E8EDF8;
  border: none;
  margin: 0 0.5rem;
}
#cart .card.cart-container .card-header {
  padding: 1rem 1.25rem;
  background: none;
  border-bottom: 1px solid #F5F5F8;
}
#cart .card.cart-container .card-header h1 {
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
#cart .card.cart-container .card-header a {
  color: #2633DA;
  display: flex;
  align-items: center;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.2857142857rem;
}
#cart .card.cart-container .cart-manufacturer {
  border-bottom: 1px solid #F5F5F8;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#cart .card.cart-container .cart-item {
  border: none;
}
#cart .card.cart-container .cart-item .product-line-grid .media {
  display: flex;
  align-items: center;
}
#cart .card.cart-container .cart-item .product-line-grid .media img {
  max-height: 80px;
}
#cart .card.cart-container .cart-item .product-line-grid .media .product-line__title {
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
}
#cart .card.cart-container .cart-item .product-line-grid .media .product-price {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
}
#cart .card.cart-container .cart-item .product-line-grid .media .small {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
}
#cart .card.cart-container .cart-item .product-line-grid .product-line-actions {
  height: 100%;
}
#cart .card.cart-container .cart-item .product-line-grid .product-line-actions .product-price {
  color: #2633DA;
  margin-left: 0.5rem;
  font-weight: 600;
  min-width: 20%;
  text-align: right;
}
#cart .card.cart-summary {
  border: none;
}
#cart .card.cart-summary .card-body {
  padding: 0 0 2rem;
}
#cart .card.cart-summary .card-body .cart-detailed-totals .cart-summary-products-count {
  padding: 0 0.5rem 2rem;
}
#cart .card.cart-summary .card-body .cart-detailed-totals .cart-summary-products-count .count {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
}
#cart .card.cart-summary .card-body .cart-detailed-totals .cart-summary-products {
  padding: 0 0.5rem;
}
#cart .card.cart-summary .card-body .cart-detailed-totals .cart-summary-products .cart-summary-line {
  margin-bottom: 0.5rem;
}
#cart .card.cart-summary .card-body .cart-detailed-totals .cart-summary-products .cart-summary-line .label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#cart .card.cart-summary .card-body .cart-detailed-totals .cart-summary-products .cart-summary-line .value {
  font-weight: 600;
}
#cart .card.cart-summary .card-body .cart-detailed-totals .cart-summary-totals .cart-summary-line {
  padding: 0.5rem;
}
#cart .card.cart-summary .card-body .cart-detailed-totals .cart-summary-totals .cart-summary-line.cart-total {
  background-color: #F5F5F8;
}
#cart .card.cart-summary .card-body .cart-summary-totals {
  background-color: #F5F5F8;
  border: none;
}
#cart .card.cart-summary .card-body .cart-summary-totals .label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#cart .card.cart-summary .card-body .cart-summary-totals .value {
  color: #2633DA;
}
#cart .card.cart-summary .card-footer {
  padding: 0;
  background: none;
  border: none;
}

.bootstrap-touchspin {
  width: 80px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid #F5F5F8;
}
.bootstrap-touchspin input {
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
  text-align: center;
}
.bootstrap-touchspin input[disabled=disabled] {
  background-color: #F5F5F8;
}
.bootstrap-touchspin .input-group-btn {
  position: absolute;
  right: 0;
}
.bootstrap-touchspin .input-group-btn.input-group-prepend {
  bottom: 0;
}
.bootstrap-touchspin .input-group-btn.input-group-append {
  top: 0;
}
.bootstrap-touchspin .input-group-btn button {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2633DA;
}

.block-promo {
  margin-top: 2rem;
}
.block-promo .cart-voucher a {
  color: #2633DA;
}
.block-promo .promo-code {
  margin-left: 0;
  margin-right: 0;
}
.block-promo .promo-code__content {
  background-color: #F5F5F8;
}
.block-promo .promo-code__title h2, .block-promo .promo-code__title h3 {
  text-align: center;
  text-transform: uppercase;
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 1rem;
}
.block-promo .promo-code__title p {
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-align: center;
  margin-bottom: 1rem;
}
.block-promo .promo-code__title p strong {
  color: #2633DA;
}

/*****************************/
/********* Checkout **********/
/*****************************/
#checkout {
  padding-top: calc(80px + 2rem);
}
#checkout .cb-amex-visa {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #F5F5F8;
}
#checkout .cb-amex-visa:before {
  content: "";
  display: block;
  width: 210px;
  height: 30px;
  margin: 0 auto 1rem;
  background: transparent url(/themes/levest/assets/img/icons/icon-CB-AMEX-VISA.svg) no-repeat center bottom;
  background-size: contain;
}
#checkout #js-checkout-summary {
  margin-bottom: 1rem;
  border: none;
}
#checkout #js-checkout-summary .card-body {
  border: none;
}
#checkout #js-checkout-summary .card-body .cart-summary-products .count {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 2rem;
}
#checkout #js-checkout-summary .card-body .cart-summary-products .detail {
  font-weight: 600;
}
#checkout #js-checkout-summary .card-body .cart-summary-products .detail a {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list {
  max-height: 380px;
  overflow-y: auto;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list .media {
  border-bottom: 1px solid #F5F5F8;
  padding: 1rem 0;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list .media:last-of-type {
  border-bottom: 0;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list .media .product-name {
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list .media .product-attributes .product-line-info {
  margin-bottom: 0;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list .media .product-attributes .product-line-info .label {
  margin-bottom: 0;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list .media .product-quantity {
  text-transform: inherit;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list .media .product-quantity label {
  text-transform: inherit;
}
#checkout #js-checkout-summary .card-body .cart-summary-products #cart-summary-product-list .media-list .media .product-price {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5714285714rem;
}
#checkout #js-checkout-summary .card-body .cart-summary-subtotals-container {
  border-top: 1px solid #F5F5F8;
  padding-top: 1rem;
}
#checkout #js-checkout-summary .card-body .cart-summary-subtotals-container #cart-subtotal-products .label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#checkout #js-checkout-summary .card-body .cart-summary-subtotals-container #cart-subtotal-products .value {
  font-weight: 600;
}
#checkout #js-checkout-summary .card-footer {
  background-color: #F5F5F8;
  border: none;
}
#checkout #js-checkout-summary .card-footer .cart-summary-totals {
  background-color: #F5F5F8;
}
#checkout #js-checkout-summary .card-footer .cart-summary-totals .label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#checkout #js-checkout-summary .card-footer .cart-summary-totals .value {
  color: #2633DA;
}
#checkout .checkout-process {
  box-shadow: 0 10px 20px 0 #E8EDF8;
}
#checkout .checkout-process section {
  border: none;
  background: none;
  border-bottom: 1px solid #F5F5F8;
}
#checkout .checkout-process section .card-header {
  border: none;
  background: none;
  padding: 1rem 1.25rem;
}
#checkout .checkout-process section .card-header .step-edit {
  color: #2633DA;
  text-transform: capitalize;
  height: inherit;
}
#checkout .checkout-process section .card-header h1 {
  color: #1F2228;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#checkout .checkout-process section .card-header h1 i {
  display: none;
  height: 26px;
  width: 26px;
  margin-right: 1rem;
}
#checkout .checkout-process section .card-header h1 .step-number {
  height: 26px;
  width: 26px;
  color: #1F2228;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-right: 1rem;
}
#checkout .checkout-process section .card-header h1 .customer-name {
  display: none;
  color: #2633DA;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-transform: capitalize;
}
#checkout .checkout-process section .card-header h1 .customer-name:before {
  content: "-";
  margin: 0 0.25rem;
}
#checkout .checkout-process section .card-header h1.complete i {
  display: inline-flex;
  visibility: visible;
  color: #1FA942;
}
#checkout .checkout-process section .card-header h1.complete .step-number {
  display: none;
}
#checkout .checkout-process section .card-header h1.complete .customer-name {
  display: inline;
}
#checkout .checkout-process section .card-header h1[aria-expanded=true] {
  color: #2633DA;
}
#checkout .checkout-process section .card-header h1[aria-expanded=true] i {
  display: none;
}
#checkout .checkout-process section .card-header h1[aria-expanded=true] .step-number {
  display: inline-flex;
  color: white;
  background-color: #2633DA;
}
#checkout .checkout-process section .card-header h1[aria-expanded=true] .customer-name {
  display: none;
}
#checkout .checkout-process section#checkout-personal-information-step .content {
  text-align: center;
}
#checkout .checkout-process section#checkout-personal-information-step .content p.identity {
  margin-bottom: 0;
}
#checkout .checkout-process section#checkout-addresses-step .content .js-address-form {
  padding-left: calc(26px + 1rem);
}
#checkout .checkout-process section#checkout-addresses-step .content .js-address-form #delivery-address .js-address-form {
  padding-left: 0;
}
#checkout .checkout-process section#checkout-addresses-step .content .js-address-form #delivery-address .js-address-form .card {
  border: none;
  border-radius: 2px;
  overflow: hidden;
  background: #F6F7FE;
}
#checkout .checkout-process section#checkout-addresses-step .content .js-address-form #delivery-address .js-address-form .card .card-body .row .col-12.col-md-10.col-xl-8 {
  flex: 100%;
  max-width: 100%;
}
#checkout .checkout-process section#checkout-addresses-step .content .js-address-form #delivery-address .js-address-form .form-footer .js-cancel-address {
  color: #2633DA;
}
#checkout .checkout-process section#checkout-addresses-step .content .address-item label {
  border: none;
  border-radius: 2px;
  overflow: hidden;
  background: #F6F7FE;
  height: 100%;
}
#checkout .checkout-process section#checkout-addresses-step .content .address-item label .card-body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#checkout .checkout-process section#checkout-addresses-step .content .address-item label .card-body > div {
  display: inline-block;
}
#checkout .checkout-process section#checkout-addresses-step .content .address-item label .card-footer {
  border-top: 1px solid white;
  background: none;
  text-align: center;
}
#checkout .checkout-process section#checkout-addresses-step .content .address-item label .card-footer a {
  color: #2633DA;
  text-transform: capitalize;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.2857142857rem;
  text-align: center;
}
#checkout .checkout-process section#checkout-addresses-step .content a.card--address, #checkout .checkout-process section#checkout-addresses-step .content a.invoice-address {
  padding: 0;
  border: none;
  background: none;
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#checkout .checkout-process section#checkout-addresses-step .content a.card--address:before, #checkout .checkout-process section#checkout-addresses-step .content a.invoice-address:before {
  content: "+";
}
#checkout .checkout-process section#checkout-addresses-step .content a[data-link-action=different-invoice-address] {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#checkout .checkout-process section#checkout-addresses-step .content h2.invoice__address {
  padding-top: 2rem;
  border-top: 1px solid #F5F5F8;
}
#checkout .checkout-process section#checkout-delivery-step .form-fields {
  padding: 0 15px;
}
#checkout .checkout-process section#checkout-delivery-step .delivery-options-list {
  padding-left: calc(26px + 1rem);
}
#checkout .checkout-process section#checkout-delivery-step .delivery-options-list .delivery-options {
  margin-bottom: 2rem;
}
#checkout .checkout-process section#checkout-delivery-step .delivery-options-list .delivery-options .delivery-option {
  background: #F6F7FE;
  border-radius: 2px;
}
#checkout .checkout-process section#checkout-delivery-step .delivery-options-list .delivery-options .delivery-option .carrier-logo img {
  max-width: 100%;
}
#checkout .checkout-process section#checkout-delivery-step .delivery-options-list .delivery-options .delivery-option label {
  margin-bottom: 0;
}
#checkout .checkout-process section#checkout-delivery-step .delivery-options-list .delivery-options .delivery-option .carrier-price {
  color: #2633DA;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
  text-align: right;
}
#checkout .checkout-process section#checkout-delivery-step .delivery-options-list .order-options label {
  text-transform: inherit;
}
#checkout .checkout-process section#checkout-delivery-step #chronorelais_container {
  padding-left: 10%;
}
#checkout .checkout-process section#checkout-delivery-step #chronorelais_container .row .btn-info {
  color: white;
  background-color: #2633DA;
  border-color: #2633DA;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#checkout .checkout-process section#checkout-delivery-step #chronorelais_container .row .leaflet-control-zoom a {
  font-size: 22px;
}
#checkout .checkout-process section#checkout-delivery-step #chronorelais_container .row .pointRelais {
  width: inherit;
}
#checkout .checkout-process section#checkout-delivery-step #chronorelais_container .row .pointRelais h4 {
  color: #2633DA;
  font-size: 1.14286rem;
  font-weight: 600;
  line-height: 1.85714rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#checkout .checkout-process section#checkout-delivery-step #chronorelais_container .row .pointRelais .button_large {
  color: white;
  background-color: #2633DA;
  border-color: #2633DA;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0.375rem 0.75rem;
}
#checkout .checkout-process section#checkout-delivery-step #chronorelais_container .row #chronorelais_map {
  flex: inherit;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 15px);
}
#checkout .checkout-process section#checkout-delivery-step textarea {
  max-width: 100%;
}
#checkout .checkout-process section#checkout-payment-step .payment-content {
  padding-left: calc(26px + 1rem);
}
#checkout .checkout-process section#checkout-payment-step .payment-content .payment-options > div {
  border-bottom: 0.5rem;
}
#checkout .checkout-process section#checkout-payment-step .payment-content .payment-options .payment-option {
  border: 1px solid #F5F5F8;
  padding: 1rem;
  margin-bottom: 1rem;
}
#checkout .checkout-process section#checkout-payment-step .payment-content .payment-options .payment-option .custom-control-label {
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
  text-transform: inherit;
}
#checkout .checkout-process section#checkout-payment-step .payment-content .js-additional-information .alert {
  background-color: #F5F5F8;
  border: none;
}
#checkout .checkout-process section#checkout-payment-step .payment-content .js-additional-information section {
  border: none;
}
#checkout .checkout-process section#checkout-payment-step #modal .modal-dialog {
  max-width: 800px;
}
#checkout .checkout-process section#checkout-payment-step #modal .modal-dialog .modal-body h2 {
  color: #2633DA;
}
#checkout .checkout-process section#checkout-payment-step #conditions-to-approve-title {
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
}
#checkout .checkout-process section#checkout-payment-step #conditions-to-approve {
  border: 1px solid #F5F5F8;
  background-color: white;
}
#checkout .checkout-process section#checkout-payment-step #conditions-to-approve #cta-terms-and-conditions-0 {
  color: #2633DA;
}

.colissimo-front-widget .modal-header {
  display: block !important;
}
.colissimo-front-widget .modal-header .close {
  margin-top: -15px !important;
}
.colissimo-front-widget #colissimo-widget-container {
  padding-right: 0 !important;
  height: auto !important;
  width: 100% !important;
}

.colissimo-pickup-point-address {
  margin-bottom: 0 !important;
}

#colissimo-pickup-point-address-selected {
  border: none !important;
  background: #F6F7FE !important;
  border-radius: 2px !important;
  padding-left: calc(8.33333% + 1rem) !important;
  margin-bottom: 0 !important;
}
#colissimo-pickup-point-address-selected header {
  padding: 15px 10px !important;
}
#colissimo-pickup-point-address-selected .colissimo-pickup-point-address {
  padding: 1rem 0 !important;
}
#colissimo-pickup-point-address-selected input[type=tel] {
  border: 1px solid #c3c1cf;
  border-radius: 4px;
  height: 44px;
}

.colissimo-address-fields {
  border: none !important;
  background: #F6F7FE !important;
  border-radius: 2px !important;
  padding-left: calc(8.33333% + 1rem) !important;
  width: 100%;
}

/******************************/
/********* Page avis **********/
/******************************/
#module-lgcomments-reviews .introduction-store-reviews {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/espace-client.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#module-lgcomments-reviews .introduction-store-reviews h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 2rem;
}
#module-lgcomments-reviews .lgcomment_block {
  padding: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  border: none;
}
#module-lgcomments-reviews .lgcomment_block .title {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#module-lgcomments-reviews .lgcomment_block .title .small {
  color: #1F2228;
}
#module-lgcomments-reviews .lgcomment_block .title .small a {
  color: #1F2228;
}
#module-lgcomments-reviews .lgcomment_block .rating_img {
  padding-top: 0;
}
#module-lgcomments-reviews .lgcomment_block .comment {
  color: #1F2228;
}
#module-lgcomments-reviews .lgcomment_block .credits {
  color: #1F2228;
}
#module-lgcomments-reviews .lgcomment_block .credits .name {
  font-weight: 600;
}
#module-lgcomments-reviews .lgcomment_block .answer {
  color: #1F2228;
}
#module-lgcomments-reviews .lgcomment_block.lgcomment_summary .logo {
  min-width: 160px;
}
#module-lgcomments-reviews .lgcomment_block.lgcomment_summary p {
  margin-bottom: 0;
}
#module-lgcomments-reviews .lgcomment_block.lgcomment_summary p a {
  color: #1F2228;
}
#module-lgcomments-reviews .lgcomment_button button {
  border: none;
  height: 40px;
  font-size: 0.8571428571rem;
  line-height: 1.7142857143rem;
}

/******************************/
/********* Bloc avis **********/
/******************************/
#block-slider-reviews .title {
  font-size: 1.5714285714rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #1F2228;
}
#block-slider-reviews .title:after {
  display: flex;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #EBEDF6;
}
#block-slider-reviews .item .slide-container {
  padding: 1rem;
  z-index: 1;
  background-color: white;
  border: 1px solid #F5F5F8;
  border-radius: 7px;
}
#block-slider-reviews .item .slide-container .slide-title {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
#block-slider-reviews .item .slide-container .slide-comment {
  height: 100px;
  font-size: 0.8571428571rem;
  color: #1F2228;
}
#block-slider-reviews .item .slide-container .slide-name {
  font-size: 0.8571428571rem;
  color: #1F2228;
}
#block-slider-reviews #more-available-reviews {
  display: flex;
  justify-content: center;
  color: #1F2228;
  background: white;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1rem;
  position: relative;
  padding-bottom: 10px;
}
#block-slider-reviews #more-available-reviews:before {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #EBEDF6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#block-slider-reviews #more-available-reviews:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #2633DA;
  position: absolute;
  bottom: 0;
  right: 50%;
}
#block-slider-reviews #show-more-reviews {
  display: inline-flex;
  color: #1F2228;
  background: white;
  margin: 0 auto 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #EBEDF6;
  padding: 0.5rem 1rem;
}

/***************************************/
/********* Order confirmation **********/
/***************************************/
#order-confirmation {
  padding-top: calc(80px + 2rem);
}
@media (min-width: 1200px) {
  #order-confirmation #wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#order-confirmation section {
  margin-bottom: 2rem;
}
#order-confirmation #content-hook_order_confirmation {
  border: none;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#order-confirmation #content-hook_order_confirmation .card-body {
  padding: 2rem;
}
#order-confirmation #content-hook_order_confirmation .card-body .card-title {
  color: #2633DA;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.4285714286rem;
  text-align: center;
  margin-bottom: 2rem;
}
#order-confirmation #content-hook_order_confirmation .card-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  text-align: center;
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return {
  border: none;
  text-align: left;
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body {
  padding: 0;
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
  text-align: center;
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul {
  margin-bottom: 2rem;
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  padding: 1rem;
  border: 1px solid #F5F5F8;
  border-radius: 2px;
}
@media (min-width: 768px) {
  #order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul li {
    flex-direction: row;
    align-items: flex-start;
  }
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul li span.label {
  display: flex;
  align-items: center;
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul li span.label:first-letter {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul li span.label {
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul li span.label:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: transparent url(/themes/levest/assets/img/icons/icon-check-green.svg) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
  flex-shrink: 0;
}
#order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul li span.price, #order-confirmation #content-hook_order_confirmation .card-body #content-hook_payment_return .card-body ul li span.info {
  margin-left: auto;
  text-align: right;
}
#order-confirmation .title {
  color: #2633DA;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 2.4285714286rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#order-confirmation #order-items .order-confirmation-table {
  border: none;
  box-shadow: 0 10px 20px #EBEDF6;
  border-radius: 2px;
  overflow: hidden;
  padding: 2rem 2rem 3rem;
}
#order-confirmation #order-items .order-confirmation-table .product-manufacturer {
  border-bottom: 1px solid #F5F5F8;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#order-confirmation #order-items .order-confirmation-table .order-line {
  padding: 0 1rem;
}
#order-confirmation #order-items .order-confirmation-table .order-line:not(:last-child) {
  margin-bottom: 1rem;
}
#order-confirmation #order-items .order-confirmation-table .order-line .infos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#order-confirmation #order-items .order-confirmation-table .order-line .infos .media {
  margin-right: 1rem;
  flex-shrink: 0;
}
#order-confirmation #order-items .order-confirmation-table .order-line .infos .media img {
  width: 90px;
  height: 90px;
}
#order-confirmation #order-items .order-confirmation-table .order-line .infos .details {
  overflow: hidden;
}
#order-confirmation #order-items .order-confirmation-table .order-line .infos .details h4 {
  color: #1F2228;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8571428571rem;
  font-weight: 600;
  line-height: 1.2857142857rem;
  margin-bottom: 0;
}
#order-confirmation #order-items .order-confirmation-table .order-line .infos .details .current-price {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}
#order-confirmation #order-items .order-confirmation-table .order-line .quantity-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#order-confirmation #order-items .order-confirmation-table .order-line .quantity-price .product-quantity {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
}
#order-confirmation #order-items .order-confirmation-table .order-line .quantity-price .product-total {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
}
#order-confirmation #order-items .order-confirmation-table table {
  margin-top: 2rem;
}
#order-confirmation #order-items .order-confirmation-table table tbody tr {
  border: none;
}
#order-confirmation #order-items .order-confirmation-table table tbody tr td {
  height: 40px;
  padding: 0.25rem 1rem;
}
#order-confirmation #order-items .order-confirmation-table table tbody tr.type-products-count td, #order-confirmation #order-items .order-confirmation-table table tbody tr.type-products td {
  font-weight: 600;
}
#order-confirmation #order-items .order-confirmation-table table tbody tr.total-value {
  background-color: #F5F5F8;
}
#order-confirmation #order-items .order-confirmation-table table tbody tr.total-value .total {
  color: #2633DA;
}
#order-confirmation #order-addresses .card {
  border: none;
  padding: 0 2rem;
}
#order-confirmation #order-addresses .card .card-header {
  border: none;
  background: none;
  padding: 0 0 1rem;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
}
#order-confirmation #order-addresses .card .card-body {
  border: 1px solid #F5F5F8;
  border-radius: 2px;
}
#order-confirmation #order-addresses .card .card-body h4 {
  color: #2633DA;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#order-confirmation #order-addresses .card .card-body > div {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}
#order-confirmation #order-delivery-method .card {
  border: none;
  padding: 0 2rem;
}
#order-confirmation #order-delivery-method .card .card-body {
  border: 1px solid #F5F5F8;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
#order-confirmation #order-delivery-method .card .card-body img {
  margin-right: 2rem;
  height: 50px;
}
#order-confirmation #order-delivery-method .card .card-body span {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5714285714rem;
}
#order-confirmation #order-delivery-method .card .card-body .price {
  color: #2633DA;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
}

/********************************/
/********* Fancy modal **********/
/********************************/
.fancybox-skin {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  pointer-events: auto !important;
  background: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.fancybox-skin .form-block {
  padding: 0 15px !important;
}
.fancybox-skin .form-block input,
.fancybox-skin .form-block select,
.fancybox-skin .form-block textarea {
  height: 40px;
  border-radius: 2px;
  border: solid 1px #EBEDF6;
  background: white;
  box-shadow: none;
  outline: none;
}
.fancybox-skin .form-block textarea {
  height: 100px;
}
.fancybox-skin .form-block #submit_review {
  height: 40px;
  color: white !important;
  background-color: #2633DA !important;
  border-color: #2633DA !important;
  border-radius: 2px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.8571428571rem !important;
  line-height: 1.7142857143rem !important;
}
.fancybox-skin h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.57143rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F2228;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F5F5F8;
}

.fancybox-close {
  top: 10px !important;
  left: inherit;
  right: 10px !important;
  background-image: url(/themes/levest/assets/img/icons/icon-close.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

/*******************************/
/********* Newsletter **********/
/*******************************/
.block_newsletter {
  width: 100%;
  background-color: #EBEDF6;
  padding: 2rem;
  margin-top: calc(-80px - 2rem);
  min-height: 160px;
  display: flex;
  justify-content: center;
}
.block_newsletter h4 {
  font-size: 1.1428571429rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1F2228;
}
@media (min-width: 992px) {
  .block_newsletter h4 {
    margin-bottom: 0;
  }
}
@media (min-width: 1460px) {
  .block_newsletter h4 {
    font-size: 1.5714285714rem;
  }
}
/**********************************/
/********* Pages froides **********/
/**********************************/
body.page-cms header.page-header--cms {
  background: #2633DA url(/themes/levest/assets/img/backgrounds/espace-client.jpg) no-repeat center;
  background-size: cover;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
body.page-cms header.page-header--cms h1 {
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem auto;
  text-transform: inherit;
}
body.page-cms section.page-content--cms h2 {
  color: #2633DA;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 35px;
}
body.page-cms section.page-content--cms h3 {
  color: #2633DA;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 20px;
}
body.page-cms section.page-content--cms a {
  color: #2633DA;
}
body.page-cms section.page-content--cms a:hover {
  color: #2633DA;
  text-decoration: underline;
}
body.page-cms section.page-content--cms a.btn {
  color: white;
}
body.page-cms section.page-content--cms a.btn:hover {
  text-decoration: none;
}
body.page-cms section.page-content--cms p {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-bottom: 30px;
}
body.page-cms section.page-content--cms p + p {
  margin-bottom: 30px;
}
body.page-cms section.page-content--cms p + h2 {
  margin-top: 70px;
}
body.page-cms section.page-content--cms ul {
  font-size: 0.9375rem;
  margin-bottom: 30px;
}
body.page-cms.page-cms-qui-sommes-nous .logo, body.page-cms.page-cms-guide-utilisateur .logo {
  max-width: 225px;
  height: auto;
  margin: 0 auto 20px;
}
body.page-cms.page-cms-qui-sommes-nous .grey-title, body.page-cms.page-cms-guide-utilisateur .grey-title {
  font-size: 1.375rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(31, 34, 40, 0.5);
  margin-bottom: 10px;
}
body.page-cms.page-cms-qui-sommes-nous .blue-title, body.page-cms.page-cms-guide-utilisateur .blue-title {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  text-align: center;
  font-weight: 600;
  color: #2633DA;
  margin-bottom: 80px;
}
body.page-cms.page-cms-qui-sommes-nous .container-presentation, body.page-cms.page-cms-guide-utilisateur .container-presentation {
  position: relative;
  padding-bottom: 100px;
}
body.page-cms.page-cms-qui-sommes-nous .container-presentation .presentation-image, body.page-cms.page-cms-guide-utilisateur .container-presentation .presentation-image {
  text-align: center;
}
@media screen and (min-width: 991px) {
  body.page-cms.page-cms-qui-sommes-nous .container-presentation .presentation-image, body.page-cms.page-cms-guide-utilisateur .container-presentation .presentation-image {
    text-align: right;
  }
}
body.page-cms.page-cms-qui-sommes-nous .container-presentation .presentation, body.page-cms.page-cms-guide-utilisateur .container-presentation .presentation {
  text-align: left;
}
@media screen and (min-width: 991px) {
  body.page-cms.page-cms-qui-sommes-nous .container-presentation .flex-row-reverse .presentation-image, body.page-cms.page-cms-guide-utilisateur .container-presentation .flex-row-reverse .presentation-image {
    text-align: left;
  }
  body.page-cms.page-cms-qui-sommes-nous .container-presentation .flex-row-reverse .presentation, body.page-cms.page-cms-guide-utilisateur .container-presentation .flex-row-reverse .presentation {
    text-align: right;
  }
}
body.page-cms.page-cms-qui-sommes-nous .presentation, body.page-cms.page-cms-guide-utilisateur .presentation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
body.page-cms.page-cms-qui-sommes-nous .presentation-title, body.page-cms.page-cms-guide-utilisateur .presentation-title {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-cms.page-cms-qui-sommes-nous .presentation-title span, body.page-cms.page-cms-guide-utilisateur .presentation-title span {
  font-size: 1.875rem;
  color: #2633DA;
  font-weight: 600;
}
body.page-cms.page-cms-qui-sommes-nous .presentation-text, body.page-cms.page-cms-guide-utilisateur .presentation-text {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 300;
  margin: 0;
}
body.page-cms.page-cms-qui-sommes-nous hr, body.page-cms.page-cms-guide-utilisateur hr {
  display: block;
  width: 200px;
  height: 2px;
  margin: 30px auto;
  background: #F6F7FE;
  border: 0;
}

/***************************/
/********* Footer **********/
/***************************/
#footer-wrapper .advantages-comments {
  margin-bottom: 2rem;
  padding: 2rem 5% 0;
}
#footer-wrapper .advantages-comments.customer {
  margin-bottom: calc(80px + 2rem);
}
#footer-wrapper .footer-bottom {
  background-color: #1F2228;
  padding: 2rem 5%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #footer-wrapper .footer-bottom {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.l-footer {
  margin-top: 0;
}
.l-footer .footer-container {
  margin: 0;
  color: white;
}
.l-footer .footer-container .footer__title {
  color: white;
  position: relative;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  border-bottom: none !important;
}
.l-footer .footer-container .footer__title:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.14);
}
.l-footer .footer-container ul.collapse {
  display: block !important;
}
.l-footer .footer-container a {
  color: white;
}
.l-footer .footer-container a:first-letter {
  text-transform: capitalize;
}
.l-footer .footer-container a:hover {
  color: white;
  text-decoration: underline;
}
.l-footer .footer-container li a {
  display: inline-block;
}
.l-footer .footer-container .social-networks {
  display: flex;
  align-items: center;
}
.l-footer .footer-container .social-networks a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0.25rem;
  text-indent: -9999px;
}
.l-footer .footer-container .social-networks a:first-of-type {
  margin-left: 0;
}
.l-footer .footer-container .social-networks a:last-of-type {
  margin-right: 0;
}
.l-footer .footer-container .social-networks a[title=Instagram] {
  background: transparent url(/themes/levest/assets/img/social-networks/icon-instagram.svg) no-repeat center;
  background-size: contain;
}
.l-footer .footer-container .social-networks a[title=YouTube] {
  width: 74px;
  background: transparent url(/themes/levest/assets/img/social-networks/icon-youtube.svg) no-repeat center;
  background-size: contain;
}
.l-footer .footer-container .social-networks a[title=Facebook] {
  background: transparent url(/themes/levest/assets/img/social-networks/icon-facebook.svg) no-repeat center;
  background-size: contain;
}
.l-footer .footer-container .social-networks a[title=Linkedin] {
  background: transparent url(/themes/levest/assets/img/social-networks/icon-linkedin.png) no-repeat center;
  background-size: contain;
}
.l-footer .footer-container .payment-method {
  display: block;
  max-width: 180px;
  height: 30px;
  background: transparent url(/themes/levest/assets/img/icons/icon-payment-method.svg) no-repeat center;
  background-size: contain;
}
.l-footer .nav .nav-item {
  display: flex;
  align-items: center;
}
.l-footer .nav .nav-item:after {
  content: "•";
}
.l-footer .nav .nav-item:last-of-type:after {
  display: none;
}
.l-footer .nav .nav-item a {
  color: #1F2228;
  font-size: 0.8571428571rem;
}

.special .l-footer {
  padding: 1rem 0;
}

#block-slider-reviews {
  margin-bottom: 2rem;
}

#advantages div {
  text-align: center;
}
#advantages div h4 {
  color: #1F2228;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  margin-bottom: 0;
  text-transform: capitalize;
}
#advantages div h4:before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
  width: 44px;
  height: 44px;
}
#advantages div p {
  color: #1F2228;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.2857142857rem;
}
#advantages div p small {
  font-size: 0.7142857143rem;
  line-height: 1;
}
#advantages div.distribution h4:before {
  background: transparent url(/themes/levest/assets/img/icons/icon-distribution.svg) no-repeat center bottom;
  background-size: contain;
}
#advantages div.france h4:before {
  background: transparent url(/themes/levest/assets/img/icons/icon-france.svg) no-repeat center bottom;
  background-size: contain;
}
#advantages div.payment h4:before {
  background: transparent url(/themes/levest/assets/img/icons/icon-payment.svg) no-repeat center bottom;
  background-size: contain;
}
#advantages div.delivery-fast h4:before {
  background: transparent url(/themes/levest/assets/img/icons/icon-delivery-fast.svg) no-repeat center bottom;
  background-size: contain;
}

#copyright {
  padding-top: 2rem;
}
#copyright a {
  color: white;
}

/**************************************/
/********* Recherche produit **********/
/**************************************/
.autocomplete-suggestions .autocomplete-suggestion {
  display: flex;
  align-items: center;
  border-top: 1px solid #F5F5F8;
}
.autocomplete-suggestions .autocomplete-suggestion img {
  margin-right: 0.75rem !important;
}
.autocomplete-suggestions .autocomplete-suggestion .media-body h2 {
  font-size: 0.8571428571rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.autocomplete-suggestions .autocomplete-suggestion .media-body h3 {
  font-size: 0.7142857143rem;
  color: #2633DA;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}
.autocomplete-suggestions .autocomplete-suggestion.selected {
  background-color: #F5F5F8;
}

/**************************************/
/********* Recaptcha Google ***********/
/**************************************/
.grecaptcha-badge {
  bottom: 80px !important;
}

/**************************************/
/********* Age vérification ***********/
/**************************************/
#ageVerificationOverlay {
  opacity: 1;
  z-index: 10000 !important;
}

/*# sourceMappingURL=levest.css.map */
