/* UNIQUEMENT sur ordinateur (largeur > 1024px) */
@media (min-width: 1025px) {
    .eap-project-viewer-component img {
        max-width: 600px !important;
        height: auto !important;
    }
}
@media (max-width: 768px) {
    .eap-project-list-categories-component {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    .eap-project-list-categories-component > * {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}
@media (max-width: 768px) {

    /* PRIX */
    .eap-project-viewer-component .eap-project-detailed-price {
        font-size: 1.6em !important;
        font-weight: 700 !important;
    }

    /* TITRE */
    .eap-project-viewer-component .eap-project-detailed-name {
        font-size: 1.5em !important;
        font-weight: 600 !important;
    }

    /* DESCRIPTION COURTE */
    .eap-project-viewer-component .eap-project-detailed-description {
        font-size: 1.3em !important;
        line-height: 1.4 !important;
    }
}