#titlebar {
    margin-bottom: 15px;
}

p a {
    font-weight: 900;
    color: #f7374a;
}

h3 {
    color: #ed195c;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2em;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.single-post h2 {
    font-size: 50 px;
    font-size: 3 rem;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
}

.post-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Maintenir un ratio 16:9 pour les vidéos */
    max-width: 100%;
    border: 0;
}

.post-content iframe {
    width: 100%;
    height: auto;
}


.single-post p {
    font-size: 2rem;
    line-height: 3.7rem;
}

.single-post li {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-left:30px;
}

.single-post li a {
    font-weight: 900;
    color: #f7374a;
}