html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

main {
  min-width: 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > [class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

a {
  color: #232323;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.float-xs-left {
  float: left;
}

.float-xs-right {
  float: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-sm-center {
  text-align: center;
}

.position-static {
  position: static;
}

.hidden-sm-down,
.hidden-md-up,
.hidden-xs-down,
.hidden-xl-down {
  display: none;
}

/* Header */

#header {
  position: relative;
  z-index: 10;
  background: #fff;
}

.header-banner {
  min-height: 0;
}

.header-nav {
  min-height: 40px;
  background: #f6f6f6;
}

.header-nav .container {
  min-height: 40px;
}

.header-nav .row {
  align-items: center;
  min-height: 40px;
}

#contact-link {
  padding: 10px 0;
}

#contact-link a {
  font-size: 14px;
}

.right-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.user-info,
.blockcart {
  display: inline-block;
}

.user-info a,
.blockcart .header {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
}

.user-info .material-icons,
.blockcart .material-icons {
  margin-right: 5px;
  font-size: 20px;
}

.cart-products-count {
  margin-left: 4px;
}

.header-top {
  padding: 20px 0;
  background: #fff;
}

#_desktop_logo {
  display: flex;
  align-items: center;
  min-height: 80px;
}

#_desktop_logo h1 {
  width: 100%;
  margin: 0;
}

#_desktop_logo h1 a {
  display: block;
  width: 100%;
  min-height: 80px;
  background: url("/img/le-paradis-fermier-logo-1599838745.jpg") center center / contain no-repeat;
}

/* Main menu */

#_desktop_top_menu {
  display: flex;
  align-items: center;
  min-height: 45px;
}

.top-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu > li {
  position: relative;
}

.top-menu > li > a {
  display: block;
  padding: 12px 15px;
  white-space: nowrap;
}

.top-menu > li:hover > a {
  background: #f6f6f6;
}

.top-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 220px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.top-menu > li:hover > .sub-menu {
  display: block;
}

.top-menu .sub-menu .top-menu {
  display: block;
}

.top-menu .sub-menu li a {
  display: block;
  padding: 8px 15px;
  white-space: normal;
}

/* Search */

.search-widget {
  float: right;
  width: 100%;
  max-width: 280px;
  margin-top: 8px;
}

.search-widget form {
  position: relative;
  display: flex;
}

.search-widget input {
  width: 100%;
  min-height: 38px;
  padding: 8px 42px 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
}

.search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.search-widget button .material-icons {
  font-size: 20px;
}

/* Breadcrumb */

#wrapper {
  background: #fff;
}

.breadcrumb {
  margin: 0;
  padding: 12px 0;
  background: transparent;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  padding: 0 8px;
  content: "/";
}

/* Home slider */

.page-home {
  width: 100%;
}

#carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

#carousel .carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

#carousel .carousel-item.active {
  display: block;
}

#carousel .carousel-item figure {
  position: relative;
  margin: 0;
}

#carousel .carousel-item img {
  display: block;
  width: 100%;
  height: auto;
}

#carousel .caption {
  position: absolute;
  right: 8%;
  bottom: 10%;
  left: 8%;
  padding: 20px;
  background: rgba(0, 0, 0, .35);
  color: #fff;
}

#carousel .caption h2,
#carousel .caption h3,
#carousel .caption p {
  margin-top: 0;
}

#carousel .caption p {
  margin-bottom: 0;
}

#carousel .direction {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 5;
  transform: translateY(-50%);
}

#carousel .carousel-control {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .25);
  color: #fff;
}

#carousel .carousel-control.left {
  left: 15px;
}

#carousel .carousel-control.right {
  right: 15px;
}

#carousel .carousel-control .material-icons {
  color: #fff;
  font-size: 28px;
}

/* Products */

.featured-products {
  position: relative;
  padding: 30px 0;
}

.products-section-title {
  margin: 0 0 25px;
  text-align: center;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-miniature {
  position: relative;
  width: 25%;
  padding: 0 15px 30px;
}

.thumbnail-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}

.product-thumbnail {
  position: relative;
  display: block;
  min-height: 250px;
  background: #f7f7f7;
  text-align: center;
}

.product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.product-description {
  padding: 12px 5px;
  text-align: center;
}

.product-title {
  margin: 0 0 8px;
}

.product-title a {
  display: block;
}

.product-price-and-shipping {
  min-height: 24px;
}

.price {
  font-weight: 600;
}

.product-flags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlighted-informations {
  padding: 8px 0;
  text-align: center;
}

.quick-view {
  display: inline-block;
}

.all-product-link {
  display: inline-block;
  margin-top: 10px;
}

.banner {
  display: block;
  min-height: 1px;
  margin: 20px 0;
}

/* Custom text */

#custom-text {
  margin: 30px 0;
  padding: 25px;
  text-align: center;
}

#custom-text h2 {
  margin-top: 0;
}

#custom-text p:last-child {
  margin-bottom: 0;
}

/* Footer */

#footer {
  margin-top: 30px;
  background: #f6f6f6;
}

.block_newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
}

#block-newsletter-label {
  margin: 0;
  font-weight: 600;
}

.block_newsletter form {
  width: 100%;
}

.block_newsletter .input-wrapper {
  overflow: hidden;
}

.block_newsletter input[type="email"] {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
}

.btn {
  display: inline-block;
  padding: 9px 15px;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: #2fb5d2;
  color: #fff;
}

.block_newsletter .input-wrapper + .clearfix {
  clear: both;
}

.block_newsletter p {
  margin-bottom: 0;
}

.footer-container {
  padding: 35px 0 20px;
  background: #f6f6f6;
}

.footer-container .wrapper {
  margin-bottom: 20px;
}

.footer-container .h3,
.footer-container .h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-container li {
  margin-bottom: 8px;
}

.block-contact {
  line-height: 1.8;
}

#footer .text-sm-center {
  margin: 20px 0 0;
}

/* Material icons */

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Responsive */

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .hidden-sm-down {
    display: block;
  }

  .hidden-md-up {
    display: none;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hidden-md-up {
    display: none;
  }

  .hidden-sm-down {
    display: block;
  }

  .product-miniature {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .hidden-xl-down {
    display: inline;
  }
}

@media (max-width: 991px) {
  .product-miniature {
    width: 33.333333%;
  }

  #_desktop_top_menu {
    display: block;
  }

  .top-menu > li > a {
    padding-right: 8px;
    padding-left: 8px;
  }

  .search-widget {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down,
  .hidden-xs-down {
    display: none !important;
  }

  .hidden-md-up {
    display: block;
  }

  .header-top {
    padding: 10px 0;
  }

  .mobile {
    display: block;
  }

  .product-miniature {
    width: 50%;
  }

  #carousel .caption {
    right: 4%;
    bottom: 4%;
    left: 4%;
    padding: 12px;
  }

  #carousel .caption p {
    display: none;
  }

  .block_newsletter {
    text-align: center;
  }

  .footer-container .links {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-miniature {
    width: 100%;
  }

  .product-thumbnail {
    min-height: 200px;
  }

  #carousel .caption h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  #carousel .caption h3 {
    display: none;
  }

  .right-nav {
    justify-content: center;
  }
}