/* COULEURS */
/* END COULEURS */
/** END FONCTIONS **/
@font-face {
  font-family: 'Intro Head H Base';
  src: url('../fonts/IntroHeadH-Base.eot');
  src: url('../fonts/IntroHeadH-Base.eot?#iefix') format('embedded-opentype'), url('../fonts/IntroHeadH-Base.woff2') format('woff2'), url('../fonts/IntroHeadH-Base.woff') format('woff'), url('../fonts/IntroHeadH-Base.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intro Head H L Base';
  src: url('../fonts/IntroHeadH-LBase.eot');
  src: url('../fonts/IntroHeadH-LBase.eot?#iefix') format('embedded-opentype'), url('../fonts/IntroHeadH-LBase.woff2') format('woff2'), url('../fonts/IntroHeadH-LBase.woff') format('woff'), url('../fonts/IntroHeadH-LBase.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  color: #4f433b;
}

#form-popup {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* Ombre légère */
}

.conteneur,
.conteneur_full {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  max-width: 100%;
}
.conteneur_full {
  max-width: 1920px;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0.2;
  background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span {
  font-family: 'Raleway', sans-serif;
}
a {
  text-decoration: none;
}
p {
  line-height: 1.45;
}
.ih {
  font-family: 'Intro Head H Base';
}
.ihl {
  font-family: 'Intro Head H L Base';
}
p a {
  transition: all 0.25s;
  color: #e29446;
  text-decoration: underline;
}
p a:hover {
  color: #b42e2d;
}
.fancybox__container .fancybox__backdrop {
  background: none;
}
.p_m {
  margin-top: 10px;
}
.btn,
#main a.fl-button,
form .gform_footer input[type="submit"],
form .gform_page_footer input[type="submit"],
form .gform_footer input[type="button"],
form .gform_page_footer input[type="button"] {
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 18px;
  padding: 14px 44px;
  border-radius: 6px;
  color: #000;
  display: inline-block;
  background-color: #b42e2d;
  height: inherit;
}
.btn span,
#main a.fl-button span,
form .gform_footer input[type="submit"] span,
form .gform_page_footer input[type="submit"] span,
form .gform_footer input[type="button"] span,
form .gform_page_footer input[type="button"] span {
  color: #000;
}
.fl-col ._df_thumb {
  width: 190px;
  height: 260px;
  max-width: 100%;
}
/** HEADER **/
#sol_per {
  position: fixed;
  z-index: 99;
  right: -125px;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.25s;
}
#sol_per #titre_f_solper {
  display: flex;
}
#sol_per #titre_f_solper #fleche_sp {
  background: #6b201f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
}
#sol_per #titre_f_solper #fleche_sp img {
  width: 7px;
  transform: rotate(180deg);
  transition: all 0.25s;
}
#sol_per #titre_f_solper #titre_solper {
  background: #b42e2d;
  color: #fff;
  font-family: 'Intro Head H L Base';
  font-size: 1.5625em;
  text-transform: uppercase;
  text-align: center;
  width: 125px;
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sol_per #titre_f_solper #titre_solper span {
  display: block;
  font-family: 'Intro Head H L Base';
  font-size: 0.64em;
}
#sol_per #lsp {
  width: 125px;
}
#sol_per #lsp .une_solution {
  position: relative;
}
#sol_per #lsp .une_solution .visuel_titre:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s;
  opacity: 0;
}
#sol_per #lsp .une_solution .visuel_titre .titre a {
  font-family: 'Intro Head H L Base';
  color: #fff;
  font-size: 1.25em;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  opacity: 0;
}
#sol_per #lsp .une_solution .visuel_titre .titre a:hover {
  opacity: 1;
}
#sol_per #lsp .une_solution:hover .visuel_titre:after {
  opacity: 1;
}
#sol_per.active {
  right: 0;
}
#sol_per.active #titre_f_solper #fleche_sp img {
  transform: rotate(0deg);
}
header#masthead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.25s;
}
header#masthead #logo {
  position: relative;
  margin-left: 30px;
}
header#masthead #logo:before {
  content: "";
  display: inline-block;
  width: 129px;
  height: 47px;
  background: url(../images/grains-logo-2x.png) center center no-repeat;
  background-size: 150px 55px;
  position: absolute;
  bottom: 10px;
  right: 95px;
}
header#masthead.scroll,
header#masthead.banniere {
  background-color: #fff9ef;
}
header#masthead.mobile #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
  width: 82px;
}
header#masthead.mobile #logo img {
  box-sizing: content-box;
  z-index: 10;
}
header#masthead.mobile .btn_toggle {
  height: 60px;
  width: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #fff9ef;
}
header#masthead.mobile .btn_toggle span {
  width: 27px;
  height: 3px;
  background-color: #b42e2d;
  margin: 4px auto;
  border-radius: 5px;
  transition: all 0.25s;
}
header#masthead.mobile.scroll .btn_toggle span {
  background-color: #b42e2d;
}
header#masthead.mobile .sidebar {
  position: fixed;
  height: 100vh;
  z-index: 9;
  top: -100vh;
  left: 0;
  width: 100vw;
  background-color: #fff9ef;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar .top {
  position: relative;
}
header#masthead.mobile .sidebar .top .close {
  position: absolute;
  top: 25px;
  right: 20px;
  height: 60px;
  width: 60px;
  z-index: 10;
  border-radius: 50%;
}
header#masthead.mobile .sidebar .top .close span {
  width: 25px;
  height: 3px;
  background-color: #b42e2d;
  position: absolute;
  top: 29px;
  left: 17px;
  border-radius: 2px;
}
header#masthead.mobile .sidebar .top .close span:nth-of-type(1) {
  transform: rotate(45deg);
}
header#masthead.mobile .sidebar .top .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
header#masthead.mobile .sidebar nav {
  height: 100%;
  overflow: auto;
  padding-top: 110px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-delay: 0.2s;
}
header#masthead.mobile .sidebar .menu-menu-secondaire-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu {
  overflow: auto;
  box-sizing: border-box;
}
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu .menu-item.wpml-ls-item {
  position: absolute;
  top: 45px;
  right: 110px;
}
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu .menu-item:not(.wpml-ls-item) {
  position: relative;
}
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu .menu-item:not(.wpml-ls-item) a,
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu .menu-item:not(.wpml-ls-item) span {
  color: #5d4d45;
  text-transform: uppercase;
  font-size: 2.5vh;
  padding: 10px 50px;
  display: block;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu .menu-item:not(.wpml-ls-item) a:before,
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu .menu-item:not(.wpml-ls-item) span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../images/grain-menu-2x.png) center center no-repeat;
  background-size: 12px 16px;
  margin-right: 10px;
}
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu .menu-item:not(.wpml-ls-item):not(:last-child) {
  margin-bottom: 1vh;
}
header#masthead.mobile .sidebar .menu-menu-secondaire-container #primary-menu .menu-item:not(.wpml-ls-item) .sub-menu {
  display: none;
}
header#masthead.mobile .sidebar #secondary-menu .menu-item {
  text-align: center;
}
header#masthead.mobile .sidebar #secondary-menu .menu-item > a,
header#masthead.mobile .sidebar #secondary-menu .menu-item > span {
  text-transform: uppercase;
  font-family: 'Intro Head H L Base';
  color: #5d4d45;
  font-size: 2.5vh;
  display: block;
  padding: 10px 50px;
}
header#masthead.mobile .sidebar #secondary-menu .menu-item:not(:last-child) {
  margin-bottom: 5px;
}
header#masthead.mobile .sidebar.open {
  top: 0;
}
header#masthead.mobile .sidebar.open nav {
  opacity: 1;
  transform: translateY(0);
}
.wpml-ls-legacy-dropdown {
  position: absolute;
  top: 45px;
  right: 110px;
  width: auto;
}
.wpml-ls-current-language {
  position: relative;
}
.wpml-ls-current-language a {
  padding: 0;
  border: 0;
  background: none !important;
}
.wpml-ls-current-language > a > span {
  display: none;
}
.wpml-ls-current-language ul {
  position: absolute;
  padding: 15px !important;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  width: max-content;
  left: initial !important;
}
.wpml-ls-current-language ul li {
  z-index: 1;
  position: relative;
}
.wpml-ls-current-language ul li a {
  display: flex;
  align-items: center;
}
.wpml-ls-current-language ul li a span {
  margin-left: 10px !important;
  font-size: 12px;
  color: #5d4d45;
  font-weight: bold;
  letter-spacing: 1px;
}
.wpml-ls-current-language ul:before {
  content: '';
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
/** END HEADER **/
.page-contenu {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-contenu ul {
  margin: 15px 0 15px 0;
}
.page-contenu ul li {
  position: relative;
  padding: 0 0 0 23px;
  line-height: 1.25;
}
.page-contenu ul li:before {
  content: "";
  display: inline-block;
  background: #c99c6e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.page-contenu ul li:not(:last-child) {
  margin-bottom: 15px;
}
.page-contenu ul li ul {
  margin: 10px 0 0 0;
}
.page-contenu ul li ul li {
  padding-left: 15px;
}
.page-contenu ul li ul li:before {
  width: 8px;
  height: 8px;
  top: 5px;
}
.page-contenu ul li ul li:not(:last-child) {
  margin-bottom: 10px;
}
/** BANDEAU **/
#bandeau {
  padding: 130px 0 20px 0;
  position: relative;
}
#bandeau:before {
  content: "";
  background: #ffffff;
  background: linear-gradient(42deg, #ffffff 0%, rgba(255, 255, 255, 0.45) 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#bandeau.bandeau-expertise:before,
#bandeau.bandeau-entreprise:before {
  content: none;
}
#bandeau #gauche_b {
  position: relative;
  z-index: 2;
}
#bandeau #gauche_b h1 {
  margin-bottom: 10px;
}
#bandeau #gauche_b #titre_gauche_b.mb {
  margin-bottom: 10px;
}
#bandeau #gauche_b #sstitre_gauche_r {
  margin-top: 10px;
}
#bandeau #gauche_b #extrait_gauche_b {
  margin-top: 15px;
  line-height: 1.35;
}
#bandeau #gauche_b a[data-fancybox] {
  display: inline-block;
  background: url(../images/picto-youtube-2x.png) left 13px center no-repeat #b42e2d;
  margin-top: 30px;
  background-size: 35px 35px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
  padding: 22px 25px 20px 60px;
  box-shadow: 0px 15px 49px 0px rgba(179, 46, 44, 0.3);
  transition: all 0.25s;
}
#bandeau #gauche_b a[data-fancybox]:hover {
  background-color: #6b201f;
}
#bandeau #droite_b {
  margin-top: 20px;
  width: 710px;
  max-width: 100%;
}
#breadcrumbs {
  margin-bottom: 10px;
}
#breadcrumbs span {
  font-size: 12px;
  font-weight: 700;
}
#breadcrumbs span a {
  color: #b42e2d;
  font-weight: 700;
}
#breadcrumbs span:last-child {
  color: #5d4d45;
}
#txt_seo {
  padding-top: 25px;
  padding-bottom: 25px;
}
/** END BANDEAU **/
/**** CONTENU ****/
/** RANGEES **/
.une_rangee {
  padding-top: 40px;
  padding-bottom: 40px;
}
.une_rangee .conteneur_rangee .visuel {
  margin-bottom: 40px;
}
/** END RANGEES **/
/** CTA **/
#cta {
  background: url(../images/epis-cta-2x.png) bottom right -10px no-repeat #01aca4;
  background-size: 175px 130px;
  padding: 25px 0;
}
#cta .titre_sstitre {
  font-size: 8px;
  margin-bottom: 15px;
}
#cta .titre_sstitre .titre {
  color: #fff;
  font-family: 'Intro Head H Base';
  text-transform: uppercase;
  font-size: 2.125em;
}
#cta .titre_sstitre .sstitre {
  color: #fff;
  font-family: 'Intro Head H Base';
  text-transform: uppercase;
  font-size: 6.875em;
}
#cta_expertise {
  background: #b42e2d;
  padding: 25px 0 40px 0;
}
#cta_expertise .conteneur {
  text-align: center;
}
#cta_expertise #gauche_ctae {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta_expertise #gauche_ctae .titre_sstitrex {
  font-size: 7px;
  text-align: right;
  margin-right: 10px;
}
#cta_expertise #gauche_ctae .titre_sstitrex .titre_p {
  text-transform: uppercase;
  font-size: 2.125em;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#cta_expertise #gauche_ctae .titre_sstitrex .sstitre_p {
  text-transform: uppercase;
  font-size: 4.625em;
  color: #fff;
}
#cta_expertise #gauche_ctae .intero {
  font-size: 7.625em;
  color: #fff;
}
#cta_expertise .titre_sstitre {
  font-size: 8px;
  margin-bottom: 15px;
}
#cta_expertise .titre_sstitre .titre {
  color: #fff;
  font-family: 'Intro Head H Base';
  text-transform: uppercase;
  font-size: 2.125em;
}
#cta_expertise .titre_sstitre .sstitre {
  color: #fff;
  font-family: 'Intro Head H Base';
  text-transform: uppercase;
  font-size: 6.875em;
}
/** END CTA **/
/** SERVICES **/
#services {
  padding-top: 50px;
  padding-bottom: 35px;
  background: url(../images/fond-services.webp) center top no-repeat;
  background-size: cover;
}
#services .titre_v {
  color: rgba(255, 255, 255, 0.3);
  transform: rotate(-90deg);
  position: absolute;
  left: -5px;
  top: 90%;
  font-size: 5em;
  z-index: 0;
}
#services #titre_ser {
  text-align: center;
  margin-bottom: 65px;
}
#services #titre_ser .editor-titre-grains {
  color: #fff;
}
#services #liste_services {
  width: 390px;
  max-width: 100%;
  margin: 30px auto 0 auto;
  position: relative;
}
#services #liste_services .un_service {
  max-width: 100%;
  width: 390px;
  padding: 0;
  position: relative;
}
#services #liste_services .un_service .contenu {
  padding: 20px 0 20px 0;
}
#services #liste_services .un_service .contenu .titre {
  font-family: 'Intro Head H L Base';
  font-size: 1.625em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
#services #liste_services .un_service .contenu .titre a {
  color: #fff;
  font-family: 'Intro Head H L Base';
  font-size: 1em;
  transition: all 0.25s;
}
#services #liste_services .un_service .contenu .titre a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#services #liste_services .un_service .contenu .txt {
  color: #fff;
  line-height: 1.5;
}
#services #liste_services .carousel__button {
  background-color: #fff;
}
body.home #services #liste_services .carousel__button {
  background: none;
}
/** END SERVICES **/
/** ENTREES **/
.liste_entx {
  padding: 20px;
}
.liste_entx .titre_e {
  position: relative;
  z-index: 0;
}
.liste_entrees_ex {
  margin-top: 65px;
}
.liste_entrees_ex .un_elem {
  width: 80%;
}
.liste_entrees_ex .un_elem .titre {
  color: #b42e2d;
  font-family: 'Intro Head H L Base';
  text-transform: uppercase;
  margin: 20px 0 0 0;
  font-size: 1.5em;
  min-height: 48px;
}
.liste_entrees_ex .un_elem .titre a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}
.liste_entrees_ex .un_elem .titre a:hover {
  color: #e29446;
}
.liste_entrees_ex .un_elem .txt {
  font-size: 0.85em;
  line-height: 1.25;
}
.liste_entrees_ex .un_elem .txt a {
  color: #4f433b;
  font-weight: bold;
}
/** END ENTREES **/
/** PILIERS **/
#piliers {
  background: #fef9ef;
  padding-top: 50px;
  padding-bottom: 50px;
}
#piliers #titre_piliers {
  margin-bottom: 20px;
}
#liste_piliers .un_pilier {
  max-width: 390px;
}
#liste_piliers .un_pilier .visuel {
  position: relative;
}
#liste_piliers .un_pilier .visuel figcaption {
  color: #fff;
  font-family: 'Intro Head H L Base';
  text-transform: uppercase;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
#liste_piliers .un_pilier .contenu {
  padding: 20px 10px;
}
/** END PILIERS{

/** EXPERTS **/
#experts {
  padding-top: 50px;
  padding-bottom: 50px;
}
#experts #titre_experts {
  margin-bottom: 65px;
}
#liste_experts {
  max-width: 390px;
}
#liste_experts .un_expert {
  width: 100%;
  padding: 0;
}
#liste_experts .un_expert .contenu {
  padding: 15px 0;
}
#liste_experts .un_expert .contenu .citation {
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1.35;
  margin-bottom: 15px;
}
#liste_experts .un_expert .contenu .citation span {
  color: #b42e2d;
  font-weight: 700;
}
#liste_experts .un_expert .contenu .citation span:first-of-type {
  margin-right: 5px;
}
#liste_experts .un_expert .contenu .citation span:last-of-type {
  margin-left: 5px;
}
#liste_experts .un_expert .contenu .poste {
  text-align: right;
}
#liste_experts .un_expert .contenu .extrait {
  margin-top: 20px;
}
#main .carousel__nav .carousel__button {
  border: 2px solid #dddad9;
  top: -60px;
  transform: none;
  transition: all 0.25s;
}
#main .carousel__nav .carousel__button svg {
  color: #dddad9;
  transition: all 0.25s;
}
#main .carousel__nav .carousel__button.is-next {
  right: 0;
}
#main .carousel__nav .carousel__button.is-prev {
  right: 73px;
  left: auto;
}
#main .carousel__nav .carousel__button:hover {
  background-color: #b42e2d;
  border-color: #b42e2d;
}
#main .carousel__nav .carousel__button:hover svg {
  color: #fff;
}
/** EXPERTS **/
/** RS **/
#rs {
  background: #b42e2d;
}
#rs #conteneur_rs {
  padding-top: 25px;
  padding-bottom: 25px;
  background: url(../images/epis-cta-2x.png) bottom right -10px no-repeat;
  background-size: 175px 130px;
}
#rs #titre_sstitre_follow {
  font-size: 8px;
  text-align: center;
}
#rs #titre_sstitre_follow #titre_f {
  color: #fff;
  font-family: 'Intro Head H Base';
  font-size: 5.625em;
  text-transform: uppercase;
}
#rs #titre_sstitre_follow #sstitre_f {
  color: #fff;
  font-family: 'Intro Head H Base';
  font-size: 2.125em;
  text-transform: uppercase;
}
#rs .reseaux_sociaux {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}
#rs .reseaux_sociaux a {
  color: #fff;
  font-size: 2em;
  margin: 0 10px;
  transition: all 0.25s;
}
#rs .reseaux_sociaux a:hover {
  color: #fff;
}
/** RS **/
/** COMBINAISON **/
#combinaison {
  padding-top: 50px;
  padding-bottom: 35px;
  overflow: hidden;
}
#combinaison #titre_combinaison {
  text-align: center;
  margin-bottom: 15px;
}
#combi_img_txt #combi_visuel img {
  margin: 0 auto;
}
#droite_combi {
  margin-top: 15px;
}
#droite_combi #contenu_combid {
  margin-bottom: 15px;
}
#droite_combi #liste_titrec #titre_ch {
  text-transform: uppercase;
  font-size: 1.75em;
}
#droite_combi #liste_titrec #chiffres_cle {
  margin-top: 20px;
}
#droite_combi #liste_titrec #chiffres_cle .un_chiffre {
  font-size: 0.6em;
  width: 50%;
  border-right: 1px dashed #b42e2d;
}
#droite_combi #liste_titrec #chiffres_cle .un_chiffre .valeur {
  color: #b42e2d;
  font-weight: 300;
  font-size: 3em;
}
#droite_combi #liste_titrec #chiffres_cle .un_chiffre .libelle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  margin-top: 5px;
}
#droite_combi #liste_titrec #legende_ch {
  margin-top: 20px;
  font-size: 0.85em;
}
/** END COMBINAISON **/
/** SYNERGIE **/
#synergie_c {
  background: #fef9ef;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
#synergie_c #titre_synergie {
  text-align: center;
  position: relative;
  z-index: 2;
}
#synergie_c #synvl {
  position: relative;
  margin: 30px auto 0 auto;
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 880px;
}
#synergie_c #synvl #photo_syn {
  max-width: 530px;
  margin: 0 auto;
}
#synergie_c #synvl #liste_indications .une_indication {
  position: absolute;
}
#synergie_c #synvl #liste_indications .une_indication .titre_plus {
  text-align: center;
}
#synergie_c #synvl #liste_indications .une_indication .titre_plus .plus {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 2em;
  padding: 0px 10px;
  background-color: #b42e2d;
  border-radius: 50%;
}
#synergie_c #synvl #liste_indications .une_indication .titre_plus .titre {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  color: #b42e2d;
  font-weight: 700;
  font-size: 1em;
}
#synergie_c #synvl #liste_indications .une_indication:nth-of-type(1) {
  left: 0;
  top: 4%;
  max-width: 150px;
}
#synergie_c #synvl #liste_indications .une_indication:nth-of-type(2) {
  left: 0;
  top: 69%;
  max-width: 140px;
}
#synergie_c #synvl #liste_indications .une_indication:nth-of-type(3) {
  left: 50%;
  top: 87%;
  transform: translate(-47%, 0%);
  text-align: center;
}
#synergie_c #synvl #liste_indications .une_indication:nth-of-type(4) {
  right: 0;
  top: 72%;
  max-width: 110px;
}
#synergie_c #synvl #liste_indications .une_indication:nth-of-type(5) {
  top: 7%;
  right: 0;
  max-width: 130px;
  text-align: right;
}
.fancybox__content.info {
  background: #fff;
  text-align: center;
}
.fancybox__content.info .carousel__button.is-close {
  color: #b42e2d;
  top: 15px;
  right: 10px;
  box-shadow: none;
}
.fancybox__content.info .visuel {
  width: 150px;
  margin: 0 auto;
}
.fancybox__content.info .titre_extrait .titre {
  text-transform: uppercase;
  font-weight: 700;
  color: #b42e2d;
  font-size: 1.25em;
  display: block;
  margin-bottom: 15px;
}
.fancybox__content.info .titre_extrait .extrait {
  font-weight: 700;
  font-size: 1.25em;
}
/** END SYNERGIE **/
/** STRATEGIE **/
#strategie {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fef9ef;
}
#strategie #titre_strategie {
  text-align: center;
  position: relative;
  z-index: 1;
}
#montage_strat {
  margin: 30px auto 0 auto;
}
#montage_strat #wedo img {
  margin: 0 auto;
}
#montage_strat #liste_strategie {
  margin-top: 25px;
}
#montage_strat #liste_strategie .une_strategie {
  margin-bottom: 20px;
}
#montage_strat #liste_strategie .une_strategie .carre {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#montage_strat #liste_strategie .une_strategie .carre .titre_plus {
  padding: 15px 25px 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: relative;
}
#montage_strat #liste_strategie .une_strategie .carre .titre_plus:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #0a5594;
  transform: rotate(45deg);
  position: absolute;
  left: -7px;
  top: 45%;
  box-shadow: 0px 0px 0px 4px #fff;
}
#montage_strat #liste_strategie .une_strategie .carre .titre_plus .titre {
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.2;
}
#montage_strat #liste_strategie .une_strategie .carre .titre_plus .plus {
  font-weight: 400;
  display: inline-block;
  font-size: 2em;
  padding: 0px 10px;
  background-color: #fff;
  border-radius: 50%;
}
#montage_strat #liste_strategie .une_strategie .carre .picto_carre {
  display: inline-block;
  padding: 20px 20px;
  border-radius: 19px;
}
#montage_strat #liste_strategie .une_strategie .carre .picto_carre .picto {
  width: 65px;
}
/** END STRATEGIE **/
/** NOS EXPERTS **/
#nosexperts {
  padding-top: 65px;
  padding-bottom: 35px;
  background: #14181c;
}
#nosexperts #titre_nosexp {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
#liste_poles .un_pole .contenu {
  padding: 25px 0;
}
.un_exp {
  text-align: right;
}
.un_exp .photo {
  display: flex;
  justify-content: flex-end;
}
.un_exp .titre_contenu {
  padding: 25px 0 25px 0;
}
.un_exp .titre_contenu .titre {
  font-size: 1.625em;
  text-transform: uppercase;
}
.un_exp .titre_contenu .contenu {
  line-height: 1.45;
}
/** END NOS EXPERTS **/
/** SITES INDUSTRIELS **/
#sites_indus {
  background: #f0e6da;
  padding-top: 50px;
  padding-bottom: 50px;
}
#sites_indus #conteneur_si {
  position: relative;
  z-index: 1;
}
#sites_indus #titre_si {
  margin-bottom: 20px;
  text-align: center;
}
#sites_indus #liste_sites {
  max-width: 390px;
  margin: 0 auto;
}
#sites_indus #liste_sites .un_site {
  margin-top: 40px;
}
#sites_indus #liste_sites .un_site .visuel {
  position: relative;
}
#sites_indus #liste_sites .un_site .visuel a {
  position: absolute;
  width: 110px;
  height: 110px;
  background: url(../images/play-button-rouge-2x.png) center center no-repeat;
  background-size: 110px 110px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
}
#sites_indus #liste_sites .un_site .visuel a:hover {
  filter: drop-shadow(2px 4px 6px #5d4d45);
}
#sites_indus #liste_sites .un_site .titre_extrait {
  padding: 40px 0 20px 0;
}
#sites_indus #liste_sites .un_site .titre_extrait .titre {
  font-size: 1.625em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/** END SITES INDUSTRIELS **/
/** PRESENCE COMMERCIALE **/
#presence_com {
  padding-top: 50px;
  padding-bottom: 50px;
}
#presence_com #titre_content_com {
  margin: 0 auto;
  max-width: 840px;
}
#presence_com #titre_content_com #titre_com {
  text-align: center;
  margin-bottom: 20px;
}
#presence_com #liste_presencecom {
  margin-top: 70px;
}
#presence_com #liste_presencecom .une_zone {
  padding: 15px 25px 20px 25px;
  width: 350px;
  max-width: 100%;
}
#presence_com #liste_presencecom .une_zone .visuel img {
  margin: 0 auto;
}
#presence_com #liste_presencecom .une_zone .infos {
  padding: 15px 0;
}
#presence_com #liste_presencecom .une_zone .infos .titre {
  text-transform: uppercase;
  font-size: 1.625em;
}
#presence_com #liste_presencecom .une_zone .infos .extrait {
  line-height: 1.45;
  font-size: 0.85em;
  margin: 15px 0 25px 0;
}
/** END PRESENCE COMMERCIALE **/
/** MEUNERIE **/
.page-meunerie {
  background: #fef9ea;
}
#titre_c {
  position: relative;
  text-align: center;
  z-index: 2;
  padding-top: 25px;
  padding-bottom: 25px;
}
.titre_po {
  font-size: 12px;
  position: relative;
  padding-left: 50px;
}
.titre_po .l1 {
  display: block;
  font-size: 3.125em;
  text-transform: uppercase;
}
.titre_po .l2 {
  display: block;
  font-size: 1.5625em;
  text-transform: uppercase;
}
.titre_po .l2.gd {
  font-size: 1.75em;
}
.titre_po:before {
  content: "";
  display: inline-block;
  background: url(../images/grains-logo-blanc-2x.png) center center no-repeat;
  background-size: 161px 58px;
  width: 161px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-80%, -50%);
}
.titre_po.marron:before {
  background: url(../images/grains-logo-2x.png) center center no-repeat;
  background-size: 161px 58px;
}
#zones {
  padding-top: 25px;
  background-color: #e5cdab;
}
#zones #carte_monde {
  background: #fef9ea;
  margin: 0 -20px;
  padding: 20px 0;
}
#zones #world_map {
  position: relative;
}
#zones #world_map .marqueur {
  position: absolute;
}
#zones #world_map .marqueur .titre {
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
#zones #world_map .marqueur .titre .nom {
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#zones #world_map .marqueur .titre .fleche {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0%) scale(0.7);
}
#zones #world_map .marqueur#marqueur_europe {
  left: 39%;
  top: 10%;
}
#zones #world_map .marqueur#marqueur_france {
  left: 35%;
  top: 24%;
}
#zones #world_map .marqueur#marqueur_latam {
  left: 15%;
  top: 55%;
}
#zones #world_map .marqueur#marqueur_asie {
  right: 20%;
  top: 29%;
}
#zones #world_map .marqueur#marqueur_mea {
  right: 38%;
  bottom: 42%;
}
#zones #france_world {
  display: flex;
  align-items: center;
  justify-content: center;
}
#zones #france_world .une_map {
  margin: 0 20px;
  position: relative;
}
#zones #france_world .une_map .nom {
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#zones #france_world .une_map a {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
#zones #france_world .une_map img {
  margin: 0 auto;
  opacity: 1;
  transition: all 0.25s;
}
#zones #france_world .une_map img.invisible {
  position: absolute;
  top: 0;
  opacity: 0;
}
#zones #france_world .une_map.active img.invisible {
  opacity: 1;
}
#zones .titre_po {
  margin-bottom: 22px;
}
#applications {
  padding-top: 25px;
  padding-bottom: 25px;
}
#applications .chiffre_rd {
  background: #5d4d45;
  color: #fdf3d6;
}
#applications .liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#applications .liste li {
  width: 170px;
  height: 170px;
  margin-bottom: 4%;
  max-width: 48%;
}
#applications .liste li a {
  background: #fdd27b;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
#applications .liste li a.active {
  box-shadow: inset 0px 0px 0px 5px #b42e2d;
}
#applications .liste li a .visuel {
  margin-top: 10px;
  max-width: 100%;
}
#applications .liste li a .visuel img {
  max-width: 90%;
  margin: 0 auto;
}
#applications .liste li a .nom {
  font-size: 1.25em;
  text-transform: uppercase;
}
#applications .liste li:nth-of-type(2n) {
  margin: 0 0 0 4%;
}
#applications #liste_applications {
  margin-top: 25px;
}
#applications #liste_applications.solutions .liste a {
  background: #fff;
}
#applications #liste_applications.solutions .liste a .nom {
  display: block;
  margin-bottom: 15px;
}
#applications #liste_applications.solutions .liste a img {
  margin: 0 auto;
  width: 150px;
  max-width: 100%;
}
#applications #titre_appli {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.elem_map path,
.elem_map polygon {
  cursor: pointer;
}
.chiffre_rd {
  color: #e5cdab;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#main #primary .chiffre_rd {
  font-family: 'Intro Head H L Base';
  display: flex;
  font-size: 25px;
}
#concepts_liste .chiffre_rd {
  color: #000;
}
/** END MEUNERIE **/
/** DISTRIBUTION **/
#produits_liste {
  padding: 40px 0 20px 0;
}
#produits_liste #liste_produits {
  margin-top: 40px;
}
#produits_liste .un_produit {
  padding: 10px;
  width: 240px;
}
#produits_liste .un_produit .nom {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25em;
  display: block;
  margin: 10px 0 15px 0;
}
#produits_liste .un_produit .contenu {
  margin: 0 0 15px 0;
}
#produits_liste .un_produit .contenu ul li {
  position: relative;
  padding: 0 0 0 23px;
  line-height: 1.25;
}
#produits_liste .un_produit .contenu ul li:before {
  content: "";
  display: inline-block;
  background: #c99c6e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
#produits_liste .un_produit .contenu ul li:not(:last-child) {
  margin-bottom: 15px;
}
#produits_liste .un_produit .packaging {
  text-transform: uppercase;
}
#produits_liste .carousel__nav .carousel__button {
  top: -30px;
}
/** END DISTRIBUTION **/
/** PANIFICATION **/
#titre_z {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
#desc_appli {
  padding: 10px 0;
}
#desc_appli .un_elem {
  padding: 15px 0;
}
#desc_appli .un_elem .titre {
  text-transform: uppercase;
  font-size: 1.5em;
}
#desc_appli .un_elem .desc {
  margin-top: 10px;
}
#benefices {
  padding-bottom: 20px;
}
#benefices .titre_po {
  padding: 10px 0 5px 60px;
}
#benefices .titre_po:before {
  width: 45px;
  height: 45px;
  background: url(../images/picto-benefices-blanc-2x.png) center center no-repeat;
  background-size: 45px 45px;
  top: 50%;
  transform: translate(0%, -50%);
}
#benefices #liste_benefices {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
#benefices #liste_benefices .un_benef {
  width: 140px;
  height: 140px;
  margin: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#benefices #liste_benefices .un_benef .nom {
  text-transform: uppercase;
  display: block;
  font-size: 1.25em;
}
/* LEVAINS */
#choix_levains #gauche_sign {
  position: relative;
  max-width: 330px;
}
#choix_levains #gauche_sign #txt_sign {
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  font-size: 2em;
}
#choix_levains #droite_sign {
  max-width: 400px;
  margin: 0 auto;
}
#levains {
  margin-top: 50px;
}
#levains .une_liste .titre_liste {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#levains .slide_levain {
  position: relative;
  z-index: 2;
  padding-top: 5px;
}
#levains .slide_levain .un_levain {
  background: #fff;
  padding: 15px 20px;
  margin-right: 2%;
  width: 300px;
  max-width: 98%;
  border-width: 1px;
  border-style: dashed;
  border-radius: 10px;
  margin-top: 25px;
  overflow: visible;
}
#levains .slide_levain .un_levain .origine {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
  position: absolute;
  top: -22px;
  left: 0;
  display: flex;
  align-items: center;
  color: #000;
}
#levains .slide_levain .un_levain .origine img {
  margin-right: 8px;
}
#levains .slide_levain .un_levain .titre {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  line-height: 1.25;
}
#levains .slide_levain .un_levain .img_txt {
  padding: 10px 0;
}
#levains .slide_levain .un_levain .img_txt .visuel {
  width: 130px;
  margin: 0 auto 10px auto;
}
#levains .slide_levain .un_levain .img_txt .texte ul li {
  font-size: 0.875em;
  position: relative;
  padding: 0 0 0 17px;
  line-height: 1.15;
}
#levains .slide_levain .un_levain .img_txt .texte ul li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
#levains .slide_levain .un_levain .img_txt .texte ul li:not(:last-child) {
  margin-bottom: 10px;
}
#levains .slide_levain .un_levain .bas {
  border-top-width: 1px;
  border-top-style: dashed;
  padding: 15px 0 0 0;
}
#levains .slide_levain .un_levain .bas .libelle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  width: 35%;
}
#levains .slide_levain .un_levain .bas .int,
#levains .slide_levain .un_levain .bas .ac {
  display: flex;
  align-items: center;
}
#levains .slide_levain .un_levain .bas .ac {
  margin-top: 5px;
  margin-bottom: 5px;
}
#levains .slide_levain .un_levain .bas .couleur {
  display: flex;
  align-items: center;
}
#levains .slide_levain .un_levain .bas .couleur .gauche {
  display: flex;
  flex-direction: column;
  width: 35%;
}
#levains .slide_levain .un_levain .bas .couleur .gauche .libelle {
  width: 100%;
}
#levains .slide_levain .un_levain .bas .couleur .gauche .nom_coul {
  font-size: 0.75em;
}
#levains .slide_levain .un_levain .bas .couleur .rond_couleur {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#levains .carousel__nav .carousel__button.is-prev {
  right: 59px;
}
#levains_liquides {
  padding-bottom: 20px;
}
#levains_secs {
  background: #2a3236;
  padding-top: 50px;
  padding-bottom: 20px;
}
#levains_secs .slide_levain .un_levain {
  border: none;
}
#levains_secs .slide_levain .un_levain .origine {
  color: #fff;
}
#levains_bios {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
#levains_bios .titre_liste img {
  position: absolute;
  top: -30px;
  right: -90px;
}
/* END LEVAINS */
/* GAMMES */
#gammes #gamme_liste {
  background: #2a3236;
  padding-top: 50px;
  padding-bottom: 20px;
}
#gammes #gamme_liste #titre_gamme {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
#gammes #gamme_liste .liste {
  position: relative;
  z-index: 3;
}
#gammes #gamme_liste .une_gamme {
  margin: 0 20px 0 0;
  padding: 0;
  width: 280px;
}
#gammes #gamme_liste .une_gamme .title {
  text-transform: uppercase;
  font-size: 2.375em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translate(-50%, -50%);
}
#gammes #gamme_liste .une_gamme a {
  background: url(../images/fleche-bas-lien-2x.png) center right 32px no-repeat #b42e2d;
  background-size: 17px 17px;
  padding-right: 20px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 220px;
  max-width: 80%;
}
#gammes #gamme_liste .une_gamme a:hover {
  background-color: #6b201f;
}
#gammes #gamme_liste .carousel__nav .carousel__button {
  top: -75px;
}
#gammes #gamme_description .detail_gamme .titre_contenu {
  padding-top: 30px;
  padding-bottom: 30px;
}
#gammes #gamme_description .detail_gamme .titre_contenu .titre {
  text-transform: uppercase;
  font-size: 1.5em;
}
#gammes #gamme_description .detail_gamme .titre_contenu .contenu {
  margin: 15px 0 0 0;
}
#gammes #gamme_description .detail_gamme .visuel_gamd {
  margin: 0 auto;
}
/* END GAMMES */
/* INGREDIENTS CEREALIERS */
.rangee_ic .conteneur {
  padding-top: 45px;
  padding-bottom: 45px;
}
.rangee_ic .gauche .titre {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 15px;
}
.rangee_ic .gauche .contenu {
  margin-bottom: 15px;
}
.rangee_ic .gauche .contenu ul {
  margin-top: 10px;
}
.rangee_ic .gauche .contenu ul li {
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1.25;
}
.rangee_ic .gauche .contenu ul li:before {
  content: "";
  display: inline-block;
  background: #b42e2d;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.rangee_ic .gauche .contenu ul li:not(:last-child) {
  margin-bottom: 5px;
}
.rangee_ic .droite .un_elem {
  background: #fff;
}
.rangee_ic .droite .un_elem .titre {
  font-weight: 700;
  font-size: 1em;
}
.rangee_ic .droite .un_elem .sstitre {
  color: #b42e2d;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}
.rangee_ic .orf {
  display: flex;
  text-transform: uppercase;
  font-size: 0.75em;
  align-items: center;
}
.rangee_ic .orf b {
  font-size: 42px;
  font-weight: 400;
}
.rangee_ic .orf img {
  margin-left: 10px;
}
.rangee_ic .micronisation {
  text-transform: uppercase;
  font-size: 0.75em;
  background: url(../images/picto-micronisation-2x.png) center right 0px no-repeat;
  background-size: 30px 30px;
  display: inline-block;
  padding: 11px 40px 9px 0px;
}
#concasses .liste .un_elem {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 0 0 15px;
}
#concasses .liste .un_elem .titre_n .new {
  color: #b42e2d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
}
#ingredients_nutritionnels .liste .un_elem {
  margin-bottom: 10px;
  padding: 30px;
}
#ingredients_nutritionnels .liste .un_elem .titre_sstitre {
  background: url(../images/picto-micronisation-2x.png) left 0px no-repeat;
  background-size: 41px 41px;
  padding: 13px 0 13px 55px;
}
#ingredients_fonctionnels .liste .un_elem {
  padding: 30px 40px 30px 40px;
  margin-bottom: 10px;
}
/* END INGREDIENTS CEREALIERS */
/** END PANIFICATION **/
/**** END CONTENU ****/
/** FOOTER **/
#footer_ait {
  background-color: #fff9ef;
  padding: 20px 0;
}
#footer_ait #menu_rs_f {
  text-align: center;
  margin: 30px auto 30px auto;
}
#footer_ait #menu_rs_f #logo-invivo {
  display: inline-block;
  margin-top: 20px;
}
#footer_ait #menu_footer > li {
  margin-bottom: 15px;
}
#footer_ait #menu_footer > li > a,
#footer_ait #menu_footer > li > span {
  color: #5d4d45;
  font-size: 0.8125em;
}
#footer_ait .reseaux_sociaux a {
  color: #5d4d45;
  margin: 0 15px;
  font-size: 2em;
}
#footer_ait #societe_f {
  display: flex;
}
#footer_ait #societe_f #adresse_tel_f {
  margin: 0 0 0 10px;
  font-size: 14px;
  border-left: 1px solid #5d4d45;
  padding: 0 0 0 10px;
}
#footer_ait #societe_f #adresse_tel_f a {
  color: #5d4d45;
}
#footer_ait .scrolltop {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 11;
  bottom: 15px;
  right: 20px;
  display: none;
  color: #fff;
  text-align: center;
  background-color: #b42e2d;
  line-height: 35px;
  font-size: 24px;
  border-radius: 5px;
  transition: all 0.25s;
}
#footer_ait .scrolltop:hover {
  background-color: #6b201f;
  box-shadow: 0px 15px 49px 0px rgba(179, 46, 44, 0.3);
}
#footer_ait.banniere {
  padding-bottom: 70px;
}
/** END FOOTER **/
/** BANDEAU **/
#bandeau_eqbb {
  width: 100%;
  background: #F2AF40;
  display: flex;
  align-items: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
#bandeau_eqbb #txt_beqb {
  color: #fff;
  font-weight: 700;
  font-size: 0.6em;
  margin-left: 10px;
  line-height: 1.35;
}
#bandeau_eqbb #txt_beqb a {
  text-transform: uppercase;
  color: #b42e2d;
}
#bandeau_eqbb #txt_beqb a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/** END BANDEAU **/
/** EQB **/
#main #eqb_p #bandeau:before {
  display: none;
}
#main #eqb_p #gauche_b #logo_eqb_p {
  margin-bottom: 15px;
}
#main #eqb_p #gauche_b #titre_gauche_b {
  color: #fff;
}
#main #eqb_p #gauche_b #sstitre_gauche_b {
  color: #fff;
  text-transform: none;
  font-size: 1em;
  font-family: 'Raleway', sans-serif;
  line-height: 1.25em;
}
/* DECOUVERTE */
#decouverte_eqb {
  text-align: center;
}
.liste_enquetes {
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.liste_enquetes .une_enquete {
  max-width: 250px;
  margin-bottom: 25px;
}
.liste_enquetes .une_enquete .visuel {
  position: relative;
  margin-bottom: 0;
}
.liste_enquetes .une_enquete .visuel img {
  display: block;
}
.liste_enquetes .une_enquete .visuel ._df_thumb {
  margin: 0;
  width: 250px;
  height: 320px;
}
.liste_enquetes .une_enquete .visuel .venir {
  color: #b42e2d;
  font-family: 'Intro Head H L Base';
  text-transform: uppercase;
  font-size: 1.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.liste_enquetes .une_enquete .titre {
  display: block;
  font-family: 'Intro Head H L Base';
  text-transform: uppercase;
  font-size: 1.5em;
  color: #F2AF40;
  margin-top: 15px;
}
/* END DECOUVERTE */
/* FLASH */
#flash_eqb {
  background: #F2AF40;
  text-align: center;
  padding: 20px 0;
}
#flash_eqb #titre_flash {
  color: #FFF4E0;
}
#flash_eqb #titre_bl_fl {
  color: #fff;
  font-family: 'Intro Head H L Base';
  font-size: 1.5em;
  margin: 15px auto 15px auto;
}
/* END FLASH */
/* TOUTES ENQUETES */
#toutes_enquetes {
  text-align: center;
  padding: 40px 0;
}
#toutes_enquetes .titre_sstitre .sstitre {
  margin-top: 15px;
}
#liste_langes_eq {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto 20px auto;
}
#liste_langes_eq .une_langue_eq {
  background: #FFF4E0;
  text-align: center;
  width: 250px;
  min-height: 150px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#liste_langes_eq .une_langue_eq a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
#liste_langes_eq .une_langue_eq .titre {
  font-family: 'Intro Head H L Base';
  color: #F2AF40;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.25;
  display: block;
  margin-bottom: 15px;
}
#liste_langes_eq .une_langue_eq .flag_leq {
  width: 32px;
  margin: 0 auto;
}
#liste_langes_eq #autre_reg .titre {
  font-family: 'Intro Head H L Base';
  color: #b42e2d;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 10px;
}
/* END TOUTES ENQUETES */
/* QUESTIONS */
#questions_bl .txt {
  margin-top: 20px;
}
/* END QUESTIONS */
/* A PROPOS */
#propos_bl {
  background: #fff9ef;
  padding: 40px 0;
  margin: 30px auto 0 auto;
}
#propos_bl .txt {
  margin-bottom: 20px;
}
#propos_bl .txt .editor-titre-petit {
  font-family: 'Intro Head H L Base';
  color: #F2AF40;
  text-transform: uppercase;
  font-size: 1.5em;
}
/* END A PROPOS */
/** END EQB **/
/** PAYS **/
.enquetes_cours {
  padding: 40px 0;
}
#archives_eqb_l {
  padding-bottom: 40px;
  text-align: center;
}
#liste_archives_y {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto 20px auto;
}
#liste_archives_y .annee_enquete {
  background: #fff9ef;
  text-align: center;
  width: 225px;
  min-height: 225px;
  margin: 0 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.25s;
}
#liste_archives_y .annee_enquete:hover {
  box-shadow: 0px 0px 0px 7px #F2AF40;
}
#liste_archives_y .annee_enquete a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
#liste_archives_y .annee_enquete .annee {
  font-family: 'Intro Head H L Base';
  color: #F2AF40;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.25;
  display: block;
  width: 100%;
  text-align: center;
}
/** END PAYS **/
/* Version 768 */
@media (min-width: 768px) {
  /**** CONTENU ****/
  /** BANDEAU **/
  #bandeau.bandeau-expertise #titre_visuel_b {
    display: flex;
    align-items: center;
  }
  #bandeau #gauche_b {
    width: 60%;
    max-width: 740px;
  }
  #bandeau #droite_b {
    margin: 0 0 0 20px;
    max-width: 50vw;
  }
  /** END BANDEAU **/
  /** SERVICES **/
  #services .titre_v {
    top: 80%;
    width: 100%;
  }
  /** END SERVICES **/
  /** ENTREES **/
  .liste_entrees_ex .un_elem {
    width: 310px;
    padding: 0 10px;
  }
  .liste_entx .titre_e {
    margin-top: 20px;
  }
  /** END ENTREES **/
  /** PILIERS **/
  #liste_piliers {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  #liste_piliers .un_pilier {
    width: 307px;
    max-width: 48%;
    margin: 0 0 20px 0;
  }
  #liste_piliers .un_pilier:nth-of-type(2n) {
    margin: 0 0 20px 4%;
  }
  /** END PILIERS **/
  /** COMBINAISON **/
  #droite_combi #liste_titrec #chiffres_cle .un_chiffre {
    width: 33.3%;
  }
  /** END COMBINAISON **/
  /** STRATEGIE **/
  #montage_strat #liste_strategie {
    margin: 45px auto 0 auto;
    max-width: 400px;
  }
  /** END STRATEGIE **/
  /** SYNERGIE **/
  #synergie_c {
    padding-top: 110px;
    padding-bottom: 80px;
  }
  #synergie_c #synvl {
    padding-top: 60px;
  }
  #synergie_c #synvl #liste_indications .une_indication:nth-of-type(1) {
    left: 9%;
    top: 25%;
  }
  #synergie_c #synvl #liste_indications .une_indication:nth-of-type(2) {
    left: 5%;
    top: 64%;
    max-width: 200px;
  }
  #synergie_c #synvl #liste_indications .une_indication:nth-of-type(3) {
    top: 90%;
  }
  #synergie_c #synvl #liste_indications .une_indication:nth-of-type(4) {
    right: 10%;
    top: 63%;
  }
  #synergie_c #synvl #liste_indications .une_indication:nth-of-type(5) {
    top: 26%;
    right: 9%;
  }
  #synergie_c #synvl #liste_indications .une_indication .titre_plus .plus {
    cursor: pointer;
    transition: all 0.25s;
  }
  #synergie_c #synvl #liste_indications .une_indication .titre_plus .plus:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #synergie_c #synvl #liste_indications .une_indication .titre_plus .titre {
    transition: all 0.25s;
  }
  #synergie_c #synvl #liste_indications .une_indication .titre_plus:hover .plus {
    background-color: #5d4d45;
  }
  #synergie_c #synvl #liste_indications .une_indication .titre_plus:hover .titre {
    color: #5d4d45;
  }
  /** END SYNERGIE **/
  /** PRESENCE COMMERCIALE **/
  #presence_com #liste_presencecom .une_zone {
    padding: 15px 45px 30px 45px;
    width: 415px;
  }
  /** END PRESENCE COMMERCIALE **/
  /** MEUNERIE **/
  #applications #liste_applications .liste li {
    margin: 0 9px 20px 9px;
  }
  #zones #world_map .marqueur#marqueur_europe {
    left: 50%;
    top: 24%;
  }
    #zones #world_map .marqueur#marqueur_france {
    left: 39%;
    top: 31%;
  }
  #zones #world_map .marqueur#marqueur_mea {
    right: 43%;
    bottom: 40%;
  }
  #zones #world_map .marqueur#marqueur_latam {
    left: 19%;
    top: 69%;
  }
  /** END MEUNERIE **/
  /** PANIFICATION **/
  #choix_sign {
    display: flex;
    align-items: flex-start;
  }
  /** END PANIFICATION **/
  /** POLES **/
  #conteneur_poles {
    display: flex;
    justify-content: space-around;
  }
  #conteneur_poles .un_pole {
    max-width: 290px;
  }
  /** END POLES **/
  /**** END CONTENU ****/
}
/* Version > 1024 */
@media (min-width: 1024px) {
  /** BANDEAU **/
  #bandeau_eqbb {
    padding: 20px;
  }
  #bandeau_eqbb #txt_beqb {
    font-size: 1em;
    margin-left: 20px;
    line-height: 1.5;
  }
  /** END BANDEAU **/
  /**** CONTENU ****/
  /** RANGEES **/
  .une_rangee {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .une_rangee .conteneur_rangee {
    display: flex;
    align-items: center;
  }
  .une_rangee .conteneur_rangee .visuel {
    margin: 0 30px 0 0;
    max-width: 40%;
  }
  .une_rangee .conteneur_rangee .contenu {
    flex: 1;
  }
  /** END RANGEES **/
  /** CTA **/
  #cta_expertise {
    padding: 30px 0 30px 0;
  }
  #cta_expertise .conteneur {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cta_expertise #gauche_ctae {
    margin-right: 50px;
  }
  #cta_expertise #gauche_ctae .titre_sstitrex {
    font-size: 13px;
    margin-right: 15px;
  }
  #cta_expertise #gauche_ctae .titre_sstitrex .titre_p {
    margin-bottom: 0;
  }
  #cta_expertise #gauche_ctae .titre_sstitrex .sstitre_p {
    display: inline-block;
    position: relative;
  }
  #cta_expertise #gauche_ctae .titre_sstitrex .sstitre_p:before {
    content: "";
    display: inline-block;
    width: 51px;
    height: 70px;
    background: url(../images/grains-blanc-expertise-2x.png) center center no-repeat;
    background-size: 51px 70px;
    position: absolute;
    left: -45px;
    top: -40px;
  }
  /** END CTA **/
  /** STRATEGIE **/
  #strategie {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  #montage_strat {
    margin-top: 110px;
  }
  #montage_strat #wedo {
    position: absolute;
    left: 11%;
  }
  #montage_strat #liste_strategie {
    max-width: 100%;
    width: 1030px;
    height: 750px;
    position: relative;
  }
  #montage_strat #liste_strategie .une_strategie {
    position: absolute;
    margin: 0;
  }
  #montage_strat #liste_strategie .une_strategie .carre .picto_carre {
    position: absolute;
  }
  #montage_strat #liste_strategie .une_strategie .carre .picto_carre:after {
    content: '';
    background-image: url(../images/lien_angle.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: inherit;
    bottom: -30px;
    left: -31px;
  }
  #montage_strat #liste_strategie .une_strategie .carre .titre_plus {
    padding: 0;
    width: 235px;
    height: 235px;
    cursor: pointer;
  }
  #montage_strat #liste_strategie .une_strategie .carre .titre_plus .titre {
    font-size: 1.55em;
    letter-spacing: -1px;
    margin-bottom: 20px;
    transition: all 0.25s;
  }
  #montage_strat #liste_strategie .une_strategie .carre .titre_plus .plus {
    transition: all 0.25s;
  }
  #montage_strat #liste_strategie .une_strategie .carre .titre_plus .plus:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #montage_strat #liste_strategie .une_strategie .carre .titre_plus:hover .titre {
    margin-bottom: 10px;
  }
  #montage_strat #liste_strategie .une_strategie .carre .titre_plus:hover .plus {
    transform: rotate(90deg);
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(1) .carre .picto_carre,
  #montage_strat #liste_strategie .une_strategie:nth-of-type(3) .carre .picto_carre {
    right: -115px;
    top: -116px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(1) {
    left: 13.5%;
    top: 115px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(1) .carre .titre_plus:before {
    top: 47%;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(2) {
    left: 39.25%;
    top: 135px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(2) .carre .picto_carre {
    right: -116px;
    bottom: -115px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(2) .carre .picto_carre:after {
    transform: rotate(90deg);
    bottom: auto;
    top: -31px;
    left: -30px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(2) .carre .titre_plus:before {
    left: 47%;
    top: -7px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(3) {
    right: 12%;
    top: 115px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(3) .carre .titre_plus:before {
    left: 47%;
    top: auto;
    bottom: -7px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(4) {
    left: 37.6%;
    top: 400px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(4) .carre .picto_carre {
    left: -115px;
    bottom: -116px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(4) .carre .picto_carre:after {
    bottom: auto;
    top: -31px;
    left: auto;
    right: -29px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(4) .carre .titre_plus:before {
    left: auto;
    right: -7px;
    top: 47%;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(5) {
    left: 11.3%;
    top: 382px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(5) .carre .picto_carre {
    left: -116px;
    top: -115px;
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(5) .carre .picto_carre:after {
    top: auto;
    left: auto;
    bottom: -29px;
    right: -31px;
    transform: rotate(90deg);
  }
  #montage_strat #liste_strategie .une_strategie:nth-of-type(5) .carre .titre_plus:before {
    left: 47%;
    top: auto;
    bottom: -7px;
  }
  .fancybox__content.info_strat {
    flex-direction: row;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 40px 70px 0px rgba(65, 65, 65, 0.15);
  }
  .fancybox__content.info_strat .visuel {
    width: 23%;
    height: 520px;
    max-height: 55vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
  }
  .fancybox__content.info_strat .visuel img {
    width: 150px;
  }
  .fancybox__content.info_strat .contenu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 65px 0 65px;
  }
  .fancybox__content.info_strat button.carousel__button.is-close {
    background-color: #b42e2d;
    color: #fff;
    width: 60px;
    height: 60px;
    top: 25px;
    right: 25px;
    transition: all 0.25s;
  }
  .fancybox__content.info_strat button.carousel__button.is-close svg {
    width: 17px;
    filter: none;
  }
  .fancybox__content.info_strat button.carousel__button.is-close:hover {
    background-color: #6b201f;
  }
  /** END STRATEGIE **/
  /** NOS EXPERTS **/
  #nosexperts #titre_nosexp {
    margin-bottom: 85px;
  }
  .un_exp .titre_contenu .titre {
    margin-bottom: 15px;
  }
  /** END NOS EXPERTS **/
  /** SITES INDUSTRIELS **/
  #sites_indus #conteneur_si #titre_content_si {
    max-width: 960px;
    margin: 0 auto;
  }
  #sites_indus #liste_sites {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  #sites_indus #liste_sites .un_site {
    width: 370px;
    max-width: 32%;
    margin: 0 0 2% 0;
  }
  #sites_indus #liste_sites .un_site:nth-of-type(3n+2) {
    margin: 0 2% 2% 2%;
  }
  /** END SITES INDUSTRIELS **/
  /** MEUNERIE **/
  .titre_po {
    font-size: 16px;
  }
  .titre_po:before {
    background-size: 322px 117px;
    width: 322px;
    height: 117px;
    transform: translate(-290px, 9px);
    top: auto;
    bottom: 0;
  }
  .titre_po.marron:before {
    background-size: 322px 117px;
  }
  #applications {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  /** END MEUNERIE **/
  /** DISTRIBUTION **/
  #produits_liste .un_produit {
    width: 270px;
  }
  /** END DISTRIBUTION **/
  /** PANIFICATION **/
  /* LEVAINS */
  #levains .slide_levain {
    max-width: 1230px;
    padding-top: 20px;
    margin-top: -15px;
  }
  #levains .slide_levain .un_levain {
    width: 370px;
    margin-top: 25px;
    margin-right: 60px;
  }
  #levains .slide_levain .un_levain .origine {
    font-size: 1em;
    top: -25px;
  }
  /* END LEVAINS */
  /* GAMMES */
  #gammes #gamme_description .detail_gamme {
    display: flex;
    align-items: center;
  }
  #gammes #gamme_description .detail_gamme .titre_contenu {
    flex: 1;
  }
  #gammes #gamme_description .detail_gamme .titre_contenu .titre {
    font-size: 2.5em;
  }
  #gammes #gamme_description .detail_gamme .visuel_gamd {
    max-width: 40%;
  }
  /* END GAMMES */
  /* INGREDIENTS CEREALIERS */
  .rangee_ic .conteneur {
    display: flex;
  }
  .rangee_ic .gauche {
    flex: 1;
    padding-right: 10px;
    position: relative;
  }
  .rangee_ic .droite {
    flex: 1;
    padding-left: 10px;
  }
  .rangee_ic .droite .liste {
    margin-bottom: 10px;
  }
  #farines .conteneur {
    padding-bottom: 0;
  }
  #concasses .droite .liste {
    display: flex;
    flex-wrap: wrap;
  }
  #concasses .droite .liste .un_elem {
    margin: 0 0 10px 0;
    width: 49%;
  }
  #concasses .droite .liste .un_elem:nth-of-type(2n) {
    margin: 0 0 10px 2%;
  }
  #concasses .orf {
    justify-content: flex-end;
  }
  #ingredients_nutritionnels .gauche .haut {
    position: relative;
    z-index: 1;
  }
  #ingredients_nutritionnels .gauche .contenu {
    max-width: 50%;
  }
  #ingredients_nutritionnels .gauche .visuel {
    position: absolute;
    max-width: 75%;
    top: 60px;
    right: 0;
  }
  #ingredients_nutritionnels .droite .mi_or {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
  }
  #ingredients_nutritionnels .orf {
    justify-content: flex-end;
    margin-left: 20%;
  }
  #ingredients_fonctionnels .orf {
    justify-content: flex-end;
    margin-left: 20%;
  }
  /* END INGREDIENTS CEREALIERS */
  /** END PANIFICATION **/
  /**** END CONTENU ****/
  #footer_ait.banniere {
    padding-bottom: 100px;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  /** BANNIERE **/
  #bandeau_eqbb {
    top: 0;
    bottom: auto;
    padding: 0 0;
    height: 70px;
    display: flex;
    justify-content: center;
    transition: all 0.25s;
  }
  #bandeau_eqbb.deroule {
    top: -70px;
  }
  /** BANNIERE **/
  /** GLOBAL **/
  .conteneur {
    max-width: 85%;
  }
  p {
    font-size: 15px;
  }
  .p_m {
    max-width: 1000px;
    margin: 30px auto 0 auto;
  }
  .page-contenu {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fl-col ._df_thumb {
    width: 250px;
    height: 310px;
    max-width: 100%;
    border-radius: 5px;
    margin: 0 0 0 0;
  }
  /** GLOBAL **/
  /**MENU PC**/
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #header {
    max-width: 85%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.45s;
  }
  header#masthead #header #logo {
    margin-left: 0;
    width: 109px;
    transition: all 0.25s;
  }
  header#masthead #header #logo:before {
    width: 202px;
    height: 67px;
    background-size: contain;
    right: 120px;
    bottom: -2px;
    transition: all 0.25s;
  }
  header#masthead #header .sidebar {
    flex: 1;
    padding-left: 40px;
    transition: all 0.25s;
  }
  header#masthead #header .sidebar ul#primary-menu {
    text-align: left;
    display: flex;
    align-items: center;
  }
  header#masthead #header .sidebar ul#primary-menu > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) {
    position: relative;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) a,
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) span {
    color: #5d4d45;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0px;
    padding: 15px 0px 15px 0px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) a:before,
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(../images/grain-menu-2x.png) center center no-repeat;
    background-size: 12px 16px;
    margin-right: 10px;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) a {
    transition: all 0.25s;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) .sub-menu {
    visibility: hidden;
    opacity: 0;
    top: 60px;
    position: absolute;
    background: #fff;
    padding: 15px 15px 10px 20px;
    min-width: 215px;
    transition: all 0.25s;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) .sub-menu > li > a,
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) .sub-menu > li > span {
    font-size: 0.85em;
    padding: 10px 10px 10px 0;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) .sub-menu > li > a:before,
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) .sub-menu > li > span:before {
    content: none;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) .sub-menu > li > a:hover {
    color: #b42e2d;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) .sub-menu > li:not(:last-child) {
    margin-bottom: 2px;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item):hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > a,
  header#masthead #header .sidebar ul#primary-menu > li:hover > a,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > span,
  header#masthead #header .sidebar ul#primary-menu > li:hover > span {
    color: #b42e2d;
  }
  header#masthead #header .sidebar ul#primary-menu > li.wpml-ls-item {
    border-left: 1px solid #5d4d45;
    border-left: 1px solid rgba(75, 63, 58, 0.2);
    padding: 9px 0 7px 20px;
  }
  header#masthead.scroll #header,
  header#masthead.banniere #header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header#masthead.scroll #header #logo,
  header#masthead.banniere #header #logo {
    width: 82px;
    margin-right: 22px;
  }
  header#masthead.scroll #header #logo:before,
  header#masthead.banniere #header #logo:before {
    width: 166px;
    height: 58.5px;
    background-size: 166px 58.5px;
    right: 100px;
    bottom: 0;
  }
  header#masthead.scroll #header .sidebar,
  header#masthead.banniere #header .sidebar {
    margin-top: 10px;
  }
  header#masthead.banniere {
    transition: all 0.25s;
  }
  header#masthead.banniere #bandeau_eqbb + #header {
    padding-top: 80px;
  }
  header#masthead.banniere.deroule {
    top: -70px;
  }
  #site-navigation {
    padding-right: 110px;
    position: relative;
  }
  .wpml-ls-legacy-dropdown {
    border-left: 1px solid rgba(75, 63, 58, 0.2);
    top: 50%;
    right: 0;
    padding: 7px 0 7px 20px;
    transform: translateY(-50%);
  }
  /** END HEADER **/
  #sol_per {
    right: -125px;
    top: 15%;
    transform: translate(0%, 0);
  }
  #sol_per.active {
    right: 0;
  }
  #sol_per.scroll {
    top: 50%;
    right: -125px;
    transform: translate(0%, -50%);
  }
  #sol_per.scroll:not(.active) {
    right: -125px;
  }
  #sol_per.scroll.active {
    right: 0;
  }
  #sol_per #titre_f_solper #titre_solper {
    max-height: 15vh;
  }
  #sol_per #titre_f_solper #fleche_sp {
    cursor: pointer;
  }
  #sol_per #titre_f_solper #fleche_sp img {
    transform: rotate(0deg);
  }
  #sol_per #lsp {
    max-width: 15vh;
  }
  #sol_per.active #titre_f_solper #fleche_sp img {
    transform: rotate(180deg);
  }
  /**** CONTENU ****/
  /** BANDEAU **/
  #bandeau {
    padding: 140px 0 0 0;
    height: 760px;
    max-height: 120vh;
  }
  #bandeau:before {
    content: none;
  }
  #bandeau #gauche_b h1 {
    margin-bottom: 15px;
  }
  #bandeau #gauche_b #extrait_gauche_b {
    font-size: 1.125em;
    font-size: 1em;
    margin-top: 25px;
    max-width: 520px;
  }
  #bandeau #gauche_b #sstitre_gauche_r {
    margin-top: 15px;
    max-width: 70%;
  }
  #bandeau #gauche_b a[data-fancybox] {
    background-size: 50px 50px;
    padding: 28px 40px 27px 105px;
    background-position: left 20px center;
    margin-top: 25px;
  }
  #bandeau #droite_b {
    margin: -40px 0 0 20px;
  }
  #bandeau.bandeau-expertise {
    height: 840px;
  }
  #bandeau.bandeau-expertise #titre_visuel_b {
    align-items: flex-start;
  }
  #bandeau.bandeau-expertise #gauche_b {
    flex: 1;
  }
  #bandeau.bandeau-entreprise {
    height: 960px;
  }
  #bandeau.bandeau-entreprise #gauche_b {
    width: 70%;
    max-width: 1000px;
  }
  #bandeau.bandeau-entreprise #gauche_b #sstitre_gauche_r {
    max-width: 100%;
  }
  #bandeau.bandeau-entreprise #gauche_b #extrait_gauche_b {
    max-width: 90%;
  }
  .page-contact #bandeau {
    height: 470px;
  }
  .page-contact #bandeau #extrait_gauche_b {
    max-width: 500px;
  }
  #main.banniere {
    margin-top: 70px;
  }
  #main.banniere #bandeau {
    padding-top: 140px;
  }
  #masthead.banniere + #sol_per {
    top: 20%;
  }
  #breadcrumbs {
    margin-bottom: 15px;
  }
  #txt_seo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /** END BANDEAU **/
  /** RANGEES **/
  .une_rangee {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .une_rangee .conteneur_rangee .visuel {
    margin-right: 75px;
    max-width: 45%;
  }
  .une_rangee .conteneur_rangee .contenu {
    padding-right: 80px;
  }
  .une_rangee:nth-of-type(2n) {
    margin: 0;
  }
  .une_rangee:nth-of-type(2n) .conteneur_rangee {
    flex-direction: row-reverse;
  }
  .une_rangee:nth-of-type(2n) .conteneur_rangee .visuel {
    margin: 0 0 0 75px;
  }
  .une_rangee:nth-of-type(2n) .conteneur_rangee .contenu {
    padding: 0 0 0 80px;
  }
  /** END RANGEES **/
  /** ENTREES **/
  .liste_entrees_ex {
    max-width: 85%;
    margin: 40px auto 50px auto;
  }
  .liste_entrees_ex .un_elem {
    width: 50%;
    display: flex;
  }
  .liste_entrees_ex .un_elem .gauche {
    width: 40%;
  }
  .liste_entrees_ex .un_elem .droite {
    flex: 1;
    padding: 0 10px 0 20px;
  }
  .liste_entrees_ex .un_elem .droite .titre {
    margin-top: 0;
  }
  .liste_entrees_ex#liste_entrees_ex1 {
    margin-bottom: 0;
  }
  .liste_entx .titre_e {
    margin: 60px auto 0 auto;
    max-width: 85%;
  }
  #main .liste_entrees_ex .carousel__nav .carousel__button {
    top: -100px;
  }
  /** END ENTREES **/
  /** CTA **/
  #cta {
    padding: 33px 20px 13px 20px;
    background-image: none;
  }
  #cta #conteneur_cta {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cta #conteneur_cta:before {
    content: "";
    display: inline-block;
    width: 175px;
    height: 130px;
    background: url(../images/epis-cta-2x.png) center center no-repeat;
    background-size: 175px 130px;
    position: absolute;
    left: -50px;
    bottom: -13px;
  }
  #cta .titre_sstitre {
    font-size: 16px;
    margin: 0 130px 0 0;
  }
  #cta_expertise {
    padding: 40px 0 30px 0;
  }
  #cta_expertise #gauche_ctae {
    margin: 5px 120px 0 0;
  }
  #cta_expertise #gauche_ctae .titre_sstitrex {
    font-size: 16px;
  }
  /** END CTA **/
  /** STRATEGIE **/
  #montage_strat #liste_strategie {
    transform: scale(0.7);
  }
  /** END STRATEGIE **/
  /** SERVICES **/
  #services {
    padding-top: 110px;
    padding-bottom: 45px;
  }
  #services .titre_v {
    font-size: 7em;
    left: -3%;
    top: auto;
    bottom: 35%;
    width: 100%;
  }
  #services #liste_services {
    display: flex;
    width: 100%;
    width: 960px;
    margin-top: 50px;
  }
  #services #liste_services .un_service {
    margin: 0;
  }
  #services #liste_services .un_service:nth-of-type(3n + 2) {
    margin: 0 30px;
  }
  #services #liste_services .un_service .visuel {
    position: relative;
  }
  #services #liste_services .un_service .visuel img {
    transition: all 0.25s;
  }
  #services #liste_services .un_service .contenu {
    padding: 30px 0 10px 0;
  }
  #services #liste_services .un_service .contenu .txt {
    margin-bottom: 15px;
  }
  #services #liste_services .un_service:hover .visuel img {
    filter: grayscale(1);
  }
  /** END SERVICES **/
  /** PILIERS **/
  #piliers {
    padding-top: 110px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  #piliers #titre_piliers {
    margin-bottom: 40px;
  }
  #piliers #conteneur_piliers:before,
  #piliers #conteneur_piliers:after {
    content: "";
    display: inline-block;
    width: 676px;
    height: 100px;
    background: url(../images/grains-footer-2x.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 155px;
  }
  #piliers #conteneur_piliers:before {
    left: -56%;
  }
  #piliers #conteneur_piliers:after {
    right: -56%;
  }
  #piliers #conteneur_piliers #liste_piliers .un_pilier {
    margin: 0 0 55px 0;
  }
  #piliers #conteneur_piliers #liste_piliers .un_pilier:nth-of-type(3n + 2) {
    margin: 0 55px 55px 55px;
  }
  #piliers #conteneur_piliers #liste_piliers .un_pilier .contenu {
    padding: 35px 20px;
  }
  /** END PILIERS **/
  /** EXPERTS **/
  #experts {
    padding-top: 130px;
  }
  #experts #titre_experts {
    margin-bottom: 75px;
  }
  #liste_experts {
    max-width: 100%;
  }
  #liste_experts .un_expert {
    width: 320px;
    margin-right: 55px;
  }
  #liste_experts .un_expert .contenu .extrait {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #liste_experts .un_expert .contenu .citation {
    font-size: 1.1em;
    min-height: 75px;
  }
  #liste_experts .carousel__nav .carousel__button {
    top: -100px;
  }
  .carousel__nav .carousel__button {
    width: 60px;
    height: 60px;
    top: -95px;
  }
  .carousel__nav .carousel__button.is-prev {
    right: 85px;
  }
  .carousel__nav .carousel__button:hover {
    box-shadow: 0px 15px 49px 0px rgba(179, 46, 44, 0.3);
  }
  /** END EXPERTS **/
  /** POLES **/
  #conteneur_poles {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #conteneur_poles .un_pole {
    max-width: 100%;
    display: flex;
    flex: 1;
    align-items: center;
  }
  #conteneur_poles .un_pole:nth-of-type(1) {
    flex-direction: row-reverse;
    margin-right: 30px;
    text-align: right;
  }
  #conteneur_poles .un_pole .visuel {
    width: 200px;
  }
  #conteneur_poles .un_pole .contenu {
    flex: 1;
    padding: 25px;
  }
  /** END POLES **/
  /** RS **/
  #rs #conteneur_rs {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: left 90px bottom 0px;
    padding: 30px 20px;
  }
  #rs #titre_sstitre_follow {
    font-size: 16px;
    text-align: right;
  }
  #rs .reseaux_sociaux {
    margin: 0 0 0 70px;
  }
  #rs .reseaux_sociaux a {
    font-size: 4em;
    margin: 0 27px;
  }
  /** RS **/
  /** SYNERGIE **/
  #synergie_c {
    padding-bottom: 130px;
  }
  #synergie_c #synvl #liste_indications .une_indication .titre_plus {
    font-size: 1.25em;
  }
  #synergie_c #synvl #liste_indications .une_indication .titre_plus .plus {
    font-size: 1.75em;
  }
  #synergie_c #synvl #liste_indications .une_indication:nth-of-type(2) {
    left: 3%;
    max-width: 240px;
  }
  #synergie_c #synvl #liste_indications .une_indication:nth-of-type(5) {
    max-width: 160px;
    right: 7%;
  }
  .info {
    padding-bottom: 20px;
  }
  .info .titre_extrait {
    width: 540px;
    margin-bottom: 30px;
  }
  /** END SYNERGIE **/
  /** PRESENCE COMMERCIALE **/
  #presence_com #liste_presencecom .une_zone {
    width: 345px;
  }
  /** END PRESENCE COMMERCIALE **/
  /** COMBINAISON **/
  #combinaison {
    padding-top: 105px;
    padding-bottom: 90px;
  }
  #conteneur_combinaison #titre_combinaison {
    text-align: left;
    margin-bottom: 40px;
  }
  #combi_img_txt {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
  }
  #combi_img_txt #combi_visuel {
    width: 640px;
    flex: 1;
  }
  #combi_img_txt #combi_visuel img {
    margin: 0 0 0 0;
  }
  #combi_img_txt #droite_combi {
    margin: 0 0 0 5%;
    flex: 1;
  }
  #combi_img_txt #droite_combi #contenu_combid {
    margin-bottom: 45px;
  }
  #combi_img_txt #droite_combi #liste_titrec #chiffres_cle {
    margin-top: 30px;
  }
  #combi_img_txt #droite_combi #liste_titrec #chiffres_cle .un_chiffre {
    font-size: 0.9em;
  }
  #combi_img_txt #droite_combi #liste_titrec #chiffres_cle .carousel__nav .carousel__button {
    top: -80px;
  }
  /** END COMBINAISON **/
  /** NOS EXPERTS **/
  #nosexperts {
    background: url(../images/fond-services.webp) center top no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 45px;
  }
  /** END NOS EXPERTS **/
  /** SITES INDUSTRIELS **/
  #sites_indus {
    padding-top: 115px;
    padding-bottom: 90px;
  }
  #sites_indus #liste_sites {
    padding: 0 20px;
  }
  #sites_indus #liste_sites .un_site {
    margin: 0 0 35px 0;
  }
  #sites_indus #liste_sites .un_site:nth-of-type(3n+2) {
    margin: 0 2% 35px 2%;
  }
  /** END SITES INDUSTRIELS **/
  /** PRESENCE COMMERCIALE **/
  #presence_com {
    padding-top: 125px;
  }
  #presence_com #titre_content_com #titre_com {
    margin-bottom: 30px;
  }
  #presence_com #liste_presencecom {
    margin: 80px auto 0 auto;
    max-width: 1245px;
  }
  #presence_com #liste_presencecom .une_zone {
    padding-bottom: 50px;
  }
  /** END PRESENCE COMMERCIALE **/
  /** MEUNERIE **/
  #applications {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #applications .conteneur {
    display: flex;
    align-items: center;
  }
  #applications .titre_po {
    width: 25%;
  }
  #applications #liste_applications {
    margin: 0 0 0 0;
    width: 975px;
    flex: 1;
  }
  #applications #liste_applications.solutions .liste a {
    justify-content: center;
  }
  #applications #liste_applications.solutions .liste a .nom {
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  #applications .liste {
    justify-content: flex-start;
  }
  #applications .liste li {
    width: 135px;
    height: 135px;
  }
  #applications .liste li a {
    justify-content: flex-start;
  }
  #applications .liste li a .nom {
    display: block;
    padding: 0 25px;
  }
  #applications .liste li a .visuel {
    width: 170px;
    margin: 10px auto 5px auto;
  }
  #applications #titre_appli {
    margin-top: 15px;
    margin-bottom: 115px;
  }
  .titre_po {
    padding-left: 0;
  }
  .titre_po:before {
    transform: translate(-340px, 9px);
  }
  #zones {
    background: #e5cdab;
    background: linear-gradient(90deg, #e5cdab 0%, #e5cdab 30%, #fef9ea 30%, #fef9ea 100%);
    padding-top: 0;
  }
  #zones .conteneur {
    display: flex;
  }
  #zones #conteneur_titresl {
    width: 25%;
    display: flex;
    align-items: center;
    background-color: #e5cdab;
    position: relative;
  }
  #zones #conteneur_titresl:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 18px;
    border-color: transparent transparent transparent #e5cdab;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translate(0%, -50%);
  }
  #zones .titre_po {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  #zones #carte_monde {
    flex: 1;
    margin: 0;
  }
  #zones #world_map .marqueur .titre {
    padding: 10px 20px 10px 20px;
  }
  #zones #world_map .marqueur .titre .fleche {
    bottom: -13px;
    transform: translate(-50%, 0%) scale(1);
  }
  #zones #world_map .marqueur#marqueur_europe {
    left: 46%;
    top: 29%;
  }
    #zones #world_map .marqueur#marqueur_france {
    left: 38%;
    top: 29%;
  }
  #zones #world_map .marqueur#marqueur_latam {
    left: 19%;
    top: 70%;
  }
  #zones #world_map .marqueur#marqueur_mea {
    right: 35%;
  }
  #zones #france_world {
    padding: 50px 0;
    justify-content: flex-end;
  }
  #zones #france_world .une_map {
    margin: 0;
    padding: 0;
  }
  #zones #france_world .une_map .nom {
    font-size: 2.125em;
  }
  #zones #france_world #map_france {
    margin-right: 7%;
  }
  #titre_c {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  #main #primary .chiffre_rd {
    font-size: 40px;
  }
  .chiffre_rd {
    left: 0;
    right: auto;
    top: -80px;
    transform: translate(0%, 0);
    width: 60px;
    height: 60px;
  }
  #concepts_liste #titre_dc .chiffre_rd {
    top: -65px;
  }
  /** END MEUNERIE **/
  /** DISTRIBUTION **/
  #produits_liste {
    padding: 100px 0 110px 0;
  }
  #produits_liste #liste_produits {
    margin: 40px -20px 0 -20px;
  }
  #produits_liste .un_produit {
    width: 33.33%;
    padding: 20px;
  }
  #produits_liste .un_produit .nom {
    font-size: 1.625em;
  }
  #produits_liste .un_produit .contenu ul li {
    font-size: 1.375em;
  }
  #produits_liste .un_produit .contenu ul li:before {
    top: 7px;
  }
  #produits_liste .un_produit .contenu ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #produits_liste .un_produit .packaging {
    font-size: 1.3125em;
  }
  #produits_liste .carousel__nav .carousel__button {
    top: -90px;
  }
  /** END DISTRIBUTION **/
  /** PANIFICATION **/
  #titre_z {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #applications .liste.panification {
    margin-left: 5px;
  }
  #applications .liste.panification li {
    width: 172px;
    height: 172px;
    margin-left: 8px;
    margin-right: 8px;
  }
  #applications .liste.panification a {
    justify-content: center;
  }
  #applications .liste.panification a .nom {
    font-size: 1.75em;
  }
  #applications #desc_appli {
    flex-direction: column;
  }
  #applications #desc_appli .un_elem {
    padding: 35px 70px 0 70px;
  }
  #applications #desc_appli .un_elem .titre {
    font-size: 2.875em;
  }
  #applications #desc_appli .un_elem .contenu {
    font-size: 1.125em;
  }
  #benefices {
    padding-top: 65px;
    padding-bottom: 25px;
  }
  #benefices .titre_po {
    padding-left: 0;
  }
  #benefices .titre_po:before {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    top: 0;
    transform: translate(0%, -80px);
  }
  #benefices #conteneur_benefices {
    display: flex;
    align-items: center;
  }
  #benefices #conteneur_benefices .titre_po {
    width: 25%;
  }
  #benefices #conteneur_benefices #liste_benefices {
    width: 975px;
    padding: 0 5px;
    flex: 1;
  }
  #benefices #conteneur_benefices #liste_benefices .un_benef {
    margin: 0 10px 20px 10px;
    width: 133px;
    height: 133px;
  }
  #benefices #conteneur_benefices #liste_benefices .un_benef .nom {
    font-size: 1.5em;
  }
  #choix_levains #gauche_sign {
    width: 660px;
    max-width: 35%;
  }
  #choix_levains #gauche_sign #txt_sign {
    font-size: 3.125em;
    right: 19%;
  }
  #choix_levains #droite_sign {
    width: 800px;
    max-width: 45%;
    margin: 0 0 0 7%;
  }
  /* LEVAINS */
  #levains {
    margin-top: 20px;
  }
  #levains .une_liste .titre_liste {
    margin-bottom: 35px;
  }
  #levains .slide_levain .un_levain .titre {
    font-size: 1.3125em;
  }
  #levains .slide_levain .un_levain .img_txt {
    display: flex;
  }
  #levains .slide_levain .un_levain .img_txt .texte {
    flex: 1;
    margin-left: 15px;
    padding: 5px 0;
  }
  #levains .slide_levain .un_levain .bas {
    display: flex;
    align-items: center;
  }
  #levains .slide_levain .un_levain .bas .ac {
    margin-bottom: 0;
  }
  #levains .slide_levain .un_levain .bas .ia {
    width: 58%;
  }
  #levains .slide_levain .un_levain .bas .couleur {
    flex: 1;
    justify-content: space-between;
    border-left-width: 1px;
    border-left-style: dashed;
    padding: 0 0px 0 15px;
  }
  #levains .slide_levain .un_levain .bas .couleur .gauche {
    width: auto;
  }
  #levains .slide_levain .un_levain .bas .couleur .gauche .nom_coul {
    display: block;
    margin-top: 10px;
  }
  #levains .carousel__nav .carousel__button.is-prev {
    right: 85px;
  }
  #levains_liquides {
    padding-bottom: 70px;
  }
  #levains_secs {
    background: url(../images/fond-levains-secs.webp) center top no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 94px;
  }
  #levains_bios {
    padding-top: 100px;
    padding-bottom: 55px;
  }
  #levains_bios .titre_liste img {
    top: -20px;
    right: -140px;
  }
  /* END LEVAINS */
  /* GAMMES */
  #gammes #gamme_liste {
    background: url(../images/fond-levains-secs.webp) center top no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 130px;
  }
  #gammes #gamme_liste .liste {
    padding-top: 15px;
  }
  #gammes #gamme_liste .carousel__nav .carousel__button {
    top: -85px;
  }
  #gammes #gamme_liste .carousel__nav .carousel__button.is-prev {
    right: 85px;
  }
  #gammes #gamme_liste .une_gamme {
    margin-right: 30px;
  }
  #gammes #gamme_description .detail_gamme {
    position: relative;
  }
  #gammes #gamme_description .detail_gamme .titre_contenu {
    padding: 30px 10% 30px 17%;
  }
  #gammes #gamme_description .detail_gamme .visuel_gamd {
    max-width: 33%;
  }
  /* END GAMMES */
  /* INGREDIENTS CEREALIERS */
  .rangee_ic .conteneur {
    padding-top: 90px;
  }
  .rangee_ic .gauche .titre {
    margin-bottom: 40px;
  }
  .rangee_ic .droite .un_elem .titre {
    font-size: 1.25em;
  }
  .rangee_ic .droite .un_elem .sstitre {
    font-size: 1.125em;
    margin-top: 8px;
  }
  #farines .conteneur {
    padding-top: 65px;
  }
  #farines .gauche {
    padding-bottom: 30px;
  }
  #farines .droite {
    display: flex;
    justify-content: flex-end;
    margin-right: -20px;
  }
  #concasses .conteneur {
    padding-bottom: 20px;
  }
  #concasses .gauche .contenu {
    max-width: 80%;
  }
  #concasses .haut {
    margin-bottom: 25px;
  }
  #ingredients_nutritionnels .conteneur {
    padding-bottom: 75px;
  }
  #ingredients_nutritionnels .gauche .visuel {
    max-width: 65%;
    top: 90px;
  }
  #ingredients_nutritionnels .droite .liste {
    display: flex;
    flex-wrap: wrap;
  }
  #ingredients_nutritionnels .droite .liste .un_elem {
    margin: 0 0 20px 0;
    width: 48.5%;
    padding: 40px 40px 30px 30px;
    height: 170px;
  }
  #ingredients_nutritionnels .droite .liste .un_elem:nth-of-type(2n) {
    margin: 0 0 20px 3%;
  }
  #ingredients_nutritionnels .droite .liste .un_elem .titre_sstitre {
    padding-top: 11px;
  }
  #ingredients_nutritionnels .droite .mi_or {
    margin-top: 20px;
  }
  #ingredients_nutritionnels .orf {
    margin-left: 24%;
  }
  #ingredients_fonctionnels .gauche {
    padding-right: 10%;
  }
  #ingredients_fonctionnels .gauche .contenu {
    max-width: 570px;
  }
  #ingredients_fonctionnels .haut {
    margin-bottom: 60px;
  }
  #ingredients_fonctionnels .droite {
    width: 390px;
    padding: 0;
    flex: none;
  }
  #ingredients_fonctionnels .liste {
    margin-bottom: 30px;
  }
  #ingredients_fonctionnels .liste .un_elem {
    height: 170px;
    display: flex;
    align-items: center;
  }
  /* END INGREDIENTS CEREALIERS */
  /** END PANIFICATION **/
  /**** END CONTENU ****/
  /** FOOTER **/
  #footer_ait {
    padding: 10px 0;
  }
  #footer_ait.banniere {
    padding-bottom: 10px;
  }
  #footer_ait #conteneur_footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #footer_ait #conteneur_footer #menu_rs_f {
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
  }
  #footer_ait #conteneur_footer #menu_rs_f #menu_footer {
    display: flex;
    align-items: center;
  }
  #footer_ait #conteneur_footer #menu_rs_f #menu_footer > li {
    margin: 0 10px 0 0;
  }
  #footer_ait #conteneur_footer #menu_rs_f #menu_footer > li > a,
  #footer_ait #conteneur_footer #menu_rs_f #menu_footer > li > span {
    font-weight: 700;
    padding: 15px 20px 15px 20px;
  }
  #footer_ait #conteneur_footer #menu_rs_f #menu_footer > li > a {
    transition: all 0.25s;
  }
  #footer_ait #conteneur_footer #menu_rs_f #menu_footer > li > a:hover {
    color: #b42e2d;
  }
  #footer_ait #conteneur_footer #menu_rs_f .reseaux_sociaux {
    border-left: 1px solid #5d4d45;
    padding: 5px 0 5px 15px;
  }
  #footer_ait #conteneur_footer #menu_rs_f .reseaux_sociaux a {
    transition: color 0.25s;
  }
  #footer_ait #conteneur_footer #menu_rs_f .reseaux_sociaux a:hover {
    color: #fff;
  }
  #footer_ait #conteneur_footer #menu_rs_f #logo-invivo {
    margin: 0 0 0 15px;
  }
  #footer_ait #conteneur_footer #societe_f {
    display: flex;
    align-items: center;
  }
  #footer_ait #conteneur_footer #societe_f #adresse_tel_f {
    margin: 0 0 0 20px;
  }
  #footer_ait #conteneur_footer #societe_f #adresse_tel_f p {
    color: #5d4d45;
    font-weight: 700;
    font-size: 0.9em;
  }
  /** END FOOTER **/
  /** EQB **/
  #main #eqb_p #gauche_b {
    max-width: 600px;
  }
  #main #eqb_p #gauche_b #titre_gauche_b {
    font-size: 3em;
  }
  #main #eqb_p #gauche_b #logo_eqb_p {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  #main #eqb_p #gauche_b #sstitre_gauche_b {
    line-height: 1.5;
  }
  /* DECOUVERTE */
  #decouverte_eqb {
    flex-direction: column;
  }
  #decouverte_eqb .liste_enquetes {
    flex-direction: row;
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #decouverte_eqb .liste_enquetes .une_enquete {
    max-width: 270px;
    margin: 0 30px 40px 30px;
  }
  #decouverte_eqb .liste_enquetes .une_enquete .visuel {
    margin: 0;
    max-width: 100%;
  }
  #decouverte_eqb .liste_enquetes .une_enquete .visuel .venir {
    font-size: 2em;
  }
  #decouverte_eqb .liste_enquetes .une_enquete .visuel ._df_thumb {
    width: 270px;
    height: 345px;
  }
  #decouverte_eqb .liste_enquetes .une_enquete .titre {
    line-height: 1.25;
    min-height: 60px;
  }
  /* END DECOUVERTE */
  /* FLASH */
  #flash_eqb {
    padding: 60px 0 40px 0;
  }
  #flash_eqb #titre_flash:after {
    width: 27px;
    height: 36px;
    background: url(../images/epi-blanc-2x-fl.png) center center no-repeat;
    background-size: 27px 36px;
    right: auto;
    left: -30px;
    top: -15px;
    z-index: 1;
  }
  #flash_eqb #titre_bl_fl {
    font-size: 2em;
    max-width: 790px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  /* END FLASH */
  /* TOUTES ENQUETES */
  #toutes_enquetes {
    padding: 90px 0 90px 0;
  }
  #toutes_enquetes .titre_sstitre .sstitre {
    line-height: 1.25;
  }
  #liste_langes_eq {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 65px;
    max-width: 885px;
  }
  #liste_langes_eq .une_langue_eq {
    width: 225px;
    min-height: 225px;
    margin: 0 30px 50px 30px;
    cursor: pointer;
    transition: all 0.25s;
  }
  #liste_langes_eq .une_langue_eq:hover {
    box-shadow: 0px 0px 0px 7px #F2AF40;
  }
  #liste_langes_eq #autre_reg {
    margin: 0 0px 50px 30px;
    width: 255px;
  }
  #liste_langes_eq #autre_reg .titre {
    font-size: 2em;
  }
  /* END TOUTES ENQUETES */
  /* QUESTIONS */
  #questions_bl {
    padding-bottom: 70px;
  }
  #questions_bl .conteneur {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #questions_bl .conteneur .visuel {
    width: 460px;
  }
  #questions_bl .conteneur .txt {
    flex: 1;
    padding: 0 0 0 160px;
    margin: 0;
  }
  /* END QUESTIONS */
  /* A PROPOS */
  #propos_bl {
    padding: 60px 0;
  }
  #propos_bl .conteneur {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #propos_bl .conteneur .visuel {
    width: 460px;
  }
  #propos_bl .conteneur .txt {
    flex: 1;
    padding: 0 120px 0 0;
  }
  #propos_bl .conteneur .txt .editor-titre-petit {
    font-size: 2em;
    line-height: 1.25;
  }
  /* END A PROPOS */
  /** END EQB **/
  /** PAYS **/
  .enquetes_cours {
    display: flex;
    justify-content: center;
    padding: 100px 0 70px 0;
  }
  .enquetes_cours #posts_current_year {
    width: 600px;
  }
  .enquetes_cours #posts_current_year.last {
    width: 1200px;
  }
  .enquetes_cours #posts_current_year.last .liste_enquetes {
    justify-content: center;
  }
  .enquetes_cours #posts_current_year .liste_enquetes {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .enquetes_cours #posts_current_year .liste_enquetes .une_enquete {
    max-width: 270px;
    margin: 0 15px 25px 15px;
    text-align: center;
  }
  .enquetes_cours #posts_current_year .liste_enquetes .une_enquete .visuel ._df_thumb {
    width: 270px;
    height: 345px;
  }
  .enquetes_cours .txt {
    flex: 1;
    padding: 0 70px 0 0;
  }
  #liste_archives_y {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  #liste_archives_y .annee_enquete .annee {
    font-size: 1.875em;
  }
  /** END PAYS **/
}
/* Version > 1600 */
@media (min-width: 1600px) {
  .conteneur {
    max-width: 1320px;
  }
  p {
    font-size: 16px;
  }
  .fl-col ._df_thumb {
    height: 340px;
  }
  /** HEADER **/
  header#masthead.scroll #header #logo,
  header#masthead.banniere #header #logo {
    margin-right: 82px;
  }
  header#masthead #header {
    max-width: 1320px;
  }
  header#masthead #header #logo {
    width: 164px;
  }
  header#masthead #header #logo:before {
    width: 322px;
    height: 117px;
    background-size: 322px 117px;
    right: 190px;
    bottom: -7px;
    transition: all 0.25s;
  }
  header#masthead #header .sidebar {
    margin-right: -140px;
  }
  header#masthead #header .sidebar ul#primary-menu > li {
    margin-left: 14px;
  }
  header#masthead #header .sidebar ul#primary-menu > li.wpml-ls-item {
    padding-left: 40px;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) a,
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) span {
    padding-right: 10px;
    font-size: 16px;
  }
  header#masthead #header .sidebar ul#primary-menu > li:not(.wpml-ls-item) .sub-menu {
    top: 45px;
  }
  #site-navigation {
    padding-right: 120px;
  }
  .wpml-ls-legacy-dropdown {
    padding-left: 40px;
  }
  /** END HEADER **/
  /**** CONTENU ****/
  /** BANDEAU **/
  #bandeau {
    padding-top: 190px;
  }
  #bandeau #gauche_b #extrait_gauche_b {
    font-size: 1.125em;
  }
  #bandeau #gauche_b a[data-fancybox] {
    background-size: 70px 70px;
    padding: 43px 55px 42px 120px;
    background-position: left 30px center;
    margin-top: 45px;
  }
  /** END BANDEAU **/
  /** SERVICES **/
  #services .titre_v {
    font-size: 9em;
    left: -4%;
  }
  #services #liste_services {
    width: 100%;
    margin-top: 90px;
  }
  /** END SERVICES **/
  /** ENTREES **/
  .liste_entrees_ex {
    max-width: 1300px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .liste_entrees_ex .un_elem {
    align-items: center;
  }
  .liste_entrees_ex .un_elem .gauche {
    width: 290px;
  }
  .liste_entrees_ex .un_elem .droite {
    padding: 0 25px 0 30px;
  }
  .liste_entrees_ex .un_elem .droite .titre {
    min-height: auto;
    margin-bottom: 15px;
  }
  .liste_entx .titre_e {
    max-width: 1280px;
  }
  #main .liste_entrees_ex .carousel__nav {
    top: -105px;
  }
  /** END ENTREES **/
  /** CTA **/
  #cta {
    background-position: bottom 0px left 19%;
  }
  /** END CTA **/
  /** STRATEGIE **/
  #montage_strat #liste_strategie {
    transform: scale(1);
  }
  /** END STRATEGIE **/
  /* GAMMES */
  #gammes #gamme_description .detail_gamme .titre_contenu {
    padding-left: 22%;
  }
  /* END GAMMES */
  /** PILIERS **/
  #liste_piliers .un_pilier {
    width: 390px;
  }
  #liste_piliers .un_pilier .visuel figcaption {
    font-size: 2.75em;
  }
  #piliers #conteneur_piliers:before,
  #piliers #conteneur_piliers:after {
    width: 706px;
    height: 136px;
    background-size: 706px 136px;
    top: 175px;
  }
  /** END PILIERS **/
  /** PRESENCE COMMERCIALE **/
  #presence_com #liste_presencecom .une_zone {
    width: 415px;
  }
  #presence_com #liste_presencecom .une_zone .infos .extrait {
    font-size: 1em;
  }
  /** END PRESENCE COMMERCIALE **/
  /** EXPERTS **/
  #liste_experts .un_expert {
    width: 390px;
  }
  #liste_experts .un_expert .contenu .citation {
    font-size: 1.4em;
  }
  /** END EXPERTS **/
  /** POLES **/
  #conteneur_poles .un_pole .visuel {
    width: 290px;
  }
  #conteneur_poles .un_pole .contenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #conteneur_poles .un_pole:nth-of-type(1) {
    margin-right: 40px;
  }
  #conteneur_poles .un_pole:nth-of-type(1) .contenu {
    padding-left: 0;
  }
  #conteneur_poles .un_pole:nth-of-type(2) .contenu {
    padding-right: 0;
  }
  /** END POLES **/
  /** SITES INDUSTRIELS **/
  #sites_indus #liste_sites .un_site {
    width: 390px;
  }
  #sites_indus #liste_sites .un_site:nth-of-type(3n+2) {
    margin: 0 2.6% 35px 2.6%;
  }
  /** END SITES INDUSTRIELS **/
  /** COMBINAISON **/
  #droite_combi #liste_titrec #chiffres_cle .un_chiffre .valeur {
    font-size: 4.375em;
  }
  #droite_combi #liste_titrec #chiffres_cle .un_chiffre .libelle {
    font-size: 1.25em;
  }
  /** COMBINAISON **/
  /** MEUNERIE **/
  #zones .titre_po {
    font-size: 16px;
  }
  #zones #world_map .marqueur#marqueur_latam {
    left: 23%;
  }
  #zones #world_map .marqueur#marqueur_mea {
    right: 43%;
  }
  #applications .liste li {
    width: 172px;
    height: 172px;
  }
  #applications .liste li a .visuel img {
    max-width: 100%;
  }
  #applications .liste li a .nom {
    font-size: 1.5625em;
  }
  /** END MEUNERIE **/
  /** PANIFICATION **/
  #applications .liste.panification li {
    width: 220px;
    height: 220px;
  }
  #benefices #conteneur_benefices #liste_benefices .un_benef {
    width: 170px;
    height: 170px;
  }
  #benefices #conteneur_benefices #liste_benefices .un_benef .nom {
    font-size: 1.75em;
  }
  /** END PANIFICATION **/
  /**** END CONTENU ****/
}
/* END Version > 1600 */
