/*

.container {max-width: unset;}
#sidebar-menu {text-align: center; font-weight: bold;}
p {font-size: 14pt; color: gray;}
img.responsive-img {display: block; width: 100%; height: auto;}
img.equipe-img {display: block; margin: 30px auto;}
div.card-info {
	border-radius: 5px;
	height: min-content;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.card-margin {margin: 50px 0;}
div.card-info h2 {
	background-color: #e7e7e7; 
	color: #555; 
	padding: 10px; 
	font-weight: bold; 
	margin-top: 0; 
	border-radius: 5px 5px 0 0;
}
div.card-info h3 {
  background-color: #e7e7e7; 
	color: #555; 
	padding: 10px; 
	font-weight: bold; 
	margin-top: 0; 
	border-radius: 5px 5px 0 0;
}

ul.list-items-bold {font-size: 14pt; font-weight: bold; color: gray;}

table {width: 100%;}
table td {padding: 20px 0; font-size: 14pt;}
table tr, td {border: 1px solid lightgray;}


*/