/* media query */

@media (min-width:769px) {
    html {
        font-size: .5208333333333333vw;
    }
}

@media (max-width:768px) {
    html {
        scroll-behavior: unset;
        font-size: 1.7vw;
    }
    .desk {
        display: none !important;
    }
    .mob {
        display: block !important;
    }
    .centerPadding_5 {
        margin: 0 4%;
    }
    .centerPadding_8 {
        margin: 0 4%;
    }
    .blocHeader {
        background-image: url(../images/back-header-mb.jpg);
        background-position-y: 70%;
        flex-direction: column;
        justify-content: flex-end;
        touch-action: none;
    }
    /* Debut  header */
    .corpsDePage {
        overflow-x: hidden;
    }
    /* debut calculatrice_popup */
    .calculatrice_popup {
        height: 100%;
        width: 100%;
        box-shadow: 0rem 0rem 0rem 1rem rgba(255, 255, 255, 1) inset;
        -webkit-box-shadow: 0rem 0rem 0rem 1rem rgba(255, 255, 255, 1) inset;
        -moz-box-shadow: 0rem 0rem 0rem 1rem rgba(255, 255, 255, 1) inset;
    }
    .calculatrice_popup .calc-tabs {
        width: 100%;
    }
    .closeClac {
        right: 0;
    }
    .calculatrice_popup {
        padding: 2rem;
    }
    .titleForm {
        font-size: 3.4rem
    }
    .calculatrice_popup .calc-tabs .tabs-switcher {
        margin: 0 auto 2rem auto;
        width: 50rem;
    }
    .calculatrice_popup .calc-tabs .tabs-content {
        height: 100rem;
        overflow-y: scroll;
        max-height: calc(100vh - 8.2rem);
        overflow-x: hidden;
    }
    .calculatrice_popup .calc-tabs .tabs-switcher button {
        margin-bottom: 3rem;
        font-size: 2.05rem;
    }
    .calculatrice_popup .calc-tabs .tabs-content .tab .form .input-container input {
        width: 22.2rem;
        height: 5rem;
        padding-left: 1.5rem;
    }
    .calculatrice_popup .calc-tabs .tabs-content .tab .form .input-container label {
        width: 27rem;
        display: block;
        font-size: 2.2rem;
        margin-left: 3rem;
    }
    .calculatrice_popup .calc-tabs .tabs-content .tab .form .input-container p {
        right: 1rem;
    }
    .calculatrice_popup .calc-tabs .tabs-switcher button:last-child {
        margin-bottom: 0;
    }
    .calculatrice_popup .calc-tabs .tabs-content .tab .form .input-container {
        padding: 0.7rem 1.5rem 1.2rem 0;
    }
    .calculatrice_popup .calc-tabs .tabs-content .tab .form .input-container.blueBackground {
        padding: 2rem 1.5rem;
    }
    .calculatrice_popup .calc-tabs .tabs-content .tab .form .input-container.blueBackground label {
        width: 18.5rem;
        margin-left: 10rem;
    }
    .calculatrice_popup .calc-tabs .tabs-switcher button.active::before {
        left: 0.48rem;
    }
    /* fin calculatrice_popup */
    /* debut form don */
    .blockFormDon {
        height: 100%;
        background-color: #004D74;
        z-index: 998;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        right: -100%;
        transition: .6s;
        display: none;
    }
    .blockFormDon.openFrm {
        right: 0;
    }
    .blockMontant_dons {
        flex-direction: column;
        min-height: 80%;
        position: absolute;
        bottom: 0;
        width: 95%;
        padding-bottom: 2rem;
        margin-left: 2.5% !important;
        border-radius: 0;
    }
    .blockFormDon .centerPadding_15 {
        margin: 0 3.32%;
    }
    .itemMontantDons {
        width: 100%;
    }
    .headerOnPopup {
        margin-left: 2.5%;
        padding-top: 2rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: absolute;
        top: 0;
        left: 0;
        width: 95%;
        z-index: 9999;
    }
    .logoOnPopup {
        width: 10rem;
    }
    .logoOnPopup a,
    .logoOnPopup a img {
        display: block;
    }
    .closePopup {
        width: 6.4rem;
        height: 6.4rem;
        cursor: pointer;
        transition: .3s;
    }
    .closePopup img {
        width: 100%;
    }
    .btnDon {
        height: 8rem;
        width: 36rem;
    }
    .btnDon a {
        font-size: 3.4rem;
    }
    .montantDdons {
        font-size: 5rem;
    }
    .itemMontantDons {
        height: auto;
        padding: 1.5rem 0 1.5rem 7rem;
    }
    .bloc_deduction {
        font-size: 3rem;
    }
    .bloc_deduction span {
        display: inline-block;
    }
    .textDeduction {
        font-size: 2.5rem;
    }
    .radioDots {
        width: 3.4rem;
        height: 3.4rem;
        left: 2.3rem;
        box-shadow: 0rem 0rem 0rem 0.65rem rgba(255, 255, 255, 1) inset;
        -webkit-box-shadow: 0rem 0rem 0rem 0.65rem rgba(255, 255, 255, 1) inset;
        -moz-box-shadow: 0rem 0rem 0rem 0.65rem rgba(255, 255, 255, 1) inset;
    }
    .montantLibre {
        width: 100%;
    }
    .champMontantLibre {
        font-size: 5.2rem;
        height: 8.3rem;
        width: 100%;
    }
    .euroSymb {
        font-size: 5.2rem;
    }
    .placeHolder {
        padding: 0 0 0 2.5rem;
        font-size: 3.2rem;
    }
    .btnDonForm {
        margin-top: 5vh;
    }
    /* fin calculatrice_popup */
    /* fin header */
    .cadreHeader.centerPadding_15 {
        margin: 0 3.32%;
    }
    .blockMenu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #004D74;
        right: -100%;
        top: 0;
        transition: 0.6s;
    }
    .blockMenu.openMenu {
        right: 0;
    }
    .logo {
        margin-right: 23rem;
    }
    #header.scroledUp .logo {
        margin-right: 26rem;
    }
    .navMenu {
        height: 100vh;
        height: calc(100vh - 13rem);
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .navMenu ul {
        flex-direction: column;
        height: 50%;
    }
    .navMenu ul li a {
        font-size: 4rem;
    }
    .btn_Calculatrice span {
        display: none;
    }
    .btn_Calculatrice {
        width: auto;
    }
    .btn_Calculatrice {
        margin-bottom: 0;
    }
    .ico_calc {
        width: 7.4rem;
        height: 7.4rem;
    }
    .btn_Calculatrice a img {
        height: 4.111rem;
    }
    .btnOpenMenu {
        width: 7.4rem;
        cursor: pointer;
    }
    .btnOpenMenu img {
        width: 100%;
        display: block;
    }
    body.overflowed {
        overflow: hidden;
    }
    #header.scroledUp .navMenu ul li a {
        color: #ffffff;
    }
    #header.scroledUp .btn_Calculatrice {
        margin-bottom: 2rem;
    }
    #header.scroledUp .btnOpenMenu {
        margin-bottom: 2rem;
    }
    /* fin header */
    /* debut accroche */
    .accroche {
        background-image: url(../images/back_slide_mb.jpg);
        justify-content: flex-end;
        height: calc(100vh - 8.2rem);
    }
    .contentAccroche {
        width: auto;
        padding-bottom: 7rem;
    }
    .centerPadding_15 {
        margin: 0 3.32%;
    }
    .contentAccroche.centerPadding_15 {
        margin: 0 3.32%;
    }
    .cadreOpenForm {
        width: 100%;
        background-color: #004D74;
        padding: 2rem 0;
        position: fixed;
        bottom: 0;
        z-index: 2;
        right: 0;
        display: none;
    }
    .cadreOpenForm.active {
        display: block;
    }
    h1 {
        font-size: 7.3rem;
    }
    /* fin accroche */
    /* fin nos projets */
    .headerSection h2,
    .headerSection h3 {
        font-size: 4rem;
    }
    .para {
        width: 100%;
    }
    .headerSection p {
        font-size: 2.3rem;
        line-height: 1.4;
    }
    .block_sliderProjets .menu_slider {
        margin: 0 3.32%;
        max-width: 75.6rem;
        width: auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        height: 12rem;
        position: relative;
    }
    .block_sliderProjets .menu_slider::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .menu_slider .ancreSlider {
        display: inline-block;
        margin-right: 5rem;
        z-index: 1;
    }
    .cadre_sliderProjets {
        margin-top: 0;
    }
    /*slider*/
    .sliderProjets {
        flex-direction: column;
        height: 142rem;
    }
    .content_left_slider,
    .content_right_slider {
        width: 100%;
    }
    .content_left_slider {
        padding: 3rem 5rem 3rem 0;
    }
    .top_left_slider {
        width: auto;
        padding-left: 1.7rem;
    }
    .sucit_interet {
        width: auto;
        flex-direction: column;
        margin-bottom: 5rem;
    }
    .arrw_right {
        display: none !important;
    }
    .object_budj {
        margin-bottom: 2rem;
    }
    .bottom_left_slider {
        flex-direction: column;
        height: auto;
    }
    .content_right_slider {
        display: none;
    }
    .text_exemple_projet {
        padding: 2.3rem 1.7rem;
    }
    .apercuSlider {
        width: auto;
    }
    .arrow_slide {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.5rem;
        width: 100%;
    }
    .btnSlideLeft i,
    .btnSlideRight i {
        font-size: 3rem;
    }
    /* fin nos projets */
    /* debut nos tout_savoir_sur_lifi */
    .cadre_headerSection {
        background-image: url(../images/back_deduction-mb.jpg);
        height: 111.5rem;
        padding: 5rem 0;
        height: auto;
        padding: 6.5rem 0 12.5rem 0;
    }
    .conntennt_headerSection {
        padding-top: 1rem;
    }
    .centerPadding_22 {
        margin: 0 2.7%;
    }
    .titlespaned {
        font-size: 4rem;
    }
    .titlespaned .labled {
        font-size: 5rem;
    }
    .hallfleft {
        width: 29%;
    }
    .hallfright {
        width: 68%;
    }
    .fleche {
        display: none;
    }
    .half_title {
        font-size: 2.3rem;
    }
    /* fin nos tout_savoir_sur_lifi */
    /* DEBUT .contact */
    .contact {
        padding: 7rem 0 3rem 0;
        overflow: hidden;
    }
    .contact .headerSection h2 .labled {
        padding: 0.2rem 0.5rem;
    }
    .back_itemProfile {
        right: -11rem;
        top: -14rem;
    }
    .itemProfile {
        flex-direction: column;
    }
    .profile {
        width: 23rem;
        height: 23rem;
    }
    .infoProfile {
        width: 50rem;
    }
    /* fin .contact */
    /* fin .la_fondation */
    .content_soutenir {
        width: 100%;
        margin: 0 auto 0.5rem auto;
    }
    .block_soutenir img {
        width: 100%;
    }
    .text_soutenir {
        width: 93%;
        right: 50%;
        transform: translate(50%, 0);
        top: initial;
        bottom: 0;
        padding: 1rem 3rem;
        overflow: hidden;
        height: 29rem;
        transform: initial;
        position: relative;
        right: initial;
        bottom: initial;
        margin-bottom: 1em;
        transition-duration: 0.3s;
    }
    .text_soutenir.lire{
        height: auto;
    }
    .questionHeader{
        font-size: 3rem;
    }
    .block_soutenir {
        padding: 0 0 50rem 0;
        padding: 0;
    }
    .text_soutenir p:last-child{
        margin-bottom: 0;
    }
    .text_soutenir-btn {
        text-align: left;
        cursor: pointer;
        text-decoration: underline;
        font-size: 2.4rem;
        padding: 0 3rem;
        margin-bottom: 4rem;
        color: #585858;
        opacity: 0.7;
    }
    .groupeItemValeu {
        margin-bottom: 5rem;
    }
    .groupeItemValeu:last-child{
        margin-bottom: 0;
    }
    .valeurs {
        width: 100%;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .frstGr {
        width: calc(18rem *3);
        padding: 0;
    }
    .lastGr {
        width: calc(18rem *2);
        padding: 0;
    }
    /* fin .la_fondation */
    /* FAQ */
    .body_faq {
        padding: 0 2rem 3rem 2rem;
    }
    .head_Faq {
        padding: 2rem 2.5rem;
    }
    .tableau {
        display: block;
    }
    .tr1 {
        width: 14.6rem;
    }
    .tr2 {
        width: 16rem;
    }
    .tr3 {
        width: 19.8rem;
    }
    .tr4 {
        width: 29rem;
    }
    .tableau tr {
        font-size: 2.4rem;
    }
    .tableau th {
        font-size: 2.2rem;
    }
    .dates .tr1 {
        width: 61.6rem;
    }
    .mCSB_scrollTools {
        opacity: 1 !important;
    }
    .mCS-my-bleu-theme.mCSB_scrollTools.mCSB_scrollTools_horizontal {
        height: 2.9rem;
    }
    .mCS-my-bleu-theme.mCSB_scrollTools .mCSB_draggerContainer {
        background-color: #C3D4E0 !important;
        border-radius: 3rem;
        height: 3rem;
    }
    .mCS-my-bleu-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #004D74!important;
        margin: auto;
        height: 2.9rem;
        opacity: 1;
    }
    .mCS-my-bleu-theme.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #004D74!important;
    }
    /* FAQ */
    /* fin .footer */
    .footer {
        padding: 5rem 0 15rem 0;
    }
    .cadreFooter {
        width: 86%;
        margin: 0 auto;
    }
    .label_ideas {
        flex-direction: column;
        padding: 1.5rem 2rem;
    }
    .label_ideas p {
        width: auto;
    }
    .blockSocialMedia {
        flex-direction: column;
    }
    .logoFooter {
        width: 11rem;
        margin-bottom: 1rem;
    }
    .clear {
        width: auto;
    }
    /* fin .footer */
    /* */
    #tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
    #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
    #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
    #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
        font: 1.4rem 'Barlow' !important;
    }
    #tarteaucitronRoot div#tarteaucitronAlertBig {
        padding: 0rem !important;
        width: 52rem !important;
        max-width: 50rem !important;
    }
    #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
        font-size: 2.4rem !important;
    }
    #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
        margin: 2rem 0 4rem !important;
    }
    #tarteaucitronAlertBig #tarteaucitronCloseAlert,
    #tarteaucitronAlertBig #tarteaucitronPersonalize,
    #tarteaucitronAlertBig #tarteaucitronPersonalize2,
    .tarteaucitronCTAButton,
    #tarteaucitron #tarteaucitronPrivacyUrl,
    #tarteaucitron #tarteaucitronPrivacyUrlDialog,
    #tarteaucitronRoot .tarteaucitronDeny,
    #tarteaucitronRoot .tarteaucitronAllow {
        font-size: 2.4rem !important;
        padding: 0.5rem 1rem !important;
    }
.iraiser_holder {
    top: -67.5rem;
}
.contentAccroche {
    padding-bottom: 12rem;
}
.sec2 {
    padding-top: 54.2rem;
    padding-bottom: 4rem;
}
.sec2_flex h2 {
    font-size: 4rem;
    text-align: center;
}
.sec2_flex h3 {
    text-align: center;
    font-size: 3rem;
}
.sec2 .img img:nth-child(2) {
    left: -1.4rem;
}
.sec2 .img span {
    height: 6rem;
}
.sec2_flex p {
    font-size: 2rem;
    line-height: 2.8rem;
}
.sec3 {
    padding: 7rem 0;
}
.sec3 .headerSection h2 {
    text-align: center;
    letter-spacing: -0.1rem;
}
.sec3_flex {
    flex-direction: column;
}
.sec3_left,
.sec3_right {
    width: 100%;
}
.sec3_left p {
    font-size: 2.3rem;
}
.sec3_right {
    padding-top: 1.5rem;
}
.sec3_info {
    padding: 0;
}
.sec3_box div {
    flex-direction: column;
    align-items: flex-start;
}
.sec3_box p {
    font-size: 1.568rem;
    font-weight: 100;
    font-family: 'Roboto Slab';
}
.sec3_box h4 {
    font-size: 4.2rem;
}
.sec3_box img{
    width: 8rem;
}
.slide_holder{
    padding-top: 5rem;
    width: 70rem;
    transition-duration: 0.3s;
    margin-left: 0;
    position: relative;
    padding-top: 0;
}
.slide_holder.scroll{
    margin-left: -16rem;
}
.sec3 {
    overflow: hidden;
    padding-bottom: 13rem;
}
.slide_btn:nth-child(3):after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 13rem;
    height: 100%;
    width: 12rem;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(240,244,247,1) 100%);
}
.slide_btn{
    padding: 0;
}
.slide_btns {
    width: 100%;
    justify-content: space-between;
}
.slide_holder.scroll .slide_btn:nth-child(3):after {
    display: none;
}
.slide_holder.scroll .slide_btn:nth-child(2):after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 12rem;
    background: linear-gradient(90deg, rgba(240,244,247,1) 0%, rgba(0,0,0,0) 100%);
}
.slide_holder.scroll2 .slide_btn:nth-child(1):after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 12rem;
    background: linear-gradient(90deg, rgba(240,244,247,1) 0%, rgba(0,0,0,0) 100%);
}
.slide_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slide,
.slick_holder,
.slick1,
.slide_zone1,
.slide_zone2  {
    width: 100%;
}
.slide {
    margin: 0;
}
.slide_zone1 {
    height: 80rem;
}
.slide_zone2 {
    padding-top: 4rem;
}
.slide_txt2 {
    min-height: 30rem;
}
.slide_zone2{
    height: 80rem;
}
.slide_zone2 .btnDon {
    margin: 2.8rem auto auto auto;
}
.deductionFisclae {
    padding-top: 7rem;
}
.slick1 .leftarrow {
    top: initial;
    transform: initial;
    left: 18rem;
    bottom: -10.5rem;
    width: 4.5rem;
    height: 8rem;
}
.slick1 .rightarrow {
    top: initial;
    transform: initial;
    right: 18rem;
    bottom: -10.5rem;
    width: 4.5rem;
    height: 8rem;
}
.sec3_flex{
    overflow: hidden;
    transition-duration: 0.4s;
    height: 40rem;
    position: relative;
}
.sec3_flex.lire{
    height: 108.8rem;
    padding-bottom: 9rem;
}
.sec3_flex .text_soutenir-btn {
    color: rgba(88, 88, 88, 0.7);
    padding: 0 0 3.5rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F0F4F7;
    opacity: 1;
    margin: 0;
}
.sec3_flex.lire .text_soutenir-btn {
    padding-bottom: 0;
    bottom: 4rem;
}
.sec2_flex {
    flex-direction: column;
    position: relative;
} 
.sec2_left{
    width: 100%;
    order: 2;
    padding-top: 5rem;
}
.sec2_right{
    left: 0;
    top: 0;
    order: 1;
    width: 100%;
}
.iraiser_holder {
    position: initial;
    padding-top: 0;
    margin-top: -11rem;
}
.sec2 {
    padding-top: 0;
}
.iraiser {
    max-width: initial;
}
.closeOnPopup {
    position: absolute;
    top: 2rem;
    right: 0;
}
}