.ctn-member-btn a.btn-member-link {
    padding: 10px 29px;
    border: 1px solid #004f0e;
    border-radius: 50px;
    color: #004f0e;
}

.ctn-member-btn a.btn-member-link:hover {
    border: 1px solid #004f0e;
    background-color: #004f0e;
    color: #fff;
}

.bpp-member-locator-controls {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(220px, 236px) 1fr auto;
    min-height: 102px;
    padding: 30px 0;
}

.bpp-member-locator-search {
    color: rgba(255, 255, 255, 0.68);
    position: relative;
}

.bpp-member-locator-search input {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    min-height: 42px;
    padding: 9px 44px 9px 14px;
    width: 100%;
}

.bpp-member-locator-search input::placeholder {
    color: rgba(255, 255, 255, 0.68);
    opacity: 1;
}

.bpp-member-locator-search-icon {
    align-items: center;
    bottom: 0;
    display: flex;
    position: absolute;
    right: 14px;
    top: 0;
}

.bpp-member-locator-views {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: center;
}

.bpp-member-locator-view,
.bpp-member-locator-filters button {
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    gap: 12px;
    min-height: 42px;
}

.bpp-member-locator-view {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 14px;
}

.bpp-member-locator-view.is-active {
    background: #020202;
    color: #fff;
}

.bpp-member-locator-filters {
    align-items: center;
    display: flex;
    gap: 12px;
}

.bpp-member-locator-filters select {
    appearance: none;
    background: transparent;
    border: 1px solid rgb(255 255 255);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    font-weight: 400;
    min-height: 42px;
    min-width: 88px;
    padding: 8px 34px 8px 13px;
    font-family: 'Josefin Sans';
}

.bpp-member-locator-filters label {
    position: relative;
}

.bpp-member-locator-filters label::after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.75);
    border-right: 2px solid rgba(255, 255, 255, 0.75);
    content: "";
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 14px;
    transform: rotate(45deg);
    width: 7px;
}

.bpp-member-locator-filters option {
    color: #111;
}

.bpp-member-locator-panel {
    display: none;
}

.bpp-member-locator-panel.is-active {
    display: block;
}

.bpp-member-locator-map {
    height: 500px;
    width: 100%;
    border-radius: 20px;
}

.bpp-member-locator-list-panel {
    display: none;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 30px;
}

.bpp-member-locator-list-panel.is-active {
    display: grid;
}

.bpp-member-locator-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
}

.bpp-member-locator-card h3 {
    color: #000 !important;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.bpp-member-locator-card p {
    margin: 0;
}

.bpp-member-locator-card-photo {
    aspect-ratio: 1 / 0.96;
    display: block;
    object-fit: cover;
    width: 100%;
}

.bpp-member-locator-card-content {
    padding: 38px 18px 22px;
}

.bpp-member-locator-card-city {
    color: #F80818;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-family: 'Archivo';
}

.bpp-member-locator-card-line {
    align-items: center;
    color: #000;
    display: grid;
    font-size: 12px;
    gap: 10px;
    grid-template-columns: 24px 1fr;
    margin-bottom: 10px !important;
    font-family: 'Archivo';
}

.bpp-member-locator-card-line a {
    color: inherit;
    text-decoration: none;
}

.bpp-member-locator-card-icon {
    color: #005314;
    display: inline-flex;
}

.bpp-member-locator-card-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
}

.bpp-member-locator-card-logos a,
.bpp-member-locator-card-logos span {
    align-items: center;
    display: inline-flex;
}

.bpp-member-locator-card-logos img {
    max-height: 28px;
    max-width: 90px;
    object-fit: contain;
}

.bpp-member-locator-map .leaflet-popup-content-wrapper {
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
}

.bpp-member-locator-map .leaflet-popup-content {
    margin: 0;
    width: 260px !important;
}

.bpp-member-locator-popup.bpp-member-locator-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bpp-member-locator-popup .bpp-member-locator-card-photo {
    aspect-ratio: 1 / 0.72;
}

.bpp-member-locator-popup .bpp-member-locator-card-content {
    padding: 22px 16px 18px;
}

.bpp-member-locator-popup .bpp-member-locator-card h3,
.bpp-member-locator-popup h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.bpp-member-locator-popup .bpp-member-locator-card-line {
    align-items: start;
}

.bpp-member-locator-empty {
    grid-column: 1 / -1;
    margin: 0;
}

.bpp-member-locator-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 30px 24px;
    justify-content: center;
}

.bpp-member-locator[data-active-view="map"] .bpp-member-locator-pagination {
    display: none;
}

button.bpp-member-locator-page:hover, button.bpp-member-locator-page:focus {
    background-color: transparent;
    color: #f00 !important;
}

.bpp-member-locator-page {
    align-items: center;
    background: transparent;
    border: unset !important;
    border-radius: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    font-weight: 400 !important;
    justify-content: center;
    line-height: 1;
    min-height: 34px;
    min-width: 18px;
    padding: 0 2px !important;
}

.bpp-member-locator-page.is-active {
    background-color: transparent;
    color: #FF0000 !important;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bpp-member-locator-page:disabled {
    background: transparent;
    border-color: transparent;
    color: #000;
    cursor: default;
    opacity: .35;
}

.bpp-member-locator-page-arrow {
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    height: 30px;
    margin-right: 4px !important;
    min-height: 30px;
    min-width: 30px;
    padding: 0 !important;
    position: relative;
    width: 30px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.bpp-member-locator-page-next {
    margin-left: 4px;
    margin-right: 0;
}

.bpp-member-locator-page-arrow::before {
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    content: '';
    height: 10px;
    transform: rotate(45deg) translate(1px, -1px);
    width: 10px;
    display: inline-block;
}

.bpp-member-locator-page-next::before {
    transform: rotate(225deg) translate(1px, -1px);
}

button.bpp-member-locator-page-arrow:hover, button.bpp-member-locator-page-arrow:focus {
    background: transparent;
    border-color: #ff0000 !important;
    color: #000;
}

.bpp-member-locator-page-arrow:disabled {
    border-color: #000 !important;
    cursor: default;
}

.bpp-member-locator-page-ellipsis {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    min-height: 42px;
    padding: 0 4px;
}

button.bpp-member-locator-view {
    font-family: 'Josefin Sans' !important;
    font-weight: 400 !important;
    border-color: transparent !important;
    padding: 6px 15px;
    display: flex;
    align-items: center;
}

button.bpp-member-locator-view.is-active {
    border-color: #000;
}

input.bpp-member-locator-search-input {
    border: 1px solid #fff !important;
    font-family: 'Josefin Sans';
    font-weight: 400;
}

button.bpp-member-locator-view:hover, button.bpp-member-locator-view:focus {
    background-color: #000;
}


/* Membre AFECT */

.ctn-locator-member article.bpp-member-locator-card {
    border-radius: unset;
    border: unset;
}

.ctn-locator-member img.bpp-member-locator-card-photo {
    border-radius: 5px;
}

.bpp-member-locator-list-panel.is-active {
    display: grid;
}

.ctn-locator-member input.bpp-member-locator-search-input::placeholder {
    color: #000;
}

.ctn-locator-member input.bpp-member-locator-search-input {
    color: #000;
}

.ctn-locator-member span.bpp-member-locator-search-icon {
    color: #000;
}

.ctn-locator-member .bpp-member-locator-search-icon {
    top: -5px;
}

.ctn-locator-member button.bpp-member-locator-view {
    background-color: #ffffff00;
    color: #000;
    border-radius: 5px;
}

.ctn-locator-member button.bpp-member-locator-view.is-active, .ctn-locator-member button.bpp-member-locator-view:hover {
    background-color: #000;
    color: #fff;
}

.ctn-locator-member select {
    color: #000;
    text-align: end;
}

.ctn-locator-member .bpp-member-locator-filters label::after {
    border-bottom: 2px solid rgb(0 0 0);
    border-right: 2px solid rgb(0 0 0);
}

.ctn-locator-member .bpp-member-locator-controls {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 0;
}

.ctn-locator-member button.bpp-member-locator-page {
    background-color: unset;
    color: #000 !important;
}

.ctn-locator-member button.bpp-member-locator-page.is-active, .ctn-locator-member button.bpp-member-locator-page:hover {
    color: #FF0000 !important;
    text-decoration: underline;
    text-underline-offset: 4px;
}

button.bpp-member-locator-page.bpp-member-locator-page-arrow {
    border-color: #000 !important;
}

button.bpp-member-locator-page.bpp-member-locator-page-arrow:hover {
    border-color: #FF0000 !important;
}

.ctn-locator-member .bpp-member-locator-panel.bpp-member-locator-list-panel {
    gap: 45px;
}

@media (max-width: 900px) {
    .bpp-member-locator-controls {
        grid-template-columns: 1fr;
    }

    .bpp-member-locator-views {
        justify-content: flex-start;
    }

    .bpp-member-locator-filters {
        flex-wrap: wrap;
    }

    .bpp-member-locator-list-panel {
        grid-template-columns: 1fr;
    }
}

.bpp-breadcrumb ol {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bpp-breadcrumb li {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.bpp-breadcrumb a {
    text-decoration: none;
}

.bpp-breadcrumb-current {
    font-weight: 600;
}

.bpp-job-offers {
    width: 100%;
}

.bpp-job-offers-filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.bpp-job-offers-filter {
    background: #dcece6;
    border: 0;
    border-radius: 8px;
    color: #111;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 14px;
    transition: background-color .2s ease, color .2s ease;
}

.bpp-job-offers-filter:hover,
.bpp-job-offers-filter:focus,
.bpp-job-offers-filter.is-active {
    background: #00601b;
    color: #fff;
}

.bpp-job-offers-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bpp-job-offer-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 30px 24px 24px;
}

.bpp-job-offer-title {
    color: #00601b;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 18px;
}

.bpp-job-offer-description {
    color: #637083;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 16px;
}

.bpp-job-offer-meta {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.bpp-job-offer-meta li {
    align-items: center;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 7px;
    line-height: 1.25;
}

.bpp-job-offer-meta strong {
    font-weight: 800;
}

.bpp-job-offer-icon {
    color: #000;
    display: inline-flex;
    flex: 0 0 auto;
}

.bpp-job-offer-link {
    align-items: center;
    color: #00601b;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    margin-top: auto;
    text-decoration: none;
}

.bpp-job-offer-link:hover,
.bpp-job-offer-link:focus {
    color: #004d16;
}

.bpp-job-offers-empty {
    grid-column: 1 / -1;
    margin: 0;
}

.bpp-job-offers-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
}

.bpp-job-offers-page {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    min-height: 34px;
    min-width: 18px;
    padding: 0 2px;
}

.bpp-job-offers-page:hover,
.bpp-job-offers-page:focus {
    background: transparent;
    color: #f00;
}

.bpp-job-offers-page.is-active {
    background: transparent;
    color: #f00;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bpp-job-offers-page:disabled {
    background: transparent;
    color: #000;
    cursor: default;
    opacity: .35;
}

.bpp-job-offers-page-arrow {
    border: 2px solid #000;
    border-radius: 50%;
    height: 30px;
    margin-right: 4px;
    min-height: 30px;
    min-width: 30px;
    padding: 0;
    position: relative;
    width: 48px;
}

.bpp-job-offers-page-next {
    margin-left: 4px;
    margin-right: 0;
}

.bpp-job-offers-page-arrow::before {
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    content: '';
    height: 10px;
    transform: rotate(45deg) translate(5px, -5px);
    width: 10px;
    display: block;
}

.bpp-job-offers-page-next::before {
    transform: rotate(225deg) translate(-3px, 3px);
}

.bpp-job-offers-page-arrow:hover,
.bpp-job-offers-page-arrow:focus {
    background: transparent;
    border-color: #f00;
    color: #f00;
}

.bpp-job-offers-page-arrow:disabled,
.bpp-job-offers-page-arrow:disabled:hover,
.bpp-job-offers-page-arrow:disabled:focus {
    border-color: #000;
    color: #000;
}

.bpp-job-offers-page-ellipsis {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 22px;
    line-height: 1;
    min-height: 34px;
    padding: 0 2px;
}


.qui-sommes-carte button.bpp-member-locator-page.bpp-member-locator-page-arrow {
    border-color: #fff !important;
}

.qui-sommes-carte button.bpp-member-locator-page.bpp-member-locator-page-arrow:hover {
    border-color: #ff0000 !important;
}


.home-map-member input.bpp-member-locator-search-input::placeholder {
    color: #0D0D0D;
}

.home-map-member span.bpp-member-locator-search-icon {
    color: #000;
}

.home-map-member input.bpp-member-locator-search-input {
    color: #000;
    border-color: #7C7C7C !important;
}

.home-map-member .bpp-member-locator-controls {
    justify-content: space-between;
    gap: 0;
}

.home-map-member .bpp-member-locator-controls .bpp-member-locator-filters {
    justify-content: flex-end;
}

.home-map-member .bpp-member-locator-controls .bpp-member-locator-filters select {
    color: #000;
    border-color: #000;
}

.home-map-member .bpp-member-locator-controls label::after {
    border-color: #000;
}

.leaflet-popup-content p {
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.leaflet-popup-content h3 {
    font-size: 18px !important;
}

@media (max-width: 980px) {
    .bpp-job-offers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bpp-job-offers-grid {
        grid-template-columns: 1fr;
    }
}
