/* Pages Enfants */

.bloc-gris-image{
	margin: 30px 0 80px;
	padding: 0 !important;
	text-align: center;
}
	.bloc-gris-image li{
		color: #05374f !important;
		display: inline-block;
		font-weight: 700;
		/*margin: 0 -8px 0 0 !important;*/
		margin: 0 !important;
		text-align: center;
		vertical-align: top;
		/*width: 24%;*/
		width: 30%;
	}
	.bloc-gris-image li:not(:last-child){
		margin-right: 15px !important;
	}
	.bloc-gris-image li::before{
		content: none !important;
	}
		.bloc-gris-image li a{
			background: #f1f1f1;
			display: block;
			padding: 50px 30px 30px;

				-moz-transition: background 0.5s linear;
				-webkit-transition: background 0.5s linear;
			transition: background 0.5s linear;
		}
		.bloc-gris-image li a:hover, .bloc-gris-image li a:focus{
			background: #e5e5e5;
			text-decoration: none;
		}
			.bloc-gris-image li img{
				
			}
			.bloc-gris-image li h3, .bloc-gris-image li h2{
				color: #05374f;
				font-size: 16px;
				font-size: 1.5rem;
				font-weight: 700;
				line-height: 1;
				margin-top: 40px;
				text-transform: none;
			}


.bloc-apprendre{
	padding: 0 !important;
}
	.bloc-apprendre li{
		display: inline-block;
		margin: 0 -2px 0 0 !important;
		vertical-align: top;
		width: 48%
	}
	.bloc-apprendre li:not(:last-child){
		margin-right: 15px !important;
	}
	.bloc-apprendre li::before{
		content: none !important;
	}
		.bloc-apprendre li a{
			background: #f1f1f1;
			display: block;
			padding: 20px;

				-moz-transition: background 0.5s linear;
				-webkit-transition: background 0.5s linear;
			transition: background 0.5s linear;
		}
		.bloc-apprendre li a:hover, .bloc-apprendre li a:focus{
			background: #e5e5e5;
			text-decoration: none;
		}
			.bloc-apprendre li .img-app{
				display: inline-block;
				vertical-align: top;
				width: 45%;
			}
				.bloc-apprendre li img{
					height: 100%;
					width: 100%;
					object-fit: cover;
					font-family: 'object-fit: cover';
				}

			.bloc-apprendre li .txt-app{
				display: inline-block;
				vertical-align: top;
				margin-left: 25px;
				width: 49%;
			}
				.bloc-apprendre li h3{
					color: #00abc5;
					margin: 30px 0 20px;
				}
				.bloc-apprendre li .desc-app{

				}
				.bloc-apprendre li .link-app{
					color: #05374f;
					display: block;
					font-size: 15px;
					font-weight: 600;
					margin-top: 20px;
					text-decoration: underline;
					text-transform: uppercase;
				}


/* Page coloriages */
.voir-img-dl{
	margin-bottom: 5px;
}
	.dlZone .downloadBox.pdf .info .voir-img-dl .ico{
		background-image: url("../../images/svg/icon/icon-loupe.svg");
		background-size: 100% auto;
	}


	