/*
Theme Name: Divi-child-lecoachdeslabos
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1766585737
Updated: 2025-12-24 14:15:37

*/

.btn:hover{color:#000025 !important;
background-color:#defc8e;
transition-duration:0.4s;
transition-timing-function: linear;
color: #000025;}
.btn{border: 2px solid #defc8e; /* contour noir de 2px */ 
  background-color: transparent; /* fond transparent */
  padding: 10px 20px; /* espace à l'intérieur du bouton */
	border-radius: 15px;}

.btn{
  border: 2px solid #defc8e;       /* contour bleu */
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 5px;
  color: #defc8e;
  cursor: pointer;
  box-shadow: 0 0 5px #defc8e;   /* diffusion de couleur */
  transition: 0.3s;            /* animation douce au hover */

}

.menu:hover {
  border-bottom: 1px solid #defc8e; /* souligné bleu au survol */
}

