

body
	{
		background: url("../images/fond.jpg") center / cover no-repeat fixed;
    color: #808080;
		font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}


.mobile-warning {
  background-color: #ff4d4d;  /* rouge vif */
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: bold;
  position: fixed;     /* reste en haut quand on scroll */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;       /* toujours au-dessus de tout */
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* légère ombre */
}

/* Pour éviter que le contenu soit caché derrière la bande */
body {
  padding-top: 40px;  /* ajuste selon la hauteur de la bande */
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}



/* heading section */
h1,h2,h3,h4 {
  color: #fff;
  font-weight: bold;
}

h1,h2 {
  font-size: 30px;
}

/* images retina */
img {
  max-width: 100%;
  height: auto;
}

/* div neon */

.neon-box2 {
  position: relative;
  width: 994px;       /* fixe une largeur pour éviter le décalage */
  max-width: 100%;     /* s’adapte aux écrans plus petits */
  
  background: #000;
  color: white;
  
  font-size: 24px;
  z-index: 1;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 19px;
  text-align: left;
  z-index: -2;   /* sécurité si flex ne fonctionne pas */
}

.neon-box3 p{
  text-align: center;
}
.neon-box3 {
  position: relative;
  width: 994px;       /* fixe une largeur pour éviter le décalage */
  max-width: 100%;     /* s’adapte aux écrans plus petits */
  
  background:;

  color: white;
  
  font-size: 24px;
  z-index: 1;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 19px;
  text-align: left;
     /* sécurité si flex ne fonctionne pas */
}

.discord {
  max-width: 80px!important;
  z-index: 10;
   transition: transform 0.2s ease;
}

/* Animation au hover */
.discord:hover {
  animation: vibrate 0.4s linear infinite;
}

/* Keyframes de vibration */
@keyframes vibrate {
  0%   { transform: rotate(0deg) translateX(0); }
  25%  { transform: rotate(-5deg) translateX(-2px); }
  50%  { transform: rotate(5deg) translateX(2px); }
  75%  { transform: rotate(-5deg) translateX(-2px); }
  100% { transform: rotate(0deg) translateX(0); }
}


.neon-box {
  position: relative;
  width: 994px;       /* fixe une largeur pour éviter le décalage */
  max-width: 100%;     /* s’adapte aux écrans plus petits */
  padding: 60px;
  padding-top: 20px;
  padding-bottom: 90px;
  background: #000;
  color: white;
  text-align: center;
  font-size: 24px;
  z-index: 1;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 19px;
  text-align: left;
  z-index: -2;   /* sécurité si flex ne fonctionne pas */
}

/* Effet néon */
.neon-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  
background: linear-gradient(
  45deg,
  rgba(0, 240, 255, 0.5),
  rgba(0, 0, 0, 0.5),
  rgba(160, 100, 255, 0.5), /* violet moyen/foncé */
  rgba(0, 240, 255, 0.5)
);
  z-index: -1;
  filter: blur(0px);
  opacity: 0.8;
  background-size: 300% 300%;
  animation: neonMove 11s linear infinite;
}

@keyframes neonMove {
  0% { background-position: 0% 70%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }

}

.logo2 {
  max-width: 200px;
  height: auto;
  
}

.logo {
  max-width: 200px;
  height: auto;
  animation: randomBuzz 8s infinite;
}

@keyframes randomBuzz {

  /* état normal */
  0%, 92%, 100% {
    transform: translate(0, 0);
    filter: brightness(1);
  }

  /* petit burst de grésillement */
  46% {
    transform: translate(-1px, 1px);
    filter: brightness(1.1);
  }
  94% {
    transform: translate(1px, -1px);
    filter: brightness(0.95);
  }
  95% {
    transform: translate(-0.5px, 0.5px);
    filter: brightness(1.05);
  }
  96% {
    transform: translate(0.5px, -0.5px);
    filter: brightness(1);
  }
}
.titre2{
  color:pink!important;
}

.wip{
  color:hotpink!important;
  background: black;
}

.wip2{
  
  background: black!important;
}

a {
  color: inherit;       /* Hérite de la couleur du parent */
  text-decoration: none; /* Supprime le soulignement */
  transition: color 0.2s; /* Transition douce si tu changes couleur au hover */
}

a:hover {
  text-decoration: underline; /* soulignement au hover seulement */
  color: inherit; 
   text-decoration: none;            /* reste fidèle à la couleur de la section */
}
a, 
a:visited, 
a:hover, 
a:active, 
a:focus {
  color: inherit;        /* Hérite de la couleur de la section */
  text-decoration: none; /* Plus jamais de soulignement */
  cursor: pointer;       /* Indique que c'est cliquable */
  outline: none;         /* Supprime le contour par défaut au focus, optionnel */
}

.flamingo{
  max-width: 140px;
  height: auto;
}
/* button section */
.btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.4s ease-in;
}
.btn:hover {
  background: #009988;
  border-color: transparent;
}

.yoco{
  color:white;
}

.yoco:hover{
  color:pink;
}

.jua-regular {
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.texte-slide{
  color:white!important;
  padding-top: 40px;
  line-height: 45px!important;
  font-size: 3rem!important;


 
}

.email {
	margin-top: 10px;
	padding: 8px 12px;
}

/* navigation */

.navbar-default {
    background: #202020;

    border: none;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin: 0 !important;
    position: relative;
    top: 20px;
  }
.navbar-default .navbar-brand {
    font-size: 40px;

    line-height: 40px;
    padding-top: 20px;
   }


.active {
	background: #333;

}

/* home section */
#home {
  background: url('../images/home-bg.jpg') no-repeat;
  background-size: cover;
  margin: 0;
  min-height: 500px;
}



@media (max-width: 768px) {
  #home {
    margin-left: 0;
    margin-right: 0;
  }
}
#home h1,
#home h3 {
  line-height: 30px;
  font-size: 40px;
}

/* divider section */
.divider {
  color: #fff;
  text-align: center;
}
.divider .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
}
.divider .divider-wrapper {
  padding: 40px 20px 40px 20px;
  position: relative;
  bottom: 40px;
  transition: all 0.4s ease-in;

}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .divider-one {
  background-image: url("../images/box1.jpg");
  background-size: cover;        
  background-position: center;      
  background-repeat: no-repeat;    
  text-align: left; /* ou right selon ton choix */
  padding-top: 100px; /* pousse le texte vers le bas */
  padding-left: 20px; /* espace depuis la gauche */
  padding-right: 20px; /* optionnel : espace depuis la droite */
  position: relative; /* pour pouvoir ajuster avec bottom si nécessaire */
  overflow: hidden;
  z-index: 1;
  border-radius: 15px!important;



}
.divider .divider-two {
  background-image: url("../images/box2.jpg");
  background-size: cover;        
  background-position: center;      
  background-repeat: no-repeat;    
  text-align: left; 
  padding-top: 100px; 
  padding-left: 20px; 
  padding-right: 20px; 
  position: relative; 
  color: white; /* texte au-dessus */
  overflow: hidden;
  z-index: 2; /* texte au-dessus du pseudo-élément */
  border-radius: 15px!important;
}

.divider .divider-content {
  position: relative; /* indispensable pour que z-index fonctionne */
  z-index: 1;         /* texte au-dessus du pseudo-élément */
}

.divider .divider-two::after {
  content: "";
  position: absolute;
  bottom: 0;           
  left: 0;
  width: 100%;
  height: 55%; /* noir couvrant la moitié inférieure */
  background: linear-gradient(to top, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 100%); 
  /* 5% seulement pour le fondu en haut, reste transparent ensuite */
  pointer-events: none; 
  overflow: hidden;
  z-index: 0; /* derrière le texte */
}

.divider .divider-two h2{
  padding-bottom: 4px;
  /* si tu veux encore plus bas, tu peux ajouter margin-top */
  margin-top: 20px;
  color: #02555E;

}
.divider .divider-three {
   background-image: url("../images/box3.jpg");
  background-size: cover;        
  background-position: center;      
  background-repeat: no-repeat;    
  text-align: left; /* ou right selon ton choix */
  padding-top: 100px; /* pousse le texte vers le bas */
  padding-left: 20px; /* espace depuis la gauche */
  padding-right: 20px; /* optionnel : espace depuis la droite */
  position: relative; /* pour pouvoir ajuster avec bottom si nécessaire */
  z-index: 2;
  border-radius: 15px!important;
}

/* about section */
#about-header {
  background: url('../images/about-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: none;

}
#about {
  padding-top: 60px;
  padding-bottom: none;
}
#about .container {
  background: transparent;

}
#about .col-md-6 {
  padding: 0;
  margin: 0;
}
#about .about-des {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}

#about .fl-img{
  max-width: 500px;
  
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #about .fl-img {
    max-width: 100%;     /* prend toute la largeur possible */
    padding-left: 20px;  /* réduit le padding */
    padding-top: 20px;   /* réduit le padding */
  }
}
#about .btn {
  margin-top: 5px;
  color: pink;
}

/* team section */
#team {
  padding-top: 60px;
  padding-bottom: 80px;
}
#team h2 {
  padding-bottom: 30px;
  text-align: center;
}
#team h3 {
  padding-bottom: 10px;
}
#team .team-wrapper {
  border: 2px solid #303030;
  padding: 20px;
}
#team h4 {
  color: #d54ab6;
}
#team img {
  opacity: 0.8;
}
#team hr {
  border-color: #303030;
  margin-top: 80px;
  margin-bottom: 80px;
}
#team strong {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 10px;
}
#team .progress {
  border-radius: 0px;
  height: 4px;
}



/* footer section */
footer {
  background: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 80px;
}
  
footer .fa {
	font-size: 18px;
	margin-right: 10px;
	padding: 5px;
}
footer h3 {
  padding-bottom: 10px;
}

or: transparent;
}
footer .input-group-addon {
  background: #fff;
}
footer a, footer a:visited {
  font-size: 14px;
  color: #999;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* copyright section */
.copyright {
	margin: 10px 0px;
  padding-left: 75px;
}
.copyright p {
  padding-top: 20px;
}
.social-icons {
  padding: 0px;
  margin: 0px;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  background: #303030;
  margin: 10px 0px 0px 0px;
}
.social-icons li a {
  color: #909090;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.4s ease-in;
  
}
.social-icons li a:hover {
  background: #d54ab6;
  color: #fff;
}

/* media 960 */
@media ( max-width: 980px ) {
  .divider .divider-wrapper {
    margin-bottom: 20px;
  }
  #about .about-des {
    padding-bottom: 40px;
  }
  #team .team-wrapper {
    margin-bottom: 40px;
  }
  #contact h3 {
    padding-top: 20px;
  }
  #contact .btn {
    margin-bottom: 20px;
  }
  footer h3 {
    padding-top: 30px;
  }
}