.card {
    width: 80%;
    max-width: 600px;
    min-height: 100px;
    padding: 20px;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease !important;
}

.card:hover {
    transform: scale(1.05) !important;
}

.card-title {
    text-align: center;
    margin: 1rem 0;
}

.card-title a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #007bff;
    text-decoration: underline;
}

h3 {
    margin: 20px 0;
    padding: 10px;
}

h4 {
    margin: 20px 60px;
    padding: 10px;
}

body {
    background-color: rgb(240, 240, 240);
}

.image-container {
    width: 250px;
    height: 250px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%; 
    max-height: 100%; 
    object-fit: contain; 
}

.btn-panier {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #2d3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.btn-panier:hover {
    background-color: #2a60a5;
    transition: transform 0.3s ease !important;
    transform: scale(1.20) !important;
}

.btn-panier svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.dropdown-menu {
    z-index: 1050;
}

.icon:hover {
    font-size: 1.5rem;
    transition: transform 0.3s ease !important;
    transform: scale(1.35) !important;
}

.card-group-custom {
    margin: 0 30px;
}

.card-group-custom-v2 {
    margin: 0 30px;
}

.image-container {
    width: 250px;
    height: 250px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.whiteBackground{
    background-color: #FFFFFF;
}
