/*
Theme Name: Thème de Micro-Pointe
Author: Micro-Pointe
Author URI: https://www.micro-pointe.fr
Description: Notre nouveau thème
*/

.page_content .row h1 {
    color: #005497;
    font-size: 36px;
}

.page_content .row .t1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
}

.page_content .row .t2 {
    font-size: 18px;
    font-weight: bold;
}

.page_content .row h2 {
    margin-top: 40px;
    color: #005497;
    font-size: 22px;
    font-weight: bold;
}

.page_content .row h2 a {
    text-decoration: underline;
}

.page_content .row em, .page_content .row a {
    color: #005497;
    font-style: normal;
    font-weight: bold;
}

.breadcrumbs a {
    text-decoration: none!important;
    font-weight: normal;
}

.page_content .row li a {
    text-decoration: underline;
}

.page_content .row .margin-li {
    margin-top: 20px;
}
.page_content .row .margin-li li {
    margin-bottom: 20px;
}

.page_content .row .margin-li li li {
    margin-bottom: 0px;
}

.page_content .row .highlight {
    background-color: #eeeeee;
}

@media (max-width: 1023px) {
    .page_content .column_img {
        order: 2;
    }
}
