@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Thin.otf") format("opentype");
    font-weight: 100;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Light.otf") format("opentype");
    font-weight: 200;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Medium.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-SemiBold.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Bold.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Black.otf") format("opentype");
    font-weight: 700;
}

:root {
    font-family: "Poppins";
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
:after,
:before {
    box-sizing: inherit;
}

input::placeholder {
    opacity: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

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

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

input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

textarea,
input,
input:focus,
a:focus {
    outline: none;
    border: none;
}

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

a {
    text-decoration: none;
}

.centerPadding_5 {
    margin: 0 6.5%;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

.redColor {
    color: #E3007D;
}

.blueColor {
    color: #000C99;
}

.textBold {
    font-weight: 600;
}

.textCenter {
    text-align: center;
}

.cadre {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/*** debut skelette_mobile ***/

.skelette_mobile {
    width: 76.9rem;
    margin: 0 auto;
    background-color: #ffffff;
}
@media (min-width:770px) {
    .skelette_mobile2{
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
    .skelette_mobile2 .footer {
        margin-top: auto;
    }
    .skelette_mobile2 .centerPadding_5 {
        margin-top: auto;
        margin-bottom: auto;
    }
}



/*** fin skelette_mobile ***/


/*** debut header ***/

header {
    position: relative;
}

.logo_fondation {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 41.5rem;
}

.blocHeader {
    position: relative;
    z-index: 4;
}


/*** fin header ***/


/*** debut corps ***/

.corps {
    padding-top: 5rem;
}

.block_text p {
    font-size: 3.6rem;
    color: #001099;
    line-height: 1.3;
}

.block_text sup {
    font-size: 2rem;
}

.accroche span {
    font-weight: 300;
}

.headerTabPanel {
    color: #ffffff;
    background-color: #004AE5;
    border-radius: 1rem 1rem 0 0;
    font-size: 3.2rem;
    text-align: center;
    padding: 1rem 0;
}

.bodyTabPanel {
    background-color: rgba(0, 74, 229, 0.05);
    border-radius: 0 0 1rem 1rem;
}

.conteneur_bodyTabPanel {
    padding: 3% 5% 12% 5%;
}

.textDon {
    font-size: 2.6rem;
    text-align: center;
}

.textDon p {
    margin: 0;
    line-height: 1.32;
}

.oparateurs {
    display: block;
    margin: 2rem auto 5rem auto;
    width: 20rem;
}

.conteneur_btnDon {
    margin-bottom: 3rem;
}

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

.itemBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000C99;
    border: 0.01rem solid #E3007D;
    border-radius: 1rem;
    width: 29.3rem;
    margin-bottom: 2rem;
    padding: 1.2rem 0;
    cursor: pointer;
    transition: 0.3s;
}

.itemBtn.selected {
    background-color: #E3007D;
    color: #ffffff;
}

.mont_fix_don {
    font-size: 4rem;
    font-weight: 600;
}

.textAfter_ded {
    font-size: 2.6rem;
    line-height: 1.2;
}

.mont_fix_don span {
    display: inline-block;
}

.spanAutreM {
    font-size: 2.6rem;
    width: 11.5rem;
    line-height: 1;
    text-align: left;
}

.limitAutreMontant {
    position: relative;
    width: 7.4rem;
    display: inline-block;
}

.limitAutreMontant::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1.5rem;
    height: 0.1rem;
    background-color: rgba(0, 12, 153, 0.15);
}

.itemBtn.selected .limitAutreMontant::after {
    background-color: #ffffff;
}

.autreMontant {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    color: #000C99;
}

.itemBtn.selected .autreMontant {
    color: #ffffff;
}

.after_AutreMontant {
    position: relative;
    display: inline-block;
    width: 7rem;
}

.after_AutreMontant::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.6rem;
    height: 0.1rem;
    background-color: rgba(0, 12, 153, 0.15);
}

.itemBtn.selected .after_AutreMontant::after {
    background-color: #ffffff;
}

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

.conteneurInput {
    display: flex;
    flex-direction: column;
    color: #000C99;
    margin-bottom: 1.5rem;
}

.conteneurInput .input,
.input_construct1 .input1 {
    font-family: "Poppins";
    padding: 2.282rem 1rem;
    font-size: 3rem;
    color: #000C99;
    font-weight: 500;
}

.input_construct,
.input_construct1,
.twoSmalInput {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input_construct.cp,
.input_construct1.cp {
    width: 27.6rem;
}

.twoSmalInput {
    width: 10.8rem;
}

.input_construct .input,
.input_construct1 .input1 {
    width: 5.2rem;
    text-align: center;
}

.input_construct .input:nth-child(2n - 2),
.input_construct1 .input1:nth-child(2n - 2) {
    margin-right: 1rem;
}

.input_construct.cp .input:nth-child(2n - 2),
.input_construct1.cp .input1:nth-child(2n - 2) {
    margin-right: 0;
}

.label {
    font-size: 3rem;
    font-weight: 500;
}

.input.prenom {
    width: 22.9rem;
}

.input.nom {
    width: 35.2rem;
}

.envoiFormDdon,
.envoiConfirmation {
    display: block;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    background-color: #E3007D;
    color: #ffffff;
    padding: 2.37rem 0;
    border-radius: 1rem;
    cursor: pointer;
    width: 50rem;
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
    border: none;
    cursor: pointer;
}

.envoiForm_otherMethode {
    display: block;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #E3007D;
    border: 1px solid #E3007D;
    border-radius: 1rem;
    width: 50rem;
    text-decoration: none;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    padding: 1rem 0;
}


/*** fin corps ***/


/*** debut page merci envoiFormDdon  ***/

.merci_envoiFormDdon {
    font-size: 13.1rem;
    font-weight: 600;
    color: #E3007D;
    text-align: center;
    display: block;
    margin-top: 4rem;
    line-height: 1;
}

.conteneurInput .input.adresse {
    padding: 3.962rem 1rem;
}

.block_partage,
.infoContact {
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.55);
    border-radius: 1rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.conteneur_partage {
    padding: 2rem 0;
    text-align: center;
    color: #000C99;
    font-size: 2.9rem;
    font-weight: 600;
}

.conteneur_partage span {
    display: block;
    margin-bottom: 2rem;
}

.block_icone_shhare {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 37rem;
    width: 22rem;
    margin: 0 auto;
}

.block_icone_shhare a {
    width: 8.48rem;
    display: block;
}

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


/*** fin page merci envoiFormDdon ***/


/*** debut page confirmation ***/

.conteneur_infoContact {
    text-align: center;
    padding: 2.5rem 0;
}

.conteneur_infoContact .headInfo {
    color: #E3007D;
    font-size: 4.1rem;
}

.conteneur_infoContact p {
    font-size: 3.6rem;
    margin: 2rem 0 1rem;
}

.conteneur_infoContact p a {
    color: #000C99;
    text-decoration: none;
}


/*** fin page confirmation ***/


/*** debut page 404 ***/

.infoError {
    padding: 5rem 0 10rem 0;
}

.infoError .conteneur_infoContact .headInfo {
    color: #662482;
}

.retourA {
    display: block;
    font-size: 3.6rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #662482;
    color: #ffffff;
    font-weight: 600;
    background-color: 662482;
    width: 50rem;
    padding: 2rem 0;
    margin: 0 auto;
    border-radius: 1rem;
}

.pointererror {
    width: 10rem;
    display: block;
    margin: 0 auto 5rem auto;
}

.infoError .conteneur_infoContact p {
    margin: 5rem 0 1rem
}


/*** fin page 404 ***/


/*** debut page a quoi va servir ***/

.corps.otherPge {
    padding-top: 5rem;
}

.block_text h1 {
    font-size: 3.95rem;
    font-weight: 600;
    color: #000C99;
    line-height: 1.2;
}

.block_montDonPrMonth {
    background-color: rgba(0, 74, 229, 0.05);
}

.item_donPerMonth {
    margin-bottom: 5rem;
    border-radius: 1rem;
    overflow: hidden;
}

.item_donPerMonth>a {
    display: block;
}

.pic_donPerMonth {
    width: 100%;
}

.pic_donPerMonth img {
    display: block;
}

.limiteur_block_montDonPrMonth {
    padding: 3rem 0;
    text-align: center;
}

.limiteur_block_montDonPrMonth h2 {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1;
    color: #E3007D;
}

.limiteur_block_montDonPrMonth span {
    font-size: 2.8rem;
    color: #000C99;
}


/*** fin page a quoi va servir ***/


/*** debut page comment ca marche ***/

.otherPge .blockEnvoiBtn .envoiFormDdon,
.otherPge~.blockEnvoiBtn .envoiFormDdon {
    padding: 2rem 0;
}

.underH1 {
    display: block;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.block_text i {
    display: block;
    font-size: 2.8rem;
    margin: 3rem auto;
    text-align: center;
    color: #000C99;
    line-height: 1.2;
}

.item_ccm {
    text-align: center;
}

.pic_ccm {
    width: 25.35rem;
    margin: 0 auto;
}

.pic_ccm img {
    width: 100%;
    display: block;
}

.limiteur_block_ccm p {
    font-size: 3.6rem;
    color: #000C99;
    margin: 0.5rem 0 8rem;
}

.limiteur_block_ccm p sup {
    font-size: 2.2rem;
}

.backedGroupItem {
    background-color: rgba(0, 74, 229, 0.05);
    padding: 8rem 0 1rem;
    margin-bottom: 10rem;
}


/*** fin page comment ca marche ***/


/*** debut sticky menu ***/

.stickyMenu {
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: #000C99;
}

.hompage {
    width: 4.5rem;
}

.conteneur_stickyMenu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem 0;
}

.stickyMenu a {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    line-height: 1.03;
    position: relative;
}

.stickyMenu a:nth-child(2) {
    padding: 0 7%;
}

.stickyMenu a:nth-child(2)::before,
.stickyMenu a:nth-child(2)::after {
    position: absolute;
    content: "";
    top: 50%;
    height: 50%;
    width: 0.1rem;
    background-color: #ffffff;
    transform: translateY(-50%);
    opacity: 1;
}

.stickyMenu a:nth-child(2)::after {
    right: 0;
}

.stickyMenu a:nth-child(2)::before {
    left: 0;
}


/*** fin sticky menu ***/


/*** debut footer ***/

.footer {
    width: 76.9rem;
    margin: 0 auto;
    padding: 5rem 0;
    display: block;
    background-color: #ffffff;
}

.conteneurFooter {
    width: 52rem;
    width: 70rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.conteneurFooter a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 2.5rem;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.conteneurFooter a:nth-child(2) {
    padding: 0 5%;
}

.conteneurFooter a:nth-child(2)::before,
.conteneurFooter a:nth-child(2)::after {
    position: absolute;
    content: "";
    top: 50%;
    height: 0.1rem;
    width: 1rem;
    background-color: #000000;
    transform: translateY(-50%);
    opacity: 1;
}

.conteneurFooter a:nth-child(2)::after {
    right: 0;
}

.conteneurFooter a:nth-child(2)::before {
    left: 0;
}
.conteneurFooter a:nth-child(3) {
    padding: 0 5% 0 0;
}
.conteneurFooter a:nth-child(3)::after {
    position: absolute;
    content: "";
    top: 50%;
    height: 0.1rem;
    width: 1rem;
    background-color: #000000;
    transform: translateY(-50%);
    opacity: 1;
}
.conteneurFooter a:nth-child(3)::after {
    right: 0;
}


/*** fin footer ***/


/*popup*/

.modal-credit {
    position: fixed;
    top: 0;
    left: 50%;
    width: 76.9rem;
    height: 100%;
    background-color: #E6EDFD;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    transition: 0.4s;
    transform: translateX(-50%) scale(0.7);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 9999;
}

.modal-credit.active {
    opacity: 0.98;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.modal-content-credit {
    width: 100%;
    max-width: 130rem;
    color: #000000;
    margin: auto;
}

.modal-content-credit p {
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
}
.modal-content-credit p a {
    text-decoration: underline;
}

.modal-content-credit p a {
    color: #000000;
}

.modal-close-credit {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 25px;
}

.modal-close-credit .fa-times {
    color: #000000;
    font-size: 3.2em;
    opacity: 1;
}

.error_msg {
    color: rgb(229, 0, 0);
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.error_msg a {
    color: rgb(229, 0, 0);
    text-decoration: underline;
}
.modal-rgpd p{
    padding: 0 4rem;
}
.modal-rgpd .modal-content-credit{
    overflow: auto;
    height: calc(100% - 50px);
    margin-bottom: 0;
    margin-top: auto;
}
/* */
/* */

ul.bs-autocomplete-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 9999;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.bs-autocomplete-menu a {
    font-weight: 300 !important;
    color: #333333;
    font-size: 3rem;
    line-height: 3.6rem;
    display: block;
    color: #000C99;
    padding: 1rem 2rem;
    font-family: "Poppins";
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-state-active,
.ui-state-focus {
    color: #23527c;
    background-color: #eeeeee;
}

.bs-autocomplete-feedback {
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin-top: .5em;
    margin-right: .5em;
}

.loader {
    font-size: 10px;
    text-indent: -9999em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #333;
    background: -moz-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #333;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.error1 {
    color: red;
    text-shadow: 0 0 1px #ffffff;
    font-size: 2rem;
    font-family: 'Volte';
    text-align: left;
}


/*******************/