/* It is recommended to place all your extra/additional CSS rules here */


body 
{    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1.0);
}

#main-content .section-wrapper .content-wrapper 
{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.0);
}

#left-sidebar .logo img 
{
    display:block;
    margin:0 auto;
    width:auto;
    max-width:95%;
    height:auto;
}

#left-sidebar 
{
    display:block;
    background: rgba(0,91,122,0.9); 
    text-transform: uppercase;
}

@media (min-width: 768px) 
{
    #left-sidebar 
    {
        /* any change has to be replicated in #footer below */
        height:100%;
        position: fixed;
        top:0;
        left:2%;  
        width:18%;
        max-width:250px;
        min-width:150px; 
        
        background: -moz-linear-gradient(top,  rgba(0,91,122,1.0) 0%, rgba(0,0,0,0) 78%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,91,122,1.0)), color-stop(78%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top,  rgba(0,91,122,1.0) 0%, rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top,  rgba(0,91,122,1.0) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top,  rgba(0,91,122,1.0) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom,  rgba(0,91,122,1.0) 0%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a000000', endColorstr='#00000000',GradientType=0 ); 
    }
    #main-menu .btn-outline-inverse{
        font-size: 14px;
    }
}
@media (min-width: 992px) 
{
    #left-sidebar 
    {

        left:3%;  

    }
    #main-menu .btn-outline-inverse{
        font-size: 18px;
    }
   
}

#left-sidebar #main-menu 
{
    text-transform: uppercase;
}

#main-content .section-wrapper 
{
    /*background-color: rgba(0,91,122, 0.7);*/
    background-color: rgba(93,48,54, 0.8);
    background-color: rgba(0,0,0, 0.6);
}

#owl-demo .item
{
    margin: 3px;
}
#owl-demo .item img
{
    display: block;
    width: 100%;
    height: auto;
}


table 
{
    border-spacing: 2px; width: 100%;
}
td    
{
    padding: 6px;
}

table th
{
    padding: 5px; 
    /*background: rgba(255,255,255,0.1);*/
}

table tr
{
    height: 60px;
    border-bottom: solid 1px white;
}

.noBackground
{
    background: none;
}

.horaire table
{
    width: 100%;
}

.horaire th
{   
    width: 25%;
    border-bottom: solid 1px #fff; 
    padding: 5px; 
    padding-left: 20px;
    background: rgba(255,255,255,0.1);
}

.horaire td
{    
    border-bottom: solid 1px #fff; 
    padding: 5px; 
    padding-left: 20px;
    background: rgba(0,0,0,0.3);
}

.carte-membre td
{    
    padding-left: 20px;
}

.carte-membre th
{    
    padding-left: 20px;
}

.carte-membre .dark
{    
    background: rgba(0,0,0,0.3);
}

.carte-membre .pale
{    
    background: rgba(255,255,255,0.1);
}

.bold
{
    font-weight: bold;
}

#footer .social-icons li img 
{
    width:40px !important;
    height: auto !important
}