/*FOOTER*/

#footer {
	background: #002439 !important;
}
#footer #footer_interieur div {
	line-height: 16px;
	padding: 0 20px 20px;
}
#footer #footer_interieur div a {
	font-weight: 500;
}

/*Titre site*/
#footer #footer_interieur .titre_site_footer {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 2px;
}
	#footer #footer_interieur .titre_site_footer a {
		font-weight: bold;
	}

/*Joindre*/
#footer #footer_interieur .joindre_footer {
	padding-bottom: 8px;
}
	#footer #footer_interieur .joindre_footer a {
		background: url(images/fleche-blanc.svg) no-repeat right center/6px 12px;
		font-size: 13px;
		padding-right: 12px;
	}

/*Accessibilité*/
#footer #footer_interieur .accessibiliteWeb {
	background: url(images/accessibilite-blanc.svg) no-repeat right 150px center/20px 20px #000;
	padding: 15px 20px;
	text-align: right;
}
	#footer #footer_interieur .accessibiliteWeb a {
		background: url(images/fleche-blanc.svg) no-repeat right center/6px 12px;
		font-size: 13px;
		padding-right: 17px;
	}



@media screen and (min-width: 350px) {

}

@media screen and (min-width: 544px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {
	#footer {
		background: #002439;
		font-size: 75%;
		min-height: auto;
		top: 6px;
	}
		#footer #footer_interieur {
			 padding: 0 20px;
		 }
			#footer #footer_interieur div {
				float: left;
			}


	/*Titre*/
	#footer #footer_interieur .titre_site_footer {
		font-size: 100%;
		padding: 10px 15px 10px 20px;
	}
		#footer #footer_interieur .titre_site_footer a {
			font-weight: 500;
		}

	/*Joindre*/
	#footer #footer_interieur .joindre_footer {
		padding: 10px 0;
	}
		#footer #footer_interieur .joindre_footer a {
			background: url(images/fleche-blanc.svg) no-repeat left center/6px 12px;
			padding: 0 10px 0 20px;
		}

	/*UQAM footer*/
	#footer #footer_interieur .uqam_footer {
		border-right: 1px solid #80929c;
		margin: 10px 0;
		padding: 0;
	}

	/*Accessibilité*/
	#footer #footer_interieur .accessibiliteWeb {
		background: url(images/accessibilite-blanc.svg) no-repeat left center/20px 20px transparent;
		float: right;
		padding: 10px 0 10px 30px;
	}

	/*FACULTÉ ----------------------------------------------------------------------------------------------------------------- */
	/*COULEUR*/
	/*UQAM*/
	#footer {border-top: 5px solid #0079be;}
	/*ESG*/
	#esg #footer {border-top-color:#C0311A;}
	/*COMMUNICATION*/
	#communication #footer {border-top-color:#EEB111;}
	/*SCIENCE POLITIQUE*/
	#sc_pol #footer {border-top-color:#5091CD;}
	/*ARTS*/
	#arts #footer {border-top-color:#7B7D72;}
	/*SCIENCES*/
	#sciences #footer {border-top-color:#40B239;}
	/*ÉDUCATION*/
	#education #footer {border-top-color:#F57B20;}
	/*SCIENCE HUMAINE*/
	#sc_humaines #footer {border-top-color:#AF006E;}
	/*ÉTUDIANTS*/
	#etudiants #footer {border-top-color:#00ADE6;}


}

@media screen and (min-width: 1200px) {
	#footer #footer_interieur {
		padding: 0 5px;
	}
}