

.flag-img {
    width: 60px;
    height: auto;
    font-family: 'Roboto', sans-serif;
}

.country-card {
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.video-wrapper {
    background-color: #000;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    height: 250px;
        object-fit: cover;
}

.flag-wrapper {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
}

.flag-wrapper p {
    margin-top: 8px;
    font-weight: bold;
}

.titre1{
color: white;
font-size: 50px;
font-weight: bolder;
}

.titre2{
color: white;
font-size: 30px;
font-weight: bolder;
font-style: oblique;
text-align: center;
text-decoration:wavy
}

.fi-br-angle-right{
font-size: 20px;

}


               