.esfi-packs-search-form {
    text-align: center;
    font-size: 20px;
    font-family: Raleway;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}

.esfi-packs-search-form button {
    background-color: #800000 !important;
    border-radius: 10px;
    border: 1px solid #800000 !important;
    padding: 5px 10px;
}

.esfi-packs-search-form input {
    border-color: #800000 !important;
    padding: 5px 15px;
    border-radius: 10px;
}

.esfi-packs-search-results {
    margin-bottom: 50px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #800000;
}

.esfi-packs-search-results p {
    font-size: 20px;
    text-align: center;
    font-family: Raleway;
}

.esfi-packs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.esfi-packs .pack {
    flex: 0 0 calc(33.333% - 30px);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .esfi-packs .pack {
        flex: 0 0 100%;
    }
}

.esfi-packs .pack a {

}

.esfi-packs .pack a img {
    color: #fff; /* Pour masquer alt */
    width: 100%;
    aspect-ratio: 380/220;
    border-radius: 15px;
    box-shadow: rgba(0,0,0, 0.3) 0px 0px 10px 0px;
}

.esfi-packs .pack a .titre {
    color: #000;
    font-family: Raleway;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    margin-top: 7px;
    font-size: 15px;
}

.esfi-packs .pack .buttons {
    margin-top: 10px;
}

.esfi-packs .pack .buttons .vc_btn3 {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
