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

/* 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 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Variables override */
/* line 10, templates/g5_hydrogen/custom/scss/template.scss */
body {
  font-size: 0.85rem;
}
/* line 14, templates/g5_hydrogen/custom/scss/template.scss */
a {
  outline: none;
}
/* line 18, templates/g5_hydrogen/custom/scss/template.scss */
strong {
  color: inherit;
}
/* line 22, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  padding: 0;
}
/* line 26, templates/g5_hydrogen/custom/scss/template.scss */
hr, p {
  margin: 1.2rem 0;
}
/* line 30, templates/g5_hydrogen/custom/scss/template.scss */
hr {
  border-width: 1px;
  border-color: #c8c8c8;
}
/* line 35, templates/g5_hydrogen/custom/scss/template.scss */
h2.g-title, .platform-content h1, .platform-content h2 {
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
}
/* line 42, templates/g5_hydrogen/custom/scss/template.scss */
h2.g-title:after, .platform-content h1:after, .platform-content h2:after {
  content: '';
  display: block;
  width: 140px;
  height: 2px;
  background: #2a8fd0;
  margin: 15px 0;
}
/* line 55, templates/g5_hydrogen/custom/scss/template.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 0;
}
/* line 61, templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 65, templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #2a8fd0;
}
/* line 70, templates/g5_hydrogen/custom/scss/template.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 #c8c8c8;
  box-shadow: none;
  border-radius: 0;
}
/* line 77, templates/g5_hydrogen/custom/scss/template.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 81, templates/g5_hydrogen/custom/scss/template.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: #2a8fd0;
}
/* line 86, templates/g5_hydrogen/custom/scss/template.scss */
.button, .readon, .readmore, button.validate {
  display: inline-block;
  outline: none;
  color: #292929;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0.35rem 2rem;
  border: 3px solid #2a8fd0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 107, templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: #2a8fd0;
  color: #fafafa;
}
/* line 114, templates/g5_hydrogen/custom/scss/template.scss */
.button.btn-fancy, .readon.btn-fancy, .readmore.btn-fancy, button.validate.btn-fancy {
  position: relative;
  top: 0;
  min-width: 300px;
}
/* line 119, templates/g5_hydrogen/custom/scss/template.scss */
.button.btn-fancy:before, .readon.btn-fancy:before, .readmore.btn-fancy:before, button.validate.btn-fancy:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: url('../../images/btn-shadow.png') no-repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 132, templates/g5_hydrogen/custom/scss/template.scss */
.button.btn-fancy:hover, .readon.btn-fancy:hover, .readmore.btn-fancy:hover, button.validate.btn-fancy:hover {
  background: #2a8fd0;
  color: #fafafa;
  top: 4px;
}
/* line 137, templates/g5_hydrogen/custom/scss/template.scss */
.button.btn-fancy:hover:before, .readon.btn-fancy:hover:before, .readmore.btn-fancy:hover:before, button.validate.btn-fancy:hover:before {
  top: 100%;
  opacity: 1;
}
/* line 147, templates/g5_hydrogen/custom/scss/template.scss */
.readmore-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 25px;
}
/* line 157, templates/g5_hydrogen/custom/scss/template.scss */
/* line 158, templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 160, templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 162, templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 166, templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 170, templates/g5_hydrogen/custom/scss/template.scss */
.contact input, .contact textarea {
  box-sizing: border-box;
  width: 100%;
}
/* line 175, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  width: 45%;
  float: left;
}
/* line 180, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-area {
  width: 50%;
  margin-left: 5%;
  float: left;
}
/* line 186, templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 189, templates/g5_hydrogen/custom/scss/template.scss */
/* line 190, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul {
  list-style: url('../../images/bullet.png');
  margin-left: 2.5rem;
}
/* line 194, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
/* line 201, templates/g5_hydrogen/custom/scss/template.scss */
/* line 202, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  display: block !important;
}
/* line 206, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .popup-modal-dismiss {
  background: none !important;
  border-radius: 0 !important;
  border: 1px solid #fff;
  color: #fff !important;
  text-shadow: none;
}
/* line 214, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies p {
  margin: 10px 0;
}
/* line 219, templates/g5_hydrogen/custom/scss/template.scss */
.mapped {
  background: url('../../images/mapa-adres.png') no-repeat 0 120px;
}
/* line 222, templates/g5_hydrogen/custom/scss/template.scss */
.mapped:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  border: 2px solid #fff;
  position: absolute;
  top: 210px;
  left: 55px;
}
/* line 241, templates/g5_hydrogen/custom/scss/template.scss */
.img-fancywrap {
  margin: 0 5px;
  position: relative;
}
/* line 247, templates/g5_hydrogen/custom/scss/template.scss */
.img-fancywrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: url('../../images/shadow-box.png') no-repeat;
}
/* line 259, templates/g5_hydrogen/custom/scss/template.scss */
.img-fancywrap:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 0 0 #fff;
  border: 1px solid #2a8fd0;
}
/* line 274, templates/g5_hydrogen/custom/scss/template.scss */
.img-fancywrap:hover:after {
  box-shadow: inset 0 0 0 8px ;
}
/* line 278, templates/g5_hydrogen/custom/scss/template.scss */
.img-fancywrap img {
  padding: 2px;
}
/* line 287, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner {
  border-bottom: 2px solid #2a8fd0;
  margin: 0 10px;
  text-align: center;
  font-size: 0.8rem;
}
/* line 294, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner h3 {
  font-weight: 700;
  font-size: 1.1rem;
  color: #323232;
  text-align: center;
}
/* line 301, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner .ico-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  padding: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
/* line 310, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner .ico-wrapper:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #2a8fd0;
  border-radius: 50%;
  opacity: 0;
}
/* line 325, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner .ico-wrapper:hover:before {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 331, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner .fa {
  font-size: 4.2rem;
  line-height: 100%;
  color: #fff;
  background: #2a8fd0;
  padding: 2.4rem;
  border-radius: 100%;
}
/* line 344, templates/g5_hydrogen/custom/scss/template.scss */
/* line 345, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav:after {
  content: '';
  display: table;
  clear: both;
}
/* line 351, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel {
  float: right;
}
/* line 355, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel li {
  position: relative;
}
/* line 358, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel li:after {
  content: '';
  background: url('../../images/separator.png') no-repeat center right;
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 40%;
}
/* line 369, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel li:last-child:after {
  display: none;
}
/* line 371, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel li .g-menu-item-container {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fafafa;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 5px 20px;
  border: 1px solid transparent;
  margin-right: 25px;
}
/* line 383, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel li.g-selected > .g-menu-item-container {
  color: #fafafa;
}
/* line 387, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel li.active > .g-menu-item-container {
  color: #fafafa;
}
/* line 391, templates/g5_hydrogen/custom/scss/template.scss */
> #g-top nav.g-main-nav ul.g-toplevel li.g-parent .g-menu-parent-indicator:after {
  opacity: 1;
}
/* line 395, templates/g5_hydrogen/custom/scss/template.scss */
/* line 400, templates/g5_hydrogen/custom/scss/template.scss */
/* line 401, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel > li.active > .g-menu-item-container, #g-top nav.g-main-nav ul.g-toplevel > li.g-selected > .g-menu-item-container {
  border: 1px solid #313131;
}
/* line 408, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel ul.g-dropdown {
  background: #fff;
  box-shadow: 0 0 3px #898989;
}
/* line 412, templates/g5_hydrogen/custom/scss/template.scss */
/* line 413, templates/g5_hydrogen/custom/scss/template.scss */
#g-top nav.g-main-nav ul.g-toplevel ul.g-dropdown li .g-menu-item-container {
  padding: 6px 10px;
}
/* line 422, templates/g5_hydrogen/custom/scss/template.scss */
body {
  padding-top: 120px;
}
/* line 426, templates/g5_hydrogen/custom/scss/template.scss */
body#front #g-main {
  min-height: auto;
}
/* line 430, templates/g5_hydrogen/custom/scss/template.scss */
#g-page-surround {
  background: #191919;
  background: url('../../images/bg.jpg') no-repeat top center;
  background-attachment: fixed;
}
/* line 436, templates/g5_hydrogen/custom/scss/template.scss */
#g-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #191919;
  color: #fff;
}
/* line 447, templates/g5_hydrogen/custom/scss/template.scss */
#g-top .g-content {
  padding: 0px 15px;
}
/* line 451, templates/g5_hydrogen/custom/scss/template.scss */
#g-top #top-contact {
  border-bottom: 1px dotted #424242;
}
/* line 453, templates/g5_hydrogen/custom/scss/template.scss */
#g-top #top-contact .g-content {
  padding: 0 15px;
  margin: 0 10px;
}
/* line 460, templates/g5_hydrogen/custom/scss/template.scss */
#g-header {
  position: relative;
  height: 100vh;
  margin-top: -120px;
}
/* line 467, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck_container_wrap, #g-header .slideshowck {
  height: 100vh !important;
}
/* line 471, templates/g5_hydrogen/custom/scss/template.scss */
/* line 474, templates/g5_hydrogen/custom/scss/template.scss */
/* line 475, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_caption > div {
  background: none;
}
/* line 479, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_caption .camera_caption_desc {
  font-family: "Open Sans";
  font-size: 1.1rem;
  padding: 15px 20px;
}
/* line 488, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 12%;
  z-index: 8;
}
/* line 499, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase h1 {
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
}
/* line 503, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase h1:after {
  display: none;
}
/* line 506, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .g-block {
  position: relative;
  padding-bottom: 40px;
}
/* line 511, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .readmore {
  color: #fff;
  border: 4px solid #fff;
  padding: 15px 60px;
  font-size: 1rem;
}
/* line 517, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .readmore:hover {
  background: #fff;
  color: #292929;
}
/* line 525, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  min-height: 650px;
}
/* line 529, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  background: #191919;
  border: 0;
  color: #919191;
  font-size: 0.8rem;
}
/* line 535, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
}
/* line 544, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-toplevel {
  float: none;
}
/* line 547, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-toplevel li {
  display: block;
}
/* line 549, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-toplevel li .g-menu-item-container {
  text-transform: uppercase;
  color: #9d9d9d;
  padding: 5px 5px;
  font-weight: 300;
}
/* line 555, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-toplevel li .g-menu-item-container:after {
  display: none;
}
/* line 558, templates/g5_hydrogen/custom/scss/template.scss */
/* line 559, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-toplevel li:hover .g-menu-item-container, #g-footer .g-toplevel li.active .g-menu-item-container {
  color: #fafafa;
}
/* line 565, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright {
  font-size: 0.75rem;
  border-top: 1px dotted #424242;
  background: #191919;
}
/* line 570, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright .g-content {
  padding: 0 0.8rem;
}
/* line 574, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright p {
  margin: 0;
}
/* line 578, templates/g5_hydrogen/custom/scss/template.scss */
/* line 579, templates/g5_hydrogen/custom/scss/template.scss */
.qform-container input, .qform-container textarea, .qform-container button {
  box-sizing: border-box;
}
/* line 583, templates/g5_hydrogen/custom/scss/template.scss */
.qform-container input, .qform-container textarea {
  width: 100%;
  height: 36px;
  background: none;
  border: 0;
  border-bottom: 1px solid #333;
}
/* line 592, templates/g5_hydrogen/custom/scss/template.scss */
.qform-container textarea {
  height: 70px;
}
/* line 596, templates/g5_hydrogen/custom/scss/template.scss */
.qform-container button {
  color: #8b8b8b;
  border: 3px solid #8b8b8b;
}
/* line 600, templates/g5_hydrogen/custom/scss/template.scss */
.qform-container button:hover {
  background: #8b8b8b;
}
@media only all and (max-width: 47.99rem) {
  /* line 607, templates/g5_hydrogen/custom/scss/template.scss */
  body {
    padding: 0;
  }
  /* line 608, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top {
    text-align: center;
    position: static;
  }
  /* line 609, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 610, templates/g5_hydrogen/custom/scss/template.scss */
  #g-copyright p {
    text-align: center !important;
  }
}
/*# sourceMappingURL=custom_12.css.map */