/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:15:50
 */

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #1a1a1a;
}
button, input, optgroup, select, textarea {
    font-family: 'Source Sans Pro', sans-serif;
}

a {
    color: #333;
}
.richtext a {
    color: #14895d;
}
*[onclick] {
    cursor: pointer;
}

@media (min-width: 1600px) {
    html {
        font-size: 71.43%;
    }
}
@media (min-width: 1800px) {
    html {
        font-size: 80.36%;
    }
}
@media (min-width: 2000px) {
    html {
        font-size: 83%;
    }
}
@media (min-width: 2200px) {
    html {
        font-size: 85%;
    }
}
@media (min-width: 2400px) {
    html {
        font-size: 95%;
    }
}
@media (min-width: 2600px) {
    html {
        font-size: 105%;
    }
}
@media (min-width: 2800px) {
    html {
        font-size: 115%;
    }
}
@media (min-width: 3000px) {
    html {
        font-size: 125%;
    }
}
@media (min-width: 3200px) {
    html {
        font-size: 135%;
    }
}
@media (min-width: 3400px) {
    html {
        font-size: 145%;
    }
}
@media (min-width: 3600px) {
    html {
        font-size: 155%;
    }
}
@media (min-width: 3800px) {
    html {
        font-size: 165%;
    }
}
@media (min-width: 5000px) {
    html {
        font-size: 200%;
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@azimut.net>
 * date:   2014-06-17 10:25:24
 * last modified by:   Yoann Le Crom
 * last modified date: 2014-06-17 14:43:13
 ******************************************************************************
 *
 * CSS classes for Glyphicons pro, with bootstrap3-like naming.
 * Usage example : <span class="glyphicon glyphicon-pro glyphicon-pro-leaf"></span>.
 *
 */

 @font-face {
  font-family: 'Glyphicons';

  src: url('../../../assets/glyphicons-regular.eot');
  src: url('../../../assets/glyphicons-regular.eot') format('embedded-opentype'), url('../../../assets/glyphicons-regular.woff2') format('woff2'), url('../../../assets/glyphicons-regular.woff') format('woff'), url('../../../assets/glyphicons-regular.ttf') format('truetype'), url('../../../assets/glyphicons-regular.svg') format('svg');
}
.glyphicon-pro {
  font-family: 'Glyphicons' !important;
}

.glyphicon-pro-glass:before {
    content: "\E001";
}

.glyphicon-pro-leaf:before {
    content: "\E002";
}

.glyphicon-pro-dog:before {
    content: "\E003";
}

.glyphicon-pro-user:before {
    content: "\E004";
}

.glyphicon-pro-girl:before {
    content: "\E005";
}

.glyphicon-pro-car:before {
    content: "\E006";
}

.glyphicon-pro-user-add:before {
    content: "\E007";
}

.glyphicon-pro-user-remove:before {
    content: "\E008";
}

.glyphicon-pro-film:before {
    content: "\E009";
}

.glyphicon-pro-magic:before {
    content: "\E010";
}

.glyphicon-pro-envelope:before {
    content: "\E011";
}

.glyphicon-pro-camera:before {
    content: "\E012";
}

.glyphicon-pro-heart:before {
    content: "\E013";
}

.glyphicon-pro-beach-umbrella:before {
    content: "\E014";
}

.glyphicon-pro-train:before {
    content: "\E015";
}

.glyphicon-pro-print:before {
    content: "\E016";
}

.glyphicon-pro-bin:before {
    content: "\E017";
}

.glyphicon-pro-music:before {
    content: "\E018";
}

.glyphicon-pro-music-alt:before {
    content: "\E019";
}

.glyphicon-pro-heart-empty:before {
    content: "\E020";
}

.glyphicon-pro-home:before {
    content: "\E021";
}

.glyphicon-pro-snowflake:before {
    content: "\E022";
}

.glyphicon-pro-fire:before {
    content: "\E023";
}

.glyphicon-pro-magnet:before {
    content: "\E024";
}

.glyphicon-pro-parents:before {
    content: "\E025";
}

.glyphicon-pro-binoculars:before {
    content: "\E026";
}

.glyphicon-pro-road:before {
    content: "\E027";
}

.glyphicon-pro-search:before {
    content: "\E028";
}

.glyphicon-pro-cars:before {
    content: "\E029";
}

.glyphicon-pro-notes-2:before {
    content: "\E030";
}

.glyphicon-pro-pencil:before {
    content: "\E031";
}

.glyphicon-pro-bus:before {
    content: "\E032";
}

.glyphicon-pro-wifi-alt:before {
    content: "\E033";
}

.glyphicon-pro-luggage:before {
    content: "\E034";
}

.glyphicon-pro-old-man:before {
    content: "\E035";
}

.glyphicon-pro-woman:before {
    content: "\E036";
}

.glyphicon-pro-file:before {
    content: "\E037";
}

.glyphicon-pro-coins:before {
    content: "\E038";
}

.glyphicon-pro-plane:before {
    content: "\E039";
}

.glyphicon-pro-notes:before {
    content: "\E040";
}

.glyphicon-pro-stats:before {
    content: "\E041";
}

.glyphicon-pro-charts:before {
    content: "\E042";
}

.glyphicon-pro-pie-chart:before {
    content: "\E043";
}

.glyphicon-pro-group:before {
    content: "\E044";
}

.glyphicon-pro-keys:before {
    content: "\E045";
}

.glyphicon-pro-calendar:before {
    content: "\E046";
}

.glyphicon-pro-router:before {
    content: "\E047";
}

.glyphicon-pro-camera-small:before {
    content: "\E048";
}

.glyphicon-pro-star-empty:before {
    content: "\E049";
}

.glyphicon-pro-star:before {
    content: "\E050";
}

.glyphicon-pro-link:before {
    content: "\E051";
}

.glyphicon-pro-eye-open:before {
    content: "\E052";
}

.glyphicon-pro-eye-close:before {
    content: "\E053";
}

.glyphicon-pro-alarm:before {
    content: "\E054";
}

.glyphicon-pro-clock:before {
    content: "\E055";
}

.glyphicon-pro-stopwatch:before {
    content: "\E056";
}

.glyphicon-pro-projector:before {
    content: "\E057";
}

.glyphicon-pro-history:before {
    content: "\E058";
}

.glyphicon-pro-truck:before {
    content: "\E059";
}

.glyphicon-pro-cargo:before {
    content: "\E060";
}

.glyphicon-pro-compass:before {
    content: "\E061";
}

.glyphicon-pro-keynote:before {
    content: "\E062";
}

.glyphicon-pro-paperclip:before {
    content: "\E063";
}

.glyphicon-pro-power:before {
    content: "\E064";
}

.glyphicon-pro-lightbulb:before {
    content: "\E065";
}

.glyphicon-pro-tag:before {
    content: "\E066";
}

.glyphicon-pro-tags:before {
    content: "\E067";
}

.glyphicon-pro-cleaning:before {
    content: "\E068";
}

.glyphicon-pro-ruler:before {
    content: "\E069";
}

.glyphicon-pro-gift:before {
    content: "\E070";
}

.glyphicon-pro-umbrella:before {
    content: "\E071";
}

.glyphicon-pro-book:before {
    content: "\E072";
}

.glyphicon-pro-bookmark:before {
    content: "\E073";
}

.glyphicon-pro-wifi:before {
    content: "\E074";
}

.glyphicon-pro-cup:before {
    content: "\E075";
}

.glyphicon-pro-stroller:before {
    content: "\E076";
}

.glyphicon-pro-headphones:before {
    content: "\E077";
}

.glyphicon-pro-headset:before {
    content: "\E078";
}

.glyphicon-pro-warning-sign:before {
    content: "\E079";
}

.glyphicon-pro-signal:before {
    content: "\E080";
}

.glyphicon-pro-retweet:before {
    content: "\E081";
}

.glyphicon-pro-refresh:before {
    content: "\E082";
}

.glyphicon-pro-roundabout:before {
    content: "\E083";
}

.glyphicon-pro-random:before {
    content: "\E084";
}

.glyphicon-pro-heat:before {
    content: "\E085";
}

.glyphicon-pro-repeat:before {
    content: "\E086";
}

.glyphicon-pro-display:before {
    content: "\E087";
}

.glyphicon-pro-log-book:before {
    content: "\E088";
}

.glyphicon-pro-address-book:before {
    content: "\E089";
}

.glyphicon-pro-building:before {
    content: "\E090";
}

.glyphicon-pro-eyedropper:before {
    content: "\E091";
}

.glyphicon-pro-adjust:before {
    content: "\E092";
}

.glyphicon-pro-tint:before {
    content: "\E093";
}

.glyphicon-pro-crop:before {
    content: "\E094";
}

.glyphicon-pro-vector-path-square:before {
    content: "\E095";
}

.glyphicon-pro-vector-path-circle:before {
    content: "\E096";
}

.glyphicon-pro-vector-path-polygon:before {
    content: "\E097";
}

.glyphicon-pro-vector-path-line:before {
    content: "\E098";
}

.glyphicon-pro-vector-path-curve:before {
    content: "\E099";
}

.glyphicon-pro-vector-path-all:before {
    content: "\E100";
}

.glyphicon-pro-font:before {
    content: "\E101";
}

.glyphicon-pro-italic:before {
    content: "\E102";
}

.glyphicon-pro-bold:before {
    content: "\E103";
}

.glyphicon-pro-text-underline:before {
    content: "\E104";
}

.glyphicon-pro-text-strike:before {
    content: "\E105";
}

.glyphicon-pro-text-height:before {
    content: "\E106";
}

.glyphicon-pro-text-width:before {
    content: "\E107";
}

.glyphicon-pro-text-resize:before {
    content: "\E108";
}

.glyphicon-pro-left-indent:before {
    content: "\E109";
}

.glyphicon-pro-right-indent:before {
    content: "\E110";
}

.glyphicon-pro-align-left:before {
    content: "\E111";
}

.glyphicon-pro-align-center:before {
    content: "\E112";
}

.glyphicon-pro-align-right:before {
    content: "\E113";
}

.glyphicon-pro-justify:before {
    content: "\E114";
}

.glyphicon-pro-list:before {
    content: "\E115";
}

.glyphicon-pro-text-smaller:before {
    content: "\E116";
}

.glyphicon-pro-text-bigger:before {
    content: "\E117";
}

.glyphicon-pro-embed:before {
    content: "\E118";
}

.glyphicon-pro-embed-close:before {
    content: "\E119";
}

.glyphicon-pro-table:before {
    content: "\E120";
}

.glyphicon-pro-message-full:before {
    content: "\E121";
}

.glyphicon-pro-message-empty:before {
    content: "\E122";
}

.glyphicon-pro-message-in:before {
    content: "\E123";
}

.glyphicon-pro-message-out:before {
    content: "\E124";
}

.glyphicon-pro-message-plus:before {
    content: "\E125";
}

.glyphicon-pro-message-minus:before {
    content: "\E126";
}

.glyphicon-pro-message-ban:before {
    content: "\E127";
}

.glyphicon-pro-message-flag:before {
    content: "\E128";
}

.glyphicon-pro-message-lock:before {
    content: "\E129";
}

.glyphicon-pro-message-new:before {
    content: "\E130";
}

.glyphicon-pro-inbox:before {
    content: "\E131";
}

.glyphicon-pro-inbox-plus:before {
    content: "\E132";
}

.glyphicon-pro-inbox-minus:before {
    content: "\E133";
}

.glyphicon-pro-inbox-lock:before {
    content: "\E134";
}

.glyphicon-pro-inbox-in:before {
    content: "\E135";
}

.glyphicon-pro-inbox-out:before {
    content: "\E136";
}

.glyphicon-pro-cogwheel:before {
    content: "\E137";
}

.glyphicon-pro-cogwheels:before {
    content: "\E138";
}

.glyphicon-pro-picture:before {
    content: "\E139";
}

.glyphicon-pro-adjust-alt:before {
    content: "\E140";
}

.glyphicon-pro-database-lock:before {
    content: "\E141";
}

.glyphicon-pro-database-plus:before {
    content: "\E142";
}

.glyphicon-pro-database-minus:before {
    content: "\E143";
}

.glyphicon-pro-database-ban:before {
    content: "\E144";
}

.glyphicon-pro-folder-open:before {
    content: "\E145";
}

.glyphicon-pro-folder-plus:before {
    content: "\E146";
}

.glyphicon-pro-folder-minus:before {
    content: "\E147";
}

.glyphicon-pro-folder-lock:before {
    content: "\E148";
}

.glyphicon-pro-folder-flag:before {
    content: "\E149";
}

.glyphicon-pro-folder-new:before {
    content: "\E150";
}

.glyphicon-pro-edit:before {
    content: "\E151";
}

.glyphicon-pro-new-window:before {
    content: "\E152";
}

.glyphicon-pro-check:before {
    content: "\E153";
}

.glyphicon-pro-unchecked:before {
    content: "\E154";
}

.glyphicon-pro-more-windows:before {
    content: "\E155";
}

.glyphicon-pro-show-big-thumbnails:before {
    content: "\E156";
}

.glyphicon-pro-show-thumbnails:before {
    content: "\E157";
}

.glyphicon-pro-show-thumbnails-with-lines:before {
    content: "\E158";
}

.glyphicon-pro-show-lines:before {
    content: "\E159";
}

.glyphicon-pro-playlist:before {
    content: "\E160";
}

.glyphicon-pro-imac:before {
    content: "\E161";
}

.glyphicon-pro-macbook:before {
    content: "\E162";
}

.glyphicon-pro-ipad:before {
    content: "\E163";
}

.glyphicon-pro-iphone:before {
    content: "\E164";
}

.glyphicon-pro-iphone-transfer:before {
    content: "\E165";
}

.glyphicon-pro-iphone-exchange:before {
    content: "\E166";
}

.glyphicon-pro-ipod:before {
    content: "\E167";
}

.glyphicon-pro-ipod-shuffle:before {
    content: "\E168";
}

.glyphicon-pro-ear-plugs:before {
    content: "\E169";
}

.glyphicon-pro-record:before {
    content: "\E170";
}

.glyphicon-pro-step-backward:before {
    content: "\E171";
}

.glyphicon-pro-fast-backward:before {
    content: "\E172";
}

.glyphicon-pro-rewind:before {
    content: "\E173";
}

.glyphicon-pro-play:before {
    content: "\E174";
}

.glyphicon-pro-pause:before {
    content: "\E175";
}

.glyphicon-pro-stop:before {
    content: "\E176";
}

.glyphicon-pro-forward:before {
    content: "\E177";
}

.glyphicon-pro-fast-forward:before {
    content: "\E178";
}

.glyphicon-pro-step-forward:before {
    content: "\E179";
}

.glyphicon-pro-eject:before {
    content: "\E180";
}

.glyphicon-pro-facetime-video:before {
    content: "\E181";
}

.glyphicon-pro-download-alt:before {
    content: "\E182";
}

.glyphicon-pro-mute:before {
    content: "\E183";
}

.glyphicon-pro-volume-down:before {
    content: "\E184";
}

.glyphicon-pro-volume-up:before {
    content: "\E185";
}

.glyphicon-pro-screenshot:before {
    content: "\E186";
}

.glyphicon-pro-move:before {
    content: "\E187";
}

.glyphicon-pro-more:before {
    content: "\E188";
}

.glyphicon-pro-brightness-reduce:before {
    content: "\E189";
}

.glyphicon-pro-brightness-increase:before {
    content: "\E190";
}

.glyphicon-pro-plus-sign:before {
    content: "\E191";
}

.glyphicon-pro-minus-sign:before {
    content: "\E192";
}

.glyphicon-pro-remove-sign:before {
    content: "\E193";
}

.glyphicon-pro-ok-sign:before {
    content: "\E194";
}

.glyphicon-pro-question-sign:before {
    content: "\E195";
}

.glyphicon-pro-info-sign:before {
    content: "\E196";
}

.glyphicon-pro-exclamation-sign:before {
    content: "\E197";
}

.glyphicon-pro-remove-circle:before {
    content: "\E198";
}

.glyphicon-pro-ok-circle:before {
    content: "\E199";
}

.glyphicon-pro-ban-circle:before {
    content: "\E200";
}

.glyphicon-pro-download:before {
    content: "\E201";
}

.glyphicon-pro-upload:before {
    content: "\E202";
}

.glyphicon-pro-shopping-cart:before {
    content: "\E203";
}

.glyphicon-pro-lock:before {
    content: "\E204";
}

.glyphicon-pro-unlock:before {
    content: "\E205";
}

.glyphicon-pro-electricity:before {
    content: "\E206";
}

.glyphicon-pro-ok:before {
    content: "\E207";
}

.glyphicon-pro-remove:before {
    content: "\E208";
}

.glyphicon-pro-cart-in:before {
    content: "\E209";
}

.glyphicon-pro-cart-out:before {
    content: "\E210";
}

.glyphicon-pro-arrow-left:before {
    content: "\E211";
}

.glyphicon-pro-arrow-right:before {
    content: "\E212";
}

.glyphicon-pro-arrow-down:before {
    content: "\E213";
}

.glyphicon-pro-arrow-up:before {
    content: "\E214";
}

.glyphicon-pro-resize-small:before {
    content: "\E215";
}

.glyphicon-pro-resize-full:before {
    content: "\E216";
}

.glyphicon-pro-circle-arrow-left:before {
    content: "\E217";
}

.glyphicon-pro-circle-arrow-right:before {
    content: "\E218";
}

.glyphicon-pro-circle-arrow-top:before {
    content: "\E219";
}

.glyphicon-pro-circle-arrow-down:before {
    content: "\E220";
}

.glyphicon-pro-play-button:before {
    content: "\E221";
}

.glyphicon-pro-unshare:before {
    content: "\E222";
}

.glyphicon-pro-share:before {
    content: "\E223";
}

.glyphicon-pro-chevron-right:before {
    content: "\E224";
}

.glyphicon-pro-chevron-left:before {
    content: "\E225";
}

.glyphicon-pro-bluetooth:before {
    content: "\E226";
}

.glyphicon-pro-euro:before {
    content: "\E227";
}

.glyphicon-pro-usd:before {
    content: "\E228";
}

.glyphicon-pro-gbp:before {
    content: "\E229";
}

.glyphicon-pro-retweet-2:before {
    content: "\E230";
}

.glyphicon-pro-moon:before {
    content: "\E231";
}

.glyphicon-pro-sun:before {
    content: "\E232";
}

.glyphicon-pro-cloud:before {
    content: "\E233";
}

.glyphicon-pro-direction:before {
    content: "\E234";
}

.glyphicon-pro-brush:before {
    content: "\E235";
}

.glyphicon-pro-pen:before {
    content: "\E236";
}

.glyphicon-pro-zoom-in:before {
    content: "\E237";
}

.glyphicon-pro-zoom-out:before {
    content: "\E238";
}

.glyphicon-pro-pin:before {
    content: "\E239";
}

.glyphicon-pro-albums:before {
    content: "\E240";
}

.glyphicon-pro-rotation-lock:before {
    content: "\E241";
}

.glyphicon-pro-flash:before {
    content: "\E242";
}

.glyphicon-pro-map-marker:before {
    content: "\E243";
}

.glyphicon-pro-anchor:before {
    content: "\E244";
}

.glyphicon-pro-conversation:before {
    content: "\E245";
}

.glyphicon-pro-chat:before {
    content: "\E246";
}

.glyphicon-pro-note-empty:before {
    content: "\E247";
}

.glyphicon-pro-note:before {
    content: "\E248";
}

.glyphicon-pro-asterisk:before {
    content: "\E249";
}

.glyphicon-pro-divide:before {
    content: "\E250";
}

.glyphicon-pro-snorkel-diving:before {
    content: "\E251";
}

.glyphicon-pro-scuba-diving:before {
    content: "\E252";
}

.glyphicon-pro-oxygen-bottle:before {
    content: "\E253";
}

.glyphicon-pro-fins:before {
    content: "\E254";
}

.glyphicon-pro-fishes:before {
    content: "\E255";
}

.glyphicon-pro-boat:before {
    content: "\E256";
}

.glyphicon-pro-delete:before {
    content: "\E257";
}

.glyphicon-pro-sheriffs-star:before {
    content: "\E258";
}

.glyphicon-pro-qrcode:before {
    content: "\E259";
}

.glyphicon-pro-barcode:before {
    content: "\E260";
}

.glyphicon-pro-pool:before {
    content: "\E261";
}

.glyphicon-pro-buoy:before {
    content: "\E262";
}

.glyphicon-pro-spade:before {
    content: "\E263";
}

.glyphicon-pro-bank:before {
    content: "\E264";
}

.glyphicon-pro-vcard:before {
    content: "\E265";
}

.glyphicon-pro-electrical-plug:before {
    content: "\E266";
}

.glyphicon-pro-flag:before {
    content: "\E267";
}

.glyphicon-pro-credit-card:before {
    content: "\E268";
}

.glyphicon-pro-keyboard-wireless:before {
    content: "\E269";
}

.glyphicon-pro-keyboard-wired:before {
    content: "\E270";
}

.glyphicon-pro-shield:before {
    content: "\E271";
}

.glyphicon-pro-ring:before {
    content: "\E272";
}

.glyphicon-pro-cake:before {
    content: "\E273";
}

.glyphicon-pro-drink:before {
    content: "\E274";
}

.glyphicon-pro-beer:before {
    content: "\E275";
}

.glyphicon-pro-fast-food:before {
    content: "\E276";
}

.glyphicon-pro-cutlery:before {
    content: "\E277";
}

.glyphicon-pro-pizza:before {
    content: "\E278";
}

.glyphicon-pro-birthday-cake:before {
    content: "\E279";
}

.glyphicon-pro-tablet:before {
    content: "\E280";
}

.glyphicon-pro-settings:before {
    content: "\E281";
}

.glyphicon-pro-bullets:before {
    content: "\E282";
}

.glyphicon-pro-cardio:before {
    content: "\E283";
}

.glyphicon-pro-t-shirt:before {
    content: "\E284";
}

.glyphicon-pro-pants:before {
    content: "\E285";
}

.glyphicon-pro-sweater:before {
    content: "\E286";
}

.glyphicon-pro-fabric:before {
    content: "\E287";
}

.glyphicon-pro-leather:before {
    content: "\E288";
}

.glyphicon-pro-scissors:before {
    content: "\E289";
}

.glyphicon-pro-bomb:before {
    content: "\E290";
}

.glyphicon-pro-skull:before {
    content: "\E291";
}

.glyphicon-pro-celebration:before {
    content: "\E292";
}

.glyphicon-pro-tea-kettle:before {
    content: "\E293";
}

.glyphicon-pro-french-press:before {
    content: "\E294";
}

.glyphicon-pro-coffee-cup:before {
    content: "\E295";
}

.glyphicon-pro-pot:before {
    content: "\E296";
}

.glyphicon-pro-grater:before {
    content: "\E297";
}

.glyphicon-pro-kettle:before {
    content: "\E298";
}

.glyphicon-pro-hospital:before {
    content: "\E299";
}

.glyphicon-pro-hospital-h:before {
    content: "\E300";
}

.glyphicon-pro-microphone:before {
    content: "\E301";
}

.glyphicon-pro-webcam:before {
    content: "\E302";
}

.glyphicon-pro-temple-christianity-church:before {
    content: "\E303";
}

.glyphicon-pro-temple-islam:before {
    content: "\E304";
}

.glyphicon-pro-temple-hindu:before {
    content: "\E305";
}

.glyphicon-pro-temple-buddhist:before {
    content: "\E306";
}

.glyphicon-pro-bicycle:before {
    content: "\E307";
}

.glyphicon-pro-life-preserver:before {
    content: "\E308";
}

.glyphicon-pro-share-alt:before {
    content: "\E309";
}

.glyphicon-pro-comments:before {
    content: "\E310";
}

.glyphicon-pro-flower:before {
    content: "\E311";
}

.glyphicon-pro-baseball:before {
    content: "\E312";
}

.glyphicon-pro-rugby:before {
    content: "\E313";
}

.glyphicon-pro-ax:before {
    content: "\E314";
}

.glyphicon-pro-table-tennis:before {
    content: "\E315";
}

.glyphicon-pro-bowling:before {
    content: "\E316";
}

.glyphicon-pro-tree-conifer:before {
    content: "\E317";
}

.glyphicon-pro-tree-deciduous:before {
    content: "\E318";
}

.glyphicon-pro-more-items:before {
    content: "\E319";
}

.glyphicon-pro-sort:before {
    content: "\E320";
}

.glyphicon-pro-filter:before {
    content: "\E321";
}

.glyphicon-pro-gamepad:before {
    content: "\E322";
}

.glyphicon-pro-playing-dices:before {
    content: "\E323";
}

.glyphicon-pro-calculator:before {
    content: "\E324";
}

.glyphicon-pro-tie:before {
    content: "\E325";
}

.glyphicon-pro-wallet:before {
    content: "\E326";
}

.glyphicon-pro-piano:before {
    content: "\E327";
}

.glyphicon-pro-sampler:before {
    content: "\E328";
}

.glyphicon-pro-podium:before {
    content: "\E329";
}

.glyphicon-pro-soccer-ball:before {
    content: "\E330";
}

.glyphicon-pro-blog:before {
    content: "\E331";
}

.glyphicon-pro-dashboard:before {
    content: "\E332";
}

.glyphicon-pro-certificate:before {
    content: "\E333";
}

.glyphicon-pro-bell:before {
    content: "\E334";
}

.glyphicon-pro-candle:before {
    content: "\E335";
}

.glyphicon-pro-pushpin:before {
    content: "\E336";
}

.glyphicon-pro-iphone-shake:before {
    content: "\E337";
}

.glyphicon-pro-pin-flag:before {
    content: "\E338";
}

.glyphicon-pro-turtle:before {
    content: "\E339";
}

.glyphicon-pro-rabbit:before {
    content: "\E340";
}

.glyphicon-pro-globe:before {
    content: "\E341";
}

.glyphicon-pro-briefcase:before {
    content: "\E342";
}

.glyphicon-pro-hdd:before {
    content: "\E343";
}

.glyphicon-pro-thumbs-up:before {
    content: "\E344";
}

.glyphicon-pro-thumbs-down:before {
    content: "\E345";
}

.glyphicon-pro-hand-right:before {
    content: "\E346";
}

.glyphicon-pro-hand-left:before {
    content: "\E347";
}

.glyphicon-pro-hand-up:before {
    content: "\E348";
}

.glyphicon-pro-hand-down:before {
    content: "\E349";
}

.glyphicon-pro-fullscreen:before {
    content: "\E350";
}

.glyphicon-pro-shopping-bag:before {
    content: "\E351";
}

.glyphicon-pro-book-open:before {
    content: "\E352";
}

.glyphicon-pro-nameplate:before {
    content: "\E353";
}

.glyphicon-pro-nameplate-alt:before {
    content: "\E354";
}

.glyphicon-pro-vases:before {
    content: "\E355";
}

.glyphicon-pro-bullhorn:before {
    content: "\E356";
}

.glyphicon-pro-dumbbell:before {
    content: "\E357";
}

.glyphicon-pro-suitcase:before {
    content: "\E358";
}

.glyphicon-pro-file-import:before {
    content: "\E359";
}

.glyphicon-pro-file-export:before {
    content: "\E360";
}

.glyphicon-pro-bug:before {
    content: "\E361";
}

.glyphicon-pro-crown:before {
    content: "\E362";
}

.glyphicon-pro-smoking:before {
    content: "\E363";
}

.glyphicon-pro-cloud-upload:before {
    content: "\E364";
}

.glyphicon-pro-cloud-download:before {
    content: "\E365";
}

.glyphicon-pro-restart:before {
    content: "\E366";
}

.glyphicon-pro-security-camera:before {
    content: "\E367";
}

.glyphicon-pro-expand:before {
    content: "\E368";
}

.glyphicon-pro-collapse:before {
    content: "\E369";
}

.glyphicon-pro-collapse-top:before {
    content: "\E370";
}

.glyphicon-pro-globe-af:before {
    content: "\E371";
}

.glyphicon-pro-global:before {
    content: "\E372";
}

.glyphicon-pro-spray:before {
    content: "\E373";
}

.glyphicon-pro-nails:before {
    content: "\E374";
}

.glyphicon-pro-claw-hammer:before {
    content: "\E375";
}

.glyphicon-pro-classic-hammer:before {
    content: "\E376";
}

.glyphicon-pro-hand-saw:before {
    content: "\E377";
}

.glyphicon-pro-riflescope:before {
    content: "\E378";
}

.glyphicon-pro-electrical-socket-eu:before {
    content: "\E379";
}

.glyphicon-pro-electrical-socket-us:before {
    content: "\E380";
}

.glyphicon-pro-message-forward:before {
    content: "\E381";
}

.glyphicon-pro-coat-hanger:before {
    content: "\E382";
}

.glyphicon-pro-dress:before {
    content: "\E383";
}

.glyphicon-pro-bathrobe:before {
    content: "\E384";
}

.glyphicon-pro-shirt:before {
    content: "\E385";
}

.glyphicon-pro-underwear:before {
    content: "\E386";
}

.glyphicon-pro-log-in:before {
    content: "\E387";
}

.glyphicon-pro-log-out:before {
    content: "\E388";
}

.glyphicon-pro-exit:before {
    content: "\E389";
}

.glyphicon-pro-new-window-alt:before {
    content: "\E390";
}

.glyphicon-pro-video-sd:before {
    content: "\E391";
}

.glyphicon-pro-video-hd:before {
    content: "\E392";
}

.glyphicon-pro-subtitles:before {
    content: "\E393";
}

.glyphicon-pro-sound-stereo:before {
    content: "\E394";
}

.glyphicon-pro-sound-dolby:before {
    content: "\E395";
}

.glyphicon-pro-sound-5-1:before {
    content: "\E396";
}

.glyphicon-pro-sound-6-1:before {
    content: "\E397";
}

.glyphicon-pro-sound-7-1:before {
    content: "\E398";
}

.glyphicon-pro-copyright-mark:before {
    content: "\E399";
}

.glyphicon-pro-registration-mark:before {
    content: "\E400";
}

.glyphicon-pro-radar:before {
    content: "\E401";
}

.glyphicon-pro-skateboard:before {
    content: "\E402";
}

.glyphicon-pro-golf-course:before {
    content: "\E403";
}

.glyphicon-pro-sorting:before {
    content: "\E404";
}

.glyphicon-pro-sort-by-alphabet:before {
    content: "\E405";
}

.glyphicon-pro-sort-by-alphabet-alt:before {
    content: "\E406";
}

.glyphicon-pro-sort-by-order:before {
    content: "\E407";
}

.glyphicon-pro-sort-by-order-alt:before {
    content: "\E408";
}

.glyphicon-pro-sort-by-attributes:before {
    content: "\E409";
}

.glyphicon-pro-sort-by-attributes-alt:before {
    content: "\E410";
}

.glyphicon-pro-compressed:before {
    content: "\E411";
}

.glyphicon-pro-package:before {
    content: "\E412";
}

.glyphicon-pro-cloud-plus:before {
    content: "\E413";
}

.glyphicon-pro-cloud-minus:before {
    content: "\E414";
}

.glyphicon-pro-disk-save:before {
    content: "\E415";
}

.glyphicon-pro-disk-open:before {
    content: "\E416";
}

.glyphicon-pro-disk-saved:before {
    content: "\E417";
}

.glyphicon-pro-disk-remove:before {
    content: "\E418";
}

.glyphicon-pro-disk-import:before {
    content: "\E419";
}

.glyphicon-pro-disk-export:before {
    content: "\E420";
}

.glyphicon-pro-tower:before {
    content: "\E421";
}

.glyphicon-pro-send:before {
    content: "\E422";
}

.glyphicon-pro-git-branch:before {
    content: "\E423";
}

.glyphicon-pro-git-create:before {
    content: "\E424";
}

.glyphicon-pro-git-private:before {
    content: "\E425";
}

.glyphicon-pro-git-delete:before {
    content: "\E426";
}

.glyphicon-pro-git-merge:before {
    content: "\E427";
}

.glyphicon-pro-git-pull-request:before {
    content: "\E428";
}

.glyphicon-pro-git-compare:before {
    content: "\E429";
}

.glyphicon-pro-git-commit:before {
    content: "\E430";
}

.glyphicon-pro-construction-cone:before {
    content: "\E431";
}

.glyphicon-pro-shoe-steps:before {
    content: "\E432";
}

.glyphicon-pro-plus:before {
    content: "\E433";
}

.glyphicon-pro-minus:before {
    content: "\E434";
}

.glyphicon-pro-redo:before {
    content: "\E435";
}

.glyphicon-pro-undo:before {
    content: "\E436";
}

.glyphicon-pro-golf:before {
    content: "\E437";
}

.glyphicon-pro-hockey:before {
    content: "\E438";
}

.glyphicon-pro-pipe:before {
    content: "\E439";
}

.glyphicon-pro-wrench:before {
    content: "\E440";
}

.glyphicon-pro-folder-closed:before {
    content: "\E441";
}

.glyphicon-pro-phone-alt:before {
    content: "\E442";
}

.glyphicon-pro-earphone:before {
    content: "\E443";
}

.glyphicon-pro-floppy-disk:before {
    content: "\E444";
}

.glyphicon-pro-floppy-saved:before {
    content: "\E445";
}

.glyphicon-pro-floppy-remove:before {
    content: "\E446";
}

.glyphicon-pro-floppy-save:before {
    content: "\E447";
}

.glyphicon-pro-floppy-open:before {
    content: "\E448";
}

.glyphicon-pro-translate:before {
    content: "\E449";
}

.glyphicon-pro-fax:before {
    content: "\E450";
}

.glyphicon-pro-factory:before {
    content: "\E451";
}

.glyphicon-pro-shop-window:before {
    content: "\E452";
}

.glyphicon-pro-shop:before {
    content: "\E453";
}

.glyphicon-pro-kiosk:before {
    content: "\E454";
}

.glyphicon-pro-kiosk-wheels:before {
    content: "\E455";
}

.glyphicon-pro-kiosk-light:before {
    content: "\E456";
}

.glyphicon-pro-kiosk-food:before {
    content: "\E457";
}

.glyphicon-pro-transfer:before {
    content: "\E458";
}

.glyphicon-pro-money:before {
    content: "\E459";
}

.glyphicon-pro-header:before {
    content: "\E460";
}

.glyphicon-pro-blacksmith:before {
    content: "\E461";
}

.glyphicon-pro-saw-blade:before {
    content: "\E462";
}

.glyphicon-pro-basketball:before {
    content: "\E463";
}

.glyphicon-pro-server:before {
    content: "\E464";
}

.glyphicon-pro-server-plus:before {
    content: "\E465";
}

.glyphicon-pro-server-minus:before {
    content: "\E466";
}

.glyphicon-pro-server-ban:before {
    content: "\E467";
}

.glyphicon-pro-server-flag:before {
    content: "\E468";
}

.glyphicon-pro-server-lock:before {
    content: "\E469";
}

.glyphicon-pro-server-new:before {
    content: "\E470";
}

.glyphicon-pro-charging-station:before {
    content: "\E471";
}

.glyphicon-pro-gas-station:before {
    content: "\E472";
}

.glyphicon-pro-target:before {
    content: "\E473";
}

.glyphicon-pro-bed:before {
    content: "\E474";
}

.glyphicon-pro-mosquito:before {
    content: "\E475";
}

.glyphicon-pro-dining-set:before {
    content: "\E476";
}

.glyphicon-pro-plate-of-food:before {
    content: "\E477";
}

.glyphicon-pro-hygiene-kit:before {
    content: "\E478";
}

.glyphicon-pro-blackboard:before {
    content: "\E479";
}

.glyphicon-pro-marriage:before {
    content: "\E480";
}

.glyphicon-pro-bucket:before {
    content: "\E481";
}

.glyphicon-pro-none-color-swatch:before {
    content: "\E482";
}

.glyphicon-pro-bring-forward:before {
    content: "\E483";
}

.glyphicon-pro-bring-to-front:before {
    content: "\E484";
}

.glyphicon-pro-send-backward:before {
    content: "\E485";
}

.glyphicon-pro-send-to-back:before {
    content: "\E486";
}

.glyphicon-pro-fit-frame-to-image:before {
    content: "\E487";
}

.glyphicon-pro-fit-image-to-frame:before {
    content: "\E488";
}

.glyphicon-pro-multiple-displays:before {
    content: "\E489";
}

.glyphicon-pro-handshake:before {
    content: "\E490";
}

.glyphicon-pro-child:before {
    content: "\E491";
}

.glyphicon-pro-baby-formula:before {
    content: "\E492";
}

.glyphicon-pro-medicine:before {
    content: "\E493";
}

.glyphicon-pro-atv-vehicle:before {
    content: "\E494";
}

.glyphicon-pro-motorcycle:before {
    content: "\E495";
}

.glyphicon-pro-bed-alt:before {
    content: "\E496";
}

.glyphicon-pro-tent:before {
    content: "\E497";
}

.glyphicon-pro-glasses:before {
    content: "\E498";
}

.glyphicon-pro-sunglasses:before {
    content: "\E499";
}

.glyphicon-pro-family:before {
    content: "\E500";
}

.glyphicon-pro-education:before {
    content: "\E501";
}

.glyphicon-pro-shoes:before {
    content: "\E502";
}

.glyphicon-pro-map:before {
    content: "\E503";
}

.glyphicon-pro-cd:before {
    content: "\E504";
}

.glyphicon-pro-alert:before {
    content: "\E505";
}

.glyphicon-pro-piggy-bank:before {
    content: "\E506";
}

.glyphicon-pro-star-half:before {
    content: "\E507";
}

.glyphicon-pro-cluster:before {
    content: "\E508";
}

.glyphicon-pro-flowchart:before {
    content: "\E509";
}

.glyphicon-pro-commodities:before {
    content: "\E510";
}

.glyphicon-pro-duplicate:before {
    content: "\E511";
}

.glyphicon-pro-copy:before {
    content: "\E512";
}

.glyphicon-pro-paste:before {
    content: "\E513";
}

.glyphicon-pro-bath-bathtub:before {
    content: "\E514";
}

.glyphicon-pro-bath-shower:before {
    content: "\E515";
}

.glyphicon-pro-shower:before {
    content: "\E516";
}

.glyphicon-pro-menu-hamburger:before {
    content: "\E517";
}

.glyphicon-pro-option-vertical:before {
    content: "\E518";
}

.glyphicon-pro-option-horizontal:before {
    content: "\E519";
}

.glyphicon-pro-currency-conversion:before {
    content: "\E520";
}

.glyphicon-pro-user-ban:before {
    content: "\E521";
}

.glyphicon-pro-user-lock:before {
    content: "\E522";
}

.glyphicon-pro-user-flag:before {
    content: "\E523";
}

.glyphicon-pro-user-asterisk:before {
    content: "\E524";
}

.glyphicon-pro-user-alert:before {
    content: "\E525";
}

.glyphicon-pro-user-key:before {
    content: "\E526";
}

.glyphicon-pro-user-conversation:before {
    content: "\E527";
}

.glyphicon-pro-database:before {
    content: "\E528";
}

.glyphicon-pro-database-search:before {
    content: "\E529";
}

.glyphicon-pro-list-alt:before {
    content: "\E530";
}

.glyphicon-pro-hazard-sign:before {
    content: "\E531";
}

.glyphicon-pro-hazard:before {
    content: "\E532";
}

.glyphicon-pro-stop-sign:before {
    content: "\E533";
}

.glyphicon-pro-lab:before {
    content: "\E534";
}

.glyphicon-pro-lab-alt:before {
    content: "\E535";
}

.glyphicon-pro-ice-cream:before {
    content: "\E536";
}

.glyphicon-pro-ice-lolly:before {
    content: "\E537";
}

.glyphicon-pro-ice-lolly-tasted:before {
    content: "\E538";
}

.glyphicon-pro-invoice:before {
    content: "\E539";
}

.glyphicon-pro-cart-tick:before {
    content: "\E540";
}

.glyphicon-pro-hourglass:before {
    content: "\E541";
}

.glyphicon-pro-cat:before {
    content: "\E542";
}

.glyphicon-pro-lamp:before {
    content: "\E543";
}

.glyphicon-pro-scale-classic:before {
    content: "\E544";
}

.glyphicon-pro-eye-plus:before {
    content: "\E545";
}

.glyphicon-pro-eye-minus:before {
    content: "\E546";
}

.glyphicon-pro-quote:before {
    content: "\E547";
}

.glyphicon-pro-bitcoin:before {
    content: "\E548";
}

.glyphicon-pro-yen:before {
    content: "\E549";
}

.glyphicon-pro-ruble:before {
    content: "\E550";
}

.glyphicon-pro-erase:before {
    content: "\E551";
}

.glyphicon-pro-podcast:before {
    content: "\E552";
}

.glyphicon-pro-firework:before {
    content: "\E553";
}

.glyphicon-pro-scale:before {
    content: "\E554";
}

.glyphicon-pro-king:before {
    content: "\E555";
}

.glyphicon-pro-queen:before {
    content: "\E556";
}

.glyphicon-pro-pawn:before {
    content: "\E557";
}

.glyphicon-pro-bishop:before {
    content: "\E558";
}

.glyphicon-pro-knight:before {
    content: "\E559";
}

.glyphicon-pro-mic-mute:before {
    content: "\E560";
}

.glyphicon-pro-voicemail:before {
    content: "\E561";
}

.glyphicon-pro-paragraph-alt:before {
    content: "\E562";
}

.glyphicon-pro-person-walking:before {
    content: "\E563";
}

.glyphicon-pro-person-wheelchair:before {
    content: "\E564";
}

.glyphicon-pro-underground:before {
    content: "\E565";
}

.glyphicon-pro-car-hov:before {
    content: "\E566";
}

.glyphicon-pro-car-rental:before {
    content: "\E567";
}

.glyphicon-pro-transport:before {
    content: "\E568";
}

.glyphicon-pro-taxi:before {
    content: "\E569";
}

.glyphicon-pro-ice-cream-no:before {
    content: "\E570";
}

.glyphicon-pro-uk-rat-u:before {
    content: "\E571";
}

.glyphicon-pro-uk-rat-pg:before {
    content: "\E572";
}

.glyphicon-pro-uk-rat-12a:before {
    content: "\E573";
}

.glyphicon-pro-uk-rat-12:before {
    content: "\E574";
}

.glyphicon-pro-uk-rat-15:before {
    content: "\E575";
}

.glyphicon-pro-uk-rat-18:before {
    content: "\E576";
}

.glyphicon-pro-uk-rat-r18:before {
    content: "\E577";
}

.glyphicon-pro-tv:before {
    content: "\E578";
}

.glyphicon-pro-sms:before {
    content: "\E579";
}

.glyphicon-pro-mms:before {
    content: "\E580";
}

.glyphicon-pro-us-rat-g:before {
    content: "\E581";
}

.glyphicon-pro-us-rat-pg:before {
    content: "\E582";
}

.glyphicon-pro-us-rat-pg-13:before {
    content: "\E583";
}

.glyphicon-pro-us-rat-restricted:before {
    content: "\E584";
}

.glyphicon-pro-us-rat-no-one-17:before {
    content: "\E585";
}

.glyphicon-pro-equalizer:before {
    content: "\E586";
}

.glyphicon-pro-speakers:before {
    content: "\E587";
}

.glyphicon-pro-remote-control:before {
    content: "\E588";
}

.glyphicon-pro-remote-control-tv:before {
    content: "\E589";
}

.glyphicon-pro-shredder:before {
    content: "\E590";
}

.glyphicon-pro-folder-heart:before {
    content: "\E591";
}

.glyphicon-pro-person-running:before {
    content: "\E592";
}

.glyphicon-pro-person:before {
    content: "\E593";
}

.glyphicon-pro-voice:before {
    content: "\E594";
}

.glyphicon-pro-stethoscope:before {
    content: "\E595";
}

.glyphicon-pro-paired:before {
    content: "\E596";
}

.glyphicon-pro-activity:before {
    content: "\E597";
}

.glyphicon-pro-watch:before {
    content: "\E598";
}

.glyphicon-pro-scissors-alt:before {
    content: "\E599";
}

.glyphicon-pro-car-wheel:before {
    content: "\E600";
}

.glyphicon-pro-chevron-up:before {
    content: "\E601";
}

.glyphicon-pro-chevron-down:before {
    content: "\E602";
}

.glyphicon-pro-superscript:before {
    content: "\E603";
}

.glyphicon-pro-subscript:before {
    content: "\E604";
}

.glyphicon-pro-text-size:before {
    content: "\E605";
}

.glyphicon-pro-text-color:before {
    content: "\E606";
}

.glyphicon-pro-text-background:before {
    content: "\E607";
}

.glyphicon-pro-modal-window:before {
    content: "\E608";
}

.glyphicon-pro-newspaper:before {
    content: "\E609";
}

.glyphicon-pro-tractor:before {
    content: "\E610";
}

.glyphicon-pro-camping:before {
    content: "\E611";
}

.glyphicon-pro-camping-benches:before {
    content: "\E612";
}

.glyphicon-pro-forest:before {
    content: "\E613";
}

.glyphicon-pro-park:before {
    content: "\E614";
}

.glyphicon-pro-field:before {
    content: "\E615";
}

.glyphicon-pro-mountains:before {
    content: "\E616";
}

.glyphicon-pro-fees-payments:before {
    content: "\E617";
}

.glyphicon-pro-small-payments:before {
    content: "\E618";
}

.glyphicon-pro-mixed-buildings:before {
    content: "\E619";
}

.glyphicon-pro-industrial-zone:before {
    content: "\E620";
}

.glyphicon-pro-visitor-tag:before {
    content: "\E621";
}

.glyphicon-pro-businessman:before {
    content: "\E622";
}

.glyphicon-pro-meditation:before {
    content: "\E623";
}

.glyphicon-pro-bath:before {
    content: "\E624";
}

.glyphicon-pro-donate:before {
    content: "\E625";
}

.glyphicon-pro-sauna:before {
    content: "\E626";
}

.glyphicon-pro-bedroom-nightstand:before {
    content: "\E627";
}

.glyphicon-pro-bedroom-lamp:before {
    content: "\E628";
}

.glyphicon-pro-doctor:before {
    content: "\E629";
}

.glyphicon-pro-engineering-networks:before {
    content: "\E630";
}

.glyphicon-pro-washing-machine:before {
    content: "\E631";
}

.glyphicon-pro-dryer:before {
    content: "\E632";
}

.glyphicon-pro-dishwasher:before {
    content: "\E633";
}

.glyphicon-pro-luggage-group:before {
    content: "\E634";
}

.glyphicon-pro-teenager:before {
    content: "\E635";
}

.glyphicon-pro-person-stick:before {
    content: "\E636";
}

.glyphicon-pro-person-stick-old:before {
    content: "\E637";
}

.glyphicon-pro-traveler:before {
    content: "\E638";
}

.glyphicon-pro-veteran:before {
    content: "\E639";
}

.glyphicon-pro-group-chat:before {
    content: "\E640";
}

.glyphicon-pro-elections:before {
    content: "\E641";
}

.glyphicon-pro-law-justice:before {
    content: "\E642";
}

.glyphicon-pro-judiciary:before {
    content: "\E643";
}

.glyphicon-pro-house-fire:before {
    content: "\E644";
}

.glyphicon-pro-firefighters:before {
    content: "\E645";
}

.glyphicon-pro-police:before {
    content: "\E646";
}

.glyphicon-pro-ambulance:before {
    content: "\E647";
}

.glyphicon-pro-light-beacon:before {
    content: "\E648";
}

.glyphicon-pro-important-day:before {
    content: "\E649";
}

.glyphicon-pro-bike-park:before {
    content: "\E650";
}

.glyphicon-pro-object-align-top:before {
    content: "\E651";
}

.glyphicon-pro-object-align-bottom:before {
    content: "\E652";
}

.glyphicon-pro-object-align-horizontal:before {
    content: "\E653";
}

.glyphicon-pro-object-align-left:before {
    content: "\E654";
}

.glyphicon-pro-object-align-vertical:before {
    content: "\E655";
}

.glyphicon-pro-object-align-right:before {
    content: "\E656";
}

.glyphicon-pro-reflect-y:before {
    content: "\E657";
}

.glyphicon-pro-reflect-x:before {
    content: "\E658";
}

.glyphicon-pro-tick:before {
    content: "\E659";
}

.glyphicon-pro-lawnmower:before {
    content: "\E660";
}

.glyphicon-pro-call-redirect:before {
    content: "\E661";
}

.glyphicon-pro-call-ip:before {
    content: "\E662";
}

.glyphicon-pro-call-record:before {
    content: "\E663";
}

.glyphicon-pro-call-ringtone:before {
    content: "\E664";
}

.glyphicon-pro-call-traffic:before {
    content: "\E665";
}

.glyphicon-pro-call-hold:before {
    content: "\E666";
}

.glyphicon-pro-call-incoming:before {
    content: "\E667";
}

.glyphicon-pro-call-outgoing:before {
    content: "\E668";
}

.glyphicon-pro-call-video:before {
    content: "\E669";
}

.glyphicon-pro-call-missed:before {
    content: "\E670";
}

.glyphicon-pro-theater:before {
    content: "\E671";
}

.glyphicon-pro-heartbeat:before {
    content: "\E672";
}

.glyphicon-pro-kettlebell:before {
    content: "\E673";
}

.glyphicon-pro-fireplace:before {
    content: "\E674";
}

.glyphicon-pro-street-lights:before {
    content: "\E675";
}

.glyphicon-pro-pedestrian:before {
    content: "\E676";
}

.glyphicon-pro-flood:before {
    content: "\E677";
}

.glyphicon-pro-open-water:before {
    content: "\E678";
}

.glyphicon-pro-for-sale:before {
    content: "\E679";
}

.glyphicon-pro-dustbin:before {
    content: "\E680";
}

.glyphicon-pro-door:before {
    content: "\E681";
}

.glyphicon-pro-camp-fire:before {
    content: "\E682";
}

.glyphicon-pro-fleur-de-lis:before {
    content: "\E683";
}

.glyphicon-pro-temperature-settings:before {
    content: "\E684";
}

.glyphicon-pro-article:before {
    content: "\E685";
}

.glyphicon-pro-sunbath:before {
    content: "\E686";
}

.glyphicon-pro-balanced-diet:before {
    content: "\E687";
}

.glyphicon-pro-ticket:before {
    content: "\E688";
}

.glyphicon-pro-parking-ticket:before {
    content: "\E689";
}

.glyphicon-pro-parking-meter:before {
    content: "\E690";
}

.glyphicon-pro-laptop:before {
    content: "\E691";
}

.glyphicon-pro-tree-structure:before {
    content: "\E692";
}

.glyphicon-pro-weather-warning:before {
    content: "\E693";
}

.glyphicon-pro-temperature-low:before {
    content: "\E694";
}

.glyphicon-pro-temperature-high:before {
    content: "\E695";
}

.glyphicon-pro-temperature-low-warning:before {
    content: "\E696";
}

.glyphicon-pro-temperature-high-warning:before {
    content: "\E697";
}

.glyphicon-pro-hurricane:before {
    content: "\E698";
}

.glyphicon-pro-storm:before {
    content: "\E699";
}

.glyphicon-pro-sorted-waste:before {
    content: "\E700";
}

.glyphicon-pro-ear:before {
    content: "\E701";
}

.glyphicon-pro-ear-deaf:before {
    content: "\E702";
}

.glyphicon-pro-file-plus:before {
    content: "\E703";
}

.glyphicon-pro-file-minus:before {
    content: "\E704";
}

.glyphicon-pro-file-lock:before {
    content: "\E705";
}

.glyphicon-pro-file-cloud:before {
    content: "\E706";
}

.glyphicon-pro-file-cloud-download:before {
    content: "\E707";
}

.glyphicon-pro-file-cloud-upload:before {
    content: "\E708";
}

.glyphicon-pro-paragraph:before {
    content: "\E709";
}

.glyphicon-pro-list-numbered:before {
    content: "\E710";
}

.glyphicon-pro-donate-heart:before {
    content: "\E711";
}

.glyphicon-pro-government:before {
    content: "\E712";
}

.glyphicon-pro-maze:before {
    content: "\E713";
}

.glyphicon-pro-chronicle:before {
    content: "\E714";
}

.glyphicon-pro-user-structure:before {
    content: "\E715";
}

.glyphicon-pro-recycle:before {
    content: "\E716";
}

.glyphicon-pro-gas:before {
    content: "\E717";
}

.glyphicon-pro-waste-pipe:before {
    content: "\E718";
}

.glyphicon-pro-water-pipe:before {
    content: "\E719";
}

.glyphicon-pro-parking:before {
    content: "\E720";
}

.glyphicon-pro-closed:before {
    content: "\E721";
}

.glyphicon-pro-mouse:before {
    content: "\E722";
}

.glyphicon-pro-mouse-double-click:before {
    content: "\E723";
}

.glyphicon-pro-mouse-left-click:before {
    content: "\E724";
}

.glyphicon-pro-mouse-right-click:before {
    content: "\E725";
}

.glyphicon-pro-mouse-middle-click:before {
    content: "\E726";
}

.glyphicon-pro-mouse-scroll:before {
    content: "\E727";
}

.glyphicon-pro-resize-vertical:before {
    content: "\E728";
}

.glyphicon-pro-resize-horizontal:before {
    content: "\E729";
}

.glyphicon-pro-temperature:before {
    content: "\E730";
}

.glyphicon-pro-puzzle:before {
    content: "\E731";
}

.glyphicon-pro-puzzle-2:before {
    content: "\E732";
}

.glyphicon-pro-puzzle-3:before {
    content: "\E733";
}

.glyphicon-pro-nearby-square:before {
    content: "\E734";
}

.glyphicon-pro-nearby-circle:before {
    content: "\E735";
}

.glyphicon-pro-rotate-right:before {
    content: "\E736";
}

.glyphicon-pro-rotate-left:before {
    content: "\E737";
}

.glyphicon-pro-pictures:before {
    content: "\E738";
}

.glyphicon-pro-photo-album:before {
    content: "\E739";
}

.glyphicon-pro-cadastral-map:before {
    content: "\E740";
}

.glyphicon-pro-fingerprint-scan:before {
    content: "\E741";
}

.glyphicon-pro-fingerprint:before {
    content: "\E742";
}

.glyphicon-pro-fingerprint-lock:before {
    content: "\E743";
}

.glyphicon-pro-fingerprint-ok:before {
    content: "\E744";
}

.glyphicon-pro-fingerprint-remove:before {
    content: "\E745";
}

.glyphicon-pro-fingerprint-reload:before {
    content: "\E746";
}

.glyphicon-pro-pending-notifications:before {
    content: "\E747";
}

.glyphicon-pro-synchronization:before {
    content: "\E748";
}

.glyphicon-pro-synchronization-ban:before {
    content: "\E749";
}

.glyphicon-pro-hash:before {
    content: "\E750";
}

.glyphicon-pro-gender-male:before {
    content: "\E751";
}

.glyphicon-pro-gender-female:before {
    content: "\E752";
}

.glyphicon-pro-gender-virgin-female:before {
    content: "\E753";
}

.glyphicon-pro-gender-intersex:before {
    content: "\E754";
}

.glyphicon-pro-gender-transgender:before {
    content: "\E755";
}

.glyphicon-pro-gender-ori-lesbian:before {
    content: "\E756";
}

.glyphicon-pro-gender-ori-gay:before {
    content: "\E757";
}

.glyphicon-pro-gender-ori-hetero:before {
    content: "\E758";
}

.glyphicon-pro-gender-other:before {
    content: "\E759";
}

.glyphicon-pro-gender-unknown:before {
    content: "\E760";
}

.glyphicon-pro-scanner:before {
    content: "\E761";
}

.glyphicon-pro-multifunction-printer:before {
    content: "\E762";
}

.glyphicon-pro-lasso:before {
    content: "\E763";
}

.glyphicon-pro-view-360:before {
    content: "\E764";
}

.glyphicon-pro-battery-charging:before {
    content: "\E765";
}

.glyphicon-pro-battery-full:before {
    content: "\E766";
}

.glyphicon-pro-battery-75:before {
    content: "\E767";
}

.glyphicon-pro-battery-50:before {
    content: "\E768";
}

.glyphicon-pro-battery-25:before {
    content: "\E769";
}

.glyphicon-pro-battery-10:before {
    content: "\E770";
}

.glyphicon-pro-satellite:before {
    content: "\E771";
}

.glyphicon-pro-satellite-dish:before {
    content: "\E772";
}

.glyphicon-pro-satellite-dish-alt:before {
    content: "\E773";
}

.glyphicon-pro-auction:before {
    content: "\E774";
}

.glyphicon-pro-directions:before {
    content: "\E775";
}

.glyphicon-pro-race:before {
    content: "\E776";
}

.glyphicon-pro-robot:before {
    content: "\E777";
}

.glyphicon-pro-ruler-alt:before {
    content: "\E778";
}

.glyphicon-pro-cube-empty:before {
    content: "\E779";
}

.glyphicon-pro-cube-black:before {
    content: "\E780";
}

.glyphicon-pro-move-square:before {
    content: "\E781";
}

.glyphicon-pro-drop:before {
    content: "\E782";
}

.glyphicon-pro-vr-headset:before {
    content: "\E783";
}

.glyphicon-pro-vr-charging:before {
    content: "\E784";
}

.glyphicon-pro-vr-low-battery:before {
    content: "\E785";
}

.glyphicon-pro-vr-paired:before {
    content: "\E786";
}

.glyphicon-pro-vr-settings:before {
    content: "\E787";
}

.glyphicon-pro-vr-maintenance:before {
    content: "\E788";
}

.glyphicon-pro-filter-remove:before {
    content: "\E789";
}

.glyphicon-pro-filter-applied:before {
    content: "\E790";
}

.glyphicon-pro-one-day:before {
    content: "\E791";
}

.glyphicon-pro-user-vr:before {
    content: "\E792";
}

.glyphicon-pro-user-vr-add:before {
    content: "\E793";
}

.glyphicon-pro-user-vr-remove:before {
    content: "\E794";
}

.glyphicon-pro-dice-1:before {
    content: "\E795";
}

.glyphicon-pro-dice-2:before {
    content: "\E796";
}

.glyphicon-pro-dice-3:before {
    content: "\E797";
}

.glyphicon-pro-dice-4:before {
    content: "\E798";
}

.glyphicon-pro-dice-5:before {
    content: "\E799";
}

.glyphicon-pro-dice-6:before {
    content: "\E800";
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-11 15:02:50
 */

form,
.form-group {
    width: 100%;
}

.form-control {
    border: 1px solid #050269;
    border-radius: .5rem;
    padding: 1rem 2rem;
    height: 4rem;
    box-shadow: none;
    transition: border-color .5s ease;
}
.form-control:hover {
    border-color: #00567a;
}

label.required::after {
    content: '*';
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    padding-left: 3rem;
    color: #666;
}
.checkbox label::before,
.checkbox label::after {
    content: '';
    position: absolute;
    display: inline-block;
}
.checkbox label::before {
    height: 1.6rem;
    width: 1.6rem;
    left: 0;
    top: .25rem;
    border: 1px solid #999;
    border-radius: .4rem;
}
.checkbox label::after {
    left: .4rem;
    top: .6rem;
    height: .5rem;
    width: .9rem;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
}
label.required span::after {
    content: '*';
}

.checkbox input[type="checkbox"] + label::after {
    display: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
    display: block;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto #66afe9;
    outline-offset: -2px;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 13:55:32
 */

.slick-track {
    margin-left: unset;
    margin-right: unset;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-slide {
    outline-offset: -3px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    padding: 5px;
    margin-top: -2rem;
    cursor: pointer;
    z-index: 700;
    background-color: white;
    border: 1px grey solid;
}
.slick-prev {
    left: 1rem;
}
.slick-next {
    right:1rem;
}

.slick-prev:after,
.slick-next:after
{
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #999;
    border-bottom: none;
    border-left: none;
    transform: translateX(-.3rem) rotate(45deg);
    border-color: #1e0d68;
}
.slick-prev:after {
    transform: translateX(.3rem) rotate(-135deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

/* Dots */
.slick-dots
{
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: #fff;
    border: 0;
    border-radius: 50%;
}
.slick-dots li.slick-active button
{
    background: #28dbc4;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:34:30
 */

.MainBody {
    position: relative;
    max-width: 128rem;
    margin: 0 auto;
    padding: 4rem 2rem;
    color:#444444;
    font-family: 'Catamaran', sans-serif;
}
.MainBody--baie{
    background:url(../../../assets/fond_accueil.jpg) no-repeat fixed;
    background-size:cover;
}
.MainBody--large {
    max-width: 160rem;
    padding-right: 2rem;
    padding-left: 2rem;
}
.MainBody--home{
    background-color:#f5f5f5;
}
.MainBody-content {
    max-width: 70rem;
    margin: 0 auto;
}

@media (min-width: 420px) {
    .MainBody {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

@media (min-width: 520px) {
    .MainBody {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}
@media (min-width: 640px) {
    .MainBody {
        padding-right: 7rem;
        padding-left: 7rem;
    }
}
@media (min-width: 800px) {
    .MainBody {
        padding-right: 10rem;
        padding-left: 10rem;
    }
    .MainBody--baie{
        padding-top:15em;
    }
    .MainBody--highPage{
        padding-top:0;
    }
}

@media (min-width: 1024px) {
    .MainBody--large {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media (min-width: 1080px) {
    .MainBody {
        padding-top: 6rem;
        padding-bottom: 6rem;
        padding-right: 14rem;
        padding-left: 14rem;
    }
}

.MainBody--fullWidth {
    max-width: unset;
}

.MainBody--noMargins {
    padding: 0;
    margin: 0;
}

.MainBody a:hover{
    color:#050269;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:40:13
 */

.MainHeader {
    padding: 3rem;
    text-align: center;
    color: #fff;
    background: #666;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:37:23
 */

.MainFooter {
    padding: 3rem 1rem .2rem;
    text-align: center;
    color: #000;
    background: #e5e7e4;
}
.MainFooter-content {
    max-width: 70rem;
    margin: 0 auto;
    display:flex;
    justify-content: space-around;
}
.MainFooter-content-logo img{
    max-width: 100%;
}
.MainFooter-content-info{
    text-align:left;
}
@media (max-width: 580px) {
    .MainFooter-content {
        flex-direction: column;
    }
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 15:46:17
 */

/* Grid flexbox fallback */
.Grid {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
    overflow: hidden;
}
.Grid > * {
    width: calc(100%/var(--grid-columns) - 2rem);
    margin: 1rem;
}
.Grid--marginBottom {
    margin-bottom: 2rem;
}

@supports (display: grid) {
    .Grid {
        --grid-columns: 1;
        display: grid;
        grid-gap: 2rem;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
        margin: 0;
    }
    .Grid > * {
        width: auto;
        margin: 0;
    }
}
.Grid--2 {
    --grid-columns: 2;
}
.Grid--3 {
    --grid-columns: 3;
}
.Grid--4 {
    --grid-columns: 4;
}
.Grid--5 {
    --grid-columns: 5;
}
.Grid--6 {
    --grid-columns: 6;
}
.Grid--padding {
    padding: 1rem;
}

@media (min-width: 620px) {
    .Grid--xxs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xxs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xxs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xxs-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xxs-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xxs-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}

@media (min-width: 900px) {
    .Grid--xs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xs-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xs-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--xs-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}

@media (min-width: 960px) {
    .Grid--s-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--s-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--s-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--s-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--s-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--s-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}

@media (min-width: 1024px) {
    .Grid--m-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--m-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--m-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--m-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--m-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--m-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}

@media (min-width: 1260px) {
    .Grid--l-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--l-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--l-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--l-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--l-5 {
        --grid-columns: 5;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    .Grid--l-6 {
        --grid-columns: 6;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
}

.Grid--marginBottom {
    margin-bottom: 2rem;
}


/* IE 10-11 */

@media all and (-ms-high-contrast:none)
{
    .Grid > * {
        width: calc(100% - 2.01rem);
    }
    .Grid--2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    .Grid--3 > * {
        width: calc(100%/3 - 2.01rem);
    }
    .Grid--4 > * {
        width: calc(100%/4 - 2.01rem);
    }
    .Grid--5 > * {
        width: calc(100%/5 - 2.01rem);
    }
    .Grid--6 > * {
        width: calc(100%/6 - 2.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 620px) {
    .Grid--xxs-1 > * {
        width: calc(100% - 2.01rem);
    }
    .Grid--xxs-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    .Grid--xxs-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
    .Grid--xxs-4 > * {
        width: calc(100%/4 - 2.01rem);
    }
    .Grid--xxs-5 > * {
        width: calc(100%/5 - 2.01rem);
    }
    .Grid--xxs-6 > * {
        width: calc(100%/6 - 2.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 900px) {
    .Grid--xs-1 > * {
        width: calc(100% - 2.01rem);
    }
    .Grid--xs-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    .Grid--xs-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
    .Grid--xs-4 > * {
        width: calc(100%/4 - 2.01rem);
    }
    .Grid--xs-5 > * {
        width: calc(100%/5 - 2.01rem);
    }
    .Grid--xs-6 > * {
        width: calc(100%/6 - 2.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 960px) {
    .Grid--s-1 > * {
        width: calc(100% - 2.01rem);
    }
    .Grid--s-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    .Grid--s-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
    .Grid--s-4 > * {
        width: calc(100%/4 - 2.01rem);
    }
    .Grid--s-5 > * {
        width: calc(100%/5 - 2.01rem);
    }
    .Grid--s-6 > * {
        width: calc(100%/6 - 2.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 1080px) {
    .Grid--m-1 > * {
        width: calc(100% - 2.01rem);
    }
    .Grid--m-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    .Grid--m-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
    .Grid--m-4 > * {
        width: calc(100%/4 - 2.01rem);
    }
    .Grid--m-5 > * {
        width: calc(100%/5 - 2.01rem);
    }
    .Grid--m-6 > * {
        width: calc(100%/6 - 2.01rem);
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 1260px) {
    .Grid--l-1 > * {
        width: calc(100% - 2.01rem);
    }
    .Grid--l-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    .Grid--l-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
    .Grid--l-4 > * {
        width: calc(100%/4 - 2.01rem);
    }
    .Grid--l-5 > * {
        width: calc(100%/5 - 2.01rem);
    }
    .Grid--l-6 > * {
        width: calc(100%/6 - 2.01rem);
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:24:13
 */

.Title,
.richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
.Title a {
    color: inherit;
    text-decoration: none;
}
.Title a:hover {
    color: #050269;
}
.Title:first-child {
    margin-top: 0;
}

.Subtitle {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 3rem;
    text-align: center;
    color: #666;
}
.Title--1 + .Subtitle {
    margin-top: -3rem;
}

.Title--1,
.richtext h1 {
    font-size: 2.6rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 3rem;
    color:#050269;
}
.richtext h1 {
    margin: 3rem 0;
}

.Title--2,
.richtext h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 4rem 0 1rem;
    color: #14895d;
}
.Title--1 + .Title--2,
.richtext h1 + h2 {
    margin-top: -3rem;
}

.Title--3,
.richtext h3 {
    font-size: 1.8rem;
    font-weight: normal;
    margin: 1.8rem 0;
}
.Title--2 + .Title--3,
.richtext h2 + h3 {
    margin-top: -1.8rem;
}

.Title--4,
.richtext h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 1.6rem 0;
}
.Title--3 + .Title--4,
.richtext h3 + h4 {
    margin-top: -1.6rem;
}

.Title--5,
.richtext h5 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 1.6rem 0;
}
.Title--4 + .Title--5,
.richtext h4 + h5 {
    margin-top: -1.6rem;
}

.Title--6,
.richtext h6 {
    font-size: 1em;
    font-weight: bold;
    margin: 1.5rem 0;
}
.Title--5 + .Title--6,
.richtext h5 + h6 {
    margin-top: -1.5rem;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:12:00
 */

.TopBar {
    /*position: fixed;*/
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 5rem;
    color: #fff;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 10;
}

.TopBarContainer {
    padding-top: 5rem; /* TopBar height */
}

.TopBar-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.TopBar-logo {
    margin: 0 1rem;
}
.TopBar-logo,
.TopBar-logo img {
    max-height: 100%;
    max-width: 100%;
    z-index: 3;
}
.TopBar-line{
    display:flex;
    align-items: center;
}
.TopBar-btn {
    flex: 0;
    text-align: center;
}
.TopBar-btn {
    padding: .8rem;
    z-index: 3;
    border-radius: .3rem;
    transition: .5s background ease;
    margin-right:77px;
    color:#050269;
}
.TopBar-btn img {
    height: 1.8rem;
}
/*.TopBar-btn:hover,
.TopBar-dropdown:hover .TopBar-btn {
    background: #aaa;
}*/

.TopBar-dropdown {
    position: relative;
}
.TopBar-dropdown-list {
    position: absolute;
    right: 0;
    margin: -.2rem 0 0 0;
    padding: 1rem 0;
    list-style: none;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-top-color: #050269;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease, visibility 1s ease;
    z-index: 1;
}
.TopBar-dropdown-list-item-link {
    display: block;
    padding: .6rem 3rem;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    transition: background .5s ease, color .5s ease;
}
.TopBar-dropdown-list-item-link:hover {
    color: #fff;
    background: #050269;
}
.TopBar-dropdown:hover .TopBar-dropdown-list {
    visibility: visible;
    opacity: 1;
}
.TopBar-login{
    background:#e5e7e4;
    text-align:right;
    padding:0.2em 0.5em;
    width:100%;
    display:none;
}
@media (min-width: 580px) {
    .TopBar-logo {
        margin: 0 6rem;
    }
    .TopBar-btn {
        margin-right:50px;
    }
    .TopBar-login{
        display:block;
    }
}
@media (min-width: 1024px) {
    .TopBarContainer {
        padding-top: 10rem; /* TopBar height */
    }
    .TopBar {
        height: 7rem;
    }
    .TopBar-content {
        flex-direction: column;

    }
    .TopBar-logo {
        width: auto;
        height: auto;
        margin-left: 8rem;
    }
    .TopBar-btn {
        margin-right: 15px;
    }
}

@media (min-width: 1300px) {
    .TopBarContainer {
        padding-top: 12rem; /* TopBar height */
    }
    .TopBar-btn img {
        height: 2rem;
    }
    .TopBar-content {
        padding-right: 0;
    }
    /*.TopBar-logo {
        height: auto;
        width: 20rem;
    }*/
}

@media (min-width: 1800px) {
    .TopBarContainer {
        padding-top: 16rem; /* TopBar height */
    }
    .TopBar-btn img {
        height: 2.5rem;
    }
    /*.TopBar-logo {
        height: auto;
        width: 15rem;
    }*/
}

.MainMenu {
    margin-right:20px;
}

.MainMenu-btn {
    position: absolute;
    top: 1.5em;
    right: 1.6rem;
    cursor: pointer;
    width: 22px;
    margin: -8px 0 0;
    padding: 0;
    border: none;
    border-bottom: 3px solid #000;
    outline-offset: 5px;
    background: none;
    transition: padding .5s ease-in-out, background 1.5s ease-out, border-radius .5s ease-in-out, .5s opacity ease, .5s visibility ease, border-color .4s ease-in-out;
    z-index: 2;
}
.MainMenu-btn:before {
    content: "";
    display: block;
    margin-bottom: 3px;
    border-bottom: 3px solid #000;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}
.MainMenu-btn:after {
    content: "";
    display: block;
    margin-bottom: 3px;
    border-bottom: 3px solid #000;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
}

.MainMenu-content,
.MainMenu-itemsContainer {
    flex: 1;
    display: flex;
}

.MainMenu-content {
    display: flex;
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 5.6rem;
    flex-direction: column;
    background: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 1s top ease, 1s opacity ease, 1s visibility ease;
}

.MainMenu-itemsContainer {
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.MainMenu-items {
    display: block;
    flex: 1;
    list-style: none;
    max-height: 100%;
    margin: 0;
    padding: .5rem 0;
    text-align: center;
}

.MainMenu-item {
    position: relative;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    transition: .5s padding ease;
}

.MainMenu-item-link {
    display: inline-block;
    margin: .6rem 1rem;
    padding: .4rem 1rem;
    text-decoration: none;
    color: #000;
    transition: .5s border-bottom-color ease, .5s padding ease;
}

.MainMenu-item-link:hover,
.MainMenu-item.active .MainMenu-item-link,
.MainMenu-item.active-ancestor .MainMenu-item-link,
.MainMenu-item:hover > .MainMenu-item-link {
    text-decoration: none;
    border-bottom-color: #050269;
}

.MainMenu-item-subMenu {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 0;
    text-align: left;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    background: none;
    transition: 1s max-height ease, 1s opacity ease, 1s visibility ease;
}
.MainMenu-item-subMenu .MainMenu-item {
    display: block;
    font-weight: normal;
    margin: 0;
}
.MainMenu-item-subMenu .MainMenu-item-link {
    display: block;
    border: none;
    margin-top: 0;
    color: #444;
    transition: .5s color ease, .5s background-color ease;
}
.MainMenu-item-subMenu .MainMenu-item-link:hover {
    color: #fff;
    background: #050269;
}

.MainMenu-item:hover > .MainMenu-item-subMenu {
    opacity: 0;
    visibility: hidden;
}

.MainMenu-addon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.1rem;
    padding: .5rem;
    text-align: center;
    color: #f0f0f0;
}

.MainMenu-item:hover > .MainMenu-item-subMenu,
.MainMenu-item.open > .MainMenu-item-subMenu {
    opacity: 1;
    visibility: visible;
    max-height: 800px;
}

.MainMenu.open .MainMenu-content {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.MainMenu.open .MainMenu-btn {
    border-color: transparent;
}
.MainMenu.open .MainMenu-btn:before {
    transform: translateY(5px) rotate(-135deg);
}
.MainMenu.open .MainMenu-btn:after {
    transform: translateY(-2px) rotate(135deg);
}
@media (min-width: 580px) {
    .MainMenu {
        margin-right: 50px;
    }
}

@media (min-width: 1024px) {
    .MainMenu {
        flex: 1;
        display: flex;
        height: 6rem;
    }
    .MainMenu-btn {
        opacity: 0;
        visibility: hidden;
    }

    .MainMenu-content {
        position: static;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        flex-direction: row;
        background: none;
    }

    .MainMenu-itemsContainer {
        justify-content: flex-start;
        align-items: stretch;
        overflow: visible;
    }

    .MainMenu-items {
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .MainMenu-item {
        display: flex;
        margin: 0 .6rem;
    }
    .MainMenu-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: .5rem 1rem;
        font-weight: normal;
        border-bottom: 1px solid transparent;
        transition: .5s border-bottom-color ease, .5s padding ease;
    }
    .MainMenu-item-link:hover,
    .MainMenu-item.active .MainMenu-item-link,
    .MainMenu-item.active-ancestor .MainMenu-item-link,
    .MainMenu-item:hover > .MainMenu-item-link {
        text-decoration: none;
        border-bottom-color: #050269;
    }

    .MainMenu-item-subMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 20rem;
        padding: 1rem 0;
        background: #fff;
    }

    .MainMenu-addon {
        padding: 0;
    }

    .MainMenu-item-subMenu,
    .MainMenu-item.open > .MainMenu-item-subMenu {
        max-height: unset;
    }

    .MainMenu-item-subMenu .MainMenu-item {
        text-align: left;
    }
}

@media (min-width: 1160px) {
    .MainMenu {
        font-size: 1.5rem;
    }
}

@media (min-width: 1800px) {
    .MainMenu {
        font-size: 1.6rem;
    }
    .MainMenu-item {
        margin: 0 1rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:40:13
 */

.LocaleSwitcher {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #999;
}

.LocaleSwitcher-item {
    display: inline;
}

.LocaleSwitcher-item + .LocaleSwitcher-item {
    margin-left: .5em;
}

.LocaleSwitcher-item-link {
    text-decoration: none;
    color: inherit;
    transition: color .5s ease;
}
.LocaleSwitcher-item-link:hover {
    color: #fff;
    text-decoration: none;
}

.LocaleSwitcher-item.active,
.LocaleSwitcher-item.active .LocaleSwitcher-item-link {
    color: #f26522;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:12:00
 */

.Slider {
    position: relative;
    flex: 1;
    padding-bottom: 20.25%;
}
.Slider--fullHeight {
    height: 100%;
    overflow: auto;
    padding-bottom: 0;
}
.Slider--15-10 {
    padding-bottom: 66.7%;
}

.Slider-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.Slider-item,
.slick-initialized .Slider-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.Slider-item-video {
    width: 100%;
}

.Slider-item-muteIcon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 3rem;
    visibility: visible;
    transition: visibility .5s ease, opacity .5s ease;
    pointer-events: none;
}
.Slider-item-muteIcon.inactive {
    visibility: hidden;
    opacity: 0;
}


/* Slick overide */

.Slider-content .slick-list {
    height: 100%;
    width: 100%;
}
.Slider-content .slick-track {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.Slider .slick-prev,
.Slider .slick-next
{
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    padding: 1.5rem;
    margin: 0;
    margin-top: -2rem;
    cursor: pointer;
    border: none;
    background: transparent;
    z-index: 700;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: .5s border;
}
.Slider .slick-prev {
    left: 0;
}
.Slider .slick-next {
    right: 0;
}
.Slider .slick-prev::after,
.Slider .slick-next::after
{
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: translateX(-.3rem) rotate(45deg);
}
.Slider .slick-prev::after {
    transform: translateX(.3rem) rotate(-135deg);
}
.Slider .slick-prev:hover,
.Slider .slick-prev:focus,
.Slider .slick-next:hover,
.Slider .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    border-color: #fff;
}
.Slider .slick-prev:hover::after,
.Slider .slick-prev:focus::after,
.Slider .slick-next:hover::after,
.Slider .slick-next:focus::after
{
    opacity: 1;
}
.Slider .slick-prev.slick-disabled,
.Slider .slick-next.slick-disabled
{
    opacity: .25;
}

.Slider .slick-dots
{
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.Slider .slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0 .5rem;
    padding: 0;
}
.Slider .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: #fff;
    border-radius: 50%;
    border: 0;
    background: #999;
    opacity: .5;
    transition: opacity .5s ease;
}
.Slider .slick-dots li.slick-active button
{
    opacity: 1;
}
.Slider .slick-slide {
    height: auto;
}
@media (min-width: 960px) {
    .Slider .slick-prev {
        margin-left: 1rem;
    }
    .Slider .slick-next {
        margin-right: 1rem;
    }
}

@media (min-width: 1280px) {
    .Slider .slick-prev {
        margin-left: 2rem;
    }
    .Slider .slick-next {
        margin-right: 2rem;
    }
}

.Gallery {
    width: 100%;
    position: relative;
    display: block;
}

.Gallery .gallery {
    position: relative;
    width: 100%;
    display: block;
}

.gallery{
    /*margin:0 4rem 4rem 4rem;*/
    margin: 0.5rem 0;
}
.gallery .gallery-item {
    height: auto;
    width: 200px;
    overflow: hidden;
    text-align: center;
    margin: 0 0.5rem;
}

.gallery .gallery-item a {
    padding: 0 0.2rem;
}

.gallery .gallery-item .magnific-popup-link img {
    /*display: block;*/
    /*margin: 0 auto;*/
    /*min-height: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery .slick-dots {
    bottom: -25px;
}
.gallery .slick-dots li button{
    background:#666;
}

.mfp-figure figure {
    margin: 0;
}

.Login{
    max-width: 700px;
    margin: 0 auto;
    flex: 1;
    text-align: center;
    background: rgba(229,231,228,0.9);
    padding: 3rem;
    border-radius: 15px;
}
.Login--small{
    max-width: 68rem;
}
.Login-text{
    flex:1;
    padding:3rem;
    color:#444444;
    font-size:1.2em;
}
.Login-ident{
    max-width: 360px;
    margin: 0 auto;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-06 09:45:00
 */

.Pagination {
    text-align: center;
    margin: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.Pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.Pagination-item {
    display: none;
    margin: 0;
}
.Pagination-item + .Pagination-item {
    margin-left: -1px;
}
.Pagination-item.active {
    font-weight: bold;
}
.Pagination-item.active,
.Pagination-item--previous,
.Pagination-item--next {
    display: inline-block;
}

.Pagination-item-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: .8rem 1.2rem;
    color: inherit;
    border: 1px solid #aaa;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
}
.Pagination-item-link:hover {
    color: #fff;
    text-decoration: none;
    background: #050269;
    border-color: #050269;
}


.Pagination-item.disable .Pagination-item-link,
.Pagination-item.disable .Pagination-item-link:hover {
    color: #999;
    background: none;
    z-index: 1;
}

.Pagination-item.active {
    z-index: 1;
}
.Pagination-item.active .Pagination-item-link {
    color: #fff;
    background: #050269;
    border-color: #050269;
}

.Pagination-item--previous,
.Pagination-item--next {
}
.Pagination-item--previous .Pagination-item-link {
    border-radius: 1rem 0 0 1rem;
}
.Pagination-item--next .Pagination-item-link {
    border-radius: 0 1rem 1rem 0;
}
.Pagination-item--previous .Pagination-item-link::before,
.Pagination-item--next .Pagination-item-link::after {
    color: #aaa;
    transition: color .5s ease;
}
.Pagination-item--previous .Pagination-item-link::before {
    content: '<<';
    margin-right: .5em;
}
.Pagination-item--next .Pagination-item-link::after {
    content: '>>';
    margin-left: .5em;
}
.Pagination-item--previous .Pagination-item-label,
.Pagination-item--next .Pagination-item-label {
}
.Pagination-item--previous .Pagination-item-link:hover::before,
.Pagination-item--next .Pagination-item-link:hover::after {
    color: #fff;
}
.Pagination-item--previous.disable .Pagination-item-link::before,
.Pagination-item--next.disable .Pagination-item-link::after,
.Pagination-item--previous.disable .Pagination-item-link:hover::before,
.Pagination-item--next.disable .Pagination-item-link:hover::after {
    color: #cdcdcd;
}


@media (min-width: 500px) {
    .Pagination-item {
        display: inline-block;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:12:00
 */

.Breadcrumb {
    margin: 0;
    padding: 1rem 2rem;
    list-style: none;
    text-align: left;
}

.Breadcrumb-item {
    margin: 0;
    display: inline;
    color: #ccc;
}
.Breadcrumb-item::before {
    content: '>';
    margin: 0 .3em;
}
.Breadcrumb-item:first-child::before {
    display: none;
}

.Breadcrumb-item-link, .Breadcrumb span {
    color: inherit;
    text-decoration: none;
}
.Breadcrumb a:hover {
    text-decoration: underline;
}


/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:40:13
 */

.Error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.Error-title {
    font-size: 6rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #f26522;
}

.Error-subtitle {
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 3rem;
    text-align: center;
}

@media (min-width: 420px) {
    .Error-title {
        font-size: 8rem;
    }
}

@media (min-width: 640px) {
    .Error-title {
        font-size: 10rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:40:13
 */

.SimpleMenu {
}

.SimpleMenu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 .3rem;
    padding: 0;
    list-style: none;
}

.SimpleMenu-item {
    display: flex;
    flex-direction: column;
    margin: 0 1.5rem;
}
.SimpleMenu-item-link {
    text-decoration: none;
    transition: color .5s ease, .5s border-bottom-color ease;
    border-bottom: 1px solid transparent;
}

.SimpleMenu-item.active .SimpleMenu-item-link,
.SimpleMenu-item-link:hover {
    text-decoration: none;
    border-color: #050269;
}

.SimpleMenu-item-subMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.SimpleMenu-item-subMenu .SimpleMenu-item {
    display: block;
    text-transform: none;
    margin: 0;
}

.SimpleMenu--small {
    font-size: 1rem;
}

.SimpleMenu--small .SimpleMenu-item {
    text-transform: none;
    margin: 0 .5rem;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-11-06 12:22:25
 */

.Card {
    display: flex;
    flex-direction: column;
    transition: background-color .5s ease;
    color: #565656;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.Card-imageContainer {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
    display: flex;
}

.Card-image {
    position: relative;
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .5s ease;
}
.Card-imageContainer .Card-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.Card-imageContainer .Card-image.EmbedVideo {
    padding-bottom: 0;
}

.Card:hover .Card-imageContainer .Card-image {
    transform: scale(1.05);
}

.Card-surtitle {
    display: block;
    line-height: 1;
    margin: 0 0 1rem;
    font-size: 1.2rem;
    color: #888;
}
.Card-title {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: .5rem 0 0;
    padding: 0;
    font-weight: bold;
    color: #050269;
}
.Card-title > a {
    color: inherit;
    text-decoration: none;
    transition: color .5s ease;
}
.Card-subtitle {
    display: block;
    margin: 0;
}
.Card-content {
    flex: 1;
    display: block;
    padding: 2rem;
}

.Card-text,
p.Card-text {
    margin: 1rem 0 0;
    padding: 0;
}

.Card-address {
    color: #999;
}

.Card[onclick]:hover {
    background: #fff;
}

.Card[onclick]:hover .Card-title,
.Card-title > a:hover {
    color: #00567a;
    text-decoration: none;
}

.Card-imageContainer--portrait {
    padding-bottom: 121%;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-06 09:49:35
 */

.Btn, .btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    /*font-weight: 600;*/
    padding: 1.2rem 3.5rem;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    background: #050269;
    border: none;
    border-radius: .5rem;
    transition: color .5s ease, background .5s ease;
}
.Btn--fullWidth {
    width: 100%;
}

.Btn:hover, .btn:hover {
    text-decoration: none;
    color: #fff;
    background: #00567a;
}
.Btn:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.Btn:active {
    background: #000;
    box-shadow: none;
}
.Btn:focus:active {
    outline: none;
}

.Btn--off {
    background: #fff;
    color: #aaa;
    border: 1px solid #c0c0c0;
}

.BtnGroup .Btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.BtnGroup .Btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.BtnGroup .Btn + .Btn {
    border-left: 1px solid #fff;
}

.Btn--secondary {
    background: none;
    border-color: #999;
    color: #666;
}

.Btn--prev::before,
.Btn--next::after {
    display: inline-block;
    color: currentColor;
    transition: color .5s ease;
}
.Btn--prev::before {
    content: '<<';
    margin: 0 1rem 0 -1.5rem;
}

.Btn--next::after {
    content: '>>';
    margin: 0 -1.5rem 0 1rem;
}

/*.Btn--prev:hover::before,
.Btn--next:hover::after {
    color: currentColor;
}
*/

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-27 10:11:18
 */

.Partner {
    position: relative;
}

.Partner-imageWrapper {
    text-align: center;
}

.Partner-image {
    max-width: 100%;
    max-height: 100%;
}
.Partner-image--svg {
    height: 100%;
}

.Partner-productHeaderIcons {
}

.Partner-productFamily {
    height: 2rem;
}

.Partner-productFamily + .Partner-productFamily {
    margin-left: .5rem;
}
.Partner-productFavoriteLink {
    float: right;
    height: 2rem;
    margin-right: 1rem;
}
.Partner-productFavoriteLink svg {
    fill: #db0022;
    transition: fill .5s ease;
}
.Partner-productFavoriteLink--off svg {
    fill: #ccc;
}
.Partner-productFavoriteLink:hover svg {
    fill: #ccc;
}
.Partner-productFavoriteLink--off:hover svg {
    fill: #db0022;
}
.Partner-productFavoriteLink:active svg {
    fill: #000;
}

.Partner-title {
    margin: .5rem 0;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: bold;
    color: #050269;
}
.Partner-title a {
    color: inherit;
    text-decoration: none;
}
.Partner-title a:hover {
    text-decoration: underline;
}
.Partner-subtitle {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    color: #666;
}

.Partner-address {
    margin: .5rem 0;
    padding: 0;
    color: #999;
}

.Partner-news-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Partner-news-header-img {
    margin-top: -1rem;
    height: 10rem;
}

.Partner-news-list {
    display: none;
}

.Partner--card {
    padding: 1rem;
    background: #f0f0f0;
    transition: background .5s ease;
}
.Partner--card[onclick]:hover {
    background: #aaa;
}

.Partner--card .Partner-image {
    max-width: unset;
    max-height: unset;
    max-width: 100%;
    max-height: 15rem;
}
.Partner--card .Partner-image--svg {
    max-width: auto;
    width: 80%;
    max-height: 15rem;
}

.Partner-openings {
    margin: 2rem 0;
    padding: 2rem;
    background: #f0f0f0;
    border-radius: 1rem;
}

.Partner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    color: #fff;
    background: #f76a33;
    border-radius: 50%;
    transition: color .3s ease, background .3s ease;
}
.Partner-link::before {
    content: '';
    width: 1.2rem;
    height: 2px;
    background: currentColor;
}
.Partner-link::after {
    position: absolute;
    content: '';
    width: 1.2rem;
    height: 2px;
    background: currentColor;
    transform: rotate(-90deg);
}
.Partner--card[onclick]:hover {
    background: #aaa;
}
.Partner-link:hover,
.Partner--card[onclick]:hover .Partner-link {
    color: #fff;
    background: #333;
}
.Partner-link:active,
.Partner--card[onclick]:active .Partner-link {
    color: #fff;
    background: #3c3c3b;
}
.Partner[onclick]:hover .Partner-title a {
    text-decoration: underline;
}

.Partner-map {
    height: 50vh;
    max-height: 50rem;
}

@media (min-width: 380px) {
    .Partner-news-header {
        justify-content: center;
    }
    .Partner-news-header-img {
        margin-left: 2.5rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-27 11:05:16
 */

.Tabs {
}

.Tabs-nav {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 2px solid #aaa;
}

.Tabs-nav-item {
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: .5rem .9rem;
    margin-top: 2px;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    color: #000;
    transition: color .5s ease, border-bottom-color .5s ease;
}
.Tabs-nav-item:hover {
    text-decoration: none;
    color: #000;
}
.Tabs-nav-item:hover::after {
    content: '';

}
.Tabs-nav-item.open {
    background: #aaa;
}

.Tabs-contents {
    position: relative;
    transition: height 1s ease;
}

.Tabs-content {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease, visibility 1s ease;
}

.Tabs-content.open {
    visibility: visible;
    opacity: 1;
}

.Tabs-nav--big {
    font-size: 1.3em;
}
.Tabs-nav--big .Tabs-nav-item {
    border-bottom-width: 3px;
}

@media (min-width: 480px) {
    .Tabs-nav-item {
        padding: .5rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .Tabs-nav-item {
        padding: 1rem 2rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-27 17:04:07
 */

.Article {
}

.Article-author {
    display: inline;
    margin-right: 1rem;
    font-weight: bold;
    color: #333;
}

.Article-date {
    display: inline;
    float: right;
    color: #333;
}

.Article-abstract {
    font-weight: bold;
}

.Article-abstract,
.Article-body {
    line-height: 1.8;
}

.Article-figure img {
    width: 100%;
}

.Article-nav {
    margin-top: 3rem;
    text-align: center;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-07-30 16:52:13
 */

.NewsCarousel {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom:2em;
}
.NewsCarousel::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 10rem;
    background: linear-gradient(to right, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%);
    pointer-events: none;
}

.NewsCarousel-controls {
    min-width: 20rem;
    padding-right: 3rem;
}
.NewsCarousel-btn {
    display: flex;
}

.NewsCarousel-title {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 0 1rem;
    color: #050269;
}
.NewsCarousel-title--red{
    color: #a30000;
}
.NewsCarousel-content {
    position: relative;
    width: 100%;
}

.NewsCarousel-item {
    float: left;
    width: 33%;
}

.NewsCarousel-item + .NewsCarousel-item {
    padding-left: 2rem;
}

.NewsCarousel-item-image {
    width: 100%;
}

.NewsCarousel-item-image.EmbedVideo {
    padding-bottom: 67%;
}


/* Slick overide */

.NewsCarousel .slick-track {
    display: flex;
}
.NewsCarousel .slick-prev,
.NewsCarousel .slick-next
{
    font-size: 0;
    line-height: 0;
    padding: 1.2rem;
    cursor: pointer;
    border: none;
    background: transparent;
    border: 2px solid #050269;
    border-radius: 50%;
    color: inherit;
    transition: .5s border-color ease;
}
.NewsCarousel .slick-prev {
    margin-right: 1rem;
}
.NewsCarousel .slick-prev::after,
.NewsCarousel .slick-next::after
{
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #050269;
    border-bottom: none;
    border-left: none;
    transform: translateX(-.2rem) rotate(45deg);
    color: inherit;
    transition: .5s border-color ease;
}
.NewsCarousel .slick-prev::after {
    transform: translateX(.2rem) rotate(-135deg);
}
.NewsCarousel .slick-prev:hover,
.NewsCarousel .slick-prev:focus,
.NewsCarousel .slick-next:hover,
.NewsCarousel .slick-next:focus
{
    outline: none;
    background: transparent;
    border-color: currentColor;
}
.NewsCarousel .slick-prev:hover::after,
.NewsCarousel .slick-prev:focus::after,
.NewsCarousel .slick-next:hover::after,
.NewsCarousel .slick-next:focus::after
{
    border-color: currentColor;
}
.NewsCarousel .slick-prev.slick-disabled,
.NewsCarousel .slick-next.slick-disabled
{
    opacity: .25;
}

@media (max-width: 920px) {
    .NewsCarousel {
        display: block;
    }
    .NewsCarousel-controls {
        margin-bottom: 1rem;
        padding: 0;
    }
    .NewsCarousel-arrows,
    .NewsCarousel-btn {
        display: inline-block;
        vertical-align: middle;
    }
    .NewsCarousel-btn {
        margin: .5rem 0 0;
        float: right;
    }
}


@media (max-width: 620px) {
    .NewsCarousel::after {
        display: none;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-27 17:09:18
 */

.Figure {
    margin: 0;
}
.Figure img{
    max-width:100%;
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-28 15:38:32
 */

.Table {
    width: 100%;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-28 15:54:21
 */

.PartnersFilters {
    margin: 0 -1rem;
}

.PartnersFilters-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.PartnersFilters-menu-item {
    flex: 1;
    padding: .5rem 0;
}

@media (min-width: 640px) {
    .PartnersFilters-menu {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;
    }
    .PartnersFilters-menu-item {
        padding: 0 1rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-03-05 11:48:40
 */

.ShareButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    border: none;
    text-decoration: none;
    color: #fff;
    background: #050269;
    border-radius: 1rem;
    transition: color .5s ease, background .5s ease;
}
.ShareButton + .ShareButton {
    margin-left: 1rem;
}

.ShareButton-icon {
    display: inline;
    height: 2rem;
    fill: #fff;
    margin-right: .5em;
    transition: fill .5s ease;
}

.ShareButton:hover {
    color: #fff;
    background: #00567a;
}

.ShareButton:hover .ShareButton-icon {
    fill: #fff;
}

@media (max-width: 480px) {
    .ShareButton {
        padding: .8rem 1rem;
    }
}

@media (max-width: 370px) {
    .ShareButton {
        padding: .5rem;
    }
    .ShareButton + .ShareButton {
        margin-left: .4rem;
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-11-10 09:30:01
 */

.Home-intro-image {
    text-align: center;
}
.Home-intro-image img {
    max-width: 100%;
    border-radius:12px;
    box-shadow: 4px 5px 10px 0px rgba(201, 201, 201, 1);
}


@media (min-width: 720px) {
    .Home-intro {
        display: flex;
    }

    .Home-intro-image {
        flex: 1;
        display: flex;
        align-items: center;
        margin-right: 4rem;
    }

    .Home-intro-image img {

    }

    .Home-intro-text {
        flex: 1;
    }
}

.EventSummary-item{
    display:flex;
    margin-bottom:20px;
}
.EventSummary-item-date {
    background-color: #050269;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    line-height:1em;
    width: 77px;
    height: 77px;
    margin-right:20px;
}
.EventSummary-item-date--asc {
    background-color: #a30000;
}

.EventSummary-item-date-day {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 12px;
}
.EventSummary-item-content-title{
    font-weight: bold;
    font-size:1.8rem;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #050269;
    color: #fff;
    border-color: #050269;
}
/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2020-02-05 16:16:38
 */

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.pull-left {
    float: left;
    margin-right:25px;
    margin-bottom:25px;
}

.pull-right {
    float: right;
}

.media-pullLeft {
    float: left;
    max-width: 50%;
    margin: 0 2rem 2rem 0;
}

.media-pullRight {
    float: right;
    max-width: 50%;
    margin: 0 0 2rem 2rem;
}

.unstyled-list {
    list-style: none;
    padding: 0;
}.PartnerFilters-menu-item .form-control {
    margin-bottom: 1rem;
}

.icon {
    height: 2rem;
    margin-right: 1rem;
    position: relative;
    top: .3rem;
}

.bigIcon {
    height: 3rem;
    margin-right: 1rem;
    position: relative;
    top: .3rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}


.hide-mobile {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.green {
    color: #33a92f;
}

@media (min-width: 1024px) {
    .hide-mobile {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
}
