.elementor-kit-297{--e-global-color-primary:#C86A7A;--e-global-color-secondary:#B75C6B;--e-global-color-text:#4A3A39;--e-global-color-accent:#E46F83;--e-global-color-172b0d7:#BD354F;--e-global-color-4e112f7:#F3E7E3;--e-global-color-61eeb71:#FFF7F5;--e-global-color-1666fa6:#F7EFEA;--e-global-color-c0699a6:#EAD9D5;--e-global-color-d3a725a:#D95C72;--e-global-color-bf25a8a:#B75C6B;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.6em;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-font-style:italic;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-letter-spacing:2px;--e-global-typography-af2feb0-font-family:"Great Vibes";--e-global-typography-af2feb0-font-size:40px;--e-global-typography-af2feb0-font-weight:400;--e-global-typography-af2feb0-line-height:1.2em;--e-global-typography-af2feb0-word-spacing:2px;background-color:var( --e-global-color-4e112f7 );}.elementor-kit-297 e-page-transition{background-color:#FFBC7D;}.elementor-kit-297 h1{color:#BD354F;font-family:"Cinzel Decorative", Sans-serif;font-size:25px;font-weight:500;line-height:1.2em;letter-spacing:0.05em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-297{--e-global-typography-primary-font-size:17px;--e-global-typography-primary-line-height:1.5em;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-letter-spacing:1.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-297{--e-global-typography-primary-font-size:16px;--e-global-typography-primary-line-height:1.4em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:13px;--e-global-typography-accent-letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Couleur spécifique pour les textes en gras */
b, strong {
    color: #B75C6B; /* Ton "Rose Poudré Foncé / Secondaire" pour un relief authentique */
}

/* --- FOND ET TEXTURE --- */
body {
    background-color: #F3E7E3 !important; /* Ton nouveau Rose Poudré principal */
    background-image: url("https://lesecretdescigales.fr/wp-content/uploads/2026/02/fondtexture.png") !important;
    background-repeat: repeat;
    background-attachment: scroll;
    background-blend-mode: multiply; /* Mélange subtil pour garder le grain naturel */
}

/* Nettoyage : On supprime l'ancien calque body::before s'il existe encore */
body::before {
    content: none !important;
}

/* --- SUPPRESSION DES ANCIENS ÉLÉMENTS --- */
/* On désactive les cadres laiton et l'icône cigale */
.cadre-laiton::before, 
.cadre-laiton::after,
.titre-cigale .elementor-heading-title::before {
    display: none !important;
    content: none !important;
}

.cadre-laiton {
    padding: 0 !important;
    margin: 0 auto;
}
/* Appliquer cette classe à tes colonnes ou widgets dans Elementor */
.carte-canson {
    background-color: #FFF7F5 !important; /* Ta couleur fond de carte */
    background-image: url("https://lesecretdescigales.fr/wp-content/uploads/2026/02/canson.jpg") !important;
    background-repeat: repeat;
    background-size: 400px; /* Ajuste selon si tu veux un grain plus ou moins gros */
    background-blend-mode: multiply; /* Fusionne la texture avec la couleur */
    
    /* Ton ombre personnalisée pour le relief */
    box-shadow: 0 12px 30px rgba(160, 90, 100, 0.15) !important;
    border-radius: 15px;
    border: 1px solid #EAD9D5;
    padding: 30px;
    transition: all 0.3s ease;
}

/* Effet au survol pour plus d'interactivité */
.carte-canson:hover {
    box-shadow: 0 15px 35px rgba(160, 90, 100, 0.25) !important;
    transform: translateY(-5px);
}/* End custom CSS */