/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
      .icon:active {
        filter: hue-rotate(0deg) brightness(180%) contrast(120%) saturate(150%); /* Filtre pour la couleur #e02b20 */
    }

    /* Style lorsque la souris survole l'icône */
    .icon:hover {
        filter: hue-rotate(0deg) brightness(120%) contrast(120%) saturate(150%); /* Filtre pour le survol */
    }
li.cls-btn a  {
    
    border: 2px solid #e02b20;
    padding: 14px 25px!important;
    color: #fff !important;
	background-color:#e02b20;
    text-align: center;
}

.et_fixed_nav #main-header {
    position: fixed;
    padding-bottom: 4px;
}