.fonc_head_title {
    text-align: center;
    font-family: var(--noto);
    font-size: 1.1em;
    line-height: 25px;
    padding: 2em 0;
    width: 50%;
    font-weight: bold;
}

/* section article */
.fonc_container {
    width: 70%;
    margin: auto;
    padding-bottom: 4em;
}

.fonc_article {
    display: flex;
    align-items: center;
}

.reverse{
    flex-direction: row-reverse;
}

.fonc_img {
    width: 50%;
    margin: auto;
}

.fonc_div_cont_Article {
    width: 50%;
    display: block;
    height: 100%;
}

.fonc_div_cont_Article>.article_span {
    font-size: 1.8em;
    font-weight: 400;
    color: var(--c_1);
}

.article_h {
    color: var(--c_1);
    font-size: 2.5em;
    font-weight: 600;
    padding: 1em 0 1em 0;
    line-height: 50px;
}
.link_fonctionnalite{
    color:var(--c_1) !important;
    text-decoration: none;
}
.fonc_div_cont_Article>.article_p {
    font-size: 1.1em;
    line-height: 25px;
}


.fonc_div_imgArticle {
    width: 50%;
    text-align: center;
}

/* tabs */
.fonc_tab {
    background-image: url('public/images/BG.svg');
}

.fonc_tab_title {
    width: 70%;
    margin: auto;
}

.data_table {
    width: 70%;
    margin: auto;
    background-color: var(--c_4);
}

.nav-tabs>.nav-item{
    border: #EEF8F9 1px solid;
}

.nav-tabs>.nav-item>a {
    padding: 2em;
    color: var(--text_c);
    height: 100%;
    border-radius: 0;
}

.nav-tabs>.nav-item>a.active {
    background-color: var(--c_1);
    color: var(--c_4);
}

.tab-content{
    padding: 0.5em;
}

.tab_num{
    z-index: 1;
    background-color: var(--c_4);
    border: 1px solid var(--c_6);
    width: fit-content;
    border-radius: 100%;
    padding: 0.5em;
    color: var(--c_1);
    font-family: var(--oswald);
}
.tab_container {
    position: relative;
}

.tab_num::after{
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 36px;
    margin: auto;
    height: 1px;
    background: var(--c_6);
}

.tab_no::after{
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 36px;
    margin: auto;
    height: 0px;
}

.tab_p{
    padding: 1em 0.5em 0 0;
}

.tab_div_content{
    padding: 1em 0 1em;
}


/* btn pieds de page */

.cta_buttons {
    display: flex;
    justify-content: space-evenly;
    padding: 3em;
}

.cta_buttons>div {
    width: 35%;
}

.cta{
    background-image: url('public/images/BG.svg');
}

.cta_btn_test{
    width: 250px;
}

.cta_btn_demo{
    width: 250px;
}

@media (max-width: 1024px) {
    .fonc_container {
        width: 80%;
    }

    .fonc_tab_title {
        width: 80%;
    }

    .data_table {
        display: flex;
        flex-direction: row;
    }

    .data_table>.ul_table {
        width: 110px;
    }

    .data_table>.ul_table>.nav {
        width: 100%;
    }

    .nav-tabs>.nav-item>a {
        padding: 0.8em;
        width: 100%;
    }

    .data_table{
        width: 100%;
    }

    .nav-tabs>.nav-item {
        width: 100%;
    }

    .cta_buttons {
        flex-direction: column;
    }

    .header_test{
        justify-content: center;
        padding: 0.5em 0;
    }

    .header_connection{
        justify-content: center;
        padding: 0.5em 0;
    }

    .cta_buttons>div {
        margin: auto;
    }

    .cta_buttons>div>button {
        text-align: center;
    }
    .fonc_head_title {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 768px) {
    .func_head_title {
        font-size: 1em;
        line-height: 35px;
    }

    .fonc_article {
        flex-wrap: wrap-reverse;

    }

    .reverse {
        flex-wrap: wrap-reverse;
    }

    .fonc_img {
        width: 100%;
    }

    .fonc_div_cont_Article {
        width: 100%;
        display: block;
        padding: 1em 1em 1em 1em;
    }

    .fonc_div_cont_Article>.article_h {
        font-size: 2em;
        line-height: 40px;
    }

    .fonc_div_cont_Article>.article_p {
        font-size: 1em;
        line-height: 20px;
    }

    .fonc_div_imgArticle {
        width: 70%;
        margin: auto;
        padding: 1em 1em;
    }
}

@media (max-width: 576px) {
    .tab_p{
        font-size: 0.8em;
    }
}
.last_link_fonct{
    color:var(--c_1) !important;
}