/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: earthdesign
 Author URI: https://www.earthdesign.fr
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
 .NavBttn{
    background-color: white;
    margin-top: 0px!important;
    margin: 0px 10px 0px 10px!important;
    border-radius: 0px 0px 10px 10px;
   border-top-width: 0;
   box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

    
}
.NavBttn:hover{

    
    border-top-width: 0;
    transition: all 0.2s linear 0s!important;
    background-color:rgb(221, 204, 39 );
    box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    
}
@media screen and (max-width: 980px) {
  /* Styles spécifiques pour le menu mobile */

.NavBttn{
	box-shadow: none;
	text-align:center;
	background-color:white;
}
#menu-item-245{
	background-color: white;
	box-shadow: none;
}
.et_mobile_menu li a:hover, .nav ul li a:hover{
	background-color: white;
}
}

/* calendrier modification */



