/*--------------------------------------*\
                 GENERALE
\*--------------------------------------*/

@font-face
{
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 300;
	font-style: normal;
}

strong
{
	font-weight: 400;
}

#section_infos_service
{
	background: url("../img/bg_iservice.jpg");
	width: 100%;
	height: 1200px;
}

/*--------------------------------------*\
                 CADRE
\*--------------------------------------*/
#conteneur_2
{
	width: 100%;
	display: flex;
	justify-content: center;
}

.cadre_article
{
	width: 75%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 206px 0 0 0;
}

#cadre_titre
{
	width: 100%;
	background: rgba(35,31,32,.4);
	padding: 0;
	margin:0;
	border: solid 1px #231F20;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cadre_infos
{
	width: 100%;
	background: rgba(35,31,32,.4);
	padding: 0 0 60px 0;
	margin: 5px 0 0 0;
	border: solid 1px #231F20;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ico_nb_pers
{
    background: url("../img/sprites.png");
    width: 53px;
    height: 59px;
    background-position: -242px -143px;
    margin-top: 40px;
}

#ico_1h
{
    background: url("../img/sprites.png");
    width: 47px;
    height: 47px;
    background-position: -305px -143px;
}

#ico_plus1h
{
    background: url("../img/sprites.png");
    width: 72px;
    height: 47px;
    background-position: -362px -143px;
}

#ico_vaiselle
{
    background: url("../img/sprites.png");
    width: 77px;
    height: 35px;
    background-position: -295px -194px;
}

.trait
{
	width: 40px;
	height: 2px;
	background: white;
	margin-top: 17px;
}

.trait_2
{
	width: 96%;
	height: 1px;
	background: rgba(255,255,255,.3);
	margin: 40px 0;
}

.cadre_article p
{
	font-size: 15px;
	line-height: 19px;
	margin: 17px 40px 0 40px;
	padding: 0;
	font-weight: 400;
	text-align: center;
}

#titre_is
{
	font-size: 36px;
	font-family: "myriad-pro-semiextended";
	font-weight: normal;
	text-transform: uppercase;
	margin: 60px 20px 0 20px;
	padding: 0;
	line-height: 25px;
	text-align: center;
}

#sep_2
{
	background: url("../img/sprites.png");
    width: 54px;
    height: 8px;
    background-position: -303px -105px;
    margin: 30px 0 30px 0;
}

/*--------------------------------------*\
              MEDIA QUERIES
\*--------------------------------------*/

@media (max-width: 1300px)
{
	.cadre_article
	{
		margin: 150px 0 130px 0;
	}

	#section_infos_service
	{
		height: 100%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
	}
}

@media (max-width: 892px)
{
	.cadre_article
	{
		width: 90%;
	}

	.trait_2
	{
		width: 92%;
	}
}

@media (max-width: 800px)
{
	#section_infos_service
	{
		background-position: -350px 0;
	}
}

@media (max-width: 562px)
{
	#titre_is
	{
		font-size: 28px;
	}

	#sep_2
	{
	    margin: 22px 0 30px 0;
	}
}

@media (max-width: 480px)
{
	footer
	{
		margin-top: -60px;
	}
}