/* Fond de page identique à l'accueil */
.tikidefis-page.home-page {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: visible;
    isolation: isolate;
    background: var(--theme-03);
}

.home-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

.home-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1512 / 1136;
    max-width: none;
    display: block;
}


p {
    font-weight: 100;
}

b, strong {
    text-decoration: underline;
}

main a {
    color: var(--sable-fonce);
    text-decoration: underline var(--sable-fonce) ;
}

header.sub-hero {
    display: block;
    /* z-index: 10; */
    position: relative;
    padding: 100px 10px;


    text-align: center;
    
    >h1 {
        color: var(--theme-09);
        padding-bottom: 20px;
    }
}