@font-face {
    font-family: "Purisa";
    font-style: normal;
    src: url('../polices/purisa.ttf') format('truetype');
}

@font-face {
    font-family: "PurisaBold";
    src: url('../polices/purisa_bold.ttf') format('truetype');
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

body{
    margin-bottom: 5%!important;
}

.titre-page{
    text-align: center;
    font-family: PurisaBold, serif;
    color: #0a53be;
    margin-bottom: 1em;
    margin-top: 1em;
}

/*.titre{*/
/*    text-align: center;*/
/*    margin-top: 1em;*/
/*    margin-bottom: 1em;*/
/*    font-family: PurisaBold, serif;*/
/*}*/

.corps{
    margin-top: 1em;
}