.dd-film-affiche {
    width: 265px;
    height: 100%;
    object-fit: contain;
}

.billeterie-form .simulateur-no-horaire {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 1rem;
    border-radius: .25rem;
    background: none;
    border: 1px solid #cb9d4c;
    transition: all ease-in-out .2s;
}

.ancv__actions {
    max-width: calc(100% - 3rem);
}

.ancv__action {
    min-width: calc(40% - 1.9rem);
}

.ancv__pay h2 {
    width: calc(100% - 3rem);
}