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

/* Surchage bouton et div filtre enfant */

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

    .mode-enfant .background:before {
        left: calc(100% - 52px);
    }
    
    .mode-enfant .background:after {
        left: 6px;
    }
}


@media (min-width: 360px) and (max-width: 411px) {
    
    .mode-enfant .background:before {
        left: calc(100% - 58px);
    }
    
    .mode-enfant .background:after {
        top: 7px;
        font-size: 9px;
        left: 12px;
    }
}

@media (min-width: 412px) and (max-width: 479px) {
    
    .mode-enfant .background:before {
        left: calc(100% - 66px);
    }
    
    .mode-enfant .background:after {
        left: 12px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    
    .mode-enfant .background:before {
        left: calc(100% - 70px);
    }
    
    .mode-enfant .background:after {
        left: 8px;
    }
}



/* 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;
    }
}

