﻿:root {
    --header-height: 114px;
    --footer-height: 100px;
    --primary-accent: #AEA96E;
    --light-bg: #F3F2ED;
}


.header-gutters {
    margin: 0 !important;
    padding: 0 !important;
}

/* Layout */

.page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    flex: 1;
}

/*          #Authentification          */

.Auth_H1-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 60px;
}

.Auth_subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.Auth_formulaire_title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.Auth_formulaire_content {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 19px;
}

.Auth_dropdown_content {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 19px;
}

/*          Menu Principal          */

.H1_Welcome {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 28px;
}

.Userdivision {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.H2_site_name {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 19px;
}

.H3_site_description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.Card_title_main_menu {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 25px;
}


/*          Cards          */

.Card_title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 19px;
}

.Card_subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
}


/*          General Pages          */

.General_Page_H1_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
}

.General_Page_H2_title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.General_Page_H3_panel_title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.General_Page_Task_main_info {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.General_Page_Panel_subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.General_Page_Panel_content {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.General_Page_button {
    font-weight: bold;
    font-size: 15px;
    border-radius: 8px;
    border: none;
    padding: 0.5rem 1rem;
}


/*          Chart          */

.Chart_Class_title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.Chart_Class_content {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

/*          Conversation_chat          */

/*          Couleurs          */

.color_principal_white {
    color: #FBFAFA;
}

.color_principal_beige {
    color: #AEA96E;
}

.color_principal_black {
    color: #E3019D;
}


.color_background_principal_white {
    background-color: #FBFAFA;
}

.color_background_visio_black {
    background-color: #292D32;
}

.color_background_fenetre_visio_black {
    background-color: #333D4A;
}



.color_text_light_mode_text_black {
    color: #232323;
}

.color_text_light_mode_title_highlight_beige {
    color: #AEA96E;
}

.color_text_light_mode_subtitle_grey {
    color: #A7A7A7;
}

.color_text_light_mode_title_button_white {
    color: #FFFFFF;
}


.color_text_dark_mode_text_white {
    color: #232323;
}

.color_text_dark_mode_subtitle_grey {
    color: #A7A7A7;
}

.main_color_grey {
    color: #A7A7A7 !important;
}

.main_color_green {
    color: #12B76A;
}

.main_color_red {
    color: #EB3B4E !important;
}

.main_color_background_red {
    background-color: #EB3B4E !important;
}

.main_color_background_green {
    background-color: #12B76A !important;
}



.color_button_primary {
    background-color: #AEA96E;
}

.color_button_secondary {
    background-color: #6D6D6D;
}

.color_button_visio_positive_action {
    background-color: #12B768;
}

.color_button_visio_negative_action {
    background-color: #EB3B4E;
}

.color_button_visio_positive_action_2 {
    background-color: #505861;
}



.color_notofications_pop_up_alert {
    color: #EB3B4E;
}

fluent-text-field::part(root) {
    background: var(--neutral-fill-input-rest);
    border: 1px solid #E9E9E9;
    height: 2.5rem;
}

fluent-text-field::part(control) {
    font-weight: 600;
}

fluent-select::part(control) {
    height: 2.5rem;
    font-weight: 600;
}

.validation-message {
    color: #F04438;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 801px) {

    .page-container {
        justify-content: center;
    }

    /*          #Authentification          */

    .Auth_H1-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 45px;
    }

    .Auth_subtitle {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 20px;
    }

    .Auth_formulaire_title {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 17px;
    }

    .Auth_formulaire_content {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 19px;
    }

    .Auth_dropdown_content {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 19px;
    }

    /*          Menu Principal          */

    .H1_Welcome {
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 28px;
    }

    .Userdivision {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 17px;
    }

    .H2_site_name {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 19px;
    }

    .H3_site_description {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    .Card_title_main_menu {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 25px;
    }


    /*          Cards          */

    .Card_title {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 19px;
    }

    .Card_subtitle {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 17px;
    }


    /*          General Pages          */

    .General_Page_H1_title {
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 42px;
        line-height: 50px;
    }

    .General_Page_H2_title {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 25px;
    }

    .General_Page_H3_panel_title {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 20px;
    }

    .General_Page_Task_main_info {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 17px;
    }

    .General_Page_Panel_subtitle {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 17px;
    }

    .General_Page_Panel_content {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 15px;
    }

    .General_Page_button {
        font-weight: bold;
        font-size: 15px;
        border-radius: 8px;
        border: none;
        padding: 0.5rem 1rem;
    }


    /*          Chart          */

    .Chart_Class_title {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 17px;
    }

    .Chart_Class_content {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 17px;
    }

    /*          Conversation_chat          */

    /*          Couleurs          */

    .color_principal_white {
        color: #FBFAFA;
    }

    .color_principal_beige {
        color: #AEA96E;
    }

    .color_principal_black {
        color: #E3019D;
    }


    .color_background_principal_white {
        background-color: #FBFAFA;
    }

    .color_background_visio_black {
        background-color: #292D32;
    }

    .color_background_fenetre_visio_black {
        background-color: #333D4A;
    }



    .color_text_light_mode_text_black {
        color: #232323;
    }

    .color_text_light_mode_title_highlight_beige {
        color: #AEA96E;
    }

    .color_text_light_mode_subtitle_grey {
        color: #A7A7A7;
    }

    .color_text_light_mode_title_button_white {
        color: #FFFFFF;
    }


    .color_text_dark_mode_text_white {
        color: #232323;
    }

    .color_text_dark_mode_subtitle_grey {
        color: #A7A7A7;
    }

    .main_color_grey {
        color: #A7A7A7 !important;
    }

    .main_color_green {
        color: #12B76A;
    }

    .main_color_red {
        color: #EB3B4E !important;
    }

    .main_color_background_red {
        background-color: #EB3B4E !important;
    }

    .main_color_background_green {
        background-color: #12B76A !important;
    }



    .color_button_primary {
        background-color: #AEA96E;
    }

    .color_button_secondary {
        background-color: #6D6D6D;
    }

    .color_button_visio_positive_action {
        background-color: #12B768;
    }

    .color_button_visio_negative_action {
        background-color: #EB3B4E;
    }

    .color_button_visio_positive_action_2 {
        background-color: #505861;
    }



    .color_notofications_pop_up_alert {
        color: #EB3B4E;
    }

    fluent-text-field::part(root) {
        background: var(--neutral-fill-input-rest);
        border: 1px solid #E9E9E9;
        height: 2.5rem;
    }

    fluent-text-field::part(control) {
        font-weight: 600;
    }

    fluent-select::part(control) {
        height: 2.5rem;
        font-weight: 600;
    }

    .validation-message {
        color: #F04438;
        font-size: 12px;
        font-weight: 500;
    }
}
