/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* GENERAL */
#header-inner {
  position: absolute;
  top: 0;
  left: 0;
}

#main-inner {
  position: static;
}

#content-area {
  padding-top: 40px;
  padding-bottom: 0;
}

/* MENU */
#block-block-4 .sf-style-default li.sf-depth-1.sf-item-1 {
  background: #fff;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-1.clicked>a.sf-depth-1 {
  transition: none;
  color: #fff;
  background: #951b80;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-1>a {
  color: #951b80;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-2 {
  background: #fff;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-2.clicked>a.sf-depth-1 {
  transition: none;
  color: #fff;
  background: #c92a64;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-2>a {
  color: #c92a64;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-3 {
  background: #fff;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-3.clicked>a.sf-depth-1 {
  transition: none;
  color: #fff;
  background: #935f37;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-3>a {
  color: #935f37;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-4 {
  background: #fff;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-4.clicked>a.sf-depth-1 {
  transition: none;
  color: #fff;
  background: #94b236;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-4>a {
  color: #94b236;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-5 {
  background: #fff;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-5.clicked>a.sf-depth-1 {
  transition: none;
  color: #fff;
  background: #5ec6f2;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-5>a {
  color: #5ec6f2;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-6 {
  background-color: #fff;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-6.clicked>a.sf-depth-1 {
  transition: none;
  background-position: -60px center;
  background-color: #47a5cc;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-6>a {
  background-position: 0 center;
}

#block-block-4 .sf-style-default li.sf-depth-1.sf-item-6:hover>a {
  background-position: -60px center;
}

/* DIAPO */
#content_diapo {
  overflow: hidden;
}

#content_diapo #block-slideshow-slideshow-block-0 {
  margin-bottom: 0;
}

#content_diapo .cycle-slideshow-next,
#content_diapo .cycle-slideshow-prev {
  width: 50px;
  height: 50px;
  background-image: url("../images/custom/diapo-controls.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  z-index: 300;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#content_diapo .cycle-slideshow-prev {
  left: 3%;
}

#content_diapo .cycle-slideshow-next {
  background-position: -50px center;
  right: 3%;
}

#content_diapo .cycle-slideshow-next:hover,
#content_diapo .cycle-slideshow-prev:hover {
  width: 60px;
  height: 60px;
  background-color: #fff;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

#content_diapo .cycle-slideshow-prev:hover {
  background-position: 5px center;
}

#content_diapo .cycle-slideshow-next:hover {
  background-position: -45px center;
}

#content_diapo .cycle-slideshow-next:after,
#content_diapo .cycle-slideshow-prev:after {
  content: none;
}

#content_diapo #masque_diapo_cycle {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -10px;
  width: 180px;
  z-index: 250;
  height: 270px;
  background-image: url("../images/custom/diapo-masque.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
}

#content_diapo a {
  text-decoration: none;
}

#content_diapo #slideshow_img_desc {
  right: 85px;
  bottom: 85px;
  margin-right: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  width: 320px;
  height: 320px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#content_diapo #slideshow_img_desc:after {
  content: '+';
  width: 72px;
  display: block;
  height: 72px;
  background: #c7d301;
  border-radius: 50%;
  color: white;
  line-height: 70px;
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  bottom: 8px;
  right: 15px;
  z-index: 500;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#content_diapo #slideshow_img_desc:hover {
  background: #fff;
}

#content_diapo #slideshow_img_desc:hover:after {
  background: #b9c401;
}

#content_diapo #slideshow_img_desc #title_slideshow_item {
  color: #000;
  font-family: museo, sans-serif;
  font-size: 1.86666667em;
  line-height: 1.2em;
  text-align: center;
  margin: 90px 30px 16px 30px;
  padding: 0;
  text-transform: none;
  font-weight: 700;
}

#content_diapo #slideshow_img_desc #description_slideshow_item {
  font-size: 1em;
  color: #000;
  line-height: 1.3em;
  text-align: justify;
  margin: 0 46px 0 46px;
  font-family: 'Roboto', sans-serif;
  padding: 0;
  letter-spacing: 0;
}

#content-home #block-block-9 {
  position: absolute;
  top: 0;
  right: 0;
}

#content-home #block-block-9 li {
  float: left;
  width: 50px;
  height: 50px;
}

#content-home #block-block-9 li.item-4 {
  width: 200px;
}

#content-home #block-block-9 li.item-4 a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background-color: #94b236 !important;
  background-image: url("../images/custom/map.png") !important;
  background-position: 5px 7px !important;
  background-repeat: no-repeat;
}

#content-home #block-block-9 li.item-4 a:hover {
  background-color: #667E18;
}

#content-home #block-block-9 li.item-4 a span {
  margin-left: 58px;
  margin-top: 16px;
  display: block;
  font-size: 18px;
  color: white;
}

/* #content-home #block-block-9 li>a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  text-indent: -999px;
  background-image: url("../images/custom/footer-social.png");
  background-repeat: no-repeat;
  background-position: -108px 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
} */

#content-home #block-block-9 li>a:hover {
  text-decoration: none;
}

#content-home #block-block-9 li.item-1 {
  width: auto;
  background: #c92a64;
  padding: 0 8px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#content-home #block-block-9 li.item-1:hover {
  background: #a72353;
}

#content-home #block-block-9 li.item-1 .yr-forecast-block-location {
  padding: 0;
  margin: 0;
  border: none;
  height: 50px;
}

#content-home #block-block-9 li.item-1 .yr-forecast-block-location span {
  display: block;
  height: 50px;
  line-height: 50px;
  float: left;
}

#content-home #block-block-9 li.item-1 .yr-forecast-block-location a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: museo, sans-serif;
  font-size: 1.13333333em;
}

#content-home #block-block-9 li.item-1 .yr-forecast-block-location a:hover {
  text-decoration: none;
}

#content-home #block-block-9 li.item-1 .yr-forecast-block-location a img {
  margin: 5px 5px 0 0;
  height: 40px;
}

#content-home #block-block-9 li.item-2 a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  text-indent: -999px;
  background-image: url("../images/custom/footer-social.png");
  background-repeat: no-repeat;
  background-position: -108px 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background-color: #4468a5;
}

#content-home #block-block-9 li.item-2 a:hover {
  background-color: #2e2e2e;
}

#content-home #block-block-9 li.item-3 a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  text-indent: -999px;
  background-image: url("../images/custom/footer-social.png");
  background-repeat: no-repeat;
  background-position: -162px 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background-color: #32aadc;
}

#content-home #block-block-9 li.item-3 a:hover {
  background-color: #2e2e2e;
}

#content-home #block-views-activites_hp-block_1 {
  margin-bottom: 96px;
  clear: both;
}

#content-home #block-views-activites_hp-block_1 h2 {
  color: #91ac37;
  font-size: 2.53333333em;
  position: relative;
  padding: 0 0 8px 86px;
}

#content-home #block-views-activites_hp-block_1 h2:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -16px;
  right: auto;
  bottom: auto;
  width: 90px;
  z-index: auto;
  height: 90px;
  background-image: url("../images/custom/home-title.png");
  background-repeat: no-repeat;
}

#content-home #block-views-activites_hp-block_1 ul {
  overflow: hidden;
}

#content-home #block-views-activites_hp-block_1 li {
  float: left;
  width: 320px;
}

#content-home #block-views-activites_hp-block_1 li.item-2 {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

#content-home #block-views-activites_hp-block_1 li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  font-size: 1.33333333em;
}

#content-home #block-views-activites_hp-block_1 li a:hover {
  text-decoration: none;
}

#content-home #block-views-activites_hp-block_1 li a span {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

#content-home #block-views-activites_hp-block_1 li a span:hover {
  text-decoration: none;
}

#content-home #block-views-activites_hp-block_1 li a span.field-picture {
  line-height: 0;
}

#content-home #block-views-activites_hp-block_1 li a span.field-title {
  font-family: museo, sans-serif;
  background: #ebebeb;
  padding: 22px 0;
  text-align: center;
  color: #000;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: auto;
}

#content-home #block-views-activites_hp-block_1 li a:hover span.field-title {
  background: #91ac37;
  color: #fff;
}

#content-home #block-views-activites_hp-block_1 .all a {
  display: block;
  width: 170px;
  float: right;
  line-height: 60px;
  height: 60px;
  color: #91ac37;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 26px;
  text-decoration: none;
  -webkit-transition: background-color ease-in-out 0.4s;
  -moz-transition: background-color ease-in-out 0.4s;
  -ms-transition: background-color ease-in-out 0.4s;
  -o-transition: background-color ease-in-out 0.4s;
  transition: background-color ease-in-out 0.4s;
  background-image: url("../images/custom/activites.png");
  background-repeat: no-repeat;
  background-position: right 0;
}

#content-home #block-views-activites_hp-block_1 .all a:hover {
  background-color: #91ac37;
  color: #fff;
  background-position: right -60px;
}