/* 
    Document   : elements_communs_bootstrap2
    Created on : 21 juil. 2014, 11:09:31
    Author     : Heckel
    Description:
        Purpose of the stylesheet follows.
*/

.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid {
    width: 100%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span9 {
    width: 74.4681%;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    min-height: 30px;
}

.row-fluid .span3 {
    width: 23.4043%;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
}

@media (max-width: 767px) {
	.row-fluid .span3, .row-fluid .span9 {
		margin-left: 0;
		width: 100%;
	}
	.institutions_content img { width: 100%; max-width: none; }
}