/** FONCTIONS **/
/** END FONCTIONS **/
/** FONTS **/
/** END FONTS **/
.section_filiere_entete {
  padding: 50px 20px;
  max-width: 1024px;
  margin: 0px auto;
  text-align: center;
}
.section_filiere_entete .surtitre {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1em;
  color: #524842;
}
.section_filiere_entete .titre {
  font-family: 'Trade Gothic LT Pro Cn';
  color: #524842;
  line-height: 1;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.section_filiere_entete .soustitre {
  font-family: 'Trade Gothic LT Pro Cn';
  font-size: 1.2em;
  color: #524842;
  font-weight: bold;
}
.section_filiere_entete .chapeau {
  color: #524842;
  margin-top: 30px;
  line-height: 1.2;
}
.section_filiere_acteurs {
  background-color: #4d3328;
  padding: 50px 20px;
  text-align: center;
}
.section_filiere_acteurs .acteurs {
  display: flex;
  flex-wrap: wrap;
}
.section_filiere_acteurs .acteurs a {
  width: 50%;
  display: block;
  margin-bottom: 20px;
}
.section_filiere_acteurs .acteurs a span {
  font-family: 'Trade Gothic LT Pro Cn';
  color: #d09a57;
  display: block;
}
.section_filiere_acteurs .acteurs a img {
  width: 125px;
  margin: 0 auto;
  filter: brightness(10);
}
.section_filiere_acteurs .texte {
  margin-top: 30px;
}
.section_filiere_acteurs .texte p {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2;
}
.section_filiere_parties .partie {
  padding: 50px 20px;
}
.section_filiere_parties .partie .titre {
  text-align: center;
  margin-bottom: 10px;
}
.section_filiere_parties .partie .titre p {
  font-family: 'Trade Gothic LT Pro Cn';
  color: #d09a57;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1;
  font-size: 1.8em;
  font-weight: bold;
}
.section_filiere_parties .partie .stitre {
  text-align: center;
}
.section_filiere_parties .partie .stitre p {
  font-family: 'Trade Gothic LT Pro Cn';
  color: #d09a57;
  line-height: 1.2;
  font-size: 1.25em;
}
.section_filiere_parties .partie img {
  margin: 0 auto;
  margin-top: 30px;
}
.section_filiere_parties .partie .visuel {
  position: relative;
  margin-top: 50px;
}
.section_filiere_parties .partie .visuel img {
  position: relative;
  margin-top: 0;
}
.section_filiere_parties .partie .visuel:before {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -35px;
  width: 350px;
  height: 140px;
  background-image: url(../images/trame-trio.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
}
.section_filiere_parties .partie .visuel:after {
  content: '';
  position: absolute;
  top: -30px;
  left: -36px;
  width: 70px;
  height: 50px;
  border-bottom: 8px solid #d09a57;
  background-color: #fff;
  transform: rotate(-45deg);
}
.section_filiere_parties .partie .bloc {
  margin-top: 30px;
}
.section_filiere_parties .partie .bloc p,
.section_filiere_parties .partie .bloc li {
  font-size: 1em;
  line-height: 1.2;
}
.section_filiere_parties .partie .bloc p strong,
.section_filiere_parties .partie .bloc li strong {
  font-weight: bold;
}
.section_filiere_parties .partie .bloc li {
  position: relative;
  padding-left: 25px;
}
.section_filiere_parties .partie .bloc li:not(:last-of-type) {
  margin-bottom: 10px;
}
.section_filiere_parties .partie .bloc li:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 100% 0 100% 0;
  width: 14px;
  height: 14px;
  background-color: #d09a57;
}
.section_filiere_parties .partie .bloc p:not(:last-of-type) {
  margin-bottom: 20px;
}
.section_filiere_parties .partie .bloc p + ul {
  margin-top: 20px;
}
#stockeurs .bandeau {
  background-color: #4d3328;
  padding: 50px;
}
#stockeurs .visuel:before {
  background-image: url(../images/trame-trio.png);
  background-position: right -15px bottom;
}
#stockeurs .visuel:after {
  background-color: #4d3328;
}
.france {
  text-align: center;
  margin-top: 50px;
}
.france .bandeau {
  background-color: #d09a57;
  padding: 50px 20px;
  margin-bottom: 50px;
}
.france .texte_france {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.4em;
  font-family: 'Trade Gothic LT Pro Cn';
}
.france img {
  margin: 0 auto;
}
/** END FILIERE BIO & LABEL & RESP**/
.bloc_gamme {
  background-color: #d09a57;
  padding: 30px;
  text-align: center;
}
.bloc_gamme .produit img {
  margin: 0 auto;
}
.bloc_gamme .logo img {
  width: 115px;
  margin: 0 auto;
  margin-top: -90px;
  position: relative;
}
.bloc_gamme p {
  font-size: 1.125em;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.1;
}
.bloc_gamme a {
  margin-top: 30px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .section_filiere_acteurs .acteurs a {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .section_filiere_entete {
    max-width: 950px;
  }
  .section_filiere_entete .surtitre {
    letter-spacing: 8px;
    font-size: 1.25em;
  }
  .section_filiere_entete .titre {
    line-height: 1;
    font-size: 3.5em;
    margin: 0;
  }
  .section_filiere_entete .soustitre {
    font-size: 1.25em;
  }
  .section_filiere_entete .chapeau {
    font-size: 1.25em;
    margin-top: 50px;
  }
  .section_filiere_acteurs .acteurs {
    max-width: 850px;
    margin: 0 auto;
  }
  .section_filiere_acteurs .acteurs a span {
    font-size: 1.5em;
  }
  .section_filiere_acteurs .texte {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .section_filiere_parties .partie {
    max-width: 1024px;
    position: relative;
  }
  .section_filiere_parties .partie .titre_picto {
    width: 250px;
  }
  .section_filiere_parties .partie .titre {
    margin: 0 auto;
  }
  .section_filiere_parties .partie .titre p {
    font-size: 2.5em;
  }
  .section_filiere_parties .partie .stitre {
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .section_filiere_parties .partie .stitre p {
    font-size: 1.75em;
  }
  .section_filiere_parties .partie .row > div {
    width: calc(50% - 50px);
  }
  .section_filiere_parties .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section_filiere_parties .row > div {
    width: calc(50% - 30px);
  }
  .section_filiere_parties .bloc_gamme {
    margin-top: 80px;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
    height: 362px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section_filiere_parties .bloc_gamme .logo img {
    position: absolute;
    top: -65px;
    left: 40px;
    margin-top: 0;
  }
  .section_filiere_parties .bloc_gamme .produit img {
    margin: 0;
  }
  .section_filiere_parties .bloc_gamme .content {
    text-align: left;
    padding-right: 60px;
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  .section_filiere_entete {
    padding: 100px 0;
    max-width: 1200px;
    font-size: 1.2em;
  }
  .section_filiere_parties .partie {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.3em;
  }
  .section_filiere_parties .partie .bloc {
    margin-top: 50px;
  }
}
