/*****poppins*******/

@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/popins/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url(../fonts/popins/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(../fonts/popins/Poppins-Bold.ttf);
}


@font-face {
    font-family: 'Poppins-MediumItalic';
    src: url(../fonts/popins/Poppins-MediumItalic.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../fonts/popins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'Poppins-Black';
    src: url(../fonts/popins/Poppins-Black.ttf);
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url(../fonts/popins/Poppins-Italic.ttf);
}

:root {
    --Poppins-Regular: 'Poppins-Regular';
    --Poppins-Medium: 'Poppins-Medium';
    --Poppins-Bold: 'Poppins-Bold';
    --Poppins-MediumItalic: 'Poppins-MediumItalic';
    --Poppins-SemiBold: 'Poppins-SemiBold';
    --Poppins-Italic: 'Poppins-Italic';
    --Poppins-Black: 'Poppins-Black';
    /**color**/
    --primary-color: #FFB800;
    --scolor: #5CC8BF;
}

html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

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;
}

.parent_container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

body p {
    font-size: 18px;
    font-family: var(--DINPro);
}


.my-btn a {
    color: #000000;
    font-family: var(--Poppins-Bold);
    text-transform: uppercase;
    display: flex;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    justify-content: center;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    padding: 8px 10px 8px 27px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 16px;
    width: fit-content;
    transition: background-color 0.4s ease, color 0.4s ease;
    text-transform: uppercase;
    text-align: center;
}


.my-btn a img {
    width: 34px;
}

.section {
    margin-bottom: 60px;
    overflow: hidden;
    padding-top: 10px;
}

b {
    font-family: var(--Poppins-Bold);
}

.my-btn.mob {
    display: none;
}

section.section4 .content .titre.mob {
    display: none;
}

section.section4 .content .descr.mob {
    display: none;
}

.section.section-slider .items .item .image .mob {
    display: none;
}

.mob {
    display: none;
}

.same-bloc .play-icon {
    display: none;
}


/*-------------------- 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: transparent;
    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;
    right: 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: 99;
}

.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;
    }
}

/***/
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

#cookie-message {
    padding: 2rem;
    text-align: center;
    max-width: 80%;
    background: #fff;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#cookie-message p {
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: var(--Poppins-Regular);
    margin: unset;
}

#cookie-message a {
    display: inline-block;
    color: #3dbfb2;
    border-radius: 50px;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: var(--Poppins-Bold);
}

iframe#youtube {
    z-index: 3;
}



/***************************************************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: #000000;
    -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: var(--primary-color);
}

.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);
}

/**animations**/
@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;
}

/* 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);
}




/* 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: #000000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: var(--primary-color);
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

/*********END HOVER**********/

/*****section header******/
section.section-header {
    width: 1300px;
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

section.section-header .logo {
    width: fit-content;
}

section.section-header .logo img {
    width: 230px;
}

/* section-slider */

.section-slider .slider-items .item .image {
    position: relative;
    display: block;
}

.section-slider .slider-items .item .image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.section.section-slider {
    height: calc(100dvh - 60px);
    position: relative;
    z-index: 1;
    margin: 30px;
    padding-top: unset;
    overflow: visible;
}

.section.section-slider .parent_container,
.section.section-slider .parent_container .content {
    height: 100%;
}

.section.section-slider .parent_container .content {
    position: relative;
}

.section.section-slider .parent_container .content .hero {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 9;
}

.section.section-slider .parent_container .content .hero .image {
    width: 145px;
    margin-bottom: 13px;
}

.section.section-slider .parent_container .content .box-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
}

.section.section-slider .parent_container .content .hero .title {
    width: 40%;
    max-width: 100%;
}

.section.section-slider .parent_container .content .hero .title h1 {
    font-size: 52px;
    line-height: 56px;
    font-family: var(--Poppins-Black);
    color: #FFFFFF;
    text-transform: uppercase;
}

.section.section-slider .parent_container .content .hero .title h1 span {
    color: var(--primary-color);
    line-height: 1;
}

.section.section-slider .parent_container .content .hero .texte {
    flex: 1;
    max-width: 100%;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.section.section-slider .parent_container .content .hero .texte p {
    font-size: 17px;
    line-height: 23px;
    font-family: var(--Poppins-Regular);
    color: #FFFFFF;
}

.section.section-slider .box-btn {
    position: absolute;
    z-index: 9;
    right: -30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    top: 48%;
    transform: translateY(-50%);
}

.section.section-slider .box-btn .my-btn a {
    width: 100%;
    justify-content: left;
    border-radius: 35px 0 0 35px;
    gap: 14px;
    font-size: 16px;
    line-height: 18px;
    padding: 6px;
    min-height: 52px;
}

.section.section-slider .box-btn .my-btn a::before {
    content: unset;

}

.section.section-slider .my-btn.btn1 a {
    background-color: #5ACBBF;
    border: 2px solid #5ACBBF;
}

.section.section-slider .my-btn.btn2 a {
    background-color: #97BFE6;
    border: 2px solid #97BFE6;
}

.section.section-slider .my-btn.btn3 a {
    background-color: #F2705A;
    border: 2px solid #F2705A;
}

.section.section-slider .my-btn.btn1 a:hover,
.section.section-slider .my-btn.btn1 a:focus {
    color: #000000;
    background-color: #5ACBBF;
}

.section.section-slider .my-btn.btn2 a:hover,
.section.section-slider .my-btn.btn2 a:focus {
    color: #000000;
    background-color: #97BFE6;
}

.section.section-slider .my-btn.btn3 a:hover,
.section.section-slider .my-btn.btn3 a:focus {
    color: #000000;
    background-color: #F2705A;
}

.section.section-slider .items {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.section.section-slider .items .item,
.section.section-slider .items .item .image {
    height: 100%;
}

.section.section-slider .items .item .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 16% top;
    max-width: 100%;
}

.section.section-slider .slick-list.draggable,
.section.section-slider .slick-track {
    height: 100%;
}

.section.section-slider {
    margin-bottom: 60px;
}

/****/


/*****start section don form*****/
.section.section-don-form {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}


.section-don-form .donation-bar {
    background-color: var(--primary-color);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: var(--Poppins-Bold);
}

.section-don-form .donation-bar.mob {
    display: none;
}

.section-don-form .my-btn a {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #000000;
    padding: 7px 10px 7px 22px;
    font-size: 15px;
}

.section-don-form .my-btn a:hover,
.section-don-form .my-btn a:focus {
    color: #FFFFFF;
    background-color: #000000;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 27px;
    margin: 0 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    transition: .4s;
    border-radius: 45px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 4px;
    background-color: #000000;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider:before {
    transform: translateX(21px);
}

.toggle-container {
    display: flex;
    align-items: center;
}

.toggle-container span {
    font-size: 16px;
    font-family: var(--Poppins-Regular);
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Montants */
.amounts-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.amount-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.amount-option input[type="radio"] {
    appearance: none;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background: #ffffff;
}

.amount-option input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.amount-option label {
    cursor: pointer;
    font-size: 22px;
    font-family: var(--Poppins-Bold);
}

.amount-option span {
    color: #000000;
}

.amount-option #label-free {
    font-size: 16px;
}

#input-free-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

#custom-amount-input {
    width: 60px;
    border: none;
    background: transparent;
    outline: none;
    color: #000000;
    font-size: 22px;
}

#custom-amount-input::placeholder {
    color: #000000;
}

#custom-amount-input::-webkit-outer-spin-button,
#custom-amount-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Résultat */
.calculation-result p {
    font-size: 12px;
    font-family: var(--Poppins-Regular);
    text-decoration: underline;
    margin: unset;
}

#reduced-value {
    font-size: 12px;
    font-family: var(--Poppins-Regular);
}

/* Bouton */
.btn-submit-don {
    background: white;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrow-circle {
    background: var(--primary-color);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/****/


/*** section 2 ***/
.section .content .box-title {
    text-align: center;
    margin-bottom: 50px;
}

.section .content .box-title h4 {
    font-size: 30px;
    font-family: var(--Poppins-SemiBold);
    color: #000000;
    margin-bottom: 10px;
}

.section .content .box-title h2 {
    font-size: 45px;
    line-height: 50px;
    font-family: var(--Poppins-Black);
    color: #000000;
    text-transform: uppercase;
    margin: unset;
}

.section .content .box-title h2 span {
    color: var(--primary-color);
    line-height: 45px;
}

.section-2 .content .video-wrapper {
    position: relative;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.section-2 .content .video-link {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}

.section-2 .content .main-video-img {
    width: 100%;
    display: block;
}

.section .content .play-icon img {
    width: 100%;
    height: auto;
}

.section .content .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 75px;
    height: 75px;
    z-index: 10;
    animation: simple-pulse 1.5s infinite ease-in-out;
    border-radius: 50%;
}

@keyframes simple-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 0 0 15px rgba(255, 204, 0, 0);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
    }
}

/*** section-3 ***/
.same-bloc .col-one {
    margin-bottom: 50px;
}

.same-bloc .content .box-title h2 span {
    color: #3DBFB2;
}

.same-bloc .content .split-container {
    display: flex;
    gap: 100px;
    align-items: center;
    margin-top: 50px;
}

.same-bloc .content .text-stats-side {
    flex: 1.2;
}

.same-bloc .content .video-side {
    flex: 1;
}

.same-bloc .content .subtitle-green {
    color: #3DBFB2;
    font-family: var(--Poppins-Bold);
    font-size: 16px;
    margin-bottom: 20px;
}

.same-bloc .content .description {
    font-size: 16px;
    font-family: var(--Poppins-Regular);
    color: #000000;
    margin-bottom: 45px;
}

.same-bloc .content .stats-row {
    display: flex;
    justify-content: space-between;
}

.same-bloc .content .stat-item {
    flex: 1;
    padding: 0 20px;
    border-left: 1px solid rgba(112, 112, 112, 0.35);
}

.same-bloc .content .stat-item:first-child {
    border-left: none;
    padding-left: 0;
}

.same-bloc .content .stat-item .number {
    display: block;
    color: #3DBFB2;
    font-size: 32px;
    font-family: var(--Poppins-Bold);
}

.same-bloc .content .stat-item .count {
    color: #3DBFB2;
    font-size: 32px;
    font-family: var(--Poppins-Bold);
}

.same-bloc .content .stat-item .number small {
    font-size: 16px;
    font-family: var(--Poppins-Bold);
    text-transform: uppercase;
}

.same-bloc .content .stat-item .label {
    display: block;
    font-size: 16px;
    font-family: var(--Poppins-Regular);
    color: #000000;
    margin-top: 2px;
}

.same-bloc .content .stat-item .annee {
    font-family: var(--Poppins-Regular);
    font-size: 13px;
    color: #000000;
}

.same-bloc .content .image {
    height: 360px;
}

.same-bloc .content .main-video-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.video-wrapper {
    position: relative;
}

.same-bloc .content .project-flex {
    display: flex;
    overflow: hidden;
    align-items: stretch;
}

.same-bloc .content .project-image {
    flex: 1;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.same-bloc .content .project-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.same-bloc .content .project-info-panel {
    flex: 1.5;
    background-color: #3DBFB2;
    padding: 35px 45px;
    position: relative;
}

.same-bloc .content .badge-white {
    background: #FFFFFF;
    color: #3DBFB2;
    padding: 4px 15px;
    border-radius: 60px;
    font-family: var(--Poppins-Bold);
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.same-bloc .content .project-info-panel h3 {
    font-size: 26px;
    font-family: var(--Poppins-Bold);
    color: #FFFFFF;
    margin-bottom: 22px;
}

.same-bloc .content .project-info-panel h3 br {
    display: none;
}

.same-bloc .content .project-info-panel p {
    font-size: 16px;
    font-family: var(--Poppins-Regular);
    color: #000000;
    margin-bottom: unset;
}

.same-bloc .content .collect-goal {
    margin-top: 22px;
}

.collect-goal.mob {
    display: none;
}

.same-bloc .content .box-txt-btn {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 15px;
}

.same-bloc .content .project-info-panel .collect-title {
    font-size: 18px;
    font-family: var(--Poppins-Black);
    margin-bottom: 5px;
    color: #FFFFFF;
}

.same-bloc .content .highlight-black {
    background: #000000;
    color: #FFFFFF;
    font-size: 17px;
    font-family: var(--Poppins-Black);
    display: table;
    padding: 0px 10px;
    margin-bottom: 2px;
}

.same-bloc .source-footer {
    text-align: right;
    font-family: var(--Poppins-Regular);
    font-size: 10px;
    color: #AFAFAF;
    margin-top: 10px;
    margin-bottom: unset;
}

/*** section-4 ***/
.section-4.same-bloc .content .box-title h2 span,
.section-4.same-bloc .content .subtitle-green,
.section-4.same-bloc .content .stat-item .number,
.section-4.same-bloc .content .stat-item .count,
.section-4.same-bloc .content .badge-white {
    color: #5894CE;
}

.section-4.same-bloc .content .project-info-panel {
    background-color: #5894CE;
}

.section-4.same-bloc .content .main-video-img {
    object-position: center;
}

/*** section-5 ***/
.section-5.same-bloc .content .box-title h2 span,
.section-5.same-bloc .content .subtitle-green,
.section-5.same-bloc .content .stat-item .number,
.section-5.same-bloc .content .stat-item .count,
.section-5.same-bloc .content .badge-white {
    color: #F2705A;
}

.section-5.same-bloc .content .project-info-panel {
    background-color: #F2705A;
}

/***section-6***/
.section-6 .bg-image {
    background-image: url(../images/bg-section6.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 250px;
}

.section-6 .box-img {
    display: none;
}

.section-6 .content {
    background: #fff;
    padding-top: 40px;
}

.section-6 .content .box-title {
    margin-bottom: 30px;
}

.section-6 .custom_container {
    width: 80%;
    margin: auto;
}

.section-6 .top_filter {
    margin: 0 auto;
    border: none;
    border: 1px solid var(--primary-color);
    border-radius: 60px;
    width: fit-content;
    display: flex;
    gap: 25px;
}

.section-6 .nav-tabs .nav-item {
    text-align: center;
    font-size: 14px;
    font-family: var(--Poppins-Bold);
    background-color: transparent;
    text-transform: uppercase;
}

.section-6 .nav-tabs .nav-item .nav-link {
    border: none;
    color: var(--primary-color);
    border: transparent 1px solid;
    position: relative;
    padding: 10px 20px;
    transition: unset;
}

.section-6 .tab-content {
    position: relative;
}

.section-6 .tab-pane {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.section-6 .tab-pane.active,
.section-6 .tab-pane.show {
    opacity: 1;
}

.section-6 .nav-tabs .nav-item .nav-link:hover {
    color: #000000;
}

.section-6 .nav-tabs .nav-item .nav-link.active {
    color: #000000;
    background-color: var(--primary-color);
    border-radius: 60px;
}

.section-6 .tab-content {
    padding-top: 45px;
}

.section-6 .deductions p {
    font-size: 16px;
    font-family: var(--Poppins-Regular);
    margin: 5px auto;
}

.section-6 .deductions span {
    display: block;
    font-size: 12px;
    font-family: var(--Poppins-Regular);
    margin-top: 14px;
    margin-bottom: 23px;
}

.section-6 .deductions {
    text-align: center;
}

.section-6 .deductions .row_cont {
    width: 50%;
}

.section-6 .deductions .row_cont .item_deduction {
    width: 85%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-6 .deductions .row_cont .item_deduction.left {
    background-color: #ffffff;
}

.section-6 .deductions .bg-image {
    background-image: url('assets/img/chart.webp');
    background-size: cover;
    background-position: center;
    height: 240px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}


.section-6 .deductions .bg-image span {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'pop_black';
    color: var(--scolor);
}

.section-6 .deductions .bg-image span sup {
    top: -15px;
    left: -8px;
}

.section-6 .title_desc {
    text-align: center;
}

.section-6 .title_desc p {
    font-size: 16px;
    font-family: var(--Poppins-Regular);
    margin-bottom: 20px;
    color: #2F2F2F;
}

.section-6 .title_desc span {
    font-size: 16px;
    font-family: var(--Poppins-Italic);
    color: #2F2F2F;
}

.svg-item {
    width: 270px;
    font-size: 14px;
    margin: 0 auto;
    animation: donutfade 1s;
    display: inline-block;
}

.svg-item .donut {
    width: 270px;
    font-size: 14px;
    margin: 0 auto;
    animation: donutfade 1s;
    display: inline-block;

}


.donut-ring {
    stroke: #E2E2E2;
}

.donut-segment-2 {
    stroke: var(--primary-color);
    opacity: 1;
}

.donut-segment-3 {
    stroke: var(--scolor);
    opacity: 1;
}

.donut-segment-21 {
    animation: donut1 4s ease-out;
}

.donut-segment-31 {
    animation: donut2 4s ease-out;
}


.donut-percent {
    fill: #000000;
    font-size: 12px;
    line-height: 12px;
    font-family: var(--Poppins-Black);
}

.percentage {
    font-size: 8px;
    font-family: var(--Poppins-Black);
    display: block;
    fill: #000000;
    transform: translate(-100px, 0PX);
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }

    100% {
        stroke-dasharray: 75, 25;
    }
}

@keyframes donut2 {
    0% {
        stroke-dasharray: 0, 100;
    }

    100% {
        stroke-dasharray: 66, 34;
    }
}

.row.calandrier {
    justify-content: center;
    align-items: center;
}

.section-6 .boxes .boxes_3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section-6 .titles p {
    font-size: 16px;
    color: #2F2F2F;
    font-family: var(--Poppins-Regular);
    margin-bottom: 17px;
}

.section-6 .titles p.text_blue {
    font-family: var(--Poppins-Bold);
    color: #000000;
}

.section-6 .boxes .boxes_3 .box {
    width: 30%;
    background-color: #FFEEC3;
    color: #000000;
    text-align: center;
    padding: 17px 20px;
    border-radius: 32px;
}

.section-6 .boxes .boxes_3 .box .top_title {
    font-size: 16px;
    font-family: var(--Poppins-Bold);
    text-transform: uppercase;
}

.section-6 .boxes .boxes_3 .box .number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.section-6 .boxes .heure {
    font-size: 12px;
    font-family: var(--Poppins-Regular);
    margin-bottom: 15px;
    margin-top: 3px;
    text-transform: uppercase;
}

.section-6 .boxes .boxes_3 .box_hor .number {
    display: flex;
    padding-bottom: unset;
    justify-content: center;
    margin-top: 0px;
    text-transform: uppercase;
}

.section-6 .boxes .boxes_3 .box .number .jour {
    width: fit-content;
    font-size: 50px;
    line-height: 50px;
    font-family: var(--Poppins-Bold);
    text-align: right;
}


.section-6 .boxes .boxes_3 .box .number .mois {
    font-size: 21px;
    text-align: left;
    font-family: var(--Poppins-Bold);
    position: relative;
    line-height: 21px;
}

.section-6 .boxes .boxes_3 .box .number .mois span {
    display: block;
    line-height: 1;
}

.section-6 .boxes .boxes_3 .box .arrow {
    width: 30px;
    margin: auto;
}

.section-6 .boxes .boxes_3 .box .zone {
    font-size: 19px;
    font-family: var(--Poppins-Bold);
    text-transform: uppercase;
    padding-top: 10px;
}

.section-6 .boxes .boxes_3 .box .description {
    padding-top: 15px;
    display: flex;
    align-items: start;
    min-height: 60px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    justify-content: center;
    font-family: var(--Poppins-Regular);
}

.section-6 .boxes .boxes_3 .box.box_hor .description {

    height: auto;
}

.section-6 .boxes .boxes_3 .box_hor {
    display: flex;
    margin: 25px auto;
    margin-bottom: unset;
    background-color: #FFEEC3;
    color: #000000;
    padding: 16px 20px;
    border-radius: 32px;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.section-6 .boxes .boxes_3 .num {

    width: 25%;
}


.section-6 .boxes .boxes_3 .box.box_hor .num .top_title {
    font-size: 13px;
    font-family: var(--Poppins-Bold);
    text-transform: uppercase;
}

.section-6 .box_hor .number .mois span {
    display: block;
    position: relative;
}

.section-6 .boxes .boxes_3 .box_hor .description {
    font-size: 13px;
    line-height: 21px;
    font-family: var(--Poppins-Regular);
    text-align: left;
    padding: 0px 10px;
    width: 75%;
}

.section-6 .boxes .boxes_3 .box_hor .description p {
    font-size: 13px;
    line-height: 21px;
    font-family: var(--Poppins-Regular);
    margin: 0px;
}

.section-6 .boxes .boxes_3 .box_hor .description img {
    width: 17px;
    margin-right: 2px;
    margin-top: -4px;
}

.section-6 .table thead th {
    width: 50%;
    color: #000000;
    border: 6px solid #ffffff;
    text-align: center;
    font-family: var(--Poppins-Bold);
    font-size: 16px;
    padding: 15px 0px;
    background: var(--primary-color);
}

.section-6 .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #FCF3DD;
    box-shadow: unset;
}

.section-6 .table td {
    padding: 5px 0px;
    border: none;
    font-size: 14px;
    font-family: var(--Poppins-Regular);
}

.button_center {
    text-align: center;
    padding-top: 40px;
    width: fit-content;
    margin: 0 auto;
}

#Calculdedonifi .form_calcule {
    margin-top: 35px;
}


#Calculdedonifi .form_calcule .form {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}


#Calculdedonifi .form_calcule .form .seperateur {
    display: block;
    width: 1px;
    /* height: 360px; */
    background-color: rgba(112, 112, 112, 0.4);
}

#Calculdedonifi .text_blue {
    font-size: 16px;
    font-family: var(--Poppins-Bold);
    text-transform: uppercase;
    margin-bottom: 10px;
}

#Calculdedonifi .text_blue.final_result {
    color: var(--primary-color);
}

#Calculdedonifi .form .input_group .montant {
    position: relative;
    width: 90%;
    margin-bottom: 15px;
}

#Calculdedonifi .form .input_group .arrow_1 img {
    width: 30px;
    margin-bottom: 10px;

}

#Calculdedonifi .form .input_group .montant_input {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #2F2F2F !important;
    box-shadow: none;
    appearance: none;
    height: 57px;
    position: relative;
    font-size: 18px;
    font-family: var(--Poppins-Medium);
    color: #2F2F2F !important;
    text-align: right;
    outline: none;
}

#Calculdedonifi .form .my-btn {
    margin-top: 40px;
}

#Calculdedonifi .form .input_group .montant.case_1 input {
    padding-right: 34px;
}

#Calculdedonifi .form .input_group .montant.case_1::before {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 4%;
    top: 42%;
    transform: translateY(-50%);
    z-index: 999;
    font-size: 18px;
    color: #2F2F2F !important;
    content: "€";
    font-size: 18px;
    font-family: var(--Poppins-Medium);
    color: var(--blue);
}

/*** section-7 ***/
.section-7 .content .expertise-block {
    text-align: center;
}

.section-7 .content .expertise-grid {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: start;
}

.section-7 .content .expertise-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-7 .content .icon-circle {
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.section-7 .content .icon-circle img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section-7 .content .stat-value {
    color: #3DBFB2;
    font-size: 22px;
    font-family: var(--Poppins-Medium);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.section-7 .content .stat-value span {
    font-size: 56px;
    font-family: var(--Poppins-Black);
    line-height: 56px;
}

.section-7 .content .stat-value sup {
    font-size: 35px;
    font-family: var(--Poppins-Medium);
    left: -5px;
    top: -10px;
}

.expertise-item h3 {
    color: #3DBFB2;
    font-size: 16px;
    font-family: var(--Poppins-Black);
    margin-bottom: 8px;
    min-height: 58px;
}

.expertise-item p {
    font-size: 14px;
    color: #000000;
    font-family: var(--Poppins-Regular);
    margin: unset;
}

.estimation {
    font-size: 10px;
    color: #000000;
    font-family: var(--Poppins-Regular);
    margin-top: 5px;
}

/*** footer ***/
.section-footer {
    background-color: var(--primary-color);
}

.section-footer .contact-banner {
    padding: 60px 0 45px 0;
    color: #000000;
}

.section-footer .contact-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.section-footer .circle-img {
    width: 195px;
    overflow: hidden;
}

.section-footer .circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-footer .contact-info {
    width: 790px;
    max-width: 100%;
}

.section-footer .upper-title {
    font-family: var(--Poppins-Bold);
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-footer .contact-info h3 {
    font-size: 20px;
    font-family: var(--Poppins-Bold);
}

.section-footer .contact-info p {
    font-size: 16px;
    font-family: var(--Poppins-Regular);
}

.section-footer .contact-links {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 25px;
    margin-top: 15px;
    font-size: 26px;
    font-family: var(--Poppins-Bold);
    line-height: 1;
}

.contact-links img {
    width: 20px;
}

.section-footer .link-item.phone img {
    margin-top: 4px;
    width: 17px;
}

.section-footer .link-item {
    text-decoration: none;
    color: #000000;
    display: flex;
    align-items: start;
    gap: 5px;
}

.section-footer .link-item.email {
    align-items: center;
}

.section-footer .footer-bottom {
    background-color: #2F2F2F;
    color: #FFFFFF;
    padding: 50px 0;
    padding-bottom: 130px;
}

.section-footer .footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.section-footer .footer-links {
    color: #FFFFFF;
    font-size: 12px;
    font-family: var(--Poppins-Regular);
}

.section-footer .footer-links a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 5px;
}

.section-footer .footer-links a:hover {
    text-decoration: underline;
}

.section-footer .footer-links .separator {
    color: #666;
}

.section-footer .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-footer .footer-logo span {
    font-size: 13px;
    font-family: var(--Poppins-Regular);
}

.section-footer .mindme-logo {
    width: 70px;
}

/************************responsive***************************/
@media screen and (max-width: 1600px) {

    /***section-6***/
    .section-6 .bg-image {
        background-size: contain;
        padding-top: 214px;
    }
}

@media screen and (max-width: 1450px) {

    /***section-6***/
    .section-6 .bg-image {
        background-size: contain;
        padding-top: 185px;
    }
}

@media screen and (max-width: 1350px) {
    .section {
        margin-bottom: 50px;

    }

    /***section header***/
    .section.section-header {
        padding: 0 60px;
    }

    section.section-header .logo img {
        width: 210px;
    }

    /***section-slider***/
    .section.section-slider {
        margin-bottom: 50px;
    }

    .section.section-slider .parent_container .content .box-header {
        gap: 30px;
    }

    .section.section-slider .parent_container .content .hero .image {
        width: 135px;
    }

    .section.section-slider .parent_container .content .hero .title h1 {
        font-size: 50px;
        line-height: 54px;
    }

    .section.section-slider .parent_container .content .hero .texte {
        gap: 20px;
    }

    .section.section-slider .parent_container .content .hero .texte p {
        font-size: 16px;
        line-height: 22px;
        width: 418px;
        max-width: 100%;
    }

    .section.section-slider .parent_container .content .hero .texte p br {
        display: none;
    }

    /***section-2***/
    .section .content .box-title h4 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .section .content .box-title h2 {
        font-size: 43px;
        line-height: 50px;
    }

    .section .content .box-title {
        margin-bottom: 46px;
    }

    /***section-6***/
    .section-6 .bg-image {
        padding-top: 170px;
    }

    /***section-footer***/
    .section-footer .contact-links {
        font-size: 24px;
    }

    .section-footer .upper-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1200px) {

    /***section header***/
    .section.section-header .logo img {
        width: 190px;
    }

    /***section-slider***/
    .section.section-slider .parent_container .content .hero .image {
        width: 115px;
    }

    .section.section-slider .parent_container .content .box-header {
        gap: 15px;
    }

    .section.section-slider .parent_container .content .hero .title h1 {
        font-size: 35px;
        line-height: 39px;
    }

    .section.section-slider .parent_container .content .hero .texte p {
        width: 288px;
    }

    .section.section-slider .parent_container .content .hero .texte {
        gap: 10px;
    }

    .section.section-slider .parent_container .content .my-btn a {
        text-align: center;
        padding: 8px 8px 8px 17px;
        font-size: 15px;
    }

    .section.section-slider .box-btn .my-btn a {
        font-size: 14px;
        line-height: 16px;
        min-height: 50px;
    }

    /***don form***/

    .amounts-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 8px;
        width: fit-content;
        margin: 0 auto;
        width: 330px;

    }

    .section-don-form .my-btn a {
        padding: 7px 7px 7px 17px;
        font-size: 15px;
        gap: 15px;
        text-align: center;
    }

    .amount-option input[type="radio"] {
        width: 22px;
        height: 22px;
    }

    .amount-option label {
        font-size: 20px;
        line-height: 1;
    }

    #custom-amount-input {
        font-size: 20px;
    }

    /***section-2***/
    .section .content .box-title h4 {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .section .content .box-title {
        margin-bottom: 44px;
    }

    /***section-3***/
    .same-bloc .content .split-container {
        gap: 50px;
        margin-top: 45px;
    }

    .same-bloc .content .stat-item {
        padding: 0 15px;
    }

    .same-bloc .content .subtitle-green {
        margin-bottom: 15px;
    }

    .same-bloc .content .stat-item .number small {
        font-size: 12px;
    }

    .same-bloc .content .stat-item .count {
        font-size: 32px;
    }

    .same-bloc .content .description {
        margin-bottom: 35px;
    }

    .same-bloc .content .highlight-black {
        font-size: 16px;
    }

    .same-bloc .content .project-info-panel {
        padding: 30px 40px;
    }

    /***section-6***/
    .section-6 .bg-image {
        padding-top: 135px;
    }

    .section-6 .content {
        padding-top: 30px;
    }

    .section-6 .tab-content {
        padding-top: 30px;
    }

    .svg-item .donut {
        width: 250px;
    }

    .section-6 .deductions p br {
        display: none;
    }

    .section-6 .deductions span br {
        display: none;
    }

    #Calculdedonifi .form_calcule .form {
        gap: 15px;
    }

    #Calculdedonifi .text_blue {
        font-size: 14px;
    }

    .section-6 .boxes .boxes_3 .box .number .mois {
        font-size: 19px;
    }

    .section-6 .boxes .boxes_3 .box .number .jour {
        font-size: 48px;
        line-height: 1;
    }

    /***section-7***/
    .section-7 .content .stat-value span {
        font-size: 52px;
        line-height: 52px;
    }

    .section-7 .content .stat-value {
        font-size: 20px;
    }

    .expertise-item h3 {
        font-size: 15px;
    }

    .section-7 .content .icon-circle {
        width: 75px;
        margin-bottom: 20px;
    }

    /***footer***/
    .section-footer .contact-info h3 {
        font-size: 18px;
        font-family: var(--Poppins-Bold);
    }

    .section-footer .contact-links {
        font-size: 20px;
    }

    .section-footer .footer-links {
        font-size: 11px;
    }

    .section-footer .footer-logo span {
        font-size: 11px;
        font-family: var(--Poppins-Regular);
    }

    .section-footer .mindme-logo {
        width: 65px;
    }

    .section-footer .contact-banner {
        padding: 50px 0 35px 0;
    }
}

@media screen and (max-width: 930px) {

    /***don form****/
    .section-don-form .donation-bar {
        display: none;
    }

    .section-don-form .donation-bar.mob {
        display: block;
    }

    .section-don-form .parent_container {
        padding: 0;
    }

    .section-don-form .box-btn {
        display: flex;
        gap: 10px;
    }

    .section-don-form .my-btn.green a {
        background: #3DBFB2;
        border-color: #3DBFB2;
    }

    .section-don-form .donation-bar.mob {
        display: block;
        padding: 13px;
    }

    .section-don-form .donation-bar.mob .my-btn a {
        gap: 10px;
    }

    /***section-slider***/
    .section.section-slider .items .item .image img {
        object-position: 43% top;
    }

    .section.section-slider .parent_container .content .box-header {
        gap: 15px;
        flex-direction: column;
        align-items: start;
    }

    .section.section-slider .parent_container .content .hero .title {
        width: 100%;
    }

    .section.section-slider .parent_container .content .hero .title h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .section.section-slider .parent_container .content .hero .texte {
        width: 100%;
    }

    /***section-2***/

    .section .content .box-title h4 {
        font-size: 20px;
    }

    .section .content .box-title h2 {
        font-size: 33px;
        line-height: 40px;
    }

    .section .content .box-title {
        margin-bottom: 35px;
    }

    /***section-3***/
    .same-bloc .content .split-container {
        gap: 40px;
        margin-top: 35px;
        flex-direction: column-reverse;
    }

    .same-bloc .content .video-side {
        width: 100%;
    }

    .same-bloc .content .image {
        height: 100%;
        width: 100%;
    }

    .same-bloc .content .stat-item {
        padding: 0 20px;
    }

    .same-bloc .content .stat-item .number small {
        font-size: 16px;
    }

    .same-bloc .col-one {
        margin-bottom: 40px;
    }

    .same-bloc .content .project-image {
        flex: unset;
        width: 100%;
        height: 450px;
    }

    .same-bloc .content .project-image img {
        object-position: center;
    }

    .same-bloc .content .project-flex {
        flex-direction: column;
    }

    .same-bloc .content .project-info-panel {
        flex: unset;
        width: 100%;
    }

    .same-bloc .content .box-txt-btn {
        align-items: start;
        flex-direction: column;
    }

    /***section-6***/
    .section-6 .custom_container {
        width: 85%;
    }

    .section-6 .top_filter {
        flex-wrap: nowrap;
        gap: 15px;
    }

    .svg-item .donut {
        width: 220px;
    }

    .donut-percent {
        font-size: 11px;
        line-height: 11px;
    }

    .percentage {
        font-size: 7px;
    }

    .section-6 .deductions p {
        font-size: 15px;
    }

    .section-6 .title_desc p br {
        display: none;
    }

    .section-6 .boxes .boxes_3 {
        padding-top: 20px;
    }

    #Calculdedonifi .form_calcule .form {
        gap: 30px;
    }

    /***section-7**/
    .section-7 .content .expertise-item {
        flex: unset;
        width: 45%;
    }

    .section-7 .content .expertise-grid {
        flex-wrap: wrap;
    }

    /***footer***/
    .section-footer .contact-flex {
        flex-direction: column;
        gap: 30px;
    }

    .section-footer .footer-flex {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }


}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 600px) {
    .parent_container {
        padding: 0 30px;
    }

    .section {
        margin-bottom: 35px;
    }

    .desk {
        display: none !important;
    }

    .mob {
        display: block;
    }

    .section.section-slider .items .item .image .mob {
        display: block;
    }

    /***section-header****/
    .section.section-header {
        padding: 0 30px;
        top: 50px;
        pointer-events: none;
    }

    /***section-slider***/
    .section.section-slider .parent_container .content .hero {
        bottom: 80px;
    }

    .section.section-slider .parent_container,
    .section.section-slider .parent_container .content {
        padding: 0 15px;
    }

    .section.section-slider {
        height: calc(100dvh - 30px);
        margin: 15px;
        margin-bottom: 35px;
    }

    .section.section-header .logo img {
        width: 185px;
    }

    .section.section-slider .box-btn {
        right: -15px;
        top: 30px;
        transform: unset;
    }

    .section.section-slider .parent_container .content .hero .texte {
        flex-direction: column;
        align-items: start;
    }

    .section.section-slider .parent_container .content .hero .texte p {
        width: 100%;
    }

    .section.section-slider .parent_container .content .box-header {
        gap: 2px;
    }

    .section.section-slider .parent_container .content .box-header .my-btn {
        display: none;
    }

    .section.section-slider .parent_container .content .hero .title h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .section.section-slider .parent_container .content .hero .image {
        width: 130px;
    }

    .section.section-slider .items .item .image img {
        object-position: 59% top;
    }

    .section-slider .slider-items .item:nth-child(2) .image img,
    .section-slider .slider-items .item:nth-child(3) .image img {
        object-position: 33% top;
    }

    .section-slider .slider-items .item:nth-child(2) .image img {
        object-position: 45% top;
    }

    .section-slider .slider-items .item .image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 16%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
        pointer-events: none;
    }

    /***section-2***/
    .section .content .box-title h4 {
        font-size: 25px;
    }

    .section .content .box-title h4 {
        font-size: 25px;
    }

    .section .content .box-title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .section .content .box-title h2 br {
        display: none;
    }

    .section .content .box-title {
        margin-bottom: 19px;
    }

    .section-2 .content .box-title {
        padding: 0 30px;
    }

    .section-2 .parent_container {
        padding: unset;
    }

    .section-2 .content .main-video-img {
        height: 100%;
        object-fit: cover;
    }

    .section-2 .content .btn-play {
        height: 250px;
    }

    .section-2 .content .main-video-img {
        object-position: 22% center;
    }

    /*** section-3***/
    .same-bloc .parent_container {
        padding: unset;
    }

    .same-bloc .content .box-title {
        padding: 0 30px;
    }

    .same-bloc .col-one {
        padding: 0 30px;
    }

    .same-bloc .content .split-container {
        gap: 30px;
        margin-top: unset;
    }

    .same-bloc .content .subtitle-green {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .same-bloc .content .description {
        margin-bottom: 20px;
    }

    .same-bloc .content .project-image {
        height: 320px;
    }

    .same-bloc .content .project-info-panel {
        padding: 30px 35px;
    }

    .same-bloc .content .badge-white {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .same-bloc .content .project-info-panel .collect-title {
        font-size: 16px;
    }

    .same-bloc .content .highlight-black {
        font-size: 17px;
    }

    .collect-goal.desk {
        display: none;
    }

    .collect-goal.mob {
        display: block;
    }

    .same-bloc .boxhighlight {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .same-bloc .content .box-txt-btn {
        align-items: center;
    }

    .same-bloc .content .stats-row {
        flex-wrap: wrap;
    }

    .same-bloc .source-footer {
        padding: 0 15px;
    }

    /***section-6***/
    .section-6 .box-img {
        display: block;
        height: 166px;
    }

    .section-6 .box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .section-6 .bg-image {
        padding-top: unset;
        background: unset;
    }

    .section-6 .custom_container {
        width: 100%;
        max-width: 100%;
    }

    .section-6 .nav-tabs .nav-item {
        font-size: 11px;
    }

    .section-6 .nav-tabs .nav-item .nav-link {
        padding: 6px 8px;
    }

    .section-6 .top_filter {
        gap: unset;
    }

    .section-6 .slick-prev,
    .section-6 .slick-next {
        width: 29px;
        height: 29px;
        z-index: 9;
    }

    .section-6 .slick-next {
        right: 30px;
        top: 120px;
    }

    .section-6 .slick-prev {
        left: 5px;
        top: 120px;
    }

    .section-6 .slick-next::before {
        content: "";
        display: block;
        width: 29px;
        height: 29px;
        background-image: url(../images/arrow-right.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
    }

    .section-6 .slick-prev::before {
        content: "";
        display: block;
        width: 29px;
        height: 29px;
        background-image: url(../images/arrow-left.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
    }

    .section-6 .deductions p {
        font-size: 18px;
    }

    .section-6 .deductions span {
        font-size: 14px;
        margin-bottom: 25px;
    }

    #Calculdedonifi .form_calcule .form {
        gap: 7px;
        flex-direction: column;
        width: 100%;
    }

    #Calculdedonifi .text_blue {
        font-size: 16px;
    }

    #Calculdedonifi .form .my-btn {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

    .section-6 .title_desc p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .section-6 .boxes .boxes_3 .box {
        width: 100%;
    }

    .section-6 .boxes .boxes_3 {
        padding-top: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .section-6 .boxes .boxes_3 .box_hor {
        margin: unset;
        flex-direction: column;
        gap: unset;
    }

    .section-6 .my-btn {
        display: flex;
        justify-content: center;
    }

    .section-6 .titles p {
        font-size: 18px;
    }

    .section-6 .boxes .boxes_3 .box.box_hor .description {
        width: 100%;
    }

    .section-6 .title_desc p {
        font-size: 20px;
    }

    .section-6 .table thead th {
        font-size: 14px;
        padding: 6px 10px;
    }

    .same-bloc .content .text-stats-side {
        flex: unset;
        width: 100%;
        max-width: 100%;
    }

    .same-bloc .content .stats-row {
        flex: unset;
    }

    .same-bloc .content .stat-item {
        width: 100%;
        max-width: 100%;
        border: unset;
        flex: unset;
        text-align: center;
        padding: unset;
    }

    .same-bloc .slick-list.draggable,
    .same-bloc .slick-track {
        width: 100%;
    }

    .same-bloc .slick-prev,
    .same-bloc .slick-next {
        width: 29px;
        height: 29px;
        z-index: 9;
    }

    .same-bloc .slick-next {
        right: 0px;
        top: 45px;
    }

    .same-bloc .slick-prev {
        left: 0px;
        top: 45px;
    }

    .same-bloc .slick-next::before {
        content: "";
        display: block;
        width: 29px;
        height: 29px;
        background-image: url(../images/arrow-right.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
    }

    .same-bloc .slick-prev::before {
        content: "";
        display: block;
        width: 29px;
        height: 29px;
        background-image: url(../images/arrow-left.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
    }

    .same-bloc .content .stat-item .count {
        font-size: 45px;
    }

    .same-bloc .content .stat-item .number small {
        font-size: 18px;
    }

    /***section-7***/
    .expertise-item h3 {
        min-height: unset;
    }

    .section-7 .content .icon-circle {
        width: 109px;
        margin-bottom: 27px;
    }

    .section-7 .content .stat-value span {
        font-size: 75px;
        line-height: 1;
    }

    .section-7 .content .stat-value {
        font-size: 30px;
    }

    .expertise-item h3 {
        font-size: 22px;
    }

    .section-7 .content .stat-value sup {
        font-size: 45px;
    }

    .expertise-item p {
        font-size: 16px;
    }

    .section-7 .slick-prev,
    .section-7 .slick-next {
        width: 29px;
        height: 29px;
        z-index: 9;
    }

    .section-7 .slick-next {
        right: 15px;
        top: 100px;
    }

    .section-7 .slick-prev {
        left: 15px;
        top: 100px;
    }

    .section-7 .slick-next::before {
        content: "";
        display: block;
        width: 29px;
        height: 29px;
        background-image: url(../images/arrow-right.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
    }

    .section-7 .slick-prev::before {
        content: "";
        display: block;
        width: 29px;
        height: 29px;
        background-image: url(../images/arrow-left.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
    }

    /***footer***/
    .section-footer .contact-banner .parent_container {
        padding: unset;
    }

    .section-footer .footer-bottom {
        padding: 45px 0;
        padding-bottom: 120px;
    }

    .section-footer .upper-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .section-footer .contact-info h3 {
        font-size: 24px;
        text-align: center;
    }

    .section-footer .contact-info p {
        font-size: 18px;
        text-align: center;
    }

    .section-footer .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-footer .contact-links {
        font-size: 18px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .section-footer .contact-links a br {
        display: none;
    }

    .section-footer .footer-links {
        font-size: 14px;
        text-align: center;
    }

    .section-footer .footer-logo span {
        font-size: 16px;
    }
}

@media screen and (max-width: 396px) {

    .section.section-header .logo img {
        width: 170px;

    }
}

@media screen and (min-width: 600px) and (max-height: 650px) {
    section.section-header {
        top: 50px;
    }

    .section.section-slider .box-btn {
        top: 40%;
    }

    .section.section-slider .parent_container .content .hero {
        bottom: 70px;
    }
}