/************ Prestation générale ***********/
html{
    background-color: #e7e6e4;
}


#onglet-prestation{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
    

#prestation1, #prestation2{
    position: relative;
}


.prestation,
.prestation2{
    width: 20vw;
    height: 30vw;
    background-color: #1E464B ;
    display: flex;
    border-radius: 1.5vw;
    flex-direction: column;
    margin: 5% 3% 0% 3%;
    box-shadow: -0.16vw -0.09vw 0vw 0.25vw #406743;
    text-align: center;
    margin-bottom: 5%;

}

.prestation > h1,
.prestation2 > h1{
    color: #e9e9e9;
    display: block;
    margin: 60% auto 10% auto;
    font-size: 2.8vw;
    border-bottom: solid 0.25vw #FCDD13;
}

.div_button {
    text-align: center;
    margin: 4vw 0 4vw 0;
}

.a_click {
    padding: 0.6vw 4vw 0.6vw 4vw ;
    background-color: white;
    border-radius: 1vw;
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
    transition: .3s ease;
    color: black;
    text-align: center;
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-size: 1vw;
}

.image-prestation1{
    position: absolute;
    top: 22%;
    left: 50%;
    height: 20%;
    transform:translate(-50%,-50%);
}