/* Add here all your css styles (customizations) */

.navbar-brand {
    padding: inherit;
}

@media (min-width: 992px) {
    .header-fixed {
        padding-top: 100px;
    }
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: solid 2px #eee;
    color: #69d2e7;
    text-align: center;
    background: #eee;
    background-image: linear-gradient(to right, #fff, #ccc, #fff);

}

hr.style-eight:after {
    content: "OU";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


button.btn-gold, a.btn-gold, .btn-gold {
    background-color: #A28E5C !important;
    color: white !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

button.btn-gold:hover, a.btn-gold:hover, .btn-gold:hover {
    background-color: transparent !important;
    color: #A28E5C !important;
    border: 1px solid #A28E5C !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

button.btn-carlet, a.btn-carlet, .btn-carlet {
    background-color: #E27883 !important;
    color: white !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

button.btn-carlet:hover, a.btn-carlet:hover, .btn-carlet:hover {
    background-color: transparent !important;
    color: #E27883 !important;
    border: 1px solid #E27883 !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

.header-banner {
    background: linear-gradient(45deg, #4a94a2, #69D2E7);
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

button.anti-blue, a.anti-blue {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

button.anti-blue:hover, a.anti-blue:hover {
    background-color: white;
    color: #4a94a2;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

ul.nav.nav-tabs > li.active > a.proarti-tabs {

    background-color: #e8ffff !important;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

ul.nav.nav-tabs > li > a.proarti-tabs {

    background-color: transparent !important;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

/** buttons */
button.proarti-quantity {
    width: 45px;
    height: 40px;
    border: solid 1px #A28E5C;
    font-size: 18px;
    font-weight: bold;

}

/** Couleurs **/
button.proarti-blue {
    background-color: #69d2e7;
    color: white;
}

/** Tunnel de dons */
.amount-counter {
    background-color: #00D3A2;
    color: white;
}

.exemption-counter {
    background-color: #69d2e7;
    color: white;
}

input.donation {
    background-color: #00D3A2;
    width: 80%;
    padding: 10px;
    border: solid 2px white;
    font-size: 40px;
    color: white;
    text-align: center;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

input.donation:focus {
    background-color: #008161;
    width: 80%;
    padding: 10px;
    border: solid 2px white;
    font-size: 40px;
    color: white;
    text-align: center;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

input.donation::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
    font-size: 35px;
    line-height: 100%;
}

input.donation:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
    font-size: 35px;
    line-height: 100%;
}

input.donation::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
    font-size: 35px;
    line-height: 100%;
}

input.donation:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    font-size: 35px;
    line-height: 100%;
}

.well.golden-well {
    background-color: #A28e5c;
    color: white;
    box-shadow: 0 0 20px lightgrey inset;
}

.dore-proarti {
    color: black !important;
    background-color: white !important;
    border: solid 2px rgba(162, 142, 92, 0.5) !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

.dore-proarti:hover {
    color: white !important;
    background-color: #A28E5C !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

.blue-proarti {
    color: black !important;
    background-color: white !important;
    border: solid 2px rgba(105, 210, 231, 0.5) !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

.blue-proarti:hover {
    color: white !important;
    background-color: #69d2E7 !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

.green-proarti {
    color: black !important;
    background-color: white !important;
    border: solid 2px rgba(0, 211, 163, 0.5) !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

.green-proarti:hover {
    color: white !important;
    background-color: #00D3A2 !important;
    -webkit-transition: color 1s, background-color 1s;
    -moz-transition: color 1s, background-color 1s;
    -ms-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
}

.well.blue-well {
    background-color: #69d2e7;
    color: white;
    box-shadow: 0 0 20px lightgrey inset;
}

.well.green-well {
    background-color: #00d3a2;
    color: white;
    box-shadow: 0 0 20px lightgrey inset;
}

.well.golden-well h1,
.well.golden-well h2,
.well.golden-well h3,
.well.golden-well h4,
.well.golden-well h5,
.well.blue-well h1,
.well.blue-well h2,
.well.blue-well h3,
.well.blue-well h4,
.well.blue-well h5,
.well.green-well h1,
.well.green-well h2,
.well.green-well h3,
.well.green-well h4,
.well.green-well h5 {
    color: white;
}