/* 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 31, 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 39, 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: 3px;
  background: #b81413;
  margin: 15px 0;
}
/* line 52, 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 58, templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 62, templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #b81413;
}
/* line 67, 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 74, 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 78, 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: #b81413;
}
/* line 83, 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.75rem 1.6rem;
  border: 3px solid #b81413;
  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 104, templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: #b81413;
  color: #fafafa;
}
/* line 111, 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 116, 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 129, 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: #b81413;
  color: #fafafa;
  top: 4px;
}
/* line 134, 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 144, templates/g5_hydrogen/custom/scss/template.scss */
.readmore-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 25px;
}
/* line 154, templates/g5_hydrogen/custom/scss/template.scss */
/* line 155, templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 157, templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 159, templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 163, templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 167, templates/g5_hydrogen/custom/scss/template.scss */
.contact input, .contact textarea {
  box-sizing: border-box;
  width: 100%;
}
/* line 172, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  width: 45%;
  float: left;
}
/* line 177, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-area {
  width: 50%;
  margin-left: 5%;
  float: left;
}
/* line 183, templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 186, templates/g5_hydrogen/custom/scss/template.scss */
/* line 187, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul {
  margin-left: 2.5rem;
}
/* line 191, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
/* line 198, templates/g5_hydrogen/custom/scss/template.scss */
/* line 199, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  display: block !important;
}
/* line 203, 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 211, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies p {
  margin: 10px 0;
}
/* line 216, templates/g5_hydrogen/custom/scss/template.scss */
.mapped {
  background: url('../../images/mapa-adres.png') no-repeat 0 120px;
}
/* line 219, 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 */
/* line 242, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel {
  float: right;
}
/* line 246, templates/g5_hydrogen/custom/scss/template.scss */
/* line 247, templates/g5_hydrogen/custom/scss/template.scss */
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: #202020;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
}
/* line 258, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.g-selected > .g-menu-item-container {
  color: #b81413;
}
/* line 262, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.active > .g-menu-item-container {
  color: #b81413;
}
/* line 266, templates/g5_hydrogen/custom/scss/template.scss */
> nav.g-main-nav ul.g-toplevel li.g-parent .g-menu-parent-indicator:after {
  opacity: 1;
}
/* line 270, templates/g5_hydrogen/custom/scss/template.scss */
/* line 271, templates/g5_hydrogen/custom/scss/template.scss */
/* line 273, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel > li > .g-menu-item-container:before, nav.g-main-nav ul.g-toplevel > li > .g-menu-item-container:after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #b81413;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 282, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel > li > .g-menu-item-container:before {
  margin-bottom: 45px;
}
/* line 286, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel > li > .g-menu-item-container:after {
  margin-top: 45px;
}
/* line 291, templates/g5_hydrogen/custom/scss/template.scss */
/* line 292, templates/g5_hydrogen/custom/scss/template.scss */
/* line 294, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel > li.active > .g-menu-item-container:before, nav.g-main-nav ul.g-toplevel > li.g-selected > .g-menu-item-container:before, nav.g-main-nav ul.g-toplevel > li.active > .g-menu-item-container:after, nav.g-main-nav ul.g-toplevel > li.g-selected > .g-menu-item-container:after {
  width: 100%;
}
/* line 302, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel ul.g-dropdown {
  background: #fff;
  box-shadow: 0 0 3px #898989;
}
/* line 306, templates/g5_hydrogen/custom/scss/template.scss */
/* line 307, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel ul.g-dropdown li .g-menu-item-container {
  padding: 6px 10px;
}
/* line 320, templates/g5_hydrogen/custom/scss/template.scss */
#g-page-surround {
  background: url('../../images/bg.jpg') no-repeat top center;
  background-size: cover;
}
/* line 325, templates/g5_hydrogen/custom/scss/template.scss */
#g-top {
  background: #fff;
  margin-top: 40px;
}
/* line 328, templates/g5_hydrogen/custom/scss/template.scss */
#g-top .g-content {
  padding: 0 15px;
  margin: 2px 10px;
}
/* line 334, templates/g5_hydrogen/custom/scss/template.scss */
#g-header {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0;
}
/* line 341, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .motto {
  font-style: italic;
  margin: 45px 0;
  text-align: center;
  font-size: 1.3rem;
}
/* line 348, templates/g5_hydrogen/custom/scss/template.scss */
#g-header img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 352, templates/g5_hydrogen/custom/scss/template.scss */
#g-header a {
  color: #fff;
}
/* line 354, templates/g5_hydrogen/custom/scss/template.scss */
#g-header a:hover {
  color: #fff;
}
/* line 356, templates/g5_hydrogen/custom/scss/template.scss */
#g-header a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 362, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .g-content {
  padding: 0;
  margin: 0;
}
/* line 367, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .img-fancywrap {
  margin: 0 15px;
}
/* line 370, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .img-fancywrap span {
  display: block;
  margin: 20px 0;
}
/* line 378, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase {
  padding: 0;
}
/* line 381, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .g-block {
  position: relative;
  padding-bottom: 40px;
}
/* line 386, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase a {
  color: inherit;
}
/* line 388, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase a:hover {
  color: #fff;
}
/* line 395, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  background: #fff;
  margin: 80px 0;
  margin-bottom: 190px;
}
/* line 401, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  background: none;
  border: 0;
}
/* line 406, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright {
  font-size: 0.75rem;
  border-top: 1px solid #c8c8c8;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 416, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright .g-content {
  padding: 0 0.8rem;
}
/* line 420, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright p {
  margin: 5px 0;
}
@media only all and (max-width: 47.938rem) {
  /* line 425, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top {
    text-align: center;
  }
  /* line 426, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 427, templates/g5_hydrogen/custom/scss/template.scss */
  #g-copyright p {
    text-align: center !important;
  }
}
/*# sourceMappingURL=custom_11.css.map */