html, body {
    height: 100%;
    overflow: hidden;
}
body {
    font-family: "Open Sans", Helvetica;
    font-weight: 300;
    letter-spacing: .12em;
    background: url(../img/background_hd/05.jpg) no-repeat center;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 700;
    letter-spacing: .15em;
}

#wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -260px;
}
#wrapper:before,
#wrapper:after,
#body:before,
#body:after {
    content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
}
#wrapper:before,
#wrapper:after {
    width: 100%;
    left: 0;
    height: 500px;
}
#wrapper:before {
    top: -500px;
}

#body {
    position: relative;
    border: 10px #3b862b solid;
}
#body:before,
#body:after {
    width: 500px;
    top: -10px;
    bottom: -10px;
}
#body:before {
    left: -510px;
}
#body:after {
    right: -510px;
}

@media only screen and (max-width: 991px) {
    #wrapper {
        margin-top: -300px;
    }
}
@media only screen and (max-width: 767px) {
    html, body {
        height: auto;
        min-height: 100%;
        overflow: visible;
    }
    #wrapper {
        position: static;
        margin-top: 0;
    }
    #wrapper:before,
    #wrapper:after,
    #body:before,
    #body:after {
        display: none;
    }
    #body {
        border: none;
    }
}

#header h1, #header h2 {
    margin: 0;
    padding: 0;
}
#header h1 a {
    float: left;
    margin: -10px 0 0 20px;
    width: 113px;
    height: 95px;
    background: url(../img/envol-vert.png) no-repeat center;
    position: relative;
    z-index: 100;
}
#header h2 a {
    float: right;
    margin: 0 10px 0 0;
    width: 95px;
    height: 95px;
    background: url(../img/green-mission.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 100;
}
#header span {
    display: none;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    margin-left: 0;
  }
}

#main {
    min-height: 380px;
}
body.slide #main {
    margin: 10px 0;
    background: rgba(83, 71, 65, .8);
    color: white;
    min-height: 360px;
}
body.engagement #main {
  /*background: rgba(138, 98, 60, .8);*/
  background: transparent;
  color: black;
}
body.engagement #main h3 {
    display: none;
}
body.engagement #main .lead {
    margin-top: 20px;
    font-size: 18px;
}
body.engagement #main h4 {
  text-align: right;
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  body.engagement #main h4 {
    text-align: center;
  }
}

#menu {
    min-height: 30px;
}
#menu .links {
  clear: both;
  margin: 10px 0 0;
  padding: 9px 0;
  background: rgba(98, 174, 35, .8) url(../img/glow.png) no-repeat top;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  height: 31px;
}
@media only screen and (max-width: 767px) {
  #menu .links {
    margin: 10px -15px 0;
  }
}

#menu .links li {
    border-right: 1px white solid;
    padding-right: 10px;
    margin-right: 10px;
}
#menu .links li:last-child {
    border-right: none;
}

@media only screen and (max-width: 991px) {
    #menu .links {
        height: auto;
    }
    #menu .links li {
        line-height: 18px;
    }
}
@media only screen and (max-width: 767px) {
    #menu .links li {
        border: none;
        display: block;
        margin-bottom: 3px;
    }
}

#menu .links a,
#menu .links a:visited {
    color: white;
    display: block;
    padding-top: 2px;
    transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -webkit-transition: all 200ms ease-out 0ms;
}
#menu .links a:hover,
#menu .links a:active,
#menu .links a:focus {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding-top: 0;
}

#menu .share {
    background: url(../img/share.png) no-repeat center;
    min-height: 65px;
    margin-top: -50px;
}
#menu .click {
    display: none;
}
#menu .networks {
  position: absolute;
  top: 10px;
  right: 10px;
  list-style: none;
  padding: 0;
}
#menu .networks li {
  /*margin-bottom: 10px;*/
}
#menu .networks a {
    display: block;
    width: 52px;
    height: 39px;
    text-indent: -9999px;
    background: transparent no-repeat 10px 2px;
    background-size: 32px 32px;
    transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -webkit-transition: all 200ms ease-out 0ms;
}
#menu .networks a:hover,
#menu .networks a:active,
#menu .networks a:focus {
    background-position: 12px 4px;
}
#menu .networks .facebook {
  background-image: url(../img/facebook.png);
}
#menu .networks .linkedin {
  background-image: url(../img/linkedin.png);
}
#menu .networks .google {
    background-image: url(../img/google.png);
}
#menu .networks .twitter {
    background-image: url(../img/twitter.png);
}
#menu .networks .whatsapp {
  background-image: url(../img/whatsapp.png);
}
#menu .networks .mail {
  background-image: url(../img/mail.png);
}
#menu .continue {
  /*margin-bottom: 10px;*/
}
#menu .continue a {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
    /*#menu .share {
        background: none;
        margin-top: 0;
    }*/
    #menu .click {
        display: block;
        color: white;
        text-align: center;
        font-weight: bold;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
        margin-top: 20px;
    }
    /*#menu .networks {
        text-align: center;
    }*/
}
@media only screen and (max-width: 767px) {
  #menu .networks {
    right: -10px;
  }
}

#title,
#flash {
    text-align: center;
}
#title h3,
#flash h3 {
    margin: 10px auto 5px;
    font-size: 22.4px;
    text-transform: uppercase;
    max-width: 600px;
    font-weight: 600;
}
body.page #title h3 {
  margin-top: -60px;
    padding-top: 150px;
    background: url(../img/foot-foret.png) no-repeat top;
}
body.error #title h3 {
  margin-top: -10px;
}
/*body.start #title h3 {
  margin-top: -50px;
}*/
body.resultat #title {
  margin-top: -40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body.resultat #title {
    margin: 30px 50px 30px;
  }
}
body.resultat #title h3 {
  display: none;
}
body.slide #title h3 {
  display: none;
}
body.slide #title .lead {
  margin-top: 1em;
  margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    body.page #title h3,
    body.error #title h3,
    body.start #title h3 {
        margin-top: 20px;
    }
}
body.engagement #title {
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  body.engagement #title {
    margin-top: 0px;
  }
}

#title .lead,
#flash .lead {
    font-size: 13px;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0 auto;
}
#title .lead .number {
  float: left;
  color: #aaa;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  #title .lead .number {
    float: none;
    margin: 0;
    display: block;
    font-size: 1.2em;
    margin-bottom: 1em;
  }
}

.btn-ev {
    display: block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1em;
    background: transparent;
    border: none;
    transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -webkit-transition: all 200ms ease-out 0ms;
    max-width: 100%;
}
.btn-ev:hover,
.btn-ev:active,
.btn-ev:focus {
    text-decoration: none;
    color: #72b639;
}
.btn-donate:hover,
.btn-donate:active,
.btn-donate:focus,
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  color: black;
}

body.email #title h3 {
  /*font-size: 1px;
  text-indent: -9999px;*/
  display: none;
}
body.email #title .lead,
body.resultat #title .lead {
  font-size: 16px;
  max-width: 90%;
  margin-bottom: 10px;
}
body.email #title .lead {
  margin-top: 30px;
}
body.resultat #title .lead {
  font-size: 22px;
  line-height: 1.1;
}
 body.resultat #title .lead span {
   font-size: 28px;
 }
 body.resultat #title small {
   font-size: 0.7em;
   font-weight: normal;
   letter-spacing: 0;
   text-transform: none;
   color: #888;
 }
 @media only screen and (max-width: 767px) {
  body.resultat #title .lead {
    font-size: 16px;
  }
  body.resultat #title .lead span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  body.resultat #title .lead span {
    display: block;
  }
}

body.start .partner {
  position: absolute;
  right: 10px;
  bottom: 40px;
}
body.start .partner img {
  display: inline-block;
  vertical-align: bottom;
  width: 60px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.start .partner {
    position: static;
    text-align: center;
    color: #aaa;
    font-size: .8em;
  }
  body.start .partner img {
    width: 40px;
  }
}

body.start .btn-main {
    margin: 20px auto;
    width: 320px;
    height: 55px;
    padding: 10px 0;
    background: url(../img/button-xl.png) no-repeat center;
    font-size: 22px;
}
body.error .btn-main,
body.email .btn-main {
    margin: 5px auto;
    background: url(../img/button.png) no-repeat center;
    width: 310px;
    height: 35px;
    padding: 8px 0;
}
body.resultat .btn-main {
    background: url(../img/button-left.png) no-repeat center;
    width: 265px;
    height: 35px;
    padding: 8px 0;
    margin-left: 20px;
}
body.resultat .btn-donate {
    background: url(../img/button-right.png) no-repeat center;
    width: 285px;
    height: 35px;
    padding: 8px 0;
    /*margin-top: -45px;
    float: right;*/
}
#popup .btn-ev,
body.engagement .btn-main {
    background: url(../img/button-engage-green.png) no-repeat center;
    width: 430px;
    height: 40px;
    margin: 0 auto;
}
#popup .btn-ev:hover,
#popup .btn-ev:active,
#popup .btn-ev:focus,
body.engagement .btn-main:hover,
body.engagement .btn-main:active,
body.engagement .btn-main:focus {
  color: black;
}

.btn-blue,
.btn-green {
  background: transparent no-repeat center;
  width: 200px;
  height: 35px;
  padding: 8px 0;
}
.btn-blue {
  background-image: url(../img/button-blue.png);
}
.btn-green {
  background-image: url(../img/button-green.png);
}

body.merci .btn-donate {
    margin: 20px auto;
    background: url(../img/button-donate.png) no-repeat center;
    width: 425px;
    height: 35px;
    padding: 8px 0;
}

@media only screen and (max-width: 767px) {
    body.resultat .btn-donate {
        /*float: none;
        margin-top: 0;*/
    }
}

.btn-prev,
.btn-next {
    width: 160px;
    height: 35px;
    padding: 8px 0;
}
.btn-prev {
    background: url(../img/previous.png) no-repeat left;
}
.btn-next {
    float: right;
    background: url(../img/next.png) no-repeat left;
}
body.page .btn-prev {
    /*margin-top: 20px;*/
}

form {
    position: relative;
    z-index: 30;
    letter-spacing: 0;
}
#game,
#play,
#mail,
#nomail {
    display: block;
}
#mail {
    margin: 5px auto 0;
    background: url(../img/input.png) no-repeat center;
    width: 450px;
    padding: 10px 30px;
    border: 0;
}
#play,
#nomail {
    width: 400px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    #mail {
        background: white;
        width: 100%;
        border: 2px #3b862b solid;
    }
    #play,
    #nomail {
        width: 100%;
    }
}
#play a, #play a:visited, #play a:hover, #play a:active, #play a:focus {
    color: black;
    font-weight: bold;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    margin-left: -28px;
}
.radio,
.checkbox {
    margin: 13px 30px;
}
.radio label,
.checkbox label {
    font-weight: 300;
}
.radio label strong,
.checkbox label strong {
    font-weight: 600;
}

.radio input + span,
.checkbox input + span {
    float: left;
    margin-left: -35px;
    margin-right: 2px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 20px;
    background: url(../img/check.png) no-repeat top;
    cursor: pointer;
    transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -webkit-transition: all 200ms ease-out 0ms;
}

.radio input:checked + span,
.checkbox input:checked + span {
    background-position: bottom;
}

div.also {
    max-width: 540px;
    min-height: 84px;
    margin: 10px auto;
    padding: 6px 30px;
    background: url(../img/but-also.png) no-repeat top;
    background-size: 100% 108px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    div.also {
        background: #093e14;
    }
}

div.also .radio {
    margin-top: 5px;
    text-align: left;
}
div.also .radio label {
    text-transform: uppercase;
    font-weight: 400;
}

div.about {
    letter-spacing: 0;
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.3em;
}
div.about .scale {
    background: url(../img/scale.png) no-repeat center;
    height: 25px;
    width: 580px;
    margin: 0 auto 20px;
    position: relative;
}
div.about .scale #score {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    background: url(../img/check.png) no-repeat bottom;
    transition: all 1000ms ease-out 0ms;
    -moz-transition: all 1000ms ease-out 0ms;
    -webkit-transition: all 1000ms ease-out 0ms;
}
@media only screen and (max-width: 767px) {
    div.about .scale {
        display: none;
    }
}
div.about h4 {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 15px;
}
div.about a,
div.about a:visited {
    text-decoration: none;
    font-weight: 600;
    color: black;
}
div.about a:hover,
div.about a:active,
div.about a:focus {
    color: #72b639;
}
div.about img {
    display: block;
    margin: 0 auto 20px;
}

div.support {
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 11px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    text-align: center;
}
div.support img {
    margin: -5px 10px 0;
}

.pages {
    margin: 5px 0;
    text-align: center;
    padding: 0;
    list-style: none;
}
.pages li {
    display: inline-block;
}
.pages a,
.pages span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/dots.png) no-repeat bottom;
    text-indent: -9999px;
}
.pages .active a,
.pages .active span {
    background-position: top;
}

#popup {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    background: rgba(0, 0, 0, .8) url(../img/popup.png) no-repeat center 20px;
    color: white;
    transition: opacity 500ms ease-out 0ms;
    -moz-transition: opacity 500ms ease-out 0ms;
    -webkit-transition: opacity 500ms ease-out 0ms;
}
#popup.on {
    opacity: 1;
    z-index: 50;
}

@media only screen and (max-width: 767px) {
    #popup {
        display: none;
        opacity: 1;
        background: #62ae23;
        height: auto;
        padding-top: 90px;
    }
    #popup.on {
        display: block;
    }
}

#popup .info {
    font-size: 12px;
    font-weight: 700;
    /*line-height: 18px;*/
    color: black;
    padding: 15px 20px 10px;
}
#popup .howto {
    padding: 10px 20px 0;
    background: url(../img/line.png) no-repeat top;
    font-weight: bold;
    margin: 0;
}
#popup .actions {
    padding: 0 20px;
    font-size: 12px;
    /* line-height: 16px;*/
}
#popup .actions li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../img/item.png) no-repeat left;
}
#popup .nb {
    padding: 0 20px;
    font-size: 10px;
}
#popup .project {
    text-align: center;
    font-size: 14px;
    color: black;
}
#popup .project a,
#popup .project a:visited {
    color: black;
    font-weight: bold;
    transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -webkit-transition: all 200ms ease-out 0ms;
}
#popup .project a:hover,
#popup .project a:active,
#popup .project a:focus {
    color: white;
    text-decoration: none;
}

#quizz4 {
    width: 265px;
    height: 265px;
    background: url(../img/4quizz1arbre.png) no-repeat center;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    #quizz4 {
        position: absolute;
        top: -60px;
        right: -40px;
        z-index: 10;
    }
}
@media only screen and (min-width: 992px) {
    #quizz4 {
        right: -80px;
    }
}
#quizzb {
    width: 241px;
    height: 432px;
    position: absolute;
    background: url(../img/bambou.png) no-repeat center;
    text-indent: -9999px;
    top: -270px;
    right: 20px;
}
@media only screen and (max-width: 991px) {
    #quizzb {
        right: 10px;
    }
}
@media only screen and (max-width: 639px) {
    #quizzb {
        position: static;
        display: block;
        background-position: bottom;
        margin: -50px auto 30px;
        height: 200px;
    }
}

#elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 20;
    overflow: hidden;
}
.element {
    display: block;
    position: absolute;
    background: transparent no-repeat bottom;
    top: 0;
}
.element:before {
    display: block;
    content: "";
    background: url(../img/string.png) no-repeat bottom;
    width: 12px;
    height: 360px;
    position: absolute;
    bottom: 100px;
    left: 50%;
}

@media only screen and (max-width: 991px) {
    #elements {
        display: none;
    }
}

@keyframes swing-left {
    0% { transform: rotate(30deg); }
    20% { transform: rotate(-20deg); }
    40% { transform: rotate(12deg); }
    60% { transform: rotate(-6deg); }
    80% { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}
@keyframes swing-right {
    0% { transform: rotate(-30deg); }
    20% { transform: rotate(20deg); }
    40% { transform: rotate(-12deg); }
    60% { transform: rotate(6deg); }
    80% { transform: rotate(-2deg); }
    100% { transform: rotate(0deg); }
}
@-moz-keyframes swing-left {
    0% { transform: rotate(30deg); }
    20% { transform: rotate(-20deg); }
    40% { transform: rotate(12deg); }
    60% { transform: rotate(-6deg); }
    80% { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}
@-moz-keyframes swing-right {
    0% { transform: rotate(-30deg); }
    20% { transform: rotate(20deg); }
    40% { transform: rotate(-12deg); }
    60% { transform: rotate(6deg); }
    80% { transform: rotate(-2deg); }
    100% { transform: rotate(0deg); }
}
@-webkit-keyframes swing-left {
    0% { -webkit-transform: rotate(30deg); transform: rotate(30deg); }
    20% { -webkit-transform: rotate(-20deg); transform: rotate(-20deg); }
    40% { -webkit-transform: rotate(12deg); transform: rotate(12deg); }
    60% { -webkit-transform: rotate(-6deg); transform: rotate(-6deg); }
    80% { -webkit-transform: rotate(2deg); transform: rotate(2deg); }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}
@-webkit-keyframes swing-right {
    0% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); }
    20% { -webkit-transform: rotate(20deg); transform: rotate(20deg); }
    40% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); }
    60% { -webkit-transform: rotate(6deg); transform: rotate(6deg); }
    80% { -webkit-transform: rotate(-2deg); transform: rotate(-2deg); }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

#credits {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    opacity: .4;
}
#credits p {
    margin: 0;
    font-size: 7px;
    text-transform: uppercase;
    color: white;
}
#credits a,
#credits a:visited,
#credits a:hover,
#credits a:active,
#credits a:focus {
    color: white;
}

@media (max-width: 767px) {
    #credits {
        position: static;
        text-align: right;
        margin: 20px 0 10px;
    }
}

.user-profile {
    margin-bottom: 15px;
}

.world {
  width: 650px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.world img {
  display: block;
  width: 100%;
  height: auto;
}
.world .pin {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.world .tip {
  position: absolute;
  border: 2px #3b862b solid;
  border-radius: 5px;
  background: white;
  padding: 5px 10px;
  font-size: 11px;
  letter-spacing: 0;
  width: 200px;
  transition: all 500ms ease-in-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.world .pin:hover {
  z-index: 10;
}
.world .pin:hover .tip {
  max-height: 120px;
  opacity: 1;
}
.world .footprint img {
  display: block;
  width: 100%;
  height: auto;
}
.world .footprint span {
  display: none;
}
.world .eur {
  top: 40%;
  left: 50%;
}
.world .eur .tip {
  bottom: 20px;
  left: 20px;
}
.world .sea {
  top: 60%;
  left: 80%;
}
.world .sea .tip {
  top: 60px;
  left: 60px;
}
.world .sam {
  top: 75%;
  left: 30%;
}
.world .sam .tip {
  bottom: 20px;
  right: 60px;
}
.world .caf {
  top: 60%;
  left: 50%;
}
.world .caf .tip {
  top: 60px;
  left: -20px;
}
.world .zzz {
  display: none;
}
@media only screen and (max-width: 767px) {
  .world {
    margin-top: 80px;
  }
  .world .tip {
    width: 320px;
  }
  .world .eur .tip {
    bottom: 40px;
    left: -120px;
  }
  .world .sea .tip {
    top: 80px;
    left: -200px;
  }
  .world .sam .tip {
    bottom: 120px;
    right: -160px;
  }
  .world .caf .tip {
    bottom: 100px;
    top: auto;
    left: -120px;
  }
}

.masker {
  width: 100%;
  overflow: hidden;
}
.toggler {
  position: relative;
  width: 200%;
  left: 0;
  transition: left 500ms ease-in-out;
}
.toggler.rev {
  left: -100%;
}
.toggler > * {
  float: left;
  width: 50%;
  position: relative;
}
.toggler .table {
  overflow: auto;
}

.details {
  width: 80%;
  min-width: 650px;
  margin: 0 auto;
}

.materials {
  font-size: 11px;
  border-spacing: 3px;
  border-collapse: separate;
}
.materials td,
.materials th {
  padding: 5px;
  background: rgba(255, 255, 255, .6);
}
.materials tbody td {
  width: 18%;
}
.materials tbody tr:nth-child(odd) th,
.materials tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, .8);
}
.materials tbody td:nth-child(2) {
  font-weight: bold;
}
.materials tbody td.r {
  text-align: right;
  width: 7%;
}

.btn-toggle {
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 10px;
  border: 2px #3b862b solid;
  border-radius: 5px;
  background: white;
  padding: 5px 10px;
  width: 64px;
  text-align: center;
  letter-spacing: 0;
}
.btn-toggle i {
  font-size: 18px;
  display: block;
  margin: 2px auto;
}
@media only screen and (max-width: 767px) {
  .btn-toggle span {
    display: none;
  }
}

.minerais {
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  max-width: 80%;
  width: 480px;
  margin: 10px auto 0;
  letter-spacing: 0;
}

.clear {
  clear: both;
}
