.elementor-5580 .elementor-element.elementor-element-a83ef49{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5580 .elementor-element.elementor-element-2b96a8b{--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;}.elementor-5580 .elementor-element.elementor-element-554fed0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-af6f714 *//* Isoler le CSS pour la section céramique */
.custom-ceramic {
    font-family: 'Poppins', sans-serif;
    max-width: 900px;
    margin: auto;
    padding: 30px;
    background: #111; /* Fond noir */
    color: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.custom-ceramic h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #facc15; /* Jaune doré */
}

.custom-ceramic .intro-text {
    font-size: 16px;
    margin-bottom: 25px;
    color: #ddd;
}

.custom-ceramic .ceramic-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.custom-ceramic .ceramic-item {
    flex: 1;
    min-width: 280px;
    background: #222;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-ceramic .ceramic-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.2);
}

.custom-ceramic .ceramic-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-ceramic .price {
    font-size: 22px;
    font-weight: bold;
    background: #facc15;
    color: #111;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}

.custom-ceramic .ceramic-item p {
    font-size: 14px;
    margin: 15px 0;
    color: #bbb;
}

.custom-ceramic .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #F0000;
    background: #facc15;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.custom-ceramic .btn:hover {
    background: #facc15;
    color: #111;
}

.custom-ceramic .supplements {
    margin-top: 30px;
    padding: 20px;
    background: #222;
    border-radius: 12px;
}

.custom-ceramic .supplements h3 {
    font-size: 20px;
    color: #facc15;
    margin-bottom: 15px;
}

.custom-ceramic .supplement-item {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #444;
    color: #ccc;
}

.custom-ceramic .supplement-item:last-child {
    border-bottom: none;
}

.custom-ceramic .supp-price {
    font-weight: bold;
    color: #facc15;
}

.custom-ceramic .note {
    font-size: 14px;
    color: #bbb;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .custom-ceramic .ceramic-grid {
        flex-direction: column;
        align-items: center;
    }

    .custom-ceramic .ceramic-item {
        width: 100/* End custom CSS */