*
{
	margin: 0;
	padding: 0;
}

html
{
	scroll-behavior: smooth;
	overflow-x: hidden;
	background-color: black;
}

body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	background-color: black;
}

ol
{
	list-style: none;
}

#loading_screen
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0b1b2e;
	z-index: 10002;
}

#safari_warning
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(100% - 100px);
	background-color: #e72e2e;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 50px 18px 50px;
}

#safari_warning p
{
	font-family: proxima_nova_semi_bold;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 22px;
}

#lcp
{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	display: flex;
}

#lcp p
{
	font-family: proxima_nova_semi_bold;
	font-size: 16px;
	color: black;
	opacity: 0.01;
}

#main
{
	display: flex;
	flex-direction: column;
}

.section
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.content
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 10;
	flex-direction: column;
	padding: 0px 200px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.content.leaning
{
	margin-top: calc(clamp(100px, 7vw, 140px) + 3.3vw);
	margin-bottom: calc(clamp(100px, 7vw, 140px) - 3.3vw);
}

@media screen and (max-width: 1400px) { .content { padding: 0px 150px; } }
@media screen and (max-width: 1150px) { .content { padding: 0px 100px; } }
@media screen and (max-width: 1020px) { .content { padding: 0px 50px; } }
@media screen and (max-width: 500px) { .content { padding: 0px 25px; } }

.section_end
{
	height: 8vw;
	width: 100%;
	margin: -4vw 0px -4vw 0px;
	transform: rotate(-4deg) scale(1.2, 1);
}

.link
{
	display: inline-block;
	position: relative;
	color: var(--light_blue);
	text-decoration: none;
}

.link:hover
{
	color: var(--light_blue);
}

.link::before
{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 75%;
	left: 0;
	background-color: var(--light_blue);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.link:hover::before
{
	transform: scaleX(0.999);
}

.button
{
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	border: 2px solid var(--light_blue);
	padding: 15px 35px 15px 40px;
	border-radius: 40px;
	font-family: raleway_semi_bold;
	font-size: 16px;
	color: var(--light_blue);
	text-decoration: none;
	background-color: none;
	transition: background-color 0.3s ease;
}

.button:hover
{
	background-color: var(--fade_light_blue);
}

.button .button_arrow
{
	height: 13px;
	margin-left: 15px;
	fill: none;
	stroke: var(--light_blue);
	stroke-width: 3px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.button .button_arrow .path_1, .button .button_arrow .path_2
{
	transition: all 0.3s ease;
}

.button:hover .button_arrow .path_1
{
	d: path("M8.85 1.5 L8.85 15.89");
	d: "M8.85 1.5 L8.85 15.89";
}

.button:hover .button_arrow .path_2
{
	d: path("M16.19 8.54 8.85 15.89 1.5 8.54");
	d: "M16.19 8.54 8.85 15.89 1.5 8.54";
}

.in_animation
{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.section_title
{
	font-family: proxima_nova_bold;
	font-size: 40px;
	margin-bottom: 70px;
	text-align: center;
}

.embed-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Ratio hauteur/largeur (56.25% = 9/16 pour une vidéo 16:9) */
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .embed-container iframe {
        width: 100%; /* Ajustez la largeur pour les écrans plus petits selon vos besoins */
        height: 100%;
    }
}


.safari_fix
{
	filter: none !important;
}

.safari_fix:hover
{
	filter: none !important;
}
.valo {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	font-family: "Muli";
  }
.valo_end
{
	background-color: var(--dark_purple);
}
  .valo a {
	width: 100%;
	max-width: 240px;
	padding: 8px;
	font-size: 0.8rem;
	font-weight: 900;
	color: var(--dark_purple);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 0 0 1px inset var(--dark_purple);
	position: relative;
	margin: 10px 0;
  }
  
  .valo a.white:hover > p {
	color: #ece8e1;
  }
  
  .valo a.white > p {
	background: #ece8e1;
	color: white;
  }
  
  .valo a.white > p span.base {
	border: 1px solid transparent;
  }
  
  .valo a.transparent:hover > p {
	color: #ece8e1;
  }
  
  .valo a.transparent:hover > p span.text {
	box-shadow: 0 0 0 1px #ece8e1;
  }
  
  .valo a.transparent > p {
	background: white;
	color: #ece8e1;
  }
  
  .valo a.transparent > p span.base {
	border: 1px solid #ece8e1;
  }
  
  .valo a:after,
  .valo a:before {
	content: "";
	width: 1px;
	position: absolute;
	height: 8px;
	background: white;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .valo a:before {
	right: 0;
	left: initial;
  }
  
  .valo a p {
	margin: 0;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	z-index: 1;
	left: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
  }
  
  .valo a p span.base {
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	border: 1px solid var(--dark_purple);
  }
  
  .valo a p span.base:before {
	content: "";
	width: 2px;
	height: 2px;
	left: -1px;
	top: -1px;
	background: white;
	position: absolute;
	-webkit-transition: 0.3s ease-out all;
	transition: 0.3s ease-out all;
  }
  
  .valo a p span.bg {
	left: -5%;
	position: absolute;
	background: var(--dark_purple);
	width: 0;
	height: 100%;
	z-index: 3;
	-webkit-transition: 0.3s ease-out all;
	transition: 0.3s ease-out all;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
  }
  
  .valo a p span.text {
	z-index: 4;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
  }
  
  .valo a p span.text:after {
	content: "";
	width: 4px;
	height: 4px;
	right: 0;
	bottom: 0;
	background: white;
	position: absolute;
	-webkit-transition: 0.3s ease-out all;
	transition: 0.3s ease-out all;
	z-index: 5;
  }
  
  .valo a:hover {
	color: #ece8e1;
  }
  
  .valo a:hover span.bg {
	width: 110%;
  }
  
  .valo a:hover span.text:after {
	background: #ece8e1;
  }