#footer_gpsc{
	background-color: rgba(255, 255, 255, .7);
}

#sections_footer_gpsc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 20px 40px 0px;
}

.section_footer_gpsc{
	width: 19%;
	padding: 0px 20px;
}

.section_footer_gpsc ul{
	list-style: none;
}

.section_footer_gpsc > ul > li > a{
	display: block;
	color: rgba(0,0,0,1);
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}

.section_footer_gpsc > ul > li ul{
	margin-left: 15px;
}

.section_footer_gpsc > ul > li ul > li > a{
	text-decoration: none;
	display: block;
	color: rgba(131,146,155,1);
	margin-bottom: 10px;
}

.section_footer_gpsc > ul > li > a:hover, 
.section_footer_gpsc > ul > li ul > li > a:hover{
	text-decoration: underline;
}

#logo_footer_gpsc{
	width: 24%;
	padding-left: 20px;
}

#logo_footer_gpsc a img{
	width: 200px;
}

#logo_footer_gpsc p{
	color: rgba(131,146,155,1);
	margin-bottom: 3px;
	font-size: 14px;
}

#logo_footer_gpsc p a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: rgba(131,146,155,1);
}

#logo_footer_gpsc p a:hover{
	text-decoration: underline;
}

.separateur_sections_footer_gpsc{
	border-right: 1px solid rgba(131,146,155,1);
}

#barre_du_bas{
	width: 100%;
	padding: 10px 20px;
	background: linear-gradient(45deg, rgba(103, 26, 0,1), rgba(248, 63, 0,1));
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#barre_du_bas p{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #fefefe;
	font-size: 14px;
}

#barre_du_bas p span{
	margin-right: 5px;
	font-weight: bold;
}

#barre_du_bas a{
	text-decoration: none;
	color: #fefefe;
	font-size: 14px;
	margin-right: 5px;
}

#barre_du_bas a:hover{
	text-decoration: underline;
}