/* 1. Titre de la page */
#main-buttons > div > div > div > div.company-name.company-logo-and-name {
    margin-bottom: 160px !important;
}

/* 2. Bouton Réserver (taille réduite et descendu) */
#main-buttons > div > div > div > a,
#main-buttons .btn {
    transform: scale(0.7) !important;
    transform-origin: center top !important;
    margin-top: 60px !important;
}