/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url('//fonts.googleapis.com/css?family=Hammersmith+One');
@import url('//fonts.googleapis.com/css?family=ABeeZee');
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.25rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown {
  width: 180px;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_core.scss */
body {
  color: #1a1a1a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8, templates/g5_hydrogen/scss/hydrogen/_core.scss */
#g-page-surround {
  background: #fff;
}
@media print {
  /* line 13, templates/g5_hydrogen/scss/hydrogen/_core.scss */
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 19, templates/g5_hydrogen/scss/hydrogen/_core.scss */
a {
  color: #830017;
}
/* line 21, templates/g5_hydrogen/scss/hydrogen/_core.scss */
a:hover {
  color: #010101;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_core.scss */
h1, h2, h3, h4, h5, h6, strong {
  color: #010101;
}
/* line 30, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #830017;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
/* line 43, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.button:hover {
  background: #9d001b;
  color: #fff;
}
/* line 47, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.button:active, .button:focus {
  background: #6a0013;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
}
/* line 54, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.gantry-logo {
  display: inline-block;
}
@media only all and (max-width: 47.938rem) {
  .gantry-logo {
    display: block;
    text-align: center;
  }
}
/* line 60, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.gantry-logo img {
  width: 150px;
}
/* line 65, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.logo-large {
  display: inline-block;
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
body {
  font-family: "Hammersmith One";
  font-weight: 400;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "ABeeZee";
  font-weight: 500;
}
/* line 15, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
bold, strong {
  font-weight: 700;
}
/* line 19, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
.button {
  font-weight: 500;
}
/* line 24, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
blockquote {
  border-left: 10px solid #f0f2f4;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #4d4d4d;
}
/* line 30, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #1a1a1a;
  font-size: 1.2rem;
}
/* line 39, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 44, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
/* line 53, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 61, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
hr {
  border-bottom: 4px solid #f0f2f4;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation {
  background: #830017;
  color: #fff;
  text-align: center;
  position: relative;
  border-top: 1px solid #37000a;
  border-bottom: 1px solid #b60020;
  z-index: 2;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-container {
  position: relative;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation a {
  color: #ff506f;
}
/* line 16, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation a:hover {
  color: #fff;
}
/* line 21, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 22, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-social a {
  background: #640012;
  border: none;
  color: #fff;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 27, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-social a:hover {
  background: #a2001c;
}
/* line 33, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-main-nav {
  margin: -1.563rem;
}
/* line 8, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav h1, #g-navigation .g-main-nav h2, #g-navigation .g-main-nav h3, #g-navigation .g-main-nav h4, #g-navigation .g-main-nav h5, #g-navigation .g-main-nav h6, #g-navigation .g-main-nav strong {
  color: #fff;
}
/* line 12, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 13, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 14, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 17, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 18, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  border-bottom: 1px solid #e03a00;
}
/* line 22, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  border-bottom: 1px solid #e03a00;
}
/* line 25, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #e03a00;
}
/* line 29, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  border-bottom: 1px solid #e03a00;
}
/* line 32, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #fff;
}
/* line 41, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-dropdown {
  background: #640012;
}
/* line 45, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 46, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 47, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 51, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 52, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #50000e;
}
/* line 36, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 62, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 63, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 64, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 65, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 66, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 67, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #a2001c;
  background: #6f0013;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 70, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #5a0010;
}
/* line 76, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 82, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 83, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 84, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 85, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #fff;
}
/* line 94, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 95, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 96, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 97, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 98, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 99, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #a2001c;
  background: #6f0013;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 102, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #5a0010;
}
/* line 109, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 46, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 47, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .search input {
  color: #1a1a1a;
}
/* line 53, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 54, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 55, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 59, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel {
  font-weight: 500;
  min-height: 48px;
}
/* line 62, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li {
  margin: 0.2rem;
}
/* line 64, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0 0.938rem;
  font-family: 'Yellowtail', cursive;
  font-size: 1.5rem;
}
/* line 70, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 71, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: normal;
}
/* line 78, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 79, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  text-decoration: underline;
}
/* line 84, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 86, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li.g-menu-item-214 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-215 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-216 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-217 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-218 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-219 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-220 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-221 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-222 > .g-menu-item-container, .g-main-nav .g-toplevel > li.g-menu-item-223 > .g-menu-item-container {
  font-family: 'ABeeZee';
  padding: 0;
  margin: 0;
}
/* line 93, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li.g-menu-item-214:hover, .g-main-nav .g-toplevel > li.g-menu-item-215:hover, .g-main-nav .g-toplevel > li.g-menu-item-216:hover, .g-main-nav .g-toplevel > li.g-menu-item-217:hover, .g-main-nav .g-toplevel > li.g-menu-item-218:hover, .g-main-nav .g-toplevel > li.g-menu-item-219:hover, .g-main-nav .g-toplevel > li.g-menu-item-220:hover, .g-main-nav .g-toplevel > li.g-menu-item-221:hover, .g-main-nav .g-toplevel > li.g-menu-item-222:hover, .g-main-nav .g-toplevel > li.g-menu-item-223:hover {
  border-bottom: 0 !important;
}
/* line 96, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li.g-menu-item-214:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-215:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-216:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-217:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-218:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-219:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-220:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-221:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-222:hover .g-separator, .g-main-nav .g-toplevel > li.g-menu-item-223:hover .g-separator {
  cursor: default;
}
/* line 101, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
/* line 106, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-dropdown {
  text-align: left;
}
/* line 110, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 111, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 112, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.7815rem 1rem;
}
/* line 119, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 120, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 121, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .align-left .g-toplevel, #g-header .align-left .g-toplevel {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/* line 127, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 128, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .align-right .g-toplevel, #g-header .align-right .g-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/* line 136, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-menu-item-subtitle {
  opacity: 0.7;
}
/* line 141, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.4);
}
@media print {
  /* line 146, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas {
  background: #830017;
  width: 17rem;
  color: #fff;
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas a {
  color: #ff8399;
}
/* line 7, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas a:hover {
  color: #fff;
}
/* line 12, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #fff;
}
/* line 16, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas .button {
  background: #e03a00;
  color: #fff;
}
/* line 19, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas .button:hover {
  background: #fa4100;
}
/* line 22, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas .button:active {
  background: #c73300;
}
/* line 28, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
.g-offcanvas-toggle {
  font-size: 1.5rem;
  color: #fff;
}
/* line 34, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 35, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 36, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #830017;
}
/* line 38, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 39, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #fff;
}
/* line 42, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 43, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #6f0013;
}
/* line 46, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff;
}
/* line 51, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 52, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 53, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #a2001c;
  background: #6f0013;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 56, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #5a0010;
}
/* line 66, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 17rem;
}
/* line 73, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-mobilemenu-container {
  margin: -1.563rem;
}
@media print {
  /* line 78, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
  #g-offcanvas {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 84, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 85, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 86, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 17rem;
}
/* line 91, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 92, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 17rem;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header {
  background: #fff;
  color: #1a1a1a;
  position: relative;
  z-index: 3;
}
/* line 7, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 12, templates/g5_hydrogen/scss/hydrogen/_header.scss */
/* line 14, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-info-top .tel::before {
  font-family: FontAwesome;
  content: "\f098";
  display: inline;
  margin-right: 0.4rem;
  color: #e03a00;
}
@media only screen and (min-width: 1200px) {
  #g-header .g-info-top {
    margin: 0;
    font-size: 1.4rem;
  }
  /* line 25, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-info-top h2 {
    margin: 0;
  }
  /* line 26, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-info-top .tel {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #g-header .g-info-top {
    text-align: right;
    font-size: 1.1rem;
    margin: 1.5rem 0 0 0;
  }
  /* line 33, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-info-top h2 {
    margin: 0;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  #g-header .g-info-top {
    text-align: right;
    margin: 1rem 0 0 0;
    font-size: 0.8rem;
  }
  /* line 40, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-info-top h2 {
    margin: 0;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #g-header .g-info-top {
    text-align: center;
    font-size: 2rem;
    margin-top: 3rem;
  }
  /* line 47, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-info-top h2 {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  #g-header .g-info-top {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 3rem;
  }
  /* line 54, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-info-top h2 {
    margin: 0;
  }
}
/* line 57, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-info-top label {
  display: inline;
  margin-right: 1rem;
  cursor: default;
}
/* line 64, templates/g5_hydrogen/scss/hydrogen/_header.scss */
/* line 65, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-logo h2.logo-title {
  font-family: 'Staccato 555 BT';
  font-size: 1.9rem;
  text-align: center;
}
@media only all and (min-width: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 86, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-logo {
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  /* line 92, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-logo {
    text-align: center;
  }
}
/* line 97, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-les-dorades {
  position: relative;
}
@media only all and (min-width: 75rem) {
  /* line 101, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-les-dorades > .g-content {
    position: absolute;
    width: 45%;
    right: 0;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 109, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-les-dorades > .g-content {
    position: absolute;
    width: 45%;
    right: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 118, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-les-dorades > .g-content {
    position: absolute;
    width: 45%;
    right: 0;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 126, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-les-dorades > .g-content {
    width: 25%;
    margin: auto;
  }
}
@media only all and (max-width: 30rem) {
  /* line 133, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header .g-les-dorades > .g-content {
    width: 25%;
    margin: auto;
  }
}
/* line 141, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header a {
  color: #fff;
}
/* line 143, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header a:hover {
  color: #1a1a1a;
}
/* line 148, templates/g5_hydrogen/scss/hydrogen/_header.scss */
/* line 8, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav h1, #g-header .g-main-nav h2, #g-header .g-main-nav h3, #g-header .g-main-nav h4, #g-header .g-main-nav h5, #g-header .g-main-nav h6, #g-header .g-main-nav strong {
  color: #1a1a1a;
}
/* line 12, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 13, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 14, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #1a1a1a;
}
/* line 17, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 18, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  border-bottom: 1px solid #1a1a1a;
}
/* line 22, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  border-bottom: 1px solid #1a1a1a;
}
/* line 25, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #1a1a1a;
}
/* line 29, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  border-bottom: 1px solid #1a1a1a;
}
/* line 32, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #1a1a1a;
}
/* line 41, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-dropdown {
  background: #f0f0f0;
}
/* line 45, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 46, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 47, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #1a1a1a;
}
/* line 51, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 52, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #e6e6e6;
}
/* line 152, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 62, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 63, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 64, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 65, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 66, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 67, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #fff;
  background: #f5f5f5;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 70, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #ebebeb;
}
/* line 76, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 82, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 83, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 84, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 85, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #1a1a1a;
}
/* line 94, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 95, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 96, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 97, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 98, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 99, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #fff;
  background: #f5f5f5;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 102, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #ebebeb;
}
/* line 109, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 160, templates/g5_hydrogen/scss/hydrogen/_header.scss */
/* line 161, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .search input {
  color: #1a1a1a;
}
@media print {
  /* line 168, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase {
  padding: 1.5rem 0;
  background-color: #fff;
  color: #1a1a1a;
  /* IVIEW */
}
/* line 9, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase a {
  color: #fff;
}
/* line 11, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase a:hover {
  color: #1a1a1a;
}
/* line 16, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase h1, #g-showcase h2, #g-showcase h3, #g-showcase h4, #g-showcase h5, #g-showcase h6, #g-showcase strong {
  color: #1a1a1a;
}
/* line 20, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .button {
  background: #e03a00;
  color: #1a1a1a;
}
/* line 23, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .button:hover {
  background: #fa4100;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .button:active {
  background: #c73300;
}
/* line 31, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 32, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-social a {
  background: #f0f0f0;
  border: none;
  color: #1a1a1a;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 37, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-social a:hover {
  background: #fff;
}
/* line 43, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 44, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.938rem) {
  #g-showcase .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 48, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
  #g-showcase .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 54, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
  #g-showcase .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-showcase .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 63, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
  #g-showcase .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 69, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
  #g-showcase .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-showcase .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
/* line 80, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #fff !important;
}
@media only all and (max-width: 47.938rem) {
  #g-showcase .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
/* line 88, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.938rem) {
  #g-showcase .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
/* line 93, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .g-slideshow-desc a:not(.button) {
  color: #830017;
}
/* line 95, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
/* line 100, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-flex-center {
  text-align: center;
}
/* line 103, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .style2 {
  padding: 70px 0;
}
/* line 105, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #fff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
/* line 113, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 1.2rem;
  display: table;
}
/* line 120, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 121, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .style2.uk-flex-right .g-slideshow-title, #g-showcase .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
/* line 125, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 126, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
/* line 129, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
/* line 134, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
/* line 137, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 138, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
/* line 142, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 143, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
/* line 147, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 150, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
/* line 153, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
/* line 156, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
/* line 159, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 162, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-overlay-left-short, #g-showcase .g-slideshow .uk-overlay-right-short, #g-showcase .g-slideshow .uk-overlay-top-short, #g-showcase .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 165, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 166, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 167, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 175, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption1 {
  margin: 0;
  padding: 0;
}
/* line 178, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption1 h1, #g-showcase .iview-caption.caption1 h2 {
  font-size: 1.85rem;
  text-align: right;
  line-height: 1.85rem;
}
/* line 185, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption2 {
  margin: 0;
  padding: 0;
}
/* line 188, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption2 h1, #g-showcase .iview-caption.caption2 h2 {
  font-size: 1.85rem;
  text-align: left;
  line-height: 1.85rem;
}
/* line 195, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 196, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption3 h1, #g-showcase .iview-caption.caption3 h2 {
  font-size: 2.05rem;
  text-align: center;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #1a1a1a !important;
  font-weight: bold;
  text-shadow: none;
}
/* line 208, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption4 {
  background: none;
}
/* line 210, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption4 i.responsive {
  font-size: 12.25rem;
  color: rgba(250, 150, 30, 1);
  text-shadow: 1px 1px 2px #333;
}
/* line 217, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption5 {
  background: #c4302b;
  box-shadow: rgba(0, 0, 0, 0.7) 5px 5px 5px 0px;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: none;
}
/* line 225, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption6 {
  font-size: 0.85rem;
}
/* line 229, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption7 {
  text-align: left;
  font-size: 0.85rem;
  color: #888;
  border-radius: 0px;
}
/* line 236, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption7 div {
  line-height: 200%;
}
/* line 240, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .iview-caption.caption7 h3 {
  margin-bottom: 20px;
  color: #fff;
}
@media print {
  /* line 247, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature {
  padding: 0.938rem 0;
  background: #e03a00;
  color: #fff;
}
/* line 6, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 11, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
/* line 12, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-reservation h4 {
  font-size: 1.55rem;
  color: #fff;
}
/* line 17, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-reservation .TitreDisponibilite {
  color: #fff;
}
/* line 21, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-reservation .OsMoteur.OptMoteurEnLigne {
  background: #e03a00 !important;
}
/* line 23, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-reservation .OsMoteur.OptMoteurEnLigne .OsMoteurCriterisation {
  width: 450px;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-reservation .OsMoteur.OptMoteurEnLigne .OsMoteurCritereTitre {
  color: #fff;
}
/* line 29, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-reservation .OsMoteur.OptMoteurEnLigne .OsMoteurCritBloc {
  width: auto;
}
/* line 35, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature #image-4798-particle, #g-feature #image-8597-particle {
  margin: 1.6rem 0 0 0;
  padding: 0;
}
/* line 40, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature h3.resa {
  text-align: center;
  color: white;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
/* line 47, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature a {
  color: white;
}
/* line 51, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
/* line 52, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-language h4 {
  font-size: 1.55rem;
  color: #fff;
  text-align: right;
}
/* line 58, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-language .mod-languages {
  text-align: right;
}
/* line 61, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-language .mod-languages .btn-group {
  margin-top: 1.5rem;
}
/* line 65, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-language .mod-languages .btn {
  background-color: #830017;
  border: 0;
  font-size: 1rem;
  border-radius: 0;
  min-width: 160px;
  text-shadow: none;
  color: #fff;
}
/* line 73, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-language .mod-languages .btn .caret {
  border-top: 4px solid #fff;
}
/* line 78, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-language .mod-languages .dropdown-menu {
  min-width: 160px;
  background-color: #9d001b;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 90, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-language .mod-languages li > a {
  color: #471200;
  font-weight: bold;
}
/* line 95, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature .g-language .mod-languages li.lang-active > a, #g-feature .g-language .mod-languages li > a:hover {
  color: #fff;
}
@media print {
  /* line 103, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature {
  padding: 3rem 0 7.5rem 0;
  background: #830017;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 8, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-title {
  margin-bottom: 3rem !important;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-title h2.title {
  font-family: 'Yellowtail', cursive;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
  background: transparent url('../../../../images/pages/bg-title.png') bottom center no-repeat;
  height: 135px;
  text-align: center;
  color: #fff;
}
@media only all and (min-width: 75rem) {
  #g-subfeature .g-content-title h2.title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-subfeature .g-content-title h2.title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-subfeature .g-content-title h2.title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-subfeature .g-content-title h2.title {
    font-size: 2.05rem;
  }
}
@media only all and (max-width: 30rem) {
  #g-subfeature .g-content-title h2.title {
    font-size: 2.05rem;
  }
}
/* line 35, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-title h2.sub_title {
  padding: 0 0.469rem 1.876rem 0.469rem;
  margin-left: 0.625rem;
  line-height: 1;
  text-align: center;
}
@media only all and (min-width: 75rem) {
  #g-subfeature .g-content-title h2.sub_title {
    margin-top: -85px;
    font-size: 1.4rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-subfeature .g-content-title h2.sub_title {
    margin-top: -85px;
    font-size: 1.4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-subfeature .g-content-title h2.sub_title {
    margin-top: -85px;
    font-size: 1.4rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-subfeature .g-content-title h2.sub_title {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 30rem) {
  #g-subfeature .g-content-title h2.sub_title {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
/* line 63, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 64, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .uk-close {
  color: #1a1a1a;
  font-size: 1.9rem;
  opacity: 1;
}
/* line 69, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .g-content-title {
  margin-bottom: 3rem !important;
}
/* line 71, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .g-content-title h2.title {
  font-family: 'ABeeZee';
  font-size: 1.9rem;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.9rem;
  background: none;
  text-align: center;
  color: #1a1a1a;
  height: auto;
}
/* line 82, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .g-content-title h2.sub_title {
  padding: 0 0.469rem 1.876rem 0.469rem;
  margin-top: 0;
  margin-left: 0.625rem;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  color: #1a1a1a;
  font-family: 'ABeeZee';
}
/* line 93, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 94, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .g-content-article .text-wrapper {
  color: #1a1a1a;
}
/* line 96, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .g-content-article .text-wrapper .uk-width-1-1 {
  padding-top: 3rem;
}
/* line 100, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .g-content-article .text-wrapper h4.g-tarif {
  font-size: 1.3rem;
  margin: 0;
  padding: 0.469rem 0.938rem;
  line-height: 1.5;
  background: #e03a00;
  color: #fff;
}
/* line 108, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .g-content-article .text-wrapper p.g-tarif {
  font-size: 1rem;
  margin: 0;
  padding: 0.938rem;
  line-height: 1.5;
  border-bottom: 1px solid #c7c7c7;
}
/* line 116, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .uk-modal .g-content-article .text-wrapper p {
  font-size: 1rem;
  margin: 0;
  padding: 0.3126666667rem 0.938rem;
  line-height: 1.5;
  border-bottom: 1px solid #c7c7c7;
}
/* line 129, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 130, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .g-content {
  margin: 0 0.5rem;
  padding: 0 0.5rem;
}
/* line 134, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 135, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .text-wrapper h2, #g-subfeature .g-content-text .text-wrapper p {
  font-size: 1.2rem;
  margin: 0 0 0.8rem 0;
  line-height: 1.5;
}
/* line 137, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .text-wrapper ul {
  margin-top: 0.5rem;
  margin-right: 2.5rem;
}
/* line 143, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .media-wrapper .style-img-polaroid img {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 149, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .text-wrapper.margin-left-30 ul {
  margin-left: 33%;
}
/* line 150, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .text-wrapper.margin-left-40 ul {
  margin-left: 43%;
}
/* line 151, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .text-wrapper.margin-left-50 ul {
  margin-left: 53%;
}
/* line 152, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .text-wrapper.margin-left-60 ul {
  margin-left: 63%;
}
/* line 154, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-slider-wrapper {
  background: #efefef;
  padding: 0.75rem;
}
/* line 157, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-slider-wrapper .float-left {
  margin: 0 10px 0 0;
}
/* line 160, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-slider-wrapper .float-right {
  margin: 0 0 0 10px;
}
/* line 165, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-slider-wrapper.left-side {
  margin: 0 1rem 0 0;
}
/* line 168, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-slider-wrapper.right-side {
  margin: 0 0 0 1rem;
}
/* line 172, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 173, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-grid-wrapper .float-left {
  margin: 0 10px 0 0;
}
/* line 176, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-grid-wrapper .float-right {
  margin: 0 0 0 10px;
}
/* line 180, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-grid-wrapper ul {
  margin: 0;
}
/* line 183, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-grid-wrapper.left-side {
  margin: 0 1rem 0 0;
}
/* line 186, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-grid-wrapper.right-side {
  margin: 0 0 0 1rem;
}
/* line 190, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .grid-wrapper {
  margin: 0;
}
/* line 192, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .grid-wrapper g-content {
  margin: 0;
  padding: 0;
}
/* line 197, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .grid-wrapper .left-side {
  padding: 1rem 1rem 0 0;
  margin: 0;
}
/* line 202, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .grid-wrapper .right-side {
  padding: 1rem 0 0 1rem;
  margin: 0;
}
/* line 208, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .slider-wrapper {
  background: #efefef;
  padding-top: 0.75rem;
  margin-top: 1rem;
}
/* line 214, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-slider-wrapper.no-side, #g-subfeature .g-content-text .slider-wrapper.no-side, #g-subfeature .g-content-text .float-grid-wrapper.no-side, #g-subfeature .g-content-text .grid-wrapper.no-side {
  margin: 0 auto;
}
/* line 221, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-content-text .float-slider-wrapper.no-side, #g-subfeature .g-content-text .slider-wrapper.no-side {
  padding: 1rem;
}
/* line 228, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 230, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-titre-tarifs h4 {
  font-size: 1.9rem;
  color: #fff;
}
/* line 237, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 238, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-boutons-tarifs .uk-panel {
  background: #e03a00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center !important;
  padding: 3rem 0;
}
/* line 245, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-boutons-tarifs .uk-panel a {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6rem;
}
/* line 254, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 256, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info .platform-content {
  padding: 0.938rem;
  background: #f5f5f5;
  border-radius: 8px;
}
/* line 262, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info strong, #g-subfeature .g-contact-info h4, #g-subfeature .g-contact-info a {
  color: #1a1a1a;
}
/* line 266, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info label {
  display: inline;
  margin-right: 1rem;
  cursor: default;
}
/* line 272, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info img {
  margin: 0.3rem;
  border: 1px solid #1a1a1a;
}
/* line 277, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info .content-infos {
  color: #1a1a1a;
}
/* line 279, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info .content-infos h4 {
  margin: 0;
}
/* line 280, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info .content-infos p {
  margin: 0 0 0.5rem 0;
}
/* line 281, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info .content-infos .eml::before {
  font-family: FontAwesome;
  content: "\f0e0";
  display: inline;
  margin-right: 0.4rem;
}
/* line 288, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-info .content-infos .tel::before {
  font-family: FontAwesome;
  content: "\f098";
  display: inline;
  margin-right: 0.4rem;
}
/* line 298, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
/* line 300, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-form > .g-content {
  padding: 0.938rem 0.938rem 0.938rem 0;
}
/* line 304, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-form .platform-content {
  padding: 0.938rem 1.876rem;
  margin: 0.625rem 1.25rem;
  background: #f5f5f5;
}
/* line 310, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-form h2 {
  color: #1a1a1a;
}
/* line 314, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-form textarea {
  width: 100%;
}
/* line 318, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-form textarea, #g-subfeature .g-contact-form input[type="text"] {
  color: #1a1a1a;
}
@media only screen and (min-width: 1200px) {
  /* line 323, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form .cck_form_text {
    width: 70%;
  }
  /* line 324, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form input[type="text"] {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  /* line 328, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form .cck_form_text {
    width: 60%;
  }
  /* line 329, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form input[type="text"] {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  /* line 333, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form .cck_form_text {
    width: 100%;
  }
  /* line 334, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form input[type="text"] {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 338, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form .cck_form_text {
    width: 60%;
  }
  /* line 339, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form input[type="text"] {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 343, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form .cck_form_text {
    width: 100%;
  }
  /* line 344, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature .g-contact-form input[type="text"] {
    width: 100%;
  }
}
/* line 347, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-form h2, #g-subfeature .g-contact-form p {
  margin: 0;
  padding: 0;
}
/* line 352, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-form .cck_form_captcha_recaptcha_v2 {
  width: 70%;
}
/* line 354, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-form .cck_form_captcha_recaptcha_v2 .no-g-recaptcha {
  font-size: 0.7rem;
}
/* line 360, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google {
  margin: 0.625rem 0;
}
/* line 362, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google #map_canvas {
  border-radius: 0.4875rem;
}
/* line 366, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route, #g-subfeature .g-contact-google .content-panel {
  height: 360px;
  overflow: hidden;
}
/* line 371, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route {
  padding: 0.938rem;
  margin: 0.625rem 0.625rem 0.625rem 0;
  border-radius: 0.4875rem;
  background: #ffe48b;
  text-align: center;
}
/* line 377, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .cck_label_address_to_coordinates, #g-subfeature .g-contact-google .content-form-route .cck_label_text, #g-subfeature .g-contact-google .content-form-route #google_route_destination {
  display: none;
}
/* line 380, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .cck_google_route_geolocalisation, #g-subfeature .g-contact-google .content-form-route .cck_form_address_to_coordinates {
  width: 100%;
  float: inherit !important;
}
/* line 384, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route #google_route_geolocalisation {
  width: 500px;
  float: inherit !important;
  color: #1a1a1a;
}
/* line 390, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .btn {
  display: inline-block;
  padding: 0;
  margin: 0.625rem;
  font-size: 1.9rem;
  line-height: 1.5;
  width: 90px;
  height: 90px;
  color: #333;
  text-align: center;
  text-shadow: 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  -webkit-border-radius: 0.4875rem;
  -moz-border-radius: 0.4875rem;
  border-radius: 0.4875rem;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 413, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .btn {
  font-size: 2.65rem;
  color: #830017;
}
/* line 418, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .btn:hover {
  color: #e03a00;
}
/* line 422, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .btn.btn-driving:before {
  font-family: FontAwesome;
  content: "\f1b9";
  display: inline;
  margin: 0;
}
/* line 429, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .btn.btn-transit:before {
  font-family: FontAwesome;
  content: "\f207";
  display: inline;
  margin: 0;
}
/* line 436, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .btn.btn-bicycling:before {
  font-family: FontAwesome;
  content: "\f206";
  display: inline;
  margin: 0;
}
/* line 443, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-form-route .btn.btn-walking:before {
  font-family: FontAwesome;
  content: "\f183";
  display: inline;
  margin: 0;
}
/* line 451, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-panel {
  position: relative;
  padding: 0.938rem;
  margin: 0.625rem 0 0.625rem 0.625rem;
  border-radius: 0.4875rem;
  background: #ffe48b;
}
/* line 457, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-panel h3 {
  text-align: center;
}
/* line 460, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature .g-contact-google .content-panel .ps-scrollbar-x, #g-subfeature .g-contact-google .content-panel .ps-scrollbar-y {
  background: #e03a00;
}
@media print {
  /* line 470, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-page-surround {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main {
  padding: 3rem 0 7.5rem 0;
  background: #ffe48b url('../../../../images/pages/bg-main.jpg') top left no-repeat;
  color: #1a1a1a;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-title {
  margin-bottom: 3rem !important;
}
/* line 12, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-title h1.title {
  font-family: 'Yellowtail', cursive;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
  background: transparent url('../../../../images/pages/bg-title.png') bottom center no-repeat;
  height: 135px;
  text-align: center;
}
@media only all and (min-width: 75rem) {
  #g-main .g-content-title h1.title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-main .g-content-title h1.title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-main .g-content-title h1.title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-main .g-content-title h1.title {
    font-size: 2.05rem;
  }
}
@media only all and (max-width: 30rem) {
  #g-main .g-content-title h1.title {
    font-size: 2.05rem;
  }
}
/* line 36, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-title h2.sub_title {
  padding: 0 0.469rem 1.876rem 0.469rem;
  margin-left: 0.625rem;
  line-height: 1;
  text-align: center;
}
@media only all and (min-width: 75rem) {
  #g-main .g-content-title h2.sub_title {
    margin-top: -85px;
    font-size: 1.4rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-main .g-content-title h2.sub_title {
    margin-top: -85px;
    font-size: 1.4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-main .g-content-title h2.sub_title {
    margin-top: -85px;
    font-size: 1.4rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-main .g-content-title h2.sub_title {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 30rem) {
  #g-main .g-content-title h2.sub_title {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
/* line 66, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 67, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .g-content {
  margin: 0 0.5rem;
  padding: 0 0.5rem;
}
/* line 71, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 72, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .text-wrapper .left-side {
  margin-top: 1rem;
}
/* line 73, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .text-wrapper h2, #g-main .g-content-text .text-wrapper p {
  font-size: 1.2rem;
  margin: 0 0 0.8rem 0;
  line-height: 1.5;
}
/* line 75, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .text-wrapper p.info {
  background: #830017;
  padding: 0.9rem;
  text-align: center;
  margin-top: 5rem;
  color: white;
  font-size: 1.5rem;
}
/* line 83, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .text-wrapper ul {
  margin-top: 0.5rem;
  margin-right: 2.5rem;
}
/* line 89, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .text-wrapper.margin-left-30 ul {
  margin-left: 33%;
}
/* line 90, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .text-wrapper.margin-left-40 ul {
  margin-left: 43%;
}
/* line 91, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .text-wrapper.margin-left-50 ul {
  margin-left: 53%;
}
/* line 92, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .text-wrapper.margin-left-60 ul {
  margin-left: 63%;
}
/* line 94, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 95, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .media-wrapper .uk-slideset {
  margin-top: 2rem;
}
/* line 97, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .media-wrapper .uk-slideset img {
  background-color: #fff;
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 105, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-slider-wrapper {
  background: #efefef;
  padding: 0.75rem;
}
/* line 108, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-slider-wrapper .float-left {
  margin: 0 10px 0 0;
}
/* line 111, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-slider-wrapper .float-right {
  margin: 0 0 0 10px;
}
/* line 116, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-slider-wrapper.left-side {
  margin: 0 1rem 0 0;
}
/* line 119, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-slider-wrapper.right-side {
  margin: 0 0 0 1rem;
}
/* line 123, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 124, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-grid-wrapper .float-left {
  margin: 0 10px 0 0;
}
/* line 127, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-grid-wrapper .float-right {
  margin: 0 0 0 10px;
}
/* line 131, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-grid-wrapper ul {
  margin: 0;
}
/* line 134, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-grid-wrapper.left-side {
  margin: 0 1rem 0 0;
}
/* line 137, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-grid-wrapper.right-side {
  margin: 0 0 0 1rem;
}
/* line 141, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .grid-wrapper {
  margin: 0;
}
/* line 143, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .grid-wrapper g-content {
  margin: 0;
  padding: 0;
}
/* line 148, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .grid-wrapper .left-side {
  padding: 1rem 1rem 0 0;
  margin: 0;
}
/* line 153, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .grid-wrapper .right-side {
  padding: 1rem 0 0 1rem;
  margin: 0;
}
/* line 159, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .slider-wrapper {
  background: #efefef;
  padding-top: 0.75rem;
  margin-top: 1rem;
}
/* line 165, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-slider-wrapper.no-side, #g-main .g-content-text .slider-wrapper.no-side, #g-main .g-content-text .float-grid-wrapper.no-side, #g-main .g-content-text .grid-wrapper.no-side {
  margin: 0 auto;
}
/* line 172, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-content-text .float-slider-wrapper.no-side, #g-main .g-content-text .slider-wrapper.no-side {
  padding: 1rem;
}
/* line 179, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 181, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-info .platform-content {
  padding: 0.938rem;
  background: #e03a00;
  border-radius: 8px;
  color: #fff;
}
/* line 188, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-info h2, #g-main .g-contact-info strong, #g-main .g-contact-info h4, #g-main .g-contact-info a {
  color: #fff;
}
/* line 192, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-info label {
  display: inline;
  margin-right: 1rem;
  cursor: default;
}
/* line 198, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-info img {
  margin: 0.3rem;
  border: 1px solid #1a1a1a;
}
/* line 203, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 204, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-info .content-infos h4 {
  margin: 0;
}
/* line 205, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-info .content-infos p {
  margin: 0 0 0.5rem 0;
}
/* line 206, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-info .content-infos .eml::before {
  font-family: FontAwesome;
  content: "\f0e0";
  display: inline;
  margin-right: 0.4rem;
}
/* line 213, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-info .content-infos .tel::before {
  font-family: FontAwesome;
  content: "\f098";
  display: inline;
  margin-right: 0.4rem;
}
/* line 223, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 225, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-form > .g-content {
  padding: 0.938rem 0.938rem 0.938rem 0;
}
/* line 229, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-form .platform-content {
  padding: 0.938rem 1.876rem;
  margin: 0.625rem 1.25rem;
  background: #e03a00;
  border-radius: 8px;
  color: #fff;
}
/* line 237, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-form h2 {
  color: #fff;
}
/* line 241, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-form textarea {
  width: 100%;
}
/* line 245, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-form textarea, #g-main .g-contact-form input[type="text"] {
  color: #1a1a1a;
}
@media only screen and (min-width: 1200px) {
  /* line 250, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form .cck_form_text {
    width: 70%;
  }
  /* line 251, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form input[type="text"] {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  /* line 255, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form .cck_form_text {
    width: 60%;
  }
  /* line 256, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form input[type="text"] {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  /* line 260, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form .cck_form_text {
    width: 100%;
  }
  /* line 261, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form input[type="text"] {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 265, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form .cck_form_text {
    width: 60%;
  }
  /* line 266, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form input[type="text"] {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 270, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form .cck_form_text {
    width: 100%;
  }
  /* line 271, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main .g-contact-form input[type="text"] {
    width: 100%;
  }
}
/* line 274, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-form h2, #g-main .g-contact-form p {
  margin: 0;
  padding: 0;
}
/* line 279, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-form .cck_form_captcha_recaptcha_v2 {
  width: 70%;
}
/* line 281, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-form .cck_form_captcha_recaptcha_v2 .no-g-recaptcha {
  font-size: 0.7rem;
}
/* line 287, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google {
  margin: 0.625rem 0;
}
/* line 289, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google #map_canvas {
  border-radius: 0.4875rem;
}
/* line 293, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route, #g-main .g-contact-google .content-panel {
  height: 360px;
  overflow: hidden;
}
/* line 298, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route {
  padding: 0.938rem;
  margin: 0.625rem 0.625rem 0.625rem 0;
  border-radius: 0.4875rem;
  background: #efefef;
  text-align: center;
}
/* line 304, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .cck_label_address_to_coordinates, #g-main .g-contact-google .content-form-route .cck_label_text, #g-main .g-contact-google .content-form-route #google_route_destination {
  display: none;
}
/* line 307, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .cck_google_route_geolocalisation, #g-main .g-contact-google .content-form-route .cck_form_address_to_coordinates {
  width: 100%;
  float: inherit !important;
}
/* line 311, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route #google_route_geolocalisation {
  width: 500px;
  float: inherit !important;
}
/* line 316, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .btn {
  display: inline-block;
  padding: 0;
  margin: 0.625rem;
  font-size: 1.9rem;
  line-height: 1.5;
  width: 90px;
  height: 90px;
  color: #333;
  text-align: center;
  text-shadow: 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  -webkit-border-radius: 0.4875rem;
  -moz-border-radius: 0.4875rem;
  border-radius: 0.4875rem;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 339, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .btn {
  font-size: 2.65rem;
  color: #830017;
}
/* line 344, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .btn:hover {
  color: #e03a00;
}
/* line 348, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .btn.btn-driving:before {
  font-family: FontAwesome;
  content: "\f1b9";
  display: inline;
  margin: 0;
}
/* line 355, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .btn.btn-transit:before {
  font-family: FontAwesome;
  content: "\f207";
  display: inline;
  margin: 0;
}
/* line 362, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .btn.btn-bicycling:before {
  font-family: FontAwesome;
  content: "\f206";
  display: inline;
  margin: 0;
}
/* line 369, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-form-route .btn.btn-walking:before {
  font-family: FontAwesome;
  content: "\f183";
  display: inline;
  margin: 0;
}
/* line 377, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-panel {
  position: relative;
  padding: 0.938rem;
  margin: 0.625rem 0 0.625rem 0.625rem;
  border-radius: 0.4875rem;
  background: #efefef;
}
/* line 383, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-panel h3 {
  text-align: center;
}
/* line 386, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main .g-contact-google .content-panel .ps-scrollbar-x, #g-main .g-contact-google .content-panel .ps-scrollbar-y {
  background: #e03a00;
}
/* line 395, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 396, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 397, templates/g5_hydrogen/scss/hydrogen/_main.scss */
.chambres-fr #g-main .cck_page_listchambres .right-side .uk-panel:before {
  content: "Chambres Climatisées";
  display: block;
  position: absolute;
  padding: 7px 12px;
  background: red;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  transform: rotate(15deg);
  right: 10px;
  top: 40px;
}
/* line 413, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 414, templates/g5_hydrogen/scss/hydrogen/_main.scss */
/* line 415, templates/g5_hydrogen/scss/hydrogen/_main.scss */
.chambres-uk #g-main .cck_page_listchambres .right-side .uk-panel:before {
  content: "Air-conditioned rooms";
  display: block;
  position: absolute;
  padding: 7px 12px;
  background: red;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  transform: rotate(15deg);
  right: 10px;
  top: 40px;
}
@media print {
  /* line 432, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_sidebar.scss */
#g-sidebar, #g-aside {
  padding: 1.5rem 0;
  color: #1a1a1a;
}
@media print {
  /* line 7, templates/g5_hydrogen/scss/hydrogen/_sidebar.scss */
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_utility.scss */
#g-utility {
  padding: 1.5rem 0;
  background: #fff;
  color: #666;
}
/* line 8, templates/g5_hydrogen/scss/hydrogen/_utility.scss */
.accueil #g-utility {
  background: url('../../../../images/pages/bg-parallax.jpg') no-repeat fixed;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  /* version standardisée */
  background-position-x: 80%;
}
/* line 15, templates/g5_hydrogen/scss/hydrogen/_utility.scss */
.accueil #g-utility .g-parallax {
  margin-bottom: 35rem;
}
@media print {
  /* line 22, templates/g5_hydrogen/scss/hydrogen/_utility.scss */
  #g-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_topfooter.scss */
#g-topfooter {
  padding: 1.5rem 0;
  background: #fff;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 10, templates/g5_hydrogen/scss/hydrogen/_topfooter.scss */
  #g-topfooter {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer {
  background: #c92600;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}
@media only all and (max-width: 47.938rem) {
  #g-footer {
    text-align: center;
  }
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
/* line 11, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
/* line 12, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .g-contact-infos .contact-info-footer .eml::before {
  font-family: FontAwesome;
  content: "\f0e0";
  display: inline;
  margin-right: 0.4rem;
}
/* line 18, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .g-contact-infos .contact-info-footer .tel::before {
  font-family: FontAwesome;
  content: "\f098";
  display: inline;
  margin-right: 0.4rem;
}
/* line 24, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .g-contact-infos .contact-info-footer .fax::before {
  font-family: FontAwesome;
  content: "\f1ac";
  display: inline;
  margin-right: 0.4rem;
}
/* line 33, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
/* line 34, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .g-menu-footer-1 a, #g-footer .g-menu-footer-2 a {
  color: #fff;
}
/* line 39, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
/* line 40, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .g-contact-infos a, #g-footer .g-contact-infos strong {
  color: #fff;
}
/* line 45, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .store img {
  border: 1px solid #fff;
}
/* line 49, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
/* line 50, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .branding .g-content {
  margin: 0;
  padding: 0;
}
/* line 54, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .branding img {
  width: 50%;
}
/* line 59, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
/* line 60, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer .g-copyright .g-content {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 959px) {
  /* line 71, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
  #g-footer ul {
    margin: 0;
    padding: 0;
  }
  /* line 72, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
  #g-footer ul li {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 76, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
  #g-footer ul {
    margin: 0;
    padding: 0;
  }
  /* line 77, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
  #g-footer ul li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 81, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
  #g-footer ul {
    margin: 0;
    padding: 0;
  }
  /* line 82, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
  #g-footer ul li {
    font-size: 1.5rem;
  }
}
@media print {
  /* line 89, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
#g-bottomfooter {
  padding: 0;
  margin: 0;
  background: #5c0715;
  color: #ededed;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 75rem) {
  /* line 11, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  /* line 12, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding .g-powered-by {
    font-size: 0.8rem;
    margin-top: 0.7rem;
  }
  /* line 18, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .g-copyright {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 0.7rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 26, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  /* line 27, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding .g-powered-by {
    font-size: 0.7rem;
    margin-top: 0.6rem;
  }
  /* line 33, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .g-copyright {
    font-size: 0.7rem;
    font-weight: bold;
    margin-top: 0.6rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 41, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  /* line 42, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding .g-powered-by {
    font-size: 0.8rem;
    margin-top: 0.8rem;
  }
  /* line 46, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding img {
    width: 65%;
  }
  /* line 51, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .g-copyright {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 0.8rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 59, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding {
    text-align: center;
  }
  /* line 61, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding .g-powered-by {
    font-size: 0.8rem;
  }
  /* line 64, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding img {
    width: 35%;
  }
  /* line 69, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .g-copyright {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  /* line 77, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding {
    text-align: center;
  }
  /* line 79, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding .g-powered-by {
    font-size: 0.8rem;
  }
  /* line 82, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .branding img {
    width: 35%;
  }
  /* line 87, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter .g-copyright {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
  }
}
@media print {
  /* line 96, templates/g5_hydrogen/scss/hydrogen/_bottomfooter.scss */
  #g-bottomfooter {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 2, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 3, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 4, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 5, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.flush .g-container > .g-grid > .g-block > .g-content {
  margin: 0;
  padding: 0;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 15, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box1 .g-content {
  background: #ededed;
}
/* line 20, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 21, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box2 .g-content {
  background: #666;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 27, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3 .g-content {
  background: #830017;
  color: #fff;
}
/* line 30, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3 .g-content h1, .box3 .g-content h2, .box3 .g-content h3, .box3 .g-content h4, .box3 .g-content h5, .box3 .g-content h6, .box3 .g-content strong, .box3 .g-content i {
  color: #fff;
}
/* line 33, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3 .g-content a {
  color: #ff375a;
}
/* line 35, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3 .g-content a:hover {
  color: #fff;
}
/* line 42, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 43, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4 .g-content {
  background: #e03a00;
  color: #fff;
}
/* line 46, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4 .g-content h1, .box4 .g-content h2, .box4 .g-content h3, .box4 .g-content h4, .box4 .g-content h5, .box4 .g-content h6, .box4 .g-content strong, .box4 .g-content i {
  color: #fff;
}
/* line 49, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4 .g-content a {
  color: #ffaf94;
}
/* line 51, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4 .g-content a:hover {
  color: #fff;
}
/* line 58, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 59, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.shadow .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 64, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 65, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.shadow2 .g-content {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}
/* line 70, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 71, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.disabled .g-content {
  opacity: 0.4;
}
/* line 76, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 77, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.square .g-content {
  border-radius: none;
}
/* line 82, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 83, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.rounded .g-content {
  border-radius: 0.1875rem;
}
/* line 88, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 89, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.rounded2 .g-content {
  border-radius: 1.1875rem;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_tables.scss */
table {
  border: 1px solid #eaeaea;
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_tables.scss */
th {
  background: #f7f7f7;
  padding: 0.5rem;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_tables.scss */
td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 6, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #830017;
}
/* line 15, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 21, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #c4c4c4;
}
/* line 25, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #830017;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_social.scss */
/* line 2, templates/g5_hydrogen/scss/hydrogen/_social.scss */
.g-social a {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  margin-bottom: 4px;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content {
  text-align: center;
}
/* line 3, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .subtitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  margin-top: -1.3rem;
}
/* line 9, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .sample-icons {
  font-size: 5rem;
  color: #830017;
  opacity: 0.6;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .sample-description {
  font-size: 1.2rem;
}
@media only all and (min-width: 48rem) {
  /* line 18, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo {
    width: 356px;
    height: 203px;
    position: relative;
    float: right;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
  /* line 25, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .macbook {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 1;
    background: url('../../images/macbook.png');
  }
  /* line 31, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .macbook .macbook-color {
    position: absolute;
    width: 206px;
    height: 118px;
    left: 37px;
    top: 56px;
    background: #ccc;
  }
  /* line 40, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .ipad {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 2;
    background: url('../../images/ipad.png');
  }
  /* line 46, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .ipad .ipad-color {
    position: absolute;
    width: 111px;
    height: 163px;
    right: 27px;
    top: 20px;
    background: #830017;
  }
  /* line 55, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .iphone {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 3;
    background: url('../../images/iphone.png');
  }
  /* line 61, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .iphone .iphone-color {
    position: absolute;
    width: 46px;
    height: 75px;
    right: 4px;
    top: 112px;
    background: #e03a00;
  }
}
/* line 72, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .middle {
  text-align: center;
}
/* line 75, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .fa-github-square {
  color: #ddd;
  margin-top: 1.5rem;
  font-size: 10rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .sample-content .fa-github-square {
    font-size: 8rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .sample-content .fa-github-square {
    float: none !important;
    margin-right: 0;
  }
}
/* line 87, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .info-box {
  background: #ffdf77;
  border: 1px solid #ffd858;
  padding: 0.938rem;
  border-radius: 0.1875rem;
  margin-bottom: 4rem;
}
/* line 94, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .fa-graduation-cap {
  color: #ffd23f;
  margin: 1rem 2rem 1rem 1rem;
  font-size: 6rem;
}
@media only all and (min-width: 60rem) {
  /* line 102, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  /* line 103, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  #g-showcase .sample-description {
    padding: 0 6rem;
  }
}
@media only all and (min-width: 60rem) {
  /* line 110, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  /* line 111, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  /* line 112, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  #g-subfeature .sample-content .g-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only all and (min-width: 48rem) {
  /* line 121, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  /* line 122, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  #g-main .sample-content {
    text-align: inherit;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 2, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 3, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 7, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 11, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 16, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
/* line 22, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 23, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 27, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 31, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 36, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
@-webkit-keyframes g-dropdown-zoom {
  /* line 44, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  /* line 44, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  /* line 44, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
/* line 2, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-navigation {
  z-index: 20;
  border: 0;
}
/* line 7, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #loader {
  width: 100%;
  height: 1000px;
  background: #fff;
  position: absolute;
  z-index: 999;
  opacity: 1;
  transition: 2s;
  top: 0;
  left: 0;
}
/* line 19, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-header {
  border: 0;
}
/* line 22, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-header > .g-grid > .g-block > .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 27, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-header h1 {
  color: #1a1a1a;
}
/* line 31, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
/* line 32, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
@media only all and (min-width: 75rem) {
  .web-admin #g-header .axeinternet-logo img {
    width: 185px;
    margin-top: 0.3rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .web-admin #g-header .axeinternet-logo img {
    width: 185px;
    margin-top: 0.3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .web-admin #g-header .axeinternet-logo img {
    width: 100%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .web-admin #g-header .axeinternet-logo img {
    width: 80%;
  }
}
@media only all and (max-width: 30rem) {
  .web-admin #g-header .axeinternet-logo img {
    width: 80%;
  }
}
/* line 61, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main {
  transition: 0.5s;
}
/* line 63, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main {
  background: #fff;
}
/* line 65, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form {
  min-height: 450px;
  font-size: 1rem;
}
/* line 69, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form .center {
  text-align: center !important;
}
/* line 70, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form .left {
  text-align: left !important;
}
/* line 71, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form .right {
  text-align: right !important;
}
/* line 73, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form span.center {
  display: block;
  text-align: center !important;
}
/* line 74, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form span.left {
  display: block;
  text-align: left !important;
}
/* line 75, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form span.right {
  display: block;
  text-align: right !important;
}
/* line 77, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form .cck_label {
  padding: 0 !important;
}
/* line 79, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form select, .web-admin #g-block-main #g-main .admin-form textarea, .web-admin #g-block-main #g-main .admin-form input[type="password"], .web-admin #g-block-main #g-main .admin-form input[type="datetime"], .web-admin #g-block-main #g-main .admin-form input[type="datetime-local"], .web-admin #g-block-main #g-main .admin-form input[type="date"], .web-admin #g-block-main #g-main .admin-form input[type="month"], .web-admin #g-block-main #g-main .admin-form input[type="time"], .web-admin #g-block-main #g-main .admin-form input[type="week"], .web-admin #g-block-main #g-main .admin-form input[type="number"], .web-admin #g-block-main #g-main .admin-form input[type="email"], .web-admin #g-block-main #g-main .admin-form input[type="url"], .web-admin #g-block-main #g-main .admin-form input[type="search"], .web-admin #g-block-main #g-main .admin-form input[type="tel"], .web-admin #g-block-main #g-main .admin-form input[type="color"], .web-admin #g-block-main #g-main .admin-form .uneditable-input {
  width: 55%;
}
/* line 98, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form input[type="text"] {
  width: 85%;
}
/* line 102, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form textarea {
  width: 85%;
  height: 200px;
}
/* line 104, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form .small select, .web-admin #g-block-main #g-main .admin-form .small input[type="text"], .web-admin #g-block-main #g-main .admin-form .small input[type="number"], .web-admin #g-block-main #g-main .admin-form .small input[type="tel"] {
  width: 60px;
}
/* line 111, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form .medium select, .web-admin #g-block-main #g-main .admin-form .medium input[type="text"], .web-admin #g-block-main #g-main .admin-form .medium input[type="number"], .web-admin #g-block-main #g-main .admin-form .medium input[type="tel"] {
  width: 100px;
}
/* line 118, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form .large select, .web-admin #g-block-main #g-main .admin-form .large input[type="text"], .web-admin #g-block-main #g-main .admin-form .large input[type="number"], .web-admin #g-block-main #g-main .admin-form .large input[type="tel"] {
  width: 150px;
}
/* line 125, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form .extra-large select, .web-admin #g-block-main #g-main .admin-form .extra-large input[type="text"], .web-admin #g-block-main #g-main .admin-form .extra-large input[type="number"], .web-admin #g-block-main #g-main .admin-form .extra-large input[type="tel"] {
  width: 220px;
}
/* line 132, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
/* line 135, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
  max-height: 900px;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
/* line 149, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x .cck_cgx_form, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x .cck_cgx_form, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x .cck_cgx_form {
  width: 90%;
}
/* line 153, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
/* line 154, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x .content-title p, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x .content-title p, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x .content-title p {
  margin: 0;
  font-weight: bold;
}
/* line 157, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x .content-title p span, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x .content-title p span, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x .content-title p span {
  padding-left: 0.5rem;
  cursor: pointer;
}
/* line 161, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x .display-groupx-slider button, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x .display-groupx-slider button, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x .display-groupx-slider button, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x .display-groupx button, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x .display-groupx button, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x .display-groupx button {
  padding: 2px 4px;
  font-size: 0.8rem;
  text-align: center;
}
/* line 168, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x .no-col, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x .no-col, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x .no-col {
  display: none !important;
}
/* line 172, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x .content-nb-cols input, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x .content-nb-cols input, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x .content-nb-cols input {
  padding: 0 !important;
  margin: 0 !important;
  width: 1px;
  height: 1px;
}
/* line 180, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x.open, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x.open, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x.open {
  max-height: 900px;
  background: #f1f1f1;
  border: 1px solid #3f0;
}
/* line 186, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .admin-form #cck1_sortable_content_site .cck_form_group_x.filled, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_carte_plats .cck_form_group_x.filled, .web-admin #g-block-main #g-main .admin-form #cck1_sortable_menus .cck_form_group_x.filled {
  max-height: 85px;
}
/* line 193, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .fa {
  padding: 0;
}
/* line 197, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2::before {
  font-family: FontAwesome;
  display: inline;
  margin-right: 0.4rem;
}
/* line 203, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.mes-infos::before {
  content: "\f05a";
}
/* line 207, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.utilisateurs::before {
  content: "\f007";
}
/* line 211, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.articles::before {
  content: "\f0f6";
}
/* line 215, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.sliders::before {
  content: "\f1de";
}
/* line 219, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.actualites::before {
  content: "\f1ea";
}
/* line 223, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.popup::before {
  content: "\f24d";
}
/* line 227, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.cookies::before {
  content: "\f086";
}
/* line 231, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.youtube::before {
  content: "\f167";
}
/* line 235, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main h2.annonces::before {
  content: "\f00a";
}
/* line 239, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .uk-grid {
  margin-top: 0;
}
/* line 242, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .uk-grid h2 {
  margin-bottom: 0;
}
/* line 246, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
/* line 248, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-main #g-main .uk-grid .g-aides h3 {
  display: inline-block;
  margin-bottom: 0;
}
/* line 260, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left {
  background: #ededed;
  position: relative;
  transition: 0.5s;
}
/* line 265, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left .fa-bars, .web-admin #g-block-left .fa-menu-toggle {
  position: absolute;
  right: -5px;
  top: -15px;
  font-size: 1.8rem;
  transition: 0.5s;
  z-index: 10;
  cursor: pointer;
  background: #fff;
  padding: 0.25rem;
  border: 2px solid #ccc;
  border-radius: 3px;
}
/* line 279, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left .tooltip-menu {
  position: absolute;
  top: 20px;
}
@media only all and (min-width: 75rem) {
  .web-admin #g-block-left .tooltip-menu {
    right: -50px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .web-admin #g-block-left .tooltip-menu {
    right: -50px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .web-admin #g-block-left .tooltip-menu {
    right: -50px;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .web-admin #g-block-left .tooltip-menu {
    right: -50px;
  }
}
@media only all and (max-width: 30rem) {
  .web-admin #g-block-left .tooltip-menu {
    right: -50px;
  }
}
/* line 307, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left .tooltip-menu.tooltip-open {
  opacity: 0;
  z-index: 1;
}
/* line 312, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
@media only all and (min-width: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 319, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
  .web-admin #g-block-left #g-sidebar .g-content {
    margin: 0.2083333333rem;
    padding: 0.3126666667rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 327, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
  .web-admin #g-block-left #g-sidebar .g-content {
    margin: 0.2083333333rem;
    padding: 0.3126666667rem;
  }
}
/* line 333, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-date {
  font-weight: bold;
  padding: 0 0.938rem;
}
/* line 338, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar #login-form {
  padding: 0 0.938rem;
}
/* line 342, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav {
  margin: 0;
}
/* line 344, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel {
  justify-content: inherit;
  -webkit-justify-content: inherit;
}
/* line 347, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li.active {
  background: #ccc;
}
/* line 349, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
/* line 350, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li.active .g-menu-item-container .g-menu-item-title {
  color: #93de6c !important;
}
/* line 354, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li.active .g-menu-item-container .fa {
  opacity: 1;
  color: #93de6c;
}
/* line 360, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li:hover {
  background: #ccc;
}
/* line 362, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
/* line 363, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li:hover .g-menu-item-container .fa {
  opacity: 1;
}
/* line 368, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li {
  display: block;
  background: #fff;
  margin: 0.625rem;
}
/* line 372, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-menu-item-container {
  font-family: 'ABeeZee';
  padding: 0.938rem 0.469rem;
}
/* line 375, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-menu-item-container .g-menu-item-title {
  color: #fff;
}
@media only all and (min-width: 75rem) {
  .web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-menu-item-container .g-menu-item-title {
    font-size: 1rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-menu-item-container .g-menu-item-title {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-menu-item-container .g-menu-item-title {
    font-size: 0.9rem;
  }
}
/* line 392, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-menu-item-container .fa {
  color: #fff;
  font-size: 1.2rem;
  padding: 0;
}
/* line 399, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-menu-parent-indicator:after {
  content: "\f061";
  color: #fff;
}
/* line 404, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-dropdown {
  top: -10px;
}
@media only screen and (min-width: 1281px) {
  .web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-dropdown {
    left: 210px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-dropdown {
    left: 175px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-dropdown {
    left: 160px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-dropdown {
    left: 160px;
  }
}
/* line 423, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin #g-block-left #g-sidebar .g-main-nav .g-toplevel li .g-dropdown li.g-go-back {
  display: none;
}
/* line 433, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block {
  padding: 0.938rem;
  margin: 0.625rem 0;
  border: 1px solid #ededed;
  border-radius: 0.1875rem;
}
/* line 439, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-tab {
  padding: 0 0.938rem;
  margin: 1.25rem 0;
  border: 0;
}
/* line 444, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block::before {
  font-weight: bold;
  margin-bottom: 0.625rem;
  padding: 0.2rem 0.5rem;
  background: #ededed;
  border-radius: 15px;
}
/* line 451, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-title::before {
  content: "Titre";
}
/* line 454, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-sub-title::before {
  content: "Sous Titre";
}
/* line 457, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-page::before {
  content: "Page / Zone";
}
/* line 460, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-statut::before {
  content: "Status";
}
/* line 463, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-text::before {
  content: "Mise en page du texte";
}
/* line 466, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-image::before {
  content: "Affichage de l'image";
}
/* line 469, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-images::before {
  content: "Affichage des images";
}
/* line 472, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-content::before {
  content: "Contenu du média";
}
/* line 475, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-options::before {
  content: "Contenu du média";
}
/* line 478, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-actualites::before {
  content: "Contenu de l'actualité";
}
/* line 481, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-popup::before {
  content: "Contenu de la popup";
}
/* line 484, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-date::before {
  content: "Dates";
}
/* line 487, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-background::before {
  content: "Image du background";
}
/* line 490, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-effects::before {
  content: "Affichage et effets des blocs";
}
/* line 493, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-schedule::before {
  content: "Horaires & Slogan";
}
/* line 496, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-permissions::before {
  content: "Affichage des permissions";
}
/* line 499, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-display::before {
  content: "Affichage de la page";
}
/* line 502, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .uk-block.uk-block-no-label:before {
  content: "";
  margin: 0;
  padding: 0;
}
/* line 508, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .alert {
  background: #93de6c;
  border-color: #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0.625rem;
}
/* line 513, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .alert h4, .web-admin .alert .close, .web-admin .alert p {
  color: #333;
}
/* line 514, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .alert p {
  margin: 0;
}
/* line 515, templates/g5_hydrogen/scss/hydrogen/_webadmin.scss */
.web-admin .alert .close {
  text-shadow: 0;
  opacity: 1;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
/* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container.g-flushed {
  width: 100%;
}
/* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.938rem) {
  .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.938rem) {
  body [class*="size-"] {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.938rem) {
  @supports not (flex-wrap: wrap) {
    /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-grid {
      display: block;
      -webkit-box-lines: inherit;
      -moz-box-lines: inherit;
      box-lines: inherit;
      -webkit-flex-wrap: inherit;
      -moz-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit;
    }
    /* line 45, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-block {
      display: block;
      -webkit-box-flex: inherit;
      -moz-box-flex: inherit;
      box-flex: inherit;
      -webkit-flex: inherit;
      -moz-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
    }
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.938rem) {
  /* line 14, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-phone {
    display: block !important;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 26, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 32, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 35, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-large {
    display: block !important;
  }
  /* line 44, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-large {
    display: block !important;
  }
  /* line 47, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 50, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 57, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 63, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 69, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 75, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-large {
    display: none !important;
  }
  /* line 78, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 85, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-right {
    text-align: inherit !important;
  }
  /* line 88, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=hydrogen_10.css.map */