/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
svg,
hr {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.touch *,
.touch
  *:before,
.touch
  *:after {
	-webkit-overflow-scrolling: touch;
}

html {
	font-size: 100%;
}

html.touch {
	-webkit-overflow-scrolling: touch;
}

body {
	font-size: 100%;
	background: #f3f3f3;
	color: #222222;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

a {
	text-decoration: none;
	transition: background-color 0.25s;
	cursor: pointer;
}

a img {
	border: 0;
}

i {
	font-style: italic;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.nowrap {
	white-space: nowrap;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

.bouton,
input[type=button],
input[type=submit],
button,
.richContent:not(.v-content-builder) a.bouton,
.richContent.v-content-builder .content-text a.bouton {
	font-family: "open sans", arial;
	display: inline-block;
	border: 0;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	overflow: visible;
	user-select: none;
	font-size: 1rem;
	line-height: 1.5;
	margin: 1px;
	position: inherit;
	vertical-align: middle;
	text-align: center;
	padding: 0.5em 1.5em;
	background-color: #222222;
	border-radius: 0.125em;
	box-shadow: 0 0.125em 0.125em -0.125em rgba(0, 0, 0, 0.5);
	transition: background-color 0.25s;
}

.bouton:focus,
.bouton:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
button:focus,
button:hover,
.richContent:not(.v-content-builder) a.bouton:focus,
.richContent.v-content-builder .content-text a.bouton:focus,
.richContent:not(.v-content-builder) a.bouton:hover,
.richContent.v-content-builder .content-text a.bouton:hover {
	background-color: #595959;
	color: #FFF;
}

.bouton.flat,
input[type=button].flat,
input[type=submit].flat,
button.flat,
.richContent:not(.v-content-builder) a.flat.bouton,
.richContent.v-content-builder .content-text a.flat.bouton {
	color: #222222;
	background-color: transparent;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.bouton.flat:not([disabled]):not(.disabled):hover,
input[type=button].flat:not([disabled]):not(.disabled):hover,
input[type=submit].flat:not([disabled]):not(.disabled):hover,
button.flat:not([disabled]):not(.disabled):hover,
.richContent:not(.v-content-builder) a.flat.bouton:not([disabled]):not(.disabled):hover,
.richContent.v-content-builder .content-text a.flat.bouton:not([disabled]):not(.disabled):hover {
	color: #222222;
	background-color: rgba(0, 0, 0, 0.05);
}

.bouton.negative,
input[type=button].negative,
input[type=submit].negative,
button.negative,
.richContent:not(.v-content-builder) a.negative.bouton,
.richContent.v-content-builder .content-text a.negative.bouton {
	color: #222222;
	background-color: #f3f3f3;
}

.bouton.negative:not([disabled]):not(.disabled):hover,
input[type=button].negative:not([disabled]):not(.disabled):hover,
input[type=submit].negative:not([disabled]):not(.disabled):hover,
button.negative:not([disabled]):not(.disabled):hover,
.richContent:not(.v-content-builder) a.negative.bouton:not([disabled]):not(.disabled):hover,
.richContent.v-content-builder .content-text a.negative.bouton:not([disabled]):not(.disabled):hover {
	color: #222222;
	background-color: #dbdbdb;
}

.bouton.floating,
input[type=button].floating,
input[type=submit].floating,
button.floating,
.richContent:not(.v-content-builder) a.floating.bouton,
.richContent.v-content-builder .content-text a.floating.bouton {
	position: relative;
	text-indent: -9999px;
	text-align: left;
	outline: none;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	padding: 0;
	line-height: 1em;
}

.bouton.floating:not(.flat),
input[type=button].floating:not(.flat),
input[type=submit].floating:not(.flat),
button.floating:not(.flat),
.richContent:not(.v-content-builder) a.floating.bouton:not(.flat),
.richContent.v-content-builder .content-text a.floating.bouton:not(.flat) {
	box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.25);
}

.bouton.floating:before,
input[type=button].floating:before,
input[type=submit].floating:before,
button.floating:before,
.richContent:not(.v-content-builder) a.floating.bouton:before,
.richContent.v-content-builder .content-text a.floating.bouton:before {
	position: absolute;
	text-indent: 0;
	text-align: center;
	color: currentColor;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.no-flexbox .bouton.floating:before,
.no-flexbox
      input[type=button].floating:before,
.no-flexbox
      input[type=submit].floating:before,
.no-flexbox
      button.floating:before,
.no-flexbox .richContent:not(.v-content-builder) a.floating.bouton:before,
.richContent:not(.v-content-builder) .no-flexbox a.floating.bouton:before,
.no-flexbox .richContent.v-content-builder .content-text a.floating.bouton:before,
.richContent.v-content-builder .content-text .no-flexbox a.floating.bouton:before {
	display: block;
}

.no-touch .bouton.floating,
.no-touch
    input[type=button].floating,
.no-touch
    input[type=submit].floating,
.no-touch
    button.floating,
.no-touch .richContent:not(.v-content-builder) a.floating.bouton,
.richContent:not(.v-content-builder) .no-touch a.floating.bouton,
.no-touch .richContent.v-content-builder .content-text a.floating.bouton,
.richContent.v-content-builder .content-text .no-touch a.floating.bouton {
	width: 48px;
	height: 48px;
}

.bouton.raised:not(.flat),
input[type=button].raised:not(.flat),
input[type=submit].raised:not(.flat),
button.raised:not(.flat),
.richContent:not(.v-content-builder) a.raised.bouton:not(.flat),
.richContent.v-content-builder .content-text a.raised.bouton:not(.flat) {
	box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.25);
}

.bouton:active,
input[type=button]:active,
input[type=submit]:active,
button:active,
.richContent:not(.v-content-builder) a.bouton:active,
.richContent.v-content-builder .content-text a.bouton:active {
	border-bottom-color: transparent;
}

.bouton[disabled],
.bouton.disabled,
input[type=button][disabled],
input[type=button].disabled,
input[type=submit][disabled],
input[type=submit].disabled,
button[disabled],
button.disabled,
.richContent:not(.v-content-builder) a.bouton[disabled],
.richContent.v-content-builder .content-text a.bouton[disabled],
.richContent:not(.v-content-builder) a.disabled.bouton,
.richContent.v-content-builder .content-text a.disabled.bouton {
	color: #CCCCCC;
	background-color: #EEEEEE;
	cursor: not-allowed;
}

.bouton.color1:not([disabled]):not(.disabled),
input[type=button].color1:not([disabled]):not(.disabled),
input[type=submit].color1:not([disabled]):not(.disabled),
button.color1:not([disabled]):not(.disabled),
.richContent:not(.v-content-builder) a.color1.bouton:not([disabled]):not(.disabled),
.richContent.v-content-builder .content-text a.color1.bouton:not([disabled]):not(.disabled) {
	background-color: #262626;
}

.bouton.color1:not([disabled]):not(.disabled):focus,
.bouton.color1:not([disabled]):not(.disabled):hover,
input[type=button].color1:not([disabled]):not(.disabled):focus,
input[type=button].color1:not([disabled]):not(.disabled):hover,
input[type=submit].color1:not([disabled]):not(.disabled):focus,
input[type=submit].color1:not([disabled]):not(.disabled):hover,
button.color1:not([disabled]):not(.disabled):focus,
button.color1:not([disabled]):not(.disabled):hover,
.richContent:not(.v-content-builder) a.color1.bouton:not([disabled]):not(.disabled):focus,
.richContent.v-content-builder .content-text a.color1.bouton:not([disabled]):not(.disabled):focus,
.richContent:not(.v-content-builder) a.color1.bouton:not([disabled]):not(.disabled):hover,
.richContent.v-content-builder .content-text a.color1.bouton:not([disabled]):not(.disabled):hover {
	background-color: #5c5c5c;
}

.bouton.color1:not([disabled]):not(.disabled).flat,
input[type=button].color1:not([disabled]):not(.disabled).flat,
input[type=submit].color1:not([disabled]):not(.disabled).flat,
button.color1:not([disabled]):not(.disabled).flat,
.richContent:not(.v-content-builder) a.color1.bouton:not([disabled]):not(.disabled).flat,
.richContent.v-content-builder .content-text a.color1.bouton:not([disabled]):not(.disabled).flat {
	color: #262626;
	background-color: transparent;
}

.bouton.color1:not([disabled]):not(.disabled).flat:hover,
input[type=button].color1:not([disabled]):not(.disabled).flat:hover,
input[type=submit].color1:not([disabled]):not(.disabled).flat:hover,
button.color1:not([disabled]):not(.disabled).flat:hover,
.richContent:not(.v-content-builder) a.color1.bouton:not([disabled]):not(.disabled).flat:hover,
.richContent.v-content-builder .content-text a.color1.bouton:not([disabled]):not(.disabled).flat:hover {
	color: #262626;
	background-color: rgba(0, 0, 0, 0.05);
}

.bouton.color1:not([disabled]):not(.disabled).negative,
input[type=button].color1:not([disabled]):not(.disabled).negative,
input[type=submit].color1:not([disabled]):not(.disabled).negative,
button.color1:not([disabled]):not(.disabled).negative,
.richContent:not(.v-content-builder) a.color1.bouton:not([disabled]):not(.disabled).negative,
.richContent.v-content-builder .content-text a.color1.bouton:not([disabled]):not(.disabled).negative {
	color: #262626;
	background-color: #f3f3f3;
}

.bouton.color1:not([disabled]):not(.disabled).negative:hover,
input[type=button].color1:not([disabled]):not(.disabled).negative:hover,
input[type=submit].color1:not([disabled]):not(.disabled).negative:hover,
button.color1:not([disabled]):not(.disabled).negative:hover,
.richContent:not(.v-content-builder) a.color1.bouton:not([disabled]):not(.disabled).negative:hover,
.richContent.v-content-builder .content-text a.color1.bouton:not([disabled]):not(.disabled).negative:hover {
	color: #262626;
	background-color: #dbdbdb;
}

.bouton.lighter:not([disabled]):not(.disabled),
input[type=button].lighter:not([disabled]):not(.disabled),
input[type=submit].lighter:not([disabled]):not(.disabled),
button.lighter:not([disabled]):not(.disabled),
.richContent:not(.v-content-builder) a.lighter.bouton:not([disabled]):not(.disabled),
.richContent.v-content-builder .content-text a.lighter.bouton:not([disabled]):not(.disabled) {
	background-color: #434343;
}

.bouton.lighter:not([disabled]):not(.disabled):focus,
.bouton.lighter:not([disabled]):not(.disabled):hover,
input[type=button].lighter:not([disabled]):not(.disabled):focus,
input[type=button].lighter:not([disabled]):not(.disabled):hover,
input[type=submit].lighter:not([disabled]):not(.disabled):focus,
input[type=submit].lighter:not([disabled]):not(.disabled):hover,
button.lighter:not([disabled]):not(.disabled):focus,
button.lighter:not([disabled]):not(.disabled):hover,
.richContent:not(.v-content-builder) a.lighter.bouton:not([disabled]):not(.disabled):focus,
.richContent.v-content-builder .content-text a.lighter.bouton:not([disabled]):not(.disabled):focus,
.richContent:not(.v-content-builder) a.lighter.bouton:not([disabled]):not(.disabled):hover,
.richContent.v-content-builder .content-text a.lighter.bouton:not([disabled]):not(.disabled):hover {
	background-color: #727272;
}

.bouton.lighter:not([disabled]):not(.disabled).flat,
input[type=button].lighter:not([disabled]):not(.disabled).flat,
input[type=submit].lighter:not([disabled]):not(.disabled).flat,
button.lighter:not([disabled]):not(.disabled).flat,
.richContent:not(.v-content-builder) a.lighter.bouton:not([disabled]):not(.disabled).flat,
.richContent.v-content-builder .content-text a.lighter.bouton:not([disabled]):not(.disabled).flat {
	color: #434343;
	background-color: transparent;
}

.bouton.lighter:not([disabled]):not(.disabled).flat:hover,
input[type=button].lighter:not([disabled]):not(.disabled).flat:hover,
input[type=submit].lighter:not([disabled]):not(.disabled).flat:hover,
button.lighter:not([disabled]):not(.disabled).flat:hover,
.richContent:not(.v-content-builder) a.lighter.bouton:not([disabled]):not(.disabled).flat:hover,
.richContent.v-content-builder .content-text a.lighter.bouton:not([disabled]):not(.disabled).flat:hover {
	color: #434343;
	background-color: rgba(0, 0, 0, 0.05);
}

.bouton.lighter:not([disabled]):not(.disabled).negative,
input[type=button].lighter:not([disabled]):not(.disabled).negative,
input[type=submit].lighter:not([disabled]):not(.disabled).negative,
button.lighter:not([disabled]):not(.disabled).negative,
.richContent:not(.v-content-builder) a.lighter.bouton:not([disabled]):not(.disabled).negative,
.richContent.v-content-builder .content-text a.lighter.bouton:not([disabled]):not(.disabled).negative {
	color: #434343;
	background-color: #f3f3f3;
}

.bouton.lighter:not([disabled]):not(.disabled).negative:hover,
input[type=button].lighter:not([disabled]):not(.disabled).negative:hover,
input[type=submit].lighter:not([disabled]):not(.disabled).negative:hover,
button.lighter:not([disabled]):not(.disabled).negative:hover,
.richContent:not(.v-content-builder) a.lighter.bouton:not([disabled]):not(.disabled).negative:hover,
.richContent.v-content-builder .content-text a.lighter.bouton:not([disabled]):not(.disabled).negative:hover {
	color: #434343;
	background-color: #dbdbdb;
}

.bouton.darker:not([disabled]):not(.disabled),
input[type=button].darker:not([disabled]):not(.disabled),
input[type=submit].darker:not([disabled]):not(.disabled),
button.darker:not([disabled]):not(.disabled),
.richContent:not(.v-content-builder) a.darker.bouton:not([disabled]):not(.disabled),
.richContent.v-content-builder .content-text a.darker.bouton:not([disabled]):not(.disabled) {
	background-color: #1a1a1a;
}

.bouton.darker:not([disabled]):not(.disabled):focus,
.bouton.darker:not([disabled]):not(.disabled):hover,
input[type=button].darker:not([disabled]):not(.disabled):focus,
input[type=button].darker:not([disabled]):not(.disabled):hover,
input[type=submit].darker:not([disabled]):not(.disabled):focus,
input[type=submit].darker:not([disabled]):not(.disabled):hover,
button.darker:not([disabled]):not(.disabled):focus,
button.darker:not([disabled]):not(.disabled):hover,
.richContent:not(.v-content-builder) a.darker.bouton:not([disabled]):not(.disabled):focus,
.richContent.v-content-builder .content-text a.darker.bouton:not([disabled]):not(.disabled):focus,
.richContent:not(.v-content-builder) a.darker.bouton:not([disabled]):not(.disabled):hover,
.richContent.v-content-builder .content-text a.darker.bouton:not([disabled]):not(.disabled):hover {
	background-color: #535353;
}

.bouton.darker:not([disabled]):not(.disabled).flat,
input[type=button].darker:not([disabled]):not(.disabled).flat,
input[type=submit].darker:not([disabled]):not(.disabled).flat,
button.darker:not([disabled]):not(.disabled).flat,
.richContent:not(.v-content-builder) a.darker.bouton:not([disabled]):not(.disabled).flat,
.richContent.v-content-builder .content-text a.darker.bouton:not([disabled]):not(.disabled).flat {
	color: #1a1a1a;
	background-color: transparent;
}

.bouton.darker:not([disabled]):not(.disabled).flat:hover,
input[type=button].darker:not([disabled]):not(.disabled).flat:hover,
input[type=submit].darker:not([disabled]):not(.disabled).flat:hover,
button.darker:not([disabled]):not(.disabled).flat:hover,
.richContent:not(.v-content-builder) a.darker.bouton:not([disabled]):not(.disabled).flat:hover,
.richContent.v-content-builder .content-text a.darker.bouton:not([disabled]):not(.disabled).flat:hover {
	color: #1a1a1a;
	background-color: rgba(0, 0, 0, 0.05);
}

.bouton.darker:not([disabled]):not(.disabled).negative,
input[type=button].darker:not([disabled]):not(.disabled).negative,
input[type=submit].darker:not([disabled]):not(.disabled).negative,
button.darker:not([disabled]):not(.disabled).negative,
.richContent:not(.v-content-builder) a.darker.bouton:not([disabled]):not(.disabled).negative,
.richContent.v-content-builder .content-text a.darker.bouton:not([disabled]):not(.disabled).negative {
	color: #1a1a1a;
	background-color: #f3f3f3;
}

.bouton.darker:not([disabled]):not(.disabled).negative:hover,
input[type=button].darker:not([disabled]):not(.disabled).negative:hover,
input[type=submit].darker:not([disabled]):not(.disabled).negative:hover,
button.darker:not([disabled]):not(.disabled).negative:hover,
.richContent:not(.v-content-builder) a.darker.bouton:not([disabled]):not(.disabled).negative:hover,
.richContent.v-content-builder .content-text a.darker.bouton:not([disabled]):not(.disabled).negative:hover {
	color: #1a1a1a;
	background-color: #dbdbdb;
}

.bouton.white:not([disabled]):not(.disabled),
input[type=button].white:not([disabled]):not(.disabled),
input[type=submit].white:not([disabled]):not(.disabled),
button.white:not([disabled]):not(.disabled),
.richContent:not(.v-content-builder) a.white.bouton:not([disabled]):not(.disabled),
.richContent.v-content-builder .content-text a.white.bouton:not([disabled]):not(.disabled) {
	background-color: #FFFFFF;
	color: #222222;
}

.bouton.white:not([disabled]):not(.disabled):focus,
.bouton.white:not([disabled]):not(.disabled):hover,
input[type=button].white:not([disabled]):not(.disabled):focus,
input[type=button].white:not([disabled]):not(.disabled):hover,
input[type=submit].white:not([disabled]):not(.disabled):focus,
input[type=submit].white:not([disabled]):not(.disabled):hover,
button.white:not([disabled]):not(.disabled):focus,
button.white:not([disabled]):not(.disabled):hover,
.richContent:not(.v-content-builder) a.white.bouton:not([disabled]):not(.disabled):focus,
.richContent.v-content-builder .content-text a.white.bouton:not([disabled]):not(.disabled):focus,
.richContent:not(.v-content-builder) a.white.bouton:not([disabled]):not(.disabled):hover,
.richContent.v-content-builder .content-text a.white.bouton:not([disabled]):not(.disabled):hover {
	background-color: #f4f4f4;
}

.bouton.white:not([disabled]):not(.disabled).flat,
input[type=button].white:not([disabled]):not(.disabled).flat,
input[type=submit].white:not([disabled]):not(.disabled).flat,
button.white:not([disabled]):not(.disabled).flat,
.richContent:not(.v-content-builder) a.white.bouton:not([disabled]):not(.disabled).flat,
.richContent.v-content-builder .content-text a.white.bouton:not([disabled]):not(.disabled).flat {
	background-color: #FFFFFF;
	color: #222222;
}

.bouton.white:not([disabled]):not(.disabled).flat:hover,
input[type=button].white:not([disabled]):not(.disabled).flat:hover,
input[type=submit].white:not([disabled]):not(.disabled).flat:hover,
button.white:not([disabled]):not(.disabled).flat:hover,
.richContent:not(.v-content-builder) a.white.bouton:not([disabled]):not(.disabled).flat:hover,
.richContent.v-content-builder .content-text a.white.bouton:not([disabled]):not(.disabled).flat:hover {
	color: #222222;
	background-color: #f4f4f4;
}

.bouton.white:not([disabled]):not(.disabled).negative,
input[type=button].white:not([disabled]):not(.disabled).negative,
input[type=submit].white:not([disabled]):not(.disabled).negative,
button.white:not([disabled]):not(.disabled).negative,
.richContent:not(.v-content-builder) a.white.bouton:not([disabled]):not(.disabled).negative,
.richContent.v-content-builder .content-text a.white.bouton:not([disabled]):not(.disabled).negative {
	color: #FFFFFF;
	background-color: #222222;
}

.bouton.white:not([disabled]):not(.disabled).negative:hover,
input[type=button].white:not([disabled]):not(.disabled).negative:hover,
input[type=submit].white:not([disabled]):not(.disabled).negative:hover,
button.white:not([disabled]):not(.disabled).negative:hover,
.richContent:not(.v-content-builder) a.white.bouton:not([disabled]):not(.disabled).negative:hover,
.richContent.v-content-builder .content-text a.white.bouton:not([disabled]):not(.disabled).negative:hover {
	color: #FFFFFF;
	background-color: #595959;
}

.message,
.message.info {
	border: solid 1px #999 !important;
	background-color: #EEE !important;
	color: #000 !important;
	display: block !important;
	text-align: center !important;
	font-weight: bold !important;
	padding: 0.75em 1.5em !important;
}

.message.success {
	background-color: #cdfccf !important;
	border-color: #077a0d !important;
	color: #077a0d !important;
}

.message.warning {
	background-color: #fad3a3 !important;
	border-color: #ad6308 !important;
	color: #ad6308 !important;
}

.message.error {
	background-color: #fcc3c3 !important;
	border-color: #940707 !important;
	color: #940707 !important;
}

.show-for-print {
	display: none !important;
}

.row {
	width: 100%;
	margin: 0 auto;
	max-width: 100em;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.column {
	position: relative;
	width: 100%;
	float: left;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.column .row {
	margin-left: -0.75em;
	margin-right: -0.75em;
	width: auto;
	max-width: none;
}

.column + .column:last-child {
	float: right;
}

.column + .column.end {
	float: left;
}

.column.xsmall-1 {
	width: 8.3333333333%;
}

.column.xsmall-2 {
	width: 16.6666666667%;
}

.column.xsmall-3 {
	width: 25%;
}

.column.xsmall-4 {
	width: 33.3333333333%;
}

.column.xsmall-5 {
	width: 41.6666666667%;
}

.column.xsmall-6 {
	width: 50%;
}

.column.xsmall-7 {
	width: 58.3333333333%;
}

.column.xsmall-8 {
	width: 66.6666666667%;
}

.column.xsmall-9 {
	width: 75%;
}

.column.xsmall-10 {
	width: 83.3333333333%;
}

.column.xsmall-11 {
	width: 91.6666666667%;
}

.column.xsmall-12 {
	width: 100%;
}

.row.xsmall-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xsmall-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xsmall-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xsmall-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xsmall-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xsmall-equal-heights {
	width: auto;
	min-width: 100%;
}

.show-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.hide-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.hide-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.show-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.touch .hide-for-touch {
	display: none !important;
}

.no-touch .show-for-touch {
	display: none !important;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
.rte,
span.readonly,
select {
	display: block;
	width: 100%;
	font-family: "open sans", arial;
	font-size: 1rem;
	height: 2.5rem;
	margin-bottom: 1rem;
	padding: 0 0.5rem;
	box-shadow: none;
	border-radius: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid #CCCCCC;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.no-touch input[type="color"],
.no-touch input[type="date"],
.no-touch input[type="datetime"],
.no-touch input[type="datetime-local"],
.no-touch input[type="email"],
.no-touch input[type="month"],
.no-touch input[type="number"],
.no-touch input[type="password"],
.no-touch input[type="search"],
.no-touch input[type="tel"],
.no-touch input[type="text"],
.no-touch input[type="time"],
.no-touch input[type="url"],
.no-touch input[type="week"],
.no-touch input:not([type]),
.no-touch textarea,
.no-touch
  .rte,
.no-touch
  span.readonly,
.no-touch
  select {
	height: 2.1rem;
}

input[type=file] {
	border: none;
	background: none;
	padding: 0;
}

.rte,
span.readonly,
.no-touch span.readonly,
textarea,
.no-touch textarea {
	height: auto;
}

select {
	padding: 0 0.5rem;
}

.chosen-container {
	width: 100% !important;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
.rte:focus,
select:focus {
	border: 1px solid #999999;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	outline: none;
}

.formu {
	display: block;
	margin: 0 auto 1rem auto;
	max-width: 60em;
}

.formu::after {
	clear: both;
	content: "";
	display: table;
}

.formu .form_group::after,
.formu .form_grid::after {
	clear: both;
	content: "";
	display: table;
}

.formu .form_group {
	padding-bottom: 1rem;
}

.formu .form_grid {
	margin: 0;
	display: block;
	padding: 0 0.25em;
}

.formu .form_grid label {
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin: 0;
	padding: 0.25rem 0;
	display: block;
	line-height: 1.1em;
	font-size: 1em;
	cursor: inherit;
}

.formu .form_grid .bouton {
	margin-bottom: 1rem;
}

.formu textarea {
	padding: 0.25rem 0.5rem;
}

.formu input[type=text].placeholder {
	color: #999;
}

.formu input[type=submit] {
	float: right;
	margin-bottom: 1rem;
}

.formu span.requit {
	color: #C00;
}

.formu span.requit.legend {
	font-size: 0.9em;
	line-height: 1.1em;
}

.formu span.etiq {
	font-style: italic;
	font-size: 0.9em;
}

.formu .cryptogramme {
	display: block;
	width: 170px;
	margin: 0 auto;
}

.formu .cryptogramme-reload {
	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #bbb;
	color: #fff;
}

.formu .cryptogramme-reload:before {
	content: '\21bb';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px;
	line-height: 20px;
	font-size: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
}

.formu .cryptogramme-reload:hover {
	background-color: #ccc;
	color: #fff;
}

.formu .cryptogramme img {
	display: inline-block;
	float: none;
	height: auto !important;
	margin: 0;
	max-width: 100% !important;
}

.formu .cryptogramme #cryptogram {
	background-color: #FFF;
}

.formu .listCheck {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	color: inherit;
}

.formu .listCheck:after {
	content: '';
	display: block;
	clear: both;
}

.formu .listCheck label {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	height: 2rem;
	line-height: 2rem;
	margin: 0;
	padding: 0 0.5rem;
	border: 1px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.formu .listCheck label:hover {
	background-color: rgba(204, 204, 204, 0.25);
	border-color: #CCCCCC;
}

.formu .listCheck label[disabled],
.formu .listCheck label.disabled {
	opacity: 0.5;
	cursor: inherit;
}

.formu .listCheck label[disabled]:hover,
.formu .listCheck label.disabled:hover {
	background-color: transparent;
	border-color: transparent;
}

.formu input[type=password][readonly],
.formu input[type=text][readonly],
.formu textarea[readonly] {
	background-color: transparent;
}

.formu span.readonly {
	border-color: rgba(153, 153, 153, 0.15);
	background-color: transparent;
}

.formu select[disabled],
.formu input[type=password][disabled],
.formu input[type=text][disabled],
.formu textarea[disabled] {
	background-color: #EEE;
}

.formu input[type="color"].requit,
.formu input[type="date"].requit,
.formu input[type="datetime"].requit,
.formu input[type="datetime-local"].requit,
.formu input[type="email"].requit,
.formu input[type="month"].requit,
.formu input[type="number"].requit,
.formu input[type="password"].requit,
.formu input[type="search"].requit,
.formu input[type="tel"].requit,
.formu input[type="text"].requit,
.formu input[type="time"].requit,
.formu input[type="url"].requit,
.formu input[type="week"].requit,
.formu input:not([type]).requit,
.formu textarea.requit,
.formu input[type=file].requit,
.formu .rte.requit,
.formu select.requit,
.formu .listCheck.requit {
	border-color: #C00;
	background-color: #ffd5d5;
	background-image: url("../images/icon-error.svg");
	background-repeat: no-repeat;
	background-position: top right;
}

.formu input[type="color"].valide,
.formu input[type="date"].valide,
.formu input[type="datetime"].valide,
.formu input[type="datetime-local"].valide,
.formu input[type="email"].valide,
.formu input[type="month"].valide,
.formu input[type="number"].valide,
.formu input[type="password"].valide,
.formu input[type="search"].valide,
.formu input[type="tel"].valide,
.formu input[type="text"].valide,
.formu input[type="time"].valide,
.formu input[type="url"].valide,
.formu input[type="week"].valide,
.formu input:not([type]).valide,
.formu textarea.valide,
.formu input[type=file].valide,
.formu .rte.valide,
.formu select.valide,
.formu .listCheck.valide {
	border-color: #008e00;
	background-color: #d5ffd5;
	background-image: url("../images/icon-success.svg");
	background-repeat: no-repeat;
	background-position: top right;
}

html,
body {
	overflow-x: hidden;
}

html.panel-opened,
html.panel-opened body {
	overflow: hidden;
}

.v-mobile-panel {
	position: fixed;
	z-index: 1001;
	bottom: 0;
	top: 0;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	width: 75%;
	max-width: 380px;
	box-sizing: content-box;
	background-color: #999999;
	transition: transform 500ms ease;
}

.v-mobile-panel.left {
	left: 0;
	transform: translate(-105%);
	transform: translate3d(-105%, 0px, 0px);
}

.v-mobile-area.open-left .v-mobile-panel.left {
	transform: none;
}

.v-mobile-panel.right {
	right: 0;
	transform: translate(105%, 0);
	transform: translate3d(105%, 0px, 0px);
}

.v-mobile-area.open-right .v-mobile-panel.right {
	transform: none;
}

.v-mobile-panel-container {
	position: relative;
	padding-bottom: 4em;
	min-height: 100%;
}

.v-mobile-panel-close {
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
	transition: background-color 0.25s;
}

.v-mobile-area.open .v-mobile-panel-close {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}

.v-mobile-area.open .v-mobile-panel-close:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.v-mobile-panel-menu-title .label,
.v-mobile-panel-menu-item .submenu-title .label,
.v-mobile-panel-menu-item > .bt {
	display: block;
	font-size: 1rem;
	padding: 0.75em 1.5em;
	margin: 0;
}

.v-mobile-panel-menu-item .submenu-title .label,
.v-mobile-panel-menu-title .label {
	background: #222222;
	color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}

.v-mobile-panel-menu-item > .bt {
	position: relative;
	background-color: #EEEEEE;
	border-bottom: 1px solid #262626;
	color: #262626;
	cursor: pointer;
}

.v-mobile-panel-menu-item > .bt:hover {
	background-color: #FFFFFF;
}

.v-mobile-panel-menu-item.ico > .bt {
	padding-left: 4.5em;
}

.v-mobile-panel-menu-item.ico > .bt > .icon {
	position: absolute;
	top: 50%;
	left: 1.5em;
	width: 2.5em;
	height: 2.5em;
	background-color: #fff;
	margin-top: -1.25em;
}

.v-mobile-panel-menu-item.hasSubmenu > .bt {
	padding-right: 4.5em;
}

.v-mobile-panel-menu-item > .submenu-toggle {
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: 0;
	right: 0;
	height: 3rem;
	line-height: 2.7rem;
	width: 3rem;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
	background-color: #EEE;
	background-color: rgba(0, 0, 0, 0.05);
	color: #333;
}

.v-mobile-panel-menu-item > .submenu-toggle .label {
	display: none;
}

.v-mobile-panel-menu-item > .submenu-toggle:hover {
	background-color: #FFF;
}

.v-mobile-panel.left .v-mobile-panel-menu-item > .submenu-toggle:before {
	content: "\00bb";
}

.v-mobile-panel.right .v-mobile-panel-menu-item > .submenu-toggle:before {
	content: "\00ab";
}

.v-mobile-panel-menu-item > .submenu {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
	padding-bottom: 4em;
	overflow: hidden;
	overflow-y: auto;
	z-index: 1002;
	background: #999;
	box-sizing: content-box;
	backface-visibility: hidden;
	transition: transform 500ms ease;
}

.v-mobile-panel.left .v-mobile-panel-menu-item > .submenu {
	box-shadow: 0.5em 0 0.5em 0 rgba(0, 0, 0, 0.25);
	transform: translate(-105%, 0);
	transform: translate3d(-105%, 0, 0);
}

.v-mobile-panel.right .v-mobile-panel-menu-item > .submenu {
	box-shadow: 0.5em 0 0.5em 0 rgba(0, 0, 0, 0.25);
	transform: translate(105%, 0);
	transform: translate3d(105%, 0, 0);
}

.v-mobile-panel.left .v-mobile-panel-menu-item.select > .submenu,
.v-mobile-panel.right .v-mobile-panel-menu-item.select > .submenu {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

.v-mobile-panel-menu-item .submenu-title {
	position: relative;
}

.v-mobile-panel-menu-item .submenu-title > .label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 0 3em;
}

.v-mobile-panel-menu-item .submenu-title > .label > .lib {
	padding: 0.75em 0.5em;
}

.v-mobile-panel-menu-item .submenu-title > .label > .icon {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	background-color: #fff;
	margin: 0.25em 0;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label {
	padding: 0.75em 1.5em 0.75em 3em;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label > .lib {
	padding: 0;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label > .icon {
	margin: -0.5em 0.5em -2.5em 0;
	vertical-align: top;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 3em;
	text-decoration: none;
	text-align: center;
	background-color: rgba(238, 238, 238, 0.1);
	color: #EEEEEE;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close .label {
	display: none;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close:hover {
	background-color: rgba(238, 238, 238, 0.25);
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 1.4em;
	width: 1em;
	height: 1em;
	line-height: 0.85;
	margin: -0.5em;
}

.v-mobile-panel.left .v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	content: "\00ab";
}

.v-mobile-panel.right .v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	content: "\00bb";
}

.mobile-panel-toggle {
	display: block;
	background-color: #EEE;
	width: 3em;
	height: 3em;
	position: relative;
}

.mobile-panel-toggle:hover {
	background-color: #FFF;
}

.mobile-panel-toggle.icon-burgermenu > span,
.mobile-panel-toggle:before,
.mobile-panel-toggle:after {
	content: '';
	position: absolute;
	background: #262626;
	width: 50%;
	height: 8.3333%;
	left: 25%;
	border-radius: 0.125001em;
	transition: transform 500ms ease 0s, top 500ms ease 0s, opacity 500ms ease 0s;
}

.mobile-panel-toggle:before {
	top: -8.3333%;
	opacity: 0;
}

.mobile-panel-toggle > span {
	transition: opacity 500ms ease 0s;
}

.mobile-panel-toggle:after {
	top: 108.3333%;
	opacity: 0;
}

.mobile-panel-toggle.icon-burgermenu:before {
	top: 27.0833%;
	opacity: 1;
}

.mobile-panel-toggle.icon-burgermenu > span {
	top: 45.8333%;
	text-indent: -9999px;
}

.mobile-panel-toggle.icon-burgermenu:after {
	top: 64.5833%;
	opacity: 1;
}

.open-left .mobile-panel-toggle.left > span,
.open-right .mobile-panel-toggle.right > span {
	opacity: 0;
}

.open-left .mobile-panel-toggle.left:before,
.open-right .mobile-panel-toggle.right:before {
	opacity: 1;
	top: 45.8333%;
	transform: rotate(45deg);
}

.open-left .mobile-panel-toggle.left:after,
.open-right .mobile-panel-toggle.right:after {
	opacity: 1;
	top: 45.8333%;
	transform: rotate(-45deg);
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
	background: #fff;
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: #FFF;
	padding: 15px;
	border: solid 1px #000;
}

#cboxLoadingGraphic {
	background: url("../scripts/colorbox/images/loading.gif") no-repeat center center;
}

#cboxLoadingOverlay {
	background: #000;
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 1.5em);
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	background: url("../scripts/colorbox/images/controls.png") no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}

#cboxPrevious:hover {
	background-position: 0px -25px;
}

#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}

#cboxClose {
	background-position: -50px 0px;
	right: 0;
}

#cboxClose:hover {
	background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top; /* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
	
	1. Buttons

 */

/* <button> css reset */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url("../scripts/photoswipe/images/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child { /* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/*
	
	4. Caption

 */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn { /* We use .gif in browsers that don't support CSS animation */
	background: url("../scripts/photoswipe/images/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut { /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

/*
	
	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-regular.woff2") format("woff2"), url("../fonts/athelas-regular.woff") format("woff"), url("../fonts/athelas-regular.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-italic.woff2") format("woff2"), url("../fonts/athelas-italic.woff") format("woff"), url("../fonts/athelas-italic.ttf") format("truetype");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-bold.woff2") format("woff2"), url("../fonts/athelas-bold.woff") format("woff"), url("../fonts/athelas-bold.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-bolditalic.woff2") format("woff2"), url("../fonts/athelas-bolditalic.woff") format("woff"), url("../fonts/athelas-bolditalic.ttf") format("truetype");
	font-display: auto;
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "bebas-neue";
	src: url("../fonts/bebas-neue.woff2") format("woff2"), url("../fonts/bebas-neue.woff") format("woff"), url("../fonts/bebas-neue.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("../fonts/opensans-semibolditalic-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "negocom-icons";
	src: url("../fonts/icons.eot?20230720");
	src: url("../fonts/icons.eot?20230720#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?20230720") format("woff2"), url("../fonts/icons.woff?20230720") format("woff"), url("../fonts/icons.ttf?20230720") format("truetype"), url("../fonts/icons.svg?20230720#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-success:before,
.icon-warning:before,
.icon-error:before,
.main-ruban .topLeft-menu li.bt_newsletter a:before,
.icon-contact:before,
.icon-magnify:before,
.icon-share:before,
.main-ruban .topLeft-menu li.bt_geolocalisation a:before,
.icon-marker:before,
.icon-web:before,
.main-ruban .topLeft-menu li.bt_agenda a:before,
.v-mobile-panel-menu-item.agenda > .bt:before,
.icon-calendar:before,
.icon-star:before,
.icon-filters:before,
.icon-distance:before,
.icon-label:before,
.icon-cross:before,
.icon-marker-search:before,
.icon-plus:before,
.icon-minus:before,
.icon-tick:before,
.icon-phone:before,
.main-ruban .topLeft-menu li.bt_infoPrat a:before,
.icon-info:before,
.main-ruban .topLeft-menu li.bt_meteo a:before,
.icon-weather:before,
.main-ruban .topLeft-menu li.bt_blog a:before,
.icon-feather:before,
.main-ruban .topLeft-menu li.bt_accueil a:before,
.icon-home:before,
.icon-user:before,
.icon-time:before,
.icon-elevation:before,
.icon-itinary:before,
.icon-mobile:before,
.icon-booking:before,
.icon-booking-2:before,
.icon-clickcollect:before,
.icon-shopping:before,
.icon-new:before,
.icon-ticket:before,
.icon-blog:before,
.icon-book:before,
.icon-partner:before,
.icon-favorite:before,
.icon-login:before,
.icon-account:before,
.icon-call:before,
.icon-trash:before,
.icon-badge:before,
.icon-whynot:before,
.icon-postit:before,
.icon-love:before,
.icon-idea:before,
.icon-tiles-list:before,
.icon-page:before,
.icon-galery:before {
	font-family: "negocom-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-success:before {
	content: "";
}

.icon-warning:before {
	content: "";
}

.icon-error:before {
	content: "";
}

.main-ruban .topLeft-menu li.bt_newsletter a:before,
.icon-contact:before {
	content: "";
}

.icon-magnify:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.main-ruban .topLeft-menu li.bt_geolocalisation a:before,
.icon-marker:before {
	content: "";
}

.icon-web:before {
	content: "";
}

.main-ruban .topLeft-menu li.bt_agenda a:before,
.v-mobile-panel-menu-item.agenda > .bt:before,
.icon-calendar:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-filters:before {
	content: "";
}

.icon-distance:before {
	content: "";
}

.icon-label:before {
	content: "";
}

.icon-cross:before {
	content: "";
}

.icon-marker-search:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-tick:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.main-ruban .topLeft-menu li.bt_infoPrat a:before,
.icon-info:before {
	content: "";
}

.main-ruban .topLeft-menu li.bt_meteo a:before,
.icon-weather:before {
	content: "";
}

.main-ruban .topLeft-menu li.bt_blog a:before,
.icon-feather:before {
	content: "";
}

.main-ruban .topLeft-menu li.bt_accueil a:before,
.icon-home:before {
	content: "";
}

.icon-user:before {
	content: "";
}

.icon-time:before {
	content: "";
}

.icon-elevation:before {
	content: "";
}

.icon-itinary:before {
	content: "";
}

.icon-mobile:before {
	content: "";
}

.icon-booking:before {
	content: "";
}

.icon-booking-2:before {
	content: "";
}

.icon-clickcollect:before {
	content: "";
}

.icon-shopping:before {
	content: "";
}

.icon-new:before {
	content: "";
}

.icon-ticket:before {
	content: "";
}

.icon-blog:before {
	content: "";
}

.icon-book:before {
	content: "";
}

.icon-partner:before {
	content: "";
}

.icon-favorite:before {
	content: "";
}

.icon-login:before {
	content: "";
}

.icon-account:before {
	content: "";
}

.icon-call:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-badge:before {
	content: "";
}

.icon-whynot:before {
	content: "";
}

.icon-postit:before {
	content: "";
}

.icon-love:before {
	content: "";
}

.icon-idea:before {
	content: "";
}

.icon-tiles-list:before {
	content: "";
}

.icon-page:before {
	content: "";
}

.icon-galery:before {
	content: "";
}

.banniere {
	position: relative;
	display: block;
}

.banniere:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
}

.banniere .bt,
.banniere iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banniere .bt {
	overflow: hidden;
}

.banniere .bt .bg {
	display: none;
}

.banniere .bt > img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.banniere.old .bt .bg {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #FFF;
}

.banniere.old .bt .bg img {
	position: absolute;
	max-width: none;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	filter: blur(5px);
	opacity: 0.5;
}

.banniere.old .bt .bg + img {
	box-shadow: 0 0 32px 0 #00000099;
}

.banniere:empty {
	display: none !important;
}

.partenaires-list .banniere {
	height: auto;
}

#pub1,
#pub6 {
	margin: 0.75em auto;
	max-width: 828px;
}

#pub1:before,
#pub6:before {
	padding: 24.155% 0;
}

#pub1.old:before {
	padding: 9.275% 0;
}

#pub6.old:before {
	padding: 15% 0;
}

#pub8:before {
	padding-bottom: 66.6667%;
}

#pub3:before,
#pub7:before {
	padding-bottom: 200%;
}

#pub4:not(:empty):before {
	padding-bottom: 100%;
}

#pub11:before,
#pub12:before,
#pub13:before {
	padding: 18.544% 0;
}

.revealable {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0s;
}

.revealable.revealed {
	opacity: 1;
	transition-duration: 0.25s;
}

.minifiableBox {
	position: relative;
	max-height: 22.5em;
	overflow: hidden;
	margin-bottom: 1.5em;
	transition-property: max-height;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.minifiableBox.inited:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 6em;
	background-color: #F00;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
	border-bottom: solid 1px #CCCCCC;
	transition-property: height opacity;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

.minifiableBox .minifiableBox-min,
.minifiableBox .minifiableBox-max {
	position: absolute;
	bottom: 0.75em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.minifiableBox .minifiableBox-min {
	display: none;
}

.minifiableBox.extended {
	max-height: 300em;
	transition-duration: 2s;
	transition-timing-function: ease-in;
}

.minifiableBox.extended.inited:after {
	opacity: 0;
	height: 0;
}

.minifiableBox.extended .minifiableBox-max {
	display: none;
}

.minifiableBox.extended .minifiableBox-min {
	display: block;
}

.scrollableTabs {
	position: relative;
	padding-top: 1.5em;
}

.scrollableTabs:before {
	content: '';
	position: absolute;
	top: calc(3.5em - 1px);
	left: 0;
	right: 0;
	z-index: -1;
	border-bottom: solid 1px #CCCCCC;
}

.scrollableTabs-list {
	white-space: nowrap;
	text-align: center;
	padding-bottom: 0.75em;
	overflow-x: auto;
	overflow-y: hidden;
}

.scrollableTabs-list:not(.revealed) .scrollableTabs-item:nth-child(1) ~ .scrollableTabs-item {
	display: none !important;
}

.scrollableTabs-item {
	position: relative;
	z-index: 1;
	display: inline-block;
	white-space: normal;
	user-select: none;
}

.scrollableTabs-item > .bt {
	display: block;
	padding: 0 1.5em;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	height: calc(2em - 1px);
	line-height: 2em;
	color: #999999;
}

.scrollableTabs-item > .bt:hover {
	border-color: #CCCCCC;
}

.scrollableTabs-item.active {
	z-index: 3;
}

.scrollableTabs-item.active > .bt {
	background-color: #f3f3f3;
	border-color: #CCCCCC;
	border-top-color: #222222;
	border-top-width: 2px;
	border-bottom-width: 0;
	color: #222222;
	height: 2em;
}

.shareButton .sb_sharingList {
	display: none !important;
}

.sb_sharingList.lightbox ul {
	margin: 0;
	padding: 0;
	width: 240px;
}

.sb_sharingList.lightbox ul:after {
	content: '';
	display: block;
	clear: both;
}

.sb_sharingList.lightbox li {
	display: block;
	float: left;
	background: none;
	padding: 0;
	height: 50px;
	width: 50px;
	margin: 15px;
}

.sb_sharingList.lightbox li a {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	padding: 0;
	text-decoration: none;
	font-size: 0.95em;
	color: #999;
	background-image: url("../images/socialIcons.svg?v=20230914");
	background-size: 1280px 256px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-radius: 0.25em;
	overflow: hidden;
	overflow: hidden;
	box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.15);
}

.sb_sharingList.lightbox li a:before {
	content: ' ';
	display: block;
	height: 48px;
	width: 48px;
	opacity: 0;
	background-image: url("../images/socialIcons.svg?v=20230914");
	background-size: 1280px 256px;
	background-repeat: no-repeat;
	transition: opacity 0.25s linear;
}

.sb_sharingList.lightbox li a:after {
	content: attr(title);
}

.sb_sharingList.lightbox li a span {
	display: none;
}

.sb_sharingList.lightbox li a:focus-visible:before,
.sb_sharingList.lightbox li a:hover:before {
	opacity: 1;
}

.sb_sharingList.lightbox li.facebook a {
	background-position: -8px -200px;
}

.sb_sharingList.lightbox li.facebook a:before {
	background-position: -8px -72px;
}

.sb_sharingList.lightbox li.twitter a {
	background-position: -72px -200px;
}

.sb_sharingList.lightbox li.twitter a:before {
	background-position: -72px -72px;
}

.sb_sharingList.lightbox li.linkedin a {
	background-position: -200px -200px;
}

.sb_sharingList.lightbox li.linkedin a:before {
	background-position: -200px -72px;
}

.sb_sharingList.lightbox li.pinterest a {
	background-position: -328px -200px;
}

.sb_sharingList.lightbox li.pinterest a:before {
	background-position: -328px -72px;
}

.sb_sharingList.lightbox li.tumblr a {
	background-position: -648px -200px;
}

.sb_sharingList.lightbox li.tumblr a:before {
	background-position: -648px -72px;
}

.sb_sharingList.lightbox li.email a {
	background-position: -904px -200px;
}

.sb_sharingList.lightbox li.email a:before {
	background-position: -904px -72px;
}

.sb_sharingList.lightbox li.gmail a {
	background-position: -968px -200px;
}

.sb_sharingList.lightbox li.gmail a:before {
	background-position: -968px -72px;
}

.sb_sharingList.lightbox li.yahoo a {
	background-position: -1032px -200px;
}

.sb_sharingList.lightbox li.yahoo a:before {
	background-position: -1032px -72px;
}

.sb_sharingList.lightbox li.whatsapp a {
	background-position: -1160px -200px;
}

.sb_sharingList.lightbox li.whatsapp a:before {
	background-position: -1160px -72px;
}

.v-sticky-sidebar-content {
	transform: none;
	will-change: transform;
}

.v-checkbox {
	display: inline-block;
	vertical-align: baseline;
	margin: 2px;
}

.v-checkbox label {
	position: relative;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 4px;
	vertical-align: text-bottom;
	cursor: pointer;
	user-select: none;
	color: #FFF;
	border: 1px solid;
	background-color: #f3f3f3;
	border-color: #666666;
}

.v-checkbox label:after {
	position: absolute;
	display: block;
	content: ' ';
	width: 0.375rem;
	height: 0.75rem;
	top: 0.125rem;
	left: 0.4rem;
	border-right: 0.2rem solid currentColor;
	border-bottom: 0.2rem solid currentColor;
	opacity: 0;
	transform: rotate(45deg);
	transition: opacity 150ms ease-out;
}

.v-checkbox label:focus {
	outline: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
}

.v-checkbox input[type='checkbox'] {
	display: none !important;
}

.v-checkbox input[type='checkbox']:checked + label {
	background-color: #222222;
	border-color: #222222;
}

.v-checkbox input[type='checkbox']:checked + label:after {
	opacity: 1;
}

.v-checkbox input[type='checkbox']:disabled + label {
	cursor: not-allowed;
	background-color: #f3f3f3;
	border-color: #CCCCCC;
	color: #EEEEEE;
}

.v-radio {
	display: inline-block;
	vertical-align: baseline;
	margin: 2px;
}

.v-radio label {
	position: relative;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	background-color: #f3f3f3;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	vertical-align: text-bottom;
	cursor: pointer;
	user-select: none;
}

.v-radio label:after {
	position: absolute;
	display: block;
	content: ' ';
	width: 0.5rem;
	height: 0.5rem;
	top: 50%;
	left: 50%;
	margin-top: -0.25rem;
	margin-left: -0.25rem;
	background-color: #f3f3f3;
	border-radius: 50%;
}

.v-radio label:focus {
	outline: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
}

.v-radio input[type='radio'] {
	display: none !important;
}

.v-radio input[type='radio']:checked + label {
	background-color: #222222;
	border-color: #222222;
}

.v-radio input[type='radio']:disabled + label {
	background-color: #fafafa;
	cursor: not-allowed;
}

.v-toggle {
	display: inline-block;
	vertical-align: baseline;
	margin: 2px;
}

.v-toggle label {
	position: relative;
	display: inline-block;
	width: 2.15rem;
	height: 1.25rem;
	border: 1px solid currentColor;
	border-radius: 0.625rem;
	vertical-align: text-bottom;
	cursor: pointer;
	user-select: none;
	background-color: #f3f3f3;
	color: #666666;
}

.v-toggle label:after {
	position: absolute;
	display: block;
	content: ' ';
	height: 0.8rem;
	top: 50%;
	left: 0.225rem;
	right: calc( 1.125rem - 2px);
	background-color: #FFF;
	border: 1px solid currentColor;
	border-radius: 0.4rem;
	transform: translateY(-50%);
	transition: left 150ms ease-out, right 150ms ease-in;
}

.v-toggle label:focus {
	outline: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
}

.v-toggle input[type='checkbox'] {
	display: none !important;
}

.v-toggle input[type='checkbox']:checked + label {
	color: #077a0d;
	background-color: currentColor;
}

.v-toggle input[type='checkbox']:checked + label:after {
	background-color: #f3f3f3;
	border-color: transparent;
	right: 0.225rem;
	left: calc( 1.125rem - 2px);
	transition: left 150ms ease-in, right 150ms ease-out;
}

.v-toggle input[type='checkbox']:disabled + label {
	opacity: 0.25;
	cursor: not-allowed;
}

.v-cookiesconsent {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9997;
	user-select: none;
}

.v-cookiesconsent-banner {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.v-cookiesconsent-banner-content {
	position: fixed;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 9999;
	background-color: #FFF;
	padding: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-height: 100%;
	transform: translate(0, -50%);
}

.v-cookiesconsent-banner-content-msg {
	padding: 0.75em 1.5em;
	font-size: 0.9em;
}

.v-cookiesconsent-banner-content-buttons {
	text-align: center;
}

.v-cookiesconsent-banner-content-buttons span {
	display: block;
}

.v-cookiesconsent-details {
	position: fixed;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 9999;
	background-color: #FFF;
	padding: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-height: 100%;
	transform: translate(0, -50%);
}

html.cookieconsent-detail-opened,
html.cookieconsent-detail-opened body {
	overflow: hidden;
}

.v-cookiesconsent-details-buttons {
	text-align: center;
}

.cookieconsent-msg {
	max-width: calc(100vw - 32px - 2rem);
}

.v-cookiesconsent-banner-content-buttons .icon-cross:before,
.v-cookiesconsent-details-buttons .icon-cross:before {
	font-size: 0.9em;
}

.v-cookiesconsent-banner-content-buttons button:before,
.v-cookiesconsent-details-buttons button:before {
	margin-right: 0.5em;
}

.nearestAnnonces {
	position: relative;
	padding: 3em 0;
}

.nearestAnnonces::after {
	clear: both;
	content: "";
	display: table;
}

.content-annonces .nearestAnnonces {
	padding: 0;
}

.nearestAnnonces .row {
	max-width: 120em;
}

.nearestAnnonces .row .nearestAnnonces-list {
	position: relative;
}

.nearestAnnonces .row .nearestAnnonces-list:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.4) 50%, #f3f3f3 100%);
	width: 20%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.nearestAnnonces-list > .column {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	white-space: nowrap;
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
}

.nearestAnnonces-list > .column:after {
	content: '';
	display: inline-block;
	width: 20%;
	height: 10px;
}

.nearestAnnonces-list > .column:not(.revealed) .annonce:nth-child(1) ~ .annonce {
	display: none !important;
}

.nearestAnnonces-list .annonce {
	position: relative;
	width: 75%;
	padding: 0.75em;
	display: inline-block;
	white-space: normal;
	text-align: left;
}

.nearestAnnonces-list .annonce-container {
	position: relative;
	font-size: 3.6vw;
	overflow: hidden;
}

.nearestAnnonces-list .annonce-container:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 120%;
}

.nearestAnnonces-list .annonce-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	overflow: hidden;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.nearestAnnonces-list .annonce-img img {
	height: 100%;
	width: auto;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: filter 0.5s linear, transform 0.5s;
}

.nearestAnnonces-list .annonce-img img.loading {
	filter: blur(10px);
}

.nearestAnnonces-list .annonce-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #222222;
}

.nearestAnnonces-list .annonce.noPhoto .annonce-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(10, 10, 10, 0.07) 0%, rgba(17, 17, 17, 0.07) 50%, rgba(17, 17, 17, 0.25) 100%);
}

.nearestAnnonces-list .annonce-title {
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	height: 20%;
	padding: 0.25em 0;
}

.nearestAnnonces-list .annonce-title .lib {
	display: block;
	font-family: 'bebas-neue';
	line-height: 1.25;
	font-size: 1.1em;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nearestAnnonces-list .annonce-resume:before,
.nearestAnnonces-list .annonce-resume:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4%;
	left: 4%;
	right: 4%;
	height: 57%;
	border-style: solid;
	border-color: #FFF;
	border-width: 0;
	transition: transform 0.5s;
}

.nearestAnnonces-list .annonce-resume:before {
	border-top-width: 2px;
	border-bottom-width: 2px;
	transform: scaleX(0);
}

.nearestAnnonces-list .annonce-resume:after {
	border-left-width: 2px;
	border-right-width: 2px;
	transform: scaleY(0);
}

.nearestAnnonces-list .annonce-resume .annonce-preview {
	position: absolute;
	width: 100%;
	left: 0;
	top: 69%;
	font-family: 'athelas';
	font-style: italic;
	line-height: 1.25;
	font-size: 1em;
}

.nearestAnnonces-list .annonce-resume .annonce-city {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: block;
	font-size: 0.9em;
	height: 2.5em;
	line-height: 2.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nearestAnnonces-list .annonce-resume .annonce-city > i {
	font-size: 1.5em;
	vertical-align: bottom;
	margin-right: 0.5em;
}

.nearestAnnonces-list .annonce-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
}

.nearestAnnonces-list .annonce-link > .lib {
	display: block;
	text-indent: -9999px;
}

.nearestAnnonces-list .annonce-link:hover ~ .annonce-resume:before,
.nearestAnnonces-list .annonce-link:hover ~ .annonce-resume:after {
	transform: none;
}

.nearestAnnonces-list .annonce-link:hover ~ .annonce-img img {
	transform: translate(-50%, -50%) scale(1.1);
}

body {
	font-family: "open sans", arial;
}

b,
strong {
	font-weight: 600;
}

.lightbox_content {
	max-width: 50rem;
}

.lightbox_content.wait {
	position: relative;
}

.lightbox_content.wait:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);
	z-index: 9999;
}

.loading:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 39;
	left: 50%;
	top: 50%;
	width: 128px;
	height: 128px;
	margin: -64px 0 0 -64px;
	background-image: url("../images/loading.png");
	background-position: center center;
	background-repeat: no-repeat;
	animation: loadingRotation 1s steps(12, end) infinite;
}

.loading:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 38;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(243, 243, 243, 0.85);
}

.header-is-sticky .v-mobile-panel {
	top: 3em;
	height: calc(100vh - 3em);
}

.mobile-panel-toggle.left {
	position: absolute;
	top: 5.75em;
	left: 0;
	border-top-right-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.rwd-main .background {
	position: absolute;
	z-index: -1;
	width: 100%;
	background-image: url("../images/background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: cover;
}

.rwd-main .background > div {
	width: 100%;
	max-width: 1280px;
}

.rwd-main .background > div:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.rwd-main .background:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../images/bg-motif.png");
	background-position: center top;
	background-repeat: repeat-x;
}

.rwd-main-container {
	min-height: 100%;
	position: relative;
}

.main-ruban {
	position: relative;
	background-color: #262626;
	background-color: rgba(38, 38, 38, 0.75);
}

.main-ruban .topLeft-menu {
	display: block;
	overflow: hidden;
	max-width: calc(100vw - 12rem);
	float: left;
	height: 3rem;
}

.main-ruban .topLeft-menu li {
	float: left;
	display: block;
	position: relative;
}

.main-ruban .topLeft-menu li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 32px;
	margin-top: -16px;
	background: #FFF;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.main-ruban .topLeft-menu li > a {
	display: block;
	line-height: 3em;
	height: 3em;
	color: #CCCCCC;
	padding: 0 0.25em;
	text-decoration: none;
	text-transform: uppercase;
}

.main-ruban .topLeft-menu li > a > span {
	display: none;
}

.main-ruban .topLeft-menu li > a > span > span {
	display: none;
}

.main-ruban .topLeft-menu li > a:hover {
	color: #FFF;
	background-color: rgba(38, 38, 38, 0.75);
}

.header-is-sticky .main-ruban .topLeft-menu li > a:hover {
	background-color: rgba(38, 38, 38, 0.25);
}

.main-ruban .topLeft-menu li.bt_accueil a,
.main-ruban .topLeft-menu li.bt_newsletter a,
.main-ruban .topLeft-menu li.bt_agenda a,
.main-ruban .topLeft-menu li.bt_infoPrat a,
.main-ruban .topLeft-menu li.bt_blog a,
.main-ruban .topLeft-menu li.bt_geolocalisation a,
.main-ruban .topLeft-menu li.bt_meteo a {
	position: relative;
	padding-left: 2.5em;
}

.main-ruban .topLeft-menu li.bt_accueil a:before,
.main-ruban .topLeft-menu li.bt_newsletter a:before,
.main-ruban .topLeft-menu li.bt_agenda a:before,
.main-ruban .topLeft-menu li.bt_infoPrat a:before,
.main-ruban .topLeft-menu li.bt_blog a:before,
.main-ruban .topLeft-menu li.bt_geolocalisation a:before,
.main-ruban .topLeft-menu li.bt_meteo a:before {
	display: block;
	position: absolute;
	float: left;
	color: currentColor;
	left: 50%;
	top: 50%;
	margin: -0.5em;
}

.main-ruban .topLeft-menu li.bt_accueil a:hover:before,
.main-ruban .topLeft-menu li.bt_newsletter a:hover:before,
.main-ruban .topLeft-menu li.bt_agenda a:hover:before,
.main-ruban .topLeft-menu li.bt_infoPrat a:hover:before,
.main-ruban .topLeft-menu li.bt_blog a:hover:before,
.main-ruban .topLeft-menu li.bt_geolocalisation a:hover:before,
.main-ruban .topLeft-menu li.bt_meteo a:hover:before {
	color: currentColor;
}

.main-ruban .topLeft-menu li.bt_accueil {
	display: none;
}

.main-ruban .topLeft-menu li.bt_accueil a > span {
	display: none;
}

.main-ruban .topLeft-menu li.bt_accueil a:before {
	color: currentColor;
}

.main-ruban .topRight-menu {
	display: block;
	float: right;
	height: 3rem;
}

.main-ruban .topRight-menu > ul > li {
	display: block;
	float: left;
	list-style: none;
	width: 2.5em;
}

.main-ruban .topRight-menu > ul > li .bt {
	display: block;
	text-decoration: none;
	color: #cccccc;
	height: 3em;
	line-height: 3em;
	background-position: 0 -4px;
	background-repeat: no-repeat;
}

.main-ruban .topRight-menu > ul > li .bt:hover {
	background-color: rgba(38, 38, 38, 0.75);
}

.header-is-sticky .main-ruban .topRight-menu > ul > li .bt:hover {
	background-color: rgba(38, 38, 38, 0.15);
}

.main-ruban .topRight-menu > ul > li:hover .bt {
	color: #FFF;
}

.main-ruban .topRight-menu > ul > li.bt_espacepro .bt,
.main-ruban .topRight-menu > ul > li.bt_connexion .bt,
.main-ruban .topRight-menu > ul > li.bt_favoris .bt {
	position: relative;
}

.main-ruban .topRight-menu > ul > li.bt_espacepro .bt:before,
.main-ruban .topRight-menu > ul > li.bt_connexion .bt:before,
.main-ruban .topRight-menu > ul > li.bt_favoris .bt:before {
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem;
	color: currentColor;
}

.main-ruban .topRight-menu > ul > li.bt_espacepro .bt span,
.main-ruban .topRight-menu > ul > li.bt_connexion .bt span,
.main-ruban .topRight-menu > ul > li.bt_favoris .bt span {
	display: none;
}

.main-ruban .topRight-menu > ul .lang-menu {
	background-image: url("../images/ico_bas.gif");
	background-position: center 36px;
	background-repeat: no-repeat;
	width: 3em;
	height: 3em;
}

.main-ruban .topRight-menu > ul .lang-menu ul {
	list-style: none;
	position: absolute;
	transition: background-color 0.25s;
}

.main-ruban .topRight-menu > ul .lang-menu ul:hover {
	z-index: 99;
}

.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item {
	display: none;
}

.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item .bt:before {
	content: "";
	display: block;
	float: left;
	margin-top: 0.5em;
	height: 2em;
	width: 3em;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item .bt:hover {
	background-color: rgba(38, 38, 38, 0.75);
}

.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item .bt span {
	display: none;
}

.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select {
	display: block;
}

html[lang=fr] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .label:before {
	content: 'Français';
}

html[lang=en] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .label:before {
	content: 'English';
}

html[lang=es] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .label:before {
	content: 'Español';
}

html[lang=fr] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .bt:before,
.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.fr .bt:before {
	background-image: url("../images/drap_fr.gif");
}

html[lang=en] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .bt:before,
.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.en .bt:before {
	background-image: url("../images/drap_en.gif");
}

html[lang=es] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .bt:before,
.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.es .bt:before {
	background-image: url("../images/drap_es.gif");
}

.main-ruban .topRight-menu > ul .lang-menu:hover {
	background-image: none;
}

.main-ruban .topRight-menu > ul .lang-menu:hover > ul {
	background-color: rgba(38, 38, 38, 0.75);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.main-ruban .topRight-menu > ul .lang-menu:hover .lang-menu-item {
	display: block;
}

html[lang=fr] .main-ruban .topRight-menu > ul .lang-menu:hover .lang-menu-item.fr {
	display: none;
}

html[lang=en] .main-ruban .topRight-menu > ul .lang-menu:hover .lang-menu-item.en {
	display: none;
}

html[lang=es] .main-ruban .topRight-menu > ul .lang-menu:hover .lang-menu-item.es {
	display: none;
}

.main-ruban .topRight-menu .client-menu {
	position: relative;
}

.main-ruban .topRight-menu .client-menu > .bt {
	cursor: pointer;
	background-color: transparent;
	width: 2.5em;
}

.main-ruban .topRight-menu .client-menu > .bt > span {
	display: block;
	text-indent: -9999px;
}

.main-ruban .topRight-menu .client-menu > .bt > span:before {
	position: absolute;
	font-size: 1.5rem;
	color: #222222;
	text-indent: 0;
	top: 50%;
	left: 50%;
	margin: -0.75rem;
}

.main-ruban .topRight-menu .client-menu ul {
	display: none;
}

.main-banner .search-menu {
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
	z-index: 2;
}

.main-banner .search-menu .search-menu-form {
	position: relative;
	display: table;
	width: 100%;
	max-width: 380px;
	background-color: #FFF;
	padding: 0.5em 0.5em 0.5em 3em;
	border-radius: 0.25em;
	margin: 0 auto;
}

.main-banner .search-menu .search-menu-form:before {
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	left: 1em;
	margin: -0.75rem;
}

.main-banner .search-menu .search-menu-form input {
	margin: 0;
}

.main-banner .search-menu .search-menu-form input[type=submit] {
	display: none;
}

.main-banner .search-menu .search-menu-form input[type=text] {
	display: block;
	height: 32px;
}

.main-banner .search-menu .search-menu-label {
	position: absolute;
	width: 2rem;
	height: 2rem;
	left: 0.5em;
	top: 0.5em;
}

.main-banner .search-menu .search-menu-label:before {
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem;
}

.header-is-sticky .sticky .main-banner .search-menu {
	position: absolute !important;
	margin: 0 !important;
	bottom: 0 !important;
	left: auto;
	width: 3em;
	right: 10em !important;
	top: 0 !important;
	overflow: hidden;
	height: 3em;
	z-index: 99;
	transition-property: right width;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
}

.header-is-sticky .sticky .main-banner .search-menu.focused {
	width: 100%;
	right: 0 !important;
}

.header-is-sticky .sticky .main-banner .search-menu .search-menu-form {
	position: relative !important;
	top: auto;
	right: auto;
	width: 100% !important;
	box-shadow: none;
	max-width: none;
}

.main-banner {
	height: 15em;
	position: relative;
	z-index: 11;
}

.main-banner .main-bg {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.main-banner .main-logo .bt_accueil {
	position: relative;
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 144px;
	height: 92px;
	margin: 1.5em auto 0 auto;
}

.gdpb .main-banner .main-logo .bt_accueil {
	width: 159px;
}

.main-banner .main-logo .bt_accueil:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../images/config/logo.svg?v=202102");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}

.main-banner .welcome {
	display: none;
	float: left;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	color: #fff;
	font-weight: 600;
	margin-top: 2rem;
	text-align: right;
	text-shadow: -0.25rem -0.25rem 0.25rem rgba(0, 0, 0, 0.1), -0.25rem 0rem 0.25rem rgba(0, 0, 0, 0.1), -0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.1), 0rem -0.25rem 0.25rem rgba(0, 0, 0, 0.1), 0rem 0rem 0.25rem rgba(0, 0, 0, 0.1), 0rem 0.25rem 0.25rem rgba(0, 0, 0, 0.1), 0.25rem -0.25rem 0.25rem rgba(0, 0, 0, 0.1), 0.25rem 0rem 0.25rem rgba(0, 0, 0, 0.1), 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.main-banner .welcome-region {
	display: block;
	text-align: left;
	text-transform: uppercase;
	margin-right: -1.5rem;
	font-size: 2.6em;
}

body.gta .main-banner .welcome {
	margin-top: 1rem;
}

body.gta .main-banner .welcome span:last-child {
	font-size: 2em;
	text-transform: uppercase;
	margin-right: -3em;
	white-space: nowrap;
}

body.gta .main-banner .welcome-region {
	margin-top: -0.20em;
	font-size: 2em;
}

.main-menu {
	background-color: #FFF;
	height: 6em;
}

.main-menu > .row {
	position: relative;
}

.main-menu-overlay {
	display: none;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	transition: background-color 0.25s;
}

.main-menu-overlay.active {
	display: block;
	z-index: 39;
	background: rgba(38, 38, 38, 0.5);
}

.main-menu-overlay.active:hover {
	background: rgba(38, 38, 38, 0.4);
}

.main-menu {
	position: relative;
	z-index: 10;
}

.main-menu.active {
	z-index: 40;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > .bt .icon,
.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel > label .icon {
	position: relative;
	float: left;
	width: 58px;
	height: 58px;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0.5em 0.25em 0;
	border-radius: 0.5em;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > .bt .icon img,
.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel > label .icon img {
	width: 80%;
	height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40%;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > .bt .libelle,
.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel > label .libelle {
	display: block;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 0.25rem;
	margin-left: 4.2rem;
	padding-right: 13px;
	text-transform: uppercase;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > .bt .descript,
.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel > label .descript {
	display: block; /*overflow: hidden;*/
	margin-left: 4.2rem;
	color: #000;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #515151;
}

.main-menu-nav {
	position: relative;
	z-index: 10;
}

.header-is-sticky .main-menu-nav {
	margin-left: 3em;
}

.main-menu-nav.active {
	z-index: 40;
}

.main-menu-nav > ul > li {
	display: block;
	float: left;
	width: 33.3333333333%;
}

.main-menu-nav > ul > li:nth-last-child(4):first-child,
.main-menu-nav > ul > li:nth-last-child(4):first-child ~ li {
	width: 25%;
}

.main-menu-nav > ul > li:nth-last-child(5):first-child,
.main-menu-nav > ul > li:nth-last-child(5):first-child ~ li {
	width: 20%;
}

.main-menu-nav > ul > li:nth-last-child(6):first-child,
.main-menu-nav > ul > li:nth-last-child(6):first-child ~ li {
	width: 16.6666666667%;
}

.main-menu-nav > ul > li:nth-last-child(7):first-child,
.main-menu-nav > ul > li:nth-last-child(7):first-child ~ li {
	width: 14.2857142857%;
}

.main-menu-nav > ul > li:nth-last-child(8):first-child,
.main-menu-nav > ul > li:nth-last-child(8):first-child ~ li {
	width: 12.5%;
}

.main-menu-nav > ul > li:nth-last-child(9):first-child,
.main-menu-nav > ul > li:nth-last-child(9):first-child ~ li {
	width: 12.5%;
}

.main-menu-nav > ul > li > .bt {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.5s, color 0.5s, height 0.5s, line-height 0.5s;
	height: 6em;
	line-height: 1.2em;
	text-align: center;
	padding: 0 0.25em;
	color: #262626;
}

.main-menu-nav > ul > li > .bt:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.header-is-sticky .main-menu-nav > ul > li > .bt {
	line-height: 1em;
	height: 3em;
}

.no-flexbox .header-is-sticky .main-menu-nav > ul > li > .bt {
	line-height: 3em;
}

.main-menu-nav > ul > li > .bt > .libelle {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
	display: block;
}

.header-is-sticky .main-menu-nav > ul > li > .bt > .libelle {
	font-size: 0.7em;
}

.no-flexbox .main-menu-nav > ul > li > .bt {
	display: block;
	line-height: 6em;
}

.no-flexbox .main-menu-nav > ul > li > .bt > .libelle {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main-menu-nav > ul > li:not(:first-child) > .bt:before {
	content: '';
	position: absolute;
	border-right: solid 1px #DDDDDD;
	height: 2em;
	left: 0;
	top: 2em;
	transition: top 0.5s;
}

.header-is-sticky .main-menu-nav > ul > li:not(:first-child) > .bt:before {
	top: 0.5em;
}

.main-menu-nav > ul > li.select > .bt:after {
	top: 4em;
	height: 1em;
	width: 1em;
	margin-left: -0.5em;
}

.header-is-sticky .main-menu-nav > ul > li.select > .bt:after {
	top: 2em;
	height: 0.5em;
	width: 0.5em;
	margin-left: -0.25em;
}

.main-menu-nav > ul > li.opened > .bt {
	background-color: #EAEAEA;
	color: #000;
}

.main-menu-nav > ul > li.opened > .bt:before {
	display: none;
}

.main-menu-nav > ul > li > ul {
	display: none;
}

.main-menu-nav > ul > li > .subMenuBanner {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 8;
	max-height: 0;
	overflow: hidden;
	background-color: #EAEAEA;
	transition: max-height 0.25s ease-in-out;
}

.main-menu-nav > ul > li > .subMenuBanner > ul {
	padding: 1.5em 0;
	margin: 0 auto;
	max-width: 100em;
	width: 100%;
	max-height: calc(100vh - 6rem);
	overflow-y: auto;
}

.main-menu-nav > ul > li > .subMenuBanner > ul::after {
	clear: both;
	content: "";
	display: table;
}

.main-menu-nav > ul > li > .subMenuBanner > ul.hasOpenSubMenu {
	overflow-y: hidden;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li {
	display: block;
	float: left;
	width: 33.3333%;
	padding: 0;
	margin-bottom: 0.25em;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hidden {
	display: none;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > .bt {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 0.25em 0.5em;
	color: #000;
	background-color: transparent;
	border: solid 1px transparent;
	height: 6.5em;
	overflow: hidden;
	margin: 0 0.5em;
	transition: border-color 0.25s, background-color 0.25s, margin-right 0.25s, padding 0.25s;
}

.touch .main-menu-nav > ul > li > .subMenuBanner ul > li > .bt {
	border-color: rgba(255, 255, 255, 0.5);
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu {
	position: relative;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .bt {
	border-right-color: transparent !important;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .subMenuToggle {
	position: absolute;
	padding: 0;
	margin: 0;
	background-color: transparent;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border: solid 1px transparent;
	right: 0.5em;
	top: 0;
	bottom: 0;
	transition: background-color 0.25s, width 0.25s, border-color 0.25s;
	width: 0em;
	overflow: hidden;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .subMenuToggle .label {
	display: none;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .subMenuToggle:before {
	content: '»';
	display: block;
	color: #000;
	font-size: 1.4em;
	height: 3rem;
	line-height: 2.5rem;
	text-align: center;
}

.touch .main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .subMenuToggle {
	border-color: rgba(255, 255, 255, 0.5);
	border-left-color: transparent !important;
	width: 3em;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li:hover > .bt {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	transition: border-color 0.5s, background-color 0.5s, margin-right 0.5s, padding 0.5s;
}

.touch .main-menu-nav > ul > li > .subMenuBanner ul > li:hover > .subMenuToggle,
.main-menu-nav > ul > li > .subMenuBanner ul > li:hover > .subMenuToggle {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-left-color: rgba(0, 0, 0, 0.25);
	transition: background-color 0.5s, width 0.5s, border-color 0.5s;
	width: 3em;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > a.bt:hover {
	background-color: #FFFFFF;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .bt {
	padding-right: 3.5em;
}

.touch .main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .bt,
.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu:hover > .bt {
	margin-right: 3.5em;
	padding-right: 0.5em;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul {
	display: none;
	width: 100%;
	float: right;
	margin: -1.5em 0;
	padding: 1.5em 0 1.5em 33.3333%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33.3333%, rgba(0, 0, 0, 0.15) 33.3333%, rgba(0, 0, 0, 0) calc( 33.3333% + 16px), rgba(0, 0, 0, 0) 100%);
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li {
	width: 50%;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel {
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	height: auto;
	margin: 0;
	background: transparent;
	width: 33.3333%;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel > label {
	cursor: inherit;
	display: block;
	width: 100%;
	position: relative;
	padding: 0.65em 0.5em 0.25em 3.5em;
	color: #000;
	background-color: transparent;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .hasOpenSubMenu {
	width: 100%;
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > .hasOpenSubMenu > li {
	padding: 0;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select {
	width: 100%;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select > .subMenuToggle,
.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select > .bt {
	display: none;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select > ul {
	display: block;
	max-height: calc(100vh - 6rem);
	overflow-y: auto;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select > ul > .back {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 10;
	height: 6em;
	width: 45px;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select > ul > .back > .subMenuClose {
	line-height: 1.3em;
	padding: 0 0 8px 0;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 2em;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: background-color 0.5s, width 0.5s;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select > ul > .back > .subMenuClose .label {
	display: none;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select > ul > .back > .subMenuClose:before {
	content: '«';
	text-align: center;
	width: 100%;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu.select > ul > .back > .subMenuClose:hover {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
}

.main-menu-nav > ul > li.opened > .subMenuBanner {
	max-height: none;
	z-index: 9;
	transition: max-height 0.5s, background-color 0.5s;
	animation: open-bottom 0.5s ease-in-out;
}

.main-menu-nav > ul > li#m8 ul ul ul .bt,
.main-menu-nav > ul > li#m8 ul ul ul .label {
	height: auto;
}

.main-menu-nav > ul > li#m8 ul ul ul .bt .icon,
.main-menu-nav > ul > li#m8 ul ul ul .label .icon {
	display: none;
}

.main-menu-nav > ul > li#m8 ul ul ul .bt .libelle,
.main-menu-nav > ul > li#m8 ul ul ul .label .libelle {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-menu-nav > ul > li#m8 ul ul ul .bt .descript,
.main-menu-nav > ul > li#m8 ul ul ul .label .descript {
	display: none;
}

.main-menu-nav > ul > li.agenda {
	display: none;
}

.main-menu-nav > ul > li.blog .bt {
	background-color: #222222;
	color: #FFF;
}

.main-menu-nav > ul > li.blog .bt:hover {
	background-color: #434343;
}

.main-menu-nav > ul > li.blog .bt:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../images/selon-nos-envies.svg");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 0;
	opacity: 0.25;
	top: 50%;
	left: 50%;
	margin: -40px;
	background-size: auto 100%;
	border: 0;
}

.header-is-sticky .main-menu-nav > ul > li.blog .bt:before {
	top: 50%;
	height: 40px;
	width: 40px;
	margin: -20px;
}

.main-menu-nav > ul > li.blog .bt > span > span {
	white-space: nowrap;
}

/* mobile panel */

.v-mobile-panel-menu-item .submenu-title .label,
.v-mobile-panel-menu-title .label {
	font-weight: normal;
	text-transform: uppercase;
}

.v-mobile-panel-menu-item .submenu-title .label > .icon {
	padding: .25em;
	border-radius: .5em;
}

.v-mobile-panel-menu-item.ico > .bt > .icon {
	padding: .25em;
	border-radius: .5em;
}

.v-mobile-panel-menu-item.agenda > .bt:before {
	position: absolute;
	top: 0.67em;
	right: 0.80em;
	font-size: 1.25em;
	text-align: center;
	color: #444;
}

.v-mobile-panel-menu-item.blog > .bt {
	background-color: #222222;
	color: #FFF;
	padding-right: 4.5em;
}

.v-mobile-panel-menu-item.blog > .bt:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.5em;
	width: 2.5em;
	height: 2.5em;
	margin-top: -1.25em;
	background-image: url(../images/selon-nos-envies.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.v-mobile-panel-menu-item.blog > .bt:hover {
	background-color: #595959;
}

.v-mobile-panel-menu-item.allitems > .bt .lib {
	font-weight: 600;
}

.v-mobile-panel-menu-item.mguides > .bt {
	background: #FFFFFF;
	color: #000;
	font-weight: 600;
}

.v-mobile-panel-menu-item.mguides .v-mobile-panel-menu-item.ico > .bt > .icon {
	background: radial-gradient(ellipse at center, #AAA 0%, rgba(187, 187, 187, 0) 70%);
}

.v-mobile-panel-menu-item.mguides .v-mobile-panel-menu-item.ico > .bt > .icon > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.v-mobile-panel-menu-item.mguides .v-mobile-panel-menu-item.mfrance,
.v-mobile-panel-menu-item.mguides .v-mobile-panel-menu-item.mcityguides {
	font-weight: 600;
	text-align: center;
}

.v-mobile-panel-menu-item.mguides .v-mobile-panel-menu-item.mfrance > .bt,
.v-mobile-panel-menu-item.mguides .v-mobile-panel-menu-item.mcityguides > .bt {
	background-color: #FFFFFF;
}

.menuPanelSecu .v-mobile-panel-menu-title .label .icon-account:before {
	margin-right: 0.25em;
}

.main-header {
	background-color: #FFF;
	border-bottom: solid 1px #dddddd;
}

.main-header-buttons {
	padding-bottom: 1.5em;
}

.main-header-buttons > div {
	position: relative;
	display: block;
	width: 218px;
	margin: 0 auto;
}

.main-header-buttons > div::after {
	clear: both;
	content: "";
	display: table;
}

.main-header-buttons > div:nth-child(3) {
	display: none;
}

.main-header-buttons > .bt-carte {
	padding: 3px 0;
}

.main-header-buttons > .bt-carte .bt {
	position: relative;
	display: block;
	width: 212px;
	height: 50px;
	padding-left: 64px;
	border: solid 1px #DDD;
	margin: 0 auto;
}

.main-header-buttons > .bt-carte .bt:before,
.main-header-buttons > .bt-carte .bt:after {
	content: '';
	position: absolute;
	width: 56px;
	height: 56px;
	left: 0;
	top: -4px;
	background-image: url("../images/config/bt_geolocalisation.png");
	background-repeat: no-repeat;
	transition: transform 0.25s ease, opacity 0.25s linear;
}

.main-header-buttons > .bt-carte .bt:before {
	background-position: 0 0;
}

.main-header-buttons > .bt-carte .bt:after {
	background-position: -56px 0;
}

.csstransforms .main-header-buttons > .bt-carte .bt:after {
	opacity: 0;
	transform: scale(0.5);
}

.no-csstransforms .main-header-buttons > .bt-carte .bt:after {
	display: none;
}

.csstransforms .main-header-buttons > .bt-carte .bt:hover:before {
	opacity: 0;
	transform: scale(0.5);
}

.csstransforms .main-header-buttons > .bt-carte .bt:hover:after {
	opacity: 1;
	transform: scale(1);
}

.no-csstransforms .main-header-buttons > .bt-carte .bt:hover:before {
	display: none;
}

.no-csstransforms .main-header-buttons > .bt-carte .bt:hover:after {
	display: block;
}

.main-header-buttons > .bt-carte .bt .lib {
	color: #666;
	font-size: 1.1em;
	font-style: italic;
	font-weight: 600;
}

.main-header-buttons > .bt-carte .bt .lib span {
	position: absolute;
	display: block;
	bottom: 4px;
	right: 0;
	padding: 1px 8px;
	color: #222222;
	font-size: 0.7em;
	font-style: normal;
	text-transform: uppercase;
}

.richContent:not(.v-content-builder) {
	font-family: 'athelas';
	font-size: 1.25em;
	line-height: 1.5em;
}

.richContent:not(.v-content-builder) a {
	text-decoration: underline;
}

.richContent:not(.v-content-builder) b,
.richContent:not(.v-content-builder) strong {
	font-weight: 600;
	color: #000;
}

.richContent:not(.v-content-builder) font[size='1'] {
	font-size: 0.7em;
}

.richContent:not(.v-content-builder) font[size='2'] {
	font-size: 0.8em;
}

.richContent:not(.v-content-builder) font[size='3'] {
	font-size: 0.9em;
}

.richContent:not(.v-content-builder) font[size='4'] {
	font-size: 1em;
}

.richContent:not(.v-content-builder) font[size='5'] {
	font-size: 1.2em;
}

.richContent:not(.v-content-builder) font[size='6'] {
	font-size: 1.5em;
}

.richContent:not(.v-content-builder) font[size='7'] {
	font-size: 2em;
}

.richContent:not(.v-content-builder) hr {
	display: block;
	box-sizing: border-box;
	height: 2em;
	margin: 0 2em;
	padding: 1em 0;
}

.richContent:not(.v-content-builder) hr:before {
	content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #262626;
}

.richContent:not(.v-content-builder) h1,
.richContent:not(.v-content-builder) h2,
.richContent:not(.v-content-builder) h3,
.richContent:not(.v-content-builder) h4,
.richContent:not(.v-content-builder) h5 {
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.richContent:not(.v-content-builder) p,
.richContent:not(.v-content-builder) ul,
.richContent:not(.v-content-builder) ol {
	margin-bottom: 0.5em;
}

.richContent:not(.v-content-builder) blockquote {
	border-left: 1px solid #000;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

.richContent:not(.v-content-builder) blockquote,
.richContent:not(.v-content-builder) blockquote p {
	color: #000;
	line-height: 1.6em;
}

.richContent:not(.v-content-builder) blockquote > :last-child {
	margin-bottom: 0;
}

.richContent:not(.v-content-builder) .titlePage h1,
.richContent:not(.v-content-builder) h1 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1em;
}

.richContent:not(.v-content-builder) h2 {
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
}

.richContent:not(.v-content-builder) h3 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	color: #000;
}

.richContent:not(.v-content-builder) h6 {
	font-weight: 600;
	font-style: italic;
	text-align: right;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.richContent:not(.v-content-builder) h1:first-child,
.richContent:not(.v-content-builder) h2:first-child,
.richContent:not(.v-content-builder) h3:first-child,
.richContent:not(.v-content-builder) h4:first-child,
.richContent:not(.v-content-builder) h5:first-child,
.richContent:not(.v-content-builder) h6:first-child {
	margin-top: 0;
}

.richContent:not(.v-content-builder) .flexvideo {
	position: relative;
	display: inline-block;
	max-width: 100%;
	background-color: #000;
}

.richContent:not(.v-content-builder) .flexvideo:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.richContent:not(.v-content-builder) .flexvideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.richContent:not(.v-content-builder) .flexvideo.fourThirds:before {
	padding-bottom: 75%;
}

.richContent:not(.v-content-builder) .flexvideo.imgRight,
.richContent:not(.v-content-builder) .flexvideo.imgLeft {
	margin: 0 auto 1.5em;
	display: block;
}

.richContent:not(.v-content-builder) img,
.richContent:not(.v-content-builder) .img {
	display: inline-block;
	text-decoration: none;
}

.richContent:not(.v-content-builder) img.imgRight,
.richContent:not(.v-content-builder) img.imgLeft,
.richContent:not(.v-content-builder) .img.imgRight,
.richContent:not(.v-content-builder) .img.imgLeft {
	margin: 0 0 1.5em;
	text-align: center;
	display: block;
}

.richContent:not(.v-content-builder) ul,
.richContent:not(.v-content-builder) ol {
	padding-left: 1em;
}

.richContent:not(.v-content-builder) ul > li:before,
.richContent:not(.v-content-builder) ul ul > li:before,
.richContent:not(.v-content-builder) ul ul ul > li:before,
.richContent:not(.v-content-builder) ol > li:before,
.richContent:not(.v-content-builder) ol ul > li:before,
.richContent:not(.v-content-builder) ol ul ul > li:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background-color: #222222;
	color: #fff;
	margin: 0.5em 0.5em 0 0;
}

.richContent:not(.v-content-builder) ul ul > li:before,
.richContent:not(.v-content-builder) ul ol > li:before,
.richContent:not(.v-content-builder) ol ul > li:before,
.richContent:not(.v-content-builder) ol ol > li:before {
	background-color: #999999;
}

.richContent:not(.v-content-builder) ul ul ul > li:before,
.richContent:not(.v-content-builder) ul ul ol > li:before,
.richContent:not(.v-content-builder) ul ol ul > li:before,
.richContent:not(.v-content-builder) ul ol ol > li:before,
.richContent:not(.v-content-builder) ol ul ul > li:before,
.richContent:not(.v-content-builder) ol ul ol > li:before,
.richContent:not(.v-content-builder) ol ol ul > li:before,
.richContent:not(.v-content-builder) ol ol ol > li:before {
	background-color: transparent;
	border: solid 1px #999999;
	color: #999999;
}

.richContent:not(.v-content-builder) ol {
	padding-left: 1.5em;
	counter-reset: section;
}

.richContent:not(.v-content-builder) ol li:before {
	content: counter(section);
	counter-increment: section;
	border-radius: 100%;
	font-size: 0.8em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	width: 1.5em;
	margin: 0.25em 0.5em 0 0;
}

.richContent:not(.v-content-builder) ol ul ul > li:before,
.richContent:not(.v-content-builder) ol ul ol > li:before,
.richContent:not(.v-content-builder) ol ol ul > li:before,
.richContent:not(.v-content-builder) ol ol ol > li:before {
	line-height: 1.3em;
}

.richContent:not(.v-content-builder) #galerie li:before {
	display: none;
}

.richContent:not(.v-content-builder) .icon-doc {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0.25rem;
	vertical-align: sub;
	text-indent: -9999px;
	background-position: -4px -4px;
	background-repeat: no-repeat;
	background-image: url("../images/docs_sprite.png");
}

.richContent:not(.v-content-builder) .icon-doc.doc,
.richContent:not(.v-content-builder) .icon-doc.docx,
.richContent:not(.v-content-builder) .icon-doc.odt {
	background-position: -28px -4px;
}

.richContent:not(.v-content-builder) .icon-doc.xls,
.richContent:not(.v-content-builder) .icon-doc.xlsx,
.richContent:not(.v-content-builder) .icon-doc.ods {
	background-position: -52px -4px;
}

.richContent:not(.v-content-builder) .icon-doc.ppt,
.richContent:not(.v-content-builder) .icon-doc.pptx,
.richContent:not(.v-content-builder) .icon-doc.pps,
.richContent:not(.v-content-builder) .icon-doc.odp {
	background-position: -76px -4px;
}

.richContent:not(.v-content-builder) .icon-doc.pub,
.richContent:not(.v-content-builder) .icon-doc.odg {
	background-position: -100px -4px;
}

.richContent:not(.v-content-builder) .icon-doc.bmp,
.richContent:not(.v-content-builder) .icon-doc.gif,
.richContent:not(.v-content-builder) .icon-doc.jpeg,
.richContent:not(.v-content-builder) .icon-doc.jpg,
.richContent:not(.v-content-builder) .icon-doc.png {
	background-position: -4px -28px;
}

.richContent:not(.v-content-builder) .icon-doc.mp3,
.richContent:not(.v-content-builder) .icon-doc.mid,
.richContent:not(.v-content-builder) .icon-doc.wav {
	background-position: -28px -28px;
}

.richContent:not(.v-content-builder) .icon-doc.avi,
.richContent:not(.v-content-builder) .icon-doc.flv,
.richContent:not(.v-content-builder) .icon-doc.mov,
.richContent:not(.v-content-builder) .icon-doc.mpeg,
.richContent:not(.v-content-builder) .icon-doc.mpg {
	background-position: -52px -28px;
}

.richContent:not(.v-content-builder) .icon-doc.swf {
	background-position: -76px -28px;
}

.richContent:not(.v-content-builder) .icon-doc.pdf {
	background-position: -100px -28px;
}

.richContent:not(.v-content-builder) .icon-doc.zip,
.richContent:not(.v-content-builder) .icon-doc.rar {
	background-position: -4px -52px;
}

.richContent:not(.v-content-builder) .icon-doc.kml,
.richContent:not(.v-content-builder) .icon-doc.kmz {
	background-position: -28px -52px;
}

.richContent:not(.v-content-builder) .icon-doc.txt {
	background-position: -52px -52px;
}

.richContent:not(.v-content-builder) a {
	color: #262626;
}

.richContent:not(.v-content-builder) a:hover {
	color: #5c5c5c;
}

.richContent:not(.v-content-builder) h1,
.richContent:not(.v-content-builder) h2,
.richContent:not(.v-content-builder) h3,
.richContent:not(.v-content-builder) h4,
.richContent:not(.v-content-builder) h5 {
	font-family: 'bebas-neue';
	font-weight: normal;
	line-height: 1.1em;
}

.richContent:not(.v-content-builder) h1 b,
.richContent:not(.v-content-builder) h1 strong,
.richContent:not(.v-content-builder) h2 b,
.richContent:not(.v-content-builder) h2 strong,
.richContent:not(.v-content-builder) h3 b,
.richContent:not(.v-content-builder) h3 strong,
.richContent:not(.v-content-builder) h4 b,
.richContent:not(.v-content-builder) h4 strong,
.richContent:not(.v-content-builder) h5 b,
.richContent:not(.v-content-builder) h5 strong {
	font-weight: normal !important;
}

.richContent:not(.v-content-builder) h1 {
	color: #262626;
	font-size: 2.24em;
}

.richContent:not(.v-content-builder) h2 {
	color: #000;
	font-size: 1.792em;
}

.richContent:not(.v-content-builder) h3 {
	color: #000;
	font-size: 1.1472em;
}

.richContent:not(.v-content-builder) h4,
.richContent:not(.v-content-builder) h5 {
	color: #000;
	font-size: 1em;
}

.richContent:not(.v-content-builder) h6 {
	color: #222222;
}

.richContent:not(.v-content-builder) blockquote {
	border-left-color: #262626;
}

.richContent:not(.v-content-builder) blockquote,
.richContent:not(.v-content-builder) blockquote p {
	color: #666666;
}

.richContent:not(.v-content-builder) ul > li:before,
.richContent:not(.v-content-builder) ol > li:before {
	background-color: #222222;
}

.richContent:not(.v-content-builder) ul ul > li:before,
.richContent:not(.v-content-builder) ul ol > li:before,
.richContent:not(.v-content-builder) ol ul > li:before,
.richContent:not(.v-content-builder) ol ol > li:before {
	background-color: #262626;
}

.richContent:not(.v-content-builder) ul ul ul > li:before,
.richContent:not(.v-content-builder) ul ul ol > li:before,
.richContent:not(.v-content-builder) ul ol ul > li:before,
.richContent:not(.v-content-builder) ul ol ol > li:before,
.richContent:not(.v-content-builder) ol ul ul > li:before,
.richContent:not(.v-content-builder) ol ul ol > li:before,
.richContent:not(.v-content-builder) ol ol ul > li:before,
.richContent:not(.v-content-builder) ol ol ol > li:before {
	border: solid 1px #262626;
	color: #262626;
}

.richContent:not(.v-content-builder) ul > li:before {
	border-radius: 0;
}

.richContent:not(.v-content-builder) .banniere {
	clear: both;
}

.richContent.v-content-builder .content-text {
	width: 100%;
	position: relative;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.richContent.v-content-builder .content-text a {
	text-decoration: underline;
}

.richContent.v-content-builder .content-text b,
.richContent.v-content-builder .content-text strong {
	font-weight: 600;
	color: #000;
}

.richContent.v-content-builder .content-text font[size='1'] {
	font-size: 0.7em;
}

.richContent.v-content-builder .content-text font[size='2'] {
	font-size: 0.8em;
}

.richContent.v-content-builder .content-text font[size='3'] {
	font-size: 0.9em;
}

.richContent.v-content-builder .content-text font[size='4'] {
	font-size: 1em;
}

.richContent.v-content-builder .content-text font[size='5'] {
	font-size: 1.2em;
}

.richContent.v-content-builder .content-text font[size='6'] {
	font-size: 1.5em;
}

.richContent.v-content-builder .content-text font[size='7'] {
	font-size: 2em;
}

.richContent.v-content-builder .content-text hr {
	display: block;
	box-sizing: border-box;
	height: auto;
	margin: 0 1em;
	padding: 1em 0;
}

.richContent.v-content-builder .content-text hr:before {
	content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #262626;
}

.richContent.v-content-builder .content-text h1,
.richContent.v-content-builder .content-text h2,
.richContent.v-content-builder .content-text h3,
.richContent.v-content-builder .content-text h4,
.richContent.v-content-builder .content-text h5 {
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.richContent.v-content-builder .content-text p,
.richContent.v-content-builder .content-text ul,
.richContent.v-content-builder .content-text ol {
	margin-bottom: 0.5em;
}

.richContent.v-content-builder .content-text blockquote {
	border-left: 1px solid #000;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

.richContent.v-content-builder .content-text blockquote,
.richContent.v-content-builder .content-text blockquote p {
	color: #000;
	line-height: 1.6em;
}

.richContent.v-content-builder .content-text blockquote > :last-child {
	margin-bottom: 0;
}

.richContent.v-content-builder .content-text .titlePage h1,
.richContent.v-content-builder .content-text h1 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1em;
}

.richContent.v-content-builder .content-text h2 {
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
}

.richContent.v-content-builder .content-text h3 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	color: #000;
}

.richContent.v-content-builder .content-text h6 {
	font-weight: 600;
	font-style: italic;
	margin-top: 2em;
	margin-bottom: 0.5em;
	text-align: right;
}

.richContent.v-content-builder .content-text h1:first-child,
.richContent.v-content-builder .content-text h2:first-child,
.richContent.v-content-builder .content-text h3:first-child,
.richContent.v-content-builder .content-text h4:first-child,
.richContent.v-content-builder .content-text h5:first-child,
.richContent.v-content-builder .content-text h6:first-child {
	margin-top: 0;
}

.richContent.v-content-builder .content-text img {
	max-width: 100%;
	height: auto;
}

.richContent.v-content-builder .content-text ul,
.richContent.v-content-builder .content-text ol {
	padding-left: 1em;
}

.richContent.v-content-builder .content-text ul > li:before,
.richContent.v-content-builder .content-text ul ul > li:before,
.richContent.v-content-builder .content-text ul ul ul > li:before,
.richContent.v-content-builder .content-text ol > li:before,
.richContent.v-content-builder .content-text ol ul > li:before,
.richContent.v-content-builder .content-text ol ul ul > li:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background-color: #222222;
	color: #fff;
	margin: 0.5em 0.5em 0 0;
}

.richContent.v-content-builder .content-text ul ul > li:before,
.richContent.v-content-builder .content-text ul ol > li:before,
.richContent.v-content-builder .content-text ol ul > li:before,
.richContent.v-content-builder .content-text ol ol > li:before {
	background-color: #999999;
}

.richContent.v-content-builder .content-text ul ul ul > li:before,
.richContent.v-content-builder .content-text ul ul ol > li:before,
.richContent.v-content-builder .content-text ul ol ul > li:before,
.richContent.v-content-builder .content-text ul ol ol > li:before,
.richContent.v-content-builder .content-text ol ul ul > li:before,
.richContent.v-content-builder .content-text ol ul ol > li:before,
.richContent.v-content-builder .content-text ol ol ul > li:before,
.richContent.v-content-builder .content-text ol ol ol > li:before {
	background-color: transparent;
	border: solid 1px #999999;
	color: #999999;
}

.richContent.v-content-builder .content-text ol {
	padding-left: 1.5em;
	counter-reset: section;
}

.richContent.v-content-builder .content-text ol li:before {
	content: counter(section);
	counter-increment: section;
	border-radius: 100%;
	font-size: 0.8em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	width: 1.5em;
	margin: 0.25em 0.5em 0 0;
}

.richContent.v-content-builder .content-text ol ul ul > li:before,
.richContent.v-content-builder .content-text ol ul ol > li:before,
.richContent.v-content-builder .content-text ol ol ul > li:before,
.richContent.v-content-builder .content-text ol ol ol > li:before {
	line-height: 1.3em;
}

.richContent.v-content-builder .content-video-legend,
.richContent.v-content-builder .content-img-legend {
	text-align: center;
	font-style: italic;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
}

.richContent.v-content-builder .content-img {
	width: 100%;
	text-align: center;
}

.richContent.v-content-builder .content-img > img {
	display: block;
	margin: 0 auto;
}

.richContent.v-content-builder .content-img.bordered > img {
	border: solid 2px #FFF;
}

.richContent.v-content-builder .content-img.spaced {
	max-width: 100%;
	margin: 0.5em auto;
}

.row-direction-lock .richContent.v-content-builder .content-img.spaced {
	max-width: calc(100% - 0.5em);
	margin: 0 auto;
}

.richContent.v-content-builder .content-img.portrait,
.richContent.v-content-builder .content-img.landscape,
.richContent.v-content-builder .content-img.insquare,
.richContent.v-content-builder .content-img.inlozenge,
.richContent.v-content-builder .content-img.incircle {
	position: relative;
	overflow: hidden;
}

.richContent.v-content-builder .content-img.portrait:before,
.richContent.v-content-builder .content-img.landscape:before,
.richContent.v-content-builder .content-img.insquare:before,
.richContent.v-content-builder .content-img.inlozenge:before,
.richContent.v-content-builder .content-img.incircle:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
}

.richContent.v-content-builder .content-img.portrait > img,
.richContent.v-content-builder .content-img.landscape > img,
.richContent.v-content-builder .content-img.insquare > img,
.richContent.v-content-builder .content-img.inlozenge > img,
.richContent.v-content-builder .content-img.incircle > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

html.object-fit .richContent.v-content-builder .content-img.portrait > img,
html.object-fit .richContent.v-content-builder .content-img.landscape > img,
html.object-fit .richContent.v-content-builder .content-img.insquare > img,
html.object-fit .richContent.v-content-builder .content-img.inlozenge > img,
html.object-fit .richContent.v-content-builder .content-img.incircle > img {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transform: none;
	object-fit: cover;
}

.richContent.v-content-builder .content-img.portrait.bordered,
.richContent.v-content-builder .content-img.landscape.bordered,
.richContent.v-content-builder .content-img.insquare.bordered,
.richContent.v-content-builder .content-img.inlozenge.bordered,
.richContent.v-content-builder .content-img.incircle.bordered {
	border: solid 2px #FFF;
}

.richContent.v-content-builder .content-img.portrait.bordered > img,
.richContent.v-content-builder .content-img.landscape.bordered > img,
.richContent.v-content-builder .content-img.insquare.bordered > img,
.richContent.v-content-builder .content-img.inlozenge.bordered > img,
.richContent.v-content-builder .content-img.incircle.bordered > img {
	border: none;
}

.richContent.v-content-builder .content-img.portrait:before {
	padding-bottom: 133.333%;
}

.richContent.v-content-builder .content-img.portrait > img {
	max-width: none;
	width: auto;
	height: 100%;
}

html.object-fit .richContent.v-content-builder .content-img.portrait > img {
	width: 100%;
}

.richContent.v-content-builder .content-img.landscape:before {
	padding-bottom: 56.25%;
}

.richContent.v-content-builder .content-img.landscape > img {
	width: 100%;
}

.richContent.v-content-builder .content-img.insquare:before,
.richContent.v-content-builder .content-img.inlozenge:before,
.richContent.v-content-builder .content-img.incircle:before {
	padding-bottom: 100%;
}

.richContent.v-content-builder .content-img.insquare > img,
.richContent.v-content-builder .content-img.inlozenge > img,
.richContent.v-content-builder .content-img.incircle > img {
	width: 100%;
}

.richContent.v-content-builder .content-img.insquare > img.lscp,
.richContent.v-content-builder .content-img.inlozenge > img.lscp,
.richContent.v-content-builder .content-img.incircle > img.lscp {
	max-width: none;
	width: auto;
	height: 100%;
}

html.object-fit .richContent.v-content-builder .content-img.insquare > img.lscp,
html.object-fit .richContent.v-content-builder .content-img.inlozenge > img.lscp,
html.object-fit .richContent.v-content-builder .content-img.incircle > img.lscp {
	width: 100%;
}

.richContent.v-content-builder .content-img.incircle {
	border-radius: 50%;
}

.richContent.v-content-builder .content-img.inlozenge {
	transform: rotate(-45deg) scale(0.707);
}

.richContent.v-content-builder .content-img.inlozenge:before {
	transform: rotate(45deg) scale(1.414);
}

.richContent.v-content-builder .content-img.inlozenge > img {
	transform: translate(-50%, -50%) rotate(45deg) scale(1.414);
}

html.object-fit .richContent.v-content-builder .content-img.inlozenge > img {
	transform: rotate(45deg) scale(1.414);
}

.richContent.v-content-builder .content-spacer {
	width: 100%;
	height: 4em;
}

.richContent.v-content-builder .content-spacer.large {
	height: 6em;
}

.richContent.v-content-builder .content-spacer.extralarge {
	height: 9em;
}

.richContent.v-content-builder .content-video {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	background-color: #000;
}

.richContent.v-content-builder .content-video:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.richContent.v-content-builder .content-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.richContent.v-content-builder .content-video.r9_16:before {
	padding-bottom: 177.78%;
}

.richContent.v-content-builder .content-video.r4_3:before {
	padding-bottom: 75%;
}

.richContent.v-content-builder .content-row {
	margin: 0.5em 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.richContent.v-content-builder .content-row.row-direction-lock {
	flex-direction: row;
	align-items: stretch;
}

.richContent.v-content-builder .content-row.row-direction-lock.reversed {
	flex-direction: row-reverse;
}

.richContent.v-content-builder .content-row.row-direction-lock .content-img {
	text-align: center;
}

.richContent.v-content-builder .content-row.row-direction-lock .content-img.spaced {
	max-width: calc(100% - 0.5em);
	margin: 0 auto;
}

.richContent.v-content-builder .content-row.row-direction-lock .content-img.auto {
	height: 100%;
	position: relative;
	overflow: hidden;
	min-height: 1em;
}

.richContent.v-content-builder .content-row.row-direction-lock .content-img.auto > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

html.object-fit .richContent.v-content-builder .content-row.row-direction-lock .content-img.auto > img {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transform: none;
	object-fit: cover;
}

.richContent.v-content-builder .content-col {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.richContent.v-content-builder .content-col.has-icon:before {
	font-size: 3.625em;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.richContent.v-content-builder .content-col.align-middle {
	justify-content: center;
}

.richContent.v-content-builder .content-col.align-bottom {
	justify-content: flex-end;
}

.richContent.v-content-builder .content-col.rounded-corner {
	border-radius: 0.75em;
	overflow: hidden;
}

.richContent.v-content-builder .content-col.rounded-corner .content-img.bordered:not(.spaced).portrait,
.richContent.v-content-builder .content-col.rounded-corner .content-img.bordered:not(.spaced).landscape,
.richContent.v-content-builder .content-col.rounded-corner .content-img.bordered:not(.spaced).insquare {
	border-radius: 0.75em;
}

.richContent.v-content-builder .content-annonces,
.richContent.v-content-builder .content-img,
.richContent.v-content-builder .content-video {
	width: 100%;
}

.richContent.v-content-builder .content-text {
	width: 100%;
	font-family: 'athelas';
	font-size: 1.25em;
	line-height: 1.5;
}

.richContent.v-content-builder .content-text .icon-doc:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 0.25rem;
	vertical-align: sub;
	background-image: url("../images/doc-icons.svg");
	background-size: auto 32px;
	background-position: -4px -4px;
	background-repeat: no-repeat;
}

.richContent.v-content-builder .content-text .icon-doc.doc:before,
.richContent.v-content-builder .content-text .icon-doc.docx:before,
.richContent.v-content-builder .content-text .icon-doc.odt:before {
	background-position: -36px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.xls:before,
.richContent.v-content-builder .content-text .icon-doc.xlsx:before,
.richContent.v-content-builder .content-text .icon-doc.ods:before {
	background-position: -68px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.ppt:before,
.richContent.v-content-builder .content-text .icon-doc.pptx:before,
.richContent.v-content-builder .content-text .icon-doc.pps:before,
.richContent.v-content-builder .content-text .icon-doc.odp:before {
	background-position: -100px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.pub:before,
.richContent.v-content-builder .content-text .icon-doc.odg:before {
	background-position: -132px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.txt:before {
	background-position: -164px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.bmp:before,
.richContent.v-content-builder .content-text .icon-doc.gif:before,
.richContent.v-content-builder .content-text .icon-doc.jpeg:before,
.richContent.v-content-builder .content-text .icon-doc.jpg:before,
.richContent.v-content-builder .content-text .icon-doc.png:before {
	background-position: -196px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.mp3:before,
.richContent.v-content-builder .content-text .icon-doc.mid:before,
.richContent.v-content-builder .content-text .icon-doc.wav:before {
	background-position: -228px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.avi:before,
.richContent.v-content-builder .content-text .icon-doc.flv:before,
.richContent.v-content-builder .content-text .icon-doc.mov:before,
.richContent.v-content-builder .content-text .icon-doc.mpeg:before,
.richContent.v-content-builder .content-text .icon-doc.mpg:before {
	background-position: -260px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.pdf:before {
	background-position: -292px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.zip:before,
.richContent.v-content-builder .content-text .icon-doc.rar:before {
	background-position: -324px -4px;
}

.richContent.v-content-builder .content-text .icon-doc.kml:before,
.richContent.v-content-builder .content-text .icon-doc.kmz:before {
	background-position: -356px -4px;
}

.richContent.v-content-builder .content-text a {
	color: #262626;
	text-decoration-thickness: 1px;
}

.richContent.v-content-builder .content-text a:hover {
	color: #5c5c5c;
}

.richContent.v-content-builder .content-text h1,
.richContent.v-content-builder .content-text h2,
.richContent.v-content-builder .content-text h3,
.richContent.v-content-builder .content-text h4,
.richContent.v-content-builder .content-text h5 {
	font-family: 'bebas-neue';
	font-weight: normal;
	line-height: 1.1;
}

.richContent.v-content-builder .content-text h1 b,
.richContent.v-content-builder .content-text h1 strong,
.richContent.v-content-builder .content-text h2 b,
.richContent.v-content-builder .content-text h2 strong,
.richContent.v-content-builder .content-text h3 b,
.richContent.v-content-builder .content-text h3 strong,
.richContent.v-content-builder .content-text h4 b,
.richContent.v-content-builder .content-text h4 strong,
.richContent.v-content-builder .content-text h5 b,
.richContent.v-content-builder .content-text h5 strong {
	font-weight: normal !important;
}

.richContent.v-content-builder .content-text h1 {
	color: #262626;
	font-size: 2.24em;
}

.richContent.v-content-builder .content-text h2 {
	color: #000;
	font-size: 1.792em;
}

.richContent.v-content-builder .content-text h3 {
	color: #000;
	font-size: 1.1472em;
}

.richContent.v-content-builder .content-text h4,
.richContent.v-content-builder .content-text h5 {
	color: #000;
	font-size: 1em;
}

.richContent.v-content-builder .content-text h6 {
	color: #222222;
}

.richContent.v-content-builder .content-text blockquote {
	border-left-color: #262626;
}

.richContent.v-content-builder .content-text blockquote,
.richContent.v-content-builder .content-text blockquote p {
	color: #666666;
}

.richContent.v-content-builder .content-text ul > li,
.richContent.v-content-builder .content-text ol > li {
	margin-bottom: 0.5em;
}

.richContent.v-content-builder .content-text ul > li:before,
.richContent.v-content-builder .content-text ol > li:before {
	background-color: #222222;
}

.richContent.v-content-builder .content-text ul ul > li:before,
.richContent.v-content-builder .content-text ul ol > li:before,
.richContent.v-content-builder .content-text ol ul > li:before,
.richContent.v-content-builder .content-text ol ol > li:before {
	background-color: #262626;
}

.richContent.v-content-builder .content-text ul ul ul > li:before,
.richContent.v-content-builder .content-text ul ul ol > li:before,
.richContent.v-content-builder .content-text ul ol ul > li:before,
.richContent.v-content-builder .content-text ul ol ol > li:before,
.richContent.v-content-builder .content-text ol ul ul > li:before,
.richContent.v-content-builder .content-text ol ul ol > li:before,
.richContent.v-content-builder .content-text ol ol ul > li:before,
.richContent.v-content-builder .content-text ol ol ol > li:before {
	border: solid 1px #262626;
	color: #262626;
}

.richContent.v-content-builder .content-text .banniere {
	clear: both;
}

.richContent.v-content-builder .content-text .flexvideo {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	background-color: #000;
}

.richContent.v-content-builder .content-text .flexvideo:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.richContent.v-content-builder .content-text .flexvideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.richContent.v-content-builder .content-text .flexvideo.fourThirds:before {
	padding-bottom: 75%;
}

.richContent.v-content-builder .content-text .flexvideo.imgRight,
.richContent.v-content-builder .content-text .flexvideo.imgLeft {
	margin: 0 auto 1.5em;
	display: block;
}

.richContent.v-content-builder .content-text img,
.richContent.v-content-builder .content-text .img {
	display: inline-block;
	text-decoration: none;
}

.richContent.v-content-builder .content-text img.imgRight,
.richContent.v-content-builder .content-text img.imgLeft,
.richContent.v-content-builder .content-text .img.imgRight,
.richContent.v-content-builder .content-text .img.imgLeft {
	margin: 0 0 1.5em;
	text-align: center;
	display: block;
}

.richContent.v-content-builder .content-img-legend,
.richContent.v-content-builder .content-video-legend {
	font-family: 'athelas';
	font-size: 1.25em;
	line-height: 1.5;
}

.richContent.v-content-builder .content-banner {
	width: 100%;
}

.richContent.v-content-builder .content-banner #pub1,
.richContent.v-content-builder .content-banner #pub6 {
	margin: 1.5em auto 3em;
}

.richContent.v-content-builder .content-banner .banniere {
	margin: 1.5em auto 3em;
}

.richContent.v-content-builder .content-banner .banniere:after {
	position: absolute;
	top: 100%;
	right: 0;
	content: 'contenu sponsorisé';
	text-align: right;
	display: block;
	font-family: 'athelas';
	font-style: italic;
	padding: 0 0.75em 0.75em;
}

[lang=en] .richContent.v-content-builder .content-banner .banniere:after {
	content: 'sponsored content';
}

[lang=es] .richContent.v-content-builder .content-banner .banniere:after {
	content: 'contenido patrocinado';
}

.richContent.v-content-builder .content-col.has-icon.icon-blog:before {
	font-size: 2.4166em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background: #222222;
	padding-left: 0.17em;
	border-radius: 50%;
	color: #fff;
}

.richContent.v-content-builder .content-col.color2,
.richContent.v-content-builder .content-col.color2light,
.richContent.v-content-builder .content-col.white,
.richContent.v-content-builder .content-col.greyDark,
.richContent.v-content-builder .content-col.greyLight {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.richContent.v-content-builder .content-col.color2 .content-img,
.richContent.v-content-builder .content-col.color2light .content-img,
.richContent.v-content-builder .content-col.white .content-img,
.richContent.v-content-builder .content-col.greyDark .content-img,
.richContent.v-content-builder .content-col.greyLight .content-img {
	margin-top: -0.75em;
	margin-bottom: -0.75em;
}

.richContent.v-content-builder .content-col.color2 {
	background-color: #222222;
	color: #FFF;
}

.richContent.v-content-builder .content-col.color2 h1,
.richContent.v-content-builder .content-col.color2 h2,
.richContent.v-content-builder .content-col.color2 h3,
.richContent.v-content-builder .content-col.color2 h4,
.richContent.v-content-builder .content-col.color2 h5,
.richContent.v-content-builder .content-col.color2 h6,
.richContent.v-content-builder .content-col.color2 b,
.richContent.v-content-builder .content-col.color2 a {
	color: #FFF;
}

.richContent.v-content-builder .content-col.color2.has-icon.icon-blog:before {
	background: #fff;
	color: #222222;
}

.richContent.v-content-builder .content-col.color2light {
	background-color: lightgray;
}

.richContent.v-content-builder .content-col.white {
	background-color: #FFF;
}

.richContent.v-content-builder .content-col.greyDark {
	background-color: #666666;
	color: #FFF;
}

.richContent.v-content-builder .content-col.greyDark h1,
.richContent.v-content-builder .content-col.greyDark h2,
.richContent.v-content-builder .content-col.greyDark h3,
.richContent.v-content-builder .content-col.greyDark h4,
.richContent.v-content-builder .content-col.greyDark h5,
.richContent.v-content-builder .content-col.greyDark h6,
.richContent.v-content-builder .content-col.greyDark b,
.richContent.v-content-builder .content-col.greyDark a {
	color: #FFF;
}

.richContent.v-content-builder .content-col.greyLight {
	background-color: #E9E9E9;
	color: #000000;
}

.richContent.v-content-builder .content-col.greyLight b,
.richContent.v-content-builder .content-col.greyLight a {
	color: #000000;
}

.richContent .banniere {
	margin: 1.5em 0;
}

.richContent .tradauto-info {
	text-align: center;
	color: #666;
}

.richContent .tradauto-info:before {
	content: '\24d8';
	margin-right: 4px;
	font-size: 1rem;
}

.richContent img {
	content-visibility: auto;
}

.richContent img.revealable.loading {
	filter: blur(10px);
}

.main-body {
	background-color: #f3f3f3;
}

.main-body::after {
	clear: both;
	content: "";
	display: table;
}

.main-body .ariane {
	padding: 0.5rem 1rem;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #333333;
}

.main-body .ariane ul {
	list-style: none;
	display: inline;
}

.main-body .ariane ul .item {
	display: inline-block;
	padding: 0 0 0 0.5rem;
}

.main-body .ariane ul .item .item:before {
	content: '\203A';
	font-size: 1.5em;
	padding-right: 0.5rem;
}

.main-body .ariane ul .item.hidden {
	padding: 0;
}

.main-body .ariane ul .item.hidden:before {
	display: none;
}

.main-body .ariane ul .item.hidden > .item-bt {
	display: none;
}

.main-body .ariane > ul {
	float: right;
}

.main-body .ariane.truncated > ul:before {
	content: '...';
	display: inline-block;
	font-size: 1.5em;
}

.main-body .ariane a {
	color: #333333;
	text-decoration: underline;
}

.main-body .ariane a:hover {
	color: #000000;
}

.main-body .titlePage {
	padding: 2rem 1rem 0.5rem 1rem;
	text-align: center;
}

.main-body .titlePage h1 {
	font-family: 'bebas-neue';
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #262626;
}

.main-body .titlePage h1 .soustitre {
	display: table;
	color: #FFF;
	background-color: #262626;
	padding: 0 1rem;
	font-size: 0.8em;
	margin: 0 auto;
}

.main-body .content-header .richContent,
.main-body .content .richContent {
	padding-left: 1em;
	padding-right: 1em;
}

.main-body .content-header .richContent:not(:empty),
.main-body .content .richContent:not(:empty) {
	padding-top: 0.5rem;
	padding-bottom: 2rem;
}

.main-body .content-header .richContent.v-content-builder,
.main-body .content .richContent.v-content-builder {
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.main-body .content-header .richContent .flexvideo .consent-notification,
.main-body .content-header .richContent .content-video .consent-notification,
.main-body .content .richContent .flexvideo .consent-notification,
.main-body .content .richContent .content-video .consent-notification {
	position: absolute;
	text-align: center;
	color: #FFF;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	padding: 1em;
	z-index: 1;
}

.main-body .content-header .richContent .flexvideo .consent-notification .bt-details,
.main-body .content-header .richContent .content-video .consent-notification .bt-details,
.main-body .content .richContent .flexvideo .consent-notification .bt-details,
.main-body .content .richContent .content-video .consent-notification .bt-details {
	color: #FFF;
	text-decoration: underline;
}

.main-body .content-header .richContent .flexvideo .consent-notification .bouton:before,
.main-body .content-header .richContent .content-video .consent-notification .bouton:before,
.main-body .content .richContent .flexvideo .consent-notification .bouton:before,
.main-body .content .richContent .content-video .consent-notification .bouton:before {
	margin-right: 0.25em;
}

.main-body .content-header .minifiableBox .richContent:not(:empty),
.main-body .content .minifiableBox .richContent:not(:empty) {
	padding-bottom: 3rem;
}

.main-body .content .content-bannieres .banniere {
	margin: 1.5em 0;
}

.main-body .aside1 {
	padding-top: 1.5em;
}

.main-body .aside2 .zoomAnnonce {
	position: relative;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.main-body .aside2 .zoomAnnonce-bt {
	display: block;
}

.main-body .aside2 .zoomAnnonce-title {
	position: absolute;
	z-index: 2;
	font-size: 1.3em;
	top: 1.3em;
	right: -2.7em;
	padding: 0.5em 2.8em;
	width: 11em;
	color: #fff;
	background-color: #222222;
	text-align: center;
	line-height: 1em;
	transform: rotate(45deg);
}

.main-body .aside2 .zoomAnnonce-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: filter 0.5s linear;
}

.main-body .aside2 .zoomAnnonce-img.loading {
	filter: blur(10px);
}

.main-body .aside2 .zoomAnnonce-fiche {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
}

.main-body .aside2 .zoomAnnonce-fiche-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3em 0.75em 1.5em;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.2em;
}

.main-body .aside2 .zoomAnnonce-fiche-title:after,
.main-body .aside2 .zoomAnnonce-fiche-title:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.main-body .aside2 .zoomAnnonce-fiche-title:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.main-body .aside2 .zoomAnnonce-fiche-title:after {
	opacity: 0;
	transition: opacity ease 0.5s;
	background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.6) 100%);
}

.main-body .aside2 .zoomAnnonce-fiche-title .fiche-libelle {
	display: block;
	font-weight: 600;
}

.main-body .aside2 .zoomAnnonce-fiche-title .fiche-localisation {
	font-size: 0.85em;
}

.main-body .aside2 .zoomAnnonce-bt:hover .zoomAnnonce-fiche-title:after {
	opacity: 1;
}

.main-body .aside2 .zoomArticles {
	position: relative;
	margin-bottom: 1.5em;
}

.main-body .aside2 .zoomArticles-bt {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	color: #222222;
	overflow: hidden;
	background-color: #DDD;
}

.main-body .aside2 .zoomArticles-title {
	position: relative;
	z-index: 1;
	font-weight: 600;
	background-color: #222222;
	color: #FFF;
	padding: 0.5em 0.75em 0.5em 6.25em;
}

.main-body .aside2 .zoomArticles-title::after {
	clear: both;
	content: "";
	display: table;
}

.main-body .aside2 .zoomArticles-title:before {
	content: '';
	position: absolute;
	left: 0.75em;
	top: 0.5em;
	width: 5em;
	height: 0;
	padding-bottom: 5em;
	float: left;
	background-color: #222222;
	background-image: url("../images/selon-nos-envies.svg");
	background-position: 35% 65%;
	background-repeat: no-repeat;
	background-size: 72%;
	border-radius: 50%;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.main-body .aside2 .zoomArticles-img {
	width: 100%;
	transition: filter 0.5s linear;
}

.main-body .aside2 .zoomArticles-img.loading {
	filter: blur(10px);
}

.main-body .aside2 .zoomArticles-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	padding: 0.5em 0.75em 1.5em;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.main-body .aside2 .zoomArticles-subtitle {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.main-body .aside2 .zoomArticles-subtitle .fiche-libelle {
	display: block;
	font-weight: 600;
}

.main-body .aside2 .zoomArticles-overview {
	font-size: 0.8em;
	padding: 0 1em;
}

.main-body .aside2 > .row {
	position: relative;
}

.main-body .aside2 > .row .column {
	max-width: 20.25em;
	margin: 0 auto;
	float: none;
}

.main-body .aside2 > .row .banniere {
	margin-bottom: 1.5em;
}

#colorbox .richContent {
	padding: 0.5rem 1rem;
}

.zoomAgenda {
	margin-bottom: 1.5em;
}

.zoomAgenda::after {
	clear: both;
	content: "";
	display: table;
}

.zoomAgenda.mini .zoomAgenda-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: solid 1px #444;
	margin: 0 0 0.5em 0;
}

.zoomAgenda.mini .zoomAgenda-title a {
	display: block;
	color: currentColor;
	text-decoration: none;
	padding: 0.75em 0;
}

.zoomAgenda.mini .zoomAgenda-title a span {
	font-size: 1.2em;
	line-height: 1.1;
	display: block;
}

.zoomAgenda .zoomAgenda-title a:hover {
	background-color: #fff;
}

.zoomAgenda .zoomAgenda-list::after {
	clear: both;
	content: "";
	display: table;
}

.zoomAgenda .zoomAgenda-list .event {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 0.5em 0;
	padding: 8% 0 0.25em;
	color: currentColor;
	text-decoration: none;
	cursor: pointer;
}

.zoomAgenda .zoomAgenda-list .event:hover {
	background-color: #fff;
}

.zoomAgenda .zoomAgenda-list .event .event-aside {
	float: left;
	width: 29%;
	overflow: hidden;
	height: auto;
}

.zoomAgenda .zoomAgenda-list .event .event-date {
	font-family: 'bebas-neue';
	display: block;
	font-size: 1em;
	background: none;
}

.zoomAgenda .zoomAgenda-list .event .event-date > span {
	float: right;
	text-transform: uppercase;
	padding: 0.25em 0.5em 0 0;
}

.zoomAgenda .zoomAgenda-list .event .event-date > span > span {
	display: block;
	float: right;
	clear: right;
	line-height: 1em;
	height: 1em;
	padding-left: 0.25em;
	text-align: right;
}

.zoomAgenda .zoomAgenda-list .event .event-date .date_day {
	font-size: 2.6em;
	float: left;
	height: 0.6em;
	line-height: 0.8em;
	width: auto;
	padding-left: 0;
}

.zoomAgenda .zoomAgenda-list .event .event-date .date_lib {
	font-size: 0.8em;
}

.zoomAgenda .zoomAgenda-list .event .event-date .date_month {
	font-size: 1.1em;
}

.zoomAgenda .zoomAgenda-list .event .event-date .date_year {
	font-size: 0.9em;
}

.zoomAgenda .zoomAgenda-list .event .event-details {
	float: right;
	width: 71%;
	min-height: 57px;
	padding: 0;
}

.zoomAgenda .zoomAgenda-list .event .event-category {
	border: 0;
	float: none;
	background: none;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 0 4px 0;
	padding: 0 0;
	text-transform: uppercase;
	font-size: 0.7em;
	border-bottom: solid 1px;
	color: #222222;
}

.zoomAgenda .zoomAgenda-list .event .event-category .icon-label {
	margin-right: 0.25em;
}

.zoomAgenda .zoomAgenda-list .event .event-title {
	font-family: 'athelas';
	margin: 0;
	line-height: 1.2em;
}

.zoomAgenda .zoomAgenda-list .event .event-img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
	padding-bottom: 7%;
	overflow: hidden;
}

.zoomAgenda .zoomAgenda-list .event .event-img > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
}

.zoomAgenda .zoomAgenda-list .event .event-img > img.loading {
	filter: blur(10px);
}

.main-footer {
	background-color: #222222;
}

.main-footer .reseauxSociaux {
	padding: 1em;
}

.main-footer .reseauxSociaux .reseauxSociaux-list {
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.main-footer .reseauxSociaux li {
	display: block;
	float: left;
	margin: 0;
	width: 33.3333%;
	padding: 0.75em;
}

.main-footer .reseauxSociaux li .bt {
	position: relative;
	display: block;
	height: 52px;
	width: 52px;
	margin: 0 auto;
	background-image: url("../images/socialIcons.svg?v=20230914");
	background-size: 1280px 256px;
	background-repeat: no-repeat;
}

.main-footer .reseauxSociaux li .bt span {
	display: none;
}

.main-footer .reseauxSociaux li .bt:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: url("../images/socialIcons.svg?v=20230914");
	background-size: 1280px 256px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.5s;
}

.main-footer .reseauxSociaux li .bt:hover:before {
	opacity: 1;
}

.main-footer .reseauxSociaux li.bt_facebook .bt {
	background-position: -6px -134px;
}

.main-footer .reseauxSociaux li.bt_facebook .bt:before {
	background-position: -6px -70px;
}

.main-footer .reseauxSociaux li.bt_twitter .bt {
	background-position: -70px -134px;
}

.main-footer .reseauxSociaux li.bt_twitter .bt:before {
	background-position: -70px -70px;
}

.main-footer .reseauxSociaux li.bt_flickr .bt {
	background-position: -262px -134px;
}

.main-footer .reseauxSociaux li.bt_flickr .bt:before {
	background-position: -262px -70px;
}

.main-footer .reseauxSociaux li.bt_pinterest .bt {
	background-position: -326px -134px;
}

.main-footer .reseauxSociaux li.bt_pinterest .bt:before {
	background-position: -326px -70px;
}

.main-footer .reseauxSociaux li.bt_instagram .bt {
	background-position: -390px -134px;
}

.main-footer .reseauxSociaux li.bt_instagram .bt:before {
	background-position: -390px -70px;
}

.main-footer .reseauxSociaux li.bt_tumblr .bt {
	background-position: -646px -134px;
}

.main-footer .reseauxSociaux li.bt_tumblr .bt:before {
	background-position: -646px -70px;
}

.main-footer .reseauxSociaux li.bt_youTube .bt {
	background-position: -454px -134px;
}

.main-footer .reseauxSociaux li.bt_youTube .bt:before {
	background-position: -454px -70px;
}

.main-footer .reseauxSociaux li.bt_tikTok .bt {
	background-position: -1094px -134px;
}

.main-footer .reseauxSociaux li.bt_tikTok .bt:before {
	background-position: -1094px -70px;
}

.main-footer .partenaires {
	background-color: #FFF;
}

.main-footer .partenaires .partenaires-list {
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.main-footer .partenaires .partenaires-list:not(:empty) {
	padding: 1em 0;
}

.main-footer .partenaires li {
	display: block;
	float: left;
	margin: 0;
	width: 50%;
	padding: 0.75em;
}

.main-footer .partenaires li .bt {
	position: relative;
	display: block;
	width: 140px;
	height: 70px;
	margin: 0 auto;
}

.main-footer .autresGuides {
	display: none;
}

.cglv .main-footer .autresGuides,
.cgpt .main-footer .autresGuides,
.cgsv .main-footer .autresGuides,
.cgst .main-footer .autresGuides {
	flex-direction: column-reverse;
}

.main-footer .autresGuides .row {
	padding: 1em 0;
	position: relative;
}

.main-footer .autresGuides .row:before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 2px solid #fff;
	margin-top: 0.75em;
	left: 1em;
	right: 1em;
	z-index: 1;
}

.main-footer .autresGuides .autresGuides-title {
	position: relative;
	display: table;
	margin: 0 auto;
	background-color: #222222;
	color: #FFF;
	text-align: center;
	z-index: 2;
	padding: 0 0.5em;
}

.main-footer .autresGuides ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: 0;
}

.main-footer .autresGuides ul > li {
	float: left;
	display: block;
}

.main-footer .autresGuides ul > li > a {
	display: block;
	width: 78px;
	height: 78px;
	text-indent: -9999px;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: auto 78%;
	outline: none;
	margin: 0 auto;
}

.main-footer .autresGuides ul > li.gdp > a {
	background-image: url("../images/guides/gdp.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdpb > a {
	background-image: url("../images/guides/gdpb.svg?v=202102");
	background-position: -5px center;
}

.main-footer .autresGuides ul > li.gdl > a {
	background-image: url("../images/guides/gdl.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdb > a {
	background-image: url("../images/guides/gdb.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdlg > a {
	background-image: url("../images/guides/gdlg.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdlot > a {
	background-image: url("../images/guides/gdlot.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdcm > a {
	background-image: url("../images/guides/gdcm.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdg > a {
	background-image: url("../images/guides/gdg.svg?v=202102");
}

.main-footer .autresGuides ul > li.gbg > a {
	background-image: url("../images/guides/gbg.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdt > a {
	background-image: url("../images/guides/gdt.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdtg > a {
	background-image: url("../images/guides/gdtg.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdc > a {
	background-image: url("../images/guides/gdc.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdv > a {
	background-image: url("../images/guides/gdv.svg?v=202102");
}

.main-footer .autresGuides ul > li.gtp > a {
	background-image: url("../images/guides/gtp.svg?v=202102");
}

.main-footer .autresGuides ul > li.gta > a {
	background-image: url("../images/guides/gta.svg?v=202102");
}

.main-footer .autresGuides ul > li.gdch > a {
	background-image: url("../images/guides/gdch.svg?v=202102");
}

.main-footer .autresGuides ul > li.cgst > a {
	background-image: url("../images/guides/cgst.svg?v=202102");
}

.main-footer .autresGuides ul > li.cglp > a {
	background-image: url("../images/guides/cglp.svg?v=202102");
}

.main-footer .autresGuides ul > li.cgpt > a {
	background-image: url("../images/guides/cgpt.svg?v=202102");
}

.main-footer .autresGuides ul > li.cgsv > a {
	background-image: url("../images/guides/cgsv.svg?v=202102");
}

.main-footer .autresGuides .cityguides {
	background-color: #FFF;
}

.main-footer .autresGuides .cityguides .row:before {
	border-color: #222;
}

.main-footer .autresGuides .cityguides .autresGuides-title {
	background-color: #FFF;
	color: #222;
}

.main-footer .autresGuides .cityguides ul {
	padding: 1em 0 0.5em 0;
}

.main-footer .autresGuides .cityguides ul > li > a {
	background-position: center center;
	background-size: auto 100%;
}

.main-footer .footer-menu {
	background-color: #262626;
}

.main-footer .footer-menu nav {
	padding: 0.5em 0;
	line-height: 2.5em;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
}

.no-touch .main-footer .footer-menu nav {
	line-height: 1.5em;
	padding: 1em 0;
}

.main-footer .footer-menu nav a {
	color: #FFF;
}

.main-footer .footer-menu nav a:hover {
	text-decoration: underline;
}

.main-footer .footer-menu .espacepro:after {
	content: ' | ';
}

.main-footer .footer-menu .espacepro .bt {
	padding: 0 0.25rem;
	text-transform: lowercase;
}

.main-footer .footer-menu .menu {
	display: inline;
}

.main-footer .footer-menu .menu > li {
	display: inline;
}

.main-footer .footer-menu .menu > li:after {
	content: ' | ';
}

.main-footer .footer-menu .menu > li > .bt {
	padding: 0 0.25rem;
	text-transform: lowercase;
	white-space: nowrap;
}

.main-footer .footer-menu .copyright {
	white-space: nowrap;
}

.sticky {
	top: -3em;
	transition: top 0.5s ease-in-out;
}

.header-is-sticky .sticky {
	background-color: #FFF;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: solid 1px #dddddd;
}

.header-is-sticky .sticky .main-bg,
.header-is-sticky .sticky .topLeft-menu,
.header-is-sticky .sticky .main-logo .welcome,
.header-is-sticky .sticky .main-menu-overlay,
.header-is-sticky .sticky .main-menu {
	display: none !important;
}

.header-is-sticky .sticky .main-banner {
	height: auto;
}

.header-is-sticky .sticky .main-ruban {
	float: right;
	background: none;
}

.header-is-sticky .sticky .main-ruban .topRight-menu > ul > li .bt {
	color: #262626;
}

.header-is-sticky .sticky .main-logo {
	width: auto;
	float: left;
}

.header-is-sticky .sticky .mobile-panel-toggle.left {
	display: block !important;
	top: 0;
	background-color: transparent;
	border-radius: 0;
}

.header-is-sticky .sticky .mobile-panel-toggle.left:hover {
	background-color: #EEE;
}

.header-is-sticky .sticky .bt_accueil {
	position: absolute !important;
	left: 3.5em;
	margin: 0 !important;
	width: 4.25em !important;
	height: 3em !important;
}

.header-is-sticky .sticky .bt_accueil:before {
	background-image: url("../images/config/logo-2.svg?v=202102") !important;
	background-size: auto 90% !important;
	background-position: center center !important;
}

.header-is-sticky .sticky .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item .bt:hover {
	background-color: #FFF;
}

.header-is-sticky .sticky .main-ruban .topRight-menu > ul .lang-menu:hover > ul {
	background-color: rgba(238, 238, 238, 0.75);
}

.blocsAccueil-groupTitle,
.nearestItems-title {
	padding: 0 1.5em;
}

.blocsAccueil-groupTitle > h2,
.nearestItems-title > h2 {
	color: #666666;
	font-size: 1.563em;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

.blocsAccueil-groupTitle > h2 > b,
.nearestItems-title > h2 > b {
	font-weight: 600;
	color: #222222;
}

body.noel .main-banner .main-logo .bt_accueil {
	height: 116px;
	margin-top: 0.5em;
}

body.noel .main-banner .main-logo .bt_accueil:before {
	background-image: url("../images/config/logo-noel.svg?v=202102");
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {

/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
	background-image: url("../scripts/photoswipe/images/default-skin.svg");
}

.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
	background: none;
}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {

.loading:after {
	background-image: url("../images/loading@2x.png");
	background-size: 128px 128px;
}

html[lang=fr] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .bt:before,
.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.fr .bt:before {
	background-image: url("../images/drap_fr_hd.gif");
	background-size: 12px 10px;
}

html[lang=en] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .bt:before,
.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.en .bt:before {
	background-image: url("../images/drap_en_hd.gif");
	background-size: 12px 10px;
}

html[lang=es] .main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.select .bt:before,
.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item.es .bt:before {
	background-image: url("../images/drap_es_hd.gif");
	background-size: 12px 10px;
}

.main-header-buttons > .bt-carte .bt:before,
.main-header-buttons > .bt-carte .bt:after {
	background-image: url("../images/config/bt_geolocalisation@2x.png");
	background-size: 112px 56px;
}

.richContent:not(.v-content-builder) .icon-doc {
	background-image: url("../images/docs_sprite@2x.png");
	background-size: 120px 72px;
}

}

@media only print, only screen and (min-width: 30.063em) {

.column.small-1 {
	width: 8.3333333333%;
}

.column.small-2 {
	width: 16.6666666667%;
}

.column.small-3 {
	width: 25%;
}

.column.small-4 {
	width: 33.3333333333%;
}

.column.small-5 {
	width: 41.6666666667%;
}

.column.small-6 {
	width: 50%;
}

.column.small-7 {
	width: 58.3333333333%;
}

.column.small-8 {
	width: 66.6666666667%;
}

.column.small-9 {
	width: 75%;
}

.column.small-10 {
	width: 83.3333333333%;
}

.column.small-11 {
	width: 91.6666666667%;
}

.column.small-12 {
	width: 100%;
}

.row.small-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.small-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.small-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.small-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.small-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.small-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.show-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.hide-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.formu .form_grid {
	float: left;
	width: 100%;
	padding: 0 0.5em;
}

.formu .form_grid1 {
	width: 50%;
}

.formu .form_grid1.breakLine {
	clear: both;
}

.formu .listCheck label {
	float: left;
	width: 50%;
}

.v-cookiesconsent-banner-content-buttons span {
	display: inline-block;
	white-space: nowrap;
}

.nearestAnnonces-list .annonce {
	width: 45%;
}

.nearestAnnonces-list .annonce-container {
	font-size: 2vw;
}

.main-ruban .topLeft-menu li > a {
	padding: 0 0.5em;
}

.main-ruban .topRight-menu > ul > li {
	width: 3em;
}

.header-is-sticky .sticky .main-banner .search-menu {
	transition: none;
	overflow: initial;
	left: 7em !important;
}

.header-is-sticky .sticky .main-banner .search-menu,
.header-is-sticky .sticky .main-banner .search-menu.focused {
	width: auto;
	right: 11.5em !important;
	z-index: auto;
}

.header-is-sticky .sticky .main-banner .search-menu .search-menu-form {
	max-width: 380px;
}

.main-header-buttons > div {
	width: 50%;
	float: left;
}

.main-body .aside2 .zoomAnnonce-title {
	font-size: 3.5vw;
}

.main-body .aside2 .zoomAnnonce-fiche-title {
	font-size: 3vw;
}

.main-body .aside2 .zoomArticles {
	display: none;
}

.main-body .aside2 .zoomArticles-title {
	font-size: 2.4vw;
}

.main-body .aside2 .zoomArticles-subtitle {
	font-size: 3vw;
}

.main-body .aside2 .zoomArticles-overview {
	font-size: 1.9vw;
}

.main-body .aside2 > .row .column {
	max-width: none;
	margin: 0;
	float: left;
}

.zoomAgenda .zoomAgenda-list .event .event-aside {
	width: 33.3333%;
}

.zoomAgenda .zoomAgenda-list .event .event-date {
	font-size: 2.6vw;
}

.zoomAgenda .zoomAgenda-list .event .event-details {
	width: 66.6667%;
}

.main-footer .reseauxSociaux .reseauxSociaux-list {
	flex-wrap: nowrap;
}

.main-footer .reseauxSociaux li {
	width: auto;
}

.main-footer .partenaires li {
	width: 33.3333%;
}

}

@media only print, only screen and (min-width: 48.063em) {

.column.medium-1 {
	width: 8.3333333333%;
}

.column.medium-2 {
	width: 16.6666666667%;
}

.column.medium-3 {
	width: 25%;
}

.column.medium-4 {
	width: 33.3333333333%;
}

.column.medium-5 {
	width: 41.6666666667%;
}

.column.medium-6 {
	width: 50%;
}

.column.medium-7 {
	width: 58.3333333333%;
}

.column.medium-8 {
	width: 66.6666666667%;
}

.column.medium-9 {
	width: 75%;
}

.column.medium-10 {
	width: 83.3333333333%;
}

.column.medium-11 {
	width: 91.6666666667%;
}

.column.medium-12 {
	width: 100%;
}

.row.medium-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.medium-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.medium-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.medium-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.medium-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.medium-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.banniere.show-for-medium-up:not(:empty) {
	display: block !important;
}

.minifiableBox {
	max-height: 15em;
}

.v-cookiesconsent-banner-content {
	position: fixed;
	top: 50%;
	left: 50%;
	border: solid #222222 2px;
	width: 90%;
	max-height: 90%;
	max-width: 640px;
	transform: translate(-50%, -50%);
}

.v-cookiesconsent-banner-content-msg {
	float: left;
}

.v-cookiesconsent-banner-content-buttons {
	float: right;
}

.v-cookiesconsent-details {
	position: fixed;
	top: 50%;
	left: 50%;
	border: solid #222222 2px;
	width: 90%;
	max-height: 90%;
	max-width: 640px;
	transform: translate(-50%, -50%);
}

.nearestAnnonces .row .nearestAnnonces-list:before {
	display: none;
}

.nearestAnnonces-list > .column {
	white-space: normal;
}

.nearestAnnonces-list > .column,
.nearestAnnonces-list > .column.revealed {
	overflow: visible;
}

.nearestAnnonces-list > .column:after {
	display: table;
	height: auto;
	width: auto;
	clear: both;
}

.nearestAnnonces-list .annonce {
	width: 33.3333%;
}

.nearestAnnonces-list .annonce:nth-child(3) ~ .annonce {
	display: none;
}

.v-content-builder .content-annonces .nearestAnnonces-list .annonce {
	width: 50%;
}

.v-content-builder .content-annonces .nearestAnnonces-list .annonce:nth-child(2) ~ .annonce {
	display: none;
}

.nearestAnnonces-list .annonce-container {
	font-size: 1.5vw;
}

.open-left > .rwd-slider,
.open-right > .rwd-slider {
	transform: none;
}

.open-left .rwd-panel-close,
.open-right .rwd-panel-close {
	display: none;
}

.open-left .rwd-main,
.open-right .rwd-main {
	height: auto;
	overflow: auto;
}

.rwd-main .background > div:before {
	padding-bottom: 50%;
}

.main-ruban .topLeft-menu {
	max-width: calc(100vw - 34rem);
}

.main-ruban .topLeft-menu li.bt_accueil {
	display: block;
}

.main-ruban .topRight-menu > ul > li {
	width: auto;
	margin-left: 0.25em;
}

.main-ruban .topRight-menu > ul > li .bt {
	padding: 0 0.5em;
}

.main-ruban .topRight-menu > ul > li.bt_espacepro .bt:before,
.main-ruban .topRight-menu > ul > li.bt_connexion .bt:before,
.main-ruban .topRight-menu > ul > li.bt_favoris .bt:before {
	position: static;
	float: left;
	top: auto;
	left: auto;
	margin: 0.5em 0.15em 0 0;
}

.main-ruban .topRight-menu > ul > li.bt_espacepro .bt span,
.main-ruban .topRight-menu > ul > li.bt_connexion .bt span,
.main-ruban .topRight-menu > ul > li.bt_favoris .bt span {
	display: inline;
	font-size: 0.9em;
}

.main-ruban .topRight-menu > ul .lang-menu {
	width: 100px;
}

.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item .bt:before {
	width: 1.5em;
}

.main-ruban .topRight-menu > ul .lang-menu .lang-menu-item .bt span {
	display: inline;
}

.main-ruban .topRight-menu .client-menu > .bt {
	width: auto;
}

.main-ruban .topRight-menu .client-menu > .bt > span {
	display: inline;
	text-indent: 0;
	font-size: 0.9em;
}

.main-ruban .topRight-menu .client-menu > .bt > span:before {
	position: static;
	top: auto;
	left: auto;
	float: left;
	margin: 0.5em 0.15em 0 0;
}

.main-ruban .topRight-menu .client-menu ul {
	list-style: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.main-ruban .topRight-menu .client-menu:hover > .bt {
	color: #262626;
	background-color: #FFF;
}

.main-ruban .topRight-menu .client-menu:hover ul {
	display: block;
}

.main-ruban .topRight-menu .client-menu:hover ul li {
	display: block;
}

.main-ruban .topRight-menu .client-menu:hover ul li .bt,
.main-ruban .topRight-menu .client-menu:hover ul li .bt:hover {
	display: block;
	padding: 1em;
	line-height: 1em;
	height: auto;
	text-decoration: none;
	color: #000;
}

.no-touch .main-ruban .topRight-menu .client-menu:hover ul li .bt,
.no-touch
              .main-ruban .topRight-menu .client-menu:hover ul li .bt:hover {
	padding: 0.5em 1em;
}

.main-ruban .topRight-menu .client-menu:hover ul li .bt span,
.main-ruban .topRight-menu .client-menu:hover ul li .bt:hover span {
	font-size: 0.9em;
}

.main-ruban .topRight-menu .client-menu:hover ul li .bt:hover {
	text-decoration: none;
	background-color: #EEE;
}

.main-banner .search-menu {
	position: relative;
	width: auto;
	float: right;
	margin: 2em 2em -5em 0;
}

.main-banner .search-menu .search-menu-form {
	width: 20em;
	box-shadow: 0 0.35em 0.35em 0 rgba(0, 0, 0, 0.25);
}

.header-is-sticky .sticky .main-banner .search-menu,
.header-is-sticky .sticky .main-banner .search-menu.focused {
	right: 32em !important;
}

.main-banner {
	height: 13em;
}

.main-banner .main-logo .bt_accueil {
	margin: 2em 1em 0;
	width: 118px;
	float: left;
}

.gdpb .main-banner .main-logo .bt_accueil {
	width: 126px;
	margin-left: 8px;
}

.main-banner .welcome {
	font-size: 1.2em;
}

.main-banner .welcome {
	display: block;
}

.v-mobile-panel-menu-item.mguides {
	display: none;
}

.main-header-buttons {
	display: block;
	padding-top: 1.5em;
}

.main-header-buttons > div {
	float: none;
	width: 100%;
	max-width: 308px;
	margin: 0 auto 8px;
}

.main-header-buttons > div:nth-child(3) {
	display: block;
}

.main-header-buttons > .bt-carte {
	padding: 0 3px;
}

.main-header-buttons > .bt-carte .bt {
	float: right;
}

.richContent:not(.v-content-builder) h1,
.richContent:not(.v-content-builder) h2,
.richContent:not(.v-content-builder) h3,
.richContent:not(.v-content-builder) h4,
.richContent:not(.v-content-builder) h5 {
	text-align: left;
}

.richContent:not(.v-content-builder) h6 {
	text-align: center;
	margin-left: 50%;
}

.richContent:not(.v-content-builder) .flexvideo.imgRight,
.richContent:not(.v-content-builder) img.imgRight,
.richContent:not(.v-content-builder) .img.imgRight {
	float: right;
	margin: 0 0 0.75em 1.5em;
}

.richContent:not(.v-content-builder) .flexvideo.imgLeft,
.richContent:not(.v-content-builder) img.imgLeft,
.richContent:not(.v-content-builder) .img.imgLeft {
	float: left;
	margin: 0 1.5em 0.75em 0;
}

.richContent:not(.v-content-builder) h1 {
	font-size: 2.8em;
}

.richContent:not(.v-content-builder) h2 {
	font-size: 2.24em;
}

.richContent:not(.v-content-builder) h3 {
	font-size: 1.432em;
}

.richContent.v-content-builder .content-text h1,
.richContent.v-content-builder .content-text h2,
.richContent.v-content-builder .content-text h3,
.richContent.v-content-builder .content-text h4,
.richContent.v-content-builder .content-text h5 {
	text-align: left;
}

.richContent.v-content-builder .content-text h6 {
	text-align: center;
	margin-left: 50%;
}

.richContent.v-content-builder .content-img.spaced {
	max-width: calc(100% - 1em);
	margin: 0 auto;
}

.richContent.v-content-builder .content-img.auto {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 1em;
}

.richContent.v-content-builder .content-img.auto > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

html.object-fit .richContent.v-content-builder .content-img.auto > img {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transform: none;
	object-fit: cover;
}

.richContent.v-content-builder .content-spacer.large {
	height: 8em;
}

.richContent.v-content-builder .content-spacer.extralarge {
	height: 12em;
}

.richContent.v-content-builder .content-row {
	flex-direction: row;
	align-items: stretch;
}

.richContent.v-content-builder .content-row.reversed {
	flex-direction: row-reverse;
}

.richContent.v-content-builder .content-col.has-icon {
	min-height: 4.125em;
	padding-left: 5.625em;
}

.richContent.v-content-builder .content-col.has-icon:before {
	margin: 0;
	position: absolute;
	left: 1.75rem;
}

.richContent.v-content-builder .content-col.double {
	width: 200%;
}

.richContent.v-content-builder .content-col.triple {
	width: 300%;
}

.richContent.v-content-builder .content-text h1 {
	font-size: 2.8em;
}

.richContent.v-content-builder .content-text h2 {
	font-size: 2.24em;
}

.richContent.v-content-builder .content-text h3 {
	font-size: 1.432em;
}

.richContent.v-content-builder .content-text .flexvideo.imgRight,
.richContent.v-content-builder .content-text img.imgRight,
.richContent.v-content-builder .content-text .img.imgRight {
	float: right;
	margin: 0 0 0.75em 1.5em;
}

.richContent.v-content-builder .content-text .flexvideo.imgLeft,
.richContent.v-content-builder .content-text img.imgLeft,
.richContent.v-content-builder .content-text .img.imgLeft {
	float: left;
	margin: 0 1.5em 0.75em 0;
}

.richContent.v-content-builder .content-col.color2 .content-img.spaced,
.richContent.v-content-builder .content-col.color2light .content-img.spaced,
.richContent.v-content-builder .content-col.white .content-img.spaced,
.richContent.v-content-builder .content-col.greyDark .content-img.spaced,
.richContent.v-content-builder .content-col.greyLight .content-img.spaced {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.richContent.v-content-builder .content-row.content-nl {
	flex-direction: column;
}

.main-body .ariane {
	padding: 1.5rem 2rem 0;
	text-align: left;
}

.main-body .titlePage {
	padding: 2rem 1rem 1rem 1rem;
	text-align: left;
}

.main-body .titlePage h1 {
	font-size: 3.5em;
}

.main-body .titlePage h1 .soustitre {
	display: block;
	float: right;
	margin: 0;
}

.main-body .content-header .richContent:not(:empty),
.main-body .content .richContent:not(:empty) {
	padding-top: 1rem;
}

.main-body .aside1 {
	float: right;
}

.main-body .aside2 .zoomAnnonce-title {
	font-size: 2.2vw;
}

.main-body .aside2 .zoomAnnonce-fiche-title {
	font-size: 2vw;
}

.main-body .aside2 .zoomArticles {
	display: block;
}

.main-body .aside2 .zoomArticles-title {
	font-size: 1.6vw;
}

.main-body .aside2 .zoomArticles-subtitle {
	font-size: 2vw;
}

.main-body .aside2 .zoomArticles-overview {
	font-size: 1.2vw;
}

.main-body .aside2 > .row {
	padding-top: 1.5em;
}

.main-body .aside2 > .row .column {
	max-width: 20.25em;
	margin: 0 auto;
	float: none;
}

.main-body .aside1,
.main-body .aside2 {
	padding-right: 1.5em;
}

.zoomAgenda .zoomAgenda-list .event .event-date {
	font-size: 1.6vw;
}

.main-footer .autresGuides {
	display: flex;
	flex-direction: column;
}

.main-footer .autresGuides ul > li {
	max-width: 10em;
}

.main-footer .autresGuides ul > li:nth-last-child(3):first-child,
.main-footer .autresGuides ul > li:nth-last-child(3):first-child ~ li {
	width: 33.3333333333%;
}

.main-footer .autresGuides ul > li:nth-last-child(4):first-child,
.main-footer .autresGuides ul > li:nth-last-child(4):first-child ~ li {
	width: 25%;
}

.main-footer .autresGuides ul > li:nth-last-child(11):first-child,
.main-footer .autresGuides ul > li:nth-last-child(11):first-child ~ li {
	width: 16.6666666667%;
}

.main-footer .autresGuides ul > li:nth-last-child(12):first-child,
.main-footer .autresGuides ul > li:nth-last-child(12):first-child ~ li {
	width: 16.6666666667%;
}

.main-footer .autresGuides ul > li:nth-last-child(13):first-child,
.main-footer .autresGuides ul > li:nth-last-child(13):first-child ~ li {
	width: 14.2857142857%;
}

.blocsAccueil-groupTitle > h2,
.nearestItems-title > h2 {
	font-size: 1.953em;
}

body.noel .main-banner .main-logo .bt_accueil {
	width: 134px;
	margin-right: 0;
}

body.noel.gdpb .main-banner .main-logo .bt_accueil {
	width: 142px;
}

}

@media only print, only screen and (min-width: 60.063em) {

.column.large-1 {
	width: 8.3333333333%;
}

.column.large-2 {
	width: 16.6666666667%;
}

.column.large-3 {
	width: 25%;
}

.column.large-4 {
	width: 33.3333333333%;
}

.column.large-5 {
	width: 41.6666666667%;
}

.column.large-6 {
	width: 50%;
}

.column.large-7 {
	width: 58.3333333333%;
}

.column.large-8 {
	width: 66.6666666667%;
}

.column.large-9 {
	width: 75%;
}

.column.large-10 {
	width: 83.3333333333%;
}

.column.large-11 {
	width: 91.6666666667%;
}

.column.large-12 {
	width: 100%;
}

.row.large-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.large-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.large-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.large-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.large-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.large-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.formu .form_grid {
	padding: 0 1em;
}

.formu .listCheck label {
	width: 33.333%;
}

.nearestAnnonces-list .annonce-container {
	font-size: 1.3vw;
}

.nearestAnnonces-list .annonce-container:before {
	padding-bottom: 100%;
}

.nearestAnnonces-list .annonce-img {
	height: 65%;
}

.nearestAnnonces-list .annonce-title {
	top: 65%;
}

.nearestAnnonces-list .annonce-resume .annonce-preview {
	top: 72%;
}

.rwd-main .background:after {
	background-position: center bottom;
}

.main-ruban .topLeft-menu li > a > span {
	display: inline;
	font-size: 0.7em;
}

.main-ruban .topLeft-menu li > a {
	padding: 0 0.5em 0 0.25em;
}

.main-ruban .topLeft-menu li.bt_accueil a,
.main-ruban .topLeft-menu li.bt_newsletter a,
.main-ruban .topLeft-menu li.bt_agenda a,
.main-ruban .topLeft-menu li.bt_infoPrat a,
.main-ruban .topLeft-menu li.bt_blog a,
.main-ruban .topLeft-menu li.bt_geolocalisation a,
.main-ruban .topLeft-menu li.bt_meteo a {
	padding-left: 2em;
}

.main-ruban .topLeft-menu li.bt_accueil a:before,
.main-ruban .topLeft-menu li.bt_newsletter a:before,
.main-ruban .topLeft-menu li.bt_agenda a:before,
.main-ruban .topLeft-menu li.bt_infoPrat a:before,
.main-ruban .topLeft-menu li.bt_blog a:before,
.main-ruban .topLeft-menu li.bt_geolocalisation a:before,
.main-ruban .topLeft-menu li.bt_meteo a:before {
	left: 1em;
}

.main-ruban .topLeft-menu li.bt_accueil a:before {
	left: 50%;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > .bt .libelle,
.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel > label .libelle {
	margin-left: 4.35rem;
	margin-bottom: 0.5rem;
	font-size: 0.9em;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > .bt .descript,
.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel > label .descript {
	margin-left: 4.35rem;
	font-size: 0.8em;
}

.main-menu-nav > ul > li > .bt > .libelle {
	font-size: 0.9em;
}

.header-is-sticky .main-menu-nav > ul > li > .bt > .libelle {
	font-size: 0.9em;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li > .bt {
	padding: 0.5em;
	height: 5.5em;
}

.main-body .ariane {
	padding: 1.5rem 4rem 0;
}

.main-body .content > .richContent,
.main-body .content > .titlePage {
	max-width: 1200px;
	margin: 0 auto;
}

.main-body .aside2 .zoomAnnonce-title {
	font-size: 1.3em;
}

.main-body .aside2 .zoomAnnonce-fiche-title {
	font-size: 1.2em;
}

.main-body .aside2 .zoomArticles-title {
	font-size: 1em;
}

.main-body .aside2 .zoomArticles-subtitle {
	font-size: 1.2em;
}

.main-body .aside2 .zoomArticles-overview {
	font-size: 0.8em;
}

.main-body .content {
	width: calc( 100% - 21em);
}

.main-body .aside1,
.main-body .aside2 {
	width: 21em;
}

.zoomAgenda .zoomAgenda-list .event .event-aside {
	width: 29%;
}

.zoomAgenda .zoomAgenda-list .event .event-date {
	font-size: 1em;
}

.zoomAgenda .zoomAgenda-list .event .event-details {
	width: 71%;
}

.main-footer .partenaires li {
	width: 20%;
}

.main-footer .autresGuides ul > li:nth-last-child(11):first-child,
.main-footer .autresGuides ul > li:nth-last-child(11):first-child ~ li {
	width: 9.0909090909%;
}

.main-footer .autresGuides ul > li:nth-last-child(12):first-child,
.main-footer .autresGuides ul > li:nth-last-child(12):first-child ~ li {
	width: 8.3333333333%;
}

.main-footer .autresGuides ul > li:nth-last-child(13):first-child,
.main-footer .autresGuides ul > li:nth-last-child(13):first-child ~ li {
	width: 7.6923076923%;
}

}

@media only print, only screen and (min-width: 75.063em) {

.column.xlarge-1 {
	width: 8.3333333333%;
}

.column.xlarge-2 {
	width: 16.6666666667%;
}

.column.xlarge-3 {
	width: 25%;
}

.column.xlarge-4 {
	width: 33.3333333333%;
}

.column.xlarge-5 {
	width: 41.6666666667%;
}

.column.xlarge-6 {
	width: 50%;
}

.column.xlarge-7 {
	width: 58.3333333333%;
}

.column.xlarge-8 {
	width: 66.6666666667%;
}

.column.xlarge-9 {
	width: 75%;
}

.column.xlarge-10 {
	width: 83.3333333333%;
}

.column.xlarge-11 {
	width: 91.6666666667%;
}

.column.xlarge-12 {
	width: 100%;
}

.row.xlarge-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xlarge-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xlarge-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xlarge-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xlarge-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xlarge-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.nearestAnnonces-list .annonce {
	width: 25%;
}

.nearestAnnonces-list .annonce:nth-child(3) ~ .annonce {
	display: inline-block;
}

.nearestAnnonces-list .annonce:nth-child(4) ~ .annonce {
	display: none;
}

.v-content-builder .content-annonces .nearestAnnonces-list .annonce {
	width: 33.333%;
}

.v-content-builder .content-annonces .nearestAnnonces-list .annonce:nth-child(2) ~ .annonce {
	display: inline-block;
}

.nearestAnnonces-list .annonce-container {
	font-size: 1vw;
}

.main-ruban .topLeft-menu li > a > span > span {
	display: inline;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul {
	padding: 1.5em 0 1.5em 25%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) calc( 25% + 16px), rgba(0, 0, 0, 0) 100%);
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li {
	width: 33.3333%;
}

.main-menu-nav > ul > li > .subMenuBanner ul > li.hasSubMenu > ul > li.subMenuLabel {
	width: 25%;
}

}

@media only print, only screen and (min-width: 100.063em) {

.column.xxlarge-1 {
	width: 8.3333333333%;
}

.column.xxlarge-2 {
	width: 16.6666666667%;
}

.column.xxlarge-3 {
	width: 25%;
}

.column.xxlarge-4 {
	width: 33.3333333333%;
}

.column.xxlarge-5 {
	width: 41.6666666667%;
}

.column.xxlarge-6 {
	width: 50%;
}

.column.xxlarge-7 {
	width: 58.3333333333%;
}

.column.xxlarge-8 {
	width: 66.6666666667%;
}

.column.xxlarge-9 {
	width: 75%;
}

.column.xxlarge-10 {
	width: 83.3333333333%;
}

.column.xxlarge-11 {
	width: 91.6666666667%;
}

.column.xxlarge-12 {
	width: 100%;
}

.row.xxlarge-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xxlarge-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xxlarge-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xxlarge-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xxlarge-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xxlarge-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.nearestAnnonces-list .annonce {
	width: 20%;
}

.nearestAnnonces-list .annonce:nth-child(4) ~ .annonce {
	display: inline-block;
}

.nearestAnnonces-list .annonce-container {
	font-size: 0.83vw;
}

}

@media only print, only screen and (min-width: 120.063em) {

.column.fullHD-1 {
	width: 8.3333333333%;
}

.column.fullHD-2 {
	width: 16.6666666667%;
}

.column.fullHD-3 {
	width: 25%;
}

.column.fullHD-4 {
	width: 33.3333333333%;
}

.column.fullHD-5 {
	width: 41.6666666667%;
}

.column.fullHD-6 {
	width: 50%;
}

.column.fullHD-7 {
	width: 58.3333333333%;
}

.column.fullHD-8 {
	width: 66.6666666667%;
}

.column.fullHD-9 {
	width: 75%;
}

.column.fullHD-10 {
	width: 83.3333333333%;
}

.column.fullHD-11 {
	width: 91.6666666667%;
}

.column.fullHD-12 {
	width: 100%;
}

.row.fullHD-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.fullHD-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.fullHD-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.fullHD-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.fullHD-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.fullHD-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.show-for-xlarge-up,
.hide-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.hide-for-xlarge-up,
.show-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: none !important;
}

.nearestAnnonces-list .annonce-container {
	font-size: 1em;
}

}

@media screen and (max-width: 1024px) {

.pswp__preloader {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	float: right;
}

}

@media only print {

.show-for-print {
	display: inherit !important;
}

.hide-for-print {
	display: none !important;
}

.no-pagebreak {
	page-break-inside: avoid;
}

.v-mobile-panel {
	display: none !important;
}

}

@-webkit-keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@keyframes loadingRotation {

to {
	transform: rotate(360deg);
}

}

@keyframes open-bottom {

from {
	max-height: 0;
}

to {
	max-height: 30em;
}

}

