﻿:root {
	--onyx: #142832;
	--blue: #506482;
	--bleuINS: #31A3CF;
	--argente: #BECDD2;
	--sable: #EBEBE6;
	--sable25: #F6F6F4;
	--turquoise: #00DCB4;
	--violet: #6900C3;
	--sunset: #FFA000;
	--orange: #FF640F;
	--corail: #FF006E;
	--text-default: #495057;
	--text-headings: var(--onyx);
	--body-bg: #ffffff;
	--panel-bg: var(--sable25);
	--shadow: 0px 0px 10px 2px rgba(20, 40, 50, 0.17525);
}
/* Start - Normalize css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small,
.small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/* End - Normalize css */

/* Start - scaffolding */
/* Reset the box-sizing */
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Body reset */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	margin: 0;
	font-family: "Work Sans","Work Sans",Arial,sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4285;
	color: #495057;
	background-color: #fff;
	overflow: hidden;
}

::-webkit-scrollbar {
	width: 0.8rem;
	height: 0.8rem;
}

* {
	scrollbar-color: rgba(190, 205, 210, 0.6) transparent;
	scrollbar-width: thin;
}

*:hover {
	scrollbar-color: rgba(190, 205, 210, 1) transparent;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: rgba(190, 205, 210, 0.6);
	border-radius: 0.4rem;
}

*:hover::-webkit-scrollbar-thumb {
	background: rgba(190, 205, 210, 1);
}

::-webkit-scrollbar-thumb:hover {
	background: #91AAB3;
}

::-webkit-scrollbar-corner {
	background: transparent;
}
/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
/* Links */
a {
	background-color: transparent;
	color: #6900C3;
	text-decoration: none;
	cursor: pointer;
}

a:active,
a:hover {
	outline: 0;
}

a:hover,
a:focus {
	color: #400076;
	text-decoration: underline;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
a:focus {
	outline: none;
}

hr {
	border: 0;
	border-top: 1px solid #BECDD2;
	box-sizing: content-box;
	height: 0;
}

[role="button"] {
	cursor: pointer;
}
/* End - scaffolding */

/* Start - Global */
.loadingScreenBack {
	position: absolute;
	z-index: 999999;
	background-color: transparent;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}

.loadingScreenBack div.box {
	width: 8em;
	margin: auto;
}

.typing-loader {
	position: relative;
	font-size: 1rem;
	width: 5.5em;
	height: 2em;
	color: #6900C3;
	display: block;
}

.typing-loader.xs {
	font-size: 0.71429rem;
}

.typing-loader.sm {
	font-size: 0.8571rem;
}

.typing-loader.lg {
	font-size: 1.4286rem;
}

.typing-loader > * {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.5em;
	margin-right: 0.5em;
	-moz-border-radius: 50%;
	border-radius: 50%;
	webkit-border-radius: 50%;
	background-color: currentColor;
	opacity: 0.25;
	animation-duration: 2.4s;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-play-state: running;
	animation-fill-mode: forwards;
}

.typing-loader > :first-child {
	left: 0px;
	animation-name: typingloader1;
}

.typing-loader > :nth-child(2) {
	left: 1.5em;
	animation-name: typingloader2;
}

.typing-loader > :nth-child(3) {
	left: 3em;
	animation-name: typingloader3;
}

.typing-loader > :last-child {
	left: 4.5em;
	animation-name: typingloader4;
}

@keyframes typingloader1 {
	0% {
		opacity: 0.25;
		top: 0.5em;
		height: 1em;
		background-color: currentColor;
	}

	12.5% {
		opacity: 1;
		top: 0px;
		height: 0.5em;
		background-color: #00DCB4;
	}

	25% {
		opacity: 0.25;
		top: 0.5em;
		height: 1em;
		background-color: currentColor;
	}
}

@keyframes typingloader2 {
	25% {
		opacity: 0.25;
		top: 0.5em;
		height: 1em;
		background-color: currentColor;
	}

	37.5% {
		opacity: 1;
		top: 0px;
		height: 0.5em;
		background-color: #FFA000;
	}

	50% {
		opacity: 0.25;
		top: 0.5em;
		height: 1em;
		background-color: currentColor;
	}
}

@keyframes typingloader3 {
	50% {
		opacity: 0.25;
		top: 0.5em;
		height: 1em;
		background-color: currentColor;
	}

	62.5% {
		opacity: 1;
		top: 0px;
		height: 0.5em;
		background-color: #FF640F;
	}

	75% {
		opacity: 0.25;
		top: 0.5em;
		height: 1em;
		background-color: currentColor;
	}
}

@keyframes typingloader4 {
	75% {
		opacity: 0.25;
		top: 0.5em;
		height: 1em;
		background-color: currentColor;
	}

	87.5% {
		opacity: 1;
		top: 0px;
		height: 0.5em;
		background-color: #FF006E;
	}

	100% {
		opacity: 0.25;
		top: 0.5em;
		height: 1em;
		background-color: currentColor;
	}
}
/* modals */
.ui-helper-clearfix::before {
	display: table;
	border-collapse: collapse;
	content: "";
}

.ui-helper-clearfix::after {
	display: table;
	border-collapse: collapse;
	content: "";
}

.ui-helper-clearfix::after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0px;
}

.ui-helper-zfix {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=0);
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 999994;
}

.ui-widget-overlay {
	position: fixed;
	background-color: transparent;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.ui-widget-content {
	background-color: #ffffff;
}

.ui-dialog-titlebar.ui-widget-header {
	background-color: #FFA000;
	color: #ffffff;
	font-weight: bold;
	height: 3.624rem;
}

.ui-dialog-titlebar.ui-widget-header a {
	color: #ffffff;
}

.ui-corner-all {
}

.ui-dialog {
	padding: 0px;
	outline: 0px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	position: absolute;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.ui-dialog .ui-dialog-titlebar {
	padding: 1rem;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	font-family: "Roboto","Work Sans",Arial,sans-serif;
	margin: 0px;
	width: 90%;
	overflow: hidden;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.4rem;
	line-height: 1.624rem;
}

.ui-dialog .ui-dialog-titlebar-restore,
.ui-dialog .ui-dialog-titlebar-maximize,
.ui-dialog .ui-dialog-titlebar-close {
	margin: 0px;
	padding: 0px;
	width: 1.624rem;
	height: 1.624rem;
	right: 1rem;
	position: absolute;
}

.ui-dialog .ui-dialog-titlebar-restore,
.ui-dialog .ui-dialog-titlebar-maximize {
	right: 3.624rem;
}

.ui-dialog .ui-dialog-content {
	padding: 0px;
	overflow: auto;
	position: relative;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
	padding: 1rem;
	border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button:not(:first-child),
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > a:not(:first-child) {
	margin-left: 2rem;
}

.ui-dialog .ui-resizable-se {
	background-position: 1rem 1rem;
	width: 1rem;
	height: 1rem;
	right: -0.33rem;
	bottom: -0.33rem;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-button {
	padding: 0px;
	text-align: center;
	line-height: normal;
	overflow: visible;
	margin-right: 0.1em;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.ui-button:link {
	text-decoration: none;
}

.ui-button:visited {
	text-decoration: none;
}

.ui-button:hover {
	text-decoration: none;
}

.ui-button:active {
	text-decoration: none;
}

.ui-button-icon-only {
	width: 1rem;
}

button.ui-button-icon-only {
	width: 1rem;
}

.ui-button .ui-button-text {
	line-height: normal;
	display: block;
}

.ui-button-text-only .ui-button-text {
	padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text {
	display: none;
}

.ui-button-icons-only .ui-button-text {
	display: none;
}

.ui-button-text-icon-primary .ui-button-text {
	padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icons .ui-button-text {
	padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
	padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-right: 2.1em;
	padding-left: 2.1em;
}

input.ui-button {
	padding: 0.4em 1em;
}

.ui-button-text-icon-primary .ui-icon {
	top: 50%;
	margin-top: -8px;
	position: absolute;
}

.ui-button-text-icon-secondary .ui-icon {
	top: 50%;
	margin-top: -8px;
	position: absolute;
}

.ui-button-text-icons .ui-icon {
	top: 50%;
	margin-top: -8px;
	position: absolute;
}

.ui-button-text-icon-primary .ui-button-icon-primary {
	left: 0.5em;
}

.ui-button-text-icons .ui-button-icon-primary {
	left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-primary {
	left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary {
	right: 0.5em;
}

.ui-button-text-icons .ui-button-icon-secondary {
	right: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary {
	right: 0.5em;
}

.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-right: -0.3em;
	margin-left: 0px;
}

.ui-dialog .ui-dialog-titlebar-maximize, .ui-dialog .ui-dialog-titlebar-restore {
	margin: -10px 0px 0px;
	padding: 1px;
	top: 50%;
	width: 1.624rem;
	height: 1.624rem;
	right: 3.624rem;
	position: absolute;
}

.ui-dialog-titlebar > .ui-button-icon-only > .ui-icon {
	font-family: "PrevIcons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4rem;
	line-height: 1.624rem;
	vertical-align: middle;
	width: 1.624rem;
	text-align: center;
	height: 1.624rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ui-dialog-titlebar-additional {
	position: absolute;
	right: 6.248rem;
	padding: 0px;
}
.ui-dialog-titlebar-additional > .ui-button-icon-only,
.ui-dialog-titlebar > .ui-button-icon-only {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-weight: normal;
	padding: 0px;
}
.ui-dialog-titlebar-additional > .ui-button-icon-only {
	width: auto;
}
.ui-dialog-titlebar-additional > button:not(:last-child) {
	margin-right: 1rem;
}
.ui-button > .prev {
	cursor: pointer !important;
}

.ui-dialog-titlebar-close > .ui-icon-closethick:before {
	content: "\f00e";
}

.ui-dialog-titlebar-maximize > .ui-icon-maximize:before {
	content: "\f2d1";
}

.ui-dialog-titlebar-restore > .ui-icon-restore:before {
	content: "\f2d5";
}

.ui-button.ui-state-hover > .ui-icon:before,
.ui-button:hover > .prev {
	color: #EBEBE6;
}

.ui-dialog.ui-dialog-state-minimize .ui-dialog-titlebar-restore,
.ui-dialog.ui-dialog-state-maximize .ui-dialog-titlebar-restore,
.ui-dialog.ui-dialog-state-default .ui-dialog-titlebar-maximize,
.ui-dialog.ui-dialog-state-default .ui-dialog-titlebar-minimize {
	display: inline-block;
}

.ui-dialog.ui-dialog-state-minimize .ui-dialog-titlebar-minimize,
.ui-dialog.ui-dialog-state-minimize .ui-dialog-titlebar-maximize,
.ui-dialog.ui-dialog-state-maximize .ui-dialog-titlebar-maximize,
.ui-dialog.ui-dialog-state-default .ui-dialog-titlebar-restore {
	display: none;
}

.ui-dialog.ui-dialog-state-minimize {
	width: 40rem;
}
.ui-dialog.ui-dialog-state-minimize > .ui-dialog-content {
	display: none;
}
.ui-dialog.ui-dialog-state-maximize {
	width: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
/* End - Global */

/* Start - Typography */
/* Headings */
.headings-1, h1,
.headings-2, h2,
.headings-3, h3,
.headings-4, h4,
.headings-5, h5,
.headings-6, h6 {
	font-family: "Roboto","Work Sans",Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #142832;
	line-height: 1.24em;
	margin: 0px 0px 0.7143rem 0px;
}

.headings-1 small, h1 small,
.headings-2 small, h2 small,
.headings-3 small, h3 small,
.headings-4 small, h4 small,
.headings-5 small, h5 small,
.headings-6 small, h6 small,
.headings-1 .small, h1 .small,
.headings-2 .small, h2 .small,
.headings-3 .small, h3 .small,
.headings-4 .small, h4 .small,
.headings-5 .small, h5 .small,
.headings-6 .small, h6 .small {
	font-weight: normal;
	color: #495057;
	line-height: 1;
}

.headings-1 small, h1 small,
.headings-2 small, h2 small,
.headings-3 small, h3 small,
.headings-1 .small, h1 .small,
.headings-2 .small, h2 .small,
.headings-3 .small, h3 .small {
	font-size: 65%;
}

.headings-4 small, h4 small,
.headings-5 small, h5 small,
.headings-6 small, h6 small,
.headings-4 .small, h4 .small,
.headings-5 .small, h5 .small,
.headings-6 .small, h6 .small {
	font-size: 75%;
}

.headings-1, h1 {
	font-size: 2rem;
}

.headings-2, h2 {
	font-size: 1.6rem;
}

.headings-3, h3 {
	font-size: 1.27rem;
}

.headings-4, h4 {
	font-size: 1rem;
}

.headings-5, h5 {
	font-size: 0.8rem;
}

.headings-6, h6 {
	font-size: 0.73rem;
}

.label-indicateur {
	color: #142832;
}

.valToolTip .headings-1, .valToolTip h1,
.valToolTip .headings-2, .valToolTip h2,
.valToolTip .headings-3, .valToolTip h3,
.valToolTip .headings-4, .valToolTip h4,
.valToolTip .headings-5, .valToolTip h5,
.valToolTip .headings-6, .valToolTip h6,
.valToolTip .label-indicateur {
	color: #fff;
}

.valToolTip.inverted .headings-1, .valToolTip.inverted h1,
.valToolTip.inverted .headings-2, .valToolTip.inverted h2,
.valToolTip.inverted .headings-3, .valToolTip.inverted h3,
.valToolTip.inverted .headings-4, .valToolTip.inverted h4,
.valToolTip.inverted .headings-5, .valToolTip.inverted h5,
.valToolTip.inverted .headings-6, .valToolTip.inverted h6,
.valToolTip.inverted .label-indicateur {
	color: #142832;
}




.badge {
	padding: 0px 0.25rem;
	font-size: 0.85714rem;
	line-height: 1.5rem;
	position: absolute;
	left: 50%;
	bottom: 0.25rem;
	min-width: 1.5rem;
}
.badge-sm {
	padding: 0px 0.125rem;
	border-radius: 1rem;
	font-size: 0.7rem;
	line-height: 1rem;
	position: absolute;
	left: 50%;
	bottom: -0.5rem;
	min-width: 1rem;
}
.badge-style {
	padding: 0.5em;
}
.badge, .badge-style {
	background-color: #142832;
	color: #fff;
	border-radius: 1.14294rem;
}

.valToolTip {
	font-size: 0.8571rem;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 0.5rem 1rem;
	background-color: #142832;
	color: #fff;
	position: absolute;
	z-index: 999998;
	display: none;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.valToolTip.inverted
{
	background-color: #fff;
	color: #142832;
}

/* Contextual colors */
a .text-violet,
.text-violet {
	color: #6900C3;
}

a:hover .text-violet,
a:focus .text-violet,
a.text-violet:hover,
a.text-violet:focus {
	color: #400076;
}

a .text-blue,
.text-blue {
	color: #506482;
}

a:hover .text-blue,
a:focus .text-blue,
a.text-blue:hover,
a.text-blue:focus {
	color: #334653;
}

a .text-white,
.text-white {
	color: #fff;
}

a:hover .text-white,
a:focus .text-white,
a.text-white:hover,
a.text-white:focus {
	color: #BECDD2;
}

a .text-vert-imc,
.text-vert-imc {
	color: #008542;
}

a .text-blue-apptiv,
.text-blue-apptiv {
	color: #2E75B6;
}
a .text-red-apptiv,
.text-red-apptiv {
	color: #D62839;
}
a .text-orange-apptiv,
.text-orange-apptiv {
	color: #FF7700;
}
a .text-green-apptiv,
.text-green-apptiv {
	color: #008542;
}

a .text-blue-imc,
.text-blue-imc {
	color: #2E5DA4;
}

a .text-red-imc,
.text-red-imc {
	color: #D62839;
}

a .text-orange-imc,
.text-orange-imc {
	color: #FF7700;
}

a .text-green,
.text-green {
	color: #00DCB4;
}
.etat-green {
	color: #008542;
}
.etat-orange {
	color: #FF7700;
}
.etat-red {
	color: #D62839;
}

a:hover .text-green,
a:focus .text-green,
a.text-green:hover,
a.text-green:focus {
	color: #009075;
}

.text-green-inverse {
	color: rgba(179, 220, 173, 1);
}

a .text-orange,
.text-orange {
	color: #FF640F;
}

a:hover .text-orange,
a:focus .text-orange,
a.text-orange:hover,
a.text-orange:focus {
	color: #c24500;
}

a .text-yellow,
.text-yellow {
	color: #FFA000;
}

a:hover .text-yellow,
a:focus .text-yellow,
a.text-yellow:hover,
a.text-yellow:focus {
	color: #b37000;
}

a .text-red,
.text-red {
	color: #FF006E;
}

a:hover .text-red,
a:focus .text-red,
a.text-red:hover,
a.text-red:focus {
	color: #b3004d;
}

a .text-grey,
.text-grey {
	color: #BECDD2;
}

a .text-grisINS,
.text-grisINS {
	color: #495057;
}

a .text-grisINS-light,
.text-grisINS-light {
	color: rgba(73, 80, 87, 0.7);
}

a:hover .text-grey,
a:focus .text-grey,
a.text-grey:hover,
a.text-grey:focus {
	color: #506482;
}

a .text-black,
.text-black {
	color: #142832;
}

a:hover .text-black,
a:focus .text-black,
a.text-black:hover,
a.text-black:focus {
	color: #000;
}

.valPanel-encart-header .etat-green,
.valPanel-encart-header .etat-orange,
.valPanel-encart-header .etat-red
.valPanel-encart-header .text-blue,
.valPanel-encart-header .text-violet,
.valPanel-encart-header .text-green,
.valPanel-encart-header .text-yellow,
.valPanel-encart-header .text-orange,
.valPanel-encart-header .text-red {
	color: #fff;
}

.valPanel-encart-header.inverted .etat-green,
.valPanel-encart-header.inverted .etat-orange,
.valPanel-encart-header.inverted .etat-red
.valPanel-encart-header.inverted .text-blue,
.valPanel-encart-header.inverted .text-violet,
.valPanel-encart-header.inverted .text-green,
.valPanel-encart-header.inverted .text-yellow,
.valPanel-encart-header.inverted .text-orange,
.valPanel-encart-header.inverted .text-red {
	color: #142832;
}
/* Contextual backgrounds */
.bg-white {
	background-color: #FFFFFF;
}

.bg-bleuINS {
	background-color: #31A3CF;
}
.bg-bleuINS-light {
	background-color: rgba(49, 163, 207, 0.07);
}

.bg-violet {
	background-color: #6900C3 !important;
	color: #fff !important;
}

a.bg-violet:hover,
a.bg-violet:focus {
	background-color: #400076;
}

.bg-blue {
	background-color: #506482 !important;
	color: #fff !important;
}

a.bg-blue:hover,
a.bg-blue:focus {
	background-color: #334653;
}

.bg-green {
	background-color: #00DCB4 !important;
	color: #fff !important;
}

a.bg-green:hover,
a.bg-green:focus {
	background-color: #009075;
}

.bg-green-imc {
	background-color: #008542 !important;
	color: #fff !important;
}

.bg-orange {
	background-color: #FF640F !important;
	color: #fff !important;
}

a.bg-orange:hover,
a.bg-orange:focus {
	background-color: #c24500;
}

.bg-orange-imc {
	background-color: #FF7700 !important;
	color: #fff !important;
}

.bg-yellow {
	background-color: #FFA000 !important;
	color: #fff !important;
}

.bg-yellow-light {
	background: #FFA00012;
}

a.bg-yellow:hover,
a.bg-yellow:focus {
	background-color: #b37000;
}

.bg-blue-imc {
	background-color: #2E5DA4 !important;
	color: #fff !important;
}

.bg-red {
	background-color: #FF006E !important;
	color: #fff !important;
}

a.bg-red:hover,
a.bg-red:focus {
	background-color: #b3004d;
}

.bg-red-imc {
	background-color: #D62839 !important;
	color: #fff !important;
}

.bg-grey {
	background-color: #BECDD2 !important;
	color: #fff !important;
}

a.bg-grey:hover,
a.bg-grey:focus {
	background-color: #506482;
}

a:not(:last-child) {
	margin: 0px 1rem 0px 0px;
}
a[name]:not([id]):not([href]):not([onclick]):not([valcontrolkey]):not([style]) {
	position: absolute;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-italic {
	font-style: italic !important;
}

.color-apptiv {
	color: #2E75B6 !important;
}

.border-apptiv {
	border-width: 2px !important;
	border-color: #2E75B6 !important;
	border-style: solid;
}

.border-gris-light {
	border-width: 2px;
	border-color: rgba(73, 80, 87, 0.7);
	border-style: solid;
}

.border-blue {
	border-width: 2px;
	border-color: rgb(80, 100, 130);
	border-style: solid;
}



/* End - Typography */

/* Start - Tables */
.table th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: #F6F6F4;
}
.table-pager {
	padding-bottom: 0.5rem;
}
.table-pager > span {
	color: #506482;
	font-weight: bold;
}
.table-pager > span,
.table-pager > a {
	margin: 0rem 1rem 0rem 0rem;
}
.valToolTip .table {
	background-color: #495057;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 0.5em 1em;
	line-height: 1.42em;
	vertical-align: top;
	background-color: #BECDD2;
	color: #142832;
	font-size: 1em;
	font-weight: bold;
}

.table > tbody > tr > td {
	padding: 0.5em 1em;
	line-height: 1.42em;
	vertical-align: top;
	border-bottom: 1px solid #BECDD2;
	background-color: transparent;
	font-size: 1em;
	font-weight: normal;
}

.table > tbody > tr > td.action-col:last-child {
	padding: 0.5em 0em 0.5em 1em;
	text-align: right;
}

.table > tbody > tr > td:last-child > a {
	margin: 0rem 1rem 0rem 0rem;
}

.table > tbody > tr > td:last-child > a > i.prev:only-child {
	margin: 0px;
}

.table > tbody > tr > td:last-child > a:last-child {
	margin: 0px;
}

.table > thead > tr > th {
	vertical-align: bottom;
}

.table > tbody + tbody {
	border-top: 2px solid #BECDD2;
}

.table .table {
	background-color: #F6F6F4;
}
/* Condensed table w/ half padding */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 0.25em 0.5em;
}

.table-condensed > tbody > tr > td.action-col:last-child {
	padding: 0.25em 0em 0.25em 0.5em;
	text-align: right;
}
/* Bordered version */
.table-bordered {
	border: 1px solid #BECDD2;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #BECDD2;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
/* Zebra-striping */
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #EBEBE6;
}
/* Hover effect */
.table-hover > tbody > tr:hover {
	background-color: #EBEBE6;
}
/* Table backgrounds */
.table > thead > tr > td.bg-blue,
.table > tbody > tr > td.bg-blue,
.table > tfoot > tr > td.bg-blue,
.table > thead > tr > th.bg-blue,
.table > tbody > tr > th.bg-blue,
.table > tfoot > tr > th.bg-blue,
.table > thead > tr.bg-blue > td,
.table > tbody > tr.bg-blue > td,
.table > tfoot > tr.bg-blue > td,
.table > thead > tr.bg-blue > th,
.table > tbody > tr.bg-blue > th,
.table > tfoot > tr.bg-blue > th {
	background-color: #506482;
}

.table-hover > tbody > tr > td.bg-blue:hover,
.table-hover > tbody > tr > th.bg-blue:hover,
.table-hover > tbody > tr.bg-blue:hover > td,
.table-hover > tbody > tr:hover > .bg-blue,
.table-hover > tbody > tr.bg-blue:hover > th {
	background-color: #334653;
}

.table > thead > tr > td.bg-violet,
.table > tbody > tr > td.bg-violet,
.table > tfoot > tr > td.bg-violet,
.table > thead > tr > th.bg-violet,
.table > tbody > tr > th.bg-violet,
.table > tfoot > tr > th.bg-violet,
.table > thead > tr.bg-violet > td,
.table > tbody > tr.bg-violet > td,
.table > tfoot > tr.bg-violet > td,
.table > thead > tr.bg-violet > th,
.table > tbody > tr.bg-violet > th,
.table > tfoot > tr.bg-violet > th {
	background-color: #6900C3;
}

.table-hover > tbody > tr > td.bg-violet:hover,
.table-hover > tbody > tr > th.bg-violet:hover,
.table-hover > tbody > tr.bg-violet:hover > td,
.table-hover > tbody > tr:hover > .bg-violet,
.table-hover > tbody > tr.bg-violet:hover > th {
	background-color: #400076;
}

.table > thead > tr > td.bg-green,
.table > tbody > tr > td.bg-green,
.table > tfoot > tr > td.bg-green,
.table > thead > tr > th.bg-green,
.table > tbody > tr > th.bg-green,
.table > tfoot > tr > th.bg-green,
.table > thead > tr.bg-green > td,
.table > tbody > tr.bg-green > td,
.table > tfoot > tr.bg-green > td,
.table > thead > tr.bg-green > th,
.table > tbody > tr.bg-green > th,
.table > tfoot > tr.bg-green > th {
	background-color: #00DCB4;
}

.table-hover > tbody > tr > td.bg-green:hover,
.table-hover > tbody > tr > th.bg-green:hover,
.table-hover > tbody > tr.bg-green:hover > td,
.table-hover > tbody > tr:hover > .bg-green,
.table-hover > tbody > tr.bg-green:hover > th {
	background-color: #009075;
}

.table > thead > tr > td.bg-yellow,
.table > tbody > tr > td.bg-yellow,
.table > tfoot > tr > td.bg-yellow,
.table > thead > tr > th.bg-yellow,
.table > tbody > tr > th.bg-yellow,
.table > tfoot > tr > th.bg-yellow,
.table > thead > tr.bg-yellow > td,
.table > tbody > tr.bg-yellow > td,
.table > tfoot > tr.bg-yellow > td,
.table > thead > tr.bg-yellow > th,
.table > tbody > tr.bg-yellow > th,
.table > tfoot > tr.bg-yellow > th {
	background-color: #FFA000;
}

.table-hover > tbody > tr > td.bg-yellow:hover,
.table-hover > tbody > tr > th.bg-yellow:hover,
.table-hover > tbody > tr.bg-yellow:hover > td,
.table-hover > tbody > tr:hover > .bg-yellow,
.table-hover > tbody > tr.bg-yellow:hover > th {
	background-color: #b37000;
}

.table > thead > tr > td.bg-orange,
.table > tbody > tr > td.bg-orange,
.table > tfoot > tr > td.bg-orange,
.table > thead > tr > th.bg-orange,
.table > tbody > tr > th.bg-orange,
.table > tfoot > tr > th.bg-orange,
.table > thead > tr.bg-orange > td,
.table > tbody > tr.bg-orange > td,
.table > tfoot > tr.bg-orange > td,
.table > thead > tr.bg-orange > th,
.table > tbody > tr.bg-orange > th,
.table > tfoot > tr.bg-orange > th {
	background-color: #FF640F;
}

.table-hover > tbody > tr > td.bg-orange:hover,
.table-hover > tbody > tr > th.bg-orange:hover,
.table-hover > tbody > tr.bg-orange:hover > td,
.table-hover > tbody > tr:hover > .bg-orange,
.table-hover > tbody > tr.bg-orange:hover > th {
	background-color: #c24500;
}

.table > thead > tr > td.bg-red,
.table > tbody > tr > td.bg-red,
.table > tfoot > tr > td.bg-red,
.table > thead > tr > th.bg-red,
.table > tbody > tr > th.bg-red,
.table > tfoot > tr > th.bg-red,
.table > thead > tr.bg-red > td,
.table > tbody > tr.bg-red > td,
.table > tfoot > tr.bg-red > td,
.table > thead > tr.bg-red > th,
.table > tbody > tr.bg-red > th,
.table > tfoot > tr.bg-red > th {
	background-color: #FF006E;
}

.table-hover > tbody > tr > td.bg-red:hover,
.table-hover > tbody > tr > th.bg-red:hover,
.table-hover > tbody > tr.bg-red:hover > td,
.table-hover > tbody > tr:hover > .bg-red,
.table-hover > tbody > tr.bg-red:hover > th {
	background-color: #b3004d;
}
/* End - Tables */


/* Start Panels */
.valPanel-encartHorizontal,
.valPanel-encart {
	display: block;
	width: 100%;
	margin: 0px 0px 1rem 0px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	position: relative;
}

.valPanel-encartHorizontal {
	margin: 0px 2rem 2rem 0px;
}

.valPanel-encartHorizontal-header,
.valPanel-encart-header {
	background-color: #00DCB4;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	color: #fff;
	padding: 0.5rem 1rem 0.5rem 1rem;
	min-height: 2.5rem;
	text-align: left;
	font-weight: normal;
	font-size: 1.42857rem;
	line-height: 1.485714rem;
	font-family: "Roboto", "Work Sans", Arial, Helvetica, sans-serif;
}

.valPanel-encartHorizontal-icon,
.valPanel-encart-icon {
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	width: 2.33333rem;
}

.valPanel-encartHorizontal-icon {
	text-align: center;
}

.valPanel-encartHorizontal-icon img,
.valPanel-encart-icon img {
	vertical-align: middle;
}

.valPanel-encartHorizontal-title,
.valPanel-encart-title {
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.valPanel-encartHorizontal-header.inverted,
.valPanel-encart-header.inverted {
	color: #142832;
}

.valPanel-encartHorizontal-content,
.valPanel-encart-content,
.valPanel-encart-footer {
	vertical-align: top;
	padding: 1rem;
	background-color: #F6F6F4;
	position: relative;
}
.valPanel-encart[valcontrolkey="ValPanelRecherche"] > .valPanel-encart-content {
	max-height: 15rem;
	overflow-y: auto;
}

.valPanel-encartHorizontal-content {
	vertical-align: middle;
    padding-bottom: 0px;
}
.valPanel-encartHorizontal-content > div:first-child {
    height: 56.5px;
    overflow: hidden;
}

.valPanel-encart-footer {
	text-align: center;
}

.valPanel-encartHorizontal-header a:not(:first-child),
.valPanel-encart-header a:not(:first-child) {
	margin: 0px 0px 0px 1rem;
}

.valPanel-encartHorizontal-header a:first-child,
.valPanel-encart-header a:first-child {
	margin: 0px;
}

.valPanel-encartHorizontal-header a,
.valPanel-encartHorizontal-header a:visited,
.valPanel-encart-header a,
.valPanel-encart-header a:visited {
	color: #ffffff;
	font-weight: normal;
}

.valPanel-encartHorizontal-header a:hover,
.valPanel-encartHorizontal-header a:active,
.valPanel-encartHorizontal-header a:focus,
.valPanel-encart-header a:hover,
.valPanel-encart-header a:active,
.valPanel-encart-header a:focus {
	color: #ffffff;
	opacity: 0.9;
}

.valPanel-encartHorizontal-header.inverted a,
.valPanel-encartHorizontal-header.inverted a:visited,
.valPanel-encartHorizontal-header.inverted a:hover,
.valPanel-encartHorizontal-header.inverted a:active,
.valPanel-encartHorizontal-header.inverted a:focus,
.valPanel-encart-header.inverted a,
.valPanel-encart-header.inverted a:visited,
.valPanel-encart-header.inverted a:hover,
.valPanel-encart-header.inverted a:active,
.valPanel-encart-header.inverted a:focus {
	color: #142832;
}

.valPanel-encartHorizontal-actionBar-Inline,
.valPanel-encart-actionBar-Inline {
	display: block;
	width: 100%;
	padding: 0.5rem 0.25rem;
}

.valPanel-encartHorizontal-actionBar-DockRight,
.valPanel-encart-actionBar-DockRight {
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	float: right;
	display: inline-block;
	width: auto;
	vertical-align: top;
	white-space: nowrap;
}

.valPanel-encartHorizontal-actionBar-DockRight a,
.valPanel-encart-actionBar-DockRight a {
	color: #ffffff;
}

.valPanel-encartHorizontal-actionBar-DockRight a:visited,
.valPanel-encart-actionBar-DockRight a:visited {
	color: #ffffff;
}

.valPanel-encartHorizontal-actionBar-DockRight a:hover,
.valPanel-encart-actionBar-DockRight a:hover {
	opacity: 0.7;
}

.valPanel-encartHorizontal-actionBar-DockRight a img,
.valPanel-encart-actionBar-DockRight a img {
	opacity: 1.0;
}

.valPanel-encartHorizontal-actionBar-DockRight a:hover img,
.valPanel-encart-actionBar-DockRight a:hover img {
	opacity: 1.0;
}

.valPanel-encartHorizontal-actionBar-DockRight-LightColor,
.valPanel-encart-actionBar-DockRight-LightColor {
	color: #142832;
	padding: 0 0 0 10px;
	margin: 0px;
	float: right;
	display: inline-flex;
	width: auto;
	vertical-align: top;
}

.valPanel-encartHorizontal-actionBar-DockRight-LightColor a,
.valPanel-encart-actionBar-DockRight-LightColor a {
	color: #6900C3;
}

.valPanel-encartHorizontal-actionBar-DockRight-LightColor a:visited,
.valPanel-encart-actionBar-DockRight-LightColor a:visited {
	color: #6900C3;
}

.valPanel-encartHorizontal-actionBar-DockRight-LightColor a:hover,
.valPanel-encart-actionBar-DockRight-LightColor a:hover {
	opacity: 0.7;
}

.valPanel-encartHorizontal-actionBar-DockRight-LightColor a img,
.valPanel-encart-actionBar-DockRight-LightColor a img {
	opacity: 1.0;
}

.valPanel-encartHorizontal-actionBar-DockRight-LightColor a:hover img,
.valPanel-encart-actionBar-DockRight-LightColor a:hover img {
	opacity: 1.0;
}
/* End - Panels */


/* Start - Forms */
.form {
	background-color: #F6F6F4;
	padding: 1rem;
}

.form-group {
	position: relative;
	margin-bottom: 0.5rem;
	font-size: 1rem;
    color: #142832;
}

.form-group.form-group-sm {
	font-size: 0.857rem;
}

.form-group.form-group-lg {
	font-size: 1.2857rem;
}

/* Textbox & textarea & select */
input[type="search"] {
	box-sizing: border-box;
	-webkit-appearance: none;
}

input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.drop-down,
.form-control,
select,
textarea {
	text-align: left;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 2.4286em;
	padding: 0.4286em 0.857em;
	font-size: 1rem;
	line-height: 1.4285;
	color: #495057;
	background-color: #fff;
	border: 1px solid #becdd2;
	font-weight: normal;
	font-style: normal;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ui-slider {
	text-align: left;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 0.5em;
	padding: 0px;
	margin: 0.9643em 0px;
	font-size: 1rem;
	line-height: 1.4285;
	color: #495057;
	background-color: #fff;
	border: 1px solid #becdd2;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	position: relative;
}
.ui-slider-range {
    background-color: #6900C3;
	border: none;
    height: 0.5em;
}
.ui-slider-handle {
    color: #fff;
    font-size: 1em;
	font-weight: normal;
    line-height: 1.5em;
    text-align: center;
	text-decoration: none;
    position: absolute;
    z-index: 2;
    width: 1.5em;
    height: 1.5em;
    background-color: #6900C3;
    margin-left: -0.75em;
    top: -0.4643em;
    background-image: none;
	border: none;
    opacity: 1.0;
    -moz-border-radius: 0.75em;
    border-radius: 0.75em;
    webkit-border-radius: 0.75em;
	outline: 0;
	-webkit-transition: box-shadow ease-in-out .15s;
	-o-transition: box-shadow ease-in-out .15s;
	transition: box-shadow ease-in-out .15s;
}
.ui-slider-handle:focus,
.ui-slider-handle:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.ui-slider-handle.ui-state-focus,
.ui-slider-handle.ui-state-active {
	outline: 0;
	-webkit-box-shadow:  0 0 8px rgba(105, 0, 195, 0.6);
	box-shadow: 0px 0px 8px rgba(105,0,195,0.6);
}

.dropdownlist,
.extended-date-chooser,
.color-picker,
.date-chooser {
	position: relative;
	max-width: 100%;
}

.dropdownlistWithLinks
{
	display: flex;
	align-items: center;
}

.dropdownlistWithLinks > :first-child {
	padding-right: 1rem;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-control,
.drop-down {
	white-space: nowrap;
	overflow: hidden;
}

.input-sm {
	font-size: 0.857rem !important;
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto;
}

.input-lg {
	font-size: 1.2857rem !important;
}

.input-center {
	display: grid;
	place-items: center;
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto;
}

select:focus,
.form-control:focus,
.drop-down:focus,
input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
	border-color: #6900c3;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(105, 0, 195, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(105,0,195,0.6);
}

select::-moz-placeholder,
input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
textarea::-moz-placeholder {
	color: #BECDD2 !important;
	opacity: 1;
}

select:-ms-input-placeholder,
input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #BECDD2 !important;
}

select::-webkit-input-placeholder,
input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #BECDD2 !important;
}

.form-control-static {
	text-align: left;
	min-height: 2.4286em;
	padding: 0.4286em 0px;
	font-size: 1em;
	line-height: 1.4285;
	margin: 0px;
	display: block;
}

.form-label {
	display: block;
	text-align: left;
	padding-top: 0.4286em;
	font-size: 1em;
	line-height: 1.4285;
	margin: 0px;
	color: #495057;
	font-style: normal;
}

.col.form-label,
.col-1.form-label,
.col-2.form-label,
.col-3.form-label,
.col-4.form-label,
.col-5.form-label,
.col-6.form-label,
.col-7.form-label,
.col-8.form-label,
.col-9.form-label,
.col-10.form-label,
.col-11.form-label,
.col-12.form-label {
	text-align: right;
}

.ListeValeurVerticale {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ListeValeurVerticale > ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.Champ { /* Va contenir 2 div une pour le titre une pour la valeur*/
	display: flex;
	flex-direction: column;
	flex: 100%;
}

.Champ > :nth-child(1) { /* Titre */
	text-align: left;
	min-height: 2.4286em;
	padding: 0.4286em 0px;
	font-size: 1em;
	line-height: 1.4285;
	margin: 0px;
	color: #142832;
	font-style: normal;
	font-weight: bold;
}

.Champ > :nth-child(2) { /* Valeur */
	text-align: left;
	min-height: 2.4286em;
	padding: 0.4286em 0px;
	font-size: 1em;
	line-height: 1.4285;
	margin: 0px;
	display: block;
	color: #495057;
	font-weight: normal;
	font-style: normal;
}

.Champ > :nth-child(2) > ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.Champ > div > div.ListeValeurVerticale > span { /* Lorsque le texte passe sur plus d'une ligne, la suite du texte est indenté*/
	text-indent: -10px;
	padding-left: 10px;
}

.SectionChamp { /* La section est composté d'un titre et d'une liste de champ*/
	flex: 100%;
	position: relative;
}

.SectionChamp > h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	font-size: 1.1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.SectionChamp > h1:after {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin-left: 1rem;
	content: '\a0';
	background-color: #BECDD2;
}

.GroupeChamp { /* le groupe de champs est un sous ensemble de la section*/
	flex: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.GroupeChamp > :nth-child(1) { /* Juste un titre qui s'insere entre 2 champs */
	text-align: left;
	min-height: 2.4286em;
	padding: 0.4286em 0px;
	font-size: 1em;
	line-height: 1.4285;
	margin: 0px;
	color: #142832;
	font-style: normal;
	font-weight: bold;
	display: flex;
}

.GroupeChamp > :nth-child(1) > span, .nowrap {
	white-space: nowrap;
}

.valToolTip:not(.inverted) *,
.valToolTip:not(.inverted) .Champ > *,
.valToolTip:not(.inverted) .SectionChamp,
.valToolTip:not(.inverted) .form-label,
.valToolTip:not(.inverted) span {
	color: #fff;
}

.form-group.has-icon,
.has-unit-1,
.has-unit-2,
.has-unit-3,
.has-unit-4,
.has-unit-5,
.has-unit-6,
.has-unit-7,
.has-unit-8 {
	display: flex;
	align-items: center;
}

.form-group.has-icon > .icon {
	order: 2;
	margin: 0px;
	position: absolute;
	left: 0;
	color: #142832;
	width: 3rem;
	text-align: center;
}

.has-unit-1 > .unit,
.has-unit-2 > .unit,
.has-unit-3 > .unit,
.has-unit-4 > .unit,
.has-unit-5 > .unit,
.has-unit-6 > .unit,
.has-unit-7 > .unit,
.has-unit-8 > .unit {
	order: 3;
	right: 0.857em;
	margin: 0px;
	position: absolute;
	color: #495057;
	text-align: right;
	width: 3em;
}

.has-unit-1 > .unit {
	width: 1em;
}

.has-unit-2 > .unit {
	width: 2em;
}

.has-unit-3 > .unit {
	width: 3em;
}

.has-unit-4 > .unit {
	width: 4em;
}

.has-unit-5 > .unit {
	width: 5em;
}

.has-unit-6 > .unit {
	width: 6em;
}

.has-unit-7 > .unit {
	width: 7em;
}

.has-unit-8 > .unit {
	width: 8em;
}

.has-icon > input,
.has-icon > select,
.has-icon > textarea,
.has-icon > .drop-down {
	padding-left: 3em !important;
}

.has-unit-1 > input,
.has-unit-1 > select,
.has-unit-1 > textarea,
.has-unit-1 > .drop-down {
	padding-right: 2em !important;
}

.has-unit-2 > input,
.has-unit-2 > select,
.has-unit-2 > textarea,
.has-unit-2 > .drop-down {
	padding-right: 3em !important;
}

.has-unit-3 > input,
.has-unit-3 > select,
.has-unit-3 > textarea,
.has-unit-3 > .drop-down {
	padding-right: 4em !important;
}

.has-unit-4 > input,
.has-unit-4 > select,
.has-unit-4 > textarea,
.has-unit-4 > .drop-down {
	padding-right: 5em !important;
}

.has-unit-5 > input,
.has-unit-5 > select,
.has-unit-5 > textarea,
.has-unit-5 > .drop-down {
	padding-right: 6em !important;
}

.has-unit-6 > input,
.has-unit-6 > select,
.has-unit-6 > textarea,
.has-unit-6 > .drop-down {
	padding-right: 7em !important;
}

.has-unit-7 > input,
.has-unit-7 > select,
.has-unit-7 > textarea,
.has-unit-7 > .drop-down {
	padding-right: 8em !important;
}

.has-unit-8 > input,
.has-unit-8 > select,
.has-unit-8 > textarea,
.has-unit-8 > .drop-down {
	padding-right: 9em !important;
}

.valPanel-encart-header input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.valPanel-encart-header .drop-down,
.valPanel-encart-header .form-control,
.valPanel-encart-header select,
.valPanel-encart-header textarea {
	background-color: transparent;
}

.valPanel-encart-header:not(.inverted) input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.valPanel-encart-header:not(.inverted) .drop-down,
.valPanel-encart-header:not(.inverted) .form-control,
.valPanel-encart-header:not(.inverted) select,
.valPanel-encart-header:not(.inverted) textarea,
.bg-blue input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.bg-blue .drop-down,
.bg-blue .form-control,
.bg-blue select,
.bg-blue textarea,
.bg-violet input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.bg-violet .drop-down,
.bg-violet .form-control,
.bg-violet select,
.bg-violet textarea,
.bg-green input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.bg-green .drop-down,
.bg-green .form-control,
.bg-green select,
.bg-green textarea,
.bg-yellow input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.bg-yellow .drop-down,
.bg-yellow .form-control,
.bg-yellow select,
.bg-yellow textarea,
.bg-orange input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.bg-orange .drop-down,
.bg-orange .form-control,
.bg-orange select,
.bg-orange textarea,
.bg-red input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.bg-red .drop-down,
.bg-red .form-control,
.bg-red select,
.bg-red textarea {
	color: #fff;
	background-color: transparent;
	border-color: #F6F6F4;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.valPanel-encart-header.inverted select,
.valPanel-encart-header.inverted input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.valPanel-encart-header.inverted .drop-down,
.valPanel-encart-header.inverted .form-control,
.valPanel-encart-header.inverted textarea {
	color: #495057;
	background-color: transparent;
	border-color: #495057;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0, 0.075);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.valPanel-encart-header.inverted select:focus,
.valPanel-encart-header.inverted input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.valPanel-encart-header.inverted .drop-down:focus,
.valPanel-encart-header.inverted .form-control:focus,
.valPanel-encart-header.inverted textarea:focus {
	border-color: #495057;
	outline: 0;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(73, 80, 87,0.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(73, 80, 87,0.6);
}

.valPanel-encart-header:not(.inverted) select:focus,
.valPanel-encart-header:not(.inverted) input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.valPanel-encart-header:not(.inverted) .drop-down:focus,
.valPanel-encart-header:not(.inverted) .form-control:focus,
.valPanel-encart-header:not(.inverted) textarea:focus,
.bg-blue select:focus,
.bg-blue input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.bg-blue .drop-down:focus,
.bg-blue .form-control:focus,
.bg-blue textarea:focus,
.bg-violet select:focus,
.bg-violet input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.bg-violet .drop-down:focus,
.bg-violet .form-control:focus,
.bg-violet textarea:focus,
.bg-green select:focus,
.bg-green input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.bg-green .drop-down:focus,
.bg-green .form-control:focus,
.bg-green textarea:focus,
.bg-yellow select:focus,
.bg-yellow input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.bg-yellow .drop-down:focus,
.bg-yellow .form-control:focus,
.bg-yellow textarea:focus,
.bg-orange select:focus,
.bg-orange input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.bg-orange .drop-down:focus,
.bg-orange .form-control:focus,
.bg-orange textarea:focus,
.bg-red select:focus,
.bg-red input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.bg-red .drop-down:focus,
.bg-red .form-control:focus,
.bg-red textarea:focus {
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.075), 0px 0px 8px rgba(255,255,255,0.8);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.075), 0px 0px 8px rgba(255,255,255,0.8);
}

.valPanel-encart-header:not(.inverted) select::-moz-placeholder,
.valPanel-encart-header:not(.inverted) input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.valPanel-encart-header:not(.inverted) textarea::-moz-placeholder,
.bg-blue select::-moz-placeholder,
.bg-blue input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.bg-blue textarea::-moz-placeholder,
.bg-violet select::-moz-placeholder,
.bg-violet input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.bg-violet textarea::-moz-placeholder,
.bg-green select::-moz-placeholder,
.bg-green input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.bg-green textarea::-moz-placeholder,
.bg-yellow select::-moz-placeholder,
.bg-yellow input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.bg-yellow textarea::-moz-placeholder,
.bg-orange select::-moz-placeholder,
.bg-orange input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.bg-orange textarea::-moz-placeholder,
.bg-red select::-moz-placeholder,
.bg-red input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.bg-red textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1;
}

.valPanel-encart-header.inverted select::-moz-placeholder,
.valPanel-encart-header.inverted input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.valPanel-encart-header.inverted textarea::-moz-placeholder {
	color: rgba(73, 80, 87, 0.5) !important;
	opacity: 1;
}

.valPanel-encart-header:not(.inverted) select:-ms-input-placeholder,
.valPanel-encart-header:not(.inverted) input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.valPanel-encart-header:not(.inverted) textarea:-ms-input-placeholder,
.bg-blue select:-ms-input-placeholder,
.bg-blue input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.bg-blue textarea:-ms-input-placeholder,
.bg-violet select:-ms-input-placeholder,
.bg-violet input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.bg-violet textarea:-ms-input-placeholder,
.bg-green select:-ms-input-placeholder,
.bg-green input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.bg-green textarea:-ms-input-placeholder,
.bg-yellow select:-ms-input-placeholder,
.bg-yellow input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.bg-yellow textarea:-ms-input-placeholder,
.bg-orange select:-ms-input-placeholder,
.bg-orange input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.bg-orange textarea:-ms-input-placeholder,
.bg-red select:-ms-input-placeholder,
.bg-red input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.bg-red textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

.valPanel-encart-header.inverted select:-ms-input-placeholder,
.valPanel-encart-header.inverted input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.valPanel-encart-header.inverted textarea:-ms-input-placeholder {
	color: rgba(73, 80, 87, 0.5) !important;
}

.valPanel-encart-header:not(.inverted) select::-webkit-input-placeholder,
.valPanel-encart-header:not(.inverted) input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.valPanel-encart-header:not(.inverted) textarea::-webkit-input-placeholder,
.bg-blue select::-webkit-input-placeholder,
.bg-blue input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.bg-blue textarea::-webkit-input-placeholder,
.bg-violet select::-webkit-input-placeholder,
.bg-violet input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.bg-violet textarea::-webkit-input-placeholder,
.bg-green select::-webkit-input-placeholder,
.bg-green input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.bg-green textarea::-webkit-input-placeholder,
.bg-yellow select::-webkit-input-placeholder,
.bg-yellow input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.bg-yellow textarea::-webkit-input-placeholder,
.bg-orange select::-webkit-input-placeholder,
.bg-orange input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.bg-orange textarea::-webkit-input-placeholder,
.bg-red select::-webkit-input-placeholder,
.bg-red input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.bg-red textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

.valPanel-encart-header.inverted select::-webkit-input-placeholder,
.valPanel-encart-header.inverted input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.valPanel-encart-header.inverted textarea::-webkit-input-placeholder {
	color: rgba(73, 80, 87, 0.5) !important;
}

select::-ms-value {
	background-color: transparent;
	color: inherit;
	padding-right: 1.2em;
}

select::-ms-expand {
	border: 0;
	background-color: transparent;
	display: none;
}

select:not([multiple]),
.drop-down {
	padding-right: 2.5em !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='16' viewBox='0 0 28 16'%3e%3cpath fill='%23142832' d='M16,4.7c0,0.1-0.1,0.3-0.2,0.4l-7.5,7.5c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3-0.1-0.4-0.2L0.2,5C0.1,4.9,0,4.8,0,4.7c0-0.1,0.1-0.3,0.2-0.4L1,3.5c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2L8,9.8l6.3-6.3c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2l0.8,0.8C15.9,4.4,16,4.5,16,4.7z'/%3e%3c/svg%3e");
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-size: 2em;
	cursor: pointer;
}

.drop-down > span {
	width: 100%;
	overflow: hidden;
	display: block;
	max-width: 100%;
}

.valPanel-encart-header:not(.inverted) select:not([multiple]),
.bg-blue select:not([multiple]),
.bg-violet select:not([multiple]),
.bg-green select:not([multiple]),
.bg-yellow select:not([multiple]),
.bg-orange select:not([multiple]),
.bg-red select:not([multiple]),
.valPanel-encart-header:not(.inverted) .drop-down,
.bg-blue .drop-down,
.bg-violet .drop-down,
.bg-green .drop-down,
.bg-yellow .drop-down,
.bg-orange .drop-down,
.bg-red .drop-down {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='16' viewBox='0 0 28 16'%3e%3cpath fill='%23F6F6F4' d='M16,4.7c0,0.1-0.1,0.3-0.2,0.4l-7.5,7.5c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.3-0.1-0.4-0.2L0.2,5C0.1,4.9,0,4.8,0,4.7c0-0.1,0.1-0.3,0.2-0.4L1,3.5c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2L8,9.8l6.3-6.3c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2l0.8,0.8C15.9,4.4,16,4.5,16,4.7z'/%3e%3c/svg%3e");
}

select:not([multiple]) option {
	color: #495057;
}

input[disabled]:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
input[readonly]:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
fieldset[disabled] input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
fieldset[readonly] input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
fieldset[readonly] textarea,
.drop-down[disabled],
.drop-down[readonly],
fieldset[disabled] .drop-down,
fieldset[readonly] .drop-down,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
fieldset[readonly] .form-control,
select[disabled],
select[readonly],
fieldset[disabled] select,
fieldset[readonly] select {
	background-color: #F6F6F4;
	opacity: 1;
	cursor: not-allowed;
}

select[multiple],
textarea {
	height: auto;
}

.valTextBox-compteur {
	position: absolute;
	z-index: 100;
	vertical-align: top;
	width: auto;
	border: 1px solid #BECDD2;
	background-color: #EBEBE6;
	color: #495057;
	font-size: 0.8rem;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	margin-top: -1rem;
	padding: 0.25rem 0.75rem;
	position: sticky;
	float: right;
}

.valTextBox-compteur span {
	font-weight: bold;
}

.color-picker {
	width: 5em;
}

.color-picker > div {
	width: 1.4285em;
	height: 1.4285em;
	border-radius: 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-origin: content-box;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23BECDD2' d='M15,15.5c-0.1,0-0.3,0-0.4-0.1l-14-14c-0.2-0.2-0.2-0.5,0-0.7s0.5-0.2,0.7,0l14,14c0.2,0.2,0.2,0.5,0,0.7C15.3,15.5,15.1,15.5,15,15.5z'/%3e%3cpath fill='%23BECDD2' d='M0.5,15c0-0.1,0-0.3,0.1-0.4l14-14c0.2-0.2,0.5-0.2,0.7,0s0.2,0.5,0,0.7l-14,14c-0.2,0.2-0.5,0.2-0.7,0C0.5,15.3,0.5,15.1,0.5,15z'/%3e%3c/svg%3e");
	caret-color: transparent;
}

.color-picker-dropdown {
	position: absolute;
	z-index: 999993;
	min-width: 12rem;
	padding: 1rem;
	background-color: #fff;
	border: none;
	box-shadow: 0px 0px 10px 2px rgba(20, 40, 50, 0.17525);
	display: none;
	caret-color: transparent;
}

.color-picker-dropdown > .color-slot {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: 0px;
	padding: 0.2rem;
	border: 1px solid transparent;
	cursor: pointer;
}

.color-picker-dropdown > .color-slot:hover {
	border-color: #BECDD2;
}

.color-picker-dropdown > .color-slot.active,
.color-picker-dropdown > .color-slot.active:hover {
	border-color: #FFA000;
}

.color-picker-dropdown > .color-slot > div {
	width: 100%;
	height: 100%;
	margin: 0px;
	border: none;
	background-color: transparent;
	border-radius: 50%;
}
/* Checkbox & radios */
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	overflow: visible;
}

.custom-checkbox,
.custom-radio {
	position: relative;
	font-size: 1rem;
	z-index: 1;
	display: block;
	cursor: pointer;
	line-height: 1.4285em;
	padding: 0.4286em 1.5em  0.4286em 1.5em;
}

.custom-checkbox.input-sm,
.custom-radio.input-sm {
	font-size: 0.857rem;
}

.custom-checkbox.input-lg,
.custom-radio.input-lg {
	font-size: 1.42857rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1em;
}

.custom-checkbox input,
.custom-radio input {
	position: absolute;
	left: 0px;
	z-index: -1;
	width: 1em;
	height: 1em;
	opacity: 0;
}

.custom-checkbox input:disabled ~ label,
.custom-checkbox input[disabled] ~ label,
.custom-radio input:disabled ~ label,
.custom-radio input[disabled] ~ label {
	color: #495057;
}


.custom-checkbox label,
.custom-radio label {
	font-size: 1em;
	line-height: 1.4285em;
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	vertical-align: top;
	cursor: pointer;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-checkbox label::before,
.custom-radio label::before {
	position: absolute;
	top: 0.2em;
	left: -1.5em;
	display: block;
	width: 1em;
	height: 1em;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #BECDD2 solid 1px;
}

.custom-radio label::before {
	border-radius: 0.5em;
}

.custom-checkbox label::after {
	position: absolute;
	top: 0.2em;
	left: -1.5em;
	display: block;
	width: 1em;
	height: 1em;
	content: "";
	background: no-repeat center center/0.7em 0.7em;
}
.custom-radio input:checked ~ label::after {
	position: absolute;
    top: 0.5rem;
    left: -1.2rem;
    display: block;
    width: 0.42rem;
    height: 0.42rem;
    content: "";
    background: no-repeat center center/0.7rem 0.7rem;
    border-radius: 2rem;
    background-color: #6900C3;
}
.custom-radio input:checked:disabled ~ label::after {
	position: absolute;
    top: 0.5rem;
    left: -1.2rem;
    display: block;
    width: 0.42rem;
    height: 0.42rem;
    content: "";
    background: no-repeat center center/0.7rem 0.7rem;
    border-radius: 2rem;
    background-color: #BECDD2;
}






.custom-checkbox input:disabled ~ label::before {
	color: #fff;
	border-color: #BECDD2 !important ;
	background-color: #BECDD2 !important;
}


.custom-radio input:disabled ~ label::before {
	color: #fff;
	border-color: #BECDD2 !important ;
    background-color: white !important;
}


.custom-checkbox input:checked ~ label::before {
	color: #fff;
	border-color: #6900C3;
	background-color: #6900C3;
}

.custom-radio input:checked ~ label::before {
	
	border-color: #6900C3;
	
}
.custom-radio input:disabled ~ label::before {
	
	border-color: #BECDD2;
	
}

.custom-checkbox input:focus ~ label::before,
.custom-radio input:focus ~ label::before {
	-webkit-box-shadow: 0px 0px 8px rgba(105,0,195,0.6);
	box-shadow: 0px 0px 8px rgba(105,0,195,0.6);
}

.custom-checkbox input:checked ~ label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3e%3cpath fill='%23fff' d='M12.95,4.48c-0.04,0.09-0.09,0.17-0.16,0.24l-6.66,6.66c-0.06,0.07-0.14,0.13-0.24,0.16S5.7,11.6,5.6,11.6c-0.1,0-0.2-0.02-0.29-0.05s-0.17-0.09-0.24-0.16L1.22,7.52C1.14,7.46,1.09,7.38,1.05,7.28C1.02,7.19,1,7.09,1,6.99C1,6.9,1.02,6.81,1.05,6.72c0.04-0.09,0.09-0.17,0.16-0.24l1.06-1.06C2.35,5.35,2.43,5.3,2.52,5.26C2.61,5.22,2.7,5.21,2.8,5.21c0.09,0,0.18,0.02,0.28,0.05C3.17,5.3,3.26,5.35,3.33,5.42L5.6,7.7l5.07-5.08c0.07-0.07,0.16-0.13,0.25-0.16c0.09-0.04,0.19-0.05,0.28-0.05c0.1,0,0.19,0.02,0.28,0.05c0.09,0.04,0.17,0.09,0.24,0.16l1.06,1.06c0.07,0.06,0.13,0.14,0.16,0.24S13,4.1,13,4.2C13,4.29,12.98,4.39,12.95,4.48z'/%3e%3c/svg%3e");
}

input.has-success,
.drop-down.has-success,
select.has-success,
textarea.has-success {
	border-color: #00DCB4;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 220, 180,0.6);
	box-shadow: 0px 0px 8px rgba(0, 220, 180,0.6);
}

input.has-success:focus,
.drop-down.has-success:focus,
select.has-success:focus,
textarea.has-success:focus {
	border-color: #009075;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 220, 180, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(0, 220, 180,0.6);
}

input.has-warning,
.drop-down.has-warning,
select.has-warning,
textarea.has-warning {
	border-color: #FF640F;
	-webkit-box-shadow: 0px 0px 8px rgba(255, 100, 15,0.6);
	box-shadow: 0px 0px 8px rgba(255, 100, 15,0.6);
}

input.has-warning:focus,
.drop-down.has-warning:focus,
select.has-warning:focus,
textarea.has-warning:focus {
	border-color: #c24500;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 100, 15, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255, 100, 15,0.6);
}

input.has-error,
.drop-down.has-error,
select.has-error,
textarea.has-error {
	border-color: #FF006E;
	-webkit-box-shadow: 0px 0px 8px rgba(255, 0, 110,0.6);
	box-shadow: 0px 0px 8px rgba(255, 0, 110,0.6);
}

input.has-error:focus,
.drop-down.has-error:focus,
select.has-error:focus,
textarea.has-error:focus {
	border-color: #b3004d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 110, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255, 0, 110,0.6);
}

.custom-checkbox input.has-success:not(:disabled):not([disabled]) ~ label,
.custom-radio input.has-success:not(:disabled):not([disabled]) ~ label {
	color: #00DCB4;
}

.custom-checkbox input.has-success:checked ~ label::before,
.custom-radio input.has-success:checked ~ label::before {
	border-color: #00DCB4;
	background-color: #00DCB4;
}

.custom-checkbox input.has-success:focus ~ label::before,
.custom-radio input.has-success:focus ~ label::before {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 220, 180,0.6);
	box-shadow: 0px 0px 8px rgba(0, 220, 180,0.6);
}

.custom-checkbox input.has-warning:not(:disabled):not([disabled]) ~ label,
.custom-radio input.has-warning:not(:disabled):not([disabled]) ~ label {
	color: #FF640F;
}

.custom-checkbox input.has-warning:checked ~ label::before,
.custom-radio input.has-warning:checked ~ label::before {
	border-color: #FF640F;
	background-color: #FF640F;
}

.custom-checkbox input.has-warning:focus ~ label::before,
.custom-radio input.has-warning:focus ~ label::before {
	-webkit-box-shadow: 0px 0px 8px rgba(255, 100, 15,0.6);
	box-shadow: 0px 0px 8px rgba(255, 100, 15,0.6);
}

.custom-checkbox input.has-error:not(:disabled):not([disabled]) ~ label,
.custom-radio input.has-error:not(:disabled):not([disabled]) ~ label {
	color: #FF006E;
}

.custom-checkbox input.has-error:checked ~ label::before,
.custom-radio input.has-error:checked ~ label::before {
	border-color: #FF006E;
	background-color: #FF006E;
}

.custom-checkbox input.has-error:focus ~ label::before,
.custom-radio input.has-error:focus ~ label::before {
	-webkit-box-shadow: 0px 0px 8px rgba(255, 0, 110,0.6);
	box-shadow: 0px 0px 8px rgba(255, 0, 110,0.6);
}

.Calendar {
	font-size: 1rem;
	line-height: 1.2rem;
	text-align: left;
	display: none;
	position: absolute;
	z-index: 999995;
	padding: 0.5rem;
	background-color: #fff;
	color: #495057;
	border: none;
	box-shadow: 0px 0px 10px 2px rgba(20, 40, 50, 0.17525);
	width: auto;
	text-align: center;
	left: 0px;
}

.CalendarTable .Annee,
.CalendarTable .Mois,
.CalendarTable .Jour {
	text-align: center;
	padding: 0px;
	cursor: pointer;
	vertical-align: middle;
}

.CalendarTable .Annee,
.CalendarTable .Mois {
	width: 4rem;
	height: 4rem;
}

.CalendarTable .Jour {
	width: 2rem;
	height: 2rem;
}

.CalendarTable .Today {
	font-weight: bold;
}

.CalendarTable .Annee > *,
.CalendarTable .Mois > * {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1.75rem;
	background-color: transparent;
	line-height: 3.5rem;
	vertical-align: middle;
	margin: auto;
}

.CalendarTable .Jour > * {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.75rem;
	background-color: transparent;
	line-height: 1.5rem;
	vertical-align: middle;
	margin: auto;
}

.CalendarTable .Over:not(.Selected) {
	color: #142832;
	background-color: #F6F6F4;
}

.CalendarTable .Out {
	color: #BECDD2;
}

.CalendarTable .OutOver:not(.Selected) {
	color: #91AAB3;
	background-color: #F6F6F4;
}

.CalendarTable .Selected > * {
	background-color: #6900C3;
	color: #fff;
}

.CalendarTable .Out.Selected > * {
	background-color: #9111FF;
	color: #fff;
}

.CalendarTable .header {
	border-bottom: 1px solid #EBEBE6;
	text-align: center;
	padding: 0.33rem;
	width: 2rem;
}

.Calendar .Date {
	white-space: nowrap;
	padding: 0.33rem;
	cursor: pointer;
}

.Calendar .NextPrev {
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0.33rem;
	cursor: pointer;
}

.Calendar .SelectToday {
	white-space: nowrap;
	padding: 0.33rem;
	cursor: pointer;
	display: block;
	border-top: 1px solid #EBEBE6;
	text-align: left;
}

.Calendar .OverBorder,
.Calendar .Over {
	color: #142832;
	background-color: #F6F6F4;
}

.DropDownListData,
.DropDownListMultipleData {
	font-size: 1rem;
	line-height: 1.2rem;
	text-align: left;
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0px;
	min-width: 100%;
	padding: 0px;
	background-color: #fff;
	border: none;
	box-shadow: 0px 0px 10px 2px rgba(20, 40, 50, 0.17525);
}

.DropDownListMultipleData .Item,
.DropDownListMultipleData .SelectedItem,
.DropDownListMultipleData .LockedItem,
.DropDownListData .Item,
.DropDownListData .SelectedItem,
.DropDownListData .LockedItem {
	white-space: nowrap;
	list-style-type: none;
	display: list-item;
	list-style-position: inside;
	margin: 0px;
	padding-left: 0.5rem;
	color: #142832;
	background-color: transparent;
	cursor: pointer;
}

.DropDownListMultipleData .Item .custom-checkbox,
.DropDownListMultipleData .SelectedItem .custom-checkbox,
.DropDownListMultipleData .LockedItem .custom-checkbox
{
	padding: 0 1.5em  0 1.5em;
}

.DropDownListData .Item:hover,
.DropDownListMultipleData .Item:hover {
	background-color: #EBEBE6;
}

.DropDownListData .SelectedItem,
.DropDownListMultipleData .SelectedItem {
	color: #fff;
	background-color: #FFA000;
}

.DropDownListData .LockedItem,
.DropDownListMultipleData .LockedItem {
	color: #BECDD2;
	background-color: #fff;
	cursor: not-allowed;
}
/* End - Forms */

/* Start - Buttons */
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	white-space: nowrap;
	padding: 0.5em 1em;
	font-size: 1rem;
	line-height: 1.428571429;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all ease .3s;
}

	.btn:not([disabled]) .prev:not([disabled]) {
		cursor: pointer;
	}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #fff;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	background-color: #fff;
	color: #506482;
	border-color: #506482;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-default:active,
.btn-default.active {
	background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	color: #506482;
	border-color: #506482;
}

.btn-default .badge {
	background-color: #506482;
	color: #fff;
}

.btn-blue {
	color: #fff;
	background-color: #506482;
	border-color: #506482;
}

.btn-blue:focus,
.btn-blue.focus,
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-blue:active,
.btn-blue.active {
	background-image: none;
}

.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
	color: #fff;
	background-color: #506482;
	border-color: #506482;
}

.btn-blue .badge {
	color: #506482;
	background-color: #fff;
}

.btn-violet {
	color: #fff;
	background-color: #6900C3;
	border-color: #6900C3;
}

.btn-violet:focus,
.btn-violet.focus,
.btn-violet:hover,
.btn-violet:active,
.btn-violet.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-violet:active,
.btn-violet.active {
	background-image: none;
}

.btn-violet.disabled:hover,
.btn-violet[disabled]:hover,
fieldset[disabled] .btn-violet:hover,
.btn-violet.disabled:focus,
.btn-violet[disabled]:focus,
fieldset[disabled] .btn-violet:focus,
.btn-violet.disabled.focus,
.btn-violet[disabled].focus,
fieldset[disabled] .btn-violet.focus {
	color: #fff;
	background-color: #6900C3;
	border-color: #6900C3;
}

.btn-violet .badge {
	color: #6900C3;
	background-color: #fff;
}

.btn-rose {
	color: #fff;
	background-color: #FFC0CB;
	border-color: #FFC0CB;
}

.btn-rose:focus,
.btn-rose.focus,
.btn-rose:hover,
.btn-rose:active,
.btn-rose.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-rose:active,
.btn-rose.active {
	background-image: none;
}

.btn-rose.disabled:hover,
.btn-rose[disabled]:hover,
fieldset[disabled] .btn-rose:hover,
.btn-rose.disabled:focus,
.btn-rose[disabled]:focus,
fieldset[disabled] .btn-rose:focus,
.btn-rose.disabled.focus,
.btn-rose[disabled].focus,
fieldset[disabled] .btn-rose.focus {
	color: #fff;
	background-color: #FFC0CB;
	border-color: #FFC0CB;
}

.btn-rose .badge {
	color: #FFC0CB;
	background-color: #fff;
}

.btn-green {
	color: #fff;
	background-color: #00DCB4;
	border-color: #00DCB4;
}

.btn-green:focus,
.btn-green.focus,
.btn-green:hover,
.btn-green:active,
.btn-green.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-green:active,
.btn-green.active {
	background-image: none;
}

.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus {
	color: #fff;
	background-color: #00DCB4;
	border-color: #00DCB4;
}

.btn-green .badge {
	color: #00DCB4;
	background-color: #fff;
}

.btn-yellow {
	color: #fff;
	background-color: #FFA000;
	border-color: #FFA000;
}

.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-yellow:active,
.btn-yellow.active {
	background-image: none;
}

.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus {
	color: #fff;
	background-color: #FFA000;
	border-color: #FFA000;
}

.btn-yellow .badge {
	color: #FFA000;
	background-color: #fff;
}

.btn-orange {
	color: #fff;
	background-color: #FF640F;
	border-color: #FF640F;
}

.btn-orange:focus,
.btn-orange.focus,
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-orange:active,
.btn-orange.active {
	background-image: none;
}

.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus {
	color: #fff;
	background-color: #FF640F;
	border-color: #FF640F;
}

.btn-orange .badge {
	color: #FF640F;
	background-color: #fff;
}

.btn-red {
	color: #fff;
	background-color: #FF006E;
	border-color: #FF006E;
}

.btn-red:focus,
.btn-red.focus,
.btn-red:hover,
.btn-red:active,
.btn-red.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-red:active,
.btn-red.active {
	background-image: none;
}

.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus {
	color: #fff;
	background-color: #FF006E;
	border-color: #FF006E;
}

.btn-red .badge {
	color: #FF006E;
	background-color: #fff;
}

.btn-etat-green,
.btn-etat-green.disabled:hover,
.btn-etat-green[disabled]:hover,
fieldset[disabled] .btn-etat-green:hover,
.btn-etat-green.disabled:focus,
.btn-etat-green[disabled]:focus,
fieldset[disabled] .btn-etat-green:focus,
.btn-etat-green.disabled.focus,
.btn-etat-green[disabled].focus,
fieldset[disabled] .btn-etat-green.focus {
	color: #fff;
	background-color: #008542;
	border-color: #008542;
}

.btn-etat-orange,
.btn-etat-orange.disabled:hover,
.btn-etat-orange[disabled]:hover,
fieldset[disabled] .btn-etat-orange:hover,
.btn-etat-orange.disabled:focus,
.btn-etat-orange[disabled]:focus,
fieldset[disabled] .btn-etat-orange:focus,
.btn-etat-orange.disabled.focus,
.btn-etat-orange[disabled].focus,
fieldset[disabled] .btn-etat-orange.focus {
	color: #fff;
	background-color: #FF7700;
	border-color: #FF7700;
}


.btn-etat-red,
.btn-etat-red.disabled:hover,
.btn-etat-red[disabled]:hover,
fieldset[disabled] .btn-etat-red:hover,
.btn-etat-red.disabled:focus,
.btn-etat-red[disabled]:focus,
fieldset[disabled] .btn-etat-red:focus,
.btn-etat-red.disabled.focus,
.btn-etat-red[disabled].focus,
fieldset[disabled] .btn-etat-red.focus {
	color: #fff;
	background-color: #D62839;
	border-color: #D62839;
}

.btn-etat-green:focus,
.btn-etat-green.focus,
.btn-etat-green:hover,
.btn-etat-green:active,
.btn-etat-green.active,
.btn-etat-orange:focus,
.btn-etat-orange.focus,
.btn-etat-orange:hover,
.btn-etat-orange:active,
.btn-etat-orange.active,
.btn-etat-red:focus,
.btn-etat-red.focus,
.btn-etat-red:hover,
.btn-etat-red:active,
.btn-etat-red.active {
	color: #fff;
	background-color: #142832;
	border-color: #142832;
}

.btn-etat-green:active,
.btn-etat-green.active,
.btn-etat-orange:active,
.btn-etat-orange.active,
.btn-etat-red:active,
.btn-etat-red.active {
	background-image: none;
}

.btn-etat-green .badge,
.btn-etat-orange .badge,
.btn-etat-red .badge {
	color: #00DCB4;
	background-color: #fff;
}


.btn-lg {
	font-size: 1.2857rem;
}

.btn-sm {
	font-size: 0.857rem;
}

.btn-xs {
	padding: 0.0714rem 0.357rem;
	font-size: 0.857rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.357rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.btn:not(.btn-default) .etat-green,
.btn:not(.btn-default) .etat-orange,
.btn:not(.btn-default) .etat-red,
.btn:not(.btn-default) .text-blue,
.btn:not(.btn-default) .text-green,
.btn:not(.btn-default) .text-violet,
.btn:not(.btn-default) .text-yellow,
.btn:not(.btn-default) .text-orange,
.btn:not(.btn-default) .text-red {
	color: #fff;
}

.btn:hover .etat-green,
.btn:hover .etat-orange,
.btn:hover .etat-red,
.btn:hover .text-blue,
.btn:hover .text-green,
.btn:hover .text-violet,
.btn:hover .text-yellow,
.btn:hover .text-orange,
.btn:hover .text-red {
	color: #fff;
}

.valPanel-encart-header:not(.inverted) .btn-default {
	background-color: transparent !important;
	color: #fff !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) .btn-violet {
	background-color: #fff !important;
	color: #6900C3 !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) .btn-blue {
	background-color: #fff !important;
	color: #506482 !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) .btn-green {
	background-color: #fff !important;
	color: #00DCB4 !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) .btn-yellow {
	background-color: #fff !important;
	color: #FFA000 !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) .btn-orange {
	background-color: #fff !important;
	color: #FF640F !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) .btn-red {
	background-color: #fff !important;
	color: #FF006E !important;
	border-color: #fff !important;
}

.valPanel-encart-header.inverted .btn-default {
	background-color: transparent !important;
	color: #142832 !important;
	border-color: #142832 !important;
}

.valPanel-encart-header.inverted .btn-violet {
	background-color: #142832 !important;
	color: #6900C3 !important;
	border-color: #142832 !important;
}

.valPanel-encart-header.inverted .btn-blue {
	background-color: #142832 !important;
	color: #506482 !important;
	border-color: #142832 !important;
}

.valPanel-encart-header.inverted .btn-green {
	background-color: #142832 !important;
	color: #00DCB4 !important;
	border-color: #142832 !important;
}

.valPanel-encart-header.inverted .btn-yellow {
	background-color: #142832 !important;
	color: #FFA000 !important;
	border-color: #142832 !important;
}

.valPanel-encart-header.inverted .btn-orange {
	background-color: #142832 !important;
	color: #FF640F !important;
	border-color: #142832 !important;
}

.valPanel-encart-header.inverted .btn-red {
	background-color: #142832 !important;
	color: #FF006E !important;
	border-color: #142832 !important;
}

.valPanel-encart-header .btn:hover,
.valPanel-encart-header .btn:focus,
.valPanel-encart-header .btn:active {
	color: #fff !important;
	background-color: #142832 !important;
	border-color: #142832 !important;
	outline: none !important;
}

.valPanel-encart-header:not(.inverted) div[data-role=EtatAppareil] .btn-blue {
	background-color: #fff !important;
	color: #FF640F !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) div[data-role=EtatAppareil] .btn-green {
	background-color: #fff !important;
	color: #FF640F !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) div[data-role=EtatAppareil] .btn-orange {
	background-color: #fff !important;
	color: #FF640F !important;
	border-color: #fff !important;
}

.valPanel-encart-header:not(.inverted) div[data-role=EtatAppareil] .btn-red {
	background-color: #fff !important;
	color: #FF640F !important;
	border-color: #fff !important;
}

.valPanel-encart-header div[data-role=EtatAppareil] .btn:hover,
.valPanel-encart-header div[data-role=EtatAppareil] .btn:focus,
.valPanel-encart-header div[data-role=EtatAppareil] .btn:active {
	color: #FF640F !important;
	background-color: #fff !important;
	border-color: #fff !important;
}
/* End - Buttons */




.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn,
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:first-child {
	margin-left: 0px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
    white-space: normal;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0px;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
	z-index: 2;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

.input-group > input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.input-group > .drop-down,
.input-group > .form-control,
.input-group > select,
.input-group > textarea {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
	margin-left: -1px;
}

.val-badge {
	position: relative;
	text-decoration: none !important; /* Sinon le trait s'affiche partiellement au dessus du badge */
}

.val-badge[data-badge]:after {
	content: attr(data-badge);
	/*position: absolute;
	right: -11px;*/
	position: relative;
	margin-top: 15px;
	margin-left: 2px;
	top: 5px;
	font-size: .8em;
	background: rgb(88, 174, 75);
	color: white;
	/*width:18px;
	height:18px; 
	line-height:18px;*/
	text-align: center;
	border-radius: 4px;
	padding: 3px;
}

.bg-violet a, .bg-blue a, .bg-green a, .bg-orange a, .bg-yellow a, .bg-red a,
.bg-violet a:hover, .bg-blue a:hover, .bg-green a:hover, .bg-orange a:hover, .bg-yellow a:hover, .bg-red a:hover,
.bg-violet a:focus, .bg-blue a:focus, .bg-green a:focus, .bg-orange a:focus, .bg-yellow a:focus, .bg-red a:focus,
.bg-violet a:active, .bg-blue a:active, .bg-green a:active, .bg-orange a:active, .bg-yellow a:active, .bg-red a:active {
	color: #fff !important;
	font-weight: bold !important;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

a > .prev {
	vertical-align: middle;
}

.chart-legend-inline,
.chart-legend {
	text-align: left;
	font-size: 0.85714rem;
	line-height: 1.142857rem;
}

.chart-legend {
}

.chart-legend-inline {
	margin-left: 0.75rem;
	display: inline-block;
	text-align: left;
	font-size: 0.85714rem;
	line-height: 1.142857rem;
}

[ValControlKey="ValLabel_Additionnal"] {
	text-align: left;
	display: contents;
	white-space: nowrap;
}

[ValControlKey="ValLabel_Additionnal"] > [ValControlKey="ValLabel_Obligatoire"] {
	font-size: 0.75rem;
	vertical-align: top;
}

.RichTextBox [data-role="editor-custom-action"] {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	height: 2rem;
	line-height: 2rem;
}

.RichTextBox .wysiwygEditor {
	text-align: left;
	display: block;
	width: 100%;
	height: auto;
	min-height: 2.4286em;
	padding: 0.4286em 0.857em;
	font-size: 1rem;
	line-height: 1.4285;
	color: #495057;
	background-color: #fff;
	border: 1px solid #becdd2;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: normal;
	word-wrap: break-word;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.RichTextBox .wysiwygEditor.BorderNone {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: 1px solid transparent;
}

.RichTextBox-Unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;
}

.RichTextBox .wysiwygEditor p {
	padding: 0px;
	margin: 0px;
}

.RichTextBox-defaultText {
	position: absolute;
	color: #BECDD2;
}

.RichTextBox .btn-toolbar {
	padding: 0px 0px 0.5rem 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: stretch;
	flex-wrap: wrap;
}

.RichTextBox .btn-toolbar > *:not(:last-child) {
	margin-right: 1rem;
}

.RichTextBox:focus .wysiwygEditor,
.RichTextBox .wysiwygEditor:focus {
	border-color: #6900c3;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(105, 0, 195, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(105,0,195,0.6);
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}
.flex-nowrap {
	flex-wrap: nowrap!important;
}
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto {
	position: relative;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.33333333%;
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%;
}

.col-2 {
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

.col-5 {
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.33333333%;
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}

.col-8 {
	-ms-flex: 0 0 66.66666667%;
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.33333333%;
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}

.col-11 {
	-ms-flex: 0 0 91.66666667%;
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.row-cols-1 > *,
.row-cols-2 > *,
.row-cols-3 > *,
.row-cols-4 > *,
.row-cols-5 > *,
.row-cols-6 > *,
.row-cols-7 > *,
.row-cols-8 > *,
.row-cols-9 > *,
.row-cols-10 > *,
.row-cols-11 > *,
.row-cols-12 > * {
	position: relative;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}

.row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.m-0 {
	margin: 0px !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mx-0 {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.p-0 {
	padding: 0px !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.px-0 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.drop-shadow {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(20, 40, 50, 0.17525);
	-moz-box-shadow: 0px 0px 10px 2px rgba(20, 40, 50, 0.17525);
	box-shadow: 0px 0px 10px 2px rgba(20, 40, 50, 0.17525);
}

.asyncTab_ActionBar {
	text-align: right;
}

.valTab {
	position: relative;
}

.asyncTab_ToolBar {
	display: flex;
	clear: none;
	position: relative;
}

.valTab-Header,
.asyncTab_ToolBar-ToolBar {
	display: block;
	clear: none;
	overflow: visible;
	overflow-x: visible;
	padding: 1rem 0px 0.5rem 0px;
	width: 100%;
}

.valTab-Header > .valTabItemSet,
.asyncTab_ToolBar-ToolBar > .asyncTab_ToolSet-left {
	display: block;
	clear: none;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.25rem;
	color: #142832;
	font-weight: bold;
	font-family: Roboto, Arial, sans-serif;
}

.asyncTab_ToolBar-ToolBar > .asyncTab_ToolSet-right {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: none;
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 1rem;
}

.valTabItemSet > li,
.asyncTab_ToolSet-left > li {
	color: #FFA000;
	display: block;
	float: left;
	position: relative;
	padding: 0px 1rem;
}

.asyncTab_ToolSet-right > li {
	display: block;
	float: right;
	position: relative;
	padding: 0px 1rem;
}

.valTabItemSet > li > a,
.valTabItemSet > li > a:hover,
.valTabItemSet > li > a:visited,
.asyncTab_ToolSet-left > li > a,
.asyncTab_ToolSet-left > li > a:hover,
.asyncTab_ToolSet-left > li > a:visited {
	color: #142832;
	text-decoration: none;
	padding: 0px;
	border-bottom: 2px solid transparent;
}

.valTabItemSet > li > a:hover,
.asyncTab_ToolSet-left > li > a:hover {
	color: currentColor;
}

.valTabItemSet > li.active > a,
.valTabItemSet > li.active > a:hover,
.valTabItemSet > li.active > a:visited,
.asyncTab_ToolSet-left > li.active > a,
.asyncTab_ToolSet-left > li.active > a:hover,
.asyncTab_ToolSet-left > li.active > a:visited {
	border-bottom: 2px solid currentColor;
	color: currentColor;
}

.valTabItemSet > li.disabled > a,
.valTabItemSet > li > a[disabled],
.asyncTab_ToolSet-left > li.disabled > a,
.asyncTab_ToolSet-left > li > a[disabled],
.valTabItemSet > li.disabled > a:hover,
.valTabItemSet > li > a[disabled]:hover,
.asyncTab_ToolSet-left > li.disabled > a:hover,
.asyncTab_ToolSet-left > li > a[disabled]:hover,
.valTabItemSet > li.disabled:hover > a,
.valTabItemSet > li:hover > a[disabled],
.asyncTab_ToolSet-left > li:hover.disabled > a,
.asyncTab_ToolSet-left > li:hover > a[disabled] {
	color: #BECDD2;
	border-bottom: 2px solid transparent;
	cursor: not-allowed;
}

.asyncTab_ToolSet-left > li.icon-only > a > span,
.asyncTab_ToolSet-left > li.icon-only > a > table {
	display: none !important;
}

.asyncTab_ToolSet-left > li.icon-only:not(.active) > a > i.prev {
	margin-right: 0px;
}

.asyncTab_ToolSet-left > li.icon-only.active > a > span,
.asyncTab_ToolSet-left > li.icon-only.active > a > table {
	display: inline !important;
}

.asyncTab_Content {
	overflow-y: auto;
	position: relative;
	padding: 1rem;
	margin: 0px;
	width: 100%;
}

.valTabItemSet li a[data-badge]::after,
.asyncTab_ToolSet-left li a[data-badge]::after {
	content: attr(data-badge);
	background-color: #142832;
	color: #fff;
	padding: 0px 0.25rem;
	border-radius: 1.14294rem;
	font-size: 0.85714rem;
	line-height: 1.5rem;
	position: absolute;
	right: -0.25rem;
	bottom: -0.5rem;
	min-width: 1.5rem;
	text-align: center;
}

.valTabItemSet > li.icon-only > a > span {
	display: none;
}

.valTabItemSet > li.icon-only:not(.active) > a > i.prev {
	margin-right: 0px;
}

.valTabItemSet > li.icon-only.active > a > span {
	display: inline;
}

.valTab > .valTab-Container {
	display: block;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	position: relative;
}

.valTab > .valTab-Container-Autosize {
	display: block;
	clear: both;
	padding: 1.5rem 1rem 1rem 1rem;
	margin: 0px 1rem;
	background-color: #F6F6F4;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100px;
	position: relative;
}

.valTab > .valTab-Container > div,
.valTab > .valTab-Container > a > div,
.valTab > .valTab-Container-Autosize > div,
.valTab > .valTab-Container-Autosize > a > div {
	display: none;
}

.valTab > .valTab-Container > div.active,
.valTab > .valTab-Container > a > div.active,
.valTab > .valTab-Container-Autosize > div.active,
.valTab > .valTab-Container-Autosize > a > div.active {
	display: block;
}

[valcontrolkey="ValLabel_Additionnal"] i.prev {
	margin-right: 0px;
	margin-left: 0.5rem;
}

.toast-wrapper {
	position: absolute;
	z-index: 999995;
	top: 2rem;
	right: 2rem;
	width: 25rem;
}

.toast {
	width: 25rem;
	overflow: hidden;
	font-size: 1.1rem;
	background-color: rgba(246, 246, 244, .6);
	background-clip: padding-box;
	border: none;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	margin-bottom: 1rem;
	display: none;
}
.fade {
	transition: opacity .3s linear;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #142832;
	font-size: 1.2rem;
	background-color: #EBEBE6;
	background-clip: padding-box;
	border: none;
}
.toast.toast-info .toast-header {
	background-color: #506482;
	color: #fff;
}
.toast.toast-success .toast-header {
	background-color: #008542;
	color: #fff;
}
.toast.toast-warning .toast-header {
	background-color: #FF7700;
	color: #fff;
}
.toast.toast-danger .toast-header {
	background-color: #D62839;
	color: #fff;
}

.toast-body {
	padding: .75rem;
	color: #495057;
}
.toast-body[onclick] {
	cursor: pointer;
}

.toast-progress-global {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: transparent;
	height: 0.5rem;
}
.toast-progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	background-color: #495057;
}
.toast.toast-info .toast-progress-bar {
	background-color: #506482;
}
.toast.toast-success .toast-progress-bar {
	background-color: #00DCB4;
}
.toast.toast-warning .toast-progress-bar {
	background-color: #FF640F;
}
.toast.toast-danger .toast-progress-bar {
	background-color: #FF006E;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #142832;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
.toast.toast-info .close,
.toast.toast-success .close,
.toast.toast-warning .close,
.toast.toast-danger .close {
	color: #fff;
	text-shadow: 0 1px 0 #142832;
}
.close:hover,
.close:focus {
	opacity: 1;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

fieldset {
	border: 0;
	margin: 0px;
	padding: 0px;
}

legend {
    width:100%;
	border-bottom: 1px solid #BECDD2;
	padding: 0;
    margin-bottom:1rem;
}

legend > div {
    display:flex;
    align-items:baseline;
}

fieldset.form-title > legend {
	border-bottom: none;
    margin-bottom: 0.25rem;
}
fieldset.form-title > legend > h4,
fieldset.form-title > legend > div > h4 {
	margin: 0px;
	padding: 0px;
	display: flex;
	align-content: center;
	align-items: center;
	white-space: nowrap;
	width: 100%;
}
fieldset.form-title > legend > h4::after,
fieldset.form-title > legend > div > h4::after {
    height: 1px;
    content: "\a0";
    width: 100%;
    background-color: #BECDD2;
    margin-left: 1rem;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
}

.progress {
  overflow: hidden;
  background-color:  #EBEBE6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow:  inset 0 -1px 0 rgba(0,0,0,.1);
}


.progress-bar{
  min-width:1.6rem;
  float: left;
  height: 100%;
  color:#fff;
  text-align: center;
  background-color:  #506482;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow:  inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.list-group-item
{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	background-color: transparent;
	width: 100%;
	padding: 0.5rem 1rem;
	cursor: pointer;
	transition: background-color ease .3s;
}
.list-group-item:hover
{
	background-color: #EBEBE6;
}
.list-group-item > .prev
{
	background-color: currentColor;
	border-radius: 50%;
	font-size: 2rem;
	line-height: 4rem;
	vertical-align: middle;
	width: 4rem;
	height: 4rem;
}
.list-group-item > .prev::before
{
	color: #fff;
}
.list-group-item.inverted > .prev
{
	color: #142832;
}
.valmenu-wrapper {
	overflow: hidden;
}
.valmenu-wrapper > .valmenu {
	flex-wrap: nowrap !important;
	margin: 0px;
	padding: 0px;
	font-size: 1.2rem;
	color: #142832;
	font-weight: bold;
	font-family: Roboto, Arial, sans-serif;
}
.valmenu-wrapper > .valmenu > li {
	color: #6900C3;
	padding: 0px 1rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	position: relative;
	display: block;
	padding-bottom: 0.25rem;
}
.valmenu-wrapper > .valmenu > li > a,
.valmenu-wrapper > .valmenu > li > a:hover,
.valmenu-wrapper > .valmenu > li > a:visited
{
	color: #142832;
	text-decoration: none;
	padding: 0px;
	border-bottom: 2px solid transparent;
}
.valmenu-wrapper > .valmenu > li > * {
	color: #142832;
}

.valmenu-wrapper > .valmenu > li > a:hover
{
	color: currentColor;
}
.valmenu-wrapper > .valmenu > li.disabled > a:hover
{
	cursor: not-allowed;
}
.valmenu-wrapper > .valmenu > li.active > a,
.valmenu-wrapper > .valmenu > li.active > a:hover,
.valmenu-wrapper > .valmenu > li.active > a:visited
{
	border-bottom: 2px solid currentColor;
	color: currentColor;
}
.valmenu-wrapper > .valmenu > li.active > * {
	color: currentColor;
}
.valmenu-wrapper > .valmenu > li > a > span
{
	display: none !important;
}
.valmenu-wrapper > .valmenu > li.active > a > span
{
	display: inline !important;
}

.item-disabled{
	color: #BECDD2;
	cursor: not-allowed;
}

.tag {
	font-weight: bold;
	margin-left: -1em;
	margin-right: 0.25em;
	background-color: var(--sunset);
	color: white;
}
.tag:empty {
	background-color: transparent;
}
.tag[data-terminee="True"] {
	background-color: var(--turquoise)
}

.text-through span:not(.prev), .text-through a
{
	text-decoration:  line-through;
}

/*======================================================================*/
/*	Pour les grid formés avec des div avec un style datagrid type Nice	*/

.DivGridNice {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;	
}

	.DivGridNice .DivGridNiceHeader {
		padding: 0.5em 1em;
		line-height: 1.42em;
		vertical-align: top;
		background-color: var(--argente);
		color: var(--onyx);
		font-size: 1em;
		font-weight: bold;		
	}

	.DivGridNice .DivGridNiceItem {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		line-height: 1.2em;
		vertical-align: top;
		border-bottom: 1px solid var(--argente);
		background-color: transparent;
		font-size: 1em;
		font-weight: normal;
	}

	.DivGridNice .DivGridNiceItem:hover {
		background-color: var(--sable);
	}




/*==========================================================*/
/*															*/
/*	Report de modalchoice.css								*/
/*															*/
/*	=> Voir avec Jérémy F. pour modifier ce fichier <=		*/
/*															*/
/*==========================================================*/
.modal-choice-item
{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	background-color: transparent;
	width: 100%;
	padding: 0.5rem 1rem;
	cursor: pointer;
	transition: background-color ease .3s;
}
.modal-choice-item :hover
{
	background-color: #EBEBE6;
}
.modal-choice-item  > .prev
{
	background-color: currentColor;
	border-radius: 50%;
	font-size: 2rem;
	line-height: 4rem;
	vertical-align: middle;
	width: 4rem;
	height: 4rem;
}
.modal-choice-item  > .prev::before
{
	color: #fff;
}
.modal-choice-item .inverted > .prev
{
	color: #142832;
}

.lh-enTete{
    line-height:1em;
}

/*
Classe Css a utiliser pour couper une chaine de caractere et qui ajoute "..." a la fin de la chaine
*/
.val-Ellipsis {
	overflow: hidden;
	white-space: normal;
	display: -webkit-box !important;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.custom-checkbox.val-Ellipsis > label {
	display: inline;
}
