/*--------------------------------------------------------------------------*\
    Checkbox that allow to display a burger menu, depending the screen width
    (this class apply to a checkbox : search "burger-input" in the code 
    to understand dependencies)
\*--------------------------------------------------------------------------*/

.burger-input {
    /*box*/
    display: none;
}