@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #dd0000; /* couleur des 'index' (points ou carrés) avant les noms 'la cabane de l'Alpette' par exemple et des titres des 3 colonnes */
  height: 100%;
  position: relative;
}

a {
  color: #222222; /* Couleur du texte du milieu */
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
a:hover {
  color: #FF0000; /* couleur passage dessus le lien */
  outline: none;
  text-decoration: none;
}
a:focus {
  color: #0000DD;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #5555FF;
  outline: none;
  text-decoration: none;
}

p, figure {
  margin-bottom: 1.5em;
}

/*
h1, h2, h3, h4, h5, h6 {
  color: #484c50;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
*/

body {
  background-color: #91c620 /* couleur du fond de la zone du milieu : vert Chartreuse 'web' 'couleurs Web !?  3*8bits' */
}

#fh5co-header {
  position: absolute;
  width: 70%; :/* plus ou moins 'à gauche' des textes des menus  : A propos   Liens   Contact par mail */
  left: 0; 
  padding-top: 40px; /* position vertical des textes des menus  : A propos   Liens   Contact par mail */
  z-index: 12; /* affiché 'dessus' le reste (0..+z) */
}

/*
@media screen and (max-width: 1200px) {
  #fh5co-header {
    padding-top: 30px;
  } &x-fastws vbn,:v
}
*/

#fh5co-header nav ul {
  padding: 0;
  margin: 0;
  z-index: 12;
  position: relative;
}
@media screen and (max-width: 1000px) { /* Textes des liens , disparaissent si écran < 1000px de large */
  #fh5co-header nav ul {
    display: none;
  }
}

#fh5co-header nav ul li {
  display: inline;
}

#fh5co-header nav ul li a {
  font-size: 18px; /* taille du texte des menus : A propos   Liens   Contact par mail */
  color: rgba(0, 0, 255, 0.5); /* = bleu */
  font-weight: 400; /* gras */
}
#fh5co-header nav ul li a:hover {
  color: red; /* ok couleur survol 'A propos , Liens , Contact' */
}

#fh5co-header nav ul li.active a {
  color: white;
}
#fh5co-header nav ul.n,-; li { /* espace entre les titres des menus  : A propos   Liens   Contact par mail */
  margin-right: 30px;
}

#fh5co-hero {
  background-image: url("../images/massif_chartreuse.jpg");
  background-color: transparent;
  background-size: initial;
  background-attachment: fixed; /* ne bouge pas en scrollant le reste (le bas) */
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  #fh5co-hero {
    background-image: url("../images/massif_chartreuse_1600.jpg");
  }
}
@media screen and (max-width: 1400px) {
  #fh5co-hero {
    background-image: url("../images/massif_chartreuse_1400.jpg");
  }
}
@media screen and (max-width: 1200px) {
  #fh5co-hero {
    background-image: url("../images/massif_chartreuse_1200.jpg");
  }
}
@media screen and (max-width: 1000px) {
  #fh5co-hero {
    background-image: url("../images/massif_chartreuse_1000.jpg");
	background-size: contain;
  }
}
@media screen and (max-width: 800px) {
  #fh5co-hero {
    background-image: url("../images/massif_chartreuse_800.jpg");
	background-size: contain;
  }
}

#fh5co-hero .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #99cc00;
  opacity: .001;
  z-index: 9;
}

#fh5co-hero .fh5co-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #fh5co-hero .fh5co-intro {
    height: 360px;
  }
}

#fh5co-hero .fh5co-intro > div {
  vertical-align: middle;
  display: table-cell;
}
#fh5co-hero .fh5co-intro > div .fh5co-left-position {
  width: 65%;
  float: left;
}
@media screen and (max-width: 1000px) {
  #fh5co-hero .fh5co-intro > div .fh5co-left-position {
    width: 100%;
  }
}

#fh5co-hero .fh5co-intro > div .fh5co-center-position {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #fh5co-hero .fh5co-intro > div .fh5co-center-position {
    width: 100%;
    text-align: center;
  }
}

#fh5co-hero .fh5co-intro > div .fh5co-right-position {
  width: 65%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  #fh5co-hero .fh5co-intro > div .fh5co-right-position {
    width: 100%;
    text-align: left;
  }
}

#fh5co-hero .fh5co-intro > div h1 {  /* Taille du texte des titres 'haberts, Granges ...' */
  font-weight: 100;
  font-size: 25px;
  line-height: 45px;
  color: white;
  font-weight: 500; /* gras */
}
@media screen and (max-width: 1200px) {
  #fh5co-hero .fh5co-intro > div h1 {
	text-align: center;
    font-size: 20px;
    line-height: 35px;
	color: white;
	 font-weight: 400; /* gras */
  }
}

#fh5co-hero .fh5co-intro > div h2 {
  font-size: 70px;
  line-height: 87px;
  font-weight: 100;
  color: white;
}
@media screen and (max-width: 1000px) {
  #fh5co-hero .fh5co-intro > div h2 {
    font-size: 40px;
    line-height: 57px;
    text-align: center;
  }
}

#fh5co-hero .fh5co-intro > div h4 {
  font-weight: 100;
  font-size: 25px;
  line-height: 45px;
  color: white;
}
@media screen and (max-width: 1000px) {
  #fh5co-hero .fh5co-intro > div h4 {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
	color: black;
  }
}

#fh5co-hero .fh5co-learn-more { /* Icon flèche rouge vers le bas */
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
#fh5co-hero .fh5co-learn-more a {
  display: block;
}
#fh5co-hero .fh5co-learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
#fh5co-hero .fh5co-learn-more a .arrow {
  display: block;
  width: 60px;   /* dimension du rond , voir position de la flèche à l'intérieur ci-après 'top'  */
  height: 60px;
  margin: 0 auto;
  background: #FF5555; /* 'rouge' couleur du rond */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-hero .fh5co-learn-more a .arrow i {
  top: 15px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}


.no-js-fullheight {
  height: 620px; /* ok */
}
@media screen and (max-width: 1000px) {
  .no-js-fullheight {
    height: inherit;
    padding: 3em 0;
  }
}

#fh5co-features {
  padding: 30px 0 0 0;  /* ok autour du texte du milieu , 30px en haut */
}
@media screen and (max-width: 800x) {
  #fh5co-features {
    padding: 2em 0 0 0;
  }
}

#fh5co-features .fh5co-feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;  /* ok au dessous texte du milieu */
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #fh5co-features .fh5co-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#fh5co-features .fh5co-feature .fh5co-icon {
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #fff8f8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-features .fh5co-feature .fh5co-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #FA5555;
}
#fh5co-features .fh5co-feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#fh5co-footer {
/* ci-dessous : couleur du 'trait' avant la zone du bas */
  background-color: #000;
  padding: 3px 0 0 0;  /* ok autour du texte du bas */
}

#fh5co-footer .container {
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #FFFFFF; /* 'blanc' couleur du fond de la zone du bas */
	color: #DD0000; /* 'rouge' couleur du texte de la zone du bas */
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 275px;
  background: red;
  padding: 30px;
}
@media screen and (max-width: 700px) { /* ok , abaissé problème pour usage mobile */
  #fh5co-offcanvas {
    display: none; /* 'none' avant 'block' */
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-offcanvas ul li.active a {
  color: #FA5555;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .fh5co-nav-toggle {
    display: block;
    top: 20px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
