/*
 Theme Name:   DiviDriveCueilletteTheme
 Description:  Child Theme for Divi
 Author:       Anne Braudel
 Author URI:   https://anne.braudel.fr
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*-----------------Menu Icons to Replace Text---------------- */
 
.menu-home a {
    font-family: 'ETmodules';
    font-size: 20px!important;
    color: white!important;
	background-color: #0EAD6A;
	padding: 10px!important;
	border-radius: 10px !important;
	width: 40px !important;
	height: 40px !important;
	text-align: center;

    }
}

