body {
	color: #002554;
	background-color: #f4f6f8;
	font-family: 'Roboto', sans-serif;
}

body p {
	font-size: 1rem;
	line-height: 1.6rem;
	margin-bottom: 1.5rem;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.piv {
	background-color: #f4f6f8;
	color: #002554;
	min-height: 95px;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
}

.alerte-generale.messageGeneral {
    background-color: #dae6f0;
}

#navContainer {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#logoNavLeft {
	display: flex;
	flex-wrap: wrap;
	/*margin-right: -15px;
	margin-left: -15px;*/
}

#ulNav {
	/*align-items: center!important;*/
	justify-content: flex-end!important;
	display: flex!important;
	/*flex-direction: column;*/
	align-items: flex-start;
	padding: 0 0 0 0.5rem;
	margin: 0;
	font-size: 0.8rem;
	line-height: 40px;
}

#ulNav li {
	line-height: 1.25;
	width: 60px;
}

.nav-link {
	color: #fff;
	line-height: 40px;
}

#navSubContainer {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#logoNav {
	max-width: 12.5rem;
	max-height: 4.5rem;
}

.fs-4 {
	color: #095979; 
}

.nav-link:focus, .nav-link:hover {
    color: #eee;
}	
#infoIcon {
	max-height: 30px;
	padding-right: 15px;
}

#infoLien {
	text-decoration: underline;
}

#contentContainer {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pageTitle {
	padding-top: 60px;
}

.pageTitle::after {
	display: block;
	content: "";
	margin: 0;
	width: 3rem;
	padding-top: 0.5rem;
	border-bottom: 4px solid #21a3a3;
}

.container {
	max-width: 1140px;
}

.choix {
	padding-top: 50px;
	margin-bottom: 100px;
}

.choixSousTitres {
	display: flex;
	text-decoration: none;
	/*background-color: #002554;*/
	color: #002554;
	height: 45px;
	border-radius: 5px;
}

.choixSousTitres:hover {
	cursor: default;
}

.sousIcons {
	max-height: 35px;
	padding-right: 0.8rem;
	margin: 5px;
}

.sousTitle {
	color: #002554;
	line-height: 45px;
	margin-left: 15px;
}

.sousContent {
	/*margin-left: 50px;*/
}

.sousUL {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sousLI {
	margin: 4px 0;
}

.sousLienLI {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

a.sousLienLI {
	text-decoration: none;
	color: #002554;
	font-weight: 600;
	margin: 5px;
}

li.sousLIcontact {
	/*height: 40px;*/
	vertical-align: middle;
	margin: 10px;
	line-height: 20px;
	font-size: 22pt;
	border-radius: 10px;
    border: #002554 solid 1px;
    box-shadow: #999 1px 1px 10px;
    padding: 5px;
}

li.sousLI {
	height: 40px;
	vertical-align: middle;
	margin: 10px;
	line-height: 30px;
	font-size: 22pt;
	border-radius: 10px;
}

li.sousLI:hover {
	background-color: #f4f6f8;
	color: #002554;
	box-shadow: -2px -2px 2px #FFFFFF, 2px 2px 2px #D5DBE2, 6px 6px 30px #D5DBE2, -6px -6px 30px #FFFFFF;
}

a.ordresA {
	text-decoration: none;
	color: #095797;
	font-weight: 400;
}

.role {
	padding-bottom: 60px;
}

.roleDetail {
	padding-bottom: 50px;
}

.theme-contacts {
	/*background-color: #ffffff;*/
    color: #fff;
    padding: 0;
    /*box-shadow: 0px 0px 15px #bbbbbb;*/
	margin: 0.5rem;
}

.contactsSousTitres {
	display: flex;
    text-decoration: none;
    background-color: #002554;
    width: 100%;
    padding: 10px;
	height: 50px;
	border-radius: 5px;
}

.sousContacts a {
	text-decoration: none;
}

h4.sousContacts {
	color: #fff;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

span.sousLienLI {
	color: #002554;
}

.theme-contacts.col-lg-3 {
	width: 31%;
}

.contactNames {
	/*margin-left: 50px;*/
	padding: 15px;
}


a.guidesA {
	text-decoration: none;
	color: #21a3a3;
	font-weight: 400;
}

/* Organigramme */

.tableMaintenance {
	width: 25%;
}

.matriceTable {
	color: #002554;
}

.matriceTable p {
	color: #002554;
}

.tableInput {
	width: 100%;
}

.tauxInput {
	width: 200px;
}

.titlePan {
    color: white;
    background-color: #002554;
    border-color: #002554;
    border-radius: 5px;
    padding: 10px;
}

.btnCalcul {
	background-color: #21a3a3;
	border-radius: 5px;
	border: 5px #21a3a3 solid;
	color: #fff;
}

.btnCalcul:hover {
	color: #21a3a3;
	background-color: #fff;
	border: 5px #21a3a3 solid;
	border-radius: 5px;
}

.expMatrice {
	margin-top: 25px;
}

.topPan {
	border-radius: 5px 5px 0 0;
	padding: 5px;
}

.lowPan {
	border-radius: 0 0 5px 5px;
}

.loginBody {
	background-color: #002554;
}

#loginForm {
	background-color: #fff;
}

.lockImg {
	color: #888;
	max-height: 18px;
	padding: 1px;
	margin: 4px;
}

.loginFormDiv {
	border-bottom: 15px black;
	color: #002554;
}

.loginForm input {
	width: 100%;
	margin-top: 12px;
	border-radius: 5px;
}

.loginForm button {
	width: 100%;
	margin-top: 12px;
	border-radius: 5px;
	background-color: #21a3a3;
	color: #fff;
}

.signup-form {
	background-color: white;
    max-width: 40%;
    height: 400px;
    padding: 40px;
    border-radius: 15px;
    box-shadow: #21a3a3 0px 0px 50px;
    margin-left: 30%;
    margin-top: 125px;
}

#loginLogo {
	width: 60%;
	margin: 2% 20%;
}

.org ul li {
	list-style: none;
}

.org a {
	text-decoration: none;
}

.DG {
	color: #002554;
    font-weight: 700;
    font-size: 17pt;
}

.Dir {
	color: #21a3a3;
    font-weight: 700;
    font-size: 16pt;
}

.Gerant {
	color: #002554;
    font-weight: 700;
    font-size: 15pt;
}

.employe {
	color: #999;
    font-weight: 700;
    font-size: 14pt;
}

.svgNav {
	max-height: 30px;
	line-height: 40px;
	margin-top: 5px;
	margin-left: 15px;
	position: absolute;
	fill: #002554;
}

.svgMenu {
	/*max-width: 30px;*/
	max-height: 30px;
	line-height: 40px;
	margin-top: 5px;
	position: absolute;
	fill: #21a3a3;
}

.svgMenuLocked {
	/*max-width: 30px;*/
	max-height: 30px;
	line-height: 40px;
	margin-top: 5px;
	position: absolute;
	fill: #96a4b5;
}

.linkSpan {
	/*margin-left: 10px;*/
	position: absolute;
	margin-left: 50px;
	vertical-align: middle;
	line-height: 40px;
}

.Spotify {
	position: sticky;
	width: 30%;
	border-radius: 15px;
	border: #21a3a3 10px solid;
	bottom: 0;
}

.matriceWrap {
	max-width: 80%;
	padding-left: 10%;
}

.navigation {
	height: 95px;
}