.elementor-371 .elementor-element.elementor-element-03c68f4{--spacer-size:130px;}.elementor-371 .elementor-element.elementor-element-0e27b75{text-align:center;}.elementor-371 .elementor-element.elementor-element-0e27b75 .elementor-heading-title{color:#E95160;font-family:"DIN-2014", Sans-serif;font-size:60px;font-weight:400;}.elementor-371 .elementor-element.elementor-element-39daaa4{--spacer-size:10px;}.elementor-371 .elementor-element.elementor-element-7071dcf{--spacer-size:130px;}/* Start custom CSS for shortcode, class: .elementor-element-6a3592d9 *//* Mettre les titres H1 en couleur #155729 */
#cmplz-document h1,
.editor-styles-wrapper .cmplz-unlinked-mode h1 {
    color: #E95160 !important; /* Couleur #155729 */
    font-weight: bold; /* Style en gras */
}

/* Styles spécifiques pour les titres H2 */
#cmplz-document h2,
.editor-styles-wrapper .cmplz-unlinked-mode h2 {
    color: #E95160 !important; /* Couleur #155729 */
    font-weight: normal; /* Style normal (non gras) */
    font-size: 30px; /* Ajustez la taille de police selon vos préférences */
}

/* Styles pour les écrans larges (par exemple, desktop) */
@media only screen and (min-width: 1153px) {
    #cmplz-document p,
    .editor-styles-wrapper .cmplz-unlinked-mode p {
        text-align: justify !important;
        width: 140% !important;
    }
}

/* Styles pour tous les paragraphes (indépendamment de l'écran) */
#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p {
    text-align: justify !important;
    font-size: 16px !important; /* Ajustez la taille de police selon vos préférences */
    color: black !important; /* Définir la couleur du texte en noir */
    width: 140% !important;
}/* Styles pour les écrans larges (par exemple, desktop) */
@media only screen and (min-width: 1153px) {
    #cmplz-document p,
    .editor-styles-wrapper .cmplz-unlinked-mode p {
        text-align: justify !important;
        width: 140% !important;
    }
}

/* Styles pour les écrans de petite taille (par exemple, mobile) */
@media only screen and (max-width: 768px) {
    #cmplz-document p,
    .editor-styles-wrapper .cmplz-unlinked-mode p {
        text-align: justify !important;
        width: 100% !important; /* Modifier la largeur pour s'adapter à l'écran mobile */
        font-size: 14px !important; /* Ajuster la taille de police pour une meilleure lisibilité sur mobile */
    }
}/* End custom CSS */