@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Outfit:wght@200..600&display=swap');

/*****************************/

*:focus {
	outline: none !important
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html, body {
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
    font-family: 'Outfit', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
    color: #222;
	background-color: #EAE9E7;
	transition: 2s linear;
	text-align: center;
	overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
}

ul.spip li {
	list-style: disc;
	margin-left: 2em;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	width: 50%;
	margin: 1em auto;
	padding: 0;
	color: #ccc;
	background-color: #333;
	border: none;
}

strong {
	font-weight: 600;
}

#top {
	position: fixed;
	bottom: 30px;
	right: 40px;
	font-size: 42px;
    color: #DA291C;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
#top:hover{
	color: #000;
}

/* fin ***********************/

h1 {
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 1em;
	text-align: center;
}