/* Alignement des images */

.image{
    width: 40%;
    margin: auto;
}
.image-style-align-left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.image-style-align-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.image-style-align-center {
    display: flex;
    justify-content: center;
}

/* Paragraphe et titres */
p {
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* Mise en page globale */
.ck-content img {
    max-width: 40%;
    height: auto;
}

.ck-content {
    line-height: 1.6;
    font-size: 16px;
}
.media {
    display: block !important;
}
figure.media {
    margin: 1.5em 0;
    position: relative;
    overflow: hidden;
}
figure.media iframe {
    max-width: 100%;
    height: auto;
}
