.sin_elec_banner
{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(76deg, #23CCF5 0%, #3C7EE7 53%, #603ED8 100%);
    height: calc( 290 * calc( 100vw / 1440 ) );
    max-height: 290px;
    min-height: 180px;
    background-size: cover;
    background-position: center;
}

.sin_elec_banner_sz
{
    display: block;
    width: calc( 100% - 20px );
    max-width: 520px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1.5;
    font-size: calc( 38 * calc( 100vw / 1440 ) );
}

@media (min-width: 1441px)
{
    .sin_elec_banner_sz
    {
        font-size: 38px;
    }
}

@media (max-width: 1024px)
{
    .sin_elec_banner_sz
    {
        font-size: 24px;
    }
}

.sin_elec_winner
{
    display: flex;
    width: 100%;
    background: #F0F3F5;
    justify-content: center;
}

.sin_elec_winner_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1220px;
    flex-direction: column;
    align-items: center;
    margin: calc( 38 * calc( 100vw / 1440 ) ) 0px;
}

@media (min-width: 1441px)
{
    .sin_elec_winner_sz
    {
        margin: 38px 0px;
    }
}

.sin_elec_winner_photo
{
    width: 130px;
    height: 130px;
    overflow: hidden;
}

.sin_elec_winner_photo_top
{
    width: calc( 100% - 20px - 16px );
    height: calc( 100% - 20px - 16px );
    margin: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #FFF;
}

.sin_elec_winner_photo_top img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 345ms ease;
}

.sin_elec_winner_photo_icn
{
    display: flex;
    margin-top: -30px;
    justify-content: flex-end;
}

.sin_elec_winner_photo_icn svg
{
    height: 20px;
    width: auto;
}

.sin_elec_winner_nom
{
    display: flex;
    width: 100%;
    justify-content: center;
}

.sin_elec_winner_nom_sz
{
    display: flex;
    width: calc( 100% - 20px );
    justify-content: center;

    text-align: center;
    color: #000000;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1.5;
    font-size: calc( 28 * calc( 100vw / 1440 ) );
}

@media (min-width: 1441px)
{
    .sin_elec_winner_nom_sz
    {
        font-size: 28px;
    }
}

@media (max-width: 1024px)
{
    .sin_elec_winner_nom_sz
    {
        font-size: 28px;
    }
}

.sin_elec_winner_titre
{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}

.sin_elec_winner_titre_sz
{
    display: flex;
    width: calc( 100% - 20px );
    justify-content: center;

    text-align: center;
    color: #000000;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1.5;
    font-size: 18px;
    text-transform: uppercase;
}

.sin_elec_winner_titre_sz span:nth-child(1)
{
    font-family: 'OS_LightItalic', sans-serif;
    text-transform: capitalize;
}

.sin_elec_winner_parti
{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}

.sin_elec_winner_parti_sz
{
    display: flex;
    width: calc( 100% - 20px );
    justify-content: center;

    text-align: center;
    color: #A3A3A3;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    text-transform: uppercase;
}

.sin_elec_result
{
    display: flex;
    width: 100%;
    background: #DFEAF3;
    justify-content: center;
}

.sin_elec_result_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1220px;
    padding: 40px 0px;
    justify-content: space-between;
    align-items: flex-start;
}

.sin_elec_result_left
{
    display: flex;
    width: 180px;
    flex-direction: column;
}

.sin_elec_result_left_filter
{
    background: #8D9DAA;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.sin_elec_result_left_filter_top
{
    display: flex;
    width: calc( 100% - 10px );
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'OS_Medium', sans-serif;
    line-height: 1;
    font-size: 16px;
}

.sin_elec_result_left_filter_bottom
{
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: calc( 100% - 10px );
    border-radius: 0px 0px 16px 16px;
    margin-bottom: 5px;
    overflow: hidden;
}

.sin_elec_result_left_filter_bottom select
{
    width: calc( 100% - 20px );
    height: 100%;
    margin: unset;
    padding: unset;
    outline: none;
    background: unset;
    border: unset;
    color: #000000;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: 18px;
}

.sin_elec_result_left_data
{
    display: none;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
}

.sin_elec_result_left.tour_1 .sin_elec_result_left_data.tour_1
{
    display: flex;
}

.sin_elec_result_left.tour_2 .sin_elec_result_left_data.tour_2
{
    display: flex;
}

.sin_elec_result_left_data_sz
{
    display: flex;
    width: calc( 100% - 20px );
    margin: 20px 0px;
    flex-direction: column;
}

.sin_elec_result_left_data_taux
{
    display: flex;
    width: 100%;
    color: #000000;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1.5;
    font-size: 18px;
}

.sin_elec_result_left_data_taux_value
{
    height: 12px;
    margin-top: 10px;
}

.sin_elec_result_left_data_taux_value_numeric
{
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1.5;
    font-size: 18px;
}

.sin_elec_result_left_data_section
{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.sin_elec_result_left_data_section_label
{
    color: #000000;
    font-family: 'OS_Medium', sans-serif;
    line-height: 1.5;
    font-size: 12px;
    text-transform: uppercase;
}

.sin_elec_result_left_data_section_value
{
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1.5;
    font-size: 25px;
    text-transform: uppercase;
}

@media(max-width: 1024px)
{
    .sin_elec_result_left_data_section_value
    {
        font-size: 20px;
    }
}

.sin_elec_result_left_legend
{
    display: flex;
    width: 100%;
    margin: 20px 0px;
    background: #FFFFFF;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px 20px 00px;
}

.sin_elec_result_left_legend_i
{
    display: flex;
    width: calc( 100% - 20px );
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px 0px 0px;
}

.sin_elec_result_left_legend_i:nth-child(1) span:nth-child(1)
{
    display: block;
    width: 15px;
    height: 15px;
    background: #3F95D6;
    margin-right: 10px;
}

.sin_elec_result_left_legend_i:nth-child(1) span:nth-child(2)
{
    color: #000000;
    font-family: 'OS_Medium', sans-serif;
    line-height: 1;
    font-size: 16px;
}

.sin_elec_result_left_legend_i:nth-child(2) span:nth-child(1)
{
    display: block;
    width: 15px;
    height: 15px;
    background: #00FF35;
    margin-right: 10px;
}

.sin_elec_result_left_legend_i:nth-child(2) span:nth-child(2)
{
    color: #000000;
    font-family: 'OS_Medium', sans-serif;
    line-height: 1;
    font-size: 16px;
}

.sin_elec_result_center
{
    display: flex;
    width: 50%;
    justify-content: center;
}

.sin_elec_result_center.hidden
{
    display: none !important;
}

.sin_elec_result_center_sz
{
    width: 300px;
}

.sin_elec_result_center_province_btn
{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.sin_elec_result_center_province_btn_0
{
    margin: 290px 0px 0px 10px;
}

.sin_elec_result_center_province_btn_1
{
    margin: 50px 0px 0px 210px;
}

.sin_elec_result_center_province_btn_2
{
    margin: 420px 0px 0px 20px
}

.sin_elec_result_center_province_btn_3
{
    margin: 170px 10px 0px 0px;
}

.sin_elec_result_center_province_btn_4
{
    margin: 250px 0px 0px 170px
}

.sin_elec_result_center_province_btn_5
{
    margin: 450px 200px 0px 0px;
}

.sin_elec_result_right
{
    display: flex;
    width: calc( 50% - 200px );
    justify-content: center;
}

.sin_elec_result_right_sz
{
    display: flex;
    width: calc( 100% - 20px );
    flex-direction: column;
}

.sin_elec_result_right_top
{
    background: #8D9DAA;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    padding: 20px;
}

.sin_elec_result_right_top_ttl
{
    color: #FFFFFF;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 16px;
}

.sin_elec_result_right_top_value
{
    color: #FFFFFF;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 30px;
    margin-top: 10px;
}

.sin_elec_result_right_bottom_list
{
    display: flex;
    width: calc( 100% - 40px );
    flex-direction: column;
    background: #FFFFFF;
    padding: 20px;

    max-height: 440px;
    overflow: scroll;
}

.sin_elec_result_right_bottom_list_i_lbl
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1;
    font-size: 12px;
    padding-bottom: 20px;
}

.sin_elec_result_right_bottom_list_i
{
    display: flex;
    width: 100%;
    align-items: center;
    align-items: flex-start;
    padding: 14px 0px;
    border-top: 1px solid #DFEAF3;
}

.sin_elec_result_right_bottom_list_i_id
{
    display: flex;
    width: 60%;
}

.sin_elec_result_right_bottom_list_i_value
{
    display: flex;
    width: calc( 40% - 20px );
}

.sin_elec_result_right_bottom_list_i_id > div:nth-child(1)
{
    width: 4px;
    min-height: 40px;
    background: red;
    margin-right: 10px;
}

.sin_elec_result_right_bottom_list_i_id > div:nth-child(2)
{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.sin_elec_result_right_bottom_list_i_id > div:nth-child(2) > div
{
    width: 100%;
    height: 100%;
    background: #ccc;
    overflow: hidden;
    border-radius: 50%;
}

.sin_elec_result_right_bottom_list_i_id > div:nth-child(2) > div > img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 345ms ease;
}

.sin_elec_result_right_bottom_list_i_id > div:nth-child(3)
{
    display: flex;
    width: calc( 100% - 4px - 10px - 30px - 10px );
    overflow: hidden;
    flex-direction: column;
}

.sin_elec_result_right_bottom_list_i_id > div:nth-child(3) > div:nth-child(1)
{
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1;
    font-size: 14px;
}

.sin_elec_result_right_bottom_list_i_id > div:nth-child(3) > div:nth-child(2)
{
    color: #A3A3A3;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 7px;
}

.sin_elec_result_right_bottom_list_i_value
{
    display: block;
    background: #F0F3F5;
    border-radius: 7px;
    overflow: hidden;
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 14px;
    text-align: right;
    padding: 10px;
}

@media (max-width: 1024px)
{
    .sin_elec_result_sz
    {
        flex-direction: column;
        align-items: center;
    }

    .sin_elec_result_sz > div
    {
        width: 100%;
    }

    .sin_elec_result_right
    {
        margin: 20px 0px;
    }

    .sin_elec_result_right_sz
    {
      width: calc( 100% - 0px );
    }

    .sin_elec_result_sz > div:nth-child(1),
    .sin_elec_result_sz > div:last-child
    {
        order: -1;
    }

    .sin_elec_result_left_legend
    {
        display: none;
    }
}

.sin_elec_depense
{
    display: flex;
    width: 100%;
    background: #F0F3F5;
    justify-content: center;
}

.sin_elec_depense_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1220px;
    min-width: 1024px;
    flex-direction: column;
    align-items: center;
    margin: 40px 0px;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 0px;

    max-height: 440px;
    overflow: scroll;
}

.sin_elec_depense_ttl
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1100px;
    color: #000000;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
}

.sin_elec_depense_list
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1100px;
    margin-top: 10px;
    flex-direction: column;
}

.sin_elec_depense_list_lbl
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0px 10px 0px;
}

.sin_elec_depense_list_lbl_i
{
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}

.sin_elec_depense_list_lbl_i:nth-child(1)
{
    width: 30%;
    text-align: left;
}
.sin_elec_depense_list_lbl_i:nth-child(2),
.sin_elec_depense_list_lbl_i:nth-child(3),
.sin_elec_depense_list_lbl_i:nth-child(4),
.sin_elec_depense_list_lbl_i:nth-child(5)
{
    width: calc( calc( 70% - 60px ) / 4 ) ;
}
.sin_elec_depense_list_lbl_i:nth-child(6)
{
    width: 60px;
}

.sin_elec_depense_list_i
{
    display: flex;
    width: 100%;
    padding: 14px 0px;
    border-top: 1px solid #DFEAF3;
}

.sin_elec_depense_list_i > div:nth-child(1)
{
    width: 30%;
    overflow: hidden;
}

.sin_elec_depense_list_i > div:nth-child(2),
.sin_elec_depense_list_i > div:nth-child(3),
.sin_elec_depense_list_i > div:nth-child(4),
.sin_elec_depense_list_i > div:nth-child(5)
{
    display: flex;
    width: calc( calc( 70% - 60px ) / 4 ) ;
    overflow: hidden;
    align-items: center;
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 18px;
    justify-content: flex-end;
    text-align: right;
}

.sin_elec_depense_list_i > a:nth-child(6)
{
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.sin_elec_depense_list_i > a:nth-child(6) > svg
{
    width: 18px;
    height: auto;
}

.sin_elec_depense_list_i > a:nth-child(6) > svg path,
.sin_elec_depense_list_i > a:nth-child(6) > svg line
{
    stroke: #3695D8;
}

.sin_elec_depense_list_i > a:nth-child(6):hover > svg path,
.sin_elec_depense_list_i > a:nth-child(6):hover > svg line
{
    stroke: #000;
}

.sin_elec_depense_list_i > div:nth-child(1)
{
    display: flex;
}

.sin_elec_depense_list_i > div:nth-child(1) > div:nth-child(1)
{
    width: 4px;
    min-height: 40px;
    background: red;
    margin-right: 10px;
}

.sin_elec_depense_list_i > div:nth-child(1) > div:nth-child(2)
{
    width: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.sin_elec_depense_list_i > div:nth-child(1) > div:nth-child(2) > div
{
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #ccc;
    overflow: hidden;
    border-radius: 50%;
}

.sin_elec_depense_list_i > div:nth-child(1) > div:nth-child(2) > div > img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 345ms ease;
}

.sin_elec_depense_list_i > div:nth-child(1) > div:nth-child(3)
{
    display: flex;
    width: calc( 100% - 4px - 10px - 30px - 10px );
    overflow: hidden;
    flex-direction: column;
}

.sin_elec_depense_list_i > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)
{
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1;
    font-size: 14px;
}

.sin_elec_depense_list_i > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)
{
    color: #A3A3A3;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 7px;
}

@media (max-width: 1024px)
{
    .sin_elec_depense
    {
        display: block;
        overflow-x: scroll;
    }

    .sin_elec_depense_sz
    {
        margin: 40px 10px;
    }
}

.sin_elec_back
{
    display: flex;
    width: 100%;
    background: #F0F3F5;
    justify-content: center;
    padding-bottom: 60px;
}

.sin_elec_back_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1220px;
    justify-content: flex-start;
}

.sin_elec_back a
{
    display: block;
    text-align: center;
    background: #3695D8;
    color: #FFF;
    line-height: 1;
    font-family: 'OS_SemiBold', sans-serif;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.sin_elec_back a:hover
{
    text-decoration: underline;
}

.sin_elec_result_center_province_popup
{
    display: none;
    justify-content: flex-end;
    position: absolute;
    width: 610px;
    max-width: 100vw;
}

.sin_elec_result_center_province_popup.open
{
    display: flex;
}

.sin_elec_result_center_province_popup_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 380px;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
    background: #28D62B;
    margin: 100px 10px 0px 10px;
}

@media (max-width: 700px)
{
    .sin_elec_result_center_province_popup_sz
    {
        margin: 10px 10px 0px 10px;
    }
}

.sin_elec_result_center_province_popup_rd
{
    display: flex;
    width: 100%;
    background: #FFF;
    border-radius: 20px;
    margin-top: 14px;
    overflow: hidden;
    flex-direction: column;
}

.sin_elec_result_center_province_popup_close
{
    display: flex;
    width: 100%;
    margin: 4px 0px;
    justify-content: flex-end;
}

.sin_elec_result_center_province_popup_close svg
{
    height: 20px;
    width: auto;
    margin-right: 7px;
    cursor: pointer;
}

.sin_elec_result_center_province_popup_top
{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;

}

.sin_elec_result_center_province_popup_top_left
{
    width: calc( 100% - 100px );
    overflow: hidden;
}

.sin_elec_result_center_province_popup_top_right
{
    display: flex;
    width: 80px;
    overflow: hidden;
    justify-content: center;
}

.sin_elec_result_center_province_popup_top_right_img
{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    overflow: hidden;
}

.sin_elec_result_center_province_popup_top_right_img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 345ms ease;
}
.sin_elec_result_center_province_popup_top_left_province
{
    display: block;
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: calc( 28 * calc( 100vw / 1440 ) );
    padding: unset;
    margin: unset;
}

@media (min-width: 1441px)
{
    .sin_elec_result_center_province_popup_top_left_province
    {
        font-size: 28px;
    }
}

@media (max-width: 1024px)
{
    .sin_elec_result_center_province_popup_top_left_province
    {
        font-size: 20px;
    }
}

.sin_elec_result_center_province_popup_top_left_winner
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
}

.sin_elec_result_center_province_popup_top_left_winner > span:nth-child(1)
{
    width: 30px;
    color: #989898;
    font-family: 'OS_LightItalic', sans-serif;
    line-height: 1;
    font-size: 18px;
    align-items: flex-start;
}

.sin_elec_result_center_province_popup_top_left_winner > span:nth-child(2)
{
    display: flex;
    width: calc( 100% - 70px );
    align-items: flex-start;
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 18px;
}

.sin_elec_result_center_province_popup_top_left_winner > svg:nth-child(3)
{
    display: block;
    width: 20px;
}

.candidat_score_province
{
    display: flex;
    width: 40%;
    flex-direction: column;
    align-items: flex-end;
}


.candidat_score_province div:nth-child(1)
{
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 14px;
}
.candidat_score_province div:nth-child(2)
{
    color: #6F6E6E;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 14px;
}



/* visualisation */

.sin_elec_visu
{
    display: flex;
    width: 100%;
    justify-content: center;
}

.sin_elec_visu_sz
{
    display: flex;
    width: 100%;
    justify-content: center;
}

.sin_elec_visu_sz > a
{
    display: flex;
    align-items: center;
    background: #3695D8 0% 0% no-repeat padding-box;
    border: 2px solid #3F95D6;
    color: #FFFFFF;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 40px;
    transition: all 0ms;
    margin: 10px 0px;
}

.sin_elec_visu_sz > a svg
{
    margin-right: 4px;
}

.sin_elec_visu_sz > a svg,
.sin_elec_visu_sz > a svg path
{
    transition: all 0ms;
}

.sin_elec_visu_sz > a:hover
{
    background: #FFF;
    color: #3695D8;
}

.sin_elec_visu_sz > a:hover svg path
{
    fill: #3695D8;
    stroke: #3695D8
}

@media (max-width: 1024px)
{
    .sin_elec_visu_sz > a
    {
        font-size: 18px;
        padding: 10px 24px;
    }
}

@media (max-width: 760px)
{
}
