/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    height: 100%;
    /*padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

h1 {
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: thin solid rgb(229,229,229);
    font-size: 30px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.no_sem {
   margin-bottom: 30px;
   margin-right: 30px;
}
.bandeau {
   margin-top: 5px;
   margin-bottom: 5px;

}
.titre1 {
    color: #96be10;
    font-size: 100%;
    font-weight: bold;
    padding-top: 20px;
    text-align: left !important;
}
.titre2 {
    color: #007BA5;
    font-size: 100%;
    font-weight: bold;
    padding-left: 30px;
}


.titre_bulletin {
    color: #007BA5;
    font-size: 300%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.text_bulletin {
    text-align: justify;
}
.bg_tableau {
    background-color:  #d7e6f4;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.bref-title {
    background-color: #337ab7;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 3px;

}

select::-ms-expand {
    border:none;
    background:#fff;
    z-index:99;

}

.table > tbody > tr > td {
     vertical-align: middle;
}

.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.liste { 
    border:2px solid #ccc; 
    width:300px; max-height: 350px; overflow-y: scroll; }

.bleu {
    color: #23527c;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.petit {
    font-size: .75em;
}