div.formation_more_detail{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:white;
	z-index:10000;
}

section.all_formation{
	width:90%;
	margin:auto;
	margin-top:1em;
	margin-bottom:1em;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

section.all_formation div.all_formation_presentation
{
	width:100%;
	margin-bottom:1.5em;
	margin-top:0px;
}
section.all_formation div.all_formation_presentation p{
	width:100%;
	margin:auto;
	text-align:left;
	line-height:1.5em;
	font-weight:bold;
	color:rgba(0,0,0,1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:0px 0.5em;
}

section.all_formation div.formation_poster{
	width:300px;
	height:500px;
	background:url("/public/image/formation/formation_card.jpg") center;
	background-size:cover;
	margin:0px;
	border-radius:1em;
}





section.all_formation article{
	width:300px;
	height:500px;
	border-radius:1em;
	padding:0px;
	overflow:hidden;
	background-size:cover;
	display:flex;
	flex-direction:column;
	position:relative;
	border:1px solid rgba(0,0,0,0.1);
	background:white;
	margin-bottom:2em;
	background:rgba(255,165,85,0.1);
}

article div.formation_head{
	background:#171717;
	margin:0px;
	padding:0.5em 0.5em;
	border-radius:0px 0px 1em 1em;
	text-align:center;
	border:1px solid rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.9);
	height:150px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

article div.formation_head p.head{
	margin-top:0.2em;
	margin-bottom:0.3em;
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:0.2em;
}

article div.formation_head p.head em{
	font-size:0.8em;
	font-style:normal;
	display:flex;
	align-items:center;
}
article div.formation_head p.head em:first-letter{
	text-transform:uppercase;
}

article div.formation_head p.head em:last-child i{
	height:12px;
	width:12px;
	margin-right:5px;
	border-radius:15px;
	background:url("/public/image/formation/location.png");	
	background-size:cover;
}

article div.formation_head strong{
	font-size:1.2em;
	color:rgba(255,155,0,1);
	margin-bottom:0px;
}

article div.formation_head strong:first-letter{
	text-transform:uppercase;
}

article div.formation_head p.description{
	font-size:0.85em;
	margin-bottom:0.5em;
	margin-top:0.5em;
	padding-bottom:0.2em;
}
article div.formation_head .phone{
	margin:0px;
	font-size:0.8em;
	text-align:right;
	display:flex;
	align-items:center;
	justify-content:center;
	border-top:1px solid rgba(255,255,255,0.5);
	padding-top:0.2em;
	display:none;
}

article div.formation_head p.phone a{
	height:20px;
	width:20px;
	margin-right:10px;
	margin-left:10px;
	border-radius:20px;
	background:url("/public/image/formation/whatsapp.png") center;
	background-size:cover;
}

article div.formation_detail{
	width:95%;
	margin:auto;
	margin-top:0em;
	border-radius:1em;
}

article div.formation_detail p.frais{
	display:flex;
	justify-content:space-between;
	width:95%;
	margin:1em auto;
}

article div.formation_detail p.frais span{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

article div.formation_detail p.frais span i{
	font-style:normal;
	font-size:0.8em;
	margin-bottom:0.4em;
}
article div.formation_detail p.frais span em{
	font-style:normal;
	padding:0.4em 1.5em;
	background:black;
	background:rgba(255,155,0,1);
	color:black;
	font-weight:bold;
	font-size:0.8em;
	letter-spacing:0.1em;
	border-radius:1em;
	min-width:50px;
	text-align:center;
}
article div.formation_detail p.frais span:last-child em{
	/background:#A8A8A8;
}


article div.formation_detail ul{
	padding:0px;
	margin:0px;
	list-style:none;
	width:90%;
	margin:auto;
	overflow-y:scroll;
	height:220px;
	/border-right:1px solid rgba(0,0,0,0.1);
	padding-right:0.4em;
}

article div.formation_detail ul::-webkit-scrollbar{	
	width:7px;
	height:20px;
	background:rgba(0,0,0,0.1);
	border-radius:1em;
}
article div.formation_detail ul::-webkit-scrollbar-thumb{	
	background:rgba(0,0,0,1);
	background:rgba(0,0,0,1);
	border-radius:1em;
}
article div.formation_detail ul::-webkit-scrollbar-button{	
	/border-radius:1em;
	background:rgba(0,0,0,0);
}



article div.formation_detail ul::-moz-scrollbar{	
	width:7px;
	height:20px;
	background:rgba(255,255,255,0.4);
	border-radius:1em;
}
article div.formation_detail ul::-moz-scrollbar-thumb{	
	background:rgba(0,0,0,1);
	background:rgba(0,0,0,0.5);
	border-radius:1em;
}
article div.formation_detail ul::-moz-scrollbar-button{	
	border-radius:1em;
	background:black;
}

article div.formation_detail li{
	margin-bottom:0.6em;
}
article div.formation_detail li.inside_description{
	display:none;
}

article div.formation_detail li span{
	font-weight:bold;
	font-size:0.9em;
}


article div.formation_detail li em{
	display:flex;
	margin-top:0.3em;
	padding:0.3em 0.5em;
	font-style:normal;
	line-height:1.2em;
	border-radius:0.5em;
	border:1px solid rgba(0,0,0,0.1);
	font-size:0.8em;
	color:rgba(0,0,0,0.9);
	position:relative;
}


article  p.comment_formation{
	position:absolute;
	bottom:20px;
	right:15px;
	width:10px;
	border:none;
	outline:none;
	display:flex;
	display:none;
}

article  p.comment_formation button{
	border:none;
	outline:none;
	width:20px;
	height:20px;
	border-radius:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0px;
	margin:0px;
	font-size:1em;
}

article  p.contact{
	color:rgba(0,0,0,1);
	width:100%;
	margin:auto;
	position:absolute;
	display:flex;
	align-items:center;
	bottom:0px;
	justify-content:space-around;
	padding:0.4em 0px;
	border:1px solid rgba(0,0,0,0.1);
	border-bottom:0px;
	background:black;
}

article p.contact:hover,article  p.contact button:hover{
	cursor:pointer;	
}

article  p.contact a,article  p.contact button{
	color:white;
	padding:0.2em 1em;
	background:none;
	border:none;
	outline:none;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:1em;
	font-size:0.7em;
}





article  p.contact a.whatsapp_link{
	height:18px;
	width:18px;
	background:url("/public/image/whaa.png") center no-repeat;
	background-size:95%;
	padding-right:0px;
	padding-left:0px;
	padding:0px;
	border:none;
	display:flex;
	align-items:center;
}
article  p.contact button.user_code{
	font-weight:bold;
	font-size:0.6em;
	position:relative;
}

article  p.contact button.user_code:before{
	content:"Votre code : ";
}


article  p.contact button.like,article  p.contact button.more{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
}


article  p.contact button.like em,article  p.contact button.more em,article  p.contact a em{	
	font-style:normal;
	color:#ffb900;
}
article  p.contact a em{
	font-weight:bold;
}
article  p.contact button.like i{
	font-style:normal;
	margin-right:0.2em;
	height:9px;
	width:9px;	
}
article  p.contact button.like i{
	background:url("/public/image/formation/love.jpg") center;
	background-size:cover;
}

article  p.contact a i{
	background:url("/public/image/whaa.png") center no-repeat;
	background-size:cover;
	height:12px;
	width:12px;
	margin-right:0.3em;
}

article  p.contact button.more i{
	font-style:normal;
	margin-right:0.2em;
	height:10px;
	width:15px;	
}

article  p.contact button.more i{
	background:url("/public/image/formation/messa.png") center;
	background-size:cover;
}






section.all_formation article section{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:rgba(255,255,255,1);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	display:none;
}
section.all_formation article section div{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content:center;
}

section.all_formation article section div button{
	border:none;
	background:black;
	color:white;
	padding:0.4em 1.5em;
	font-size:0.8em;
	border-radius:1em;
}
section.all_formation article section div button:hover{
	cursor:pointer;
}




section.all_formation article section div button a{
	color:white;
}


section.all_formation article section label{
	display:flex;
	justify-content:space-between;
	margin:0.5em 0px;
	width:90%;
	margin-bottom:1em;
	padding-bottom:0.2em;
}
section.all_formation article section label.lead_intitle{
	display:flex;
	align-items:center;
	
}

section.all_formation article section label i{
	border:4px solid rgba(255,165,65,0.2);
	height:20px;
	width:50px;
	border-radius:80px;
	font-style:normal;
	font-size:0.8em;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
}
section.all_formation article section label em{
	font-weight:bold;	
	padding:0.2em 0.5em;
}

section.all_formation article section label.lead_intitle em{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
section.all_formation article section label.lead_title{
	border-bottom:1px solid rgba(0,0,0,0.1);
}

section.all_formation article section label.lead_text{
	justify-content:center;
	display:flex;
	text-align:center;
	font-size:0.8em;
	border:1px solid rgba(0,0,0,0.1);
	padding:0.8em 0.5em;
	border-radius:1em;
}

section.all_formation article section label.lead_rotate{
	margin-top:1em;
	display:flex;
	justify-content:center;
}

section.all_formation article section label.lead_rotate em{
	height:150px;
	width:150px;
	border:35px solid rgba(255,165,85,0.3);
	border-radius:200px;
	background:url("/public/image/university/doctorat.jpg") center;
	background-size:cover;
	background-repeat:no-repeat;
}




section.all_formation article section label em{
	font-style:normal;
	font-size:0.9em;
}
section.all_formation article section label em:first-child{
	font-weight:bold;
}


section.all_formation article section label.all_lead{
	border:1px solid rgba(255,0,0,0.5);
	text-align:center;
	font-size:0.8em;
	justify-content:center;
	padding:0.2em 0px;
	margin-top:0px;
	border-radius:1em;
	color:red;
	display:none;
}


section.all_formation article section label.lead_done{
	border:1px solid rgba(255,0,0,0.5);
	text-align:center;
	font-size:0.8em;
	justify-content:center;
	padding:0.2em 0px;
	margin-top:0px;
	border-radius:1em;
}

section.all_formation article section label.lead_is_done{
	border:1px solid rgba(255,165,85,0.5);
	font-size:0.9em;
	background:rgba(240,240,240,0.2);
	font-weight:bold;
	display:none;
}

section.all_formation article section label.validate_button{
	position:relative;
}

section.all_formation article section label.validate_button button{
	
}
section.all_formation article section label em.wait_button{
	position:absolute;
	width:80%;
	text-align:center;
	display:none;
}





section.all_formation article.empty_formation strong{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
section.all_formation article.empty_formation strong em{
	display:flex;
	border:4px solid rgba(255,255,255,0.5);
	margin:0.2em;
	border-radius:5px;
}
section.all_formation article.empty_formation strong em+em{
	width:80%;
}
section.all_formation article.empty_formation strong em+em+em{
	width:60%;
}

section.all_formation article.empty_formation p.contact{
	text-align:center;
	justify-content:center;
	border:1px solid rgba(0,0,0,0.1);
	border-bottom:none;
}