ul.badges {
    list-style-type: none;
    text-decoration: none !important;

}

ul.badges li {
    display: inline;
    font-size: 1.2em;
}

ul.badges li a {
    /** color: darkblue !important; */
    text-decoration: none !important;
}

ul.categories li {
    display: inline;
}

ul.categories li a {
    color: gray !important;
    text-decoration: none !important;
}

main {
    margin:auto;
    margin-top: 2em;
    text-align: center;
}

.description {
    padding:0.5em;
    margin-top: 1em;
    margin-bottom:3em;
    border-radius: 0.5em;
    text-align : left;
    background-color: #edf3f3;
}

.description p {
    margin-bottom: 0px;
}

.photo {
    max-height: 10em;
    border-radius: 50%;
    opacity: 0.8;
}

.link-div {
  cursor: pointer;
}

.card {
    box-shadow: 0 0 12px rgba(0,0,0,0.3); /* ombre diffuse */
    border: none !important; /* pas de vraie bordure */
    margin-bottom: 2em;
}

.blog-post {
    text-align: left;
    padding-bottom:1em;
}

h2 {
    margin: 1em;
}

footer {
    margin-top : 5em;
    margin-bottom: 2em;
    text-align: center;
}