@import url('//fonts.googleapis.com/css?family=Galada&display=swap');

#logo-langues {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submit-large {
    width: 100%!important;
    background-color: #e0643d!important;
    border: #e0643d!important;
    color: #fff!important;
    text-transform: uppercase!important;
}

#nav-flex ul.uk-navbar-nav {
    height: 180px;
    align-items: center;
}

.uk-text-x-large {
    font-size: 2rem;
}

.uk-default {
    color: rgb(172, 172, 172);
}

.wk-overlay-background {
    background: #13131369;
}

.wk-tab>li.wk-active>a {
    color: #e0643c;
}

/* Titre font Galada */
h1,
h1.uk-article-title {
    font-family: 'Galada', cursive !important;
    text-transform: initial;
    font-weight: 100;
}

.wk-button-primary,
.wk-button-primary:focus {
    background-color: #b3d982;
}

.wk-button-primary:hover {
    background-color: #96bb66;
}

#footer {
    color: #fff;
}

#part-sidebar {
    display: none;
}

@media screen and (min-width: 1200px) {
    #part-sidebar {
        display: initial;
    }

    .uk-position-center-right.uk-position-fixed.uk-position-z-index {
        width: 120px;
    }

    #part-sidebar .wk-grid-width-1-1.wk-grid-width-medium-1-3 {
        background: #fff;
        padding: 15px 25px 15px 0;
        -moz-box-shadow: 0px 0px 5px 0px #656565;
        -webkit-box-shadow: 0px 0px 5px 0px #656565;
        -o-box-shadow: 0px 0px 5px 0px #656565;
        box-shadow: 0px 0px 5px 0px #656565;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);

    }

    #part-sidebar .wk-grid-width-medium-1-3>* {
        width: 100% !important;
    }

    #part-sidebar .wk-panel img {
        width: 100%;
    }
}