﻿/* global box-sizing */

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-Medium.ttf") format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-MediumItalic.ttf") format('truetype');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Regular.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway/Raleway-SemiBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Black.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maitree';
    src: url('../fonts/Maitree/Maitree-Medium.woff2') format('woff2'), url('../fonts/Maitree/Maitree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maitree';
    src: url('../fonts/Maitree/Maitree-SemiBold.woff2') format('woff2'), url('../fonts/Maitree/Maitree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maitree';
    src: url('../fonts/Maitree/Maitree-Bold.woff2') format('woff2'), url('../fonts/Maitree/Maitree-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Raleway';
    color: #3D3938;
}

@media (min-width:769px) {
    html {
        /* font-size: .5008333333333333vw; */
        font-size: .6928333333333333vw;
    }
}

@media (max-width:768px) {
    html {
        font-size: 1.302083333333333vw;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.maitree {
    font-family: 'Maitree';
}

.scaled:hover {
    transform: scale(1.07);
    transition: .3s;
}

.colorRd {
    color: #C11F2D;
}

.backColorRd {
    background-color: #C11F2D;
}

.backColorWhite {
    background-color: #ffffff;
}

.colorWhite {
    color: #ffffff;
}

.colorYelow {
    color: #D6BB62;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hideOnDesktop {
    display: none !important;
}

.hideOnMobile {
    display: block !important;
}

.desk_version {
    display: block !important;
}

.mob_version {
    display: none !important;
}

#fp-nav[data-section=calendrier] a,
.fp-viewing-calendrier #fp-nav a {
    color: #fff;
}

.fp-viewing-footer .donation-form1 {
    display: block;
}

.cta {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: none;
    background-color: #C11F2D;
    background: #C11F2D;
    width: auto;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.2s linear 0s;
    font-weight: 700;
    letter-spacing: inherit;
    vertical-align: initial;
    border: 0 none;
    padding: 0;
}

.cta.white {
    background-color: #ffffff;
    background: #ffffff;
    color: #C11F2D;
}

.cta i {
    display: none;
    font-size: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
}

.cta:hover {
    /* text-indent: -20px; */
    color: #fff;
    background-color: #C11F2D;
    background: #C11F2D;
}

.cta.white:hover {
    text-indent: -20px;
    color: #C11F2D;
    background-color: #ffffff;
    background: #ffffff;
}

.img_shadow {
    display: none;
}

.bigBtnDon {
    font-size: 1.8rem;
    padding: 1rem 0;
    width: 18rem;
}

.cta:hover i {
    opacity: 0;
    text-indent: 0px;
}

.cta:before {
    content: none;
    display: none;
}

header {
    width: 100%;
    height: 10.78rem;
    top: 0;
    left: 0;
    right: 0;
    background-color: #D6BB62;
    justify-content: space-between;
    overflow: hidden;
    z-index: 11;
    /* padding-left: 6rem; */
}

header .logo-oo {
    top: 0;
    left: 0;
    max-width: 10.85rem;
    height: auto;
}

header .social-block {
    /* width: 33%; */
    width: 29%;
    height: 2.7rem;
    margin-right: 0;
}

header .grid-dons {
    width: 65%;
    padding-right: 10.5rem;
}

.grid-dons>a.btn {
    display: none;
}

header .don-confiance {
    width: 6.148rem;
    /* height: 65px; */
    margin: auto;
    top: 0;
    bottom: 0;
    right: 2.3rem;
}

header .main-screen__donation {
    bottom: auto;
    position: static;
    /* width: 83.25rem; */
    width: auto;
    box-shadow: none;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
}

header .donation-form__actions {
    text-align: inherit;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 1.5rem;
}

header .donation-form__items {
    height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent;
    line-height: 1;
}

header .donation-form__item:before {
    content: none;
    display: none;
}

header .i-checkbox__label,
header .i-radio__label {
    font-size: 31px;
    font-weight: 700;
    padding-left: 27px;
}

header .donation-form__input-wrap {
    padding: 0;
}

header .donation-form__input1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #C11F2D;
}

header .donation-form__input1::-webkit-input-placeholder {
    color: #C11F2D;
}

header .donation-form__input1::-ms-input-placeholder {
    color: #C11F2D;
}

header .donation-form__input1:-ms-input-placeholder {
    color: #C11F2D;
}

header .btnPushed .donation-form__input1 {
    color: #ffffff;
}

header .btnPushed .donation-form__input1::-webkit-input-placeholder {
    color: #ffffff;
}

header .btnPushed .donation-form__input1::-ms-input-placeholder {
    color: #ffffff;
}

header .btnPushed .donation-form__input1:-ms-input-placeholder {
    color: #ffffff;
}

header .i-checkbox__label-text,
header .i-radio__label-text {
    padding: 0;
    font-size: 2.822rem;
}

header .i-checkbox__label-box,
header .i-radio__label-box {
    width: 18px;
    height: 18px;
    background: transparent;
    margin-top: 0;
    border: 2px solid #fff;
    top: 9px;
    display: none;
}

.donat1 {
    display: none;
}

header .i-checkbox__label-box:before,
header .i-radio__label-box:before {
    width: 10px;
    height: 10px;
    background-color: #C11F2D;
    border-left: 0 none;
    border-bottom: 0 none;
    border-radius: 50%;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

header .donation-form__item {
    width: 12.8rem;
    height: 7rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 0.1rem rgba(193, 31, 45, 1);
    -webkit-box-shadow: 0px 0px 0px 0.1rem rgba(193, 31, 45, 1);
    -moz-box-shadow: 0px 0px 0px 0.1rem rgba(193, 31, 45, 1);
    border-radius: 0.8rem;
    transition: .3s;
}

header .donation-form__item:hover {
    background-color: #C11F2D;
    color: #ffffff !important;
}

header .donation-form__item:hover .mont_deduct.colorRd {
    color: #ffffff;
    font-weight: 700;
}

header .donation-form__item:hover .i-radio__label-text {
    color: #ffffff;
}

header .donation-form__item.btnPushed {
    background-color: #C11F2D;
}

header .donation-form__item .afterDeduct {
    padding: 0 0.7rem;
}

header .donation-form__item.btnPushed .i-checkbox__label,
header .donation-form__item.btnPushed .i-radio__label {
    color: #ffffff;
}

header .donation-form__item.btnPushed .afterDeduct,
header .donation-form__item.btnPushed .afterDeduct .mont_deduct {
    color: #ffffff !important;
}

header .donation-form__item.btnPushed .afterDeduct .mont_deduct {
    font-weight: 700;
}

header .donation-form__item:not(:last-child) {
    margin-right: 1.5rem;
}

header .donation-form__item:last-child {
    /* max-width: 205px; */
}

header .donation-form__text {
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

header .cta {
    /* margin-left: 27px; */
    font-size: 2.419rem;
    line-height: 7rem;
    width: 24rem;
    height: 7rem;
}

.footer__logo {
    padding-bottom: 0;
    margin-bottom: 50px;
}

.social-icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 0;
    background-color: transparent;
    margin-left: 0;
    transition: .3s;
}

.social-icon img {
    width: 100%;
    display: block;
}

.social-icon:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}


/* .social-icon:not(:last-child) {
    margin-right: 0.6rem;
} */

.sharing-block .sharing-btn {
    width: 3.4rem!important;
    background-color: transparent!important;
    padding: 0;
    margin-right: 18px!important;
}

.sharing-block .sharing-btn img {
    width: 3.4rem !important;
    height: 3.4rem !important;
}

.sharing-block .sharing-btn:last-child {
    margin-right: 0;
}

.blc_media_head {
    position: absolute;
    left: 2%;
    top: 4%;
}

.socialMediaHeader {
    width: 3.4rem;
    text-align: center;
    height: 26.18rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.iconeSocialMedia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 13rem;
}

.textShare {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    color: #ffffff;
    transform: rotate(180deg);
    font-size: 1.411rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}


/* .page-template-landing_new_2022 .section.s3 {
    padding-top: 0;
} */

.page-template-landing_new_2024 .section.s6 {
    padding-top: 0;
    padding-bottom: 0;
    /* background-image: url(https://urgence-chretiens.oeuvre-orient.fr/wp-content/themes/oeuvre-orient/img/back-chiffres.png); */
    /* background-size: cover;
    background-repeat: no-repeat; */
}

.fp-scrollable {
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
}

.s1 .logo-avent {
    width: 368px;
    margin-bottom: 40px;
}


/*debut homeSlider */

.exit-popup__form .cta,
.block_homeSlider .cta,
.s1 .cta,
.s2 .cta,
.s3 .cta {
    font-size: 24px;
    line-height: 70px;
    width: 250px;
}


/* @media (max-width:1920px) {
    html {
        font-size: 1vw;
    }
} */

.imgSlider {
    position: relative;
    width: 100%;
    height: auto;
}

.imgSlider>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.block_homeSlider .homeSlider__text {
    position: absolute;
    top: 0;
    max-width: none;
    width: auto;
    margin-top: 10rem;
    margin-left: 6.5%;
}

.conteneur_blockAccroche {
    position: relative;
    /* height: calc(100vh - 10.78rem); */
    height: 77.4rem;
    /* margin-top: 5.73rem; */
}

.block_accroche {
    overflow: hidden;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 5rem;
}

.block_accroche .slick-track,
.block_accroche .slick-list {
    height: 100%;
}

.block_accroche.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.block_accroche .slick-list.draggable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.item_accroche {
    /* position: relative; */
    /* width: 50%; */
    /* height: 100%; */
    /* padding-right: 5rem; */
    /* padding-left: 5rem; */
    /* padding-top: 6rem; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    text-align: center;
}

.label_association {
    font-family: 'Maitree' !important;
    font-size: 4.4rem;
    /* font-size: calc(44 / 7 * 1rem); */
    /* Correspond à 64px */
    font-weight: 700;
    display: block;
    /* margin-bottom: 1.3rem; */
    margin-bottom: 0;
    line-height: 2;
    position: relative;
}

.label_association::after {
    content: '';
    width: 35%;
    height: 0.2rem;
    background-color: #D6BB62;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.item_accroche h1 {
    font-family: 'Maitree' !important;
    font-size: 6.4rem;
    /* font-size: calc(64 / 7 * 1rem); */
    font-weight: 600;
    margin-bottom: 4rem;
}

.titreB {
    /* font-size: calc(52 / 7 * 1rem); */
    font-size: 5.2rem;
    color: #D6BB62;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.bloc_itemDonNew {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 116.2rem;
    margin-top: 5rem;
    position: relative;
}

.square_item {
    width: 24rem;
    position: relative;
}

.itemDonNew {
    /* position: relative; */
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.8rem;
    font-family: 'Raleway';
    width: 100%;
    /* padding: 2rem 1.3rem 7rem 1.3rem; */
    padding: 2rem 0.75rem 9rem 0.75rem;
    position: relative;
    /* overflow: hidden; */
    text-decoration: none;
    transition: .3s;
}

.bloc_itemDonNew .etoile_oo,
.bloc_itemDonNew .itemDonNew .etoile_oo:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
}

.left_etoile {
    left: -5rem;
}

.right_etoile {
    right: -5rem;
}

.pictoVille {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0.5rem auto;
}

.titreItemDon {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #C11F2D;
    text-transform: uppercase;
}

.itemDonNew p {
    font-size: 1.5rem;
    font-weight: 800;
    color: #3D3938;
    height: 8.5rem;
    line-height: 1.25;
    margin-bottom: 2rem;
}

.urlddd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #C11F2D;
    color: #ffffff;
    padding: 0.7rem 0 1rem 0;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}

.titre_du_lien {
    font-size: 2rem;
    font-weight: 700;
}

.under_titre_du_lien {
    font-size: 1.209rem;
}

.montant_deduit_a {
    color: #ffffff;
    font-weight: 700;
    /* text-shadow: 0 0 0.2rem #000000; */
}

.item_accroche.vide_item {
    display: none !important;
}

.logo-avent {
    width: 8rem;
    margin-left: 10%;
}

.avent-logo-2023 {
    width: 6.3rem;
    display: inline-block;
    margin-left: 17rem;
}

.avent-logo-2023 img {
    width: 100%;
    display: block;
}

.sliderPrenom {
    position: relative;
    /* width: 20.9rem; */
    width: 21.9rem;
    font-size: 1.814rem;
    font-weight: 800;
    color: #C11F2D;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.sliderPrenom::before,
.sliderPrenom::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 0.15rem;
    width: 1.5rem;
    background-color: #ffffff;
}

.sliderPrenom::before {
    top: -0.5rem;
}

.sliderPrenom::after {
    bottom: -0.5rem;
}

.item_prenom {
    line-height: 1.2;
    position: relative;
    overflow: hidden;
}

.block_homeSlider .donation-form__btn {
    position: absolute;
    bottom: 7.2rem;
    left: 50%;
    transform: translate(-50%, 0%);
}

.section.s5 .donation-form__btn {
    margin-top: 5rem;
}

.homeSlider .slick-dots {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 2rem;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.homeSlider .slick-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.homeSlider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.homeSlider .slick-dots li button:hover,
.homeSlider .slick-dots li button:focus {
    outline: none;
}

.homeSlider .slick-dots li button:hover:before,
.homeSlider .slick-dots li button:focus:before {
    opacity: 1;
}

.homeSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homeSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

.homeSlider.slick-vertical .slick-slide {
    border: 0;
}

.displayDonateur {
    position: absolute;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    background-color: #D6BB62;
    font-size: 1.2em;
    font-weight: 700;
    opacity: 0;
    visibility: 0;
    height: 0;
    transition: 0.3s;
}

.displayDonateur.activ {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.prenomDonateur {
    overflow: hidden;
    padding: 1.5rem 0.3rem;
}

.chaqueDonate {
    padding-right: 5rem;
    display: inline-block;
}


/* fin Dots slick */

.homeSlider .slick-dots li.slick-active button::before {
    content: url("../../img/dots-active.png") !important;
}

.homeSlider .slick-dots li button:before {
    content: url("../../img/dots.png") !important;
}

.homeSlider .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.homeSlider .slick-list.draggable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.main-screen__title {
    font-size: 2em;
    color: #D5BA68;
    width: 16rem;
    margin: 4rem 0 1rem 0;
}

.main-screen__text {
    font-size: 3em;
    text-transform: uppercase;
    width: 23rem;
    line-height: 1.15em;
}

.citationSlider {
    width: 33rem;
    margin-top: 4rem;
    color: #ffffff;
    font-family: 'Raleway';
}

.citationSlider p {
    font-size: 2em;
    font-style: italic;
    font-weight: 600;
    position: relative;
    margin-bottom: 3rem;
}

.citationSlider p::before {
    content: '';
    background-image: url(../../img/doublecote-ouvrante.png);
    /* background-image: url(../../img/s2_quotes.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.85rem;
    height: 2.2rem;
    position: absolute;
    left: -3.3rem;
    top: -1.5rem;
}

.citationSlider p::after {
    content: '';
    background-image: url(../../img/doublecote-fermante.png);
    /* background-image: url(../../img/s2_quotes-inverted.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.85rem;
    height: 2.2rem;
    position: relative;
    display: inline-block;
    right: -1.5rem;
    top: 2.5rem;
}

.namCitat {
    font-size: 1.2em;
    font-weight: 700;
}

.professCitat {
    font-size: 1.2em;
}


/* fin homeSlider */


/* debut block_cardCalendar */

.block_cardCalendar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2rem 0 0;
}

.groupe_cardCalendar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 134.4rem;
    margin: 0 auto
}

.block_card_projets {
    width: 47.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.3rem;
}

.item_card_proj {
    position: relative;
    text-align: center;
    font-family: 'Maitree';
    overflow: hidden;
    background-color: #ffffff;
    color: #C11F2D;
    width: 22.9rem;
    height: 21.243rem;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: auto;
    font-size: 3.5rem;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    transition: .3s;
}

.item_card_proj:hover {
    cursor: pointer;
}

.item_card_proj.active:hover {
    background-image: none !important;
    background-color: #D6BB62;
}

.item_card_proj.active:hover .default_etoileCrd {
    display: block;
}

.item_card_pro.activej:hover .yellow_etoileCrd {
    display: none;
}

.item_card_proj .etoileCrd {
    width: 3.4rem;
    margin: 0 auto;
    display: none;
}

.item_card_proj .default_etoileCrd {
    display: none;
}

.item_card_proj .yellow_etoileCrd {
    display: block;
}

.item_card_proj.clicked {
    background-color: #D6BB62;
    background-image: none !important;
    cursor: pointer;
}

.item_card_proj.active {
    /* background-color: #D6BB62; */
    /* background-image: none !important; */
    cursor: pointer;
}

.item_card_proj.active .default_etoileCrd {
    display: block;
}

.item_card_proj.active .yellow_etoileCrd {
    display: none;
}

.block_preview_card {
    width: 84.6rem;
    background-color: #D6BB62;
    position: relative;
    /* padding: 6.429rem 9.25rem; */
    padding: 3.429rem 9.25rem 3.129rem 9.25rem;
    /* margin: 0 auto; */
    border-radius: 0.8rem;
    overflow: hidden;
}

.item_preview_card {
    width: 100%;
    /* visibility: hidden;
    opacity: 0; */
    transition: .5s;
}

.date_projet {
    font-size: 1.15rem;
    display: block;
}

.item_card_proj:first-child .date_projet {
    display: none !important;
}


/* .item_preview_card.active {
    visibility: visible;
    opacity: 1;
} */

.blc_citation {
    position: relative;
    width: 100%;
    height: 34.7rem;
    border-radius: 0.8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
}

.citationTxt {
    position: absolute;
    width: 25.5rem;
    left: 5.3rem;
    top: 50%;
    transform: translateY(-50%);
    /* font-family: 'Raleway'; */
}

.citationTxt p {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 800;
    color: #3F027D;
}

.citationTxt .source {
    font-size: 1.08rem;
    font-weight: 500;
    color: #000000;
}

.blc_description_projet {
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.25;
    text-align: left;
    margin-top: 2rem;
    height: 19rem;
}

#barChart {
    background-color: grey;
    border-radius: 6px;
}


/* */


/* */

.blc_description_projet h4 {
    font-weight: 900;
}

.blc_btn_projet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 53.3rem;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.btn_withIcon {
    height: 4rem;
    width: 17.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 0.5rem 0;
    border-radius: 10rem;
    text-decoration: none;
    transition: .3s;
}

.btn_withIcon .btn_txt_projet {
    color: #C11F2D;
    font-size: 1.4rem;
    font-weight: 800;
    width: 8.25rem;
    text-align: left;
    margin-left: 0.5rem;
    line-height: 1;
}

.btn_withIcon .ico_btn_projet {
    height: 2.4rem;
}


/* .blurred {
    filter: blur(5px);
    transition: filter 0.3s ease;
} */

.message-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background-color: rgba(0, 0, 0, 0.25); */
    width: 70.4rem;
    height: auto;
    display: flex;
    /* display: block; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1.8rem;
    font-weight: 700;
    /* color: #000000; */
    z-index: 1;
    /* filter: blur(0); */
    transition: .3s;
}

.message-container.mmsg_viewd {
    opacity: 1;
    visibility: visible;
}

.blc_message-date {
    background-color: #ffffff;
    color: #C11F2D;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 0.2rem solid #C11F2D;
    width: auto;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.75);
    position: relative;
    width: 100%;
}

.blc_fermer {
    /* display: none; */
    position: absolute;
    right: -0.5rem;
    top: -1.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    WIDTH: 4rem;
    height: 4rem;
    DISPLAY: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.3rem solid #C11F2D;
    cursor: pointer;
    z-index: 1;
}

.blc_message-date i {
    font-size: 2.3rem;
    color: #C11F2D;
}

.message-date {
    margin: 0;
}

.btnDonProjet {
    height: 4rem;
    width: 12.85rem;
    background-color: #C11F2D;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 0.8rem;
    transition: .3s;
}

.btnDonProjet:hover {
    color: #ffffff;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 134.4rem !important;
}


/* */

.item_cardCalendar {
    position: relative;
    border-radius: 1rem;
    padding: 1rem;
    width: 12.5rem;
    height: 19rem;
    background-color: #D6BB62;
    text-align: center;
    font-family: 'Maitree';
    overflow: hidden;
    transition: .3s;
}

.item_cardCalendar.cardAngel {
    padding: 0.5rem 0.3rem;
    background-color: transparent;
    overflow: visible;
}

.dateCalendar {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.dimancheNumber {
    font-size: 0.8rem;
    font-weight: 600;
    color: #C11F2D;
}

.dimancheNumber sup {
    font-size: 0.5rem;
}

.bougieInactive {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 8rem;
}

.block_cardActive {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

.item_cardCalendar.clickactive .block_cardActive {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.item_cardCalendar.clickactive:hover {
    transform: scale(1.05);
}

.conteneur_cardActive {
    position: relative;
    width: 100%;
    height: 100%;
}

.bougieActive,
.linkCalendar {
    position: absolute;
}

.bougieActive {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.15rem;
}

.linkCalendar {
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Raleway';
    font-size: 0.7rem;
    text-align: center;
    color: #ffffff;
    background-color: #D6BB62;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem;
    border-radius: 0.7rem;
    width: 85%;
}

.linkCalendar:hover {
    color: #ffffff;
}

.thanks_angel h4 {
    font-family: 'Maitree';
    font-weight: 500;
    font-size: 1.15rem;
    color: #ffffff;
}

.groupeAngel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.groupeAngel a {
    width: 6rem;
    display: block;
    transition: .3s;
}

.groupeAngel a:hover {
    transform: scale(1.05);
}

.groupeAngel a img {
    width: 100%;
    display: block;
}


/* fin block_cardCalendar */


/* debut section Citation */

.citation.section .quote-block__prologue,
.citation.section .quote-block__prologue+h2 {
    text-align: left;
}

.img-quote {
    width: 14.941rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6.3rem;
}

.img-quote-enter {
    width: 7rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6.7rem;
}


/* fin section Citation */


/* debut section fiscalité */

.fiscalite .figure img {
    width: 100%;
    height: auto;
}

.twoblc_fiscalite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 113.6rem;
    margin: 1.645rem auto 0 auto;
}

.switch_fiscalite {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 34.809rem;
    width: 43.4rem;
}

.switch_fiscalite p {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.25;
    margin-bottom: 2rem;
}

.btndeDon {
    font-size: 2.419rem;
    font-weight: 700;
    padding: 1.5rem 3.5rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0.8rem;
    transition: .3s;
}

.btndeDon:hover {
    color: #ffffff;
}

.btndeDon.colorRd:hover {
    color: #C11F2D;
}

.btndeDon.colorRd {
    box-shadow: 0px 0px 0px 0.2rem rgba(193, 31, 45, 1);
    -webkit-box-shadow: 0px 0px 0px 0.2rem rgba(193, 31, 45, 1);
    -moz-box-shadow: 0px 0px 0px 0.2rem rgba(193, 31, 45, 1);
}

.preview_chart {
    width: 61.9rem;
    height: 34.809rem;
    padding-left: 6.5rem;
}


/* */

@property --percentage {
    initial-value: 0%;
    inherits: false;
    syntax: "<percentage>";
}

.chart {
    --percentage: 0%;
    /* background: conic-gradient(#D6BB62 var(--percentage), transparent 0); */
    background: conic-gradient(#D6BB62 var(--percentage), transparent 0);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: rotate(212.4deg);
}

.chart.viewd {
    animation: 1.5s timer 0.3s forwards ease;
}

@keyframes timer {
    to {
        --percentage: 66%;
    }
}


/* */

.chartItem {
    width: 33.8rem;
    height: 33.8rem;
    /* background-color: #D6BB62; */
    border-radius: 50%;
    margin-top: -2.7rem;
    position: relative;
}

.parie_chart {
    position: absolute;
    right: -1rem;
    bottom: -1.6rem;
    height: 17.5rem;
}

.texte_over_gragh {
    position: absolute;
    right: -23rem;
    color: #000000;
    width: 18.5rem;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 800;
    display: inline-block;
    line-height: 1.25;
    /* margin-bottom: 3rem; */
}

.texte_over_gragh>span {
    position: relative;
    width: 100%;
    display: block;
}

.texte_over_gragh>span::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    width: 5.5rem;
    height: 0.1rem;
    background-color: #000000;
    margin-left: -7rem;
    display: inline-block;
}

.texte_over_gragh.gragh_1 {
    top: 25%;
}

.texte_over_gragh.gragh_2 {
    top: 56%;
}


/* fin section fiscalité */

.s1 .cta,
.s2 .cta,
.s3 .cta {
    font-size: 26px;
    line-height: 81px;
    width: 295px;
}

.s1 .cta i,
.s2 .cta i,
.s3 .cta i {
    width: 55px;
}

.s2 {}

.citation>.container>.row {
    align-items: center;
}

.quote-block__prologue {
    font-size: 29px;
    color: #3D3938;
}

.block-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: #C11F2D;
}

.container-stats {
    margin-top: 18rem;
}

.pic_chiffres {
    position: absolute;
    top: -17rem;
    left: 50%;
    transform: translateX(-50%);
    width: 15rem;
    height: 15rem;
}

.chiffres .numbers-block {
    padding: 9rem 0 0 0;
}

.numbers-block__text {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.25;
}

.quote-block__quote {
    max-width: none;
}

.quote {
    padding: 6.4rem 5.2rem;
    border-radius: 0.8rem;
    text-align: left;
    box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.25);
}

.quote:before {
    content: none;
    display: none;
}

.quote p {
    font-size: 1.5rem;
}

.quote__author {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.quote__author-photo {
    margin-bottom: 0;
    width: 7.7rem;
    height: 7.7rem;
}

.blc_quote__author-name {
    width: 32.4rem;
}

.quote__author-name,
.quote__author-position {
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: none;
}

.quote__right img {
    margin-bottom: 45px;
    border-radius: 15px;
}

.quote__title_right {
    font-size: 3.5rem;
    font-weight: 700;
    color: #C11F2D;
    margin-bottom: 9px;
    text-transform: none;
}

.quote__text_right {
    /* font-size: 16px; */
    font-size: 1.8rem;
    font-weight: 800;
    /* margin-bottom: 55px; */
    margin-bottom: 3rem;
    margin-top: 1.5rem;
}

.block_video_y {
    border-radius: 0.8rem;
    overflow: hidden;
    margin-bottom: 3rem;
}

.block_video_y iframe {
    display: block;
    min-height: 37.332rem;
}

.s3 .fp-scrollable,
.s5 .fp-scrollable,
.s6 .fp-scrollable {
    display: block!important;
}

.s3 .fp-scroller {
    height: 100%;
}

.carte .popin .container {
    max-width: none;
}

.carte .two-column-content__columns span:first-child {
    font-size: 29px;
    line-height: 1.2;
}

.s3 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
    padding-bottom: 0;
}

.carte .two-column-content__columns {
    text-align: left;
    font-size: 18px;
}

.s3 .text p:last-child {
    /* font-size: 23px;
    font-weight: 700; */
    color: #C11F2D;
    /* line-height: 1.2; */
}

.s3 .text p:last-child strong {
    color: #3D3938;
    font-weight: 700;
}

.carte .popin {
    background-color: #C11F2D;
    /* min-height: calc(100vh - 220px); */
    min-height: 100%;
}

.carte .popin .container .content .close-popin {
    top: -25px;
    left: auto;
    right: 0;
    background-image: url(none);
    width: 37px;
    height: 37px;
}

.carte .popin .container .content .close-popin svg {
    display: block;
    width: 37px;
    height: 37px;
}

.carte .popin .container .content .close-popin svg path {
    transition: all ease 300ms;
}

.carte .popin .container .content .close-popin:hover svg path {
    fill: #ffffff;
}

.carte .popin .container {
    padding: 0 10% 0 10%;
}

.carte .popin .container .title {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: none;
    padding-right: 52px;
}

.mobVers {
    display: none;
}

.pulse {
    cursor: pointer;
    pointer-events: none;
}

.carte .popin .container .text {
    color: #ffffff;
    font-size: 17px;
    /* border: 2px solid #fff; */
    /* border-radius: 15px; */
    /* padding: 30px 0 40px 0; */
    padding: 15px 0 20px 0;
}

.carte .popin .container .text p {
    margin-bottom: 0;
}

.carte .popin .container .text .cta {
    text-decoration: none;
    font-weight: 900;
    font-size: 22px;
    line-height: 65px;
    width: 225px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -32px;
}

.carte .popin .container .text .cta i {
    width: 40px;
    font-size: 18px;
}

.s3 .videoWrapper {
    margin-bottom: 30px;
}


/* .s3 #Irak-popin .videoWrapper {
    visibility: hidden;
    opacity: 0;
} */

.carte .popin .container .content iframe,
.carte .popin .container .content video {
    min-height: 0;
}

.s3 .loupe {
    display: none;
    width: 115px;
    height: 43px;
    background: #D6BB62 url(../../img/s3_loupe.png) 50% / 43px no-repeat;
    margin: auto;
    left: 0;
    right: 0;
    top: -22px;
    z-index: 1;
}

.s4 .fp-scrollable,
.s4 .fp-scroller {
    overflow: visible;
}


/* .s4 {
    background-color: #C11F2D;
} */

.s4 .sticker {
    font-weight: 700;
    font-size: 22px;
}

.s4 .chart-block {
    padding: 0;
}

.s4 .chart-block__text {
    max-width: none;
    font-size: 16px;
    font-weight: 500;
}

.s4 .chart-block__title {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0;
    color: #C11F2D;
    text-align: center;
    padding-bottom: 2rem;
}

.fiscalite.section {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.s4 .chart-block__title br {
    display: none;
}

.s4 .chart-block__number {
    font-size: 38px;
}

.s4 .chart-block__currency {
    font-weight: 900;
    font-size: 22px;
    color: #D6BB62;
}

.s4 .chart-block__chart-area {
    width: 250px;
    height: 250px;
}

.title_chart {
    width: 18.5rem;
    text-align: left;
}

.chart-block__bottom-text .cta {
    width: 15rem;
    padding: 1rem 0;
}

.chart-block__bottom-text .btn {
    font-size: 1.3rem;
}

.s4 .chart-block__bottom-text {
    max-width: none;
    font-weight: 600;
    font-size: 16px;
}

.s4 .chart-block__chart-wrap {
    width: 250px;
    height: 250px;
}

.s4 .container-pictos {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    display: block;
}

.s4 .picto-item:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -12px;
    opacity: 0;
}

.s4 .picto-item:hover:after {
    opacity: 1;
}

.s4 .picto-item .inner {
    border-radius: 15px;
    background-color: rgb(45 9 0 / 37%);
    height: 100%;
    margin-bottom: 0;
    color: #fff;
    padding-bottom: 25px;
}

.s4 .picto-item:hover .inner {
    background-color: rgba(255, 255, 255, 1);
    color: #3D3938;
}

.s4 .picto-item .figure {
    display: block;
    margin-bottom: 25px;
}

.s4 .picto-item .figure img {
    display: block;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.s4 .picto-item .picto .price {
    display: inline-block;
    font-weight: 700;
    font-size: 45px;
}

.s4 .picto-item:hover .picto .price {
    color: #C11F2D;
}

.s4 .picto-item .picto .price {
    display: inline-block;
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 20px;
}

.s4 .picto-item .picto .price i {
    font-size: 27px;
    font-style: normal;
}

.s4 .picto-item .picto img {
    max-width: 35px;
    height: auto;
    display: inline-block;
    margin-right: 12px;
    margin-top: -12px;
}

.s4 .picto-item .picto img.hover {
    display: none;
}

.s4 .picto-item:hover .picto img.hover {
    display: inline-block;
}

.s4 .picto-item:hover .picto img:not(.hover) {
    display: none;
}

.s4 .picto-item .desc {
    font-weight: 700;
    font-size: 16px;
    padding: 0 10px;
    line-height: 1.5;
    margin-bottom: 25px;
    min-height: 196px;
}

.footer-menu__item {
    border-right: 1px solid #3D3938;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem 0 0.5rem;
    line-height: 0.8;
}

.footer-menu__item:first-child {
    padding-left: 0;
}

.footer-menu__item:last-child {
    /* padding-right: 0; */
}

.s4 .picto-item .cta-don {
    color: #C11F2D;
    font-weight: 900;
    font-size: 27px;
    border-radius: 19px;
    background-color: #fff;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    max-width: 135px;
}

.s4 .picto-item:hover .cta-don {
    color: #fff;
    background-color: #C11F2D;
}

.s4 .picto-item .avantage_fiscal {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    width: 90%;
    left: 0;
    right: 0;
    bottom: -90px;
    margin: auto;
    display: none;
}

.s4 .picto-item:hover .avantage_fiscal {
    display: block;
}

.s5 {
    color: #fff;
    background-color: #C11F2D;
    /* background-image: url(../../img/back_calendar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px !important;
    padding-bottom: 70px !important; */
}

.s5 .title {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 1.2;
    text-transform: none;
    display: block;
    color: #ffffff;
    text-align: center;
}

.s5 .intro {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 1.2;
    text-transform: none;
    display: block;
    color: #ffffff;
}

.s5 .compteur-text {
    line-height: 1.2;
    font-weight: 700;
    font-size: 50px;
    width: 30%;
    padding-left: 15px;
}

.s5 #countdown {
    width: 70%;
}

.s5 #countdown span {
    font-weight: 700;
    background-color: #C11F2D;
    width: 100px;
    font-size: 43px;
    border-radius: 23px;
    height: 120px;
    line-height: 1;
}

.s5 #countdown i {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

.grid-item,
.grid-sizer {
    width: 11.11111111111111%;
    height: 150px;
}

.grid-item {
    margin-bottom: 0;
    padding: 5px;
}

.grid-item-width2 {
    width: calc(2 * 11.11111111111111%);
}

.grid-item-width4 {
    width: calc(25%);
}

.grid-item-height2 {
    height: 300px;
}

.grid-item .inner {
    border-radius: 25px;
    background: #d6bb62 url(../../img/motif_calendrier.png) 0 0 repeat;
    height: 100%;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    transition: all ease 300ms;
    position: relative;
    overflow: hidden;
}

.grid-item .inner:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease 300ms;
    z-index: 1;
    background-color: #fff;
}

.grid-item .currentDate:before {
    opacity: 1;
}

.grid-item:hover .inner.clickactive:before {
    opacity: 1;
}

.grid-item:hover .inner.clickactive {
    cursor: pointer;
    color: #3D3938;
}

.grid-item .currentDate {
    color: #3D3938;
}

.grid-item .inner div {
    z-index: 2;
}

.grid-item .inner span {
    font-weight: 700;
    font-size: 57px;
    color: #fff;
    transition: all ease 300ms;
}

.grid-item:hover .inner.clickactive span,
.grid-item .currentDate span {
    color: #C11F2D;
}

.grid-2 {
    margin-bottom: 40px;
}

.modal-calendar {
    color: #fff;
    font-size: 18px;
}

.modal-calendar p:last-child {
    margin-bottom: 0;
}

.modal-calendar .modal-dialog {
    max-width: 86rem;
}

.modal-calendar .modal-content {
    /* background: url(../../img/modal_bckg_bottom_right.png) right bottom no-repeat, url(../../img/modal_bckg_top_left.png) left top no-repeat, linear-gradient(to right, #C11F2D, #C11F2D) 50% no-repeat; */
    border: 0 none;
    border-radius: 2rem;
}

.modal-calendar .modal-body {
    /* padding: 120px 52px 72px 52px; */
    color: #000000;
    padding: 2rem;
}

.modal-calendar .modal-body .title {
    text-transform: none;
    font-weight: 700;
    font-size: 29px;
}

.block_conteneur {
    width: 47%;
    text-align: left;
    padding-right: 2rem;
    padding-top: 1rem;
}

.block_conteneur>h1,
.block_conteneur>h2,
.block_conteneur>h3,
.block_conteneur>h4 {
    font-size: 1.7rem;
    color: #C11F2D;
    margin-bottom: 2rem;
    font-weight: 700;
}

.conteneur_modal {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.blockVideoModal {
    width: 47%;
    border-radius: 1rem;
    overflow: hidden;
}

.blockVideoModal iframe {
    display: block;
    min-height: 22rem;
}

.modal-calendar .btn-close {
    top: 27px;
    right: 27px;
    z-index: 1;
    background: url(none);
    border-radius: 0;
    opacity: 1;
    padding: 0;
    width: 37px;
    height: 37px;
    opacity: 1;
}

.modal-calendar .btn-close:hover {
    opacity: 0.7;
}

.modal-calendar .btn-close svg {
    display: block;
    width: 37px;
    height: 37px;
}

.modal-calendar .btn-close svg path {
    transition: all ease 300ms;
}

.modal-calendar .btn-close:hover svg path {
    fill: #3D3938;
}

.sharing-block__title {
    font-family: 'Maitree';
    font-size: 3.5rem;
    font-weight: 600;
    color: #C11F2D;
}

.sharing-block__text {
    font-weight: 800;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.25;
}

.sharing-block .sharing-btn {
    font-weight: 700;
    font-size: 16px;
    width: 270px;
}

.sharing-block .sharing-btn:not(:last-child) {
    margin-right: 15px;
}

.sharing-block .sharing-btn img {
    width: auto;
    height: 30px;
}

.sharing-btn_facebook,
.sharing-btn_twitter,
.sharing-btn_linkedin {
    background-color: #2C566E;
}

@media only screen and (max-width:1600px) {
    /* header {
        height: 10.1rem;
    } */
    /* .conteneur_blockAccroche {
        height: calc(100vh - 219.15px);
        margin-top: 4.558rem;
    } */
    /* header .logo-oo {
        max-width: 90px;
    } */
    header .donation-form__text {
        font-size: 20px
    }
    header .donation-form__item:not(:last-child) {
        /* margin-right: 22px; */
    }
    header .i-checkbox__label,
    header .i-radio__label {
        font-size: 28px;
        padding-left: 0;
    }
    header .i-checkbox__label .currency,
    header .i-radio__label .currency {
        /* font-size: 25px; */
    }
    .exit-popup__form .cta,
    .block_homeSlider .cta,
    .s1 .cta,
    .s2 .cta,
    .s3 .cta {
        font-size: 24px;
        line-height: 70px;
        width: 250px;
    }
    /* .section {
        padding-top: 90px;
    } */
    .page-template-landing_new_2022 .section {
        padding-bottom: 90px;
    }
    .page-template-landing_new_2022 .section.s6 {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media (max-height: 1013px) {
    .main-screen__text {
        font-size: 2em;
        width: 22rem;
    }
    .block_homeSlider .homeSlider__text {
        margin-top: 6.5rem;
    }
    .main-screen__title {
        margin: 3rem 0 1rem 0;
    }
    .logo-avent {
        width: 7rem;
    }
    .citationSlider p {
        font-size: 1.9em;
        margin-bottom: 3rem;
        line-height: 1.3;
        font-weight: 100;
    }
    header .donation-form__text {
        font-size: 19px;
    }
    /**/
}

@media (max-height: 800px) {
    .pT {
        padding-bottom: 5rem;
        padding-top: 8rem;
    }
    .projets{
        padding-bottom: 3.5rem;
    }
    .exit-popup__form .cta,
    .block_homeSlider .cta,
    .s1 .cta,
    .s2 .cta,
    .s3 .cta {
        font-size: 24px;
        line-height: 75px;
        width: 280px;
    }
    .s1 {
        background-position: 50% 40% !important;
    }
    .s1 .logo-avent {
        width: 300px;
        margin-bottom: 20px;
    }
    .quote__author-name,
    .quote__author-position {
        font-size: 1.5rem;
    }
    /* .main-screen__title {
        font-size: 40px;
        margin: 0 0 20px 0;
        line-height: 1.2;
    }
    .main-screen__text {
        font-size: 28px;
        margin-bottom: 20px;
    } */
    .quote-block__prologue {
        font-size: 25px;
    }
    .block-title {
        font-size: 3.4rem;
        padding-bottom: 0;
        margin-bottom: 2.5rem;
    }
    .quote {
        padding: 5.5rem 3.2rem;
    }
    .quote .img-quote {
        /* max-height: 30px; */
    }
    .quote__author-photo {
        width: 80px;
        height: 80px;
    }
    .quote__author-name,
    .quote__author-position {
        font-size: 13px;
    }
    .quote p {
        margin: 10px 0;
        /* font-size: 15px; */
        padding-top: 1rem;
    }
    .quote__author {
        margin-top: 4rem;
    }
    .quote__right img {
        max-height: 250px;
        margin-bottom: 15px;
        height: auto;
    }
    .quote__title_right {
        font-size: 32px;
        margin-bottom: 0
    }
    .quote__text_right {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .carte .two-column-content__columns span:first-child {
        font-size: 26px;
    }
    .s3 .block-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .carte .popin .container .content .close-popin {
        top: 0;
    }
    .s3 .loupe {
        width: 83px;
        height: 30px;
        background: #D6BB62 url(../../img/s3_loupe.png) 50% / 30px no-repeat;
        top: -18px;
    }
    .carte .popin .container .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .s3 .videoWrapper {
        margin-bottom: 20px;
    }
    .carte .popin .container .text {
        font-size: 14px;
        padding: 16px 0 29px 0;
    }
    .carte .popin .container .text .cta {
        font-size: 18px;
        line-height: 45px;
        width: 200px;
        bottom: -24px;
    }
    .s4.pT {
        padding-top: 8rem;
    }
    .s4 .chart-block__title {
        /* font-size: 26px;
        margin: 10px 12rem 40px 0; */
    }
    .s4 .sticker {
        font-size: 20px
    }
    .s4 .chart-block__chart-area {
        margin: 20px auto;
    }
    .s4 .picto-item .figure {
        margin-bottom: 15px;
    }
    .s4 .picto-item .picto img {
        max-width: 30px;
    }
    .s4 .picto-item .picto .price {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .s4 .picto-item .desc {
        font-size: 14px;
        padding: 0 10px;
        line-height: 1.4;
        margin-bottom: 15px;
        min-height: 139px;
    }
    .s4 .picto-item .cta-don {
        font-size: 24px;
        padding: 5px 0;
        line-height: 1.2;
    }
    .s4 .picto-item .inner {
        padding-bottom: 15px
    }
    .s4 .picto-item .avantage_fiscal {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        width: 100%;
        left: 0;
        right: 0;
        bottom: -57px;
        margin: auto;
        display: none;
    }
    .s5 .title {
        font-size: 3.5rem;
        /* text-align: left; */
    }
    .grid-item,
    .grid-sizer {
        height: 100px;
    }
    .numbers-block__text {
        font-size: 1.5rem;
    }
    .grid-item-height2 {
        height: 200px;
    }
    .grid-item .inner span {
        font-size: 47px
    }
    .grid-item .inner {
        font-size: 14px
    }
}

@media only screen and (min-width:1280px) and (max-width: 1499px) {
    /* header {
        padding-left: 6rem !important;
    }
    header .grid-dons {
        width: 70% !important;
    }
    header .social-block {
        width: 30% !important;
    }
    .social-icon img {
        max-width: 40px !important;
    }
    .social-icon {
        width: 40px !important;
    } */
}

@media only screen and (max-width:1500px) {
    /* header {
        padding-left: 16rem;
    }
    header .logo-oo {
        max-width: 90px;
    }
    header .grid-dons {
        width: 80%
    }
    header .social-block {
        width: 20%
    }
    header .donation-form__text {
        font-size: 18px
    }
    header .i-checkbox__label,
    header .i-radio__label {
        font-size: 24px;
        padding-left: 23px
    }
    header .i-checkbox__label-box,
    header .i-radio__label-box {
        width: 15px;
        height: 15px;
        top: 7px
    }
    header .i-checkbox__label .currency,
    header .i-radio__label .currency {
        font-size: 20px
    }
    header .donation-form__input1 {
        font-size: 25px
    }
    header .cta {
        margin-left: 20px;
        font-size: 20px;
        line-height: 55px;
        width: 200px;
    } */
    .exit-popup__form .cta,
    .block_homeSlider .cta,
    .s1 .cta,
    .s2 .cta,
    .s3 .cta {
        font-size: 24px;
        line-height: 70px;
        width: 250px;
    }
    /* .main-screen__donation.donation-form1 {
        display: block;
    } */
    /* .social-icon:not(:last-child) {
        margin-right: 12px;
    }
    .social-icon {
        width: 59px;
        height: 59px;
    } */
    .s1 .logo-avent {
        width: 300px;
        margin-bottom: 20px
    }
    /* .main-screen__title {
        font-size: 40px;
        margin-bottom: 20px
    }
    .main-screen__text {
        font-size: 28px;
        margin-bottom: 20px
    } */
    .s4 .picto-item .figure {
        margin-bottom: 20px
    }
    .s4 .picto-item .picto img {
        max-width: 30px;
    }
    .s4 .picto-item .picto .price {
        font-size: 40px;
        margin-bottom: 15px
    }
    .s4 .picto-item .picto .price i {
        font-size: 24px
    }
    .s4 .picto-item .desc {
        font-size: 14px;
        margin-bottom: 20px
    }
    .s4 .picto-item .avantage_fiscal {
        font-size: 12px;
        bottom: -75px;
    }
    .s4 .picto-item .cta-don {
        font-size: 24px;
        max-width: 90%;
    }
    .s4 .chart-block__chart-area,
    .s4 .chart-block__chart-wrap {
        width: 230px;
        height: 230px;
    }
    .chart-block__chart-text_1 {
        left: -130px;
    }
    .chart-block__chart-text_2 {
        right: -160px;
        font-size: 14px;
        top: 15%;
    }
    .s4 .chart-block__currency {
        font-size: 20px
    }
    .chart-block__currency sup {
        font-size: 0.5em;
    }
    .s5 .title {
        font-size: 3.5rem
    }
    .s5 .intro {
        font-size: 26px;
        /* text-align: justify !important; */
        display: block;
    }
    .s5 #countdown span {
        font-size: 35px;
        border-radius: 20px;
        height: 100px;
        max-width: 24%;
    }
    .s5 #countdown i {
        font-size: 12px;
    }
    .s5 .compteur-text {
        font-size: 45px
    }
    .grid-item,
    .grid-sizer {
        height: 120px
    }
    .grid-item-height2 {
        height: 240px
    }
    .grid-item .inner {
        background-size: 110px;
    }
    .grid-item .inner {
        font-size: 14px
    }
    .grid-item .inner span {
        font-size: 50px
    }
}

@media only screen and (max-width:1200px) {
    .section {
        padding: 90px 0 15px 0;
    }
}

@media only screen and (max-width:1199.98px) {
    /* header .grid-dons {
        width: 100%;
    } */
    .s1 {
        min-height: 100vh;
    }
    .s1 .logo-avent {
        margin: 0 auto;
    }
    /* .main-screen__title,
    .main-screen__text {
        text-align: center;
    } */
    .main-screen__text {
        margin-bottom: 0;
    }
    .scrollify {
        align-content: initial;
    }
    .donation-form0 {
        padding-bottom: 25px;
    }
    .donation-form0 .cta {
        font-size: 22px;
        line-height: 65px;
        width: 225px;
    }
    .donation-form0 .cta:hover {
        text-indent: 0;
    }
    .donation-form0 .cta:focus {
        outline: none;
    }
    .i-checkbox__label-box:before,
    .i-radio__label-box:before {
        top: -5px;
        left: 0;
        width: 18px;
        border-left: 3px solid #D6BB62;
        border-bottom: 3px solid #D6BB62;
    }
    .s2,
    .s3,
    .s4,
    .s5,
    .chiffres {
        padding: 60px 0;
    }
    .s6 {
        padding-top: 0
    }
    .quote__right img {
        border-radius: 0;
    }
    .carte .popin .container {
        padding: 50px;
    }
    .carte .popin {
        min-height: 100vh;
        top: 90px;
    }
    .carte .two-column-content__columns {
        padding: 0;
    }
    .s3 .text p:last-child {
        margin-bottom: 0
    }
    .chart-block {
        margin-top: 0
    }
    .s4 .picto-item {
        padding: 0 15px;
    }
    .s4 .picto-item .cta-don {
        max-width: 150px;
    }
    .s4 .picto-item .desc {
        min-height: 60px;
    }
    .s4 .picto-item.slick-current:after {
        opacity: 1;
    }
    .s4 .picto-item.slick-current .inner {
        background-color: rgba(255, 255, 255, 1);
        color: #3D3938;
    }
    .s4 .picto-item.slick-current .picto .price {
        color: #C11F2D;
    }
    .s4 .picto-item.slick-current .picto img.hover {
        display: inline-block;
    }
    .s4 .picto-item.slick-current .picto img:not(.hover) {
        display: none;
    }
    .s4 .picto-item.slick-current .cta-don {
        color: #fff;
        background-color: #C11F2D;
    }
    .s4 .picto-item.slick-current .avantage_fiscal {
        display: block;
    }
    .s4 .slick-list {
        padding-bottom: 80px!important;
    }
    .grid-item {
        height: 400px;
    }
    .footer__logo .don-confiance {
        top: 50px;
        left: calc(50% - 200px);
    }
    .chiffres .container-stats .numbers-block__row:last-child {
        margin-bottom: 0
    }
    .s5 #countdown span:not(:last-child) {
        margin-right: 10px
    }
    .s5 #countdown {
        width: 100%
    }
    .s5 .compteur-text {
        width: 100%
    }
    /* .s5 .slick-arrow {
        position: absolute;
        color: transparent;
        background-color: transparent;
        border: none;
        bottom: 50%;
        width: 15rem;
        height: 15rem;
        transform: translateY(50%);
        z-index: 1;
        cursor: pointer;
    }
    .s5 .slick-prev {
        background: url(../../img/arrow-slide-left.png) 50% / 15rem 15rem no-repeat;
        left: -3%;
    }
    .s5 .slick-next {
        background: url(../../img/arrow-slide-right.png) 50% / 15rem 15rem no-repeat;
        right: -3%;
    } */
}

@media (max-width:991.98px) {
    .hideOnMobile {
        display: none !important;
    }
    .hideOnDesktop {
        display: block !important;
    }
    .desk_version {
        display: none !important;
    }
    .mob_version {
        display: block !important;
    }
    .s1 {
        background: url(../../img/s1_mobile.png) 50% 20% / cover no-repeat !important;
    }
    .grid-item {
        height: 300px
    }
    .s5 .compteur-text {
        font-size: 30px
    }
    header {
        height: 15.7rem;
        padding-right: 2%;
    }
    header .don-confiance {
        right: 0;
        width: 16.5rem;
        height: auto;
    }
    header .grid-dons {
        width: auto;
    }
    header .cta {
        margin-left: 0;
        margin-right: 16rem;
        font-size: 3.5rem;
        line-height: 1;
        width: auto;
        border-radius: 2rem;
        padding: 2.3rem 3rem;
        height: 8rem;
    }
    header .logo-oo {
        max-width: 15.7rem;
    }
    .conteneur_blockAccroche {
        height: 149.4rem;
        /* height: calc(100vh - 26.73rem); */
        /* margin-top: 5.73rem; */
    }
    .block_accroche {
        /* height: calc(100vh - 43.83rem); */
        margin-top: 15.63rem;
        padding-bottom: 0;
    }
    .grid-dons>a.btn {
        display: inline-block;
    }
    /* .iosDevice .conteneur_blockAccroche {
        height: calc(100vh - 31.73rem);
    }
    .iosDevice .block_accroche {
        height: calc(100vh - 48.83rem);
        padding-bottom: 0;
    } */
    .img_shadow {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .item_accroche.vide_item {
        display: none;
    }
    .item_accroche {
        width: 55.5rem;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 18rem;
    }
    .img_backAccrochRight {
        display: none !important;
    }
    .img_backAccrochLeft {
        width: 100%;
    }
    .item_accroche h1 {
        width: auto;
        font-size: 7.75rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 4rem;
    }
    .label_association {
        font-size: 5rem;
        line-height: 2.8;
    }
    .s4 .chart-block__title br {
        display: block;
    }
    .titreA {
        display: block;
        margin-bottom: 1rem;
    }
    .titreB {
        font-size: 7.5rem;
        /* line-height: 1.3; */
    }
    .label_association::after {
        height: 0.5rem;
        bottom: 0.2rem;
        width: 75%;
    }
    .logo-avent {
        width: 25rem;
        margin-left: 0;
    }
    .avent-logo-2023 {
        width: 9rem;
        margin-left: 18rem;
    }
    .putHere_bloc_itemDonNew {
        background-color: #D6BB62;
    }
    .message-container {
        font-size: 2.25rem;
        /* position: absolute; */
        /* bottom: 0rem; */
    }
    .blc_fermer {
        width: 6rem;
        height: 6rem;
        right: -1.5rem;
        top: -3.5rem;
    }
    .blc_message-date i {
        font-size: 2.7rem;
    }
    /* Dots slick */
    .item_accroche .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
    .blc_dots li.slick-active {
        /* transform: scale(1.3); */
    }
    .blc_dots .slick-dots,
    .blc_dots_black .slick-dots,
    .groupe_cardCalendar .slick-dots {
        position: relative !important;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        height: 3rem;
    }
    .blc_dots .slick-dots li,
    .blc_dots_black .slick-dots li,
    .groupe_cardCalendar .slick-dots li {
        position: relative;
        display: inline-block;
        width: 2.7rem;
        height: 2.7rem;
        margin: 0 0.8rem;
        padding: 0;
        cursor: pointer;
        transition: .3s;
    }
    .blc_dots .slick-dots li button,
    .blc_dots_black .slick-dots li button,
    .groupe_cardCalendar .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 2.7rem;
        height: 2.7rem;
        padding: 0.5rem;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .blc_dots .slick-dots li button:hover,
    .blc_dots .slick-dots li button:focus,
    .blc_dots_black .slick-dots li button:hover,
    .blc_dots_black .slick-dots li button:focus,
    .groupe_cardCalendar .slick-dots li button:hover,
    .groupe_cardCalendar .slick-dots li button:focus {
        outline: none;
    }
    .blc_dots .slick-dots li button:hover:before,
    .blc_dots .slick-dots li button:focus:before,
    .blc_dots_black .slick-dots li button:hover:before,
    .blc_dots_black .slick-dots li button:focus:before,
    .groupe_cardCalendar .slick-dots li button:hover:before,
    .groupe_cardCalendar .slick-dots li button:focus:before {
        opacity: 1;
    }
    .blc_dots .slick-dots li button:before,
    .blc_dots_black .slick-dots li button:before,
    .groupe_cardCalendar .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 2.7rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 2.7rem;
        height: 2.7rem;
        content: '•';
        text-align: center;
        opacity: 1;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .blc_dots .slick-dots li.slick-active button:before,
    .blc_dots_black .slick-dots li.slick-active button:before,
    .groupe_cardCalendar .slick-dots li.slick-active button:before {
        opacity: 1;
        color: black;
    }
    .blc_dots .slick-dots li.slick-active button::before {
        background-image: url(../../img/dots-active.svg) !important;
    }
    .blc_dots_black .slick-dots li.slick-active button::before {
        background-image: url(../../img/dots-active.svg) !important;
        filter: invert(0);
        /* background-image: url(../../img/dots-active-black.svg) !important; */
    }
    .groupe_cardCalendar .slick-dots li.slick-active button::before {
        background-image: url(../../img/dots-active.svg) !important;
        filter: invert(0);
        /* background-image: url(../../img/dots-active-black.svg) !important; */
    }
    .blc_dots .slick-dots li button:before {
        background-image: url(../../img/dots.svg) !important;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 2.7rem;
        height: 2.7rem;
        content: "";
        color: #fff;
    }
    .blc_dots_black .slick-dots li button:before {
        background-image: url(../../img/dots.svg) !important;
        filter: invert(0);
        /* background-image: url(../../img/dots-black.svg) !important; */
        background-repeat: no-repeat;
        background-size: 100%;
        width: 2.7rem;
        height: 2.7rem;
        content: "";
        color: #fff;
    }
    .groupe_cardCalendar .slick-dots li button:before {
        background-image: url(../../img/dots.svg) !important;
        filter: invert(0);
        /* background-image: url(../../img/dots-black.svg) !important; */
        background-repeat: no-repeat;
        background-size: 100%;
        width: 2.7rem;
        height: 2.7rem;
        content: "";
        color: #fff;
    }
    /* fin Dots slick */
    .btnDonProjet.mob_version {
        padding: 2.5rem 8.5rem;
        font-size: 4.5rem;
        width: auto;
        height: auto;
        background-color: #ffffff;
        color: #C11F2D;
        border-radius: 1.8rem;
        margin-top: 6rem;
    }
    .blc_navigationSlide,
    .blc_navigationSlide_black {
        padding: 5rem 0;
    }
    .btn_prev,
    .btn_next,
    .btn_prev_black,
    .btn_next_black {
        margin: 0 2rem;
    }
    .navigationSlide,
    .navigationSlide_black {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bloc_itemDonNew {
        width: 82%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .itemDonNew {
        background-color: rgba(255, 255, 255, 1);
    }
    .titreItemDon {
        font-size: 3rem;
    }
    .itemDonNew {
        padding: 4rem 4.3rem 19rem 4.3rem;
        border-radius: 1.8rem;
    }
    .itemDonNew.scaled:hover {
        transform: scale(1);
    }
    .itemDonNew p {
        font-size: 3rem;
        height: 16.5rem;
        line-height: 1.15;
    }
    .pictoVille {
        /* width: 6.8rem; */
        width: 10rem;
        height: 6.8rem;
        margin-bottom: 3rem;
    }
    .urlddd {
        padding: 1.5rem 0 1rem 0;
        border-bottom-left-radius: 1.8rem;
        border-bottom-right-radius: 1.8rem;
    }
    .titre_du_lien {
        font-size: 4.8rem;
        line-height: 1.2;
    }
    .under_titre_du_lien {
        font-size: 2.85rem;
    }
    .citation .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .date_projet {
        font-size: 1.65rem;
        display: inline-block;
        vertical-align: middle;
    }
    .quote__right {
        padding-right: 0;
        padding-left: 0;
        margin-top: 4rem;
    }
    .block_video_y {
        border-radius: 0;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5rem;
    }
    .addMargin {
        max-width: 540px;
        margin: auto;
    }
    .chart-block__bottom-text {
        flex-direction: column;
    }
    .title_chart {
        width: 80%;
        margin: 0 auto 6rem;
        text-align: center;
    }
    .title_chart:first-child {
        font-weight: 700;
    }
    .chart-block__bottom-text .btn {
        font-size: 5.3rem;
    }
    .chart-block__bottom-text .cta {
        width: 58rem;
        padding: 3rem 0;
        border-radius: 3rem
    }
    .chart {
        --percentage: 66%;
    }
    .chiffres .container-stats {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: 59rem;
    }
    .chiffres .block-title {
        margin-bottom: 6.8rem;
    }
    .pic_chiffres {
        top: 0;
        width: 28rem !important;
    }
    .chiffres {
        padding: 2rem 0 2rem 0 !important;
    }
    .chiffres .numbers-block {
        width: 100%;
        padding: 6rem 0 2rem 0;
    }
    .chiffres .container-stats .numbers-block__row {
        width: auto;
        margin-bottom: 4rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .chiffres .slick-track {
        display: flex;
        justify-content: space-between;
    }
    .chiffres .numbers-block__title span {
        font-size: unset;
        padding: 0;
    }
    .chiffres .container-stats .numbers-block__row .numbers-block__number {
        font-size: 8rem;
        line-height: 1;
        margin-top: 32.9rem;
    }
    .chiffres .container-stats .numbers-block__row div {
        height: auto;
    }
    .backgr_chiffres {
        display: none;
    }
    .numbers-block__text {
        font-size: 3.5rem;
        padding: 0 6%;
        line-height: 1.25;
        margin-top: 2rem;
    }
    .item_card_proj {
        width: 21.5rem;
        height: 7.45rem;
        border-radius: 1.5rem;
    }
    .item_card_proj .etoileCrd {
        display: none;
    }
    .logoInfooter_block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 84%;
        margin: 8rem auto 0;
        position: relative;
    }
    .donConfiance {
        position: absolute;
        width: 16.5rem;
        left: unset;
        right: -5rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .logoonFooter {
        width: 23rem;
    }
    .footer-menu {
        margin-bottom: 3rem;
    }
    .footer-menu__link {
        font-size: 2.4rem;
    }
    .copyright-block {
        font-size: 2.4rem;
        margin-left: 0;
        line-height: 1.25;
    }
    .mind-me-block__text {
        font-size: 3.3rem;
    }
    .block_cardCalendar {
        /* height: 265rem; */
        /* flex-direction: column; */
        width: 100% !important;
        padding: 0 0;
    }
    .groupe_cardCalendar {
        width: 90%;
        flex-direction: column;
    }
    .block_card_projets {
        width: 69.25rem;
        margin-bottom: 3rem;
        gap: 2.3rem;
    }
    .block_preview_card {
        width: 100%;
        padding: 3.429rem 4.25rem 12.429rem 4.25rem;
        border-radius: 1.8rem;
    }
    .btn_withIcon {
        height: 10rem;
        width: 27.4rem;
    }
    .nav_blc {
        position: absolute;
        bottom: 18rem;
        z-index: 1;
    }
    .blc_btn_projet {
        width: 57.3rem;
    }
    .btn_withIcon .btn_txt_projet {
        width: 14.25rem;
        font-size: 2.4rem;
        color: #3D3938;
    }
    .btn_withIcon .ico_btn_projet {
        height: 4.5rem;
    }
    .blc_citation {
        border-radius: 1.8rem;
    }
    .block_cardCalendar .slick-track {
        /* width: 100% !important;
        display: flex;
        justify-content: space-between; */
    }
    .item_cardCalendar {
        height: 120rem;
        border-radius: 2rem;
    }
    .item_cardCalendar.clickactive:hover {
        transform: scale(1);
    }
    .item_cardCalendar.cardAngel {
        width: 100%;
        height: 103rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .twoblc_fiscalite {
        flex-direction: column;
        width: auto;
        position: relative;
        margin-top: 0;
    }
    .switch_fiscalite {
        width: 62.4rem;
        height: 107rem;
    }
    .switch_fiscalite p {
        font-size: 3.6rem;
        margin-top: 6rem;
    }
    .btndeDon {
        font-size: 4.5rem;
        padding: 2.5rem 8.5rem;
        border-radius: 1.8rem;
    }
    /* .swith_IFI,
    .swith_IR {
        height: 36rem;
    } */
    .swith_IFI .btndeDon {
        margin-top: 4rem;
    }
    .quote__title_right {
        font-size: 4.8rem;
        margin-bottom: 2rem;
    }
    .quote-block__prologue {
        font-size: 24px
    }
    .quote p {
        margin: 4rem 0;
        /* font-size: 3.6rem; */
        font-size: 15px;
        font-weight: 800;
    }
    .quote-block__prologue {
        font-size: 18px
    }
    /* .quote .img-quote {
        max-height: 30px;
        margin: 15px 0
    } */
    .quote__author-photo {
        width: 13rem;
        height: 13rem;
    }
    .quote__author-name,
    .quote__author-position {
        /* font-size: 3.6rem; */
        font-size: 13px;
    }
    .quote__author {
        flex-direction: column;
    }
    .block_video_y iframe {
        min-height: 50.332rem;
        /* scale: 1.455; */
    }
    .blc_quote__author-name {
        width: auto;
        text-align: center;
        padding: 0 5%;
        line-height: 1.25;
        margin-top: 4rem;
        color: #000000;
    }
    .quote__right img {
        /* margin-left: -12px;
        margin-right: -12px;
        max-width: calc(100% + 24px); */
        width: 100%;
        max-height: 100%;
    }
    .quote__text_right {
        /* font-size: 3.6rem; */
        font-size: 15px;
        padding: 0 5%;
        margin-bottom: 5rem;
    }
    .quote__cta.cta.scaled:hover {
        transform: scale(1);
    }
    .chiffres {
        width: 92%;
    }
    .s1 .cta,
    .s2 .cta,
    .s3 .cta {
        width: auto;
        line-height: inherit;
        font-size: 4.5rem;
        padding: 2.5rem 8.5rem;
        border-radius: 1.8rem;
    }
    .preview_chart {
        position: absolute;
        top: 41%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        height: 24.809rem;
        width: 56.9rem;
        padding-left: 0;
    }
    .chartItem {
        width: 24.8rem;
        height: 24.8rem;
        margin-top: 0;
    }
    .parie_chart {
        right: -0.1rem;
        bottom: -0.4rem;
        height: 11.9rem;
    }
    .texte_over_gragh {
        font-size: 3.4rem;
        width: 32.5rem;
        right: -36rem;
    }
    .texte_over_gragh.gragh_1 {
        top: 6%;
    }
    .texte_over_gragh.gragh_2 {
        top: 51%;
    }
    .texte_over_gragh>span::before {
        top: 2.5rem;
        margin-left: -10rem;
        width: 7.5rem;
    }
    .texte_over_gragh.gragh_2>span::before {
        top: 6.5rem;
    }
    .texte_over_gragh {
        font-size: 3.2rem;
    }
    .dateCalendar {
        font-size: 8rem;
    }
    .dimancheNumber {
        font-size: 5.8rem;
    }
    .dimancheNumber sup {
        font-size: 4rem;
    }
    .back_cadrActive {
        width: 100%;
    }
    .bougieActive {
        width: 18rem;
    }
    .bougieInactive {
        width: 45rem;
    }
    .linkCalendar {
        bottom: 3rem;
        font-size: 5rem;
        border-radius: 2rem;
        padding: 4rem 0.5rem;
        line-height: 1;
    }
    .thanks_angel h4 {
        font-size: 6.35rem;
    }
    .chiffres .block-title {
        font-size: 4.8rem;
        line-height: 1.1;
        font-weight: 800;
        width: 100%;
    }
    .blc_description_projet {
        font-size: 2.7rem;
        height: auto;
        padding-bottom: 4rem;
        text-align: center;
    }
    .blc_description_projet h4 {
        text-transform: uppercase;
        font-size: 2.5rem;
        /* font-weight: 700; */
        margin-top: 5rem;
    }
    .item_card_proj .etoileCrd {
        display: none !important;
    }
    .groupeAngel {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
    .groupeAngel a {
        width: 40rem;
    }
    .groupeAngel a:hover {
        transform: scale(1);
    }
    .section.s5 .donation-form__btn {
        position: absolute;
        bottom: 130rem;
        left: 50%;
        transform: translateX(-50%);
        width: 52rem;
        font-size: 4.8rem;
        padding: 4rem 0;
        border-radius: 2rem;
    }
    .s5 .title {
        font-size: 4.8rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 3rem;
        width: 85%;
        margin: 0 auto 0rem;
    }
    .s5 {
        padding-bottom: 10;
        padding-top: 5rem !important;
    }
    .s5 .intro {
        font-size: 4.8rem;
        width: 77%;
        margin: 0 auto 0;
    }
    .etoile_white {
        width: 12rem;
        margin: 0 auto 4rem;
    }
    .modal-calendar .modal-dialog {
        max-width: 100%;
    }
    .conteneur_modal {
        flex-direction: column-reverse;
    }
    .blockVideoModal {
        width: auto;
        border-radius: 3rem;
        margin-top: 3rem;
    }
    .block_conteneur {
        width: auto;
    }
    .blockVideoModal iframe {
        min-height: 48rem;
    }
    .block_conteneur>h4 {
        font-family: 'Maitree';
        font-size: 6.7rem;
    }
    .footer {
        padding: 3rem 0.2rem 7rem;
    }
    .block_footer_partage .lofoF {
        width: 30rem;
        margin: 0 auto;
        display: block;
    }
    .footer__logo {
        margin-bottom: 40px
    }
    .footer__logo a img {
        max-width: 115px;
    }
    .footer__logo .don-confiance {
        top: 32px;
        left: calc(50% - 150px);
        max-width: 80px;
    }
    .modal-calendar .btn-close {
        top: 0;
        right: 5rem;
        width: 10rem;
        height: 10rem;
    }
    .modal-calendar .btn-close svg {
        width: 25px;
        height: 25px;
    }
    .modal-calendar .modal-body {
        padding: 10rem;
    }
    .block_footer_partage {
        width: 100%;
        margin: auto;
        flex-direction: column;
        text-align: center;
    }
    .blockRight_partage {
        width: auto;
        position: relative;
        transform: none;
        left: 0;
        top: 0;
    }
    .footer-menu__item {
        /* display: inline-block;
        padding: 0 8px; */
    }
    .sharing-block__title {
        font-size: 4.8rem;
        width: 80%;
        margin: 0 auto 5rem;
    }
    .sharing-block__text {
        font-size: 2.5rem;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    .sharing-block__btns {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 95%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .sharing-block__btns .social-icon {
        width: 8.042rem;
        height: auto;
        margin: 0 2rem;
    }
    .footer__column {
        flex-direction: column;
        width: 93%;
    }
    .quote__cta .donation-form__btn,
    .donation-form__actions .donation-form__btn {
        border-radius: 2rem;
    }
    .i-checkbox__label:hover,
    .i-radio__label:hover {
        color: #D6BB62;
    }
    .sharing-block {
        padding: 7rem 0 4rem;
    }
    .sharing-block .sharing-btn {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .s4 .picto-item .desc {
        min-height: 113px;
    }
    /* .s4 .chart-block__title {
        font-size: 26px;
        margin: 10px 0 40px 0;
    } */
    .i-radio__input:checked+.i-radio__label {
        color: #D6BB62
    }
}

@media only screen and (max-width:767.98px) {
    html {
        overflow-x: hidden;
    }
    /* body {
        touch-action: none;
        -ms-touch-action: none;
    } */
    .s2,
    .s3,
    .s4,
    .chiffres {
        padding: 30px 0 50px;
    }
    header .grid-dons {
        padding-right: 0;
    }
    .page-template-landing_new_2022 .section {
        padding-bottom: 50px;
    }
    .block_homeSlider .homeSlider__text {
        margin-left: 0;
        padding-left: 6.5%;
        padding-right: 6.5%;
        margin-top: 23rem;
        width: 100%;
        height: 100%;
    }
    .quote__right img {
        margin-bottom: 44px;
        margin-top: 44px;
    }
    .main-screen__text {
        width: 100%;
        position: absolute;
        bottom: 39rem;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 6.5em;
        font-weight: 700;
        padding: 0 4%;
        text-shadow: 0px 0px 6px #000000;
    }
    .main-screen__title {
        font-size: 6em;
        width: 100%;
        position: absolute;
        bottom: 58rem;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        text-shadow: 0px 0px 6px #000000;
    }
    .displayDonateur {
        font-size: 4.2em;
    }
    .prenomDonateur {
        padding: 5.5rem 0.3rem;
    }
    .citationSlider {
        width: 100%;
        position: absolute;
        bottom: 14rem;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 8%;
        text-align: center;
    }
    .citationSlider p {
        font-size: 5.8em;
        height: 48rem;
    }
    .namCitat {
        font-size: 5.2em;
    }
    .professCitat {
        font-size: 4.2em;
    }
    .citationSlider p::before {
        top: -5rem;
        left: 50%;
        transform: translate(-50%, -50%);
        /* width: 7.2rem;
        height: 7.2rem; */
        width: 10.3rem;
        height: 8.5rem;
    }
    .citationSlider p::after {
        width: 10.3rem;
        height: 8.5rem;
        position: absolute;
        right: unset;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* .citation.section .container,
    .scrollify.section .container,
    .fiscalite.section .container {
        padding-left: 0;
        padding-right: 0;
    }
    .citation.section .container .row>.col-12,
    .scrollify.section .container .row>.col-12,
    .fiscalite.section .container .row>.col-12 {
        width: 85%;
        margin: 0 auto;
    }
    .citation.section .container .row>.col-12.quote__right,
    .fiscalite.section .container .row>.col-12.sliderFiscalite {
        width: 100%;
    } */
    .citation.section .quote-block__prologue,
    .citation.section .quote-block__prologue+h2 {
        text-align: center;
    }
    /**/
    .donation-form__text {
        font-size: 4.5em;
        padding: 5% 12.6%;
    }
    .s1 {
        padding-top: 70px
    }
    .s1 .logo-avent {
        width: 200px
    }
    .avent-logo-2023 {
        /* width: 13rem; */
    }
    /* .main-screen__title {
        font-size: 25px
    }
    .main-screen__text {
        font-size: 18px
    } */
    /* .mobVers {
        display: block;
    } */
    .s5 #countdown {
        margin-top: 5%;
    }
    .s5 .compteur-text {
        margin: 5% 0;
    }
    .grid-item .inner span {
        font-size: 3em;
    }
    .grid-item .inner {
        font-size: 9em;
    }
    .carte .two-column-content__columns span:first-child {
        font-size: 18px
    }
    .s3 .block-title {
        font-size: 25px;
        margin-bottom: 15px
    }
    .carte .two-column-content__columns .text {
        font-size: 14px
    }
    .quote {
        padding: 10.4rem 5rem 6.4rem 5rem;
    }
    .scrollify.section {
        padding-top: 10rem;
        padding-bottom: 12rem;
    }
    .s3 .text p:last-child {
        font-size: 18px
    }
    .carte .popin {
        top: 70px;
    }
    .carte .popin .container {
        padding: 40px 20px;
    }
    .carte .popin .container .title {
        font-size: 20px
    }
    .carte .popin .container .text {
        padding: 25px 10px 30px 10px
    }
    .carte .popin .container .content .close-popin {
        top: -80px;
        width: 30px;
        height: 30px
    }
    .carte .popin .container .content .close-popin svg {
        width: 30px;
        height: 30px
    }
    .s4 .sticker {
        font-size: 18px
    }
    .s4 .chart-block__title {
        font-size: 4.8rem;
        padding: 0 6%;
    }
    .s4 .chart-block__number {
        font-size: 30px
    }
    .s4 .chart-block__chart-area,
    .s4 .chart-block__chart-wrap {
        width: 140px;
        height: 140px;
    }
    .s4 .chart-block__chart-area {
        margin-left: 10rem;
        margin-top: 85px;
        transform: translateX(-50%);
    }
    .chart-block__chart-text_1 {
        left: 18px;
        top: -35px;
        width: auto;
    }
    .chart-block__chart-text_2 {
        right: -162px;
        font-size: 14px;
        top: 38px;
        width: 145px;
    }
    .chart-block__chart-text_2:before {
        left: -35px;
        background: #fff;
        top: 37px;
        width: 30px;
    }
    .s4 .chart-block__bottom-text {
        font-size: 18px
    }
    .s5 #countdown span {
        font-size: 29px;
        border-radius: 15px;
        height: 80px
    }
    .s5 #countdown i {
        font-size: 10px;
    }
    .modal-calendar p {
        line-height: 1.3;
    }
    .modal.show .modal-dialog {
        background-color: #ffffff;
    }
    .footer-menu__item {
        /* border-right: 1px solid #000000; */
    }
    .footer-menu__item:last-child {
        /* border-right: none; */
    }
    .sharing-block .sharing-btn img {
        width: 54px !important;
        height: 54px !important;
    }
    .sharing-block .sharing-btn {
        width: 54px !important;
    }
}

@media only screen and (min-width:1366px) and (max-height:1080px) {
    .block_cardCalendar,
    .block_footer_partage,
    .footer .footer__wrap {
        scale: 0.8;
    }
    .item_accroche {
        scale: 0.7;
        margin-bottom: 1%;
    }
    .block_cardCalendar {
        margin-top: -4rem;
        margin-bottom: -3rem;
    }
    .bloc_itemDonNew {
        margin-top: 0rem;
    }
    .item_accroche .label_association {
        /* margin-bottom: 2.5rem; */
    }
    .block_accroche {
        padding-bottom: 0;
    }
    .citation>.container>.row,
    .container-stats {
        scale: 0.80;
    }
    .twoblc_fiscalite {
        scale: 0.75;
    }
    .s5 {
        padding-top: 5rem;
        padding-bottom: 0;
    }
}

@media only screen and (max-width:1366px) and (max-height:1080px) {
    .pT {
        padding-bottom: 5rem;
        padding-top: 8rem;
    }

}
/* @media only screen and (min-width:1660PX) and (max-height:1024px) {
    .item_accroche .label_association {
        margin-bottom: 2rem;
    }
    .item_accroche h1 {
        scale: 0.7;
    }
} */

#defaultp,
#don_url_default {
    display: none;
    position: fixed;
    width: 1px;
    height: 1px;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: -999;
}