/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/


/*----- "MENU" POUR LA NAV MOBILE -----*/
.mk-nav-responsive-link::after {
content: 'MENU';
position: absolute;
top: 14px;/*régler la position si besoin*/
right: 35px;/*régler la position si besoin*/
color: #51d9b2 ; /*changer la couleur si besoin*/
font-weight: bold;
}

.mk-responsive-nav li a:hover {
    background-color: #18a0c7!important;
    color: #ffffff!important;
}

/*----- FIX BACK TO TOP -----*/

.mk-go-top {
    background-color: rgba(25, 161, 199, 0.5)!important;
}

.mk-go-top:hover {
    background-color: rgba(25, 161, 199, 1)!important;
}

@media handheld, only screen and (max-width: 768px) {
.mk-go-top {
    display: block;
}
}