body {
  font-family: "GilRoy", Arial, sans-serif;
}

.carousel .carousel-inner {
  height: auto;
}

.carousel .carousel-inner .carousel-item .d-block {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.commandez {
  background: #f2f6f7;
}

.commandez .col:first-child {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.commandez .col:first-child .section-title {
  font-size: 30px;
  margin: auto;
  color: #000;
  font-weight: 600;
}

.commandez .col:first-child .section-title u {
  color: #1fa952;
}

.commandez .col:first-child:before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #1c7b33;
}

.commandez .col:first-child:after {
  width: 30%;
  right: 0;
  left: auto;
  background: #1fa952;
}

.commandez .col {
  padding: 40px;
}

.commandez .col svg {
  margin: auto auto 10px;
  fill: #1fa952;
  width: 50px;
  height: 50px;
}

.commandez .col h3 {
  font-weight: 600;
  font-size: 20px;
  color: #1fa952;
  letter-spacing: -0.3px;
  margin: 0 auto 20px;
}

.commandez .col p {
  font-size: 0.9375rem;
  color: #555;
  font-weight: 400;
}

.featured-categories {
  background: white;
}

.featured-categories .section-block {
  padding: 30px 2.5rem 0;
}

.featured-categories h2 {
  text-align: center;
  color: #333;
  font-size: 40px;
  letter-spacing: -0.3px;
  margin: 0 auto 20px;
  font-weight: 200;
}

.featured-categories .nav-tabs {
  padding: 0 2.5rem;
  border: none;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}

.featured-categories .nav-tabs li {
  text-align: center;
  width: auto;
  flex: 0 0 auto;
  margin: auto 10px;
}

.featured-categories .nav-tabs li a {
  font-size: 13px;
  color: #1fa952;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  padding: 6px 20px;
}

.featured-categories .nav-tabs li.active a,
.featured-categories .nav-tabs a.active,
.featured-categories .nav-tabs a:focus,
.featured-categories .nav-tabs a:hover {
  border-radius: 50px;
  text-align: center;
  background: #1fa952;
  border-color: #1fa952;
  color: #FFF;
  text-decoration: none;
}

.featured-categories .tab-content .item-box {
  flex-grow: 0;
  flex-basis: auto;
  display: inline-block !important;
  width: 18%;
  flex-direction: column;
  align-items: center;
  border: none;
  border-radius: 4px;
  height: 100%;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  max-width: 100%;
  margin: 0;
}

.featured-categories .tab-content .item-box .img-product {
  min-height: 200px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-categories .tab-content .item-box img {
  width: 100%;
  height: auto;
  margin: 0 auto auto;
}

.featured-categories .tab-content .item-box h3 {
  margin: 0 auto 10px !important;
  font-weight: 400;
  line-height: 0.7;
}

.featured-categories .tab-content .item-box h3 a {
  font-size: 13px;
  color: #4b5c6b;
}

.featured-categories .tab-content .item-box h3 a:hover {
  text-decoration: none;
}

.featured-categories .tab-content .item-box .discount-price {
  background: #1fa952 !important;
  color: #FFF;
  font-size: 13px;
  padding: 5px;
}

.featured-categories .tab-content .item-box .promo {
  background: #C90724;
  color: white;
  padding: 5px;
}

.featured-categories .tab-content .item-box .reg-price {
  color: #7a7a7a;
  text-decoration: line-through;
  font-size: 0.875rem;
}

.featured-categories .tab-content .item-box .price {
  color: #1fa952;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}

.featured-categories .tab-content .item-box button {
  font-family: "GilRoy", Arial, sans-serif;
  font-size: 12px;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  padding: 9px 20px;
  background: #1c7b33;
  letter-spacing: 0.6px;
  border-radius: 50px;
  color: #FFF;
}

.featured-categories .tab-content .item-box:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
  z-index: 10;
}

.cc-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex: 0 0 100%;
  max-width: 1170px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.cc-content .block1 {
  padding: 40px;
  flex: 0 0 33.33%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.cc-content .block1 svg {
  margin: auto auto 20px;
  width: 50px;
  height: 50px;
  fill: #1fa952;
}

.cc-content .block1 .section-title {
  text-align: center;
  color: #333;
  font-size: 40px;
  letter-spacing: -0.3px;
  margin: 0 auto 20px;
  font-weight: 200;
}

.cc-content .block1 a {
  color: #1fa952;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

.cc-content .block1 .info-tell:hover {
  color: #1c7b33;
}

.cc-content .block1 .contact-btn {
  margin: 20px auto auto;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.1);
  background: #1fa952;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  color: #FFF;
  font-size: 13px;
  font-family: "GilRoy", sans-serif;
  letter-spacing: 0.6px;
  border-radius: 50px;
  padding: 11px 30px;
  text-transform: uppercase;
  font-weight: 600;
  border-color: transparent;
}

.cc-content .block-02 {
  flex: 0 0 33.33%;
  display: flex;
  flex-wrap: wrap;
}

.cc-content .block-02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cc-content .block-03 {
  flex: 0 0 33.33%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
}

.cc-content .block-03 .section-title {
  text-align: center;
  color: #333;
  font-size: 40px;
  letter-spacing: -0.3px;
  margin: 0 auto 20px;
  font-weight: 200;
}

.cc-content .block-03 .horaires {
  flex: 0 0 100%;
  display: block;
  text-align: center;
  color: #4b5c6b;
}

.cc-content .block-03 .horaires li {
  margin: 0 0 2px;
  flex: 0 0 100%;
  display: flex;
}

.cc-content .block-03 .horaires li .label {
  flex: 0 0 90px;
  margin: 0 0 5px auto;
  font-size: 12px;
  text-align: left;
  font-weight: 700;
}

.cc-content .block-03 .horaires li .value {
  flex: 0 0 90px;
  margin: 0 auto 0 0;
  font-size: 12px;
  text-align: left;
  font-weight: 100;
}

.cc-content .block-03 .horaires li span {
  color: #4b5c6b;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
}

.cc-content .block-03 .horaires > li.dim span {
  color: rgba(0, 0, 0, 0.4);
}

.section-content {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  padding: 30px 2.5rem;
}

.section-content .block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section-content .block .section-title {
  text-align: center;
  color: #333;
  font-size: 40px;
  letter-spacing: -0.3px;
  margin: 0 auto 20px;
  font-weight: 200;
}

.section-content .block .box-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}

.section-content .block .box-content .article-item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}

.section-content .block .box-content .article-item .article-thumb {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 45%;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.section-content .block .box-content .article-item .article-thumb a {
  overflow: hidden;
}

.section-content .block .box-content .article-item .article-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  margin-top: 20.9%;
}

.section-content .block .box-content .article-item .article-content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 55%;
  padding: 30px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
  z-index: 9;
  background: #FFF;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 200px;
}

.section-content .block .box-content .article-item .article-content .article-heading .section-title {
  font-size: 20px;
  color: #000;
  margin: 0;
  text-align: left;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  font-weight: 600;
}

.section-content .block .box-content .article-item .article-content .article-heading .section-title a {
  color: black;
}

.section-content .block .box-content .article-item .article-content .article-short-description {
  margin: 0 auto auto;
  font-size: 13px;
  color: #4b5c6b;
  flex: 0 0 100%;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
}

.section-content .block .box-content .article-item .article-content .article-read-more {
  margin: auto auto 0;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
}

.section-content .block .box-content .article-item .article-content .article-read-more a {
  padding: 0;
  font-size: 13px;
  text-decoration: underline;
  margin: auto 0 auto auto;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  color: #1fa952;
}

.section-content .block .box-content .article-item:hover .article-content {
  background: #1fa952;
}

.section-content .block .box-content .article-item:hover .article-content .article-heading .section-title a {
  color: white;
}

.section-content .block .box-content .article-item:hover .article-content .article-short-description {
  color: white;
}

.section-content .block .box-content .article-item:hover .article-content .article-read-more a {
  color: white;
}

.cart-modal .modal-dialog {
  max-width: 800px;
}

.cart-modal .modal-dialog .modal-content .modal-header {
  background: #1c7b33;
}

.cart-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1.5;
}

.cart-modal .modal-dialog .modal-content .modal-body {
  background: #FFF;
  padding: 30px;
}

.cart-modal .modal-dialog .modal-content .modal-body .d-right {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 30px;
}

.cart-modal .modal-dialog .modal-content .modal-body .d-right .product-name {
  color: #000;
  text-transform: uppercase;
  font-family: "GilRoy", arial;
}

.cart-modal .modal-dialog .modal-content .modal-body .d-right .price {
  font-family: "GilRoy", arial;
  color: #1c7b33;
  font-size: 22px;
  margin: 10px 0 13px 0;
}

.cart-modal .modal-dialog .modal-content .modal-body .cart-content {
  padding-left: 30px;
}

.cart-modal .modal-dialog .modal-content .modal-body .cart-content .cart-products-count {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart-modal .modal-dialog .modal-content .modal-body .cart-content p {
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.4px;
}

.cart-modal .modal-dialog .modal-content .modal-body .cart-content .btn-green {
  background: #1fa952;
  color: white;
  border-radius: 50px;
  padding: 12px 25px;
}

.cart-modal .modal-dialog .modal-content .modal-body .cart-content .btn-green:hover {
  background: #c90724;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.1);
}

