/* @override 
	https://www.associer.archi/attente.css */

@font-face {
    font-family: Inter;
    src: url('fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('fonts/Inter-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('fonts/Inter-LightItalic.woff2') format('woff2'),
        url('fonts/Inter-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('fonts/Inter-BoldItalic.woff2') format('woff2'),
        url('fonts/Inter-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Futuro;
    src: url('fonts/Futuro-Thin.woff2') format('woff2'),
        url('fonts/Futuro-Thin.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: Futuro;
    src: url('fonts/Futuro-Bold.woff2') format('woff2'),
        url('fonts/Futuro-Bold.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Inter, sans-serif;
    background-color: #FFF;
	color: #000;
}
main {
	padding: 50px;
    display: flex;
	flex-direction: column;
    height: 100vh;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
header {
	line-height: 1;
	display: flex;
	justify-content: space-between;
    font-family: Futuro, sans-serif;
	margin-bottom: 50px;
}
.logo img {
    height: 50px;
	width: auto;
	padding-bottom: 8px;
}
header .centre {
	display: none;
	align-items: center;
	justify-content: center;
}
.completed header .centre {
	display: flex;
}
.en_construction {
	font-size: 3rem;
	margin-right: 20px;
	line-height: 0.8;
}
.fleche img {
	margin: 0 10px;
	width: 15px;
}
.en_attendant,
.lien a {
	font-size: 1.5rem;
	color: #000;
	text-decoration: none;
}
.rs {
	display: flex;
	align-items: center;
	gap: 10px;
}
.rs a {
	display: flex;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	border-radius: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
}
.rs a.insta {
	background-image: url(images/rs-instagram.svg);
}
.rs a.linkedin {
	background-image: url(images/rs-linkedin.svg);
}
.esperluette {
	position: absolute;
	z-index: 1;
	bottom: 45px;
	right: 45px;
}
.esperluette img {
	width: 70px;
}
.swiper {
	display: none !important;
}
.animation {
	display: flex;
	justify-content: center;
	align-items: center;
}
.animation img {
	max-width: 100%;
	height: auto;
}
.completed .animation {
	display: none;
}
.swiper img {
	width: 100%;
	height: auto;
}
.completed .swiper.desktop {
	display: block !important;
}
.completed .swiper.mobile {
	display: none !important;
}
.swiper-wrapper {

}
.swiper-button-next,
.swiper-button-prev {
	top: 50% !important;
	transform: translateY(-50%);
	margin-top: -30px !important;
	content: "" !important;
	width: 120px !important;
	height: 100px !important;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(images/fleche_b.svg);
}
.swiper-button-prev {
	transform: rotate(180deg) translateY(50%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.swiper .legende {
	height: 40px;
	font-size: 1.5rem;
	margin-top: 10px;
}
@media print, screen and (max-width: 1024px) {
	main {
		padding: 20px;
	}
	header {
		flex-direction: column;
	}
	header .centre {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;;
	}
	header .centre .fleche {
		display: none;
	}
	.en_construction {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.esperluette {
		bottom: 15px;
		right: 15px;
	}
    .completed .swiper.mobile {
		display: block !important;
	}
	.completed .swiper.desktop {
		display: none !important;
	}
	.swiper-button-next,
	.swiper-button-prev {
		margin-top: -20px !important;
		width: 50px !important;
		height: 40px !important;
	}
	.swiper .legende {
		height: 20px;
		font-size: .8rem;
	}
}
