@font-face {
    font-family: "josephsophia";
    src:
        local("josephsophia"),
        url("../font/josephsophia/josephsophia.otf") format("opentype");
}
.container-message {
    margin: 0;
    padding: 0;
    height: 50vh;

    /* Image de fond */
    background: url("../images/bg-merci.png") no-repeat top center;
    background-size: contain;

    display: flex;              /* Flexbox pour centrer */
    justify-content: center;    /* Centre horizontalement */
    align-items: center;        /* Centre verticalement*/
    text-align: center;         /* Centre le texte si plusieurs lignes */
}
.block-message {
    margin-left: 10px !important;
    width: 56% !important;
    height: 400px !important;

}
.message {
    font-size: 2.1rem;
    color: #2f4f4f;   /* Couleur du texte */
    font-family: "josephsophia", serif;
}





