.prestations{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prestations > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin:20px;
}
.prestations > h4 {
    text-align: justify;
}
.visuelsPrestations{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 20px;
}
.visuelsPrestations div{
    height: 250px;
    width: 150px;
}
.visuelsPrestations .photo{
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.visuelsPrestations .texte{
    text-align: center;
    height: 50px;
    align-content: center;
}
.visuelsPrestations a{
    text-decoration: none;
    display: flex;
    justify-items: center;
    background-color: #D1E8BD;
    font-weight: 600;
    font-size: 0.9rem;
}
.visuelsPrestations a:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
    box-shadow: 3px 3px 3px grey;
}
.visuelsPrestations > div{
    box-shadow: 3px 3px 3px grey;
}
h3{
    color: var(--bleuF);
    font-weight: 600;
    margin: 20px;
}
h4{
    font-weight: 500;
    margin: 20px;
    text-align: justify;
}
.veloInterSection{
    margin-top: 0;
    height:100px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80px;
}

.boutonJeMeLance{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.boutonJeMeLance a{
    text-decoration: none;
    font-weight: 600;
    border: 1px solid black;
    padding: 20px;
    border-radius:20px;
    background-color: #f5a486;
    box-shadow: 2px 2px 2px grey;
}
.boutonJeMeLance a:hover{
    background-color: #f8e3db;
}


@media screen and (max-width: 750px) {
    .visuelsPrestations{
        margin:10px;
    }
    .visuelsPrestations div{
        height: 200px;
        width: 100px;
    }
    .visuelsPrestations .photo{
        height: 130px;
    }
    .visuelsPrestations .texte{
        height: 70px;
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 500px) {
    .prestations > div{
        margin:10px;
    }
    .prestations >div > h4{
        font-size: 0.9rem;
    }
    .veloInterSection{
        height:50px;
        background-size: 15%;
    }
    .veloInterSection{
        height:50px;
        background-size: 15%;
    }
    .visuelsPrestations > div{
        margin:20px;
    }
    .visuelsPrestations{
        flex-wrap: wrap;
    }
    .visuelsPrestations div{
        height: 200px;
        width: 150px;
    }
    .visuelsPrestations .photo{
        height: 150px;
    }
    .visuelsPrestations .texte{
        height: 50px;
        font-size: 0.8rem;
    }


}