@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,300,600);
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #79ab2b;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #79ab2b;
  color: #fff;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
body {
  background-attachment: fixed;
  background-size: cover;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
}
html.background {
  background: url('/images-biostory/commun/fond-biostory.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
@-webkit-keyframes show-the-way {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -200%, 0);
    -moz-transform: translate3d(-50%, -200%, 0);
    -ms-transform: translate3d(-50%, -200%, 0);
    -o-transform: translate3d(-50%, -200%, 0);
    transform: translate3d(-50%, -200%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    -moz-transform: translate3d(-50%, 100%, 0);
    -ms-transform: translate3d(-50%, 100%, 0);
    -o-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
}
@keyframes show-the-way {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -200%, 0);
    -moz-transform: translate3d(-50%, -200%, 0);
    -ms-transform: translate3d(-50%, -200%, 0);
    -o-transform: translate3d(-50%, -200%, 0);
    transform: translate3d(-50%, -200%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    -moz-transform: translate3d(-50%, 100%, 0);
    -ms-transform: translate3d(-50%, 100%, 0);
    -o-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
}
#arrow-down {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 10;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: show-the-way;
  animation-name: show-the-way;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
#arrow-down path {
  fill: #fff;
  height: 30px;
  width: 30px;
  display: block;
}
#img-shown-on-mobile {
  display: none;
}
#menu-mobile {
  display: none;
}
header {
  height: auto;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 950;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 15px 0;
}
header figure {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
header figure img {
  min-width: 156px;
  max-width: 156px;
  width: 100%;
}
header #menu {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
header #menu a {
  color: #79ab2b;
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
header #menu a .image-menu {
  background-size: auto 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
header #menu a .image-menu.home-pict {
  background-image: url('/images-biostory/commun/menu/menu-home.png');
}
header #menu a .image-menu.produits-pict {
  background-image: url('/images-biostory/commun/menu/menu-produits.png');
}
header #menu a .image-menu.producteurs-pict {
  background-image: url('/images-biostory/commun/menu/menus-producteurs.png');
}
header #menu a .image-menu.evenements-pict {
  background-image: url('/images-biostory/commun/menu/menu-events.png');
}
header #menu a .image-menu.contact-pict {
  background-image: url('/images-biostory/commun/menu/menu-contact.png');
}
header #menu a .image-menu.valeurs-pict {
  background-image: url('/images-biostory/commun/menu/menu-valeurs.png');
}
header #menu a:hover,
header #menu a.selected {
  color: #d6341f;
}
header #menu a:hover .image-menu,
header #menu a.selected .image-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
footer {
  padding: 40px 0;
  max-width: none;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
}
footer #signature {
  position: absolute;
  right: 10px;
  top: -30px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
footer #signature:hover span {
  color: #ee7a00;
}
footer #img-scroll-top {
  display: none;
}
footer #contenu-footer {
  max-width: 960px;
  margin: 0 auto 50px;
  display: table;
  width: 100%;
}
footer #contenu-footer .bloc-footer {
  display: table-cell;
  vertical-align: top;
  color: grey;
  padding-right: 30px;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 1px;
}
footer #contenu-footer .bloc-footer#follow a {
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 5px;
}
footer #contenu-footer .bloc-footer#follow a:last-of-type {
  margin-right: 0;
}
footer #contenu-footer .bloc-footer #logo-footer-svg {
  max-width: 160px;
  height: auto;
  width: 100%;
}
footer #contenu-footer .bloc-footer a,
footer #contenu-footer .bloc-footer span {
  display: block;
}
footer #contenu-footer .bloc-footer a.selected,
footer #contenu-footer .bloc-footer span.selected {
  color: #79ab2b;
}
footer #image-footer {
  text-align: center;
  margin: 25px 0 0;
}
a.liens {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
a.liens:last-of-type {
  margin-right: 0;
}
a.liens.facebook {
  background-image: url('/images-biostory/commun/fb-biostory.png');
}
a.liens.instagram {
  background-image: url('/images-biostory/commun/insta-biostory.png');
}
a.liens.pinterest {
  background-position: top left -60px;
}
a.liens.pinterest:hover {
  background-position: bottom left -60px;
}
a.liens.twitter {
  background-position: top right;
}
a.liens.twitter:hover {
  background-position: bottom right;
}
.contenaire-anim-svg {
  margin: 100px auto;
  overflow: hidden;
  position: relative;
}
.contenaire-anim-svg .full-ligne {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.contenaire-anim-svg .full-ligne .ligne {
  background: #79ab2b;
  height: 100%;
  width: 200%;
  position: absolute;
  top: 0;
}
.contenaire-anim-svg .full-ligne.gauche {
  left: 0;
}
.contenaire-anim-svg .full-ligne.gauche .ligne {
  right: 0;
}
.contenaire-anim-svg .full-ligne.droite {
  right: 0;
}
.contenaire-anim-svg .full-ligne.droite .ligne {
  left: 0;
}
.contenaire-anim-svg .svg-anim-h1 {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 80.232px;
  z-index: 2;
}
.contenaire-anim-svg .svg-anim-h1 h1 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 74px;
  color: #79ab2b;
  z-index: 11;
}
.contenaire-anim-svg .svg-anim-h1 .calque-carre {
  width: 100%;
  height: 80.232px;
  position: absolute;
  left: 0;
  top: 0;
}
.contenaire-anim-svg .svg-anim-h1 .calque-carre rect {
  fill: #fff;
  stroke: #79ab2b;
  stroke-width: 3px;
}
.right-goto {
  max-width: 960px;
  margin: 0 auto;
  text-align: right;
}
.btn-arrow {
  background: url('/images-biostory/commun/fleche.png') no-repeat center right 10px;
  background-size: 18px auto;
  padding: 5px 35px 5px 0;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.btn-arrow:hover {
  background-position: center right 0px;
}
.btn-arrow:hover::after {
  width: 100%;
}
.btn-arrow::after {
  height: 1px;
  width: 60%;
  content: " ";
  display: block;
  background-color: #79ab2b;
  margin: 5px 0 0;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.bouton {
  padding: 15px 35px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  font-family: 'Titillium Web';
}
.bouton.orange {
  background: #ee7a00;
  border-color: #ee7a00;
}
.bouton.orange:hover {
  background: #fff;
  color: #ee7a00;
}
.bouton.green {
  background: #79ab2b;
  border-color: #79ab2b;
}
.bouton.green:hover {
  background: #fff;
  color: #79ab2b;
}
.text-home {
  margin: 60px 0 100px;
  opacity: 0;
  -webkit-transform: translate3d(0, 35px, 0);
  -moz-transform: translate3d(0, 35px, 0);
  -ms-transform: translate3d(0, 35px, 0);
  -o-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  text-align: center;
}
.text-home.question .bouton {
  margin-left: 20px;
}
.text-home.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.text-home p {
  margin: 0 0 20px;
}
.text-home p:last-of-type {
  margin-bottom: 0;
}
.text-home p span {
  display: block;
  margin: 20px 0 0;
}
.chosen-container-single {
  margin-top: 15px;
}
.chosen-container-single.chosen-container-active .chosen-single {
  background: #ee7a00;
  border: none;
  box-shadow: none;
}
.chosen-container-single .chosen-single {
  border: none;
  border-radius: 0px;
  background: #ee7a00;
  height: 40px;
  padding: 0px;
  box-shadow: none;
  font-family: 'Titillium Web';
  font-size: 16px;
  margin-right: 0px;
}
.chosen-container-single .chosen-single span {
  line-height: 40px;
  text-align: left;
  margin-left: 10px;
  color: #fff;
}
.chosen-container-single .chosen-single div {
  top: 7px;
}
.chosen-container-single .chosen-single .chosen-search input {
  padding: 0px;
}
.chosen-container-single .chosen-drop {
  box-shadow: none;
  border: none;
  background: #ee7a00;
  text-align: left;
  font-family: 'Titillium Web';
  font-size: 16px;
  color: #fff;
}
.chosen-container-single .chosen-drop span {
  line-height: 40px;
}
.chosen-container-single .chosen-results {
  margin: 0px;
  color: #6D6F71;
  padding: 0;
}
.chosen-container-single .chosen-results li {
  line-height: 30px;
  border-bottom: 1px solid white;
  color: #fff;
}
.chosen-container-single .chosen-results li.active-result {
  padding: 5px;
}
.chosen-container-single .chosen-results li.highlighted {
  background: #79ab2b;
}
.pages {
  padding-top: 215px;
}
.pages .full-parallax {
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
.pages .full-parallax .full-wrapper {
  width: 100%;
  height: 100%;
  display: table;
  max-width: 960px;
  margin: 0 auto;
}
.pages .full-parallax .full-wrapper .content-parallax {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.pages .full-parallax .full-wrapper .content-parallax.prod {
  text-align: left;
}
.pages .full-parallax .full-wrapper .content-parallax.prod article {
  background: #fff;
}
.pages .full-parallax .full-wrapper .content-parallax.white-bg article {
  background: #fff;
}
.pages .full-parallax .full-wrapper .content-parallax.inbioveritas article {
  font-size: 72px;
  font-weight: 300;
  color: #fff;
  width: 55%;
}
.pages .full-parallax .full-wrapper .content-parallax article {
  padding: 40px;
  width: 45%;
  display: inline-block;
  text-align: left;
}
.pages .full-parallax .full-wrapper .content-parallax article p {
  margin: 0 0 15px;
}
.pages .full-parallax .full-wrapper .content-parallax article p span {
  color: #d6341f;
}
.pages .full-parallax .full-wrapper .content-parallax article p:last-of-type {
  margin-bottom: 0;
}
#home {
  padding-top: 0;
}
#home #first-element-home {
  height: 50vh;
  width: 100%;
  display: table;
}
#home #first-element-home #wrapp-first-element {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
#home #first-element-home #wrapp-first-element #content-animation {
  position: relative;
  height: 400px;
  width: 710px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#home #first-element-home #wrapp-first-element #content-animation .first_txt {
  vertical-align: bottom;
  opacity: 0;
  position: relative;
  top: 50px;
}
#home #first-element-home #wrapp-first-element #content-animation .apostrophe {
  display: inline-block;
  width: 170px;
  height: 150px;
  vertical-align: bottom;
  opacity: 0;
}
#home #first-element-home #wrapp-first-element #content-animation .apostrophe#leftone {
  background: url('/images-biostory/homepage/intro/top-left.png');
  width: 76px;
  height: 122px;
}
#home #first-element-home #wrapp-first-element #content-animation .apostrophe#rightone {
  background: url('/images-biostory/homepage/intro/top-right.png');
  width: 70px;
  height: 106px;
}
#home #first-element-home #wrapp-first-element #content-animation #les_legumes {
  position: relative;
  display: block;
  padding: 15px 0;
  margin-top: 50px;
}
#home #first-element-home #wrapp-first-element #content-animation #les_legumes div.le_legume {
  opacity: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0 15px;
}
#home #first-element-home #wrapp-first-element #content-animation #alim {
  opacity: 0;
  font-family: 'Titillium Web', 'Trebuchet Ms';
  text-transform: uppercase;
  font-size: 30px;
  color: #79ab2b;
}
#home #producteurs-locaux-home {
  background: url('/images-biostory/homepage/producteurs-locaux.jpg') no-repeat top center / cover;
  height: 50vh;
  width: 100%;
  position: relative;
}
#home #producteurs-locaux-home #arrow-down {
  width: 70px;
  height: 70px;
}
#home #producteurs-locaux-home #arrow-down path {
  fill: #79ab2b;
  width: 70px;
  height: 70px;
}
#home #bio-intro {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home #bio-intro #wrapp-intro {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
#home #bio-intro #wrapp-intro #text-intro-bio {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  background: #fff;
  background: rgba(255, 255, 255, 0.92);
  padding: 60px 80px;
  text-align: center;
}
#home #bio-intro #wrapp-intro #text-intro-bio article p {
  margin: 0 0 15px;
}
#home #bio-intro #wrapp-intro #text-intro-bio article p:last-of-type {
  margin-bottom: 0;
}
#home #slide-home {
  width: 100%;
  position: relative;
}
#home #slide-home img {
  display: block;
  width: 100%;
}
#home #slide-home .cs3-captions {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home #slide-home .cs3-captions .cs3-caption {
  left: 0;
  background: rgba(255, 255, 255, 0.91);
  padding: 35px;
  width: 250px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-400px, -50%, 0);
  -moz-transform: translate3d(-400px, -50%, 0);
  -ms-transform: translate3d(-400px, -50%, 0);
  -o-transform: translate3d(-400px, -50%, 0);
  transform: translate3d(-400px, -50%, 0);
}
#home #slide-home .cs3-captions .cs3-caption.cs3-active-caption ul li {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}
#home #slide-home .cs3-captions .cs3-caption h1 {
  font-weight: normal;
  text-align: center;
  margin: 0 0 10px;
}
#home #slide-home .cs3-captions .cs3-caption ul {
  margin: 0;
  padding: 0;
  color: #79ab2b;
}
#home #slide-home .cs3-captions .cs3-caption ul li {
  list-style: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.7s;
  -moz-transition: all 0.5s ease-out 0.7s;
  -ms-transition: all 0.5s ease-out 0.7s;
  -o-transition: all 0.5s ease-out 0.7s;
  transition: all 0.5s ease-out 0.7s;
}
#home #slide-home .cs3-captions .cs3-caption ul li:nth-child(odd) {
  -webkit-transform: translate3d(-35px, 0, 0);
  -moz-transform: translate3d(-35px, 0, 0);
  -ms-transform: translate3d(-35px, 0, 0);
  -o-transform: translate3d(-35px, 0, 0);
  transform: translate3d(-35px, 0, 0);
}
#home #slide-home .cs3-captions .cs3-caption ul li:nth-child(even) {
  -webkit-transform: translate3d(35px, 0, 0);
  -moz-transform: translate3d(35px, 0, 0);
  -ms-transform: translate3d(35px, 0, 0);
  -o-transform: translate3d(35px, 0, 0);
  transform: translate3d(35px, 0, 0);
}
#home #slide-home .cs3-captions .cs3-caption ul li::before {
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  margin: 7px auto 3px;
  background: #79ab2b;
}
#home #home-parallax {
  position: relative;
  height: 100vh;
  height: calc(100vh - 215px);
  width: 100%;
  display: block;
}
#home #home-parallax #wrapp-parallax {
  display: table;
  width: 100%;
  height: 100%;
}
#home #home-parallax #wrapp-parallax #content-home-parallax {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #79ab2b;
  font-size: 72px;
  line-height: 86px;
  font-weight: 300;
}
#home #derniers-produits {
  background: url('/images-biostory/commun/fond-biostory.jpg') repeat-x center top 40px;
}
#home #derniers-produits #text-intro {
  color: #d6341f;
  margin: 100px auto 0;
  max-width: 960px;
  font-size: 18px;
}
#home #derniers-produits #nos-produits {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
  table-layout: fixed;
}
#home #derniers-produits #nos-produits .wrapp-produits {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
#home #derniers-produits #nos-produits .wrapp-produits:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#home #derniers-produits #nos-produits .wrapp-produits .contenu-produits {
  display: block;
  background: #fff;
}
#home #derniers-produits #nos-produits .wrapp-produits .contenu-produits figure img {
  display: block;
  width: 100%;
}
#home #derniers-produits #nos-produits .wrapp-produits .contenu-produits figure figcaption {
  text-align: center;
  margin-top: 20px;
}
#home #derniers-produits #nos-produits .wrapp-produits .contenu-produits figure figcaption h2 {
  margin: 0;
  color: #ee7a00;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}
#home #derniers-produits #nos-produits .wrapp-produits .contenu-produits figure figcaption h2::after {
  content: ' ';
  height: 1px;
  width: 50%;
  display: block;
  background: #ee7a00;
  margin: 10px auto;
}
#home #derniers-produits #nos-produits .wrapp-produits .contenu-produits figure figcaption h3 {
  color: #d6341f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
#home #derniers-produits #nos-produits .wrapp-produits .contenu-produits figure figcaption .produit-texte {
  margin: 0;
  text-align: left;
  font-size: 14px;
  padding: 0 10px;
}
#home #derniers-produits #nos-produits .wrapp-produits .contenu-produits figure figcaption .produit-prix {
  margin-top: 40px;
  background: #79ab2b;
  color: #fff;
  font-weight: 300;
  padding: 10px;
  display: block;
}
#home #nos-producteurs .text-home {
  padding: 0 20px 0;
  margin-bottom: 50px;
}
#home #les-producteurs {
  margin-bottom: 50px;
}
#home #les-producteurs #wrapp-producteurs {
  display: table;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 30px;
  table-layout: fixed;
}
#home #les-producteurs #wrapp-producteurs a {
  position: relative;
  display: table-cell;
  padding: 0 40px;
}
#home #les-producteurs #wrapp-producteurs a figure:hover figcaption .wrapp-producteur {
  opacity: 1;
}
#home #les-producteurs #wrapp-producteurs a figure img {
  display: block;
  width: 100%;
  border: 5px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#home #les-producteurs #wrapp-producteurs a figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  cursor: pointer;
}
#home #les-producteurs #wrapp-producteurs a figure figcaption .wrapp-producteur {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(121, 171, 43, 0.8);
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  font-size: 14px;
  font-weight: 600;
}
#home #les-producteurs #wrapp-producteurs a figure figcaption .wrapp-producteur .cell-producteur {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
#home #degustation {
  padding-bottom: 100px;
}
#home #degustation .text-home h1 {
  text-align: center;
  margin: 20px auto 0;
  font-weight: 400;
}
#home #degustation #wrapp-degustation {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
#home #degustation #wrapp-degustation article,
#home #degustation #wrapp-degustation figure {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#home #degustation #wrapp-degustation figure {
  padding-right: 55px;
}
#home #degustation #wrapp-degustation figure img {
  display: block;
  width: 100%;
}
#home #degustation #wrapp-degustation figure figcaption p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 55px;
  margin: 0;
  padding: 10px 0 10px 15px;
  background: #E6E6E6;
}
#home #degustation #wrapp-degustation figure figcaption #bloc-titre {
  position: absolute;
  right: 0;
  top: 15%;
  padding: 25px 60px 25px 30px;
  background: url('/images-biostory/commun/bouteille.png') no-repeat right 15px center #ffffff;
  -webkit-box-shadow: 1px 1px 5px -3px #000000;
  -moz-box-shadow: 1px 1px 5px -3px #000000;
  box-shadow: 1px 1px 5px -3px #000000;
  cursor: default;
}
#home #degustation #wrapp-degustation figure figcaption #bloc-titre h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
}
#home #degustation #wrapp-degustation article {
  width: 45%;
  padding-left: 25px;
}
#home #degustation #wrapp-degustation article h2 {
  color: #ee7a00;
  border-bottom: 1px solid #ee7a00;
  font-weight: bold;
  margin: 0;
}
#home #degustation #wrapp-degustation article p {
  margin: 30px 0;
}
#home #degustation #wrapp-degustation article p#lHeure {
  margin: 5px 0 0;
  font-size: 12px;
  color: #808080;
}
#produits {
  padding-top: 165px;
}
#produits #selecteur-produits {
  text-align: center;
}
#produits #selecteur-produits #le-selecteur {
  padding-top: 0px;
}
#produits #selecteur-produits #le-selecteur a {
  display: inline-block;
  width: 150px;
  height: 200px;
  margin: 0 7px;
}
#produits #selecteur-produits #le-selecteur a:first-of-type {
  margin-left: 0;
}
#produits #selecteur-produits #le-selecteur a:last-of-type {
  margin-right: 0;
}
#produits #selecteur-produits #le-selecteur a:hover figure,
#produits #selecteur-produits #le-selecteur a.selected figure {
  border-color: #79ab2b;
}
#produits #selecteur-produits #le-selecteur a:hover figure figcaption::before,
#produits #selecteur-produits #le-selecteur a.selected figure figcaption::before {
  width: 120px;
}
#produits #selecteur-produits #le-selecteur a figure {
  border: 1px solid transparent;
  padding: 10px 5px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background: rgba(255, 255, 255, 0.7);
}
#produits #selecteur-produits #le-selecteur a figure img {
  display: block;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}
#produits #selecteur-produits #le-selecteur a figure figcaption {
  margin: 5px 0 0;
  font-size: 14px;
}
#produits #selecteur-produits #le-selecteur a figure figcaption::before {
  content: ' ';
  display: block;
  height: 1px;
  width: 0;
  background: #79ab2b;
  margin: 10px auto 5px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#produits #les-produits .un-produit {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  #produits #les-produits .un-produit {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 700px) {
  #produits #les-produits .un-produit {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  #produits #les-produits .un-produit {
    width: 100%;
  }
}
#produits #les-produits .un-produit figure:hover figcaption {
  border-color: #ee7a00;
}
#produits #les-produits .un-produit figure:hover figcaption .prix span::before {
  width: 100%;
}
#produits #les-produits .un-produit figure:hover img {
  border-color: #ee7a00;
}
#produits #les-produits .un-produit figure img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#produits #les-produits .un-produit figure figcaption {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px 20px 10px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  cursor: default;
  background: #fff;
}
#produits #les-produits .un-produit figure figcaption h1 {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  color: #ee7a00;
  font-weight: bold;
  font-size: 18px;
}
#produits #les-produits .un-produit figure figcaption h2 {
  margin: 0;
  text-align: right;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}
#produits #les-produits .un-produit figure figcaption p {
  text-align: justify;
  font-size: 13px;
  line-height: 18px;
}
#produits #les-produits .un-produit figure figcaption .prix {
  display: block;
  text-align: right;
  margin: 20px 0 0;
}
#produits #les-produits .un-produit figure figcaption .prix span {
  display: inline-block;
  color: #ee7a00;
}
#produits #les-produits .un-produit figure figcaption .prix span::before {
  content: ' ';
  width: 50%;
  height: 1px;
  display: block;
  margin: 0 auto;
  background: #ee7a00;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#produits #les-produits .un-produit figure figcaption a {
  display: block;
  border: 1px solid #ee7a00;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  margin-top: 20px;
  background: #ee7a00;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
#produits #les-produits .un-produit figure figcaption a:hover {
  color: #ee7a00;
  background: #fff;
}
#producteurs .text-home {
  margin: -70px auto 50px;
}
#producteurs #listing-producteur {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #producteurs #listing-producteur {
    max-width: none;
  }
}
#producteurs #listing-producteur a figure figcaption,
#producteurs #listing-producteur a .nom-producteur {
  cursor: pointer !important;
}
#producteurs #listing-producteur .un-producteur {
  position: relative;
  width: 20%;
  display: block;
  padding: 10px;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 1900px) {
  #producteurs #listing-producteur .un-producteur {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  #producteurs #listing-producteur .un-producteur {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 700px) {
  #producteurs #listing-producteur .un-producteur {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  #producteurs #listing-producteur .un-producteur {
    width: 100%;
  }
}
#producteurs #listing-producteur .un-producteur:hover figure figcaption,
#producteurs #listing-producteur .un-producteur:focus figure figcaption,
#producteurs #listing-producteur .un-producteur.selected figure figcaption {
  opacity: 1;
}
#producteurs #listing-producteur .un-producteur:hover .nom-producteur::after,
#producteurs #listing-producteur .un-producteur:focus .nom-producteur::after,
#producteurs #listing-producteur .un-producteur.selected .nom-producteur::after {
  width: 70%;
}
#producteurs #listing-producteur .un-producteur figure {
  position: relative;
  width: 100%;
}
#producteurs #listing-producteur .un-producteur figure img {
  display: block;
  width: 100%;
}
#producteurs #listing-producteur .un-producteur figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #79ab2b;
  background: rgba(121, 171, 43, 0.9);
  color: #fff;
  cursor: default;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#producteurs #listing-producteur .un-producteur figure figcaption .wrapp-caption {
  display: table;
  height: 100%;
  width: 100%;
}
#producteurs #listing-producteur .un-producteur figure figcaption .wrapp-caption .content-caption {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 16px;
}
#producteurs #listing-producteur .un-producteur figure figcaption .wrapp-caption .content-caption p {
  margin: 0 0 15px;
}
#producteurs #listing-producteur .un-producteur figure figcaption .wrapp-caption .content-caption .location {
  font-size: 12px;
}
#producteurs #listing-producteur .un-producteur .nom-producteur {
  display: block;
  padding: 20px 0 40px;
  cursor: default;
  background: #fff;
  font-size: 16px;
}
#producteurs #listing-producteur .un-producteur .nom-producteur::after {
  content: ' ';
  display: block;
  width: 20%;
  height: 1px;
  background: #ee7a00;
  margin: 5px auto 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#news {
  padding-top: 165px;
}
#news #selecteur-news {
  text-align: right;
  max-width: 960px;
  margin: 0 auto 50px;
}
#news #selecteur-news #le-selecteur {
  display: inline-block;
}
#news #selecteur-news #le-selecteur a {
  display: inline-block;
  border: 1px solid #d6341f;
  padding: 3px 10px;
  color: #d6341f;
  margin: 0 10px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#news #selecteur-news #le-selecteur a:hover,
#news #selecteur-news #le-selecteur a.selected {
  color: #79ab2b;
  border-color: #79ab2b;
}
#news #selecteur-news #le-selecteur a:last-of-type {
  margin-right: 0;
}
#news #les-news {
  margin: 0 50px;
}
#news #les-news .une-news {
  display: block;
  width: 33.33333333%;
  position: relative;
  padding: 0 15px 50px;
}
@media screen and (max-width: 1100px) {
  #news #les-news .une-news {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 700px) {
  #news #les-news .une-news {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  #news #les-news .une-news {
    width: 100%;
  }
}
#news #les-news .une-news .wrapp-news {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
#news #les-news .une-news .wrapp-news figure {
  display: table-cell;
  width: 35%;
  padding-bottom: 30px;
}
#news #les-news .une-news .wrapp-news figure img {
  display: block;
  width: 100%;
  border: 7px solid #fff;
}
#news #les-news .une-news .wrapp-news .informations-news {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  background: #fff;
}
#news #les-news .une-news .wrapp-news .informations-news h1 {
  margin: 0;
  color: #ee7a00;
  padding-bottom: 3px;
  line-height: 25px;
}
#news #les-news .une-news .wrapp-news .informations-news h1::after {
  content: ' ';
  width: 80%;
  height: 2px;
  background: #ee7a00;
  display: block;
  margin-top: 5px;
}
#news #les-news .une-news .wrapp-news .informations-news p {
  font-size: 14px;
  margin: 15px 0 10px;
  line-height: 20px;
}
#news #les-news .une-news .wrapp-news .informations-news .infos-time-location {
  font-size: 11px;
  color: #808080;
}
#news #les-news .une-news .wrapp-news .informations-news .infos-time-location span,
#news #les-news .une-news .wrapp-news .informations-news .infos-time-location time {
  display: block;
  line-height: 14px;
}
#news #degustation {
  margin-bottom: 150px;
}
#news #degustation .text-home h1 {
  text-align: center;
  margin: 20px auto 0;
  font-weight: 400;
}
#news #degustation #wrapp-degustation {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
#news #degustation #wrapp-degustation article,
#news #degustation #wrapp-degustation figure {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#news #degustation #wrapp-degustation figure img {
  display: block;
  width: 100%;
}
#news #degustation #wrapp-degustation figure figcaption p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 10px 0 10px 15px;
  background: #E6E6E6;
}
#news #degustation #wrapp-degustation figure figcaption #bloc-titre {
  position: absolute;
  right: -45px;
  top: 7%;
  padding: 25px 60px 25px 30px;
  -webkit-box-shadow: 1px 1px 5px -3px #000000;
  -moz-box-shadow: 1px 1px 5px -3px #000000;
  box-shadow: 1px 1px 5px -3px #000000;
  cursor: default;
  z-index: 2;
  background: url('/images-biostory/commun/bouteille.png') no-repeat right 15px center #ffffff;
  /*
						&.decouverte{
							background: url('/images-biostory/commun/bouteille.png') no-repeat right 15px center #fff;
						}
						&.degustation{
							background: url('/images-biostory/commun/bouteille.png') no-repeat right 15px center #ccc;
						}
						&.apero{
							background: url('/images-biostory/commun/bouteille.png') no-repeat right 15px center #ddd;
						}
*/
}
#news #degustation #wrapp-degustation figure figcaption #bloc-titre h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
}
#news #degustation #wrapp-degustation article {
  padding: 0 25px;
  background: #fff;
}
#news #degustation #wrapp-degustation article h2 {
  color: #ee7a00;
  border-bottom: 1px solid #ee7a00;
  font-weight: bold;
  margin: 0;
  padding-left: 35px;
  line-height: 30px;
  padding-bottom: 20px;
}
#news #degustation #wrapp-degustation article p {
  margin: 30px 0;
}
#news #degustation #wrapp-degustation article p#lHeure {
  margin: 5px 0 0;
  font-size: 14px;
  color: #808080;
}
#contact {
  padding-top: 165px;
}
#contact .locate-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 50px;
  table-layout: fixed;
}
#contact .locate-us:last-of-type {
  margin-bottom: 0;
}
#contact .locate-us .magasin {
  vertical-align: top;
  text-align: center;
  display: block;
  width: 45%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 440px) {
  #contact .locate-us .magasin {
    width: 100%;
  }
}
#contact .locate-us .magasin .contenu-magasin h1 {
  color: #fff;
  background: #79ab2b;
  padding: 15px 40px;
  letter-spacing: 2px;
  display: block;
  font-weight: normal;
  margin: 0;
  font-size: 26px;
}
#contact .locate-us .magasin .contenu-magasin .le-lieu {
  margin: 30px auto;
  text-align: center;
}
#contact .locate-us .magasin .contenu-magasin .le-lieu span {
  display: block;
}
#contact .locate-us .magasin .contenu-magasin .le-lieu span a:hover {
  color: #ee7a00;
}
#contact .locate-us .magasin .contenu-magasin .slides-images {
  width: 100%;
  display: block;
  margin: 0;
}
#contact .locate-us .magasin .contenu-magasin .slides-images img {
  display: block;
  width: 100%;
}
#contact .locate-us .magasin .contenu-magasin .contact-mag {
  display: flex;
  width: 100%;
  background: #666;
  color: #fff;
  height: 58px;
}
#contact .locate-us .magasin .contenu-magasin .contact-mag .tel {
  width: 58px;
  height: 58px;
  background: url('/images-biostory/contact/phone.gif') no-repeat center center / cover;
}
#contact .locate-us .magasin .contenu-magasin .contact-mag .label {
  line-height: 56px;
  display: block;
  text-align: center;
  width: calc(100% - 40px);
}
#contact #l-equipe #image-equipe {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
#contact #l-equipe #image-equipe img {
  display: block;
  width: 100%;
}
#contact #l-equipe #separation-equipe {
  margin: 75px auto 30px;
  width: 100%;
  text-align: center;
}
#contact #contact-us {
  margin-bottom: 150px;
}
#contact #contact-us #bloc-contact-us {
  display: table;
  width: 100%;
  max-width: 960px;
  table-layout: fixed;
  margin: 0 auto;
}
#contact #contact-us #bloc-contact-us #une-question {
  display: table-cell;
  vertical-align: top;
  background: url('/images-biostory/contact/young-onion.jpg') no-repeat center center;
  background-size: cover;
  padding: 50px;
  color: #fff;
  font-size: 72px;
  line-height: 80px;
}
#contact #contact-us #bloc-contact-us #un-formulaire {
  display: table-cell;
  vertical-align: middle;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire .select {
  max-width: 320px;
  margin: 0 auto;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p {
  max-width: 320px;
  margin: 0 auto;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p input[type="text"],
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p input[type="email"],
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p textarea {
  background: #f1f1f1;
  width: 100%;
  font-family: 'Titillium Web';
  font-size: 16px;
  display: block;
  margin: 0 auto;
  height: 40px;
  outline: none;
  padding: 5px 10px;
  margin-top: 15px;
  border: none;
  overflow: visible;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p input[type="text"].erreur,
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p input[type="email"].erreur,
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p textarea.erreur {
  border: 1px solid red;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p input[type="text"]#choix-magasin,
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p input[type="email"]#choix-magasin,
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p textarea#choix-magasin {
  margin: 0;
  padding: 0;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p textarea {
  height: 150px;
  resize: none;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p label a {
  color: #79ab2b;
}
#contact #contact-us #bloc-contact-us #un-formulaire #le-formulaire p input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
#valeurs {
  padding-top: 80px;
}
#valeurs #nos-valeurs h1 {
  text-align: center;
  padding: 75px 0;
  color: #79ab2b;
  font-size: 85px;
  font-weight: 300;
  letter-spacing: 10px;
}
#valeurs #nos-valeurs .ligne-valeurs {
  display: block;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  margin: 0px auto;
  padding: 75px 0;
  text-align: center;
}
#valeurs #nos-valeurs .ligne-valeurs:last-of-type {
  margin-bottom: 0;
}
#valeurs #nos-valeurs .ligne-valeurs .valeurs {
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  opacity: 0;
  width: 290px;
  padding: 40px 0;
}
#valeurs #nos-valeurs .ligne-valeurs .valeurs:nth-child(odd) {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#valeurs #nos-valeurs .ligne-valeurs .valeurs:nth-child(even) {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  -o-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  -webkit-transition: all 0.4s ease-out 0.3s;
  -moz-transition: all 0.4s ease-out 0.3s;
  -ms-transition: all 0.4s ease-out 0.3s;
  -o-transition: all 0.4s ease-out 0.3s;
  transition: all 0.4s ease-out 0.3s;
}
#valeurs #nos-valeurs .ligne-valeurs .valeurs.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#valeurs #nos-valeurs .ligne-valeurs .valeurs ul {
  margin: 0;
  padding: 0;
}
#valeurs #nos-valeurs .ligne-valeurs .valeurs ul li {
  list-style: none;
}
#valeurs #nos-valeurs .ligne-valeurs .valeurs ul li:last-of-type::after {
  display: none;
}
#valeurs #nos-valeurs .ligne-valeurs .valeurs ul li::after {
  content: "";
  height: 1px;
  width: 50px;
  display: block;
  background: #79ab2b;
  margin: 25px auto 15px;
}
@media only screen and (max-width: 550px) {
  html.background {
    background-size: 100% auto;
    background-repeat: repeat;
  }
  #img-shown-on-mobile {
    display: block;
    margin: 75px auto 50px;
    width: 90%;
  }
  #menu-mobile {
    display: block;
    position: fixed;
    right: 5px;
    top: 5px;
    width: 60px;
    height: 60px;
    background: url('/images-biostory/commun/mobileMenuButton.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 951;
  }
  header {
    height: 100%;
    padding-top: 30px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    opacity: 1 !important;
  }
  header.visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header figure {
    margin: 0 20px;
  }
  header figure img {
    min-width: 100%;
  }
  header #menu {
    width: 100%;
    margin-top: 20px;
  }
  header #menu a {
    display: block;
  }
  .text-home {
    padding: 60px 20px 100px;
  }
  footer #contenu-footer,
  footer #image-footer {
    display: none;
  }
  footer #img-scroll-top {
    display: block;
    margin: 15px auto;
    width: 85%;
  }
  footer #img-scroll-top img {
    display: block;
    cursor: pointer;
  }
  .pages {
    padding-top: 0;
  }
  .pages .full-parallax .full-wrapper .content-parallax article {
    width: 100%;
  }
  .pages .full-parallax .full-wrapper .content-parallax.inbioveritas article {
    font-size: 50px;
    width: 100%;
  }
  #home #bio-intro {
    background: none !important;
    height: auto;
  }
  #home #bio-intro #wrapp-intro #text-intro-bio {
    padding: 50px 10px;
  }
  #home #first-element-home {
    display: none;
  }
  #home #producteurs-locaux-home {
    background-image: url('/images-biostory/homepage/producteurs-home.jpg');
  }
  #home #home-parallax {
    height: 100vh;
    margin-top: 0;
  }
  #home #derniers-produits #text-intro {
    padding: 0 20px;
  }
  #home #derniers-produits #nos-produits {
    display: block;
    overflow: hidden;
  }
  #home #derniers-produits #nos-produits .wrapp-produits {
    display: block;
  }
  #home #les-producteurs #wrapp-producteurs {
    display: block;
  }
  #home #les-producteurs #wrapp-producteurs a {
    display: none;
    margin: 0;
  }
  #home #les-producteurs #wrapp-producteurs a:first-of-type {
    display: block;
  }
  #home #nos-valeurs .ligne-valeurs {
    display: block;
    margin-bottom: 0;
  }
  #home #nos-valeurs .ligne-valeurs .valeurs {
    display: block;
    margin-bottom: 50px;
  }
  #home #degustation #wrapp-degustation {
    display: block;
  }
  #home #degustation #wrapp-degustation article,
  #home #degustation #wrapp-degustation figure {
    display: block;
  }
  #home #degustation #wrapp-degustation figure {
    padding-right: 0;
  }
  #home #degustation #wrapp-degustation figure figcaption p {
    right: 0;
  }
  #home #degustation #wrapp-degustation article {
    width: 100%;
    padding: 20px 20px 0;
  }
  #home #degustation #wrapp-degustation article p .bouton {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #contact .locate-us {
    display: block;
  }
  #contact .locate-us .magasin {
    display: block;
  }
  #contact .locate-us .magasin .contenu-magasin figure figcaption {
    padding: 0 20px;
  }
  #contact #l-equipe .contenaire-anim-svg {
    margin-bottom: 00px;
  }
  #contact #l-equipe .text-home {
    margin: 0;
    padding: 30px 20px;
  }
  #contact #l-equipe #image-equipe {
    max-width: 90%;
  }
  #contact #contact-us {
    margin: 0 10px;
  }
  #contact #contact-us #bloc-contact-us {
    display: block;
  }
  #contact #contact-us #bloc-contact-us #une-question {
    display: none;
  }
  #contact #contact-us #bloc-contact-us #un-formulaire {
    width: 100%;
    display: block;
  }
  #contact #contact-us #bloc-contact-us #un-formulaire select {
    width: 100%;
  }
  #produits {
    padding-top: 75px;
  }
  #produits #selecteur-produits {
    display: none;
  }
  #valeurs #nos-valeurs h1 {
    font-size: 30px;
    padding: 35px 0;
  }
  #producteurs .text-home {
    display: none;
  }
  #producteurs #listing-producteur {
    padding-top: 75px;
  }
  #news #les-news {
    margin: 0 10px;
  }
  #news #les-news .une-news .wrapp-news figure {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  #news #les-news .une-news .wrapp-news .informations-news {
    display: block;
    width: 100%;
  }
  #news .text-home {
    display: none;
  }
  #news #degustation #wrapp-degustation {
    display: block;
    padding-top: 75px;
  }
  #news #degustation #wrapp-degustation article,
  #news #degustation #wrapp-degustation figure {
    display: block;
  }
  #news #degustation #wrapp-degustation figure {
    padding-right: 0;
  }
  #news #degustation #wrapp-degustation figure figcaption #bloc-titre {
    display: none;
  }
  #news #degustation #wrapp-degustation figure figcaption p {
    right: 0;
  }
  #news #degustation #wrapp-degustation article {
    width: 100%;
    padding: 20px;
  }
  #news #degustation #wrapp-degustation article p:last-of-type {
    margin-bottom: 0;
  }
  #news #degustation #wrapp-degustation article p .bouton {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #news #selecteur-news span {
    padding-right: 10px;
    display: inline-block;
  }
  #news #selecteur-news #le-selecteur {
    display: block;
    text-align: center;
  }
}
#privacy {
  max-width: 900px;
  margin: 150px auto 100px;
}
#privacy article {
  padding: 50px;
  box-shadow: 0px 0px 24px -20px #000000;
  text-align: justify;
}
#privacy article a {
  color: #79ab2b;
}
#header-detail-contact {
  position: relative;
  margin-top: 103px;
}
#header-detail-contact figure {
  position: relative;
  height: 350px;
  background: url('/images-biostory/contact/slideshow/biostory-genval-6.jpg') no-repeat center center / cover;
}
@media only screen and (max-width: 440px) {
  #header-detail-contact figure {
    height: 175px;
  }
}
#header-detail-contact figure img {
  display: none;
}
#header-detail-contact figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  letter-spacing: 3px;
  font-size: 45px;
}
#header-detail-contact figure figcaption .wrapp-table {
  display: table;
  height: 100%;
  width: 100%;
}
#header-detail-contact figure figcaption .wrapp-table .wrapp-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#header-detail-contact article {
  padding: 50px 20px;
  background: #79ab2b;
  color: #fff;
  text-align: center;
}
#header-detail-contact article p {
  margin: 0 auto;
  max-width: 650px;
}
@media only screen and (max-width: 440px) {
  #header-detail-contact article {
    display: none;
  }
}
#full-detail {
  display: table;
  width: 100%;
}
#full-detail #info-complet,
#full-detail #formulaire-contact {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 50px 25px;
}
#full-detail #info-complet {
  text-align: right;
}
#full-detail #info-complet #wrapp-localisation {
  width: 100%;
  display: inline-block;
  max-width: 350px;
  text-align: center;
}
#full-detail #info-complet #wrapp-localisation h1 {
  font-weight: bold;
  font-size: 20px;
}
#full-detail #info-complet #wrapp-localisation strong {
  color: #79ab2b;
  font-weight: normal;
}
#full-detail #info-complet #wrapp-localisation .call-us a {
  display: inline-block;
  border: 1px solid #79ab2b;
  padding: 15px 50px;
}
#full-detail #info-complet #wrapp-localisation .content-localisation .infos {
  margin: 0;
}
#full-detail #info-complet #wrapp-localisation .content-localisation .infos:first-of-type::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  margin: 5px auto;
}
#full-detail #formulaire-contact {
  background: #f1f1f1;
}
#full-detail #formulaire-contact div {
  max-width: 350px;
  margin: 0 0 10px;
}
#full-detail #formulaire-contact div input[type="text"],
#full-detail #formulaire-contact div input[type="email"],
#full-detail #formulaire-contact div input[type="submit"],
#full-detail #formulaire-contact div textarea {
  width: 100%;
  height: 35px;
  border: none;
  background: #fff;
  resize: none;
  padding: 0 5px;
  font-family: helvetica;
  font-size: 13px;
}
#full-detail #formulaire-contact div textarea {
  height: 100px;
  padding: 5px;
}
#full-detail #formulaire-contact div input[type="submit"] {
  height: 50px;
  background: #79ab2b;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 3px;
  font-size: 20px;
}
#full-detail #formulaire-contact div label a {
  color: #79ab2b;
}
@media only screen and (max-width: 440px) {
  #full-detail {
    display: block;
  }
  #full-detail #info-complet,
  #full-detail #formulaire-contact {
    width: 100%;
    display: block;
  }
}
.news {
  margin: 135px auto 80px;
}
.news #filtres {
  padding: 0;
  margin: 50px auto;
}
.news #filtres ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  padding: 0;
  max-width: 800px;
  width: 100%;
  justify-content: center;
}
.news #filtres ul li {
  width: 16%;
  line-height: 33px;
  height: 39px;
  list-style: none;
  text-transform: lowercase;
  border: 1px solid #79ab2b;
  border-right: none;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.news #filtres ul li.active,
.news #filtres ul li:hover {
  background: #79ab2b;
  color: #fff;
}
.news #filtres ul li:last-of-type {
  border-right: 1px solid #79ab2b;
}
@media (max-width: 575px) {
  .news #filtres ul li {
    width: 100%;
    border-right: 1px solid #79ab2b;
    border-bottom: none;
  }
  .news #filtres ul li:last-of-type {
    border-bottom: 1px solid #79ab2b;
  }
}
.news .portfolios {
  padding: 0;
}
@media (max-width: 575px) {
  .news .portfolios {
    padding: 0;
    overflow: hidden;
  }
}
.news a {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1600px) {
  .news a {
    width: 33.33333333%;
  }
}
@media (max-width: 1024px) {
  .news a {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .news a {
    width: 100%;
  }
}
.news a:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news a:hover figure figcaption {
  opacity: 1;
}
.news a figure {
  border: 4px solid #79ab2b;
  position: relative;
  overflow: hidden;
}
.news a figure img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.news a figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.news a figure figcaption .content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 20px;
  text-transform: uppercase;
  color: #79ab2b;
  letter-spacing: 2px;
  padding: 75px 20px;
}
.news a figure figcaption .content:hover {
  color: #fff;
}
.news a .description {
  background: #79ab2b;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
}
.news a .description h1 {
  display: table;
  height: 70px;
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  margin: 0 auto;
  line-height: 30px;
  width: 90%;
  align-content: center;
  padding-bottom: 10px;
}
.news a .description h1 span {
  display: table-cell;
  vertical-align: middle;
}
.news a .description .time {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.detail-news {
  max-width: 960px;
  margin: 135px auto 80px;
}
.detail-news figure {
  position: relative;
}
.detail-news figure figcaption {
  padding: 0;
}
.detail-news figure figcaption h1 {
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  font-size: 60px;
  letter-spacing: 4px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 52px;
}
@media (max-width: 575px) {
  .detail-news figure figcaption h1 {
    line-height: 60px;
  }
}
.detail-news figure .wrapp-img {
  position: relative;
  cursor: pointer;
}
.detail-news figure .wrapp-img:hover::after {
  opacity: 1;
}
.detail-news figure .wrapp-img img {
  width: 100%;
  position: relative;
  display: block;
}
.detail-news figure .wrapp-img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(#);
  background-size: 50px;
  background-position: center center;
  border: 2px solid #79ab2b;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.detail-news article {
  padding: 50px 150px 80px;
  background: #fff;
  text-align: justify;
  display: block;
  color: #464646;
}
.detail-news article a {
  color: #79ab2b;
}
.detail-news article .small {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .detail-news article {
    padding: 25px 10px;
  }
}
.share-links {
  background: #fff;
  padding: 40px 0 25px;
  display: flex;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #79ab2b;
  position: relative;
}
.share-links::before {
  content: 'partager cette actualité';
  position: absolute;
  color: #808080;
  top: 5px;
  letter-spacing: 1px;
  font-size: 13px;
}
.share-links span {
  width: 8.333333%;
}
.share-links span a:hover svg {
  border-color: #79ab2b;
}
.share-links span a:hover svg path {
  fill: #79ab2b;
}
.share-links span a svg {
  border: 2px solid #79ab2b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 35px;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.share-links span a svg path {
  fill: #79ab2b;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media (max-width: 768px) {
  .share-links span {
    padding: 0 5px;
    width: 15.5%;
  }
  .share-links span a svg {
    width: 100%;
  }
}
#wrapp-home {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#wrapp-home #bg-wrapp-home {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
}
#content-wrape-home {
  width: 920px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 17px 0px #000;
}
#content-wrape-home .close {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  background: url('/images-biostory/commun/close.png') no-repeat center center;
  background-size: contain;
  display: block;
  cursor: pointer;
  display: none;
}
#content-wrape-home figure {
  width: 50%;
  display: block;
  padding-right: 40px;
}
#content-wrape-home figure img {
  display: block;
  width: 100%;
  cursor: pointer;
}
#content-wrape-home article {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#content-wrape-home article h1 {
  color: #ee7a00;
  font-weight: normal;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}
#content-wrape-home article #date-home {
  display: block;
  margin: 15px auto;
  font-size: 10px;
  color: #ccc;
  display: none;
}
#content-wrape-home article .contenu {
  color: #79ab2b;
  font-size: 16px;
}
#content-wrape-home article div {
  text-align: center;
}
#content-wrape-home article div.contenu {
  text-align: left;
}
#content-wrape-home article div .shortcut {
  display: inline-block;
  padding: 12px 20px;
  text-transform: uppercase;
  border: 1px solid #79ab2b;
  color: #79ab2b;
  font-size: 13px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  #content-wrape-home {
    display: block;
    width: 90%;
    height: auto;
    top: 30px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  #content-wrape-home .close {
    display: block;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  #content-wrape-home figure,
  #content-wrape-home article {
    width: 100%;
  }
  #content-wrape-home figure {
    padding: 0;
  }
  #content-wrape-home figure img {
    width: 100%;
  }
  #content-wrape-home article {
    margin-top: 20px;
  }
  #content-wrape-home article div.contenu {
    height: 210px;
    overflow: hidden;
  }
}
#blog-section {
  margin: 135px 0 0;
}
@media (max-width: 575px) {
  #blog-section {
    margin-top: 10px;
  }
}
#blog-section article {
  margin: 0 auto 0;
  width: 100%;
  max-width: 900px;
  padding: 20px 50px 60px;
  background: #fff;
  color: #464646;
}
@media (max-width: 575px) {
  #blog-section article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#blog-section article img {
  max-width: 100%;
  height: auto;
}
#blog-section article h1 {
  font-size: 60px;
  margin: 0;
  color: #79ab2b;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  #blog-section article h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
#blog-section article div h1 {
  font-size: 24px;
  background: #79ab2b;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
#blog-section article h2 {
  border-bottom: 1px solid #79ab2b;
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #79ab2b;
  font-size: 28px;
  line-height: 32px;
}
#blog-section article p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #464646;
}
#blog-section article a {
  color: #2069d3;
  text-decoration: underline;
}
#blog-section article a:hover {
  color: #79ab2b;
}
.share-links {
  text-align: center;
  border-top: none !important;
}
.share-links::before {
  padding-top: 30px;
  display: block;
  content: 'partager sur les réseaux sociaux';
}
.share-links span {
  margin-top: 40px;
}
.images-blog {
  margin-bottom: 50px;
  padding: 50px 20px 0;
  padding-top: 50px;
}
.images-blog .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.images-blog .row a {
  display: block;
  width: 20%;
  padding: 10px;
}
@media (max-width: 575px) {
  .images-blog .row a {
    width: 100%;
  }
}
.images-blog .row a img {
  display: block;
  width: 100%;
}
#nav-blog {
  margin-top: 125px;
  text-align: center;
}
@media (max-width: 575px) {
  #nav-blog {
    margin-top: 10px;
  }
}
#nav-blog h1 {
  color: #79ab2b;
  font-weight: 300;
  font-size: 50px;
}
#nav-blog ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  padding: 0;
  max-width: 800px;
  width: 100%;
  justify-content: center;
}
#nav-blog ul li {
  width: 20%;
  line-height: 33px;
  height: 39px;
  list-style: none;
  text-transform: lowercase;
  border: 1px solid #79ab2b;
  border-right: none;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
#nav-blog ul li.active,
#nav-blog ul li:hover {
  background: #79ab2b;
  color: #fff;
}
#nav-blog ul li:last-of-type {
  border-right: 1px solid #79ab2b;
}
@media (max-width: 575px) {
  #nav-blog ul li {
    width: 100%;
    border-right: 1px solid #79ab2b;
    border-bottom: none;
  }
  #nav-blog ul li:last-of-type {
    border-bottom: 1px solid #79ab2b;
  }
}
#listing-blogs {
  margin-bottom: 75px;
}
#listing-blogs .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}
#listing-blogs .row a {
  width: 25%;
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 1800px) {
  #listing-blogs .row a {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  #listing-blogs .row a {
    width: 33.33333333%;
  }
}
@media (max-width: 1024px) {
  #listing-blogs .row a {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  #listing-blogs .row a {
    width: 100%;
  }
}
#listing-blogs .row a:hover article h2 {
  color: #d6341f;
}
#listing-blogs .row a:hover figure figcaption {
  opacity: 1;
}
#listing-blogs .row a figure {
  border: 1px solid #79ab2b;
  position: relative;
}
#listing-blogs .row a figure img {
  display: block;
  width: 100%;
}
#listing-blogs .row a figure figcaption {
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
}
#listing-blogs .row a figure figcaption span {
  display: block;
  margin: 0 auto;
}
#listing-blogs .row a article {
  padding: 10px 30px 20px;
  border: 1px solid #79ab2b;
  border-top: none;
  background: #fff;
}
#listing-blogs .row a article h2 {
  color: #79ab2b;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  height: 70px;
  overflow: hidden;
}
#listing-blogs .row a article h2::after {
  content: '';
  width: 75%;
  height: 1px;
  display: block;
  background: #79ab2b;
  margin: 5px auto 0;
}
#listing-blogs .row a article p {
  margin: 10px 0 30px;
  font-size: 16px;
  line-height: 18px;
  height: 57px;
  overflow: hidden;
}
#recrutements {
  padding-top: 137px;
}
.recrutement #pict-recrutement {
  margin: 50px auto;
}
.recrutement #pict-recrutement img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .recrutement #pict-recrutement img {
    display: none !important;
  }
}
.recrutement .white-bg {
  margin: 0 auto;
  max-width: 800px;
}
.recrutement h2 {
  margin: 0 auto;
  max-width: 800px;
  padding: 15px;
}
.recrutement .table {
  width: 100%;
  padding: 15px;
}
.recrutement .table tr td {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px 10px;
}
.recrutement .table tr td:first-child {
  text-transform: uppercase;
}
.recrutement .table tr td:last-child {
  text-transform: uppercase;
  color: #79ab2b;
}
.recrutement.detail .titre {
  background: #79ab2b;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  font-size: 30px;
  padding: 40px 20px;
  letter-spacing: 2px;
}
.recrutement.detail .titre div {
  font-size: 18px;
}
.recrutement form {
  background: #fff;
  width: 100%;
  margin: 0 auto 75px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.recrutement form h2 {
  color: #79ab2b;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: normal;
}
.recrutement form .col-12 {
  width: 100%;
  padding: 15px;
}
.recrutement form .col-md-6 {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .recrutement form .col-md-6 {
    width: 100%;
  }
}
.recrutement form .pb-4 {
  padding-bottom: 15px;
}
.recrutement form h3 {
  text-align: center;
}
.recrutement form h3 span {
  display: inline-block;
  padding: 0 15px 10px;
  border-bottom: 1px solid #ee7a00;
}
.recrutement form input[type="text"],
.recrutement form input[type="email"],
.recrutement form input[type="tel"],
.recrutement form textarea {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #79ab2b;
  padding: 0 5px;
  font-family: helvetica, sans-serif;
  font-size: 16px;
  color: #79ab2b;
}
.recrutement form textarea {
  padding: 5px;
  resize: none;
  height: 120px;
}
.recrutement form button {
  background: #ee7a00;
  color: #fff;
  border: none;
  margin: 0 auto;
  display: block;
  max-width: 200px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.recrutement form button#link-cv {
  background: #79ab2b;
}
.recrutement form button[disabled="disabled"] {
  cursor: default;
}
.recrutement form button:hover:not([disabled="disabled"]) {
  background: #79ab2b;
}
.recrutement .content-recrutement {
  background: #fff;
  padding: 50px;
}
.recrutement .content-recrutement article p {
  margin: 0 auto 15px;
}
.recrutement .content-recrutement article p:last-of-type {
  margin-bottom: 0;
}
.recrutement .content-recrutement article a {
  color: #ee7a00;
}
.recrutement .content-recrutement article a:hover {
  color: #79ab2b;
}