/*
Theme Name: Mon Thème Enfant
Template: twentytwentyfour
Version: 1.0.0
Author: Raphaël
*/

/* Tu peux ajouter ton CSS ici */

body {
  font-family: 'Inter', serif;
}
.row-fond {
	background-color:#556B2F;
	font-family: 'Inter', serif;
	
}
.row-shadow{
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}

.titre{
	color:#C6D870;
	padding-top:20px;
	font-family: 'Inter', serif;
	font-size:2em;
	
}
.sous-titre {
	color:#C6D870;
	font-family: 'Inter', serif;
	font-size:1.2em;
}
a.lien-menu {
	
color:#BFCA5B !important;	
	
}
a.lien-menu:hover {

color:#8FA31E !important;
text-decoration:none;
transition: color 0.3s ease;

}