/*
 Theme Name:   Les choses de la vie
 Theme URI:    https://les-choses-de-la-vie.fr
 Description:  Thème enfant basé sur Twenty Twenty-Four
 Author:       Azgold
 Template:     twentytwentyfour
 Version:      1.0
*/

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.25);
}

.home {
    height: 100lvh;
}

.about-me, .home, .activities, .zone, .contact, .footer {
    margin: 0;
}

* {
    font-family: 'Inter', sans-serif;
}