/**
 * Montserrat (Google Fonts, licence SIL — gratuite).
 * Pas besoin de fichiers .woff/.ttf locaux si ce @import est autorisé sur la plateforme hôte.
 * Alternative auto-hébergée : voir public/embed/fonts/ + @font-face locaux.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');

:root {
    --font-sans: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --embed-base: https://analytics.cap48.be/embed;
    --embed-hero-desktop: url("https://analytics.cap48.be/embed/cap48-hero-desktop-1920x1080.jpg");
    --embed-hero-mobile: url("https://analytics.cap48.be/embed/cap48-hero-mobile-1080x1350.jpg");
    --embed-section-2-bg: url("https://analytics.cap48.be/embed/cap48-section-2-bg-1920x700.png");
}

html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: #F3EEEC !important;
    font-family: var(--font-sans);
    font-weight: 400;
}

#type-b.arya #container #main {
    margin-top: -300px !important;
    margin-bottom: 80px !important;
    position: relative;
    z-index: 9;
}

#type-b.arya #once .detail[style*="display: block"],
#type-b.arya #regular .detail[style*="display: block"] {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

#type-b.arya #once .detail[style*="display: flex"],
#type-b.arya #regular .detail[style*="display: flex"] {
    align-items: center !important;
    gap: 15px !important;
}

#type-b.arya #once .detail p,
#type-b.arya #regular .detail p {
    text-align: left !important;
    font-family: var(--font-sans);
    font-weight: 500;
    color: #fff;
    background: #5BB199;
    padding: 5px 8px !important;
}

#type-b.arya #once .detail p,
#type-b.arya #regular .detail p {
    text-align: left !important;
    font-family: var(--font-sans);
    font-weight: 500;
    color: #fff;
    background: #5BB199;
    padding: 5px 8px !important;
}

#type-b.arya #once .detail img,
#type-b.arya #regular .detail img {
    width: 90px !important;
    border-radius: 9px !important;
}

#type-b.arya #step-3 input.button:not(.apple_pay_styled_button),
#type-b.arya input[type=submit]:not(.apple_pay_styled_button) {
    background: #D2393E !important;
    border-color: #D2393E !important;
}

#type-b.arya .amount li.active label,
#type-b.arya .type2ct .radio-desc li.active label {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #5BB199 !important;
    color: #fff;
    border-color: #5BB199 !important;
}

#type-b.arya #container #step-1 .step-content .tabs .tabs_menu li.ui-state-active a {
    color: #fff !important;
}

#type-b.arya #container {
    padding-bottom: 78px !important;
}

.added-block {
    margin-bottom: 20px !important;
}

.added-block p {
    font-size: 14px !important;
    color: var(--text-color) !important;
    font-family: var(--font-sans) !important;
    font-weight: 400;
}

.added-block p a {
    color: #5BB199 !important;
}

body p,
body span {
    line-height: normal;
}

.btn:active {
    outline: none;
    border: none;
}

.btn {
    display: block;
    outline: none !important;
    border: none;
}

a {
    outline: none !important;
}

.button {
    outline: none !important;
}

body img {
    max-width: 100%
}

body p:empty {
    display: none
}

a {
    overflow: hidden;
}

#header {
    display: none !important;
}

#type-b.arya .step-info {
    display: none !important;
}

.parent_container {
    width: 1250px;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.section {
    margin-bottom: 55px !important;
}

.txt-rose {
    color: #CB1753;
}

.txt-dark {
    color: #212627;
}

.bold {
    font-family: var(--font-sans) !important;
    font-weight: 700;
}

@keyframes hvr-icon-pulse-grow {
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function:
        linear;
    animation-timing-function:
        linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function:
        ease-out;
    transition-timing-function:
        ease-out;
}

.my-btn,
#donButton {
    display: none !important;
}




/*-------------------- Video Modal--------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(13, 1, 61, 0.82);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto !important;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625) !important;

}


@media (min-aspect-ratio: 16 / 9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0 !important;
        padding-left: calc((100vh - 10em) * 1.7778) !important;

    }
}


@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625) !important;

    }

}


.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

iframe#youtube-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    z-index: 99999;
}

.show-video-modal .video-modal .overlay {
    opacity: 1;
}

.show-video-modal .video-modal-content {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

@-webkit-keyframes borderAnimation {
    0% {
        border-width: 0;
    }

    100% {
        border-width: 20px;
    }
}

@keyframes borderAnimation {
    0% {
        border-width: 0;
    }

    100% {
        border-width: 20px;
    }
}



/***************************************************start***********************************************************************/
/*************HOVER**************/

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function:
        linear;
    animation-timing-function:
        linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/***************END HOVER******************

/** section header **/

section.section-header {
    width: 1250px;
    padding: 0 15px !important;
    max-width: 100%;
    margin: 0 auto !important;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

section.section-header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
}

section.section-header .content .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    padding: 45px 16px !important;
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
}

section.section-header .content .logo img {
    display: block;
    width: 118px;
    max-width: 100%;
    height: auto;
}


/** section slider **/
.section.section-slider {
    height: 100vh;
    background-image:
        linear-gradient(to bottom, transparent 0%, rgba(243, 238, 236, 0.15) 45%, #F3EEEC 100%),
        var(--embed-hero-desktop);
    background-size: cover, cover;
    background-position: right, right;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    z-index: 1;
}

.section.section-slider .parent_container {
    height: 100%;
}

.section.section-slider .content {
    height: 100%;
    width: 100%;
    position: relative;
}

.section.section-slider .hero .contenu {
    position: relative;
}

.section.section-slider .content .hero {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 820px;
    z-index: 999;
}

.section.section-slider .don-content {
    text-align: center;
    width: 100%;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    background: rgba(0, 0, 0, 0.48);
    border-radius: 14px;
    box-sizing: border-box;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.section.section-slider .don-content .headline {
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--font-sans) !important;
    font-weight: 500;
    color: #FFFFFF !important;
    margin: 0 0 10px 0 !important;
}

.section.section-slider .don-content .headline .icon {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    margin-bottom: 10px !important;
}

.section.section-slider .don-content .title {
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--font-sans) !important;
    font-weight: 900;
    color: #FFFFFF !important;
    margin: unset !important;
    margin: 0 0 16px 0 !important;
}


.section.section-slider .don-content .subtitle {
    font-size: 17px;
    line-height: 1.35;
    font-family: var(--font-sans);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 !important;
}

.section.section-slider .don-content .subtitle .orange {
    color: #F7A647;
}

section.section-header .compteur {
    width: fit-content;
    max-width: 100%;
    flex-shrink: 0;
}

section.section-header .deadline {
    text-align: center;
}

section.section-header .deadline p {
    font-size: 12px;
    color: #fff;
    font-family: var(--font-sans);
    font-weight: 700;
    text-transform: uppercase;
    margin: unset !important;
}

section.section-header .date {
    padding: 4px 10px !important;
    background: #D2393E;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
}

section.section-header .date.cmpt {
    padding: 8px 10px !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: unset;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
}

section.section-header .date .jour {
    font-size: 36px;
    color: #fff;
    font-family: var(--font-sans);
    font-weight: 700;
}

section.section-header .date .mois {
    font-size: 12px;
    line-height: 1.15;
    color: #fff;
    font-family: var(--font-sans);
    font-weight: 700;
}

section.section-header #countdown {
    width: 100%;
}

section.section-header .countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(2.75rem, 1fr));
    gap: 6px;
}

section.section-header .countdown-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    padding: 6px 4px 5px;
    background: #f7f3f1;
    border-radius: 6px;
    border: 1px solid rgba(210, 57, 62, 0.12);
}

section.section-header .countdown-value {
    font-size: 20px;
    line-height: 1;
    color: #D2393E;
    font-family: var(--font-sans);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
    min-width: 2ch;
    text-align: center;
}

section.section-header .countdown-label {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1;
    color: #9a8f8c;
    font-family: var(--font-sans);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

section.section-header .countdown-expired {
    margin: 0 !important;
    padding: 4px 2px;
    font-size: 16px;
    line-height: 1.2;
    color: #D2393E;
    font-family: var(--font-sans);
    font-weight: 700;
    text-align: center;
}

section.section-header .countdown-expired[hidden],
section.section-header .countdown-grid[hidden] {
    display: none !important;
}


/*section-2*/
.section-2 {
    background-image: var(--embed-section-2-bg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    text-align: center;
    padding: 45px 0px !important;
    margin-bottom: 106px !important;
}

.section-2 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
}

.section-2 .left {
    flex: 1;
    max-width: 42%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 36px 32px;
    box-sizing: border-box;
}

.section-2 .left .left-title {
    margin: 0 0 24px 0 !important;
    font-size: 28px;
    font-family: var(--font-sans);
    font-weight: 700;
    color: #5C5262;
    text-align: center;
    line-height: 1.25;
}

.section-2 .left .left-body {
    text-align: left;
}

.section-2 .left .left-body p {
    margin: 0 0 18px 0 !important;
    font-size: 16px;
    font-family: var(--font-sans);
    font-weight: 400;
    color: #5C5262;
    line-height: 1.5;
    text-align: left;
}

.section-2 .left .left-body p:last-child {
    margin-bottom: 0 !important;
}

.section-2 .right {
    width: 55%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.section-2 .right .box-img {
    display: flex;
    align-items: center;
}

.section-2 .right .box-img .image {
    position: relative;
}

.section-2 .right .box-img .image > img {
    display: block;
    width: 100%;
    height: auto;
}

.section-2 .right .box-img .image.one {
    width: 250px;
    z-index: 99;
}

.section-2 .right .box-img .image.two {
    width: 190px;
    margin-left: -15px !important;
}

.section-2 .right .box-img .image.three {
    width: 180px;
    margin-left: -15px !important;
    z-index: 999;
}

.section-2 .right .box-img .image .fleche {
    position: absolute;
    right: -13px;
    top: 62%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 45px;
}

.section-2 .right .box-img .image .fleche img {
    display: block;
    width: 100%;
    height: auto;
}


.section-2 .right .text {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}

.section-2 .right .text span {
    flex-shrink: 0;
    font-size: 45px;
    line-height: 1;
    font-family: var(--font-sans);
    font-weight: 700;
    color: #F7A647;
}

.section-2 .right .text span sup {
    font-size: 0.45em;
    line-height: 0;
    vertical-align: super;
}

.section-2 .right .text p {
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    font-family: var(--font-sans);
    font-weight: 700;
    color: #5C5262;
    text-align: left;
}

/****section-footer******/
section.section-footer {
    background: linear-gradient(180deg, #F3EEEC 0%, #fff 28%);
    margin-bottom: unset !important;
    position: relative;
    z-index: 22;
}

section.section-footer .content {
    position: relative;
    padding: 48px 12px 40px 12px !important;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    box-sizing: border-box;
}

section.section-footer .parent_container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

section.section-footer .content .coll {
    width: calc((100% - 48px) / 3);
    flex: 1;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

section.section-footer .footer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 32px 40px !important;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(92, 82, 78, 0.1);
    box-shadow: 0 8px 28px rgba(92, 82, 78, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-sizing: border-box !important;
    align-self: stretch;
    height: 100%;
    min-height: 100%;
}

section.section-footer .footer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(91, 177, 153, 0.18);
    border-color: rgba(91, 177, 153, 0.35);
}

section.section-footer .footer-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(91, 177, 153, 0.2) 0%, rgba(91, 177, 153, 0.08) 100%);
    color: #5BB199;
}

section.section-footer .footer-card__icon svg {
    width: 28px;
    height: 28px;
}

section.section-footer .footer-card:nth-child(2) .footer-card__icon {
    background: linear-gradient(135deg, rgba(210, 57, 62, 0.15) 0%, rgba(210, 57, 62, 0.06) 100%);
    color: #D2393E;
}

section.section-footer .footer-card:nth-child(3) .footer-card__icon {
    background: linear-gradient(135deg, rgba(0, 170, 163, 0.18) 0%, rgba(0, 170, 163, 0.06) 100%);
    color: #00AAA3;
}

section.section-footer .content .equipe {
    display: flex;
    gap: 10px;
    margin-bottom: 25px !important;
    flex-direction: column;
    align-items: center;
}

section.section-footer .content .equipe.one {
    display: none;
}

section.section-footer .content .equipe .image {
    width: 18%;
}

section.section-footer .info-block {
    display: flex;
    gap: 9px;
    align-items: start;
}

section.section-footer .info-block p {
    font-size: 14px !important;
    color: #333333;
    text-align: left;
    font-family: var(--font-sans) !important;
    font-weight: 400;
    margin-bottom: 20px !important;
    line-height: 22px !important;
}

section.section-footer .info-block p b {
    font-family: var(--font-sans) !important;
    font-weight: 700;
}

section.section-footer .content .equipe .text {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 80%;
}

section.section-footer .content .div-don {
    display: flex;
    align-items: start;
    gap: 10px;
}

section.section-footer .content .div-don .image {
    width: 20%;
}

section.section-footer .content .div-don .text {
    width: 68%;
}

section.section-footer .content .titre {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

section.section-footer .content .titre span {
    font-size: 22px !important;
    font-family: var(--font-sans);
    font-weight: 800;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    display: block;
    color: #5C524E;
    letter-spacing: 0.02em;
    line-height: 1.3 !important;
}

section.section-footer .content .titre p {
    font-size: 15px !important;
    color: #5C524E;
    opacity: 0.92;
    font-family: var(--font-sans) !important;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 6px !important;
    line-height: 1.7 !important;
    text-align: center;
}

/* Priorité sur les resets globaux iRaiser (#type-b.arya) — hauteur égale desktop */
#type-b.arya section.section-footer .content,
section.section-footer .content {
    align-items: stretch !important;
}

#type-b.arya section.section-footer .content .coll.footer-card,
#type-b.arya section.section-footer .footer-card,
section.section-footer .content .coll.footer-card,
section.section-footer .footer-card {
    align-self: stretch !important;
    height: 100% !important;
}

#type-b.arya section.section-footer .content .coll.footer-card,
#type-b.arya section.section-footer .footer-card,
section.section-footer .content .coll.footer-card,
section.section-footer .footer-card {
    padding: 36px 32px 40px !important;
}

#type-b.arya section.section-footer .footer-card .titre,
#type-b.arya section.section-footer .footer-card .titre p,
#type-b.arya section.section-footer .footer-card .titre span,
section.section-footer .footer-card .titre,
section.section-footer .footer-card .titre p,
section.section-footer .footer-card .titre span {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#type-b.arya section.section-footer .footer-card .titre p,
section.section-footer .footer-card .titre p {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#type-b.arya section.section-footer p,
#type-b.arya section.section-footer .titre p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

section.section-footer .content .titre p b {
    font-family: var(--font-sans) !important;
    font-weight: 700;
}

section.section-footer .content .titre p a,
section.section-footer .content .titre p a.footer-link {
    color: #00AAA3 !important;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 2px solid rgba(0, 170, 163, 0.35);
    transition: color 0.2s ease, border-color 0.2s ease;
}

section.section-footer .content .titre p a:hover,
section.section-footer .content .titre p a.footer-link:hover {
    color: #5BB199 !important;
    border-bottom-color: #5BB199;
}

section.section-footer .footer-card--contact .footer-link {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    margin: 0 2px;
    border-radius: 999px;
    background: rgba(0, 170, 163, 0.1);
    border-bottom: none !important;
    white-space: nowrap;
}

section.section-footer .footer-card--contact .footer-link:hover {
    background: rgba(91, 177, 153, 0.2);
}

section.section-footer .content .equipe .text span {
    font-size: 20px !important;
    color: #D2393E;
    font-family: var(--font-sans);
    font-weight: 800;
}

section.section-footer .content .equipe .text a {
    font-size: 14px !important;
    color: #00AAA3 !important;
    font-family: var(--font-sans) !important;
    font-weight: 700;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

section.section-footer .content .equipe .text .mail {
    font-family: var(--font-sans) !important;
    font-weight: 400;
    text-decoration: underline !important;
    color: #00AAA3;
}

section.section-footer .content .div-don .text p {
    font-size: 14px !important;
    color: #333333;
    font-family: var(--font-sans) !important;
    font-weight: 400;
    line-height: 21px;
}

section.section-footer .content .equipe .text span.poste {
    font-size: 14px !important;
    color: #5c524e;
    font-family: var(--font-sans) !important;
    font-weight: 400;
}

section.section-footer .content .equipe .phone {
    font-size: 14px !important;
    color: var(--secondary-color) !important;
    font-family: var(--font-sans) !important;
    font-weight: 700;
    display: flex;
    align-items: center;
}

section.section-footer .content .equipe .text {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 80%;
    justify-content: center;
    align-items: center;
}

/***********************************Responsive************************************/
@media screen and (max-width: 1600px) {

    /**section-footer**/
    section.section-footer .content {
        width: 90%;
    }

}

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

    /*section header*/
    section.section-header .content .logo {
        padding: 18px 14px;
        border-radius: 32px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    }

    section.section-header .content .logo img {
        width: 104px;
    }

    section.section-header .date .jour {
        font-size: 32px;
    }

    section.section-header .countdown-value {
        font-size: 18px;
    }


    /*section slider*/
    .section.section-slider .hero .contenu .first-titre h3 {
        font-size: 55px;
    }

    .section.section-slider .hero .descr p {
        font-size: 15px;
    }




}

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

    /*section-slider*/
    .section.section-slider .don-content {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
        padding-left: 26px !important;
        padding-right: 26px !important;
    }

    .section.section-slider .don-content .headline {
        font-size: 36px;
    }

    .section.section-slider .don-content .headline .icon {
        width: 36px;
        height: 36px;
    }

    .section.section-slider .don-content .title {
        font-size: 36px;
    }

    .section.section-slider .don-content .subtitle {
        font-size: 15px;
    }

    section.section-header .date.cmpt {
        padding: 5px 10px !important;
    }

    section.section-header .date {
        padding: 5px 10px !important;
    }

    section.section-header .countdown-value {
        font-size: 17px;
    }

    /**section-2*/
    .section-2 .right .box-img .image.one {
        width: unset;
    }

    .section-2 .right .box-img .image.two {
        width: unset;
    }

    .section-2 .right .box-img .image.three {
        width: unset;
    }

    .section-2 .left .left-title {
        font-size: 26px;
    }

    .section-2 .left .left-body p {
        font-size: 15px;
    }


    /**section-footer**/

    section.section-footer .content .coll {
        width: calc(96% / 3);
    }

    section.section-footer .content .equipe .phone {
        flex-wrap: wrap;
    }

    section.section-footer .content .titre p {
        text-align: center;
    }
}

@media screen and (max-width: 930px) {
    #type-b.arya #container {
        padding-bottom: unset !important;
    }

    /*section slider*/
    .section.section-slider {
        background-position: right, right;
    }


}

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

    /*section-slider*/
    .section.section-slider .don-content .title {
        margin-bottom: 30px !important;
    }

    .section.section-slider .content .hero {
        top: 62%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    section.section-header .countdown-value {
        font-size: 16px;
    }

    section.section-header .date .jour {
        font-size: 30px;
    }

    section.section-header .date.cmpt {
        padding: 3px 8px !important;
    }

    section.section-header .date {
        padding: 3px 8px !important;
    }

    /** section-2*/
    .section-2 .left .left-title {
        font-size: 24px;
    }

    .section-2 .left .left-body p {
        font-size: 14px;
    }

    .section-2 .right .text {
        gap: 10px;
    }

    .section-2 .right .text span {
        font-size: 38px;
    }

    .section-2 .right .box-img .image .fleche {
        right: -7px;
        width: 25px;
    }

    /*section-footer*/
    section.section-footer .content::before {
        content: unset;
    }

    section.section-footer .content .titre span {
        font-size: 23px !important;
    }

    section.section-footer .content .equipe,
    section.section-footer .content .div-don {
        flex-direction: column;
    }

    section.section-footer .content .equipe .text,
    section.section-footer .content .div-don .text,
    section.section-footer .content .equipe .image,
    section.section-footer .content .div-don .image {
        width: 100%;
    }

    section.section-footer .content .titre {
        margin: unset !important;
    }

    section.section-footer .content .titre {
        margin-bottom: 15px !important;
    }

    section.section-footer .content .equipe .phone {
        flex-wrap: wrap;
    }

    section.section-footer .content {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #type-b.arya #container #main {
        margin-top: -250px !important;
        margin-bottom: 50px !important;
        position: relative;
        z-index: 9;
    }

    .section {
        margin-bottom: 40px !important;
    }

    .slick-prev:before,
    .slick-next:before {
        opacity: 1;
    }

    /**section header*/
    section.section-header {
        top: 10px;
    }


    /*section slider*/
    section.section-header .content .logo {
        padding: 30px 12px!important;
        border-radius: 28px;
        box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
    }

    section.section-header .content .logo img {
        width: 60px;
    }

    .section.section-slider {
        height: 100vh;
        background-image:
            linear-gradient(to bottom, transparent 0%, rgba(243, 238, 236, 0.15) 45%, #F3EEEC 100%),
            var(--embed-hero-mobile);
        background-size: cover, cover;
        background-position: center, center top;
        background-repeat: no-repeat, no-repeat;
    }

    .section.section-slider .hero .contenu .first-titre h3 {
        font-size: 38px;
        line-height: 45px;
    }

    .section.section-slider .content .hero {
        top: 62%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 700px;
        z-index: 999;
    }

    .section.section-slider .don-content {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .section.section-slider .don-content .title {
        font-size: 26px;
    }

    .section.section-slider .don-content .headline {
        font-size: 26px;
    }

    .section.section-slider .don-content .title {
        margin-bottom: 12px !important;
        margin-top: 0 !important;
    }

    .section.section-slider .don-content .subtitle {
        font-size: 13px;
        width: 90%;
        margin: 0 auto !important;
    }

    section.section-header .countdown-value {
        font-size: 14px;
    }

    section.section-header .countdown-grid {
        gap: 4px;
    }

    section.section-header .countdown-cell {
        min-width: 2.35rem;
        padding: 5px 3px 4px;
    }

    section.section-header .countdown-expired {
        font-size: 13px;
    }

    section.section-header .date .jour {
        font-size: 24px;
    }

    section.section-header .date .mois {
        font-size: 11px;
    }

    section.section-header .deadline p {
        font-size: 11px;
    }

    /**section-2*/
    .section-2 {
        background-image: var(--embed-section-2-bg);
        padding: 35px 0px !important;
        background-size: cover;
        background-position: bottom;
    }

    .section-2 .content {
        flex-direction: column;
    }

    .section-2 .left {
        width: 100%;
        max-width: 100%;
        padding: 28px 22px;
    }

    .section-2 .right {
        width: 100%;
    }

    .section-2 .right .text p br {
        display: none;
    }

    /**section-footer — cartes hauteur naturelle en mobile**/
    #type-b.arya section.section-footer .content,
    section.section-footer .content {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
        padding: 32px 16px 28px !important;
    }

    #type-b.arya section.section-footer .content .coll.footer-card,
    #type-b.arya section.section-footer .footer-card,
    section.section-footer .content .coll.footer-card,
    section.section-footer .footer-card {
        height: auto !important;
        min-height: 0 !important;
        align-self: stretch !important;
    }

    section.section-footer .content .coll {
        width: 100%;
    }

    section.section-footer .parent_container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    section.section-footer .content {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    #type-b.arya section.section-footer .footer-card,
    section.section-footer .footer-card {
        padding: 28px 24px 32px !important;
    }

    #type-b.arya section.section-footer .footer-card .titre p,
    section.section-footer .footer-card .titre p {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    section.section-footer .footer-card:hover {
        transform: none;
    }

    section.section-footer .content .titre span {
        font-size: 20px !important;
    }

    section.section-footer .content .titre p {
        font-size: 14px !important;
    }

    section.section-footer .content .equipe {
        margin-bottom: unset !important;
        align-items: start;
    }

    section.section-footer .content .equipe .text {
        align-items: start;
    }

}

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

    /*section slider*/
    .section.section-slider .hero .contenu .first-titre h3 {
        font-size: 36px;
        line-height: 43px;
    }

    .section.section-slider .content .hero {
        top: 60%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .section.section-slider .hero .descr p br {
        font-size: 15px;
        display: none;
    }

    .section.section-slider .hero .descr span.bold {
        display: block;
    }

    /*section-2*/
    .section-2 .right .text p br {
        display: none;
    }

}

@media screen and (min-width: 600px) and (max-height: 650px) {
    #type-b.arya #container #main {
        margin-top: -255px !important;
    }

    /*section slider*/
    .section.section-slider .content .hero {
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    section.section-header .date .jour {
        font-size: 28px;
    }

    .section.section-slider .don-content .title {
        margin-bottom: 17px !important;
    }

    section.section-header .countdown-value {
        font-size: 15px;
    }

}