/* 
    Created on : 10 juil. 2018, 16:07:23
    Author     : Soso
*/

body > div.container  {
    width: 100%;
}

@media screen and (max-width: 767px) {
    div#bandeauHaut h1 {
        color: #884240;
    }
}

@media (min-width: 768px) { 
    div.imageFond {
        background-image: url(../img/Gastronomie2.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        z-index: -20;  
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    
    div#bandeauHaut {
        background-image: url(../img/Gastronomie2.jpg);
        background-position: top center;
    }
    
    div#barreHaut {
        background-position: center top 120px;
    }
    
    div#barreHaut h1 {
        text-align: center;
        font-weight: 400;
        font-size: 4em;
        font-family: 'Signika', sans-serif;
        color: #ffffff; 
        height: 350px;
        padding-top: 20px;
        margin-bottom: 10px;
        margin-top: 0px;
        line-height: 80px;        
    }    
    
}

.navbar-default {
    border-radius: 0px;
    background-color: #884240;
}

.navbar {
    border: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 1400px) { 
    .navbar {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 768px) {
    div#blocCentral {
        width: 80%;
        margin: auto;
    }    
}

div.topbar {
    padding: 0px 0px 0px 0px;
}

.panel div.panel-heading {
    background-color: #2f6748;
}

div#footer {
    background-color: #17262d;
}

div#blocCentral {
    width: 80%;
    margin: auto;
}

div.panel-heading.panel-confirmeCommande {
    background-color: #274e61;
}

div.panel-heading.panel-confirmeCommande h3 {
    color: #ffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

div.gestionAdmin h3, div.commandesDuJour h3, div.bilanCommandes h3 {
    font-size: 22px;
    font-weight: bold;
    color: #f97500;
}

button.btNoubeauProduit, a.ajoutIngredient {
    background-color: #23639a;
    margin-top: 25px;
}

button.btNoubeauProduit:hover, a.ajoutIngredient:hover {
    background-color: #5382ab;
    margin-top: 25px;
}

div#navbar ul li.active a, div#navbar ul li.focus a,
 div#navbar ul li a:hover {
    background-color: #e6948c;
    color: #fff;
}