body {
    background: url(../img/bg2.jpg);
}

.site {
    font-family: 'Holtwood One SC', sans-serif;
}

.nav {
    margin-bottom: 20px;   
}

.price {
    background: #5cb85c;
            box-shadow: 0 1px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 2px 2px #333;
    position: absolute;
    right: -10px;
    top: 20px;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 3px;
}

.price:before {
    border: 4px solid transparent;
    border-bottom: 4px solid #4a934a;
    border-left: 4px solid #4a934a;
    content: "";
    position: absolute;
    right: 1px;
    top: -8px;
}

h5 {
    color: #83171d;
}

p {
    font-size: .7em;
    color : #282828;
}

.nav>li>a:active, .nav>li>a:hover, .nav>li>a:focus {
    background: #e54a25;
}

.nav a:active {
    background-color: #e54a25;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #e54a25;
    background-color: #fff;
}

.nav>li>a {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 2px #000;
}

.btn-order {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #83171d;
    text-decoration: none;
    text-shadow: 2px 2px #000;
}

.btn-order:hover, .btn-order:focus {
    color: #fff;
    background-color: #e54a25;
}

.card {
    margin-bottom: 20px;
}

/* Footer */

footer {
    margin-top: 50px;
    background: #000;
    padding-top: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

footer a, a:hover, a:focus {
    text-decoration: none;
    color:#fff;
}

footer h4 {
    font-size: 1.3em;
    padding-bottom: 20px;
    padding-top: 30px;
}

#reseau1, #reseau2, #reseau3 {
    font-size: 1.8em;
    padding-right: 20px;
}

footer img {
    height: 40px;
    width: auto;
    float: left;
    border: 1px solid;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 30px;
}

footer h6 {
    font-family: 'Anton', sans-serif;
    padding-bottom: 10px;
    font-size: 1.5em;
}

footer p {
    margin-top: 20px;
    color: #fff;
    font-size: 1em;
}



footer span {
    margin-top: 20px;
    font-size: .8em;
}

footer span a {
    text-decoration: underline;
}

#liens-entreprise {
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    padding: 40px 0 20px 0;
    margin: 20px 0 40px 0;
}

footer ul {
    margin-bottom: 20px;
}

#mentions {
    text-decoration: underline;
    padding-right: 10px;
    text-align: center;
}

#mentions span {
    font-size: 1.2em;
    color: #4b4b4b;
    text-decoration: none;
}

#manger-bouger {
    margin: 30px 0 30px 0;
    text-align: center;
}

#manger-bouger a {
    font-size: .8em;
}

#version {
    text-align: center; 
    color: #4b4b4b;
    padding-bottom: 50px;
}

/* Phone */

@media (max-width: 560px) {
    footer h4, footer h6, footer a, footer ul {
        text-align: center;
    }
    
    footer p {
        text-align: justify;        
    }
    
    #reseau {
        position:relative;
        left: 50%;
        margin-left: -13%;
    }
        
    #app {
        position:relative;
        left: 50%;
        margin-left: -28%;
    }
    
    footer input {
        max-width: 400px;
        
    }
}

/*  ADMIN */

.admin {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}
.help-inline {
    color: red;
}

.admin h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    margin-right: 20px;
}



