body {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
}
footer {
    background-color: rgba(219, 232, 211);
}

#row-accueil {
    margin-bottom: 50px;
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url(https://les-deschamps.com/Webroot/img/dijon.jpg);
    background-position: center center;
}

.container-blanc {
    background-color: #fff;
    padding: 55px;
}


.container-vert {
    background-color: #dbe8d3;
    padding: 55px;
}

.container-rose {
    background-color: #fbf1eb;
    padding: 55px;
}

/* unvisited link */
a:link {
  color: black
}

/* visited link */
a:visited {
  color: black
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: black;
  text-decoration: underline;
}