@charset "UTF-8";
/**
 * CSS générer par GULP grâce à la cmd "npm-start".
 *
 * Toute modification sur un fichier *.scss lance la compilation de tous les *.scss vers ce fichier.
 *
 * @since 2.0.0
 */
/* Bleu ciel, couleur principale */
/* Bleu fonce, couleur de l'interface */
/* Autres couleurs */
/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.wpeo-autocomplete .autocomplete-label:hover {
  border: 1px solid #0084FF; }

.wpeo-autocomplete .autocomplete-label .autocomplete-loading {
  background: #0084FF; }

.wpeo-autocomplete .autocomplete-label .autocomplete-loading-background {
  background: rgba(0, 132, 255, 0.4); }

.wpeo-button, a.wpeo-button {
  /* par défaut */
  background: #0084FF;
  border-color: #0084FF; }
  .wpeo-button.button-main, a.wpeo-button.button-main {
    background: #0084FF;
    border-color: #0084FF; }
  .wpeo-button.button-dark, a.wpeo-button.button-dark {
    background: #272a35;
    border-color: #272a35; }
  .wpeo-button.button-grey, a.wpeo-button.button-grey {
    background: #dedede;
    border-color: #dedede; }
  .wpeo-button.button-red, a.wpeo-button.button-red {
    background: #FF2F27;
    border-color: #FF2F27; }
  .wpeo-button.button-yellow, a.wpeo-button.button-yellow {
    background: #FFEE00;
    border-color: #FFEE00; }
  .wpeo-button.button-green, a.wpeo-button.button-green {
    background: #47e58e;
    border-color: #47e58e; }
  .wpeo-button.button-pink, a.wpeo-button.button-pink {
    background: #e454a2;
    border-color: #e454a2; }
  .wpeo-button.button-purple, a.wpeo-button.button-purple {
    background: #898de5;
    border-color: #898de5; }
  .wpeo-button.button-grey, a.wpeo-button.button-grey {
    background: #dedede;
    border-color: #dedede; }
  .wpeo-button.button-transparent, a.wpeo-button.button-transparent {
    background: transparent;
    border-color: transparent; }

.wpeo-button.button-bordered {
  border-color: #0084FF;
  color: #0084FF; }
  .wpeo-button.button-bordered.button-main {
    border-color: #0084FF;
    color: #0084FF; }
    .wpeo-button.button-bordered.button-main:hover {
      box-shadow: inset 0 -2.6em #0084FF; }
  .wpeo-button.button-bordered.button-dark {
    border-color: #272a35;
    color: #272a35; }
    .wpeo-button.button-bordered.button-dark:hover {
      box-shadow: inset 0 -2.6em #272a35; }
  .wpeo-button.button-bordered.button-grey {
    border-color: #dedede;
    color: #929292; }
    .wpeo-button.button-bordered.button-grey:hover {
      box-shadow: inset 0 -2.6em #dedede; }
  .wpeo-button.button-bordered.button-red {
    border-color: #FF2F27;
    color: #FF2F27; }
    .wpeo-button.button-bordered.button-red:hover {
      box-shadow: inset 0 -2.6em #FF2F27; }
  .wpeo-button.button-bordered.button-yellow {
    border-color: #FFEE00;
    color: #FFEE00; }
    .wpeo-button.button-bordered.button-yellow:hover {
      box-shadow: inset 0 -2.6em #FFEE00; }
  .wpeo-button.button-bordered.button-green {
    border-color: #47e58e;
    color: #47e58e; }
    .wpeo-button.button-bordered.button-green:hover {
      box-shadow: inset 0 -2.6em #47e58e; }
  .wpeo-button.button-bordered.button-pink {
    border-color: #e454a2;
    color: #e454a2; }
    .wpeo-button.button-bordered.button-pink:hover {
      box-shadow: inset 0 -2.6em #e454a2; }
  .wpeo-button.button-bordered.button-purple {
    border-color: #898de5;
    color: #898de5; }
    .wpeo-button.button-bordered.button-purple:hover {
      box-shadow: inset 0 -2.6em #898de5; }
  .wpeo-button.button-bordered.button-grey {
    border-color: #dedede;
    color: #dedede; }
    .wpeo-button.button-bordered.button-grey:hover {
      box-shadow: inset 0 -2.6em #dedede; }
  .wpeo-button.button-bordered:hover {
    box-shadow: inset 0 -2.6em #0084FF; }

/** Progress button */
.wpeo-button.button-progress.button-success {
  background: #47e58e;
  border-color: #47e58e; }

.wpeo-button.button-progress.button-error {
  background: #FF2F27;
  border-color: #FF2F27; }

.wpeo-button.button-progress.button-load {
  background: #dedede; }
  .wpeo-button.button-progress.button-load:before {
    border-top: 3px solid #0084FF; }

.wpeo-form .form-element input[type="checkbox"].form-field:not(:checked) + label:hover::before {
  box-shadow: 0 0 0 2px #0084FF; }

.wpeo-form .form-element input[type="checkbox"].form-field:checked + label::before {
  box-shadow: 0 0 0 2px #0084FF;
  background: #0084FF; }

.wpeo-form .form-element input[type="radio"].form-field:hover {
  border: 1px solid #0084FF;
  box-shadow: 0 0 0 1px #0084FF inset; }

.wpeo-form .form-element input[type="radio"].form-field:checked {
  border: 1px solid #0084FF;
  box-shadow: 0 0 0 4px #0084FF inset; }

.wpeo-loader .loader-spin {
  border-top: 3px solid #0084FF; }

.wpeo-modal {
  z-index: 0; }
  .wpeo-modal .modal-container .modal-header .modal-close:hover {
    color: #0084FF; }

.wpeo-notification .notification-title a {
  color: #0084FF; }

.wpeo-notification .notification-close:hover {
  color: #0084FF; }

/** Couleur */
.wpeo-notification.notification-green {
  border-left: 4px solid #47e58e; }
  .wpeo-notification.notification-green .notification-icon {
    color: #47e58e; }

.wpeo-notification.notification-orange {
  border-left: 4px solid #FFEE00; }
  .wpeo-notification.notification-orange .notification-icon {
    color: #FFEE00; }

.wpeo-notification.notification-red {
  border-left: 4px solid #FF2F27; }
  .wpeo-notification.notification-red .notification-icon {
    color: #FF2F27; }

.wpeo-pagination .pagination-element.pagination-current a {
  background: #0084FF; }
  .wpeo-pagination .pagination-element.pagination-current a:hover {
    background: #0084FF; }

/* Couleurs */
.wpeo-popover.popover-primary {
  background: #0084FF; }
  .wpeo-popover.popover-primary.popover-top::before {
    border-color: #0084FF transparent transparent transparent; }
  .wpeo-popover.popover-primary.popover-right::before {
    border-color: transparent #0084FF transparent transparent; }
  .wpeo-popover.popover-primary.popover-bottom::before {
    border-color: transparent transparent #0084FF transparent; }
  .wpeo-popover.popover-primary.popover-left::before {
    border-color: transparent transparent transparent #0084FF; }

.wpeo-popover.popover-light {
  background: #dedede;
  color: rgba(0, 0, 0, 0.6); }
  .wpeo-popover.popover-light.popover-top::before {
    border-color: #dedede transparent transparent transparent; }
  .wpeo-popover.popover-light.popover-right::before {
    border-color: transparent #dedede transparent transparent; }
  .wpeo-popover.popover-light.popover-bottom::before {
    border-color: transparent transparent #dedede transparent; }
  .wpeo-popover.popover-light.popover-left::before {
    border-color: transparent transparent transparent #dedede; }

.wpeo-popover.popover-red {
  background: #FF2F27; }
  .wpeo-popover.popover-red.popover-top::before {
    border-color: #FF2F27 transparent transparent transparent; }
  .wpeo-popover.popover-red.popover-right::before {
    border-color: transparent #FF2F27 transparent transparent; }
  .wpeo-popover.popover-red.popover-bottom::before {
    border-color: transparent transparent #FF2F27 transparent; }
  .wpeo-popover.popover-red.popover-left::before {
    border-color: transparent transparent transparent #FF2F27; }

.wpeo-tab .tab-list .tab-element {
  /* Active */ }
  .wpeo-tab .tab-list .tab-element::before {
    background: #0084FF; }
  .wpeo-tab .tab-list .tab-element.tab-active {
    color: #0084FF; }
    .wpeo-tab .tab-list .tab-element.tab-active > a {
      color: #0084FF; }

/* Vertical */
.wpeo-tab.tab-vertical .tab-list .tab-element {
  /* Active */ }
  .wpeo-tab.tab-vertical .tab-list .tab-element.tab-active {
    color: #0084FF; }
    .wpeo-tab.tab-vertical .tab-list .tab-element.tab-active a {
      color: #0084FF; }

/** Ligne entete */
.wpeo-table.table-flex .table-row.table-header {
  background: #0084FF; }

/* Header, footer */
.wpeo-table > thead, .wpeo-table > tfoot {
  background: #272a35; }

@media (max-width: 480px) {
  .wpeo-table > tbody td:before, .wpeo-table > tbody th:before {
    color: #0084FF; } }

/* Couleurs */
.wpeo-tooltip.tooltip-primary {
  background: #0084FF; }
  .wpeo-tooltip.tooltip-primary.tooltip-top::before {
    border-color: #0084FF transparent transparent transparent; }
  .wpeo-tooltip.tooltip-primary.tooltip-right::before {
    border-color: transparent #0084FF transparent transparent; }
  .wpeo-tooltip.tooltip-primary.tooltip-bottom::before {
    border-color: transparent transparent #0084FF transparent; }
  .wpeo-tooltip.tooltip-primary.tooltip-left::before {
    border-color: transparent transparent transparent #0084FF; }

.wpeo-tooltip.tooltip-light {
  background: #dedede;
  color: rgba(0, 0, 0, 0.6); }
  .wpeo-tooltip.tooltip-light.tooltip-top::before {
    border-color: #dedede transparent transparent transparent; }
  .wpeo-tooltip.tooltip-light.tooltip-right::before {
    border-color: transparent #dedede transparent transparent; }
  .wpeo-tooltip.tooltip-light.tooltip-bottom::before {
    border-color: transparent transparent #dedede transparent; }
  .wpeo-tooltip.tooltip-light.tooltip-left::before {
    border-color: transparent transparent transparent #dedede; }

.wpeo-tooltip.tooltip-red {
  background: #FF2F27; }
  .wpeo-tooltip.tooltip-red.tooltip-top::before {
    border-color: #FF2F27 transparent transparent transparent; }
  .wpeo-tooltip.tooltip-red.tooltip-right::before {
    border-color: transparent #FF2F27 transparent transparent; }
  .wpeo-tooltip.tooltip-red.tooltip-bottom::before {
    border-color: transparent transparent #FF2F27 transparent; }
  .wpeo-tooltip.tooltip-red.tooltip-left::before {
    border-color: transparent transparent transparent #FF2F27; }

.wpeo-table.table-flex .table-cell.table-25 {
  max-width: 25px;
  min-width: 25px; }

.wpeo-table.table-flex .table-cell.table-50 {
  max-width: 50px;
  min-width: 50px; }

.wpeo-table.table-flex .table-cell.table-75 {
  max-width: 75px;
  min-width: 75px; }

.wpeo-table.table-flex .table-cell.table-100 {
  max-width: 100px;
  min-width: 100px; }

.wpeo-table.table-flex .table-cell.table-125 {
  max-width: 125px;
  min-width: 125px; }

.wpeo-table.table-flex .table-cell.table-150 {
  max-width: 150px;
  min-width: 150px; }

.wpeo-table.table-flex .table-cell.table-175 {
  max-width: 175px;
  min-width: 175px; }

.wpeo-table.table-flex .table-cell.table-200 {
  max-width: 200px;
  min-width: 200px; }

.wpeo-table.table-flex .table-cell.table-225 {
  max-width: 225px;
  min-width: 225px; }

.wpeo-table.table-flex .table-cell.table-250 {
  max-width: 250px;
  min-width: 250px; }

.wpeo-table.table-flex .table-cell.table-275 {
  max-width: 275px;
  min-width: 275px; }

.wpeo-table.table-flex .table-cell.table-300 {
  max-width: 300px;
  min-width: 300px; }

.wpeo-table.table-flex .table-cell.table-325 {
  max-width: 325px;
  min-width: 325px; }

.wpeo-table.table-flex .table-cell.table-350 {
  max-width: 350px;
  min-width: 350px; }

.wpeo-table.table-flex .table-cell.table-375 {
  max-width: 375px;
  min-width: 375px; }

.wpeo-table.table-flex .table-cell.table-400 {
  max-width: 400px;
  min-width: 400px; }

.wpeo-table.table-flex .table-cell.table-margin-0 {
  margin: 0; }

.wpeo-form select {
  min-height: 45px;
  padding: 0 1em; }

.wpeo-button {
  box-sizing: border-box; }

.wpeo-button.button-square-30 {
  width: 30px;
  height: 30px;
  line-height: 24px; }

.wpeo-button.button-square-75 {
  width: 75px;
  height: 75px;
  line-height: 69px; }

.wrap-theepi .wpeo-table.table-flex {
  border: 0;
  background: #fff; }
  .wrap-theepi .wpeo-table.table-flex .table-row.table-header {
    background: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3); }
    .wrap-theepi .wpeo-table.table-flex .table-row.table-header .table-cell {
      color: rgba(0, 0, 0, 0.8); }
  .wrap-theepi .wpeo-table.table-flex .table-row:not(.table-header):nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.03); }
  .wrap-theepi .wpeo-table.table-flex .table-button-edit {
    color: #0084FF; }
  .wrap-theepi .wpeo-table.table-flex input[type=date],
  .wrap-theepi .wpeo-table.table-flex input[type=datetime-local],
  .wrap-theepi .wpeo-table.table-flex input[type=datetime],
  .wrap-theepi .wpeo-table.table-flex input[type=email],
  .wrap-theepi .wpeo-table.table-flex input[type=month],
  .wrap-theepi .wpeo-table.table-flex input[type=number],
  .wrap-theepi .wpeo-table.table-flex input[type=password],
  .wrap-theepi .wpeo-table.table-flex input[type=search],
  .wrap-theepi .wpeo-table.table-flex input[type=tel],
  .wrap-theepi .wpeo-table.table-flex input[type=text],
  .wrap-theepi .wpeo-table.table-flex input[type=time],
  .wrap-theepi .wpeo-table.table-flex input[type=url],
  .wrap-theepi .wpeo-table.table-flex input[type=week],
  .wrap-theepi .wpeo-table.table-flex select,
  .wrap-theepi .wpeo-table.table-flex textarea {
    width: 100%; }

.wrap-theepi .modal-qr-code .modal-container {
  max-height: 700px; }
  .wrap-theepi .modal-qr-code .modal-container .modal-content {
    overflow-y: inherit;
    text-align: center; }
    .wrap-theepi .modal-qr-code .modal-container .modal-content img {
      width: 100% !important;
      height: auto !important;
      max-width: 500px; }
  .wrap-theepi .modal-qr-code .modal-container .modal-footer {
    text-align: left; }
    .wrap-theepi .modal-qr-code .modal-container .modal-footer .wpeo-button.modal-close {
      float: right; }

.wrap-theepi .wpeo-table .media, .wrap-theepi .wpeo-table .wpeo-media {
  width: 50px;
  min-width: 50px;
  height: 50px; }
  .wrap-theepi .wpeo-table .media .default-icon-container, .wrap-theepi .wpeo-table .wpeo-media .default-icon-container {
    line-height: 50px; }
    .wrap-theepi .wpeo-table .media .default-icon-container .default-image, .wrap-theepi .wpeo-table .wpeo-media .default-icon-container .default-image {
      font-size: 16px; }

.wrap-theepi .wpeo-table .epi-status-icon {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 0 !important;
  margin: 0;
  background: #fff; }
  .wrap-theepi .wpeo-table .epi-status-icon::before {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f0d7"; }
  .wrap-theepi .wpeo-table .epi-status-icon.OK {
    background: #47e58e; }
    .wrap-theepi .wpeo-table .epi-status-icon.OK::before {
      color: #fff;
      content: "\f00c"; }
  .wrap-theepi .wpeo-table .epi-status-icon.KO {
    background: #FF2F27; }
    .wrap-theepi .wpeo-table .epi-status-icon.KO::before {
      color: #fff;
      content: "\f12a"; }
  .wrap-theepi .wpeo-table .epi-status-icon.repair {
    background: #FFB727; }
    .wrap-theepi .wpeo-table .epi-status-icon.repair::before {
      color: #fff;
      content: "\f7d9"; }
  .wrap-theepi .wpeo-table .epi-status-icon.trash {
    background: #333333; }
    .wrap-theepi .wpeo-table .epi-status-icon.trash::before {
      color: #fff;
      content: "\f2ed"; }

.wrap-theepi .wpeo-dropdown.dropdown-status .dropdown-content {
  width: 202px; }

.wrap-theepi .wpeo-table .action-end {
  display: flex;
  justify-content: flex-end; }

.wrap-theepi .wpeo-table .table-row.edit {
  flex-direction: column; }

.wrap-theepi .wpeo-table .table-row.edit .row-resume {
  display: flex; }

.wrap-theepi .wpeo-table .table-row.edit .row-advanced {
  padding: 1em; }
  .wrap-theepi .wpeo-table .table-row.edit .row-advanced .footer {
    text-align: right; }

.wrap-theepi .wpeo-table .wpeo-form .form-element .form-field-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: all 0.2s ease-out; }
  .wrap-theepi .wpeo-table .wpeo-form .form-element .form-field-container:hover {
    border: 1px solid rgba(0, 0, 0, 0.5); }
    .wrap-theepi .wpeo-table .wpeo-form .form-element .form-field-container:hover .autocomplete-label {
      border: 0; }

.wrap-theepi .wpeo-table .wpeo-form .form-element .form-field {
  height: 100%; }

.wrap-theepi .wpeo-table .wpeo-form .form-element .autocomplete-label {
  border: 0; }
  .wrap-theepi .wpeo-table .wpeo-form .form-element .autocomplete-label .autocomplete-icon-before {
    color: rgba(0, 0, 0, 0.4); }

.wrap-theepi .wpeo-table .wpeo-form .form-element .form-field, .wrap-theepi .wpeo-table .wpeo-form .form-element [class*="form-field-icon"] {
  background: none;
  padding: 0.6em; }

.wrap-theepi .wpeo-table .wpeo-form .form-element .form-field-icon-prev {
  padding-right: 0; }

.wrap-theepi .wpeo-table .wpeo-form .form-element [class*="form-field-label-next"], .wrap-theepi .wpeo-table .wpeo-form .form-element [class*="form-field-label-prev"] {
  padding: 0.6em; }

.wrap-theepi .wpeo-table .wpeo-form .form-element .form-label {
  text-transform: none;
  font-size: 14px;
  font-weight: 700; }

.wrap-theepi .wpeo-table .wpeo-form .form-element.form-element-unboxed .form-field-container {
  border: none;
  background: none;
  pointer-events: none; }
  .wrap-theepi .wpeo-table .wpeo-form .form-element.form-element-unboxed .form-field-container .form-field-icon-prev, .wrap-theepi .wpeo-table .wpeo-form .form-element.form-element-unboxed .form-field-container .form-field-icon-next {
    padding: 0.6em 0; }

.wrap-theepi .wpeo-table td, .wrap-theepi .wpeo-table th {
  border: 0; }

.wrap-theepi .wpeo-table td.table-end, .wrap-theepi .wpeo-table th.table-end {
  text-align: right; }

.wrap-theepi .wpeo-table > tfoot {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8); }
  .wrap-theepi .wpeo-table > tfoot td {
    padding: .2em .6em;
    border: 1px solid rgba(0, 0, 0, 0.1); }

.wrap-theepi .wpeo-table a:not(.wpeo-button) {
  color: #0084FF;
  text-decoration: none; }

.wrap-theepi .wps-checkout-review-order-table tbody tr td:last-child, .wrap-theepi .wps-checkout-review-order-table tfoot tr td:last-child {
  text-align: right; }

.wrap-theepi .epi-filter-bar {
  margin: 1.4em 0;
  display: flex;
  flex-wrap: wrap; }
  .wrap-theepi .epi-filter-bar .wpeo-form {
    display: flex; }
  .wrap-theepi .epi-filter-bar .wpeo-button {
    height: 100%;
    line-height: 1.7;
    margin-left: 0.4em; }
  .wrap-theepi .epi-filter-bar .epi-search {
    margin-left: auto; }
  .wrap-theepi .epi-filter-bar .epi-filters, .wrap-theepi .epi-filter-bar .epi-search {
    margin-bottom: 1em; }

.wrap-theepi .wpeo-table.epi .last-control .wpeo-button {
  margin-left: 0.4em; }

.wrap-theepi .epi-item-control {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  line-height: 0.9;
  padding: 7px 2px; }
  .wrap-theepi .epi-item-control.red {
    background: #FF2F27; }
  .wrap-theepi .epi-item-control.orange {
    background: #FFB727; }
  .wrap-theepi .epi-item-control.yellow {
    background: #FFEE00;
    color: #000; }
  .wrap-theepi .epi-item-control.green {
    background: #47e58e; }
  .wrap-theepi .epi-item-control .control-days {
    font-weight: 900;
    display: block;
    font-size: 14px; }
  .wrap-theepi .epi-item-control .control-label {
    font-size: 12px; }

.wrap-theepi .wpeo-modal.modal-control-epi .modal-container {
  max-width: 1200px; }

.wrap-theepi .wpeo-modal.modal-control-epi .modal-header .wpeo-button {
  margin: auto 0 auto 0.4em; }

.wrap-theepi .wpeo-table.control-epi .epi-control-row.view .control-link .form-field-label-next {
  padding: 0; }

.wrap-theepi .wpeo-table.control-epi .table-row.edit {
  flex-direction: row; }

.wrap-theepi .pagination {
  margin-top: 2em; }

.wrap-theepi h2 {
  text-transform: uppercase; }

.wrap-theepi .button-toggle-lifetime {
  display: inline-flex;
  margin-left: 0.6em; }
  .wrap-theepi .button-toggle-lifetime .button-toggle-no, .wrap-theepi .button-toggle-lifetime .button-toggle-yes {
    margin: auto; }
  .wrap-theepi .button-toggle-lifetime .button-toggle {
    font-size: 26px;
    margin: 0 0.3em; }
    .wrap-theepi .button-toggle-lifetime .button-toggle:hover {
      cursor: pointer; }
  .wrap-theepi .button-toggle-lifetime[data-value="YES"] .button-toggle-yes {
    font-weight: 700; }
  .wrap-theepi .button-toggle-lifetime[data-value="YES"] .button-toggle {
    color: #47e58e; }
  .wrap-theepi .button-toggle-lifetime[data-value="NO"] .button-toggle-no {
    font-weight: 700; }
  .wrap-theepi .button-toggle-lifetime[data-value="NO"] .button-toggle {
    color: #333333; }

.wrap-theepi .tm-avatar {
  display: block;
  background: #0084FF;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-out;
  border-radius: 50%;
  overflow: hidden; }
  .wrap-theepi .tm-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wrap-theepi .tm-avatar .wpeo-avatar-initial {
    display: flex;
    height: 100%; }
  .wrap-theepi .tm-avatar span {
    font-size: 16px;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%; }
  .wrap-theepi .tm-avatar:hover {
    cursor: pointer; }

@media (max-width: 1200px) {
  .wrap-theepi .wpeo-table.table-flex.epi .table-cell {
    min-width: 0; }
  .wrap-theepi .wpeo-table.table-flex.epi .table-cell.action-end .wpeo-button {
    width: 100%;
    min-width: 30px; } }

@media (max-width: 680px) {
  .wrap-theepi .wpeo-table.table-flex.epi .table-row.table-header {
    display: none; }
  .wrap-theepi .wpeo-table.table-flex.epi .table-row {
    flex-wrap: wrap;
    flex-direction: row !important;
    padding: 1em;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
    .wrap-theepi .wpeo-table.table-flex.epi .table-row:last-child {
      border: 0; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-row .row-resume {
      flex-wrap: wrap;
      flex-direction: row !important; }
  .wrap-theepi .wpeo-table.table-flex.epi .table-cell {
    max-width: none;
    min-width: 0;
    margin: 0;
    /** Affichage des before */ }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.id {
      order: 2;
      width: 15%;
      padding-top: 1.5em; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.thumbnail {
      order: 1;
      width: 15%; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.quantity {
      order: 5;
      width: 33.333333%;
      text-align: center; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.code-qr {
      order: 6;
      width: 33.333333%;
      text-align: center; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.serial-number {
      order: 7;
      width: 33.333333%;
      text-align: center; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.title {
      order: 3;
      width: 45%;
      padding-top: 1.5em; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.manager {
      order: 8;
      width: 33.333333%;
      text-align: center; }
      .wrap-theepi .wpeo-table.table-flex.epi .table-cell.manager .tm-avatar {
        margin: auto; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.last-control {
      order: 9;
      width: 33.333333%;
      text-align: center; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.add-control {
      order: 10;
      width: 33.333333%;
      text-align: center; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.next-control {
      order: 11;
      width: 50%;
      text-align: center; }
      .wrap-theepi .wpeo-table.table-flex.epi .table-cell.next-control .epi-item-control {
        display: inline-block; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.status {
      order: 12;
      text-align: center;
      width: 50%; }
      .wrap-theepi .wpeo-table.table-flex.epi .table-cell.status .epi-status-icon {
        display: inline-block; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.action-end {
      order: 4;
      width: 25%; }
    .wrap-theepi .wpeo-table.table-flex.epi .table-cell.quantity::before, .wrap-theepi .wpeo-table.table-flex.epi .table-cell.code-qr::before, .wrap-theepi .wpeo-table.table-flex.epi .table-cell.serial-number::before, .wrap-theepi .wpeo-table.table-flex.epi .table-cell.last-control::before, .wrap-theepi .wpeo-table.table-flex.epi .table-cell.next-control::before, .wrap-theepi .wpeo-table.table-flex.epi .table-cell.status::before, .wrap-theepi .wpeo-table.table-flex.epi .table-cell.manager::before, .wrap-theepi .wpeo-table.table-flex.epi .table-cell.add-control::before {
      display: block;
      content: attr(data-title);
      margin: 1em 0;
      color: rgba(0, 0, 0, 0.4); } }

@media (max-width: 480px) {
  .wrap-theepi .wpeo-table.table-flex.epi .table-cell.id {
    width: 20%; }
  .wrap-theepi .wpeo-table.table-flex.epi .table-cell.title {
    width: 40%; } }
