/****** Fonts ******/
@font-face {
    font-family: "Charter Regular";
    src: 
        url("fonts/Charter_Regular.woff2") format("woff2"),
        url("fonts/Charter_Regular.woff") format("woff"),
        url("fonts/Charter_Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "NeueHaasUnica Regular";
    src: 
        url("fonts/NeueHaasUnica-regular.woff2") format("woff2"),
        url("fonts/NeueHaasUnica-regular.woff") format("woff"),
        url("fonts/NeueHaasUnica-regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "NeueHaasUnica Medium";
    src: 
        url("fonts/NeueHaasUnica-medium.woff2") format("woff2"),
        url("fonts/NeueHaasUnica-medium.woff") format("woff"),
        url("fonts/NeueHaasUnica-medium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Saol-Text-Regular";
    src: 
        url("fonts/Saol-Text-Regular.woff2") format("woff2"),
        url("fonts/Saol-Text-Regular.woff") format("woff"),
        url("fonts/Saol-Text-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Saol-Text-Regular-Italic";
    src: 
        url("fonts/Saol-Text-Regular-Italic.woff2") format("woff2"),
        url("fonts/Saol-Text-Regular-Italic.woff") format("woff"),
        url("fonts/Saol-Text-Regular-Italic.ttf") format("truetype");
    font-display: swap;
}


/****** Général ******/
html {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
    background-color: white;
    justify-content: center;
    color: black;
}
@media (max-width:728px){
    picture img{
        width: 100%;
    }
}
.container-fluid {
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.container {
    max-width: 1200px;
    padding:0;
}
.breadcrumb {
    background-color: transparent;
}
@media (max-width:1024px){
    .container {
        max-width:100%;
        padding:0;
    }
}
.row {
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.col {
    padding:0;
}
.content {
    width: 100%;
}
section {
    padding:0;
}
.col-12 {
    padding:0;
}


/****** Display none par @media ******/
@media (min-width:768px){
    .mobile {
        display: none!important;
    }
}
@media (max-width:768px){
    .desktop{
        display: none!important;
    }
}
@media (max-width:576px){
    .small{
        display: none!important;
    }
}

/****** Fix titre mobile largeur *****/
@media (max-width: 768px) {
    body, p, h1, h2, h3, h4, h5, h6 {
        overflow-wrap: break-word; /* Gère le retour à la ligne */
        word-wrap: break-word;     /* Ancienne version mais toujours utile */
        white-space: normal;       /* Permet le retour à la ligne */
        hyphens: auto;             /* Ajoute des césures au bon endroit */
    }
}

/****** Typos usages ******/
h1 {
    font-family: "Saol-Text-Regular";
    font-size: clamp(2.125rem, 0.5694rem + 3.2407vw, 3rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    letter-spacing: -0.0075em;
    margin-bottom: 20px;
}
.header-auteur h1,
.classique h2 {
    font-family: "Saol-Text-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    padding:0;
    text-align:center;
}
.header-classique h1 {
    padding: 0;
}

@media (min-width:768px){
    .single-post  .header-1{
        padding: 0 20px;
    }
}

h2 {
    font-family: "Saol-Text-Regular";
    font-size: clamp(2.125rem, 0.5694rem + 3.2407vw, 3rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    letter-spacing: -0.0075em;
    margin-bottom: 20px;
}
h2.titre-categorie {
    font-family: "Saol-Text-Regular";
    font-size: clamp(2.125rem, -4.0972rem + 12.963vw, 5.625rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -0.025em;
}
h2.titre-categorie:hover, 
.titre-categorie a:hover {
    font-family: "Saol-Text-Regular-Italic";
    text-decoration: none;
}
.contenu-article h2 {
    text-align: center;
    margin-bottom: 30px;
}
.contenu-recette h2 {
    text-align: left;
    margin-bottom: 30px;
}
.contenu-contact h2 {
    text-align: center;
}
.contenu-classique h2 {
    text-align: left;
}

h3{
    font-family: "Saol-Text-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    padding:20px 0;
    text-transform: none;
}

h3.listing-articles-produits {
    font-family: "Saol-Text-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; 
    letter-spacing: -0.01em;
    width:100%;
    text-transform: none;
    padding: 0;
    margin-bottom: 1rem;
}

div.listing-articles-produits {
    font-family: "Saol-Text-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; 
    letter-spacing: -0.01em;
    width:100%;
    text-transform: none;
    padding: 0;
    margin-bottom: 1rem;
}


@media (max-width:768px) {
h3.listing-articles-produits {
        font-size: 19px;
    }
}

h3.dernier-article{
    font-family: "Saol-Text-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    padding:20px 10px;
    text-align:center;
    text-transform: none;
}
h3.listing-produits{
    font-family: "NeueHaasUnica Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -0.0225em;
    padding: 20px 0;
    text-transform: none;
}
.related-posts h3 {
    font-family: "Saol-Text-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: none;
}
.contenu-contact h3,
.contenu-classique h3 {
    font-family: "NeueHaasUnica Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0,22em;
    text-transform: uppercase;
    margin-bottom:30px;
    text-align: left;
}
h3.nom-team {
    font-family: "Saol-Text-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
}

h4 {
    font-family: "Saol-Text-Regular";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    padding:20px 0;
    text-transform: none;
}
h5 {
    font-family: "Saol-Text-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    padding:20px 0;
    text-transform: none;

}
h6 {
    font-family: "Saol-Text-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    padding:20px 0;
    text-transform: none;

}


/* p */
p {
    font-family: "Charter Regular";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em; 
    letter-spacing: -0.002em;
    margin-bottom: 20px;
}
p.auteur {
    font-family: "NeueHaasUnica Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5em; 
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
p.footer {
    color: white;
    font-family: "NeueHaasUnica Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
}
p.introduction {
    font-family: "Saol-Text-Regular";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.20em;
}
.article-infos p{
    color: black; 
    font-size: 12px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    line-height: 1.5em;
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    justify-content: center; 
    align-items: center; 
    padding: 0; 
    margin-bottom: 0;
    display: inline-flex;
    text-decoration: none;
    white-space:nowrap;
}

.article-infos p:last-child {
    margin-top: 10px;
    width: 100%;
}

.header-2 .article-infos p{
    width: auto;
}

.header-2 .article-infos p:last-child {
    margin-top: 0;
}

.mentions-legales-footer p,
.footer-end p {
    padding:0;
    margin:0;
    color:white;
    font-family: "NeueHaasUnica Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
}

.related-posts p {
    font-family: "Saol-Text-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.icones-recette p{
    color: black; 
    font-size: 14px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    line-height: 1em;
    letter-spacing: 0em;
    justify-content: center; 
    align-items: center; 
    padding: 0; 
    margin-bottom: 0;
    display: inline-flex;
    text-decoration: none;
    white-space:nowrap; 
}
.contenu-article p {
    margin-bottom: 30px;
}
.contenu-recette p {
    margin-bottom: 30px;
}
.chiffre-etape p,
p.numero {
    font-family: "Saol-Text-Regular";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -0.025em;
    margin-bottom:0;
}
p.titre-produit {
    font-family: "Saol-Text-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    letter-spacing: -0.0075em;
    margin-bottom: 0px;
}
p.poste-auteur,
.liste-magazines p{
    font-family: "NeueHaasUnica Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.002em;
}
p.team-poste {
    font-family: "Saol Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.022em;
    text-align:center;
    text-transform: none;
    margin-bottom: 10px;
}
p.team-description {
    font-family: "Saol Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.022em;
    text-align: left;
    text-transform: none;
    margin-bottom: 30px;
}
.icones-contact p{
    color: black; 
    font-size: 12px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    justify-content: center; 
    align-items: flex-start; 
    padding: 0.5rem 1rem; 
    display: inline-flex;
    text-decoration: none;
    white-space:nowrap;
    margin: 0;
}
.details-auteur p {
    margin-bottom:10px;
}
i {
    font-style: italic;
}
strong, b {
    font-weight: 700;
}
figcaption {
    color: var(--Gris, #737373);
    font-family: "NeueHaasUnica Regular";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

/* a */
a {
    color:black;
    text-decoration: none;
}
a:focus, a:hover {
    color: black;
    
    }
a.categorie {
    font-family:"NeueHaasUnica Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 4em;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.menu a {
    color: black; 
    font-size: 12px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    justify-content: center; 
    align-items: flex-start; 
    padding: 0.5rem 0.8rem; 
    display: inline-flex;
    text-decoration: none;
    white-space:nowrap;
    max-height: 46px;
}
.menu a:hover {
    text-decoration: underline;
    transition: all 1s ease-out;
}

.col-boutons a.bouton-simple {
    color: white;
}

.col-boutons a.bouton-simple:hover, .col-boutons a.bouton-simple:focus {
    color: black;
}

.menu-footer a {
    color: white; 
    font-size: 12px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    justify-content: center; 
    align-items: flex-start; 
    padding: 1rem 0; 
    display: inline-flex;
    text-decoration: none;
    white-space:nowrap;
}
.menu a:hover {
    text-decoration: underline;
    transition: all 1s ease-out;
}
.article-infos a {
    color: black; 
    font-size: 12px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    line-height: 1rem;
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    justify-content: center; 
    align-items: center; 
    padding: 0 0.5rem 0 0.5rem; 
    display: inline-flex;
    white-space:nowrap;
    text-decoration: underline;
}
.article-infos span {
    color: black; 
    font-size: 12px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    line-height: 1rem;
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    justify-content: center; 
    align-items: center; 
    padding: 0 0.5rem 0 0.5rem; 
    display: inline-flex;
    white-space:nowrap;
}
#social-share a {
    color: black; 
    font-size: 12px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    justify-content: center; 
    align-items: center; 
    padding: 0 0.65rem; 
    display: inline-flex;
    text-decoration: none;
    white-space:nowrap;
}
.contenu-recette a, 
.contenu-article a,
.contenu-classique a,
.contenu-contact a,
.magazine a{
    text-decoration: underline;
}
.list-social-verticale a{
    font-size: 12px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    justify-content: left; 
    align-items: center; 
    padding: 0.5rem 1rem; 
    display: inline-flex;
    text-decoration: none;
    white-space:nowrap;
}
.details-auteur a{
    margin-bottom:10px;
}


/* Breadcrumb */
.breadcrumb {
    height:40px;
}
.breadcrumb a{
    font-family: "NeueHaasUnica Regular";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em; 
    /* text-decoration-line: underline; */
}

.breadcrumb a span{
    text-decoration-line: underline;
}

/* Quote */
.contenu-article .icon-quote {
    width: 50px!important;
    height:50px!important;
    display: inline-flex;
}
.quote {
    justify-content: center;
    text-align: center;
}
.quote p {
    font-family: "Saol-Text-Regular";
    font-size: clamp(2.125rem, 0.5694rem + 3.2407vw, 3rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em; 
    letter-spacing: -0.0075em;
    margin-bottom: 20px;
    text-align: center;
}
/* Liste */
li {
    font-family: "Charter Regular";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em; 
    letter-spacing: -0.002em;
}
ul, ol {
    padding-left: 2em;
    margin: 0 0 20px;
}
/* Bouton */
.bouton-simple {
    color: white;
    min-height: 30px; 
    padding: 7px 19px 9px 19px; 
    background: black; 
    align-items: center; 
    justify-content: center; 
    font-size: 14px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    line-height: 1em;
    border:1px solid black;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
}
.bouton-simple:hover {
    color: black;
    background: white;
    text-decoration: none;
    transition: all 0.4s ease-out;
}

.shopping-liste-horizontale .bouton-simple{
    padding: 0;
}

.shopping-liste-horizontale .bouton-simple a{
    padding: 7px 19px 9px 19px; 
}

.bouton-icone {
    color: white;
    min-height: 30px; 
    padding: 5px 27px 5px 27px; 
    background: black; 
    align-items: center; 
    justify-content: center; 
    font-size: 14px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    line-height: 1em;
    border:1px solid black;
    width:auto;
}
.bouton-icone span {
    align-items: center; 
    justify-content: center;
    vertical-align: middle; 
}
.bouton-icone:hover {
    color: black;
    background: white;
    text-decoration: none;
    transition: all 0.4s ease-out;
}
.icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right:12px;
}
.icon-bookmark{
    background-image: url(assets/img/ph_bookmark-simple-thin-white.svg);
}
.bouton-icone:hover > .icon-bookmark{
    background-image: url(assets/img/ph_bookmark-simple-thin.svg);
}

/* Table */
table {
    caption-side: bottom;
    border-collapse: collapse;
    border: 1px solid black;
}

.single-post table{
    width: 100%;
    margin-bottom: 20px;
}

thead, tbody, td, th {
    border: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}
th {
    font-family: "NeueHaasUnica Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5em;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    border: inherit;
    border-style: solid;
    border-width: 1px;
}
td {
    font-family: "Charter Regular";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em; 
    letter-spacing: -0.002em;
    margin-bottom: 20px;
    padding:10px
}




/****** Home ******/
section.banniere {
    height: 85vh;
    width:100%;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 3%;
    background-image: url(assets/img/vertical-image-a-la-une-elle-4.jpg.webp);
    background-size: cover;
    background-position: center;
    object-fit: cover;
} 
.logo {
    width: 69px; 
    height: 25px; 
    left: 30px; 
    top: 30px; 
    position: absolute;
}
.banniere p {
    font-family: "Saol-Text-Regular";
    font-size: 1.8rem; 
    font-weight: 400; 
    line-height: 1.1em; 
    letter-spacing: -0.0124em;
    text-align: center; 
    background-color: black;
    color: white; 
    padding: 20px 24px 15px 24px;
    bottom: 3%;
    width: auto;
}


/****** Menu ******/
.menu {
    justify-content: flex-start; 
    align-items: center; 
    text-align: left;
    display: inline-flex;
    background: white;
    padding: 0;
    flex-wrap: nowrap;
    width:100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
.logo-menu {
    padding: 0.5rem 0.625rem 0.5rem 0.625rem;
}
.logo-elle {
    width: 4rem;
    padding: 0;
}
.menu-items {
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left;
}
.boutons{
    text-align: right; 
}
@media (min-width:1034px){
    .menu-mobile {
        display: none!important;
    } 
}
@media (max-width:1034px){
    .menu-desktop{
        display: none!important;
    }
}
.menu-line1 {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px; 
    z-index:1000;
}
.menu-line1 .col-logos {
    justify-content: left;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}
.menu-line1 .col-boutons {
    justify-content: right;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}
.menu-line2 {
    display: inline-flex;
    justify-content: left;
    align-items: center; 
    border-top: 1px solid #D4D4D4;
    overflow: hidden;
    max-width: 1200px;
    z-index:1000;
    overflow: hidden; 
    white-space: nowrap;
}

.menu-items-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    scroll-behavior: smooth; 
}
.menu-items {
    display: inline-flex;
}
.menu-items a {
    flex-shrink: 0; 
}
.menu-items-wrapper::-webkit-scrollbar {
    display: none; 
}

/****** menu pop-up vertical ******/
#menu-pop-up {
    max-width:220px;
    width:100%;
    background-color: white;
    padding: 30px 0px;
    position:fixed;
    top: 0;
    left: 0;
    text-align: left;
    justify-content: space-between;
    min-height: 100vh;
    overflow-x: hidden;
    display: none;
    list-style: none;
}  
section#menu-pop-up {
    z-index: 3000!important;
}
#menu-pop-up a,
#menu-pop-up li,
#menu-pop-up ul li a {
    display:block;
    text-decoration: none;
    color: black;
    padding: 5px 0 0;
    font-family: "NeueHaasUnica Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    text-transform: none;
    letter-spacing:0;
}
#menu-pop-up p {
    display:block;
    text-decoration: none;
    color: black;
    padding: 0;
    font-family: "NeueHaasUnica Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin:0;
}
#menu-pop-up p:hover {
    text-decoration: none;
}
.recherche {
    display: flex;
    flex-direction:column;
    justify-content: left;
    align-items: center;
    margin:0;
    padding:0 20px;
    max-height: 30px;
    gap:10px;
}
.row.recherche img, 
.row.bas-menu img {
    padding:0;
}
.recherche img, 
.row.bas-menu img {
    width:auto;
    height:16px;
    position: relative;
    left:0;
}
.bas-menu {
    background-color: black;
    bottom:0;
    margin-top: -20px;
    display: flex;
    flex-direction:column;
    justify-content: left;
    align-items: center;
    padding: 20px;
    gap:10px;
    max-height:60px;
}

.menu-lang{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bas-menu p {
    color:white !important;
}
button.menu-pop-up{
    background-color: transparent;
    border: none;
    padding: 0;
}
#menu-pop-up .close {
    top:10px;
}
#menu-vertical {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}
.menu-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.toggle-arrow {
    cursor: pointer;
    transition: transform 0.3s;
    position: absolute;
    right:20px;
}
.sous-menu {
    list-style-type: none;
    padding-left: 20px;
    display: none;
}
.sous-menu.open {
    display: block;
    background-color: #F5F5F5;
    padding: 5px 10px 15px;
    margin-top: 10px;
}
.toggle-arrow.open {
    transform: rotate(90deg);
}



/****** Google Ads ******/
.ads-horizontal {
    width: 100%; 
    height: 250px; 
    background: #DEDEDE;
}
.ads-horizontal-nofull {
    display:flex;
    justify-content: center;
}
.ads-horizontal-nofull .row{
    width: 100%;
    max-width: 1200px;
    height: 250px; 
    background: #DEDEDE;
    margin:2%;
}
.ads-vertical {
    /* margin: 0 0 0 6%; */
    /* height: 540px; */
    background: #F8F8F8;
    top: 4rem;
    position: -webkit-sticky;
    position: sticky;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    grid-area: ad;
    z-index:1;
}
.ads-vertical.mobile,
.ads-vertical.small {
    margin: 0 0 0 6%;
    /* height: 540px; */
    background: #F8F8F8;
    top: 4rem;
    position: -webkit-initial;
    position: initial;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    grid-area: ad;
    z-index:1;
}
.ads {
    padding:0;
}
@media (max-width:1024px){
    .ads-vertical {
        margin: 0 5%;
        /* max-height: 600px; */
        top: 6rem;
        width: 90%;
    }
}
@media (max-width:768px) {
    .ads.small {
        display:none;
    }
    .ads-vertical.mobile {
        margin-bottom:30px;
    }
}


/****** Section 2 ******/
.section-2-col {
    width:100%;
    min-height: 600px;
    padding: 2%;
    justify-content: center;
    flex-direction: row;
}
.bloc-visuel-full {
    padding:0;
    margin:0;
}
.bloc-visuel-full img {
    display: block;
    max-width: 600px;
    width: 100%;
    object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.bloc-text {
    padding: 6%;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    text-align: center;
}
@media (max-width:1024px){
    .section-2-col {
        min-height: 464px;
    } 
    .full-50 {
        height:100%;
    }

}
@media (max-width:576px){
    .section-2-col {
        min-height: 430px;
        flex-direction: column-reverse;
        padding:0;
    } 
    .bloc-text {
        padding: 5% 5%;
    }
    .full-50 {
        width: 100%;
        height:100%;
    }
}


/****** Titre catégories ******/
.titre-categorie-list-horizontale {
    display: flex;
    max-width: 1200px;
    width: 95%;
    height: auto;
    padding: 2% 5% 0% 5%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    text-align: center;
    margin-top:20px;
}
@media (max-width:1024px){
    .titre-categorie-list-horizontale {
    margin-left:2%;
    width:96%
    }
}
@media (max-width:768px){
    .titre-categorie-list-horizontale {
        padding: 20px 5px 0px 5px;
        border-bottom: 0px;
    }

    .titre-categorie-list-horizontale h2{
        margin-bottom: 5px;
    }
}

/****** Catégorie liste horizontale 4 posts ******/
.categorie-list-4-posts {
    display: flex;
    max-width: 1200px;
    padding: 2%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.post-text-down {
    height:auto;
    justify-content: center; 
    align-items: flex-start; 
    display: inline-flex;
    padding: 0 12px;
}
.post-text-down img { 
    display: block;
    max-width:280px;
    max-height:280px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}
@media (max-width:1024px){
    .categorie-list-4-posts {
        display: flex;
        max-width: 100%;
        padding: 3% 5%;
    } 
}
@media (max-width:768px){
    .categorie-list-4-posts {
        padding: 20px 0px;
    } 
}


/****** Catégorie liste verticale 4 posts ******/
.categorie-list-vert-4-posts {
    display: flex;
    max-width: 1200px; 
    padding: 2% 2% 4%;
    justify-content: center; 
    align-items: center; 
}
.dernier-article-cat{
    height: auto;
    padding: 0 0 1.5% 1.5%;
}
.dernier-article-cat img { 
    display: block;
    max-width:800px;
    max-height:400px;
    width: 100%;
    object-fit: cover;
    height: auto;
}
.listing-article-vertical{
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    padding: 0 1.5%; 
}
.post-text-right {
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: center; 
    display: inline-flex;
    padding-bottom: 20px; 
    border-top: none;
    gap:15px;
}

.post-text-right img{
    width: 100%;
}

.post-text-right > img:first-of-type, 
.post-text-right > picture:first-of-type {
    display: block;
    width: 100%;
    height: auto;
    max-width: 90px;
}

@media (max-width:768px){
    .post-text-right > img:first-of-type, 
    .post-text-right > picture:first-of-type {
        width: 100%;
    }
}

@media (max-width:1024px){
    .categorie-list-vert-4-posts {
        display: flex;
        max-width: 100%;
        padding: 3% 5%;
    } 
}
@media (max-width:768px){
    .categorie-list-vert-4-posts {
        display: flex;
        max-width: 100%;
        padding: 20 0px;
    } 
    .listing-article-vertical{
        padding: 20px 15px 0px 15px;
    }
    .dernier-article-cat img { 
        display: block;
        max-width:800px;
        max-height:800px;
        width: 100%;
        height: auto;
    }
    .dernier-article-cat {
        height: auto;
        padding: 0;
    }   
}
@media (max-width:576px){
    .post-text-right {
        border-top: 1px solid #D4D4D4;
        padding: 20px 0;
        flex-direction: row;
        display: flex;
        gap: 15px;
    } 
}


/****** Coups de coeur ******/
.categorie-list-4-produits {
    display: flex;
    max-width: 1200px; 
    padding: 3% 0 6% 0;
    justify-content: center; 
    align-items: center; 
}
.produit-text-down {
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 12px;
}
.produit-text-down img {
    display: block;
    max-width:280px;
    max-height:280px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (max-width:1024px){
    .categorie-list-4-produits {
        display: flex;
        max-width: 100%;
        padding: 3% 5%;
    } 
}
@media (max-width:768px){
    .categorie-list-4-produits {
        display: flex;
        max-width: 100%;
        padding: 20px 15px;
    } 
}


/****** Listing article avec ads à droite ******/
.listing-post-ads {
    display: flex;
    max-width: 1200px;
    padding: 2% 2% 2%;
    justify-content: center; 
    align-items: center; 
}

.listing-post-ads img{
    width: 100%;
}

.four-articles-down{
    max-width:800px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding:0;
}
.post-text-down-small {
    height:auto;
    justify-content: center; 
    align-items: flex-start; 
    display: inline-flex;
    padding: 0 12px;
}
.post-text-down-small img { 
    display: block;
    max-width: 280px;
    max-height: 280px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
}
@media (max-width:1024px){
    .listing-post-ads {
        display: flex;
        max-width: 100%;
        padding: 3% 5%;
    } 
}
@media (max-width:768px){
    .listing-post-ads {
        display: flex;
        max-width: 100%;
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
    } 
    .four-articles-down {
        flex-wrap: wrap;
    }
}


/****** Guide d'achat ******/
.guide-achat {
    display: flex;
    max-width: 1200px;
    width:100%;
    padding: 2% 2% 4%;
    justify-content: flex-start; 
    align-items: flex-start; 
    flex-direction: row;
}
.list-produits-guide {
    display: flex;
    width: 30%;
    margin: 1.5%;
    padding: 15px 0;
    gap: 15px;
    border-top: 20px solid black;
}
.produit-text-right {
    display: inline-flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    text-decoration: none !important;
}
.produit-text-right picture img {
    width: 200px;
}
.produit-text-right img {
    width: 200px;
}
.guide-achat h3 {
    font-family: "Charter Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
@media (max-width:1024px){
    .guide-achat {
        display: flex;
        max-width: 97%;
        padding: 3% 5%;
    } 
}
@media (max-width:768px){
    .guide-achat {
        padding: 20px 5px 20px 5px;
        flex-wrap: wrap;
    }
    .guide-achat .row {
        flex-direction: column;
    }
    .produit-text-right img {
        width:100%;
    }
    .list-produits-guide {
        width:100%
    }
}


/****** Grille 4 articles ******/
.post-text-down-big {
    max-width: 367px;
    height: auto;
    justify-content: center; 
    align-items: flex-start; 
    display: inline-flex;
    padding: 0 12px;
}

.post-text-down-big img{
   margin-bottom: 10px; 
}
.post-text-down-small img { 
    display: block;
    max-width: 367px;
    max-height: 367px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
}
.ligne-par-2{
    flex-wrap: nowrap;
    display: inline-flex;
    padding:0;
}

/****** Horoscope ******/
.full-content {
    display: flex;
    max-width: 1200px;
    width:100%;
    padding: 2% 2% 4% 2%;
    justify-content: center; 
    align-items: flex-start; 
    flex-direction: row;
}
.full-content img {
    display: block;
    max-width: 1200px;
    max-height: 400px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
}


/****** Dernières actus ******/
.ligne-par-4{
    flex-wrap: wrap;
    display: inline-flex;
    padding:0;
}


/****** Footer ******/
footer {
    margin:0;
    background-color: black;
    display: flex;
}
.footer {
    display: block;
    max-width:1200px;
    width:100%;
    padding: 3.5%;
    justify-content: flex-start; 
    align-items: flex-start; 
    flex-direction: row; 
}
.logo-footer {
    text-align: left; 
    padding: 2% 0;
}
.logo-footer img {
    width:85px;
}
.list-social{
    justify-content: flex-start; 
    align-items: center; 
    text-align: left; 
    gap: 11px; 
    display: inline-flex;
    padding: 2% 0;
}
.list-social img {
    width: 30px; 
    height: 30px; 
}
.menu-footer{
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3%;
    padding: 2% 0; 
}
.menu-col {
    max-width: 1200px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    flex-direction: column;
}
.mentions-legales-footer {
    text-align: left;
    padding: 0 0 2% 0;
}
.footer-end {
    justify-content: space-between;
    align-items: center;
    padding:0;
}
.footer-end-left {
    padding:0;
    text-align: left;
}
.footer-end-right {
    padding:0;
    text-align: right;
}
@media (max-width:1024px){
    .footer {
        padding: 3% 5%;
}
}
@media (max-width:768px){
    .footer {
        padding: 40px 15px;
    }
    .logo-footer {
        padding: 8% 0;
    }
    .list-social{
        padding: 0 0 8% 0;
    }
    .menu-footer{
        gap: 0;
        padding: 0 0 8% 0;
    }
    .mentions-legales-footer {
        padding: 0 0 8% 0;
    }
    .footer-end-right {
        justify-content: flex-start;
        text-align: left;
    }
    .footer-end {
        padding: 8% 0;
    }
    .footer-end-left {
        padding: 0 0 8% 0;
        text-align: left;
    }

}


/****** page categorie ******/
section.full-banniere {
    height: 50vh;
    width:100%;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
    padding-bottom: 2%;
    background-image: url(assets/img/vertical-image-a-la-une-elle-4.jpg.webp);
    background-size: cover;
    background-position: center;
    object-fit: cover;
    margin-bottom:20px;
} 
.full-banniere .row {
    justify-content: flex-start;
    max-width: 1200px;
    padding-left: 1%;
}
.full-banniere h1{
    text-transform: uppercase;
    background-color: white;
    padding: 20px 40px 15px 40px;
    width:auto;
}
.post-text-right-hor {
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: center; 
    display: inline-flex;
    padding-bottom: 20px; 
    border-top: none;
    gap:10px;
}

.post-text-right-hor > img:first-of-type, 
.post-text-right-hor > picture:first-of-type {
    display: block;
    width: 60%;
    height: auto;
    max-width: 120px;
}

.post-text-right-hor  picture img {
    width: 100%;
}

@media (max-width:576px){
    .post-text-right-hor {
        border-top: none;
        padding-top: 0px;
        flex-direction: row;
        display: flex;
        gap: 10px;
    }
}


/****** articles ******/
.post-category-child:before {
    content: " > ";
    font-size: 11px;
    padding: 0.25rem;
    text-decoration: none;
}
.header-1{
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}
.header-1 .breadcrumb,
.header-3 .breadcrumb,
.header-4 .breadcrumb,
.header-recette .breadcrumb{
    display: inline-flex;
    text-align: center;
    align-items: center;
}
.header-1 .breadcrumb .col { 
    padding:0;
}
.header-1 .header-content {
    gap:20px;
    text-align: center;
}
.header-1 .article-infos,
.header-3 .article-infos,
.header-4 .article-infos,
.header-recette .article-infos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
    flex-wrap: wrap;
}

.header-2{
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 20px;
    max-width: 1052px;
    padding: 0 20px;
}
.header-2 .breadcrumb{
    display: inline-flex;
    text-align: left;
    align-items: center;
    height:40px;
}
.header-2 .breadcrumb .col { 
    padding:0;
}
.header-2 .header-content {
    gap:20px;
    text-align: left;
    padding:0;
}
.header-2 .article-infos {
    display: flex;
    justify-content: flex-start;
    align-items: left;
    margin-bottom:20px;
    flex-wrap: wrap;
}

.header-3{
    justify-content: flex-start;
    text-align: left;
    margin: 20px 0 40px;
    padding: 0;
    width:100%;
}
.header-3 img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 755px;
}

.header-4,
.header-recette {
    justify-content: center;
    margin-bottom: 0px;
    padding: 20px 0 0;
    margin-top: 20px;
}
.header-4 img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 700px;
    padding:0;
}
.header-recette img {
    display: block;
    width: 100%;
    height: 50px;
    padding:0;
}
.header-4 .image p {
    text-align: left;
    padding:0;
    margin-left: 20px;
}
.row.image div{
    padding:0;
    width:100%;
}
.header-4 .header-content,
.header-recette .header-content {
    max-width:612px;
    width:100%;
}
.header-4 .bloc-text,
.header-recette .bloc-text {
    justify-content: center;
    text-align: center;
    margin: 10px 0 50px;
    padding: 0;
    width:100%;
}
.contenu-article,
.contenu-recette {
    display: flex;
    max-width: 1052px; 
    padding: 0 20px;
    justify-content: center; 
    align-items: center; 
}
.contenu-article .ads-vertical.mobile,
.contenu-article .ads-vertical.small,
.contenu-recette .ads-vertical.mobile,
.contenu-recette .ads-vertical.small{
    margin: 0 0 30px 6%;
}


/* Par défaut : styles pour mobile */
.col-left {
    flex: 0 0 100%; /* Occupe toute la largeur en mobile */
    width: 100%;
}

.col-right {
    flex: 0 0 100%; /* Occupe toute la largeur en mobile */
    width: 100%;
    margin: 20px 0 0 0; /* Ajouter un espacement en haut pour séparer les colonnes */
}

/* Styles pour desktop */
@media (min-width: 992px) { /* Point de rupture pour desktop */
    .col-left {
        flex: 0 0 auto;
        width: calc(100% - 320px); /* Largeur calculée pour laisser de la place à la colonne de droite */
    }

    .col-right {
        flex: 0 0 auto;
        width: 300px;
        margin: 0 0 0 20px; /* Espacement à gauche pour séparer les colonnes */
    }
}

img.principal  { 
    display: block;
    /* max-height:340px; */
    width: 100%;
    object-fit: cover;
    height: auto;
}

picture.principal  img{ 
    display: block;
    /* max-height:340px; */
    width: 100%;
    object-fit: cover;
    height: auto;
}

.row .icones-recette {
    justify-content: center;
    margin-bottom: 20px;
}
.article {
    padding:0;
}
.recette {
    padding:0;
}
@media (max-width:1024px){
    .contenu-article,
    .contenu-recette {
        display: flex;
        max-width: 100%;
        padding: 3% 5%;
    } 
    .header-1, .header-2{
        padding: 0 5% ;
    }
}
@media (max-width:768px){
    .contenu-article,
    .contenu-recette {
        padding: 0px 15px 0px 15px;
    }  
    .contenu-article .ads-vertical.mobile,
    .contenu-article .ads-vertical.small,
    .contenu-recette .ads-vertical.mobile,
    .contenu-recette .ads-vertical.small {
        margin: 15px 0px 15px 0px;
        width: 100%;
    }
    .header-4, .header-3 {
        margin:0;
        padding:0;
        overflow-y: hidden;
    }
    .header-1, .header-2, .header-recette{
        padding: 0px 15px 0;
    }
    .header-4 .bloc-text{
        padding: 20px 15px 0;
    }
    .header-3 .bloc-text {
        padding: 20px 15px 0px;
        margin: 10px 0 50px;
    }
    
}
.contenu-article img {
    display: block;
    /* width: 100%; */
    object-fit: cover;
    height: auto;
}
.contenu-recette img {
    display: block;
    /* width: 100%; */
    object-fit: cover;
    height: auto;
}
.ingredients .row{
    flex-direction: row;
    margin-bottom: 30px;
}
.ingredients .colonne-1,
.ingredients .colonne-2 {
    width: 50%;
    padding: 0;

}
.preparation .row {
    margin-bottom:30px;
}
@media (max-width:576px){
    .ingredients .row {
        flex-direction: column;
    }
    .ingredients .colonne-1,
    .ingredients .colonne-2 {
        width: 100%;
    } 
}
.related-posts {
    padding:30px 0;
}
.info-auteur {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 30px 0;
    text-align: center;
}
.portrait-auteur {
    padding: 0; /* Supprime le padding par défaut pour toutes les tailles d'écran */
}

.portrait-auteur img {
    margin: 0 auto;
}

@media (min-width: 728px) {
    .info-auteur {
        text-align: left;
    }
    .portrait-auteur {
        padding: 0 30px 0 0; /* Ajoute le padding uniquement pour les écrans ≥ 992px */
        text-align: left;
    }
}

.portrait-auteur img{
    border-radius:100%;
    width:100%;
    width: 80px;
    height: 80px;
}
.details-auteur {
    padding:0;
    display:block;
    flex-direction:column;
}
#social-share {
    padding:30px 0;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid black;
}
#social-share img {
    width:30px;
    height:auto;
}
.related-post-text-right {
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: center; 
    padding: 0;
    display: inline-flex;
    padding-bottom: 10px; 
    border-top: none;
    gap:10px;
}

a.related-post-text-right {
    text-decoration: none;
}

.related-post-text-right img{
    display: block;
    width: 120px;
    height: auto;
    object-fit: cover;
    max-width: initial;
}

.related-post-text-right picture img{
    display: block;
    width: 120px;
    height: auto;
    object-fit: cover;
    max-width: initial;
}

button#showMore,
button#showMoreImages {
    color: white;
    min-height: 30px; 
    padding: 7px 19px 9px 19px; 
    background: black; 
    align-items: center; 
    justify-content: center; 
    font-size: 14px; 
    font-family: "NeueHaasUnica Regular"; 
    font-weight: 400; 
    line-height: 1em;
    border:1px solid black;
    width:30%;
    margin-top:40px;
}
button#showMore:hover,
button#showMoreImages:hover {
    color: black;
    background: white;
    text-decoration: none;
    transition: all 0.4s ease-out;
}
.plus-darticles {
    padding-bottom: 40px;
    text-align: center;
}
.plus-darticles .categorie-list-4-posts {
    padding-bottom: 0%;
    text-align: left;
}
.hidden {
    display:none;
}
@media (max-width:768px){
    button#showMore {
        width:80%;
    }
    .plus-darticles .categorie-list-4-posts {
        padding: 0 15px;
    }
}


/****** auteur ******/
.auteur {
    text-align: center;
}
.header-auteur {
    justify-content: center;
    padding: 2% 2% 4%;
    text-align: center;
}
.header-auteur img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 50px;
}
@media (max-width:768px){
    .header-auteur{
        padding: 20px 15px;
    }
    .header-auteur img {
        margin-bottom: 40px;
    }
}
.icones-contact .row{
    gap:10px;
    width:auto;
    flex-direction: row;
}
.icones-contact img{
    width: auto;
    height: 30px;
    margin: 0;
}
.auteur .categorie-list-4-posts {
    padding: 2% 2% 0;
    text-align: left;
}


/****** contact - à propos - classique ******/
.classique,
.liste-equipe {
    max-width: 638px;
    text-align: left;
    padding:0;
}
.liste-equipe {
    margin-bottom: 30px;
}
.header-classique {
    justify-content: flex-start;
    padding: 20px 20px 40px 20px;
    width: 100%;
}
.contenu-contact,
.contenu-classique {
    display: flex;
    padding: 0 2%;
    justify-content: center; 
    align-items: center;
    width:100%; 
}
.list-social-verticale{
    justify-content: flex-start; 
    align-items: flex-start; 
    text-align: left; 
    gap: 11px; 
    display: flex;
    flex-direction: column;
    padding: 2% 0;
}
.list-social-verticale img {
    width: 30px; 
    height: 30px; 
    margin-right:10px;
}
hr {
    padding: 0;
    margin-bottom: 30px;
    color:black;
    size:1px;
    width:100%;
    max-width: 612px;
}
.categorie-liste-equipe {
    display: flex;
    max-width: 638px;
    padding: 0 2%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.equipe-text-down {
    height:auto;
    justify-content: center; 
    align-items: flex-start; 
    display: inline-flex;
    padding: 0 1.5%;
}
.equipe-text-down img { 
    display: block;
    max-width:auto;
    max-height:480px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}
@media (max-width:1024px){
    .categorie-list-equipe {
        display: flex;
        max-width: 100%;
        padding: 3% 5%;
    } 
}
@media (max-width:768px){
    .header-classique{
        padding: 20px 15px 0px;
    }
    .categorie-liste-equipe {
        padding: 20px 15px 0px 15px;
    } 
    .contenu-contact,
    .contenu-classique {
        padding: 20px 15px;
    }       
    
}
@media (max-width:576px){
    .equipe-text-down {
        padding:0
    }
}


/****** newsletter ******/
.newsletter {
    background-image: url(assets/img/background-newsletter.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:100vh;
    max-height:800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.banniere-newsletter {
    max-width: 600px;
    height:auto;
    padding: 50px;
    background-color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
form {
    width:100%;
    max-width:350px;
}
.form-newsletter .bouton-simple {
    text-transform: uppercase;
    margin:20px 0;
}
input {
    border:1px solid black;
    border-radius: 0;
    padding:10px;
    width: 100%;
    background-color: #F5F5F5;
}
[type=button]:not(:disabled), 
[type=reset]:not(:disabled), 
[type=submit]:not(:disabled), 
button:not(:disabled){
    width:auto;
}
.form-newsletter p,
input::placeholder {
    font-family: "NeueHaasUnica Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    text-align: left;
}
.magazine {
    max-width: 1200px;
    margin-top: 90px;
    padding: 0 2% 4%; 
}
.cover {
    padding: 0 2%;
}
.cover img {
    max-width:600px;
    width:100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}
.cover-description {
    padding:7%;
}
@media (max-width:768px){
    .magazine {
        max-width: 1200px;
        margin-top: 40px;
        padding:0;
    }
    .cover {
        padding: 20px 15px;
    }
    .cover-description {
        padding:20px 15px;
    }
    .banniere-newsletter {
        padding: 50px 25px;
    }
}


/****** magazines ******/
.header-magazine{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 2%; 
    width:100%;
}
.header-magazine img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 755px;
}
.header-magazine .bloc-text {
    padding: 7%;
    justify-content: flex-start;
    align-items: center;
    min-height: 100%;
    text-align: left;
}
.liste-magazines {
    max-width: 638px;
    text-align: left;
    padding: 0 2%;
    display:flex;
    flex-direction: column;
    max-width: 1200px;
    margin-bottom: 30px;
}
.liste-magazines img{
    max-width:600px;
    width:100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}
.ligne-magazine-3col {
    display: flex;
    max-width: 1200px;
    padding: 0 2% 1%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap:2%;
}
.mag-text-down {
    height:auto;
    justify-content: center; 
    align-items: flex-start; 
    display: inline-flex;
    padding: 0;
    flex-direction: column;
}
.mag-text-down img { 
    display: block;
    max-width: 600px;
    max-height: 800px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}
@media (max-width:768px){
    .header-magazine .bloc-text {
        padding: 20px 15px;
    }
    .header-magazine {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .liste-magazines {
        padding: 20px 15px;
    }
}
@media (max-width:576px){

    .ligne-magazine-3col {
        padding:0;
        flex-wrap: wrap;
        gap:0
    }
}


/****** shopping court ******/

.shopping-court {
    display: flex;
    max-width: 657px; 
    padding: 2% 2% 4%;
    justify-content: center; 
    align-items: center; 
}
.listing-produits-shopping-court {
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    padding: 0; 
}
.produit-text-right {
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: center; 
    padding: 20px 0;
    display: inline-flex; 
    border-top: none;
    gap:20px;
    border-bottom:1px solid black;
}
.produit-text-right img {
    display: block;
    width: 19%;
    height: auto;
}
.shopping-court .description {
    width:50%;
}
.shopping-court .description p {
    margin: 0;
}
.shopping-court .bouton-simple {
    padding:7px 15px 9px 15px;
}
@media (max-width:1024px) {
    .shopping-court {
        display: flex;
        max-width: 100%;
        padding: 3% 5%;
    } 
}
@media (max-width:576px) {
    .shopping-court {
        display: flex;
        max-width: 100%;
        padding: 20px 15px 0px 15px;
        text-align: center;
    } 
    .listing-produits-shopping-court {
        padding: 1.5%;
    }
    .produit-text-right {
        flex-direction: column; 
        justify-content: center;
        border: 0;
    }
    .produit-text-right img {
        display: block;
        width: 100%;
    }
}

/****** shopping liste horizontale ******/
.shopping-liste-horizontale {
    display: flex;
    max-width: 960px; 
    padding: 2% 2% 4%;
    justify-content: center; 
    align-items: flex-end; 
    flex-direction: column;
}

.shopping-liste-horizontale .bouton-simple a{
    color: white;
    text-decoration:none;
}

.shopping-liste-horizontale .bouton-simple a:hover{
    color: black;
}

@media (min-width: 728px) {
    .shopping-liste-horizontale > .row > .col-12:first-of-type {
        padding-right: 20px;
    }
}

p.numero {
    margin-top: 10px;
}

.shopping-liste-horizontale .row {
    align-items: center;
    margin-bottom: 20px;
}
/*
p.description-produit {
    width:50%;
}
*/
.shopping-liste-horizontale img {
    max-width:480px;
    width:100%;
    height: auto;
}
@media (max-width:768px){
    .shopping-liste-horizontale {
        max-width: 480px; 
        text-align: left;
    }
    .shopping-liste-horizontale .row {
        margin-bottom: 40px;
    }
    p.description-produit {
        width:100%;
    }
}
@media (max-width:576px){
    .shopping-liste-horizontale {
        padding: 20px 15px;
        text-align: center;
    }
}

/****** shopping liste verticale ******/
.shopping-liste-verticale {
    display: flex;
    padding: 2% 2% 4%;
    justify-content: center; 
    align-items: flex-start; 
    flex-direction: row;
}
.shopping-liste-verticale .row {
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    gap:20px;
    flex-wrap: wrap;
}
.shopping-liste-verticale img {
    max-width:255px;
    max-height: 255px;;
    width:100%;
    height: auto;
    object-fit: cover;

}
.shopping-liste-verticale p.credit-photo {
    text-align: left;
}
.shopping-liste-verticale .bouton-simple {
    padding:7px;
    margin-bottom:10px;
}
p.titre-produit-vertical {
    font-family: "Saol-Text-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
}
.produit-vertical {
    max-width:255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width:1200px){
    .shopping-liste-verticale .row {
        justify-content: flex-start;
    }
}
@media (max-width:576px){
    .shopping-liste-verticale {
        padding: 20px 15px;
        text-align: center;
    }
    .shopping-liste-verticale img {
        max-width:100%;
        max-height:100%;
        width:100%;
        height: auto;
    }
    .produit-vertical {
        max-width:100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


/****** galerie mosaique ******/
.galerie-mosaique {
    display: flex;
    padding: 2% 2% 4%;
    justify-content: space-between;
    align-items: center;
}
.visuel-galerie {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    padding: 0 1.5% 1.5%;
    flex-direction: column;
}
.visuel-galerie img{
    max-width: 280px;
    width:100%;
    height: auto;
    object-fit: cover;
}
.visuel-galerie p.credit-photo {
    margin-bottom: 0;
    text-align:left;
}
@media (max-width:1024px){
    .galerie-mosaique {
        padding: 3% 5%;
        justify-content: center;
    }
}
@media (max-width:768px){
    .galerie-mosaique {
        padding: 20px 15px;
    }
    .visuel-galerie img{
        max-width: 100%;
        width:100%;
    }

}
@media (max-width:576px){
    .visuel-galerie {
        padding: 0 0 20px 0;
    }
}


/****** lightbox ******/
.galerie-lightbox {
    max-width:612px;
    width:100%;
    display: flex;
    padding: 2% 2% 4%;
    justify-content: center;
    align-items: center;
}
.galerie-lightbox .row {
    padding:0;
}
.galerie-lightbox img {
    padding:0;
    width:100%;
}
.galerie-lightbox button {
    margin-top: -15%;
    margin-bottom: 10%;
}
.galerie-lightbox .row:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width:576px){
    .galerie-lightbox {
        padding: 20px 15px;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 20000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
}
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    border: none;
    display: block;
    text-align: center;
}
.modal-content .row {
    width:100%;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.contenu-texte-modale {
    text-align: right;
    padding-right:20px;
}

.contenu-texte-modale h2{
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width:576px){
    .contenu-texte-modale h2{
        text-align: right;
    }
}

.contenu-texte-liste {
    text-align: center;
}
.contenu-texte-liste h2{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}


.modal-content h1 {
margin-bottom: 100px;
text-align: left;
}
.close {
color: black;
position: absolute;
top: 10px;
right: 10px;
font-size: 18px;
font-weight: 100;
height: 30px;
width: 30px;
border: 1px solid black;
border-radius: 100%;
text-align: center;
}
.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
@media (max-width:576px){
    .modal-content {
        padding: 20px 15px;
        margin:0;
        width:100%;
    }
    .contenu-texte-modale  {
        width:100%;
        padding: 0;
        text-align: center;
    }
    .contenu-texte-modale h2 {
        text-align: center;
    }
    .contenu-texte-modale img {
        width:100%;
    }
    .close {
        top:-50px;
    }
    .modal-content h1 {
        margin-bottom: 50px;
      }
}

/****** galerie slider horizontal ******/
.container.galerie-slider-horizontal {
    position: relative;
    width: 100%;
    max-width: 860px;
    overflow: hidden;
    margin-bottom: 20px;
}
.slider-container {
    display: flex;
    max-width: 860px;
    margin:0;
    transform: none;
}
.mySlides {
    width: 100%;
    flex-shrink: 0;
}
.mySlides img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.prev {
    left:0;
}
.next {
    right:0;
}
.arrow img {
    width:30px;
    height:30px;
}
.navigation .arrow {
    cursor: pointer;
    background-color: #F8F8F8;
    padding: 10px;
    border: none;
    width:30px;
    height:30px;
    border-radius: 100%;
    position: relative;
}

.navigation .arrow.next {
    right: 5px;
}

.navigation .arrow.prev {
    left: 5px;
}

.navigation .arrow img {
    position: relative;
    top: -7px;
}

.navigation .arrow:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */

}
@media (max-width:768px) {
    .slider-container img {
        object-fit: cover;
        height:700px;
        width: 100%;
    }
}

/* GENERAL */
section a:hover, section a:visited {text-decoration: none;}
.container {background: #FFF}
.menu {z-index: 3}
.menu-line2 {
    border-bottom: 1px solid #D4D4D4;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}
.header-1, .contenu-article, .header-2, .contenu-article {background: #FFF}
.ads-horizontal {background: #FFF; margin: 0 auto; height: auto;}

.article-text {margin-top: 20px;}
.article-text img, .wp-caption, iframe {max-width: 100%; margin: 0 auto !important;}

@media (max-width: 768px) {
    .article-text img {
        width: 100%;
        height: auto; /* Maintenir les proportions */
    }
}


.wp-caption-text {
    color: var(--Gris, #737373);
    font-family: "NeueHaasUnica Regular";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
}
.classique {max-width: 970px;}
.logo-elle-link {padding: 0 !important}
.rmgAd {padding: 0}
.custom-cta {
    color: white;
    min-height: 30px;
    padding: 7px 19px 9px 19px;
    background: black;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "NeueHaasUnica Regular";
    font-weight: 400;
    line-height: 1em;
    border: 1px solid black;
    text-align: center;
    text-transform: uppercase;
}
.custom-cta:hover {
    color: black;
    background: white;
    text-decoration: none;
    transition: all 0.4s ease-out;
}
.bouton-simple:focus {
    color: black;
    background: white;
    text-decoration: none;
    transition: all 0.4s ease-out;
}
.custom-cta:focus {
    color: black;
    background: white;
    text-decoration: none;
    transition: all 0.4s ease-out;
}
p:has(.custom-cta) {
    text-align: center;
}
.header-3 {overflow-x: visible;}
.aligncenter {margin: 0 auto;text-align: center;}

/* SINGLE */
#ez-toc-container {display: none;}
@media (max-width: 576px) {
    .article-infos p{
        width: 100%;
        line-height: 1rem;
    }
}

.credit-photo {
    color: var(--Gris, #737373);
    font-family: "NeueHaasUnica Regular";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

/* HOROSCOPE */ 
.entry-horoscope > div:nth-child(-n+4) {
    text-align: center;
}
.entry-horoscope h3 {
    text-align: center;
    font-size: 26px;
}
.entry-horoscope h4 {
    text-align: center;
    font-size: 18px;
}

/* IFRAME */ 
.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; /* Supprime les bordures */
}


/****** Galerie Styles ******/
.galerie-liste {
    text-align: center;
    margin-top: 20px;
}

.galerie-liste h3{
    margin-bottom: 0;
    padding-bottom: 0;
}

.galerie-liste p{
    margin-bottom: 20px;
}

.galerie-liste .image-galerie {
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .contenu-texte-modale {
        width: 100%;
        padding: 0;
        margin: 0 0 40px 0;
        order: 2;
        text-align: center;
    }
}

.galerie-liste img {
    max-height: 500px;
    width: auto;
}

/****** Banner Hero ******/
.banner-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    height: 436px;
}

@media (min-width: 73.75rem) {
    .banner-hero {
        height: 85vh;
    }
}
@media (min-width: 64rem) {
    .banner-hero {
        height: 76vh;
    }
}
@media (min-width: 61.25rem) {
    .banner-hero {
        height: 85vh;
    }
}
@media (min-width: 40.625rem) {
    .banner-hero {
        height: 86vh;
    }
}

/* Logo */
.banner-hero-logo {
    position: absolute;
    margin: 0;
    z-index: 1;
}

.banner-hero-logo-link {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.banner-hero-logo-img {
    height: auto;
    width: 100px;
}

@media (min-width: 728px) {
    .banner-hero-logo-img {
        height: auto;
        width: 150px;
    }
}

/* Texte de la bannière */
.banner-hero-text {
    position: relative;
    z-index: 1;
    margin: 0 0.625rem 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    align-self: flex-end;
    text-align: center;
    background: transparent;
}

@media (min-width: 48rem) {
    .banner-hero-text {
        margin: 0 0 1.25rem;
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }
}

.banner-hero-title {
    margin: 0;
    width: fit-content;
    font-family: SaolText, SaolText-fallback, SaolText-roboto, SaolText-local, Georgia, Times, serif;
    font-weight: normal;
    letter-spacing: 0.0225rem;
    background-color: #000;
    color: #fff;
    padding: 1.25rem 1.5rem 0.9375rem;
    margin: 0 auto 1.25rem;
    font-size: 1.8125rem;
    line-height: 1.1;
}

.banner-hero-title:hover {
    color: #d4d4d4;
    transition: color 0.3s ease-in-out;
}

@media (max-width: 48rem) {
    .banner-hero-title {
        padding: 0.9375rem 1.25rem 0.8125rem;
        margin: 0 auto 0.3125rem;
        font-size: 1.5rem;
    }
}

/* Image */
.banner-hero-image-link {
    height: 100%;
    width: 100%;
    position: absolute;
}

.banner-hero-image-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner-hero-picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.banner-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/****** Hero Category Styles ******/
.hero-category-single {
  padding: 1rem 0.938rem;
  margin: 0.9375rem 0;
  text-align: center;
}

.hero-category__title_single {
  font-family: 'SaolDisplay', Georgia, serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}

/* Styles spécifiques pour écrans plus larges */
@media (min-width: 40.625rem) {
  .hero-category-single {
    padding: 0 2.5rem;
  }
}

/* Bloc Hero Category */
.hero-category {
  position: relative;
  overflow: hidden;
  display: grid;
  width: 100%;
  padding-bottom: 110%;
  margin-bottom: 15px;
}

@media (min-width: 650px) {
  .hero-category {
    padding-bottom: 50%;
  }
}

@media (min-width: 1024px) {
  .hero-category {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .hero-category {
    padding-bottom: 20%;
  }
}

/* Image du Hero */
.hero-category__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.hero-category__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contenu texte du Hero */
.hero-category__content {
  position: absolute;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  height: 100%;
}

@media (min-width: 650px) {
  .hero-category__content {
    padding: 0 40px;
  }
}

/* Titre du Hero */
.hero-category__title {
  text-align: left;
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  bottom: 0;
  position: absolute;
  font-family: SaolDisplay, Georgia, Times, serif;
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 650px) {
  .hero-category__title {
    padding: 30px 30px 20px;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .hero-category__title {
    padding: 37px 30px 24px;
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 1;
  }
}


/* Pinterest */
.custom-wrapper-pint {
    text-align: center;
}
.pint-embed {
    display: table; /* Empêche le comportement flex sur cet élément */
    margin: 0 auto;
}


/* Gallery */
.galerie-slider-horizontal {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px; /* Largeur maximale du slider */
    margin: 0 auto; /* Centrer le slider */
}

/* Conteneur des slides */
.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Chaque slide */
.mySlides {
    flex: 0 0 100%; /* Chaque slide prend 100% de la largeur visible */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Centrer le contenu */
}

/* Images des slides */
.mySlides img {
    max-width: 100%; /* Ne dépasse pas la largeur du conteneur */
    max-height: 80vh; /* Ne dépasse pas 80% de la hauteur de la fenêtre */
    object-fit: contain; /* Adapte l'image sans la couper */
    margin: 0 auto; /* Centrer l'image */
}

/* Navigation */
.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.navigation button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.3s ease;
}

.navigation button img {
    width: 24px; /* Taille des flèches */
    height: 24px;
    pointer-events: none;
}

.navigation button:hover {
    transform: scale(1.1); /* Légère mise en avant au survol */
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .mySlides img {
        max-height: 60vh; /* Limiter la hauteur sur mobile */
    }

    .navigation button img {
        width: 20px;
        height: 20px;
    }
}


.image-mosaic {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.mosaic-item {
    position: relative;
    overflow: hidden;
}

.mosaic-item img {
    width: 100%;
    height: auto;
    object-fit: contain; /* Affiche l'image complète sans crop */
}

/* Classes pour les tailles de mosaïque */
.mosaic-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.mosaic-item-medium {
    grid-column: span 2;
    grid-row: span 1;
}

.mosaic-item-small {
    grid-column: span 1;
    grid-row: span 1;
}


/** Search **/
.search-page {

}

.header-search {
    padding: 20px 20px 40px 20px;
}

/* Conteneur principal */
.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px; /* Espace supérieur optionnel */
    max-width: 800px; /* Largeur maximale du formulaire */
    margin-left: auto;
    margin-right: auto;
}

.search-form .bouton-simple{
    padding: 17px;
}

/* Champ de saisie */
.search-form .form-control {
    flex: 1; /* Le champ prend tout l'espace disponible */
    height: 50px; /* Hauteur du champ */
    font-size: 16px; /* Taille du texte */
    padding: 10px 15px; /* Espacement interne */
    border: 1px solid #ccc; /* Bordure légère */
    border-right: none; /* Supprime la bordure droite */
    outline: none; /* Supprime l'effet de focus par défaut */
    border-radius: 0px;
    box-shadow: none; /* Supprime l'effet de halo */
}