/* cmsms stylesheet: gfsfm modified: jeudi 25 juillet 2024 14:51:09 */
@charset "UTF-8";
/* Stylesheet for GFSFM - 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: OpenSans, arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

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

.main a, .sidebar a {
  border-bottom: 1px dotted;
}
.main a:focus, .main a:hover, .sidebar a:focus, .sidebar a:hover {
  border-bottom: 1px solid;
}

a.ext {
  background: inline-image("ext.svg") no-repeat right center;
  padding-right: 17px;
}
a.ext:hover, a.ext:focus {
  background-position: right 2px;
  transition: all 0.5s linear 0s;
}

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

h1, .h1-like {
  font-size: 2.2352941176em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #005229;
}

h2, .h2-like {
  font-size: 1.6470588235em;
  line-height: 1.2;
  font-weight: normal;
  color: #005229;
  margin-bottom: 0;
  margin-top: 1.5em;
}

h3, .h3-like {
  font-size: 0.9411764706em;
  margin: 1em 0 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

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

.mlr05 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mt2 {
  margin-top: 2em;
}

.error {
  color: red;
}

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

.uppercase {
  text-transform: uppercase;
}

/* 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, iframe {
  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(2.5rem - 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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 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 - 2.5rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/**
* FONTS
*/
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/theme/fonts/OpenSans-Regular.woff2") format("woff2"), url("../../assets/theme/fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/theme/fonts/OpenSans-Bold.woff2") format("woff2"), url("../../assets/theme/fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../assets/theme/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../../assets/theme/fonts/OpenSans-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/theme/fonts/OpenSans-Italic.woff2") format("woff2"), url("../../assets/theme/fonts/OpenSans-Italic.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: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}

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
---------------------------------- */
.contactform {
  border: none;
  margin: 2em 0;
  overflow: hidden;
}

.contactform fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.contactform label {
  margin: 0.7em 0 0.1em;
}

.contactform input[type=text],
.contactform input[type=email],
.contactform textarea {
  padding: 0.5em 0.2em;
  border: 1px solid #ccc;
  background: #fff;
  min-width: 55%;
}

.contactform input:focus,
.contactform textarea:focus {
  border: 1px solid #333;
  background: #fff;
}

.error_message {
  color: #b00;
  font-weight: bold;
}

.cms_submit {
  display: block;
  text-decoration: none;
  padding: 0.7em 2em 0.6em;
  font-size: 0.8235294118em;
  color: #333;
  border: 1px solid #ccc;
  margin-top: 1em;
  background: #fff;
}

.cms_submit:hover,
.cms_submit:focus {
  background: #9bc839;
  color: #fff;
  transition: all 0.3s linear 0s;
}

.rgpd-checkbox {
  display: flex;
}
.rgpd-checkbox input {
  margin-top: 0.7em;
}

/* search */
input.search-input,
input.mc-input {
  color: #fff;
  background: #005229;
  width: 210px;
  padding: 3px 2px;
  border: 1px solid #9bc839;
  font-size: 0.8235294118em;
}

input.search-input:focus,
input.mc-input:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

input.search-button,
input.mc-submit {
  border: 1px solid #9bc839;
  height: 26px;
  margin-left: -6px;
  padding: 3px 3px 0;
  color: #fff;
  background: #005229;
}

input.search-button:hover,
input.search-button:focus,
input.mc-submit:hover,
input.mc-submit:focus {
  color: #005229;
  background: #fff;
  transition: all 0.5s linear 0s;
}

/* end search */
/* modules */
/* Modules - sass/_modules
-------------------------------------------------------- */
/* slide
------------------ */
.home .bg-slides {
  position: relative;
}

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  /*min-height: 325px;*/
  float: left;
  width: 100%; /* autre pour que ça colle avec la min-height */
  border: 0;
}

/* bouton
---------------------------------- */
a.btn,
.btn a {
  text-decoration: none;
  padding: 0.4em 1.2em 0.3em;
  background: transparent;
  color: #005229;
  font-size: 0.8235294118em;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #005229;
  border-radius: 4px;
  display: inline-block;
  margin-top: 1em;
  transition: all 0.5s linear 0s;
}
a.btn:hover, a.btn:focus,
.btn a:hover,
.btn a:focus {
  background: #005229;
  color: #fff;
}

a.btn-sidebar {
  font-size: 14px;
  color: #008da1;
  border-color: #008da1;
}
a.btn-sidebar:hover, a.btn-sidebar:focus {
  background: #008da1;
  color: #fff;
}

a.btn-foret {
  font-size: 14px;
  color: #fff;
  border-color: #fff;
}
a.btn-foret:hover, a.btn-foret:focus {
  background: #005229;
  color: #fff;
}

/* chapo
---------------------------------- */
.chapo {
  border: 1px solid #008da1;
  padding: 0.8em;
  color: #008da1;
  text-transform: uppercase;
  font-weight: bold;
}

/* breadcrumb
---------------------------------- */
.breadcrumb {
  font-size: 0.8235294118em;
  padding: 0.5em 0;
}
.breadcrumb .current {
  color: #000;
}

/* News
---------------------------------- */
.news-summary {
  margin-bottom: 2em;
}

.home .news-summary-summary a {
  color: #fff;
}

.news-summary-post-date,
.news-detail-post-date {
  color: #9bc839;
}

.news-detail-post-summary {
  margin-bottom: 1em;
}

.news-summary-img {
  margin-bottom: 0.5em;
}

.news-more-link {
  color: #005229;
}

/* nav helpers
---------------------------------- */
.news-nav {
  margin-top: 2em;
  color: #666;
  font-size: 0.8235294118em;
}
.news-nav a {
  color: #9bc839;
}

/* expand-collapse (voir pour le virer si inutile)
--------------------------------- */
.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
  display: none;
}

.animated-expandmore__button {
  background: transparent;
  font-size: inherit;
  font-weight: bold;
  color: inherit;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
}
.animated-expandmore__button[aria-expanded=true] {
  margin: 0;
}

/* 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: 80em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition-delay: 0s;
}

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

/* pdf
---------------------------------- */
a[href$=".pdf"] {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAADKUlEQVR4AUWLA7A11xKFv94z5yr/ubFt27Zts8ygEBZilytWWU+Fxzgpxnmxftu4uefM7N29kgm/aq/VpvEeCiQACRI4xQgB2SjJItSCi8xv0UKCmv4MQogOBWZ4ZnSEvQ+MlSvSzB+AQFhESJjCQClRrRsmAiQQBBgqDIYccjT33c+ee+eJ9XJunfAidyuOgwv3KFCDI35DgaQw23B9pgfNG6/nPPA6ZVf3gDkS4SKDJRLerV24EwTWGu3CeYyP5e13iKa0HgXLlrIpG62UUZBcJAlJTspd0FC1RjNrHlttXZ979qBtilIWBbJUwltUzFoUUDeATHKBU0k5p+SLFvUXzB3beJMlOaynAkXhQcHcKBCQu+fuTR1mQQ5PP8cwN6ybSrvsPEgpFUVSkYnuuQjvIkykoWIoNcFANEUDYtpbdt2dLbZgr30njjhy0ObWUk6pMWtNRcqKLsBm98cUEkjI5Krz9PR2Dz7UDKby0lVbXnf1BxecP1y+wlIV8iIC1Ks8Valp68bVASApZc/1jjv0Tzv5u0suWztnzuiuu+zz/Muf3nPHupkz6w03H5mcHDbDsmhRUU5gn4/3ihAGyGwwaPZ48vFmxepvn3xy8qBDxrbZes8nngSPVStXzp6z5MP3a7Op/38x8x9/70F100ivVXKjmE0Pm9G99tjlvgeX/O8/GxxxRL3zzlHa7595etHrb4xvvvnkbrv1QtNT02W0t+7br9vB0N4ZGwmhUnIoxsaPfPmVqUXzv3n+BZ+aalavateuE2QQ9HfcYYMDDmSDvplizbq5f/2HvTpalcY1ObnpccdvedqpM3be6d3rb2iWL6+MMFQlw7IFhRIKUDLrjdhYHWt+rIch9ft73nJb6VX9ffb59OGH1ixfXo+MtMjkAQpFMipKTSUrBtGWYZOgXpNjl0vP2fLsM9fO/OGHf/37m1dfG03WlBIGIKL7DARgpUIoQEpOVOeatW1Tii/56OOPnn+ugpJoQWYZHELmmCeKcJmbdSsoZM+llCOoquKOUaUUIMnMQAKjwyFBgJAwJbMcdRMREO4Awj0AfjP9icBAv4XMZfATXz9RttsoT4EAAAAASUVORK5CYII=") no-repeat left;
  padding-left: 1.5em;
}

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

#toTop a {
  text-decoration: none;
}

/* Main nav
------------------- */
.nav-search-wrapper {
  margin-bottom: 0.5em;
}
@media (min-width: 1083px) {
  .nav-search-wrapper {
    margin-bottom: 0;
  }
}

.info-navs {
  color: #9bc839;
  cursor: pointer;
  display: block;
  padding: 0.5em 0;
  background: #005229;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  width: 100%;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  .info-navs {
    display: none;
  }
}

.info-navs::before {
  content: "≡";
  display: inline-block;
  line-height: 1;
  padding: 0 0.5em;
}

.main-nav .nav {
  display: none;
}

.main-nav.expanded .nav {
  display: block;
}

.main-nav .nav__link:focus,
.main-nav .nav__link:hover {
  background: #9bc839;
  color: #005229;
}

/* default styles */
@media screen and (min-width: 40em) {
  .main-nav .nav__item {
    padding: 0.5em 0.2em;
    font-size: 0.8823529412em;
  }
  .main-nav .nav__item:before {
    content: "|";
    padding-right: 0.3em;
    color: #9bc839;
  }
}

.main-nav .nav__link {
  text-decoration: none;
  line-height: 1;
  color: #9bc839;
  background: inherit;
  display: block;
  border-bottom: 1px solid #9bc839;
  padding: 1em;
}
@media screen and (min-width: 40em) {
  .main-nav .nav__link {
    border-bottom: none;
    padding: 0 0 1em;
    display: inline;
  }
}

.main-nav .firstchild:before {
  content: "";
  padding: 0;
}

.main-nav .firstchild .nav__link:focus,
.main-nav .firstchild .nav__link:hover,
.main-nav .firstchild .nav__link.cur {
  background-image: none;
}

.main-nav .firstchild .nav__link:focus img,
.main-nav .firstchild .nav__link:hover img {
  transform: scale(1.2);
}

@media screen and (min-width: 40em) {
  .main-nav .nav {
    display: block;
  }
  .main-nav .nav__item {
    display: inline-block;
  }
  .main-nav .nav__link:focus,
  .main-nav .nav__link:hover,
  .main-nav .nav__link.cur,
  .main-nav .nav__link.cur-parent {
    background: transparent url("../../assets/images/picto-feuille.svg") no-repeat center bottom 2px;
    color: #9bc839;
  }
}
/* layout */
/* header layout - sass/_l-header
-------------------------------------------------------- */
.header-wrapper {
  background: #005229;
}

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

.header {
  background: #005229;
  padding: 1em 0.5em;
  text-align: center;
}
.header a {
  text-decoration: none;
}
@media screen and (min-width: 40em) {
  .header {
    padding: 1.5em 0 1.5em 0.5em;
  }
}
@media screen and (min-width: 75em) {
  .header {
    padding: 1.5em 0;
  }
}

.title {
  color: #005229;
  font-size: 1.7647058824em;
  padding: 0;
  margin: 0;
}

.search {
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 1034px) {
  .search {
    text-align: right;
  }
}

/* Global layout & colors - sass/_layout
-------------------------------------------------------- */
.pagewrapper {
  background: #fff;
  color: #333;
}

/* layout global
------------------ */
.content-wrapper {
  margin-bottom: 3em;
}
.content-wrapper h1 {
  margin: 1em 0;
}

@media screen and (min-width: 60em) {
  .content-wrapper h1 {
    margin: 1em 0 1em 300px;
  }
  .nos-forets h1 {
    margin: 1em 0 1em;
  }
}
.content {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 60em) {
  .content {
    flex-direction: row;
  }
}

.main {
  flex: 1 1 0%;
  margin: 0;
}
@media screen and (min-width: 60em) {
  .main {
    order: 0;
    margin: 0 0 0 70px;
    padding-right: 2em;
  }
}

@media screen and (min-width: 60em) {
  .nos-forets .main {
    margin: 0;
  }
}

.sidebar {
  width: 100%;
  padding: 4em 0;
  background: url("../../assets/images/qleft.svg") no-repeat left top, url("../../assets/images/qright.svg") no-repeat left bottom;
}
@media screen and (min-width: 60em) {
  .sidebar {
    width: 230px;
  }
}

/* sidebar
------------------ */
.sidebar-content {
  font-size: 1.1764705882em;
  color: #008da1;
}
.sidebar-content p {
  line-height: 1.3;
}

/* homepage
------------------ */
.home .main {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}

.home-title {
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  opacity: 0.99;
  position: absolute;
}
.home-title h1 {
  font-size: 3.5294117647em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1;
  max-width: 5em;
}
@media screen and (min-width: 40em) {
  .home-title h1 {
    font-size: 4.2352941176em;
  }
}

.home-heading {
  font-size: 2.4705882353em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0;
}

.home-news {
  margin: 2em 0;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #999;
}
.home-news .news-summary {
  background: #005229;
  color: #fff;
  padding: 1em;
  min-height: 370px;
  position: relative;
}
.home-news .news-summary:nth-child(1n+1) {
  background: transparent url("https://www.sauvegarde-forets-morvan.com/assets/images/fond-actu-01.jpg") no-repeat center bottom;
  background-size: cover;
}
.home-news .news-summary:nth-child(2n+2) {
  background: transparent url("https://www.sauvegarde-forets-morvan.com/assets/images/fond-actu-02.jpg") no-repeat center bottom;
  background-size: cover;
}
.home-news .news-summary:nth-child(3n+3) {
  background: transparent url("https://www.sauvegarde-forets-morvan.com/assets/images/fond-actu-03.jpg") no-repeat center bottom;
  background-size: cover;
}
.home-news .news-summary-title {
  font-size: 1.2941176471em;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.2em;
}
.home-news .news-summary-post-date {
  color: #fff;
  margin: 0.6em 0;
}
.home-news .news-summary-post-date, .home-news .news-summary-summary {
  font-size: 0.8823529412em;
  line-height: 1.2;
}
.home-news .news-summary-more a {
  color: #fff;
  border-color: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.home-news .news-summary-more a:hover, .home-news .news-summary-more a:focus {
  background: #005229;
}

a.all-news {
  color: #d57216;
  border-color: #d57216;
}
a.all-news:hover, a.all-news:focus {
  background: #d57216;
  color: #fff;
}

.home-objectifs {
  margin-bottom: 3em;
}

.objectifs-item {
  color: #005229;
}
.objectifs-item h3 {
  font-size: 1.4117647059em;
  text-transform: uppercase;
}
.objectifs-item h3 + p {
  margin-top: 0;
}

.home-bottom-img {
  background: #9bc839 url("https://www.sauvegarde-forets-morvan.com/assets/images/image-home.jpg") no-repeat top center;
  background-size: cover;
  min-height: 700px;
  display: flex;
}

.home-slogan {
  font-size: 2.3529411765em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fab438;
  margin: auto;
  padding: 0.5em;
  max-width: 950px;
  background: rgba(0, 0, 0, 0.53);
}
.home-slogan p {
  line-height: 1.2;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media screen and (min-width: 40em) {
  .home-slogan {
    font-size: 2.9411764706em;
  }
}

/* pages forets
---------------------------------- */
.lieu-superficie {
  color: #005229;
}

/* nav img forets
---------------------------------- */
.nav-img {
  position: relative;
  margin-bottom: 2em;
}

.nav-img-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 370px;
  width: 370px;
  display: flex;
  padding: 2em;
  background: rgba(0, 0, 0, 0.3);
}

.nav-img-inner {
  margin: auto;
  color: #fff;
}

.nav-img-h {
  color: #fff;
  font-size: 1.2941176471em;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-img-commune-superficie {
  margin-bottom: 5em;
}

.nav-img-commune {
  text-transform: uppercase;
}

.nav-img-superficie {
  color: #9bc839;
}

/* footer layout - sass/_l-footer
-------------------------------------------------------- */
.footer {
  clear: both;
  background: #005229;
  text-align: center;
  color: #9bc839;
  font-size: 0.8235294118em;
  padding: 3em 0;
}
.footer a {
  border: none;
  color: currentColor;
}
@media screen and (min-width: 40em) {
  .footer {
    text-align: left;
  }
}

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

.footer-nav li {
  display: block;
  padding: 0.5em;
}
.footer-nav li a {
  color: currentColor;
  text-decoration: none;
}
.footer-nav li a:hover, .footer-nav li a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 40em) {
  .footer-nav li {
    display: list-item;
    padding: 0 0.5em;
  }
}

@media screen and (min-width: 40em) {
  .footer-newsletter {
    border-right: 0;
  }
}

.ouik {
  margin: 0.5em;
  padding-top: 0.5em;
  font-size: 0.8235294118em;
  text-align: center;
}
.ouik img {
  margin-top: -3px;
  vertical-align: top;
}
@media screen and (min-width: 40em) {
  .ouik {
    text-align: right;
  }
}

.ouik a:hover img, .ouik a:focus img {
  transition: all 0.5s linear 0s;
  transform: rotate(10deg);
}

/*# sourceMappingURL=gfsfm.21.css.map */
