/**
* Adaptation css pour certains éléments pour le site en langue corréenne
*/

@media (min-width: 320px) and (max-width: 359px) {

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

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

    .bubble-left p {
        font-size: 10px;
    }

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

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

    .bubble-left p {
        font-size: 10px;
    }

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

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

    .bubble-left p {
        font-size: 11px;
    }

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

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

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

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

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

@media (min-width: 1200px) {

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

