.elementor-14516 .elementor-element.elementor-element-04e821e{--display:flex;}.elementor-14516 .elementor-element.elementor-element-fd9ee91 .swiper-wrapper{align-items:flex-start;}.elementor-14516 .elementor-element.elementor-element-fd9ee91 h3.title, .elementor-14516 .elementor-element.elementor-element-fd9ee91 .products-title{text-align:center;}/* Start custom CSS for html, class: .elementor-element-1360ae8 *//* Ikagoo Blog Article Styling - French Edition */
.ikagoo-article-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.7;
    color: #333;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
}

.ikagoo-article-container h2 {
    font-size: 26px;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #1a1a1a;
    border-bottom: 2px solid #007cba;
    padding-bottom: 10px;
}

.ikagoo-article-container h3 {
    font-size: 19px;
    margin-top: 30px;
    color: #c0392b; /* Technical Alert Color */
    font-weight: 700;
}

.ikagoo-article-container p {
    margin-bottom: 1.5em;
}

/* Image Styling */
.image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.ikagoo-img {
    max-width: 460px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: block;
    margin: 0 auto;
}

.img-caption {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}

/* Quality Table Styling */
.ikagoo-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ikagoo-specs-table th {
    background-color: #f8f9fa;
    color: #333;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    text-align: left;
}

.ikagoo-specs-table td {
    padding: 12px 15px;
    border: 1px solid #dee2e6;
}

.ikagoo-specs-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

/* Video Wrapper */
.video-wrapper {
    margin: 35px 0;
    text-align: center;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.ikagoo-video {
    width: 100%;
    max-width: 460px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* CTA Section */
.cta-section {
    background-color: #f0f4f8;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 50px 0;
}

.ikagoo-button {
    background-color: #007cba;
    color: #ffffff !important;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.2s;
}

.ikagoo-button:hover {
    background-color: #005a87;
}

/* Outline Button for inline use */
.ikagoo-button-outline {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #007cba;
    color: #007cba !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.2s;
}

.ikagoo-button-outline:hover {
    background-color: #007cba;
    color: #fff !important;
}

/* FAQ Styling */
dl dt {
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    color: #1a1a1a;
}

dl dd {
    margin-left: 0;
    color: #555;
    font-style: italic;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 40px 0;
}/* End custom CSS */