/*  COULEURS  */
/*  STYLE  */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.5;
  position: relative;
}

/*  TITRE  */
h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

h2 + h3 {
  border: none;
}

.separateur {
  position: relative;
  margin-bottom: 70px;
}
.separateur::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f2f2f2;
  bottom: -30px;
}
.separateur::after {
  content: "";
  position: absolute;
  width: 15%;
  left: 0;
  height: 3px;
  bottom: -30px;
}

.separateur-vert::after {
  background-color: #76b201;
}

.separateur-rouge::after {
  background-color: #f5444a;
}

/*  BOUTONS  */
a, button, input {
  outline-style: none !important;
}

.primary {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.primary.primary-marron {
  background-color: #6c170c;
}
.primary.primary-marron:hover {
  background-color: #154016;
  color: #ffffff;
}
.primary.primary-vert-fonce {
  background-color: #154016;
}
.primary.primary-vert-fonce:hover {
  background-color: #6c170c;
  color: #ffffff;
}
.primary.primary-rouge {
  background-color: #f5444a;
}
.primary.primary-rouge:hover {
  background-color: #f2f2f2;
  color: #666666;
}
.primary.primary-blanc {
  color: #666666;
  background-color: #f2f2f2;
}
.primary.primary-blanc:hover {
  background-color: #f5444a;
  color: #ffffff;
}
.primary.primary-blanc-2 {
  color: #666666;
  background-color: #f2f2f2;
}
.primary.primary-blanc-2:hover {
  background-color: #76b201;
  color: #ffffff;
}
.primary.primary-blanc-3 {
  color: #666666;
  background-color: #f2f2f2;
}
.primary.primary-blanc-3:hover {
  background-color: #cc3300;
  color: #ffffff;
}

.secondary {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.secondary:hover {
  color: #154016;
}

input[type=submit] {
  display: inline-block;
  outline-style: none;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 60px;
  transition: all 0.2s ease;
  font-family: "Be Vietnam Pro", sans-serif;
}

/*  INPUTS  */
input[type=text] {
  background-color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  color: #000000;
  border-radius: 60px;
  width: 100%;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  outline-style: none;
  line-height: 1;
}

.woocommerce-breadcrumb.storefront-breadcrumb {
  margin: 0 0 40px !important;
}
.woocommerce-breadcrumb.storefront-breadcrumb .container {
  color: #000000 !important;
}
.woocommerce-breadcrumb.storefront-breadcrumb .container a {
  color: #000000 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.woocommerce-breadcrumb.storefront-breadcrumb .container a:first-of-type::before {
  display: none;
}
.woocommerce-breadcrumb.storefront-breadcrumb .container a:hover {
  color: #76b201 !important;
}

/*  HEADER  */
#masthead.site-header {
  background-color: #ffffff;
  position: relative;
  padding: 0;
  margin: 0;
}
#masthead.site-header #bandeau {
  background-color: #154016;
  color: #ffffff;
  text-align: right;
  padding: 10px 0;
}
#masthead.site-header #bandeau p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
}
#masthead.site-header #bandeau p img {
  width: 10px;
  margin: 0 8px 0 0;
}
#masthead.site-header #bandeau p a {
  color: #ffffff;
  margin: 0 0 0 5px;
  text-decoration: underline;
  transition: all 0.2s ease;
}
#masthead.site-header #bandeau p a:hover {
  color: #76b201;
  text-decoration: none;
}
#masthead.site-header #site-header-cart {
  display: none;
}
#masthead.site-header .site-search {
  display: none;
}
#masthead.site-header .site-branding {
  position: absolute;
  margin: 0;
  display: inline;
  width: auto;
  top: 25px;
}
#masthead.site-header .site-branding img {
  width: 160px;
}
#masthead.site-header #site-navigation {
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
#masthead.site-header #menu-menu-principal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#masthead.site-header #menu-menu-principal li {
  margin: 0 5px;
  padding: 4px 0;
}
#masthead.site-header #menu-menu-principal li a {
  padding: 10px 15px;
  color: #000000;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.2s ease;
}
#masthead.site-header #menu-menu-principal li a:hover {
  background-color: #76b201;
  color: #ffffff;
}
#masthead.site-header #menu-menu-principal li.current-menu-item > a {
  background-color: #76b201;
  border-radius: 60px;
  color: #ffffff;
}
#masthead.site-header #menu-menu-principal li.current-menu-item#menu-item-86 a, #masthead.site-header #menu-menu-principal li.current-menu-item#menu-item-87 a {
  background-color: #154016;
}
#masthead.site-header #menu-menu-principal li.menu-item-has-children a::after {
  margin-left: 8px !important;
}
#masthead.site-header #menu-menu-principal li .sub-menu {
  padding: 0;
  margin: 0;
  background-color: #154016;
  border-radius: 23px;
}
#masthead.site-header #menu-menu-principal li .sub-menu li {
  margin: 0;
  padding: 0;
}
#masthead.site-header #menu-menu-principal li .sub-menu li a {
  color: #ffffff;
  padding: 12px 20px;
}
#masthead.site-header #menu-menu-principal #menu-item-86, #masthead.site-header #menu-menu-principal #menu-item-87 {
  position: relative;
}
#masthead.site-header #menu-menu-principal #menu-item-86#menu-item-87, #masthead.site-header #menu-menu-principal #menu-item-87#menu-item-87 {
  margin: 0 0 0 20px;
}
#masthead.site-header #menu-menu-principal #menu-item-86#menu-item-86, #masthead.site-header #menu-menu-principal #menu-item-87#menu-item-86 {
  margin: 0 0 0 10px;
}
#masthead.site-header #menu-menu-principal #menu-item-86 .nb_produit, #masthead.site-header #menu-menu-principal #menu-item-87 .nb_produit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5444a;
  color: #ffffff;
  border-radius: 60px;
  line-height: 1;
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
  border: 4px solid #ffffff;
  top: -8px;
  right: -15px;
  font-weight: 600;
}
#masthead.site-header #menu-menu-principal #menu-item-86 a, #masthead.site-header #menu-menu-principal #menu-item-87 a {
  padding: 12px !important;
  background: #76b201;
  border-radius: 100px;
  transition: all 0.2s ease;
}
#masthead.site-header #menu-menu-principal #menu-item-86 a:hover, #masthead.site-header #menu-menu-principal #menu-item-87 a:hover {
  background-color: #154016;
}
#masthead.site-header #menu-menu-principal #menu-item-86 a img, #masthead.site-header #menu-menu-principal #menu-item-87 a img {
  width: 20px;
}

/*  DIAPORAMA  */
#diaporama {
  position: relative;
  margin: 0 0 80px;
}
#diaporama .div-btn {
  position: absolute;
  z-index: 60;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#diaporama .slick-list {
  overflow: visible !important;
}

.diapositive {
  padding: 60px 0;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.diapositive::after {
  content: url("../images/vague.svg");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  line-height: 0;
}
.diapositive .image_diapositive {
  position: absolute;
  max-width: 460px;
  width: 100%;
  height: 340px;
  z-index: 20;
  bottom: -50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.diapositive h1 {
  font-size: 2.25rem;
  color: #ffffff;
  font-weight: 800;
}
.diapositive .sous_titre {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 800;
}
.diapositive .sous_titre.color-marron {
  color: #6c170c;
}
.diapositive .sous_titre.color-vert-fonce {
  color: #154016;
}
.diapositive .btn_diaporama {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
}
.diapositive .btn_diaporama a {
  display: inline-block;
}

/*  CATEGORIES */
.categories {
  margin-bottom: 20px;
}
.categories .categorie {
  margin-bottom: 40px;
}
.categories img {
  width: 60px;
  margin: auto;
}
.categories h2 {
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
  margin: 20px 0;
}
.categories p {
  text-align: center;
  color: #666666;
  margin: 0;
}

/*  PRODUITS DU MOMENT  */
.produits_du_moment {
  margin-bottom: 20px;
}
.produits_du_moment .product {
  margin-bottom: 40px;
}
.produits_du_moment .produit {
  display: block;
  position: relative;
}
.produits_du_moment .produit h2 {
  font-weight: 800;
  font-size: 1.125rem;
}
.produits_du_moment .produit .promo {
  position: absolute;
  top: 20px;
  right: -4px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f5444a;
  padding: 10px;
  border-radius: 2px;
  color: #ffffff;
  z-index: 2;
  font-size: 0.875rem;
  line-height: 1;
}
.produits_du_moment .produit .price {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.produits_du_moment .produit .price ins {
  margin: 0;
}
.produits_du_moment .produit .price .woocommerce-price-suffix {
  font-weight: 800;
  align-self: center;
  margin: 0 15px 0 8px;
  color: #000000;
  font-size: 0.8rem;
}
.produits_du_moment .produit .price .amount {
  color: #76b201;
  font-weight: 800;
  font-size: 1rem !important;
}
.produits_du_moment .produit .price del {
  order: 2;
  text-decoration: none;
}
.produits_du_moment .produit .price del bdi {
  text-decoration: line-through;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 500;
}
.produits_du_moment .produit img {
  border-radius: 10px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 20px;
}
.produits_du_moment .produit:hover {
  opacity: 0.8;
}
.produits_du_moment .btn-add-too-cart {
  display: inline-block;
  padding: 8px 20px;
  background: none;
  font-size: 0.875rem;
  font-weight: 600;
  border: 2px solid #f2f2f2;
  color: #000000;
  border-radius: 60px;
  transition: all 0.2s ease;
  outline-style: none;
  margin: 20px 0 0 0;
}
.produits_du_moment .btn-add-too-cart:hover {
  background-color: #154016;
  border: 2px solid #154016;
  color: #ffffff;
}

/*  A PROPOS  */
.a_propos {
  background-color: #76b201;
  color: #ffffff;
  padding: 60px 0;
  position: relative;
}
.a_propos img {
  width: 200px;
  margin: auto;
}
.a_propos h2 {
  font-size: 3.25rem;
  color: #ffffff;
  font-weight: 900;
  margin: 20px 0 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 1.2;
}
.a_propos h3 {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  padding: 0 20px;
  line-height: 1.5;
}
.a_propos .texte_a_propos {
  margin: 20px 0;
}
.a_propos .texte_a_propos a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.a_propos .texte_a_propos a:hover {
  color: #154016;
  text-decoration: none;
}
.a_propos::before {
  content: url("../images/vague_2.svg");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}
.a_propos::after {
  content: url("../images/vague.svg");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  line-height: 0;
}

/*   AVIS   */
.avis {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.avis h2 {
  text-align: left;
  z-index: 1;
}
.avis .autoplay {
  text-align: left;
  z-index: 1;
  position: relative;
}
.avis .autoplay .div-btn {
  position: absolute;
  z-index: 60;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.avis .btn-avis {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
}
.avis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.avis::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}

/*  TEMOIGNAGES  */
.temoignage {
  margin: 40px 0 20px;
}
.temoignage .div_image {
  position: relative;
}
.temoignage .div_image .image_temoignage {
  max-width: 180px;
  width: 100%;
  height: auto;
  border-radius: 200px;
  overflow: hidden;
  text-align: center;
}
.temoignage .div_image::before {
  content: url("../images/quote.svg");
  position: absolute;
  width: 40px;
  height: 40px;
}
.temoignage .nom {
  font-size: 1.875rem;
  font-weight: 800;
  margin: 0 0 20px;
  color: #000000;
}
.temoignage .texte {
  font-size: 1.125rem;
  color: #666666;
  margin: 0;
}

/*  ACTUALITES  */
.actualites {
  text-align: center;
  margin: 40px 0 0;
}
.actualites h2 {
  text-align: left;
}
.actualites .actualite {
  text-align: left;
  display: block;
  transition: all 0.2s ease;
  margin: 0 0 40px;
}
.actualites .actualite .actu_img {
  border-radius: 10px;
  height: 260px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.actualites .actualite .actu_img img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.actualites .actualite .actu_texte h2 {
  font-weight: 800;
  font-size: 1.125rem;
}
.actualites .actualite .actu_texte .actu_lien {
  color: #f5444a;
  text-decoration: underline;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.actualites .actualite:hover {
  opacity: 0.8;
  color: #000000;
}
.actualites .actualite:hover .actu_texte .actu_lien {
  color: #666666;
  text-decoration: none;
}

.newsletter {
  background-color: #FF6F39;
  color: #ffffff;
  margin: 60px 0 0;
  padding: 60px 0;
  position: relative;
}
.newsletter::before {
  content: url("../images/vague_2.svg");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}
.newsletter::after {
  content: url("../images/vague.svg");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  line-height: 0;
}
.newsletter .image-newsletter img {
  width: 300px;
  margin: auto;
  z-index: 2;
}
.newsletter h2 {
  font-size: 3.25rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.newsletter form {
  margin: 0;
}
.newsletter form .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsletter form .checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 4px;
  height: 15px;
  width: 15px;
  background: #ffffff;
  cursor: pointer;
}
.newsletter form .checkbox input[type=checkbox]:checked {
  background-color: #cc3300;
  position: relative;
}
.newsletter form .checkbox input[type=checkbox]:checked:before {
  content: "";
  display: block;
  background: #ffffff;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsletter form .input {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0 0;
}
.newsletter form .input input[type=submit].btn-orange-fonce {
  background-color: #cc3300;
}
.newsletter form .input input[type=submit].btn-orange-fonce:hover {
  background-color: #ffffff;
  color: #666666;
}

.woocommerce-info {
  background-color: #154016 !important;
}

.return-to-shop a {
  background-color: #154016;
  color: #ffffff;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.return-to-shop a:hover {
  background-color: #76b201;
  color: #ffffff;
}

.storefront-sticky-add-to-cart__content .storefront-sticky-add-to-cart__content-button {
  display: inline-block;
  background-color: #154016 !important;
  color: #ffffff;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.storefront-sticky-add-to-cart__content .storefront-sticky-add-to-cart__content-button:hover {
  background-color: #76b201 !important;
  color: #ffffff;
}
.storefront-sticky-add-to-cart__content .star-rating span:before {
  color: #76b201;
}

.single-product .storefront-product-pagination {
  display: none;
}
.single-product input {
  box-shadow: none;
  background-color: #f2f2f2;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin-right: 10px !important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
  border-radius: 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px !important;
}
.single-product .tabs.wc-tabs li a {
  transition: all 0.2s ease;
}
.single-product .tabs.wc-tabs li a:hover {
  background-color: #76b201;
  color: #ffffff;
}
.single-product .product_meta {
  margin: 0 0 40px;
}
.single-product .woocommerce-product-rating .star-rating span:before {
  color: #76b201;
}
.single-product .summary .price {
  position: relative;
  display: flex;
}
.single-product .summary .price .woocommerce-price-suffix {
  font-weight: 800;
  align-self: center;
  margin: 0 15px 0 8px;
  color: #000000;
  font-size: 0.8rem;
}
.single-product .summary .price ins {
  margin: 0;
}
.single-product .summary .price .amount {
  color: #76b201;
  font-weight: 800;
  font-size: 1.2rem;
}
.single-product .summary .price del {
  order: 2;
  text-decoration: none;
}
.single-product .summary .price del bdi {
  text-decoration: line-through;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 500;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  height: 400px;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .zoomImg {
  display: none !important;
}
.single-product #respond {
  background: none;
  padding: 0px;
}
.single-product #respond form .comment-form-rating {
  margin: 0 0 20px;
}
.single-product #respond form .comment-form-rating label {
  margin: 0 0 10px;
}
.single-product #respond form .comment-form-rating .stars a::before {
  color: #f2f2f2;
  opacity: 1;
}
.single-product #respond form .comment-form-rating .stars a.active::before {
  color: #76b201;
  opacity: 1;
}
.single-product #respond form .comment-form-rating .stars.selected a:not(.active):before {
  color: #76b201;
  opacity: 1;
}
.single-product #respond form .comment-form-rating .stars.selected a.active ~ a:before {
  color: #f2f2f2;
}

#reviews #comments .commentlist {
  margin: 0 0 40px;
  border-bottom: 2px solid #f2f2f2;
}
#reviews #comments .commentlist li {
  margin: 0 0 40px;
}
#reviews #comments .commentlist .comment_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#reviews #comments .commentlist .comment_container::before {
  content: none;
}
#reviews #comments .commentlist .comment_container .avatar {
  margin: 0;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  float: none;
  border-radius: 100px;
}
#reviews #comments .commentlist .comment_container .comment-text {
  float: none;
}
#reviews #comments .commentlist .comment_container .comment-text .meta {
  margin: 0 0 10px;
}
#reviews #comments .commentlist .comment_container .comment-text .meta .woocommerce-review__awaiting-approval {
  color: #666666;
  font-size: 0.875rem;
}
#reviews #comments .commentlist .comment_container .comment-text .star-rating {
  float: none;
  margin: 0 0 15px;
}
#reviews #comments .commentlist .comment_container .description p {
  margin: 0;
}
#reviews #comments .commentlist .comment_container .star-rating span:before {
  color: #76b201;
}

#commentform label {
  margin: 0 0 10px;
}
#commentform .comment-form-comment textarea {
  border-radius: 10px;
  background-color: #f2f2f2;
  border: none;
  height: 200px;
  outline-style: none;
  box-shadow: none;
}
#commentform input, #commentform input[type=email], #commentform .input-text {
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
}
#commentform .form-submit input {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #f2f2f2;
  transition: all 0.2s ease;
}
#commentform .form-submit input:hover {
  background-color: #154016;
  border: 2px solid #154016;
  color: #ffffff;
}

.info-cat .term-description {
  border-bottom: 1px solid #f2f2f2;
}
.info-cat .term-description p {
  margin: 0 0 30px;
}

form.woocommerce-ordering {
  position: relative;
  padding: 0 !important;
  margin: 30px 0 0 !important;
  border-top: none;
  background-color: #f2f2f2;
  border-radius: 60px;
}
form.woocommerce-ordering select {
  position: relative;
  z-index: 2;
  background: none;
  outline-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.woocommerce-ordering::after {
  content: url("../images/select.svg");
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 20px;
  height: 12px;
  width: 12px;
}

.woocommerce-message {
  background-color: #154016 !important;
}

.wc_payment_methods {
  border-radius: 10px !important;
  overflow: hidden;
}

#payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #76b201 !important;
}

#primary {
  margin: 0 auto 40px;
}
#primary h1 {
  font-weight: 700;
  font-size: 1.875rem;
  margin: 0 0 30px;
}
#primary h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 20px;
}
#primary h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.partenaires-financeurs a {
  color: #000000;
  transition: all 0.2s ease;
}
.partenaires-financeurs a:hover {
  color: #76b201;
}

.produits_qualite {
  background-color: #154016;
  color: #ffffff;
  text-align: center;
  padding: 140px 40px 40px;
  margin: 120px 0 0;
  border-radius: 10px;
  position: relative;
}
.produits_qualite img {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
.produits_qualite h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.presentation_aapej {
  background-color: #FF6F39;
  color: #ffffff;
  text-align: center;
  padding: 40px 40px 60px;
  margin: 20px 0 0;
  border-radius: 10px;
  position: relative;
}
.presentation_aapej::after {
  content: url("../images/vague.svg");
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
}
.presentation_aapej h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.woocommerce-MyAccount-navigation {
  width: 100% !important;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  background-color: #f2f2f2;
  color: #666666;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #666666;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-navigation ul li a::before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #76b201;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
  color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background-color: #76b201;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li:hover a::before {
  color: #ffffff;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
  margin: 50px auto 0;
}
.woocommerce-MyAccount-content .account-orders-table {
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .account-orders-table:not(.has-background) th {
  background-color: #f2f2f2;
}
.woocommerce-MyAccount-content .account-orders-table:not(.has-background) tbody td {
  background-color: #ffffff;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a {
  background-color: #154016;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a:hover {
  color: #ffffff;
  background-color: #76b201;
}
.woocommerce-MyAccount-content a {
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-content a:hover {
  color: #76b201;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a {
  background-color: none !important;
  color: #000000;
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a:hover {
  color: #76b201;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 40px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email {
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 40px;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details .order_details {
  background-color: #ffffff !important;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details:not(.has-background) th {
  background-color: #f2f2f2 !important;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details:not(.has-background) td {
  background-color: #ffffff !important;
}
.woocommerce-MyAccount-content .woocommerce-info {
  background-color: #76b201;
}
.woocommerce-MyAccount-content .woocommerce-Address {
  padding: 40px;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin: 10px 0;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
  margin: 0 0 10px;
  color: #000000;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm input, .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email], .woocommerce-MyAccount-content .woocommerce-EditAccountForm .input-text {
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first {
  width: 40% !important;
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
  width: 55% !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  padding: 0;
  background-color: #ffffff;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  background-color: #ffffff;
  padding: 0;
  margin: 30px 0 30px;
  color: #000000;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .show-password-input {
  right: 10px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button {
  background-color: #154016;
  color: #ffffff;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button:hover {
  background-color: #76b201;
  color: #ffffff;
}
.woocommerce-MyAccount-content form h3 {
  margin: 0 0 30px !important;
}
.woocommerce-MyAccount-content .woocommerce-address-fields label {
  margin: 0 0 10px;
  color: #000000;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first {
  width: 40% !important;
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last {
  width: 55% !important;
}
.woocommerce-MyAccount-content .woocommerce-address-fields #shipping_address_1_field, .woocommerce-MyAccount-content .woocommerce-address-fields #billing_address_1_field {
  margin: 0 0 10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields input, .woocommerce-MyAccount-content .woocommerce-address-fields input[type=email], .woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single {
  background-color: #f2f2f2 !important;
  border: none;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 40px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 20px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button {
  background-color: #154016;
  color: #ffffff;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover {
  background-color: #76b201;
  color: #ffffff;
}

.woocommerce-cart-form .product-remove {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.woocommerce-cart-form .product-subtotal {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}
.woocommerce-cart-form table:not(.has-background) th {
  background-color: #f2f2f2;
}
.woocommerce-cart-form table:not(.has-background) tbody tr td {
  background-color: #ffffff;
}
.woocommerce-cart-form a {
  transition: all 0.2s ease;
}
.woocommerce-cart-form a:hover {
  color: #76b201;
}
.woocommerce-cart-form input {
  box-shadow: none;
  background-color: #f2f2f2;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove a.remove {
  transition: all 0.2s ease;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove a.remove:before {
  color: #000000 !important;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove a.remove:hover:before {
  color: #666666 !important;
}
.woocommerce-cart-form .actions .coupon input {
  background-color: #f2f2f2;
  color: #000000;
  padding: 12px 20px;
  margin: 0 10px 0 0;
}
.woocommerce-cart-form .actions button {
  background-color: #154016;
  color: #ffffff;
  border-radius: 60px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.2s ease;
}
.woocommerce-cart-form .actions button:hover {
  background-color: #76b201;
}

.cart_totals {
  width: 100% !important;
}
.cart_totals .shop_table {
  border-radius: 10px;
  overflow: hidden;
}
.cart_totals table:not(.has-background) th {
  background-color: #f2f2f2;
}
.cart_totals table:not(.has-background) tbody td {
  background-color: #ffffff !important;
}
.cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
.cart_totals .wc-proceed-to-checkout .button.alt, .cart_totals .wc-proceed-to-checkout .button.checkout-button {
  background-color: #154016 !important;
  display: inline-block;
  color: #ffffff;
  border-radius: 60px;
  transition: all 0.2s ease;
  font-size: 1rem;
  padding: 10px 20px;
  font-weight: 600;
}
.cart_totals .wc-proceed-to-checkout .button.alt:hover, .cart_totals .wc-proceed-to-checkout .button.checkout-button:hover {
  background-color: #76b201 !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #154016 !important;
}

.checkout_coupon .form-row-first {
  margin: 0;
  width: 40% !important;
}
.checkout_coupon .form-row-last {
  width: 58%;
}
.checkout_coupon input, .checkout_coupon input[type=email], .checkout_coupon .input-text {
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 60px;
  padding: 12px 20px;
  font-size: 1rem;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
}
.checkout_coupon button {
  background-color: #154016;
  color: #ffffff;
  border-radius: 60px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.2s ease;
}
.checkout_coupon button:hover {
  background-color: #76b201;
  color: #ffffff;
}

.woocommerce-checkout #order_review .product-name {
  border-radius: 10px 0 0 0;
}
.woocommerce-checkout #order_review .product-total {
  border-radius: 0 10px 0 0;
}
.woocommerce-checkout #order_review table:not(.has-background) th {
  background-color: #f2f2f2 !important;
}
.woocommerce-checkout #order_review table:not(.has-background) td {
  background-color: #ffffff;
}
.woocommerce-checkout #order_review .order-total th {
  border-radius: 0 0 0 10px !important;
}
.woocommerce-checkout .woocommerce-info {
  background-color: #154016;
}
.woocommerce-checkout #payment .place-order {
  padding: 0;
  background-color: none;
}
.woocommerce-checkout #payment .place-order button {
  background-color: #154016;
  color: #ffffff;
  border-radius: 60px;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.2s ease;
}
.woocommerce-checkout #payment .place-order button:hover {
  background-color: #76b201;
  color: #ffffff;
}

#customer_details .col-1, #customer_details .col-2 {
  width: 100% !important;
}
#customer_details h3 {
  margin: 0 0 30px;
}
#customer_details label {
  margin: 0 0 10px;
  color: #000000;
}
#customer_details input, #customer_details input[type=email], #customer_details .input-text {
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
}
#customer_details textarea, #customer_details #order_comments {
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
}
#customer_details .notes {
  margin: 40px 0 0;
}
#customer_details #shipping_address_1_field, #customer_details #billing_address_1_field {
  margin: 0 0 10px;
}
#customer_details .select2-container--default .select2-selection--single {
  background-color: #f2f2f2 !important;
  border: none;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 40px;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  padding-top: 10px;
  padding-bottom: 10px;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 20px;
}

form.woocommerce-form-login label, form.woocommerce-ResetPassword label {
  margin: 0 0 10px;
  color: #000000;
}
form.woocommerce-form-login input, form.woocommerce-form-login input[type=email], form.woocommerce-form-login .input-text, form.woocommerce-ResetPassword input, form.woocommerce-ResetPassword input[type=email], form.woocommerce-ResetPassword .input-text {
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
}
form.woocommerce-form-login .woocommerce-form__label-for-checkbox, form.woocommerce-ResetPassword .woocommerce-form__label-for-checkbox {
  margin: 0 0 20px;
}
form.woocommerce-form-login .show-password-input, form.woocommerce-ResetPassword .show-password-input {
  padding-right: 20px;
}
form.woocommerce-form-login .lost_password a, form.woocommerce-ResetPassword .lost_password a {
  transition: all 0.2s ease;
}
form.woocommerce-form-login .lost_password a:hover, form.woocommerce-ResetPassword .lost_password a:hover {
  color: #76b201;
}
form.woocommerce-form-login button, form.woocommerce-ResetPassword button {
  background-color: #154016;
  color: #ffffff;
  border-radius: 60px;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.2s ease;
}
form.woocommerce-form-login button:hover, form.woocommerce-ResetPassword button:hover {
  background-color: #76b201;
  color: #ffffff;
}

footer.site-footer {
  background-color: #ffffff;
  color: #000000;
  padding: 40px;
}
footer.site-footer .logo_footer {
  width: 100px;
  margin: 0 0 20px;
}
footer.site-footer .titre-footer {
  font-weight: 800;
  margin: 0 0 10px;
}
footer.site-footer .texte-footer {
  color: #666666;
}
footer.site-footer .texte-footer .lien_footer {
  color: #FF6F39;
}
footer.site-footer .texte-footer.partenaires {
  margin: 20px 0 0;
}
footer.site-footer .reseau-social {
  display: inline-block;
  margin: 0 10px 0 0;
  transition: all 0.2s ease;
}
footer.site-footer .reseau-social img {
  width: 30px;
}
footer.site-footer .reseau-social:hover {
  opacity: 0.8;
}
footer.site-footer .menu-footer {
  padding: 0;
  margin: 0;
}
footer.site-footer .menu-footer li {
  list-style: none;
}
footer.site-footer .menu-footer li a {
  color: #666666;
}
footer.site-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  border-top: 2px solid #f2f2f2;
  padding: 30px 0 0;
  font-size: 0.875rem;
  font-weight: 500;
}
footer.site-footer .copyright img {
  margin: 0 0 0 10px;
}

ul.list-products {
  list-style: none !important;
}

.woocommerce-info.woocommerce-no-products-found {
  color: #fff !important;
  padding-left: 15px !important;
}

@media (max-width: 768px) {
  .newsletter form .input {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .temoignage {
    text-align: center;
  }
  .temoignage .div_image {
    display: inline-block;
  }
  .temoignage .div_image .image_temoignage {
    margin: 0 auto 20px;
  }
  .temoignage .div_image::before {
    content: url("../images/quote.svg");
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
  }
  .newsletter {
    text-align: center;
  }
  .newsletter .image-newsletter img {
    margin: 0 auto 20px;
  }
  .newsletter form .checkbox {
    justify-content: center;
  }
  footer.site-footer .reseau-social {
    margin: 0 10px 30px 0;
  }
  footer.site-footer .menu-footer {
    margin: 0 0 30px;
  }
  footer.site-footer .logo_partenaire {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .diapositive {
    padding: 60px 20px 250px;
    text-align: center;
  }
  .diapositive::after {
    content: url("../images/vague_2.svg");
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    line-height: 0;
  }
  .diapositive .image_diapositive {
    position: absolute;
    width: 100%;
    max-width: 460px;
    height: 340px;
    z-index: 20;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .diapositive .btn_diaporama {
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  .diapositive .image_diapositive {
    position: absolute;
    width: 400px;
    height: 280px;
    z-index: 20;
    bottom: -50px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}/*# sourceMappingURL=custom.css.map */