/* MISE A JOUR 2023 */ /* Généralités */ h2, h4, h3, h6 { color: #222b56; } h2 { font-size: 24px; } h3 { font-size: 20px; } h4 { font-size: 18px; } a { text-decoration: underline; } /* Boutons SiteOrigin */ /* Bleu */ .bouton-so-01 div.ow-button-base.ow-button-align-center a { background: #222b56; line-height: 1.5em; border-radius: 30px; border: 0; } .bouton-so-01 div.ow-button-base.ow-button-align-center a:hover { background: #535353; } /* Orange */ .bouton-so-02 div.ow-button-base.ow-button-align-center a { background: #ea5837; line-height: 1.5em; border-radius: 30px; border: 0; } .bouton-so-02 div.ow-button-base.ow-button-align-center a:hover { background: #535353; } /* Bloc Accès rapide */ .bloc-acces-rapide { color: #ffffff; background-color: #222b56; border-radius: 5px; padding: 30px; } .bloc-acces-rapide h1 { color: #ffffff; font-size: 1.3em; font-weight: bold; } .bloc-acces-rapide h2 { font-size: 1.1em; font-weight: bold; padding: 0; } .bloc-acces-rapide a { text-decoration: underline; color: #ffffff; } .bloc-acces-rapide a:hover { text-decoration: none; color: #ffffff; } .bloc-acces-rapide hr { margin: 10px 0 10px 0; } /* Bloc Chapeau */ .bloc-chapeau-01 { color: #ffffff; background-color: #ea5837; border-radius: 5px; } .bloc-chapeau-01 p { font-size: 1.3em; line-height: 1.4em; padding: 15px; margin: 0; } /* Bloc encadré (Orange) */ .bloc-encadre-01 { color: #ffffff; background-color: #ea5837; border-radius: 20px; padding: 30px; } .bloc-encadre-01 h2 { color: #ffffff; font-size: 1.3em; /* text-align: center; */ font-weight: bold } .bloc-encadre-01 h3 { color: #ffffff; font-size: 1.3em; /* text-align: center; */ font-weight: bold } .bloc-encadre-01 a { color: #ffffff; text-decoration: underline; } .bloc-encadre-01 a:hover { color: #ffffff; text-decoration: none; } .bloc-encadre-01 ul { list-style-type: "> "; line-height: 1.5em; } /* Bloc encadré (Bleu) */ .bloc-encadre-02 { color: #ffffff; background-color: #222b56; border-radius: 20px; padding: 30px; } .bloc-encadre-02 h2 { color: #ffffff; font-size: 1.3em; /* text-align: center; */ font-weight: bold } .bloc-encadre-02 h3 { color: #ffffff; font-size: 1.3em; font-weight: bold } .bloc-encadre-02 a { color: #ffffff; text-decoration: underline; } .bloc-encadre-02 a:hover { color: #ffffff; text-decoration: none; } .bloc-encadre-02 ul { list-style-type: "> "; line-height: 1.5em; } /* Liste à puce */ /* Puce orange */ .liste-puce-01 h3::first-letter { color: #ea5837; } .liste-puce-01 h4 { font-size: 20px; } .liste-puce-01 ul { list-style: none; } .liste-puce-01 ul li::before { content: "\2022"; color: #ea5837; font-weight: bold; font-size: 20px; display: inline-block; width: 1em; margin-left: -1em; }