#logo, .bandeau {
    text-align: center;
}

.chiffre_bandeau_superieur {
    font-size: 3em;
}

.separateur_bandeau_superieur {
    font-size: 5em;
}

.bandeau {
    padding-top: 20px;
    font-size: 1em;
    margin: 0 auto;
    width: 550px;
}

.type_bandeau_superieur {
    font-size: 1.3em;
    text-transform: uppercase;
}

.jumbotton {
    text-align: left;
}

h2 {
    color: white;
}

.not-found, .error {
    color: red;
}

.result a {
    color: #06518A;
    font-size: 1.5em;
}
.result {
    border-bottom: 1px solid #bbbbbb;
    margin-top: 25px;    
}

.btn-vrac {
    background-color: #634E42;
    color: #FFFFFF;
}

.search-result, form {
    
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 2px;
}

fieldset {
    border: 0px;
    /*box-shadow: 1px 1px 3px #bbbbbb;*/
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-content, .result-content {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

 .check-option {
    margin-bottom: 15px;
 }

 .highlight {
    border: 3px solid #634E42;;
 }

.step1 {
   padding-bottom: 15px;
 }

 .h1 {
    font-size: 30px;
 }

 #infos_top {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-align: center;
    border-bottom: 10px solid #634E42;
    font-family: modernica-lt, sans-serif;
    height: 60px;
}

.chiffre_bandeau_superieur {
    font-size: 20px;
}
.type_bandeau_superieur {
    font-size: 20px;
    text-transform: uppercase;
}
.container {
    padding: 0;
}
.row {
    margin: 0;
}
.fixed-top {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.bg-info {
    background-color: #17a2b8 !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
