@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
@import url("fontawesome-all.min.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #183026;
	background-image: url("images/overlay.png"), url("../../images/bg.jpg");
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: top left, center 0;
	background-attachment: fixed, fixed;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	line-height: 1.75em;
	font-weight: 300;
	letter-spacing: 1px;
	color: #3a3939;
	text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
	-webkit-text-stroke: 0.25px;
}


input,
textarea,
select {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	line-height: 1.75em;
	font-weight: 300;
	letter-spacing: 1px;
	color: #3a3939;
	text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
	-webkit-text-stroke: 0.25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.75em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.25em;
	letter-spacing: 8px;
}

h3 {
	font-size: 1em;
	letter-spacing: 5px;
}

strong,
b {
	font-weight: 400;
}

em,
i {
	font-style: italic;
}

a {
	-moz-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-webkit-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-ms-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	color: #35b88f;
	text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
	text-decoration: none;
	border-bottom: dotted 1px rgba(53, 184, 143, 0.5);
}

a:hover {
	border-bottom-color: rgba(53, 184, 143, 0);
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px #dad9d9;
	margin: 2em 0 2em 0;
}

blockquote {
	border-left: solid 0.5em #eae9e9;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 1em;
}

header {
	margin-bottom: 5vh;
}

header p {
	display: block;
	margin: 0.5em 0 0 0;
	padding: 0 0 1.5em 0;
}

footer {
	margin-top: 1vh;
}

br.clear {
	clear: both;
}


/* Container */

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 1140px;
}

@media screen and (max-width: 1680px) {

	.container {
		width: 960px;
	}

}

@media screen and (max-width: 1080px) {

	.container {
		width: 95%;
	}

}


/* Image */

.image {
	display: inline-block;
	border: 0;
}

.image img {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* List */

ul {
	list-style: disc;
	padding-left: 1em;
}

ul li {
	padding-left: 1.5em;
	margin-top: 1.5em;
}

ul li:first-child {
	margin-top: 0;
}

ol {
	list-style: decimal;
	padding-left: 1.25em;
}

ol li {
	padding-left: 1.25em;
	margin-top: 1.5em;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding-left: 0;
	margin-top: 0;
}

ul.icons a {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border: 0;
}

/* Actions */

ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.actions li {
	display: inline-block;
	margin: 0 0 0 0;
	padding-left: 0;
	margin-top: 0;
}

ul.actions li:first-child {
	margin-left: 0;
}


/* Icons */

.icon {
	text-decoration: none;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: inherit;
}

.icon>.label {
	display: none;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

/* Header */

#header {
	-moz-transition: opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	position: relative;
	color: #fff;
	text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
	text-align: center;
	margin: 0;
	padding: 14em 0 14em 0;
	cursor: default;
}

#header footer {
	-moz-transition: opacity 2s ease-in-out, -moz-transform 1s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out, -webkit-transform 1s ease-in-out;
	-ms-transition: opacity 2s ease-in-out, -ms-transform 1s ease-in-out;
	transition: opacity 2s ease-in-out, transform 1s ease-in-out;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	position: absolute;
	bottom: 9em;
	margin: 0;
	width: 100%;
}

#header footer:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -9em;
	left: 50%;
	height: 9em;
	border-left: solid 1px #fff;
}

body.is-preload #header {
	opacity: 0;
}

body.is-preload #header footer {
	-moz-transform: translateY(1em);
	-webkit-transform: translateY(1em);
	-ms-transform: translateY(1em);
	transform: translateY(1em);
	opacity: 0;
}


/* Footer */

#footer {
	position: relative;
	color: #000000;
	text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.25);
	text-align: center;
	margin: 4.5vh 0 0 0;
}

#footer:after {
	content: '';
	display: block;
	position: absolute;
	top: -4.5em;
	left: 50%;
	height: 4.5em;
}

#footer a {
	color: #04110d;
	text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
}

#footer a:hover {
	color: #35b88f;
	text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25);
	border-bottom-color: rgba(53, 184, 143, 0.5);
}

#footer .icons {
	padding: 0.75em 2em 0.75em 2em;
	display: inline-block;
}

/* Wide */

@media screen and (max-width: 1680px) {

	/* Basic */

	body,
	input,
	textarea,
	select {
		font-size: 16pt;
	}

	/* Header */

	#header {
		padding: 10em 0 12em 0;
	}

}

/* Normal */

@media screen and (max-width: 1080px) {


	/* Header */

	#header {
		padding: 8em 0 10em 0;
	}

}

/* Narrow */

@media screen and (max-width: 840px) {

	/* Basic */

	body {
		background-color: #203936;
		background-image: url("images/overlay.png"), url("../../images/bg-alt.jpg");
		background-repeat: repeat, no-repeat;
		background-size: auto, 100% auto;
		background-position: top left, top center;
		background-attachment: scroll, scroll;
		font-size: 14pt;
	}

	input,
	textarea,
	select {
		font-size: 14pt;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.5em;
	}

	header p {
		margin: 0.25em 0 0 0;
		padding: 0 0 0.5em 0;
	}


}

/* Mobile */

@media screen and (max-width: 736px) {

	/* Header */

	#header {
		padding: 6em 0 6em 0;
	}

	#header header {
		padding-left: 2em;
		padding-right: 2em;
	}

	#header header h1 {
		font-size: 1.75em;
		letter-spacing: 6px;
	}

	#header footer {
		bottom: 4.5em;
		padding: 0 2em 0 2em;
	}

	#header footer:after {
		bottom: -4.5em;
		left: 50%;
		height: 4.5em;
	}

	#header footer:before {
		width: 45px;
		height: 33px;
		bottom: -2.25em;
		background-size: 45px 33px;
	}


	/* Footer */

	#footer .icons {
		padding: 0.5em 1.25em 0.5em 1.25em;
	}


}


.imgbox {
	display: grid;
	height: 100%;
}

.center-fit {
	max-width: 100%;
	max-height: 70vh;
	margin: auto;
}

/* particles */

#projector {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.mentions-legales {
	font-size: 12px;
	/* Réduit la taille de la police */
	line-height: 1.4;
	/* Ajuste l'espacement entre les lignes */
	text-align: center;
	/* Centre le texte pour plus d'harmonie */
	margin-bottom: 20px;
	/* Ajoute un peu d'espace en bas */
}

.mentions-legales a {
	text-decoration: none;
	/* Supprime le soulignement */
}

.mentions-legales a:hover {
	text-decoration: underline;
	/* Ajoute un soulignement au survol pour l'accessibilité */
}

.profile-cards {
	position: relative;
	/* ou absolute selon votre besoin */
	z-index: 2;
	/* Plus élevé que le canvas */
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 20px;
}

.profile-card {
	width: 200px;
	border: 1px solid #e0e0e005;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.267);
	background-color: #f9f9f90a;
}

.profile-card img {
	margin-bottom: 15px;
}

.profile-button {
	display: inline-block;
	padding: 10px 15px;
	color: #04110d;
	background-color: #1d634d8f;
	text-decoration: none;
	border-radius: 5px;
	border-bottom: none;
}

.profile-button:hover {
	background-color: #35b88f;
	transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}