/*************************************************
* MIXINS 
*************************************************/
/*******************************************************************************
***   Condititions (recupere le color white/black en fonction du background-color)
*******************************************************************************/
/*******************************************************************************
***   GENERAL * LESS *
*******************************************************************************/
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  display: table;
  line-height: 0;
  content: "";
}
.clear:after {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.bloc,
[class='^bloc*'] {
  display: block;
}
.bloc-left,
.bloc-left-text {
  float: left;
}
.bloc-left-text {
  text-align: left;
}
.bloc-right,
.bloc-right-text {
  float: right;
}
.bloc-right-text {
  text-align: right;
}
.bloc-middle-900,
.bloc-middle-800,
.bloc-middle-750,
.bloc-middle-700,
.bloc-middle-650,
.bloc-middle-600,
.bloc-middle-500,
.bloc-middle-450,
.bloc-middle-400,
.bloc-middle-350,
.bloc-middle-300,
.bloc-middle-200,
.bloc-middle-100 {
  margin-left: auto;
  margin-right: auto;
}
.bloc-middle-900 {
  width: 900px;
}
.bloc-middle-800 {
  width: 800px;
}
.bloc-middle-750 {
  width: 750px;
}
.bloc-middle-700 {
  width: 700px;
}
.bloc-middle-650 {
  width: 650px;
}
.bloc-middle-600 {
  width: 600px;
}
.bloc-middle-550 {
  width: 550px;
}
.bloc-middle-500 {
  width: 500px;
}
.bloc-middle-450 {
  width: 450px;
}
.bloc-middle-400 {
  width: 400px;
}
.bloc-middle-350 {
  width: 350px;
}
.bloc-middle-300 {
  width: 300px;
}
.bloc-middle-200 {
  width: 200px;
}
.bloc-middle-100 {
  width: 100px;
}
.bloc-20,
.bloc-25,
.bloc-33,
.bloc-50,
.bloc-66,
.bloc-75 {
  float: left;
}
.bloc-20 {
  width: 20%;
}
.bloc-25 {
  width: 25%;
}
.bloc-33 {
  width: 33.3%;
}
.bloc-50 {
  width: 50%;
}
.bloc-66 {
  width: 66.6%;
}
.bloc-75 {
  width: 75%;
}
.bloc-100 {
  width: 98%;
}
.bloc-20-marg-g,
.bloc-25-marg-g,
.bloc-33-marg-g,
.bloc-50-marg-g,
.bloc-66-marg-g,
.bloc-75-marg-g {
  margin-right: 1%;
}
.bloc-20-marg-d,
.bloc-25-marg-d,
.bloc-33-marg-d,
.bloc-50-marg-d,
.bloc-66-marg-d,
.bloc-75-marg-d {
  margin-left: 1%;
}
.bloc-20-marg-g,
.bloc-20-marg-d {
  float: left;
  width: 19%;
}
.bloc-25-marg-g,
.bloc-25-marg-d {
  float: left;
  width: 24%;
}
.bloc-33-marg-g,
.bloc-33-marg-d {
  float: left;
  width: 32.3%;
}
.bloc-50-marg-g,
.bloc-50-marg-d {
  float: left;
  width: 49%;
}
.bloc-66-marg-g,
.bloc-66-marg-d {
  float: left;
  width: 65.6%;
}
.bloc-75-marg-g,
.bloc-75-marg-d {
  float: left;
  width: 74%;
}
.bloc-49 {
  float: left;
  width: 49%;
  overflow: hidden;
}
.bloc-default {
  color: #3e454d;
  background-color: #ffffff;
  border-color: #cccccc;
}
.message-zone-info.ui-state-info,
.bloc-primary {
  color: #3e454d;
  background-color: #ccecf9;
  border-color: #a5def5;
}
.bloc-warning {
  color: #3e454d;
  background-color: #fce7d3;
  border-color: #f3a04e;
}
.bloc-danger {
  color: #3e454d;
  background-color: #f2dede;
  border-color: #b44747;
}
.bloc-success {
  color: #3e454d;
  background-color: #dff0d8;
  border-color: #65b044;
}
.alert-danger {
  color: #a02622;
  background-color: #f4cecd;
  font-size: 14px;
  padding: 10px;
}
/* ligne de contenu */
.ligne-lightBg {
  height: 50px;
}
.ligne-lightBg-inline {
  line-height: 35px;
}
@media (min-width: 1024px) {
  .ligne-lightBg-inline {
    height: 35px;
  }
}
.margin {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-small {
  margin: 0 5px 0 5px;
}
.margin-right {
  margin-right: 20px;
}
.margin-right-small {
  margin-right: 5px;
}
.margin-right-big {
  margin-right: 50px;
}
.indent-right {
  padding-right: 20px;
}
.margin-left {
  margin-left: 20px;
}
.margin-left-small {
  margin-left: 10px;
}
.margin-left-big {
  margin-left: 50px;
}
.indent-left {
  padding-left: 20px;
}
.margin-top {
  margin-top: 15px;
}
.margin-top-small {
  margin-top: 5px;
}
.margin-top-big {
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-small {
  margin-bottom: 5px;
}
.margin-bottom-big {
  margin-bottom: 20px;
}
.margin.bloc-left,
.margin.bloc-left-text {
  margin-left: 0px;
}
.margin.bloc-right,
.margin.bloc-right-text {
  margin-right: 0px;
}
.padding {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding-top-small {
  padding-top: 10px;
}
.padding-top-bottom {
  padding: 10px 0px;
}
.opacity-5 {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  padding: 0;
  margin: 0;
  color: #3e454d;
  font-size: 14px;
  font-family: source-sans-pro, Geneva, sans-serif;
  line-height: 20px;
}
body.no-menu {
  padding-left: 0px;
}
/***   TITRE   ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: source-sans-pro, Geneva, sans-serif;
  font-weight: 600;
  color: #3e454d;
  text-rendering: optimizelegibility;
  line-height: 1;
}
h1 {
  font-size: 22px;
  text-decoration: underline;
  text-align: center;
}
h2 {
  font-size: 20px;
  text-decoration: underline;
  text-align: center;
}
h3,
h4,
h5,
h6 {
  display: block;
  font-size: 20px;
  text-align: left;
}
h5:not(.modal-title) {
  padding: 12px 14px;
  background: #f0f0f0;
  margin-bottom: 0;
}
h6 {
  font-size: 18px;
  padding: 1px 7px;
  background: #f5f5f5;
  margin-bottom: 0px;
  margin-top: 20px;
  font-weight: 400;
}
h6 input[type=checkbox],
h6 input[type=radio] {
  margin-top: 5px;
}
/***   LINK   ***/
a {
  text-decoration: none;
  cursor: pointer;
}
a:link,
a:visited,
a:active {
  color: #0062a3;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #005394;
}
h5 a,
h5 a:link,
h5 a:visited,
h5 a:active {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  color: #00a3e4;
}
h5 a:hover,
h5 a:focus {
  color: #bd3100;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-fulljustify {
  text-align: justify;
}
.text-fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/*** FORM ELEMENTS    ***/
.container-fluid.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: source-sans-pro, Geneva, sans-serif;
}
select,
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
textarea,
.ui-autocomplete-input {
  border: solid 1px #C2C2C2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 1px;
  padding: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
input[type=text].lecture,
.lecture {
  border: solid 1px #C2C2C2;
  background-color: #eeeeee;
  color: #000000;
}
/*** RADIO ET CHECKBOX   ***/
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
  border: none;
}
input[type=checkbox],
input[type=radio] {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
input[type=checkbox]:before,
input[type=radio]:before {
  content: '';
  height: 15px;
  width: 15px;
  margin: -1px 0 0 -1px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox]:before {
  background-image: url("https://www.cse-filhetallard.com/gestion//upload/boutons/imgGest_1061675a81a33a76f645b094a5443727.png");
}
input[type=checkbox]:disabled:before {
  background-image: url("https://www.cse-filhetallard.com/gestion/images/input/checkbox_off.png");
}
input[type=radio]:before {
  background-image: url("https://www.cse-filhetallard.com/gestion//upload/boutons/imgGest_8757779d87313ff3be5f6bda1536a01d.png");
}
input[type=radio]:disabled:before {
  background-image: url("https://www.cse-filhetallard.com/gestion/images/input/radio_off.png");
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  background-position: 0 -15px;
}
/*******************************************************************************
***   CLASS DE MESSAGE
*******************************************************************************/
.important1,
.important2,
.important1 a,
.important2 a,
a.important1,
a.important2,
.page-entete .important1,
.page-entete .important2,
.page-entete .important1 a,
.page-entete .important2 a,
.page-entete a.important1,
.page-entete a.important2 {
  font-weight: bold;
  color: #dd0000;
  font-size: 14px;
}
.style_tabentete .important1,
.style_tabentete .important2,
.style_tabentete .important1 a,
.style_tabentete .important2 a,
.style_tabentete a.important1,
.style_tabentete a.important2,
.style_tabtotal .important1,
.style_tabtotal .important2,
.style_tabtotal .important1 a,
.style_tabtotal .important2 a,
.style_tabtotal a.important1,
.style_tabtotal a.important2,
.page-entete .important1,
.page-entete .important2,
.page-entete .important1 a,
.page-entete .important2 a,
.page-entete a.important1,
.page-entete a.important2 {
  color: #dd0000;
}
.important1 h1,
a.important1 h1,
h1.important1,
h1 .important1,
h1 .important1 a,
h1 a.important1 {
  font-size: 22px;
}
.important3,
.important3 a,
a.important3 {
  font-size: 12px;
  font-weight: bold;
  color: #cc3333;
}
.style_tabentete .important3,
.style_tabentete .important3 a,
.style_tabentete a.important3,
.style_tabtotal .important3,
.style_tabtotal .important3 a,
.style_tabtotal a.important3,
.page-entete .important3,
.page-entete .important3 a,
.page-entete a.important3 {
  color: #cc3333;
}
.information {
  font-weight: bold;
  color: #2788BD;
  font-size: 14px;
}
div.alert-confirm {
  display: none;
}
.message-zone-highlight.ui-state-highlight,
#message-zone-highlight-default.ui-state-highlight {
  border: 1px solid green;
  background: #ade3ba;
  color: #205e30;
}
.message-zone-pwb {
  border-style: solid;
  border-width: 1px;
}
/*******************************************************************************
***   CLASS CUSTOM
*******************************************************************************/
.page-entete {
  display: block;
  padding: 24px;
  background-color: #00a3e4;
  color: #ffffff;
  text-align: left;
  margin: 0 -20px;
  font-size: 18px;
  position: relative;
}
.no-menu .page-entete {
  margin: 0px;
}
.page-entete h1,
.page-entete h2,
.page-entete h3,
.page-entete h4,
.page-entete h5,
.page-entete h6 {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.page-entete h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
}
.page-entete .important1 h1,
.page-entete a.important1 h1,
.page-entete h1.important1,
.page-entete h1 .important1,
.page-entete h1 .important1 a,
.page-entete h1 a.important1 {
  font-size: 30px;
}
.page-entete a {
  font-size: 18px;
  color: #ffffff;
}
.page-entete .nom_ch {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 240px;
  font-weight: 300;
  font-size: 24px;
}
.page-entete .nom_ch + .value_ch {
  padding-left: 240px;
  margin-top: -18px;
}
.page-entete .long-ch {
  width: 300px;
}
.page-entete .small-ch {
  width: 150px;
}
.page-entete .nolabel {
  margin-left: 245px;
}
.page-entete .nolabel-small {
  margin-left: 155px;
}
.page-entete .nolimit-ch {
  width: auto;
}
.page-entete .info {
  font-size: 18px;
}
.page-entete input[type=checkbox] + .nom_ch {
  width: auto;
}
.page-entete .checkbox-unique + .nom_ch {
  padding: 10px 0;
}
.page-entete .bloc33 .nom_ch {
  width: auto;
}
.page-entete .val_ch {
  font-weight: 600;
  font-size: 16px;
}
.page-entete .bloc33 .nom_ch + .val_ch {
  margin-left: 10px;
}
.page-entete .nom_ch + textarea {
  vertical-align: top;
}
.page-entete .numero-ch {
  width: auto;
  margin-right: 10px;
}
.page-entete .sub-header {
  padding-top: 10px;
}
.page-entete-action {
  padding-top: 5px;
  float: right;
}
.page-entete .actions-link {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 50px;
}
.page-entete-subnav {
  background-color: #ccecf9;
  margin: 24px -24px -24px -24px;
  padding: 8px 10px;
  text-align: left;
}
.body-sf .page-entete-subnav {
  margin: 0 -24px 0px -24px;
}
.page-entete-subnav .pwb-btn {
  margin: 2px;
}
.vertical-top,
.titre-entete-d-g button {
  vertical-align: top;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-bottom {
  vertical-align: bottom;
}
.bloc-inline {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bloc-entete-ctt {
  margin-top: 10px;
}
.bloc-entete-ctt .noinput {
  width: auto;
  margin-right: 5px;
}
.bloc-info .nom_ch {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 240px;
  font-weight: 600;
}
.non_disp {
  display: none;
}
.nom_ch {
  text-align: left;
  font-size: 14px;
}
.lightBg .nom_ch {
  margin-top: 10px;
}
.lightBg .nom_ch.no_white_space {
  display: inline-block;
}
.lightBg label {
  display: block;
}
.lightBg label.radio-inline {
  display: inline-block;
}
label.label-inline,
.label-inline label,
.lightBg input[type=checkbox] + label,
.lightBg input[type=radio] + label,
.lightBg input[type=checkbox] + input[type=hidden] + label,
.lightBg input[type=radio] + input[type=hidden] + label {
  display: inline;
}
.inline-bloc-50,
.inline-bloc-75,
.inline-bloc-100,
.inline-bloc-150,
.inline-bloc-200,
.inline-bloc-250 {
  display: inline-block !important;
  *display: inline;
  *zoom: 1;
}
.inline-bloc-50 {
  width: 50px;
}
.inline-bloc-75 {
  width: 75px;
}
.inline-bloc-100 {
  width: 100px;
}
.inline-bloc-150 {
  width: 150px;
}
.inline-bloc-200 {
  width: 200px;
}
.inline-bloc-250 {
  width: 250px;
}
.lightBg h5 {
  margin-top: 0px;
}
.thumbnail {
  border: solid 1px #C2C2C2;
  padding: 3px;
  overflow: hidden;
  background: #FFFFFF;
  cursor: pointer;
}
.thumbnail-150x100 {
  width: 150px;
  height: 100px;
  text-align: center;
}
.mini-thumbnail {
  float: left;
  height: 25px;
  width: 25px;
  border: solid 1px #C2C2C2;
  background: #FFFFFF;
  margin-right: 4px;
  cursor: pointer;
}
.nblig {
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 6px;
  padding-top: 6px;
  color: #005394;
}
.histo_session {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #005394;
}
.dette {
  color: #333399;
}
.creance {
  color: #6666FF;
}
.dette_et_creance {
  color: #3e454d;
}
.griser {
  font-size: 14px;
  color: #3e454d;
  background-color: #999999;
}
.text_disable {
  color: #777777;
  font-style: italic;
}
.isBloc {
  display: block;
}
.bfc {
  overflow: hidden;
}
.isNumeric {
  text-align: right;
}
.hasScroll {
  overflow: auto;
  max-height: 500px;
}
.hasScroll-mid {
  overflow: auto;
  max-height: 360px;
}
/* Classe pour position bouton "à propos" et picto. "lecture / modif" */
.a_propos {
  float: right;
  margin-left: 2px;
  cursor: pointer;
}
.picto-mode {
  margin-left: 10px;
}
.lien {
  font-size: 16px;
  text-decoration: none;
  color: #0062a3;
}
.newObj {
  color: #cc6666;
}
/* *********************************** */
/* ****** Styles des interfaces ****** */
/* *********************************** */
.zone-liste-elements {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Bordure de cadre*/
.style_bord {
  border-color: #3e454d;
}
table {
  border: none;
  border-spacing: 0px;
}
table .style_tabentete > td,
table .style_tabsousentete > td,
table .style_tabpair > td,
table .style_tabimpair > td,
table .style_tabinterline > td,
table .style_tabtotal > td,
table .style_tabsoustot > td,
table .style_tabentete > th,
table .style_tabsousentete > th,
table .style_tabpair > th,
table .style_tabimpair > th,
table .style_tabinterline > th,
table .style_tabtotal > th,
table .style_tabsoustot > th {
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
li.style_tabliseret,
table .style_tabimpair > td,
table .style_tabpair > td,
table .style_tabinterline > td,
table .style_tabliseret > td {
  border-color: #cccccc;
}
table thead tr > td,
table .style_tabtotal > td,
table .style_tabsoustot > td,
table .style_tabentete > td,
table .style_tabsousentete > td,
table .style_tabtotal > th,
table .style_tabsoustot > th,
table .style_tabentete > th,
table .style_tabsousentete > th {
  border-right-style: solid;
  border-right-width: 1px;
  border-color: #ffffff;
}
table thead tr > td + td,
table .style_tabimpair > td + td,
table .style_tabpair > td + td,
table .style_tabinterline > td + td,
table .style_tabtotal > td + td,
table .style_tabsoustot > td + td,
table .style_tabentete > td + td,
table .style_tabsousentete > td + td,
table .style_tabtotal > th + th,
table .style_tabsoustot > th + th,
table .style_tabentete > th + th,
table .style_tabsousentete > th + th {
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
table .style_tabtotal > td + td,
table .style_tabsoustot > td + td,
table .style_tabentete > td + td,
table .style_tabsousentete > td + td,
table .style_tabtotal > th + th,
table .style_tabsoustot > th + th,
table .style_tabentete > th + th,
table .style_tabsousentete > th + th {
  border-left: none;
}
li.style_tabliseret + li.style_tabliseret,
table .style_tabliseret > td + td,
table .style_tabliseret > th + th {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top-style: solid;
  border-top-width: 1px;
}
/* Entête des colonnes du tableau*/
table thead tr,
.style_tabentete,
.style_tabtotal,
.style_tabsoustot {
  background-color: #00a3e4;
}
/* Entête des inscrits*/
.style_tabsousentete,
.style_tabinterline {
  background-color: #a5def5;
  color: #3e454d;
}
.style_tabsousentete {
  color: #ffffff;
}
.style_tabliseret {
  background: #ffffff;
}
.style_tabpair {
  background: #f0f0f0;
}
/* Lignes de numéro pair*/
.style_tabimpair {
  background: #ffffff;
}
/* Lignes de numéro impair*/
.lightBg .style_tabimpair {
  background: #f8f8f8;
}
.style_tabpair,
.style_tabimpair {
  color: #3e454d;
}
.style_tabpair.success,
.style_tabpair.selectedLine {
  background: #ade3ba;
}
.style_tabimpair.success,
.style_tabimpair.selectedLine {
  background: #d1efd8;
}
.style_tabpair.danger {
  background: #ffe5e5;
}
/* Lignes de numéro pair*/
.style_tabimpair.danger {
  background: #ffefef;
}
/* Lignes de numéro impair*/
.style_tabpair.lig_hover {
  color: #fafaf8;
  background: #afafb0;
}
.style_tabimpair.lig_hover {
  color: #fafaf8;
  background: #bebebf;
}
.style_tabpair.success.lig_hover {
  background: #7FE397;
  color: #3e454d;
}
.style_tabimpair.success.lig_hover {
  background: #A0EFB3;
  color: #3e454d;
}
.style_tabpair.danger.lig_hover {
  background: #FFB3B3;
  color: #3e454d;
}
.style_tabimpair.danger.lig_hover {
  background: #FFBDBD;
  color: #3e454d;
}
table thead tr,
table thead tr a,
.style_tabentete,
.style_tabentete a,
.style_tabtotal,
.style_tabtotal a,
.style_tabsoustot,
.style_tabsoustot a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
table thead tr a:hover,
.style_tabentete a:hover,
.style_tabtotal a:hover,
.style_tabsoustot a:hover {
  color: #ccecf9;
}
.style_tabimpair td,
.style_tabpair td,
.style_tabinterline td,
.style_tabtotal td,
.style_tabsoustot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
table thead tr td,
.style_tabentete td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
table.compact td {
  padding-top: 0px;
  padding-bottom: 0px;
}
table.compact thead tr td,
table.compact .style_tabentete td {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
}
.cadrefin {
  background: #FFFFFF;
}
.cadrefin td {
  border: none;
}
.cadrefin th {
  font-size: 110%;
}
.cadre {
  background: #FFFFFF;
  padding: 5px;
}
.lightBg {
  background: #f8f8f8;
  margin-top: 10px;
}
.lightBg.bordered {
  background: #ffffff;
  border: solid 2px #f0f0f0;
}
.barre {
  border: solid 2px;
  border-color: #afafb0;
}
span.title-credit {
  display: inline-block;
  width: 50%;
  text-align: right;
}
/* *********************************** */
/* ******* Contenu de la page ******** */
/* *********************************** */
#viewContenu {
  background: #FFFFFF;
  min-width: 960px;
  margin: auto;
  overflow: hidden;
}
.body-sf #viewContenu {
  min-width: 0;
}
body.popup-mode #viewContenu {
  min-width: 0;
}
#contenuCenter {
  position: relative;
  padding: 40px 20px 210px 20px;
}
.body-sf #contenuCenter {
  padding-top: 0px;
}
.no-menu #contenuCenter {
  padding: 0;
  margin: 0;
}
body.body-framed,
body.body-front {
  min-width: 0 !important;
  height: 100% !important;
}
#contenuConsole {
  width: 900px;
  margin: auto;
  position: relative;
}
/******* CONTENU D'UN PAVE DANS UN ECRAN (ex : prestation) **************/
.pave {
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-left: 3px;
  padding-right: 3px;
}
.pave_onglet {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
}
.titre_paragraphe,
.titre_pave {
  display: block;
  font-size: 18px;
  padding: 12px 14px;
  background: #f0f0f0;
  font-weight: 600;
}
.my-ui-tooltip-styling {
  max-width: 506px;
  float: right;
}
.ui-tooltip-content {
  white-space: nowrap;
}
.tooltip-normal-wrap > .ui-tooltip-content {
  white-space: normal;
}
.ui-tooltip-content .titre_pave {
  color: #3e454d;
}
body .ui-tooltip,
body .arrow:after {
  background: #fe721d !important;
}
.ui-tooltip {
  color: #ffffff !important;
}
.titre_paragraphe h5,
.titre_pave h5 {
  display: inline;
  padding: 0px;
  margin: 0px;
}
/* a supprimer titre_lightbg_d_g  pour etre remplace par titre-lightbg-d-g */
.titre_lightbg_d_g {
  background: #f0f0f0;
  margin-top: 10px;
}
.titre_lightbg_d_g h5 {
  margin: 0px;
}
/* fin a supprimer */
.titre-lightbg-d-g {
  background: #f0f0f0;
  margin-top: 10px;
}
.titre-lightbg-d-g h5 {
  margin: 0px;
}
.pave_ligne {
  position: relative;
  padding: 1px 10px 1px 10px;
  text-align: left;
  line-height: 22px;
}
.pave_ligne_option {
  position: relative;
  padding: 1px 10px 1px 10px;
  text-align: left;
  line-height: 22px;
  width: 390px;
}
.pave_label_g {
  float: left;
  width: 180px;
  padding: 2px;
  text-align: left;
}
.pave_label_option_g {
  float: left;
  width: 360px;
  padding: 2px;
  text-align: left;
}
.pave_value_g {
  float: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-left: 2px;
}
.pave_value_option_g {
  float: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-left: 2px;
  width: 10px;
}
.pave_picto_value_g {
  float: left;
  padding-top: 0px;
  padding-bottom: 2px;
}
.fancy_label_g {
  float: left;
  width: 100px;
  padding-top: 6px;
  text-align: left;
}
.fancy_value_g {
  float: left;
  padding: 2px;
  text-align: left;
}
.pave_label_c {
  display: inline-block;
  margin: 0 10px;
}
.pave_label_d {
  float: right;
  width: 220px;
  text-align: left;
}
.pave_value_d {
  float: right;
  padding-left: 6px;
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px;
}
.saut_pave_ligne {
  margin-bottom: 10px;
}
/******* CONTENU D'UNE TABLE SELON LE TYPE DE DONNEE A AFFICHER **************/
.tab_text_entete {
  text-align: center;
  font-weight: bold;
}
.tab_num {
  text-align: right;
  padding-right: 5px;
}
.tab_text_g {
  text-align: left;
  padding-left: 5px;
}
.tab_text_d {
  text-align: right;
  padding-right: 5px;
}
.tab_text_c {
  text-align: center;
  padding-left: 2px;
}
.tab_text_date {
  text-align: center;
}
.tab_saisie {
  text-align: center;
}
a img {
  border: none;
}
.picto {
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 3px;
}
.imgButton {
  cursor: pointer;
}
.titre_plusmoins {
  cursor: pointer;
  vertical-align: top;
}
li.lig_hover,
div.lig_hover,
tr.lig_hover,
tr.lig_hover td {
  color: #fafaf8;
  background: #afafb0;
  cursor: default;
}
#ui-id-1 {
  z-index: 99999;
}
.lvl1 td:first-child {
  padding-left: 0px;
}
.lvl2 td:first-child {
  padding-left: 20px;
}
.lvl3 td:first-child {
  padding-left: 40px;
}
.lvl4 td:first-child {
  padding-left: 60px;
}
.lvl5 td:first-child {
  padding-left: 80px;
}
.lvl6 td:first-child {
  padding-left: 100px;
}
.lvl7 td:first-child {
  padding-left: 120px;
}
.lvl8 td:first-child {
  padding-left: 140px;
}
.lvl9 td:first-child {
  padding-left: 160px;
}
.lvl10 td:first-child {
  padding-left: 180px;
}
.labelRadio {
  margin-right: 30px;
}
.bloc10 {
  float: left;
  width: 10%;
  overflow: hidden;
}
.bloc30 {
  float: left;
  width: 30%;
  overflow: hidden;
}
.bloc33 {
  float: left;
  width: 33%;
  overflow: hidden;
}
.bloc45 {
  float: left;
  width: 45%;
  overflow: hidden;
}
/*******************************************************************************
***   CLASS COMPONENT
*******************************************************************************/
/***   ONGLETS   ***/
.TabCommon {
  font-size: 18px;
  color: #3e454d;
  padding: 5px;
  text-align: center;
  height: 30px;
}
.TabCommon a {
  text-decoration: none;
}
.TabOn {
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  cursor: auto;
  border: solid 2px #afafb0;
  border-bottom: none;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f0f0f0;
  color: #00a3e4;
  padding: 0px 9px;
}
.TabOff {
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 2px #afafb0;
  font-weight: normal;
}
.TabOff:hover {
  color: #fe721d;
}
.TabContent {
  padding: 5px;
  padding-top: 15px;
  border: none;
}
.TabContentBottom {
  padding: 10px;
}
/***   ONGLETS PWB  ***/
.pwb-tabs {
  border: none;
}
.pwb-tabs .ui-tabs-nav {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #afafb0;
}
.pwb-tabs .ui-tabs-nav li {
  font-size: 16px;
  text-align: center;
  border: none;
  background: none;
}
.pwb-tabs .ui-tabs-nav li.ui-tabs-active {
  font-weight: bold;
  background-color: #f0f0f0;
  border: solid 2px #afafb0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
  margin-bottom: -2px;
  color: #00a3e4;
}
.pwb-tabs .ui-tabs-nav li a {
  color: #3e454d;
}
.pwb-tabs .ui-tabs-nav li a:hover,
.pwb-tabs .ui-tabs-nav li a:focus {
  color: #fe721d;
  outline: none;
}
.pwb-tabs .ui-tabs-nav li.ui-tabs-active a,
.pwb-tabs .ui-tabs-nav li.ui-tabs-active a:hover,
.pwb-tabs .ui-tabs-nav li.ui-tabs-active a:focus {
  background-color: #f0f0f0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-width: 2px 2px;
  color: #00a3e4;
  outline: none;
}
/***   PAGINATEUR ***/
.pageNavigRight {
  float: right;
  padding: 5px 0;
}
.page-paginator-nb-enreg,
.page-paginator,
.page-paginator ul {
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  *display: inline;
  *zoom: 1;
}
.page-paginator-nb-enreg {
  margin-right: 10px;
}
.page-paginator-nb-enreg span {
  float: left;
  padding: 6px 2px;
  line-height: 16px;
  text-decoration: none;
  height: 16px;
  color: #666666;
}
.page-paginator ul {
  font-size: 12px;
}
.page-paginator ul > li {
  display: inline;
  liste-style: none;
}
.page-paginator ul > li > a,
.page-paginator ul > li > span {
  float: left;
  padding: 6px;
  text-decoration: none;
  font-weight: bold;
}
.page-paginator ul > .page-paginator-dot > a,
.page-paginator ul > .page-paginator-dot > span,
.page-paginator ul > .page-paginator-dot > a:hover,
.page-paginator ul > .page-paginator-dot > a:focus {
  background-color: transparent;
  color: #3e454d;
  padding: 6px 0px;
}
.page-paginator ul > .page-paginator-navig > a,
.page-paginator ul > .page-paginator-navig > span,
.page-paginator ul > .page-paginator-num > a,
.page-paginator ul > .page-paginator-num > span {
  min-width: 16px;
  background-color: #afafb0;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 1px;
}
.page-paginator ul > .page-paginator-navig > a:hover,
.page-paginator ul > .page-paginator-navig > a:focus,
.page-paginator ul > .page-paginator-num > a:hover,
.page-paginator ul > .page-paginator-num > a:focus {
  background-color: #edebe4;
  color: #3e454d;
}
.page-paginator ul > .page-paginator-num.active > a,
.page-paginator ul > .page-paginator-num.active > span,
.page-paginator ul > .page-paginator-num.active > a:hover,
.page-paginator ul > .page-paginator-num.active > a:focus {
  background-color: #f0f0f0;
  color: #00a3e4;
  cursor: auto;
}
.page-paginator ul > li.first-paginator > a,
.page-paginator ul > li.first-paginator > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-paginator ul > li.last-paginator > a,
.page-paginator ul > li.last-paginator > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/***   PAGINATEUR OLD   ***/
.page_navig {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  background-color: #00a3e4;
  border: solid 1px;
  border-color: #3e454d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page_navig td {
  border: none;
}
/***   AUTOCOMPLETE   ***/
.autocomplConteneur {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.autocomplConteneur div[role="textbox"] {
  outline: none;
  height: auto;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
  padding: 5px 5px 1px 5px;
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  border-radius: 4px;
  background-color: #ffffff;
}
.autocomplConteneur .empty-span {
  margin-bottom: 5px;
}
.autocomplConteneur .pwb-autocomplete-badge {
  color: #595959;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  padding: 0 5px;
  display: flex;
  margin: 1px 3px 5px 2px;
}
.autocomplConteneur .pwb-autocomplete-badge i.pwb-glyphs.pwb-glyphs-close {
  margin-left: 5px;
}
.autocomplConteneur .pwb-autocomplete-badge i.pwb-glyphs.pwb-glyphs-close:hover {
  cursor: pointer;
}
.autocomplArrow {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.body-sf .autocomplConteneur {
  display: block;
}
.body-sf .form-inline .autocomplConteneur {
  display: inline-block;
}
.body-sf .autocomplArrow {
  z-index: 10;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  z-index: 1010;
}
.ui-autocomplete.ui-front {
  z-index: 1010;
}
.ui-menu .ui-menu-item > div {
  max-width: 98%;
}
/**
 * Le style dans jquery-ui.css fait que les éléments d'une liste qui sont actifs (hover, focus)
 * possèdent un border à 1px, et des margin à -1px (pour contrebalancer le border à 1px).
 * Cependant lorsque cela s'applique au dernier élément d'une liste et qu'il n'y a pas de barre de scroll sur cette liste (cas d'une liste courte)
 * alors la barre de scroll apparait et décale tous les éléments de la liste.
 * Il devient impossible de cliquer sur le dernier élément.
 * Pour corriger ce souci, on applique un border 1px transparent à tous les éléments des listes et on supprime les margin -1px.
 */
.ui-menu-item-wrapper {
  border: 1px solid transparent;
  margin: 0px !important;
}
.ui-menu-item > div > span {
  font-weight: bold;
  font-style: italic;
}
* html .ui-autocomplete {
  height: 100px;
  z-index: 1010;
}
/***   BOUTONS ET PICTOS   ***/
a.pwb-btn,
.pwb-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration: none;
}
a.pwb-btn.border-btn,
.pwb-btn.border-btn {
  border: 2px solid transparent;
  font-style: normal;
  font-weight: bold;
}
.pwb-btn-colorless a {
  color: #fff !important;
  background-color: #adadad !important;
  border-color: #cccccc !important;
}
a.pwb-btn.pwb-btn-picto,
.pwb-btn.pwb-btn-picto {
  min-width: 22px;
  text-align: center;
  line-height: 1;
  padding: 0px 8px 0px 8px;
  height: 30px;
  border: none;
  line-height: 30px;
}
a.pwb-btn.pwb-btn-picto.pwb-btn-small,
.pwb-btn.pwb-btn-picto.pwb-btn-small {
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0px;
  text-align: center;
}
a.pwb-btn.pwb-btn-picto.pwb-btn-small.no-text,
.pwb-btn.pwb-btn-picto.pwb-btn-small.no-text {
  padding: 0px;
}
a.pwb-btn.pwb-btn-small,
.pwb-btn.pwb-btn-small {
  min-width: 10px;
  text-align: center;
  line-height: 18px;
  padding: 0 4px 0 4px;
  height: 18px;
  border: none;
}
a.pwb-btn.pwb-btn-mini,
.pwb-btn.pwb-btn-mini {
  min-width: 0;
  text-align: center;
  line-height: 12px;
  padding: 0 4px 0 4px;
  border: none;
}
a.pwb-btn.pwb-btn-picto.no-text,
.pwb-btn.pwb-btn-picto.no-text {
  padding: 0px 4px;
}
a.pwb-btn.pwb-btn-picto.pwb-btn-default,
.pwb-btn.pwb-btn-picto.pwb-btn-default {
  border-width: 1px;
  border-style: solid;
  min-width: 20px;
  padding: 0px 3px 0px 7px;
}
a.pwb-btn.pwb-btn-picto.pwb-btn-default.no-text,
.pwb-btn.pwb-btn-picto.pwb-btn-default.no-text {
  padding: 0px 3px;
}
a.pwb-btn.pwb-btn-picto i,
.pwb-btn.pwb-btn-picto i {
  font-size: 22px;
}
a.pwb-btn.pwb-btn-small i,
.pwb-btn.pwb-btn-small i {
  font-size: 14px;
}
a.pwb-btn.pwb-btn-mini i,
.pwb-btn.pwb-btn-mini i {
  font-size: 12px;
}
a.pwb-btn.pwb-btn-slim,
.pwb-btn.pwb-btn-slim {
  padding: 6px 4px;
}
.pwb-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pwb-btn:hover,
.pwb-btn:focus {
  color: #3e454d;
  text-decoration: none;
}
.pwb-btn:active,
.pwb-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pwb-btn.disabled,
.pwb-btn[disabled],
fieldset[disabled] .pwb-btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.pwb-btn-sep,
.pwb-btn-sep {
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid;
  border-bottom: 1px solid;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
a.pwb-btn-default,
.pwb-btn-default {
  color: #3e454d;
  background-color: #ffffff;
  border-color: #cccccc;
}
.pwb-btn-default:hover,
.pwb-btn-default:focus,
.pwb-btn-default:active,
.pwb-btn-default.active,
.open .dropdown-toggle.pwb-btn-default {
  color: #3e454d;
  background-color: #ebebeb;
  border-color: #adadad;
}
.pwb-btn-default:active,
.pwb-btn-default.active,
.open .dropdown-toggle.pwb-btn-default {
  background-image: none;
}
.pwb-btn-default.disabled,
.pwb-btn-default[disabled],
fieldset[disabled] .pwb-btn-default,
.pwb-btn-default.disabled:hover,
.pwb-btn-default[disabled]:hover,
fieldset[disabled] .pwb-btn-default:hover,
.pwb-btn-default.disabled:focus,
.pwb-btn-default[disabled]:focus,
fieldset[disabled] .pwb-btn-default:focus,
.pwb-btn-default.disabled:active,
.pwb-btn-default[disabled]:active,
fieldset[disabled] .pwb-btn-default:active,
.pwb-btn-default.disabled.active,
.pwb-btn-default[disabled].active,
fieldset[disabled] .pwb-btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.pwb-btn-default.off,
.pwb-btn-default.off:hover,
.pwb-btn-default.off:focus,
.pwb-btn-default.off:active,
.pwb-btn-default.off.active {
  background-color: #cccccc;
  border-color: #ffffff;
}
a.pwb-btn-primary,
.pwb-btn-primary {
  color: #ffffff;
  background-color: #00a3e4;
  border-color: #00a3e4;
}
.pwb-btn-primary:hover,
.pwb-btn-primary:focus,
.pwb-btn-primary:active,
.pwb-btn-primary.active,
.open .dropdown-toggle.pwb-btn-primary {
  color: #ffffff;
  background-color: #fe721d;
  border-color: #fe721d;
}
.pwb-btn-primary:active,
.pwb-btn-primary.active,
.open .dropdown-toggle.pwb-btn-primary {
  background-image: none;
}
.pwb-btn-primary.disabled,
.pwb-btn-primary[disabled],
fieldset[disabled] .pwb-btn-primary,
.pwb-btn-primary.disabled:hover,
.pwb-btn-primary[disabled]:hover,
fieldset[disabled] .pwb-btn-primary:hover,
.pwb-btn-primary.disabled:focus,
.pwb-btn-primary[disabled]:focus,
fieldset[disabled] .pwb-btn-primary:focus,
.pwb-btn-primary.disabled:active,
.pwb-btn-primary[disabled]:active,
fieldset[disabled] .pwb-btn-primary:active,
.pwb-btn-primary.disabled.active,
.pwb-btn-primary[disabled].active,
fieldset[disabled] .pwb-btn-primary.active {
  background-color: #00a3e4;
  border-color: #00a3e4;
}
.pwb-btn-primary.off,
.pwb-btn-primary.off:hover,
.pwb-btn-primary.off:focus,
.pwb-btn-primary.off:active,
.pwb-btn-primary.off.active {
  background-color: #ccecf9;
  border-color: #ccecf9;
  color: #3e454d;
}
a.pwb-btn-primary.no-btn,
.pwb-btn-primary.no-btn {
  color: #00a3e4;
  background-color: transparent;
  border-color: transparent;
}
.pwb-btn-primary.no-btn:hover,
.pwb-btn-primary.no-btn:focus,
.pwb-btn-primary.no-btn:active,
.pwb-btn-primary.no-btn.active,
.open .dropdown-toggle.pwb-btn-primary.no-btn {
  color: #fe721d;
  background-color: transparent;
  border-color: transparent;
}
.pwb-btn-primary.no-btn:active,
.pwb-btn-primary.no-btn.active,
.open .dropdown-toggle.pwb-btn-primary.no-btn {
  background-image: none;
}
.pwb-btn-primary.no-btn.disabled,
.pwb-btn-primary.no-btn[disabled],
fieldset[disabled] .pwb-btn-primary.no-btn,
.pwb-btn-primary.no-btn.disabled:hover,
.pwb-btn-primary.no-btn[disabled]:hover,
fieldset[disabled] .pwb-btn-primary.no-btn:hover,
.pwb-btn-primary.no-btn.disabled:focus,
.pwb-btn-primary.no-btn[disabled]:focus,
fieldset[disabled] .pwb-btn-primary.no-btn:focus,
.pwb-btn-primary.no-btn.disabled:active,
.pwb-btn-primary.no-btn[disabled]:active,
fieldset[disabled] .pwb-btn-primary.no-btn:active,
.pwb-btn-primary.no-btn.disabled.active,
.pwb-btn-primary.no-btn[disabled].active,
fieldset[disabled] .pwb-btn-primary.no-btn.active {
  color: #ccecf9;
  background-color: transparent;
  border-color: transparent;
}
.pwb-btn-primary.no-btn.off,
.pwb-btn-primary.no-btn.off:hover,
.pwb-btn-primary.no-btn.off:focus,
.pwb-btn-primary.no-btn.off:active,
.pwb-btn-primary.no-btn.off.active {
  color: #ccecf9;
  background-color: transparent;
  border-color: transparent;
}
a.pwb-btn-primary.border-btn,
.pwb-btn-primary.border-btn {
  color: #00a3e4;
  background-color: #ffffff;
  border-color: #00a3e4;
}
.pwb-btn-primary.border-btn:hover,
.pwb-btn-primary.border-btn:focus,
.pwb-btn-primary.border-btn:active,
.pwb-btn-primary.border-btn.active,
.open .dropdown-toggle.pwb-btn-primary.border-btn {
  color: #fe721d;
  background-color: #ffffff;
  border-color: #fe721d;
}
.pwb-btn-primary.border-btn:active,
.pwb-btn-primary.border-btn.active,
.open .dropdown-toggle.pwb-btn-primary.border-btn {
  background-image: none;
}
.pwb-btn-primary.border-btn.disabled,
.pwb-btn-primary.border-btn[disabled],
fieldset[disabled] .pwb-btn-primary.border-btn,
.pwb-btn-primary.border-btn.disabled:hover,
.pwb-btn-primary.border-btn[disabled]:hover,
fieldset[disabled] .pwb-btn-primary.border-btn:hover,
.pwb-btn-primary.border-btn.disabled:focus,
.pwb-btn-primary.border-btn[disabled]:focus,
fieldset[disabled] .pwb-btn-primary.border-btn:focus,
.pwb-btn-primary.border-btn.disabled:active,
.pwb-btn-primary.border-btn[disabled]:active,
fieldset[disabled] .pwb-btn-primary.border-btn:active,
.pwb-btn-primary.border-btn.disabled.active,
.pwb-btn-primary.border-btn[disabled].active,
fieldset[disabled] .pwb-btn-primary.border-btn.active {
  background-color: #ffffff;
  border-color: #C2C2C2;
  color: #C2C2C2;
}
.pwb-btn-primary.border-btn.off,
.pwb-btn-primary.border-btn.off:hover,
.pwb-btn-primary.border-btn.off:focus,
.pwb-btn-primary.border-btn.off:active,
.pwb-btn-primary.border-btn.off.active {
  background-color: #ffffff;
  border-color: #ccecf9;
  color: #ccecf9;
}
a.pwb-btn-warning,
.pwb-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.pwb-btn-warning:hover,
.pwb-btn-warning:focus,
.pwb-btn-warning:active,
.pwb-btn-warning.active,
.open .dropdown-toggle.pwb-btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #eb9316;
}
.pwb-btn-warning:active,
.pwb-btn-warning.active,
.open .dropdown-toggle.pwb-btn-warning {
  background-image: none;
}
.pwb-btn-warning.disabled,
.pwb-btn-warning[disabled],
fieldset[disabled] .pwb-btn-warning,
.pwb-btn-warning.disabled:hover,
.pwb-btn-warning[disabled]:hover,
fieldset[disabled] .pwb-btn-warning:hover,
.pwb-btn-warning.disabled:focus,
.pwb-btn-warning[disabled]:focus,
fieldset[disabled] .pwb-btn-warning:focus,
.pwb-btn-warning.disabled:active,
.pwb-btn-warning[disabled]:active,
fieldset[disabled] .pwb-btn-warning:active,
.pwb-btn-warning.disabled.active,
.pwb-btn-warning[disabled].active,
fieldset[disabled] .pwb-btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.pwb-btn-warning.off,
.pwb-btn-warning.off:hover,
.pwb-btn-warning.off:focus,
.pwb-btn-warning.off:active,
.pwb-btn-warning.off.active {
  background-color: #f8d7ab;
  border-color: #f0ad4e;
  color: #806246;
}
a.pwb-btn-danger,
.pwb-btn-danger {
  color: #ffffff;
  background-color: #acacac;
  border-color: #acacac;
}
.pwb-btn-danger:hover,
.pwb-btn-danger:focus,
.pwb-btn-danger:active,
.pwb-btn-danger.active,
.open .dropdown-toggle.pwb-btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #c12e2a;
}
.pwb-btn-danger:active,
.pwb-btn-danger.active,
.open .dropdown-toggle.pwb-btn-danger {
  background-image: none;
}
.pwb-btn-danger.disabled,
.pwb-btn-danger[disabled],
fieldset[disabled] .pwb-btn-danger,
.pwb-btn-danger.disabled:hover,
.pwb-btn-danger[disabled]:hover,
fieldset[disabled] .pwb-btn-danger:hover,
.pwb-btn-danger.disabled:focus,
.pwb-btn-danger[disabled]:focus,
fieldset[disabled] .pwb-btn-danger:focus,
.pwb-btn-danger.disabled:active,
.pwb-btn-danger[disabled]:active,
fieldset[disabled] .pwb-btn-danger:active,
.pwb-btn-danger.disabled.active,
.pwb-btn-danger[disabled].active,
fieldset[disabled] .pwb-btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
.pwb-btn-danger.off,
.pwb-btn-danger.off:hover,
.pwb-btn-danger.off:focus,
.pwb-btn-danger.off:active,
.pwb-btn-danger.off.active {
  background-color: #f4cdcc;
  border-color: #f0ad4e;
  color: #794d4d;
}
a.pwb-btn-danger-red,
.pwb-btn-danger-red {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.pwb-btn-danger-red:hover,
.pwb-btn-danger-red:focus,
.pwb-btn-danger-red:active,
.pwb-btn-danger-red.active,
.open .dropdown-toggle.pwb-btn-danger-red {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #c12e2a;
}
.pwb-btn-danger-red:active,
.pwb-btn-danger-red.active,
.open .dropdown-toggle.pwb-btn-danger-red {
  background-image: none;
}
.pwb-btn-danger-red.disabled,
.pwb-btn-danger-red[disabled],
fieldset[disabled] .pwb-btn-danger-red,
.pwb-btn-danger-red.disabled:hover,
.pwb-btn-danger-red[disabled]:hover,
fieldset[disabled] .pwb-btn-danger-red:hover,
.pwb-btn-danger-red.disabled:focus,
.pwb-btn-danger-red[disabled]:focus,
fieldset[disabled] .pwb-btn-danger-red:focus,
.pwb-btn-danger-red.disabled:active,
.pwb-btn-danger-red[disabled]:active,
fieldset[disabled] .pwb-btn-danger-red:active,
.pwb-btn-danger-red.disabled.active,
.pwb-btn-danger-red[disabled].active,
fieldset[disabled] .pwb-btn-danger-red.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
.pwb-btn-danger-red.off,
.pwb-btn-danger-red.off:hover,
.pwb-btn-danger-red.off:focus,
.pwb-btn-danger-red.off:active,
.pwb-btn-danger-red.off.active {
  background-color: #f4cdcc;
  border-color: #f0ad4e;
  color: #794d4d;
}
a.pwb-btn-success,
.pwb-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.pwb-btn-success:hover,
.pwb-btn-success:focus,
.pwb-btn-success:active,
.pwb-btn-success.active,
.open .dropdown-toggle.pwb-btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #419641;
}
.pwb-btn-success:active,
.pwb-btn-success.active,
.open .dropdown-toggle.pwb-btn-success {
  background-image: none;
}
.pwb-btn-success.disabled,
.pwb-btn-success[disabled],
fieldset[disabled] .pwb-btn-success,
.pwb-btn-success.disabled:hover,
.pwb-btn-success[disabled]:hover,
fieldset[disabled] .pwb-btn-success:hover,
.pwb-btn-success.disabled:focus,
.pwb-btn-success[disabled]:focus,
fieldset[disabled] .pwb-btn-success:focus,
.pwb-btn-success.disabled:active,
.pwb-btn-success[disabled]:active,
fieldset[disabled] .pwb-btn-success:active,
.pwb-btn-success.disabled.active,
.pwb-btn-success[disabled].active,
fieldset[disabled] .pwb-btn-success.active {
  border-color: #acacac;
  pointer-events: auto;
  cursor: not-allowed;
  background-color: #acacac;
}
.pwb-btn-success.off,
.pwb-btn-success.off:hover,
.pwb-btn-success.off:focus,
.pwb-btn-success.off:active,
.pwb-btn-success.off.active {
  background-color: #c7e7c7;
  border-color: #f0ad4e;
  color: #5f7860;
}
a.pwb-btn-picto-primary,
.pwb-btn-picto-primary {
  color: #ffffff;
  background-color: #0062a3;
  border-color: #0062a3;
}
.pwb-btn-picto-primary:hover,
.pwb-btn-picto-primary:focus,
.pwb-btn-picto-primary:active,
.pwb-btn-picto-primary.active,
.open .dropdown-toggle.pwb-btn-picto-primary {
  color: #ffffff;
  background-color: #fe721d;
  border-color: #fe721d;
}
.pwb-btn-picto-primary:active,
.pwb-btn-picto-primary.active,
.open .dropdown-toggle.pwb-btn-picto-primary {
  background-image: none;
}
.pwb-btn-picto-primary.disabled,
.pwb-btn-picto-primary[disabled],
fieldset[disabled] .pwb-btn-picto-primary,
.pwb-btn-picto-primary.disabled:hover,
.pwb-btn-picto-primary[disabled]:hover,
fieldset[disabled] .pwb-btn-picto-primary:hover,
.pwb-btn-picto-primary.disabled:focus,
.pwb-btn-picto-primary[disabled]:focus,
fieldset[disabled] .pwb-btn-picto-primary:focus,
.pwb-btn-picto-primary.disabled:active,
.pwb-btn-picto-primary[disabled]:active,
fieldset[disabled] .pwb-btn-picto-primary:active,
.pwb-btn-picto-primary.disabled.active,
.pwb-btn-picto-primary[disabled].active,
fieldset[disabled] .pwb-btn-picto-primary.active {
  background-color: #0062a3;
  border-color: #0062a3;
}
.group-btn-next .pwb-btn-sep:last-child {
  display: none;
}
.group-btn-next .pwb-btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.group-btn-next .pwb-btn:first-of-type {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.group-btn-next .pwb-btn:last-of-type {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pwb-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 13px;
}
.pwb-circle.success {
  color: #419641;
}
.pwb-circle.danger {
  color: #f0ad4e;
}
.pwb-circle.small {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 8px;
  border: solid 1px;
}
.pwb-circle.primary.full {
  color: #00a3e4;
  background: #00a3e4;
}
.pwb-circle.primary.empty {
  color: #00a3e4;
  background: #ffffff;
}
.pwb-circle.primary.half {
  color: #00a3e4;
  background-color: #00a3e4;
  background-image: url("https://www.cse-filhetallard.com/gestion/images/half.gif");
  background-position: center;
}
/***   DIALOG   ***/
.ui-dialog.dialog-console {
  z-index: 5000;
}
/***   DATEPICKER   ***/
.ui-datepicker select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background-color: #ffffff;
  color: #333333;
}
/***   Overwrite JQUERY-UI css color   ***/
.ui-widget-header {
  border: 1px solid #00a3e4;
  background: #00a3e4;
  color: #ffffff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #00a3e4;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #00a3e4;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  color: #fe721d;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #fe721d;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error a:hover,
.ui-widget-content .ui-state-error a:hover,
.ui-widget-header .ui-state-error a:hover {
  color: #a30707;
}
.ui-front {
  z-index: 800;
}
.ui-dialog {
  margin-top: 40px;
}
.body-sf .ui-dialog.ui-front {
  z-index: 900;
}
.body-sf .ui-widget-overlay.ui-front {
  z-index: 890;
}
.pwb-placeholder {
  background-color: #ccecf9;
  border: solid 1px #a5def5;
  list-style: none;
}
/*******************************************************************************
***   cg01 pour renault
*******************************************************************************/
.cg01bill select {
  height: 30px;
}
.cg01bill #pave_od .titre_pave,
.cg01bill #pave_od .spanLibPaveOd,
.cg01bill #pave_od input.lien_edit_od {
  display: none;
}
.cg01bill #pave_od .pave_label_g {
  width: auto;
}
.cg01bill #pave_od .pave_value_g {
  font-size: 18px;
}
.cg01bill .cadrefin {
  background: #FFFFFF;
}
.cg01bill .cadrefin.ui-corner-top {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cg01bill .cadrefin.ui-corner-bottom {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cg01bill .cadrefin.cg01prest {
  border-top: none;
  margin-bottom: 20px;
}
td.cg01ImgZone,
.cg01ImgZone {
  width: 170px;
  border-right: solid 1px #CBCBCB;
  text-align: center;
  vertical-align: top;
}
.cg01titre {
  font-size: 21px;
  font-weight: bold;
}
.cg01nbins {
  float: right;
  padding: 7px 5px 0 0;
  color: #DD0000;
  font-weight: bold;
}
.cg01tarif {
  margin: 20px 0;
}
.cg01tarif .nom_ch.cg01nomCh {
  padding-top: 10px;
  font-size: 16px;
  padding-bottom: 3px;
}
.cg01bill td.tab_title {
  width: 170px;
  text-align: right;
  padding-right: 10px;
}
.cg01bill td.tab_num {
  width: 80px;
}
.cg01bill td.tab_saisie {
  width: 40px;
}
.cg01bill td.tab_num,
.cg01bill td.tab_saisie,
.cg01bill td.tab_title {
  height: 30px;
}
.cg01bill td.tab_num {
  border: solid 1px #CBCBCB;
}
.cg01bill td.tab_saisie {
  border: solid 1px #CBCBCB;
  border-left: none;
  background: #CBCBCB;
  position: relative;
}
.cg01bill td.tab_saisie input {
  background: #CBCBCB;
  text-align: center;
  width: 38px;
  border: none;
}
.cg01bill td.tab_saisie .cg01spiner {
  position: absolute;
  right: -18px;
  top: -6px;
}
.cg01spinerP,
.cg01spinerM {
  cursor: pointer;
}
.cg01regles {
  border-top: solid 1px #CBCBCB;
  background: #EFEFEF;
  padding: 10px;
}
.cg01infoDoss,
.cg01mtco,
.cg01validdoss {
  border-top: solid 1px #CBCBCB;
  padding: 10px;
  margin-bottom: 20px;
}
.cg01solde {
  background: #EFEFEF;
  font-weight: bold;
}
.cg01bill .cg01participant .style_tabentete,
.cg01bill .cg01participant .style_tabentete td,
.cg01bill .cg01participant .style_tabentete td span {
  padding-top: 10px;
  font-size: 16px;
  background: none;
  font-weight: bold;
  color: #3e454d;
  text-align: left;
}
.cg01bill .cg01participant td.tab_saisie {
  border: none;
  background: none;
  position: relative;
  width: 60px;
}
.cg01bill .cg01participant td.tab_num {
  border: none;
  padding: 0;
  padding-left: 20px;
}
.cg01bill .cg01participant td.tab_saisie .cg01spiner {
  right: 3px;
  top: 4px;
}
.cg01bill .cg01participant .tab_text_g {
  padding-right: 50px;
}
.cg01bill .cg01participant td.tab_num > span {
  display: block;
  border: solid 1px #CBCBCB;
  height: 100%;
  padding-top: 10px;
  height: 20px;
  margin-top: 4px;
  padding-right: 5px;
}
.cg01bill .cg01participant td.tab_saisie > span {
  border: solid 1px #CBCBCB;
  border-left: none;
  display: block;
  width: 40px;
  height: 100%;
  background: #CBCBCB;
  padding-top: 5px;
  height: 25px;
  margin-top: 4px;
  margin-right: 20px;
}
.cg01bill .cg01participant td.tab_saisie input {
  width: 33px;
}
.cg01bill td.cg01totlig {
  display: none;
}
.cg01bill .cg01participant .style_tabimpair,
.cg01bill .cg01participant .style_tabpair {
  background: none;
  margin: 2px 0px;
}
.cg01bill .paveEtatDoss {
  float: left;
}
.icon-accordion {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin-right: 15px;
}
.acc-up {
  background: url("https://www.cse-filhetallard.com/gestion/images/acc-up.png") no-repeat;
}
.acc-down {
  background: url("https://www.cse-filhetallard.com/gestion/images/acc-down.png") no-repeat;
}
/**********************************************
** Menu color perso
***********************************************/
.menuSubDockListeLi .menuSubDockListeLi.selected > a,
.menuSubDockListeLi .menuSubDockFirst:hover > .pwb-icon,
.menuSubDockListe ul li.selectedLink > a,
.menuSubDockListe ul li a:hover {
  color: #fe721d !important;
  font-weight: bold;
}
/**********************************************
** Composant JS**
***********************************************/
#zone-scroll-to-up-down {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
}
#zone-scroll-to-up-down:hover {
  filter: alpha(opacity=50);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#zone-scroll-to-up-down.dual .scroll-to-up {
  border-bottom: none;
  margin: 2px;
  margin-bottom: 0px;
  height: 30px;
  line-height: 30px;
  padding-top: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 58px;
}
#zone-scroll-to-up-down.dual .scroll-to-down {
  margin: 2px;
  margin-top: 0px;
  height: 30px;
  line-height: 30px;
  padding-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 58px;
}
#zone-scroll-to-up-down .scroll-to-up.pwb-btn.no-text .pwb-glyphs,
#zone-scroll-to-up-down .scroll-to-down.pwb-btn.no-text .pwb-glyphs {
  color: #333333;
}
#zone-scroll-to-up-down.dual .scroll-to-up.pwb-btn.no-text .pwb-glyphs,
#zone-scroll-to-up-down.dual .scroll-to-down.pwb-btn.no-text .pwb-glyphs {
  font-size: 20px;
}
#zone-scroll-to-up-down .scroll-to-up.hide,
#zone-scroll-to-up-down .scroll-to-down.hide {
  display: none;
}
/*************************************************
* Custom COLORS
*************************************************/
.bg-pwb-primary,
.bg-pwb-gest-primary {
  background-color: #00a3e4 !important;
  color: #ffffff !important;
}
.bg-pwb-primary-light,
.bg-pwb-gest-primary-light {
  background-color: #a5def5 !important;
  color: #3e454d !important;
}
.bg-pwb-primary-lighter,
.bg-pwb-gest-primary-lighter {
  background-color: #ccecf9 !important;
  color: #3e454d !important;
}
.bg-pwb-primary-dark,
.bg-pwb-gest-primary-dark {
  background-color: #0062a3 !important;
  color: #ffffff !important;
}
.bg-pwb-primary-darker,
.bg-pwb-gest-primary-darker {
  background-color: #005394 !important;
  color: #ffffff !important;
}
.bg-hover-pwb-primary:hover,
.bg-hover-pwb-gest-primary:hover {
  background-color: #00a3e4 !important;
  color: #ffffff !important;
}
.bg-hover-pwb-primary-light:hover,
.bg-hover-pwb-gest-primary-light:hover {
  background-color: #a5def5 !important;
  color: #3e454d !important;
}
.bg-hover-pwb-primary-lighter:hover,
.bg-hover-pwb-gest-primary-lighter:hover {
  background-color: #ccecf9 !important;
  color: #3e454d !important;
}
.bg-hover-pwb-primary-dark:hover,
.bg-hover-pwb-gest-primary-dark:hover {
  background-color: #0062a3 !important;
  color: #ffffff !important;
}
.bg-hover-pwb-primary-darker:hover,
.bg-hover-pwb-gest-primary-darker:hover {
  background-color: #005394 !important;
  color: #ffffff !important;
}
.color-pwb-primary,
a.color-pwb-primary,
.color-pwb-primary > a,
.color-pwb-gest-primary,
a.color-pwb-gest-primary,
.color-pwb-gest-primary > a {
  color: #00a3e4 !important;
}
.color-pwb-primary-light,
a.color-pwb-primary-light,
.color-pwb-primary-light > a,
.color-pwb-gest-primary-light,
a.color-pwb-gest-primary-light,
.color-pwb-gest-primary-light > a {
  color: #a5def5 !important;
}
.color-pwb-primary-lighter,
a.color-pwb-primary-lighter,
.color-pwb-primary-lighter > a,
.color-pwb-gest-primary-lighter,
a.color-pwb-gest-primary-lighter,
.color-pwb-gest-primary-lighter > a {
  color: #ccecf9 !important;
}
.color-pwb-primary-dark,
a.color-pwb-primary-dark,
.color-pwb-primary-dark > a,
.color-pwb-gest-primary-dark,
a.color-pwb-gest-primary-dark,
.color-pwb-gest-primary-dark > a {
  color: #0062a3 !important;
}
.color-pwb-primary-darker,
a.color-pwb-primary-darker,
.color-pwb-primary-darker > a,
.color-pwb-gest-primary-darker,
a.color-pwb-gest-primary-darker,
.color-pwb-gest-primary-darker > a {
  color: #005394 !important;
}
.color-hover-pwb-primary:hover,
a.color-hover-pwb-primary:hover,
.color-hover-pwb-primary:hover > a,
.color-hover-pwb-gest-primary:hover,
a.color-hover-pwb-gest-primary:hover,
.color-hover-pwb-gest-primary:hover > a {
  color: #00a3e4 !important;
}
.color-hover-pwb-primary-light:hover,
a.color-hover-pwb-primary-light:hover,
.color-hover-pwb-primary-light:hover > a,
.color-hover-pwb-gest-primary-light:hover,
a.color-hover-pwb-gest-primary-light:hover,
.color-hover-pwb-gest-primary-light:hover > a {
  color: #a5def5 !important;
}
.color-hover-pwb-primary-lighter:hover,
a.color-hover-pwb-primary-lighter:hover,
.color-hover-pwb-primary-lighter:hover > a,
.color-hover-pwb-gest-primary-lighter:hover,
a.color-hover-pwb-gest-primary-lighter:hover,
.color-hover-pwb-gest-primary-lighter:hover > a {
  color: #ccecf9 !important;
}
.color-hover-pwb-primary-dark:hover,
a.color-hover-pwb-primary-dark:hover,
.color-hover-pwb-primary-dark:hover > a,
.color-hover-pwb-gest-primary-dark:hover,
a.color-hover-pwb-gest-primary-dark:hover,
.color-hover-pwb-gest-primary-dark:hover > a {
  color: #0062a3 !important;
}
.color-hover-pwb-primary-darker:hover,
a.color-hover-pwb-primary-darker:hover,
.color-hover-pwb-primary-darker:hover > a,
.color-hover-pwb-gest-primary-darker:hover,
a.color-hover-pwb-gest-primary-darker:hover,
.color-hover-pwb-gest-primary-darker:hover > a {
  color: #005394 !important;
}
.bg-pwb-second,
.bg-pwb-gest-second {
  background-color: #fe721d !important;
  color: #ffffff !important;
}
.bg-pwb-second-light,
.bg-pwb-gest-second-light {
  background-color: #fecdaf !important;
  color: #3e454d !important;
}
.bg-pwb-second-lighter,
.bg-pwb-gest-second-lighter {
  background-color: #fee2d1 !important;
  color: #3e454d !important;
}
.bg-pwb-second-dark,
.bg-pwb-gest-second-dark {
  background-color: #bd3100 !important;
  color: #ffffff !important;
}
.bg-pwb-second-darker,
.bg-pwb-gest-second-darker {
  background-color: #ae2200 !important;
  color: #ffffff !important;
}
.bg-hover-pwb-second:hover,
.bg-hover-pwb-gest-second:hover {
  background-color: #fe721d !important;
  color: #ffffff !important;
}
.bg-hover-pwb-second-light:hover,
.bg-hover-pwb-gest-second-light:hover {
  background-color: #fecdaf !important;
  color: #3e454d !important;
}
.bg-hover-pwb-second-lighter:hover,
.bg-hover-pwb-gest-second-lighter:hover {
  background-color: #fee2d1 !important;
  color: #3e454d !important;
}
.bg-hover-pwb-second-dark:hover,
.bg-hover-pwb-gest-second-dark:hover {
  background-color: #bd3100 !important;
  color: #ffffff !important;
}
.bg-hover-pwb-second-darker:hover,
.bg-hover-pwb-gest-second-darker:hover {
  background-color: #ae2200 !important;
  color: #ffffff !important;
}
.color-pwb-second,
a.color-pwb-second,
.color-pwb-second > a,
.color-pwb-gest-second,
a.color-pwb-gest-second,
.color-pwb-gest-second > a {
  color: #fe721d !important;
}
.color-pwb-second-light,
a.color-pwb-second-light,
.color-pwb-second-light > a,
.color-pwb-gest-second-light,
a.color-pwb-gest-second-light,
.color-pwb-gest-second-light > a {
  color: #fecdaf !important;
}
.color-pwb-second-lighter,
a.color-pwb-second-lighter,
.color-pwb-second-lighter > a,
.color-pwb-gest-second-lighter,
a.color-pwb-gest-second-lighter,
.color-pwb-gest-second-lighter > a {
  color: #fee2d1 !important;
}
.color-pwb-second-dark,
a.color-pwb-second-dark,
.color-pwb-second-dark > a,
.color-pwb-gest-second-dark,
a.color-pwb-gest-second-dark,
.color-pwb-gest-second-dark > a {
  color: #bd3100 !important;
}
.color-pwb-second-darker,
a.color-pwb-second-darker,
.color-pwb-second-darker > a,
.color-pwb-gest-second-darker,
a.color-pwb-gest-second-darker,
.color-pwb-gest-second-darker > a {
  color: #ae2200 !important;
}
.color-hover-pwb-second:hover,
a.color-hover-pwb-second:hover,
.color-hover-pwb-second:hover > a,
.color-hover-pwb-gest-second:hover,
a.color-hover-pwb-gest-second:hover,
.color-hover-pwb-gest-second:hover > a {
  color: #fe721d !important;
}
.color-hover-pwb-second-light:hover,
a.color-hover-pwb-second-light:hover,
.color-hover-pwb-second-light:hover > a,
.color-hover-pwb-gest-second-light:hover,
a.color-hover-pwb-gest-second-light:hover,
.color-hover-pwb-gest-second-light:hover > a {
  color: #fecdaf !important;
}
.color-hover-pwb-second-lighter:hover,
a.color-hover-pwb-second-lighter:hover,
.color-hover-pwb-second-lighter:hover > a,
.color-hover-pwb-gest-second-lighter:hover,
a.color-hover-pwb-gest-second-lighter:hover,
.color-hover-pwb-gest-second-lighter:hover > a {
  color: #fee2d1 !important;
}
.color-hover-pwb-second-dark:hover,
a.color-hover-pwb-second-dark:hover,
.color-hover-pwb-second-dark:hover > a,
.color-hover-pwb-gest-second-dark:hover,
a.color-hover-pwb-gest-second-dark:hover,
.color-hover-pwb-gest-second-dark:hover > a {
  color: #bd3100 !important;
}
.color-hover-pwb-second-darker:hover,
a.color-hover-pwb-second-darker:hover,
.color-hover-pwb-second-darker:hover > a,
.color-hover-pwb-gest-second-darker:hover,
a.color-hover-pwb-gest-second-darker:hover,
.color-hover-pwb-gest-second-darker:hover > a {
  color: #ae2200 !important;
}
.color-default,
a.color-default,
.color-default > a {
  color: #3e454d !important;
}
.color-default-light,
a.color-default-light,
.color-default-light > a {
  color: #787878 !important;
}
.bootbox .modal-header {
  padding: 11px 8px 11px 15px;
  background-color: #00a3e4;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootbox .modal-header .modal-title {
  color: #ffffff;
}
.bootbox .modal-header .close {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #ffffff;
}
.bootbox .modal-header .close:hover {
  filter: alpha(opacity=50);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bootbox .modal-footer {
  padding: 8px;
}
.bootbox button.btn {
  padding: 3px 10px;
}
@media (min-width: 768px) {
  .bootbox .modal-dialog {
    margin: 50px auto;
  }
}
@media (max-width: 768px) {
  .bootbox .modal-dialog {
    margin: 60px auto;
  }
}
/*************************************************
* Cursor
*************************************************/
.cursor-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
/*************************************************
* Stepper
*************************************************/
.stepper {
  display: flex;
  font-size: 1.3em;
  width: 100%;
  height: 30px;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}
.stepper .stepperMethod {
  /*width: 44%;*/
  margin-right: 34px;
}
.stepper .numberStepper {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: #DADADA;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #fffff0;
  margin-right: 3px;
}
.stepper .stepperRow {
  width: 5em;
  height: 1px;
  background: #DADADA;
  margin-right: 10px;
}
.stepper .stepperValidation {
  /*width: 25%;*/
}
#input-lettre-bienvenue-heure-envoi {
  width: 50px;
}
