#equipeSection h1{
    text-align: center;
}
#content{
    grid-template-rows: 1fr 1fr 1fr;
    margin-bottom: 20px;
}
.team{
    text-decoration: none;
    color: white;
}

#oliA{
    background-image: url("../images/granby.jpg");
    background-position: center top;
}
#anthoA{
    background-image: url("../images/laterriere.jpg");
    background-position: center;
}
#samA{
    background-image: url("../images/saint.jpeg");
    background-position: center;
}
#andrewA{
    background-image: url("../images/limoilou.jpg");
    background-position: center;
}
#nadoA{
    background-image: url("../images/riimouski.jpg");
    background-position: center 35%;
}
#coA{
    background-image: url("../images/riviere.jpg");
    background-position: center 25%;
}
#talbotA{
    background-image: url("../images/westmount.jpg");
    background-position: center;
}
.team{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.team div{
    font-size: x-large;
    margin-top: 20px;
    font-weight: bolder;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1154px) {
    .team{
        height: 300px;
    }
    #content{
        margin-bottom: 20px;
        grid-template-rows: unset;
        height: unset;
        margin: auto;
    }
}
