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


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

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

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

    .mode-enfant .background:after {
        left: 6px;
    }
    
    .bubble-home.bubble-left {
        left: 38px;
    }
}

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

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

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

    .mode-enfant .background:after {
        left: 10px;
    }
    
    .bubble-home.bubble-left {
        left: 58px;
    }
}

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

    .mode-enfant .background:after {
        left: 10px;
    }

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

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

    .mode-enfant .background:after {
        left: 10px;
    }

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

@media (min-width: 1200px) {

    .mode-enfant .background:after {
        left: 10px;
    }

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


/* Positionnement akinator */

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




/* Bouton rejouer */
@media (min-width: 320px) and (max-width: 479px) {
    
    div.play-again-container .btn-play a {
        font-size: 28px;
    }
}


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

    div.play-again-container .btn-play a {
        font-size: 30px;
    }
}


@media (min-width: 992px) {

    div.play-again-container .btn-play a {
        font-size: 32px;
    }
}


/* Spécificités ecran akinator a perdu */

@media (min-width: 320px) and (max-width: 479px) {
    
    .play-again-loose-container a, .play-again-loose-container span {
        font-size: 14px;
    }
}
