/* Add here all your css styles (customizations) */
body{
    background-color: #e2fc85;
}
#header-top {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-image: linear-gradient(#3066AE, #4B89D4);
    border-bottom: none !important;
}
#header-menu{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #2D63AB !important;
    border-bottom: 6px solid #BBEA00 !important;
}
#header-menu .g-color-primary--hover:hover {
    color: #BBEA00 !important;
}
#navBar li.nav-item > a {
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
}
.hs-sub-menu, .hs-mega-menu{
    margin-top: 13px !important;
    border-top: none !important;
}
footer{
    background-image: linear-gradient(#3066AE, #4B89D4);
    border-top: 6px solid #BBEA00 !important;
}
footer p, footer i.g-color-primary{
    color: #fff !important;
}
footer .g-color-primary--hover:hover{
    color: #BBEA00 !important;
}
#footer-newsletter{
    background-color: #BBEA00;
    color: #000 !important;
}
#footer-newsletter p{
    background-color: #BBEA00;
    color: #000 !important;
}
#main-area{
    padding-bottom: 100px;
}
#breadcrumbs .list-inline-item:last-child i.slash{
    display: none;
}
.btn-primary, .u-btn-primary{
    background-color: #2D63AB;
    border-color: #2D63AB;
}

.btn-primary:hover, .u-btn-primary:hover, .u-btn-primary.active {
    border-color: #4A88D3;
    background-color: #4A88D3;
}
.jolly, .jolly td{
    color: red;
}

#header-sponsor span{
    display: block;
    margin-right: 10px;
}

#prossime-gare .u-btn-green{
    background-color: #BBEA00;
    color: #000;
}

#prossime-gare h3 a{
    color: #BBEA00 !important;
    text-shadow: 0 2px 2px #000000;
}

#prossime-gare h3 p{
    color: #FFF !important;
    text-shadow: 0 2px 2px #000000;
}


.adsense-banner-top { width: 320px; height: 100px; }
@media(min-width: 500px) { .adsense-banner-top { width: 468px; height: 60px; } }
@media(min-width: 800px) { .adsense-banner-top { width: 728px; height: 90px; } }


.grecaptcha-badge {
    display:none;
}


.table .bglight{
    background-color: #ffffff;
}

.table .bgdark{
    background-color: #f7f7f7;
}

.table .collapseLink{
    cursor: pointer;
}
