.ol_section {
	width:100%;
	display: block;
	padding-top:55px; 
	padding-bottom:55px;
}
.ol_container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ol_p0 {
	padding-top: 0;
	padding-bottom: 0;
}
.ol_m0 {
	margin-top: 0;
	margin-bottom: 0;
}
.ol_row {
	margin-right: -15px;
    margin-left: -15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ol_row:after {
	clear: both;
	display: table;
    content: " ";
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ol_col {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ol_row:after {
	clear: both;
}
.ol_center {
	text-align: center;
}
.ol_center .ol_col {
	display: inline-block !important;
	float: none !important;
}

.ol_ttl_h4{
    font-size: 20px;
	color: #D62D20;
}

h3.ol_ttl{
	display: inline-block;
    font-size: 24px;
	color: #2A2A2C;
	position: relative;
	margin-bottom: 40px !important;
}

h3.ol_ttl:after {
	border-bottom-style: solid;
	border-image-width: 4px;
    content: "";
    display:block;
	margin-top: 10px;
    height: 4px;
    width: 46%;
	border-bottom-color: #2A2A2C;
}

.ol_mentions {
	font-size: 11px;
	text-align: left;
}


.ol_tKey {
	width: 100%;
    border-top: 5px solid #D62D20;
	background-color: #FFF !important;
}

.ol_tKey td {
	background-color: #FFF !important;
	font-size: 18px;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align: top;
}

.ol_tKey td.ol_tKey_name {
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	color: #2A2A2C;
	text-transform: uppercase;
	text-align: left;
	padding-top:30px;
	width: 40%;
}

.ol_tKey td.ol_tKey_arrow{
    border-bottom: 1px solid #bdbdbd;
	text-align: left;
}

.ol_tKey td.ol_tKey_arrow ul li{
	background: url("img/ol_arrow.png") no-repeat left center;
	padding-left: 40px;
	padding-top:15px;
	padding-bottom:15px;
}

.ol_tKey tr.ol_tKey_last td {
    border-bottom: 0 !important;
}

/*  GESTION BGCOLOR BLUE */
.bg_graphs_blue{
	background-color:rgba(238, 234, 232, 1.00);
 
}
/*
.bg_graphs_blue h3.ol_ttl{
	color: #FFF;
}

.bg_graphs_blue h3.ol_ttl:after {
	border-bottom-color: #a1aac7;
}
*/

/* SURCHARGE TABLEAU */
.ol_col .table th{
	background: #D62D20;
	color: #FFF;
	padding: 20px;
	text-align: left;
	border-right: 0;
}
.ol_col .table td{
	padding: 20px;
	border-right: 0;
	text-align: left;
	border-bottom: 1px solid #bdbdbd;
}
.ol_col .table tr{
}
.ol_col .table{
	background: #FFF;
}
.ol_col .table tbody tr:last-child td {
    padding-bottom: 20px;
}

.ol_col .table td.table__highlight{
	background: #FFF;
	color: #2A2A2C;
}


@media screen and (max-width: 63.96875em) {
	.ol_double_col.ol_col_2{
		margin-top: 30px;
	}

	.ol_tKey td {
		display: table-cell;
		border-bottom: none;
	}

	.ol_tKey td:before {
		display: none!important;
	}
}
@media (min-width: 768px){
	.ol_container {
		width: 750px;
	}
}
@media (max-width: 992px){
	.ol_container {
		text-align: center;
	}
	h3.ol_ttl:after {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	.ol_graph_content {
		display: inline-block;
	}

	.ol_col .table td.table__highlight{
		background: #6889cc;
		color: #FFF;
		text-align: center;
	}
}
@media (min-width: 992px) {	
	.ol_container {
		width: 970px;
	}
	.ol_col {
		float: left;
	}
	.ol_col_1 {
		width: 8.33333333%;
	}
	.ol_col_2 {
		width: 16.66666667%;
	}
	.ol_col_3 {
		width: 16.66666667%;
	}
	.ol_container .ol_col_4 {
		width: 33.33333333%;
	}
	.ol_col_5 {
		width: 41.66666667%;
	}
	.ol_col_6 {
		width: 50%;
	}
	.ol_col_7 {
		width: 50%;
	}
	.ol_col_8 {
		width: 66.66666667%;
	}
	.ol_col_9 {
		width: 75%;
	}
	.ol_col_10 {
		width: 83.33333333%;
	}
	.ol_col_11 {
		width: 91.66666667%;
	}
	.ol_col_12 {
		width: 100%;
	}
}
@media (min-width: 1200px){
	.ol_container {
		width: 1170px;
	}
}