@font-face {
  font-family: "Kabel Bk BT";
  src: url('../fonts/Kabel Book BT.ttf');
}
a {
  text-decoration: underline;
  color: #95C827;
}
a:visited, a:focus, a:active {
  color: #95C827;
}
a:hover {
  color: #454449;
}
#header {
  color: #454449;
  font-family: Kabel Bk BT;
  font-size: 25px;
  margin-top: 0;
  position: static;
  height: 150px;
  text-align: center;
}
#container1 {
  color: #454449;
  font-family: Kabel Bk BT;
  font-size: 25px;
  margin-top: 0;
  position: static;
  height: 500px;
  text-align: center;
}
#container2 {
  color: #454449;
  font-family: Kabel Bk BT;
  font-size: 20px;
  margin-top: 0;
  position: static;
  height: 500px;
  text-align: center;
}
#footer {
  color: #454449;
  font-family: Kabel Bk BT;
  font-size: 20px;
  font-weight: bold;
  bottom: 0px;
  position: fixed;
  width: 100%;
  text-align: center;
  background: white;
}
.parallax1 {
  color: white;
  font-family: Kabel Bk BT;
  font-size: 30px;
  font-weight: bold;
  background-position: center top;
  background-image: url(../images/parallax/img1.jpg);
  /*transform: translateZ(10px) scale(1.1);*/
  height: 250px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-size: cover;*/
}
.parallax2 {
  color: white;
  font-family: Kabel Bk BT;
  font-size: 30px;
  font-weight: bold;	
  background-position: center top;
  background-image: url(../images/parallax/img2.jpg);
  /*transform: translateZ(10px) scale(1.1);*/
  height: 250px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax3 {
  color: white;
  font-family: Kabel Bk BT;
  font-size: 30px;
  font-weight: bold;	
  background-position: center bottom;
  background-image: url(../images/parallax/img3.jpg);
  /*transform: translateZ(10px) scale(1.1);*/
  height: 250px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/*.bouton a {
  clear: both;
  float:center;
  margin:2px;
  display:block;
  width:150px;
  line-height:50px;
  text-align:center;
  vertical-align:middle;
  background:url(../images/boutons/boutonnoir1.png) no-repeat;
  color:white;
  text-decoration:none;
}
.bouton a:hover {
  background:url(../images/boutons/boutonnoir2.png) no-repeat;
}*/
.btn {
text-decoration: none;
padding: 10px;
font-family: Kabel Bk BT;
font-size: 20px;
color: #FFFFFF;
background-color: #95C827;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
box-shadow: 3px 3px 12px #454449;
-webkit-box-shadow: 3px 3px 12px #454449;
-moz-box-shadow: 3px 3px 12px #454449;
-webkit-appearance: none;
}
.btn:hover {
padding: 10px;
background-color: #454449;
box-shadow: 1px 1px 4px #454449;
-webkit-box-shadow: 1px 1px 4px #454449;
-moz-box-shadow: 1px 1px 4px #454449;
}
.FrmTextArea{
margin-top: 5px;
width: 380px;
height:150px;
}
.FrmInputArea{
width: 382px;
height:16px;
}