/*
font-family: 'Ledger', serif;
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Sans Condensed', sans-serif;
font-family: 'IBM Plex Serif', serif;
font-family: 'IBM Plex Mono', monospace;
*/
.mod-form2 .mfrm-group-title, .mod-form2 .mfrm-group-title * {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
}

.mod-form2 .mfrm-group-subtitle, .mod-form2 .mfrm-group-subtitle * {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1em;
}

.mod-form2 .mfrm-group-subtitle.small {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.mod-form2 .mfrm-label > :not([data-wyziwyg='tinymce']), .mod-form2 .mfrm-label > :not([data-wyziwyg='tinymce']) *,
.mod-form2 .mfrm-field > :not([data-wyziwyg='tinymce']),
.mod-form2 .mfrm-field > :not([data-wyziwyg='tinymce']) *, .mod-form2.display .mfrm-field .phone-type:before, .mod-form2.display .mfrm-field .phone-type:after, .mod-form2 .mfrm-field.with-label label,
.mod-form2 .mfrm-field.with-label .mfrm-label-text, .mod-form2.medium-labels .mfrm-field.with-label label,
.mod-form2.medium-labels .mfrm-field.with-label .mfrm-label-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.mod-button, .mod-checkbox.button, .mod-checkbox.button.medium {
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 30px;
  border-radius: 3px;
  border: 0;
  background-color: #ff0e45;
}

.mod-button, .mod-checkbox.button, .mod-checkbox.button.medium, .mod-button:hover, .mod-checkbox.button:hover {
  color: #fdfdfd;
}

.mod-button:hover, .mod-checkbox.button:hover {
  background-color: #DA0032;
}

.h-tx--prevent-selection, .mod-button, .mod-checkbox.button, .mod-checkbox.button.medium, .mod-button > *, .mod-checkbox.button > *, .mod-checkbox.button.medium > * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.h-tx--permit-selection {
  -webkit-user-select: text;
  /* Chrome all / Safari all */
  -moz-user-select: text;
  /* Firefox all */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
  /* Likely future */
}

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*! normalize.css v8.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 iOS.
 */
/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 */
}

/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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.
 */
/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.i-generic:before {
  content: attr(icon-content);
}

.i-menu {
  /*empty*/
}

.i-trash {
  /*empty*/
}

.i-off {
  /*empty*/
}

.i-minus, .mod-items-collapsor .micol-link.less .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-items-collapsor .micol-link.less .mbc-icon, .mod-items-collapsor .micol-link.less .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-items-collapsor .micol-link.less .mfrm-note.info:before, .mod-items-collapsor .micol-link.less .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-items-collapsor .micol-link.less .mfrm-note.warning:before, .mod-items-collapsor .micol-link.less .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-items-collapsor .micol-link.less .mfrm-note.error:before, .mod-items-collapsor .micol-link.less .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-items-collapsor .micol-link.less .mfrm-note.important:before, .mod-items-collapsor .micol-link.less .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-items-collapsor .micol-link.less .mfrm-icon.warning, .mod-items-collapsor .micol-link.less .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-items-collapsor .micol-link.less .mchx-check, .mod-items-collapsor .micol-link.less .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-items-collapsor .micol-link.less .mchx-check, .mod-items-collapsor .micol-link.less .icon {
  /*empty*/
}

.i-delete,
.i-cancel {
  /*empty*/
}

.i-opened, .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor[collapsor-state='close'] .mbcol-button .icon {
  /*empty*/
}

.i-closed, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mbc-icon, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mfrm-note.info:before, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mfrm-note.warning:before, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mfrm-note.error:before, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mfrm-note.important:before, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mfrm-icon.warning, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mchx-check, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-box-collapsor[collapsor-state='open'] .mbcol-button .mchx-check, .mod-box-collapsor[collapsor-state='open'] .mbcol-button .icon {
  /*empty*/
}

.i-sort {
  /*empty*/
}

.i-up {
  /*empty*/
}

.i-down {
  /*empty*/
}

.i-up2, .mod-collapsor .icon, .mod-collapsor .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-collapsor .mbc-icon, .mod-collapsor .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-collapsor .mfrm-note.info:before, .mod-collapsor .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-collapsor .mfrm-note.warning:before, .mod-collapsor .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-collapsor .mfrm-note.error:before, .mod-collapsor .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-collapsor .mfrm-note.important:before, .mod-collapsor .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-collapsor .mfrm-icon.warning, .mod-collapsor .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-collapsor .mchx-check, .mod-collapsor .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-collapsor .mchx-check, .mod-collapsor .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-collapsor .icon, .mod-collapsor .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-collapsor .icon, .mod-collapsor.opened .icon, .mod-collapsor.opened .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-collapsor.opened .mbc-icon, .mod-collapsor[collapsor-state='opened'] .icon, .mod-collapsor[collapsor-state='opened'] .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-collapsor[collapsor-state='opened'] .mbc-icon {
  /*empty*/
}

.i-down2, .mod-collapsor.closed .i-delete, .mod-collapsor[collapsor-state='closed'] .i-delete {
  /*empty*/
}

.i-up3 {
  /*empty*/
}

.i-down3 {
  /*empty*/
}

.i-folder-open, .mod-breadcrumb .mbc-icon-ext--folder {
  /*empty*/
}

.i-folder-closed {
  /*empty*/
}

.i-warning, .mod-form2 .mfrm-note.warning:before, .mod-form2 .mfrm-icon.warning {
  /*empty*/
}

.i-error, .mod-form2 .mfrm-note.error:before {
  /*empty*/
}

.i-visible {
  /*empty*/
}

.i-invisible {
  /*empty*/
}

.i-misc,
.i-question {
  /*empty*/
}

.i-info, .mod-form2 .mfrm-note.info:before {
  /*empty*/
}

.i-filter {
  /*empty*/
}

.i-phone {
  /*empty*/
}

.i-mobile {
  /*empty*/
  font-weight: 100 !important;
}

.i-desktop {
  /*empty*/
  font-weight: 100 !important;
}

.i-bus {
  /*empty*/
}

.i-plane {
  /*empty*/
}

.i-car {
  /*empty*/
  font-weight: lighter;
}

.i-km,
.i-road {
  /*empty*/
}

.i-school {
  /*empty*/
}

.i-mobile {
  /*empty*/
}

.i-hotel,
.i-bed {
  /*empty*/
  font-weight: lighter;
}

.i-parking {
  /*empty*/
}

.i-parking:before {
  content: "P";
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-top: 2px;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 45px;
  border: 3px solid #ff0e45;
  border-radius: 25px;
}

.i-gaz {
  /*empty*/
}

.i-resto {
  /*empty*/
}

.i-perdiem {
  /*empty*/
}

.i-credit {
  /*empty*/
}

.i-taxi {
  /*empty*/
}

.i-subway {
  /*empty*/
}

.i-image {
  /*empty*/
}

.i-envelope {
  /*empty*/
}

.i-download {
  /*empty*/
}

.i-change {
  /*empty*/
}

.i-paperclip {
  /*empty*/
}

.i-dollar {
  /*empty*/
}

.i-calendar, .mod-form2 .mfrm-field.date-picker.with-icon .icon, .mod-form2 .mfrm-field.date-picker.with-icon .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-form2 .mfrm-field.date-picker.with-icon .mbc-icon, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-note.info:before, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-note.warning:before, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-note.error:before, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-note.important:before, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-icon.warning, .mod-form2 .mfrm-field.date-picker.with-icon .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-form2 .mfrm-field.date-picker.with-icon .mchx-check, .mod-form2 .mfrm-field.date-picker.with-icon .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-form2 .mfrm-field.date-picker.with-icon .mchx-check, .mod-form2.edition .mfrm-field.date-picker.with-icon .icon {
  /*empty*/
}

/* Layout */
.lay-container {
  max-width: 1920px;
  margin: 0 auto;
}

.lay-container,
.lay-container .lay-row,
.lay-container .lay-cell,
.lay-container [class^='lay-cell'] {
  font-size: 0;
  line-height: 1em;
}

.lay-container .lay-cell,
.lay-container [class^='lay-cell'] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 7px;
  padding-left: 7px;
}

.lay-container .lay-cell.lay-cell-opt--no-gutter,
.lay-container [class^='lay-cell'].lay-cell-opt--no-gutter {
  padding-left: 0;
}

.lay-container .lay-row {
  margin-left: -7px;
}

.lay-container .lay-row .lay-cell-1 {
  width: 8.3333333333%;
}

.lay-container .lay-row .lay-cell-2 {
  width: 16.6666666667%;
}

.lay-container .lay-row .lay-cell-3 {
  width: 25%;
}

.lay-container .lay-row .lay-cell-4 {
  width: 33.3333333333%;
}

.lay-container .lay-row .lay-cell-5 {
  width: 41.6666666667%;
}

.lay-container .lay-row .lay-cell-6 {
  width: 50%;
}

.lay-container .lay-row .lay-cell-7 {
  width: 58.3333333333%;
}

.lay-container .lay-row .lay-cell-8 {
  width: 66.6666666667%;
}

.lay-container .lay-row .lay-cell-9 {
  width: 75%;
}

.lay-container .lay-row .lay-cell-10 {
  width: 83.3333333333%;
}

.lay-container .lay-row .lay-cell-11 {
  width: 91.6666666667%;
}

.lay-container .lay-row .lay-cell-12 {
  width: 100%;
}

.lay-container.lay-container-opt--rows-no-gutters .lay-row,
.lay-container .lay-row.lay-row-opt--no-gutters {
  margin-left: 0;
}

.lay-container.lay-container-opt--rows-no-gutters .lay-row .lay-cell, .lay-container.lay-container-opt--rows-no-gutters .lay-row [class^='lay-cell'],
.lay-container .lay-row.lay-row-opt--no-gutters .lay-cell,
.lay-container .lay-row.lay-row-opt--no-gutters [class^='lay-cell'] {
  padding-left: 0;
}

.lay-container.lay-container-opt--rows-align-center .lay-row,
.lay-container .lay-row.lay-row-opt--align-center {
  text-align: center;
}

.lay-container.lay-container-opt--rows-cell-align-center .lay-cell, .lay-container.lay-container-opt--rows-cell-align-center [class^='lay-cell'],
.lay-container .lay-row.lay-row-opt--cell-align-center .lay-cell,
.lay-container .lay-row.lay-row-opt--cell-align-center [class^='lay-cell'] {
  text-align: center;
}

.lay-container.lay-container-opt--rows-cell-align-right .lay-cell, .lay-container.lay-container-opt--rows-cell-align-right [class^='lay-cell'],
.lay-container .lay-row.lay-row-opt--cell-align-right .lay-cell,
.lay-container .lay-row.lay-row-opt--cell-align-right [class^='lay-cell'] {
  text-align: right;
}

.lay-container.lay-container-opt--rows-no-cell-marges .lay-cell, .lay-container.lay-container-opt--rows-no-cell-marges [class^='lay-cell'],
.lay-container .lay-row.lay-row-opt--no-cell-marges .lay-cell,
.lay-container .lay-row.lay-row-opt--no-cell-marges [class^='lay-cell'] {
  margin-top: 0;
}

.lay-container.lay-container-opt--add-top-marge:first-child {
  margin-top: 7px;
}

.lay-container.lay-container-opt--add-bottom-marge:last-child {
  margin-bottom: 7px;
}

@media screen and (max-width: 1920px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 9.0909090909%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 18.1818181818%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 27.2727272727%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 36.3636363636%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 45.4545454545%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 54.5454545455%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 63.6363636364%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 72.7272727273%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 81.8181818182%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 90.9090909091%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1760px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 10%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 20%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 30%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 40%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 60%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 70%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 80%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 90%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 11.1111111111%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 22.2222222222%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 44.4444444444%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 55.5555555556%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 77.7777777778%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 88.8888888889%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 12.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 25%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 37.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 62.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 75%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 87.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 14.2857142857%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 28.5714285714%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 42.8571428571%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 57.1428571429%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 71.4285714286%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 85.7142857143%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1120px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 16.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 83.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 20%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 40%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 60%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 80%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 25%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 75%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-1 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-2 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-3 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-small .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1920px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 9.0909090909%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 18.1818181818%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 27.2727272727%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 36.3636363636%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 45.4545454545%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 54.5454545455%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 63.6363636364%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 72.7272727273%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 81.8181818182%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 90.9090909091%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1740px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 10%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 20%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 30%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 40%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 60%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 70%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 80%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 90%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1560px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 11.1111111111%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 22.2222222222%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 44.4444444444%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 55.5555555556%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 77.7777777778%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 88.8888888889%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1380px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 12.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 25%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 37.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 62.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 75%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 87.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 14.2857142857%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 28.5714285714%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 42.8571428571%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 57.1428571429%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 71.4285714286%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 85.7142857143%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 16.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 83.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 20%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 40%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 60%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 80%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 25%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 75%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 300px) {
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-1 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-2 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-3 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 9.0909090909%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 18.1818181818%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 27.2727272727%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 36.3636363636%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 45.4545454545%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 54.5454545455%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 63.6363636364%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 72.7272727273%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 81.8181818182%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 90.9090909091%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1070px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 10%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 20%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 30%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 40%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 60%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 70%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 80%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 90%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 940px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 11.1111111111%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 22.2222222222%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 44.4444444444%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 55.5555555556%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 77.7777777778%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 88.8888888889%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 810px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 12.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 25%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 37.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 62.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 75%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 87.5%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 14.2857142857%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 28.5714285714%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 42.8571428571%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 57.1428571429%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 71.4285714286%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 85.7142857143%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 16.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 83.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 20%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 40%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 60%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 80%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 290px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 25%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 50%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 75%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

@media screen and (max-width: 160px) {
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-1 {
    width: 33.3333333333%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-2 {
    width: 66.6666666667%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-3 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-4 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-5 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-6 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-7 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-8 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-9 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-10 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-11 {
    width: 100%;
  }
  .lay-container .lay-row.lay-row-opt--fluid-large .lay-cell-12 {
    width: 100%;
  }
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-1 {
  width: 8.3333333333%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-2 {
  width: 16.6666666667%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-3 {
  width: 25%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-4 {
  width: 33.3333333333%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-5 {
  width: 41.6666666667%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-6 {
  width: 50%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-7 {
  width: 58.3333333333%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-8 {
  width: 66.6666666667%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-9 {
  width: 75%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-10 {
  width: 83.3333333333%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-11 {
  width: 91.6666666667%;
}

.lay-container.lay-container-opt--reset .lay-row .lay-cell-12 {
  width: 100%;
}

.lay-container.lay-container-opt--reset .lay-cell,
.lay-container.lay-container-opt--reset [class^='lay-cell'] {
  margin-top: 7px;
}

@media screen and (max-width: 1440px) {
  .lay-container .lay-row.lay-row-opt--cell-full-on-1440-or-less .lay-cell, .lay-container .lay-row.lay-row-opt--cell-full-on-1440-or-less [class^='lay-cell'] {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .lay-container .lay-row.lay-row-opt--cell-full-on-tablet-or-less .lay-cell, .lay-container .lay-row.lay-row-opt--cell-full-on-tablet-or-less [class^='lay-cell'] {
    width: 100%;
  }
  .lay-container .lay-cell.lay-cell-opt--no-marge-on-tablet-or-less, .lay-container [class^='lay-cell'].lay-cell-opt--no-marge-on-tablet-or-less {
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .lay-container .lay-row.lay-row-opt--cell-full-on-phone-or-less .lay-cell, .lay-container .lay-row.lay-row-opt--cell-full-on-phone-or-less [class^='lay-cell'] {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lay-container .lay-row.lay-row-opt--cell-full-on-small-phone .lay-cell, .lay-container .lay-row.lay-row-opt--cell-full-on-small-phone [class^='lay-cell'] {
    width: 100%;
  }
}

/* Helpers version 2
    Legend:
    h = helpers
    h-ds = display
    h-ps = position
    h-tx = text
    h-fl = float
    h-wd = width
    h-hg = height
    h-mg = margin
    h-pd = padding
    h-cr = cursor
    h-as = similitude
    h-br = border
    h-bh = behavior
*/
.h-tx--invisible {
  color: transparent;
}

.h-tx--invisible-force {
  color: transparent !important;
}

.h-ps--relative {
  position: relative;
}

.h-ds--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inline-block;
}

.h-ds--block {
  display: block;
}

.h-ds--iblock {
  display: inline-block;
}

.h-ds--table {
  display: table;
}

.h-ds--row {
  display: table-row;
}

.h-ds--cell {
  display: table-cell;
}

.h-fl--right {
  float: right;
}

.h-fl--left {
  float: left;
}

.h-fl--none {
  float: none;
}

.h-wd--full {
  width: 100%;
}

.h-wd--half {
  width: 50%;
}

.h-wd--third {
  width: 33.33%;
}

.h-wd--quart {
  width: 25%;
}

.h-hg--normal {
  height: auto;
}

.h-hg--normal-force {
  height: auto !important;
}

.h-mg--nothing {
  margin: 0;
}

.h-mg--nothing-force {
  margin: 0 !important;
}

.h-pd--nothing {
  padding: 0;
}

.h-pd--nothing-force {
  padding: 0 !important;
}

.h-tx--indented {
  display: inline-block;
}

.h-tx--indented, .h-tx--indented.x1 {
  padding-left: 20px;
}

.h-tx--indented.x2 {
  padding-left: 40px;
}

.h-tx--indented.x3 {
  padding-left: 60px;
}

.h-tx--strikethrough {
  text-decoration: line-through;
}

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

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

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

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

.h-tx--bold {
  font-weight: 600;
}

.h-tx--bold-force {
  font-weight: 600 !important;
}

.h-tx--xbold {
  font-weight: 700;
}

.h-tx--xbold-force {
  font-weight: 700 !important;
}

.h-tx--italic {
  font-style: italic;
}

.h-tx--italic-force {
  font-style: italic !important;
}

.h-tx--upper {
  text-transform: uppercase;
}

.h-tx--upper-force {
  text-transform: uppercase !important;
}

.h-tx--lower {
  text-transform: lowercase;
}

.h-tx--lower-force {
  text-transform: lowercase !important;
}

.h-tx--capital {
  text-transform: capitalize;
}

.h-tx--capital-force {
  text-transform: capitalize !important;
}

.h-tx--preformated {
  font-family: monospace;
  white-space: pre;
}

.h-tx--preformated-force {
  font-family: monospace !important;
  white-space: pre !important;
}

.h-tx--underline {
  text-decoration: underline;
}

.h-tx--underline-force {
  text-decoration: underline !important;
}

.h-tx--nothing {
  font-size: 0 !important;
}

.h-tx--nothing-force {
  font-size: 0 !important;
}

.h-tx--default-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.h-tx--default-serif-force {
  font-family: Georgia, "Times New Roman", Times, serif !important;
}

.h-tx--default-mono {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.h-tx--default-mono-force {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
}

.h-tx--menu {
  font-family: "IBM Plex Sans", sans-serif;
}

.h-tx--menu-force {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.h-tx--title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.h-tx--title-force {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
}

.h-tx--text {
  font-family: "IBM Plex Sans", sans-serif;
}

.h-tx--text-force {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.h-tx--icon {
  font-family: "glyphicons-halflings-regular";
}

.h-tx--icon-force {
  font-family: "glyphicons-halflings-regular" !important;
}

.h-tx--xxxs {
  font-size: 9px;
}

.h-tx--xxxs-force {
  font-size: 9px !important;
}

.h-tx--xxs {
  font-size: 10px;
}

.h-tx--xxs-force {
  font-size: 10px !important;
}

.h-tx--xs {
  font-size: 11px;
}

.h-tx--xs-force {
  font-size: 11px !important;
}

.h-tx--s {
  font-size: 12px;
}

.h-tx--s-force {
  font-size: 12px !important;
}

.h-tx--m {
  font-size: 14px;
}

.h-tx--m-force {
  font-size: 14px !important;
}

.h-tx--l {
  font-size: 18px;
}

.h-tx--l-force {
  font-size: 18px !important;
}

.h-tx--xl {
  font-size: 22px;
}

.h-tx--xl-force {
  font-size: 22px !important;
}

.h-tx--xxl {
  font-size: 30px;
}

.h-tx--xxl-force {
  font-size: 30px !important;
}

.h-tx--xxxl {
  font-size: 36px;
}

.h-tx--xxxl-force {
  font-size: 36px !important;
}

.h-tx--normal-line {
  line-height: 1em;
}

.h-tx--default-line-force {
  line-height: 1em !important;
}

.h-tx--black {
  color: #050500;
}

.h-tx--black-force {
  color: #050500 !important;
}

.h-tx--red {
  color: #DA0032;
}

.h-tx--red-force {
  color: #DA0032 !important;
}

.h-tx--green {
  color: #00a886;
}

.h-tx--green-force {
  color: #00a886 !important;
}

.h-tx--compact {
  letter-spacing: -1px;
}

.h-tx--extended {
  letter-spacing: 1px;
}

.h-bg--light {
  background-color: #fdfdfd;
}

.h-bg--light1 {
  background-color: #f5f4ee;
}

.h-bg--light1-force {
  background-color: #f5f4ee !important;
}

.h-bg--light2 {
  background-color: #efede4;
}

.h-bg--light2-force {
  background-color: #efede4 !important;
}

.h-bg--light3 {
  background-color: #ebe8dd;
}

.h-bg--light3-force {
  background-color: #ebe8dd !important;
}

.h-br--tiny-dark {
  border: 1px solid #DA0032;
}

.h-br--fat-dark {
  border: 2px solid #DA0032;
}

.h-cr--pointer {
  cursor: pointer;
}

.h-cr--pointer-force {
  cursor: pointer !important;
}

.h-cr--default {
  cursor: default;
}

.h-cr--default-force {
  cursor: default !important;
}

.h-as--required, .mod-form2 .required,
.mod-form2 .mfrm-label [required],
.mod-form2 .mfrm-intervales-label [required], .h-as--required:after, .mod-form2 .required:after,
.mod-form2 .mfrm-label [required]:after,
.mod-form2 .mfrm-intervales-label [required]:after {
  display: inline-block;
}

.h-as--required:after, .mod-form2 .required:after,
.mod-form2 .mfrm-label [required]:after,
.mod-form2 .mfrm-intervales-label [required]:after {
  content: "*";
  margin-left: 5px;
}

.h-as--required.no-marge:after, .mod-form2 .no-marge.required:after,
.mod-form2 .mfrm-label .no-marge[required]:after,
.mod-form2 .mfrm-intervales-label .no-marge[required]:after {
  margin-left: 0;
}

.h-as--required.missing, .mod-form2 .missing.required,
.mod-form2 .mfrm-label .missing[required],
.mod-form2 .mfrm-intervales-label .missing[required], .h-as--required.missing:after, .mod-form2 .missing.required:after,
.mod-form2 .mfrm-label .missing[required]:after,
.mod-form2 .mfrm-intervales-label .missing[required]:after {
  color: #DA0032;
}

.h-as--required-force, .h-as--required-force:after {
  display: inline-block !important;
}

.h-as--required-force:after {
  content: "*" !important;
  margin-left: 5px !important;
}

.h-as--required-force.missing, .h-as--required-force.missing:after {
  color: #DA0032 !important;
}

.h-as--link {
  cursor: pointer;
}

.h-as--link:hover {
  text-decoration: underline;
}

.h-as--link-force {
  cursor: pointer !important;
}

.h-as--link-force:hover {
  text-decoration: underline !important;
}

.h-bh--break {
  display: block;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

@media screen and (min-width: 960px) {
  .h-tx--right-on-tablet-or-more {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .h-bh--hidden-on-desktop-or-more {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 960px) {
  .h-bh--hidden-on-tablet-or-more {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .h-bh--hidden-on-phone-or-more {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 1199px) {
  .h-bh--hidden-on-tablet-or-less {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 959px) {
  .h-bh--hidden-on-phone-or-less {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .h-bh--hidden-on-smallphone-or-less {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline-block;
  }
}

/* Global */
html {
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  font-family: "IBM Plex Sans", sans-serif;
}

body.dawn {
  z-index: 99;
  position: relative;
  overflow: hidden;
}

body.dawn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}

body img {
  max-width: 100%;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-clear {
  /* Supprime le X dans les boites de texte (clear-text) */
  display: none;
}

/*
** Rich text format css class
** Note : mettre !important aux proprietes non-gere par le wyziwyg.
*/
.mod-rtf, .mod-dynamic-tile .mdt-text, .mce-content-body {
  display: block;
  overflow: auto;
}

.mod-rtf, .mod-dynamic-tile .mdt-text, .mod-rtf *, .mod-dynamic-tile .mdt-text *, .mce-content-body, .mce-content-body * {
  text-align: left;
  color: #202020;
  font-weight: 400 !important;
}

.mod-rtf h1, .mod-dynamic-tile .mdt-text h1, .mod-rtf h2, .mod-dynamic-tile .mdt-text h2, .mod-rtf h3, .mod-dynamic-tile .mdt-text h3, .mod-rtf ul, .mod-dynamic-tile .mdt-text ul, .mod-rtf ol, .mod-dynamic-tile .mdt-text ol, .mod-rtf li, .mod-dynamic-tile .mdt-text li, .mod-rtf p, .mod-dynamic-tile .mdt-text p, .mod-rtf a, .mod-dynamic-tile .mdt-text a, .mod-rtf br, .mod-dynamic-tile .mdt-text br, .mod-rtf hr, .mod-dynamic-tile .mdt-text hr, .mod-rtf img, .mod-dynamic-tile .mdt-text img, .mod-rtf * h1, .mod-dynamic-tile .mdt-text * h1, .mod-rtf * h2, .mod-dynamic-tile .mdt-text * h2, .mod-rtf * h3, .mod-dynamic-tile .mdt-text * h3, .mod-rtf * ul, .mod-dynamic-tile .mdt-text * ul, .mod-rtf * ol, .mod-dynamic-tile .mdt-text * ol, .mod-rtf * li, .mod-dynamic-tile .mdt-text * li, .mod-rtf * p, .mod-dynamic-tile .mdt-text * p, .mod-rtf * a, .mod-dynamic-tile .mdt-text * a, .mod-rtf * br, .mod-dynamic-tile .mdt-text * br, .mod-rtf * hr, .mod-dynamic-tile .mdt-text * hr, .mod-rtf * img, .mod-dynamic-tile .mdt-text * img, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body ul, .mce-content-body ol, .mce-content-body li, .mce-content-body p, .mce-content-body a, .mce-content-body br, .mce-content-body hr, .mce-content-body img, .mce-content-body * h1, .mce-content-body * h2, .mce-content-body * h3, .mce-content-body * ul, .mce-content-body * ol, .mce-content-body * li, .mce-content-body * p, .mce-content-body * a, .mce-content-body * br, .mce-content-body * hr, .mce-content-body * img {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}

.mod-rtf h1, .mod-dynamic-tile .mdt-text h1, .mod-rtf h2, .mod-dynamic-tile .mdt-text h2, .mod-rtf h3, .mod-dynamic-tile .mdt-text h3, .mod-rtf h4, .mod-dynamic-tile .mdt-text h4, .mod-rtf h5, .mod-dynamic-tile .mdt-text h5, .mod-rtf h6, .mod-dynamic-tile .mdt-text h6, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
  margin-top: 12px !important;
  margin-bottom: 17px !important;
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
}

.mod-rtf p, .mod-dynamic-tile .mdt-text p, .mod-rtf a, .mod-dynamic-tile .mdt-text a, .mod-rtf b, .mod-dynamic-tile .mdt-text b, .mod-rtf strong, .mod-dynamic-tile .mdt-text strong, .mod-rtf i, .mod-dynamic-tile .mdt-text i, .mod-rtf em, .mod-dynamic-tile .mdt-text em, .mod-rtf li, .mod-dynamic-tile .mdt-text li, .mce-content-body p, .mce-content-body a, .mce-content-body b, .mce-content-body strong, .mce-content-body i, .mce-content-body em, .mce-content-body li {
  font-size: 16px !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  line-height: 1.4em !important;
}

.mod-rtf a, .mod-dynamic-tile .mdt-text a, .mce-content-body a {
  display: inline-block !important;
  color: #19234b !important;
}

.mod-rtf a:hover, .mod-dynamic-tile .mdt-text a:hover, .mce-content-body a:hover {
  color: #cc0033 !important;
  text-decoration: underline !important;
}

.mod-rtf h1, .mod-dynamic-tile .mdt-text h1, .mce-content-body h1 {
  font-size: 22px !important;
}

.mod-rtf h2, .mod-dynamic-tile .mdt-text h2, .mce-content-body h2 {
  font-size: 18px !important;
}

.mod-rtf h3, .mod-dynamic-tile .mdt-text h3, .mod-rtf h4, .mod-dynamic-tile .mdt-text h4, .mod-rtf h5, .mod-dynamic-tile .mdt-text h5, .mod-rtf h6, .mod-dynamic-tile .mdt-text h6, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
  font-size: 16px !important;
}

.mod-rtf p, .mod-dynamic-tile .mdt-text p, .mce-content-body p {
  margin-top: 12px !important;
  text-align: justify;
}

.mod-rtf hr, .mod-dynamic-tile .mdt-text hr, .mce-content-body hr {
  border: none;
  border-top: 1px solid #cc0033;
  margin: 7px 3.33%;
}

.mod-rtf img, .mod-dynamic-tile .mdt-text img,
.mod-rtf table,
.mod-dynamic-tile .mdt-text table,
.mod-rtf iframe,
.mod-dynamic-tile .mdt-text iframe, .mce-content-body img,
.mce-content-body table,
.mce-content-body iframe {
  max-width: 100% !important;
}

.mod-rtf img, .mod-dynamic-tile .mdt-text img, .mce-content-body img {
  height: auto !important;
}


.mod-rtf table,
.mod-dynamic-tile .mdt-text table, .mod-rtf thead, .mod-dynamic-tile .mdt-text thead, .mod-rtf th, .mod-dynamic-tile .mdt-text th, .mod-rtf tbody, .mod-dynamic-tile .mdt-text tbody, .mod-rtf tr, .mod-dynamic-tile .mdt-text tr, .mod-rtf td, .mod-dynamic-tile .mdt-text td, .mod-rtf tfoot, .mod-dynamic-tile .mdt-text tfoot, .mce-content-body table, .mce-content-body thead, .mce-content-body th, .mce-content-body tbody, .mce-content-body tr, .mce-content-body td, .mce-content-body tfoot {
  line-height: 1.5em !important;
  font-size: 14px !important;
  font-family: "IBM Plex Sans", sans-serif !important;
}


.mod-rtf table,
.mod-dynamic-tile .mdt-text table, .mce-content-body table {
  margin-top: 5px !important;
}


.mod-rtf table,
.mod-dynamic-tile .mdt-text table, .mod-rtf table *, .mod-dynamic-tile .mdt-text table *, .mce-content-body table, .mce-content-body table * {
  box-sizing: border-box !important;
}

.mod-rtf th, .mod-dynamic-tile .mdt-text th, .mod-rtf td, .mod-dynamic-tile .mdt-text td, .mce-content-body th, .mce-content-body td {
  padding: 5px;
}

.mod-rtf ul, .mod-dynamic-tile .mdt-text ul, .mod-rtf ol, .mod-dynamic-tile .mdt-text ol, .mce-content-body ul, .mce-content-body ol {
  margin: 5px 0 0 !important;
}

.mod-rtf ul ul, .mod-dynamic-tile .mdt-text ul ul, .mod-rtf ul ol, .mod-dynamic-tile .mdt-text ul ol, .mod-rtf ol ul, .mod-dynamic-tile .mdt-text ol ul, .mod-rtf ol ol, .mod-dynamic-tile .mdt-text ol ol, .mce-content-body ul ul, .mce-content-body ul ol, .mce-content-body ol ul, .mce-content-body ol ol {
  margin-top: 0 !important;
}

.mod-rtf ol, .mod-dynamic-tile .mdt-text ol, .mce-content-body ol {
  margin-left: 12px !important;
}

.mod-rtf li, .mod-dynamic-tile .mdt-text li, .mce-content-body li {
  text-transform: none !important;
}

.mod-rtf b, .mod-dynamic-tile .mdt-text b, .mod-rtf strong, .mod-dynamic-tile .mdt-text strong, .mod-rtf code, .mod-dynamic-tile .mdt-text code, .mce-content-body b, .mce-content-body strong, .mce-content-body code {
  font-weight: 600 !important;
}

.mod-rtf i, .mod-dynamic-tile .mdt-text i, .mod-rtf em, .mod-dynamic-tile .mdt-text em, .mod-rtf blockquote, .mod-dynamic-tile .mdt-text blockquote, .mce-content-body i, .mce-content-body em, .mce-content-body blockquote {
  font-style: italic !important;
}

.mod-rtf blockquote, .mod-dynamic-tile .mdt-text blockquote, .mce-content-body blockquote {
  text-align: center;
  color: #DA0032 !important;
  font-size: 18px !important;
  line-height: 1.2em !important;
  margin-top: 20px !important;
}

.mod-rtf blockquote p, .mod-dynamic-tile .mdt-text blockquote p, .mce-content-body blockquote p {
  color: #DA0032 !important;
  font-size: 18px !important;
  text-align: center;
}

.mod-rtf code, .mod-dynamic-tile .mdt-text code, .mce-content-body code {
  color: #DA0032 !important;
}

.mod-rtf :last-child, .mod-dynamic-tile .mdt-text :last-child, .mce-content-body :last-child {
  margin-bottom: 0 !important;
}

.mod-rtf ul li, .mod-dynamic-tile .mdt-text ul li, .mce-content-body ul li {
  margin-left: 30px !important;
}

.mod-rtf.wyziwyg, .mod-dynamic-tile .wyziwyg.mdt-text, .mce-content-body.wyziwyg {
  /* Code specifique au wyziwyg (emoticons, etc.) */
}

/* Header */
/*
$dtech_colorPrimary: #7171ff !default;
$dtech_colorPrimaryDark: darken($dtech_colorPrimary) !default;
$dtech_colorSecondary: #DA0032 !default;
$dtech_colorSecondaryDark: darken($dtech_colorSecondary) !default;
*/
.mod-header {
  background-color: #19234b;
  border-bottom: 1px solid #060812;
}

.mod-header .mh-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mod-header .mh-content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
  background: #f85032;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.mod-header .mh-content-spacer {
  display: inline-block;
  vertical-align: middle;
}

.mod-header .mh-content-right,
.mod-header .mh-content-left {
  padding: 0 8px;
}

.mod-header .mh-title,
.mod-header .mh-logo,
.mod-header .mh-title-spacer {
  display: inline-block;
  vertical-align: middle;
}

.mod-header .mh-title, .mod-header .mh-title a {
  color: #fdfdfd;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  padding: 7px 0;
  width: calc(100% - 70px);
}

.mod-header .mh-logo {
  margin-right: 20px;
  width: 80px;
}

.mod-header .mh-logo img {
  max-width: 100%;
}

.mod-header .mh-logo, .mod-header .mh-logo img {
  max-height: 40px;
  margin-top: 3px;
}

@media screen and (min-width: 1200px) {
  .mod-header .mh-content-left .mh-content-spacer,
  .mod-header .mh-content-right .mh-content-spacer {
    height: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .mod-header .mh-content-left .mh-content-spacer,
  .mod-header .mh-content-right .mh-content-spacer {
    height: 24px;
  }
  .mod-header .mh-content-left {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mod-header .mh-content-right {
    text-align: right;
  }
  .mod-header .mh-title {
    font-size: 18px;
    padding-bottom: 0;
  }
}

/* Footer */
.mod-footer {
  border-top: 7px solid #cc0033;
}

.mod-footer ul,
.mod-footer ol,
.mod-footer li,
.mod-footer h1,
.mod-footer h2,
.mod-footer p,
.mod-footer a {
  margin: 0;
  padding: 0;
}

.mod-footer .mf-logo {
  width: 250px;
  vertical-align: top;
}

.mod-footer .mf-logo img {
  width: 80%;
  max-width: 100%;
}

.mod-footer .mf-detail,
.mod-footer .mf-details {
  display: block;
  width: 100%;
}

.mod-footer .mf-details-title {
  font-size: 18px;
  color: #f0f0f0;
}

.mod-footer .mf-detail,
.mod-footer .mf-detail span,
.mod-footer .mf-detail a {
  color: #f0f0f0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 2px;
}

.mod-footer .mf-detail span,
.mod-footer .mf-detail a {
  display: inline-block;
}

.mod-footer .mf-detail .sep {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 4px;
  height: 25px;
  margin: 0 25px;
  background-color: #cc0033;
  vertical-align: middle;
}

.mod-footer .mf-detail .glyphicon, .mod-footer .mf-detail .icon, .mod-footer .mf-detail .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-footer .mf-detail .mbc-icon, .mod-footer .mf-detail .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-footer .mf-detail .mfrm-note.info:before, .mod-footer .mf-detail .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-footer .mf-detail .mfrm-note.warning:before, .mod-footer .mf-detail .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-footer .mf-detail .mfrm-note.error:before, .mod-footer .mf-detail .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-footer .mf-detail .mfrm-note.important:before, .mod-footer .mf-detail .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-footer .mf-detail .mfrm-icon.warning, .mod-footer .mf-detail .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-footer .mf-detail .mchx-check, .mod-footer .mf-detail .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-footer .mf-detail .mchx-check, .mod-footer .mf-detail .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-footer .mf-detail .icon, .mod-footer .mf-detail .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-footer .mf-detail .icon {
  top: 2px;
  margin-right: 5px;
}

.mod-footer .mf-top {
  overflow: hidden;
  padding: 30px 0 30px 30px;
  background-color: #050500;
}

.mod-footer .mf-top .mf-detail {
  margin-top: 15px;
}

.mod-footer .mf-top .mf-details {
  position: relative;
  width: calc(100% - 250px);
}

.mod-footer .mf-logo,
.mod-footer .mf-details {
  display: inline-block;
}

.mod-footer .mf-bottom {
  display: block;
  height: 30px;
  background-color: #1b1b1b;
}

.mod-footer .mf-bottom .mf-detail {
  display: inline-block;
  padding: 0 35px;
  text-align: right;
}

.mod-footer .mf-bottom .mf-detail:hover {
  color: #474747;
}

.mod-footer .glyphicon, .mod-footer .icon, .mod-footer .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-footer .mbc-icon, .mod-footer .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-footer .mfrm-note.info:before, .mod-footer .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-footer .mfrm-note.warning:before, .mod-footer .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-footer .mfrm-note.error:before, .mod-footer .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-footer .mfrm-note.important:before, .mod-footer .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-footer .mfrm-icon.warning, .mod-footer .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-footer .mchx-check, .mod-footer .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-footer .mchx-check, .mod-footer .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-footer .icon, .mod-footer .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-footer .icon {
  font-family: "Glyphicons Halflings" !important;
}

@media screen and (max-width: 1179px) {
  .mod-footer {
    position: relative;
    padding-bottom: 40px;
  }
  .mod-footer .mf-logo {
    margin-top: 40px;
    position: absolute;
    right: 15px;
  }
  .mod-footer .mf-detail .sep {
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  .mod-footer .mf-top .mf-details {
    border-left: 4px solid #cc0033;
    padding-left: 15px;
  }
  .mod-footer .mf-bottom {
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .mod-footer .mf-logo {
    width: 200px;
    right: 0;
  }
  .mod-footer .mf-detail * {
    letter-spacing: 0 !important;
  }
  .mod-footer .mf-top .mf-details {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 479px) {
  .mod-footer .mf-logo {
    width: 150px;
    right: 0;
  }
  .mod-footer .mf-top {
    padding-left: 15px;
  }
  .mod-footer .mf-top .mf-details {
    width: calc(100% - 150px);
  }
}

.mod-top-menu {
  display: block;
  color: #fdfdfd;
  width: 100%;
  font-size: 0;
  line-height: 1em;
}

.mod-top-menu .mtm-left,
.mod-top-menu .mtm-right {
  font-size: 0;
  line-height: 1em;
  display: inline-block;
}

.mod-top-menu .mtm-left {
  width: 150px;
}

.mod-top-menu .mtm-left a {
  display: inline-block;
  padding: 5px;
}

.mod-top-menu .mtm-left img {
  max-width: 100%;
}

.mod-top-menu .mtm-right {
  display: inline-block;
  width: calc(100% - 150px);
}

.mod-top-menu .mtm-item {
  display: inline-block;
  padding: 15px 30px;
  color: #fdfdfd;
}

.mod-top-menu a.mtm-item span {
  display: inline-block;
}

.mod-top-menu a.mtm-item:hover, .mod-top-menu a.mtm-item:focus, .mod-top-menu a.mtm-item:active {
  text-decoration: none;
}

.mod-top-menu a.mtm-item:hover,
.mod-top-menu a.mtm-item:hover span {
  color: #DA0032;
}

.mod-top-menu .mtm-items {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.mod-top-menu .mtm-items,
.mod-top-menu .mtm-items > li {
  display: inline-block;
  vertical-align: middle;
}

.mod-top-menu .mtm-items > li {
  width: 30%;
}

.mod-top-menu .mtm-items > li a, .mod-top-menu .mtm-items > li span {
  font-size: 18px;
  font-weight: 100;
  line-height: 1em;
}

.mod-top-menu .mtm-items > li a.icon, .mod-top-menu .mtm-items > li .mod-breadcrumb a.mbc-icon, .mod-breadcrumb .mod-top-menu .mtm-items > li a.mbc-icon, .mod-top-menu .mtm-items > li .mod-form2 a.mfrm-note.info:before, .mod-form2 .mod-top-menu .mtm-items > li a.mfrm-note.info:before, .mod-top-menu .mtm-items > li .mod-form2 a.mfrm-note.warning:before, .mod-form2 .mod-top-menu .mtm-items > li a.mfrm-note.warning:before, .mod-top-menu .mtm-items > li .mod-form2 a.mfrm-note.error:before, .mod-form2 .mod-top-menu .mtm-items > li a.mfrm-note.error:before, .mod-top-menu .mtm-items > li .mod-form2 a.mfrm-note.important:before, .mod-form2 .mod-top-menu .mtm-items > li a.mfrm-note.important:before, .mod-top-menu .mtm-items > li .mod-form2 a.mfrm-icon.warning, .mod-form2 .mod-top-menu .mtm-items > li a.mfrm-icon.warning, .mod-top-menu .mtm-items > li .mod-checkbox.active a.mchx-check, .mod-checkbox.active .mod-top-menu .mtm-items > li a.mchx-check, .mod-top-menu .mtm-items > li .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover a.mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-top-menu .mtm-items > li a.mchx-check, .mod-top-menu .mtm-items > li .mod-box-collapsor[collapsor-state='close'] .mbcol-button a.icon, .mod-box-collapsor[collapsor-state='close'] .mbcol-button .mod-top-menu .mtm-items > li a.icon, .mod-top-menu .mtm-items > li span.icon, .mod-top-menu .mtm-items > li .mod-breadcrumb span.mbc-icon, .mod-breadcrumb .mod-top-menu .mtm-items > li span.mbc-icon, .mod-top-menu .mtm-items > li .mod-form2 span.mfrm-note.info:before, .mod-form2 .mod-top-menu .mtm-items > li span.mfrm-note.info:before, .mod-top-menu .mtm-items > li .mod-form2 span.mfrm-note.warning:before, .mod-form2 .mod-top-menu .mtm-items > li span.mfrm-note.warning:before, .mod-top-menu .mtm-items > li .mod-form2 span.mfrm-note.error:before, .mod-form2 .mod-top-menu .mtm-items > li span.mfrm-note.error:before, .mod-top-menu .mtm-items > li .mod-form2 span.mfrm-note.important:before, .mod-form2 .mod-top-menu .mtm-items > li span.mfrm-note.important:before, .mod-top-menu .mtm-items > li .mod-form2 span.mfrm-icon.warning, .mod-form2 .mod-top-menu .mtm-items > li span.mfrm-icon.warning, .mod-top-menu .mtm-items > li .mod-checkbox.active span.mchx-check, .mod-checkbox.active .mod-top-menu .mtm-items > li span.mchx-check, .mod-top-menu .mtm-items > li .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover span.mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-top-menu .mtm-items > li span.mchx-check, .mod-top-menu .mtm-items > li .mod-box-collapsor[collapsor-state='close'] .mbcol-button span.icon, .mod-box-collapsor[collapsor-state='close'] .mbcol-button .mod-top-menu .mtm-items > li span.icon {
  display: none;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 400;
}

.mod-top-menu .mtm-items > li:first-child:before {
  display: none;
}

.mod-top-menu .mtm-items .mtm-item {
  padding-left: 30px;
  padding-right: 29px;
}

.mod-top-menu .mtm-items .mtm-separator {
  display: inline-block;
  background: #fefffd;
  width: 1px;
  height: 25px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8) inset;
}

.mod-top-menu .mtm-help,
.mod-top-menu .mtm-signoff {
  padding: 0 12px;
}

.mod-top-menu .mtm-help span.icon, .mod-top-menu .mtm-help .mod-breadcrumb span.mbc-icon, .mod-breadcrumb .mod-top-menu .mtm-help span.mbc-icon, .mod-top-menu .mtm-help .mod-form2 span.mfrm-note.info:before, .mod-form2 .mod-top-menu .mtm-help span.mfrm-note.info:before, .mod-top-menu .mtm-help .mod-form2 span.mfrm-note.warning:before, .mod-form2 .mod-top-menu .mtm-help span.mfrm-note.warning:before, .mod-top-menu .mtm-help .mod-form2 span.mfrm-note.error:before, .mod-form2 .mod-top-menu .mtm-help span.mfrm-note.error:before, .mod-top-menu .mtm-help .mod-form2 span.mfrm-note.important:before, .mod-form2 .mod-top-menu .mtm-help span.mfrm-note.important:before, .mod-top-menu .mtm-help .mod-form2 span.mfrm-icon.warning, .mod-form2 .mod-top-menu .mtm-help span.mfrm-icon.warning, .mod-top-menu .mtm-help .mod-checkbox.active span.mchx-check, .mod-checkbox.active .mod-top-menu .mtm-help span.mchx-check, .mod-top-menu .mtm-help .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover span.mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-top-menu .mtm-help span.mchx-check, .mod-top-menu .mtm-help .mod-box-collapsor[collapsor-state='close'] .mbcol-button span.icon, .mod-box-collapsor[collapsor-state='close'] .mbcol-button .mod-top-menu .mtm-help span.icon,
.mod-top-menu .mtm-signoff span.icon,
.mod-top-menu .mtm-signoff .mod-breadcrumb span.mbc-icon,
.mod-breadcrumb .mod-top-menu .mtm-signoff span.mbc-icon,
.mod-top-menu .mtm-signoff .mod-form2 span.mfrm-note.info:before,
.mod-form2 .mod-top-menu .mtm-signoff span.mfrm-note.info:before,
.mod-top-menu .mtm-signoff .mod-form2 span.mfrm-note.warning:before,
.mod-form2 .mod-top-menu .mtm-signoff span.mfrm-note.warning:before,
.mod-top-menu .mtm-signoff .mod-form2 span.mfrm-note.error:before,
.mod-form2 .mod-top-menu .mtm-signoff span.mfrm-note.error:before,
.mod-top-menu .mtm-signoff .mod-form2 span.mfrm-note.important:before,
.mod-form2 .mod-top-menu .mtm-signoff span.mfrm-note.important:before,
.mod-top-menu .mtm-signoff .mod-form2 span.mfrm-icon.warning,
.mod-form2 .mod-top-menu .mtm-signoff span.mfrm-icon.warning,
.mod-top-menu .mtm-signoff .mod-checkbox.active span.mchx-check,
.mod-checkbox.active .mod-top-menu .mtm-signoff span.mchx-check,
.mod-top-menu .mtm-signoff .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover span.mchx-check,
.mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-top-menu .mtm-signoff span.mchx-check,
.mod-top-menu .mtm-signoff .mod-box-collapsor[collapsor-state='close'] .mbcol-button span.icon,
.mod-box-collapsor[collapsor-state='close'] .mbcol-button .mod-top-menu .mtm-signoff span.icon {
  font-size: 20px;
  top: 4px;
}

.mod-top-menu.mod-top-menu-ext--header {
  display: inline-block;
  margin: 1px 0 2px;
}

@media screen and (max-width: 767px) {
  .mod-top-menu.mod-top-menu-ext--header .mtm-items li.mtm-li-opt--full-on-phone {
    width: 100%;
  }
  .mod-top-menu.mod-top-menu-ext--header .mtm-items li.mtm-li-opt--hidden-on-phone {
    display: none;
  }
  .mod-top-menu.mod-top-menu-ext--header .mtm-separator {
    display: none;
  }
}

@media screen and (max-width: 319px) {
  .mod-top-menu.mod-top-menu-ext--header .mtm-items li.mtm-li-opt--full-on-small-phone {
    width: 100%;
  }
  .mod-top-menu.mod-top-menu-ext--header .mtm-items li.mtm-li-opt--hidden-on-small-phone {
    display: none;
  }
}

.mod-navigation {
  position: absolute;
  display: block;
  top: 0;
  z-index: 500;
  width: 100%;
}

.mod-navigation .mnav-top {
  padding: 5px 240px;
  display: block;
  background-color: #f0f0f0;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
}

.mod-navigation .mnav-top,
.mod-navigation .mnav-top * {
  color: #202020;
  font-weight: 600;
  text-shadow: 0 0 1px #b9b9b9;
}

.mod-navigation .mnav-top > * {
  display: inline-block;
  padding-left: 10%;
}

.mod-navigation .mnav-top > *:first-child {
  padding-left: 0;
}

.mod-navigation .mnav-top-info .glyphicon, .mod-navigation .mnav-top-info .icon, .mod-navigation .mnav-top-info .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-navigation .mnav-top-info .mbc-icon, .mod-navigation .mnav-top-info .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-navigation .mnav-top-info .mfrm-note.info:before, .mod-navigation .mnav-top-info .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-navigation .mnav-top-info .mfrm-note.warning:before, .mod-navigation .mnav-top-info .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-navigation .mnav-top-info .mfrm-note.error:before, .mod-navigation .mnav-top-info .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-navigation .mnav-top-info .mfrm-note.important:before, .mod-navigation .mnav-top-info .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-navigation .mnav-top-info .mfrm-icon.warning, .mod-navigation .mnav-top-info .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-navigation .mnav-top-info .mchx-check, .mod-navigation .mnav-top-info .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-navigation .mnav-top-info .mchx-check, .mod-navigation .mnav-top-info .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-navigation .mnav-top-info .icon, .mod-navigation .mnav-top-info .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-navigation .mnav-top-info .icon {
  top: 2px;
  margin-right: 7px;
}

.mod-navigation .mnav-content {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 10%, rgba(0, 0, 0, 0.5) 13%, rgba(0, 0, 0, 0.33) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 10%, rgba(0, 0, 0, 0.5) 13%, rgba(0, 0, 0, 0.33) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 10%, rgba(0, 0, 0, 0.5) 13%, rgba(0, 0, 0, 0.33) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab000000', endColorstr='#54000000', GradientType=0);
  /* IE6-9 */
}

.mod-navigation .mnav-breadcrumb {
  display: block;
  width: 100%;
}

.mod-navigation .mnav-logo-image {
  display: inline-block;
  width: 100%;
  height: 90%;
  margin-top: 5%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mod-navigation .mnav-logo {
  display: none;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  margin-left: 25px;
  z-index: 510;
}

.mod-navigation .mnav-logo:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: -60px;
  right: -40px;
  transform: skewX(-25deg);
}

.mod-navigation .glyphicon, .mod-navigation .icon, .mod-navigation .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-navigation .mbc-icon, .mod-navigation .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-navigation .mfrm-note.info:before, .mod-navigation .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-navigation .mfrm-note.warning:before, .mod-navigation .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-navigation .mfrm-note.error:before, .mod-navigation .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-navigation .mfrm-note.important:before, .mod-navigation .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-navigation .mfrm-icon.warning, .mod-navigation .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-navigation .mchx-check, .mod-navigation .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-navigation .mchx-check, .mod-navigation .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-navigation .icon, .mod-navigation .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-navigation .icon {
  font-family: "Glyphicons Halflings" !important;
}

@media screen and (min-width: 1200px) {
  .mod-navigation .mnav-content {
    padding-left: 125px;
    background: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab000000', endColorstr='#54000000', GradientType=0);
    /* IE6-9 */
  }
  .mod-navigation .mnav-logo-image {
    margin-top: 5%;
  }
  .mod-navigation .mnav-logo {
    width: 125px;
    height: 110px;
  }
  .mod-navigation .mnav-logo:before {
    background: #f0f0f0;
  }
}

@media screen and (max-width: 1199px) {
  .mod-navigation {
    position: fixed;
    top: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.33);
  }
  .mod-navigation .mnav-top {
    position: absolute;
    left: 0;
    padding: 0;
    top: 12px;
    left: 50px;
    right: 50px;
    z-index: 999;
    background: transparent;
  }
  .mod-navigation .mnav-top-info.phone {
    font-size: 18px;
  }
  .mod-navigation .mnav-top-info.email {
    display: none;
  }
  .mod-navigation .mnav-content {
    background: #f0f0f0;
  }
  .mod-navigation .mnav-logo-image {
    margin-top: 5%;
  }
  .mod-navigation .mnav-logo {
    width: 75px;
    height: 65px;
    margin-left: 15px;
  }
  .mod-navigation .mnav-logo:before {
    background: #f0f0f0;
  }
  .mod-navigation .mnav-logo:after {
    display: inline-block;
    width: 150px;
    font-size: 16px;
    line-height: 1em;
    top: 15px;
    left: 116px;
  }
}

@media screen and (max-width: 959px) {
  .mod-navigation .mnav-logo-image {
    margin-top: 10%;
  }
  .mod-navigation .mnav-logo {
    width: 60px;
    height: 50px;
  }
  .mod-navigation .mnav-logo:before {
    bottom: -7px;
    right: -25px;
  }
  .mod-navigation .mnav-logo:after {
    left: 88px;
  }
}

.mod-breadcrumb {
  background-color: transparent;
  display: none !important;
}

.mod-breadcrumb li {
  display: inline-block;
}

.mod-breadcrumb li span, .mod-breadcrumb li a, .mod-breadcrumb li:after {
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1em;
  letter-spacing: normal;
  color: #f0f0f0;
}

.mod-breadcrumb li > span, .mod-breadcrumb li a {
  padding: 7px 15px 5px 0;
}

.mod-breadcrumb li a:hover {
  cursor: pointer;
}

.mod-breadcrumb li a:hover span {
  text-decoration: underline;
}

.mod-breadcrumb li a:hover span.icon, .mod-breadcrumb li a:hover span.mbc-icon, .mod-breadcrumb li a:hover .mod-form2 span.mfrm-note.info:before, .mod-form2 .mod-breadcrumb li a:hover span.mfrm-note.info:before, .mod-breadcrumb li a:hover .mod-form2 span.mfrm-note.warning:before, .mod-form2 .mod-breadcrumb li a:hover span.mfrm-note.warning:before, .mod-breadcrumb li a:hover .mod-form2 span.mfrm-note.error:before, .mod-form2 .mod-breadcrumb li a:hover span.mfrm-note.error:before, .mod-breadcrumb li a:hover .mod-form2 span.mfrm-note.important:before, .mod-form2 .mod-breadcrumb li a:hover span.mfrm-note.important:before, .mod-breadcrumb li a:hover .mod-form2 span.mfrm-icon.warning, .mod-form2 .mod-breadcrumb li a:hover span.mfrm-icon.warning, .mod-breadcrumb li a:hover .mod-checkbox.active span.mchx-check, .mod-checkbox.active .mod-breadcrumb li a:hover span.mchx-check, .mod-breadcrumb li a:hover .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover span.mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-breadcrumb li a:hover span.mchx-check, .mod-breadcrumb li a:hover .mod-box-collapsor[collapsor-state='close'] .mbcol-button span.icon, .mod-box-collapsor[collapsor-state='close'] .mbcol-button .mod-breadcrumb li a:hover span.icon {
  text-decoration: none;
}

.mod-breadcrumb li:after {
  padding-right: 15px;
  content: "/";
}

.mod-breadcrumb li:last-child span span {
  font-weight: 600;
}

.mod-breadcrumb li:last-child:after {
  display: none;
}

.mod-breadcrumb .mbc-items {
  padding: 0 7px;
}

.mod-breadcrumb .mbc-icon {
  top: 0;
  margin-right: 7px;
  font-size: 12px !important;
}

.mod-breadcrumb .mbc-icon:before {
  font-family: "glyphicons-halflings-regular";
}

.mod-breadcrumb .mbc-left {
  min-height: 44px;
}

.mod-breadcrumb .mbc-header {
  padding-bottom: 5px;
  width: 100%;
}

.mod-breadcrumb .mbc-header .mbc-link {
  margin-top: 7px;
  margin-left: 7px;
}

.mod-breadcrumb .mbc-header-left .mod-button, .mod-breadcrumb .mbc-header-left .mod-checkbox.button {
  margin-left: 7px;
}

.mod-breadcrumb .mbc-header-right .mod-button, .mod-breadcrumb .mbc-header-right .mod-checkbox.button {
  margin-right: 7px;
}

.mod-breadcrumb.mod-breadcrumb-opt--include-subnav {
  position: relative;
}

.mod-breadcrumb.mod-breadcrumb-opt--include-subnav .mbc-left,
.mod-breadcrumb.mod-breadcrumb-opt--include-subnav .mbc-right {
  display: inline-block;
  vertical-align: bottom;
}

.mod-breadcrumb.mod-breadcrumb-opt--include-subnav .mbc-left {
  width: 100%;
  padding-right: 310px;
  margin-right: -310px;
}

.mod-breadcrumb.mod-breadcrumb-opt--include-subnav .mbc-right {
  position: relative;
  top: 0;
  right: 0;
  width: 300px;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .mod-breadcrumb.mod-breadcrumb-opt--include-subnav .mbc-left,
  .mod-breadcrumb.mod-breadcrumb-opt--include-subnav .mbc-right {
    display: block;
  }
  .mod-breadcrumb.mod-breadcrumb-opt--include-subnav .mbc-left {
    padding-right: 0;
  }
  .mod-breadcrumb.mod-breadcrumb-opt--include-subnav .mbc-right {
    width: 100%;
  }
}

.mod-page {
  background-color: #050500;
}

.mod-page .mp-main-wrapper {
  display: block;
  z-index: 9;
  height: 100%;
}

.mod-page .mp-main-wrapper.mp-main-opt--with-transition, .mod-page .mp-main-wrapper.mp-main-opt--with-transition.fast {
  transition: all 375ms;
}

.mod-page .mp-container {
  position: relative;
  font-size: 0;
  line-height: 1em;
}

.mod-page .mp-content {
  background: #fefffd;
}

.mod-page.mod-page-opt--max-width-at-1920 .mod-header .mh-container,
.mod-page.mod-page-opt--max-width-at-1920 .mod-footer-container,
.mod-page.mod-page-opt--max-width-at-1920 .mod-actions-bar .mab-container,
.mod-page.mod-page-opt--max-width-at-1920 .mod-content-panel .mcp-container,
.mod-page.mod-page-opt--max-width-at-1920 .mod-mobile-friendly-dropdown .mmfd-container,
.mod-page.mod-page-opt--max-width-at-1920 .mod-floating-button .mflb-container {
  max-width: 1920px;
}

.mod-page.mod-page-opt--hiden {
  display: none;
}

@media screen and (min-width: 960px) {
  .mod-page .mp-content {
    min-height: 400px;
  }
}

@media screen and (max-width: 1199px) {
  .mod-page .mp-content {
    min-height: 160px;
  }
}

/* Formulaire v2.0 */
.mod-form2 {
  overflow: auto;
}

.mod-form2 ul, .mod-form2 ol, .mod-form2 li, .mod-form2 p {
  margin: 0;
  padding: 0;
}

.mod-form2 [for] {
  cursor: pointer;
}

.mod-form2, .mod-form2 ul, .mod-form2 ol, .mod-form2 li, .mod-form2 div, .mod-form2 form, .mod-form2 fieldset {
  font-size: 0;
  line-height: 1em;
}

.mod-form2 .mfrm-content {
  display: inline-block;
  width: 100%;
}

.mod-form2 .mfrm-groups {
  margin-bottom: 45px;
}

.mod-form2 .mfrm-groups.mfrm-groups-opt--no-margin {
  margin-bottom: 0;
}

.mod-form2 .mfrm-group {
  padding: 0 20px;
  margin-top: 45px;
}

.mod-form2 .mfrm-group.mfrm-group-opt--no-margin {
  margin-top: 0;
}

.mod-form2 .mfrm-group-title,
.mod-form2 .mfrm-group-subtitle {
  display: inline-block;
}

.mod-form2 .mfrm-group-subtitle {
  width: 100%;
  margin-top: 5px;
}

.mod-form2 .mfrm-group-header {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #404041;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

.mod-form2 .mfrm-group-header > * {
  display: inline-block;
}

.mod-form2 .mfrm-group-header .mod-collapsor {
  padding: 0 12px;
}

.mod-form2 .mfrm-group-header .mod-collapsor, .mod-form2 .mfrm-group-header .mod-collapsor > * {
  font-size: 14px;
  line-height: 1em;
}

.mod-form2 .mfrm-group-title-icon {
  position: relative;
  display: inline-block;
  width: 32px;
}

.mod-form2 .mfrm-group-edit-link {
  padding: 5px 7px 0;
  margin-left: 7px;
}

.mod-form2 .mfrm-group-edit-link .icon, .mod-form2 .mfrm-group-edit-link .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-form2 .mfrm-group-edit-link .mbc-icon, .mod-form2 .mfrm-group-edit-link .mfrm-note.info:before, .mod-form2 .mfrm-group-edit-link .mfrm-note.warning:before, .mod-form2 .mfrm-group-edit-link .mfrm-note.error:before, .mod-form2 .mfrm-group-edit-link .mfrm-note.important:before, .mod-form2 .mfrm-group-edit-link .mfrm-icon.warning, .mod-form2 .mfrm-group-edit-link .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-form2 .mfrm-group-edit-link .mchx-check, .mod-form2 .mfrm-group-edit-link .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-form2 .mfrm-group-edit-link .mchx-check, .mod-form2 .mfrm-group-edit-link .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-form2 .mfrm-group-edit-link .icon, .mod-form2 .mfrm-group-edit-link .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-form2 .mfrm-group-edit-link .icon {
  top: -3px;
  font-size: 20px;
  line-height: 1em;
  color: #050500;
}

.mod-form2 .mfrm-group-edit-link:hover {
  text-decoration: none;
}

.mod-form2 .mfrm-group-edit-link:hover .icon, .mod-form2 .mfrm-group-edit-link:hover .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-form2 .mfrm-group-edit-link:hover .mbc-icon, .mod-form2 .mfrm-group-edit-link:hover .mfrm-note.info:before, .mod-form2 .mfrm-group-edit-link:hover .mfrm-note.warning:before, .mod-form2 .mfrm-group-edit-link:hover .mfrm-note.error:before, .mod-form2 .mfrm-group-edit-link:hover .mfrm-note.important:before, .mod-form2 .mfrm-group-edit-link:hover .mfrm-icon.warning, .mod-form2 .mfrm-group-edit-link:hover .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-form2 .mfrm-group-edit-link:hover .mchx-check, .mod-form2 .mfrm-group-edit-link:hover .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-form2 .mfrm-group-edit-link:hover .mchx-check {
  color: #ff0e45;
}

.mod-form2 .mfrm-row {
  margin-top: 12px;
}

.mod-form2 .mfrm-group,
.mod-form2 .mfrm-row {
  display: inline-block;
  width: 100%;
}

.mod-form2 .mfrm-spacer {
  display: inline-block;
  width: 100%;
}

.mod-form2 .mfrm-spacer, .mod-form2 .mfrm-spacer.medium {
  height: 12px;
}

.mod-form2 .mfrm-spacer.small {
  height: 7px;
}

.mod-form2 .mfrm-spacer.large {
  height: 20px;
}

.mod-form2 .mfrm-spacer.xlarge {
  height: 30px;
}

.mod-form2 .mfrm-messages {
  display: block;
}

.mod-form2 .mfrm-messages, .mod-form2 .mfrm-messages > * {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.mod-form2 .mfrm-messages, .mod-form2 .mfrm-messages.info, .mod-form2 .mfrm-messages.success {
  margin: 12px 0 0;
}

.mod-form2 .mfrm-messages .mfrm-message, .mod-form2 .mfrm-messages.info .mfrm-message, .mod-form2 .mfrm-messages.success .mfrm-message {
  color: #050500;
  margin: 12px 0 0;
}

.mod-form2 .mfrm-messages.warning, .mod-form2 .mfrm-messages.error, .mod-form2 .mfrm-messages.success, .mod-form2 .mfrm-messages.info {
  margin: 12px 20px;
  border-width: 1px;
  border-radius: 3px;
  border-style: solid;
}

.mod-form2 .mfrm-messages.warning .mfrm-message, .mod-form2 .mfrm-messages.error .mfrm-message, .mod-form2 .mfrm-messages.success .mfrm-message, .mod-form2 .mfrm-messages.info .mfrm-message {
  margin: 12px 20px;
}

.mod-form2 .mfrm-messages.warning {
  background-color: #ED8B00;
  border-color: #a15e00;
  box-shadow: 0 0 3px #a15e00 inset;
}

.mod-form2 .mfrm-messages.warning .mfrm-message {
  color: #050500;
}

.mod-form2 .mfrm-messages.error {
  background-color: #ff0e45;
  border-color: #8e0020;
  box-shadow: 0 0 3px #a70026 inset;
}

.mod-form2 .mfrm-messages.error .mfrm-message {
  color: #050500;
}

.mod-form2 .mfrm-messages.success, .mod-form2 .mfrm-messages.info {
  background-color: #00dbaf;
  border-color: #00755d;
  box-shadow: 0 0 3px #00a886 inset;
}

.mod-form2 .mfrm-messages.success .mfrm-message, .mod-form2 .mfrm-messages.info .mfrm-message {
  color: #050500;
}

.mod-form2 .mfrm-message {
  display: block;
  line-height: 1.2em;
}

.mod-form2 .mfrm-message .icon, .mod-form2 .mfrm-message .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-form2 .mfrm-message .mbc-icon, .mod-form2 .mfrm-message .mfrm-note.info:before, .mod-form2 .mfrm-message .mfrm-note.warning:before, .mod-form2 .mfrm-message .mfrm-note.error:before, .mod-form2 .mfrm-message .mfrm-note.important:before, .mod-form2 .mfrm-message .mfrm-icon.warning, .mod-form2 .mfrm-message .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-form2 .mfrm-message .mchx-check, .mod-form2 .mfrm-message .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-form2 .mfrm-message .mchx-check, .mod-form2 .mfrm-message .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-form2 .mfrm-message .icon, .mod-form2 .mfrm-message .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-form2 .mfrm-message .icon {
  font-family: "Glyphicons Halflings" !important;
}

.mod-form2 .mfrm-note {
  font-size: 14px;
  line-height: 1em;
  display: block;
}

.mod-form2 .mfrm-note.info, .mod-form2 .mfrm-note.warning, .mod-form2 .mfrm-note.error, .mod-form2 .mfrm-note.important {
  position: relative;
  padding-left: 20px;
}

.mod-form2 .mfrm-note.info:before, .mod-form2 .mfrm-note.warning:before, .mod-form2 .mfrm-note.error:before, .mod-form2 .mfrm-note.important:before {
  font-family: "Glyphicons Halflings";
  font-size: 16px;
  line-height: 1em;
  position: absolute;
  top: -2px;
  left: 0;
}

.mod-form2 .mfrm-note.important, .mod-form2 .mfrm-note.important:before {
  color: #DA0032;
}

.mod-form2 .mfrm-label,
.mod-form2 .mfrm-field {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-family: "IBM Plex Sans", sans-serif;
}

.mod-form2 .mfrm-label > *,
.mod-form2 .mfrm-field > * {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.mod-form2 .mfrm-label em,
.mod-form2 .mfrm-field em {
  font-style: italic;
}

.mod-form2 .mfrm-label strong,
.mod-form2 .mfrm-field strong {
  font-weight: 600;
}

.mod-form2 .mfrm-field > * {
  width: 100%;
}

.mod-form2 .mfrm-field > *, .mod-form2.edition .mfrm-field > * {
  background-color: #fefffd;
  border: 1px solid #c1c1c1;
}

.mod-form2 .mfrm-field .mod-mobile-friendly-dropdown-selection[dropdown-no-selection='true'], .mod-form2.edition .mfrm-field .mod-mobile-friendly-dropdown-selection[dropdown-no-selection='true'] {
  color: #a3a3a3;
  font-style: italic;
  opacity: 1;
}

.mod-form2 .mfrm-field select,
.mod-form2 .mfrm-field input,
.mod-form2 .mfrm-field .select2-selection__rendered,
.mod-form2 .mfrm-field > *, .mod-form2.edition .mfrm-field select,
.mod-form2.edition .mfrm-field input,
.mod-form2.edition .mfrm-field .select2-selection__rendered,
.mod-form2.edition .mfrm-field > * {
  color: #202020;
}

.mod-form2 .mfrm-field select::placeholder,
.mod-form2 .mfrm-field input::placeholder,
.mod-form2 .mfrm-field .select2-selection__rendered::placeholder,
.mod-form2 .mfrm-field > *::placeholder, .mod-form2.edition .mfrm-field select::placeholder,
.mod-form2.edition .mfrm-field input::placeholder,
.mod-form2.edition .mfrm-field .select2-selection__rendered::placeholder,
.mod-form2.edition .mfrm-field > *::placeholder {
  color: #a3a3a3;
  font-style: italic;
  opacity: 1;
}

.mod-form2 .mfrm-field select::-moz-placeholder,
.mod-form2 .mfrm-field input::-moz-placeholder,
.mod-form2 .mfrm-field .select2-selection__rendered::-moz-placeholder,
.mod-form2 .mfrm-field > *::-moz-placeholder, .mod-form2.edition .mfrm-field select::-moz-placeholder,
.mod-form2.edition .mfrm-field input::-moz-placeholder,
.mod-form2.edition .mfrm-field .select2-selection__rendered::-moz-placeholder,
.mod-form2.edition .mfrm-field > *::-moz-placeholder {
  color: #a3a3a3;
  font-style: italic;
  opacity: 1;
}

.mod-form2 .mfrm-field select::-webkit-input-placeholder,
.mod-form2 .mfrm-field input::-webkit-input-placeholder,
.mod-form2 .mfrm-field .select2-selection__rendered::-webkit-input-placeholder,
.mod-form2 .mfrm-field > *::-webkit-input-placeholder, .mod-form2.edition .mfrm-field select::-webkit-input-placeholder,
.mod-form2.edition .mfrm-field input::-webkit-input-placeholder,
.mod-form2.edition .mfrm-field .select2-selection__rendered::-webkit-input-placeholder,
.mod-form2.edition .mfrm-field > *::-webkit-input-placeholder {
  color: #a3a3a3;
  font-style: italic;
  opacity: 1;
}

.mod-form2 .mfrm-field textarea, .mod-form2.edition .mfrm-field textarea {
  overflow-x: hidden;
  min-width: 100%;
  max-width: 100%;
  padding: 5px 5px 3px;
  line-height: 1.5em !important;
  text-align: left;
}

.mod-form2 .mfrm-field textarea, .mod-form2 .mfrm-field textarea.medium, .mod-form2.edition .mfrm-field textarea, .mod-form2.edition .mfrm-field textarea.medium {
  height: 150px;
  min-height: 150px;
}

.mod-form2 .mfrm-field.dropdown select,
.mod-form2 .mfrm-field.dropdown input,
.mod-form2 .mfrm-field.dropdown .mod-mobile-friendly-dropdown-seletion, .mod-form2 .mfrm-field.medium select,
.mod-form2 .mfrm-field.medium input,
.mod-form2 .mfrm-field.medium .mod-mobile-friendly-dropdown-seletion, .mod-form2.edition .mfrm-field.dropdown select,
.mod-form2.edition .mfrm-field.dropdown input,
.mod-form2.edition .mfrm-field.dropdown .mod-mobile-friendly-dropdown-seletion, .mod-form2.edition .mfrm-field.medium select,
.mod-form2.edition .mfrm-field.medium input,
.mod-form2.edition .mfrm-field.medium .mod-mobile-friendly-dropdown-seletion {
  max-width: 320px;
}

.mod-form2 .mfrm-field.date-picker select,
.mod-form2 .mfrm-field.date-picker input,
.mod-form2 .mfrm-field.date-picker .mod-mobile-friendly-dropdown-seletion, .mod-form2 .mfrm-field.number select,
.mod-form2 .mfrm-field.number input,
.mod-form2 .mfrm-field.number .mod-mobile-friendly-dropdown-seletion, .mod-form2 .mfrm-field.small select,
.mod-form2 .mfrm-field.small input,
.mod-form2 .mfrm-field.small .mod-mobile-friendly-dropdown-seletion, .mod-form2.edition .mfrm-field.date-picker select,
.mod-form2.edition .mfrm-field.date-picker input,
.mod-form2.edition .mfrm-field.date-picker .mod-mobile-friendly-dropdown-seletion, .mod-form2.edition .mfrm-field.number select,
.mod-form2.edition .mfrm-field.number input,
.mod-form2.edition .mfrm-field.number .mod-mobile-friendly-dropdown-seletion, .mod-form2.edition .mfrm-field.small select,
.mod-form2.edition .mfrm-field.small input,
.mod-form2.edition .mfrm-field.small .mod-mobile-friendly-dropdown-seletion {
  max-width: 160px;
}

.mod-form2 .mfrm-field.xsmall select,
.mod-form2 .mfrm-field.xsmall input,
.mod-form2 .mfrm-field.xsmall .mod-mobile-friendly-dropdown-seletion, .mod-form2.edition .mfrm-field.xsmall select,
.mod-form2.edition .mfrm-field.xsmall input,
.mod-form2.edition .mfrm-field.xsmall .mod-mobile-friendly-dropdown-seletion {
  max-width: 100px;
}

.mod-form2 .mfrm-field.mfrm-field-opt--multiple, .mod-form2.edition .mfrm-field.mfrm-field-opt--multiple {
  font-size: 0;
}

.mod-form2 .mfrm-field.mfrm-field-opt--multiple :nth-child(1), .mod-form2.edition .mfrm-field.mfrm-field-opt--multiple :nth-child(1) {
  width: 50%;
}

.mod-form2 .mfrm-field.mfrm-field-opt--multiple :nth-child(2), .mod-form2.edition .mfrm-field.mfrm-field-opt--multiple :nth-child(2) {
  width: calc(50% - 12px);
  margin-left: 12px;
}

.mod-form2 .mfrm-field.date-picker input, .mod-form2.edition .mfrm-field.date-picker input {
  text-transform: lowercase;
}

.mod-form2 .mfrm-field.date-picker.with-icon .icon, .mod-form2 .mfrm-field.date-picker.with-icon .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-form2 .mfrm-field.date-picker.with-icon .mbc-icon, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-note.info:before, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-note.warning:before, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-note.error:before, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-note.important:before, .mod-form2 .mfrm-field.date-picker.with-icon .mfrm-icon.warning, .mod-form2 .mfrm-field.date-picker.with-icon .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-form2 .mfrm-field.date-picker.with-icon .mchx-check, .mod-form2 .mfrm-field.date-picker.with-icon .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-form2 .mfrm-field.date-picker.with-icon .mchx-check, .mod-form2.edition .mfrm-field.date-picker.with-icon .icon, .mod-form2.edition .mfrm-field.date-picker.with-icon .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-form2.edition .mfrm-field.date-picker.with-icon .mbc-icon, .mod-form2.edition .mfrm-field.date-picker.with-icon .mfrm-note.info:before, .mod-form2.edition .mfrm-field.date-picker.with-icon .mfrm-note.warning:before, .mod-form2.edition .mfrm-field.date-picker.with-icon .mfrm-note.error:before, .mod-form2.edition .mfrm-field.date-picker.with-icon .mfrm-note.important:before, .mod-form2.edition .mfrm-field.date-picker.with-icon .mfrm-icon.warning, .mod-form2.edition .mfrm-field.date-picker.with-icon .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-form2.edition .mfrm-field.date-picker.with-icon .mchx-check, .mod-form2.edition .mfrm-field.date-picker.with-icon .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-form2.edition .mfrm-field.date-picker.with-icon .mchx-check {
  border: none;
  background: transparent;
  display: inline-block;
  width: auto;
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  line-height: 1em;
}

.mod-form2 .mfrm-field .mod-checkbox .mchx-check:before,
.mod-form2 .mfrm-field .mod-checkbox2 .mchx-check:before, .mod-form2.edition .mfrm-field .mod-checkbox .mchx-check:before,
.mod-form2.edition .mfrm-field .mod-checkbox2 .mchx-check:before {
  font-family: "Glyphicons Halflings" !important;
}

.mod-form2 .mfrm-field .mod-mobile-friendly-dropdown-seletion .mmfds-icon, .mod-form2.edition .mfrm-field .mod-mobile-friendly-dropdown-seletion .mmfds-icon {
  font-family: "Glyphicons Halflings";
}

.mod-form2 .mfrm-field-informations, .mod-form2.edition .mfrm-field-informations {
  background-color: transparent !important;
  border: none !important;
}

.mod-form2.display .mfrm-field > * {
  font-style: italic;
}

.mod-form2.display .mfrm-field.mfrm-field-opt--multiple {
  font-size: 0;
}

.mod-form2.display .mfrm-field.mfrm-field-opt--multiple > * {
  width: 100%;
}

.mod-form2.display .mfrm-field.mfrm-field-opt--multiple > * > * {
  margin-left: 0;
}

.mod-form2.display .mfrm-field .phone-number:after {
  content: " ";
}

.mod-form2.display .mfrm-field .phone-type {
  text-transform: lowercase;
}

.mod-form2.display .mfrm-field .phone-type:before {
  content: "(";
}

.mod-form2.display .mfrm-field .phone-type:after {
  content: ")";
}

.mod-form2.display .mfrm-field > *,
.mod-form2 .mfrm-field.text > * {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border-top: none;
  border-left: none;
  border-right: none;
}

.mod-form2 .mfrm-label, .mod-form2.medium-labels .mfrm-label {
  width: 250px;
}

.mod-form2 .mfrm-label, .mod-form2 .mfrm-label > *, .mod-form2.medium-labels .mfrm-label, .mod-form2.medium-labels .mfrm-label > * {
  z-index: 30;
}

.mod-form2 .mfrm-label > *, .mod-form2.medium-labels .mfrm-label > * {
  display: inline-block;
  margin-top: 7px;
  padding-right: 10px;
}

.mod-form2 .mfrm-label.empty:before, .mod-form2.medium-labels .mfrm-label.empty:before {
  content: "";
  display: inline-block;
}

.mod-form2 .mfrm-field, .mod-form2.medium-labels .mfrm-field {
  margin-left: -250px;
  padding-left: 250px;
  width: 100%;
}

.mod-form2 .mfrm-field, .mod-form2 .mfrm-field > *, .mod-form2.medium-labels .mfrm-field, .mod-form2.medium-labels .mfrm-field > * {
  z-index: 20;
}

.mod-form2 .mfrm-field > *, .mod-form2 .mfrm-field .mfrm-intervales-field input, .mod-form2.medium-labels .mfrm-field > *, .mod-form2.medium-labels .mfrm-field .mfrm-intervales-field input {
  padding: 5px 7px 3px;
  outline: none;
  background: none;
}

.mod-form2 .mfrm-field .mfrm-text-field,
.mod-form2 .mfrm-field select,
.mod-form2 .mfrm-field input[type='text'],
.mod-form2 .mfrm-field input[type='password'],
.mod-form2 .mfrm-field .mfrm-intervales-field input,
.mod-form2 .mfrm-field .mod-mobile-friendly-dropdown-seletion, .mod-form2.medium-labels .mfrm-field .mfrm-text-field,
.mod-form2.medium-labels .mfrm-field select,
.mod-form2.medium-labels .mfrm-field input[type='text'],
.mod-form2.medium-labels .mfrm-field input[type='password'],
.mod-form2.medium-labels .mfrm-field .mfrm-intervales-field input,
.mod-form2.medium-labels .mfrm-field .mod-mobile-friendly-dropdown-seletion {
  vertical-align: bottom;
}

.mod-form2 .mfrm-field .mfrm-text-field, .mod-form2 .mfrm-field select, .mod-form2 .mfrm-field input[type='text'],
.mod-form2 .mfrm-field input[type='date'] input[type='password'],
.mod-form2 .mfrm-field .mfrm-intervales-field input,
.mod-form2 .mfrm-field .flatpickr-input, .mod-form2.medium-labels .mfrm-field .mfrm-text-field, .mod-form2.medium-labels .mfrm-field select, .mod-form2.medium-labels .mfrm-field input[type='text'],
.mod-form2.medium-labels .mfrm-field input[type='date'] input[type='password'],
.mod-form2.medium-labels .mfrm-field .mfrm-intervales-field input,
.mod-form2.medium-labels .mfrm-field .flatpickr-input {
  height: 28px;
  min-height: 28px;
}

.mod-form2 .mfrm-field .mod-mobile-friendly-dropdown-selection, .mod-form2.medium-labels .mfrm-field .mod-mobile-friendly-dropdown-selection {
  min-height: 28px;
}

.mod-form2 .mfrm-field input[type='text']:hover,
.mod-form2 .mfrm-field input[type='password']:hover, .mod-form2.medium-labels .mfrm-field input[type='text']:hover,
.mod-form2.medium-labels .mfrm-field input[type='password']:hover {
  cursor: text;
}

.mod-form2 .mfrm-field select:hover,
.mod-form2 .mfrm-field .mfrm-intervales-field input:hover,
.mod-form2 .mfrm-field .mod-mobile-friendly-dropdown-selection:hover, .mod-form2.medium-labels .mfrm-field select:hover,
.mod-form2.medium-labels .mfrm-field .mfrm-intervales-field input:hover,
.mod-form2.medium-labels .mfrm-field .mod-mobile-friendly-dropdown-selection:hover {
  cursor: pointer;
}

.mod-form2 .mfrm-field select, .mod-form2.medium-labels .mfrm-field select {
  padding: 0 3px;
}

.mod-form2 .mfrm-field a,
.mod-form2 .mfrm-field .mfrm-field-link, .mod-form2.medium-labels .mfrm-field a,
.mod-form2.medium-labels .mfrm-field .mfrm-field-link {
  font-style: italic;
  font-weight: 400;
  color: #00a886;
}

.mod-form2 .mfrm-field a:hover,
.mod-form2 .mfrm-field .mfrm-field-link:hover, .mod-form2.medium-labels .mfrm-field a:hover,
.mod-form2.medium-labels .mfrm-field .mfrm-field-link:hover {
  cursor: pointer;
}

.mod-form2 .mfrm-field .select2, .mod-form2.medium-labels .mfrm-field .select2 {
  /* Ajustement pour Select2 */
}

.mod-form2 .mfrm-field .select2.select2-container, .mod-form2.medium-labels .mfrm-field .select2.select2-container {
  padding-top: 5px;
  padding-bottom: 2px;
}

.mod-form2 .mfrm-field .not-available, .mod-form2.medium-labels .mfrm-field .not-available {
  font-style: italic;
  color: #9f9f9f;
}

.mod-form2 .mfrm-field .mfrm-messages, .mod-form2.medium-labels .mfrm-field .mfrm-messages {
  background-color: transparent;
  border: none;
}

.mod-form2 .mfrm-field.checkbox .mod-checkbox, .mod-form2 .mfrm-field.checkbox .mod-checkbox > *,
.mod-form2 .mfrm-field.checkbox .mod-checkbox2,
.mod-form2 .mfrm-field.checkbox .mod-checkbox2 > *, .mod-form2 .mfrm-field.radio .mod-checkbox, .mod-form2 .mfrm-field.radio .mod-checkbox > *,
.mod-form2 .mfrm-field.radio .mod-checkbox2,
.mod-form2 .mfrm-field.radio .mod-checkbox2 > *, .mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox, .mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox > *,
.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox2,
.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox2 > *, .mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox, .mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox > *,
.mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox2,
.mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox2 > *, .mod-form2.medium-labels .mfrm-field.checkbox .mod-checkbox, .mod-form2.medium-labels .mfrm-field.checkbox .mod-checkbox > *,
.mod-form2.medium-labels .mfrm-field.checkbox .mod-checkbox2,
.mod-form2.medium-labels .mfrm-field.checkbox .mod-checkbox2 > *, .mod-form2.medium-labels .mfrm-field.radio .mod-checkbox, .mod-form2.medium-labels .mfrm-field.radio .mod-checkbox > *,
.mod-form2.medium-labels .mfrm-field.radio .mod-checkbox2,
.mod-form2.medium-labels .mfrm-field.radio .mod-checkbox2 > *, .mod-form2.medium-labels .mfrm-field.inline-checkboxes .mod-checkbox, .mod-form2.medium-labels .mfrm-field.inline-checkboxes .mod-checkbox > *,
.mod-form2.medium-labels .mfrm-field.inline-checkboxes .mod-checkbox2,
.mod-form2.medium-labels .mfrm-field.inline-checkboxes .mod-checkbox2 > *, .mod-form2.medium-labels .mfrm-field.inline-radiobuttons .mod-checkbox, .mod-form2.medium-labels .mfrm-field.inline-radiobuttons .mod-checkbox > *,
.mod-form2.medium-labels .mfrm-field.inline-radiobuttons .mod-checkbox2,
.mod-form2.medium-labels .mfrm-field.inline-radiobuttons .mod-checkbox2 > * {
  background-color: transparent;
  border: none;
}

.mod-form2 .mfrm-field.with-label > *, .mod-form2.medium-labels .mfrm-field.with-label > * {
  display: inline-block;
  width: auto;
  margin-left: 0;
}

.mod-form2 .mfrm-field.with-label :first-child, .mod-form2.medium-labels .mfrm-field.with-label :first-child {
  margin-right: 0;
}

.mod-form2 .mfrm-field.with-label label,
.mod-form2 .mfrm-field.with-label .mfrm-label-text, .mod-form2.medium-labels .mfrm-field.with-label label,
.mod-form2.medium-labels .mfrm-field.with-label .mfrm-label-text {
  background-color: transparent;
  border: none;
}

.mod-form2 .mfrm-field.full, .mod-form2.medium-labels .mfrm-field.full {
  margin-left: 0;
  padding-left: 0;
}

.mod-form2 .mfrm-field-information, .mod-form2.medium-labels .mfrm-field-information {
  font-size: 14px;
}

.mod-form2 .mfrm-buttons, .mod-form2.medium-labels .mfrm-buttons {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.mod-form2 .mfrm-buttons.mfrm-buttons-opt--align-on-fields, .mod-form2.medium-labels .mfrm-buttons.mfrm-buttons-opt--align-on-fields {
  padding-left: 250px;
}

.mod-form2.small-labels .mfrm-label {
  width: 165px;
}

.mod-form2.small-labels .mfrm-field {
  margin-left: -165px;
  padding-left: 165px;
}

.mod-form2.small-labels .mfrm-buttons.mfrm-buttons-opt--align-on-fields {
  padding-left: 165px;
}

.mod-form2 .mfrm-field-information {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.mod-form2 .mfrm-field-informations {
  margin-top: 7px;
  padding: 0 7px !important;
}

.mod-form2 .mfrm-field-informations .mfrm-field-information {
  margin-top: 5px;
}

.mod-form2 .mfrm-field-informations .mfrm-field-information:first-child {
  margin-top: 0;
}

.mod-form2 .mfrm-field.inline-checkboxes, .mod-form2 .mfrm-field.inline-radiobuttons, .mod-form2 .mfrm-field.inline-buttons {
  margin-top: -5px;
}

.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox,
.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox2, .mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox,
.mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox2, .mod-form2 .mfrm-field.inline-buttons .mod-checkbox,
.mod-form2 .mfrm-field.inline-buttons .mod-checkbox2 {
  vertical-align: bottom !important;
  margin-right: 7px;
  margin-top: 5px;
}

.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox label,
.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox .mchx-label,
.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox2 label,
.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox2 .mchx-label, .mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox label,
.mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox .mchx-label,
.mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox2 label,
.mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox2 .mchx-label, .mod-form2 .mfrm-field.inline-buttons .mod-checkbox label,
.mod-form2 .mfrm-field.inline-buttons .mod-checkbox .mchx-label,
.mod-form2 .mfrm-field.inline-buttons .mod-checkbox2 label,
.mod-form2 .mfrm-field.inline-buttons .mod-checkbox2 .mchx-label {
  min-width: 75px;
  text-align: right;
}

.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox:last-child,
.mod-form2 .mfrm-field.inline-checkboxes .mod-checkbox2:last-child, .mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox:last-child,
.mod-form2 .mfrm-field.inline-radiobuttons .mod-checkbox2:last-child, .mod-form2 .mfrm-field.inline-buttons .mod-checkbox:last-child,
.mod-form2 .mfrm-field.inline-buttons .mod-checkbox2:last-child {
  margin-right: 0;
}

.mod-form2 .mfrm-field.inline-buttons.x2 .mod-checkbox,
.mod-form2 .mfrm-field.inline-buttons.x2 .mod-checkbox2 {
  width: calc(50% - 4px);
  min-width: 0;
}

.mod-form2 .mfrm-intervales-from,
.mod-form2 .mfrm-intervales-to {
  display: inline-block;
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  font-size: 0;
  line-height: 1em;
  width: auto;
  margin: 0 0 0 5px;
}

.mod-form2 .mfrm-intervales-to {
  margin-left: 20px;
}

.mod-form2 .mfrm-intervales-label,
.mod-form2 .mfrm-intervales-field {
  display: inline-block;
}

.mod-form2 .mfrm-intervales-label {
  margin-top: 7px;
  vertical-align: top;
}

.mod-form2 .mfrm-intervales-label > * {
  display: inline-block;
  min-width: 75px;
  text-align: right;
}

.mod-form2 .mfrm-intervales-field {
  background-color: #fefffd;
  border: 1px solid #c1c1c1;
  width: 160px;
}

.mod-form2 .mfrm-intervales-field input {
  border: none;
  width: 100%;
}

.mod-form2.small-labels .mfrm-label {
  width: 175px;
}

.mod-form2.small-labels .mfrm-field {
  margin-left: -175px;
  padding-left: 175px;
}

.mod-form2.xsmall-labels .mfrm-label {
  width: 125px;
}

.mod-form2.xsmall-labels .mfrm-field {
  margin-left: -125px;
  padding-left: 125px;
}

.mod-form2.xxsmall-labels .mfrm-label {
  width: 100px;
}

.mod-form2.xxsmall-labels .mfrm-field {
  margin-left: -100px;
  padding-left: 100px;
}

.mod-form2.xxxsmall-labels .mfrm-label {
  width: 85px;
}

.mod-form2.xxxsmall-labels .mfrm-field {
  margin-left: -85px;
  padding-left: 85px;
}

.mod-form2 .mfrm-image {
  position: relative;
  display: inline-block;
  width: auto;
}

.mod-form2 .mfrm-image img {
  max-width: 100%;
  border: 1px solid #c1c1c1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.mod-form2 .mfrm-icon.warning {
  color: #DA0032;
}

.mod-form2 .mfrm-button {
  display: inline-block;
  padding-left: 12px;
  vertical-align: top;
}

.mod-form2 .mfrm-button:first-child {
  padding-left: 0;
}

.mod-form2 .mfrm-button * {
  font-size: 14px;
  line-height: 1em;
}

.mod-form2 .mfrm-button button,
.mod-form2 .mfrm-button input[type='button'],
.mod-form2 .mfrm-button input[type='submit'],
.mod-form2 .mfrm-button .mod-button,
.mod-form2 .mfrm-button .mod-checkbox.button {
  min-width: 200px;
}

.mod-form2 .mfrm-buttons {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.mod-form2 .mfrm-buttons.mfrm-buttons-opt--align-on-fields {
  padding-left: 250px;
}

.mod-form2 .mfrm-field.text > * {
  border: none !important;
}

.mod-form2 .mfrm-field.text * {
  font-style: italic;
}

.mod-form2 .mfrm-field .mfrm-tip {
  position: absolute;
  top: -15px;
  right: 0;
  width: auto;
  background: transparent;
  border: none;
  text-align: right;
  font-size: 12px;
  line-height: 1em;
  color: #00a886;
  padding: 0 2px 3px 0;
}

.mod-form2 .mfrm-field .mfrm-tip:hover {
  text-decoration: underline;
  cursor: pointer;
}

.mod-form2 .mfrm-group.disable .mfrm-field, .mod-form2 .mfrm-group.disable .mfrm-field *,
.mod-form2 .mfrm-field.disable,
.mod-form2 .mfrm-field.disable *,
.mod-form2 .mfrm-field [disabled],
.mod-form2 .mfrm-field [disabled] * {
  color: #7e7e7e;
}

.mod-form2 .mfrm-group.disable .mfrm-field:hover, .mod-form2 .mfrm-group.disable .mfrm-field *:hover,
.mod-form2 .mfrm-field.disable:hover,
.mod-form2 .mfrm-field.disable *:hover,
.mod-form2 .mfrm-field [disabled]:hover,
.mod-form2 .mfrm-field [disabled] *:hover {
  cursor: not-allowed;
}

.mod-form2 input[type='hidden'] {
  position: absolute !important;
  top: -9999px !important;
  left: -999px !important;
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
}

.mod-form2.not-editable .mfrm-group-edit-link, .mod-form2 .not-editable .mfrm-group-edit-link {
  display: none;
}

.mod-form2.compact .mfrm-row {
  margin-top: 5px;
}

.mod-form2.compact .mfrm-group-title {
  margin-bottom: 0;
}

.mod-form2.mod-form2-opt--align-labels-at-right .mfrm-label > * {
  text-align: right;
}

.mod-form2.mod-form2-opt--group-rows-full .mfrm-label,
.mod-form2.mod-form2-opt--group-rows-full .mfrm-field {
  width: 100%;
}

.mod-form2.mod-form2-opt--group-rows-full .mfrm-label {
  padding-left: 5px;
  margin-bottom: 5px;
}

.mod-form2.mod-form2-opt--group-rows-full .mfrm-label > * {
  margin-top: 0;
  text-align: left;
}

.mod-form2.mod-form2-opt--group-rows-full .mfrm-label.empty {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1em;
}

.mod-form2.mod-form2-opt--group-rows-full .mfrm-field {
  margin-left: 0;
  padding-left: 0;
}

.mod-form2.mod-form2-opt--flush-padding .mfrm-group {
  padding-left: 0;
  padding-right: 0;
}

.mod-form2 .glyphicon, .mod-form2 .icon, .mod-form2 .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-form2 .mbc-icon, .mod-form2 .mfrm-note.info:before, .mod-form2 .mfrm-note.warning:before, .mod-form2 .mfrm-note.error:before, .mod-form2 .mfrm-note.important:before, .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-form2 .mchx-check, .mod-form2 .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-form2 .mchx-check, .mod-form2 .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-form2 .icon, .mod-form2 .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-form2 .icon, .mod-form2 .mchx-check {
  font-family: "Glyphicons Halflings" !important;
}

@media screen and (min-width: 1200px) {
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--align-on-fields-on-desktop, .mod-form2.medium-labels .mfrm-buttons.mfrm-buttons-opt--align-on-fields-on-desktop {
    padding-left: 250px;
  }
  .mod-form2.edition .mfrm-field.date-picker, .mod-form2.edition .mfrm-field.small, .mod-form2.medium-labels.edition .mfrm-field.date-picker, .mod-form2.medium-labels.edition .mfrm-field.small {
    max-width: 410px !important;
  }
  .mod-form2.small-labels .mfrm-buttons.mfrm-buttons-opt--align-on-fields-on-desktop {
    padding-left: 165px;
  }
  .mod-form2.small-labels.edition .mfrm-field.date-picker, .mod-form2.small-labels.edition .mfrm-field.small {
    max-width: 325px !important;
  }
  .mod-form2 .mfrm-field.inline-buttons.x2-on-desktop .mod-checkbox,
  .mod-form2 .mfrm-field.inline-buttons.x2-on-desktop .mod-checkbox2 {
    width: calc(50% - 4px);
    min-width: 0;
  }
}

@media screen and (min-width: 960px) {
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--align-on-fields-on-tablet-or-more, .mod-form2.medium-labels .mfrm-buttons.mfrm-buttons-opt--align-on-fields-on-tablet-or-more {
    padding-left: 250px;
  }
  .mod-form2.small-labels .mfrm-buttons.mfrm-buttons-opt--align-on-fields-on-tablet-or-more {
    padding-left: 165px;
  }
  .mod-form2 .mfrm-field.inline-buttons.x2-on-tablet-or-more .mod-checkbox,
  .mod-form2 .mfrm-field.inline-buttons.x2-on-tablet-or-more .mod-checkbox2 {
    width: calc(50% - 4px);
    min-width: 0;
  }
}

@media screen and (max-width: 1199px) {
  .mod-form2.edition .mfrm-field.mfrm-field-opt--multiple > * {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 7px !important;
  }
  .mod-form2.edition .mfrm-field.mfrm-field-opt--multiple :first-child {
    margin-top: 0 !important;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-label,
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-field {
    width: 100%;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-label {
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-label > * {
    width: auto;
    margin-top: 0;
    text-align: left;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-label.empty {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1em;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-field {
    margin-left: 0;
    padding-left: 0;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-intervales-label {
    padding-left: 7px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-intervales-label, .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-intervales-label > * {
    text-align: left !important;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less.display .mfrm-row {
    margin-top: 20px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-tablet-or-less.display .mfrm-field > * {
    padding: 5px 7px 5px 12px;
  }
  .mod-form2.mod-form2-opt--end-label-with-colon-on-tablet-or-less .mfrm-label > *:after {
    content: " :";
    display: inline;
  }
  .mod-form2.compact.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-label {
    margin-bottom: 2px;
    margin-top: 3px;
  }
  .mod-form2.compact.mod-form2-opt--group-rows-full-on-tablet-or-less .mfrm-label > * {
    margin-bottom: 3px !important;
  }
  .mod-form2 .mfrm-field.inline-buttons.x2-on-tablet-of-less .mod-checkbox,
  .mod-form2 .mfrm-field.inline-buttons.x2-on-tablet-of-less .mod-checkbox2 {
    width: calc(50% - 4px);
    min-width: 0;
  }
}

@media screen and (max-width: 959px) {
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--collaps-on-phone-or-less .mfrm-button {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
  }
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--collaps-on-phone-or-less .mfrm-button:first-child {
    margin-top: 0;
  }
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--collaps-on-phone-or-less .mfrm-button button,
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--collaps-on-phone-or-less .mfrm-button input[type='button'],
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--collaps-on-phone-or-less .mfrm-button input[type='submit'],
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--collaps-on-phone-or-less .mfrm-button .mod-button,
  .mod-form2 .mfrm-buttons.mfrm-buttons-opt--collaps-on-phone-or-less .mfrm-button .mod-checkbox.button {
    width: 100%;
  }
  .mod-form2 .mfrm-intervales-from,
  .mod-form2 .mfrm-intervales-to {
    width: 100%;
    margin-left: 0;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-label,
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-field {
    width: 100%;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-label {
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-label > * {
    margin-top: 0;
    text-align: left;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-label.empty {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1em;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-field {
    margin-left: 0;
    padding-left: 0;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-intervales-label {
    padding-left: 7px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-intervales-label, .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-intervales-label > * {
    text-align: left !important;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less.display .mfrm-row {
    margin-top: 20px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-phone-or-less.display .mfrm-field > * {
    padding: 5px 7px 5px 12px;
  }
  .mod-form2.compact.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-label {
    margin-bottom: 2px;
    margin-top: 3px;
  }
  .mod-form2.compact.mod-form2-opt--group-rows-full-on-phone-or-less .mfrm-label > * {
    margin-bottom: 0 !important;
  }
  .mod-form2 .mfrm-field.inline-buttons.x2-on-phone-of-less .mod-checkbox,
  .mod-form2 .mfrm-field.inline-buttons.x2-on-phone-of-less .mod-checkbox2 {
    width: calc(50% - 4px);
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-label,
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-field {
    width: 100%;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-label {
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-label > * {
    margin-top: 0;
    text-align: left;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-label.empty {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1em;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-field {
    margin-left: 0;
    padding-left: 0;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-intervales-label {
    padding-left: 7px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-intervales-label, .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less .mfrm-intervales-label > * {
    text-align: left !important;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less.display .mfrm-row {
    margin-top: 20px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-small-phone-or-less.display .mfrm-field > * {
    padding: 5px 7px 5px 12px;
  }
  .mod-form2 .mfrm-field.inline-buttons.x2-on-small-phone-of-less .mod-checkbox,
  .mod-form2 .mfrm-field.inline-buttons.x2-on-small-phone-of-less .mod-checkbox2 {
    width: calc(50% - 4px);
    min-width: 0;
  }
}

@media screen and (max-width: 479px) {
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-label,
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-field {
    width: 100%;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-label {
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-label > * {
    margin-top: 0;
    text-align: left;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-label.empty {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1em;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-field {
    margin-left: 0;
    padding-left: 0;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-intervales-label {
    padding-left: 7px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-intervales-label, .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less .mfrm-intervales-label > * {
    text-align: left !important;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less.display .mfrm-row {
    margin-top: 20px;
  }
  .mod-form2.mod-form2-opt--group-rows-full-on-xsmall-phone-or-less.display .mfrm-field > * {
    padding: 5px 7px 5px 12px;
  }
  .mod-form2 .mfrm-field.inline-buttons.x2-on-xsmall-phone-of-less .mod-checkbox,
  .mod-form2 .mfrm-field.inline-buttons.x2-on-xsmall-phone-of-less .mod-checkbox2 {
    width: calc(50% - 4px);
    min-width: 0;
  }
}

.mod-form2 .mfrm-field .mce-tinymce {
  border-width: 0 !important;
  padding: 0 !important;
}

.mod-form2 .mfrm-field .mce-tinymce, .mod-form2 .mfrm-field .mce-tinymce * {
  font-family: 'tinymce',Arial !important;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.parallax.parallax-bg1 {
  background-image: url("/assets/medias/pelle1.tiny.jpg");
}

.parallax.parallax-bg2 {
  background-image: url("/assets/medias/drain12.tiny.jpg");
}

.parallax.parallax-bg3 {
  background-image: url("/assets/misc/istockphoto-1006246760-2048x2048.jpg");
}

.parallax.parallax-bg4 {
  background-image: url("/assets/misc/istockphoto-861023288-2048x2048.jpg");
}

.parallax.parallax-bg5 {
  background-image: url("/assets/misc/istockphoto-182702093-2048x2048.jpg");
}

.parallax.large {
  height: 1400px;
}

.parallax.xsmall {
  height: 300px;
}

.parallax.small {
  height: 600px;
}

.parallax.medium {
  height: 1000px;
}

.parallax.xlarge {
  height: 1800px;
}

.mod-masked-image,
.mod-masked-image .mmi-mask {
  display: block;
  font-size: 0;
  line-height: 1em;
}

.mod-masked-image .mmi-mask {
  width: 100%;
  overflow: hidden;
}

.mod-masked-image .mmi-mask, .mod-masked-image.medium .mmi-mask {
  min-height: 125px;
}

.mod-masked-image .mmi-mask img, .mod-masked-image.medium .mmi-mask img {
  width: 100%;
  transition: all 1s;
}

.mod-dynamic-tile {
  position: relative;
  display: block;
  padding: 0;
  z-index: 1;
}

.mod-dynamic-tile .mdt-title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: 1em;
}

.mod-dynamic-tile .mdt-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  overflow: initial;
}

.mod-dynamic-tile.is-clickable {
  cursor: pointer;
}

/* Mode edition */
.mod-dynamic-tile .mdt-edit-panel,
.mosaic .mdt-edit-panel {
  position: absolute;
  top: -30px;
  right: 15px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 25px;
  border: 1px solid #050500;
  font-size: 0;
  line-height: 1em;
}

.mod-dynamic-tile .mdt-title-link,
.mosaic .mdt-title-link {
  display: inline-block;
  padding: 5px 15px;
  text-shadow: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1em;
  color: #050500 !important;
}

.mod-dynamic-tile .mdt-title-link.left::before,
.mosaic .mdt-title-link.left::before {
  content: "<";
  display: inline-block;
  margin-right: 7px;
  font-weight: bold;
}

.mod-dynamic-tile .mdt-title-link.right::after,
.mosaic .mdt-title-link.right::after {
  content: ">";
  display: inline-block;
  margin-left: 7px;
  font-weight: bold;
}

.mod-dynamic-tile .mdt-title-link:hover,
.mosaic .mdt-title-link:hover {
  text-decoration: underline;
}

.mod-tiles {
  font-size: 0;
  line-height: 1em;
  padding: 0;
  /* Edit actions */
}

.mod-tiles .mts-cell, .mod-tiles .mts-cell.fullscreen, .mod-tiles .mts-cell.medium, .mod-tiles .mts-cell.small {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.mod-tiles .mts-cell.fullscreen {
  width: 100%;
}

.mod-tiles .mts-group {
  display: block;
  text-align: center;
  background-color: transparent;
}

.mod-tiles .mts-group:first-child {
  padding-top: 90px;
}

.mod-tiles .mts-group.mts-group-opt--border {
  border-style: solid;
  border-width: 0;
}

.mod-tiles .mts-group.mts-group-opt--border.bottom-primary {
  border-bottom-width: 4px;
  border-bottom-color: #19234b;
}

.mod-tiles .mts-group.mts-group-opt--border.top-primary {
  border-top-width: 4px;
  border-top-color: #19234b;
}

.mod-tiles .mts-group.mts-group-opt--border.top-secondary {
  border-top-width: 4px;
  border-top-color: #cc0033;
}

.mod-tiles .mts-group.default {
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23cecece' fill-opacity='0.5' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  box-shadow: 0 0 125px #f0f0f0 inset;
}

.mod-tiles .mts-group.default .mod-dynamic-tile {
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #fefffd;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  min-height: 600px;
}

.mod-tiles .mts-group.default .mod-dynamic-tile .mdt-title {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.mod-tiles .mts-group.default .mod-dynamic-tile .mdt-text {
  padding: 0 0 15px;
  font-family: "IBM Plex Sans", sans-serif;
}

.mod-tiles .mts-group.default .mod-dynamic-tile .mdt-text p {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.mod-tiles .mts-group.default .mod-dynamic-tile,
.mod-tiles .mts-group.default .mod-dynamic-tile .mdt-title {
  transition: all 125ms;
}

.mod-tiles .mts-group.default .mod-dynamic-tile .mdt-title-text {
  display: block;
  width: 100%;
  min-height: 50px;
  background: transparent;
  border-left: 5px solid #cc0033;
  color: #f0f0f0;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  padding-left: 10px;
}

.mod-tiles .mts-group.default .mod-dynamic-tile:hover {
  box-shadow: none;
  border: 1px solid #c4c4c4;
}

.mod-tiles .mts-group.default .mod-dynamic-tile:hover,
.mod-tiles .mts-group.default .mod-dynamic-tile:hover .mdt-title {
  transition: all 175ms;
}

.mod-tiles .mts-group.default .mod-dynamic-tile:hover .mdt-title {
  background: rgba(0, 0, 0, 0.75);
}

.mod-tiles .mts-group.default .mod-dynamic-tile:hover .mod-masked-image .mmi-mask img {
  width: 105%;
  max-width: none !important;
  transition: all 1s;
}

.mod-tiles .mts-group.promotions .mts-cell {
  text-align: left;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile {
  border: none;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: left;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile:before {
  content: attr(see-more-text);
  position: absolute;
  display: inline-block;
  width: auto;
  background-color: #cc0033;
  color: #f0f0f0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  transition: all 200ms;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile:after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #cc0033;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #f0f0f0;
  text-shadow: none;
  display: inline-block;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-text {
  padding: 15px 15px 15px 0;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-text,
.mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-text * {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
  color: #f0f0f0;
  text-shadow: none;
  text-align: left;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-text :first-child {
  margin-top: 0 !important;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-content {
  border-left: 7px solid #cc0033;
  display: block;
  width: 100%;
}

.mod-tiles .mts-group.promotions .mod-dynamic-tile:hover::before {
  transition: all 250ms;
}

.mod-tiles .mts-group.partners .mts-cell {
  padding: 35px 50px;
  text-align: center;
}

.mod-tiles .mts-group.partners .mod-dynamic-tile {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 25px;
  min-height: 350px;
}

.mod-tiles .mts-group.partners .mod-dynamic-tile:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: calc(100% - 15px);
  background-color: #cc0033;
  right: 15px;
  bottom: 0;
}

.mod-tiles .mts-group.partners .mod-dynamic-tile:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background-color: #cc0033;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-title-text,
.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-text {
  color: #f0f0f0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-text {
  margin-top: 15px;
  padding: 15px;
}

.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-text,
.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-text *,
.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-text a,
.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-text p {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
  color: #f0f0f0 !important;
  text-shadow: none;
  text-align: center;
}

.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-text :first-child {
  margin-top: 0 !important;
}

.mod-tiles .mts-group.partners .mod-dynamic-tile .mdt-content {
  padding: 15px;
}

.mod-tiles .mts-group.soumissions {
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23cecece' fill-opacity='0.5' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  box-shadow: 0 0 125px #f0f0f0 inset;
}

.mod-tiles .mts-group.soumissions .mts-cell {
  text-align: center;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile {
  border: none;
  text-align: center;
  width: 100%;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-title,
.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-title *,
.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text,
.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text * {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
  color: #f0f0f0;
  text-shadow: none;
  text-align: center;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-title {
  display: inline-block;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-title-text {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  color: #cc0033;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text {
  padding: 15px;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text,
.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text p {
  color: #050500 !important;
  font-size: 24px !important;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text a {
  display: inline-block;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid transparent !important;
  background-color: #cc0033;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25) !important;
  color: #f0f0f0 !important;
  text-shadow: none !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  padding: 25px 65px;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text a:hover {
  border-color: #050500 !important;
  background-color: #202020 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text :first-child {
  margin-top: 0 !important;
}

.mod-tiles .mts-group.mosaic {
  padding-top: 125px !important;
}

.mod-tiles .mts-group.mosaic.jQueryMosaic .texts {
  font-size: 14px !important;
}

.mod-tiles .mts-group.mosaic.jQueryMosaic .texts, .mod-tiles .mts-group.mosaic.jQueryMosaic .texts * {
  line-height: 1.1em !important;
}

.mod-tiles .mts-group.mosaic.jQueryMosaic .title-text {
  font-size: 18px !important;
}

.mod-tiles.edition {
  padding-top: 30px;
}

.mod-tiles.edition .mts-edit-actions {
  display: block;
  position: absolute;
  top: 90px;
  right: 50px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 25px;
  border: 1px solid #050500;
  font-size: 0;
  line-height: 1em;
}

.mod-tiles.edition .mts-edit-action {
  display: inline-block;
  padding: 5px 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.mod-tiles.edition .mts-edit-action,
.mod-tiles.edition .mts-edit-action *,
.mod-tiles.edition .mts-edit-action .mdt-text * {
  color: #050500 !important;
}

.mod-tiles.edition .mts-edit-action.add::after {
  content: "+";
  display: inline-block;
  margin-left: 7px;
  font-weight: bold;
}

.mod-tiles.edition .mts-edit-action:hover {
  text-decoration: underline;
}

@media screen and (max-width: 999999px) {
  .mod-tiles .mts-cell.large {
    width: 50%;
  }
  .mod-tiles .mts-cell.medium {
    width: 33.3%;
  }
  .mod-tiles .mts-cell.small {
    width: 25%;
  }
  .mod-tiles .mts-cell.tiny {
    width: 20%;
  }
  .mod-tiles .mts-group.default .mts-cell {
    padding: 30px 50px;
  }
  .mod-tiles .mts-group.soumissions .mts-cell {
    padding: 35px 50px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-title-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text {
    padding-top: 25px;
    padding: 15px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text,
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text p {
    font-size: 20px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile:after {
    width: 87.5%;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    padding: 15px 10px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile:hover:after {
    width: 87.5%;
    margin-top: 35px;
    font-size: 20px;
    line-height: 1em;
    padding: 15px 10px;
  }
  .mod-tiles .mts-group.promotions {
    min-height: 500px;
  }
  .mod-tiles .mts-group.promotions .mts-cell {
    padding: 50px;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile {
    padding: 25px 0 0;
    width: 45%;
    max-width: 800px;
    margin-top: 150px;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile:before {
    min-width: 160px;
    bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    padding: 7px 10px;
    right: 25px;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile:after {
    height: 25px;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-title {
    font-size: 32px;
    line-height: 1em;
    width: calc(100% - 23px);
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-text {
    padding-top: 25px;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-text,
  .mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-text p {
    font-size: 20px;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-content {
    border-left: 7px solid #cc0033;
    margin-left: 15px;
    min-height: 175px;
    padding-left: 15px;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile:hover::before {
    font-size: 18px;
    line-height: 18px;
  }
  .mod-masked-image .mmi-mask, .mod-masked-image.medium .mmi-mask {
    max-height: 150px;
  }
}

@media screen and (max-width: 1440px) {
  .mod-tiles .mts-cell.large {
    width: 100%;
  }
  .mod-tiles .mts-cell.medium {
    width: 50%;
  }
  .mod-tiles .mts-cell.small {
    width: 33.3%;
  }
  .mod-tiles .mts-cell.tiny {
    width: 25%;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile {
    width: 60%;
  }
  .mod-masked-image .mmi-mask, .mod-masked-image.medium .mmi-mask {
    max-height: 175px;
  }
}

@media screen and (max-width: 1179px) {
  .parallax.parallax-bg1 {
    background-position-y: -200px;
  }
  .mod-tiles .mts-cell.large, .mod-tiles .mts-cell.medium {
    width: 100%;
  }
  .mod-tiles .mts-cell.small {
    width: 50%;
  }
  .mod-tiles .mts-cell.tiny {
    width: 33.3%;
  }
  .mod-tiles .mts-group.default .mts-cell {
    padding: 15px 25px;
  }
  .mod-tiles .mts-group.soumissions .mts-cell {
    padding: 35px 50px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-title-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 1em;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text {
    padding-top: 25px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text,
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile .mdt-text p {
    font-size: 20px !important;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile:after {
    width: 87.5%;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    padding: 15px 10px;
  }
  .mod-tiles .mts-group.soumissions .mod-dynamic-tile:hover:after {
    width: 87.5%;
    margin-top: 35px;
    font-size: 20px;
    line-height: 1em;
    padding: 15px 10px;
  }
  .mod-tiles .mts-group.promotions {
    min-height: 400px;
  }
  .mod-tiles .mts-group.promotions .mts-cell {
    padding: 0;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile {
    padding: 25px 0 0;
    width: 100%;
    max-width: none;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-content {
    width: auto;
    min-height: 125px;
  }
  .mod-masked-image .mmi-mask, .mod-masked-image.medium .mmi-mask {
    max-height: 200px;
  }
}

@media screen and (max-width: 959px) {
  .parallax {
    background-attachment: scroll;
    background-size: auto;
  }
  .parallax.parallax-bg1 {
    background-position-y: -200px;
  }
  .mod-tiles .mts-cell.large, .mod-tiles .mts-cell.medium {
    width: 100%;
  }
  .mod-tiles .mts-cell.small {
    width: 50%;
  }
  .mod-tiles .mts-cell.tiny {
    width: 33.3%;
  }
  .mod-tiles .mts-group.default {
    background-attachment: scroll;
  }
  .mod-tiles .mts-group.soumissions {
    background-attachment: scroll;
  }
  .mod-masked-image .mmi-mask, .mod-masked-image.medium .mmi-mask {
    max-height: 225px;
  }
}

@media screen and (max-width: 767px) {
  .parallax.parallax-bg1 {
    background-image: url("/assets/medias/pelle2.tiny.jpg");
    background-size: 200%;
    background-position-y: 0;
  }
  .mod-tiles .mts-cell.large, .mod-tiles .mts-cell.medium, .mod-tiles .mts-cell.small, .mod-tiles .mts-cell.tiny {
    width: 100%;
  }
  .mod-tiles .mts-group.default .mts-cell {
    padding: 10px 15px;
  }
  .mod-tiles .mts-group.partners .mts-cell {
    padding: 0;
  }
  .mod-tiles .mts-group.partners .mod-dynamic-tile {
    min-height: 0;
  }
  .mod-tiles .mts-group.partners .mod-dynamic-tile:before, .mod-tiles .mts-group.partners .mod-dynamic-tile:after {
    display: none !important;
  }
  .mod-tiles .mts-group.soumissions .mts-cell {
    padding: 15px 10px;
  }
  .mod-tiles .mts-group.promotions {
    min-height: 300px;
  }
  .mod-tiles .mts-group.promotions .mts-cell {
    padding: 0;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile {
    padding: 25px 0 0;
    width: 100%;
    max-width: none;
  }
  .mod-tiles .mts-group.promotions .mod-dynamic-tile .mdt-content {
    min-height: 100px;
  }
  .mod-masked-image .mmi-mask, .mod-masked-image.medium .mmi-mask {
    max-height: 250px;
  }
}

.mod-page-admin .mod-navigation .mnav-top,
.mod-page-admin .mod-navigation .mnav-content {
  display: none;
}

.mod-page-admin .mod-navigation .mnav-logo:after {
  content: "Drainotech.com / Administration";
  display: inline-block;
  width: 300px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  top: 15px;
  left: 200px;
}

.mod-button, .mod-checkbox.button, .mod-checkbox.button.medium, .mod-button span, .mod-checkbox.button span, .mod-checkbox.button.medium span, .mod-button.brand, .mod-button.brand span, .mod-button.file label, .file.mod-checkbox.button label, .mod-button.brand.file label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  color: #fefffd;
}

.mod-button, .mod-checkbox.button, .mod-checkbox.button.medium, .mod-button:hover, .mod-checkbox.button:hover {
  transition: all 0.333s;
}

.mod-button, .mod-checkbox.button, .mod-checkbox.button.medium, .mod-button *, .mod-checkbox.button *, .mod-checkbox.button.medium *, .mod-button:hover, .mod-checkbox.button:hover, .mod-button:hover *, .mod-checkbox.button:hover * {
  cursor: pointer;
  text-decoration: none;
}

.mod-button, .mod-checkbox.button, .mod-checkbox.button.medium, .mod-button.brand, .brand.mod-checkbox.button {
  padding: 10px 15px 9px;
  background-color: #ff0e45;
  border: 1px solid #f40038;
}

.mod-button, .mod-checkbox.button, .mod-checkbox.button.medium, .mod-button span, .mod-checkbox.button span, .mod-checkbox.button.medium span, .mod-button.brand, .brand.mod-checkbox.button, .mod-button.brand span, .brand.mod-checkbox.button span {
  text-shadow: 0 0 1px #e70035;
}

.mod-button span, .mod-checkbox.button span, .mod-checkbox.button.medium span, .mod-button.brand span, .brand.mod-checkbox.button span {
  display: inline-block;
}

.mod-button span, .mod-checkbox.button span, .mod-checkbox.button.medium span, .mod-button span:before, .mod-checkbox.button span:before, .mod-checkbox.button.medium span:before, .mod-button.brand span, .brand.mod-checkbox.button span, .mod-button.brand span:before, .brand.mod-checkbox.button span:before {
  background-color: transparent;
}

.mod-button .mbtn-text, .mod-checkbox.button .mbtn-text, .mod-button.brand .mbtn-text, .brand.mod-checkbox.button .mbtn-text {
  padding-left: 20px;
}

.mod-button .icon, .mod-checkbox.button .icon, .mod-button .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-button .mbc-icon, .mod-checkbox.button .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-checkbox.button .mbc-icon, .mod-button .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-button .mfrm-note.info:before, .mod-checkbox.button .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-checkbox.button .mfrm-note.info:before, .mod-button .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-button .mfrm-note.warning:before, .mod-checkbox.button .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-checkbox.button .mfrm-note.warning:before, .mod-button .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-button .mfrm-note.error:before, .mod-checkbox.button .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-checkbox.button .mfrm-note.error:before, .mod-button .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-button .mfrm-note.important:before, .mod-checkbox.button .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-checkbox.button .mfrm-note.important:before, .mod-button .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-button .mfrm-icon.warning, .mod-checkbox.button .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-checkbox.button .mfrm-icon.warning, .mod-button .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-button .mchx-check, .mod-checkbox.button .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-checkbox.button .mchx-check, .mod-button .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-button .mchx-check, .mod-checkbox.button .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-checkbox.button .mchx-check, .mod-button .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-button .icon, .mod-checkbox.button .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-checkbox.button .icon, .mod-button .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-button .icon, .mod-checkbox.button .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-checkbox.button .icon, .mod-button.brand .icon, .brand.mod-checkbox.button .icon, .mod-button.brand .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-button.brand .mbc-icon, .brand.mod-checkbox.button .mod-breadcrumb .mbc-icon, .mod-breadcrumb .brand.mod-checkbox.button .mbc-icon, .mod-button.brand .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-button.brand .mfrm-note.info:before, .brand.mod-checkbox.button .mod-form2 .mfrm-note.info:before, .mod-form2 .brand.mod-checkbox.button .mfrm-note.info:before, .mod-button.brand .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-button.brand .mfrm-note.warning:before, .brand.mod-checkbox.button .mod-form2 .mfrm-note.warning:before, .mod-form2 .brand.mod-checkbox.button .mfrm-note.warning:before, .mod-button.brand .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-button.brand .mfrm-note.error:before, .brand.mod-checkbox.button .mod-form2 .mfrm-note.error:before, .mod-form2 .brand.mod-checkbox.button .mfrm-note.error:before, .mod-button.brand .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-button.brand .mfrm-note.important:before, .brand.mod-checkbox.button .mod-form2 .mfrm-note.important:before, .mod-form2 .brand.mod-checkbox.button .mfrm-note.important:before, .mod-button.brand .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-button.brand .mfrm-icon.warning, .brand.mod-checkbox.button .mod-form2 .mfrm-icon.warning, .mod-form2 .brand.mod-checkbox.button .mfrm-icon.warning, .mod-button.brand .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-button.brand .mchx-check, .brand.mod-checkbox.button .mod-checkbox.active .mchx-check, .mod-checkbox.active .brand.mod-checkbox.button .mchx-check, .mod-button.brand .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-button.brand .mchx-check, .brand.mod-checkbox.button .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .brand.mod-checkbox.button .mchx-check, .mod-button.brand .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-button.brand .icon, .mod-button.brand .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-button.brand .icon {
  font-family: "glyphicons-halflings-regular";
  margin-left: 7px;
}

.mod-button.file, .file.mod-checkbox.button, .mod-button.brand.file, .brand.file.mod-checkbox.button {
  padding: 0;
}

.mod-button.file, .file.mod-checkbox.button, .mod-button.file label, .file.mod-checkbox.button label, .mod-button.brand.file, .brand.file.mod-checkbox.button, .mod-button.brand.file label, .brand.file.mod-checkbox.button label {
  display: inline-block;
  cursor: pointer;
}

.mod-button.file, .file.mod-checkbox.button, .mod-button.file input[type='file'], .file.mod-checkbox.button input[type='file'], .mod-button.brand.file, .brand.file.mod-checkbox.button, .mod-button.brand.file input[type='file'], .brand.file.mod-checkbox.button input[type='file'] {
  font-size: 0;
  line-height: 0;
}

.mod-button.file input[type='file'], .file.mod-checkbox.button input[type='file'], .mod-button.brand.file input[type='file'], .brand.file.mod-checkbox.button input[type='file'] {
  display: none;
  visibility: hidden;
}

.mod-button.file label, .file.mod-checkbox.button label, .mod-button.brand.file label, .brand.file.mod-checkbox.button label {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 10px 15px 9px;
  color: #fdfdfd;
  text-shadow: 0 0 1px #e70035;
}

.mod-button.gray, .gray.mod-checkbox.button {
  background-color: #7e7e7e;
  border: 1px solid #717171;
}

.mod-button.gray, .gray.mod-checkbox.button, .mod-button.gray span, .gray.mod-checkbox.button span, .mod-button.gray span:before, .gray.mod-checkbox.button span:before {
  text-shadow: 0 0 1px #6b6b6b;
}

.mod-button.gray:hover, .gray.mod-checkbox.button:hover {
  box-shadow: 0 0 10px #585858 inset;
}

.mod-button.gray.file, .gray.file.mod-checkbox.button {
  color: #fefffd;
  text-shadow: 0 0 1px #6b6b6b;
}

.mod-button.small, .small.mod-checkbox.button, .mod-button.small span, .small.mod-checkbox.button span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 10px;
}

.mod-button.tile, .tile.mod-checkbox.button {
  font-size: 0;
  line-height: 0;
  border: 1px solid #ff0e45;
  background-color: #fdfdfd;
  display: block;
  border-radius: 0;
  box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
  padding: 20px 12px;
}

.mod-button.tile, .tile.mod-checkbox.button, .mod-button.tile > *, .tile.mod-checkbox.button > * {
  color: #ff0e45;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.mod-button.tile:hover, .tile.mod-checkbox.button:hover {
  cursor: pointer;
  background-color: white;
  border-color: #DA0032;
}

.mod-button.tile:hover, .tile.mod-checkbox.button:hover, .mod-button.tile:hover > *, .tile.mod-checkbox.button:hover > * {
  color: #DA0032;
}

.mod-button .icon, .mod-checkbox.button .icon, .mod-button .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-button .mbc-icon, .mod-checkbox.button .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-checkbox.button .mbc-icon, .mod-button .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-button .mfrm-note.info:before, .mod-checkbox.button .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-checkbox.button .mfrm-note.info:before, .mod-button .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-button .mfrm-note.warning:before, .mod-checkbox.button .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-checkbox.button .mfrm-note.warning:before, .mod-button .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-button .mfrm-note.error:before, .mod-checkbox.button .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-checkbox.button .mfrm-note.error:before, .mod-button .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-button .mfrm-note.important:before, .mod-checkbox.button .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-checkbox.button .mfrm-note.important:before, .mod-button .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-button .mfrm-icon.warning, .mod-checkbox.button .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-checkbox.button .mfrm-icon.warning, .mod-button .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-button .mchx-check, .mod-checkbox.button .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-checkbox.button .mchx-check, .mod-button .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-button .mchx-check, .mod-checkbox.button .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-checkbox.button .mchx-check, .mod-button .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-button .icon, .mod-checkbox.button .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-checkbox.button .icon, .mod-button .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-button .icon, .mod-checkbox.button .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .mod-checkbox.button .icon {
  font-family: "glyphicons-halflings-regular";
}

.mod-horizontal-bar {
  height: 1px;
  display: block;
  background: nativeRgba(0, 0, 0, 1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+25,1+69,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, black 7.5%, black 92.5%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, black 7.5%, black 92.5%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, black 7.5%, black 92.5%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mod-checkbox {
  display: block;
  font-size: 0;
  line-height: 0;
}

.mod-checkbox, .mod-checkbox label, .mod-checkbox input {
  margin: 0;
  padding: 0;
}

.mod-checkbox span {
  display: inline-block;
}

.mod-checkbox span, .mod-checkbox.default span {
  color: #c1c1c1;
}

.mod-checkbox span:before, .mod-checkbox.default span:before {
  border-color: #c1c1c1;
}

.mod-checkbox.active .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check {
  top: 0;
}

.mod-checkbox.active span, .mod-checkbox.active.green span {
  color: #ff0e45;
}

.mod-checkbox.active .mchx-box:before, .mod-checkbox.active.green .mchx-box:before {
  border-color: #ff0e45;
}

.mod-checkbox.mod-checkbox-opt--checked-on-hover:hover span {
  color: #c1c1c1;
}

.mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-box:before {
  border-color: #c1c1c1;
}

.mod-checkbox .mchx-box {
  position: relative;
}

.mod-checkbox .mchx-box:before {
  font-size: 13px;
  line-height: 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  display: inline-block;
  content: "";
}

.mod-checkbox .mchx-check {
  position: absolute !important;
  top: 0;
  left: 0;
}

.mod-checkbox,
.mod-checkbox label,
.mod-checkbox .mchx-label,
.mod-checkbox .mchx-box {
  vertical-align: middle;
}

.mod-checkbox:hover,
.mod-checkbox label:hover,
.mod-checkbox .mchx-label:hover,
.mod-checkbox .mchx-box:hover {
  cursor: pointer;
}

.mod-checkbox input[type='checkbox'],
.mod-checkbox .mchx-field {
  display: none;
}

.mod-checkbox label,
.mod-checkbox .mchx-label {
  line-height: 1.25em;
}

.mod-checkbox label:hover,
.mod-checkbox .mchx-label:hover {
  text-decoration: none;
}

.mod-checkbox .mchx-box:before, .mod-checkbox.medium .mchx-box:before {
  width: 20px;
  height: 20px;
}

.mod-checkbox .mchx-check, .mod-checkbox.medium .mchx-check {
  top: 1px !important;
}

.mod-checkbox .mchx-check:before, .mod-checkbox.medium .mchx-check:before {
  font-size: 19px;
}

.mod-checkbox .mchx-box:before,
.mod-checkbox .mchx-check:before, .mod-checkbox.medium .mchx-box:before,
.mod-checkbox.medium .mchx-check:before {
  transition: border-color 0.667s;
}

.mod-checkbox.small .mchx-box:before {
  width: 15px;
  height: 15px;
}

.mod-checkbox.small .mchx-check {
  top: 1px !important;
}

.mod-checkbox.small .mchx-check:before {
  font-size: 15px;
}

.mod-checkbox.small :first-child {
  margin-right: 7px !important;
}

.mod-checkbox.large .mchx-box:before {
  width: 24px;
  height: 24px;
}

.mod-checkbox.large .mchx-check {
  top: 0 !important;
}

.mod-checkbox.large .mchx-check:before {
  font-size: 24px;
  margin-left: 1px;
}

.mod-checkbox.checkbox-help label,
.mod-checkbox.checkbox-help .mchx-label {
  width: 75%;
}

.mod-checkbox.checkbox-help span.mod-help-icon {
  position: relative;
  top: -2px;
  margin-left: 7px !important;
  vertical-align: middle;
  z-index: 9;
}

.mod-checkbox.checkbox-right {
  position: relative;
  padding-right: 25px;
}

.mod-checkbox.checkbox-right .mchx-box {
  position: absolute;
  top: 7px;
  right: 0;
}

.mod-checkbox.checkbox-only {
  top: 7px;
}

.mod-checkbox.marge-large label,
.mod-checkbox.marge-large .mchx-label {
  padding-left: 7px;
}

.mod-checkbox.disable .mchx-box:before {
  border-color: #7e7e7e;
}

.mod-checkbox.disable label,
.mod-checkbox.disable .mchx-label,
.mod-checkbox.disable .mchx-check {
  color: #7e7e7e;
}

.mod-checkbox.disable label:hover,
.mod-checkbox.disable .mchx-label:hover,
.mod-checkbox.disable .mchx-check:hover,
.mod-checkbox.disable .mchx-box:hover {
  cursor: not-allowed;
}

.mod-checkbox.radio .mchx-box, .mod-checkbox.radio.medium .mchx-box {
  top: 1px;
}

.mod-checkbox.radio .mchx-box:before, .mod-checkbox.radio.medium .mchx-box:before {
  font-size: 13px;
  line-height: 1em;
  border-radius: 10px;
}

.mod-checkbox.radio .mchx-check, .mod-checkbox.radio.medium .mchx-check {
  position: absolute !important;
  top: 2px !important;
  left: 2px;
  background-color: transparent;
}

.mod-checkbox.radio .mchx-check:before, .mod-checkbox.radio.medium .mchx-check:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

.mod-checkbox.radio.large .mchx-box:before {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.mod-checkbox.radio.large .mchx-check {
  top: 3px !important;
  left: 3px;
}

.mod-checkbox.radio.large .mchx-check:before {
  margin-left: 0;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}

.mod-checkbox.radio.small .mchx-box:before {
  width: 15px;
  height: 15px;
  border-radius: 7px;
}

.mod-checkbox.radio.small .mchx-check {
  top: 1px !important;
  left: 2px;
}

.mod-checkbox.radio.small .mchx-check:before {
  margin-left: 0;
  width: 11px;
  height: 11px;
  border-radius: 5px;
}

.mod-checkbox.radio.active .mchx-check:before {
  display: inline-block;
  background-color: #ff0e45;
}

.mod-checkbox.radio.disable .mchx-check:before {
  background-color: #7e7e7e;
}

.mod-checkbox.button, .mod-checkbox.button.medium {
  background: #a3a3a3 !important;
  min-width: 160px;
  text-transform: none;
}

.mod-checkbox.button .mchx-box, .mod-checkbox.button.medium .mchx-box {
  display: none;
}

.mod-checkbox.button:hover, .mod-checkbox.button.medium:hover {
  background: #7e7e7e !important;
}

.mod-checkbox.button.active, .mod-checkbox.button.medium.active {
  background: #ff0e45 !important;
  color: #fdfdfd;
}

.mod-checkbox.button.active:hover, .mod-checkbox.button.medium.active:hover {
  background: #DA0032 !important;
}

.mod-checkbox.button.disable, .mod-checkbox.button.medium.disable {
  background: #7e7e7e !important;
}

.mod-radiobutton {
  font-size: 0;
  line-height: 0;
}

.mod-radiobutton, .mod-radiobutton label, .mod-radiobutton input {
  margin: 0;
  padding: 0;
}

.mod-radiobutton span {
  display: inline-block;
}

.mod-radiobutton span, .mod-radiobutton.green span {
  color: #050500;
}

.mod-radiobutton span:before, .mod-radiobutton.green span:before {
  border-color: #050500;
}

.mod-radiobutton .mrab-box {
  position: relative;
  top: 1px;
}

.mod-radiobutton .mrab-box:before {
  font-size: 13px;
  line-height: 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  display: inline-block;
  content: "";
}

.mod-radiobutton .mrab-check {
  position: absolute !important;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  top: 3px;
  left: 3px;
  background-color: transparent;
}

.mod-radiobutton .mrab-option.active .mrab-box:before, .mod-radiobutton.green .mrab-option.active .mrab-box:before {
  border-color: #00a886;
}

.mod-radiobutton .mrab-option.active .mrab-check, .mod-radiobutton.green .mrab-option.active .mrab-check {
  background-color: #00a886;
}

.mod-radiobutton label,
.mod-radiobutton .mrab-box {
  vertical-align: middle;
}

.mod-radiobutton label:hover,
.mod-radiobutton .mrab-box:hover {
  cursor: pointer;
}

.mod-radiobutton input[type='radio'] {
  display: none;
}

.mod-radiobutton label:hover {
  text-decoration: none;
}

.mod-radiobutton .mrab-box:before {
  width: 16px;
  height: 16px;
}

.mod-radiobutton .mrab-box:before, .mod-radiobutton.medium .mrab-box:before {
  width: 15px;
  height: 15px;
}

.mod-radiobutton .mrab-check, .mod-radiobutton.medium .mrab-check {
  top: 0 !important;
}

.mod-radiobutton .mrab-check:before, .mod-radiobutton.medium .mrab-check:before {
  font-size: 13px;
  margin-left: 1px;
}

.mod-radiobutton.large .mrab-box:before {
  width: 15px;
  height: 15px;
}

.mod-radiobutton.large .mrab-check {
  top: 0 !important;
}

.mod-radiobutton.large .mrab-check:before {
  font-size: 13px;
  margin-left: 1px;
}

.mod-radiobutton.small .mrab-box:before {
  width: 13px;
  height: 13px;
}

.mod-radiobutton.small .mrab-check {
  top: 0 !important;
}

.mod-radiobutton.small .mrab-check:before {
  font-size: 13px;
}

.mod-radiobutton.small :first-child {
  margin-right: 7px !important;
}

.mod-radiobutton .mrab-option, .mod-radiobutton.vertical .mrab-option {
  display: block !important;
}

.mod-radiobutton.horizontal .mrab-option {
  display: inline-block !important;
  margin-right: 20px;
}

.mod-radiobutton.horizontal .mrab-option:last-child {
  margin-right: 0;
}

.mod-items-collapsor .micol-link .text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
  line-height: 1em;
}

[collapsor-box] {
  display: none;
}

.mod-collapsor {
  display: inline-block;
}

.mod-collapsor, .mod-collapsor * {
  font-size: 14px;
  line-height: 1em;
}

.mod-collapsor:hover {
  cursor: pointer;
  text-decoration: none;
}

.mod-box-collapsor .mbcol-header {
  margin: 60px 20px 20px;
  padding-right: 30px;
  border-bottom: 1px solid #cfc7ad;
  position: relative;
}

.mod-box-collapsor .mbcol-header .mbcol-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right;
}

.mod-box-collapsor .mbcol-content {
  display: none;
}

.mod-box-collapsor .mbcol-button {
  font-size: 14px;
  line-height: 1em;
  padding: 0 0 5px 12px;
}

.mod-box-collapsor .mbcol-button:hover {
  cursor: pointer;
}

.mod-items-collapsor .micol-link {
  padding: 7px 20px 12px 0;
  z-index: 999;
}

.mod-items-collapsor .micol-link:hover {
  cursor: pointer;
}

.mod-items-collapsor .micol-link .mod-breadcrumb .mbc-icon, .mod-breadcrumb .mod-items-collapsor .micol-link .mbc-icon, .mod-items-collapsor .micol-link .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-items-collapsor .micol-link .mfrm-note.info:before, .mod-items-collapsor .micol-link .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-items-collapsor .micol-link .mfrm-note.warning:before, .mod-items-collapsor .micol-link .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-items-collapsor .micol-link .mfrm-note.error:before, .mod-items-collapsor .micol-link .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-items-collapsor .micol-link .mfrm-note.important:before, .mod-items-collapsor .micol-link .mod-form2 .mfrm-icon.warning, .mod-form2 .mod-items-collapsor .micol-link .mfrm-icon.warning, .mod-items-collapsor .micol-link .mod-checkbox.active .mchx-check, .mod-checkbox.active .mod-items-collapsor .micol-link .mchx-check, .mod-items-collapsor .micol-link .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-items-collapsor .micol-link .mchx-check, .mod-items-collapsor .micol-link .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor .mbcol-button .mod-items-collapsor .micol-link .icon, .mod-items-collapsor .micol-link .icon {
  font-size: 10px;
  margin-left: 7px;
}

.mod-items-collapsor.hidden {
  display: none;
}

.mod-message-notification {
  display: inline-block;
  width: 100%;
}

.mod-message-notification .mmn-content {
  position: relative;
  display: block;
  margin: 20px 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 20px 112px 20px 12px;
}

.mod-message-notification .mmn-text {
  font-family: "IBM Plex Sans", sans-serif;
}

.mod-message-notification .mmn-text h1 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.mod-message-notification .mmn-text em {
  font-style: italic;
}

.mod-message-notification .mmn-text strong {
  font-weight: 600;
}

.mod-message-notification .mmn-text p {
  margin-bottom: 12px;
}

.mod-message-notification .mmn-text p:last-child {
  margin-bottom: 0;
}

.mod-message-notification .mmn-text a {
  font-style: italic;
}

.mod-message-notification .mmn-text a:hover {
  text-decoration: underline;
}

.mod-message-notification .mmn-closer {
  display: block;
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 15px;
  line-height: 1em;
  padding: 4px 7px 5px;
}

.mod-message-notification .mmn-closer:hover {
  cursor: pointer;
}

.mod-message-notification .mmn-closer, .mod-message-notification .mmn-closer *,
.mod-message-notification .mmn-text,
.mod-message-notification .mmn-text * {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.mod-message-notification .mmn-content, .mod-message-notification.success .mmn-content {
  border-color: #00a886;
  background-color: #00f5c3;
}

.mod-message-notification .mmn-closer, .mod-message-notification .mmn-closer *,
.mod-message-notification .mmn-text,
.mod-message-notification .mmn-text *, .mod-message-notification.success .mmn-closer, .mod-message-notification.success .mmn-closer *,
.mod-message-notification.success .mmn-text,
.mod-message-notification.success .mmn-text * {
  color: #050500;
}

.mod-message-notification.warning .mmn-content {
  border-color: #ED8B00;
  background-color: #ffae3b;
}

.mod-message-notification.warning .mmn-closer, .mod-message-notification.warning .mmn-closer *,
.mod-message-notification.warning .mmn-text,
.mod-message-notification.warning .mmn-text * {
  color: #050500;
}

.mod-message-notification.error .mmn-content {
  border-color: #DA0032;
  background-color: #ff2859;
}

.mod-message-notification.error .mmn-closer, .mod-message-notification.error .mmn-closer *,
.mod-message-notification.error .mmn-text,
.mod-message-notification.error .mmn-text * {
  color: #050500;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../medias/glyphicons-halflings-regular.eot");
  src: url("../medias/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../medias/glyphicons-halflings-regular.woff2") format("woff2"), url("../medias/glyphicons-halflings-regular.woff") format("woff"), url("../medias/glyphicons-halflings-regular.ttf") format("truetype"), url("../medias/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon, .icon, .mod-breadcrumb .mbc-icon, .mod-form2 .mfrm-note.info:before, .mod-form2 .mfrm-note.warning:before, .mod-form2 .mfrm-note.error:before, .mod-form2 .mfrm-note.important:before, .mod-form2 .mfrm-icon.warning, .mod-checkbox.active .mchx-check, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check, .mod-box-collapsor .mbcol-button .icon, .mod-box-collapsor[collapsor-state='close'] .mbcol-button .icon, .mod-items-collapsor .micol-link .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before, .i-plus:before, .mod-items-collapsor .micol-link.more .mod-breadcrumb .mbc-icon:before, .mod-breadcrumb .mod-items-collapsor .micol-link.more .mbc-icon:before, .mod-items-collapsor .micol-link.more .mod-form2 .mfrm-note.info:before, .mod-form2 .mod-items-collapsor .micol-link.more .mfrm-note.info:before, .mod-items-collapsor .micol-link.more .mod-form2 .mfrm-note.warning:before, .mod-form2 .mod-items-collapsor .micol-link.more .mfrm-note.warning:before, .mod-items-collapsor .micol-link.more .mod-form2 .mfrm-note.error:before, .mod-form2 .mod-items-collapsor .micol-link.more .mfrm-note.error:before, .mod-items-collapsor .micol-link.more .mod-form2 .mfrm-note.important:before, .mod-form2 .mod-items-collapsor .micol-link.more .mfrm-note.important:before, .mod-items-collapsor .micol-link.more .mod-form2 .mfrm-icon.warning:before, .mod-form2 .mod-items-collapsor .micol-link.more .mfrm-icon.warning:before, .mod-items-collapsor .micol-link.more .mod-checkbox.active .mchx-check:before, .mod-checkbox.active .mod-items-collapsor .micol-link.more .mchx-check:before, .mod-items-collapsor .micol-link.more .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check:before, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mod-items-collapsor .micol-link.more .mchx-check:before, .mod-items-collapsor .micol-link.more .icon:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before, .i-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before, .i-check:before, .mod-checkbox.active .mchx-check:before, .mod-checkbox.mod-checkbox-opt--checked-on-hover:hover .mchx-check:before,
.i-accept:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before, .i-home:before, .mod-breadcrumb .mbc-icon-ext--root:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.jQueryMosaic {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 1em !important;
}

.jQueryMosaic > div,
.jQueryMosaic > a,
.jQueryMosaic > img {
  float: left !important;
}

.jQueryMosaic > .item {
  position: relative;
}

.jQueryMosaic > .item.withImage {
  background-size: cover !important;
}

.jQueryMosaic > .item > .overlay {
  opacity: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.jQueryMosaic > .item:hover > .overlay {
  opacity: 1;
}

.jQueryMosaic > .item > .overlay > .texts {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 15pt;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff;
}

.jQueryMosaic > .item > .overlay > .texts h1,
.jQueryMosaic > .item > .overlay > .texts h2 {
  margin: 0;
  line-height: 1.3em !important;
}

.jQueryMosaic > .item > .overlay > .texts h1 {
  font-size: 17pt !important;
}

.jQueryMosaic > .item > .overlay > .texts h2 {
  font-size: 13pt !important;
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit;
}

.sm-simple {
  border: 0px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "IBM Plex Sans", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
  content: '+';
}

.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 178, 178, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 10px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 20px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 30px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 50px solid transparent;
}

@media (min-width: 1200px) {
  /* Switch to desktop layout
	-----------------------------------------------
	   These transform the menu tree from
	   collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    background: #fff;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 33px;
  }
  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '+';
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 0px solid #bbbbbb;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a .sub-arrow {
    left: 7px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 33px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 7px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 7px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 7px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

.sm-simple {
  border: 0px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "IBM Plex Sans", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
  content: '+';
}

.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 178, 178, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 10px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 20px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 30px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 50px solid transparent;
}

@media (min-width: 1200px) {
  /* Switch to desktop layout
	-----------------------------------------------
	   These transform the menu tree from
	   collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    background: #fff;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 33px;
  }
  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '+';
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 0px solid #bbbbbb;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a .sub-arrow {
    left: 7px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 33px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 7px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 7px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 7px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

.main-nav {
  border: 1px solid #bbb;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 41px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1200px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

.override-smartmenus .main-nav {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.override-smartmenus .sm-simple {
  background: transparent;
}

.override-smartmenus .sm-simple > li {
  border: none;
}

.override-smartmenus .sm-simple ul {
  border: none;
}

.override-smartmenus .sm-simple ul > li {
  border: none;
}

.override-smartmenus .sm-simple a {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 600;
}

.override-smartmenus .sm-simple a .sub-arrow:hover {
  cursor: pointer;
}

.override-smartmenus .sm-simple a:hover, .override-smartmenus .sm-simple a:active, .override-smartmenus .sm-simple a:focus, .override-smartmenus .sm-simple a.highlighted {
  background: #cc0033;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .override-smartmenus .main-nav .nav-brand {
    display: none;
  }
  .override-smartmenus .sm-simple li:first-child {
    background: #cc0033;
  }
  .override-smartmenus .sm-simple a {
    font-size: 20px;
    line-height: 1.25em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
  .override-smartmenus .sm-simple a, .override-smartmenus .sm-simple a:hover, .override-smartmenus .sm-simple a:active, .override-smartmenus .sm-simple a:focus, .override-smartmenus .sm-simple a.highlighted {
    color: #f0f0f0;
  }
  .override-smartmenus .sm-simple a, .override-smartmenus .sm-simple a:focus, .override-smartmenus .sm-simple a.highlighted {
    padding: 20px 25px;
  }
  .override-smartmenus .sm-simple a:hover.has-submenu, .override-smartmenus .sm-simple a:active.has-submenu, .override-smartmenus .sm-simple a:focus.has-submenu, .override-smartmenus .sm-simple a.highlighted.has-submenu {
    background: rgba(0, 0, 0, 0.6);
    cursor: default;
  }
  .override-smartmenus .sm-simple a .sub-arrow {
    right: 15px;
  }
  .override-smartmenus .sm-simple ul {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .override-smartmenus .sm-simple ul > li > a {
    font-size: 18px;
    line-height: 1.2;
  }
  .override-smartmenus .sm-simple ul > li a, .override-smartmenus .sm-simple ul > li a:hover, .override-smartmenus .sm-simple ul > li a:active, .override-smartmenus .sm-simple ul > li a:focus, .override-smartmenus .sm-simple ul > li a.highlighted {
    padding: 15px 25px;
    font-weight: 400;
  }
}

@media screen and (max-width: 1199px) {
  .override-smartmenus .sm-simple {
    margin-top: 35px !important;
  }
  .override-smartmenus .sm-simple ul {
    background: #c1c1c1;
  }
  .override-smartmenus .sm-simple a {
    color: #050500;
    font-weight: 400 !important;
    text-shadow: none !important;
  }
  .override-smartmenus .sm-simple a:hover, .override-smartmenus .sm-simple a:active, .override-smartmenus .sm-simple a:focus, .override-smartmenus .sm-simple a.highlighted {
    color: #f0f0f0;
  }
  .override-smartmenus .sm-simple a:hover.has-submenu, .override-smartmenus .sm-simple a:active.has-submenu, .override-smartmenus .sm-simple a:focus.has-submenu, .override-smartmenus .sm-simple a.highlighted.has-submenu {
    color: #050500;
    background: #c1c1c1;
    cursor: default;
  }
  .override-smartmenus #main-menu-state:checked ~ #main-menu {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .override-smartmenus .sm-simple {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=drainotech.dist.css.map */