/*
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 : 30 juil. 2018, 04:32:04
    Author     : Soso
*/

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

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

@media (min-width: 768px) { 
    div.imageFond {
        background-image: url(../img/Pizza13.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/Pizza13.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: #9E0000;
}

.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: #9e0000;
}

div#footer {
    background-color: #291b14;
}

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

div.panel-heading.panel-confirmeCommande {
    background-color: #98c238;
}

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

.btn-default, .btn-default:focus {
    background-color: #799c1d;
    color: #fff;
}

.btn-default:hover {
    background-color: #727b04;
    color: #fff;
}