/* cmsms stylesheet: otscmb modified: mardi 15 juillet 2025 19:14:21 */
@charset "UTF-8";
/* Stylesheet for OT SCMB (2019) - vitale@ouik.fr & franck@ouik.fr */
/* base */
/* Soft reset + base - sass/_rebase
-------------------------------------------------------- */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*: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%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

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

.main a, .main-wide a {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.main a:focus, .main a:hover, .main-wide a:focus, .main-wide a:hover {
  -webkit-text-decoration: underline solid;
  text-decoration: underline 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, h2, h3, h4, h5 {
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

h1, .h1-like {
  font-size: 2.8235294118em;
  font-weight: normal;
  line-height: 1.1;
}

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

h3, .h3-like {
  font-weight: bold;
  font-size: 1.2941176471em;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 1.5em;
}

h4, .h4-like {
  font-size: 1.0588235294em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.875em;
}

h5, .h5-like {
  font-size: 0.8235294118em;
  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;
}

blockquote {
  font-size: 1.0588235294em;
  font-style: italic;
  margin: 0.75em 0 0;
  padding: 0.5em 0 0 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, 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;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* pour supprimer la césure si besoin */
.nocut {
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  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;
}

.mw980 {
  max-width: 980px;
}

.mlr05 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media screen and (min-width: 75em) {
  .mlr05 {
    margin-left: auto;
    margin-right: auto;
  }
}

.mlr-wide {
  margin: 0 1rem;
}

.mb1 {
  margin-bottom: 1em;
}

.mb15 {
  margin-bottom: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mr2 {
  margin-right: 2em;
}

.pb1 {
  padding-bottom: 1em;
}

.pr2 {
  padding-right: 2em;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

.alert-error {
  font-style: italic;
  font-size: 1.1764705882em;
}

.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(1rem - 0.01px);
  }
  .grid.has-gutter-l > * + *,
  .grid--reverse.has-gutter-l > * + * {
    margin-left: calc(1.5rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *,
  .grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(3rem - 0.01px);
  }
}
@media (min-width: 640px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-2].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-2].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-3].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-3].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-4].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-4].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-5].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-5].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-6].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-6].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-7].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-7].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-8].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-8].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-9].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-9].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-10].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-10].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-11].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-11].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-12].has-gutter-l {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 1.5rem - 0.01px);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  [class*=grid-12].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 3rem - 0.01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.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 - 1rem - 0.01px);
  }
  .has-gutter-l > .full {
    width: calc(100% / 1 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .full {
    width: calc(100% / 1 - 3rem - 0.01px);
  }
  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }
  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 3rem - 0.01px);
  }
  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }
  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 3rem - 0.01px);
  }
  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 3rem - 0.01px);
  }
  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 3rem - 0.01px);
  }
  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 3rem - 0.01px);
  }
  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 3rem - 0.01px);
  }
  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 3rem - 0.01px);
  }
  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 1.5rem - 0.01px);
  }
  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 3rem - 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 - 1rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% / 1 - 1.5rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% / 1 - 3rem - 0.01px);
  }
  [class*=-small-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(100% / 2 - 1.5rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(100% / 2 - 3rem - 0.01px);
  }
  [class*=-small-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(100% / 3 - 1.5rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(100% / 3 - 3rem - 0.01px);
  }
  [class*=-small-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(100% / 4 - 1.5rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(100% / 4 - 3rem - 0.01px);
  }
}
@media (min-width: 640px) and (max-width: 1199px) {
  [class*=-medium-1] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*=-medium-1].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  [class*=-medium-1].has-gutter-l > * {
    width: calc(100% / 1 - 1.5rem - 0.01px);
  }
  [class*=-medium-1].has-gutter-xl > * {
    width: calc(100% / 1 - 3rem - 0.01px);
  }
  [class*=-medium-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=-medium-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=-medium-2].has-gutter-l > * {
    width: calc(100% / 2 - 1.5rem - 0.01px);
  }
  [class*=-medium-2].has-gutter-xl > * {
    width: calc(100% / 2 - 3rem - 0.01px);
  }
  [class*=-medium-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=-medium-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=-medium-3].has-gutter-l > * {
    width: calc(100% / 3 - 1.5rem - 0.01px);
  }
  [class*=-medium-3].has-gutter-xl > * {
    width: calc(100% / 3 - 3rem - 0.01px);
  }
  [class*=-medium-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=-medium-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=-medium-4].has-gutter-l > * {
    width: calc(100% / 4 - 1.5rem - 0.01px);
  }
  [class*=-medium-4].has-gutter-xl > * {
    width: calc(100% / 4 - 3rem - 0.01px);
  }
}
/**
* FONTS
*/
@font-face {
  font-family: "ptroot";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/theme/fonts/pt-root-ui-regular.woff2") format("woff2"), url("../../assets/theme/fonts/pt-root-ui-regular.woff") format("woff");
}
@font-face {
  font-family: "ptroot";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/theme/fonts/pt-root-ui-bold.woff2") format("woff2"), url("../../assets/theme/fonts/pt-root-ui-bold.woff") format("woff");
}
@font-face {
  font-family: "ptroot";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../../assets/theme/fonts/pt-root-ui-light.woff2") format("woff2"), url("../../assets/theme/fonts/pt-root-ui-light.woff") format("woff");
}
@font-face {
  font-family: "ptroot";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/theme/fonts/pt-root-ui-medium.woff2") format("woff2"), url("../../assets/theme/fonts/pt-root-ui-medium.woff") format("woff");
}
@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/theme/fonts/BebasNeue-regular.woff2") format("woff2"), url("../../assets/theme/fonts/BebasNeue-regular.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;
  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;
}

/* contact form
---------------------------------- */
.contactform {
  border: none;
  /*margin: 2em 0;*/
  overflow: hidden;
}
@media screen and (min-width: 60em) {
  .contactform {
    margin-right: 2em;
  }
}

.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: 50%;
}

.contactform textarea {
  min-width: 100%;
}

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

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

.antibot {
  display: none !important;
}

.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: #77a82b;
  color: #fff;
  transition: all 0.3s linear 0s;
}

.mc-submit {
  font-size: 1rem;
  padding: 0.3em 1em;
  margin-top: 0.5em;
}

.obli {
  font-size: 0.8235294118em;
  font-style: italic;
}

.checkbox input, .checkbox label {
  display: inline-block;
  vertical-align: baseline;
}

.rgpd-checkbox input, .rgpd-checkbox label {
  vertical-align: middle;
}

/* search */
input.search-input {
  color: #fff;
  background: #333;
  width: 194px;
  padding: 5px;
  border: 1px solid #aaa;
  font-size: 0.8823529412em;
}

input.search-input:focus {
  background-color: #000;
}

input.search-button {
  border: none;
  height: 30px;
  margin-left: -6px;
  padding: 3px 6px 0;
  color: transparent;
  background: transparent url("../../assets/images/picto-loupe.svg") no-repeat center center;
}

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

/* end search */
/* modules */
/* Modules - sass/_modules
-------------------------------------------------------- */
/* slide
------------------ */
.bg-slides {
  margin-top: 0;
}
@media screen and (min-width: 60em) {
  .bg-slides {
    margin-top: -233px;
  }
}

/*.rslides {
  display: none;
}*/
/*! 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;
  float: left;
  width: 100%;
  border: 0;
}

/* bouton
---------------------------------- */
a.btn,
.btn a {
  text-decoration: none;
  padding: 0.3em 1.5em;
  background: transparent;
  color: #614f0c;
  font-size: 1.0588235294em;
  border: 1px solid #bc9917;
  border-radius: 4px;
  display: inline-block;
  margin-top: 1em;
  transition: all 0.5s linear 0s;
}
a.btn:focus, a.btn:hover,
.btn a:focus,
.btn a:hover {
  background: #bc9917;
  color: #fff;
  text-decoration: none;
}

a.btn-white {
  border-color: #fff;
  color: #fff;
  padding: 0.8em 4em 0.6em;
  border-radius: 8px;
}
a.btn-white:focus, a.btn-white:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.morelink {
  margin-top: 1em;
}
.morelink a:focus img, .morelink a:hover img {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out 0s;
}

a.btn-rens {
  margin: 0.5em 0.3em 0 0;
  padding: 0.2em 1em;
  font-size: 1rem;
}

/* slides
-------------------------------- */
.a11y-slider-container {
  position: relative;
  direction: ltr;
}

.a11y-slider {
  position: relative;
  overflow: hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
}

.a11y-slider::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.a11y-slider > * {
  scroll-snap-align: start;
  box-sizing: inherit;
}

.a11y-slider-sr-only,
.a11y-slider-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  text-align: center;
  font-family: inherit;
  font-size: 1em;
}

.a11y-slider-sr-only:focus {
  position: static;
  background: #000;
  color: #fff;
  width: 100%;
  height: auto;
  margin: 0;
  clip: auto;
  padding: 10px;
}

.a11y-slider-hide {
  display: none;
}

.a11y-slider-scrolling {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scroll-behavior: auto;
}

/*.gal-slider {
  display: flex;
  overflow: hidden;
}

.gal-slider > * {
  width: 100%;
  flex: 0 0 auto;
}*/
.a11y-slider-next,
.a11y-slider-prev {
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  z-index: 100;
  border: none;
}

.a11y-slider-prev {
  background: #fff url("../../assets/images/left-arrow.svg") center center no-repeat;
  background-size: 20%;
  left: 0;
}

.a11y-slider-next {
  background: #bc9917 url("../../assets/images/right-arrow.svg") center center no-repeat;
  background-size: 20%;
  left: 70px;
}

.home-incont .a11y-slider-next,
.home-incont .a11y-slider-prev {
  bottom: -96px;
}

/* blocs divers
---------------------------------- */
.rellink {
  font-size: 0.8235294118em;
  margin: 2em 0;
}

/* list view (communes, news)
---------------------------------- */
.flex-img {
  max-width: 186px;
}

.flex-more {
  max-width: 50px;
}

/* news
---------------------------------- */
.news-article-summary {
  margin-bottom: 1em;
}

.news-article-title {
  font-size: 1.4117647059em;
  font-weight: normal;
  color: #a300d5;
}

.news-article-date {
  color: #000;
}

/* linkMgr
---------------------------------- */
.link-txt {
  margin: auto 0;
}

/* accessible hide-show
---------------------------------- */
h2.js-expandmore {
  margin-top: 0;
  font-size: 1.2941176471em;
  color: #fff;
}

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

.animated-expandmore__button {
  background: transparent;
  font-size: inherit;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid #8bb2c1;
  border-radius: 9px;
  cursor: pointer;
  margin: 0;
  padding: 0.7em 4em;
}

.animated-expandmore__button:focus,
.animated-expandmore__button:hover {
  border: 1px solid;
}

/* This is the opened state */
.animated-expandmore__to_expand {
  overflow: hidden;
  opacity: 1;
  z-index: 200;
  background: #77a82b;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 20em;
  visibility: visible;
  transition-delay: 0s;
}
.animated-expandmore__to_expand li {
  border-top: 1px solid #ccc;
}
.animated-expandmore__to_expand li:first-child {
  border-top: 0;
}
.animated-expandmore__to_expand a {
  color: #fff;
  display: block;
  padding: 0.5em 1em;
}
.animated-expandmore__to_expand a:focus, .animated-expandmore__to_expand a:hover {
  background: #5a7f21;
}

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

/* search button + modal
---------------------------------- */
.button {
  border: none;
  background: transparent url("../../assets/images/picto-loupe.svg") no-repeat 10px 10px;
  vertical-align: top;
  height: 50px;
  width: 50px;
  padding: 0 0.5em;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

/* needed for old browsers */
dialog {
  display: block;
  border: 0;
}

/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}

/* tooltip modal */
.simple-left-animated-container,
.left-tooltip-container {
  position: relative;
}

.simple-left-animated-tooltip {
  position: absolute;
  z-index: 666;
  top: 50px;
  left: -100px;
  width: 100vw;
  background: #bc9917;
  border: 1px solid #333;
  padding: 1em;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .simple-left-animated-tooltip {
    left: -320px;
    width: 22em;
  }
}

.simple-left-animated-tooltip {
  -webkit-animation: pop ease 0.5s 1 normal;
  animation: pop ease 0.5s 1 normal;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
  }
}
.simple-left-animated-tooltip p {
  font-size: 1em;
}

.simple-left-animated-tooltip__close {
  float: right;
  border: 0;
  /** fix typo inputs **/
  font-family: inherit;
  font-size: 0.8em;
  background: transparent;
  color: #fff;
  padding: 0;
}

.simple-left-animated-tooltip__close:focus,
.simple-left-animated-tooltip__close:hover,
.simple-left-animated-tooltip__close:active {
  outline: 1px dotted #fff;
}

.simple-left-animated-tooltip__close:hover,
.simple-left-animated-tooltip__close:active {
  background: #bc9917;
}

/* pdf
---------------------------------- */
/*a[href$=".pdf"] {
  background: transparent url('../../assets/images/picto-download.svg') no-repeat left;
  padding: .5em 0 .5em 1.8em;
}*/
/* nav helpers
---------------------------------- */
.breadcrumb {
  font-size: 0.8235294118em;
  padding: 1em 0.5em;
}
.breadcrumb a {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 75em) {
  .breadcrumb {
    padding: 1em 0;
  }
}

.breadcrumb-wrapper {
  border-bottom: 1px solid #ddd;
}

/* tables
---------------------------------- */
/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child {
  background-image: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  text-align: left;
  background: #efefef;
}

.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

caption {
  font-style: italic;
  font-weight: bold;
  font-size: 1.0588235294em;
  margin-bottom: 0.5em;
}

/**
 * Initialiazing a `footnotes` counter on the wrapper
 */
.rtable {
  counter-reset: footnotes;
}

/**
 * Inline footnotes references
 * 1. Increment the counter at each new reference
 * 2. Reset link styles to make it appear like regular text
 */
[aria-describedby=footnote-label] {
  counter-increment: footnotes; /* 1 */
  text-decoration: none; /* 2 */
  color: inherit; /* 2 */
  cursor: default; /* 2 */
  outline: none; /* 2 */
}

/**
 * Actual numbered references
 * 1. Display the current state of the counter (e.g. `[1]`)
 * 2. Align text as superscript
 * 3. Make the number smaller (since it's superscript)
 * 4. Slightly offset the number from the text
 * 5. Reset link styles on the number to show it's usable
 */
[aria-describedby=footnote-label]::after {
  content: "[" counter(footnotes) "]"; /* 1 */
  vertical-align: super; /* 2 */
  font-size: 0.5em; /* 3 */
  margin-left: 2px; /* 4 */
  color: blue; /* 5 */
  text-decoration: underline; /* 5 */
  cursor: pointer; /* 5 */
}

/**
 * Resetting the default focused styles on the number
 */
[aria-describedby=footnote-label]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

[aria-label="Back to content"] {
  font-size: 0.8em;
}

/**
 * Highlight target note
 */
footer :target {
  background: yellow;
}

/* sticky static on mobile devices
--------------------- */
@media screen and (max-width: 60em) {
  #sticky-map {
    position: static !important;
  }
}
/* 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;
}

/* cookie consent
---------------------------------- */
#cookie_consent {
  background: #000;
  position: fixed;
  bottom: 0;
  float: left;
  z-index: 100000;
  width: 100%;
  padding: 15px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#cookie_consent p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

#cookie_consent a.accept_cookies {
  margin: 0 5px;
  padding: 5px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #6c0;
}

#cookie_consent a.decline_cookies {
  margin: 0 5px;
  padding: 5px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #f33;
}

#cookie_consent a.more_info {
  margin: 0 5px;
  padding: 5px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
}

/* dd styles - sass/_m-dd
-------------------------------------------------------- */
.dd-item {
  margin-bottom: 1em;
}
.dd-item:hover {
  background-color: #fbfbfb;
}

.dd-item__date {
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 3.0588235294em;
}

.dd-item__title {
  margin-top: 0;
  font-size: 1.5294117647em;
  font-weight: normal;
  text-transform: none;
}

a > .dd-item__title {
  text-decoration: none;
}

.agenda .dd-item__title {
  color: #c54116;
}

.se-loger .dd-item__title {
  color: #a300d5;
}

.dd-item__commune {
  padding-left: 15px;
  margin: 0.5em 0;
  background: transparent url("../../assets/images/picto-localisation.svg") no-repeat 0 5px;
}

button.dd-item__liencarte {
  font-size: 0.9rem;
  background-color: #fff;
  padding: 0.3rem 1rem;
  margin-left: 1rem;
  border: 1px solid #999;
  border-radius: 20px;
  transition: background 0.7s ease 0s;
}
button.dd-item__liencarte:focus, button.dd-item__liencarte:hover {
  background-color: #eee;
}

.dd-item__img-wrapper img {
  width: 100%;
}

.dd-item__morelink {
  margin: auto;
}

.communes-select {
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #999;
  border-radius: 3px;
}

.sticky-map {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  align-self: flex-start; /* fix for sticky in flex */
}

/* annuaires : company directory styles - sass/_m-company
-------------------------------------------------------- */
.company-item {
  margin-bottom: 1em;
}

.company-title {
  font-size: 1.1764705882em;
}

/* Main nav
------------------- */
.nav-wrapper {
  margin: auto 0;
}

.info-navs {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0.5em 0;
  background: #333;
  width: 100%;
  font-weight: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@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;
}

/* setting colors (ajouter pour version EN /!\ ) */
/* faire */
.nav a.faire:hover,
.nav a.faire:focus,
.nav a.faire.cur,
.nav [data-show-sub=true] a.faire {
  background: #ff7100;
  color: #fff;
}

/* decouvrir */
.nav a.decouvrir:hover,
.nav a.decouvrir:focus,
.nav a.decouvrir.cur,
.nav [data-show-sub=true] a.decouvrir {
  background: #397e1e;
  color: #fff;
}

/* deguster */
.nav a.deguster:hover,
.nav a.deguster:focus,
.nav a.deguster.cur,
.nav [data-show-sub=true] a.deguster {
  background: #b90c20;
  color: #fff;
}

/* se loger */
.nav a.se-loger:hover,
.nav a.se-loger:focus,
.nav a.se-loger.cur,
.nav [data-show-sub=true] a.se-loger {
  background: #a300d5;
  color: #fff;
}

/* infos pratiques */
.nav a.infos-pratiques:hover,
.nav a.infos-pratiques:focus,
.nav a.infos-pratiques.cur,
.nav [data-show-sub=true] a.infos-pratiques {
  background: #004c6d;
  color: #fff;
}

/* default styles */
[data-visually-hidden=true] {
  display: none;
}

[data-visually-hidden=false] {
  display: block;
}

.main-nav {
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  opacity: 0.99;
  font-family: BebasNeue, impact, arial, sans-serif;
  background: #333;
}

.main-nav .nav__item {
  position: relative;
  font-size: 1.6470588235em;
}

.main-nav .nav__link {
  color: #fff;
  text-decoration: none;
  display: flex;
  padding: 0.3em 0.5em 0.2em;
  line-height: 1;
  transition: all 0.4s linear 0s;
  background: inherit;
  position: relative;
}
.main-nav .nav__link span {
  margin: auto 0;
}
.main-nav .nav__link.accueil, .main-nav .nav__link.home {
  padding-top: 0;
}
.main-nav .nav__link.accueil:focus img, .main-nav .nav__link.accueil:hover img, .main-nav .nav__link.home:focus img, .main-nav .nav__link.home:hover img {
  transform: scale(1.1);
  transition: all 0.5s linear 0s;
}

/* current status (ajouter pour version EN /!\ ) */
a.nav__link.cur-parent.faire {
  background: #ff7100;
  color: #fff;
}

a.nav__link.cur-parent.decouvrir {
  background: #397e1e;
  color: #fff;
}

a.nav__link.cur-parent.deguster {
  background: #b90c20;
  color: #fff;
}

a.nav__link.cur-parent.se-loger {
  background: #a300d5;
  color: #fff;
}

a.nav__link.cur-parent.infos-pratiques {
  background: #004c6d;
  color: #fff;
}

/* subnav styles (ajouter pour version EN /!\ ) */
.faire + .subnav {
  background: #ff7100;
}

a.faire + .subnav a:hover,
a.faire + .subnav a:focus {
  background: #d65f00;
}

.decouvrir + .subnav {
  background: #397e1e;
}

a.decouvrir + .subnav a:hover,
a.decouvrir + .subnav a:focus {
  background: #2a5d16;
}

.deguster + .subnav {
  background: #b90c20;
}

a.deguster + .subnav a:hover,
a.deguster + .subnav a:focus {
  background: #930a19;
}

.se-loger + .subnav {
  background: #a300d5;
}

a.se-loger + .subnav a:hover,
a.se-loger + .subnav a:focus {
  background: #8400ac;
}

.infos-pratiques + .subnav {
  background: #004c6d;
}

a.infos-pratiques + .subnav a:hover,
a.infos-pratiques + .subnav a:focus {
  background: #003044;
}

.main-nav .subnav__item {
  font-size: 1rem;
  font-family: ptroot, arial, sans-serif;
  text-transform: none;
  text-align: left;
  z-index: 300;
  opacity: 0.99; /* bug fix on Safari (7) */
  position: relative;
}

.main-nav .subnav__link {
  text-decoration: none;
  color: #fff;
  padding: 0.7em 1em;
  display: block;
  transition: background 0.5s linear 0s;
}

@media screen and (min-width: 40em) {
  .main-nav {
    background: transparent;
  }
  .main-nav .nav {
    display: flex;
  }
  .subnav {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 200px;
    background: #333;
  }
}
/* image navigations - sass/_m-navimg
-------------------------------------------------------- */
.nav-img-ul li {
  margin-bottom: 2em;
}

/* menu img
---------------------------------- */
.nav-img {
  position: relative;
}

.nav-img-content {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #fff;
}
.nav-img-content .btn-discover {
  font-size: 1rem;
  text-transform: none;
  padding: 0.3em 0.6em;
  margin-top: 0.5em;
}
.nav-img-content h2 {
  padding: 0;
  font-size: 1.0588235294em;
  font-weight: normal;
  text-transform: uppercase;
}
.nav-img-content h2 .first-word {
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 2.1176470588em;
  line-height: 0.9;
}
@media screen and (min-width: 40em) {
  .nav-img-content h2 {
    padding-right: 2em;
  }
  .nav-img-content h2 .first-word {
    font-size: 2.8235294118em;
  }
}

/* Layout for home - sass/_m-home
-------------------------------------------------------- */
.home .header-wrapper {
  margin-top: 0;
}
@media screen and (min-width: 40em) {
  .home .header-wrapper {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.45) 70%, transparent);
    min-height: 280px;
  }
}

.home .bg-slides {
  margin-top: 0;
}
@media screen and (min-width: 40em) {
  .home .bg-slides {
    margin-top: -280px;
  }
}

.home-padding {
  padding: 0 0.5em;
}
@media screen and (min-width: 75em) {
  .home-padding {
    padding: 0;
  }
}

.home .main-wide {
  margin-top: 0;
}

.home h1 {
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 2.9411764706em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 60em) {
  .home h1 {
    font-size: 5.8823529412em;
    top: 180px;
  }
}

.home-title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.4em 0;
}

/* home incontournables */
.home-incont {
  padding: 3rem 0 6rem;
}

/*.home-incont__title {
	color: #fff;
}*/
.home-incontournable__wrapper {
  margin-right: 1em;
}

.home-incontournable__content {
  background-color: #fff;
  color: #333;
  margin: -60px 0 0 80px;
  position: relative;
  z-index: 100;
}

.home-incontournable .item-title {
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1rem;
  color: #333;
}
.home-incontournable .item-title:before {
  content: "•";
  color: #bc9917;
  margin-left: -10px;
  padding-right: 2px;
}
.home-incontournable .item-link a {
  color: #fff;
  background: #bc9917 url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzMgMzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoLjk3NjMzIDAgMCAuOTY1MTIgLTguNzAyIC03Ljk5OCkiPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik04LjkxMyA4LjI4N2gzMi45MTF2MzMuMjM0SDguOTEzeiIvPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZD0iTTguOTEzIDguMjg3aDMyLjkxMXYzMy4yMzRIOC45MTN6Ii8+PC9jbGlwUGF0aD48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tLjIyNy0uOTgzaDUxLjIxMnY1MS44MDdILS4yMjd6Ii8+PHBhdGggZD0iTTkgMjVoMzJNMjUgOXYzMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjYiIHRyYW5zZm9ybT0ibWF0cml4KDEuMDI0MjUgMCAwIDEuMDM2MTQgLS4yMjcgLS45ODMpIi8+PC9nPjwvZz48L3N2Zz4=") no-repeat center right 16px/5%;
  display: block;
  padding: 0.5rem 1rem 0.5rem 2rem;
  transition: background 0.5s ease;
}
.home-incontournable .item-link a:focus, .home-incontournable .item-link a:hover {
  background-color: #a58714;
}

/* home actu */
.home-news {
  background: #ff00d5;
  padding: 3em 0;
  color: #fff;
}

.home-news-article {
  position: relative;
  background: #b10072;
}
.home-news-article:nth-child(2n+2) {
  background: #7d2987;
}
.home-news-article:nth-child(2n+2) .news-article-title {
  background: linear-gradient(to top, #7d2987, #7d2987 40%, transparent);
}

.home-news .news-article-title {
  color: #fff;
  background: #b10072;
  background: linear-gradient(to top, #b10072, #b10072 40%, transparent);
  margin: 0;
  padding: 2em 1.5rem 0;
  position: absolute;
  bottom: 160px;
  display: block;
}
@media screen and (min-width: 60em) {
  .home-news .news-article-title {
    bottom: 200px;
  }
}

.home-news-summary-wrapper {
  padding: 1.5em;
  font-size: 0.8823529412em;
}

.home-news .home-news-summary,
.home-agenda .calendar-event {
  margin-bottom: 2em;
}

.btn.home-news-alllink {
  color: #fff;
  border-color: transparent;
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 1.6470588235em;
}
.btn.home-news-alllink:focus, .btn.home-news-alllink:hover {
  background: #333;
  color: #fff;
}

/* home agenda */
.home-agenda__title {
  color: #000;
  font-size: 2.8235294118em;
}

.home-agenda {
  background: #fff;
  color: #333;
  padding: 2em 0;
}

.dd-item-home {
  margin-bottom: 1em;
}

.home-agenda .dd-item__date {
  color: #c54116;
  line-height: 1;
}

.home-agenda .dd-item__morelink {
  margin-top: 1em;
}

.home-agenda-alllink-wrapper {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.btn.home-agenda-alllink {
  color: #c54116;
  border-color: transparent;
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 1.6470588235em;
  margin-top: 0;
}
.btn.home-agenda-alllink:focus, .btn.home-agenda-alllink:hover {
  background: #fff;
  color: #ff7100;
}

/* home big blocks */
.home-blocs {
  margin: 3em 0;
  font-size: 1.1764705882em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.home-blocs .h2-like {
  color: #fff;
  font-weight: normal;
  font-size: 3.4117647059em;
  font-family: BebasNeue, impact, arial, sans-serif;
  margin-top: 0;
  line-height: 0.9;
}

.home-bloc {
  padding: 1.5em;
  margin-bottom: 2em;
}
.home-bloc .btn {
  font-size: 1rem;
  padding: 0.4em 1em;
  text-transform: none;
  background: rgba(0, 0, 0, 0.1);
}

.home-bloc-2 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 60em) {
  .home-bloc-2 {
    flex-direction: row;
  }
  .home-bloc-2 > * {
    margin: auto 0 0 auto;
  }
}

.home-bloc-content {
  margin-top: auto;
}
@media screen and (min-width: 60em) {
  .home-bloc-content {
    flex: 1 1 0%;
    margin-bottom: -10px;
  }
}

@media screen and (min-width: 60em) {
  .home-bloc-link {
    max-width: 6.4705882353em;
    margin-left: auto;
    text-align: right;
  }
}

.home-famille {
  background: #c54116 url("https://www.tourismevertsvallons.com/assets/images/home-famille.jpg") no-repeat 0 0;
  background-size: cover;
  min-height: 356px;
}

.home-aventure {
  background: #014619 url("https://www.tourismevertsvallons.com/assets/images/home-aventure.jpg") no-repeat 0 0;
  background-size: cover;
  min-height: 356px;
}

.home-oeno {
  background: #018c33 url("https://www.tourismevertsvallons.com/assets/images/home-oenotourisme.jpg") no-repeat top center;
  min-height: 282px;
  padding-right: 4em;
}
@media screen and (min-width: 40em) {
  .home-oeno {
    display: flex;
  }
  .home-oeno > * {
    margin: auto 0;
  }
}

.home-oeno-content {
  max-width: 15.2941176471em;
}
@media screen and (min-width: 40em) {
  .home-oeno-content {
    flex: 1;
    margin-left: auto;
    margin-right: 1em;
  }
}

.home-oeno-link {
  max-width: 7.6470588235em;
}

/* ALl in sidebar - sass/_m-sidebar
-------------------------------------------------------- */
.rubrique {
  background: #333;
  color: #fff;
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 1.6470588235em;
  padding: 0.3em 0.5em 0.2em;
  line-height: 1;
  display: inline-block;
}

.sub-rubrique {
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 2.1176470588em;
  line-height: 1;
  margin-top: 0.2em;
}

.sidenav {
  font-size: 1.0588235294em;
}
.sidenav > ul {
  text-transform: uppercase;
  margin-top: 1em;
  padding: 0;
}

.sidenav a {
  display: block;
  padding: 0.3em 0.2em;
  color: #333;
  text-decoration: none;
  transition: background 0.5s linear 0s;
}
.sidenav a:focus, .sidenav a:hover {
  text-decoration: underline;
  color: currentcolor;
}

.sidenav .menudepth0.cur {
  padding-left: 0.8em;
}

.sidenav .menudepth0 > a.cur span,
.sidenav .menudepth1 > a.cur span {
  position: relative;
  display: block;
}
.sidenav .menudepth0 > a.cur span:before,
.sidenav .menudepth1 > a.cur span:before {
  content: "○";
  color: currentcolor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -19px;
}

/* déclinaisons couleurs - variante EN à ajouter /!\ */
.faire .rubrique {
  background: #ff7100;
}
.faire .sub-rubrique,
.faire .sidenav a:focus,
.faire .sidenav a:hover,
.faire .sidenav .menudepth0 > a.cur {
  color: #ff7100;
}

.decouvrir .rubrique {
  background: #397e1e;
}
.decouvrir .sidenav a:focus,
.decouvrir .sidenav a:hover,
.decouvrir .sidenav .menudepth0 > a.cur {
  color: #397e1e;
}

.deguster .rubrique {
  background: #b90c20;
}
.deguster .sidenav a:focus,
.deguster .sidenav a:hover,
.deguster .sidenav .menudepth0 > a.cur {
  color: #b90c20;
}

.se-loger .rubrique {
  background: #a300d5;
}
.se-loger .sidenav a:focus,
.se-loger .sidenav a:hover,
.se-loger .sidenav .menudepth0 > a.cur {
  color: #a300d5;
}

.infos-pratiques .rubrique {
  background: #004c6d;
}
.infos-pratiques .sidenav a:focus,
.infos-pratiques .sidenav a:hover,
.infos-pratiques .sidenav .menudepth0 > a.cur {
  color: #004c6d;
}

.en-famille .rubrique {
  background: #c54116;
}
.en-famille .sidenav a:focus,
.en-famille .sidenav a:hover,
.en-famille .sidenav .menudepth0 > a.cur {
  color: #c54116;
}

.osez-l-aventure .rubrique {
  background: #014619;
}
.osez-l-aventure .sidenav a:focus,
.osez-l-aventure .sidenav a:hover,
.osez-l-aventure .sidenav .menudepth0 > a.cur {
  color: #014619;
}

/* module galerie
-------------------------------- */
.gallery {
  margin-top: 1em;
}

.gallery .img {
  float: left;
  margin: 0 16px 16px 0;
  text-align: center;
}

.gallery .img a {
  display: inline-block;
  border: 1px solid #ddd;
}

.gallery .img a:hover {
  border-color: #999;
}

.gallery img {
  border: none;
}

/* LIGHTBOX  -  version 2.8.2 */
/* Preload images */
body:after {
  content: url("https://www.tourismevertsvallons.com/modules/Gallery/templates/lightbox/images/close.png") url("https://www.tourismevertsvallons.com/modules/Gallery/templates/lightbox/images/loading.gif") url("https://www.tourismevertsvallons.com/modules/Gallery/templates/lightbox/images/prev.png") url("https://www.tourismevertsvallons.com/modules/Gallery/templates/lightbox/images/next.png");
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("https://www.tourismevertsvallons.com/modules/Gallery/templates/lightbox/images/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("https://www.tourismevertsvallons.com/modules/Gallery/templates/lightbox/images/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("https://www.tourismevertsvallons.com/modules/Gallery/templates/lightbox/images/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("https://www.tourismevertsvallons.com/modules/Gallery/templates/lightbox/images/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* layout */
/* header layout - sass/_l-header
-------------------------------------------------------- */
.header-wrapper {
  background: rgba(0, 0, 0, 0.65);
  z-index: 100;
  opacity: 0.99;
  position: relative;
  margin-top: 0;
  min-height: 185px;
}
.header-wrapper a {
  color: #fff;
}
@media screen and (min-width: 60em) {
  .header-wrapper {
    margin-top: 2.8235294118em;
  }
}

.header-top-block {
  height: 2.9411764706em;
}

.header {
  background: transparent;
  padding: 0 0.5em;
}
.header a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 75em) {
  .header {
    padding: 0;
  }
}

.header-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 60em) {
  .header-flex {
    flex-direction: row;
  }
}

.title {
  text-align: center;
  color: #fff;
  font-size: 1.7647058824em;
  padding: 0.5em 0;
}
@media screen and (min-width: 40em) {
  .title {
    text-align: left;
  }
}
@media screen and (min-width: 60em) {
  .title {
    padding: 0 2.3529411765em 0 0;
    margin-top: -20px;
  }
}

.search {
  margin: 0 0.5em 0.5em 0;
}

.top-contact-link {
  margin: 0 1em 1em;
  padding: 14px 0 10px 1.5em;
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 1.0588235294em;
  background: transparent url("../../assets/images/picto-contact.svg") no-repeat left center;
}
.top-contact-link a:focus, .top-contact-link a:hover {
  transition: all 0.5s ease 0s;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.reso {
  padding-top: 14px;
}

.lang {
  color: #fff;
  font-family: BebasNeue, impact, arial, sans-serif;
  font-size: 1.2352941176em;
  padding: 12px 0 12px 8px;
}
.lang a {
  display: inline-block;
}
.lang a:focus, .lang a:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease-in-out 0s;
}

/* Global layout & colors - sass/_layout
-------------------------------------------------------- */
/* layout global
------------------ */
.content-inner {
  margin: 2em 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 40em) {
  .content-inner {
    flex-direction: row;
  }
}

.main {
  flex: 1 1 0%;
  margin: 0.5em;
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .main {
    order: 0;
    margin: 0 0 0 1.7647058824em;
  }
}

.sidebar {
  width: 100%;
  padding: 0 0.5em;
  margin-top: 2em;
}
@media screen and (min-width: 40em) {
  .sidebar {
    width: 14.7058823529em;
    padding: 0;
    margin-top: 0.6em;
  }
}

.main-content,
.actualites .news-article-detail {
  margin-bottom: 3em;
}

.main-wide {
  margin: 2em 0;
}

/* variation couleurs */
.faire .main-title,
.faire .main h1,
.faire .main h2,
.faire .main h3 {
  color: #ff7100;
}

.decouvrir .main-title,
.decouvrir .main h1,
.decouvrir .main h2,
.decouvrir .main h3 {
  color: #397e1e;
}

.deguster .main-title,
.deguster .main h1,
.deguster .main h2,
.deguster .main h3 {
  color: #b90c20;
}

.se-loger .main-title,
.se-loger .main h1,
.se-loger .main h2,
.se-loger .main h3 {
  color: #a300d5;
}

.infos-pratiques .main-title,
.infos-pratiques .main h1,
.infos-pratiques .main h2,
.infos-pratiques .main h3 {
  color: #004c6d;
}

.en-famille .main-title,
.en-famille .main h1,
.en-famille .main h2,
.en-famille .main h3 {
  color: #c54116;
}

.osez-l-aventure .main-title,
.osez-l-aventure .main h1,
.osez-l-aventure .main h2,
.osez-l-aventure .main h3 {
  color: #014619;
}

/* Presta-grid */
.presta-grid {
  display: grid;
}
@media screen and (min-width: 60em) {
  .presta-grid {
    grid-template-columns: 3fr 2fr;
    gap: 20px;
  }
}

/* footer layout - sass/_l-footer
-------------------------------------------------------- */
.footer {
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 0.8823529412em;
}
.footer a {
  color: #fff;
}
@media screen and (min-width: 40em) {
  .footer {
    text-align: left;
  }
}

.footer-top {
  background: #333;
  padding: 3em 0;
}

.footer-bottom {
  padding: 2em 0;
}

.footer-partenaires {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-partenaires-item {
  padding: 10px;
  margin: auto 0;
}

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

.footer-menu li {
  display: block;
  padding: 0.5em;
}
.footer-menu li a {
  text-decoration: underline dotted #b6fdff;
}
.footer-menu li a:hover, .footer-menu li a:focus {
  text-decoration: underline solid;
}
@media screen and (min-width: 40em) {
  .footer-menu li {
    display: list-item;
    padding: 0 0.5em;
  }
}

.footer-ot-heading {
  color: #77a82b;
  text-transform: uppercase;
  line-height: 1.2;
}

.heading-newsletter {
  font-size: 1.7058823529em;
  font-family: BebasNeue, impact, arial, sans-serif;
  text-transform: uppercase;
  color: #77a82b;
  line-height: 1;
}
.heading-newsletter + p {
  margin-top: 0;
}

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

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

/*# sourceMappingURL=otscmb.1.css.map */
