.footer_charte{
	background:#00442c;
	color:#fff;
	display:block;
	float:left;
	width:100%;
	padding:15px 0;
	/*margin-top:30px;*/
}
.footer_charte a{color:#fff;}
.footer_charte .logoFooter1{
	text-align:center;
	margin-top:15px;
}
.footer_charte .logoFooter1 img{margin:0 auto;}
.footer_charte .logoFooter2{
	text-align:center;
	margin-top:37px;
}
.footer_charte .logoFooter2 img{
	max-width:550px;
	margin:0 auto;
}
.footer_charte .event_col1{
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	margin-top:50px;
}
.footer_charte .event_col2{
	padding:35px 15px;
	margin-top:20px;
}
.footer_charte .event_col2::before, .footer_charte .event_col2::after{
	content:'';
	position:absolute;
	display:block;
	width:30px;
	min-height:50px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	top:40px;
}
.footer_charte .event_col2::before{
	border-left:1px solid #fff;
	left:0;
}
.footer_charte .event_col2::after{
	border-right:1px solid #fff;
	right:15px;
}
.footer_charte .sepFooter{
	width:100%;
	height:1px;
	border-top:1px solid #006E49;
}
.footer_charte .titreFooter{
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:5px;
	margin-top:20px;
}
.footer_charte .texteFooter, .footer_charte .texteFooter a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
.footer_charte .margin-top-20{margin-top:20px;}
.footer_charte .margin-top-5{margin-top:5px;}
.footer_charte .margin-right-6{margin-right:6px;}
.footer_charte .margin-top-0{margin-top:0;}
/* Flux */
.footer_charte .texte_depeche .badge-flux{
	font-size:12px;
	font-weight:300;
}
.footer_charte .texte_depeche .texte_depeche_cat_soci a{background:#E6184A;}
.footer_charte .texte_depeche .texte_depeche_cat_vied a{background:#00AC95;}
.footer_charte .texte_depeche .texte_depeche_cat_fisc a{background:#0372B2;}
.footer_charte .texte_depeche .texte_depeche_cat_paye a{background:#EC6D1A;}
.footer_charte .texte_depeche .texte_depeche_cat_comp a{background:#F9CC00;}
.footer_charte .texte_depeche .texte_depeche_cat_patr a{background:#bd61a6;}
.footer_charte .texte_depeche .badge-flux a{
	font-size: 10px;
	border-radius: 8px;
	padding: 1px 10px;
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 16px;
	position: relative
}
.footer_charte .texte_depeche .texte_depeche_titre{
	margin-top:5px;
	font-weight:600;
	font-style:italic;
}
.footer_charte .texte_depeche .texte_depeche_titre a{
	color:#fff;
	text-decoration:none;
	line-height:14px;
} 
.footer_charte .texte_depeche .texte_depeche_article a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	line-height:14px;
}
.footer_charte .container .contain_actus {
    background-color: #006E49;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    height: 200px;
    max-height: 200px;
    margin-top:10px;
    padding:15px;
}
/* Fin flux */
@media(max-width:767px){
	.footer_charte .logoFooter2 img{
		width:100%;
	}
	.footer_charte .event_col1{
		text-align:center;
	}
}
