/*
 *  Fichier temporaire pour modifier le CSS sans SASS. À ré-intégrer dans les fichiers SASS correspondants.
 */

 /* Formulaire */
 .wpcf7 {
    position: relative;
    margin-top: 3rem;
 }

 .wpcf7-response-output {
    position: absolute;
    top: -7rem;
    text-align: center;
    width: 100%;
 }

 .div.wpcf7-validation-errors {
    margin-top: 0;
 }
