
/* ----------------images */
.ImageLegende{
  display: flex;
  flex-direction: column;
}

.copy {
    font-size: 12px;
    margin-top: 5px;
    color: #8D392F;
}

.image{
    width: 100%;
    align-items: center;

}

.image img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: inline-block;
    border-radius: 0 0 0 90px;
}



.prenom {
    background-color:  #FE7445;
    border-radius: 0 90px 0 0;
    color: black;
    width: 100%;
    padding: 5px 10px;
    left: 0;
    text-align: left;
    font-size: 26px;
}


.petittexte {
    margin-top: 10px;
}

.moyentexte {
    font-size: 19px;
}


/* ----------------------MEDIAQUERY */
@media (max-width: 1200px) {


    .image {
        width: 100%;
    }

    .image-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .figures {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .petittexte {
        font-size: 10px;
        margin-bottom: 50px;
    }

    .prenom {
        font-size: 18px;
        width: 100%;
    }

    .info {
        margin-bottom: 10vh;
    }
}
