/* Bouton Formulaire */
.formulaire-btn {
    position: absolute;
    background-color: #ff69b4 !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 12px 25px !important;
    font-weight: bold !important;
    text-align: center;
    width: 150px;
    left: 45%;
}

.formulaire-btn:hover {
    background-color: #ff1493 !important;
    /*transform: scale(1.05);*/
}