/**
* Adaptation css pour certains éléments pour le site en langue hebraique (hors style rtl)
*/

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    
    .bubble-home.bubble-left {
        left: 146px;
    }
}

@media (min-width: 1200px) {

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



/* Positionnement akinator */

@media (min-width: 768px) {
    
    .akinator {
        position: absolute;
        left: 1px;
    }
}

