.present {
	color : #f60;
	background-color : transparent;
	background-image : url('../img/icons/sidi3.jpg');
}

.fh5co-learn-more {
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 12;
    text-align: center;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.js .animate-box {
    opacity: 0;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fh5co-learn-more a .text {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.fh5co-learn-more a .arrow {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #28b896;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.icon-chevron-down:before {
    content: "\f078";
    color: white;
}

/* Style par défaut pour la case à cocher */
.custom-control-input:checked + .custom-control-label::before {
background-color: #007bff !important;
border-color: #007bff !important;
}
.custom-control-label.checked {
text-decoration: line-through;
}
.custom-control-label.checked .todo-desc {
color: #868e96; 
}
  