
/* Correction BUG debug barre Symfony */
.sf-toolbar button{
    min-width: 0;
    line-height: 0;
}

#banner {
    padding: 8em 0;
}

#header #logo{
    display: flex;
    height: 40px;
}

.home #header.alt{
    color: #FFF;
}

#header.alt #logo,
#header.reveal.alt #logo{
    height: 80px;
    position: absolute;
}

#header.reveal #logo{
    height: 40px;
}

.icon.circle.fa-linkedin {
    background: #3fb1a3;
    color: #fff;
}

#footer{
    padding: 1em 5em 1em 5em;
}
#footer section.footer-val{
    padding: 0 5em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

#footer section.footer-val .horaire div.col-6{
    padding-top: 0;
}

.container p.title{
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    color: inherit;
    font-weight: 300;
    line-height: 1.75em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.buttons.menu-left li{
    padding: 0;
    margin-bottom: .5em;
    width: 100%;
}
.buttons.menu-left li a{
    letter-spacing: 1px;
    line-height: normal;
    width: 100%;
    padding: .75em 0;
}

.buttons.menu-left li a.active{
    color: #FFF;
    background: #831727;
    border-color: #610f1b;
}

.red83{
    color: #831727;
}

#slider ul li{
    padding-left: 0;
}

/* GLIDE */ 

#slider .glide__bullet {
    min-width: auto;
    width: 13px;
    height: 13px;
}

/* RESPONSIVE */
@media screen and (max-width: 480px) {
    #slider{
        display: none;
    }
    #banner{
        padding: 4em 0;
        background-color: #821C2B;
    }
    #footer{
        padding: 3em 1em 16em 1em;
    }
    #footer section{
        padding: 0;
    }
    
    #footer section.footer-val{
        padding: 0;
    }
    #footer .wrapper.footer-val .row{
        margin-left: 0;
    }
    #footer .wrapper.footer-val br{
        display: block;
    }
    #footer .wrapper.footer-val .col-6{
        padding: 0;
        margin-bottom: 1em;
    }
    

    #navPanel .link{
        font-size: 11.5px;
    }

}