@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
    background-color: #ffffff;
    margin: 0 auto;
    overflow: auto;
    color: #000000;
	font-family: 'Inter', Arial, sans serif;
}

#wrapper {
	background-color: #fdfbf8;
    max-width: 600px;
	margin: auto;
}

a {text-decoration: none; color: #000000 !important;}

hr {
    height: 3px;
    background: #f8b913;
    border: none;
    margin: 15px 0;
}

.times {font-family: 'Times New Roman';}
.center {text-align: center;}
.flex {display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 40px;}

.inscription {    
	display: block;
    margin-left: 80px;
    font-size: 1.2em;
    color: #000000;
    font-weight: 600;
	text-decoration: underline;
}

.footer {
    margin-top: 50px;
    padding-bottom: 20px;
}

.footer p {
	color: #f8b913 !important;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 0.8em;
}


@media (max-width: 600px){
	
	#wrapper {
		background-color: #fdfbf8;
		max-width: initial;
		width: fit-content;
	}
	
	.header, .footer img {width: 100%;}
	
	.littleParagraphe {    
		width: 80% !important;
		margin: 50px 10% !important;
	}
	
	.flex {justify-content: center;}
	.flex img {margin: 0 !important;}
	.flex div {
		width: 80%;
		text-align: center;
		margin-bottom: 20px;
	}
	.inscription {margin-left: 0;}
	
	
	
	
	
}