.top-cover {
	position: relative;
}

.top-cover #info-image {
	position: absolute;
	top: 10px;
	right: 10px;

	font-size: 25px;
	color: #dcdcdc;

	z-index: 999;
}

.size_icon_menu{
	font-size: 30px;
}

@media only screen and (max-width: 900px) {
	#experiences .col-2 {
		display: none;
	}
	#projets .col-2 {
		display: none;
	}
}

#experiences ul,
#projets ul {
	padding-left: 50px;
}

#experiences a,
#projets a,
#diplomes a {
	text-decoration: underline;
}

#mentions-legales {
	width: 50%;
	margin-left: 25%;
	margin-top: 35px;
	padding: 3px;
	border-top: 1px solid #cccccc82;
	text-align: center;
	cursor: pointer;
}

.list-item {
	list-style: circle !important;
}

.cursor-help {
	cursor: help;
}

.own-tags {
	padding-left: 0px !important;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.own-tags li {
	float: left;
}

.own-tag {
	background: #eee;
	border-radius: 3px;
	color: #999;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	font-size: 12px;
}

.own-tag::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: "";
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 7px;
}