.elementor-19 .elementor-element.elementor-element-774858e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0100px;--margin-bottom:0100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19 .elementor-element.elementor-element-d4850b8{text-align:center;}.elementor-19 .elementor-element.elementor-element-d4850b8 .elementor-heading-title{font-family:"Pompiere", Sans-serif;font-size:50px;font-weight:600;color:#E6398C;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-19 .elementor-element.elementor-element-0830f15{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;color:var( --e-global-color-c929618 );}.elementor-19 .elementor-element.elementor-element-0830f15 a{color:#FF7E29;}.elementor-19 .elementor-element.elementor-element-0830f15 a:hover{color:var( --e-global-color-bb42005 );}.elementor-19 .elementor-element.elementor-element-a14663f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0100px;--margin-bottom:0100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-19 .elementor-element.elementor-element-96a6bfc{font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.7em;color:var( --e-global-color-c929618 );}@media(max-width:1024px){.elementor-19 .elementor-element.elementor-element-774858e{--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-19 .elementor-element.elementor-element-a14663f{--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-19 .elementor-element.elementor-element-d4850b8 .elementor-heading-title{line-height:1.4em;}}/* Start custom CSS *//* Espacements titres */
.style-blog * + h2 {
    margin-top: 50px;
}

.style-blog * + h3 {
    margin-top: 30px;
}

/* Titres H2 */
.style-blog h2 {
    font-family: 'Pompiere', serif; /* Police personnalisée */
    color: #E6398C;
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 600;
}

/* Titres H3 */
.style-blog h3 {
    color: #FF7E29; /* Turquoise */
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

/* Titres H4 */
.style-blog h4 {
    color: #FF7E29; /* Contraste */
    font-weight: 500;
    line-height: 1.4em;
}

/* Paragraphes */
.style-blog p {
    margin: 0;
    padding: 0;
    color: #07292A; /* Texte lisible */
    line-height: 1.7em;
}

/* Liens */
.style-blog a {
    color: #FF7E29 !important;
    font-weight: 600;
    transition: all 0.2s ease;
}

.style-blog a:hover {
    color: #FF7E29 !important;
    font-weight: 600;
    text-decoration: underline 1px;
}/* End custom CSS */