
.detail_more li{
	
	text-align:center;
	
}
.detail_more li p{
	
	padding:0px 10px;
	
}
ul.cours{
	
	margin:10px 0; 
	padding:0px;
	background-color: #F7F7F733;
}

ul.cours li{
	
	border-radius: 8px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.2);	
	background: #fff;
	margin: 20px 5px;
	
	
}

ul.cours a{
	
	position:absolute; top:0; left:0; height:100%; width:100%; display:block; border:0px solid red;
	/* transition: transform .3s ease,opacity .3s ease; */
	transition: top .3s ease,opacity .3s ease;
	/* z-index:3; */
	background-color:white;
	color: #000;	
}

ul.cours a:hover{
	
	/* color:blue; */
	top:-51%;
}

input.search{
	
	padding: 0 0 10px 0;
	box-shadow: none;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.4em;
	height: 1.4em;
	margin-bottom: 5px;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	border-bottom: 1px solid #eee;
	width: 60%;
	font-style: italic;
}

ul.pub_point{
	
	/* margin:10px auto; */
	padding:0px;
}

ul.pub_point  a{
	
	/* padding:20px; border-radius:100%*/ 
}

ul.pub_point  li{
	
	display:inline-block;
	padding:6px;
	/* width:10px;
	height:10px; */
	border-radius:100%;
	border:2px #fff solid;
	margin:5px auto;
}

ul.pub_point  li a{
	
	/* display:inline-block;
	width:15px;
	height:15px;
	border-radius:100%;
	border:2px #fff solid; */
}
section{
	
	margin: 30px auto;
}
