.banniere {
    background-color: var(--md-sys-color-secondary);
    color:var(--md-sys-color-on-secondary);
    text-align:center;
}

.accueil {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.phoneForm {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.footer {
    align-content: center;
    border-top:1px solid var(--md-sys-color-outline);
    background-color: var(--md-sys-color-surface-container);
}