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


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

@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;
    }
}
