@charset "UTF-8";



/* ==========================================================================
### App
========================================================================== */


/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */


/* Document
       ========================================================================== */


/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}


/* Sections
       ========================================================================== */


/**
     * Remove the margin in all browsers (opinionated).
     */

body {
	margin: 0;
}


/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}


/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
       ========================================================================== */


/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
	display: block;
}


/**
     * Add the correct margin in IE 8.
     */

figure {
	margin: 1em 40px;
}


/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
     * Add the correct display in IE.
     */

main {
	display: block;
}


/**
     * 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 */
}


/* Links
       ========================================================================== */


/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}


/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active,
a:hover {
	outline-width: 0;
}


/* Text-level semantics
       ========================================================================== */


/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}


/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
	font-weight: inherit;
}


/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
	font-weight: bolder;
}


/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
	font-style: italic;
}


/**
     * Add the correct background and color in IE 9-.
     */

mark {
	background-color: #ff0;
	color: #000;
}


/**
     * Add the correct font size in all browsers.
     */

small {
	font-size: 80%;
}


/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
       ========================================================================== */


/**
     * Add the correct display in IE 9-.
     */

audio,
video {
	display: inline-block;
}


/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
     * Remove the border on images inside links in IE 10-.
     */

img {
	border-style: none;
}


/**
     * Hide the overflow in IE.
     */

svg :not(:root) {
	overflow: hidden;
}


/* Forms
       ========================================================================== */


/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
     * Show the overflow in IE.
     */

button {
	overflow: visible;
}


/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/* button, */
/* [type="button"], */
/* [type="reset"], */
/* [type="submit"] { */
	/**
       * Remove the inner border and padding in Firefox.
       */
	/**
       * Restore the focus styles unset by the previous rule.
       */
/* } */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
     * Show the overflow in Edge.
     */

input {
	overflow: visible;
}


/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
	/**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/**
     * 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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */
}


/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
	overflow: auto;
}


/* Interactive
       ========================================================================== */


/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
	display: block;
}


/*
     * Add the correct display in all browsers.
     */

summary {
	display: list-item;
}


/*
     * Add the correct display in IE 9-.
     */

menu {
	display: block;
}


/* Scripting
       ========================================================================== */


/**
     * Add the correct display in IE 9-.
     */

canvas {
	display: inline-block;
}


/**
     * Add the correct display in IE.
     */

template {
	display: none;
}


/* Hidden
       ========================================================================== */


/**
     * Add the correct display in IE 10-.
     */

[hidden] {
	display: none;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.grid-container {
	padding-right: 10px;
	padding-right: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
	.grid-container {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.grid-container.fluid {
	padding-right: 10px;
	padding-right: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	max-width: 100%;
	margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
	.grid-container.fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}



.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto;
}

.grid-x {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}

.cell.auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

.cell.shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x>.auto {
	width: auto;
}

.grid-x>.shrink {
	width: auto;
}

.grid-x>.small-shrink,
.grid-x>.small-full,
.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {
	.grid-x>.medium-shrink,
	.grid-x>.medium-full,
	.grid-x>.medium-1,
	.grid-x>.medium-2,
	.grid-x>.medium-3,
	.grid-x>.medium-4,
	.grid-x>.medium-5,
	.grid-x>.medium-6,
	.grid-x>.medium-7,
	.grid-x>.medium-8,
	.grid-x>.medium-9,
	.grid-x>.medium-10,
	.grid-x>.medium-11,
	.grid-x>.medium-12 {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-x>.large-shrink,
	.grid-x>.large-full,
	.grid-x>.large-1,
	.grid-x>.large-2,
	.grid-x>.large-3,
	.grid-x>.large-4,
	.grid-x>.large-5,
	.grid-x>.large-6,
	.grid-x>.large-7,
	.grid-x>.large-8,
	.grid-x>.large-9,
	.grid-x>.large-10,
	.grid-x>.large-11,
	.grid-x>.large-12 {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-x>.small-1 {
	width: 8.33333%;
}

.grid-x>.small-2 {
	width: 16.66667%;
}

.grid-x>.small-3 {
	width: 25%;
}

.grid-x>.small-4 {
	width: 33.33333%;
}

.grid-x>.small-5 {
	width: 41.66667%;
}

.grid-x>.small-6 {
	width: 50%;
}

.grid-x>.small-7 {
	width: 58.33333%;
}

.grid-x>.small-8 {
	width: 66.66667%;
}

.grid-x>.small-9 {
	width: 75%;
}

.grid-x>.small-10 {
	width: 83.33333%;
}

.grid-x>.small-11 {
	width: 91.66667%;
}

.grid-x>.small-12 {
	width: 100%;
}

@media print,
screen and (min-width: 40em) {
	.grid-x>.medium-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x>.medium-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.grid-x>.medium-1 {
		width: 8.33333%;
	}
	.grid-x>.medium-2 {
		width: 16.66667%;
	}
	.grid-x>.medium-3 {
		width: 25%;
	}
	.grid-x>.medium-4 {
		width: 33.33333%;
	}
	.grid-x>.medium-5 {
		width: 41.66667%;
	}
	.grid-x>.medium-6 {
		width: 50%;
	}
	.grid-x>.medium-7 {
		width: 58.33333%;
	}
	.grid-x>.medium-8 {
		width: 66.66667%;
	}
	.grid-x>.medium-9 {
		width: 75%;
	}
	.grid-x>.medium-10 {
		width: 83.33333%;
	}
	.grid-x>.medium-11 {
		width: 91.66667%;
	}
	.grid-x>.medium-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-x>.large-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x>.large-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.grid-x>.large-1 {
		width: 8.33333%;
	}
	.grid-x>.large-2 {
		width: 16.66667%;
	}
	.grid-x>.large-3 {
		width: 25%;
	}
	.grid-x>.large-4 {
		width: 33.33333%;
	}
	.grid-x>.large-5 {
		width: 41.66667%;
	}
	.grid-x>.large-6 {
		width: 50%;
	}
	.grid-x>.large-7 {
		width: 58.33333%;
	}
	.grid-x>.large-8 {
		width: 66.66667%;
	}
	.grid-x>.large-9 {
		width: 75%;
	}
	.grid-x>.large-10 {
		width: 83.33333%;
	}
	.grid-x>.large-11 {
		width: 91.66667%;
	}
	.grid-x>.large-12 {
		width: 100%;
	}
}

.grid-margin-x:not(.grid-x)>.cell {
	width: auto;
}

.grid-margin-y:not(.grid-y)>.cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.grid-margin-x>.cell {
	width: calc(100% - 1.25rem);
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x>.cell {
		width: calc(100% - 1.875rem);
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
	}
}

.grid-margin-x>.auto {
	width: auto;
}

.grid-margin-x>.shrink {
	width: auto;
}

.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.25rem);
}

.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.25rem);
}

.grid-margin-x>.small-3 {
	width: calc(25% - 1.25rem);
}

.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.25rem);
}

.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.25rem);
}

.grid-margin-x>.small-6 {
	width: calc(50% - 1.25rem);
}

.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.25rem);
}

.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.25rem);
}

.grid-margin-x>.small-9 {
	width: calc(75% - 1.25rem);
}

.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.25rem);
}

.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.25rem);
}

.grid-margin-x>.small-12 {
	width: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x>.auto {
		width: auto;
	}
	.grid-margin-x>.shrink {
		width: auto;
	}
	.grid-margin-x>.small-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x>.small-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x>.small-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x>.small-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x>.small-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x>.small-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x>.small-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x>.small-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x>.small-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x>.small-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x>.small-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x>.small-12 {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x>.medium-auto {
		width: auto;
	}
	.grid-margin-x>.medium-shrink {
		width: auto;
	}
	.grid-margin-x>.medium-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x>.medium-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x>.medium-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x>.medium-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x>.medium-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x>.medium-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x>.medium-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x>.medium-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x>.medium-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x>.medium-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x>.medium-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x>.medium-12 {
		width: calc(100% - 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-x>.large-auto {
		width: auto;
	}
	.grid-margin-x>.large-shrink {
		width: auto;
	}
	.grid-margin-x>.large-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x>.large-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x>.large-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x>.large-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x>.large-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x>.large-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x>.large-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x>.large-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x>.large-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x>.large-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x>.large-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x>.large-12 {
		width: calc(100% - 1.875rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -10px;
	margin-right: -0.625rem;
	margin-left: -10px;
	margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.grid-container:not(.full)>.grid-padding-x {
	margin-right: -10px;
	margin-right: -0.625rem;
	margin-left: -10px;
	margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-container:not(.full)>.grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}

.grid-padding-x>.cell {
	padding-right: 10px;
	padding-right: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-x>.cell {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.small-up-1>.cell {
	width: 100%;
}

.small-up-2>.cell {
	width: 50%;
}

.small-up-3>.cell {
	width: 33.33333%;
}

.small-up-4>.cell {
	width: 25%;
}

.small-up-5>.cell {
	width: 20%;
}

.small-up-6>.cell {
	width: 16.66667%;
}

.small-up-7>.cell {
	width: 14.28571%;
}

.small-up-8>.cell {
	width: 12.5%;
}

@media print,
screen and (min-width: 40em) {
	.medium-up-1>.cell {
		width: 100%;
	}
	.medium-up-2>.cell {
		width: 50%;
	}
	.medium-up-3>.cell {
		width: 33.33333%;
	}
	.medium-up-4>.cell {
		width: 25%;
	}
	.medium-up-5>.cell {
		width: 20%;
	}
	.medium-up-6>.cell {
		width: 16.66667%;
	}
	.medium-up-7>.cell {
		width: 14.28571%;
	}
	.medium-up-8>.cell {
		width: 12.5%;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-up-1>.cell {
		width: 100%;
	}
	.large-up-2>.cell {
		width: 50%;
	}
	.large-up-3>.cell {
		width: 33.33333%;
	}
	.large-up-4>.cell {
		width: 25%;
	}
	.large-up-5>.cell {
		width: 20%;
	}
	.large-up-6>.cell {
		width: 16.66667%;
	}
	.large-up-7>.cell {
		width: 14.28571%;
	}
	.large-up-8>.cell {
		width: 12.5%;
	}
}

.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-x.small-up-1>.cell {
		width: calc(100% - 1.25rem);
	}
	.grid-margin-x.small-up-2>.cell {
		width: calc(50% - 1.25rem);
	}
	.grid-margin-x.small-up-3>.cell {
		width: calc(33.33333% - 1.25rem);
	}
	.grid-margin-x.small-up-4>.cell {
		width: calc(25% - 1.25rem);
	}
	.grid-margin-x.small-up-5>.cell {
		width: calc(20% - 1.25rem);
	}
	.grid-margin-x.small-up-6>.cell {
		width: calc(16.66667% - 1.25rem);
	}
	.grid-margin-x.small-up-7>.cell {
		width: calc(14.28571% - 1.25rem);
	}
	.grid-margin-x.small-up-8>.cell {
		width: calc(12.5% - 1.25rem);
	}
	.grid-margin-x.medium-up-1>.cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.medium-up-2>.cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.medium-up-3>.cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.medium-up-4>.cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.medium-up-5>.cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.medium-up-6>.cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-x.large-up-1>.cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.large-up-2>.cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.large-up-3>.cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.large-up-4>.cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.large-up-5>.cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.large-up-6>.cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.large-up-7>.cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.large-up-8>.cell {
		width: calc(12.5% - 1.875rem);
	}
}

.small-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}

.small-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0;
}

.small-margin-collapse>.small-1 {
	width: 8.33333%;
}

.small-margin-collapse>.small-2 {
	width: 16.66667%;
}

.small-margin-collapse>.small-3 {
	width: 25%;
}

.small-margin-collapse>.small-4 {
	width: 33.33333%;
}

.small-margin-collapse>.small-5 {
	width: 41.66667%;
}

.small-margin-collapse>.small-6 {
	width: 50%;
}

.small-margin-collapse>.small-7 {
	width: 58.33333%;
}

.small-margin-collapse>.small-8 {
	width: 66.66667%;
}

.small-margin-collapse>.small-9 {
	width: 75%;
}

.small-margin-collapse>.small-10 {
	width: 83.33333%;
}

.small-margin-collapse>.small-11 {
	width: 91.66667%;
}

.small-margin-collapse>.small-12 {
	width: 100%;
}

@media print,
screen and (min-width: 40em) {
	.small-margin-collapse>.medium-1 {
		width: 8.33333%;
	}
	.small-margin-collapse>.medium-2 {
		width: 16.66667%;
	}
	.small-margin-collapse>.medium-3 {
		width: 25%;
	}
	.small-margin-collapse>.medium-4 {
		width: 33.33333%;
	}
	.small-margin-collapse>.medium-5 {
		width: 41.66667%;
	}
	.small-margin-collapse>.medium-6 {
		width: 50%;
	}
	.small-margin-collapse>.medium-7 {
		width: 58.33333%;
	}
	.small-margin-collapse>.medium-8 {
		width: 66.66667%;
	}
	.small-margin-collapse>.medium-9 {
		width: 75%;
	}
	.small-margin-collapse>.medium-10 {
		width: 83.33333%;
	}
	.small-margin-collapse>.medium-11 {
		width: 91.66667%;
	}
	.small-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.small-margin-collapse>.large-1 {
		width: 8.33333%;
	}
	.small-margin-collapse>.large-2 {
		width: 16.66667%;
	}
	.small-margin-collapse>.large-3 {
		width: 25%;
	}
	.small-margin-collapse>.large-4 {
		width: 33.33333%;
	}
	.small-margin-collapse>.large-5 {
		width: 41.66667%;
	}
	.small-margin-collapse>.large-6 {
		width: 50%;
	}
	.small-margin-collapse>.large-7 {
		width: 58.33333%;
	}
	.small-margin-collapse>.large-8 {
		width: 66.66667%;
	}
	.small-margin-collapse>.large-9 {
		width: 75%;
	}
	.small-margin-collapse>.large-10 {
		width: 83.33333%;
	}
	.small-margin-collapse>.large-11 {
		width: 91.66667%;
	}
	.small-margin-collapse>.large-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}

.small-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0;
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse>.small-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse>.small-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse>.small-3 {
		width: 25%;
	}
	.medium-margin-collapse>.small-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse>.small-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse>.small-6 {
		width: 50%;
	}
	.medium-margin-collapse>.small-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse>.small-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse>.small-9 {
		width: 75%;
	}
	.medium-margin-collapse>.small-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse>.small-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse>.small-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse>.medium-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse>.medium-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse>.medium-3 {
		width: 25%;
	}
	.medium-margin-collapse>.medium-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse>.medium-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse>.medium-6 {
		width: 50%;
	}
	.medium-margin-collapse>.medium-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse>.medium-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse>.medium-9 {
		width: 75%;
	}
	.medium-margin-collapse>.medium-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse>.medium-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.medium-margin-collapse>.large-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse>.large-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse>.large-3 {
		width: 25%;
	}
	.medium-margin-collapse>.large-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse>.large-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse>.large-6 {
		width: 50%;
	}
	.medium-margin-collapse>.large-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse>.large-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse>.large-9 {
		width: 75%;
	}
	.medium-margin-collapse>.large-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse>.large-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse>.large-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.small-1 {
		width: 8.33333%;
	}
	.large-margin-collapse>.small-2 {
		width: 16.66667%;
	}
	.large-margin-collapse>.small-3 {
		width: 25%;
	}
	.large-margin-collapse>.small-4 {
		width: 33.33333%;
	}
	.large-margin-collapse>.small-5 {
		width: 41.66667%;
	}
	.large-margin-collapse>.small-6 {
		width: 50%;
	}
	.large-margin-collapse>.small-7 {
		width: 58.33333%;
	}
	.large-margin-collapse>.small-8 {
		width: 66.66667%;
	}
	.large-margin-collapse>.small-9 {
		width: 75%;
	}
	.large-margin-collapse>.small-10 {
		width: 83.33333%;
	}
	.large-margin-collapse>.small-11 {
		width: 91.66667%;
	}
	.large-margin-collapse>.small-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.medium-1 {
		width: 8.33333%;
	}
	.large-margin-collapse>.medium-2 {
		width: 16.66667%;
	}
	.large-margin-collapse>.medium-3 {
		width: 25%;
	}
	.large-margin-collapse>.medium-4 {
		width: 33.33333%;
	}
	.large-margin-collapse>.medium-5 {
		width: 41.66667%;
	}
	.large-margin-collapse>.medium-6 {
		width: 50%;
	}
	.large-margin-collapse>.medium-7 {
		width: 58.33333%;
	}
	.large-margin-collapse>.medium-8 {
		width: 66.66667%;
	}
	.large-margin-collapse>.medium-9 {
		width: 75%;
	}
	.large-margin-collapse>.medium-10 {
		width: 83.33333%;
	}
	.large-margin-collapse>.medium-11 {
		width: 91.66667%;
	}
	.large-margin-collapse>.medium-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.large-1 {
		width: 8.33333%;
	}
	.large-margin-collapse>.large-2 {
		width: 16.66667%;
	}
	.large-margin-collapse>.large-3 {
		width: 25%;
	}
	.large-margin-collapse>.large-4 {
		width: 33.33333%;
	}
	.large-margin-collapse>.large-5 {
		width: 41.66667%;
	}
	.large-margin-collapse>.large-6 {
		width: 50%;
	}
	.large-margin-collapse>.large-7 {
		width: 58.33333%;
	}
	.large-margin-collapse>.large-8 {
		width: 66.66667%;
	}
	.large-margin-collapse>.large-9 {
		width: 75%;
	}
	.large-margin-collapse>.large-10 {
		width: 83.33333%;
	}
	.large-margin-collapse>.large-11 {
		width: 91.66667%;
	}
	.large-margin-collapse>.large-12 {
		width: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0;
	}
}

.small-offset-0 {
	margin-left: 0%;
}

.grid-margin-x>.small-offset-0 {
	margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.grid-margin-x>.small-offset-1 {
	margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.grid-margin-x>.small-offset-2 {
	margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
	margin-left: 25%;
}

.grid-margin-x>.small-offset-3 {
	margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.grid-margin-x>.small-offset-4 {
	margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.grid-margin-x>.small-offset-5 {
	margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
	margin-left: 50%;
}

.grid-margin-x>.small-offset-6 {
	margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.grid-margin-x>.small-offset-7 {
	margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.grid-margin-x>.small-offset-8 {
	margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
	margin-left: 75%;
}

.grid-margin-x>.small-offset-9 {
	margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.grid-margin-x>.small-offset-10 {
	margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.grid-margin-x>.small-offset-11 {
	margin-left: calc(91.66667% + 0.625rem);
}

@media print,
screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left: 0%;
	}
	.grid-margin-x>.medium-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
	.grid-margin-x>.medium-offset-1 {
		margin-left: calc(8.33333% + 0.9375rem);
	}
	.medium-offset-2 {
		margin-left: 16.66667%;
	}
	.grid-margin-x>.medium-offset-2 {
		margin-left: calc(16.66667% + 0.9375rem);
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x>.medium-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}
	.medium-offset-4 {
		margin-left: 33.33333%;
	}
	.grid-margin-x>.medium-offset-4 {
		margin-left: calc(33.33333% + 0.9375rem);
	}
	.medium-offset-5 {
		margin-left: 41.66667%;
	}
	.grid-margin-x>.medium-offset-5 {
		margin-left: calc(41.66667% + 0.9375rem);
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x>.medium-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}
	.medium-offset-7 {
		margin-left: 58.33333%;
	}
	.grid-margin-x>.medium-offset-7 {
		margin-left: calc(58.33333% + 0.9375rem);
	}
	.medium-offset-8 {
		margin-left: 66.66667%;
	}
	.grid-margin-x>.medium-offset-8 {
		margin-left: calc(66.66667% + 0.9375rem);
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x>.medium-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}
	.medium-offset-10 {
		margin-left: 83.33333%;
	}
	.grid-margin-x>.medium-offset-10 {
		margin-left: calc(83.33333% + 0.9375rem);
	}
	.medium-offset-11 {
		margin-left: 91.66667%;
	}
	.grid-margin-x>.medium-offset-11 {
		margin-left: calc(91.66667% + 0.9375rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%;
	}
	.grid-margin-x>.large-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	.grid-margin-x>.large-offset-1 {
		margin-left: calc(8.33333% + 0.9375rem);
	}
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	.grid-margin-x>.large-offset-2 {
		margin-left: calc(16.66667% + 0.9375rem);
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x>.large-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	.grid-margin-x>.large-offset-4 {
		margin-left: calc(33.33333% + 0.9375rem);
	}
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	.grid-margin-x>.large-offset-5 {
		margin-left: calc(41.66667% + 0.9375rem);
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x>.large-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	.grid-margin-x>.large-offset-7 {
		margin-left: calc(58.33333% + 0.9375rem);
	}
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	.grid-margin-x>.large-offset-8 {
		margin-left: calc(66.66667% + 0.9375rem);
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x>.large-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	.grid-margin-x>.large-offset-10 {
		margin-left: calc(83.33333% + 0.9375rem);
	}
	.large-offset-11 {
		margin-left: 91.66667%;
	}
	.grid-margin-x>.large-offset-11 {
		margin-left: calc(91.66667% + 0.9375rem);
	}
}

.grid-y {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.grid-y>.cell {
	width: auto;
	max-width: none;
}

.grid-y>.auto {
	height: auto;
}

.grid-y>.shrink {
	height: auto;
}

.grid-y>.small-shrink,
.grid-y>.small-full,
.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {
	.grid-y>.medium-shrink,
	.grid-y>.medium-full,
	.grid-y>.medium-1,
	.grid-y>.medium-2,
	.grid-y>.medium-3,
	.grid-y>.medium-4,
	.grid-y>.medium-5,
	.grid-y>.medium-6,
	.grid-y>.medium-7,
	.grid-y>.medium-8,
	.grid-y>.medium-9,
	.grid-y>.medium-10,
	.grid-y>.medium-11,
	.grid-y>.medium-12 {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-y>.large-shrink,
	.grid-y>.large-full,
	.grid-y>.large-1,
	.grid-y>.large-2,
	.grid-y>.large-3,
	.grid-y>.large-4,
	.grid-y>.large-5,
	.grid-y>.large-6,
	.grid-y>.large-7,
	.grid-y>.large-8,
	.grid-y>.large-9,
	.grid-y>.large-10,
	.grid-y>.large-11,
	.grid-y>.large-12 {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-y>.small-1 {
	height: 8.33333%;
}

.grid-y>.small-2 {
	height: 16.66667%;
}

.grid-y>.small-3 {
	height: 25%;
}

.grid-y>.small-4 {
	height: 33.33333%;
}

.grid-y>.small-5 {
	height: 41.66667%;
}

.grid-y>.small-6 {
	height: 50%;
}

.grid-y>.small-7 {
	height: 58.33333%;
}

.grid-y>.small-8 {
	height: 66.66667%;
}

.grid-y>.small-9 {
	height: 75%;
}

.grid-y>.small-10 {
	height: 83.33333%;
}

.grid-y>.small-11 {
	height: 91.66667%;
}

.grid-y>.small-12 {
	height: 100%;
}

@media print,
screen and (min-width: 40em) {
	.grid-y>.medium-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	.grid-y>.medium-shrink {
		height: auto;
	}
	.grid-y>.medium-1 {
		height: 8.33333%;
	}
	.grid-y>.medium-2 {
		height: 16.66667%;
	}
	.grid-y>.medium-3 {
		height: 25%;
	}
	.grid-y>.medium-4 {
		height: 33.33333%;
	}
	.grid-y>.medium-5 {
		height: 41.66667%;
	}
	.grid-y>.medium-6 {
		height: 50%;
	}
	.grid-y>.medium-7 {
		height: 58.33333%;
	}
	.grid-y>.medium-8 {
		height: 66.66667%;
	}
	.grid-y>.medium-9 {
		height: 75%;
	}
	.grid-y>.medium-10 {
		height: 83.33333%;
	}
	.grid-y>.medium-11 {
		height: 91.66667%;
	}
	.grid-y>.medium-12 {
		height: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-y>.large-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	.grid-y>.large-shrink {
		height: auto;
	}
	.grid-y>.large-1 {
		height: 8.33333%;
	}
	.grid-y>.large-2 {
		height: 16.66667%;
	}
	.grid-y>.large-3 {
		height: 25%;
	}
	.grid-y>.large-4 {
		height: 33.33333%;
	}
	.grid-y>.large-5 {
		height: 41.66667%;
	}
	.grid-y>.large-6 {
		height: 50%;
	}
	.grid-y>.large-7 {
		height: 58.33333%;
	}
	.grid-y>.large-8 {
		height: 66.66667%;
	}
	.grid-y>.large-9 {
		height: 75%;
	}
	.grid-y>.large-10 {
		height: 83.33333%;
	}
	.grid-y>.large-11 {
		height: 91.66667%;
	}
	.grid-y>.large-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -10px;
	margin-top: -0.625rem;
	margin-bottom: -10px;
	margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}

.grid-padding-y>.cell {
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-padding-y>.cell {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}

.grid-margin-y {
	margin-top: -10px;
	margin-top: -0.625rem;
	margin-bottom: -10px;
	margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.25rem);
	margin-top: 10px;
	margin-top: 0.625rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}

.grid-margin-y>.auto {
	height: auto;
}

.grid-margin-y>.shrink {
	height: auto;
}

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.auto {
		height: auto;
	}
	.grid-margin-y>.shrink {
		height: auto;
	}
	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y>.small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y>.small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y>.small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y>.small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y>.medium-auto {
		height: auto;
	}
	.grid-margin-y>.medium-shrink {
		height: auto;
	}
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y>.large-auto {
		height: auto;
	}
	.grid-margin-y>.large-shrink {
		height: auto;
	}
	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y>.large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y>.large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y>.large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y>.large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}

.cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media print,
screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}
	.cell .medium-grid-frame {
		width: 100%;
	}
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
	.medium-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	.medium-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}
	.cell .large-grid-frame {
		width: 100%;
	}
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
	.large-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	.large-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar;
	}
}

.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh;
}

@media print,
screen and (min-width: 40em) {
	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}

@media print,
screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}

@media print,
screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-top: -10px;
	margin-top: -0.625rem;
	margin-bottom: -10px;
	margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.25rem);
	margin-top: 10px;
	margin-top: 0.625rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}

.grid-margin-y>.auto {
	height: auto;
}

.grid-margin-y>.shrink {
	height: auto;
}

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y>.auto {
		height: auto;
	}
	.grid-margin-y>.shrink {
		height: auto;
	}
	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y>.small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y>.small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y>.small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y>.small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y>.medium-auto {
		height: auto;
	}
	.grid-margin-y>.medium-shrink {
		height: auto;
	}
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y>.large-auto {
		height: auto;
	}
	.grid-margin-y>.large-shrink {
		height: auto;
	}
	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y>.large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y>.large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y>.large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y>.large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem);
}

@media print,
screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}

@media print,
screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}

@media print,
screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}

.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-left.vertical.menu>li>a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right.vertical.menu>li>a {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.align-center-middle {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

@media print,
screen and (min-width: 40em) {
	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-child-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-child-grow {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex-child-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media print,
screen and (min-width: 40em) {
	.medium-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media print,
screen and (min-width: 64em) {
	.large-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/* ==========================================================================
### Variables
========================================================================== */


/* ### Colors ordered by importance
========================================================================== */


/* ### Fonts
========================================================================== */


/*
*  Open Sans font weights
*  Normal - 400
*  SemiBold - 600
*  Bold - 700
*/


/* ### Shadows
========================================================================== */


/* ### Transitions easings ordered by intensity
========================================================================== */


/* ### Easing Map Get Function
========================================================================== */


/* ==========================================================================
### Mixins
========================================================================== */


/**
* Font Glyphs
*/


/* ==========================================================================
### Placeholder
========================================================================== */

.titleColorMain,
.entitled {
	display: block;
	margin: 0 0 6px 0;
	margin: 0 0 0.375rem 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(0, 87, 142, 0.6);
}


/* ==========================================================================
### Fonts
========================================================================== */

@font-face {
	font-family: "brl-espace-client";
	src: url("/espaceclient/javax.faces.resource/dist/fonts/brl-espace-client.eot.xhtml");
	src: url("/espaceclient/javax.faces.resource/dist/fonts/brl-espace-client.eot.xhtml?#iefix") format("embedded-opentype"),
	url("/espaceclient/javax.faces.resource/dist/fonts/brl-espace-client.woff.xhtml") format("woff"),
	url("/espaceclient/javax.faces.resource/dist/fonts/brl-espace-client.ttf.xhtml") format("truetype"),
	url("/espaceclient/javax.faces.resource/dist/fonts/brl-espace-client.svg.xhtml#brl-espace-client") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "brl-espace-client" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "brl-espace-client" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.help.information::before {
	content: "\6d";
}

.help.download::before {
	content: "\6a";
}

.icon-arrow-bottom:before,
.arrow--bottom::before {
	content: "\61";
}

.icon-arrow-line-bottom:before,
.menu__item.w-child::after {
	content: "\62";
}

.icon-arrow-line-left:before {
	content: "\63";
}

.icon-arrow-line-right:before,
.button--arrow::after,
.button--more::after {
	content: "\64";
}

.icon-arrow-top:before,
.arrow--top::before {
	content: "\65";
}

.icon-check:before,
[type="checkbox"]:checked::before,
.steps__step--checked .steps__step__circle::before {
	content: "\66";
}

.icon-check-circle:before,
.message--congrats .message__title::before {
	content: "\67";
}

.icon-consumption:before,
.menu__item__icon.my-consumptions::before {
	content: "\68";
}

.icon-contract:before,
.menu__item__icon.my-contracts::before {
	content: "\69";
}

.icon-download:before,
.invoice--download::before {
	content: "\6a";
}

.icon-fold-up:before,
.nav__fold-up::before {
	content: "\6b";
}

.icon-help:before,
.help::before,
.need-help span::before {
	content: "\6c";
}

.icon-information:before,
.message--info .message__title::before {
	content: "\6d";
}

.icon-invoice:before,
.menu__item__icon.my-invoices::before {
	content: "\6e";
}

.icon-logout:before,
.log__link::after {
	content: "\6f";
}

.icon-minus:before {
	content: "\70";
}

.icon-payments:before,
.menu__item__icon.my-payments::before {
	content: "\71";
}

.icon-plus:before,
.button--more::after {
	content: "\72";
}

.icon-user:before,
.menu__item__icon.my-space::before {
	content: "\73";
}

.icon-warning:before,
.message--warning .message__title::before {
	content: "\74";
}

.icon-warning-orange::before {
	content: "\74";
	color: #f9b52c !important;
}

.icon-check-rounded:before,
.button--check::after {
	content: "\75";
}

.icon-check-rounded:before,
.button--invoice::after {
	content: "\6e";
}

.icon-pen:before,
.button--pen::after {
	content: "\76";
}

.icon-pen:before,
.button--pen-2::after {
	content: "\76";
}

.icon-pen-feather:before {
	content: "\77";
}

.icon-pen-line:before {
	content: "\78";
}

.icon-cross-rounded:before,
.button--cross::after {
	content: "\79";
}


/* ==========================================================================
### Global styles
========================================================================== */


/* ### Default styles
========================================================================== */

html {
	font-size: 100%;
}

body {
	font: normal 16px "Open Sans", Arial, sans-serif;
	font-size: 100%;
	line-height: 26px;
	line-height: 1.625rem;
	color: #1b1e55;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
/* 	font-smoothing: antialiased; */
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

#skip-link {
	margin: 0;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
}

h1 {
	margin: 0 0 25px 0;
	margin: 0 0 1.5625rem 0;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.3;
	font-weight: 600;
	color: #1b1e55;
	letter-spacing: -0.8px;
	letter-spacing: -0.05rem;
}

@media print,
screen and (min-width: 40em) {
	h1 {
		font-size: 1.5rem;
	}
}

.subhead+h1 {
	margin-top: -7px;
	margin-top: -0.4375rem;
}

.half-col h1 {
	margin-bottom: 9px;
	margin-bottom: 0.5625rem;
}

h2 {
	margin: 0 0 22px 0;
	margin: 0 0 1.375rem 0;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.3;
	font-weight: 600;
	color: #1b1e55;
	letter-spacing: -0.8px;
	letter-spacing: -0.05rem;
}

h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 26px;
	line-height: 1.625rem;
}

.subhead {
	display: block;
	margin: 0 0 8px 0;
	margin: 0 0 0.5rem 0;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #00b8e7;
	text-transform: uppercase;
}

.subhead--noMarginBottom {
	margin-bottom: 0;
}

.myContracts .subhead {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.title {
	display: block;
	margin: 0 0 7px 0;
	margin: 0 0 0.4375rem 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 700;
	color: #1b1e55;
}

.title--colorAlt {
	color: #00b8e7;
}

.title--colorAlt2,
.title--paid {
	color: #69b42e;
}

.title--colorAlt3,
.title--unpaid {
	color: #eb0a3f;
}

.wrap .titleColorMain {
	margin-bottom: 0;
}

.subtitle {
	display: block;
	margin: 0 0 1px 0;
	margin: 0 0 0.0625rem 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 400;
	color: #1b1e55;
	min-height: 25px;
}

.subtitle-2 {
	display: block;
	margin: 0 0 1px 0;
	margin: 0 0 0.0625rem 0;
	font-size: 14px;
	font-size: 0.8rem;
	line-height: 1.3;
	font-weight: 400;
	color: #1b1e55;
	min-height: 25px;
}

@media print,
screen and (min-width: 40em) {
	.subtitle-2 {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}



.wrap .flex-infos-modif .titleColorMain {
    margin-bottom: 0; 
    display: inline-flex;
}

/* .flex-infos-modif > span { */
/*     margin-top: 15px; */
/* } */

.flex-infos-modif .subtitle  {
    min-height: 40px;
    margin-top: 10px;
}

@media print,
screen and (min-width: 40em) {
	.subtitle {
		font-size: 1.0625rem;
		line-height: 1.5;
	}
}

.subtitle--lineBottom {
	position: relative;
}

.subtitle--lineBottom::after {
	content: '';
	position: relative;
	left: 0;
	display: block;
/* 	vertical-align: middle; */
	width: 50px;
	width: 3.125rem;
	height: 1px;
	height: 0.0625rem;
	margin: 17px 0 20px 0;
	margin: 1.0625rem 0 1.25rem 0;
	background: #dcdce3;
}

.entitled {
	margin-bottom: 0;
	font-size: 13px;
	font-size: 0.8125rem;
}

a {
	-webkit-backface-visibility: hidden;
	/* Chrome, Safari, Opera */
	backface-visibility: hidden;
}

a:focus {
	outline: none;
}

strong {
	font-weight: 800;
}

.link-location {
	display: block;
	margin: 0 0 8px 0;
	margin: 0 0 0.5rem 0;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #00b8e7;
}

.phone-number {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
}


/* ### Helpers
========================================================================== */


/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visually-hidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	/*
  * Extends the .visuallyhidden class to allow the element to be focusable
  * when navigated to via the keyboard: h5bp.com/p
  */
}

.visually-hidden--focusable:active,
.visually-hidden--focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.highlight {
	color: #005887;
}


/* Box sizing */

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Selection */

::-moz-selection {
	background: #009ee0;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #009ee0;
	color: #ffffff;
	text-shadow: none;
}


/**
* Animations
*/

.animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


/* ==========================================================================
### Accordions
========================================================================== */

.accordion {
	overflow: hidden;
}

.accordion .wrap {
	padding: 0;
}

.accordion__content {
	overflow: hidden;
	max-height: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: max-height 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: max-height 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: max-height 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion.active .accordion__content {
	/* 	max-height: 999px; */
	/* 	max-height: 62.4375rem; */
	/*max-height: 1999px;*/
	overflow: visible;
	max-height: none;
}



@media print, screen and (min-width: 64em){
	.echeancier_button_accordion{
		right: 10% ;
	}	
}

/* ==========================================================================
### Bubbles
========================================================================== */

.bubble {
	margin: 0 8px;
	margin: 0 0.5rem;
	padding: 2px 13px;
	padding: 0.125rem 0.8125rem;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.1;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -0.8px;
	letter-spacing: -0.05rem;
	background-color: #eb0a3f;
	border-radius: 0.625rem;
}

.bubble--colorMain {
	background-color: #005887;
}

.bubble--colorContent {
	background-color: #1b1e55;
}


/* ==========================================================================
### Buttons
========================================================================== */

.button,
[type="submit"] {
	position: relative;
	z-index: 1;
	outline: none;
	display: inline-block;
	overflow: hidden;
	margin: 0 5px 10px 0;
	margin: 0 0.3125rem 0.625rem 0;
	padding: 13px 19px;
	padding: 0.8125rem 1.1875rem;
	font-size: 10.5px;
	font-size: 0.65625rem;
	font-weight: 700;
	line-height: 1.1;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.5px;
	letter-spacing: -0.03125rem;
	background-color: #69b42e;
	border: none;
	border-radius: 3.125rem;
	cursor: pointer;
	-webkit-transition: color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s;
	transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s;
	transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}



.button-2,
[type="submit"] {
	position: relative;
	z-index: 1;
	outline: none;
	display: inline-block;
	overflow: hidden;
	margin: 0 5px 10px 0;
	margin: 0 0.3125rem 0.625rem 0;
	padding: 13px 19px;
	padding: 0.8125rem 1.1875rem;
	font-size: 10.5px;
	font-size: 0.65625rem;
	font-weight: 700;
	line-height: 1.1;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.5px;
	letter-spacing: -0.03125rem;
	background-color: #69b42e;
	border: none;
	border-radius: 3.125rem;
	cursor: pointer;
	-webkit-transition: color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s;
	transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s;
	transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.button-only-icon,
[type="submit"] {
	width: 40px;
    height: 40px;
	position: relative;
	z-index: 1;
	outline: none;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	margin: 0;
	padding: 0;
	padding: 0;
	font-size: 10.5px;
	font-size: 0.65625rem;
	font-weight: 700;
	line-height: 0;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	letter-spacing: 0;
	background-color: #69b42e;
	border: none;
	border-radius: 3.125rem;
	cursor: pointer;
	-webkit-transition: color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s;
	transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s;
	transition: box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s, -webkit-box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.button-only-icon:hover::after {
    color: white !important;
   -webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}


.button-only-icon:hover {
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 0 0 0.09375rem #005887;;
    box-shadow: inset 0 0 0 0.09375rem #005887;;
}



.button-only-icon:hover {
    background-color: rgba(0, 87, 142, 0.6);
}


.button-only-icon, [type="submit"]:hover {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.button-only-icon.button--pen {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0px !important;
}

.button-only-icon.button--pen-2 {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0px !important;
}


.button-only-icon.button--pen::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.button-only-icon.button--pen-2::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}



@media print,
screen and (min-width: 40em) {
	.button,
	[type="submit"] {
		font-size: 0.8125rem;
		padding: 1.125rem 2.0625rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.button,
	[type="submit"] {
		min-width: 12.5rem;
	}
}

.flex-infos--spaceBetween .button,
.flex-infos--spaceBetween [type="submit"] {
	margin-left: 7px;
	margin-left: 0.4375rem;
	margin-right: 7px;
	margin-right: 0.4375rem;
}

@media print,
screen and (min-width: 40em) {
	.flex-infos--spaceBetween .button,
	.flex-infos--spaceBetween [type="submit"] {
		margin-left: 0;
		margin-right: 0;
	}
}

.button::before,
[type="submit"]::before {
	content: '';
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #55a339;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.26s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.26s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.26s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.26s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.26s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.26s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	border-radius: 3.125rem;
}

.button:hover::before,
[type="submit"]:hover::before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.wrap--txtCenter .button,
.wrap--txtCenter [type="submit"] {
	margin-left: auto;
	margin-right: auto;
}

.button--transparent {
	min-width: auto;
	color: rgba(27, 30, 85, 0.5);
	background-color: transparent;
	border-radius: 0;
	overflow: auto;
}

.button--transparent:hover {
	color: #1b1e55;
}

.button--transparent::before {
	display: none;
}

.button--highlighted {
	background-color: #1b1e55;
}

.button--highlighted::before {
	background: #005887;
}

.button--border {
	color: rgba(0, 87, 142, 0.6);
	background: transparent;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #eeeef6;
	box-shadow: inset 0 0 0 0.09375rem #eeeef6;
}

.button--border::before {
	background-color: rgba(0, 87, 142, 0.6);
}

.button--border:hover {
	color: #FFFFFF;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #eeeef6;
	box-shadow: inset 0 0 0 0.09375rem #eeeef6;
}

.button--border:hover::before {
	background-color: rgba(0, 87, 142, 0.6);
}

.button--border--green {
	color: #68bb4d;
	background: transparent;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #68bb4d;
	box-shadow: inset 0 0 0 0.09375rem #68bb4d;
}

.button--border--green::before {
	background-color: rgba(0, 87, 142, 0.6);
}

.button--border--green:hover {
	color: #FFFFFF;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #eeeef6;
	box-shadow: inset 0 0 0 0.09375rem #eeeef6;
}

.button--border--green:hover::before {
	background-color: rgba(0, 87, 142, 0.6);
}

.button--border--orange {
	color: #f9b52c;
	background: transparent;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #ffd37b;
	box-shadow: inset 0 0 0 0.09375rem #ffd37b;
}

.button--border--orange::before {
	background-color: rgba(0, 87, 142, 0.6);
}

.button--border--orange:hover {
	color: #FFFFFF;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #eeeef6;
	box-shadow: inset 0 0 0 0.09375rem #eeeef6;
}

.button--border--orange:hover::before {
	background-color: rgba(0, 87, 142, 0.6);
}

.button--arrow--orange {
	color: #f9b52c !important;
	background: transparent !important;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #ffd37b !important;
	box-shadow: inset 0 0 0 0.09375rem #ffd37b !important;
}

.button--arrow--orange::before {
	background-color: rgb(142 111 0/ 12%) !important;
}

.button--arrow--orange:hover {
	color: #FFFFFF;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #f9b52c !important;
	box-shadow: inset 0 0 0 0.09375rem #f9b52c !important;
}

.button--arrow--orange:hover::before {
	background-color: rgb(142 111 0/ 12%) !important;
}

.button--arrow--orange::after {
	color: #f9b52c !important;
}

.active .button--arrow--orange {
	color: #f9b52c !important;
}

.button--arrow--orange::before {
	background-color: transparent;
	-webkit-box-shadow: inset 0 0 0 0.09375rem transparent !important;
	box-shadow: inset 0 0 0 0.09375rem transparent !important;
}

.button--arrow,
.button--more,
.button--pen,
.button--pen-2,
.button--modification-mens,
.button--cross,
.button--invoice {
	color: rgba(0, 87, 142, 0.5);
	background: transparent;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #eeeef6;
	box-shadow: inset 0 0 0 0.09375rem #eeeef6;
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}

.button--arrow::after,
.button--more::after,
.button--pen::after,
.button--pen-2::after,
.button--modification-mens::after,
.button--cross::after,
.button--check::after,
.button--invoice::after {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 64px;
	font-size: 4rem;
	color: #005887;
}

@media print,
screen and (min-width: 64em) {
	.button--arrow,
	.button--more,
	.button--pen,
	.button--pen-2,
	.button--modification-mens,
	.button--cross,
	.button--check,
	.button--invoice {
		min-width: 6.3125rem;
	}
}

.active .button--arrow,
.active .button--more,
.active .button--pen,
.active .button--modification-mens,
.active .button--cross,
.active .button--invoice {
	color: #69b42e;
}

.accordion .button--arrow,
.accordion .button--more,
.accordion .button--pen,
.accordion .button--modification-mens,
.accordion .button--cross,
.accordion .button--invoice {
	margin-top: 7px;
	margin-top: 0.4375rem;
	margin-bottom: 7px;
	margin-bottom: 0.4375rem;
}

@media print,
screen and (min-width: 64em) {
	.accordion .button--arrow,
	.accordion .button--more,
	.accordion .button--pen,
	.accordion .button--modification-mens,
	.accordion .button--cross,
	.accordion .button--invoice {
		margin-top: 0;
		margin-bottom: 0;
		padding: 1.125rem 2.0625rem;
	}
}

.button--arrow::before,
.button--more::before,
.button--pen::before,
.button--pen-2::before,
.button--modification-mens::before,
.button--cross::before,
.button--invoice::before {
	background-color: transparent;
	-webkit-box-shadow: inset 0 0 0 0.09375rem #69b42e;
	box-shadow: inset 0 0 0 0.09375rem #69b42e;
}

.active .button--arrow::before,
.active .button--more::before,
.active .button--pen::before,
.active .button--modification-mens::before,
.active .button--cross::before,
.active .button--invoice::before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.button--arrow::after,
.button--more::after,
.button--pen::after,
.button--pen-2::after,
.button--modification-mens::after,
.button--cross::after,
.button--check::after,
.button--invoice::after {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 21px;
	margin: 0 0 0 1.3125rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #1b1e55;
	-webkit-transition: color 0.2s, -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.2s, -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: color 0.2s, transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.2s, transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.2s, transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.active .button--arrow::after,
.active .button--more::after,
.active .button--pen::after,
.active .button--modification-mens::after,
.active .button--cross::after,
.active .button--check::after {
	color: #69b42e;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.button--arrow:hover,
.button--more:hover,
.button--pen:hover,
.button--pen-2:hover,
.button--cross:hover {
	color: #69b42e;
}


.button--arrow:hover::before,
.button--more:hover::before,
.button--pen:hover::before,
.button--pen-2:hover::before,
.button--cross:hover::before {
	background-color: transparent;
}



.button--arrow:hover::after,
.button--more:hover::after,
.button--pen:hover::after,
.button--pen-2:hover::after,
.button--cross:hover::after {
	color: #69b42e;
}

.button--more::after,
.button--pen::after,
.button--pen-2::after,
.button--modification-mens::after,
.button--after {
	font-size: 12px;
	font-size: 0.75rem;
	color: #69b42e;
}

.button--cross::after {
	font-size: 12px;
	font-size: 0.75rem;
	color: rgba(0, 87, 142, 0.5);
}

.button--check::after {
	font-size: 12px;
	font-size: 0.975rem;
	color: #ffffff;
}




.button--modification-mens{
	min-width: 50px !important;
    width: 50px !important;
    padding: 0.525rem 1.0625rem !important;
    margin-left: 25px !important;
    position: absolute !important;
    margin-top: -5px !important;
   	border: #f9b52c 1px solid !important;
}

.button--modification-mens:hover {
	background: transparent !important;
	background-color: transparent !important;
	color: white !important;
	border: #f9b52c 1px solid !important;
}

.button--modification-mens:hover::before {
	background: transparent !important;
}

.button--modification-mens:hover::after {
	color: #69b42e !important;
}


.button--modification-mens::after {
	color: #f9b52c !important;
	
}

.color-orange{
	color: #f9b52c !important;
}

.button--modification--simple{
	color: #f9b52c !important;
}

.button--modification--simple::after{
	color: #f9b52c !important;
}

.button--modification-mens::after {
	content: "\76";
	margin: 0 0 0 0 !important;
}



/* ==========================================================================
### Forms
========================================================================== */

form {
	position: relative;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.field {
	margin: 0 0 22px 0;
	margin: 0 0 1.375rem 0;
}

.customerArea .field {
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

.field--submit {
	width: 100%;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.field--submit:last-child {
	margin-bottom: 0;
}

.field--submit .button+.button,
.field--submit [type="submit"]+.button,
.field--submit .button+[type="submit"],
.field--submit [type="submit"]+[type="submit"] {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.txt-required-fields {
	display: block;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
}

[type="name"],
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"] {
	display: block;
	padding: 0 12px;
	padding: 0 0.75rem;
	background: #FFFFFF;
	width: 100%;
	height: 52px;
	height: 3.25rem;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #939393;
	background-color: #fafafc;
	border: none;
	border-radius: 0.1875rem;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eeeef6;
	box-shadow: inset 0 0 0 0.0625rem #eeeef6;
	-webkit-transition: color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

[type="name"]:focus,
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus {
	outline: none;
	background-color: #FFF;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #00b8e7;
	box-shadow: inset 0 0 0 0.0625rem #00b8e7;
}

[type="name"][disabled],
[type="color"][disabled],
[type="date"][disabled],
[type="datetime-local"][disabled],
[type="datetime"][disabled],
[type="email"][disabled],
[type="month"][disabled],
[type="number"][disabled],
[type="password"][disabled],
[type="search"][disabled],
[type="tel"][disabled],
[type="text"][disabled],
[type="time"][disabled],
[type="url"][disabled],
[type="week"][disabled] {
	background-color: #eeeef5;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #e4e4f1;
	box-shadow: inset 0 0 0 0.0625rem #e4e4f1;
	cursor: not-allowed;
}

.ui-state-error+label {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f !important;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f !important;
	background-color: #fde6eb !important;
}

.ui-state-error[type="name"],
.ui-state-error[type="color"],
.ui-state-error[type="date"],
.ui-state-error[type="datetime-local"],
.ui-state-error[type="datetime"],
.ui-state-error[type="email"],
.ui-state-error[type="month"],
.ui-state-error[type="number"],
.ui-state-error[type="password"],
.ui-state-error[type="search"],
.ui-state-error[type="tel"],
.ui-state-error[type="text"],
.ui-state-error[type="time"],
.ui-state-error[type="url"],
.ui-state-error[type="week"] {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	background-color: #fde6eb;
}

textarea.ui-state-error {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	background-color: #fde6eb;
}

textarea {
	display: block;
	padding: 5px 12px;
	padding: 0.3125rem 0.75rem;
	background: #FFFFFF;
	width: 100%;
	min-height: 80px;
	min-height: 5rem;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #939393;
	background-color: #fafafc;
	border: none;
	border-radius: 0.1875rem;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eeeef6;
	box-shadow: inset 0 0 0 0.0625rem #eeeef6;
	-webkit-transition: color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	resize: vertical;
}

textarea:focus {
	outline: none;
	background-color: #FFF;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #00b8e7;
	box-shadow: inset 0 0 0 0.0625rem #00b8e7;
}

textarea[disabled] {
	background-color: #eeeef5;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #e4e4f1;
	box-shadow: inset 0 0 0 0.0625rem #e4e4f1;
	cursor: not-allowed;
}

.ui-state-error textarea {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	background-color: #fde6eb;
}

[type="text"],
[type="password"] {
	margin-top: -13px;
	margin-top: -0.8125rem;
}

select {
	width: auto;
	max-width: 100%;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	padding: 0 45px 0 20px;
	padding: 0 2.8125rem 0 1.25rem;
	height: 50px;
	height: 3.125rem;
	color: #1b1e55;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url("/espaceclient/javax.faces.resource/dist/img/select_arrow.png.xhtml") right 15px top 20px no-repeat #fafafc;
	background: url("/espaceclient/javax.faces.resource/dist/img/select_arrow.png.xhtml") right 0.9375rem top 1.25rem no-repeat #fafafc;
	border: none;
	border-radius: 0.1875rem;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eeeef6;
	box-shadow: inset 0 0 0 0.0625rem #eeeef6;
	-webkit-transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
}

select:focus {
	outline: none;
	color: #1b1e55;
	background-position: right 15px top -19px;
	background-position: right 0.9375rem top -1.1875rem;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #00b8e7;
	box-shadow: inset 0 0 0 0.0625rem #00b8e7;
}

.half-col select {
	width: 100%;
}

.ui-state-error select {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	background-color: #fde6eb;
}

select.ui-state-error  {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	background-color: #fde6eb;
}

select.date {
	margin-left: 11px;
	margin-left: 0.6875rem;
	padding: 0 42px 0 15px;
	padding: 0 2.625rem 0 0.9375rem;
	height: 45px;
	height: 2.8125rem;
	font-size: 13px;
	font-size: 0.8125rem;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0.0625rem 0.1875rem 0 rgba(211, 211, 220, 0.5);
	box-shadow: 0 0.0625rem 0.1875rem 0 rgba(211, 211, 220, 0.5);
}

@media print,
screen and (min-width: 40em) {
	select.date {
		font-size: 0.875rem;
	}
}

@media screen and (-ms-high-contrast: active),
( -ms-high-contrast: none) {
	select {
		padding-right: 0;
		background-image: none;
	}
}

.label,
label:first-child {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 0 6px 0;
	margin: 0 0 0.375rem 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(0, 87, 142, 0.6);
	text-transform: uppercase;
	letter-spacing: -0.2px;
	letter-spacing: -0.0125rem;
}

.field--radio .label:not(:first-child),
.field--checkbox .label:not(:first-child),
.field--radio label:first-child:not(:first-child),
.field--checkbox label:first-child:not(:first-child) {
	display: inline-block;
	margin-right: 30 px;
	margin-right: 1 .875rem;
	font-size: 13 px;
	font-size: 0 .8125rem;
	font-weight: 400;
	text-transform: none;
	color: #1b1e55;
}

.field--checkbox .label:not(:first-child),
.field--checkbox label:first-child:not(:first-child) {
	min-width: 187 px;
	min-width: 11 .6875rem;
}

.field--text .label,
.field--textarea .label,
.field--password .label,
.field--text label:first-child,
.field--textarea label:first-child,
.field--password label:first-child {
	display: inline-block;
	margin: 0 0 0 10px;
	margin: 0 0 0 0.625rem;
	padding: 3px 5px;
	padding: 0.1875rem 0.3125rem;
	background-color: #FFFFFF;
}

.label--radio,
.label--checkbox {
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-right: 22px;
	margin-right: 1.375rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.label--radio.ui-state-error input,
.label--checkbox.ui-state-error input {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	background-color: #fde6eb;
}

.label--radio--custom.ui-state-error input {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	background-color: #fde6eb;
}

.label--radio--custom2 td {
    padding: 25px 10px;
}

[type="radio"],
[type="checkbox"] {
	display: inline-block;
	outline: none;
	position: relative;
	z-index: 2;
	top: 2px;
	top: 0.125rem;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
	margin-right: 8px;
	margin-right: 0.5rem;
	color: #fff;
	cursor: pointer;
	background: #fafafc;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #d3d3dc;
	box-shadow: inset 0 0 0 0.0625rem #d3d3dc;
	-webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

[type="radio"][disabled],
[type="radio"][disabled]:hover,
[type="checkbox"][disabled],
[type="checkbox"][disabled]:hover {
	background-color: #eeeef5;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #e4e4f1;
	box-shadow: inset 0 0 0 0.0625rem #e4e4f1;
	cursor: not-allowed;
}

[type="radio"][disabled]::before,
[type="radio"][disabled]:hover::before,
[type="checkbox"][disabled]::before,
[type="checkbox"][disabled]:hover::before {
	display: none !important;
}

[type="radio"][disabled][checked]::before,
[type="checkbox"][disabled][checked]::before {
	display: inline-block !important;
}

.label--radio [type="radio"],
.label--checkbox [type="radio"],
.label--radio [type="checkbox"],
.label--checkbox [type="checkbox"] {
	top: 5px;
	top: 0.3125rem;
}

[type="checkbox"]::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

[type="radio"] {
	border-radius: 50%;
}

[type="radio"]::after {
	border-radius: 50%;
}

[type="radio"]:hover,
[type="checkbox"]:hover {
	background: #FFFFFF;
}

[type="radio"]:checked::before,
[type="checkbox"]:checked::before {
	position: absolute;
	left: 51%;
	top: 50.2%;
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
	font-family: Arial;
	font-size: 35px;
	font-size: 2.1875rem;
	text-align: center;
	line-height: 20px;
	line-height: 1.25rem;
	color: #00b8e7;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

[type="radio"]:checked::before {
	content: '•';
}

[type="checkbox"]:checked::before {
	font-size: 12px;
	font-size: 0.75rem;
}


/* BUTTON SUBMIT */

[type="submit"] {
	-webkit-transition: color 0.25s, background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: color 0.25s, background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: color 0.25s, background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[type="submit"]:hover {
	background-color: #55a339;
}


/* Forgot password */

.forgot-password {
	position: absolute;
	right: 0;
	bottom: 32px;
	bottom: 2rem;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #005887;
	letter-spacing: -0.2px;
	letter-spacing: -0.0125rem;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

@media print,
screen and (min-width: 40em) {
	.forgot-password {
		font-size: 0.8125rem;
	}
}

.forgot-password:hover {
	text-decoration: underline;
	color: #1b1e55;
}


/**
* Upload File
*/

.field--upload {
	position: relative;
	padding: 0 0 5px 0;
	padding: 0 0 0.3125rem 0;
}

.field--upload [type="file"] {
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	color: transparent;
	border: none;
}

.field--upload [type="file"]+label {
	width: 100%;
	height: 50px;
	height: 3.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	color: #939393;
	background: #fafafc;
	border-radius: 0.1875rem;
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eeeef6;
	box-shadow: inset 0 0 0 0.0625rem #eeeef6;
	padding: 0;
}

.field--upload [type="file"]:invalid+label {
	-webkit-box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	box-shadow: inset 0 0 0 0.0625rem #eb0a3f;
	background-color: #fde6eb;
}

.field--upload [type="file"]+label svg {
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.5em;
	margin-right: 0.5em;
}

.field--upload [type="file"]:focus+label,
.field--upload [type="file"].has-focus+label,
.field--upload [type="file"]+label:hover {
	border-color: #722040;
}

.field--upload [type="file"]+label span {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #1b1e55;
	font-weight: normal;
	padding: 0 12px;
	padding: 0 0.75rem;
}

.field--upload [type="file"]+label strong {
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -0.3px;
	letter-spacing: -0.01875rem;
	background: #005887;
	border-radius: 2.25rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.field--upload [type="file"]:focus+label strong,
.field--upload [type="file"].has-focus+label strong,
.field--upload [type="file"]+label:hover strong {
	background-color: #00b8e7;
}


/* ==========================================================================
### Messages
========================================================================== */

.message {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	background: #FFFFFF;
	border-radius: 0.1875rem;
	-webkit-box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 87, 142, 0.1);
	box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 87, 142, 0.1);
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 64px;
	min-height: 4rem;
	margin: 36px 0 50px 0;
	margin: 2.25rem 0 3.125rem 0;
	padding: 10px 25px 10px 25px;
	padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
	font-size: 14px;
	font-size: 0.875rem;
}

@media print,
screen and (min-width: 40em) {
	.message {
		margin-bottom: 3.125rem;
	}
}

@media print,
screen and (min-width: 40em) {
	.message {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.message::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	top: 0.625rem;
	display: block;
	width: 3px;
	width: 0.1875rem;
	height: 44px;
	height: 2.75rem;
	background: #69b42e;
	border-radius: 0.0625rem;
}

.message--info::before {
	background: #00b8e7;
}

.message--warning::before {
	background: #eb0a3f;
}

.message__title {
	position: relative;
	display: inline-block;
	padding: 11px 0 11px 43px;
	padding: 0.6875rem 0 0.6875rem 2.6875rem;
}

.message__title::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

.message__title::before {
	left: 0;
	top: 12px;
	top: 0.75rem;
	vertical-align: middle;
	font-size: 24px;
	font-size: 1.5rem;
}

.message--congrats .message__title {
	color: #69b42e;
}

.message--congrats .message__title::before {
	color: #69b42e;
}

.message--info .message__title {
	color: #00b8e7;
}

.message--info .message__title::before {
	color: #00b8e7;
}

.message--warning .message__title {
	color: #eb0a3f;
}

.message--warning .message__title::before {
	color: #eb0a3f;
}

.message__txt {
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-top: 11px;
	padding-top: 0.6875rem;
	padding-bottom: 11px;
	padding-bottom: 0.6875rem;
	border-top: 1px solid #eeeef6;
	border-top: 0.0625rem solid #eeeef6;
}

@media print,
screen and (min-width: 40em) {
	.message__txt {
		position: relative;
		padding-left: 2.8125rem;
		margin-top: 0;
		border: none;
	}
}

@media screen and (min-width: 40em) and (min-width: 75em) {
	.message__txt {
		padding-left: 4.375rem;
	}
}

@media print,
screen and (min-width: 40em) {
	.message__txt::before {
		content: '';
		position: absolute;
		left: 0.9375rem;
		top: 1.5rem;
		display: inline-block;
		vertical-align: middle;
		width: 0.9375rem;
		height: 0.0625rem;
		margin: 0;
		background: #eeeef6;
	}
}

@media screen and (min-width: 40em) and (min-width: 75em) {
	.message__txt::before {
		left: 1.25rem;
		width: 1.875rem;
	}
}

.box-message-margin .pc-messages {
	margin: 1.5625rem 2.5rem 0rem !important;
}

.help {
	position: relative;
	margin: 15px 0 25px 0;
	margin: 0.9375rem 0 1.5625rem 0;
	padding: 19px 20px 26px 55px;
	padding: 1.1875rem 1.25rem 1.625rem 3.4375rem;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.6;
	color: #56587f;
	border: 2px solid #eeeef6;
	border: 0.125rem solid #eeeef6;
	border-radius: 0.1875rem;
}

.help::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

@media print,
screen and (min-width: 40em) {
	.help {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem;
	}
}

.help::before {
	left: 20px;
	left: 1.25rem;
	font-size: 24px;
	font-size: 1.5rem;
	color: #00b8e7;
}

.help__title {
	display: block;
	margin: 0 0 8px 0;
	margin: 0 0 0.5rem 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.8px;
	letter-spacing: -0.05rem;
}

.help__title a {
	position: relative;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2;
	margin: 0 2px;
	margin: 0 0.125rem;
	color: #56587f;
	text-decoration: none;
}

.help__title a::before {
	position: absolute;
	left: 0;
	bottom: 1px;
	bottom: 0.0625rem;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	height: 0.0625rem;
	background: #00b8e7;
	-webkit-transition: background-color 0.2;
	-o-transition: background-color 0.2;
	transition: background-color 0.2;
}

.help__title a:hover::before {
	background-color: #56587f;
}

.security {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 7px;
	margin-bottom: 0.4375rem;
	width: 292px;
	width: 18.25rem;
}

@media print,
screen and (min-width: 40em) {
	.security {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: absolute;
		right: 2.0625rem;
		top: 1.375rem;
		max-width: 17.5rem;
	}
}

.security__title {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
}

.security--low .security__title {
	color: #ff0000;
}

.security--medium .security__title {
	color: #ff8b0f;
}

.security--strong .security__title {
	color: #69b42e;
}

.security__progress {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 102px;
	-webkit-flex: 0 0 6.375rem;
	-ms-flex: 0 0 102px;
	-ms-flex: 0 0 6.375rem;
	flex: 0 0 102px;
	flex: 0 0 6.375rem;
	height: 4px;
	height: 0.25rem;
	margin: 0 0 0 21px;
	margin: 0 0 0 1.3125rem;
	border-radius: 0.1875rem;
	background-color: #eeeef6;
}

.security__progress__bar {
	position: absolute;
	height: 100%;
	display: block;
	border-radius: 0.1875rem;
}

.security--low .security__progress__bar {
	width: 27%;
	background: -webkit-gradient(linear, left top, right top, from(#ff0000), to(#bf133c));
	background: -webkit-linear-gradient(left, #ff0000, #bf133c);
	background: -o-linear-gradient(left, #ff0000, #bf133c);
	background: linear-gradient(to right, #ff0000, #bf133c);
}

.security--medium .security__progress__bar {
	width: 50%;
	background: -webkit-gradient(linear, left top, right top, from(#ff8b0f), to(#dd6800));
	background: -webkit-linear-gradient(left, #ff8b0f, #dd6800);
	background: -o-linear-gradient(left, #ff8b0f, #dd6800);
	background: linear-gradient(to right, #ff8b0f, #dd6800);
}

.security--strong .security__progress__bar {
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#69b42e), to(#3d9120));
	background: -webkit-linear-gradient(left, #69b42e, #3d9120);
	background: -o-linear-gradient(left, #69b42e, #3d9120);
	background: linear-gradient(to right, #69b42e, #3d9120);
}


/* ==========================================================================
### Modals
========================================================================== */

.light-modal__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 740px;
	max-width: 46.25rem;
	max-height: calc(100vh - 150px);
	font-size: 14px;
	font-size: 0.875rem;
	color: rgba(27, 30, 85, 0.75);
	text-align: left;
	line-height: 1.7;
	background: #ffffff;
	border-radius: 0.1875rem;
}

.light-modal--imgOnly .light-modal__content {
	max-width: 1010px;
	max-width: 63.125rem;
}

.light-modal__content img {
	max-width: 100%;
	border-radius: .2em;
}

.light-modal__header {
	padding: 25px 40px;
	padding: 1.5625rem 2.5rem;
	background: #f4f3f9;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e4e4f1;
	border-bottom: 0.0625rem solid #e4e4f1;
}

.light-modal--imgOnly .light-modal__header {
	padding: 0;
	background: transparent;
}

.light-modal__header .title {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #1b1e55;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	letter-spacing: -0.025rem;
}

.light-modal__header__close,
.bottomLinks .light-modal__header__close {
	position: absolute;
	top: 34px;
	top: 2.125rem;
	right: 30px;
	right: 1.875rem;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 0;
	color: #d3d3dc;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.light-modal--imgOnly .light-modal__header__close,
.light-modal--imgOnly .bottomLinks .light-modal__header__close {
	right: 5px;
	right: 0.3125rem;
	top: 12px;
	top: 0.75rem;
	font-size: 27px;
	font-size: 1.6875rem;
}

@media screen and (min-width: 75em) {
	.light-modal--imgOnly .light-modal__header__close,
	.light-modal--imgOnly .bottomLinks .light-modal__header__close {
		top: -1.875rem;
		right: -1.875rem;
		color: #FFFFFF;
	}
}

@media print,
screen and (min-width: 40em) {
	.light-modal--imgOnly .light-modal__header__close:hover,
	.light-modal--imgOnly .bottomLinks .light-modal__header__close:hover {
		color: #00b8e7;
	}
}

.light-modal__header__close:hover,
.bottomLinks .light-modal__header__close:hover {
	color: #1b1e55;
	text-decoration: none;
}

.light-modal__body {
	padding: 25px 40px 30px;
	padding: 1.5625rem 2.5rem 1.875rem;
	overflow: auto;
	max-height: 450px;
	max-height: 28.125rem;
}

.light-modal__bodycenter {
	padding: 25px 40px 30px;
	padding: 1.5625rem 2.5rem 1.875rem;
	overflow: auto;
	max-height: 450px;
	max-height: 28.125rem;
	text-align: center;
}

.light-modal--imgOnly .light-modal__body {
	padding: 10px 0 0 0;
	padding: 0.625rem 0 0 0;
	max-height: 100%;
}

@media screen and (min-width: 75em) {
	.light-modal--imgOnly .light-modal__body {
		padding-top: 0;
	}
}

.light-modal__footer {
	padding: 20px 40px 20px;
	padding: 1.25rem 2.5rem 1.25rem;
	text-align: right;
}

.light-modal__footercenter {
	padding: 20px 40px 20px;
	padding: 1.25rem 2.5rem 1.25rem;
	text-align: center!important;
    margin-bottom: 10px;
}


/* ==========================================================================
### Table
========================================================================== */


/* ### Responsive tables
========================================================================== */

.table-container {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	width: 100%;
	max-width: 82vw;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: auto;
}

@media print,
screen and (min-width: 40em) {
	.table-container {
		max-width: 100%;
	}
}

table {
	position: relative;
	width: 100%;
	border: 1px solid #ebebf4;
	border: 0.0625rem solid #ebebf4;
	border-collapse: collapse;
}

table td,
table th {
	padding: 10px 11px;
	padding: 0.625rem 0.6875rem;
	border-right: 1px solid #ebebf4;
	border-right: 0.0625rem solid #ebebf4;
	border-bottom: 1px solid #ebebf4;
	border-bottom: 0.0625rem solid #ebebf4;
}

@media print,
screen and (min-width: 40em) {
	table td,
	table th {
		padding: 0.8125rem 1.75rem;
	}
}

@media screen and (max-width: 39.9375em) {
	table td,
	table th {
		min-width: 8.125rem;
	}
}

table td:last-child,
table th:last-child {
	border-right: none;
}

table th {
	color: #00b8e7;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ebebf4;
	border-bottom: 0.0625rem solid #ebebf4;
}

@media print,
screen and (min-width: 40em) {
	table th {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		font-size: 0.8125rem;
	}
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background-color: #f0f0f7;
}


/* ==========================================================================
### Header
========================================================================== */

header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	background: #FFFFFF;
	border-radius: 0;
	-webkit-box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 87, 142, 0.1);
	box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 87, 142, 0.1);
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	min-height: 100px;
	min-height: 6rem;
	width: 100%;
	margin: 0;
	padding: 0 20px 0 0;
	padding: 0 1.25rem 0 0;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.5;
	text-align: center;
	background-color: #FFFFFF;
}

@media print,
screen and (min-width: 40em) {
	header {
		margin-bottom: 3.125rem;
	}
}

@media screen and (min-width: 75em) {
	header {
		font-size: 0.8125rem;
	}
}

@media print,
screen and (min-width: 64em) {
	header {
		padding-left: 22.5rem;
	}
}

@media print,
screen and (min-width: 40em) {
	header {
		padding-left: 22.5rem;
	}
}

@media print,
screen and (min-width: 20em) {
	header {
		padding: 0 1.25rem 0 0;
	}
}

@media print,
screen and (min-width: 40em) {
	header {
		position: fixed;
		z-index: 4;
		padding: 0 1.25rem 0 16.25rem;
		font-size: 0.75rem;
		text-align: left;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media print,
screen and (min-width: 40em) {
	.nav--closed header {
		padding-left: 6.875rem;
	}
}

header a {
	text-decoration: none;
	color: #1b1e55;
}

.customer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: auto;
	text-align: center;
}

@media print,
screen and (min-width: 40em) {
	.customer {
		width: auto !important;
		margin: 0;
		text-align: left;
	}
}

@media print,
screen and (min-width: 64em) {
	.customer {
		min-height: 5rem;
	}
}

.customer__welcome {
	width: 100%;
}

.customer__name {
	display: block;
	margin: 0 0 0 5px;
	margin: 0 0 0 0.3125rem;
	color: #005887;
}

@media print,
screen and (min-width: 40em) {
	.customer__name {
		display: inline-block;
	}
}

.separate__before {
	position: relative;
	padding-left: 45px;
	padding-left: 2.8125rem;
	padding-right: 45px;
	padding-right: 2.8125rem;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.separate__before::before {
	content: '';
	position: absolute;
	left: 15px;
	left: 0.9375rem;
	top: 12px;
	top: 0.7rem;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	width: 0.9375rem;
	height: 1px;
	height: 0.0625rem;
	margin: 0;
	background: #eeeef6;
}

@media screen and (min-width: 75em) {
	.separate__before::before {
		left: 1.25rem;
		width: 1.875rem;
	}
}

.separate__before::after {
	content: '';
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 12px;
	top: 0.7rem;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	width: 0.9375rem;
	height: 1px;
	height: 0.0625rem;
	margin: 0;
	background: #eeeef6;
}

@media screen and (min-width: 75em) {
	.separate__before::after {
		right: 1.25rem;
		width: 1.875rem;
	}
}

.link_eaucapi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 75em) {
	.eaucapi__link {
		padding-left: 1.375rem;
	}
}

.eaucapi__link::before {
	content: '';
	position: absolute;
	left: 15px;
	left: 0.9375rem;
	top: 24px;
	top: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	width: 0.9375rem;
	height: 1px;
	height: 0.0625rem;
	margin: 0;
	background: #eeeef6;
}

@media screen and (min-width: 75em) {
	.eaucapi__link::before {
		left: 1.25rem;
		width: 1.875rem;
	}
}

.log {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.log__link {
	position: relative;
	padding-left: 45px;
	padding-left: 2.8125rem;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}






@media screen and (min-width: 75em) {
	.log__link {
		padding-left: 4.375rem;
	}
}

.log__link::before {
	content: '';
	position: absolute;
	left: 15px;
	left: 0.9375rem;
	top: 24px;
	top: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	width: 0.9375rem;
	height: 1px;
	height: 0.0625rem;
	margin: 0;
	background: #eeeef6;
}

@media screen and (min-width: 75em) {
	.log__link::before {
		left: 1.25rem;
		width: 1.875rem;
	}
}

.log__link::after {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 64px;
	font-size: 4rem;
	color: #005887;
}

.log__link:hover {
	color: #005887;
}

.log__link:hover::after {
	color: #00b8e7;
}

.log__link::before {
	top: 9px;
	top: 0.5625rem;
}

.log__link::after {
	position: relative;
	vertical-align: middle;
	margin: 0 0 0 12px;
	margin: 0 0 0 0.75rem;
	font-size: 22px;
	font-size: 1.375rem;
	color: #d3d3dc;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}


.urgence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 4.375rem;
}


@media print,
screen and (max-width: 50em) {
	.urgence {
		padding-right: 0rem;
	}
}

@media print,
screen and (min-width: 50em) {
	.urgence {
		padding-right: 0.9375rem;
	}
}

@media screen and (min-width: 75em) {
	.urgence {
		padding-right: 1.875rem;
	}
}



.header__link {
	position: relative;
	padding-left: 45px;
	padding-left: 2.8125rem;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

@media screen and (min-width: 75em) {
	.header__link {
		padding-left: 4.375rem;
	}
}

.header__link::before {
	content: '';
	position: absolute;
	left: 15px;
	left: 0.9375rem;
	top: 24px;
	top: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	width: 0.9375rem;
	height: 1px;
	height: 0.0625rem;
	margin: 0;
	background: #eeeef6;
}

@media screen and (min-width: 75em) {
	.header__link::before {
		left: 1.25rem;
		width: 1.875rem;
	}
}

.header__link::after {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 64px;
	font-size: 4rem;
	color: #005887;
}

.header__link:hover {
	color: #005887;
}

.header__link:hover::after {
	color: #00b8e7;
}

.header__link::before {
	top: 9px;
	top: 0.5625rem;
}

.header__link::after {
	position: relative;
	vertical-align: middle;
	margin: 0 0 0 12px;
	margin: 0 0 0 0.75rem;
	font-size: 22px;
	font-size: 1.375rem;
	color: #d3d3dc;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.need-help {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 10px;
	margin: 0 0 0 0.625rem;
	border-left: 1px solid #eeeef6;
	border-left: 0.0625rem solid #eeeef6;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.need-help:hover {
	color: #00b8e7;
}

@media print,
screen and (min-width: 40em) {
	.need-help {
		margin-left: 0.9375rem;
	}
}

@media screen and (min-width: 75em) {
	.need-help {
		margin-left: 1.875rem;
	}
}

.need-help span {
	position: relative;
	padding: 0 0 0 40px;
	padding: 0 0 0 2.5rem;
}

.need-help span::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

@media screen and (min-width: 75em) {
	.need-help span {
		padding: 0 1.25rem 0 4rem;
	}
}

.need-help span::before {
	top: -2px;
	top: -0.125rem;
	left: 10px;
	left: 0.625rem;
	color: #00b8e7;
	font-size: 24px;
	font-size: 1.5rem;
}

@media screen and (min-width: 75em) {
	.need-help span::before {
		left: 1.875rem;
	}
}

.need-help-login {
	top: 70px;
	border-left: none;
	right: 18px;
}

@media screen and (min-width: 45em) {
	.need-help-login {
		right: 58px;
	}
}


/* ==========================================================================
### Sidebar
========================================================================== */

.nav {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	background: #FFFFFF;
	border-radius: 0.1875rem;
	-webkit-box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 87, 142, 0.15);
	box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 87, 142, 0.15);
	position: relative;
	z-index: 4;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	text-align: center;
}

@media print,
screen and (min-width: 40em) {
	.nav {
		margin-bottom: 3.125rem;
	}
}

@media print,
screen and (min-width: 40em) {
	.nav {
		position: fixed;
		width: 15rem;
		min-height: 100vh;
		padding-bottom: 0;
	}
}

@media print,
screen and (min-width: 64em) {
	.nav {
		width: 21.25rem;
	}
}

@media print,
screen and (min-width: 40em) {
	.nav__container {
		position: absolute;
		min-height: 100%;
		max-width: 100%;
		padding-bottom: 5rem;
	}
}

.nav a {
	text-decoration: none;
}

.nav--closed .nav {
	width: 90px;
	width: 5.625rem;
	overflow: hidden;
}

.nav__fold-up {
	outline: none;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 22px 15px 36px;
	padding: 0.625rem 1.375rem 0.9375rem 2.25rem;
	font-size: 13px;
	font-size: 0.8125rem;
	color: rgba(0, 87, 142, 0.6);
	text-align: left;
	text-indent: 0;
	border-top: 1px solid #eeeef6;
	border-top: 0.0625rem solid #eeeef6;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: text-indent 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s;
	-o-transition: text-indent 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s;
	transition: text-indent 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s;
}

.nav__fold-up::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

@media print,
screen and (min-width: 40em) {
	.nav__fold-up {
		display: block;
		padding: 1.25rem 1.375rem 1.25rem 2.25rem;
	}
}

.nav__fold-up:hover {
	color: #005887;
	text-indent: -5px;
	text-indent: -0.3125rem;
}

.nav__fold-up::before {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 15px 0 0;
	margin: 0 0.9375rem 0 0;
	font-size: 16px;
	font-size: 1rem;
}

.nav__fold-up span {
	display: inline-block;
	-webkit-transition: opacity .2s, visibility 0s;
	-o-transition: opacity .2s, visibility 0s;
	transition: opacity .2s, visibility 0s;
}

.nav--closed .nav__fold-up span {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s;
	-o-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.nav--closed .nav__fold-up::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.logo-brl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 27px 0;
	padding: 1.6875rem 0;
}

@media print,
screen and (min-width: 40em) {
	.logo-brl {
		padding: 3.5625rem 0;
	}
}

.logo-brl img {
	width: 75px;
	width: 4.6875rem;
	height: 48.75px;
	height: 3.04688rem;
}

@media print,
screen and (min-width: 40em) {
	.logo-brl img {
		width: 6.25rem;
		height: 4.0625rem;
	}
}

.nav--closed .logo-brl img {
	width: 65px;
	width: 4.0625rem;
	height: 42px;
	height: 2.625rem;
}

.customer-references {
	position: relative;
	min-height: 180px;
	min-height: 11.25rem;
	margin: 0 0 31px 0;
	margin: 0 0 1.9375rem 0;
	padding: 30px;
	padding: 1.875rem;
	color: #FFFFFF;
	text-align: left;
	background: #005887;
}

@media print,
screen and (min-width: 40em) {
	.customer-references {
		margin-bottom: 3.8125rem;
	}
}

.customer-references::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	display: block;
	width: 9px;
	width: 0.5625rem;
	height: 9px;
	height: 0.5625rem;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-width: 0.5625rem 0.5625rem 0 0.5625rem;
	border-color: #005887 transparent transparent transparent;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.customer-references__link {
	display: none;
	white-space: nowrap;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.2;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0.2px;
	letter-spacing: 0.0125rem;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg) translate(-2.6875rem, -3.25rem);
	-ms-transform: rotate(-90deg) translate(-2.6875rem, -3.25rem);
	transform: rotate(-90deg) translate(-2.6875rem, -3.25rem);
}

.nav--closed .customer-references__link {
	display: inline-block;
}

.customer-references__content {
	display: block;
}

.nav--closed .customer-references__content {
	display: none;
}

.customer-references__content select {
	padding-left: 15px;
	padding-left: 0.9375rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #FFFFFF;
	background-color: #006aad;
	background-image: url("/espaceclient/javax.faces.resource/dist/img/select_arrow_spe.png.xhtml");
	background-position: right 15px top 22px;
	background-position: right 0.9375rem top 1.375rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.customer-references__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #FFFFFF;
}

@media print,
screen and (min-width: 64em) {
	.customer-references__title {
		font-size: 1rem;
	}
}

.customer-references__title>a {
	font-size: 28px;
	font-size: 1.75rem;
	color: #69b42e;
}

.customer-references select {
	margin-bottom: 11px;
	margin-bottom: 0.6875rem;
}

.customer-references__deletion {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	color: #5ca1cd;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.customer-references__deletion:hover {
	color: #FFFFFF;
}

@media screen and (-ms-high-contrast: active),
( -ms-high-contrast: none) {
	.customer-references__content select,
	select.date {
		padding-right: 0;
		background-image: none;
	}
}

.customer-references-mon-compte {
	position: relative;
	/*   min-height: 180px; */
	/*   min-height: 11.25rem; */
	margin: 0 0 31px 0;
	margin: 0 0 1.9375rem 0;
	padding: 30px;
	padding: 1.875rem;
	color: #FFFFFF;
	text-align: left;
	background: #005887;
}

@media print,
screen and (min-width: 40em) {
	.customer-references-mon-compte {
		margin-bottom: 3.8125rem;
	}
}

.customer-references-mon-compte::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	display: block;
	width: 9px;
	width: 0.5625rem;
	height: 9px;
	height: 0.5625rem;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-width: 0.5625rem 0.5625rem 0 0.5625rem;
	border-color: #005887 transparent transparent transparent;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.customer-references-mon-compte__content {
	display: block;
}

.btn-menu-burger {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
}

.btn-menu-burger::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

@media print,
screen and (min-width: 40em) {
	.btn-menu-burger {
		display: none;
	}
}

.btn-menu-burger>span {
	vertical-align: middle;
	color: rgba(0, 87, 142, 0.6);
}

.hamburger {
	display: inline-block;
	overflow: visible;
	vertical-align: middle;
	margin: 0;
	padding: 0 6px;
	padding: 0 0.375rem;
	cursor: pointer;
	line-height: 0;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
}

.hamburger__box {
	position: relative;
	display: inline-block;
	width: 20px;
	width: 1.25rem;
	height: 12px;
	height: 0.75rem;
}

.hamburger__box__inner {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	width: 1.25rem;
	height: 2px;
	height: 0.125rem;
	margin-top: -2px;
	margin-top: -0.125rem;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 0.25rem;
	background-color: #1b1e55;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition-duration: 75ms;
	-o-transition-duration: 75ms;
	transition-duration: 75ms;
}

.is-active .hamburger__box__inner {
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger__box__inner::before,
.hamburger__box__inner::after {
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	width: 1.25rem;
	height: 2px;
	height: 0.125rem;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 0.25rem;
	background-color: #1b1e55;
}

.hamburger__box__inner::before {
	top: -5px;
	top: -0.3125rem;
	-webkit-transition: top 75ms ease .12s, opacity 75ms ease;
	-o-transition: top 75ms ease .12s, opacity 75ms ease;
	transition: top 75ms ease .12s, opacity 75ms ease;
}

.is-active .hamburger__box__inner::before {
	top: 0;
	-webkit-transition: top 75ms ease, opacity 75ms ease .12s;
	-o-transition: top 75ms ease, opacity 75ms ease .12s;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0;
}

.hamburger__box__inner::after {
	bottom: -5px;
	bottom: -0.3125rem;
	-webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-active .hamburger__box__inner::after {
	bottom: 0;
	-webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	-o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

@media screen and (max-width: 39.9375em) {
	.menu {
		display: none;
	}
}

.is-active+.menu {
	display: block;
}

.menu__item {
	position: relative;
	margin: 11px 0;
	margin: 0.6875rem 0;
}

.menu__item:hover,
.menu__item.active {
	opacity: 1;
	color: #69b42e;
}

.menu__item.w-child::after {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 64px;
	font-size: 4rem;
	color: #005887;
}

.menu__item.w-child::after {
	top: 13px;
	top: 0.8125rem;
	right: 30px;
	right: 1.875rem;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #1b1e55;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav--closed .menu__item.w-child::after {
	display: none;
}

.menu__item.w-child.active::after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu__item__link {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 9px 30px;
	padding: 0.5625rem 1.875rem;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2;
	font-weight: 700;
	color: #1b1e55;
}

@media print,
screen and (min-width: 64em) {
	.menu__item__link {
		font-size: 1rem;
	}
}

.menu__item__link::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 3px;
	width: 0.1875rem;
	height: 100%;
	background-color: #69b42e;
	border-radius: 0.0625rem;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu__item.active .menu__item__link::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.menu__item__link:hover::before,
.menu__item__link.active::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.menu__item__icon::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" ;
	/*content: attr(data-icon);*/
	font-style: normal ;
	font-weight: normal ;
	font-variant: normal ;
	text-transform: none ;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

.menu__item__icon::before {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 30px;
	width: 1.875rem;
	margin: 0 11px 0 0;
	margin: 0 0.6875rem 0 0;
	font-size: 25px;
	font-size: 1.5625rem;
	color: #d1d1dc;
	text-align: center;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

@media print,
screen and (min-width: 64em) {
	.menu__item__icon::before {
		margin-right: 1.0625rem;
	}
}

.menu__item.active .menu__item__icon::before,
.menu__item:hover .menu__item__icon::before {
	color: #69b42e;
}

.menu__item__icon.my-contracts::before {
	font-size: 27px;
	font-size: 1.6875rem;
}

.menu__item__icon.my-invoices::before {
	font-size: 28px;
	font-size: 1.75rem;
}

.menu__item__icon.my-consumptions::before {
	font-size: 29px;
	font-size: 1.8125rem;
}

.nav--closed .menu__item__title {
	display: none;
}

.submenu {
	display: none;
	list-style: none;
	margin: 4px 0 22px;
	margin: 0.25rem 0 1.375rem;
	padding: 0 0 0 78px;
	padding: 0 0 0 4.875rem;
}

.menu__item.active .submenu {
	display: block;
}

.nav--closed .menu__item.active .submenu {
	display: none;
}

.submenu__item {
	margin: 0 0 7px 0;
	margin: 0 0 0.4375rem 0;
}

.submenu__item__link {
	opacity: 0.6;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
	font-weight: 400;
	color: #005887;
	-webkit-transition: color 0.3s, opacity 0.3s;
	-o-transition: color 0.3s, opacity 0.3s;
	transition: color 0.3s, opacity 0.3s;
}

@media print,
screen and (min-width: 64em) {
	.submenu__item__link {
		font-size: 0.875rem;
	}
}

.submenu__item__link:hover,
.submenu__item__link.active {
	opacity: 1;
	color: #69b42e;
}


/* ==========================================================================
### PageS Customer Area
========================================================================== */

.big-logo-brl {
	width: 100%;
	padding: 70px 0 20px 0;
	padding: 4.375rem 0 1.25rem 0;
	text-align: center;
}

.big-logo-brl img {
	width: 113px;
	width: 7.0625rem;
	height: auto;
	margin: auto;
}

@media print,
screen and (min-width: 40em) {
	.big-logo-brl img {
		width: 10.8125rem;
	}
}

.loginScreen h1 {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.steps {
	position: relative;
	width: 100%;
	text-align: center;
}

.steps::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 13.5px;
	top: 0.84375rem;
	z-index: 0;
	content: '';
	width: 100%;
	height: 3px;
	height: 0.1875rem;
	background: #eeeef6;
	pointer-events: none;
}

.steps__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	padding: 0 25px 120px 25px;
	padding: 0 1.5625rem 7.5rem 1.5625rem;
}

@media print,
screen and (min-width: 40em) {
	.steps__content {
		width: 123%;
		margin-left: -3.75rem;
		margin-right: -3.75rem;
		padding: 0 3.75rem 7.5rem 3.75rem;
	}
}

.steps__step {
	position: relative;
}

.steps__step::before {
	display: none;
	position: absolute;
	right: 0;
	top: 13.5px;
	top: 0.84375rem;
	z-index: 0;
	content: '';
	/* 	width: 500px; */
	/* 	width: 31.25rem; */
	width: 61.25rem;
	width: 900px;
	height: 3px;
	height: 0.1875rem;
	background: #eeeef6;
}

.steps__step--current::before,
.steps__step--checked::before {
	display: block;
	background-color: #00b8e7;
}

.steps__step:first-child::before {
	display: block;
	z-index: 1;
	width: 100px;
	width: 6.25rem;
	background: #FFFFFF;
}

.steps__step::after {
	display: none;
	position: absolute;
	right: 0;
	top: 13.5px;
	top: 0.84375rem;
	z-index: 0;
	content: '';
	width: 300px;
	width: 18.75rem;
	height: 3px;
	height: 0.1875rem;
	background: #eeeef6;
}

.steps__step:last-child::after {
	display: block;
	z-index: 2;
	right: auto;
	left: 0;
	width: 100px;
	width: 6.25rem;
	background: #FFFFFF;
}

.steps__step__circle {
	position: relative;
	z-index: 3;
	display: block;
	width: 30px;
	width: 1.875rem;
	height: 30px;
	height: 1.875rem;
	margin: auto;
	background: #FFFFFF;
	border: 3px solid #eeeef6;
	border: 0.1875rem solid #eeeef6;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(23, 24, 45, 0);
	box-shadow: 0 0.3125rem 0.9375rem 0 rgba(23, 24, 45, 0);
	-webkit-transition: -webkit-box-shadow 0.3 cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-box-shadow 0.3 cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: box-shadow 0.3 cubic-bezier(0.19, 1, 0.22, 1);
	transition: box-shadow 0.3 cubic-bezier(0.19, 1, 0.22, 1);
	transition: box-shadow 0.3 cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.3 cubic-bezier(0.19, 1, 0.22, 1);
}

.steps__step__circle::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

.steps__step--current .steps__step__circle {
	border-color: #FFFFFF;
	-webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(23, 24, 45, 0.15);
	box-shadow: 0 0.3125rem 0.9375rem 0 rgba(23, 24, 45, 0.15);
}

.steps__step--checked .steps__step__circle {
	background-color: #00b8e7;
	border-color: #00b8e7;
	-webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(23, 24, 45, 0);
	box-shadow: 0 0.3125rem 0.9375rem 0 rgba(23, 24, 45, 0);
}

.steps__step__circle::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 9px;
	width: 0.5625rem;
	height: 9px;
	height: 0.5625rem;
	background: transparent;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.steps__step--current .steps__step__circle::before {
	background: #00b8e7;
}

.steps__step--checked .steps__step__circle::before {
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
	color: #FFFFFF;
	font-size: 11px;
	font-size: 0.6875rem;
}

.steps__step__txt {
	position: absolute;
	left: 50%;
	top: 46px;
	top: 2.875rem;
	width: 150px;
	width: 9.375rem;
	color: rgba(0, 87, 142, 0.6);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.steps__step--current .steps__step__txt,
.steps__step--checked .steps__step__txt {
	color: #1b1e55;
}

.steps__step__title {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.steps__step--current .steps__step__title,
.steps__step--checked .steps__step__title {
	color: #00b8e7;
}

.steps__step__subtitle {
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: -0.3px;
	letter-spacing: -0.01875rem;
}

@media print,
screen and (min-width: 40em) {
	.steps__step__subtitle {
		font-size: 0.9375rem;
		letter-spacing: 0;
	}
}

.reference__line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
	border-bottom: 1px solid #eeeef6;
	border-bottom: 0.0625rem solid #eeeef6;
}

.reference__line:last-child {
	border: none;
}

.reference__line__number {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30px;
	-webkit-flex: 0 0 1.875rem;
	-ms-flex: 0 0 30px;
	-ms-flex: 0 0 1.875rem;
	flex: 0 0 30px;
	flex: 0 0 1.875rem;
	padding: 4px 10px 0 0;
	padding: 0.25rem 0.625rem 0 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
	color: #69b42e;
}

.reference__line__desc {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}


/* ==========================================================================
### Invoices
========================================================================== */

.invoice .wrap {
	padding: 20px 40px 20px 20px;
	padding: 1.25rem 2.5rem 1.25rem 1.25rem;
}

@media print,
screen and (min-width: 64em) {
	.invoice .wrap {
		padding: 1.25rem 4.375rem 1.25rem 3.125rem;
	}
}

@media print,
screen and (min-width: 40em) {
	.payOnline .invoice .wrap {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

@media screen and (min-width: 75em) {
	.payOnline .invoice .wrap {
		padding-right: 2.8125rem;
		padding-left: 1.875rem;
	}
}

.invoice .wrap.invoice__button {
	padding-top: 27px;
	padding-top: 1.6875rem;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
}

.invoice {
	font-size: 11px;
	font-size: 0.6875rem;
}

@media print,
screen and (min-width: 40em) {
	.invoice {
		font-size: 0.8125rem;
	}
}

@media screen and (min-width: 75em) {
	.invoice {
		font-size: 0.875rem;
	}
}

.invoice__headline,
.invoice__values {
	position: relative;
	margin-left: 0 !important;
	align-items: center;
}

.invoice__headline {
	display: none !important;
	color: rgba(0, 87, 142, 0.6);
	font-weight: 600;
}

@media print,
screen and (min-width: 64em) {
	.invoice__headline {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.invoice .invoice__headline {
	margin-bottom: 0;
}

.invoice__headline .active {
	color: #1b1e55;
}

.invoice__values:nth-child(odd) {
	background-color: #f3f3f9;
}

.invoice--date::before,
.invoice--deadline::before,
.invoice--number::before,
.invoice--price::before,
.invoice--amount::before {
	content: attr(data-title);
	overflow: hidden !important;
	position: relative;
	float: left;
	min-width: 120px;
	min-width: 7.5rem;
	height: 100%;
	margin-right: 15px;
	margin-right: 0.9375rem;
	white-space: nowrap;
	-o-text-overflow: ellipsis !important;
	text-overflow: ellipsis !important;
	text-align: left;
	font-weight: 700;
	color: rgba(0, 87, 142, 0.7);
}

@media print,
screen and (min-width: 40em) {
	.invoice--date::before,
	.invoice--deadline::before,
	.invoice--number::before,
	.invoice--price::before,
	.invoice--amount::before {
		min-width: 8.75rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.invoice--date::before,
	.invoice--deadline::before,
	.invoice--number::before,
	.invoice--price::before,
	.invoice--amount::before {
		display: none;
		float: none;
	}
}

.invoice--checkbox {
	position: absolute;
	right: 7px;
	right: 0.4375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media print,
screen and (min-width: 40em) {
	.invoice--checkbox {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		right: 0.9375rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.invoice--checkbox {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 2.3125rem;
		-ms-flex: 0 0 2.3125rem;
		flex: 0 0 2.3125rem;
		position: relative;
		right: auto;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media screen and (min-width: 75em) {
	.invoice--checkbox {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 3.125rem;
		-ms-flex: 0 0 3.125rem;
		flex: 0 0 3.125rem;
	}
}

.invoice--date {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print,
screen and (min-width: 64em) {
	.invoice--date {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media screen and (min-width: 75em) {
	.myInvoices .invoice--date {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.25rem;
		-ms-flex: 0 0 11.25rem;
		flex: 0 0 11.25rem;
	}
}

.invoice--deadline {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print,
screen and (min-width: 64em) {
	.invoice--deadline {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media screen and (min-width: 75em) {
	.myInvoices .invoice--deadline {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5rem;
		-ms-flex: 0 0 12.5rem;
		flex: 0 0 12.5rem;
	}
}

.invoice--number {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print,
screen and (min-width: 64em) {
	.invoice--number {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media screen and (min-width: 75em) {
	.myInvoices .invoice--number {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 13.75rem;
		-ms-flex: 0 0 13.75rem;
		flex: 0 0 13.75rem;
	}
}

.invoice--price,
.invoice--amount {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print,
screen and (min-width: 64em) {
	.invoice--price,
	.invoice--amount {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media screen and (min-width: 75em) {
	.myInvoices .invoice--price,
	.myInvoices .invoice--amount {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 6.875rem;
		-ms-flex: 0 0 6.875rem;
		flex: 0 0 6.875rem;
	}
}

.invoice__values .invoice--price,
.invoice__values .invoice--amount {
	font-weight: 700;
}

@media screen and (min-width: 75em) {
	.payOnline .invoice--amount {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.125rem;
		-ms-flex: 0 0 8.125rem;
		flex: 0 0 8.125rem;
	}
}

.invoice--download {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 44px;
	width: 2.75rem;
	height: 100%;
	color: #69b42e;
	text-decoration: none;
}

.invoice--download::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

@media print,
screen and (min-width: 40em) {
	.invoice--download {
		right: 0.9375rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.invoice--download {
		right: 2.1875rem;
	}
}

.invoice--download::before {
	top: 50%;
	left: 50%;
	color: inherit;
	font-size: 17px;
	font-size: 1.0625rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

@media print,
screen and (min-width: 40em) {
	.invoice--download::before {
		font-size: 1.375rem;
	}
}

.invoice--download:hover {
	color: #1b1e55;
}

.arrows {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (-ms-high-contrast: active),
( -ms-high-contrast: none) {
	.arrows {
		margin-top: 0.4375rem;
	}
}

.arrow {
	display: block;
	width: 7px;
	width: 0.4375rem;
	height: 7px;
	height: 0.4375rem;
	text-decoration: none;
	color: #1b1e55;
}

.arrow::before {
	position: absolute;
	z-index: 1;
	font-family: "brl-espace-client" !important;
	/*content: attr(data-icon);*/
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
/* 	speak: none; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	font-size: 2.5rem;
	color: #005887;
}

.active .arrow {
	display: none;
	color: #69b42e;
}

.arrow::before {
	position: relative;
	display: block;
	font-size: 7px;
	font-size: 0.4375rem;
	line-height: 7px;
	line-height: 0.4375rem;
	color: inherit;
}

.ascending .arrow--top {
	display: block;
}

.descending .arrow--bottom {
	display: block;
}


/* ==========================================================================
### Standard
========================================================================== */

.canvas-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100vh;
}

.content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
	min-height: 100vh;
	padding: 40px 0 30px 0;
	padding: 2.5rem 0 1.875rem 0;
	text-align: center;
	background-color: #f0f0f7;
	-webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media print,
screen and (min-width: 40em) {
	.content-wrapper {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
		margin-right: 0;
		margin-left: 0;
		padding: 6.875rem 0 1.875rem 15rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.content-wrapper {
		padding: 11.25rem 0 1.875rem 21.25rem;
	}
}

.customerArea .content-wrapper,
.waitingPage .content-wrapper {
	position: relative;
	padding-left: 0;
	background: #2fbce8 url("/espaceclient/javax.faces.resource/dist/img/background_deco_customer_area.png.xhtml") no-repeat center center;
}

@media print,
screen and (min-width: 64em) {
	.customerArea .content-wrapper,
	.waitingPage .content-wrapper {
		padding-top: 13vh;
	}
}

.waitingPage .content-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav--closed .content-wrapper {
	padding-left: 90px;
	padding-left: 5.625rem;
}

.content-wrapper .content {
	width: calc(100% - 1.875rem);
	max-width: 1020px;
	max-width: 63.75rem;
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-right: 15px;
	margin-right: 0.9375rem;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.6;
	text-align: left;
}

@media print,
screen and (min-width: 40em) {
	.content-wrapper .content {
		width: calc(100% - 3.75rem);
		margin-left: 1.875rem;
		margin-right: 1.875rem;
		font-size: 0.875rem;
	}
}

.customerArea .content-wrapper .content,
.waitingPage .content-wrapper .content {
	position: relative;
	z-index: 1;
	max-width: 680px;
	max-width: 44.5rem;
}

.box {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	background: #FFFFFF;
	border-radius: 0.1875rem;
	-webkit-box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 87, 142, 0.1);
	box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 87, 142, 0.1);
	text-align: left;
}

@media print,
screen and (min-width: 40em) {
	.box {
		margin-bottom: 3.125rem;
	}
}

.box.accordion {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.wrap {
	padding: 30px 15px 25px;
	padding: 1.875rem 0.9375rem 1.5625rem;
}

@media print,
screen and (min-width: 40em) {
	.wrap {
		padding: 2.5rem 1.875rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.wrap {
		padding: 3.125rem 3.125rem 3.125rem;
	}
}

.wrap--txtCenter {
	text-align: center;
}

.wrap--paddingTopNone {
	padding-top: 0;
}

@media print,
screen and (min-width: 40em) {
	.customerArea .wrap {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.wrap+.wrap {
	border-top: 1px solid #eeeef6;
	border-top: 0.0625rem solid #eeeef6;
}

.wrap+.no-border-top{
	border-top: none!important;
	border-top: none!important;
}

.wrap+.wrap.wrap--miniLine {
	position: relative;
	border-top: none;
}

.wrap+.wrap.wrap--miniLine::before {
	position: absolute;
	left: 15px;
	left: 0.9375rem;
	top: 0;
	content: '';
	display: block;
	width: 101px;
	width: 6.3125rem;
	height: 1px;
	height: 0.0625rem;
	background-color: #eeeef6;
}

@media print,
screen and (min-width: 40em) {
	.wrap+.wrap.wrap--miniLine::before {
		left: 5rem;
	}
}

.wrap--borderNone {
	border: none !important;
}

.wrap--half {
	padding: 25px 28px 31px 28px;
	padding: 1.5625rem 1.75rem 1.9375rem 1.75rem;
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
	.wrap--half {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.box--associatedContracts .wrap--half {
	padding-top: 22px;
	padding-top: 1.375rem;
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
}

.entitled {
	min-width: 150px;
	min-width: 9.375rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding-right: 27;
}

@media print,
screen and (min-width: 40em) {
	.entitled {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

.flex-infos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 15px;
	margin: 1.25rem 0.9375rem;
}



@media print,
screen and (min-width: 64em) {
	.flex-infos {
		margin: 1.5625rem 1.875rem;
	}
}

.flex-infos+.flex-infos {
	margin-top: -20px;
	margin-top: -1.25rem;
}

.invoice .flex-infos+.flex-infos {
	margin: 0;
}

.flex-infos--noMarginLeft {
	margin-left: 0;
}

.flex-infos--MarginLeftNeg {
	margin-left: -14px;
	margin-left: -0.875rem;
}

.flex-infos--noMarginRight {
	margin-right: 0;
}

.half-col .flex-infos {
	margin: 0;
}

.flex-infos--spaceBetween {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customerArea .flex-infos--spaceBetween {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media print,
screen and (min-width: 40em) {
	.customerArea .flex-infos--spaceBetween {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.flex-infos--alignItems {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-infos__box {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: calc(100% - 1.875rem);
	margin-right: 15px;
	margin-right: 0.9375rem;
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
}

@media print,
screen and (min-width: 64em) {
	.flex-infos__box {
		width: calc(33.33333% - 1.875rem);
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
	}
}

.flex-infos__box_2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: calc(100% - 1.875rem);
	margin-right: 15px;
	margin-right: 0.9375rem;
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
}

@media print,
screen and (min-width: 64em) {
	.flex-infos__box_2 {
		width: calc(50% - 1.875rem);
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
	}
}

.flex-infos__fullbox {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: calc(100% - 1.875rem);
	margin-right: 15px;
	margin-right: 0.9375rem;
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
}

.flex-infos__title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(0, 87, 142, 0.6);
}

.flex-infos .contract-number {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 12px;
	font-size: 0.75rem;
}

@media print,
screen and (min-width: 64em) {
	.flex-infos .contract-number {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
	.flex-infos .contract-number {
		letter-spacing: -0.02063rem;
	}
}

@media screen and (min-width: 90em) {
	.flex-infos .contract-number {
		font-size: 0.875rem;
	}
}

.flex-infos .contract-label {
	font-weight: 300;
	font-size: 0.75rem;
	white-space: normal;
	word-wrap: break-word;
	display: block;
	max-width: 100%;
}


.flex-infos .state {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 25px;
	padding-right: 1.5625rem;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
}

@media print,
screen and (min-width: 40em) {
	.flex-infos .state {
		font-size: 0.8125rem;
	}
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
	.flex-infos .state {
		padding-right: 0.625rem;
		font-size: 0.75rem;
	}
}

.flex-infos .state--current {
	color: #69b42e;
}

.flex-infos .state--ended {
	color: rgba(0, 87, 142, 0.6);
}

.flex-infos .since-date {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 11px;
	font-size: 0.6875rem;
	color: rgba(27, 30, 85, 0.7);
	text-transform: uppercase;
	letter-spacing: -0.6px;
	letter-spacing: -0.0375rem;
}

@media print,
screen and (min-width: 40em) {
	.flex-infos .since-date {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 7.5rem;
		-ms-flex: 0 0 7.5rem;
		flex: 0 0 7.5rem;
		font-size: 0.75rem;
		max-width: 7.5rem;
	}
}

@media print,
screen and (min-width: 64em) {
	.flex-infos .since-date {
		text-align: right;
	}
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
	.flex-infos .since-date {
		font-size: 0.6875rem;
	}
}

.flex-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-form.js-grid {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

@media print,
screen and (min-width: 64em) {
	.flex-form.js-grid {
		margin-bottom: 4.375rem;
	}
}

.flex-form.js-grid .grid-sizer {
	width: 100%;
}

@media screen and (min-width: 75em) {
	.flex-form.js-grid .grid-sizer {
		width: calc(50% - 2.1875rem);
	}
}

.flex-form.js-grid .gutter-sizer {
	width: 0;
}

@media screen and (min-width: 75em) {
	.flex-form.js-grid .gutter-sizer {
		width: 4.375rem;
	}
}

.flex-form.js-grid .half-col {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

@media screen and (min-width: 75em) {
	.flex-form.js-grid .half-col {
		width: calc(50% - 2.1875rem);
		margin-bottom: 3.125rem;
	}
}

.flex-form.js-grid .box {
	margin: 0;
}

.half-col {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

@media print,
screen and (min-width: 64em) {
	.half-col {
		width: calc(49.5% - 1.875rem);
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
		margin-right: 0;
		margin-left: 0;
	}
}

.half-col:nth-child(1) .bubble {
	margin-left: 0;
}

@media print,
screen and (min-width: 64em) {
	.box .half-col {
		width: calc(51% - 1.875rem);
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
		margin-right: 0;
		margin-left: 0;
	}
}

.box--consumption H2 {
	margin: 0;
	font-weight: 600;
}

.box--consumption .subtitle {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	font-size: 12px;
	font-size: 0.75rem;
}

.box--consumption .subtitle::after {
	display: none;
}

.box--consumption .graph {
	margin: 0 0 22px 0;
	margin: 0 0 1.375rem 0;
}

.contract__object,
.contract__date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 11px;
	margin-bottom: 0.6875rem;
}

.contract .value {
	min-width: 170px;
	min-width: 10.625rem;
	line-height: 1.4;
}

.bottomLinks {
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}

.waitingPage .bottomLinks {
	margin-top: 13vh;
}

@media screen and (max-height: 650px) {
	.waitingPage .bottomLinks {
		margin-top: 0;
	}
}

.bottomLinks a {
	display: inline-block;
	margin: 0 22px 7px;
	margin: 0 1.375rem 0.4375rem;
	color: #FFFFFF;
	text-decoration: none;
}

.bottomLinks a:hover {
	text-decoration: underline;
}

.menu__item__icon.my-help::before {
	content: "\6c"
}

.bloc_cookies {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	background-color: #004D80;
	color: #fff;
	padding: 5px 0px;
	z-index: 1000;
	/*border-bottom:1px solid #000;*/
}

.bloc_cookies {
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}

.waitingPage .bloc_cookies {
	margin-top: 13vh;
}

@media screen and (max-height: 650px) {
	.waitingPage .bloc_cookies {
		margin-top: 0;
	}
}

.bloc_cookies a {
	display: inline-block;
	margin-bottom: 0px;
	margin: 0 22px 7px;
	margin: 0 1.375rem 0.4375rem;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 22px 7px;
}

.bottomLinks a:hover {
	text-decoration: underline;
}

.grecaptcha-badge {
	z-index: 999999999;
}


/****  NEW LOADER ******/

#loading {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	margin-top: 0px;
	top: 0px;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	margin-left: -25px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: loading-center-animation 1.5s infinite;
	animation: loading-center-animation 1.5s infinite;
}

.object_1 {
	width: 25px;
	height: 25px;
	background-color: #fff;
	;
	border: 1px solid #cacaca;
	float: left;
}

.object_2 {
	width: 25px;
	height: 25px;
	background-color: #00bde5;
	;
	float: left;
}

.object_3 {
	width: 25px;
	height: 25px;
	background-color: #005a87;
	;
	float: left;
}

.object_4 {
	width: 25px;
	height: 25px;
	background-color: #68bb4d;
	;
	float: left;
}

#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
}

#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
}

#object_four {
	-webkit-animation: object_four 1.5s infinite;
	animation: object_four 1.5s infinite;
}

@-webkit-keyframes loading-center-animation {
	100% {
		-webkit-transform: rotate(-45deg);
	}
}

@keyframes loading-center-animation {
	100% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
}

@-webkit-keyframes object_one {
	25% {
		-webkit-transform: translate(0, -50px) rotate(-180deg);
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(-180 deg);
	}
}

@keyframes object_one {
	25% {
		transform: translate(0, -50px) rotate(-180deg);
		-webkit-transform: translate(0, -50px) rotate(-180deg);
	}
	100% {
		transform: translate (0, 0) rotate (-180 deg);
		-webkit-transform: translate (0, 0) rotate (-180 deg);
	}
}

@-webkit-keyframes object_two {
	25% {
		-webkit-transform: translate(50px, 0) rotate(-180deg);
	}
	100% {
		-webkit-transform: translate (0, 0) rotate (-180 deg);
	}
}

@keyframes object_two {
	25% {
		transform: translate(50px, 0) rotate(-180deg);
		-webkit-transform: translate(50px, 0) rotate(-180deg);
	}
	100% {
		transform: translate (0, 0) rotate (-180 deg);
		-webkit-transform: translate (0, 0) rotate (-180 deg);
	}
}

@-webkit-keyframes object_three {
	25% {
		-webkit-transform: translate(-50px, 0) rotate(-180deg);
	}
	100% {
		-webkit-transform: translate (0, 0) rotate (-180 deg);
	}
}

@keyframes object_three {
	25% {
		transform: translate(-50px, 0) rotate(-180deg);
		-webkit-transform: translate(-50px, 0) rotate(-180deg);
	}
	100% {
		transform: translate (0, 0) rotate (-180 deg);
		-webkit-transform: rtranslate (0, 0) rotate (-180 deg);
	}
}

@-webkit-keyframes object_four {
	25% {
		-webkit-transform: translate(0, 50px) rotate(-180deg);
	}
	100% {
		-webkit-transform: translate (0, 0) rotate (-180 deg);
	}
}

@keyframes object_four {
	25% {
		transform: translate(0, 50px) rotate(-180deg);
		-webkit-transform: translate(0, 50px) rotate(-180deg);
	}
	100% {
		transform: translate (0, 0) rotate (-180 deg);
		-webkit-transform: translate (0, 0) rotate (-180 deg);
	}
}


/****  FIN LOADER ******/


/**** Nzw login */

#login-global .box {
	border-radius: 0rem;
	margin-bottom: 0rem;
}

.bottomLinks a {
	color: #1b1e55;
}

.backgroundv2 {
	/* 	position: relative; */
	height: 100%;
	padding-left: 0;
	background: #2fbce8 url("/espaceclient/javax.faces.resource/dist/img/espace_client_login_2.png.xhtml") no-repeat center center;
}

.backgroundv3 {
	background: #dfdfdf;
	background-size: cover;
	position: absolute;
	height: 100%;
	left: 0;
	background-image: url("/espaceclient/javax.faces.resource/dist/img/espace_client_login_2.png.xhtml");
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

.customerArea .content-wrapper-login-v2,
.waitingPage .content-wrapper-login-v2 {
	background: white !important;
}

@media only screen and (min-width: 40em) {
	.backgroundv3 {
		width: calc(100% - 44.5rem);
	}
}

.content-wrapper-login-v2 .content {
	width: calc(100% - 3.75rem);
	margin-left: 0rem;
	margin-right: 0rem;
	font-size: 0.875rem;
}

@media print,
screen and (min-width: 40em) {
	.content-wrapper-login-v2 .content {
		width: calc(100% - 3.75rem);
		margin-left: calc(100% - 44.5rem);
		margin-right: 0;
		font-size: 0.875rem;
	}
}

.img_info_covid {
	display: block;
}

@media print,
screen and (max-width: 40em) {
	.img_info_covid {
		display: none;
	}
}

.popup_login_info {
	display: block;
}

@media print,
screen and (max-width: 40em) {
	.popup_login_info {
/* 		display: none; */
	margin-top: 850px !important;
	} 
}

.ui-helper-hidden-accessible {
	float: left !important;
}

.border-none-selectoneradio td {
	border-right: none;
}


/* .border-none-selectoneradio td { */


/*     min-width: 200px; */


/* } */

.label--radio label {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

.type_paiement_radio td {
	padding: 20px 0px !important;
}

.customerAcceptation .content-wrapper .content, .waitingPage .content-wrapper .content {
   	max-width: 980px !important;
    max-width: 64.5rem !important;
}



.fieldset_border_style {
    border: 2px solid #eeeef6;
    border: 0.125rem solid #eeeef6;
    border-radius: 0.1875rem;
    padding: 15px;
}

.fieldset_border_style legend.ui-fieldset-legend {
    display: block;
    margin: 0 0 8px 0;
    margin: 0 0 0.5rem 0;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #00b8e7;
    text-transform: uppercase;
}



.fieldset_legend_acceptation   legend {
	color: rgba(0, 87, 142, 0.6) !important;
    font-size: 17px !important;
	padding: 10px 50px;
    text-align: center;
}

.fieldset_legend_alerte   legend {
	color: rgba(0, 87, 142, 0.6) !important;
    font-size: 17px !important;
	padding: 10px 50px;
    text-align: center;
}

.regrouper_par_consos_radio td {
	padding: 20px 0px !important;
}


.ui-confirmdialog-yes, .ui-confirmdialog-no {
    padding: 5px 20px;
}



.ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top {
    background-color: #005a87;
    color: white;
}


.button-action-mandat {
	text-align: center;
}

@media print,
screen and (min-width: 64em) {
	.button-action-mandat {
		text-align: right;
	}
}

.select-one-menu.ui-state-error {
    border: #ec0f44 solid 1px;
}


.link_coord_bancaire {
	color: #00b8e7 !important;
    text-decoration: auto !important;
}

.ui-lightbox {
	border: 1px solid #005887 !important;
}

span.ui-icon.ui-icon-carat-1-e{
	display: none!important;
}

.ui-lightbox-caption.ui-widget-header {
    background-color: #005887;
    color: white;
}

.custom_select_support {
	border: 1px solid #005887;	
}



@media only screen and (max-width: 80em) {
	    .prisesrdvs_background {        
	        display: none;
	}
}


.prisesrdvs_panel {
    display: none;
}


@media only screen and (max-width: 80em) {
	    .prisesrdvs_panel {        
	        display: block;
	}
}

@media only screen and (max-width: 80em) {
	    .backgroundv3_background {        
	        display: none;
	}
}


.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.flex-item {
	flex: 1;
	margin-right: 1rem;
}

.flex-item:last-child {
	margin-right: 0;
}

.field--text {
	min-width: 120px;
}

.chart-legend span {
	font-size: 14px;
	line-height: 1.5;
}

.chart-legend span div {
	display: inline-block;
	vertical-align: middle;
}

.custom-no-button {
	color: #005887 !important;
	background-color: white !important;
	border: 1px solid #005887 !important;
}

.custom-no-button:hover {
	color: #005887 !important;
	background-color: white !important;
	border: 1px solid #005887 !important;
}

.button-gray {
	background-color: #ccc;
	color: #333;
	border: 1px solid #aaa;
}


.inputfield-active{
	box-shadow: inset 0 0 0 0.0625rem #69b42e !important;
}


.label-active {
    color: #69b42e !important;
}


.flex-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.col-1 { flex: 1 1 calc(100% / 12 * 1); }
  .col-2 { flex: 1 1 calc(100% / 12 * 2); }
  .col-3 { flex: 1 1 calc(100% / 12 * 3); }
  .col-4 { flex: 1 1 calc(100% / 12 * 4); }
  .col-5 { flex: 1 1 calc(100% / 12 * 5); }
  .col-6 { flex: 1 1 calc(100% / 12 * 6); }
  .col-7 { flex: 1 1 calc(100% / 12 * 7); }
  .col-8 { flex: 1 1 calc(100% / 12 * 8); }
  .col-9 { flex: 1 1 calc(100% / 12 * 9); }
  .col-10 { flex: 1 1 calc(100% / 12 * 10); }
  .col-11 { flex: 1 1 calc(100% / 12 * 11); }
  .col-12 { flex: 1 1 100%; }
  
  
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  display: flex;
}
  
  
.flex-row > * {
    padding: 0 10px;    
    box-sizing: border-box;
}


.full-width {
    width: 100%;
    box-sizing: border-box;
  }
  
.full-center{
 	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
 }
 
 .fieldset-inner {
  display: flex;
  flex-direction: column;
  min-height: 100px; 
  height: 100%;
}

.align-bottom {
  margin-top: auto;
}


.fieldset_legend_alerte .ui-fieldset-content {
    height: calc(100% - 95px);
}

.fieldset_legend_alerte {
    width: 100%;
}

.updatelibelle .light-modal__content {
	min-width: 350px;
}

@media print,
screen and (min-width: 40em) {
	.updatelibelle .light-modal__content {
		min-width: 550px;
	}
}
 
 
.ui-selectmanycheckbox {
    border: none;
}
.ui-selectmanycheckbox td {
    border-right: none;
}


.select-one-radio-bordernone td  {
	border : none;
	border-right: none;
}


.round-green-button {
    background-color: #68bb4d; 
    color: white;
    border: none;
    border-radius: 50%; /* Rend le bouton rond */
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    text-decoration: none;
}

.round-green-button:hover {
    background-color: #218838;
}
