@media screen and (width:1366px) and (min-height:750px){
    .main-container .welcome-section{
        width: 80%;
        height: 60vh;
        display: flex;
        overflow-y: hidden;
    }
    .produits-container{
        position: fixed;
        width: 30%;
        height: 30vh;
        background: #abcf47;
        top: 23vh;
        left: 30%;
        transform: translateX(-30%);
        z-index: 99;
        border-radius: 5px;
        font-family: roboto;
        display: none;
    }
}

@media screen and (max-width:1024px){
    .top-header .drapeaux{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header .drapeaux img{
        width: 40px;
        height: 40px;
        margin: 0 3px;

    }
    #burundi-dp{
        width: 50px;
        height: 50px;
    }
    .top-header .contacts{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: roboto;
        color: #abcf47;
        font-size: 1.3rem;
    }
    .top-header .contacts span{
        margin: 0;
        font-size: 1.3rem;
    }
}
@media screen and (max-width:768px){
    .top-header .drapeaux{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header .drapeaux img{
        width: 30px;
        height: 30px;
        margin: 0 3px;

    }
    #burundi-dp{
        width: 45px;
        height: 45px;
    }
    .top-header .contacts{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: roboto;
        color: #abcf47;
        font-size: 1rem;
    }
    .top-header .contacts span{
        margin: 0;
        font-size: 1rem;
    }
}
@media screen and (max-width:728px){
    .top-header .drapeaux{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header .drapeaux img{
        width: 30px;
        height: 30px;
        margin: 0 3px;

    }
    #burundi-dp{
        width: 40px;
        height: 40px;
    }
    .top-header .contacts{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: roboto;
        color: #abcf47;
        font-size: 1rem;
    }
    .top-header .contacts span{
        margin: 0;
        font-size: 1rem;
    }
}
@media screen and (max-width:600px){
    .top-header .drapeaux{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header .drapeaux img{
        width: 20px;
        height: 20px;
        margin: 0 3px;

    }
    #burundi-dp{
        width: 30px;
        height: 30px;
    }
    .top-header .contacts{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: roboto;
        color: #abcf47;
        font-size: 0.8rem;
    }
    .top-header .contacts span{
        margin: 0;
        font-size: 0.8rem;
    }
}
@media screen and (max-width:375px){
    .top-header .drapeaux{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header .drapeaux img{
        width: 15px;
        height: 15px;
        margin: 0 3px;

    }
    #burundi-dp{
        width: 25px;
        height: 25px;
    }
    .top-header .contacts{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: roboto;
        color: #abcf47;
        font-size: 0.6rem;
    }
    .top-header .contacts span{
        margin: 0;
        font-size: 0.6rem;
    }
}
@media screen and (max-width:320px){
    .top-header .drapeaux{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header .drapeaux img{
        width: 10px;
        height: 10px;
        margin: 0 3px;

    }
    #burundi-dp{
        width: 15px;
        height: 15px;
    }
    .top-header .contacts{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: roboto;
        color: #abcf47;
        font-size: 0.5rem;
    }
    .top-header .contacts span{
        margin: 0;
        font-size: 0.5rem;
    }
}