@charset "UTF-8";

/* ########### */
/* # GÉNÉRAL # */
/* ########### */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	padding-top: 86px;
	color: black;
	background-color: #EBEEEF;
	height: 100%;
	background-attachment: fixed;
	overflow: auto;
}

/* ############ */
/* # INTRACOM # */
/* ############ */

.nouveau {
	position: fixed;
	right: 15px;
	bottom: 35px;
}

/* ############ */
/* # PROFIL # */
/* ############ */

.profil {
	background-color: white;
	border-width: 3px !important;
}

.team-member img {
	width: 150px;
}

/* ########## */
/* # FOOTER # */
/* ########## */

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

footer p {
    margin: 0px;
    line-height: 100%;
}

.input-invisible {
	background-color:rgba(0,0,0,0) !important;
	border:none !important;
}

/* ############## */
/* # RESPONSIVE # */
/* ############## */

@media (max-width: 992px) {
	
	body {
		padding-top: 76px !important;
	}
	
	footer {
		font-size: .75em;
	}

}

@media (max-width: 768px) {
	

}

@media (max-width: 576px) {
	
	
}

@media (min-width: 576px) {


}