.poi-row {
    margin-top: 70px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 1280px) {
    .poi-item {
        max-width: 18%;
        /*height: calc(100vw / 3 * 0.56);*/
        min-height: 250px;
    }
}
@media (max-width: 1280px) {
    .poi-item {
        max-width: 31%;
        /*height: calc(100vw / 2 * 0.56);*/
    }
    .poi-item-title h4 {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .poi-item {
        width: 100%;
        max-width: 340px;
        /*max-width: 48%;*/
        /*height: calc(100vw / 2 * 0.56);*/
    }
}
@media (max-width: 640px) {
    .poi-item {
        /*max-width: 100%;*/
        /*height: calc(100vw * 0.56);*/
    }
}

.poi-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 52px 0 50px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: flex-start;
    background-size: cover !important;
    padding: 20px;
    margin:40px 13px 0px 0px;
}
.poi-item-title {
    color:#373737;
}
.poi-item-desc {
    color:#373737;
}
.poi-item-links {
    margin-top: 25px;
}

/*A REINTEGRER */
#tpl-single-association .section-title {
    position: relative;
    padding-right: 20px;
    font-weight: 800;
}
#tpl-single-association .panel-section4 .section-title:after {
    background-color: #A2A2A2;
}
#tpl-single-association .section-title:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 1.3rem;
    padding-left: 40px;
    width: 100vw;
    height: 1px;
    background-color: #282828;
}
@media (max-width: 1000px) {
    .associationSingle-text.tpl-column,
    .resultSingle-content.tpl-column {
        margin-top: 15px;
        display: flex;
        flex: 0 0 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
.panel-section1 .associationSingle {
    /*border-bottom-color: #A2A2A2;*/
}
.panel-section2 .associationSingle {
    border-bottom-color: #0B4D9B;
}
.panel-section3 .associationSingle {
    border-bottom-color: #63bfb5;
}
.panel-section4 .associationSingle {
    border-bottom-color: #f9b233;
}
.panel-section5 .associationSingle {
    border-bottom-color: #0B4D9B;
}
.panel-section6 .associationSingle {
    border-bottom-color: #A2A2A2;
}
.associationSingle .associationSingle-img {
    width: 100%;
    max-width: 625px;
    text-align: center;
}
.associationSingle .associationSingle-text,
.associationSingle .resultSingle-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.associationSingle .associationSingle-content {
    padding: 5.7rem 0;
    width: 100%;
    max-width: 537px;
}
.associationSingle .associationSingle-title {
    font-family: 'Muli',sans-serif;
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 800;
}
.associationSingle .associationSingle-excerpt {
    margin: 24px 0 0;
}
.associationSingle {
    min-height: 290px;
    background-color: #F5F5F5;
    border-bottom: #F5F5F5 18px solid;
}

.association-title,
.resultSingle-title {
    position: relative;
    background-color: #F5F5F5;
    color: #282828;
    padding:17px 46px;
    margin:10px 0px;
}

.association-title:hover,
.resultSingle-title:hover {
    background-color: #f9b233;
    color: #ffffff;
}
.association-title:after,
.resultSingle-title:after {
    font-family: "icomoon" !important;
    content: '\e903';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: #282828;
    font-size: 20px;
    width: 15px;
    height: 30px;
}
.association-title:hover:after,
.resultSingle-title:hover:after {
    color: #ffffff;
}
.association-link,
.resultSingle-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.association-directory-search-panel {
    background-color: #63bfb5;
    color: #ffffff;
    padding:50px;
    margin-bottom: 50px;
}
.input-assdir-txt {
    max-width: 300px;
}
.input-assdir-submit {
    margin-top: 35px !important;
    max-width: 200px;
    background-color: #f9b233;
    color: #ffffff;
    font-size: 14px;
}
.association-directory-search-panel .select {
    width: 100%;
    max-width: 300px;
    height: 55px;
}
@media (max-width: 600px) {
    .associationSingle-text.tpl-column,
    .resultSingle-content.tpl-column {
        flex-direction: column;
    }
    .input-assdir-txt, .association-directory-search-panel .select {
        max-width: 100%;
    }

}
.association-directory-pagination {
    padding-top: 20px;
    padding-bottom: 20px;
}
.input-assdir-select {
    opacity: 1;
}
.form-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
}
.form-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    display: inline-block;
}
.map-filters {
    position: relative;
    padding: 52px 0 50px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    justify-content: center;
    align-items: flex-end;
    background-size: cover !important;
    padding: 0px;
    margin:40px 13px 0px 0px;
    color: #282828;
    font-size: 14px;
    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.map-filter-item:hover {
     /* Firefox */
     -moz-transition: all 0.2s ease-in;
     /* WebKit */
     -webkit-transition: all 0.2s ease-in;
     /* Opera */
     -o-transition: all 0.2s ease-in;
     /* Standard */
     transition: all 0.2s ease-in;
}

.map-filter-item {
    display: flex;
    width: 200px;
    max-width: 200px;
    height: 50px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    border-radius: 2px;
    margin: 27px 44px 0px 0px;
    align-items: center;
    justify-content: center;
}

.map-filter-item:hover {
    color: #ffffff;
}

.locatepoibottom, .linktopoi {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
/*intranet elus*/
.bex-wrapper {
    background-color: #F9F9F9;
}

#tpl-associations-directory main {
    padding-bottom: 70px;
}
#tpl-interactivemap main {
    padding-bottom: 130px;
}
.page-numbers {
    margin: 0 5px;
}
.page-numbers.current {
    padding: 5px;
    border: #f9b233 thin solid;
}
.agendaSingle-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
 }

.eventSingle-day2 {
    font-size: 1.3rem!important;
    display:block;
}

.column-linkList {
    width: 100%;
    display: flex;
    margin: auto;
    margin-top:20px;
    justify-content: center;
    flex-wrap: wrap;
}
.footer .column-linkSingle {
    margin:10px 10px!important;

}