*{
	margin:0;
	font-family: Arial;
	text-decoration:none;
	/* overflow-x: hidden; */
}
body {
	overflow-x: clip;
}

/* Accessibility: Screen reader only class */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media screen and (max-width: 600px){
    *{
        box-sizing: border-box;
    }
}
html{
	scroll-behavior: smooth;
}

.underline{
	text-decoration: underline;
}
.blanc{
	color: white;
}
.noir{
	color: black;
}
.blanc-liens{
	color: white;
	text-decoration-color: blue;
	margin-left: 5px;
}

.acceuil-colonne {
    margin-bottom: 50px;
}