.currentExpo {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
}

.currentExpo .img-block {
    position: relative;
    width: 100%;
}

.img1 {
    position: relative;
    z-index: 1;
    width: 35%;
    top: -400px;
    left: 10%;
}

.img2 {
    position: relative;
    justify-content: space-around;
    z-index: 2;
    top: -100px;
    left:5%;
    width:40%;
}

.bloc_texte {
    z-index: 3;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
    min-width: 340px;
    height: auto;
    background-color: var(--white-color);
    padding: 40px;
    top: 100px;
    left:15%;
}

.bloc_texte img {
    display:none;
}

.titre_dates {
    display: flex;
    max-width: 90%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.titre_dates h2 {
    margin-bottom: 0;
}

.titre_dates time {
    margin-top: 1em;
    margin-bottom: 1em;
}

.paragraphe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    max-width: 90%;
    margin-bottom: 0.5em;
}

.paragraphe p {
    margin-top: 0;
}