<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap");
button:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
}

a.shipping-calculator-button:after {
  display: none;
}

.woocommerce form .show-password-input {
  top: inherit;
}

.woocommerce-page {
  top: inherit;
}
form.checkout.woocommerce-checkout table.shop_table .ik-woocommerce-order-product-content a {
  font-size: 18px;
  line-height: 120%;
  color: #000;
}

.woocommerce table.shop_table td.product-name {
  padding: 0px 0 9px 0;
}
.woocommerce input[type=radio] {
  width: 0;
  position: relative;
  height: auto !important;
}
.woocommerce input[type=radio]:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid grey;
  border-radius: 100%;
  margin-right: 20px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce input[type=radio]:checked:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background: #DC0C15;
  border-radius: 100%;
  margin-right: 20px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woocommerce tr.woocommerce-shipping-totals.shipping th {
  font-size: 23px;
  font-weight: 600 !important;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

input[type=checkbox] {
  width: 0;
  position: relative;
  height: auto !important;
}
input[type=checkbox]:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid grey;
  border-radius: 1px;
  margin-right: 20px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type=checkbox]:checked:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #DC0C15;
  border: 1px solid grey;
  border-radius: 1px;
  margin-right: 20px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type=checkbox]:checked:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background: url(../images/ik-woocommerce-check.svg) no-repeat;
  background-size: contain;
  border-radius: 100%;
  margin-right: 20px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body h2.woocommerce-loop-product__title {
  font-size: 17px !important;
  color: black !important;
  font-weight: bold !important;
}
body .ik-loader-bloc {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
body .ik-loader-bloc.active {
  display: block;
}
body .ik-loader-bloc .ik-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .ik-loader-bloc .ik-loader .ik-icon-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #9b0c0c;
  width: 120px;
  height: 120px;
  display: block;
  animation: spin 0.5s linear infinite;
}
body .ik-prefooter-shop-modal .modal-dialog {
  background: white;
  border-radius: 15px;
  margin-top: 60px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ik-woo-slick {
  padding-left: 0 !important;
}
.ik-woo-slick * {
  outline: none;
}
.ik-woo-slick h2.woocommerce-loop-product__title {
  font-size: 20px;
  text-align: center;
  line-height: 120%;
  min-height: 45px;
  margin-bottom: 0px !important;
  padding-top: 5px;
}
.ik-woo-slick li &gt; * {
  margin-bottom: 5px;
  text-decoration: none;
}
.ik-woo-slick li &gt; *:hover {
  text-decoration: none;
}
.ik-woo-slick li {
  padding: 0 10px;
}
.ik-woo-slick li &gt; a:not(:first-child), .ik-woo-slick li &gt; .price {
  width: 100%;
  display: block;
  text-align: center;
}
.ik-woo-slick li &gt; a:first-child {
  display: block;
  border: 1px solid #EAE8E4;
  position: relative;
}
.ik-woo-slick li &gt; a:first-child:before {
  content: "";
  background: rgba(220, 12, 21, 0.7);
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
.ik-woo-slick li &gt; a:first-child:after {
  content: "Consulter le produit";
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}
.ik-woo-slick li &gt; a:first-child:hover:before {
  opacity: 1;
  width: 100%;
}
.ik-woo-slick li &gt; a:first-child:hover:after {
  opacity: 1;
}
.ik-woo-slick li &gt; a:first-child img {
  width: 100%;
  height: auto;
}
.ik-woo-slick li &gt; a:nth-child(2) {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.ik-woo-slick li .price {
  font-size: 20px;
}
.ik-woo-slick li a.button {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  width: auto;
  display: block;
  background-color: #DC0C15;
  margin: 0 auto;
  border: 1px solid #DC0C15 !important;
  padding: 6px 10px;
  text-decoration: none;
  transition: 0.5s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ik-woo-slick li a.button:hover {
  background-color: transparent;
  color: #DC0C15;
}

section.udsp-headerb {
  position: relative;
}
section.udsp-headerb .wpb_text_column {
  position: absolute;
  bottom: 95px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto !important;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding: 0 15px;
}
section.udsp-headerb .wpb_text_column &gt; div {
  background-color: rgba(0, 0, 0, 0.75);
  max-width: 590px;
  padding: 50px 40px;
}
section.udsp-headerb .wpb_text_column &gt; div h1 {
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  color: white;
  line-height: 150%;
  position: relative;
}
section.udsp-headerb .wpb_text_column &gt; div h1 strong {
  display: block;
  font-size: 42px;
}
section.udsp-headerb .wpb_text_column &gt; div h1:after {
  content: "";
  background: #DC0C15;
  width: 72px;
  height: 2px;
  display: block;
  margin-top: 15px;
}

section.udsp-containb {
  max-width: 1300px;
  margin: 40px auto 60px;
}
section.udsp-containb &gt; div:not(:last-child) {
  margin-bottom: 50px;
}
section.udsp-containb h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: inherit;
}
section.udsp-containb p {
  color: #757272;
  font-size: 15px;
  line-height: 160%;
}
section.udsp-containb .ik-boutique-ti .wpb_text_column, section.udsp-containb .ik-boutique-it .wpb_text_column {
  max-width: 530px;
}
section.udsp-containb .ik-boutique-ti .wpb_text_column h2, section.udsp-containb .ik-boutique-it .wpb_text_column h2 {
  margin-top: 30px;
}
section.udsp-containb .ik-boutique-it .wpb_text_column {
  margin-left: auto;
}

.udsp-bannerbg {
  padding-top: 0;
  height: 500px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.udsp-bannerbg &gt; div {
  width: 100%;
}
.udsp-bannerbg &gt; div &gt; div &gt; div {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto !important;
}
.udsp-bannerbg &gt; div &gt; div &gt; div .wpb_text_column {
  max-width: 680px;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 70px;
}
.udsp-bannerbg &gt; div &gt; div &gt; div .wpb_text_column h2, .udsp-bannerbg &gt; div &gt; div &gt; div .wpb_text_column p {
  color: white;
}
.udsp-bannerbg &gt; div &gt; div &gt; div .wpb_text_column p {
  font-size: 15px;
  line-height: 160%;
}
.udsp-bannerbg &gt; div &gt; div &gt; div .wpb_text_column h2 {
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: inherit;
}

section.ik-prefooter-shop {
  max-width: 1000px;
  margin: 0 auto 30px;
  justify-content: center;
}
section.ik-prefooter-shop &gt; div {
  text-align: center;
  flex: none;
  max-width: none;
  display: table;
  width: 33.333%;
  padding: 0px 90px;
}
section.ik-prefooter-shop p {
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 600;
}
section.ik-prefooter-shop &gt; div p:before {
  content: "";
  width: 50px;
  height: 45px;
  display: block;
  margin: 0 auto 20px;
}
section.ik-prefooter-shop &gt; div:nth-child(1) {
  padding-left: 0;
}
section.ik-prefooter-shop &gt; div:nth-child(1) p:before {
  background: url(../images/udsp-foot-paiement.svg) no-repeat;
  background-size: contain;
}
section.ik-prefooter-shop &gt; div:nth-child(2) {
  border-left: 1px solid #B9B7B1;
  border-right: 1px solid #B9B7B1;
}
section.ik-prefooter-shop &gt; div:nth-child(2) p:before {
  background: url(../images/udsp-foot-livraison.svg) no-repeat;
  background-size: contain;
}
section.ik-prefooter-shop &gt; div:nth-child(3) {
  padding-right: 0;
}
section.ik-prefooter-shop &gt; div:nth-child(3) p:before {
  background: url(../images/esc-prefoot-horaires.svg) no-repeat;
  background-size: contain;
}

.ik-woocommerce-archive-actions {
  position: relative;
}
.ik-woocommerce-archive-actions &gt; div {
  position: static;
}
.ik-woocommerce-archive-actions .ik-woocommerce-archive-actions__cat-menu {
  height: 100%;
}
.ik-woocommerce-archive-actions .ik-woocommerce-archive-actions__cat-menu .ik-woocommerce-archive-actions__cat-menu-content {
  position: absolute;
  top: 5px;
  left: 0;
  background: white;
  z-index: 1111;
  width: 100%;
  display: none;
}
.ik-woocommerce-archive-actions .ik-woocommerce-archive-actions__cat-menu .ik-woocommerce-archive-actions__cat-menu-content .ik-woocommerce-archive-categorie-sublist-block,
.ik-woocommerce-archive-actions .ik-woocommerce-archive-actions__cat-menu .ik-woocommerce-archive-actions__cat-menu-content .ik-woocommerce-archive-categorie-img {
  display: none;
}
.ik-woocommerce-archive-actions .ik-woocommerce-archive-actions__cat-menu .ik-woocommerce-archive-actions__cat-menu-content .ik-woocommerce-archive-categorie-sublist-block.active,
.ik-woocommerce-archive-actions .ik-woocommerce-archive-actions__cat-menu .ik-woocommerce-archive-actions__cat-menu-content .ik-woocommerce-archive-categorie-img.active {
  display: block;
}
.ik-woocommerce-archive-actions .ik-woocommerce-archive-actions__cat-menu:hover .ik-woocommerce-archive-actions__cat-menu-content {
  display: flex;
}

.quantity {
  position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  font-family: sans-serif;
  font-weight: 600;
  appearance: textfield;
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  border: 1px solid #eee;
}
.quantity input[type=number]:focus {
  outline: 0;
}
.quantity .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.quantity .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #DC0C15;
  font-size: 13px;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  transform: translateX(-100%);
  user-select: none;
}
.quantity .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}
.quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  width: 85%;
  float: right;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 15%;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100% !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 90%;
  float: none;
  margin: 0 0 10% 10%;
}

.banner-product .banner-product-addtocart button.ik-woocommerce-banner-addtocart.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ik_woocommerce_widget_shopping_cart {
  display: none;
}

span.onsale {
  min-height: auto !important;
  min-width: auto !important;
  padding: 5px 15px !important;
  position: absolute !important;
  text-align: center !important;
  line-height: 120% !important;
  top: 15px !important;
  right: 15px !important;
  border-radius: 0 !important;
  background-color: #DC0C15 !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  z-index: 9 !important;
  width: fit-content;
}

.products .ik-woocommerce-product-list .col-md-9 .ik-woocommerce-product-list-content {
  padding: 0;
}
.products .ik-woocommerce-product-list .col-md-9 .ik-woocommerce-product-list-price {
  padding: 0;
}
.products .ik-woocommerce-product-list a.button:after {
  display: none;
}

.ie header.ik-woocommerce-archive-actions.row .ik-woocommerce-archive-actions__cat-menu-content.row {
  margin-top: 30px !important;
}

main#main .header.woocommerce-products-header {
  position: relative;
}
main#main .woocommerce-products-header__title-block {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1220px;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}
main#main .woocommerce-products-header__title-block h1 {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px 35px 45px 35px;
  width: 100%;
  max-width: 350px;
}
main#main .woocommerce-products-header__title-block h1:after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  position: relative;
  background: #DC0C15;
  margin: 8px 0 0 0;
}
main#main .woocommerce-breadcrumb {
  max-width: 1220px;
  margin: 15px auto;
}
main#main .ik-woocommerce-products-filter {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto 80px auto;
}
main#main .ik-woocommerce-products-filter .ik-woocommerce-archive-actions__cat-menu {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: table;
  cursor: pointer;
}
main#main .ik-woocommerce-products-filter .ik-woocommerce-archive-actions__cat-menu .ik-woocommerce-archive-actions-title-menu {
  position: relative;
  width: fit-content;
}
main#main .ik-woocommerce-products-filter .ik-woocommerce-archive-actions__cat-menu .ik-woocommerce-archive-actions-title-menu:after {
  content: "";
  background: url(../images/ik-woocommerce-chevron.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}
main#main header.ik-woocommerce-archive-actions.row {
  max-width: 1220px;
  margin: 0 auto;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 {
  padding: 0;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row {
  margin-top: 35px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
  padding-left: 20px;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 {
  padding: 0;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4:nth-child(2) {
  background: #F6F5F3;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list {
  margin: 40px auto;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list ul {
  padding: 0;
  display: flex;
  margin: 0;
  flex-direction: column;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list ul li {
  list-style: none;
  text-transform: none;
  margin: 0 0 20px 0;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list ul li a {
  text-transform: none;
  font-size: 13px;
  color: #242424;
  font-weight: 500;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list ul li a:hover, main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list ul li a:focus {
  font-size: 13px;
  text-transform: none;
  color: #242424;
  font-weight: 600;
  text-decoration: none;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list ul li.ik-woocommerce-all-product-link {
  border-bottom: 1px solid #dedede;
  padding: 0 0 20px 0;
  margin: 0 0 5px 0 !important;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list ul li.ik-woocommerce-all-product-link a {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #000 !important;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .ik-woocommerce-archive-categorie-list ul li.ik-woocommerce-all-product-link a:after {
  content: "";
  width: 45px;
  height: 1px;
  display: block;
  position: relative;
  background: #DC0C15;
  margin: 7px 0 0 0;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 {
  padding: 0;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 .ik-woocommerce-archive-categorie-sublist-block {
  max-width: 250px;
  width: 100%;
  margin: 40px auto;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 .ik-woocommerce-archive-categorie-sublist-block ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 .ik-woocommerce-archive-categorie-sublist-block ul li {
  list-style: none;
  text-transform: none;
  margin: 0 0 20px 0;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 .ik-woocommerce-archive-categorie-sublist-block ul li:last-child {
  order: 1;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 .ik-woocommerce-archive-categorie-sublist-block ul li a {
  text-transform: none;
  font-size: 13px;
  color: #242424;
  font-weight: 500;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 .ik-woocommerce-archive-categorie-sublist-block ul li a:hover, main#main header.ik-woocommerce-archive-actions.row .col-md-8 .ik-woocommerce-archive-actions__cat-menu-content.row .col-md-4 .ik-woocommerce-archive-categorie-sublist-block ul li a:focus {
  font-size: 13px;
  text-transform: none;
  color: #242424;
  font-weight: 600;
  text-decoration: none;
}
main#main header.ik-woocommerce-archive-actions.row .woocommerce-product-search {
  position: relative;
}
main#main header.ik-woocommerce-archive-actions.row .woocommerce-product-search input#woocommerce-product-search-field-0 {
  background: #F6F5F3;
  border: 0;
  font-size: 17px;
  margin: 0;
}
main#main header.ik-woocommerce-archive-actions.row .woocommerce-product-search button {
  position: absolute;
  right: 0;
  height: 37px;
  width: 52px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-1 {
  display: flex;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-1 form input {
  background: transparent;
  border: 0px solid transparent;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-1 form button {
  background: inherit;
  border: inherit;
  font-size: 23px;
  cursor: pointer;
  background-color: white;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-1 form button svg {
  fill: #000000;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-1 form button svg line {
  stroke: #000000;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-1 form button.active {
  background: inherit;
  border: inherit;
  font-size: 23px;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-1 form button.active svg {
  fill: #DC0C15;
}
main#main header.ik-woocommerce-archive-actions.row .col-md-1 form button.active svg line {
  stroke: #DC0C15;
}
main#main ul.products.columns-4 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#main ul.products.columns-4 .product {
  max-width: 283px;
  text-align: center;
  margin: 0 11px;
  margin-bottom: 30px !important;
  width: 25%;
}
main#main ul.products.columns-4 .product .catproduct {
  padding: 0px 0 10px 0;
}
main#main ul.products.columns-4 .product img {
  border: 1px solid #dedede;
}
main#main ul.products.columns-4 .product a {
  color: #DC0C15;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
}
main#main ul.products.columns-4 .product h2.woocommerce-loop-product__title {
  font-size: 17px !important;
  color: #000000 !important;
  font-weight: 700 !important;
  padding: 5px 0 6px 0;
  margin: 0;
  min-height: 51px;
}
main#main ul.products.columns-4 .product .add_to_cart_button {
  margin-bottom: 30px;
  position: relative;
  border-radius: 0;
  display: block;
  margin-top: 30px;
  background-color: #DC0C15;
  border: 1px solid #DC0C15;
  padding: 6px 30px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
}
main#main ul.products.columns-4 .product .add_to_cart_button:hover {
  background-color: transparent;
  color: #DC0C15;
}
main#main ul.products.columns-4 .product .price {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
main#main ul.products.columns-4 .product .price ins {
  text-decoration: none;
}
main#main ul.products.columns-4 .product .price ins span {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
main#main ul.products.columns-4 .product a.ik-cta.ik-cta-btn-white {
  background-color: #000;
  color: #fff !important;
  padding: 8px 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}
main#main ul.products.columns-1 {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
main#main ul.products.columns-1 .product {
  max-width: 100%;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
}
main#main ul.products.columns-1 .product .row {
  display: flex;
  margin: 0;
}
main#main ul.products.columns-1 .product .row a {
  color: #DC0C15;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
}
main#main ul.products.columns-1 .product .row p {
  margin-bottom: 10px;
}
main#main ul.products.columns-1 .product .row h2.woocommerce-loop-product__title {
  font-size: 22px !important;
  text-transform: uppercase;
  color: #000;
  font-weight: bold !important;
  padding: 5px 0 10px 0;
}
main#main ul.products.columns-1 .product .row .add_to_cart_button {
  background-color: #DC0C15;
  color: #ffffff !important;
  border: 1px solid #DC0C15;
  padding: 7px 25px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0;
  margin-left: 20px;
}
main#main ul.products.columns-1 .product .row .price {
  font-size: 20px !important;
  color: #474747 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
main#main ul.products.columns-1 .product .row .price ins {
  text-decoration: none;
}
main#main ul.products.columns-1 .product .row .price ins span {
  font-size: 20px !important;
  color: #474747 !important;
  font-weight: 700 !important;
}
main#main ul.products.columns-1 .product .row .ik-cta.ik-cta-btn-white {
  background-color: transparent;
  color: #606060 !important;
  border: 1px solid #606060;
  padding: 7px 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.woocommerce-tabs-mobile {
  display: none;
}

.single-product .product.type-product {
  max-width: 1280px;
  padding: 0 30px;
  margin: 50px auto;
}
.single-product .product.type-product .up-sells.upsells.products &gt; h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 70px 0 30px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #EAE8E4;
  padding-bottom: 10px;
}
.single-product .product.type-product h1.product_title.entry-title {
  font-size: 35px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
}
.single-product .product.type-product button.single_add_to_cart_button {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  background: #DC0C15;
  border: 0;
  padding: 12px 45px;
  margin: 0 0 0 15px;
  text-transform: inherit;
  letter-spacing: 0;
  border-radius: 0;
  width: 61%;
}
.single-product .product.type-product .ik-woocommerce-single-product-cat-etiq p {
  margin: 0;
}
.single-product .product.type-product .ik-woocommerce-single-product-cat-etiq p span a {
  font-size: 16px;
  color: #393939 !important;
  font-weight: 600;
}
.single-product .product.type-product p.price, .single-product .product.type-product span.price {
  color: #19110B;
  font-size: 37px;
  font-weight: 600;
}
.single-product .product.type-product p.ik-woocommerce-label-quantity {
  font-size: 18px;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 8px;
  padding-top: 10px;
}
.single-product .product.type-product div.images .flex-control-thumbs li {
  margin: 7px 0;
}
.single-product .product.type-product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
  border: 1px solid #707070;
}
.single-product .product.type-product span.onsale {
  min-height: auto !important;
  min-width: auto !important;
  padding: 5px 15px !important;
  position: absolute !important;
  text-align: center !important;
  line-height: 120% !important;
  top: 8px !important;
  right: inherit !important;
  border-radius: 0 !important;
  background-color: #DC0C15 !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  z-index: 9 !important;
  width: fit-content;
  margin-left: 100px !important;
  left: 130px !important;
}
.single-product .product.type-product .woocommerce-tabs {
  padding-top: 25px;
}
.single-product .product.type-product .woocommerce-tabs h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 120%;
  color: #111111;
  margin-bottom: 20px;
}
.single-product .product.type-product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.single-product .product.type-product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom: 3px solid #DC0C15 !important;
  border-radius: 0 !important;
}
.single-product .product.type-product .woocommerce-tabs ul.tabs li {
  border: inherit !important;
  background-color: transparent !important;
  display: inline-block !important;
  position: relative !important;
  z-index: 0 !important;
  border-radius: 0 !important;
  padding: 0 80px 0 0 !important;
  margin: 0 !important;
}
.single-product .product.type-product .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.single-product .product.type-product .woocommerce-tabs ul.tabs li:before {
  display: none !important;
}
.single-product .product.type-product .woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  font-size: 16px;
}
.single-product .product.type-product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  padding: 10px 0 5px 0;
  border: 0px solid #EAE8E4;
  border-bottom: 1px solid #EAE8E4;
  font-size: 16px;
  color: #393939;
  font-weight: 600;
  outline: none;
}

.single-product .banner-product {
  display: flex;
  align-items: center;
  align-content: space-between;
  width: 100%;
  max-width: inherit !important;
  border: 1px solid #EAE8E4;
  margin: 0 !important;
}
.single-product .banner-product .banner-product-info {
  display: flex;
  width: 100%;
  align-items: center;
}
.single-product .banner-product .banner-product-info img.attachment-thumbnail.size-thumbnail {
  max-width: 66px;
  height: auto;
  width: 100%;
  margin-right: 20px;
}
.single-product .banner-product .banner-product-info h1.product_title.entry-title {
  font-size: 16px;
  font-weight: bold;
}
.single-product .banner-product .banner-product-addtocart {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.single-product .banner-product .banner-product-addtocart button.ik-woocommerce-banner-addtocart {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  background: #DC0C15;
  border: 0;
  padding: 14px 45px;
  margin: 0 0px 0 40px;
}
.single-product .banner-product .banner-product-addtocart .banner-product-price {
  font-size: 16px;
  font-weight: bold;
  color: #19110B !important;
}
.single-product .banner-product .banner-product-addtocart .banner-product-price span {
  font-size: 16px !important;
  font-weight: bold;
  color: #19110b;
}

.woocommerce-checkout #customer_details {
  display: flex;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  max-width: 985px !important;
  width: 100% !important;
  margin: 40px auto;
  padding: 0 25px;
  float: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 h1 {
  font-size: 34px;
  font-weight: 600;
  margin: 30px auto !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder {
  background: #F6F5F3;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-5 {
  align-self: center;
  padding: 20px 15px 20px 35px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-5 h2 a {
  color: #000;
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-5 .ik-woocommerce-order-price span.woocommerce-Price-amount.amount {
  font-size: 19px;
  color: #000;
  font-weight: 600;
  line-height: 120%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-5 p.ik-woocommerce-en-attente {
  font-weight: 600;
  color: orangered;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-5 p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 120%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-4 {
  align-self: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-4 a.ik-cta.ik-cta-btn {
  background-color: transparent;
  color: #000000 !important;
  text-transform: uppercase;
  padding: 7px 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  border-radius: 0;
  border: 1px solid #000;
  transition: 0.3s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-4 a.ik-cta.ik-cta-btn:hover {
  background-color: #000000;
  color: #FFFFFF !important;
  text-decoration: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-3 {
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-lastorder .col-md-3 img {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .col-md-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link {
  padding: 40px 10px 0 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link a {
  box-shadow: 0px 10px 50px 5px rgba(0, 0, 0, 0.05);
  padding: 35px 15px 35px 15px;
  text-align: center;
  color: #000000;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  width: 100%;
  display: block;
  background: #fff;
  text-decoration: none;
  min-height: 185px;
  transition: 0.4s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link a svg {
  display: none;
  font-size: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link a:nth-child(1):before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/udsp-compte-dashboard-mon-compte.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 15px auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link a:hover {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  display: block;
  background: #DC0C15;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link a:hover:nth-child(1):before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/udsp-compte-dashboard-mon-compte.svg) no-repeat;
  filter: brightness(30);
  background-size: contain;
  margin: 0 auto 15px auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(2) {
  padding: 40px 10px 0 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(2) a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/udsp-compte-adresse.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 15px auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(2) a:hover:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/udsp-compte-adresse.svg) no-repeat;
  filter: brightness(30);
  background-size: contain;
  margin: 0 auto 15px auto;
  transition: 0.2s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(3) {
  padding: 40px 10px 0 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(3) a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/udsp-compte-historique-commande.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 15px auto;
  transition: 0.2s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(3) a:hover:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/udsp-compte-historique-commande.svg) no-repeat;
  filter: brightness(30);
  background-size: contain;
  margin: 0 auto 15px auto;
  transition: 0.2s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(4) {
  padding: 40px 0 0 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(4) a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/udsp-compte-deconnexion.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 15px auto;
  transition: 0.2s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(4) a:hover:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/udsp-compte-deconnexion.svg) no-repeat;
  filter: brightness(30);
  background-size: contain;
  margin: 0 auto 15px auto;
  transition: 0.2s;
}

.woocommerce-account.ie .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link a:hover:nth-child(1):before {
  background: url(../images/udsp-compte-dashboard-mon-compte-ie.svg) no-repeat;
  background-size: contain;
}

.woocommerce-account.ie .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(2) a:hover:before {
  background: url(../images/udsp-compte-adresse-ie.svg) no-repeat;
  background-size: contain;
}

.woocommerce-account.ie .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(3) a:hover:before {
  background: url(../images/udsp-compte-historique-commande-ie.svg) no-repeat;
  background-size: contain;
}

.woocommerce-account.ie .woocommerce .woocommerce-MyAccount-content .ik-woocommerce-myaccount-dashboard-1 .ik-woocommerce-myaccount-dashboard-navigation .woocommerce-MyAccount-navigation-link:nth-child(4) a:hover:before {
  background: url(../images/udsp-compte-deconnexion-ie.svg) no-repeat;
  background-size: contain;
}

.ik-woocommerce-myaccount-block {
  max-width: 985px;
  padding: 0 15px;
  margin: 40px auto;
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation {
  float: left;
  width: 45%;
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation ul {
  padding: 10px;
  border: 1px solid #F6F5F3;
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation ul a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  line-height: 120%;
  padding: 17px 15px 17px 55px;
  display: block;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #F1F1F1;
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation ul a:hover {
  background: #F6F5F3;
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation ul a svg {
  display: none;
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation li:nth-child(1) a:before {
  content: "";
  width: 26px;
  height: 24px;
  background: url(../images/udsp-compte-accueil.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 15px 0 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation li:nth-child(2) a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/udsp-compte-mon-compte.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 15px 0 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation li:nth-child(3) a:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/udsp-compte-adresse.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 15px 0 0;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation li:nth-child(4) a:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/udsp-compte-historique-commande.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 15px 0 0;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation li:nth-child(5) a {
  border-bottom: 0px solid #F1F1F1;
}
.ik-woocommerce-myaccount-block nav.woocommerce-MyAccount-navigation li:nth-child(5) a:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/udsp-compte-deconnexion.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 15px 0 0;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.ik-woocommerce-myaccount-block .woocommerce-MyAccount-content.woocommerce-MyAccount-dashboard input {
  border: 1px solid #E5E5E5;
  color: #757272;
  padding-left: 20px;
}
.ik-woocommerce-myaccount-block .woocommerce-MyAccount-content.woocommerce-MyAccount-dashboard button.woocommerce-Button.button {
  background-color: #DC0C15;
  color: #FFFFFF !important;
  padding: 6px 24px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0;
  border: 2px solid #DC0C15;
  transition: 0.3s;
}
.ik-woocommerce-myaccount-block .woocommerce-MyAccount-content.woocommerce-MyAccount-dashboard button.woocommerce-Button.button:hover {
  background-color: transparent;
  color: #DC0C15 !important;
  text-decoration: none;
}
.ik-woocommerce-myaccount-block .woocommerce-Address h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.ik-woocommerce-myaccount-block .woocommerce-Address a.edit {
  text-decoration: inherit;
}
.ik-woocommerce-myaccount-block .woocommerce-address-fields span.woocommerce-input-wrapper {
  width: 100%;
}
.ik-woocommerce-myaccount-block .woocommerce-address-fields button {
  background-color: #DC0C15;
  color: #ffffff !important;
  padding: 7px 25px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0;
  border: 2px solid #DC0C15;
  transition: 0.3s;
  margin-top: 35px;
}
.ik-woocommerce-myaccount-block .woocommerce-address-fields button:hover {
  background-color: transparent;
  color: #DC0C15 !important;
  text-decoration: none;
}

table.my_account_orders td {
  padding: 15px 8px !important;
}

.woocommerce-orders-table {
  border: 0px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-orders-table span.ik-woocommerce-order-status-annulee {
  color: #CF0000;
  font-size: 15px;
}
.woocommerce-orders-table span.ik-woocommerce-order-status-terminee {
  color: #009F1B;
  font-size: 15px;
}
.woocommerce-orders-table span.ik-woocommerce-order-status-en-attente {
  color: #0D0D0D;
  font-size: 15px;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
  font-size: 15px;
  color: #0D0D0D;
  font-weight: 600;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
  color: #757272;
  line-height: 120%;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
  color: #757272;
  line-height: 120%;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  background-color: #DC0C15;
  color: #ffffff !important;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0;
  border: 2px solid #DC0C15;
  display: block;
  text-align: center;
  margin: 2px;
  transition: 0.3s;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
  background-color: transparent;
  color: #DC0C15 !important;
  text-decoration: none;
}

.woocommerce-checkout #customer_details {
  display: flex;
}

.ik-woocommerce-order-header-infos h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 15px;
}

form.checkout.woocommerce-checkout h2, form.checkout.woocommerce-checkout h3 {
  font-size: 35px;
  font-weight: 600;
}
form.checkout.woocommerce-checkout .col-6 h2 {
  margin-bottom: 30px;
}
form.checkout.woocommerce-checkout img {
  max-width: 160px;
  width: 100%;
}
form.checkout.woocommerce-checkout input {
  border: 1px solid #B9B9B9;
  margin: 20px 0px 0px 0px;
  padding: 10px 15px;
  font-size: 15px;
  color: #757272;
  width: 100%;
  height: 55px;
}
form.checkout.woocommerce-checkout table.shop_table {
  border: 0px solid rgba(0, 0, 0, 0.1) !important;
}
form.checkout.woocommerce-checkout table.shop_table .ik-woocommerce-order-product-content {
  align-self: center;
}
form.checkout.woocommerce-checkout table.shop_table .ik-woocommerce-order-product-content a {
  font-size: 23px;
  line-height: 120%;
  color: #000;
}
form.checkout.woocommerce-checkout table.shop_table td.product-total {
  font-size: 27px;
  font-weight: 600;
}
form.checkout.woocommerce-checkout table.shop_table span.woocommerce-Price-amount.amount bdi {
  font-size: 27px;
  font-weight: 600;
}
form.checkout.woocommerce-checkout table.shop_table tr.cart-subtotal th {
  font-size: 23px;
  line-height: 120%;
  color: #000;
  font-weight: 600 !important;
}
form.checkout.woocommerce-checkout table.shop_table tr.order-total th {
  font-size: 35px;
}
form.checkout.woocommerce-checkout table.shop_table ul#shipping_method li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
form.checkout.woocommerce-checkout table.shop_table ul#shipping_method li input {
  margin: 0 15px 0 0;
  width: auto;
  vertical-align: top;
  display: inline-block;
}
form.checkout.woocommerce-checkout table.shop_table ul#shipping_method li label {
  margin: 0;
  font-size: 15px;
  line-height: 120%;
  color: #757272;
  font-weight: 500;
}
form.checkout.woocommerce-checkout table.shop_table ul#shipping_method li label bdi {
  font-size: 15px;
  font-weight: 500;
}
form.checkout.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: center;
}
form.checkout.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input#ship-to-different-address-checkbox {
  width: auto;
  margin: 0 15px 0 0;
}
form.checkout.woocommerce-checkout p.include-extra, form.checkout.woocommerce-checkout p.includes_tax, form.checkout.woocommerce-checkout p.include-extra bdi, form.checkout.woocommerce-checkout p.includes_tax bdi {
  font-size: 17px !important;
  color: #000;
  font-weight: 500 !important;
  line-height: 120%;
  margin: 0;
}

.ik-woocommerce-checkout {
  max-width: 1350px;
  margin: 0 auto;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment {
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #B9B9B9;
  padding: 35px 35px 0 35px;
  margin-bottom: 55px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.ik-woocommerce-checkout .woocommerce-checkout-payment h2 {
  font-size: 30px !important;
  font-weight: bold !important;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods {
  padding: 15px 0 !important;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method {
  background: #F6F5F3;
  margin: 0 0 15px 0 !important;
  padding: 10px 20px;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
  font-size: 15px;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment button#place_order {
  background-color: #DC0C15;
  color: #ffffff !important;
  padding: 7px 35px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0;
  border: 2px solid #DC0C15;
  text-transform: inherit;
  letter-spacing: 0;
  transition: 0.3s;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment button#place_order:hover {
  background-color: transparent !important;
  color: #DC0C15 !important;
  text-decoration: none;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment p.ik-woocommerce-text-after-order-btn {
  font-size: 14px;
  display: block;
  width: 100%;
  font-style: italic;
  margin-top: 20px;
  color: #000;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment span.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 19px;
  color: #000;
  line-height: 120%;
  font-weight: 600;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment span.woocommerce-terms-and-conditions-checkbox-text a {
  color: #000;
  text-decoration: underline;
}
.ik-woocommerce-checkout .woocommerce-checkout-payment span.required {
  color: #000;
}

form.checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-top: 20px;
}

.woocommerce-order {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
.woocommerce-order h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 120%;
  margin: 35px 0 5px 0;
}
.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, .woocommerce-order ul.wc-bacs-bank-details.order_details.bacs_details {
  background: #F6F5F3;
  padding: 25px 35px 25px 0px;
}
.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li, .woocommerce-order ul.wc-bacs-bank-details.order_details.bacs_details li {
  font-size: 17px;
  line-height: 120%;
  text-transform: inherit;
  font-weight: 600;
  padding: 25px 35px;
  margin: 0;
}
.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong, .woocommerce-order ul.wc-bacs-bank-details.order_details.bacs_details li strong {
  display: block;
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  line-height: 120%;
}
.woocommerce-order h2.wc-bacs-bank-details-heading {
  margin: 0;
  font-size: 25px;
}
.woocommerce-order h3.wc-bacs-bank-details-account-name {
  font-size: 25px;
}
.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.woocommerce-order h2.woocommerce-order-details__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 120%;
}
.woocommerce-order table.shop_table {
  border: 0px solid rgba(0, 0, 0, 0.1);
  max-width: 1085px;
}
.woocommerce-order thead th {
  font-size: 27px;
  font-weight: 600 !important;
}
.woocommerce-order tbody tr td {
  font-size: 18px;
  color: #2D2F31;
  font-weight: 500;
}
.woocommerce-order tbody tr td a {
  font-size: 18px;
  color: #2D2F31;
  font-weight: 500;
}
.woocommerce-order tfoot tr:last-child th {
  font-size: 27px;
}
.woocommerce-order tfoot tr:last-child td {
  font-size: 27px;
}
.woocommerce-order tfoot tr th {
  font-size: 18px;
  color: #2D2F31;
}
.woocommerce-order tfoot tr th td {
  font-size: 18px;
  color: #2D2F31;
}
.woocommerce-order .woocommerce-customer-details {
  max-width: 1090px;
  margin-bottom: 40px;
}
.woocommerce-order .woocommerce-customer-details .col-1, .woocommerce-order .woocommerce-customer-details .col-2 {
  float: left;
  width: 48% !important;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title {
  font-size: 21px;
  color: #0D0D0D;
  font-weight: 600;
  line-height: 120%;
}
.woocommerce-order .woocommerce-customer-details address {
  max-width: none;
  width: 100%;
  flex: none;
  background-color: white;
  border: 0px !important;
  padding: 30px 45px !important;
  box-shadow: 0 5px 18px 0px rgba(0, 0, 0, 0.07);
  min-height: 205px;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.ik-woocommerce-mobile-menu-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.ik-woocommerce-mobile-menu-fixed ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.ik-woocommerce-mobile-menu-fixed ul li {
  flex: 25%;
}

body.admin-bar .ik-woocommerce-category-list-mobile-content {
  top: 30px;
}
body .ik-woocommerce-category-list-mobile-content {
  display: none;
  position: fixed;
  height: 100vh;
  width: 80vw;
  z-index: 1111;
  top: 0;
  left: 0;
  background: lightgrey;
}
body .ik-woocommerce-category-list-mobile-content .dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
body .ik-woocommerce-category-list-mobile-content .dropdown-menu.opened-menu {
  display: block !important;
  left: 0 !important;
}

.woocommerce-view-order h2 {
  font-size: 35px;
  line-height: 120%;
  font-weight: bold;
}
.woocommerce-view-order p {
  color: #000;
  font-weight: 600;
  line-height: 120%;
}
.woocommerce-view-order p mark {
  color: #DC0C15;
  background: transparent;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: 0px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr th {
  font-size: 17px;
  line-height: 120%;
  color: #2D2F31 !important;
  font-weight: 500;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td {
  font-size: 17px;
  line-height: 120%;
  color: #2D2F31 !important;
  font-weight: 500;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a {
  font-size: 17px;
  line-height: 120%;
  color: #2D2F31 !important;
  font-weight: 500;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td strong {
  font-size: 17px;
  line-height: 120%;
  color: #2D2F31 !important;
  font-weight: 500;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
  font-size: 17px;
  line-height: 120%;
  color: #2D2F31 !important;
  font-weight: 500;
}
.woocommerce-view-order .col-1, .woocommerce-view-order .col-2 {
  max-width: none;
  width: 46% !important;
  flex: none;
  background-color: #fff;
  padding: 30px 25px;
  box-shadow: 0 5px 18px 0px rgba(0, 0, 0, 0.07);
}
.woocommerce-view-order .col-1 h2.woocommerce-column__title, .woocommerce-view-order .col-2 h2.woocommerce-column__title {
  font-size: 20px;
}
.woocommerce-view-order .col-1 address, .woocommerce-view-order .col-2 address {
  font-style: normal;
  margin-bottom: 0;
  border: 0px solid rgba(0, 0, 0, 0.1) !important;
  padding: 0 !important;
}

.woocommerce-form-login-toggle a:hover {
  color: #DC0C15;
}

.woocommerce-form-login a:hover {
  color: #DC0C15;
}
.woocommerce-form-login p.form-row {
  flex-direction: column;
}
.woocommerce-form-login p.form-row .woocommerce-form-login__submit {
  float: inherit;
  margin-right: 0;
  background-color: #DC0C15;
  color: #ffffff !important;
  padding: 7px 35px;
  font-size: 17px;
  font-weight: 400;
  height: 38px;
  line-height: 120%;
  border-radius: 0;
  border: 2px solid #DC0C15;
  text-transform: inherit;
  letter-spacing: 0;
  transition: 0.3s;
  display: block;
  max-width: 220px;
  width: 100%;
}
.woocommerce-form-login p.form-row .woocommerce-form-login__submit:hover {
  background-color: transparent !important;
  color: #DC0C15 !important;
  text-decoration: none;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-left: 10px;
}
.woocommerce-form-login .woocommerce-form-login__rememberme span {
  margin-left: 17px;
}

body .woocommerce-form-login .woocommerce-form-login__rememberme span {
  margin-left: 4px;
}
body.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme span {
  margin-left: 16px;
}

.woocommerce nav.woocommerce-pagination {
  margin: 0 0 4em 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0px solid #d3ced2 !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  font-family: Quicksand;
  margin: 0 9px;
  width: 43px;
  height: 43px;
  position: relative;
  border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid #3E100B !important;
  color: #3E100B !important;
  font-size: 17px !important;
  font-weight: bold;
  padding: 12px;
  width: 43px;
  height: 43px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  border: 1px solid #3E100B !important;
  color: #3E100B !important;
  font-size: 17px !important;
  font-weight: bold;
  padding: 12px;
  width: 43px;
  height: 43px;
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
  border: 1px solid #DC0C15 !important;
  color: #fff !important;
  font-weight: bold !important;
  background: #DC0C15;
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
  border: 1px solid #DC0C15 !important;
  color: #fff !important;
  font-weight: bold !important;
  background: #DC0C15;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  border: 1px solid #DC0C15 !important;
  color: #fff !important;
  font-weight: bold !important;
  background: #DC0C15;
}

a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button {
  background-color: transparent;
  color: #000000 !important;
  text-transform: uppercase;
  padding: 7px 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  border-radius: 0;
  border: 1px solid #000;
  transition: 0.3s;
}

form.checkout_coupon.woocommerce-form-coupon button {
  background-color: #DC0C15;
  color: #ffffff !important;
  padding: 7px 35px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0;
  border: 2px solid #DC0C15;
  text-transform: inherit;
  letter-spacing: 0;
  transition: 0.3s;
}
form.checkout_coupon.woocommerce-form-coupon button:hover {
  background-color: transparent;
  color: #DC0C15 !important;
}

p.return-to-shop {
  text-align: center !important;
}
p.return-to-shop a.button.wc-backward {
  background-color: #DC0C15;
  color: #ffffff !important;
  padding: 7px 35px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0;
  border: 2px solid #DC0C15;
  text-transform: inherit;
  letter-spacing: 0;
  transition: 0.3s;
}
p.return-to-shop a.button.wc-backward:hover {
  background-color: transparent;
  color: #DC0C15 !important;
}

a.showcoupon:hover {
  color: #bf1414;
}

section.related.products .products.columns-4 {
  padding: 0 !important;
  justify-content: center !important;
}
section.related.products .products.columns-4 li {
  width: 100% !important;
  max-width: 285px !important;
  margin: 0 10px !important;
}

#pum-2518 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#pum-2518 .pum-content + .pum-close {
  position: absolute;
  left: auto;
  right: 6px;
  bottom: auto;
  top: 0px;
  padding: 7px;
  color: #000;
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  height: 45px;
  width: 45px;
  font-style: inherit;
  line-height: 36px;
  border: 1px none #ffffff;
  background-color: transparent;
  box-shadow: none !important;
}
#pum-2518 .vc_column-inner {
  max-width: 700px;
  margin: 0 auto;
}
#pum-2518 .vc_column-inner .formulaire-row {
  display: flex;
}
#pum-2518 .vc_column-inner .formulaire-row span.wpcf7-form-control-wrap:nth-of-type(1) {
  padding-right: 20px;
  padding-left: 0;
}
#pum-2518 .vc_column-inner .input-contact.udsp-acceptance {
  padding: 0 15px;
}
#pum-2518 .vc_column-inner .input-contact.udsp-acceptance label {
  width: 100%;
}
#pum-2518 input[type=checkbox]:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid grey;
  border-radius: 1px;
  right: 39px !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-133%, -50%);
}
#pum-2518 span.wpcf7-form-control.wpcf7-acceptance {
  margin-left: 25px;
}
#pum-2518 .wpb_text_column.wpb_content_element {
  margin: 40px 0 20px 0;
}
#pum-2518 .wpb_text_column.wpb_content_element h2 {
  text-align: center !important;
  width: 100%;
  display: block;
  font-size: 30px;
}
#pum-2518 .wpcf7-list-item:last-child .wpcf7-list-item-label:before {
  display: none;
}

/*# sourceMappingURL=woocommerce.css.map */
</pre></body></html>