html {
	scroll-behavior: smooth;
	font-family: 'Gordita', sans-serif !important;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-BlackItalic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-BoldItalic.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-LightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-MediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-RegularItalic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}


h1 {
	font-family: 'Gordita', sans-serif;
	font-weight: 900;
	font-size: 50px !important;
	margin-bottom: 30px !important;
}

h2 {
	font-family: 'Gordita', sans-serif;
	font-weight: bold;
	/* Bold */
	font-size: 40px !important;
	/* Exemple de taille, ajustez selon vos besoins */
}

h3 {
	font-family: 'Gordita', sans-serif;
	font-weight: 500;
	/* Medium */
	font-size: 24px;
	/* Exemple de taille, ajustez selon vos besoins */
}

h4 {
	font-family: 'Gordita', sans-serif;
	font-weight: normal;
	/* Regular */
	font-size: 20px;
	/* Exemple de taille, ajustez selon vos besoins */
}

h5 {
	font-family: 'Gordita', sans-serif;
	font-weight: 300;
	/* Light */
	font-size: 18px;
	/* Exemple de taille, ajustez selon vos besoins */
}

h6 {
	font-family: 'Gordita', sans-serif;
	font-weight: 300;
	/* Light, pour un aspect plus fin */
	font-size: 16px;
	/* Exemple de taille, ajustez selon vos besoins */
}

p {
	font-family: 'Gordita', sans-serif;
	font-weight: 200;
	/* Light */
	font-size: 14px !important;
	/* Exemple de taille, ajustez selon vos besoins */

}


.purple {
	color: #7018FF;
}

.green {
	color: #0FE431;
}

.red {
	color: #e40f0f;
}

.white {
	color: #fff;
}

.white-70 {
	color: rgba(255, 255, 255, 0.7);
}


.purple-gradient {
	background-image: linear-gradient(to right, #7018FF, rgba(112, 24, 255, 0.7));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline;
}


.btn-purple {
	padding: 20px 40px;
	text-decoration: none;
	background-color: #7018FF;
	border-radius: 100px;
	color: white;
	border: 1px solid #7018FF;
	font-size: 16px;
	font-family: 'Gordita', sans-serif;
	font-weight: 500;
	transition: 0.7s;
}

.btn-purple:hover {
	border-radius: 10px;
	background-color: white;
	color: #7018FF;

}

.btn-purple-mini {
	padding: 15px;
	text-decoration: none;
	background-color: #7018FF;
	border-radius: 100px;
	color: white;
	border: 1px solid #7018FF;
	font-size: 14px;
	font-family: 'Gordita', sans-serif;
	font-weight: 500;
	transition: 0.7s;
}

.btn-purple-mini:hover {
	border-radius: 10px;
	background-color: white;
	color: #7018FF;
}

.btn-white {
	padding: 20px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 100px;
	color: #7018FF;
	border: 1px solid #fff;
	font-size: 16px;
	font-family: 'Gordita', sans-serif;
	font-weight: 500;
	transition: 0.7s;
}

.btn-white:hover {
	border-radius: 10px;
	background-color: transparent;
	color: #fff;
	border-color: ;

}

.custom-nav {
	padding: 20px;

	
    -webkit-backdrop-filter: blur(5px); /* Préfixe pour Safari et navigateurs basés sur WebKit */
  backdrop-filter: blur(5px); /* Standard */
}

.custom-nav-link {

	font-weight: bold;
	/* Bold */
	color: black;
	text-decoration: none;
	transition: 0.5s;

}

.custom-nav-link2 {

	font-weight: lighter;
	/* Bold */
	color: black;
	text-decoration: none;
	transition: 0.5s;
	margin-bottom: 20px;
}

.purple-pill {
	color: #7018FF;
	background-color: rgba(112, 24, 255, 0.2);
	border-radius: 10px;
	padding: 15px 10px;
	font-family: 'Gordita', sans-serif;
	font-weight: 400;


}

.logo-nav {
	width: 125px;
	height: auto;
}

.custom-nav-link:hover {
	color: #7018FF;
}


.section-height-100 {
	height: 100vh;
}

.section-padding-100 {
	padding: 100px 0;
}


.custom-container {
	width: 86%;
	margin: 0 auto;
}

.card-1 {
	padding: 20px;
	border: 0.3px solid rgba(0, 0, 0, 0.17);
	border-radius: 10px;
	margin-bottom: 20px;
	transition: 0.5;
	background-color: #fff;
}

.card-1:hover {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.17);
	transition: 0.5s;
	border: 0.5px solid white;
}

.big-card {
	background-image: linear-gradient(to right, #5e00ce, #b399ff);
	;
	padding: 70px;
	border-radius: 20px;
}


.nav-link-mobile {
	display: block;
	margin-bottom: 20px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	/* Bold */
	font-size: 35px;
	text-decoration: none;
	color: white;
	padding: 0 10px 0 10px;
	transition: .7s;
}

.nav-mobile {
	background: #7018FF !important;
	backdrop-filter: blur(207px);
	;
	height: 100vh !important;
}


.nav-minilink-mobile {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 200;
	/* Bold */
	font-size: 20px;
	text-decoration: none;
	color: white;
	padding: 0 10px 0 10px;
	transition: .7s;
}

#hero {
    height: 110vh;
	background-image: url('../medias/fondhero.png');
    background-repeat: no-repeat;
    background-size:cover;
}


.custom-nav.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030; /* Assurez-vous qu'ils sont au-dessus des autres éléments */
    transition: opacity 0.5s ease; /* Ajoute une transition douce */
  }
  

@media (max-width: 768px) {
	#hero {
		height: 115vh;
		background-image: none;
		background-size: cover;
		background-repeat: no-repeat;
	}

	p {
		font-size: 16px !important;
	}

	h1 {
		font-size: 36px !important;
	}

	h2 {
		font-size: 32px !important;
	}

	.section-height-100 {
		height: 80vh;
	}

	.section-padding-100 {
		padding: 70px 0;
	}

	.custom-nav {
		margin-top: 0px !important;
	}

	.big-card {
		padding: 20px !important;
	}

	.custom-container {
		width: 92%;
		margin: 0 auto;
	}
}