body
{
    background-image: url("thumb-1920-1322952.jpeg");
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
}

.content {
    width: 40%;
    color: aqua;
    text-align: center; 
}

.content img {
    height: 200px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto; 
}

i {
    display: block; 
    text-align: center;
    color: rgb(145, 7, 16);
    font-size: large;
}

h1
{
   text-align:center;
   color: rgb(106, 14, 19);
   text-decoration: underline;
}

p
{
    color: rgb(0, 0, 0);
}

.activite 
{
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-radius: 20px;
   padding: 50px 20px;
   width: 1000px;
   max-width: 90%;
   margin: auto;
}

.enonce 
{
    width: 70%;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.005); 
    backdrop-filter: blur(12px); 
    padding: 15px; 
    border-radius: 10px; 
    position: relative;
    z-index: 1;
 }
 

 .activite img
 {
    object-fit: contain;
    width: 300px; 
    height: auto;
    position: relative;
    margin:auto; 
    transform: translateY(-10px);
 }

 .activite img:nth-child(2) 
 {
    right: 10px; 
    transform: translateY(10px);
 }


B 
{
    text-decoration: underline;
}
