/**
 * Page Home
 * -----------------------------------------------------------------------------
 */
/*
.page-home h1.title-home {
	font-size: 20px;
    line-height: 22px;
    top: 180px;
    position: absolute;
    text-align: center;
    height: auto;
    width: 100%;
    z-index: 9999;
}

.page-home h1.title-home span {
    background: rgba(255,255,255,0.6);
    border-radius: 5px;
    color: #000;
    display: inline-block;
    padding: 10px;
    margin: 0 10px;
} */

.page-home h2.title-actu {
	margin-top: 100px;
	margin-bottom: 30px;
	text-align: center;
}
.page-home h2{
	font-size: 24px;
    text-transform: uppercase;
}

.page-home h2.blue:after,
.page-home h2.skyblue:after,
.page-home h2.red:after,
.page-home h2.pink:after,
.page-home h2.yellow:after,
.page-home h2.green:after,
.page-home h2.blue:before,
.page-home h2.skyblue:before,
.page-home h2.red:before,
.page-home h2.pink:before,
.page-home h2.yellow:before,
.page-home h2.green:before{
	content:" ";
	display:block;
	width:50px;
	margin-bottom:30px; 
	height: 30px;
	position:absolute;
	bottom:-50px;
}

.page-home h2.blue:before,
.page-home h2.skyblue:before,
.page-home h2.red:before,
.page-home h2.pink:before,
.page-home h2.yellow:before,
.page-home h2.green:before{
	width:200px;
	height: 5px;
	position:absolute;
	bottom: -25px;
    max-width: 100%;
}

.page-home h2.blue {
	color: #4c809c;
	background-color:transparent;
}
.page-home h2.skyblue {
	color: #7acae7;
	background-color: transparent;
}
.page-home h2.red {
	color: #d6293c;
	background-color: transparent;
}
.page-home h2.pink {
	color: #ecadc0;
	background-color: transparent;
}
.page-home h2.yellow {
	color: #f3dd88;
	background-color: transparent;
}
.page-home h2.green {
	color: #d0e0ac;
	background-color: transparent;
}
