.custom-logo {
  height: 40px;
}

.home-hiden-css {
  display: none !important;
}

.authors_image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 250px;
}

.site-info {
  display: none;
}

body {
  background: white;
/*  background-image: url("images/background-image.jpg");
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=1); */
}

.site-header {
  background: #2B8195 !important;
  background: linear-gradient(145deg, #59baca 0%, #215e68 100%) !important;
  padding-top: 1.618em;
}

@media (max-width: 800px) {
  .site-header {
    background: #2B8195 !important;
  }

  .menu_du_haut {
    display: none !important;
  }
}
.attachment-woocommerce_thumbnail,
.single-product div.product .woocommerce-product-gallery img,
.wcps-items-thumb {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.wcps-items-thumb {
  margin: 5px;
}

.woocommerce-loop-product__link {
  padding: 5px !important;
  text-decoration: none !important;
}

.woocommerce-product-gallery__image {
  padding: 5px !important;
}

a.remove::before {
  color: white;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0%;
}

.menu_du_haut > ul {
  display: flex;
  padding-top: 10px;
  text-align: center;
  flex-wrap: wrap;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 0.5em;
}
.menu_du_haut > ul > * {
  padding: 0px 15px 0px 0;
  list-style-type: none;
}
.menu_du_haut > ul > li.active > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  margin-top: 10px;
  left: 0;
  right: 0;
  box-sizing: content-box;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 7px;
  background-color: #ffffff;
  list-style-type: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 999;
}
.menu_du_haut > ul > li.active > .sub-menu li {
  margin-right: 25px;
}
@media (min-width: 768px) {
  .menu_du_haut > ul > li.active > .sub-menu {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .menu_du_haut > ul > li.active > .sub-menu {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
  }
}
.menu_du_haut a {
  color: #2B8195 !important;
}
.menu_du_haut .sub-menu {
  display: none;
}

.wcps-container #wcps-21569 .wcps-items-title a {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5407911001em;
  text-decoration: none;
  color: black !important;
}

#wcps-21569 .wcps-items .wcps-items-title,
#wcps-21569 .wcps-items .wcps-items-price,
#wcps-21569 .wcps-items .wcps-items-cart {
  text-align: center !important;
}

#wcps-21569 .wcps-items .wcps-items-cart {
  padding: 5px 0 !important;
}

.nosBestSellers {
  margin-top: 20px;
}

.wp_rss_retriever_metadata {
  display: none;
}

.wp_rss_retriever_item_wrapper a {
  text-decoration: none !important;
}

footer a {
  text-decoration: none !important;
}

.site-footer {
  background: #75737f;
  background: -moz-linear-gradient(135deg, #75737f 0%, #57555d 100%);
  background: -webkit-linear-gradient(135deg, #75737f 0%, #57555d 100%);
  background: linear-gradient(135deg, #75737f 0%, #57555d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75737f", endColorstr="#57555d", GradientType=1);
}
.site-footer .widget .custom-html-widget > svg {
  fill: white;
}
.site-footer .widget .widget-title {
  color: white;
  border-bottom: 1px solid white;
}
.site-footer .widget a:not(.button) {
  color: white;
}
.site-footer .widget .footer-widgets {
  border-bottom: 1px solid white;
}
.site-footer .widget svg {
  fill: dark;
}

a:focus {
  outline: none !important;
}

@media (min-width: 768px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: auto !important;
    margin-top: 10px;
  }

  .site-header-cart {
    width: 190px !important;
  }

  .site-header-cart .cart-contents {
    padding: 1em 0;
    margin: 0 2em;
  }

  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
}
.wc-block-grid__products {
  flex-wrap: nowrap !important;
  overflow-x: scroll;
}

.side-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.side-buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price,
.woocommerce-Price-amount {
  color: #2B8195;
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  margin-bottom: 0;
}

.two-em-bottom-margin {
  margin-bottom: 2em;
}

.bordered-sub-columns .wp-block-column {
  border: solid 1px #2b8195;
  padding: 8px !important;
  max-height: 500px;
  overflow: scroll;
}

.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link,
.button,
button,
.submit {
  border-radius: 25px !important;
}

.storefront-breadcrumb {
  margin: 0;
  padding-top: 0;
}

.max-width-edito {
  max-width: 750px;
}

.cart-contents .woocommerce-Price-amount,
.woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: white;
}

.woocommerce-products-header {
  padding: 0 0 1.5em !important;
}

@media (max-height: 500px) {
  .product > .woocommerce-product-gallery {
    width: 70% !important;
  }

  .authors_image {
    width: 50% !important;
  }
}
@media (max-height: 768px) {
  .entry-summary h1,
.entry-summary h2,
.entry-summary p,
.price {
    margin: 0 !important;
    padding: 0;
  }

  .woocommerce-product-gallery {
    width: 28% !important;
  }
}
.secondary-navigation {
  margin-right: 0 !important;
}

select {
  background-color: #2B8195;
  color: #ffffff;
  border-radius: 7px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  padding: 3px;
}

.site-branding {
  margin-right: 0 !important;
  margin-bottom: 0;
  width: 25% !important;
}
.site-branding a img {
  max-width: 100% !important;
}

.slider-mobile {
  margin-top: 15px;
  display: none !important;
}

.disponible {
  color: #0a7500;
}

.indisponible {
  color: #6e0000;
}

.storefront-sorting {
  margin-bottom: 0;
}

.woocommerce-product-details__short-description {
  color: black;
}

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

.woocommerce-loop-category__title mark.count {
  display: none !important;
}

.woocommerce-loop-category__title mark.count {
  display: none !important;
}

.main-navigation ul.menu > li > a {
  padding-top: 0;
}

.main-navigation ul.nav-menu > li > a {
  padding: 1em 0.5em !important;
}

@media (min-width: 810px) and (max-width: 920px) {
  .main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
    padding: 1.618em 0.3em;
    padding-top: 0;
  }
}
@media (max-width: 1400px) {
  .woocommerce-product-gallery__wrapper {
    width: 80% !important;
    margin-left: 40px !important;
  }
}
@media (min-width: 921px) and (max-width: 1050px) {
  .main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
    padding: 1.618em 0.6em;
    padding-top: 0;
  }
}
@media (min-width: 840px) and (max-width: 980px) {
  .secondary-navigation {
    margin-right: 0 !important;
  }

  .cart-contents {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media (min-width: 750px) and (max-width: 1060px) {
  ul.products li.product {
    margin-bottom: 1em;
  }

  .woocommerce-LoopProduct-link {
    height: 360px !important;
  }
}
@media (min-width: 1060px) {
  ul.products li.product {
    margin-bottom: 1em;
  }

  .woocommerce-LoopProduct-link {
    height: 385px !important;
  }
}
@media (max-width: 1060px) {
  .woocommerce-LoopProduct-link {
    min-height: 1px !important;
  }
}
@media (min-width: 460px) {
  .writer_photo > img {
    max-width: 150px !important;
  }
}
@media (max-width: 460px) {
  .site-header {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .site-branding {
    width: 66% !important;
  }

  .side-buttons {
    justify-content: space-evenly !important;
    flex-direction: row !important;
    width: 100% !important;
  }
  .side-buttons a {
    margin-bottom: 0 !important;
  }

  .max-height630 > * {
    max-height: 630px !important;
  }

  .menu_du_haut a {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 389px) {
  .sbi_item {
    width: 120px !important;
    height: 120px !important;
  }

  #sbi_images {
    margin-left: -5px !important;
  }
}
@media (max-width: 480px) {
  .attachment-woocommerce_thumbnail {
    width: 50% !important;
  }

  .wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .slider-pc {
    display: none !important;
  }

  .slider-mobile {
    display: block !important;
  }

  .menu-bottom-border {
    border-bottom: 1px solid white !important;
    margin-bottom: 1em !important;
  }
}
.menu-item-has-children:hover {
  cursor: pointer !important;
}

.no-author-found {
  padding: 13vw;
}

.mobile-nowrap > * {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.home-product-slider {
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  line-height: 64px;
  letter-spacing: -0.2em;
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #6d6d6d;
  padding: 15px;
  justify-content: center;
  border-radius: 5px;
  background-color: #6d6d6d;
  color: #ffffffcf;
}

.home-slider1,
.home-slider2 {
  display: flex !important;
}

.dropdown-toggle {
  padding-top: 0;
}

.storefront-breadcrumb {
  padding-top: 0;
  padding-bottom: 0.7em;
}

.widget_shopping_cart {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 1px solid white;
}

button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt,
.button.alt,
.widget-area .widget a.button.alt,
.added_to_cart,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.button {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.woocommerce-mini-cart__buttons a {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15) !important;
}

.menu_arrow {
  width: 10px !important;
  margin-left: 5px !important;
}

#menu-menu-principal .menu-item a {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
}

.ep-autosuggest-container .ep-autosuggest > ul > li {
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  border-bottom: 1px solid #e0e0e0;
}

.woocommerce-info .amount {
  color: #fff;
  font-weight: 600;
}

#slide-left-products1, #slide-right-products1, #slide-left-products2, #slide-right-products2 {
  font-size: 24px !important;
  transition: opacity 0.5s !important;
}
#slide-left-products1:hover, #slide-right-products1:hover, #slide-left-products2:hover, #slide-right-products2:hover {
  opacity: 1 !important;
}

.product-template-default .woocommerce-tabs {
  display: flex;
  flex-direction: column;
}
.product-template-default .woocommerce-tabs .tabs {
  display: flex;
  flex-direction: row;
  border-top: none;
}
.product-template-default .woocommerce-tabs .tabs li {
  margin-right: 1em;
  border-bottom: none;
}
.product-template-default .woocommerce-tabs .tabs li::after {
  content: none;
}

.col-full > .footer-widgets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.footer-widget-2,
.footer-widget-3 {
  width: 40%;
}

@media screen and (max-width: 500px) {
  .footer-widgets{
    flex-direction:column !important;
  }
  .footer-widget-1, .footer-widget-2, .footer-widget-3, .footer-widget-4{
    width: 100% !important;
  }
}

#custom_html-5 {
  margin-bottom: 1em;
}

.widget_text {
  margin-bottom: 1em;
}

.widget-title {
  margin-bottom: 8px !important;
  padding-bottom: 8px !important;
}

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