@font-face {
    font-family: "fontre";
    src: url("./police/PlayFairDisplay/PlayfairDisplay-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "fontmise";
    src: url("./police/Raleway/static/Raleway-ExtraLight.ttf") format("truetype");
}

.remise_blue_color {
    color: #00b8b5;
    font-family: fontre;
    letter-spacing: 0.0025em;
}

.remise_black_color {
    color: #193762;
    font-family: fontmise;
    letter-spacing: 0.0025em;
}

.remise_black_color_bck {
    background-color: #193762;
    letter-spacing: 0.0025em;
}

.remise_fontre {
    font-family: fontre;
    letter-spacing: 0.0025em;
}

.remise_fontmise {
    font-family: fontmise;
    letter-spacing: 0.0025em;
}

.columns_footer1 {
    display: inline-block;
}

.columns_footer2 {
    display: flex;
}

.full_fill {
    flex-basis: 100%;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
}

.dark_blue_color {
    background-color: #193762;
}

.light_blue_color_txt {
    color: #00b8b5;
}
