/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.counterzone h2 {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: .85rem;
    @media screen and (min-width: 667px) and (max-width: 809px) {
        font-size: 1rem;
    }
    @media screen and (min-width: 1024px) {
        font-size: 1rem;
    }
}
#biberon_wrapper {
    position: relative;
    /*height: 200px;*/
}

.biberon_height {
    opacity: 0;
}

#biberon {
    position: relative;
}
#biberon .biberon {
    position: relative;
    z-index: 3;
}
.compteur_biberon {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 92%;
    left: 0;
    position: absolute;
    /*width: 82%; - Valeur max à ne pas dépasser....*/
    width: 0%;
    max-width: 82%;
    top: 0;
    z-index: 1;
    mix-blend-mode: difference;
}
.compteur_text {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    @media screen and (min-width: 667px) and (max-width: 809px) {
        font-size: 1.5rem;
    }
    @media screen and (min-width: 1024px) {
        font-size: 1.5rem;
    }
}
.compteur_text {
    align-items: center;
    color: #2d438c;
    display: flex;
    height: 94%;
    justify-content: flex-end;
    /*outline: 1px solid red;*/
    position: absolute;
    top: 0px;
    width: 94%;
    z-index: 3;
}
