/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/*Sous-titre de menu*/
span.menuSubLine {
    display:block;
    font-size:80%;
    margin-top: -30px;

}

/*sous-titre menu outils*/
span.menuSubLine-outils {
    display:block;
    font-size:80%;
    margin-top: -3px;
    border-bottom: 1px dotted;

}



.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li > a{
    height: 65px;
}

/*fond gauche*/

.tm-sidebar-wrapper {
    background: #3d3e50 url("../../../images/background/default.jpg") no-repeat scroll 50% 0;
}

/*fond droite*/
body {
/*    background: #f9f9f7 none repeat scroll 0 0;*/
background-image: linear-gradient(-130deg, #fff  , #cc3300 );
}


/*style menu footer*/

/*
.tm-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0;
    height: 26px;
    left: 35px !important;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
}*/

.uk-subnav-line > *:nth-child(n+2)::before {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 4px;
}
.uk-subnav > * > * {
    color: #666666;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
}

/*gestion zone contact à gauche*/

/*
@media screen and (max-height: 760px) {
body .tm-sidebar-wrapper .tm-sidebar-widget-container .tm-sidebar-main {
    bottom: -30px !important;
    font-size: 0.7em !important;
    position: fixed !important;
}
body .tm-sidebar-wrapper .uk-panel-title {
    font-size: 17px !important;
    margin-bottom: 4px !important;
}
}
@media screen and (max-height: 640px) {
body .tm-sidebar-wrapper .tm-sidebar-widget-container .tm-sidebar-main {
    display: none !important;
}
}
*/


/*footer menu padding et dispo*/


.tm-block-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

/*menu responsive sous menus*/

@media (max-width:959px){
    span.menuSubLine {
    display: block;
        font-size:100%;
    margin-top: -5px;
}
}

/*ZONE contact*/

body .tm-toolbar {
    background-color: rgba(255, 255, 255, 0.75);
    border-bottom: medium none;
    height: 5px;
    margin-top: 0;
    padding: 10px 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}