/* import général*/
@import url(/CSS/general.css);

/*import header */
@import url(/CSS/header.css);

/* import footer */ 
@import url(/CSS/footer.css);

/* main */ 
/* projet.html */

.img-projet{
    width: 100%;
    height: auto;
    max-height: 100vh;
    padding: 0;
    margin: 0;
}



#section-don p{
    margin: 2rem 

}

p{
    font-size: 1rem;
}



.texte-p-don {
    text-align: center;
}



#cotizup, #helloasso, .link-don{
 display: block;
 margin: 2rem auto;
}

.link-don{
    display: block;
    width: 60vw;
    margin: 2rem auto;
}


#cotizup, #helloasso{
    width: 350px;
    height: 150px;
}

@media screen and (min-width:1024px) {
    #container-don{
        display: flex;
    }
    
    #container-don .container-don-flex{
        flex: 1;
    }

    .link-don{
        display: block;
        width: 33vw;
        margin: 2rem auto;
    }
    
}

@media screen and (min-width:1440px) {
    #section-don{
        width: 80vw;
        margin: 2rem auto;
    }
}










