/*
 Theme Name:   BX1-2025-APP
 Description:  BX1 2025 App theme
 Author:       Defimedia
 Author URI:   http://www.defimedia.be
 Template:     bx1-2025-main
 Version:      1.0.0
 Text Do#wrapper:  BX1-2025-APP
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, sass/_normalize.scss */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/_normalize.scss */
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.
 */
/* line 33, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, sass/_normalize.scss */
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.
 */
/* line 67, sass/_normalize.scss */
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.
 */
/* line 77, sass/_normalize.scss */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, sass/_normalize.scss */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, sass/_normalize.scss */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, sass/_normalize.scss */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, sass/_normalize.scss */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, sass/_normalize.scss */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, sass/_normalize.scss */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, sass/_normalize.scss */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, sass/_normalize.scss */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, sass/_normalize.scss */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* line 169, sass/_normalize.scss */
sup {
	top: -0.5em;
}

/* line 173, sass/_normalize.scss */
sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, sass/_normalize.scss */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, sass/_normalize.scss */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, sass/_normalize.scss */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, sass/_normalize.scss */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, sass/_normalize.scss */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, sass/_normalize.scss */
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.
 */
/* line 252, sass/_normalize.scss */
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.
 */
/* line 266, sass/_normalize.scss */
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.
 */
/* line 277, sass/_normalize.scss */
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.
 */
/* line 290, sass/_normalize.scss */
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.
 */
/* line 302, sass/_normalize.scss */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, sass/_normalize.scss */
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.
 */
/* line 322, sass/_normalize.scss */
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.
 */
/* line 334, sass/_normalize.scss */
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`.
 */
/* line 346, sass/_normalize.scss */
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).
 */
/* line 357, sass/_normalize.scss */
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).
 */
/* line 370, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, sass/_normalize.scss */
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.
 */
/* line 390, sass/_normalize.scss */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, sass/_normalize.scss */
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.
 */
/* line 408, sass/_normalize.scss */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, sass/_normalize.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* line 424, sass/_normalize.scss */
td,
th {
	padding: 0;
}

/* line 32, sass/style.scss */
html[lang] {
	margin-top: 0 !important;
}

/* line 35, sass/style.scss */
#wpadminbar {
	display: none;
}

@font-face {
	font-family: "Aeonik";
	src: url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Regular.eot");
	src:
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Regular.woff2")
			format("woff2"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Regular.ttf")
			format("truetype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Regular.svg#Aeonik-Regular")
			format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-MediumItalic.eot");
	src:
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-MediumItalic.eot?#iefix")
			format("embedded-opentype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-MediumItalic.woff2")
			format("woff2"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-MediumItalic.ttf")
			format("truetype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-MediumItalic.svg#Aeonik-MediumItalic")
			format("svg");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-BoldItalic.eot");
	src:
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-BoldItalic.eot?#iefix")
			format("embedded-opentype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-BoldItalic.woff2")
			format("woff2"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-BoldItalic.ttf")
			format("truetype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-BoldItalic.svg#Aeonik-BoldItalic")
			format("svg");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-RegularItalic.eot");
	src:
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-RegularItalic.eot?#iefix")
			format("embedded-opentype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-RegularItalic.woff2")
			format("woff2"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-RegularItalic.ttf")
			format("truetype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-RegularItalic.svg#Aeonik-RegularItalic")
			format("svg");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Bold.eot");
	src:
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Bold.eot?#iefix")
			format("embedded-opentype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Bold.woff2")
			format("woff2"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Bold.ttf")
			format("truetype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Bold.svg#Aeonik-Bold")
			format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aeonik";
	src: url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Medium.eot");
	src:
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Medium.eot?#iefix")
			format("embedded-opentype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Medium.woff2")
			format("woff2"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Medium.ttf")
			format("truetype"),
		url("../bx1-2025-child/assets/fonts/Aeonik/Aeonik-Medium.svg#Aeonik-Medium")
			format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* line 39, sass/style.scss */
body {
	font-family: "Aeonik", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: auto;
	color: #374448;
	background-color: #fff;
	position: relative;
	padding: 10px 10px 50px;
}

/*#loading{
	height: 100%;
	width: 100%;
	background-color: white;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 5000;
}*/
/* line 62, sass/style.scss */
.loadingScroll {
	width: 100%;
	height: 100px;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* line 70, sass/style.scss */
a {
	color: #21003f;
	text-decoration: none;
}
/* line 73, sass/style.scss */
a:hover {
	color: #21003f;
	text-decoration: underline;
}
/* line 77, sass/style.scss */
a:visited {
	color: #21003f;
}
/* line 79, sass/style.scss */
a:visited:hover {
	color: #21003f;
}

/* line 84, sass/style.scss */
.news a,
.content a {
	text-decoration: underline;
}

/* line 87, sass/style.scss */
.content {
	line-height: 1.6;
}

/* line 91, sass/style.scss */
#page {
	padding-bottom: 50px;
}

/* line 94, sass/style.scss */
#page img {
	max-width: 100%;
	height: auto;
}

/* line 99, sass/style.scss */
.socialShare {
	float: right;
	width: 90px;
	margin-top: 15px;
}
/* line 103, sass/style.scss */
.socialShare a {
	width: 25px;
	height: 25px;
	background-size: cover;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-left: 5px;
}
/* line 111, sass/style.scss */
.socialShare a.facebook {
	background-image: url(img/facebook.png);
}
/* line 114, sass/style.scss */
.socialShare a.twitter {
	background-image: url(img/twitter.png);
}
/* line 117, sass/style.scss */
.socialShare a.googleplus {
	background-image: url(img/googleplus.png);
}
.socialShare a.whatsapp {
	background-image: url(img/whatsapp.png);
}
.socialShare a.messenger {
	background-image: url(img/messenger.png);
}

/* line 123, sass/style.scss */
.menuPrincipal {
	float: left;
}
/* line 125, sass/style.scss */
.menuPrincipal #openMenu {
	width: 35%;
	height: 17px;
	background-image: url(img/menu.png);
	background-size: cover;
	margin-top: 13px;
	z-index: 5003;
	position: relative;
}
/* line 133, sass/style.scss */
.menuPrincipal #openMenu.openMenu--active {
	background-image: url(img/menu-close.png);
}
/* line 137, sass/style.scss */
.menuPrincipal nav {
	position: absolute;
	background-color: #f7f7f7;
	z-index: 5002;
	top: 0;
	left: -100%;
	overflow: hidden;
	border-right: 1px solid #1d1d26;
	width: 90%;
	padding: 26px 20px 20px 45px;
	transition: all 0.4s ease-out;
	min-height: 100%;
	opacity: 0;
	box-sizing: border-box;
	margin: -10px;
}
/* line 152, sass/style.scss */
.menuPrincipal nav input[type="search"] {
	margin: -10px 0 15px;
	padding-left: 31px;
	background-image: url(img/search-pink-small.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 12px;
	background-color: white;
}
/* line 160, sass/style.scss */
.menuPrincipal nav input[type="search"]:focus {
	margin-bottom: 14px;
}
/* line 164, sass/style.scss */
.menuPrincipal nav #menu-menu-principal > li a {
	display: none;
}
/* line 167, sass/style.scss */
.menuPrincipal nav.active {
	left: 0;
	opacity: 1;
}
/* line 170, sass/style.scss */
.menuPrincipal nav.active li {
	left: 0 !important;
}
/* line 173, sass/style.scss */
.menuPrincipal nav.active li a {
	display: block;
	margin: 0;
	padding: 7px 0;
}
/* line 177, sass/style.scss */
.menuPrincipal nav.active li a span {
	margin-left: 5px;
	background-color: #21003f;
	display: inline-block;
	color: white;
	padding: 2px 6px;
	border-radius: 100px;
	font-size: 0.8em;
}
/* line 189, sass/style.scss */
.menuPrincipal ul,
.menuPrincipal li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
/* line 195, sass/style.scss */
.menuPrincipal li {
	position: relative;
	transition: left 0.6s ease-out;
}
/* line 198, sass/style.scss */
.menuPrincipal li a {
	color: #374448;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
	transition: all 0.2s ease-out;
}
/* line 204, sass/style.scss */
.menuPrincipal li a:hover {
	text-decoration: none;
	color: #21003f;
}
/* line 209, sass/style.scss */
.menuPrincipal li .sub-menu {
	display: none;
}
/* line 212, sass/style.scss */
.menuPrincipal li.current-menu-item > a,
.menuPrincipal li.current-menu-parent > a {
	font-weight: bold;
	color: #21003f;
}

/* line 219, sass/style.scss */
.logo {
	margin-left: 20px;
}

/* line 222, sass/style.scss */
.siteHeader__iReporter {
	padding: 10px;
	background-color: #ea1128;
	color: #fff !important;
}

.siteHeader {
	margin: -10px -10px 0 -10px;
	background-color: #21003f;
	padding: 1rem;
}

.siteHeader .inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.siteHeader .logo {
	margin: 0;
	display: inline;
	line-height: 0;
}

.siteHeader .logo figure {
	margin: 0;
}

.siteHeader .logo svg {
	width: 38px;
	height: 38px;
}

/* line 235, sass/style.scss */
.secondMenu {
	margin: 0 -10px 10px -10px;
	background-color: #ffbcff;
}
/* line 239, sass/style.scss */
.secondMenu.not-relative {
	position: static;
}
/* line 242, sass/style.scss */
.secondMenu:after {
	content: "";
	display: block;
	clear: both;
}
/* line 247, sass/style.scss */
.secondMenu ul,
.secondMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* line 255, sass/style.scss */
.secondMenu nav ul {
	font-size: 0;
}
/* line 258, sass/style.scss */
.secondMenu nav li {
	display: inline-block;
	vertical-align: middle;
	min-width: 12%;
}
/* line 263, sass/style.scss */
.secondMenu nav li a {
	text-decoration: none;
	text-align: center;
	color: #21003f;
	display: block;
	padding: 0.75rem 15px;
	font-size: 14px;
	box-sizing: border-box;
}
/* line 273, sass/style.scss */
.secondMenu nav li.current-menu-item a {
	font-weight: bold;
	text-decoration: underline;
}

/* line 281, sass/style.scss */
.secondMenu a[href*="depeches"],
.secondMenu a[href*="mon-actu"] {
	display: none;
}

/* line 284, sass/style.scss */
.siteHeader,
.secondMenu {
	position: relative;
	z-index: 5001;
}

/* line 289, sass/style.scss */
.directinfo {
	padding: 0;
}
/* line 291, sass/style.scss */
.directinfo li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* line 296, sass/style.scss */
.directinfo li {
	border-bottom: 2px solid #efeff0;
}
/* line 299, sass/style.scss */
.directinfo .date {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
}
/* line 304, sass/style.scss */
.directinfo h3 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}
/* line 308, sass/style.scss */
.directinfo h3 a {
	color: #21003f;
}

/* line 314, sass/style.scss */
.news__article {
	margin-bottom: 40px;
}

/* line 316, sass/style.scss */
.news__article figure {
	margin: 0;
	position: relative;
}

.news__article:not(.news__article--concours) figure {
	aspect-ratio: 5 / 3;
	overflow: hidden;
}

/* line 320, sass/style.scss */
.news__article img {
	width: 100%;
	height: auto;
}

.news__article:not(.news__article--concours) figure > img {
	object-fit: cover;
	height: 100% !important;
}
/* line 324, sass/style.scss */
.news__article--video figure:before {
	content: "";
	display: block;
	height: 50px;
	width: 50px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='21' fill='none'%3E%3Cpath fill='%23FFBCFF' d='M17.872 10.319 0 20.637V0L17.872 10.32Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 21px;
	background-color: #21003f;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 5;
}
/* line 339, sass/style.scss */
.news__article h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0.5em;
}
/* line 343, sass/style.scss */
.news__article h3 .date {
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	color: #21003f;
	background-color: #ffe9ff;
	padding: 2px 5px;
	justify-self: flex-start;
}
/* line 351, sass/style.scss */
.news__article > a {
	display: flex;
	flex-direction: column;
	position: relative;
	text-decoration: none;
}

.news__article.news__article--concours > a {
	flex-direction: column-reverse;
}
/* line 355, sass/style.scss */
.news__article > a .flash {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-transform: uppercase;
	color: #ffe9ff;
	background-color: #21003f;
	padding: 5px 15px;
	font-size: 14px;
	letter-spacing: 1px;
	z-index: 2;
}
/* line 367, sass/style.scss */
.news__article > a .flash--sport {
	left: auto;
	right: 0;
	background-color: #10a665;
}
.news__article > a .redaction {
	right: 0;
	left: auto;
	background-color: #ffbcff;
	color: #21003f;
}
.news__article > a .exclusif {
	right: 0;
	left: auto;
	background-color: #81607f;
}

/* line 376, sass/style.scss */
.readLater {
	display: block;
	float: right;
	margin-top: -2em;
	font-size: 14px;
	border: 1px solid;
	padding: 2px 10px;
	color: #21003f;
	position: relative;
	z-index: 100;
	background-color: white;
}

/* line 388, sass/style.scss */
main .readLater {
	margin-top: 15px;
	float: left;
	margin-bottom: -36px;
}

/* line 393, sass/style.scss */
.readLater.added {
	background-color: #21003f;
	color: #ffbcff;
}

/* line 398, sass/style.scss */
a.btn {
	display: block;
	color: #ffbcff;
	background-color: #21003f;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}

a.btn:hover,
a.btn:focus {
	color: #ffbcff;
	opacity: 0.8;
}

/* line 408, sass/style.scss */
h1,
.h1 {
	font-size: 1.75em;
	line-height: 1.2;
	color: #21003f;
	font-weight: 700;
}

/* line 412, sass/style.scss */
h2 {
	margin-top: 1.5em;
	line-height: 1.2;
}

/* line 417, sass/style.scss */
#infscr-loading {
	margin: 20px 0;
}

/* line 421, sass/style.scss */
.clearfix {
	clear: both;
}

/* line 425, sass/style.scss */
#cookie-law-info-bar {
	display: none !important;
}

/* line 429, sass/style.scss */
#notifs {
	background-color: #10a665;
	color: white;
	padding: 0 15px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 5000;
	padding-bottom: 50px;
}

/* line 445, sass/style.scss */
form .gform_body ul {
	padding: 0;
	list-style: none;
}
/* line 449, sass/style.scss */
form label {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 2px;
	color: #21003f;
	margin-top: 20px;
	padding: 10px;
	background-color: #f7a9ba;
}

form input[type="checkbox"] + label,
form input[type="radio"] + label {
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	background-color: transparent;
}

/* line 458, sass/style.scss */
form input,
form select,
form textarea {
	color: #374448;
	display: block;
	background: transparent;
	background-color: #f9f4ff;
	border: 0;
	padding: 5px 8px;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
}
/* line 472, sass/style.scss */
form input:focus,
form select:focus,
form textarea:focus {
	outline: none;
	border-bottom-width: 2px;
	margin-bottom: -1px;
}
/* line 477, sass/style.scss */
form input.error,
form select.error,
form textarea.error {
	border-bottom-color: #f20d56;
}
/* line 481, sass/style.scss */
form input[type="search"] {
	box-sizing: border-box;
}
/* line 484, sass/style.scss */
form select {
	background-image: url(img/select.png.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}
/* line 490, sass/style.scss */
form input[type="checkbox"],
form input[type="radio"] {
	border: 0;
	margin: 0;
}
/* line 493, sass/style.scss */
form input[type="checkbox"]:focus,
form input[type="radio"]:focus {
	margin: 0;
}
/* line 497, sass/style.scss */
form .radio,
form .checkbox {
	margin-bottom: 20px;
	margin-top: 5px;
}
/* line 500, sass/style.scss */
form .radio label,
form .checkbox label {
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 0;
	text-transform: none;
	letter-spacing: 0;
}
/* line 507, sass/style.scss */
form .radio input,
form .checkbox input {
	position: absolute;
	left: -9999px;
}
/* line 511, sass/style.scss */
form .radio span,
form .checkbox span {
	display: inline-block;
	text-transform: none;
}
/* line 514, sass/style.scss */
form .radio span:before,
form .checkbox span:before {
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	margin-right: 10px;
	position: relative;
	bottom: -3px;
}
/* line 526, sass/style.scss */
form .radio label,
form .gfield_radio li label,
form.yop-poll-forms li[class*="yop-poll-li-answer"] label {
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
}
/* line 531, sass/style.scss */
form .radio span:before,
form .radio label:before,
form .gfield_radio li span:before,
form .gfield_radio li label:before,
form.yop-poll-forms li[class*="yop-poll-li-answer"] span:before,
form.yop-poll-forms li[class*="yop-poll-li-answer"] label:before {
	width: 20px;
	height: 20px;
	bottom: -3px;
	display: inline-block;
	content: "";
	margin-right: 10px;
	position: relative;
	background-image: url(img/radio.png);
}
/* line 541, sass/style.scss */
form .radio input:checked + span:before,
form .radio input:checked + label:before,
form .gfield_radio li input:checked + span:before,
form .gfield_radio li input:checked + label:before,
form.yop-poll-forms li[class*="yop-poll-li-answer"] input:checked + span:before,
form.yop-poll-forms
	li[class*="yop-poll-li-answer"]
	input:checked
	+ label:before {
	background-image: url(img/radio-checked.png);
}
/* line 546, sass/style.scss */
form .checkbox span:before,
form .checkbox label:before,
form .gfield_checkbox li span:before,
form .gfield_checkbox li label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	bottom: -2px;
	display: inline-block;
	content: "";
	margin-right: 10px;
	position: relative;
	background-image: url(img/checkbox.png);
}
/* line 558, sass/style.scss */
form .checkbox input:checked + span:before,
form .checkbox input:checked + label:before,
form .gfield_checkbox li input:checked + span:before,
form .gfield_checkbox li input:checked + label:before {
	background-image: url(img/checkbox-checked.png);
}
/* line 562, sass/style.scss */
form .gfield_checkbox label,
form .gfield_radio label {
	text-transform: none;
	font-size: 1em;
	letter-spacing: 0;
	margin-bottom: 0;
}
/* line 568, sass/style.scss */
form input[type="submit"],
form input[type="button"],
form button {
	display: block;
	color: #ffbcff;
	background-color: #21003f;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
}
/* line 576, sass/style.scss */
form input[type="button"] {
	position: relative;
	z-index: 1;
	padding: 0.2em 0.5em;
	font-weight: normal;
	display: inline-block;
	width: auto;
	text-transform: none;
}
/* line 585, sass/style.scss */
form .ginput_container_fileupload,
form [id*="gform_preview"] {
	background-color: #f7f7f7;
	border: 1px dashed #737b81;
	padding: 30px;
	text-align: center;
	margin-bottom: 20px;
}
/* line 592, sass/style.scss */
form .ginput_container_fileupload [id*="gform_preview"] {
	padding: 0;
	border: 0;
}
/* line 596, sass/style.scss */
form .ginput_container_fileupload input[type="file"] {
	background-color: white;
}
/* line 599, sass/style.scss */
form [id*="extensions_message"] {
	display: block;
	padding-top: 10px;
}
/* line 603, sass/style.scss */
form [id*="gform_preview"] {
	margin-top: -21px;
	text-align: left;
	padding-top: 0;
	border-top: 0;
}
/* line 609, sass/style.scss */
form .gfield_description {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 5px;
}
/* line 614, sass/style.scss */
form .gfield_visibility_ {
	display: none;
}
/* line 617, sass/style.scss */
form .ginput_container_checkbox,
form .ginput_container_radio {
	margin-bottom: 20px;
}
/* line 619, sass/style.scss */
form .ginput_container_checkbox input,
form .ginput_container_radio input {
	position: absolute;
	left: -9999px;
}

/* line 626, sass/style.scss */
.gform_confirmation_wrapper {
	background-color: #10a665;
	padding: 15px 30px;
	color: white;
}

/* line 631, sass/style.scss */
.validation_error {
	background-color: #f20d56;
	padding: 15px 30px;
	color: white;
}

/* line 636, sass/style.scss */
.validation_message,
.validation_message ul li {
	background-color: #f20d56;
	color: white;
	padding: 0.5em 1em;
}

/* line 641, sass/style.scss */
.ginput_container_fileupload .validation_message {
	padding: 0;
	background-color: transparent;
}

/* line 645, sass/style.scss */
.gfield.hidden-desktop {
	display: none;
}

/* line 648, sass/style.scss */
.yop-poll-container {
	background-color: #f7f7f7 !important;
	padding: 30px !important;
}
/* line 651, sass/style.scss */
.yop-poll-container label,
.yop-poll-container div {
	font-size: 16px !important;
}

/* line 655, sass/style.scss */
div[class*="yop-poll-question"] {
	font-weight: bold;
	text-align: left !important;
}

/* line 659, sass/style.scss */
div[id*="yop-poll-questions-container"] {
	margin: 0 0 30px 0 !important;
}

/* line 662, sass/style.scss */
div[id*="yop-poll-question"] {
	padding: 0 !important;
}

/* line 665, sass/style.scss */
.yop_poll_vote_button {
	width: 100% !important;
	font-size: 16px !important;
}

/* line 669, sass/style.scss */
[class*="pds-feedback-label"] {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}

/* line 674, sass/style.scss */
[class*="yop-poll-results-bar"] {
	width: 100% !important;
}
/* line 676, sass/style.scss */
[class*="yop-poll-results-bar"] > div {
	background-color: #bbbbbe !important;
	width: 100% !important;
	clear: both;
}
/* line 680, sass/style.scss */
[class*="yop-poll-results-bar"] > div > div {
	background-color: #eb1f7c !important;
	border: 0 !important;
}

/* line 686, sass/style.scss */
[class*="pds-feedback-result"] {
	float: right;
}

/* line 690, sass/style.scss */
#accesJournaliste {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0;
	right: 0;
}

/* line 697, sass/style.scss */
#popUpJournaliste {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: white;
	margin: 10px;
	padding: 1px 20px 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	z-index: 5010;
	text-align: center;
	display: none;
}

/* line 710, sass/style.scss */
#popUpJournaliste a {
	margin-bottom: 20px;
	display: block;
}

/* line 715, sass/style.scss */
.onglets,
.switch {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* line 719, sass/style.scss */
.onglets li,
.switch li {
	display: inline-block;
}
/* line 721, sass/style.scss */
.onglets li span,
.onglets li a,
.switch li span,
.switch li a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	color: #374448;
	border-bottom: 2px solid #bbbbbe;
	transition: all 0.2s ease-out;
	margin-bottom: 4px;
}
/* line 729, sass/style.scss */
.onglets li span.active,
.onglets li a.active,
.switch li span.active,
.switch li a.active {
	border-bottom-color: #b5115d;
	color: #b5115d;
}

/* line 736, sass/style.scss */
.switch {
	margin: 10px 0;
}
/* line 738, sass/style.scss */
.switch li {
	width: 49%;
	text-align: center;
	text-transform: uppercase;
}
/* line 742, sass/style.scss */
.switch li.active a {
	border-bottom-color: #b5115d;
	color: #b5115d;
}

/* line 749, sass/style.scss */
.grille {
	display: none;
}
/* line 751, sass/style.scss */
.grille .grid {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* line 755, sass/style.scss */
.grille .grid__row {
	border-top: 1px solid #bbbbbe;
	padding: 1em 0.5em;
}
/* line 758, sass/style.scss */
.grille .grid__row:nth-child(even) {
	background-color: #f7f7f7;
}
/* line 761, sass/style.scss */
.grille .grid__row:last-child {
	border-bottom: 1px solid #bbbbbe;
}
/* line 764, sass/style.scss */
.grille .grid__row__hour {
	width: 20%;
	display: inline-block;
	color: #737b81;
	vertical-align: top;
}
/* line 769, sass/style.scss */
.grille .grid__row__hour--large {
	width: 30%;
}
/* line 773, sass/style.scss */
.grille .grid__row__prog {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
/* line 777, sass/style.scss */
.grille .grid__row__prog--small {
	width: 40%;
}
/* line 781, sass/style.scss */
.grille .grid__row__imag {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
/* line 785, sass/style.scss */
.grille .grid__row__imag figure {
	margin: 0;
}
/* line 789, sass/style.scss */
.grille .grid__row--featured {
	background-color: #eb1f7c !important;
	color: white;
}
/* line 792, sass/style.scss */
.grille .grid__row--featured a {
	color: white;
}
/* line 794, sass/style.scss */
.grille .grid__row--featured a:hover {
	color: white;
}
/* line 798, sass/style.scss */
.grille .grid__row--featured .grid__row__hour,
.grille .grid__row--featured .grid__row__hour {
	color: white;
}

/* line 805, sass/style.scss */
.filterForm {
	background-color: #f9f3ff;
	padding: 1rem;
	margin-bottom: 20px;
}
/* line 809, sass/style.scss */
.filterForm input[type="search"],
.filterForm input[type="text"],
.filterForm select {
	background-color: white;
}
/* line 812, sass/style.scss */
.filterForm input[type="submit"] {
	margin-top: 5px;
	float: right;
	width: auto;
}
/* line 817, sass/style.scss */
.filterForm__reset {
	float: right;
	margin: 15px;
	font-size: 12px;
}
/* line 822, sass/style.scss */
.filterForm .checkbox {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin: 1px 0;
	font-size: 14px;
}
/* line 828, sass/style.scss */
.filterForm .checkbox label {
	font-size: 14px;
}

.filterForm label {
	font-weight: 700 !important;
	color: #21003f !important;
	text-transform: none !important;
	letter-spacing: initial !important;
	font-size: 1rem !important;
	margin-top: 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
}

/* line 834, sass/style.scss */
.addthis_inline_share_toolbox {
	float: right;
	margin-top: 10px;
	margin-bottom: -5px;
}
/* line 838, sass/style.scss */
.addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
	padding: 0;
}
/* line 840, sass/style.scss */
.addthis_inline_share_toolbox .at-style-responsive .at-share-btn span {
	transform: scale(0.8);
}

/* line 846, sass/style.scss */
.tags {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 20px 0;
}
/* line 851, sass/style.scss */
.tags li {
	display: inline-block;
	margin: 0 3px 3px 0;
}
/* line 854, sass/style.scss */
.tags li a {
	display: block;
	text-transform: uppercase;
	color: white;
	background-color: #737b81;
	padding: 3px 6px;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.15s ease-out;
}
/* line 863, sass/style.scss */
.tags li a:hover {
	background-color: #374448;
}

/* line 870, sass/style.scss */
a.allLink {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
	color: #374448;
	padding: 0.5em 1em;
	border: 1px solid;
	transition: all 0.2s ease-out;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
/* line 882, sass/style.scss */
a.allLink:visited {
	color: #374448;
}
/* line 885, sass/style.scss */
a.allLink:hover,
a.allLink:visited:hover {
	color: white;
	border-color: #eb1f7c;
	background-color: #eb1f7c;
	text-decoration: none;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
/* line 897, sass/style.scss */
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
}

/* line 905, sass/style.scss */
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

/* line 915, sass/style.scss */
.gallery-item a img {
	display: block;
	transition: all 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* line 922, sass/style.scss */
.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

/* line 928, sass/style.scss */
.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* line 936, sass/style.scss */
.fancybox-enabled {
	overflow: hidden;
}

/* line 939, sass/style.scss */
.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

/* line 943, sass/style.scss */
.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* line 949, sass/style.scss */
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* Make sure that the first one is on the top */
/* line 963, sass/style.scss */
.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

/* line 966, sass/style.scss */
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* line 976, sass/style.scss */
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/* line 980, sass/style.scss */
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 987, sass/style.scss */
.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 991, sass/style.scss */
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.25s,
		visibility 0s linear 0.25s;
	box-sizing: border-box;
}

/* line 1002, sass/style.scss */
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	transition:
		opacity 0.25s,
		visibility 0s;
}

/* line 1009, sass/style.scss */
.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}

/* line 1014, sass/style.scss */
.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* line 1032, sass/style.scss */
.fancybox-toolbar {
	top: 0;
	right: 0;
}

/* line 1036, sass/style.scss */
.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

/* line 1042, sass/style.scss */
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property:
		opacity,
		-webkit-transform;
	transition-property: transform, opacity;
	transition-property:
		transform,
		opacity,
		-webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* line 1066, sass/style.scss */
.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

/* line 1073, sass/style.scss */
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

/* line 1079, sass/style.scss */
.fancybox-slide--image {
	overflow: visible;
}

/* line 1082, sass/style.scss */
.fancybox-slide--image::before {
	display: none;
}

/* line 1085, sass/style.scss */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

/* line 1089, sass/style.scss */
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

/* line 1093, sass/style.scss */
.fancybox-slide--next {
	z-index: 99995;
}

/* line 1096, sass/style.scss */
.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

/* line 1108, sass/style.scss */
.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* line 1127, sass/style.scss */
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

/* line 1131, sass/style.scss */
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

/* line 1135, sass/style.scss */
.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

/* line 1139, sass/style.scss */
.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* line 1143, sass/style.scss */
.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
}

/* line 1156, sass/style.scss */
.fancybox-spaceball {
	z-index: 1;
}

/* line 1159, sass/style.scss */
.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

/* line 1168, sass/style.scss */
.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

/* line 1177, sass/style.scss */
.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

/* line 1185, sass/style.scss */
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font:
		16px/20px "Helvetica Neue",
		Helvetica,
		Arial,
		sans-serif;
}

/* line 1191, sass/style.scss */
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

/* line 1206, sass/style.scss */
.fancybox-close-small:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 10px;
	width: 21px;
	height: 17px;
	background-image: url(img/menu-close.png);
	background-size: cover;
	border-width: 0;
	box-sizing: border-box;
	z-index: 2;
}

/* line 1219, sass/style.scss */
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}

/* line 1223, sass/style.scss */
.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa;
}

/* line 1228, sass/style.scss */
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
}

/* Caption */
/* line 1232, sass/style.scss */
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.1) 20%,
		rgba(0, 0, 0, 0.2) 40%,
		rgba(0, 0, 0, 0.6) 80%,
		rgba(0, 0, 0, 0.8) 100%
	);
	pointer-events: none;
}

/* line 1240, sass/style.scss */
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

/* line 1249, sass/style.scss */
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
}

/* line 1254, sass/style.scss */
.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */
/* line 1259, sass/style.scss */
.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none;
}

/* line 1276, sass/style.scss */
.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}

/* line 1280, sass/style.scss */
.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
}

/* line 1283, sass/style.scss */
.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

/* line 1287, sass/style.scss */
.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block;
}

/* line 1298, sass/style.scss */
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
	opacity: 0.3;
}

/* line 1302, sass/style.scss */
.fancybox-button--left::after,
.fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
}

/* line 1311, sass/style.scss */
.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* line 1317, sass/style.scss */
.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 1323, sass/style.scss */
.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

/* line 1326, sass/style.scss */
.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

/* line 1329, sass/style.scss */
.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

/* line 1338, sass/style.scss */
.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* line 1343, sass/style.scss */
.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Navigation arrows */
/* line 1349, sass/style.scss */
.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity 0.25s;
}

/* line 1368, sass/style.scss */
.fancybox-arrow::after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, 0.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
}

/* line 1380, sass/style.scss */
.fancybox-arrow--right {
	right: 0;
}

/* line 1383, sass/style.scss */
.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

/* line 1389, sass/style.scss */
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
	left: 0;
}

/* line 1393, sass/style.scss */
.fancybox-show-nav .fancybox-arrow {
	opacity: 0.6;
}

/* line 1396, sass/style.scss */
.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: 0.3;
}

/* Loading indicator */
/* line 1400, sass/style.scss */
.fancybox-loading {
	background-color: white;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100px;
	height: 50px;
	width: 50px;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Transition effects */
/* line 1416, sass/style.scss */
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
/* line 1420, sass/style.scss */
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

/* line 1425, sass/style.scss */
.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

/* line 1430, sass/style.scss */
.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */
/* line 1436, sass/style.scss */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 1441, sass/style.scss */
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
/* line 1445, sass/style.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

/* line 1450, sass/style.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}

/* line 1455, sass/style.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */
/* line 1461, sass/style.scss */
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

/* line 1467, sass/style.scss */
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

/* line 1473, sass/style.scss */
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */
/* line 1480, sass/style.scss */
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

/* line 1485, sass/style.scss */
.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

/* line 1490, sass/style.scss */
.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */
/* line 1496, sass/style.scss */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 1500, sass/style.scss */
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 1504, sass/style.scss */
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	/* line 1510, sass/style.scss */
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}

	/* line 1513, sass/style.scss */
	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important;
	}

	/* line 1516, sass/style.scss */
	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}
/* Fullscreen  */
/* line 1521, sass/style.scss */
.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
}

/* Slideshow button */
/* line 1530, sass/style.scss */
.fancybox-button--play::before,
.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}

/* line 1536, sass/style.scss */
.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

/* line 1544, sass/style.scss */
.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
}

/* Thumbs */
/* line 1551, sass/style.scss */
.fancybox-thumbs {
	display: none;
}

/* line 1554, sass/style.scss */
.fancybox-button--thumbs {
	display: none;
}

@media all and (min-width: 800px) {
	/* line 1558, sass/style.scss */
	.fancybox-button--thumbs {
		display: inline-block;
	}

	/* line 1560, sass/style.scss */
	.fancybox-button--thumbs span {
		font-size: 23px;
	}

	/* line 1562, sass/style.scss */
	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow:
			0 -4px 0,
			-4px -4px 0,
			4px -4px 0,
			0 0 0 32px inset,
			-4px 0 0,
			4px 0 0,
			0 4px 0,
			-4px 4px 0,
			4px 4px 0;
	}

	/* line 1568, sass/style.scss */
	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995;
	}

	/* line 1584, sass/style.scss */
	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}

	/* line 1586, sass/style.scss */
	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}

	/* line 1588, sass/style.scss */
	.fancybox-thumbs > ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}

	/* line 1599, sass/style.scss */
	.fancybox-thumbs > ul > li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
	}

	/* line 1617, sass/style.scss */
	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1);
	}

	/* line 1619, sass/style.scss */
	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	/* line 1632, sass/style.scss */
	.fancybox-thumbs > ul > li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	/* line 1644, sass/style.scss */
	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}
/*!
 * Datepicker v@VERSION
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen
 * Released under the MIT license
 *
 * Date: @DATE
 */
/* line 1672, sass/style.scss */
.datepicker-container {
	font-size: 12px;
	line-height: 30px;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 210px;
	user-select: none;
	background-color: #fff;
	direction: ltr !important;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
/* line 1692, sass/style.scss */
.datepicker-container:before,
.datepicker-container:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	content: " ";
	border: 5px solid transparent;
}

/* line 1707, sass/style.scss */
.datepicker-dropdown {
	position: absolute;
	z-index: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #ccc;
	box-shadow: 0 3px 6px #ccc;
	margin-top: -44px;
}

/* line 1720, sass/style.scss */
.datepicker-inline {
	position: static;
}

/* line 1724, sass/style.scss */
.datepicker-top-left,
.datepicker-top-right {
	border-top-color: #eb1f7c;
}
/* line 1728, sass/style.scss */
.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
	top: -5px;
	left: 10px;
	border-top: 0;
}
/* line 1736, sass/style.scss */
.datepicker-top-left:before,
.datepicker-top-right:before {
	border-bottom-color: #eb1f7c;
}
/* line 1740, sass/style.scss */
.datepicker-top-left:after,
.datepicker-top-right:after {
	top: -4px;
	border-bottom-color: #fff;
}

/* line 1747, sass/style.scss */
.datepicker-bottom-left,
.datepicker-bottom-right {
	border-bottom-color: #eb1f7c;
}
/* line 1751, sass/style.scss */
.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
	bottom: -5px;
	left: 10px;
	border-bottom: 0;
}
/* line 1759, sass/style.scss */
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
	border-top-color: #eb1f7c;
}
/* line 1763, sass/style.scss */
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
	bottom: -4px;
	border-top-color: #fff;
}

/* line 1772, sass/style.scss */
.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
	right: 10px;
	left: auto;
}

/* line 1784, sass/style.scss */
.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
	display: table;
	content: " ";
}
/* line 1791, sass/style.scss */
.datepicker-panel > ul:after {
	clear: both;
}
/* line 1795, sass/style.scss */
.datepicker-panel > ul {
	width: 102%;
	margin: 0;
	padding: 0;
}
/* line 1800, sass/style.scss */
.datepicker-panel > ul > li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
}
/* line 1815, sass/style.scss */
.datepicker-panel > ul > li:hover {
	background-color: #fac3dc;
}
/* line 1819, sass/style.scss */
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
	color: #999;
}
/* line 1824, sass/style.scss */
.datepicker-panel > ul > li.highlighted {
	background-color: #fac3dc;
}
/* line 1828, sass/style.scss */
.datepicker-panel > ul > li.highlighted:hover {
	background-color: #f8abce;
}
/* line 1832, sass/style.scss */
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	color: #eb1f7c;
}
/* line 1837, sass/style.scss */
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
	cursor: default;
	color: #ccc;
	background-color: #fff;
}
/* line 1844, sass/style.scss */
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
	background-color: #fac3dc;
}
/* line 1849, sass/style.scss */
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
	font-size: 18px;
}
/* line 1859, sass/style.scss */
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
	width: 150px;
}
/* line 1868, sass/style.scss */
.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
	line-height: 52.5px;
	width: 52.5px;
	height: 52.5px;
}
/* line 1877, sass/style.scss */
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
	cursor: default;
	background-color: #fff;
}

/* line 1890, sass/style.scss */
.datepicker-hide {
	display: none;
}

/* RESPONSIVE */
@media screen and (min-width: 645px) {
	/* line 1897, sass/style.scss */
	.articles article,
	.js-wpv-view-layout article {
		width: 48%;
		margin-right: 3%;
		display: inline-block;
		vertical-align: top;
	}
	/* line 1902, sass/style.scss */
	.articles article:nth-child(even),
	.js-wpv-view-layout article:nth-child(even) {
		vertical-align: top;
	}
	/* line 1904, sass/style.scss */
	.articles article:nth-child(even):nth-child(even),
	.js-wpv-view-layout article:nth-child(even):nth-child(even) {
		margin-right: 0;
	}
}

/* Alertez-nous */
.page-id-220052 h1 {
	padding: 5px 10px;
	background-color: #21003f;
	color: #ffbcff;
	display: inline-block;
}
