.fond-formation {
    background-color: #623c68;
}

.container-page-formation {
    max-width: 1200px;
    margin: 0 auto;
}

.lien-doc-formation {
    padding: 20px 30px;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #623c68;
    width: 500px;
    margin: 20px auto 40px auto;
    display: block;
    border-radius: 25px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease-out;
    border: 2px solid #623c68;
}

.lien-doc-formation:hover {
    background-color: #623c68;
    color: white;

}

#modal-formation {
    line-height: inherit;
    padding: 20px;
    max-width: 600px;
}

#hide-link {
    visibility: hidden;
}

.container-texte-formation {
    display: flex;
    flex-direction: column;
}

.titre-modal-formation {
    color: #e26f38;
    font-size: 1.2rem;
}

.texte-modal-formation .titre-formation {
    color: #003e5d;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    font-weight: bold;
}


@media screen and (max-width:1199px) {
    .btn-lien-formation a {
        max-width: 280px;
        margin: 0 auto;
        font-size: 1.2rem;
    }

    .container-page-formation {
        padding: 20px;
    }

}