.top-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
}

.laboratory-img {
    width: 100%;
    max-height: 450px;
    display: block;
    object-fit: cover;
    clip-path: inset(0 0 20% 0);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* blanc semi-transparent */
}

.title {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0d96a4; /* couleur du texte */
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    z-index: 2; /* au-dessus de l'overlay */
}

h2 {
    color: #0d96a4; /* couleur du texte */
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

p {
    margin: 20px 50px;
    text-align: justify;
}
