.top{
    background-image: url(../../image/jetdeau2-sombre3-min.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 8vh;
}
.objectives{
    text-align: center;
    padding: 6vh 0;
}
.goals{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    max-width: 50vw;
    margin: 5vh auto;
}
.goals-title{
    margin: 3vh auto 2vh auto;
    font-size: 3rem;
}
.goals-desc{
    font-size: 1.3rem;
    margin: 1vh auto 2vh auto;
}
.goals-item{
    width: 25vw;
    min-width: 250px;
    max-width: 300px;
    display: flexbox;
    margin-bottom: 20px;
}
.goals-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.goals-item p.number{
    text-align: left;
    font-weight: 900;
    margin-bottom: 10px;
}
.goals-item .goals-content p{
    text-align: justify;
}
.goals-item .goals-content h3{
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.intro {
    text-align: center;
    color: white;
    font-size: 4rem;
    margin-top: 8vh;
    margin-bottom: 3vh;
}
.desc {
    width: 30vw;
    color: white;
    text-align: center;
    margin: 0 auto 3vh auto;
    font-size: 1.3rem;
}
.join{
    background-color: #f5f0e4;
    text-align: center;
    padding: 6vh 0;
}
.join-title{
    margin: 0 auto 2vh auto;
    font-size: 3rem;
    color: #32CCFE;
}
.join-desc{
    font-size: 1.2rem;
    margin: 1vh auto 2vh auto;
    width: 60vw;
    text-align: center;
}
.join-btn{
    display: inline-block;
    margin: auto 15px;
}
.events{
    text-align: center;
    padding: 6vh 2vw;
}
.events-title{
    margin: 0 auto 2vh auto;
    font-size: 3rem;
    color: black;
}
.events-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    width: 60vw;
    margin: 100px auto 0 auto;
}
.events-img{
    width: 30vw;
    max-width: 350px;
    min-width: 250px;
    border-radius: 20px;
    cursor: pointer;
}
.event-none{
    font-size: 1.7rem;
    text-align: center;
    margin: 2vh 2vw;
}
.donation{
    padding: 6vh 0 10vh;
}
.donation-content{
    background-color: #f9d75d;
    width: 80%;
    max-width: 1500px;
    margin: auto;
    padding: 50px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 20px;
}
.donation-title{
    margin: 0 auto 2vh auto;
    font-size: 3rem;
    color: black;
}
.donation-desc{
    width: 40vw;
    font-size: 1.2rem;
    margin: 1vh auto 2vh auto;
    text-align: left;
}
.donation-left{
    display: inline-block;
}
.donation-right{
    display: inline-block;
}
@media(max-width:1100px){
    .desc{
        width: 70vw;
    }
}
@media(max-width:768px){
    .intro{
        font-size: 2.5rem;
        margin-top: 5vh;
    }
    .desc{
        font-size: 1.2rem;
    }
}
@media(max-width:410px){
    .top{
        height: 80vh;
    }
}
@media(max-width:380px){
    .top{
        height: 95vh;
    }
}
@media(max-width:285px){
    .top{
        height: 125vh;
    }
}