
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2024-12-31 2:21:25 UTC */

@import url('https://fonts.googleapis.com/css?family=Muli:700,800|Raleway:400,700');
/*!themeYum main style*/
/*------------------------------------*\
    VENDORS
\*------------------------------------*/
/*----------------------------------------------*\
  SLICK
  http://kenwheeler.github.io/slick/
\*----------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*----------------------------------------------*\
  HIDE BEFORE INIT : LOADING
\*----------------------------------------------*/
.js-slider {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}
/*----------------------------------------------*\
  SPECIFIC STYLE
\*----------------------------------------------*/
.slick-slide img {
  margin: auto;
}
.slideList {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 10rem;
  /*@media (max-width: @maxcolmb) {                           // REMOVE ?
        button {
            &.slick-prev {
                left: -10px;
            }
            &.slick-next {
                right: -10px;
            }
        }
    }*/
}
@media (max-width: 768px) {
  .slideList {
    padding-top: 10rem;
  }
}
@media (max-width: 560px) {
  .slideList {
    padding-top: 9rem;
  }
}
@media (max-width: 768px) {
  .slideList {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  .slideList {
    padding-bottom: 9rem;
  }
}
.slideList button {
  /* icomoon */
  /* END icomoon */
  /* bkg arrow */
  /* END bkg arrow */
}
.slideList button.slick-prev,
.slideList button.slick-next {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  line-height: 50px;
  top: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: #282828;
  color: transparent;
  z-index: 1;
}
.slideList button.slick-prev {
  right: 119px;
}
.slideList button.slick-next {
  right: 60px;
}
.slideList button.slick-prev:before,
.slideList button.slick-next:before {
  position: relative;
  display: inline-block;
}
.slideList button.slick-prev:before,
.slideList button.slick-next:before {
  font-size: 16px;
  color: #ffffff;
}
.slideList button.slick-prev:before {
  content: '\e934';
}
.slideList button.slick-next:before {
  content: '\e935';
}
.slideList .slick-dots {
  margin-top: 30px;
  text-align: center;
}
.slideList .slick-dots > li {
  display: inline-block;
  cursor: pointer;
}
.slideList .slick-dots > li + li {
  margin-left: 10px;
}
.slideList .slick-dots > li > button {
  display: inline-block;
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  text-indent: -9999px;
}
.slideList .slick-dots > li.slick-active > button {
  background-color: rgba(255, 255, 255, 0.75);
  border: rgba(255, 255, 255, 0.75) thin solid;
}
.slideList .slick-dots > li:not(.slick-active) > button {
  background-color: rgba(255, 255, 255, 0.36);
  border: transparent thin solid;
}
.slideSingle {
  margin: 0 8px;
}
/*------------------------------------*\
    HELPERS
\*------------------------------------*/
/*------------------------------------*\
    RESET STYLE
\*------------------------------------*/
ul {
  margin: 0;
  padding: 0;
}
/*------------------------------------*\
    NORMALIZE
\*------------------------------------*/
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr,
.separator {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * themeYum print style
 */
@media print {
  * {
    background: transparent !important;
    background-color: transparent !important;
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  html {
    font-size: 50% !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 1.2rem;
    background-color: #fff;
    color: #000;
  }
  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    /* affichage des URL des liens */
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript: "]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
    page-break-before: auto;
    page-break-after: auto;
  }
  @page {
    margin: 0.5cm;
  }
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
    /* pas de coupure dans ces élements */
  }
  h1,
  h2,
  h3,
  caption {
    page-break-before: avoid;
    /* pas de saut avant ces éléments */
    page-break-after: avoid;
    /* pas de saut après ces éléments */
  }
  p,
  h2,
  h3,
  blockquote {
    orphans: 3;
    /* pas de ligne seule en bas */
    widows: 3;
    /* pas de ligne seule en haut */
  }
  /*autres*/
  #lang_sel_list,
  #nav,
  #nav-footer #nav-toggle,
  .slider,
  #sidebar {
    display: none !important;
  }
  #main {
    width: 100%;
    min-height: 0;
    position: relative;
  }
  footer img {
    display: none;
  }
}
/*------------------------------------*\
    GRID
\*------------------------------------*/
.tpl-column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 769px) {
  .tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) .tpl-col,
  footer .tpl-columns:not(.nomg) .tpl-col,
  .tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) .tpl-column,
  footer .tpl-columns:not(.nomg) .tpl-column {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) {
    margin-left: 0;
    width: 100%;
  }
  .tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) .tpl-col,
  footer .tpl-columns:not(.nomg) .tpl-col,
  .tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) .tpl-column,
  footer .tpl-columns:not(.nomg) .tpl-column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*
 * Fluidable Grid System 1.2.5
 *
 * Creator: Andri Sigurðsson
 * Site: http://fluidable.com
 * Date: 24.10.2015
 */
/*18px*/
/*
	 *	Hide
	 */
@media (max-width: 768px) {
  .col-mb-0 {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .col-0 {
    display: none !important;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .col-dt-0 {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .col-ld-0 {
    display: none !important;
  }
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
/* elements */
img {
  max-width: 100%;
  vertical-align: bottom;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
.alignright {
  float: right;
  margin: 8px 0 20px 26px;
}
.alignleft {
  float: left;
  margin: 8px 26px 20px 0;
}
@media (max-width: 600px) {
  .editor img.alignright,
  .editor img.alignleft {
    float: none;
    width: 94%;
    height: auto;
    margin: 20px auto;
  }
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin: 0;
  padding: 0 4px 5px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*------------------------------------*\
    POST/PAGE NAVIGATION
\*------------------------------------*/
.post-nav .link-previous {
  float: left;
}
.post-nav .link-next {
  float: right;
}
.wp-pagenavi {
  display: block;
}
.wp-pagenavi .pages {
  display: block;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: inline-block;
  margin: 0 5px;
  width: auto;
}
/*------------------------------------*\
	BORDER
\*------------------------------------*/
/*------------------------------------*\
	WRAPPER
\*------------------------------------*/
/*------------------------------------*\
	VH HEIGHT
\*------------------------------------*/
/*------------------------------------*\
	FONT SIZE
\*------------------------------------*/
/*------------------------------------*\
	PADDING/MARGIN SIZE
\*------------------------------------*/
/*------------------------------------*\
	HOVER
\*------------------------------------*/
/*------------------------------------*\
	FLEXBOX
\*------------------------------------*/
/*------------------------------------*\
	TRANSITION
\*------------------------------------*/
/*------------------------------------*\
	TRANSFORM-TRANSLATE
\*------------------------------------*/
/*------------------------------------*\
	TRANSFORM-ROTATE
\*------------------------------------*/
/*------------------------------------*\
	TRANSFORM-SCALE
\*------------------------------------*/
/*------------------------------------*\
	OPACITY
\*------------------------------------*/
/*------------------------------------*\
	UNDERLINE
\*------------------------------------*/
/*------------------------------------*\
	EQUAL SPACING WITH MARGIN
\*------------------------------------*/
/*------------------------------------*\
	GRID IE COMPATIBLE
\*------------------------------------*/
/*------------------------------------*\
	BACKGROUND-IMAGE (OPACITY)
\*------------------------------------*/
/*.bkgOpacity(@bkgUrl, @opacity, @bkgSize) {
	position: relative;

	&:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: @bkgUrl;
		background-size: @bkgSize;
		background-repeat: no-repeat;
		background-position: center center;
		opacity: 1;
		.transition(@fast);
		z-index: -1;

		@media (max-width: @wrapperwidth) {
			opacity: @opacity;
			.transition(@fast);
		}
	}
}*/
/*------------------------------------*\
	BACKGROUND-SECTION COLOR
\*------------------------------------*/
/*.bkgColor(@color) {
	position: relative;

	&:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: @color;
		z-index: -2;
	}
}
.bkgDoubleColor(@color1, @color2) {
	position: relative;

	&:before, &:after {
		content: '';
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
		z-index: -2;
	}
	&:before {
		left: 0;
		background-color: @color1;
	}
	&:after  {
		right: 0;
		background-color: @color2;
	}
}*/
/*------------------------------------*\
    CUSTOM CLASSES
\*------------------------------------*/
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.separator {
  border: 0;
  border-top: #c7c7c7 thin solid;
  border-bottom: #c7c7c7 thin solid;
  height: 1px;
  margin: 40px auto;
}
.brtospace br {
  content: ' ';
}
.brtospace br:after {
  content: ' ';
}
.border {
  border: red thin solid;
}
/*------------------------------------*\
    FILL
\*------------------------------------*/
.fillparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.imgfillparent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
  -moz-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
  -ms-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
  transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
}
/*------------------------------------*\
	LANG
\*------------------------------------*/
/*------------------------------------*\
	IFRAME RATIO
\*------------------------------------*/
iframe {
  max-width: 100%;
}
/*------------------------------------*\
    TINYMCE/EDITOR
\*------------------------------------*/
body#tinymce.wp-editor {
  padding: 1.5em 1.5em 0 !important;
  min-height: 0;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
body#tinymce.wp-editor * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body#tinymce.wp-editor html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body#tinymce.wp-editor body {
  margin: 0;
}
/*------------------------------------*\
    TINYMCE
\*------------------------------------*/
body#tinymce.wp-editor img,
.editor img {
  margin: 20px 0 30px;
}
body#tinymce.wp-editor .two-columns,
.editor .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 130px;
  -moz-column-gap: 130px;
  column-gap: 40px;
}
@media (max-width: 1080px) {
  body#tinymce.wp-editor .two-columns,
  .editor .two-columns {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
@media (max-width: 550px) {
  body#tinymce.wp-editor .two-columns,
  .editor .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
body#tinymce.wp-editor .important,
.editor .important {
  position: relative;
  padding-left: 138px;
}
body#tinymce.wp-editor .important:before,
.editor .important:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #f9b233;
}
@media (max-width: 1080px) {
  body#tinymce.wp-editor .important,
  .editor .important {
    padding-left: 80px;
  }
}
@media (max-width: 550px) {
  body#tinymce.wp-editor .important,
  .editor .important {
    padding-left: 24px;
  }
  body#tinymce.wp-editor .important:before,
  .editor .important:before {
    width: 10px;
  }
}
body#tinymce.wp-editor .opacity-50,
.editor .opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*------------------------------------*\
    BASES
\*------------------------------------*/
/*------------------------------------*\
    SPEEDS
\*------------------------------------*/
/*------------------------------------*\
    WRAPPER
\*------------------------------------*/
/*------------------------------------*\
    GRID
\*------------------------------------*/
/*------------------------------------*\
    BREAK-POINTS
\*------------------------------------*/
/*------------------------------------*\
    SIZES
\*------------------------------------*/
/*------------------------------------*\
    BORDERS
\*------------------------------------*/
/*------------------------------------*\
    FORMS
\*------------------------------------*/
/*------------------------------------*\
    STANDARD COLORS
\*------------------------------------*/
/*------------------------------------*\
    THEME COLORS
\*------------------------------------*/
/*------------------------------------*\
  ICONSFONT : @FONT-FACE
\*------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icons/icomoon.eot?pdgf2b');
  src: url('../fonts/icons/icomoon.eot?pdgf2b#iefix') format('embedded-opentype'), url('../fonts/icons/icomoon.ttf?pdgf2b') format('truetype'), url('../fonts/icons/icomoon.woff?pdgf2b') format('woff'), url('../fonts/icons/icomoon.svg?pdgf2b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconfont,
.editor [class^="icon-"],
.iconfont:before,
.editor [class^="icon-"]:before,
.slideList button.slick-prev:before,
.slideList button.slick-next:before,
form .styledSelect:after,
.arrow-yellow:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------------------*\
  DEFINITIONS
\*------------------------------------*/
.iconfont,
.editor [class^="icon-"],
.slideList button.slick-prev:before,
.slideList button.slick-next:before,
form .styledSelect:after,
.arrow-yellow:after {
  /*------------------------------------*\
  OTHERS
\*------------------------------------*/
}
.iconfont.icon-planete:before,
.editor [class^="icon-"].icon-planete:before {
  content: "\e939";
}
.iconfont.icon-calameo:before,
.editor [class^="icon-"].icon-calameo:before {
  content: "\e938";
}
.iconfont.icon-conseilmun:before,
.editor [class^="icon-"].icon-conseilmun:before {
  content: "\e912";
}
.iconfont.icon-demarche:before,
.editor [class^="icon-"].icon-demarche:before {
  content: "\e918";
}
.iconfont.icon-location:before,
.editor [class^="icon-"].icon-location:before {
  content: "\e91f";
}
.iconfont.icon-magazine:before,
.editor [class^="icon-"].icon-magazine:before {
  content: "\e920";
}
.iconfont.icon-manger:before,
.editor [class^="icon-"].icon-manger:before {
  content: "\e921";
}
.iconfont.icon-monnaie:before,
.editor [class^="icon-"].icon-monnaie:before {
  content: "\e922";
}
.iconfont.icon-piscine:before,
.editor [class^="icon-"].icon-piscine:before {
  content: "\e923";
}
.iconfont.icon-servicemun:before,
.editor [class^="icon-"].icon-servicemun:before {
  content: "\e924";
}
.iconfont.icon-travaux:before,
.editor [class^="icon-"].icon-travaux:before {
  content: "\e925";
}
.iconfont.icon-administratif:before,
.editor [class^="icon-"].icon-administratif:before {
  content: "\e926";
}
.iconfont.icon-associations:before,
.editor [class^="icon-"].icon-associations:before {
  content: "\e927";
}
.iconfont.icon-cadredevie:before,
.editor [class^="icon-"].icon-cadredevie:before {
  content: "\e928";
}
.iconfont.icon-culture:before,
.editor [class^="icon-"].icon-culture:before {
  content: "\e929";
}
.iconfont.icon-dialogue:before,
.editor [class^="icon-"].icon-dialogue:before {
  content: "\e92a";
}
.iconfont.icon-ecologie:before,
.editor [class^="icon-"].icon-ecologie:before {
  content: "\e92b";
}
.iconfont.icon-economie:before,
.editor [class^="icon-"].icon-economie:before {
  content: "\e92c";
}
.iconfont.icon-jeunesse:before,
.editor [class^="icon-"].icon-jeunesse:before {
  content: "\e92d";
}
.iconfont.icon-policier:before,
.editor [class^="icon-"].icon-policier:before {
  content: "\e92e";
}
.iconfont.icon-solidarite:before,
.editor [class^="icon-"].icon-solidarite:before {
  content: "\e92f";
}
.iconfont.icon-sport:before,
.editor [class^="icon-"].icon-sport:before {
  content: "\e930";
}
.iconfont.icon-ville:before,
.editor [class^="icon-"].icon-ville:before {
  content: "\e931";
}
.iconfont.icon-mediatheque:before,
.editor [class^="icon-"].icon-mediatheque:before {
  content: "\e932";
}
.iconfont.icon-theatre:before,
.editor [class^="icon-"].icon-theatre:before {
  content: "\e933";
}
.iconfont.icon-chevron-thick-left:before,
.editor [class^="icon-"].icon-chevron-thick-left:before {
  content: "\e934";
}
.iconfont.icon-chevron-thick-right:before,
.editor [class^="icon-"].icon-chevron-thick-right:before {
  content: "\e935";
}
.iconfont.icon-chevron-thin-left:before,
.editor [class^="icon-"].icon-chevron-thin-left:before {
  content: "\e91b";
}
.iconfont.icon-chevron-thin-right:before,
.editor [class^="icon-"].icon-chevron-thin-right:before {
  content: "\e91a";
}
.iconfont.icon-arrow-left:before,
.editor [class^="icon-"].icon-arrow-left:before {
  content: "\e900";
}
.iconfont.icon-arrow-right:before,
.editor [class^="icon-"].icon-arrow-right:before {
  content: "\e901";
}
.iconfont.icon-chevron-left:before,
.editor [class^="icon-"].icon-chevron-left:before {
  content: "\e902";
}
.iconfont.icon-chevron-right:before,
.editor [class^="icon-"].icon-chevron-right:before {
  content: "\e903";
}
.iconfont.icon-plus:before,
.editor [class^="icon-"].icon-plus:before {
  content: "\e90a";
}
.iconfont.icon-cross:before,
.editor [class^="icon-"].icon-cross:before {
  content: "\e919";
}
.iconfont.icon-facebook:before,
.editor [class^="icon-"].icon-facebook:before {
  content: "\e904";
}
.iconfont.icon-circle-facebook:before,
.editor [class^="icon-"].icon-circle-facebook:before {
  content: "\e905";
}
.iconfont.icon-linkedin:before,
.editor [class^="icon-"].icon-linkedin:before {
  content: "\e907";
}
.iconfont.icon-circle-linkedin:before,
.editor [class^="icon-"].icon-circle-linkedin:before {
  content: "\e908";
}
.iconfont.icon-twitter:before,
.editor [class^="icon-"].icon-twitter:before {
  content: "\e90b";
}
.iconfont.icon-circle-twitter:before,
.editor [class^="icon-"].icon-circle-twitter:before {
  content: "\e90c";
}
.iconfont.icon-instagram:before,
.editor [class^="icon-"].icon-instagram:before {
  content: "\e911";
}
.iconfont.icon-circle-instagram:before,
.editor [class^="icon-"].icon-circle-instagram:before {
  content: "\e913";
}
.iconfont.icon-youtube:before,
.editor [class^="icon-"].icon-youtube:before {
  content: "\e914";
}
.iconfont.icon-circle-youtube:before,
.editor [class^="icon-"].icon-circle-youtube:before {
  content: "\e915";
}
.iconfont.icon-flickr:before,
.editor [class^="icon-"].icon-flickr:before {
  content: "\e910";
}
.iconfont.icon-circle-flickr:before,
.editor [class^="icon-"].icon-circle-flickr:before {
  content: "\e916";
}
.iconfont.icon-mail:before,
.editor [class^="icon-"].icon-mail:before {
  content: "\e91d";
}
.iconfont.icon-phone:before,
.editor [class^="icon-"].icon-phone:before {
  content: "\e91e";
}
.iconfont.icon-marker:before,
.editor [class^="icon-"].icon-marker:before {
  content: "\e91c";
}
.iconfont.icon-marker-outline:before,
.editor [class^="icon-"].icon-marker-outline:before {
  content: "\e936";
}
.iconfont.icon-search:before,
.editor [class^="icon-"].icon-search:before {
  content: "\e90f";
}
.iconfont.icon-search2:before,
.editor [class^="icon-"].icon-search2:before {
  content: "\e937";
}
.iconfont.icon-calendar:before,
.editor [class^="icon-"].icon-calendar:before {
  content: "\e917";
}
.iconfont.icon-yumigo:before,
.editor [class^="icon-"].icon-yumigo:before {
  content: "\e90e";
}
.iconfont.icon-love:before,
.editor [class^="icon-"].icon-love:before {
  content: "\e909";
}
.iconfont.icon-html5:before,
.editor [class^="icon-"].icon-html5:before {
  content: "\e906";
}
.iconfont.icon-wordpress:before,
.editor [class^="icon-"].icon-wordpress:before {
  content: "\e90d";
}
.iconfont.icon-newsletter:before,
.editor [class^="icon-"].icon-newsletter:before {
  content: "\e91d";
}
.iconfont.icon-contact:before,
.editor [class^="icon-"].icon-contact:before {
  content: "\e91d";
}
#nav-header .icon-newsletter:before {
  position: absolute;
  pointer-events: none;
}
#nav-header .icon-contact:before {
  position: absolute;
  pointer-events: none;
}
/*------------------------------------*\
	FONT SOURCES
\*------------------------------------*/
/*
	Raleway :
		400-regular
		700-bold;
	Muli :
		700-bold
		800-extrabold;
*/
/*------------------------------------*\
	FONT DEFINITIONS
\*------------------------------------*/
/*------------------------------------*\
	FONT STYLES
\*------------------------------------*/
/*------------------------------------*\
	HTML/BODY
\*------------------------------------*/
html {
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}
@media (max-width: 1200px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 1050px) {
  html {
    font-size: 59%;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 57%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 54%;
  }
}
body {
  font-family: 'Raleway', sans-serif;
  color: #282828;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  word-break: break-word;
}
body .editor,
body body#tinymce.wp-editor {
  font-family: 'Raleway', sans-serif;
}
/*------------------------------------*\
	NAVIGATION
\*------------------------------------*/
#nav-header a,
#nav-header > ul > li > a {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: normal;
}
#nav-footer a {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: normal;
  color: #ffffff;
}
#nav-footer a:hover,
#nav-footer a:focus {
  color: #00a19a;
}
/*------------------------------------*\
	TITLES
\*------------------------------------*/
.nostyle {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.titles-style,
h1:not(.nostyle),
.h1-like,
h1:not(.nostyle) a,
.h1-like a,
h2:not(.nostyle),
.h2-like,
h2:not(.nostyle) a,
.h2-like a,
h3:not(.nostyle),
.h3-like,
h3:not(.nostyle) a,
.h3-like a,
h4:not(.nostyle),
.h4-like,
h4:not(.nostyle) a,
.h4-like a,
h5:not(.nostyle),
.h5-like,
h5:not(.nostyle) a,
.h5-like a {
  position: relative;
  display: block;
  font-family: 'Muli', sans-serif;
}
/*@h1lineheight: @h1fontsize;*/
h1:not(.nostyle),
.h1-like,
h2.header-title {
  margin: .67em 0 0.17em;
  font-size: 4.6rem;
  line-height: 1.3;
  font-weight: normal;
}
@media (max-width: 768px) {
  h1:not(.nostyle),
  .h1-like,
  h2.header-title {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 560px) {
  h1:not(.nostyle),
  .h1-like,
  h2.header-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
h2:not(.nostyle):not(.header-title),
.h2-like {
  margin: 2.5rem 0 1.2rem;
  font-size: 3.1rem;
  line-height: 1.2;
  font-weight: normal;
}
h3:not(.nostyle),
.h3-like {
  margin: 1em 0 1em;
  font-size: 2.325rem;
  line-height: 1.2;
  font-weight: normal;
}
h4:not(.nostyle),
.h4-like {
  margin: 1em 0 1em;
  font-size: 1.74375rem;
  line-height: 1.2;
  font-weight: 600;
}
h5:not(.nostyle),
.h5-like {
  font-size: 1.3078125rem;
  line-height: 1.2;
  font-weight: normal;
}
.editor,
body#tinymce.wp-editor {
  /* .font(1.8rem, 2.22); */
}
.editor h1:not(.nostyle),
body#tinymce.wp-editor h1:not(.nostyle),
.editor .h1-like,
body#tinymce.wp-editor .h1-like,
.editor h2:not(.nostyle),
body#tinymce.wp-editor h2:not(.nostyle),
.editor .h2-like,
body#tinymce.wp-editor .h2-like,
.editor h3:not(.nostyle),
body#tinymce.wp-editor h3:not(.nostyle),
.editor .h3-like,
body#tinymce.wp-editor .h3-like,
.editor h4:not(.nostyle),
body#tinymce.wp-editor h4:not(.nostyle),
.editor .h4-like,
body#tinymce.wp-editor .h4-like,
.editor h5:not(.nostyle),
body#tinymce.wp-editor h5:not(.nostyle),
.editor .h5-like,
body#tinymce.wp-editor .h5-like {
  display: block;
}
/*------------------------------------*\
	LINKS/BUTTONS
\*------------------------------------*/
a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  text-indent: 0;
  cursor: pointer;
}
.editor a,
body#tinymce.wp-editor a {
  color: #00a19a;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.editor a:hover,
body#tinymce.wp-editor a:hover {
  color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
button,
.btn,
.button {
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
/*------------------------------------*\
	ELEMENTS
\*------------------------------------*/
p,
.p-style {
  margin: 3px 0;
}
.editor ul,
body#tinymce.wp-editor ul,
.editor ol,
body#tinymce.wp-editor ol {
  margin: 20px 0;
  padding: 0;
  padding-left: 50px;
  counter-reset: li;
}
@media (max-width: 768px) {
  .editor ul,
  body#tinymce.wp-editor ul,
  .editor ol,
  body#tinymce.wp-editor ol {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .editor ul,
  body#tinymce.wp-editor ul,
  .editor ol,
  body#tinymce.wp-editor ol {
    padding-left: 15px;
  }
}
li,
.li-style {
  list-style: none;
  /*.editor &, body#tinymce.wp-editor & {
		position: relative;
		list-style-position: outside;
		margin: 7px 0 5px 30px;		// NOTE : if change here, change margin-left of buttons
	}
	.editor &:before, body#tinymce.wp-editor &:before {
		position: absolute;
		left: -30px;
		top: 0;
		color: @color-primary;
	}
	.editor ul &:before, body#tinymce.wp-editor ul &:before {			// NOTE : if change here, change also editor.less
		content: '•';
	}
	.editor ol &:before, body#tinymce.wp-editor ol &:before {			// NOTE : if change here, change also editor.less
		counter-increment: li;
		content: counter(li) ".";
	}*/
}
.editor ul li,
body#tinymce.wp-editor ul li,
.editor .ul-style li,
body#tinymce.wp-editor .ul-style li {
  padding-left: 30px;
  margin-left: 30px;
}
.editor ul li:before,
body#tinymce.wp-editor ul li:before,
.editor .ul-style li:before,
body#tinymce.wp-editor .ul-style li:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: -30px;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  top: 0;
  border-radius: 50%;
  background-color: #f9b233;
}
.editor ul li + li,
body#tinymce.wp-editor ul li + li,
.editor .ul-style li + li,
body#tinymce.wp-editor .ul-style li + li {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .editor ul li,
  body#tinymce.wp-editor ul li,
  .editor .ul-style li,
  body#tinymce.wp-editor .ul-style li {
    padding-left: 0;
  }
}
.editor form ul,
body#tinymce.wp-editor form ul,
.editor form ol,
body#tinymce.wp-editor form ol {
  margin: 0;
  padding-left: 0;
}
.editor form ul li,
body#tinymce.wp-editor form ul li,
.editor form ol li,
body#tinymce.wp-editor form ol li {
  padding-left: 0;
  margin-left: 0;
}
.editor form ul li:before,
body#tinymce.wp-editor form ul li:before,
.editor form ol li:before,
body#tinymce.wp-editor form ol li:before {
  display: none;
}
.editor form ul li + li,
body#tinymce.wp-editor form ul li + li,
.editor form ol li + li,
body#tinymce.wp-editor form ol li + li {
  margin-top: inherit;
}
.editor ol,
body#tinymce.wp-editor ol,
.editor .ol-style,
body#tinymce.wp-editor .ol-style {
  margin: 20px 0;
  padding: 0;
  counter-reset: li;
}
.editor ol li,
body#tinymce.wp-editor ol li,
.editor .ol-style li,
body#tinymce.wp-editor .ol-style li {
  position: relative;
  padding: 7px 0 5px 46px;
  margin-left: 30px;
  list-style: none;
  list-style-position: outside;
}
.editor ol li:before,
body#tinymce.wp-editor ol li:before,
.editor .ol-style li:before,
body#tinymce.wp-editor .ol-style li:before {
  position: absolute;
  left: 0;
  top: 3px;
  color: #f9b233;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.8px;
  counter-increment: li;
  content: counter(li, decimal-leading-zero) '.';
}
.tml.tml-login li:before,
.tml.tml-lostpassword li:before {
  display: none;
}
.editor table,
body#tinymce.wp-editor table,
#tpl-contact table {
  border-collapse: separate;
  border-spacing: 0px 25px;
  /*td {
			padding-right: 9%;

		}*/
}
@media (max-width: 992px) {
  .editor table tr,
  body#tinymce.wp-editor table tr,
  #tpl-contact table tr,
  .editor table td,
  body#tinymce.wp-editor table td,
  #tpl-contact table td {
    display: inline-block;
    width: 100% !important;
  }
  .editor table img,
  body#tinymce.wp-editor table img,
  #tpl-contact table img {
    width: 100%;
  }
}
dl,
dt {
  display: inline-block;
  margin: 0 2px 2px 0;
  padding: 0;
}
hr,
.separator {
  /*display: block;									// REMOVE COMMENT
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border-style: inset;
	border-width: 1px;*/
  display: inline-block;
  margin: 20px 0 30px;
  padding: 0;
  border: none;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
}
sub,
sup {
  font-size: 60%;
}
/*------------------------------------*\
	ITALIC/STRONG
\*------------------------------------*/
i,
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: inherit;
}
b {
  font-weight: bold;
  color: inherit;
}
/*.editor, body#tinymce.wp-editor {									// REMOVE ?
	strong, b {
		font-family: @font-primary;
		font-weight: normal;
		line-height: 1.2;
	}
}*/
/*------------------------------------*\
	BLOCKQUOTE
\*------------------------------------*/
.blockquoteStyle {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.5px;
}
blockquote:not(.nostyle) {
  position: relative;
  /*&:extend(.blockquoteStyle);
	background-color: #f0f0f0;
	line-height: 2.2rem;
	margin: 20px 0;
	padding: 20px 35px;
	border-left: none;
	border-right: none;
	text-align: justify;*/
  margin: 20px 0;
  padding: 33px 40px 27px;
  font-size: 1.8rem;
  line-height: 2.22;
  font-weight: normal;
  background-color: #f8fafa;
  border-left: #f9b233 4px solid;
  /*&:before, &:after {
		position: absolute;
		width: 44px;
		height: 0;							// height: 28px;
		// padding: 5px 10px;
		.font(8.2rem, 0);					// .font(8.2rem, 8.2rem);
		font-style: normal;
	}
	&:before {
		content: "“";
		bottom: calc(~'100% - 56px');		// top: 15px;
		left: 12px;
	}
	&:after {
		content: "”";
		top: calc(~'100% - 2px');			// bottom: 15px;
		right: 12px;
	}*/
}
blockquote:not(.nostyle) > * {
  max-width: 583px;
}
/*------------------------------------*\
	PLACEHOLDER
\*------------------------------------*/
input[type='text'].search-input::-webkit-input-placeholder,
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Raleway', sans-serif;
  color: #494949;
}
input[type='text'].search-input::-moz-placeholder,
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Raleway', sans-serif;
  color: #494949;
}
input[type='text'].search-input:-ms-input-placeholder,
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Raleway', sans-serif;
  color: #494949;
}
input[type='text'].search-input:-moz-placeholder,
:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Raleway', sans-serif;
  color: #494949;
}
/*------------------------------------*\
	SELECTION
\*------------------------------------*/
::-webkit-selection {
  background: #4b5661;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-fill-color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #4b5661;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-fill-color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #4b5661;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-fill-color: #ffffff;
  text-shadow: none;
}
/*------------------------------------*\
	OUTLINE
\*------------------------------------*/
map area {
  -webkit-outline: none !important;
  -moz-outline: none !important;
  outline: none !important;
}
map area:focus,
map area:hover {
  -webkit-outline: none !important;
  -moz-outline: none !important;
  outline: none !important;
}
/*------------------------------------*\
    THEME
\*------------------------------------*/
/*------------------------------------*\
	BODY
\*------------------------------------*/
/*------------------------------------*\
	GRADIENTS
\*------------------------------------*/
.overlayGradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+25,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  z-index: 0 !important;
}
/*------------------------------------*\
	BACKGROUNDS
\*------------------------------------*/
.panelBkg-white {
  background-color: #4a4a49;
}
.panelBkg-black {
  background-color: #282828;
}
.panelBkg-green {
  background-color: #00a19a;
}
.panelBkg-blue {
  background-color: #00a19a;
}
.panelBkg-yellow {
  background-color: #f9b233;
}
.panelBkg-black *:not(table):not(thead):not(td):not(tr),
.panelBkg-black label,
.panelBkg-black label.gfield_label,
.panelBkg-black .gform_wrapper .validation_message,
.panelBkg-green *:not(table):not(thead):not(td):not(tr),
.panelBkg-green label,
.panelBkg-green label.gfield_label,
.panelBkg-green .gform_wrapper .validation_message,
.panelBkg-blue *:not(table):not(thead):not(td):not(tr),
.panelBkg-blue label,
.panelBkg-blue label.gfield_label,
.panelBkg-blue .gform_wrapper .validation_message,
.panelBkg-yellow *:not(table):not(thead):not(td):not(tr),
.panelBkg-yellow label,
.panelBkg-yellow label.gfield_label,
.panelBkg-yellow .gform_wrapper .validation_message {
  color: #ffffff;
  border-color: #ffffff;
}
.panelBkg-white *:not(table):not(thead):not(td):not(tr),
.panelBkg-white label,
.panelBkg-white label.gfield_label,
.panelBkg-white .gform_wrapper .validation_message {
  color: inherit;
  border-color: inherit;
}
.panelBkg-black hr,
.panelBkg-green hr,
.panelBkg-blue hr,
.panelBkg-yellow hr {
  background-color: #4a4a49;
}
/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    WEB2DAY ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    YUMIGO ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    BEAPP ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    OREUS ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    INSUDIET ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    OLD YUMIGO ANIMATIONS
\*------------------------------------*/
/*------------------------------------*\
    WEB2DAY ANIMATION
\*------------------------------------*/
.slideUp-trigger {
  position: relative;
  cursor: pointer;
}
.slideUp-trigger .slideUp-content {
  position: absolute;
  bottom: 65px;
  right: 0;
  left: 0;
  margin: auto;
  width: 70%;
}
.slideUp-trigger .slideUp-text {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.slideUp-trigger:hover .slideUp-text,
.slideUp-trigger:focus .slideUp-text {
  opacity: 1;
  height: 130px;
  -webkit-transition: 0.5s all cubic-bezier(0, 0.66, 0.64, 1);
  -moz-transition: 0.5s all cubic-bezier(0, 0.66, 0.64, 1);
  -o-transition: 0.5s all cubic-bezier(0, 0.66, 0.64, 1);
  transition: 0.5s all cubic-bezier(0, 0.66, 0.64, 1);
}
/*------------------------------------*\
    COUERON ANIMATION
\*------------------------------------*/
/*------------------------------------*\
    LAYOUTS
\*------------------------------------*/
/*------------------------------------*\
	HTML/BODY/...
\*------------------------------------*/
html {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100%;
}
main,
#main {
  position: relative;
  display: block;
  width: 70%;
  margin-right: 5%;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  main,
  #main {
    padding-top: 60px;
  }
}
main.fullwidth,
#main.fullwidth {
  width: 100%;
  margin-right: 0;
}
main:not(.sm),
#main:not(.sm) {
  min-height: 100vh;
}
footer,
#footer {
  display: block;
  position: relative;
}
/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/
@media (max-width: 992px) {
  #main,
  #main.fullwidth,
  #sidebar {
    width: 100%;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #sidebar {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #main,
  #main.fullwidth {
    padding-top: 60px;
  }
}
/*------------------------------------*\
	SECTIONS/PAGES
\*------------------------------------*/
section,
.section,
.page,
.tpl-panel {
  position: relative;
  display: block;
  width: 1px;
  /* ios iframe compatibility */
  min-width: 100%;
  /* ios iframe compatibility */
}
section.tpl-panel:not(.panel-intro):not(.panel-breadcrumb),
.tpl-section {
  padding: 30px 0 60px;
}
.panel-child + section.tpl-panel:not(.panel-intro):not(.panel-breadcrumb),
.panel-child + .tpl-section {
  margin-top: 0;
  padding-top: 0;
}
.panel-child + section.tpl-panel:not(.panel-intro):not(.panel-breadcrumb) .panel-title,
.panel-child + .tpl-section .panel-title {
  margin-top: 0;
}
@media (max-width: 768px) {
  section.tpl-panel:not(.panel-intro):not(.panel-withSidebar),
  .tpl-section {
    padding: 20px 0;
  }
}
section.panel-intro {
  padding: 0 0 60px;
}
section.panel-breadcrumb {
  padding: 9rem 0 0;
}
/*------------------------------------*\
	POSITIONING
\*------------------------------------*/
.flex,
.tpl-columns,
header .tpl-panelWrap,
footer .tpl-column,
#nav-toggle-sidebar .wrapper,
#tpl-404 .panel-section1,
#tpl-404 .panel-section1 .panel-links,
#tpl-frontpage .panel-intro,
#tpl-frontpage .panel-intro .panel-links,
#tpl-frontpage .panel-section2 .tpl-cols,
#tpl-frontpage .panel-section3 .tpl-cols,
#tpl-frontpage .eventSingle-date,
#tpl-frontpage .pageList,
#tpl-frontpage .panel-section6 .tpl-panelWrap,
#tpl-frontpage .panel-section7 .tpl-column {
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/*------------------------------------*\
	EDITOR
\*------------------------------------*/
.titles-style,
h1:not(.nostyle),
.h1-like,
h1:not(.nostyle) a,
.h1-like a,
h2:not(.nostyle),
.h2-like,
h2:not(.nostyle) a,
.h2-like a,
h3:not(.nostyle),
.h3-like,
h3:not(.nostyle) a,
.h3-like a,
h4:not(.nostyle),
.h4-like,
h4:not(.nostyle) a,
.h4-like a,
h5:not(.nostyle),
.h5-like,
h5:not(.nostyle) a,
.h5-like a {
  display: inline-block;
}
.editor {
  text-align: left;
}
.editor table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #efefef;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.editor table * {
  word-break: break-word;
}
.editor table tbody {
  vertical-align: top;
}
.editor table thead,
.editor table th {
  background-color: #efefef;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.editor table tfoot {
  background-color: #fafafa;
}
.editor table tr {
  border-top: 1px solid #efefef;
}
.editor table tr:nth-child(even) {
  background-color: #fafafa;
}
.editor .gallery {
  margin-left: -10px;
  width: calc(100% + 20px);
  text-align: center;
}
.editor .gallery > * {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .editor .gallery {
    margin-left: 0;
    width: 100%;
  }
  .editor .gallery > * {
    margin-left: 0;
    margin-right: 0;
  }
}
.editor figure {
  display: inline-block;
  margin: 10px;
}
/*------------------------------------*\
	HEADER
\*------------------------------------*/
header {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 768px) {
  header {
    display: none;
  }
}
@media (max-width: 1280px) {
  header .wrapper {
    width: 100%;
  }
}
header .tpl-panelWrap {
  max-width: 1720px;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
@media (max-width: 1740px) {
  header .tpl-panelWrap {
    width: 95%;
  }
}
@media (max-width: 1921px) {
  header .tpl-panelWrap {
    max-width: 1260px;
  }
}
header #logo.header-logo {
  line-height: 0;
}
#logo,
#nav {
  margin: 0;
  padding: 0;
}
#logo,
#nav-header {
  text-align: center;
}
#logo {
  position: relative;
  margin: 0;
}
#logo .logo-img {
  width: 83px;
  height: 72px;
}
@media (max-width: 992px) {
  #logo {
    margin: 0 5px;
  }
}
/*------------------------------------*\
	SPECIFIC STYLE
\*------------------------------------*/
.socialnetSingle-icon:hover a {
  text-decoration: none;
  color: #00a19a;
}
/*------------------------------------*\
	SIDEBAR
\*------------------------------------*/
#sidebar {
  position: relative;
  padding: 9rem 0;
  /* display only ancestor/parent/child of the current item */
  /* list style */
  /* color/font style */
}
#sidebar .pageList {
  width: 95%;
  max-width: 250px;
}
#sidebar .pageSingle {
  margin-bottom: 2rem;
  font-family: 'Muli', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 800;
}
#sidebar a {
  position: relative;
  color: #ffffff;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#sidebar a:after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#sidebar a:focus,
#sidebar a:hover {
  color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#sidebar a:focus:after,
#sidebar a:hover:after {
  background-color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#sidebar .children {
  opacity: 0;
  pointer-events: none;
  height: 0;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
  margin-left: 25px;
  padding: 0;
}
#sidebar .curr_parent > .children {
  opacity: 1;
  pointer-events: auto;
  height: auto;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
  padding: 3.5rem 0 0.5rem;
}
#sidebar .pageList li {
  margin-bottom: 2rem;
}
#sidebar ul.pageList > li:not(.pageSingle) > a {
  margin-bottom: 8px;
}
#sidebar ul.pageList > li:not(.pageSingle) > a:after {
  bottom: -4px;
  left: 0;
  width: 28px;
  height: 1px;
}
#sidebar ul.pageList > li > ul {
  margin-left: 4rem;
}
#sidebar ul.pageList > li > ul > li > a:after {
  top: 1.2rem;
  left: -23px;
  width: 8px;
  height: 3px;
}
#sidebar ul.pageList > li > ul > li > ul > li > a:after {
  top: 1.1rem;
  left: -18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
#sidebar .curr_parent > a,
#sidebar [aria-current='page'] > a {
  color: #000000;
}
#sidebar .curr_parent > a:after,
#sidebar [aria-current='page'] > a:after {
  background-color: #000000;
}
#sidebar ul.pageList > li:not(.pageSingle).curr_parent > a {
  font-weight: bold;
}
/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer {
  padding-top: 6.5rem;
  padding-bottom: 8.5rem;
}
footer .column-content {
  margin-bottom: 20px;
}
footer .tpl-columns {
  justify-content: space-between;
}
footer .tpl-column {
  margin-top: 60px;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  flex-direction: column;
  align-items: flex-start;
}
footer .column-title {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}
footer .column-text {
  margin-top: 20px;
}
footer .socialnetSingle {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .socialnetSingle + .socialnetSingle {
  margin-left: 16px;
}
footer .socialnetSingle-link .iconfont {
  color: #ffffff !important;
  -webkit-transition: 0.35s all ease-out !important;
  -moz-transition: 0.35s all ease-out !important;
  -o-transition: 0.35s all ease-out !important;
  transition: 0.35s all ease-out !important;
}
footer .socialnetSingle-link .iconfont:hover {
  color: #f9b233 !important;
  -webkit-transition: 0.35s all ease-out !important;
  -moz-transition: 0.35s all ease-out !important;
  -o-transition: 0.35s all ease-out !important;
  transition: 0.35s all ease-out !important;
}
footer .column-linkSingle {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: normal;
  color: #b2b2b2 !important;
  -webkit-transition: 0.35s all ease-out !important;
  -moz-transition: 0.35s all ease-out !important;
  -o-transition: 0.35s all ease-out !important;
  transition: 0.35s all ease-out !important;
}
footer .column-linkSingle:hover {
  color: #ffffff !important;
  -webkit-transition: 0.35s all ease-out !important;
  -moz-transition: 0.35s all ease-out !important;
  -o-transition: 0.35s all ease-out !important;
  transition: 0.35s all ease-out !important;
}
footer .column-linkSingle + .column-linkSingle {
  margin-left: 20px;
}
footer a:hover {
  text-decoration: underline !important;
}
/*------------------------------------*\
    WRAPPER SIZE
\*------------------------------------*/
/*------------------------------------*\
    WRAPPER
\*------------------------------------*/
#wrapper,
.wrapper,
.tpl-panelWrap {
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  clear: both;
}
#wrapper {
  width: 100%;
  background: transparent;
  overflow: hidden;
}
/*------------------------------------*\
    .TPL-PANELWRAP
\*------------------------------------*/
.tpl-panelWrap {
  width: 95%;
  max-width: 1280px;
  height: 100%;
  overflow: hidden;
}
/*------------------------------------*\
    SPECIFIC STYLE
\*------------------------------------*/
/*------------------------------------*\
	BREADCRUMB
\*------------------------------------*/
#breadcrumb,
.breadcrumb {
  display: block;
  margin: 4px 0 0;
}
#breadcrumb br,
.breadcrumb br {
  content: ' ';
}
#breadcrumb br:after,
.breadcrumb br:after {
  content: ' ';
}
#breadcrumb li,
.breadcrumb li,
#breadcrumb .lnk-return,
.breadcrumb .lnk-return {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
}
#breadcrumb .lnk-return,
.breadcrumb .lnk-return {
  margin-right: 20px;
}
#breadcrumb .bcsep,
.breadcrumb .bcsep {
  vertical-align: top;
}
/*------------------------------------*\
	SPECIFIC STYLE
\*------------------------------------*/
#breadcrumb li,
#breadcrumb a,
#breadcrumb span {
  font-family: 'Raleway', sans-serif;
  color: #282828;
  font-size: 1.6rem;
  line-height: 1.67;
  font-weight: normal;
  letter-spacing: 0.3px;
}
#breadcrumb .bcsep {
  position: relative;
  bottom: 1px;
  margin: 0 12px;
  font-size: 1.6rem;
  color: #00a19a;
}
#breadcrumb li:last-of-type {
  color: #f9b233;
  font-weight: bold;
}
/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/
/*------------------------------------*\
    TOOGLE NAVIGATION VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
@keyframes slideright {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.yumigotogglesidebaropen {
  animation-name: slideright;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.yumigotogglesidebarclose {
  animation-name: slideleft;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes topline {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes bottomline {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes toplinecross {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
@keyframes bottomlinecross {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-13px) rotate(-45deg);
  }
}
.yumigotoggletopline {
  animation-name: topline;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.yumigotogglebottomline {
  animation-name: bottomline;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.yumigotoggletoplinecross {
  animation-name: toplinecross;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.yumigotogglebottomlinecross {
  animation-name: bottomlinecross;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
/*------------------------------------*\
    EXTENDS
\*------------------------------------*/
.yumigotoggleiconcontainer {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 13px;
  cursor: pointer;
}
.yumigotoggleiconbtn {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 0;
  border-top: 3px solid #f9b233 !important;
  border-radius: 50px;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.yumigotoggleiconbtn:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f9b233;
  border-radius: 50px;
  animation-name: topline;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.yumigotoggleiconbtn:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f9b233;
  border-radius: 50px;
  animation-name: bottomline;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.yumigotoggleiconopen {
  border-color: transparent !important;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.yumigotoggleiconopen:before {
  animation-name: toplinecross;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.yumigotoggleiconopen:after {
  animation-name: bottomlinecross;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
@media (min-width: 769px) {
  #nav-toggle-sidebar,
  #nav-toggle-icon {
    display: none;
  }
}
#nav-toggle-sidebar {
  position: fixed;
  padding: 20px 0;
  top: 60px;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  animation-name: slideleft;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transition: 0.35s opacity ease-out;
  -moz-transition: 0.35s opacity ease-out;
  -o-transition: 0.35s opacity ease-out;
  transition: 0.35s opacity ease-out;
  z-index: 100;
}
#nav-toggle-sidebar br {
  content: ' ';
}
#nav-toggle-sidebar br:after {
  content: ' ';
}
#nav-toggle-sidebar .wrapper {
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
  flex-direction: column;
  align-items: center;
}
#nav-toggle-sidebar #toggle-nav > ul > li {
  margin-top: 18px;
  margin-bottom: 16px;
  text-align: left;
}
#nav-toggle-sidebar #toggle-nav > ul > li.btn {
  margin-top: 5px;
  margin-bottom: 10px;
}
#nav-toggle-sidebar #toggle-nav > ul > li > a {
  display: block;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 700px) {
  #nav-toggle-sidebar #toggle-nav > ul > li > a {
    line-height: 1.4;
  }
}
#nav-toggle-sidebar #toggle-nav > ul > li > a a {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  /* no rem ! */
  line-height: 40px;
  /* no rem ! */
}
#nav-toggle-sidebar #toggle-nav > ul > li.lang-item,
#nav-toggle-sidebar #toggle-nav > ul > li.lang-item a {
  display: inline-block;
  width: auto;
}
#nav-toggle-sidebar #toggle-nav > ul > li.lang-item + .lang-item:before {
  content: ' / ';
  position: relative;
  margin: 0 5px;
  bottom: 2px;
  color: #ffffff;
}
#nav-toggle-sidebar .sub-menu {
  margin-bottom: 22px;
}
#nav-toggle-sidebar .sub-menu li {
  display: block;
  margin-bottom: 6px;
  text-indent: 25px;
}
#nav-toggle-sidebar .sub-menu li:before {
  content: "-";
}
#nav-toggle-sidebar .sub-menu li a {
  font-weight: normal;
}
#nav-toggle-icon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-bottom: #8e8e8e thin solid;
  z-index: 100;
}
#nav-toggle-icon .burgermenu {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 13px;
  cursor: pointer;
}
#nav-toggle-icon .burgermenu span {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 0;
  border-top: 3px solid #f9b233 !important;
  border-radius: 50px;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#nav-toggle-icon .burgermenu span:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f9b233;
  border-radius: 50px;
  animation-name: topline;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
#nav-toggle-icon .burgermenu span:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f9b233;
  border-radius: 50px;
  animation-name: bottomline;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
#nav-toggle-icon #toggle-logo {
  position: absolute;
  right: 10px;
}
#nav-toggle-icon #toggle-logo h1,
#nav-toggle-icon #toggle-logo a {
  margin: 0;
}
#nav-toggle-icon #toggle-logo img {
  width: 60px;
  height: 45px;
  margin-top: 7px;
}
.has-sidenav #nav-toggle-sidebar {
  animation-name: slideright;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  opacity: 1;
  -webkit-transition: 0.35s opacity ease-out;
  -moz-transition: 0.35s opacity ease-out;
  -o-transition: 0.35s opacity ease-out;
  transition: 0.35s opacity ease-out;
}
.has-sidenav #nav-toggle-icon .burgermenu span {
  border-color: transparent !important;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.has-sidenav #nav-toggle-icon .burgermenu span:before {
  animation-name: toplinecross;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.has-sidenav #nav-toggle-icon .burgermenu span:after {
  animation-name: bottomlinecross;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
/*------------------------------------*\
    OTHER STYLES
\*------------------------------------*/
#toggle-logo-svg,
#logo-svg {
  width: 115px;
  height: 24px;
}
#toggle-nav > ul > li {
  font-family: 'Muli', sans-serif;
}
#toggle-nav > ul > li > a {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
}
#toggle-nav a {
  line-height: 1.8;
}
/*------------------------------------*\
    MAIN NAVIGATION
\*------------------------------------*/
#nav-header,
#nav,
#nav-footer {
  position: relative;
}
#nav-header > ul,
#nav > ul,
#nav-footer > ul {
  display: inline-block;
}
#nav-header > ul > li,
#nav > ul > li,
#nav-footer > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
}
#nav-header > ul > li:not(.btn):after,
#nav > ul > li:not(.btn):after,
#nav-footer > ul > li:not(.btn):after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00a19a;
  -webkit-transition: 0.35s width ease-out;
  -moz-transition: 0.35s width ease-out;
  -o-transition: 0.35s width ease-out;
  transition: 0.35s width ease-out;
}
#nav-header > ul > li.current_page_item,
#nav > ul > li.current_page_item,
#nav-footer > ul > li.current_page_item,
#nav-header > ul > li.current_page_parent,
#nav > ul > li.current_page_parent,
#nav-footer > ul > li.current_page_parent,
#nav-header > ul > li.current-page-ancestor,
#nav > ul > li.current-page-ancestor,
#nav-footer > ul > li.current-page-ancestor,
#nav-header > ul > li:hover,
#nav > ul > li:hover,
#nav-footer > ul > li:hover {
  color: #00a19a;
}
#nav-header > ul > li.current_page_item:after,
#nav > ul > li.current_page_item:after,
#nav-footer > ul > li.current_page_item:after,
#nav-header > ul > li.current_page_parent:after,
#nav > ul > li.current_page_parent:after,
#nav-footer > ul > li.current_page_parent:after,
#nav-header > ul > li.current-page-ancestor:after,
#nav > ul > li.current-page-ancestor:after,
#nav-footer > ul > li.current-page-ancestor:after,
#nav-header > ul > li:hover:after,
#nav > ul > li:hover:after,
#nav-footer > ul > li:hover:after {
  width: 45px;
  -webkit-transition: 0.35s width ease-out;
  -moz-transition: 0.35s width ease-out;
  -o-transition: 0.35s width ease-out;
  transition: 0.35s width ease-out;
}
#nav-header > ul > li:hover > .sub-menu,
#nav > ul > li:hover > .sub-menu,
#nav-footer > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.35s opacity ease-out;
  -moz-transition: 0.35s opacity ease-out;
  -o-transition: 0.35s opacity ease-out;
  transition: 0.35s opacity ease-out;
}
#nav-header > ul > li > .sub-menu,
#nav > ul > li > .sub-menu,
#nav-footer > ul > li > .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.35s opacity ease-out;
  -moz-transition: 0.35s opacity ease-out;
  -o-transition: 0.35s opacity ease-out;
  transition: 0.35s opacity ease-out;
  visibility: hidden;
  background-color: #fdfdfd;
  color: inherit;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.09);
  z-index: 100;
}
#nav-header > ul > li > .sub-menu br,
#nav > ul > li > .sub-menu br,
#nav-footer > ul > li > .sub-menu br {
  content: ' ';
}
#nav-header > ul > li > .sub-menu br:after,
#nav > ul > li > .sub-menu br:after,
#nav-footer > ul > li > .sub-menu br:after {
  content: ' ';
}
#nav-header > ul > li > .sub-menu li,
#nav > ul > li > .sub-menu li,
#nav-footer > ul > li > .sub-menu li,
#nav-header > ul > li > .sub-menu a,
#nav > ul > li > .sub-menu a,
#nav-footer > ul > li > .sub-menu a {
  display: block;
}
#nav-header > ul > li > .sub-menu li,
#nav > ul > li > .sub-menu li,
#nav-footer > ul > li > .sub-menu li {
  text-align: left;
}
#nav-header > ul > li.menu-item-has-children,
#nav > ul > li.menu-item-has-children,
#nav-footer > ul > li.menu-item-has-children {
  /*&:after {
					content: '';
					position: absolute;
					bottom: 0;
					left: 50%;
					// triangle
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 0 7px 6px 7px;
					border-color: transparent transparent transparent transparent;
					.transition(@fast);
				}
				&:hover {
					&:after {
						border-color: transparent transparent @white transparent;
						.transition(@fast);
					}
				}*/
}
@media (max-width: 1280px) {
  #nav-header > ul > li,
  #nav > ul > li,
  #nav-footer > ul > li {
    font-size: 90%;
  }
}
@media (max-width: 480px) {
  #nav-header > ul > li,
  #nav > ul > li,
  #nav-footer > ul > li {
    font-size: 70%;
  }
}
/*------------------------------------*\
    STICKY NAVIGATION
\*------------------------------------*/
#sticky-nav,
#sticky-nav-clone {
  z-index: 10;
}
/*------------------------------------*\
    SIDEBAR NAVIGATION
\*------------------------------------*/
.sidebar-nav ul li {
  display: block;
  padding: 0;
}
/*------------------------------------*\
	OTHER STYLES
\*------------------------------------*/
#nav-header .sub-menu,
#nav .sub-menu,
#nav-footer .sub-menu {
  display: none;
}
#nav-header > ul > li + li {
  margin-left: 3.3rem;
}
@media (max-width: 1080px) {
  #nav-header > ul > li + li {
    margin-left: 2.3rem;
  }
}
@media (max-width: 990px) {
  #nav-header > ul > li + li {
    margin-left: 1.3rem;
  }
}
#nav-header > ul .sub-menu {
  padding: 24px 34px 31px;
  min-width: 360px;
  left: -34px;
  font-family: 'Muli', sans-serif;
}
#nav-header > ul .sub-menu > li {
  color: #717171;
}
#nav-header > ul .sub-menu > li:hover,
#nav-header > ul .sub-menu > li:focus {
  color: #00a19a;
}
#nav-header > ul .sub-menu > li + li {
  margin-top: 15px;
}
#nav-footer > ul > li {
  display: block;
}
.menu-contact {
  color: #00a19a;
  font-size: 2rem !important;
}
.menu-contact a {
  text-indent: -9999px;
  width: 28px;
}
/*------------------------------------*\
    SEARCH FORM
\*------------------------------------*/
.header-search,
.toggle-search {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.toggle-search {
  margin: 0 0 30px;
}
#searchform {
  position: relative;
  width: 100%;
}
#searchform input {
  position: absolute;
  top: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
#searchform input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: inherit !important;
}
#searchform input.search-input {
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 32px;
}
#searchform input.search-submit {
  right: 0;
  cursor: pointer;
}
/*------------------------------------*\
	OTHER STYLES
\*------------------------------------*/
#searchform {
  margin: 30px 0;
  max-width: 564px;
  height: 7.3rem;
}
#searchform input.search-input {
  padding-right: 10.5rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #282828;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: normal;
  text-transform: none;
}
#searchform input.search-submit {
  width: 7.3rem;
  height: 7.3rem;
  background-color: #00a19a;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
  color: #ffffff;
  font-size: 2.5rem;
  border-radius: 0 2px 2px 0;
}
#searchform input.search-submit:hover {
  background-color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
@media (max-width: 768px) {
  #searchform {
    height: 5.3rem;
  }
  #searchform input.search-input {
    padding-right: 8.5rem;
  }
  #searchform input.search-submit {
    width: 5.3rem;
    height: 5.3rem;
  }
}
/*------------------------------------*\
	FORM GENERAL STYLES
\*------------------------------------*/
form {
  position: relative;
  display: block;
  width: 100%;
}
input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/*------------------------------------*\
	SELECT
\*------------------------------------*/
form select {
  opacity: 0;
}
form .s-hidden {
  visibility: hidden;
}
form .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
form .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 50px !important;
}
form .styledSelect:after {
  content: '\e903';
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #282828;
  font-size: 20px;
}
@media (max-width: 768px) {
  form .styledSelect {
    padding-right: 30px !important;
  }
  form .styledSelect:after {
    top: 50%;
    -webkit-transform: rotate(90deg), translateY(-50%);
    -moz-transform: rotate(90deg), translateY(-50%);
    -ms-transform: rotate(90deg), translateY(-50%);
    transform: rotate(90deg), translateY(-50%);
    right: 12px;
    font-size: 12px;
  }
}
form .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}
form .options li:first-child {
  display: none;
}
form input[type="submit"] {
  border: none;
}
/*------------------------------------*\
	PLACEHOLDER
\*------------------------------------*/
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #282828;
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #282828;
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #282828;
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #282828;
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
/*------------------------------------*\
	GRAVITY FORMS
\*------------------------------------*/
body .gform_wrapper .gform_body > ul {
  margin-left: -10px;
  width: calc(100% + 20px);
}
body .gform_wrapper .gform_body > ul > * {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_body > ul {
    margin-left: 0;
    width: 100%;
  }
  body .gform_wrapper .gform_body > ul > * {
    margin-left: 0;
    margin-right: 0;
  }
}
body .gform_wrapper .gform_body > ul > li {
  display: inline-block;
  position: relative;
  width: calc(100% - 20px);
  vertical-align: top;
  text-align: left;
}
@media (min-width: 610px) {
  body .gform_wrapper .gform_body > ul > li.small {
    width: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_body > ul > li {
    width: 100%;
  }
}
input,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield .selectize-input,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body .styledSelect,
.styledSelect {
  width: 100%;
  padding: 12px 20px;
  margin-top: 0;
  height: 55px;
  line-height: 2.8rem;
  border: none;
  border-left: #f9b233 7px solid;
  background-color: #ffffff;
  border-radius: 2px;
  font-family: 'Raleway', sans-serif;
  color: #282828;
  font-size: 1.6rem;
  overflow: hidden;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .selectize-input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper .gform_body .styledSelect:focus,
.styledSelect:focus,
input.active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text].active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email].active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel].active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url].active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number].active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password].active,
body .gform_wrapper .gform_body .gform_fields .gfield select.active,
body .gform_wrapper .gform_body .gform_fields .gfield textarea.active,
body .gform_wrapper .gform_body .gform_fields .gfield .selectize-input.active,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).active,
body .gform_wrapper .gform_body .styledSelect.active,
.styledSelect.active {
  border-color: #00a19a;
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
body .gform_wrapper div.ginput_container.ginput_container_textarea {
  height: 245px;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 240px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .select,
body .gform_wrapper .gform_body .gform_fields .gfield select {
  width: 100%;
}
body .gform_wrapper .gform_body .styledSelect,
.styledSelect,
body .gform_wrapper .gform_body ul.options,
.styledSelect + ul.options {
  font-family: 'Raleway', sans-serif;
  color: #282828;
  font-size: 1.6rem;
  font-weight: normal;
}
body .gform_wrapper .gform_body .styledSelect,
.styledSelect {
  line-height: 2.8rem;
}
body .gform_wrapper .gform_body .styledSelect.active,
.styledSelect.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}
@media (max-width: 768px) {
  body .gform_wrapper .gform_body .styledSelect,
  .styledSelect {
    line-height: 3.8rem;
  }
}
body .gform_wrapper .gform_body ul.options,
.styledSelect + ul.options {
  padding: 12px 0;
  background-color: #ffffff;
  border: #00a19a thin solid;
  max-height: 250px;
  overflow-y: scroll;
}
body .gform_wrapper .gform_body ul.options li,
.styledSelect + ul.options li {
  padding: 6px 10px;
  background-color: transparent;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
body .gform_wrapper .gform_body ul.options li:hover,
.styledSelect + ul.options li:hover {
  background-color: #00a19a;
  color: #ffffff;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
body .gform_wrapper ul li.gfield:not(.gform_hidden) {
  margin-top: 36px !important;
}
body .gform_wrapper ul li.gfield.gform_hidden {
  margin-top: 0px !important;
  height: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 2px !important;
}
label,
label.gfield_label {
  display: inline-block;
  margin-bottom: 12px;
  color: #707070 !important;
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
}
body .gform_wrapper .gform_description {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: normal;
}
body .gform_wrapper .gfield_required {
  position: relative !important;
  top: 1px !important;
  margin-left: 2px !important;
  color: #1f6288 !important;
  font-size: 2.2rem !important;
  font-weight: bold;
}
body .gform_wrapper.gform_validation_error .validation_error {
  display: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
body .gfield_error input {
  border: none;
}
body .gform_validation_container,
body .gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
body .gform_wrapper .validation_message {
  position: relative;
  margin-top: 5px;
  padding-top: 0;
  font-size: 1.2rem;
  color: red;
}
body .gform_wrapper .validation_message:before {
  content: '*';
  padding-right: 5px;
}
.gform_confirmation_message {
  color: #282828;
  font-weight: 800;
}
.gform_anchor {
  display: block;
}
.gform_ajax_spinner {
  display: inline-block;
  vertical-align: middle;
}
img.gform_delete {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
body .gform_wrapper .gform_body .ginput_container.ginput_recaptcha {
  margin-top: 20px;
}
.gfield_visibility_hidden {
  display: none !important;
}
@media (min-width: 769px) {
  .gf_half {
    width: calc(50% - 20px) !important;
  }
}
@media (min-width: 993px) {
  .gf_third {
    width: calc(100% / 3 - 20px) !important;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .gf_third {
    width: calc(50% - 20px) !important;
  }
}
.gform_wrapper .nolabel label {
  display: none !important;
}
.gform_wrapper .labelin {
  position: relative;
}
.gform_wrapper .labelin label {
  position: absolute;
  top: 22px;
  left: 0;
}
/*------------------------------------*\
	OTHER STYLES
\*------------------------------------*/
.gform_wrapper .gform_body .gform_fields .gfield.gfield_html {
  /*position: absolute;
	left: 51%;
	bottom: 12px;

	@media (max-width: 860px) {
		left: 0;
	}
	@media (max-width: 640px) {
		position: relative;
	}*/
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
}
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer button[type="submit"] {
  margin-top: 57px;
}
@media (max-width: 640px) {
  .gform_wrapper .gform_footer {
    width: 94% !important;
    margin: auto !important;
  }
}
.gf_browser_safari.gform_wrapper input,
.gf_browser_safari.gform_wrapper textarea {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
}
/*------------------------------------*\
	SPECIFIC STYLES
\*------------------------------------*/
form .buttonCheckList {
  display: inline-block;
}
form .buttonCheckList li {
  display: inline-block !important;
  margin: 11px 22px 0 0 !important;
}
form .buttonCheckList li [type="checkbox"] + label {
  padding: 1.5rem 4.8rem 2rem 2.5rem;
  border-left: #f9b233 10px solid;
  border-radius: 2px;
  font-family: 'Raleway', sans-serif;
  font-size: 2rem !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
form .buttonCheckList li [type="checkbox"] + label:before,
form .buttonCheckList li [type="checkbox"] + label:after {
  display: none;
}
form .buttonCheckList li [type="checkbox"] + label .iconfont {
  position: relative;
  margin-right: 1.2rem;
  font-size: 3rem !important;
}
form .buttonCheckList li [type="checkbox"]:not(:checked) + label {
  background-color: #ffffff;
}
form .buttonCheckList li [type="checkbox"]:not(:checked) + label,
form .buttonCheckList li [type="checkbox"]:not(:checked) + label .iconfont {
  color: #282828 !important;
}
form .buttonCheckList li [type="checkbox"]:checked + label {
  background-color: #00a19a;
}
form .buttonCheckList li [type="checkbox"]:checked + label,
form .buttonCheckList li [type="checkbox"]:checked + label .iconfont {
  color: #ffffff !important;
}
/*------------------------------------*\
	FILEUPLOAD
\*------------------------------------*/
body .gform_wrapper .ginput_container_fileupload .gform_button_select_files {
  background-color: transparent;
}
body .gform_wrapper .ginput_container_fileupload .gform_drop_instructions {
  display: none;
}
input[type=file],
input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.fileupload {
  position: relative;
}
.fileupload .ginput_container_fileupload {
  position: relative;
}
.fileupload input[type="file"] {
  opacity: 0;
}
.fileupload .screen-reader-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  pointer-events: none;
}
body .gform_wrapper .ginput_container_fileupload .gform_button_select_files,
.fileupload .screen-reader-text {
  margin: 0 0 10px;
  padding: 20px 30px 17px !important;
  width: 100%;
  max-width: 50%;
  color: #282828;
  border-radius: 0 !important;
  border: #00a19a 3px solid;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
@media (max-width: 768px) {
  body .gform_wrapper .ginput_container_fileupload .gform_button_select_files,
  .fileupload .screen-reader-text {
    max-width: 100%;
  }
}
body .gform_wrapper .ginput_container_fileupload:hover .gform_button_select_files,
body .gform_wrapper .ginput_container_fileupload:focus .gform_button_select_files,
.fileupload:hover .screen-reader-text,
.fileupload:focus .screen-reader-text {
  border-color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
/*------------------------------------*\
	CHECKBOXES
\*------------------------------------*/
/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  display: inline-block;
  padding-left: 28px;
  /* fait un peu d'espace pour notre case à venir */
  min-height: 22px;
  /* empêche les before et after d'être décalés quand la font (et donc la hauteur de l'input) se réduit */
  text-indent: 0;
  cursor: pointer;
  /* affiche un curseur adapté */
  font-size: 95%;
  font-weight: normal;
  color: inherit;
}
/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  /* dim. de la case */
  border: #00a19a 2px solid;
  background: transparent;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  border-radius: 3px;
  /* angles arrondis */
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  border-radius: 50%;
  /* angles arrondis */
}
/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 14px;
  color: #f9b233;
  transition: all .2s;
  /* on prévoit une animation */
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f9b233;
  transition: all .2s;
  /* on prévoit une animation */
}
/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
button:not(.nostyle):not([type=button]),
.btn:not(.nostyle),
.button:not(.nostyle) {
  position: relative;
  display: inline-block;
  height: auto;
  margin: 30px 0;
  border: none;
  border-radius: 2px;
  white-space: normal;
  word-break: break-word;
  cursor: pointer;
  /*&:after {
		content: '\e903';
		font-family: icomoon;
		font-size: 1.1rem;
		position: absolute;
		top: calc(~'50% - 5px');
		right: 30px;
	}*/
  /*------------------------------------*\
		PLUGIN BUTTONS 
	\*------------------------------------*/
  /*------------------------------------*\
		SPECIFIC BUTTONS 
	\*------------------------------------*/
}
@media (max-width: 480px) {
  button:not(.nostyle):not([type=button]),
  .btn:not(.nostyle),
  .button:not(.nostyle) {
    padding: 20px 25px 14px;
  }
}
#cookie-notice .cookie-notice-container button:not(.nostyle):not([type=button]),
#cookie-notice .cookie-notice-container .btn:not(.nostyle),
#cookie-notice .cookie-notice-container .button:not(.nostyle) {
  width: auto;
  max-width: none;
  min-width: 0;
  height: inherit;
  margin: inherit;
  margin-left: 10px;
  padding: 4px 15px !important;
  background-color: #00a19a;
  background-image: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
}
#cookie-notice .cookie-notice-container button:not(.nostyle):not([type=button]):after,
#cookie-notice .cookie-notice-container .btn:not(.nostyle):after,
#cookie-notice .cookie-notice-container .button:not(.nostyle):after {
  display: none;
}
footer button:not(.nostyle):not([type=button]),
footer .btn:not(.nostyle),
footer .button:not(.nostyle) {
  margin-bottom: 0;
}
/*button:not(.nostyle):not(.lnk-return):not(.modal-btn):not(.modal-lnk),
.btn:not(.nostyle):not(.lnk-return):not(.modal-btn):not(.modal-lnk),
.button {
button:not(.nostyle),
.btn:not(.nostyle),
.button {
	.font(1.6rem, 1.5rem);
	text-align: center;

	&:after {
		content: '\3e';
		right: 10px;
		font-size: 2.4rem;
	}
}*/
/*.lnk-return, .modal-btn {
	min-width: 120px;
	max-width: 180px;
	margin: 0;
	padding: 16px 23px 16px;
	text-align: right;

	&:after {
		left: 22px;
		font-size: 2rem;
	}
}
.lnk-return:after {
	content: '\72';
}
.modal-btn:after {
	content: '\63';
}
.modal-lnk {
	padding: 18px 23px 18px;
	text-align: center;
}*/
#header .btn,
#footer .btn {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 700;
}
.editor ul + .btn {
  margin-left: 30px;
}
.editor .btn {
  margin: 10px 0;
}
/*------------------------------------*\
	THEME STYLE
\*------------------------------------*/
.btnStyle,
.fileupload .screen-reader-text,
button:not(.nostyle):not([type=button]),
.btn:not(.nostyle),
.button:not(.nostyle) {
  padding: 17px 36px;
  min-width: 200px;
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #ffffff !important;
  -webkit-transition: 0.35s all ease-out !important;
  -moz-transition: 0.35s all ease-out !important;
  -o-transition: 0.35s all ease-out !important;
  transition: 0.35s all ease-out !important;
  cursor: pointer;
}
.btnStyle:hover {
  color: #ffffff !important;
  -webkit-transition: 0.35s all ease-out !important;
  -moz-transition: 0.35s all ease-out !important;
  -o-transition: 0.35s all ease-out !important;
  transition: 0.35s all ease-out !important;
}
/*------------------------------------*\
	SPECIFIC STYLE
\*------------------------------------*/
.btn.btn-blue,
.btn.btn-yellow,
.btn.btn-green {
  position: relative;
}
.btn.btn-blue:after,
.btn.btn-yellow:after,
.btn.btn-green:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
.btn.btn-blue:hover:after,
.btn.btn-yellow:hover:after,
.btn.btn-green:hover:after {
  height: 7px;
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
.btn.btn-blue {
  background-color: #00a19a;
}
.btn.btn-yellow {
  background-color: #f9b233;
}
.btn.btn-yellow:after {
  background-color: #00a19a;
}
.btn.btn-green {
  background-color: #00a19a;
}
.btn.btn-green:after {
  background-color: #f9b233;
}
header .btn:after,
#toggle-nav .btn:after {
  display: none;
}
header .btn.btn-yellow,
#toggle-nav .btn.btn-yellow {
  background-color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
header .btn.btn-yellow:hover,
#toggle-nav .btn.btn-yellow:hover {
  background-color: #e94e1b;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
header .btn.btn-blue,
#toggle-nav .btn.btn-blue {
  background-color: #00a19a;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
header .btn.btn-blue:hover,
#toggle-nav .btn.btn-blue:hover {
  background-color: #63bfb5;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#toggle-nav .btn {
  width: 100%;
}
.arrow-yellow {
  position: relative;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.arrow-yellow:hover {
  background-color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.arrow-yellow:after {
  content: '\e935';
  position: absolute;
  left: 20px;
  font-size: 14px;
  line-height: 44px;
  font-weight: normal;
  color: #f9b233;
  -webkit-transition: 0.35s color ease-out;
  -moz-transition: 0.35s color ease-out;
  -o-transition: 0.35s color ease-out;
  transition: 0.35s color ease-out;
}
.arrow-yellow:hover:after {
  color: #ffffff;
  -webkit-transition: 0.35s color ease-out;
  -moz-transition: 0.35s color ease-out;
  -o-transition: 0.35s color ease-out;
  transition: 0.35s color ease-out;
}
/*------------------------------------*\
	LOADER
\*------------------------------------*/
.btn-loader {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
#spinner {
  position: relative;
  width: 150px;
  height: 130px;
}
/*------------------------------------*\
    PARTS
\*------------------------------------*/
/*------------------------------------*\
    HEADER SEARCH PART
\*------------------------------------*/
#panel-search {
  padding: 0;
}
#panel-search .tpl-columns {
  justify-content: flex-end;
  align-items: center;
  margin-left: -38px;
  width: calc(100% + 76px);
}
#panel-search .tpl-columns > * {
  margin-left: 38px;
  margin-right: 38px;
}
@media (max-width: 640px) {
  #panel-search .tpl-columns {
    margin-left: 0;
    width: 100%;
  }
  #panel-search .tpl-columns > * {
    margin-left: 0;
    margin-right: 0;
  }
}
#panel-search .column1 {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#panel-search .column2 {
  -webkit-flex: 0 0 564px;
  -ms-flex: 0 0 564px;
  flex: 0 0 564px;
}
#panel-search .section-title {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}
#panel-search #searchform {
  margin: 36px 0;
}
@media (max-width: 1100px) {
  #panel-search .column1,
  #panel-search .column2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #panel-search .column1 {
    text-align: right;
  }
}
@media (max-width: 768px) {
  #panel-search .tpl-columns {
    margin-left: 0px;
    width: calc(100% + 0px);
  }
  #panel-search .tpl-columns > * {
    margin-left: 0px;
    margin-right: 0px;
  }
  #panel-search .column1,
  #panel-search .column2 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #panel-search .column1 {
    margin: 26px 0 10px;
    text-align: center;
  }
  #panel-search #searchform {
    margin: 10px auto 36px;
  }
}
@media (max-width: 768px) and (max-width: 640px) {
  #panel-search .tpl-columns {
    margin-left: 0;
    width: 100%;
  }
  #panel-search .tpl-columns > * {
    margin-left: 0;
    margin-right: 0;
  }
}
/*------------------------------------*\
    NEWS SINGLE PART
\*------------------------------------*/
.articleSingle {
  margin-top: 33px;
}
.articleSingle .articleSingle-img {
  width: 100%;
  max-width: 625px;
  height: 54vw;
  max-height: 338px;
}
.articleSingle .articleSingle-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.articleSingle .articleSingle-content {
  width: 100%;
  max-width: 537px;
}
.articleSingle .articleSingle-title {
  font-family: 'Muli', sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 800;
}
.articleSingle .articleSingle-date {
  color: #848484;
  font-family: 'Muli', sans-serif;
}
.articleSingle .articleSingle-excerpt {
  margin: 24px 0 35px;
}
.articleSingle .articleSingle-lnk {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  position: relative;
  color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.articleSingle .articleSingle-lnk:hover {
  color: #00a19a;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.articleSingle .articleSingle-lnk:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.articleSingle .articleSingle-lnk:hover:after,
.articleSingle .articleSingle-lnk:focus:after {
  width: 45px;
  background-color: #00a19a;
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
/*------------------------------------*\
    CONCERTATION SINGLE PART
\*------------------------------------*/
.concertationSingle {
  min-height: 390px;
  background-color: #F5F5F5;
  border-bottom: #F5F5F5 18px solid;
}
.concertationSingle:first-child {
  margin-top: 40px;
}
.concertationSingle + .concertationSingle {
  margin-top: 45px;
}
.panel-section2 .concertationSingle {
  border-bottom-color: #00a19a;
}
.panel-section3 .concertationSingle {
  border-bottom-color: #00a19a;
}
.panel-section4 .concertationSingle {
  border-bottom-color: #A2A2A2;
}
.concertationSingle .concertationSingle-img {
  width: 100%;
  max-width: 625px;
}
.concertationSingle .concertationSingle-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.concertationSingle .concertationSingle-content {
  padding: 5.7rem 0;
  width: 100%;
  max-width: 537px;
}
.concertationSingle .concertationSingle-title {
  font-family: 'Muli', sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 800;
}
.concertationSingle .concertationSingle-date {
  color: #848484;
  font-family: 'Muli', sans-serif;
}
.concertationSingle .concertationSingle-excerpt {
  margin: 24px 0 0;
}
.concertationSingle .concertationSingle-lnk {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  position: relative;
  color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.concertationSingle .concertationSingle-lnk:hover {
  color: #00a19a;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.concertationSingle .concertationSingle-lnk:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
.concertationSingle .concertationSingle-lnk:hover:after,
.concertationSingle .concertationSingle-lnk:focus:after {
  width: 45px;
  background-color: #00a19a;
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
@media (max-width: 768px) {
  .concertationSingle .tpl-column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .concertationSingle .concertationSingle-img {
    max-width: 100%;
    height: 54vw;
  }
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
	PAGE
\*------------------------------------*/
#tpl-page .tpl-panelWrap.tpl-columns {
  overflow: visible;
}
#tpl-page #panel-breadcrumb .tpl-panelWrap {
  width: 100%;
}
#tpl-page .panel-sidebar {
  flex: 0 0 100%;
  max-width: 330px;
  background-color: #63bfb5;
}
#tpl-page .panel-sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 330px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  background-color: #63bfb5;
  z-index: -1;
}
#tpl-page .panel-content {
  padding-bottom: 11rem;
  text-align: right;
}
@media (max-width: 768px) {
  #tpl-page .panel-content {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-page .panel-content {
    padding-bottom: 9rem;
  }
}
#tpl-page .panel-content .inner {
  display: inline-block;
  width: 95%;
  max-width: 860px;
  text-align: left;
}
/*------------------------------------*\
	SINGLE TEMPLATES
\*------------------------------------*/
#tpl-single {
  padding-bottom: 11rem;
}
@media (max-width: 768px) {
  #tpl-single {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-single {
    padding-bottom: 9rem;
  }
}
#tpl-single .page-title {
  position: relative;
  max-width: 540px;
  margin: auto;
  padding-bottom: 20px;
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  #tpl-single .page-title {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 560px) {
  #tpl-single .page-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
#tpl-single .page-title:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -15px;
  left: 0;
  width: 100%;
  max-width: 42.7rem;
  height: 1px;
  background-color: #00a19a;
}
#tpl-single .panel-section1 {
  padding-top: 9rem;
}
#tpl-single .panel-section1 .page-content {
  margin-top: 20px;
}
#tpl-single .panel-section1 .postSingle-img,
#tpl-single .panel-section1 .postSingle-title {
  padding: 2rem 0;
}
#tpl-single .panel-section1 .postSingle-img {
  width: 100%;
  max-width: 630px;
  height: 69vw;
  max-height: 437px;
}
#tpl-single .panel-section1 .postSingle-title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#tpl-single .postSingle-intro {
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  #tpl-single .postSingle-intro .column2 {
    margin-top: 35px;
  }
}
/*------------------------------------*\
	SEARCH
\*------------------------------------*/
#tpl-search .panel-intro {
  padding-bottom: 30px;
}
#tpl-search .panel-intro .section-search {
  padding-left: 3px;
}
#tpl-search .search-pagination {
  margin-top: 40px;
}
/*------------------------------------*\
	404
\*------------------------------------*/
#tpl-404 main {
  background-color: #00a19a;
}
#tpl-404 .panel-section1 {
  padding-top: 85px;
  padding-bottom: 125px;
}
#tpl-404 .panel-section1 .section-title {
  font-size: 8.1rem;
  line-height: 11rem;
  font-weight: normal;
  color: #ffffff;
  font-family: 'Muli', sans-serif;
}
@media (max-width: 768px) {
  #tpl-404 .panel-section1 .section-title {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 560px) {
  #tpl-404 .panel-section1 .section-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
#tpl-404 .panel-section1 .section-text {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
}
#tpl-404 .panel-section1 .section-subtitle {
  display: block;
  margin: 30px 0 15px;
  color: #f9b233;
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 700;
}
#tpl-404 .panel-section1 .panel-links {
  padding-top: 9.699999999999999rem;
  padding-bottom: 11.1rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #tpl-404 .panel-section1 .panel-links {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-404 .panel-section1 .panel-links {
    padding-bottom: 9rem;
  }
}
#tpl-404 .panel-section1 .linkList {
  margin-top: 35px;
  margin-left: -12px;
  width: calc(100% + 24px);
}
#tpl-404 .panel-section1 .linkList > * {
  margin-left: 12px;
  margin-right: 12px;
}
@media (max-width: 640px) {
  #tpl-404 .panel-section1 .linkList {
    margin-left: 0;
    width: 100%;
  }
  #tpl-404 .panel-section1 .linkList > * {
    margin-left: 0;
    margin-right: 0;
  }
}
#tpl-404 .panel-section1 .linkSingle {
  position: relative;
  display: inline-block;
  margin: 11px;
  border-left: 10px solid;
  border-radius: 2px;
  background-color: #ffffff;
}
#tpl-404 .panel-section1 .linkSingle .linkSingle-icon,
#tpl-404 .panel-section1 .linkSingle .linkSingle-text {
  display: inline-block;
}
#tpl-404 .panel-section1 .linkSingle .linkSingle-icon {
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
}
#tpl-404 .panel-section1 .linkSingle .linkSingle-text {
  margin-left: 45px;
}
#tpl-404 .panel-section1 .linkSingle:nth-child(odd) {
  border-color: #00a19a;
  color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-404 .panel-section1 .linkSingle:nth-child(odd):hover {
  color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-404 .panel-section1 .linkSingle:nth-child(odd):hover {
  border-color: #f9b233;
}
#tpl-404 .panel-section1 .linkSingle:nth-child(even) {
  border-color: #f9b233;
  color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-404 .panel-section1 .linkSingle:nth-child(even):hover {
  color: #00a19a;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-404 .panel-section1 .linkSingle:nth-child(even):hover {
  border-color: #00a19a;
}
#tpl-404 .panel-section1 .linkSingle-link {
  padding: 2.5rem 4.8rem 2.4rem 2.5rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: normal;
}
#tpl-404 .panel-section1 .linkSingle-link .iconfont {
  margin-right: 2.2rem;
  font-size: 2.5rem;
}
/*------------------------------------*\
    TPL
\*------------------------------------*/
/*------------------------------------*\
    FRONT-PAGE
\*------------------------------------*/
#tpl-frontpage .eventSingleLeft {
  flex: 1;
  position: relative;
}
#tpl-frontpage .eventSingleRight {
  flex: 1;
  display: flex;
  align-items: center;
  color: #ffffff;
}
#tpl-frontpage .panel-section-agenda-zoom {
  padding: 30px 0 0 0px;
}
#tpl-frontpage .agendazoomleft {
  flex: 1;
  background-color: #63bfb5;
  min-width: 320px;
  padding: 20px;
}
#tpl-frontpage .agendazoomleft h2 {
  color: #ffffff;
}
#tpl-frontpage .agendazoomright {
  flex: 2;
  margin-left: 100px;
  background-color: #f9b233;
  padding: 20px;
}
#tpl-frontpage .agendazoomright h2 {
  color: #ffffff;
}
#tpl-frontpage .newscarouselslider {
  padding: 0 100px;
}
#tpl-frontpage .newscarouselslider .slick-track {
  display: flex !important;
}
#tpl-frontpage .panel-newscarousel {
  background-color: #63bfb5;
}
#tpl-frontpage .panel-newscarousel h2 {
  color: #ffffff;
  font-family: 'Muli', sans-serif;
  font-size: 4.1rem;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 30px;
}
#tpl-frontpage .home_newscarousel {
  display: inline-block;
  background-color: #ffffff;
  height: auto !important;
  width: 300px;
  margin: 0 25px;
}
#tpl-frontpage .home_newscarousel_image {
  background-color: #ffffff;
  height: 250px;
}
#tpl-frontpage .home_newscarousel_title {
  padding: 20px;
  font-weight: bold;
  background-color: #ffffff;
}
#tpl-frontpage .home_newscarousel_excerpt {
  padding: 0 20px 20px 20px;
  background-color: #ffffff;
}
#tpl-frontpage .newscarouselprev {
  width: 28px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#tpl-frontpage .newscarouselnext {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
#tpl-frontpage .allactus_icon {
  display: inline-block;
  padding: 15px 13px 15px 12px;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
#tpl-frontpage .allactus {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#tpl-frontpage .allactus_text {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
}
#tpl-frontpage .section-title {
  font-family: 'Muli', sans-serif;
  font-size: 4.1rem;
  line-height: 1.3;
  font-weight: 800;
}
@media (max-width: 768px) {
  #tpl-frontpage .section-title {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 560px) {
  #tpl-frontpage .section-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
#tpl-frontpage .panel-intro {
  padding-bottom: 0;
}
#tpl-frontpage .panel-intro .panel-links {
  padding-top: 9.699999999999999rem;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
}
#tpl-frontpage .panel-intro .overlay {
  background-size: cover !important;
  z-index: -1;
}
#tpl-frontpage .panel-intro .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  opacity: 0.3;
}
#tpl-frontpage .panel-intro .tpl-columns {
  justify-content: space-between;
  align-items: center;
}
#tpl-frontpage .panel-intro .section-title {
  margin: 30px 30px 30px 0;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 800;
  text-align: right;
}
#tpl-frontpage .panel-intro .section-search {
  -webkit-flex: 0 1 564px;
  -ms-flex: 0 1 564px;
  flex: 0 1 564px;
}
#tpl-frontpage .panel-intro .section-subtitle {
  display: block;
  margin: 30px 0 15px;
  color: #f9b233;
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 700;
}
#tpl-frontpage .panel-intro .linkList {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#tpl-frontpage .panel-intro .linkSingle {
  position: relative;
  display: inline-block;
  margin: 11px;
  border-left: 0px solid;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  text-align: center;
  background-color: #ffffff;
  background-image: radial-gradient(circle at center, #b1e0da 50%, transparent 50%);
  background-repeat: no-repeat;
  transition: background-size 0.5s, color 0.5s;
  background-size: 0 0;
  background-position: 50% 50%;
}
#tpl-frontpage .panel-intro .linkSingle .w-linkSingle-icon {
  width: 100%;
  display: inline-block;
}
#tpl-frontpage .panel-intro .linkSingle .linkSingle-icon,
#tpl-frontpage .panel-intro .linkSingle .linkSingle-text {
  display: inline-block;
}
#tpl-frontpage .panel-intro .linkSingle .linkSingle-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
}
#tpl-frontpage .panel-intro .linkSingle .linkSingle-text {
  height: 30%;
  margin-left: 0px;
  max-width: 120px;
  font-size: 13px;
  color: #4a4a49;
}
#tpl-frontpage .panel-intro .linkSingle:nth-child(odd) {
  border-color: #00a19a;
  color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .panel-intro .linkSingle:nth-child(odd):hover {
  color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .panel-intro .linkSingle:nth-child(odd):hover {
  border-color: #f9b233;
}
#tpl-frontpage .panel-intro .linkSingle:nth-child(even) {
  border-color: #f9b233;
  color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .panel-intro .linkSingle:nth-child(even):hover {
  color: #00a19a;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .panel-intro .linkSingle:nth-child(even):hover {
  border-color: #00a19a;
}
#tpl-frontpage .panel-intro .linkSingle:hover {
  background-size: 200% 200%;
}
#tpl-frontpage .panel-intro .linkSingle-link {
  padding: 0;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: normal;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.35s;
}
#tpl-frontpage .panel-intro .linkSingle-link .iconfont {
  margin-right: 2.2rem;
  font-size: 2.5rem;
}
#tpl-frontpage .panel-socialnet {
  padding: 0px 0;
  background-color: #4a4a49;
}
#tpl-frontpage .socialnetList {
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#tpl-frontpage .socialnetSingle {
  display: inline-block;
  margin: 10px 20px;
  color: #ffffff;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .socialnetSingle:hover {
  color: #f9b233;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .socialnetSingle-link {
  font-size: 2.5rem;
}
#tpl-frontpage .panel-section1 {
  padding: 6.7rem 0 3rem;
}
#tpl-frontpage .panel-section1 .slideList {
  padding-top: 0;
  padding-bottom: 0;
}
#tpl-frontpage .panel-section1 .tpl-columns {
  justify-content: space-between;
  align-items: center;
}
#tpl-frontpage .panel-section1 .section-title {
  /*.flex(0 1 130px);*/
  font-size: 2.7rem;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}
#tpl-frontpage .panel-section1 .section-text {
  -webkit-flex: 0 1 750px;
  -ms-flex: 0 1 750px;
  flex: 0 1 750px;
}
#tpl-frontpage .panel-section1 .section-btn {
  -webkit-flex: 0 0 44px;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  text-align: center;
}
#tpl-frontpage .panel-section2 {
  padding-top: 3.8rem;
  padding-bottom: 3rem;
}
#tpl-frontpage .panel-section2 .linkSingle {
  display: inline-block;
  margin: 30px 0;
  width: 33%;
  min-width: 320px;
  border-left: 10px solid;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .panel-section2 .linkSingle:hover {
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .panel-section2 .linkSingle.red {
  border-color: #f9b233;
}
#tpl-frontpage .panel-section2 .linkSingle.red .linkSingle-title {
  color: #f9b233;
}
#tpl-frontpage .panel-section2 .linkSingle.red:hover {
  border-color: #282828;
}
#tpl-frontpage .panel-section2 .linkSingle.red:hover .linkSingle-title {
  color: #282828;
}
#tpl-frontpage .panel-section2 .linkSingle.blue {
  border-color: #00a19a;
}
#tpl-frontpage .panel-section2 .linkSingle.blue .linkSingle-title {
  color: #00a19a;
}
#tpl-frontpage .panel-section2 .linkSingle.blue:hover {
  border-color: #282828;
}
#tpl-frontpage .panel-section2 .linkSingle.blue:hover .linkSingle-title {
  color: #282828;
}
#tpl-frontpage .panel-section2 .linkSingle.green {
  border-color: #00a19a;
}
#tpl-frontpage .panel-section2 .linkSingle.green .linkSingle-title {
  color: #00a19a;
}
#tpl-frontpage .panel-section2 .linkSingle.green:hover {
  border-color: #282828;
}
#tpl-frontpage .panel-section2 .linkSingle.green:hover .linkSingle-title {
  color: #282828;
}
#tpl-frontpage .panel-section2 .linkSingle.yellow {
  border-color: #f9b233;
}
#tpl-frontpage .panel-section2 .linkSingle.yellow .linkSingle-title {
  color: #f9b233;
}
#tpl-frontpage .panel-section2 .linkSingle.yellow:hover {
  border-color: #282828;
}
#tpl-frontpage .panel-section2 .linkSingle.yellow:hover .linkSingle-title {
  color: #282828;
}
#tpl-frontpage .panel-section2 .tpl-cols {
  justify-content: flex-start;
  align-items: center;
}
#tpl-frontpage .panel-section2 .column1 {
  width: 100px;
  text-align: center;
}
#tpl-frontpage .panel-section2 .column2 {
  width: calc(100% - 100px);
  max-width: 213px;
}
#tpl-frontpage .panel-section2 .linkSingle-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
}
#tpl-frontpage .panel-section2 .linkSingle-title {
  display: block;
  margin-bottom: 12px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: normal;
}
#tpl-frontpage .panel-section2 .linkSingle-text {
  display: block;
}
#tpl-frontpage .panel-section3 {
  padding-top: 13rem;
  padding-bottom: 14.5rem;
}
@media (max-width: 768px) {
  #tpl-frontpage .panel-section3 {
    padding-top: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-frontpage .panel-section3 {
    padding-top: 9rem;
  }
}
@media (max-width: 768px) {
  #tpl-frontpage .panel-section3 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-frontpage .panel-section3 {
    padding-bottom: 9rem;
  }
}
#tpl-frontpage .panel-section3 .section-title {
  margin-bottom: 50px;
}
#tpl-frontpage .panel-section3 .tpl-cols {
  justify-content: space-between;
}
#tpl-frontpage .panel-section3 .columns1 {
  align-items: center;
}
#tpl-frontpage .panel-section3 .tpl-column {
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  max-width: 630px;
}
#tpl-frontpage .panel-section3 .newsSingle {
  position: relative;
  margin: 14px 0 25px;
}
#tpl-frontpage .panel-section3 .newsSingle.columns1:hover .newsSingle-link,
#tpl-frontpage .panel-section3 .newsSingle.columns1:focus .newsSingle-link {
  color: #ffffff;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .panel-section3 .newsSingle-content {
  max-width: 575px;
}
#tpl-frontpage .panel-section3 .newsSingle-title {
  font-family: 'Muli', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
}
#tpl-frontpage .panel-section3 .newsSingle-text {
  margin-top: 17px;
  max-width: 532px;
}
#tpl-frontpage .panel-section3 .newsSingle-img {
  width: 100%;
  height: 350px;
  background-size: cover !important;
}
#tpl-frontpage .panel-section3 .newsSingle-link {
  display: inline-block;
  margin-top: 17px;
  color: #f9b233;
  text-decoration: underline;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .eventList {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 20px;
}
#tpl-frontpage .eventSingle {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 100%;
  margin: 10px 0;
}
#tpl-frontpage .eventSingle-img {
  width: 100%;
  background-size: cover !important;
  height: 100%;
}
#tpl-frontpage .eventSingleCols {
  height: 100%;
}
#tpl-frontpage .eventSingle-content {
  position: absolute;
  padding: 24px 34px;
  bottom: 0;
  width: 100%;
  height: 160px;
}
#tpl-frontpage .eventSingle-content:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 42px;
  top: -42px;
  left: 0;
  background-color: #282828;
}
#tpl-frontpage .eventSingle-date {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 130px;
  min-height: 55px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: 'Muli', sans-serif;
}
#tpl-frontpage .eventSingle-col1,
#tpl-frontpage .eventSingle-col2 {
  text-align: center;
}
#tpl-frontpage .eventSingle-col1 {
  max-width: 60%;
}
#tpl-frontpage .eventSingle-link {
  display: inline-block;
  position: absolute;
  z-index: 10000;
  height: 100%;
  width: 100%;
}
#tpl-frontpage .eventSingle-day {
  display: block;
  font-size: 3.1rem;
  line-height: 1;
  font-weight: 800;
}
#tpl-frontpage .eventSingle-month {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  word-break: normal;
}
#tpl-frontpage .eventSingle-year {
  position: relative;
  display: flex;
  top: 1px;
  margin-left: 8px;
  padding-left: 8px;
  color: #00a19a;
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  justify-content: center;
}
#tpl-frontpage .eventSingle-year:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #C1C1C1;
}
#tpl-frontpage .eventSingle-title {
  position: relative;
  width: 93%;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}
#tpl-frontpage .eventList-link {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .eventList-link:hover {
  color: #00a19a;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .eventList-link:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .eventList-link:hover:after,
#tpl-frontpage .eventList-link:focus:after {
  width: 45px;
  background-color: #00a19a;
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
#tpl-frontpage .panel-section4 {
  padding-top: 14.7rem;
  padding-bottom: 19rem;
}
@media (max-width: 768px) {
  #tpl-frontpage .panel-section4 {
    padding-top: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-frontpage .panel-section4 {
    padding-top: 9rem;
  }
}
@media (max-width: 768px) {
  #tpl-frontpage .panel-section4 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-frontpage .panel-section4 {
    padding-bottom: 9rem;
  }
}
#tpl-frontpage .panel-section4 .tpl-panelWrap {
  overflow: visible;
}
#tpl-frontpage .pageList {
  justify-content: center;
  margin-left: -30px;
  width: calc(100% + 60px);
}
#tpl-frontpage .pageList > * {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 640px) {
  #tpl-frontpage .pageList {
    margin-left: 0;
    width: 100%;
  }
  #tpl-frontpage .pageList > * {
    margin-left: 0;
    margin-right: 0;
  }
}
#tpl-frontpage .pageList > div {
  flex: 0 1 40%;
}
#tpl-frontpage .pageSingle {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  max-width: 340px;
  background-color: #ffffff;
  color: #282828;
}
#tpl-frontpage .pageSingle:nth-child(3n+1) .pageSingle-img:after {
  background-color: #00a19a;
}
#tpl-frontpage .pageSingle:nth-child(3n+2) .pageSingle-img:after {
  background-color: #00a19a;
}
#tpl-frontpage .pageSingle:nth-child(3n+3) .pageSingle-img:after {
  background-color: #00a19a;
}
#tpl-frontpage .pageSingle:hover .pageSingle-link,
#tpl-frontpage .pageSingle:focus .pageSingle-link {
  color: #00a19a;
}
#tpl-frontpage .pageSingle:hover .pageSingle-link:after,
#tpl-frontpage .pageSingle:focus .pageSingle-link:after {
  width: 45px;
  background-color: #00a19a;
  -webkit-transition: 0.15s all ease-out;
  -moz-transition: 0.15s all ease-out;
  -o-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}
#tpl-frontpage .pageSingle-img {
  position: relative;
  margin-top: -35px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  height: 236px;
  background-size: cover !important;
}
#tpl-frontpage .pageSingle-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
#tpl-frontpage .pageSingle-content {
  padding: 20px 7px;
  width: 95%;
  max-width: 300px;
  margin: auto;
}
#tpl-frontpage .pageSingle-title {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
#tpl-frontpage .pageSingle-text {
  margin-top: 16px;
  color: #8D8D8D;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}
#tpl-frontpage .pageSingle-link {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: #282828;
}
#tpl-frontpage .pageSingle-link:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #282828;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
#tpl-frontpage .panel-section5 {
  padding-top: 13.3rem;
  padding-bottom: 18.1rem;
}
@media (max-width: 768px) {
  #tpl-frontpage .panel-section5 {
    padding-top: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-frontpage .panel-section5 {
    padding-top: 9rem;
  }
}
@media (max-width: 768px) {
  #tpl-frontpage .panel-section5 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-frontpage .panel-section5 {
    padding-bottom: 9rem;
  }
}
#tpl-frontpage .panel-section6 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 672px;
}
#tpl-frontpage .panel-section6 .tpl-panelWrap {
  flex-direction: column;
  justify-content: center;
}
#tpl-frontpage .panel-section6 .section-content {
  width: 50%;
}
#tpl-frontpage .panel-section6 .section-title {
  margin-top: 30px;
}
#tpl-frontpage .panel-section6 .section-text {
  margin-top: 35px;
}
#tpl-frontpage .panel-section6 .section-btn {
  margin-top: 45px;
}
#tpl-frontpage .panel-section6 .section-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover !important;
}
#tpl-frontpage .panel-section7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#tpl-frontpage .panel-section7 .tpl-column {
  flex-direction: column;
}
#tpl-frontpage .panel-section7 .column1 {
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
  justify-content: flex-start;
  align-items: flex-start;
}
#tpl-frontpage .panel-section7 .column2 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  justify-content: flex-end;
  align-items: center;
}
#tpl-frontpage .panel-section7 .section-text {
  margin-top: 20px;
}
/*------------------------------------*\
    CONTACT
\*------------------------------------*/
#tpl-contact .tpl-panelWrap {
  overflow: visible;
}
#tpl-contact form .buttonCheckList li {
  margin: 11px 0 0 22px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#tpl-contact .panel-section1 .section-title {
  font-family: 'Muli', sans-serif;
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: normal;
  color: #1f6288;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #tpl-contact .panel-section1 .section-title {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 560px) {
  #tpl-contact .panel-section1 .section-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
#tpl-contact .panel-section1 .section-text {
  margin-top: 16px;
}
#tpl-contact .panel-section1 .section-text.editor p {
  margin: 8px 0;
}
#tpl-contact .panel-section1 .section-text.editor .alignleft {
  margin-right: 5rem;
}
@media (max-width: 990px) {
  #tpl-contact .panel-section1 .section-text.editor .alignleft {
    width: 100%;
  }
}
#tpl-contact .panel-section1 .contact-form {
  margin-top: 35px;
}
#tpl-contact .panel-section1 .contact-form a {
  text-indent: 0;
}
#tpl-contact .panel-section2 {
  padding-top: 11.2rem;
  padding-bottom: 17rem;
}
@media (max-width: 768px) {
  #tpl-contact .panel-section2 {
    padding-top: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-contact .panel-section2 {
    padding-top: 9rem;
  }
}
@media (max-width: 768px) {
  #tpl-contact .panel-section2 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-contact .panel-section2 {
    padding-bottom: 9rem;
  }
}
#tpl-contact .panel-section2 .section-title {
  margin-bottom: 2.6rem;
}
#tpl-contact .panel-section2 .section-text {
  margin-bottom: 5rem;
  max-width: 900px;
}
#tpl-contact .panel-section2 .panel-title {
  margin-right: 50px !important;
  margin-bottom: 15px;
}
#tpl-contact .panel-section2 .panel-title,
#tpl-contact .panel-section2 form .gfield_label {
  display: inline-block;
  font-family: 'Muli', sans-serif !important;
  color: #ffffff !important;
  font-size: 2.1rem !important;
  line-height: 2.4rem !important;
  font-weight: 800 !important;
  vertical-align: middle;
}
#tpl-contact .panel-section2 .panel-title *,
#tpl-contact .panel-section2 form .gfield_label * {
  color: #ffffff !important;
}
#tpl-contact .panel-section2 form .gform_heading {
  display: none;
}
#tpl-contact .panel-section2 form .gform_body {
  width: 100%;
}
#tpl-contact .panel-section2 form .gform_body > ul > li + li {
  margin-top: 26px !important;
}
#tpl-contact .panel-section2 form .gform_footer button[type="submit"] {
  margin-top: 36px;
}
#tpl-contact .panel-section2 form li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#tpl-contact .panel-section2 form li label + .ginput_container {
  display: inline-block;
  flex: 0.9;
  text-align: right;
}
#tpl-contact .panel-section2 form li input {
  margin-top: 11px;
  margin-bottom: 11px;
  height: 64px;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*------------------------------------*\
    NEWS LIST
\*------------------------------------*/
#tpl-newsList .panel-section1 {
  margin-bottom: 11.5rem;
}
@media (max-width: 768px) {
  #tpl-newsList .panel-section1 {
    margin-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-newsList .panel-section1 {
    margin-bottom: 9rem;
  }
}
#tpl-newsList #ajaxbtn {
  margin-top: 13rem;
}
/*------------------------------------*\
    CONCERTATION LIST
\*------------------------------------*/
#tpl-concertationList {
  padding-bottom: 14rem;
}
@media (max-width: 768px) {
  #tpl-concertationList {
    padding-bottom: 10rem;
  }
}
@media (max-width: 560px) {
  #tpl-concertationList {
    padding-bottom: 9rem;
  }
}
#tpl-concertationList .section-title {
  position: relative;
  padding-right: 20px;
  font-weight: 800;
}
#tpl-concertationList .section-title:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 1.3rem;
  padding-left: 40px;
  width: 100vw;
  height: 1px;
  background-color: #282828;
}
#tpl-concertationList .panel-section2 .section-title:after {
  background-color: #00a19a;
}
#tpl-concertationList .panel-section3 .section-title:after {
  background-color: #00a19a;
}
#tpl-concertationList .panel-section4 .section-title:after {
  background-color: #A2A2A2;
}
/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
	FOOTER
\*------------------------------------*/
@media (max-width: 1080px) {
  footer .tpl-columns {
    justify-content: center;
  }
}
/*------------------------------------*\
	404
\*------------------------------------*/
@media (max-width: 1440px) {
  #tpl-404 .panel-section1 {
    padding-top: 84px;
    padding-bottom: 94px;
  }
}
@media (max-width: 768px) {
  #tpl-404 .panel-section1 {
    padding-top: 64px;
    padding-bottom: 74px;
  }
}
@media (max-width: 1605px) {
  #tpl-404 .panel-section1 .panel-links {
    padding-right: 142px;
  }
}
@media (max-width: 1430px) {
  #tpl-404 .panel-section1 .section-title,
  #tpl-404 .panel-section1 .section-search {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1110px) {
  #tpl-404 .panel-section1 .panel-links {
    padding-right: 85px;
  }
}
@media (max-width: 992px) {
  #tpl-404 .panel-section1 .panel-links {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #tpl-404 .panel-section1 .linkSingle {
    width: 45%;
    vertical-align: top;
  }
}
@media (max-width: 640px) {
  #tpl-404 .panel-section1 .linkSingle {
    width: 92%;
  }
}
/*------------------------------------*\
	PAGE
\*------------------------------------*/
@media (max-width: 992px) {
  #tpl-page .panel-sidebar {
    max-width: 230px;
  }
  #tpl-page .panel-sidebar:before {
    left: 230px;
  }
}
@media (max-width: 768px) {
  #tpl-page .panel-sidebar {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #tpl-page .panel-sidebar:before {
    left: -50vw;
    width: 200vw;
    min-height: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #tpl-page .panel-content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #tpl-page .panel-content .inner {
    width: 100%;
  }
}
/*------------------------------------*\
    FRONT-PAGE
\*------------------------------------*/
@media (max-width: 1605px) {
  #tpl-frontpage .panel-intro .panel-links {
    padding-right: 142px;
  }
}
@media (max-width: 1110px) {
  #tpl-frontpage .panel-intro .panel-links {
    padding-right: 85px;
  }
  #tpl-frontpage .panel-intro .panel-socialnet {
    width: 85px;
  }
}
@media (max-width: 1100px) {
  #tpl-frontpage .panel-section1 .section-title {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  #tpl-frontpage .panel-section1 .column1 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  #tpl-frontpage .panel-section1 .column2 {
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  #tpl-frontpage .panel-section1 .column3 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #tpl-frontpage .newscarouselslider {
    padding: 0 60px;
  }
  #tpl-frontpage .newscarouselnext {
    right: 0px;
  }
  #tpl-frontpage .newscarouselprev {
    left: 0px;
  }
}
@media (max-width: 1060px) {
  #tpl-frontpage .panel-section2 .linkList {
    text-align: center;
  }
  #tpl-frontpage .panel-section2 .linkSingle {
    text-align: left;
  }
  #tpl-frontpage .newscarouselslider {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  #tpl-frontpage .pageList > div {
    flex: 0 1 70%;
  }
  #tpl-frontpage .panel-intro .panel-links {
    padding-right: 0;
  }
  #tpl-frontpage .panel-intro .panel-socialnet {
    width: 100%;
    height: 68px;
  }
  #tpl-frontpage .panel-intro .socialnetSingle {
    margin: 2px 10px 0;
    width: auto;
  }
  #tpl-frontpage .panel-section1 .column1 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  #tpl-frontpage .panel-section3 .tpl-column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #tpl-frontpage .panel-section3 .first .newsSingle-content {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #tpl-frontpage .pageList > div {
    flex: 0 1 100%;
  }
  #tpl-frontpage .panel-section5 .pageSingle {
    max-width: 100%;
  }
  #tpl-frontpage .panel-section5 .pageSingle-img {
    margin-top: 0;
    margin-right: 0;
  }
  #tpl-frontpage .panel-section6 {
    height: auto;
  }
  #tpl-frontpage .panel-section6 .section-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
  }
  #tpl-frontpage .panel-section6 .section-map {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
  }
  #tpl-frontpage .panel-section7 .column1,
  #tpl-frontpage .panel-section7 .column2 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #tpl-frontpage .panel-section7 .column2 {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  #tpl-frontpage .agendazoomright,
  #tpl-frontpage .agendazoomleft {
    flex: auto;
  }
  #tpl-frontpage .agendazoomright {
    margin-top: 30px;
  }
  #tpl-frontpage .panel-intro .section-title,
  #tpl-frontpage .panel-intro .section-search {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  #tpl-frontpage .agendazoomright {
    margin-left: 0px;
  }
}
@media (max-width: 1314px) {
  #tpl-frontpage .agendazoomright {
    margin-left: 30px;
  }
}
@media (max-width: 1240px) {
  #tpl-frontpage .agendazoomright {
    padding: 20px 10px;
    flex: 3;
  }
}
/*------------------------------------*\
    CONTACT
\*------------------------------------*/
@media (max-width: 1350px) {
  #tpl-contact .panel-section2 form li label + .ginput_container {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  #tpl-contact .panel-section2 form .gform_footer button[type="submit"] {
    margin-top: 57px;
  }
}
/*------------------------------------*\
    NEWS LIST
\*------------------------------------*/
@media (max-width: 768px) {
  #tpl-newsList .panel-section1 .articleSingle {
    justify-content: center;
  }
  #tpl-newsList .panel-section1 .articleSingle-img,
  #tpl-newsList .panel-section1 .articleSingle-text {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #tpl-newsList .panel-section1 .articleSingle-text {
    margin-bottom: 1rem;
  }
}
/*------------------------------------*\
    CONCERTATION LIST
\*------------------------------------*/
/*------------------------------------*\
    HACKS
\*------------------------------------*/
/*------------------------------------*\
    TESTS
\*------------------------------------*/
/*# sourceMappingURL=/home/encoursdedev/www/coueron/wp-content/themes/themeCoueron/css/main.css.map */