/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 125%;
	font: inherit;
	vertical-align: baseline;
}
*/
* {-moz-box-sizing: border-box; box-sizing: border-box;}
html
{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
h5
{
	font-weight: bold;
	font-size: 20px;
	color: #CECECE;
	text-align: center;
	margin-bottom: 20px;
}
strong
{
	font-weight: bold;
}
#bulle
{
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 1000000;
	background: linear-gradient(white, #f8f8f8);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	display: none;
	padding: 15px;
	max-width: 200px;
/* 	width: 100px; */
}
#triangle
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 2.5px 5px 2.5px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	left: 10px;
	top: -5px;
}
.titreRubrique
{
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #2f4f78;
}
.titreRubrique::after
{
	content: "";
	display: block;
	width: 30px;
	margin-top: 10px;
	height: 3px;
	background-color: #86a8c8;
}
html, body
{
	margin: 0;padding: 0;
	width: 100%;
	min-height: 100% !important;
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
}
.seeMore
{
	text-align: center;
	padding: 5px;
	border: 2px solid #dadada;
	color: #dadada;
/* 	margin-top: 30px; */
	transition: linear .2s;
}
.seeMore:hover
{
	color: #28476F;
	border: 2px solid #28476F;
	text-decoration: none;
}
.onglets
{
	width: 100%;
	overflow: hidden;
}
.onglet
{
	float: left;
	padding: 10px;
	border: 2px solid #939395;
	color: #939395;
	margin-left: 10px;
}
.onglet:hover
{
	cursor: pointer;
	color: #243d67;
	border-color: #243d67;
	text-decoration: none;	
}
.equipeImage
{
	height: 150px;
	background-size: cover;
	background-position: center;
}
.equipe
{
/* 	border: 1px solid #dadada; */
	padding: 0px;
}
.equipeTexte
{
	padding: 10px;
	border: 2px solid #dadada;
/* 	border-top: 0px; */
	text-align: center;
}
.equipe h6
{
	font-weight: bold;
}
.equipe h6::after
{
	content: " ";
	display: block;
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 80%;
	height: 2px;
	background-color: #4c4c4c;
}
.onglet:first-child
{
	margin-left: 0px;
}
.ongletActive
{
	color: #243d67;
	border-color: #243d67;
}
body::-webkit-scrollbar
{
	width: 0px;
	background-color: white;
}
body::-webkit-scrollbar-thumb
{
	background-color: #dadada;
}
body
{
	position: relative;
	min-height: 100%;
	padding-bottom: 50px;
}
.container-fluid
{
	padding: 0px;
	width: 100%;
}
.container
{
	margin: auto;
}
#menu
{
	background-image: url('../images/backgroundMenu.jpg');
	background-position: center center;
	padding: 10px;
}
#footer
{
	background-image: url('../images/backgroundMenu.jpg');
	background-position: center center;
	padding: 10px;
	color: white;
	font-weight: 200;
/* 	position: absolute; */
	bottom: 0;
	left: 0;
	right: 0;
}
#menu ul
{
	list-style-type: none;
}
ul
{
	list-style-type: disc;
}
.container li
{
	line-height: 100%;
}
#information
{
	overflow: hidden;
}
#information ul
{
	padding-left: 45px !important;
	list-style-type: square !important;
}
#information #listeArticle
{
	padding-left: 0px !important;
	list-style-type: none !important;
}
.equipeContainer
{
	padding: 7px;
}
#menu li
{
	color: white;
	text-align: center;
	font-size: 14px;
}
#menu li a:hover
{
	color: #EC161B;
}
#menu ul
{
	display: inline-block;
	margin-top: 13px;
	margin-bottom: 16px;
}
#menu form
{
	margin-top: 8px;
}
#searchInput
{
	-webkit-appearance: none;
	border: none;
	background-color: white;
	border-radius: 4px 0px 0px 4px;
	padding: 5px;
	font-size: 14px;
}
#menu a
{
	color: white;
	text-decoration: none;
}
#listeArticle a
{
	color: initial;
	text-decoration: none;
}
.header:hover
{
	cursor: pointer;
}
#listeArticle li
{
	transition: linear .2s;
}
.actuTitle
{
	transition: linear .2s;
}
#listeArticle li:hover > .actuTitle
{
	padding-top: 15px;
}
#listeArticle li:hover
{
	background-color: #e9e9e9;
/* 	padding-top: 5px; */
	transform: scale(1.02);
/* 	box-shadow: 0px 0px 1px 1px #dadada inset; */
}
#listeArticle li:hover > .dateArticle
{
	display: none;
}
#rechercherBtn
{
	-webkit-appearance: none;
	border: none;
	background-color: white;
	padding: 5px;
	padding-left: 10px;
	border-radius: 0px 4px 4px 0px;
	background-image: url('../images/search.png');
	background-size: auto 80%;
	background-position: center center;
	background-repeat: no-repeat;
	border-left: 1px solid #D8D8D8;
	font-size: 14px;
}
input:focus
{
	outline: none;
}
#logo
{
	height: 60px;
	top: 30px;
	float: left;
	position: absolute;
	z-index: 10000000;
}
@media(max-width: 992px)
{
	#logo
	{
		height: 40px;
		left: 10px;
		top: 15px;	
	}
}
#logoLiegeTogether
{
	float: left;
	height: 30px;
	margin-top: 5px;
	margin-left: 10px;
}
#bar1
{
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 100%;
}
.header
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8) inset;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 300px;
	text-align: center;
}
#bar2
{
	background-color: #F4F4F4;
}
#bar2 ul
{
	list-style-type: none;
	padding-left: 0px;
}
#bar3
{
	color: white;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3) inset;
	padding: 30px;
}
p
{
	line-height: 125% !important;
}
#bar3 h2
{
	margin-bottom: 20px;
	font-size: 24px;
}
#bar4
{
	background-color: #F4F4F4;
}
.actuTitle
{
	font-size: 16px;
	margin-top: 10px;
	display: block;
}
h2
{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}
#parallax
{
	position: fixed;
	left: 0;
	top: 0;
	background: linear-gradient(45deg, #213F65, #5275A4);
	/*background-image: url('../images/parallax.jpg');*/
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
}
#actualite
{
	background-color: white;
	padding: 15px;
	border: 1px solid #dadada;
	margin-top: 7px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	min-height: 360px;
}
#photosContainer
{
	background-color: white;
	padding: 15px;
	border: 1px solid #dadada;
	margin-top: 7px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	min-height: 450px;	
}
.photosContainer
{
	height: 480px;
}
#photosContainer .actuTitle
{
	font-size: 20px;
	margin-bottom: 10px;
	line-height: normal !important;
}
.projet
{
/* 	margin-bottom: 20px; */
	font-size: 14px;
}

.projet div
{
	height: 200px;
	background-size: cover;
	background-position: center;
	padding-top: 0px;
}
#projets
{
	background-color: white;
	padding: 15px;
	border: 1px solid #dadada;
	margin-top: 7px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	margin-bottom: 10px;	
}
#contact
{
	background-color: white;
	padding: 15px;
	border: 1px solid #dadada;
	margin-top: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
#formulaire
{
	background-color: white;
	padding: 15px;
	border: 1px solid #dadada;
	margin-top: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-bottom: 10px;	
}
#video
{
	background-color: white;
	padding: 15px;
	border: 1px solid #dadada;
	margin-top: 7px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	word-wrap: break-word;
	height: 450px;	
}
#social
{
	background-color: white;
	padding: 15px;
	border: 1px solid #dadada;
	margin-top: 7px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	word-wrap: break-word;
	height: 360px;
	overflow: hidden;
}
#social h2
{
	position: absolute;
	z-index: 1000;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	background-color: rgba(255,255,255, 0.8);
	-webkit-backdrop-filter: blur(10px);
}
.axe
{
	float: left;
	padding: 5px;
	font-size: 14px;
}
@media(max-width: 776px)
{
	.axe img
	{
		height: 25px !important;
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.axe
	{
		padding: 5px;
	}
}
.axe2
{
	float: left;
	padding: 5px;
}
#subMenu img
{
	float: left;
}
#subMenu span
{
	display: block;
	display: none;
	float: left;
	margin-top: 5px;
}
#twitter::-webkit-scrollbar, #facebook::-webkit-scrollbar {
    width: 2px;
}
#twitter, #facebook
{
	height: 100%;
	max-height: 380px;
	overflow: auto;
	padding-top: 45px;		
}
.twitterMessage
{
	background-color: #51AAEC;
	color: white;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 7px;
	font-size: 14px;
}
.facebookMessage
{
	background-color: #32488A;
	color: white;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 7px;
	font-size: 14px;
}
.headerTitle
{
	font-weight: 300;
	font-size: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: white;
	/*text-shadow: 0px 0px 4px rgba(0,0,0,0.3);*/
	padding: 10px;
	display: table !important;
	height: 100px !important;
	line-height: 90px !important;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
	background: rgba(0,0,0,0.3);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
#subMenu
{
	color: white;
	font-size: 20px;
	font-weight: 300;
	background-color: #305079;
}
.menuMobile
{
	z-index: 100000000000000;
	width: 100%;
	position: absolute;
	left: 0;
	top: 45px;
	background-color: #24446d;
	height: 0px;
	overflow: hidden;
	color: white;
}
.menuMobile li
{
	padding: 15px;
}
#menuIcon
{
	float: right;
	height: 30px;
	margin-top: 5px;
}
.axe
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.container
{
	padding-top: 7px !important;
}
.qui
{
	padding: 0px !important;
}

.rowCustom1
	{
		display: flex;
	}

@media (max-width: 992px){
	#menu
	{
		position: fixed;
		top: 0;
		left: 0;	
		width: 100%;
		z-index: 10000000000000;
	}
	.partenairesContainer img
	{
		display: block;
		float: left;
		margin: 0 !important;
		height: auto !important;
		line-height: auto;
		vertical-align: middle;
		width: 50% !important;
		-webkit-filter: grayscale(0%);
	}
	body
	{
		padding-top: 60px;
	}
	#bar3
	{
		padding: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#bar4 .container
	{
		padding: 0px;
	}
	body::-webkit-scrollbar
	{
		width: 0px;
		background-color: white;
	}
	body::-webkit-scrollbar-thumb
	{
		background-color: #dadada;
	}
	.qui
	{
		padding: 0px !important;
	}
	.social
	{
		padding: 0px;
	}
	.contact
	{
		padding-bottom: 15px !important;
	}
	.container
	{
		padding: 7px;
		padding-top: 7px !important;
	}
	#bar5
	{
		padding: 0px !important;
	}
	#bar1
	{
		height: 200px;
	}
	#selectProject
	{
		width: 100%;
	}
	.header
	{
		height: 200px !important;
/* 		line-height: 0px; */
	}
	.headerTitle
	{
		font-size: 18px;
		height: 80px !important;
		line-height: 40px !important;
	}
}
.archivedBtn:hover
{
	text-decoration: none;
}
.archivedBtn.active
{
	background: #28507c;
	color: white !important;
	border-color: #28507c !important;
}

@media (max-width: 576px)
{
	.rowCustom1
	{
		display: block;
	}
	.colFlux
	{
		padding: 0;
		margin-top: 10px;
	}
}