/* 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;
  color: #ccc;
}
/* line 35, templates/g5_hydrogen/custom/scss/template.scss */
.g-content {
  padding: 0.9rem 2.5rem;
}
/* line 39, templates/g5_hydrogen/custom/scss/template.scss */
h2.g-title, .platform-content h1, .platform-content h2 {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
/* line 49, 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 55, templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 59, templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #e51b1b;
}
/* line 64, 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 71, 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 75, 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: #e51b1b;
}
/* line 80, 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 #e51b1b;
  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 101, templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: #e51b1b;
  color: #fafafa;
}
/* line 108, 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 113, 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 126, 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: #e51b1b;
  color: #fafafa;
  top: 4px;
}
/* line 131, 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 141, templates/g5_hydrogen/custom/scss/template.scss */
.readmore-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 25px;
}
/* line 151, templates/g5_hydrogen/custom/scss/template.scss */
/* line 152, templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 154, templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 156, templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 160, templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 164, templates/g5_hydrogen/custom/scss/template.scss */
.contact input, .contact textarea {
  box-sizing: border-box;
  width: 100%;
}
/* line 169, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  width: 45%;
  float: left;
}
/* line 174, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-area {
  width: 50%;
  margin-left: 5%;
  float: left;
}
/* line 180, templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 183, templates/g5_hydrogen/custom/scss/template.scss */
/* line 184, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul {
  margin-left: 2.5rem;
}
/* line 188, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
/* line 195, templates/g5_hydrogen/custom/scss/template.scss */
/* line 196, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  display: block !important;
}
/* line 200, 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 208, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies p {
  margin: 10px 0;
}
/* line 217, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner {
  border-bottom: 2px solid #e51b1b;
  margin: 0 10px;
  text-align: center;
  font-size: 0.8rem;
}
/* line 224, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner h3 {
  font-weight: 700;
  font-size: 1.1rem;
  color: #323232;
  text-align: center;
}
/* line 231, 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 240, 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 #e51b1b;
  border-radius: 50%;
  opacity: 0;
}
/* line 255, 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 261, templates/g5_hydrogen/custom/scss/template.scss */
.icoset .inner .fa {
  font-size: 4.2rem;
  line-height: 100%;
  color: #fff;
  background: #e51b1b;
  padding: 2.4rem;
  border-radius: 100%;
}
/* line 274, templates/g5_hydrogen/custom/scss/template.scss */
/* line 275, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel {
  margin-top: 24px;
}
/* line 278, templates/g5_hydrogen/custom/scss/template.scss */
/* line 280, templates/g5_hydrogen/custom/scss/template.scss */
#g-header 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;
  line-height: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  padding-bottom: 1px;
}
/* line 293, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel li.g-selected > .g-menu-item-container {
  color: #999;
}
/* line 297, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel li.active > .g-menu-item-container {
  color: #999;
}
/* line 301, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel li .g-menu-parent-indicator {
  top: 0.4rem;
}
/* line 309, templates/g5_hydrogen/custom/scss/template.scss */
/* line 310, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel > li > .g-menu-item-container {
  margin-right: 30px;
}
/* line 313, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel > li > .g-menu-item-container:after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #e51b1b;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 324, templates/g5_hydrogen/custom/scss/template.scss */
/* line 325, templates/g5_hydrogen/custom/scss/template.scss */
/* line 326, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel > li.active > .g-menu-item-container:after, #g-header nav.g-main-nav ul.g-toplevel > li.g-selected > .g-menu-item-container:after {
  width: 100%;
}
/* line 334, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel ul.g-dropdown {
  background: #fff;
  box-shadow: 0 0 3px #898989;
}
/* line 338, templates/g5_hydrogen/custom/scss/template.scss */
/* line 339, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel ul.g-dropdown li .g-menu-item-container {
  padding: 6px 10px;
  border-left: 3px solid transparent;
}
/* line 344, templates/g5_hydrogen/custom/scss/template.scss */
#g-header nav.g-main-nav ul.g-toplevel ul.g-dropdown li.g-selected > .g-menu-item-container {
  border-left: 3px solid #e51b1b;
}
/* line 357, templates/g5_hydrogen/custom/scss/template.scss */
#g-page-surround {
  background: #f5f5f5;
}
/* line 361, templates/g5_hydrogen/custom/scss/template.scss */
#g-top {
  background: #f5f5f5;
}
/* line 363, templates/g5_hydrogen/custom/scss/template.scss */
#g-top .g-content {
  padding: 0 15px;
  margin: 0px 10px;
}
/* line 368, templates/g5_hydrogen/custom/scss/template.scss */
#g-top p {
  margin: 10px 0;
}
/* line 373, templates/g5_hydrogen/custom/scss/template.scss */
#g-header {
  background: #fff;
}
/* line 376, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .g-content {
  padding: 0 15px;
  margin: 0 10px;
  padding-top: 0px;
}
/* line 384, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase {
  padding: 0;
}
/* line 387, templates/g5_hydrogen/custom/scss/template.scss */
/* line 391, templates/g5_hydrogen/custom/scss/template.scss */
/* line 392, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .slideshowck .camera_caption > div {
  background: none;
}
/* line 396, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .slideshowck .camera_caption .camera_caption_desc {
  font-family: "Open Sans";
  font-size: 1.1rem;
  padding: 15px 20px;
}
/* line 403, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .slideshowck .camera_commands {
  display: none;
}
/* line 407, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .slideshowck .camera_prev, #g-showcase .slideshowck .camera_next {
  background: transparent;
}
/* line 411, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .slideshowck .camera_prev {
  left: 4%;
}
/* line 414, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .slideshowck .camera_prev > span {
  background: url('../../images/arrow-left.png') no-repeat;
}
/* line 419, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .slideshowck .camera_next {
  right: 4%;
}
/* line 422, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .slideshowck .camera_next > span {
  background: url('../../images/arrow-right.png') no-repeat;
}
/* line 430, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  background: #fff;
  position: relative;
  z-index: 1;
}
/* line 436, templates/g5_hydrogen/custom/scss/template.scss */
/* line 437, templates/g5_hydrogen/custom/scss/template.scss */
#content-bottom h3 {
  font-weight: 700;
}
/* line 443, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  background: #600;
  color: #fff;
  border: 0;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  padding-top: 100px;
  margin-top: -90px;
}
/* line 455, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer p {
  margin: 5px 0;
}
/* line 459, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer a {
  color: #fff;
}
/* line 463, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 110px;
  left: 0;
  background: #84352e;
}
/* line 476, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright {
  font-size: 0.75rem;
  color: #fff;
  background: #4e0000;
}
/* line 481, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright .g-content {
  padding: 0 0.8rem;
}
/* line 485, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright p {
  margin: 0;
}
/* line 488, templates/g5_hydrogen/custom/scss/template.scss */
.well {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-left: 2px solid #e51b1b;
}
/* line 496, templates/g5_hydrogen/custom/scss/template.scss */
.siat-imgset {
  position: relative;
}
/* line 498, templates/g5_hydrogen/custom/scss/template.scss */
.siat-imgset img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 503, templates/g5_hydrogen/custom/scss/template.scss */
.siat-imgset img.active {
  z-index: 2;
}
/* line 509, templates/g5_hydrogen/custom/scss/template.scss */
ul.siat-colorset {
  list-style: none;
  margin: 0;
}
/* line 513, templates/g5_hydrogen/custom/scss/template.scss */
ul.siat-colorset li {
  float: left;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
/* line 519, templates/g5_hydrogen/custom/scss/template.scss */
ul.siat-colorset li a {
  color: #292929;
}
/* line 523, templates/g5_hydrogen/custom/scss/template.scss */
ul.siat-colorset li span {
  display: block;
  background: #ccc;
  height: 26px;
  width: 70px;
}
/* line 529, templates/g5_hydrogen/custom/scss/template.scss */
ul.siat-colorset li span.siat-colorbox-brown {
  background: #45302b;
}
/* line 530, templates/g5_hydrogen/custom/scss/template.scss */
ul.siat-colorset li span.siat-colorbox-green {
  background: #0b391f;
}
/* line 531, templates/g5_hydrogen/custom/scss/template.scss */
ul.siat-colorset li span.siat-colorbox-darkgray {
  background: #353c42;
}
/* line 532, templates/g5_hydrogen/custom/scss/template.scss */
ul.siat-colorset li span.siat-colorbox-black {
  background: #121315;
}
/* line 541, templates/g5_hydrogen/custom/scss/template.scss */
.product-info {
  margin: 10px;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 548, templates/g5_hydrogen/custom/scss/template.scss */
.product-info .product-title {
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e51b1b;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}
/* line 561, templates/g5_hydrogen/custom/scss/template.scss */
.product-info:hover {
  opacity: 0.8;
}
@media only all and (max-width: 47.99rem) {
  /* line 567, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top {
    text-align: center;
  }
  /* line 568, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 569, templates/g5_hydrogen/custom/scss/template.scss */
  #g-copyright p {
    text-align: center !important;
  }
}
/*# sourceMappingURL=custom_11.css.map */