/*GDPR*/
.plg_system_eprivacy_module .plg_system_eprivacy_message {
    border: 1px solid #a9a900;
    background-color: #ffffe1;
    padding: 5px;
}

.plg_system_eprivacy_module .plg_system_eprivacy_message button.plg_system_eprivacy_agreed {
    color: #000;
    background-color: #0f0;
}

.plg_system_eprivacy_module .plg_system_eprivacy_message button.plg_system_eprivacy_declined {
    color: #fff;
    background-color: #f00;
}

.plg_system_eprivacy_module div.plg_system_eprivacy_accepted,
.plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    overflow: hidden;
    border: 1px solid #ccc;
    color: #999;
    vertical-align: middle;
    padding: 5px;
}

.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button,
.plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    float: right;
}

.joomla-modal.joomla-modal .modal-header h3 {
    width: 100%
}

.plg_system_eprivacy_module div.plg_system_eprivacy_accepted,
.plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    border-width: 0 !important;
    padding: 0 !important;
}

plg_system_eprivacy_reconsider--- {
    float: right;
}

button.plg_system_eprivacy_accepted,
button.plg_system_eprivacy_agreed,
button.plg_system_eprivacy_declined,
button.plg_system_eprivacy_reconsider {
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--color-dark) !important;
    border-color: var(--color-dark) !important;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 19px 32px;
    font-size: 0.875rem;
    line-height: 1.7;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*COOKIE*/
.joomla-modal.joomla-modal {
    padding: 0 !important;
}

#eprivacyModal .modal-body {
    width: 100%;
    padding: 4%;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

#eprivacyModal .cookietable {
    height: inherit;
    float: none;
    overflow: inherit;
}

/* PHOCA */
.intro-text .phocadownloadcategory64 {
    background-position: 20px center;
    border: 1px solid #cccccc;
    margin: 0;
    padding: 30px 30px 30px 100px;
}

.phocadownloadfile64 {
    background: transparent;
    border: 1px solid #cccccc;
    margin: 1rem;
    padding: 0;
}

.phocadownloadfile64::before {
    font: normal normal normal 4rem/1 FontAwesome;
    content: "\f01a";
    color: var(--body-link-color);
    position: absolute;
    margin-top: 1rem;
    right: 4rem;
    z-index: 0;
}

.phocadownloadfile64 a {
    padding: 2rem;
    display: block;
    position: relative;
    z-index: 9;
}

.jacl-col-12.jacl-col-md-5.jacl-col-lg-4.col-child .jacl-item__title {
    font-size: var(--h4-font-size);
}

#ordering {
    width: auto !important;
}

#ordering_dir {
    width: auto !important;
}

.acypagination .selectedPage #acypagination {
    line-height: 1;
}

.acypagination li {
    height: 40px;
    font-family: var(--body-font-family);
    line-height: 40px;
    border: 0;
}

.nav.lemarche .dropdown-item {
    padding: 0.42668rem 0;
    font-size: 0.93rem;
    font-weight: 400;
}

.badge-lemarche {
    z-index: 9;
    max-width: 120px;
    max-height: 40px;
    width: 100%;
    height: 100%;
}

.badge-lemarche img {
    max-width: 100%;
    max-height: 100%;
}

.jacl-col-lg-4 .item-style-1.has-media .jacl-item__body {
    padding: 0 32px;
}

/*menu marche*/
.module.mod-rounded.marche .module-ct {
    padding: 0;
}

.module.marche ul li a {
    white-space: normal;
    border-bottom: 1px solid var(--border-color);
    padding: 0.5rem 0 !important;
}

/* WCAG*/
.jacl-item__meta {
    font-size: var(--body-font-size);
}

.jacl-item__meta ul li {
    color: var(--body-text-color);
}
.breadcrumb-item.active {
    color: var(--body-text-color);
}

:root {
    --body-link-color: #2d2f91;
    --body-link-hover-color: #212529;
}