/* 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 */
hr, p {
  margin: 1.2rem 0;
}
/* line 27, templates/g5_hydrogen/custom/scss/template.scss */
.g-title, .platform-content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2f6e1d !important;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
/* line 37, templates/g5_hydrogen/custom/scss/template.scss */
.g-title:after, .platform-content h1:after, .g-title:before, .platform-content h1:before {
  content: '';
  display: inline-block;
  width: 163px;
  height: 23px;
  margin: 0 auto;
}
/* line 46, templates/g5_hydrogen/custom/scss/template.scss */
.g-title:before, .platform-content h1:before {
  background: url('../../images/h-before.png');
  margin-right: 40px;
}
/* line 51, templates/g5_hydrogen/custom/scss/template.scss */
.g-title:after, .platform-content h1:after {
  background: url('../../images/h-after.png');
  margin-left: 40px;
}
/* line 57, templates/g5_hydrogen/custom/scss/template.scss */
/* line 58, templates/g5_hydrogen/custom/scss/template.scss */
.page-header:after {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: #2f6e1d;
  margin: 20px auto;
}
/* line 68, templates/g5_hydrogen/custom/scss/template.scss */
.moduletable.sep {
  position: relative;
}
/* line 71, templates/g5_hydrogen/custom/scss/template.scss */
.moduletable.sep .g-title {
  margin-bottom: 150px;
}
/* line 75, templates/g5_hydrogen/custom/scss/template.scss */
.moduletable.sep:after {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: #2f6e1d;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* line 90, 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 96, templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 100, templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #e63935;
}
/* line 105, 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 112, 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 116, 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: #e63935;
}
/* line 120, templates/g5_hydrogen/custom/scss/template.scss */
textarea {
  height: auto;
}
/* line 125, templates/g5_hydrogen/custom/scss/template.scss */
.button, .readon, .readmore, button.validate {
  display: inline-block;
  outline: none;
  color: #fafafa !important;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.23rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border: 3px solid #e63935;
  border-radius: 4px;
  box-shadow: none;
  background: #e63935 !important;
  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 147, templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  color: #fafafa !important;
  background: #ce1e1a !important;
  border-color: #ce1e1a !important;
}
/* line 156, templates/g5_hydrogen/custom/scss/template.scss */
/* line 157, templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 159, templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 161, templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 165, templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 169, templates/g5_hydrogen/custom/scss/template.scss */
.contact input[type="color"], .contact input[type="date"], .contact input[type="datetime"], .contact input[type="datetime-local"], .contact input[type="email"], .contact input[type="month"], .contact input[type="number"], .contact input[type="password"], .contact input[type="search"], .contact input[type="tel"], .contact input[type="text"], .contact input[type="time"], .contact input[type="url"], .contact input[type="week"], .contact input:not([type]), .contact textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 33px;
}
/* line 175, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  margin-right: 25px;
}
/* line 179, templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 182, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes {
  font-size: 0.7rem;
  line-height: 1rem;
}
/* line 186, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 191, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes ul li {
  clear: both;
}
/* line 196, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes input {
  float: left;
}
/* line 201, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes label {
  float: left;
  width: 95%;
}
/* line 206, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes input[type="checkbox"] {
  margin: 0;
  margin-top: 2px;
  margin-right: 8px;
  vertical-align: middle;
}
/* line 215, templates/g5_hydrogen/custom/scss/template.scss */
/* line 216, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul {
  margin-left: 2.5rem;
}
/* line 220, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
/* line 227, templates/g5_hydrogen/custom/scss/template.scss */
/* line 228, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  width: 100%;
}
/* line 232, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies p {
  font-size: 0.8rem;
  margin: 10px 0;
}
/* line 238, templates/g5_hydrogen/custom/scss/template.scss */
/* line 239, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel {
  float: right;
  margin-top: 40px;
}
/* line 244, templates/g5_hydrogen/custom/scss/template.scss */
/* line 245, 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 256, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.g-selected > .g-menu-item-container {
  color: #999;
}
/* line 260, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.active > .g-menu-item-container {
  color: #999;
}
/* line 264, 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 268, templates/g5_hydrogen/custom/scss/template.scss */
/* line 269, templates/g5_hydrogen/custom/scss/template.scss */
/* line 270, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel > li > .g-menu-item-container:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #e63935;
  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 281, templates/g5_hydrogen/custom/scss/template.scss */
/* line 282, templates/g5_hydrogen/custom/scss/template.scss */
/* line 283, templates/g5_hydrogen/custom/scss/template.scss */
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 291, 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 295, templates/g5_hydrogen/custom/scss/template.scss */
/* line 296, 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 309, templates/g5_hydrogen/custom/scss/template.scss */
#g-page-surround {
  background: #f5f5f5;
}
/* line 314, templates/g5_hydrogen/custom/scss/template.scss */
#g-top {
  background-color: #f9f9f9;
  height: 120px;
}
/* line 317, templates/g5_hydrogen/custom/scss/template.scss */
#g-top .g-content {
  margin: 0.1rem;
  padding-right: 1.2rem;
}
/* line 321, templates/g5_hydrogen/custom/scss/template.scss */
#g-top:after {
  content: '';
  display: block;
  width: 1px;
  height: 43px;
  background: #d2d2d2;
  position: absolute;
  top: 43px;
  left: calc(50% + 95px);
}
/* line 334, templates/g5_hydrogen/custom/scss/template.scss */
#g-header {
  text-align: center;
  padding-bottom: 25px;
  height: auto;
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
}
/* line 341, templates/g5_hydrogen/custom/scss/template.scss */
#g-header a {
  color: #fff;
}
/* line 345, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 356, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase {
  padding: 0;
  background-color: #f5f5f5;
  color: #343434;
  background-image: url('../../images/bg-offer.png');
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70px;
  font-size: 1rem;
}
/* line 365, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase h3 {
  padding-bottom: 30px;
}
/* line 370, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  padding: 0;
  background-color: #f5f5f5;
  padding-top: 70px;
  font-size: 1rem;
}
/* line 375, templates/g5_hydrogen/custom/scss/template.scss */
#g-main h3 {
  padding-bottom: 30px;
}
/* line 378, templates/g5_hydrogen/custom/scss/template.scss */
#g-main .sigFreeLink, #g-main .fancybox-button {
  margin: 14px;
}
/* line 382, templates/g5_hydrogen/custom/scss/template.scss */
#g-main .upperside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
/* line 389, templates/g5_hydrogen/custom/scss/template.scss */
#g-main .inner {
  font-size: 1rem;
}
/* line 394, templates/g5_hydrogen/custom/scss/template.scss */
#g-content-bottom {
  color: #2f6e1d;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  padding-bottom: 20px;
  padding-top: 30px;
}
/* line 403, templates/g5_hydrogen/custom/scss/template.scss */
#g-content-bottom .size-50 {
  padding-left: 70px;
  padding-right: 50px;
}
/* line 408, templates/g5_hydrogen/custom/scss/template.scss */
#g-content-bottom h5, #g-content-bottom h3 {
  color: #2f6e1d;
}
/* line 412, templates/g5_hydrogen/custom/scss/template.scss */
#g-content-bottom:after {
  content: '';
  display: block;
  width: 2px;
  height: 86px;
  background: #2f6e1d;
  position: absolute;
  top: 0px;
  left: calc(50% - 540px);
}
/* line 424, templates/g5_hydrogen/custom/scss/template.scss */
#g-content-bottom:before {
  content: '';
  display: block;
  width: 960px;
  height: 360px;
  background: url('../../images/fot-side.jpg') no-repeat top center;
  position: absolute;
  left: 50%;
  top: 0;
}
/* line 437, templates/g5_hydrogen/custom/scss/template.scss */
#g-bottom {
  padding-top: 70px;
}
/* line 439, templates/g5_hydrogen/custom/scss/template.scss */
#g-bottom img {
  padding: 10px;
  border-radius: 20px;
}
/* line 445, templates/g5_hydrogen/custom/scss/template.scss */
#g-bottom-slogan {
  background: url('../../images/bg-sentence.jpg');
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
/* line 449, templates/g5_hydrogen/custom/scss/template.scss */
#g-bottom-slogan h3 {
  color: #fefefc;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}
/* line 459, templates/g5_hydrogen/custom/scss/template.scss */
#g-partners {
  padding-top: 100px;
}
/* line 461, templates/g5_hydrogen/custom/scss/template.scss */
#g-partners div {
  margin: auto;
}
/* line 464, templates/g5_hydrogen/custom/scss/template.scss */
#g-partners img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: auto;
}
/* line 471, templates/g5_hydrogen/custom/scss/template.scss */
#g-partners .g-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
/* line 476, templates/g5_hydrogen/custom/scss/template.scss */
#g-partners .g-container {
  width: 100%;
}
/* line 479, templates/g5_hydrogen/custom/scss/template.scss */
#g-partners .customsep {
  background: #fff;
  padding-left: 12%;
  padding-right: 12%;
}
/* line 486, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
  background: #333;
  border: 0;
}
/* line 494, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer a:hover {
  font-weight: bold;
}
/* line 498, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer a, #g-footer p, #g-footer h4 {
  line-height: 100%;
  color: #fff;
  margin: auto;
}
/* line 505, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright {
  background: #333;
  color: #fcfcfc;
  font-size: 0.75rem;
  border-top: 1px solid #5c5c5c;
}
/* line 511, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright .g-content {
  padding: 0 0.8rem;
}
/* line 515, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright p {
  margin: 0;
}
/* line 518, templates/g5_hydrogen/custom/scss/template.scss */
/* line 519, templates/g5_hydrogen/custom/scss/template.scss */
/* line 520, templates/g5_hydrogen/custom/scss/template.scss */
.offerbox [class*="size-"] .inner {
  padding: 10px 30px;
  padding-bottom: 40px;
  margin: 0 10px;
  background: gray;
  text-align: center;
  background: url('../../images/bg-offer-tab.png') no-repeat top center;
  background-size: 100%;
}
/* line 530, templates/g5_hydrogen/custom/scss/template.scss */
.offerbox [class*="size-"] .inner img {
  margin-top: 20px;
  margin-bottom: 16%;
  max-width: 85px;
}
/* line 537, templates/g5_hydrogen/custom/scss/template.scss */
.offerbox [class*="size-"]:first-child .inner {
  margin-left: 0;
  margin-right: 20px;
}
/* line 542, templates/g5_hydrogen/custom/scss/template.scss */
.offerbox [class*="size-"]:last-child .inner {
  margin-right: 0;
  margin-left: 20px;
}
@media only all and (max-width: 47.938rem) {
  /* line 551, templates/g5_hydrogen/custom/scss/template.scss */
  .g-title, .platform-content h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2f6e1d;
    text-transform: uppercase;
    position: relative;
    text-align: center;
  }
  /* line 562, templates/g5_hydrogen/custom/scss/template.scss */
  .g-title:after, .platform-content h1:after, .g-title:before, .platform-content h1:before {
    content: none;
  }
  /* line 567, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top {
    text-align: center;
  }
  /* line 569, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top:after {
    content: none;
  }
  /* line 574, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 575, templates/g5_hydrogen/custom/scss/template.scss */
  #g-header #line1 {
    font-size: 2rem !important;
    text-shadow: 1px 1px #000;
  }
  /* line 579, templates/g5_hydrogen/custom/scss/template.scss */
  #g-header #line2 {
    font-size: 1.9rem !important;
    text-shadow: 1px 1px #000;
  }
  /* line 585, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 586, templates/g5_hydrogen/custom/scss/template.scss */
  #g-content-bottom:before {
    display: none;
  }
  /* line 589, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 590, templates/g5_hydrogen/custom/scss/template.scss */
  #g-bottom img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 597, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 598, templates/g5_hydrogen/custom/scss/template.scss */
  #g-partners img {
    width: 35%;
    height: auto;
    margin-top: 20px;
  }
  /* line 605, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 606, templates/g5_hydrogen/custom/scss/template.scss */
  #g-footer p h4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 613, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 614, templates/g5_hydrogen/custom/scss/template.scss */
  #g-copyright p {
    text-align: center !important;
  }
  /* line 617, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 618, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 619, templates/g5_hydrogen/custom/scss/template.scss */
  .offerbox [class*="size-"] .inner {
    padding-bottom: 100px;
  }
  /* line 620, templates/g5_hydrogen/custom/scss/template.scss */
  .offerbox [class*="size-"] .inner img {
    margin-bottom: 20%;
  }
}
/*# sourceMappingURL=custom_11.css.map */