@font-face {
    font-family: "Industria";
    src: url("../fonts/industria-solid.ttf") format("truetype");
}

.header-mentions {
    padding: 125px 0 50px;
    background-color: #5670bd;
}

.navbar-mentions {
    background-color: #ffffff;
}

.link-mentions {
    overflow-wrap: anywhere;
}

.industria {
    font-family: Industria, sans-serif;
}

.big {
    font-size: 4rem;
}

.verification-code {
    letter-spacing: 35px;
    font-weight: 600;
    font-size: 50px;
}

.title {
    flex: 2;
}

.title-image {
    flex: 1;
}

.title-image img {
    width: 100px;
}

.title-container {
    display: flex;
}

@media screen and (max-width: 358px) {
    select#selection {
        font-size: small;
    }
}

@media screen and (max-width: 280px) {
    select#selection {
        font-size: 0.75em;
    }

    header.text-white.header-mentions {
        min-width: 296px;
    }
}


