/* ========================================================================
   Style de base du site
 ========================================================================== */
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Montserrat";
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #efefef;
}
/*
#_content {
  background-image: url("../images/theme/backnoel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}*/

#back-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.1;
  display: none;
}

:root {
  --blanc: #fff;
  --noir: #000;
  --beige: #ffeac1;
  /*--beige: #fbf5e9;*/
  /*--rouge: #93040a;*/
  --rouge: #93040a;
  /*--rouge: #e7565c;*/
  --bleu: #0074cb;
  --bleuLeger: #ffeac1;
  /*--bleuLeger: #f6f9fc;*/
  /*--rouge: #920309;*/
  /* --maxwidth: 1300px;*/
}

@keyframes clignote {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes clignotePromo {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.clignote {
  animation: clignote 1s infinite;
}

.clignotePromo {
  animation: clignotePromo 2s infinite;
}

/*** Preloader ***/
#preloader-logo {
  width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: clignote 2s infinite;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Cinzel";
  font-size: 50px;
  perspective: 300px;
}

/*** Header ***/

#top-promo {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  display: none;
}

#top-promo-img-part {
  text-align: left;
}

#top-promo-img-part img {
  width: 80%;
}

#top-promo-text-part {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
}

#header {
  z-index: 999 !important;
}

#header-logo-li a {
  height: 100%;
}

#logo {
  width: 100px;
}

#top-search {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

#top-search input {
  background-color: #f7f7f7;
  width: 800px;
  height: 40px !important;
  border: solid 1px #dbdbdb;
}

#top-search a {
  background-color: var(--rouge);
  color: #fff;
  font-weight: bold;
}

#top-search .uk-form-icon {
  width: 60px;
}

#top-search form .uk-inline {
  width: auto;
}

#top-search form span {
  cursor: pointer;
}

#top-bar {
  padding: 0px;
  background-color: #fff;
  text-align: center;
}

#top-bar nav {
  padding: 5px 10px !important;
  margin: auto;
  background-color: var(--blanc) !important;
}

#mobile-search-icon {
  display: none;
}

#mobile-menu-btn {
  display: none;
  color: #fff !important;
  padding: 0px 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.7s;
}

#mobile-menu-closer-container {
  display: none;
}

#header {
  z-index: 10;
}

#popup .uk-modal-body {
  padding: 0px;
  background-color: transparent;
}

#popup-newsletter-form-container {
  padding: 20px 50px 30px 50px;
  background-color: #fff;
  margin-top: 20px;
}

#popup-newsletter-form-container p {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}

#popup-newsletter-form-container button {
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--rouge);
}

#pre-header {
  background-color: var(--bleuLeger);
  padding: 15px;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  animation: clignote 1s infinite;
}

#header .uk-navbar-container {
  border-bottom: none;
  padding: 20px 30px;
}

#header .uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  min-height: auto;
}

#header nav {
  padding: 0px 100px;
  margin: auto;
  background-color: var(--rouge);
}

#header-menu-part {
  /*padding-left: 50px;*/
}

#header-menu-part {
  overflow: hidden;
}

#header .uk-navbar-right li {
  margin: 0px 20px;
}

#header .uk-navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
}

#header .uk-navbar-nav li .uk-navbar-dropdown {
  padding: 0px;
}

.menu-sans-image-container {
  padding: 0px 75px;
}

.menu-categorie-column {
  padding: 25px;
}

.menu-categorie-column li {
  padding: 0px 25px;
}

#header-search-input {
  width: 400px;
  height: 40px !important;
  font-size: 14px;
  background-color: #fff;
}

#cart-number {
  background-color: var(--rouge);
  padding: 0px 10px;
  color: var(--blanc);
  font-weight: 500;
  border-radius: 50%;
}

#mobile-menu-content {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #fff;
  z-index: 9000;
  padding: 50px 20px;
  border-right: solid 1px #eee;
  overflow-x: scroll;
}

#mobile-menu-content li {
  margin-bottom: 10px;
  color: #000;
}

#mobile-menu-content li a {
  color: #000;
}

.mobile-all-products-link {
  font-weight: bold;
}

.mobile-categorie-link > a {
  font-weight: bold;
  color: var(--rouge) !important;
}

/*** Panier ***/
#panier .uk-offcanvas-bar {
  background-color: var(--blanc);
  border-left: solid 1px #eee;
  padding: 40px 0px;
}

#panier h3 {
  text-align: center;
  text-transform: uppercase;
  color: var(--rouge);
}

#panier .uk-offcanvas-close {
  background: var(--rouge);
  color: #fff;
  padding: 10px;
}

#panier-content {
  text-align: center;
  display: block;
  height: 600px;
  width: 100%;
  padding: 50px 0px;
  overflow-x: scroll;
}

#panier-content::-webkit-scrollbar {
  width: 5px;
}

#panier-content:hover::-webkit-scrollbar {
  display: block;
}

#panier-content::-webkit-scrollbar-track {
  width: 1px;
  background-color: transparent;
}

#panier-content::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: var(--rouge);
}

#panier-vide p {
  text-align: center;
  color: #000;
}

/* Chrome, Safari, Edge, Opera */
.panier-content-quantite-produit-input::-webkit-outer-spin-button,
.panier-content-quantite-produit-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.panier-content-quantite-produit-input {
  -moz-appearance: textfield;
}

#panier-bottom-mobile {
  display: none;
}

#panier-bottom-mobile a {
  text-decoration: none;
}

#panier-bottom-mobile div {
  width: 100%;
  background: var(--rouge);
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  transition: 0.7s;
}

#panier-bottom-mobile div:hover {
  background: var(--noir);
}

#panier-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

#panier-bottom a {
  text-decoration: none;
}

#panier-bottom div {
  width: 100%;
  background: var(--rouge);
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  transition: 0.7s;
}

#panier-bottom div:hover {
  background: var(--noir);
}

.panier-content-image-produit {
  width: 60px;
  height: 60px;
}

.panier-content-nom-produit {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}

.panier-content-quantite-produit input {
  width: 60px;
  height: 30px !important;
  border: solid 1px transparent !important;
  color: #444 !important;
  text-align: center;
  margin: auto;
  font-size: 14px;
  background-color: #f7f7f7 !important;
}

.panier-content-prix-produit {
  color: #444 !important;
  text-align: left;
  font-size: 13px;
}

.panier-content-montant-produit {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding-top: 10px;
}

.panier-content-delete-produit-td {
  width: 40px;
}

.panier-content-delete-produit {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

#panier-bottom-sous-total {
  background-color: var(--noir) !important;
  color: #fff !important;
  text-align: center !important;
  padding: 10px 20px;
  font-weight: 500;
}

#panier-bottom-sous-total span {
  font-weight: bold;
}

.uk-notification {
  text-align: center;
  font-weight: 500;
}

.uk-notification-message-success {
  background-color: #caffca;
  color: #003c00;
}

.uk-notification-message-danger {
  background-color: #ffd1d1;
  color: #bd0000;
}

.uk-notification-message-primary {
  background-color: #cae2ff;
  color: #000000;
}

#header-username {
  text-transform: capitalize;
  font-size: 16px;
}

.user-dropdown {
  min-width: 250px;
}

.user-dropdown li {
  margin: 0px !important;
}

.user-menu-link {
  padding: 15px 20px;
}

.deconnexion-link a {
  text-transform: uppercase;
  color: var(--rouge);
  text-decoration: none;
  font-weight: 500;
}

/*** Titres ***/
.title-container {
  margin: 0px 0px;
  position: relative;
}

.title-container .title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: var(--rouge);
  color: #fff;
  transition: 0.7s;
}

.title-container .title:hover {
  background-color: var(--noir);
}

.title-container a {
  text-decoration: none;
}

/*
.title-container span {
  text-transform: uppercase;
  font-size: 12px;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  font-weight: bold;
  position: absolute;
}
*/
/*
.title-container .title::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  width: 200px;
  height: 5px;
  background-color: var(--rouge);
}
*/
.title-container.right .title {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  padding: 15px 30px;
  text-align: right;
}

/*
.title-container.right .title::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  content: '';
  width: 200px;
  height: 5px;
  background-color: var(--rouge);
}
*/
/****** Formulaires **********/
.form-info {
  text-align: center;
  padding-bottom: 50px;
}

form .uk-inline {
  width: 100%;
}

.uk-input,
.uk-select {
  width: 100%;
  background: #fbfbfb;
  height: 60px !important;
  border: none;
}

.uk-textarea {
  width: 100%;
  background: #fbfbfb;
  border: none;
  color: #666;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  background-color: #fdfdfd;
  border: solid 1px #eee;
}

.form-part-title {
  margin: 50px auto 25px 15px !important;
  padding: 0px 0px 10px 0px;
  border-bottom: solid 1px #eee;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: var(--rouge);
}

.uk-input.disabled {
  color: #000;
  background-color: #f1f1f1 !important;
}

.form-submit-btn-container {
  text-align: center;
}

.form-submit-btn {
  width: 250px;
  background: var(--rouge);
  color: #fff;
  border: solid 1px var(--rouge);
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  margin: 50px auto 0px auto;
}

.chosen-container {
  width: 100%;
  background: #fbfbfb;
  height: 60px;
  border: none;
}

.chosen-single {
  margin-top: 20px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: var(--rouge);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, var(--rouge)),
    color-stop(90%, var(--rouge))
  );
  background-image: linear-gradient(var(--rouge) 20%, var(--rouge) 90%);
}

/* Swal alert 2
   ========================================================================== */
.swal2-modal {
  border-radius: 0px !important;
  border: solid 1px #eee !important;
}

.swal2-confirm {
  border-radius: 0px !important;
}

.delete-confirm {
  font-size: 20px;
}

#form-supprimer,
#form-annuler {
  padding-top: 30px;
}

#form-supprimer .swal2-confirm {
  border-radius: 0px !important;
  background-color: var(--rouge);
  color: #fff;
  font-size: 1.0625em;
}

/****** Clip path **********/
.reveal-bottom {
  background: none;
  clip-path: inset(0 0 100% 0);
  position: relative;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.reveal-right {
  background: none;
  clip-path: inset(0 100% 0 0);
  position: relative;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.reveal-left {
  background: #fff;
  clip-path: inset(0 0 0 100%);
  position: relative;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu-reveal-right {
  background: #fff;
  clip-path: inset(0 100% 0 0);
  position: relative;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu-reveal-left {
  background: #fff;
  clip-path: inset(0 0 0 100%);
  position: relative;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu-reveal-bottom {
  background: #fff;
  clip-path: inset(0 0 100% 0);
  position: relative;
  transition: clip-path 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.reveal-active {
  clip-path: inset(0 0 0 0);
}

#content {
  width: 70%;
  margin: auto;
}

/*** Footer ***/
.footer-policies-links {
  background-color: var(--rouge);
  text-align: center;
  margin: auto;
  padding: 20px;
  color: #fff;
}

.footer-policies-links li {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  color: #444;
  padding: 0px 10px;
  font-size: 12px;
  border-right: solid 1px #fff;
}

.footer-policies-links li:last-child {
  border-right: none;
}

.footer-policies-links li a {
  color: #fff;
  font-weight: bold;
}

#pre-footer-container {
  background-color: #ffff;
}

#pre-footer {
  padding: 100px 50px;
  width: 80%;
  margin: auto;
}

.pre-footer-title {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccc;
  margin-bottom: 25px;
}

#pre-footer a {
  color: #666;
  text-decoration: none;
  transition: 0.7s;
}

#pre-footer a:hover {
  color: var(--rouge);
  padding-left: 10px;
  text-decoration: none;
}

#newsletter-form-container {
  background-color: var(--bleuLeger);
  padding: 50px 50px;
}

#newsletter-form-container p {
  text-align: center;
  padding: 0px 50px 20px 50px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

#newsletter-form-container form {
  width: 60%;
  margin: auto;
}

#newsletter-form-container form input {
  background-color: #ffffff;
  border: none;
  color: #000;
  height: 63px;
  text-align: center;
}

#newsletter-form-container form input::placeholder {
  color: #000;
}

#newsletter-form-container form button {
  background-color: var(--rouge);
  font-weight: 500;
  color: #fff;
  height: 63px;
  border: none;
  width: 100%;
}

.footer-socials-container {
  text-align: center;
}

.footer-social {
  background-color: var(--rouge);
  color: #fff;
  padding: 10px;
}

/* ========================================================================
   Style de la page d'accueil
 ========================================================================== */
#home-cover-container {
  background-color: transparent;
}

#home-cover {
  width: var(--maxwidth);
  margin: 0px auto;
  background-color: #fff;
  padding: 0;
  max-height: 500px;
  overflow: hidden;
  margin-top: 30px;
}

#home-cover .uk-slidenav {
  color: var(--blanc);
  background: var(--rouge);
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center !important;
  font-weight: bold;
}

/*#home-cover li {
  text-align: center;
  height: 100%;
}*/

#home-cover-menu,
#home-slider-container,
#home-cover-banner {
  display: inline-block;
  vertical-align: top;
}

#home-slider-container {
  background-color: transparent;
}

/*#home-slider-container .uk-slideshow-items {
  min-height: 500px !important;
  height: 100% !important;
  max-height: 100% !important;
}
#home-slider-container li div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}*/
#home-cover-menu {
  /*width: 19%;*/
  /*height: 100%;*/
  background-color: var(--blanc);
  position: relative;
}

#home-cover-menu .uk-navbar-dropdown {
  width: 1000px !important;
  left: 250px !important;
  top: 0 !important;
  /* max-width: 1580px; */
}

#home-cover-menu {
  padding: 20px;
}

#home-cover-menu ul {
  text-align: left;
}

#home-cover-menu .uk-list > li {
  font-size: 14px;
  line-height: 2;
  color: #333;
  text-align: left;
}

#home-cover-menu .uk-list > li > a {
  color: #333;
  text-decoration: none;
}

#home-slider-container {
  /*width: 60.5%;*/
  margin: auto;
  background-color: #fff;
}

#home-cover-banner {
  /*width: 19%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
  text-align: center;
}

#home-cover .uk-slidenav svg {
  font-weight: bold;
  margin: auto;
}

#home-random-categories,
#home-meilleures-ventes,
#home-nouveautes,
#home-populaires,
#home-promotion,
#home-random-categories-bottom,
#produits-lies {
  width: var(--maxwidth);
  margin: auto;
  background-color: var(--blanc);
  padding: 0px 0px 20px 0px;
  margin-top: 30px;
  border: solid 1px #e6e6e6;
}

#home-promotion .title {
  animation: clignote 1s infinite;
}

#home-random-categories {
  width: var(--maxwidth);
  padding-left: -20px;
  background-color: var(--blanc);
  padding: 20px;
  margin-top: 50px;
}

#home-random-categories .uk-slider-items {
  margin-left: -30px;
}

.categorie-img-container.no-image {
  height: 150px;
  text-align: center;
  color: #666;
  box-shadow: 0px 1px 1px #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f1f1f1;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  font-size: 14px;
}

#home-random-categories .categorie-img-container {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.categorie-img-container {
  transition: 0.7s;
}

.categorie-img-container:hover {
  opacity: 0.7;
}

#home-random-categories .categorie-img-container .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  transition: 0.7s;
}

#home-random-categories .categorie-img-container:hover .overlay {
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.7);
}

#home-random-categories .categorie-img-container .overlay div {
  border: solid 1px #ffffff73;
  padding: 10px 20px;
  width: 300px;
  max-width: 400px;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  transition: 0.7s;
}

#home-random-categories .categorie-img-container:hover .overlay div {
  border: solid 1px #ffffff73;
  padding: 10px 20px;
  width: 300px;
  max-width: 400px;
  margin: 0px auto;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

#home-random-categories-bottom {
  padding: 20px;
}

/*
#home-random-categories-bottom .categorie {
  height: 350px;
}
#home-random-categories-bottom .categorie-img-container {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}*/
#home-random-categories-bottom .categorie-img-container .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  background-color: transparent;
  transition: 0.7s;
}

#home-random-categories-bottom .categorie-img-container:hover .overlay {
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.7);
}

#home-random-categories-bottom .categorie-img-container .overlay div {
  padding: 10px 20px;
  width: 300px;
  max-width: 400px;
  margin: 0px auto;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  transition: 0.7s;
}

#home-random-categories-bottom .categorie-img-container:hover .overlay div {
  padding: 10px 20px;
  width: 300px;
  max-width: 400px;
  margin: 0px auto;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

#home-meilleures-ventes .uk-slider-container,
#home-nouveautes .uk-slider-container,
#home-promotion .uk-slider-container,
#home-populaires .uk-slider-container {
  overflow: none !important;
  padding: 65px 0px 0px 0px;
  overflow-y: visible !important;
}

.home-categorie-produits {
  padding: 20px 20px 0px 20px;
}

.home-produits-car-img {
  height: 100%;
  transition: 0.7s;
}

.home-produits-car-img:hover {
  opacity: 0.7;
}

.home-produits-car-img img {
  height: 450px;
}

.home-produits-slidenavs {
  position: absolute;
  right: 0;
  top: -65px;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
}

.home-produits-slidenavs a {
  color: #444 !important;
}

.home-produits-slidenavs.left {
  left: 0 !important;
  right: inherit;
}

.produit {
  position: relative;
  transition: 0.7s;
}

.produit a {
  text-decoration: none;
}

.produit:hover {
  box-shadow: 0px 1px 5px 0px #cecece;
}

.reduction-pourcentage {
  background-color: var(--noir);
  color: #fff;
  text-align: center;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-weight: bold;
}

.produit-img-container {
  padding-top: 10px;
  height: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.produit-overlay-infos-inner {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.produit:hover .produit-overlay-infos-inner {
  bottom: 0;
}

.produit-add-to-cart-btn {
  padding: 15px;
  background: var(--rouge);
  width: 200px;
  margin: 0px auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.7s;
  text-align: center;
  width: 100%;
}

.produit-add-to-cart-btn:hover {
  background: var(--noir);
}

.produit-overlay-infos-inner a {
  text-decoration: none;
}

.produit-img-container img {
  height: 100%;
  margin: auto;
}

.produit-content-container {
  padding: 10px 30px 0px 30px;
}

.produit-title {
  text-transform: uppercase;
  text-align: center;
  color: var(--noir);
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.produit-prix {
  left: 0;
  bottom: 0px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--rouge);
  background-color: transparent;
  font-size: 15px;
  padding: 0px 20px 10px 20px;
  transition: 0.7s;
  font-weight: bold;
}

.ancien-prix {
  text-decoration: line-through;
  font-size: 14px;
  background: transparent;
  color: #aaaaaa;
  padding: 10px 15px;
  display: block;
}

.produit-prix.no-promo {
  padding: 30px 20px 20px 20px;
}

.produit-stock {
  padding: 0px 10px 15px 10px;
  text-align: center;
}

.out-stock {
  font-weight: bold;
  text-align: center;
  font-size: 15px !important;
  color: #ff7a7a;
}

.in-stock {
  font-weight: bold;
  text-align: center;
  font-size: 15px !important;
  color: #63cf00;
}

.fin-promo {
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 15px !important;
  color: var(--rouge);
  padding: 15px 0px 0px 0px;
  height: 10px;
}

.fin-promo .uk-countdown-number {
  font-size: 15px !important;
  background: #000;
  color: #fff;
  padding: 5px;
}

/** Bannieres **/

#banniere-pub-gauche,
#banniere-pub-droite {
  text-align: center;
  opacity: 0;
  transition: 0.7s;
  display: none;
}

.banner {
  width: var(--maxwidth);
  height: auto;
  margin: 25px auto;
  overflow: hidden;
  transition: 0.7s;
}

.banner:hover {
  opacity: 0.7;
}

.banner img {
  transform: scale(1);
  width: 100%;
  transition: 0.7s;
}

.banner:hover img {
  transform: scale(1.01);
}

/** Video bas **/
#home-bottom-video {
  width: 100%;
  height: 500px;
}

#home-bottom-video video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#home-bottom-video .bottom-video-overlay {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: transparent;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

/** Marque ***/
#home-marques {
  width: var(--maxwidth);
  margin: 70px auto;
}

#home-marques .marque {
  text-align: center;
  background-color: #fff;
}

#home-marques .marque img {
  width: 120px;
  /*filter: grayscale(100%);*/
}

/* ========================================================================
   Style de la page de connexion
 ========================================================================== */
#login-form {
  margin: 75px auto;
  width: 800px;
  background: #fff;
  padding: 75px 50px;
}

#connexion-form-container .title {
  text-align: center;
  padding: 50px;
  font-size: 70px;
}

#login-form .uk-inline {
  width: 100%;
}

#login-form input {
  width: 100%;
  background: #fbfbfb;
  height: 60px;
  border: none;
}

.password-forgotten {
  text-align: center;
}

.password-forgotten a {
  color: #444;
  text-transform: uppercase;
  font-size: 12px;
}

.sign-form-link {
  text-align: center;
  padding: 30px;
}

.sign-form-link a {
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

/* ========================================================================
   Style de la page mot de passe oublié
 ========================================================================== */
.password-reset-message-container {
  text-align: center;
  margin: 75px auto;
  width: 800px;
  background: #fff;
  padding: 75px 50px;
}

.password-reset-message-container strong {
  font-size: 25px;
}

/* ========================================================================
   Style de la page d'inscription
 ========================================================================== */
#inscription-conditions-container {
  padding: 30px;
  color: #000;
  margin: 20px auto 0px auto;
}

#inscription-conditions-container a {
  color: var(--rouge);
  font-weight: 400;
}

#signup-form {
  margin: 75px auto;
  width: 1000px;
  background: #fff;
  padding: 75px 50px;
}

#inscription-form-container .title {
  text-align: center;
  padding: 50px;
  font-size: 70px;
}

#signup-form .uk-inline {
  width: 100%;
}

/* ========================================================================
   Style de la page mon compte
 ========================================================================== */
#compte-form {
  margin: 75px auto;
  width: 1000px;
  background: #fff;
  padding: 75px 50px;
}

#compte-form-container .title {
  text-align: center;
  padding: 50px;
  font-size: 70px;
}

#compte-form .uk-inline {
  width: 100%;
}

#compte-form .uk-input,
#compte-form .uk-select {
  width: 100%;
  background: #fbfbfb;
  height: 60px;
  border: none;
}

/* ========================================================================
   Style de la page des visites
 ========================================================================== */
#mobile-visites-container {
  display: none;
}

.visites-table-img {
  width: 50px;
}

.visites-produit-prix {
  left: 0;
  bottom: 0px;
  width: 100%;
  text-transform: uppercase;
  color: var(--rouge);
  background-color: transparent;
  font-size: 17px;
  padding: 0px 20px 10px 0px;
  transition: 0.7s;
  font-weight: bold;
}

.visites-ancien-prix {
  text-decoration: line-through;
  font-size: 14px;
  background: transparent;
  color: #aaaaaa;
  padding: 10px 0px;
  display: block;
}

.visites-produit-prix.no-promo {
  padding: 0px;
}

#visites-table a {
  color: #666;
}

#visites-table a:hover {
  text-decoration: none;
}

#visites-table button {
  transition: 0.7s;
}

#visites-table button:hover {
  background-color: var(--rouge);
  color: #fff;
  border: solid 1px #fff;
}

/* ========================================================================
   Style de la page mes adresses
 ========================================================================== */
.ajouter-adresse-link {
  text-decoration: none;
}

.ajouter-adresse-link div {
  background-color: var(--rouge);
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  width: 200px;
  text-align: center;
  font-size: 14px;
  float: right;
  margin: 10px 0px 40px 0px;
  transition: 0.7s;
}

.ajouter-adresse-link div:hover {
  background-color: var(--noir);
}

.adresse {
  background-color: #fff;
  border: solid 1px #e5e5e5;
  position: relative;
  min-height: 300px;
}

.adresse-nom {
  font-weight: bold;
}

.adresse-principal {
  background-color: var(--rouge);
  color: #ffffff;
  width: 150px !important;
  text-align: center;
  padding: 5px;
  margin: 15px 0px 0px 0px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

.adresse-infos {
  padding: 20px;
}

.adresse-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: solid 1px #e5e5e5;
  padding: 20px;
}

/* ========================================================================
   Style de la page catégorie
 ========================================================================== */
#categorie-page-cover {
  height: 150px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f7f7f7;
  color: #000;
}

#categorie-produits {
  width: var(--maxwidth);
  margin: 100px auto 50px auto;
  overflow: hidden;
  margin-top: 20px;
}

#categorie-options {
  background-color: #fbfbfb;
}

#categorie-options #closer {
  display: none;
  position: fixed;
  right: 10px;
  color: #000;
  font-size: 10px;
  top: 10px;
  font-weight: bold;
  z-index: 100;
  width: 30px;
  height: 30px;
  box-shadow: 0px 1px 1px #000;
  background-color: #fff;
  text-align: center;
  border-radius: 25px;
}

#categorie-options #closer div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#categorie-options a {
  color: #666;
  text-decoration: none;
  transition: 0.7s;
}

#categorie-options a:hover {
  color: var(--rouge);
  padding-left: 10px;
}

.categorie-soussouscategorie-list {
  padding-left: 10px;
}

.categorie-option-content {
  margin-bottom: 50px;
}

.categorie-option-content {
  height: 200px;
  overflow-y: scroll;
  margin-top: 30px;
  padding: 0px 40px;
}

.categorie-option-content::-webkit-scrollbar {
  width: 3px;
  transition: 0.7s;
  display: none;
}

.categorie-option-content:hover::-webkit-scrollbar {
  display: block;
}

.categorie-option-content::-webkit-scrollbar-track {
  width: 3px;
  background-color: transparent;
}

.categorie-option-content::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #000;
}

.categorie-option-title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  background: var(--rouge);
  color: #fff;
}

.categorie-option-search {
  margin: 0px auto;
  text-align: center;
}

#prix .categorie-option-content {
  overflow: hidden;
}

#price-range {
  margin: 10px auto 20px auto;
}

#price-range .ui-slider-handle {
  border: 1px solid #ffffff;
  background: var(--rouge);
  font-weight: normal;
  color: #ffffff;
}

#price-range .ui-widget-header {
  border: solid 1px transparent !important;
  background: var(--rouge);
  color: #ffffff;
  font-weight: bold;
}

#prix .uk-input {
  width: 100%;
  background: #fbfbfb;
  height: 40px;
  border: none;
  border: solid 1px #c9c9c9;
}

#prix .categorie-option-content {
  padding: 0px 20px;
}

#prix .form-submit-btn-container {
  margin-top: 0px;
}

#prix .form-submit-btn {
  width: 100%;
  text-align: center;
  height: 40px;
  font-size: 14px;
  padding: 0px 10px;
  margin: 10px auto;
}

#tri-form-container {
  margin: 20px 0px;
  text-transform: uppercase;
}

#categorie-all-produits {
  padding: 20px;
  background-color: #fff;
}

.no-elements {
  text-align: center;
  padding: 50px 30px;
  font-size: 20px;
}

#mobile-tri-btn-container {
  display: none;
}

#mobile-tri-btn {
  background-color: var(--noir);
  color: #fff;
  padding: 10px 20px;
  margin: 0px auto 20px auto;
  width: 250px;
  text-align: center;
}

/*** Recherche ***/
#search-results-categories,
#search-results-marques,
#search-results-produits {
  padding: 0px 50px;
  margin-bottom: 50px;
}

#search-results-categories .categorie {
  height: 150px;
}

#search-results-categories .categorie-img-container {
  height: 150px;
  width: 170px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#search-results-marques .marque {
  height: 150px;
}

#search-results-marques .marque-logo-container {
  height: 150px;
  width: 150px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#search-results-produits .produit {
  position: relative;
  padding-bottom: 20px;
  border: solid 1px #eee;
  transition: 0.7s;
}

.search-part-title {
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}

#search-results-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-height: 400px;
  max-height: calc(100% - 300px);
  width: 70%;
  background-color: #fff;
  z-index: 1000;
  display: none;
  box-shadow: 0px 0px 10px 0px #eee;
  padding: 50px 0px;
  overflow-x: scroll;
  border: solid 1px #b5b5b5;
}

#search-results-container .categorie a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 5px 0px #cecece;
}

#search-results-container .categorie-img-container.no-image:hover {
  text-decoration: none;
  box-shadow: 0px 1px 5px 0px #cecece;
}

#search-results-container::-webkit-scrollbar {
  width: 3px;
  transition: 0.7s;
  display: none;
}

#search-results-container:hover::-webkit-scrollbar {
  display: block;
}

#search-results-container::-webkit-scrollbar-track {
  width: 3px;
  background-color: transparent;
}

#search-results-container::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #000;
}

.search-more-results {
  width: 250px;
  background: var(--rouge);
  color: #fff;
  border: solid 1px var(--rouge);
  font-size: 15px;
  font-weight: 400;
  margin: 50px auto 0px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  transition: 0.7s;
}

.search-more-results:hover {
  background: var(--noir);
}

#search-results-container a:hover {
  text-decoration: none;
}

.produits-pagination {
  margin-top: 50px;
}

.produits-pagination .uk-margin-auto-left {
  text-align: right;
}

/* ========================================================================
   Style de la page du produit
 ========================================================================== */
#produit-page-cover {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7f7f7;
  color: #000;
  padding: 50px 150px;
}

#produit-details {
  width: var(--maxwidth);
  margin: 50px auto 100px auto;
}

#produit-top-details-container {
  background-color: #fff;
}

#produit-images-slider {
  height: 400px;
}

#produit-images-slider ul {
  height: 100%;
  min-height: 100% !important;
}

#produit-images-slider img {
  width: 400px;
  height: 400px;
}

#produit-images-thumbs-container img {
  width: 70px;
  height: 70px;
}

#produits-lies {
  margin-bottom: 100px;
}

#produit-images-container {
  margin: 30px 0px;
}

#produit-images-container .uk-slidenav {
  color: var(--blanc);
  background: var(--rouge);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center !important;
  font-weight: bold;
}

#produits-infos-content {
  padding: 50px 75px;
  background-color: #ffff;
}

#produit-nom {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 50px;
}

#produit-marque a {
  color: var(--rouge);
  font-weight: bold;
}

#produit-categorie a {
  color: var(--rouge);
  font-weight: bold;
}

#addthis-btn {
  text-align: center;
  margin: 30px auto 30px auto;
}

#produit-prix {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 50px auto 0px auto;
}

#produit-ancien-prix {
  text-decoration: line-through;
  font-size: 20px;
}

#produit-page-quantite-input {
  text-align: center;
}

#produit-page-quantite-input input {
  border: solid 1px #eee;
  width: 200px;
  margin: 0px auto;
  background-color: #fff;
  text-align: center;
}

#produit-quantite-input {
  text-align: center;
}

#produit-quantite-input input {
  border: solid 1px #eee;
  width: 200px;
  margin: 0px auto;
  background-color: #fff;
  text-align: center;
}

#produits-infos-content .form-submit-btn {
  width: 100%;
}

#produit-commande-whatsapp-btn {
  background-color: #25d366;
  border: solid 1px #25d366;
}

#produit-video-container {
  margin-top: 50px;
}

#produit-video {
  padding: 50px 70px;
  background-color: #fff;
}

#produit-description-container {
  margin-top: 50px;
}

#produit-description {
  padding: 50px 70px;
  background-color: #fff;
  overflow: hidden;
}

/*
#produit-description * {
  width: auto!important;
  overflow: hidden;
  position: relative;
  clear: both;
}*/
#produits-lies .title-container {
  margin-bottom: 20px;
}

/* ========================================================================
   Style de la page commander
 ========================================================================== */
#commander-content-inner {
  padding: 30px;
  margin: 30px;
}

#commander-form {
  background-color: #fff;
  padding: 100px 10px;
}

#commander-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 100px;
}

#commander-panier {
  background-color: #fff;
}

#commander-form .form-submit-btn {
  width: 300px;
}

#commander-content-inner .panier-content-quantite-produit {
  display: none;
}

#commander-content-inner .panier-content-delete-produit-td {
  display: none;
}

#commander-content-inner #commander-panier {
  padding: 30px 50px;
}

#commander-title-panier {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  padding-top: 50px;
  padding-bottom: 0px;
}

.total-part {
  margin-bottom: 10px;
}

.total-title {
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.total-value {
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

.selection-adresse {
  background-color: var(--noir);
  color: #ffffff;
  width: 150px !important;
  text-align: center;
  padding: 5px;
  margin: 15px auto 0px auto;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

#mobile-commander-btn-container {
  display: none;
}

/* ========================================================================
   Style de la page mes commandes
 ========================================================================== */
#mobile-commandes-container {
  display: none;
}

#commandes-table td {
  vertical-align: middle;
}

.commandes-produit-img-container {
  width: 50px;
}

.annuler-commande-btn {
  background: #ff8686;
  color: #fff;
  font-weight: bold;
  border: none;
  transition: 0.7s;
}

.annuler-commande-btn:hover {
  background: #c22929;
  color: #fff;
}

.commande-etat {
  width: auto;
  min-width: 150px;
  font-weight: 500;
}

.commande-etat.attente {
  background-color: #81d8ff;
  color: #005da7;
  padding: 10px 15px;
}

.commande-etat.traitement {
  background-color: #81fff9;
  color: #005a56;
  padding: 10px 15px;
}

.commande-etat.livraison {
  background-color: #ffe99a;
  color: #665000;
  padding: 10px 15px;
}

.commande-etat.livre {
  background-color: #b1ffdb;
  color: #009d20;
  padding: 10px 15px;
}

.commande-etat.livre-retour {
  background-color: #ddffb1;
  color: #376200;
  padding: 10px 15px;
}

.commande-etat.retour {
  background-color: #eeeaff;
  color: #08002a;
  padding: 10px 15px;
}

.commande-etat.annule {
  background-color: #ffcccc;
  color: #640000;
  padding: 10px 15px;
}

.commande-etat.rejete {
  background-color: #ffcccc;
  color: #640000;
  padding: 10px 15px;
}

/* ========================================================================
   Style de la page nos boutiques
 ========================================================================== */
#carte {
  height: 600px;
  width: 100%;
}

.map-zone-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

/* ========================================================================
   Style de la page contact
 ========================================================================== */
#contact-page-content {
  width: 1000px;
  margin: 50px auto;
  background: #fff;
  padding: 75px 50px;
}

#contact-form .uk-inline {
  width: 100%;
}

#contact-form input {
  width: 100%;
  background: #fbfbfb;
  height: 60px;
  border: none;
}

/* ========================================================================
   Style des pages politiques et conditions
 ========================================================================== */
#inner-page-cover {
  height: 350px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f7f7f7;
  color: #000;
}

#inner-page-content {
  width: var(--maxwidth);
  margin: 50px auto;
  background: #fff;
  padding: 75px 50px;
}

/* ========================================================================
   Style de la page 404
 ========================================================================== */
#content-404 {
  background-color: #fff;
  padding: 0;
  margin: 0;
  color: #000;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.titre-404 {
  font-weight: bold;
  font-size: 150px;
  margin-bottom: 30px;
}

.text-404 a {
  color: var(--rouge);
}
