/*
Bleu rgb(26, 50, 86)
Orange #f6b00e
 */

/*  BOOTSTRAP OVERRIDE */
.navbar-default {
    background-color: rgb(26, 50, 86);
    min-height: 50px;
    padding: 10px;
    padding-top: 40px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    margin-top: 10px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f6b00e;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #f6b00e;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

#page {
    margin-top: 170px;
}

.navbar-default .navbar-text {
    color: #fff;
}

.form-control{
    border-radius: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* PlaceHolders */
.form-control::-webkit-input-placeholder { font-style: italic; font-weight: normal; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { font-style: italic; font-weight: normal;}  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { font-style: italic; font-weight: normal; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { font-style: italic;  font-weight: normal;}  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { font-style: italic;  font-weight: normal;}  /* Microsoft Edge */



/* General Style */
.brand-promobulle {
    max-height: 80px;
    margin: 5px;
    margin-right: 30px;
}

.cc-color-override--523282086 .cc-btn{
    border-radius: 5px; /* Cookies RGPD */
}

/* Demande de Prix */

.title-form-promobulle {
    border-radius: 10px;
    padding: 10px;
}

.form{
    margin-top: 20px;
}

.group-radio{
    margin-bottom: 7px;
}
.other-input{
    margin: 0px;
}

button[type="submit"]{
    margin-top: 25px;
}

/* Confirm Page */
.title-confirm{
    color: rgb(26, 50, 86);
}

.text-confirm{
    font-weight: bold;
}

/* Prototype page */
.btn-voulez-vous-proto{
    background-color: rgba(0,0,0,0.3);
    border: none;
    color: #fff;
    margin-top: 30px;
    border-radius: 2px;
}

.number-round{
    border-radius: 50%;
    padding: 12px;
    font-size: x-large;
    font-weight: bold;
    background-color: rgb(26, 50, 86);
    color: white;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    border: black dashed 1px;
    padding: 15px;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #fff;
    color: black;
    font-size: 1.5em;
    min-width: 200px;
}

.inputfile:focus + label, .inputfile + label:hover {
    background-color: #fdc34a;
    color: #0072bd;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.help-block{
    font-size: x-small;
    color: white;
}

img[alt="1"]{
    display: inline;
    height: 40px;
}

.label_title{
    padding: 5px;
}

.lead-accroche{
    font-weight: bold;
    font-style: italic;
    font-size: large;
    margin: 15px;
}
textarea{
    min-height: 110px;
    max-height: 200px;
    max-width: 500px;
}
input[type=checkbox]{
    margin-top: 30px;
}

.formProto{
    padding-left: 50px;
    padding-right: 50px;
}

input[type="radio"], input[type="checkbox"] , .radio-flat{
    margin-left: 25px;
}

.bg-promobulle-primary {
    background-color: rgb(26, 50, 86);
}


.bg-promobulle-primary-no-hover {
    background-color: rgb(26, 50, 86);
}

.bg-promobulle-primary-no-hover:hover {
    background-color: rgb(26, 50, 86);
}

.text-w {
    color: white !important;
}
.text-p {
    color:  rgb(26, 50, 86);
}

.border-title {
    border: 1px solid black;
    text-align: center;
    padding: 5px;
}

.text-center {
    text-align: center;
}

.modal-body {font-size: 18px;}

.go-to-shop-txt {
    line-height: 30px;
    font-weight: bold;
}