/*
Styles for older IE versions (previous to IE9).
*/

.container {
    width:990px;
}
body {
    padding-top:120px;
}
/* Menu */
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.navbar-header {
    float: left;
}
.navbar-toggle {
    display: none;
}
.navbar > .container .navbar-brand {
    margin-left: -15px;
}
.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav {
    float: right;
    margin: 38px 0 0;
}
.nav > li {
    position: relative;
    display: block;
}
.navbar-nav > li {
float: left;
}

/* Colonnes */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-8, .col-sm-4, .col-sm-3, .col-sm-6 {
    float: left;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-sm-3 {
    width: 25%;
  }
.col-md-4, .col-sm-4 {
    width: 33.33333333333333%;
}
.col-md-6, .col-sm-6 {
    width: 50%;
}
.col-md-8, .col-sm-8 {
width: 66.66666666666666%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-lg-12, .col-md-12, .col-xs-12 {
    width: 100%;
}
/* Home */
#UP {
    min-height:407px;
}
#VI {
    min-height: 602px;
}
#CL {
    min-height: 189px;
}
#CTR {
    min-height: 192px;
}
#bloc-4 .first {
    min-height:155px;
}
#bloc-4 .last {
    min-height: 165px;
}
#bloc-4 .col-md-6 .first, #bloc-4 .col-md-6 .last {
    top:0;
    opacity:1;
}
.col-lg-12.pos-top {
    left:0;
    top:0;
} 
.col-lg-12.pos-left {
    left:0;
}
.col-lg-12.pos-bottom {
    left:0px;
    bottom:0px;
}
.col-lg-12.pos-right {
    right:0px;
    top:0px;
} 
/* Solutions */
.roundsol p {
    display:none;
}
/* Témoignage */ 
.attachment-temoin-list {
    max-width:none;
}
/* Footer */
.container-footer {
width: 495px;
margin:0 auto;
}
#footer-left .container-footer {
float: right;
}
#footer-right .container-footer {
float: left;
}
#footer-left, #footer-right {
    width: 50%;
    display: inline-block;
    float: left;
    min-height: 485px;
}