/********************** FONTS **********************/
@font-face {
  font-family: "Roboto-Regular";
  src: local("Roboto-Regular"), url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: local("Roboto-LightItalic"), url("../fonts/Roboto-LightItalic.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: local("Roboto-Medium"), url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: local("Roboto-ThinItalic"), url("../fonts/Roboto-ThinItalic.ttf");
}
/********************** COULEURS **********************/
/********************** BORDER **********************/
/********************** GENERAL **********************/
body header {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  border-bottom: none;
  /********************** MENU **********************/
  /********************** PICTOS RIGHT ET PANIER **********************/
  /********************** SEARCH **********************/
  /********************** LOGIN / REGISTER **********************/
}
body header.active {
  position: sticky;
  background-color: #F6F3F1;
  border-bottom: 1px solid #E9E6E3;
}
body header.active .logo {
  max-width: 67%;
  display: none;
}
body header.active .logoBlanc {
  max-width: 67%;
  display: block;
}
body header.active .navbar .nav-link {
  color: #39332F;
}
body header.active .list-inline-item svg path {
  fill: #39332F;
}
body header.active .list-inline-item svg rect {
  fill: #39332F;
  stroke: #39332F;
}
body header a {
  display: contents;
}
body header a .logo {
  height: 60%;
}
body header a .logoBlanc {
  height: 60%;
  display: none;
}
body header .navbar {
  padding: 0;
}
body header .navbar .nav-link {
  position: relative;
  color: white;
  font-size: 1rem;
  line-height: 1.1rem;
  margin: 0 24px;
  transition: color 0s ease-in-out;
}
body header .navbar .nav-link.journal {
  font-family: "Roboto-LightItalic", sans-serif;
}
body header .navbar .dropdown {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: #E9E6E3;
  border-radius: 4px;
  width: 850px;
  height: 500px;
  top: 38px;
  box-shadow: -1px 16px 22px -4px rgba(0, 0, 0, 0.28);
}
body header .navbar .dropdown .links {
  padding: 42px 0 42px 42px;
  display: inline-block;
  color: #605955;
}
body header .navbar .dropdown .links.links-60 {
  width: 60%;
}
body header .navbar .dropdown .links.links-50 {
  width: 50%;
}
body header .navbar .dropdown .links .bloc {
  float: left;
  margin-right: 64px;
}
body header .navbar .dropdown .links .bloc h3 {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 18px;
}
body header .navbar .dropdown .links .bloc .second {
  margin-top: 42px;
}
body header .navbar .dropdown .links .bloc ul li {
  margin-bottom: 12px;
  font-size: 1rem;
}
body header .navbar .dropdown .links .bloc ul li a {
  color: #605955;
  text-decoration: none;
}
body header .navbar .dropdown .links .bloc ul li a:hover {
  color: #39332F;
}
body header .navbar .dropdown .links .bloc ul li a.top {
  color: #D78472;
}
body header .navbar .dropdown .links .bloc ul li a.top:hover {
  color: #C07A6B;
}
body header .navbar .dropdown .links .tout {
  width: 100px;
  font-size: 1rem;
  line-height: 1.1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #605955;
  cursor: pointer;
  position: absolute;
  bottom: 80px;
  left: 42px;
}
body header .navbar .dropdown .links .tout img {
  transform: translateX(0);
  transition: transform 0.1s ease-in-out;
}
body header .navbar .dropdown .links .tout::after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 100%;
  height: 1px;
  background-color: #605955;
  transition: all 0.1s ease-out;
}
body header .navbar .dropdown .links .tout:hover {
  color: #39332F;
}
body header .navbar .dropdown .links .tout:hover::after {
  width: 0;
  margin-left: 50%;
}
body header .navbar .dropdown .links .tout:hover img {
  transform: translateX(20%);
}
body header .navbar .dropdown .photo {
  float: right;
  background-size: cover;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body header .navbar .dropdown .photo.photo-40 {
  width: 40%;
}
body header .navbar .dropdown .photo.photo-50 {
  width: 50%;
}
body header .list-inline-item {
  margin: 0 8px;
}
body header .list-inline-item svg path {
  fill: white;
}
body header .list-inline-item svg rect {
  fill: white;
  stroke: white;
}
body header .list-inline-item #btnSearch {
  cursor: pointer;
}
body header .list-inline-item #cart {
  margin-bottom: 0;
  position: relative;
}
body header .list-inline-item #cart #btnPanier .bulle {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: #C07A6B;
  color: #F6F3F1;
  text-align: center;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  opacity: 0.95;
}
body header .list-inline-item #cart .panier {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 60vw;
  z-index: 10;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  will-change: transform;
}
body header .list-inline-item #cart .panier .listing {
  position: absolute;
  width: 50%;
  height: 100vh;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #F6F3F1;
  box-shadow: -19px 0px 11px -8px rgba(151, 151, 151, 0.1);
}
body header .list-inline-item #cart .panier .listing h4 {
  padding: 24px 28px 28px 28px;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.1rem;
  border-bottom: 1px solid #CFCBC8;
}
body header .list-inline-item #cart .panier .listing h4 .check {
  border-radius: 50%;
  background-color: #C07A6B;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 6px;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 18px;
}
body header .list-inline-item #cart .panier .listing .scroll-smart {
  overflow-y: auto;
  height: 70vh;
}
body header .list-inline-item #cart .panier .listing .port-free {
  position: relative;
  color: #C07A6B;
  font-size: 1.1rem;
  padding: 24px 28px 28px 72px;
  border-bottom: 1px solid #CFCBC8;
}
body header .list-inline-item #cart .panier .listing .port-free::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background-image: url("/catalog/view/theme/hardrige/image/icons/port-offert-coeur.svg");
  width: 23px;
  height: 19px;
  margin-left: 34px;
}
body header .list-inline-item #cart .panier .listing .product {
  padding: 24px 28px;
  display: flex;
}
body header .list-inline-item #cart .panier .listing .product .img-panier, body header .list-inline-item #cart .panier .listing .product .video {
  width: 96px;
  height: 96px;
  float: left;
  margin-right: 18px;
  border-radius: 4px;
}
body header .list-inline-item #cart .panier .listing .product .video video {
  border-radius: 4px;
}
body header .list-inline-item #cart .panier .listing .product .infos {
  min-height: 96px;
  width: 100%;
}
body header .list-inline-item #cart .panier .listing .product .infos h5 {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.1rem;
}
body header .list-inline-item #cart .panier .listing .product .infos h5 .price {
  font-size: 0.9rem;
}
body header .list-inline-item #cart .panier .listing .product .infos .nom {
  font-size: 0.9rem;
  color: #605955;
  padding-top: 4px;
}
body header .list-inline-item #cart .panier .listing .product .infos .action {
  padding-top: 12px;
}
body header .list-inline-item #cart .panier .listing .product .infos .action .supp {
  color: #605955;
  cursor: pointer;
}
body header .list-inline-item #cart .panier .listing .product .infos .action .qte {
  text-align: right;
}
body header .list-inline-item #cart .panier .listing .product .infos .action .qte input {
  position: relative;
  background-color: #E9E6E3;
  width: 100%;
  padding: 12px 8px;
  color: #39332F;
  border: none;
  margin-bottom: 8px;
  border-radius: 4px;
  display: inline-block;
  width: 44px;
  padding: 8px;
}
body header .list-inline-item #cart .panier .listing .product .infos .action .qte button[type=submit] {
  width: 100%;
  background-color: #605955;
  color: white;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.1s ease-out;
  display: inline-block;
  width: 44px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: none;
}
body header .list-inline-item #cart .panier .listing .product .infos .action .qte button[type=submit]:hover {
  background-color: #39332F;
}
body header .list-inline-item #cart .panier .listing .produits-plus {
  padding: 24px 28px;
  border-top: 1px solid #CFCBC8;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide {
  position: relative;
  background-color: #E9E6E3;
  padding: 24px 28px;
  border-radius: 4px;
  overflow: hidden;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide h5 {
  font-size: 0.9rem;
  text-align: center;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide h5 strong {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .produit {
  padding-top: 12px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  display: none;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .produit img {
  height: 80px;
  margin-right: 12px;
  border-radius: 4px;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .produit .bouton-ajout {
  width: 100%;
  background-color: #605955;
  color: white;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.1s ease-out;
  width: 100%;
  padding: 8px 12px;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 8px;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .produit .bouton-ajout:hover {
  background-color: #39332F;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .produit .right {
  width: 80%;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .produit.active {
  display: flex;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .fleche {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .fleche.fleche-gauche {
  left: 18px;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .fleche.fleche-droite {
  right: 18px;
}
body header .list-inline-item #cart .panier .listing .produits-plus .slide .fleche.inactive {
  opacity: 0.2;
  cursor: default;
}
body header .list-inline-item #cart .panier .listing .wrapper-bouton-commander {
  padding: 24px 28px 0;
  width: 100%;
  height: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body header .list-inline-item #cart .panier .listing .wrapper-bouton-commander p {
  text-align: center;
  margin: 16px 0;
}
body header .list-inline-item #cart .panier .listing .wrapper-bouton-commander p img {
  margin-right: 8px;
}
body header .list-inline-item #cart .panier .listing .wrapper-bouton-commander .bouton-commander {
  width: 100%;
  background-color: #D78472;
  color: white;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.1s ease-out;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body header .list-inline-item #cart .panier .listing .wrapper-bouton-commander .bouton-commander:hover {
  background-color: #C07A6B;
}
body header .list-inline-item #cart .panier .listing .panier-vide {
  background-color: #D78472;
  padding: 24px 28px;
  border-radius: 4px;
  color: white;
  text-align: center;
  font-size: 1.1rem;
  width: 90%;
  margin: 48px auto;
  display: block;
}
body header .list-inline-item #cart .panier .cross {
  background-color: #E9E6E3;
  display: inline-block;
  width: 50%;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.4s ease-out;
}
body header .list-inline-item #cart .panier .cross .title {
  margin-top: 73px;
  padding: 24px 28px;
  border-bottom: 1px solid #CFCBC8;
  border-top: 1px solid #CFCBC8;
  font-size: 1.1rem;
  font-family: "Roboto-Medium", sans-serif;
}
body header .list-inline-item #cart .panier .cross .products {
  padding: 0 28px;
}
body header .list-inline-item #cart .panier .cross .products .produit {
  padding: 24px 28px;
  background-color: #F6F3F1;
  border-radius: 4px;
  margin-top: 24px;
}
body header .list-inline-item #cart .panier .cross .products .produit .img-panier, body header .list-inline-item #cart .panier .cross .products .produit .video {
  width: 96px;
  height: 96px;
  float: left;
  margin-right: 18px;
  border-radius: 4px;
  overflow: hidden;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos {
  min-height: 96px;
  margin-left: 114px;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos h5 {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.1rem;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos h5 .price {
  font-size: 0.9rem;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos .nom {
  font-size: 0.9rem;
  color: #605955;
  padding: 8px 0;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos .options {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos .options .radio input {
  display: none;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos .options .radio input:checked + label {
  background-color: #D78472;
  color: white;
  border-color: #D78472;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos .options .radio label {
  position: relative;
  border: 1px dashed #CFCBC8;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 5px;
  font-size: 0.8rem;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos .action {
  padding-top: 12px;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos .action .bouton-ajout {
  width: 100%;
  background-color: #605955;
  color: white;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.1s ease-out;
  width: 75%;
  padding: 8px 12px;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body header .list-inline-item #cart .panier .cross .products .produit .infos .action .bouton-ajout:hover {
  background-color: #39332F;
}
body header .encart-search {
  display: none;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F6F3F1;
}
body header .encart-search .recherche {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .encart-search .recherche .relative {
  width: 30%;
}
body header .encart-search .recherche .relative input {
  padding: 24px 0 24px 24px;
  width: 100%;
  font-size: 1rem;
  border: none;
  outline: none;
  background: #F6F3F1;
}
body header .encart-search .recherche .relative span.labelInput {
  left: 22px;
  top: 0;
}
body header .encart-search .resultats {
  display: none;
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F6F3F1;
  border-top: 2px solid #C0B6B3;
  padding: 32px 48px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: -1px 16px 22px -4px rgba(0, 0, 0, 0.28);
}
body header .encart-search .resultats h3 {
  font-size: 1rem;
  margin-bottom: 24px;
  color: #605955;
}
body header .encart-search .resultats .product {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
body header .encart-search .resultats .product img {
  height: 60px;
  width: 60px;
}
body header .encart-search .resultats .product video {
  max-width: 60px;
}
body header .encart-search .resultats .product .infos {
  margin-left: 10px;
}
body header .encart-search .resultats .product .infos a {
  text-decoration: none;
}
body header .encart-search .resultats .product .infos a h4 {
  font-size: 1.1rem;
  padding-bottom: 8px;
  color: #39332F;
}
body header .encart-search .resultats .product .infos h5 {
  font-size: 0.9rem;
  color: #605955;
}
body header .encart-search .resultats .cat {
  margin-bottom: 48px;
}
body header .encart-search .resultats .cat a {
  text-decoration: none;
}
body header .encart-search .resultats .cat a h4 {
  font-size: 1.1rem;
  padding-bottom: 8px;
  color: #39332F;
}
body header .encart-search .resultats .articles a {
  text-decoration: none;
}
body header .encart-search .resultats .articles a h4 {
  font-size: 1.1rem;
  padding-bottom: 8px;
  color: #39332F;
}
body header .encart-search .resultats .tous {
  width: 100px;
  font-size: 1rem;
  line-height: 1.1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #605955;
  cursor: pointer;
  width: unset;
  font-size: 0.9rem;
  margin-top: 32px;
}
body header .encart-search .resultats .tous img {
  transform: translateX(0);
  transition: transform 0.1s ease-in-out;
}
body header .encart-search .resultats .tous::after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 100%;
  height: 1px;
  background-color: #605955;
  transition: all 0.1s ease-out;
}
body header .encart-search .resultats .tous:hover {
  color: #39332F;
}
body header .encart-search .resultats .tous:hover::after {
  width: 0;
  margin-left: 50%;
}
body header .encart-search .resultats .tous:hover img {
  transform: translateX(20%);
}
body header .login {
  display: none;
  width: 300px;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F6F3F1;
  box-shadow: -1px 16px 22px -4px rgba(0, 0, 0, 0.28);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body header .login .connecter {
  padding: 24px 28px;
}
body header .login .connecter h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #39332F;
}
body header .login .connecter input {
  position: relative;
  background-color: #E9E6E3;
  width: 100%;
  padding: 12px 8px;
  color: #39332F;
  border: none;
  margin-bottom: 8px;
  border-radius: 4px;
}
body header .login .connecter input[type=submit] {
  width: 100%;
  background-color: #D78472;
  color: white;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
body header .login .connecter input[type=submit]:hover {
  background-color: #C07A6B;
}
body header .login .connecter span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  cursor: pointer;
}
body header .login .connecter span.labelInput {
  top: -17px;
}
body header .login .connecter .forgot {
  color: #D78472 !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 18px;
}
body header .login .connecter .forgot:hover {
  color: #C07A6B !important;
}
body header .login .nouveau {
  background-color: #E9E6E3;
  padding: 24px 28px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body header .login .nouveau h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #39332F;
}
body header .login .nouveau .btnNouveau {
  width: 100%;
  background-color: #D78472;
  color: white;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.1s ease-out;
  display: block;
  text-align: center;
  width: 100%;
  margin: 12px 0 8px 0;
}
body header .login .nouveau .btnNouveau:hover {
  background-color: #C07A6B;
}
body header .account {
  display: none;
  width: 500px;
  position: absolute;
  top: 38px;
  transform: translateX(-60%);
  background: url("/catalog/view/theme/hardrige/image/ambiance/journal-3.png") center center;
  background-size: cover;
  box-shadow: -1px 16px 22px -4px rgba(0, 0, 0, 0.28);
  border-radius: 4px;
}
body header .account .listing {
  background-color: #E9E6E3;
  padding: 32px 48px;
  width: 55%;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
body header .account .listing h3 {
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: #39332F;
}
body header .account .listing ul li {
  margin-bottom: 8px;
}
body header .account .listing ul li a {
  color: #605955;
  text-decoration: none;
  font-size: 1rem;
}
body header .account .listing ul li a:hover {
  color: #39332F;
}
body header .account .listing ul li.next {
  margin-top: 32px;
}
body .ensemble-menu-smart {
  display: none;
}

/********************** DESKTOP **********************/
@media (min-width: 1342px) {
  .container {
    width: 1332px;
    max-width: 1332px;
  }
  .container #content {
    padding: 0;
  }
  *, ::after, ::before {
    box-sizing: border-box;
    font-size: 100%;
  }
}
/********************** TABLET **********************/
@media (min-width: 1034px) and (max-width: 1341px) {
  .container {
    width: 1024px;
  }
  *, ::after, ::before {
    box-sizing: border-box;
  }
  body .wrapper-newsletter .absolute-newsletter {
    width: 70vw;
  }
}
/********************** SMARTPHONE **********************/
@media (max-width: 1033px) {
  body .wrapper-newsletter .absolute-newsletter {
    flex-direction: column-reverse;
    width: 90vw;
    height: fit-content;
  }
  body .wrapper-newsletter .absolute-newsletter .gauche {
    padding: 20px;
  }
  body .wrapper-newsletter .absolute-newsletter .gauche h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  body .wrapper-newsletter .absolute-newsletter .droite {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
  }
  .hide-smart {
    display: none !important;
  }
  .show-smart {
    display: block !important;
  }
  .container {
    width: 90vw;
  }
  *, ::after, ::before {
    box-sizing: border-box;
  }
  .alert-success {
    font-size: 0.9rem;
  }
  .alert-success .btn-close {
    padding: 8px;
    background-size: 8px 8px;
    width: 6px;
    height: 6px;
    margin: 4px;
  }
  .label-pos .label {
    font-size: 0.5rem;
    padding: 3px 6px 3px 15px;
  }
  .label-pos .label::before {
    width: 5px;
    height: 5px;
  }
  .label-pos .label.label-bg-soldes {
    padding: 3px 6px;
  }
  body .reassurance {
    padding: 4rem 0;
  }
  body .reassurance .bloc {
    text-align: center;
  }
  body .reassurance .bloc img {
    display: none;
  }
  body .reassurance .bloc h4 {
    font-size: 1rem;
  }
  body .reassurance .bloc p {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  body .reassurance .bloc p .etoiles {
    display: block;
    margin: 0.5rem auto;
  }
  body #top {
    padding: 8px !important;
  }
  body #top .container {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  body #top .container .top-info {
    position: relative;
    left: inherit;
    transform: none;
    top: inherit;
    font-size: inherit;
  }
  body #top .container #top-links {
    padding-top: 0;
  }
  body #top .container #top-links li {
    font-size: 0.8rem;
  }
  body header {
    margin-bottom: 12px;
    padding: 8px;
  }
  body header a .logo {
    height: 100%;
  }
  body header.transparent a .logoBlanc {
    height: 100%;
  }
  body header .list-inline-item {
    display: inline-block !important;
  }
  body header .list-inline-item .close-menu {
    display: none;
  }
  body header .list-inline-item #cart .panier {
    width: 100vw;
  }
  body header .list-inline-item #cart .panier .listing {
    width: 100%;
  }
  body header .list-inline-item #cart .panier .listing h4 {
    height: 8vh;
  }
  body header .list-inline-item #cart .panier .listing .scroll-smart {
    overflow-y: auto;
    height: 70vh;
  }
  body header .list-inline-item #cart .panier .listing .wrapper-bouton-commander {
    position: fixed;
    bottom: 0;
    background-color: #F6F3F1;
    padding: 9px 28px;
    height: 22vh;
  }
  body header .list-inline-item:last-child {
    margin-right: 0;
    margin-left: 18px;
  }
  body header.active {
    padding: 8px 0;
  }
  body header .encart-search .recherche .relative input {
    padding: 8px 0 8px 8px;
    width: 80vw;
  }
  body header .encart-search .recherche .relative span.labelInput {
    left: 10px;
    top: -10px;
  }
  body header .encart-search .resultats {
    width: 100vw;
    height: 100vh;
    padding: 18px 20px;
    overflow-y: scroll;
  }
  body header .encart-search .resultats h3 {
    font-size: 0.9rem;
  }
  body header .encart-search .resultats .cat {
    margin-bottom: 24px;
  }
  body header .encart-search .resultats .cat a h4 {
    font-size: 1rem;
  }
  body header .encart-search .resultats .tous {
    margin: 24px 0;
  }
  body header .encart-search .resultats .articles a h4 {
    font-size: 1rem;
  }
  body header .login {
    position: fixed;
    top: 5vh;
    width: 90vw;
    border-radius: 4px;
    overflow-y: scroll;
  }
  body header .login #closeLogin {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
  }
  body header .login .connecter {
    padding: 24px 28px 8px;
  }
  body header .login .nouveau {
    background-color: #F6F3F1;
    border-top: 1px solid #E9E6E3;
  }
  body header .login .nouveau p {
    color: #605955;
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-bottom: 24px;
  }
  body header .login .reseaux {
    background-color: #E9E6E3;
    padding: 24px 28px;
    text-align: center;
  }
  body header .login .reseaux h3 {
    font-size: 1.1rem;
  }
  body header .login .reseaux .icn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 0;
  }
  body header .login .reseaux .icn a {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 40px;
    border-radius: 4px;
  }
  body header .login .reseaux .icn a.facebook {
    background: rgb(23, 173, 254);
    background: linear-gradient(180deg, rgb(23, 173, 254) 0%, rgb(0, 100, 224) 100%);
    margin-right: 24px;
  }
  body header .login .reseaux .icn a.facebook::after {
    content: "";
    background: url(/catalog/view/theme/hardrige/image/icons/facebook-connect.svg) center center no-repeat;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
  body header .login .reseaux .icn a.google {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 243, 241) 100%);
  }
  body header .login .reseaux .icn a.google::after {
    content: "";
    background: url(/catalog/view/theme/hardrige/image/icons/google-connect.svg) center center no-repeat;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
  body header .account {
    width: 100vw;
    background: #F6F3F1;
    position: fixed;
    left: 50%;
    top: 87px;
    transform: translateX(-50%);
    border-radius: 0;
  }
  body header .account #closeAccount {
    display: block;
    position: absolute;
    top: 8px;
    right: 24px;
    transform: rotate(180deg);
  }
  body header .account .listing {
    background: #F6F3F1;
    width: 100%;
    padding: 24px 28px;
  }
  body header .account .listing ul li {
    margin-bottom: 12px;
  }
  body header .account .listing ul li .linkRose {
    margin-top: 24px;
  }
  body footer {
    padding: 1rem 0 24px 0;
  }
  body footer .container {
    padding: 38px 24px;
  }
  body footer .container h4 {
    position: relative;
    font-size: 1.1rem;
    border-bottom: 1px solid #CFCBC8;
    padding-bottom: 12px;
    cursor: pointer;
  }
  body footer .container h4::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 11px;
    height: 11px;
    background: url("/catalog/view/theme/hardrige/image/icons/expand-plus.svg") center center no-repeat;
  }
  body footer .container h4.active::after {
    background: url("/catalog/view/theme/hardrige/image/icons/expand-moins.svg") center center no-repeat;
  }
  body footer .container ul {
    display: none;
    margin-top: 12px;
  }
  body footer .container ul li {
    padding-bottom: 6px;
  }
  body footer .container .bottom {
    margin-top: 48px;
  }
  body footer .container .bottom div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  body footer .container .bottom > div:first-child {
    margin-bottom: 24px;
  }
  body footer .logo-footer {
    margin-top: 24px;
  }
  body.menu-smart {
    background-color: #F6F3F1;
    overflow: hidden;
  }
  body.menu-smart #top {
    background-color: #E9E6E3;
    height: 5vh;
  }
  body.menu-smart header {
    background-color: inherit;
    height: 100%;
    margin-bottom: 12px;
  }
  body.menu-smart header .nav-link {
    color: inherit !important;
  }
  body.menu-smart header .list-inline-item svg path {
    fill: #39332F;
  }
  body.menu-smart header .list-inline-item svg rect {
    fill: #39332F;
    stroke: #39332F;
  }
  body.menu-smart header a .logo {
    display: none;
  }
  body.menu-smart header a .logoBlanc {
    display: block !important;
  }
  body.menu-smart .ensemble-menu-smart {
    overflow-y: scroll;
    display: block;
    position: fixed;
    height: 87vh;
    height: calc(var(--vh, 1vh) * 87);
    width: 100vw;
    bottom: 0;
    background-color: #F6F3F1;
    z-index: 10;
    padding: 8px;
  }
  body.menu-smart .ensemble-menu-smart #bl-femme, body.menu-smart .ensemble-menu-smart #bl-entretien {
    display: none;
  }
  body.menu-smart .ensemble-menu-smart .boutons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #CFCBC8;
    padding-bottom: 24px;
  }
  body.menu-smart .ensemble-menu-smart .boutons button {
    border: none;
    border-radius: 20px;
    background-color: #39332F;
    opacity: 0.5;
    color: #F6F3F1;
    padding: 6px 20px;
  }
  body.menu-smart .ensemble-menu-smart .boutons button.active {
    opacity: 1;
  }
  body.menu-smart .ensemble-menu-smart h4 {
    position: relative;
    font-size: 1.3rem;
    border-bottom: 1px solid #CFCBC8;
    padding: 20px 8px;
    cursor: pointer;
    color: #3F3834;
  }
  body.menu-smart .ensemble-menu-smart h4::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 11px;
    height: 11px;
    background: url("/catalog/view/theme/hardrige/image/icons/tick-down.svg") center center no-repeat;
  }
  body.menu-smart .ensemble-menu-smart h4.active::after {
    background: url("/catalog/view/theme/hardrige/image/icons/tick-down.svg") center center no-repeat;
    transform: rotate(180deg);
    top: 42%;
  }
  body.menu-smart .ensemble-menu-smart h4.journal a {
    font-family: "Roboto-LightItalic", sans-serif;
    text-decoration: none;
    color: #3F3834;
  }
  body.menu-smart .ensemble-menu-smart h4.journal::after {
    display: none;
  }
  body.menu-smart .ensemble-menu-smart ul:not(.basMenu) {
    display: none;
    margin-top: 12px;
  }
  body.menu-smart .ensemble-menu-smart ul:not(.basMenu) li {
    padding: 8px 8px;
  }
  body.menu-smart .ensemble-menu-smart ul:not(.basMenu) li a {
    text-decoration: none;
    font-size: 1rem;
    color: #605955;
  }
  body.menu-smart .ensemble-menu-smart ul:not(.basMenu) li a.top {
    color: #D78472;
  }
  body.menu-smart .ensemble-menu-smart .basMenu {
    margin-top: 12px;
  }
  body.menu-smart .ensemble-menu-smart .basMenu li {
    padding: 11px 8px;
  }
  body.menu-smart .ensemble-menu-smart .basMenu li a {
    text-decoration: none;
    font-size: 1rem;
    color: #605955;
  }
  body.menu-smart footer {
    background-color: #E9E6E3;
  }
  body.menu-smart.menu-smart-scroll .ensemble-menu-smart {
    height: 94vh;
    height: calc(var(--vh, 1vh) * 94);
  }
}

/*# sourceMappingURL=s-headerHome.css.map */
