@charset "UTF-8";
/*==============================
      VARIABLES
-------------------------------*/
/*==============================
   FUNCTIONS
-------------------------------*/
/*==============================
    GLOBAL
-------------------------------*/
/*=========================== GLOBAL ===========================*/
html {
  height: 100%;
}

body {
  position: relative;
  padding-bottom: 44px;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 13px;
  color: #000000;
  min-height: 100%;
}

.mainContent {
  padding-top: 220px;
}

.overlayAll {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@media (min-width: 1636px) {
  .container {
    width: 1636px;
  }
}
a {
  color: #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #000000;
}

a.bold {
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
}

:focus {
  outline-color: #545661;
}

.hidden {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.no-float {
  float: none;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.noPaddingSides {
  padding-left: 0;
  padding-right: 0;
}

.clear {
  clear: both;
}

ul li {
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

img, img:hover {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: normal;
}

p {
  margin: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.help-block {
  overflow: hidden;
}

.alert-danger {
  background: #FFFFFF;
  color: #be0000;
  border-color: #be0000;
}

/*=========================== TOOLTIP ===========================*/
/*=========================== SCROLLBAR ===========================*/
/*=========================== COOKIES ===========================*/
/*=========================== SVG ===========================*/
/*==============================
   TABLE ELEMENTS
-------------------------------*/
.tableType {
  display: table;
  table-layout: auto;
  margin-bottom: 10px;
}
.tableType .tableLine .tableCell {
  vertical-align: middle;
  padding: 2px 10px;
}
.tableType .tableLine .tableCell .filterName {
  display: inline-block;
  font-weight: 300;
  padding-right: 3px;
}
.tableType .tableLine .tableCell .filterIcon {
  display: inline-block;
  color: #a0a2ac;
  padding: 0 0 0 4px;
}
.tableType .tableLine .tableCell .filterIcon i {
  color: #a0a2ac;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.tableType .tableLine .tableCell .filterIcon i:hover {
  color: #3d3f4c;
}
.tableType .tableLine .tableCell .filterIcon i.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tableType .tableLine .tableCell fieldset {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}
.tableType .tableLine .tableCell .valid {
  color: #92d472;
}
.tableType .tableLine .tableCell .canceled {
  color: #ed4e2a;
}
.tableType .tableLine .tableCell .running {
  color: #3bbdd9;
}
.tableType .tableLine .tableCell .waiting {
  color: #ff9c00;
}
.tableType .tableLine .tableCell.cellEdit a {
  color: #caccd3;
  font-size: 20px;
  display: inline-block;
}
.tableType .tableLine .tableCell.cellRight {
  text-align: right;
}
.tableType .tableLine.actionBar {
  background: #e3e3e9;
}
.tableType .tableLine.fieldsBar {
  background: #caccd3;
}
.tableType .tableLine.fieldsBar .tableCell {
  height: 60px;
  border: none;
}
.tableType .tableLine.fieldsBar input, .tableType .tableLine.fieldsBar fieldset {
  vertical-align: middle;
  display: inline-block;
}
.tableType .tableLine.fieldsBar .inputSmall {
  max-width: 115px;
}
.tableType .tableLine.fieldsBarMore {
  background: #caccd3;
  padding: 0;
}
.tableType .tableLine.fieldsBarMore a.link {
  color: #e2007a;
  margin-left: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.tableType .tableLine.fieldsBarMore .tableCell {
  border: none;
  position: relative;
}
.tableType .tableLine.fieldsBarMore .tableCell .btn.btn-primary {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.tableType .tableLine.fieldsBarMore td.fieldsMore {
  padding: 0;
}
.tableType .tableLine.fieldsBarMore td.fieldsMore .form-group {
  margin: 10px;
}
.tableType .tableLine.fieldsBarMore td.fieldsMore .form-group label, .tableType .tableLine.fieldsBarMore td.fieldsMore .form-group input, .tableType .tableLine.fieldsBarMore td.fieldsMore .form-group fieldset {
  display: inline-block;
}
.tableType .tableLine.fieldsBarMore td.fieldsMore .form-group label {
  width: 200px !important;
}
.tableType .tableLine.fieldsBarMore td.fieldsMore .form-group .select2-container {
  width: 300px !important;
}
.tableType .tableLine.inner .tableCell {
  padding: 2px 10px;
  border-bottom: 1px solid #caccd3;
}
.tableType .tableLine.inner:hover {
  background: #f5f5f5;
}
.tableType .tableLine.inner:hover .tableCell.cellEdit a {
  color: #000000;
}
.tableType.tableSimple .tableCell, .tableType.tableSimple .tableLine.inner .tableCell {
  padding: 10px;
}
.tableType.tableSimple .tableCell input, .tableType.tableSimple .tableLine.inner .tableCell input {
  width: 100%;
}

.tableFooter, .tableHead {
  width: 100%;
}
.tableFooter .left .checkbox, .tableFooter .left a, .tableFooter .left fieldset, .tableFooter .left p, .tableFooter .left nav, .tableFooter .left ul, .tableFooter .right .checkbox, .tableFooter .right a, .tableFooter .right fieldset, .tableFooter .right p, .tableFooter .right nav, .tableFooter .right ul, .tableHead .left .checkbox, .tableHead .left a, .tableHead .left fieldset, .tableHead .left p, .tableHead .left nav, .tableHead .left ul, .tableHead .right .checkbox, .tableHead .right a, .tableHead .right fieldset, .tableHead .right p, .tableHead .right nav, .tableHead .right ul {
  display: inline-block;
  vertical-align: middle;
}
.tableFooter .left .checkbox, .tableFooter .right .checkbox, .tableHead .left .checkbox, .tableHead .right .checkbox {
  margin: 2px 10px;
}
.tableFooter .left fieldset, .tableFooter .right fieldset, .tableHead .left fieldset, .tableHead .right fieldset {
  width: auto;
  margin-left: 15px;
  height: 40px;
}
.tableFooter .left a.btn, .tableFooter .right a.btn, .tableHead .left a.btn, .tableHead .right a.btn {
  margin-left: 20px;
}

.tableHead {
  padding: 10px 0;
}
.tableHead .count {
  font-size: 15px;
  line-height: 40px;
  color: #70727c;
}

.tablePagination {
  color: #80838f;
}
.tablePagination .text {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.tablePagination fieldset {
  margin-left: 5px !important;
  margin-right: 5px;
}
.tablePagination .pagination {
  margin: 2px 0;
}
.tablePagination .pagination i {
  font-weight: bold;
  font-size: 18px;
  color: #bcbcc3;
}
.tablePagination .pagination li a, .tablePagination .pagination li span {
  padding: 10px 0 9px;
  width: 40px;
  text-align: center;
}
.tablePagination .pagination li span.champ {
  padding: 0;
  border: none;
}
.tablePagination .pagination li span.champ input {
  color: #80838f;
  padding: 0;
  width: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.tableType .tableLine.inner.inEdition {
  background: #FFFFFF;
}

.tableType .tableLine.inner.overlay {
  background: #caccd3;
  color: #70727c;
}
.tableType .tableLine.inner.overlay:hover {
  background: #caccd3;
  color: #70727c;
}

.formEdition {
  max-width: 50%;
}

/*==============================
   ELEMENTS
-------------------------------*/
/*------------------------- SELECT -------------------------------*/
/*select+.ui-state-default,
select+.ui-state-focus,
select+.ui-state-hover*/
.select2-container .select2-choice {
  width: 100% !important;
  border: 1px solid #caccd3;
  display: inline-block;
  background: #FFFFFF;
  font-weight: normal;
  color: #000000;
  height: auto;
  min-height: 40px;
  border-radius: 0;
  font-size: 13px;
}

.select2-container .select2-chosen {
  padding: 5px;
}

/*.ui-selectmenu-button span.ui-selectmenu-text{
  padding: 10px 30px 10px 10px;
}*/
select + .ui-widget-content .ui-state-default,
select + .ui-widget-header .ui-state-default {
  border: none;
  background: #f5f5f5;
  font-weight: normal;
  color: #000000;
  border-radius: 0;
  font-size: 13px;
}

select + .ui-widget-content {
  border: 1px solid #e3e3e9;
  background: #e3e3e9;
  color: #000000;
  font-size: 13px;
}

.ui-menu .ui-menu-item {
  padding: 8px 10px 8px 10px;
  background: #FFFFFF;
  color: #000000;
  border: none;
  font-size: 13px;
}

select + .ui-widget-content .ui-state-hover,
select + .ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #e3e3e9;
  border: none;
  color: #000000;
}

/*.ui-selectmenu-button span.ui-icon{
  right: 10px;
  background: none;
  &:before {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    top: -2px;
    right: -8px;
    color: #80838f;
  }
}*/
select + span > .ui-icon {
  width: 20px;
}

select + .ui-state-default .ui-icon,
select + .ui-state-hover .ui-icon,
select + .ui-state-focus .ui-icon {
  /*background: url("/images/icons/select.svg")no-repeat center center;
  background-size: 30px auto;*/
  text-indent: 0;
}

/*.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon{
  background: url("/images/icons/select.svg")no-repeat center center;
  background-size: 30px auto;
}*/
/*.ui-menu .ui-state-focus,
.ui-menu .ui-state-active{
  margin: 0;
}*/
.select2-container .select2-choice .select2-arrow {
  background: transparent;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 6px;
}

.select2-container.select2-allowclear .select2-choice abbr {
  margin-top: 3px;
}

/*------------------------- CHECKBOX -------------------------------*/
.checkbox {
  width: auto;
  height: 20px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
  vertical-align: middle;
  /*label span.check {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: $white;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid $lightgrey2;
    &:after {
      content: '';
      width: 15px;
      height: 8px;
      position: absolute;
      top: 3px;
      left: 3px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.5;
    }
  }*/
}
.checkbox label {
  display: inline-block;
  text-indent: 5px;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
  margin-left: 0;
  /*&:checked + label span.check:after {
    opacity: 1;
  }*/
}

/*------------------------- RADIOS -------------------------------*/
.radio {
  padding-right: 14px;
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  display: inline-block;
}
.radio input {
  display: none;
}
.radio .spanRadio {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-color: #ffffff;
  border: 1px solid #a0a2ac;
  border-radius: 20px;
  position: relative;
}
.radio input:checked + .spanRadio > span {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #a0a2ac;
  display: inline-block;
  border-radius: 20px;
}

/*------------------------- FORMULAIRE TYPE -------------------------------*/
/*=========================== FORMS ===========================*/
/* INPUT, SELECT & TEXTAREA */
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  background-color: #FFFFFF;
  padding: 0 10px;
  border: 1px solid #caccd3;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number] {
  height: 40px;
  display: block;
  line-height: 40px;
}

label {
  font-weight: normal;
}

p.form, fieldset {
  width: 100%;
}
p.form label, fieldset label {
  width: 100%;
  font-size: 14px;
  padding-bottom: 4px;
  padding-top: 18px;
  display: block;
  font-weight: normal;
}
p.form input, fieldset input {
  width: 100%;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
}
p.form input::-webkit-input-placeholder, fieldset input::-webkit-input-placeholder {
  color: #3d3f4c;
  font-size: 13px;
}
p.form input:-moz-placeholder, fieldset input:-moz-placeholder {
  color: #3d3f4c;
  font-size: 13px;
  opacity: 1;
}
p.form input::-moz-placeholder, fieldset input::-moz-placeholder {
  color: #3d3f4c;
  font-size: 13px;
  opacity: 1;
}
p.form input:-ms-input-placeholder, fieldset input:-ms-input-placeholder {
  color: #3d3f4c;
  font-size: 13px;
}
p.form textarea, fieldset textarea {
  width: 100%;
  padding: 20px;
  min-height: 130px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  line-height: 26px;
}
p.form textarea::-webkit-input-placeholder, fieldset textarea::-webkit-input-placeholder {
  color: #3d3f4c;
  font-size: 13px;
}
p.form textarea:-moz-placeholder, fieldset textarea:-moz-placeholder {
  color: #3d3f4c;
  font-size: 13px;
  opacity: 1;
}
p.form textarea::-moz-placeholder, fieldset textarea::-moz-placeholder {
  color: #3d3f4c;
  font-size: 13px;
  opacity: 1;
}
p.form textarea:-ms-input-placeholder, fieldset textarea:-ms-input-placeholder {
  color: #3d3f4c;
  font-size: 13px;
}
p.form a.btn, p.form button.btn, fieldset a.btn, fieldset button.btn {
  width: 100%;
  margin: 20px 0;
}
p.form.half, fieldset.half {
  width: 48%;
}

.formType {
  margin: 20px 0;
}
.formType .form-group {
  position: relative;
}
.formType .form-group label, .formType .form-group input, .formType .form-group fieldset {
  display: inline-block;
  vertical-align: top;
}
.formType .form-group label {
  min-width: 35%;
  padding-top: 10px;
}
.formType .form-group input, .formType .form-group fieldset {
  width: 64%;
}
.formType .form-group textarea {
  min-height: 100px;
  width: 100%;
  margin: 10px 0;
}
.formType .form-group .inputSmall {
  width: 35%;
}
.formType .form-group .datepicker {
  background: transparent;
  z-index: 1;
  position: relative;
  min-width: 125px;
}
.formType .form-group .fa-calendar {
  margin-left: -30px;
  font-size: 20px;
  color: #a0a2ac;
  z-index: 0;
  padding-top: 10px;
}
.formType .form-group .wrapInputfile {
  position: relative;
  height: 40px;
}
.formType .form-group .wrapInputfile .file {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 250px;
  height: 40px;
  opacity: 0;
}
.formType .form-group .wrapInputfile .customInputFile {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.formType .form-group .wrapInputfile .customInputFile input {
  padding: 0 10px;
  margin-right: 0;
  float: left;
  color: #000000;
  cursor: pointer;
  width: 250px;
}
.formType .form-group .wrapInputfile .customInputFile button {
  border: none;
  height: 40px;
  background-color: #e2007a;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  float: left;
  margin-right: 12px;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.formType .form-group .wrapInputfile .customInputFile button:hover {
  background-color: #a50059;
}
.formType .form-group .wrapInputfile .customInputFile button i {
  margin-right: 10px;
}
.formType .form-group .wrapInputfile .customInputFile span {
  font-style: italic;
  font-size: 13px;
  float: left;
  position: relative;
  top: 5px;
}
.formType .checkboxList .checkbox {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.formType .radioList .radio {
  display: inline-block;
  margin: 10px 20px 10px 0;
}

input[type=text].inputEdit {
  width: 110px;
  height: 40px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
input[type=text].inputEdit.edit {
  background-color: #ffffff;
  width: 115px;
  height: 40px;
}

input.inputObligatory {
  border-bottom: 4px solid #e2007a;
}

.wrapInputTooltip {
  position: relative;
}
.wrapInputTooltip .tooltip {
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0;
  width: 125px;
  font-size: 10px;
  font-weight: 600;
  z-index: 0;
  background-color: #3d3f4c;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  text-align: left;
  line-height: 1;
  padding: 5px 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapInputTooltip .tooltip.open {
  right: -120px;
  opacity: 1;
}
.wrapInputTooltip input.inputTooltip {
  position: relative;
}

/* DATEPICKER */
#ui-datepicker-div {
  border-radius: 0;
  z-index: 10000 !important;
  border: 1px solid #caccd3;
}
#ui-datepicker-div .ui-widget-header {
  background: #e2007a;
  color: #ffffff;
  border-radius: 0;
  border: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w {
  background-image: none;
  position: relative;
  cursor: pointer;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -1px;
  text-indent: 0;
  font-weight: 700;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover .ui-icon.ui-icon-circle-triangle-w:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  width: 20px;
  height: 20px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
  background-image: none;
  position: relative;
  cursor: pointer;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -1px;
  text-indent: 0;
  font-weight: 700;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 5px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover .ui-icon.ui-icon-circle-triangle-e:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  width: 20px;
  height: 20px;
}
#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: #e2007a;
  color: #ffffff;
  border: 1px solid #c9006c;
}
#ui-datepicker-div .ui-state-default:hover, #ui-datepicker-div .ui-widget-content .ui-state-default:hover, #ui-datepicker-div .ui-widget-header .ui-state-default:hover {
  background: #e2007a;
  color: #ffffff;
  border: 1px solid #c9006c;
}

.bootstrap-datetimepicker-widget {
  border-radius: 0;
  z-index: 10000 !important;
  border: 1px solid #caccd3;
}
.bootstrap-datetimepicker-widget table tr td.active:hover, .bootstrap-datetimepicker-widget table tr td.active:hover:hover, .bootstrap-datetimepicker-widget table tr td.active.disabled:hover, .bootstrap-datetimepicker-widget table tr td.active.disabled:hover:hover, .bootstrap-datetimepicker-widget table tr td.active:active, .bootstrap-datetimepicker-widget table tr td.active:hover:active, .bootstrap-datetimepicker-widget table tr td.active.disabled:active, .bootstrap-datetimepicker-widget table tr td.active.disabled:hover:active, .bootstrap-datetimepicker-widget table tr td.active.active, .bootstrap-datetimepicker-widget table tr td.active.active:hover, .bootstrap-datetimepicker-widget table tr td.active.disabled.active, .bootstrap-datetimepicker-widget table tr td.active.disabled.active:hover, .bootstrap-datetimepicker-widget table tr td.active.disabled, .bootstrap-datetimepicker-widget table tr td.active.disabled:hover, .bootstrap-datetimepicker-widget table tr td.active.disabled.disabled, .bootstrap-datetimepicker-widget table tr td.active.disabled.disabled:hover, .bootstrap-datetimepicker-widget table tr td.active[disabled], .bootstrap-datetimepicker-widget table tr td.active[disabled]:hover, .bootstrap-datetimepicker-widget table tr td.active.disabled[disabled], .bootstrap-datetimepicker-widget table tr td.active.disabled[disabled]:hover,
.bootstrap-datetimepicker-widget table tr td span.active:hover, .bootstrap-datetimepicker-widget table tr td span.active:hover:hover, .bootstrap-datetimepicker-widget table tr td span.active.disabled:hover, .bootstrap-datetimepicker-widget table tr td span.active.disabled:hover:hover, .bootstrap-datetimepicker-widget table tr td span.active:active, .bootstrap-datetimepicker-widget table tr td span.active:hover:active, .bootstrap-datetimepicker-widget table tr td span.active.disabled:active, .bootstrap-datetimepicker-widget table tr td span.active.disabled:hover:active, .bootstrap-datetimepicker-widget table tr td span.active.active, .bootstrap-datetimepicker-widget table tr td span.active.active:hover, .bootstrap-datetimepicker-widget table tr td span.active.disabled.active, .bootstrap-datetimepicker-widget table tr td span.active.disabled.active:hover, .bootstrap-datetimepicker-widget table tr td span.active.disabled, .bootstrap-datetimepicker-widget table tr td span.active.disabled:hover, .bootstrap-datetimepicker-widget table tr td span.active.disabled.disabled, .bootstrap-datetimepicker-widget table tr td span.active.disabled.disabled:hover, .bootstrap-datetimepicker-widget table tr td span.active[disabled], .bootstrap-datetimepicker-widget table tr td span.active[disabled]:hover, .bootstrap-datetimepicker-widget table tr td span.active.disabled[disabled], .bootstrap-datetimepicker-widget table tr td span.active.disabled[disabled]:hover {
  background: #e2007a;
  color: #ffffff;
  border: 1px solid #c9006c;
}

/*==============================
   UI ELEMENTS
-------------------------------*/
/*------------------------- TYPOGRAPHIE -------------------------------*/
h1 {
  font-size: 30px;
  color: #e2007a;
  font-weight: 300;
}

h2 {
  font-size: 18px;
  color: #000000;
}

h3 {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  color: #000000;
}

h5 {
  font-size: 14px;
  color: #e2007a;
}

h6 {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
}

.titleLv1 {
  font-size: 30px;
  color: #e2007a;
}

.titleLv2 {
  font-size: 18px;
  color: #000000;
}

.titleLv3 {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.titleLv4 {
  font-size: 14px;
  color: #000000;
}

.titleLv5 {
  font-size: 14px;
  color: #e2007a;
}

.mainLink, a.mainLink {
  font-family: "Open Sans";
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.mainLink:hover, a.mainLink:hover {
  text-decoration: underline;
}

/*------------------------- COULEURS -------------------------------*/
.colorBlock {
  width: 100%;
  height: 80px;
  display: block;
  margin: 10px 0;
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
}
.colorBlock.color1 {
  background: #000000;
}
.colorBlock.color2 {
  background: #3d3f4c;
}
.colorBlock.color3 {
  background: #545661;
}
.colorBlock.color4 {
  background: #70727c;
}
.colorBlock.color5 {
  background: #888a94;
}
.colorBlock.color6 {
  background: #a0a2ac;
}
.colorBlock.color7 {
  background: #caccd3;
}
.colorBlock.color8 {
  background: #e3e3e9;
}
.colorBlock.color9 {
  background: #f5f5f5;
}
.colorBlock.color10 {
  background: #e2007a;
}
.colorBlock.color11 {
  background: #3bbdd9;
}
.colorBlock.color12 {
  background: #ff9c00;
}
.colorBlock.color13 {
  background: #92d472;
}
.colorBlock.color14 {
  background: #ed4e2a;
}

/*------------------------- BOUTONS -------------------------------*/
.btn-primary,
.btn-default {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.element-buttons p {
  margin: 10px 0;
  line-height: 40px;
}
.element-buttons .btn {
  margin: 10px 0;
}

.btn, .btn:hover, .btn:focus,
a.btn, a.btn:hover, a.btn:focus {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 0 20px;
  background-image: none;
  text-shadow: none;
}
.btn i, .btn:hover i, .btn:focus i,
a.btn i, a.btn:hover i, a.btn:focus i {
  font-size: 25px;
  margin-right: 10px;
  top: 4px;
  position: relative;
}
.btn i.fa-search, .btn:hover i.fa-search, .btn:focus i.fa-search,
a.btn i.fa-search, a.btn:hover i.fa-search, a.btn:focus i.fa-search {
  font-size: 20px;
  top: 2px;
  margin-right: 0;
}

.btnLv1, a.btnLv1 {
  background: #e2007a;
  color: #FFFFFF;
  border: 2px solid #e2007a;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btnLv1 a, a.btnLv1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.btnLv1:hover, a.btnLv1:hover {
  background: #FFFFFF;
  color: #e2007a;
  border: 2px solid #e2007a;
  text-decoration: none;
}
.btnLv1:hover a, a.btnLv1:hover a {
  color: #000000;
}
.btnLv1:focus, a.btnLv1:focus {
  background: #FFFFFF;
  color: #e2007a;
  border: 2px solid #e2007a;
}
.btnLv1.big, a.btnLv1.big {
  height: 65px;
  line-height: 63px;
  font-size: 18px;
}
.btnLv1.big:hover, a.btnLv1.big:hover {
  height: 65px;
  line-height: 63px;
  font-size: 18px;
}

.btnLv2, a.btnLv2 {
  background: #a0a2ac;
  color: #545661;
  border: 2px solid #a0a2ac;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btnLv2 a, a.btnLv2 a {
  color: #FFFFFF;
  text-decoration: none;
}
.btnLv2:hover, a.btnLv2:hover {
  background: #FFFFFF;
  color: #545661;
  border: 2px solid #a0a2ac;
  text-decoration: none;
}
.btnLv2:hover a, a.btnLv2:hover a {
  color: #000000;
}
.btnLv2:focus, a.btnLv2:focus {
  background: #FFFFFF;
  color: #545661;
  border: 2px solid #a0a2ac;
}
.btnLv2.big, a.btnLv2.big {
  height: 65px;
  line-height: 63px;
  font-size: 18px;
}
.btnLv2.big:hover, a.btnLv2.big:hover {
  height: 65px;
  line-height: 63px;
  font-size: 18px;
}

.btnLv3, a.btnLv3 {
  background: #FFFFFF;
  color: #e2007a;
  border: 2px solid #e2007a;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btnLv3 a, a.btnLv3 a {
  color: #FFFFFF;
  text-decoration: none;
}
.btnLv3:hover, a.btnLv3:hover {
  background: #e2007a;
  color: #FFFFFF;
  border: 2px solid #e2007a;
  text-decoration: none;
}
.btnLv3:hover a, a.btnLv3:hover a {
  color: #000000;
}
.btnLv3:focus, a.btnLv3:focus {
  background: #e2007a;
  color: #FFFFFF;
  border: 2px solid #e2007a;
}
.btnLv3.big, a.btnLv3.big {
  height: 65px;
  line-height: 63px;
  font-size: 18px;
}
.btnLv3.big:hover, a.btnLv3.big:hover {
  height: 65px;
  line-height: 63px;
  font-size: 18px;
}

.blockText3 {
  width: 33%;
  padding: 20px 20px 20px 0;
  display: inline-block;
}

/*------------------------- ALERTS -------------------------------*/
.element-alert .alert {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 5px 0;
  width: 100%;
  text-shadow: none;
  box-shadow: none;
  border: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.element-alert .alert.warning {
  background-color: #ff9c00;
}
.element-alert .alert.error {
  background-color: #de3333;
}
.element-alert .alert.success {
  background-color: #92d472;
}
.element-alert .alert.info {
  background-color: #3bbdd9;
}

/*------------------------- LOADER  -----------------------------*/
/*.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #e2007a 10%, rgba(226, 0, 122, 0) 42%);
  background: -webkit-linear-gradient(left, #e2007a 10%, rgba(226, 0, 122, 0) 42%);
  background: -o-linear-gradient(left, #e2007a 10%, rgba(226, 0, 122, 0) 42%);
  background: -ms-linear-gradient(left, #e2007a 10%, rgba(226, 0, 122, 0) 42%);
  background: linear-gradient(to right, #e2007a 10%, rgba(226, 0, 122, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #e2007a;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #FFFFFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

.loader:before,
.loader:after {
  position: absolute;
  content: "";
}

.loader:before {
  width: 2.6em;
  height: 5.1em;
  background: #FFFFFF;
  border-radius: 5.1em 0 0 5.1em;
  top: 0em;
  left: -0.05em;
  -webkit-transform-origin: 2.6em 2.5em;
  transform-origin: 2.6em 2.5em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

.loader {
  color: #e2007a;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 5em;
  height: 5em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:after {
  width: 2.6em;
  height: 5.1em;
  background: #FFFFFF;
  border-radius: 0 5.1em 5.1em 0;
  top: 0em;
  left: 2.5em;
  -webkit-transform-origin: 0px 2.5em;
  transform-origin: 0px 2.5em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*==============================
   MODULES
-------------------------------*/
.module {
  margin: 10px 0;
}
.module .moduleHead {
  background: #3d3f4c;
  font-size: 18px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
}
.module .moduleHead i {
  color: #FFFFFF;
  font-size: 22px;
}

/*==============================
   HEADER - FOOTER
-------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
}
.header .topBar {
  height: 50px;
  line-height: 50px;
  background: #000000;
  color: #a0a2ac;
}
.header .topBar .logos {
  height: 50px;
}
.header .topBar .logos p {
  height: 50px;
}
.header .topBar .logos .logoClient {
  max-height: 90%;
  width: auto;
  display: inline;
  margin-top: 2%;
}
.header .topBar .logos .svgDedi {
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 20px;
}
.header .topBar .adminTab .date, .header .topBar .adminTab .adminLink {
  display: inline-block;
  color: #a0a2ac;
}
.header .topBar .adminTab .date .fa-user, .header .topBar .adminTab .adminLink .fa-user {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.header .topBar .adminTab .date {
  margin-right: 30px;
}
.header .topBar .adminTab .adminLink {
  position: relative;
  text-align: center;
}
.header .topBar .adminTab .adminLink .fa-chevron-down {
  margin-left: 5px;
}
.header .topBar .adminTab .subMenuProfil {
  position: absolute;
  background-color: #000000;
  right: 10px;
  top: 50px;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.header .topBar .adminTab .subMenuProfil li {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}
.header .topBar .adminTab .subMenuProfil li a {
  color: #ffffff;
}
.header .topBar .adminTab .subMenuProfil li i {
  margin-right: 7px;
}
.header .topBar .adminTab .subMenuProfil li:hover {
  background-color: #e2007a;
}
.header .topBar .adminTab .subMenuProfil li:hover a {
  color: #ffffff;
  text-decoration: none;
}
.header .topBar .adminTab .wrapHeaderTopProfil {
  display: inline-block;
}
.header .topBar .adminTab .wrapHeaderTopProfil:hover a {
  text-decoration: none;
}
.header .topBar .adminTab .wrapHeaderTopProfil:hover .subMenuProfil {
  visibility: visible;
  opacity: 1;
}
.header .mainNav {
  background: #3d3f4c;
}

@media all and (min-width: 1024px) {
  .mainNav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
  }
  .mainNav ul li {
    text-align: center;
    border-left: 1px solid #a0a2ac;
    padding: 20px 30px 10px 30px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mainNav ul li a {
    color: #a0a2ac;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mainNav ul li a i {
    width: 100%;
    display: block;
  }
  .mainNav ul li a span {
    display: inline-block;
    margin-top: 20px;
  }
  .mainNav ul li:first-child a {
    color: #ff9c00;
  }
  .mainNav ul li.firstLevel {
    position: relative;
  }
  .mainNav ul li.firstLevel:after {
    content: "";
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
  .mainNav ul li.firstLevel .subMenu1 {
    position: absolute;
    left: 0;
    top: 94px;
    background: #3d3f4c;
    width: 223px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mainNav ul li.firstLevel .subMenu1 > li {
    height: 40px;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mainNav ul li.firstLevel .subMenu1 > li i {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
  }
  .mainNav ul li.firstLevel .subMenu1 > li:hover {
    background-color: #e2007a;
    color: #ffffff;
  }
  .mainNav ul li.firstLevel .subMenu1 > li .subMenu2 {
    position: absolute;
    left: 222px;
    top: 0;
    width: 223px;
    background: #3d3f4c;
    visibility: hidden;
    opacity: 0;
  }
  .mainNav ul li.firstLevel .subMenu1 > li .subMenu2 li {
    height: 40px;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mainNav ul li.firstLevel .subMenu1 > li .subMenu2 li:hover {
    background-color: #e2007a;
    color: #ffffff;
  }
  .mainNav ul li.firstLevel:hover {
    background-color: #e2007a;
    position: relative;
  }
  .mainNav ul li.firstLevel:hover a {
    color: #ffffff;
  }
  .mainNav ul li.firstLevel:hover a i {
    color: #ffffff;
  }
  .mainNav ul li.firstLevel:hover:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    background-color: #e2007a;
    left: calc(50% - 5px);
    bottom: -5px;
  }
  .mainNav ul li.firstLevel:hover .subMenu1 {
    opacity: 1;
    visibility: visible;
  }
  .mainNav ul li.firstLevel:hover .subMenu1 li:hover .subMenu2 {
    opacity: 1;
    visibility: visible;
  }
  .mainNav ul li.firstLevel.deployLeft .subMenu1 {
    left: inherit;
    right: 0;
  }
  .mainNav ul li.firstLevel.deployLeft .subMenu1 > li {
    text-align: right;
  }
  .mainNav ul li.firstLevel.deployLeft .subMenu1 > li i {
    position: absolute;
    right: inherit;
    left: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mainNav ul li.firstLevel.deployLeft .subMenu1 li:hover .subMenu2 {
    left: inherit;
    right: 222px;
  }

  .header.sticky .mainNav ul li {
    /*padding: 15px 30px;*/
  }
  .header.sticky .mainNav ul li.firstLevel .subMenu1 {
    top: 48px;
  }
  .header.sticky .mainNav ul li.firstLevel > a i {
    display: none;
  }
  .header.sticky .mainNav ul li.firstLevel > a span {
    margin-top: 0;
  }
  .header.sticky .mainNav ul li.firstLevel .title > a i {
    display: none;
  }
  .header.sticky .mainNav ul li.firstLevel .title > a i span {
    margin-top: 0;
  }
}
.breadcrumbContainer {
  position: fixed;
  top: 144px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 0;
  z-index: 500;
}
.breadcrumbContainer .breadcrumbContent {
  background: #f5f5f5;
}
.breadcrumbContainer .breadcrumbContent .breadHistory a.wrapStars {
  width: 16px;
  height: 40px;
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
.breadcrumbContainer .breadcrumbContent .breadHistory a i {
  font-size: 18px;
  line-height: 40px;
  color: #ff9c00;
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumbContainer .breadcrumbContent .breadHistory a i.fa-star {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbContainer .breadcrumbContent .breadHistory a i.fa-star-o {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbContainer .breadcrumbContent .breadHistory a:hover i.fa-star-o {
  opacity: 0;
}
.breadcrumbContainer .breadcrumbContent .breadHistory a:hover i.fa-star-o + .fa-star {
  opacity: 1;
  display: inline-block;
}
.breadcrumbContainer .breadcrumbContent .breadHistory .breadcrumb {
  padding: 9px 15px;
  margin-bottom: 0px;
}
.breadcrumbContainer .breadcrumbContent .breadButtons {
  float: right;
}
.breadcrumbContainer.sticky {
  top: 98px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #000000;
  color: #a0a2ac;
}

/*==============================
   NAVIGATION ELEMENTS
-------------------------------*/
.breadcrumb > li + li:before {
  content: "";
  font-family: "FontAwesome";
}

.wrapSiteContainer {
  padding-bottom: 20px;
}

.nav-stacked {
  margin-top: 10px;
}
.nav-stacked > li {
  background: #e3e3e9;
  border-left: 4px solid #caccd3;
}
.nav-stacked > li.heading {
  min-height: 40px;
  line-height: 40px;
  background: #e2007a;
  color: #FFFFFF;
  text-transform: uppercase;
  border-left: 4px solid #e2007a;
  padding-left: 18px;
}
.nav-stacked.sticky {
  position: fixed;
  z-index: 600;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #a0a2ac;
  border-left: 4px solid #a0a2ac;
}

@media all and (max-width: 1023px) {
  .menuBurger {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .menuBurger .fa-close {
    display: none;
  }
  .menuBurger.on .fa-close {
    display: inline-block;
  }
  .menuBurger.on .fa-bars {
    display: none;
  }

  .pictoMenu {
    color: #FFFFFF;
  }

  .pictoMenu, .pictoMenu:focus, .pictoMenu:hover {
    font-size: 30px;
    text-decoration: none;
    color: #FFFFFF;
  }

  .header nav.mainNav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    /*-webkit-overflow-scrolling: touch;*/
    background-color: #3d3f4c;
    width: 270px;
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    float: left;
    margin-top: 0;
  }
  .header nav.mainNav .container {
    width: 270px;
  }
  .header nav.mainNav ul {
    list-style: none;
    text-transform: uppercase;
    padding-left: 0;
  }
  .header nav.mainNav ul li {
    text-align: left;
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #a0a2ac;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-left: none;
  }
  .header nav.mainNav ul li a {
    width: 92%;
    display: inline-block;
    font-size: 14px;
    color: #a0a2ac;
    text-decoration: none;
  }
  .header nav.mainNav ul li a.arrowR {
    display: none;
    width: 7%;
  }
  .header nav.mainNav ul li a i {
    width: 20px;
  }
  .header nav.mainNav ul li a .fa-2x {
    font-size: 1.2em;
    line-height: 40px;
    display: inline-block;
  }
  .header nav.mainNav ul li a span {
    margin-top: 0;
    padding-left: 30px;
  }
  .header nav.mainNav ul li.backMenu .backMenuLink {
    background-color: #e2007a;
    color: #FFFFFF !important;
    width: 100%;
    position: relative;
    padding-left: 10px;
    height: 40px;
  }
  .header nav.mainNav ul li.backMenu .backMenuLink span {
    font-size: 20px;
  }

  nav.mainNav.opened {
    -webkit-box-shadow: 5px 0px 80px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 0px 80px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 0px 80px 0px rgba(0, 0, 0, 0.25);
  }

  .wrapSiteContainer {
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
  }

  .wrapSiteContainer,
.wrapSitePusher {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .wrapSitePusher {
    height: auto;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .openSidebar .wrapSiteHide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .openSidebar .wrapSitePusher {
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
  }

  .wrapSiteContent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .blocMenu {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #3d3f4c;
    width: 270px;
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    float: left;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .hasSubMenu > div {
    position: relative;
  }
  .hasSubMenu > div > a {
    display: block;
  }
  .hasSubMenu > div > a:first-child {
    width: calc(100% - 40px);
  }
  .hasSubMenu > div > a.arrowR {
    display: inline-block !important;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
  }
  .hasSubMenu > div > a.arrowR i {
    font-size: 20px;
  }
  .hasSubMenu > div > a.arrowR span {
    font-size: 20px;
    line-height: 40px;
  }
  .hasSubMenu.fold {
    background-color: #3d3f4c;
    padding-left: 0;
  }
  .hasSubMenu.fold div {
    padding-left: 10px;
  }
  .hasSubMenu.fold .backMenu {
    display: none;
  }
  .hasSubMenu.fold .arrowR.unfold:after {
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 15px;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hasSubMenu.fold ul {
    position: relative;
    width: 100%;
    padding-left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
  }
  .hasSubMenu.fold ul li {
    padding-left: 0;
  }
  .hasSubMenu.fold ul li:not(.backMenu) div {
    padding-left: 20px;
  }
  .hasSubMenu .blocMenu.open {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .hasSubMenu .blocMenu.openUnfold {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
  }
  .hasSubMenu .blocMenu.openFold {
    height: 100%;
    overflow: visible;
  }
  .hasSubMenu .blocMenu img {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/*==============================
   LOGIN
-------------------------------*/
body.loginPage {
  height: 100%;
  margin: 0;
  padding: 0;
}

.login {
  background: #3d3f4c;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  position: relative;
}

.login .loginContainer {
  border: 1px solid #FFFFFF;
  padding: 30px 30px 100px 30px;
  position: absolute;
  width: 540px;
  top: 50%;
  left: 50%;
  margin-left: -270px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login .loginContainer p.connect {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.login .loginContainer .form-group label {
  width: 30%;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.login .loginContainer .form-group input {
  width: 69%;
  display: inline-block;
}
.login .loginContainer .pwdForgot {
  margin-left: 30%;
  margin-bottom: 10px;
}
.login .loginContainer .pwdForgot a {
  color: #FFFFFF;
  text-decoration: underline;
}
.login .loginContainer .loginCopy {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  text-align: center;
}
.login .loginContainer .loginCopy a {
  color: #FFFFFF;
}

.login-box .login-box-msg {
  font-size: 22px;
  margin-bottom: 20px;
}
.login-box a {
  color: #e2007a;
  text-decoration: underline;
  margin-top: 10px;
}

/*==============================
   RESPONSIVE
-------------------------------*/
/*==============================
    RESPONSIVE
-------------------------------*/
@media (min-width: 1024px) and (max-width: 1439px) {
  .header .mainNav ul li {
    padding: 20px 10px 10px 10px;
  }

  .breadcrumbContainer .breadcrumbContent .breadButtons {
    float: left;
  }
}
@media all and (max-width: 1023px) {
  .breadcrumbContainer {
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mainContent {
    padding-top: 160px;
  }
}
@media all and (max-width: 767px) {
  .header .topBar .logos .logoClient {
    margin-top: 5%;
    display: inline;
    max-width: 100px;
  }

  .breadcrumbContainer .breadcrumbContent .breadHistory .breadcrumb {
    max-width: 90%;
  }

  .breadcrumbContent .breadButtons .btn {
    padding: 0 15px;
  }
  .breadcrumbContent .breadButtons .btn .fa {
    margin-right: 0;
  }

  .formType .form-group input, .formType .form-group fieldset {
    width: 100%;
  }

  .tableType .tableLine.fieldsBarMore td.fieldsMore .form-group label {
    width: 100%;
  }
  .tableType .tableLine.fieldsBarMore td.fieldsMore .form-group .select2-container {
    width: 100%;
  }

  .btn {
    margin: 10px auto;
  }

  .blockText3 {
    width: 100%;
  }

  .login .loginContainer {
    width: 300px;
  }
}

/*# sourceMappingURL=main.css.map */
