.banniere {
    background-color: var(--md-sys-color-secondary);
    color:var(--md-sys-color-on-secondary);
    text-align:center;
    border-radius: 0.5rem;
    box-shadow: 0px 6px 6px -4px #0004;
    margin-inline: auto;
    width: fit-content;
}

.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);
}

@media (min-width: 1200px) {
    .banniere {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
}

@media (max-width: 1199px) {
    .banniere {
        padding: 0.75rem 1rem 0.75rem 1rem;
        font-weight: 400;
        font-size: 1.25rem;
    }
}