@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
form {
        display: block;
	float: right;
	position: absolute;
	top:1em;
	right:2em;
}

html{
	margin:0;
	padding:0;
}

body {
	font-family: 'PT Sans Narrow', sans-serif;
	background-color: white;
	box-sizing:border-box;
	min-height:100vh;
	margin:0;
}

.letitre {
	display:flex;
       	height:20vw; 
	font-size: 3vw;
	margin:0;
	justify-content:center;
	align-items:center;	
}


.listes {
	box-sizing:border-box;
	margin: 0 15%;
	padding: 1em;
	border: 1px solid black;
	height:calc(100vh - 20vw - 50px)
}


.listes ul {
	
	display:flex;

}

.listes>ul+h3{
	display:none;
}
.listes>ul+h3+ul{
	display:none;
}

.lelogiciel {
	height:50px;
        display:flex;
	margin:0;
	justify-content: center;
	align-items:center;
	font-size: smaller
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: crimson;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: green;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}


<!--
# vim: ts=4
-->
