/**
The ultimate PX/REM mixin
https://hugogiraudel.com/2013/03/18/ultimate-rem-mixin/
**/
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
#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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -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;
}

#ecogeste-recherche-2 {
  padding: 0 2rem 2rem;
}

#ecogeste-recherche-2 .ecogeste-recherche-sous-titre {
  padding-left: 2rem;
}

@media (min-width: 769px) {
  #ecogeste-texte-introduction-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  #ecogeste-texte-introduction-2 .ecogeste-image {
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
  }
  #ecogeste-texte-introduction-2 .ecogeste-texte {
    padding-left: 2rem;
  }
}

.section-content > :not(header):not(footer) #ecogeste-page #ecogeste-liste-famille-left li.toggle,
.section-content > :not(header):not(footer) #ecogeste-page #ecogeste-liste-famille-right li.toggle {
  padding-left: 3rem;
  cursor: pointer;
}

.section-content > :not(header):not(footer) #ecogeste-page #ecogeste-liste-famille-left li.toggle:before,
.section-content > :not(header):not(footer) #ecogeste-page #ecogeste-liste-famille-right li.toggle:before {
  background: none;
  color: var(--color-site-primary, #111);
  content: "\f0fe";
  display: block;
  height: auto;
  left: 0;
  margin-right: 2rem;
  width: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  border: none;
  top: 0;
}

.section-content > :not(header):not(footer) #ecogeste-page #ecogeste-liste-famille-left li.toggle.is-open:before,
.section-content > :not(header):not(footer) #ecogeste-page #ecogeste-liste-famille-right li.toggle.is-open:before {
  content: "\f146";
}

#ecogeste-page #ecogeste-liste-famille-left,
#ecogeste-page #ecogeste-liste-famille-right {
  margin-top: 0;
}

#ecogeste-page .ecogeste-liste-famille p.toggle,
#ecogeste-page .ecogeste-liste-famille div a {
  color: #0e4a7d;
}

#ecogeste-page .ecogeste-mieux-consommer-ct,
#ecogeste-page .jeter-moins-ct {
  zoom: 1;
  position: relative;
  overflow: hidden;
}

#ecogeste-page #ecogeste-meme-famille {
  display: none;
}

#ecogeste-page .acteurdiv {
  border-top: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
}

#ecogeste-page table.ecogeste-accordion-titre {
  margin-bottom: 0;
}

#ecogeste-page table.ecogeste-accordion-titre td {
  background-color: #FFF;
  padding: 30px 0;
  font-size: 22px;
  line-height: 115%;
}

#ecogeste-page table.ecogeste-accordion-titre td.ecogeste-adresse-nom-site, #ecogeste-page table.ecogeste-accordion-titre td.ecogeste-adresse-site, #ecogeste-page table.ecogeste-accordion-titre td.ecogeste-en-savoir-plus {
  cursor: pointer;
}

@media (max-width: 767px) {
  #ecogeste-page .ecogeste-description-2 h4 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #ecogeste-page .ecogeste-pictos {
    text-align: left;
  }
}

#ecogeste-page #ecogeste-accordion .acteurdesc {
  padding-top: 2rem;
}

#ecogeste-page #ecogeste-accordion .tx-jpfaq {
  margin: 0;
}

#ecogeste-page #ecogeste-accordion ul.list li.list-item {
  padding: 0;
  border: none;
}

#ecogeste-page #ecogeste-accordion ul.list li.list-item .acteurtitre {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-ecosystem-neutral, #f2f2f2);
  border-top: 1px solid #f2f2f2;
  border-top: 1px solid var(--color-ecosystem-neutral, #f2f2f2);
}

#ecogeste-page #ecogeste-bon-a-savoir {
  margin-top: 3em;
  background-color: #dedad6;
}

#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-liner-petit {
  border-bottom: 1px dashed #004b75;
}

#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-titre {
  font-family: Roboto Slab,arial,sans-serif;
  font-size: 2rem;
  margin: 0 0 30px 30px;
  color: #000;
}

#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-plus,
#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-moins {
  background-color: #dedad6;
  background-image: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 2.5rem;
}

#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-plus ul br,
#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-moins ul br {
  display: none;
}

#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-plus:before,
#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-moins:before {
  -ms-flex: 0 0 52px;
      flex: 0 0 52px;
  margin-right: 2rem;
  content: '';
  display: block;
  background-image: url(../images/pictos/picto-correct.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-plus.ecogeste-bon-a-savoir-moins:before,
#ecogeste-page #ecogeste-bon-a-savoir .ecogeste-bon-a-savoir-moins.ecogeste-bon-a-savoir-moins:before {
  background-image: url(../images/pictos/picto-faux.svg);
}

.ecogeste-recherche-form-ct {
  background-image: url("../images/pictos/picto-idee-planete-1.svg");
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-position: 1.1rem center;
  background-size: 100px 100px;
  padding-left: 110px;
}

.ecogeste-recherche-form-ct > div.ecogeste-recherche-form {
  padding: 2rem;
  background-color: #f2f2f2;
}

.ecogeste-recherche-form-ct > div.ecogeste-recherche-form #ecogeste-mots-cles,
.ecogeste-recherche-form-ct > div.ecogeste-recherche-form #ecogeste-liste-actions-keyword {
  margin-bottom: 1rem;
}

.ecogeste-recherche-form-ct > div.ecogeste-recherche-form:first-child {
  padding-bottom: 0;
}

.ecogeste-recherche-form-ct > div.ecogeste-recherche-form .label {
  font-weight: bold;
  line-height: 115%;
  margin-bottom: .75rem;
}

.ecogeste-recherche-form-ct > div.ecogeste-recherche-form p {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .ecogeste-recherche-form-ct {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .ecogeste-recherche-form-ct > div.ecogeste-recherche-form {
    width: 50%;
    padding: 2rem;
  }
  .ecogeste-recherche-form-ct > div.ecogeste-recherche-form:first-child {
    padding-right: 1rem;
    padding-bottom: 2rem;
  }
  .ecogeste-recherche-form-ct > div.ecogeste-recherche-form:last-child {
    padding-left: 1rem;
  }
}

.ecogeste-pictos {
  margin-right: 15px;
}

#ecogeste-page 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 */
}

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

.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% - 115px);
  }
}

.section-content > :not(header):not(footer) .ecogeste-description {
  position: relative;
}

.section-content > :not(header):not(footer) .ecogeste-description ul, .section-content > :not(header):not(footer) .ecogeste-description ul li {
  margin: 0;
}

@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 */
