/*
Objet : Feuille CSS papa-calin.com
Date de création : 30/11/2016
Auteur : Laurent MARQUET
Copyright : 2016
*/

@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-0YwLAwA.css");

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

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

nav img {
    width: 133px;
    height: 150px;
}

.lead {
    font-weight: normal;
    font-size: 1.4em
}

.idea {
    font-family: var(--font-family-title);
    color: var(--gold);
    font-size: 2.5rem;
    margin-bottom: 0;
}

.card {
    width: clamp(300px, 400px, 85vw);
    /* margin: 2em auto; */
    border-color: var(--primary-dark);
}

.card-body img {
    width: auto;
}

.lead .readmore-content p {
    font-family: var(--font-family-title);
}

.img-500 {
    max-width: clamp(300px, 500px, 85vw);
}

h2.card-header {
    border-bottom: 1px solid var(--primary);
    font-size: 1.8em;
}

.items h2 {
    font-size: 1.2em;
}

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

/* MENUS */
a.menu-story {
    font-size: 111%;
}

/* REPLIES */
navbar.replies {
    max-width: 800px;
    margin: 0 auto;
}

/* BRANDING */
img.white {
    filter: invert(99%) sepia(16%) saturate(3%) hue-rotate(50deg) brightness(103%) contrast(100%);
}

img.angle {
    filter: invert(22%) sepia(80%) saturate(1401%) hue-rotate(187deg) brightness(89%) contrast(82%);
}