* {
    margin: 0;
  }
  
  body {
    font-family: 'Manrope', sans-serif;
  
    background-color: #ffffff;
  }

    body, html {
    overflow-x: hidden; /* À utiliser avec précaution et comme solution temporaire */
}
  
  a {
    color: #242424;
    text-decoration: none;
  }
  

  
  h1 {
    font-size: 3.5em;
    color: #242424;
    font-family: 'Montserrat', sans-serif;
  }
  

  li {
    font-size: 1.1em;
    color: #242424;
  }
  

  
  .tabl1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  

  .carre-contenu {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #FFCC00;
    border-left: 1px solid #FFCC00;
    border-bottom: 1px solid #FFCC00;
    border-top-left-radius: 5%;
    border-bottom-left-radius: 5%;
    padding: 5%;
    margin:2%;
    
  }
  
  .carre-contenu h3 {
    margin-top: 0.5%;
    text-align: center;
    font-weight: lighter;
  }
  
 
  
 .carre-contenu img{
  display: flex;
  align-items: center;
  width: 8vw;
  height: auto;
  transition: all 0.3s ease;
 }

@keyframes bounceRealistic {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  80% {
    transform: translateY(-8px);
  }
}

 .carre-contenu:hover img {
  animation: bounceRealistic 0.8s ease;
}
  
  .a-propos-main {
    width: 65%;
    margin: auto;
    padding-top: 3%;
    padding-bottom: 2%;
  }



  .a-propos-main h1{
    margin-bottom: 5%;
    margin-top: 5%;
    color: #242424;
    font-size: 2em;
  }

  .apm h3{
    text-align: justify;
    font-weight: lighter;
    font-size: 1.2em;
    width: 100%;
    margin: auto;
  }

  .a-propos-main h2 p{
    color: #242424;
  }
  
  .background{
    background-color: #242424;
  }



  .a-propos-services{
    background-image:url('images/nightfactory.jpg');
    display: flex;
    flex-direction: column;

    padding-top: 3%;
    padding-bottom: 1%;
  }

  
  .a-propos-services h1{
      width: 65%;
    margin: auto;
    color: #FFCC00;
    font-size: 2em;
  }

  .a-propos-services h3{
    margin-bottom: 2%;
    margin-top: 1%;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
        width: 65%;
    margin: auto;
  }

  .a-propos-services ul li{
        width: 65%;
    margin: auto;
    margin-bottom: 1%;
    margin-top: 1%;
    color: white;
    
  }

  .a-propos-services .bouton{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4%; 
  }


.fondnous img{
   display: flex;
    
  }

.a-propos-engage{
    width: 65%;
    margin: auto;
    padding-top: 1%;
    padding-bottom: 1%;
}

.a-propos-engage h1{

    margin-top: 2%;
    color: #FFCC00;
    font-size: 2em;
  }

  .a-propos-engage h3{
    margin-bottom: 2%;
    margin-top: 1%;
    color: #ffffff;
    font-weight: lighter;
  }

  .a-propos-valeur {
    width: 65%;
    margin: auto;
    padding-top: 1%;
    padding-bottom: 2%;
  }



  .a-propos-valeur h1{
    margin-bottom: 3%;
    margin-top: 3%;
    color: #242424;
    font-size: 2em;
  }

  .a-propos-valeur h2 p{
    color: #242424;
  }

  .carre-contenu2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #FFCC00;
    border-right: 1px solid #FFCC00;
    border-bottom: 1px solid #FFCC00;
    border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;
    padding: 5%;
    margin:2%;
    
  }
  
  .carre-contenu2 h3 {
    margin-top: 0.5%;
    text-align: center;
    font-weight: lighter;
  }
  
  
 .carre-contenu2 img{
  display: flex;
  align-items: center;
  width: 8vw;
  height: auto;
  transition: all 0.3s ease;
 }

  .carre-contenu2:hover img {
  animation: bounceRealistic 0.8s ease;
}

 .a-propos-equipe{
    width: 65%;
    margin: auto;
    padding-top: 1%;
    padding-bottom: 3%;
}

.a-propos-equipe h1{
    margin-bottom: 3%;
    margin-top: 3%;
    color: #FFCC00;
    font-size: 2em;
  }

  .a-propos-equipe h3{
    margin-bottom: 3%;
    margin-top: 2%;
    color: #ffffff;
    font-weight: lighter;
  }

  .container{
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: auto;
    justify-content: space-between;
    align-items: center;
  }

  .rondphoto{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rondphoto h3{
    margin-bottom: 3%;
    margin-top: 2%;
    color: #ffffff;
    font-weight: lighter;
    font-size: small;
  }
 
  .rondphoto img{
    border-radius: 50%;
    width: 12vw;
    height: auto;
  }  

  /*Header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  height: 150px;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 100;
  object-fit: contain;
  display: flex;
  align-items: center;
}

header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 55%;
  width: 45%;
  height: 1px;
  background-color: #FFCC00;
}

.cta {
  background: linear-gradient(#FFCC00, #ffd53c);
  color: rgb(0, 0, 0);
  border-radius: 30px;
  padding: 10px 20px;

  transition: background 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

.logo-link img {
  height: 100px;
  width: auto;
  max-height: 100%;
  display: block;
}

.cta:hover {
  background: linear-gradient(#fddf70, #fde795);
  text-decoration: none;
}

nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

nav > div {
  display: flex;
  align-items: center;
  gap: 20px;
}


nav a {
  font-size: 1em;
  color: #242424;
  text-decoration: none;
  padding: 10px 15px;
  white-space: nowrap;
}


header img {
  width: 12%;
  height: 12%;
}

/* Responsive Header */
@media screen and (max-width: 1024px) {
  nav a:not([href="index.html"]):not(.cta) {
    display: none;
  }

  .cta {
    padding: 8px 16px;
 
  }

  nav a[href="index.html"] {

    padding: 8px 14px;
  }

  .logo-link img {
    height: 45px;
  }

  header {
    height: 65px;
  }
}

@media screen and (max-width: 768px) {
  .cta {

    padding: 6px 12px;
  }

  nav a[href="index.html"] {

    padding: 6px 12px;
  }

  .logo-link img {
    height: 40px;
  }

  header {
    height: 60px;
  }
}
  /*Footer*/
  footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 55%;
    width: 45%;
    height: 1px;
    background-color: #FFCC00;
  }
  
  footer {
    background-color: white;
    padding: 1% 4%;
    position: sticky;  
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  footer .B1 {
    width: 8%;
    height: 8%;
    padding-right: 6%;
  }
  
  .infooter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .infooter2 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .B2 {
    width: 20%;
    height: auto;
  }
  
  .infooter h3 {
    color: #FFCC00;
    font-size: 1em;
    font-weight: normal;
  }
  
  .infooter h2 {
    font-weight: lighter;
    font-size: 0.9em;
  }
  
  .formulaire {
    color: #FFCC00;
  }
  
  .menfooter {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
  }
  
  .lien-icone:hover {
    opacity: 0.5;
  }
  
  /* Responsive Footer - Au zoom, tout se met à la ligne */
  @media screen and (max-width: 1024px) {
    footer {
      flex-direction: column;
      align-items: flex-start;
      padding: 20px 30px;
    }
    
    footer::before {
      right: 40%;
      width: 60%;
    }
    
    .infooter {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      gap: 20px;
    }
    
    .infooter2 {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      gap: 15px;
    }
    
    footer .B1 {
      width: 60px;
      height: auto;
      padding-right: 0;
      margin-bottom: 10px;
    }
    
    .txtfoot {
      text-align: left;
      margin-bottom: 15px;
    }
    
    .menfooter {
      padding-left: 0;
      margin-top: 10px;
    }
    
    .lien-icone {
      margin-top: 15px;
      align-self: center;
    }
  }
  
  @media screen and (max-width: 768px) {
    footer {
      padding: 15px 20px;
    }
    
    .infooter h3 {
      font-size: 0.9em;
    }
    
    .infooter h2 {
      font-size: 0.8em;
    }
    
    .formulaire {
      font-size: 0.8em;
    }
    
    .B2 {
      width: 15px;
      height: auto;
    }
    
    .menfooter a {
      font-size: 0.8em;
    }
  }

  .cookie-banner-text p {
    margin-bottom: 8px;
    color: white;
}