#btn-sitemap {
    margin: 0 0 30px 0;
}

.frame-type-menu_sitemap ul {
    padding: 0;
}

.frame-type-menu_sitemap ul li {
    list-style: none;
    position: relative;
    margin: 3px 0;
}

.frame-type-menu_sitemap ul li a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 10px;
}

.frame-type-menu_sitemap ul li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}

.frame-type-menu_sitemap>ul>li {
    margin-bottom: 15px;
}


.frame-type-menu_sitemap .nivi:before {
    content: none !important;
}

.frame-type-menu_sitemap .nivi .parent {
    display: block;
    padding: 15px 45px 15px 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: #075ca8;
}

.frame-type-menu_sitemap .nivi .parent a {
    color: #fff;
    padding: 0;
}

.frame-type-menu_sitemap .nivi .parent a:before {
    content: none;
}

.frame-type-menu_sitemap .nivi .img_plansite {
    background: url("./../assets/spritesPlanSite.png") 0 0 no-repeat;
    width: 29px;
    height: 29px;
    content: " ";
    display: block;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 7px;
    background-position: -29px 0;
    border-radius: 0;
    border: none;
    text-indent: -999em;
}

.frame-type-menu_sitemap .nivi .img_plansite.niviclosed {
    background-position: -0px 0;
}

.frame-type-menu_sitemap .nivi ul {
    padding: 0 0 0 50px;
}

.frame-type-menu_sitemap .nivi ul .nivi {
    margin: 15px 0;
}

.frame-type-menu_sitemap .nivi ul .nivi .parent {
    background-color: #075ca8;
    display: block;
    padding: 5px;
    margin: 0 0 10px 0;
    text-transform: none;
}

.frame-type-menu_sitemap .nivi ul .nivi .img_plansite {
    right: 15px;
    width: 10px;
    height: 10px;
    top: 13px;
    background-position: -97px -10px;
}

.frame-type-menu_sitemap .nivi ul .nivi .img_plansite.niviclosed {
    background-position: -68px -10px;
}

.map-filtre-themes .custom-control {
    padding-left: 0;
}

.map-filtre-themes .custom-control-label {
    padding-left: 32px;
}

.map-filtre-themes .custom-control-label:after,
.map-filtre-themes .custom-control-label:before {
    left: 0;
}

.map-filtre-themes input[type=checkbox]:checked+label:after,
.map-filtre-themes input[type=radio]:checked+label:after {
    border: 0;
    background: rgba(0, 0, 0, 0);
    width: .9em;
    height: .9em;
    top: 12px;
    left: 5px;
}

#player-seance video {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

#list-seance ul {
    margin: 0;
    padding: 5px;
    list-style: none;
    background: rgb(244, 247, 249);
    max-height: 300px;
    overflow: auto;
}

#list-seance li {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
}

#list-seance li:before {
    content: none;
}

#list-seance li:last-child {
    margin: 0;
}

#list-seance button {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    color: #075ca8;
}

#list-seance button.active {
    background-color: #f4f7f9;
}

#list-seance img {
    margin-right: 20px;
}

#list-seance .title {
    width: 50%;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 2;
    flex-grow: 2;
    text-align: left;
}


.bg-primary.newsletter p {
    color: #3C4858;
}

.bg-primary.newsletter h2.titre--before:before {
    background-color: #ffe000;
}

@media screen and (min-width: 1400px) {
    .bg-primary.newsletter {
        background-image: url(../assets/icon-home-newsletter.svg);
        background-repeat: no-repeat;
        background-position: 100% 140%;
    }
}

.newsletter-publication a {
    margin: 0;
}

.newsletter-publication a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#btn-magazine:before {
    background-image: url("/fileadmin/pictogrammes/icon-publication-magazine-off.png");
}

#btn-magazine:hover:before,
#btn-magazine:focus:before {
    background-image: url("/fileadmin/pictogrammes/icon-publication-magazine.png");
}

#btn-newsletter:before {
    background-image: url("/fileadmin/pictogrammes/icon-publication-newsletter-off.png");
}

#btn-newsletter:hover:before,
#btn-newsletter:focus:before {
    background-image: url("/fileadmin/pictogrammes/icon-publication-newsletter.png");
}

/* nouveau bandeau vidéo home ticket #43559 */
.hp-prvce-tv .container-fluid {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* iframe video youtube responsive */
.container-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.container-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (min-width: 900px) {
    #wrap-seance {
        display: flex;
        justify-content: center;
    }

    #player-seance {
        width: 50%;
    }

    #list-seance {
        width: 50%;
        padding-left: 20px;
    }
}
