@media (min-width: 768px) {

    .w-md-30 {
        width: 30% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75{
        width: 75% !important;
    }
    .w-md-100{
        width: 100% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .dvh-md-50{
        height: 50dvh !important;
    }
    .dvh-md-75{
        height: 75dvh !important;
    }
    .dvh-md-95{
        height: 95dvh !important;
    }
    .mw-md-px-370{
        max-width: 370px;
    }

    .p-md-px-60{
        padding: 60px !important;
    }
    .pt-md-px-300{
        padding-top: 300px !important;
    }


    .morning-section__left--image-large {
        .bg-assiette {
            transform: scale(0.95) rotate(95deg);
            right: -54px;
            top: -5px;
            transition: ease 300ms;
        }
    }
    .afterwork-section{
        .bg-assiette {
            transform: scale(0.75) rotate(3deg);
            right: 154px;
            top: -71px;
            transition: ease 300ms;
        }
    }
    .morning-section__right-muesli {
        .bulle{
            width: 150px;
            height: 150px;
            top: 30px;
            left: 150px;
        }
    }
    .arrow-desktop{
        transform: rotate(294deg);
        margin-top: 2rem;
        margin-left: 1rem;
        height: 52px;
    }
    .coffee-item{
        width: 300px;
        height: 300px;
        .plat{

            transform: scale(1.4);
            object-position: center !important;
        }
        .bg-assiette{
            object-position: center !important;
            transform: scale(0.67);
            bottom: -64px;
            right: 9px;
        }
    }
    .dailymealplan{
        min-height: unset;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .container700{
        max-width: 700px !important;
    }
}

@media (min-width: 1024px) {
    .mapContainer {

        margin: 0 auto;
        position: relative;
        .adress {
            background-color: white;
            border-radius: 4px;
            position: absolute;
            text-align: left;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            h3 {
                text-align: left;
                width: 100%;
            }
        }
    }
}


