@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDc.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
.input {
  height: 1.6em;
}
textarea.input {
  line-height: -4.4em;
}
.input[type=checkbox] {
  height: 1.6em;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (min-device-width: 768px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
  .input {
    height: 20px;
  }
  textarea.input {
    line-height: 14px;
  }
  .input[type=checkbox] {
    height: 20px;
  }
}
.isHidden {
  display: none !important;
}
.isInvalid {
  border: 2px solid red !important;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
.base_page {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 0.05em;
}
h1 {
  font-size: 48px;
  line-height: 1.3em;
}
@media only screen and (orientation:landscape) {
  h1 {
    font-size: 30px;
    line-height: 1.3em;
  }
}
h1 {
  font-size: 48px;
  line-height: 1.3em;
}
h2 {
  font-size: 32px;
  line-height: 1.3em;
}
h3 {
  font-size: 26px;
  line-height: 1.3em;
  margin-bottom: 0;
  font-weight: bold;
}
h4 {
  font-size: 18px;
  line-height: 1.3em;
}
.banner {
  width: 100%;
  background-color: #512d6d;
  color: white;
  padding: 4em;
  padding-top: 1em;
  margin-top: 75px;
  position: relative;
}
.banner::before {
  content: "";
  display: block;
  height: 75px;
  width: 100%;
  background: #512d6d;
  position: absolute;
  top: -74px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}
.screenshot.first img {
  border: 2px solid #512d6d;
  max-width: 100%;
}
.buttonStyleNonClickable {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.buttonStyleNonClickable img {
  height: 30px;
  padding-right: 5px;
}
.buttonStyleNonClickable * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.buttonStyle:not([disabled]) {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  border-style: outset;
}
.buttonStyle:not([disabled]) img {
  height: 30px;
  padding-right: 5px;
}
.buttonStyle:not([disabled]) * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.buttonStyle:not([disabled]):hover {
  background: #149eb6;
  border-color: white;
  cursor: pointer;
}
.buttonStyle:not([disabled]):hover * {
  cursor: pointer;
}
.buttonStyle:not([disabled]):active {
  position: relative;
  top: 1px;
}
.buttonStyle:disabled,
.buttonStyle[disabled] {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  opacity: 0.7;
}
.buttonStyle:disabled img,
.buttonStyle[disabled] img {
  height: 30px;
  padding-right: 5px;
}
.buttonStyle:disabled *,
.buttonStyle[disabled] * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.buttonStyleEnabled {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  border-style: outset;
}
.buttonStyleEnabled img {
  height: 30px;
  padding-right: 5px;
}
.buttonStyleEnabled * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.buttonStyleEnabled:hover {
  background: #149eb6;
  border-color: white;
  cursor: pointer;
}
.buttonStyleEnabled:hover * {
  cursor: pointer;
}
.buttonStyleEnabled:active {
  position: relative;
  top: 1px;
}
.buttonXLarge {
  width: 300px;
}
.buttonLarge {
  width: 200px;
}
.buttonMedium {
  width: 150px;
}
.titre {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}
.headerStyle {
  height: 2em;
  line-height: 2em;
  white-space: nowrap;
  font-weight: bold;
  vertical-align: bottom;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #3993a3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #3993a3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 0%, #3993a3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='@borderColor', GradientType=0);
  /* IE6-9 */
  color: black;
}
.input {
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #d5d5d5;
  background-color: white;
}
.fieldLabel {
  color: white;
  border: 1px solid #512d6d;
  background-color: #191919;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 5px;
  line-height: 18px;
}
#showLoading {
  display: none;
}
body.wait #showLoading {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
body.wait #showLoading i,
body.wait #showLoading span {
  width: 150px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  color: #302eff;
}
body.wait #showLoading img {
  width: 150px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  -webkit-animation: spin1 1s infinite linear;
  -moz-animation: spin1 1s infinite linear;
  -o-animation: spin1 1s infinite linear;
  -ms-animation: spin1 1s infinite linear;
  animation: spin1 1s infinite linear;
}
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin1 {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin1 {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
summary {
  text-decoration: underline;
  cursor: pointer;
}
.base_module,
.base_moduleStyle {
  background: transparent;
  border: none;
}
.base_module button,
.base_moduleStyle button {
  width: 150px;
}
.base_module button:not([disabled]),
.base_moduleStyle button:not([disabled]) {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  border-style: outset;
}
.base_module button:not([disabled]) img,
.base_moduleStyle button:not([disabled]) img {
  height: 30px;
  padding-right: 5px;
}
.base_module button:not([disabled]) *,
.base_moduleStyle button:not([disabled]) * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.base_module button:not([disabled]):hover,
.base_moduleStyle button:not([disabled]):hover {
  background: #149eb6;
  border-color: white;
  cursor: pointer;
}
.base_module button:not([disabled]):hover *,
.base_moduleStyle button:not([disabled]):hover * {
  cursor: pointer;
}
.base_module button:not([disabled]):active,
.base_moduleStyle button:not([disabled]):active {
  position: relative;
  top: 1px;
}
.base_module button:disabled,
.base_moduleStyle button:disabled,
.base_module button[disabled],
.base_moduleStyle button[disabled] {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  opacity: 0.7;
}
.base_module button:disabled img,
.base_moduleStyle button:disabled img,
.base_module button[disabled] img,
.base_moduleStyle button[disabled] img {
  height: 30px;
  padding-right: 5px;
}
.base_module button:disabled *,
.base_moduleStyle button:disabled *,
.base_module button[disabled] *,
.base_moduleStyle button[disabled] * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
[name=mainNav] {
  color: black;
}
[name=mainNav] li:hover {
  background-color: #38c4e4;
  color: white;
  border-radius: 5px;
}
.module_listeV2 {
  border: 2px solid #3993a3;
}
.module_listeV2 .listHeader {
  border: 1px solid black;
}
.module_listeV2 .listHeader .listField {
  height: 2em;
  line-height: 2em;
  white-space: nowrap;
  font-weight: bold;
  vertical-align: bottom;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #3993a3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #3993a3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 0%, #3993a3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='@borderColor', GradientType=0);
  /* IE6-9 */
  color: black;
}
#popup_listeV2_contextmenu .input {
  outline-style: none;
}
.module_liste {
  border: 2px solid #3993a3;
}
.module_liste thead tr {
  border: 1px solid black;
}
.module_liste th {
  height: 2em;
  line-height: 2em;
  white-space: nowrap;
  font-weight: bold;
  vertical-align: bottom;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #3993a3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #3993a3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 0%, #3993a3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='@borderColor', GradientType=0);
  /* IE6-9 */
  color: black;
}
.module_liste td {
  border: 1px solid #191919;
}
.module_liste td .input {
  border: 1px solid #3993a3;
}
.contextmenu {
  background-color: #282828;
  border-top: 1px solid #3993a3 !important;
  border-right: 1px solid #3993a3 !important;
  border-bottom: 1px solid #3993a3 !important;
  border-left: none;
  border-radius: 0;
}
.contextmenu li:not([disabled]) {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  border-style: outset;
}
.contextmenu li:not([disabled]) img {
  height: 30px;
  padding-right: 5px;
}
.contextmenu li:not([disabled]) * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.contextmenu li:not([disabled]):hover {
  background: #149eb6;
  border-color: white;
  cursor: pointer;
}
.contextmenu li:not([disabled]):hover * {
  cursor: pointer;
}
.contextmenu li:not([disabled]):active {
  position: relative;
  top: 1px;
}
.contextmenu li:disabled,
.contextmenu li[disabled] {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  opacity: 0.7;
}
.contextmenu li:disabled img,
.contextmenu li[disabled] img {
  height: 30px;
  padding-right: 5px;
}
.contextmenu li:disabled *,
.contextmenu li[disabled] * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.module_navigation.module_mainNavigation_SoumissionMobile {
  border-top: 1px solid #3993a3 !important;
  border-right: 1px solid #3993a3 !important;
  border-bottom: 1px solid #3993a3 !important;
  border-left: none;
  border-radius: 0;
  background-color: #282828;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical {
  /* over specific to override stuff in the navigation.css */
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel {
  border: none;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li {
  width: 100%;
  font-size: 11px;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:not([disabled]) {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  border-style: outset;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:not([disabled]) img {
  height: 30px;
  padding-right: 5px;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:not([disabled]) * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:not([disabled]):hover {
  background: #149eb6;
  border-color: white;
  cursor: pointer;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:not([disabled]):hover * {
  cursor: pointer;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:not([disabled]):active {
  position: relative;
  top: 1px;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:disabled,
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li[disabled] {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  opacity: 0.7;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:disabled img,
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li[disabled] img {
  height: 30px;
  padding-right: 5px;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li:disabled *,
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical ul.panel li[disabled] * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.module_navigation.module_mainNavigation_SoumissionMobile .styleVertical .sideButton {
  color: white;
}
.styleHint-money {
  width: 80px;
  text-align: right;
  padding-right: 4px;
}
.styleHint-postalcode {
  width: 50px;
  text-align: left;
}
.module_popup .popupContents,
.module_popupV2 .popupContents {
  background-color: #6e6e6e;
  color: white;
  border: 1px solid #3993a3;
}
.module_paginator .pageNo {
  color: white;
}
.module_settingsNode .fields th,
.module_settingsNode .commentaire {
  color: white;
}
.page_login {
  color: white;
}
.page_login .input {
  color: black;
  padding-left: 3px;
}
.page_login .logo {
  margin-top: 100px;
  margin-bottom: 20px;
  width: 30%;
}
.page_login h2 {
  margin-bottom: 5px;
}
.page_login .module_utilisateurs {
  position: relative;
}
.page_login .loginInnerBox {
  margin-top: 0px;
  border: 1px solid #3993a3;
  background-color: #6e6e6e;
}
.page_titre {
  margin-top: 100px;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: bold;
}
.module_header #popup_header_contextmenu ul {
  list-style: none;
}
.module_header #popup_header_contextmenu ul li {
  width: 150px;
}
.module_header #popup_header_contextmenu ul li:not([disabled]) {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  border-style: outset;
}
.module_header #popup_header_contextmenu ul li:not([disabled]) img {
  height: 30px;
  padding-right: 5px;
}
.module_header #popup_header_contextmenu ul li:not([disabled]) * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.module_header #popup_header_contextmenu ul li:not([disabled]):hover {
  background: #149eb6;
  border-color: white;
  cursor: pointer;
}
.module_header #popup_header_contextmenu ul li:not([disabled]):hover * {
  cursor: pointer;
}
.module_header #popup_header_contextmenu ul li:not([disabled]):active {
  position: relative;
  top: 1px;
}
.module_header #popup_header_contextmenu ul li:disabled,
.module_header #popup_header_contextmenu ul li[disabled] {
  -moz-box-shadow: inset 0px 1px 0px 0px #3993a3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3993a3;
  box-shadow: inset 0px 1px 0px 0px #3993a3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #3993a3));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #3993a3 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #3993a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLightColor', endColorstr='@gradientDarkColor', GradientType=0);
  background-color: #f6f6f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #3993a3;
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 4px 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
  opacity: 0.7;
}
.module_header #popup_header_contextmenu ul li:disabled img,
.module_header #popup_header_contextmenu ul li[disabled] img {
  height: 30px;
  padding-right: 5px;
}
.module_header #popup_header_contextmenu ul li:disabled *,
.module_header #popup_header_contextmenu ul li[disabled] * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: default;
}
.page_password select {
  height: 1.5em;
  width: 4em;
  background: black;
}
.page_password th {
  font-size: 1.2em;
  text-decoration: underline;
}
.page_password td:first-of-type input,
.page_password th:first-of-type {
  text-align: right;
  padding-right: 0.8em;
  background: transparent;
  border: none;
}
.page_password tbody tr:hover td {
  background-color: #38c4e4;
}
