/*****DINPro*******/

@font-face {
    font-family: 'DINPro-Black';
    src: url(../fonts/DinPro/DINPro-Black.ttf);
}

@font-face {
    font-family: 'DINPro-BlackItalic';
    src: url(../fonts/DinPro/DINPro-BlackItalic.ttf);
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url(../fonts/DinPro/DINPro-Bold.ttf);
}

@font-face {
    font-family: 'DINPro-BoldItalic';
    src: url(../fonts/DinPro/DINPro-BoldItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedBlack';
    src: url(../fonts/DinPro/DINPro-CondensedBlack.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedBlackItalic';
    src: url(../fonts/DinPro/DINPro-CondensedBlackItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedBold';
    src: url(../fonts/DinPro/DINPro-CondensedBold.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedBoldItalic';
    src: url(../fonts/DinPro/DINPro-CondensedBoldItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedItalic';
    src: url(../fonts/DinPro/DINPro-CondensedItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedLight';
    src: url(../fonts/DinPro/DINPro-CondensedLight.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedLightItalic';
    src: url(../fonts/DinPro/DINPro-CondensedLightItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedMedium';
    src: url(../fonts/DinPro/DINPro-CondensedMedium.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedMediumItalic';
    src: url(../fonts/DinPro/DINPro-CondensedMediumItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedRegular';
    src: url(../fonts/DinPro/DINPro-CondensedRegular.ttf);
}

@font-face {
    font-family: 'DINPro-Italic';
    src: url(../fonts/DinPro/DINPro-Italic.ttf);
}

@font-face {
    font-family: 'DINPro-Light';
    src: url(../fonts/DinPro/DINPro-Light.ttf);
}

@font-face {
    font-family: 'DINPro-LightItalic';
    src: url(../fonts/DinPro/DINPro-LightItalic.ttf);
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url(../fonts/DinPro/DINPro-Medium.ttf);
}

@font-face {
    font-family: 'DINPro-MediumItalic';
    src: url(../fonts/DinPro/DINPro-MediumItalic.ttf);
}

@font-face {
    font-family: 'DINPro';
    src: url(../fonts/DinPro/DINPro.ttf);
}

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url(../fonts/DinPro/HelveticaNeueRegular.ttf);
}

@font-face {
    font-family: 'HelveticaNeueItalic';
    src: url(../fonts/DinPro/HelveticaNeueItalic.ttf);
}




:root {
    --DINPro: 'DINPro';
    --DINPro-Bold: 'DINPro-Bold';
    --DINPro-Medium: 'DINPro-Medium';
    --DINPro-MediumItalic: 'DINPro-MediumItalic';
    --DINPro-BoldItalic: 'DINPro-BoldItalic';
    --DINPro-Italic: 'DINPro-Italic';
    --DINPro-CondensedMedium: 'DINPro-CondensedMedium';
    --DINPro-CondensedBlack: 'DINPro-CondensedBlack';
    --DINPro-CondensedBold: 'DINPro-CondensedBold';
    --HelveticaNeueRegular: 'HelveticaNeueRegular';
    --HelveticaNeueItalic: 'HelveticaNeueItalic';
    --purple: #894BCD;

}


html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body p,
body span {
    line-height: normal;
    color: #5C5262;
}

.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;
}

.parent_container {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

body p {
    font-size: 17px;
    font-family: var(--DINPro);
}

b {
    font-family: var(--DINPro-Bold);
}


.my-btn a {
    color: #fff;
    font-family: var(--DINPro-Bold);
    display: flex;
    background-color: var(--purple);
    border: 2px solid var(--purple);
    justify-content: center;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 35px;
    font-size: 16px;
    width: fit-content;
    transition: .5s ease all;
    text-transform: uppercase;
}

.my-btn a:hover,
.my-btn a:focus {
    color: var(--purple);
}

.my-btn a img {
    width: 30px;
}

.section {
    margin-bottom: 60px;
}


/*-------------------- 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;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);

}


@media (min-aspect-ratio: 16 / 9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);

    }
}


@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);

    }
}


.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**********/

/* Radial Out */
.hvr-radial-out {
    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;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/* 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);
}

/***section-header**/
section.section_header {
    width: 1330px;
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

section.section_header .logo {
    width: 250px;
    max-width: 100%;
}

/**section-slider***/
.section.section_slider {
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow-y: hidden;
}

.section.section_slider::after {
    content: '';
    width: 902px;
    height: 235px;
    background-image: url(../images/trace.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -40px;
    left: -1px;
    z-index: 1;
}

.section.section_slider .header_slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.section.section_slider .slick-list,
.section.section_slider .slick-track,
.section.section_slider .header_slider,
.section.section_slider .item,
.section.section_slider .item .image {
    height: 100%;
    width: 100%;
}

.section.section_slider .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.section.section_slider .item .image .mob {
    display: none;
}

.section.section_slider .parent_container,
.section.section_slider .parent_container .content {
    height: 100%;
    position: relative;
}

.section.section_slider .parent_container .content {
    position: relative;
}

.section.section_slider .parent_container .content .hero {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 740px;
    max-width: 100%;
    z-index: 111;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.section.section_slider .hero .small-titre span {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--DINPro);
    padding: 3px 10px 3px 7px;
    background-color: var(--purple);
}

.section.section_slider .hero .titre h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--DINPro-Bold);
}

.section.section_slider .hero .titre p {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--DINPro);
    margin: unset;
}

.section.section_slider .hero .titre p sup {
    text-transform: lowercase;
    font-size: 30px;
}

.section.section_slider .hero .txt p {
    font-size: 22px;
    color: #fff;
    font-family: var(--DINPro-Medium);
}

.section.section_slider .hero .my-btn a {
    padding: 7px 20px 7px 8px;
    background-color: transparent;
}

.section.section_slider .hero .my-btn a:hover {
    color: var(--purple);
}

.section.section_slider .hero .my-btn a::before {
    background: #fff;
}

.my-btn a img {
    animation: pulseSoft 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes pulseSoft {
    0% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(.9);
    }
}


/****/

.section.section_slider .slick-dots {
    display: flex !important;
    gap: 12px;
    justify-content: center;
    bottom: 150px;
    right: 70px;
    width: fit-content;
}

.section.section_slider .slick-dots li {
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section.section_slider .slick-dots .slick-active {
    background-color: var(--purple);
}

.section.section_slider .slick-dots li span {
    font-size: 15px;
    color: #fff;
    font-family: var(--DINPro-Bold);
}


.section.section_slider .slick-dots li button::before {
    display: none;
}

.section.section_slider .header_slider .item {
    position: relative;
}


.section.section_slider .header_slider .item .equipe {
    position: absolute;
    bottom: 240px;
    right: 0;
    z-index: 111;
    display: flex;
    flex-direction: column;
    justify-content: right;
    padding: 5px 130px 5px 30px;
    background: rgba(0, 0, 0, 0.33);
    backdrop-filter: blur(10px);
}

.section.section_slider .header_slider .equipe span,
.section.section_slider .header_slider .equipe p {
    text-align: right;
}

.section.section_slider .header_slider .equipe span {
    font-size: 14px;
    color: #fff;
    font-family: var(--DINPro-Bold);
}

.section.section_slider .header_slider .equipe p {
    font-size: 14px;
    color: #fff;
    font-family: var(--DINPro);
    margin: unset;
}

/******DON-FORM*****/
.don-form {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 11;
    padding: 0 30px;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.don-form.is-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    transform: translateY(0);
    opacity: 1;
}

.don-form .my-btn a {
    font-size: 14px;
    text-align: center;
}

.don-form .content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    padding: 0 60px 0 0;
    position: relative;
}

.don-form .content .contenu1 {
    display: flex;
    gap: 40px;
    padding: 30px 50px;
    box-shadow: 8px 0 12px -6px rgba(0, 0, 0, 0.30);
    border-radius: 77px 77px 0px 0;
}

.don-form .don-montants {
    display: flex;
    gap: 20px;
}

.don-form .don-montants .price span {
    font-size: 30px;
    color: #360B98;
    font-family: var(--DINPro-Bold);
}

.don-form .don-montants .price span sup {
    font-size: 18px;
}

.don-form .don-montants .price .mois {
    font-size: 11px;
    color: #360B98;
    font-family: var(--DINPro-Bold);
}

.don-form .don-montants .montant {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 5px;
    border: 2px solid #360B984D;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
}

.don-form .don-montants .montant .price {
    width: 85px;
    text-align: center;
}

.don-form .don-montants .montant:hover {
    background-color: #14277B;
}

.don-form .don-montants .montant:hover span,
.don-form .don-montants .montant:hover p {
    color: #fff;
}

.don-form .don-montants .montant .deduction {
    text-align: center;
    position: relative;
}

.don-form .don-montants .montant .deduction::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 3px;
    height: 90%;
    width: 2px;
    background: #FFFFFF33;
    transform: rotate(9deg);
    transform-origin: top;
}


.don-form .don-montants .montant .deduction p {
    font-size: 11px;
    font-family: var(--DINPro);
    margin: unset;
}

.don-form .don-montants .montant .deduction p b {
    font-size: 18px;
}

.don-form .don-montants .montant .deduction p sup {
    font-size: 11px;
}

.don-form .autre-input input {
    padding: 14px 5px;
    border: 2px solid #360B984D;
    border-radius: 10px;
    outline: unset !important;
}

.don-form .autre-input input::placeholder {
    font-size: 15px;
    text-align: center;
    color: #360B98;
    font-family: var(--DINPro-Bold);
}

.don-form .autre-input input[type="number"] {
    -moz-appearance: textfield;
}

.don-form .autre-input input[type="number"]::-webkit-inner-spin-button,
.don-form .autre-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.don-form .autre-input input {
    text-align: center;
    color: #360B98;
    font-family: var(--DINPro-Bold);
}


.deduction {
    max-height: 0;
    display: none;
}

.montant.is-active {
    background-color: #14277B;
}

.montant.is-active span,
.montant.is-active p {
    color: #fff !important;
}

.montant.is-active .deduction {
    display: block;
    max-height: 120px;
    opacity: 1;
}

/*****/

.don-montants.ponctuel,
#don_ponctuel,
#show_reguliere {
    display: none;
}

.don-montants.reguliere,
#don_reguliere,
#show_ponctuel {
    display: flex;
}

#show_reguliere,
#show_ponctuel {
    width: 185px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;


}

#show_reguliere a,
#show_ponctuel a {
    background-color: transparent;
    color: var(--purple);
}

#show_reguliere a:hover,
#show_ponctuel a:hover,
#show_reguliere a:focus,
#show_ponctuel a:focus {
    color: #fff;
}

#show_reguliere a::before,
#show_ponctuel a::before {
    background: var(--purple);
}

/**section1***/
section.section_1 .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

section.section_1 .content .left-col {
    width: 50%;
    max-width: 100%;
}

section.section_1 .content .right-col {
    width: 50%;
    max-width: 100%;
}

section .titre-section h2,
section .titre-section span {
    font-size: 48px;
    text-transform: uppercase;
    color: var(--purple);
    font-family: var(--DINPro-Bold);
}

section.section_1 .content .left-col .my-btn {
    margin: 30px 0;
}

section.section_1 .content .left-col .saurce span {
    font-size: 11px;
    font-family: var(--DINPro);
}

section .titre-section span {
    color: #5C5262;
    font-family: var(--DINPro);
}

section.section_1 .content .right-col p {
    font-size: 17px;
}

section.section_1 .content .right-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/**section2***/
section.section_2 .titre-section {
    background-image: url(../images/bandeau.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 50px;
}

section.section_2 .titre-section h2,
section.section_2 .titre-section span {
    color: #fff;
}

section.section_2 .content {
    display: flex;
    justify-content: space-between;
    background-image: url(../images/bg-section2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    border-radius: 30px;
}

section.section_2 .content .left-col {
    width: 50%;
    max-width: 100%;
}

section.section_2 .content .right-col {
    width: 45%;
    max-width: 100%;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px) brightness(1.15);
    -webkit-backdrop-filter: blur(14px) brightness(1.15);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.section_2 .content .right-col .titre h2,
section.section_2 .content .right-col .titre span {
    font-size: 37px;
    text-transform: uppercase;
}

section.section_2 .content .right-col .titre span {
    font-family: var(--DINPro);
}

section.section_2 .content .right-col .titre h2 {
    font-family: var(--DINPro-Bold);
    color: var(--purple);
}

section.section_2 .content .right-col .my-btn a {
    background-color: transparent;
    color: var(--purple);
    padding: 7px 20px 7px 8px;
}


/**********section-3**********/

.section-3 .title {
    text-align: center;
    margin-bottom: 43px;
}

.section-3 .title h2 {
    font-size: 48px;
    font-family: var(--DINPro);
    color: #5C5262;
    line-height: 56px;
    text-transform: uppercase;
}

.section-3 .title h2 span {
    color: #894BCD;
    font-family: var(--DINPro-Bold);
}

.section-3 .js-tabs {
    display: flex;
    background: #14277B;
    border-radius: 22px 22px 0px 0px;
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    overflow: hidden !important;
}

.section-3 .js-tabs .tab {
    flex: 1;
    padding: 26px 0;
    background: transparent;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-family: var(--DINPro-Bold);
    transition: 0.3s;
    text-transform: uppercase;
}

.section-3 .js-tabs .tab.active,
.section-3 .js-tabs .tab:hover {
    background: #F8F8F8;
    color: #5C5262;
    border-radius: 22px 22px 0px 0px;
}

.section-3 .tab-content {
    display: none;
    animation: fade 0.4s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-3 .tabs-content {
    background: #F8F8F8;
    border-radius: 0 22px 22px 22px;
}

.tab-content {
    display: none;
}

#tab-avant:checked~.tabs-content .avant,
#tab-pendant:checked~.tabs-content .pendant,
#tab-apres:checked~.tabs-content .apres {
    display: block;
}

.section-3 .box-content {
    display: flex;
    padding: 8px;
}

.section-3 .left-col {
    padding: 37px 0 0 43px;
    width: 35%;
}

.section-3 .left-col h3 {
    font-size: 39px;
    line-height: 46px;
    font-family: var(--DINPro-Bold);
    color: #5C5262;
    text-transform: uppercase;
}

.section-3 .tab-content h3 span {
    color: #894BCD;
}

.section-3 .left-col .titl-tab {
    height: 38%;
}

.section-3 .tab1 .left-col .box-tabs {
    padding: 17px;
    position: relative;
    background: #CEDDFF;
    width: 93%;
    min-height: unset;
}

.section-3 .left-col .box-tabs {
    padding: 17px;
    position: relative;
    background: #CEDDFF;
    width: 90%;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.section-3 .tab2 .left-col .box-tabs {
    padding: 17px 17px 17px 25px;
    background: unset;
    transition: background 0.3s ease;
    border-top: 1px solid #CCCCCC;
}

.section-3 .tab2 .left-col .box-tabs:last-child {
    border-bottom: none;
}

.section-3 .tab2 .left-col .box-tabs:has(.txt-option.is-active) {
    background: #CEDDFF;
    border-top: unset;
}

.section-3 .left-col .box-tabs::after {
    content: "";
    position: absolute;
    right: -61px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    background: url(../images/polygone.png) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 9;
}

.section-3 .tab2 .box-tabs::after {
    content: unset;
}

.section-3 .tab2 .txt-option.is-active::after {
    content: "";
    position: absolute;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 100px;
    background: url(../images/polygone.png) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 9;
}

.section-3 .tab2 .box-tabs.op1::before {
    content: unset;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../images/chiffre1.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.section-3 .tab2 .box-tabs.op2::before {
    content: unset;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../images/chiffre2.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.section-3 .tab2 .box-tabs:not(:has(.txt-option.is-active))::before {
    opacity: 0.2;
}

.section-3 .tab2 .box-tabs.op3::before {
    content: unset;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../images/chiffre3.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.section-3 .left-col .box-tabs .txt-option {
    font-size: 16px;
    line-height: 22px;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
    color: #14277B;
    margin: unset;
    text-decoration: none;
}

.section-3 #content-2 .col-left {
    display: flex;
    justify-content: right;
}

.section-3 .tab2 .right-col {
    display: none;
    animation: fade 0.4s ease;
}

.section-3 .tab2 .right-col.is-active {
    display: block;
}

.section-3 .tab2 .left-col .box-tabs .txt-option {
    font-family: var(--DINPro);
    color: #5C5262;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.section-3 .tab2 .left-col .box-tabs .txt-option.is-active {
    font-family: var(--DINPro-Bold);
    color: #14277B;
}

.section-3 .right-col {
    width: 65%;
    background-image: url("../images/bg-avant.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 34px 25px 25px 34px;
    border-radius: 0 22px 22px 0;
}

.section-3 .tab2 .right-col {
    width: 65%;
    background-image: url("../images/bg-pendant1.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 34px 25px 25px 34px;
    border-radius: 0 22px 22px 0;
}

.section-3 .tab2 #content-2 {
    width: 65%;
    background-image: url("../images/bg-pendant2.png");
    background-repeat: no-repeat;
    background-position: 62% center;
    background-size: cover;
    padding: 34px 25px 25px 34px;
    border-radius: 0 22px 22px 0;
}

.section-3 .tab2 #content-3 {
    width: 65%;
    background-image: url("../images/bg-pendant3.png");
    background-repeat: no-repeat;
    background-position: 88% center;
    background-size: cover;
    padding: 34px 25px 25px 34px;
    border-radius: 0 22px 22px 0;
}

.section-3 .tab2 #content1 {
    width: 65%;
    background-image: url(../images/bg-apres1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 34px 25px 25px 34px;
    border-radius: 0 22px 22px 0;
}

.section-3 #content1 .donation-block {
    margin-top: 93px;
}

.section-3 .tab2 #content2 {
    width: 65%;
    background-image: url(../images/bg-apres2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 34px 25px 25px 34px;
    border-radius: 0 22px 22px 0;
}

.section-3 #content2 .donation-block {
    margin-top: 167px;
}

.section-3 #content-2 .col-right {
    justify-content: left;
}

.section-3 #content-2 .col-right .department {
    margin-left: -34px;
    margin-bottom: 35px;
}

.section-3 #content-2 .col-right .department p {
    text-align: left;
}

.section-3 #content1 .col-left .my-btn,
.section-3 #content2 .col-left .my-btn,
.section-3 .col-left .my-btn {
    margin-top: 15px;
}

.hide_video
 {
    display: none;

}


.section-3 #content1 .col-left .text .txt,
.section-3 #content2 .col-left .text .txt {
    margin-bottom: unset;
}

.section-3 #content1 .col-right,
.section-3 #content2 .col-right {
    display: none;
}

.section-3 #content2 .col-left {
    display: flex;
    justify-content: right;
}

.section-3 .box-col {
    display: flex;
    flex-direction: column;
}

.section-3 .col-left,
.section-3 .col-right {
    width: 100%;
}

.section-3 .col-left .text {
    width: fit-content;
    padding: 25px 25px 25px 30px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px) brightness(1.15);
    -webkit-backdrop-filter: blur(14px) brightness(1.15);
}

.section-3 .col-left .text .txt {
    font-size: 16px;
    line-height: 22px;
    font-family: var(--DINPro);
    color: #5C5262;
    margin-bottom: unset;
}

.section-3 .col-left .text .txt span {
    font-family: var(--DINPro-Bold);
}

.section-3 .col-left .my-btn a {
    color: var(--purple);
    background-color: transparent;
    padding: 7px 20px 7px 8px;
}

.section-3 .col-left .my-btn a:hover,
.section-3 .col-left .my-btn a:focus {
    color: var(--purple);
}

.section-3 .col-right {
    display: flex;
    align-items: end;
    justify-content: right;
}

.section-3 .col-right .department {
    background-color: rgba(255, 255, 255, 0.61);
    width: fit-content;
    padding: 8px 10px;
    margin-right: -25px;
}

.section-3 .col-right .department p {
    font-size: 14px;
    line-height: 20px;
    color: #5C5262;
    font-family: var(--DINPro);
    margin: unset;
}

.section-3 .tab2 .col-right .department p {
    text-align: right;
}

.section-3 .col-right .department p span {
    font-family: var(--DINPro-Bold);
}

.section-3 .donation-block {
    display: flex;
    gap: 24px;
    padding: 13px 20px;
    background: #14277B;
    border-radius: 22px;
    align-items: stretch;
    margin-top: 67px;
}

.section-3 .donation-card {
    flex: 1.2;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.section-3 .box-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-bottom: 1px solid #ffffff33;
}

.section-3 .label {
    font-size: 14px;
    color: #fff;
    font-family: var(--DINPro-Bold);
    margin: unset;
}

.section-3 .price {
    font-size: 52px;
    font-family: var(--DINPro-Bold);
    color: #fff;
    margin: unset;
}

.section-3 .note {
    font-size: 13px;
    color: #fff;
    font-family: var(--DINPro);
    margin-top: 13px;
    margin-bottom: 25px;
}

.section-3 .note span {
    font-family: var(--DINPro-Bold);
    color: #fff;
}

.section-3 .donation-card.left .my-btn a {
    padding: 5px 18px;
    font-size: 12px;
    margin: 0 auto;
}

.section-3 .donation-card.right .my-btn a {
    background: transparent;
    border: 2px solid #fff;
    padding: 5px 18px;
    font-size: 12px;
    margin: 0 auto;
}

.section-3 .donation-card.right {
    position: relative;
    z-index: 1;
}

.section-3 .donation-card.right .box-programme {
    display: flex;
    gap: 8px;
    position: absolute;
    top: -50px;
    background: #14277B;
    padding: 12px 14px 12px 34px;
    left: 5px;
    border-radius: 22px 22px 0 0;
    z-index: 2;
}

.section-3 .donation-card.right .box-programme .txt p {
    font-size: 15px;
    color: #FFFFFF;
    font-family: var(--DINPro-Bold);
    line-height: 20px;
    margin: unset;
    text-align: left;
    text-transform: uppercase;
}

.section-3 .donation-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-3 .donation-center .ou {
    font-size: 18px;
    color: #FFFFFF;
    font-family: var(--DINPro-Bold);
    margin-bottom: 12px;
    text-align: center;
}

.section-3 .donation-card.left .ou.mobile {
    display: none;
}

.section-3 .donation-center .texte {
    background: #FFFFFF;
    border-radius: 22px;
    padding: 12px;
    color: #14277B;
    font-size: 14px;
    text-align: center;
    margin: unset;
}

.section-3 .donation-center .texte span {
    font-family: var(--DINPro-Bold);
    color: #14277B;
}

.section-3 .arrow.left-arrow {
    position: absolute;
    top: 15px;
    left: -25px;
}

.section-3 .arrow.left-arrow img,
.section-3 .arrow.right-arrow img {
    width: 30px;
    animation: pulseSoft 1s ease-in-out infinite;
    transform-origin: center;
}

.section-3 .arrow.right-arrow {
    position: absolute;
    top: 15px;
    right: -25px;
}

/******end section-3********/

/***section4**/

section.section_4 .content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

section.section_4 .content .col1 {
    width: 30%;
    background-color: #F8F8F8;
    border-radius: 30px;
    padding: 35px 0 0 0;
}

section.section_4 .content .col1 .titre-section,
section.section_4 .content .col1 .texte,
section.section_4 .content .col1 .my-btn {
    padding: 0 30px;
}

section.section_4 .content .col1 .texte {
    margin-bottom: 15px;
}
section.section_4 .content .col1 .texte p sup{
    font-size: 11px;
}

section.section_4 .content .col1 .my-btn {
    margin-bottom: 25px;
    position: relative;
}

section.section_4 .content .col1 .my-btn .div-flech {
    position: absolute;
    right: 15px;
    top: 80%;
    transform: translateY(-50%);
}

section.section_4 .content .col1 .my-btn .div-flech img {
    width: 60px;
    animation: pulseSoft 1s ease-in-out infinite;
    transform-origin: center;
}

section.section_4 .content .col1 .blue-div {
    background-color: #14277B;
    padding: 20px;
    padding: 10px 20px 0px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    border-radius: 30px;
}

section.section_4 .content .col1 .blue-div .content {
    align-items: start;
    gap: 15px;
}

section.section_4 .content .col1 .blue-div .number span {
    font-size: 90px;
    color: #fff;
    font-family: var(--DINPro-Bold);
}

section.section_4 .content .col1 .blue-div .number span sup {
    font-size: 55px;
}

section.section_4 .content .col1 .blue-div .texte {
    padding: unset;
    padding-top: 18px;
}

section.section_4 .content .col1 .blue-div .texte p {
    color: #fff;
    font-family: var(--DINPro);
    line-height: 23px;
}

section.section_4 .content .col2 {
    width: 68%;
    display: flex;
    justify-content: space-between;
    background-color: #F8F8F8;
    border-radius: 30px;
    padding: 15px;
}

section.section_4 .content .col2 .left-col {
    width: 50%;
    padding: 20px 15px 30px 20px;
}

section.section_4 .content .col2 .left-col .texte {
    padding-right: 20px;
}

section.section_4 .content .col2 .left-col .my-btn {
    margin-bottom: 25px;
    position: relative;
}

section.section_4 .content .col2 .left-col .my-btn .div-flech {
    position: absolute;
    left: 0;
    bottom: -90px;
}

section.section_4 .content .col2 .left-col .my-btn .div-flech img {
    width: 50px;
    animation: pulseSoft 1s ease-in-out infinite;
    transform-origin: center;
}

section.section_4 .content .col2 .right-col {
    width: 60%;
    background-color: #CEDDFF;
    padding: 30px 15px 30px 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;

}

section.section_4 .titre-section h2,
section.section_4 .titre-section span {
    font-size: 41px;
}

section.section_4 .titre-section p {
    font-size: 21px;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
}

section.section_4 .col2 .left-col .img-texte {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin: 25px 0 20px 0;
}

section.section_4 .col2 .left-col .img-texte .txt {
    display: flex;
    flex-direction: column;
    margin-top: -5px;
}

section.section_4 .col2 .left-col .img-texte .txt span {
    font-size: 19px;
    text-transform: uppercase;
    font-family: var(--DINPro-Bold);
}

section.section_4 .col2 .right-col .titre {
    margin-bottom: 30px;
}

section.section_4 .col2 .right-col .titre span {
    font-size: 19px;
    text-transform: uppercase;
    font-family: var(--DINPro-Bold);
}

section.section_4 .col2 .right-col .items .item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

section.section_4 .content .col2 .right-col .image {
    width: 35%;
}

section.section_4 .content .col2 .right-col .texte {
    width: fit-content;
}

section.section_4 .col2 .right-col .texte .titre {
    margin: unset;
}

section.section_4 .col2 .right-col .texte .titre h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #14277B;
    font-family: var(--DINPro-Bold);
}


/***section-counter***/
section.section_counter .content {
    display: flex;
    justify-content: space-between;
    background-image: url(../images/bg-section-counter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 25px 30px;
}


section.section_counter .content .left-col {
    width: 50%;
    max-width: 100%;
}

section.section_counter .titre-section h2,
section.section_counter .titre-section span {
    font-size: 37px;
}

section.section_counter .content .right-col {
    width: 50%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px) brightness(1.15);
    -webkit-backdrop-filter: blur(14px) brightness(1.15);
    padding: 25px 30px;
    border-radius: 30px;
}

section.section_counter .content .div-counter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

section.section_counter .content .div-counter .item {
    width: 45%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.section_counter .content .div-counter .item .icone {
    margin-bottom: 10px;
}

section.section_counter .item .icone img {
    width: 60px;
}


section.section_counter .item .titre span,
section.section_counter .item .texte p {
    font-size: 17px;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
}

section.section_counter .item .texte p sup,
section.section_counter .item .titre span sup {
    text-transform: lowercase;
    font-size: 12px;
}

section.section_counter .item .texte p {
    font-family: var(--DINPro);
    text-align: center;
}

section.section_counter .content .image-mobile {
    display: none;
}

section.section_counter .content .right-col .div-arrows-slider {
    display: none;
}

/***footer***/
section.section_footer {
    margin: unset;
    background-color: #F8F8F8;
}

section.section_footer .content {
    display: flex;
    justify-content: space-between;
}

section.section_footer .content .texte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

section.section_footer .content .texte img {
    width: 107px;
    max-width: 100%;
}

section.section_footer .content .logo {
    width: 20%;
}

section.section_footer .content .logo img {
    width: 250px;
}

section.section_footer .content .texte {
    width: 50%;
}

section.section_footer .content .copyrights {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 22%;
}

section.section_footer .content .texte p {
    font-size: 15px;
    font-family: var(--HelveticaNeueItalic);
    color: #5D534E;
    margin: unset;
    font-weight: bold;
    line-height: 21px;
}

section.section_footer .content .copyrights img {
    width: 60px;
}

section.section_footer .content .copyrights p {
    font-size: 14px;
    font-family: var(--HelveticaNeueItalic);
    color: #5D534E;
    margin: unset;
    font-weight: bold;
}

section.section_counter .titre-section.mobile {
    display: none;
}

.section_donation_mobile {
    display: none;
}

section.section_footer {
    padding-bottom: 130px;
}

#input_ponctuel {
    display: none;
}

/***************************************Responsive*************************************************/
@media screen and (max-width: 1500px) and (max-height: 760px) {

    section.section_header .logo,
    section.section_footer .content .logo img {
        width: 190px;
        max-width: 100%;
    }

    .section.section_slider .hero .small-titre span {
        font-size: 14px;
    }

    .section.section_slider .hero .titre h1,
    .section.section_slider .hero .titre p {
        font-size: 37px;
    }

    .section.section_slider .hero .txt p {
        font-size: 19px;
        color: #fff;
        font-family: var(--DINPro-Medium);
    }

    .section.section_slider .parent_container .content .hero {
        gap: 11px;
    }

    .section.section_slider .parent_container .content .hero {
        padding: 0 15px;
    }


}

@media screen and (max-width: 1350px) {

    .don-form .don-montants,
    .don-form .content .contenu1 {
        gap: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .don-form .content .contenu1 {
        display: flex;
        gap: 20px;
    }

    /**section-slider**/
    .section.section_slider .hero .titre h1,
    .section.section_slider .hero .titre p {
        font-size: 45px;
    }

    .section.section_slider .header_slider .item .equipe {
        padding: 5px 100px 5px 30px;
    }

    section .titre-section h2,
    section .titre-section span {
        font-size: 40px;
    }

    section.section_2 .content .right-col .titre h2,
    section.section_2 .content .right-col .titre span,
    section.section_counter .titre-section h2,
    section.section_counter .titre-section span {
        font-size: 34px;
        text-transform: uppercase;
    }

    section.section_4 .titre-section h2,
    section.section_4 .titre-section span {
        font-size: 37px;
    }

    section.section_counter .item .texte p br {
        display: none;
    }

    section.section_header .logo,
    section.section_footer .content .logo img {
        width: 230px;
        max-width: 100%;
    }

    /**don-form*/


    .don-form .content .contenu1 {
        padding: 30px 35px;
    }

    /****/
    .section-3 .title h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .section-3 .js-tabs .tab {
        padding: 22px 0;
        font-size: 16px;
    }

    .section-3 .tab2[data-content="pendant"] .left-col .box-tabs .txt-option br {
        display: none;
    }

    .section-3 .left-col {
        padding: 37px 0 0 30px;
        width: 40%;
    }

    .section-3 .left-col h3 {
        font-size: 36px;
        line-height: 43px;
    }

    .section-3 .price {
        font-size: 45px;
    }

    .section-3 .donation-card.right .box-programme {
        padding: 12px 14px 12px 25px;
        top: -55px;
    }

    /*****/
}

@media screen and (max-width: 1600px){
.don-form .content {
    width: 1300px;
}
}

@media screen and (max-width: 1300px) and (max-height: 750px) {

    section.section_header .logo,
    section.section_footer .content .logo img {
        width: 190px;
        max-width: 100%;
    }

    .section.section_slider .hero .small-titre span {
        font-size: 14px;
    }

    .section.section_slider .hero .titre h1,
    .section.section_slider .hero .titre p {
        font-size: 37px;
    }

    .section.section_slider .hero .txt p {
        font-size: 19px;
        color: #fff;
        font-family: var(--DINPro-Medium);
    }

    .section.section_slider .parent_container .content .hero {
        gap: 11px;
    }
}

@media screen and (max-width: 1200px) {

    /*don-form**/
    .don-form .content .contenu1 .autre-wrapper {
        width: 145px;
    }

    .don-form .autre-wrapper .autre-input,
    .don-form .autre-wrapper .autre-input input {
        width: 100%;
    }

    .don-form .don-montants .price span {
        font-size: 25px;
    }

    .don-form .don-montants .price span sup {
        font-size: 16px;
    }

    .don-form .autre-input input::placeholder {
        font-size: 13px;
    }

    .don-form .content {
        flex-direction: column;
        padding-bottom: 60px;
        flex-direction: column;
        padding-bottom: 35px;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-right: unset;
    }

    #show_reguliere,
    #show_ponctuel {
        width: 185px;
        position: absolute;
        right: unset;
        top: unset;
        transform: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        z-index: 1;
    }

    .don-form .content .contenu1 {
        box-shadow: unset;
    }

    .don-form .content .contenu1 {
        padding: 20px 35px 30px;
    }

    .section.section_slider .header_slider .item .equipe {
        bottom: 320px;
    }

    .section.section_slider .slick-dots {
        bottom: 200px;
    }

    .section.section_slider::after {
        content: unset;
    }

    section.section_footer {
        padding-bottom: 176px;
    }
}

@media screen and (max-width: 1100px) {

    section .titre-section h2,
    section .titre-section span {
        font-size: 36px;
    }

    section.section_1 .content .right-col {
        gap: 0;
    }

    section.section_2 .content .right-col .titre h2,
    section.section_2 .content .right-col .titre span,
    section.section_counter .titre-section h2,
    section.section_counter .titre-section span {
        font-size: 30px;
    }

    section.section_4 .titre-section h2,
    section.section_4 .titre-section span {
        font-size: 30px;
    }

    section.section_4 .content {
        flex-direction: column;
        position: unset;
        gap: 10px;
    }

    section.section_4 .content .col1,
    section.section_4 .content .col2 {
        width: 100%;
    }

    section.section_4 .content .col1 .blue-div {
        position: unset;
        bottom: unset;
        left: unset;
        width: 100%;
    }

    section.section_4 .content .col1 .blue-div .content {
        flex-direction: row;
    }

    section.section_4 .content .my-btn .div-flech {
        display: none;
    }

    section.section_4 .content .col1 .blue-div .texte p br {
        display: none;
    }

    section.section_counter .content .div-counter .item .titre {
        text-align: center;
    }

    section.section_counter .content .div-counter {
        align-items: start;
    }

}

@media screen and (max-width: 1050px) {
    .section-3 .title {
        margin-bottom: 33px;
    }

    .section-3 .title h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .section-3 .left-col h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .section-3 .price {
        font-size: 38px;
    }

    .section-3 .col-right {
        margin-top: 8px;
    }

    .section-3 .donation-card.right .box-programme {
        padding: 12px 14px 12px 15px;
        align-items: center;
    }

    .section-3 .tab2 #content-2 {
        background-position: 49% center;
    }

    .section-3 .tab2 #content-3 {
        background-position: 50% center;
    }

    .section-3 .tab2 .right-col {
        background-position: 73% center;
    }

    .section-3 .tab2 #content1 {
        background-position: 44% center;
    }

    .section-3 .tab2 #content2 {
        background-position: 76% center;
    }

    .section-3 .donation-center .texte br {
        display: none;
    }
}


@media screen and (max-width: 980px) {

    /***/
    .section-3 .box-slider {
        position: relative;
    }

    .section-3 .my-custom-dots ul {
        display: flex;
        gap: 20px;
        justify-content: center;
        position: absolute;
        bottom: unset;
        top: -25px;
        z-index: 9;
    }

    .section-3 .my-custom-dots li {
        display: block;
    }

    .section-3 .my-custom-dots li button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #894BCD;
        background: #fff;
        color: #894BCD;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .section-3 .my-custom-dots li.slick-active button {
        background: #894BCD;
        color: #fff;
    }

    .section-3 .slick-dots li.slick-active button:before {
        opacity: 0;
        content: unset;
    }

    .section-3 .slick-dots li button:before {
        opacity: 0;
        content: unset;
    }

    .section-3 .tab2 .left-col .box-tabs .txt-option {
        font-family: var(--DINPro-Bold);
        color: #14277B;
    }

    /****/

    .section-3 .title h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .section-3 .js-tabs {
        width: 100%;
    }

    .section-3 .js-tabs .tab {
        padding: 26px 0;
    }

    .section-3 .box-content {
        flex-direction: column;
    }

    .section-3 .left-col {
        padding: 25px 15px 0px 15px;
        width: 100%;
    }

    .section-3 .left-col h3 br {
        display: none;
    }

    .section-3 .left-col h3 span {
        display: block;
    }

    .section-3 .left-col h3 {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-3 .tab1 .left-col .box-tabs {
        width: 100%;
        justify-content: center;
        padding: 20px;
        margin-bottom: 10px;
    }

    .section-3 .right-col {
        width: 100%;
        border-radius: 22px;
    }

    .section-3 .left-col .box-tabs::after {
        content: unset;
        position: absolute;
        left: 50%;
        bottom: 0;
        right: unset;
        top: 74px;
        transform: translateX(-50%);
        width: 100%;
        height: 40px;
        background: url(../images/polygone2.png) no-repeat center;
        background-size: contain;
        pointer-events: none;
        z-index: 9;
    }

    .section-3 .tab2 .box-tabs::after {
        content: unset;
    }

    .section-3 .left-col .box-tabs .txt-option {
        text-align: center;
    }

    .section-3 .tab2 .right-col {
        width: 100% !important;
    }

    .section-3 .tab2 .left-col .box-tabs {
        justify-content: center;
        width: 100%;
        padding: 20px;
        transition: unset;
        background: #CEDDFF;
        border-top: unset !important;
        position: relative;
        padding-top: 30px;
    }

    .section-3 .box-options {
        margin-bottom: 10px;
    }

    .section-3 .tab2 .left-col .box-tabs:has(.txt-option.is-active) {
        justify-content: center;
        width: 100%;
        padding: 20px;
        padding-top: 30px;
    }

    .section-3 .tab2 .txt-option.is-active::after {
        content: unset;
        position: absolute;
        left: 50%;
        bottom: 0;
        right: unset;
        top: 74px;
        transform: translateX(-50%);
        width: 100%;
        height: 40px;
        background: url(../images/polygone-2.png) no-repeat center;
        background-size: contain;
        pointer-events: none;
        z-index: 9;
    }
}

@media screen and (max-width: 900px) {

    .section.section_slider {
        margin-bottom: unset;
        height: 84vh;
    }

    .don-form {
        display: none;
    }

    .section_donation_mobile {
        display: block;
        position: relative;
        z-index: 11;
        margin-bottom: unset;

    }

    .section_donation_mobile .parent_container {
        position: relative;
        z-index: 9999;
        background: #fff;
    }

    .section_donation_mobile.is-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        transform: translateY(0);
        opacity: 1;
    }

    .section_donation_mobile::before {
        content: '';
        width: 236px;
        height: 174px;
        background-image: url(../images/sticky-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: -61px;
        left: -13px;
        z-index: 1;
    }

    .section_donation_mobile .mobile-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        padding: 20px 15px;
    }

    .section_donation_mobile .mobile-buttons .my-btn.transparent a {
        background-color: transparent;
        color: var(--purple);
    }

    .section_donation_mobile .mobile-buttons .my-btn.transparent a:hover,
    .section_donation_mobile .mobile-buttons .my-btn.transparent a:focus {
        color: #fff;
    }

    .section_donation_mobile .mobile-buttons .my-btn.transparent a::before {
        background-color: var(--purple);
    }

    .section_donation_mobile .mobile-buttons .my-btn a {
        width: 350px;
        max-width: 100%;
    }

    /*********/

    .section.section_slider .hero .titre h1,
    .section.section_slider .hero .titre p {
        font-size: 32px;
    }

    .section.section_slider .hero .titre p sup {
        font-size: 20px;
    }

    .section.section_slider .hero .txt p {
        font-size: 18px;
    }

    .section.section_slider .slick-dots {
        bottom: 70px;
    }

    .section.section_slider .header_slider .item .equipe {
        bottom: 150px;
    }


    section .titre-section h2,
    section .titre-section span {
        font-size: 30px;
    }

    section.section_1 {
        padding-top: 60px;
    }

    section.section_2 .content .right-col {
        width: 65%;
    }

    section.section_2 .content .right-col .titre h2,
    section.section_2 .content .right-col .titre span,
    section.section_counter .titre-section h2,
    section.section_counter .titre-section span {
        font-size: 26px;
    }

    section.section_4 .titre-section h2,
    section.section_4 .titre-section span {
        font-size: 26px;
    }

    section.section_4 .content .col1 .blue-div .number span {
        font-size: 70px;
    }

    section.section_4 .content .col1 .blue-div .number span sup {
        font-size: 40px;
    }

    section.section_4 .col2 .right-col .titre span {
        font-size: 17px;
    }

    section.section_4 .titre-section p {
        font-size: 18px;
    }

    section.section_4 .col2 .right-col .texte .titre h5 {
        font-size: 17px;
    }

    section.section_4 .col2 .left-col .img-texte .txt span {
        font-size: 17px;
    }

    section.section_counter .content .right-col {
        width: 80%;
    }

    section.section_footer .content .texte img {
        width: 87px;
        max-width: 100%;
    }

    section.section_footer .content .texte p {
        font-size: 13px;
    }

    section.section_header .logo,
    section.section_footer .content .logo img {
        width: 200px;
        max-width: 100%;
    }

    section.section_footer .content .logo {
        width: 200px;
    }

    section.section_footer {
        padding-bottom: 190px;
    }


    .section_donation_mobile .mobile-buttons .my-btn {
        width: 50%;
    }

    .section_donation_mobile .mobile-buttons .my-btn.purp {
        margin-right: -10px;
        position: relative;
        z-index: 1;
    }

    .section_donation_mobile .mobile-buttons .my-btn.transparent {
        margin-left: -10px;
        position: relative;
        z-index: 2;
    }

    .section_donation_mobile .mobile-buttons .my-btn.transparent a {
        background-color: #fff;
    }


    .section_donation_mobile .mobile-buttons .my-btn a {
        width: 100%;
        text-align: center;
    }

    .section_donation_mobile .mobile-buttons {
        display: flex;
        flex-direction: row;
        gap: unset;
        padding-left: unset;
        padding-right: unset;
    }
}

@media screen and (max-width: 800px) {
    .section-3 .title h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .section-3 .tab2 .left-col .box-tabs {
        border-top: unset;
        border-bottom: 1px solid #CCCCCC;
    }

    .section-3 .tab2 .left-col .box-tabs:has(.txt-option.is-active) {
        border-bottom: unset;
    }
}

@media screen and (max-width: 600px) {
    .parent_container {
        padding: 0 20px;
    }

    .section.section_slider .item .image .desk {
        display: none;
    }

    .section.section_slider .item .image .mob {
        display: block;
        object-position: unset;
    }



    .section_donation_mobile .mobile-buttons .my-btn a {
        padding: 10px 20px;
    }

    .section.section_slider .slick-dots {
        bottom: unset;
        top: 35%;
        left: 25px;
        flex-direction: column;
        transform: translateY(-50%);
    }

    .section.section_slider .parent_container .content .hero {
        top: 68%;
        gap: 5px;
    }

    .section_donation_mobile .mobile-buttons .my-btn {
        width: 50%;
    }

    .section_donation_mobile .mobile-buttons .my-btn.purp {
        margin-right: -10px;
        position: relative;
        z-index: 1;
    }

    .section_donation_mobile .mobile-buttons .my-btn.transparent {
        margin-left: -10px;
        position: relative;
        z-index: 2;
    }

    .section_donation_mobile .mobile-buttons .my-btn.transparent a {
        background-color: #fff;
    }


    .section_donation_mobile .mobile-buttons .my-btn a {
        width: 100%;
        text-align: center;
    }

    .section_donation_mobile .mobile-buttons {
        display: flex;
        flex-direction: row;
        gap: unset;
        padding-left: unset;
        padding-right: unset;
    }

    .section.section_slider .hero .titre h1,
    .section.section_slider .hero .titre p {
        font-size: 24px;
    }

    .section.section_slider .hero .titre p sup {
        font-size: 16px;
    }

    .section.section_slider .hero .txt p {
        font-size: 12px;
        margin-bottom: unset;
    }

    .section.section_slider .hero .my-btn a {
        padding: 4px 20px 4px 8px;
        background-color: transparent;
    }

    .section.section_slider .header_slider .item .equipe {
        top: 44%;
        transform: translateY(-50%);
        bottom: unset;
    }

    .header_slider .equipe span,
    .section.section_slider .header_slider .equipe p {
        font-size: 10px;
    }

    .section.section_slider .header_slider .item .equipe {
        padding: 10px 19px 10px 20px;
    }

    .section.section_slider {
        margin-bottom: unset;
        height: 100dvh;
    }

    section.section_header {
        padding: 0 20px;
    }

    .section.section_slider .parent_container .content .hero {
        padding: 0 10px;
    }

    .section_donation_mobile {
        margin-top: -90px;
    }

    /*****/

    section.section_1 .content {
        flex-direction: column;
        position: relative;
        padding-bottom: 50px;
        gap: 20px;
    }

    section.section_1 .content .left-col,
    section.section_1 .content .right-col {
        width: 100%;
    }

    section.section_1 .content .left-col .my-btn {
        position: absolute;
        bottom: -10px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

    section.section_1 .content .left-col .saurce {
        position: absolute;
        bottom: -40px;
    }

    section.section_2 .titre-section {
        background-image: url(../images/bandeau-mobile.png);
    }

    section.section_2 .content {
        background-image: unset;
        flex-direction: column;
        padding: unset;
    }

    section.section_2 .content .left-col {
        width: 100%;
        background-image: url(../images/bg-section2-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 30px;
        height: 370px;

    }

    section.section_2 .content .right-col {
        width: 100%;
        margin-top: -30px;
        padding: 20px 20px;
    }

    section.section_2 .parent_container {
        padding: unset;
    }

    /****/


    .section-3 .my-custom-dots ul {
        top: -30px;
        gap: 10px;
    }

    .section-3 .my-custom-dots li button {
        width: 30px;
        height: 30px;
    }

    .section-3 .parent_container {
        padding: 0
    }

    .section-3 .title {
        padding: 0 15px;
    }

    .section-3 .title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section-3 .title h2 span {
        display: block;
    }

    .section-3 .title h2 br {
        display: none;
    }

    .section-3 .js-tabs .tab {
        font-size: 15px;
    }

    .section-3 .js-tabs .tab {
        padding: 22px 10px;
    }

    .section-3 .left-col {
        padding: 22px 15px 0px 15px;
        width: 100%;
    }

    .section-3 .left-col h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .section-3 .right-col {
        background-image: url(../images/bg-avant-mob.png);
        padding: 215px 15px 25px 15px;
    }

        .section-3 .tab2 #content1 {
        background-image: url(../images/bg-col3-mob-.png);
        padding: 215px 15px 25px 15px;
    }

    /*****/
    .section-3 .donation-block {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-3 .donation-card.left {
        order: 1;
    }

    .section-3 .donation-card.right {
        order: 2;
        margin-top: 35px;
    }

    .section-3 .donation-center {
        order: 3;
    }

    .section-3 .donation-card.right .box-programme {
        padding: 12px 0px 12px 15px;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
    }

    .section-3 .donation-center .ou {
        display: none;
    }

    .section-3 .donation-card.left .ou.mobile {
        display: block;
        font-size: 18px;
        color: #FFFFFF;
        font-family: var(--DINPro-Bold);
        margin-bottom: unset;
        margin-top: 15px;
        text-align: center;
    }

    .section-3 .arrow.left-arrow {
        top: -35px;
        left: unset;
        right: -5px;
    }

    .section-3 .arrow.right-arrow {
        top: -35px;
        left: -5px;
        right: unset;
    }

    .section-3 .donation-center .texte {
        padding: 12px 20px;
    }

    .section-3 .price {
        font-size: 46px;
    }

    .section-3 .donation-card.right .my-btn a,
    .section-3 .donation-card.left .my-btn a {
        font-size: 13px;
        width: 75%;
    }

    /*****/
    .section-3 .box-content {
        gap: 10px;
        padding: 0 10px;
        position: relative;
        padding-bottom: 572px;
    }

    .tab-content.tab2[data-content="pendant"] .box-content {
        padding-bottom: 600px;
    }

    .section-3 .left-col .box-tabs::after {
        content: unset;
        position: absolute;
        left: 50%;
        bottom: 0;
        right: unset;
        top: 75px;
        transform: translateX(-50%);
        width: 100%;
        height: 50px;
        background: url(../images/polygone2.png) no-repeat center;
        background-size: contain;
        pointer-events: none;
        z-index: 9;
    }

    .section-3 .tab2 .box-tabs::after {
        content: unset;
    }

    .section-3 .box-col {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-3 .col-left .text {
        padding: 20px 20px 20px 22px;
    }

    .section-3 .col-left .text br {
        display: none;
    }

    .section-3 .col-right {
        margin-bottom: 10px;
        justify-content: left;
    }

    .section-3 .col-right .department {
        margin-left: -15px !important;
        padding: 2px 10px;
    }

    .section-3 #content-2 .col-right .department,
    .section-3 #content-1 .col-right .department,
    .section-3 #content1 .col-right .department,
    .section-3 #content2 .col-right .department,
    .section-3 #content-3 .col-right .department {
        margin-bottom: 15px;
    }

    .section-3 .col-left .text .txt {
        margin-bottom: 15px;
    }

    .section-3 .tab2 .left-col h3 br {
        display: block;
    }

    .section-3 .tab2 .box-options {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .section-3 .tab2 .txt-option.is-active::after {
        top: 90px;
    }

    .section-3 .tab2 .left-col .box-tabs:has(.txt-option.is-active):not(:last-child) {
        margin-bottom: unset;
    }

    /* .section-3 .tab2 .left-col .box-tabs:nth-of-type(2) {
        border-bottom: 1px solid #CCCCCC;
    }

    .section-3 .tab2 .left-col .box-tabs:nth-of-type(2):has(.txt-option.is-active) {
        border-bottom: unset;
    } */

    .section-3 .tab2 .left-col .box-tabs {
        border-top: unset;
        border-bottom: unset;
    }

    .section-3 .tab2 .left-col h3 {
        margin-bottom: 36px;
    }

    .section-3 .tab2 .box-tabs.op1::before,
    .section-3 .tab2 .box-tabs.op2::before,
    .section-3 .tab2 .box-tabs.op3::before {
        left: 50%;
        top: -15px;
        transform: translateX(-50%);
    }

    .section-3 .tab2 .left-col .box-tabs:has(.txt-option.is-active) {
        padding-bottom: 10px;
    }

    .section-3 .tab2 .right-col {
        background-image: url(../images/bg-pendant1-mob.png);
        background-position: top right;
        padding: 215px 15px 25px 15px !important;
        border-radius: 22px !important;
        animation: unset;
    }

    .section-3 .tab2 #content-2 {
        background-image: url(../images/bg-pendant2-mob.png);
        background-position: center;
    }

    .section-3 .tab2 .col-right .department p {
        text-align: left;
    }

    .section-3 .tab2 #content-3 {
        background-position: 88% center;
    }

    .section-3 .tab2 .left-col .box-tabs:last-of-type .txt-option.is-active::after {
        top: 90px;
        height: 50px;
        background: url("../images/polygone2.png") no-repeat center;
        background-size: contain;
    }

    .section-3 .tab2 #content1 {
        background-position: 96% center;
        padding: 365px 15px 25px 15px !important;
        min-height: 633px;
    }

    .section-3 .tab2 #content2 {
        background-position: 37% center;
        padding: 385px 15px 25px 15px !important;
    }

    /***/

    section.section_4 .parent_container {
        padding: unset;
    }

    section.section_4 .content .col2 {
        flex-direction: column;
        padding: unset;
    }

    section.section_4 .content .col2 .left-col,
    section.section_4 .content .col2 .right-col {
        width: 100%;
    }

    section.section_4 .content .col1 .titre-section,
    section.section_4 .content .col1 .texte,
    section.section_4 .content .col1 .my-btn {
        padding: 0 20px;
    }

    section.section_4 .content .col2 .left-col {
        padding: 20px 20px 0px 20px;
    }

    section.section_4 .content .col2 .right-col {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }


    section.section_4 .content .col2 .right-col {
        border-top-right-radius: unset;
    }

    section.section_4 .content {
        padding-bottom: 200px;
        position: relative;
    }

    section.section_4 .content .col1 .blue-div {
        position: absolute;
        bottom: 0;
        padding: unset;
    }

    section.section_4 .content .col1 .blue-div .content {
        padding: 20px 20px 10px 20px;
    }

    section.section_4 {
        margin-bottom: 25px;
    }

    /****/

    section.section_counter .content {
        flex-direction: column;
        padding: unset;
        background-image: unset;
    }


    section.section_counter .content .left-col,
    section.section_counter .content .right-col {
        width: 100%;
    }

    section.section_counter .parent_container {
        padding: unset;
    }

    section.section_counter .titre-section.desktop {
        display: none;
    }

    section.section_counter .titre-section.mobile {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    section.section_counter .titre-section.mobile span br {
        display: none;
    }


    section.section_counter .content .left-col {
        display: none;
    }

    section.section_counter .content .image-mobile {
        display: block;
        width: 100%;
    }

    section.section_counter .content .image-mobile img {
        width: 100%;

    }

    section.section_counter .content .div-counter {
        flex-direction: column;
    }

    section.section_counter .content .div-counter .item {
        width: 100%;
    }

    section.section_counter .content .right-col {
        padding: 25px 20px 0;
    }

    section.section_counter .content .right-col .div-arrows-slider {
        width: 90%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 87%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

    .div-arrows-slider .image {
        pointer-events: all;
        cursor: pointer;
    }

    section.section_footer .content {
        flex-direction: column;
    }

    section.section_footer .content .logo {
        width: 200px;
        margin: 0 auto;
    }

    section.section_footer .content .texte {
        width: 100%;
        margin-bottom: 20px;
    }

    section.section_footer .content .copyrights {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    section.section_header .logo,
    section.section_footer .content .logo img {
        width: 170px;
        max-width: 100%;
    }

    section.section_counter .content .div-counter {
        display: block;
        position: relative;
    }

    section.section_counter .item .texte {
        width: 68%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 405px) {
    .section_donation_mobile .parent_container {
        padding: unset;
    }
}
