/*
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("https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css");

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

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

/* ADJUSTEMENTS */
body {
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
    pointer-events: none;
}

p {
    font-size: 1.10em;
    line-height: 1.35em;;
}

h1 {
    font-size: 2em;
    margin: 1em auto 0 auto;
}

.lead {
    font-family: var(--font-family-body);
    font-size: 1.6em;
}

/* CARDS */
.card {
    border: 3px solid var(--primary);
    width: 350px;
    background: none;
    overflow: hidden;
}

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

.card.tourmenteur h2.card-header {
    background-color: var(--black);
}

.card.tourmenteur .card-body {
    background-color: lightgrey;
}

h2.card-header {
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    font-size: 1.45em;
}

.card-data h3 {
    font-size: 1.4rem;
}

.card-data ul {
    padding: 0;
    margin: 0;
}

.card-data li {
    font-size: 1.1rem;
    margin: 0.1rem auto;
}

.display p img,
.card-data p img {
    margin: 10px auto -20px auto;
}

.card-body img.img-100 {
    width: 100px;
    height: 100px;
}

.card-body img.img-200 {
    width: 200px;
    height: 200px;
}

.card-body img.img-250 {
    width: 250px;
    height: 250px;
}

.display a,
.card-data a {
    font-family: var(--font-family-title);
    font-size: 1.2em;
    color: var(--black);
    text-decoration: none;
}

.display a:hover,
.card-data a:hover {
    color: var(--black);
    text-decoration: underline;
}

.display img {
    width: 200px;
    height: auto;
}

/* LEVELS */
.levels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
    width: 250px;
}

.level {
    height: 36px;
}

img.level {
    width: 36px;
    height: 36px;
}

.active {
    filter: invert(44%) sepia(100%) saturate(410%) hue-rotate(1deg) brightness(83%) contrast(96%);
}

.inactive,
.disabled {
    filter: grayscale(100%) contrast(50%);
    color: grey;
}

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