


/******************* PAGE DESTINATIONS ***********************/

@media (max-width: 1500px) { 
    
    .continent { 
        height : 100%; 
        display: flex; 
        flex-wrap: wrap;
    } 
    
    .pays { 
        margin: 1rem !important;
    }

    .TroisPhotos .pays { 
        width: 20rem;
    }

}




