body {
    font-family: Lato;
}

footer a {
	--bs-btn-border-width: 0px;
}

#content {
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
}

#portail_menu .nav-link {
    font-family: UrbanistSemiBold;
    font-size: 110%;
    color: black;
}

.portail-titre {
    background-color: #ce1719;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    font-weight: bold;
    font-size: 120%;
}

.portail-col {
    border: solid #CCC 1px;
    padding: 0px;
}

.portail-col .portail-titre {
    background-color: #333;
}

.col-body {
    padding-left: 5px;
    padding-right: 5px;
}

.col-img {
    width: 100%;
}

.lo-divider {
	height: 3rem;
	/*background-color: rgba(0, 0, 0, .1);*/
	background-color: white;
	border-top: solid #dc1319; /*rgba(0, 0, 0, .15);*/
	border-width: 1px 0;
    margin-top: 10px;
    margin-bottom: 10px;
	/*box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);*/
	/*box-shadow-top: inset 0 .5em 1.5em rgba(0, 0, 0, .1)*/
	/*box-shadow-top: inset 0 .125em .5em rgba(0, 0, 0, .15);*/

	/*box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, 0);*/
}

.contenu-col-2 {
    text-align: center;
    margin-bottom: 10px;
    min-height: 250px;
}
.contenu-col-2 img{
    /*display: inline-block;
    overflow: hidden;*/
    width: 100%;
    object-fit: cover;
    height: 110px;
}

.card-title {
    margin-top: 5px;
}

.img-cover {
    width: 100%;
    object-fit: cover;
    height: 310px;
}

footer {
	background-color: #ce1719;
    margin-top: 0px;
    min-height: 30px;
    margin-bottom: 0px;
    color: white;
    padding: 10px;
}

footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: black;
    text-decoration: none;
}

.col-footer {
    margin-top: 10px;
}
