body{
    width: initial;
}

/* Filter */

.filter{
    margin:10px 10px 0 0;
}

/* Sections hebergement + les plus populaires */

#heberg-popular{
	flex-direction: column-reverse;
}

    /* Hébergement */

#hebergement{
    width: 100%;
    margin-top: 30px;
}

.heberg-card{
    width: 100%;
}
    /* Les plus populaires */

#popular{
    width: 100%;
}

#popular figure{
    width: 9%;
}

/* Activités */

#activite{
    margin: 30px 30px 0 30px;
}
#cards-activites{
    display: flex;
    flex-direction: column;
    height: 100%;
}

#cards-activites .card{
    width: 100%;
    height: 221px;
    margin-bottom: 30px;
}

.double-cards{
    width: 100%;
}

.large-card img{
	height: 80%;
}

/* Footer */

footer{
    flex-direction: column;
    align-items: flex-start;
}

footer a{
    text-decoration: none;
}
footer ul{
    justify-content: center;
}

.foot-section{
    margin-bottom: 20px;
}


