@font-face {
	font-family: "Baron Nueue Black";
	src:url('ressources/font/Baron\ Neue\ Black.otf');
}

@font-face {
	font-family: "Baron Nueue";
	src:url('ressources/font/Baron\ Neue.otf');
}
head{

	font-family: Helvetica, sans-serif;
	color:#222831;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

body{

	font-family: Helvetica, sans-serif;
	color:#222831;
	height: 100%;
	background: linear-gradient(141deg, #ffa0b0 50%, #2fc0f5 80%);
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

footer {
	padding: 20px;
	position: sticky;
	width: auto;
  }

div.main {
	border-radius: 5px;
	box-sizing: border-box;
	margin: auto;
	width: 90%;
	background-color: #f1f6f9;
  }

div.under {
	border-radius: 5px;
	box-sizing: border-box;
	margin: auto;
	width: 85%;
	background-color: #f1f6f9;
}

div.code {
	border-radius: 5px;
	box-sizing: border-box;
	margin: auto;
	scroll-padding-bottom: 15px;
	padding-inline-start: 25px;
	width: 90%;
	background-color: #ffffff;
}

div.piechart {
	box-sizing: border-box;
	margin: auto;
	width: auto;
	background-color: #f1f6f9;
	overflow: auto;
}

details {
	text-align: left;
}

summary {
	text-indent: 5%;
	outline: none;
}

code {
	display: block;
	text-align: left;
	white-space: pre-wrap   
}

code.centre {
	display: block;
	text-align: center;
	white-space: pre-wrap   
}

a{
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	color:#37d0fc;
}

a.accueil{
	font-family: "Baron Nueue", sans-serif;
	text-align: center;
	font-size: 18px;
	color:#2fc0f5;
}

h1 {
	font-family: 'Baron Nueue Black', sans-serif;
	text-align: center;
	font-weight: normal;
	color: #fbabb8;
	font-size: 50px;
	margin-top: 30px;
	padding-top: 10px;
}

h2 {
	font-family: "Baron Nueue Black", sans-serif;
	text-align: center;
	font-weight: normal;
	color: #de8494; 
	font-size: 35px;
}

h3 {
	font-family: "Baron Nueue", Helvetica sans-serif;
	text-align: center;
	font-weight: normal;
	color: #009ad4;
	font-size: 22px;
}

h4 {
	font-family: "Baron Nueue", sans-serif;
	text-align: center;
	font-weight: normal;
	color: #37d0fc;
	font-size: 18px;
}

h4.footer {
	font-family: "Baron Nueue", sans-serif;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	font-size: 15px;	
}

p{
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color:#222831;
	text-align: justify;
	text-indent: 2%;
	margin: 15px;
	padding: 5px;
}

p.legende{
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

hr {
	border: 3px solid white;
	border-radius: 5px;
	width: 75%;
}

hr.footer {
	border: 1px solid rgb(241, 246, 249);
	border-radius: 5px;
	width: 100%;
}

img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

img.logo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

img.screen
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 55%;
}

img.screenzoom
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

img.nuage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

table {
	margin-left: auto;
	margin-right: auto;
}

table.tableau, td.tableau, th.tableau{
	border:2px solid #37d0fc;
	padding: 8px;
	font-weight: normal;
}

table.tableau{
	border-collapse: collapse;
}

table td.cadre {
	border: 3px solid #fbabb8;
	padding: 10px;
}

li.list {
	list-style-type: circle;
	margin: 0;
	padding-left: 85px;
	padding-right: 50px;
	text-align: justify;
  }
  

nav{
	width: 100%;
	background-color: #f1f6f9;
	display: inline-block;
	margin: 0 auto;
}

nav ul{
	margin: 0px;
	padding: 0px;
}

nav li{
	list-style-type: none;
	float: left;
}

nav a{
	display: inline-block;
	text-decoration: none;
	font-family: "Baron Nueue Black", sans-serif;
	font-size: 22px;

}

nav li:hover a{
	padding: 20px 20px 20px 20px;
	background-color: #ffa0b0;
}

nav li:hover .submenu{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
}

nav > ul > li{
	float: left;
	position: relative;
}

nav > ul::after{
	content: "";
	display: block;
	clear: both;
}

nav > ul > li > a{
	padding: 20px 30px;
	color: #32bde4;
	width: 200px;
}

nav > ul > li:hover a{
	color: #ffffff;
	padding: 15px 30px 20px 30px;
}

.menu:hover{
	border-top: 5px solid #e98c9d;
}

.submenu li:hover a{
	float: left;
	color: #f1f6f9;
}

.submenu{
	display: none;
}

.submenu li{
	border-bottom: 1px solid #e98c9d;
}

.submenu li a{
	padding: 15px 30px;
	font-family: "Baron Nueue", sans-serif;
	font-size: 18px;
	color: #f1f6f9;
	width: 200px;
}