<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Redirection
Description: Redirect user
Author: Belle Epoque
Version: 1.0
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Theme design */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #000;
  background-image: url('images/login-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisÃ©e */
}
html,
body,
.fullscreen {
  min-height: 100%;
}
body {
  font-family: "Lato",sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #fff;
}

/* all */
::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }
p,
h1 {
  margin: 0;
}
input:focus {
  outline: 0 !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgba(255,255,255,0.7);
}

h1 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}


.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.cell-center {
  display: table-cell;
  margin: 0;
  padding: 0;

  text-align: center;
  vertical-align: middle;
}

 .row:after, .row:before {
  display: table;
  content: " ";
}

.row:after {
      clear: both;
}

.container {
  max-width: 660px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}

.col-1of2 {
  display: inline-block;
  float: left;
  width: 50%;
}

@media screen and (max-width: 700px) {
  .col-1of2 {
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
  }
}

.logo {
  text-align: center;
  margin-bottom: 40px;
}

.col-1of2:first-child {
  padding-right: 40px;
}
.login .col-1of2:first-child {
  border-right: 2px solid #252525;
}

.col-1of2:last-child {
  padding-left: 40px;
}

.login-username label,
.login-password label{
  display: none !important;
}

input[type=text],
input[type=password] {
  height: 50px;
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
  border-radius: 0;
  background-color: #e3e3e3;
  border: 1px solid transparent;
  color: #000;
  transition: all .3s ease;
  margin: 0;
}

input[type=text]:focus,
input[type=password]:focus {
  border-color: transparent;
  background-color: #fff;
}

input[type=submit] {
  height: 60px;
  background-color: #2b2b2b;
  color: #ffffff;
  cursor: pointer;
  border: none;
  display: block;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  width: 100%;
  transition: all .3s ease;
  margin-bottom: 30px;
  max-width: 230px;
}

input[type=submit]:hover,
input[type=submit]:focus,
.btn:hover,
.btn:focus {
  background-color: #3b3b3b;
  color: #fff;
}

.btn {
  height: 60px;
  background-color: #2b2b2b;
  color: #fff;
  cursor: pointer;
  border: none;
  display: block;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  width: 100%;
  transition: all .3s ease;
  margin-bottom: 30px;
  max-width: 230px;
}

.login-username,
.login-password,
.form-group {
  margin-bottom: 10px;
}

.login-remember {
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
  margin-right: 0;
}

.login-infos a{
  color: #999999;
}

.reset-text {
  display: inline-block;
  margin-bottom: 50px;
  color: #999;
}

.alert {
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background-color: #ffe4c4;
  color: #000;
}

.alert-danger {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  background-image: url('images/error.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-right: 15px;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

@media screen and (min-width: 700px) {
  .create-account {
      position: absolute;
      bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .create-account {
    margin-top: 40px;
  }
}

.create-account h2 {
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 40px;
  font-weight: bold;
  color: #3a3a3a;
}

.create-account p {
  color: #999;
  font-size: 16px;
  line-height: 1.9;
}

.create-account .btn {
  margin-top: 39px;
}

.push-top {
  margin-top: 30px !important;
}

.select {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: transparent;
  height: 50px;
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #000;
  background-color: #e3e3e3;
  outline: 0;
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 6px 5px;
}


.form-group--country {
  margin-top: 58px;
}

.form-group--media {
  margin-top: 90px;
}

.already-account {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  margin-top: 44px;
}

.already-account a {
  color: #999999;
  text-decoration: underline;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e3e3e3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e3e3e3;
  color: #000;
}

.select2-results__option {
  padding-left: 20px;
  padding-right: 20px;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 15px;
  height: 15px;
  border: 0;
  background: #e3e3e3;
  border-radius: 0;
  box-shadow: none
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  top: 5px; left: 3px;
  content: '';
  background-image: url('images/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  height: 10.413px;
  width: 10px;
  position: absolute;
  color: #000;
  transition: all .2s;

}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #fff;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}

.postbox {
  background: transparent;
  border: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.footer {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #646464;
  font-size: 12px;
}

.footer-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 781px) {
  .table {
      display: block;
      height: auto;
  }
    .logo {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .fullscreen {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .footer {
    position: relative;
    bottom: auto;
    left: auto;
    padding-bottom: 40px;
  }
  input[type=submit],
  .btn {
    max-width: 100%;
  }
  .select2-container {
    width: 100%;
  }
  .form-group.push-top,
  .form-group--country,
  .form-group--media,
  .already-account {
    margin-top: 0 !important;
  }

  .already-account {
    margin-bottom: 10px;
  }
}

.select2-container--default .select2-selection--multiple{
  padding-left: 15px;
  font-size: 14px;
  color: #000;
  background-color: #e3e3e3;
  outline: 0 !important;
  border-radius: 0;
  border: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 50px;
}

.select2-container--open.select2-container--default .select2-selection--multiple {
    background-color: #fff;
}


.select2-container .select2-search--inline .select2-search__field {
  margin-top: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  margin-top: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #aaa;
  font-weight: normal;
}

.select {
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  float: left;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  float: right;
  margin-top: 11px;
  /*
  background-color: #fff;
  background: url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%; */
}

.select select {
    text-transform: uppercase;
    padding: 0;
    padding-right: 15px;
    width: auto;
    border: none;
    box-shadow: none;
    background-color: white;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select select:focus {
  outline: none;
}

.select select::-ms-value {background: white; color: black;}

@media screen and (max-height: 800px) {
  .fullscreen {
    position: relative;;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .table {
    display: block;
    height: auto;
    margin: 30px 0;
  }

  .cell-center {
    display: block;
    vertical-align: initial;
  }

  .footer {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 20px;
  }
}
</pre></body></html>