.elementor-25551 .elementor-element.elementor-element-287948e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-661e07dc *//* Styles généraux */
.article-pvc {
    font-family: sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 20px auto;
    max-width: 960px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.article-header {
    text-align: center;
    margin-bottom: 30px;
}

.article-header h1 {
    font-size: 2.5em;
    color: #007bff;
    margin-bottom: 10px;
}

.author {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 15px;
}

.author a {
    color: #007bff;
    text-decoration: none;
}

.author a:hover {
    text-decoration: underline;
}

.image-container {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.article-section {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.article-section h2 {
    font-size: 2em;
    color: #007bff;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.article-section h3 {
    font-size: 1.5em;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.article-section li {
    margin-bottom: 8px;
    color: #444;
}

.article-section p {
    color: #444;
    margin-bottom: 15px;
}

/* Styles FAQ */
.faq-section {
    background-color: #f0f8ff;
    border: 1px solid #add8e6;
    padding: 20px;
    border-radius: 6px;
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.faq-item h3 {
    font-size: 1.2em;
    color: #0056b3;
    margin-bottom: 5px;
    cursor: pointer;
}

.faq-item div[itemscope][itemtype="https://schema.org/Answer"] p {
    margin-top: 10px;
    color: #666;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.animated-title {
    animation: fadeIn 1s ease-out;
}

.animated-heading {
    animation: fadeIn 1.2s ease-out;
}

.animated-subheading {
    animation: fadeIn 1.4s ease-out;
}

.animated-paragraph {
    animation: fadeIn 1.6s ease-out;
}

.animated-list li {
    animation: fadeIn 1.8s ease-out;
}

.animated-image {
    animation: fadeIn 2s ease-out;
}

.faq-item h3.animated-question {
    animation: fadeIn 2.2s ease-out;
}

.faq-item div[itemscope][itemtype="https://schema.org/Answer"].animated-answer p {
    animation: fadeIn 2.4s ease-out;
}

/* Styles responsifs */
@media (max-width: 768px) {
    .article-pvc {
        padding: 15px;
        margin: 10px auto;
    }

    .article-header h1 {
        font-size: 2em;
    }

    .article-section h2 {
        font-size: 1.8em;
    }

    .article-section h3 {
        font-size: 1.3em;
    }
}/* End custom CSS */