
/* 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,
.container h1.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 MOBILE */
@media screen and (max-width: 739px) {
    #slider{
        display: none;
    }
    #banner{
        padding: 4em 0;
        width: 100%;
        background: url('../../images/equipe/Maugendre-Magrit-mobile-450.jpg');
        background-size: cover;
        /* background-color: #821C2B; */
    }
    #footer{
        padding: 3em 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;
    }

    /* Page Historique */
    .presentation_historique-etude #liste-historique{
        padding: 0;
    }
    .presentation_historique-etude #liste-historique .v-nom,
    .presentation_historique-etude #liste-historique .v-date
    {
        text-align: left;
    }

    /* Page Notre equipe */
    .presentation_equipe .v-notaire div{
        width: 60%;
        flex-direction: column;
    }

    .presentation_equipe .v-service{
        padding: 1em;
    }
    .presentation_equipe .v-service div{
        display: block;
        width: 100%;
        margin: 1em 0;


    }
    #image-home{
        display: none;
    }
    .horaire-footer{
        flex-direction: column;
    }
    .horaire-footer div{
        width: 100%;
    }
}