/**
The ultimate PX/REM mixin
https://hugogiraudel.com/2013/03/18/ultimate-rem-mixin/
**/
@import url("https://fonts.googleapis.com/css?family=Barlow:400,400i,500,700");
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
body {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 16px;
  color: #004972;
}

#ecogeste-recherche {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-top: 60px;
  /* 9 */
  margin-top: 6rem;
  /* 9 */
  background: #F0F0F0;
}

#ecogeste-recherche #ecogeste-recherche-titre {
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 5px 80px;
  /* 9 */
  padding: 0.5rem 8rem;
  /* 9 */
  color: #FFF;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 2rem;
  /* 9 */
  font-weight: 700;
  text-align: center;
  background: #70C9DF;
}

#ecogeste-recherche #ecogeste-recherche-titre:after {
  content: '';
  position: absolute;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  bottom: 10px;
  /* 9 */
  bottom: 1rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  left: 15px;
  /* 9 */
  left: 1.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  width: 50px;
  /* 9 */
  width: 5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  height: 50px;
  /* 9 */
  height: 5rem;
  /* 9 */
  background: url(../images/loupe.png) center center no-repeat;
  background-size: contain;
}

#ecogeste-recherche .ecogeste-recherche-content {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 20px 20px 40px;
  /* 9 */
  padding: 2rem 2rem 4rem;
  /* 9 */
}

@media only screen and (min-width: 740PX) {
  #ecogeste-recherche .ecogeste-recherche-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (min-width: 740PX) {
  #ecogeste-recherche .ecogeste-recherche-content {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 20px 40px 40px;
    /* 9 */
    padding: 2rem 4rem 4rem;
    /* 9 */
  }
}

@media only screen and (min-width: 980PX) {
  #ecogeste-recherche .ecogeste-recherche-content {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 20px 100px 40px;
    /* 9 */
    padding: 2rem 10rem 4rem;
    /* 9 */
  }
}

#ecogeste-recherche .ecogeste-recherche-content .ecogeste-recherche-sous-titre {
  width: 100%;
  font-weight: 700;
  text-align: center;
}

#ecogeste-recherche .ecogeste-recherche-content .ecogeste-recherche-form {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 15px 30px;
  /* 9 */
  padding: 1.5rem 3rem;
  /* 9 */
  background: #FFF;
}

@media only screen and (max-width: 739PX) {
  #ecogeste-recherche .ecogeste-recherche-content .ecogeste-recherche-form {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 740PX) {
  #ecogeste-recherche .ecogeste-recherche-content .ecogeste-recherche-form {
    width: 49%;
  }
}

#ecogeste-recherche .ecogeste-recherche-content .ecogeste-recherche-form a {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  text-decoration: underline;
}

#ecogeste-recherche .ecogeste-recherche-content fieldset {
  overflow: hidden;
  border: none;
}

#ecogeste-recherche .ecogeste-recherche-content fieldset legend {
  float: left;
  width: 100%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 15px;
  /* 9 */
  margin-bottom: 1.5rem;
  /* 9 */
  font-weight: 700;
  text-align: center;
}

#ecogeste-recherche .ecogeste-recherche-content ul,
#ecogeste-recherche .ecogeste-recherche-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ecogeste-recherche .ecogeste-recherche-content li.liste:not(:last-child) {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 10px;
  /* 9 */
  margin-bottom: 1rem;
  /* 9 */
}

#ecogeste-recherche .ecogeste-recherche-content li.liste-actions-keyword,
#ecogeste-recherche .ecogeste-recherche-content li.liste-produits,
#ecogeste-recherche .ecogeste-recherche-content li.liste-actions {
  margin-top: 10px;
}

#ecogeste-recherche .ecogeste-recherche-content ul {
  clear: both;
  position: relative;
}

#ecogeste-recherche .ecogeste-recherche-content #ecogeste-mots-cles,
#ecogeste-recherche .ecogeste-recherche-content #ecogeste-input-mots-cles,
#ecogeste-recherche .ecogeste-recherche-content select {
  display: block;
}

#ecogeste-recherche .ecogeste-recherche-content input:focus, #ecogeste-recherche .ecogeste-recherche-content textarea:focus, #ecogeste-recherche .ecogeste-recherche-content select:focus, #ecogeste-recherche .ecogeste-recherche-content .select2-container--focus .select2-selection {
  box-shadow: none;
}

#ecogeste-recherche .ecogeste-recherche-content #ecogeste-mots-cles,
#ecogeste-recherche .ecogeste-recherche-content #ecogeste-input-mots-cles {
  display: block;
  border: 1px solid #979797;
}

#ecogeste-recherche .ecogeste-recherche-content input[name=ecogeste-bouton-envoyer] {
  position: absolute;
  top: 0;
  right: 0;
}

#ecogeste-recherche .ecogeste-recherche-content select {
  width: 100%;
  border: 1px solid #70C9DF;
  border-radius: 0;
}

#ecogeste-page .liste-produits {
  display: none;
}

#ecogeste-page .liste-actions, #ecogeste-page .liste-actions-keyword, #ecogeste-page .liste-actions-keyword-right {
  display: none;
}

h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 20px 0 60px;
  /* 9 */
  margin: 2rem 0 6rem;
  /* 9 */
  color: #004972;
  text-transform: uppercase;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 36px;
  /* 9 */
  font-size: 3.6rem;
  /* 9 */
  font-weight: 400;
}

#ecogeste-introduction h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 8 */
  margin-bottom: 0;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 26px;
  /* 9 */
  font-size: 2.6rem;
  /* 9 */
}

#ecogeste-introduction h1 + p {
  margin-top: 0;
  font-weight: 500;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}

#ecogeste-introduction h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 2.4rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 45px 0;
  /* 9 */
  margin: 4.5rem 0;
  /* 9 */
  color: #70C9DF;
  text-transform: uppercase;
}

#ecogeste-introduction #ecogeste-texte-introduction > img {
  float: right;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 0 0 15px 15px;
  /* 9 */
  margin: 0 0 1.5rem 1.5rem;
  /* 9 */
}

h4 {
  font-size: 22px;
  font-weight: 700;
}

a {
  color: #A6C44F;
  text-decoration: none;
}

.ecogeste-texte {
  line-height: 1.4em;
}

.ecogeste-texte h3 {
  color: #70C9DF;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}

.ecogeste-texte ul, .ecogeste-texte li {
  margin-left: 0;
}

.classement,
.classement_oujeter {
  clear: both;
  margin: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 5px 10px;
  /* 9 */
  padding: 0.5rem 1rem;
  /* 9 */
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}

.classement {
  background: #70C9DF;
}

.classement_oujeter {
  background: #F0F0F0;
}

#ecogeste-mieux-consommer,
#ecogeste-jeter-moins,
#ecogeste-bien-jeter {
  margin-top: 30px;
  overflow: hidden;
}

#ecogeste-mieux-consommer h3,
#ecogeste-jeter-moins h3,
#ecogeste-bien-jeter h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 20px;
  /* 9 */
  margin-bottom: 2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 4px;
  /* 9 */
  padding: 0.4rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 26px;
  /* 9 */
  font-size: 2.6rem;
  /* 9 */
  color: #70C9DF;
  text-align: center;
  border: 2px solid #70C9DF;
}

.ecogeste-liner {
  clear: both;
  display: block;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 0 0 30px 0;
  /* 9 */
  margin: 0 0 3rem 0;
  /* 9 */
  height: 30px;
  border-bottom: 1px solid #F0F0F0;
}

.ecogeste-liner:empty {
  display: block;
}

.ecogeste-pictos {
  text-align: center;
}

@media only screen and (min-width: 740PX) {
  .ecogeste-pictos {
    float: left;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    width: 100px;
    /* 9 */
    width: 10rem;
    /* 9 */
  }
}

.ecogeste-pictos img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 740PX) {
  .ecogeste-description {
    float: right;
    width: calc(100% - 100px);
  }
}

.ecogeste-description {
  position: relative;
}

@media only screen and (min-width: 740PX) {
  .ecogeste-liste-actions-form {
    position: absolute;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    top: 20px;
    /* 9 */
    top: 2rem;
    /* 9 */
    right: 0;
  }
}

.ecogeste-liste-actions-form h4 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 20px 0;
  /* 9 */
  margin: 2rem 0;
  /* 9 */
}

.ecogeste-liste-actions-form ul, .ecogeste-liste-actions-form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecogeste-liste-actions-form .ecogeste-liste-actions-select {
  margin: 0;
  padding: 0;
  border: none;
}

#ecogeste-accordion {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 40px 0 60px;
  /* 9 */
  margin: 4rem 0 6rem;
  /* 9 */
}

.acteurdiv {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 4px;
  /* 9 */
  margin-bottom: 0.4rem;
  /* 9 */
}

.acteurdiv .ecogeste-accordion-titre {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 5px;
  /* 9 */
  padding: 0.5rem;
  /* 9 */
  width: 100%;
  background: #F0F0F0;
}

.acteurdiv .ecogeste-accordion-titre .ecogeste-adresse-nom-site {
  font-weight: 700;
}

@media only screen and (min-width: 740PX) {
  .acteurdiv .ecogeste-accordion-titre .ecogeste-adresse-nom-site {
    width: 40%;
  }
}

@media only screen and (min-width: 740PX) {
  .acteurdiv .ecogeste-accordion-titre .ecogeste-adresse-site {
    width: 40%;
  }
}

.acteurdiv .ecogeste-accordion-titre .ecogeste-en-savoir-plus {
  font-weight: 700;
  color: #A6C44F;
  cursor: pointer;
}

@media only screen and (min-width: 740PX) {
  .acteurdiv .ecogeste-accordion-titre .ecogeste-en-savoir-plus {
    width: 20%;
  }
}

.acteurdiv .acteurdesc {
  display: none;
}

@media only screen and (max-width: 739PX) {
  .acteurdiv table,
  .acteurdiv tbody,
  .acteurdiv tr,
  .acteurdiv td {
    display: block;
    width: 100%;
  }
  .acteurdiv .ecogeste-en-savoir-plus {
    text-align: right;
  }
}

#ecogeste-bon-a-savoir {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 25px;
  /* 9 */
  padding: 2.5rem;
  /* 9 */
  background: #004972;
}

#ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-titre {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 0 0 30px;
  /* 9 */
  margin: 0 0 3rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 2.2rem;
  /* 9 */
  text-transform: uppercase;
  color: #FFF;
}

#ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-plus,
#ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-moins {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 25px 40px 25px 90px;
  /* 9 */
  padding: 2.5rem 4rem 2.5rem 9rem;
  /* 9 */
  background: #FFF 10px center no-repeat;
}

#ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-plus {
  background-image: url(../images/backgrounds/bg-plus.jpg);
}

#ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-moins {
  background-image: url(../images/backgrounds/bg-moins.jpg);
}

#ecogeste-bon-a-savoir .ecogeste-liner-petit {
  display: block !important;
  margin: 0;
  height: 1px;
  border-bottom: 1px solid #004b75;
}

#ecogeste-meme-famille {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 40px 0;
  /* 9 */
  margin: 4rem 0;
  /* 9 */
}

#ecogeste-meme-famille .egogeste-titre-meme-famille {
  font-weight: 700;
}

#ecogeste-meme-famille ul {
  margin: 0;
  padding: 0;
}

#ecogeste-meme-famille li {
  display: inline-block;
  list-style: none;
}

#ecogeste-pied-de-page-source .ecogeste-float-right {
  float: right;
}

#ecogeste-liste-famille-left {
  margin: 30px 0;
  float: left;
  width: 50%;
}

#ecogeste-liste-famille-right {
  margin: 30px 0;
  float: left;
  width: 50%;
  padding-left: 38px;
}

.ecogeste-liste-famille ul {
  margin-bottom: 20px;
}

.ecogeste-liste-famille li > div {
  margin-left: 15px;
}

.ecogeste-liste-famille p.toggle {
  margin: 0;
  color: #A6C44F;
  cursor: pointer;
}

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