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

/* 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: 0px;
        font-size: 7px;
        top: 7px;
    }
}


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

@media (min-width: 412px) and (max-width: 479px) {
    
    .mode-enfant .background:before {
        left: calc(100% - 66px);
    }
    
    .mode-enfant .background:after {
        font-size: 9px;
        top: 7px;
        left: 6px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    
    .mode-enfant .background:before {
        left: calc(100% - 70px);
    }
    
    .mode-enfant .background:after {
        font-size: 10px;
        top: 6px;
        left: 4px;
    }
}

@media (min-width: 768px) {
    
    .mode-enfant .background:after {
        font-size: 10px;
        top: 6px;
        left: 4px;
    }
}



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


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