@charset "UTF-8";
/*!
Theme Name: Theme-ToiToi
Author: Kelkii <contact@kelkii.com>
Author URI: https://www.kelkii.com
Description: Kelkii WordPress Thème pour le Toitoi utilisant Timber et Twig
Version: 1.4
Text Domain: kelkiiwptheme
*/
* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 30px;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0 20px 0;
}

@media screen and (max-width: 768px) {
  .inverserowm {
    flex-direction: column-reverse;
    display: flex;
  }
}
.cover,
.contain {
  width: 100%;
  height: 100%;
}

.cover {
  object-fit: cover;
}

.contain {
  object-fit: contain;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 800;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1rem 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wpcf7-submit {
  color: white;
  background: #730dbd;
  border: 1px solid #730dbd;
  font: inherit;
  line-height: 1;
  padding: 1em 1.4em;
  transition: 0.25s;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 5rem;
  text-transform: uppercase;
}
.wpcf7-submit:hover {
  box-shadow: 0 10px 30px rgb(0, 0, 0);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  display: block;
  border-radius: 0;
  padding: 5px;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
 * WordPress Blocks
 *
 * Default block styling included with WordPress core.
 * Provides a better starting point for WordPress theme developers,
 * especially when using Sass.
 *
 * @link https://github.com/WordPress/WordPress/blob/master/wp-includes/css/dist/block-library/style.css
 *
 * Most styles from the above file are included.
 * I've omitted all styles that begin with .editor-block-list, as they appear
 * to be referencing core UI components, and not relevant to the front-end.
 *
 * Styles from /theme.css (in the same folder) appear to be deprecated.
 * They are not loaded on the front-end, and thus, not included here.
 *
 * Updated: 22 Jan 2019
 */
/**
 *  1.0 - Paragraph
 *  2.0 - Blockquote
 *  3.0 - Pullquote
 *  4.0 - Button
 *  5.0 - Media
 *    5.1 - Image
 *    5.2 - Gallery
 *    5.3 - Cover
 *    5.4 - Video
 *    5.5 - Embed
 *    5.6 - Audio
 *    5.7 - File
 *    5.8 - Media & Text
 *  6.0 - Table
 *  7.0 - Separator
 *  8.0 - Spacer
 *  9.0 - Preformatted
 * 10.0 - Code
 * 11.0 - Verse
 * 12.0 - Columns
 * 13.0 - Font Size
 * 30.0 - Widgets
 *    30.1 - Categories Widget
 *    30.2 - Archives Widget
 *    30.3 - Latest Posts Widget
 *    30.4 - Latest Comments Widget
 * 99.0 - Deprecated
 */
/* HEADING BLOCKS, H1-H6
 * When alignment is applied, inline styles of "text-align" are used.
 */
/* The following blocks have no styles or classes applied.
 * - LIST BLOCKS
 * - CLASSIC BLOCKS
 * - CUSTOM HTML BLOCKS
 * - SHORTCODE BLOCKS
 */
/**
 * 1.0 - Paragraph
 */
p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

p.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

p.has-background {
  padding: 20px 30px;
}

p.has-text-color a {
  color: inherit;
}

/**
 * 2.0 - Blockquote
 */
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right;
}

/**
 * 3.0 - Pullquote
 */
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 305px;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}

/**
 * 4.0 - Button
 */
.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  /*rtl:ignore*/
  text-align: right;
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  color: inherit;
}

.is-style-outline {
  color: #32373c;
}
.is-style-outline .wp-block-button__link {
  background: 0 0;
  border: 2px solid currentcolor;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

/**
 * 5.0 - Media
 */
/**
 * 5.1 - Image
 */
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em;
}
.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

/**
 * 5.2 - Gallery
 */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px) / 6);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px) / 7);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px) / 8);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright {
  display: flex;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
/**
 * 5.3 - Cover
 */
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image.has-left-content h2, .wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-right-content h2, .wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover h2 a,
.wp-block-cover h2 a:hover,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:active,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:active {
  color: #fff;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    content: none;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
/**
 * 5.4 - Video
 */
.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/**
 * 5.5 - Embed
 */
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

/**
 * 5.6 - Audio
 */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}

/**
 * 5.7 - File
 */
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  /*rtl:ignore*/
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

/**
 * 5.8 - Media & Text
 */
.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8% 0 8%;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
}
/**
 * 6.0 - Table
 */
.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

/**
 * 7.0 - Separator
 */
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

/**
 * 8.0 - Spacer
 */
/**
 * 9.0 - Preformatted
 */
/**
 * 10.0 - Code
 */
/**
 * 11.0 - Verse
 */
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}

/**
 * 12.0 - Columns
 */
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0;
  }
}

@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 32px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 32px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 32px;
  }
}
/**
 * 13.0 - Font Size
 */
.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px;
}

/**
 * 30.0 - Widgets
 */
/**
 * 30.1 - Categories Widget
 */
.wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}

/**
 * 30.2 - Archives Widget
 */
/**
 * 30.3 - Latest Posts Widget
 */
.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.3333333333% - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.6666666667% - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}

/**
 * 30.4 - Latest Comments Widget
 */
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

/**
 * 99.0 - Deprecated
 *
 * The class names below appear to be deprecated, but they should remain indefinitely.
 */
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

p.is-small-text {
  font-size: 14px;
}

p.is-regular-text {
  font-size: 16px;
}

p.is-large-text {
  font-size: 36px;
}

p.is-larger-text {
  font-size: 48px;
}

.size-large img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 640px) {
  .wp-block-media-text {
    display: flex;
    flex-direction: row;
  }
}
.wp-block-media-text > figure {
  flex: 1;
}
.wp-block-media-text > div {
  flex: 1;
  padding: 25px;
}

.blocks-gallery-grid {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.blocks-gallery-grid .blocks-gallery-item {
  width: 33.3222259247%;
}
@media screen and (max-width: 640px) {
  .blocks-gallery-grid .blocks-gallery-item {
    width: 49.9750124938%;
  }
}
@media screen and (max-width: 450px) {
  .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
  }
}
.blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  .blocks-gallery-grid .blocks-gallery-item img {
    height: 350px;
  }
}
@media screen and (max-width: 450px) {
  .blocks-gallery-grid .blocks-gallery-item img {
    height: 250px;
  }
}
.blocks-gallery-grid .blocks-gallery-item:before {
  display: none;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table table th {
  color: #fff;
  font-size: 23px;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  vertical-align: middle;
}
.wp-block-table table tr {
  border-top: 1px solid #730dbd;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: #730dbd;
}
.wp-block-table table tr td {
  padding: 12px 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
}
.wp-block-table table tr:first-child {
  border-top: none;
}
.wp-block-table table tr:last-child {
  border-bottom: none;
}
.wp-block-table table tr:nth-child(odd) {
  background: #820fd5;
}

.is-type-video iframe, .embed-youtube iframe {
  width: 100% !important;
  height: 56vw !important;
  max-height: 563px !important;
}

.has-medium-font-size {
  font-size: 1.25rem;
}

.has-text-align-right {
  text-align: right;
}

.wp-block-separator {
  margin: 60px 0;
}

@media screen and (min-width: 640px) {
  .wp-block-columns {
    margin: 20px 0 0 -20px;
    width: calc(100% + 40px);
    display: flex;
  }
  .wp-block-column {
    margin: 0 20px;
    flex: 1;
  }
}
html ::selection {
  background: #fee71d;
}
html ::-moz-selection {
  background: #fee71d;
}

a,
a:active,
a:focus {
  outline: none;
}

body {
  color: #232323;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  font-size: 0.85rem;
  background-size: 750px;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1rem;
  }
}
body.page-template-event {
  background: #ffffff;
}
body a {
  text-decoration: none;
}
body a:hover, body a:focus {
  text-decoration: none;
}

.site-content {
  padding: 20px 50px;
}

.kel-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 var(--wrapper-h-pad);
}
@media screen and (max-width: 950px) {
  .kel-container {
    padding: 0 30px;
  }
}

.kel-container.hightlight {
  background: var(--highlight-light);
}

.wrapper {
  max-width: var(--wrapper-max);
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 950px) {
  .wrapper {
    padding: 0 30px;
  }
}

.contentwrap {
  padding-bottom: 50px;
}
.contentwrap h1 {
  font-family: var(--text-font);
}
@media screen and (max-width: 950px) {
  .contentwrap {
    top: 85px;
    position: relative;
  }
}
.contentwrap .vc_row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 950px) {
  .contentwrap {
    width: calc(100% - 245px);
    position: relative;
    left: 245px;
    min-height: calc(100vh - 327px);
  }
}

[class*=kii-width] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.kel-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1000px) {
  .kel-grid .kii-width-1-2 {
    width: 50%;
  }
  .kel-grid .kii-width-1-3 {
    width: 33.3222259247%;
  }
  .kel-grid .kii-width-1-4 {
    width: 24.9937515621%;
  }
  .kel-grid .kii-width-auto {
    flex: 1;
    min-width: 1px;
  }
}
.kel-grid .kii-width-auto-f {
  flex: 1;
  min-width: 1px;
}
.kel-grid .kii-width-1-2-f {
  width: 50%;
}

.main-menu {
  --inner-pad: 1rem;
  position: relative;
  z-index: 100;
  background: #161616;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .main-menu {
    position: fixed;
    z-index: 650;
  }
}
.main-menu .main-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--inner-pad) var(--inner-pad) 0;
  height: 205px;
}
.main-menu .main-logo figure {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 950px) {
  .main-menu .main-logo figure {
    width: 100px;
  }
}
.main-menu .main-logo a {
  color: #fff !important;
}
@media screen and (max-width: 950px) {
  .main-menu .main-logo {
    text-align: left;
    padding: 20px;
    height: 100px;
  }
}
.main-menu .main-logo .iconsvg {
  max-width: 60%;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 950px) {
  .main-menu .main-logo .iconsvg {
    width: 65px;
    height: 70px;
  }
}
@media screen and (min-width: 950px) {
  .main-menu #innermenu {
    height: calc(100% - 205px);
  }
}
@media screen and (max-width: 950px) {
  .main-menu #innermenu {
    display: none;
  }
}
.main-menu #innermenu .menuopa {
  display: none;
}
@media screen and (min-width: 950px) {
  .main-menu #innermenu .menuopa {
    display: block;
    position: absolute;
    bottom: 100px;
    height: 70px;
    left: 0;
    width: 100%;
    z-index: 500;
    background: linear-gradient(rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.05) 10%, rgba(22, 22, 22, 0.5) 60%, #161616 100%) repeat-x bottom;
    background-size: 20px 70px;
  }
}
.main-menu #innermenu .mainmenuwrap {
  text-align: center;
  margin: 0 20px;
}
.main-menu #innermenu .mainmenuwrap .smallsep {
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .main-menu #innermenu .mainmenuwrap {
    height: calc(100% - 100px);
    /* footer 100 */
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    margin: 0;
    position: relative;
  }
}
@media screen and (min-width: 950px) and (max-height: 790px) {
  .main-menu #innermenu .mainmenuwrap {
    -ms-overflow-style: none;
    /* for Internet Explorer */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
  }
  .main-menu #innermenu .mainmenuwrap::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
}
.main-menu #innermenu .mainmenuwrap a {
  color: #fff;
  transition: all 0.25s ease;
}
@media screen and (min-width: 950px) {
  .main-menu #innermenu .mainmenuwrap a:hover, .main-menu #innermenu .mainmenuwrap a:focus {
    color: var(--orange);
    text-decoration: none;
  }
}
.main-menu #innermenu .mainmenuwrap .iconsvg {
  transform: rotate(-90deg);
  transition: all 0.25s ease;
  top: -3px;
  left: 3px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .main-menu #innermenu .mainmenuwrap .iconsvg {
    top: -5px;
    left: 2px;
  }
}
.main-menu #innermenu .mainmenuwrap .activnav span {
  color: var(--orange);
}
.main-menu #innermenu .mainmenuwrap .activnav .iconsvg {
  transform: rotate(90deg);
}
.main-menu #innermenu .menufooter {
  height: 100px;
}
.main-menu #innermenu .menufooter ::placeholder {
  transition: all 0.25s ease;
  color: transparent;
}
.main-menu #innermenu .menufooter #searchtoitoi .iconsvg {
  transition: all 0.25s ease;
}
.main-menu #innermenu .menufooter #searchtoitoi:hover ::placeholder, .main-menu #innermenu .menufooter #searchtoitoi:focus ::placeholder {
  color: #fff !important;
}
.main-menu #innermenu .menufooter #searchtoitoi:hover input:-moz-placeholder,
.main-menu #innermenu .menufooter #searchtoitoi:hover input::-moz-placeholder,
.main-menu #innermenu .menufooter #searchtoitoi:hover input:-ms-input-placeholder, .main-menu #innermenu .menufooter #searchtoitoi:focus input:-moz-placeholder,
.main-menu #innermenu .menufooter #searchtoitoi:focus input::-moz-placeholder,
.main-menu #innermenu .menufooter #searchtoitoi:focus input:-ms-input-placeholder {
  color: #fff;
}
.main-menu #innermenu .menufooter #searchtoitoi:hover input:-moz-placeholder,
.main-menu #innermenu .menufooter #searchtoitoi:hover input::-moz-placeholder, .main-menu #innermenu .menufooter #searchtoitoi:focus input:-moz-placeholder,
.main-menu #innermenu .menufooter #searchtoitoi:focus input::-moz-placeholder {
  opacity: 1;
}
.main-menu #innermenu .menufooter #searchtoitoi:hover input, .main-menu #innermenu .menufooter #searchtoitoi:focus input {
  border-bottom: 3px solid #fff;
}
.main-menu #innermenu .menufooter #searchtoitoi:hover .iconsvg, .main-menu #innermenu .menufooter #searchtoitoi:focus .iconsvg {
  width: 1em;
  height: 1em;
}
.main-menu #innermenu .menufooter form {
  width: 90%;
  margin-left: 5%;
}
@media screen and (max-width: 950px) {
  .main-menu #innermenu .menufooter form {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
.main-menu #innermenu .menufooter form input {
  position: relative;
  font-size: 1.3rem;
}
.main-menu #innermenu .menufooter .rswrap {
  text-align: center;
  margin-top: 20px;
}
.main-menu #innermenu .menufooter .rswrap > a {
  color: white;
  transition: all 0.25s ease;
  padding: 0 7px;
}
@media screen and (min-width: 950px) {
  .main-menu #innermenu .menufooter .rswrap > a:hover, .main-menu #innermenu .menufooter .rswrap > a:focus {
    color: var(--orange);
    text-decoration: none;
  }
}
.main-menu #innermenu .kelulnav > ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.main-menu #innermenu .kelulnav > ul li ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 5px 0 10px;
}
.main-menu #innermenu .kelulnav > ul li ul a {
  font-size: 1.25rem;
  line-height: 1rem;
}
.main-menu #innermenu .kelulnav > ul li ul a:after {
  display: none;
}
.main-menu #innermenu .kelulnav > ul li .mobilnavcat {
  padding: 10px;
  font-weight: 800;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
}
.main-menu #innermenu .kelulnav > ul li.activli ul, .main-menu #innermenu .kelulnav > ul li.current-menu-ancestor ul {
  display: block;
}
.main-menu #innermenu .kelulnav > ul li.activli.current-menu-item .nav-main-link:after, .main-menu #innermenu .kelulnav > ul li.current-menu-ancestor.current-menu-item .nav-main-link:after {
  display: none;
}
.main-menu #innermenu .kelulnav > ul li.current-menu-item > div, .main-menu #innermenu .kelulnav > ul li.current-menu-ancestor > div {
  margin-bottom: 5px;
  font-weight: 800;
}
.main-menu #innermenu .kelulnav > ul li.current-menu-item > div > a, .main-menu #innermenu .kelulnav > ul li.current-menu-ancestor > div > a {
  color: var(--orange);
}
.main-menu #innermenu .kelulnav > ul li.current-menu-item > div > .mobilnavcat > span, .main-menu #innermenu .kelulnav > ul li.current-menu-ancestor > div > .mobilnavcat > span {
  background: var(--orange);
}
.main-menu #innermenu .kelulnav div {
  transition: all 0.25s ease;
  position: relative;
}
.main-menu #innermenu .kelulnav .activli,
.main-menu #innermenu .kelulnav .current-menu-ancestor {
  margin-bottom: 15px;
}
.main-menu #innermenu .kelulnav .activli a,
.main-menu #innermenu .kelulnav .current-menu-ancestor a {
  font-family: var(--text-font);
  color: var(--orange);
  text-decoration: none;
}
.main-menu #innermenu .kelulnav .activli a:after,
.main-menu #innermenu .kelulnav .current-menu-ancestor a:after {
  background: var(--orange);
  width: 40px;
  margin-top: 4px;
  position: initial;
}
.main-menu #innermenu .kelulnav .activli .nav-drop-item a,
.main-menu #innermenu .kelulnav .current-menu-ancestor .nav-drop-item a {
  display: flex;
  align-items: center;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.main-menu #innermenu .kelulnav .activli .nav-drop-item a:hover, .main-menu #innermenu .kelulnav .activli .nav-drop-item a:focus, .main-menu #innermenu .kelulnav .activli .nav-drop-item a.current-menu-item,
.main-menu #innermenu .kelulnav .current-menu-ancestor .nav-drop-item a:hover,
.main-menu #innermenu .kelulnav .current-menu-ancestor .nav-drop-item a:focus,
.main-menu #innermenu .kelulnav .current-menu-ancestor .nav-drop-item a.current-menu-item {
  margin-left: 20px;
}
.main-menu #innermenu .kelulnav .activli .nav-drop-item a:hover:after, .main-menu #innermenu .kelulnav .activli .nav-drop-item a:focus:after, .main-menu #innermenu .kelulnav .activli .nav-drop-item a.current-menu-item:after,
.main-menu #innermenu .kelulnav .current-menu-ancestor .nav-drop-item a:hover:after,
.main-menu #innermenu .kelulnav .current-menu-ancestor .nav-drop-item a:focus:after,
.main-menu #innermenu .kelulnav .current-menu-ancestor .nav-drop-item a.current-menu-item:after {
  content: ">>";
  display: inline-block;
  position: relative;
  font-family: var(--text-font);
  font-weight: 500;
  color: var(--orange);
  background: transparent;
}
.main-menu #innermenu .kelulnav .activli > .mobilnavcat,
.main-menu #innermenu .kelulnav .current-menu-ancestor > .mobilnavcat {
  color: var(--orange);
}
.main-menu #innermenu .kelulnav .activli > .mobilnavcat > span,
.main-menu #innermenu .kelulnav .current-menu-ancestor > .mobilnavcat > span {
  background: var(--orange);
}
.main-menu #innermenu .kelulnav a {
  font-size: 1.625rem;
  line-height: 1.5rem;
  margin: 20px 0;
  position: relative;
  display: inline;
}
@media screen and (max-width: 950px) {
  .main-menu #innermenu .kelulnav a {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.main-menu #innermenu .kelulnav.kelulnavsec a {
  font-size: 1.25rem;
  line-height: 1.15rem;
}
@media screen and (max-width: 950px) {
  .main-menu #innermenu .kelulnav.kelulnavsec a {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 950px) {
  .main-menu #innermenu .kelulnav.kelulnavsec {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 950px) {
  .main-menu {
    width: 245px;
    position: fixed;
    height: 100%;
    top: 0;
  }
}

#burgermenu {
  position: absolute;
  right: 15px;
  cursor: pointer;
}
#burgermenu span {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  transition: all 0.25s ease;
  top: 0;
}
#burgermenu span.s1 {
  margin-top: 25px;
}
#burgermenu span.s2 {
  margin-top: 7px;
}
#burgermenu.bopen .s1 {
  transform: rotate(45deg);
  top: 9px;
}
#burgermenu.bopen .s2 {
  transform: rotate(-45deg);
}

#agendamenulink.activa {
  color: var(--orange) !important;
  position: relative;
  display: inline;
}

.kel-form .kel-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #7d7d7d;
  transition: all 0.25s ease;
  outline: none;
  color: #fff;
}
.kel-form .kel-search-submit {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 5%;
  margin-top: -46px;
  margin-right: -4px;
  transition: all 0.25s ease;
}
@media screen and (max-width: 950px) {
  .kel-form .kel-search-submit {
    right: 20px;
  }
}
.kel-form .kel-search-submit:hover {
  color: #4ade7a;
}

.kelselect {
  font-family: var(--text-font);
  background: none;
  font-size: 1rem;
  padding: 5px 43px 5px 5px;
  margin-top: 10px;
  color: #161616;
}

.smallsep {
  width: 20px;
  height: 2px;
  background: #fff;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb90 {
  margin-bottom: 90px;
}

.hidethis {
  display: none;
}

@media screen and (max-width: 950px) {
  .hideondesktop {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  .hideonmobile {
    display: none;
  }
}
.vdesktop {
  display: block;
}

@media screen and (max-width: 950px) {
  .vdesktop {
    display: none;
  }
}
.vmobile {
  display: none;
}

@media screen and (max-width: 950px) {
  .vmobile {
    display: block;
  }
}
.listarrow {
  list-style: none;
  padding-left: 0;
  font-size: 1.05rem;
  font-weight: 600;
}
.listarrow .iconsvg {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 15px;
}
.listarrow > li {
  border-bottom: 1px solid #c4c4c4;
  padding: 10px 0;
  margin-right: 15px;
}
.listarrow > li a,
.listarrow > li h6 {
  color: #161616;
  font-size: 0.95rem;
  line-height: 1.15rem;
  font-family: var(--text-font);
  margin-bottom: 0;
}
.listarrow > li:last-child {
  border-bottom: none;
}

.wpb_wrapper h2,
.innerh2 {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-right: 35px;
  font-family: var(--text-font);
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-size: 2.6rem;
}
.wpb_wrapper h2:after,
.innerh2:after {
  display: block;
  background: #f1d801;
  content: "";
  height: 10px;
  top: 1.3rem;
  left: -4px;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.wpb_wrapper h2.altur:after,
.innerh2.altur:after {
  background: #fff;
}
.wpb_wrapper h2.altpad,
.innerh2.altpad {
  padding-right: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 950px) {
  .wpb_wrapper h2.altpad,
  .innerh2.altpad {
    font-size: 1.875rem;
  }
}
.wpb_wrapper h2.altpad:after,
.innerh2.altpad:after {
  height: 14px;
  top: 0.75rem;
}

.page-template-template-lieu {
  --theme-color: var(--place-title-color);
}

.page-template-default {
  --theme-color: var(--restaurant-color);
}

.page-template-agenda {
  --theme-color: var(--prog-color);
}

body .wpb_wrapper h2,
body .kel_wrapper h2 {
  font-family: var(--title-font);
  font-size: var(--text-l);
  text-transform: uppercase !important;
  font-weight: 900 !important;
  line-height: 3rem;
  display: inline;
}
body .wpb_wrapper h2:after,
body .kel_wrapper h2:after {
  display: none;
}
body .wpb_wrapper h3,
body .kel_wrapper h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: var(--text-font);
  color: var(--theme-color);
  display: inline;
}
@media screen and (max-width: 640px) {
  body .wpb_wrapper h3,
  body .kel_wrapper h3 {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
body .wpb_wrapper h3:before,
body .kel_wrapper h3:before {
  content: "\a";
  white-space: pre;
}
body .wpb_wrapper h4,
body .kel_wrapper h4 {
  font-family: var(--text-font);
  font-size: 1.5rem;
  line-height: 1.7rem;
}
body .wpb_wrapper h5,
body .kel_wrapper h5 {
  font-family: var(--text-font);
  font-size: 1.2rem;
  line-height: 1.35rem;
  margin-bottom: 10px;
}
body .wpb_wrapper h6,
body .kel_wrapper h6 {
  font-family: var(--text-font);
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
}
body .wpb_wrapper p,
body .wpb_wrapper strong,
body .wpb_wrapper b,
body .kel_wrapper p,
body .kel_wrapper strong,
body .kel_wrapper b {
  font-size: var(--body-size);
  font-weight: var(--body-weight);
  line-height: var(--body-height);
}
body .wpb_wrapper .wpb_text_column a,
body .kel_wrapper .wpb_text_column a {
  font-size: 1rem;
  line-height: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ff9477;
}
body .wpb_wrapper .wpb_text_column a:hover, body .wpb_wrapper .wpb_text_column a:focus,
body .kel_wrapper .wpb_text_column a:hover,
body .kel_wrapper .wpb_text_column a:focus {
  text-decoration: underline;
}
body .wpb_wrapper .wpb_text_column ul,
body .kel_wrapper .wpb_text_column ul {
  list-style: none;
  margin-top: 15px;
  padding-left: 0;
}
body .wpb_wrapper .wpb_text_column ul li,
body .kel_wrapper .wpb_text_column ul li {
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 7px;
}
body .wpb_wrapper .wpb_text_column ul li:before,
body .kel_wrapper .wpb_text_column ul li:before {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  background-image: url(imgs/fleche.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  top: 1px;
  position: relative;
}

.small-list .wpb_wrapper .wpb_text_column a {
  font-size: 0.8rem;
  line-height: 0.7rem;
  font-weight: 400;
  color: #161616;
}
.small-list .wpb_wrapper .wpb_text_column ul li:before {
  height: 0.55em;
  width: 0.55em;
}

.vc_row .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .vc_row .vc_col-sm-6:nth-child(2n+1) {
    padding-right: 25px;
  }
  .vc_row .vc_col-sm-6:nth-child(2n) {
    padding-left: 25px;
  }
}

@media screen and (min-width: 950px) {
  .nwl {
    position: absolute;
    right: 50px;
    top: 0;
    width: calc(33.3333% - 33px);
  }
}
@media screen and (max-width: 950px) {
  .nwl {
    margin-bottom: 20px;
  }
}
.nwl ::placeholder {
  color: #fff !important;
  font-family: var(--text-font);
}
.nwl input:-moz-placeholder,
.nwl input::-moz-placeholder,
.nwl input:-ms-input-placeholder {
  color: #fff;
  font-family: var(--text-font);
}
.nwl .sib-email-area {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 5px 0;
  border-bottom: 1px solid #7d7d7d !important;
  font-family: var(--text-font);
}
.nwl .sib-email-area:focus, .nwl .sib-email-area:active {
  border: none;
  outline: none;
}
.nwl .sib-default-btn {
  font-family: var(--text-font);
  position: absolute;
  right: 5px;
  margin-top: -35px;
  font-size: 1rem;
  padding: 6px 5px;
  line-height: 1rem;
  border: none;
  border-radius: 0;
  background: var(--primary-color);
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 950px) {
  .nwl .sib-default-btn {
    right: 50px;
  }
}

.uk-lightbox .uk-slidenav {
  color: #fff;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.8392156863);
}

.uk-accordion-title::before {
  margin-top: 7px;
  height: 25px;
  width: 25px;
  transition: all 0.25s ease;
  transform: rotate(-90deg);
  border-radius: 50%;
  background-size: 75% !important;
  background-repeat: no-repeat !important;
  background-position: 3px !important;
  background-color: #f1d801;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 189.48 192.61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M152.31,23.89v32.9L72.46,96.31l79.85,39.53v32.89l-115.13-58.1V81.98L152.31,23.89z" fill="%23161616"/></svg>') !important;
}
.eventcat-concert .uk-accordion-title::before {
  background: #f1d801;
}
.eventcat-dj-set .uk-accordion-title::before {
  background: #83fbfd;
}
.eventcat-théâtre .uk-accordion-title::before {
  background: #ff7b4b;
}
.eventcat-danse .uk-accordion-title::before {
  background: #8378fd;
}
.eventcat-unknown .uk-accordion-title::before {
  background: #f1d801;
}
.uk-accordion-title .lititle {
  padding: 0;
  margin: 0;
  display: inline;
  font-family: var(--text-font);
  font-size: 1.75rem;
}
@media screen and (max-width: 950px) {
  .uk-accordion-title .lititle {
    font-size: 1.5rem;
  }
}

.uk-open > .uk-accordion-title::before {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 17 4" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="17" height="4" fill="%23161616"/></svg>') !important;
  background-position: 4px !important;
  background-size: 67% !important;
  transform: rotate(0);
}

.nav-drop {
  animation: shownavdrop 2s normal forwards ease;
}

@keyframes shownavdrop {
  from {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
  }
  to {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.1, 0.9, 1);
  }
  70% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.9, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.1, 0.9, 1);
  }
  70% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.9, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bouncingdots {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  margin-top: 50px;
}

body {
  margin: 0;
}

@keyframes bounce {
  25% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mainmenuapear {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
.bouncingdots > .dot {
  width: 15px;
  height: 15px;
  background-color: #161616;
  margin: 0 10px 0 0;
  border-radius: 50%;
  animation-name: bounce;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.bouncingdots > .dot:nth-child(2) {
  animation-delay: 0.25s;
}

.bouncingdots > .dot:nth-child(3) {
  animation-delay: 0.5s;
}

.mainfooter {
  background: #161616;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 40px 0 10px;
}
@media screen and (max-width: 950px) {
  .mainfooter {
    margin-top: 120px;
  }
}
@media screen and (min-width: 950px) {
  .mainfooter {
    width: calc(100% - 245px);
    position: relative;
    left: 245px;
  }
}
.mainfooter h2,
.mainfooter h3,
.mainfooter h4,
.mainfooter h5 {
  color: var(--orange);
  font-weight: 800;
}
.mainfooter .mfwrap {
  max-width: 1400px;
  margin: auto;
  padding: 0 50px;
  position: relative;
}
.mainfooter .mfwrap p {
  font-size: 1rem;
}
.mainfooter .mfwrap .iconsvg {
  width: 20px;
  height: 20px;
  top: -2px;
}
@media screen and (min-width: 1000px) {
  .mainfooter .mfwrap .mffirst {
    width: 45%;
  }
}
.mainfooter .mfwrap .altslahs {
  color: var(--orange);
}
.mainfooter .mfbot {
  border-top: 1px solid #7d7d7d;
  color: #7d7d7d;
  padding-top: 10px;
  margin: 30px 0 8px 0;
}
.mainfooter .mfbot a {
  color: #7d7d7d;
  transition: all 0.25s ease;
}
.mainfooter .mfbot a:hover, .mainfooter .mfbot a:focus {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .mainfooter .mfbot .mfbr {
    text-align: right;
  }
}
.mainfooter .mfbot ul {
  list-style: none;
  padding-left: 0;
}
.mainfooter .mfbot ul > li {
  display: inline;
  position: relative;
}
.mainfooter .mfbot ul > li:before {
  display: inline-block;
  background: #7d7d7d;
  content: "";
  height: 15px;
  width: 1px;
  position: relative;
  top: 2px;
  margin: 0 4px;
}
.mainfooter .mfbot ul > li:first-child:before {
  display: none;
}
.mainfooter .f-icon {
  width: 150px;
  margin-left: calc(100% - 155px);
  margin-bottom: 25px;
}
@media screen and (min-width: 640px) {
  .mainfooter .f-icon {
    display: none;
  }
}
.mainfooter .f-icon svg.iconsvg {
  width: 150px;
  height: 150px;
}
.mainfooter input[type=email]::placeholder {
  font-family: var(--title-font);
  color: var(--orange);
}
.mainfooter input[type=submit] {
  background: var(--orange);
  color: var(--white);
}

.fresto {
  position: relative;
}
@media screen and (min-width: 950px) {
  .fresto {
    margin-top: 43px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .fresto:before {
    display: inline-block;
    background: #7d7d7d;
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 25px;
    left: -60px;
    margin: 0 4px;
  }
}

.sib_loader,
.sib_msg_disp {
  display: none !important;
}

.grecaptcha-badge {
  display: none;
}

.wpcf7-response-output {
  margin: 2em 2em 1em !important;
  padding: 0.5em 1em !important;
  border: 1px solid #902729 !important;
}

.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  border: 1px solid #f7e700 !important;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #60dc12 !important;
}

#tarteaucitronPersonalize {
  background: #4ade7a !important;
}

#tarteaucitronPercentage {
  height: 0 !important;
  border-top: 6px solid #ff9477 !important;
}

.tarteaucitronDeny {
  background: #ff9477 !important;
}

.tarteaucitronAllow {
  background: #4ade7a !important;
}

.tarteaucitronIsAllowed {
  border-left: 5px solid #4ade7a !important;
}

.tarteaucitronIsDenied {
  border-left: 5px solid #ff9477 !important;
}

.cat-card.show {
  --dark-color: var(--show-color);
  --light-color: var(--show-color-light);
}

.cat-card.restaurant {
  --dark-color: var(--restaurant-color);
  --light-color: var(--restaurant-color-light);
}

.cat-card.place {
  --dark-color: var(--place-color);
  --light-color: var(--place-color-light);
}

.cat-card {
  display: flex;
  align-items: center;
  gap: 15px;
  height: var(--home-cat-height);
  padding: 0 var(--wrapper-h-pad);
  background: linear-gradient(to right, var(--light-color) 0%, var(--dark-color) 50%, var(--dark-color) 100%);
  background-size: 200% 100%;
  background-position: right center;
  transition: background-position 0.5s ease-out;
}
.cat-card .cat-card-icon {
  width: 2rem;
  aspect-ratio: 1/1;
  transition: transform 0.2s ease-out;
}
.cat-card h2 {
  font-family: "Brico";
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  color: var(--white);
}
.cat-card:hover {
  transition: background-position 1s cubic-bezier(0, 0.51, 0, 0.96);
  background-position: left center;
}
.cat-card:hover .cat-card-icon {
  transform: scale(1.2);
}

.iconsvg {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.agenda-header {
  text-align: right;
  margin: 5vh 0;
}

.event-card {
  display: flex;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.1s ease-out, transform 0.1s ease-out;
  background: var(--card-background);
  height: 100%;
  transform-origin: bottom left;
}

.event-card:hover {
  transform: rotate(-3deg);
  box-shadow: 0 2px 8px 10 rgba(0, 0, 0, 0.08);
}

.event-img {
  width: clamp(100px, 8vw, 200px);
  aspect-ratio: 6/8;
}

.event-body {
  --inner-padd: 20px;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .event-body {
    --inner-padd: 10px;
  }
}

.event-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--orange);
  padding: 0 var(--inner-padd);
}
.event-time .event-date {
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: var(--text-s);
  color: var(--white);
}
@media screen and (max-width: 640px) {
  .event-time .event-date {
    font-size: var(--text-s);
  }
}
.event-time .event-hour {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white);
  font-size: var(--text-s);
}

.event-tag {
  display: block;
  font-size: var(--text-s);
  background: var(--brown);
  padding: 0 var(--inner-padd);
  margin: 0;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.event-title {
  padding: 0 var(--inner-padd);
}
.event-title h2,
.event-title span {
  font-family: var(--text-font);
  font-size: var(--text-m);
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .event-title h2,
  .event-title span {
    font-size: var(--text-s);
  }
}

.news-card {
  margin-bottom: 20px;
  background: var(--card-background);
  transition: transform 0.2s ease-out;
}

.news-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-card-figure {
  margin: 0;
  width: 100%;
  height: 40%;
  aspect-ratio: 3/2;
}

.news-content {
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  padding: 20px 20px 25px;
  flex: 1;
}

.news-card-title {
  margin: 0 0 3vh;
  font-family: var(--text-font);
  font-weight: 700;
}

.news-card-desc {
  font-family: var(--text-font);
  font-size: var(--text-s);
  font-weight: 400;
  margin: 0 0 1vh;
}

.news-card-cats {
  display: none;
}

.news-card-btn {
  font-family: var(--text-font);
  font-weight: 600;
  margin: auto 0 0;
  text-decoration: underline;
  color: var(--text-color);
  font-size: var(--text-s);
  transition: color 0.2s ease-out;
}

.news-card:hover {
  transform: scale(1.01);
  transform-origin: center center;
}

.news-card:hover .news-card-btn {
  color: var(--orange);
}

body .black-btn {
  color: #fff;
  background: #161616;
  transition: outline-offset 200ms ease;
  padding: 5px 10px;
  font-weight: 500;
  outline-offset: 0;
  outline: 1px solid transparent;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .black-btn.medium-btn {
  font-weight: 600;
  padding: 7px 15px 7px 5px;
}
body .black-btn.medium-btn .iconsvg {
  width: 1.75em;
  height: 1.75em;
  left: -7px;
  top: -2px;
  position: relative;
}
body .black-btn.big-btn {
  font-size: 1.15rem;
  padding: 8px 15px;
  font-weight: 600;
}
body .black-btn.big-btn .iconsvg {
  width: 1em;
  height: 1em;
  top: -2px;
  left: -15px;
  position: relative;
}
body .black-btn:hover, body .black-btn:focus {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  text-decoration: none !important;
}
body .black-btn.fix-bot-r {
  position: absolute;
  bottom: -15px;
  right: 20px;
}
body .black-btn.smallbtn {
  padding: 2px 10px;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 0.85rem;
}
body .black-btn.smallbold {
  padding: 4px 14px 3px;
  font-weight: 600;
}
body .black-btn.blackcolor {
  color: #161616;
}
body .black-btn.colorw {
  color: #fff;
}
body .black-btn.colorw .iconsvg {
  color: #fff;
}
body .black-btn.bgwhite {
  right: 0;
  margin-top: -14px;
}
body .black-btn.bgyellow {
  right: 0;
  margin-top: -14px;
}
body .black-btn.bggrey {
  right: 0;
  margin-top: -14px;
}

.showmorewrapbtn {
  position: relative;
  margin-bottom: 70px;
  margin-left: calc(50% - 65px);
}
.showmorewrapbtn .showmore {
  position: absolute;
  font-size: 1.25rem;
  margin-top: 40px;
  font-weight: 700;
  padding: 5px 25px;
}

.simplecta {
  margin-bottom: 50px;
  position: relative;
}
.simplecta.uk-text-left a {
  left: 0;
  right: unset;
}
.simplecta .oneplink {
  position: absolute;
}
.simplecta .oneplink.smallbtn {
  padding: 5px 19px 5px 9px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .simplecta .oneplink.smallbtn {
    position: inherit;
  }
}
.simplecta .oneplink .iconsvg {
  left: -10px;
  top: -1px;
  position: relative;
  width: 1rem;
}

.undelinebtn {
  color: #161616 !important;
  font-size: 1.15rem;
  font-weight: 600;
  display: block;
  text-decoration: underline;
  text-decoration-color: #ff9477;
  text-decoration-thickness: 3px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 950px) {
  .undelinebtn {
    margin-top: 2em;
  }
}
.undelinebtn:hover {
  text-decoration: underline;
  text-decoration-color: #ff9477;
  text-decoration-thickness: 4px;
}

.kelnavwrap {
  width: calc(100% - 50px);
  left: 25px;
}

.kelsnav {
  position: relative;
  margin: 8px;
  padding: 7px;
  border-radius: 50%;
}
.kelsnav.rounded {
  background: #5fe4ee;
}
.kelsnav .iconsvg {
  color: #161616;
  width: 28px;
  height: 28px;
  position: relative;
}
.kelsnav.knprev {
  left: -60px;
}
.kelsnav.knprev .iconsvg {
  left: -2px;
}
.kelsnav.knnext {
  right: -60px;
}
.kelsnav.knnext .iconsvg {
  right: -2px;
  transform: rotate(180deg);
}

.keltopnavwrap {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .keltopnavwrap {
    left: 15px;
    bottom: 165px;
  }
}

.keltopnav {
  position: relative;
  margin: 0;
}
.keltopnav.rounded .iconsvg {
  border-radius: 50%;
  background: var(--secondary-color);
}
.keltopnav .iconsvg {
  color: #161616;
  width: 35px;
  height: 35px;
  padding: 5px;
  position: relative;
}
.keltopnav.knprev {
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .keltopnav.knprev {
    margin-right: calc(100vw - 120px);
  }
}
.keltopnav.knprev .iconsvg {
  left: -2px;
}
.keltopnav.knnext .iconsvg {
  right: -2px;
  transform: rotate(180deg);
}

.homecatwrap {
  display: grid;
  position: relative;
  margin-bottom: 10vh;
}

.linka {
  margin: 50px 0 70px;
  position: relative;
}
.linka a {
  position: absolute;
  margin-left: calc(50% - 80px);
  right: unset !important;
}
.linka .iconsvg {
  color: #161616 !important;
  width: 1rem;
  height: 1rem;
  position: relative;
  left: -5px;
  top: -1px;
}

.home-section {
  margin-bottom: 10vh;
}

.home-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .home-section-header {
    display: block;
    margin-bottom: 3vh;
  }
}

.prog {
  position: relative;
}

.prog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 5vh;
}

.actu-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 5vh;
}

.actu-link {
  text-align: center;
}

.topencart {
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
  height: calc(100vh - var(--home-cat-height) * 1.5);
  min-height: 560px;
  padding: 40px 20px;
  background-color: var(--primary-color);
}
@media (max-width: 950px) {
  .topencart {
    height: calc(100vh - var(--home-cat-height) * 1.5 - 90px);
  }
}
.topencart .title {
  margin: 0 auto;
  position: relative;
  color: var(--white);
}
.topencart .title span {
  display: block;
  font-family: "Cherry";
  font-size: clamp(var(--text-l), 9vw, var(--text-xxl));
}
.topencart.noslider {
  padding: 0;
}
.topencart.noslider .tscontent {
  padding: 40px 20px;
}
@media (min-width: 950px) {
  .topencart.noslider .tscontent {
    padding: 90px 5px 20px 50px;
  }
}
@media (min-width: 1200px) {
  .topencart.noslider .tscontent {
    padding: 100px 5px 20px 100px;
  }
}

.topsliderwrap {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
.topsliderwrap .topslider {
  height: 100% !important;
}
@media (max-width: 950px) {
  .topsliderwrap .topslider {
    min-height: 350px !important;
  }
}
.topsliderwrap .topslider .sliderimgdesc {
  position: absolute;
  z-index: 5;
  right: 5px;
  transform-origin: bottom right;
  transform: rotateZ(-90deg);
  color: #CECECE;
  text-transform: uppercase;
  font-size: 0.5rem;
  font-family: "Poppins", sans-serif;
}

.one-content.cat-multicat .occats .iconsvg {
  color: #f1d801;
}
.one-content.cat-salle-de-spectacle .occats .iconsvg {
  color: #ff9477;
}
.one-content.cat-actu .occats .iconsvg {
  color: #f1d801;
}
.one-content.cat-bar .occats .iconsvg {
  color: #5fe4ee;
}
.one-content.cat-le-lieu .occats .iconsvg {
  color: #f1d801;
}
.one-content.cat-resto .occats .iconsvg {
  color: #4ade7a;
}
.one-content .one-content-title {
  display: inline;
  font-family: var(--text-font);
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 950px) {
  .one-content .one-content-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.one-content .vmobile .contentimg {
  height: 380px;
  width: 100%;
  object-fit: cover;
  max-height: 40vh;
}
@media screen and (max-width: 950px) {
  .one-content .ocinfolinks {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .one-content .one-content-left {
    width: 60%;
  }
}
.one-content .one-content-left > div {
  padding: 40px;
}
.one-content .one-content-left h3 {
  background: none;
}
.one-content .one-content-left ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
.one-content .one-content-left ul li {
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 7px;
}
.one-content .one-content-left ul li:before {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  background-image: url(imgs/fleche.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  top: 1px;
  position: relative;
}
.one-content .one-content-left a {
  font-size: 1rem;
  line-height: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ff9477;
}
.one-content .one-content-left a:hover, .one-content .one-content-left a:focus {
  text-decoration: underline;
}
.one-content .one-content-left .occats a {
  margin-right: 10px;
  text-transform: uppercase;
  font-family: var(--text-font);
  font-size: 0.75rem;
  color: #161616;
}
.one-content .one-content-left .occats a:hover, .one-content .one-content-left .occats a:focus {
  text-decoration: underline;
}
.one-content .one-content-left .occats .iconsvg {
  width: 1rem;
  height: 1rem;
  top: -1px;
  margin-left: 4px;
  position: relative;
}
.one-content .one-content-right .contentimg {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1680px) {
  .one-content .one-content-right .contentimg {
    height: 550px;
  }
}
.one-content .one-content-right .onecontentfilter {
  background-position: 0 0.25em;
  background-size: 2px 30px;
  display: inline;
  font-family: var(--text-font);
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.sharepost {
  margin-top: 70px;
}
.sharepost .spt {
  font-family: var(--text-font);
  display: inline-block;
  font-size: 0.75rem;
  padding-right: 7px;
  margin-left: 15px;
}
.sharepost .spt:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  left: -15px;
  width: 330px;
  height: 2px;
  background: #161616;
}
@media screen and (max-width: 640px) {
  .sharepost .spt:before {
    width: 20px;
  }
}
.sharepost .spp {
  display: inline;
}
.sharepost .spp a {
  background: #4ade7a;
  border-radius: 50%;
  color: #161616;
  margin-left: 7px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.cat-multicat .sharepost .spp a {
  background: #f1d801;
}
.cat-actu .sharepost .spp a {
  background: #f1d801;
}
.cat-salle-de-spectacle .sharepost .spp a {
  background: #ff9477;
}
.cat-bar .sharepost .spp a {
  background: #5fe4ee;
}
.cat-le-lieu .sharepost .spp a {
  background: #f1d801;
}
.cat-resto .sharepost .spp a {
  background: #4ade7a;
}
.sharepost .spp a:hover svg, .sharepost .spp a:focus svg {
  width: 1.15rem;
  height: 1.15rem;
  left: 3px;
}
.sharepost .spp a svg {
  transition: all 0.1s ease;
  width: 0.9rem;
  height: 0.9rem;
  top: 1px;
  left: 5px;
  position: relative;
}

#yeararchive {
  display: block;
}

.ttcarte .ttcinner {
  padding: 1rem 0;
}
.ttcarte .ttcinner .ttcinnerelems {
  background-position: calc(100% - 60px);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-image: none;
}
.ttcarte .ttcinner .ttcinnerelems::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  width: 4px;
  transform-origin: bottom center;
  transform: rotate(-2deg);
  background: var(--highlight);
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .ttcarte .ttcinner .ttcinnerelems::before {
    right: 20px;
    width: 4px;
    border-radius: 2px;
  }
}
.ttcarte .ttcinner .ttcinnerelems > .ttcline {
  border-bottom: 1px solid #c4c4c4;
  position: relative;
  padding: 10px 0 5px;
}
@media screen and (max-width: 950px) {
  .ttcarte .ttcinner .ttcinnerelems > .ttcline {
    font-size: 0.75rem;
  }
}
.ttcarte .ttcinner .ttcinnerelems > .ttcline .iconsvg {
  width: 10px;
  height: 10px;
  top: -3px;
  position: relative;
}
.ttcarte .ttcinner .ttcinnerelems > .ttcline span {
  font-weight: 700;
}
.ttcarte .ttcinner .ttcinnerelems > .ttcline .ttcname {
  text-transform: uppercase;
  padding-left: 15px;
}
@media screen and (max-width: 950px) {
  .ttcarte .ttcinner .ttcinnerelems > .ttcline .ttcname {
    padding-left: 5px;
  }
}
.ttcarte .ttcinner .ttcinnerelems > .ttcline .ttcprice {
  position: absolute;
  right: 0;
}
.ttcarte .ttcinner .ttcinnerelems > .ttcline:last-child {
  border-bottom: none;
}

.mavant {
  position: relative;
  border: 20px solid #4ade7a;
}
.mavant.bgblue {
  background: #5fe4ee;
}
.mavant .maimg {
  position: absolute;
  width: 150px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 950px) {
  .mavant .maimg {
    width: 100%;
    height: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 70%);
  }
}
.mavant .mainner {
  position: relative;
  z-index: 5;
  padding: 30px 40px;
}
@media screen and (max-width: 950px) {
  .mavant .mainner {
    margin-top: 135px;
    padding: 20px;
  }
}
.mavant .mainner .black-btn {
  background: #161616;
}
.mavant .mainner .mavanth2 {
  line-height: 2.8rem;
  font-size: 2.3rem;
  font-family: var(--text-font);
  font-weight: 900;
  background: none;
}
.mavant .mainner .mavanth2:after {
  display: none;
}
.mavant .mucontent {
  padding: 20px 0 40px 120px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  .mavant .mucontent {
    padding: 20px 0 40px 0;
  }
}

.tt-resa {
  background-size: cover;
  margin: 50px 0;
  padding: 50px 0;
}
@media screen and (max-width: 950px) {
  .tt-resa .resa2 {
    margin-top: 60px;
  }
}
.tt-resa .tt-resa-img {
  width: 130px;
}
.tt-resa .tt-resa-inner {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3rem;
  font-family: var(--text-font);
}
.tt-resa .tt-resa-inner .black-btn {
  background: #161616;
}
@media (min-width: 950px) {
  .tt-resa .tt-resa-inner > div:nth-child(2n+1) {
    padding-right: 25px;
  }
  .tt-resa .tt-resa-inner > div:nth-child(2n) {
    padding-left: 25px;
  }
}

.noslider .tsimg img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .noslider .tsimg img {
    height: 500px;
  }
}

.one-small-producteur {
  position: relative;
  margin-bottom: 20px !important;
}
.one-small-producteur a img {
  width: 115px;
  height: 115px;
  object-fit: cover;
  margin-right: 15px;
}
.one-small-producteur a img.partnaireimg {
  height: auto;
  object-fit: unset;
}
.one-small-producteur h4 {
  margin-bottom: 5px;
  font-family: var(--text-font);
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.one-small-producteur h4 a {
  color: #161616;
}
.one-small-producteur p {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2rem;
}
.one-small-producteur .prodloc {
  font-family: var(--text-font);
  font-size: 1.125rem;
}
.one-small-producteur .prodloc svg {
  width: 10px;
  height: 15px;
  margin-right: 5px;
}
.one-small-producteur .oneplink {
  position: absolute;
  right: 0;
  margin-top: -14px;
}
.one-small-producteur .oneplink .iconsvg {
  left: -10px;
  top: 0;
  position: relative;
  width: 1rem;
}
.one-small-producteur:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: calc(100% - 170px);
  height: 1px;
  background: #161616;
}

.imagesdecaled .imgtxt .imgtxtimg {
  width: 160px;
}
@media screen and (min-width: 1400px) {
  .imagesdecaled .imgtxt .imgtxtimg {
    width: 200px;
  }
}
@media screen and (max-width: 950px) {
  .imagesdecaled .imgtxt .imgtxtimg {
    width: 100%;
    margin: 20px 0;
  }
  .imagesdecaled .imgtxt .imgtxtimg img {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .imagesdecaled .imgtxt .imgtxtcontent {
    margin-left: 15px;
  }
}
.imagesdecaled .imgtxt .imgtxtcontent p {
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-family: "Poppins", sans-serif;
}
.imagesdecaled .imgtxt.imgtxt1 {
  z-index: 1;
  position: relative;
}
.imagesdecaled .imgtxt.imgtxt2 {
  margin-top: -10px;
}
@media screen and (min-width: 1000px) {
  .imagesdecaled .imgtxt.imgtxt2 {
    padding-left: 70px;
  }
}
.imagesdecaled .imgtxt img {
  border: 8px solid #f1d801;
}
.imagesdecaled .imgtxt img.byellow {
  border: 8px solid #f1d801;
}
.imagesdecaled .imgtxt img.bgreen {
  border: 8px solid #4ade7a;
}
.imagesdecaled .imgtxt img.brose {
  border: 8px solid #ff9477;
}
.imagesdecaled .imgtxt img.bbleu {
  border: 8px solid #5fe4ee;
}

.ttmapbox #map {
  width: 100%;
  height: 500px;
  max-height: 80vh;
}

.marker-tt {
  background-image: url("data:image/svg+xml;utf8,<svg width='80' height='111' viewBox='0 0 80 111' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M39.6 53.2C49.2 53.3 57 45.8 57.3 36.2C57.6 26.6 49.6 18.5 39.9 18.5C30.4 18.5 22.5 26.2 22.4 35.7C22.3 45.2 30.1 53.1 39.6 53.2ZM39.9 102.3C27.1 84.6 14.6 67.5 6.7 47.6C1.3 34.2 4.1 22 13.6 11.7C23.6 0.800016 36.4 -2.49998 50.5 1.90002C64.3 6.10002 72.4 15.9 75.2 30.1C76.4 36.3 75.3 42.2 73 47.8C65 67.6 52.6 84.7 39.9 102.3Z' fill='%23FF6E47'/><path d='M39.7001 52.8C49.1442 52.8 56.8001 45.144 56.8001 35.7C56.8001 26.2559 49.1442 18.6 39.7001 18.6C30.256 18.6 22.6001 26.2559 22.6001 35.7C22.6001 45.144 30.256 52.8 39.7001 52.8Z' stroke='%231D1D1B' stroke-width='4' stroke-miterlimit='10'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  cursor: pointer;
}
.marker-tt:after {
  content: "Toï Toï Le Zinc";
  display: block;
  color: #ff6e47;
  width: 150px;
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  top: 47px;
  margin-left: -27px;
}

.kel-containerbg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.uldownload {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.uldownload > li {
  margin-bottom: 15px;
}
.uldownload > li:after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  top: 6px;
  left: 33px;
  position: relative;
  background: #161616;
}
.uldownload > li:last-child:after {
  display: none;
}
.uldownload > li .iconsvg {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: -6px;
}
.uldownload > li a {
  color: #161616;
  font-family: "Poppins", sans-serif;
  transition: all 0.25s ease;
  font-weight: 400;
  padding-left: 12px;
}
.uldownload > li a:hover, .uldownload > li a:focus {
  font-weight: 800;
  text-decoration: none;
}

.lieuwrap {
  position: relative;
  z-index: 2;
}
.lieuwrap .lieuwraph {
  margin-bottom: 140px;
}
.lieuwrap:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  width: 75%;
  height: 200px;
  background: linear-gradient(to bottom right, rgba(241, 216, 1, 0.7) 0%, rgba(241, 216, 1, 0.7) 50%, transparent 50%, transparent 100%);
}
.lieuwrap h1 {
  text-transform: uppercase;
  font-size: var(--text-xxl);
  color: var(--white);
  font-weight: 300;
  display: inline-block;
  margin-top: 30px;
}

.imgpatten .imgpatteninner {
  position: relative;
}
.imgpatten img {
  width: 80%;
  height: auto;
  border: 7px solid #f1d801;
}
.imgpatten img.byellow {
  border: 7px solid #f1d801;
}
.imgpatten img.bgreen {
  border: 7px solid #4ade7a;
}
.imgpatten img.brose {
  border: 7px solid #ff9477;
}
.imgpatten img.bbleu {
  border: 7px solid #5fe4ee;
}
.imgpatten.oneimage .img-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  width: 100%;
}
.imgpatten.deuxleft .img-1 {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.imgpatten.deuxleft .img-2 {
  position: absolute;
  z-index: 2;
  width: 50%;
  top: 125px;
  right: 0;
  margin-left: 20px;
}
@media screen and (min-width: 1500px) {
  .imgpatten.deuxleft .img-2 {
    top: 160px;
  }
}
.imgpatten.deuxleft {
  margin-bottom: 50px;
}
.imgpatten.deuxright {
  text-align: right;
  margin-bottom: 90px;
}
.imgpatten.deuxright .img-1 {
  position: relative;
  z-index: 1;
  right: 0;
  width: 65%;
}
.imgpatten.deuxright .img-2 {
  position: absolute;
  z-index: 2;
  width: 40%;
  top: 125px;
  left: 0;
}
.imgpatten.troisimgs .img-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.imgpatten.troisimgs .img-2 {
  position: absolute;
  z-index: 2;
  width: 40%;
  top: 60px;
  right: 0;
  margin-left: 20px;
}
.imgpatten.troisimgs .img-3 {
  position: relative;
  z-index: 3;
  left: 40px;
  width: 50%;
  top: -120px;
  margin-bottom: -50px;
}

#lieumenu {
  position: fixed;
  right: -5px;
  top: 100px;
  width: 400px;
  max-width: 95vw;
  z-index: 20;
  transition: all 0.25s ease;
}
#lieumenu > div {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#lieumenu > div > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#lieumenu .lmcircle {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  padding: 30px;
  margin-left: 30px;
  transition: all 0.25s ease;
}
#lieumenu .lmcircle > div {
  background: #5fe4ee;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
#lieumenu .lmcontent {
  position: absolute;
  right: 0;
  margin-right: 40px;
  top: 135px;
  z-index: 21;
  transition: all 0.25s ease;
}
#lieumenu .closemenu {
  height: 15px;
  width: 15px;
  cursor: pointer;
  position: absolute;
  top: 95px;
  right: 65px;
  z-index: 21;
}
@media screen and (max-width: 950px) {
  #lieumenu .closemenu {
    top: 75px;
    right: 100px;
  }
}
#lieumenu .lmmenu {
  display: none;
}
#lieumenu .lmmenu > div {
  font-size: 1.5rem;
  position: absolute;
  z-index: 22;
  right: 0;
  top: -2px;
}
#lieumenu .lmmenu > span {
  position: relative;
  width: 60px;
  height: 8px;
  background: #fff;
  display: block;
  right: -20px;
  transition: all 0.25s ease;
}
#lieumenu .lmmenu > span.lms2 {
  top: 8px;
  width: 80px;
  right: 0;
}
#lieumenu .lmmenu > span.lms3 {
  top: 16px;
}
#lieumenu .lmmenu.lmactiv .lms1 {
  right: -30px;
}
#lieumenu .lmmenu.lmactiv .lms2 {
  right: 10px;
}
#lieumenu .lmmenu.lmactiv .lms3 {
  right: -30px;
}
#lieumenu.burger {
  width: 150px;
}
#lieumenu.burger .lmcircle {
  width: 160px;
  height: 160px;
  margin-left: calc(100% - 160px);
  cursor: pointer;
}
#lieumenu.burger .lmmenu {
  display: block;
  position: absolute;
  right: 40px;
  top: 60px;
  z-index: 21;
  cursor: pointer;
}
#lieumenu.burger .lmcontent,
#lieumenu.burger .closemenu {
  display: none;
}
#lieumenu a {
  color: #161616;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-right: 10px;
  padding-left: 10px;
  transition: all 0.25s ease;
  display: inline;
}
#lieumenu .anchor {
  text-align: right;
}
#lieumenu .anchor.activ a {
  font-family: var(--text-font);
}

:root {
  --black: rgba(0, 0, 0, 1);
  --black-75: rgba(0, 0, 0, .75);
  --black-50: rgba(0, 0, 0, .50);
  --black-25: rgba(0, 0, 0, .25);
  --purple: rgba(113, 39, 255, 1);
  --purple-75: rgba(113, 39, 255, 0.75);
  --purple-50: rgba(113, 39, 255, 0.5);
  --purple-25: rgba(113, 39, 255, 0.25);
  --orange: rgba(232, 83, 46, 1);
  --orange-75: rgba(232, 83, 46, 0.75);
  --orange-50: rgba(232, 83, 46, 0.5);
  --orange-25: rgba(232, 83, 46, 0.25);
  --dark-pink: rgb(209, 130, 168);
  --pink: rgb(219, 178, 198);
  --pink-75: rgba(248, 203, 225, 0.75);
  --pink-50: rgba(248, 203, 225, 0.50);
  --pink-25: rgba(248, 203, 225, 0.25);
  --brown: rgba(109, 107, 89, 1);
  --brown-75: rgba(109, 107, 89, 0.75);
  --brown-50: rgba(109, 107, 89, 0.5);
  --brown-25: rgba(109, 107, 89, 0.25);
  --offwhite: #F7F5FF;
  --white: #FFFFFF;
  --wrapper-max: 1400px;
  --wrapper-h-pad: 50px;
  --home-cat-height: 100px;
  --radius-s: 6px;
  --show-color: var(--orange);
  --show-color-light: var(--orange-50);
  --restaurant-color: var(--purple);
  --restaurant-color-light: var(--purple-50);
  --place-title-color: var(--dark-pink);
  --place-color: var(--pink);
  --place-color: var(--pink);
  --place-color-light: var(--pink-50);
  --background: var(--offwhite);
  --card-background: var(--white);
  --highlight: var(--orange);
  --figure-radius: var(--radius-s);
  --title-font: "Cherry";
  --text-font: "Brico";
  --text-color: var(--black);
  --text-xxl: 5rem;
  --text-xl: 4rem;
  --text-l: 3rem;
  --text-sl: 2.3rem;
  --text-m: 2rem;
  --text-s: 1.5rem;
  --text-xs: 1rem;
  --body-size: 1.2rem;
  --body-weight: 300;
  --medium-weight: 400;
  --body-height: 1.2em;
}

body.purple-highlight {
  --highlight: var(--purple);
  --highlight-light: var(--purple-25);
}

body.orange-highlight {
  --highlight: var(--orange);
  --highlight-light: var(--orange-25);
}

body.pink-highlight {
  --highlight: var(--pink);
  --highlight-light: var(--pink-25);
}

body.light-pink-highlight {
  --highlight: var(--pink-50);
  --highlight-light: var(--pink-25);
}

body strong {
  color: var(--highlight);
  font-weight: 700 !important;
}

* {
  font-family: var(--text-font);
}

.title,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--title-font);
  color: #232323;
}

h2 {
  font-size: var(--text-sl);
}

h3 {
  font-size: 2rem;
  line-height: 2.2rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.title {
  text-transform: uppercase;
}

.entry-title {
  color: #232323;
  font-weight: 200;
  font-size: 3.4rem;
  line-height: 3rem;
  margin: 55px 0 40px;
}

.link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--text-s);
  font-family: var(--text-font);
  color: var(--text-color);
  transition: color 0.2s ease-out;
}

.link::after {
  content: ">>";
  margin-left: 1ch;
  display: inline-block;
  font-size: 1.2em;
  transition: color 0.2s ease-out;
}

.link:hover,
.link:hover::after {
  color: var(--orange);
}

em {
  color: #232323;
}

.ytail {
  font-family: var(--text-font);
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.sh2 {
  font-size: 2.75rem;
}
.sh2.upscore-right {
  padding-right: 20px;
}

.px24 {
  font-size: 1.5rem;
}

.px26 {
  font-size: 1.625rem;
}

p {
  font-size: var(--body-size);
  font-weight: var(--body-weight);
  line-height: var(--body-height);
}

@font-face {
  font-family: "Cherry";
  src: url("./assets/fonts/Cherry_Bomb_One/CherryBombOne-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brico";
  src: url("./assets/fonts/Bricolage_Grotesque/static/BricolageGrotesque_24pt_Condensed-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brico";
  src: url("./assets/fonts/Bricolage_Grotesque/static/BricolageGrotesque_24pt_Condensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brico";
  src: url("./assets/fonts/Bricolage_Grotesque/static/BricolageGrotesque_24pt_Condensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brico";
  src: url("./assets/fonts/Bricolage_Grotesque/static/BricolageGrotesque_24pt_Condensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brico";
  src: url("./assets/fonts/Bricolage_Grotesque/static/BricolageGrotesque_24pt_Condensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brico";
  src: url("./assets/fonts/Bricolage_Grotesque/static/BricolageGrotesque_24pt_Condensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brico";
  src: url("./assets/fonts/Bricolage_Grotesque/static/BricolageGrotesque_24pt_Condensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.altslahs {
  color: #f1d801;
}
.altslahs .iconsvg {
  width: 27px;
  height: 27px;
  top: -3px;
  position: relative;
}

.upscore-right {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-right: 35px;
}
.upscore-right:after {
  display: block;
  background: #f1d801;
  content: "";
  height: 10px;
  top: 1.3rem;
  left: -4px;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.upscore-right.altur:after {
  background: #fff;
}

.upscore-left {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-left: 20px;
}
.upscore-left:after {
  display: block;
  background: #5fe4ee;
  content: "";
  height: 7px;
  top: 1rem;
  left: -4px;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.upscore-left.altur:after {
  background: #fff;
}

.clip-sharp-bottom {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
}

.clip-sharp-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}

.clip-sharp-left-small {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}

@media screen and (min-width: 1000px) {
  .clip-sharp-left-desk {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
  }
}

.clip-sharp-right {
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.clip-xsharp-right {
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.img-grid {
  width: 100%;
}

.img-grid-inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.img-grid-inner a {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--figure-radius);
}

.vc_empty_space.top-spacer {
  margin-bottom: 5vh;
  background: var(--highlight);
}

.tt-image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--figure-radius);
}

.tt-image.tall {
  aspect-ratio: 1/2;
}

.tt-image.wide {
  aspect-ratio: 10/4;
}

.highlight-row {
  position: relative;
  margin-top: 10vh;
  margin-bottom: 10vh;
  background: var(--highlight-light);
}

.highlight-row-inner {
  display: flex;
  gap: 2rem;
  padding: 5vh var(--wrapper-h-pad);
  width: 100%;
  max-width: var(--wrapper-max);
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .highlight-row-inner {
    flex-direction: column;
  }
}

.highlight-content h2,
.highlight-content p,
.highlight-content a {
  display: block !important;
}

.highlight-content p,
.highlight-content a {
  margin: 0 0 2vh;
}

.highlight-content {
  width: 45%;
  align-self: center;
}
.highlight-content a {
  color: var(--text-color);
  font-weight: 800;
  transition: color 0.2s;
}
.highlight-content a::before {
  content: ">>";
  display: inline-block;
  margin-right: 5px;
  font-size: 1.1em;
  font-weight: 800;
}
.highlight-content a:hover {
  color: var(--highlight);
}
@media screen and (max-width: 1000px) {
  .highlight-content {
    width: 100%;
  }
}

body .highlight-content h2 {
  font-family: var(--text-font) !important;
  text-transform: unset !important;
  font-size: var(--text-sl);
  margin-bottom: 4vh;
  font-weight: var(--body-weight) !important;
  color: var(--highlight);
}

.highlight-image {
  position: absolute;
  width: 55%;
  margin: 0;
  top: 50%;
  right: 0;
  object-position: top right;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .highlight-image {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: 100%;
  }
}

#wp-admin-bar-vc_inline-admin-bar-link {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
}/*# sourceMappingURL=style.css.map */