@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*:focus {
	outline: none !important
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html, body {
	width: 100%;
}

body {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100vh;
    font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
    color: #fff;
	background-color: #fff;
	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: 100%;
	margin: 2em 0;
	padding: 0;
	color: #acbbd1;
	background-color: #acbbd1;
	border: none;
}

strong {
	font-weight: 400;
}

#top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 60px;
	font-weight: 100;
    color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	cursor: pointer;
	opacity: .6;
	z-index: 1000;
}
#top:hover {
	opacity: 1;
}

/****************************************/

section.home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100% !important;
	min-height: 100vh !important;
	text-align: center;
}
section.home div {
	width: 60%;
	margin: auto;
	text-align: right;
	animation: fadeIn;
	animation-duration: 4s;
}
section.home div img {
	width: 100%;
}


/* du responsive sinon rien *******************************/

@media screen and (max-width: 641px){
	
	section.home div {
		width: 70%;
	}
		
}
