/*
Theme Name: Altermonde
Theme URI: http://fwasosa.cluster121.hosting.ovh.net
Author: Arnaud Bruckler
Author URI: http://fwasosa.cluster121.hosting.ovh.net
Description: Blog personnel d'Arnaud Bruckler — digital nomad & entrepreneur. Guides, vie nomade, business.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altermonde
Requires at least: 6.0
Requires PHP: 7.4
*/

/* ----- RESET ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
/* ----- /RESET ----- */

/* ----- BASE ----- */
html{
    font-size: 16px;
}
body{
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.5rem;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow-x: hidden;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.page-wrap{
}
a{
    text-decoration: none;
    color: #dfb841;
}
a:hover{
    text-decoration: none;
}

.container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col {
    flex: 1 0 0%;
    padding-left: 15px;
    padding-right: 15px;
}
/* ----- BASE ----- */
/*  */
/* ----- TYPOGRAPHY ----- */
h1 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1.61rem;
    font-weight: 700;
    color: #a3acae;
    margin-bottom: 0.7rem;
    letter-spacing: 1px;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 4.41rem;
    font-weight: 600;
    color: #1b1b25;
    text-transform: none;
    margin-bottom: 0.7rem;
    letter-spacing: 0.3px;
}
h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #1b1b25;
    font-size: 3.5rem;
    line-height: 4.41rem;
}

.h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 3.3125rem;
}

h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
}

/* ----- /TYPOGRAPHY ----- */
/*  */
/* ----- BUTTONS ----- */
.btn-white {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #7A1F2B;
    font-weight: 600;
}
.btn-white:hover {
    border-color: #7A1F2B;
}
button {
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    font-size: 1rem;
}
/* ----- /BUTTONS ----- */
/*  */
/* ----- HEADER ----- */

.top-header {
    background: #1b1b25;
    text-align: center;
    padding: 0.7rem 0;
    margin-bottom: 2rem;
}

.top-header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.top-header a img,
.top-header a svg {
    margin-right: 0.7rem;
    margin-top: -0.2rem;
    vertical-align: middle;
}

.header {
    margin-top: 2rem;
}

.main-header .container {
    display: flex;
    justify-content: space-between;
}

.logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.3s;
}

.logo:hover {
    transform: scale(1.08);
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1b1b25;
    position: relative;
    line-height: 1;
}

.logo-monde {
    color: #7A1F2B;
}

.logo-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    color: #dfb841;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 0.15rem;
}

.logo-text::after {
    display: none;
}

.main-nav {
    width: 100%;
    max-width: 74.4%;
}

.menu {
    display: flex;
    justify-content: space-between;
}

.menu > li {
    width: 33.33%;
}

.menu li a,
.menu > li > span {
    text-align: center;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 1.2rem;
    transition: 0.3s;
}

.menu > li.menu-cat-dossiers {
    width: 50%;
}

.menu > li.menu-cat-plaisir {
    width: 16.67%;
}

.menu > li > a,
.menu > li > span {
    text-transform: uppercase;
    padding-bottom: 0.3rem;
    cursor: default;
}

.sub-menu {
    display: flex;
    justify-content: space-between;
    border-top: 4px solid;
}

.sub-menu li {
    width: 100%;
}

.menu-cat-media .sub-menu {
    border-top-color: #dfb841;
}

.sub-menu .active a {
    background: rgba(223, 184, 65, 0.1);
}

.menu-cat-media .sub-menu a:hover {
    background: rgba(223, 184, 65, 0.1);
}

.menu-cat-dossiers .sub-menu {
    border-top-color: #1b1b25;
}

.menu-cat-plaisir .sub-menu {
    border-top-color: #7A1F2B;
    transition: 0.3s;
}
.menu-cat-plaisir .sub-menu:hover,
.menu-cat-plaisir .sub-menu .active a {
    background: rgba(122, 31, 43, 0.03);
}
.menu-cat-plaisir a,
.menu-cat-plaisir > span {color: #7A1F2B;}

.menu-cat-dossiers a,
.menu-cat-dossiers > span {
    color: #1b1b25;
}

.menu-cat-media a,
.menu-cat-media > span {
    color: #dfb841;
}

.header {
    margin-bottom: 3.5rem;
}

.menu .sub-menu a {
    padding: 0.6rem 0.6rem;
    text-align: center;
    display: block;
}

.menu-cat-dossiers .sub-menu a:hover,
.menu-cat-dossiers .sub-menu .active a {
    background: #eef2f3;
}

.menu-cat-dossiers .sub-menu a {
    color: #1b1b25;
    padding: 0.6rem 0.5rem;
}

.menu-cat-dossiers .sub-menu li {
    width: 33.3%;
}



/* ----- BURGER TOGGLE ----- */

.burger-toggle {
    display: none;
    background: none;
    border: none;
    margin: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 10;
    -webkit-appearance: none;
    appearance: none;
}

.burger-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #1b1b25;
    border-radius: 1px;
    position: absolute;
    left: 7px;
    transition: transform 0.3s, opacity 0.3s;
}

.burger-toggle span:nth-child(1) {
    top: 10px;
}

.burger-toggle span:nth-child(2) {
    top: 17px;
}

.burger-toggle span:nth-child(3) {
    top: 24px;
}

.burger-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.burger-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.burger-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ----- /BURGER TOGGLE ----- */

/* ----- /HEADER ----- */
/*  */

/* ----- SECTION TEXT ----- */

.section-text h1 {
    margin-left: 0.2rem;
}

.section-text h2 {
    display: flex;
    align-items: flex-end;
}

.section-text h2 .read-more {
    margin-bottom: 0.5rem;
}

.read-more {
    font-size: 0.75rem;
    color: #1b1b25;
    margin-left: 1.15rem;
    font-weight: 700;
    margin-bottom: -0.1rem;
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    position: relative;
    line-height: 1.5rem;
}

.read-more img,
.read-more svg {
    margin-right: 0.7rem;
    vertical-align: middle;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.section-text p {
    max-width: 830px;
    font-size: 1.1rem;
    line-height: 1.75rem;
}

.section-text {
    margin-bottom: 1.5rem;
}

/* ----- /SECTION TEXT ----- */

/* ----- SECTION ARTICLE ----- */

.section-article {
    margin-bottom: 3rem;
}

.article-content {
    max-width: 830px;
    margin: 0 auto;
}

.article-content p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #46585D;
    margin-bottom: 1.5rem;
}

.article-content em {
    font-style: italic;
}

.article-content .read-more {
    margin-top: 0.5rem;
    margin-left: 0;
}

.article-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #1b1b25;
    margin-bottom: 1.2rem;
    margin-top: 1rem;
    padding-left: 1.2rem;
    border-left: 4px solid #dfb841;
}

.article-infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.info-item {
    background: #f7f7f7;
    padding: 1.3rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.5rem;
    color: #1b1b25;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.info-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
    width: 2rem;
    text-align: center;
    line-height: 1;
    margin-top: 0.15rem;
}
.info-icon .emoji {
    vertical-align: baseline;
    width: 1.3em !important;
    height: 1.3em !important;
    margin: 0 !important;
}

.info-item strong,
.info-item h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.5rem;
    color: #1b1b25;
    display: block;
    margin-bottom: 0.2rem;
}

.info-item p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #46585D;
    margin: 0;
}

.info-item-link .read-more {
    margin-top: 0.6rem;
    margin-left: 0;
}

@media(max-width: 767px) {
    .article-infos {
        grid-template-columns: 1fr;
    }
    .article-heading {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.article-intro {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}

.article-intro h1 {
    margin-bottom: 0.5rem;
}

.article-intro h2 {
    display: block;
}

.article-intro p {
    text-align: left;
    margin-bottom: 2rem;
}

.article-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 2rem;
    margin-bottom: 1rem;
}

.article-nav .read-more {
    margin-left: 0;
}

@media(max-width: 767px) {
    .article-nav {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
}

/* ----- ARTICLE HEADER & HERO ----- */

.article-header {
    margin-bottom: 1.8rem;
}

.article-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 4.41rem;
    font-weight: 600;
    color: #1b1b25;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    margin-bottom: 0.7rem;
}

.breadcrumb a {
    color: #a3acae;
    font-weight: 600;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #dfb841;
}

.breadcrumb span {
    color: #a3acae;
}

@media(max-width: 767px) {
    .article-header h1 {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
}

.section-intro {
    margin-bottom: 3.5rem;
}

.section-group-heading {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.section-group-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #1b1b25;
}

.article-hero-image {
    margin-bottom: 2.5rem;
}

.hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 1.5rem;
    display: block;
}

.hero-caption {
    font-size: 0.8rem;
    color: #a3acae;
    margin-top: 0.6rem;
    font-style: italic;
}

@media(max-width: 767px) {
    .hero-img {
        height: 250px;
    }
}

/* ----- ARTICLE CARDS (sous-pages) ----- */

.article-intro-block {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eef2f3;
}

.article-card {
    margin-bottom: 2.5rem;
}

.article-infos-section {
    margin-top: 1rem;
    padding-top: 2.5rem;
    border-top: 1px solid #eef2f3;
}



.article-card-inner {
    display: block;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.2rem;
}

.article-card-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.article-card-img {
    transition: none;
}

.article-card-title,
.article-main h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: #1b1b25;
    margin-bottom: 1.5rem;
    text-transform: none;
    border-left: 4px solid #dfb841;
    padding-left: 1.2rem;
}

.article-main h2 + p,
.article-main h2 + div {
    margin-top: 0;
}

.article-main p + h2,
.article-main ul + h2,
.article-main div + h2 {
    margin-top: 2.5rem;
}

.article-section {
    margin-bottom: 2.5rem;
}

.article-section .article-card-title,
.article-section h2 {
    margin-bottom: 1.2rem;
}

.article-content strong {
    font-weight: 700;
    color: #1b1b25;
}

.article-list {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.article-list li {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #46585D;
    margin-bottom: 0.8rem;
    list-style: disc;
}

.article-list li strong {
    color: #1b1b25;
}

.article-conclusion {
    margin-top: 1rem;
    padding-top: 2.5rem;
    border-top: 1px solid #eef2f3;
}

.article-conclusion .read-more {
    margin-top: 1rem;
    margin-left: 0;
}

@media(max-width: 767px) {
    .article-card-img {
        height: 200px;
    }
    .article-card-title,
    .article-main h2 {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }
}

/* ----- ARTICLE WITH SIDEBAR ----- */

.section-article-layout {
    margin-bottom: 3rem;
}

.article-with-sidebar {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.article-main {
    flex: 1;
    min-width: 0;
}

.article-main .article-content {
    max-width: none;
}

.sidebar {
    flex: 0 0 300px;
    position: sticky;
    top: 2rem;
}

.sidebar-author {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 2rem 1.5rem;
    text-align: center;
}

.sidebar-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #dfb841;
    margin-bottom: 1rem;
}

.sidebar-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1b1b25;
    margin-bottom: 0.3rem;
    line-height: 1.6rem;
}

.sidebar-tagline {
    font-size: 0.8rem;
    font-weight: 600;
    color: #7A1F2B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.sidebar-bio {
    font-size: 0.85rem;
    line-height: 1.4rem;
    color: #46585D;
    margin-bottom: 1.5rem;
}

.sidebar-about-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1b1b25;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 1.2rem;
    transition: 0.3s;
}

.sidebar-about-link:hover {
    color: #7A1F2B;
}

.sidebar-about-link img,
.sidebar-about-link svg {
    width: 12px;
    height: 12px;
}

.sidebar-socials {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
}

.sidebar-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid #1b1b25;
    border-radius: 50%;
    color: #1b1b25;
    transition: 0.3s;
}

.sidebar-social-icon:hover {
    background: #7A1F2B;
    border-color: #7A1F2B;
    color: #ffffff;
}

.sidebar-social-icon:hover svg {
    fill: #ffffff;
}

@media(max-width: 1023px) {
    .article-with-sidebar {
        flex-direction: column;
    }
    .sidebar {
        flex: none;
        width: 100%;
        position: static;
        order: -1;
        margin-bottom: 2rem;
    }
    .sidebar-author {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        text-align: left;
        padding: 1.5rem 2rem;
    }
    .sidebar-photo {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .sidebar-about-link {
        margin-bottom: 0.7rem;
    }
}

@media(max-width: 767px) {
    .sidebar-author {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem 1rem;
        gap: 0.3rem;
    }
    .sidebar-photo {
        width: 200px;
        height: 200px;
    }
    .sidebar-name {
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin-bottom: 0;
    }
    .sidebar-tagline {
        margin-bottom: 0.5rem;
    }
    .sidebar-bio {
        font-size: 0.8rem;
        line-height: 1.2rem;
        margin-bottom: 0.6rem;
    }
    .sidebar-about-link {
        margin-bottom: 0.4rem;
    }
    .sidebar-socials {
        justify-content: center;
    }
}

/* ----- /ARTICLE WITH SIDEBAR ----- */

/* ----- /SECTION ARTICLE ----- */
/*  */

/* ----- SECTION CATEGORY ----- */

.section-category {
    margin-bottom: 3.3rem;
}

.category-image {
    border-radius: 1.5rem;
    object-fit: cover;
    width: 292px;
    min-width: 292px;
    height: 500px;
    object-position: center center;
}

#img-europe {
    object-position: center top !important;
}

.category-thumb {
    margin-bottom: 0.7rem;
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    display: block;
}

.category-thumb img {
    display: block;
    width: 100%;
}

.category-thumb {
    transition: transform 0.3s;
}

.category-thumb:hover {
    transform: scale(1.03);
}

.category-thumb:hover:before {
    opacity: 1;
}

.category-thumb:before {
    content: '';
    background-color: rgba(122, 31, 43, 0.72);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(assets/images/icon-eye.svg);
    background-size: 6rem;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    opacity: 0;
}

.icon-book:after {
    content: '';
    content: '';
    background-color: rgba(122, 31, 43, 0.72);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/icon-book.svg);
    background-size: 2.7rem;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}

.icon-gift:after {
    content: '';
    content: '';
    background-color: rgba(122, 31, 43, 0.72);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/icon-gift.svg);
    background-size: 3.4rem;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}

.icon-book:hover:after,
.icon-gift:hover:after{
    opacity: 0;
}

.category-items li a {
    color: #1b1b25;
	font-size: 14px;
}

.section-category .container {
    display: flex;
    align-items: flex-start;
}

.category-content {
    padding-left: 2.1rem;
    padding-top: 1.35rem;
}

.category-content h2,
.category-content h3 {
    margin-left: 1.2rem;
    margin-bottom: 1.4rem;
    position: relative;
}

.category-content h2:before,
.category-content h3:before {
    content: '';
    width: 4.4rem;
    height: 0.5rem;
    position: absolute;
    left: -5.3rem;
    top: 2.2rem;
    background: #dfb841;
}

.category-description {
    padding-left: 1.7rem;
    font-size: 1rem;
    line-height: 1.6rem;
    display: flex;
    justify-content: space-between;
    padding-right: 0.3rem;
    margin-bottom: 1.7rem;
    align-items: flex-end;
}

.category-description p {
    max-width: 77%;
}

.category-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 5.3%;
    row-gap: 2.2rem;
    align-items: flex-start;
}

.category-items li {
    margin-bottom: 0;
    flex: 0 0 21%;
    color: #1b1b25;
    flex-direction: column-reverse;
    display: flex;
}

.category-description .read-more {
    margin-bottom: 0.3rem;
    letter-spacing: 0.2px;
}

.category-description .read-more img,
.category-description .read-more svg {
    margin-bottom: 0.5rem;
}


/* ----- SECTION ABOUT ----- */

.section-about {
    margin-bottom: 4rem;
}

.about-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
    padding: 3.5rem 4rem;
    gap: 2.1rem;
    padding-left: 0;
}

.about-photo {
    flex: 0 0 292px;
    display: flex;
    justify-content: center;
}

.about-photo img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #dfb841;
}

.about-content {
    flex: 1;
}

.about-content .h3 {
    margin-bottom: 0.3rem;
    color: #1b1b25;
}

.about-tagline {
    font-size: 1rem;
    font-weight: 600;
    color: #7A1F2B;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about-content > p:last-of-type {
    font-size: 0.95rem;
    line-height: 1.6rem;
    color: #46585D;
    margin-bottom: 1.5rem;
}

.about-socials {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.about-social-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.8rem;
    border: 2px solid #1b1b25;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1b1b25;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.about-social-link:hover {
    background: #7A1F2B;
    border-color: #7A1F2B;
    color: #ffffff;
}

.about-social-link svg {
    transition: 0.3s;
}

.about-social-link:hover svg {
    fill: #ffffff;
}

@media(max-width: 1023px) {
    .about-card {
        flex-direction: column;
        text-align: center;
        padding: 2.5rem 2rem;
        gap: 2rem;
    }
    .about-photo {
        flex: none;
        display: block;
    }
    .about-socials {
        justify-content: center;
    }
}

@media(max-width: 767px) {
    .about-card {
        padding: 2rem 1.5rem;
    }
    .about-social-link {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
    .about-photo img {
        width: 200px;
        height: 200px;
    }
}

/* ----- /SECTION ABOUT ----- */
/*  */

/* ----- SECTION CTA ----- */

.section-cta {
    margin-bottom: 7.5rem;
    margin-top: -1.7rem;
}

.section-cta .container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.cta {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 24.7rem;
    border-radius: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-social {
    background-image: url(assets/images/bg-cta-social.jpg);
    background-position: center;
    position: relative;
}
.cta-social::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(27, 27, 37, 0.55);
    border-radius: 1rem;
}
.cta-social > * {
    position: relative;
    z-index: 1;
}

.cta-site {
    background-image: url(assets/images/bg-cta-site.jpg);
    background-position: center;
    position: relative;
}
.cta-site::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(122, 31, 43, 0.7);
    border-radius: 1rem;
}
.cta-site > * {
    position: relative;
    z-index: 1;
}

.cta .h4, .cta h4 {
    color: #fff;
    margin-bottom: 2.7rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.social-icon {
    border: 2px solid #fff;
    border-radius: 1.5rem;
    padding: 1.2rem 1.1rem 0.8rem;
    display: inline-block;
    margin: 0 0.7rem;
    transition: 0.3s;
}

.social-icon:hover {
    background: #ffffff26;
}

.btn {
    border-radius: 1.5rem;
    padding: 1.2rem 1.6rem;
    transition: 0.4s;
    text-transform: uppercase;
    border: 0;
}

.cta .btn {
    background: #fff;
    color: #7A1F2B;
    font-weight: 700;
    border: 2px solid #fff;
    padding: 1.2rem 1.6rem;
    transition: 0.3s;
}

.cta .btn:hover {
    border-color: #7A1F2B;
}

/* ----- /SECTION CTA ----- */
/*  */



/* ----- SECTION CARDS ----- */

.section-cards {
    padding-top: 2.7rem;
    margin-bottom: 6.95rem;
}

.section-cards .container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.7rem;
}

.card {
    flex: 0 0 calc(25% - 1.3rem);
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
}

.section-cards-listing {
    margin-bottom: 3.5rem;
}

.section-cards-listing .card {
    flex: 0 0 calc(33.333% - 1.14rem);
}

.section-cards-listing .card p {
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.card-meta {
    font-size: 0.75rem;
    color: #a3acae;
    font-weight: 600;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.card-meta svg {
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.card-meta svg + svg {
    margin-left: 0.6rem;
}

.article-header .card-meta {
    margin-top: 1rem;
}

.card:hover {
}

.card.card-fullwidth {
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.card.card-one-half {
    flex: 0 0 calc(50% - 1.2rem);
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
}

.card-thumb {
    width: 100%;
    margin-bottom: 0.55rem;
    border-radius: 1.5rem;
    overflow: hidden;
    order: -1;
    transition: transform 0.3s;
}

.card-thumb:hover {
    transform: none;
}

.card-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-position: center;
}

.card.card-fullwidth::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(27, 27, 37, 0.6);
    z-index: 1;
    border-radius: 1.5rem;
}

.card.card-fullwidth .card-content {
    padding: 9.55rem 6.85rem 9.85rem;
    position: relative;
    max-width: 900px;
    z-index: 2;
}

.card.card-fullwidth .card-content h2,
.card.card-fullwidth .card-content h3 {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4.41rem;
}

.card.card-fullwidth .card-content p {
    margin-bottom: 2.1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
}

.card.card-fullwidth .card-content .read-more {
    color: #ffffff;
}

.card.card-fullwidth .card-content .read-more:hover {
    color: #dfb841;
}

.card h3, .card h3 > a {
    margin-bottom: 1.1rem;
    line-height: 2rem;
    font-size: 1.5rem;
    display: block;
    line-height: 2rem;
    font-weight: 700;
    color: #1b1b25;
}

.card h3 > a {
    margin-bottom: 0;
    transition: 0.3s;
}

.card h3 > a:hover {
    color: #7A1F2B;
}

.card p {
    font-size: 0.8rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}

.card .read-more {
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.card .read-more img,
.card .read-more svg {
    margin-top: 0.2rem;
}

.read-more:hover {
    color: #7A1F2B;
}



.card.card-one-half::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(27, 27, 37, 0.6);
    z-index: 1;
    border-radius: 1.5rem;
}

.card.card-one-half .card-content {
    padding: 6.55rem 3.85rem 5.85rem;
    position: relative;
    max-width: 450px;
    z-index: 2;
}

.card.card-one-half .card-content p {
    font-size: 0.7425rem;
    color: #ffffff;
}

.card.card-one-half .card-content h4,
.card.card-one-half .card-content h3 {
    font-size: 2.228125rem;
    line-height: 2.8rem;
    margin-bottom: 2.2rem;
    color: #ffffff;
}

.card.card-one-half .card-content .read-more {
    color: #ffffff;
}

.card.card-one-half .card-content .read-more:hover {
    color: #dfb841;
}

/* ----- /SECTION CARDS ----- */
/*  */


/* ----- SECTION CONTACT ----- */

.contact {
    background: url(assets/images/bg-newsletter.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 21.4rem;
    border-radius: 1.2rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 7.65rem;
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(27, 27, 37, 0.55);
    border-radius: 1.2rem;
}

.contact > * {
    position: relative;
    z-index: 1;
}

.contact .h4 {
    color: #fff;
    margin-bottom: 2.7rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.contact input {
    background: #fff;
    height: 3.9rem;
    border: 0;
    border-radius: 1.5rem;
    width: 21.9rem;
    font-size: 1rem;
    padding: 0px 1.5rem;
    box-sizing: border-box;
    letter-spacing: 0.6px;
    color: #1b1b2580;
    box-shadow: none;
    outline: none;
}

.contact button {
    height: 3.9rem;
    border-radius: 1.5rem;
    color: #fff;
    background: #dfb841;
    border: 0;
    width: 8.7rem;
    margin-left: 1.4rem;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    font-size: 1rem;
    transition: 0.3s;
    cursor: pointer;
    color: #1b1b25;
    font-weight: 700;
}

.contact button:hover {
    background: #c9a235;
}

.nl-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.nl-message {
    margin-top: 1rem;
    font-size: 0.95rem;
    text-align: center;
    min-height: 1.4em;
}

.nl-message:empty {
    display: none;
}

.nl-success {
    color: #a8e6a3;
}

.nl-error {
    color: #ffb3b3;
}

/* ----- /SECTION CONTACT ----- */
/*  */


/* ----- SECTION FOOTER ----- */
/*  */

.footer {
    background: #21212c;
    padding: 3.8rem 0 0;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
}

.footer-logo {
    margin-bottom: 1.2rem;
    display: inline;
}

.footer-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    transition: color 0.3s;
}

.footer-logo-text .logo-monde {
    color: #dfb841;
    transition: color 0.3s;
}

.footer-logo:hover .footer-logo-text {
    color: #dfb841;
}

.footer-logo:hover .logo-monde {
    color: #ffffff;
}

.footer-countries-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: #dfb841;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.03em;
}

.footer-countries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 1.6rem;
}

.footer-flag {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    transition: transform 0.2s;
    text-decoration: none;
}

.footer-flag:hover {
    transform: translateY(-3px);
}

.footer-flag:visited .flag-name {
    color: rgba(255,255,255,0.55);
}

.flag-emoji {
    font-size: 1.75rem;
    line-height: 1;
}

.flag-name {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.footer-flag:hover .flag-name {
    color: #dfb841;
}

.footer-bottom {
    background: #1b1b25;
    margin-top: 2.85rem;
    padding: 0.9rem 0 0.8rem;
}

.footer-menu {
    display: flex;
    justify-content: center;
}

.footer-menu li {
    margin-right: 0.15rem;
}

.footer-menu li + li::before {
    content: ' — ';
    color: #fff;
    margin-right: 0.15rem;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu li a:hover {
    color: #dfb841;
}
/* ----- /SECTION FOOTER ----- */
/*  */

/* ----- /SECTION CATEGORY ----- */
/*  */


/* ----- GIFT CARDS GRID (idee-cadeau hub) ----- */
.gift-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}
.gift-card {
    display: block;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    text-decoration: none;
    aspect-ratio: 4/3;
}
.gift-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.gift-card:hover img {
    transform: scale(1.05);
}
.gift-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(27,27,37,0.7) 0%, transparent 60%);
}
.gift-card h3 {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    z-index: 1;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
    .gift-cards-grid { grid-template-columns: 1fr; }
}
/* ----- /GIFT CARDS GRID ----- */

/* ----- MEDIA ----- */


@media(max-width: 1439px){
    .category-description p {
        max-width: 73%;
    }
}
@media(max-width: 1240px){
    /* ----- HEADER ----- */

    .menu > li > a,
    .menu > li > span {
        min-height: 3.1rem;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0 1rem;
    }

    /* ----- HEADER ----- */
    /*  */
}
@media(max-width: 1023px){
    /* ----- HEADER ----- */

    .burger-toggle {
        display: flex;
    }

    .main-header .container {
        flex-wrap: wrap;
        align-items: center;
    }

    .main-nav {
        display: none;
        max-width: 100%;
        order: 3;
    }

    .main-nav.nav-open {
        display: block;
        width: 100%;
    }

    .menu {
        flex-direction: column;
        align-items: center;
    }

    .menu > li > a,
    .menu > li > span {
        display: none;
    }

    .menu .sub-menu {
        flex-direction: column;
        align-items: center;
        border: 0;
        background: transparent;
    }

    .menu-cat-dossiers .sub-menu li {
        width: 100%;
    }

    .menu > li {
        width: 100%;
    }

    .top-header a {
        font-size: 0.6rem;
    }

    .top-header {
        margin-bottom: 3rem;
    }

    .logo {
        margin-bottom: 1rem;
    }

    .menu > li.menu-cat-dossiers,
    .menu > li.menu-cat-plaisir {
        width: 100%;
    }

    /* ----- HEADER ----- */
    /*  */

    h2 {
        font-size: 2.15rem;
        line-height: 2.8125rem;
    }

    h2 .read-more {
        display: none;
    }

    .section-category .container {
        flex-direction: column;
    }

    .category-content ~ img {
        display: none;
    }

    .section-category > .container > img {
        display: none;
    }

    .section-category:nth-of-type(2) > .container > img {
        display: block;
        width: 100%;
        height: auto;
        min-width: 0;
        border-radius: 1rem;
        margin-bottom: 1rem;
    }

    .category-content h2,
    .category-content h3 {
        font-size: 2.25rem;
        line-height: 2.8125rem;
        margin-left: 0;
    }

    .category-content h2:before,
    .category-content h3:before {
        display: none;
    }

    .category-content {
        padding-left: 0;
    }

    .category-description {
        padding-left: 0;
    }

    .category-description .read-more {
        display: none;
    }

    .category-description p {
        max-width: 100%;
    }

    .category-items li {
        flex: 0 0 29.6%;
    }
    .header {
        margin-bottom: 4.4rem;
    }

    .section-text {
        margin-bottom: 1.9rem;
    }

    .section-category {
        margin-bottom: 0.3rem;
    }

    .section-cta .container {
        flex-direction: column;
    }

    .cta {
        width: 100%;
        box-sizing: border-box;
    }

    .section-cta {
        margin-bottom: 4.5rem;
    }

    .card.card-fullwidth .card-content {
        padding: 4.55rem 1.85rem 4.85rem;
    }

    .card,
    .section-cards-listing .card {
        flex: 0 0 48%;
    }

    .card.card-one-half {
        flex: 0 0 100%;
    }

    .card.card-one-half .card-content {
        padding: 2.55rem 1.85rem 2.85rem;
    }

    .contact {
        padding: 0 1rem;
    }

    .contact input {
        width: 100%;
        margin-bottom: 1rem;
    }

    .contact button {
        width: 100%;
        margin-left: 0;
    }

    .contact .h4 {
        text-align: center;
    }

    .section-cards {
        margin-bottom: 3.95rem;
    }

    .footer-row {
        flex-direction: column;
    }

    .footer-row p {
        margin-bottom: 0;
    }

}
@media(max-width: 767px){
    .h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .card,
    .section-cards-listing .card {
        flex: 0 0 100%;
    }
    .category-items li {
        flex: 0 0 47%;
    }
    .cta {
        height: 16rem;
    }
    .cta .h4, .cta h4 {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .section-cta {
        margin-bottom: 2.5rem;
        margin-top: 0;
    }
    .section-cards {
        padding-top: 1.5rem;
        margin-bottom: 3rem;
    }
    .card.card-one-half .card-content {
        padding: 1.5rem 1.2rem 1.5rem;
    }
    .card.card-one-half .card-content h4,
    .card.card-one-half .card-content h3 {
        font-size: 1.6rem;
        line-height: 2.1rem;
        margin-bottom: 1rem;
    }
    .contact {
        height: auto;
        padding: 2rem 1rem;
        margin-bottom: 3rem;
    }
    .footer-menu {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .card.card-fullwidth .card-content h2,
    .card.card-fullwidth .card-content h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .card.card-fullwidth .card-content {
        padding: 2rem 1.5rem;
    }
}
/* ----- /MEDIA ----- */

/* ----- 404 PAGE ----- */
.hero-404 {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('assets/images/bg-404.jpg') center/cover no-repeat;
    border-radius: 1.5rem;
    margin: 0 auto 3.5rem;
    max-width: 1200px;
    overflow: hidden;
}

.hero-404-overlay {
    position: absolute;
    inset: 0;
    background: rgba(27, 27, 37, 0.65);
}

.hero-404-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 4rem 2rem;
}

.hero-404-code {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    color: #dfb841;
    margin-bottom: 1rem;
}

.hero-404 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.hero-404 p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.8);
    max-width: 540px;
    margin: 0 auto 2rem;
}

.hero-404-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1b1b25;
    text-decoration: none;
    background: #dfb841;
    padding: 0.8rem 2rem;
    border-radius: 0.4rem;
    transition: background 0.3s ease;
}

.hero-404-btn:hover {
    background: #c9a235;
}

.hero-404-btn svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 1023px) {
    .hero-404 {
        min-height: 360px;
        border-radius: 0;
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: none;
    }
    .hero-404-code {
        font-size: 5rem;
    }
    .hero-404 h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .hero-404 {
        min-height: 300px;
    }
    .hero-404-code {
        font-size: 4rem;
    }
    .hero-404 h1 {
        font-size: 1.8rem;
    }
    .hero-404 p {
        font-size: 0.95rem;
    }
}
/* ----- /404 PAGE ----- */

/* ----- GUTENBERG EDITORIAL CONTENT IN ARTICLE-MAIN ----- */

.article-main > p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #46585D;
    margin-bottom: 1.5rem;
}

.article-main > h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: #1b1b25;
    margin-bottom: 1rem;
}

.article-main > a.read-more {
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.article-main > a.read-more:hover {
    color: #7A1F2B;
}

.article-main > a.read-more + h2 {
    margin-top: 2.5rem;
}

.article-main > a.read-more + .article-card,
.article-main > p + .article-card {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #eef2f3;
}

.article-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #1b1b25;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media(max-width: 767px) {
    .article-content h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/* Gutenberg lists in article-main */
.article-main .wp-block-list {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.article-main .wp-block-list li {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #46585D;
    margin-bottom: 0.8rem;
    list-style: disc;
}

.article-main .wp-block-list li strong {
    color: #1b1b25;
}

/* Gutenberg tables in article-main */
.article-main .wp-block-table {
    margin-bottom: 2rem;
}

.article-main .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #46585D;
}

.article-main .wp-block-table thead th {
    background-color: #1b1b25;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1rem;
    text-align: left;
}

.article-main .wp-block-table tbody td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eef2f3;
}

.article-main .wp-block-table tbody tr:last-child td {
    border-bottom: 2px solid #dfb841;
}

.article-main .wp-block-table tbody td strong {
    color: #1b1b25;
}

@media(max-width: 767px) {
    .article-main .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0 1rem;
    }
    .article-main .wp-block-table table {
        min-width: 0;
        width: 100%;
    }
    .article-main .wp-block-table thead th,
    .article-main .wp-block-table tbody td {
        padding: 0.5rem 0.6rem;
        font-size: 0.82rem;
        line-height: 1.4;
    }
}

/* ----- /GUTENBERG EDITORIAL CONTENT ----- */

/* ----- POSTCARD EFFECT ----- */
.postcard-stack {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
    max-width: 460px;
}

.postcard-stack::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 85%;
    height: 100%;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.12);
    transform: translateX(-50%) rotate(3deg);
}

.article-main .wp-block-image.is-style-postcard {
    display: inline-block;
    background: #fff;
    padding: 0.8rem 0.8rem 0;
    box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.1);
    transform: rotate(-2deg);
    max-width: 420px;
    position: relative;
    z-index: 1;
}

.article-main .wp-block-image.is-style-postcard img {
    display: block;
    width: 100%;
    height: auto;
}

.article-main .wp-block-image.is-style-postcard figcaption {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: #555;
    text-align: center;
    margin-top: 0.6rem;
}

@media(max-width: 767px) {
    .article-main .wp-block-image.is-style-postcard {
        max-width: 280px;
        padding: 0.5rem 0.5rem 2rem;
    }
    .article-main .wp-block-image.is-style-postcard figcaption {
        font-size: 0.82rem;
    }
}
.article-main .wp-block-image {
    margin-bottom: 2rem;
}

.article-main .wp-block-image:not(.is-style-postcard) img {
    border-radius: 1.5rem;
}

/* ----- /POSTCARD EFFECT ----- */

/* ----- VILLE CPT ----- */
.ville-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
    font-size: 0.82rem;
    color: #46585D;
}

.ville-stat strong {
    color: #dfb841;
    font-weight: 700;
}

.ville-score-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    background: #1b1b25;
    color: #fff;
    border-radius: 0.6rem;
    padding: 0.65rem 1.5rem 0.35rem;
    margin-bottom: 1.5rem;
}

.ville-score-value {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #dfb841;
    line-height: 0.85;
}

.ville-score-max {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.6);
    margin-right: 0.8rem;
}

.ville-score-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ville-nav {
    margin-bottom: 0.5rem;
}

.ville-back-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.ville-back-links .read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.ville-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.ville-card {
    flex: 0 0 292px;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #1b1b25;
}

.ville-card > img,
.ville-card > .ville-card-bg {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.4s;
    margin: 0 !important;
}

.ville-card .wp-smiley {
    position: static !important;
    width: auto !important;
    height: 1em !important;
    vertical-align: -0.1em;
    margin: 0 0.3em 0 0 !important;
}

.ville-card noscript {
    display: none;
}

.ville-card {
    transition: transform 0.3s;
}

.ville-card:hover {
    transform: scale(1.03);
}

.ville-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    background-color: rgba(122, 31, 43, 0.72);
    background-image: url(assets/images/icon-eye.svg);
    background-size: 6rem;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.ville-card:hover .ville-card-overlay {
    opacity: 1;
}

.ville-card::before {
    content: '';
    display: block;
    padding-top: 60%;
}

.ville-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(27,27,37,0.9) 0%, rgba(27,27,37,0.4) 40%, rgba(27,27,37,0.05) 70%);
    z-index: 1;
}

.ville-card-rank {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 3;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 0.85rem;
    font-weight: 700;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(4px);
}

.ville-card-score {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 3;
    background: #dfb841;
    color: #1b1b25;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 0.15rem 0.55rem;
    border-radius: 0.4rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.ville-card-score small {
    font-size: 0.7rem;
    opacity: 0.65;
}

.ville-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 1.3rem 1.5rem;
    color: #fff;
}

.ville-card-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
/* When no .ville-card-country is present, stats directly follow h3 — add spacing */
.ville-card-content h3 + .ville-card-stats {
    margin-top: 0.4rem;
}

.ville-card-country {
    display: block;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 0.4rem;
    letter-spacing: 0.02em;
}

.ville-card-stats {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
}

.ville-card-stat {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 0.35rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.ville-card-stat strong {
    color: #fff;
    font-weight: 700;
    margin-right: 0.2em;
}

@media (max-width: 767px) {
    .ville-cards-grid {
        gap: 0.75rem;
    }
    .ville-card {
        flex: 0 0 calc(50% - 0.375rem);
    }
    .ville-card::before {
        padding-top: 85%;
    }
    .ville-card-rank {
        width: 1.6rem;
        height: 1.6rem;
        font-size: 0.7rem;
        top: 0.4rem;
        left: 0.4rem;
    }
    .ville-card-score {
        font-size: 0.85rem;
        padding: 0.1rem 0.4rem;
        top: 0.4rem;
        right: 0.4rem;
    }
    .ville-card-score small {
        font-size: 0.55rem;
    }
    .ville-card-content {
        padding: 0 0.6rem 0.6rem;
    }
    .ville-card-content h3 {
        font-size: 0.95rem;
        margin-bottom: 0.15rem;
    }
    .ville-card-country {
        font-size: 0.7rem;
    }
    .ville-card-stats {
        gap: 0.25rem;
    }
    .ville-card-stat {
        font-size: 0.6rem;
        padding: 0.2rem 0.4rem;
    }
}
/* --- Single ville sections --- */
.ville-intro {
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
}
.ville-intro p { margin-bottom: 0.8rem; }

.ville-section {
    margin-bottom: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8;
}
.ville-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #1b1b25;
    border-left: 3px solid #dfb841;
    padding-left: 0.8rem;
}
.ville-section h3 {
    font-size: 1.1rem;
    margin: 1.5rem 0 0.8rem;
    color: #1b1b25;
}

.ville-rationale {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
    line-height: 1.6;
}

/* Budget pills */
.ville-budget-hero {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.ville-budget-pill {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    background: #1b1b25;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
}
.ville-budget-amount {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #dfb841;
}
.ville-budget-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
}

/* Climate grid */
.ville-climate-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0.3rem;
    margin: 1.5rem 0;
}
.ville-climate-month {
    text-align: center;
    padding: 0.6rem 0.2rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
    font-size: 0.78rem;
}
.ville-climate-current {
    background: #1b1b25;
    color: #fff;
}
.ville-climate-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.ville-climate-temp {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #dfb841;
}
.ville-climate-current .ville-climate-temp { color: #dfb841; }
.ville-climate-rain {
    display: block;
    font-size: 0.7rem;
    color: #888;
    margin-top: 0.15rem;
}
.ville-climate-current .ville-climate-rain { color: rgba(255,255,255,0.6); }

@media (max-width: 767px) {
    .ville-climate-grid { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 480px) {
    .ville-climate-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Lifestyle grid */
.ville-lifestyle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}
@media (max-width: 767px) {
    .ville-lifestyle-grid { grid-template-columns: 1fr; }
}
.ville-lifestyle-item {
    padding: 1rem;
    background: #fafafa;
    border-radius: 0.6rem;
}
.ville-lifestyle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.ville-lifestyle-name {
    font-weight: 600;
    font-size: 0.95rem;
}
.ville-lifestyle-score {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #dfb841;
    font-size: 1.1rem;
}
.ville-lifestyle-bar {
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.ville-lifestyle-fill {
    height: 100%;
    background: #dfb841;
    border-radius: 3px;
    transition: width 0.5s ease;
}
.ville-lifestyle-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Pros / Cons */
.ville-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
@media (max-width: 767px) {
    .ville-pros-cons { grid-template-columns: 1fr; }
}
.ville-pros, .ville-cons {
    padding: 1.2rem;
    border-radius: 0.6rem;
}
.ville-pros { background: #f0faf0; border-left: 3px solid #2e8b57; }
.ville-cons { background: #fdf0f0; border-left: 3px solid #c0392b; }
.ville-pros h3 { color: #2e8b57; margin-top: 0; }
.ville-cons h3 { color: #c0392b; margin-top: 0; }
.ville-pros ul, .ville-cons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ville-pros li::before { content: '✓ '; color: #2e8b57; font-weight: 700; }
.ville-cons li::before { content: '✗ '; color: #c0392b; font-weight: 700; }
.ville-pros li, .ville-cons li {
    padding: 0.3rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Lists: tips & warnings */
.ville-list-tip, .ville-list-warn {
    list-style: none;
    padding: 0;
}
.ville-list-tip li { padding: 0.3rem 0; font-size: 0.95rem; }
.ville-list-tip li::before { content: '💡 '; }
.ville-list-warn li { padding: 0.3rem 0; font-size: 0.95rem; }
.ville-list-warn li::before { content: '⚠️ '; }

/* --- Homepage Villes Explorer --- */
.section-villes-explorer {
    background: #f8f8f8;
    padding: 4rem 0;
}
.section-villes-explorer h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: #1b1b25;
    margin-bottom: 0.5rem;
}
.section-villes-explorer .section-subtitle {
    color: #46585D;
    font-size: 1.05rem;
    margin-bottom: 2rem;
}
/* ville-explorer-search removed — filters inline now */
.ville-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1.5rem;
}
.ville-filters select {
    padding: 0.6rem 2rem 0.6rem 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 0.5rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    color: #1b1b25;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%231b1b25'/%3E%3C/svg%3E") no-repeat right 0.8rem center;
    background-size: 10px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s;
}
.ville-filters select:focus {
    outline: none;
    border-color: #dfb841;
}
.ville-filter-search {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    background: #dfb841;
    color: #1b1b25;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
}
.ville-filter-search:hover { opacity: 0.85; }
.ville-filter-reset {
    padding: 0.6rem 1.2rem;
    border: 1px solid #d0d0d0;
    border-radius: 0.5rem;
    background: #fff;
    color: #46585D;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s;
}
.ville-filter-reset:hover { border-color: #1b1b25; }
.ville-results-count {
    color: #46585D;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}
.ville-results-count strong {
    color: #dfb841;
    font-weight: 700;
}

.ville-see-all-permanent {
    text-align: center;
    margin-top: 2.5rem;
}

.ville-cta-classement {
    display: inline-block;
    padding: 0.85rem 2.5rem;
    background: #1b1b25;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background 0.2s;
}

.ville-cta-classement:hover {
    background: #7A1F2B;
    color: #fff;
}

@media (max-width: 767px) {
    .section-villes-explorer h2 { font-size: 2rem; }
    .ville-filters { flex-direction: column; }
    .ville-filters select,
    .ville-filter-reset { width: 100%; }
}

/* ----- /VILLE CPT ----- */

/* ----- FAUNE & FLORE (Conservation Nature) ----- */
.etape-faune-flore {
    margin-top: 2.5rem;
    padding: 1.8rem 2rem;
    background: #f7f7f7;
    border-radius: 0.75rem;
}
.etape-faune-flore h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    color: #1b1b25;
    margin-bottom: 1.5rem;
}
.etape-faune-flore h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #7A1F2B;
    margin: 1.5rem 0 0.8rem;
}
.etape-faune-flore h3:first-of-type {
    margin-top: 0;
}
.ff-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.ff-card {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.ff-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}
.ff-card-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.ff-card-thumb-placeholder {
    background: #e8e8e8;
}
.ff-card-title {
    padding: 10px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1b1b25;
    font-style: italic;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ff-source {
    margin-top: 1.2rem;
    font-size: 0.75rem;
    color: #aaa;
    text-align: right;
}
.ff-source a {
    color: #7A1F2B;
    text-decoration: none;
}
.ff-source a:hover {
    text-decoration: underline;
}
@media (max-width: 600px) {
    .ff-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .etape-faune-flore {
        padding: 1.2rem 1rem;
    }
}
/* ----- /FAUNE & FLORE ----- */
