@font-face {
    font-family: 'MuseoSans';
    src: url(../fonts/MuseoSans_500/Fonts/MuseoSans-500.woff);
}



body img {
    max-width: 100%
}


body h1 {
    font-size: 62px;
    font-weight: 700;
    color: #333333
}

body h2 {
    font-size: 33px;
    font-weight: 700;
    color: #333333
}

body h3 {
    font-size: 40px;
    font-weight: 700;
    color: #333333
}

body p:empty {
    display: none
}

body p,
ul {
    font-size: 14px;
}

body ul {
    list-style: none;
    padding-left: unset
}

.wisywyg em {
    font-size: 20px
}

.slide-wrapper {
    overflow: hidden !important;
}

/***************************************************start***********************************************************************/

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'MuseoSans' !important;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.orange {
    color: #FF5000;
}

.section .description p {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

a {
    outline: none !important;
}

.button {
    outline: none !important;
}

/*********HOVER**********/

/* Bounce In */
.hvr-bounce-in {
    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.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}



/* Sweep To Right */
.hvr-sweep-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.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d14e119c;
    -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.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

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

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}




/* 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: #421305;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

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

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




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



/**bloc pourcentage***/

.section.bloc_pourcentage {
    display: none;
}

/****bloc slider***/

.section.bloc_slider {
    position: relative;
    height: 100vh;
}

#myVideo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;

}

.videoText-wrapper {
    position: relative;
    height: 100%;
}

.section.bloc_slider .logo {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 11;
}


.section.bloc_slider .btn-plus {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 11;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 5px
}


.section.bloc_slider .btn-plus a {
    display: flex;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #FF5000;
    padding: 21px 35px;
    align-items: center;
    font-weight: 700;
}

.section.bloc_slider .jusquaa {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}


.section.bloc_slider .hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.section.bloc_slider .hero h1 {
    font-size: 120px;
    text-transform: uppercase;
    color: #fff;
    line-height: 120px;
}

.section.bloc_slider .contenu-mob {
    display: none;
}



/*
 ****
 *
 * |-> Don Form
 *
*******/

.sections.navbarr {
    position: fixed;
    transform: translateY(-100%);
    width: 100%;
    z-index: 9999;
}

.sections.navbarr::before {
    content: '';
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.d-flex {
    align-items: stretch !important;
}

.d-flex.wrap-don {
    background-color: #fff;
}

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

.don-form .wrap-don {
    justify-content: space-between;
}



.button-form {
    height: 50px;
    text-decoration: none;
    border-radius: unset;
    border: 1px solid #8D8D8D;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    inline-size: -webkit-max-content;
    inline-size: -moz-max-content;
    inline-size: max-content;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--default-font);
    color: #333333;
    transition: all 0.3s ease-in-out;
}


.btn_menu {
    height: 60px;
    border-radius: unset;
    background-color: #FF5000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 60px 0 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    inline-size: -webkit-max-content;
    inline-size: -moz-max-content;
    inline-size: max-content;
    position: relative;
}

#donButton {
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    height: 100%;
    text-decoration: none;

}

#donButton:hover {
    text-decoration: none;
}

input {
    height: 50px;
    border-radius: unset;
    border: 1px solid #8D8D8D;
    text-align: left;
    width: 155px;
    padding: 0 10px;
    font-size: 19px;
    color: #000;
    font-weight: 500;
    font-family: var(--default-font);
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.don-form .wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding-right: unset;
}

.don-form .buttons .reduction {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}

.button:hover {
    -webkit-animation: bounce 0.5s ease-in-out;
    animation: bounce 0.5s ease-in-out;
}

.don-form .buttons>div:first-child {
    display: flex;
    align-items: center;
    gap: 20px;
}

.don-form .buttons {
    margin: 0 20px 0 auto;
}

.don-form {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100% - 115px);
    z-index: 1000;
}

.don-form .txt .contenu {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    width: 80%;
    max-width: 100%;
}

.don-form .txt .text p {
    margin: unset;
}

.don-form .txt .contenu .cont {
    width: 70%;
    max-width: 70%;
}

.don-form .txt .contenu .cont p {
    font-size: 16px;
}

.don-form .txt .contenu .image {
    width: 30%;
}

.don-form .txt {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    font-weight: bold;
    color: #FF5000;
    max-width: 320px;
    padding: 10px 0;
    padding-left: 10px;
}

.don-form .txt .text {
    width: 60%;
    max-width: 100%;
}

.don-form .txt .text p {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
}

.button-form:hover,
.button-form.on {
    background-color: #FF5000;
    color: #fff;
    text-decoration: none;
    border-color: #FF5000;
}

.don-form .buttons {
    margin: 0 20px 0 auto;
    padding: 10px 0;
}

.don-form .buttons>div:first-child {
    display: flex;
    align-items: center;
    gap: 20px;
}

.don-form .buttons .reduction {
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
}

.don-form .wrap-don {
    justify-content: space-between;
    align-items: flex-start;
}


/*************end form dom****************/



/********bloc info******/

.section.bloc_info {
    padding: 5% 0 0 0;
}

.section.bloc_info .content .text p {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.section.bloc_info .content .text p:first-child{
    width: 70%;
    margin: 0 auto 20px;
}

.section.bloc_info .content .text p span{
    margin-bottom: 30px;
}

.section.bloc_info .content .text p span {
    display: block;
    text-align: center;
    color: #FF5000;
}

.section.bloc_info .content .text-orange {
    text-align: center;
}

.section.bloc_info .content .text-orange p {
    font-size: 30px;
    line-height: 40px;
    color: #FF5000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    left: 0;
    bottom: -150px;
    visibility: hidden;
    z-index: 11;
    background-color: #FF5000;
    display: inline;
    padding: 10px;
    -webkit-box-decoration-break: clone;
    transition-duration: .8s;
    transition: .8s;
}


.section.bloc_info .content .text-orange p.righ {
    bottom: 0;
    visibility: visible;
}

.section.bloc_info .content .text-orange p span {
    transition: .8s;
}

.section.bloc_info .content .text-orange p span.white {
    color: #fff;
    transition-delay: .8s;
}



/*****bloc temoignage*****/

.section.bloc_temoignage {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 15px 0;

}

.section.bloc_temoignage .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: unset;
    max-width: 100%;
    gap: 20px;
}

.section.bloc_temoignage .content .personne {
    position: relative;
    transition: 1s;
    flex: 1;
    transform: translateX(0%);
    transition-delay: 0s;
}

.section.bloc_temoignage .content .personne-one .bloc_noire{
    background-image: url(../images/Map_Iran.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.section.bloc_temoignage .content .personne-two .bloc_noire{
    background-image: url(../images/Ukraine.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.section.bloc_temoignage .content .personne-three .bloc_noire{
    background-image: url(../images/carte_burundi.svg);
    background-position: center center;
    background-repeat: no-repeat;
}


.section.bloc_temoignage .content .personne .text-left {
    position: absolute;
    top: 50%;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateY(50%);
    left: 2%;
}

.section.bloc_temoignage .content .personne .text-left h3 {
    margin: unset;
    color: #FF5000;
}

.section.bloc_temoignage .content .personne .image img {
    width: 100%;
    object-fit: cover;
}

.section.bloc_temoignage .content .personne .wrapper-noir {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.section.bloc_temoignage .content .personne:hover .wrapper-noir {
    width: 130%;
}

.section.bloc_temoignage .content .personne .bloc_noire {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: #000;
    transition: 1s;
    transform: translateX(-120%);
}

.section.bloc_temoignage .content .personne .bloc_noire .contenu {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    gap: 20px;
    padding-right: 10px;
}

.section.bloc_temoignage .content .personne .bloc_noire .contenu .titre span {
    font-size: 18px;
    font-weight: 500;
    color: #FF5000;
}

.section.bloc_temoignage .content .personne .bloc_noire .parent {
    display: flex;
    align-items: center;
    height: 100%;
}

.section.bloc_temoignage .content .personne .bloc_noire .contenu .description p {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    text-align: left;
}

.section.bloc_temoignage .content .personne .bloc_noire .contenu .text p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 22px;
}

.section.bloc_temoignage .content .personne .bloc_noire .contenu .button a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    width: fit-content;
    padding: 20px 14px;
    background-color: #FF5000;
    text-decoration: none;
}

.section.bloc_temoignage .content .personne:hover .bloc_noire {
    transform: translateX(0);
}

.section.bloc_temoignage .content .personne-three .wrapper-noir {
    position: absolute;
    left: -30%;
    height: 100%;
    top: 0;
    width: 130%;
    overflow: hidden;
}

.section.bloc_temoignage .content .personne-three:hover .wrapper-noir {
    width: 130%;
}

.section.bloc_temoignage .content .personne-three:hover .bloc_noire {
    transform: translateX(0%);
}


.section.bloc_temoignage .content .personne-three .bloc_noire {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: #000;
    transition: 1s;
    transform: translateX(120%);
}





/********bloc personnes***********/

.section.bloc_personnes {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    padding: 5% 15px 0;
}

.section.bloc_personnes .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section.bloc_personnes .content .item {
    position: relative;
    width: calc(100% /3);
    margin-right: 10px;
    transition: 1.5s;
}


.section.bloc_personnes .content .item .hide-desc .image {
    text-align: center;
}

.section.bloc_personnes .content .item .premier {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    bottom: 50%;
    left: -30%;
    transform: rotate(-90deg);
    font-size: 40px;
    line-height: 40px;
    color: #FF5000;
    font-weight: 700;
    transition: all .5s ease;
}

.section.bloc_personnes .content .item .deuxieme {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    bottom: 50%;
    left: -15%;
    transform: rotate(-90deg);
    font-size: 40px;
    line-height: 40px;
    color: #FF5000;
    font-weight: 700;
}

.section.bloc_personnes .content .item .trosiem {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    bottom: 50%;
    left: -42%;
    transform: rotate(-90deg);
    font-size: 40px;
    line-height: 40px;
    color: #FF5000;
    font-weight: 700;
}

.show-mob {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-image: url(../images/Map_Iran.png);
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-500%);
    width: 155%;
    pointer-events: none;
    transition: all 1.5s ease;
}

.show-mob .button a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #FF5000;
    padding: 7px 10px;
    font-weight: 700;
    width: fit-content;
}

.item-deuxieme .show-mob {
    background-image: url(../images/Ukraine.svg);
    background-position: center center;
}

.item-trosiem .show-mob {
    background-image: url(../images/carte_burundi.svg);
    background-position: center center;
}

.show-mob.visibleOnHover {
    transform: translateX(0);
    z-index: 9999;
}

.show-mob .parent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-mob .contenu {
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    padding-right: 15px;
}

.show-mob .contenu .titre {
    color: #FF5000;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.show-mob .contenu .titre h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}

.show-mob .contenu .descr {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
}

.show-mob .contenu .text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.show-mob .contenu .button a {
    pointer-events: all;
    margin-top: 20px;
    font-family: 'MuseoSans' !important;
}

.show-mob .parent .txt-left.show_one span {
    position: absolute;
    top: 46%;
    color: #FF5000;
    z-index: 11;
    font-size: 40px;
    line-height: 40px;
    transform: rotate(-90deg);
    font-weight: 700;
    right: 66%;
}

.show-mob .parent .txt-left.show_two span {
    position: absolute;
    top: 46%;
    color: #FF5000;
    z-index: 11;
    font-size: 40px;
    line-height: 40px;
    transform: rotate(-90deg);
    font-weight: 700;
    right: 75%;
}

.show-mob .parent .txt-left.show_three span {
    position: absolute;
    top: 46%;
    color: #FF5000;
    z-index: 11;
    font-size: 40px;
    line-height: 40px;
    transform: rotate(-90deg);
    font-weight: 700;
    right: 58%;
}



/*****bloc droits*****/

.section.bloc_droits {
    padding: 5% 0;
}

.section.bloc_droits .container .description {
    width: 80%;
    margin: 0 auto;
}

.section.bloc_droits .container .description p {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.section.bloc_droits .container .description .text-orange {
    text-align: center;
}

.section.bloc_droits .container .description .text-orange p {
    font-size: 30px;
    line-height: 40px;
    color: #FF5000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    left: 0;
    bottom: -150px;
    visibility: hidden;
    z-index: 11;
    background-color: #FF5000;
    display: inline;
    padding: 10px;
    -webkit-box-decoration-break: clone;
    transition-duration: .8s;
    transition: 1s;
}

.section.bloc_droits .description .text-orange p.righ {
    bottom: 0;
    visibility: visible;
}

.section.bloc_droits .description .text-orange p span {
    transition: .8s;
}

.section.bloc_droits .description .text-orange p span.white {
    color: #fff;
    transition-delay: .8s;
}

.section.bloc_droits .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.section.bloc_droits .content .left-col {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 2px solid #FF5001;
    align-items: center;
    text-align: center;
    padding: 70px 30px;
}

.section.bloc_droits .content .left-col .prix{display: flex;align-items: flex-end;gap: 10px;}

.section.bloc_droits .content .left-col .prix span {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.section.bloc_droits .content .left-col .prix h5 {
    font-size: 70px;
    font-weight: 700;
    line-height: 26px;
}

.section.bloc_droits .content .left-col .texte {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.section.bloc_droits .content .left-col .texte {
    width: 80%;
    margin: 0 auto;
}

.section.bloc_droits .content .left-col .texte span {
    display: block;
}

.section.bloc_droits .content .right-col {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.section.bloc_droits .content .right-col .descr p,
.section.bloc_droits .content .right-col .petite-descr p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.section.bloc_droits .content .right-col .txt p,
.section.bloc_droits .content .right-col .text p {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.section.bloc_droits .content .right-col .text span {
    display: block;
}

.section.bloc_droits .container .soutiens {
    background-color: #F6D3C3;
}

.section.bloc_droits .container .soutiens .content {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    margin-top: 50px;

}

.section.bloc_droits .container .soutiens .text {
    width: 65%;
}

.section.bloc_droits .container .soutiens .text p {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

.section.bloc_droits .container .soutiens .text span {
    display: block;
}

.section.bloc_droits .container .soutiens .button {
    width: 35%;
    display: flex;
    justify-content: center;
}

.section.bloc_droits .container .soutiens .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 21px;
    background-color: #FF5000;
    color: #fff;
    text-decoration: none;
}

/*******bloc donation********/

.section.bloc_donation {
    padding: 5% 0;
    background-color: #F6D3C3;
}

.section.bloc_donation .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.section.bloc_donation .content .left-col .item {
    position: relative;
    width: fit-content;
    padding: 5px 20px;
    margin: 20px 0;
    z-index: 1;
}

.section.bloc_donation .content .left-col .item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translate(0%);
    background-color: #FF5000;
    z-index: -1;
    top: 0;
    left: -1000px;
    transition: all 1.5s ease;
}

.section.bloc_donation .content .left-col .item:first-child:before {
    transition: all 1.2s ease;
}

.section.bloc_donation .content .left-col .item:last-child:before {
    transition: all 1.8s ease;
}

.section.bloc_donation .content .left-col .item.showP::before {
    left: 0px;
}

.section.bloc_donation .content .left-col .item:first-child {
    margin-top: unset !important;
}

.section.bloc_donation .content .left-col .item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin: unset;
}

.section.bloc_donation .content .left-col .item span {
    font-size: 30px;
}

.section.bloc_donation .content .left-col .pourcentage .number span {
    font-size: 60px;
    font-weight: 700;
    line-height: 26px;
}

.section.bloc_donation .content .left-col .pourcentage .texte p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.section.bloc_donation .content .left-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 60%;
    max-width: 100%;
}

.section.bloc_donation .content .left-col .pourcentage {
    display: flex;
    align-items: center;
    gap: 30px;
}


.section.bloc_donation .content .right-col .titre {
    text-align: center;
}

.section.bloc_donation .content .right-col .image {
    position: relative;
}

.section.bloc_donation .content .right-col .first {
    position: absolute;
    top: 10%;
    left: 36%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    transform: scale(0);
    transition: .8s;
    transition-delay: 2s;
}

.section.bloc_donation .content .right-col .first.showT {
    transform: scale(1);

}

.section.bloc_donation .content .right-col .first strong {
    color: #FF5000;
    font-size: 40px;
    font-weight: 700;
}


.section.bloc_donation .content .right-col .second {
    position: absolute;
    top: 41%;
    left: 37%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    transform: scale(0);
    transition: 0.8s;
    transition-delay: 1.2s;
}

.section.bloc_donation .content .right-col .second.showT {
    transform: scale(1);
}

.section.bloc_donation .content .right-col .second strong {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.section.bloc_donation .content .right-col .third {
    position: absolute;
    top: 64%;
    right: 17%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    transform: scale(0);
    transition: 0.8s;
    transition-delay: 2.8s;
}

.section.bloc_donation .content .right-col .third.showT {
    transform: scale(1);
}

.section.bloc_donation .content .right-col .third strong {
    font-size: 40px;
    font-weight: 700;
}


.section.bloc_donation .content .right-col .titre span {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}


/***bloc beneficieres****/

.section.bloc_beneficieres {
    padding: 5% 0 50% 0;
    background-image: url(../images/Groupe-118.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.section.bloc_beneficieres .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section.bloc_beneficieres .content .left-col {
    width: 40%;
}

.section.bloc_acat .content .left-col .titre {
    width: 80%;
}

.section.bloc_beneficieres .content .left-col .titre p {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

.section.bloc_beneficieres .content .left-col .titre span {
    display: block;
}

.section.bloc_beneficieres .content .left-col .text p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.section.bloc_beneficieres .content .left-col .button a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffff;
    padding: 15px 15px;
    background-color: #FF5000;
    width: fit-content;
    text-decoration: none;
    font-size: 13px;
}

/***bloc_beneficieres***/

.section.bloc_beneficieres div#star-container {
    width: 50%;
    height: 300px;
    position: relative;
    min-height: 400px;
}

.section.bloc_beneficieres div#star-container .star:nth-child(2) {
    left: 60%;
    top: 5%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(2) {
    left: 57%;
    top: 33%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(3) {
    left: 34%;
    top: 0%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(4) {
    left: 57%;
    top: 33%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(5) {
    left: 5%;
    top: 20%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(6) {
    left: 47%;
    top: 50%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(7) {
    left: 10%;
    top: 72%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(8) {
    left: 35%;
    top: 80%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(9) {
    left: 71%;
    top: 11%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(10) {
    left: 2%;
    top: 44%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(11) {
    left: 60%;
    top: 66%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(12) {
    left: 29%;
    top: 36%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(13) {
    left: 18%;
    top: 11%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(14) {
    left: 31%;
    top: 64%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(15) {
    left: 75%;
    top: 25%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(15) {
    left: 43%;
    top: 18%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(15) {
    left: 43%;
    top: 18%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(16) {
    left: 49%;
    top: 0%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(17) {
    left: 77%;
    top: 50%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(18) {
    left: 32%;
    top: 64%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(19) {
    left: 25%;
    top: 45%;
}

.section.bloc_beneficieres div#star-container .star:nth-child(19) {
    left: 18%;
    top: 47%;
}




.section.bloc_beneficieres .right-col .image img {
    -webkit-animation: scaleStars 8s infinite linear;
    animation: scaleStars 8s infinite linear;
}

.section.bloc_beneficieres .star {
    position: absolute;
    top: 0;
    /* animation: scaleStars 5s linear infinite; */
}

.section.bloc_beneficieres .star span {
    position: absolute;
    font-size: 13px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@keyframes scaleStars {
    0% {
        opacity: 1;

        transform: scale(1);
    }

    50% {
        opacity: 0;

        transform: scale(0.3);
    }

    100% {
        opacity: 1;

        transform: scale(1);
    }
}



/****bloc acat****/

.section.bloc_acat {
    padding: 5% 0 10% 0;
    background-image: url(../images/Visuel_bas.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -30%;
}

.section.bloc_acat .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40%;
}

.section.bloc_acat .content .left-col,
.section.bloc_acat .content .right-col {
    width: 45%;
    max-width: 100%;
}

.section.bloc_acat .content .left-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section.bloc_acat .content .right-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section.bloc_acat .content .left-col .titre p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: unset;
}

.section.bloc_acat .content .left-col .texte p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}

.section.bloc_acat .content .left-col .question p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.section.bloc_acat .content .left-col .descr p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.section.bloc_acat .content .right-col .titre span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    background-color: #FF5000;
    padding: 5px;
}

.section.bloc_acat .content .right-col .descr {
    width: 80%;
}

.section.bloc_acat .content .right-col .descr p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.section.bloc_acat .content .right-col .slider .item {
    background-color: #fff;
    min-height: 580px;
}

.section.bloc_acat .content .right-col .slider .content-slider .titre {
    width: 80%;
}

.section.bloc_acat .content .right-col .slider .item .titre p {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.section.bloc_acat .content .right-col .slider .item .titre span {
    color: #FF5000;
    background-color: unset;
}

.section.bloc_acat .content .right-col .slider .item .contenu p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.section.bloc_acat .content .right-col .slider .content-slider {
    padding: 10px 20px;
}


.section.bloc_acat .content .right-col .slider .slick-next.slick-arrow::before {
    content: '\f0da' !important;
    font-family: 'FontAwesome';
    color: #FF5000 !important;
    border: 1px solid #FF5000;
    border-radius: 100%;
    padding: 3px 8px;
    font-size: 17px;
}

.section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow::before {
    content: '\f0d9' !important;
    font-family: 'FontAwesome';
    color: #FF5000 !important;
    border: 1px solid #FF5000;
    border-radius: 100%;
    padding: 3px 8px;
    font-size: 17px;
}

.section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
    position: absolute;
    right: 10%;
    top: 32%;
    z-index: 11;
}

.section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow {
    position: absolute;
    top: 32%;
    left: 77%;
    z-index: 11;
}

.section.bloc_acat .container .last-contenu {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 7%;
    text-align: center;
}

.section.bloc_acat .container .last-contenu .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section.bloc_acat .container .last-contenu .item h5 {
    font-size: 80px;
    font-weight: 700;
}


.section.bloc_acat .container .last-contenu .item h5 span {
    font-size: 30px;
    font-weight: 700;
}

.section.bloc_acat .container .last-contenu .item .text p {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    width: 70%;
    margin: 0 auto;
    text-transform: uppercase;
}

.section.bloc_acat .container .last-contenu .item .numberes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

.section.bloc_acat .container .last-contenu .item .numberes span {
    font-size: 30px;
    color: #FF5000 !important;
    font-weight: 700;
    padding-left: 10px;
}

/*****bloc footer******/

.section.bloc_footer {
    background-color: #FF5000;
    padding: 2% 0;
}

.section.bloc_footer .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section.bloc_footer .content .left-contenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section.bloc_footer .content .left-contenu p {
    margin: unset;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.section.bloc_footer .content .left-contenu a {
    color: #fff;
    text-decoration: underline;
}

.section.bloc_personnes {
    display: none;
}

/*********************************RESPONSVE*******************************/



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

    .section.bloc_slider {
        height: unset;
    }

    .sections.navbarr {
        position: fixed;
        transform: unset;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }

    .don-form .txt {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .section.bloc_slider .hero {
        top: 40%;
    }

    .section.bloc_slider .only {
        top: 57%;
    }

    .section.bloc_slider .jusqua {
        top: 70%;
    }

    .don-form .wrap-don>div {
        padding-right: 10px;
    }

    .don-form {
        top: calc(100% - 146px);
    }

    .don-form .wrap-don {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .don-form .buttons {
        margin: 0;
        padding: 0;
        padding-left: 10px;
    }

    .don-form .txt {
        max-width: none;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .don-form .txt .contenu .cont p {
        font-size: 19px;
    }

    .don-form .txt .text p {
        font-size: 15px;
    }

    .don-form .buttons .reduction {
        font-size: 15px;
    }

    .btn_menu {
        height: 50px !important;
    }

    .don-form .txt .contenu .image {
        display: none;
    }

    .section.bloc_slider .jusquaa {
        font-size: 12px;
        text-align: center;
    }

    /****bloc temoignage****/
    .section.bloc_temoignage .content .personne .text-left h3 {
        font-size: 30px;
    }

    .section.bloc_temoignage .content .personne .bloc_noire .contenu .titre span,
    .section.bloc_temoignage .content .personne .bloc_noire .contenu .description p {
        font-size: 15px;
    }

    .section.bloc_temoignage .content .personne .bloc_noire .contenu .text p {
        font-size: 13px;
    }

    .section.bloc_temoignage .content .personne .bloc_noire .contenu {
        gap: 0px;
    }

    .section.bloc_temoignage .content .personne .bloc_noire .contenu .button a {
        padding: 12px 14px;
    }


}

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

    .section.bloc_slider .hero h1 {
        font-size: 70px;
    }

    /*****bloc_temoignage*****/
    .section.bloc_temoignage .content .personne .text-left h3 {
        font-size: 30px;
    }

    .section.bloc_temoignage .content .personne .bloc_noire .contenu .description p {
        font-size: 15px;
    }

    /***bloc personnes***/
    .section.bloc_personnes .content .item .txt span {
        font-size: 30px;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow {
        top: 28%;
    }

    .section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
        top: 28%;
    }

    .show-mob .contenu .titre h5 {
        font-size: 15px;
    }

    .show-mob .contenu {
        padding: 10px;
    }

    .show-mob .contenu p {
        font-size: 13px;
    }

    .show-mob .contenu .button {
        width: 40%;
    }

    .show-mob .parent .txt-left.show_three span,
    .show-mob .parent .txt-left.show_two span,
    .show-mob .parent .txt-left.show_one span {
        font-size: 35px;
    }

    .section.bloc_droits .content .left-col .prix strong {
        font-size: 60px;
    }

}


@media screen and (max-width: 1000px) {
    .section.bloc_temoignage .content .personne {
        width: 90% !important;
        margin: 0 auto;
    }

    .section.bloc_temoignage .content .personne:hover .wrapper-noir {
        width: 110%;
    }

    .section.bloc_temoignage .content .personne-three .wrapper-noir {
        left: -10%;
        width: 110%;
    }

    .section.bloc_droits .content .left-col .prix h5{
        font-size: 60px;
    }
}

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

    .section.bloc_slider .hero h1 {
        font-size: 60px;
    }

    .section.bloc_slider .jusqua {
        top: 66%;
    }

    .section.bloc_slider .only h6 {
        font-size: 20px;
    }

    .don-form {
        top: calc(100% - 131px);
    }

    .don-form .buttons .reduction {
        font-size: 12px;
    }

    .don-form .buttons>div:first-child {
        gap: 10px;
    }



    /****bloc personnes***/

    .show-mob .contenu .titre h5 {
        font-size: 13px;
        line-height: normal;
    }

    .show-mob .contenu p {
        line-height: 18px;
    }

    .show-mob .parent .txt-left.show_three span,
    .show-mob .parent .txt-left.show_two span,
    .show-mob .parent .txt-left.show_one span {
        font-size: 30px;
    }

    .section.bloc_droits .content .left-col .prix strong {
        font-size: 50px;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow {
        top: 26%;
    }

    .section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
        top: 26%;
    }

}

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

    .sections.navbarr {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 999999;
    }

    .section.bloc_slider .only {
        top: 70%;
    }

    .section.bloc_slider .jusqua {
        top: 90%;
        font-size: 12px;
    }

    .section.bloc_info {
        margin-top: unset;
        padding: 5% 0;
    }

    /******header*****/
    .section.bloc_slider .logo img {
        width: 80%;
    }

    .section.bloc_slider .hero h1 {
        font-size: 60px;
    }

    .section.bloc_slider .btn-plus a {
        padding: 14px 35px;
    }

    .section.bloc_slider .hero {
        top: 50%;
    }


    .section.bloc_info .content .text p:first-child{
        width: 100%;
    }

    /*** bloc_temoignage */

    .section.bloc_temoignage .content .personne .bloc_noire .contenu .description p {
        font-size: 13px;
    }

    .section.bloc_temoignage .content .personne .bloc_noire .contenu .titre span,
    .section.bloc_temoignage .content .personne .bloc_noire .contenu .description p {
        font-size: 13px;
    }

    .section.bloc_temoignage .content .personne .bloc_noire .contenu .text p{
        margin: unset;
    }
    .section.bloc_temoignage .content .personne .bloc_noire .contenu .text img{
        width: 20px;
    }

    .section.bloc_temoignage .content .personne .bloc_noire .contenu .button{
        margin-top: 10px;
    }


    /***bloc personnes****/


    .show-mob.visibleOnHover {
        width: 100%;
    }

    .section.bloc_personnes .content .item .premier {
        left: -18%;
    }

    .section.bloc_personnes .content .item .deuxieme {
        left: -6%;
    }

    .section.bloc_personnes .content .item .trosiem {
        left: -25%;
    }

    .show-mob .parent .txt-left.show_three span {
        right: 51%;
    }

    .section.bloc_personnes .content .item .hide-desc .image {
        display: flex;
        justify-content: center;
    }


    .section.bloc_personnes .content .item {
        transform: unset !important;
        padding: 0 5px;
    }

    .section.bloc_personnes .show-mob .button {
        width: 60%;
    }

    .section.bloc_personnes .show-mob .button a {
        line-height: unset;
        padding: 15px 15px;
    }



    /****don form*****/
    .btn_menu {
        padding: 0 20px 0 20px;
    }

    .button-form {
        padding: 0 20px;
    }

    .don-form .txt .contenu .cont p {
        font-size: 16px;
    }

    .don-form .txt .text p {
        font-size: 13px;
    }

    .don-form .buttons .reduction {
        font-size: 12px;
    }


    .don-form .txt .contenu {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .don-form .txt .text {
        width: 100%;
        text-align: center;
    }

    /***bloc info***/
    .section.bloc_info .content .text p,
    .section.bloc_info .content .text-orange p {
        font-size: 25px;
        line-height: 40px;

    }

    /**bloc droits**/
    .section.bloc_droits .content .left-col {
        width: 40%;
    }

    .section.bloc_droits .content .right-col {
        width: 57%;
    }

    .section.bloc_droits .container .description p {
        font-size: 25px;
        line-height: 40px;
    }

    .section.bloc_droits .content .left-col .prix strong {
        font-size: 50px;
    }

    .section.bloc_droits .content .right-col .txt p,
    .section.bloc_droits .content .right-col .text p {
        font-size: 16px;
    }

    .section.bloc_droits .content .right-col .descr p,
    .section.bloc_droits .content .right-col .petite-descr p,
    .section.bloc_donation .content .left-col .item p,
    .section.bloc_donation .content .right-col .titre span,
    .section.bloc_donation .content .left-col .pourcentage .texte p {
        font-size: 16px;
    }

    .section.bloc_droits .container .soutiens .button {
        width: 43%;
    }

    /****bloc donation****/
    .section.bloc_donation .content .right-col .image span {
        font-size: 10px;
    }

    .section.bloc_donation .content .right-col .image strong {
        font-size: 30px;
    }

    .section.bloc_donation .content .left-col .item p {
        font-size: 14px;
    }

    .section.bloc_donation .content .left-col .pourcentage .number span {
        font-size: 50px;
    }

    .section.bloc_droits .container .soutiens .text p {
        font-size: 20px;
    }

    .section .description p {
        font-size: 26px;
    }

    .section.bloc_donation .content .left-col {
        gap: 20px;
    }



    /***bloc beneficieres*****/
    .section.bloc_beneficieres {
        padding: 5% 0 70% 0;
    }

    .section.bloc_beneficieres .content .left-col .titre p {
        font-size: 25px;
    }

    .section.bloc_beneficieres .content .left-col .text p {
        font-size: 16px;
    }

    .section.bloc_beneficieres .content .left-col .button a {
        font-size: 12px;
    }

    .section.bloc_beneficieres .star span {
        font-size: 10px;
    }

    /********bloc acat****/
    .section.bloc_acat {
        margin-top: -50%;
    }

    .section.bloc_acat .content {
        padding-top: 50%;
        flex-wrap: wrap;
    }

    .section.bloc_acat .content .left-col .titre p,
    .section.bloc_acat .content .right-col .descr p {
        font-size: 25px;
    }

    .section.bloc_acat .content .left-col .texte p,
    .section.bloc_acat .content .left-col .question p,
    .section.bloc_acat .content .left-col .descr p,
    .section.bloc_acat .content .right-col .titre span,
    .section.bloc_acat .content .right-col .slider .item .titre p,
    .section.bloc_acat .content .right-col .slider .item .contenu p {
        font-size: 16px;
    }

    .section.bloc_acat .content .left-col {
        gap: 10px;
    }

    .section.bloc_acat .content .left-col,
    .section.bloc_acat .content .right-col {
        width: 100%;
    }

    .section.bloc_acat .content .right-col .slider .item .image img {
        width: 100%;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow {
        top: 43%;
        left: 80%;

    }

    .section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
        top: 43%;
    }

    .section.bloc_acat .container .last-contenu .item h5 {
        font-size: 60px;
    }

    .section.bloc_acat .container .last-contenu .item .text p {
        font-size: 12px;
    }

    /******bloc footer******/

    .section.bloc_footer .content .footer-logo img,
    .section.bloc_footer .content .left-contenu .mind-logo img {
        width: 80%;
    }


}



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

    .sections.navbarr {
        left: unset;
    }

    .section.bloc_slider .jusqua {
        top: 80%;
    }

    .section.bloc_info {
        padding: 5% 0;
        margin-top: unset;
    }

    .sections.navbarr::before {
        display: none;
    }

    .don-form {
        position: static;
    }

    .don-form .wrap-don>div {
        width: 100%;
    }

    .don-form .buttons>div:first-child {
        justify-content: space-between;
        gap: 10.4px;
    }

    .don-form .buttons>div .button-form {
        width: 30.93%;
        text-decoration: none;
    }

    .don-form .buttons>div input {
        flex: 1;
    }

    .don-form .buttons .reduction {
        font-size: 11px;
        line-height: 16px;
        padding: 15px 0;

    }

    .don-form .txt {
        font-size: 13px;
        text-align: center;
        margin-bottom: 6px;
    }

    .don-form .button {
        margin: auto;
        margin-bottom: 20px;
    }

    .don-form .txt .contenu {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .don-form .txt .text {
        width: 100%;
    }

    .don-form .wrap-don>div {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .sections.navbarr {
        /* padding-top: 20px; */
        transform: unset;
    }

    .d-flex.wrap-don {
        padding-bottom: 13px;
    }


}


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

    .section.bloc_temoignage {
        display: none;
    }

    .section.bloc_personnes {
        display: block;
    }

    .don-form .wrap-don>div {
        padding-right: unset;
    }

    .section.bloc_personnes .content .item {
        width: 90% !important;
        margin: 0 auto;
        display: block !important;
    }

    .show-mob {
        width: 100%;
        position: unset;
        transform: unset;
        margin: 0 auto;
        min-height: 320px;
    }


    .show-mob .parent .txt-left {
        display: none;
    }

    .show-mob .contenu {
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .section.bloc_personnes .content .item .premier {
        top: unset;
        bottom: unset;
        transform: unset;
        writing-mode: vertical-lr;
        transform: rotate(180deg) translateY(0%);
        top: 20%;
        left: 25%;
    }

    .section.bloc_personnes .content .item .deuxieme {
        top: 20%;
        left: 31%;
    }

    .section.bloc_personnes .content .item .trosiem {
        top: 14%;
        left: 23%;
    }

    .show-mob .contenu .button {
        width: 25%;
    }

    .show-mob .contenu .text img {
        display: inline;
    }

    .section.bloc_personnes .slick-prev:before,
    .slick-next:before,
    .section.bloc_personnes .slick-prev:before,
    .slick-prev:before {
        color: red;
    }

    .section.bloc_personnes .slick-next {
        position: absolute;
        top: 103%;
        left: 57%;
    }

    .section.bloc_personnes .slick-prev {
        position: absolute;
        top: 103%;
        left: 40%;
    }

    .section.bloc_personnes .slick-prev.slick-arrow::before {
        content: '\f0d9' !important;
        font-family: 'FontAwesome';
        color: #FF5000 !important;
        border: 1px solid #FF5000;
        border-radius: 100%;
        padding: 3px 8px;
        font-size: 17px;
    }

    .section.bloc_personnes .slick-next.slick-arrow::before {
        content: '\f0da' !important;
        font-family: 'FontAwesome';
        color: #FF5000 !important;
        border: 1px solid #FF5000;
        border-radius: 100%;
        padding: 3px 8px;
        font-size: 17px;
    }


}

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

    .dn-mobile {
        display: none;
    }

    .section.bloc_slider .btn-plus {
        margin-top: -2%;
    }

    .section.bloc_slider .jusqua {
        display: none;
    }

    .btn_menu {
        height: 58px !important;
    }

    .btn_menu {
        padding: 0 30px;
    }


    .section .description p {
        line-height: 30px;
    }

    .section.bloc_pourcentage {
        display: block;
        background-color: #000;
        padding: 20px 0;
    }

    .section.bloc_slider {
        height: unset;
    }

    /* .sections.navbarr.fixedNavbar {
        position: fixed;
        top: 100%;
        z-index: 99;
        width: 100%;
    } */

    .sections.navbarr {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 999999;
        background: #fff;
    }

    .section.bloc_slider .btn-plus {
        width: 100%;
        background: #000;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 5px;
        position: relative;
        top: unset;
        bottom: unset;
        height: initial;
        right: 0;

    }

    .section.bloc_slider .btn-plus a {
        width: fit-content;
        padding: 15px 27px;
    }

    .section.bloc_slider .contenu-mob {
        display: block;
        width: 60%;
        text-align: center;
    }

    .section.bloc_slider .contenu-mob p {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }


    /***don form**/

    .don-form::before {
        content: '';
        width: 100%;
        height: 80%;
        position: absolute;
        background: #fff;
        bottom: 0;
        z-index: -1;
    }

    .sections.navbarr {
        background-color: unset;

    }

    .d-flex.wrap-don {
        background-color: unset;
    }

    .don-form .wrap {
        box-shadow: unset;
    }

    .button-form {
        padding: 0 10px;
    }

    .d-flex.wrap-don .txt {
        order: 3;
        max-width: 100%;
        display: none;
    }

    .d-flex.wrap-don .buttons .reduction {
        display: none;
    }

    .d-flex.wrap-don .buttons {
        order: 2;
        margin-top: 10px;
        padding: unset;
    }

    .d-flex.wrap-don .buttons .reduction {
        text-align: center;
    }

    .section.bloc_pourcentage .content {
        width: 40%;
        max-width: 40%;
        margin: 0 auto;
    }

    .section.bloc_pourcentage .content p {
        color: #FF5000;
        margin: 0;
        font-size: 11px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 14px;
    }

    .section.bloc_slider .logo {
        position: unset;
        background-color: #000;
    }

    .section.bloc_slider .logo img {
        width: 50%;
    }

    .section.bloc_slider .hero h1 {
        font-size: 50px;
    }

    .section.bloc_slider .only h6 {
        font-size: 15px;
    }


    /***bloc info***/
    .section.bloc_info .content .text p,
    .section.bloc_info .content .text-orange p {
        font-size: 20px;
        line-height: 30px;

    }

    /**bloc droits**/
    .section.bloc_droits .content {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .section.bloc_info .content .text-orange p,
    .section.bloc_droits .container .description span {
        font-size: 20px;
        padding: 10px 15px;
        line-height: 30px;
    }

    .section.bloc_droits .content .left-col {
        width: 100%;
    }

    .section.bloc_droits .content .right-col {
        width: 100%;
    }

    .section.bloc_droits .container .description p {
        font-size: 20px;
        line-height: 30px;
    }

    .section.bloc_droits .content .left-col .prix strong {
        font-size: 54px;
    }


    .section.bloc_droits .content .right-col .txt p,
    .section.bloc_droits .content .right-col .texte p {
        font-size: 14px;
    }

    .section.bloc_droits .content .right-col .descr p,
    .section.bloc_droits .content .right-col .petite-descr p,
    .section.bloc_donation .content .left-col .item p,
    .section.bloc_donation .content .right-col .titre span,
    .section.bloc_donation .content .left-col .pourcentage .texte p {
        font-size: 16px;
    }

    .section.bloc_droits .container .soutiens .text {
        width: 100%;
        text-align: center;
    }

    /****bloc donation*****/

    .section.bloc_donation .content .left-col .pourcentage .texte {
        width: 70%;
    }

    .section.bloc_donation .content .left-col .pourcentage .number {
        width: 30%;
    }

    .section.bloc_droits .container .soutiens .button {
        width: 100%;
    }

    .section.bloc_donation .content {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .section.bloc_donation .content .left-col .item span {
        display: block;
    }

    .section.bloc_donation .content .left-col .item {
        width: 100%;
        text-align: center;
    }

    .section.bloc_donation .content .left-col .pourcentage .number span {
        font-size: 40px;
    }

    .section.bloc_donation .content .left-col .pourcentage {
        justify-content: center;
    }

    .section.bloc_donation .content .right-col .image {
        text-align: center;
    }

    .section.bloc_donation .content .right-col .first,
    .section.bloc_donation .content .right-col .second {
        left: 42%;
    }

    .section.bloc_donation .content .right-col .third {
        right: 31%;
    }

    .section.bloc_droits .container .soutiens .text p {
        font-size: 20px;
        line-height: 30px;
    }

    .section .description p {
        font-size: 20px;
    }

    .section.bloc_donation .content .left-col {
        width: 100%;
        gap: 20px;
    }

    .section.bloc_donation .content .right-col {
        width: 100%;
    }



    /***bloc beneficieres*****/

    .section.bloc_beneficieres {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .section.bloc_beneficieres .content {
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 30px;
    }

    .section.bloc_beneficieres .content .left-col {
        width: 80%;
    }

    .section.bloc_beneficieres .content .right-col {
        width: 100%;
        text-align: center;
    }

    .section.bloc_beneficieres {
        padding: 5% 0 100% 0;
    }

    .section.bloc_beneficieres .content .left-col .titre p {
        font-size: 20px;
    }

    .section.bloc_beneficieres .content .left-col .text p {
        font-size: 14px;
        line-height: 22px;
    }

    .section.bloc_beneficieres .content .left-col .button a {
        font-size: 13px;
    }

    .section.bloc_beneficieres div#star-container {
        width: 100%;
    }


    .section.bloc_beneficieres .star img {
        width: 80%;
        margin: 0 auto;
    }


    /********bloc acat****/

    .section.bloc_acat {
        background-image: url(../images/mob-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .section.bloc_acat {
        margin-top: -55%;
    }

    .section.bloc_acat .content {
        padding-top: 50%;
        flex-wrap: wrap;
    }

    .section.bloc_acat .content .left-col .titre,
    .section.bloc_acat .content .right-col .descr {
        width: 100%;
    }

    .section.bloc_acat .content .left-col .titre p {
        font-size: 20px;
    }

    .section.bloc_acat .content .right-col .descr p {
        font-size: 18px;
    }

    .section.bloc_acat .content .left-col .texte p,
    .section.bloc_acat .content .left-col .question p,
    .section.bloc_acat .content .left-col .descr p,
    .section.bloc_acat .content .right-col .titre span,
    .section.bloc_acat .content .right-col .slider .item .titre p,
    .section.bloc_acat .content .right-col .slider .item .contenu p {
        font-size: 14px;
    }

    .section.bloc_acat .content .left-col {
        gap: 10px;
    }

    .section.bloc_acat .content .left-col,
    .section.bloc_acat .content .right-col {
        width: 100%;
    }

    .section.bloc_acat .content .right-col .slider .item .image img {
        width: 100%;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow {
        top: 34%;

    }

    .section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
        top: 34%;
    }

    .section.bloc_acat .container .last-contenu .item h5 {
        font-size: 40px;
    }

    .section.bloc_acat .container .last-contenu .item .text p {
        font-size: 11px;
    }

    /******bloc footer******/

    .section.bloc_footer .content .footer-logo img,
    .section.bloc_footer .content .left-contenu .mind-logo img {
        width: 80%;
    }

    .section.bloc_footer .content {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .section.bloc_footer {
        margin-bottom: 167px;
    }


}

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

    .section.bloc_slider .only h6 {
        font-size: 13px;
    }

    .sections.navbarr input {
        width: 50px;
        font-size: 16px;
    }

    .sections.navbarr input::placeholder {
        color: #333333;
        font-weight: bold;
    }

    .don-form .txt {
        max-width: 230px;
        margin: 0 auto 17px;
        line-height: 22px;
    }

    .section.bloc_droits .container .description {
        width: 100%;
    }

    .section.bloc_slider .hero h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .section.bloc_slider .contenu-mob p {
        font-size: 20px;
        line-height: 30px;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow,
    .section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
        top: 26%;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow {
        left: 79%;
    }

    .section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
        right: 7%;
    }

    .section.bloc_acat .container .last-contenu {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .section.bloc_acat .container .last-contenu .item h5 {
        font-size: 80px;
    }

    .section.bloc_acat .container .last-contenu .item .text p {
        font-size: 14px;
    }

    /****bloc droits****/

    .section.bloc_droits .container .description .text-orange p {
        font-size: 20px;
        line-height: 30px;
        padding: 10px;
    }

    .section.bloc_droits .content .left-col .texte p {
        font-size: 12px;
    }

    .section.bloc_droits .content .left-col {
        padding: 40px 30px;
    }

    .section.bloc_droits .content .right-col .descr p,
    .section.bloc_droits .content .right-col .petite-descr p,
    .section.bloc_donation .content .right-col .titre span,
    .section.bloc_donation .content .left-col .pourcentage .texte p {
        font-size: 14px;
        line-height: 22px;
    }

    .section.bloc_droits .content .right-col .text p {
        font-size: 14px;
        line-height: 22px;
    }

    .section.bloc_donation .content .left-col .item {
        padding: 5px;
    }


    /*****bloc personnes******/
    .section.bloc_personnes .content .item {
        width: 100% !important;
        padding: unset;
    }

    .section.bloc_personnes .content .item .hide-desc .image img {
        width: 100%;
    }

    .section.bloc_personnes .content .item .premier {
        left: 5%;
    }

    .section.bloc_personnes .content .item .deuxieme {
        left: 17%;
    }

    .section.bloc_personnes .content .item .deuxieme {
        left: 21%;
    }

    .section.bloc_personnes .content .item .trosiem {
        left: 11%;
    }

    .section.bloc_personnes .show-mob {
        min-height: 380px;
    }

    .section.bloc_personnes .show-mob .contenu .button {
        width: 100%;
    }

    .section.bloc_personnes {
        padding: unset;
    }

    .section.bloc_personnes .slick-prev,
    .section.bloc_personnes .slick-next {
        top: 102%;
    }

    .section.bloc_droits .container .description {
        padding-top: 20px;
    }

    .show-mob .contenu .titre h5 {
        font-size: 14px;
        line-height: 40px;
    }


    /***bloc donation***/


    .section.bloc_donation .content .right-col .first,
    .section.bloc_donation .content .right-col .second {
        left: 36%;
    }

    .section.bloc_donation .content .right-col .third {
        right: 17%;
    }

    .section.bloc_footer .content .left-contenu {
        flex-wrap: wrap;
    }

    .section.bloc_donation .content .right-col .image span {
        font-size: 11px;
    }

    .section.bloc_donation .content .right-col .image strong {
        font-size: 40px;
    }


}

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

    .section.bloc_info .content .text-orange p,
    .section.bloc_droits .container .description span {
        font-size: 20px;
        padding: 10px 20px;
        line-height: 30px;
    }

    .section.bloc_info .content .text p,
    .section.bloc_info .content .text-orange p,
    .section.bloc_droits .container .description p {
        font-size: 20px;
        line-height: 30px;
    }

    .section.bloc_info .content .text {
        width: 80%;
        margin: 0 auto;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow,
    .section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
        top: 23%;
    }

    .section.bloc_acat .container .last-contenu .item h5 {
        font-size: 60px;
    }

    .section.bloc_footer .content .left-contenu .text {
        text-align: center;
    }

    .section.bloc_slider .contenu-mob p {
        font-size: 15px;
    }


    .section.bloc_donation .content .right-col .image strong {
        font-size: 25px;
    }

}

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

    .section.bloc_slider .hero h1 {
        font-size: 25px;
    }

    .section.bloc_slider .only h6 {
        font-size: 11px;
    }

    .button-form {
        padding: 0 6px;
    }

    .section.bloc_droits .container .soutiens .button a {
        padding: 20px 10px;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow,
    .section.bloc_acat .content .right-col .slider .slick-next.slick-arrow {
        top: 18%;
    }

    .section.bloc_acat .content .right-col .slider .slick-prev.slick-arrow {
        left: 72%;
    }

    .section.bloc_acat .content .right-col .slider .content-slider .titre p {
        font-size: 11px;
    }

    .section.bloc_donation .content .right-col .first,
    .section.bloc_donation .content .right-col .second {
        left: 36%;
    }

    .section.bloc_donation .content .right-col .third {
        right: 16%;
    }
}