/* Bulle gauche sur la home */
@media (min-width: 320px) and (max-width: 359px) {

    .bubble-home.bubble-left {
        left: 58px;
    }
}

@media (min-width: 360px) and (max-width: 374px) {

    .bubble-home.bubble-left {
        left: 58px;
    }
}

@media (min-width: 375px) and (max-width: 411px) {

    .bubble-home.bubble-left {
        left: 58px;
    }
}

@media (min-width: 412px) and (max-width: 479px) {

    .bubble-home.bubble-left {
        left: 58px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .bubble-home.bubble-left {
        left: 58px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .bubble-home.bubble-left {
        left: 88px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .bubble-home.bubble-left {
        left: 164px;
    }
}

@media (min-width: 1200px) {

    .bubble-home.bubble-left {
        left: 248px;
    }
}


