
body {
    background-color: #ece5cc;
    font-family: 'Inria Serif', serif;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.titre-page {
    text-align: center;
    color: #6b4f3b;
    margin-bottom: 40px;
    font-size: 32px;
}

.liste-encheres {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.carte-enchere {
    background-color: #fffaf3;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 240px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s;
}

.carte-enchere:hover {
    transform: translateY(-5px);
}

.image-enchere img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.infos-enchere h2 {
    font-size: 18px;
    margin: 5px 0;
    color: #3b2a1a;
}

.infos-enchere p {
    font-size: 14px;
    margin: 4px 0;
    color: #5c4837;
}

.btn-detail {
    margin-top: 12px;
    padding: 8px 16px;
    background-color: #b48a78;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-detail:hover {
    background-color: #a3715e;
}

.info {
    text-align: center;
    font-size: 18px;
    color: #7a6250;
    margin-top: 50px;
}
body {
    background-color: #f0eade;
    font-family: 'Inria Serif', serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.titre-page {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
    color: #4d3a2f;
}

.liste-encheres {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.carte-enchere {
    background-color: #fef8f3;
    border-radius: 20px;
    padding: 20px;
    width: 270px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s ease;
}

.carte-enchere:hover {
    transform: translateY(-5px);
}

.image-enchere img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.infos-enchere h2 {
    font-size: 1.3em;
    color: #3b2c23;
    margin: 15px 0 5px 0;
}

.infos-enchere p {
    margin: 4px 0;
    color: #44352a;
}

.btn-detail {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    background-color: #b08a6f;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-detail:hover {
    background-color: #967258;
}

.info {
    text-align: center;
    font-size: 1.1em;
    color: #7a6a58;
}


.ajouter-enchere-artiste {
    margin: 20px auto;
    text-align: center;
}
.btn-ajouter {
    padding: 10px 20px;
    background-color: #9c7b5f;
    color: white;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
}

.lien-accueil {
    margin: 20px;
    text-align: left;
}

.lien-accueil a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #5d4037;
    background-color: #f8e9dc;
    padding: 10px 16px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

.lien-accueil a:hover {
    background-color: #e4cbb5;
}
.retour-enchere {
    margin: 20px;
}

.retour-enchere a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #5d4037;
    background-color: #f8e9dc;
    padding: 10px 16px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

.retour-enchere a:hover {
    background-color: #e4cbb5;
}
