@charset "UTF-8";
/*
  Breapoints slicer pour gérer simplement les medias queries
  exemple:  @include from(small) {
              .selector {
                // ...
              }
            }
  http://documentation.laetis.loc/formation-sass/sass-media-queries-avec-breakpoint-slicer
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(/lae/public1.0/css/lae-select2.css);
@import url(/lae/public1.0/fonts/font-awesome-4.7.0/css/font-awesome.min.css);
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.alerte {
  color: #CC0000; }

input.alerte {
  border: solid 1px #CC0000;
  color: inherit; }

#recherche_resultats li {
  clear: both; }

#recherche_resultats li .titre {
  font-weight: bold !important; }

#ecranUser {
  font-family: 'Open Sans', sans-serif;
  min-width: 1000px;
  overflow: hidden; }

/********************
 * Contenu
 ********************/
#content {
  min-height: 500px;
  position: relative; }

section.content {
  width: 670px;
  margin: 0px;
  position: relative;
  float: left;
  min-height: 200px;
  padding-top: 15px; }

section.content + aside {
  width: 270px;
  margin: 0px;
  margin-left: 35px;
  padding: 15px 0px;
  position: relative;
  float: left;
  min-height: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 80000; }
section.content + aside > div:first-of-type {
  margin-top: 0; }

div.centre:after {
  content: '';
  display: block;
  clear: both; }

/************
 * INTRODUCTION
 ************/
section#introduction {
  min-height: 345px;
  width: 100%;
  overflow: hidden;
  background-color: #62783f;
  position: relative; }

.num_2_2 section#introduction {
  background-color: #2094c3; }

#introduction figure {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -118px; }

#introduction figure img {
  min-height: 100%;
  height: auto;
  width: 100%;
  max-width: 800px; }

#introduction div.centree {
  position: relative;
  width: 980px;
  height: 100%;
  margin: 0 auto; }

#introduction div.centree article {
  min-height: 315px;
  width: 647px;
  background-image: url(/lae/public1.0/img/site/fond-article-intro.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-attachment: scroll;
  padding-top: 30px; }

.num_2_2 #introduction div.centree article {
  background-image: url(/lae/public1.0/img/site/fond-bleu-article-intro.png); }

#introduction div.centree article div.intro {
  width: 600px;
  min-height: 210px;
  overflow: hidden; }

#introduction div.centree article h1 {
  font-family: 'Open Sans', arial;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #c8e382;
  margin-top: 0;
  margin-bottom: 20px; }

.num_2_2 #introduction div.centree article h1 {
  color: #D3E9F5; }

#introduction div.centree article h2 {
  font-family: 'Open Sans', arial;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 15px; }

#introduction div.centree article p {
  font-family: 'Open Sans', arial;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 10px; }

#introduction div.centree article a {
  font-family: 'Open Sans', arial;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline !important; }

#introduction div.centree article a:hover {
  text-decoration: none !important; }

/****************/
#content div.centree, #content div.centre {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 100; }

#content section.content {
  padding-top: 15px; }

#content.noAside section.content {
  width: 100%;
  margin: 0;
  position: relative;
  float: none;
  min-height: 200px; }

/*****************
 * ASIDE
 ****************/
div.blocSaviezVous {
  width: 255px;
  padding: 15px;
  background-color: #efeeec;
  position: relative;
  margin: 20px 0; }

div.blocPlusInfos {
  background-color: #a08b77; }

div.blocSaviezVous h3 {
  font-family: 'Open Sans', arial;
  font-size: 24px;
  line-height: 24px;
  color: #b1ab97;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid white;
  margin-top: 10px;
  margin-bottom: 15px; }

div.blocPlusInfos h3 {
  color: #cfc7b5;
  border-bottom: 1px solid #cfc7b5; }

div.blocSaviezVous h4 {
  font-family: 'Open Sans', arial;
  font-size: 18px;
  line-height: 20px;
  color: #b1ab97;
  font-weight: 400;
  padding: 0;
  margin-top: 10px 0; }

div.blocPlusInfos h4 {
  color: #cfc7b5; }

div.blocSaviezVous p, div.blocSaviezVous ul li {
  font-family: 'Open Sans', arial;
  font-size: 13px;
  line-height: 18px;
  color: #4d4d4d;
  font-weight: 400;
  padding: 0; }

div.blocSaviezVous p {
  margin-top: 5px;
  margin-bottom: 10px; }

div.blocSaviezVous p strong {
  font-weight: 700;
  color: #4d4d4d; }

div.blocPlusInfos p {
  color: #ffffff; }

div.blocSaviezVous p.note {
  font-family: 'Open Sans', arial;
  font-size: 11px;
  line-height: 18px; }

p a {
  font-weight: 400;
  color: #0095cc;
  text-decoration: none; }

p a:hover, p a:focus {
  text-decoration: underline; }

div.blocSaviezVous ul li .item-actif {
  color: #b1ab97; }

/*****/
div.blocAssocie {
  clear: both;
  margin: 10px 0; }

div.blocAssocie a.demiArrondi, div.blocAssocie form.demiArrondi {
  background-color: #efeeec;
  display: block;
  padding: 15px 25px;
  margin-bottom: 15px; }

div.blocAssocie a.demiArrondi, div.blocAssocie form.demiArrondi p {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 18px;
  color: #4d4d4d;
  font-weight: 400;
  text-decoration: none; }

div.blocAssocie a.demiArrondi:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }

div.blocAssocie a.fondVert {
  background-color: #698618;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

div.blocAssocie a.fondBleu {
  background-color: #59b1d9;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

div.blocAssocie a.demiArrondi strong, div.blocAssocie form.demiArrondi strong {
  display: block;
  font-family: 'Open Sans', arial;
  font-size: 24px;
  line-height: 24px;
  color: #b1ab97;
  font-weight: 400;
  text-transform: uppercase; }

div.blocAssocie a.fondVert strong {
  color: #c2e16a;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

div.blocAssocie a.fondBleu strong {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

div.blocAssocie form.demiArrondi fieldset.inline {
  background-color: white;
  border: 1px solid #a09c8e;
  height: 35px;
  width: 100%;
  position: relative; }

div.blocAssocie form.demiArrondi fieldset.inline input[type=text], div.blocAssocie form.demiArrondi fieldset.inline input[type=search] {
  background-color: transparent;
  display: block;
  float: left;
  width: 81%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  padding: 0% 2%; }

div.blocAssocie form.demiArrondi fieldset.inline input[type=submit] {
  background-color: transparent;
  display: block;
  float: left;
  width: 0%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 15%;
  background-image: url(/lae/public1.0/img/site/picto-grosse-loupe.png);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

div.blocAssocie h3 {
  font-family: 'Open Sans', arial;
  font-size: 18px;
  line-height: 23px;
  color: #87a539;
  font-weight: 400;
  margin-bottom: 5px; }

div.blocAssocie ul, div.blocSaviezVous ul {
  margin: 0;
  padding: 0; }

div.blocAssocie ul li, div.blocSaviezVous ul li {
  list-style: none;
  position: relative;
  padding-left: 15px; }
div.blocAssocie ul li + li, div.blocSaviezVous ul li + li {
  margin-top: 6px; }

div.blocAssocie ul li:before, div.blocSaviezVous ul li:before {
  content: '- ';
  color: #828281;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1; }

div.blocAssocie ul li a, div.blocSaviezVous ul li a {
  display: block;
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.2;
  color: #828281;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 3px;
  margin-right: 3px; }

div.blocAssocie ul li a.actif, div.blocSaviezVous ul li a.actif {
  color: #668120;
  font-weight: bold; }

div.blocAssocie ul li a:hover, div.blocAssocie ul li a:focus, div.blocSaviezVous ul li a:hover, div.blocSaviezVous ul li a:focus {
  color: #0095cc; }

.num_2_2 div.blocAssocie ul li a:hover, .num_2_2 div.blocAssocie ul li a:focus, .num_2_2 div.blocSaviezVous ul li a:hover, .num_2_2 div.blocSaviezVous ul li a:focus {
  color: #0095cf; }

/**/
div.blocAssocie ul.listePave {
  margin: 0;
  padding: 0; }

div.blocAssocie ul.listePave li {
  list-style: none;
  line-height: 15px;
  display: block;
  float: left;
  /* ajout si pas de <a> */
  font-family: 'Open Sans', arial;
  font-size: 13px;
  line-height: 13px;
  color: #373737 !important;
  font-weight: 400;
  padding: 7px 10px;
  background-color: #e0e2db;
  margin-bottom: 3px;
  margin-right: 3px;
  /* FIN ajout si pas de <a> */ }

div.blocAssocie ul.listePave li:before {
  content: ''; }

div.blocAssocie ul.listePave li a {
  font-family: 'Open Sans', arial;
  font-size: 13px;
  line-height: 13px;
  color: #373737 !important;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 7px 10px;
  background-color: #e0e2db; }

div.blocAssocie ul.listePave li a:hover, div.blocAssocie ul.listePave li a:focus {
  color: #373737 !important;
  background-color: #CFD2C7; }

/********************
 * Content LISTE ARTICLES
 ********************/
article.produitListe {
  display: block;
  width: 320px;
  min-height: 400px;
  margin: 15px 0;
  float: left;
  position: relative; }

article.produitListe figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 280px;
  text-align: center;
  vertical-align: middle;
  text-align: center; }

article.produitListe figure img {
  max-width: 100%; }

article.produitListe figure span.sportProtect, section.detailsProduit div.zoom span.sportProtect {
  display: block;
  width: 0;
  height: 28px;
  padding-left: 70px;
  overflow: hidden;
  background-image: url(/lae/public1.0/img/site/logo-sport-protect.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 35px; }

article.produitListe figure span.kousmine, section.detailsProduit div.zoom span.kousmine {
  display: block;
  width: 0;
  height: 50px;
  padding-left: 41px;
  overflow: hidden;
  background-image: url(/lae/public1.0/img/site/logo-kousmine.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 35px; }

article.produitListe h3, section.detailsProduit article.produitListe h3 {
  font-family: 'Open Sans', arial;
  font-size: 20px;
  line-height: 20px;
  color: #87a539;
  font-weight: 400;
  /*text-transform: uppercase;*/
  margin: 5px 15px 10px 15px;
  background: none;
  padding: 0;
  position: relative;
  left: auto;
  border: none; }

article.produitListe h3 a, section.detailsProduit article.produitListe h3 a {
  font-family: 'Open Sans', arial;
  font-size: 20px;
  line-height: 20px;
  color: #87a539;
  font-weight: 400;
  /*text-transform: uppercase;*/
  text-decoration: none; }

article.produitListe h3:before, section.detailsProduit article.produitListe h3:before {
  display: none; }

article.produitListe h3 span, section.detailsProduit article.produitListe h3 span {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }

article.produitListe ul, section.detailsProduit article.produitListe ul {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #707070;
  margin: 10px 15px; }

article.produitListe ul li, section.detailsProduit article.produitListe ul li {
  list-style: none;
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400 !important; }

article.produitListe p, section.detailsProduit article.produitListe p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400 !important;
  color: #707070;
  margin: 10px 15px; }

article.produitListe ul li:before {
  content: '- '; }

section.detailsProduit article.produitListe ul li:before {
  content: '- '; }

article.produitListe a.fiche, section.detailsProduit article.produitListe a.fiche {
  display: block;
  font-family: 'Open Sans', arial;
  font-weight: 600;
  color: #6d8b0f;
  margin: 10px 15px;
  padding-left: 10px;
  text-decoration: none;
  background-image: url(/lae/public1.0/img/site/fleche-fiche.png);
  background-repeat: no-repeat;
  background-position: 0% 45%; }

article.produitListe a.fiche:hover, article.produitListe a.fiche:focus {
  background-position: 1% 45%; }

.famille-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.famille-articles .produitListe {
  width: 32%;
  float: none; }

.cm.article .produitListe {
  width: 33%;
  min-height: 500px; }
.cm.article .produitListe img {
  max-width: 100% !important;
  max-height: none; }

section.content .cm.article .produitListe {
  width: 30%; }

/************/
#filAriane {
  padding: 20px 3px; }

#filAriane ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0; }

#filAriane ul li {
  display: block;
  font-size: 14px;
  line-height: 1; }

#filAriane ul li.separateur {
  width: 25px;
  height: 14px;
  background-image: url(/lae/public1.0/img/site/separateur.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

#filAriane ul li a {
  font-family: 'Open Sans', arial;
  color: #b5b7ae;
  font-weight: 300;
  text-decoration: none; }

#filAriane ul li a:hover, #filAriane ul li:last-child a {
  color: #5d7b0e; }

.num_2_2 #filAriane ul li a:hover, .num_2_2 #filAriane ul li:last-child a {
  color: #0095CF; }

/****** ALPHABET *******/
ul.alphabet {
  margin: 0;
  padding: 0;
  height: 25px; }
ul.alphabet:after {
  content: '';
  display: block;
  clear: both;
  height: 0; }

ul.alphabet li {
  list-style: none;
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  overflow: hidden;
  border-right: 1px solid white; }

ul.alphabet li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'Open Sans', arial;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #a6a39e; }

ul.alphabet li a.actif {
  background-color: #86a82e; }

ul.alphabet li a.inactif span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4; }

#listeAlphabet p.lettre {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'Open Sans', arial;
  font-weight: 300;
  font-size: 60px;
  line-height: 58px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #74991f;
  margin: 0;
  margin-top: 50px; }

#listeAlphabet div.produits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: 2px;
  margin-top: 50px;
  float: left;
  width: 910px;
  border-left: 1px dotted #b5b7ae; }

#listeAlphabet div.produits article.produitListe {
  width: 30%;
  float: none; }

/**************************/
div.autocompleteResults {
  background-color: white;
  width: 400px;
  right: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  max-height: 400px;
  overflow: hidden; }

div.result {
  padding: 5px;
  clear: both;
  min-height: 60px;
  cursor: pointer;
  margin-left: 5px;
  border-bottom: 1px solid #EBEBEB; }

div.result:hover, div.result:focus {
  border-left: 5px solid #0595d1;
  margin-left: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

div.result figure {
  height: 60px;
  width: 60px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  line-height: 60px;
  text-align: center; }

div.result figure img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }

div.result p.titre {
  font-family: 'Open Sans', arial;
  font-size: 16px;
  line-height: 18px;
  color: #87a539 !important;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0; }

div.result p {
  font-family: 'Open Sans', arial;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #464646;
  margin: 5px 0;
  margin-left: 65px; }

a.zoombox {
  text-decoration: none; }

#zoombox .zoombox_mask {
  z-index: 5000 !important; }

map area {
  cursor: pointer; }

div.blocAssocie ul.l-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
div.blocAssocie ul.l-share > li:before {
  display: none; }
div.blocAssocie ul.l-share > li {
  padding-left: 0; }
div.blocAssocie ul.l-share > li + li {
  margin-top: 0;
  margin-left: 6px; }
div.blocAssocie ul.l-share .fa {
  font-size: 24px; }

.list--no-style {
  list-style: none; }

.hidden {
  display: none;
  visibility: hidden; }

.list--horizontal {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
.list--horizontal.list--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.list--horizontal.list--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.list--horizontal.list--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.list--horizontal.list--justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ttu {
  text-transform: uppercase; }

.click-block {
  margin: 20px 0;
  cursor: pointer; }

div.separateur {
  clear: both;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  margin: 10px 0; }

header.principal {
  min-width: 980px;
  position: relative;
  margin: 0px;
  padding: 0 10px; }

header.principal:not(.front):after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 6px;
  opacity: 0.4;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); }

header.principal > .centree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  margin: 0px auto;
  padding: 15px 0; }

#logoNutergia {
  margin: 0;
  max-width: 48%; }

#logoNutergia > a {
  display: block; }
#logoNutergia > a > img {
  display: block;
  max-width: 100%; }

#espacePro {
  display: block;
  height: 18px;
  padding-left: 30px;
  font-family: 'Open Sans', arial;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #408d01;
  text-decoration: none;
  background-image: url(/lae/public1.0/img/site/picto-espace-pro.jpg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  z-index: 2000; }

#espacePro:hover {
  text-decoration: underline; }

.search-wrap {
  width: 100%;
  max-width: 300px;
  position: relative; }

#gMoteurRecherche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 35px; }

#gMoteurRecherche input[type="search"], #gMoteurRecherche input[type="text"] {
  height: 100%;
  width: 100%;
  margin-right: 5px;
  padding: 0px;
  padding-left: 50px;
  outline: none;
  font-family: Calibri, arial;
  font-size: 16px;
  line-height: 1;
  color: #647d4f;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  -webkit-appearance: none; }
#gMoteurRecherche input[type="search"]:focus, #gMoteurRecherche input[type="text"]:focus {
  border: 1px solid #000; }

#gMoteurRecherche input[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  padding: 0px;
  height: 100%;
  width: 50px;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  background-image: url(/lae/public1.0/img/site/picto-loupe.jpg);
  background-repeat: no-repeat;
  background-position: center; }

/**/
#btnChangeLangue {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 15px;
  cursor: pointer;
  z-index: 1000; }

#btnChangeLangue > li:first-of-type > a:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 100%;
  top: 0;
  background-image: url(/lae/public1.0/img/site/fleche-btn-langues.png);
  background-repeat: no-repeat;
  background-position: center; }

#btnChangeLangue .others {
  margin: 0;
  padding: 0;
  position: absolute;
  left: -5px;
  top: 100%;
  visibility: hidden;
  opacity: 0; }
#btnChangeLangue .others > ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 5px solid #fff; }
#btnChangeLangue .others > ul > li + li {
  margin-top: 5px; }

#btnChangeLangue.open .others {
  visibility: visible;
  opacity: 1; }

#btnChangeLangue li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block; }

#btnChangeLangue li a {
  position: relative;
  display: block;
  width: 26px;
  height: 18px;
  background-image: url(/lae/public1.0/img/site/flags/fr.png);
  background-repeat: no-repeat;
  background-size: cover; }

#btnChangeLangue li a.fr {
  background-image: url(/lae/public1.0/img/site/flags/fr.png); }

#btnChangeLangue li a.gb {
  background-image: url(/lae/public1.0/img/site/flags/gb.png); }

#btnChangeLangue li a.es {
  background-image: url(/lae/public1.0/img/site/flags/es.png); }

#btnChangeLangue li a.pt {
  background-image: url(/lae/public1.0/img/site/flags/pt.png); }

#btnChangeLangue li a.it {
  background-image: url(/lae/public1.0/img/site/flags/it.png); }

#btnChangeLangue li a.nl {
  background-image: url(/lae/public1.0/img/site/flags/nl.png); }

.autocompleteResults {
  position: absolute;
  overflow: hidden; }

.main-menu {
  padding: 20px 0; }
.main-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 0; }
.main-menu a {
  position: relative;
  display: block;
  padding: 10px;
  color: #628329;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  text-align: center; }
.main-menu a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #628329;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.09, 1.37, 0.73, 1);
  -o-transition: all 0.3s cubic-bezier(0.09, 1.37, 0.73, 1);
  transition: all 0.3s cubic-bezier(0.09, 1.37, 0.73, 1); }
.main-menu a:hover:after, .main-menu a:focus:after {
  -webkit-transform: scaleX(0.4);
      -ms-transform: scaleX(0.4);
          transform: scaleX(0.4);
  opacity: .6; }
.main-menu .menu-niveau2-actif a:after {
  -webkit-transform: scaleX(0.6);
      -ms-transform: scaleX(0.6);
          transform: scaleX(0.6);
  opacity: .6; }
.main-menu .labo a {
  color: #0095db; }
.main-menu .labo a:after {
  background-color: #0095db; }

/* BEGIN accueil */
#diapoAccueil {
  position: relative;
  top: 0;
  padding-top: 30%; }
#diapoAccueil > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
#diapoAccueil .lien > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%; }

@media screen and (max-width: 600px) {
  #diapoAccueil {
    display: none; } }
.carrousel-accueil {
  max-width: 980px;
  margin: 3% auto; }
.carrousel-accueil .item-sommaire {
  display: none; }
.carrousel-accueil .item-sommaire.slick-slide {
  display: block;
  margin: 0 10px; }
.carrousel-accueil .slick-list {
  margin: 0 -10px; }
.carrousel-accueil .item-sommaire > .overlay {
  opacity: 0; }
.carrousel-accueil .item-sommaire:hover > .overlay {
  opacity: 1; }
.carrousel-accueil .item-sommaire .titre {
  height: auto;
  font-size: 16px; }
.carrousel-accueil p > a {
  color: #fff;
  position: relative;
  text-decoration: none; }
.carrousel-accueil .slick-dots li.slick-active button:before, .carrousel-accueil .slick-dots li button:before {
  color: #0095db; }
.carrousel-accueil .slick-dots li {
  margin: 0; }

section.accueil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 3% auto; }
section.accueil > article {
  width: 32%;
  margin: 20px 0;
  position: relative; }
section.accueil > article > figure > a {
  display: block; }
section.accueil > article img {
  width: 100%;
  height: auto; }
section.accueil > article h3 {
  margin: 15px 0;
  font-size: 22px;
  color: #628329;
  line-height: 1.2;
  font-weight: 400;
  min-height: 52px; }
section.accueil > article p {
  font-size: 16px;
  line-height: 1.2;
  min-height: 57px; }
section.accueil > article p.produitDuMois {
  display: none; }
section.accueil > article p.typeArticle {
  min-height: 0;
  position: absolute;
  top: 0;
  right: 0; }
section.accueil > article .savoirPlus {
  color: inherit;
  font-weight: 400;
  display: inline-block;
  border: 2px solid #628329;
  padding: 10px 15px;
  color: #fff;
  background-color: #628329;
  text-transform: uppercase;
  font-size: 14px; }
section.accueil > article .savoirPlus:hover, section.accueil > article .savoirPlus:focus {
  text-decoration: none;
  border-color: #0095db;
  color: #fff;
  background-color: #0095db; }

@media (max-width: 767px) {
  section.accueil > article h3, section.accueil > article p {
    min-height: 0; }

  section.accueil > article h3 + p {
    display: none; } }
/* END accueil */
.diaporamaLaetis .rsImg {
  visibility: hidden; }
.diaporamaLaetis .rsOverflow .rsImg {
  visibility: visible; }

/* BEGIN sommaire */
.grille-sommaire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0; }
.grille-sommaire > .item-sommaire {
  width: 50%;
  width: calc(50% - 15px); }

.item-sommaire {
  position: relative;
  margin: 15px 0;
  overflow: hidden; }
.item-sommaire:before {
  content: '';
  display: block;
  padding-top: 55%; }
.item-sommaire > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.item-sommaire > .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 0 10px;
  -webkit-transform: translateY(78%);
      -ms-transform: translateY(78%);
          transform: translateY(78%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.25, 1); }
.item-sommaire > .overlay:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .8; }
.item-sommaire > .overlay .titre, .item-sommaire > .overlay .sous-titre {
  position: relative;
  z-index: 10; }
.item-sommaire p, .item-sommaire ul {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.25, 1); }
.item-sommaire li a {
  text-decoration: none;
  color: inherit; }
.item-sommaire br + br {
  display: none; }
.item-sommaire .titre {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.item-sommaire .titre a {
  display: block;
  color: inherit;
  text-decoration: none; }
.item-sommaire.actif > .overlay {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
.item-sommaire.actif > .overlay p, .item-sommaire.actif > .overlay ul {
  opacity: 1;
  visibility: visible; }
@media (min-width: 768px) {
  .item-sommaire:hover > .overlay {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .item-sommaire:hover > .overlay p, .item-sommaire:hover > .overlay ul {
    opacity: 1;
    visibility: visible; } }
@media (max-width: 767px) {
  .item-sommaire.has-sm > .overlay {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .item-sommaire.has-sm > .overlay p, .item-sommaire.has-sm > .overlay ul {
    opacity: 1;
    visibility: visible;
    max-height: none; }
  .item-sommaire.has-sm > .overlay li + li {
    margin-top: 5px; } }

.sommaire-rectangle {
  padding: 40px 0; }
.sommaire-rectangle a {
  color: inherit;
  text-decoration: none; }
.sommaire-rectangle a:hover, .sommaire-rectangle a:focus {
  color: #628329; }
.sommaire-rectangle > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.sommaire-rectangle > ul > li {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 3%; }
.sommaire-rectangle > ul > li > a {
  display: block;
  text-transform: uppercase;
  line-height: 1.1; }
.sommaire-rectangle .visuel {
  display: block;
  padding-top: 77%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px; }

/* END sommaire */
/* BEGIN famille */
.c-fgrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.c-fgrid > .col23 {
  width: 67%; }
.c-fgrid > .col13 {
  width: 28%; }

.h-famille {
  position: relative; }
.h-famille > img {
  display: block;
  width: 100%;
  height: auto; }
.h-famille .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }
.h-famille .overlay:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .6; }
.h-famille h1 {
  color: #fff;
  margin: 0;
  padding: 15px 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  z-index: 10; }
@media (max-width: 767px) {
  .h-famille h1 {
    font-size: 22px; } }

.h-intro .overlay:before {
  background-color: #000; }

section.articles {
  margin: 30px 0; }
section.articles:after {
  content: '';
  display: block;
  clear: both; }

/* END famille */
.intro {
  color: #757575; }

.item-sommaire {
  /* Couleur item sommaire par défaut */ }
.item-sommaire .overlay:before {
  background-color: #628329; }

.grille-labo .overlay:before {
  background-color: #0095db; }

.equilibre-digestif .overlay:before {
  background-color: #5c947e; }

.stress-alimentation .overlay:before, .femme-sommeil .overlay:before, .sommeil-ados .overlay:before, .detente-sommeil-equilibre-nerveux .overlay:before {
  background-color: #c787b9; }

.etudiant-examens .overlay:before, .vitalite-performances-intellectuelles .overlay:before {
  background-color: #f28e00; }

hiver-affections-immunite .overlay:before, .immunitee-boostee .overlay:before, .defenses-naturelles .overlay:before {
  background-color: #0053a1; }

.jambes .overlay:before, .antioxydants .overlay:before, .circulation-antioxydants .overlay:before {
  background-color: #990a2c; }

.articulations-fragiles .overlay:before, .osteo-articulaire .overlay:before {
  background-color: #008a89; }

.minceur-detox .overlay:before, .detox-sante .overlay:before, .elimination-detox .overlay:before, .preparations-riches-en-proteines .overlay:before {
  background-color: #7bbb58; }

.specifiques-femme .overlay:before, .syndrome-pre-menstruel .overlay:before, .confort-intime .overlay:before {
  background-color: #df006e; }

.specifiques-enfants .overlay:before {
  background-color: #61a4d7; }

.ergysport .overlay:before {
  background-color: #3c3c3b; }

.produits-kousmine .overlay:before {
  background-color: #ddde3a; }

.intestin-sante .overlay:before, .microbiote .overlay:before {
  background-color: #5c947e; }

.pagesSuivPrec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.pagesSuivPrec a {
  display: inline-block;
  padding: 2px 6px;
  text-decoration: none;
  text-transform: uppercase; }
.pagesSuivPrec a:hover {
  text-decoration: none; }

/********************
  * Footer
  ********************/
#scrollHautPage {
  display: block;
  width: 43px;
  height: 28px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-image: url(/lae/public1.0/img/site/fleche-scrolltop.png);
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 500;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

#scrollHautPage.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

#scrollHautPage.visible:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

footer.principal {
  clear: both;
  padding: 30px 10px;
  margin-top: 40px;
  position: relative; }
footer.principal::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 6px;
  opacity: 0.4;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); }
footer.principal .centree {
  max-width: 980px;
  margin: 0 auto; }
footer.principal a {
  color: inherit; }
footer.principal .tac {
  text-align: center; }
footer.principal .f-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 1.4; }
footer.principal .f-grid > div {
  max-width: 225px; }
footer.principal .bblue {
  font-size: 23px;
  font-weight: 400;
  color: #0095db;
  display: inline-block;
  margin-bottom: 5px; }
footer.principal .social-footer {
  padding: 0; }
footer.principal .social-footer li + li {
  margin-top: 4px; }
footer.principal .btns-list {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px; }
footer.principal .btns-list li + li {
  margin-top: 40px; }
footer.principal .newsletter {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #666666;
  background-color: #0095db;
  padding: 3px 0;
  padding-right: 3px; }
footer.principal .newsletter > span {
  display: block;
  background-color: #fff;
  padding: 2px 5px;
  line-height: 1.1;
  max-width: 170px; }
footer.principal .newsletter > img {
  margin: 0 10px; }
footer.principal .newsletter:hover {
  color: #0095db; }
footer.principal .newsletter:hover img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9); }
footer.principal .pharmacie {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #666666;
  background-color: #628329;
  padding: 3px 0;
  padding-right: 3px; }
footer.principal .pharmacie > span {
  display: block;
  background-color: #fff;
  padding: 2px 5px;
  line-height: 1.1;
  max-width: 170px; }
footer.principal .pharmacie > img {
  margin: 0 10px;
  width: 40px; }
footer.principal .pharmacie:hover {
  color: #628329; }
footer.principal .pharmacie:hover img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9); }

/* CSS Document */
#content article.cm {
  width: 635px;
  padding: 20px 0;
  margin: 0; }

#content article.centre {
  padding: 0 15px;
  margin: 0 15px; }

#content.noAside article.cm {
  width: auto; }

#content article.saviezVous {
  background-color: #efeeec;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  padding: 0 15px;
  margin: 30px 0;
  width: 605px; }

#content article.miseEnAvant {
  background-color: #efeeec;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  padding: 0 15px;
  margin-bottom: 20px;
  width: 605px; }

.article h1, #content article.cm h1 {
  font-family: 'Open Sans', arial;
  color: #729B12;
  /* #C8E382*/
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 0; }

.num_2_2 .article h1, .num_2_2 #content article.cm h1 {
  color: #0095cf; }

.article h2, #content article.cm h2 {
  font-family: 'Open Sans', arial;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #729b12;
  margin-top: 0;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #729b12; }

.num_2_2 .article h2, .num_2_2 #content article.cm h2 {
  color: #0095cf;
  border-bottom: 1px solid #0095cf; }

.article h2.big, #content article.cm h2.big {
  font-family: 'Open Sans', arial;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: #cebb95;
  margin-top: 0;
  padding: 0 0 20px 35px;
  margin-bottom: 0;
  border: none;
  background-image: url(/lae/public1.0/img/site/feuille-verte-h2.png);
  background-repeat: no-repeat;
  background-position: 4px 11px;
  position: relative;
  left: -35px; }

.article h2.big strong, #content article.cm h2.big strong {
  font-size: 36px;
  line-height: 22px;
  font-weight: 700;
  color: #84bc51; }

#content article.saviezVous h2 {
  padding: 15px 0;
  color: #897b4c;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  font-weight: 400; }

.article h3, #content article.cm h3 {
  font-family: 'Open Sans', arial;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #87a539;
  margin-top: 0;
  padding: 10px 0;
  margin-bottom: 10px;
  /*5px;*/
  border-bottom: 1px dashed #dedfdc; }

.article h3 a, #content article.cm h3 a {
  font-family: 'Open Sans', arial;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #87a539;
  text-decoration: none; }

#content article.articleProduit h3 {
  padding-top: 0;
  padding-bottom: 10px;
  border-top: none; }

.article p.infosSup, #content article.cm p.infosSup {
  color: #0095cf;
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 10px; }

#content article.articleProduit ul li {
  margin-bottom: 0 !important; }

.article h3.noborder, #content article.cm h3.noborder {
  border: none; }

.article p, #content article.cm p, .article ul li, #content article.cm ul li {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 10px; }

.article table p, #content article.cm table p, .article table ul li, #content article.cm table ul li, #content article.cm table td {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left !important; }

.article p.blocVert, #content article.cm p.blocVert {
  background-color: #71bf43 !important;
  color: #FFFFFF;
  border: 1px solid white;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 30px 0 30px 0; }

.article ul.puceFN li, #content article.cm ul.puceFN li {
  list-style: url(/lae/public1.0/img/site/puce-2f.png); }

#content article.saviezVous ul li {
  margin-bottom: 0; }

#content article.articleProduit p.vert {
  color: #87a539; }

#content article.articleProduit p.bleu {
  /*color: #0095cc;
  font-weight:700;*/
  font-style: italic; }

#content article.articleProduit p.italic {
  font-style: italic; }

#content article.articleProduit div.lePlusProduit {
  background-color: #b7d174;
  border: 1px solid #FFFFFF;
  padding: 5px 15px 0 15px;
  width: 100%;
  margin: 5px 0; }

.article p.note, #content article.cm p.note {
  font-size: 11px;
  line-height: 21px;
  padding-top: 10px; }

.article p a, #content article.cm p a, .article li a, #content article.cm li a, .article td a, #content article.cm td a {
  font-weight: 600;
  color: #729b12;
  text-decoration: underline; }

.article p a:hover, .article p a:focus, #content article.cm p a:hover, #content article.cm p a:focus, .article td a:hover, .article td a:focus, #content article.cm td a:hover, #content article.cm td a:focus {
  text-decoration: none;
  color: #729b12; }

.num_2_2 .article p a, .num_2_2 #content article.cm p a, .num_2_2 .article li a, .num_2_2 #content article.cm li a, .article td a, #content article.cm td a {
  color: #0095cf; }

.article img, #content article.cm img {
  max-width: 50%;
  max-height: 250px; }

.articleProduit img {
  max-width: 50%;
  max-height: 250px;
  margin-bottom: 10px; }

.article img.big, #content article.cm img.big {
  max-width: 100%;
  max-height: none; }

.article figcaption, #content article.cm figcaption {
  display: none; }

.article img.imageGauche, #content article.cm img.imageGauche {
  float: left;
  margin-right: 20px; }

.article img.imageDroite, #content article.cm img.imageDroite {
  float: right;
  margin-left: 20px; }

.article img.imageGaucheAvecBordArrondi, #content article.cm img.imageGaucheAvecBordArrondi {
  float: left;
  margin-right: 20px;
  border-radius: 20px 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.article img.imageDroiteAvecBordArrondi, #content article.cm img.imageDroiteAvecBordArrondi {
  float: right;
  margin-left: 20px;
  border-radius: 20px 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.article table, #content article.cm table {
  width: 100%;
  margin: 15px 0; }

.article table tr td, #content article.cm table tr td, .article table tr td p, #content article.cm table tr td p {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #707070;
  padding: 3px 15px; }

.article table tr td p, #content article.cm table tr td p {
  margin: 0; }

.article table tr td, #content article.cm table tr td {
  background-color: #F7F9F1; }

.article table tr th, #content article.cm table tr th {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #bba986; }

#content article.cm table tr:first-child th:first-child {
  border-top-left-radius: 10px; }

#content article.cm table tr:first-child th:last-child {
  border-top-right-radius: 10px; }

.article table tr:nth-child(odd) td, #content article.cm table tr:nth-child(odd) td {
  background-color: #e3ebce; }

.article table tr:first-child td, #content article.cm table tr:first-child td {
  background-color: #CBD8A4; }

.num_2_2 .article table tr:first-child td, .num_2_2 #content article.cm table tr:first-child td {
  background-color: #D3E9F5; }

.article table tr:first-child td:first-child, #content article.cm table tr:first-child td:first-child {
  border-radius: 10px 0 0 0; }

.article table tr:first-child td:last-child, #content article.cm table tr:first-child td:last-child {
  border-radius: 0 10px 0 0; }

.article table tr:last-child td:first-child, #content article.cm table tr:last-child td:first-child {
  border-radius: 0 0 0 10px; }

.article table tr:last-child td:last-child, #content article.cm table tr:last-child td:last-child {
  border-radius: 0 0 10px 0; }

#carteEuropeMobile {
  position: relative;
  display: block;
  height: 380px; }

#carteEuropeMobile img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.article div.adresse, #content article div.adresse {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 264px;
  padding-left: 28px;
  margin-bottom: 30px;
  position: relative;
  background-color: white; }

.article div.adresse h3, #content article div.adresse h3 {
  font-family: 'Open Sans', arial;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #87a539;
  margin-top: 0;
  padding: 15px 0;
  margin-bottom: 0;
  /*5px;*/
  border-top: 1px dashed #dedfdc;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding-left: 28px;
  position: relative;
  left: -28px;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 15px;
  border: none;
  padding-bottom: 3px; }

.article div.adresse h3.france, #content article div.adresse h3.france {
  background-image: url(/lae/public1.0/img/site/flags/fr.png); }

.article div.adresse h3.espagne, #content article div.adresse h3.espagne {
  background-image: url(/lae/public1.0/img/site/flags/es.png); }

.article div.adresse h3.portugal, #content article div.adresse h3.portugal {
  background-image: url(/lae/public1.0/img/site/flags/pt.png); }

.article div.adresse h3.belgique, #content article div.adresse h3.belgique {
  background-image: url(/lae/public1.0/img/site/flags/be.png); }

.article div.adresse h3.pologne, #content article div.adresse h3.pologne {
  background-image: url(/lae/public1.0/img/site/flags/po.png); }

.article div.adresse h3.suisse, #content article div.adresse h3.suisse {
  background-image: url(/lae/public1.0/img/site/flags/ch.png); }

.article div.adresse h3.italie, #content article div.adresse h3.italie {
  background-image: url(/lae/public1.0/img/site/flags/it.png); }

.article div.adresse h3.liban, #content article div.adresse h3.liban {
  background-image: url(/lae/public1.0/img/site/flags/liban.png); }

.article div.adresse h3.lux, #content article div.adresse h3.lux {
  background-image: url(/lae/public1.0/img/site/flags/luxembourg.png); }

.article div.adresse h3.rt, #content article div.adresse h3.rt {
  background-image: url(/lae/public1.0/img/site/flags/rep-cz.png); }

.article div.adresse h3.im, #content article div.adresse h3.im {
  background-image: url(/lae/public1.0/img/site/flags/im.png); }

.article div.adresse p, #content article div.adresse p {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0; }

.article div.adresse p, #content article div.adresse a {
  font-family: 'Open Sans', arial;
  font-weight: 600;
  color: #0095cc;
  text-decoration: none; }

#content article.cm div.diaporamaLaetis {
  width: 100%;
  height: 300px;
  overflow: hidden; }

#content article.cm div.diaporamaLaetis img {
  max-height: none;
  max-width: none; }

/* CSS Document */
/**********************
 * fiche détails produit
 ***********************/
section.detailsProduit header {
  display: block;
  float: right;
  width: 460px; }

section.detailsProduit header h1 {
  font-family: 'Open Sans', arial;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  color: #cebb95;
  margin: 25px 15px; }

section.detailsProduit header h1 span {
  font-size: 30px;
  line-height: 44px;
  text-transform: none; }

section.detailsProduit header p {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #707070;
  margin: 5px 15px; }

section.detailsProduit header p strong {
  font-weight: 600; }

section.detailsProduit header ul {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #707070;
  margin: 5px 15px;
  padding: 0px;
  list-style-position: inside;
  list-style-type: square; }

section.detailsProduit div.zoom {
  display: table-cell;
  position: relative;
  width: 200px;
  height: 230px;
  padding: 15px 0px;
  vertical-align: middle;
  text-align: center;
  vertical-align: middle; }

section.detailsProduit div.zoom a.zoombox {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  text-align: left;
  cursor: url(/lae/public1.0/img/site/picto-loupe-zoom.png), auto;
  margin: 0px !important;
  float: left;
  overflow: hidden; }

section.detailsProduit div.zoom a.zoombox img {
  display: block;
  max-width: 100%;
  max-height: 230px;
  cursor: url(/lae/public1.0/img/site/picto-loupe-zoom.png), auto; }

section.detailsProduit a.zoombox span.loupe {
  display: block;
  width: 0;
  height: 17px;
  padding-left: 19px;
  background-image: url(/lae/public1.0/img/site/picto-loupe-zoom.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px; }

section.detailsProduit a.zoombox:hover span.loupe {
  display: none; }

/***  petite colonne gauche  ***/
section.detailsProduit div.colGauche {
  display: block;
  float: left;
  width: 150px;
  min-height: 400px; }

section.detailsProduit div.colGauche p.qteRef, section.detailsProduit div.colGauche p.poso {
  background-image: url(/lae/public1.0/img/site/picto-n-gellule.png);
  background-repeat: no-repeat;
  background-position: left;
  min-height: 36px;
  padding-left: 45px;
  font-family: 'Open Sans', arial;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #799430; }

section.detailsProduit div.colGauche p.qteRef span, section.detailsProduit div.colGauche p.poso span {
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', arial;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #799430; }

section.detailsProduit div.colGauche p.qteRef.gelule {
  background-image: url(/lae/public1.0/img/site/picto-n-gelule.png); }

section.detailsProduit div.colGauche p.qteRef.poudre {
  background-image: url(/lae/public1.0/img/site/picto-n-poudre.png); }

section.detailsProduit div.colGauche p.qteRef.flacon {
  background-image: url(/lae/public1.0/img/site/picto-n-flacon.png); }

section.detailsProduit div.colGauche p.qteRef.capsule {
  background-image: url(/lae/public1.0/img/site/picto-n-capsule.png); }

section.detailsProduit div.colGauche p.qteRef.comprime {
  background-image: url(/lae/public1.0/img/site/picto-n-comprime.png); }

section.detailsProduit div.colGauche p.qteRef.cube {
  background-image: url(/lae/public1.0/img/site/picto-n-cube.png); }

section.detailsProduit div.colGauche p.poso {
  background-image: url(/lae/public1.0/img/site/picto-n-posologie.png);
  background-repeat: no-repeat;
  line-height: 36px; }

section.detailsProduit div.colGauche p.blocVertDemiArrondi {
  display: block;
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
  background-color: #7ba122;
  text-align: center;
  padding: 10px; }

section.detailsProduit div.colGauche p.blocVertDemiArrondi span {
  display: block;
  font-family: 'Open Sans', arial;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22); }

section.detailsProduit div.colGauche p.blocVertDemiArrondi em, section.detailsProduit div.colGauche p.blocVertDemiArrondi i {
  display: block;
  padding-top: 10px;
  font-size: 10px;
  line-height: normal;
  font-weight: normal; }

section.detailsProduit article {
  display: block;
  float: right;
  width: 490px;
  margin-bottom: 10px; }

section.detailsProduit article.introListe {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 10px; }

section.detailsProduit article.introListe h2 {
  font-family: 'Open Sans', arial;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  color: #cebb95; }

section.detailsProduit article.introListe p {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #707070; }

section.detailsProduit article h2 {
  font-family: 'Open Sans', arial;
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
  color: #bba986;
  margin-bottom: 5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dedfdc;
  position: relative; }

section.detailsProduit article h3 {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #bba986;
  margin-top: 15px;
  margin-bottom: 3px; }

section.detailsProduit article p, section.detailsProduit article table th, section.detailsProduit article table td, section.detailsProduit article table p, section.detailsProduit article ul, section.detailsProduit article ul li {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #707070;
  margin: 0px; }

section.detailsProduit article p strong {
  font-weight: 600;
  color: #bba986; }

section.detailsProduit article p {
  margin-bottom: 10px; }

section.detailsProduit article p.note {
  font-size: 11px;
  font-style: italic; }

section.detailsProduit p.attention {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #c0341c;
  padding-top: 35px;
  background-image: url(/lae/public1.0/img/site/picto-attention.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  text-align: left;
  text-transform: none; }

section.detailsProduit article ul {
  padding: 0px;
  padding-bottom: 10px; }

section.detailsProduit article ul li {
  list-style: none;
  padding: 0px; }

section.detailsProduit article ul li::before {
  content: '- '; }

section.detailsProduit article table {
  width: 100%; }

section.detailsProduit article table tr td, section.detailsProduit article table tr th {
  padding: 3px 20px; }

section.detailsProduit article table tr td em, section.detailsProduit article table tr td i {
  font-size: 11px; }

section.detailsProduit article table tr th {
  color: #bba986;
  font-weight: 600;
  text-align: left; }

section.detailsProduit article table tr th:last-child, section.detailsProduit article table tr td:last-child {
  text-align: right; }

section.detailsProduit article table tbody tr:nth-child(even) {
  background-color: white; }

section.detailsProduit article table tbody tr:nth-child(odd) {
  background-color: #e3ebce; }

#produitsComplementaires {
  display: block;
  width: 100%;
  min-height: 300px;
  clear: both;
  border-top: 1px solid #d6cfbf; }

#produitsComplementaires div.centree {
  width: 980px;
  margin: 0px auto; }

#produitsComplementaires h2 {
  font-family: 'Open Sans', arial;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: #9b968b;
  margin-top: 10px; }

#produitsComplementaires article.produitListe {
  min-height: 0px;
  width: 220px;
  padding-right: 10px; }

#produitsComplementaires article.produitListe figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 100px; }
#produitsComplementaires article.produitListe figure > a {
  display: block; }

#produitsComplementaires article.produitListe figure img {
  width: auto;
  max-width: 100%;
  max-height: 100%; }

#produitsComplementaires article.produitListe h3 {
  margin: 10px 0px 0px 0px; }

#produitsComplementaires article.produitListe h3, #produitsComplementaires article.produitListe h3 a {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #87a539;
  text-decoration: none; }

#produitsComplementaires article.produitListe h3 span {
  text-transform: none; }

#produitsComplementaires article.produitListe ul {
  margin: 0px;
  font-size: 14px; }

#produitsComplementaires article.produitListe ul li {
  font-size: 14px; }

/**/
#diapoAutresProduits {
  width: 95%;
  height: 300px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

#produitsComplementaires div.centree {
  position: relative;
  padding: 20px 0; }

#produitsComplementaires div.rsArrow {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 88px;
  background-repeat: no-repeat;
  z-index: 10000;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

#produitsComplementaires div.rsArrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

#produitsComplementaires div.rsArrowLeft {
  left: 0;
  background-image: url(/lae/public1.0/img/site/arrow-green-left.png); }

#produitsComplementaires div.rsArrowRight {
  right: 0;
  background-image: url(/lae/public1.0/img/site/arrow-green-right.png); }

@media (max-width: 480px) {
  #produitsComplementaires {
    display: none; }

  section.detailsProduit div.colGauche p.blocVertDemiArrondi em {
    display: none; } }
@media (max-width: 767px) {
  #ecranUser {
    min-width: 320px; }

  header.principal {
    min-width: 0;
    width: auto; }

  header.principal > .centree {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .search-wrap {
    max-width: none;
    margin: 15px 0; }

  .langue-wrap {
    position: absolute;
    top: 15px;
    right: 50px; }

  .menu-btn-wrap {
    display: block !important;
    visibility: visible; }

  footer.principal .tac a {
    display: inline-block;
    margin: 15px; }

  #diapoAccueil {
    padding-top: 50%; }

  iframe {
    max-width: 100%; }

  #espacePro {
    display: block;
    height: 18px;
    padding-left: 30px;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: auto;
    top: 13px;
    right: 20px; }

  #content div.centre {
    width: auto; }

  article ul {
    padding: 0; }

  .article p, #content article.cm p {
    margin: 0 !important; }

  /* Menu */
  #toggleMenu {
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 10px 15px;
    margin: 0 10px;
    text-align: center;
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: translatey(10px);
        -ms-transform: translatey(10px);
            transform: translatey(10px);
    text-decoration: none; }
  #toggleMenu .b {
    display: inline-block;
    width: 20px;
    height: 2px;
    position: relative;
    background-color: #0095db; }
  #toggleMenu .b:before, #toggleMenu .b:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  #toggleMenu .b:before {
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
    background-color: #0095db; }
  #toggleMenu .b:after {
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
    background-color: #0095db; }

  .menu-visible #toggleMenu .b {
    background-color: transparent; }
  .menu-visible #toggleMenu .b:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-visible #toggleMenu .b:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  .main-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
    height: 0;
    padding: 0;
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.25, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px; }

  .menu-visible .main-menu {
    height: 300px; }

  /* ASIDE */
  #content section.content, #content aside {
    width: auto;
    float: none;
    clear: both;
    margin-left: 0; }

  div.blocSaviezVous, div.blocAssocie {
    width: auto; }

  div.blocAssocie {
    padding: 15px; }

  /******/
  #filAriane {
    margin: 0 15px;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
  #filAriane ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #filAriane ul li {
    line-height: 1; }

  #filAriane + .c-fgrid {
    padding: 0;
    margin: 0; }

  .c-fgrid .invisible {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0; }

  /***********************
  * fiche détail 
  **********************/
  section.detailsProduit header {
    float: none;
    width: 100%; }

  section.detailsProduit article {
    display: block;
    float: none;
    width: auto;
    clear: both;
    margin: 15px;
    padding: 0; }

  section.detailsProduit header h1 {
    margin: 15px 15px; }

  section.detailsProduit div.zoom {
    float: none;
    width: 185px;
    height: 230px; }

  section.detailsProduit div.colGauche {
    display: block;
    float: none;
    width: auto;
    min-height: 0;
    margin: 0 15px; }

  section.detailsProduit div.colGauche p.qteRef {
    width: auto; }

  section.detailsProduit div.colGauche p.blocVertDemiArrondi {
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    padding: 10px 20px; }

  section.detailsProduit div.colGauche p.blocVertDemiArrondi span {
    font-size: 26px;
    line-height: 26px;
    font-weight: 400; }

  /* FOOTER */
  #scrollHautPage {
    right: 5px; }

  section.detailsProduit p.attention {
    padding-top: 0;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: left; }

  /***********
  * CONTENU
  ************/
  #content article.cm {
    width: auto;
    padding: 0;
    margin: 15px; }

  div.blocSaviezVous, #content article.saviezVous {
    padding: 15px;
    margin: 15px; }

  .article img, #content article.cm img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important; }

  .article table, #content article.cm table {
    width: 100%;
    margin: 15px 0;
    position: relative;
    left: 0; }

  /****** INTRO ****/
  section#introduction {
    height: auto;
    width: 100%;
    background-color: transparent; }

  #introduction figure {
    max-width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    float: right;
    display: none; }

  #introduction figure img {
    min-height: 0;
    height: auto;
    width: 100%;
    float: right; }

  #introduction div.centree {
    position: relative;
    width: auto;
    height: auto; }

  #introduction div.centree article {
    height: auto;
    width: auto;
    background-image: none;
    padding-top: 20px; }

  #introduction div.centree article p {
    font-size: 13px;
    line-height: 18px;
    color: #4B4B4B;
    margin: 0 30px;
    width: auto; }

  #introduction div.centree article h1 {
    color: #c8e382;
    margin: 10px 30px; }

  .article img.imageDroite, #content article.cm img.imageDroite, .article img.imageGauche, #content article.cm img.imageGauche {
    float: none;
    margin: 10px auto;
    display: block; }

  #content article.saviezVous img.imageGauche {
    float: left;
    margin-right: 20px; }

  #content article.saviezVous img.imageDroite {
    float: right;
    margin-left: 20px; }

  #menuGauche li.menu-niveau2-actif {
    background-color: transparent; }

  /******* Liste produits **********/
  article.produitListe {
    display: block;
    width: auto;
    min-height: 0;
    float: none;
    margin: 5px 20px; }

  article.produitListe figure {
    display: block;
    height: auto;
    width: auto;
    text-align: center;
    margin-top: 10px; }

  /* ALPHABET */
  ul.alphabet {
    margin: 0;
    padding: 5px;
    width: auto;
    height: auto; }

  ul.alphabet li {
    border-bottom: 1px solid white; }

  #listeAlphabet {
    width: auto;
    clear: both; }

  #listeAlphabet p.lettre {
    display: block;
    float: none;
    margin-left: 5px;
    margin-top: 30px; }

  #listeAlphabet div.produits {
    margin: 0;
    padding: 0;
    margin-left: 5px;
    margin-top: -13px;
    float: none;
    width: auto;
    border-left: 1px dotted #b5b7ae; }

  section.detailsProduit article.introListe {
    padding: 0;
    margin: 0 15px;
    width: auto; }
  section.detailsProduit article.introListe > h2 {
    margin-top: 0; }

  #listeAlphabet div.produits article.produitListe {
    float: none;
    width: auto; }

  /********/
  #produitsComplementaires div.centree {
    width: auto;
    padding: 10px 30px;
    margin: 0 auto; }

  /** ACCUEIL **/
  #content section.accueil {
    width: auto;
    margin: 0 auto; }

  #ecranUser header.principal nav {
    bottom: 0;
    left: 0;
    margin-left: -10px;
    margin-right: -10px; }

  div.separateurAccueil {
    display: none; }

  section.accueil article {
    float: none;
    position: relative;
    width: auto;
    min-height: 0;
    margin: 15px;
    padding: 15px; }

  section.accueil article span.typeArticle {
    top: 5px;
    right: 3px; }

  .item-sommaire p, .item-sommaire ul {
    max-height: 67px;
    overflow: hidden; }

  .lae-search {
    margin: 15px; }

  /*******/
  .article table tr:first-child td:first-child, #content article.cm table tr:first-child td:first-child {
    border-radius: 0; }

  .article table tr:first-child td:last-child, #content article.cm table tr:first-child td:last-child {
    border-radius: 0; }

  .article table tr:last-child td:first-child, #content article.cm table tr:last-child td:first-child {
    border-radius: 0; }

  .article table tr:last-child td:last-child, #content article.cm table tr:last-child td:last-child {
    border-radius: 0; }

  /* Dans le monde */
  .article div.adresse, #content article div.adresse {
    margin: 0;
    width: auto;
    padding-left: 28px;
    margin-bottom: 10px; }

  #introduction div.centree article div.intro {
    width: auto;
    height: auto;
    overflow: auto;
    min-height: 0; }

  /******************/
  /***********/
  #btnProduitMois {
    overflow: hidden !important; }

  #btnProduitMois a {
    position: relative;
    top: 0;
    left: 50px; }

  #introduction div.centree article, section#introduction {
    min-height: 0;
    margin-bottom: 0; }

  #introduction div.centree article {
    padding-top: 0; }

  .intro {
    padding: 0 15px; }

  .article ul li, #content article.cm ul li {
    margin-left: 15px; }

  div.autocompleteResults {
    max-width: 100%; }

  .grille-sommaire > .item-sommaire {
    width: 100%;
    margin: 5px 10px; }

  footer.principal {
    padding-left: 15px;
    padding-right: 15px; }

  footer.principal .f-grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  footer.principal .f-grid > div {
    width: 100%; }

  footer.principal .social-footer > li {
    display: inline-block; }

  footer.principal .btns-list {
    padding: 0;
    border: none; }

  .c-fgrid {
    padding: 20px 10px; }
  .c-fgrid > .col23 {
    width: 100%; }
  .c-fgrid > .col13 {
    width: 100%; }

  .sommaire-rectangle {
    margin-left: 10px;
    margin-right: 10px; }

  .sommaire-rectangle > ul > li {
    width: 48%;
    margin-right: 2%; }

  .item-sommaire > .overlay {
    -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
            transform: translateY(75%); }

  .item-sommaire .titre {
    font-size: 18px;
    line-height: 1.4; }

  .famille-articles .produitListe {
    width: 100%; }

  section.content .cm.article .produitListe, .cm.article .produitListe {
    width: 100%;
    margin: 10px 0;
    min-height: 0; } }

/*# sourceMappingURL=styles.css.map */