/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Règles spéciales pour l'impression de document*/
@media print {
    /* les styles d'impression commencent ici */
    body {
        font-size: 13px;
        width: 100%;
        background-color: #123456;
    }
    .codeart{
        font-size: 32px;
    }
    .welcome, .title, footer, a, .clearfix{
        display: none;
    }
    table.fiche tr td { 
        font-size: 13px;
        color: red;
        padding: 5px;
    }
    
    .headtable tr td{
        color: yellow;
    }

    .box, .container{
        padding: 0;
        width: 100%;
        margin: 0;
        float: none;
    }

    .space {
        min-height : 15mm;
    }

    .etiqu{
        height: 43mm;
        page-break-inside:  avoid;
    }
    .description{
        margin-top: -2mm;
    }
}

tr,td {
    padding : 0.5em 2em;
}
.col-sm-12 {
    padding-right: 8px;
    padding-left: 8px;
}
body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #584332;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stat-title{
    font-size: 2em;
}

.stat-body{
    font-size: 1.5em;
}
.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 10px;
    padding: 15px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
    position: relative;
    bottom: -50;
    width: 100%;
    height: 50px;
}

footer p {
    margin: 0;
    padding: 5px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 0px 0 5px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 4em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 15px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 20px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

/*  CUSTOM  */
.error {
    border-color: red;
    border-style: solid;
    border-width: 2px;
}
.brand a {
  color: white;
  text-decoration: none;
}

.brand a:hover {
  color: #999;
  text-decoration: none;
}

.artist_name {
  font-size: 20px;
  font-weight: normal;
}

.detail-separator {
  padding-bottom: 25px;
}

.clearfix {
  padding-bottom: 39px;
}

#search_form {
  width: 43%;
  margin: auto;
  text-align: center;
}

.form-group.has-feedback .form-control {
  padding: 6px 5px;
  color: red;
}

.errorlist {
  margin: 10px auto;
}

.errorlist .error {
  color: red;
}

[id*="-description"]{
    width: 100%;
}

[id*="-prix"]{
    width: 75%;
}


.table_stat{
    border-style: solid;
    border-width: 1px;
    padding: 1em;
}

.red{ background-color: orangered; }

.green{background-color: lightgreen;}