/* ---- Colors ---- */
/* ---- Label Colors ---- */
/* ---- Text ---- */
/* ---- White Space ---- */
/* ---- Buttons ---- */
/* ---- Forms ---- */
/* ---- Navigation ---- */
/*--- Title ---*/
/* ---- Footer ---- */
/* ---- Table ---- */
/* ---- Other ---- */
/* ---- Media Queries Breakpoints ---- */
/* ---- 2.1 Defualt Buttons ---- */
.btn, .btn-ghost, .btn-ghost-light, .btn-text, .btn-text-light, .btn-light {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  background: #111;
  color: #ececec;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
  line-height: 1.8em;
  border-radius: 0;
  transition: all 0.5s; }
  .btn:visited, .btn-ghost:visited, .btn-ghost-light:visited, .btn-text:visited, .btn-text-light:visited, .btn-light:visited {
    color: #ececec;
    background: #111; }
    .btn:visited:hover, .btn-ghost:visited:hover, .btn-ghost-light:visited:hover, .btn-text:visited:hover, .btn-text-light:visited:hover, .btn-light:visited:hover {
      color: #ececec;
      background: #515151; }
  .btn:hover, .btn-ghost:hover, .btn-ghost-light:hover, .btn-text:hover, .btn-text-light:hover, .btn-light:hover {
    color: #ececec;
    background: #515151; }
  .btn:focus, .btn-ghost:focus, .btn-ghost-light:focus, .btn-text:focus, .btn-text-light:focus, .btn-light:focus {
    color: #ececec;
    outline: none; }
  .btn.reset-search, .reset-search.btn-ghost, .reset-search.btn-ghost-light, .reset-search.btn-text, .reset-search.btn-text-light, .reset-search.btn-light {
    margin-left: 15px;
    background: #6a6a6a; }

/* ---- 2.2 Ghost Buttons ---- */
.btn-ghost, .btn-ghost-light {
  background: none;
  color: #111;
  border: 2px solid #111;
  overflow: hidden;
  z-index: 1; }
  .btn-ghost:after, .btn-ghost-light:after {
    content: '';
    position: absolute;
    background: #111;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    transition: top .3s;
    z-index: -1; }
  .btn-ghost:visited, .btn-ghost-light:visited, .btn-ghost:focus, .btn-ghost-light:focus {
    color: #111;
    text-decoration: none; }
  .btn-ghost:hover, .btn-ghost-light:hover {
    color: #ececec;
    background: none; }
    .btn-ghost:hover:visited, .btn-ghost-light:hover:visited {
      color: #ececec;
      text-decoration: none; }
    .btn-ghost:hover:after, .btn-ghost-light:hover:after {
      top: 0; }

input[class="btn-ghost"]:hover {
  color: #ececec;
  background: #111; }

input[class="btn-ghost"]:after {
  content: none; }

/* ---- 2.3 Buttons Rounded ---- */
.btn-round {
  border-radius: 25px; }

/* ---- 2.4 Text Buttons ---- */
.btn-text, .btn-text-light {
  background: none;
  border: 2px solid rgba(17, 17, 17, 0);
  color: #777; }
  .btn-text:visited, .btn-text-light:visited {
    color: #777;
    background: none; }
    .btn-text:visited:hover, .btn-text-light:visited:hover {
      color: #111;
      background: none;
      border: 2px solid #111111; }
  .btn-text:hover, .btn-text-light:hover {
    color: #111;
    background: none;
    border: 2px solid #111111; }
  .btn-text:focus, .btn-text-light:focus {
    color: #111;
    outline: none;
    text-decoration: none; }

/* ---- 2.5 Button Sizes ---- */
.btn-large {
  padding: 10px 54px;
  font-size: 1.05em;
  letter-spacing: 3px; }

.btn-small {
  padding: 6px 33px;
  font-size: 0.7em; }

/* ---- 2.6 Light Buttons ---- */
.btn-light {
  color: #111;
  background: #ececec; }
  .btn-light:visited {
    color: #111;
    background: #ececec; }
    .btn-light:visited:hover {
      color: #111;
      background: #bebebe; }
  .btn-light:hover {
    color: #111;
    background: #bebebe; }
  .btn-light:focus {
    color: #111; }

.btn-ghost-light {
  z-index: 1;
  border-color: #ececec;
  color: #ececec; }
  .btn-ghost-light:after {
    background: #ececec; }
  .btn-ghost-light:hover {
    color: #111; }
    .btn-ghost-light:hover:visited {
      color: #111; }
  .btn-ghost-light:visited {
    color: #ececec; }

input[class="btn-ghost-light"] {
  z-index: 1; }
  input[class="btn-ghost-light"]:hover {
    z-index: 1;
    color: #111;
    background: #ececec; }

.btn-text-light {
  border: 2px solid rgba(235, 235, 235, 0); }
  .btn-text-light:visited:hover {
    color: #ececec;
    border: 2px solid #ebebeb; }
  .btn-text-light:hover {
    color: #ececec;
    border: 2px solid #ebebeb; }
  .btn-text-light:focus {
    color: #ececec; }

/* ---- 2.7 Pagination ---- */
.pagination li a {
  border-radius: 0 !important;
  border: 2px solid rgba(17, 17, 17, 0);
  height: 42px;
  width: 42px;
  line-height: 1.9em;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #777; }
  .pagination li a i {
    padding-top: 7px;
    display: block; }
  .pagination li a:focus, .pagination li a:visited {
    background: none;
    border: 2px solid rgba(17, 17, 17, 0); }
  .pagination li a:hover {
    color: #111;
    background: none;
    border: 2px solid #111111; }

.pagination .active a {
  border: 2px solid #111111;
  background: none;
  color: #111; }
  .pagination .active a:hover {
    background: none;
    border-color: #111;
    color: #111; }

/* ---- 2.7 PAGE - Buttons ---- */
.btn-example {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }

.blue-link {
  color: #007bff !important;
  text-decoration: none !important; }
  .blue-link:hover {
    text-decoration: underline !important; }
.dislaimer {
    background: #222;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
}

.margin-left-minus {
    margin-left: -15px;
}

.padding-left-null{
    padding-left:0px;
}

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

body {
  /* Headers/Page Titles */
  /* ---- 4.2 Header/Page Title ---- */ }
  body .breadcrumb {
    bottom: 3px;
    margin-bottom: 0;
    padding: .75rem 1rem 0 0;
    background: none;
    text-transform: uppercase;
    font-size: .85em;
    letter-spacing: 2px; }
    body .breadcrumb ul {
      width: 100%;
      padding: 0;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        body .breadcrumb ul {
          margin-top: 10px; } }
      body .breadcrumb ul li {
        display: inline-block; }
        body .breadcrumb ul li a, body .breadcrumb ul li span {
          text-transform: uppercase;
          font-size: .85em;
          letter-spacing: 2px;
          cursor: pointer;
          text-decoration: none !important;
          color: #999; }
          @media (max-width: 991.98px) {
            body .breadcrumb ul li a, body .breadcrumb ul li span {
              letter-spacing: 2px; } }
          body .breadcrumb ul li a:focus, body .breadcrumb ul li span:focus {
            text-decoration: none; }
          body .breadcrumb ul li a:hover, body .breadcrumb ul li span:hover {
            color: #000;
            text-decoration: none; }
        body .breadcrumb ul li.bread-item:after {
          content: "/\00a0";
          padding: 0 0 0 10px;
          font-size: .85em;
          color: #777 !important; }
          @media (max-width: 991.98px) {
            body .breadcrumb ul li.bread-item:after {
              padding: 0 0 0 5px; } }
        body .breadcrumb ul li li + li:before {
          color: #777; }
        body .breadcrumb ul li .active {
          color: #777; }
  body .page-title {
    position: relative;
    background: #f4f4f4;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 45px;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
    body .page-title h1 {
      margin: 0;
      color: #ee1d23; }
    body .page-title h2 {
      font-size: 27px;
      color: #ee1d23; }
    body .page-title h1, body .page-title h2, body .page-title h3, body .page-title h4 {
      font-weight: 300; }
    body .page-title .subheading {
      display: block;
      margin: 10px 0 0 0;
      font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 300;
      font-size: 14px;
      color: #777;
      text-transform: uppercase;
      letter-spacing: 3.5px; }
  body .subtitle {
    display: block;
    margin: 0;
    padding-bottom: 20px;
    font-size: 1.3em;
    letter-spacing: 3.5px;
    word-wrap: break-word;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
  body .pt-dark {
    background: #111; }
    body .pt-dark h1 {
      color: #ececec; }

body .footer {
  margin-top: 60px; }

body .copyright {
  background: #222;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #999; }
  body .copyright small {
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: 1.3px; }
    body .copyright small a:hover {
      color: #ececec;
      text-decoration: none; }
    body .copyright small a:focus {
      text-decoration: none; }
  body .copyright .to-the-top {
    color: #999;
    cursor: pointer; }
    body .copyright .to-the-top i {
      padding-left: 7px;
      font-size: 21px;
      vertical-align: top; }

.navbar {
  margin-bottom: 0;
  padding: 0;
  min-height: 75px;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
  .navbar .navbar-header {
    width: 100%;
    margin-top: 6px; }
    .navbar .navbar-header .navbar-brand {
      padding: 10px 0 15px;
      margin-left: 0; }
      .navbar .navbar-header .navbar-brand .navbar-logo {
        max-height: 50px; }
    .navbar .navbar-header .navbar-top {
      margin-top: 9px; }
    .navbar .navbar-header .navbar-right {
      float: right; }
  .navbar .navbar-nav .nav-lang ul li .active {
    color: #ee1d23; }
  .navbar .navbar-nav .nav-menu a.active {
    color: #000; }
  .navbar .navbar-nav li a {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #999;
    transition: color .5s; }
    .navbar .navbar-nav li a:focus {
      color: inherit; }
    .navbar .navbar-nav li a:hover {
      background: none;
      color: #111;
      text-decoration: none; }
    .navbar .navbar-nav li a i[class*="linea-"] {
      font-size: 18px;
      vertical-align: sub; }
    .navbar .navbar-nav li a.navbar-link {
      padding-left: 0; }
  .navbar .navbar-nav .active a {
    background: none;
    color: #111;
    transition: color .5s; }
    .navbar .navbar-nav .active a:hover, .navbar .navbar-nav .active a:focus, .navbar .navbar-nav .active a:visited {
      background: none; }
  .navbar .navbar-nav .dropdown .dropdown-toggle {
    background: none; }
    .navbar .navbar-nav .dropdown .dropdown-toggle:hover, .navbar .navbar-nav .dropdown .dropdown-toggle:focus, .navbar .navbar-nav .dropdown .dropdown-toggle:visited {
      background: none; }
    .navbar .navbar-nav .dropdown .dropdown-toggle .fa-shopping-cart {
      margin-left: 16px; }
  .navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 12px;
    padding: 20px 0 10px 0;
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    background: white; }
    .navbar .navbar-nav .dropdown .dropdown-menu li {
      min-width: 150px; }
      .navbar .navbar-nav .dropdown .dropdown-menu li a {
        display: block;
        padding: 11px 40px 11px 25px;
        letter-spacing: 0.5px;
        line-height: 0.8em;
        border-left: 3px solid rgba(17, 17, 17, 0);
        transition: all .3s; }
        .navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
          padding-left: 35px;
          padding-right: 30px;
          background: rgba(17, 17, 17, 0.05);
          border-left: 3px solid #111; }
        .navbar .navbar-nav .dropdown .dropdown-menu li a i {
          padding-right: 5px; }
    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-header {
      padding: 0 25px;
      font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-size: 0.8em;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #111; }
    .navbar .navbar-nav .dropdown .dropdown-menu .divider {
      margin-left: 25px;
      margin-right: 25px;
      background-color: #ddd; }
  .navbar .navbar-nav .dropdown .dropdown-banner {
    margin-left: -13px; }

/* ---- Navigation ---- */
@media (min-width: 992px) {
  .navbar-header {
    float: left;
    position: relative;
    z-index: 2; }
  .navbar-toggle {
    display: none; }
  .navbar .navbar-collapse {
    float: right; }
  .navbar .navbar-collapse, .navbar .navbar-nav {
    display: inline-block;
    font-size: .95em; }
    .navbar .navbar-collapse .dropdown-menu, .navbar .navbar-nav .dropdown-menu {
      position: absolute;
      padding: 0 !important;
      margin-top: 0 !important; }
  .nav-item {
    display: inline-block; }
  .all-menu {
    width: 100%; }
  .all-menu > ul > li,
  .nav > ul > li {
    display: inline-block; }
    .all-menu > ul > li > a,
    .nav > ul > li > a {
      display: block;
      padding: 15px 15px !important; }
  .all-menu .nav-lang > ul li a,
  .nav .nav-lang > ul li a {
    padding-right: 0 !important; }
  .all-menu .nav-lang > ul li:last-child a,
  .nav .nav-lang > ul li:last-child a {
    padding-left: 10px !important; } }

@media (max-width: 991px) {
  .navbar .navbar-header {
    width: 100%;
    margin-left: 0;
    float: none; }
    .navbar .navbar-header .navbar-toggle {
      display: block;
      position: relative;
      width: 25px;
      height: 25px;
      float: right;
      margin-top: 15px;
      padding: 0;
      margin-right: 0;
      border: none;
      background: none;
      cursor: pointer; }
      .navbar .navbar-header .navbar-toggle:focus {
        outline: none; }
      .navbar .navbar-header .navbar-toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #999;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out; }
        .navbar .navbar-header .navbar-toggle span:nth-child(2) {
          top: 0; }
        .navbar .navbar-header .navbar-toggle span:nth-child(3) {
          top: 6px; }
        .navbar .navbar-header .navbar-toggle span:nth-child(4) {
          top: 12px; }
        .navbar .navbar-header .navbar-toggle span:focus {
          background: none !important;
          border: none !important;
          outline: none; }
      .navbar .navbar-header .navbar-toggle.open span {
        display: block;
        position: absolute;
        width: 100%; }
        .navbar .navbar-header .navbar-toggle.open span:nth-child(2) {
          top: 4px;
          transform: rotate(135deg); }
        .navbar .navbar-header .navbar-toggle.open span:nth-child(3) {
          opacity: 0;
          left: -32px; }
        .navbar .navbar-header .navbar-toggle.open span:nth-child(4) {
          top: 4px;
          transform: rotate(-135deg); }
      .navbar .navbar-header .navbar-toggle:focus {
        background: none;
        border: none; }
      .navbar .navbar-header .navbar-toggle:hover {
        background: none; }
        .navbar .navbar-header .navbar-toggle:hover span {
          background: #111; }
      .navbar .navbar-header .navbar-toggle span {
        background: #999;
        transition: background .3s; }
  .navbar .navbar-top {
    margin-right: 15px; }
  .navbar .navbar-collapse {
    max-height: 100%;
    border: none;
    box-shadow: none; }
    .navbar .navbar-collapse ul {
      float: none; }
    .navbar .navbar-collapse li {
      float: none;
      position: relative;
      display: block;
      width: 100%; }
      .navbar .navbar-collapse li a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block; }
    .navbar .navbar-collapse.collapse {
      display: none !important; }
      .navbar .navbar-collapse.collapse.show, .navbar .navbar-collapse.collapse.in {
        display: block !important;
        width: 100%; }
    .navbar .navbar-collapse .navbar-nav {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; }
      .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
        margin-top: 0;
        float: none;
        padding: 5px 0 5px 0;
        min-width: 180px;
        border: 1px solid #ececec;
        border-radius: 0;
        box-shadow: none; }
  .navbar .login a {
    text-align: left; } }

/* --------------------------------------------------
	3.0 Forms
-------------------------------------------------- */
.form-control {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  line-height: 22px;
  letter-spacing: .5px;
  transition: border-color .5s; }
  .form-control:focus, .form-control:hover {
    outline: none;
    box-shadow: none;
    border-color: #777; }

input[type="file"], .file-label {
  background: #f9f9f9; }
    input[type="file"]:focus, .file-label:focus, input[type="file"]:hover, .file-label:hover {
        outline: none;
        box-shadow: none;
        border-color: #ddd !important;
    }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  border-color: #ddd; }
  .form-control[disabled]:focus, .form-control[disabled]:hover,
  fieldset[disabled] .form-control:focus,
  fieldset[disabled] .form-control:hover {
    border-color: #ddd !important; }

.form-group .reset-Password,
.form-group label {
  font-size: .8em;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #111;
  font-weight: bold; }

.form-group a,
.form-group .reset-Password {
  text-transform: uppercase;
  letter-spacing: 0;
  color: #111; }
  .form-group a:hover,
  .form-group .reset-Password:hover {
    text-decoration: none;
    color: #ee1d23; }

.form-group.payments-RowsPerPage .select2-container {
  max-width: 100px;
  margin: 0 5px; }

.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  opacity: 0;
  width: 30px;
  margin-left: -32px; }

.radio input[type=radio] + label::before,
.radio input[type=radio] + span::before,
.checkbox input[type=radio] + label::before,
.checkbox input[type=radio] + span::before {
  border-radius: 10px; }

.radio input[type=checkbox] + label::before,
.radio input[type=checkbox] + span::before,
.checkbox input[type=checkbox] + label::before,
.checkbox input[type=checkbox] + span::before {
  border-radius: 5px; }

.radio input[type=radio] + label::before,
.radio input[type=checkbox] + label::before,
.radio input[type=radio] + span::before,
.radio input[type=checkbox] + span::before,
.checkbox input[type=radio] + label::before,
.checkbox input[type=checkbox] + label::before,
.checkbox input[type=radio] + span::before,
.checkbox input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border: 2px solid #111;
  box-shadow: inset 0px 0px 0px 5px #fff; }

.radio input[type=radio]:checked + label::before,
.radio input[type=checkbox]:checked + label::before,
.radio input[type=radio]:checked + span::before,
.radio input[type=checkbox]:checked + span::before,
.checkbox input[type=radio]:checked + label::before,
.checkbox input[type=checkbox]:checked + label::before,
.checkbox input[type=radio]:checked + span::before,
.checkbox input[type=checkbox]:checked + span::before {
  box-shadow: inset 0px 0px 0px 4px #999 !important; }

.change-pw-criteria {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px; }

.select2-container .select2-selection {
  border-radius: 0;
  box-shadow: none;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 5px;
  letter-spacing: .5px;
  transition: border-color .5s;
  border: 1px solid #ddd;
  text-align: left; }
  .select2-container .select2-selection .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0; }

body .container {
  max-width: 1170px; }
  body .container .picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 300px;
    width: 100%;
    max-height: 250px;
    border: 3px solid #f00 !important; }
  body .container .picker__frame {
    border: 3px solid #00f !important;
    position: static; }

body .company-name {
  margin-top: -35px;
  text-align: right;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #777;
  font-size: 13px;
  margin-bottom: 35px; }

.full-wrap-table .container-table {
  margin-top: 25px; }
  .full-wrap-table .container-table .table-responsive {
    border: 1px solid #ccc; }
    .full-wrap-table .container-table .table-responsive > table {
      margin-bottom: 0;
      margin-top: -1px; }
  .full-wrap-table .container-table table th {
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    background: #555;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px; }
    .full-wrap-table .container-table table table th {
        background: #d5d5d5;
        color: black;
    }
  .full-wrap-table .container-table table .numeroCheque {
    max-width: 220px;
    width: 220px; }
  .full-wrap-table .container-table table td {
    font-size: 14px;
    color: #222; }
    .full-wrap-table .container-table table td.paiementSommaire {
      border-top: 10px solid #212529 !important; }
      .full-wrap-table .container-table table td.paiementSommaire td a {
        color: #DB211E; }
        .full-wrap-table .container-table table td.paiementSommaire td a:hover {
          color: #111; }
    .full-wrap-table .container-table table td h5 {
      margin-bottom: 10px;
      font-weight: 400; }
  .full-wrap-table .container-table table tbody tr {
    background-color: #fff; }
    .full-wrap-table .container-table table tbody tr:hover {
      background-color: rgba(0, 0, 0, 0.075); }
    .full-wrap-table .container-table table tbody tr#detailsSommaire {
      cursor: pointer; }
  .full-wrap-table .container-table table .collapse {
    border-top: 10px solid #212529; }
    .full-wrap-table .container-table table .collapse h5 {
      padding-top: 10px;
      color: #ee1d23;
      font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
  .full-wrap-table .container-table table#paymentsListe tbody tr td a {
    color: #222; }
    .full-wrap-table .container-table table#paymentsListe tbody tr td a:hover {
      text-decoration: none; }
  .full-wrap-table .container-table table#paymentsListe tbody tr td .fa {
    font-size: 16px; }
    .full-wrap-table .container-table table#paymentsListe tbody tr td .fa:before {
      content: "\f06e"; }
  .full-wrap-table .container-table table#paymentsListe tbody tr:hover {
    cursor: pointer; }
    .full-wrap-table .container-table table#paymentsListe tbody tr:hover .fa:before {
      content: "\f06e";
      color: #ee1d23; }
    .full-wrap-table .container-table table#paymentsListe tbody tr:hover td, .full-wrap-table .container-table table#paymentsListe tbody tr:hover a {
        color: #6f6f6f;
    }
  .full-wrap-table .container-table .openCollapse .fa {
    font-size: 18px; }
    .full-wrap-table .container-table .openCollapse .fa:before {
      content: "\f13a";
      color: #222; }
  .full-wrap-table .container-table .openCollapse.active .fa:before {
    content: "\f139";
    color: #ee1d23; }
  .full-wrap-table .container-table .collapse-paiement {
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
    text-align: right; }
    .full-wrap-table .container-table .collapse-paiement .btn-collapsed {
      font-size: 18px;
      display: block; }
      .full-wrap-table .container-table .collapse-paiement .btn-collapsed .fa:before {
        content: "\f13a"; }
      .full-wrap-table .container-table .collapse-paiement .btn-collapsed[aria-expanded="true"] {
        color: #DB211E; }
        .full-wrap-table .container-table .collapse-paiement .btn-collapsed[aria-expanded="true"] .fa:before {
          content: "\f139"; }

.no-left-padding {
    padding-left: 0px !important;
}

body .date .input-group-addon {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 6px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    line-height: 22px;
    background: #ddd;
}

body .label-date {
  padding-left: 15px; }

body .ui-datepicker-calendar {
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px; }
  body .ui-datepicker-calendar tr td a {
    text-align: center !important; }
  body .ui-datepicker-calendar .ui-state-highlight,
  body .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
  body .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #ddd;
    color: #000; }
  body .ui-datepicker-calendar .ui-state-active,
  body .ui-datepicker-calendar .ui-widget-content .ui-state-active,
  body .ui-datepicker-calendar .ui-widget-header .ui-state-active,
  body .ui-datepicker-calendar a.ui-button:active,
  body .ui-datepicker-calendar .ui-button:active,
  body .ui-datepicker-calendar .ui-button.ui-state-active:hover {
    border: 1px solid #ee1d23;
    background: #ee1d23;
    font-weight: normal;
    color: #fff; }
  body .ui-datepicker-calendar .ui-state-default:hover,
  body .ui-datepicker-calendar .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #454545;
    font-weight: normal;
    color: #fefefe; }

body .ui-datepicker .ui-datepicker-title select {
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important; }
  body .ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
    margin-right: 5px; }
  body .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    margin-left: 5px; }

body .select2-container {
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px; }

.full-wrap-table .container-table .group {
  margin-top: 10px; }
  .full-wrap-table .container-table .group .pagination {
    padding-left: 5px; }
  .full-wrap-table .container-table .group .pagination {
    display: none; }
  .full-wrap-table .container-table .group .pagelist-container li,
  .full-wrap-table .container-table .group .pagination li {
    display: inline-block;
    font-size: 14px;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
    .full-wrap-table .container-table .group .pagelist-container li.active a,
    .full-wrap-table .container-table .group .pagination li.active a {
      color: #111;
      border: none; }
      .full-wrap-table .container-table .group .pagelist-container li.active a:focus, .full-wrap-table .container-table .group .pagelist-container li.active a:hover,
      .full-wrap-table .container-table .group .pagination li.active a:focus,
      .full-wrap-table .container-table .group .pagination li.active a:hover {
        color: #111;
        border: none;
        text-decoration: none;
        width: auto;
        height: 50px;
        padding: 13px 10px 6px;
        font-weight: 600; }
    .full-wrap-table .container-table .group .pagelist-container li a,
    .full-wrap-table .container-table .group .pagination li a {
      display: block;
      width: auto;
      height: 50px;
      padding: 13px 10px 6px;
      font-size: 14px;
      font-weight: 600;
      color: #999;
      border: none !important; }
      .full-wrap-table .container-table .group .pagelist-container li a:focus, .full-wrap-table .container-table .group .pagelist-container li a:hover,
      .full-wrap-table .container-table .group .pagination li a:focus,
      .full-wrap-table .container-table .group .pagination li a:hover {
        color: #111;
        padding: 13px 10px 6px;
        text-decoration: none; }
  .full-wrap-table .container-table .group .pagelist-container {
    padding-left: 15px;
    display: inline-block; }
    .full-wrap-table .container-table .group .pagelist-container li {
      display: inline-block;
      padding: 7px 5px 7px 0;
      height: 50px;
      font-weight: 600;
      vertical-align: middle; }
      .full-wrap-table .container-table .group .pagelist-container li.control-label {
        padding-top: 17px; }
      .full-wrap-table .container-table .group .pagelist-container li input {
        width: 110px;
        padding-left: 10px;
        font-size: 14px;
        font-weight: 700;
        font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }

.full-wrap-table .trackCounter {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }

.ui-autocomplete-loading {
  background: white url("../images/Loading.gif") right center no-repeat; }

.display-flex{
    display: flex;
}

.h-100{
    height: 100%;
}

.tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    min-width: 2em;
    border-radius: 50%;
    vertical-align: middle;
}

    .tooltip-icon:after {
        content: '';
        float: left;
        width: auto;
        padding-bottom: 100%;
    }

.file-block {
    display: inline-flex;
    height: fit-content;
    width: fit-content;
}

    .file-block .file-label {
        align-self: center;
        padding: 0.4rem 0 0.4rem 0.5rem;
        border: 1px solid transparent;
        width: 250px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.btn-vsm {
    padding-bottom: 0;
    padding-top: 0;
}

.form-group label.text-normal {
    font-weight: normal;
    margin-bottom: 0;
}

.form-group .inline-chbx {
    display: inline-flex;
    align-content: center;
    justify-content: flex-end;
}

.form-group .inline-chbx input[type='checkbox'] {
    margin-left: 1rem;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.w-100 {
    width: 100%;
}

.checkmark-container {
    width: 250px;
    height: 250px;
    background-color: #e6f7ed; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 60px auto; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); 
}

.checkmark-icon {
    font-size: 10rem; 
    color: #1a6d46; 
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pourcentage dans inscription - BEGIN */
.progress-wrapper {
    position: relative;
    width: 250px;
    height: 250px;
}

.progress-10p-circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: conic-gradient(
        limegreen 0%,
        limegreen 36deg, /* 10% of 360deg = 36deg */
        #D9D9D9 36deg,
        #D9D9D9 360deg
    );
}

.progress-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 205px;
    height: 205px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
    color: black;
}
/* Pourcentage dans inscription - END */

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