/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : footer & divers */
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Surcharge LESS
------------------------------------------------------------*/
/**
 * PgwSlideshow - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
/*  background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    text-align: left;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px;*/
/*
 * The media-queries are not used because IE8 doesn't support them.
 */
/*visibility:hidden*/
/*.pgwSlideshow .ps-caption a{ text-decoration:none; cursor:text;}
.pgwSlideshow .ps-caption a:hover{ text-decoration:underline;}*/
/* btn_retour */
/* btn */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #87b835;
  border: 1px solid #87b835;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: #fff;
  background-color: #2D2D2D;
  border: 1px solid #87b835;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #fff;
  background-color: transparent;
  border: 1px solid #87b835;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #87b835;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.commonImage:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #87b835;
}
#ariane a {
  color: #fff;
  text-decoration: underline;
}
#ariane a:hover {
  color: #fff;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #fff;
  text-decoration: underline;
}
.goBack a:hover {
  color: #fff;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #999;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
#ariane a:nth-child(2) {
  display: none;
}
#gallery_password_form {
  margin: 0 0 1em;
}
#gallery_password_form .field {
  margin: 0.5em 0;
  padding: 0;
}
#gallery_password_form .field label,
#gallery_password_form .field .fake-label {
  display: block;
}
#gallery_password_form .field label {
  cursor: pointer;
}
#gallery_password_form .field label.error {
  color: #c00;
  font-style: italic;
  font-size: 0.9em;
}
#gallery_password_form .required {
  font-weight: bold;
}
#gallery_password_form .required:before {
  content: '* ';
  color: #c00;
}
#gallery_password_form fieldset {
  padding: 0.5em;
  margin: 1.8em 0 1em;
  border: none;
  border-top: 1px solid #87b835;
}
#gallery_password_form legend {
  margin: 0;
  padding: 0.2em 0.8em;
  color: #fff;
  border: 1px solid #87b835;
  font-style: italic;
}
#gallery_password_form select,
#gallery_password_form textarea,
#gallery_password_form input[type="text"],
#gallery_password_form input[type="password"],
#gallery_password_form input[type="datetime"],
#gallery_password_form input[type="datetime-local"],
#gallery_password_form input[type="date"],
#gallery_password_form input[type="month"],
#gallery_password_form input[type="time"],
#gallery_password_form input[type="week"],
#gallery_password_form input[type="number"],
#gallery_password_form input[type="email"],
#gallery_password_form input[type="url"],
#gallery_password_form input[type="search"],
#gallery_password_form input[type="tel"],
#gallery_password_form input[type="color"] {
  display: inline-block;
  padding: 4px 6px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
}
#gallery_password_form textarea,
#gallery_password_form input[type="text"],
#gallery_password_form input[type="password"],
#gallery_password_form input[type="datetime"],
#gallery_password_form input[type="datetime-local"],
#gallery_password_form input[type="date"],
#gallery_password_form input[type="month"],
#gallery_password_form input[type="time"],
#gallery_password_form input[type="week"],
#gallery_password_form input[type="number"],
#gallery_password_form input[type="email"],
#gallery_password_form input[type="url"],
#gallery_password_form input[type="search"],
#gallery_password_form input[type="tel"],
#gallery_password_form input[type="color"] {
  background-color: transparent;
  border: 1px solid #87b835;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
#gallery_password_form textarea:focus,
#gallery_password_form input[type="text"]:focus,
#gallery_password_form input[type="password"]:focus,
#gallery_password_form input[type="datetime"]:focus,
#gallery_password_form input[type="datetime-local"]:focus,
#gallery_password_form input[type="date"]:focus,
#gallery_password_form input[type="month"]:focus,
#gallery_password_form input[type="time"]:focus,
#gallery_password_form input[type="week"]:focus,
#gallery_password_form input[type="number"]:focus,
#gallery_password_form input[type="email"]:focus,
#gallery_password_form input[type="url"]:focus,
#gallery_password_form input[type="search"]:focus,
#gallery_password_form input[type="tel"]:focus,
#gallery_password_form input[type="color"]:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  /* IE6-9 */
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
#gallery_password_form input[type="radio"],
#gallery_password_form input[type="checkbox"] {
  margin: 4px 0 0;
  /* IE7 */
  *margin-top: 0;
  /* IE8-9 */
  margin-top: 1px \9;
  line-height: normal;
  vertical-align: baseline;
}
#gallery_password_form input[type="file"],
#gallery_password_form input[type="image"],
#gallery_password_form input[type="submit"],
#gallery_password_form input[type="reset"],
#gallery_password_form input[type="button"],
#gallery_password_form input[type="radio"],
#gallery_password_form input[type="checkbox"] {
  width: auto;
}
#gallery_password_form select {
  border: 1px solid #87b835;
  background-color: transparent;
}
#gallery_password_form select:focus,
#gallery_password_form input[type="file"]:focus,
#gallery_password_form input[type="radio"]:focus,
#gallery_password_form input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#gallery_password_form input:-moz-placeholder,
#gallery_password_form textarea:-moz-placeholder {
  color: ;
}
#gallery_password_form input:-ms-input-placeholder,
#gallery_password_form textarea:-ms-input-placeholder {
  color: ;
}
#gallery_password_form input::-webkit-input-placeholder,
#gallery_password_form textarea::-webkit-input-placeholder {
  color: ;
}
#gallery_password_form input[type="submit"] {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #87b835;
  border: 1px solid #87b835;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
#gallery_password_form input[type="submit"]:hover {
  color: #fff;
  background-color: #2D2D2D;
  border: 1px solid #87b835;
}
#gallery_password_form input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#gallery_password_form input[type="submit"].active,
#gallery_password_form input[type="submit"]:active {
  color: #fff;
  background-color: transparent;
  border: 1px solid #87b835;
}
#galleries_list {
  *zoom: 1;
}
#galleries_list:before,
#galleries_list:after {
  display: table;
  content: "";
  line-height: 0;
}
#galleries_list:after {
  clear: both;
}
#ariane {
  background: linear-gradient(#D8D6D6,#87b835);
  border-top: 3px solid #87b835;
  color: #fff;
  padding: .5em;
  position: relative;
}
#ariane em {
  margin-left: 2.5em;
}
#ariane:after {
  font-family: FontAwesome;
  font-size: 25px;
  display: block;
  content: "\f03e";
  position: absolute;
  left: 4px;
  top: 6px;
}
#galleries_list {
  *zoom: 1;
}
#galleries_list:before,
#galleries_list:after {
  display: table;
  content: "";
  line-height: 0;
}
#galleries_list:after {
  clear: both;
}
.gallery {
  text-align: center;
}
.gallery .gallery-title {
  background: linear-gradient(#D8D6D6,#87b835);
  border-top: 3px solid #87b835;
  color: #fff;
  padding: .5em;
}
h2.gallery-title {
  font-size: 1.2em;
  font-family: "Open Sans", sans-serif;
}
.gallery .gallery-title a {
  text-decoration: none;
  color: #fff;
}
.gallery .gallery-title:hover {
  background: linear-gradient(#87b835,#D8D6D6);
  border-top: 3px solid #D8D6D6;
}
.gallery img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #87b835;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gallery img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #87b835;
}
#items_list {
  *zoom: 1;
}
#items_list:before,
#items_list:after {
  display: table;
  content: "";
  line-height: 0;
}
#items_list:after {
  clear: both;
}
.item {
  text-align: center;
}
.item .item-title {
  background: linear-gradient(#F3F3F3,#87b835);
  border-top: 3px #87b835 solid;
  color: #999;
  padding: .5em;
}
.item .item-title a {
  text-decoration: none;
  color: #999;
}
.item .item-title a:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 0 #fff;
}
.item img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #87b835;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.item img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #87b835;
}
.pgwSlideshow {
  width: 100%;
  display: none;
  border: 1px solid #87b835;
}
.pgwSlideshow a {
  color: #fff;
}
.pgwSlideshow .ps-current {
  text-align: center;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.pgwSlideshow .ps-current > ul  > li {
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}
.pgwSlideshow .ps-current > ul  > li img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.pgwSlideshow .ps-current > ul {
  padding: 0;
  margin: 0;
}
.pgwSlideshow .ps-caption {
  display: none;
}
.pgwSlideshow .ps-caption span {
  padding: 7px;
  display: inline-block;
}
.pgwSlideshow .ps-list {
  border-top: 1px solid #87b835;
  background: rgba(0,0,0,0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color',endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color', endColorstr='#99000000')";
  overflow: hidden;
  position: relative;
}
.pgwSlideshow .ps-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
}
.pgwSlideshow .ps-list li {
  float: left;
}
.pgwSlideshow .ps-list li .ps-item {
  display: block;
  margin: 15px 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pgwSlideshow .ps-list li img {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #87b835;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 80px;
  height: 80px;
}
.pgwSlideshow .ps-list li img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #87b835;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
  float: left;
  opacity: 1;
  border: 1px solid #E0DED2;
  overflow: hidden;
}
.pgwSlideshow .ps-prevIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block;
}
.pgwSlideshow .ps-nextIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  display: block;
}
.pgwSlideshow .ps-current .ps-prev {
  background: rgba(0,0,0,0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color',endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color', endColorstr='#99000000')";
  border: 1px solid #87b835;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  padding: 20px 20px 20px 15px;
  left: 0;
  top: 45%;
  cursor: pointer;
}
.pgwSlideshow .ps-current .ps-next {
  background: rgba(0,0,0,0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color',endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color', endColorstr='#99000000')";
  border: 1px solid #87b835;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  padding: 20px 15px 20px 20px;
  right: 0;
  top: 45%;
  cursor: pointer;
}
.pgwSlideshow .ps-list .ps-prev {
  background: rgba(0,0,0,0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color',endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color', endColorstr='#99000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  padding: 20px 15px 20px 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1000;
  display: none;
}
.pgwSlideshow .ps-list .ps-next {
  background: rgba(0,0,0,0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color',endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color', endColorstr='#99000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 20px 12px 20px 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1000;
  display: none;
}
.pgwSlideshow.narrow .ps-list li img {
  max-width: 60px;
  max-height: 60px;
}
.pgwSlideshow.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 12px;
  top: 40%;
}
.pgwSlideshow.narrow .ps-current .ps-next {
  padding: 15px 12px 15px 15px;
  top: 40%;
}
.pgwSlideshow.narrow .ps-list .ps-prev {
  padding: 15px 12px 15px 10px;
  top: 20px;
}
.pgwSlideshow.narrow .ps-list .ps-next {
  padding: 15px 10px 15px 12px;
  top: 20px;
}
.pgwSlideshow.narrow .ps-caption {
  font-size: 0.8rem;
  padding: 8px;
}
.pgwSlideshow img {
  border: 1px solid #87b835;
  border-top: none;
  border-bottom: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.pgwSlideshow img:hover {
  border-top: none;
  border-bottom: none;
  -moz-opacity: .7;
  -khtml-opacity: .7;
  -webkit-opacity: .7;
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.pgwSlider .ps-current span {
  position: absolute;
  width: 100%;
  padding: 8px 10px 10px;
  background: rgba(0,0,0,0.7);
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
}
.ps-caption {
  z-index: 10;
  position: absolute;
  bottom: 1%;
  left: 1%;
  width: 98%;
  color: #fff;
  margin: 0 auto;
  background: rgba(0,0,0,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color',endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@main_border_color', endColorstr='#99000000')";
  border: 1px solid #87b835;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 10px 5px 10px;
  line-height: 1em;
}
.ps-caption p:first-child {
  font-weight: bold;
}
.pgwSlideshow .ps-caption b {
  text-align: center;
}
.btn {
  /*	width:31%;
	 float:left; 
	 margin:0 12px;*/
  text-align: center;
}
.btn a {
  text-decoration: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 1px solid #87b835;
  /*	width:150px;*/
  color: #87b835;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.3em;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  background-color: #2D2D2D;
  font-weight: bold;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  display: block;
  line-height: 1.8em;
}
.btn  a:hover {
  border-color: #87b835;
  background-color: #87b835;
  color: #3a3a3a;
}
@media (max-width: 992px) {
  .btn {
    float: none;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .btn a {
    float: none;
  }
}
.btn_retour {
  text-align: center;
  clear: both;
}
.btn_retour a {
  text-decoration: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 1px solid #87b835;
  /*	width:150px;*/
  color: #87b835;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.2em;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 3px;
  background-color: #FFF;
  font-weight: bold;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  display: block;
  width: 100%;
}
.btn_retour  a:hover {
  border-color: #87b835;
  background-color: #87b835;
  color: #3a3a3a;
}
@media (max-width: 992px) {
  .btn_retour a {
    float: none;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .btn_retour a {
    text-decoration: none;
    margin-bottom: 0;
    /*	width:150px;*/
    padding-bottom: 0;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    letter-spacing: 1px;
    font-weight: bold;
    border: none;
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
  }
  .btn_retour a:hover {
    color: #fff;
    text-decoration: none;
  }
  .btn_retour a:hover {
    border: none;
    background-color: transparent;
  }
}
#gallery_id_10,
#gallery_id_12 {
  margin-left: auto !important;
}
#gallery_id_14 {
  margin-left: 12%;
}
@media (max-width: 992px) {
  #gallery_id_10,
  #gallery_id_12,
  #gallery_id_14 {
    margin-left: 0;
  }
}
