/* 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;
  position: relative;
  text-transform: uppercase;
}
/* line 36, templates/g5_hydrogen/custom/scss/template.scss */
h2.g-title:after, .platform-content h1:after, .platform-content h2:after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #2e2284;
  position: absolute;
  left: 0;
  bottom: -2px;
}
/* line 51, 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 57, templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 61, templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #2e2284;
}
/* line 66, 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 73, 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 77, 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: #2e2284;
}
/* line 81, templates/g5_hydrogen/custom/scss/template.scss */
.button, .readon, .readmore, button.validate {
  display: inline-block;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 2px solid #c8c8c8;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  outline: none;
  -webkit-transition: all 0.12s;
  -moz-transition: all 0.12s;
  transition: all 0.12s;
}
/* line 98, templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: #2e2284;
  color: #fff;
}
/* line 106, templates/g5_hydrogen/custom/scss/template.scss */
/* line 107, templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 109, templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 111, templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 115, templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 119, templates/g5_hydrogen/custom/scss/template.scss */
.contact input, .contact textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 124, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  width: 45%;
  float: left;
}
/* line 129, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-area {
  width: 50%;
  margin-left: 5%;
  float: left;
}
/* line 135, templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 138, templates/g5_hydrogen/custom/scss/template.scss */
/* line 139, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase ul, div[itemprop*="articleBody"] ul {
  list-style: url('../../images/bullet.png');
  margin-left: 2.5rem;
}
/* line 143, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase ul li, div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
/* line 150, templates/g5_hydrogen/custom/scss/template.scss */
/* line 151, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  display: block !important;
}
/* line 155, 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 163, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies p {
  margin: 10px 0;
}
/* line 170, templates/g5_hydrogen/custom/scss/template.scss */
.menu-block .g-content {
  margin: 0 1.6rem;
  padding: 0;
}
/* line 175, templates/g5_hydrogen/custom/scss/template.scss */
/* line 177, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel {
  float: right;
  margin-top: 24px;
}
/* line 182, templates/g5_hydrogen/custom/scss/template.scss */
/* line 183, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li .g-menu-item-container {
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  color: #2e2284;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  padding: 12px 0;
  margin-right: 40px;
}
/* line 194, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li .g-menu-item-container:hover {
  color: #999;
  border-bottom: 2px solid #2e2284;
}
/* line 201, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.active .g-menu-item-container {
  color: #999;
}
/* line 205, 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 211, templates/g5_hydrogen/custom/scss/template.scss */
#g-page-surround {
  background: url('../../images/bg-top.png') repeat-x;
}
/* line 215, templates/g5_hydrogen/custom/scss/template.scss */
/* line 216, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .g-content {
  padding: 0 15px;
  margin: 10px 10px;
}
/* line 222, templates/g5_hydrogen/custom/scss/template.scss */
/* line 224, templates/g5_hydrogen/custom/scss/template.scss */
#g-navigation h3, #g-showcase h3, #g-navigation .g-title, #g-showcase .g-title {
  color: #2e2284;
}
/* line 228, templates/g5_hydrogen/custom/scss/template.scss */
#g-navigation p, #g-showcase p {
  margin: 12px 0;
}
/* line 233, templates/g5_hydrogen/custom/scss/template.scss */
/* line 234, templates/g5_hydrogen/custom/scss/template.scss */
#g-navigation h3 {
  font-size: 1rem;
  margin: 10px 0;
  padding-bottom: 8px;
  border-bottom: 4px solid #2e2284;
}
/* line 241, templates/g5_hydrogen/custom/scss/template.scss */
#g-navigation .g-content {
  padding: 0;
  padding-bottom: 0;
  margin: 10px 25px;
}
/* line 252, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase {
  padding: 0;
}
/* line 255, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .readmore {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
}
/* line 265, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase a {
  color: initial;
}
/* line 267, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase a:hover {
  color: #fff;
}
/* line 270, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .g-content {
  position: relative;
  min-height: 370px;
  padding-bottom: 50px;
}
/* line 280, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  margin-top: 20px;
}
/* line 284, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  font-size: 0.8rem;
}
/* line 286, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer .g-content {
  padding: 0 0.8rem;
}
/* line 290, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer p {
  margin: 0;
}
/*# sourceMappingURL=custom_12.css.map */