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

body
{
	image-rendering: -webkit-optimize-contrast;	
}

.ChapBlock{
	min-height: 150px;
	Height: auto;
	width:100%;
	margin-top: 25px;
	position: relative;
	border: 2px solid darkgrey;
}

.ChapBlockV{
	//min-height: 625px;
	height: auto;
	width:100%;
	margin-top: 25px;
	position: relative;
	border: 2px solid darkgrey;
}

.ChapterBlocksVertical{
	
}

.ChapBlock:hover{
	border: 2px solid #017BBD;
	box-shadow: 4px 5px 5px #E7E6E6;
	
}

.ChapBlockV:hover{
	border: 2px solid #017BBD;
	box-shadow: 4px 5px 5px #E7E6E6;
	
}

.ChapterBlocksVertical .ChapBlock:hover{
	border: 2px solid #017BBD;
	box-shadow: 4px 5px 5px #E7E6E6;
	
}

.ChapBlock a{
	color: gainsboro;
	font-size: 1rem;
	//font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
}

.ChapBlockV a{
	color: gainsboro;
	font-size: 1rem;
	//font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
}

.ChapBlockTxtZ{
	
	position: absolute;
	background-color: #017BBD;
	min-height: 18%;
	height: auto;
	width: 100%;
	bottom: 0px;
	padding-top: 10px;
	text-align: center;
}

.ChapBlock a:hover{
	color: white;
}

.ChapBlockV a:hover{
	color: white;
	
}


.ChapBlockTxtZV{
	
	position: absolute;
	background-color: #017BBD;
	min-height: 12%;
	height: auto;
	width: 100%;
	bottom: 0px;
	padding-top: 10px;
	text-align: center;
}

.ChapBlockPicture{
	text-align: center;
}

.ChapBlockPicture img{
	 margin-bottom: 12%;
	 width:100%;
}

.ChapBlockPictureV img{
	 margin-bottom: 21%;
	 width:100%;
}

#SeeAlso{
	background-color: #838383;
}

.ChapterText p{
	
	padding: 10px 40px 10px 40px;
	//color: #1170B4;
	color: black;
	font-size: 14px;
	text-align: justify;
	font-weight: 500;
}

.ChapterText {
	//background-color: #3C3C3C;
	background-color: #E9E7E8;
	width: 100%;
	border-radius: 0px 00px 20px 20px;
}

#smallerchaptxt
{
	font-size: 17px;
	font-weight: 500;
}

.ChapBlockSquarePict{
	width: 100%;
}

.ChapBlockSquare{
display: none;		
}
	

/*Tablette View**************************************/
@media (min-width: 768px){
	
	
	.ChapterBlocks{
	//	background-color: green;	
	 overflow:auto;
	 margin-left: 30px;
		padding: 0px 0px 15px 10px;
	 width:95%;
	}
	
	.ChapterBlocksVertical{
		//background-color: blueviolet;
	  overflow:auto;
	  margin-left: 50px;
		padding: 20px 0px 0px 10px;
	  width:31%;
		//height:500px;
	}
	
	.ChapBlockTxtZ{
		//min-height: 61px;
		//min-height: 51px;
		padding-bottom: 0px;
		top: 155px;
		//display: none;
	}
	
	.ChapBlockTxtZV{
		min-height: 86px;
		padding-bottom: 10px;
		padding-top: 10px;
		//margin-top: 100px;
		//top: 155px;
	}
	
	.ChapBlockTxtZ a{
		//vertical-align: middle;
		height: 150px;
	}
	
	
	.ChapSlider{
		
		overflow:auto;
	  	width:89%;
		margin-left: 50px;
		padding-top: 8px;
		
		//background-color: blueviolet;
	 	//overflow:auto;
	  	//margin-left: 50px;
	  	//width:89%;
	}
	
	
	
	.ChapterBlocksVertical .ChapBlock{
		float:left;
		width:95%;
		margin: 10px 10px 15px 10px;
		//height: auto;
		border: 2px solid darkgrey;
		
	}
	
	.ChapBlock{
	 float:left;
		width:30%;
		margin: 10px 10px 15px 10px;
		//height: auto;
		height: 220px;
		border: 2px solid darkgrey;
	}
	
	.ChapBlockV{
	 float:left;
		//min-height: 150px;
		width:22%;
		margin: 10px 10px 15px 10px;
		padding-bottom: 42px;
		height: auto;
		//height: 520px;
		//height: 440px;
		border: 2px solid darkgrey;
	}
	
	.ChapBlockPicture{
		overflow:auto;
		width:100%;
	    height: auto;
	}
	
	.ChapBlockPicture img{
	 margin-bottom: 18%;
	 width:100%;
	
	}
		
	.ChapterText {
	margin: 0px 60px 0px 50px;
		width: 89%;
	}
	
	.ChapterText p{
	
	padding: 10px 40px 10px 40px;
	}
	
	#smallerchaptxt
	{
	font-size: 15px;
	}
	
	.ChapBlockSquare{
		display: block;	
		float:left;
		height: 255px;
		width:94.5%;
		margin-left: 10px;
		padding-left: 5px;
		border-radius: 0px 0px 10px 10px;
		background-color: #D6DCE2;
	}
	
	.ChapBlockSquarePict img{
		float:left;
		width:23%;
		height: auto;
		//margin: 10px 10px 15px 10px;
		margin: 12px 12px 5px 5px;
		border-radius: 10px 10px 10px 10px;
		
	}
	
	.ChapBlockSquareTxt h2{
		font-size: 11px;
		width:23%;
		float:left;
		text-align: center;
		margin: 0px 12px 5px 5px;
		color:black;
	}
	
}


/*Desktop View*******************************************/
@media (min-width: 1024px){
	
		
	
	
	
}