@font-face {
	font-family: "Martel";
	src: url("/dependencies/fonts/Martel/Martel-ExtraBold.ttf");
}

@font-face {
	font-family: "Open Sans";
	src: url("/dependencies/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf");
}

body {
	background-color: #0e0b1a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow-x: hidden;
}

#header {
	width: 100vw;
	background-color: #d19f49;
	overflow: hidden;
	margin: 0 0 0 0;
	position: relative;
}

#name-header {
	position: absolute;
	color: #181c33;
	width: 100%;
	height: 55px;
	font-family: "Martel", serif;
	font-weight: 900;
	text-align: center;
	font-size: 55px;
	line-height: 55px;
	opacity: 0;
	z-index: 0;
	transition: 1s;
	top: 150px;
	left: 0;
	margin: 0 0 0 0;
}

#mountains {
	width: 100%;
	height: 15vw;
	margin-top: 115px;
	margin-bottom: 0;
	position: relative;
}

.mountain-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#mountain-4 {
	background-color: #20254d;
	z-index: 7;
	mask-image: url("mountains/4.svg");
	mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-image: url("mountains/4.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% auto;
}

#mountain-3 {
	background-color: #181c33;
	z-index: 8;
	mask-image: url("mountains/3.svg");
	mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-image: url("mountains/3.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% auto;
}

#mountain-2 {
	background-color: #16152e;
	z-index: 9;
	mask-image: url("mountains/2.svg");
	mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-image: url("mountains/2.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% auto;
}

#mountain-1 {
	background-color: #0e0b1a;
	z-index: 10;
	mask-image: url("mountains/1.svg");
	mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-image: url("mountains/1.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% auto;
}

#content-wrap {
	width: 70%;
	margin: 0 auto 50px auto;
	overflow: visible;
	position: relative;
}

#carousel-wrap {
	margin: 0 0 0 0;
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	scroll-snap-type: x mandatory;
	display: block;
	position: relative;
}

.carousel-border {
	width: 4px;
	height: 90%;
	background-color: #d19f49;
	border-radius: 2px;
	position: absolute;
	top: 5%;
	z-index: 10;
	display: block;
}

#left-border {
	left: -4px;
}

#right-border {
	right: -4px;
}

#carousel {
	display: flex;
	padding: 90px 60px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	overflow: visible;
	flex-wrap: nowrap;
}

.card {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	background-color: #1a1c2b;
	min-width: 280px;
	max-width: 280px;
	height: 400px;
	padding: 20px 25px;
	box-shadow: -1.8rem 0 4rem black;
	transition: 0.2s ease-in-out;
}

.card:hover {
	transform: translateY(-2rem);
}

.card:hover ~ .card {
	transform: translateX(120px);
}

.card:not(:first-child) {
	margin-left: -80px;
}

.card-header {
	margin: 0 0 0 0;
	display: flex;
	flex-direction: column;
	font-family: "Martel", serif;
}

.card-title {
	display: block;
	color: #f2f3fa;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	margin: 10px 0 0 0;
}

.card-date {
	display: block;
	margin: 0 0 0 15px;
	color: #9c9da6;
	font-size: 14px;
	height: 14px;
}

.card-body {
	display: block;
	font-family: "Open Sans", sans-serif;
	color: #c6c6cf;
	font-size: 14px;
	line-height: 19px;
	margin: 17px 0 0 0;
	overflow-y: auto;
}

.card-text {
	display: block;
	margin: 0 0 8px 0;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: #151521;
	border-radius: 2px;
	border: none;
}

::-webkit-scrollbar-thumb {
	background: #232638;
	border-radius: 2px;
	border: none;
}

#big-button {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 160px;
	height: 52px;
	line-height: 55px;
	border-radius: 15px;
	font-size: 26px;
	font-weight: bold;
	background-color: #1a1c2b;
	color: #f2f3fa;
	font-family: "Martel", serif;
	cursor: pointer;
	transition: 0.4s;
	border: 2px solid #f2f3fa;
	text-decoration: none;
}

#big-button:hover {
	background-color: #f2f3fa;
	color: #1a1c2b;
}

#name-link {
	color: inherit;
	text-decoration: inherit;
	cursor: pointer;
}

#name-link:visited {
	color: inherit;
	text-decoration: inherit;
}

#name-link:active {
	color: inherit;
	text-decoration: inherit;
}

.link {
	text-decoration: underline;
	color: #d19f49;
}

.link:visited {
	color: #d19f49;
}

.link:active {
	color: #d19f49;
}

.card-button {
	display: block;
	text-align: center;
	width: 90%;
	color: #f2f3fa;
	background-color: #0e0b1a;
	margin: 12px auto 0;
	height: 40px;
	line-height: 42px;
	border-radius: 15px;
	font-size: 20px;
	font-family: "Martel", serif;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #f2f3fa;
	text-decoration: none;
	transition: 0.4s;
}

.card-button:hover {
	color: #0e0b1a;
	background-color: #f2f3fa;
}

#profile-picture {
	display: block;
	width: 50%;
	height: auto;
	border: 2px solid #f2f3fa;
	border-radius: 50%;
	margin: 10px auto 5px auto;
}

#tweeter-picture {
	display: block;
	border-radius: 7px;
	width: 100%;
	height: auto;
	margin: 5px auto;
	cursor: pointer;
}

#pictogram-picture {
	display: block;
	border-radius: 7px;
	width: 100%;
	height: auto;
	margin: 5px auto;
	cursor: pointer;
}
