@charset "UTF-8";
/* Couleurs */
/* Espacement */
/* Base CSS réutilisée par les avis et les autres frames avec icônes*/
.zonePeche {
  padding: 0;
}

.zonePecheTitre {
  margin-bottom: 1rem;
  padding-right: 0 !important;
}

.zonePecheTitre:before, .zonePeche:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #223654;
  margin-bottom: 2rem;
  margin-top: 1rem;
  opacity: 0.3;
}

.zonePeche:after {
  padding-bottom: 1rem;
}

.zonePeche li:first-child {
  padding-left: 0;
}

#main ul.zonePeche li {
  display: inline-block;
  padding: 5px 16px 5px 0;
  text-align: center;
  margin: 0;
}

.zonePeche li a {
  font-weight: normal;
  font-size: 1.125em;
}

.zonePeche li.active a {
  text-decoration: none;
  font-weight: bold;
}

.btn-zonePeche {
  padding: 0.75em 3em;
  margin-top: 2rem;
  display: block;
  text-align: center;
  max-width: 350px;
}