*, ::before, ::after {
	color: gainsboro;
	font-weight: 400;
}
body {
	background: #131013;
	margin: 15px;
	text-decoration: none;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	background-color: #131013;
	z-index: 1;
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #131013;
	z-index: 1;
}
div {
	z-index: 0;
}
::selection {
	background-color: #A69F95;
	color: #000000;
}
::-webkit-selection {
	background-color: #A69F95;
	color: #000000;
}
h1 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18pt;
	margin: 0;
	position: fixed;
	top: 5px;
}
h2 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18pt;
	margin: 0;
	position: fixed;
	top: 5px;
	right: 15px
}
h3 {
	font-family: 'Crimson Text', serif;
	font-size: 18pt;
	text-align: center;
	margin: 0;
	position: fixed;
	top: 5px;
	left: 45%;
	width: 10%;
}
h4 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18pt;
	position: absolute;
	margin: 0;
	top: 5px;
}
h5 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18pt;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 30px
}
h1>a, h2>a {
	text-decoration: none;
	color: gainsboro;
}
.dm {
	font-family: 'DM Sans', sans-serif;
}
p {
	font-family: 'DM Sans', sans-serif;
	font-size: 10pt;
	margin-bottom: 0;
	margin-top: 0;
}
.experience {
	font-family: 'DM Sans', sans-serif;
	font-size: 13pt;
	line-height: 17pt;
}
#introduction {
	margin-top: 125px;
}
.presentation {
	font-size: 18pt;
	line-height: 21pt;
	margin-left: 55px;
	max-width: 66%;
	padding-bottom: 50px;
}
.container_special {
	width: 25%;
	margin-right: 0px;
	width: 24.8%;
}
.container_portrait {
	width: 25%;
	margin-right: 4px;
}
.container_paysage {
	width: 50%;
	margin-right: 4px;
}
.inline {
	position: relative;
	max-height: 2000px;
}
.article {
	position: relative;
	display: flex;
	max-height: 100%;
	margin-top: 5px;
}
.texte {
	position: relative;
	display: block;
	max-height: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.article_exception {
	position: relative;
	display: flex;
	max-height: 100%;
	margin-top: 7px;
}
.texte_exception {
	position: relative;
	display: block;
	max-height: 100%;
	margin-top: 5px;
	margin-bottom: 75px;
}
.calage0 {
	max-width: 25%;
}
.calage1 {
	max-width: 75%;
}
.decalage25 {
	margin-left: 25%;
	max-width: 25%;
	top: 0px;
}
.decalage50 {
	margin-left: 50%;
	max-width: 22%;
	top: 0px;
}
.decalage75 {
	margin-left: 75%;
	max-width: 25%;
	top: 0px;
}
.texte p.decalage75 {
	margin-left: 75%;
	position: absolute;
}
body>div>p:nth-child(2) {
	display: inline-block;
	position: absolute;
	font-family: 'DM Sans', sans-serif;
	top: 0px;
}
body>div>p:nth-child(3) {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	font-family: 'DM Sans', sans-serif;
}
.introduction_about {
	position: relative;
	max-height: 100%;
	width: 100%;
}
.liste {
	max-width: 25%;
	width: 24.8%;
	display: inline-block;
	margin-right: 0px;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li {
	line-height: 14pt;
}
.arrow {
	position: fixed;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.arrow.show {
	opacity: 1;
}
html {
	scroll-behavior: smooth;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.introduction {}
	.presentation {
		margin-top: -60px;
		font-size: 13pt;
		line-height: 15pt;
		margin-left: 30px;
		padding-bottom: 50px;
	}
	.container_special {
		margin-right: 0px;
		width: 24.4%;
		margin-top: 150px;
	}
	.texte {
		margin-bottom: 22px;
	}
	.liste {
		margin-top: -60px;
		max-width: 24.4%;
		width: 24.4%;
	}
	.experience {
		font-size: 12pt;
		line-height: 13.5pt;
	}
}
@media (max-width: 767px) {
	#introduction {
		margin-top: 100px;
		margin-bottom: 0px;
	}
	.presentation {
		display: block;
		position: absolute;
		top: 0px;
		font-size: 12pt;
		line-height: 12.5pt;
		margin-left: 0px;
		max-width: 95%;
	}
	body>div>p:nth-child(2) {
		display: block;
		position: absolute;
		font-family: 'DM Sans', sans-serif;
		top: 0px;
	}
	.container_special {
		margin-right: 0px;
		width: 24.8%;
		margin-top: 500px;
	}
	.article {
		margin-top: 2px;
	}
	.article_exception {
		position: relative;
		display: flex;
		margin-top: 30px;
	}
	.container_portrait {
		margin-right: 2px;
	}
	.container_paysage {
		margin-right: 2px;
	}
	h1, h2, h3 {
		font-size: 14pt;
	}
	h4 {
		font-size: 14pt;
		position: relative;
		top: 5px;
		text-align: center;
	}
	h5 {
		font-size: 14pt;
		position: relative;
		margin: 0;
		top: 0px;
		left: 0px;
		text-align: center;
	}
	p {
		font-size: 8pt;
	}
	.texte {
		margin-bottom: 32px;
	}
	.liste {
		display: inline-block;
		width: 100%;
		margin-right: 0px;
		margin-top: 725px;
		max-width: 100%
	}
	.experience {
		font-size: 11pt;
		line-height: 13pt;
		height: 100%;
	}
	ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		padding-bottom: 60px;
	}
	footer {
		height: 60px;
	}
}
/*Carrousel*/
.carousel-container {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 333px;
	height: 208px;
	overflow: hidden;
	z-index: 1000;
}
.carousel-slide {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 0.0s ease;
}
.carousel-slide.active {
	opacity: 1;
}
.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 767px) {
	.carousel-container {
		display: none;
	}
}
