body {
    font-family: 'Lato','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

nav.topmenu {
	background-color: #ce1719;
    /*background-image: var(--bs-gradient);*/
    color: white;
    font-family: UrbanistSemiBold;
}

nav.topmenu a {
	background-color: #ce1719;
    color: white;
    /*background-image: var(--bs-gradient);*/
}

nav.topmenu a:hover {
    background-color: white;
    color: #ce1719;
}
nav.topmenu a.active {
    color: #333;
}

#mobile-current-site {
    color: black;
    margin-left: 20px;
    margin-right: 20px;
}

#mobile-dropdown {
    margin-left: 20px;
}

#mobile-dropdown a {
    text-decoration: none;
}

#topmenu-mobile-ul {
	background-color: #ce1719;
}

/*#navbar {
	border-bottom: 3px solid #dc1319;
    padding-bottom: 10px;
}*/

.lien {
  color: #dc1319;
  text-decoration: none;
  font-weight: bold;
  font-family: Lato;
}
.lien-light {
  color: #dc1319;
  text-decoration: none;
}

.lien:hover, .lien:active {
    background-color: #333;
    color: white;
    border-radius: 2px;
}
.lien-noir {
  color: black;
  text-decoration: none;
  /*font-weight: bold;*/
  font-family: Lato;
}

.lien-noir:hover, .lien-noir:active {
  color: #dc1319;
  text-decoration: none;
  /*font-weight: bold;*/
  font-family: Lato;
}

.corps {
    max-width: 800px;
    margin: auto;
    text-align: justify;
    text-justify: inter-word;
    /*column-count: 2;*/
}

#content {
    min-height: 1000px;
}

footer {
    margin-top: 50px;
}

.grid-stripped .row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.1);
}
