:root {
    --base-color: #51c5d7;
}

.header-top-bar h1 {
    line-height: 45px;
    margin: 0;
    padding: 0;
}

.navbar .navbar-nav .submenu-content,
.navbar .navbar-nav .submenu-content .mega-menu {
    width: 600px;
}

.navbar .navbar-nav .submenu-content {
    left: auto;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    padding: 30px 30px 35px;
}

.navbar .navbar-nav .dropdown .dropdown-menu:not(.submenu-content) {
    width: 485px;
}

.navbar .navbar-nav .submenu-content,
.navbar .navbar-nav .submenu-content .mega-menu {
    width: 750px;
}

.top-minus-70px {
    top: -69px;
}

header .navbar-brand {
    padding: 0;
}

header .navbar-brand img {
    max-height: 100px;
}

h2,
.h2 {
    font-size: 2rem;
    line-height: 2rem;
}

h3,
.h3 {
    font-size: 1.7rem;
    line-height: 1.7rem;
}

.as-h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.as-description h2,
.as-description h3,
.as-description h4 {
    font-family: var(--alt-font);
    font-weight: 700;
    margin-bottom: 10px;
}

.as-description h3 {
    font-size: 1.60rem;
}

.as-description h4 {
    font-size: 1.40rem;
}

.as-description a {
    color: #3A55BD
}

.as-description a:hover {
    color: #0d142f
}

.as-description p,
.as-description2 p {
    line-height: 1.5rem;
}

.as-description2 * {
    color: #fff;
}

.as-description2 h2,
.as-description2 h3,
.as-description2 h4 {
    font-family: var(--alt-font);
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.as-description2 h3 {
    font-size: 1.60rem;
}

.as-description2 h4 {
    font-size: 1.40rem;
}

.as-description2 a {
    color: #3A55BD
}

.as-description2 a:hover {
    color: #0d142f
}

.as-btn {
    background-color: var(--base-color) !important;
}

.as-btn:active,
.as-btn:hover {
    border-color: var(--base-color) !important;
}

.as-gradient {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 40%);
}

@media (max-width: 1260px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 7px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu {
        left: 21%;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown .dropdown-menu {
        padding: 0 30px 35px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu .mega-menu {
        margin-left: 0 !important;
    }
    header .header-top-bar+.navbar {
        background-color: var( --base-color) !important;
    }
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 25px 0 0;
    float: left;
}

.check:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.sticky-programme {
    cursor: pointer;
    position: fixed;
    top: 26.5%;
    right: 0;
    transform: translateY(-26.5%);
    font-size: 15px;
    border: 1px solid var(--base-color);
    border-right: 0;
    padding: 5px;
    width: 105px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.sticky-programme .sticky-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-top-left-radius: 5px;
    background-color: var(--base-color);
    transition: all 0.5s ease-in-out;
}

.sticky-programme .sticky-icon i {
    color: var(--ge-yellow);
    font-size: 25px;
}

.sticky-programme:hover {
    width: 100px;
    /* border-top-left-radius: 0;
  border-bottom-left-radius: 0; */
}

.sticky-programme p {
    text-align: center;
    background-color: var(--base-color);
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    margin: 0;
    transform: translateY(-1px);
}

/* ============================================================================
   ARTICLES DE BLOG - mise en page Anonyme Studio
   Ajoute le 22/09/2026. Classes posees dans le texte des articles :
   art-lede (chapo), art-summary (sommaire), art-callout (encadre).
   L'accent reprend --base-color, donc la couleur du site, sans la figer ici.
   Remarque : page.frame.php injecte class="about-list" sur tous les <ul>,
   d'ou les regles explicites sur .art-summary ul.
   ============================================================================ */

.as-description .art-lede,
.art-lede {
    font-size: 1.15rem;
    line-height: 1.8rem;
    color: #2d3a3d;
    font-weight: 500;
    margin-bottom: 1.8rem;
    padding-left: 18px;
    border-left: 3px solid var(--base-color);
}

.as-description .art-summary,
.art-summary {
    background: #f6fbfc;
    border: 1px solid #dceef2;
    border-left: 3px solid var(--base-color);
    border-radius: 4px;
    padding: 20px 24px 14px;
    margin: 0 0 2.2rem;
}

.as-description .art-summary-title,
.art-summary-title {
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 1.05rem;
    color: #1d2b2e;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.as-description .art-summary ul,
.art-summary ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.as-description .art-summary ul li,
.art-summary ul li {
    margin-bottom: 6px;
    line-height: 1.45rem;
    padding: 0;
    background: none;
}

.as-description .art-summary a,
.art-summary a {
    color: #1d2b2e;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.as-description .art-summary a:hover,
.art-summary a:hover {
    color: var(--base-color);
    border-bottom-color: var(--base-color);
}

.as-description .art-callout,
.art-callout {
    background: #f6fbfc;
    border-left: 4px solid var(--base-color);
    border-radius: 0 4px 4px 0;
    padding: 18px 24px;
    margin: 2rem 0;
}

.as-description .art-callout-title,
.art-callout-title {
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--base-color);
    margin: 0 0 8px;
}

.as-description .art-callout p:last-child,
.art-callout p:last-child {
    margin-bottom: 0;
}

/* respiration des articles : le theme du site n'en prevoit pas pour un texte long */
.as-description h2 {
    margin-top: 2.6rem;
    margin-bottom: 1rem;
    scroll-margin-top: 110px;
}

.as-description h3 {
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

.as-description p {
    margin-bottom: 1.1rem;
}

@media (max-width: 767px) {
    .as-description .art-lede,
    .art-lede { font-size: 1.05rem; line-height: 1.7rem; }
    .as-description .art-summary,
    .art-summary { padding: 16px 18px 10px; }
    .as-description .art-callout,
    .art-callout { padding: 14px 18px; }
}

/* bloc "A lire aussi" de fin d'article : meme boite que le sommaire, mais
   detachee du texte et sans fond, pour ne pas concurrencer l'appel a l'action */
.as-description .art-lire-aussi,
.art-lire-aussi {
    background: none;
    border: 0;
    border-top: 2px solid #dceef2;
    border-radius: 0;
    padding: 18px 0 0;
    margin: 2.8rem 0 0;
}

.as-description .art-lire-aussi .art-summary-title,
.art-lire-aussi .art-summary-title {
    color: var(--base-color);
}

/* sommaire et "A lire aussi" : le gabarit injecte une coche dans chaque <li>,
   qui n'a pas de sens pour une liste de liens. On la retire et on remet une
   puce simple. Le reste des listes de l'article garde la coche du theme. */
.as-description .art-summary ul,
.as-description .art-summary ul.about-list,
.art-summary ul {
    list-style: disc outside !important;
    padding-left: 22px;
    margin-left: 0;
}

.as-description .art-summary ul li,
.art-summary ul li {
    list-style: disc outside !important;
    display: list-item;
    padding-left: 0;
    text-indent: 0;
}

.as-description .art-summary ul li i,
.art-summary ul li i {
    display: none !important;
}

/* ============================================================================
   BLOCS EDITORIAUX DES ARTICLES - Anonyme Studio, 22/09/2026
   Meme grammaire que le blog anonyme-studio.com, transposee aux couleurs
   d'Essaimance : turquoise de la charte, fond clair, bord discret.
   Classes : art-callout (encadres a puces), art-mid-cta (relance au milieu de
   l'article), art-faq (questions frequentes), art-retenir (ce qu'il faut
   retenir), art-services (sorties associees), art-cta (relance de fin).
   ============================================================================ */

/* ---- encadres a puces : "Pourquoi cet article", "Pour qui c'est utile" ---- */
.as-description .art-callout,
.art-callout {
    background: #f6fbfc;
    border: 1px solid #dceef2;
    border-left: 4px solid var(--base-color);
    border-radius: 0 8px 8px 0;
    padding: 22px 26px;
    margin: 2rem 0;
}

.as-description .art-callout-title,
.art-callout-title {
    font-family: var(--alt-font);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1d2b2e;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.as-description .art-callout-title:before,
.art-callout-title:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 3px;
    background: var(--base-color);
    flex: 0 0 auto;
}

.as-description .art-callout ul,
.art-callout ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.as-description .art-callout li,
.art-callout li {
    position: relative;
    padding: 0 0 0 22px !important;
    margin: 0 0 10px;
    line-height: 1.55rem;
    background: none;
    list-style: none !important;
    text-indent: 0;
}

.as-description .art-callout li:last-child,
.art-callout li:last-child { margin-bottom: 0; }

.as-description .art-callout li:before,
.art-callout li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--base-color);
}

.as-description .art-callout li i,
.art-callout li i { display: none !important; }

.as-description .art-callout p:last-child,
.art-callout p:last-child { margin-bottom: 0; }

/* ---- relance au milieu de l'article ---- */
.as-description .art-mid-cta,
.art-mid-cta {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    background: #1d2b2e;
    border-left: 4px solid var(--base-color);
    border-radius: 0 8px 8px 0;
    padding: 26px 30px;
    margin: 2.8rem 0;
}

.as-description .art-mid-cta-body,
.art-mid-cta-body { flex: 1 1 320px; min-width: 0; }

.as-description .art-mid-cta-title,
.art-mid-cta-title {
    font-family: var(--alt-font);
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.3;
}

.as-description .art-mid-cta-text,
.art-mid-cta-text {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55rem;
    margin: 0 !important;
}

.as-description .art-mid-cta-btn,
.art-mid-cta-btn {
    flex: 0 0 auto;
    display: inline-block;
    background: var(--base-color);
    color: #10232a !important;
    font-family: var(--alt-font);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 26px;
    border-radius: 40px;
    text-decoration: none !important;
    border: 2px solid var(--base-color);
    white-space: nowrap;
    transition: all 0.2s;
}

.as-description .art-mid-cta-btn:hover,
.art-mid-cta-btn:hover {
    background: transparent;
    color: var(--base-color) !important;
}

/* ---- questions frequentes ---- */
.as-description .art-faq,
.art-faq {
    margin: 2.8rem 0 0;
    padding: 2rem 0 0;
    border-top: 2px solid #dceef2;
}

.as-description .art-faq-item,
.art-faq-item {
    margin: 0 0 22px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eaf4f6;
}

.as-description .art-faq-item:last-child,
.art-faq-item:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }

.as-description .art-faq-q,
.art-faq-q {
    font-family: var(--alt-font);
    font-size: 1.15rem;
    font-weight: 700;
    color: #1d2b2e;
    margin: 0 0 8px !important;
    line-height: 1.35;
}

.as-description .art-faq-a,
.art-faq-a { margin: 0 !important; line-height: 1.6rem; }

/* ---- ce qu'il faut retenir ---- */
.as-description .art-retenir,
.art-retenir {
    background: var(--base-color);
    border-radius: 8px;
    padding: 26px 30px;
    margin: 2.8rem 0 0;
    color: #10232a;
}

.as-description .art-retenir .art-callout-title,
.art-retenir .art-callout-title { color: #10232a; }

.as-description .art-retenir .art-callout-title:before,
.art-retenir .art-callout-title:before { background: #10232a; }

.as-description .art-retenir ul,
.art-retenir ul { margin: 0 !important; padding: 0 !important; list-style: none !important; }

.as-description .art-retenir li,
.art-retenir li {
    position: relative;
    padding: 0 0 0 22px !important;
    margin: 0 0 10px;
    line-height: 1.55rem;
    background: none;
    list-style: none !important;
    color: #10232a;
}

.as-description .art-retenir li:last-child,
.art-retenir li:last-child { margin-bottom: 0; }

.as-description .art-retenir li:before,
.art-retenir li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10232a;
}

.as-description .art-retenir li i,
.art-retenir li i { display: none !important; }

/* ---- sorties associees ---- */
.as-description .art-services,
.art-services {
    margin: 2.8rem 0 0;
    padding: 2rem 0 0;
    border-top: 2px solid #dceef2;
}

.as-description .art-services-kicker,
.art-services-kicker {
    font-family: var(--alt-font);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--base-color);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.as-description .art-services-kicker:before,
.art-services-kicker:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 3px;
    background: var(--base-color);
    flex: 0 0 auto;
}

.as-description .art-services-list,
.art-services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.as-description .art-services-link,
.art-services-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #f6fbfc;
    border: 1px solid #dceef2;
    border-radius: 8px;
    padding: 18px 22px;
    text-decoration: none !important;
    color: #1d2b2e !important;
    font-family: var(--alt-font);
    font-weight: 700;
    line-height: 1.35;
    transition: all 0.2s;
}

.as-description .art-services-link:after,
.art-services-link:after {
    content: "\2192";
    color: var(--base-color);
    font-size: 1.2rem;
    flex: 0 0 auto;
    transition: transform 0.2s;
}

.as-description .art-services-link:hover,
.art-services-link:hover {
    background: var(--base-color);
    border-color: var(--base-color);
    color: #10232a !important;
}

.as-description .art-services-link:hover:after,
.art-services-link:hover:after { color: #10232a; transform: translateX(4px); }

@media (max-width: 767px) {
    .as-description .art-mid-cta,
    .art-mid-cta { padding: 22px 24px; gap: 16px; }
    .as-description .art-mid-cta-btn,
    .art-mid-cta-btn { width: 100%; text-align: center; }
    .as-description .art-services-list,
    .art-services-list { grid-template-columns: 1fr; }
}
