/*
 Theme Name:   Mon thème enfant
 Theme URI:    https://www.elegantthemes.com
 Description:  Description de mon thème enfant
 Author:       Juliette LEBRETON
 Author URI:   https://bristol.fr
 Template:     Divi
 Version:      4.4.3
*/

/* Couleurs lien footer */
.et_pb_text>:last-child a{
	color: #425563 !important;
}
.et_pb_text>:last-child a:hover{
	color: #F68D2E !important;
}

div#et-main-area i.fa.fa-arrows-v {
  color: white !important;
}

/* modification bouton formulaire */
.wpforms-form button[type=submit] {
    background-color: #425563 !important;
    border-color: #425563 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #F68D2E !important;
}