/*
	BLOC 4 - ENTRAINEMENTS
*/

/* BOUTONS */
.entrainement .bouton-entrainement,
.entrainement .btn.custom-btn {
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    background: #f2cc8f;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}
.entrainement .bouton-entrainement span,
.entrainement .btn.custom-btn span {
    position: relative;
    z-index: 2;
}
/*.entrainement .bouton-entrainement::before,
.entrainement .btn.custom-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ff9f1c;
    transition: 0.4s ease;
    z-index: 0;
}*/
/*.entrainement .bouton-entrainement:hover::before,
.entrainement .btn.custom-btn:hover::before {
    width: 100%;
    color: #fff;
    cursor: pointer;
}*/

/*section.entrainement a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}*/

.entrainement .custom-block {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.entrainement .custom-block:hover::before {
    left: 100%;
}

.bouton-activite {
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    background: #f2cc8f;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-bottom : 30px;
}

.bouton-activite:hover {
    background-color: #E07A5F;
    color: #fff;
}
