
.infos-structure {
    overflow: hidden;
}
.infos-structure:before {
    content: ''; display: block;
    margin: 34px auto 42px;
    width: 60%; height: 1px;
    background: #cdcccc;
}

#map-canvas-page {
    margin-bottom: 21px;
}

#map-canvas-page div[style*="vendors/marker-clusterer/images/m"] {
    color: #fff!important;
    font-size: 12px !important;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.structure-subtitle {
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: underline;
}

.coordonnees p {
    line-height: 1.4;
}

.specs {
    padding-top: 34px;
}

.specs:not(.marge-left) {
    clear: both;
}

.filters-maps {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 14px 14px 1px;
    margin-bottom: 14px;
}

.filters-maps:after {
    content: ''; display: block;
    clear: both;
}

.filters-maps fieldset, 
.filters-maps fieldset legend {
    background-color: #fff;
}

.filters-maps label {
    display: inline-block;
    margin-right: 21px;
    font-weight: 600;
}
.filters-maps label input {
    vertical-align: middle;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.filters-maps button {
    font-size: 14px;
    line-height: 1;
}

.legend-maps img {
    display: inline-block; vertical-align: middle;
    max-height: 21px; width: auto; margin-right: 7px;
}
.legend-maps img:first-child {
    max-height: 26px; margin-bottom: 3px;
}


.filters-maps #filter_pour_qui legend,
.filters-maps #filter_singularites legend,
.filters-maps #filter_type_sejour legend{
    cursor: pointer;
}
.filters-maps #filter_pour_qui legend:hover,
.filters-maps #filter_singularites legend:hover,
.filters-maps #filter_type_sejour legend:hover {
    background-color: #5a7ee0;
    color: #fff;
}

.filters-maps #filter_pour_qui label,
.filters-maps #filter_singularites label,
.filters-maps #filter_type_sejour label{
    display: none;
}

.filters-maps #filter_pour_qui.actif label,
.filters-maps #filter_singularites.actif label,
.filters-maps #filter_type_sejour.actif label{
    display: block;
}

.filters-maps #filter_pour_qui legend:after,
.filters-maps #filter_singularites legend:after,
.filters-maps #filter_type_sejour legend:after {
    content: "›"; display: inline-block; color: #333;
    margin-left: 5px; font-size: 34px;
    vertical-align: sub;
    font-weight: 500; line-height: 1;
}
.filters-maps #filter_pour_qui.actif legend:after,
.filters-maps #filter_singularites.actif legend:after,
.filters-maps #filter_type_sejour.actif legend:after {
    -webkit-transform: rotate(90deg) translateX(3px);
    -ms-transform: rotate(90deg) translateX(3px);
    -o-transform: rotate(90deg) translateX(3px);
    transform: rotate(90deg) translateX(3px);
    margin-left: 14px;
}

@media screen and (min-width: 768px) {

    .filters-maps #filter_mixite,
    .filters-maps #filter_infos,
    body.single #map-canvas-page,
    .coordonnees,
    .specs {
         width: 49%; 
    }

    .filters-maps #filter_infos,
    .legend-maps,
    body.single #map-canvas-page {
       float: right;
    }

    .filters-maps #filter_mixite,
    .coordonnees,
    .specs {
        float: left;
    }

    .filters-maps #filter_infos { margin-top: 14px; }
    .filters-maps #filter_pour_qui { clear: both; }

    .specs.marge-left {
        margin-left: 2%;
    }

    .filters-maps #filter_pour_qui,
    .filters-maps #filter_singularites,
    .filters-maps #filter_type_sejour {
        float: left;
        width: 32.9%
    }

}

.su-accordion .su-spoiler-title {
    background-color: #23408e;
    color: #fff; font-weight: 400;
    padding-left: 2.0rem !important;
    font-size: 15px;
}
.su-accordion .su-spoiler-title .su-spoiler-icon {
    margin-left: 0.5rem;
}
.su-accordion .su-spoiler-content {
    border: 1px solid #23408e;
    padding-right: 14px !important;
}

.page .su-accordion .su-spoiler {
    margin-bottom: 0.75rem;
}