@charset "UTF-8";
/* Size */
/* Breakpoints */
.theme--light {
  background-color: #F3F4F6;
  color: #000000;
  /* Pagination */
  /* Quill */
  /* -------------------------------------------------------------------------- */
  /*                                    PARTS                                   */
  /* -------------------------------------------------------------------------- */
}
.theme--light body, .theme--light p, .theme--light h1, .theme--light h2, .theme--light h3, .theme--light h4, .theme--light em {
  color: #000000;
}
.theme--light .uk-background-primary {
  background-color: #080D3C;
}
.theme--light .uk-background-secondary {
  background-color: #504c5f;
}
.theme--light .uk-background-muted {
  background-color: #F3F4F6;
}
.theme--light .uk-background-muted-dark {
  background-color: #E8EDF1;
}
.theme--light .uk-background-light {
  background-color: #FFFFFF;
}
.theme--light .uk-button {
  background-color: #E8EDF1;
}
.theme--light .uk-button:hover {
  background-color: white;
}
.theme--light .uk-button-primary {
  background-color: #080D3C;
}
.theme--light .uk-button-primary:hover {
  background-color: rgb(14, 22.75, 105);
}
.theme--light .uk-button-secondary {
  background-color: #504c5f;
  color: #225077;
}
.theme--light .uk-button-secondary:hover {
  background-color: rgb(103.8596491228, 98.6666666667, 123.3333333333);
  color: #225077;
}
.theme--light .uk-button-tertiary {
  background-color: #90A7BA;
  color: #225077;
}
.theme--light .uk-button-tertiary:hover {
  background-color: rgb(175.45, 191.9333333333, 205.55);
  color: #225077;
}
.theme--light .btn-simple {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.theme--light .btn-simple.btn-simple-primary {
  color: #000000;
}
.theme--light .btn-simple.btn-simple-primary:hover {
  color: black;
}
.theme--light .btn-simple.btn-simple-secondary {
  color: #000000;
}
.theme--light .btn-simple.btn-simple-secondary:hover {
  color: black;
}
.theme--light .btn-simple.btn-simple-tertiary {
  color: #90A7BA;
}
.theme--light .btn-simple.btn-simple-tertiary:hover {
  color: rgb(112.55, 142.0666666667, 166.45);
}
.theme--light .btn-simple.btn-simple-contrast {
  color: #FFCB00;
}
.theme--light .btn-simple.btn-simple-contrast:hover {
  color: rgb(204, 162.4, 0);
}
.theme--light .btn-border {
  background-color: transparent;
  border: 1px solid #000000;
  cursor: pointer;
}
.theme--light .btn-border.btn-border-primary {
  color: #000000;
  border-color: #000000;
}
.theme--light .btn-border.btn-border-primary:hover {
  color: black;
  border-color: black;
}
.theme--light .btn-border.btn-border-secondary {
  color: #000000;
  border-color: #000000;
}
.theme--light .btn-border.btn-border-secondary:hover {
  color: black;
  border-color: black;
}
.theme--light .btn-border.btn-border-tertiary {
  color: #90A7BA;
  border-color: #90A7BA;
}
.theme--light .btn-border.btn-border-tertiary:hover {
  color: rgb(112.55, 142.0666666667, 166.45);
  border-color: rgb(112.55, 142.0666666667, 166.45);
}
.theme--light .btn-border.btn-border-contrast {
  color: #FFCB00;
  border-color: #FFCB00;
}
.theme--light .btn-border.btn-border-contrast:hover {
  color: rgb(204, 162.4, 0);
  border-color: rgb(204, 162.4, 0);
}
.theme--light .uk-button-primary-light {
  background-color: rgb(90, 103.75, 233);
  color: #225077;
}
.theme--light .uk-button-primary-light:hover {
  background-color: #8791ef;
  color: #225077;
}
.theme--light .uk-button-highlight {
  background-color: #ffc107;
  color: #225077;
}
.theme--light .uk-button-highlight:hover {
  background-color: rgb(255, 205.75, 58);
  color: #225077;
}
.theme--light .uk-button-danger {
  background-color: #EE395B;
}
.theme--light .uk-button-danger:hover {
  background-color: rgb(242.0325581395, 103.9674418605, 129.9023255814);
}
.theme--light .uk-card-default {
  background-color: #FFFFFF;
  color: #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 #E8EDF1;
}
.theme--light .select2-dropdown {
  border: 1px solid #E8EDF1;
}
.theme--light .select2.select2-container--default {
  flex: 1;
  padding-left: 0;
}
.theme--light .select2.select2-container--default ul li input {
  width: 100%;
}
.theme--light .uk-form-label {
  color: #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: #504c5f;
}
.theme--light .uk-input::placeholder,
.theme--light .uk-textarea::placeholder {
  /*background-color: theme("background-light");*/
  color: #000000;
  opacity: 0.5;
}
.theme--light .uk-tab li a {
  background-color: #FFFFFF;
}
.theme--light .uk-tab li.uk-active a {
  background-color: #080D3C;
  color: #FFFFFF;
}
.theme--light .uk-tab li:hover a {
  background-color: rgb(5, 8.125, 37.5);
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message {
  background-color: #080D3C;
  color: #FFFFFF;
}
.theme--light .uk-notification .uk-notification-message.uk-notification-message-primary {
  background-color: #080D3C;
  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: #504c5f;
  color: #FFFFFF;
}
.theme--light .uk-light {
  color: #FFFFFF;
}
.theme--light .uk-link, .theme--light a {
  color: #000000;
}
.theme--light .uk-link:hover, .theme--light a:hover {
  color: black;
}
.theme--light form .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #F3F4F6;
}
.theme--light .uk-dropdown {
  background-color: #F3F4F6;
  color: #000000;
}
.theme--light .ql-snow.ql-container {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #E8EDF1;
}
.theme--light .ql-snow .ql-editor {
  background: #FFFFFF;
  color: #000000;
}
.theme--light .ql-snow.ql-toolbar {
  background: #F3F4F6;
  border: 1px solid #E8EDF1;
}
.theme--light .ql-snow .ql-picker {
  color: #000000;
}
.theme--light .ql-snow .ql-stroke {
  stroke: #000000;
}
.theme--light .ql-snow .ql-fill {
  fill: #000000;
}
.theme--light .ql-snow .ql-picker-options {
  background: #F3F4F6;
  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: rgb(5, 8.125, 37.5);
}
.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: #000000;
}
.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: #2c2a35;
  color: #F3F6F8;
  /* Pagination */
  /* Quill */
  /* -------------------------------------------------------------------------- */
  /*                                    PARTS                                   */
  /* -------------------------------------------------------------------------- */
}
.theme--dark body, .theme--dark p, .theme--dark h1, .theme--dark h2, .theme--dark h3, .theme--dark h4, .theme--dark em {
  color: #F3F6F8;
}
.theme--dark .uk-background-primary {
  background-color: #333339;
}
.theme--dark .uk-background-secondary {
  background-color: #504c5f;
}
.theme--dark .uk-background-muted {
  background-color: #2c2a35;
}
.theme--dark .uk-background-muted-dark {
  background-color: #201f27;
}
.theme--dark .uk-background-light {
  background-color: #383543;
}
.theme--dark .uk-button {
  background-color: #201f27;
}
.theme--dark .uk-button:hover {
  background-color: rgb(55.3142857143, 53.5857142857, 67.4142857143);
}
.theme--dark .uk-button-primary {
  background-color: #333339;
}
.theme--dark .uk-button-primary:hover {
  background-color: rgb(75.0833333333, 75.0833333333, 83.9166666667);
}
.theme--dark .uk-button-secondary {
  background-color: #504c5f;
  color: #225077;
}
.theme--dark .uk-button-secondary:hover {
  background-color: rgb(103.8596491228, 98.6666666667, 123.3333333333);
  color: #225077;
}
.theme--dark .uk-button-tertiary {
  background-color: #5E809F;
  color: #225077;
}
.theme--dark .uk-button-tertiary:hover {
  background-color: rgb(125.5375494071, 153.2213438735, 178.4624505929);
  color: #225077;
}
.theme--dark .btn-simple {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.theme--dark .btn-simple.btn-simple-primary {
  color: #F3F6F8;
}
.theme--dark .btn-simple.btn-simple-primary:hover {
  color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.theme--dark .btn-simple.btn-simple-secondary {
  color: #F3F6F8;
}
.theme--dark .btn-simple.btn-simple-secondary:hover {
  color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.theme--dark .btn-simple.btn-simple-tertiary {
  color: #90A7BA;
}
.theme--dark .btn-simple.btn-simple-tertiary:hover {
  color: rgb(112.55, 142.0666666667, 166.45);
}
.theme--dark .btn-simple.btn-simple-contrast {
  color: #FFCB00;
}
.theme--dark .btn-simple.btn-simple-contrast:hover {
  color: rgb(204, 162.4, 0);
}
.theme--dark .btn-border {
  background-color: transparent;
  border: 1px solid #F3F6F8;
  cursor: pointer;
}
.theme--dark .btn-border.btn-border-primary {
  color: #F3F6F8;
  border-color: #F3F6F8;
}
.theme--dark .btn-border.btn-border-primary:hover {
  color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
  border-color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.theme--dark .btn-border.btn-border-secondary {
  color: #F3F6F8;
  border-color: #F3F6F8;
}
.theme--dark .btn-border.btn-border-secondary:hover {
  color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
  border-color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.theme--dark .btn-border.btn-border-tertiary {
  color: #90A7BA;
  border-color: #90A7BA;
}
.theme--dark .btn-border.btn-border-tertiary:hover {
  color: rgb(112.55, 142.0666666667, 166.45);
  border-color: rgb(112.55, 142.0666666667, 166.45);
}
.theme--dark .btn-border.btn-border-contrast {
  color: #FFCB00;
  border-color: #FFCB00;
}
.theme--dark .btn-border.btn-border-contrast:hover {
  color: rgb(204, 162.4, 0);
  border-color: rgb(204, 162.4, 0);
}
.theme--dark .uk-button-primary-light {
  background-color: rgb(177.4166666667, 177.4166666667, 185.5833333333);
  color: #225077;
}
.theme--dark .uk-button-primary-light:hover {
  background-color: rgb(204.3333333333, 204.3333333333, 209.6666666667);
  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 {
  background-color: #001222;
  color: #F3F6F8;
}
.theme--dark .uk-radio,
.theme--dark .uk-checkbox,
.theme--dark .uk-textarea,
.theme--dark .uk-select,
.theme--dark .uk-input,
.theme--dark .select2-results,
.theme--dark .select2-container--default .select2-selection--multiple {
  background-color: #383543;
  color: #F3F6F8;
  border: 1px solid #201f27;
}
.theme--dark .select2-dropdown {
  border: 1px solid #201f27;
}
.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: #504c5f;
}
.theme--dark .uk-input::placeholder,
.theme--dark .uk-textarea::placeholder {
  /*background-color: theme("background-light");*/
  color: #F3F6F8;
  opacity: 0.5;
}
.theme--dark .uk-tab li a {
  background-color: #383543;
}
.theme--dark .uk-tab li.uk-active a {
  background-color: #333339;
  color: #0B2843;
}
.theme--dark .uk-tab li:hover a {
  background-color: rgb(38.9583333333, 38.9583333333, 43.5416666667);
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message {
  background-color: #333339;
  color: #0B2843;
}
.theme--dark .uk-notification .uk-notification-message.uk-notification-message-primary {
  background-color: #333339;
  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: #504c5f;
  color: #0B2843;
}
.theme--dark .uk-light {
  color: #0B2843;
}
.theme--dark .uk-link, .theme--dark a {
  color: #F3F6F8;
}
.theme--dark .uk-link:hover, .theme--dark a:hover {
  color: rgb(210.7894736842, 221.8421052632, 229.2105263158);
}
.theme--dark form .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #2c2a35;
}
.theme--dark .uk-dropdown {
  background-color: #2c2a35;
  color: #F3F6F8;
}
.theme--dark .ql-snow.ql-container {
  background: #383543;
  color: #F3F6F8;
  border: 1px solid #201f27;
}
.theme--dark .ql-snow .ql-editor {
  background: #383543;
  color: #F3F6F8;
}
.theme--dark .ql-snow.ql-toolbar {
  background: #2c2a35;
  border: 1px solid #201f27;
}
.theme--dark .ql-snow .ql-picker {
  color: #F3F6F8;
}
.theme--dark .ql-snow .ql-stroke {
  stroke: #F3F6F8;
}
.theme--dark .ql-snow .ql-fill {
  fill: #F3F6F8;
}
.theme--dark .ql-snow .ql-picker-options {
  background: #2c2a35;
  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(38.9583333333, 38.9583333333, 43.5416666667);
}
.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: #F3F6F8;
}
.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: #383543;
}

.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: #E8EDF1;
}
.theme--light #page-container section.preview-sidebar,
.theme--light #page-container section.filter-sidebar {
  background-color: #FFFFFF;
}
.theme--light body .timecode-container span {
  color: #000000;
}
.theme--light body #ow_boutons .btn:hover,
.theme--light body #ow_first_row_controller .btn:hover {
  color: #ffc107;
}
.theme--light body #main-menu .logo-section a {
  color: #FFFFFF;
}
.theme--light body #ow_controllerpanel {
  /* First line Actions **************************/
  /* SD/HD select */
  /* Second line Actions **************************/
  /* Sound BTN */
  /* CONTROLS */
}
.theme--light body #ow_controllerpanel.controllerpanelFS {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light body #ow_controllerpanel .btn {
  color: #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: #ffc107;
}
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_new,
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_in,
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_out,
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_save,
.theme--light body #ow_controllerpanel #ow_boutons_extraits #ow_bouton_ext_cancel {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_capture {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connects {
  background-color: #E8EDF1;
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-connect {
  background: rgb(25.5, 25.5, 25.5);
}
.theme--light body #ow_controllerpanel #containSound #ow_id_sound_slider .noUi-handle {
  background: #ffc107;
}
.theme--light body #ow_controllerpanel #sound_channels_btns #ow_bouton_right_sound,
.theme--light body #ow_controllerpanel #sound_channels_btns #ow_bouton_left_sound {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #sound_channels_btns #ow_bouton_right_sound.ClickBouton,
.theme--light body #ow_controllerpanel #sound_channels_btns #ow_bouton_left_sound.ClickBouton {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_mute_sound {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_mute_sound.ClickBouton {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_srt,
.theme--light body #ow_controllerpanel #ow_bouton_fullscreen,
.theme--light body #ow_controllerpanel #ow_bouton_pip,
.theme--light body #ow_controllerpanel #ow_bouton_loop,
.theme--light body #ow_controllerpanel #ow_bouton_go_to_end,
.theme--light body #ow_controllerpanel #ow_bouton_fast_forward,
.theme--light body #ow_controllerpanel #ow_bouton_sec_forward,
.theme--light body #ow_controllerpanel #ow_bouton_step_forward,
.theme--light body #ow_controllerpanel #ow_bouton_sec_rewind,
.theme--light body #ow_controllerpanel #ow_bouton_step_rewind,
.theme--light body #ow_controllerpanel #ow_bouton_fast_rewind,
.theme--light body #ow_controllerpanel #ow_bouton_go_to_beginning {
  background-color: #000000;
}
.theme--light body #ow_controllerpanel #ow_bouton_play_pause.pause, .theme--light body #ow_controllerpanel #ow_bouton_play_pause.play {
  background-color: #000000;
}
.theme--light body #playerExport #ow_controllerheader {
  background-color: rgba(0, 0, 0, 0.3);
}
.theme--light body #playerExport #ow_controllerheader .uk-navbar-left .uk-navbar-nav > li {
  color: #FFFFFF;
}
.theme--light body #playerExport #ow_controllerheader .uk-navbar-right .uk-navbar-nav > li > a {
  color: #FFFFFF;
}
.theme--light body #playerExport #container #ow_controllerpanel {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light section#title-bar .title-page {
  color: #000000;
}
.theme--light section#title-bar #title-menu a {
  color: #000000;
}
.theme--light section#title-bar #title-menu a:hover {
  color: #000000;
}
.theme--light .nbr-results {
  color: #000000;
}
.theme--light .nbr-results span.save-search svg {
  color: #080D3C;
}
.theme--light .nbr-results span.save-search svg polygon {
  fill: #080D3C;
}
.theme--light .nbr-results span.save-search:hover svg {
  color: #ffc107;
}
.theme--light .nbr-results span.save-search:hover svg polygon {
  fill: #ffc107;
}
.theme--light .nbr-results a {
  color: #000000;
}
.theme--light .toggle-input + .toggle-btn {
  background-color: #E8EDF1;
}
.theme--light .toggle-input + .toggle-btn:after {
  background: #fbfbfb;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08);
}
.theme--light .toggle-input + .toggle-btn:active {
  box-shadow: inset 0 0 0 1.5em #e8eae9;
}
.theme--light .toggle-input:checked + .toggle-btn {
  background: #90A7BA;
}
.theme--light section#search-bar form #simple-search .drop-select button {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E8EDF1;
}
.theme--light section#search-bar form #simple-search .drop-select button:hover, .theme--light section#search-bar form #simple-search .drop-select button[aria-expanded=true] {
  background-color: white;
}
.theme--light section#search-infos .chip .boolean {
  background-color: #504c5f;
}
.theme--light section#search-infos .chip .label {
  background-color: #080D3C;
}
.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: #000000;
}
.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: #F3F4F6;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav {
  border-bottom: 1px solid #E8EDF1;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4 {
  background-color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4:hover {
  background-color: rgb(2, 3.25, 15);
  color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4 {
  background-color: #080D3C;
  color: #FFFFFF;
}
.theme--light body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4:hover {
  background-color: rgb(2, 3.25, 15);
}
.theme--light #page-container .toolbar-container {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li button,
.theme--light #page-container .toolbar-container ul.uk-iconnav li a {
  background-color: #F3F4F6;
  color: #000000;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li button:hover,
.theme--light #page-container .toolbar-container ul.uk-iconnav li a:hover {
  background-color: #E8EDF1;
  color: #000000;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li.separator {
  background-color: #90A7BA;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li button,
.theme--light #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li a {
  color: #878787;
}
.theme--light #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li button:hover,
.theme--light #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li a:hover {
  background: transparent;
  color: #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 #E8EDF1;
}
.theme--light #page-container .toolbar-container #cart-display-bar button.sort-by:hover,
.theme--light #page-container .toolbar-container #display-bar button.sort-by:hover {
  background-color: white;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-runnable-track,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-runnable-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #90A7BA;
  border: 0px solid #000000;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-thumb,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  background: #504c5f;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-webkit-slider-runnable-track,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #90A7BA;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-moz-range-track,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-moz-range-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #90A7BA;
  border: 0px solid #000000;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-moz-range-thumb,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #504c5f;
  background: #504c5f;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-track,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-fill-lower,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-fill-lower {
  background-color: #90A7BA;
  border: 0px solid #000000;
  box-shadow: 0px 0px 0px #000000;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-fill-upper,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-fill-upper {
  background-color: #90A7BA;
  border: 0px solid #000000;
  box-shadow: 0px 0px 0px #000000;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-thumb,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #504c5f;
  background: #504c5f;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-ms-fill-lower,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-ms-fill-lower {
  background-color: #90A7BA;
}
.theme--light #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-ms-fill-upper,
.theme--light #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-ms-fill-upper {
  background-color: #90A7BA;
}
.theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button, .theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #ffc107;
  color: #225077;
}
.theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button:hover, .theme--light #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(255, 205.75, 58);
}
.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: #F3F4F6;
}
.theme--light .card-item .uk-card .image-container .vignette-icon span {
  color: #FFFFFF;
  background-color: #FFFFFF; /* Couleur de l'icône */
}
.theme--light .card-item .uk-card .uk-card-badge {
  background-color: #52E4A7;
}
.theme--light .card-item .uk-card .select-container .uk-checkbox {
  border: 1px solid #FFFFFF;
  filter: drop-shadow(0 0 0.75rem rgba(34, 80, 119, 0.3));
}
.theme--light .card-item .uk-card .card-toolbar {
  background: rgb(2, 3.25, 15);
}
.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: #000000;
}
.theme--light .card-item.selected .uk-card {
  background-color: rgb(156.0175438596, 151.6666666667, 172.3333333333);
}
.theme--light .card-item.active-preview .uk-card .image-container {
  background-color: #F3F4F6;
  box-shadow: inset 0 0 1px 2px #504c5f;
}
.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: #F3F4F6;
}
.theme--light .list-results table .uk-checkbox {
  background-color: #FFFFFF;
}
.theme--light .list-results table .uk-checkbox:checked {
  background-color: #000000;
  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: #E8EDF1;
  box-shadow: inset 0 0 1px 2px #DCE3E8;
}
.theme--light .list-results table tbody tr td a {
  color: #000000;
}
.theme--light #page-container #floating-cart-container #cart-container {
  background-color: #F3F4F6;
}
.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: #141319;
}
.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: #424242;
}
.theme--light #page-container.homepage .uk-card-default .uk-card-title {
  color: #424242;
}
.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: #ffc107;
}
.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: #F3F4F6;
}
.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 #ffc107;
  border-bottom: 5px solid #ffc107;
}
.theme--light #timeline_track {
  background: rgb(112.5, 124.375, 236);
}
.theme--light #timeline_track #timeline_handle {
  background-color: #ffc107;
}
.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: #F3F4F6;
  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: #F3F4F6;
}
.theme--light #bulle_hover .uk-modal-body .uk-input,
.theme--light #bulle_hover .uk-modal-body .uk-textarea,
.theme--light #bulle_hover .uk-modal-body .uk-select,
.theme--light #modal-default .uk-modal-body .uk-input,
.theme--light #modal-default .uk-modal-body .uk-textarea,
.theme--light #modal-default .uk-modal-body .uk-select {
  background-color: #E8EDF1;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button,
.theme--light #modal-default .uk-modal-footer .uk-button {
  background-color: #90A7BA;
  border-color: #90A7BA;
  color: #FFFFFF;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button:hover,
.theme--light #modal-default .uk-modal-footer .uk-button:hover {
  background-color: rgb(175.45, 191.9333333333, 205.55);
  color: #FFFFFF;
}
.theme--light #bulle_hover .uk-modal-footer .uk-button-primary,
.theme--light #modal-default .uk-modal-footer .uk-button-primary {
  background-color: #080D3C;
}
.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(14, 22.75, 105);
}
.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: #000000;
}
.theme--light #page-container.catEdit #filter-sidebar .button-xsmall {
  border: 1px solid #000000;
}
.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: #000000;
}
.theme--light .select2-dropdown {
  background-color: #F3F4F6;
  border-color: #E8EDF1;
  color: #000000;
}
.theme--light .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: #F3F4F6;
  border-color: #E8EDF1;
  color: #000000;
}
.theme--light .jstree-default .jstree-hovered {
  background-color: #F3F4F6;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #E8EDF1;
}
.theme--light .jstree-default .jstree-clicked {
  background: #E8EDF1;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #E8EDF1;
}
.theme--light #page-container.dashboard .dashboard-card li.muted {
  background: #F3F4F6;
}
.theme--light #page-container.dashboard .color-red h3 {
  color: #FD3333;
  border-bottom: 5px solid #FD3333;
}
.theme--light #page-container.dashboard .color-red li {
  border-left: 10px solid #FD3333;
}
.theme--light #page-container.dashboard .color-red .uk-badge {
  background: #FD3333;
}
.theme--light #page-container.dashboard .color-red a {
  color: #FD3333;
}
.theme--light #page-container.dashboard .color-orange h3 {
  color: #FFA800;
  border-bottom: 5px solid #FFA800;
}
.theme--light #page-container.dashboard .color-orange li {
  border-left: 10px solid #FFA800;
}
.theme--light #page-container.dashboard .color-orange .uk-badge, .theme--light #page-container.dashboard .color-orange .bg-color {
  background: #FFA800;
}
.theme--light #page-container.dashboard .color-orange a {
  color: #FFA800;
}
.theme--light #page-container.dashboard .color-green h3 {
  color: #00CB7B;
  border-bottom: 5px solid #00CB7B;
}
.theme--light #page-container.dashboard .color-green li {
  border-left: 10px solid #00CB7B;
}
.theme--light #page-container.dashboard .color-green .uk-badge {
  background: #00CB7B;
}
.theme--light #page-container.dashboard .color-green a {
  color: #00CB7B;
}
.theme--light #page-container.dashboard .color-dark h3 {
  color: #225077;
  border-bottom: 5px solid #225077;
}
.theme--light #page-container.dashboard .color-dark li {
  border-left: 10px solid #225077;
}
.theme--light #page-container.dashboard .color-dark .uk-badge {
  background: #225077;
}
.theme--light #page-container.dashboard .color-dark a {
  color: #225077;
}
.theme--light #page-container.dashboard .color-aqua h3 {
  color: #52C8E4;
  border-bottom: 5px solid #52C8E4;
}
.theme--light #page-container.dashboard .color-aqua li {
  border-left: 10px solid #52C8E4;
}
.theme--light #page-container.dashboard .color-aqua .uk-badge {
  background: #52C8E4;
}
.theme--light #page-container.dashboard .color-aqua .big-text {
  color: #52C8E4;
}
.theme--light #page-container.dashboard .color-aqua a {
  color: #52C8E4;
}
.theme--light #page-container.dashboard .color-purple h3 {
  color: #AA00FF;
  border-bottom: 5px solid #AA00FF;
}
.theme--light #page-container.dashboard .color-purple li {
  border-left: 10px solid #AA00FF;
}
.theme--light #page-container.dashboard .color-purple .uk-badge {
  background: #AA00FF;
}
.theme--light #page-container.dashboard .color-purple a {
  color: #AA00FF;
}
.theme--light #page-container.dashboard .color-blue h3 {
  color: #6898C3;
  border-bottom: 5px solid #6898C3;
}
.theme--light #page-container.dashboard .color-blue li {
  border-left: 10px solid #6898C3;
}
.theme--light #page-container.dashboard .color-blue .uk-badge, .theme--light #page-container.dashboard .color-blue .bg-color {
  background: #6898C3;
}
.theme--light #page-container.dashboard .color-blue a {
  color: #6898C3;
}
.theme--light #page-container.dashboard .bg-border {
  border-bottom: 1px solid #E8EDF1;
}
.theme--light #page-container.dashboard .dashboard-card .uk-progress {
  background-color: #f8f8f8;
}
.theme--light #page-container.dashboard progress.uk-progress::-webkit-progress-bar {
  background-color: #D8D8D8;
}
.theme--light #page-container.dashboard progress.uk-progress::-webkit-progress-value {
  background-color: #6898C3 !important;
}
.theme--light #page-container.dashboard .uk-light progress.uk-progress::-webkit-progress-value {
  background-color: #FFFFFF !important;
}
.theme--light #page-container.doc #detail-infos h3,
.theme--light #page-container.docEdit #detail-infos h3 {
  border-bottom: 1px solid rgba(232, 237, 241, 0.97);
}
.theme--light #page-container.doc #detail-infos .uk-table th,
.theme--light #page-container.docEdit #detail-infos .uk-table th {
  color: #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 #90A7BA;
}
.theme--light #page-container.doc .slide-tab-wrapper .icon,
.theme--light #page-container.docEdit .slide-tab-wrapper .icon {
  background: #90A7BA;
  color: white;
}
.theme--light #page-container.doc .slide-tab-wrapper .icon:hover,
.theme--light #page-container.docEdit .slide-tab-wrapper .icon:hover {
  background: #000000;
}
@media (min-width: 479px) {
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box .tab,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box .tab {
    background-color: #FFFFFF;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box .tab a,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box .tab a {
    color: #878787;
    background-color: #FFFFFF;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box .tab:hover a,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box .tab:hover a {
    background-color: rgb(5, 8.125, 37.5);
    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: #080D3C;
    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: #080D3C;
  }
  .theme--light #page-container.doc .slide-tab-wrapper .tabs-box li.uk-active a,
  .theme--light #page-container.docEdit .slide-tab-wrapper .tabs-box li.uk-active a {
    color: #FFFFFF;
  }
}
.theme--light #toggleTabSelect {
  background: green;
}
.theme--light .menu-tab-wrapper .menu-tab > li > a {
  color: #878787;
  background-color: #FFFFFF;
}
.theme--light .menu-tab-wrapper .menu-tab > li > a:hover {
  background-color: rgb(5, 8.125, 37.5);
  color: #FFFFFF;
}
.theme--light .menu-tab-wrapper .menu-tab > li.uk-active a {
  background-color: #080D3C;
  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: #080D3C;
  color: #FFFFFF;
}
.theme--light #page-container form .uk-tab li:hover a {
  background-color: rgb(5, 8.125, 37.5);
  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 #90A7BA;
}
.theme--light #page-container form .uk-accordion-title {
  color: #000000;
}
.theme--light #page-container form .uk-accordion-title {
  border-bottom: 1px solid #90A7BA;
}
.theme--light #page-container form#chercheForm {
  background-color: #F3F4F6;
}
.theme--light #page-container form#chercheForm .uk-accordion .uk-accordion-content {
  background-color: #F3F4F6;
}
.theme--light #page-container #admin-toolbar {
  background-color: #E8EDF1;
}
.theme--light #page-container .contentBody {
  background-color: #E8EDF1;
}
.theme--light #page-container .contentBody fieldset {
  background-color: #E8EDF1;
  border-color: #E8EDF1;
}
.theme--light #page-container .uk-table-divider > :first-child > tr:not(:first-child), .theme--light #page-container .uk-table-divider > :not(:first-child) > tr, .theme--light #page-container .uk-table-divider > tr:not(:first-child) {
  border-top: 1px solid #E8EDF1;
  background-color: #FFFFFF;
}
.theme--light #page-container .uk-table-striped > tr:nth-of-type(odd), .theme--light #page-container .uk-table-striped tbody tr:nth-of-type(odd) {
  background-color: #F3F4F6;
  border-top: 1px solid #E8EDF1;
  border-bottom: 1px solid #E8EDF1;
}
.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: #F3F4F6;
  border-color: #E8EDF1;
}
.theme--light select[readonly="1"]:hover, .theme--light select[readonly="1"]:active, .theme--light select[readonly="1"]:focus,
.theme--light input[readonly="1"]:hover,
.theme--light input[readonly="1"]:active,
.theme--light input[readonly="1"]:focus {
  background-color: rgb(238.35, 241.8, 244.65);
  border-color: #E8EDF1;
}
.theme--light #cart-container .filter-sidebar,
.theme--light #cart-container .preview-sidebar {
  background-color: #FFFFFF;
}
.theme--light #cart-container .filter-sidebar .uk-nav-header,
.theme--light #cart-container .preview-sidebar .uk-nav-header {
  color: #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: #000000;
}
.theme--light #page-container.docList #filter-sidebar .button-xsmall {
  border: 1px solid;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .uk-checkbox {
  background-color: #E8EDF1;
  border-color: white;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .uk-checkbox:checked {
  background-color: #504c5f;
  border-color: #E8EDF1;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .uk-search-input {
  background-color: #E8EDF1;
  border-color: white;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .facet-item {
  border-top: 1px solid #E8EDF1;
}
.theme--light #page-container.docList #filter-sidebar #facet_container .type_facet .title {
  color: #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 #DCE3E8;
  color: #000000;
}
.theme--light #media_space .uk-slideshow ul.uk-slideshow-items li .infopreview {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}
.theme--light #media_space .uk-slideshow ul.uk-slideshow-items li .infopreview p {
  color: #FFFFFF;
}
.theme--light .display-reportage .uk-tab li a {
  color: #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 #E8EDF1;
}
.theme--light .display-reportage article.bloc_image.active-preview .uk-card .image-container {
  background-color: #F3F4F6;
  box-shadow: inset 0 0 1px 2px #504c5f;
}
.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: #000000;
  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: #201f27;
}
.theme--dark #page-container section.preview-sidebar,
.theme--dark #page-container section.filter-sidebar {
  background-color: #383543;
}
.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 #main-menu .logo-section a {
  color: #0B2843;
}
.theme--dark body #ow_controllerpanel {
  /* First line Actions **************************/
  /* SD/HD select */
  /* Second line Actions **************************/
  /* Sound BTN */
  /* CONTROLS */
}
.theme--dark body #ow_controllerpanel.controllerpanelFS {
  background-color: rgba(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: #201f27;
}
.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_pip,
.theme--dark body #ow_controllerpanel #ow_bouton_loop,
.theme--dark body #ow_controllerpanel #ow_bouton_go_to_end,
.theme--dark body #ow_controllerpanel #ow_bouton_fast_forward,
.theme--dark body #ow_controllerpanel #ow_bouton_sec_forward,
.theme--dark body #ow_controllerpanel #ow_bouton_step_forward,
.theme--dark body #ow_controllerpanel #ow_bouton_sec_rewind,
.theme--dark body #ow_controllerpanel #ow_bouton_step_rewind,
.theme--dark body #ow_controllerpanel #ow_bouton_fast_rewind,
.theme--dark body #ow_controllerpanel #ow_bouton_go_to_beginning {
  background-color: #FFFFFF;
}
.theme--dark body #ow_controllerpanel #ow_bouton_play_pause.pause, .theme--dark body #ow_controllerpanel #ow_bouton_play_pause.play {
  background-color: #FFFFFF;
}
.theme--dark body #playerExport #ow_controllerheader {
  background-color: rgba(0, 0, 0, 0.3);
}
.theme--dark body #playerExport #ow_controllerheader .uk-navbar-left .uk-navbar-nav > li {
  color: #FFFFFF;
}
.theme--dark body #playerExport #ow_controllerheader .uk-navbar-right .uk-navbar-nav > li > a {
  color: #FFFFFF;
}
.theme--dark body #playerExport #container #ow_controllerpanel {
  background-color: rgba(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: #F3F6F8;
}
.theme--dark .nbr-results {
  color: #F3F6F8;
}
.theme--dark .nbr-results span.save-search svg {
  color: #333339;
}
.theme--dark .nbr-results span.save-search svg polygon {
  fill: #333339;
}
.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: #F3F6F8;
}
.theme--dark .toggle-input + .toggle-btn {
  background-color: #201f27;
}
.theme--dark .toggle-input + .toggle-btn:after {
  background: #fbfbfb;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08);
}
.theme--dark .toggle-input + .toggle-btn:active {
  box-shadow: inset 0 0 0 1.5em #e8eae9;
}
.theme--dark .toggle-input:checked + .toggle-btn {
  background: #5E809F;
}
.theme--dark section#search-bar form #simple-search .drop-select button {
  background-color: #383543;
  color: #F3F6F8;
  border: 1px solid #201f27;
}
.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(79.8, 75.525, 95.475);
}
.theme--dark section#search-infos .chip .boolean {
  background-color: #504c5f;
}
.theme--dark section#search-infos .chip .label {
  background-color: #333339;
}
.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: #F3F6F8;
}
.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: #2c2a35;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav {
  border-bottom: 1px solid #201f27;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4 {
  background-color: #383543;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li h4:hover {
  background-color: rgb(26.9166666667, 26.9166666667, 30.0833333333);
  color: #0B2843;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4 {
  background-color: #333339;
  color: #0B2843;
}
.theme--dark body #advanced-search-modal .uk-modal-dialog ul.uk-subnav li.uk-active h4:hover {
  background-color: rgb(26.9166666667, 26.9166666667, 30.0833333333);
}
.theme--dark #page-container .toolbar-container {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li button,
.theme--dark #page-container .toolbar-container ul.uk-iconnav li a {
  background-color: #2c2a35;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li button:hover,
.theme--dark #page-container .toolbar-container ul.uk-iconnav li a:hover {
  background-color: #201f27;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li.separator {
  background-color: #5E809F;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li button,
.theme--dark #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li a {
  color: #DCE3E8;
}
.theme--dark #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li button:hover,
.theme--dark #page-container .toolbar-container ul.uk-iconnav li ul.uk-nav li a:hover {
  background: transparent;
  color: #F3F6F8;
}
.theme--dark #page-container .toolbar-container #cart-display-bar button.sort-by,
.theme--dark #page-container .toolbar-container #display-bar button.sort-by {
  background-color: #383543;
  color: #F3F6F8;
  border: 1px solid #201f27;
}
.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(79.8, 75.525, 95.475);
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-runnable-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-runnable-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #5E809F;
  border: 0px solid #000000;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-webkit-slider-thumb,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #F3F6F8;
  background: #504c5f;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-webkit-slider-runnable-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #5E809F;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-moz-range-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-moz-range-track {
  box-shadow: 0px 0px 0px #000000;
  background-color: #5E809F;
  border: 0px solid #000000;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-moz-range-thumb,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #504c5f;
  background: #504c5f;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-track,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-fill-lower,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-fill-lower {
  background-color: #5E809F;
  border: 0px solid #000000;
  box-shadow: 0px 0px 0px #000000;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-fill-upper,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-fill-upper {
  background-color: #5E809F;
  border: 0px solid #000000;
  box-shadow: 0px 0px 0px #000000;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]::-ms-thumb,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #504c5f;
  background: #504c5f;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-ms-fill-lower,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-ms-fill-lower {
  background-color: #5E809F;
}
.theme--dark #page-container .toolbar-container #cart-display-bar .resize input[type=range]:focus::-ms-fill-upper,
.theme--dark #page-container .toolbar-container #display-bar .resize input[type=range]:focus::-ms-fill-upper {
  background-color: #5E809F;
}
.theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button, .theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a {
  background-color: #FFCB00;
  color: #225077;
}
.theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > button:hover, .theme--dark #page-container .toolbar-container .action-bar ul.uk-iconnav > li.highlight > a:hover {
  background-color: rgb(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: #383543;
  color: #F3F6F8;
}
.theme--dark #page-container.preview-open .toolbar-container .btn-close-preview-sidebar .uk-icon-link {
  background: #383543;
  color: #F3F6F8;
}
.theme--dark .card-item .uk-card {
  background-color: #383543;
}
.theme--dark .card-item .uk-card .image-container .no-preview {
  background-color: #2c2a35;
}
.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 #383543;
  filter: drop-shadow(0 0 0.75rem rgba(34, 80, 119, 0.3));
}
.theme--dark .card-item .uk-card .card-toolbar {
  background: rgb(26.9166666667, 26.9166666667, 30.0833333333);
}
.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: #F3F6F8;
}
.theme--dark .card-item.selected .uk-card {
  background-color: rgb(156.0175438596, 151.6666666667, 172.3333333333);
}
.theme--dark .card-item.active-preview .uk-card .image-container {
  background-color: #2c2a35;
  box-shadow: inset 0 0 1px 2px #504c5f;
}
.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: #2c2a35;
}
.theme--dark .list-results table .uk-checkbox {
  background-color: #383543;
}
.theme--dark .list-results table .uk-checkbox:checked {
  background-color: #F3F6F8;
  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: #383543;
}
.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: #201f27;
  box-shadow: inset 0 0 1px 2px #141319;
}
.theme--dark .list-results table tbody tr td a {
  color: #F3F6F8;
}
.theme--dark #page-container #floating-cart-container #cart-container {
  background-color: #2c2a35;
}
.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: #141319;
}
.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: #383543;
  color: #201f27;
}
.theme--dark #page-container.homepage .uk-card-default .uk-card-title {
  color: #201f27;
}
.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(14.875, 14.875, 16.625);
}
.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(14.875, 14.875, 16.625);
}
.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: #2c2a35;
}
.theme--dark fieldset#bloc_atelier #montage .toolbar-container {
  background-color: rgb(14.875, 14.875, 16.625);
}
.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: rgb(190.875, 190.875, 197.625);
}
.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: #2c2a35;
  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: #2c2a35;
}
.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: #201f27;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button,
.theme--dark #modal-default .uk-modal-footer .uk-button {
  background-color: #5E809F;
  border-color: #5E809F;
  color: #FFFFFF;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button:hover,
.theme--dark #modal-default .uk-modal-footer .uk-button:hover {
  background-color: rgb(125.5375494071, 153.2213438735, 178.4624505929);
  color: #FFFFFF;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button-primary,
.theme--dark #modal-default .uk-modal-footer .uk-button-primary {
  background-color: #333339;
}
.theme--dark #bulle_hover .uk-modal-footer .uk-button-primary:hover,
.theme--dark #modal-default .uk-modal-footer .uk-button-primary:hover {
  background-color: rgb(75.0833333333, 75.0833333333, 83.9166666667);
}
.theme--dark #iframe-container .chercheIndex {
  background-color: #383543;
}
.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: #383543;
}
.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: #F3F6F8;
}
.theme--dark #page-container.catEdit #filter-sidebar .button-xsmall {
  border: 1px solid #F3F6F8;
}
.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: #F3F6F8;
}
.theme--dark .select2-dropdown {
  background-color: #2c2a35;
  border-color: #201f27;
  color: #FFFFFF;
}
.theme--dark .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  background-color: #2c2a35;
  border-color: #201f27;
  color: #FFFFFF;
}
.theme--dark .jstree-default .jstree-hovered {
  background-color: #2c2a35;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #201f27;
}
.theme--dark .jstree-default .jstree-clicked {
  background: #201f27;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #201f27;
}
.theme--dark #page-container.dashboard .dashboard-card li.muted {
  background: #2c2a35;
}
.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 #201f27;
}
.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: #383543 !important;
}
.theme--dark #page-container.doc #detail-infos h3,
.theme--dark #page-container.docEdit #detail-infos h3 {
  border-bottom: 1px solid rgba(232, 237, 241, 0.97);
}
.theme--dark #page-container.doc #detail-infos .uk-table th,
.theme--dark #page-container.docEdit #detail-infos .uk-table th {
  color: #F3F6F8;
}
.theme--dark #page-container.doc #detail-infos .uk-accordion-title,
.theme--dark #page-container.docEdit #detail-infos .uk-accordion-title {
  color: #F3F6F8;
}
.theme--dark #page-container.doc #detail-infos .uk-accordion-title,
.theme--dark #page-container.docEdit #detail-infos .uk-accordion-title {
  border-bottom: 1px solid #5E809F;
}
.theme--dark #page-container.doc .slide-tab-wrapper .icon,
.theme--dark #page-container.docEdit .slide-tab-wrapper .icon {
  background: #5E809F;
  color: white;
}
.theme--dark #page-container.doc .slide-tab-wrapper .icon:hover,
.theme--dark #page-container.docEdit .slide-tab-wrapper .icon:hover {
  background: #F3F6F8;
}
@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: #383543;
  }
  .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: #383543;
  }
  .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(38.9583333333, 38.9583333333, 43.5416666667);
    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: #333339;
    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: #333339;
  }
  .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: #383543;
}
.theme--dark .menu-tab-wrapper .menu-tab > li > a:hover {
  background-color: rgb(38.9583333333, 38.9583333333, 43.5416666667);
  color: #0B2843;
}
.theme--dark .menu-tab-wrapper .menu-tab > li.uk-active a {
  background-color: #333339;
  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: #383543;
  color: #F3F6F8;
}
.theme--dark #page-container form .uk-tab li.uk-active a {
  background-color: #333339;
  color: #0B2843;
}
.theme--dark #page-container form .uk-tab li:hover a {
  background-color: rgb(38.9583333333, 38.9583333333, 43.5416666667);
  color: #0B2843;
}
.theme--dark #page-container form .uk-tab li :before {
  border: none;
}
.theme--dark #page-container form .table-listing.uk-table th {
  color: #F3F6F8;
  border-bottom: 1px solid #5E809F;
}
.theme--dark #page-container form .uk-accordion-title {
  color: #F3F6F8;
}
.theme--dark #page-container form .uk-accordion-title {
  border-bottom: 1px solid #5E809F;
}
.theme--dark #page-container form#chercheForm {
  background-color: #2c2a35;
}
.theme--dark #page-container form#chercheForm .uk-accordion .uk-accordion-content {
  background-color: #2c2a35;
}
.theme--dark #page-container #admin-toolbar {
  background-color: #201f27;
}
.theme--dark #page-container .contentBody {
  background-color: #201f27;
}
.theme--dark #page-container .contentBody fieldset {
  background-color: #201f27;
  border-color: #201f27;
}
.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 #201f27;
  background-color: #383543;
}
.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: #2c2a35;
  border-top: 1px solid #201f27;
  border-bottom: 1px solid #201f27;
}
.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: #2c2a35;
  border-color: #001222;
}
.theme--dark select[readonly="1"]:hover, .theme--dark select[readonly="1"]:active, .theme--dark select[readonly="1"]:focus,
.theme--dark input[readonly="1"]:hover,
.theme--dark input[readonly="1"]:active,
.theme--dark input[readonly="1"]:focus {
  background-color: rgb(189.6403162055, 203.6166007905, 216.3596837945);
  border-color: #001222;
}
.theme--dark #cart-container .filter-sidebar,
.theme--dark #cart-container .preview-sidebar {
  background-color: #383543;
}
.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: #383543;
}
.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: #F3F6F8;
}
.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: #201f27;
  border-color: rgb(55.3142857143, 53.5857142857, 67.4142857143);
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-checkbox:checked {
  background-color: #504c5f;
  border-color: #201f27;
}
.theme--dark #page-container.docList #filter-sidebar #facet_container .uk-search-input {
  background-color: #201f27;
  border-color: rgb(55.3142857143, 53.5857142857, 67.4142857143);
}
.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 #141319;
  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 #201f27;
}
.theme--dark .display-reportage article.bloc_image.active-preview .uk-card .image-container {
  background-color: #2c2a35;
  box-shadow: inset 0 0 1px 2px #504c5f;
}
.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: #F3F6F8;
  border: 1px solid rgba(82, 200, 228, 0.3);
}

.theme--dark {
  /* Player Dark mode */
}
.theme--dark body #main-menu .logo-section a,
.theme--dark body #main-menu .uk-nav-default > li > a,
.theme--dark .uk-background-primary {
  color: #F3F6F8;
}
.theme--dark .card-item.selected .uk-card {
  background-color: #333339;
}
.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: #141319;
  border-color: #225077;
}
.theme--dark .card-item .uk-card .select-container .uk-checkbox:checked,
.theme--dark .list-results table .uk-checkbox:checked {
  background-color: #F3F6F8;
  border-color: #F3F6F8;
}

/* Custom project Rules here */
/* typos cnes */
@font-face {
  font-family: "WOFF CNES Sans-ExtraLight";
  src: url("../../fonts/CNESSans-ExtraLight.woff");
}
@font-face {
  font-family: "WOFF CNES Sans-Light";
  src: url("../../fonts/CNESSans-Light.woff");
}
@font-face {
  font-family: "WOFF CNES Sans-Regular";
  src: url("../../fonts/CNESSans-Regular.woff");
}
@font-face {
  font-family: "WOFF CNES Sans-Bold";
  src: url("../../fonts/CNESSans-Bold.woff");
}
@font-face {
  font-family: "WOFF2 CNES Sans-ExtraLight";
  src: url("../../fonts/CNESSans-ExtraLight.woff2");
}
@font-face {
  font-family: "WOFF2 CNES Sans-Light";
  src: url("../../fonts/CNESSans-Light.woff2");
}
@font-face {
  font-family: "WOFF2 CNES Sans-Regular";
  src: url("../../fonts/CNESSans-Regular.woff2");
}
@font-face {
  font-family: "WOFF2 CNES Sans-Bold";
  src: url("../../fonts/CNESSans-Bold.woff2");
}
html, body {
  height: 100%;
  font-family: "WOFF CNES Sans-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1, h2, h3, h4, h5 {
  font-family: "WOFF CNES Sans-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.sp-fontweight-light {
  font-family: "WOFF CNES Sans-Light", sans-serif;
}

#footer {
  color: #F3F6F8;
}
#footer a {
  color: #F3F6F8;
}

.uk-button {
  border-radius: 30px;
}

.uk-button-highlight {
  font-size: 1rem;
  font-family: "WOFF CNES Sans-Bold", sans-serif;
}

#popupModal {
  bottom: 0;
}

.theme--light body {
  /* Add general */
  /*#page-container.docList  {
        #breadcrumb {
          padding-left: 16%;
        }
      }*/
  /* SIDE BAR FILTER ******************/
  /* RESULT PAGE  */
  /* PAGE DETAIL ******************/
}
.theme--light body .uk-background-highlight {
  background-color: #304ffe;
}
.theme--light body .uk-background-contrast {
  background-color: #ffc107;
}
.theme--light body .uk-background-medium {
  background-color: #929292;
}
.theme--light body .uk-background-medium-dark {
  background-color: #424242;
}
.theme--light body .uk-button-primary-light {
  background-color: rgb(90, 103.75, 233);
  color: #225077;
}
.theme--light body .uk-button-primary-light:hover {
  background-color: #8791ef;
  color: #225077;
}
.theme--light body .uk-button-highlight {
  background-color: #304ffe;
  color: #F3F6F8;
}
.theme--light body .uk-button-highlight:hover {
  background-color: #304ffe;
  color: #F3F6F8;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--light body .uk-button-contrast {
  background-color: #ffc107;
  color: #F3F6F8;
}
.theme--light body .uk-button-contrast:hover {
  background-color: rgb(255, 205.75, 58);
  color: #F3F6F8;
}
.theme--light body h4, .theme--light body h3, .theme--light body h5 {
  color: #000000;
}
.theme--light body .uk-button-medium-dark-round {
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  transition: 0.3s ease-out;
  background-color: #878787;
  color: #FFFFFF;
  border: 2px solid #878787;
  transition: 0.3s ease-out;
}
.theme--light body .uk-button-medium-dark-round:hover {
  background-color: #878787;
  color: #FFFFFF;
  border: 2px solid #878787;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--light body .uk-button-primary-round {
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #304ffe;
  color: #FFFFFF;
  border: 2px solid #304ffe;
  transition: 0.3s ease-out;
}
.theme--light body .uk-button-primary-round:hover {
  background-color: #304ffe;
  color: #FFFFFF;
  border: 2px solid #304ffe;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--light body .uk-button-secondary-round {
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #304ffe;
  border: 2px solid #304ffe;
  transition: 0.3s ease-out;
}
.theme--light body .uk-button-secondary-round:hover {
  background-color: #FFFFFF;
  color: #304ffe;
  border: 2px solid #304ffe;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--light body .uk-button-contrast-round {
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #ffc107;
  color: #ffffff;
  border: 2px solid #ffc107;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.theme--light body .uk-button-contrast-round:hover {
  background-color: #ffc107;
  color: #ffffff;
  border: 2px solid #ffc107;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--light body .sp-bacground-color-highlight {
  background-color: #304ffe;
}
.theme--light body .sp-color-highlight {
  color: #304ffe;
}
.theme--light body .sp-width-menu {
  width: 16%;
  min-width: 300px;
  max-width: 450px;
}
.theme--light body #modal-connexion .uk-modal-dialog {
  background-color: #FFFFFF;
}
.theme--light body a.datepicker_img {
  max-width: 40px;
}
.theme--light body #page-container {
  margin-left: 0;
  padding: 0;
  /* HEADER / TITLE BAR / SEARCH BAR ******************/
  /* PAGE PANIER ******************/
  /* PAGE HOME ******************/
  /* Advanced Search Menu  */
}
.theme--light body #page-container .toolbar-container {
  background-color: #FFFFFF;
}
.theme--light body #page-container .toolbar-container ul.uk-iconnav li a {
  background-color: transparent;
  padding: 3px;
}
.theme--light body #page-container .toolbar-container ul.uk-iconnav li a.order {
  padding: 3px 0;
  font-size: 0;
}
.theme--light body #page-container .toolbar-container .btn-open-filter-sidebar .uk-icon-link {
  background-color: #504c5f;
  color: #FFFFFF;
  font-size: 0;
}
.theme--light body #page-container .toolbar-container .disabled {
  opacity: 0.2;
}
.theme--light body #page-container .toolbar-container #action-bar .js-open-preview {
  display: none !important;
}
.theme--light body #page-container #search-bar {
  max-width: 700px;
}
.theme--light body #page-container #simple-search .uk-input {
  height: 47px;
}
.theme--light body #page-container #simple-search .uk-input::placeholder {
  opacity: 0.3;
}
.theme--light body #page-container #simple-search .uk-button-primary {
  padding: 0 3px;
  border-radius: 8px;
}
.theme--light body #page-container #title-bar {
  padding: 0 20px;
}
.theme--light body #page-container #title-bar .logo-section {
  width: 210px;
  margin-right: 16%;
}
.theme--light body #page-container #title-bar .logo-section .st0 {
  fill: #000000;
}
.theme--light body #page-container #title-bar .logo-section .st1 {
  fill: transparent;
}
.theme--light body #page-container #title-bar .logo-section .text {
  fill: #000000;
}
.theme--light body #page-container #title-bar a.connexion {
  border: none;
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #304ffe;
  color: #FFFFFF;
  transition: 0.3s ease-out;
}
.theme--light body #page-container #title-bar a.connexion:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--light body #page-container #title-bar a.aide,
.theme--light body #page-container #title-bar a.gotocart,
.theme--light body #page-container #title-bar a.gotoadmin,
.theme--light body #page-container #title-bar a.gotoaccount {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.5px;
}
.theme--light body #page-container #title-bar a.aide {
  border: 2px solid #304ffe;
  color: #304ffe;
  background-color: #fff;
}
.theme--light body #page-container #title-bar a.gotocart {
  border: 2px solid #ffc107;
  color: #ffffff;
  background-color: #ffc107;
}
.theme--light body #page-container #title-bar a.gotoadmin {
  border: 2px solid #F95300;
  color: #ffffff;
  background-color: #F95300;
}
.theme--light body #page-container #title-bar a.gotoaccount {
  border: 2px solid #304ffe;
  color: #ffffff;
  background-color: #304ffe;
}
.theme--light body #page-container #search-infos .chip .label {
  color: #FFFFFF;
}
.theme--light body #page-container.panier #secondary-cart-toolbar .panHeaderFields {
  font-size: 2.75rem;
  line-height: normal;
  background: transparent;
  height: auto;
  padding-left: 0;
  padding-bottom: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #504c5f;
}
.theme--light body #page-container.panier #secondary-cart-toolbar .panHeaderFields:focus {
  border-bottom: 2px solid #304ffe;
}
.theme--light body #page-container.homepage {
  background-color: #FFFFFF;
}
.theme--light body #page-container.homepage #home-container {
  /* Home Slider */
}
.theme--light body #page-container.homepage #home-container #home-banner {
  box-shadow: 0 10px 16px -5px rgba(0, 0, 0, 0.75);
  /* Home Search */
}
.theme--light body #page-container.homepage #home-container #home-banner h1 {
  font-size: 4rem;
  line-height: 1.1;
  color: #FFFFFF;
}
.theme--light body #page-container.homepage #home-container #home-banner .uk-height-large {
  height: 390px;
  background-size: cover !important;
}
.theme--light body #page-container.homepage #home-container #home-banner #simple-search-container {
  margin-left: 0;
  margin-top: 10px;
  background-color: transparent;
  width: 50%;
  max-width: 600px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  min-width: 870px;
}
.theme--light body #page-container.homepage #home-container #home-banner #simple-search-container .uk-input {
  width: 100%;
}
.theme--light body #page-container.homepage #home-container #home-slider a.uk-slidenav {
  color: #FFFFFF;
}
.theme--light body #page-container.homepage #home-container #home-slider .uk-slideshow-items {
  background-color: #E8EDF1;
}
.theme--light body #page-container.homepage #home-container #home-slider .uk-slideshow-items .slider-title {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
  cursor: pointer;
}
.theme--light body #page-container.homepage #home-container #home-slider .uk-slideshow-items .slider-title:hover {
  background: #141319;
}
.theme--light body #page-container.homepage #home-container #home-slider .uk-slideshow-items .slider-title h3 {
  color: #FFFFFF;
}
.theme--light body #page-container.homepage #home-container #home-slider .uk-slideshow-items a.preview {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.5px;
  border: 2px solid #FFA800;
  color: #FFFFFF;
  background-color: #FFA800;
}
.theme--light body #page-container.homepage #home-container #home-slider .uk-dotnav > .uk-active > * {
  background-color: #304ffe;
}
.theme--light body #page-container.homepage a.phototheque-link {
  text-decoration: none;
}
.theme--light body #page-container.homepage #phototheque-banner img {
  width: 100%;
  height: auto;
}
.theme--light body #page-container.homepage h2 {
  font-size: 3.4rem;
}
.theme--light body #page-container.homepage #category-list .card-cat {
  aspect-ratio: 1/1;
}
.theme--light body #page-container.homepage #category-list .card-cat .uk-overlay {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
}
.theme--light body #page-container.homepage #category-list .card-cat a {
  position: relative;
  display: flex;
  width: 100%;
}
.theme--light body #page-container.homepage #category-list .card-cat h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 26px;
  /*background: linear-gradient(to top, rgba(25,25,25,1), rgba(25,25,25,0));*/
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--light body #page-container.homepage #category-list .card-cat img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
}
.theme--light body #page-container form#quick_search #offcanvas-flip {
  /* START Smooth anim open close */
  right: -70vw;
  transition: right 300ms ease-out 300ms; /* remove overlay after closed .uk-offcanvas-bar */
  /* END anim */
}
.theme--light body #page-container form#quick_search #offcanvas-flip.uk-open {
  right: 0;
  transition: right 0s ease-out;
}
.theme--light body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-slide {
  width: 70vw;
}
.theme--light body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-bar {
  right: -70vw;
  transition: right 300ms ease-out;
}
.theme--light body #page-container form#quick_search #offcanvas-flip.uk-open .uk-offcanvas-bar {
  width: 70vw;
  right: 0;
  transition: right 300ms ease-in;
}
.theme--light body #page-container form#quick_search #offcanvas-flip:before {
  cursor: pointer;
}
.theme--light body #page-container form#quick_search #offcanvas-flip .uk-input:focus,
.theme--light body #page-container form#quick_search #offcanvas-flip .uk-select:focus {
  background-color: rgb(252.45, 252.45, 252.45);
  color: #000000;
}
.theme--light body #page-container form#quick_search #offcanvas-flip .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.theme--light body #page-container form#quick_search #offcanvas-flip label {
  color: #000000;
}
.theme--light body #page-container form#quick_search #offcanvas-flip a.datepicker_img img {
  width: 28px;
  height: 31px;
}
.theme--light body #page-container.doc .uk-article-title {
  font-weight: bold;
}
.theme--light body #modal-connexion .uk-input {
  height: 47px;
}
.theme--light body #modal-connexion .uk-input::placeholder {
  opacity: 0.3;
}
.theme--light body .uk-modal-dialog .uk-modal-close-default {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
}
.theme--light body .uk-modal-dialog .warning-download {
  color: #FFA800;
  border-radius: 5px;
}
.theme--light body .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme--light body #breadcrumb {
  font-size: 1.15rem;
  padding: 5px 0;
}
.theme--light body #breadcrumb .uk-container {
  color: #FFFFFF;
  overflow-x: scroll;
}
.theme--light body #breadcrumb .uk-container > div.uk-flex {
  width: max-content;
}
.theme--light body #breadcrumb .uk-container > div.uk-flex .uk-link {
  color: #FFFFFF;
}
.theme--light body #page-container.docList.filter-open section#filter-sidebar,
.theme--light body #page-container.panier.filter-open section#cart-sidebar {
  width: 16%;
  min-width: 300px;
  max-width: 450px;
}
.theme--light body #cart-sidebar,
.theme--light body #filter-sidebar {
  border-right: 1px solid #DCE3E8;
  /* Patch remove last file */
}
.theme--light body #cart-sidebar #facet_container > .facet-item:last-child,
.theme--light body #filter-sidebar #facet_container > .facet-item:last-child {
  display: none;
}
.theme--light body #cart-sidebar .btn-close-filter-sidebar .title,
.theme--light body #filter-sidebar .btn-close-filter-sidebar .title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: none;
}
.theme--light body #cart-sidebar #facet_container .facet-item,
.theme--light body #filter-sidebar #facet_container .facet-item {
  border: none !important;
}
.theme--light body #cart-sidebar #facet_container .facet-item:hover,
.theme--light body #filter-sidebar #facet_container .facet-item:hover {
  background-color: #F3F4F6;
}
.theme--light body #cart-sidebar #facet_container .facet-item .facet_list .facet,
.theme--light body #filter-sidebar #facet_container .facet-item .facet_list .facet {
  color: #FFFFFF;
}
.theme--light body #cart-sidebar #facet_container .type_facet .title,
.theme--light body #filter-sidebar #facet_container .type_facet .title {
  font-weight: normal !important;
}
.theme--light body #cart-sidebar #facet_container .facet_list .facet,
.theme--light body #filter-sidebar #facet_container .facet_list .facet {
  padding: 3px 0;
}
.theme--light body #cart-sidebar #facet_container .facet_list .facet .value,
.theme--light body #filter-sidebar #facet_container .facet_list .facet .value {
  padding-left: 10px;
}
.theme--light body #cart-sidebar #cart-list #paniersDiv li,
.theme--light body #filter-sidebar #cart-list #paniersDiv li {
  font-size: 0.9rem;
  font-weight: normal;
  text-shadow: unset;
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 5px;
}
.theme--light body #cart-sidebar #cart-list #paniersDiv li:hover, .theme--light body #cart-sidebar #cart-list #paniersDiv li.selected,
.theme--light body #filter-sidebar #cart-list #paniersDiv li:hover,
.theme--light body #filter-sidebar #cart-list #paniersDiv li.selected {
  background-color: #F3F4F6;
  padding: 15px 10px;
}
.theme--light body #cart-sidebar #cart-list #paniersDiv li:hover a, .theme--light body #cart-sidebar #cart-list #paniersDiv li.selected a,
.theme--light body #filter-sidebar #cart-list #paniersDiv li:hover a,
.theme--light body #filter-sidebar #cart-list #paniersDiv li.selected a {
  padding: 0;
  border: none;
  text-decoration: none;
}
.theme--light body #cart-sidebar #cart-list #paniersDiv li.selected a,
.theme--light body #filter-sidebar #cart-list #paniersDiv li.selected a {
  font-weight: bold;
}
.theme--light body #cart-sidebar #cart-list #paniersDiv li#link_new_selection,
.theme--light body #filter-sidebar #cart-list #paniersDiv li#link_new_selection {
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer;
  background-color: #000000;
}
.theme--light body #cart-sidebar #cart-list #paniersDiv li#link_new_selection::before,
.theme--light body #filter-sidebar #cart-list #paniersDiv li#link_new_selection::before {
  content: "+ ";
}
.theme--light body #cart-sidebar #cart-list #paniersDiv li#recherchePan,
.theme--light body #filter-sidebar #cart-list #paniersDiv li#recherchePan {
  margin-top: 20px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  color: #000000;
  border: 1px solid #E8EDF1;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer;
  background-color: #DCE3E8;
}
.theme--light body #cart-content .nbr-results,
.theme--light body #result-content .nbr-results {
  font-size: 2rem;
}
.theme--light body #cart-content #main_block,
.theme--light body #result-content #main_block {
  width: 100%;
}
.theme--light body #cart-content .cnes-card,
.theme--light body #result-content .cnes-card {
  position: relative;
}
.theme--light body #cart-content .cnes-card .card-tickbox,
.theme--light body #result-content .cnes-card .card-tickbox {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 14px;
}
.theme--light body #cart-content .cnes-card .vignette a,
.theme--light body #result-content .cnes-card .vignette a {
  display: flex;
  width: 100%;
}
.theme--light body #cart-content .cnes-card .vignette .vignette-titre,
.theme--light body #result-content .cnes-card .vignette .vignette-titre {
  position: absolute;
  top: 10px;
  left: 40px;
  max-width: 80%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: #000 0px 0 5px;
}
.theme--light body #cart-content .cnes-card .uk-navbar-container,
.theme--light body #result-content .cnes-card .uk-navbar-container {
  background-color: #FFFFFF;
}
.theme--light body #cart-content .cnes-card .uk-navbar-container .uk-navbar .uk-iconnav > *,
.theme--light body #result-content .cnes-card .uk-navbar-container .uk-navbar .uk-iconnav > * {
  padding: 0;
}
.theme--light body #cart-content .list-results .result-list.height-2 table,
.theme--light body #result-content .list-results .result-list.height-2 table {
  border-spacing: 0 20px;
}
.theme--light body #cart-content .list-results .result-list.height-2 table .uk-checkbox,
.theme--light body #result-content .list-results .result-list.height-2 table .uk-checkbox {
  border-radius: unset;
  background-color: #504c5f;
}
.theme--light body #cart-content .list-results .result-list.height-2 table thead tr th,
.theme--light body #result-content .list-results .result-list.height-2 table thead tr th {
  color: #FFFFFF;
  border: none;
}
.theme--light body #cart-content .list-results .result-list.height-2 table thead tr th a,
.theme--light body #result-content .list-results .result-list.height-2 table thead tr th a {
  color: #FFFFFF;
}
.theme--light body #cart-content .list-results .result-list.height-2 table tbody tr.active-preview,
.theme--light body #result-content .list-results .result-list.height-2 table tbody tr.active-preview {
  background-color: #FFFFFF;
  box-shadow: none;
}
.theme--light body #cart-content .list-results .result-list.height-2 table tbody tr:hover,
.theme--light body #result-content .list-results .result-list.height-2 table tbody tr:hover {
  background-color: #DCE3E8;
  box-shadow: inset 0 0 1px 1px #DCE3E8;
}
.theme--light body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image,
.theme--light body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image {
  text-align: center;
  background-color: #929292;
  height: 120px;
}
.theme--light body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image img,
.theme--light body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image img {
  max-width: unset;
  max-height: 120px;
  /* max-width: unset;
   max-height: unset;
   height: 100%;
   width: auto;*/
}
.theme--light body #cart-content .list-results .result-list.height-2 table tbody tr td.resultsCorps span.uk-icon,
.theme--light body #result-content .list-results .result-list.height-2 table tbody tr td.resultsCorps span.uk-icon {
  width: 24px;
  height: 24px;
}
.theme--light body #cart-content .pager_control,
.theme--light body #result-content .pager_control {
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme--light body #cart-content .pager_control > nav,
.theme--light body #result-content .pager_control > nav {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme--light body #cart-content #selectall-container,
.theme--light body #result-content #selectall-container {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
}
.theme--light body #cart-content #selectall-container > div,
.theme--light body #result-content #selectall-container > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme--light body .uk-border-rounded {
  border-radius: 100px;
}
.theme--light body #page-container.doc #ow_first_row_controller {
  width: auto;
}
.theme--light body #page-container.doc .uk-table .resultsCorps {
  vertical-align: middle;
}
.theme--light body #page-container.doc .uk-table .resultsCorps a {
  color: #304ffe;
}
.theme--light body #page-container.doc .uk-table .firstcol {
  font-weight: bold;
  text-transform: uppercase;
}
.theme--light body #page-container.doc .tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
  height: auto;
  white-space: normal;
  padding-left: 0;
  list-style-type: none;
  /*.indicator {
    position: absolute;
    bottom: 0;
    background-color: #fabb00;
    height: 4px;
    will-change: left, right;
  }*/
}
.theme--light body #page-container.doc .tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
  padding: 0 24px;
}
.theme--light body #page-container.doc .tabs .tab.uk-active a {
  color: #000000;
  border-bottom: 4px solid #ffc107;
}
.theme--light body #page-container.doc .tabs .tab a {
  color: #000000;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
  border-bottom: 4px solid #FFFFFF;
}
.theme--light body #page-container.doc .detailcontent h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.theme--light body #page-container.doc .detailcontent p {
  font-size: 0.9rem;
  margin: 0 0 5px 0;
}
.theme--light body #page-container.doc .detailcontent .uk-label {
  border-radius: 15px;
  text-transform: unset;
}
.theme--light body #page-container.doc .detailcontent .uk-label:hover {
  text-decoration: none;
}
.theme--light body #page-container.doc #storyboard #sidecommande #iframeSauve {
  display: block;
}
.theme--light body #page-container.doc #storyboard .storyboardpic {
  position: relative;
}
.theme--light body #page-container.doc #storyboard .storyboardpic > span.tc {
  border-radius: 15px;
  background-color: #06001b;
  position: absolute;
  top: 15px;
  left: 20px;
  color: #fff;
  padding: 0 10px 0 10px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.theme--light body #page-container.cat,
.theme--light body #page-container.theme {
  background-color: #FFFFFF;
}
.theme--light body #page-container.cat h1,
.theme--light body #page-container.theme h1 {
  font-size: 2.5rem;
}
.theme--light body #page-container.cat #category-list .card-cat .uk-overlay,
.theme--light body #page-container.theme #category-list .card-cat .uk-overlay {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
}
.theme--light body #page-container.cat #category-list .card-cat a,
.theme--light body #page-container.theme #category-list .card-cat a {
  position: relative;
  display: flex;
  width: 100%;
}
.theme--light body #page-container.cat #category-list .card-cat h3,
.theme--light body #page-container.theme #category-list .card-cat h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 26px;
  /*background: linear-gradient(to top, rgba(25,25,25,1), rgba(25,25,25,0));*/
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--light body #page-container.cat #category-list .card-cat img,
.theme--light body #page-container.theme #category-list .card-cat img {
  width: 100%;
  max-width: 100%;
}
.theme--light body #page-container.cat .diapo_wrapper,
.theme--light body #page-container.theme .diapo_wrapper {
  position: relative;
}
.theme--light body #page-container.cat .diapo_wrapper #diapo_space,
.theme--light body #page-container.theme .diapo_wrapper #diapo_space {
  min-height: 440px;
  display: block;
  width: 66.6666666667%;
}
.theme--light body #page-container.cat .diapo_wrapper .playList,
.theme--light body #page-container.theme .diapo_wrapper .playList {
  height: 100%;
  position: absolute;
  display: inline-block;
  overflow: auto;
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: 0;
}
.theme--light body #secondary-cart-toolbar .uk-navbar-nav > li > a {
  min-height: auto;
}

.theme--dark body {
  /* Add general */
  /*#page-container.docList  {
        #breadcrumb {
          padding-left: 16%;
        }
      }*/
  /* SIDE BAR FILTER ******************/
  /* RESULT PAGE  */
  /* PAGE DETAIL ******************/
}
.theme--dark body .uk-background-highlight {
  background-color: #141319;
}
.theme--dark body .uk-background-contrast {
  background-color: #FFCB00;
}
.theme--dark body .uk-background-medium {
  background-color: #DCE3E8;
}
.theme--dark body .uk-background-medium-dark {
  background-color: #201f27;
}
.theme--dark body .uk-button-primary-light {
  background-color: rgb(177.4166666667, 177.4166666667, 185.5833333333);
  color: #225077;
}
.theme--dark body .uk-button-primary-light:hover {
  background-color: rgb(204.3333333333, 204.3333333333, 209.6666666667);
  color: #225077;
}
.theme--dark body .uk-button-highlight {
  background-color: #141319;
  color: #F3F6F8;
}
.theme--dark body .uk-button-highlight:hover {
  background-color: #141319;
  color: #F3F6F8;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--dark body .uk-button-contrast {
  background-color: #FFCB00;
  color: #F3F6F8;
}
.theme--dark body .uk-button-contrast:hover {
  background-color: rgb(255, 213.4, 51);
  color: #F3F6F8;
}
.theme--dark body h4, .theme--dark body h3, .theme--dark body h5 {
  color: #F3F6F8;
}
.theme--dark body .uk-button-medium-dark-round {
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  transition: 0.3s ease-out;
  background-color: #F3F6F8;
  color: #0B2843;
  border: 2px solid #F3F6F8;
  transition: 0.3s ease-out;
}
.theme--dark body .uk-button-medium-dark-round:hover {
  background-color: #F3F6F8;
  color: #0B2843;
  border: 2px solid #F3F6F8;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--dark body .uk-button-primary-round {
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #141319;
  color: #FFFFFF;
  border: 2px solid #141319;
  transition: 0.3s ease-out;
}
.theme--dark body .uk-button-primary-round:hover {
  background-color: #141319;
  color: #FFFFFF;
  border: 2px solid #141319;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--dark body .uk-button-secondary-round {
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #141319;
  border: 2px solid #141319;
  transition: 0.3s ease-out;
}
.theme--dark body .uk-button-secondary-round:hover {
  background-color: #FFFFFF;
  color: #141319;
  border: 2px solid #141319;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--dark body .uk-button-contrast-round {
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #FFCB00;
  color: #ffffff;
  border: 2px solid #FFCB00;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.theme--dark body .uk-button-contrast-round:hover {
  background-color: #FFCB00;
  color: #ffffff;
  border: 2px solid #FFCB00;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--dark body .sp-bacground-color-highlight {
  background-color: #115077;
}
.theme--dark body .sp-color-highlight {
  color: #115077;
}
.theme--dark body .sp-width-menu {
  width: 16%;
  min-width: 300px;
  max-width: 450px;
}
.theme--dark body #modal-connexion .uk-modal-dialog {
  background-color: #383543;
}
.theme--dark body a.datepicker_img {
  max-width: 40px;
}
.theme--dark body #page-container {
  margin-left: 0;
  padding: 0;
  /* HEADER / TITLE BAR / SEARCH BAR ******************/
  /* PAGE PANIER ******************/
  /* PAGE HOME ******************/
  /* Advanced Search Menu  */
}
.theme--dark body #page-container .toolbar-container {
  background-color: #383543;
}
.theme--dark body #page-container .toolbar-container ul.uk-iconnav li a {
  background-color: transparent;
  padding: 3px;
}
.theme--dark body #page-container .toolbar-container ul.uk-iconnav li a.order {
  padding: 3px 0;
  font-size: 0;
}
.theme--dark body #page-container .toolbar-container .btn-open-filter-sidebar .uk-icon-link {
  background-color: #504c5f;
  color: #0B2843;
  font-size: 0;
}
.theme--dark body #page-container .toolbar-container .disabled {
  opacity: 0.2;
}
.theme--dark body #page-container .toolbar-container #action-bar .js-open-preview {
  display: none !important;
}
.theme--dark body #page-container #search-bar {
  max-width: 700px;
}
.theme--dark body #page-container #simple-search .uk-input {
  height: 47px;
}
.theme--dark body #page-container #simple-search .uk-input::placeholder {
  opacity: 0.3;
}
.theme--dark body #page-container #simple-search .uk-button-primary {
  padding: 0 3px;
  border-radius: 8px;
}
.theme--dark body #page-container #title-bar {
  padding: 0 20px;
}
.theme--dark body #page-container #title-bar .logo-section {
  width: 210px;
  margin-right: 16%;
}
.theme--dark body #page-container #title-bar .logo-section .st0 {
  fill: #FFFFFF;
}
.theme--dark body #page-container #title-bar .logo-section .st1 {
  fill: transparent;
}
.theme--dark body #page-container #title-bar .logo-section .text {
  fill: #FFFFFF;
}
.theme--dark body #page-container #title-bar a.connexion {
  border: none;
  border-radius: 30px;
  height: inherit;
  line-height: 45px;
  padding: 5px 25px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #141319;
  color: #FFFFFF;
  transition: 0.3s ease-out;
}
.theme--dark body #page-container #title-bar a.connexion:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.theme--dark body #page-container #title-bar a.aide,
.theme--dark body #page-container #title-bar a.gotocart,
.theme--dark body #page-container #title-bar a.gotoadmin,
.theme--dark body #page-container #title-bar a.gotoaccount {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.5px;
}
.theme--dark body #page-container #title-bar a.aide {
  border: 2px solid #141319;
  color: #141319;
  background-color: #fff;
}
.theme--dark body #page-container #title-bar a.gotocart {
  border: 2px solid #FFCB00;
  color: #ffffff;
  background-color: #FFCB00;
}
.theme--dark body #page-container #title-bar a.gotoadmin {
  border: 2px solid #F95300;
  color: #ffffff;
  background-color: #F95300;
}
.theme--dark body #page-container #title-bar a.gotoaccount {
  border: 2px solid #304ffe;
  color: #ffffff;
  background-color: #304ffe;
}
.theme--dark body #page-container #search-infos .chip .label {
  color: #FFFFFF;
}
.theme--dark body #page-container.panier #secondary-cart-toolbar .panHeaderFields {
  font-size: 2.75rem;
  line-height: normal;
  background: transparent;
  height: auto;
  padding-left: 0;
  padding-bottom: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #504c5f;
}
.theme--dark body #page-container.panier #secondary-cart-toolbar .panHeaderFields:focus {
  border-bottom: 2px solid #115077;
}
.theme--dark body #page-container.homepage {
  background-color: #383543;
}
.theme--dark body #page-container.homepage #home-container {
  /* Home Slider */
}
.theme--dark body #page-container.homepage #home-container #home-banner {
  box-shadow: 0 10px 16px -5px rgba(0, 0, 0, 0.75);
  /* Home Search */
}
.theme--dark body #page-container.homepage #home-container #home-banner h1 {
  font-size: 4rem;
  line-height: 1.1;
  color: #FFFFFF;
}
.theme--dark body #page-container.homepage #home-container #home-banner .uk-height-large {
  height: 390px;
  background-size: cover !important;
}
.theme--dark body #page-container.homepage #home-container #home-banner #simple-search-container {
  margin-left: 0;
  margin-top: 10px;
  background-color: transparent;
  width: 50%;
  max-width: 600px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  min-width: 870px;
}
.theme--dark body #page-container.homepage #home-container #home-banner #simple-search-container .uk-input {
  width: 100%;
}
.theme--dark body #page-container.homepage #home-container #home-slider a.uk-slidenav {
  color: #FFFFFF;
}
.theme--dark body #page-container.homepage #home-container #home-slider .uk-slideshow-items {
  background-color: #201f27;
}
.theme--dark body #page-container.homepage #home-container #home-slider .uk-slideshow-items .slider-title {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
  cursor: pointer;
}
.theme--dark body #page-container.homepage #home-container #home-slider .uk-slideshow-items .slider-title:hover {
  background: #141319;
}
.theme--dark body #page-container.homepage #home-container #home-slider .uk-slideshow-items .slider-title h3 {
  color: #FFFFFF;
}
.theme--dark body #page-container.homepage #home-container #home-slider .uk-slideshow-items a.preview {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.5px;
  border: 2px solid #FFA800;
  color: #FFFFFF;
  background-color: #FFA800;
}
.theme--dark body #page-container.homepage #home-container #home-slider .uk-dotnav > .uk-active > * {
  background-color: #304ffe;
}
.theme--dark body #page-container.homepage a.phototheque-link {
  text-decoration: none;
}
.theme--dark body #page-container.homepage #phototheque-banner img {
  width: 100%;
  height: auto;
}
.theme--dark body #page-container.homepage h2 {
  font-size: 3.4rem;
}
.theme--dark body #page-container.homepage #category-list .card-cat {
  aspect-ratio: 1/1;
}
.theme--dark body #page-container.homepage #category-list .card-cat .uk-overlay {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
}
.theme--dark body #page-container.homepage #category-list .card-cat a {
  position: relative;
  display: flex;
  width: 100%;
}
.theme--dark body #page-container.homepage #category-list .card-cat h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 26px;
  /*background: linear-gradient(to top, rgba(25,25,25,1), rgba(25,25,25,0));*/
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--dark body #page-container.homepage #category-list .card-cat img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
}
.theme--dark body #page-container form#quick_search #offcanvas-flip {
  /* START Smooth anim open close */
  right: -70vw;
  transition: right 300ms ease-out 300ms; /* remove overlay after closed .uk-offcanvas-bar */
  /* END anim */
}
.theme--dark body #page-container form#quick_search #offcanvas-flip.uk-open {
  right: 0;
  transition: right 0s ease-out;
}
.theme--dark body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-slide {
  width: 70vw;
}
.theme--dark body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-bar {
  right: -70vw;
  transition: right 300ms ease-out;
}
.theme--dark body #page-container form#quick_search #offcanvas-flip.uk-open .uk-offcanvas-bar {
  width: 70vw;
  right: 0;
  transition: right 300ms ease-in;
}
.theme--dark body #page-container form#quick_search #offcanvas-flip:before {
  cursor: pointer;
}
.theme--dark body #page-container form#quick_search #offcanvas-flip .uk-input:focus,
.theme--dark body #page-container form#quick_search #offcanvas-flip .uk-select:focus {
  background-color: rgb(53.62, 50.7475, 64.1525);
  color: #F3F6F8;
}
.theme--dark body #page-container form#quick_search #offcanvas-flip .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.theme--dark body #page-container form#quick_search #offcanvas-flip label {
  color: #F3F6F8;
}
.theme--dark body #page-container form#quick_search #offcanvas-flip a.datepicker_img img {
  width: 28px;
  height: 31px;
}
.theme--dark body #page-container.doc .uk-article-title {
  font-weight: bold;
}
.theme--dark body #modal-connexion .uk-input {
  height: 47px;
}
.theme--dark body #modal-connexion .uk-input::placeholder {
  opacity: 0.3;
}
.theme--dark body .uk-modal-dialog .uk-modal-close-default {
  background-color: #FFFFFF;
  color: #0B2843;
  border-radius: 50%;
}
.theme--dark body .uk-modal-dialog .warning-download {
  color: #FFA800;
  border-radius: 5px;
}
.theme--dark body .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme--dark body #breadcrumb {
  font-size: 1.15rem;
  padding: 5px 0;
}
.theme--dark body #breadcrumb .uk-container {
  color: #FFFFFF;
  overflow-x: scroll;
}
.theme--dark body #breadcrumb .uk-container > div.uk-flex {
  width: max-content;
}
.theme--dark body #breadcrumb .uk-container > div.uk-flex .uk-link {
  color: #FFFFFF;
}
.theme--dark body #page-container.docList.filter-open section#filter-sidebar,
.theme--dark body #page-container.panier.filter-open section#cart-sidebar {
  width: 16%;
  min-width: 300px;
  max-width: 450px;
}
.theme--dark body #cart-sidebar,
.theme--dark body #filter-sidebar {
  border-right: 1px solid #141319;
  /* Patch remove last file */
}
.theme--dark body #cart-sidebar #facet_container > .facet-item:last-child,
.theme--dark body #filter-sidebar #facet_container > .facet-item:last-child {
  display: none;
}
.theme--dark body #cart-sidebar .btn-close-filter-sidebar .title,
.theme--dark body #filter-sidebar .btn-close-filter-sidebar .title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: none;
}
.theme--dark body #cart-sidebar #facet_container .facet-item,
.theme--dark body #filter-sidebar #facet_container .facet-item {
  border: none !important;
}
.theme--dark body #cart-sidebar #facet_container .facet-item:hover,
.theme--dark body #filter-sidebar #facet_container .facet-item:hover {
  background-color: #2c2a35;
}
.theme--dark body #cart-sidebar #facet_container .facet-item .facet_list .facet,
.theme--dark body #filter-sidebar #facet_container .facet-item .facet_list .facet {
  color: #FFFFFF;
}
.theme--dark body #cart-sidebar #facet_container .type_facet .title,
.theme--dark body #filter-sidebar #facet_container .type_facet .title {
  font-weight: normal !important;
}
.theme--dark body #cart-sidebar #facet_container .facet_list .facet,
.theme--dark body #filter-sidebar #facet_container .facet_list .facet {
  padding: 3px 0;
}
.theme--dark body #cart-sidebar #facet_container .facet_list .facet .value,
.theme--dark body #filter-sidebar #facet_container .facet_list .facet .value {
  padding-left: 10px;
}
.theme--dark body #cart-sidebar #cart-list #paniersDiv li,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li {
  font-size: 0.9rem;
  font-weight: normal;
  text-shadow: unset;
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 5px;
}
.theme--dark body #cart-sidebar #cart-list #paniersDiv li:hover, .theme--dark body #cart-sidebar #cart-list #paniersDiv li.selected,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li:hover,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li.selected {
  background-color: #2c2a35;
  padding: 15px 10px;
}
.theme--dark body #cart-sidebar #cart-list #paniersDiv li:hover a, .theme--dark body #cart-sidebar #cart-list #paniersDiv li.selected a,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li:hover a,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li.selected a {
  padding: 0;
  border: none;
  text-decoration: none;
}
.theme--dark body #cart-sidebar #cart-list #paniersDiv li.selected a,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li.selected a {
  font-weight: bold;
}
.theme--dark body #cart-sidebar #cart-list #paniersDiv li#link_new_selection,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li#link_new_selection {
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  color: #0B2843;
  border: 1px solid #F3F6F8;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer;
  background-color: #F3F6F8;
}
.theme--dark body #cart-sidebar #cart-list #paniersDiv li#link_new_selection::before,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li#link_new_selection::before {
  content: "+ ";
}
.theme--dark body #cart-sidebar #cart-list #paniersDiv li#recherchePan,
.theme--dark body #filter-sidebar #cart-list #paniersDiv li#recherchePan {
  margin-top: 20px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  color: #F3F6F8;
  border: 1px solid #001222;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer;
  background-color: #141319;
}
.theme--dark body #cart-content .nbr-results,
.theme--dark body #result-content .nbr-results {
  font-size: 2rem;
}
.theme--dark body #cart-content #main_block,
.theme--dark body #result-content #main_block {
  width: 100%;
}
.theme--dark body #cart-content .cnes-card,
.theme--dark body #result-content .cnes-card {
  position: relative;
}
.theme--dark body #cart-content .cnes-card .card-tickbox,
.theme--dark body #result-content .cnes-card .card-tickbox {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 14px;
}
.theme--dark body #cart-content .cnes-card .vignette a,
.theme--dark body #result-content .cnes-card .vignette a {
  display: flex;
  width: 100%;
}
.theme--dark body #cart-content .cnes-card .vignette .vignette-titre,
.theme--dark body #result-content .cnes-card .vignette .vignette-titre {
  position: absolute;
  top: 10px;
  left: 40px;
  max-width: 80%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: #000 0px 0 5px;
}
.theme--dark body #cart-content .cnes-card .uk-navbar-container,
.theme--dark body #result-content .cnes-card .uk-navbar-container {
  background-color: #383543;
}
.theme--dark body #cart-content .cnes-card .uk-navbar-container .uk-navbar .uk-iconnav > *,
.theme--dark body #result-content .cnes-card .uk-navbar-container .uk-navbar .uk-iconnav > * {
  padding: 0;
}
.theme--dark body #cart-content .list-results .result-list.height-2 table,
.theme--dark body #result-content .list-results .result-list.height-2 table {
  border-spacing: 0 20px;
}
.theme--dark body #cart-content .list-results .result-list.height-2 table .uk-checkbox,
.theme--dark body #result-content .list-results .result-list.height-2 table .uk-checkbox {
  border-radius: unset;
  background-color: #504c5f;
}
.theme--dark body #cart-content .list-results .result-list.height-2 table thead tr th,
.theme--dark body #result-content .list-results .result-list.height-2 table thead tr th {
  color: #0B2843;
  border: none;
}
.theme--dark body #cart-content .list-results .result-list.height-2 table thead tr th a,
.theme--dark body #result-content .list-results .result-list.height-2 table thead tr th a {
  color: #0B2843;
}
.theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr.active-preview,
.theme--dark body #result-content .list-results .result-list.height-2 table tbody tr.active-preview {
  background-color: #383543;
  box-shadow: none;
}
.theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr:hover,
.theme--dark body #result-content .list-results .result-list.height-2 table tbody tr:hover {
  background-color: #141319;
  box-shadow: inset 0 0 1px 1px #141319;
}
.theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image,
.theme--dark body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image {
  text-align: center;
  background-color: #DCE3E8;
  height: 120px;
}
.theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image img,
.theme--dark body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image img {
  max-width: unset;
  max-height: 120px;
  /* max-width: unset;
   max-height: unset;
   height: 100%;
   width: auto;*/
}
.theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr td.resultsCorps span.uk-icon,
.theme--dark body #result-content .list-results .result-list.height-2 table tbody tr td.resultsCorps span.uk-icon {
  width: 24px;
  height: 24px;
}
.theme--dark body #cart-content .pager_control,
.theme--dark body #result-content .pager_control {
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme--dark body #cart-content .pager_control > nav,
.theme--dark body #result-content .pager_control > nav {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme--dark body #cart-content #selectall-container,
.theme--dark body #result-content #selectall-container {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
}
.theme--dark body #cart-content #selectall-container > div,
.theme--dark body #result-content #selectall-container > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme--dark body .uk-border-rounded {
  border-radius: 100px;
}
.theme--dark body #page-container.doc #ow_first_row_controller {
  width: auto;
}
.theme--dark body #page-container.doc .uk-table .resultsCorps {
  vertical-align: middle;
}
.theme--dark body #page-container.doc .uk-table .resultsCorps a {
  color: #115077;
}
.theme--dark body #page-container.doc .uk-table .firstcol {
  font-weight: bold;
  text-transform: uppercase;
}
.theme--dark body #page-container.doc .tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  background-color: #383543;
  margin: 0 auto;
  height: auto;
  white-space: normal;
  padding-left: 0;
  list-style-type: none;
  /*.indicator {
    position: absolute;
    bottom: 0;
    background-color: #fabb00;
    height: 4px;
    will-change: left, right;
  }*/
}
.theme--dark body #page-container.doc .tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
  padding: 0 24px;
}
.theme--dark body #page-container.doc .tabs .tab.uk-active a {
  color: #F3F6F8;
  border-bottom: 4px solid #FFCB00;
}
.theme--dark body #page-container.doc .tabs .tab a {
  color: #F3F6F8;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
  border-bottom: 4px solid #383543;
}
.theme--dark body #page-container.doc .detailcontent h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.theme--dark body #page-container.doc .detailcontent p {
  font-size: 0.9rem;
  margin: 0 0 5px 0;
}
.theme--dark body #page-container.doc .detailcontent .uk-label {
  border-radius: 15px;
  text-transform: unset;
}
.theme--dark body #page-container.doc .detailcontent .uk-label:hover {
  text-decoration: none;
}
.theme--dark body #page-container.doc #storyboard #sidecommande #iframeSauve {
  display: block;
}
.theme--dark body #page-container.doc #storyboard .storyboardpic {
  position: relative;
}
.theme--dark body #page-container.doc #storyboard .storyboardpic > span.tc {
  border-radius: 15px;
  background-color: #06001b;
  position: absolute;
  top: 15px;
  left: 20px;
  color: #fff;
  padding: 0 10px 0 10px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.theme--dark body #page-container.cat,
.theme--dark body #page-container.theme {
  background-color: #383543;
}
.theme--dark body #page-container.cat h1,
.theme--dark body #page-container.theme h1 {
  font-size: 2.5rem;
}
.theme--dark body #page-container.cat #category-list .card-cat .uk-overlay,
.theme--dark body #page-container.theme #category-list .card-cat .uk-overlay {
  background: linear-gradient(to top, rgb(25, 25, 25), rgba(25, 25, 25, 0));
}
.theme--dark body #page-container.cat #category-list .card-cat a,
.theme--dark body #page-container.theme #category-list .card-cat a {
  position: relative;
  display: flex;
  width: 100%;
}
.theme--dark body #page-container.cat #category-list .card-cat h3,
.theme--dark body #page-container.theme #category-list .card-cat h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 26px;
  /*background: linear-gradient(to top, rgba(25,25,25,1), rgba(25,25,25,0));*/
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 2px 5px;
}
.theme--dark body #page-container.cat #category-list .card-cat img,
.theme--dark body #page-container.theme #category-list .card-cat img {
  width: 100%;
  max-width: 100%;
}
.theme--dark body #page-container.cat .diapo_wrapper,
.theme--dark body #page-container.theme .diapo_wrapper {
  position: relative;
}
.theme--dark body #page-container.cat .diapo_wrapper #diapo_space,
.theme--dark body #page-container.theme .diapo_wrapper #diapo_space {
  min-height: 440px;
  display: block;
  width: 66.6666666667%;
}
.theme--dark body #page-container.cat .diapo_wrapper .playList,
.theme--dark body #page-container.theme .diapo_wrapper .playList {
  height: 100%;
  position: absolute;
  display: inline-block;
  overflow: auto;
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: 0;
}
.theme--dark body #secondary-cart-toolbar .uk-navbar-nav > li > a {
  min-height: auto;
}

/* DARK MODE ONLY **************************************/
.theme--dark body #page-container.homepage {
  background-color: #141319;
}
.theme--dark body #selectall-container label {
  color: #ffffff;
}
.theme--dark body #selectall-container .uk-background-medium {
  background-color: #141319;
}
.theme--dark body #simple-search .uk-input {
  height: 47px;
}
.theme--dark body #simple-search .uk-input::placeholder {
  opacity: 0.5 !important;
}
.theme--dark body .uk-table-striped > tr:nth-of-type(odd), .theme--dark body .uk-table-striped tbody tr:nth-of-type(odd) {
  background-color: #2c2a35;
  border-top: 1px solid #666669;
  border-bottom: 1px solid #666669;
}
.theme--dark body .uk-table tbody tr {
  border-top: 1px solid #666669;
  border-bottom: 1px solid #666669;
}
.theme--dark body .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #141319;
}
.theme--dark body #resultats.list-results .uk-table thead {
  background-color: #141319;
}
.theme--dark body #resultats.list-results .uk-table thead tr th a,
.theme--dark body #resultats.list-results .uk-table thead tr th {
  color: #F3F6F8 !important;
}
.theme--dark body .uk-modal-dialog,
.theme--dark body .uk-modal-header,
.theme--dark body .uk-modal-footer,
.theme--dark body .uk-modal-body {
  background-color: #141319;
}
.theme--dark body .uk-button-default {
  background-color: #222222;
  color: #F3F6F8 !important;
  border: none;
}

.theme--light body {
  /* DIAPORAMA + PLAYER EXPORT specific */
}
.theme--light body #media_space #poster,
.theme--light body #media_space .konvajs-content {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--light body #media_space #capsVid.capsuleVideoFS #peaks-container {
  width: 100% !important;
  height: calc(100vh - 140px) !important;
}
.theme--light body #media_space #capsVid.capsuleVideoFS #peaks-container .konvajs-content {
  width: 100% !important;
  height: calc(100vh - 140px) !important;
}
.theme--light body #media_space #capsVid.capsuleVideoFS #peaks-container .konvajs-content canvas {
  width: 100% !important;
  height: calc(100vh - 140px) !important;
}
.theme--light body #ow_controllerpanel .controllerBtnContainer {
  padding: 0;
}
.theme--light body #ow_controllerpanel #progressBarContainer #ow_prevOverContainer {
  padding: 0;
}
.theme--light body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider {
  height: 12px;
  padding: 0 6px;
}
.theme--light body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-handle {
  background-color: #A11511;
  border: none;
  width: 12px;
  height: 12px;
  top: 0;
  right: -6px;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}
.theme--light body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-connects {
  overflow: visible;
}
.theme--light body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-connects .noUi-connect {
  background-color: #D44B3C;
  left: -6px;
}
.theme--light body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider #bufferedDisplayContainer {
  height: 12px;
  margin: 0 !important;
}
.theme--light body #ow_controllerpanel #ow_first_row_controller {
  background-color: #4a4a4a;
  color: white;
  padding: 10px 25px;
  height: 50px;
  white-space: nowrap;
  border: none;
  margin-top: 0;
}
.theme--light body #ow_controllerpanel #ow_first_row_controller #jogcontainer #ow_id_jog_slider {
  width: 300px;
}
.theme--light body #ow_controllerpanel #ow_first_row_controller #jogcontainer #ow_id_jog_slider .noUi-connects {
  width: 100%;
  mask: url("cnes/images/shuttle_bg.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/shuttle_bg.svg") no-repeat center/contain;
  background-image: none;
  background-color: white;
}
.theme--light body #ow_controllerpanel #ow_first_row_controller #jogcontainer #ow_id_jog_slider .noUi-connects .noUi-connect {
  background-color: white;
}
.theme--light body #ow_controllerpanel #ow_first_row_controller #jogcontainer #ow_id_jog_slider .noUi-handle {
  height: 28px;
  width: 28px;
  top: -3px;
  right: -14px;
  cursor: pointer;
  border: 5px solid white;
  border-radius: 50%;
  background-color: #304ffe;
}
.theme--light body #ow_controllerpanel #ow_first_row_controller #jogcontainer #joginfo {
  color: white;
  font-size: 1.2rem;
  margin-right: 15px;
}
.theme--light body #ow_controllerpanel #ow_first_row_controller #timecodeDisplay {
  color: white;
  font-size: 1.2rem;
  margin: 0;
}
.theme--light body #ow_controllerpanel #ow_first_row_controller #ow_quality_switch select {
  margin-right: 10px;
  cursor: pointer;
}
.theme--light body #ow_controllerpanel #ow_boutons {
  height: 90px;
  background-color: #333333;
  color: white;
  padding: 20px;
  position: relative;
}
.theme--light body #ow_controllerpanel #ow_boutons a.btn {
  background-color: #FFFFFF;
  height: 40px;
  width: 43px;
  margin: 0 10px;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_go_to_beginning {
  mask: url("cnes/images/bt_go_to_beginning.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_go_to_beginning.svg") no-repeat center/contain;
  background-image: none;
  width: 33px;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_fast_rewind {
  mask: url("cnes/images/bt_fast_rewind.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_fast_rewind.svg") no-repeat center/contain;
  background-image: none;
  width: 54px;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_step_rewind {
  mask: url("cnes/images/bt_step_rewind.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_step_rewind.svg") no-repeat center/contain;
  background-image: none;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_play_pause.pause {
  mask: url("cnes/images/bt_pause.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_pause.svg") no-repeat center/contain;
  background-image: none;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_play_pause.play {
  mask: url("cnes/images/bt_play.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_play.svg") no-repeat center/contain;
  background-image: none;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_step_forward {
  mask: url("cnes/images/bt_step_forward.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_step_forward.svg") no-repeat center/contain;
  background-image: none;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_fast_forward {
  mask: url("cnes/images/bt_fast_forward.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_fast_forward.svg") no-repeat center/contain;
  background-image: none;
  width: 54px;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_go_to_end {
  mask: url("cnes/images/bt_go_to_end.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_go_to_end.svg") no-repeat center/contain;
  background-image: none;
  width: 33px;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_srt {
  mask: url("cnes/images/position_bottom_right.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/position_bottom_right.svg") no-repeat center/contain;
  background-image: none;
  scale: 1.45;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_fullscreen {
  mask: url("cnes/images/bt_fullscreen.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_fullscreen.svg") no-repeat center/contain;
  background-image: none;
}
.theme--light body #ow_controllerpanel #ow_boutons #ow_bouton_loop {
  mask: url("cnes/images/bt_loop.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_loop.svg") no-repeat center/contain;
  background-image: none;
  width: 33px;
}
.theme--light body #ow_controllerpanel #ow_boutons #containSound #ow_id_sound_slider {
  width: 100px;
  height: 8px;
  border-radius: 4px;
}
.theme--light body #ow_controllerpanel #ow_boutons #containSound #ow_id_sound_slider .noUi-connects {
  background-color: white;
}
.theme--light body #ow_controllerpanel #ow_boutons #containSound #ow_id_sound_slider .noUi-connects .noUi-connect {
  background-color: #E8EDF1;
}
.theme--light body #ow_controllerpanel #ow_boutons #containSound #ow_id_sound_slider .noUi-handle {
  height: 28px;
  width: 28px;
  top: -10px;
  right: -14px;
  cursor: pointer;
  border: 5px solid white;
  border-radius: 50%;
  background-color: #304ffe;
  box-shadow: none;
}
.theme--light body #playerExport #ow_controllerpanel #progressBarContainer,
.theme--light body #diapo_space #ow_controllerpanel #progressBarContainer {
  height: 12px;
}
.theme--light body #playerExport #ow_controllerpanel .timecode-container span,
.theme--light body #diapo_space #ow_controllerpanel .timecode-container span {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.theme--light body #playerExport #ow_controllerpanel .timecode-container #timecodeDisplay,
.theme--light body #diapo_space #ow_controllerpanel .timecode-container #timecodeDisplay {
  color: #FFFFFF;
}
.theme--light body #playerExport #ow_controllerpanel .timecode-container #timecodeDuration,
.theme--light body #diapo_space #ow_controllerpanel .timecode-container #timecodeDuration {
  color: #FFFFFF;
}
.theme--light body #playerExport #container.audio {
  padding-bottom: 52px;
}
.theme--light body #playerExport #container #ow_controllerpanel #ow_boutons {
  height: 30px;
  padding: 20px 0;
}
.theme--light body #playerExport #container #ow_controllerpanel #ow_boutons .btn {
  scale: 0.5;
}
.theme--light body #playerExport #container #ow_controllerpanel #ow_boutons #ow_bouton_mute_sound {
  scale: 0.8;
}
.theme--light body #playerExport #container #ow_controllerpanel #ow_boutons #ow_id_sound_slider {
  scale: 0.8;
}

.theme--dark body {
  /* DIAPORAMA + PLAYER EXPORT specific */
}
.theme--dark body #media_space #poster,
.theme--dark body #media_space .konvajs-content {
  background-color: rgba(232, 237, 241, 0.97);
}
.theme--dark body #media_space #capsVid.capsuleVideoFS #peaks-container {
  width: 100% !important;
  height: calc(100vh - 140px) !important;
}
.theme--dark body #media_space #capsVid.capsuleVideoFS #peaks-container .konvajs-content {
  width: 100% !important;
  height: calc(100vh - 140px) !important;
}
.theme--dark body #media_space #capsVid.capsuleVideoFS #peaks-container .konvajs-content canvas {
  width: 100% !important;
  height: calc(100vh - 140px) !important;
}
.theme--dark body #ow_controllerpanel .controllerBtnContainer {
  padding: 0;
}
.theme--dark body #ow_controllerpanel #progressBarContainer #ow_prevOverContainer {
  padding: 0;
}
.theme--dark body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider {
  height: 12px;
  padding: 0 6px;
}
.theme--dark body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-handle {
  background-color: #A11511;
  border: none;
  width: 12px;
  height: 12px;
  top: 0;
  right: -6px;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}
.theme--dark body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-connects {
  overflow: visible;
}
.theme--dark body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider .noUi-base .noUi-connects .noUi-connect {
  background-color: #D44B3C;
  left: -6px;
}
.theme--dark body #ow_controllerpanel #progressBarContainer #ow_id_progress_uislider #bufferedDisplayContainer {
  height: 12px;
  margin: 0 !important;
}
.theme--dark body #ow_controllerpanel #ow_first_row_controller {
  background-color: #4a4a4a;
  color: white;
  padding: 10px 25px;
  height: 50px;
  white-space: nowrap;
  border: none;
  margin-top: 0;
}
.theme--dark body #ow_controllerpanel #ow_first_row_controller #jogcontainer #ow_id_jog_slider {
  width: 300px;
}
.theme--dark body #ow_controllerpanel #ow_first_row_controller #jogcontainer #ow_id_jog_slider .noUi-connects {
  width: 100%;
  mask: url("cnes/images/shuttle_bg.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/shuttle_bg.svg") no-repeat center/contain;
  background-image: none;
  background-color: white;
}
.theme--dark body #ow_controllerpanel #ow_first_row_controller #jogcontainer #ow_id_jog_slider .noUi-connects .noUi-connect {
  background-color: white;
}
.theme--dark body #ow_controllerpanel #ow_first_row_controller #jogcontainer #ow_id_jog_slider .noUi-handle {
  height: 28px;
  width: 28px;
  top: -3px;
  right: -14px;
  cursor: pointer;
  border: 5px solid white;
  border-radius: 50%;
  background-color: #304ffe;
}
.theme--dark body #ow_controllerpanel #ow_first_row_controller #jogcontainer #joginfo {
  color: white;
  font-size: 1.2rem;
  margin-right: 15px;
}
.theme--dark body #ow_controllerpanel #ow_first_row_controller #timecodeDisplay {
  color: white;
  font-size: 1.2rem;
  margin: 0;
}
.theme--dark body #ow_controllerpanel #ow_first_row_controller #ow_quality_switch select {
  margin-right: 10px;
  cursor: pointer;
}
.theme--dark body #ow_controllerpanel #ow_boutons {
  height: 90px;
  background-color: #333333;
  color: white;
  padding: 20px;
  position: relative;
}
.theme--dark body #ow_controllerpanel #ow_boutons a.btn {
  background-color: #FFFFFF;
  height: 40px;
  width: 43px;
  margin: 0 10px;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_go_to_beginning {
  mask: url("cnes/images/bt_go_to_beginning.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_go_to_beginning.svg") no-repeat center/contain;
  background-image: none;
  width: 33px;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_fast_rewind {
  mask: url("cnes/images/bt_fast_rewind.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_fast_rewind.svg") no-repeat center/contain;
  background-image: none;
  width: 54px;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_step_rewind {
  mask: url("cnes/images/bt_step_rewind.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_step_rewind.svg") no-repeat center/contain;
  background-image: none;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_play_pause.pause {
  mask: url("cnes/images/bt_pause.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_pause.svg") no-repeat center/contain;
  background-image: none;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_play_pause.play {
  mask: url("cnes/images/bt_play.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_play.svg") no-repeat center/contain;
  background-image: none;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_step_forward {
  mask: url("cnes/images/bt_step_forward.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_step_forward.svg") no-repeat center/contain;
  background-image: none;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_fast_forward {
  mask: url("cnes/images/bt_fast_forward.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_fast_forward.svg") no-repeat center/contain;
  background-image: none;
  width: 54px;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_go_to_end {
  mask: url("cnes/images/bt_go_to_end.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_go_to_end.svg") no-repeat center/contain;
  background-image: none;
  width: 33px;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_srt {
  mask: url("cnes/images/position_bottom_right.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/position_bottom_right.svg") no-repeat center/contain;
  background-image: none;
  scale: 1.45;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_fullscreen {
  mask: url("cnes/images/bt_fullscreen.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_fullscreen.svg") no-repeat center/contain;
  background-image: none;
}
.theme--dark body #ow_controllerpanel #ow_boutons #ow_bouton_loop {
  mask: url("cnes/images/bt_loop.svg") no-repeat center/contain;
  -webkit-mask: url("cnes/images/bt_loop.svg") no-repeat center/contain;
  background-image: none;
  width: 33px;
}
.theme--dark body #ow_controllerpanel #ow_boutons #containSound #ow_id_sound_slider {
  width: 100px;
  height: 8px;
  border-radius: 4px;
}
.theme--dark body #ow_controllerpanel #ow_boutons #containSound #ow_id_sound_slider .noUi-connects {
  background-color: white;
}
.theme--dark body #ow_controllerpanel #ow_boutons #containSound #ow_id_sound_slider .noUi-connects .noUi-connect {
  background-color: #E8EDF1;
}
.theme--dark body #ow_controllerpanel #ow_boutons #containSound #ow_id_sound_slider .noUi-handle {
  height: 28px;
  width: 28px;
  top: -10px;
  right: -14px;
  cursor: pointer;
  border: 5px solid white;
  border-radius: 50%;
  background-color: #304ffe;
  box-shadow: none;
}
.theme--dark body #playerExport #ow_controllerpanel #progressBarContainer,
.theme--dark body #diapo_space #ow_controllerpanel #progressBarContainer {
  height: 12px;
}
.theme--dark body #playerExport #ow_controllerpanel .timecode-container span,
.theme--dark body #diapo_space #ow_controllerpanel .timecode-container span {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.theme--dark body #playerExport #ow_controllerpanel .timecode-container #timecodeDisplay,
.theme--dark body #diapo_space #ow_controllerpanel .timecode-container #timecodeDisplay {
  color: #FFFFFF;
}
.theme--dark body #playerExport #ow_controllerpanel .timecode-container #timecodeDuration,
.theme--dark body #diapo_space #ow_controllerpanel .timecode-container #timecodeDuration {
  color: #FFFFFF;
}
.theme--dark body #playerExport #container.audio {
  padding-bottom: 52px;
}
.theme--dark body #playerExport #container #ow_controllerpanel #ow_boutons {
  height: 30px;
  padding: 20px 0;
}
.theme--dark body #playerExport #container #ow_controllerpanel #ow_boutons .btn {
  scale: 0.5;
}
.theme--dark body #playerExport #container #ow_controllerpanel #ow_boutons #ow_bouton_mute_sound {
  scale: 0.8;
}
.theme--dark body #playerExport #container #ow_controllerpanel #ow_boutons #ow_id_sound_slider {
  scale: 0.8;
}

.theme--light body {
  /* RESPONSIVE : Header ******/
  /* RESPONSIVE : Advanced Search ******/
  /* RESPONSIVE : Toolbar ******/
  /* RESPONSIVE : Search */
  /* RESPONSIVE : Sidebar ******/
  /* RESPONSIVE : Home ******/
  /* MULTI USE */
}
@media (max-width: 1199px) {
  .theme--light body #page-container #title-bar {
    padding: 0 20px;
  }
  .theme--light body #page-container #title-bar .logo-section {
    width: 180px;
    margin-right: 20px;
  }
  .theme--light body #page-container #title-bar #title-menu {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (max-width: 959px) {
  .theme--light body #page-container #title-bar {
    padding: 0 7px;
  }
  .theme--light body #page-container #title-bar .logo-section {
    width: 160px;
    margin-right: 7px;
  }
  .theme--light body #page-container #title-bar #search-bar #simple-search-container {
    float: right;
    padding-right: 10px;
  }
  .theme--light body #page-container #title-bar #search-bar #simple-search-container #recherche-btn {
    display: none;
  }
  .theme--light body #page-container #title-bar #search-bar #simple-search-container .input-search {
    display: none;
  }
  .theme--light body #page-container #title-bar #search-bar #simple-search-container #js-toggle-advanced-from {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.5px;
    border: 2px solid #080D3C;
  }
  .theme--light body #page-container #title-bar #title-menu {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .theme--light body #page-container #title-bar #search-bar #simple-search-container {
    padding-right: 10px;
  }
  .theme--light body #page-container #title-bar #title-menu li {
    padding-left: 7px;
  }
  .theme--light body #page-container #title-bar #title-menu li a.connexion {
    line-height: 30px;
    padding: 5px 20px;
    font-size: 0.8rem;
  }
  .theme--light body #page-container #title-bar #title-menu li a.aide {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  .theme--light body #page-container #title-bar .logo-section {
    width: 130px;
    margin: 0;
  }
  .theme--light body #page-container #title-bar #search-bar #simple-search-container #simple-search .search-btn.uk-width-auto {
    width: auto;
  }
  .theme--light body #page-container #title-bar #title-menu {
    padding: 0;
    position: static !important;
  }
  .theme--light body #page-container #title-bar #title-menu li {
    padding-left: 5px;
  }
  .theme--light body #page-container #title-bar #title-menu li a.aide {
    display: none;
  }
}
@media (max-width: 767px) {
  .theme--light body #page-container form#quick_search #offcanvas-flip {
    right: -100vw;
  }
  .theme--light body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-slide {
    width: 100vw;
  }
  .theme--light body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-bar {
    right: -100vw;
    padding: 15px;
  }
  .theme--light body #page-container form#quick_search #offcanvas-flip.uk-open .uk-offcanvas-bar {
    width: 100vw;
  }
}
@media (max-width: 479px) {
  .theme--light body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-bar {
    padding: 7px;
  }
  .theme--light body #page-container form#quick_search #offcanvas-flip #advanced-container .uk-grid-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .theme--light body #page-container .toolbar-container {
    padding: 10px 5px;
  }
  .theme--light body #page-container .toolbar-container #cart-display-bar,
  .theme--light body #page-container .toolbar-container #display-bar {
    padding: 0;
  }
  .theme--light body #page-container .toolbar-container #cart-display-bar ul.uk-iconnav,
  .theme--light body #page-container .toolbar-container #display-bar ul.uk-iconnav {
    display: flex !important;
  }
  .theme--light body #page-container .toolbar-container #cart-display-bar ul.uk-iconnav li a,
  .theme--light body #page-container .toolbar-container #display-bar ul.uk-iconnav li a {
    padding: 0;
  }
  .theme--light body #page-container .toolbar-container #cart-display-bar ul.uk-iconnav li.separator-v,
  .theme--light body #page-container .toolbar-container #display-bar ul.uk-iconnav li.separator-v {
    display: none;
  }
  .theme--light body #page-container .toolbar-container #cart-action-bar,
  .theme--light body #page-container .toolbar-container #action-bar {
    padding: 0;
  }
  .theme--light body #page-container .toolbar-container #cart-action-bar ul.uk-iconnav li,
  .theme--light body #page-container .toolbar-container #action-bar ul.uk-iconnav li {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .theme--light body #page-container .toolbar-container .uk-icon {
    width: 20px;
  }
  .theme--light body #page-container .toolbar-container #display-bar #js-open-filter {
    line-height: 0;
  }
  .theme--light body #page-container .toolbar-container #display-bar #js-open-filter .uk-icon-link {
    padding: 5px 7px;
    margin-right: 5px !important;
    margin-top: 0;
  }
  .theme--light body #page-container .toolbar-container #display-bar button.sort-by {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 2px;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .theme--light body #cart-content .list-results .result-list.height-2 table tbody tr,
  .theme--light body #result-content .list-results .result-list.height-2 table tbody tr {
    height: 100px;
  }
  .theme--light body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image,
  .theme--light body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image {
    height: 100px;
  }
  .theme--light body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image img,
  .theme--light body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image img {
    max-height: 100px;
  }
}
@media (max-width: 479px) {
  .theme--light body #cart-content #secondaryResultsBar,
  .theme--light body #result-content #secondaryResultsBar {
    padding: 0;
  }
  .theme--light body #cart-content #secondaryResultsBar .uk-width-1-2,
  .theme--light body #result-content #secondaryResultsBar .uk-width-1-2 {
    padding: 15px 7px;
  }
  .theme--light body #cart-content #secondaryResultsBar .uk-width-1-2 .nbr-results,
  .theme--light body #result-content #secondaryResultsBar .uk-width-1-2 .nbr-results {
    font-size: 1.5rem;
  }
  .theme--light body #cart-content #secondaryResultsBar .uk-width-1-2 button,
  .theme--light body #result-content #secondaryResultsBar .uk-width-1-2 button {
    max-height: 40px;
    line-height: 40px;
    font-size: 0.8rem;
  }
  .theme--light body #cart-content #secondaryResultsBar .uk-width-1-2 button .uk-icon,
  .theme--light body #result-content #secondaryResultsBar .uk-width-1-2 button .uk-icon {
    width: 20px;
  }
  .theme--light body #cart-content .list-results .result-list.height-2 table tbody tr,
  .theme--light body #result-content .list-results .result-list.height-2 table tbody tr {
    height: 65px;
  }
  .theme--light body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image,
  .theme--light body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image {
    height: 65px;
  }
  .theme--light body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image img,
  .theme--light body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image img {
    max-height: 65px;
  }
  .theme--light body #cart-content .pager_control .uk-navbar-center,
  .theme--light body #result-content .pager_control .uk-navbar-center {
    left: 0;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .theme--light body #page-container.panier.filter-open section#cart-sidebar,
  .theme--light body #page-container.docList.filter-open section#filter-sidebar {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 959px) {
  .theme--light body #page-container.homepage #home-container #home-banner #simple-search-container {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .theme--light body #page-container.homepage #home-container #home-banner #simple-search-container {
    width: 95%;
  }
  .theme--light body #page-container.homepage #category-list .uk-grid-small {
    padding-left: 0 !important;
  }
}
@media (max-width: 1600px) {
  .theme--light body .sp-width-menu {
    width: auto;
    min-width: 200px;
  }
}
@media (max-width: 1300px) {
  .theme--light body {
    /* Advanced Search Menu  */
  }
  .theme--light body form#quick_search #offcanvas-flip .hasDatepicker {
    max-width: 106px;
  }
}

.theme--dark body {
  /* RESPONSIVE : Header ******/
  /* RESPONSIVE : Advanced Search ******/
  /* RESPONSIVE : Toolbar ******/
  /* RESPONSIVE : Search */
  /* RESPONSIVE : Sidebar ******/
  /* RESPONSIVE : Home ******/
  /* MULTI USE */
}
@media (max-width: 1199px) {
  .theme--dark body #page-container #title-bar {
    padding: 0 20px;
  }
  .theme--dark body #page-container #title-bar .logo-section {
    width: 180px;
    margin-right: 20px;
  }
  .theme--dark body #page-container #title-bar #title-menu {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (max-width: 959px) {
  .theme--dark body #page-container #title-bar {
    padding: 0 7px;
  }
  .theme--dark body #page-container #title-bar .logo-section {
    width: 160px;
    margin-right: 7px;
  }
  .theme--dark body #page-container #title-bar #search-bar #simple-search-container {
    float: right;
    padding-right: 10px;
  }
  .theme--dark body #page-container #title-bar #search-bar #simple-search-container #recherche-btn {
    display: none;
  }
  .theme--dark body #page-container #title-bar #search-bar #simple-search-container .input-search {
    display: none;
  }
  .theme--dark body #page-container #title-bar #search-bar #simple-search-container #js-toggle-advanced-from {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.5px;
    border: 2px solid #333339;
  }
  .theme--dark body #page-container #title-bar #title-menu {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .theme--dark body #page-container #title-bar #search-bar #simple-search-container {
    padding-right: 10px;
  }
  .theme--dark body #page-container #title-bar #title-menu li {
    padding-left: 7px;
  }
  .theme--dark body #page-container #title-bar #title-menu li a.connexion {
    line-height: 30px;
    padding: 5px 20px;
    font-size: 0.8rem;
  }
  .theme--dark body #page-container #title-bar #title-menu li a.aide {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  .theme--dark body #page-container #title-bar .logo-section {
    width: 130px;
    margin: 0;
  }
  .theme--dark body #page-container #title-bar #search-bar #simple-search-container #simple-search .search-btn.uk-width-auto {
    width: auto;
  }
  .theme--dark body #page-container #title-bar #title-menu {
    padding: 0;
    position: static !important;
  }
  .theme--dark body #page-container #title-bar #title-menu li {
    padding-left: 5px;
  }
  .theme--dark body #page-container #title-bar #title-menu li a.aide {
    display: none;
  }
}
@media (max-width: 767px) {
  .theme--dark body #page-container form#quick_search #offcanvas-flip {
    right: -100vw;
  }
  .theme--dark body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-slide {
    width: 100vw;
  }
  .theme--dark body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-bar {
    right: -100vw;
    padding: 15px;
  }
  .theme--dark body #page-container form#quick_search #offcanvas-flip.uk-open .uk-offcanvas-bar {
    width: 100vw;
  }
}
@media (max-width: 479px) {
  .theme--dark body #page-container form#quick_search #offcanvas-flip .uk-offcanvas-bar {
    padding: 7px;
  }
  .theme--dark body #page-container form#quick_search #offcanvas-flip #advanced-container .uk-grid-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .theme--dark body #page-container .toolbar-container {
    padding: 10px 5px;
  }
  .theme--dark body #page-container .toolbar-container #cart-display-bar,
  .theme--dark body #page-container .toolbar-container #display-bar {
    padding: 0;
  }
  .theme--dark body #page-container .toolbar-container #cart-display-bar ul.uk-iconnav,
  .theme--dark body #page-container .toolbar-container #display-bar ul.uk-iconnav {
    display: flex !important;
  }
  .theme--dark body #page-container .toolbar-container #cart-display-bar ul.uk-iconnav li a,
  .theme--dark body #page-container .toolbar-container #display-bar ul.uk-iconnav li a {
    padding: 0;
  }
  .theme--dark body #page-container .toolbar-container #cart-display-bar ul.uk-iconnav li.separator-v,
  .theme--dark body #page-container .toolbar-container #display-bar ul.uk-iconnav li.separator-v {
    display: none;
  }
  .theme--dark body #page-container .toolbar-container #cart-action-bar,
  .theme--dark body #page-container .toolbar-container #action-bar {
    padding: 0;
  }
  .theme--dark body #page-container .toolbar-container #cart-action-bar ul.uk-iconnav li,
  .theme--dark body #page-container .toolbar-container #action-bar ul.uk-iconnav li {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .theme--dark body #page-container .toolbar-container .uk-icon {
    width: 20px;
  }
  .theme--dark body #page-container .toolbar-container #display-bar #js-open-filter {
    line-height: 0;
  }
  .theme--dark body #page-container .toolbar-container #display-bar #js-open-filter .uk-icon-link {
    padding: 5px 7px;
    margin-right: 5px !important;
    margin-top: 0;
  }
  .theme--dark body #page-container .toolbar-container #display-bar button.sort-by {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 2px;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr,
  .theme--dark body #result-content .list-results .result-list.height-2 table tbody tr {
    height: 100px;
  }
  .theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image,
  .theme--dark body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image {
    height: 100px;
  }
  .theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image img,
  .theme--dark body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image img {
    max-height: 100px;
  }
}
@media (max-width: 479px) {
  .theme--dark body #cart-content #secondaryResultsBar,
  .theme--dark body #result-content #secondaryResultsBar {
    padding: 0;
  }
  .theme--dark body #cart-content #secondaryResultsBar .uk-width-1-2,
  .theme--dark body #result-content #secondaryResultsBar .uk-width-1-2 {
    padding: 15px 7px;
  }
  .theme--dark body #cart-content #secondaryResultsBar .uk-width-1-2 .nbr-results,
  .theme--dark body #result-content #secondaryResultsBar .uk-width-1-2 .nbr-results {
    font-size: 1.5rem;
  }
  .theme--dark body #cart-content #secondaryResultsBar .uk-width-1-2 button,
  .theme--dark body #result-content #secondaryResultsBar .uk-width-1-2 button {
    max-height: 40px;
    line-height: 40px;
    font-size: 0.8rem;
  }
  .theme--dark body #cart-content #secondaryResultsBar .uk-width-1-2 button .uk-icon,
  .theme--dark body #result-content #secondaryResultsBar .uk-width-1-2 button .uk-icon {
    width: 20px;
  }
  .theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr,
  .theme--dark body #result-content .list-results .result-list.height-2 table tbody tr {
    height: 65px;
  }
  .theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image,
  .theme--dark body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image {
    height: 65px;
  }
  .theme--dark body #cart-content .list-results .result-list.height-2 table tbody tr td.bloc_image img,
  .theme--dark body #result-content .list-results .result-list.height-2 table tbody tr td.bloc_image img {
    max-height: 65px;
  }
  .theme--dark body #cart-content .pager_control .uk-navbar-center,
  .theme--dark body #result-content .pager_control .uk-navbar-center {
    left: 0;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .theme--dark body #page-container.panier.filter-open section#cart-sidebar,
  .theme--dark body #page-container.docList.filter-open section#filter-sidebar {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 959px) {
  .theme--dark body #page-container.homepage #home-container #home-banner #simple-search-container {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .theme--dark body #page-container.homepage #home-container #home-banner #simple-search-container {
    width: 95%;
  }
  .theme--dark body #page-container.homepage #category-list .uk-grid-small {
    padding-left: 0 !important;
  }
}
@media (max-width: 1600px) {
  .theme--dark body .sp-width-menu {
    width: auto;
    min-width: 200px;
  }
}
@media (max-width: 1300px) {
  .theme--dark body {
    /* Advanced Search Menu  */
  }
  .theme--dark body form#quick_search #offcanvas-flip .hasDatepicker {
    max-width: 106px;
  }
}

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