/*
Theme Name: Skolae
Author: BSA Web
Author URI: https://www.bsa-web.fr
Description: A Skolae theme, lovely crafted by the awesome BSA Web team.
Version: 0.1.0
Template: bsaweb-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skolae
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BSA Web – Child Theme WordPress Theme, (C) 2023 BSA Web
BSA Web – Child Theme is distributed under the terms of the GNU GPL v2 or later.

That's all folks. Style magic append in assets/css.
*/

.confBrochureTitle{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.moduleButtons{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

.moduleButtons .btnDllBrochures{
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.moduleButtons .btnDllBrochures span:nth-child(2){
    font-size: 0.75rem;
}

@media only screen and (max-width: 768px){
    .confBrochureTitle{
        font-size: 2.875rem;
    }
}
