@charset "UTF-8";
/*
Theme Name: CityMag
Theme URI: http://www.citymag.lu
Author: Nvision
Author URI: http://www.nvision.lu
Description: Thème WordPress - CityMag
Version: 1.0
*/
/**
 * CONTENTS
 *
 * VARIABLES
 * Colors........... All website colors
 * Themes........... Themes for clinic
 * Typography....... Font-family, font-size, line-height
 * Buttons.......... Buttons informations
 * Form............. Input, select style
 * Media Queries ... Breakpoint for responsive
 * Grid ............ Grid col and gutter
 */
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/* Gray and others */
/* Text color */
/* Links colors */
/* Agenda categories */
/* Notifications colors */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA-QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
/**
* Generate notifications
*/
/**
* Generate agenda categories block
*/
/**
* Generate agenda categories block
*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
/**
* Notifications message
*/
.message--error, .message--warn, .message--success, .message--info {
  margin: 1rem 0;
  padding: 1.5rem 1rem;
  border: 1px solid transparent; }

.message--error {
  color: #80262c;
  border-color: #80262c;
  background-color: #dd8b91; }

.message--warn {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.message--success {
  color: #318026;
  border-color: #318026;
  background-color: #95dd8b; }

.message--info {
  color: #5bc0de;
  border-color: #5bc0de;
  background-color: #fcfefe; }

.txt--error {
  color: #80262c;
  font-weight: 600; }

.txt--warn {
  color: #f0ad4e;
  font-weight: 600; }

.txt--success {
  color: #318026;
  font-weight: 600; }

.txt--info {
  color: #5bc0de;
  font-weight: 600; }

/**
* Skip links
*/
.skip-link {
  position: absolute;
  left: -99999px; }
  .skip-link:hover, .skip-link:focus {
    position: static;
    display: block;
    background-color: #262626;
    color: #ffec1d;
    z-index: 10; }

/**
* Align
*/
.txtleft {
  text-align: left; }

.alignleft {
  float: left;
  margin: 0 20px 15px 0; }

.txtright {
  text-align: right; }

.alignright {
  float: right;
  margin: 0 0 15px 20px; }

.txtcenter {
  text-align: center; }

.aligncenter {
  display: block;
  margin: auto; }

.left,
.start {
  float: left; }

img.left,
img.start {
  margin-right: 1em; }

.right,
.end {
  float: right; }

img.right,
img.end {
  margin-left: 1em; }

img.left,
img.right,
img.start,
img.end {
  margin-bottom: 0.5em; }

/*
 * Unstyled list - remove margin, padding and list type
 */
.header-social__list, .header-lang__list, .main-nav ul, .footer-top ul, .breadcrumb, .tags, .posts-list, .categories-list, .post-share__list, .agenda-categories, .subscription-block__list, .archives-list, .events-details, .subscription-steps,
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*
 * Unstyled button - remove background, border, padding
 */
.unstyled-button {
  border: 0;
  background-color: transparent;
  padding: 0; }

/*
 * Clearfix: contain floats
 */
.row:after, .posts-list:after, .agenda-categories:after, .header-top:after, .last-issue:after,
.row:before,
.posts-list:before,
.agenda-categories:before,
.header-top:before,
.last-issue:before,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.row:after, .posts-list:after, .agenda-categories:after, .header-top:after, .last-issue:after,
.clearfix:after {
  clear: both; }

/**
* Hide text for bg img
*/
/* Make hidden text accessible by screen readers */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
* Embeds responsive
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive__item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.-ratio16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.-ratio4by3 {
    padding-bottom: 75%; }
  .embed-responsive.-ratio-issuu {
    padding-bottom: 35%; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
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.
 */
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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: 0;
  text-decoration: none; }

/**
 * 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: transparent;
  color: inherit; }

/**
 * 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;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 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: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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; }

address {
  font-style: normal; }

/* 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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: 0;
  margin: 0;
  padding: 0; }

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

/*------------------------------------*\
    #BASE
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #ffec1d;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ffec1d;
  color: #000;
  text-shadow: none; }

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

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
  height: auto; }

.main__title, .post__title {
  font-family: "Swift", Georgia, "Times New Roman", serif;
  font-size: 2.575em;
  font-weight: normal;
  margin-bottom: .625em; }

/*------------------------------------*\
#FONT FACE
\*------------------------------------*/
@font-face {
  font-family: "Swift";
  src: url("fonts/64864f5a-b003-4e1c-b6e8-d7e2fd1514e5.eot?#iefix");
  src: url("fonts/64864f5a-b003-4e1c-b6e8-d7e2fd1514e5.eot?#iefix") format("eot"), url("fonts/59a400ce-b585-414c-8bbd-48d7b0c3b2a9.woff2") format("woff2"), url("fonts/d4b9cc84-4594-40e5-8a60-984e932250b7.woff") format("woff"), url("fonts/1db80174-552d-4740-a068-ea0c7613ee46.ttf") format("truetype"), url("fonts/c657328a-c1c1-4262-a127-f0146507adc0.svg#c657328a-c1c1-4262-a127-f0146507adc0") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Swift";
  src: url("fonts/4274b12e-9dd8-4a1d-87f7-c230ae0394a4.eot?#iefix");
  src: url("fonts/4274b12e-9dd8-4a1d-87f7-c230ae0394a4.eot?#iefix") format("eot"), url("fonts/44b61367-b7fb-469b-be71-6cf2a64a92d6.woff2") format("woff2"), url("fonts/0ce45e8f-5495-4766-a8dc-fe92bc56687d.woff") format("woff"), url("fonts/ccaf9cc2-04d5-4bca-8505-8cdba949a986.ttf") format("truetype"), url("fonts/31bdc803-d5ef-436c-875a-523d315d76dc.svg#31bdc803-d5ef-436c-875a-523d315d76dc") format("svg");
  font-style: italic;
  font-weight: normal; }
@font-face {
  font-family: "Swift";
  src: url("fonts/32715bef-02fa-4730-a4f9-734912638b21.eot?#iefix");
  src: url("fonts/32715bef-02fa-4730-a4f9-734912638b21.eot?#iefix") format("eot"), url("fonts/696db29a-1323-450f-bd7a-40259efb6430.woff2") format("woff2"), url("fonts/e69b17ae-21d7-48c1-9fa7-d9a369f396c7.woff") format("woff"), url("fonts/887717c3-8b32-4d2e-a054-5adca6e7acad.ttf") format("truetype"), url("fonts/50b8d712-4e7f-4203-91ae-dad68a7cb514.svg#50b8d712-4e7f-4203-91ae-dad68a7cb514") format("svg");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: "Swift";
  src: url("fonts/311699af-f785-4f0f-9e83-428b185357a7.eot?#iefix");
  src: url("fonts/311699af-f785-4f0f-9e83-428b185357a7.eot?#iefix") format("eot"), url("fonts/5c93c5de-1f8d-49bd-9807-4353d4e6d439.woff2") format("woff2"), url("fonts/c039a975-724d-4285-9cf7-ff33846a1dc6.woff") format("woff"), url("fonts/61ea7d52-ed25-499b-b686-644ddcf3141d.ttf") format("truetype"), url("fonts/f0f676a5-d651-4b6b-94bf-520ff75f87f2.svg#f0f676a5-d651-4b6b-94bf-520ff75f87f2") format("svg");
  font-style: italic;
  font-weight: bold; }
@font-face {
  font-family: "Tablet Gothic";
  src: url("fonts/ce8f806c-ce87-4271-94f3-9f606284bec2.eot?#iefix");
  src: url("fonts/ce8f806c-ce87-4271-94f3-9f606284bec2.eot?#iefix") format("eot"), url("fonts/bdc13a16-125e-4423-9a1c-3fef45fef7d4.woff2") format("woff2"), url("fonts/a4b6867b-ad1e-475b-a59e-6787ccdeba72.woff") format("woff"), url("fonts/84bfcd3f-a666-4e73-af24-4e6e0d02fe3b.ttf") format("truetype"), url("fonts/bfb6dbb4-548f-4821-a160-da0c51c5ce05.svg#bfb6dbb4-548f-4821-a160-da0c51c5ce05") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Tablet Gothic";
  src: url("fonts/7d3e529e-3d41-44d1-85d7-b3e71437ff96.eot?#iefix");
  src: url("fonts/7d3e529e-3d41-44d1-85d7-b3e71437ff96.eot?#iefix") format("eot"), url("fonts/a49c0652-6999-440b-af11-e94a483853c0.woff2") format("woff2"), url("fonts/6afb40fd-898c-4f13-bdf5-7c81e8bffa23.woff") format("woff"), url("fonts/c0a05751-758d-4f62-8720-34b0b33ab6bf.ttf") format("truetype"), url("fonts/df56c790-eb68-4207-9150-321e4db5c2f1.svg#df56c790-eb68-4207-9150-321e4db5c2f1") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Tablet Gothic Condensed";
  src: url("fonts/43b05112-5b29-4c32-bdc1-8f49cb91f20a.eot?#iefix");
  src: url("fonts/43b05112-5b29-4c32-bdc1-8f49cb91f20a.eot?#iefix") format("eot"), url("fonts/cd09fa5d-8a3e-46cb-b3e0-e611eb023ad4.woff2") format("woff2"), url("fonts/426759d8-aefa-4403-9fb8-c13abd5587f6.woff") format("woff"), url("fonts/e14b8eb5-b349-4430-ab77-ce8b60c75a51.ttf") format("truetype"), url("fonts/9a72cf7f-52e2-4e4e-9d99-cba76e90c0be.svg#9a72cf7f-52e2-4e4e-9d99-cba76e90c0be") format("svg"); }
@font-face {
  font-family: "Tablet Gothic Condensed";
  src: url("fonts/303b96c0-24aa-4ed8-bdb3-ed1c793ef195.eot?#iefix");
  src: url("fonts/303b96c0-24aa-4ed8-bdb3-ed1c793ef195.eot?#iefix") format("eot"), url("fonts/3ac758a3-42b8-4d64-a0b5-0ea97dc37d71.woff2") format("woff2"), url("fonts/ec6e81c3-a76b-4c88-ab68-123c395d59e1.woff") format("woff"), url("fonts/395ac693-f0c2-419b-a03d-8bd2a53457dc.ttf") format("truetype"), url("fonts/209ed0ce-3f42-488b-a698-8ca579cc2f31.svg#209ed0ce-3f42-488b-a698-8ca579cc2f31") format("svg"); }
/* ==========================================================================
	Typography style based on KNACSS
	http://www.knacss.com/
========================================================================== */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* Stupid IE11 - https://connect.microsoft.com/IE/feedback/details/816709/ie-11-calculating-font-sizes-wrong-when-setting-the-bodys-font-size-in-relative-units */
_:-ms-fullscreen, :root {
  font-size: calc(1em * .625); }

body {
  font-family: "Tablet Gothic", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #000;
  line-height: 1.5; }

/*
* Titles
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like {
  line-height: 1; }

h1,
.h1-like {
  font-size: 3.2rem; }

h2,
.h2-like {
  font-size: 3rem; }

h3,
.h3-like {
  font-size: 2.4rem; }

h4,
.h4-like {
  font-size: 2rem; }

h5,
.h5-like {
  font-size: 1.8rem; }

h6,
.h6-like {
  font-size: 1.6rem; }

/*
* Alternate font sizing
*/
.smaller {
  font-size: 0.71em; }

.small {
  font-size: 0.86em; }

.big {
  font-size: 1.14em; }

.bigger {
  font-size: 1.29em; }

.biggest {
  font-size: 1.43em; }

em,
.em,
i {
  font-style: italic; }

.no-em {
  font-style: normal; }

strong,
.strong,
b {
  font-weight: bold; }

.no-strong {
  font-weight: normal; }

sup,
sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/*
* Avoid top margins on first content element
*/
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

/**
* Links
*/
a {
  color: #000;
  text-decoration: none; }

/*------------------------------------*\
    #GRID SYSTEM
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px; }

.row, .posts-list, .agenda-categories {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  position: relative; }

.header-top {
  background-color: #262626;
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 2rem; }
  .header-top a {
    color: #fff;
    text-decoration: none; }
    .no-touchevents .header-top a:hover, .no-touchevents .header-top a:focus {
      color: #ffec1d; }

/* Social links */
.header-social__title {
  display: none; }
.header-social__list {
  display: inline-block;
  vertical-align: middle;
  font-size: .85em;
  text-align: center; }
  .header-social__list li {
    display: inline-block;
    vertical-align: middle; }
    .header-social__list li + li {
      margin-left: .8em;
      border-left: 1px solid #555;
      padding-left: 1.2em; }
.header-social svg {
  display: block;
  margin: 0 auto; }
@media (min-width: 48em) {
  .header-social {
    float: left;
    width: 50%; }
    .header-social__title {
      display: inline-block;
      vertical-align: middle; }
    .header-social__list {
      margin-left: 3rem; } }

/* Language switcher */
.header-lang {
  margin-top: .85em; }
  .header-lang__title {
    display: inline-block;
    vertical-align: middle; }
  .header-lang__list {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3rem;
    line-height: 1;
    font-size: 1.25em; }
    .header-lang__list li {
      display: inline-block;
      vertical-align: middle; }
      .header-lang__list li + li {
        margin-left: .6rem;
        border-left: 1px solid #fff;
        padding-left: 1rem; }
  .header-lang .current {
    text-decoration: underline; }
  @media (min-width: 48em) {
    .header-lang {
      float: right;
      text-align: right; } }

.header-middle {
  text-align: center;
  padding-bottom: .5em; }
  .header-middle h1 {
    margin-bottom: 0; }
  .header-middle .container-fluid {
    position: relative; }
  @media (min-width: 48em) {
    .header-middle {
      text-align: left; } }

/**
* LOGO
*/
.header__logo {
  display: inline-block;
  width: 5.5rem;
  height: 3rem;
  background: url("img/logo-citymag--small.svg") 0 0 no-repeat;
  position: relative; }
  @media (min-width: 48em) {
    .header__logo {
      width: 16rem;
      height: 8.6rem;
      background-image: url("img/logo-citymag.svg"); }
      .header__logo:after {
        content: url("img/citymag-baseline.svg");
        position: absolute;
        bottom: -2.4rem;
        left: 0; } }

/**
* LOGO VDL
*/
.header__vdl {
  position: absolute;
  right: 34rem;
  top: 0; }
  @media (max-width: 61.99em) {
    .header__vdl {
      display: none; } }

/**
* SEARCH
*/
.header-search {
  position: relative;
  display: none;
  width: 28rem; }
  .header-search input[type="text"] {
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: .3rem;
    width: 100%;
    padding-right: 8rem; }
  .header-search__submit {
    background-color: #262626;
    color: #fff;
    font-size: .85em;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    border-radius: 0 .3rem .3rem 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .no-touchevents .header-search__submit:hover, .no-touchevents .header-search__submit:focus {
      background-color: #ffec1d;
      color: #262626; }
  @media (min-width: 48em) {
    .header-search {
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); } }

/**
* MAIN NAV.
*/
.main-nav {
  text-align: center;
  margin-top: 2rem; }
  .main-nav[aria-hidden="true"] {
    display: none; }
  .main-nav ul {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .main-nav li {
    display: inline-block;
    vertical-align: middle; }
  .main-nav a {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    padding: 2rem 1.5rem; }
    .no-touchevents .main-nav a:hover, .no-touchevents .main-nav a:focus {
      background-color: #ffec1d; }
  .main-nav .current_page_item,
  .main-nav .current_page_parent {
    background-color: #ffec1d;
    font-weight: bold; }
  @media (max-width: 47.99em) {
    .main-nav {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 5;
      margin-top: 0; }
      .main-nav li {
        display: block; } }

/* Burger Yummy Yummy */
.mobile-menu-trigger {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: -.4rem;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .mobile-menu-trigger__burger {
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    height: 0.2rem;
    margin: 0.6rem auto;
    position: relative;
    text-indent: -999em;
    transition: background-color 250ms ease-in-out 0s;
    width: 1.6rem; }
    .mobile-menu-trigger__burger:before, .mobile-menu-trigger__burger:after {
      background-color: #000;
      content: "";
      display: block;
      height: 0.2rem;
      position: absolute;
      top: -0.6rem;
      transition: top 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
      transition: top 250ms ease-in-out, -ms-transform 250ms ease-in-out;
      transition: top 250ms ease-in-out, transform 250ms ease-in-out;
      width: 100%; }
    .mobile-menu-trigger__burger:after {
      top: 0.6rem; }
    [aria-expanded="true"] .mobile-menu-trigger__burger {
      background-color: transparent; }
      [aria-expanded="true"] .mobile-menu-trigger__burger:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      [aria-expanded="true"] .mobile-menu-trigger__burger:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .mobile-menu-trigger__txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #000;
    margin-left: .2rem; }
  @media (min-width: 48em) {
    .mobile-menu-trigger {
      display: none; } }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer-top {
  background-color: #333;
  padding: 2.85em 0;
  color: #fefefe;
  margin-top: 6rem; }
  .footer-top h3 {
    font-family: "Swift", Georgia, "Times New Roman", serif;
    font-size: 1.285em;
    font-weight: normal;
    margin-bottom: 1em;
    padding-bottom: .5em;
    border-bottom: 1px solid #fefefe; }
  .footer-top ul {
    font-size: 0.85em; }
    .footer-top ul li {
      margin: .5rem 0; }
  .footer-top a {
    color: #fff; }

.footer-block.-right {
  margin-top: 4rem; }
@media (min-width: 48em) {
  .footer-block.-right {
    margin-top: 0; }
    .footer-block.-right li {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - .25em);
      padding-right: calc(2rem + 2vw); } }
@media (min-width: 62em) {
  .footer-block.-right li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33333% - .25em);
    padding-right: calc(4rem + 3vw); } }

.footer-bottom {
  font-family: "Swift", Georgia, "Times New Roman", serif;
  background-color: #000;
  color: #fff;
  padding: .7em 1em;
  text-align: center; }

/*------------------------------------*\
#BROWSE HAPPY. DIE IE8, DIE!!!
\*------------------------------------*/
.browsehappy {
  background-color: #f0ad4e;
  color: #444;
  padding: 4rem 2rem;
  text-align: center; }
  .browsehappy p {
    max-width: 128rem;
    margin: 0 auto; }

/* ==========================================================================
	 Form basic style
	thanks to HTML5boilerplate,
	github.com/nathansmith/formalize
	and www.sitepen.com
	 ========================================================================== */
/*
* forms items
*/
button {
  -webkit-appearance: none; }

input,
button,
select,
label,
[class*="btn-"] {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit; }

label {
  display: block;
  cursor: pointer; }

legend {
  border: 0;
  white-space: normal; }

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical; }

/*
* Clickable input types in iOS
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield; }

/* if select styling bugs on WebKit
* 'x' appears on right of search input when text is entered. This removes it
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/*
* Removes inner padding and border in FF3+
*/
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
* Placeholder
*/
::-webkit-input-placeholder {
  color: #777;
  opacity: 1; }

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
  opacity: 1; }

/**
* Input style
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 0.3rem;
  padding: 0.3rem 1rem 0.2rem;
  height: 4.3rem; }
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="tel"].error,
  input[type="number"].error,
  textarea.error,
  select.error {
    color: #80262c;
    border-color: #80262c; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  textarea:focus,
  select:focus {
    border-color: #e9d500; }

textarea {
  height: auto; }

/* Select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDE5IDEwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOSAxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTAsMS41YzAtMC40LDAuMi0wLjgsMC41LTEuMWMwLjYtMC42LDEuNi0wLjYsMi4yLDBsNi44LDYuNWMwLDAsMC4xLDAuMSwwLjEsMC4xYzAsMCwwLDAsMC4xLTAuMWw2LjgtNi41DQoJCQljMC42LTAuNiwxLjYtMC42LDIuMiwwQzE4LjgsMC43LDE5LDEuMSwxOSwxLjVzLTAuMiwwLjgtMC41LDEuMUwxMS44LDljLTAuOCwwLjgtMS43LDEtMi4zLDFDOC45LDEwLDgsOS44LDcuMiw5TDAuNSwyLjYNCgkJCUMwLjIsMi4zLDAsMS45LDAsMS41eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  padding-right: 3.5rem; }

select::-ms-expand {
  display: none; }

/* Form item */
.form-item {
  position: relative;
  margin: 1rem 0; }

body span.wpcf7-list-item {
  margin-left: 0; }

/**
* EVENTS SEARCH FORM
*/
.events-search-form {
  margin-bottom: 1em; }
  .events-search-form label {
    font-weight: bold; }
  .events-search-form select {
    width: 100%; }
  .events-search-form .form-item:first-child {
    margin-top: 0; }
  .events-search-form .form-action {
    text-align: right; }

/**
* CONTACT FORM
*/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%; }

/**
* CHECKBOX
*/
.wpcf7-list-item label {
  position: relative; }
.wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  /* Checked */ }
  .wpcf7-list-item input[type="checkbox"]:focus + .wpcf7-list-item-label:before {
    border-color: #e9d500; }
  .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
    line-height: 2rem; }
    .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before {
      content: '';
      display: inline-block;
      width: 2rem;
      height: 2rem;
      border: 1px solid #555555;
      border-radius: .3rem;
      margin-right: 1rem;
      position: relative;
      top: .5rem; }
  .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    border-color: #000; }
  .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: .4rem;
    top: .9rem;
    border-radius: .2rem;
    background-color: #000; }

/**
* RADIO
*/
.wpcf7-list-item label {
  position: relative; }
.wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  /* Checked */ }
  .wpcf7-list-item input[type="radio"]:focus + .wpcf7-list-item-label:before {
    border-color: #e9d500; }
  .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
    line-height: 2rem; }
    .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:before {
      content: '';
      display: inline-block;
      width: 2rem;
      height: 2rem;
      border: 1px solid #555555;
      border-radius: 50%;
      margin-right: 1rem;
      position: relative;
      top: .5rem; }
  .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
    border-color: #000; }
  .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: .40rem;
    top: .9rem;
    border-radius: 50%;
    background-color: #000; }

/**
* MESSAGE
*/
.main div.wpcf7-response-output {
  margin: 1rem 0;
  padding: 1.5rem 1rem;
  border: 1px solid transparent; }

.main div.wpcf7-validation-errors {
  color: #80262c;
  border-color: #80262c;
  background-color: #dd8b91; }

.main div.wpcf7-mail-sent-ok {
  color: #318026;
  border-color: #318026;
  background-color: #95dd8b; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
[class*="btn-"] {
  display: inline-block;
  vertical-align: middle;
  min-width: 0;
  padding: 1.5rem 3rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-transform: uppercase; }
  .no-touchevents [class*="btn-"]:hover, .no-touchevents [class*="btn-"]:focus {
    text-decoration: none;
    color: #fff; }

.btn-primary {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-weight: bold; }
  .no-touchevents .btn-primary:hover, .no-touchevents .btn-primary:focus {
    background-color: #fff;
    color: #000; }
  .btn-primary.-white {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000; }
    .no-touchevents .btn-primary.-white:hover, .no-touchevents .btn-primary.-white:focus {
      background-color: #000;
      color: #fff; }

.btn-secondary {
  border: 1px solid #ffec1d;
  background-color: #ffec1d;
  color: #000;
  font-weight: bold; }
  .no-touchevents .btn-secondary:hover, .no-touchevents .btn-secondary:focus {
    background-color: #000;
    color: #fff; }

/*------------------------------------*\
    #ICONS - SVG SPRITE
\*------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor; }

/*------------------------------------*\
#BREADCRUMB
\*------------------------------------*/
.breadcrumb {
  background-color: #f8f8f8;
  padding: .5rem 1rem;
  font-family: "Swift", Georgia, "Times New Roman", serif;
  font-size: .85em;
  margin-bottom: 2.85em; }
  .breadcrumb li {
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb li + li:before {
      content: '>';
      margin: 0 .25em;
      speak: none; }
  .breadcrumb a {
    text-decoration: underline;
    font-weight: bold; }
    .no-touchevents .breadcrumb a:hover, .no-touchevents .breadcrumb a:focus {
      text-decoration: none; }

/*------------------------------------*\
#TAGS
\*------------------------------------*/
.tags {
  line-height: 1;
  margin-left: -.5rem;
  margin-right: -.5rem; }
  .tags li {
    display: inline-block;
    vertical-align: middle;
    margin: .5rem; }
  .tags a {
    display: block;
    border: 1px solid #262626;
    border-radius: 1.5rem;
    padding: .7rem 1rem; }
    .no-touchevents .tags a:hover, .no-touchevents .tags a:focus {
      background-color: #262626;
      color: #fff; }

/*------------------------------------*\
    #POST BLOCK
    - Blog article
    - Event
    - Favorites
    - Highlight
\*------------------------------------*/
.post-preview {
  padding-bottom: 1em;
  border: 1px solid #dfdfdf;
  /* Highlight modifier */
  /* Favorite modifier */ }
  .post-preview__header {
    position: relative; }
  .post-preview__media img {
    width: 100%;
    height: auto; }
  .post-preview__date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7em 1em;
    display: inline-block;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.8);
    text-align: center;
    border-bottom: 5px solid pink;
    line-height: 1.2;
    font-size: 1.2em; }
    .post-preview__date.-event.-cinema-en {
      border-bottom: 5px solid #e5007d; }
    .post-preview__date.-event.-dance {
      border-bottom: 5px solid #009ee3; }
    .post-preview__date.-event.-events {
      border-bottom: 5px solid #efcd00; }
    .post-preview__date.-event.-exhibitions {
      border-bottom: 5px solid #f39100; }
    .post-preview__date.-event.-music {
      border-bottom: 5px solid #afca05; }
    .post-preview__date.-event.-classical-music {
      border-bottom: 5px solid #509586; }
    .post-preview__date.-event.-theatre-en {
      border-bottom: 5px solid #291f71; }
    .post-preview__date.-event.-young-audience {
      border-bottom: 5px solid #a777b2; }
    .post-preview__date.-event.-cinema {
      border-bottom: 5px solid #e5007d; }
    .post-preview__date.-event.-danse {
      border-bottom: 5px solid #009ee3; }
    .post-preview__date.-event.-expositions {
      border-bottom: 5px solid #f39100; }
    .post-preview__date.-event.-manifestations {
      border-bottom: 5px solid #efcd00; }
    .post-preview__date.-event.-musique-actuelle {
      border-bottom: 5px solid #afca05; }
    .post-preview__date.-event.-musique-classique {
      border-bottom: 5px solid #509586; }
    .post-preview__date.-event.-theatre {
      border-bottom: 5px solid #291f71; }
    .post-preview__date.-event.-jeune-public {
      border-bottom: 5px solid #a777b2; }
    .post-preview__date span {
      display: block;
      font-size: 1em; }
  .post-preview__content {
    padding: 1.1em; }
  .post-preview__title {
    font-family: "Swift", Georgia, "Times New Roman", serif;
    font-weight: bold;
    font-size: 1.285em;
    margin-bottom: .5em; }
  .post-preview__category {
    font-size: .85em; }
    .post-preview__category strong {
      text-transform: uppercase; }
  .post-preview__footer {
    padding-left: 1.1em;
    padding-right: 1.1em; }
  .post-preview__more {
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-size: .85em; }
    .post-preview__more:before {
      content: '[ ';
      color: #e3000f; }
    .post-preview__more:after {
      content: ' ]';
      color: #e3000f; }
    .no-touchevents .post-preview__more:hover, .no-touchevents .post-preview__more:focus {
      color: #e3000f; }
  .post-preview.-highlight {
    border: 0;
    background-color: #ffec1d;
    color: #000;
    padding: 1.4em 1.4em 8.25em 1.4em;
    position: relative; }
    .post-preview.-highlight .post-preview__title {
      text-transform: uppercase;
      font-size: calc(1.5em + .75vw);
      font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
      margin-bottom: 0;
      font-weight: normal; }
    .post-preview.-highlight .post-preview__footer {
      padding: 0;
      position: absolute;
      bottom: 1.4em;
      left: 1.4em;
      right: 1.4em;
      border-top: 1px solid #000;
      padding-top: 2em; }
  .post-preview.-favorite {
    border: 0;
    padding: 1.4em 1.4em 8.25em 1.4em;
    position: relative; }
    .post-preview.-favorite .post-preview__title {
      text-transform: uppercase;
      font-size: calc(1.5em + .75vw);
      font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
      margin-bottom: 0;
      font-weight: normal;
      padding-right: 6rem; }
    .post-preview.-favorite .post-preview__footer {
      padding: 0;
      position: absolute;
      bottom: 1.4em;
      left: 1.4em;
      right: 1.4em;
      border-top: 1px solid #000;
      padding-top: 2em; }
    .post-preview.-favorite:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #fff;
      z-index: -1; }
    .post-preview.-favorite:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #000;
      z-index: -2; }
  .post-preview .post-preview--favorite__icon {
    position: absolute;
    top: 1.4em;
    right: 1.4em;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-color: #e3000f;
    color: #fff; }
    .post-preview .post-preview--favorite__icon svg {
      width: 3.6rem;
      height: 3.6rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/*------------------------------------*\
    #POST BANNER
    - Homepage big post
\*------------------------------------*/
.post-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(1.785em * 2 - 1rem); }
  .post-banner:before {
    content: '';
    position: absolute;
    bottom: -1.785em;
    left: 0;
    right: 0;
    height: 1px;
    background-color: red;
    z-index: 5; }
  .post-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .post-banner__media img {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100.1%;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .post-banner__category {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #22babc;
    text-align: center;
    color: #fff;
    min-height: 5rem;
    line-height: 5rem;
    padding: 0 1rem;
    font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    z-index: 2; }
    .post-banner__category a {
      color: #fff; }
  .post-banner__content {
    padding: 5em 2.5em 6.5em;
    position: relative;
    max-width: 33.57em;
    z-index: 2; }
  .post-banner__title {
    color: #fff;
    font-size: 2.25em;
    font-family: "Swift", Georgia, "Times New Roman", serif; }
    .post-banner__title a {
      color: #fff; }
  @media (min-width: 48em) {
    .post-banner {
      min-height: 40rem; }
      .post-banner__category {
        width: 8.5rem;
        height: 8.5rem;
        line-height: 1.2; }
        .post-banner__category span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .post-banner__content {
        padding-left: 7.85em;
        max-width: 36.57em; }
      .post-banner__title {
        font-size: 2.85em; } }

/*------------------------------------*\
    #POSTS LIST
\*------------------------------------*/
.posts-list li {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }
@media (min-width: 37.5em) {
  .posts-list li {
    float: left;
    width: 50%; }
  .posts-list.-stacked li {
    float: none !important;
    width: 100% !important; } }
@media (min-width: 48em) {
  .home .posts-list li {
    width: 33.3333%; } }
@media (min-width: 75em) {
  .posts-list li {
    width: 33.3333%; }
  .home .posts-list li {
    width: 25%; } }

/*------------------------------------*\
    #LAST ISSUE
    Homepage block for the last issue
\*------------------------------------*/
.last-issue {
  background-color: #000;
  color: #fff;
  padding: 2.15em 1.785em;
  margin-bottom: 1rem; }
  .last-issue__media {
    text-align: center;
    margin-bottom: 2em; }
  .last-issue__title {
    font-family: "Swift", Georgia, "Times New Roman", serif;
    font-size: 1.75em;
    margin-bottom: .5em; }
    .last-issue__title a {
      color: #fff; }
  .last-issue__summary {
    font-family: "Swift", Georgia, "Times New Roman", serif;
    margin-bottom: 1.5em; }
  .last-issue .btn-primary {
    margin: .5rem; }
  @media (min-width: 48em) {
    .last-issue__media {
      float: left;
      width: calc(35% - 1rem); }
    .last-issue__content {
      float: left;
      width: calc(65% - 1rem);
      margin-left: 2rem; } }
  @media (min-width: 48em) {
    .last-issue__title {
      font-size: 2.5em; }
    .last-issue__summary {
      font-size: 1.285em;
      margin-bottom: 2em; } }

.agenda-cta-block {
  padding: 5.5rem 1em; }
  .agenda-cta-block.-big {
    padding: 7rem 0;
    font-size: 1.5em; }
    .agenda-cta-block.-big .btn-primary {
      font-size: .5em; }
  .agenda-cta-block span {
    display: block;
    font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1; }
    .agenda-cta-block span:first-child, .agenda-cta-block span:nth-child(2) {
      font-weight: bold; }
    .agenda-cta-block span:nth-child(2), .agenda-cta-block span:nth-child(3) {
      opacity: .8;
      font-size: calc(1.75em + .5vw); }
    .agenda-cta-block span:nth-child(4) {
      opacity: .66; }
    .agenda-cta-block span:nth-child(4), .agenda-cta-block span:nth-child(5) {
      font-size: calc(1.5em + .5vw); }
    .agenda-cta-block span:nth-child(5) {
      opacity: .6; }
  .agenda-cta-block .btn-primary {
    margin-top: 2em; }
  .agenda-cta-block:before, .agenda-cta-block:after {
    content: '';
    position: absolute;
    right: 10px;
    left: 10px;
    top: 0;
    height: 4rem;
    background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QONaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ODk0NGNiZWUtNWE5My1lMjRkLWIzMDMtMWQzNDQxMjAzMmUxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM3NjZCNjI3OTgxQzExRTVCRDY1OUNEODdCRDUyMjk3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM3NjZCNjI2OTgxQzExRTVCRDY1OUNEODdCRDUyMjk3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE2YzUzYjg4LTk0MWYtOGU0NS1hMDVmLTc5OGQ0MDY3M2E4ZCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQ5ODFlOGQzLThkNDYtMTFlNS1iNGE4LWM1NWMxMzI0ZDQxNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uACZBZG9iZQBkwAAAAAEDABUEAwYKDQAABWwAAAW6AAAGqQAACBT/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/CABEIACIAIgMBEQACEQEDEQH/xACTAAEBAQAAAAAAAAAAAAAAAAAABAcBAQADAQAAAAAAAAAAAAAAAAABAwQHEAABBAMBAAAAAAAAAAAAAAAgAAERAjESMkARAAMBAQEAAAAAAAAAAAAAAAACEoIyEBIBAAAAAAAAAAAAAAAAAAAAQBMAAQEHBQADAQEAAAAAAAAAATEA8BEhQYHhUWFxsdEQwfGhQP/aAAwDAQACEQMRAAAB2DfxgAAAAAAAAAAAUxZ//9oACAEBAAEFAg2uO1x2uO11bu3du7dr/9oACAECAAEFAvT/AP/aAAgBAwABBQIJcZcZcZdPl8vl8r//2gAIAQICBj8CT//aAAgBAwIGPwJP/9oACAEBAQY/ArfKlvlS3ypb5U4LfKlvlS3ypb5U4LfKlvlS3ypb5U4LfKlvlS3ypb5U4EEEE8//2gAIAQEDAT8htwsZa3CxlrcLGWtwsZb7a09a3CxlrcLGWtwsZa3CxlvtrT1rcLGWtwsZa3CxlrcLGW+2tPWtwsZa3CxlrcLGWtwsZb7a09btqlt27apbdu2qW3btqlt/j//aAAgBAgMBPyH/AE//2gAIAQMDAT8h3L5fncvl+dy+X53L5fnYf3+btuXy/O5fL87l8vzuXy/Ow/v83bcvl+dy+X53L5fncvl+dh/f5u25fL87l8vzuXy/O5fL87D+/wA3ZB3P1FkHc/UWQdz9RZB3P1H4/9oADAMBAAIRAxEAABC222222222223/AP/aAAgBAQMBPxBOzJ5CQU8Bk7MnkJBTwGTsyeQkFPAZOzJ5CQU8Bvz9vlN2TsyeQkFPAZOzJ5CQU8Bk7MnkJBTwGTsyeQkFPAb8/b5Tdk7MnkJBTwGTsyeQkFPAZOzJ5CQU8Bk7MnkJBTwG/P2+U3ZOzJ5CQU8Bk7MnkJBTwGTsyeQkFPAZOzJ5CQU8Bvz9vlN2f9P47RZ/0/jtFn/T+O0Wf9P47R+P/9oACAECAwE/EP8AT//aAAgBAwMBPxBKcEGnpJLgVLEpwQaekkuBUsSnBBp6SS4FSxKcEGnpJLgVLHJCORhKcEGnpJLgVLEpwQaekkuBUsSnBBp6SS4FSxKcEGnpJLgVLHJCORhKcEGnpJLgVLEpwQaekkuBUsSnBBp6SS4FSxKcEGnpJLgVLHJCORhKcEGnpJLgVLEpwQaekkuBUsSnBBp6SS4FSxKcEGnpJLgVLHJCORjs8I4MdnhHBjs8I4MdnhHD4P/Z") 0 0 repeat; }
  .agenda-cta-block:after {
    top: auto;
    bottom: 0; }
  @media (min-width: 48em) {
    .agenda-cta-block.-big {
      padding: 10rem 1em;
      font-size: 2em; } }
  @media (min-width: 62em) {
    .agenda-cta-block {
      padding: 7rem 1.4em; }
      .agenda-cta-block:before, .agenda-cta-block:after {
        height: 5.6rem; }
      .agenda-cta-block span {
        font-size: calc(2.5em + 1vw); }
        .agenda-cta-block span:nth-child(2), .agenda-cta-block span:nth-child(3) {
          font-size: calc(2.25em + .5vw); }
        .agenda-cta-block span:nth-child(4), .agenda-cta-block span:nth-child(5) {
          font-size: calc(2em + .5vw); } }

/*------------------------------------*\
    #ASIDE BLOCK
\*------------------------------------*/
.aside-block {
  margin: 2.15em 0; }
  .aside-block:first-child {
    margin-top: 0; }
  .aside-block__title {
    background-color: #f5f5f5;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.285em; }
    .aside-block__title svg {
      width: .95em;
      width: .95em;
      vertical-align: middle;
      margin-right: .5em; }

/*------------------------------------*\
    #CATEGORIES LIST
    Aside column
\*------------------------------------*/
.categories-list a {
  padding: .4rem 2rem;
  display: block; }
  .no-touchevents .categories-list a:hover, .no-touchevents .categories-list a:focus {
    background-color: #ffec1d; }
.categories-list .current-cat {
  background-color: #ffec1d;
  font-weight: bold; }
  .categories-list .current-cat a:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAYAAAA1BOUGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RjI2RjhBRTk4NDkxMUU1OEIwQUFGREIyM0FBMERFMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RjI2RjhBRjk4NDkxMUU1OEIwQUFGREIyM0FBMERFMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVGMjZGOEFDOTg0OTExRTU4QjBBQUZEQjIzQUEwREUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVGMjZGOEFEOTg0OTExRTU4QjBBQUZEQjIzQUEwREUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1HI3ZAAAAEJJREFUeNpiZmBgeADEzEB8Foj/MqCB/1B8DYg9cEnC8EYgVgFJMEIF0MEvIG5nYiAAcBpL0EGPgLgYiNnQJQACDAAjShZpqfkC1wAAAABJRU5ErkJggg==);
    display: inline-block;
    vertical-align: baseline;
    margin-right: .5rem;
    position: relative;
    top: -0.1 0.5rem; }

/*------------------------------------*\
    #WYSIWYG BLOCK
\*------------------------------------*/
.wysiwyg-block h3,
.wysiwyg-block h4,
.wysiwyg-block h5,
.wysiwyg-block h6 {
  margin-bottom: .5em; }
  .wysiwyg-block h3 + p,
  .wysiwyg-block h4 + p,
  .wysiwyg-block h5 + p,
  .wysiwyg-block h6 + p {
    margin-top: .5em; }
.wysiwyg-block ul {
  list-style-type: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 0; }
  .wysiwyg-block ul li:before {
    content: "\2022";
    position: absolute;
    left: -1em;
    color: #999;
    margin-right: .5rem; }
.wysiwyg-block ol {
  list-style-type: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 0;
  counter-reset: olCounter; }
  .wysiwyg-block ol li {
    counter-increment: olCounter; }
    .wysiwyg-block ol li:before {
      content: counter(olCounter) ".";
      position: absolute;
      left: -1em;
      color: #999;
      margin-right: .5rem; }
.wysiwyg-block a {
  color: #0069b3;
  text-decoration: underline; }
  .no-touchevents .wysiwyg-block a:hover, .no-touchevents .wysiwyg-block a:focus {
    color: #00b350;
    text-decoration: none; }
.wysiwyg-block :not(.wp-caption) img.size-medium {
  width: 31%;
  min-width: 100px; }
.wysiwyg-block :not(.wp-caption) img.size-thumbnail {
  width: 16%;
  min-width: 100px; }
.wysiwyg-block .wp-caption-text {
  font-size: 0.8em;
  margin-top: 0;
  text-align: center; }

/*------------------------------------*\
    #POST SHARING ON SOCIAL NETWORK
\*------------------------------------*/
.post-share {
  text-align: right;
  margin-top: 2.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.75em;
  margin-bottom: 2em; }
  .post-share__title {
    display: inline-block;
    vertical-align: middle;
    font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: normal;
    margin-right: 1.5em; }
  .post-share__list {
    display: inline-block;
    vertical-align: middle; }
    .post-share__list li {
      display: inline-block;
      vertical-align: middle; }
      .post-share__list li + li {
        margin-left: .75em; }
  .no-touchevents .post-share a:hover, .no-touchevents .post-share a:focus {
    color: #333; }

/*------------------------------------*\
    #AGENDA CATEGORIES LIST
\*------------------------------------*/
.agenda-categories {
  margin-top: 2rem; }
  .agenda-categories li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative; }
    .agenda-categories li:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .agenda-categories li.-cinema-en a:before {
      background-color: rgba(229, 0, 125, 0.8);
      border: 0.75em solid #e5007d;
      color: #e5007d; }
    .agenda-categories li.-dance a:before {
      background-color: rgba(0, 158, 227, 0.8);
      border: 0.75em solid #009ee3;
      color: #009ee3; }
    .agenda-categories li.-events a:before {
      background-color: rgba(239, 205, 0, 0.8);
      border: 0.75em solid #efcd00;
      color: #efcd00; }
    .agenda-categories li.-exhibitions a:before {
      background-color: rgba(243, 145, 0, 0.8);
      border: 0.75em solid #f39100;
      color: #f39100; }
    .agenda-categories li.-music a:before {
      background-color: rgba(175, 202, 5, 0.8);
      border: 0.75em solid #afca05;
      color: #afca05; }
    .agenda-categories li.-classical-music a:before {
      background-color: rgba(80, 149, 134, 0.8);
      border: 0.75em solid #509586;
      color: #509586; }
    .agenda-categories li.-theatre-en a:before {
      background-color: rgba(41, 31, 113, 0.8);
      border: 0.75em solid #291f71;
      color: #291f71; }
    .agenda-categories li.-young-audience a:before {
      background-color: rgba(167, 119, 178, 0.8);
      border: 0.75em solid #a777b2;
      color: #a777b2; }
    .agenda-categories li.-cinema a:before {
      background-color: rgba(229, 0, 125, 0.8);
      border: 0.75em solid #e5007d;
      color: #e5007d; }
    .agenda-categories li.-danse a:before {
      background-color: rgba(0, 158, 227, 0.8);
      border: 0.75em solid #009ee3;
      color: #009ee3; }
    .agenda-categories li.-expositions a:before {
      background-color: rgba(243, 145, 0, 0.8);
      border: 0.75em solid #f39100;
      color: #f39100; }
    .agenda-categories li.-manifestations a:before {
      background-color: rgba(239, 205, 0, 0.8);
      border: 0.75em solid #efcd00;
      color: #efcd00; }
    .agenda-categories li.-musique-actuelle a:before {
      background-color: rgba(175, 202, 5, 0.8);
      border: 0.75em solid #afca05;
      color: #afca05; }
    .agenda-categories li.-musique-classique a:before {
      background-color: rgba(80, 149, 134, 0.8);
      border: 0.75em solid #509586;
      color: #509586; }
    .agenda-categories li.-theatre a:before {
      background-color: rgba(41, 31, 113, 0.8);
      border: 0.75em solid #291f71;
      color: #291f71; }
    .agenda-categories li.-jeune-public a:before {
      background-color: rgba(167, 119, 178, 0.8);
      border: 0.75em solid #a777b2;
      color: #a777b2; }
  .agenda-categories a {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    .agenda-categories a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(207, 0, 0, 0.8);
      border: .75em solid #cf0000;
      z-index: 5;
      color: #cf0000;
      transition: background-color 250ms ease-in; }
    .no-touchevents .agenda-categories a:hover:before, .no-touchevents .agenda-categories a:focus:before {
      background-color: currentColor; }
  .agenda-categories__img {
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100.1%;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .agenda-categories__title {
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
    position: absolute;
    left: .75em;
    right: .75em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
  @media (min-width: 37.5em) {
    .agenda-categories li {
      float: left;
      width: 50%; } }
  @media (min-width: 48em) {
    .agenda-categories li {
      width: 33.3333%; } }
  @media (min-width: 75em) {
    .agenda-categories li {
      width: 25%; }
    .agenda-categories__title {
      font-size: 2.15em; } }

/*
    Unminified development version of the datepicker stylesheet. Please use the
    minified version in production - remember to run a find/replace on the
    minified file to update the image locations to suit your installation - more
    info can be found in the header of the minified file.

    F.Y.I: Here's the HTML produced for each instance of the datePicker, in this
    case associated with a form element having an id of "demo-1"

<div id="fd-demo-1" class="date-picker drag-enabled" aria-describedby="fd-dp-aria-describedby" aria-labelledby="demo-1_label" aria-hidden="false" role="application" dir="ltr">
    <div>
        <table class="date-picker-table" role="grid">
            <thead class="date-picker-thead">
                <tr role="presentation">
                    <th class="date-picker-title drag-enabled" colspan="7"><span class="month-display drag-enabled">January&nbsp;</span><span class="year-display drag-enabled">2013</span></th>
                </tr>
                <tr role="presentation">
                    <th><span class="prev-but prev-year" id="demo-1-prev-year-but" title="Previous year">«</span></th>
                    <th><span class="prev-but prev-month" id="demo-1-prev-month-but" title="Previous month">‹</span></th>
                    <th colspan="3"><span class="today-but fd-disabled" id="demo-1-today-but" title="">Today</span></th>
                    <th><span class="next-but next-month" id="demo-1-next-month-but" title="Next month">›</span></th>
                    <th><span class="next-but next-year" id="demo-1-next-year-but" title="Next year">»</span></th>
                </tr>
                <tr>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-0" title="Monday">Mon</th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-1" title="Tuesday"><span class="fd-day-header" title="Tuesday">Tue</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-2" title="Wednesday"><span class="fd-day-header" title="Wednesday">Wed</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-3" title="Thursday"><span class="fd-day-header" title="Thursday">Thu</span></th>
                    <th class="date-picker-day-header" scope="col" role="columnheader" id="demo-1-col-4" title="Friday"><span class="fd-day-header" title="Friday">Fri</span></th>
                    <th class="date-picker-day-header date-picker-highlight" scope="col" role="columnheader" id="demo-1-col-5" title="Saturday"><span class="fd-day-header" title="Saturday">Sat</span></th>
                    <th class="date-picker-day-header date-picker-highlight" scope="col" role="columnheader" id="demo-1-col-6" title="Sunday"><span class="fd-day-header" title="Sunday">Sun</span></th>
                </tr>
            </thead>
            <tbody>
                <tr role="row">
                    <td aria-describedby="demo-1-col-0" aria-selected="false" role="gridcell" class="date-picker-unused" title="">&nbsp;</td>
                    <td aria-describedby="demo-1-col-1" aria-selected="false" role="gridcell" title="January 01, 2013" class="day-1 cell-1 cd-20130101 yyyymm-201301 mmdd-0101">1</td>
                    <td aria-describedby="demo-1-col-2" aria-selected="false" role="gridcell" title="January 02, 2013" class="day-2 cell-2 cd-20130102 yyyymm-201301 mmdd-0102">2</td>
                    <td aria-describedby="demo-1-col-3" aria-selected="false" role="gridcell" title="January 03, 2013" class="day-3 cell-3 cd-20130103 yyyymm-201301 mmdd-0103">3</td>
                    <td aria-describedby="demo-1-col-4" aria-selected="false" role="gridcell" title="January 04, 2013" class="day-4 cell-4 cd-20130104 yyyymm-201301 mmdd-0104">4</td>
                    <td aria-describedby="demo-1-col-5" aria-selected="false" role="gridcell" title="January 05, 2013" class="day-5 cell-5 cd-20130105 yyyymm-201301 mmdd-0105 date-picker-highlight">5</td>
                    <td aria-describedby="demo-1-col-6" aria-selected="false" role="gridcell" title="January 06, 2013" class="day-6 cell-6 cd-20130106 yyyymm-201301 mmdd-0106 date-picker-highlight">6</td>
                </tr>
                <tr role="row">
                    <td aria-describedby="demo-1-col-0" aria-selected="false" role="gridcell" title="January 07, 2013" class="day-0 cell-7 cd-20130107 yyyymm-201301 mmdd-0107">7</td>
                    <td aria-describedby="demo-1-col-1" aria-selected="false" role="gridcell" title="January 08, 2013" class="day-1 cell-8 cd-20130108 yyyymm-201301 mmdd-0108">8</td>
                    <td aria-describedby="demo-1-col-2" aria-selected="false" role="gridcell" title="January 09, 2013" class="day-2 cell-9 cd-20130109 yyyymm-201301 mmdd-0109">9</td>
                    <td aria-describedby="demo-1-col-3" aria-selected="false" role="gridcell" title="January 10, 2013" class="day-3 cell-10 cd-20130110 yyyymm-201301 mmdd-0110">10</td>
                    <td aria-describedby="demo-1-col-4" aria-selected="false" role="gridcell" title="January 11, 2013" class="day-4 cell-11 cd-20130111 yyyymm-201301 mmdd-0111">11</td>
                    <td aria-describedby="demo-1-col-5" aria-selected="false" role="gridcell" title="January 12, 2013" id="demo-1-date-picker-hover" class="day-5 cell-12 cd-20130112 yyyymm-201301 mmdd-0112 date-picker-today date-picker-highlight date-picker-hover" tabindex="0">12</td>
                    <td aria-describedby="demo-1-col-6" aria-selected="false" role="gridcell" title="January 13, 2013" class="day-6 cell-13 cd-20130113 yyyymm-201301 mmdd-0113 date-picker-highlight">13</td>
                </tr>

                ... snip ...

            </tbody>
        </table>
    </div>
</div>

*/
/*
    Hide the datepickers associated input by using a className
*/
.fd-hidden-input {
  display: none; }

/*
    Screen reader class - used to hide spans inside each cell from the visual
    display. See: http://webaim.org/techniques/css/invisiblecontent/
*/
.fd-screen-reader {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -moz-outline: 0 none;
  outline: 0 none; }

/*
    The wrapper div
*/
.date-picker {
  position: absolute;
  z-index: 9999;
  text-align: center;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/*
    The following rule is used whenever CSS Animations are supported by the
    browser
*/
.date-picker.fd-dp-fade {
  opacity: 0; }

/*
    Styles for the static datePickers
*/
.static-datepicker {
  position: relative;
  top: 5px;
  left: 0;
  margin-bottom: 1.5em; }

/*
    If the datepicker has a valid date then use a different icon for the
    activation button to let the user know. It's a little detail but it's the
    little things in life etc
*/
.date-picker-dateval:link,
.date-picker-dateval:visited {
  background-position: 0 -108px; }

/*
    Hover states etc for the activation button
*/
.date-picker-button-active:link,
.date-picker-button-active:visited,
.date-picker-control:focus,
.date-picker-control:hover,
.date-picker-control:active {
  background-position: 0 0; }

/*
    Disabled activation button
*/
.date-picker-control-disabled:link,
.date-picker-control-disabled:visited,
.date-picker-control-disabled:hover,
.date-picker-control-disabled:active {
  background-position: 0 -36px;
  cursor: default; }

.date-picker-control-disabled:hover span,
.date-picker-control-disabled:active span {
  box-shadow: none !important; }

/*
    IE, older Safari & Opera. Seperate CSS rule seems to be required.
*/
.date-picker-control {
  display: inline-block;
  outline: none !important; }

/*
    Default datepicker "button" styles
*/
.date-picker th span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
  border: 0 none;
  cursor: pointer; }

/*
    The "month, year" display
*/
.date-picker .month-display,
.date-picker .year-display {
  text-transform: uppercase;
  font-size: 1.25em;
  font-family: "Swift", Georgia, "Times New Roman", serif; }

.date-picker .year-display {
  font-size: 1em; }

/*
    Generic button class for Next & Previous (both month & year) buttons
*/
.date-picker .prev-but,
.date-picker .next-but {
  font-weight: normal;
  font-size: 2.4em;
  cursor: pointer;
  padding: .5rem .5em; }

/*
    Hover effect for Next & Previous (month, year) buttons
*/
.date-picker .prev-but:hover,
.date-picker .next-but:hover,
.date-picker .today-but:hover {
  color: #ffec1d; }

/*
    Today button
*/
.date-picker .today-but {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  font-size: 1em;
  width: 100%;
  text-decoration: none;
  padding-top: 0.3em;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer; }

/*
    Disabled buttons
*/
.date-picker-disabled .prev-but,
.date-picker-disabled .next-but,
.date-picker-disabled .today-but,
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover,
.date-picker-disabled .today-but:hover,
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover,
.date-picker .fd-disabled,
.date-picker .fd-disabled:hover {
  color: #aaa;
  cursor: default !important;
  opacity: 1; }

.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover {
    /*
    Uncomment this if you have uncommented the "scale" rules above

    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8); }

/*
    The background
*/
.date-picker table {
  table-layout: auto;
  empty-cells: show;
  border-collapse: separate;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  background-color: #ffffdb; }

.date-picker-thead {
  background-color: #333;
  color: #fff; }

/*
    Common TD & TH styling
*/
.date-picker td,
.date-picker tbody th {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 3em;
  height: 2.6em;
  overflow: hidden;
  border-radius: 50%; }

.date-picker th {
  border: 0 none;
  padding: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle; }

.date-picker .date-picker-week-header {
  border: 1px solid #dcdcdc;
  font-style: oblique;
  background: transparent;
  cursor: default;
  display: none; }

.date-picker .date-picker-thead .date-picker-week-header {
  border: 0 none;
  cursor: help; }

/*
    The "mon tue wed etc" day header styles
*/
.date-picker .date-picker-day-header {
  cursor: help;
  border: 0 none;
  padding: 0 0 0.2em 0;
  height: auto; }

/*
    tfoot status bar
*/
.date-picker .date-picker-statusbar {
  cursor: default;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0 none;
  background: #fff;
  height: 2.8em;
  display: none; }

/*
    TD cell that is _not_ used to display a day of the month
*/
.date-picker .date-picker-unused {
  border-color: #dcdcdc;
  cursor: default !important; }

/*
    The TH cell used to display the "month, year" title
*/
.date-picker .date-picker-title {
  padding: 0.7em 0;
  text-transform: uppercase; }

/*
    The "active cursor" style
*/
.date-picker td {
    /*

    Uncomment this if you want a transition on the cursor cells scale effect

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    */ }

/*
    Keyboard users get a scaled cursor. webKit exhibits buggy behaviour when
    scaling TD cells so commented out until I find a curious CSS based fix.
    Opera no longer appears to apply the scale... ho hum...
*/
.date-picker-focus .date-picker-hover {
  /*
  -webkit-transform:scale(1.25);
  */
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }

.date-picker .date-picker-hover,
.date-picker .month-out.date-picker-hover {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI1IDI1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0iIzMzMzMzMyIgY3g9IjEyLjUiIGN5PSIxMi41IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==") center no-repeat;
  color: #fff; }

/*
    The "disabled days" style
*/
.date-picker .day-disabled {
  color: #888;
  cursor: default;
  text-decoration: line-through; }

.date-picker .month-out {
  border-color: #ddd;
  border-color: rgba(220, 220, 220, 0.8);
  color: #aaa; }

/*
    The "selected date" style - color changed below also
*/
.date-picker .date-picker-selected-date {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI1IDI1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0iIzMzMzMzMyIgY3g9IjEyLjUiIGN5PSIxMi41IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==") center no-repeat;
  color: #fff; }

/*
    The date "out of range" style
*/
.date-picker .out-of-range,
.date-picker .not-selectable {
  font-style: italic;
  cursor: default;
  opacity: .8; }

/*
    Week number "out of range" && "month-out" styles
*/
.date-picker th.month-out,
.date-picker th.out-of-range {
  font-style: italic;
  cursor: default;
  opacity: .8; }

/*
    Used when the entire grid is full but the next/prev months dates cannot be
    selected
*/
.date-picker .not-selectable {
  opacity: 0.8; }

.date-picker tr {
  display: table-row; }

.date-picker .month-display,
.date-picker .year-display {
  cursor: default; }

.date-picker td:focus,
.date-picker .date-picker-hover {
  overflow: hidden;
  -moz-outline: 0 none;
  outline: 0 none;
  -o-highlight: 0 none; }

/*
    The "pulse" animation on focused button and datepicker cursor
*/
.date-picker-focus .date-picker-hover,
.date-picker-control:focus span {
  -webkit-animation: fd-dp-pulse 1.5s infinite alternate;
  -moz-animation: fd-dp-pulse 1.5s infinite alternate;
  -ms-animation: fd-dp-pulse 1.5s infinite alternate;
  -o-animation: fd-dp-pulse 1.5s infinite alternate; }

/*
    The "selected date" style
*/
.date-picker .date-picker-selected-date {
  color: #fff; }

/*
    Remove the box-shadow & lifted corner effect for the inline datepickers
*/
.static-datepicker table {
  box-shadow: 0 0 0 transparent; }

.static-datepicker:before,
.static-datepicker:after {
  display: none; }

/*
    Add a box-shadow and enhance border for datepickers that have keyboard focus

.date-picker-focus table {
}*/
/*
    Draggable datepickers
*/
.date-picker .drag-enabled,
.date-picker .drag-enabled span {
  cursor: move; }

/*
    Disabled datePicker
*/
.date-picker-disabled table {
  opacity: .8 !important; }

.date-picker-disabled table:before,
.date-picker-disabled table:after {
  display: none; }

.date-picker-disabled,
.date-picker-disabled td,
.date-picker-disabled th,
.date-picker-disabled th span {
  cursor: default !important; }

.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover {
    /*
    Uncomment this if you have used the previous scale rules previously
    declared within the file (for the prev-but and next-but classes)

    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
  text-shadow: none; }

body.fd-drag-active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/*------------------------------------*\
#ASIDE SUBSCRIPTION BLOCK C.T.A.
\*------------------------------------*/
.subscription-block {
  background-color: #ffec1d;
  padding: 1.4em;
  color: #000; }
  .subscription-block__title {
    text-transform: uppercase; }
  .subscription-block__list li {
    margin: 1rem 0;
    min-height: 2.75em;
    position: relative; }
  .subscription-block__icon {
    width: 2.75em;
    height: 2.75em;
    background-color: #000;
    color: #ffec1d;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    margin-right: .75em; }
    .subscription-block__icon > svg {
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/*------------------------------------*\
    #ARCHIVES LIST
    Used for search results page
\*------------------------------------*/
.archives-list {
  font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif; }
  .archives-list li {
    margin: .75em 0;
    padding-left: 6em;
    position: relative;
    min-height: 5em; }
  .archives-list__media {
    position: absolute;
    left: 0;
    top: 0; }
  .archives-list__title {
    text-transform: uppercase;
    font-size: 1.285em;
    margin: 0; }
  .archives-list__time {
    color: #555;
    display: block;
    margin-bottom: 1em; }

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.nav-links {
  text-align: center;
  margin: 2.25em 0 1em; }
  .nav-links .page-numbers {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%; }
    .no-touchevents .nav-links .page-numbers:hover, .no-touchevents .nav-links .page-numbers:focus {
      background-color: #ffec1d; }
  .nav-links .current {
    background-color: #ffec1d; }
  .nav-links .next,
  .nav-links .prev {
    border-radius: 0;
    width: 3em;
    height: 3em;
    border: 1px solid #000;
    background: url("img/pager-arrow-left.svg") center no-repeat; }
  .nav-links .prev {
    margin-right: 1em; }
  .nav-links .next {
    margin-left: 1em;
    background-image: url("img/pager-arrow-right.svg"); }

/*------------------------------------*\
    #WYSIWYG BLOCK
\*------------------------------------*/
.wysiwyg-block h3,
.wysiwyg-block h4,
.wysiwyg-block h5,
.wysiwyg-block h6 {
  margin-bottom: .5em; }
  .wysiwyg-block h3 + p,
  .wysiwyg-block h4 + p,
  .wysiwyg-block h5 + p,
  .wysiwyg-block h6 + p {
    margin-top: .5em; }
.wysiwyg-block ul {
  list-style-type: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 0; }
  .wysiwyg-block ul li:before {
    content: "\2022";
    position: absolute;
    left: -1em;
    color: #999;
    margin-right: .5rem; }
.wysiwyg-block ol {
  list-style-type: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 0;
  counter-reset: olCounter; }
  .wysiwyg-block ol li {
    counter-increment: olCounter; }
    .wysiwyg-block ol li:before {
      content: counter(olCounter) ".";
      position: absolute;
      left: -1em;
      color: #999;
      margin-right: .5rem; }
.wysiwyg-block a {
  color: #0069b3;
  text-decoration: underline; }
  .no-touchevents .wysiwyg-block a:hover, .no-touchevents .wysiwyg-block a:focus {
    color: #00b350;
    text-decoration: none; }
.wysiwyg-block :not(.wp-caption) img.size-medium {
  width: 31%;
  min-width: 100px; }
.wysiwyg-block :not(.wp-caption) img.size-thumbnail {
  width: 16%;
  min-width: 100px; }
.wysiwyg-block .wp-caption-text {
  font-size: 0.8em;
  margin-top: 0;
  text-align: center; }

/*------------------------------------*\
#PLURIO COPYRIGHT BLOCK
\*------------------------------------*/
.plurio-copy {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
  padding-top: 2rem;
  font-size: .825em;
  color: #777;
  background: url("img/logo_events_in_luxembourg.jpg") left center no-repeat;
  padding-left: 30rem;
  min-height: 11rem; }
  .ai1ec_event .plurio-copy {
    border-top: 0; }

/*------------------------------------*\
    #POST
    Basic articles
\*------------------------------------*/
.post__header {
  margin-bottom: 2em; }
.post__title {
  margin-bottom: .25em; }
.post__date {
  display: block;
  font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
  color: #555; }
.post__content > .wp-post-image {
  height: auto; }
.post__content .wp-caption-text {
  font-size: 0.8em;
  margin-top: 0;
  text-align: center; }
.post__body {
  margin-top: 2em; }
.post__footer {
  margin-top: 2em; }
.post-tags__title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 1em;
  font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
  font-weight: normal; }
.post-tags .tags {
  display: inline-block;
  vertical-align: middle; }
.post-tags svg {
  width: 1.2em;
  width: 1.2em;
  vertical-align: middle;
  margin-right: .5em; }
@media (min-width: 75em) {
  .post {
    padding-right: 20px; }
    .post__body {
      font-size: 1.15em; } }

/*------------------------------------*\
    #EVENT DETAILS
\*------------------------------------*/
.events-details {
  background-color: #f5f5f5; }
  .events-details > li {
    padding: 1em 1em 1em 4em;
    position: relative;
    min-height: 5em; }
    .events-details > li + li {
      border-top: 1px solid #ccc; }
  .events-details a {
    color: #0069b3;
    text-decoration: underline; }
    .no-touchevents .events-details a:hover, .no-touchevents .events-details a:focus {
      text-decoration: none; }
  .events-details__icon {
    position: absolute;
    width: 2em;
    height: 2em;
    left: 1em;
    top: 1em;
    border-radius: 50%;
    display: inline-block;
    background-color: #262626;
    color: #fff; }
    .events-details__icon > svg {
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .events-details__title {
    font-size: 1.15em;
    margin-top: 0;
    margin-bottom: .25em;
    display: block; }
  .events-details__ticket-url, .events-details__contact-url {
    display: inline-block;
    margin-left: .75em; }
  @media (min-width: 48em) {
    .events-details > li {
      padding-left: 5em; }
    .events-details__icon {
      width: 3em;
      height: 3em; }
      .events-details__icon svg {
        width: 1.5em;
        height: 1.5em; } }

/*------------------------------------*\
    #SEARCH
\*------------------------------------*/
.search-results__title {
  background-color: #f5f5f5;
  padding: 1rem 2rem;
  font-family: "Tablet Gothic Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.285em;
  font-weight: normal; }
  .search-results__title mark {
    text-transform: uppercase;
    font-weight: bold; }

.searchform {
  position: relative;
  max-width: 35rem; }
  .searchform input[type="text"] {
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: .3rem;
    width: 100%;
    padding-right: 8rem; }
  .searchform input[type="submit"] {
    background-color: #262626;
    color: #fff;
    font-size: .85em;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    border-radius: 0 .3rem .3rem 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .no-touchevents .searchform input[type="submit"]:hover, .no-touchevents .searchform input[type="submit"]:focus {
      background-color: #ffec1d;
      color: #262626; }

/*------------------------------------*\
    #SUBSCRIPTION FORM
\*------------------------------------*/
.subscription-form {
  position: relative;
  padding: 6.4em 1.5em;
  background-color: #f8f8f8; }
  .subscription-form:before, .subscription-form:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 5em;
    background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QONaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ODk0NGNiZWUtNWE5My1lMjRkLWIzMDMtMWQzNDQxMjAzMmUxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM3NjZCNjI3OTgxQzExRTVCRDY1OUNEODdCRDUyMjk3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM3NjZCNjI2OTgxQzExRTVCRDY1OUNEODdCRDUyMjk3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE2YzUzYjg4LTk0MWYtOGU0NS1hMDVmLTc5OGQ0MDY3M2E4ZCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQ5ODFlOGQzLThkNDYtMTFlNS1iNGE4LWM1NWMxMzI0ZDQxNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uACZBZG9iZQBkwAAAAAEDABUEAwYKDQAABWwAAAW6AAAGqQAACBT/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/CABEIACIAIgMBEQACEQEDEQH/xACTAAEBAQAAAAAAAAAAAAAAAAAABAcBAQADAQAAAAAAAAAAAAAAAAABAwQHEAABBAMBAAAAAAAAAAAAAAAgAAERAjESMkARAAMBAQEAAAAAAAAAAAAAAAACEoIyEBIBAAAAAAAAAAAAAAAAAAAAQBMAAQEHBQADAQEAAAAAAAAAATEA8BEhQYHhUWFxsdEQwfGhQP/aAAwDAQACEQMRAAAB2DfxgAAAAAAAAAAAUxZ//9oACAEBAAEFAg2uO1x2uO11bu3du7dr/9oACAECAAEFAvT/AP/aAAgBAwABBQIJcZcZcZdPl8vl8r//2gAIAQICBj8CT//aAAgBAwIGPwJP/9oACAEBAQY/ArfKlvlS3ypb5U4LfKlvlS3ypb5U4LfKlvlS3ypb5U4LfKlvlS3ypb5U4EEEE8//2gAIAQEDAT8htwsZa3CxlrcLGWtwsZb7a09a3CxlrcLGWtwsZa3CxlvtrT1rcLGWtwsZa3CxlrcLGW+2tPWtwsZa3CxlrcLGWtwsZb7a09btqlt27apbdu2qW3btqlt/j//aAAgBAgMBPyH/AE//2gAIAQMDAT8h3L5fncvl+dy+X53L5fnYf3+btuXy/O5fL87l8vzuXy/Ow/v83bcvl+dy+X53L5fncvl+dh/f5u25fL87l8vzuXy/O5fL87D+/wA3ZB3P1FkHc/UWQdz9RZB3P1H4/9oADAMBAAIRAxEAABC222222222223/AP/aAAgBAQMBPxBOzJ5CQU8Bk7MnkJBTwGTsyeQkFPAZOzJ5CQU8Bvz9vlN2TsyeQkFPAZOzJ5CQU8Bk7MnkJBTwGTsyeQkFPAb8/b5Tdk7MnkJBTwGTsyeQkFPAZOzJ5CQU8Bk7MnkJBTwG/P2+U3ZOzJ5CQU8Bk7MnkJBTwGTsyeQkFPAZOzJ5CQU8Bvz9vlN2f9P47RZ/0/jtFn/T+O0Wf9P47R+P/9oACAECAwE/EP8AT//aAAgBAwMBPxBKcEGnpJLgVLEpwQaekkuBUsSnBBp6SS4FSxKcEGnpJLgVLHJCORhKcEGnpJLgVLEpwQaekkuBUsSnBBp6SS4FSxKcEGnpJLgVLHJCORhKcEGnpJLgVLEpwQaekkuBUsSnBBp6SS4FSxKcEGnpJLgVLHJCORhKcEGnpJLgVLEpwQaekkuBUsSnBBp6SS4FSxKcEGnpJLgVLHJCORjs8I4MdnhHBjs8I4MdnhHD4P/Z") 0 0 repeat; }
  .subscription-form:after {
    top: auto;
    bottom: 0; }
  .subscription-form label {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: .25em; }
  .subscription-form legend {
    font-size: 1.285em;
    text-transform: uppercase;
    margin-bottom: .5em;
    font-weight: bold; }
  .subscription-form .form-group.-radio-inline .wpcf7-list-item {
    display: inline-block;
    vertical-align: middle; }
    .subscription-form .form-group.-radio-inline .wpcf7-list-item + .wpcf7-list-item {
      margin-left: 2.25em; }
  .subscription-form .form-group.-radio-block .wpcf7-list-item {
    display: block; }
  .subscription-form .form-action {
    margin-top: 2em; }
  .subscription-form .ajax-loader {
    position: absolute; }

.wpcf7-radio label,
.wpcf7-checkbox label {
  margin-top: 0;
  font-weight: normal; }

.js-tabcontent[aria-hidden=true] {
  display: none; }

/**
* subscription-steps
*/
.subscription-steps {
  position: absolute;
  top: .85em;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Swift", Georgia, "Times New Roman", serif; }
  .subscription-steps li {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .subscription-steps li + li {
      margin-left: 2.25em; }
      .subscription-steps li + li:before {
        content: '';
        height: .3rem;
        width: 3em;
        background-color: #fff;
        top: 50%;
        right: calc(100% - .25em);
        position: absolute;
        margin-top: -.1rem; }
  .subscription-steps a {
    display: block;
    font-size: 1.85em;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    border: .3rem solid #fff;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    cursor: pointer; }
    .subscription-steps a.-done {
      background-color: #000;
      color: #fff; }
    .subscription-steps a[aria-selected="true"] {
      background-color: #ffec1d;
      color: #000; }

.contact-form .form-action {
  margin-top: 2em; }

/*------------------------------------*\
#ERROR PAGE - 404
\*------------------------------------*/

/*# sourceMappingURL=style.css.map */
