/*
Theme Name: Salles Abidjan Theme
Template: generatepress
Version: 1.0
*/

/* Couleurs principales */
:root {
    --primary-color: #E85D04;
    --secondary-color: #1a1a2e;
    --text-color: #2d3436;
}

/* Header */
.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.main-navigation a {
    color: var(--text-color);
    font-weight: 500;
}

.main-navigation a:hover {
    color: var(--primary-color);
}

/* Boutons */
.button, .wp-block-button__link,
input[type="submit"],
button[type="submit"] {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    border: none !important;
}

.button:hover {
    background: #D04E03 !important;
}

/* Cards listings */
.atbd_listing_card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    transition: all 0.3s;
}

.atbd_listing_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-color: var(--primary-color);
}

/* Prix */
.atbd_listing_price {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.4em;
}

/* Footer */
.site-footer {
    background: var(--secondary-color);
    color: #fff;
    padding: 40px 0;
}

/* Cards salles améliorées */
.atbd_listing_card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.atbd_listing_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

/* Prix plus visible */
.atbd_listing_price {
    font-size: 1.6em !important;
    color: #E85D04 !important;
    font-weight: 800 !important;
}

/* Badge NEW */
.atbd_badge-new {
    background: #E85D04 !important;
}
