/*
Theme Name:         Bloxaphte
Theme URI:          https://choosit.com/
Description:
Version:            0.2.0
Author:             Choosit
Author URI:         https://choosit.com/
Text Domain:        bloxaphte-theme

License:            UNLICENSED
License URI:
*/


.footer__credits {
    font-weight: 300;
    color: #757575;
}

.footer__credits .logo_janvier {
    display: inline-block;
    width: 5.3rem;
    height: 0.9375rem;
    padding-left: 3.75rem;
    overflow: hidden;
    position: relative;
    background: transparent url(/app/themes/bloxaphte/dist/assets/janvier-footer.svg) 0 0 no-repeat;
    background-size: 5.3rem 1rem;
}

.footer__credits .logo_janvier::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: transparent url(/app/themes/bloxaphte/dist/assets/janvier-footer.svg) 0 -15px no-repeat;
    background-size: 5.3rem 1rem;
    transition: width .1s ease-out;
}

.footer__credits .logo_janvier:hover::before {
    width: 100%;
}