

.trombinoscope {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 10px;
}
.case {
	margin:2px;
	float:left;
	text-align:center;
	background-color: #ffffff;
}
.case-archive {
	margin:2px;
	float:left;
	text-align:center;
	background-color: #ffffff;
	filter: grayscale(1);
}
.trombine {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}
.info{
	padding-top: 5px;
}
#trombinoscope p{
	margin: 4px;
}
.prenom{
	font-size: 13px;
	font-weight: bold;
	color: #9b3086;}
.nom{
	font-size: 13px;
}
.email {
	font-size: 10px;	
}
.telephone {
	font-size: 12px;
}
.ville {
	font-size: 12px;
}
.nouveau-top{
	border-top: 5px solid #41af1b;}
.ancien-top{
	border-top: 5px solid #9b3086;}
.nouveau-bottom{
	border-bottom: 5px solid #41af1b;}
.ancien-bottom{
	border-bottom: 5px solid #9b3086;}
.actif-side{
	color: #9b3086;	font-weight: bold;
}
.archive-side{
	color: #9b3086;	font-weight: bold;
	filter: grayscale(1);
}
#trombinoscope p{
	margin: 4px;
}
#outil p{
	margin: 4px;
}
.outils{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	grid-gap: 20px;
}
.outil{
	margin:2px;
	padding:5px;
	float:left;
	text-align:center;
	background-color: #ffffff;
}
.tool{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
	max-height:200px;
}
.label{
	font-size: 24px;
	font-weight: bold;
	color: #9b3086;}
.description{
	font-size: 12px;
}
.photothumb{
	max-width:320px;
	max-height:240px;
}
#projet p{
	margin: 4px;
}
.projets{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	grid-gap: 20px;
}
.projet{
	margin:2px;
	padding:5px;
	float:left;
	text-align:center;
	background-color: #ffffff;
}
.project{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}
.social-box {
	display: flex;
	justify-content: right;
	gap: 10px;
	margin-bottom: 20px;
}
.social-box a{
	color: black;
	font-weight: bold;
}
.contact-error {
	display: flex;
	justify-content: right;
	gap: 4px;
}
.contact-error a{
	color: black;
	font-weight: bold;
}
