/* A SUPPR */
/* Font var
--------------------------------------------- */
/* Couleurs
--------------------------------------------- */
/* Size
--------------------------------------------- */
/* FIN SUPR */
#bfa-product-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 5px;
}

#nav_g {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
  text-align: right;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#nav_g .nav_prod {
  width: 100%;
  border-bottom: 1px solid #E9DCD6;
  font-family: "ITC Clearface Std", serif;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2.4rem;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav_g .nav_prod.selected span::before {
  -webkit-transform: translateX(-50%) scale(3);
          transform: translateX(-50%) scale(3);
}
#nav_g span {
  padding: 20px 10px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav_g span::before {
  content: "";
  background-color: #F7D588;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(-50%) scale(0.1);
          transform: translateX(-50%) scale(0.1);
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav_g .arrow_r {
  content: "";
  position: relative;
  margin-left: 10px;
  background: url("../img/arrow_r.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
}

#nav_d {
  width: calc(100% - 340px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#fiche_v3_citation {
  background-color: #DECDB5;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 20px;
}
#fiche_v3_citation .margin_auto {
  max-width: 920px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#fiche_v3_citation .la_citation {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-family: "ITC Clearface Std", serif;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#fiche_v3_citation .la_citation p {
  font-size: 3.2rem;
  font-family: "ITC Clearface Std", serif;
  text-align: center;
  line-height: 3.8rem;
}
#fiche_v3_citation .auteur {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 10px;
}
#fiche_v3_citation .source {
  font-size: 1.3rem;
}
#fiche_v3_citation .citation-image {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#fiche_v3_citation .citation-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 95px;
  height: 95px;
}

#fiche_v3 {
  background-color: #F7F1EA;
}
#fiche_v3 .margin_auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fiche_v3 h2 {
  font-size: 2rem;
}
#fiche_v3 h2.fake_plus_h {
  font-size: 2.6rem;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.bfa-custom-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px 20px;
  max-width: 1210px;
  position: relative;
}

.presentation_article {
  z-index: 1;
}

#block_1 h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

#liste_label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.label-item {
  width: 110px;
  margin: 10px;
}
.label-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.bfa-block-libre p {
  padding-top: 0;
  margin-top: 0;
}

.bfa-block-libre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bfa-block-libre .rte-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bfa-block-libre .col_gauche {
  width: 46%;
}
.bfa-block-libre .col_gauche .inci span span {
  font-size: 1.2rem !important;
}
.bfa-block-libre .col_gauche .center_cg h2 {
  margin-top: 0;
}
.bfa-block-libre .col_gauche .center_cg p {
  padding: 10px !important;
}
.bfa-block-libre .col_droite {
  width: 46%;
}
.bfa-block-libre #block_image_ingredient {
  margin-top: 50px;
}
.bfa-block-libre #block_image_ingredient img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*--------- utilisation/routine ------------*/
.bfa-block-utilisation {
  width: 100%;
}

.routine_content {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  margin-top: 40px;
}

.img_routine {
  min-width: 40%;
  width: 330px;
  height: 615px;
  position: relative;
}
.img_routine img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.img_routine::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: url("../img/plante_ing_1.jpg") no-repeat center center;
  top: -60px;
  left: -50px;
  width: 100px;
  height: 100px;
  background-size: contain;
}
.img_routine::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: url("../img/plante_ing_2.png") no-repeat center center;
  bottom: -40px;
  right: -70px;
  width: 130px;
  height: 130px;
  background-size: contain;
}

.routine_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.txt_routine_block {
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.txt_routine_impair {
  margin-top: 130px;
}
.txt_routine_impair .txt_routine {
  text-align: left;
}
.txt_routine_impair .txt_routine::before {
  left: -10px;
  right: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.txt_routine {
  text-align: right;
  position: relative;
  z-index: 1;
  width: 100%;
}
.txt_routine::before {
  content: "";
  width: 56px;
  height: 60px;
  background: url("../img/arrow_routine.jpg") no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 0;
  bottom: -70px;
  right: -10px;
}

.txt_routine_pair {
  margin-top: 50px;
}

.download_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

a.downlad {
  text-transform: none;
}
a.downlad span {
  width: 15px;
  height: 15px;
  background: url("../img/download_doc.svg") no-repeat center center;
  margin-right: 5px;
}

/*--------- citation ------------*/
.citation_link:hover {
  color: inherit;
}
.citation_link .auteur {
  text-decoration: underline;
}

/*--------- benefice ------------*/
.liste_benefice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bene-item {
  width: 22%;
  margin-right: 2%;
  height: 200px;
  background-color: #FCF3D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(249, 190, 169, 0.29);
          box-shadow: 0 0 6px 0 rgba(249, 190, 169, 0.29);
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bene-item div {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.bene-item img {
  width: 100%;
  height: 100%;
}

.bene-text {
  width: 100%;
  text-align: center;
}

.content_bene {
  margin-top: 30px;
}