
body.isUnivers .bg-colors.bg-colors-header{ background-color : rgba(0, 0, 0, 0.6); }

.picto-lsf {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-indent: -9999px;
    transition: all 0.2s;
    background: transparent url("/media/picto--lsf.svg") no-repeat center center/ contain;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  border: 0 none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div.nice-pratique {
  background-color: transparent !important;
  margin: 0 -15px 20px -15px;
}

div.block-compteur-arbres {
    background-color: #FFFFFF;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 25px 25px 25px;
    margin-bottom: 20px;
}
div.block-compteur-arbres .block-title {
    line-height: 1;
}
div.block-compteur-arbres .block-title {
    color: #00535A;
}
div.block-compteur-arbres .block-title small {
    text-transform: none;
    font-family: ars-regular;
    font-weight: bold;
    font-style: italic;
    font-size: 1.5rem;
}

.container-compteur {
    text-align: center;
}
.container-compteur p:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 233px;
    background: transparent url("/media/illu-arbres.png") no-repeat center center;
}
#compteur_arbre_chiffre {
    padding: .5rem 2rem;
    font-size: 6.5rem;
    font-family: ars-black;
    color: white;
    background-color: #006E72;
}
div.block-compteur-arbres div.more a span {
    background-color: #006E72;
}

.container-objectif {
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    font-family: ars-light;
    font-size: 2.2rem;
    background-color: #F4F9FC;
}
@media (min-width: 768px) {
    .container-objectif {
        flex-direction: row;
        align-items: center;
        margin: 3rem 0;
    }
}
.word-objectif {
    position: relative;
    margin-right: 12px;
    padding-left: 48px;
    font-family: ars-black;
    font-size: 2.7rem;
    text-transform: uppercase;
}

.word-objectif::before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 12px;
    width: 36px;
    height: 36px;
    background: transparent url("/media/picto-feuilles.png") no-repeat center center / contain;
}

.block-compteur-arbres blockquote {
    max-width: 80%;
    margin: 3rem auto;
    font-family: ars-light;
    font-size: 2.2rem;
    font-style: italic;
    border-left-color: #45cc81;
}

.countup {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    opacity: 0;
}

.countup--is-visible {
    opacity: 1; /* show countup once JS has been initialized */
}

.cd-sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}