body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 20px;
    background-image: url(https://th.bing.com/th/id/R.40f6a8a8cfdefa2a39de8be977353fac?rik=V5qbY8pLH4lwMA&riu=http%3a%2f%2fwww.imcdb.org%2fi007924.jpg&ehk=%2b7wxvNOKnInS6grV9sTjh0G9myJTo10x1tzIxJuk1Kg%3d&risl=&pid=ImgRaw&r=0) ;    
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 200px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
header h1{
    font-size: 120px;
    color: white;
}
header p{
    font-size: 50px;
    color: white;
}

h1 {
    margin: 0;
}

main {
    padding: 20px;
}

section {
    margin-bottom: 20px;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#acteurs img{
    	width: 10%;
}
#acteurs button{
    background-color: beige;
    border-radius: 120px    ;
    width: 120px;
    height: 40px;
}
#zoomed {
    display: flex;
    justify-content: center;
	margin: 25px auto;
	width: 20%;
}
#gallery{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	gap: 10px;

}
#gallery *{
	width: 10%;

}
img{
	border-radius: 20px;    
}

.hidden {
    display: none;
}

.info{
    max-width: 30%;
}

button {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 13px;
    padding: 0.6em 1.5em;
   }
   
   button:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
   }
   
   @keyframes pulse512 {
    0% {
     box-shadow: 0 0 0 0 #05bada66;
    }
   
    70% {
     box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }

   span{
    color: #0400ff;
   }
  
  