/* Template CSS dynamique Discover */

/* AddToAny Discover style : 5 boutons larges occupant toute la largeur sur mobile */
.a2a_kit.a2a_default_style {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    max-width: 700px;
    margin: 1.7em auto 1.1em auto;
    padding: 0 1.5em;
    box-sizing: border-box;
    background: none;
    gap: 0;
}
.a2a_kit.a2a_default_style a {
    flex: 1 1 20%;
    min-width: 0;
    max-width: 20vw;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 12px !important;
    background: #f6f6f6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.15s, box-shadow 0.15s;
    margin: 0 !important;
    padding: 0 !important;
}
.a2a_kit.a2a_default_style a:hover {
    background: #e3e3e3;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.a2a_kit.a2a_default_style .a2a_svg, .a2a_kit.a2a_default_style svg {
    width: 32px !important;
    height: 32px !important;
}
@media (max-width: 600px) {
    .a2a_kit.a2a_default_style {
        width: 100%;
        max-width: 98vw;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.7em;
        gap: 0;
        box-sizing: border-box;
    }
    .a2a_kit.a2a_default_style a {
        flex: 1 1 20%;
        max-width: 100vw;
        height: 54px;
        border-radius: 10px !important;
        margin: 0 1vw 0 0;
    }
    .a2a_kit.a2a_default_style .a2a_svg, .a2a_kit.a2a_default_style svg {
        width: 36px !important;
        height: 36px !important;
    }
}

.adsense-block {
    margin: 2em 0 1em 0;
    text-align: center;
}
.author-bio {
    margin: 2em auto 1.5em auto;
    max-width: 700px;
    padding: 1.2em 1.5em;
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    color: #222;
}
.adsbygoogle {
    display: block;
    text-align: center;
    min-height: 120px;
}
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: Merriweather, serif;
    color: #222;
}
.split-title {
    font-size: 3.2em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.08;
    letter-spacing: 0.01em;
    margin: 2em 0 0.5em 0;
    display: block;
    color: #111;
}
.split-title span {
    display: block;
}
@media (max-width: 600px) {
    .split-title {
        font-size: 2em;
        margin-top: 1em;
    }
}
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #222 !important;
    line-height: 1.01;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}
h1.split-title span {
    display: block;
    width: 100%;
}
.h1-break {
    display: block;
    width: 100%;
    height: 1.5em;
    min-height: 1.5em;
    content: '';
}
@media (max-width: 600px) {
    h1 {
        font-size: 2.7em;
        margin-top: 1.2em;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 1.4em;
        font-weight: 900;
        margin-bottom: 0.3em;
    }
}
.meta {
    font-style: italic;
    color: #D32F2F !important;
    font-size: 0.98em;
    margin-bottom: 2em;
    margin-top: 0.1em;
    letter-spacing: 0.01em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Titre Discover : horizontal sur desktop et mobile, retour à la ligne uniquement pour .h1-break */
.split-title {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  word-break: break-word;
  line-height: 1.1;
}
.split-title span {
  display: inline;
  height: auto;
  min-height: 0;
  width: auto;
  margin-right: 0.5em;
}
.split-title span:last-child {
  margin-right: 0;
}
.split-title .h1-break {
  display: block;
  width: 100%;
  height: 1.5em;
  min-width: 0;
  margin: 0;
}


.content {
    font-size: 1.13em;
    line-height: 1.7;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 2.2em auto;
    padding: 1.2em 1.5em;
    background: #fff;
    word-break: break-word;
    border-radius: 0;
    box-shadow: none;
    color: #222;
}
@media (max-width: 600px) {
    .content {
        font-size: 1em;
        margin: 0 0 1.3em 0;
        padding: 0.7em 0.2em;
    }
}

@media (max-width: 600px) {
    .content {
        font-size: 1em;
        margin: 0 0 1.3em 0;
        padding: 0.7em 0.2em;
    }
}
.hero-figure {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 2em auto;
    padding: 0;
    background: none;
    margin-top: 0;
}
@media (max-width: 900px) {
    .hero-figure {
        width: 100vw;
        max-width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}
.hero-figure .cover {
    display: block;
    width: 100%;
    max-width: 1024px;
    height: auto;
    border-radius: 0;
    margin: 0 auto;
    object-fit: cover;
    padding: 0;
}
@media (max-width: 900px) {
    .hero-figure .cover {
        width: 100vw;
        max-width: 100vw;
        margin-left: 0;
    }
}
.cover {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    margin: 1em 0 1.5em 0;
    object-fit: cover;
}


.site-header {
    width: 100%;
    background: #D32F2F;
    /* color: #fff; */
    display: flex;
    justify-content: center;
}
.site-header > .header-inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media (max-width: 1100px) {
    .site-header > .header-inner {
        max-width: 100vw;
    }
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 2em 1em 1.2em 1em;
    box-sizing: border-box;
}
.site-logo {
    height: 64px;
    width: auto;
    min-width: 48px;
    background: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* margin-left: 1em; */
} 
.site-title {
    margin: 0 auto;
    text-align: center;
    font-size: 3.2em;
    font-weight: 800;
    color: #fff !important;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 1;
}
.site-title a, .site-title a:visited, .site-title a:active, .site-title a:hover, .site-title a:focus {
    color: #fff !important;
    text-decoration: none;
}
.similar-articles {
    margin: 2.5em 0 2em 0;
    background: #f8f8fa;
    border-radius: 10px;
    padding: 1.3em 1.5em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    text-align: left;
}
.similar-articles ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
}
.similar-articles li {
    margin: 0;
    list-style: none;
}
.similar-articles,
.similar-articles a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 1.2em 0;
    box-sizing: border-box;
    background: #D32F2F;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    padding: 1.1em 1.2em 1.1em 1.1em;
    font-size: 1.13em;
    transition: background 0.18s, box-shadow 0.18s, transform 0.14s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    text-align: left;
    overflow: hidden;
    word-break: break-word;
    min-width: 0;
}

.sim-title {
    flex: 1 1 85%;
    min-width: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.sim-chevron {
    flex: 0 0 10%;
    font-size: 1.5em;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0.3em;
    color: #fff;
    opacity: 0.9;
    font-weight: bold;
}
.similar-articles a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: inherit;
    color: inherit;
    border-radius: inherit;
    padding: 0;
    font-size: inherit;
    box-shadow: none;
    margin: 0;
}
.similar-articles::after,
/* .similar-articles a::after {
    content: '\203A';
    /* font-size: 1.3em; */
    margin-left: auto;
}
.similar-articles:hover,
.similar-articles a:hover,
.similar-articles:focus,
.similar-articles a:focus {
    background: #E57373;
    /* color: #fff; */
    box-shadow: 0 6px 18px rgba(0,0,0,0.13);
    transform: scale(1.025);
}
.similar-articles a:hover,
.similar-articles a:focus {
    color: #d32f2f;
    text-decoration: underline solid;
    border-bottom: 2px solid #d32f2f;
}

.sim-title {
    flex: 1 1 90%;
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sim-chevron {
    flex: 0 0 10%;
    font-size: 1.5em;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0.3em;
    color: #fff;
    opacity: 0.9;
    font-weight: bold;
}

.similar-articles {
    border: none;
    outline: none;
}

/* .similar-articles a::after {
    /* content: '\203A'; /* chevron simple */
    /* font-size: 1.3em; */
    /* margin-left: 1em; */
    /* color: #fff; */
    /* opacity: 0.8; */
    /* transition: margin-left 0.18s; */
}
.similar-articles a:hover,
.similar-articles a:focus {
    background: #E57373;
    /* color: #fff; */
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}
}
.section-title {
    font-size: 1.5em;
    color: #d32f2f;
    font-weight: 700;
    margin-bottom: 1.2em;
    margin-top: 0.4em;
    text-align: left;
}
@media (max-width: 600px) {
    .site-title {
        font-size: 2em;
        font-weight: 900;
    }
    .section-title {
        font-size: 1em;
    }
}
article h2 {
    font-size: 1.1em;
    margin: 0.5em 0 0.2em 0;
}
.site-title-link {
    /* color: #fff; */
    text-decoration: none;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
}
.site-title-link:visited,
.site-title-link:active,
.site-title-link:hover,
.site-title-link:focus {
    /* color: #fff; */
    text-decoration: none;
}
.section-title {
    font-size: 1.5em;
    color: #d32f2f;
    font-weight: 700;
    margin-bottom: 1.2em;
    margin-top: 0.4em;
    text-align: left;
}
.footer-link {
    /* color: #fff; */
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    margin-right: 1.5em;
}
.footer-link:last-child {
    margin-right: 0;
}
.footer-link:hover {
    text-decoration: underline;
}

.main-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 1.5em 1em 0 1em;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .main-content {
        max-width: 100vw;
        padding: 1em 0.5em 0 0.5em;
    }
}
@media (max-width: 600px) {
    .main-content {
        max-width: 100vw;
        padding: 0.5em 0.1em 0 0.1em;
    }
}
@media (max-width: 1100px) {
    .main-content {
        max-width: 100vw;
        width: 99vw;
    }
}

@media (max-width: 600px) {
    .main-content, main {
        padding-left: 12px;
        padding-right: 12px;
    }
}



    color: #D32F2F;
    font-size: 1.5em;
    margin: 1em 0 1.5em 0;
    text-align: left;
}
.articles-grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em 0;
    box-sizing: border-box;
    justify-items: center;
}
@media (min-width: 700px) {
    .articles-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2.5em 2em;
    }
}
@media (max-width: 1100px) {
    .articles-grid {
        max-width: 100vw;
    }
}

.article-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.09);
    background: #fff;
    transition: transform 0.2s;
    width: 390px;
    box-sizing: border-box;
    margin: 0 auto;
}
.article-card:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.article-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
.article-image {
    height: 240px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-content {
    padding: 1em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.article-title {
    margin: 0 0 0.5em 0;
    font-size: 1.2em;
    color: #D32F2F;
    line-height: 1.3;
}
.article-desc {
    margin: 0.5em 0;
    font-size: 0.95em;
    color: #666;
    flex-grow: 1;
    line-height: 1.5;
}
.article-meta {
    margin-top: 1em;
    font-size: 0.8em;
    color: #888;
    display: flex;
    justify-content: center;
}
.article-author {}
.article-date {}
.no-articles {
    color: #888;
    font-size: 1.1em;
    text-align: center;
    margin: 2em 0;
    width: 100%;
    display: block;
}

.site-footer {
    width: 100%;
    background: #fafbfc;
    border-top: 1px solid #ececec;
    padding: 0.5em 0 0.5em 0;
    margin-top: 2em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.site-footer {
    background: #D32F2F !important;
}
.site-footer > .footer-inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
    background: transparent !important;
}
@media (max-width: 1100px) {
    .site-footer > .footer-inner {
        max-width: 100vw;
    }
}

.footer-inner {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 1em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* color: #fff; */
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: center;
    width: 100%;
}
.footer-links a {
    white-space: nowrap;
    /* color: #fff; */
    text-decoration: none;
    font-size: 1em;
}
@media (max-width: 480px) {
    .footer-links {
        flex-direction: column;
        gap: 0.5em;
    }
}
%;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 2em 1em;
    margin-top: 3em;
    box-sizing: border-box;
}
.footer-inner {
    width: 100%;
    text-align: center;
}
.footer-links {
    margin: 0.5em 0;
}
.footer-links a {
    color: #fff !important;
    text-decoration: none;
    margin: 0 1em;
}
.copyright {
    color: #fff !important;
    margin: 0.5em 0;
    color: #666;
    font-size: 0.9em;
}

@media (max-width: 600px) {
    .header-inner, .footer-inner {
        flex-direction: column;
        padding: 1em 0.5em;
    }
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    .article-card {
        width: 100%;
        min-width: 0;
    }
    .article-image {
        height: 180px;
    }
}

    background: #FFFFFF;
    font-family: Merriweather, serif;
}
header, footer {
    background: #D32F2F;
    /* color: #fff; */
}
header {
    padding: 2em 0 1.2em 0;
    margin-bottom: 1.2em;
}
footer, .site-footer {
    background: #D32F2F !important;
    color: #fff !important;
    padding: 1.2em 0;
    margin-top: 2em;
}
h1, .meta {
    /* color: #fff; */
}
a, a:visited {
    color: #E57373;
}
.btn-main {
    background: #D32F2F;
    /* color: #fff; */
    border: none;
    
    border-radius: 8px;
    
    padding: 0.7em 2em;
    font-weight: 600;
    font-size: 1.1em;
    cursor: pointer;
    transition: background 0.2s;
}
.btn-main:hover {
    background: #E57373;
}
main {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    color: #232323;
    padding: 2em 1.5em;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 1100px) {
    main {
        max-width: 100vw;
        border-radius: 0;
        box-shadow: none;
    }
}

hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 2em 0;
}
.articles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
.article-card {
    background: #fafbfc;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
    padding: 1em;
    width: 100%;
    max-width: 600px;
    margin: 1.2em auto;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
}
@media (max-width: 600px) {
    .article-card {
        width: 100%;
        min-width: 0;
        margin: 0.7em 0;
        box-sizing: border-box;
    }
}

.article-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}
article h2 {
    font-size: 1.1em;
    margin: 0.5em 0 0.2em 0;
}
article .meta {
    color: #888;
    font-size: 0.95em;
}
img {
    border-radius: 6px;
}