@charset "UTF-8";
/* skopus 4.0.1.20240503 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Size */
/* Breakpoints */
.theme--light {
  background-color: #E8E4F8;
  color: #000000;
  /* Pagination */
  /* -------------------------------------------------------------------------- */
  /*                                    PARTS                                   */
  /* -------------------------------------------------------------------------- */
}
.theme--light body, .theme--light p, .theme--light h1, .theme--light h2, .theme--light h3, .theme--light h4 {
  color: #000000;
}
.theme--light .uk-background-primary {
  background-color: #000000;
}
.theme--light .uk-background-secondary {
  background-color: #0F172A;
}
.theme--light .uk-background-muted {
  background-color: #E8E4F8;
}
.theme--light .uk-background-muted-dark {
  background-color: #D1CAF1;
}
.theme--light .uk-background-light {
  background-color: #FFFFFF;
}
.theme--light .uk-button {
  background-color: #D1CAF1;
}
.theme--light .uk-button:hover {
  background-color: rgb(244.0149253731, 242.3432835821, 251.6567164179);
}
.theme--light .uk-button-primary {
  background-color: #000000;
}
.theme--light .uk-button-primary:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}
.theme--light .uk-button-secondary {
  background-color: #0F172A;
  color: #225077;
}
.theme--light .uk-button-secondary:hover {
  background-color: rgb(28.4210526316, 43.5789473684, 79.5789473684);
  color: #225077;
}
.theme--light .uk-button-tertiary {
  background-color: #7758EB;
  color: #225077;
}
.theme--light .uk-button-tertiary:hover {
  background-color: rgb(156.0909090909, 133.5454545455, 240.4545454545);
  color: #225077;
}
.theme--light .uk-button-primary-light {
  background-color: rgb(127.5, 127.5, 127.5);
  color: #225077;
}
.theme--light .uk-button-primary-light:hover {
  background-color: #999999;
  color: #225077;
}
.theme--light .uk-button-highlight {
  background-color: #FFCB00;
  color: #225077;
}
.theme--light .uk-button-highlight:hover {
  background-color: rgb(255, 213.4, 51);
  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 {
  color: #000000;
}
.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: #000000;
  border: 1px solid #D1CAF1;
}
.theme--light .select2-dropdown {
  border: 1px solid #D1CAF1;
}
.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: #000000;
}
.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: #0F172A;
}
.theme--light .uk-input::placeholder,
.theme--light .uk-textarea::placeholder {
  /*background-color: theme("background-light");*/
  color: #000000;
}
.theme--light .uk-tab li a {
  background-color: #FFFFFF;
}
.theme--light .uk-tab li.uk-active a {
  background-color: #000000;
  color: #FFFFFF;
}
.theme--light .uk-tab li:hover a {
  background-color: black;
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message {
  background-color: #000000;
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message.uk-notification-message-primary {
  background-color: #000000;
  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: #0F172A;
  color: #FFFFFF;
}
.theme--light .uk-light {
  color: #FFFFFF;
}
.theme--light .uk-link, .theme--light a {
  color: #0F172A;
}
.theme--light .uk-link:hover, .theme--light a:hover {
  color: rgb(1.5789473684, 2.4210526316, 4.4210526316);
}
.theme--light form .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #E8E4F8;
}
.theme--light .uk-dropdown {
  background-color: #E8E4F8;
  color: #000000;
}
.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: black;
}
.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: #0F172A;
}
.theme--light body.main-menu-active #main-menu .close-main-menu:hover svg {
  color: #FFFFFF;
}
.theme--light .uk-modal-header,
.theme--light .uk-modal-body,
.theme--light .uk-modal-footer {
  background-color: #FFFFFF;
}

.theme--dark {
  background-color: #001F3B;
  color: #F3F6F8;
  /* Pagination */
  /* -------------------------------------------------------------------------- */
  /*                                    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: #F3F6F8;
}
.theme--dark .uk-background-secondary {
  background-color: #e38234;
}
.theme--dark .uk-background-muted {
  background-color: #001F3B;
}
.theme--dark .uk-background-muted-dark {
  background-color: #001222;
}
.theme--dark .uk-background-light {
  background-color: #0B2843;
}
.theme--dark .uk-button {
  background-color: #001222;
}
.theme--dark .uk-button:hover {
  background-color: #002d55;
}
.theme--dark .uk-button-primary {
  background-color: #F3F6F8;
}
.theme--dark .uk-button-primary:hover {
  background-color: white;
}
.theme--dark .uk-button-secondary {
  background-color: #e38234;
  color: #225077;
}
.theme--dark .uk-button-secondary:hover {
  background-color: rgb(233.1818181818, 157.5974025974, 96.8181818182);
  color: #225077;
}
.theme--dark .uk-button-tertiary {
  background-color: #00B3EC;
  color: #225077;
}
.theme--dark .uk-button-tertiary:hover {
  background-color: rgb(32, 201.1398305085, 255);
  color: #225077;
}
.theme--dark .uk-button-primary-light {
  background-color: white;
  color: #225077;
}
.theme--dark .uk-button-primary-light:hover {
  background-color: white;
  color: #225077;
}
.theme--dark .uk-button-highlight {
  background-color: #FFCB00;
  color: #225077;
}
.theme--dark .uk-button-highlight:hover {
  background-color: rgb(255, 213.4, 51);
  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 {
  color: #F3F6F8;
}
.theme--dark .uk-radio,
.theme--dark .uk-checkbox,
.theme--dark .uk-textarea,
.theme--dark .uk-select,
.theme--dark .uk-input,
.theme--dark .select2-results,
.theme--dark .select2-container--default .select2-selection--multiple {
  background-color: #0B2843;
  color: #F3F6F8;
  border: 1px solid #001222;
}
.theme--dark .select2-dropdown {
  border: 1px solid #001222;
}
.theme--dark .select2.select2-container--default {
  flex: 1;
  padding-left: 0;
}
.theme--dark .select2.select2-container--default ul li input {
  width: 100%;
}
.theme--dark .uk-form-label {
  color: #F3F6F8;
}
.theme--dark .uk-checkbox:checked:focus,
.theme--dark .uk-checkbox:checked,
.theme--dark .uk-checkbox:indeterminate,
.theme--dark .uk-radio:checked,
.theme--dark .uk-checkbox:checked,
.theme--dark .uk-checkbox:indeterminate,
.theme--dark .uk-radio:checked {
  background-color: #e38234;
}
.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: #0B2843;
}
.theme--dark .uk-tab li.uk-active a {
  background-color: #F3F6F8;
  color: #0B2843;
}
.theme--dark .uk-tab li:hover a {
  background-color: rgb(226.8947368421, 233.9210526316, 238.6052631579);
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message {
  background-color: #F3F6F8;
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message.uk-notification-message-primary {
  background-color: #F3F6F8;
  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: #e38234;
  color: #0B2843;
}
.theme--dark .uk-light {
  color: #0B2843;
}
.theme--dark .uk-link, .theme--dark a {
  color: #e38234;
}
.theme--dark .uk-link:hover, .theme--dark a:hover {
  color: rgb(200.3636363636, 104.6233766234, 27.6363636364);
}
.theme--dark form .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #001F3B;
}
.theme--dark .uk-dropdown {
  background-color: #001F3B;
  color: #F3F6F8;
}
.theme--dark body #main-menu .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-light .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-offcanvas-bar .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-overlay-primary .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.theme--dark body #main-menu .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: #0B2843;
}
.theme--dark body #main-menu ul > li.uk-active a, .theme--dark body #main-menu ul > li:hover a {
  background-color: rgb(226.8947368421, 233.9210526316, 238.6052631579);
}
.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: #e38234;
}
.theme--dark body.main-menu-active #main-menu .close-main-menu:hover svg {
  color: #0B2843;
}
.theme--dark .uk-modal-header,
.theme--dark .uk-modal-body,
.theme--dark .uk-modal-footer {
  background-color: #0B2843;
}

.theme--light {
  /* -------------------------------------------------------------------------- */
  /*                                    FORM                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   LAYOUT                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   PLAYER                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MAIN MENU                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TITLE BAR                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  SEARCH BAR                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TOOLBAR                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 CARD / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 LIST / ITEM                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    CART                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    HOME                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MONTAGE                                   */
  /* -------------------------------------------------------------------------- */
  /* BULLE */
  /* -------------------------------------------------------------------------- */
  /*                                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: #000000;
}
.theme--light .next-1-1 .next-1-1 {
  background-color: #D1CAF1;
}
.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: #FFCB00;
}
.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: #000000;
}
.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: #FFCB00;
}
.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: #D1CAF1;
}
.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: #FFCB00;
}
.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: #000000;
}
.theme--light section#title-bar #title-menu a {
  color: #000000;
}
.theme--light section#title-bar #title-menu a:hover {
  color: #0F172A;
}
.theme--light .nbr-results {
  color: #000000;
}
.theme--light .nbr-results span.save-search svg {
  color: #000000;
}
.theme--light .nbr-results span.save-search svg polygon {
  fill: #000000;
}
.theme--light .nbr-results span.save-search:hover svg {
  color: #FFCB00;
}
.theme--light .nbr-results span.save-search:hover svg polygon {
  fill: #FFCB00;
}
.theme--light .nbr-results a {
  color: #0F172A;
}
.theme--light .toggle-input + .toggle-btn {
  background-color: #D1CAF1;
}
.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: #7758EB;
}
.theme--light section#search-bar form #simple-search .drop-select button {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #D1CAF1;
}
.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: #0F172A;
}
.theme--light section#search-infos .chip .label {
  background-color: #000000;
}
.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: #0F172A;
}
.theme--light section#search-infos .chip.nbr-results {
  color: #000000;
}
.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: #E8E4F8;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav {
  border-bottom: 1px solid #D1CAF1;
}
.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: black;
  color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4 {
  background-color: #000000;
  color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4:hover {
  background-color: black;
}
.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: #E8E4F8;
  color: #000000;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li a:hover {
  background-color: #D1CAF1;
  color: #000000;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li.separator {
  background-color: #7758EB;
}
.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: #000000;
}
.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: #000000;
  border: 1px solid #D1CAF1;
}
.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: #7758EB;
  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 #0F172A;
  background: #0F172A;
}
.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: #7758EB;
}
.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: #7758EB;
  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 #0F172A;
  background: #0F172A;
}
.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: #7758EB;
  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: #7758EB;
  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 #0F172A;
  background: #0F172A;
}
.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: #7758EB;
}
.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: #7758EB;
}
.theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #FFCB00;
  color: #225077;
}
.theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(255, 213.4, 51);
}
.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: #000000;
}
.theme--light #page-container.preview-open .toolbar-container .btn-close-preview-sidebar .uk-icon-link {
  background: #FFFFFF;
  color: #000000;
}
.theme--light .card-item .uk-card {
  background-color: #FFFFFF;
}
.theme--light .card-item .uk-card .image-container .no-preview {
  background-color: #E8E4F8;
}
.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: black;
}
.theme--light .card-item .infos h4 a {
  color: #000000;
}
.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: #0F172A;
}
.theme--light .card-item.selected .uk-card {
  background-color: rgb(55.2631578947, 84.7368421053, 154.7368421053);
}
.theme--light .card-item.active-preview .uk-card .image-container {
  background-color: #E8E4F8;
  box-shadow: inset 0 0 1px 2px #0F172A;
}
.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: #E8E4F8;
}
.theme--light .list-results table .uk-checkbox {
  background-color: #FFFFFF;
}
.theme--light .list-results table .uk-checkbox:checked {
  background-color: #0F172A;
  filter: drop-shadow(0 0 1rem rgba(34, 80, 119, 0.2));
}
.theme--light .list-results table thead tr th {
  color: #000000;
}
.theme--light .list-results table thead tr th a {
  color: #000000;
}
.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: #D1CAF1;
  box-shadow: inset 0 0 1px 2px #BBB1EB;
}
.theme--light .list-results table tbody tr td a {
  color: #000000;
}
.theme--light #page-container #floating-cart-container #cart-container {
  background-color: #E8E4F8;
}
.theme--light #page-container.homepage #home-banner h1.uk-light {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--light #page-container.homepage .home-slider-container .slide-title-overlay {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
  color: #FFFFFF;
}
.theme--light #page-container.homepage .home-slider-container .slide-title-overlay:hover {
  background: #121212;
}
.theme--light #page-container.homepage .home-slider-container .slide-title-overlay h3, .theme--light #page-container.homepage .home-slider-container .slide-title-overlay h2 {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--light #page-container.homepage .home-slider-container .slide-title-overlay span {
  color: #FFFFFF;
}
.theme--light #page-container.homepage .uk-card-default {
  background-color: #FFFFFF;
  color: #33383E;
}
.theme--light #page-container.homepage .uk-card-default .uk-card-title {
  color: #33383E;
}
.theme--light fieldset#bloc_atelier span.clipTitre {
  color: #000000;
}
.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: #FFCB00;
}
.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: #E8E4F8;
}
.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 #FFCB00;
  border-bottom: 5px solid #FFCB00;
}
.theme--light #timeline_track {
  background: rgb(140.25, 140.25, 140.25);
}
.theme--light #timeline_track #timeline_handle {
  background-color: #FFCB00;
}
.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: #E8E4F8;
  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: #E8E4F8;
}
.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: #D1CAF1;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button,
.theme--light #modal-default .uk-modal-footer .uk-button {
  background-color: #7758EB;
  border-color: #7758EB;
  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(156.0909090909, 133.5454545455, 240.4545454545);
  color: #FFFFFF;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button-primary,
.theme--light #modal-default .uk-modal-footer .uk-button-primary {
  background-color: #000000;
}
.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(25.5, 25.5, 25.5);
}
.theme--light #iframe-container .chercheIndex {
  background-color: #FFFFFF;
}
.theme--light #iframe-container .chercheIndex #iframe-list-container .uk-table tr a {
  color: #000000;
}
.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: #000000;
}
.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: #0F172A;
}
.theme--light #page-container.catEdit #filter-sidebar .button-xsmall {
  border: 1px solid #0F172A;
}
.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: #000000;
}
.theme--light #page-container.catEdit #filter-sidebar #facet_container .block_facet {
  color: #000000;
}
.theme--light #page-container.catEdit #preview-sidebar .description h4.title {
  color: #000000;
}
.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: #0F172A;
}
.theme--light .select2-dropdown {
  background-color: #E8E4F8;
  border-color: #D1CAF1;
  color: #000000;
}
.theme--light .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: #E8E4F8;
  border-color: #D1CAF1;
  color: #000000;
}
.theme--light .jstree-default .jstree-hovered {
  background-color: #E8E4F8;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #D1CAF1;
}
.theme--light .jstree-default .jstree-clicked {
  background: #D1CAF1;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #D1CAF1;
}
.theme--light #page-container.dashboard .dashboard-card li.muted {
  background: #E8E4F8;
}
.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 #D1CAF1;
}
.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: #000000;
}
.theme--light #page-container.doc #detail-infos .uk-accordion-title,
.theme--light #page-container.docEdit #detail-infos .uk-accordion-title {
  color: #000000;
}
.theme--light #page-container.doc #detail-infos .uk-accordion-title,
.theme--light #page-container.docEdit #detail-infos .uk-accordion-title {
  border-bottom: 1px solid #7758EB;
}
.theme--light #page-container.doc .slide-tab-wrapper .icon,
.theme--light #page-container.docEdit .slide-tab-wrapper .icon {
  background: #7758EB;
  color: white;
}
.theme--light #page-container.doc .slide-tab-wrapper .icon:hover,
.theme--light #page-container.docEdit .slide-tab-wrapper .icon:hover {
  background: #0F172A;
}
@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: black;
    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: #000000;
    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: #000000;
  }
  .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: #000000;
  }
  .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: black;
  color: #FFFFFF;
}
.theme--light .menu-tab-wrapper .menu-tab > li.uk-active a {
  background-color: #000000;
  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: #000000;
}
.theme--light #page-container form .uk-tab li.uk-active a {
  background-color: #000000;
  color: #FFFFFF;
}
.theme--light #page-container form .uk-tab li:hover a {
  background-color: black;
  color: #FFFFFF;
}
.theme--light #page-container form .uk-tab li :before {
  border: none;
}
.theme--light #page-container form .table-listing.uk-table th {
  color: #000000;
  border-bottom: 1px solid #7758EB;
}
.theme--light #page-container form .uk-accordion-title {
  color: #000000;
}
.theme--light #page-container form .uk-accordion-title {
  border-bottom: 1px solid #7758EB;
}
.theme--light #page-container form#chercheForm {
  background-color: #E8E4F8;
}
.theme--light #page-container form#chercheForm .uk-accordion .uk-accordion-content {
  background-color: #E8E4F8;
}
.theme--light #page-container #admin-toolbar {
  background-color: #D1CAF1;
}
.theme--light #page-container .contentBody {
  background-color: #D1CAF1;
}
.theme--light #page-container .contentBody fieldset {
  background-color: #D1CAF1;
  border-color: #D1CAF1;
}
.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 #D1CAF1;
  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: #E8E4F8;
  border-top: 1px solid #D1CAF1;
  border-bottom: 1px solid #D1CAF1;
}
.theme--light #comList tr td a {
  color: #000000;
}
.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: #E8E4F8;
  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(230.2727272727, 224.6363636364, 251.3636363636);
  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: #000000;
}
.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: #000000;
}
.theme--light #cart-container .filter-sidebar #cart-list li.selected {
  border: 1px solid;
}
.theme--light #cart-container .preview-sidebar .description h4.title {
  color: #000000;
}
.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: #000000;
}
.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: #0F172A;
}
.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: #D1CAF1;
  border-color: rgb(244.0149253731, 242.3432835821, 251.6567164179);
}
.theme--light #page-container.docList #filter-sidebar #facet_container .uk-checkbox:checked {
  background-color: #0F172A;
  border-color: #D1CAF1;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .uk-search-input {
  background-color: #D1CAF1;
  border-color: rgb(244.0149253731, 242.3432835821, 251.6567164179);
}
.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: #000000;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .block_facet {
  color: #000000;
}
.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: #000000;
}
.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 #BBB1EB;
  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: #000000;
}
.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 #D1CAF1;
}
.theme--light .display-reportage article.bloc_image.active-preview .uk-card .image-container {
  background-color: #E8E4F8;
  box-shadow: inset 0 0 1px 2px #0F172A;
}
.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: #0F172A;
  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: #001222;
}
.theme--dark #page-container section.preview-sidebar,
.theme--dark #page-container section.filter-sidebar {
  background-color: #0B2843;
}
.theme--dark body .timecode-container span {
  color: #FFFFFF;
}
.theme--dark body #ow_boutons .btn:hover,
.theme--dark body #ow_first_row_controller .btn:hover {
  color: #FFCB00;
}
.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(232, 237, 241, 0.97);
}
.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: #FFCB00;
}
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_new,
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_in,
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_out,
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_save,
.theme--dark body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_cancel {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #ow_bouton_capture {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connects {
  background-color: #001222;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connect {
  background: white;
}
.theme--dark body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-handle {
  background: #FFCB00;
}
.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(232, 237, 241, 0.97);
}
.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: #e38234;
}
.theme--dark .nbr-results {
  color: #F3F6F8;
}
.theme--dark .nbr-results span.save-search svg {
  color: #F3F6F8;
}
.theme--dark .nbr-results span.save-search svg polygon {
  fill: #F3F6F8;
}
.theme--dark .nbr-results span.save-search:hover svg {
  color: #FFCB00;
}
.theme--dark .nbr-results span.save-search:hover svg polygon {
  fill: #FFCB00;
}
.theme--dark .nbr-results a {
  color: #e38234;
}
.theme--dark .toggle-input + .toggle-btn {
  background-color: #001222;
}
.theme--dark .toggle-input + .toggle-btn:after {
  background: #fbfbfb;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08);
}
.theme--dark .toggle-input + .toggle-btn:active {
  box-shadow: inset 0 0 0 1.5em #e8eae9;
}
.theme--dark .toggle-input:checked + .toggle-btn {
  background: #00B3EC;
}
.theme--dark section#search-bar form #simple-search .drop-select button {
  background-color: #0B2843;
  color: #F3F6F8;
  border: 1px solid #001222;
}
.theme--dark section#search-bar form #simple-search .drop-select button:hover, .theme--dark section#search-bar form #simple-search .drop-select button[aria-expanded=true] {
  background-color: rgb(18.1923076923, 66.1538461538, 110.8076923077);
}
.theme--dark section#search-infos .chip .boolean {
  background-color: #e38234;
}
.theme--dark section#search-infos .chip .label {
  background-color: #F3F6F8;
}
.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: #e38234;
}
.theme--dark section#search-infos .chip.nbr-results {
  color: #F3F6F8;
}
.theme--dark body #advanced-search-modal {
  background: rgba(0, 0, 0, 0.6);
}
.theme--dark body #advanced-search-modal .uk-modal-dialog {
  background: #fff;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog .uk-modal-body {
  background: #001F3B;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav {
  border-bottom: 1px solid #001222;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4 {
  background-color: #0B2843;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4:hover {
  background-color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
  color: #0B2843;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4 {
  background-color: #F3F6F8;
  color: #0B2843;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4:hover {
  background-color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.theme--dark #page-container .toolbar-container {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li a {
  background-color: #001F3B;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li a:hover {
  background-color: #001222;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li.separator {
  background-color: #00B3EC;
}
.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: #0B2843;
  color: #F3F6F8;
  border: 1px solid #001222;
}
.theme--dark #page-container .toolbar-container #cart-display-bar button.sort-by:hover,
.theme--dark #page-container .toolbar-container #display-bar button.sort-by:hover {
  background-color: rgb(18.1923076923, 66.1538461538, 110.8076923077);
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-runnable-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-runnable-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #00B3EC;
  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 #e38234;
  background: #e38234;
}
.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: #00B3EC;
}
.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: #00B3EC;
  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 #e38234;
  background: #e38234;
}
.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: #00B3EC;
  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: #00B3EC;
  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 #e38234;
  background: #e38234;
}
.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: #00B3EC;
}
.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: #00B3EC;
}
.theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #FFCB00;
  color: #225077;
}
.theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(255, 213.4, 51);
}
.theme--dark #page-container .toolbar-container .btn-open-filter-sidebar .uk-icon-link,
.theme--dark #page-container .toolbar-container .btn-open-preview-sidebar .uk-icon-link {
  background: #0B2843;
  color: #F3F6F8;
}
.theme--dark #page-container.preview-open .toolbar-container .btn-close-preview-sidebar .uk-icon-link {
  background: #0B2843;
  color: #F3F6F8;
}
.theme--dark .card-item .uk-card {
  background-color: #0B2843;
}
.theme--dark .card-item .uk-card .image-container .no-preview {
  background-color: #001F3B;
}
.theme--dark .card-item .uk-card .image-container .vignette-icon span {
  color: #FFFFFF;
  background-color: #FFFFFF; /* Couleur de l'icône */
}
.theme--dark .card-item .uk-card .uk-card-badge {
  background-color: #52E4A7;
}
.theme--dark .card-item .uk-card .select-container .uk-checkbox {
  border: 1px solid #0B2843;
  filter: drop-shadow(0 0 0.75rem rgba(34, 80, 119, 0.3));
}
.theme--dark .card-item .uk-card .card-toolbar {
  background: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.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: #e38234;
}
.theme--dark .card-item.selected .uk-card {
  background-color: rgb(245.5454545455, 212.7922077922, 186.4545454545);
}
.theme--dark .card-item.active-preview .uk-card .image-container {
  background-color: #001F3B;
  box-shadow: inset 0 0 1px 2px #e38234;
}
.theme--dark .card-item.active .uk-card .image-container, .theme--dark .card-item.active .theme--dark .card-item.selected .uk-card .image-container {
  background-color: #001F3B;
}
.theme--dark .list-results table .uk-checkbox {
  background-color: #0B2843;
}
.theme--dark .list-results table .uk-checkbox:checked {
  background-color: #e38234;
  filter: drop-shadow(0 0 1rem rgba(34, 80, 119, 0.2));
}
.theme--dark .list-results table thead tr th {
  color: #F3F6F8;
}
.theme--dark .list-results table thead tr th a {
  color: #F3F6F8;
}
.theme--dark .list-results table tbody tr {
  background-color: #0B2843;
}
.theme--dark .list-results table tbody tr:hover {
  background-color: rgba(82, 200, 228, 0.3);
}
.theme--dark .list-results table tbody tr.active-preview {
  background-color: #001222;
  box-shadow: inset 0 0 1px 2px #00060B;
}
.theme--dark .list-results table tbody tr td a {
  color: #F3F6F8;
}
.theme--dark #page-container #floating-cart-container #cart-container {
  background-color: #001F3B;
}
.theme--dark #page-container.homepage #home-banner h1.uk-light {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--dark #page-container.homepage .home-slider-container .slide-title-overlay {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
  color: #FFFFFF;
}
.theme--dark #page-container.homepage .home-slider-container .slide-title-overlay:hover {
  background: #121212;
}
.theme--dark #page-container.homepage .home-slider-container .slide-title-overlay h3, .theme--dark #page-container.homepage .home-slider-container .slide-title-overlay h2 {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--dark #page-container.homepage .home-slider-container .slide-title-overlay span {
  color: #FFFFFF;
}
.theme--dark #page-container.homepage .uk-card-default {
  background-color: #0B2843;
  color: #F3F6F8;
}
.theme--dark #page-container.homepage .uk-card-default .uk-card-title {
  color: #F3F6F8;
}
.theme--dark fieldset#bloc_atelier span.clipTitre {
  color: #F3F6F8;
}
.theme--dark fieldset#bloc_atelier span.bgVignette, .theme--dark fieldset#bloc_atelier a.bgVignette {
  background-color: black;
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #chutier .toolbar-container {
  background-color: rgb(194.6842105263, 209.7631578947, 219.8157894737);
}
.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: #FFCB00;
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #visionneuse .uk-background-primary {
  background-color: rgb(194.6842105263, 209.7631578947, 219.8157894737);
}
.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(232, 237, 241, 0.97);
}
.theme--dark fieldset#bloc_atelier #bloc_top_atelier #dragMe {
  background-color: #001F3B;
}
.theme--dark fieldset#bloc_atelier #montage .toolbar-container {
  background-color: rgb(194.6842105263, 209.7631578947, 219.8157894737);
}
.theme--dark fieldset#bloc_atelier #montage #timelineView .help_infos {
  color: #B2B2B2;
}
.theme--dark fieldset#bloc_atelier #montage #timelineView #timeline {
  background-color: rgba(232, 237, 241, 0.97) !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 #FFCB00;
  border-bottom: 5px solid #FFCB00;
}
.theme--dark #timeline_track {
  background: white;
}
.theme--dark #timeline_track #timeline_handle {
  background-color: #FFCB00;
}
.theme--dark #bin LI span.delete_clip,
.theme--dark #timeline LI span.delete_clip {
  background-color: #EE395B;
  color: #0B2843;
}
.theme--dark #cursor-wrapper #cursor-container {
  background-color: rgba(150, 150, 150, 0.1);
}
.theme--dark #cursor-wrapper #cursor-container .cursor-arrow {
  border-top: 10px solid #EE395B;
}
.theme--dark #cursor-wrapper #cursor-container .cursor-line {
  border-left: 2px solid #EE395B;
}
.theme--dark #cursor-wrapper #ruler-container .ruler {
  background: #001F3B;
  border-top: 2px solid #DCE3E8;
}
.theme--dark #cursor-wrapper #ruler-container .ruler li.unit:before {
  border-left: 1px solid #DCE3E8;
}
.theme--dark #cursor-wrapper #ruler-container .ruler li.unit-medium:before {
  border-left: 1px solid #DCE3E8;
}
.theme--dark #cursor-wrapper #ruler-container .ruler li.unit-large:before {
  border-left: 1px solid #DCE3E8;
}
.theme--dark #cursor-wrapper #ruler-container .ruler li.unit-large span {
  color: #DCE3E8;
}
.theme--dark body li.clone_drag {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--dark body li.clone_drag span.bgVignette,
.theme--dark body li.clone_drag a.bgVignette {
  background-color: black;
}
.theme--dark body li.clone_drag span.clipTitre {
  color: #225077;
}
.theme--dark #bulle_hover textarea#bulle_edit_title[readonly] {
  background-color: #001F3B;
}
.theme--dark #bulle_hover .uk-modal-body .uk-input,
.theme--dark #bulle_hover .uk-modal-body .uk-textarea,
.theme--dark #bulle_hover .uk-modal-body .uk-select,
.theme--dark #modal-default .uk-modal-body .uk-input,
.theme--dark #modal-default .uk-modal-body .uk-textarea,
.theme--dark #modal-default .uk-modal-body .uk-select {
  background-color: #001222;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button,
.theme--dark #modal-default .uk-modal-footer .uk-button {
  background-color: #00B3EC;
  border-color: #00B3EC;
  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(32, 201.1398305085, 255);
  color: #FFFFFF;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button-primary,
.theme--dark #modal-default .uk-modal-footer .uk-button-primary {
  background-color: #F3F6F8;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button-primary:hover,
.theme--dark #modal-default .uk-modal-footer .uk-button-primary:hover {
  background-color: white;
}
.theme--dark #iframe-container .chercheIndex {
  background-color: #0B2843;
}
.theme--dark #iframe-container .chercheIndex #iframe-list-container .uk-table tr a {
  color: #F3F6F8;
}
.theme--dark #previewHoverWrapper {
  background-color: #000000;
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.theme--dark .uk-modal-body #menuBody .returnMsg.error {
  color: red;
}
.theme--dark .uk-modal-body .fopPdfPrms_panel.hidden {
  color: #808080;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFields {
  border: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area {
  outline: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customField2 {
  border-bottom: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.inactive .cust_field_arrow_action {
  border-left: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.inactive .cust_field_arrow_action:hover {
  background-color: #F1F1F1;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.active .cust_field_arrow_action {
  border-right: 1px solid #CACACA;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldsWrapper2 .customFields2 .cust_field_area.active .cust_field_arrow_action:hover {
  background-color: #F1F1F1;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form #customFieldWrapper .customField:hover, .theme--dark .uk-modal-body .fld_export.custom_export_form .ui-sortable-helper {
  border-top: 1px solid #CACACA;
  background: white;
}
.theme--dark .uk-modal-body .fld_export.custom_export_form .customField_placeholder {
  border-bottom: 1px solid #CACACA;
}
.theme--dark #popupModal.loading #frameModal {
  background: url("../assets/img/wait4alpha.gif") no-repeat center center white;
}
.theme--dark #frameModal {
  background-color: white;
}
.theme--dark #connect_form input#login {
  background: url("../assets/img/icnhead-login.png") 6px center no-repeat, white;
}
.theme--dark #connect_form input#password {
  background: url("../assets/img/icnhead-password.png") 6px center no-repeat, white;
}
.theme--dark #connect_form div.error {
  background-color: rgba(255, 204, 204, 0.98);
  color: black;
  border: 1px solid #DADADA;
}
.theme--dark #page-container.catEdit #filter-sidebar,
.theme--dark #page-container.catEdit #preview-sidebar {
  background-color: #0B2843;
}
.theme--dark #page-container.catEdit #filter-sidebar .uk-nav-header,
.theme--dark #page-container.catEdit #preview-sidebar .uk-nav-header {
  color: #F3F6F8;
}
.theme--dark #page-container.catEdit #filter-sidebar .uk-nav-header .uk-icon-link,
.theme--dark #page-container.catEdit #preview-sidebar .uk-nav-header .uk-icon-link {
  color: #e38234;
}
.theme--dark #page-container.catEdit #filter-sidebar .button-xsmall {
  border: 1px solid #e38234;
}
.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: #e38234;
}
.theme--dark .select2-dropdown {
  background-color: #001F3B;
  border-color: #001222;
  color: #FFFFFF;
}
.theme--dark .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: #001F3B;
  border-color: #001222;
  color: #FFFFFF;
}
.theme--dark .jstree-default .jstree-hovered {
  background-color: #001F3B;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #001222;
}
.theme--dark .jstree-default .jstree-clicked {
  background: #001222;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #001222;
}
.theme--dark #page-container.dashboard .dashboard-card li.muted {
  background: #001F3B;
}
.theme--dark #page-container.dashboard .color-red h3 {
  color: #FD3333;
  border-bottom: 5px solid #FD3333;
}
.theme--dark #page-container.dashboard .color-red li {
  border-left: 10px solid #FD3333;
}
.theme--dark #page-container.dashboard .color-red .uk-badge {
  background: #FD3333;
}
.theme--dark #page-container.dashboard .color-red a {
  color: #FD3333;
}
.theme--dark #page-container.dashboard .color-orange h3 {
  color: #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 #001222;
}
.theme--dark #page-container.dashboard .dashboard-card .uk-progress {
  background-color: #f8f8f8;
}
.theme--dark #page-container.dashboard progress.uk-progress::-webkit-progress-bar {
  background-color: #D8D8D8;
}
.theme--dark #page-container.dashboard progress.uk-progress::-webkit-progress-value {
  background-color: #6898C3 !important;
}
.theme--dark #page-container.dashboard .uk-light progress.uk-progress::-webkit-progress-value {
  background-color: #0B2843 !important;
}
.theme--dark #page-container.doc #detail-infos .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 #00B3EC;
}
.theme--dark #page-container.doc .slide-tab-wrapper .icon,
.theme--dark #page-container.docEdit .slide-tab-wrapper .icon {
  background: #00B3EC;
  color: white;
}
.theme--dark #page-container.doc .slide-tab-wrapper .icon:hover,
.theme--dark #page-container.docEdit .slide-tab-wrapper .icon:hover {
  background: #e38234;
}
@media (min-width: 479px) {
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box .tab,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box .tab {
    background-color: #0B2843;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box .tab a,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box .tab a {
    color: #878787;
    background-color: #0B2843;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box .tab:hover a,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box .tab:hover a {
    background-color: rgb(226.8947368421, 233.9210526316, 238.6052631579);
    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: #F3F6F8;
    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: #F3F6F8;
  }
  .theme--dark #page-container.doc .slide-tab-wrapper .tabs-box li.uk-active a,
  .theme--dark #page-container.docEdit .slide-tab-wrapper .tabs-box li.uk-active a {
    color: #0B2843;
  }
}
.theme--dark #toggleTabSelect {
  background: green;
}
.theme--dark .menu-tab-wrapper .menu-tab > li > a {
  color: #DCE3E8;
  background-color: #0B2843;
}
.theme--dark .menu-tab-wrapper .menu-tab > li > a:hover {
  background-color: rgb(226.8947368421, 233.9210526316, 238.6052631579);
  color: #0B2843;
}
.theme--dark .menu-tab-wrapper .menu-tab > li.uk-active a {
  background-color: #F3F6F8;
  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: #0B2843;
  color: #F3F6F8;
}
.theme--dark #page-container form .uk-tab li.uk-active a {
  background-color: #F3F6F8;
  color: #0B2843;
}
.theme--dark #page-container form .uk-tab li:hover a {
  background-color: rgb(226.8947368421, 233.9210526316, 238.6052631579);
  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 #00B3EC;
}
.theme--dark #page-container form .uk-accordion-title {
  color: #F3F6F8;
}
.theme--dark #page-container form .uk-accordion-title {
  border-bottom: 1px solid #00B3EC;
}
.theme--dark #page-container form#chercheForm {
  background-color: #001F3B;
}
.theme--dark #page-container form#chercheForm .uk-accordion .uk-accordion-content {
  background-color: #001F3B;
}
.theme--dark #page-container #admin-toolbar {
  background-color: #001222;
}
.theme--dark #page-container .contentBody {
  background-color: #001222;
}
.theme--dark #page-container .contentBody fieldset {
  background-color: #001222;
  border-color: #001222;
}
.theme--dark #page-container .uk-table-divider > :first-child > tr:not(:first-child), .theme--dark #page-container .uk-table-divider > :not(:first-child) > tr, .theme--dark #page-container .uk-table-divider > tr:not(:first-child) {
  border-top: 1px solid #001222;
  background-color: #0B2843;
}
.theme--dark #page-container .uk-table-striped > tr:nth-of-type(odd), .theme--dark #page-container .uk-table-striped tbody tr:nth-of-type(odd) {
  background-color: #001F3B;
  border-top: 1px solid #001222;
  border-bottom: 1px solid #001222;
}
.theme--dark #comList tr td a {
  color: #F3F6F8;
}
.theme--dark select[mandatory="1"],
.theme--dark input[mandatory="1"] {
  border-color: rgba(200, 0, 0, 0.8);
}
.theme--dark select[mandatory="1"]:hover, .theme--dark select[mandatory="1"]:active, .theme--dark select[mandatory="1"]:focus,
.theme--dark input[mandatory="1"]:hover,
.theme--dark input[mandatory="1"]:active,
.theme--dark input[mandatory="1"]:focus {
  border-color: rgba(98, 0, 0, 0.8);
}
.theme--dark select[readonly="1"],
.theme--dark input[readonly="1"] {
  background-color: #001F3B;
  border-color: #001222;
}
.theme--dark select[readonly="1"]:hover, .theme--dark select[readonly="1"]:active, .theme--dark select[readonly="1"]:focus,
.theme--dark input[readonly="1"]:hover,
.theme--dark input[readonly="1"]:active,
.theme--dark input[readonly="1"]:focus {
  background-color: rgb(134, 225.7754237288, 255);
  border-color: #001222;
}
.theme--dark #cart-container .filter-sidebar,
.theme--dark #cart-container .preview-sidebar {
  background-color: #0B2843;
}
.theme--dark #cart-container .filter-sidebar .uk-nav-header,
.theme--dark #cart-container .preview-sidebar .uk-nav-header {
  color: #F3F6F8;
}
.theme--dark #cart-container .filter-sidebar .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: #0B2843;
}
.theme--dark #page-container.docList #filter-sidebar .uk-nav-header,
.theme--dark #page-container.docList #preview-sidebar .uk-nav-header {
  color: #F3F6F8;
}
.theme--dark #page-container.docList #filter-sidebar .uk-nav-header .uk-icon-link,
.theme--dark #page-container.docList #preview-sidebar .uk-nav-header .uk-icon-link {
  color: #e38234;
}
.theme--dark #page-container.docList #filter-sidebar .button-xsmall {
  border: 1px solid;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-checkbox {
  background-color: #001222;
  border-color: #002d55;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-checkbox:checked {
  background-color: #e38234;
  border-color: #001222;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-search-input {
  background-color: #001222;
  border-color: #002d55;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .facet-item {
  border-top: 1px solid #001222;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .type_facet .title {
  color: #F3F6F8;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet {
  color: #F3F6F8;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier {
  font-weight: bold;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier.hier_open > span.hier_unfolder.uk-icon {
  color: #FFFFFF;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier.hier_open > span.hier_innerText {
  color: #FFFFFF;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .block_facet .facet_hier_lvl_1 {
  color: #DCE3E8;
}
.theme--dark #page-container.docList #preview-sidebar .description h4.title {
  color: #F3F6F8;
}
.theme--dark #page-container.docList #preview-sidebar .description p.meta {
  color: #DCE3E8;
}
.theme--dark #page-container.docList #preview-sidebar .description p.meta a {
  color: #DCE3E8;
}
.theme--dark #media_space .uk-slideshow ul.uk-slideshow-items li {
  border-bottom: 1px solid #00060B;
  color: #FFFFFF;
}
.theme--dark #media_space .uk-slideshow ul.uk-slideshow-items li .infopreview {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}
.theme--dark #media_space .uk-slideshow ul.uk-slideshow-items li .infopreview p {
  color: #FFFFFF;
}
.theme--dark .display-reportage .uk-tab li a {
  color: #F3F6F8;
}
.theme--dark .display-reportage .uk-tab li.uk-active a {
  color: #0B2843;
}
.theme--dark .display-reportage article.bloc_image .uk-card .image-container {
  box-shadow: inset 0 0 1px 2px #001222;
}
.theme--dark .display-reportage article.bloc_image.active-preview .uk-card .image-container {
  background-color: #001F3B;
  box-shadow: inset 0 0 1px 2px #e38234;
}
.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: #e38234;
  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: #F3F6F8;
}
.theme--dark .list-results table tbody tr .icon img {
  filter: invert(100%) grayscale(100%);
}
.theme--dark .card-item .uk-card .select-container .uk-checkbox,
.theme--dark .list-results table .uk-checkbox {
  background-color: #00060B;
  border-color: #225077;
}
.theme--dark .card-item .uk-card .select-container .uk-checkbox:checked,
.theme--dark .list-results table .uk-checkbox:checked {
  background-color: #e38234;
  border-color: #e38234;
}

/* Rewrite SCSS HERE */
.theme--light body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  background-color: #FFFFFF;
}
.theme--light body h2 {
  font-size: 2rem;
  font-weight: 700;
}
.theme--light body .uk-button {
  border-radius: 6px;
}
.theme--light body h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
.theme--light body input,
.theme--light body input[mandatory="1"] {
  border-color: #CBD5E1;
  padding-left: 10px;
}
.theme--light body input:hover,
.theme--light body input[mandatory="1"]:hover {
  border-color: #CBD5E1;
}
.theme--light body .uk-button-primary {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.theme--light body .uk-button-primary:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  opacity: 0.75;
}
.theme--light body .uk-button-secondary {
  background-color: #0F172A;
  color: #FFFFFF;
}
.theme--light body .uk-button-secondary:hover {
  background-color: #0F172A;
  color: #FFFFFF;
  opacity: 0.75;
}
.theme--light body .uk-button-tertiary {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.theme--light body .uk-button-tertiary:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  opacity: 0.75;
}
.theme--light body .uk-button-quaternary {
  color: #000000;
  background-color: #CBD5E1;
  border: 1px solid #CBD5E1;
}
.theme--light body .uk-button-quaternary:hover {
  color: #000000;
  background-color: #CBD5E1;
  opacity: 0.75;
}
.theme--light body .uk-button-open {
  color: #FFFFFF;
  background-color: #7758EB;
  border: 1px solid #7758EB;
}
.theme--light body .uk-button-open:hover {
  color: #FFFFFF;
  background-color: #7758EB;
  opacity: 0.75;
}
.theme--light body .uk-button-comment {
  background-color: transparent;
  color: #7758EB;
  border: 1px solid #7758EB;
}
.theme--light body .uk-button-comment:hover {
  background-color: transparent;
  color: #7758EB;
  border: 1px solid #7758EB;
  opacity: 0.75;
}
.theme--light body .bloc-container {
  border-radius: 6px;
}
.theme--light body .bloc-container.uk-background-muted {
  border: 1px solid #7758EB;
}
.theme--light body .bloc-container.uk-background-light {
  border: 1px solid #CBD5E1;
}
@keyframes pop-up {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes pop-down {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.theme--light body #page-inner .logo-click-zone {
  cursor: pointer;
  animation: pop-down 0.5s ease forwards;
}
.theme--light body #page-inner .logo-click-zone .uk-button {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .theme--light body #page-inner .logo-click-zone .uk-button {
    animation: fade-in 0.5s ease-in-out 1.5s forwards;
  }
}
.theme--light body #page-inner .logo-click-zone:hover {
  transform: scale(1.05);
  animation: pop-up 0.3s ease forwards;
}
.theme--light body #page-inner .logo-click-zone:hover .uk-button {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.3s;
}
.theme--light body #page-inner .logo-click-zone #intro-logo {
  max-width: 400px;
}
@media screen and (max-width: 479px) {
  .theme--light body #page-inner .logo-click-zone #intro-logo {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .theme--light body #page-inner .inner-container {
    padding: 5px;
  }
}
.theme--light body .welcome strong {
  color: #7758EB;
}
.theme--light body .gate_popin_corps_container {
  max-height: 80vh;
  overflow-y: scroll;
}
@media screen and (max-width: 479px) {
  .theme--light body .gate_popin_corps_container {
    max-height: 100dvh;
    height: 100%;
    top: 0;
    left: 0;
    --uk-position-translate-x: 0;
    --uk-position-translate-y: 0;
    transform: unset;
    width: max-content;
  }
}
.theme--light body .gate_popin_corps_container .gate_popin_corps {
  height: 100%;
  min-height: 250px;
  min-width: 600px;
}
@media screen and (max-width: 479px) {
  .theme--light body .gate_popin_corps_container .gate_popin_corps {
    min-width: auto;
  }
}
.theme--light body .gate_popin_corps_container .gate_popin_corps .ajax {
  padding-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .theme--light body .gate_popin_corps_container .gate_popin_corps .ajax #pageTitre {
    font-size: 1.5rem;
  }
}
.theme--light body .gate_popin_corps_container .error {
  font-size: 0.875rem;
  margin-bottom: 40px;
}
.theme--light body .gate_popin_corps_container .admin-nav {
  font-size: 0.875rem;
}
.theme--light body .gate_popin_corps_container .admin-nav a {
  color: #7758EB;
}
.theme--light body .gate_popin_corps_container .admin-nav button {
  margin: 0 0 0 auto;
}
.theme--light body .gate_popin_corps_container .cgu-form {
  font-size: 0.875rem;
  padding-left: 0;
}
.theme--light body .gate_popin_corps_container .cgu-form a {
  color: #7758EB;
}
.theme--light body #top-menu-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.theme--light body #top-menu-bar .uk-navbar-container {
  background-color: #FFFFFF;
  color: #000000;
}
.theme--light body #top-menu-bar .uk-navbar-container .nav-logo a {
  max-width: 200px;
}
.theme--light body #top-menu-bar .uk-navbar-container li > a {
  color: #000000;
}
.theme--light body #top-menu-bar .uk-navbar-container li > a:hover {
  color: #7758EB;
}
.theme--light body #search-contact ::placeholder {
  color: #878787;
  opacity: 1; /* Firefox */
}
.theme--light body #search-contact ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #878787;
}
.theme--light body #search-contact .search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.theme--light body .contact-card.uk-card {
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #CBD5E1;
}
.theme--light body .contact-card.uk-card:hover {
  opacity: 0.9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.theme--light body .contact-card .uk-badge {
  text-transform: uppercase;
  color: #000000;
  height: 2rem;
  width: 2rem;
  font-weight: 400;
  font-size: 1rem;
}
.theme--light body .contact-card .name {
  text-transform: capitalize;
}
.theme--light body .contact-card .nbrtimecaps {
  font-style: italic;
  font-size: 0.875rem;
}
.theme--light body .timecaps-card {
  min-height: 120px;
  border-radius: 6px;
}
.theme--light body .timecaps-card:not(.on-build) {
  cursor: pointer;
  border: 1px solid #CBD5E1;
}
.theme--light body .timecaps-card:not(.on-build):hover {
  opacity: 0.9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.theme--light body .timecaps-card .preview-timecaps {
  width: 120px;
  height: 80px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  overflow: hidden;
  background-color: #E8E4F8;
}
.theme--light body .timecaps-card .infos-timecaps {
  line-height: 1.4;
}
.theme--light body .timecaps-card .infos-timecaps .title-timecaps {
  text-transform: capitalize;
  color: #7758EB;
}
.theme--light body .timecaps-card .infos-timecaps p {
  margin: 0;
}
.theme--light body .timecaps-card .infos-timecaps p span {
  color: #7758EB;
}
@media screen and (max-width: 479px) {
  .theme--light body #page-container.docEdit #detail-infos {
    overflow: hidden;
    overflow-x: hidden;
    width: 100%;
  }
  .theme--light body #page-container.docEdit #detail-infos .welcome {
    padding: 5px;
  }
  .theme--light body #page-container.docEdit #detail-infos #desc {
    padding: 5px;
  }
}
.theme--light body #page-container {
  margin-left: 0;
}
.theme--light body #page-container #toolbar {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.theme--light body #page-container #toolbar .menu-tab {
  display: inline-flex;
  background-color: transparent;
}
.theme--light body #page-container #toolbar .menu-tab li {
  display: inline-flex;
  align-items: center;
  font-size: 1.625rem;
  opacity: 0.25;
}
@media screen and (max-width: 479px) {
  .theme--light body #page-container #toolbar .menu-tab li {
    font-size: 0.8rem;
    padding: 0;
  }
}
.theme--light body #page-container #toolbar .menu-tab li::after {
  content: ">";
  margin: 0 10px;
  display: inline;
}
@media screen and (max-width: 479px) {
  .theme--light body #page-container #toolbar .menu-tab li::after {
    display: none;
  }
}
.theme--light body #page-container #toolbar .menu-tab li:last-child::after {
  content: "";
}
.theme--light body #page-container #toolbar .menu-tab li a {
  font-size: 1.625rem;
  background-color: transparent;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .theme--light body #page-container #toolbar .menu-tab li a {
    font-size: 0.75rem;
    padding: 0 5px;
  }
}
.theme--light body #page-container #toolbar .menu-tab li a:hover {
  background-color: transparent;
  color: #000000;
}
.theme--light body #page-container #toolbar .menu-tab li.tabClickable {
  opacity: 0.5;
}
.theme--light body #page-container #toolbar .menu-tab li.tabClickable:hover {
  opacity: 1;
}
.theme--light body #page-container #toolbar .menu-tab li.tabClickable a {
  color: #7758EB;
}
.theme--light body #page-container #toolbar .menu-tab li.tabClickable a:hover {
  background-color: transparent;
  color: #7758EB;
}
.theme--light body #page-container #toolbar .menu-tab li.tabClickable::after {
  opacity: 0.25;
}
.theme--light body #page-container #toolbar .menu-tab li.uk-active {
  opacity: 1;
}
.theme--light body #page-container #toolbar .menu-tab li.uk-active a {
  background: transparent;
  color: #7758EB;
  border: none;
}
@media screen and (max-width: 479px) {
  .theme--light body #page-container #toolbar .menu-tab li.uk-active a {
    font-size: 0.85rem;
  }
}
.theme--light body #page-container #toolbar .menu-tab li.uk-active::after {
  opacity: 0.25;
}
.theme--light body #frameModal {
  margin-top: 0;
}
@media screen and (max-width: 479px) {
  .theme--light body #frameModal {
    width: 100%;
    padding: 0;
    margin-top: 25%;
  }
}
.theme--light body #saisieForm .uk-form-label {
  margin-bottom: 5px;
}
.theme--light body #saisieForm .uk-inline {
  width: 100%;
}
.theme--light body #saisieForm #bOk:disabled {
  cursor: not-allowed;
  opacity: 0.3;
  border: 1px solid #878787;
}
.theme--light body #ow_controllerheader #ow_controllertitle {
  display: none;
}
.theme--light body #media_space #container.video #capsVid {
  max-height: 100%;
  height: 100% !important;
}
.theme--light body #media_space #container.video #capsVid #video {
  max-height: 100%;
}
.theme--light body #media_space #container.video #poster_print {
  display: none !important;
}
.theme--light body .uk-comment .uk-badge {
  text-transform: uppercase;
  color: #000000;
  height: 2.5rem;
  width: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
}
.theme--light body .uk-comment .uk-comment-meta a {
  text-transform: none;
  font-size: 0.75rem;
}
.theme--light body .uk-comment .uk-comment-body {
  line-height: 1.3;
  margin-top: 0.5rem;
}
.theme--light body #footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  color: #000000;
}
.theme--light body #footer ul li {
  margin: 0;
}
.theme--light body #footer ul li a {
  text-decoration: none;
  color: #000000;
}
.theme--light body #modal-default .uk-modal-header .uk-modal-title {
  color: #7758EB;
}

.theme--dark body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  background-color: #0B2843;
}
.theme--dark body h2 {
  font-size: 2rem;
  font-weight: 700;
}
.theme--dark body .uk-button {
  border-radius: 6px;
}
.theme--dark body h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
.theme--dark body input,
.theme--dark body input[mandatory="1"] {
  border-color: #1E4E9C;
  padding-left: 10px;
}
.theme--dark body input:hover,
.theme--dark body input[mandatory="1"]:hover {
  border-color: #1E4E9C;
}
.theme--dark body .uk-button-primary {
  background-color: transparent;
  color: #F3F6F8;
  border: 1px solid #F3F6F8;
}
.theme--dark body .uk-button-primary:hover {
  background-color: transparent;
  color: #F3F6F8;
  border: 1px solid #F3F6F8;
  opacity: 0.75;
}
.theme--dark body .uk-button-secondary {
  background-color: #e38234;
  color: #0B2843;
}
.theme--dark body .uk-button-secondary:hover {
  background-color: #e38234;
  color: #0B2843;
  opacity: 0.75;
}
.theme--dark body .uk-button-tertiary {
  background-color: transparent;
  color: #F3F6F8;
  border: 1px solid #F3F6F8;
}
.theme--dark body .uk-button-tertiary:hover {
  background-color: transparent;
  color: #F3F6F8;
  border: 1px solid #F3F6F8;
  opacity: 0.75;
}
.theme--dark body .uk-button-quaternary {
  color: #F3F6F8;
  background-color: #1E4E9C;
  border: 1px solid #1E4E9C;
}
.theme--dark body .uk-button-quaternary:hover {
  color: #F3F6F8;
  background-color: #1E4E9C;
  opacity: 0.75;
}
.theme--dark body .uk-button-open {
  color: #0B2843;
  background-color: #00B3EC;
  border: 1px solid #00B3EC;
}
.theme--dark body .uk-button-open:hover {
  color: #0B2843;
  background-color: #00B3EC;
  opacity: 0.75;
}
.theme--dark body .uk-button-comment {
  background-color: transparent;
  color: #00B3EC;
  border: 1px solid #00B3EC;
}
.theme--dark body .uk-button-comment:hover {
  background-color: transparent;
  color: #00B3EC;
  border: 1px solid #00B3EC;
  opacity: 0.75;
}
.theme--dark body .bloc-container {
  border-radius: 6px;
}
.theme--dark body .bloc-container.uk-background-muted {
  border: 1px solid #00B3EC;
}
.theme--dark body .bloc-container.uk-background-light {
  border: 1px solid #1E4E9C;
}
@keyframes pop-up {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes pop-down {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.theme--dark body #page-inner .logo-click-zone {
  cursor: pointer;
  animation: pop-down 0.5s ease forwards;
}
.theme--dark body #page-inner .logo-click-zone .uk-button {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .theme--dark body #page-inner .logo-click-zone .uk-button {
    animation: fade-in 0.5s ease-in-out 1.5s forwards;
  }
}
.theme--dark body #page-inner .logo-click-zone:hover {
  transform: scale(1.05);
  animation: pop-up 0.3s ease forwards;
}
.theme--dark body #page-inner .logo-click-zone:hover .uk-button {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.3s;
}
.theme--dark body #page-inner .logo-click-zone #intro-logo {
  max-width: 400px;
}
@media screen and (max-width: 479px) {
  .theme--dark body #page-inner .logo-click-zone #intro-logo {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .theme--dark body #page-inner .inner-container {
    padding: 5px;
  }
}
.theme--dark body .welcome strong {
  color: #00B3EC;
}
.theme--dark body .gate_popin_corps_container {
  max-height: 80vh;
  overflow-y: scroll;
}
@media screen and (max-width: 479px) {
  .theme--dark body .gate_popin_corps_container {
    max-height: 100dvh;
    height: 100%;
    top: 0;
    left: 0;
    --uk-position-translate-x: 0;
    --uk-position-translate-y: 0;
    transform: unset;
    width: max-content;
  }
}
.theme--dark body .gate_popin_corps_container .gate_popin_corps {
  height: 100%;
  min-height: 250px;
  min-width: 600px;
}
@media screen and (max-width: 479px) {
  .theme--dark body .gate_popin_corps_container .gate_popin_corps {
    min-width: auto;
  }
}
.theme--dark body .gate_popin_corps_container .gate_popin_corps .ajax {
  padding-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .theme--dark body .gate_popin_corps_container .gate_popin_corps .ajax #pageTitre {
    font-size: 1.5rem;
  }
}
.theme--dark body .gate_popin_corps_container .error {
  font-size: 0.875rem;
  margin-bottom: 40px;
}
.theme--dark body .gate_popin_corps_container .admin-nav {
  font-size: 0.875rem;
}
.theme--dark body .gate_popin_corps_container .admin-nav a {
  color: #00B3EC;
}
.theme--dark body .gate_popin_corps_container .admin-nav button {
  margin: 0 0 0 auto;
}
.theme--dark body .gate_popin_corps_container .cgu-form {
  font-size: 0.875rem;
  padding-left: 0;
}
.theme--dark body .gate_popin_corps_container .cgu-form a {
  color: #00B3EC;
}
.theme--dark body #top-menu-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.theme--dark body #top-menu-bar .uk-navbar-container {
  background-color: #0B2843;
  color: #F3F6F8;
}
.theme--dark body #top-menu-bar .uk-navbar-container .nav-logo a {
  max-width: 200px;
}
.theme--dark body #top-menu-bar .uk-navbar-container li > a {
  color: #F3F6F8;
}
.theme--dark body #top-menu-bar .uk-navbar-container li > a:hover {
  color: #00B3EC;
}
.theme--dark body #search-contact ::placeholder {
  color: #DCE3E8;
  opacity: 1; /* Firefox */
}
.theme--dark body #search-contact ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #DCE3E8;
}
.theme--dark body #search-contact .search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.theme--dark body .contact-card.uk-card {
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #1E4E9C;
}
.theme--dark body .contact-card.uk-card:hover {
  opacity: 0.9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.theme--dark body .contact-card .uk-badge {
  text-transform: uppercase;
  color: #F3F6F8;
  height: 2rem;
  width: 2rem;
  font-weight: 400;
  font-size: 1rem;
}
.theme--dark body .contact-card .name {
  text-transform: capitalize;
}
.theme--dark body .contact-card .nbrtimecaps {
  font-style: italic;
  font-size: 0.875rem;
}
.theme--dark body .timecaps-card {
  min-height: 120px;
  border-radius: 6px;
}
.theme--dark body .timecaps-card:not(.on-build) {
  cursor: pointer;
  border: 1px solid #1E4E9C;
}
.theme--dark body .timecaps-card:not(.on-build):hover {
  opacity: 0.9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.theme--dark body .timecaps-card .preview-timecaps {
  width: 120px;
  height: 80px;
  border: 1px solid #1E4E9C;
  border-radius: 6px;
  overflow: hidden;
  background-color: #001F3B;
}
.theme--dark body .timecaps-card .infos-timecaps {
  line-height: 1.4;
}
.theme--dark body .timecaps-card .infos-timecaps .title-timecaps {
  text-transform: capitalize;
  color: #00B3EC;
}
.theme--dark body .timecaps-card .infos-timecaps p {
  margin: 0;
}
.theme--dark body .timecaps-card .infos-timecaps p span {
  color: #00B3EC;
}
@media screen and (max-width: 479px) {
  .theme--dark body #page-container.docEdit #detail-infos {
    overflow: hidden;
    overflow-x: hidden;
    width: 100%;
  }
  .theme--dark body #page-container.docEdit #detail-infos .welcome {
    padding: 5px;
  }
  .theme--dark body #page-container.docEdit #detail-infos #desc {
    padding: 5px;
  }
}
.theme--dark body #page-container {
  margin-left: 0;
}
.theme--dark body #page-container #toolbar {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.theme--dark body #page-container #toolbar .menu-tab {
  display: inline-flex;
  background-color: transparent;
}
.theme--dark body #page-container #toolbar .menu-tab li {
  display: inline-flex;
  align-items: center;
  font-size: 1.625rem;
  opacity: 0.25;
}
@media screen and (max-width: 479px) {
  .theme--dark body #page-container #toolbar .menu-tab li {
    font-size: 0.8rem;
    padding: 0;
  }
}
.theme--dark body #page-container #toolbar .menu-tab li::after {
  content: ">";
  margin: 0 10px;
  display: inline;
}
@media screen and (max-width: 479px) {
  .theme--dark body #page-container #toolbar .menu-tab li::after {
    display: none;
  }
}
.theme--dark body #page-container #toolbar .menu-tab li:last-child::after {
  content: "";
}
.theme--dark body #page-container #toolbar .menu-tab li a {
  font-size: 1.625rem;
  background-color: transparent;
  color: #F3F6F8;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .theme--dark body #page-container #toolbar .menu-tab li a {
    font-size: 0.75rem;
    padding: 0 5px;
  }
}
.theme--dark body #page-container #toolbar .menu-tab li a:hover {
  background-color: transparent;
  color: #F3F6F8;
}
.theme--dark body #page-container #toolbar .menu-tab li.tabClickable {
  opacity: 0.5;
}
.theme--dark body #page-container #toolbar .menu-tab li.tabClickable:hover {
  opacity: 1;
}
.theme--dark body #page-container #toolbar .menu-tab li.tabClickable a {
  color: #00B3EC;
}
.theme--dark body #page-container #toolbar .menu-tab li.tabClickable a:hover {
  background-color: transparent;
  color: #00B3EC;
}
.theme--dark body #page-container #toolbar .menu-tab li.tabClickable::after {
  opacity: 0.25;
}
.theme--dark body #page-container #toolbar .menu-tab li.uk-active {
  opacity: 1;
}
.theme--dark body #page-container #toolbar .menu-tab li.uk-active a {
  background: transparent;
  color: #00B3EC;
  border: none;
}
@media screen and (max-width: 479px) {
  .theme--dark body #page-container #toolbar .menu-tab li.uk-active a {
    font-size: 0.85rem;
  }
}
.theme--dark body #page-container #toolbar .menu-tab li.uk-active::after {
  opacity: 0.25;
}
.theme--dark body #frameModal {
  margin-top: 0;
}
@media screen and (max-width: 479px) {
  .theme--dark body #frameModal {
    width: 100%;
    padding: 0;
    margin-top: 25%;
  }
}
.theme--dark body #saisieForm .uk-form-label {
  margin-bottom: 5px;
}
.theme--dark body #saisieForm .uk-inline {
  width: 100%;
}
.theme--dark body #saisieForm #bOk:disabled {
  cursor: not-allowed;
  opacity: 0.3;
  border: 1px solid #F3F6F8;
}
.theme--dark body #ow_controllerheader #ow_controllertitle {
  display: none;
}
.theme--dark body #media_space #container.video #capsVid {
  max-height: 100%;
  height: 100% !important;
}
.theme--dark body #media_space #container.video #capsVid #video {
  max-height: 100%;
}
.theme--dark body #media_space #container.video #poster_print {
  display: none !important;
}
.theme--dark body .uk-comment .uk-badge {
  text-transform: uppercase;
  color: #000000;
  height: 2.5rem;
  width: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
}
.theme--dark body .uk-comment .uk-comment-meta a {
  text-transform: none;
  font-size: 0.75rem;
}
.theme--dark body .uk-comment .uk-comment-body {
  line-height: 1.3;
  margin-top: 0.5rem;
}
.theme--dark body #footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  color: #F3F6F8;
}
.theme--dark body #footer ul li {
  margin: 0;
}
.theme--dark body #footer ul li a {
  text-decoration: none;
  color: #F3F6F8;
}
.theme--dark body #modal-default .uk-modal-header .uk-modal-title {
  color: #00B3EC;
}

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