@charset "UTF-8";
/* skopus 4.0.1.20240503 */
/* Size */
/* Breakpoints */
.theme--light {
  background-color: #F3F6F8;
  color: #1e3d6a;
  /* Pagination */
  /* Quill */
  /* -------------------------------------------------------------------------- */
  /*                                    PARTS                                   */
  /* -------------------------------------------------------------------------- */
}
.theme--light body, .theme--light p, .theme--light h1, .theme--light h2, .theme--light h3, .theme--light h4, .theme--light em {
  color: #1e3d6a;
}
.theme--light .uk-background-primary {
  background-color: #1e3d6a;
}
.theme--light .uk-background-secondary {
  background-color: #054086;
}
.theme--light .uk-background-muted {
  background-color: #F3F6F8;
}
.theme--light .uk-background-muted-dark {
  background-color: #E8EDF1;
}
.theme--light .uk-background-light {
  background-color: #FFFFFF;
}
.theme--light .uk-button {
  background-color: #E8EDF1;
}
.theme--light .uk-button:hover {
  background-color: white;
}
.theme--light .uk-button-primary {
  background-color: #1e3d6a;
}
.theme--light .uk-button-primary:hover {
  background-color: rgb(41.25, 83.875, 145.75);
}
.theme--light .uk-button-secondary {
  background-color: #054086;
  color: #1e3d6a;
}
.theme--light .uk-button-secondary:hover {
  background-color: rgb(6.8345323741, 87.4820143885, 183.1654676259);
  color: #1e3d6a;
}
.theme--light .uk-button-tertiary {
  background-color: #90A7BA;
  color: #1e3d6a;
}
.theme--light .uk-button-tertiary:hover {
  background-color: rgb(175.45, 191.9333333333, 205.55);
  color: #1e3d6a;
}
.theme--light .btn-simple {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.theme--light .btn-simple.btn-simple-primary {
  color: #1e3d6a;
}
.theme--light .btn-simple.btn-simple-primary:hover {
  color: rgb(18.75, 38.125, 66.25);
}
.theme--light .btn-simple.btn-simple-secondary {
  color: #788BA6;
}
.theme--light .btn-simple.btn-simple-secondary:hover {
  color: rgb(93.3705357143, 113.3035714286, 141.6294642857);
}
.theme--light .btn-simple.btn-simple-tertiary {
  color: #90A7BA;
}
.theme--light .btn-simple.btn-simple-tertiary:hover {
  color: rgb(112.55, 142.0666666667, 166.45);
}
.theme--light .btn-simple.btn-simple-contrast {
  color: #e07c10;
}
.theme--light .btn-simple.btn-simple-contrast:hover {
  color: rgb(176.4, 97.65, 12.6);
}
.theme--light .btn-border {
  background-color: transparent;
  border: 1px solid #1e3d6a;
  cursor: pointer;
}
.theme--light .btn-border.btn-border-primary {
  color: #1e3d6a;
  border-color: #1e3d6a;
}
.theme--light .btn-border.btn-border-primary:hover {
  color: rgb(18.75, 38.125, 66.25);
  border-color: rgb(18.75, 38.125, 66.25);
}
.theme--light .btn-border.btn-border-secondary {
  color: #788BA6;
  border-color: #788BA6;
}
.theme--light .btn-border.btn-border-secondary:hover {
  color: rgb(93.3705357143, 113.3035714286, 141.6294642857);
  border-color: rgb(93.3705357143, 113.3035714286, 141.6294642857);
}
.theme--light .btn-border.btn-border-tertiary {
  color: #90A7BA;
  border-color: #90A7BA;
}
.theme--light .btn-border.btn-border-tertiary:hover {
  color: rgb(112.55, 142.0666666667, 166.45);
  border-color: rgb(112.55, 142.0666666667, 166.45);
}
.theme--light .btn-border.btn-border-contrast {
  color: #e07c10;
  border-color: #e07c10;
}
.theme--light .btn-border.btn-border-contrast:hover {
  color: rgb(176.4, 97.65, 12.6);
  border-color: rgb(176.4, 97.65, 12.6);
}
.theme--light .uk-button-primary-light {
  background-color: rgb(162.25, 189.375, 228.75);
  color: #1e3d6a;
}
.theme--light .uk-button-primary-light:hover {
  background-color: rgb(202, 217.5, 240);
  color: #1e3d6a;
}
.theme--light .uk-button-highlight {
  background-color: #e07c10;
  color: #1e3d6a;
}
.theme--light .uk-button-highlight:hover {
  background-color: rgb(240.4, 149.15, 50.6);
  color: #1e3d6a;
}
.theme--light .uk-button-danger {
  background-color: #EE395B;
}
.theme--light .uk-button-danger:hover {
  background-color: rgb(242.0325581395, 103.9674418605, 129.9023255814);
}
.theme--light .uk-card-default {
  background-color: #FFFFFF;
  color: #1e3d6a;
}
.theme--light .uk-radio,
.theme--light .uk-checkbox,
.theme--light .uk-textarea,
.theme--light .uk-select,
.theme--light .uk-input,
.theme--light .select2-results,
.theme--light .select2-container--default .select2-selection--multiple {
  background-color: #FFFFFF;
  color: #1e3d6a;
  border: 1px solid #E8EDF1;
}
.theme--light .select2-dropdown {
  border: 1px solid #E8EDF1;
}
.theme--light .select2.select2-container--default {
  flex: 1;
  padding-left: 0;
}
.theme--light .select2.select2-container--default ul li input {
  width: 100%;
}
.theme--light .uk-form-label {
  color: #1e3d6a;
}
.theme--light .uk-checkbox:checked:focus,
.theme--light .uk-checkbox:checked,
.theme--light .uk-checkbox:indeterminate,
.theme--light .uk-radio:checked,
.theme--light .uk-checkbox:checked,
.theme--light .uk-checkbox:indeterminate,
.theme--light .uk-radio:checked {
  background-color: #054086;
}
.theme--light .uk-input::placeholder,
.theme--light .uk-textarea::placeholder {
  /*background-color: theme("background-light");*/
  color: #1e3d6a;
  opacity: 0.5;
}
.theme--light .uk-tab li a {
  background-color: #FFFFFF;
}
.theme--light .uk-tab li.uk-active a {
  background-color: #1e3d6a;
  color: #FFFFFF;
}
.theme--light .uk-tab li:hover a {
  background-color: rgb(24.375, 49.5625, 86.125);
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message {
  background-color: #1e3d6a;
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message.uk-notification-message-primary {
  background-color: #1e3d6a;
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message.uk-notification-message-success {
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message.uk-notification-message-warning {
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message.uk-notification-message-danger {
  background-color: #054086;
  color: #FFFFFF;
}
.theme--light .uk-light {
  color: #FFFFFF;
}
.theme--light .uk-link, .theme--light a {
  color: #788BA6;
}
.theme--light .uk-link:hover, .theme--light a:hover {
  color: rgb(93.3705357143, 113.3035714286, 141.6294642857);
}
.theme--light form .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #F3F6F8;
}
.theme--light .uk-dropdown {
  background-color: #F3F6F8;
  color: #1e3d6a;
}
.theme--light .ql-snow.ql-container {
  background: #FFFFFF;
  color: #1e3d6a;
  border: 1px solid #E8EDF1;
}
.theme--light .ql-snow .ql-editor {
  background: #FFFFFF;
  color: #1e3d6a;
}
.theme--light .ql-snow.ql-toolbar {
  background: #F3F6F8;
  border: 1px solid #E8EDF1;
}
.theme--light .ql-snow .ql-picker {
  color: #1e3d6a;
}
.theme--light .ql-snow .ql-stroke {
  stroke: #1e3d6a;
}
.theme--light .ql-snow .ql-fill {
  fill: #1e3d6a;
}
.theme--light .ql-snow .ql-picker-options {
  background: #F3F6F8;
  color: #1e3d6a;
}
.theme--light body #main-menu .uk-nav-default > li > a,
.theme--light body #main-menu .uk-light .uk-nav-default > li > a,
.theme--light body #main-menu .uk-offcanvas-bar .uk-nav-default > li > a,
.theme--light body #main-menu .uk-overlay-primary .uk-nav-default > li > a,
.theme--light body #main-menu .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--light body #main-menu .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--light body #main-menu .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--light body #main-menu .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: #FFFFFF;
}
.theme--light body #main-menu ul > li.uk-active a, .theme--light body #main-menu ul > li:hover a {
  background-color: rgb(24.375, 49.5625, 86.125);
}
.theme--light body #main-menu ul > li.uk-active ul li a, .theme--light body #main-menu ul > li:hover ul li a {
  background-color: transparent;
}
.theme--light body.main-menu-active #main-menu .close-main-menu svg {
  color: #788BA6;
}
.theme--light body.main-menu-active #main-menu .close-main-menu:hover svg {
  color: #FFFFFF;
}
.theme--light .uk-modal-header,
.theme--light .uk-modal-body,
.theme--light .uk-modal-footer {
  background-color: #FFFFFF;
}

.theme--dark {
  background-color: #001F3B;
  color: #F3F6F8;
  /* Pagination */
  /* Quill */
  /* -------------------------------------------------------------------------- */
  /*                                    PARTS                                   */
  /* -------------------------------------------------------------------------- */
}
.theme--dark body, .theme--dark p, .theme--dark h1, .theme--dark h2, .theme--dark h3, .theme--dark h4, .theme--dark em {
  color: #F3F6F8;
}
.theme--dark .uk-background-primary {
  background-color: #1F5E93;
}
.theme--dark .uk-background-secondary {
  background-color: #788BA6;
}
.theme--dark .uk-background-muted {
  background-color: #001F3B;
}
.theme--dark .uk-background-muted-dark {
  background-color: #001222;
}
.theme--dark .uk-background-light {
  background-color: #0B2843;
}
.theme--dark .uk-button {
  background-color: #001222;
}
.theme--dark .uk-button:hover {
  background-color: #002d55;
}
.theme--dark .uk-button-primary {
  background-color: #1F5E93;
}
.theme--dark .uk-button-primary:hover {
  background-color: rgb(39.8820224719, 120.9325842697, 189.1179775281);
}
.theme--dark .uk-button-secondary {
  background-color: #788BA6;
  color: #1e3d6a;
}
.theme--dark .uk-button-secondary:hover {
  background-color: rgb(150.7366071429, 165.4107142857, 186.2633928571);
  color: #1e3d6a;
}
.theme--dark .uk-button-tertiary {
  background-color: #5E809F;
  color: #1e3d6a;
}
.theme--dark .uk-button-tertiary:hover {
  background-color: rgb(125.5375494071, 153.2213438735, 178.4624505929);
  color: #1e3d6a;
}
.theme--dark .btn-simple {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.theme--dark .btn-simple.btn-simple-primary {
  color: #F3F6F8;
}
.theme--dark .btn-simple.btn-simple-primary:hover {
  color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.theme--dark .btn-simple.btn-simple-secondary {
  color: #BCCAD7;
}
.theme--dark .btn-simple.btn-simple-secondary:hover {
  color: rgb(156.0654205607, 176.738317757, 195.9345794393);
}
.theme--dark .btn-simple.btn-simple-tertiary {
  color: #5E809F;
}
.theme--dark .btn-simple.btn-simple-tertiary:hover {
  color: rgb(75.0513833992, 102.1976284585, 126.9486166008);
}
.theme--dark .btn-simple.btn-simple-contrast {
  color: #e07c10;
}
.theme--dark .btn-simple.btn-simple-contrast:hover {
  color: rgb(176.4, 97.65, 12.6);
}
.theme--dark .btn-border {
  background-color: transparent;
  border: 1px solid #F3F6F8;
  cursor: pointer;
}
.theme--dark .btn-border.btn-border-primary {
  color: #F3F6F8;
  border-color: #F3F6F8;
}
.theme--dark .btn-border.btn-border-primary:hover {
  color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
  border-color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.theme--dark .btn-border.btn-border-secondary {
  color: #BCCAD7;
  border-color: #BCCAD7;
}
.theme--dark .btn-border.btn-border-secondary:hover {
  color: rgb(156.0654205607, 176.738317757, 195.9345794393);
  border-color: rgb(156.0654205607, 176.738317757, 195.9345794393);
}
.theme--dark .btn-border.btn-border-tertiary {
  color: #5E809F;
  border-color: #5E809F;
}
.theme--dark .btn-border.btn-border-tertiary:hover {
  color: rgb(75.0513833992, 102.1976284585, 126.9486166008);
  border-color: rgb(75.0513833992, 102.1976284585, 126.9486166008);
}
.theme--dark .btn-border.btn-border-contrast {
  color: #e07c10;
  border-color: #e07c10;
}
.theme--dark .btn-border.btn-border-contrast:hover {
  color: rgb(176.4, 97.65, 12.6);
  border-color: rgb(176.4, 97.65, 12.6);
}
.theme--dark .uk-button-primary-light {
  background-color: rgb(191.4101123596, 218.6629213483, 241.5898876404);
  color: #1e3d6a;
}
.theme--dark .uk-button-primary-light:hover {
  background-color: rgb(233.5280898876, 242.7303370787, 250.4719101124);
  color: #1e3d6a;
}
.theme--dark .uk-button-highlight {
  background-color: #e07c10;
  color: #1e3d6a;
}
.theme--dark .uk-button-highlight:hover {
  background-color: rgb(240.4, 149.15, 50.6);
  color: #1e3d6a;
}
.theme--dark .uk-button-danger {
  background-color: #EE395B;
}
.theme--dark .uk-button-danger:hover {
  background-color: rgb(242.0325581395, 103.9674418605, 129.9023255814);
}
.theme--dark .uk-card-default {
  background-color: #001222;
  color: #F3F6F8;
}
.theme--dark .uk-radio,
.theme--dark .uk-checkbox,
.theme--dark .uk-textarea,
.theme--dark .uk-select,
.theme--dark .uk-input,
.theme--dark .select2-results,
.theme--dark .select2-container--default .select2-selection--multiple {
  background-color: #0B2843;
  color: #F3F6F8;
  border: 1px solid #001222;
}
.theme--dark .select2-dropdown {
  border: 1px solid #001222;
}
.theme--dark .select2.select2-container--default {
  flex: 1;
  padding-left: 0;
}
.theme--dark .select2.select2-container--default ul li input {
  width: 100%;
}
.theme--dark .uk-form-label {
  color: #F3F6F8;
}
.theme--dark .uk-checkbox:checked:focus,
.theme--dark .uk-checkbox:checked,
.theme--dark .uk-checkbox:indeterminate,
.theme--dark .uk-radio:checked,
.theme--dark .uk-checkbox:checked,
.theme--dark .uk-checkbox:indeterminate,
.theme--dark .uk-radio:checked {
  background-color: #788BA6;
}
.theme--dark .uk-input::placeholder,
.theme--dark .uk-textarea::placeholder {
  /*background-color: theme("background-light");*/
  color: #F3F6F8;
  opacity: 0.5;
}
.theme--dark .uk-tab li a {
  background-color: #0B2843;
}
.theme--dark .uk-tab li.uk-active a {
  background-color: #1F5E93;
  color: #0B2843;
}
.theme--dark .uk-tab li:hover a {
  background-color: rgb(26.558988764, 80.5337078652, 125.941011236);
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message {
  background-color: #1F5E93;
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message.uk-notification-message-primary {
  background-color: #1F5E93;
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message.uk-notification-message-success {
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message.uk-notification-message-warning {
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message.uk-notification-message-danger {
  background-color: #788BA6;
  color: #0B2843;
}
.theme--dark .uk-light {
  color: #0B2843;
}
.theme--dark .uk-link, .theme--dark a {
  color: #BCCAD7;
}
.theme--dark .uk-link:hover, .theme--dark a:hover {
  color: rgb(156.0654205607, 176.738317757, 195.9345794393);
}
.theme--dark form .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #001F3B;
}
.theme--dark .uk-dropdown {
  background-color: #001F3B;
  color: #F3F6F8;
}
.theme--dark .ql-snow.ql-container {
  background: #0B2843;
  color: #F3F6F8;
  border: 1px solid #001222;
}
.theme--dark .ql-snow .ql-editor {
  background: #0B2843;
  color: #F3F6F8;
}
.theme--dark .ql-snow.ql-toolbar {
  background: #001F3B;
  border: 1px solid #001222;
}
.theme--dark .ql-snow .ql-picker {
  color: #F3F6F8;
}
.theme--dark .ql-snow .ql-stroke {
  stroke: #F3F6F8;
}
.theme--dark .ql-snow .ql-fill {
  fill: #F3F6F8;
}
.theme--dark .ql-snow .ql-picker-options {
  background: #001F3B;
  color: #F3F6F8;
}
.theme--dark body #main-menu .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-light .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-offcanvas-bar .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-overlay-primary .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: #0B2843;
}
.theme--dark body #main-menu ul > li.uk-active a, .theme--dark body #main-menu ul > li:hover a {
  background-color: rgb(26.558988764, 80.5337078652, 125.941011236);
}
.theme--dark body #main-menu ul > li.uk-active ul li a, .theme--dark body #main-menu ul > li:hover ul li a {
  background-color: transparent;
}
.theme--dark body.main-menu-active #main-menu .close-main-menu svg {
  color: #BCCAD7;
}
.theme--dark body.main-menu-active #main-menu .close-main-menu:hover svg {
  color: #0B2843;
}
.theme--dark .uk-modal-header,
.theme--dark .uk-modal-body,
.theme--dark .uk-modal-footer {
  background-color: #0B2843;
}

.theme--light {
  /* -------------------------------------------------------------------------- */
  /*                                    FORM                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   LAYOUT                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   PLAYER                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MAIN MENU                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TITLE BAR                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  SEARCH BAR                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TOOLBAR                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 CARD / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 LIST / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    CART                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    HOME                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MONTAGE                                   */
  /* -------------------------------------------------------------------------- */
  /* BULLE */
  /* -------------------------------------------------------------------------- */
  /*                                FORM MODAL                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                IFRAME MODAL                                */
  /* -------------------------------------------------------------------------- */
  /* EXPORT */
  /* @ToDo Dispatch better */
  /* -------------------------------------------------------------------------- */
  /*                                 PAGE ADMIN                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 PAGE ADMIN                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                PAGE DETAIL                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 PAGE FORM                                  */
  /* -------------------------------------------------------------------------- */
  /* Admin form */
  /* -------------------------------------------------------------------------- */
  /*                                PAGE PANIER                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                PAGE SEARCH                                 */
  /* -------------------------------------------------------------------------- */
  /* Preview Global */
  /* Reportage */
}
.theme--light .uk-select:not([multiple]):not([size]) option {
  color: #1e3d6a;
}
.theme--light .next-1-1 .next-1-1 {
  background-color: #E8EDF1;
}
.theme--light #page-container section.preview-sidebar,
.theme--light #page-container section.filter-sidebar {
  background-color: #FFFFFF;
}
.theme--light body .timecode-container span {
  color: #000000;
}
.theme--light body #ow_boutons .btn:hover,
.theme--light body #ow_first_row_controller .btn:hover {
  color: #e07c10;
}
.theme--light body #main-menu .logo-section a {
  color: #FFFFFF;
}
.theme--light body #ow_controllerpanel {
  /* First line Actions **************************/
  /* SD/HD select */
  /* Second line Actions **************************/
  /* Sound BTN */
  /* CONTROLS */
}
.theme--light body #ow_controllerpanel.controllerpanelFS {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light body #ow_controllerpanel .btn {
  color: #1e3d6a;
}
.theme--light body #ow_controllerpanel #timecodeDisplay {
  color: #000000;
}
.theme--light body #ow_controllerpanel #ow_quality_switch select {
  border: 2px solid #555;
  background: #f8f8f8;
}
.theme--light body #ow_controllerpanel #ow_quality_switch:after {
  background: #555;
  color: white;
}
.theme--light body #ow_controllerpanel #jogcontainer #ow_id_jog_slider {
  background: transparent;
}
.theme--light body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-connects {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-connects .noUi-connect {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-handle {
  background-color: #e07c10;
}
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_new,
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_in,
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_out,
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_save,
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_cancel {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_capture {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connects {
  background-color: #E8EDF1;
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connect {
  background: rgb(25.5, 25.5, 25.5);
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-handle {
  background: #e07c10;
}
.theme--light body #ow_controllerpanel #sound_channels_btns #ow_bouton_right_sound,
.theme--light body #ow_controllerpanel #sound_channels_btns #ow_bouton_left_sound {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #sound_channels_btns #ow_bouton_right_sound.ClickBouton,
.theme--light body #ow_controllerpanel #sound_channels_btns #ow_bouton_left_sound.ClickBouton {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_mute_sound {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_mute_sound.ClickBouton {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_srt,
.theme--light body #ow_controllerpanel #ow_bouton_fullscreen,
.theme--light body #ow_controllerpanel #ow_bouton_pip,
.theme--light body #ow_controllerpanel #ow_bouton_loop,
.theme--light body #ow_controllerpanel #ow_bouton_go_to_end,
.theme--light body #ow_controllerpanel #ow_bouton_fast_forward,
.theme--light body #ow_controllerpanel #ow_bouton_sec_forward,
.theme--light body #ow_controllerpanel #ow_bouton_step_forward,
.theme--light body #ow_controllerpanel #ow_bouton_sec_rewind,
.theme--light body #ow_controllerpanel #ow_bouton_step_rewind,
.theme--light body #ow_controllerpanel #ow_bouton_fast_rewind,
.theme--light body #ow_controllerpanel #ow_bouton_go_to_beginning {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_play_pause.pause, .theme--light body #ow_controllerpanel #ow_bouton_play_pause.play {
  background-color: #000000;
}
.theme--light body #playerExport #ow_controllerheader {
  background-color: rgba(0, 0, 0, 0.3);
}
.theme--light body #playerExport #ow_controllerheader .uk-navbar-left .uk-navbar-nav > li {
  color: #FFFFFF;
}
.theme--light body #playerExport #ow_controllerheader .uk-navbar-right .uk-navbar-nav > li > a {
  color: #FFFFFF;
}
.theme--light body #playerExport #container #ow_controllerpanel {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light section#title-bar .title-page {
  color: #1e3d6a;
}
.theme--light section#title-bar #title-menu a {
  color: #1e3d6a;
}
.theme--light section#title-bar #title-menu a:hover {
  color: #788BA6;
}
.theme--light .nbr-results {
  color: #1e3d6a;
}
.theme--light .nbr-results span.save-search svg {
  color: #1e3d6a;
}
.theme--light .nbr-results span.save-search svg polygon {
  fill: #1e3d6a;
}
.theme--light .nbr-results span.save-search:hover svg {
  color: #e07c10;
}
.theme--light .nbr-results span.save-search:hover svg polygon {
  fill: #e07c10;
}
.theme--light .nbr-results a {
  color: #788BA6;
}
.theme--light .toggle-input + .toggle-btn {
  background-color: #E8EDF1;
}
.theme--light .toggle-input + .toggle-btn:after {
  background: #fbfbfb;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08);
}
.theme--light .toggle-input + .toggle-btn:active {
  box-shadow: inset 0 0 0 1.5em #e8eae9;
}
.theme--light .toggle-input:checked + .toggle-btn {
  background: #90A7BA;
}
.theme--light section#search-bar form #simple-search .drop-select button {
  background-color: #FFFFFF;
  color: #1e3d6a;
  border: 1px solid #E8EDF1;
}
.theme--light section#search-bar form #simple-search .drop-select button:hover, .theme--light section#search-bar form #simple-search .drop-select button[aria-expanded=true] {
  background-color: white;
}
.theme--light section#search-infos .chip .boolean {
  background-color: #054086;
}
.theme--light section#search-infos .chip .label {
  background-color: #1e3d6a;
}
.theme--light section#search-infos .chip .label span.uk-icon-link:hover::after {
  background: #EE395B;
}
.theme--light section#search-infos .chip a.uk-link {
  color: #788BA6;
}
.theme--light section#search-infos .chip.nbr-results {
  color: #1e3d6a;
}
.theme--light body #advanced-search-modal {
  background: rgba(0, 0, 0, 0.6);
}
.theme--light body #advanced-search-modal .uk-modal-dialog {
  background: #fff;
}
.theme--light body #advanced-search-modal .uk-modal-dialog .uk-modal-body {
  background: #F3F6F8;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav {
  border-bottom: 1px solid #E8EDF1;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4 {
  background-color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4:hover {
  background-color: rgb(18.75, 38.125, 66.25);
  color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4 {
  background-color: #1e3d6a;
  color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4:hover {
  background-color: rgb(18.75, 38.125, 66.25);
}
.theme--light #page-container .toolbar-container {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li button,
.theme--light #page-container .toolbar-container ul.uk-iconnav li a {
  background-color: #F3F6F8;
  color: #1e3d6a;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li button:hover,
.theme--light #page-container .toolbar-container ul.uk-iconnav li a:hover {
  background-color: #E8EDF1;
  color: #1e3d6a;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li.separator {
  background-color: #90A7BA;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li button,
.theme--light #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li a {
  color: #878787;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li button:hover,
.theme--light #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li a:hover {
  background: transparent;
  color: #1e3d6a;
}
.theme--light #page-container .toolbar-container #cart-display-bar button.sort-by,
.theme--light #page-container .toolbar-container #display-bar button.sort-by {
  background-color: #FFFFFF;
  color: #1e3d6a;
  border: 1px solid #E8EDF1;
}
.theme--light #page-container .toolbar-container #cart-display-bar button.sort-by:hover,
.theme--light #page-container .toolbar-container #display-bar button.sort-by:hover {
  background-color: white;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-runnable-track,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-runnable-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #90A7BA;
  border: 0px solid #000000;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-thumb,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #788BA6;
  background: #054086;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-webkit-slider-runnable-track,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #90A7BA;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-moz-range-track,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-moz-range-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #90A7BA;
  border: 0px solid #000000;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-moz-range-thumb,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #054086;
  background: #054086;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-track,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-fill-lower,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-fill-lower {
  background-color: #90A7BA;
  border: 0px solid #000000;
  box-shadow: 0px 0px 0px #000000;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-fill-upper,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-fill-upper {
  background-color: #90A7BA;
  border: 0px solid #000000;
  box-shadow: 0px 0px 0px #000000;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-thumb,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #054086;
  background: #054086;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-ms-fill-lower,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-ms-fill-lower {
  background-color: #90A7BA;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-ms-fill-upper,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-ms-fill-upper {
  background-color: #90A7BA;
}
.theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button, .theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #e07c10;
  color: #1e3d6a;
}
.theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button:hover, .theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(240.4, 149.15, 50.6);
}
.theme--light #page-container .toolbar-container .btn-open-filter-sidebar .uk-icon-link,
.theme--light #page-container .toolbar-container .btn-open-preview-sidebar .uk-icon-link {
  background: #FFFFFF;
  color: #1e3d6a;
}
.theme--light #page-container.preview-open .toolbar-container .btn-close-preview-sidebar .uk-icon-link {
  background: #FFFFFF;
  color: #1e3d6a;
}
.theme--light .card-item .uk-card {
  background-color: #FFFFFF;
}
.theme--light .card-item .uk-card .image-container .no-preview {
  background-color: #F3F6F8;
}
.theme--light .card-item .uk-card .image-container .vignette-icon span {
  color: #FFFFFF;
  background-color: #FFFFFF; /* Couleur de l'icône */
}
.theme--light .card-item .uk-card .uk-card-badge {
  background-color: #52E4A7;
}
.theme--light .card-item .uk-card .select-container .uk-checkbox {
  border: 1px solid #FFFFFF;
  filter: drop-shadow(0 0 0.75rem rgba(34, 80, 119, 0.3));
}
.theme--light .card-item .uk-card .card-toolbar {
  background: rgb(18.75, 38.125, 66.25);
}
.theme--light .card-item .uk-card .card-toolbar .actions-container .uk-iconnav button,
.theme--light .card-item .uk-card .card-toolbar .actions-container .uk-iconnav a {
  color: #cccccc;
}
.theme--light .card-item .uk-card .card-toolbar .actions-container .uk-iconnav button:hover,
.theme--light .card-item .uk-card .card-toolbar .actions-container .uk-iconnav a:hover {
  color: #FFFFFF;
}
.theme--light .card-item .infos h4 a {
  color: #1e3d6a;
}
.theme--light .card-item .infos p.meta {
  color: #878787;
}
.theme--light .card-item .infos p.meta button,
.theme--light .card-item .infos p.meta a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #878787;
}
.theme--light .card-item .infos p.meta button:hover,
.theme--light .card-item .infos p.meta a:hover {
  background-color: transparent;
  color: #788BA6;
}
.theme--light .card-item.selected .uk-card {
  background-color: rgb(44.8417266187, 137.3741007194, 247.1582733813);
}
.theme--light .card-item.active-preview .uk-card .image-container {
  background-color: #F3F6F8;
  box-shadow: inset 0 0 1px 2px #054086;
}
.theme--light .card-item.active .uk-card .image-container, .theme--light .card-item.active .theme--light .card-item.selected .uk-card .image-container {
  background-color: #F3F6F8;
}
.theme--light .list-results table .uk-checkbox {
  background-color: #FFFFFF;
}
.theme--light .list-results table .uk-checkbox:checked {
  background-color: #788BA6;
  filter: drop-shadow(0 0 1rem rgba(34, 80, 119, 0.2));
}
.theme--light .list-results table thead tr th {
  color: #1e3d6a;
}
.theme--light .list-results table thead tr th a {
  color: #1e3d6a;
}
.theme--light .list-results table tbody tr {
  background-color: #FFFFFF;
}
.theme--light .list-results table tbody tr:hover {
  background-color: rgba(24, 43, 73, 0.5);
}
.theme--light .list-results table tbody tr.active-preview {
  background-color: #E8EDF1;
  box-shadow: inset 0 0 1px 2px #DCE3E8;
}
.theme--light .list-results table tbody tr td a {
  color: #1e3d6a;
}
.theme--light #page-container #floating-cart-container #cart-container {
  background-color: #F3F6F8;
}
.theme--light #page-container.homepage #home-banner h1.uk-light {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--light #page-container.homepage .home-slider-container .slide-title-overlay {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
  color: #FFFFFF;
}
.theme--light #page-container.homepage .home-slider-container .slide-title-overlay:hover {
  background: #121212;
}
.theme--light #page-container.homepage .home-slider-container .slide-title-overlay h3, .theme--light #page-container.homepage .home-slider-container .slide-title-overlay h2 {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--light #page-container.homepage .home-slider-container .slide-title-overlay span {
  color: #FFFFFF;
}
.theme--light #page-container.homepage .uk-card-default {
  background-color: #FFFFFF;
  color: #33383E;
}
.theme--light #page-container.homepage .uk-card-default .uk-card-title {
  color: #33383E;
}
.theme--light fieldset#bloc_atelier span.clipTitre {
  color: #1e3d6a;
}
.theme--light fieldset#bloc_atelier span.bgVignette, .theme--light fieldset#bloc_atelier a.bgVignette {
  background-color: black;
}
.theme--light fieldset#bloc_atelier #bloc_top_atelier #chutier .toolbar-container {
  background-color: rgb(13.125, 26.6875, 46.375);
}
.theme--light fieldset#bloc_atelier #bloc_top_atelier #chutier #binView ul.miniatures li {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--light fieldset#bloc_atelier #bloc_top_atelier #chutier #binView ul.miniatures li.selectedClip .uk-card-default {
  background-color: #e07c10;
}
.theme--light fieldset#bloc_atelier #bloc_top_atelier #visionneuse .uk-background-primary {
  background-color: rgb(13.125, 26.6875, 46.375);
}
.theme--light fieldset#bloc_atelier #bloc_top_atelier #visionneuse .help_infos {
  color: #B2B2B2;
}
.theme--light fieldset#bloc_atelier #bloc_top_atelier #visionneuse #montageContainer {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light fieldset#bloc_atelier #bloc_top_atelier #dragMe {
  background-color: #F3F6F8;
}
.theme--light fieldset#bloc_atelier #montage .toolbar-container {
  background-color: rgb(13.125, 26.6875, 46.375);
}
.theme--light fieldset#bloc_atelier #montage #timelineView .help_infos {
  color: #B2B2B2;
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline {
  background-color: rgba(232, 237, 241, 0.97) !important;
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline li {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline li.doc_video {
  background-color: #488478;
  border-bottom: 5px solid #67c1b3;
  outline: solid 1px #67c1b3;
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline li.doc_video .clipTitre {
  background-color: rgba(103, 193, 179, 0.75);
  color: #fff;
  text-shadow: #286458 1px 0 4px;
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline li.doc_audio {
  background-color: #a86ff9;
  border-bottom: 5px solid #8205b9;
  outline: solid 1px #8205b9;
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline li.doc_audio .clipTitre {
  background-color: rgba(103, 193, 179, 0.75);
  color: #fff;
  text-shadow: #286458 1px 0 4px;
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline li.doc_picture {
  background-color: #a75271;
  border-bottom: 5px solid #f873a8;
  outline: solid 1px #f873a8;
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline li.carton {
  background-color: #496280;
  border-bottom: 5px solid #77a9e8;
  outline: solid 1px #77a9e8;
}
.theme--light fieldset#bloc_atelier #montage #timelineView #timeline li.selectedClip {
  outline: solid 1px #e07c10;
  border-bottom: 5px solid #e07c10;
}
.theme--light #timeline_track {
  background: rgb(182.125, 203.4375, 234.375);
}
.theme--light #timeline_track #timeline_handle {
  background-color: #e07c10;
}
.theme--light #bin LI span.delete_clip,
.theme--light #timeline LI span.delete_clip {
  background-color: #EE395B;
  color: #FFFFFF;
}
.theme--light #cursor-wrapper #cursor-container {
  background-color: rgba(150, 150, 150, 0.1);
}
.theme--light #cursor-wrapper #cursor-container .cursor-arrow {
  border-top: 10px solid #EE395B;
}
.theme--light #cursor-wrapper #cursor-container .cursor-line {
  border-left: 2px solid #EE395B;
}
.theme--light #cursor-wrapper #ruler-container .ruler {
  background: #F3F6F8;
  border-top: 2px solid #878787;
}
.theme--light #cursor-wrapper #ruler-container .ruler li.unit:before {
  border-left: 1px solid #878787;
}
.theme--light #cursor-wrapper #ruler-container .ruler li.unit-medium:before {
  border-left: 1px solid #878787;
}
.theme--light #cursor-wrapper #ruler-container .ruler li.unit-large:before {
  border-left: 1px solid #878787;
}
.theme--light #cursor-wrapper #ruler-container .ruler li.unit-large span {
  color: #878787;
}
.theme--light body li.clone_drag {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--light body li.clone_drag span.bgVignette,
.theme--light body li.clone_drag a.bgVignette {
  background-color: black;
}
.theme--light body li.clone_drag span.clipTitre {
  color: #225077;
}
.theme--light #bulle_hover textarea#bulle_edit_title[readonly] {
  background-color: #F3F6F8;
}
.theme--light #bulle_hover .uk-modal-body .uk-input,
.theme--light #bulle_hover .uk-modal-body .uk-textarea,
.theme--light #bulle_hover .uk-modal-body .uk-select,
.theme--light #modal-default .uk-modal-body .uk-input,
.theme--light #modal-default .uk-modal-body .uk-textarea,
.theme--light #modal-default .uk-modal-body .uk-select {
  background-color: #E8EDF1;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button,
.theme--light #modal-default .uk-modal-footer .uk-button {
  background-color: #90A7BA;
  border-color: #90A7BA;
  color: #FFFFFF;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button:hover,
.theme--light #modal-default .uk-modal-footer .uk-button:hover {
  background-color: rgb(175.45, 191.9333333333, 205.55);
  color: #FFFFFF;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button-primary,
.theme--light #modal-default .uk-modal-footer .uk-button-primary {
  background-color: #1e3d6a;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button-primary:hover,
.theme--light #modal-default .uk-modal-footer .uk-button-primary:hover {
  background-color: rgb(41.25, 83.875, 145.75);
}
.theme--light #iframe-container .chercheIndex {
  background-color: #FFFFFF;
}
.theme--light #iframe-container .chercheIndex #iframe-list-container .uk-table tr a {
  color: #1e3d6a;
}
.theme--light #previewHoverWrapper {
  background-color: #000000;
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--light .uk-modal-body #menuBody .returnMsg.error {
  color: red;
}
.theme--light .uk-modal-body .fopPdfPrms_panel.hidden {
  color: #808080;
}
.theme--light .uk-modal-body .fld_export.custom_export_form #customFields {
  border: 1px solid #CACACA;
}
.theme--light .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area {
  outline: 1px solid #CACACA;
}
.theme--light .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customField2 {
  border-bottom: 1px solid #CACACA;
}
.theme--light .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.inactive .cust_field_arrow_action {
  border-left: 1px solid #CACACA;
}
.theme--light .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.inactive .cust_field_arrow_action:hover {
  background-color: #F1F1F1;
}
.theme--light .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.active .cust_field_arrow_action {
  border-right: 1px solid #CACACA;
}
.theme--light .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.active .cust_field_arrow_action:hover {
  background-color: #F1F1F1;
}
.theme--light .uk-modal-body .fld_export.custom_export_form #customFieldWrapper .customField:hover, .theme--light .uk-modal-body .fld_export.custom_export_form .ui-sortable-helper {
  border-top: 1px solid #CACACA;
  background: white;
}
.theme--light .uk-modal-body .fld_export.custom_export_form .customField_placeholder {
  border-bottom: 1px solid #CACACA;
}
.theme--light #popupModal.loading #frameModal {
  background: url("../assets/img/wait4alpha.gif") no-repeat center center white;
}
.theme--light #frameModal {
  background-color: white;
}
.theme--light #connect_form input#login {
  background: url("../assets/img/icnhead-login.png") 6px center no-repeat, white;
}
.theme--light #connect_form input#password {
  background: url("../assets/img/icnhead-password.png") 6px center no-repeat, white;
}
.theme--light #connect_form div.error {
  background-color: rgba(255, 204, 204, 0.98);
  color: black;
  border: 1px solid #DADADA;
}
.theme--light #page-container.catEdit #filter-sidebar,
.theme--light #page-container.catEdit #preview-sidebar {
  background-color: #FFFFFF;
}
.theme--light #page-container.catEdit #filter-sidebar .uk-nav-header,
.theme--light #page-container.catEdit #preview-sidebar .uk-nav-header {
  color: #1e3d6a;
}
.theme--light #page-container.catEdit #filter-sidebar .uk-nav-header .uk-icon-link,
.theme--light #page-container.catEdit #preview-sidebar .uk-nav-header .uk-icon-link {
  color: #788BA6;
}
.theme--light #page-container.catEdit #filter-sidebar .button-xsmall {
  border: 1px solid #788BA6;
}
.theme--light #page-container.catEdit #filter-sidebar #facet_container .facet-item {
  border-top: 1px solid #E8EDF1;
}
.theme--light #page-container.catEdit #filter-sidebar #facet_container .type_facet .title {
  color: #1e3d6a;
}
.theme--light #page-container.catEdit #filter-sidebar #facet_container .block_facet {
  color: #1e3d6a;
}
.theme--light #page-container.catEdit #preview-sidebar .description h4.title {
  color: #1e3d6a;
}
.theme--light #page-container.catEdit #preview-sidebar .description p.meta {
  color: #878787;
}
.theme--light #page-container.catEdit #preview-sidebar .description p.meta button,
.theme--light #page-container.catEdit #preview-sidebar .description p.meta a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #878787;
}
.theme--light #page-container.catEdit #preview-sidebar .description p.meta button:hover,
.theme--light #page-container.catEdit #preview-sidebar .description p.meta a:hover {
  background-color: transparent;
  color: #788BA6;
}
.theme--light .select2-dropdown {
  background-color: #F3F6F8;
  border-color: #E8EDF1;
  color: #000000;
}
.theme--light .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: #F3F6F8;
  border-color: #E8EDF1;
  color: #000000;
}
.theme--light .jstree-default .jstree-hovered {
  background-color: #F3F6F8;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #E8EDF1;
}
.theme--light .jstree-default .jstree-clicked {
  background: #E8EDF1;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #E8EDF1;
}
.theme--light #page-container.dashboard .dashboard-card li.muted {
  background: #F3F6F8;
}
.theme--light #page-container.dashboard .color-red h3 {
  color: #FD3333;
  border-bottom: 5px solid #FD3333;
}
.theme--light #page-container.dashboard .color-red li {
  border-left: 10px solid #FD3333;
}
.theme--light #page-container.dashboard .color-red .uk-badge {
  background: #FD3333;
}
.theme--light #page-container.dashboard .color-red a {
  color: #FD3333;
}
.theme--light #page-container.dashboard .color-orange h3 {
  color: #e07c10;
  border-bottom: 5px solid #e07c10;
}
.theme--light #page-container.dashboard .color-orange li {
  border-left: 10px solid #e07c10;
}
.theme--light #page-container.dashboard .color-orange .uk-badge, .theme--light #page-container.dashboard .color-orange .bg-color {
  background: #e07c10;
}
.theme--light #page-container.dashboard .color-orange a {
  color: #e07c10;
}
.theme--light #page-container.dashboard .color-green h3 {
  color: #00CB7B;
  border-bottom: 5px solid #00CB7B;
}
.theme--light #page-container.dashboard .color-green li {
  border-left: 10px solid #00CB7B;
}
.theme--light #page-container.dashboard .color-green .uk-badge {
  background: #00CB7B;
}
.theme--light #page-container.dashboard .color-green a {
  color: #00CB7B;
}
.theme--light #page-container.dashboard .color-dark h3 {
  color: #225077;
  border-bottom: 5px solid #225077;
}
.theme--light #page-container.dashboard .color-dark li {
  border-left: 10px solid #225077;
}
.theme--light #page-container.dashboard .color-dark .uk-badge {
  background: #225077;
}
.theme--light #page-container.dashboard .color-dark a {
  color: #1e3d6a;
}
.theme--light #page-container.dashboard .color-aqua h3 {
  color: #52C8E4;
  border-bottom: 5px solid #52C8E4;
}
.theme--light #page-container.dashboard .color-aqua li {
  border-left: 10px solid #52C8E4;
}
.theme--light #page-container.dashboard .color-aqua .uk-badge {
  background: #52C8E4;
}
.theme--light #page-container.dashboard .color-aqua .big-text {
  color: #52C8E4;
}
.theme--light #page-container.dashboard .color-aqua a {
  color: #52C8E4;
}
.theme--light #page-container.dashboard .color-purple h3 {
  color: #AA00FF;
  border-bottom: 5px solid #AA00FF;
}
.theme--light #page-container.dashboard .color-purple li {
  border-left: 10px solid #AA00FF;
}
.theme--light #page-container.dashboard .color-purple .uk-badge {
  background: #AA00FF;
}
.theme--light #page-container.dashboard .color-purple a {
  color: #AA00FF;
}
.theme--light #page-container.dashboard .color-blue h3 {
  color: #6898C3;
  border-bottom: 5px solid #6898C3;
}
.theme--light #page-container.dashboard .color-blue li {
  border-left: 10px solid #6898C3;
}
.theme--light #page-container.dashboard .color-blue .uk-badge, .theme--light #page-container.dashboard .color-blue .bg-color {
  background: #6898C3;
}
.theme--light #page-container.dashboard .color-blue a {
  color: #6898C3;
}
.theme--light #page-container.dashboard .bg-border {
  border-bottom: 1px solid #E8EDF1;
}
.theme--light #page-container.dashboard .dashboard-card .uk-progress {
  background-color: #f8f8f8;
}
.theme--light #page-container.dashboard progress.uk-progress::-webkit-progress-bar {
  background-color: #D8D8D8;
}
.theme--light #page-container.dashboard progress.uk-progress::-webkit-progress-value {
  background-color: #6898C3 !important;
}
.theme--light #page-container.dashboard .uk-light progress.uk-progress::-webkit-progress-value {
  background-color: #FFFFFF !important;
}
.theme--light #page-container.doc #detail-infos h3,
.theme--light #page-container.docEdit #detail-infos h3 {
  border-bottom: 1px solid rgba(232, 237, 241, 0.97);
}
.theme--light #page-container.doc #detail-infos .uk-table th,
.theme--light #page-container.docEdit #detail-infos .uk-table th {
  color: #1e3d6a;
}
.theme--light #page-container.doc #detail-infos .uk-accordion-title,
.theme--light #page-container.docEdit #detail-infos .uk-accordion-title {
  color: #1e3d6a;
}
.theme--light #page-container.doc #detail-infos .uk-accordion-title,
.theme--light #page-container.docEdit #detail-infos .uk-accordion-title {
  border-bottom: 1px solid #90A7BA;
}
.theme--light #page-container.doc .slide-tab-wrapper .icon,
.theme--light #page-container.docEdit .slide-tab-wrapper .icon {
  background: #90A7BA;
  color: white;
}
.theme--light #page-container.doc .slide-tab-wrapper .icon:hover,
.theme--light #page-container.docEdit .slide-tab-wrapper .icon:hover {
  background: #788BA6;
}
@media (min-width: 479px) {
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box .tab,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box .tab {
    background-color: #FFFFFF;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box .tab a,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box .tab a {
    color: #878787;
    background-color: #FFFFFF;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box .tab:hover a,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box .tab:hover a {
    background-color: rgb(24.375, 49.5625, 86.125);
    color: #FFFFFF;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box .tab.uk-active a,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box .tab.uk-active a {
    background-color: #1e3d6a;
    color: #FFFFFF;
  }
}
@media (max-width: 479px) {
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box {
    background-color: #FFFFFF;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box li a,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box li a {
    color: #1e3d6a;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box li.uk-active,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box li.uk-active {
    background-color: #1e3d6a;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box li.uk-active a,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box li.uk-active a {
    color: #FFFFFF;
  }
}
.theme--light #toggleTabSelect {
  background: green;
}
.theme--light .menu-tab-wrapper .menu-tab > li > a {
  color: #878787;
  background-color: #FFFFFF;
}
.theme--light .menu-tab-wrapper .menu-tab > li > a:hover {
  background-color: rgb(24.375, 49.5625, 86.125);
  color: #FFFFFF;
}
.theme--light .menu-tab-wrapper .menu-tab > li.uk-active a {
  background-color: #1e3d6a;
  color: #FFFFFF;
}
.theme--light .menu-tab-wrapper .menu-tab > li.uk-disabled a {
  color: #878787;
}
.theme--light .highlight2 {
  background-color: #e07c10;
}
.theme--light #page-container form .uk-tab li a {
  background-color: #FFFFFF;
  color: #1e3d6a;
}
.theme--light #page-container form .uk-tab li.uk-active a {
  background-color: #1e3d6a;
  color: #FFFFFF;
}
.theme--light #page-container form .uk-tab li:hover a {
  background-color: rgb(24.375, 49.5625, 86.125);
  color: #FFFFFF;
}
.theme--light #page-container form .uk-tab li :before {
  border: none;
}
.theme--light #page-container form .table-listing.uk-table th {
  color: #1e3d6a;
  border-bottom: 1px solid #90A7BA;
}
.theme--light #page-container form .uk-accordion-title {
  color: #1e3d6a;
}
.theme--light #page-container form .uk-accordion-title {
  border-bottom: 1px solid #90A7BA;
}
.theme--light #page-container form#chercheForm {
  background-color: #F3F6F8;
}
.theme--light #page-container form#chercheForm .uk-accordion .uk-accordion-content {
  background-color: #F3F6F8;
}
.theme--light #page-container #admin-toolbar {
  background-color: #E8EDF1;
}
.theme--light #page-container .contentBody {
  background-color: #E8EDF1;
}
.theme--light #page-container .contentBody fieldset {
  background-color: #E8EDF1;
  border-color: #E8EDF1;
}
.theme--light #page-container .uk-table-divider > :first-child > tr:not(:first-child), .theme--light #page-container .uk-table-divider > :not(:first-child) > tr, .theme--light #page-container .uk-table-divider > tr:not(:first-child) {
  border-top: 1px solid #E8EDF1;
  background-color: #FFFFFF;
}
.theme--light #page-container .uk-table-striped > tr:nth-of-type(odd), .theme--light #page-container .uk-table-striped tbody tr:nth-of-type(odd) {
  background-color: #F3F6F8;
  border-top: 1px solid #E8EDF1;
  border-bottom: 1px solid #E8EDF1;
}
.theme--light #comList tr td a {
  color: #1e3d6a;
}
.theme--light select[mandatory="1"],
.theme--light input[mandatory="1"] {
  border-color: rgba(200, 0, 0, 0.8);
}
.theme--light select[mandatory="1"]:hover, .theme--light select[mandatory="1"]:active, .theme--light select[mandatory="1"]:focus,
.theme--light input[mandatory="1"]:hover,
.theme--light input[mandatory="1"]:active,
.theme--light input[mandatory="1"]:focus {
  border-color: rgba(98, 0, 0, 0.8);
}
.theme--light select[readonly="1"],
.theme--light input[readonly="1"] {
  background-color: #F3F6F8;
  border-color: #E8EDF1;
}
.theme--light select[readonly="1"]:hover, .theme--light select[readonly="1"]:active, .theme--light select[readonly="1"]:focus,
.theme--light input[readonly="1"]:hover,
.theme--light input[readonly="1"]:active,
.theme--light input[readonly="1"]:focus {
  background-color: rgb(238.35, 241.8, 244.65);
  border-color: #E8EDF1;
}
.theme--light #cart-container .filter-sidebar,
.theme--light #cart-container .preview-sidebar {
  background-color: #FFFFFF;
}
.theme--light #cart-container .filter-sidebar .uk-nav-header,
.theme--light #cart-container .preview-sidebar .uk-nav-header {
  color: #1e3d6a;
}
.theme--light #cart-container .filter-sidebar .uk-nav-header .uk-icon-link,
.theme--light #cart-container .preview-sidebar .uk-nav-header .uk-icon-link {
  color: #788BA6;
}
.theme--light #cart-container .filter-sidebar .button-xsmall {
  border: 1px solid;
}
.theme--light #cart-container .filter-sidebar #cart-list {
  border-top: 1px solid #E8EDF1;
}
.theme--light #cart-container .filter-sidebar #cart-list li {
  color: #1e3d6a;
}
.theme--light #cart-container .filter-sidebar #cart-list li.selected {
  border: 1px solid;
}
.theme--light #cart-container .preview-sidebar .description h4.title {
  color: #1e3d6a;
}
.theme--light #cart-container .preview-sidebar .description p.meta {
  color: #878787;
}
.theme--light #cart-container .preview-sidebar .description p.meta button,
.theme--light #cart-container .preview-sidebar .description p.meta a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #878787;
}
.theme--light #cart-container .preview-sidebar .description p.meta button:hover,
.theme--light #cart-container .preview-sidebar .description p.meta a:hover {
  background-color: transparent;
}
.theme--light #page-container.docList #filter-sidebar,
.theme--light #page-container.docList #preview-sidebar {
  background-color: #FFFFFF;
}
.theme--light #page-container.docList #filter-sidebar .uk-nav-header,
.theme--light #page-container.docList #preview-sidebar .uk-nav-header {
  color: #1e3d6a;
}
.theme--light #page-container.docList #filter-sidebar .uk-nav-header .uk-icon-link,
.theme--light #page-container.docList #preview-sidebar .uk-nav-header .uk-icon-link {
  color: #788BA6;
}
.theme--light #page-container.docList #filter-sidebar .button-xsmall {
  border: 1px solid;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .uk-checkbox {
  background-color: #E8EDF1;
  border-color: white;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .uk-checkbox:checked {
  background-color: #054086;
  border-color: #E8EDF1;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .uk-search-input {
  background-color: #E8EDF1;
  border-color: white;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .facet-item {
  border-top: 1px solid #E8EDF1;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .type_facet .title {
  color: #1e3d6a;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .block_facet {
  color: #1e3d6a;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier {
  font-weight: bold;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier.hier_open > span.hier_unfolder.uk-icon {
  color: #000000;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier.hier_open > span.hier_innerText {
  color: #000000;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier_lvl_1 {
  color: #878787;
}
.theme--light #page-container.docList #preview-sidebar .description h4.title {
  color: #1e3d6a;
}
.theme--light #page-container.docList #preview-sidebar .description p.meta {
  color: #878787;
}
.theme--light #page-container.docList #preview-sidebar .description p.meta button,
.theme--light #page-container.docList #preview-sidebar .description p.meta a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #878787;
}
.theme--light #page-container.docList #preview-sidebar .description p.meta button:hover,
.theme--light #page-container.docList #preview-sidebar .description p.meta a:hover {
  background-color: transparent;
}
.theme--light #media_space .uk-slideshow ul.uk-slideshow-items li {
  border-bottom: 1px solid #DCE3E8;
  color: #000000;
}
.theme--light #media_space .uk-slideshow ul.uk-slideshow-items li .infopreview {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}
.theme--light #media_space .uk-slideshow ul.uk-slideshow-items li .infopreview p {
  color: #FFFFFF;
}
.theme--light .display-reportage .uk-tab li a {
  color: #1e3d6a;
}
.theme--light .display-reportage .uk-tab li.uk-active a {
  color: #FFFFFF;
}
.theme--light .display-reportage article.bloc_image .uk-card .image-container {
  box-shadow: inset 0 0 1px 2px #E8EDF1;
}
.theme--light .display-reportage article.bloc_image.active-preview .uk-card .image-container {
  background-color: #F3F6F8;
  box-shadow: inset 0 0 1px 2px #054086;
}
.theme--light .display-reportage h3#open-reportage .uk-icon,
.theme--light .display-reportage h3#close-reportage .uk-icon {
  color: #878787;
  border: 1px solid rgba(82, 200, 28, 0);
}
.theme--light .display-reportage h3#open-reportage:hover .uk-icon,
.theme--light .display-reportage h3#close-reportage:hover .uk-icon {
  color: #788BA6;
  border: 1px solid rgba(24, 43, 73, 0.5);
}

.theme--dark {
  /* -------------------------------------------------------------------------- */
  /*                                    FORM                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   LAYOUT                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   PLAYER                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MAIN MENU                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TITLE BAR                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  SEARCH BAR                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TOOLBAR                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 CARD / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 LIST / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    CART                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    HOME                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MONTAGE                                   */
  /* -------------------------------------------------------------------------- */
  /* BULLE */
  /* -------------------------------------------------------------------------- */
  /*                                FORM MODAL                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                IFRAME MODAL                                */
  /* -------------------------------------------------------------------------- */
  /* EXPORT */
  /* @ToDo Dispatch better */
  /* -------------------------------------------------------------------------- */
  /*                                 PAGE ADMIN                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 PAGE ADMIN                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                PAGE DETAIL                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 PAGE FORM                                  */
  /* -------------------------------------------------------------------------- */
  /* Admin form */
  /* -------------------------------------------------------------------------- */
  /*                                PAGE PANIER                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                PAGE SEARCH                                 */
  /* -------------------------------------------------------------------------- */
  /* Preview Global */
  /* Reportage */
}
.theme--dark .uk-select:not([multiple]):not([size]) option {
  color: #F3F6F8;
}
.theme--dark .next-1-1 .next-1-1 {
  background-color: #001222;
}
.theme--dark #page-container section.preview-sidebar,
.theme--dark #page-container section.filter-sidebar {
  background-color: #0B2843;
}
.theme--dark body .timecode-container span {
  color: #FFFFFF;
}
.theme--dark body #ow_boutons .btn:hover,
.theme--dark body #ow_first_row_controller .btn:hover {
  color: #e07c10;
}
.theme--dark body #main-menu .logo-section a {
  color: #0B2843;
}
.theme--dark body #ow_controllerpanel {
  /* First line Actions **************************/
  /* SD/HD select */
  /* Second line Actions **************************/
  /* Sound BTN */
  /* CONTROLS */
}
.theme--dark body #ow_controllerpanel.controllerpanelFS {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme--dark body #ow_controllerpanel .btn {
  color: #F3F6F8;
}
.theme--dark body #ow_controllerpanel #timecodeDisplay {
  color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #ow_quality_switch select {
  border: 2px solid #555;
  background: #f8f8f8;
}
.theme--dark body #ow_controllerpanel #ow_quality_switch:after {
  background: #555;
  color: white;
}
.theme--dark body #ow_controllerpanel #jogcontainer #ow_id_jog_slider {
  background: transparent;
}
.theme--dark body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-connects {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-connects .noUi-connect {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-handle {
  background-color: #e07c10;
}
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_new,
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_in,
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_out,
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_save,
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_cancel {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #ow_bouton_capture {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connects {
  background-color: #001222;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connect {
  background: white;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-handle {
  background: #e07c10;
}
.theme--dark body #ow_controllerpanel #sound_channels_btns #ow_bouton_right_sound,
.theme--dark body #ow_controllerpanel #sound_channels_btns #ow_bouton_left_sound {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #sound_channels_btns #ow_bouton_right_sound.ClickBouton,
.theme--dark body #ow_controllerpanel #sound_channels_btns #ow_bouton_left_sound.ClickBouton {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #ow_bouton_mute_sound {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #ow_bouton_mute_sound.ClickBouton {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #ow_bouton_srt,
.theme--dark body #ow_controllerpanel #ow_bouton_fullscreen,
.theme--dark body #ow_controllerpanel #ow_bouton_pip,
.theme--dark body #ow_controllerpanel #ow_bouton_loop,
.theme--dark body #ow_controllerpanel #ow_bouton_go_to_end,
.theme--dark body #ow_controllerpanel #ow_bouton_fast_forward,
.theme--dark body #ow_controllerpanel #ow_bouton_sec_forward,
.theme--dark body #ow_controllerpanel #ow_bouton_step_forward,
.theme--dark body #ow_controllerpanel #ow_bouton_sec_rewind,
.theme--dark body #ow_controllerpanel #ow_bouton_step_rewind,
.theme--dark body #ow_controllerpanel #ow_bouton_fast_rewind,
.theme--dark body #ow_controllerpanel #ow_bouton_go_to_beginning {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #ow_bouton_play_pause.pause, .theme--dark body #ow_controllerpanel #ow_bouton_play_pause.play {
  background-color: #FFFFFF;
}
.theme--dark body #playerExport #ow_controllerheader {
  background-color: rgba(0, 0, 0, 0.3);
}
.theme--dark body #playerExport #ow_controllerheader .uk-navbar-left .uk-navbar-nav > li {
  color: #FFFFFF;
}
.theme--dark body #playerExport #ow_controllerheader .uk-navbar-right .uk-navbar-nav > li > a {
  color: #FFFFFF;
}
.theme--dark body #playerExport #container #ow_controllerpanel {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme--dark section#title-bar .title-page {
  color: #F3F6F8;
}
.theme--dark section#title-bar #title-menu a {
  color: #F3F6F8;
}
.theme--dark section#title-bar #title-menu a:hover {
  color: #BCCAD7;
}
.theme--dark .nbr-results {
  color: #F3F6F8;
}
.theme--dark .nbr-results span.save-search svg {
  color: #1F5E93;
}
.theme--dark .nbr-results span.save-search svg polygon {
  fill: #1F5E93;
}
.theme--dark .nbr-results span.save-search:hover svg {
  color: #e07c10;
}
.theme--dark .nbr-results span.save-search:hover svg polygon {
  fill: #e07c10;
}
.theme--dark .nbr-results a {
  color: #BCCAD7;
}
.theme--dark .toggle-input + .toggle-btn {
  background-color: #001222;
}
.theme--dark .toggle-input + .toggle-btn:after {
  background: #fbfbfb;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08);
}
.theme--dark .toggle-input + .toggle-btn:active {
  box-shadow: inset 0 0 0 1.5em #e8eae9;
}
.theme--dark .toggle-input:checked + .toggle-btn {
  background: #5E809F;
}
.theme--dark section#search-bar form #simple-search .drop-select button {
  background-color: #0B2843;
  color: #F3F6F8;
  border: 1px solid #001222;
}
.theme--dark section#search-bar form #simple-search .drop-select button:hover, .theme--dark section#search-bar form #simple-search .drop-select button[aria-expanded=true] {
  background-color: rgb(18.1923076923, 66.1538461538, 110.8076923077);
}
.theme--dark section#search-infos .chip .boolean {
  background-color: #788BA6;
}
.theme--dark section#search-infos .chip .label {
  background-color: #1F5E93;
}
.theme--dark section#search-infos .chip .label span.uk-icon-link:hover::after {
  background: #EE395B;
}
.theme--dark section#search-infos .chip a.uk-link {
  color: #BCCAD7;
}
.theme--dark section#search-infos .chip.nbr-results {
  color: #F3F6F8;
}
.theme--dark body #advanced-search-modal {
  background: rgba(0, 0, 0, 0.6);
}
.theme--dark body #advanced-search-modal .uk-modal-dialog {
  background: #fff;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog .uk-modal-body {
  background: #001F3B;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav {
  border-bottom: 1px solid #001222;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4 {
  background-color: #0B2843;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4:hover {
  background-color: rgb(22.1179775281, 67.0674157303, 104.8820224719);
  color: #0B2843;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4 {
  background-color: #1F5E93;
  color: #0B2843;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4:hover {
  background-color: rgb(22.1179775281, 67.0674157303, 104.8820224719);
}
.theme--dark #page-container .toolbar-container {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li button,
.theme--dark #page-container .toolbar-container ul.uk-iconnav li a {
  background-color: #001F3B;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li button:hover,
.theme--dark #page-container .toolbar-container ul.uk-iconnav li a:hover {
  background-color: #001222;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li.separator {
  background-color: #5E809F;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li button,
.theme--dark #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li a {
  color: #DCE3E8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li button:hover,
.theme--dark #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li a:hover {
  background: transparent;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container #cart-display-bar button.sort-by,
.theme--dark #page-container .toolbar-container #display-bar button.sort-by {
  background-color: #0B2843;
  color: #F3F6F8;
  border: 1px solid #001222;
}
.theme--dark #page-container .toolbar-container #cart-display-bar button.sort-by:hover,
.theme--dark #page-container .toolbar-container #display-bar button.sort-by:hover {
  background-color: rgb(18.1923076923, 66.1538461538, 110.8076923077);
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-runnable-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-runnable-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #5E809F;
  border: 0px solid #000000;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-thumb,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #BCCAD7;
  background: #788BA6;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-webkit-slider-runnable-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #5E809F;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-moz-range-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-moz-range-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #5E809F;
  border: 0px solid #000000;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-moz-range-thumb,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #788BA6;
  background: #788BA6;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-fill-lower,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-fill-lower {
  background-color: #5E809F;
  border: 0px solid #000000;
  box-shadow: 0px 0px 0px #000000;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-fill-upper,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-fill-upper {
  background-color: #5E809F;
  border: 0px solid #000000;
  box-shadow: 0px 0px 0px #000000;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-thumb,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #788BA6;
  background: #788BA6;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-ms-fill-lower,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-ms-fill-lower {
  background-color: #5E809F;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-ms-fill-upper,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-ms-fill-upper {
  background-color: #5E809F;
}
.theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button, .theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #e07c10;
  color: #1e3d6a;
}
.theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button:hover, .theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(240.4, 149.15, 50.6);
}
.theme--dark #page-container .toolbar-container .btn-open-filter-sidebar .uk-icon-link,
.theme--dark #page-container .toolbar-container .btn-open-preview-sidebar .uk-icon-link {
  background: #0B2843;
  color: #F3F6F8;
}
.theme--dark #page-container.preview-open .toolbar-container .btn-close-preview-sidebar .uk-icon-link {
  background: #0B2843;
  color: #F3F6F8;
}
.theme--dark .card-item .uk-card {
  background-color: #0B2843;
}
.theme--dark .card-item .uk-card .image-container .no-preview {
  background-color: #001F3B;
}
.theme--dark .card-item .uk-card .image-container .vignette-icon span {
  color: #FFFFFF;
  background-color: #FFFFFF; /* Couleur de l'icône */
}
.theme--dark .card-item .uk-card .uk-card-badge {
  background-color: #52E4A7;
}
.theme--dark .card-item .uk-card .select-container .uk-checkbox {
  border: 1px solid #0B2843;
  filter: drop-shadow(0 0 0.75rem rgba(34, 80, 119, 0.3));
}
.theme--dark .card-item .uk-card .card-toolbar {
  background: rgb(22.1179775281, 67.0674157303, 104.8820224719);
}
.theme--dark .card-item .uk-card .card-toolbar .actions-container .uk-iconnav button,
.theme--dark .card-item .uk-card .card-toolbar .actions-container .uk-iconnav a {
  color: #cccccc;
}
.theme--dark .card-item .uk-card .card-toolbar .actions-container .uk-iconnav button:hover,
.theme--dark .card-item .uk-card .card-toolbar .actions-container .uk-iconnav a:hover {
  color: #FFFFFF;
}
.theme--dark .card-item .infos h4 a {
  color: #F3F6F8;
}
.theme--dark .card-item .infos p.meta {
  color: #DCE3E8;
}
.theme--dark .card-item .infos p.meta button,
.theme--dark .card-item .infos p.meta a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #DCE3E8;
}
.theme--dark .card-item .infos p.meta button:hover,
.theme--dark .card-item .infos p.meta a:hover {
  background-color: transparent;
  color: #BCCAD7;
}
.theme--dark .card-item.selected .uk-card {
  background-color: rgb(212.2098214286, 218.2321428571, 226.7901785714);
}
.theme--dark .card-item.active-preview .uk-card .image-container {
  background-color: #001F3B;
  box-shadow: inset 0 0 1px 2px #788BA6;
}
.theme--dark .card-item.active .uk-card .image-container, .theme--dark .card-item.active .theme--dark .card-item.selected .uk-card .image-container {
  background-color: #001F3B;
}
.theme--dark .list-results table .uk-checkbox {
  background-color: #0B2843;
}
.theme--dark .list-results table .uk-checkbox:checked {
  background-color: #BCCAD7;
  filter: drop-shadow(0 0 1rem rgba(34, 80, 119, 0.2));
}
.theme--dark .list-results table thead tr th {
  color: #F3F6F8;
}
.theme--dark .list-results table thead tr th a {
  color: #F3F6F8;
}
.theme--dark .list-results table tbody tr {
  background-color: #0B2843;
}
.theme--dark .list-results table tbody tr:hover {
  background-color: rgba(24, 43, 73, 0.5);
}
.theme--dark .list-results table tbody tr.active-preview {
  background-color: #001222;
  box-shadow: inset 0 0 1px 2px #00060B;
}
.theme--dark .list-results table tbody tr td a {
  color: #F3F6F8;
}
.theme--dark #page-container #floating-cart-container #cart-container {
  background-color: #001F3B;
}
.theme--dark #page-container.homepage #home-banner h1.uk-light {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--dark #page-container.homepage .home-slider-container .slide-title-overlay {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
  color: #FFFFFF;
}
.theme--dark #page-container.homepage .home-slider-container .slide-title-overlay:hover {
  background: #121212;
}
.theme--dark #page-container.homepage .home-slider-container .slide-title-overlay h3, .theme--dark #page-container.homepage .home-slider-container .slide-title-overlay h2 {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--dark #page-container.homepage .home-slider-container .slide-title-overlay span {
  color: #FFFFFF;
}
.theme--dark #page-container.homepage .uk-card-default {
  background-color: #0B2843;
  color: #F3F6F8;
}
.theme--dark #page-container.homepage .uk-card-default .uk-card-title {
  color: #F3F6F8;
}
.theme--dark fieldset#bloc_atelier span.clipTitre {
  color: #F3F6F8;
}
.theme--dark fieldset#bloc_atelier span.bgVignette, .theme--dark fieldset#bloc_atelier a.bgVignette {
  background-color: black;
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #chutier .toolbar-container {
  background-color: rgb(17.6769662921, 53.6011235955, 83.8230337079);
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #chutier #binView ul.miniatures li {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #chutier #binView ul.miniatures li.selectedClip .uk-card-default {
  background-color: #e07c10;
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #visionneuse .uk-background-primary {
  background-color: rgb(17.6769662921, 53.6011235955, 83.8230337079);
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #visionneuse .help_infos {
  color: #B2B2B2;
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #visionneuse #montageContainer {
  background-color: rgba(0, 0, 0, 0.9);
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #dragMe {
  background-color: #001F3B;
}
.theme--dark fieldset#bloc_atelier #montage .toolbar-container {
  background-color: rgb(17.6769662921, 53.6011235955, 83.8230337079);
}
.theme--dark fieldset#bloc_atelier #montage #timelineView .help_infos {
  color: #B2B2B2;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline li {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline li.doc_video {
  background-color: #488478;
  border-bottom: 5px solid #67c1b3;
  outline: solid 1px #67c1b3;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline li.doc_video .clipTitre {
  background-color: rgba(103, 193, 179, 0.75);
  color: #fff;
  text-shadow: #286458 1px 0 4px;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline li.doc_audio {
  background-color: #a86ff9;
  border-bottom: 5px solid #8205b9;
  outline: solid 1px #8205b9;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline li.doc_audio .clipTitre {
  background-color: rgba(103, 193, 179, 0.75);
  color: #fff;
  text-shadow: #286458 1px 0 4px;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline li.doc_picture {
  background-color: #a75271;
  border-bottom: 5px solid #f873a8;
  outline: solid 1px #f873a8;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline li.carton {
  background-color: #496280;
  border-bottom: 5px solid #77a9e8;
  outline: solid 1px #77a9e8;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline li.selectedClip {
  outline: solid 1px #e07c10;
  border-bottom: 5px solid #e07c10;
}
.theme--dark #timeline_track {
  background: rgb(212.4691011236, 230.6966292135, 246.0308988764);
}
.theme--dark #timeline_track #timeline_handle {
  background-color: #e07c10;
}
.theme--dark #bin LI span.delete_clip,
.theme--dark #timeline LI span.delete_clip {
  background-color: #EE395B;
  color: #0B2843;
}
.theme--dark #cursor-wrapper #cursor-container {
  background-color: rgba(150, 150, 150, 0.1);
}
.theme--dark #cursor-wrapper #cursor-container .cursor-arrow {
  border-top: 10px solid #EE395B;
}
.theme--dark #cursor-wrapper #cursor-container .cursor-line {
  border-left: 2px solid #EE395B;
}
.theme--dark #cursor-wrapper #ruler-container .ruler {
  background: #001F3B;
  border-top: 2px solid #DCE3E8;
}
.theme--dark #cursor-wrapper #ruler-container .ruler li.unit:before {
  border-left: 1px solid #DCE3E8;
}
.theme--dark #cursor-wrapper #ruler-container .ruler li.unit-medium:before {
  border-left: 1px solid #DCE3E8;
}
.theme--dark #cursor-wrapper #ruler-container .ruler li.unit-large:before {
  border-left: 1px solid #DCE3E8;
}
.theme--dark #cursor-wrapper #ruler-container .ruler li.unit-large span {
  color: #DCE3E8;
}
.theme--dark body li.clone_drag {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--dark body li.clone_drag span.bgVignette,
.theme--dark body li.clone_drag a.bgVignette {
  background-color: black;
}
.theme--dark body li.clone_drag span.clipTitre {
  color: #225077;
}
.theme--dark #bulle_hover textarea#bulle_edit_title[readonly] {
  background-color: #001F3B;
}
.theme--dark #bulle_hover .uk-modal-body .uk-input,
.theme--dark #bulle_hover .uk-modal-body .uk-textarea,
.theme--dark #bulle_hover .uk-modal-body .uk-select,
.theme--dark #modal-default .uk-modal-body .uk-input,
.theme--dark #modal-default .uk-modal-body .uk-textarea,
.theme--dark #modal-default .uk-modal-body .uk-select {
  background-color: #001222;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button,
.theme--dark #modal-default .uk-modal-footer .uk-button {
  background-color: #5E809F;
  border-color: #5E809F;
  color: #FFFFFF;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button:hover,
.theme--dark #modal-default .uk-modal-footer .uk-button:hover {
  background-color: rgb(125.5375494071, 153.2213438735, 178.4624505929);
  color: #FFFFFF;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button-primary,
.theme--dark #modal-default .uk-modal-footer .uk-button-primary {
  background-color: #1F5E93;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button-primary:hover,
.theme--dark #modal-default .uk-modal-footer .uk-button-primary:hover {
  background-color: rgb(39.8820224719, 120.9325842697, 189.1179775281);
}
.theme--dark #iframe-container .chercheIndex {
  background-color: #0B2843;
}
.theme--dark #iframe-container .chercheIndex #iframe-list-container .uk-table tr a {
  color: #F3F6F8;
}
.theme--dark #previewHoverWrapper {
  background-color: #000000;
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--dark .uk-modal-body #menuBody .returnMsg.error {
  color: red;
}
.theme--dark .uk-modal-body .fopPdfPrms_panel.hidden {
  color: #808080;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFields {
  border: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area {
  outline: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customField2 {
  border-bottom: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.inactive .cust_field_arrow_action {
  border-left: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.inactive .cust_field_arrow_action:hover {
  background-color: #F1F1F1;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.active .cust_field_arrow_action {
  border-right: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.active .cust_field_arrow_action:hover {
  background-color: #F1F1F1;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldWrapper .customField:hover, .theme--dark .uk-modal-body .fld_export.custom_export_form .ui-sortable-helper {
  border-top: 1px solid #CACACA;
  background: white;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form .customField_placeholder {
  border-bottom: 1px solid #CACACA;
}
.theme--dark #popupModal.loading #frameModal {
  background: url("../assets/img/wait4alpha.gif") no-repeat center center white;
}
.theme--dark #frameModal {
  background-color: white;
}
.theme--dark #connect_form input#login {
  background: url("../assets/img/icnhead-login.png") 6px center no-repeat, white;
}
.theme--dark #connect_form input#password {
  background: url("../assets/img/icnhead-password.png") 6px center no-repeat, white;
}
.theme--dark #connect_form div.error {
  background-color: rgba(255, 204, 204, 0.98);
  color: black;
  border: 1px solid #DADADA;
}
.theme--dark #page-container.catEdit #filter-sidebar,
.theme--dark #page-container.catEdit #preview-sidebar {
  background-color: #0B2843;
}
.theme--dark #page-container.catEdit #filter-sidebar .uk-nav-header,
.theme--dark #page-container.catEdit #preview-sidebar .uk-nav-header {
  color: #F3F6F8;
}
.theme--dark #page-container.catEdit #filter-sidebar .uk-nav-header .uk-icon-link,
.theme--dark #page-container.catEdit #preview-sidebar .uk-nav-header .uk-icon-link {
  color: #BCCAD7;
}
.theme--dark #page-container.catEdit #filter-sidebar .button-xsmall {
  border: 1px solid #BCCAD7;
}
.theme--dark #page-container.catEdit #filter-sidebar #facet_container .facet-item {
  border-top: 1px solid #001222;
}
.theme--dark #page-container.catEdit #filter-sidebar #facet_container .type_facet .title {
  color: #F3F6F8;
}
.theme--dark #page-container.catEdit #filter-sidebar #facet_container .block_facet {
  color: #F3F6F8;
}
.theme--dark #page-container.catEdit #preview-sidebar .description h4.title {
  color: #F3F6F8;
}
.theme--dark #page-container.catEdit #preview-sidebar .description p.meta {
  color: #DCE3E8;
}
.theme--dark #page-container.catEdit #preview-sidebar .description p.meta button,
.theme--dark #page-container.catEdit #preview-sidebar .description p.meta a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #DCE3E8;
}
.theme--dark #page-container.catEdit #preview-sidebar .description p.meta button:hover,
.theme--dark #page-container.catEdit #preview-sidebar .description p.meta a:hover {
  background-color: transparent;
  color: #BCCAD7;
}
.theme--dark .select2-dropdown {
  background-color: #001F3B;
  border-color: #001222;
  color: #FFFFFF;
}
.theme--dark .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: #001F3B;
  border-color: #001222;
  color: #FFFFFF;
}
.theme--dark .jstree-default .jstree-hovered {
  background-color: #001F3B;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #001222;
}
.theme--dark .jstree-default .jstree-clicked {
  background: #001222;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #001222;
}
.theme--dark #page-container.dashboard .dashboard-card li.muted {
  background: #001F3B;
}
.theme--dark #page-container.dashboard .color-red h3 {
  color: #FD3333;
  border-bottom: 5px solid #FD3333;
}
.theme--dark #page-container.dashboard .color-red li {
  border-left: 10px solid #FD3333;
}
.theme--dark #page-container.dashboard .color-red .uk-badge {
  background: #FD3333;
}
.theme--dark #page-container.dashboard .color-red a {
  color: #FD3333;
}
.theme--dark #page-container.dashboard .color-orange h3 {
  color: #e07c10;
  border-bottom: 5px solid #e07c10;
}
.theme--dark #page-container.dashboard .color-orange li {
  border-left: 10px solid #e07c10;
}
.theme--dark #page-container.dashboard .color-orange .uk-badge, .theme--dark #page-container.dashboard .color-orange .bg-color {
  background: #e07c10;
}
.theme--dark #page-container.dashboard .color-orange a {
  color: #e07c10;
}
.theme--dark #page-container.dashboard .color-green h3 {
  color: #00CB7B;
  border-bottom: 5px solid #00CB7B;
}
.theme--dark #page-container.dashboard .color-green li {
  border-left: 10px solid #00CB7B;
}
.theme--dark #page-container.dashboard .color-green .uk-badge {
  background: #00CB7B;
}
.theme--dark #page-container.dashboard .color-green a {
  color: #00CB7B;
}
.theme--dark #page-container.dashboard .color-dark h3 {
  color: #225077;
  border-bottom: 5px solid #225077;
}
.theme--dark #page-container.dashboard .color-dark li {
  border-left: 10px solid #225077;
}
.theme--dark #page-container.dashboard .color-dark .uk-badge {
  background: #225077;
}
.theme--dark #page-container.dashboard .color-dark a {
  color: #1e3d6a;
}
.theme--dark #page-container.dashboard .color-aqua h3 {
  color: #52C8E4;
  border-bottom: 5px solid #52C8E4;
}
.theme--dark #page-container.dashboard .color-aqua li {
  border-left: 10px solid #52C8E4;
}
.theme--dark #page-container.dashboard .color-aqua .uk-badge {
  background: #52C8E4;
}
.theme--dark #page-container.dashboard .color-aqua .big-text {
  color: #52C8E4;
}
.theme--dark #page-container.dashboard .color-aqua a {
  color: #52C8E4;
}
.theme--dark #page-container.dashboard .color-purple h3 {
  color: #AA00FF;
  border-bottom: 5px solid #AA00FF;
}
.theme--dark #page-container.dashboard .color-purple li {
  border-left: 10px solid #AA00FF;
}
.theme--dark #page-container.dashboard .color-purple .uk-badge {
  background: #AA00FF;
}
.theme--dark #page-container.dashboard .color-purple a {
  color: #AA00FF;
}
.theme--dark #page-container.dashboard .color-blue h3 {
  color: #6898C3;
  border-bottom: 5px solid #6898C3;
}
.theme--dark #page-container.dashboard .color-blue li {
  border-left: 10px solid #6898C3;
}
.theme--dark #page-container.dashboard .color-blue .uk-badge, .theme--dark #page-container.dashboard .color-blue .bg-color {
  background: #6898C3;
}
.theme--dark #page-container.dashboard .color-blue a {
  color: #6898C3;
}
.theme--dark #page-container.dashboard .bg-border {
  border-bottom: 1px solid #001222;
}
.theme--dark #page-container.dashboard .dashboard-card .uk-progress {
  background-color: #f8f8f8;
}
.theme--dark #page-container.dashboard progress.uk-progress::-webkit-progress-bar {
  background-color: #D8D8D8;
}
.theme--dark #page-container.dashboard progress.uk-progress::-webkit-progress-value {
  background-color: #6898C3 !important;
}
.theme--dark #page-container.dashboard .uk-light progress.uk-progress::-webkit-progress-value {
  background-color: #0B2843 !important;
}
.theme--dark #page-container.doc #detail-infos h3,
.theme--dark #page-container.docEdit #detail-infos h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
}
.theme--dark #page-container.doc #detail-infos .uk-table th,
.theme--dark #page-container.docEdit #detail-infos .uk-table th {
  color: #F3F6F8;
}
.theme--dark #page-container.doc #detail-infos .uk-accordion-title,
.theme--dark #page-container.docEdit #detail-infos .uk-accordion-title {
  color: #F3F6F8;
}
.theme--dark #page-container.doc #detail-infos .uk-accordion-title,
.theme--dark #page-container.docEdit #detail-infos .uk-accordion-title {
  border-bottom: 1px solid #5E809F;
}
.theme--dark #page-container.doc .slide-tab-wrapper .icon,
.theme--dark #page-container.docEdit .slide-tab-wrapper .icon {
  background: #5E809F;
  color: white;
}
.theme--dark #page-container.doc .slide-tab-wrapper .icon:hover,
.theme--dark #page-container.docEdit .slide-tab-wrapper .icon:hover {
  background: #BCCAD7;
}
@media (min-width: 479px) {
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box .tab,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box .tab {
    background-color: #0B2843;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box .tab a,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box .tab a {
    color: #878787;
    background-color: #0B2843;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box .tab:hover a,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box .tab:hover a {
    background-color: rgb(26.558988764, 80.5337078652, 125.941011236);
    color: #0B2843;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box .tab.uk-active a,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box .tab.uk-active a {
    background-color: #1F5E93;
    color: #0B2843;
  }
}
@media (max-width: 479px) {
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box {
    background-color: #0B2843;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box li a,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box li a {
    color: #F3F6F8;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box li.uk-active,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box li.uk-active {
    background-color: #1F5E93;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box li.uk-active a,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box li.uk-active a {
    color: #0B2843;
  }
}
.theme--dark #toggleTabSelect {
  background: green;
}
.theme--dark .menu-tab-wrapper .menu-tab > li > a {
  color: #DCE3E8;
  background-color: #0B2843;
}
.theme--dark .menu-tab-wrapper .menu-tab > li > a:hover {
  background-color: rgb(26.558988764, 80.5337078652, 125.941011236);
  color: #0B2843;
}
.theme--dark .menu-tab-wrapper .menu-tab > li.uk-active a {
  background-color: #1F5E93;
  color: #0B2843;
}
.theme--dark .menu-tab-wrapper .menu-tab > li.uk-disabled a {
  color: #DCE3E8;
}
.theme--dark .highlight2 {
  background-color: #e07c10;
}
.theme--dark #page-container form .uk-tab li a {
  background-color: #0B2843;
  color: #F3F6F8;
}
.theme--dark #page-container form .uk-tab li.uk-active a {
  background-color: #1F5E93;
  color: #0B2843;
}
.theme--dark #page-container form .uk-tab li:hover a {
  background-color: rgb(26.558988764, 80.5337078652, 125.941011236);
  color: #0B2843;
}
.theme--dark #page-container form .uk-tab li :before {
  border: none;
}
.theme--dark #page-container form .table-listing.uk-table th {
  color: #F3F6F8;
  border-bottom: 1px solid #5E809F;
}
.theme--dark #page-container form .uk-accordion-title {
  color: #F3F6F8;
}
.theme--dark #page-container form .uk-accordion-title {
  border-bottom: 1px solid #5E809F;
}
.theme--dark #page-container form#chercheForm {
  background-color: #001F3B;
}
.theme--dark #page-container form#chercheForm .uk-accordion .uk-accordion-content {
  background-color: #001F3B;
}
.theme--dark #page-container #admin-toolbar {
  background-color: #001222;
}
.theme--dark #page-container .contentBody {
  background-color: #001222;
}
.theme--dark #page-container .contentBody fieldset {
  background-color: #001222;
  border-color: #001222;
}
.theme--dark #page-container .uk-table-divider > :first-child > tr:not(:first-child), .theme--dark #page-container .uk-table-divider > :not(:first-child) > tr, .theme--dark #page-container .uk-table-divider > tr:not(:first-child) {
  border-top: 1px solid #001222;
  background-color: #0B2843;
}
.theme--dark #page-container .uk-table-striped > tr:nth-of-type(odd), .theme--dark #page-container .uk-table-striped tbody tr:nth-of-type(odd) {
  background-color: #001F3B;
  border-top: 1px solid #001222;
  border-bottom: 1px solid #001222;
}
.theme--dark #comList tr td a {
  color: #F3F6F8;
}
.theme--dark select[mandatory="1"],
.theme--dark input[mandatory="1"] {
  border-color: rgba(200, 0, 0, 0.8);
}
.theme--dark select[mandatory="1"]:hover, .theme--dark select[mandatory="1"]:active, .theme--dark select[mandatory="1"]:focus,
.theme--dark input[mandatory="1"]:hover,
.theme--dark input[mandatory="1"]:active,
.theme--dark input[mandatory="1"]:focus {
  border-color: rgba(98, 0, 0, 0.8);
}
.theme--dark select[readonly="1"],
.theme--dark input[readonly="1"] {
  background-color: #001F3B;
  border-color: #001222;
}
.theme--dark select[readonly="1"]:hover, .theme--dark select[readonly="1"]:active, .theme--dark select[readonly="1"]:focus,
.theme--dark input[readonly="1"]:hover,
.theme--dark input[readonly="1"]:active,
.theme--dark input[readonly="1"]:focus {
  background-color: rgb(189.6403162055, 203.6166007905, 216.3596837945);
  border-color: #001222;
}
.theme--dark #cart-container .filter-sidebar,
.theme--dark #cart-container .preview-sidebar {
  background-color: #0B2843;
}
.theme--dark #cart-container .filter-sidebar .uk-nav-header,
.theme--dark #cart-container .preview-sidebar .uk-nav-header {
  color: #F3F6F8;
}
.theme--dark #cart-container .filter-sidebar .uk-nav-header .uk-icon-link,
.theme--dark #cart-container .preview-sidebar .uk-nav-header .uk-icon-link {
  color: #BCCAD7;
}
.theme--dark #cart-container .filter-sidebar .button-xsmall {
  border: 1px solid;
}
.theme--dark #cart-container .filter-sidebar #cart-list {
  border-top: 1px solid #001222;
}
.theme--dark #cart-container .filter-sidebar #cart-list li {
  color: #F3F6F8;
}
.theme--dark #cart-container .filter-sidebar #cart-list li.selected {
  border: 1px solid;
}
.theme--dark #cart-container .preview-sidebar .description h4.title {
  color: #F3F6F8;
}
.theme--dark #cart-container .preview-sidebar .description p.meta {
  color: #DCE3E8;
}
.theme--dark #cart-container .preview-sidebar .description p.meta button,
.theme--dark #cart-container .preview-sidebar .description p.meta a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #DCE3E8;
}
.theme--dark #cart-container .preview-sidebar .description p.meta button:hover,
.theme--dark #cart-container .preview-sidebar .description p.meta a:hover {
  background-color: transparent;
}
.theme--dark #page-container.docList #filter-sidebar,
.theme--dark #page-container.docList #preview-sidebar {
  background-color: #0B2843;
}
.theme--dark #page-container.docList #filter-sidebar .uk-nav-header,
.theme--dark #page-container.docList #preview-sidebar .uk-nav-header {
  color: #F3F6F8;
}
.theme--dark #page-container.docList #filter-sidebar .uk-nav-header .uk-icon-link,
.theme--dark #page-container.docList #preview-sidebar .uk-nav-header .uk-icon-link {
  color: #BCCAD7;
}
.theme--dark #page-container.docList #filter-sidebar .button-xsmall {
  border: 1px solid;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-checkbox {
  background-color: #001222;
  border-color: #002d55;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-checkbox:checked {
  background-color: #788BA6;
  border-color: #001222;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-search-input {
  background-color: #001222;
  border-color: #002d55;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .facet-item {
  border-top: 1px solid #001222;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .type_facet .title {
  color: #F3F6F8;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet {
  color: #F3F6F8;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier {
  font-weight: bold;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier.hier_open > span.hier_unfolder.uk-icon {
  color: #FFFFFF;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier.hier_open > span.hier_innerText {
  color: #FFFFFF;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier_lvl_1 {
  color: #DCE3E8;
}
.theme--dark #page-container.docList #preview-sidebar .description h4.title {
  color: #F3F6F8;
}
.theme--dark #page-container.docList #preview-sidebar .description p.meta {
  color: #DCE3E8;
}
.theme--dark #page-container.docList #preview-sidebar .description p.meta button,
.theme--dark #page-container.docList #preview-sidebar .description p.meta a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #DCE3E8;
}
.theme--dark #page-container.docList #preview-sidebar .description p.meta button:hover,
.theme--dark #page-container.docList #preview-sidebar .description p.meta a:hover {
  background-color: transparent;
}
.theme--dark #media_space .uk-slideshow ul.uk-slideshow-items li {
  border-bottom: 1px solid #00060B;
  color: #FFFFFF;
}
.theme--dark #media_space .uk-slideshow ul.uk-slideshow-items li .infopreview {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}
.theme--dark #media_space .uk-slideshow ul.uk-slideshow-items li .infopreview p {
  color: #FFFFFF;
}
.theme--dark .display-reportage .uk-tab li a {
  color: #F3F6F8;
}
.theme--dark .display-reportage .uk-tab li.uk-active a {
  color: #0B2843;
}
.theme--dark .display-reportage article.bloc_image .uk-card .image-container {
  box-shadow: inset 0 0 1px 2px #001222;
}
.theme--dark .display-reportage article.bloc_image.active-preview .uk-card .image-container {
  background-color: #001F3B;
  box-shadow: inset 0 0 1px 2px #788BA6;
}
.theme--dark .display-reportage h3#open-reportage .uk-icon,
.theme--dark .display-reportage h3#close-reportage .uk-icon {
  color: #DCE3E8;
  border: 1px solid rgba(82, 200, 28, 0);
}
.theme--dark .display-reportage h3#open-reportage:hover .uk-icon,
.theme--dark .display-reportage h3#close-reportage:hover .uk-icon {
  color: #BCCAD7;
  border: 1px solid rgba(24, 43, 73, 0.5);
}

.theme--dark {
  /* Player Dark mode */
}
.theme--dark body #main-menu .logo-section a,
.theme--dark body #main-menu .uk-nav-default > li > a,
.theme--dark .uk-background-primary {
  color: #F3F6F8;
}
.theme--dark .card-item.selected .uk-card {
  background-color: #1F5E93;
}
.theme--dark .list-results table tbody tr .icon img {
  filter: invert(100%) grayscale(100%);
}
.theme--dark .card-item .uk-card .select-container .uk-checkbox,
.theme--dark .list-results table .uk-checkbox {
  background-color: #00060B;
  border-color: #1e3d6a;
}
.theme--dark .card-item .uk-card .select-container .uk-checkbox:checked,
.theme--dark .list-results table .uk-checkbox:checked {
  background-color: #BCCAD7;
  border-color: #BCCAD7;
}

/* Rewrite SCSS HERE */
@font-face {
  font-family: "interface_typo";
  src: url("../../src/fonts/if_typo_light-webfont.eot");
  src: url("../../src/fonts/if_typo_light-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/if_typo_light-webfont.woff2") format("woff2"), url("../../src/fonts/if_typo_light-webfont.woff") format("woff"), url("../../src/fonts/if_typo_light-webfont.ttf") format("truetype"), url("../../src/fonts/if_typo_light-webfont.svg#interface_typo_lightregular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "interface_typo";
  src: url("../../src/fonts/if_typo_lightitalic-webfont.eot");
  src: url("../../src/fonts/if_typo_lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/if_typo_lightitalic-webfont.woff2") format("woff2"), url("../../src/fonts/if_typo_lightitalic-webfont.woff") format("woff"), url("../../src/fonts/if_typo_lightitalic-webfont.ttf") format("truetype"), url("../../src/fonts/if_typo_lightitalic-webfont.svg#interface_typo_lightitalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "interface_typo";
  src: url("../../src/fonts/if_typo_reg-webfont.eot");
  src: url("../../src/fonts/if_typo_reg-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/if_typo_reg-webfont.woff2") format("woff2"), url("../../src/fonts/if_typo_reg-webfont.woff") format("woff"), url("../../src/fonts/if_typo_reg-webfont.ttf") format("truetype"), url("../../src/fonts/if_typo_reg-webfont.svg#interface_typoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "interface_typo";
  src: url("../../src/fonts/if_typo_regitalic-webfont.eot");
  src: url("../../src/fonts/if_typo_regitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/if_typo_regitalic-webfont.woff2") format("woff2"), url("../../src/fonts/if_typo_regitalic-webfont.woff") format("woff"), url("../../src/fonts/if_typo_regitalic-webfont.ttf") format("truetype"), url("../../src/fonts/if_typo_regitalic-webfont.svg#interface_typoitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "interface_typo";
  src: url("../../src/fonts/if_typo_bold-webfont.eot");
  src: url("../../src/fonts/if_typo_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/if_typo_bold-webfont.woff2") format("woff2"), url("../../src/fonts/if_typo_bold-webfont.woff") format("woff"), url("../../src/fonts/if_typo_bold-webfont.ttf") format("truetype"), url("../../src/fonts/if_typo_bold-webfont.svg#interface_typobold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "interface_typo";
  src: url("../../src/fonts/if_typo_bolditalic-webfont.eot");
  src: url("../../src/fonts/if_typo_bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/if_typo_bolditalic-webfont.woff2") format("woff2"), url("../../src/fonts/if_typo_bolditalic-webfont.woff") format("woff"), url("../../src/fonts/if_typo_bolditalic-webfont.ttf") format("truetype"), url("../../src/fonts/if_typo_bolditalic-webfont.svg#interface_typobold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "interface_typo";
  src: url("../../src/fonts/if_typo_extrabold-webfont.eot");
  src: url("../../src/fonts/if_typo_extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/if_typo_extrabold-webfont.woff2") format("woff2"), url("../../src/fonts/if_typo_extrabold-webfont.woff") format("woff"), url("../../src/fonts/if_typo_extrabold-webfont.ttf") format("truetype"), url("../../src/fonts/if_typo_extrabold-webfont.svg#interface_typo_xboldregular") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "interface_typo";
  src: url("../../src/fonts/if_typo_extrabolditalic-webfont.eot");
  src: url("../../src/fonts/if_typo_extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/if_typo_extrabolditalic-webfont.woff2") format("woff2"), url("../../src/fonts/if_typo_extrabolditalic-webfont.woff") format("woff"), url("../../src/fonts/if_typo_extrabolditalic-webfont.ttf") format("truetype"), url("../../src/fonts/if_typo_extrabolditalic-webfont.svg#interface_typo_xbolditalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "bea_icons";
  src: url("../../src/fonts/bea_icons.eot");
  src: url("../../src/fonts/bea_icons.eot?#iefix") format("eot"), url("../../src/fonts/bea_icons.woff") format("woff"), url("../../src/fonts/bea_icons.ttf") format("truetype"), url("../../src/fonts/bea_icons.svg#bea_icons") format("svg");
  font-weight: 400;
  font-style: normal;
}
.theme--light body {
  font-family: interface_typo, Arial, Helvetica, sans-serif;
  /* MENU */
  /* PLAYER */
  /* FOOTER */
  /* Fix vertical alignment of icons in card toolbar */
  /* Fix table word break for job list */
}
.theme--light body body, .theme--light body p, .theme--light body h1, .theme--light body h2, .theme--light body h3, .theme--light body h4 {
  font-family: interface_typo, Arial, Helvetica, sans-serif;
}
.theme--light body .uk-icon.custom-icon > * {
  fill: #1e3d6a;
}
.theme--light body .uk-subnav-pill > .uk-active > a {
  background-color: #1e3d6a;
  color: #FFFFFF;
}
.theme--light body .uk-button-secondary {
  color: #FFFFFF;
}
.theme--light body .uk-button-secondary:hover {
  color: #FFFFFF;
}
.theme--light body .uk-button-primary {
  background-color: #e07c10;
  color: #FFFFFF;
}
.theme--light body .uk-button-primary:hover {
  background-color: rgb(240.4, 149.15, 50.6);
  color: #FFFFFF;
}
.theme--light body .uk-button-primary-light {
  background-color: rgb(130, 159.5, 194.5);
  color: #FFFFFF;
}
.theme--light body .uk-button-primary-light:hover {
  background-color: rgb(105, 140.4, 182.4);
  color: #FFFFFF;
}
.theme--light body .uk-radio {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 1px 1px #E8EDF1;
  scale: 0.9;
}
.theme--light body .uk-radio:checked {
  border: none;
  box-shadow: 0 0 1px 1px #1e3d6a;
}
.theme--light body #offcanvas-flip {
  z-index: 15000;
}
.theme--light body #overlay-spinner .spinner,
.theme--light body .uk-spinner,
.theme--light body .uk-icon-spinner {
  width: 66px !important;
  height: 66px !important;
  background-image: url("../../src/images/loading-mae.gif");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
  animation: none !important;
  box-shadow: none !important;
  color: transparent !important;
}
.theme--light body #frameModal {
  background-color: #FFFFFF;
}
.theme--light body .uk-offcanvas-bar {
  background-color: #F3F6F8;
}
.theme--light body .btnAction {
  color: #FFFFFF;
  background-color: #90A7BA;
}
.theme--light body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button,
.theme--light body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  color: #FFFFFF;
}
.theme--light body section#filter-sidebar #facet_container .type_facet {
  display: flex;
  align-items: center;
  width: 100%;
}
.theme--light body section#filter-sidebar #facet_container .type_facet .title {
  text-transform: uppercase;
  color: #788BA6 !important;
  width: inherit;
}
.theme--light body section#filter-sidebar #facet_container .type_facet .title:hover {
  color: #1e3d6a !important;
}
.theme--light body section#filter-sidebar #facet_container .facet {
  text-transform: uppercase;
  color: #788BA6 !important;
}
.theme--light body section#filter-sidebar #facet_container .facet:hover {
  color: #1e3d6a !important;
}
.theme--light body #quick_search #simple-search #js-toggle-advanced-from, .theme--light body #quick_search #simple-search #recherche-btn {
  border: none;
}
.theme--light body #quick_search #simple-search .uk-input, .theme--light body #quick_search #simple-search uk-button {
  height: 40px;
}
.theme--light body #scroll-up-btn {
  padding: 0;
  height: 30px;
  width: 35px;
  line-height: 28px;
  margin-right: 32px !important;
  text-align: center !important;
}
.theme--light body .tafelTree .highlight {
  color: #FFFFFF;
  background-color: #e07c10;
}
.theme--light body #page-container {
  padding: 0;
}
.theme--light body #page-container.doc #title-bar h2.title-page {
  display: contents;
}
.theme--light body #page-container.doc #iframeSauve {
  display: block;
}
.theme--light body #page-container.with-top-menu {
  margin: 0;
}
.theme--light body #page-container.with-top-menu.homepage #title-bar {
  display: none;
}
.theme--light body #page-container.with-top-menu.docList #advanced-search-modal {
  top: 223px;
  left: 0;
}
@media (max-width: 640px) {
  .theme--light body #page-container.with-top-menu.docList #simple-search-container {
    padding-left: 15px;
  }
  .theme--light body #page-container.with-top-menu.docList #simple-search-container #recherche-btn {
    margin-right: 10px !important;
  }
}
.theme--light body #page-container.with-top-menu #title-bar {
  padding: 15px 15px 0 15px;
}
.theme--light body #page-container.with-top-menu #histoScrollable {
  padding: 15px 55px;
}
.theme--light body #page-container.with-top-menu #resultats {
  padding: 0 40px;
}
.theme--light body #page-container.with-side-menu #title-bar {
  padding: 15px;
}
.theme--light body #page-container #page-inner {
  min-height: calc(100vh - 40px) !important;
}
.theme--light body #page-container.catEdit #page-inner, .theme--light body #page-container.docList #page-inner, .theme--light body #page-container.panier #page-inner {
  padding: 0;
}
.theme--light body #page-container .uk-button-highlight,
.theme--light body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #e07c10;
  color: #FFFFFF;
}
.theme--light body #page-container #detail-infos h3 {
  text-transform: uppercase;
}
.theme--light body #page-container .chip .label {
  color: #FFFFFF;
}
.theme--light body #page-container .card-item.selected .uk-card {
  background-color: #90A7BA;
}
.theme--light body #page-container .card-item.selected .uk-card .select-container .uk-checkbox {
  background-color: #e07c10;
}
.theme--light body #page-container .card-item .uk-card .uk-card-badge.v-droi {
  background: #e07c10;
  left: auto;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
}
.theme--light body #page-container #resultats .card-item .infos h4.title a {
  color: #90A7BA;
  font-size: 0.8rem;
}
.theme--light body #page-container #resultats .card-item .infos h4.title a b, .theme--light body #page-container #resultats .card-item .infos h4.title a strong {
  font-size: 1rem;
  color: #1e3d6a;
}
.theme--light body #page-container .bloc_image span.uk-badge.v-droi {
  background: #e07c10;
}
.theme--light body #page-container.homepage #simple-search-container {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme--light body #page-container.homepage #home-slider ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme--light body #page-container.homepage #home-slider ul li .slide-title-overlay h2 {
  color: #FFFFFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.theme--light body #page-container.homepage #home-slider ul li .slide-title-overlay span {
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.theme--light body #page-container.homepage #new_docs .uk-card-media-top {
  aspect-ratio: 4/3;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.theme--light body #page-container.homepage #new_docs .uk-card-media-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}
.theme--light body #page-container.homepage #new_docs .title-news {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  /* Overlay du contenu au clic */
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card .uk-card-media-top {
  aspect-ratio: 4/3;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card .uk-card-media-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card h5 {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 1 ligne seulement */
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  color: #1e3d6a;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card .desc {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5rem;
  transition: all 0.3s ease;
  min-height: 6rem;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card .desc.clamp {
  -webkit-line-clamp: 4;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card .desc.clamp::after {
  content: "(+)";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.3rem;
  background: transparent;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card.active .uk-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 2;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card.active .uk-card-body h5 {
  -webkit-line-clamp: unset; /* titre complet */
  overflow: visible;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card.active .uk-card-body p.desc {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.theme--light body #page-container.homepage #home-thematic-container .uk-card.active .uk-card-body p.desc::after {
  display: none;
}
.theme--light body #main-menu .logo-section {
  background-color: #FFFFFF;
  padding: 2px;
  height: auto;
}
.theme--light body #main-menu .logo-section .text-logo {
  text-transform: uppercase;
  position: absolute;
  opacity: 0;
  margin-top: 3px;
  margin-left: 10px;
  left: 86px;
  transition: opacity 300ms ease-in-out, left 400ms ease-in-out;
  font-size: 1rem;
  font-weight: bold;
  color: #1e3d6a;
  white-space: nowrap;
}
.theme--light body #main-menu .logo-section .close-main-menu {
  padding: 7px;
}
.theme--light body #main-menu .logo-section .close-main-menu svg {
  color: #787878;
}
.theme--light body #main-menu .logo-section .close-main-menu:hover svg {
  color: #1e3d6a;
}
.theme--light body #main-menu hr {
  display: none;
}
.theme--light body #main-menu .nav-section1 {
  margin-top: 10px;
}
.theme--light body.main-menu-active #main-menu .logo-section {
  height: auto;
}
.theme--light body.main-menu-active #main-menu .logo-section .text-logo {
  opacity: 1;
  left: 71px;
}
.theme--light body #title-main-menu {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E8EDF1;
  padding: 0 15px;
}
.theme--light body #title-main-menu .uk-navbar-left .logo-section {
  height: auto;
  margin-left: -7px;
}
.theme--light body #title-main-menu .uk-navbar-left .logo-section a {
  text-decoration: none;
}
.theme--light body #title-main-menu .uk-navbar-left .logo-section a .uk-svg .darkcolor {
  fill: #182B49 !important;
}
.theme--light body #title-main-menu .uk-navbar-left .logo-section a .uk-svg .contrastcolor {
  fill: #ED333F !important;
}
.theme--light body #title-main-menu .uk-navbar-left .logo-section a .text-logo {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1e3d6a;
  white-space: nowrap;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .theme--light body #title-main-menu .uk-navbar-left .logo-section a .text-logo {
    display: none;
  }
}
.theme--light body #title-main-menu .uk-navbar-left .logo-section .close-main-menu {
  display: none;
}
.theme--light body #title-main-menu .uk-navbar-center {
  font-size: 1rem;
  font-weight: bold;
  color: #1e3d6a;
}
.theme--light body #title-main-menu .uk-navbar-right .uk-iconnav > li {
  display: flex;
  align-items: center;
}
.theme--light body #title-main-menu .uk-navbar-right .drop_down .uk-nav-divider {
  border-top: 1px solid rgb(212.2098214286, 218.2321428571, 226.7901785714);
  margin: 8px 0;
}
.theme--light body #title-main-menu .uk-navbar-right .drop_down .btn-simple.btn-simple-secondary {
  padding: 0;
  font-size: 1rem;
  font-family: interface_typo, Arial, Helvetica, sans-serif;
}
.theme--light body #title-main-menu .uk-navbar-right .darkmode-line {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.theme--light body #title-main-menu .uk-navbar-right .darkmode-line .uk-link {
  text-decoration: none;
}
.theme--light body #title-main-menu .uk-navbar-right .darkmode-line .uk-link:hover {
  text-decoration: none;
}
.theme--light body #title-main-menu .uk-navbar-nav > li a {
  font-size: 0.9rem;
  color: rgb(7.5, 15.25, 26.5);
}
.theme--light body #title-main-menu .uk-navbar-nav > li a:hover, .theme--light body #title-main-menu .uk-navbar-nav > li.uk-active > a {
  color: #1e3d6a;
}
.theme--light body #title-main-menu .uk-navbar-nav > li .uk-navbar-dropdown {
  background-color: #FFFFFF;
}
.theme--light body #js-dropdown-cat {
  width: 220px;
}
.theme--light body #ow_controllerpanel .btn {
  background-color: #1e3d6a !important;
}
.theme--light body #ow_controllerpanel .btn:hover {
  background-color: rgb(41.25, 83.875, 145.75) !important;
}
.theme--light body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-connects .noUi-connect {
  background-color: #e07c10;
}
.theme--light body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-handle {
  background-color: rgb(200.2, 110.825, 14.3);
  border: 1px solid rgb(176.4, 97.65, 12.6);
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-handle,
.theme--light body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-handle {
  background-color: #e07c10;
  border: 1px solid #e07c10;
  box-shadow: none;
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connects .noUi-connect,
.theme--light body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-connects .noUi-connect {
  background-color: #1e3d6a;
}
.theme--light body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-connects {
  background-color: #1e3d6a;
}
.theme--light body #footer {
  background-color: #054086;
  height: auto;
  color: #FFFFFF;
  text-align: left;
  font-size: 1rem;
}
.theme--light body #footer .link__icon {
  margin: 0 1px;
  display: inline-block;
  vertical-align: -30%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  color: #1e3d6a !important;
  background: #fff;
}
.theme--light body #footer .link__icon span[class^=icon] {
  display: inline-block;
  font-family: "bea_icons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--light body #footer .link__icon .icon-car::before {
  content: "\e007";
}
.theme--light body #footer .link__icon .icon-bus::before {
  content: "\e006";
}
.theme--light body #footer .link__icon .icon-metro::before {
  content: "\e011";
}
.theme--light body #footer .link__icon .icon-rer::before {
  content: "\e015";
}
.theme--light body #footer a.iconFB, .theme--light body #footer a.iconIG, .theme--light body #footer a.iconTW, .theme--light body #footer a.iconYT {
  font-family: bea_icons;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.theme--light body #footer a.iconFB:hover, .theme--light body #footer a.iconIG:hover, .theme--light body #footer a.iconTW:hover, .theme--light body #footer a.iconYT:hover {
  color: #1e3d6a;
}
.theme--light body #footer a.iconTW::before {
  content: "\e01d";
}
.theme--light body #footer a.iconFB::before {
  content: "\e00d";
}
.theme--light body #footer a.iconIG::before {
  content: "\e00f";
}
.theme--light body #footer a.iconYT::before {
  content: "";
}
.theme--light body #footer a.iconYT {
  background: url("../../src/images/icon_yt.png") center center no-repeat;
  width: 22px;
  display: inline-block;
  line-height: 16px;
}
.theme--light body #footer a.iconYT:hover {
  background: url("../../src/images/icon_yt_hover.png") center center no-repeat;
}
.theme--light body #footer a, .theme--light body #footer p {
  color: #FFFFFF;
  text-align: left;
}
.theme--light body #footer .footer_first_col {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font-size: 0; /*hide | */
  line-height: 0.55rem;
}
@media (max-width: 1250px) {
  .theme--light body #footer .footer_first_col {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .theme--light body #footer .footer_first_col {
    width: 35%;
  }
}
@media (max-width: 560px) {
  .theme--light body #footer .footer_first_col {
    width: 100%;
  }
}
.theme--light body #footer .footer_first_col .footer__logo {
  display: block;
  width: 140px;
  margin-bottom: 20px;
}
.theme--light body #footer .footer_first_col .footer__website__link {
  display: none;
}
.theme--light body #footer .footer_first_col a {
  display: block;
  font-size: 1rem;
  width: fit-content;
  color: #FFFFFF;
}
.theme--light body #footer .footer__utilities {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  line-height: 1.3rem;
}
@media (max-width: 1250px) {
  .theme--light body #footer .footer__utilities {
    width: 35%;
  }
}
@media (max-width: 960px) {
  .theme--light body #footer .footer__utilities {
    width: 65%;
  }
}
@media (max-width: 560px) {
  .theme--light body #footer .footer__utilities {
    margin-top: 50px;
    width: 100%;
  }
}
.theme--light body #footer .footer__links {
  width: calc(40% - 100px);
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 1250px) {
  .theme--light body #footer .footer__links {
    width: calc(45% - 100px);
  }
}
@media (max-width: 960px) {
  .theme--light body #footer .footer__links {
    margin-top: 50px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 560px) {
  .theme--light body #footer .footer__links {
    width: 100%;
  }
}
.theme--light body #footer .footer__links ul {
  line-height: 1.3rem;
  margin: 10px 0;
  font-size: 1rem;
  font-weight: normal;
}
.theme--light body #footer .socnetFooter {
  position: relative;
  right: 0;
}
@media (max-width: 960px) {
  .theme--light body #footer .socnetFooter {
    margin-top: 50px;
  }
}
@media (max-width: 560px) {
  .theme--light body #footer .socnetFooter {
    width: 100%;
  }
}
.theme--light body #page-container:not(.homepage) #footer {
  line-height: 1rem;
  height: 40px;
  display: block;
}
.theme--light body #page-container:not(.homepage) #footer .uk-container-large {
  max-width: 100%;
}
.theme--light body #page-container:not(.homepage) #footer .footer_first_col {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
  font-size: 1rem;
}
.theme--light body #page-container:not(.homepage) #footer .footer_first_col .footer__logo {
  display: none;
}
.theme--light body #page-container:not(.homepage) #footer .footer_first_col .footer__website__link {
  display: inline-block;
}
.theme--light body #page-container:not(.homepage) #footer .footer_first_col a {
  display: inline-block;
  font-size: 1rem;
  width: fit-content;
  color: #FFFFFF;
}
.theme--light body #page-container:not(.homepage) #footer .footer__links,
.theme--light body #page-container:not(.homepage) #footer .footer__utilities {
  display: none;
}
.theme--light body #page-container:not(.homepage).with-side-menu #footer {
  padding: 15px 30px 6px 230px;
}
@media (max-width: 1150px) {
  .theme--light body #page-container:not(.homepage).with-side-menu #footer {
    padding: 6px 30px 6px 230px;
  }
  .theme--light body #page-container:not(.homepage).with-side-menu #footer .footer_first_col {
    line-height: 1rem;
  }
}
@media (max-width: 560px) {
  .theme--light body #page-container:not(.homepage).with-side-menu #footer {
    padding: 15px 30px 6px 245px;
    height: auto;
  }
  .theme--light body #page-container:not(.homepage).with-side-menu #footer .footer_first_col {
    width: 100%;
    font-size: 0; /*hide | */
    line-height: 0.55rem;
  }
  .theme--light body #page-container:not(.homepage).with-side-menu #footer .footer_first_col a {
    display: block;
  }
}
@media (max-width: 480px) {
  .theme--light body #page-container:not(.homepage).with-side-menu #footer {
    padding: 30px 30px 65px 15px;
    height: auto;
  }
  .theme--light body #page-container:not(.homepage).with-side-menu #footer .footer_first_col {
    width: 100%;
    font-size: 0; /*hide | */
    line-height: 0.55rem;
  }
  .theme--light body #page-container:not(.homepage).with-side-menu #footer .footer_first_col a {
    display: block;
  }
}
.theme--light body #page-container:not(.homepage).with-top-menu #js-open-cart {
  left: 0;
}
.theme--light body #page-container:not(.homepage).with-top-menu #footer {
  padding: 15px 30px 6px 15px;
}
@media (max-width: 860px) {
  .theme--light body #page-container:not(.homepage).with-top-menu #footer {
    height: auto;
  }
  .theme--light body #page-container:not(.homepage).with-top-menu #footer .footer_first_col {
    width: 100%;
    font-size: 0; /*hide | */
    line-height: 0.55rem;
  }
  .theme--light body #page-container:not(.homepage).with-top-menu #footer .footer_first_col a {
    display: block;
  }
}
.theme--light body #page-container:not(.homepage).with-top-menu #floating-cart-container {
  left: 0 !important;
}
.theme--light body #page-container:not(.homepage).with-top-menu.logged #footer {
  padding: 15px 30px 6px 230px;
}
.theme--light body .card-toolbar .uk-iconnav {
  align-items: center;
}
.theme--light body .card-toolbar .uk-iconnav > li {
  display: flex;
  align-items: center;
}
.theme--light body form#form_jobList .cell_etat_job,
.theme--light body form#form_jobList .cell_job_nom,
.theme--light body form#form_jobList .cell_module_nom,
.theme--light body form#form_jobList .cell_job_in,
.theme--light body form#form_jobList .cell_job_out,
.theme--light body form#form_jobList .cell_usager {
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.theme--light body form#form_jobList .cell_etat_job.uk-table-shrink,
.theme--light body form#form_jobList .cell_job_nom.uk-table-shrink,
.theme--light body form#form_jobList .cell_module_nom.uk-table-shrink,
.theme--light body form#form_jobList .cell_job_in.uk-table-shrink,
.theme--light body form#form_jobList .cell_job_out.uk-table-shrink,
.theme--light body form#form_jobList .cell_usager.uk-table-shrink {
  width: auto;
}
.theme--light body form#form_jobList .cell_job_nom {
  min-width: 100px;
}
@media (max-width: 1060px) {
  .theme--light body form#form_jobList th.resultsHead {
    padding: 15px 2px;
  }
}
@media (max-width: 1250px) {
  .theme--light body.main-menu-active form#form_jobList th.resultsHead {
    padding: 15px 2px;
  }
}

.theme--dark body {
  font-family: interface_typo, Arial, Helvetica, sans-serif;
  /* MENU */
  /* PLAYER */
  /* FOOTER */
  /* Fix vertical alignment of icons in card toolbar */
  /* Fix table word break for job list */
}
.theme--dark body body, .theme--dark body p, .theme--dark body h1, .theme--dark body h2, .theme--dark body h3, .theme--dark body h4 {
  font-family: interface_typo, Arial, Helvetica, sans-serif;
}
.theme--dark body .uk-icon.custom-icon > * {
  fill: #F3F6F8;
}
.theme--dark body .uk-subnav-pill > .uk-active > a {
  background-color: #F3F6F8;
  color: #0B2843;
}
.theme--dark body .uk-button-secondary {
  color: #FFFFFF;
}
.theme--dark body .uk-button-secondary:hover {
  color: #FFFFFF;
}
.theme--dark body .uk-button-primary {
  background-color: #e07c10;
  color: #FFFFFF;
}
.theme--dark body .uk-button-primary:hover {
  background-color: rgb(240.4, 149.15, 50.6);
  color: #FFFFFF;
}
.theme--dark body .uk-button-primary-light {
  background-color: rgb(65.5, 89.5, 116.5);
  color: #FFFFFF;
}
.theme--dark body .uk-button-primary-light:hover {
  background-color: rgb(76.4, 99.4, 126.4);
  color: #FFFFFF;
}
.theme--dark body .uk-radio {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 1px 1px #001222;
  scale: 0.9;
}
.theme--dark body .uk-radio:checked {
  border: none;
  box-shadow: 0 0 1px 1px #1F5E93;
}
.theme--dark body #offcanvas-flip {
  z-index: 15000;
}
.theme--dark body #overlay-spinner .spinner,
.theme--dark body .uk-spinner,
.theme--dark body .uk-icon-spinner {
  width: 66px !important;
  height: 66px !important;
  background-image: url("../../src/images/loading-mae.gif");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
  animation: none !important;
  box-shadow: none !important;
  color: transparent !important;
}
.theme--dark body #frameModal {
  background-color: #0B2843;
}
.theme--dark body .uk-offcanvas-bar {
  background-color: #001F3B;
}
.theme--dark body .btnAction {
  color: #FFFFFF;
  background-color: #5E809F;
}
.theme--dark body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button,
.theme--dark body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  color: #FFFFFF;
}
.theme--dark body section#filter-sidebar #facet_container .type_facet {
  display: flex;
  align-items: center;
  width: 100%;
}
.theme--dark body section#filter-sidebar #facet_container .type_facet .title {
  text-transform: uppercase;
  color: #BCCAD7 !important;
  width: inherit;
}
.theme--dark body section#filter-sidebar #facet_container .type_facet .title:hover {
  color: #F3F6F8 !important;
}
.theme--dark body section#filter-sidebar #facet_container .facet {
  text-transform: uppercase;
  color: #BCCAD7 !important;
}
.theme--dark body section#filter-sidebar #facet_container .facet:hover {
  color: #F3F6F8 !important;
}
.theme--dark body #quick_search #simple-search #js-toggle-advanced-from, .theme--dark body #quick_search #simple-search #recherche-btn {
  border: none;
}
.theme--dark body #quick_search #simple-search .uk-input, .theme--dark body #quick_search #simple-search uk-button {
  height: 40px;
}
.theme--dark body #scroll-up-btn {
  padding: 0;
  height: 30px;
  width: 35px;
  line-height: 28px;
  margin-right: 32px !important;
  text-align: center !important;
}
.theme--dark body .tafelTree .highlight {
  color: #FFFFFF;
  background-color: #e07c10;
}
.theme--dark body #page-container {
  padding: 0;
}
.theme--dark body #page-container.doc #title-bar h2.title-page {
  display: contents;
}
.theme--dark body #page-container.doc #iframeSauve {
  display: block;
}
.theme--dark body #page-container.with-top-menu {
  margin: 0;
}
.theme--dark body #page-container.with-top-menu.homepage #title-bar {
  display: none;
}
.theme--dark body #page-container.with-top-menu.docList #advanced-search-modal {
  top: 223px;
  left: 0;
}
@media (max-width: 640px) {
  .theme--dark body #page-container.with-top-menu.docList #simple-search-container {
    padding-left: 15px;
  }
  .theme--dark body #page-container.with-top-menu.docList #simple-search-container #recherche-btn {
    margin-right: 10px !important;
  }
}
.theme--dark body #page-container.with-top-menu #title-bar {
  padding: 15px 15px 0 15px;
}
.theme--dark body #page-container.with-top-menu #histoScrollable {
  padding: 15px 55px;
}
.theme--dark body #page-container.with-top-menu #resultats {
  padding: 0 40px;
}
.theme--dark body #page-container.with-side-menu #title-bar {
  padding: 15px;
}
.theme--dark body #page-container #page-inner {
  min-height: calc(100vh - 40px) !important;
}
.theme--dark body #page-container.catEdit #page-inner, .theme--dark body #page-container.docList #page-inner, .theme--dark body #page-container.panier #page-inner {
  padding: 0;
}
.theme--dark body #page-container .uk-button-highlight,
.theme--dark body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #e07c10;
  color: #FFFFFF;
}
.theme--dark body #page-container #detail-infos h3 {
  text-transform: uppercase;
}
.theme--dark body #page-container .chip .label {
  color: #FFFFFF;
}
.theme--dark body #page-container .card-item.selected .uk-card {
  background-color: #5E809F;
}
.theme--dark body #page-container .card-item.selected .uk-card .select-container .uk-checkbox {
  background-color: #e07c10;
}
.theme--dark body #page-container .card-item .uk-card .uk-card-badge.v-droi {
  background: #e07c10;
  left: auto;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
}
.theme--dark body #page-container #resultats .card-item .infos h4.title a {
  color: #5E809F;
  font-size: 0.8rem;
}
.theme--dark body #page-container #resultats .card-item .infos h4.title a b, .theme--dark body #page-container #resultats .card-item .infos h4.title a strong {
  font-size: 1rem;
  color: #F3F6F8;
}
.theme--dark body #page-container .bloc_image span.uk-badge.v-droi {
  background: #e07c10;
}
.theme--dark body #page-container.homepage #simple-search-container {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme--dark body #page-container.homepage #home-slider ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme--dark body #page-container.homepage #home-slider ul li .slide-title-overlay h2 {
  color: #FFFFFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.theme--dark body #page-container.homepage #home-slider ul li .slide-title-overlay span {
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.theme--dark body #page-container.homepage #new_docs .uk-card-media-top {
  aspect-ratio: 4/3;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.theme--dark body #page-container.homepage #new_docs .uk-card-media-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}
.theme--dark body #page-container.homepage #new_docs .title-news {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  /* Overlay du contenu au clic */
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card .uk-card-media-top {
  aspect-ratio: 4/3;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card .uk-card-media-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card h5 {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 1 ligne seulement */
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  color: #F3F6F8;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card .desc {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5rem;
  transition: all 0.3s ease;
  min-height: 6rem;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card .desc.clamp {
  -webkit-line-clamp: 4;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card .desc.clamp::after {
  content: "(+)";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.3rem;
  background: transparent;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card.active .uk-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0B2843;
  z-index: 2;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card.active .uk-card-body h5 {
  -webkit-line-clamp: unset; /* titre complet */
  overflow: visible;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card.active .uk-card-body p.desc {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.theme--dark body #page-container.homepage #home-thematic-container .uk-card.active .uk-card-body p.desc::after {
  display: none;
}
.theme--dark body #main-menu .logo-section {
  background-color: #FFFFFF;
  padding: 2px;
  height: auto;
}
.theme--dark body #main-menu .logo-section .text-logo {
  text-transform: uppercase;
  position: absolute;
  opacity: 0;
  margin-top: 3px;
  margin-left: 10px;
  left: 86px;
  transition: opacity 300ms ease-in-out, left 400ms ease-in-out;
  font-size: 1rem;
  font-weight: bold;
  color: #1e3d6a;
  white-space: nowrap;
}
.theme--dark body #main-menu .logo-section .close-main-menu {
  padding: 7px;
}
.theme--dark body #main-menu .logo-section .close-main-menu svg {
  color: #787878;
}
.theme--dark body #main-menu .logo-section .close-main-menu:hover svg {
  color: #1e3d6a;
}
.theme--dark body #main-menu hr {
  display: none;
}
.theme--dark body #main-menu .nav-section1 {
  margin-top: 10px;
}
.theme--dark body.main-menu-active #main-menu .logo-section {
  height: auto;
}
.theme--dark body.main-menu-active #main-menu .logo-section .text-logo {
  opacity: 1;
  left: 71px;
}
.theme--dark body #title-main-menu {
  background-color: #0B2843;
  border-bottom: 1px solid #001222;
  padding: 0 15px;
}
.theme--dark body #title-main-menu .uk-navbar-left .logo-section {
  height: auto;
  margin-left: -7px;
}
.theme--dark body #title-main-menu .uk-navbar-left .logo-section a {
  text-decoration: none;
}
.theme--dark body #title-main-menu .uk-navbar-left .logo-section a .uk-svg .darkcolor {
  fill: #ffffff !important;
}
.theme--dark body #title-main-menu .uk-navbar-left .logo-section a .uk-svg .contrastcolor {
  fill: #ED333F !important;
}
.theme--dark body #title-main-menu .uk-navbar-left .logo-section a .text-logo {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
  color: #F3F6F8;
  white-space: nowrap;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .theme--dark body #title-main-menu .uk-navbar-left .logo-section a .text-logo {
    display: none;
  }
}
.theme--dark body #title-main-menu .uk-navbar-left .logo-section .close-main-menu {
  display: none;
}
.theme--dark body #title-main-menu .uk-navbar-center {
  font-size: 1rem;
  font-weight: bold;
  color: #1e3d6a;
}
.theme--dark body #title-main-menu .uk-navbar-right .uk-iconnav > li {
  display: flex;
  align-items: center;
}
.theme--dark body #title-main-menu .uk-navbar-right .drop_down .uk-nav-divider {
  border-top: 1px solid white;
  margin: 8px 0;
}
.theme--dark body #title-main-menu .uk-navbar-right .drop_down .btn-simple.btn-simple-secondary {
  padding: 0;
  font-size: 1rem;
  font-family: interface_typo, Arial, Helvetica, sans-serif;
}
.theme--dark body #title-main-menu .uk-navbar-right .darkmode-line {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.theme--dark body #title-main-menu .uk-navbar-right .darkmode-line .uk-link {
  text-decoration: none;
}
.theme--dark body #title-main-menu .uk-navbar-right .darkmode-line .uk-link:hover {
  text-decoration: none;
}
.theme--dark body #title-main-menu .uk-navbar-nav > li a {
  font-size: 0.9rem;
  color: rgb(178.5789473684, 197.6842105263, 210.4210526316);
}
.theme--dark body #title-main-menu .uk-navbar-nav > li a:hover, .theme--dark body #title-main-menu .uk-navbar-nav > li.uk-active > a {
  color: #F3F6F8;
}
.theme--dark body #title-main-menu .uk-navbar-nav > li .uk-navbar-dropdown {
  background-color: #0B2843;
}
.theme--dark body #js-dropdown-cat {
  width: 220px;
}
.theme--dark body #ow_controllerpanel .btn {
  background-color: #F3F6F8 !important;
}
.theme--dark body #ow_controllerpanel .btn:hover {
  background-color: white !important;
}
.theme--dark body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-connects .noUi-connect {
  background-color: #e07c10;
}
.theme--dark body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-handle {
  background-color: rgb(200.2, 110.825, 14.3);
  border: 1px solid rgb(176.4, 97.65, 12.6);
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-handle,
.theme--dark body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-handle {
  background-color: #e07c10;
  border: 1px solid #e07c10;
  box-shadow: none;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connects .noUi-connect,
.theme--dark body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-connects .noUi-connect {
  background-color: #F3F6F8;
}
.theme--dark body #ow_controllerpanel #jogcontainer #ow_id_jog_slider .noUi-connects {
  background-color: #F3F6F8;
}
.theme--dark body #footer {
  background-color: #054086;
  height: auto;
  color: #FFFFFF;
  text-align: left;
  font-size: 1rem;
}
.theme--dark body #footer .link__icon {
  margin: 0 1px;
  display: inline-block;
  vertical-align: -30%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  color: #1e3d6a !important;
  background: #fff;
}
.theme--dark body #footer .link__icon span[class^=icon] {
  display: inline-block;
  font-family: "bea_icons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--dark body #footer .link__icon .icon-car::before {
  content: "\e007";
}
.theme--dark body #footer .link__icon .icon-bus::before {
  content: "\e006";
}
.theme--dark body #footer .link__icon .icon-metro::before {
  content: "\e011";
}
.theme--dark body #footer .link__icon .icon-rer::before {
  content: "\e015";
}
.theme--dark body #footer a.iconFB, .theme--dark body #footer a.iconIG, .theme--dark body #footer a.iconTW, .theme--dark body #footer a.iconYT {
  font-family: bea_icons;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.theme--dark body #footer a.iconFB:hover, .theme--dark body #footer a.iconIG:hover, .theme--dark body #footer a.iconTW:hover, .theme--dark body #footer a.iconYT:hover {
  color: #1e3d6a;
}
.theme--dark body #footer a.iconTW::before {
  content: "\e01d";
}
.theme--dark body #footer a.iconFB::before {
  content: "\e00d";
}
.theme--dark body #footer a.iconIG::before {
  content: "\e00f";
}
.theme--dark body #footer a.iconYT::before {
  content: "";
}
.theme--dark body #footer a.iconYT {
  background: url("../../src/images/icon_yt.png") center center no-repeat;
  width: 22px;
  display: inline-block;
  line-height: 16px;
}
.theme--dark body #footer a.iconYT:hover {
  background: url("../../src/images/icon_yt_hover.png") center center no-repeat;
}
.theme--dark body #footer a, .theme--dark body #footer p {
  color: #FFFFFF;
  text-align: left;
}
.theme--dark body #footer .footer_first_col {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font-size: 0; /*hide | */
  line-height: 0.55rem;
}
@media (max-width: 1250px) {
  .theme--dark body #footer .footer_first_col {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .theme--dark body #footer .footer_first_col {
    width: 35%;
  }
}
@media (max-width: 560px) {
  .theme--dark body #footer .footer_first_col {
    width: 100%;
  }
}
.theme--dark body #footer .footer_first_col .footer__logo {
  display: block;
  width: 140px;
  margin-bottom: 20px;
}
.theme--dark body #footer .footer_first_col .footer__website__link {
  display: none;
}
.theme--dark body #footer .footer_first_col a {
  display: block;
  font-size: 1rem;
  width: fit-content;
  color: #FFFFFF;
}
.theme--dark body #footer .footer__utilities {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  line-height: 1.3rem;
}
@media (max-width: 1250px) {
  .theme--dark body #footer .footer__utilities {
    width: 35%;
  }
}
@media (max-width: 960px) {
  .theme--dark body #footer .footer__utilities {
    width: 65%;
  }
}
@media (max-width: 560px) {
  .theme--dark body #footer .footer__utilities {
    margin-top: 50px;
    width: 100%;
  }
}
.theme--dark body #footer .footer__links {
  width: calc(40% - 100px);
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 1250px) {
  .theme--dark body #footer .footer__links {
    width: calc(45% - 100px);
  }
}
@media (max-width: 960px) {
  .theme--dark body #footer .footer__links {
    margin-top: 50px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 560px) {
  .theme--dark body #footer .footer__links {
    width: 100%;
  }
}
.theme--dark body #footer .footer__links ul {
  line-height: 1.3rem;
  margin: 10px 0;
  font-size: 1rem;
  font-weight: normal;
}
.theme--dark body #footer .socnetFooter {
  position: relative;
  right: 0;
}
@media (max-width: 960px) {
  .theme--dark body #footer .socnetFooter {
    margin-top: 50px;
  }
}
@media (max-width: 560px) {
  .theme--dark body #footer .socnetFooter {
    width: 100%;
  }
}
.theme--dark body #page-container:not(.homepage) #footer {
  line-height: 1rem;
  height: 40px;
  display: block;
}
.theme--dark body #page-container:not(.homepage) #footer .uk-container-large {
  max-width: 100%;
}
.theme--dark body #page-container:not(.homepage) #footer .footer_first_col {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
  font-size: 1rem;
}
.theme--dark body #page-container:not(.homepage) #footer .footer_first_col .footer__logo {
  display: none;
}
.theme--dark body #page-container:not(.homepage) #footer .footer_first_col .footer__website__link {
  display: inline-block;
}
.theme--dark body #page-container:not(.homepage) #footer .footer_first_col a {
  display: inline-block;
  font-size: 1rem;
  width: fit-content;
  color: #FFFFFF;
}
.theme--dark body #page-container:not(.homepage) #footer .footer__links,
.theme--dark body #page-container:not(.homepage) #footer .footer__utilities {
  display: none;
}
.theme--dark body #page-container:not(.homepage).with-side-menu #footer {
  padding: 15px 30px 6px 230px;
}
@media (max-width: 1150px) {
  .theme--dark body #page-container:not(.homepage).with-side-menu #footer {
    padding: 6px 30px 6px 230px;
  }
  .theme--dark body #page-container:not(.homepage).with-side-menu #footer .footer_first_col {
    line-height: 1rem;
  }
}
@media (max-width: 560px) {
  .theme--dark body #page-container:not(.homepage).with-side-menu #footer {
    padding: 15px 30px 6px 245px;
    height: auto;
  }
  .theme--dark body #page-container:not(.homepage).with-side-menu #footer .footer_first_col {
    width: 100%;
    font-size: 0; /*hide | */
    line-height: 0.55rem;
  }
  .theme--dark body #page-container:not(.homepage).with-side-menu #footer .footer_first_col a {
    display: block;
  }
}
@media (max-width: 480px) {
  .theme--dark body #page-container:not(.homepage).with-side-menu #footer {
    padding: 30px 30px 65px 15px;
    height: auto;
  }
  .theme--dark body #page-container:not(.homepage).with-side-menu #footer .footer_first_col {
    width: 100%;
    font-size: 0; /*hide | */
    line-height: 0.55rem;
  }
  .theme--dark body #page-container:not(.homepage).with-side-menu #footer .footer_first_col a {
    display: block;
  }
}
.theme--dark body #page-container:not(.homepage).with-top-menu #js-open-cart {
  left: 0;
}
.theme--dark body #page-container:not(.homepage).with-top-menu #footer {
  padding: 15px 30px 6px 15px;
}
@media (max-width: 860px) {
  .theme--dark body #page-container:not(.homepage).with-top-menu #footer {
    height: auto;
  }
  .theme--dark body #page-container:not(.homepage).with-top-menu #footer .footer_first_col {
    width: 100%;
    font-size: 0; /*hide | */
    line-height: 0.55rem;
  }
  .theme--dark body #page-container:not(.homepage).with-top-menu #footer .footer_first_col a {
    display: block;
  }
}
.theme--dark body #page-container:not(.homepage).with-top-menu #floating-cart-container {
  left: 0 !important;
}
.theme--dark body #page-container:not(.homepage).with-top-menu.logged #footer {
  padding: 15px 30px 6px 230px;
}
.theme--dark body .card-toolbar .uk-iconnav {
  align-items: center;
}
.theme--dark body .card-toolbar .uk-iconnav > li {
  display: flex;
  align-items: center;
}
.theme--dark body form#form_jobList .cell_etat_job,
.theme--dark body form#form_jobList .cell_job_nom,
.theme--dark body form#form_jobList .cell_module_nom,
.theme--dark body form#form_jobList .cell_job_in,
.theme--dark body form#form_jobList .cell_job_out,
.theme--dark body form#form_jobList .cell_usager {
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.theme--dark body form#form_jobList .cell_etat_job.uk-table-shrink,
.theme--dark body form#form_jobList .cell_job_nom.uk-table-shrink,
.theme--dark body form#form_jobList .cell_module_nom.uk-table-shrink,
.theme--dark body form#form_jobList .cell_job_in.uk-table-shrink,
.theme--dark body form#form_jobList .cell_job_out.uk-table-shrink,
.theme--dark body form#form_jobList .cell_usager.uk-table-shrink {
  width: auto;
}
.theme--dark body form#form_jobList .cell_job_nom {
  min-width: 100px;
}
@media (max-width: 1060px) {
  .theme--dark body form#form_jobList th.resultsHead {
    padding: 15px 2px;
  }
}
@media (max-width: 1250px) {
  .theme--dark body.main-menu-active form#form_jobList th.resultsHead {
    padding: 15px 2px;
  }
}

@media print {
  /* Dimension et marges de page */
  @page {
    size: A4 portrait;
    margin: 2cm 1.5cm;
  }
  /* Supprime la marge par défaut du body en impression (8px) */
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    all: unset;
    display: revert;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
  }
  input,
  textarea,
  select {
    all: revert;
  }
  #floating-cart-container,
  #title-menu {
    display: none;
  }
  #main-menu,
  #footer,
  #mainResultsBar,
  #filter-sidebar,
  #preview-sidebar {
    display: none;
    width: 0;
  }
  /* Évite les décalages liés au système de grille UIkit */
  [uk-grid],
  .uk-grid,
  .uk-grid-collapse {
    margin-left: 0 !important;
  }
  [uk-grid] > *,
  .uk-grid > * {
    padding-left: 0 !important;
  }
  /* Containers UIkit */
  .uk-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
  }
  .uk-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Neutralise tout padding/marge gauche potentiels des conteneurs principaux */
  #title-main-menu,
  #title-bar,
  #search-bar,
  nav,
  footer {
    display: none !important;
  }
  #page-container,
  #page-inner,
  #result-content,
  #main_block,
  .result-content-inner {
    margin: 0 !important;
    padding: 0 !important;
  }
  #page-container,
  #page-inner,
  #result-content {
    width: 100%;
  }
  #page-container > .uk-grid-collapse,
  #page-inner > .uk-grid-collapse,
  #result-content > .uk-grid-collapse {
    width: 100%;
  }
  #page-container article,
  #page-inner article,
  #result-content article {
    width: 20%;
  }
}

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