@charset "UTF-8";
/*
Theme Name: MKterial
Author: Mediakod
Author URI: http://www.mediakod.com
Description: Theme Material Mediakod
Version: 1.0
*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/* BACKGROUNDS */
/* TEXTES */
/* LIENS */
/* BOUTONS */
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

header, footer, nav, section, article, hgroup, figure {
  display: block;
}

iframe {
  max-width: 100%;
}

@media print {
  body, .wrapper, .content, main {
    color: #000 !important;
    background: #fff !important;
  }

  body, article {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  article {
    page-break-before: always;
  }

  article a {
    font-weight: bolder;
    text-decoration: none;
  }

  article a[href^=http]:after {
    content: " <" attr(href) "> ";
  }

  h1 {
    color: #000;
    background: none;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  ul, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  nav, aside, .wrapper > header, .wrapper > footer {
    display: none;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0.5em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.5em auto 0.5em auto;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

a img.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

a img.alignnone {
  margin: 0.5em 1em 1em 0;
}

a img.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #010101;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 1em;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.5em 1em 1em 0;
}

.wp-caption.alignleft {
  margin: 0.5em 1em 1em 0;
}

.wp-caption.alignright {
  margin: 0.5em 0 1em 1em;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.8em;
  line-height: 1em;
  margin: 0;
  padding: 0.5em 0.5em 0em 0.5em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

#wpadminbar .screen-reader-shortcut:focus {
  color: #74ac2e;
}

@media screen and (max-width: 650px) {
  .alignright, .alignleft, .aligncenter {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}
/*Mixin Button
*****************************/
/*Mixin lINK
*****************************/
/*A TERMINER*/
/*FUNCTION PIXEL TO REM
*****************************/
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #F44336 !important;
}

.red-text {
  color: #F44336 !important;
}

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.red.lighten-2 {
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  color: #E57373 !important;
}

.red.lighten-1 {
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.red.darken-1 {
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  color: #E53935 !important;
}

.red.darken-2 {
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  color: #D32F2F !important;
}

.red.darken-3 {
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  color: #C62828 !important;
}

.red.darken-4 {
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  color: #B71C1C !important;
}

.red.accent-1 {
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.red.accent-2 {
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  color: #FF5252 !important;
}

.red.accent-3 {
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  color: #FF1744 !important;
}

.red.accent-4 {
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  color: #D50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

.blue-text {
  color: #2196F3 !important;
}

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

.green-text {
  color: #4CAF50 !important;
}

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.white-text {
  color: #FFFFFF !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/* ==========================================================================
   Materialize variables
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Colors
 *  2. Badges
 *  3. Buttons
 *  4. Cards
 *  5. Collapsible
 *  6. Chips
 *  7. Date Picker
 *  8. Dropdown
 *  10. Forms
 *  11. Global
 *  12. Grid
 *  13. Navigation Bar
 *  14. Side Navigation
 *  15. Photo Slider
 *  16. Spinners | Loaders
 *  17. Tabs
 *  18. Tables
 *  19. Toasts
 *  20. Typography
 *  21. Footer
 *  22. Flow Text
 *  23. Collections
 *  24. Progress Bar
 */
/* 1. Colors
   ========================================================================== */
/* 2. Badges
   ========================================================================== */
/* 3. Buttons
   ========================================================================== */
/* 4. Cards
   ========================================================================== */
/* 5. Collapsible
   ========================================================================== */
/* 6. Chips
   ========================================================================== */
/* 7. Date Picker
   ========================================================================== */
/* 8. Dropdown
   ========================================================================== */
/* 9. Fonts
   ========================================================================== */
/* 10. Forms
   ========================================================================== */
/* 11. Global
   ========================================================================== */
/* 12. Grid
   ========================================================================== */
/* 13. Navigation Bar
   ========================================================================== */
/* 14. Side Navigation
   ========================================================================== */
/* 15. Photo Slider
   ========================================================================== */
/* 16. Spinners | Loaders
   ========================================================================== */
/* 17. Tabs
   ========================================================================== */
/* 18. Tables
   ========================================================================== */
/* 19. Toasts
   ========================================================================== */
/* 20. Typography
   ========================================================================== */
/* 21. Footer
   ========================================================================== */
/* 22. Flow Text
   ========================================================================== */
/* 23. Collections
   ========================================================================== */
/* 24. Progress Bar
   ========================================================================== */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul {
  padding: 0;
  list-style-type: none;
}
ul.browser-default, ul.browser-default li {
  list-style-type: initial;
}
ul li {
  list-style-type: none;
}

a {
  color: #74ac2e;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, .side-nav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-large {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-large:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4, .modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable {
  transition: box-shadow 0.25s;
  box-shadow: 0;
}

.hoverable:hover {
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #010101;
}

i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination {
  width: 100%;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 2em;
  width: 2em;
  line-height: 2em;
}
.pagination li a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active {
  background-color: #010101;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
  **********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
  **********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #ee6e73;
}
footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
}
table.bordered > thead > tr, table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: " ";
  }
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: " ";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  box-sizing: border-box;
}
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}
span.badge.new:after {
  content: " new";
}
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
  *******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

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

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.tabs {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}
.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.8px;
  width: 15%;
  min-width: 80px;
}
.tabs .tab a {
  color: #ee6e73;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease;
}
.tabs .tab a:hover {
  color: #f9c9cb;
}
.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-floating[disabled] {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn:disabled *,
.btn-large:disabled *,
.btn-floating:disabled *,
.btn[disabled] *,
.btn-large[disabled] *,
.btn-floating[disabled] * {
  pointer-events: none;
}
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-floating[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.btn i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.btn:hover, .btn-large:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 37px;
}
.btn-floating:hover {
  background-color: #26a69a;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px;
}
.btn-floating.btn-large i {
  line-height: 55.5px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}
.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-flat:focus, .btn-flat:active {
  background-color: transparent;
}
.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.btn-flat.disabled {
  color: #b3b3b3;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
}
.btn-large i {
  font-size: 1.6rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
@media only screen and (max-width : 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}

.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.collapsible-body p {
  margin: 0;
  padding: 2rem;
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity 0.4s;
}
.materialboxed:hover {
  will-change: left, top, width, height;
}
.materialboxed:hover:not(.active) {
  opacity: 0.8;
}

.materialboxed.active {
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  background-color: #2ab7a9;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}
input:not([type]):disabled, input:not([type])[readonly=readonly],
input[type=text]:disabled,
input[type=text][readonly=readonly],
input[type=password]:disabled,
input[type=password][readonly=readonly],
input[type=email]:disabled,
input[type=email][readonly=readonly],
input[type=url]:disabled,
input[type=url][readonly=readonly],
input[type=time]:disabled,
input[type=time][readonly=readonly],
input[type=date]:disabled,
input[type=date][readonly=readonly],
input[type=datetime]:disabled,
input[type=datetime][readonly=readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly=readonly],
input[type=tel]:disabled,
input[type=tel][readonly=readonly],
input[type=number]:disabled,
input[type=number][readonly=readonly],
input[type=search]:disabled,
input[type=search][readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label,
input[type=text]:disabled + label,
input[type=text][readonly=readonly] + label,
input[type=password]:disabled + label,
input[type=password][readonly=readonly] + label,
input[type=email]:disabled + label,
input[type=email][readonly=readonly] + label,
input[type=url]:disabled + label,
input[type=url][readonly=readonly] + label,
input[type=time]:disabled + label,
input[type=time][readonly=readonly] + label,
input[type=date]:disabled + label,
input[type=date][readonly=readonly] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly=readonly] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly=readonly] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly=readonly] + label,
input[type=number]:disabled + label,
input[type=number][readonly=readonly] + label,
input[type=search]:disabled + label,
input[type=search][readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #74ac2e;
  box-shadow: 0 1px 0 0 #74ac2e;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}
input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none;
}
input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  font-size: 1rem;
  cursor: text;
  transition: 0.2s ease-out;
}
.input-field label.active {
  font-size: 0.8rem;
  transform: translateY(-140%);
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width : 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width : 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}
.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .mdi-navigation-close, .input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + label {
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 0.8rem 0 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

/* Autocomplete */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static;
}
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Radio Buttons
   ========================================================================== */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  user-select: none;
}

[type=radio] + label:before,
[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

/* Unchecked styles */
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:before,
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
}

[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

[type=radio]:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}

/* Checked styles */
[type=radio]:checked + label:before {
  border: 2px solid transparent;
}

[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}

[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}

[type=radio]:checked + label:after {
  transform: scale(1.02);
}

/* Radio With gap */
[type=radio].with-gap:checked + label:after {
  transform: scale(0.5);
}

/* Focused styles */
[type=radio].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default, select.ui-timepicker-select {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px;
}
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn, .file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: 0.3s;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  backface-visibility: hidden;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.side-nav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.side-nav .collapsible {
  margin: 0;
}
.side-nav li {
  float: none;
  line-height: 48px;
}
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
  margin: 10px 15px;
}
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-floating {
  color: #fff;
}
.side-nav a.btn-flat {
  color: #343434;
}
.side-nav a.btn:hover, .side-nav a.btn-large:hover {
  background-color: #2bbbad;
}
.side-nav a.btn-floating:hover {
  background-color: #26a69a;
}
.side-nav li > a > i,
.side-nav li > a > [class^=mdi-], .side-nav li > a > [class*=mdi-],
.side-nav li > a > i.material-icons {
  float: left;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.side-nav .divider {
  margin: 8px 0 0 0;
}
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.side-nav .subheader:hover {
  background-color: transparent;
}
.side-nav .userView {
  overflow: hidden;
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.side-nav .userView a {
  height: auto;
  padding: 0;
}
.side-nav .userView a:hover {
  background-color: transparent;
}
.side-nav .userView .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
  display: block;
}
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}
.side-nav .userView .name,
.side-nav .userView .email {
  font-weight: 14px;
  line-height: 24px;
}
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.side-nav.fixed a {
  display: block;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.87);
}

.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
  .side-nav a {
    padding: 0 16px;
  }
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}
.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
  background-color: #ee6e73;
}
.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/*------------------------------------*\
    $ATOMS AND HELPERS (base)
\*------------------------------------*/
/*------------------------------------*\
    $TEXTS
\*------------------------------------*/
html {
  font-size: 100%;
}
@media screen and (max-width: 650px) {
  html {
    font-size: 90%;
  }
}

body {
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  color: #222;
  height: 100%;
}

.wrapper {
  font-size: 1rem;
  display: block !important;
}

@supports (display: flex) {
  .annonces-template-default .wrapper {
    display: flex;
  }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #74ac2e;
}

h1,
.h1 {
  font-size: 2.625rem;
}

h2,
.h2 {
  font-size: 2.25rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.75rem;
}

h5,
.h5 {
  font-size: 1.5rem;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3a3a2c;
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
* + h1,
* + h2,
* + h3,
* + h4 {
  margin-top: 1rem !important;
}

/* Text-Related Elements */
p {
  padding-bottom: 1rem;
  line-height: 1.5;
}

/* Blockquote */
blockquote {
  font-style: italic;
  border-left: 0.25em solid #74ac2e;
  color: #74ac2e;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

/* Horizontal Rule */
hr {
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  margin: 1em 0;
  border: none;
}

.mobile-icon {
  font-size: 2rem;
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/
.wysiwyg a:not(.wp-block-button__link) {
  background-color: white;
  color: #74ac2e;
  text-decoration: none;
  text-transform: none;
  outline: 0;
  transition: all 0.2s;
  background-image: linear-gradient(to right, #74ac2e 0%, #74ac2e 100%);
  background-repeat: repeat-x;
  background-position: bottom 0em center;
  background-size: 100% 0.1rem;
}
.wysiwyg a:not(.wp-block-button__link):hover {
  color: #4b701e;
}
.wysiwyg a:not(.wp-block-button__link):active, .wysiwyg a:not(.wp-block-button__link):focus {
  background-size: 100% 0.2rem;
  background-position: bottom 0.2em center;
}
.wysiwyg a:not(.wp-block-button__link).no-underline {
  text-decoration: none;
  text-shadow: none;
  background-image: none;
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
ol,
ul {
  margin: 0;
  padding-left: 1em;
}
ol li,
ul li {
  list-style-type: initial;
}

/* Definition Lists */
dl {
  overflow: hidden;
  margin: 0 0 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/*------------------------------------*\
    $MEDIA ELEMENTS
\*------------------------------------*/
/* Flexible Media */
img,
video,
object {
  max-width: 100%;
  height: auto;
}

figcaption {
  font-style: italic;
  word-break: break-all;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
form ol,
form ul {
  list-style: none;
  margin-left: 0;
}

textarea {
  font-family: "Open Sans";
  font-size: 1rem;
  min-height: 100px;
  border: none;
  border-bottom: 1px solid #9e9e9e;
}
textarea:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #74ac2e !important;
}

.wpcf7-submit {
  margin-top: 1rem;
}

input[type=text],
input[type=search],
input[type=url],
input[type=number],
textarea {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  margin-right: 0.3em;
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  transition: all 0.2s;
}
textarea:focus {
  outline: none;
  border: 1px solid #74ac2e;
  box-shadow: 0 1px 0 0 #74ac2e;
}

[type=radio]:not(:checked),
[type=radio]:checked {
  position: static;
  opacity: 1;
  margin: 0 !important;
  left: 0;
  margin-left: 1px !important;
}

img.empty {
  padding: 1rem;
  background: black;
}

/*------------------------------------*\
    $Table
\*------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.2em solid #efefef;
  width: 100%;
}

thead {
  color: #b3cb3e;
}

th {
  text-align: left;
  border: 0.1em solid #efefef;
  padding: 1em;
  border-radius: 0;
}

td {
  border: 0.1em solid #efefef;
  padding: 1em;
  border-radius: 0;
}

table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + p,
table + img,
table + ul {
  margin-top: 1rem;
}

.wp-block-button__link {
  font-size: 1rem;
  background: #74ac2e;
  color: #f2f2f2;
  border-radius: 0px;
  padding: 0.6rem 3rem;
  text-decoration: none;
  font-family: "Oswald", Times, "Times New Roman", serif;
  height: auto;
  max-width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  line-height: 26px;
  text-transform: uppercase !important;
  text-shadow: none;
}
.wp-block-button__link:hover {
  color: #f2f2f2;
  background: #669829;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wp-block-button__link:active, .wp-block-button__link:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.wp-block-button__link.alt {
  background: #3a3a2c;
  border: 2px solid #3a3a2c;
}
.wp-block-button__link.alt:hover {
  background: #2c2c21;
}
.wp-block-button__link.double {
  padding: 0.6rem 6rem;
}
.wp-block-button__link.nobg {
  background: none;
  color: #74ac2e;
  border: 2px solid #74ac2e;
}
.wp-block-button__link.nobg:hover {
  background: #669829;
  border: 2px solid #669829;
  color: #f2f2f2;
}
.wp-block-button__link.alt.nobg {
  color: #3a3a2c;
  border: 2px solid #3a3a2c;
}
.wp-block-button__link.alt.nobg:hover {
  background: #2c2c21;
  border: 2px solid #2c2c21;
  color: #f2f2f2;
}
.wp-block-button__link.btn-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: "Open Sans";
}
.wp-block-button__link.btn-icon span {
  padding-left: 2rem;
  font-weight: 300;
  font-size: 14px;
}
.wp-block-button__link.btn-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 5rem;
  background: #4b8931;
  font-size: 1.5rem;
  font-weight: 300;
}
.wp-block-button__link.has-green-color {
  color: #74ac2e;
}
.wp-block-button__link.has-green-background-color {
  background-color: #74ac2e;
  border-color: #74ac2e;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #598423;
  border-color: #598423;
}
.wp-block-button__link.has-greendarker-color {
  color: #1e381a;
}
.wp-block-button__link.has-greendarker-background-color {
  background-color: #1e381a;
  border-color: #1e381a;
}
.wp-block-button__link.has-greendarker-background-color:hover, .wp-block-button__link.has-greendarker-background-color:focus {
  background-color: #0b150a;
  border-color: #0b150a;
}
.wp-block-button__link.has-greendark-color {
  color: #4b8931;
}
.wp-block-button__link.has-greendark-background-color {
  background-color: #4b8931;
  border-color: #4b8931;
}
.wp-block-button__link.has-greendark-background-color:hover, .wp-block-button__link.has-greendark-background-color:focus {
  background-color: #366324;
  border-color: #366324;
}
.wp-block-button__link.has-greenlight-color {
  color: #b3cb3e;
}
.wp-block-button__link.has-greenlight-background-color {
  background-color: #b3cb3e;
  border-color: #b3cb3e;
}
.wp-block-button__link.has-greenlight-background-color:hover, .wp-block-button__link.has-greenlight-background-color:focus {
  background-color: #94a92d;
  border-color: #94a92d;
}
.wp-block-button__link.has-black-color {
  color: #1d1d1b;
}
.wp-block-button__link.has-black-background-color {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: #030302;
  border-color: #030302;
}
.wp-block-button__link.has-white-color {
  color: #f2f2f2;
}
.wp-block-button__link.has-white-background-color {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.wp-block-button__link.has-orange-color {
  color: #db5b10;
}
.wp-block-button__link.has-orange-background-color {
  background-color: #db5b10;
  border-color: #db5b10;
}
.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
  background-color: #ab470d;
  border-color: #ab470d;
}
.wp-block-button__link.has-brown-color {
  color: #3a3a2c;
}
.wp-block-button__link.has-brown-background-color {
  background-color: #3a3a2c;
  border-color: #3a3a2c;
}
.wp-block-button__link.has-brown-background-color:hover, .wp-block-button__link.has-brown-background-color:focus {
  background-color: #1d1d16;
  border-color: #1d1d16;
}
.wp-block-button__link.has-grey-color {
  color: #efefef;
}
.wp-block-button__link.has-grey-background-color {
  background-color: #efefef;
  border-color: #efefef;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.wp-block-button__link.has-blue-facebook-color {
  color: #3b5998;
}
.wp-block-button__link.has-blue-facebook-background-color {
  background-color: #3b5998;
  border-color: #3b5998;
}
.wp-block-button__link.has-blue-facebook-background-color:hover, .wp-block-button__link.has-blue-facebook-background-color:focus {
  background-color: #2d4373;
  border-color: #2d4373;
}

.has-green-color {
  color: #74ac2e;
}

.has-green-background-color {
  background-color: #74ac2e;
}

.has-greendarker-color {
  color: #1e381a;
}

.has-greendarker-background-color {
  background-color: #1e381a;
}

.has-greendark-color {
  color: #4b8931;
}

.has-greendark-background-color {
  background-color: #4b8931;
}

.has-greenlight-color {
  color: #b3cb3e;
}

.has-greenlight-background-color {
  background-color: #b3cb3e;
}

.has-black-color {
  color: #1d1d1b;
}

.has-black-background-color {
  background-color: #1d1d1b;
}

.has-white-color {
  color: #f2f2f2;
}

.has-white-background-color {
  background-color: #f2f2f2;
}

.has-orange-color {
  color: #db5b10;
}

.has-orange-background-color {
  background-color: #db5b10;
}

.has-brown-color {
  color: #3a3a2c;
}

.has-brown-background-color {
  background-color: #3a3a2c;
}

.has-grey-color {
  color: #efefef;
}

.has-grey-background-color {
  background-color: #efefef;
}

.has-blue-facebook-color {
  color: #3b5998;
}

.has-blue-facebook-background-color {
  background-color: #3b5998;
}

.container {
  width: 1280px;
  margin: 0 auto;
  max-width: calc(100% - 4em);
  padding: 1em;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 2rem);
  }
}
.container-small {
  width: 840px;
}
.container-full {
  width: 100%;
}

.spacing {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .spacing {
    padding: 1em;
  }
}

.flex {
  display: flex !important;
}
.flex.column {
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.jc-start {
  justify-content: flex-start;
}
.flex.jc-end {
  justify-content: flex-end;
}
.flex.jc-center {
  justify-content: center;
}
.flex.jc-around {
  justify-content: space-around;
}
.flex.jc-between {
  justify-content: space-between;
}
.flex.ai-baseline {
  align-items: baseline;
}
.flex.ai-start {
  align-items: flex-start;
}
.flex.ai-end {
  align-items: flex-end;
}
.flex.ai-center {
  align-items: center;
}
.flex.ai-stretch {
  align-items: stretch;
}
.flex .as-start {
  align-self: flex-start;
}
.flex .as-end {
  align-self: flex-end;
}
.flex .as-center {
  align-self: center;
}
.flex .as-around {
  align-self: space-around;
}
.flex .as-between {
  align-self: space-between;
}
.flex .js-left {
  margin-right: auto;
}
.flex .js-center {
  margin-right: auto;
  margin-left: auto;
}
.flex .js-right {
  margin-left: auto;
}
.flex .grow-this {
  flex: 1 1 0;
}
.flex.with-gutter {
  margin: -1rem;
}
.flex.with-gutter > * {
  margin: 1rem;
}
.flex.three.childs > * {
  width: 33%;
}
.flex.two.childs > * {
  width: 50%;
}
.flex.one.childs > * {
  width: 100%;
}
.flex.with-gutter.three.childs > * {
  width: calc(33% - 2rem);
}
.flex.with-gutter.two.childs > * {
  width: calc(50% - 2rem);
}
.flex.with-gutter.one.childs > * {
  width: calc(100% - 2rem);
}
@media screen and (max-width: 991px) {
  .flex.three.childs > * {
    width: 50%;
  }
  .flex.with-gutter.three.childs > * {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 650px) {
  .flex.three.childs > * {
    width: 100%;
  }
  .flex.with-gutter.three.childs > * {
    width: calc(100% - 2rem);
  }
}

html {
  height: 100%;
}
html body > .wrapper {
  background: #fff;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  position: relative;
  transition: opacity 0.2s;
}
html body > .wrapper.dimmer {
  opacity: 0.5;
}
html body > .wrapper #content {
  flex: 1 1 0;
  margin-bottom: auto;
}

@media screen and (max-width: 650px) {
  .flex.with-gutter.two.childs > * {
    width: calc(100% - 2rem);
  }
}
/*------------------------------------*\
    $GLOBAL CLASSES
    \*------------------------------------*/
/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* Completely remove from the flow and screen readers. */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Floats */
.right {
  float: right;
  padding: 0 0 1rem 1rem;
}

.left {
  float: left;
  padding: 0 1rem 1rem 0;
}

/* Text-Align */
.align-right {
  text-align: right;
}

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

.align-left {
  text-align: left;
}

.iframeContainer {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  width: 100%;
}

.iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-puce {
  list-style-type: none;
  padding-left: 0;
}
.no-puce li {
  list-style-type: none;
}

@media screen and (min-width: 767px) {
  .show-from-mobile-large {
    display: none !important;
  }
}
@media screen and (min-width: 650px) {
  .show-from-mobile-medium {
    display: none !important;
  }
}
@media screen and (min-width: 400px) {
  .show-from-mobile-small {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .show-from-tablet-large {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .show-from-tablet-medium {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .show-from-tablet-small {
    display: none !important;
  }
}
@media screen and (max-width: 1980px) {
  .show-from-desktop-large {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) {
  .show-from-desktop-medium {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .show-from-desktop-small {
    display: none !important;
  }
}

/*------------------------------------*\
    $THEME
\*------------------------------------*/
@font-face {
  font-family: "fontello";
  src: url("assets/font/fontello.eot?92556545");
  src: url("assets/font/fontello.eot?92556545#iefix") format("embedded-opentype"), url("assets/font/fontello.woff2?92556545") format("woff2"), url("assets/font/fontello.woff?92556545") format("woff"), url("assets/font/fontello.ttf?92556545") format("truetype"), url("assets/font/fontello.svg?92556545#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?92556545#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail-alt:before {
  content: "";
}

/* '' */
.icon-arrow-left:before {
  content: "";
}

/* '' */
.icon-arrow-right:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: "";
}

/* '' */
.icon-magnifier:before {
  content: "";
}

/* '' */
.icon-alarm:before {
  content: "";
}

/* '' */
.icon-cross:before {
  content: "";
}

/* '' */
.icon-link-ext:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-gplus:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-youtube:before {
  content: "";
}

/* '' */
.icon-pinterest:before {
  content: "";
}

/* '' */
/*------------------------------------*\
    LISTS
\*------------------------------------*/
.wysiwyg ul {
  list-style-type: none;
}
.wysiwyg ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}
.wysiwyg ul li + li {
  margin-top: 1rem;
}
.wysiwyg ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #b3cb3e;
  border-radius: 100%;
}
.wysiwyg ul li ul {
  list-style-type: none;
}
.wysiwyg ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #cccccc;
  background: none;
  border-radius: 100%;
}

.wysiwyg img {
  padding-bottom: 1rem;
}

/*------------------------------------*\
    $BOUTONS
    \*------------------------------------*/
body .btn, body .btn-large,
body .button,
body #cookie-notice .button.bootstrap {
  font-size: 1rem;
  background: #74ac2e;
  color: #f2f2f2;
  border-radius: 0px;
  padding: 0.6rem 3rem;
  text-decoration: none;
  font-family: "Oswald", Times, "Times New Roman", serif;
  height: auto;
  max-width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  line-height: 26px;
  text-shadow: none;
}
body .btn:hover, body .btn-large:hover,
body .button:hover,
body #cookie-notice .button.bootstrap:hover {
  color: #f2f2f2;
  background: #669829;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
body .btn:active, body .btn-large:active, body .btn:focus, body .btn-large:focus,
body .button:active,
body .button:focus,
body #cookie-notice .button.bootstrap:active,
body #cookie-notice .button.bootstrap:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
body .btn.alt, body .alt.btn-large,
body .button.alt,
body #cookie-notice .button.bootstrap.alt {
  background: #3a3a2c;
  border: 2px solid #3a3a2c;
}
body .btn.alt:hover, body .alt.btn-large:hover,
body .button.alt:hover,
body #cookie-notice .button.bootstrap.alt:hover {
  background: #2c2c21;
}
body .btn.double, body .double.btn-large,
body .button.double,
body #cookie-notice .button.bootstrap.double {
  padding: 0.6rem 6rem;
}
body .btn.nobg, body .nobg.btn-large,
body .button.nobg,
body #cookie-notice .button.bootstrap.nobg {
  background: none;
  color: #74ac2e;
  border: 2px solid #74ac2e;
}
body .btn.nobg:hover, body .nobg.btn-large:hover,
body .button.nobg:hover,
body #cookie-notice .button.bootstrap.nobg:hover {
  background: #669829;
  border: 2px solid #669829;
  color: #f2f2f2;
}
body .btn.alt.nobg, body .alt.nobg.btn-large,
body .button.alt.nobg,
body #cookie-notice .button.bootstrap.alt.nobg {
  color: #3a3a2c;
  border: 2px solid #3a3a2c;
}
body .btn.alt.nobg:hover, body .alt.nobg.btn-large:hover,
body .button.alt.nobg:hover,
body #cookie-notice .button.bootstrap.alt.nobg:hover {
  background: #2c2c21;
  border: 2px solid #2c2c21;
  color: #f2f2f2;
}
body .btn.btn-icon, body .btn-icon.btn-large,
body .button.btn-icon,
body #cookie-notice .button.bootstrap.btn-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: "Open Sans";
}
body .btn.btn-icon span, body .btn-icon.btn-large span,
body .button.btn-icon span,
body #cookie-notice .button.bootstrap.btn-icon span {
  padding-left: 2rem;
  font-weight: 300;
  font-size: 14px;
}
body .btn.btn-icon i, body .btn-icon.btn-large i,
body .button.btn-icon i,
body #cookie-notice .button.bootstrap.btn-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 5rem;
  background: #4b8931;
  font-size: 1.5rem;
  font-weight: 300;
}
body #cookie-notice .button.bootstrap {
  padding: 0.3rem 3rem;
}

/*------------------------------------*\
    $OTHERS
    \*------------------------------------*/
.objectfit {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .objectfit {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
    position: relative;
    transform: none;
    left: 0;
    top: 0;
  }
}

.tax-types_documentations .objectfit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.news-list {
  position: relative;
  transform: none;
  left: 0;
  top: 0;
}

.event-biowallonie {
  margin-top: 30px;
}
.event-biowallonie .logo-biowall {
  background: #74ac2e;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.event-biowallonie .logo-biowall img {
  width: 20px;
  padding-bottom: 0;
}
.event-biowallonie .logo-phyto img {
  min-width: 8rem;
  padding-bottom: 0;
}
.event-biowallonie span {
  margin-left: 15px;
  font-style: italic;
}
@media screen and (max-width: 400px) {
  .event-biowallonie {
    flex-direction: column;
  }
  .event-biowallonie .logo-biowall,
.event-biowallonie .logo-phyto {
    margin-bottom: 1rem;
  }
}

label.lbl-filter {
  color: #74ac2e !important;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.filter-input {
  width: 40% !important;
  border: 1px solid #f2f2f2 !important;
  padding: 0 1rem !important;
  margin-bottom: 3rem !important;
}
.filter-input:focus {
  box-shadow: none !important;
}

.add_ical_to_email {
  margin-top: 2rem;
}
.add_ical_to_email input[type=email] {
  margin-bottom: 0;
  margin-right: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.pagination li {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  height: 2.75rem;
  width: 2.75rem;
  text-align: center;
  margin: 0 1rem;
  transition: all 0.2s;
}
.pagination li a,
.pagination li span {
  color: #010101;
  font-size: 0.875rem;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 2.75rem;
}
.pagination li a.ais-pagination--link,
.pagination li span.ais-pagination--link {
  line-height: 2.5;
}
.pagination li.active, .pagination li.ais-pagination--item__active {
  background: #74ac2e;
}
.pagination li.active a,
.pagination li.active span, .pagination li.ais-pagination--item__active a,
.pagination li.ais-pagination--item__active span {
  color: #f2f2f2;
}
.pagination li:hover {
  transform: translateY(-0.5rem);
}

.gallery a {
  background: none;
}

.linkimg-ib {
  background-image: none !important;
  text-shadow: none !important;
}

.consult-ib .link-ib:last-child {
  margin-left: 1rem;
}

@media all and (max-width: 767px) {
  body .btn, body .btn-large,
body .button {
    font-size: 1rem;
    background: #74ac2e;
    color: #f2f2f2;
    border-radius: 0px;
    padding: 0.6rem 3rem;
    text-decoration: none;
    font-family: "Oswald", Times, "Times New Roman", serif;
    height: auto;
    max-width: 100%;
    box-shadow: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    line-height: 26px;
  }
  body .btn:hover, body .btn-large:hover,
body .button:hover {
    color: #f2f2f2;
    background: #669829;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  body .btn:active, body .btn-large:active, body .btn:focus, body .btn-large:focus,
body .button:active,
body .button:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
  body .filter-input {
    width: 50% !important;
  }
  body .mobile {
    margin: 0 !important;
  }
  body .mobile > * {
    margin: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  body .btn,
body .btn-large,
body .button {
    font-size: 0.8rem;
    padding: 1rem;
  }

  .link-ib {
    margin-bottom: 1rem;
  }
}
body {
  padding-top: 44px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}

.home header.header-top .main-logo .mini {
  display: none;
}

header.header-top {
  background: #3a3a2c;
  color: #f2f2f2;
  margin-bottom: 3rem;
  height: 2.75rem;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 991px) {
  header.header-top {
    position: static;
  }
}
header.header-top .container {
  padding: 0;
  height: 100%;
  position: relative;
}
header.header-top .container .flex {
  height: 100%;
}
header.header-top .main-logo {
  position: absolute;
  background: #010101;
  padding: 1rem;
  top: 0rem;
  height: 3.25rem !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
header.header-top a {
  color: #f2f2f2;
  font-size: 0.875rem;
}
header.header-top .my-account {
  background: #74ac2e;
  padding: 0rem 2rem;
  height: 100%;
  text-align: center;
}
header.header-top .my-account .fa {
  font-size: 1.5rem;
}
header.header-top .my-account .fa + span {
  margin-left: 0.5rem;
}
header.header-top .facebook {
  font-size: 1.5rem;
  padding: 0rem 1rem;
}

.logged-in {
  padding-top: 44px;
}
@media screen and (max-width: 991px) {
  .logged-in {
    padding-top: 0;
  }
}
.logged-in header.header-top {
  top: 32px;
}

@media screen and (max-width: 1280px) {
  header.header-top .container .conteneur-menu li a {
    padding: 1em 0.4rem;
  }
  header.header-top .container .conteneur-menu .dropdown-content li a {
    padding: 1em;
  }
  header.header-top .container .conteneur-menu .my-account {
    padding: 0rem 0.5rem;
  }
  header.header-top .container .conteneur-menu .my-account span {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header.header-top {
    height: 2.75rem;
  }
  header.header-top .container .conteneur-menu {
    padding-top: 0;
  }
  header.header-top .main-logo {
    height: 2.75rem !important;
  }

  .container .conteneur-menu {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  .container .conteneur-menu .main-nav, .container .conteneur-menu .right-navigation {
    display: none !important;
  }
}
footer.main-footer {
  background: #3a3a2c;
  color: #f2f2f2;
  margin-top: 4em !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  footer.main-footer {
    margin-top: 1em !important;
  }
}
footer.main-footer img {
  margin-right: 4rem;
}
footer.main-footer .footer-nav {
  margin-left: auto;
}
footer.main-footer .footer-nav li {
  margin: 0 2rem;
}
footer.main-footer .footer-nav li a {
  color: #f2f2f2;
  font-weight: bold;
}
footer.main-footer .footer-nav li a:hover {
  text-decoration: underline;
}
footer.main-footer .footer-nav li ul {
  padding-left: 0;
}
footer.main-footer .footer-nav li ul li {
  margin: 0.3rem 0rem;
}
footer.main-footer .footer-nav li ul li a {
  font-weight: 300;
  font-size: 0.875rem;
}

.error404 footer.main-footer {
  margin-top: 5rem;
}
.error404 footer.main-footer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #3a3a2c;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.error404 footer.main-footer:after {
  position: absolute;
  content: "";
  top: -20rem;
  background: url("assets/img/bottom-bg.png") no-repeat;
  width: 47.5rem;
  height: 27.625rem;
  z-index: -2;
}

@media screen and (max-width: 1440px) {
  footer.main-footer .footer-nav li {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 1280px) {
  footer.main-footer .footer-nav li {
    margin: 0 0.5rem;
  }
  footer.main-footer .footer-nav li a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav {
    flex-direction: column !important;
  }
  .footer-nav li a {
    display: block;
    margin-bottom: 1rem;
  }
  .footer-nav li ul {
    padding-left: 1rem !important;
  }

  .home footer.main-footer:after,
.error404 footer.main-footer:after {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav {
    margin-left: 1rem !important;
    margin-right: auto !important;
  }
}
body {
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    background: #fff;
  }
}

.section {
  margin: 0 0 1rem;
}

main,
aside {
  background: #fff;
}
@media screen and (max-width: 767px) {
  main,
aside {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper > .container {
    max-width: 100%;
  }
}

main {
  width: 100%;
}
main.with-aside {
  width: 66%;
}

aside.sidebar {
  width: 33%;
  padding-right: 0;
  overflow: hidden;
}
aside.sidebar .widget + .widget,
aside.sidebar > * + * {
  margin-top: 3rem !important;
  margin-bottom: 2rem !important;
}
aside.sidebar .widget_nav_menu {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
}
aside.sidebar .widget_nav_menu a:hover {
  text-decoration: underline;
}
aside.sidebar .widget_nav_menu .menu {
  padding-left: 0;
}
aside.sidebar .widget_nav_menu .sub-menu {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
aside.sidebar .widget_nav_menu ul {
  list-style-type: none;
}
aside.sidebar .widget_nav_menu ul li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
aside.sidebar .widget_nav_menu ul li a {
  font-size: 0.875rem;
}
aside.sidebar .widget_nav_menu ul li ul li a {
  font-size: 0.75rem;
}
aside.sidebar .widget_nav_menu ul li * {
  color: #010101;
}
aside.sidebar .widget_nav_menu ul.current_page_item > a, aside.sidebar .widget_nav_menu ul.current_page_ancestor > a {
  font-weight: bold;
}
aside.sidebar .widget_nav_menu:before {
  position: absolute;
  content: "";
  background: white;
  top: 0rem;
  left: 0;
  height: calc(100% + 0.625rem);
  width: 100%;
  z-index: -1;
  border: 0.625rem solid #efefef;
}
aside.sidebar .widget_nav_menu:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6.125rem;
  left: 0;
  bottom: -3rem;
  background-size: 100%;
  background: url(assets/img/shadow-box-bottom.svg) no-repeat center center;
  z-index: -2;
}

.page-template-page-sidebar main,
.page-template-page-full-sidebar main {
  flex: 1 1 0;
}
.page-template-page-sidebar aside.sidebar,
.page-template-page-full-sidebar aside.sidebar {
  width: 25%;
}

.partners > div {
  width: 33%;
}
.partners > div h2 {
  color: #4a4a4a;
  font-size: 0.875rem;
  font-weight: bold;
}
.partners > div a {
  width: 50%;
}

body .acf-fields .acf-field {
  padding: 1rem 0;
}
body .acf-fields > .acf-field,
body .categorychecklist-holder {
  border: none !important;
}
body .acf-checkbox-list {
  padding-left: 0 !important;
}

#loginform .login-remember {
  display: none;
}
#loginform .forgot-password {
  float: left !important;
}
#loginform .login-submit {
  float: right;
}

.callout {
  background: #74ac2e;
  color: #f2f2f2;
  padding: 1rem;
  margin-bottom: 2rem;
}
.callout p {
  padding-bottom: 0;
}
.callout p + p {
  padding-top: 1rem;
}
.callout.warning {
  background: #3a3a2c;
}
.callout a {
  background: none;
  color: white;
  text-shadow: none;
  text-decoration: underline;
}
.callout a:hover {
  color: white;
  text-decoration: none;
}
.callout * {
  color: #f2f2f2;
}

.my-account > div {
  width: 50%;
}

.account-form {
  border: 0.625rem solid #efefef;
  padding: 2rem;
  margin-bottom: 2rem;
}

.bordered {
  border: 0.625rem solid #efefef;
  padding: 2rem;
}

.events-container .btn, .events-container .btn-large,
.annonces-container .btn,
.annonces-container .btn-large {
  width: 100%;
  margin-bottom: 2rem;
}

.acf-ui-datepicker .ui-widget-header {
  margin-bottom: 25px;
}

.error404 .search-form {
  background: #74ac2e;
  margin-bottom: 10rem;
}
.error404 .error-msg {
  color: #010101;
  font-size: 1.5rem;
  font-weight: lighter;
}
.error404 .error-search {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 3rem 0 4rem 0;
}
.error404 .error-search .search-form button {
  background: #598423;
}

body #loginform .forgot-password {
  text-shadow: none;
  margin-left: 0 !important;
  font-size: 1rem;
  background: #3a3a2c;
  color: #f2f2f2;
  border-radius: 0px;
  padding: 0.6rem 3rem;
  text-decoration: none;
  font-family: "Oswald", Times, "Times New Roman", serif;
  height: auto;
  max-width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  line-height: 26px;
}
body #loginform .forgot-password:hover {
  color: #f2f2f2;
  background: #2c2c21;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
body #loginform .forgot-password:active, body #loginform .forgot-password:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.signup-submit {
  display: flex;
  justify-content: space-between;
}
.signup-submit .register-button {
  order: 2;
}
.signup-submit a {
  order: 1;
  text-shadow: none;
  margin-left: 0 !important;
  font-size: 1rem;
  background: #3a3a2c;
  color: #f2f2f2;
  border-radius: 0px;
  padding: 0.6rem 3rem;
  text-decoration: none;
  font-family: "Oswald", Times, "Times New Roman", serif;
  height: auto;
  max-width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  line-height: 26px;
}
.signup-submit a:hover {
  color: #f2f2f2;
  background: #2c2c21;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.signup-submit a:active, .signup-submit a:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.single-annonces .wysiwyg {
  position: relative;
}
.single-annonces .share {
  float: left;
}
.single-annonces .pdfg-content {
  display: none;
}
.single-annonces .pdfg-shortcode,
.single-annonces .alt {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.single-annonces .pdfg-shortcode .pdfg-print,
.single-annonces .pdfg-shortcode .alt,
.single-annonces .alt .pdfg-print,
.single-annonces .alt .alt {
  margin-left: 0;
  margin-top: 0;
}
.single-annonces .alt {
  float: right;
}
.single-annonces .pdfg-print,
.single-annonces .alt {
  font-size: 1rem;
  background: #74ac2e;
  color: #f2f2f2;
  border-radius: 0px;
  padding: 0.6rem 3rem;
  text-decoration: none;
  font-family: "Oswald", Times, "Times New Roman", serif;
  height: auto;
  max-width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  line-height: 26px;
  color: white !important;
  background: #3a3a2c;
  border: 2px solid #3a3a2c;
  margin-left: 2rem;
  margin-top: 2rem;
  background-image: none !important;
  background-color: #3a3a2c !important;
  width: auto !important;
  height: auto !important;
  text-shadow: none;
}
.single-annonces .pdfg-print:hover,
.single-annonces .alt:hover {
  color: #f2f2f2;
  background: #669829;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.single-annonces .pdfg-print:active, .single-annonces .pdfg-print:focus,
.single-annonces .alt:active,
.single-annonces .alt:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.single-annonces .pdfg-print span,
.single-annonces .alt span {
  color: white;
}
.single-annonces .pdfg-print:hover,
.single-annonces .alt:hover {
  background: #2c2c21;
}
.single-annonces .pdfg-print:before,
.single-annonces .alt:before {
  display: inline-block;
  content: "Télécharger en .PDF";
}

.acf-field .acf-label label {
  display: block;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
}

.acf-required {
  color: #f00;
}

.filter-input {
  height: 2rem !important;
}
.filter-input:focus {
  border-bottom: 1px solid #74ac2e !important;
  box-shadow: 0 1px 0 0 #74ac2e !important;
}

@media screen and (max-width: 1024px) {
  .content-wrapper > .container > .flex {
    flex-direction: column !important;
  }

  main {
    width: 100%;
  }

  main.with-aside {
    width: calc(100% - 2rem);
  }

  aside.sidebar {
    width: calc(50% - 2rem) !important;
    margin: 2rem auto !important;
  }

  .partners > div {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .container {
    max-width: 100%;
    width: 100%;
  }

  aside.sidebar {
    width: calc(100% - 2rem) !important;
  }

  main {
    width: calc(100% - 2rem);
  }
}
.vertical-tabs {
  padding: 0;
}
.vertical-tabs > li {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.vertical-tabs > li::before {
  display: none !important;
}
.vertical-tabs > li > h2 {
  font-size: 1.1rem;
  font-weight: 700;
  text-shadow: none !important;
}
.vertical-tabs > li > h2 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  background-color: #fff;
  text-decoration: none;
  color: #555;
  border: 0 !important;
  background-image: none !important;
  text-shadow: none !important;
}
.vertical-tabs > li > h2 > a:hover, .vertical-tabs > li > h2 > a:focus {
  background-color: #efefef;
  color: #555;
}
.vertical-tabs > li > h2 > a.active {
  background-color: #74ac2e;
  color: #fff;
}
.vertical-tabs > li > h2 > a.active > svg {
  transform: rotate(180deg);
}
.vertical-tabs > li > h2 > a > svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  transition: 0.2s ease;
  margin-left: 2rem;
}
.vertical-tabs > li > div {
  padding: 0.5rem 1.5rem 1.5rem;
}
.vertical-tabs > li > div table {
  overflow-x: auto;
}

/*------------------------------------*\
    $OBJETCS (OF CURRENT THEME)
\*------------------------------------*/
nav.conteneur-menu {
  margin-left: auto !important;
}
nav.conteneur-menu .main-nav {
  display: flex;
  margin: 0 -1em;
  flex-wrap: wrap;
  padding-left: 0;
}
nav.conteneur-menu .main-nav li:before {
  display: none;
}
nav.conteneur-menu .main-nav li a, nav.conteneur-menu .main-nav li span {
  padding: 1em;
  font-size: 0.875rem;
}
nav.conteneur-menu .main-nav li a i, nav.conteneur-menu .main-nav li span i {
  margin-left: -6px;
}
nav.conteneur-menu .main-nav li a {
  cursor: pointer;
}
nav.conteneur-menu .main-nav li a:hover {
  text-decoration: underline;
}
nav.conteneur-menu .main-nav li .dropdown-content {
  flex-direction: column;
  margin-top: 2.75rem !important;
  margin-left: 1em !important;
}
@media screen and (max-width: 1280px) {
  nav.conteneur-menu .main-nav li .dropdown-content {
    margin-top: 2.5rem !important;
  }
}
nav.conteneur-menu .main-nav li.current-menu-item > a, nav.conteneur-menu .main-nav li.current-menu-parent > a {
  font-weight: bold;
}
nav.conteneur-menu .main-nav .dropdown-content {
  background: #3a3a2c;
  padding-left: 0;
  width: 200px !important;
}
nav.conteneur-menu .main-nav .dropdown-content hr {
  margin: 0 1rem;
  width: calc(100% - 2rem);
}
nav.conteneur-menu .main-nav .dropdown-content li {
  cursor: auto;
}
nav.conteneur-menu .main-nav .dropdown-content li a, nav.conteneur-menu .main-nav .dropdown-content li span {
  color: #f2f2f2;
}
nav.conteneur-menu .main-nav .dropdown-content li:hover {
  background: #2c2c21;
}
nav.conteneur-menu .main-nav .dropdown-content ul {
  padding-left: 2rem;
}
nav.conteneur-menu .main-nav .dropdown-content ul li {
  min-height: 0;
  margin-bottom: 1rem;
}
nav.conteneur-menu .main-nav .dropdown-content ul li > * {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
nav.conteneur-menu .flex {
  margin-top: 0;
  margin-bottom: 0;
}

body > .wrapper > * {
  opacity: 1;
  transition: all 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.open-offcanva {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .open-offcanva {
    display: flex !important;
  }
  .open-offcanva span {
    margin-left: 0.5em;
    text-transform: uppercase;
    margin-right: 1rem;
  }
}

.offcanva-nav {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .offcanva-nav {
    position: absolute;
    z-index: 999999;
    background: #343434;
    color: #eef7e2;
    top: 0;
    right: 0;
    min-width: calc(320px - 1em);
    height: 100vh;
    padding: 2rem;
    transform: translateX(100%);
    transition: all 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .offcanva-nav .close-offcanva {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #f2f2f2;
  }
  .offcanva-nav .menubar-offcanva {
    margin: 0;
    border: none;
    box-shadow: none;
  }
  .offcanva-nav > div {
    width: 100%;
  }
  .offcanva-nav .main-logo {
    max-height: 15vh;
  }
  .offcanva-nav .middle {
    overflow: auto;
  }
  .offcanva-nav ul {
    list-style-type: none;
    padding-left: 0;
  }
  .offcanva-nav ul li a {
    color: white;
    font-size: 0.875rem;
    margin-bottom: 1em;
    display: block;
    background: none;
    padding: 0;
    border: none;
    line-height: 1.5em;
  }
  .offcanva-nav ul li a.close-offcanva {
    margin-bottom: 5px;
  }
  .offcanva-nav ul li ul {
    list-style-type: none;
    padding-left: 3rem !important;
  }
  .offcanva-nav ul li ul li {
    list-style-type: none;
  }
  .offcanva-nav .collapsible-header {
    line-height: 1;
    min-height: auto;
  }
  .offcanva-nav .collapsible-header i {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 2rem;
  }
  .offcanva-nav .collapsible-body {
    border: none;
    padding-left: 1rem !important;
  }
  .offcanva-nav .collapsible-body a {
    font-size: 0.875rem;
  }
}

.offcanva-opened {
  overflow: hidden;
}
.offcanva-opened.with-padding {
  padding-right: 15px;
}
.offcanva-opened > .wrapper > * {
  opacity: 0.5;
}
.offcanva-opened .offcanva-nav {
  opacity: 1;
  display: flex !important;
  transform: translateX(0%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .offcanva-nav {
    height: 1024px;
  }
}
/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .offcanva-nav {
    height: 768px;
  }
}
/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) {
  .offcanva-nav {
    padding-bottom: 64px;
  }
}
.open-responsive-nav span {
  margin-left: 0.5em;
  text-transform: uppercase;
}

.responsive-nav {
  background: #74ac2e;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  margin-top: -1em;
}
.responsive-nav .collapsible-header {
  line-height: 1.5em;
  min-height: auto;
}
.responsive-nav .collapsible-body {
  border: none;
  padding-left: 1em;
}
.responsive-nav .menubar-responsive {
  margin: 0;
  border: none;
}
.responsive-nav .menubar-responsive li a {
  color: #eef7e2;
  display: block;
  padding: 1em;
  margin: 1em 0;
  border: none;
  background: none;
}

.responsive-nav-opened .responsive-nav {
  opacity: 1;
  max-height: 800px;
}

/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

  ----------------------------------------------------------------------------- */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
}

.c-hamburger:focus {
  outline: none;
  background: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #eef7e2;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #eef7e2;
  content: "";
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx span {
  transition: all 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: transparent;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.breadcrumb {
  margin-top: -3em;
  margin-bottom: 2em;
  background: #6ca02b;
  color: #eef7e2;
}
.breadcrumb a {
  color: #eef7e2;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .breacrumb-shortcut {
  display: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: inherit;
    position: relative;
  }
  .breadcrumb > div > span > span {
    display: flex;
    flex-direction: column;
  }
  .breadcrumb > div > span > span * {
    display: block;
  }
  .breadcrumb .open-breadcrumb {
    font-size: 1.5em;
  }
  .breadcrumb .container-element {
    display: none;
    margin-top: 1em;
  }
  .breadcrumb .container-element a {
    text-decoration: underline;
  }
  .breadcrumb .container-element a, .breadcrumb .container-element .breadcrumb_last {
    margin-top: 0.5em;
  }
  .breadcrumb .container-element .divider {
    position: absolute;
    right: 2em;
    transform: rotate(-90deg);
  }
  .breadcrumb .breacrumb-shortcut {
    display: flex;
    justify-content: space-between;
  }
}
.cards {
  margin: 0 -1em;
}
.cards .card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin: 1em;
}

.card {
  display: inline-block;
  position: relative;
  background: none;
  box-shadow: 0 4px 8px 0 rgba(58, 58, 44, 0.3);
  padding: 1rem;
}
.card.card-home {
  display: flex;
  height: 28.4375rem !important;
  width: 24.375rem !important;
  background: white;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
  margin: 1.2rem 1rem;
}
@media screen and (max-width: 1024px) {
  .card.card-home {
    justify-content: flex-start;
  }
}
.card.card-home:before {
  position: absolute;
  content: "";
  background: white;
  top: 0rem;
  left: 0;
  height: calc(100% + 0.625rem);
  width: 100%;
  z-index: -1;
  border: 0.625rem solid #efefef;
}
.card.card-home:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6.125rem;
  bottom: -3rem;
  background: url(assets/img/shadow-box-bottom.svg) no-repeat center center;
  z-index: -2;
}
.card.card-home img {
  margin: 2rem 1rem 1rem 1rem;
}
.card.card-home .container-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  width: 100%;
}
.card.card-home .container-text * {
  color: #010101;
}
.card.card-home .container-text h3 {
  font-weight: 400;
}
.card.card-home .container-text h4,
.card.card-home .container-text h5 {
  font-size: 0.75rem;
  font-weight: 300;
}
.card.card-home .container-text h5 {
  margin-bottom: 1rem;
}
.card.card-home .container-text .btn, .card.card-home .container-text .btn-large {
  color: #f2f2f2;
  margin-bottom: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card.card-home .btn, .card.card-home .btn-large {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0 !important;
  width: calc(100% - 4rem);
}
.card.card-home:nth-child(2) .container-text h3 {
  padding-bottom: 3rem;
}
.card.card-mini {
  transition: all 0.2s;
}
.card.card-mini:hover {
  transform: translateY(-0.5rem);
}
.card.card-mini h2 {
  font-size: 1.125rem;
  color: #010101;
  margin-top: 0 !important;
}
.card.card-mini h4 {
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
  color: #74ac2e;
  font-weight: 300;
}
.card.card-mini .info {
  font-weight: 300;
  margin-top: 0 !important;
  font-size: 0.875rem;
  display: block;
  width: 100%;
}
.card.card-mini .description,
.card.card-mini .contact {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #010101;
}
.card.card-mini .bottom {
  width: 100%;
  padding-top: 1rem;
  margin-top: auto;
}
.card.card-mini .bottom * {
  text-transform: uppercase;
  color: #a3a3a3;
  font-size: 0.875rem;
}
.card.card-mini .contact {
  margin-top: 1rem;
}
.card.card-mini .arrow {
  color: #9a9298;
}
.card.card-mini .type-event {
  background: #74ac2e;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  position: absolute;
  top: 1.875rem;
  left: -10px;
}
.card.card-mini .type-event img {
  max-width: 1.25rem;
}
.card.card-mini .phyto-event {
  background: #f28401;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  position: absolute;
  top: 1.875rem;
  left: -10px;
}
.card.card-mini .phyto-event img {
  max-width: 1.4rem;
}
.card.card-mini .phyto-event.both-event {
  top: 4.7rem;
}
.card.card-mini.equipe {
  padding: 0;
}
.card.card-mini.equipe .container-img img {
  padding-bottom: 0;
}
.card.card-mini.equipe h4 {
  margin-top: 0 !important;
}
.card.card-mini.equipe .description {
  margin-top: 0;
  padding: 1rem;
}
.card.card-event {
  padding: 1.25rem 2.5rem !important;
}
.card.card-itineraire img {
  max-width: 180px;
}
.card.card-itineraire:before {
  background: url("assets/img/itineraires-bio-bg.svg") #fff no-repeat left bottom;
}
.card.card-itineraire h3 + h4 {
  margin-top: 0 !important;
}
.card.card-actors img {
  position: absolute;
  width: calc(100% - 1.25rem);
  height: calc(100% - 0.625rem);
  object-fit: cover;
  display: block;
  max-width: none;
  margin: 0;
  z-index: 0;
  left: 10px;
  top: 10px;
}
.card.card-actors .container-text {
  width: calc(100% - 1.25rem);
  justify-content: flex-end;
}
.card.card-actors .container-text > div {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
}
.card.card-actors .container-text > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4.25rem;
  height: 4.25rem;
  width: 100%;
  background-image: url("assets/img/acteurs-bio-bg.svg");
}
.card.card-actors .container-text h4 {
  margin-top: 0 !important;
  margin-bottom: 2rem;
}
.card.card-actors .container-text .btn, .card.card-actors .container-text .btn-large {
  margin-top: 0 !important;
}
.card.card-actors .container-text,
.card.card-actors .btn,
.card.card-actors .btn-large {
  position: relative;
  margin-top: auto;
  z-index: 1;
}
.card.card-news {
  color: #010101;
  font-size: 0.875rem;
  padding: 0;
  position: relative;
  transition: all 0.2s;
}
.card.card-news.hidden {
  display: none !important;
}
.card.card-news:hover {
  transform: translateY(-0.5rem);
}
.card.card-news > a {
  display: block;
  position: relative;
}
.card.card-news img {
  display: block;
}
.card.card-news img:first-child {
  height: auto !important;
}
@supports (object-fit: cover) {
  .card.card-news img:first-child {
    height: 100% !important;
  }
}
.card.card-news .container-img {
  position: relative;
  overflow: hidden;
}
.card.card-news .container-img a {
  height: 230px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .card.card-news .container-img a {
    height: 140px;
  }
}
.card.card-news .container-img img {
  display: block;
  height: auto;
}
@supports (object-fit: cover) {
  .card.card-news .container-img img {
    height: 100%;
  }
}
.card.card-news .container-img img:first-child {
  min-height: 230px;
}
@supports (object-fit: cover) {
  .card.card-news .container-img img:first-child {
    height: 100%;
  }
}
.card.card-news .container-img .mask {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.card.card-news .container-text {
  padding: 1rem;
}
.card.card-news .container-text h2 {
  font-size: 1.3125rem;
}
.card.card-news .container-text p {
  margin-bottom: 1rem;
}
.card.card-news .container-text .date {
  color: #999;
  display: block;
}
.card.card-news .buttons {
  position: absolute;
  top: 0;
  right: 0;
  background: #74ac2e;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.card.card-news .buttons a {
  color: #f2f2f2;
  font-size: 1.5rem !important;
  padding: 0 0.5rem;
  text-align: center;
  display: block;
  height: 36px;
  width: 100%;
}
.card.card-news .buttons a.download {
  background: #4b8931;
}
.card.card-news .buttons .share {
  margin-top: 1rem !important;
}
.card.card-news .buttons .share ul {
  margin-top: 0 !important;
}
.card.card-news .buttons .share h3 {
  display: none;
}
.card.card-news .buttons .share ul {
  display: flex;
  flex-direction: column;
}
.card.card-news .buttons .share ul li {
  margin-right: 0;
}
.card.listing {
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .card.listing {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.card.listing h2 {
  color: #010101;
  font-size: 0.875rem !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
.card.listing .container-text {
  width: 100%;
  padding: 0 1rem;
}
.card.listing:hover {
  transform: none;
}
.card.listing img.image-actu {
  width: 10rem;
  height: 10rem;
}
.card.listing a.toshare {
  padding-right: 3rem;
}
.card.listing .bottom {
  margin-top: 1rem;
}
.card.listing .bottom a {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.card.card-calendar .btn, .card.card-calendar .btn-large {
  position: relative;
  z-index: 9999;
}
.card .share {
  position: absolute;
  bottom: 0;
  background: #74ac2e;
  left: 0;
  width: 100%;
  display: none;
}
.card .share h3 {
  padding: 0.5rem 0.5rem 0rem 1rem;
  color: #f2f2f2;
  margin-bottom: -0.5rem;
}
.card .share ul {
  padding: 0.5rem;
  justify-content: flex-start;
}
.card .share ul li a {
  color: #f2f2f2;
  font-size: 1.3rem;
}
.card .share ul li:first-child {
  margin-left: 1rem;
}
.card .share .close {
  margin-left: auto;
}

.card-large {
  position: relative;
  height: 380px;
  max-width: 100%;
  overflow: hidden;
}
@supports (object-fit: cover) {
  .card-large {
    max-height: 380px;
    overflow: hidden;
  }
}
.card-large .objectfit {
  height: 100% !important;
  padding-bottom: 0;
}
.card-large .container-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 1rem;
  transition: all 0.2s;
}
.card-large .container-text h2 {
  color: white;
}
.card-large:hover .container-text {
  background: rgba(0, 0, 0, 0.3);
}
.card-large + *:not(.card-large) {
  margin-top: 2rem;
}

aside .card.card-actors {
  margin-left: 0;
  width: 100% !important;
}

@media screen and (max-width: 1440px) {
  .container-cards-home {
    justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .card.card-news {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .card.card-news .buttons {
    left: 0;
    right: inherit;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    align-items: center;
    height: auto;
  }
  .card.card-news .buttons .share {
    margin-top: 0 !important;
  }
  .card.card-news .buttons .share ul {
    flex-direction: row;
  }
}
@media screen and (max-width: 650px) {
  .container-cards-home .card.card-home {
    width: calc(100% - 2rem) !important;
    min-height: 28.4375rem !important;
    height: auto !important;
  }
  .container-cards-home .card.card-actors .container-text > div {
    padding-top: 1rem;
  }
  .container-cards-home .card.card-actors .container-text > div:before {
    display: none;
  }

  .card.card-news.listing {
    flex-direction: column !important;
  }
  .card.card-news.listing a {
    text-align: center !important;
  }
}
.card.listing.custom-listing img.image-actu {
  height: auto !important;
}

.cta {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 1em;
}
.cta + * {
  margin-top: 2em;
}
.cta .btn-container {
  text-align: right;
}

body .lightbox .lb-number {
  display: none !important;
}
body .lightbox .lb-image {
  border-radius: 0;
  border: none;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -1em;
}
.gallery.center {
  justify-content: center;
}
.gallery.left {
  justify-content: flex-start;
}
.gallery.spaced {
  justify-content: space-between;
}
.gallery-container-img {
  margin: 1em;
}
.gallery.one-column .gallery-container-img {
  width: calc(100% - 2em);
}
.gallery.two-column .gallery-container-img {
  width: calc(50% - 2em);
}
.gallery.three-column .gallery-container-img {
  width: calc(33% - 2em);
}
.gallery.four-column .gallery-container-img {
  width: calc(25% - 2em);
}
.gallery.five-column .gallery-container-img {
  width: calc(20% - 2em);
}
.gallery.six-column .gallery-container-img {
  width: calc(16.666% - 2em);
}
.gallery.seven-column .gallery-container-img {
  width: calc(14.285% - 2em);
}
.gallery.eight-column .gallery-container-img {
  width: calc(12.5% - 2em);
}
.gallery.nine-column .gallery-container-img {
  width: calc(11.111% - 2em);
}

@media screen and (max-width: 767px) {
  .gallery {
    justify-content: center;
    margin: 0;
    text-align: center;
  }
  .gallery-container-img {
    margin: 1em 0;
    width: 100% !important;
  }
}
.comment-respond {
  border-top: 1px solid #74ac2e;
}

.single-comment {
  background: #fafafa;
  padding: 1em;
  position: relative;
}
.single-comment .author {
  font-weight: bold;
}
.single-comment .comment {
  margin-top: 1em;
}
.single-comment .fa-quote-right {
  position: absolute;
  top: -0.4em;
  right: -0.4em;
  font-size: 3em;
  opacity: 0.1;
}

.single-comment + .single-comment {
  margin-top: 2em;
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff;
}

* html #outdated {
  position: absolute;
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
}

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}

#outdated .last[dir=rtl] {
  right: auto !important;
  left: 25px !important;
}

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}

div.share {
  margin-top: 2rem;
}
div.share ul {
  display: flex;
}
div.share ul li {
  margin-right: 1rem;
}
div.share ul li a {
  font-size: 2rem;
}

.slide-actu {
  position: relative;
  overflow: hidden;
  height: 30rem;
  border: 1px solid #EFEFEF;
  margin-top: 3rem;
}
.slide-actu > * {
  position: absolute;
}
.slide-actu + .flex {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.slide-actu .container-img {
  width: 65%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide-actu .container-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}
@supports (object-fit: cover) {
  .slide-actu .container-img img {
    position: static;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: none;
  }
}
.slide-actu .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
}
.slide-actu .content .description {
  background: rgba(1, 1, 1, 0.8);
  color: #f2f2f2;
  margin-left: 2rem;
  padding: 1rem;
  width: 18rem;
  height: 16rem;
}
.slide-actu .content .description h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-top: 0 !important;
  overflow: hidden;
  height: 3.4rem;
}
.slide-actu .content .description * {
  color: #f2f2f2;
  overflow: hidden;
  max-height: 4.2rem;
}
.slide-actu .content .description a {
  margin-top: auto;
  margin-left: auto;
}
.slide-actu .content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  width: 35%;
  margin-left: auto;
}
.slide-actu .content ul li {
  list-style-type: none;
  width: calc(100% + 4rem);
  border-bottom: 1px solid #EFEFEF;
  background: white;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.slide-actu .content ul li:last-child {
  border-bottom: none;
}
.slide-actu .content ul li a {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  height: 100%;
}
.slide-actu .content ul li a .date {
  color: #74ac2e;
  font-weight: 300;
  font-size: 0.875rem;
}
.slide-actu .content ul li a .title {
  width: calc(100% - 5rem);
  color: #010101;
  font-weight: 300;
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-actu .content ul li:hover, .slide-actu .content ul li.state-hovered {
  transform: translateX(-4rem);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.slide-actu .content ul li:hover .title, .slide-actu .content ul li.state-hovered .title {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slide-actu .description, .slide-actu img {
    display: none !important;
  }
  .slide-actu .content ul {
    width: 100%;
  }
  .slide-actu .content ul li:hover {
    transform: translate(0, -0.5rem);
  }
}
@media screen and (max-width: 650px) {
  .slide-actu .content ul li a .title {
    white-space: normal;
    font-size: 1rem;
  }

  .slide-actu .content ul li:hover {
    transform: none;
  }

  .slide-actu .content ul li:hover, .slide-actu .content ul li.state-hovered {
    transform: none;
  }

  .slide-actu .content ul li:hover .title, .slide-actu .content ul li.state-hovered .title {
    width: 90%;
  }
}
.homeabout {
  color: #f2f2f2;
  padding: 2rem 2rem 2rem 30rem;
  margin: 3rem 0rem;
  background: url("assets/img/biowallonie-bg.svg") no-repeat #4b8931;
  background-size: contain;
}
.homeabout * {
  color: #f2f2f2;
}
.homeabout h1 {
  background: url("assets/img/biowallonie-baseline.svg") no-repeat;
  color: transparent;
}

@media screen and (max-width: 1280px) {
  .homeabout {
    background-image: none;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .homeabout h1 {
    background-size: 100%;
  }
}
@media screen and (max-width: 400px) {
  .homeabout h1 {
    background: none;
    color: #f2f2f2;
  }
}
.jumbotron {
  margin-top: -3rem;
  position: relative;
  background-size: cover;
}
.jumbotron.normal {
  height: 23.75rem;
  min-height: 12.5rem;
  margin-bottom: 3rem;
}
.jumbotron.normal .title {
  position: absolute;
  bottom: -1rem;
  width: 100%;
}
.jumbotron.normal .title .container {
  background: #010101;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.jumbotron.normal .title h1 {
  color: #f2f2f2;
  font-weight: 300;
}
.jumbotron.normal .title h1.small {
  margin: 0 13.75rem;
}
@media screen and (max-width: 1280px) {
  .jumbotron.normal .title h1.small {
    margin: 0 5.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .jumbotron.normal .title h1.small {
    margin: 0;
    text-align: center;
    width: calc(100% - 2rem) !important;
  }
}
@media screen and (max-width: 991px) {
  .jumbotron.normal .title h1.small {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .jumbotron.normal .title h1.small {
    width: calc(100% - 2rem);
  }
}
.jumbotron.small {
  height: 10.9375rem;
}
.jumbotron.small .title {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding-top: 4rem;
}
.jumbotron.small .title .container h1 {
  color: #010101;
}
.jumbotron.small + .container {
  margin-top: 2rem;
}

body.single .jumbotron .title h1 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .jumbotron.normal .title {
    width: calc(100% - 2rem);
    margin: 0px 1rem;
  }
}
@media screen and (max-width: 650px) {
  .jumbotron.normal .title h1 {
    font-size: 1.625rem;
  }

  .jumbotron.small {
    height: auto;
  }
  .jumbotron.small .title {
    position: relative;
  }
}
.search-form {
  max-width: 100%;
  margin: 0 auto;
  background: #818181;
  font-family: "Open Sans";
  margin-bottom: 2rem;
}
.search-form * {
  color: #f2f2f2;
}
.search-form .search-field {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 1rem;
}
.search-form .search-field:focus {
  border-bottom: 1px solid #cccccc !important;
  box-shadow: 0 1px 0 0 #cccccc !important;
}
.search-form button {
  background: #3a3a2c;
  border: none;
  box-shadow: none;
  width: 6.6rem;
  height: 5rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.search-form ::-webkit-input-placeholder {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  opacity: 0.6;
  font-family: "Open Sans";
}
.search-form ::-moz-placeholder {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  opacity: 0.6;
  font-family: "Open Sans";
}
.search-form :-ms-input-placeholder {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  opacity: 0.6;
  font-family: "Open Sans";
}
.search-form :-moz-placeholder {
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  opacity: 0.6;
  font-family: "Open Sans";
}

#didyoumean {
  background: #74ac2e;
  color: #eef7e2;
  text-align: center;
  padding: 1em;
}
#didyoumean a {
  color: #eef7e2;
  text-decoration: underline;
}

.search-item {
  display: block;
  padding: 2em;
  color: inherit;
  transition: all 0.2s;
}
.search-item:hover {
  background: #fcfcfc;
}
@media screen and (max-width: 650px) {
  .search-item .item {
    flex-direction: column;
    align-items: center;
  }
  .search-item .item .img {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.search-item h2 {
  margin-bottom: 1em;
}
@media screen and (max-width: 650px) {
  .search-item h2 {
    text-align: center;
  }
}
.search-item .img {
  width: 15%;
  font-size: 4em;
  margin-right: 0.5em;
}
.search-item .img img {
  max-height: 150px;
}
.search-item .content {
  flex: 1 0 0;
}

.not-found-container {
  padding-top: 2em;
  padding-bottom: 3em;
}
.not-found-container .icon-not-found {
  position: relative;
  color: #74ac2e;
  animation: compassmove 5s infinite;
  font-size: 12em;
}

@-webkit-keyframes compassmove {
  from {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(15deg);
  }
  to {
    transform: rotate(-90deg);
  }
}
@keyframes compassmove {
  from {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(15deg);
  }
  to {
    transform: rotate(-90deg);
  }
}
.logged-in .container-search-form.show {
  top: 32px;
}

.filters {
  border: 0.625rem solid #EFEFEF;
  padding: 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 400px) {
  .flex.wrap.two.childs.reponsive-fix {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 650px) {
  .filter {
    width: 100% !important;
  }
  .filter .checkgroup label {
    font-size: 1rem;
  }

  .flex.jc-end.mobile {
    justify-content: flex-start;
  }

  .filter.flex.column:last-child {
    padding: 1.3rem 0;
  }
}
.calendar-container {
  width: calc(100% - 1.250rem);
  padding-top: 1rem;
}
.calendar-container * {
  height: auto;
}
.calendar-container .fc-view, .calendar-container .fc-view > table {
  border: none;
  height: 16.5625rem !important;
}
.calendar-container .fc-view *, .calendar-container .fc-view > table * {
  border: none;
}
.calendar-container .fc-view thead, .calendar-container .fc-view > table thead {
  background: none;
  border: none;
}
.calendar-container .fc-view thead th, .calendar-container .fc-view > table thead th {
  background: none;
  color: #010101;
  border: none;
  font-weight: normal;
}
.calendar-container .fc-view thead td, .calendar-container .fc-view > table thead td {
  border: none;
  text-align: center;
}
.calendar-container .fc-view thead td a, .calendar-container .fc-view > table thead td a {
  color: #1d1d1b;
  float: none !important;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  font-weight: normal;
}
.calendar-container .fc-view thead td.fc-other-month, .calendar-container .fc-view > table thead td.fc-other-month {
  opacity: 0;
}
.calendar-container .fc-toolbar.day-view .fc-left, .calendar-container .fc-toolbar.day-view .fc-center, .calendar-container .fc-toolbar.day-view .fc-next-button {
  display: none;
}
.calendar-container button.fc-state-active {
  display: none;
}
.calendar-container .fc-left .fc-next-button, .calendar-container .fc-left .fc-prev-button, .calendar-container .fc-right .fc-next-button, .calendar-container .fc-right .fc-prev-button {
  border: none;
  border-radius: 100%;
  color: #b3cb3e;
  background: #b3cb3e;
  text-shadow: none;
  box-shadow: none;
  width: 45px;
  height: 45px;
  position: relative;
}
.calendar-container .fc-left .fc-next-button:before, .calendar-container .fc-left .fc-prev-button:before, .calendar-container .fc-right .fc-next-button:before, .calendar-container .fc-right .fc-prev-button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #010101;
  z-index: 2;
  font-family: "fontello";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.calendar-container .fc-left .fc-month-button, .calendar-container .fc-right .fc-month-button {
  background: #b3cb3e;
  color: #010101;
  font-weight: 300;
  border: none;
  text-shadow: none;
  border-radius: 0;
  margin-top: 6px;
  margin-right: 1rem;
}
.calendar-container .fc-content {
  position: relative;
  position: relative;
  border-bottom: 1px solid #efefef !important;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.calendar-container .fc-title {
  display: block;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 14px;
}
.calendar-container .fc-title:after {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #74ac2e;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  position: absolute;
  right: 0;
  font-size: 1.3rem;
  top: -7px;
}
.calendar-container .fc-header-toolbar {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 1rem;
}
.calendar-container .fc-left {
  padding-left: 1.5rem;
}
.calendar-container .fc-left .fc-prev-button:before {
  content: "";
}
.calendar-container .fc-right {
  padding-right: 1.5rem;
}
.calendar-container .fc-center {
  margin-top: 0.8125rem;
}
.calendar-container .fc-center h2 {
  font-size: 1rem;
  color: #010101;
  text-transform: uppercase;
}
.calendar-container .fc-row {
  min-height: 2.5em !important;
}
.calendar-container .fc-month-view .fc-event-container, .calendar-container .fc-day {
  display: none;
}
.calendar-container .fc-scroller {
  height: 12.5rem !important;
}
.calendar-container .highlight a {
  font-weight: bold;
  background: #fbe91c !important;
}
.calendar-container .fc-day-grid .fc-event {
  background: none;
  padding: 0 1rem;
  color: #010101;
  margin-bottom: 0.5rem;
}

aside .card.card-calendar {
  margin-left: 0;
  width: 100% !important;
}

@media screen and (max-width: 650px) {
  footer.main-footer > .container > .flex {
    flex-wrap: wrap;
  }
}
