.elementor-171572 .elementor-element.elementor-element-94f9948{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-171572 .elementor-element.elementor-element-94f9948{--content-width:960px;}}/* Start custom CSS for text-editor, class: .elementor-element-6ca62b0 */.elementor-171572 .elementor-element.elementor-element-6ca62b0 a {
    text-decoration: underline;
    text-decoration-color: rgba(0,0,0,0.35);
    text-underline-offset: 3px;

    color: inherit;
    background-image: linear-gradient(
        to right,
        rgba(0, 102, 204, 0.12) 0%,
        rgba(0, 102, 204, 0.12) 100%
    );
    background-repeat: no-repeat;
    background-size: 0% 100%;   /* start hidden */
    background-position: 0 0;   /* covers full text height */
    transition: background-size 0.55s ease, color 0.55s ease;
}

.elementor-171572 .elementor-element.elementor-element-6ca62b0 a:hover {
    background-size: 100% 100%; /* slides left → right */
    color: #000000;             /* text black on hover */
}





/* ========================================
   STYLE COMPLET ARTICLES - POUR TOUJOURS
   ======================================== */

/* === BULLETS === */
.elementor-widget-theme-post-content ul:not(ol ul),
.entry-content ul:not(ol ul),
article .entry-content ul:not(ol ul) {
    padding-left: 0 !important;
    margin-left: 10px !important;
    list-style: none !important;
}

.elementor-widget-theme-post-content ul:not(ol ul) li,
.entry-content ul:not(ol ul) li,
article .entry-content ul:not(ol ul) li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 12px !important;
    list-style: none !important;
    line-height: 1.7 !important;
}

.elementor-widget-theme-post-content ul:not(ol ul) li::before,
.entry-content ul:not(ol ul) li::before,
article .entry-content ul:not(ol ul) li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #0066cc !important;
    font-size: 1.5em !important;
    line-height: 1 !important;
    font-weight: bold !important;
}

/* === NUMÉROS === */
.elementor-widget-theme-post-content ol,
.entry-content ol,
article .entry-content ol {
    padding-left: 0 !important;
    margin-left: 10px !important;
    padding-inline-start: 25px !important;
}

.elementor-widget-theme-post-content ol li,
.entry-content ol li,
article .entry-content ol li {
    padding-left: 5px !important;
    margin-bottom: 12px !important;
    line-height: 1.7 !important;
}

.elementor-widget-theme-post-content ol li::marker,
.entry-content ol li::marker,
article .entry-content ol li::marker {
    color: #0066cc !important;
    font-weight: 700 !important;
    font-size: 1em !important;
}

/* === SOUS-LISTES === */
.elementor-widget-theme-post-content ol ul,
.entry-content ol ul,
article .entry-content ol ul {
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
    list-style-type: disc !important;
}

.elementor-widget-theme-post-content ol ul li,
.entry-content ol ul li,
article .entry-content ol ul li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
    list-style-type: disc !important;
}

.elementor-widget-theme-post-content ol ul li::before,
.entry-content ol ul li::before,
article .entry-content ol ul li::before {
    content: none !important;
    display: none !important;
}

.elementor-widget-theme-post-content ol ul li::marker,
.entry-content ol ul li::marker,
article .entry-content ol ul li::marker {
    color: #0066cc !important;
}

/* === BLOCKQUOTES === */
.elementor-widget-theme-post-content blockquote,
.entry-content blockquote,
article .entry-content blockquote {
    background: #E6F2FF !important;
    border-left: 0px solid #0066cc !important;
    padding: 30px 25px !important;
    margin: 30px 0 !important;
    border-radius: 8px 8px 8px 8px !important;
    font-style: italic !important;
    color: #000000 !important;
    position: relative !important;
}

.elementor-widget-theme-post-content blockquote::before,
.entry-content blockquote::before,
article .entry-content blockquote::before {
    content: """ !important;
    font-size: 3em !important;
    color: #000000 !important;
    opacity: 0.2 !important;
    position: absolute !important;
    top: 10px !important;
    left: 15px !important;
    line-height: 1 !important;
}

.elementor-widget-theme-post-content blockquote p,
.entry-content blockquote p,
article .entry-content blockquote p {
    margin: 0 !important;
    padding-left: 0 !important;
    color: #000000 !important;
    font-size: 1.05em !important;
    line-height: 1.4 !important;
}

.elementor-widget-theme-post-content blockquote p + p,
.entry-content blockquote p + p,
article .entry-content blockquote p + p {
    margin-top: 15px !important;
}

/* === IMAGES === */
.elementor-widget-theme-post-content img,
.entry-content img,
article .entry-content img {
    border-radius: 5px !important;
}

/* === TABLES === */
.elementor-widget-theme-post-content table,
.entry-content table,
article .entry-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 30px 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.08) !important;
}

.elementor-widget-theme-post-content thead,
.entry-content thead,
article .entry-content thead {
    background: linear-gradient(135deg, #0066cc 0%, #0066cc 100%) !important;
}

.elementor-widget-theme-post-content thead th,
.entry-content thead th,
article .entry-content thead th {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: left !important;
    padding: 16px 20px !important;
    font-size: 0.95em !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
}

.elementor-widget-theme-post-content tbody tr,
.entry-content tbody tr,
article .entry-content tbody tr {
    border-bottom: 1px solid rgba(0, 102, 204, 0.08) !important;
    transition: background-color 0.3s ease !important;
}

.elementor-widget-theme-post-content tbody tr:nth-child(even),
.entry-content tbody tr:nth-child(even),
article .entry-content tbody tr:nth-child(even) {
    background-color: rgba(0, 102, 204, 0.02) !important;
}

.elementor-widget-theme-post-content tbody tr:hover,
.entry-content tbody tr:hover,
article .entry-content tbody tr:hover {
    background-color: rgba(0, 102, 204, 0.06) !important;
}

.elementor-widget-theme-post-content tbody td,
.entry-content tbody td,
article .entry-content tbody td {
    padding: 14px 20px !important;
    color: #333333 !important;
    font-size: 0.95em !important;
    line-height: 1.6 !important;
    border: none !important;
}

.elementor-widget-theme-post-content tbody tr:last-child,
.entry-content tbody tr:last-child,
article .entry-content tbody tr:last-child {
    border-bottom: none !important;
}

/* Table with first column as header style */
.elementor-widget-theme-post-content tbody td:first-child,
.entry-content tbody td:first-child,
article .entry-content tbody td:first-child {
    font-weight: 600 !important;
    color: #0066cc !important;
}

/* Responsive tables */
@media screen and (max-width: 768px) {
    .elementor-widget-theme-post-content table,
    .entry-content table,
    article .entry-content table {
        font-size: 0.9em !important;
    }
    
    .elementor-widget-theme-post-content thead th,
    .entry-content thead th,
    article .entry-content thead th,
    .elementor-widget-theme-post-content tbody td,
    .entry-content tbody td,
    article .entry-content tbody td {
        padding: 12px 15px !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-46b35cb */.elementor-171572 .elementor-element.elementor-element-46b35cb a {
    text-decoration: underline;
    text-decoration-color: rgba(0,0,0,0.35);
    text-underline-offset: 3px;

    color: inherit;
    background-image: linear-gradient(
        to right,
        rgba(0, 102, 204, 0.12) 0%,
        rgba(0, 102, 204, 0.12) 100%
    );
    background-repeat: no-repeat;
    background-size: 0% 100%;   /* start hidden */
    background-position: 0 0;   /* covers full text height */
    transition: background-size 0.55s ease, color 0.55s ease;
}

.elementor-171572 .elementor-element.elementor-element-46b35cb a:hover {
    background-size: 100% 100%; /* slides left → right */
    color: #000000;             /* text black on hover */
}





/* ========================================
   STYLE COMPLET ARTICLES - POUR TOUJOURS
   ======================================== */

/* === BULLETS === */
.elementor-widget-theme-post-content ul:not(ol ul),
.entry-content ul:not(ol ul),
article .entry-content ul:not(ol ul) {
    padding-left: 0 !important;
    margin-left: 10px !important;
    list-style: none !important;
}

.elementor-widget-theme-post-content ul:not(ol ul) li,
.entry-content ul:not(ol ul) li,
article .entry-content ul:not(ol ul) li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 12px !important;
    list-style: none !important;
    line-height: 1.7 !important;
}

.elementor-widget-theme-post-content ul:not(ol ul) li::before,
.entry-content ul:not(ol ul) li::before,
article .entry-content ul:not(ol ul) li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #0066cc !important;
    font-size: 1.5em !important;
    line-height: 1 !important;
    font-weight: bold !important;
}

/* === NUMÉROS === */
.elementor-widget-theme-post-content ol,
.entry-content ol,
article .entry-content ol {
    padding-left: 0 !important;
    margin-left: 10px !important;
    padding-inline-start: 25px !important;
}

.elementor-widget-theme-post-content ol li,
.entry-content ol li,
article .entry-content ol li {
    padding-left: 5px !important;
    margin-bottom: 12px !important;
    line-height: 1.7 !important;
}

.elementor-widget-theme-post-content ol li::marker,
.entry-content ol li::marker,
article .entry-content ol li::marker {
    color: #0066cc !important;
    font-weight: 700 !important;
    font-size: 1em !important;
}

/* === SOUS-LISTES === */
.elementor-widget-theme-post-content ol ul,
.entry-content ol ul,
article .entry-content ol ul {
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
    list-style-type: disc !important;
}

.elementor-widget-theme-post-content ol ul li,
.entry-content ol ul li,
article .entry-content ol ul li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
    list-style-type: disc !important;
}

.elementor-widget-theme-post-content ol ul li::before,
.entry-content ol ul li::before,
article .entry-content ol ul li::before {
    content: none !important;
    display: none !important;
}

.elementor-widget-theme-post-content ol ul li::marker,
.entry-content ol ul li::marker,
article .entry-content ol ul li::marker {
    color: #0066cc !important;
}

/* === BLOCKQUOTES === */
.elementor-widget-theme-post-content blockquote,
.entry-content blockquote,
article .entry-content blockquote {
    background: #E6F2FF !important;
    border-left: 0px solid #0066cc !important;
    padding: 30px 25px !important;
    margin: 30px 0 !important;
    border-radius: 8px 8px 8px 8px !important;
    font-style: italic !important;
    color: #000000 !important;
    position: relative !important;
}

.elementor-widget-theme-post-content blockquote::before,
.entry-content blockquote::before,
article .entry-content blockquote::before {
    content: """ !important;
    font-size: 3em !important;
    color: #000000 !important;
    opacity: 0.2 !important;
    position: absolute !important;
    top: 10px !important;
    left: 15px !important;
    line-height: 1 !important;
}

.elementor-widget-theme-post-content blockquote p,
.entry-content blockquote p,
article .entry-content blockquote p {
    margin: 0 !important;
    padding-left: 0 !important;
    color: #000000 !important;
    font-size: 1.05em !important;
    line-height: 1.4 !important;
}

.elementor-widget-theme-post-content blockquote p + p,
.entry-content blockquote p + p,
article .entry-content blockquote p + p {
    margin-top: 15px !important;
}

/* === IMAGES === */
.elementor-widget-theme-post-content img,
.entry-content img,
article .entry-content img {
    border-radius: 5px !important;
}

/* === TABLES === */
.elementor-widget-theme-post-content table,
.entry-content table,
article .entry-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 30px 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.08) !important;
}

.elementor-widget-theme-post-content thead,
.entry-content thead,
article .entry-content thead {
    background: linear-gradient(135deg, #0066cc 0%, #0066cc 100%) !important;
}

.elementor-widget-theme-post-content thead th,
.entry-content thead th,
article .entry-content thead th {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: left !important;
    padding: 16px 20px !important;
    font-size: 0.95em !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
}

.elementor-widget-theme-post-content tbody tr,
.entry-content tbody tr,
article .entry-content tbody tr {
    border-bottom: 1px solid rgba(0, 102, 204, 0.08) !important;
    transition: background-color 0.3s ease !important;
}

.elementor-widget-theme-post-content tbody tr:nth-child(even),
.entry-content tbody tr:nth-child(even),
article .entry-content tbody tr:nth-child(even) {
    background-color: rgba(0, 102, 204, 0.02) !important;
}

.elementor-widget-theme-post-content tbody tr:hover,
.entry-content tbody tr:hover,
article .entry-content tbody tr:hover {
    background-color: rgba(0, 102, 204, 0.06) !important;
}

.elementor-widget-theme-post-content tbody td,
.entry-content tbody td,
article .entry-content tbody td {
    padding: 14px 20px !important;
    color: #333333 !important;
    font-size: 0.95em !important;
    line-height: 1.6 !important;
    border: none !important;
}

.elementor-widget-theme-post-content tbody tr:last-child,
.entry-content tbody tr:last-child,
article .entry-content tbody tr:last-child {
    border-bottom: none !important;
}

/* Table with first column as header style */
.elementor-widget-theme-post-content tbody td:first-child,
.entry-content tbody td:first-child,
article .entry-content tbody td:first-child {
    font-weight: 600 !important;
    color: #0066cc !important;
}

/* Responsive tables */
@media screen and (max-width: 768px) {
    .elementor-widget-theme-post-content table,
    .entry-content table,
    article .entry-content table {
        font-size: 0.9em !important;
    }
    
    .elementor-widget-theme-post-content thead th,
    .entry-content thead th,
    article .entry-content thead th,
    .elementor-widget-theme-post-content tbody td,
    .entry-content tbody td,
    article .entry-content tbody td {
        padding: 12px 15px !important;
    }
}/* End custom CSS */