/******************************************************************************/
/* module */
/******************************************************************************/
.module {
	/* 	max-width: 450px; */
	
}

.module-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	/* 	grid-row-gap: 5em; */
	/* 	grid-column-gap: 7em; */
}

.module .ui-grid-responsive {
	border: unset;
	background: unset;
}

.module .ui-grid-responsive .ui-panelgrid-cell {
	padding: 20px !important;
}

.module-bouton, .ui-widget .module-bouton {
	font-size: 2em;
	font-weight: 300;
	background: #FFFFFF;
	box-shadow: 0 0 0.3em lightgray;
	padding: unset;
	border-width: 0 0 5px 0;
	border-radius: 0;
	/* 	height: 100px; */
	/* 	width: 230px; */
	flex-grow: 1;
	/* 	min-width: 200px; */
	min-height: 100px;
	max-height: 100px;
	/* 	width: 26%; */
}

.module-bouton:disabled, .ui-widget .module-bouton:disabled {
	box-shadow: none;
	background-color: rgb(245, 245, 245);
	opacity: 100%;
}

.module-bouton>.ui-button-text {
	padding: unset;
}

.module-bouton-eprev {
	border-color: white white rgb(223, 3, 24) white;
	color: rgb(223, 3, 24);
}

.module-bouton-etis {
	border-color: white white rgb(0, 136, 204) white;
	color: rgb(0, 136, 204);
}

.module-bouton-eplan {
	border-color: white white rgb(203, 69, 147) white;
	color: rgb(203, 69, 147);
}

.module-bouton-econfig {
	border-color: white white rgb(255, 140, 0) white;
	color: rgb(255, 140, 0);
}

.module-bouton-estat {
	border-color: white white rgb(170, 195, 0) white;
	color: rgb(170, 195, 0);
}

.module-bouton-echeck {
	border-color: white white rgb(255, 199, 0) white;
	color: rgb(255, 199, 0);
}

.module-link, .ui-widget .module-link {
	font-size: 2em;
	font-weight: 300;
	background: #FFFFFF;
	box-shadow: 0 0 0.3em lightgray;
	padding: unset;
	border-width: 0 0 5px 0;
	border-radius: 0;
	/* 	height: 100px; */
	/* 	width: 230px; */
	flex-grow: 1;
	display: flex;
	text-decoration: none;
	align-content: center;
	justify-content: center;
	align-items: center;
	/* 	min-width: 200px; */
	min-height: 100px;
	max-height: 100px;
	/* 	width: 26%; */
}

.module-link>img {
	max-width: 96px;
	max-height: 96px;
	width: auto;
	height: auto;
	display: grid;
}

@media ( max-width : 64.063em) {
	.module-triangle {
		display: none;
	}
}
/* @media ( max-height : 600px) { */
/* 	.module-triangle { */
/* 		display: none; */
/* 	} */
/* } */
.module-triangle {
	position: fixed;
	max-width: 40%;
	max-height: 60%;
	right: 30px;
	bottom: 30px;
}

/******************************************************************************/
/* dashboard */
/******************************************************************************/
.dashboard {
	
}

.dashboard .dashboard-titre {
	font-size: 1.3em;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid;
	margin-left: 5%;
	margin-right: 5%;
}

.dashboard .dashboard-indicateur {
	padding-bottom: 30px;
}

.dashboard .dashboard-indicateur, .dashboard .dashboard-actualites {
	padding-top: 20px;
}

.dashboard .dashboard-actualites .ui-widget-content {
	background: unset;
	border: unset;
}

.dashboard .dashboard-indicateur-content, .dashboard .dashboard-actualites-content {
	padding-top: 10px;
	padding-left: 5%;
	padding-right: 5%;
}

.dashboard .actualites {
}

.dashboard .dashboard-sousTitre {
	text-align: left;
	color: black;
	font-weight: bold;
	padding-bottom: 5px;
}

.dashboard .dashboard-sousTitre-sep {
	border-top: 1px solid;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 30%;
	margin-right: 30%;
}

.dashboard .indicateur {
	font-style: italic;
	font-size: 1.2em;
	padding-right: 10px;
	font-weight: bold;
}

.dashboard .dashboard-bouton {
	text-decoration: none;
	padding-left: 2px;
}

/******************************************************************************/
/**/
/******************************************************************************/
.fond {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-color: #fff;
	position: unset;
	z-index: 1;
}

.bandeau .bandeauBouton, .menuDroit .bandeauBouton {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	background: unset;
	border: unset;
	margin: unset;
}

.menuDroit .bandeauBouton {
	font-size: 130%;
	margin: 0 10px;
}

.bandeau .bandeauBouton.ui-button-text-only .ui-button-text, .menuDroit .bandeauBouton.ui-button-text-only .ui-button-text {
	padding: unset;
}

.bandeau .logoMaintotel {
	display: flex;
	align-items: center;
	padding: 1em;
}

.bandeau .hotline {
	text-decoration: none;
	font-size: 90% !important;
	color: inherit;
	align-self: end;
	white-space: nowrap;
}

.bandeauLogo {
	width: 75%;
	border: 1px solid white;
}

.logo {
	margin: auto;
	padding: 0.3em 0.3em 0.3em 0;
	width: 100%;
}

@media ( max-width :40em) {
	.bandeauLogoSep {
		display: none;
	}
	.bandeauLogo {
		width: 100%;
	}
}

@media ( max-width :40em) {
	.bandeau .logoMaintotel {
		padding: unset;
	}
}
