/**
 * Theme Name:        Majevi
 * Template:          twentytwentyfive
 * Description:       Thème pour Majevi
 * Version:           1.0.0
 * Author:            Maxence ETIENNE
 * Text Domain:       majevi
 * Tested up to:      6.8.1
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Pour virer les titres */
h1:not(.exclude-h1) {
    display: none;
}

main {
    margin-top: 0px !important;
}

main div:not(.exclude-padding) {
    padding-top: 0px !important;
}

main div div:not(.exclude-margin) {
    margin-block-start: 0px !important;
}

.separateur-banniere {
    border-width: 0px 100px 5px 0;
}

.separateur-prestation {
    border-width: 0px 0px 5px 0;
    max-width: 500px;
}

.separateur-titre-top {
    border-top-width: 2px;
    max-width: 100px;
    margin-inline-start: 0px !important;
}

.separateur-titre-bottom {
    border-top-width: 5px;
    max-width: 500px;
    margin-inline-start: 0px !important;
}

.galerie {
    max-width: 850px !important;
}

.current-menu-item {
    color: #6C7C69;
}

.current-menu-item a {
    text-decoration: underline;
    text-underline-offset: 42px;
    text-decoration-thickness: 5px !important;
}