body {
	color: #303030;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #303030;
	text-decoration: underline;
}

a:hover {
	color: #303030;
}

p {
	margin-bottom: 20px;
}

h1, h2 {
	text-transform: uppercase;
	text-align: center;
}

h1 {
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
}

h2 {
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

.col-md-5 > h3:first-of-type {
	margin-top: 0;
}

ul, ol  {
	padding-left: 15px;
}

.block {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}

hr {
	border-top: 3px solid #00dcf2;
}

.btn-default {
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-default {
	text-decoration: none;
}

.table.colored > thead > tr > th {
	vertical-align: middle;
	color: #FFF;
	border-bottom: 0;
	text-align: center;
}

.table.colored > thead > tr > th:nth-child(odd) {
	background-color: #19d0e0;
}

.table.colored > tbody > tr:nth-of-type(2n+1) > td:nth-child(2n) {
	background-color: #ecf0f1;
}

.table.colored > thead > tr > th:nth-child(even) {
	background-color: #18bfcf;
}

.table.colored > thead > tr > th.empty {
	background-color: #FFF;
}

.table.colored > tbody > tr:nth-of-type(2n+1) {
    background-color: #f6f6f6;
}

.table.colored > tbody > tr:nth-of-type(2n) {
    background-color: #eaebed;
}
.table.colored > tbody > tr > td, .table.colored > tbody > tr > th {
	border-top: 1px solid #FFF;
	vertical-align: middle;
}


.table.offer {
	margin-top: 60px;
}

.table.offer th, .table.offer td {
	text-align: center;
}

.table.offer td.offer {
	color: #18d0e0;
	font-size: 28px;
	font-weight: bold;
}

.table.offer td.offer span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.table.offer td.promo, .table.offer td.cb {
	font-size: 20px;
	color: #686d80;
	text-transform: uppercase;
}

.table.offer td.ep {
	color: #18d0e0;
	font-weight: bold;
	font-size: 18px;
}

.table.offer td.ep span {
	display: block;
	color: #686d80;
	font-size: 14px;
}



.table-simple > tbody > tr:nth-of-type(2n+1) {
	background-color: #f9f9f9;
}
.table-simple > tbody > tr > td {
	border: 0;
}
.table-simple > tbody > tr:nth-of-type(2n) {
	background-color: #f3f3f3;
}
.table-simple > thead > tr {
	background-color: #f3f3f3;
}
.table-simple > thead > tr > th {
	border-bottom: 0;
	width: 50%;
}


.scrollable .movable {
	padding: 20px;
	background-color: #f9f9f9;
}



.movable h3:first-of-type {
	margin-top: 0;
}


.blue-block {
	color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00def3+0,0189a1+100 */
	background: #00def3; /* Old browsers */
	background: -moz-linear-gradient(left,  #00def3 0%, #0189a1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00def3 0%,#0189a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00def3 0%,#0189a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00def3', endColorstr='#0189a1',GradientType=1 ); /* IE6-9 */
}

.blue-block  a {
	color: #FFF;
	text-decoration: underline;
}


.introduction-block {
	background-color: #00ddf0;
	color: #FFF;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-size: 22px;
	line-height: 30px;
}

.introduction-block ul {
	margin-top: 40px;
	margin-bottom: 20px;
}

.introduction-block img {
	margin: 0 auto;
}

.toc-block img {
	margin-bottom: 20px;
}

.toc-block ol.main > li > a {
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.toc-block ol.main a {
	color: #000;
	text-decoration: none;
}



.a-block {
	background-size: cover;
	background-image: url("img/a/definition-banque.jpg"); 
}


.b-block {
	background-color: #f9f9f9;
}

.c-block h3 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.c-block img {
	margin: 0 auto;
}

.c-block table {
	margin-top: 30px;
}

.c-block td, .c-block th  {
	text-align: center;
}

.d-block .content {
	overflow: auto;
	height: 400px;
}

.g-block .content::after {
	content:'';
    display:block;
    clear: both;
}

.g-block img.pull-right {
	margin-left: 80px;
	display: none;
}

.g-block img.pull-left {
	margin-right: 20px;
	display: none;
}





.i-block {
	background-color: #f9f9f9;
}

.j-block td, .j-block th {
	text-align: center;
}

.j-block th.item {
	width: 10%;
}

.m-block .question {
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom:20px;
}

.m-block .question h3 {
	text-align: center;
	margin-top: 0;
}

.img-full-width {
	width: 100%;
}

.glyphicon-ok {
	color:#83c815
}

.glyphicon-remove {
	color:#ee5952;
}

.conclusion-block .col-md-12 {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	h1 {
		font-size: 50px;
	}

	.block {
		padding: 80px;
	}
	
	.introduction-block .content {
		width: 60%;
	}
	
	hr {
		width: 300px;
	}
	
	ol  {
		padding-left: 25px;
	}
	
	.m-block .question .content {
		width: 80%;
		margin: 0 auto;
	}
	
	.scrollable {
		height: 400px;
		overflow: auto;
	}
	
	.scrollable .movable {
		margin-right: 20px;
	}
	
	.g-block img.pull-right {
		display: inline-block;
	}
	
	.g-block img.pull-left {
		display: inline-block;
	}
}
