/*
Theme Name:   NovaDijon - Thème 3
Theme URI:    https://nova.city
Description:
Author:       Inovagora
Author URI:   https://inovagora.net
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  nova
Template:     novadijon
*/

.layout-header {
    position: relative;
}

.wp-block-file:not(.wp-element-button) {
    font-size: 1rem;
}

/*
** Correctif pour thumbnails events
** Inovagora | Jérôme
** le 03/09/2025 (le 7 c'est mon anniversaire, si jamais...)
*/
.card-thumbnail.card-event .card-img-top {
    aspect-ratio: 350/183;
    -o-object-fit: cover;
       object-fit: cover;
}
