/*
Theme Name: Divi Child
Theme URI: https://fabien-seo.com
Description: Thème enfant de divi par Fabien SEO
Author: Fabien SCHNEIDER - Fabien SEO
Author URI: https://fabien-seo.com
Template: Divi
Version: 1.0
*/

#scale {
    position: fixed;
    bottom: 50px;
    left: 50px;
    font-size: 0;
    z-index: 9999;
}

@media only screen and (max-width: 750px) {
    #scale {
        bottom: 20px;
        left: 20px;
        display: none;
    }
}

#scale .bandeau div {
    height: 6px;
    display: inline-block;
}

#scale .bandeau div:nth-child(1) {
    width: 20px;
    border-left: 1px solid black;
    border-bottom: 6px solid black;
}

#scale .bandeau div:nth-child(2) {
    width: 20px;
    margin-bottom: 6px;
    border-bottom: 6px solid black;
}

#scale .bandeau div:nth-child(3) {
    width: 40px;
    border-bottom: 6px solid black;
}

#scale .bandeau div:nth-child(4) {
    width: 120px;
    border-top: 6px solid black;
    border-right: 1px solid black;
}

#scale article p {
    font-size: 12px;
    margin-left: 15px;
    display: inline-block;
}

#scale article p:nth-child(1) {
    width: 20px;
    margin-left: -5px;
}

#scale article p:nth-child(2) {
    width: 20px;
    margin-bottom: 6px;
    margin-left: 20px;
}

#scale article p:nth-child(3) {
    width: 40px;
    margin-left: 20px;
}

#scale article p:nth-child(4) {
    margin-bottom: 6px;
    margin-left: 80px;
}
