/*==========SECTION-HEAD/NAV===============*/
/* Reset des styles par défaut */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Styles pour le header */
header {
  background-color: black;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-variant: small-caps;
  margin: auto;
  width: 100%;
  z-index: +1;
}

header h1 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-image: linear-gradient(to right, #76c893, #34a0a4, #4a4e69);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

nav ul li {
  margin-right: 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

nav ul li a:hover {
  background-image: linear-gradient(to right, #76c893, #34a0a4, #4a4e69);
}
/*==========/SECTION-HEAD/NAV===============*/

/*==========SECTION-BODY===============*/
/*==========SECTION-BODY===============*/

/* Styles de base */
body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  background-color: black;
  overflow-x: hidden; /* Empêche le défilement horizontal */
}

.neonText {
  animation: flicker 2.5s infinite alternate;
  color: #fff;
}

/* Flickering animation */
@keyframes flicker {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px #5a189a,
      0 0 90px #5a189a,
      0 0 150px #5a189a;
  }
  
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}

/* Styles pour la section intro */
.intro {
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 100px 0;
  margin: auto;
}

.intro h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.intro p {
  font-size: 18px;
  margin-bottom: 40px;
  color: white;
  font-variant: small-caps;
}

.cta-button {
  display: inline-block;
  background-color: #5a189a;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
}

.cta-button:hover {
background-image: linear-gradient(to right, #76c893, #34a0a4, #4a4e69);
transition: background-color 0.3s ease;
}

/*==========SECTION-BGIMG===============*/

#myVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajuste la vidéo pour couvrir tout l'arrière-plan */
  z-index: -1; /* Place la vidéo derrière le contenu */
}

.background-image {
  display: none;
}


/*==========/SECTION-BGIMG===============*/

/*=======SECTION-MENU=========*/
.menu {
  width: 100%;
  height: 100%;
  display: inline-flex;
  text-align: center;
  padding: 20px;
  margin: auto;
  margin-bottom: 50px;
}


.status {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    border: 2px solid #5a189a;
    height: 100%;
    width: 100%;
}

.status:hover {
    transform: scale(1.05);
}


#services {
  width: 30%;
  height: 600px;
  text-align: left;
  /*border: 1px solid yellow;*/
}

#services h1 {
  /*border: 1px solid green;*/
  text-align: center;
  color: white;
  text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px orange,
      0 0 90px orange,
      0 0 150px orange;
}

#services h3 {
  width: 100%;
  /*border: 2px solid red;*/
  margin-left: 20px;
  color: white;
  text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px purple,
      0 0 40px purple,
      0 0 80px purple,
      0 0 90px purple,
      0 0 100px purple,
      0 0 150px purple;
}
#services p {
  width: 50%;
  /*border: 2px solid green;*/
  margin-left: 80px;
  color: yellow;
  text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px purple,
      0 0 40px purple,
      0 0 80px purple,
      0 0 90px purple,
      0 0 100px purple,
      0 0 150px purple;
}


#discord {
  border: 2px solid #5a189a;
  width: 100%;
  height: 20%;
  margin-top: 10px;
  background-color: #212a4c;
}

.status-gauche {
  width: 50%;
  height: 100%;
  /*border: 1px solid yellow;*/
  float: left;
}

.status-droite {
  width: 50%;
  height: 100%;
  /*border: 1px solid blue;*/
  float: right;
}

.status-droite img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#omacornerstore {
  border: 2px solid #5a189a;
  width: 100%;
  height: 20%;
  margin-top: 10px;
  background-color: #46205d;
}

#omaoptic {
  border: 2px solid #5a189a;
  width: 100%;
  height: 20%;
  margin-top: 10px;
  background-color: #0c81a0;
}

#omastone {
  border: 2px solid #5a189a;
  width: 100%;
  height: 20%;
  margin-top: 10px;
  background-color: #91a1c2;
}

#southlandstatus {
  border: 2px solid #5a189a;
  width: 100%;
  height: 20%;
  margin-top: 10px;
  background-color: #a3a812;
}








/*))))))))))))))))))))))))))))))))))))*/

#showbox {
  width: 70%;
  height: 100%;
}

#showbox h1 {
  font-variant: small-caps;
  font-size: 30pt;
  text-align: center;
  color: white;
  text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px orange,
      0 0 90px orange,
      0 0 150px orange;
}

/*Images de cartes de vente*/
.imgshowbox {
  width: 100%;
  height: 100%;
}

.price-card {
  width: 300px;
  margin: 20px;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;  
  color: #ecf0f1;
  background: linear-gradient(#76c893, #34a0a4, #4a4e69);;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 6px #6930c3;
  -webkit-box-shadow: 2px 2px 6px white;
  transition: transform 0.3s;
}

.price-card:hover {
  transform: translateY(-5px); /* Légère translation vers le haut au survol */
}

.price-card ul {
  list-style: none;
  padding: 0;
}

.price-card h3 {
  font-size: 24px;
  color: white;
  text-shadow: 
      0 0 40px #0fa,
      0 0 200px #0fa;
}

.price {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  font-style: italic;
  color: #80ffdb;
  text-shadow: 
      0 0 40px #0fa,
      0 0 200px #0fa;
}

.price-card ul {
  text-align: left;
  margin-bottom: 20px;
  color: white;
}

.price-card ul li {
  margin-bottom: 10px;
}


/*==========SECTION-IMMOWALLSTOCK===============*/
.stone {
  background-color: #A3E4F4;
  padding: 40px 0;
  text-align: center;
  margin: auto;
  display: block;
}

.stone h1 {
  font-variant: small-caps;
  color: #583101;
}

.stone h2 {
  font-variant: small-caps;
}

.stone h3 {
  font-variant: small-caps;
}
/*==========/SECTION-IMMOWALLSTOCK===============*/

/*==========SECTION-STONESHOW===============*/
.stoneshow {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  display: block;
}

.portfolio {
  width: 100%;
  height: 400px;
  border: 2px solid red;
}

.portfolio img {
  width: 33%;
  height: 100%;

}
/*==========/SECTION-STONESHOW===============*/

/*==========SECTION-INTROCARSHOW===============*/
/* Styles pour la section INTROCARSHOW */
.cars {
  background-color: #f9f9f9;
  padding: 40px 0;
  text-align: center;
  margin: auto;
  height: 100%;
}

.cars h1 {
  font-variant: small-caps;
  color: white;
    text-shadow:
    0 0 5px green,
    0 0 10px green,
    0 0 20px green,
    0 0 40px green,
    0 0 80px green,
    0 0 90px green,
    0 0 100px green,
    0 0 150px green;
}

.cars h2 {
  color: green;
  font-variant: small-caps;
}

.cars h3 {
  font-variant: small-caps;
  color: green;
}

.cars-item {
  display: inline-block;
  margin: 10px;
}

.cars-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.cars .image-wrapper {
  position: relative;
  width: 250px;
  height: 200px;
  margin: 10px;
  overflow: hidden;
  perspective: 1000px;
  transition: transform 2s, box-shadow 2s;
}

.cars .image-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.5);
}

.cars .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s;
}

.cars .image-wrapper:hover img {
  transform: scale(1.5);
}
/*==========/SECTION-INTROCARSHOW===============*/


/*========SECTION-OMACORNERSHOP==========*/
.omacornershop {
  display: inline-flex;
  margin: auto;
  width: 100%;
  height: 100%;
  font-variant: small-caps;
  text-align: center;
  color: orange;
  text-shadow:
    0 0 5px #00b4d8,
    0 0 10px #00b4d8,
    0 0 20px #00b4d8,
    0 0 40px #00b4d8,
    0 0 80px #00b4d8,
    0 0 90px #00b4d8,
    0 0 100px #00b4d8,
    0 0 150px #00b4d8;
    background-color: cornsilk;
}

.omacornershopboximg {
  width: 50%;
  height: 100%;
  margin: auto;
  padding: 20px 20px 20px 20px;
}

.omacornershopboximg img {
  width: 70%;
  height: 100%;
  border-radius: 50px;
  filter: brightness(50%); /* Réduction de la luminosité de l'image de fond */
  
}

.omacornershopboxtext {
  margin: auto;
  width: 50%;
  height: 100%;
  color: white;
  text-align: center;
  background-color: white;
  border-radius: 20px;
}
/*========/SECTION-OMACORNERSHOP==========*/

/*========SECTION-OMAANDFINANCES==========*/
.omlcorpbureau {
  display: inline-flex;
  margin: auto;
  width: 100%;
  height: 100%;
  font-variant: small-caps;
  text-shadow:
    0 0 5px brown,
    0 0 10px brown,
    0 0 20px brown,
    0 0 40px brown,
    0 0 80px brown,
    0 0 90px brown,
    0 0 100px brown,
    0 0 150px brown;
    background-color: cornsilk;
}

.omlcorpbureauboxtext {
  margin: auto;
  width: 50%;
  height: 100%;
  color: white;
  text-align: center;
  background-color: white;
  border-radius: 20px;
}

.omlcorpbureauboxtext h1 {
  color: white;
}

.omlcorpbureauboximg {
  width: 50%;
  height: 100%;
  margin: auto;
  padding: 20px 20px 20px 20px;
}

.omlcorpbureauboximg img {
  margin-left: 15%;
  width: 70%;
  height: 100%;
  border-radius: 50px;
  filter: brightness(50%); /* Réduction de la luminosité de l'image de fond */
}
/*========SECTION-/OMAANDFINANCES==========*/



/*=======SECTION-COMMU==========*/
.commu {
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
}

.commu img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}



/* Styles pour le footer */
footer {
  background-color: black;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

footer p {
  margin-bottom: 0;
}


@media screen and (max-width: 980px){

  .background-image {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    opacity: 80;
    pointer-events: none; /* Permet de cliquer à travers l'image */
    z-index: -1; /* Place l'image en arrière-plan */
    filter: brightness(30%); /* Réduction de la luminosité de l'image de fond */
  }



  #myVideo {
    display: none;
  }


    header {
      display: flex;
      flex-flow: column;
      position: static;
      text-align: center;
    }

    header h1 {
      margin: auto;
    }

    nav ul {
      text-align: left;
      display: flex;
      flex-flow: row wrap;
      height: 100%;
      width: 100%;
      margin: auto;    
    }

    nav ul li {     
      position: relative;
      background-image: linear-gradient(to right, rgb(20, 13, 39), #431766, #7f0fc9);
      border-radius: 10px;
      margin: auto;
      margin-top: 10px;
      width: 100%;
      box-shadow: 5px 5px 5px #56ab91;


    }

    nav ul li a {
      display: flex;
      flex-flow: row wrap;
    }

    .intro {
      margin: auto;
    }

    .menu {
      display: flex;
      flex-flow: row wrap;
      margin: auto;
      height: 100%;
    }

    #services {
      margin: auto;
      width: 100%;
      margin-bottom: 30%;
    }

    #showbox {
      margin: auto;
      width: 100%;
      height: 100%;
    }


    #stoneshow {
      margin: auto;
      width: 100%;
      height: 100%;
    }

    .omaandfinances {
      display: inline-block;
    }

    .financeboxtext {
      width: 100%;
      height: 50%;
    }

    .financeboximg {
      width: 100%;
      height: 50%;
    }


    .omacornershop {
      display: inline-block;
    }

    .omacornershopboximg {
      width: 100%;
      height: 50%;
    }

    .omacornershopboxtext {
      width: 100%;
      height: 50%;
    }


    .omlcorpbureau {
      display: inline-block;
    }

    .omlcorpbureauboxtext {
      width: 100%;
      height: 50%;
    }

    .omlcorpbureauboximg {
      width: 100%;
      height: 50%;
    }



}



 /* Slider Styles */
 .slider img {
  max-width: 100%;
  transition: transform 0.3s;
  border-radius: 50px;
}
.slider img:hover {
  transform: scale(1.05);
}

.text-center {
  color: white;
  font-weight: 200;
  letter-spacing: -0.06em;
  word-spacing: 0.2em;
  font-size: 3em;
  background-color: black;
  border-radius: 50px;
}


.cardxflyer {
  padding: 20px 20px 20px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #26302f;
}

.boxcardxflyer {
  
  width: 100%;
  height: 100%;
}

.boxcardxflyer img {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 20px;
  padding: 0 0 10px 10px;
}