* {
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 400;
	text-decoration: none;
	user-select: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-transform: none;
	outline: none;
	border: none;
	transition: all .2s linear;
}

body {
	background-color: black;
}

#MainBody {
    overflow: hidden;
}

#BaseBody {
	overflow: hidden;
}
.element_nav {
	font-size: 30px;
	color: white;
}

.menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: black;
	z-index: 999999999999999999999999999999999999999999999999999999;
	width: 100%;
	position: fixed;
}

.centre_div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 112px;
	width: 112px;
}

#fond {
	z-index: -1000;
	position: fixed;
}

#titre {
	font-size: 110px;
	color: white;
	top: 100px;
	position: absolute;
}

#phrase {
	position: absolute;
	font-size: 90px;
	color: white;
	top: 400px;
	display: flex;
	justify-content: center;
}

.titre_histoire {
	color: white;
	font-size: 75px;
}

.histoire {
	font-size: 40px;
	color: white;
}

.voiraussi {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color: white;
	font-size: 40px;
}

.espace {
	width: 100%;
	height: 1200px;
	background-color: black;
}

#box {
	display: flex;
	flex-direction: column;
	position: absolute;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 10px 15px rgba(0,0,0,.2);
	text-align: center;
	padding: 30px;
	height: 100%; 
	width: 100%;
}

#cookies_privacy {
	color: #333;
	font-size: 40px;
	padding: 5px 0;
}

.donnees {
	color: #666;
	font-size: 20px;
	padding: 5px 0;
	line-height: 1.8;
}

#accept {
	background: #fbb45f;
	color: #fff;
	border-radius: 5px;
	display: block;
	margin: 15px 0;
	padding: 10px;
	font-size: 30px;
	width: 150px;
	height: 65px;
	cursor: pointer;
}

#accept:hover {
	letter-spacing: 1px;
	opacity: .8;
}

.refuse {
	color : #000000;
	font-size: 30px;
	cursor: pointer;
	z-index: 10000;
}

.refuse:hover {
	opacity: 0;
}

#box_inner {
	position: relative; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


/*
---------------------------------------------------------------------------------------------------------------------------------------
CSS pour les pages de présentations des models
---------------------------------------------------------------------------------------------------------------------------------------
*/

#ImageCleMiura {
	width: 100%;
	z-index: 10000;
}

.presentationTitre {
	color: white;
	font-size: 70px;
    z-index: 9999;
}

#presentationTitreMiura {
	position: absolute;
	top: 200px;
	left: 30px;
}

#parallaxMiura {
    background-image: url("Miura.png");
}

#presentationTitreMiuraP400S {
	position: absolute;
	top: 400px;
	left: 30px;
}

#parallaxMiuraP400S {
    background-image: url('MiuraP400SV.png');
}

#presentationTitreMiuraP400SV {
	position: absolute;
	top: 200px;
	left: 30px;
}

#parallaxMiuraP400SV {
    background-image: url("MiuraP400S.jpg");
}

#presentationTitreCountach {
	position: absolute;
	top: 300px;
	left: 30px;
}

#parallaxCountach {
    background-image: url("countach.jpg");
}

#presentationTitreCountachLP400 {
	position: absolute;
	top: 300px;
	left: 30px;
}

#parallaxCountachLP400 {
    background-image: url("countachLP400.jpg");
}

#presentationTitreCountach5000 {
	position: absolute;
	top: 200px;
	left: 30px;
}

#parallaxCountach5000 {
    background-image: url("countach5000.jpg");
}

#presentationTitreDiablo {
	position: absolute;
	top: 200px;
	left: 30px;
}

#parallaxDiablo {
    background-image: url("Diablo.jpg");
}

#presentationTitreDiabloSV {
	position: absolute;
	top: 200px;
	left: 30px;
}

#parallaxDiabloSV {
    background-image: url("Diablo_SV.jpeg");
}

#presentationTitreDiabloVT {
	position: absolute;
	top: 200px;
	left: 30px;
}

#parallaxDiabloVT {
    background-image: url("DiabloVT.jpeg");
}

#presentationTitreMurcielago {
	position: absolute;
	top: 300px;
	left: 30px;
}

#parallaxMurcielago {
    background-image: url("Murcielago.jpg");
}

#presentationTitreMurcielagoLP640 {
	position: absolute;
	top: 300px;
	left: 30px;
}

#parallaxMurcielagoLP640 {
    background-image: url("MurcielagoLP640.jpg");
}

.carousel-slide {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 80vh; /* Le conteneur occupe 80% de la hauteur de la fenêtre */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: black;
}

.carousel-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    height: 100%; /* L'item occupe toute la hauteur du conteneur */
    box-sizing: border-box;
    gap: 2%; /* Ajoute un espace entre l'image et le texte */
}

/* Ajout d'une animation de zoom sur les images */
.carousel-image {
    flex: 1;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    image-rendering: crisp-edges;
    transition: transform 0.8s ease;
}

/* Applique un léger zoom à l'image active */
.carousel-item.active .carousel-image {
    transform: scale(1.05); /* Zoom léger */
}

.carousel-text {
    flex: 1;
    padding: 2%; /* Ajoute un espace interne au texte */
    color: white;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    overflow: hidden;
    max-height: 100%; /* Limite la hauteur du texte à celle de l'item */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centre verticalement le contenu */
}

/* Animation pour le titre */
.carousel-text h2 {
    font-size: 36px; /* Augmentation de la taille */
    color: #fbb45f;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(-30px); /* Part de moins haut */
    transition: opacity 1.2s ease, transform 1.2s ease; /* Transition légèrement plus rapide */
}

/* Animation pour le paragraphe */
.carousel-text p {
    font-size: 20px; /* Augmentation de la taille */
    line-height: 2; /* Espacement confortable */
    opacity: 0;
    transform: translateY(30px); /* Part de moins bas */
    transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.3s; /* Transition légèrement plus rapide */
}

/* Quand le texte devient visible */
.carousel-text.show h2 {
    opacity: 1;
    transform: translateY(0); /* Arrive à sa position normale */
}

.carousel-text.show p {
    opacity: 1;
    transform: translateY(0); /* Arrive à sa position normale */
}

.carousel-prev, .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: white;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; /* Transition pour l'ombre aussi */
}

.carousel-prev:hover, .carousel-next:hover {
    background: #fbb45f; /* Change la couleur de fond */
    transform: translateY(-50%) scale(1.2); /* Ajoute le zoom sans déplacer le bouton */
    box-shadow: 0px 4px 10px rgba(251, 180, 95, 0.5); /* Ombre dynamique */
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.NavBarSpace {
	width: 100%;
	height: 100px;
}

.NavBarSpaceImg {
	width: 100%;
	height: 110px;
}

.NavBarSpaceContact {
	width: 100%;
	height: 90px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden; /* Empêche le scroll pendant le chargement */
}

.loader-logo {
    width: 150px; /* Taille du logo */
    opacity: 0;
    animation: fadeZoomLoader 3s ease-in-out forwards;
}

@keyframes fadeZoomLoader {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}

/* Animation pour afficher le contenu */
.content {
    opacity: 0;
    animation: fadeInContent 1s ease-in-out forwards;
    animation-delay: 3s; /* Attend 3 secondes */
}

@keyframes fadeInContent {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Effet Parallax */
.parallax {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}

/* Menu Container */
.menu-container {
    position: relative;
    z-index: 1000;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Bouton Menu Burger */
.nav-icon-5 {
    width: 35px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 1100;
}

.nav-icon-5 span {
    background-color: #fff;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 100%;
    height: 4px;
    transition-duration: 500ms;
}

.nav-icon-5 span:nth-child(1) { top: 0px; left: 0px; }
.nav-icon-5 span:nth-child(2) { top: 13px; left: 0px; opacity: 1; }
.nav-icon-5 span:nth-child(3) { bottom: 0px; left: 0px; }

.nav-icon-5.open span:nth-child(1) { transform: rotate(45deg); top: 13px; }
.nav-icon-5.open span:nth-child(2) { opacity: 0; }
.nav-icon-5.open span:nth-child(3) { transform: rotate(-45deg); top: 13px; }

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease;
    overflow: hidden; /* Empêche les scrollbars d'interférer ici */
    padding: 20px; /* Ajuste l'espacement */
}

.fullscreen-menu.active {
    display: flex;
    opacity: 1;
    overflow-y: auto; /* Permet le défilement dans le menu uniquement */
}

.fullscreen-menu {
    /* En plus des styles mentionnés ci-dessus */
    overflow-y: auto; /* Permet un scrolling propre */
    scrollbar-width: thin; /* Style plus propre pour la scrollbar (Firefox) */
}

.fullscreen-menu::-webkit-scrollbar {
    width: 8px; /* Largeur de la scrollbar */
}

.fullscreen-menu::-webkit-scrollbar-thumb {
    background: #fbb45f; /* Couleur personnalisée de la scrollbar */
    border-radius: 10px; /* Bord arrondi */
}

.fullscreen-menu::-webkit-scrollbar-thumb:hover {
    background: #e09c38; /* Couleur au survol */
}

/* Désactiver le scrolling */
body.no-scroll {
    overflow: hidden;
}

/* Menu Columns */
.menu-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #333;
}

.menu-column:last-child {
    border-right: none;
}

.menu-column h3 {
    font-size: 32px; /* Plus grand */
    margin-bottom: 15px;
    color: #fbb45f;
}

.menu-column a {
    color: white;
    text-decoration: none;
    font-size: 24px; /* Plus grand */
    transition: color 0.3s;
}

.menu-column a:hover {
    color: #fbb45f;
}

.toggle-switch {
    position: relative;
    width: 100px;
    height: 50px;
    --light: #d8dbe0;
    --dark: #28292c;
    --link: rgb(27, 129, 112);
    --link-hover: rgb(24, 94, 82);
}

.switch-label {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: var(--dark);
    border-radius: 25px;
    cursor: pointer;
    border: 3px solid var(--dark);
}

.checkbox {
    position: absolute;
    display: none;
}

.slider {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.checkbox:checked ~ .slider {
    background-color: var(--light);
}

.slider::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-box-shadow: inset 12px -4px 0px 0px var(--light);
    box-shadow: inset 12px -4px 0px 0px var(--light);
    background-color: var(--dark);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.checkbox:checked ~ .slider::before {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    background-color: var(--dark);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
---------------------------------------------------------------------------------------------------------------------------------------
CSS pour le footer des pages de présentations des models
---------------------------------------------------------------------------------------------------------------------------------------
*/

.footer {
    width: 100%;
    height: 100px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.scrolling-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, white 50%, rgba(255, 255, 255, 0.1) 100%);
    animation: scroll-line 3s linear infinite;
}

.led-text {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

/* Animation pour la ligne défilante */
@keyframes scroll-line {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/*
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Mobile Warning
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

#mobileWarning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
}

#mobileWarning.hidden {
    display: none;
}

.warning-logo {
    width: 150px; /* Ajuste selon tes préférences */
    margin-bottom: 20px;
}

.warning-text {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

#sound-status {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}