body {
    background: radial-gradient(ellipse at center, #1b0665 0, #050020 100%)
}

#ast-fixed-header .main-header-bar,
.ast-header-sticked {
    background-color: #fff !important
}

#primary {
    margin: 0 !important;
}

.site-primary-header-wrap {
    position: relative
}

h1,
h2,
h3 {
    overflow-wrap: normal;
    word-wrap: normal
}

.single-post p {
    margin: 0
}

@media(max-width:921px) {
    .ast-narrow-container .ast-article-single {
        padding: 0 !important
    }
}

.single-post .entry-header {
    display: none;
}

.hentry {
    margin-bottom: 0;
}

.page-id-5219 .elementor-posts .elementor-post__thumbnail__link {
    order: 2;
}

.page-id-5219 .elementor-posts .elementor-post__text {
    order: 1;
    margin-bottom: 15px;
}

.elementor-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elementor-post__read-more {
    margin-top: 15pc;;
    background-color: transparent;
    font-family: "kallisto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    fill: var(--e-global-color-astglobalcolor5);
    color: var(--e-global-color-astglobalcolor5);
    background-image: linear-gradient(135deg, #36A8E0 0%, #94bf1f 100%);
    border-radius: 40px 40px 40px 40px;
    padding: 20px 40px 20px 40px;
    line-height: 1em;
}

.home .elementor-post__read-more {
    background-image: linear-gradient(135deg, #36A8E0 0%, #AB407A 100%);
}

.elementor-post__text {
    overflow:visible;
}

.elementor-posts--skin-classic .elementor-post {
    padding-bottom: 30px !important;
}

/* Ajoute un conteneur et du padding à l'éditeur Gutenberg */
.editor-styles-wrapper {
    padding: 20px 100px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Facultatif : remet à zéro certains styles d’Elementor qui débordent */
.editor-styles-wrapper * {
    box-sizing: inherit;
}