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

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

.arch_elec_present_ttl
{
    display: flex;
    margin: unset;
    padding: unset;
    color: #000000;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: calc( 24 * calc( 100vw / 1440 ) );
}

.arch_elec_present_txt
{
    display: flex;
    margin: unset;
    padding: unset;
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1.5;
    margin-top: 10px;
    font-size: calc( 20 * calc( 100vw / 1440 ) );
}

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

    .arch_elec_present_txt
    {
        font-size: 20px;
    }
}

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

    .arch_elec_present_txt
    {
        font-size: 18px;
    }
}

.arch_elec_dt
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

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

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

@media (max-width: 1024px)
{
    .arch_elec_dt_sz
    {
        margin: 0px 0px 40px 0px;
    }
}

.arch_elec_dt_lst
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.arch_elec_dt_lst_i
{
    display: flex;
    width: 100%;
    background: #FFFFFF;
    justify-content: center;
    border-top: 10px solid #3695D8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: calc( 50 * calc( 100vw / 1440 ) );
}

.arch_elec_dt_lst_i.hidden,
.arch_elec_dt_filter_empty.hidden
{
    display: none !important;
}

.arch_elec_dt_filter_empty
{
    display: block;
    width: 100%;
    text-align: center;
    background: transparent linear-gradient(270deg, #23CCF5 0%, #3C7EE7 53%, #603ED8 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    line-height: 1;
    font-family: 'OS_SemiBold', sans-serif;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
}

@media (min-width: 1441px)
{
    .arch_elec_dt_lst_i
    {
        margin-bottom: 50px;
    }
}

@media (max-width: 1441px)
{
    .arch_elec_dt_lst_i
    {
        margin-bottom: 30px;
    }
}

.arch_elec_dt_lst_i_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1140px;
    justify-content: space-between;
    margin: calc( 48 * calc( 100vw / 1440 ) ) 0px;
    flex-wrap: wrap;
}

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

@media (max-width: 1024px)
{
    .arch_elec_dt_lst_i_sz
    {
        margin: 20px 0px;
    }
}

.arch_elec_dt_lst_i_l
{
    display: flex;
    width: calc( 30% - 10px );
    min-height: 240px;
    overflow: hidden;
    border-radius: 10px;
}

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

.arch_elec_dt_lst_i_r
{
    display: flex;
    width: calc( 70% - 10px );
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1001px)
{
    .arch_elec_dt_lst_i_sz
    {
        justify-content: space-evenly;
    }

    .arch_elec_dt_lst_i_l
    {
        width: 100%;
        max-width: 240px;
    }

    .arch_elec_dt_lst_i_r
    {
        width: 100%;
        margin-top: 24px;
    }
}

.arch_elec_dt_lst_i_r_ttl
{
    display: block;
    width: 100%;
    margin: unset;
    padding: unset;

    color: #3695D8;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: calc( 38 * calc( 100vw / 1440 ) );
    margin-bottom: calc( 10 * calc( 100vw / 1440 ) );
    text-transform: capitalize;
}

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

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

.arch_elec_dt_lst_i_r_stat_0
{
    display: flex;
    width: calc( 100% - 4px );
    border: 2px solid #3F95D6;
    margin: 10px 0px 0px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arch_elec_dt_lst_i_r_stat_0_section
{
    display: flex;
    margin: 20px;
    width: calc( 25% - 40px );
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 1024px)
{
    .arch_elec_dt_lst_i_r_stat_0_section
    {
        margin: 20px 10px;
        width: calc( 25% - 20px );
        min-width: 140px;
    }
}

@media (max-width: 661px)
{
    .arch_elec_dt_lst_i_r_stat_0_section
    {
        width: calc( 50% - 20px );
    }
}

.arch_elec_dt_lst_i_r_stat_0_section_label
{
    color: #000000;
    font-family: 'OS_Medium', sans-serif;
    line-height: 1;
    font-size: calc( 12 * calc( 100vw / 1440 ) );
    text-transform: uppercase;
}

.arch_elec_dt_lst_i_r_stat_0_section_value
{
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: calc( 24 * calc( 100vw / 1440 ) );
}

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

    .arch_elec_dt_lst_i_r_stat_0_section_value
    {
        font-size: 24px;
    }
}

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

    .arch_elec_dt_lst_i_r_stat_0_section_value
    {
        font-size: 18px;
    }
}

@media (max-width: 661px)
{
    .arch_elec_dt_lst_i_r_stat_0_section_label
    {
        text-transform: capitalize;
    }
}

.arch_elec_dt_lst_i_r_stat_1
{
    display: flex;
    width: calc( 100% - 4px );
    border: 2px solid #3F95D6;
    margin: 10px 0px 0px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arch_elec_dt_lst_i_r_stat_1_section
{
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arch_elec_dt_lst_i_r_stat_1_section:nth-child(1)
{
    width: calc( 28% - 40px );
}

.arch_elec_dt_lst_i_r_stat_1_section:nth-child(2)
{
    width: calc( 72% - 40px );
}

@media (max-width: 1024px)
{
    .arch_elec_dt_lst_i_r_stat_1_section:nth-child(1),
    .arch_elec_dt_lst_i_r_stat_1_section:nth-child(2)
    {
        margin: 20px 10px;
    }
}

.arch_elec_dt_lst_i_r_stat_1_section_label
{
    color: #000000;
    font-family: 'OS_Medium', sans-serif;
    line-height: 1;
    font-size: calc( 12 * calc( 100vw / 1440 ) );
    width: calc( 50% - 10px );
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
}

.arch_elec_dt_lst_i_r_stat_1_section_value
{
    display: flex;
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: calc( 24 * calc( 100vw / 1440 ) );
    width: calc( 50% - 20px );
    justify-content: flex-end;
    background: #F0F3F5;
    border-radius: 7px;
    overflow: hidden;
    padding: 10px;
}

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

    .arch_elec_dt_lst_i_r_stat_1_section_value
    {
        font-size: 24px;
    }
}

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

    .arch_elec_dt_lst_i_r_stat_1_section_value
    {
        font-size: 18px;
    }
}

@media (max-width: 661px)
{
    .arch_elec_dt_lst_i_r_stat_1_section:nth-child(1),
    .arch_elec_dt_lst_i_r_stat_1_section:nth-child(2)
    {
        width: calc( 100% - 20px );
    }

    .arch_elec_dt_lst_i_r_stat_1_section_label
    {
        width: calc( 50% - 10px );
        text-transform: capitalize;
    }

    .arch_elec_dt_lst_i_r_stat_1_section_value
    {
        width: calc( 50% - 20px );
    }
}

.arch_elec_dt_lst_i_r_result
{
    display: flex;
    width: 100%;
    background: #F0F3F5;
    margin-top: 10px;
    justify-content: space-evenly;
    padding: 12px 0px;
    border-radius: 10px;
    overflow: hidden
}

.arch_elec_dt_lst_i_r_result_l
{
    display: flex;
    width: calc( 50% - 40px );
    margin: 0px 20px;
    align-items: center;
    justify-content: space-between;
}

.arch_elec_dt_lst_i_r_result_l_pic
{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #FFFFFF;
    background-size: contain;;
    background-position: center;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.arch_elec_dt_lst_i_r_result_l_data
{
    display: flex;
    width: calc( 100% - 10px - 66px );
    flex-direction: column;
    justify-content: center;
}

.arch_elec_dt_lst_i_r_result_l_data_nom
{
    color: #000000;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1.5;
    font-size: 20px;
    text-transform: capitalize;
}

.arch_elec_dt_lst_i_r_result_l_data_parti
{
    color: #A3A3A3;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1.5;
    font-size: 14px;
}

.arch_elec_dt_lst_i_r_result_r
{
    display: flex;
    width: calc( 50% - 40px );
    margin: 0px 20px;
    flex-direction: column;
    align-items: flex-end;
}

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

.arch_elec_dt_lst_i_r_result_r_titre
{
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1.5;
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 661px)
{
    .arch_elec_dt_lst_i_r_result
    {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .arch_elec_dt_lst_i_r_result_l
    {
        width: calc( 100% - 40px );
        width: unset;
        margin: 0px 20px 20px 20px;
        justify-content: center;
    }

    .arch_elec_dt_lst_i_r_result_r
    {
        width: calc( 100% - 40px );
        align-items: center;
    }

    .arch_elec_dt_lst_i_r_result_r_titre
    {
        text-align: center;
    }
}

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

.arch_elec_dt_lst_i_r_view > a:nth-child(1)
{
    display: flex;
    background: #3695D8;
    text-decoration: none;
    align-items: center;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 20px;
    border-radius: 40px;
    border: 1px solid #3695D8;
    transition: all 345ms ease;
    margin: 0px 10px;
}

.arch_elec_dt_lst_i_r_view > a:nth-child(1) svg
{
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.arch_elec_dt_lst_i_r_view > a:nth-child(1) svg path
{
    transition: all 345ms ease;
}

.arch_elec_dt_lst_i_r_view > a:nth-child(1):hover
{
    background: #FFFFFF;
    color: #3695D8;
    border: 1px solid #3695D8;
}

.arch_elec_dt_lst_i_r_view > a:nth-child(1):hover svg path
{
    fill: #3695D8;
}

@media (max-width: 661px)
{
    .arch_elec_dt_lst_i_r_view
    {
        justify-content: center;
    }
}

.arch_elec_dt_ccfvp
{
    display: flex;
    height: 190px;
    width: 100%;
    background: transparent linear-gradient(270deg, #23CCF5 0%, #3C7EE7 53%, #603ED8 100%) 0% 0% no-repeat padding-box;
    align-items: center;
    justify-content: center;
}

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

.arch_elec_dt_ccfvp_sz > a
{
    display: flex;
    background: #FFFFFF;
    text-decoration: none;
    align-items: center;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: 16px;
    color: #3695D8;
    padding: 12px 20px;
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    transition: all 345ms ease;
}

.arch_elec_dt_ccfvp_sz > a svg
{
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.arch_elec_dt_ccfvp_sz > a:hover
{
    box-shadow: 0px 0px 20px #FFFFFF;
}

.arch_elec_dt_ccfvp_sz > a svg
{
    width: 24px;
    height: auto;
    margin-right: 10px;
}

@media (max-width: 661px)
{
    .arch_elec_dt_ccfvp
    {
        height: 150px;
    }

    .arch_elec_dt_ccfvp_sz
    {
        justify-content: center;
    }
}







.arch_elec_dt_lst_i_r_view > a:nth-child(2)
{
    display: flex;
    background: #FFFFFF;
    text-decoration: none;
    align-items: center;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: 18px;
    color: #3695D8;
    padding: 12px 20px;
    border-radius: 40px;
    border: 1px solid #3695D8;
    transition: all 345ms ease;
}

.arch_elec_dt_lst_i_r_view > a:nth-child(2) svg
{
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.arch_elec_dt_lst_i_r_view > a:nth-child(2) svg path,
.arch_elec_dt_lst_i_r_view > a:nth-child(2) svg line
{
    transition: all 345ms ease;
}

.arch_elec_dt_lst_i_r_view > a:nth-child(2):hover
{
    background: #3695D8;
    color: #FFFFFF;
    border: 1px solid #3695D8;
}

.arch_elec_dt_lst_i_r_view > a:nth-child(2):hover svg path,
.arch_elec_dt_lst_i_r_view > a:nth-child(2):hover svg line
{
    stroke: #FFF;
}

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

    .arch_elec_dt_lst_i_r_view > a
    {
        margin-bottom: 20px !important;
    }
}

/* filter */

.arch_elec_dt_filter
{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}

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

.arch_elec_dt_filter_select
{
    display: flex;
    width: 100%;
    margin: 10px 0px 40px 0px;
    flex-wrap: wrap;
}

.arch_elec_dt_filter_select_i
{
    display: block;
    height: 55px;
    border-radius: 7px;
    border: 1px solid #7070705D;
    overflow: hidden;
    margin: 10px 20px 10px 0px;
}



.arch_elec_dt_filter_select_i_select
{
    display: flex;
    height: 100%;
    width: 100%;
    margin: unset;
    padding: unset;
    border: unset;
    align-items: flex-end;
}


.arch_elec_dt_filter_select_i_view
{
    display: flex;
    background: #FFFFFF;
    height: 100%;
    z-index: 9999999;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.arch_elec_dt_filter_select_i_icn
{
    margin: 0px 20px;
}

.arch_elec_dt_filter_select_i_icn img
{
    display: block;
    height: 24px;
    width: auto;
}

.arch_elec_dt_filter_select_i_lbl
{
    display: flex;
    align-items: center;
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1;
    font-size: 18px;
    margin-right: 20px;
}

.arch_elec_dt_filter_select_i_cur
{
    display: flex;
    align-items: center;
    color: #000000;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1;
    font-size: 24px;
    margin-right: 20px;
}

.arch_elec_dt_filter_select_i_cur select
{
    margin: unset;
    padding: unset;
    border: unset;
    background: unset;
    padding: 0px 20px 0px 0px;
}

.arch_elec_dt_filter_select_i_cur:after
{
    content: "_";
    color: #FFF;
    background: #FFF;
    margin-left: -20px;
    width: 20px;
    background-image: url('/wp-content/themes/aramaso/assets/img/icn/select.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
}


@media (max-width: 900px)
{
    .arch_elec_dt_filter_select
    {
        justify-content: space-between;
    }

    .arch_elec_dt_filter_select_i
    {
        width: calc( 50% - 12px );
    }

    .arch_elec_dt_filter_select_i:nth-child(2)
    {
        margin-right: unset;
    }

    .arch_elec_dt_filter_select_i_view
    {
        display: flex;
        justify-content: flex-start
    }

    .arch_elec_dt_filter_select_i_view .arch_elec_dt_filter_select_i_lbl
    {
        width: calc( 50% - 20px );
    }

    .arch_elec_dt_filter_select_i_view .arch_elec_dt_filter_select_i_cur
    {
        width: calc( 50% - 0px );
        justify-content: flex-start;
    }

    .arch_elec_dt_filter_select_i_view .arch_elec_dt_filter_select_i_cur select
    {
        width: 100%;
    }
}

@media (max-width: 768px)
{
    .arch_elec_dt_filter_select_i
    {
        width: 100%;
        margin-right: unset
    }
}





/* new */
.arch_elec_dt_lst_i_r_stat_2
{
    display: flex;
    width: calc( 100% - 4px );
    border: 2px solid #3F95D6;
    margin: 10px 0px 0px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arch_elec_dt_lst_i_r_stat_2_section
{
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arch_elec_dt_lst_i_r_stat_2_section:nth-child(1)
{
    width: calc( 50% - 40px );
}

.arch_elec_dt_lst_i_r_stat_2_section:nth-child(2)
{
    width: calc( 50% - 40px );
}

@media (max-width: 1024px)
{
    .arch_elec_dt_lst_i_r_stat_2_section:nth-child(1),
    .arch_elec_dt_lst_i_r_stat_2_section:nth-child(2)
    {
        margin: 20px 10px;
    }
}

.arch_elec_dt_lst_i_r_stat_2_section_label
{
    color: #000000;
    font-family: 'OS_Medium', sans-serif;
    line-height: 1;
    font-size: calc( 12 * calc( 100vw / 1440 ) );
    width: calc( 50% - 10px );
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
}

.arch_elec_dt_lst_i_r_stat_2_section_value
{
    display: flex;
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1;
    font-size: calc( 24 * calc( 100vw / 1440 ) );
    width: calc( 50% - 20px );
    justify-content: flex-end;
    background: #F0F3F5;
    border-radius: 7px;
    overflow: hidden;
    padding: 10px;
}

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

    .arch_elec_dt_lst_i_r_stat_2_section_value
    {
        font-size: 24px;
    }
}

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

    .arch_elec_dt_lst_i_r_stat_2_section_value
    {
        font-size: 18px;
    }
}

@media (max-width: 661px)
{
    .arch_elec_dt_lst_i_r_stat_2_section:nth-child(1),
    .arch_elec_dt_lst_i_r_stat_2_section:nth-child(2)
    {
        width: calc( 100% - 20px );
    }

    .arch_elec_dt_lst_i_r_stat_2_section_label
    {
        width: calc( 50% - 10px );
        text-transform: capitalize;
    }

    .arch_elec_dt_lst_i_r_stat_2_section_value
    {
        width: calc( 50% - 20px );
    }
}
