body main{
	margin-bottom: auto;
}
body main h1,
body main h2,
body main>div>a p,
body main>div>a ul li{
	text-shadow: 0 0 10px var(--first-color);
}
body main h1,
body main h2{
	font-weight: normal;
	margin: 0;
}
body main>h1{
	margin-bottom: 20px;
}
body main>h1{
	font-size: 1.6em;
	border: 2px solid var(--second-color);
	padding: 10px;
	text-align: center;
}
body main>h1::before{
	float: left;
	content: "\f123";
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
body main>div{
	border: 2px solid var(--second-color);
	padding: 10px;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 25px, rgba(0,120,215,0.2) 25px, rgba(0,120,215,0.2) 50px);
	margin-bottom: 20px;
	text-align: center;
}
body main>div>a{
	display: inline-block;
	background-color: var(--first-color);
	border: 2px solid var(--second-color);
	padding: 10px;
	margin: 10px;
	text-align: left;
}
body main>div>a:hover{
	background-color: rgb(48,48,48);
}
body main>div>a h2{
	font-size: 1.3em;
	text-align: center;
}
body main>div>a h2:not(:last-child){
	margin-bottom: 10px;
}
body main>div>a p,
body main>div>a ul li{
	margin: 0;
	text-align: justify;
	color: darkgrey;
}
body main>div>a p:not(:last-child){
	margin-bottom: 10px;
}
body main>div>a span{
	transition: text-shadow 0.5s;
	color: white;
}
body main>div>a:hover span{
	text-shadow: 0 0 10px white;
}
body main>div>a ul{
	margin: 0;
	padding: 0;
}
body main>div>a ul li{
	list-style: none;
	text-align: left;
}
body main>div>a ul li::before{
	content: "\f10e  ";
	color: lime;
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
body main>div>a ul li:not(:last-of-type){
  margin-bottom: 5px;
}
body main>div>a.alternance-eivp>div>div>p{
	margin-bottom: 20px;
}
body main>div>a div img.logo-stef{
	padding: 10px;
	border-radius: 0 500px 500px 0;
	transition: background-color 0.5s;
	max-width: calc(100% - 18px);
}
body main>div>a:hover div img.logo-stef{
	background-color: white;
}
body main>div>a>div>*{
	display: inline-block;
	width: calc(50% - 8px);
	vertical-align: middle;
}
body main>div>a>div>*:not(:last-child){
	margin-right: 10px;
}
body main>div>a>div>div>p:not(:first-of-type){
	margin-top: 10px;
}
body main>div>a.admin-export>div>div>img{
  width: calc(100% - 20px);
}
body main>div>a.admin-export>div>div>ul{
	margin-bottom: 10px;
}