@charset "UTF-8";
/* skopus 4.0.1.20240503 */
/* Size */
/* Breakpoints */
.theme--light {
  background-color: #F3F6F8;
  color: #3A3A3A;
  /* Pagination */
  /* -------------------------------------------------------------------------- */
  /*                                    PARTS                                   */
  /* -------------------------------------------------------------------------- */
}
.theme--light body, .theme--light p, .theme--light h1, .theme--light h2, .theme--light h3, .theme--light h4 {
  color: #3A3A3A;
}
.theme--light .uk-background-primary {
  background-color: #1A1A1A;
}
.theme--light .uk-background-secondary {
  background-color: #db3363;
}
.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: #1A1A1A;
}
.theme--light .uk-button-primary:hover {
  background-color: rgb(51.5, 51.5, 51.5);
}
.theme--light .uk-button-secondary {
  background-color: #db3363;
  color: #225077;
}
.theme--light .uk-button-secondary:hover {
  background-color: rgb(226.65, 94.35, 132.15);
  color: #225077;
}
.theme--light .uk-button-tertiary {
  background-color: #55b4ca;
  color: #225077;
}
.theme--light .uk-button-tertiary:hover {
  background-color: rgb(123.8789237668, 197.1524663677, 214.1210762332);
  color: #225077;
}
.theme--light .uk-button-primary-light {
  background-color: rgb(153.5, 153.5, 153.5);
  color: #225077;
}
.theme--light .uk-button-primary-light:hover {
  background-color: #b3b3b3;
  color: #225077;
}
.theme--light .uk-button-highlight {
  background-color: #db3363;
  color: #225077;
}
.theme--light .uk-button-highlight:hover {
  background-color: rgb(226.65, 94.35, 132.15);
  color: #225077;
}
.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: #3A3A3A;
}
.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: #3A3A3A;
  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: #3A3A3A;
}
.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: #db3363;
}
.theme--light .uk-input::placeholder,
.theme--light .uk-textarea::placeholder {
  /*background-color: theme("background-light");*/
  color: #3A3A3A;
}
.theme--light .uk-tab li a {
  background-color: #FFFFFF;
}
.theme--light .uk-tab li.uk-active a {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.theme--light .uk-tab li:hover a {
  background-color: rgb(13.25, 13.25, 13.25);
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message.uk-notification-message-primary {
  background-color: #1A1A1A;
  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: #db3363;
  color: #FFFFFF;
}
.theme--light .uk-light {
  color: #FFFFFF;
}
.theme--light .uk-link, .theme--light a {
  color: #db3363;
}
.theme--light .uk-link:hover, .theme--light a:hover {
  color: rgb(186.15, 32.85, 76.65);
}
.theme--light form .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #F3F6F8;
}
.theme--light .uk-dropdown {
  background-color: #F3F6F8;
  color: #3A3A3A;
}
.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(13.25, 13.25, 13.25);
}
.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: #db3363;
}
.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: #212121;
  color: #F3F6F8;
  /* Pagination */
  /* -------------------------------------------------------------------------- */
  /*                                    PARTS                                   */
  /* -------------------------------------------------------------------------- */
}
.theme--dark body, .theme--dark p, .theme--dark h1, .theme--dark h2, .theme--dark h3, .theme--dark h4 {
  color: #F3F6F8;
}
.theme--dark .uk-background-primary {
  background-color: #1F5E93;
}
.theme--dark .uk-background-secondary {
  background-color: #52C8E4;
}
.theme--dark .uk-background-muted {
  background-color: #212121;
}
.theme--dark .uk-background-muted-dark {
  background-color: #3A3A3A;
}
.theme--dark .uk-background-light {
  background-color: #121212;
}
.theme--dark .uk-button {
  background-color: #3A3A3A;
}
.theme--dark .uk-button:hover {
  background-color: rgb(83.5, 83.5, 83.5);
}
.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: #52C8E4;
  color: #225077;
}
.theme--dark .uk-button-secondary:hover {
  background-color: rgb(126.115, 214.025, 234.885);
  color: #225077;
}
.theme--dark .uk-button-tertiary {
  background-color: #5E809F;
  color: #225077;
}
.theme--dark .uk-button-tertiary:hover {
  background-color: rgb(125.5375494071, 153.2213438735, 178.4624505929);
  color: #225077;
}
.theme--dark .uk-button-primary-light {
  background-color: rgb(191.4101123596, 218.6629213483, 241.5898876404);
  color: #225077;
}
.theme--dark .uk-button-primary-light:hover {
  background-color: rgb(233.5280898876, 242.7303370787, 250.4719101124);
  color: #225077;
}
.theme--dark .uk-button-highlight {
  background-color: #db3363;
  color: #225077;
}
.theme--dark .uk-button-highlight:hover {
  background-color: rgb(226.65, 94.35, 132.15);
  color: #225077;
}
.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: #121212;
  color: #F3F6F8;
  border: 1px solid #3A3A3A;
}
.theme--dark .select2-dropdown {
  border: 1px solid #3A3A3A;
}
.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: #52C8E4;
}
.theme--dark .uk-input::placeholder,
.theme--dark .uk-textarea::placeholder {
  /*background-color: theme("background-light");*/
  color: #F3F6F8;
}
.theme--dark .uk-tab li a {
  background-color: #121212;
}
.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: #52C8E4;
  color: #0B2843;
}
.theme--dark .uk-light {
  color: #0B2843;
}
.theme--dark .uk-link, .theme--dark a {
  color: #52C8E4;
}
.theme--dark .uk-link:hover, .theme--dark a:hover {
  color: rgb(37.885, 185.975, 221.115);
}
.theme--dark form .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #212121;
}
.theme--dark .uk-dropdown {
  background-color: #212121;
  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: #52C8E4;
}
.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: #121212;
}

.theme--light {
  /* -------------------------------------------------------------------------- */
  /*                                    FORM                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   LAYOUT                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   PLAYER                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MAIN MENU                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TITLE BAR                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  SEARCH BAR                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TOOLBAR                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 CARD / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 LIST / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    CART                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    HOME                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MONTAGE                                   */
  /* -------------------------------------------------------------------------- */
  /* BULLE */
  /* -------------------------------------------------------------------------- */
  /*                                FOMR 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: #3A3A3A;
}
.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: #db3363;
}
.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: #3A3A3A;
}
.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: #db3363;
}
.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: #db3363;
}
.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_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: #3A3A3A;
}
.theme--light section#title-bar #title-menu a {
  color: #3A3A3A;
}
.theme--light section#title-bar #title-menu a:hover {
  color: #db3363;
}
.theme--light .nbr-results {
  color: #3A3A3A;
}
.theme--light .nbr-results span.save-search svg {
  color: #1A1A1A;
}
.theme--light .nbr-results span.save-search svg polygon {
  fill: #1A1A1A;
}
.theme--light .nbr-results span.save-search:hover svg {
  color: #db3363;
}
.theme--light .nbr-results span.save-search:hover svg polygon {
  fill: #db3363;
}
.theme--light .nbr-results a {
  color: #db3363;
}
.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: #55b4ca;
}
.theme--light section#search-bar form #simple-search .drop-select button {
  background-color: #FFFFFF;
  color: #3A3A3A;
  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: #db3363;
}
.theme--light section#search-infos .chip .label {
  background-color: #1A1A1A;
}
.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: #db3363;
}
.theme--light section#search-infos .chip.nbr-results {
  color: #3A3A3A;
}
.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(0.5, 0.5, 0.5);
  color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4 {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4:hover {
  background-color: rgb(0.5, 0.5, 0.5);
}
.theme--light #page-container .toolbar-container {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li a {
  background-color: #F3F6F8;
  color: #3A3A3A;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li a:hover {
  background-color: #E8EDF1;
  color: #3A3A3A;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li.separator {
  background-color: #55b4ca;
}
.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 a:hover {
  background: transparent;
  color: #3A3A3A;
}
.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: #3A3A3A;
  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: #55b4ca;
  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 #db3363;
  background: #db3363;
}
.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: #55b4ca;
}
.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: #55b4ca;
  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 #db3363;
  background: #db3363;
}
.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: #55b4ca;
  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: #55b4ca;
  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 #db3363;
  background: #db3363;
}
.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: #55b4ca;
}
.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: #55b4ca;
}
.theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #db3363;
  color: #225077;
}
.theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(226.65, 94.35, 132.15);
}
.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: #3A3A3A;
}
.theme--light #page-container.preview-open .toolbar-container .btn-close-preview-sidebar .uk-icon-link {
  background: #FFFFFF;
  color: #3A3A3A;
}
.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(0.5, 0.5, 0.5);
}
.theme--light .card-item .infos h4 a {
  color: #3A3A3A;
}
.theme--light .card-item .infos p.meta {
  color: #878787;
}
.theme--light .card-item .infos p.meta a {
  color: #878787;
}
.theme--light .card-item .infos p.meta a:hover {
  color: #db3363;
}
.theme--light .card-item.selected .uk-card {
  background-color: rgb(241.95, 181.05, 198.45);
}
.theme--light .card-item.active-preview .uk-card .image-container {
  background-color: #F3F6F8;
  box-shadow: inset 0 0 1px 2px #db3363;
}
.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: #db3363;
  filter: drop-shadow(0 0 1rem rgba(34, 80, 119, 0.2));
}
.theme--light .list-results table thead tr th {
  color: #3A3A3A;
}
.theme--light .list-results table thead tr th a {
  color: #3A3A3A;
}
.theme--light .list-results table tbody tr {
  background-color: #FFFFFF;
}
.theme--light .list-results table tbody tr:hover {
  background-color: rgba(82, 200, 228, 0.3);
}
.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: #3A3A3A;
}
.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: #1A1A1A;
}
.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: #3A3A3A;
}
.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: black;
}
.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: #db3363;
}
.theme--light fieldset#bloc_atelier #bloc_top_atelier #visionneuse .uk-background-primary {
  background-color: black;
}
.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: black;
}
.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 #db3363;
  border-bottom: 5px solid #db3363;
}
.theme--light #timeline_track {
  background: rgb(166.25, 166.25, 166.25);
}
.theme--light #timeline_track #timeline_handle {
  background-color: #db3363;
}
.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: #55b4ca;
  border-color: #55b4ca;
  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(123.8789237668, 197.1524663677, 214.1210762332);
  color: #FFFFFF;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button-primary,
.theme--light #modal-default .uk-modal-footer .uk-button-primary {
  background-color: #1A1A1A;
}
.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(51.5, 51.5, 51.5);
}
.theme--light #iframe-container .chercheIndex {
  background-color: #FFFFFF;
}
.theme--light #iframe-container .chercheIndex #iframe-list-container .uk-table tr a {
  color: #3A3A3A;
}
.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: #3A3A3A;
}
.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: #db3363;
}
.theme--light #page-container.catEdit #filter-sidebar .button-xsmall {
  border: 1px solid #db3363;
}
.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: #3A3A3A;
}
.theme--light #page-container.catEdit #filter-sidebar #facet_container .block_facet {
  color: #3A3A3A;
}
.theme--light #page-container.catEdit #preview-sidebar .description h4.title {
  color: #3A3A3A;
}
.theme--light #page-container.catEdit #preview-sidebar .description p.meta {
  color: #878787;
}
.theme--light #page-container.catEdit #preview-sidebar .description p.meta a {
  color: #878787;
}
.theme--light #page-container.catEdit #preview-sidebar .description p.meta a:hover {
  color: #db3363;
}
.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: #FFA800;
  border-bottom: 5px solid #FFA800;
}
.theme--light #page-container.dashboard .color-orange li {
  border-left: 10px solid #FFA800;
}
.theme--light #page-container.dashboard .color-orange .uk-badge, .theme--light #page-container.dashboard .color-orange .bg-color {
  background: #FFA800;
}
.theme--light #page-container.dashboard .color-orange a {
  color: #FFA800;
}
.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: #225077;
}
.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 .uk-table th,
.theme--light #page-container.docEdit #detail-infos .uk-table th {
  color: #3A3A3A;
}
.theme--light #page-container.doc #detail-infos .uk-accordion-title,
.theme--light #page-container.docEdit #detail-infos .uk-accordion-title {
  color: #3A3A3A;
}
.theme--light #page-container.doc #detail-infos .uk-accordion-title,
.theme--light #page-container.docEdit #detail-infos .uk-accordion-title {
  border-bottom: 1px solid #55b4ca;
}
.theme--light #page-container.doc .slide-tab-wrapper .icon,
.theme--light #page-container.docEdit .slide-tab-wrapper .icon {
  background: #55b4ca;
  color: white;
}
.theme--light #page-container.doc .slide-tab-wrapper .icon:hover,
.theme--light #page-container.docEdit .slide-tab-wrapper .icon:hover {
  background: #db3363;
}
@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(13.25, 13.25, 13.25);
    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: #1A1A1A;
    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: #3A3A3A;
  }
  .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: #1A1A1A;
  }
  .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(13.25, 13.25, 13.25);
  color: #FFFFFF;
}
.theme--light .menu-tab-wrapper .menu-tab > li.uk-active a {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.theme--light .menu-tab-wrapper .menu-tab > li.uk-disabled a {
  color: #878787;
}
.theme--light #page-container form .uk-tab li a {
  background-color: #FFFFFF;
  color: #3A3A3A;
}
.theme--light #page-container form .uk-tab li.uk-active a {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.theme--light #page-container form .uk-tab li:hover a {
  background-color: rgb(13.25, 13.25, 13.25);
  color: #FFFFFF;
}
.theme--light #page-container form .uk-tab li :before {
  border: none;
}
.theme--light #page-container form .table-listing.uk-table th {
  color: #3A3A3A;
  border-bottom: 1px solid #55b4ca;
}
.theme--light #page-container form .uk-accordion-title {
  color: #3A3A3A;
}
.theme--light #page-container form .uk-accordion-title {
  border-bottom: 1px solid #55b4ca;
}
.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: #3A3A3A;
}
.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(201.6367713004, 231.4573991031, 238.3632286996);
  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: #3A3A3A;
}
.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: #3A3A3A;
}
.theme--light #cart-container .filter-sidebar #cart-list li.selected {
  border: 1px solid;
}
.theme--light #cart-container .preview-sidebar .description h4.title {
  color: #3A3A3A;
}
.theme--light #cart-container .preview-sidebar .description p.meta {
  color: #878787;
}
.theme--light #cart-container .preview-sidebar .description p.meta a {
  color: #878787;
}
.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: #3A3A3A;
}
.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: #db3363;
}
.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: #db3363;
  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: #3A3A3A;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .block_facet {
  color: #3A3A3A;
}
.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: #3A3A3A;
}
.theme--light #page-container.docList #preview-sidebar .description p.meta {
  color: #878787;
}
.theme--light #page-container.docList #preview-sidebar .description p.meta a {
  color: #878787;
}
.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: #3A3A3A;
}
.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 #db3363;
}
.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: #db3363;
  border: 1px solid rgba(82, 200, 228, 0.3);
}

.theme--dark {
  /* -------------------------------------------------------------------------- */
  /*                                    FORM                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   LAYOUT                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   PLAYER                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MAIN MENU                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TITLE BAR                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  SEARCH BAR                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TOOLBAR                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 CARD / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 LIST / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    CART                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    HOME                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MONTAGE                                   */
  /* -------------------------------------------------------------------------- */
  /* BULLE */
  /* -------------------------------------------------------------------------- */
  /*                                FOMR 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: #3A3A3A;
}
.theme--dark #page-container section.preview-sidebar,
.theme--dark #page-container section.filter-sidebar {
  background-color: #121212;
}
.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: #db3363;
}
.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: #db3363;
}
.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: #3A3A3A;
}
.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: #db3363;
}
.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_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: #52C8E4;
}
.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: #db3363;
}
.theme--dark .nbr-results span.save-search:hover svg polygon {
  fill: #db3363;
}
.theme--dark .nbr-results a {
  color: #52C8E4;
}
.theme--dark .toggle-input + .toggle-btn {
  background-color: #3A3A3A;
}
.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: #121212;
  color: #F3F6F8;
  border: 1px solid #3A3A3A;
}
.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(43.5, 43.5, 43.5);
}
.theme--dark section#search-infos .chip .boolean {
  background-color: #52C8E4;
}
.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: #52C8E4;
}
.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: #212121;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav {
  border-bottom: 1px solid #3A3A3A;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4 {
  background-color: #121212;
}
.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 a {
  background-color: #212121;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li a:hover {
  background-color: #3A3A3A;
  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 a {
  color: #DCE3E8;
}
.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: #121212;
  color: #F3F6F8;
  border: 1px solid #3A3A3A;
}
.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(43.5, 43.5, 43.5);
}
.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 #52C8E4;
  background: #52C8E4;
}
.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 #52C8E4;
  background: #52C8E4;
}
.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 #52C8E4;
  background: #52C8E4;
}
.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 > a {
  background-color: #db3363;
  color: #225077;
}
.theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(226.65, 94.35, 132.15);
}
.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: #121212;
  color: #F3F6F8;
}
.theme--dark #page-container.preview-open .toolbar-container .btn-close-preview-sidebar .uk-icon-link {
  background: #121212;
  color: #F3F6F8;
}
.theme--dark .card-item .uk-card {
  background-color: #121212;
}
.theme--dark .card-item .uk-card .image-container .no-preview {
  background-color: #212121;
}
.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 #121212;
  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 .infos h4 a {
  color: #F3F6F8;
}
.theme--dark .card-item .infos p.meta {
  color: #DCE3E8;
}
.theme--dark .card-item .infos p.meta a {
  color: #DCE3E8;
}
.theme--dark .card-item .infos p.meta a:hover {
  color: #52C8E4;
}
.theme--dark .card-item.selected .uk-card {
  background-color: rgb(214.345, 242.075, 248.655);
}
.theme--dark .card-item.active-preview .uk-card .image-container {
  background-color: #212121;
  box-shadow: inset 0 0 1px 2px #52C8E4;
}
.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: #212121;
}
.theme--dark .list-results table .uk-checkbox {
  background-color: #121212;
}
.theme--dark .list-results table .uk-checkbox:checked {
  background-color: #52C8E4;
  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: #121212;
}
.theme--dark .list-results table tbody tr:hover {
  background-color: rgba(82, 200, 228, 0.3);
}
.theme--dark .list-results table tbody tr.active-preview {
  background-color: #3A3A3A;
  box-shadow: inset 0 0 1px 2px #4F4F4F;
}
.theme--dark .list-results table tbody tr td a {
  color: #F3F6F8;
}
.theme--dark #page-container #floating-cart-container #cart-container {
  background-color: #212121;
}
.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: #080808;
}
.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: #121212;
  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: #db3363;
}
.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: #212121;
}
.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 #db3363;
  border-bottom: 5px solid #db3363;
}
.theme--dark #timeline_track {
  background: rgb(212.4691011236, 230.6966292135, 246.0308988764);
}
.theme--dark #timeline_track #timeline_handle {
  background-color: #db3363;
}
.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: #212121;
  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: #212121;
}
.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: #3A3A3A;
}
.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: #121212;
}
.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: #121212;
}
.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: #52C8E4;
}
.theme--dark #page-container.catEdit #filter-sidebar .button-xsmall {
  border: 1px solid #52C8E4;
}
.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 a {
  color: #DCE3E8;
}
.theme--dark #page-container.catEdit #preview-sidebar .description p.meta a:hover {
  color: #52C8E4;
}
.theme--dark .select2-dropdown {
  background-color: #212121;
  border-color: #3A3A3A;
  color: #FFFFFF;
}
.theme--dark .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: #212121;
  border-color: #3A3A3A;
  color: #FFFFFF;
}
.theme--dark .jstree-default .jstree-hovered {
  background-color: #212121;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #3A3A3A;
}
.theme--dark .jstree-default .jstree-clicked {
  background: #3A3A3A;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #3A3A3A;
}
.theme--dark #page-container.dashboard .dashboard-card li.muted {
  background: #212121;
}
.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: #FFA800;
  border-bottom: 5px solid #FFA800;
}
.theme--dark #page-container.dashboard .color-orange li {
  border-left: 10px solid #FFA800;
}
.theme--dark #page-container.dashboard .color-orange .uk-badge, .theme--dark #page-container.dashboard .color-orange .bg-color {
  background: #FFA800;
}
.theme--dark #page-container.dashboard .color-orange a {
  color: #FFA800;
}
.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: #225077;
}
.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 #3A3A3A;
}
.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: #121212 !important;
}
.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: #52C8E4;
}
@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: #121212;
  }
  .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: #121212;
  }
  .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: #121212;
}
.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 #page-container form .uk-tab li a {
  background-color: #121212;
  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: #212121;
}
.theme--dark #page-container form#chercheForm .uk-accordion .uk-accordion-content {
  background-color: #212121;
}
.theme--dark #page-container #admin-toolbar {
  background-color: #3A3A3A;
}
.theme--dark #page-container .contentBody {
  background-color: #3A3A3A;
}
.theme--dark #page-container .contentBody fieldset {
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.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 #3A3A3A;
  background-color: #121212;
}
.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: #212121;
  border-top: 1px solid #3A3A3A;
  border-bottom: 1px solid #3A3A3A;
}
.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: #212121;
  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: #121212;
}
.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 .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 a {
  color: #DCE3E8;
}
.theme--dark #page-container.docList #filter-sidebar,
.theme--dark #page-container.docList #preview-sidebar {
  background-color: #121212;
}
.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: #52C8E4;
}
.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: #3A3A3A;
  border-color: rgb(83.5, 83.5, 83.5);
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-checkbox:checked {
  background-color: #52C8E4;
  border-color: #3A3A3A;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-search-input {
  background-color: #3A3A3A;
  border-color: rgb(83.5, 83.5, 83.5);
}
.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 a {
  color: #DCE3E8;
}
.theme--dark #media_space .uk-slideshow ul.uk-slideshow-items li {
  border-bottom: 1px solid #4F4F4F;
  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 #3A3A3A;
}
.theme--dark .display-reportage article.bloc_image.active-preview .uk-card .image-container {
  background-color: #212121;
  box-shadow: inset 0 0 1px 2px #52C8E4;
}
.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: #52C8E4;
  border: 1px solid rgba(82, 200, 228, 0.3);
}

.theme--dark {
  /* Player Dark mode */
}
.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: #4F4F4F;
  border-color: #3A3A3A;
}
.theme--dark .card-item .uk-card .select-container .uk-checkbox:checked,
.theme--dark .list-results table .uk-checkbox:checked {
  background-color: #52C8E4;
  border-color: #52C8E4;
}

/* Rewrite SCSS HERE */
.theme--light body .uk-button-primary-light {
  background-color: #55b4ca;
  color: #FFFFFF;
}
.theme--light body .uk-button-primary-light:hover {
  background-color: rgb(123.8789237668, 197.1524663677, 214.1210762332);
  color: #FFFFFF;
}
.theme--light body .uk-button-highlight {
  background-color: #db3363;
  color: #FFFFFF;
}
.theme--light body .uk-button-highlight:hover {
  background-color: rgb(226.65, 94.35, 132.15);
  color: #FFFFFF;
}
.theme--light body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #db3363;
  color: #FFFFFF;
}
.theme--light body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(226.65, 94.35, 132.15);
  color: #FFFFFF;
}
.theme--light body #main-menu {
  background-color: #1A1A1A;
}
.theme--light body #main-menu .logo-section {
  background-color: #000000;
  padding: 0;
  height: auto;
  /*text-align: right;*/
  transition: none;
}
.theme--light body #main-menu .logo-section img {
  transition: width 300ms ease-in-out;
}
.theme--light body #main-menu .logo-section .text-logo {
  position: absolute;
  opacity: 0;
  margin-top: 8px;
  left: 126px;
  transition: opacity 300ms ease-in-out, left 400ms ease-in-out;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
}
.theme--light body.main-menu-active #main-menu .logo-section {
  height: auto;
}
.theme--light body.main-menu-active #main-menu .logo-section img {
  width: 100px;
}
.theme--light body.main-menu-active #main-menu .logo-section .text-logo {
  opacity: 1;
  left: 116px;
}
.theme--light body #page-container.homepage .uk-card-default .uk-card-title {
  font-size: 1.2rem;
}
.theme--light body #page-container.homepage .uk-card-default p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.theme--dark body .uk-button-primary-light {
  background-color: #5E809F;
  color: #FFFFFF;
}
.theme--dark body .uk-button-primary-light:hover {
  background-color: rgb(125.5375494071, 153.2213438735, 178.4624505929);
  color: #FFFFFF;
}
.theme--dark body .uk-button-highlight {
  background-color: #db3363;
  color: #FFFFFF;
}
.theme--dark body .uk-button-highlight:hover {
  background-color: rgb(226.65, 94.35, 132.15);
  color: #FFFFFF;
}
.theme--dark body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #db3363;
  color: #FFFFFF;
}
.theme--dark body #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(226.65, 94.35, 132.15);
  color: #FFFFFF;
}
.theme--dark body #main-menu {
  background-color: #080808;
}
.theme--dark body #main-menu .logo-section {
  background-color: #000000;
  padding: 0;
  height: auto;
  /*text-align: right;*/
  transition: none;
}
.theme--dark body #main-menu .logo-section img {
  transition: width 300ms ease-in-out;
}
.theme--dark body #main-menu .logo-section .text-logo {
  position: absolute;
  opacity: 0;
  margin-top: 8px;
  left: 126px;
  transition: opacity 300ms ease-in-out, left 400ms ease-in-out;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
}
.theme--dark body.main-menu-active #main-menu .logo-section {
  height: auto;
}
.theme--dark body.main-menu-active #main-menu .logo-section img {
  width: 100px;
}
.theme--dark body.main-menu-active #main-menu .logo-section .text-logo {
  opacity: 1;
  left: 116px;
}
.theme--dark body #page-container.homepage .uk-card-default .uk-card-title {
  font-size: 1.2rem;
}
.theme--dark body #page-container.homepage .uk-card-default p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

#page-container.locked img#logo {
  max-width: 150px;
}

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