/* @import url(font.css); */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --bs-font-sans-serif: "Open Sans", sans-serif, "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

button,
.btn input,
textarea,
select,
.form-control,
.form-select,
option {
    font-family: var(--bs-font-sans-serif) !important;
    font-weight: normal !important;
}

*::selection {
    background-color: var(--bs-primary);
    color: #ffffff;
}

.aspect-hero {
    aspect-ratio: 16/4 !important;
}

@media (max-width: 1200px) {
    .aspect-hero {
        aspect-ratio: 16/7 !important;
    }
}

@media (max-width: 992px) {
    .aspect-hero {
        aspect-ratio: 16/9.5 !important;
    }
}

@media (min-width: 991px) {
    .rounded-end-lg-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }
    .rounded-start-lg-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }
}

.popover-lg {
    max-width: 500px !important;
    z-index: 1250 !important;
}

.\!text-decoration-none *,
.\!text-decoration-none a {
    text-decoration: none !important;
}

.-mb-px {
    margin-bottom: -1px;
}

.-mb-3px {
    margin-bottom: -3px;
}

.navigation-links a:hover {
    color: var(--bs-primary);
}

/* .btn {
    line-height: 1.2;
} */


.event-grid {
    grid-template-columns: 1fr;
}

.event-grid>div .img-container {
    position: relative;
    width: 100%;
    --bs-aspect-ratio: 120%;
}


.img__scalable {
    scale: 55%;
}

@media (min-width: 992px) {
    .event-grid {
        grid-template-columns: 29fr 29fr 42fr;
    }

    .event-grid>div:first-child .img-container {
        --bs-aspect-ratio: 56.25%;
    }

    .event-grid>div:nth-child(2) .img-container {
        --bs-aspect-ratio: 143.5%;
    }

    .event-grid div:nth-child(3) .img-container {
        --bs-aspect-ratio: 120%;
    }

    .img__scalable {
        scale: 70%;
    }
}


.bg-inside {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-container {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 500ms !important;
}

.link,
.link-primary,
.link:hover,
.link-primary:hover {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.title-strong {
    display: inline-block;
    color: transparent;
    background-clip: text !important;
    background: rgb(115, 117, 198);
    background: linear-gradient(90deg, rgba(115, 117, 198, 1) 0%, rgba(76, 78, 142, 1) 35%, rgba(58, 59, 114, 1) 100%);
}

.sup-tag {
    top: -1rem !important;
}

.text-justify {
    text-align: justify !important;
}

.title-strong-light {
    display: inline-block;
    color: transparent;
    background-clip: text !important;
    background: rgb(115, 117, 198);
    background: linear-gradient(90deg, rgb(105 107 204) 0%, rgb(134, 138, 255) 35%, rgb(147 148 216) 100%);
}

.bg-gradient-light {
    background: rgb(115, 117, 198);
    background: linear-gradient(90deg, rgba(115, 117, 198, 1) 0%, rgb(134, 137, 232) 35%, rgb(135, 137, 255) 100%) !important;
}

.bg-gradient {
    background: rgb(115, 117, 198);
    background: linear-gradient(90deg, rgba(115, 117, 198, 1) 0%, rgba(76, 78, 142, 1) 35%, rgba(58, 59, 114, 1) 100%) !important;
}

@media (min-width: 992px) {
    .transform-img {
        rotate: 2deg;
    }

    .transform-img img {
        rotate: -2deg;
        scale: 108%;
    }
}

.fw-black {
    font-weight: 800 !important;
}

.hover-text-red:hover,
.hover-text-red:active {
    color: var(--bs-red) !important;
}

.nav-link {
    color: #000;
}

.letter-space-tight {
    letter-spacing: -0.078rem !important;
}

.splide__pagination__page.is-active {
    background: #515290 !important;
    transform: scale(1.4);
    z-index: 1;
}

.splide__arrow {
    opacity: 1 !important;
    border: 2px solid var(--bs-primary) !important;
}

.splide__arrow:disabled {
    opacity: .6 !important;
}


.splide__arrow:hover {
    opacity: 1 !important;
    background-color: transparent !important;
    color: var(--bs-primary) !important;
}


.splide_pagination_start .splide__pagination {
    justify-content: start !important;
}

.splide__arrow.splide__arrow--next {
    border-radius: 7rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    right: 0 !important;
    height: 3rem !important;
    border-right: 0 !important;
}

.splide__arrow.splide__arrow--prev {
    border-radius: 7rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    left: 0 !important;
    height: 3rem !important;
    border-left: 0 !important;
}


.splide__pagination__page {
    background: rgba(126, 128, 223, 0.446) !important;
    transform: scale(1);
}


.letter-space-tighter {
    letter-spacing: -0.127rem !important;
}

.text-transform-none {
    text-transform: none !important;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.snackbar-action svg,
.btn-hover svg {
    transform: translateX(0);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.snackbar-action:hover svg,
.btn-hover:hover svg {
    transform: translateX(0.3rem);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 220ms;
}

a {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.border-dashed {
    border-style: dashed !important;
}

.title-divider {
    height: 0.2rem;
    width: 4rem;
    border-radius: 0.1rem;
    background: var(--bs-primary);
    border: 0px;
}

.title-divider.sm {
    height: 0.15rem;
    width: 3rem;
    border-radius: 0.1rem;
    background: var(--bs-primary);
    border: 0px;
}

.footer-social-link a,
.social-link a {
    display: inline-block !important;
    height: 100%;
    aspect-ratio: 1/1 !important;
}

.social-link a {
    height: 55px;
    width: 55px;
}

.footer-social-link a {
    height: 32px;
    width: 32px;
}

.social-link .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    aspect-ratio: 1/1 !important;
    padding: 0.5rem;
    border-radius: 3px;
    border: 2px solid #00000061;
}

.footer-social-link .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.35rem;
    height: 100%;
    border-radius: 3px;
    aspect-ratio: 1/1 !important;
    background-color: #fff;
}

.ps-search-input {
    padding-right: 2.5rem !important;
}

.ps-search-input.lg {
    padding-right: 5.5rem !important;
}

.page-link {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.title-divider.lg {
    height: 0.15rem;
    width: 5rem;
    border-radius: 0.1rem;
    background: var(--bs-primary);
    border: 0px;
}

.title-divider.xs {
    height: 0.1rem;
    width: 1.3rem;
    border-radius: 0.1rem;
    background: var(--bs-primary);
    border: 0px;
}

.display-count {
    font-size: 5rem;
}

.count-more::before {
    content: "+";
}

.card-svg {
    height: 3rem;
    object-fit: contain;
    object-position: center;
}

.counter-bg-icon {
    position: absolute;
    width: 9rem;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    right: 5rem;
}

.scrollbar-invisible {
    scrollbar-width: none;
}

.scrollbar-invisible::-webkit-scrollbar {
    display: none;
}

.my-lg-12rem {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-2px {
    margin-top: 2px;
}

.text-undecorated {
    text-decoration: none;
}

@media (min-width: 992px) {
    .my-lg-12rem {
        margin-top: 8rem;
        margin-bottom: 5rem;
    }
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.bg-actu {
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23009D00' stroke-width='5.5' stroke-opacity='0.04'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}

.progress-bar {
    height: 4px;
    background-color: rgba(5, 114, 206, 0.2);
    width: 100%;
    overflow: hidden;
}

.progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: var(--bs-primary);
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}

.progress-transition {
    transition: all 5s ease-in-out !important;
}

@keyframes indeterminateAnimation {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

.hover-text-white:hover {
    color: #fff !important;
}

.btn-check+.btn>svg,
.stepper-step2 label svg.checker {
    opacity: 0;
    width: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-right: 4px;
    transform: skewX(13deg) scale(2%);
}

.btn-check:checked+.btn>svg,
.stepper-step2 label:has(input:checked) svg.checker {
    opacity: 1;
    width: auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 350ms;
    margin-right: 4px;
    transform: skewX(0deg) scale(100%);
}

.transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 350ms;
}

.\!fw-bold {
    font-weight: bold !important;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.stepper-step2 svg {
    height: 2.2rem;
    width: 2.2rem;
    margin: auto;
}

.stepper-step2 label {
    cursor: pointer;
    user-select: none;
}

.stepper-step2 input[type='radio'] {
    accent-color: #fff !important;
    color: var(--bs-primary) !important;
    background-color: #fff !important;
    width: 15px;
}

.stepper-step2 label:has(input:checked) .card {
    border-color: var(--bs-primary) !important;
    color: #fff !important;
    background-color: var(--bs-primary);
    opacity: 1 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 350ms;
}

.adhesion-form input,
.adhesion-form select {
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: bolder;
}

.stepper-step2 label:has(input:checked) svg {
    color: #fff !important;
}

.stepper-step2 label:has(input:checked) {
    color: var(--bs-primary) !important;
}

.menu-link:hover {
    color: var(--bs-primary) !important;
}

.menu-link {
    color: rgb(255, 155, 0) !important;
}

a:hover {
    color: var(--bs-primary);
    transition: all 0.3s ease-in-out;
}

.drop-shadow {
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
}

a[data-bs-toggle="dropdown"].show {
    color: var(--bs-primary) !important;
    /* color: rgb(255, 155, 0) !important; */
    transition: all 0.3s ease-in-out;
}

.form-control:focus,
.form-control.focus,
.custom-control-input:focus~.custom-control-label::before,
.custom-file-input:focus~.custom-file-label,
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: 0 0 0 2px var(--bs-primary);
}

.navbar .nav-link.active {
    color: var(--bs-primary) !important;
    /* color: rgb(255, 155, 0) !important; */
}

.fw-bold-all * {
    font-weight: bold !important;
}

.hover-big {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 350ms;
}

.hover-big:hover {
    transform: scale(115%) translateY(-15px);
}

.hover-light-primary:hover {
    color: #bcbdf6 !important;
}

.page-layout-body,
.page-layout-body * {
    font-family: Helvetica !important;
}

.inset-0 {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.donate-btn {
    --c: #fff;
    /* text color */
    border: none;
    background:
        linear-gradient(90deg, var(--bs-danger) 33%, #fff5, var(--bs-primary) 67%) var(--_p, 100%)/300% no-repeat,
        var(--bs-primary) !important;
    color: transparent !important;
    transform: perspective(500px) rotateY(calc(20deg*var(--_i, -1))) scale(var(--_s, 1));
    text-shadow:
        calc(var(--_i, -1)* 0.08em) -.01em 0 var(--c),
        calc(var(--_i, -1)*-0.08em) .01em 2px #0004;
    outline-offset: .1em;
    transition: 0.3s;
}

.donate-btn:hover,
.donate-btn:focus-visible {
    --_p: 0%;
    --_i: 1;
    --_s: 1.05;
}

.donate-btn:active {
    /* text-shadow: none; */
    color: var(--c);
    box-shadow: inset 0 0 9e9q #0005;
    transition: 0s;
}

.splide__slide.is-visible.is-active {
    border-color: var(--bs-primary) !important;
    border-radius: 0.55em;
    overflow: hidden;
}

.splide__slide.is-visible.is-active>div {
    border-radius: 0.40em !important;
    overflow: hidden;
}

.bg-in-cover {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

label.required::after {
    content: " *";
    font-weight: bold;
    color: #ff1900;
}
