#bfa_category_footer {
  background-color: #f7f1ea;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 0;
  margin-bottom: 30px;
  position: relative;
}
#bfa_category_footer::before {
  content: "";
  top: -100px;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f1ea));
  background: linear-gradient(180deg, white 0%, #f7f1ea 100%);
}
#bfa_category_footer .cat_nav {
  max-width: 730px;
  width: 96%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 23px 46px 0 rgba(144, 103, 103, 0.11);
          box-shadow: 0 23px 46px 0 rgba(144, 103, 103, 0.11);
  padding: 30px 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  #bfa_category_footer .cat_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}
#bfa_category_footer .cat_nav::before {
  content: "";
  position: absolute;
  left: -120px;
  height: 100%;
  width: 120px;
  background: url("../img/feuille_gauche@2x.png") no-repeat left center;
  background-size: contain;
  top: 0;
}
#bfa_category_footer .cat_nav::after {
  content: "";
  position: absolute;
  right: -120px;
  height: 100%;
  width: 120px;
  background: url("../img/feuille_droite@2x.png") no-repeat right center;
  background-size: contain;
  top: 0;
}
#bfa_category_footer .cat_nav .block_left {
  width: 66%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: 40px;
  min-height: 230px;
}
@media screen and (max-width: 1080px) {
  #bfa_category_footer .cat_nav .block_left {
    margin-left: 0;
    width: 100%;
  }
}
#bfa_category_footer .cat_nav .block_left a {
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}
#bfa_category_footer .cat_nav .block_left p {
  padding: 0 15px;
}
#bfa_category_footer .cat_nav .block_right {
  width: 350px;
  height: 350px;
  position: absolute;
  bottom: -10px;
  right: -30px;
}
@media screen and (max-width: 1080px) {
  #bfa_category_footer .cat_nav .block_right {
    display: none;
  }
}
#bfa_category_footer .cat_nav .block_right img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#bfa_category_footer .cat_nav .block_right a:hover {
  color: #343434;
}
#bfa_category_footer .cat_nav .block_right a:hover .voir_prepa {
  opacity: 1;
  top: 170px;
}
#bfa_category_footer .cat_nav h3 {
  margin-bottom: 0;
}

#plus_de_cat_block {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  #plus_de_cat_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#category #bfa_category_footer h2 {
  text-align: center;
  font-size: 1.6rem;
  font-family: "ITC Clearface Std bold", serif;
  text-transform: none;
  font-weight: normal;
  margin-top: 20px;
}

.voir_prepa {
  font-size: 1.2rem;
  line-height: 1.4rem;
  background-color: #f5c778;
  max-width: 120px;
  position: absolute;
  padding: 8px 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-box-shadow: 0 23px 46px 0 rgba(144, 103, 103, 0.11);
          box-shadow: 0 23px 46px 0 rgba(144, 103, 103, 0.11);
  top: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

#js-product-list {
  z-index: 2;
  position: relative;
}

#list_next_cat {
  padding: 20px;
  margin-left: 30px;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  #list_next_cat {
    margin-top: 20px;
    margin-left: 0;
  }
}
#list_next_cat li {
  margin-bottom: 10px;
}
#list_next_cat h3 {
  text-decoration: underline;
  margin-bottom: 10px;
}