.maire-carte img {
    max-width: 300px;
}

.header_bar {
    background: #fff;
}

.header_menu {
    margin: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    background: #132b8b;
}

.header_menu .nav-menu-content .menu .item-101 a,
.header_menu .nav-menu-content .menu .item-106 a {
    color: #132b8b;
}

.header_menu .nav-menu-content .menu .item-101 a:hover,
.header_menu .nav-menu-content .menu .item-106 a:hover {
    color: #132b8b;
}

.header_menu.uk-sticky.uk-active .nav-menu-content .menu .item-101 > a,
.header_menu.uk-sticky.uk-active .nav-menu-content .menu .item-106 > a {
    color: #132b8b;
}

.header_menu.uk-sticky.uk-active .nav-menu-content .menu .item-101 > a:hover,
.header_menu.uk-sticky.uk-active .nav-menu-content .menu .item-106 > a:hover {
    color: #132b8b;
    background: url('../images/deco/picto-bleu.svg') no-repeat !important;
    background-position: 98% 20% !important;
    background-size: 22px !important;
}

.header_menu.uk-sticky.uk-active .nav-menu-content .menu .item-101.active > a {
    color: #132b8b;
    background: url('../images/deco/picto-bleu.svg') no-repeat !important;
    background-position: 98% 20% !important;
    background-size: 22px !important;
}

li.item-436 img {
    height: 80px;
}

.header_menu .logo a img {
    height: 110px !important;
    width: auto !important;
}

.news h2, .news span {
    margin-top: 10px;
    margin-bottom: 10px;
}

.services {
    /* margin-top: 40px; */
}

.footer {
    background-image: url(../images/test_img_footer.jpg);
    background-size: cover;
    position: relative;
    
}

.footer #mod-slider-systrio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 32, 104, 0.3);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

li.item-452 a {
    margin: 0;
}

li.item-452 img {
    height: auto;
    min-height: 40px;
}

.header_menu .nav-menu-content .menu li.item-452 a:hover {
    background:none;
}

.btn_actu.alert_clh  {
    background: #fff;
    color: #EEB731;
    border: 2px dashed #EEB731;
    margin-bottom: 20px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.btn_actu.alert_clh:hover {
    background: #EEB731;
    color: #fff;
    transition: all .3s ease-in-out;
}

.btn_actu.alert_clh i.far.fa-file-pdf {
    font-size: 20px;
    margin-right: 10px;
}

#dl-file-infos {
    margin: 5px;
}

/*23/07/2024 */

.labels ul {
	display:flex;
	margin:0;
}

.labels li {
	list-style:none;
}


/* STEVEN */
@media screen and (min-width: 1200px) {
    .header_menu .nav-menu-content .menu .item-101 a,
    .header_menu .nav-menu-content .menu .item-106 a {
        color: #fff;
    }

    .header_menu .nav-menu-content .menu .item-101 a:hover,
    .header_menu .nav-menu-content .menu .item-106 a:hover {
        color: #fff;
    }
}