.usage_container {
    padding: 20px;
    border-radius: 10px;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    color: white;
    background-image: none;
}

.usage_container:hover {
    transform: scale(1.05);
    text-decoration: none;
}


.carte {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 2px solid white;
    backdrop-filter: blur(10px);
}



.section h2 {
    color: #33ccff;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
}

.section p {
    color: #ffcc00;
    font-size: 1.2rem;
    text-align: center;
}

.besoin img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.textpack {
    color: white;
    font-size: 1.5rem;
}

.smooth-scroll {
    text-decoration: none;
    color: inherit;
}




