:root {
    --module-attr-icon-size: 24px;
    --submenu-padding :0px;
}
.module-attr__label::after {
    content: none;
}
.module-pagination__item.active {
    background: var(--color-4, var(--brand-color, var(--bs-primary, #0d6efd)));
    color: #fff;
    border-color: var(--color-4, var(--brand-color, var(--bs-primary, #0d6efd)));
    cursor: default;
}
.module-pagination--prevnext{
    justify-content:center;
}
.h1 {
    font-size: 60px;
    font-family: var(--font-heading);
    font-weight: 900;
}

.h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.h2,
.h3,
.h4 {
    font-weight: 300;
    margin-bottom: 0;
    font-family: var(--text-font);
}

.h3,
.h3 span {
    font-size: 22px;
}

.link-pages .h3 {
    font-size: 28px;
    font-weight: 700;
}

.section-image .h3 span {
    font-size: 22px;
    font-weight: 300;
}

.section-image {
    position: relative;
    min-height: 510px;
    height: 100%;
}

.header-page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-content.align-desktop-start .hero-content-inner {
    line-height: 1.2;
}

.hero-heading {
    font-family: var(--font-heading);
}

.pages-detail ul {
    padding-left: 1rem;
}

.pages-detail li {
    margin-bottom: 1rem;
}
/* ------------------------------- menu --------------------------------------- */

.menu-icon-btn.btn {
    height: 36px;
}

#main-menu.nav-merge .navbar-grid > .navbar-zone--merged > .nbz-mrow {
    display: flex;
    align-items: center;
    gap: var(--menu-list-gap);
    flex-direction: row;
    flex-wrap: wrap;
}
.menu-level-0>li.menu-top:has(a[aria-current="page"]) span {
    color: var(--color-1);
    font-weight: bold;
}

.menu-level-0>li>a[aria-current="page"] {
    background: none;
}

.menu-level-0>li {
    border-bottom: 4px solid transparent;
}

.menu-level-0>li.has-active-color.is-current-section {
    border-bottom: 4px solid var(--menu-active);
}

.menu-level-0>li.is-current-section>.menu-item-container {
    background: none;
}


.module-cat-menu__link:hover {
    color: unset;
}

.card-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}

#submenu-7 {
    padding: 0;
}

.sub-menu ul a {
    border-radius: 0;
}

.header-page {
    position: relative;
    overflow: hidden;
}


.header-page .container {
    position: relative;
    z-index: 1;
}


.module-card__ev-badge {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 2;
}

/* ----------------equipes-------------------------------- */
.widget-equipes .module-card {
    padding: 10px 10px 0 10px;
}

.widget-equipes .module-card__media {
    border-radius: var(--card-radius);
}

.widget-equipes .module-card__excerpt {
    margin-bottom: 0;
}

.widget-equipes .module-card__body {
    padding: 1.25rem 5px 1.25rem 5px;
}


/* --------------------------------evenements----------------------------- */

.evenements .h2 {
    text-transform: unset;
}

.evenements .h3 span {
    font-size: 38px;
    text-transform: unset;
}

.module-cat-menu--chips .module-cat-menu__link{
    text-transform:uppercase;
}

.module-card a {
    text-decoration: none !important;
}


.evenements-index .module-ev-badge,
.widget-evenements .module-ev-badge {
    border-radius: 0 0 8px 0;
    min-width: 132px;
    box-shadow: none;
}

.widget-evenements .module-card__title,
.evenements .module-card__title {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--text-font);
    line-height:1.2;
}

.evenements .module-cards-slot .module-card__title {
    font-size: initial;
}
.module-attrs--card, .module-cat, .module-attr__label{
     font-size: 14px;
    color:#666;
    font-weight:700;
    gap:0;
}
.module-attrs--card .module-attr[data-attr-type="switch"] .module-attr__value{
    padding-right: 5px;

}
.evenements .module-card__body, .widget-evenements .module-card__body{
    padding:0.5rem 0 0 0;
}

.module-wchip{
   background: #EDEEFF;
    color: #000;
    display: flex;
    gap: 5px;
    align-items: center;
}

.module-wchip.active .module-attr__icon{
    background-color:#fff !important;
}
.module-card {
    padding: 10px;
}


.widget-evenements .module-card__media,
.evenements .module-card__media {
    border-radius: var(--card-radius);
}

.evenements .module-ev-badge,
.widget-evenements .module-ev-badge {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas:
        "dow   day"
        "month day";
    column-gap: 16px;
    padding: 14px 18px;
}

.evenements .module-ev-badge__dow,
.widget-evenements .module-ev-badge__do {
    grid-area: dow;
    text-align: end;
    font-size: 1rem;
    text-transform: unset;
}

.evenements .module-ev-badge__month {
    grid-area: month;
    text-align: end;
    font-size: 1rem;
    text-transform: uppercase;
}

.evenements .module-ev-badge__day,
.widget-evenements .module-ev-badge__day {
    grid-area: day;
    font-size: 34px;
}
.evenements .module-attr__label{
    font-weight:700;
}

.evenements-detail .module-ev-badge {
    display: inline-flex;
    flex-direction: row;
    column-gap: 6px;
    box-shadow:none;
    padding:.375rem 0.75rem;
}

.evenements-detail .module-ev-badge__dow {
    font-size: 1rem;
    text-transform: unset;
}

.evenements-detail .module-ev-badge__month {
    font-size: 1rem;
    text-transform: uppercase;
}

.evenements-detail .module-ev-badge__day {
    font-weight: 400;
    font-size: 1rem;
}
.evenements-detail .aw-composant--category{
    font-weight:700;
}

.evenements-detail .module-card__body {
    padding: 0;
}
.evenements-detail .module-attrs{
    flex-direction:row;
}

.evenements h3 {
    font-size: 38px;
    text-transform: unset;
    margin-bottom:20px;
      font-family: var(--text-font);
}

body:not(:has(.arkana-form-wrapper)):not(.builderjs-layout) .btn.btn-form-link {
    display: none;
}

.module-event-dates{
    margin: 0;
    padding: 10px 16px;
    border: none;
    border-left:none;
    border-radius: 15px;
    background: var(--color-10);
    display: inline-block;
}

.module-card__files{
    padding-left:0;
        background: var(--color-10);
    padding: 8px 16px;
    border-radius: 20px;
}


.module-card__markers {

    gap:  0;

}

.footer-composed a {
    text-decoration: underline;
}
/* --------------------------pagination ------------------------------------------- */
.module-pagination__item.active {
    background: var(--color-4, var(--brand-color, var(--bs-primary, #0d6efd)));
    color: #fff;
    border-color: var(--color-4, var(--brand-color, var(--bs-primary, #0d6efd)));
    cursor: default;
}

.module-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0 .5rem;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    background: var(--color-11);
    text-decoration: none;
    color: #3f3f46;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    transition: background .15s, border-color .15s, color .15s;
}

.arkana-form-wrapper{
    background:var(--color-11);
    padding:55px 20px;
    border-radius: 20px;
}
 .arkana-form-wrapper h2.form-section-heading{
      font-size: 38px;
    text-transform: unset;
    font-weight: bold;
     font-family:var(--font-body);
}

/* -------------------------------- break pooints ------------------------------ */

@media (min-width:992px) {
    .header-page::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        background-image: inherit;
        background-position: inherit;
        background-size: cover;
        z-index: 0;
        transform-origin: center center;
        animation: heroZoomOut 1s ease-out forwards;
    }

    @keyframes heroZoomOut {
        0% {
            transform: scale(1.15);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes heroColorize {
        0% {
            filter: grayscale(100%);
            transform: scale(1.15);
        }

        100% {
            filter: grayscale(0%);
            transform: scale(1);
        }
    }
}

@media (max-width:992px) {
    .h1 {
        font-size: 40px;
    }
}

@media (max-width:768px) {
    .h1 {
        font-size: 40px;
    }

    .h2 {
        font-size: calc(1.325rem + .9vw);
    }

    .header-page:after {
        width: 100%;
    }

    #main-menu.nav-merge .navbar-grid {
        padding: 5px
    }
}

@media (max-width: 575.98px) {
    .navbar-grid .menu-right .nav-link, .navbar-grid .menu-right .menu-icon-btn {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}



* #Progress
================================================== */
.progress-wrap {
    position          : fixed;
    right             : 30px;
    bottom            : 20px;
    height            : 46px;
    width             : 46px;
    cursor            : pointer;
    display           : block;
    border-radius     : 50px; /* box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1); */
    background        : #EBEBEB;
    z-index           : 10000;
    opacity           : 0;
    visibility        : hidden;
    transform         : translateY(15px);
    -webkit-transition: all 200ms linear;
    transition        : all 200ms linear;
    border            : 2px solid #EBEBEB;
}
.progress-wrap.active-progress {
    opacity   : 1;
    visibility: visible;
    transform : translateY(0);
}
.progress-wrap::after {
    position          : absolute;
    font-family       : "Font Awesome 6 Pro";
    content           : '\f106';
    font-weight       : 300;
    text-align        : center;
    line-height       : 46px;
    font-size         : 24px;
    color             : #707070;
    left              : -2px;
    top               : -3px;
    height            : 46px;
    width             : 46px;
    cursor            : pointer;
    display           : block;
    z-index           : 1;
    -webkit-transition: all 200ms linear;
    transition        : all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke            : #707070;
    stroke-width      : 4;
    box-sizing        : border-box;
    -webkit-transition: all 200ms linear;
    transition        : all 200ms linear;
}
.progress-wrap:hover {
    background: #DADADA;
}