/*
 * CSS Style de Base
 * Olivier Copetto
 * Derniere Modification : 13/02/2022
 */

body {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	line-height: 90%;
	background-color: #544b44;
	color : #ffffff;
	height: 100vh;
}

.container{
	height: 100%;
}

h3 {
	font-size: 4.6rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	position: relative;
}

.center {
	font-size: 2.7rem;
	text-align: center;
	font-weight: 400;
}

.picto {
	font-size: 4.1rem;
	text-align: center;
}

a {
	color: #c6a25e;
	text-decoration: none;
}

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

p a {
	margin: 0px 10px 0px 0px;
}

img {
	margin: 20px 0px 20px 0px;
	width: 90%;
}

@media all and (max-width: 768px) { 
	h3 {
		font-size: 3.6rem;
	}

	.center {
		font-size: 2.1rem;
	}

	.picto {
		font-size: 3.1rem;
	}
}

@media all and (min-width: 769px) and (max-width: 992px) { 
	h3 {
		font-size: 4.1rem;
	}

	.center {
		font-size: 2.4rem;
	}

	.picto {
		font-size: 3.6rem;
	}
}
