#page_categories a {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: 1.21px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    padding: 8px;
    border-right: 1px solid grey;
    display: inline-block;
    margin: 8px 0;
}

#page_categories h1 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -1.6px;
    color: #1a58aa;
    margin-top: 33px;
}

#nac_ariane {
    margin-top: 27px;
    font-family: 'Eina01-SemiBold', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    display: block
}

#nac_ariane2 {
    margin-top: 27px;
    font-family: 'Eina01-SemiBold', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    display: none;
}

#page_categories a.nac_ariane_link {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    border-right: none;
    display: inline-block;
}

#nac_container {
    padding: 70px 50px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 22px;
}







/* ======================================
	         	RWD
====================================== */

@media screen and (max-width: 768px) {
    #nac_container {
        padding: 0 0 25px 0;
    }
    #nac_ariane {
        display: none;
    }
    #nac_ariane2 {
        display: block;
    }
}