@charset "UTF-8";
/* CSS Document */

.bloc-footer-main {
	background-color: rgb(171,154,147);
	width: 1100px;
	color: #FFF;
	float: left;
	margin-bottom: 50px;
	/*padding-bottom: 10px;*/
}
.bloc-footer-bloc-droit {
	background-color: rgb(231,226,225);
	float: right;
	height: 166px;
	width: 280px;
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 20px;
}
.bloc-footer-texte-bloc-droit {
	font-size: 0.625em;
	color: rgb(141,128,118);
	text-align: left;
	width: 100%;
}
.bloc-footer-bloc-gauche {
	float: left;
	width: 780px;
	height: 146px;
	padding-top: 12px;
}
.bloc-footer-bloc-gauche-contenu {
	display: flex;
	width: 100%;
	/*flex-wrap: nowrap;*/
	justify-content: space-around;
}
.bloc-footer-bloc-gauche-contenu-colonne {
	font-size: 0.625em;
	color: #fff;
	text-align: left;
	width: 200px;
}

.bloc-footer-bloc-gauche-contenu-colonne-2 {
	font-size: 0.625em;
	color: #fff;
	text-align: left;
	width: 150px;
}

.bloc-footer-bloc-gauche-titre-contenu {
	font-size: 11px;
}
.bloc-footer-informations-bas-bloc {
	font-size: 0.7em;
	color: #fff;
	float: none;
	height: 20px;
	width: 780px;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}
.bloc-footer-style-links {
	color: #fff;
	text-decoration: none;
	margin-bottom: 2px;
}

.bloc-footer-style-links:hover {
	/*color: #fff;*/
	text-decoration: underline;
}



.bloc-footer-qui-sommes-nous {
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle;
	display: table-cell;
	height: 20px;
	text-decoration: none;
	color: #FFF;
}

.bloc-footer-qui-sommes-nous:hover {
	/*font-size: 11px;
	line-height: 20px;
	vertical-align: middle;
	display: table-cell;
	height: 20px;*/
	text-decoration: underline;
	/*color: #FFF;*/
}
