/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774528563
Updated: 2026-03-26 12:36:03

*/

/* -------------------- */
/* BOUTON CTA */
/* -------------------- */
.custom-btn .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.custom-btn .elementor-button-icon {
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.custom-btn .elementor-button-icon svg {
    width: 15px;
}

/* -------------------- */
/* HEADER STICKY */
/* -------------------- */
.elementor-element-922196b:not(.elementor-sticky__spacer) {
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.elementor-element-922196b:not(.elementor-sticky__spacer).elementor-sticky--effects {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* texte noir au scroll */
.elementor-element-922196b:not(.elementor-sticky__spacer).elementor-sticky--effects .elementor-nav-menu a,
.elementor-element-922196b:not(.elementor-sticky__spacer).elementor-sticky--effects .elementor-menu-toggle,
.elementor-element-922196b:not(.elementor-sticky__spacer).elementor-sticky--effects .elementor-button-text {
    color: #000 !important;
}


.elementor-element-922196b:not(.elementor-sticky__spacer).elementor-sticky--effects svg.e-font-icon-svg {
    fill: black;
}

/* icônes noires au scroll */
.elementor-element-922196b:not(.elementor-sticky__spacer).elementor-sticky--effects .elementor-button svg path {
    fill: #000 !important;
}

/* -------------------- */
/* SWITCH LOGO */
/* -------------------- */
.logo-dark {
    display: none;
}

.logo-white {
    display: block;
}

.elementor-element-922196b:not(.elementor-sticky__spacer).elementor-sticky--effects .logo-white {
    display: none;
}

.elementor-element-922196b:not(.elementor-sticky__spacer).elementor-sticky--effects .logo-dark {
    display: block;
}

/* -------------------- */
/* MENU MOBILE CUSTOM */
/* adapte ici si ton breakpoint Elementor est tablette */
/* -------------------- */
@media (max-width: 1024px) {

    .custom-mobile-menu .elementor-menu-toggle__icon--open,
    .custom-mobile-menu .elementor-menu-toggle__icon--close {
        display: none !important;
    }

    .custom-mobile-menu .elementor-menu-toggle {
        position: relative;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        color: inherit;
    }

    .custom-mobile-menu .elementor-menu-toggle::before,
    .custom-mobile-menu .elementor-menu-toggle::after,
    .custom-mobile-menu .elementor-menu-toggle .menu-line {
        content: "";
        position: absolute;
        left: 50%;
        width: 24px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transform: translateX(-50%);
        transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
    }

    .custom-mobile-menu .elementor-menu-toggle::before {
        top: 14px;
    }

    .custom-mobile-menu .elementor-menu-toggle .menu-line {
        top: 21px;
    }

    .custom-mobile-menu .elementor-menu-toggle::after {
        top: 28px;
    }

    .custom-mobile-menu .elementor-menu-toggle[aria-expanded="true"]::before {
        top: 21px;
        transform: translateX(-50%) rotate(45deg);
    }

    .custom-mobile-menu .elementor-menu-toggle[aria-expanded="true"]::after {
        top: 21px;
        transform: translateX(-50%) rotate(-45deg);
    }

    .custom-mobile-menu .elementor-menu-toggle[aria-expanded="true"] .menu-line {
        opacity: 0;
    }
}




/* -------------------- */
/* SCROLL */
/* -------------------- */

html {
  scroll-behavior: auto !important;
}

html,
body {
  height: auto;
}

body {
  overscroll-behavior: none;
}
/* -------------------- */
/* Bouton */
/* -------------------- */


/* -------------------- */
/* SIDE BAR */
/* -------------------- */
.elementor-toc__body {
    padding-top: 0px;
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(8px);
    transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
    will-change: opacity, transform, filter;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
.reveal-card {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}.elementor-editor-active .reveal,
.elementor-editor-active .reveal-card {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

.reveal-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.elementor-editor-active .reveal-card,
.elementor-editor-active .reveal-card-scale {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}
.reveal-card:nth-child(1) { transition-delay: 0.1s; }
.reveal-card:nth-child(2) { transition-delay: 0.2s; }
.reveal-card:nth-child(3) { transition-delay: 0.3s; }
.reveal-card:nth-child(4) { transition-delay: 0.4s; }
.reveal-card:nth-child(5) { transition-delay: 0.5s; }
.reveal-card:nth-child(6) { transition-delay: 0.6s; }

nav.rank-math-breadcrumb p {
    margin: 0px;
    border-radius: 17px;
    background: #D1ECF3;
    padding: 1px 10px;
    /* align-items: flex-start; */
    gap: 8px;
    color: #33798B;
}

nav.rank-math-breadcrumb p a
{
    color: #33798B;
}
.elementor-element-51e5103 .elementor-toc__toggle-button:focus,
.elementor-element-51e5103 .elementor-toc__toggle-button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


.elementor-widget-theme-post-content h2 {
    padding-top: 5%;
}
.elementor-widget-theme-post-content h3 {
    padding-top: 2%;
}
/* =========================
   BASE COMMUNE
========================= */

.wp-block-group.is-style-encard-rouge,
.wp-block-group.is-style-encard-jaune,
.wp-block-group.is-style-encard-bleu {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;


    padding: 20px 20px;
    border-radius: 25px;
}

/* Cercle + icône */
.wp-block-group.is-style-encard-rouge::before,
.wp-block-group.is-style-encard-jaune::before,
.wp-block-group.is-style-encard-bleu::before {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    width: 49px;
    height: 60px;
    border-radius: 32px;

    font-size: 34px;
    line-height: 1;
}

/* Contenu front */
.wp-block-group.is-style-encard-rouge > .wp-block-group__inner-container,
.wp-block-group.is-style-encard-jaune > .wp-block-group__inner-container,
.wp-block-group.is-style-encard-bleu > .wp-block-group__inner-container {
    width: 100%;
}

/* Contenu éditeur Gutenberg */
.wp-block-group.is-style-encard-rouge > .block-editor-block-list__layout,
.wp-block-group.is-style-encard-jaune > .block-editor-block-list__layout,
.wp-block-group.is-style-encard-bleu > .block-editor-block-list__layout {
    width: 100%;
}

/* Texte */
.wp-block-group.is-style-encard-rouge p,
.wp-block-group.is-style-encard-jaune p,
.wp-block-group.is-style-encard-bleu p {
    margin: 0;
    color: #111322;
}

.wp-block-group.is-style-encard-rouge strong,
.wp-block-group.is-style-encard-jaune strong,
.wp-block-group.is-style-encard-bleu strong {
    color: #0d1020;
    font-weight: 700;
}

/* =========================
   ROUGE
========================= */

.wp-block-group.is-style-encard-rouge {
    background: rgba(231, 166, 157, 0.40);
}

.wp-block-group.is-style-encard-rouge::before {
    content: "⚠️";
    background: #C66B5E;
}

/* =========================
   JAUNE
========================= */

.wp-block-group.is-style-encard-jaune {
    background: #FDE3BE;
}

.wp-block-group.is-style-encard-jaune::before {
    content: "💡";
    background: #ea920c;
}

/* =========================
   BLEU
========================= */

.wp-block-group.is-style-encard-bleu {
    background: #b8d3dd;
}

.wp-block-group.is-style-encard-bleu::before {
    content: "";

    width: 49px;
    height: 60px;

    background: #177792;
    border-radius: 32px;

    background-image: url("/wp-content/uploads/2026/03/anotation.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
    .wp-block-group.is-style-encard-rouge,
    .wp-block-group.is-style-encard-jaune,
    .wp-block-group.is-style-encard-bleu {
        gap: 18px;
        padding: 22px;
        border-radius: 24px;
        font-size: 27px;
    }

    .wp-block-group.is-style-encard-rouge::before,
    .wp-block-group.is-style-encard-jaune::before,
    .wp-block-group.is-style-encard-bleu::before {
        width: 49px;
        height: 60px;
        min-width: 60px;
        font-size: 27px;
    }

    .wp-block-group.is-style-encard-bleu::before {
        font-size: 34px;
    }

    .wp-block-group.is-style-encard-rouge p,
    .wp-block-group.is-style-encard-jaune p,
    .wp-block-group.is-style-encard-bleu p {
        font-size: 16px;
    }
}

.wp-block-group.is-style-encard-rouge::before, .wp-block-group.is-style-encard-jaune::before, .wp-block-group.is-style-encard-bleu::before {

    font-size: 27px;
}

@media (max-width: 520px) {
    .wp-block-group.is-style-encard-rouge,
    .wp-block-group.is-style-encard-jaune,
    .wp-block-group.is-style-encard-bleu {
        flex-direction: column;
        align-items: flex-start;
    }
}/* =========================
   TITRES DANS GUTENBERG
========================= */

.editor-styles-wrapper h2 {
    padding-top: 5%;
}

.editor-styles-wrapper h3 {
    padding-top: 2%;
}

/* =========================
   ENCARDS GUTENBERG
========================= */

.editor-styles-wrapper .wp-block-group.is-style-encard-rouge,
.editor-styles-wrapper .wp-block-group.is-style-encard-jaune,
.editor-styles-wrapper .wp-block-group.is-style-encard-bleu {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 25px;
    margin: 20px 0;
}

/* Icône */
.editor-styles-wrapper .wp-block-group.is-style-encard-rouge::before,
.editor-styles-wrapper .wp-block-group.is-style-encard-jaune::before,
.editor-styles-wrapper .wp-block-group.is-style-encard-bleu::before {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    width: 49px;
    height: 60px;
    min-width: 49px;
    border-radius: 32px;

    font-size: 27px;
    line-height: 1;
}

/* Contenu interne Gutenberg */
.editor-styles-wrapper .wp-block-group.is-style-encard-rouge > .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-group.is-style-encard-jaune > .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-group.is-style-encard-bleu > .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-group.is-style-encard-rouge > .wp-block-group__inner-container,
.editor-styles-wrapper .wp-block-group.is-style-encard-jaune > .wp-block-group__inner-container,
.editor-styles-wrapper .wp-block-group.is-style-encard-bleu > .wp-block-group__inner-container {
    width: 100%;
}

/* Texte */
.editor-styles-wrapper .wp-block-group.is-style-encard-rouge p,
.editor-styles-wrapper .wp-block-group.is-style-encard-jaune p,
.editor-styles-wrapper .wp-block-group.is-style-encard-bleu p {
    margin: 0;
    color: #111322;
    font-size: 16px;
    line-height: 1.5;
}

.editor-styles-wrapper .wp-block-group.is-style-encard-rouge strong,
.editor-styles-wrapper .wp-block-group.is-style-encard-jaune strong,
.editor-styles-wrapper .wp-block-group.is-style-encard-bleu strong {
    color: #0d1020;
    font-weight: 700;
}

/* Rouge */
.editor-styles-wrapper .wp-block-group.is-style-encard-rouge {
    background: rgba(231, 166, 157, 0.40);
}

.editor-styles-wrapper .wp-block-group.is-style-encard-rouge::before {
    content: "⚠️";
    background: #C66B5E;
}

/* Jaune */
.editor-styles-wrapper .wp-block-group.is-style-encard-jaune {
    background: #FDE3BE;
}

.editor-styles-wrapper .wp-block-group.is-style-encard-jaune::before {
    content: "💡";
    background: #E78E10;
}

/* Bleu */
.editor-styles-wrapper .wp-block-group.is-style-encard-bleu {
    background: #b8d3dd;
}

.editor-styles-wrapper .wp-block-group.is-style-encard-bleu::before {
    content: "❞";
    background: #177792;
    color: #ffffff;
    font-size: 34px;
    padding-bottom: 4px;
}

/* Responsive éditeur */
@media (max-width: 768px) {
    .editor-styles-wrapper .wp-block-group.is-style-encard-rouge,
    .editor-styles-wrapper .wp-block-group.is-style-encard-jaune,
    .editor-styles-wrapper .wp-block-group.is-style-encard-bleu {
        gap: 16px;
        padding: 18px;
        border-radius: 20px;
    }

    .editor-styles-wrapper .wp-block-group.is-style-encard-rouge::before,
    .editor-styles-wrapper .wp-block-group.is-style-encard-jaune::before,
    .editor-styles-wrapper .wp-block-group.is-style-encard-bleu::before {
        width: 44px;
        height: 54px;
        min-width: 44px;
        font-size: 24px;
    }
}
.rank-math-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top:32px;
}

.rank-math-list-item {
  border-radius: 20px;
background: #C1E8F3;
    overflow: hidden;
    transition: all 0.3s ease;
}

.rank-math-question {
    margin: 0;
    padding: 22px 70px 22px 22px;
    position: relative;
    cursor: pointer;
  color: #002935;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 125%; /* 27.5px */
}

/* Icône par défaut : plus */
.rank-math-question::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 54px;
    height: 54px;
    padding: 20px;
    border-radius: 50px;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2026/03/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
    background-color: white;
}
}

/* Icône quand ouvert : moins */
.rank-math-list-item.is-open .rank-math-question::after {
    background-image: url("/wp-content/uploads/2026/03/minus.svg");
}

.rank-math-answer {
    display: none;
    padding: 0 22px 22px 22px;
}

.rank-math-list-item.is-open .rank-math-answer {
    display: block;
}

.rank-math-answer p {
    margin: 0;
}

/* =========================
   TABLEAUX ARTICLE / GUTENBERG
========================= */

.wp-block-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    overflow: hidden;
}

/* Aucune bordure externe */
.wp-block-table table,
.wp-block-table th,
.wp-block-table td {
    border-right: none;
    border-bottom: none;
    border-left: none;
}

/* En-têtes */
.wp-block-table thead th {
    background: #FAB95D;
    color: #10131E;
    text-align: center;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 16px 18px;
    border-top: none;
}

/* Bordures intérieures verticales uniquement entre colonnes du header */
.wp-block-table thead th + th {
    border-left: 1px solid #ECEFF4;
}

/* Lignes du body */
.wp-block-table tbody td {
    background: #FEF7ED;
    color: #10131E;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 16px 18px;
    vertical-align: top;
    border-top: 1px solid #ECEFF4;
}

/* Bordures intérieures verticales uniquement entre colonnes */
.wp-block-table tbody td + td {
    border-left: 1px solid #ECEFF4;
}

/* Pas de bordure extérieure gauche/droite */
.wp-block-table thead th:first-child,
.wp-block-table tbody td:first-child {
    border-left: none;
}

/* Mise en forme des strong */
.wp-block-table strong {
    color: #10131E;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .wp-block-table table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .wp-block-table thead th,
    .wp-block-table tbody td {
        padding: 14px 14px;
        font-size: 15px;
    }
}/* Force le fond normal même au hover */
.wp-block-table tbody tr:hover td {
    background: #FEF7ED !important;
}

/* Sécurité si le hover est appliqué directement sur les cellules */
.wp-block-table tbody td:hover {
    background: #FEF7ED !important;
}

/* Empêche le header d’être impacté */
.wp-block-table thead tr:hover th {
    background: #FAB95D !important;
}

.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #15728D;
    font-family: inter;
}

.elementor-pagination .prev,
.elementor-pagination .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #15728D;
    font-size: 18px;
    cursor: pointer;
}

.elementor-pagination .prev {
    left: 0;
}

.elementor-pagination .next {
    right: 0;
}

.elementor-pagination .prev::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%231c5a7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5'/%3E%3Cpath d='M12 19l-7-7l7-7'/%3E%3C/g%3E%3C/svg%3E");
}

.elementor-pagination .next::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%231c5a7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7l-7 7'/%3E%3C/g%3E%3C/svg%3E");
}

.elementor-pagination a.page-numbers,
.elementor-pagination .page-numbers.current {
    margin: 0 10px;
    font-size: 18px;
    color: #15728D;
}

.elementor-pagination .page-numbers.current {
    font-weight: bold;
}/* =========================
   FAQ Rank Math - Mobile
========================= */
@media (max-width: 768px) {
    .rank-math-question {
        font-size: 22px !important;
    }
}/* =========================
   ENCARDS - MOBILE ICON SMALLER
========================= */
@media (max-width: 768px) {

    .wp-block-group.is-style-encard-rouge::before,
    .wp-block-group.is-style-encard-jaune::before,
    .wp-block-group.is-style-encard-bleu::before {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 50%;
        font-size: 20px;
    }

    /* Ajustement spécifique pour le bleu (image SVG) */
    .wp-block-group.is-style-encard-bleu::before {
        background-size: 20px;
    }
}

figure.wp-block-table {
    margin: 20px 0px;
}
