@charset "UTF-8";

/*
---------------------------------------
-- Bouger à Cancale
-- Refonte 2025/08 par Aurélien FERLITO
---------------------------------------
*/
.font-space-grotesk {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.font-boldonse-regular {
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-style: normal;
}

/*
---------------------------------------
-- couleurs
---------------------------------------
*/
.color-cac {
    color: #aaa;
}

.color-course {
    color: #f54e48;
}

.color-course-fonce {
    color: #f54e48;
}

.color-course-bg {
    background-color: #f54e48;
}

.af-border-top-course {
    border-top: 0.3rem solid #f54e48;
}

.color-marche {
    color: #1c9b97;
}

.color-marche-bg {
    background-color: #1c9b97;
}

.af-border-top-marche {
    border-top: 0.3rem solid #1c9b97;
}

.color-renfo {
    color: #f54e48;
}

.color-renfo-bg {
    background-color: #f54e48;
}

.af-border-top-renfo {
    border-top: 0.3rem solid #f54e48;
}

.color-pilates {
    color: #53a3d6;
}

.color-pilates-bg {
    background-color: #53a3d6;
}

.af-border-top-pilates {
    border-top: 0.3rem solid #53a3d6;
}

.color-vieclub-bg {
    background-color: #aaa;
}

.af-border-top-vieclub {
    border-top: 0.3rem solid #aaa;
}

.color-warning-bg {
    background-color: #ce6af5;
    color: white;
}

.cac-bg {
    background-color: #f1eee9;
}

/*
---------------------------------------
-- spécifique
---------------------------------------
*/
.home-titre {
    position: absolute;
    bottom: -1rem;
    background-color: white;
    padding: 0.5rem;
}
.home-tuile:hover .home-titre {
    background-color: black;
}

.soleil {
    background: url("img/soleil-01.svg") no-repeat left center;
    background-size: contain;
    padding-left: 1.8rem;
}

.pdf {
    background: url("img/pdf-svgrepo-com.svg") no-repeat left center;
    background-size: contain;
    padding-left: 1.8rem;
}

.gras {
    font-weight: bold;
}

.hmin {
    min-height: 2.5rem;
}

.distance {
    display: block;
}
.af-btn-adhesion {
    background-color: #d8d4c9;
    border: #ce6af5 0.1rem solid;
    border-radius: 2rem;
    padding: 1rem;
    margin: 1rem 0;
    display: inline-block;
    text-decoration: none;
    color: #222;
}
.af-btn-adhesion:hover {
    background-color: #d1ccbd;
    border: #111 0.1rem solid;
    color: black;
}