/* Page services aux professionnels */
main {
    display: grid;
}

.wrapper1 {
    display: grid;
    grid-gap: 2px;
    align-items: center;
}

/* Pages rdv */

#rdv {
    grid-column: 1;
    grid-row: 1;
    padding-top:2rem;
    margin-top: 10rem;
    position: inherit;
    background-color: #15b5b0;
}

@media (max-width:800px) {
    #rdv {
        padding-top:6rem;
    }
}

@media (min-width:800px) {
    #rdv {
        padding-top:2rem;
    }
}

#rdv h4 {
  color: white;
}

#rdv img {
    margin: 1rem auto;
}

#rdv svg {
    margin: 1rem auto;
}

.button-rdvtel {
    display: block;
    width: 60%;
    height: 3rem;
    background-color: #f9c141;
    color:white;
    font-size: 1.3rem;
    margin:1rem auto 0 auto;
    line-height: 3rem;
    text-align: center;
    border-radius: 3rem;
}

.button-rdvtel:hover {
    background-color: #fdd066;
}

.rdvblanccourt {
    background-color: rgb(255, 255, 255);
    width:100%;
    height:100%;
    padding-bottom: 1.5rem;
    border-radius: 2rem;
    text-align:center;
}


#pente1 .penteBW{
    grid-column: 1;
    grid-row: 2;
    position:relative;
}

#contact {
    grid-column: 1;
    grid-row: 3;
    min-height: 200px;
    background-color: white;
}

#contact a {
    color:white;
}

#pente2 .penteWB{
    grid-column: 1;
    grid-row: 4;
    position:relative;
}