@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjord+One&family=Kanit&display=swap');

/*  __________________________________________________________________________ */
/* |                   STYLE DE BASE POUR TOUTES LES PAGES                    |*/
/* |__________________________________________________________________________|*/


body {
	background-color : white;
	font-family: 'Fjord One';
}

/* NAVBAR */
.nav {
	background: #00B8DE;
	width: 100%;
	height: 80px;
    display: flex;
    align-items: center;
}

a {
    color:white; 
    text-decoration : none;
}

a:visited{
    color:white; 
    text-decoration : none;
}

a:hover{
    color:white; 
    text-decoration : none;
}

A:focus{
    color:white; 
    text-decoration : none;
}

.logoSolution {
    margin-top: 5px;
    width: 85px;
}

.logoProcessus {
    margin-top: 5px;
    width: 75px;
}

.logoMines {
    margin-top: 4px;
    width: 130px;
}

.logoAide{
    margin-top: 20px;
    width: 30px;
    margin-left: 5px;
}

.titreSite {
    font-family:'Kanit';
    color : white;
	text-align: center;
	font-weight: bold;
	font-size: 4em;
    margin-left: 4px;
}

.boutonNavbar {
	border: none;
	background: none;
}

.ligne {
    width: 100%;
    height : 5px;
    background-color : #EF7D00;
}

/* TEXTE D'ACCUEIL */
.titre {
    font-family:'Kanit';
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	font-size: 5em;
}
	
.sousTitre {
    font-size: 2em;
    text-align: center;
}

p {
    font-size: 1em;
    text-align: center;
}

.orange {
    color : #EF7D00;
}
