/* ========================================
   STYLES SPÉCIFIQUES CENTRE ÉQUESTRE - SANS ENCADRÉS
   ======================================== */

.centre-equestre-content {
    text-align: left;
}

.centre-equestre-image {
    text-align: center;
    margin: 30px 0;
}

.centre-equestre-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.centre-equestre-image img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(143, 12, 99, 0.3);
}

.citation-importante {
    background: none;
    border-left: 5px solid rgb(143, 12, 99);
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
    font-style: italic;
}

.citation-importante p {
    color: rgb(143, 12, 99);
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.conclusion-importante {
    background: none;
    border: 2px solid rgba(192, 204, 28, 0.5);
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
    text-align: center;
}

.conclusion-importante p {
    color: rgb(55, 5, 26);
    font-size: 1.3rem;
    margin: 0;
}