@charset "utf-8";
/* CSS Document */


@import url("reset.css");
@import url("header.css");
@import url("accueil.css");
@import url("chiffres.css");
@import url("footer.css");


.col-md-1 {
	padding: 20px 0 0 15px!important;
}

.fa {
	color:#ffc425;
	font-size: 180%!important;
	margin: 0 0 10px 5px;
}

.no-padding {
  padding-right: 0!important;
  padding-left: 0!important;
}

.noresponsive {
	   display: inline!important;
    height: inherit!important;
    max-width: inherit!important;
}

.container-fluid {
	margin: 0 auto;
	max-width: 960px;
	padding-left: 15px;
	padding-right: 15px;
}

section {
	padding: 15px 0 15px 0;
	background: #FFC425;
	margin: 0 0 30px 0;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.6);
	font-size: 14px;
}

section h1{
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 0 0 6px 0;
	color: #224e86;
	font-weight: 900;
	border-bottom: #224e86 dashed 1px;
}

section h2{
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: 900;
}

section a{
	color: #000;
}


section ul{
	margin: 0 0 15px 14px;
}

aside {
	min-height: 560px;
	margin: 0 0 30px 0;
	background: url(../images/bg-aside.png) top left no-repeat;
}

aside img{
	margin: 0 0 18px 0;
}

.outils-pedagogiques {
	width: 225px;
	float: left;
}

.outils-pedagogiques a{
	margin: 0 0 25px 0;
	display: inline-block;
	text-decoration: none;
	line-height: 16px;
}

.outils-pedagogiques img{
	margin: 0 0 10px 0;
}

.faq strong{
	display: block;
	margin: 35px 0 0 0;
}

.faq ul, ol{
	margin: 0 0 0 14px;
}

.table img, .table iframe  {
	-webkit-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    7px 7px 12px 0px rgba(50, 50, 50, 0.3);
box-shadow:         7px 7px 12px 0px rgba(50, 50, 50, 0.3);
}

.table td {
	padding: 0 0 20px 0;
	text-align:left;
}

table img {
	display: block;
	margin: 0 0 12px 0;
}

.prix {
	color:#ed1c24;
	font-size: 120%;
}

.big{
	font-size: 150%;
}


@media screen and (max-width: 992px) {
	aside {
		background: none;
		min-height: inherit;
	}
}

