.page-agence{
    padding: 0 2%;
}

.images-agence{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap: 10px;
    margin: 0 auto;
}

.images-agence img{
    max-height: 450px;
}

.tableau-horaires{
    margin-bottom: 25px;
    width: 100%;
    font-size: large;
    border: 1px solid #7d7d7d;
}

.tableau-horaires th{
    background-color: #09c;
    color: white;
    padding: 1%;
}

.tableau-horaires td{
    padding: 1%;
}

.contact-agence{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap: 10px;
    margin: 0 auto;
}

.coordonnees-agence{
    margin-bottom: : 75px;
    font-size: large;
    font-weight: bold;
}

.sedentaires-agence{
    margin-top: 75px;
}


.photo-agence{
    margin: 50px 0;
}



@media only screen and (max-width: 1100px) {
    .contact-agence {
        display: flex;
        flex-direction: column;
        margin : 0 5%;
    }


}
