footer {
	min-height:100px;
	margin-top: 20px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	border-top: 3px solid #050;
}

.cadre_foot {
	margin:30px auto;
	width:80%;
	background-color: rgba(255, 255, 240, 0.7);
}

.box_nonflex {
	position:relative;
	width:100%;
	height:100%;
}

.box_nonflex-content {
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	text-align:center;
}

.flex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	align-content:space-around;
}

.flex-content {
	width:75%;
	background-color: rgba(255, 255, 240, 0.7);
	margin-bottom:40px;
}

.img_marque {
	width:80%;
}

.no_deco {
	text-decoration: none;
	color: #050;
	font-weight: bold;
	font-size: 30px;
}