/*
    Theme Name: Thème enfant sites Grand Libournais
    Template: otgrandlibournai
    Author: Raphael BRISSON - IRIS Interactive
    Author URI: https://www.iris-interactive.fr
    Description: Thème enfant sites Grand Libournais
    Version: 1.0
*/

.toolsbarItem a span {
    color: var(--c-text);
}

@media screen and (max-width: 1000px) {

    .footerCol {
        margin-bottom: 40px;
    }

    .footerNavSecondary {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 650px) {

    .footerCol {
        display: block;
    }

    .footerCol .footerLocation {
        width: 100%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 650px) {

    .areas-menu-current:after {
        display: none;
    }
}
.topbar .areas-menu ul li.areas-menu-current {
    display: flex;
}

.pageContactExcerpt .contactInformationAddressBlock p:first-child {
    font-weight: 600;
    color: var(--c-2);
    margin-bottom: 0;
    line-height: 1.5;
}

.pageContactExcerpt .contactInformationTitle {
    margin-bottom: 20px;
}

@media screen and (max-width: 650px) {

    .header--transparent .topbar .areas-menu ul li span a {
        color: #fff;
    }
}
