@charset "UTF-8";
/* CSS Document */

@font-face {
        font-family : 'texte';
        src : url(../fonts/texte.ttf);
}

@font-face {
        font-family : 'titre';
        src : url(../fonts/titre.ttf);
}

html, html * {
	font-family: 'titre';
}

a {
	color: #dfd6aa;
	text-decoration:none;
}
a:hover {
	color: #dfd6aa;
	text-decoration:underline;
}

p {
	font-family: 'texte';
	font-size: 14px;
	font-weight: 400;
}

.t3 {
	font-size: 20px;
	font-weight: 200;
	text-align: justify;
	margin-bottom: 18px;
	margin-left:auto;
	margin-right:auto;
}
.footer-text {
	font-size: 20px;
}

.footer-lien {
	font-size: 12px;
}


h1 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 200;
	margin: 20px;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 200;
	margin: 10px;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}

.gras {
	font-weight: bold;
}

.justify {
	text-align: justify;
}

.alerte {
	color:#FFFFFF;
	background-color: #FF0004;
	padding: 10px;
}

.gris {
	color:rgba(50,50,50,0.50);
	
}



/*Tablet View*/

@media (min-width: 768px){
	
	h1 {
		font-size: 32px;
		/*margin-bottom: 40px;*/
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	p.responsive {
		font-size: 16px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	h1 {
		font-size: 44px;
	}
	
	p.responsive {
		font-size: 17px;
	}
}