/* ============================================================
   INDEX / PORTAIL BMPM - Styles spécifiques à la page d'accueil
   ============================================================ */

@media (max-width: 640px) {
    main {
        padding-top: 1rem;
    }
}

@media (hover: none) and (pointer: coarse) {
    a.group:active {
        transform: scale(0.98);
    }
}

html {
    scroll-behavior: smooth;
}

section h2 {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}

* {
    -webkit-tap-highlight-color: transparent;
}
