/*
Objet : Feuille CSS Kalaan
Date de création : 03/09/2021
Auteur : Laurent MARQUET
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-SXZ7bUD.css");

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

/* ADJUSTEMENTS */
body {
    background-color: #f6f5f2;
}
.lead {
    font-weight: normal;
}

/* BRANDING */
.tiktok {
    height: auto;
    margin: 1em;
}

.video {
    height: 200px;
    margin: 1em;
}

.tiktok img:hover,
.photo img:hover {
    animation: bounceHorizontal 0.5s infinite ease-in-out;
}

.card {
    min-height: 300px;
}

.card-body img {
    width: auto;
}

.card h2 {
    margin-top: 0;
}

.img-square {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

navbar.photos {
    margin: 1em auto;
    max-width: 350px;
}

.btn-secondary {
    color: #fff;
}

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