body {
    --color-rouge: rgb(190, 16, 16);
    --color-gris: #f5f5f5;
    padding-top: 115px;

}

.flux {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*-------------- nav bar---------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    background-color: white;
}

li.nav-item {
    transition: 0.5s all ease-in;
    color: transparent;
    margin: 1px;
}

li.nav-item:hover {
    scale: 1.1;
}

.logo {
    height: 100px;
    width: 300px;
    z-index: 1000;
    margin-right: 20px;
    transition: 0.5s;
}

@media screen and (max-width: 767px) {
    .logo {
        height: 50px;
        width: 150px;
        z-index: 1000;
        margin-left: 15px;
        margin-right: 10px;
        transition: 0.5s;
    }

    body {
        padding-top: 67px;
    }
}

.logo:hover {
    scale: 1.1;
    transition: 0.5s ease-in-out;
}

#button-faite_unDon {
    overflow: hidden;
    color: white;
    width: 180px;
    font-size: 1rem;
    border-radius: 35px;
    line-height: 35px;
    font-weight: 600;
    margin-right: 80px;
    font-family: 'Quicksand', sans-serif;
    background-color: var(--color-rouge)
}

#button-faite_unDon:hover {
    transform: scale(1.1);
    background-color: rgb(221, 97, 97);
    transition: 0.4s;
    border: none;
}

#button-faite_unDon {
    transition: 0.5s;
}

/*----------- end of  NAVBAR----------- */

/*---------- START  HOMEPAGE------------*/
/* ------CITATION-------- */
@media screen and (min-width: 767px) {
    .text_CitationAcceuil {
        padding-top: 10px;
        background-color: var(--color-rouge);
        color: var(--color-gris);

    }
}

@media screen and (max-width: 767px) {
    .text_CitationAcceuil {
        padding-top: 10px;
        background-color: var(--color-rouge);
        color: var(--color-gris);
        font-size: 0.5rem;
    }
}

/* ----END OF CITATION-- */

/* ----- bienvenue -------*/
.section_bienvenue {
    position: relative;
    min-width: 80%;
}

@media only screen and (min-width: 768px) {
    .text-bienvenue_engrand {
        font-size: 7rem;
        text-shadow: 0 0 8px rgb(0 0 0 / 80%);
        font-weight: 700;
        letter-spacing: 1px;
        color: #f5f5f5;
        box-sizing: border-box;
    }

    .title_bienvenue {
        position: absolute;
        z-index: 1;
        bottom: 0;
        font-size: 3rem;
        padding: 70px;
        color: var(--color-gris)
    }
}

@media screen and (max-width: 767px) {
    .text-bienvenue_engrand {
        font-size: 2rem;
        text-shadow: 0 0 8px rgb(0 0 0 / 80%);
        font-weight: 700;
        letter-spacing: 1px;
        color: #f5f5f5;
        box-sizing: border-box;

    }

    .title_bienvenue {
        position: absolute;
        font-size: 1.5rem;
        z-index: 1;
        bottom: 0;
        padding: 40px;
        color: var(--color-gris)
    }
}

@media screen and (max-width: 576px) {
    .text-bienvenue_engrand {
        font-size: 1.5rem;
        text-shadow: 0 0 8px rgb(0 0 0 / 80%);
        font-weight: 700;
        letter-spacing: 1px;
        color: #f5f5f5;
        box-sizing: border-box;

    }

    .title_bienvenue {
        position: absolute;
        font-size: 1rem;
        z-index: 1;
        bottom: 0;
        padding: 20px;
        color: var(--color-gris)
    }
}




/*------- qui somme nous------- */
.imgQuiSommeNous {
    max-width: 100%;
    max-height: 400px;
    align-items: center;
    margin: auto;

}

.titre_quiNousSomme {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
}

.text_quiNousSomme {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;

}

@media only screen and (max-width: 768px) {
    .container-text_quiNousSomme {
        border: none !important;
    }
}

/*------- Nobles choix---------- */
.noblesChoix {
    background-color: var(--color-gris);
    padding: 15px;
}

.titre_Choix {
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* ---cards Noble choix -- */

/* responsive avec media query */
@media screen and (min-width: 767px) {
    .container_Noblechoix {
        display: flex;
        justify-content: space-between;
    }

    .card_noblechoix {
        margin: 0.5em;
        width: calc(100%/2);

    }

    .image-noblechoix {
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .container_Noblechoix {
        display: flex;
        flex-direction: column;
    }

    .card_noblechoix {
        margin-top: 20px;
    }
}

.title1_noblesChoixCard,
.title2_noblesChoixCard {

    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.text1_noblesChoix,
.text2_noblesChoix {

    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* ---------- END  HOMEPAGE------------*/

/*--------- PAGE - EVENEMENTS -------- */
.container_datesEvents {
    width: 100%;
    background-color: #96a5b4;
}

.text_datesEvents {
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: #e8ecf0;
    line-height: 1;
}

.title_events-card {
    color: rgb(132, 59, 59);
    font-weight: bold;
    font-family: "Lato", sans-serif;

}

.events_local {
    font-style: italic;
    color: rgb(132, 59, 59);
    font-weight: lighter;
    font-family: "Lato", sans-serif;
}

.text_events {
    font-family: "Lato", sans-serif;
}

.bouton_events {
    position: absolute;
    border-radius: 0 8px 0 0;
    bottom: 0;
    right: 0;
    background: var(--color-rouge);
    border: 1px solid var(--color-rouge);
    border-radius: 12px 0 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5725;
    padding: 5px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}

/*--------- PAGE - NOS ACTIONS -------- */

.action1,
.action3 {
    background-color: var(--color-gris);
}

.title_cardAction {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}


.textEnGras {
    font-size: 1.1rem;
    font-weight: 800;
}

.btnJeMeLance {
    border-radius: 20px;
}

.image_action {
    position: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*------------ PAGE - DON ------------- */
/* ----- section 1---- */

.coutDeDon {
    background-color: var(--color-gris);
}

.iconEuro {
    position: absolute;
    transform: translateY(-50px);
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.defiscalisation {
    display: flex;
    justify-content: space-around;
}

.titre_defiscalisation {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.card_defiscalisation {
    margin-bottom: 40px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 0.8rem var(--color-rouge);
    width: 280px;
}

/* ----end of section 1--- */
/*----- start section 2 REDUCTION----*/
.container_reduction {
    display: flex;
    justify-content: space-between;
}

.title_reduction1,
.title_reduction2,
.text_reduction {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}



/*----- end of section 2 ----*/
/* ---start section 3 --- */
.container_impots {
    background-color: var(--color-gris);
}

.cards_impots {
    background-color: white;
    box-sizing: border-box;
}

.title_impotsCards {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: x-large;
}

.text_etapes {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}



/* -----END OF section 3 --- */
/* ----START OF section 4 --- */

.defiscalisation{
    margin: auto;
}
.container_differance {
    color: grey;
}

.text_differance {
    font-family: 'Noto Sans SignWriting', sans-serif;
    font-weight: 1000;
    font-size: 1rem;
    box-shadow: inset;
    border: black;
    opacity: 0.5;

}

@media screen and (min-width: 767px) {
    .text_differance {
        font-family: 'Noto Sans SignWriting', sans-serif;
        font-weight: 1000;
        font-size: 2.5rem;
        box-shadow: inset;
        border: black;

    }
}

/*---------- end of PAGE - DON --------- */

/*--------- PAGE - BENEVOLA ------------ */
.section_benevola {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .text_engrand {
        font-size: 4rem;
        text-shadow: 0 0 8px rgb(0 0 0 / 80%);
        font-weight: 700;
        letter-spacing: 1px;
        color: #f5f5f5;
        box-sizing: border-box;
    }

    .title_benevola {
        position: absolute;
        z-index: 1;
        margin-top: 70px;
        margin-left: 70px;
        color: var(--color-gris)
    }

    .title_ChaqueExperience {
        margin-top: 50px;
        font-family: 'Quicksand', sans-serif;
        font-size: 3rem;
        font-weight: bolder;
    }

    .text_ChaqueExperience {
        font-family: 'Quicksand', sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 20px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .text_engrand {
        font-size: 2rem;
        text-shadow: 0 0 8px rgb(0 0 0 / 80%);
        font-weight: 700;
        letter-spacing: 1px;
        color: #f5f5f5;
        box-sizing: border-box;
    }

    .title_benevola {
        position: absolute;
        font-size: 0.5rem;
        z-index: 1;
        margin-top: 60px;
        margin-left: 10px;
        color: var(--color-gris)
    }

    .title_ChaqueExperience {
        margin-top: 10px;
        font-family: 'Quicksand', sans-serif;
        font-size: 2rem;
        font-weight: bolder;
    }

    .text_ChaqueExperience {
        font-family: 'Quicksand', sans-serif;
        font-size: 1rem;
        font-weight: bold;
        margin: 20px;
        padding-top: 5px;
    }

}

.CarouselBenevolats {
    z-index: -1;
    margin-top: -50px;
    max-height: 500px;
    width: 100%;
    height: 100%;

}

/* end of section 1 */


/* start of section  2*/


.imageTerre {
    width: 100%;
    margin-right: 0;
    margin-top: 50px;

}

/* -----card comment devenir benevol ----- */
.contaner_card {
    background-color: var(--color-rouge);
    min-width: 100vw;
    min-height: 220px;

}

.card_comment {
    background-color: var(--color-rouge);
    color: var(--color-gris);
    margin: 30px;
}

.title_comment {
    font-weight: bolder;
    font-size: 1.5rem;
}


.btn_comment {
    background-color: var(--color-gris);
    color: var(--color-rouge);
}

li.ms-0::marker,
li::marker {
    font-weight: bolder;
}

/*---------- END OF PAGE - BENEVOLA ---------- */
/*--------- start OF PAGE - CONTACT ---------- */

.section_form {
    background-image: url("/images_contact/terre.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.container_form {
    background-color: rgba(255, 255, 255, 0.43);
    width: 50vw;

}

@media screen and (max-width: 767px) {
    .container_form {
        width: 80vw;
    }

}

.form_coeurSurLaMain .form-control {
    color: rgb(49, 47, 47);
    background-color: black;
    box-shadow: none !important;
    height: 50px;
    margin-bottom: 14px;
    background-color: transparent;


}

.form-control {
    color: rgb(141, 138, 138);
    height: 20px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
}

.form_coeurSurLaMain textarea.form-control {
    height: auto;
}

.textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

/*-------END OF PAGE - CONTACT --------- */