/*
Objet : Feuille CSS la-guilde-des-seigneurs.com
Date de création : 07/10/2021
Auteur : Laurent MARQUET (librement inspiré par Mrius Proton)
Copyright : 2021
*/
@import url("/bundles/c975lsite/css/animations.min.css");
@import url("/bundles/c975lsharebuttons/css/styles.min.css");
@import url("/bundles/c975lshop/css/styles.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css");

/* TYPOGRAPHY */
@import url("_typography-ssQ97k-.css");

/* VARIABLES */
@import url("_variables-kG56v0C.css");

/* ADJUSTEMENTS */
body {
    background-color: #f6f5f2;
}

.cards article {
    max-width: 150px;
}

.card {
    border-color: var(--primary);
}

.btn-secondary span {
    color: #000;
}

.cards.presentations div {
    width: 250px;
}

.card-body {
    padding: 1em auto;
    text-align: center;
}

.card-body img {
    width: auto;
}

.card-body img.img-125 {
    width: 125px;
}

.img-thumbnail {
    border-color: var(--primary);
}

.lead,
.lead .readmore-content {
    font-family: var(--font-family-title);
    font-weight: normal;
}

.lead a {
    font-family: var(--font-family-title);
}

img.angle {
    filter: invert(19%) sepia(39%) saturate(5195%) hue-rotate(358deg) brightness(88%) contrast(99%);
}

a span {
    color: var(--link-color);
}

footer li,
footer a span,
footer a strong {
    color: #fff;
}