/*
 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
------------------------------------------------------- */
.cls-liste ul {
  list-style-type: none;
  padding-left: 0;
}
.cls-liste li {
    display: flex;
	margin-bottom: 10px;
}
.cls-liste li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.cls-liste li::before {
  color: #9b000e ;
  font-size: 18px;
}
li.cls-btn a  {
   
    padding: 20px 30px!important;
   
    text-align: center;
	border: #9b000e solid 2px  ;
	
	
}
.et_fixed_nav #main-header {
    position: fixed;
    padding-bottom: 10px;
}
