/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.top-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: lightgray;
}
@media screen and (min-width: 768px) {
    .block-header{
        min-width: 250px;
    }
}
.widget-wpml{
    margin-bottom: auto;
    margin-top: auto;
}
.wpml-ls-legacy-list-horizontal{
    border: none!important;
    padding: 5px!important;
}
.reseau{
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
}
.icon-reseau{
    padding: 5px;
}
.header-woocommerce{
    display: flex;
    justify-content: flex-end;
}
.compte{
    padding: 5px;
}
.panier{
    padding: 5px;
    margin-top: auto;
    margin-bottom: auto;
}
.icon-flex{
    display: flex;
}
.panier-compte{
    margin-right: 5px;
    margin-top: auto;
    margin-bottom: auto;
}