.sticky-fix {
    position: fixed;
    width: 45%;
    top: 105px;
}
.sticky-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/* ===============*/
/* LANDING CENTRE */
/* ===============*/

.map_list {
    display: flex;
    flex-wrap: wrap;
}

/* MAP SEARCH*/

.map_list .map {
    position: relative;
    margin: 0;
}

.map_search {
    z-index: 1000;
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
    -webkit-box-shadow: 0 5px 20px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 20px 1px rgb(0 0 0 / 10%);
}

.map_search .search_bar {
    border: solid 1px #E0E9F2;
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 40px;
    flex: 1;
}

.map_search .search_bar input {
    border: none;
    width: 100%;
    padding: 0 20px;
}

.map_search .search_bar input[type="submit"] {
    font-size: 0;
    background: transparent url(../../images/icon_search_black.svg) no-repeat center center;
    background-size: 17px;
    -moz-background-size: 17px;
    -webkit-background-size: 17px;
    -o-background-size: 17px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.map_search .cta {
    height: 40px;
    min-width: initial;
}

.map_list .map iframe {
    width: 100%;
    height: 100%;
}

/* MAP LIST*/

.map_list>div {
    width: 50%;
    height: 90vh;
    overflow: hidden;
    z-index: 1;
}

.map_list .list_galerie {
    padding: 60px 60px 0;
    background: #F6F8F9;
    display: block;
    overflow: hidden;
}

.map_list .list_galerie .list_wrapper {
    overflow-y: auto;
    max-height: calc(100% - 50px);
    padding-right: 30px;
}

.map_list .list_galerie .list_wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.map_list .list_galerie .list_wrapper::-webkit-scrollbar-thumb {
    background: #29343E;
}

.map_list .list_galerie .dept {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 20px;
    font-family: "poppins_semibold", arial, sans-serif;
    width: 300px;
    color: #1ABC9C;
}

.map_list .list_galerie .dept_item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.map_list .list_galerie .dept-no {
    background: #1ABC9C;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
}

.landing-prim .map_list .list_galerie .dept-no {
    background: #ffc036;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ffc036 0%, #ff9e35 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ffc036 0%, #ff9e35 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ffc036 0%, #ff9e35 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc036', endColorstr='#ff9e35', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.map_list.prim .list_galerie .dept {
    color: #FFB100;
}

.map_list .list-galerie-dept {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    row-gap: 20px;
}

.map_list .list-galerie-dept {
    border-bottom: solid 1px #E0E9F2;
    padding: 30px 0;
}

.map_list .list-galerie-dept li {
    flex: 0 0 100%;
}

.map_list .list-galerie-dept li a {
    font-size: 16px;
    color: #929BA5;
}

.map_list .download_app {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 2;
    border: solid 5px #F6F8F9;
}

/* BLOCKS INFO */

.two_col {
    gap: 0;
    align-items: center;
}

.two_col_content {
    display: flex;
}

.two_col_content .content {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
}

.two_col_content .content p {
    margin-bottom: 30px;
}

.two_col_content .content .cta {
    display: inline-flex;
}

/* PRIMPRIM */

.prim-info.section {
    margin-bottom: 0;
    border-bottom: 0;
    max-width: 1000px;
    margin: 30px auto 0;
}

.prim-info .prim-intro {
    text-align: center;
}

.prim-info .prim-intro span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.prim-info .prim-intro span.green {
    display: inline-block;
}

.primprim-flow,
.prim-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.primprim-flow .flow-item {
    background: #fff;
    border: solid 1px #E0E9F2;
    border-radius: 10px;
    flex: 1;
    padding: 20px;
    text-align: center;
}

.primprim-flow .flow-item img {
    max-width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 20px;
}

.primprim-flow .flow-item span,
.prim-benefits span {
    color: #929BA5;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.primprim-flow .flow-item span.headline,
.prim-benefits span.headline {
    color: #515E6C;
    font-size: 16px;
}

.all-year {
    margin-top: 60px;
    text-align: center;
}

.prim-benefits .bloc {
    background: #fff;
    border: solid 1px #E0E9F2;
    border-radius: 10px;
    flex: 1;
    padding: 20px;
    text-align: center;
}

.prim-benefits .bloc img {
    height: 130px;
    width: auto;
    margin: 0 auto;
    padding: 20px;
}

.prim-links {
    margin-top: 60px;
}

.prim-links span {
    display: block;
    margin-top: 20px;
}

.prim-links .link_underline {
    text-transform: initial;
    letter-spacing: initial;
    font-size: 14px;
    color: #1ABC9C;
}

.prim-links .link_underline:before {
    background: #1ABC9C;
}

/* FOOTER */

.landing-centres footer {
    margin-top: 0;
}

.landing-centres .subfooter {
    padding-top: 20px;
    padding-bottom: 20px;
}

#openStreetMapRootGalleries {
    height: 800px;
}

/* RESPONSIVE */

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

    /* MAP SEARCH */

    .map_search {
        column-gap: 15px;
    }

    /* LIST GALERIE */

    .map_list .list_galerie {
        padding: 20px 20px 0;
    }

    .map_list .list_galerie .dept {
        font-size: 16px;
        width: 200px;
    }

    .map_list .list-galerie-dept li a {
        font-size: 14px;
        color: #929BA5;
    }
}

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

    .map_list>div {
        width: 100%;
        height: 70vh;
        top: -60px;
    }

    /* MAP SEARCH */

    .map_search {
        position: sticky;
        top: 60px;
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .map_list .map iframe {
        height: calc(100% - 70px);
    }

    .map_list .list_galerie .dept-no {
        width: 30px;
        height: 30px;
    }

    .map_list .download_app {
        top: calc(580px - 20px);
    }

    /* FOOTER */

    .subfooter ul {
        margin-top: 0px;
    }

    .subfooter ul li:first-child {
        padding: 0;
    }
}

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

    /* LIST GALERIE */
    .map_list .list_galerie .dept_item>* {
        width: 100%;
    }

    .map_list .list-galerie-dept {
        padding: 20px 0 40px;
        border-bottom: none;
    }

    .map_list .list-galerie-dept li {
        background: #fff;
        -webkit-box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .1);
        border-radius: 10px;
        padding: 15px;
    }

    #openStreetMapRootGalleries {
        height: 600px;
        margin: 30px;
    }
}