/* 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";
#fixbg {
  background-image: url('../../../../images/background/LacJaunay_background.jpg');
  background-color: grey;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  -webkit-background-size: cover !important;
  /* pour Chrome et Safari */
  -moz-background-size: cover !important;
  /* pour Firefox */
  -o-background-size: cover !important;
  /* pour Opera */
  background-size: cover !important;
  /* version standardisée */
}
@media screen and (max-width: 60rem) {
  #fixbg {
    background-attachment: initial !important;
  }
}
.section-background {
  background: center center fixed no-repeat;
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
}
/*# sourceMappingURL=custom_16.css.map */