/*
Copyright 03/06/2025 michelgeny.
All rights reserved.
    Created on : 3 juin 2025, 10:27:08
    Author     : michelgeny
*/
div.homepage {
    position: relative;
    margin-top: 65px;
    border-radius: 10px 10px 0 0;
    min-height: 50px;
    padding: 1rem 1rem 0 1rem;
    background-color: #FFF; /*#ebebeb;*/
}
div.overlay {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-color: #30303030;
    padding: 0;
}
div.ratio {
    --bs-aspect-ratio: 38%;
}
#barre {
    margin-top: -2px;
    height: 24px;
    width: 100%;
}
