/* ============================== Livre blanc  ============================== */

/* ====================== Title ====================== */

.main_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
}
.main_subtitle {
    font-family: Dosis;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}
.title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.part_title {
    font-family: Dosis;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
}

/*.tertiary_subtitle {
    font-family: Dosis;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
}*/

.tertiary_subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}
/* ====================== Texts ======================= */

.about {
    font-family: Dosis;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

/* ===================== Lexique ===================== */

.lexique_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
}

.lexique_text {
    font-family: Dosis;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

/* ===================== Tooltip ===================== */

.tooltip_holder_text {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.tooltiptext {
    font-family: Dosis;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}