@font-face
{
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 300;
	font-style: normal;
}

strong
{
	font-weight: 400;
}

#section_nos_valeurs
{
	background: url("../img/bg_valeurs.jpg") ;
			background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
	width: 100%;
	height: 944px;
}

#conteneur_2
{
	width: 100%;
	display: flex;
	justify-content: center;
}

article
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cadre_article
{
	animation: apparition 1s;
	-webkit-animation: apparition 1s;

	width: 75%;
	background: rgba(35,31,32,.4);
	padding: 0 0 80px 0;
	margin: 206px 0 260px 0;
	border: solid 1px #231F20;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.cadre_article p
{
	font-size: 15px;
	line-height: 19px;
	margin: 0 40px;
	padding: 0;
	font-weight: 400;
	text-align: center;
}

#titre_nv
{
	animation: descente 1s;
	-webkit-animation: descente 1s;	

	font-size: 36px;
	font-family: "myriad-pro-semiextended";
	font-weight: normal;
	text-transform: uppercase;
	margin: 60px 20px 0 20px;
	padding: 0;
	line-height: 25px;
}

#sep_2
{
	animation: comeright 1s;
	-webkit-animation: comeright 1s;

	background: url("../img/sprites.png");
    width: 54px;
    height: 8px;
    background-position: -303px -105px;
    margin: 30px 0 30px 0;
}

.sep_4
{
	background: url("../img/sprites.png");
	width: 66px;
    height: 6px;
    margin: 16px 0 16px 0;
    background-position: -367px -105px;
}

.active_4 /*lien de nav coloré lorsque l'on est sur la page du lien*/
{
	background: #C23F27;
	padding: 17px 31px 19px 31px;
	color: black;
}

/*--------------------------------------*\
              MEDIA QUERIES
\*--------------------------------------*/
@media (max-width: 1300px)
{
	.active_4 /*lien de nav coloré lorsque l'on est sur la page du lien*/
	{
		color: white;
		padding: 0;
		background: rgba(35,31,32,0.8)
	}

	.cadre_article
	{
		margin: 150px 0 260px 0;
	}

	#section_nos_valeurs
	{
		height: 100%;
	}
}

@media (max-width: 700px)
{
	#section_nos_valeurs
	{
		background-position: -200px 0;
	}
}

@media (max-width: 540px)
{
	#titre_nv
	{
		font-size: 28px;
		margin: 40px 20px 0 20px;
	}

	.cadre_article
	{
		width: 90%;
	}
}

@media (max-width: 480px)
{
	.cadre_article
	{
		margin: 130px 0 150px 0;
	}

	.cadre_article p
	{
		font-size: 17px;
		padding: 0;
	}

	footer
	{
		margin: -40px 0 0 0;
	}
}