.main_title p{line-height:30px;}

.tags a{display:block!important;}
.tags a {
background: #6FC4D8 url(img/tag_bg.png) no-repeat 98% center;
  color:white;
    pointer-events: none;
}


.form_title h3 strong{
    font-size:24px;
}
.subtitle_atelier h3 {text-transform: uppercase;margin-bottom:20px;font-weight:bold;}
.step{padding-top:10px;padding-bottom:0px}

    
.social_links {
	/* text-align: center; */
    display:inline!important;	
}

.social_links p {
	font-size: 12px;
	color: #8c8c8c;
}

.social_links ul {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

.social_links ul li {
	display: inline-block;
	margin: 0 5px 10px 35px;
}

.social_links ul li a {
	color: white;
	text-align: center;
	line-height: 50px;
	display: block;
	font-size: 26px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    background:#57A4B6;
}

.social_links ul li a:hover {
	background: #6FC4D8;
    color: #E0E0E0;
}
    