/* 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 {
  border-bottom: 1px dotted #c8c8c8;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  padding-bottom: 30px;
  position: relative;
}
/* line 41, templates/g5_hydrogen/custom/scss/template.scss */
h2.g-title:after, .platform-content h1:after, .platform-content h2:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #fe0000;
  position: absolute;
  right: 0;
  bottom: -2px;
}
/* line 56, 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 62, templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 66, templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #fe0000;
}
/* line 71, 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 78, 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 82, 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: #fe0000;
}
/* line 86, templates/g5_hydrogen/custom/scss/template.scss */
.button, .readon, .readmore, button.validate {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0;
  box-shadow: none;
  background: #fe0000;
  outline: none;
  -webkit-transition: background 0.12s;
  -moz-transition: background 0.12s;
  transition: background 0.12s;
}
/* line 99, templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: #ff1919;
  color: #fff;
}
/* line 107, templates/g5_hydrogen/custom/scss/template.scss */
/* line 108, templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 110, templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 112, templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 116, templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 120, templates/g5_hydrogen/custom/scss/template.scss */
.contact input, .contact textarea {
  box-sizing: border-box;
  width: 100%;
}
/* line 125, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  width: 45%;
  float: left;
}
/* line 130, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-area {
  width: 50%;
  margin-left: 5%;
  float: left;
}
/* line 136, templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 139, templates/g5_hydrogen/custom/scss/template.scss */
/* line 140, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul {
  list-style: url('../../images/bullet.png');
  margin-left: 2.5rem;
}
/* line 144, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
/* line 151, templates/g5_hydrogen/custom/scss/template.scss */
/* line 152, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  display: block !important;
}
/* line 156, 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 164, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies p {
  margin: 10px 0;
}
/* line 171, templates/g5_hydrogen/custom/scss/template.scss */
.menu-block .g-content {
  margin: 0 1.6rem;
  padding: 0;
}
/* line 176, templates/g5_hydrogen/custom/scss/template.scss */
/* line 178, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav:after {
  content: '';
  display: table;
  clear: both;
}
/* line 184, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel {
  float: right;
  margin-top: 15px;
}
/* line 189, templates/g5_hydrogen/custom/scss/template.scss */
/* line 190, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li .g-menu-item-container {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #121212;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 25px 0;
  margin-right: 30px;
}
/* line 203, templates/g5_hydrogen/custom/scss/template.scss */
/* line 204, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.active .g-menu-item-container, nav.g-main-nav ul.g-toplevel li:hover .g-menu-item-container {
  color: #141414;
  border-bottom: 2px solid #fe0000;
}
/* line 210, 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 215, templates/g5_hydrogen/custom/scss/template.scss */
#g-page-surround {
  background: url('../../images/bg.png');
}
/* line 219, templates/g5_hydrogen/custom/scss/template.scss */
/* line 220, templates/g5_hydrogen/custom/scss/template.scss */
#g-top .g-container {
  background: #fff;
}
/* line 225, templates/g5_hydrogen/custom/scss/template.scss */
/* line 226, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .g-content {
  padding: 0;
  margin: 0;
}
/* line 231, templates/g5_hydrogen/custom/scss/template.scss */
/* line 232, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_overlayer {
  background: url('../../images/slider-mask.png') no-repeat top center;
}
/* line 238, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  position: relative;
  z-index: 4;
  background: #fff;
}
/* line 244, templates/g5_hydrogen/custom/scss/template.scss */
#g-main h1 {
  margin-top: -104px;
}
/* line 249, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-align: center;
  color: #393939;
  border: 0;
  background: url('../../images/footer-shadow.png') no-repeat top center;
}
/* line 257, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-content {
  padding: 0 0.8rem;
}
/* line 261, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer p {
  margin: 0;
}
