@font-face {
    font-family: "Telegraf";
    src: url("../fonts/telegraf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("../fonts/raleway.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
a {
    all: unset;
}
input {
    all: unset;
}
body {
    margin: 0;
    font-family: "Telegraf";
}
header {
    background-image: url('../images/background-header.png');
    background-color: #0C0C42;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;     /* vertical */
    justify-content: center; /* horizontal */
   
}
header > div {
    cursor: pointer;
    margin-right: 25px;
}
header > div:hover {
    color: #cccccc;
}
#titre_header {
    margin-right: 100px;
}
.item_menu_header {
    font-size: 18px;;
}
#section_plateforme {
    padding: 50px;
    color: #260e69;
}
#section_vision {
    background-color: #07133d;
    padding: 50px;
    color: white;
}
.description_cell {
    width: 575px;
    line-height: 1.3;
}
.description_titre {
    font-size: 70px;
}
.description {
    font-size: 20px;
    font-family: "Raleway";
}
.cell_marge_description_img {
    width: 150px;
}
.img_description {
    width:400px;
}
.cta_accueil {
    font-family: "Raleway";
    background-color: #004a98;
    color: white;
    font-size: 18px;
    border: none;
    padding: 16px 50px;
    cursor: pointer;
}
.cta_accueil:hover {
    background-color: #0066d3;
}
.cta_accueil:active {
    background-color: #0078f8;
}
#section_compte {
    padding: 50px;
    color: #260e69;
    font-size: 24px;
}
#section_compte_titre {
    font-size: 50px;
}
.label_next_compte {
    font-size: 14px;
}
.input_next_compte {
    border: none;
    border-bottom: 1px dotted #260e69;
    width: 300px;
    font-size: 16px;
}
.mdp_oublie {
    font-size: 11px;
}
.mdp_oublie:hover {
    text-decoration: underline;
    cursor: pointer;
}
footer {
    background: url('../images/background-footer.png') no-repeat center 35% / 100% auto;
    padding: 25px;
    font-family: "Raleway";
    font-size: 18px;
    color: white;
}