/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 sept. 2019, 08:56:31
    Author     : lfie
    
    Fichier css de refonte du graphisme pour incorporer bootstrao
*/

/* HEADER */
.bs-header-top{
    background-color: #191937; 
    border-top: 3px solid #C04641;
}

.bs-header-top a{
    color: white;
}

.bs-header-top a:hover{
    color: white;
    text-decoration: underline;
}

.navbar a, .navbar a:hover, .navbar a:active, .navbar a:focus{
    color: #C04641;
    font-size: 1.3em;
}

.dropdown-menu{
    background-color: #C04641;
    color: white;
}

.dropdown-menu li a, .dropdown-menu li a:hover{
    color: white;   
}

.dropdown-menu li a:hover{
    text-decoration: underline;
    background-color: #C04641;
}

/* PAGE */
.container{
    min-height: 90%;
}

/* AUTEURS INDEX */
.entitearboindex{
    top: 2px;
}

#visionner-description{
    font-size: 1.3em;
    margin: 10px 0;
}

.vignette img{
    margin: auto;
}

/*
FOOTER
*/

#footer{
    background-color: #191937;
    border-bottom: 3px solid #C04641;
}

.site-footer{
    padding: 10px 0 !important;
    border: none !important;
}

.img-footer{
    max-width: 200px;
    margin: auto;
    padding-top: 20px;
}

.site-footer h2{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #C04641 !important;
    text-shadow : none;
    text-transform: uppercase !important;
    margin: 10px 0;
}