@charset "UTF-8";
/* Stylesheet for Autun Morvan Ecologie - franck@ouik.fr */
/* base */
/* Soft reset + base - sass/_rebase
-------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
}

ul, ol {
  padding-left: 1em;
}

ul.unstyled {
  list-style: outside none none;
}

.risette {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
  vertical-align: middle;
  height: auto;
}

audio, canvas, video {
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

html {
  font-size: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: gudea, arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

a {
  color: #366666;
  text-decoration: none;
}

[id=content] a {
  border-bottom: 1px dotted;
}
[id=content] a:focus, [id=content] a:hover {
  border-bottom: 1px solid;
}

p, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure, hgroup {
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0.75em;
}

h2, h3, h4, h5 {
  font-weight: normal;
}

h1, .h1-like {
  font-size: 2.2222222222em;
  color: #363;
  line-height: 1.1;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 40em) {
  h1, .h1-like {
    font-size: 2.6666666667em;
  }
}

h2, .h2-like {
  font-weight: bold;
  font-size: 1.7777777778em;
  color: #363;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.75em;
}

h3, .h3-like {
  font-size: 1.5555555556em;
  color: #363;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.875em;
}

h4, .h4-like {
  font-size: 1.2222222222em;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.875em;
  color: #666;
}

h5, .h5-like {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.875em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

figcaption {
  font-style: italic;
  text-align: center;
  color: #555;
}

.big {
  font-size: 1.2222222222em;
}

.bigger {
  font-size: 1.4444444444em;
}

.small {
  font-size: 0.7777777778em;
}

.smaller {
  font-size: 0.6666666667em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mr3 {
  margin-right: 3em;
}

.mt1 {
  margin-top: 1em;
}

.error {
  color: red;
}

.hidden {
  left: -7000px;
  overflow: hidden;
  position: absolute;
}

/* skip-links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  left: -7000px;
  padding: 0.5em;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
}

p:first-child, ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, pre:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

li p, li ul, li ol {
  margin-bottom: 0;
  margin-top: 0;
}

img, table, td, blockquote, code, pre, textarea, video {
  max-width: 100%;
}

body > script {
  display: none;
}

.mod {
  overflow: hidden;
}

.clear, .line, .row {
  clear: both;
}

sup,
sub {
  vertical-align: 0;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/*textarea,
table,
td,
th,
code,
pre,
samp,
div,
p,*/
[id=content],
.cut {
  word-wrap: break-word;
  hyphens: auto;
}

/* pour supprimer la césure si besoin */
.nocut {
  word-wrap: normal;
  hyphens: none;
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.row > *, .col {
  display: block;
}
@media screen and (min-width: 40em) {
  .row > *, .col {
    display: table-cell;
    vertical-align: top;
  }
}

.inbl {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 40em) {
  .left {
    float: left;
  }
}

@media screen and (min-width: 40em) {
  img.left {
    margin-right: 1em;
  }
}

@media screen and (min-width: 40em) {
  .right {
    float: right;
  }
}

@media screen and (min-width: 40em) {
  img.right {
    margin-left: 1em;
  }
}

img.left, img.right {
  margin-bottom: 5px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.center-mw {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

.small-visible {
  display: block;
}
@media screen and (min-width: 40em) {
  .small-visible {
    display: none;
  }
}

.small-hidden {
  display: none;
}
@media screen and (min-width: 40em) {
  .small-hidden {
    display: block;
  }
}

@media print {
  p, blockquote {
    orphans: 2;
    widows: 2;
  }

  blockquote, ul, ol {
    page-break-inside: avoid;
  }

  h1, h2, h3, caption {
    page-break-after: avoid;
  }

  /* Hide blocks on the print output */
  .header,
#nav,
.footer,
.btn,
img,
.share,
.noprint {
    display: none;
  }

  /* Change template and content styling suitable for printing on plain paper */
  body {
    height: auto;
    background: #fff;
    color: #333;
  }

  .link-block, .rens-block {
    background: #fff;
  }

  a:link, a:visited, a:active {
    color: #333;
    text-decoration: underline;
  }

  h1, h2, h3 {
    padding-bottom: 1px;
    border-bottom: 1px solid #333;
    color: #000 !important;
  }

  h4, h5, h6 {
    color: #000;
  }
}
/* viewport fixing for RWD */
@-webkit-viewport {
  zoom: 1;
  width: device-width;
}
@-moz-viewport {
  zoom: 1;
  width: device-width;
}
@-ms-viewport {
  zoom: 1;
  width: device-width;
}
@-o-viewport {
  zoom: 1;
  width: device-width;
}
@viewport {
  zoom: 1;
  width: device-width;
}
/* ---------------------------------- */
/* ==Grillade : Simple Grid System    */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
@media (min-width: 640px) {
  [class*=" grid-"],
[class^=grid-] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
[class^=grid-] > * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 640px) {
  .grid,
.grid--reverse {
    display: flex;
  }
  .grid > *,
.grid--reverse > * {
    flex: 1 1 0%;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
  .grid.has-gutter > * + *,
.grid--reverse.has-gutter > * + * {
    margin-left: calc(1.3rem - 0.01px);
  }
  .grid.has-gutter-l > * + *,
.grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *,
.grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - 0.01px);
  }
}
@media (min-width: 640px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-2].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-2].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-3].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-3].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-4].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-4].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-5].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-5].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-6].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-6].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-7].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-7].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-8].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-8].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-9].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-9].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-10].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-10].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-11].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-11].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter {
    margin-right: -0.65rem;
    margin-left: -0.65rem;
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1.3rem - 0.01px);
    margin-right: 0.65rem;
    margin-left: 0.65rem;
  }
  [class*=grid-12].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-12].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

.item-first {
  order: -1;
}

.item-last {
  order: 1;
}

[class*=grid-][class*="--reverse"] {
  flex-direction: row-reverse;
}

@media (min-width: 640px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px);
  }

  .has-gutter .full {
    width: calc(100% / 1 - 1.3rem - 0.01px);
  }

  .has-gutter-l .full {
    width: calc(100% / 1 - 2rem - 0.01px);
  }

  .has-gutter-xl .full {
    width: calc(100% / 1 - 4rem - 0.01px);
  }

  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }

  .has-gutter .one-half {
    width: calc(100% / 2 - 1.3rem - 0.01px);
  }

  .has-gutter-l .one-half {
    width: calc(100% / 2 - 2rem - 0.01px);
  }

  .has-gutter-xl .one-half {
    width: calc(100% / 2 - 4rem - 0.01px);
  }

  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }

  .has-gutter .one-third {
    width: calc(100% / 3 - 1.3rem - 0.01px);
  }

  .has-gutter-l .one-third {
    width: calc(100% / 3 - 2rem - 0.01px);
  }

  .has-gutter-xl .one-third {
    width: calc(100% / 3 - 4rem - 0.01px);
  }

  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }

  .has-gutter .one-quarter {
    width: calc(100% / 4 - 1.3rem - 0.01px);
  }

  .has-gutter-l .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px);
  }

  .has-gutter-xl .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px);
  }

  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }

  .has-gutter .one-fifth {
    width: calc(100% / 5 - 1.3rem - 0.01px);
  }

  .has-gutter-l .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px);
  }

  .has-gutter-xl .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px);
  }

  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }

  .has-gutter .one-sixth {
    width: calc(100% / 6 - 1.3rem - 0.01px);
  }

  .has-gutter-l .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px);
  }

  .has-gutter-xl .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px);
  }

  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }

  .has-gutter .two-thirds {
    width: calc(100% / 3 * 2 - 1.3rem - 0.01px);
  }

  .has-gutter-l .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px);
  }

  .has-gutter-xl .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px);
  }

  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }

  .has-gutter .three-quarters {
    width: calc(100% / 4 * 3 - 1.3rem - 0.01px);
  }

  .has-gutter-l .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px);
  }

  .has-gutter-xl .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px);
  }

  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }

  .has-gutter .five-sixths {
    width: calc(100% / 6 * 5 - 1.3rem - 0.01px);
  }

  .has-gutter-l .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px);
  }

  .has-gutter-xl .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 640px) and (max-width: 991px) {
  [class*=-small-1] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*=-small-1].has-gutter > * {
    width: calc(100% / 1 - 1.3rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }

  [class*=-small-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(100% / 2 - 1.3rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }

  [class*=-small-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(100% / 3 - 1.3rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }

  [class*=-small-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(100% / 4 - 1.3rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/**
* FONTS
*/
@font-face {
  font-family: "gudea";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("index.php?tf=fonts/gudea-regular.woff2") format("woff2"), url("index.php?tf=fonts/gudea-regular.woff") format("woff");
}
@font-face {
  font-family: "gudea";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("index.php?tf=fonts/gudea-bold.woff2") format("woff2"), url("index.php?tf=fonts/gudea-bold.woff") format("woff");
}
@font-face {
  font-family: "gudea";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("index.php?tf=fonts/gudea-italic.woff2") format("woff2"), url("index.php?tf=fonts/gudea-italic.woff") format("woff");
}
@font-face {
  font-family: "ospdin";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("index.php?tf=fonts/osp-din.woff2") format("woff2"), url("index.php?tf=fonts/osp-din.woff") format("woff");
}
/* Forms - sass/_form
-------------------------------------------------------- */
/* reset */
form, fieldset {
  border: medium none;
}

input, button, select, label {
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
}

label {
  display: block;
  cursor: pointer;
  max-width: 90%;
  vertical-align: middle;
}

legend {
  border: 0 none;
  max-width: 100%;
  white-space: normal;
}

textarea {
  font-family: inherit;
  font-size: inherit;
  min-height: 5em;
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input, textarea {
  border: 1px solid #aaa;
  font-size: 1em;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
  margin: 0;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #777;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

/* personnalisation form
---------------------------------- */
fieldset {
  border: none;
  padding: 0;
}

label {
  padding: 0 0.5em 0 0;
  line-height: 1.8;
}

input, textarea {
  background: #fff;
  border: 1px solid #aa9681;
  font-size: 1em;
}

.field input, textarea {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .field input, textarea {
    width: 60%;
  }
}

input:focus, textarea:focus {
  background-color: #faf8f8;
}

textarea#c_content {
  margin: 10px 30px 0 0;
}

input:hover, textarea:hover {
  border: 1px solid #363;
}

.contactme input.submit, input.preview {
  padding: 0.2em 2em;
  background: #666;
  color: #fff;
}

input.submit:hover, input.preview:hover {
  background: #363;
  color: #fff;
}

.form-help {
  width: 80%;
  font-style: italic;
}

.contactme {
  margin: 1em 0 0;
}

.contactme input {
  padding: 0.5em;
}

.contactme .submit {
  margin-left: 0;
}

/* Search */
.search input[type=text] {
  font-weight: normal;
  font-size: 1em;
  background: #fff;
  border: 1px solid #ddd;
}

.search input[type=submit] {
  margin-left: -4px;
  padding: 0.3em 0.4em;
  text-transform: uppercase;
  background: transparent url("index.php?tf=img/loupe.svg") no-repeat center center;
  color: transparent;
  border: none;
}
.search input[type=submit]:hover, .search input[type=submit]:focus {
  color: #fff;
  background: #363;
}

.search label {
  font-size: 1em;
}

.search fieldset {
  padding: 0;
}

.search p {
  margin: 0;
}

.search #q {
  background: #fff;
  color: #000;
  width: 200px;
  height: 30px;
}

.search #q:hover,
.search #q:focus {
  background: #eee;
  color: #000;
}

/* modules */
/* Modules - sass/_modules
-------------------------------------------------------- */
/* bouton
---------------------------------- */
.btn {
  text-decoration: none;
  padding: 0.4em 2em 0.3em;
  background: #366666;
  color: #363;
  font-size: 0.9444444444em;
  border: 1px solid #363;
  margin-top: 1em;
  transition: background 0.5s linear 0s;
}
.btn:hover, .btn:focus {
  background: #363;
}

.btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.post-read-it .btn {
  background: transparent;
  color: #363;
  border: 1px solid #363;
  transition: background 0.5s linear 0s;
}
.post-read-it .btn:focus, .post-read-it .btn:hover {
  background: #363;
  color: #fff;
  border: 1px solid #363;
}

/* billets - entry
---------------------------------- */
.post-wrapper {
  margin-bottom: 1em;
}

.post {
  margin: 0 0 2em;
}

@media screen and (min-width: 40em) {
  .post.simple,
.dc-contactme #content,
.dc-blogroll #content {
    padding: 0.5em;
  }
}
@media screen and (min-width: 102em) {
  .post.simple,
.dc-contactme #content,
.dc-blogroll #content {
    padding: 0;
  }
}

.dc-post .post-title,
h2.post-title {
  margin-top: 0.25em;
  font-family: ospdin, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  color: #993;
}
.dc-post .post-title a,
h2.post-title a {
  color: #993;
  text-decoration: none;
  border-bottom: none;
}
.dc-post .post-title a:focus, .dc-post .post-title a:hover,
h2.post-title a:focus,
h2.post-title a:hover {
  border-bottom: 1px dotted;
  transition: all 0.5s linear 0s;
}

.post object, .post video {
  width: 100%;
}

hr {
  height: 1px;
  padding: 0;
  color: #ddd;
  background-color: #ddd;
  border: 0;
}

.post-date {
  color: #fff;
  background: #20453e;
  padding: 0 0.3em;
  font-size: 0.7777777778em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.simple .post-date {
  font-size: 18px;
}
.simple .post-excerpt {
  margin: 1em 0;
}
.simple .post-title {
  margin-bottom: 0;
}

.post-excerpt {
  font-size: 1.1111111111em;
}

.post-read-it + .post-read-it {
  margin-top: 1.5em;
}

.post-meta a {
  color: #6b6b6b;
}

.post-tags-list {
  list-style: none;
  margin: 0.3em 0;
  padding: 3px 0;
}

.post-tags-item {
  display: inline;
  margin-right: 8px;
  padding: 5px 0 5px 22px;
  background: transparent url("index.php?tf=img/tag.png") no-repeat 0 70%;
}

.post-attachments {
  margin-top: 2em;
}
.post-attachments h3 {
  color: #333;
}

.short .post-meta {
  margin-top: 1em;
}

/* tags
---------------------------------- */
.tag0 {
  font-size: 75%;
}

.tag10 {
  font-size: 80%;
}

.tag20 {
  font-size: 90%;
}

.tag30 {
  font-size: 100%;
}

.tag40 {
  font-size: 110%;
}

.tag50 {
  font-size: 120%;
}

.tag60 {
  font-size: 140%;
}

.tag70 {
  font-size: 150%;
}

.tag80 {
  font-size: 160%;
}

.tag90 {
  font-size: 170%;
}

.tag100 {
  font-size: 180%;
}

.tags ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
}

.tags ul li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.dc-tags .content-inner {
  margin-top: 1em;
}
.dc-tags .content-inner .tags {
  line-height: 200%;
  list-style-type: none;
}

.dc-tags .content-inner .tags li {
  display: inline;
  padding: 0 0.5em;
}

.dc-tags .content-inner .tag0 {
  font-size: 100%;
}

.dc-tags .content-inner .tag10 {
  font-size: 110%;
}

.dc-tags .content-inner .tag20 {
  font-size: 120%;
}

.dc-tags .content-inner .tag30 {
  font-size: 130%;
}

.dc-tags .content-inner .tag40 {
  font-size: 140%;
}

.dc-tags .content-inner .tag50 {
  font-size: 150%;
}

.dc-tags .content-inner .tag60 {
  font-size: 160%;
}

.dc-tags .content-inner .tag70 {
  font-size: 170%;
}

.dc-tags .content-inner .tag80 {
  font-size: 180%;
}

.dc-tags .content-inner .tag90 {
  font-size: 190%;
}

.dc-tags .content-inner .tag100 {
  font-size: 200%;
}

/* expand-collapse
---------------------------------- */
.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
  display: none;
}

.animated-expandmore__button {
  background: none;
  font-size: inherit;
  color: inherit;
  border: none;
  margin: 0 0 0.5em;
  padding: 0;
}
.animated-expandmore__button[aria-expanded=true] {
  margin: 0;
}

.animated-expandmore__button:before,
.animated-expandmore__button:before {
  content: "≡";
  color: #363;
  display: inline-block;
  line-height: 1;
  padding: 0 0.5em;
  font-size: 1.2em;
}

/* This is the opened state */
.animated-expandmore__to_expand {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 2s ease, opacity 2s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition-delay: 0s;
}

/* This is the hidden state */
[aria-hidden=true].animated-expandmore__to_expand {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 2s, 0s, 0s;
}

/* nav helpers
---------------------------------- */
.pagination a, .navlinks a {
  color: #999;
}

[id=breadcrumb] {
  font-size: 0.7777777778em;
  color: #5f5f5f;
  padding: 0.2em 0;
}
[id=breadcrumb] a {
  color: #5f5f5f;
  border-bottom: 1px dotted;
}
[id=breadcrumb] a:focus, [id=breadcrumb] a:hover {
  border-bottom: 1px solid;
}

/* syndication
---------------------------------- */
a.feed {
  background: transparent url(index.php?tf=img/feed.png) no-repeat 0 center;
  padding: 5px 0 5px 22px;
}

.syndicate {
  margin-top: 1em;
}
.syndicate li {
  margin-bottom: 0.5em;
}
.syndicate ul {
  padding: 0;
  list-style: none;
}

/* divers
---------------------------------- */
span.less {
  margin-left: 0.5em;
}
span.less a.read-more, span.less a.read-less {
  border: none;
}

/* retour haut de page
// use with script totop.js
-------------------------------- */
#toTop {
  background: transparent;
  bottom: 10px;
  color: #333;
  cursor: pointer;
  display: none;
  padding: 15px 5px;
  position: fixed;
  right: 10px;
  width: 50px;
  z-index: 10;
}

#toTop a {
  text-decoration: none;
}

/* Main navigation
------------------- */
.header__nav {
  font-size: 1.1111111111em;
  color: #000;
  padding-bottom: 0.5em;
}
.header__nav li {
  display: inline-block;
  width: 49%;
  border-bottom: 1px solid #ccc;
}
.header__nav li:first-child {
  border-left: none;
}
.header__nav li:nth-of-type(2n+1) {
  border-right: 1px dotted #ccc;
}
.header__nav .li-first a {
  padding-left: 1.3em;
  background: transparent url("index.php?tf=img/feuille.png") no-repeat 5px center;
}
.header__nav a {
  color: #000;
  transition: all 0.5s linear 0s;
  padding: 0.1em 0.6em;
  display: block;
}
.header__nav a:focus, .header__nav a:hover {
  color: #fff;
  background-color: #363;
}

@media screen and (min-width: 40em) {
  .header__nav li {
    width: auto;
    text-align: center;
    border: none;
  }
  .header__nav li:nth-of-type(2n+1) {
    border: none;
  }
  .header__nav li.active a {
    color: #fff;
    background-color: #363;
  }
}
/* layout */
/* header layout - sass/_l-header
-------------------------------------------------------- */
.header {
  background: #0a3723 url("index.php?tf=img/ame-header.jpg") no-repeat center top;
  padding: 2.2em 0.5em;
}
.header a {
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .header {
    padding: 2.2em 0;
  }
}

@media screen and (min-width: 40em) {
  .banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (min-width: 1034px) {
  .banner {
    justify-content: space-between;
  }
}

.title {
  color: #333;
  font-size: 1.6666666667em;
  padding: 0;
}
.title a {
  color: #333;
}

.header-right {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .header-right {
    text-align: right;
  }
}

.nav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5em;
}

/* Global layout & colors - sass/_layout
-------------------------------------------------------- */
/* layout global
------------------ */
[id=page] {
  background-color: #fff;
}

.wrapper {
  margin: 1em auto;
  overflow: hidden;
}

[id=main] {
  border-top: 1px solid #eee;
  margin: 0 0.5em;
}
@media screen and (min-width: 75em) {
  [id=main] {
    margin: 0;
  }
}

.dc-home [id=main] {
  margin: 0;
}

/* homepage
------------------ */
.home-section {
  margin: 0;
  padding: 0 0.5em;
}
@media screen and (min-width: 75em) {
  .home-section {
    margin: 0 auto;
    padding: 0;
  }
}

.home-selected-events {
  display: flex;
  flex-direction: column;
  padding: 2em 0;
}
@media screen and (min-width: 60em) {
  .home-selected-events {
    flex-direction: row;
  }
}

@media screen and (min-width: 60em) {
  .home-alaune {
    flex: 1 1 0%;
    margin-right: 2em;
  }
}

.home-events {
  width: auto;
}
@media screen and (min-width: 60em) {
  .home-events {
    width: 18em;
  }
}

.dc-home .eventhandler-events {
  background: #f3f9de;
  border: 1px solid #c4e25c;
  padding: 1em;
}
.dc-home .eventhandler-events h3 {
  font-size: 1.8888888889em;
  color: #363;
  line-height: 1.1;
}
@media screen and (min-width: 40em) {
  .dc-home .eventhandler-events h3 {
    font-size: 2.2222222222em;
  }
}

/* actu */
.home-news {
  padding-bottom: 2em;
  color: #000;
  background: #c4e25c;
}
.home-news .post {
  padding: 1em;
  min-height: 21em;
  color: #fff;
  background: #3f7b2a url("index.php?tf=img/homenews-03.jpg") no-repeat right bottom -10px;
  background-size: cover;
}
.home-news .post.odd.first {
  background: #34622D url("index.php?tf=img/homenews-01.jpg") no-repeat right bottom -10px;
  background-size: cover;
}
.home-news .post.odd {
  background: #006c33 url("index.php?tf=img/homenews-02.jpg") no-repeat right bottom -10px;
  background-size: cover;
}
.home-news .post-content {
  margin-top: 1em;
}

.home-news__title {
  color: #20453e;
}

.home-news .post-title a {
  color: #fff;
  font-weight: normal;
  border: none;
}

.home-news .post-read-it {
  margin-top: 1.5em;
}
.home-news .post-read-it .btn {
  color: #fff;
  border-color: #fff;
}

.home-news__link .btn {
  color: #fff;
  background-color: #20453e;
  border: 1px solid #224422;
}
.home-news__link .btn:focus, .home-news__link .btn:hover {
  background-color: #30685d;
  border: 1px solid #224422;
}

.home-asso {
  background: url("index.php?tf=img/home-ame-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 0;
}
.home-asso a.btn {
  border-color: #20453e;
  color: #20453e;
  background: rgba(255, 255, 255, 0.5);
}

.home-asso__wrapper {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 1.2em;
}

.home-asso__content {
  text-align: center;
  padding: 0 2em 1em;
}

/* category stuff
---------------------------------- */
.cat-Les-dechets .category-title-heading {
  background: url("index.php?tf=img/categories/Les-dechets.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-L-eau .category-title-heading {
  background: url("index.php?tf=img/categories/L-eau.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-L-agriculture .category-title-heading {
  background: url("index.php?tf=img/categories/L-agriculture.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-La-foret .category-title-heading {
  background: url("index.php?tf=img/categories/La-foret.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-Les-energies .category-title-heading {
  background: url("index.php?tf=img/categories/Les-energies.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-L-environnement .category-title-heading {
  background: url("index.php?tf=img/categories/L-environnement.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-Les-transports .category-title-heading {
  background: url("index.php?tf=img/categories/Les-transports.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-Reperes-juridiques .category-title-heading {
  background: url("index.php?tf=img/categories/Reperes-juridiques.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-Actus .category-title-heading {
  background: url("index.php?tf=img/categories/Actualites.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

.cat-Concours .category-title-heading {
  background: url("index.php?tf=img/categories/Concours.jpg") no-repeat center center;
  background-size: cover;
  min-height: 216px;
}

li.cat-Les-dechets {
  margin-bottom: 1.1111111111em;
}

li.cat-L-eau {
  margin-bottom: 1.1111111111em;
}

li.cat-L-agriculture {
  margin-bottom: 1.1111111111em;
}

li.cat-La-foret {
  margin-bottom: 1.1111111111em;
}

li.cat-Les-energies {
  margin-bottom: 1.1111111111em;
}

li.cat-L-environnement {
  margin-bottom: 1.1111111111em;
}

li.cat-Les-transports {
  margin-bottom: 1.1111111111em;
}

li.cat-Reperes-juridiques {
  margin-bottom: 1.1111111111em;
}

li.cat-Actus {
  margin-bottom: 1.1111111111em;
}

li.cat-Concours {
  margin-bottom: 1.1111111111em;
}

.cat-items {
  overflow: hidden;
  position: relative;
}
.cat-items a {
  color: #fff;
  border: none;
  display: block;
}
.cat-items a:focus, .cat-items a:hover {
  transform: scale(1.05);
  transition: all 0.35s ease;
}
.cat-items h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(166, 65, 95, 0.8);
  color: #fff;
  font-family: ospdin, Helvetica, Geneva, sans-serif;
  font-size: 2em;
  padding: 0.3em 0.5em;
  margin-top: 0;
  min-width: 7em;
}

.category-title-heading {
  display: flex;
  margin: 2em 0;
}

h1.category-title {
  background: rgba(166, 65, 95, 0.8);
  color: #fff;
  font-family: ospdin, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  max-width: 607px;
  margin: auto;
  padding: 0.3em 1em;
}

/*.widget ul {
	margin-top: .25em;
}*/
/* footer layout - sass/_l-footer
-------------------------------------------------------- */
.footer {
  clear: both;
  background: #fff;
  padding: 2em 0;
  margin-top: 2em;
  border-top: 1px solid #ccc;
  text-align: center;
  color: #555;
  font-size: 0.8888888889em;
  font-weight: 200;
}
@media screen and (min-width: 40em) {
  .footer {
    text-align: left;
    padding: 3em 0;
  }
}
.footer a {
  color: #555;
  border: none;
  -webkit-text-decoration: dotted underline;
  text-decoration: dotted underline;
}
.footer a:focus, .footer a:hover {
  border: none;
  text-decoration: underline;
}
.footer h3 {
  font-size: 1.3em;
  font-weight: bold;
}
.footer h3 + p, .footer h3 + ul {
  margin-top: 0.25em;
}

.footer-block {
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .footer-block {
    display: inline-block;
    vertical-align: middle;
    padding-right: 2.5em;
  }
}
.footer-block:first-child {
  margin-left: 0.5em;
}
@media screen and (min-width: 75em) {
  .footer-block:first-child {
    margin-left: 0;
  }
}
.footer-block:last-child {
  padding-right: 0;
}

/*# sourceMappingURL=style.css.map */