:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.mainTexte{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
}
.CustomText {
    color:white !important;
    border-radius: 10%;
}
@media screen and (min-width:1024px) {
.CustomText {
   margin-left: 4%;
}
}
/* Utiliser une police futuriste */
body {
    font-family: 'Orbitron', sans-serif; /* Police futuriste */
    background-color: #0d0d0d; /* Fond sombre */
    color: #00aae7; /* Couleur de texte néon */
    font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* Titres Bootstrap */
h1, h2, h3, h4, h5, h6 {
    color: #ff5f00; /* Rose néon pour les titres */
    text-transform: uppercase;
    text-shadow: 0 0 10px #ff5f00, 0 0 20px #00aae7;
    letter-spacing: 3px;
}

/* Paragraphes */
p {
    color: #00aae7; /* Couleur de texte principale */
    line-height: 1.6;
    /*text-shadow: 0 0 5px #ff5f00, 0 0 10px #00aae7;*/
}

/* Liens */
a {
    color: #00aae7; /* Bleu néon */
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

a:hover {
    color: #ff00ff; /* Couleur rose néon au survol */
    text-shadow: 0 0 15px rgba(255, 0, 255, 0.7), 0 0 25px rgba(255, 0, 255, 0.5);
}

/* Boutons Bootstrap personnalisés */
.btn {
    background-color: #222; /* Fond sombre pour les boutons */
    color: #00ffcc; /* Texte néon */
    border: 2px solid #00ffcc; /* Bordure néon */
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
    background-color: #00ffcc; /* Fond néon au survol */
    color: #0d0d0d; /* Texte foncé */
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.75), 0 0 25px #ff5f00;
}

/* Cartes Bootstrap */
.card {
    background-color: #1a1a1a; /* Couleur sombre pour les cartes */
    border: none;
    box-shadow: 0 0 20px #ff5f00; /* Effet de lueur néon */
    color: #00ffcc;
}

.card-header {
    background-color: #222; /* En-tête sombre */
    color: #ff5f00; /* Couleur des titres des cartes */
    text-shadow: 0 0 10px rgba(255, 0, 127, 0.75), 0 0 20px rgba(255, 0, 127, 0.5);
}

.card-body {
    color: #00ffcc;
}

/* Formulaires Bootstrap */
.form-control {
    background-color: #111; /* Arrière-plan sombre */
    color: #00ffcc; /* Texte néon */
    border: 2px solid #00ffcc; /* Bordure néon */
    box-shadow: 0 0 10px #00aae7;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: #ff00ff; /* Bordure rose néon au focus */
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.75), 0 0 20px rgba(255, 0, 255, 0.5);
}

/* Navigation Bootstrap */
.navbar {
    background-color: #343a40; /* Fond sombre de la barre de navigation */
    box-shadow: 0 0 30px #000000;
}

.navbar-brand {
    color: #000000; /* Couleur néon pour la marque */
    text-transform: uppercase;
}

.navbar-brand:hover {
    color: #000000;
    text-shadow: 0 0 15px rgba(255, 0, 127, 0.7), 0 0 25px rgba(255, 0, 127, 0.5);
}

.nav-link {
    color: #00ffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nav-link:hover {
    color: #ff00ff;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.75), 0 0 15px rgba(255, 0, 255, 0.5);
}

/* Pied de page */
footer {
    background-color: #111;
    color: #00ffcc;
    text-align: center;
    padding: 20px 0;
}

/* Progress bar personnalisée */
.progress-bar {
    background-color: #ff00ff; /* Progression rose néon */
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.75), 0 0 20px rgba(255, 0, 255, 0.5);
}
blockquote {
    background-color: rgba(0, 0, 0, 0.96); /* Fond sombre pour s'intégrer au thème */
    padding: 20px;
    margin: 20px 0;
    color: #00aae7; /* Texte néon cyan */
    font-style: italic;
    transition: box-shadow 0.3s ease;
}

blockquote:hover {
    
}

blockquote p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}
#cyberpunk-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Assure-toi que c'est bien derrière tout */
    pointer-events: none; /* Désactiver les interactions avec le canevas */
}
.text-mobile {
  color: #00aae7;
  font-size: 12px; /* Taille de base pour le mobile */
  line-height: 1.5; /* Hauteur de ligne confortable */
  font-weight: 100; /* Poids de police par défaut */
  text-align: left; /* Alignement par défaut */

  /* Adaptation pour les écrans plus grands */
  @media (min-width: 576px) {
    font-size: 18px; /* Augmente légèrement la taille sur les écrans moyens */
  }

  @media (min-width: 768px) {
    font-size: 20px; /* Plus grand pour tablettes et écrans larges */
  }
}