/* 
------------------------ Définition  ----------
*/
body{	
	width: 100%;
	margin: auto;
	background: white;
	color: #000000;
	overflow: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	-moz-user-select: none;             
    -webkit-user-select: none;    
    -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}


a
{
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: black;
}

a:hover
{
	text-decoration-thickness: from-font;
	text-decoration: underline;
}

.lien1
	{
	text-decoration:none;
	color:gray;
	font-size: 18px;
	}

.lien2
	{
	text-decoration:none;
	color:black;
	font-size: 18px;
	}


.lien3
	{
	font-size: 18px;
	color: lime;
	}

.sec{
	font-size: 		15px;
	vertical-align:	top;
	margin:10px 0px 0px 0px;
	display:inline-block;
	text-align:center;
	width:680px;
	overflow:hidden;
	border-radius:20px;
	background-color:rgba(250,250,250,0.4);
	}
	
.menu
	{
	text-transform: uppercase; 
	font-size: 16px; 
	font-family: 'Montserrat', sans-serif;
	color: gray;
	padding: 20px;
	}

ol
	{
		text-align: justify;
		list-style-type: square;
		font-size:18px;	
	}


.navigateur{
	text-transform: uppercase;
	color: black;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	}


/*
-------------- Définitions des titres -------------------
*/
	
h3{
	font-family: 'Golos Text', Futura, sans-serif;
	font-size:22px;
	color:#000000;
	text-transform:uppercase;
	}

h2{
	font-size:30px;
	color:#000000;
	text-transform:uppercase;
	font-family: 'Golos Text', Futura, sans-serif;
	text-transform:uppercase;
}
		
h1{
	font-family: 'Lobster', Futura, sans-serif;
	font-size:35px;
	color:#000000;
	text-transform:uppercase;
	}	

/*
-------------- Définitions des tableaux -------------------
*/

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 10px;
}

td {
    text-align: center;
}

tr:nth-child(even) {
    background-color: #eee;
}

th[scope='col'] {
    background-color: #696969;
    color: #fff;
}

th[scope='row'] {
    background-color: #d7d9f2;
}

caption {
    padding: 10px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 0.8rem;
}

.exercice
{
	color: black;
	background-color: limegreen;
	width: 300px;
	border-radius: 20;
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	padding: 10px; 
}
