@charset "UTF-8";
/*Theme Name: Agence BeComWeb - WooCommerce styles override*/
/*** Fiche-Article */
#product_page_top {
  margin-bottom: 30px;
}
#product_page_top #product_page_top_left {
  /* Images */
  margin-bottom: 30px;
}
#product_page_top #product_page_top_left figure > div > a > img {
  border: 1px solid #efefef;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery {
  position: relative;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-control-thumbs {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0 5px;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 1px solid #efefef;
  max-width: 100%;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav li {
  position: absolute;
  bottom: 25px;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev {
  left: 10px;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
  right: 10px;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav li a {
  font-size: 30px;
  color: #888;
  opacity: 0.8;
  transition: 0.3s all;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav li a:hover {
  color: #79c0ba;
  opacity: 0.9;
}
#product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav li a:active, #product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav li a:focus {
  outline: none;
}
#product_page_top #product_page_top_left .onsale {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  display: inline-block;
  background-color: #79c0ba;
  padding: 8px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
}
#product_page_top #product_title {
  /* Titre */
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 0.5em 0;
  color: #303030;
}
#product_page_top #product_presentation {
  text-align: justify;
}
#product_page_top #product_presentation #product_short_description {
  /* Description courte */
  font-size: 20px;
  font-weight: 300;
  color: #79c0ba;
  line-height: 24px;
  margin: 0 0 0.75em 0;
}
#product_page_top #product_presentation #product_post_content_extract {
  /* Extrait de la description longue */
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 1.5em 0;
  background-color: #fdfdfd;
}
#product_page_top #product_tags_list {
  margin: 0;
}
#product_page_top #product_tags_list a {
  display: inline-block;
  padding: 4px 6px;
  background-color: #ddd;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 6px;
}
#product_page_top #product_tags_list a:not(:last-child) {
  margin-right: 4px;
}
#product_page_top #product_tags_list a:hover {
  text-decoration: none;
}
#product_page_top #product_buy_block {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product_page_top #product_buy_block #product_price {
  /* Prix */
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1em;
  padding: 20px 60px;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
}
#product_page_top #product_buy_block #product_price .regular_price.has_reduction {
  font-size: 60%;
  text-decoration: line-through;
  opacity: 0.4;
}
#product_page_top #product_buy_block #product_addtocart_block {
  text-align: center;
}
#product_page_top #product_buy_block #product_addtocart_block button.single_add_to_cart_button {
  background-color: #79c0ba;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  border: 1px solid transparent;
  padding: 12px 20px;
  color: #fff;
}
#product_page_top #product_buy_block #product_addtocart_block button.single_add_to_cart_button:focus, #product_page_top #product_buy_block #product_addtocart_block button.single_add_to_cart_button:active {
  outline: none;
}
#product_page_top #product_buy_block #product_addtocart_block button.single_add_to_cart_button a {
  color: inherit;
}
#product_page_top #product_buy_block #product_addtocart_block .variations {
  margin-bottom: 20px;
}
#product_page_top #product_buy_block #product_addtocart_block .variations label {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 15px;
}
#product_page_top #product_buy_block #product_addtocart_block .variations select {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 15px;
  border-color: #ddd;
  border-width: 2px;
  transition: 0.2s all;
}
#product_page_top #product_buy_block #product_addtocart_block .variations select:focus {
  outline: none;
  border-color: #79c0ba;
}
#product_page_top #product_buy_block #product_addtocart_block .single_variation_wrap .woocommerce-variation-price {
  display: none;
}

#product_upgrade_infos {
  margin-top: 15px;
  background-color: #fdfdfd;
  border: 1px solid #79c0ba;
  border-top: 4px solid #79c0ba;
  padding: 10px;
  font-size: 110%;
}

#product_page_bottom .woocommerce-tabs {
  /* Onglets*/
  display: flex;
  margin-bottom: 30px;
}
#product_page_bottom .woocommerce-tabs ul.tabs {
  flex: 0 0 200px;
}
#product_page_bottom .woocommerce-tabs ul.tabs li {
  padding: 5px 10px;
  text-align: right;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-top: none;
  transition: 0.3s color;
}
#product_page_bottom .woocommerce-tabs ul.tabs li:first-child {
  border-top: 1px solid #ddd;
}
#product_page_bottom .woocommerce-tabs ul.tabs li a {
  padding: 10px 0;
  font-size: 15px;
  color: #303030;
  transition: inherit;
}
#product_page_bottom .woocommerce-tabs ul.tabs li a:hover {
  color: #3d3d3d;
}
#product_page_bottom .woocommerce-tabs ul.tabs li.active {
  background-color: #ddd;
}
#product_page_bottom .woocommerce-tabs ul.tabs li.active a {
  font-weight: 600;
}
#product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #ddd;
  flex: 1;
  margin: 0;
  border-radius: 0;
  padding: 15px;
}
#product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0.75em 0;
  position: relative;
}
#product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  width: 20px;
  background-color: #79c0ba;
}
#product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child {
  margin-top: 0;
}
#product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 15px;
  text-align: justify;
}
#product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel ul {
  margin: 0 0 15px 0;
}
#product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  font-size: 15px;
  line-height: 20px;
  list-style-type: none;
}
#product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel ul li:before {
  content: "";
  background-color: #79c0ba;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 1rem;
  border-radius: 50%;
  margin-right: 0.5em;
}
#product_page_bottom .woocommerce-tabs #tab-urls_demos_product {
  /* Demo */
}
#product_page_bottom .woocommerce-tabs #tab-urls_demos_product h2:nth-of-type(2) {
  padding-top: 0.75em;
  border-top: 1px solid #efefef;
}
#product_page_bottom .woocommerce-tabs #tab-urls_demos_product .alert {
  padding: 10px;
}
#product_page_bottom .woocommerce-tabs #tab-urls_demos_product .alert ul {
  margin: 0;
  padding: 0;
}
#product_page_bottom .woocommerce-tabs #tab-urls_demos_product .alert ul li {
  margin-top: 5px;
}
#product_page_bottom .woocommerce-tabs #tab-urls_demos_product .alert ul li:before {
  display: none;
}
#product_page_bottom .woocommerce-tabs #tab-urls_demos_product .alert ul li i {
  color: #fff;
  background-color: #79c0ba;
  padding: 4px;
  border-radius: 50%;
}
#product_page_bottom .woocommerce-tabs #reviews {
  /* Avis */
}
#product_page_bottom .woocommerce-tabs #reviews #comments {
  margin-bottom: 30px;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist {
  margin: 0;
  padding: 0;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li {
  display: flex;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li .comment_container {
  flex: 1;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li .comment_container .comment-text .meta {
  display: flex;
  justify-content: space-between;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-size: 13px;
  padding: 4px;
  background-color: #efefef;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li .comment_container .comment-text .description {
  font-style: italic;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li .comment_container .comment-text .description p:last-child {
  margin-bottom: 0;
}
#product_page_bottom .woocommerce-tabs #reviews #comments .commentlist li:before {
  flex: 0 0 64px;
  content: "\f2be";
  font-family: "FontAwesome";
  font-size: 48px;
  display: block;
  margin-right: 16px;
  text-align: center;
  color: #efefef;
}
#product_page_bottom .related_products .product_page_bottom_block_title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 1em 0 .75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#product_page_bottom .related_products .product_page_bottom_block_title span {
  display: inline-block;
  margin: 0 15px;
}
#product_page_bottom .related_products .product_page_bottom_block_title:before, #product_page_bottom .related_products .product_page_bottom_block_title:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #888;
  vertical-align: middle;
}
#product_page_bottom .related_products .product_list_item {
  /* cross-selling */
  width: 100%;
}

@media screen and (max-width: 1199px) {
  #product_page_bottom .related_products .product_list_item .product_list_item_title {
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
  }
  #product_page_bottom .related_products .product_list_item .product_list_item_short_desc {
    font-size: 14px;
    line-height: 1.25;
    padding: 0 5px;
    margin-bottom: 10px;
    height: 5em;
  }
}
@media screen and (max-width: 1199px) {
  #product_page_top #product_buy_block #product_price {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 1023px) {
  #product_page_top #product_page_top_left .woocommerce-product-gallery .flex-direction-nav li {
    bottom: 50%;
  }
  #product_page_top #product_title {
    font-size: 24px;
    line-height: 28px;
  }
  #product_page_top #product_presentation #product_short_description {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0.5em 0;
  }
  #product_page_top #product_presentation #product_post_content_extract {
    margin: 0 0 1em 0;
    line-height: 18px;
  }
  #product_page_top #product_tags_list a {
    padding: 3px 4px;
    margin-bottom: 4px;
    border-radius: 2px;
  }
  #product_page_top #product_tags_list a:not(:last-child) {
    margin-right: 2px;
  }
  #product_page_top #product_buy_block {
    display: block;
    margin: 10px 0;
    padding-top: 10px;
    border-top: none;
  }
  #product_page_top #product_buy_block #product_price {
    font-size: 25px;
    padding: 10px;
    margin-bottom: 10px;
  }

  #product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 10px;
  }
  #product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0.5em 0;
  }
  #product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 14px;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
  }
  #product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments {
    margin-bottom: 20px;
  }
  #product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li:before {
    flex: 0 0 48px;
    font-size: 32px;
    margin-right: 8px;
  }
  #product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
    font-size: 16px;
  }
  #product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
    font-size: 12px;
    padding: 2px;
  }
  #product_page_bottom .related_products .product_page_bottom_block_title {
    font-size: 20px;
    line-height: 25px;
    padding: 0.5em 0 .75em;
  }
  #product_page_bottom .related_products .product_page_bottom_block_title span {
    margin: 0 10px;
  }
  #product_page_bottom .related_products .product_page_bottom_block_title:before, #product_page_bottom .related_products .product_page_bottom_block_title:after {
    width: 20px;
  }
  #product_page_bottom .related_products .product_list_item .product_list_item_price {
    font-size: 20px;
  }
  #product_page_bottom .related_products .product_list_item .product_list_item_button .btn {
    font-size: 16px;
    line-height: 1.25em;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 599px) {
  #product_page_top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #product_page_top #product_page_top_left {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #product_page_bottom .woocommerce-tabs ul.tabs li {
    padding: 5px;
  }
  #product_page_bottom .woocommerce-tabs ul.tabs li a {
    padding: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  #product_page_bottom .related_products .product_list_item .product_list_item_title {
    font-size: 15px;
  }
  #product_page_bottom .related_products .product_list_item .product_list_item_short_desc {
    height: 6.25em;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  #product_page_bottom .woocommerce-tabs ul.tabs {
    flex: 0 0 140px;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  #product_page_bottom .related_products .product_list_item .product_list_item_short_desc {
    height: 5em;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  #product_page_bottom .related_products .product_list_item .product_list_item_short_desc {
    height: 6.25em;
  }
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  #product_page_bottom .woocommerce-tabs ul.tabs {
    flex: 0 0 100px;
  }
}
@media screen and (max-width: 399px) {
  #product_page_bottom .woocommerce-tabs ul.tabs {
    flex: 0 0 90px;
  }
  #product_page_bottom .woocommerce-tabs ul.tabs li {
    padding: 5px 2px;
  }
  #product_page_bottom .woocommerce-tabs ul.tabs li a {
    font-size: 13px;
  }
  #product_page_bottom .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 18px;
    line-height: 22px;
  }
  #product_page_bottom .related_products .product_page_bottom_block_title {
    padding: 0.5em 0 .25em;
  }
  #product_page_bottom .related_products .product_page_bottom_block_title span {
    margin: 15px 0;
  }
  #product_page_bottom .related_products .product_page_bottom_block_title:before, #product_page_bottom .related_products .product_page_bottom_block_title:after {
    width: 50px;
    display: block;
    margin: 0 auto;
  }
  #product_page_bottom .related_products .product_list_item .product_list_item_short_desc {
    height: auto;
  }
}
@media screen and (max-width: 319px) {
  #product_page_top #product_page_top_left .woocommerce-product-gallery .flex-control-thumbs {
    display: none;
  }
}
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #8BC34A;
}
.stock.out-of-stock {
  color: #FF5722;
}

/* Page boutique */
.shop_container .woocommerce-breadcrumb,
.shop_container .woocommerce-result-count,
.shop_container .woocommerce-ordering {
  display: none;
}

/* Bouton et modal panier */
#floating_mini_cart {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 30;
}
#floating_mini_cart button {
  width: 80px;
  padding: 8px;
  border-width: 2px;
  font-size: 40px;
  line-height: 1.5em;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 30;
}

#floating_mini_cart_msg {
  position: fixed;
  right: 0;
  bottom: 64px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding: 8px 12px;
  background: #efefef;
  box-shadow: inherit;
  justify-content: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: 3px solid #888;
  white-space: nowrap;
  overflow: hidden;
  background: #efefef;
  color: #303030;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 29;
  transform-origin: center left;
  animation: addtocart_toast_confirmation 4s ease-in-out;
  animation-delay: 0.2s;
  transform: translateX(100%);
}

@media screen and (min-width: 480px) {
  @keyframes addtocart_toast_confirmation {
    25% {
      transform: translateX(calc(-50% - 40px));
    }
    75% {
      transform: translateX(calc(-50% - 40px));
    }
    100% {
      transform: translateX(100%);
    }
  }
}
@media screen and (max-width: 479px) {
  @keyframes addtocart_toast_confirmation {
    25% {
      transform: translateX(calc(-50% - 1em));
    }
    75% {
      transform: translateX(calc(-50% - 1em));
    }
    100% {
      transform: translateX(100%);
    }
  }
}
#cart_modal .modal-header {
  padding: 10px 30px;
  text-align: center;
}
#cart_modal .modal-header .close {
  top: calc(50% - 15px);
  right: 10px;
}
#cart_modal .modal-header .modal-title {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0;
}
#cart_modal .modal-header .woocommerce-mini-cart__total {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #efefef;
  margin-top: 0.5em;
}
#cart_modal .modal-body .woocommerce-mini-cart {
  margin: 0;
  padding-left: 0;
}
#cart_modal .modal-body .woocommerce-mini-cart li {
  display: flex;
  align-items: center;
}
#cart_modal .modal-body .woocommerce-mini-cart li:last-child {
  margin-bottom: 15px;
}
#cart_modal .modal-body .woocommerce-mini-cart li > * {
  padding: 5px;
}
#cart_modal .modal-body .woocommerce-mini-cart li .woocommerce-mini-cart-item-img img {
  max-width: 120px;
}
#cart_modal .modal-body .woocommerce-mini-cart li .woocommerce-mini-cart-item-name {
  flex: 1;
  font-size: 15px;
}
#cart_modal .modal-body .woocommerce-mini-cart li .woocommerce-mini-cart-item-name a {
  color: #303030;
}
#cart_modal .modal-body .woocommerce-mini-cart li .woocommerce-mini-cart-item-quantity span {
  color: #888;
  font-size: 18px;
}
#cart_modal .modal-body .woocommerce-mini-cart li .woocommerce-mini-cart-item-price {
  width: 64px;
  text-align: right;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#cart_modal .modal-footer .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
}
#cart_modal .modal-footer .woocommerce-mini-cart__buttons a {
  display: inline-block;
  padding: 6px 10px;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  position: relative;
  transition: 0.4s all;
  white-space: normal;
  border-radius: 0;
  color: #fff;
  border: none;
}
#cart_modal .modal-footer .woocommerce-mini-cart__buttons a:first-child {
  background-color: #888;
}
#cart_modal .modal-footer .woocommerce-mini-cart__buttons a:last-child {
  background-color: #b2d588;
}

@media screen and (max-width: 479px) {
  #floating_mini_cart {
    bottom: 20px;
    right: 20px;
  }
  #floating_mini_cart button {
    font-size: 30px;
    width: 60px;
    padding: 6px;
  }

  #cart_modal .modal-body {
    padding: 10px;
  }
  #cart_modal .modal-body .woocommerce-mini-cart li .woocommerce-mini-cart-item-img img {
    max-width: 100px;
  }
  #cart_modal .modal-body .woocommerce-mini-cart-item-name {
    font-size: 14px;
  }
  #cart_modal .modal-footer .woocommerce-mini-cart__buttons {
    flex-direction: column;
    align-items: center;
  }
  #cart_modal .modal-footer .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 15px;
  }

  #floating_mini_cart_msg {
    bottom: 30px;
    font-size: 15px;
    line-height: 1em;
  }
}
/* PANIER */
@media screen and (min-width: 1024px) {
  .woocommerce-cart #content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce-cart h1 {
  margin: 2.5em 0 1em 0;
  text-align: center;
  line-height: 1em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #303030;
  position: relative;
}
.woocommerce-cart h1:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  top: -2.25em;
  left: calc(50% - 1em);
}
.woocommerce-cart h1:after {
  content: "";
  position: absolute;
  top: -1.25em;
  left: 0.5em;
  height: 1px;
  width: calc(100% - 1em);
  display: block;
  background-color: #efefef;
  z-index: -200;
}
@media screen and (max-width: 479px) {
  .woocommerce-cart h1 {
    font-size: 25.6px;
  }
}
.woocommerce-cart h1:before {
  background-color: #b2d588;
  content: "\f291";
}
.woocommerce-cart .woocommerce-error ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-cart form.woocommerce-cart-form {
  margin: 0 0 30px;
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-thumbnail {
  width: 200px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-cart form.woocommerce-cart-form table tbody td.product-thumbnail {
    width: 150px;
  }
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-name {
  width: auto;
  font-size: 16px;
  line-height: 1.25em;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-cart form.woocommerce-cart-form table tbody td.product-name {
    font-size: 15px;
  }
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-name a {
  color: #303030;
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-name a:hover {
  color: #4a4a4a;
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-price, .woocommerce-cart form.woocommerce-cart-form table tbody td.product-subtotal {
  width: 100px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-price del, .woocommerce-cart form.woocommerce-cart-form table tbody td.product-subtotal del {
  font-size: 90%;
  color: #888;
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-price ins, .woocommerce-cart form.woocommerce-cart-form table tbody td.product-subtotal ins {
  background: none;
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-quantity {
  width: 150px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-cart form.woocommerce-cart-form table tbody td.product-quantity {
    width: 120px;
  }
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-quantity input {
  max-width: 90px;
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-remove {
  width: 50px;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-cart form.woocommerce-cart-form table tbody td.product-remove {
    width: 40px;
  }
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-remove a {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  border-radius: 50%;
  color: #fdfdfd;
  background-color: #888;
  text-align: center;
  height: 24px;
  width: 24px;
}
.woocommerce-cart form.woocommerce-cart-form table tbody td.product-remove a:hover {
  background-color: #6f6f6f;
}
.woocommerce-cart form.woocommerce-cart-form table .actions .coupon {
  /* Formulaire code promo */
  padding-bottom: 15px;
}
.woocommerce-cart form.woocommerce-cart-form table .actions .coupon label[for="coupon_code"] {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1em;
  margin: 1em 0 0.5em;
}
.woocommerce-cart form.woocommerce-cart-form table .actions .coupon input#coupon_code {
  height: 40px;
  border-radius: 0;
  display: block;
  width: 200px;
  float: left;
}
.woocommerce-cart form.woocommerce-cart-form table .actions .coupon button[name="apply_coupon"] {
  float: left;
  height: 40px;
  border: none;
  background-color: #b2d588;
  border-radius: 0;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  outline: none;
  color: #fff;
}
.woocommerce-cart form.woocommerce-cart-form table .actions button[name="update_cart"] {
  display: none;
}
.woocommerce-cart .cart-empty {
  background: #3D9CD2;
  text-align: center;
  padding: 40px;
  border-radius: 8px;
  color: #fff;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 50px;
}
.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .return-to-shop a {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1em;
  color: #303030;
  text-decoration: underline;
  text-transform: uppercase;
}
.woocommerce-cart .return-to-shop a:hover {
  color: #79c0ba;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  font-size: 16px;
  font-weight: 600;
  color: #888;
}
.woocommerce-cart .cart-collaterals .cart_totals table td:last-child {
  color: #303030;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
  display: inline-block;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  padding: 12px;
  background-color: #b2d588;
  color: #fff;
  border: none;
  outline: none;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:hover {
  background-color: #bedc9b;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: 4px;
}

/* TUNNEL */
body.woocommerce-checkout h1,
.woocommerce-orders h1,
.woocommerce-view-order h1 {
  margin: 2.5em 0 1em 0;
  text-align: center;
  line-height: 1em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #303030;
  position: relative;
}
body.woocommerce-checkout h1:before,
.woocommerce-orders h1:before,
.woocommerce-view-order h1:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  top: -2.25em;
  left: calc(50% - 1em);
}
body.woocommerce-checkout h1:after,
.woocommerce-orders h1:after,
.woocommerce-view-order h1:after {
  content: "";
  position: absolute;
  top: -1.25em;
  left: 0.5em;
  height: 1px;
  width: calc(100% - 1em);
  display: block;
  background-color: #efefef;
  z-index: -200;
}
@media screen and (max-width: 479px) {
  body.woocommerce-checkout h1,
  .woocommerce-orders h1,
  .woocommerce-view-order h1 {
    font-size: 25.6px;
  }
}
body.woocommerce-checkout h1:before,
.woocommerce-orders h1:before,
.woocommerce-view-order h1:before {
  background-color: #b2d588;
  content: "\f291";
}
body.woocommerce-checkout h2,
.woocommerce-orders h2,
.woocommerce-view-order h2 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  margin: 1em 0 0.5em;
}
body.woocommerce-checkout h2:before,
.woocommerce-orders h2:before,
.woocommerce-view-order h2:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f0c8";
  color: #b2d588;
  margin-right: 12px;
}

body.woocommerce-checkout abbr.required {
  color: #79c0ba;
}
body.woocommerce-checkout input[type="checkbox"] {
  position: relative;
  top: 4px;
  width: 20px !important;
  height: 20px !important;
  border-color: #79c0ba !important;
  border-width: 2px !important;
}
body.woocommerce-checkout #customer_details {
  /* Adresses */
}
body.woocommerce-checkout #customer_details .form-row {
  margin-bottom: 20px;
}
body.woocommerce-checkout #customer_details .form-row input[type="text"],
body.woocommerce-checkout #customer_details .form-row input[type="password"],
body.woocommerce-checkout #customer_details .form-row input[type="email"],
body.woocommerce-checkout #customer_details .form-row input[type="tel"],
body.woocommerce-checkout #customer_details .form-row select {
  width: 100%;
}
body.woocommerce-checkout #customer_details #billing_postcode_field {
  clear: both;
}
body.woocommerce-checkout #customer_details #billing_country_field .select2-selection {
  height: 38px;
  line-height: 38px;
  border-color: #efefef;
}
body.woocommerce-checkout #customer_details #billing_country_field .select2-selection .select2-selection__arrow {
  height: 100%;
}
body.woocommerce-checkout #customer_details #billing_country_field .select2-selection .select2-selection__rendered {
  line-height: inherit;
}
body.woocommerce-checkout #customer_details #account_password_field #account_password {
  border-color: #79c0ba;
}
body.woocommerce-checkout #customer_details #account_password_field #account_password:focus {
  box-shadow: 0 2px 4px 0 rgba(70, 70, 70, 0.2);
}
@media screen and (min-width: 1024px) {
  body.woocommerce-checkout #customer_details #account_password_field #account_password {
    max-width: calc(33.33% - 10px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body.woocommerce-checkout #customer_details #account_password_field #account_password {
    max-width: calc(50% - 10px);
  }
}
body.woocommerce-checkout .create-account label {
  font-size: 18px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot {
  border-top: 2px solid #efefef;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td:first-child {
  text-transform: uppercase;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td:last-child {
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-color: #efefef;
  border-width: 1px 1px 5px;
}
@media screen and (min-width: 600px) {
  body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
    max-width: 600px;
  }
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method > label {
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 1em;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_stripe > label {
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_stripe > label img {
  max-width: 50px;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_stripe > label img:first-child {
  display: inline-block;
  padding-left: 0;
  margin-left: 40px !important;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_stripe .stripe-payment-data > p {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #888;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #888;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin: 1em 0 2em;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 18px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
  color: inherit;
  text-decoration: underline;
}
body.woocommerce-checkout #place_order {
  /* Bouton "Commander" */
  font-family: "Oswald";
  font-size: 18px;
  line-height: 1.5em;
  padding: 12px 20px;
  background-color: #b2d588;
  color: #fdfdfd;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  border: 2px solid #b2d588;
  transition: 0.3s all;
  outline: none;
}
body.woocommerce-checkout #place_order:after {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 4px;
}
body.woocommerce-checkout #place_order:hover {
  background-color: #fdfdfd;
  color: #b2d588;
}
body.woocommerce-checkout .woocommerce-info {
  background-color: #79c0ba;
}
body.woocommerce-checkout .woocommerce-form-login {
  /* formulaire de connexion */
  padding: 15px;
  border: 3px solid #79c0ba;
}
body.woocommerce-checkout .woocommerce-form-login > p:first-child {
  text-align: center;
  font-style: italic;
  color: #888;
}
body.woocommerce-checkout .woocommerce-form-login > p .input-text {
  min-width: 300px;
}
@media screen and (max-width: 400px) {
  body.woocommerce-checkout .woocommerce-form-login > p .input-text {
    min-width: 240px;
  }
}
body.woocommerce-checkout .woocommerce-form-login button[type="submit"] {
  margin-top: 15px;
  background-color: #79c0ba;
  border: 2px solid #79c0ba;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5em;
  position: relative;
  transition: 0.4s all;
  white-space: normal;
  border-radius: 0;
}
body.woocommerce-checkout .woocommerce-form-login button[type="submit"]:hover {
  background-color: #fff;
  color: #79c0ba;
}
body.woocommerce-checkout .woocommerce-form-login .lost-password {
  margin: 10px 0 0 0;
  font-size: 90%;
  font-style: italic;
}

.woocommerce-order-received,
.woocommerce-view-order {
  /* Confirmation de commande */
}
.woocommerce-order-received .woocommerce-order table tbody td a:not(.btn),
.woocommerce-view-order .woocommerce-order table tbody td a:not(.btn) {
  color: #303030;
}
.woocommerce-order-received .woocommerce-order table tbody td a:not(.btn):hover,
.woocommerce-view-order .woocommerce-order table tbody td a:not(.btn):hover {
  color: #4a4a4a;
}
.woocommerce-order-received .woocommerce-order table tfoot,
.woocommerce-view-order .woocommerce-order table tfoot {
  border-top: 2px solid #efefef;
  background: #fdfdfd;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-view-order .woocommerce-order .woocommerce-thankyou-order-received {
  /* Titre */
  text-transform: uppercase;
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 25px;
  color: #888;
  line-height: 32px;
  margin-bottom: 1em;
  position: relative;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received:before,
.woocommerce-view-order .woocommerce-order .woocommerce-thankyou-order-received:before {
  content: '\f00c';
  font-family: "FontAwesome";
  color: #8BC34A;
  display: inline-block;
  margin-right: 8px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details,
.woocommerce-view-order .woocommerce-order .woocommerce-thankyou-order-details {
  /* Recapitulatif commande */
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  display: block;
  padding: 20px;
  margin: 0 auto 30px;
  background: #fdfdfd;
  list-style: none;
  border: 2px solid #efefef;
}
@media screen and (min-width: 600px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details,
  .woocommerce-view-order .woocommerce-order .woocommerce-thankyou-order-details {
    max-width: 600px;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li,
.woocommerce-view-order .woocommerce-order .woocommerce-thankyou-order-details li {
  margin-bottom: 0.5em;
}
.woocommerce-order-received .woocommerce-order .order_confirmation_customer_note,
.woocommerce-view-order .woocommerce-order .order_confirmation_customer_note {
  /* Commentaire client */
  padding: 10px;
  border: 1px solid #efefef;
}
.woocommerce-order-received .woocommerce-order .order_confirmation_customer_note h4,
.woocommerce-view-order .woocommerce-order .order_confirmation_customer_note h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-order-received .woocommerce-order .order_confirmation_customer_note > p,
.woocommerce-view-order .woocommerce-order .order_confirmation_customer_note > p {
  color: #888;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-order .woocommerce-customer-details address {
  display: inline-block;
  padding: 15px;
  background: #fdfdfd;
  border: 2px solid #efefef;
  font-size: 15px;
  line-height: 1.4em;
}

.woocommerce .order-again {
  /* Bouton de re-commande */
  display: none;
}
.woocommerce mark {
  background-color: rgba(121, 192, 186, 0.25);
  padding: 4px;
  font-weight: bold;
  color: #5a5a5a;
}
.woocommerce .back_to_my_account {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #efefef;
  clear: both;
}

.woocommerce-table--order-downloads .download-product a {
  color: #303030;
}
.woocommerce-table--order-downloads .download-product a:hover {
  color: #888;
}
@media screen and (min-width: 600px) {
  .woocommerce-table--order-downloads .download-product {
    min-width: 200px;
  }
}

@media screen and (max-width: 599px) {
  .woocommerce-table--order-downloads thead {
    display: none;
  }
  .woocommerce-table--order-downloads tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-table--order-downloads tbody tr:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }
  .woocommerce-table--order-downloads tbody tr td.download-product {
    order: 1;
    flex: 1 1 calc(100% - 150px);
    font-weight: bold;
  }
  .woocommerce-table--order-downloads tbody tr td.download-remaining {
    order: 3;
    flex: 0 0 50%;
    color: #888;
  }
  .woocommerce-table--order-downloads tbody tr td.download-expires {
    order: 4;
    flex: 0 0 50%;
    color: #888;
    text-align: right;
  }
  .woocommerce-table--order-downloads tbody tr td.download-file {
    order: 2;
    flex: 0 0 140px;
    text-align: right;
  }
}
.woocommerce-remove-coupon {
  color: #888;
  margin-left: 6px;
  font-size: 13px;
  font-weight: normal;
  padding: 2px;
  background: #efefef;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  body.woocommerce-checkout .woocommerce-billing-fields #billing_email_field {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  .woocommerce-cart h1 {
    font-size: 28px;
  }
  .woocommerce-cart .table-responsive {
    border: none;
  }
  .woocommerce-cart form.woocommerce-cart-form table {
    border: none;
  }
  .woocommerce-cart form.woocommerce-cart-form table thead {
    display: none;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr {
    display: block;
    position: relative;
    border: 1px solid #efefef;
    overflow: hidden;
    padding: 20px 10px 0;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td {
    border: none;
    float: left;
    display: block;
    white-space: normal;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td label {
    color: #888;
    font-size: 14px;
    width: 100%;
    margin-bottom: 6px;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-thumbnail {
    width: 140px;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-name {
    width: calc(100% - 140px);
    padding-top: 10px;
    padding-right: 20px;
    font-weight: bold;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-price {
    clear: both;
    width: 33.33%;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-quantity {
    width: 33.33%;
    text-align: center;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-quantity input {
    padding: 4px;
    text-align: inherit;
    max-width: 100%;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-subtotal {
    width: 33.33%;
    text-align: right;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-remove {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 10px 0 0;
    width: auto;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-remove a {
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 399px) {
  .woocommerce-cart form.woocommerce-cart-form table tbody tr {
    padding: 20px 5px 0;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-thumbnail {
    width: 90px;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-name {
    width: calc(100% - 90px);
    font-size: 15px;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-remove {
    padding: 0 5px 0 0;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-remove a {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 319px) {
  .woocommerce-cart form.woocommerce-cart-form table tbody tr {
    padding: 30px 5px 0;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-thumbnail {
    display: none;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-name {
    width: 100%;
    padding: 0;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-quantity {
    width: 100px;
    max-width: 100%;
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-price, .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-subtotal {
    width: calc(50% - 50px);
  }
  .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-price label, .woocommerce-cart form.woocommerce-cart-form table tbody tr td.product-subtotal label {
    font-size: 15px;
  }
}
/*** MON COMPTE ***/
.woocommerce-MyAccount-navigation {
  /* Hub du dashboard */
}
@media screen and (min-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul li > div {
  border: 1px solid #efefef;
  transition: 0.2s all;
}
.woocommerce-MyAccount-navigation ul li > div:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation ul li > div:hover a {
  color: #79c0ba;
}
.woocommerce-MyAccount-navigation ul li > div:hover a:before {
  background-color: #79c0ba;
}
.woocommerce-MyAccount-navigation ul li > div a {
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  transition: inherit;
  display: block;
  padding: 20px;
}
.woocommerce-MyAccount-navigation ul li > div a:before {
  font-family: "FontAwesome";
  background-color: #888;
  display: inline-block;
  padding: 4px;
  color: #fff;
  margin-right: 8px;
  font-size: 20px;
  width: 36px;
  text-align: center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders > div a:before {
  content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads > div a:before {
  content: "\f0ed";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address > div a:before {
  content: "\f041";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account > div a:before {
  content: "\f2bd";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout > div a:before {
  content: "\f08b";
}

.woocommerce-account h1 {
  margin: 2.5em 0 1em 0;
  text-align: center;
  line-height: 1em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #303030;
  position: relative;
}
.woocommerce-account h1:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  top: -2.25em;
  left: calc(50% - 1em);
}
.woocommerce-account h1:after {
  content: "";
  position: absolute;
  top: -1.25em;
  left: 0.5em;
  height: 1px;
  width: calc(100% - 1em);
  display: block;
  background-color: #efefef;
  z-index: -200;
}
@media screen and (max-width: 479px) {
  .woocommerce-account h1 {
    font-size: 25.6px;
  }
}
.woocommerce-account h1:before {
  background-color: #79c0ba;
  content: "\f007";
}
.woocommerce-account .entry-footer {
  display: none;
}
.woocommerce-account.woocommerce-orders {
  /* Liste des commandes */
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders th, .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders td {
    padding: 10px 5px;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
  font-weight: bold;
  color: #303030;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a:hover {
  color: #79c0ba;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
  /* Boutons */
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  position: relative;
  transition: 0.4s all;
  white-space: normal;
  border-radius: 0;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:not(:first-child) {
  margin-left: 10px;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:before {
  font-family: "FontAwesome";
  margin-right: 4px;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.view {
  /* details de la commande */
  background-color: #79c0ba;
  border: 2px solid #79c0ba;
  color: #fff;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.view:hover {
  background-color: #fff;
  color: #79c0ba;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.view:before {
  content: "\f06e";
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.invoice {
  /* facture pdf */
  background-color: #888;
  border: 2px solid #888;
  color: #fff;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.invoice:hover {
  background-color: #fff;
  color: #303030;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.invoice:before {
  content: "\f15c";
}
.woocommerce-account.woocommerce-orders .no_order_yet > p:first-child {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 20px;
}

@media screen and (max-width: 599px) {
  .woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-orders-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .woocommerce-orders-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }
  .woocommerce-orders-table tbody tr td strong {
    color: #888;
  }
  .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number {
    flex: 0 0 20%;
  }
  .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-date {
    flex: 0 0 40%;
    text-align: center;
  }
  .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status {
    flex: 0 0 40%;
    text-align: right;
  }
  .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-total {
    flex: 1;
  }
  .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions {
    flex: 1;
    text-align: right;
  }
}
@media screen and (max-width: 399px) {
  .woocommerce-MyAccount-navigation ul li > div a {
    padding: 10px;
  }
  .woocommerce-MyAccount-navigation ul li > div a:before {
    font-size: 16px;
    width: 32px;
  }

  .woocommerce-orders-table tbody tr td {
    padding: 10px 5px;
  }
  .woocommerce-orders-table tbody tr td strong {
    display: block !important;
  }
  .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-total {
    flex: 1 1 100%;
  }
  .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions {
    display: flex;
    justify-content: space-between;
  }
}
/* Formulaire de connexion */
.customer_login_form_wrapper {
  padding: 20px;
  background: #fdfdfd;
  border: 2px solid #efefef;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 600px) {
  .customer_login_form_wrapper {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.customer_login_form_wrapper h2 {
  font-size: 28px;
  font-family: "Fira Sans";
  font-weight: 600;
  margin: 0 0 0.75em;
}
.customer_login_form_wrapper form.woocommerce-form-login input:not([type="checkbox"]) {
  width: 100%;
  padding: 8px 8px 8px 40px;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-row {
  position: relative;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-row:before {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #efefef;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-row:nth-child(1) {
  /* login */
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-row:nth-child(1):before {
  content: "\f0e0";
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-row:nth-child(2) {
  /* mot de passe */
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-row:nth-child(2):before {
  content: "\f084";
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-row label {
  line-height: 20px;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-row label .required {
  color: #79c0ba;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-login__rememberme {
  /* Checkbox "Se souvenir de moi" */
  margin: 10px 0 20px;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
  border-color: #79c0ba !important;
  position: relative;
  top: 2px;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-login__submit {
  background: #79c0ba;
  color: #fdfdfd;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 14px;
  border: 2px solid #79c0ba;
  transition: 0.2s all;
  outline: none;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-login__submit:hover, .customer_login_form_wrapper form.woocommerce-form-login .woocommerce-form-login__submit:active {
  border-color: #79c0ba;
  color: #79c0ba;
  background: #fdfdfd;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-LostPassword {
  margin: 20px 0 0;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-LostPassword a {
  color: #888;
}
.customer_login_form_wrapper form.woocommerce-form-login .woocommerce-LostPassword a:hover {
  color: #303030;
  text-decoration: underline;
}

/* Mot de passe oubli├® */
.woocommerce-lost-password h1:before {
  content: "\f09c";
}
@media screen and (min-width: 600px) {
  .woocommerce-lost-password .woocommerce {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce-lost-password form.woocommerce-ResetPassword {
  padding: 20px;
  background: #fdfdfd;
  border: 2px solid #efefef;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce-lost-password form.woocommerce-ResetPassword > p:first-child {
  font-size: 16px;
  line-height: 1.5em;
  color: #888;
}
.woocommerce-lost-password form.woocommerce-ResetPassword input#user_login {
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce-lost-password form.woocommerce-ResetPassword button[type="submit"] {
  background: #79c0ba;
  color: #fdfdfd;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 14px;
  border: 2px solid #79c0ba;
  transition: 0.2s all;
  outline: none;
}
.woocommerce-lost-password form.woocommerce-ResetPassword button[type="submit"]:hover, .woocommerce-lost-password form.woocommerce-ResetPassword button[type="submit"]:active {
  border-color: #79c0ba;
  color: #79c0ba;
  background: #fdfdfd;
}

.woocommerce-edit-account {
  /* Formulaire modification de compte */
}
.woocommerce-edit-account .woocommerce-EditAccountForm {
  margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm input {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .required {
  color: #79c0ba;
}
.woocommerce-edit-account .woocommerce-EditAccountForm #account_display_name + .alert {
  margin-top: 10px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .alert {
  padding: 5px 10px;
  font-size: 13px;
}

/******** COMPONENTS ******/
/*** Star rating */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400;
}
.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: royalblue;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: .25;
}
p.stars a:hover ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25;
}
p.stars:hover a:before {
  content: "\53";
  color: royalblue;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "\53";
  color: royalblue;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25;
}
p.stars.selected a:not(.active):before {
  content: "\53";
  color: royalblue;
  opacity: 1;
}

/*** Tabs */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/*** Password strength meter */
.woocommerce-password-strength {
  text-align: left;
  margin: 8px 0 6px;
  font-weight: bold;
}
.woocommerce-password-strength:not(.short) {
  visibility: hidden;
}
.woocommerce-password-strength:not(.short) + .woocommerce-password-hint {
  display: none !important;
}
.woocommerce-password-strength.strong {
  color: #8BC34A;
}
.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
  color: #FF5722;
}
.woocommerce-password-strength.good {
  color: #3D9CD2;
}
.woocommerce-password-strength .woocommerce-password-hint {
  padding: 6px;
  background: #efefef;
  display: inline-block;
}

.required {
  color: red;
}

/*** Notices */
.woocommerce-notices-wrapper {
  margin-bottom: 1em;
}
.woocommerce-notices-wrapper .restore-item {
  color: inherit;
  font: inherit;
  margin-left: 15px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
}
.woocommerce-notices-wrapper .hidden-alert {
  font-size: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #8BC34A;
  clear: both;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-message .close,
.woocommerce-info .close,
.woocommerce-error .close,
.woocommerce-noreviews .close,
p.no-comments .close {
  right: 0;
  opacity: 1;
  text-decoration: none;
}
.woocommerce-message .close:hover,
.woocommerce-info .close:hover,
.woocommerce-error .close:hover,
.woocommerce-noreviews .close:hover,
p.no-comments .close:hover {
  color: #fdfdfd;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3D9CD2;
}

.woocommerce-error {
  background-color: #FF5722;
}
.woocommerce-error ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-error ul li a {
  color: inherit;
  text-decoration: underline;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999;
}

/*** WooCommerce Price Filter */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: royalblue;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: royalblue;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce-cart .edit-link,
.woocommerce-checkout .edit-link {
  display: none;
}

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