@import "normalize/normalize.css";
@import "animate/animate.css";
@import "foundation/foundation.css";

@import "header.css";
@import "footer.css";

header {
  position: fixed;
  top: 0px;
  width: 100%;
  background: linear-gradient(to right, #4d798f, #395c6f);
  height: 50px;
  z-index: 1000;
}
.top-bar {
  background-color: #3a3a3a;
}
.header-logo,
.header-menu {
  display: inline-block;
}
.header-menu>ul {
  list-style: none;
}
.header-menu>ul>li {
  float: left;
  border-right: 1px solid #cdcfd1;
}
.header-menu>ul>li:last-child {
  border-right: none;
}
.header-menu>ul>li>ul {
  display: none;
  margin-left: -88px;
  margin-top: 0px;
  padding-top: 10px;
  position: absolute;
  list-style: none;
}
.header-menu>ul>li>ul>li {
  background-color: #3a3a3a;
  border-bottom: 1px solid #999999;
  text-align: right;
}
.header-menu>ul>li>ul>li a {
  display: block;
  height: 40px;
  line-height: 20px;
}
.header-menu>ul>li>ul>li:hover {
  background-color: #505050;
}
.header-menu>ul>li>ul>li:last-child {
  border: none;
}
.header-logo {
  height: 50px;
  float: left;
  margin-right: 15px;
}
.header-logo img {
  margin-top: 12.5px;
  height: 25px;
}
.top-bar .title-area .name {
  padding-left: 15px;
}
.header-menu {
  margin-top: 10px;
}
.header-menu a {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: white;
  padding: 10px 15px;
  font-style: italic;
}
footer {
  background-color: #dadada;
}
body {
  padding-top: 50px;
}
.activitee>a>div {
  position: relative;
  cursor: pointer;
  text-align: right;
  height: 497px;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  padding-right: 2px;
  padding-left: 2px;
  background-color: white;
  z-index: 1;
  border-left: 1px solid #d1d1d1;
  overflow: hidden;
  color: #3a3a3a;
}
.activitee>a>div:hover {
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  -o-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  -ms-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  z-index: 2;
  transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.activiteee>a>div {
  position: relative;
  cursor: pointer;
  text-align: right;
  height: 510px;
  margin-top:40px;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  padding-right: 2px;
  padding-left: 2px;
  background-color: white;
  z-index: 1;
  border-left: 1px solid #d1d1d1;
  overflow: hidden;
  color: #3a3a3a;
}
.activiteee>a>div:hover {
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  -o-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  -ms-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  z-index: 2;
  transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.bt-activite-index {
  color: #6f6f6f;
  padding-top: 5px;
  padding-bottom: 5px;
}
.activitee i {
  font-size: 14px;
}
.captcha input{
    display: inline;
}


form#page_contact input,form#page_contact label,form#page_contact select {
    margin-bottom: 3px;
}
form#page_contact textarea {
    height:289px;
    margin-top: 26px;
}


.btn_rs {
	opacity:0.80;
}

.btn_rs:hover {
	/*transform: rotate(0.01turn) scale(1.01);*/
	
	opacity:1;
}    

a.pastille-thermo {
  position: fixed;
  display: block;
  z-index: 19;
  width: 250px;
  height: 180px;
  border-radius: 50%;
  top: 150px;
  right: -154px;
  -webkit-transform: translateX(-0%) rotate(0);
      -ms-transform: translateX(-0%) rotate(0);
          transform: translateX(-0%) rotate(0);
  transition: all 0.15s ease-in-out; }
  
  a.pastille-thermo:hover {
    -webkit-transform: translateX(-60%) rotate(0);
        -ms-transform: translateX(-60%) rotate(0);
            transform: translateX(-60%) rotate(0);
    }
   