﻿html, body, form {
    height: 100%;
}

#progressing {
    background-color: transparent !important;
}

    #progressing .progressing {
        background-color: #FF6600 !important;
    }

        #progressing .progressing .indeterminate {
            background-color: #B24700 !important;
        }

.fab-content {
    min-height: 100%;
    padding-bottom: 86px;
}

.fab-footer {
    height: 86px;
    margin-top: -86px;
}

.orange {
    color: #ff6600;
}

.orange-background {
    background-color: #ff6600;
}

.header {
    background-image: url(/images/image_entete_1.jpg);
  
    height: 250px ; /*347px;*/
    background-position: center;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 80px;
}
.header2 {
    background-image: url(/images/image_entete_2.jpg);
  
    height: 250px ; /*347px;*/
    background-position: center;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 80px;
}

.header3 {
    background-image: url(/images/image_entete.jpg);
  
    height: 250px ; /*347px;*/
    background-position: center;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 80px;
}
  
.carousel-inner{
	
	       /*margin-bottom: 46px;*/
}
.carousel{
	margin-left: -30px;
    margin-right: -30px;
}

.header-logo {
    margin-left: -15px;
    margin-top:-45px;
}

#footer-logos {
    padding-top: 24px;
}

.grey-background {
    background-color: #F1F1F1;
}

.image-link {
    margin-bottom: 1.5em;
    text-align: center;
}

    .image-link img {
        max-width: 100%;
    }

@media (min-width: 768px) {

    .orange-border {
        border-left: 15px solid #ff6600;
        border-right: 15px solid #ff6600;
    }
}

.onyris-signature {
    float: right;
    padding-right: 15px;
    padding-top: 60px;
    z-index: 1;
}
