/* 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
 */

@charset "UTF-8";
/* Modification du bouton pop up de l'inscription newsletter*/
/* line 2, templates/g5_hydrogen/custom/scss/custom.scss */
.btn-primary {
  background: #757575 none repeat scroll 0 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: none;
}
/* line 8, templates/g5_hydrogen/custom/scss/custom.scss */
.btn-primary:hover {
  background: #565656 none repeat scroll 0 0;
  color: #fff;
}
/* Modification du messsage pop up de l'inscription newsletter*/
/* line 13, templates/g5_hydrogen/custom/scss/custom.scss */
.alert-info {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
/* Rendre les bords des tableau transparants*/
/* line 20, templates/g5_hydrogen/custom/scss/custom.scss */
td {
  border: 0px solid #eaeaea;
  padding: 0.5rem;
}
/* line 24, templates/g5_hydrogen/custom/scss/custom.scss */
table {
  border: 0px solid #eaeaea;
}
/* line 28, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
  left: 0;
}
/* Menu pour retrecir les paves fond gris item menu*/
/* line 36, templates/g5_hydrogen/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0.8rem 1.938rem;
}
/* Pour fixer le menu et logo ensuite on joue avec les padding pour descendre la partie blog et showcase*/
/* line 40, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header {
  background: transparant;
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 100;
}
/* line 47, templates/g5_hydrogen/custom/scss/custom.scss */
#g-showcase {
  background-color: #fff;
  color: #3d3b3b;
  padding: 14rem 0 0 0;
}
/* line 52, templates/g5_hydrogen/custom/scss/custom.scss */
.blog {
  background-color: #fff;
  color: #3d3b3b;
  padding: 12rem 0 0 0;
}
/* line 57, templates/g5_hydrogen/custom/scss/custom.scss */
.item-page {
  background-color: #fff;
  color: #3d3b3b;
  padding: 12rem 0 0 0;
}
/* line 65, templates/g5_hydrogen/custom/scss/custom.scss */
body {
  /* CSS Document Pour le faire fonctionner il faut desactiver sur les occurences de templates developpement mode*/
  font-size: 0.8rem;
  line-height: 1.4;
}
/* line 69, templates/g5_hydrogen/custom/scss/custom.scss */
h1 {
  font-size: 2.25rem;
}
/* line 72, templates/g5_hydrogen/custom/scss/custom.scss */
h2 {
  font-size: 1.1rem;
  color: #000;
  text-align: center;
  margin: 3.75rem 0 0.1rem 0;
}
/* line 78, templates/g5_hydrogen/custom/scss/custom.scss */
h3 {
  font-size: 1.5rem;
}
/* line 81, templates/g5_hydrogen/custom/scss/custom.scss */
h4 {
  font-size: 1.15rem;
}
/* line 84, templates/g5_hydrogen/custom/scss/custom.scss */
h5 {
  font-size: 1rem;
}
/* line 87, templates/g5_hydrogen/custom/scss/custom.scss */
h6 {
  font-size: 0.85rem;
}
/* line 91, templates/g5_hydrogen/custom/scss/custom.scss */
.sample-content .sample-description {
  font-size: 1rem;
}
/* line 95, templates/g5_hydrogen/custom/scss/custom.scss */
.fullwidth-section {
  padding: 0 !important;
}
/* line 97, templates/g5_hydrogen/custom/scss/custom.scss */
.fullwidth-section .g-container {
  width: 100%;
}
/* line 100, templates/g5_hydrogen/custom/scss/custom.scss */
.fullwidth-section .g-content {
  padding: 0;
  margin: 0;
}
/* pour avoir les barres du menu mobile noires*/
/* line 106, templates/g5_hydrogen/custom/scss/custom.scss */
.g-offcanvas-toggle {
  font-size: 1.5rem;
  color: black;
  position: fixed;
  z-index: 1002;
}
/* pour avoir le diaporama à 100%
 .g-container {
 width: 100rem;
 }
 */
/*#g-showcase {
 background-color: #fff;
 color: #080808;
 padding: 1.5rem 0;
 }
 */
/*# sourceMappingURL=custom_12.css.map */