body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url('../img/background.png');
  background-size: cover;
  background-attachment: fixed; /* Cette propriété fixe l'image de fond pendant le défilement */
  height: 100%;

  }

h1{
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  text-shadow: black;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-size: 48px;
}
b{
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  text-shadow: black;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-size: 48px;
}
.biography-container { 
  margin: 20px 20px 20px 20px;
  width: 80%; /* Add this line to make sure it takes 100% width if less than max-width */ 
  height: 80% !important;
  background-color: rgba(174, 172, 172, 0.579); /* Assombrir en ajustant l'opacité à 0.7 */
  backdrop-filter: blur(10px); /* Ajoute un flou au conteneur */ 
  border-radius: 10px; 
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); 
  padding: 10px;
  position:static;
  z-index: 1; 
  margin-bottom: 20 px !important;
  
} 
.ateliers-container { 
  margin: 20px 20px; 
  width: auto; /* Add this line to make sure it takes 100% width if less than max-width */ 
  height: auto;
  top: 20px !important;
  background-color: rgba(255, 255, 255, 0.579); /* Assombrir en ajustant l'opacité à 0.7 */
  backdrop-filter: blur(10px); /* Ajoute un flou au conteneur */ 
  border-radius: 10px; 
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); 
  padding: 10px;
  position: relative;
  z-index: 1; 
  bottom: 20 px !important;
} 

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
}

#header img {
    max-width: 40%;
    height: auto;
    align-items: center !important;
    justify-content: center !important;
}

/* glowing hover card made by: csozi | Website: english.csozi.hu*/
  

  .iframe {
    width: 100%; 
    height: 100vh; 
    max-width: 100%;
  }

.atelier-card {
  margin: 20px 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.atelier-card h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  color: #000000; /* couleur de texte */
}

.atelier-card p {
  color: #333; /* couleur de texte */
}

.card1 {
  width: 240px;
  height: 330px;
  background-image: linear-gradient(144deg,#0012ff,#08c274);
  border: none;
  border-radius: 10px;
  padding-top: 10px;
  position: relative;
  margin: auto;
  font-family: inherit;
}
.card2 {
  width: 240px;
  height: 330px;
  background-image: linear-gradient(144deg,#ff004a,#e858d8);
  border: none;
  border-radius: 10px;
  padding-top: 10px;
  position: relative;
  margin: auto;
  font-family: inherit;
}.card3 {
  width: 240px;
  height: 330px;
  background-image: linear-gradient(144deg,#db00ff,#1400ff);
  border: none;
  border-radius: 10px;
  padding-top: 10px;
  position: relative;
  margin: auto;
  font-family: inherit;
}
.card1 span {
  font-weight: 600;
  color: white;
  text-align: center;
  display: block;
  padding-top: 10px;
  font-size: 1.3em;
}
.card2 span {
  font-weight: 600;
  color: white;
  text-align: center;
  display: block;
  padding-top: 10px;
  font-size: 1.3em;
}
.card3 span {
  font-weight: 600;
  color: white;
  text-align: center;
  display: block;
  padding-top: 10px;
  font-size: 1.3em;
}

.card1 .job {
  font-weight: 400;
  color: white;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 1em;
}
.card2 .job {
  font-weight: 400;
  color: white;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 1em;
}.card3 .job {
  font-weight: 400;
  color: white;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 1em;
}

.card1 .img {
  width: 70px;
  height: 70px;
  background: #e8e8e8;
  border-radius: 100%;
  align-items: center !important;
  justify-content: center !important;
  margin: auto;
  margin-top: 20px;
}
.card2 .img {
  width: 70px;
  height: 70px;
  background: #e8e8e8;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
  margin: auto;
  margin-top: 20px;
}
.card3 .img {
  width: 70px;
  height: 70px;
  background: #e8e8e8;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
  margin: auto;
  margin-top: 20px;
}

.card1 button {
  padding: 8px 25px;
  display: block;
  margin: auto;
  border-radius: 8px;
  border: none;
  margin-top: 30px;
  background: #e8e8e8;
  color: #111111;
  font-weight: 600;
}
.card2 button {
  padding: 8px 25px;
  display: block;
  margin: auto;
  border-radius: 8px;
  border: none;
  margin-top: 30px;
  background: #e8e8e8;
  color: #111111;
  font-weight: 600;
}.card3 button {
  padding: 8px 25px;
  display: block;
  margin: auto;
  border-radius: 8px;
  border: none;
  margin-top: 30px;
  background: #e8e8e8;
  color: #111111;
  font-weight: 600;
}

.card1 button:hover {
  background: #212121;
  color: #ffffff;
}
.card2 button:hover {
  background: #212121;
  color: #ffffff;
}
.card3 button:hover {
  background: #212121;
  color: #ffffff;
}
a {
  color: #212121 !important;
  text-decoration: none !important;
}

a:hover {
  color:#ffffff !important; 
  text-decoration:none !important; 
  cursor:pointer !important;  
}
.button-container {
  align-items: center !important;
  position: fixed !important;
  bottom: 10px;
  display: flex;
  z-index: 10 !important;
  background-image: linear-gradient(144deg,#0012ff,#0895c2);
  width: 80%;
  height: 40px;
  margin-bottom: 10px !important;
  justify-content: space-around;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px,
        rgba(73, 96, 245, 0.5) 5px 10px 15px;
}

.button {
  outline: 0 !important;
  border: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-3px);
}

.icon {
  font-size: 20px;
}