






/**************************************IMAGE BANNIERE****************************************/

.banniere{
    width: 100vw;
    height: 100vh;
    background: url("../gallerie/photos/Prendre_RDV.webp") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}



.scroll h1{
    font-size: 3vw;
    font-weight: 500;
}






/**************************************CALENDLY****************************************/

.container_calendly{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 80vh;
    background-color: transparent;
}