.bt-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.bt-grid:after, .bt-item:before {
	content: '';
	display: table;
}
.bt-grid:after {
	clear: both;
}
.bt-grid li {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 20px;
}
.bt-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.7);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bt-img-1 { 
	background-image: url(https://skeuden.fr/Hab/Moodle.jpg);
}
.bt-img-2 { 
	background-image: url(https://skeuden.fr/Hab/Chamilo.jpg);
}
.bt-item:hover {
	box-shadow: 0px 0px 12px 4px rgba(36, 136, 211, 1);
	-moz-box-shadow: 0px 0px 12px 4px rgba(36, 136, 211, 1);
	-webkit-box-shadow: 0px 0px 12px 4px rgba(36, 136, 211, 1);
}
.bt-item:hover .bt-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.bt-item:hover .savoir {
	opacity: 1;
}
.bt-info {
	position: absolute;
	background-color: rgba(24, 24, 24, 0.9);
	width: inherit;
	height: inherit;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
}
.bt-info h1 {
	color: #ffea5a;
	letter-spacing: 2px;
	font-size: 1.2rem;
	line-height: 1.25rem;
	margin: 0 15px 6px;
	padding: 20px 0 6px 0;
	border-bottom: 1px solid rgba(36,136,211,1);
}
.bt-info h2 {
	font-size: 1rem;
	line-height: 1.1rem;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.bt-info p {
	color: #fff;
	padding: 10px 5px;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}
.bt-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}
.bt-info p a:hover {
	color: #fff222;
	color: rgba(0,0,255, 0.9);
}
.savoir {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: right;
	font-size: 0.8rem;
	font-style: italic;
	color: #AAA;
	color: rgba(200,200,200, 1);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}
.savoir:hover {
	color: #FFF;
	color: rgba(255,255,255, 1);
	-webkit-transition: all 1s ease-in-out 0;
	-moz-transition: all 0s ease-in-out ;
	-o-transition: all 0s ease-in-out ;
	-ms-transition: all 0s ease-in-out ;
	transition: all 0s ease-in-out ;
}
.ContenuBtInfo {
	width: 80%;
	text-align: left;
	padding: 0 10%;
}
@media only screen and (max-width: 480px) {
	.bt-img-1 { 
		background-image: url(https://skeuden.fr/Hab/PMoodle.jpg);
	}
	.bt-img-2 { 
		background-image: url(https://skeuden.fr/Hab/PChamilo.jpg);
	}
}
/* Stylesheet: sk-Bt-elearning Modified On 2015-03-16 15:40:48 */
