@charset "UTF-8";
/*Variable*/
html, body {
  max-width: 100vw;
  overflow-x: hidden !important;
}

.text-right {
  text-align: right;
}

body {
  font-family: "Saira Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h2 {
  font-family: "Teko", Sans-serif;
  font-weight: 400;
  font-size: 64px;
  text-transform: uppercase;
  color: #000;
  margin-left: -30px;
  position: relative;
  display: inline-block;
}
h2:after {
  content: "";
  width: 207px;
  height: 22px;
  background: #24FFBA;
  position: absolute;
  bottom: 10px;
  right: -20px;
  z-index: -1;
}

.more a, .more a.elementor-button {
  padding: 0 30px 8px 0;
  background: none;
  font-family: "Teko", Sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.more a:after, .more a.elementor-button:after {
  content: "";
  width: 95px;
  height: 4px;
  background: #24FFBA;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.more a:hover:after, .more a.elementor-button:hover:after {
  width: 100% !important;
}
@media (max-width: 768px) {
  .more a, .more a.elementor-button {
    font-size: 10px;
  }
  .more a:after, .more a.elementor-button:after {
    width: 60%;
  }
}

header .elementor-search-form__toggle i.fa-search {
  background: none;
  width: 30px;
  height: 30px;
}
header .elementor-search-form__toggle i.fa-search:before {
  content: url("../images/loupe.svg");
}
header #userhead {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
}

#HomeCustomProd {
  padding-left: 10%;
}
#HomeCustomProd #TopHomeCustom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#HomeCustomProd #TopHomeCustom #List-types {
  max-width: 120px;
}
#HomeCustomProd #TopHomeCustom #List-types .item-type {
  width: 108px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#HomeCustomProd #TopHomeCustom #List-types .item-type img {
  position: relative;
  z-index: 1;
}
#HomeCustomProd #TopHomeCustom #List-types .item-type:after {
  content: "";
  background: #24FFBA;
  width: 90px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: -10px;
}
#HomeCustomProd #BotHomeCustom .sliderListe {
  padding: 15px 0;
  border-bottom: 1px solid #24FFBA;
}
#HomeCustomProd #BotHomeCustom .sliderListe#vitreC {
  border: none;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner h3 {
  font-size: 31px;
  font-weight: 400;
  color: #000;
  font-family: "Teko", Sans-serif;
  max-width: 40%;
  flex: 40%;
  padding-right: 6%;
  text-align: right;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner h3 span {
  position: relative;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner h3 span:after {
  content: "";
  background: #24FFBA;
  width: 90px;
  height: 22px;
  position: absolute;
  top: 40%;
  right: -10px;
  z-index: -1;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list {
  max-width: 60%;
  flex: 60%;
  max-width: 380px;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner {
  width: 100%;
  position: relative;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .item, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .item {
  text-align: center;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .item .color, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .item .color {
  width: 43px;
  height: 43px;
  display: block;
  margin: 0 auto 10px;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .item .titre, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .item .titre {
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #000;
  line-height: 12px;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .item .more, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .item .more {
  font-family: "Teko", Sans-serif;
  font-size: 10px;
  padding: 0 5px;
  border-bottom: 2px solid #24FFBA;
  color: #000;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -5px;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .owl-nav button, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .owl-nav button {
  position: absolute;
  top: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -20px;
  border: none;
  outline: none;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .owl-nav button img, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .owl-nav button img {
  width: 15px;
  height: auto;
}
#HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .owl-nav button.owl-next, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .owl-nav button.owl-next {
  left: inherit;
  right: -20px;
}
#HomeCustomProd .text-right {
  margin-top: 30px;
}

/*Product list*/
.product-listing .flex-box.flex-box, .product-listing .owl-carousel.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.product-listing .flex-box .item-product .imageC, .product-listing .owl-carousel .item-product .imageC {
  border: 2px solid #24FFBA;
  padding: 10px 0 0 30px;
  max-width: 237px;
  max-height: 232px;
}
.product-listing .flex-box .item-product .imageC .flip-box, .product-listing .owl-carousel .item-product .imageC .flip-box {
  background-color: transparent;
  width: 227px;
  height: 222px;
  perspective: 1000px;
}
.product-listing .flex-box .item-product .imageC .flip-box-inner, .product-listing .owl-carousel .item-product .imageC .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.product-listing .flex-box .item-product .imageC .flip-box:hover .flip-box-inner, .product-listing .owl-carousel .item-product .imageC .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.product-listing .flex-box .item-product .imageC .flip-box-front, .product-listing .flex-box .item-product .imageC .flip-box-back, .product-listing .owl-carousel .item-product .imageC .flip-box-front, .product-listing .owl-carousel .item-product .imageC .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
.product-listing .flex-box .item-product .imageC .flip-box-back, .product-listing .owl-carousel .item-product .imageC .flip-box-back {
  transform: rotateY(180deg);
}
.product-listing .flex-box .item-product h4, .product-listing .owl-carousel .item-product h4 {
  font-size: 31px;
  font-weight: 400;
  color: #000;
  font-family: "Teko", Sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.product-listing .flex-box .item-product h4 a, .product-listing .owl-carousel .item-product h4 a {
  color: #000;
}
.product-listing .flex-box .item-product .price, .product-listing .owl-carousel .item-product .price {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}
.product-listing .flex-box .item-product .price span, .product-listing .owl-carousel .item-product .price span {
  font-weight: 500;
}

.woocommerce ul.products li.product {
  position: relative;
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 31px;
  font-weight: 400;
  color: #000;
  font-family: "Teko", Sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0;
  padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: #000;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:after {
  display: none;
}
.woocommerce ul.products li.product .price {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}
.woocommerce ul.products li.product .price strong {
  display: inline;
}
.woocommerce ul.products li.product .product_type_variable {
  display: none !important;
}
.woocommerce ul.products li.product:before {
  content: "";
  width: 274px;
  height: 269px;
  border: 1px solid #24FFBA;
  position: absolute;
  left: 50%;
  margin-left: -137px;
}
.woocommerce ul.products li.product > img {
  position: relative;
  margin: 20px 0 0 45px;
}
.woocommerce ul.products li.product .secondImage {
  width: 263px;
  height: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  margin-left: -109px;
  top: 20px;
  z-index: 9999;
}
.woocommerce ul.products li.product .secondImage img {
  height: 258px;
  object-fit: cover;
}

/* ======GAMME TEINTE========= */
.gamme-teinte {
  max-width: 595px;
  padding: 0 40px;
  margin: auto;
}
.gamme-teinte .owl-item {
  max-width: 107px;
}
.gamme-teinte--item {
  color: #000000;
  display: inline-block;
}
.gamme-teinte--item:hover {
  color: #000000;
}
.gamme-teinte--item--img {
  position: relative;
  height: 394px;
  width: 107px;
  transform: skewX(-10deg);
}
.gamme-teinte--item--img.opacity75 {
  background: rgba(48, 48, 48, 0.75);
}
.gamme-teinte--item--img.opacity-75 {
  background: rgba(48, 48, 48, 0.75);
}
.gamme-teinte--item--img.opacity-60 {
  background: rgba(48, 48, 48, 0.6);
}
.gamme-teinte--item--img.opacity-45 {
  background: rgba(48, 48, 48, 0.45);
}
.gamme-teinte--item--img.opacity-25 {
  background: rgba(48, 48, 48, 0.25);
}
.gamme-teinte--item--percent {
  font-family: "Teko", Sans-serif;
  font-size: 64px;
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(10deg);
}
.gamme-teinte--item--content {
  transform: translateX(-35px);
  text-align: center;
  width: 100%;
}
.gamme-teinte--item--title {
  margin: 10px 0 -5px 0;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 16px;
  font-weight: 900;
}
.gamme-teinte--item--price {
  font-family: "Saira Condensed", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.gamme-teinte--item--price span {
  font-weight: 500;
}

.gamme-teinte, .gamme-teinte .owl-stage-outer {
  overflow: visible !important;
}
.gamme-teinte .owl-item, .gamme-teinte .owl-stage-outer .owl-item {
  opacity: 0;
  transition: 0.3s;
}
.gamme-teinte .owl-item.active, .gamme-teinte .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.gamme-teinte .owl-nav.disabled {
  display: block !important;
}
.gamme-teinte .owl-nav .owl-prev, .gamme-teinte .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  outline: none;
  transition: 0.3s;
}
.gamme-teinte .owl-nav .owl-prev:hover, .gamme-teinte .owl-nav .owl-next:hover {
  transform: scale(1.2);
}
.gamme-teinte .owl-nav .owl-prev {
  left: -41px;
}
.gamme-teinte .owl-nav .owl-next {
  right: -40px;
}

/* ====== END GAMME TEINTE========= */
/* === MENU === */
.menu-item a a:after {
  transition: 0.3s;
}
.menu-item a:hover:after {
  width: 100% !important;
}

#catMenu ul {
  background: #343434;
  padding: 40px 0;
}
#catMenu ul li a {
  text-transform: uppercase;
  font-family: "Teko", Sans-serif;
  font-size: 31px;
  color: #fff;
  text-decoration: none;
  border-left: 4px solid #fff;
  padding: 30px 0;
  width: 240px;
  border-bottom: 0;
  justify-content: center;
}
#catMenu ul li a:hover, #catMenu ul li a.elementor-item-active {
  border-bottom: none !important;
  color: #24FFBA;
  font-weight: bold;
}
#catMenu ul li a:after {
  display: none;
}
#catMenu ul li:first-child a {
  border-left: none;
}

/*Sigle product*/
.single-product .container-fluid {
  width: 90%;
  max-width: 1500px;
  margin: 140px auto 0;
}
.single-product .container-fluid .back {
  display: block;
  font-family: "Teko", Sans-serif;
  color: #000;
  font-size: 31px;
  font-weight: 400;
}
.single-product #main.site-main {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.single-product #main.site-main div.product {
  display: flex;
  flex-wrap: wrap;
}
.single-product #main.site-main div.product .imageG-cont {
  max-width: 50%;
  flex: 50%;
}
.single-product #main.site-main div.product .imageG-cont div.images {
  float: none;
  width: 100%;
}
.single-product .woocommerce-product-gallery {
  padding-top: 20px;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 20px;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide a {
  position: relative;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide a:before {
  content: "";
  width: calc(100% - 80px);
  height: calc(100% - 30px);
  border: 2px solid #24FFBA;
  position: absolute;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide a img {
  transform: translate(60px, 30px);
}
.single-product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  justify-content: flex-end;
}
.single-product .woocommerce-product-gallery .flex-control-nav li {
  padding: 5px;
}
.single-product .woocommerce-product-gallery .flex-control-nav li img {
  border: 1px solid #fff;
  opacity: 1;
}
.single-product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: 1px solid #000;
}
.single-product div.product .summary {
  padding-left: 4%;
  margin-top: -30px;
}
.single-product div.product .summary .sku_wrapper {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.single-product div.product .summary h1 {
  font-size: 46px;
  font-weight: 500;
  color: #000;
  font-size: "Teko", Sans-serif;
}
.single-product div.product .summary .price {
  font-size: 46px;
  font-weight: 300;
  color: #000;
  font-size: "Teko", Sans-serif;
}
.single-product div.product .summary .variations tr {
  background: none !important;
}
.single-product div.product .summary .variations tr th {
  display: block;
  background: none !important;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.single-product div.product .summary .variations tr th label {
  font-size: 23px;
  font-weight: 300;
}
.single-product div.product .summary .variations tr td {
  display: block;
  background: none !important;
  padding: 10px 0 30px;
}
.single-product div.product .summary .variations tr td select {
  border-radius: 0;
  height: 64px;
  border: 1px solid #808080;
}
.single-product div.product .summary .variations tr:last-child td {
  padding-bottom: 0;
}
.single-product div.product .summary .woocommerce-variation-add-to-cart .quantity {
  float: none !important;
}
.single-product div.product .summary .woocommerce-variation-add-to-cart .quantity input {
  border-radius: 0;
  height: 64px;
  width: 88px;
  border: 1px solid #808080;
}
.single-product div.product .summary .woocommerce-variation-add-to-cart .flexbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
.single-product div.product .summary .woocommerce-variation-add-to-cart .flexbox button {
  float: none;
}
.single-product div.product .summary .woocommerce-variation-add-to-cart .flexbox .single_add_to_cart_button {
  background: #24FFBA;
  border-radius: 0;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  font-size: "Teko", Sans-serif;
  border: none;
}
.single-product div.product .summary:after {
  content: url("../images/tree.svg");
  display: block;
  margin-top: 38%;
}
.single-product div.product section {
  width: 100%;
  flex: 100%;
}

/*Panier*/
.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: -10px;
}

.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
}
.woocommerce table.shop_table th {
  border: none !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 15px;
}
.woocommerce table.shop_table td {
  border: none;
  background: none;
  padding: 15px;
}
.woocommerce table.shop_table td.product-thumbnail {
  width: 22%;
}
.woocommerce table.shop_table td.product-thumbnail a {
  display: inline-block;
  border: 2px solid #24FFBA;
}
.woocommerce table.shop_table td.product-thumbnail a img {
  width: 188px;
  position: relative;
  top: 10px;
  left: 24px;
}
.woocommerce table.shop_table td.product-name {
  width: 30%;
  text-align: left;
  text-transform: uppercase;
  font-size: 31px;
  font-family: "Teko", Sans-serif;
}
.woocommerce table.shop_table td.product-name a {
  display: block;
  color: #000;
  font-weight: 400;
}
.woocommerce table.shop_table td.product-name span {
  text-transform: uppercase;
  font-weight: 300;
}
.woocommerce table.shop_table td.product-quantity {
  width: 22%;
}
.woocommerce table.shop_table td.product-quantity .quantity {
  position: relative;
  width: 50px;
}
.woocommerce table.shop_table td.product-quantity .quantity label, .woocommerce table.shop_table td.product-quantity .quantity br {
  display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity input {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  border: none;
  text-align: left;
  outline: none;
  font-size: 31px;
  font-family: "Teko", Sans-serif;
}
.woocommerce table.shop_table td.product-quantity .quantity:before, .woocommerce table.shop_table td.product-quantity .quantity:after {
  position: absolute;
  right: 0;
  width: 20px;
  height: 24px;
  font-size: 13px;
  pointer-events: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.woocommerce table.shop_table td.product-quantity .quantity:after {
  content: "▲";
  margin-top: -55px;
}
.woocommerce table.shop_table td.product-quantity .quantity:before {
  content: "▼";
  margin-bottom: -8px;
  bottom: 15px;
}
.woocommerce table.shop_table td.product-subtotal {
  font-size: 31px;
  font-family: "Teko", Sans-serif;
  color: #000;
  position: relative;
}
.woocommerce table.shop_table td.product-subtotal > span {
  margin-top: 2px;
  display: inline-block;
}
.woocommerce table.shop_table td.product-subtotal p {
  margin: 0;
}
.woocommerce table.shop_table td.product-subtotal .remove-btn {
  position: absolute;
  top: 5%;
  right: 0;
}
.woocommerce table.shop_table td.product-subtotal .remove-btn a.remove {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 35px;
}
.woocommerce table.shop_table td div.coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce table.shop_table td div.coupon label {
  flex: 100%;
  font-size: 46px;
  font-weight: 400;
  color: #000;
  font-family: "Teko", Sans-serif;
  font-size: 31px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.woocommerce table.shop_table td div.coupon input {
  max-width: 40%;
  height: 60px;
  border: 1px solid #000;
  border-radius: 0;
}
.woocommerce table.shop_table td div.coupon button.applypromo {
  margin-left: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Teko", Sans-serif;
  font-size: 31px;
  padding: 0;
  background: none;
  position: relative;
}
.woocommerce table.shop_table td div.coupon button.applypromo:after {
  content: "";
  height: 17px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  right: -40%;
  background: #24FFBA;
  z-index: -1;
  transition: right 0.3s;
}
.woocommerce table.shop_table td div.coupon button.applypromo:hover:after {
  right: 0;
  transition: right 0.3s;
}
.woocommerce table.shop_table td div.cart-collaterals {
  border-top: 4px solid #24FFBA;
  padding-top: 10px;
}
.woocommerce table.shop_table td div.cart-collaterals p {
  margin: 0;
}
.woocommerce table.shop_table td div.cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce table.shop_table td div.cart-collaterals .cart_totals .order-total th {
  display: block;
  background: none;
  font-weight: 300;
  font-size: 20px;
  padding-bottom: 0;
}
.woocommerce table.shop_table td div.cart-collaterals .cart_totals .order-total td {
  display: block;
  font-weight: 300;
  font-size: 20px;
  padding-top: 0;
}
.woocommerce table.shop_table td div.cart-collaterals .cart_totals .order-total td strong {
  font-weight: 800;
}
.woocommerce table.shop_table td div.cart-collaterals .wc-proceed-to-checkout {
  padding-bottom: 0;
  padding-top: 60px;
}
.woocommerce table.shop_table td div.cart-collaterals .checkout-button {
  font-size: 34px;
  font-family: "Teko", Sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  background: #24FFBA;
  border-radius: 0;
  padding: 15px 0 11px;
  line-height: 1;
  margin: 0;
  border: 2px solid #24FFBA;
}
.woocommerce table.shop_table td div.cart-collaterals .checkout-button:hover {
  background: #fff;
}
.woocommerce table.shop_table td div.cart-collaterals .checkout-button br {
  display: none;
}
.woocommerce table.shop_table td.bottom-align {
  vertical-align: bottom;
}

/*Login*/
#login-Form-cont h2 {
  margin-left: 0;
  margin-top: 0;
}
#login-Form-cont .woocommerce-form-login {
  margin-top: 0;
  padding: 0;
  border: none;
  max-width: 629px;
}
#login-Form-cont .woocommerce-form-login .woocommerce-form-row {
  margin-bottom: 25px;
}
#login-Form-cont .woocommerce-form-login .woocommerce-form-row label {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
#login-Form-cont .woocommerce-form-login .woocommerce-form-row br {
  display: none;
}
#login-Form-cont .woocommerce-form-login .woocommerce-form-row input {
  width: 100%;
  height: 64px;
  border-radius: 0;
  border: 1px solid #808080;
}
#login-Form-cont .woocommerce-form-login .woocommerce-form-row .show-password-input {
  top: 1.2em;
}
#login-Form-cont .woocommerce-form-login .woocommerce-form-row:nth-child(2) {
  margin-bottom: 10px;
}
#login-Form-cont .woocommerce-LostPassword {
  text-align: right;
}
#login-Form-cont .woocommerce-LostPassword a {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
#login-Form-cont .submit-cont {
  text-align: center;
}
#login-Form-cont .submit-cont button {
  float: none;
  background: #24FFBA;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 36px;
  font-weight: 300;
  font-family: "Teko", Sans-serif;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 9px;
  border: 1px solid #24FFBA;
}
#login-Form-cont .submit-cont button:hover {
  background: #fff;
  color: #24FFBA;
}
#login-Form-cont #auth-link {
  margin-top: 10px;
  padding-top: 25px;
  border-top: 4px solid #24FFBA;
  text-align: right;
  max-width: 629px;
}
#login-Form-cont #auth-link #registration-btn {
  color: #24FFBA;
  font-weight: 900;
  cursor: pointer;
}
#login-Form-cont .google-auth {
  margin-top: 40px;
  max-width: 629px;
}
#login-Form-cont .google-auth a {
  display: block;
  background: #000;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login-Form-cont .google-auth a span {
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: 300;
  margin-left: 15px;
}

/*Auth form*/
#auth-form-cont {
  display: none;
}
#auth-form-cont h2 {
  margin-left: 0;
  margin-top: 0;
}
#auth-form-cont .woocommerce-form-register {
  margin-top: 0;
  padding: 0;
  border: none;
  max-width: 629px;
}
#auth-form-cont .woocommerce-form-register .woocommerce-form-row {
  margin-bottom: 25px;
}
#auth-form-cont .woocommerce-form-register .woocommerce-form-row label {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
#auth-form-cont .woocommerce-form-register .woocommerce-form-row br {
  display: none;
}
#auth-form-cont .woocommerce-form-register .woocommerce-form-row input {
  width: 100%;
  height: 64px;
  border-radius: 0;
  border: 1px solid #808080;
}
#auth-form-cont .woocommerce-form-register .woocommerce-form-row .show-password-input {
  top: 1.2em;
}
#auth-form-cont .woocommerce-form-register .woocommerce-form-row:nth-child(2) {
  margin-bottom: 10px;
}
#auth-form-cont .woocommerce-privacy-policy-text {
  display: none;
}
#auth-form-cont .submit-cont {
  text-align: center;
}
#auth-form-cont .submit-cont button {
  float: none;
  background: #24FFBA;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 36px;
  font-weight: 300;
  font-family: "Teko", Sans-serif;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 9px;
  border: 1px solid #24FFBA;
}
#auth-form-cont .submit-cont button:hover {
  background: #fff;
  color: #24FFBA;
}
#auth-form-cont #login-link {
  margin-top: 10px;
  padding-top: 25px;
  border-top: 4px solid #24FFBA;
  text-align: right;
  max-width: 629px;
}
#auth-form-cont #login-link #login-btn {
  color: #24FFBA;
  font-weight: 900;
  cursor: pointer;
}
#auth-form-cont .google-auth {
  margin-top: 40px;
  max-width: 629px;
}
#auth-form-cont .google-auth a {
  display: block;
  background: #000;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#auth-form-cont .google-auth a span {
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: 300;
  margin-left: 15px;
}

@media (max-width: 767px) {
  h3.elementor-headline {
    margin-bottom: 10px !important;
  }

  #HomeCustomProd {
    padding-left: 0;
  }
  #HomeCustomProd #TopHomeCustom #List-types .item-type .imageC {
    width: 69px;
    height: 62px;
  }
  #HomeCustomProd #TopHomeCustom #List-types .item-type:after {
    width: 45px;
    height: 11px;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe {
    border-bottom: none;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner {
    flex-wrap: nowrap;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner h3 {
    font-size: 12px;
    min-width: 115px;
    max-width: 120px;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner h3 span {
    position: relative;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner h3 span:after {
    width: 45px;
    height: 8px;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list {
    max-width: unset;
    flex: 1;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .item .color, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .item .color {
    width: 55px;
    height: 56px;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .item .titre, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .item .titre {
    font-size: 10px;
    text-align: left;
  }
  #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #wrappingList-inner .owl-nav button, #HomeCustomProd #BotHomeCustom .sliderListe .sliderListe-inner .item-list #vitreList-inner .owl-nav button {
    display: none;
  }
  #HomeCustomProd .text-right {
    margin-top: 30px;
  }

  .product-listing {
    padding: 0 15px;
  }
  .product-listing .flex-box.flex-box, .product-listing .owl-carousel.flex-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
  .product-listing .flex-box .item-product .imageC, .product-listing .owl-carousel .item-product .imageC {
    border: 2px solid #24FFBA;
    padding: 4px 0 0 15px;
    max-width: 104px;
    max-height: 94px;
  }
  .product-listing .flex-box .item-product .imageC .flip-box, .product-listing .owl-carousel .item-product .imageC .flip-box {
    width: 89px;
    height: 85px;
  }
  .product-listing .flex-box .item-product h4, .product-listing .owl-carousel .item-product h4 {
    font-size: 12px;
    margin: 8px 0 0;
  }
  .product-listing .flex-box .item-product .price, .product-listing .owl-carousel .item-product .price {
    font-size: 8px;
  }

  .gamme-couleur-quis-somme-nous .product-listing,
.gamme-teinte-quis-somme-nous .product-listing {
    padding: 0 0px;
  }
  .gamme-couleur-quis-somme-nous .owl-stage-outer,
.gamme-teinte-quis-somme-nous .owl-stage-outer {
    overflow: visible !important;
  }
  .gamme-couleur-quis-somme-nous .owl-stage-outer .owl-item,
.gamme-teinte-quis-somme-nous .owl-stage-outer .owl-item {
    opacity: 0;
  }
  .gamme-couleur-quis-somme-nous .owl-stage-outer .owl-item.active,
.gamme-teinte-quis-somme-nous .owl-stage-outer .owl-item.active {
    opacity: 1;
  }

  .gamme-teinte {
    max-width: 100%;
  }
  .gamme-teinte .owl-item {
    max-width: 107px;
  }
  .gamme-teinte--item--img {
    height: 134px;
    width: 72px;
    transform: skewX(-10deg);
  }
  .gamme-teinte--item--percent {
    font-size: 10px;
  }
  .gamme-teinte--item--content {
    transform: translateX(-16px);
  }
  .gamme-teinte--item--title {
    font-size: 8px;
  }
  .gamme-teinte--item--price {
    font-size: 8px;
  }

  .gamme-teinte .owl-item, .gamme-teinte .owl-stage-outer .owl-item {
    opacity: 1;
  }
}

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