/*
Theme Name: L'épicure 19
Description: Thème enfant pour le site L'épicure 19
Author: Maxime GINDRE - MOUT
Author URI: https://moutwebagency.com
Template: Divi
Version: 1.0.0
*/

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

@media all and (max-width: 1023px) {
    .flex-mob-col {
        flex-direction: column;
    }

    .mb-justify-center {
        justify-content: center;
    }
}


@media (max-width: 980px) {
    .et_pb_menu .et_mobile_menu {
        top: 52px;
    }

    .et_mobile_menu {
        border-top: 1px solid;
    }
}


#sb_instagram .sbi_photo_wrap,
#sb_instagram .sbi_photo_wrap a,
#sb_instagram .sbi_photo_wrap img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

#sbi_images{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}