/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /** FOOTER **/
    .footer {
        margin-top: 240px !important;
        /*z-index: 999999;*/
    }

    .footer-address .fa-envira, .footer-address .text-address {
        font-size: 1.2rem !important;
    }

    .footer-address .fa-mobile-alt {
        font-size: 1.1rem;
    }

    .footer-address {
        font-size: .9rem;
    }

    .footer-contact-us {
        font-size: 1.2rem;
    }

    .info-tel {
        margin-bottom: 5px !important;
    }

    .info-tva {
        margin-top: 24px !important;
    }

    .bank-bic {
        font-size: .8rem;
    }

    .info-mail {
        margin-bottom: 5px !important;
        margin-top: 24px !important;
    }

    .info-mail a, .info-mail-lu a {
        color: #fff;
        text-decoration: none;
    }

    .info-mail a:hover, .info-mail-lu a:hover {
        color: #c1c1c1;
    }

    .scientific-footer .fa-capsules {
        font-size: 1.2rem !important;
    }

    .scientific-name {
        font-size: 1.1rem;
        margin-bottom: 0;
    }

    .scientific-title {
        margin-bottom: 0px;
    }

    .footer-copyright {
        padding: 5px 0 !important;
        background: rgb(28, 32, 35) !important;
    }

    /** END FOOTER **/
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}