.modeles {
    margin-top: 60px;
    height: 30vh;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.9), rgba(245, 158, 11, 0.9));
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modeles h1 {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    position: relative;
    top: 0px;
    margin-bottom: 1rem;
}

.modeles p {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}   


