@charset "UTF-8";
/* Stylesheet for Com com 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: #16778f;
  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: url("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.1764705882em;
  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;
  }
}

.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;
}

.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(4rem - 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: -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.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: -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.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: -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.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: -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.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: -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.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: -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.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: -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.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: -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.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: -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.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: -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.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: -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 - 1rem - 0.01px);
  }

  .has-gutter-l > .full {
    width: calc(100% / 1 - 1.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 - 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 - 4rem - 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 - 4rem - 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 - 4rem - 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 - 4rem - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 4rem - 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 - 4rem - 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 - 4rem - 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 - 4rem - 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 - 4rem - 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 - 4rem - 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 - 4rem - 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 - 4rem - 0.01px);
  }
}
/**
* FONTS
*/
@font-face {
  font-family: "ptroot";
  src: font-files("pt-root-ui-regular.woff2", "pt-root-ui-regular.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ptroot";
  src: font-files("pt-root-ui-bold.woff2", "pt-root-ui-bold.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ptroot";
  src: font-files("pt-root-ui-light.woff2", "pt-root-ui-light.woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "ptroot";
  src: font-files("pt-root-ui-medium.woff2", "pt-root-ui-medium.woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: font-files("BebasNeue-regular.woff2", "BebasNeue-regular.woff");
  font-weight: 400;
  font-style: normal;
}
/* 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;
}

.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;
}

.submit:hover,
.submit:focus {
  background: #16778f;
  color: #fff;
  transition: all 0.3s linear 0s;
}

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

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

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

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

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

/* end search */
/* modules */
/* Modules - sass/_modules
-------------------------------------------------------- */
/* slide
------------------ */
.rslides {
  display: none;
}

/*! http://responsiveslides.com v1.54 by @viljamis */
@media screen and (min-width: 40em) {
  .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.8em 2em 0.6em;
  background: transparent;
  color: #16778f;
  font-size: 0.7058823529em;
  text-transform: uppercase;
  border: 1px solid #16778f;
  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: #16778f;
  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;
}

/* four links bas de page
---------------------------------- */
.four-links {
  background: #eee;
  padding: 2em 0;
  text-align: center;
}
.four-links .four-links__picto {
  margin: auto;
  padding-bottom: 1em;
}
.four-links .four-links__picto a {
  display: block;
}
.four-links .four-links__picto a:focus img, .four-links .four-links__picto a:hover img {
  transform: scale(1.1);
  transition: all 0.5s linear 0s;
}

.four-links__titles {
  text-transform: uppercase;
  color: #333;
  font-size: 1.1764705882em;
  padding-left: 0.6em;
}

/* quick links bas de page
---------------------------------- */
.quick-links {
  background: #16778f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.7647058824em;
  text-align: center;
  padding: 1em 0;
}
.quick-links a {
  color: #fff;
  display: block;
  padding: 1em 0;
}
.quick-links a:focus img, .quick-links a:hover img {
  transform: scale(1.2);
  transition: all 0.5s linear 0s;
}
.quick-links span {
  display: block;
  margin-top: 1em;
}

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

.elus {
  width: 15em;
  margin: 1em 2em 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.1764705882em;
  font-weight: bold;
  text-transform: uppercase;
}

.news-cat-comcom,
.news-cat-comcom a {
  color: #004c6d;
}

.news-cat-enfance,
.news-cat-enfance a {
  color: #cd4b00;
}

.news-cat-vs,
.news-cat-vs a {
  color: #8f00bb;
}

.news-article-category {
  font-size: 0.8235294118em;
  font-weight: bold;
  text-transform: uppercase;
}
.news-article-category:before {
  content: "";
  display: inline-block;
  border: 2px solid currentcolor;
  height: 1em;
  margin-bottom: -2px;
}

/* accessible hide-show
---------------------------------- */
.header-quick {
  position: relative;
}

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 url("../../assets/themes/ccscmb/img/picto-perso-je-suis.svg") no-repeat bottom left 12px;
  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:after {
  content: url("../../assets/themes/ccscmb/img/fleche-je-suis.svg");
  margin-left: 1em;
}

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

/* This is the opened state */
.animated-expandmore__to_expand {
  --widthA: 285px;
  width: var(--widthA);
  display: block;
  position: absolute;
  left: calc(50% - var(--widthA) / 2);
  overflow: hidden;
  opacity: 1;
  z-index: 200;
  background: #16778f;
  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: #0f5263;
}

/* 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;
}

/* pdf
---------------------------------- */
a[href$=".pdf"] {
  background: transparent url("../../assets/themes/ccscmb/img/picto-pdf.svg") no-repeat left;
  padding: 0.5em 0 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, white 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, white 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;
}

/* 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;
}

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

.gallery .img {
  flex: initial;
  margin: 0 1em 1em 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;
}

.gallery h2 {
  margin: 1em 0 0.5em;
}

.gallery-elus figure {
  margin-top: 0;
}
.gallery-elus .img {
  max-width: 188px;
}
.gallery-elus .img a {
  text-decoration: none;
  border: 1px solid #fff;
}
.gallery-elus .img a:focus, .gallery-elus .img a:hover {
  border-color: #999;
}

/* LIGHTBOX  -  version 2.8.2 */
/* Preload images */
body:after {
  content: url("../../assets/themes/ccscmb/img/lightbox/close.png") url("../../assets/themes/ccscmb/img/lightbox/loading.gif") url("../../assets/themes/ccscmb/img/lightbox/prev.png") url("../../assets/themes/ccscmb/img/lightbox/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("../../assets/themes/ccscmb/img/lightbox/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("../../assets/themes/ccscmb/img/lightbox/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  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("../../assets/themes/ccscmb/img/lightbox/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  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%;
  border-bottom-left-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("../../assets/themes/ccscmb/img/lightbox/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

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

/* 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;
}

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

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

.agenda-item__title {
  margin-top: 0;
  font-size: 1.0588235294em;
  text-transform: none;
}

.agenda-item__commune {
  padding-left: 15px;
  margin: 0.5em 0;
  background: transparent url("../../assets/themes/ccscmb/img/picto-localisation-agenda-b.svg") no-repeat 0 center;
}

.agenda-item__category {
  font-size: 0.7647058824em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 0.3em 0.5em;
  margin: 0.5em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.category_comcom {
  background-color: #004c6d;
}

.category_enfance {
  background-color: #cd4b00;
}

.category_vs {
  background-color: #8f00bb;
}

.agenda-item__morelink {
  margin: auto;
}

/* annuaires : company directory styles - sass/_m-company
-------------------------------------------------------- */
.company-item {
  border: 1px solid #7ca5b6;
  padding: 1em;
  min-height: 165px;
  margin-bottom: 1em;
}

.company-title {
  color: #004c6d;
  font-size: 0.9411764706em;
}

.company-filter-wrapper {
  min-width: 9em;
}

.company-filter-label {
  text-transform: uppercase;
  margin-top: 0;
}

/* villages solidaires enfance jeunesse styles - sass/_m-vsenfance
-------------------------------------------------------- */
.main-subnav-wrapper {
  padding: 0.5em 0;
}
.main-subnav-wrapper a {
  color: #fff;
}
.main-subnav-wrapper img {
  max-width: 86px;
}

.subnav-vs {
  background-color: #8f00bb;
  color: #fff;
}
.subnav-vs a:focus, .subnav-vs a:hover {
  background-color: #680088;
}

.subnav-enfance {
  background-color: #cd4b00;
  color: #fff;
}
.subnav-enfance a:focus, .subnav-enfance a:hover {
  background-color: #9a3800;
}

.heading-vsenfance {
  display: flex;
  margin: auto 0;
}

h1.heading-vsenfance {
  max-width: 8em;
  padding-right: 0;
}

.main-vsenfance-nav {
  display: flex;
}
.main-vsenfance-nav .simple-nav {
  display: block;
  margin: auto 0;
  font-size: 1.0588235294em;
}
@media screen and (min-width: 60em) {
  .main-vsenfance-nav .simple-nav {
    display: flex;
  }
}
@media screen and (min-width: 60em) {
  .main-vsenfance-nav .nav__item {
    border-left: 1px solid #ddd;
  }
  .main-vsenfance-nav .nav__item:first-child {
    border-left: none;
  }
}
.main-vsenfance-nav .nav__link {
  display: block;
  padding: 0.5em 1.5em;
  line-height: 1.1;
  transition: all 0.4s linear 0s;
}

/* Main nav
------------------- */
.info-navs {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0.5em 0;
  background: #16778f;
  width: 100%;
  font-weight: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 60em) {
  .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;
}

/*a.nav__link.parent,
a.nav__link.parent:focus,
a.nav__link.parent:hover {
    background-image: url('fleche-blanche-bas.svg');
    background-repeat: no-repeat;
    background-position: right 5% center;
  }*/
/* setting colors */
/* comcom */
.nav a.la-communaute-de-communes {
  color: #004c6d;
}

.nav a.la-communaute-de-communes:hover,
.nav a.la-communaute-de-communes:focus {
  background: #004c6d;
  color: #fff;
}

/* quotidien */
.nav .au-quotidien {
  color: #ce000c;
}

.nav .au-quotidien:hover,
.nav .au-quotidien:focus {
  background: #ce000c;
  color: #fff;
}

/* villages solidaires */
.nav a.villages-solidaires {
  color: #8f00bb;
}

.nav a.villages-solidaires:hover,
.nav a.villages-solidaires:focus {
  background: #8f00bb;
  color: #fff;
}

/* enfance jeunesse */
.nav a.enfance-jeunesse {
  color: #cd4b00;
}

.nav a.enfance-jeunesse:hover,
.nav a.enfance-jeunesse:focus {
  background: #cd4b00;
  color: #fff;
}

/* culture sports loisirs */
.nav .culture-sport-et-loisirs {
  color: #397e1e;
}

.nav .culture-sport-et-loisirs:hover,
.nav .culture-sport-et-loisirs:focus {
  background: #397e1e;
  color: #fff;
}

/* economie */
.nav .economie {
  color: #003174;
}

.nav .economie:hover,
.nav .economie:focus {
  background: #003174;
  color: #fff;
}

/* environnement */
.nav .environnement {
  color: #007e80;
}

.nav .environnement:hover,
.nav .environnement:focus {
  background: #007e80;
  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: 100;
  opacity: 0.99;
}

.main-nav .nav__item {
  position: relative;
  font-size: 0.9411764706em;
  font-weight: bold;
}

.sectionheader.nav__item,
.main-nav .nav__link {
  text-decoration: none;
  display: flex;
  padding: 1.1em 1em 1em 1.3em;
  min-width: 10em;
  line-height: 1;
  transition: all 0.4s linear 0s;
  background: inherit;
  position: relative;
}
.sectionheader.nav__item span,
.main-nav .nav__link span {
  margin: auto 0;
}
.sectionheader.nav__item:before,
.main-nav .nav__link:before {
  content: "■";
  color: currentcolor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
@media screen and (min-width: 60em) {
  .sectionheader.nav__item,
.main-nav .nav__link {
    min-height: 4.3529411765em;
  }
}

/* current status */
a.nav__link.cur-parent.la-communaute-de-communes {
  background: #004c6d;
  color: #fff;
}

a.nav__link.cur.au-quotidien,
a.nav__link.cur-parent.au-quotidien {
  background: #ce000c;
  color: #fff;
}

a.nav__link.cur.villages-solidaires,
a.nav__link.cur-parent.villages-solidaires {
  background: #8f00bb;
  color: #fff;
}

a.nav__link.cur.enfance-jeunesse,
a.nav__link.cur-parent.enfance-jeunesse {
  background: #cd4b00;
  color: #fff;
}

a.nav__link.cur.culture-sport-et-loisirs,
a.nav__link.cur-parent.culture-sport-et-loisirs {
  background: #397e1e;
  color: #fff;
}

a.nav__link.cur.economie,
a.nav__link.cur-parent.economie {
  background: #003174;
  color: #fff;
}

a.nav__link.cur.environnement,
a.nav__link.cur-parent.environnement {
  background: #007e80;
  color: #fff;
}

/* subnav styles */
.la-communaute-de-communes + .subnav {
  background: #004c6d;
}

a.la-communaute-de-communes + .subnav a:hover,
a.la-communaute-de-communes + .subnav a:focus {
  background: #003044;
}

.au-quotidien + .subnav {
  background: #ce000c;
}

.au-quotidien + .subnav a:hover,
.au-quotidien + .subnav a:focus {
  background: #a5000a;
}

.villages-solidaires + .subnav {
  background: #8f00bb;
}

a.villages-solidaires + .subnav a:hover,
a.villages-solidaires + .subnav a:focus {
  background: #700092;
}

.enfance-jeunesse + .subnav {
  background: #cd4b00;
}

a.enfance-jeunesse + .subnav a:hover,
a.enfance-jeunesse + .subnav a:focus {
  background: #a43c00;
}

.culture-sport-et-loisirs + .subnav {
  background: #397e1e;
}

a.culture-sport-et-loisirs + .subnav a:hover,
a.culture-sport-et-loisirs + .subnav a:focus {
  background: #2a5d16;
}

.economie + .subnav {
  background: #003174;
}

a.economie + .subnav a:hover,
a.economie + .subnav a:focus {
  background: #00204b;
}

.environnement + .subnav {
  background: #007e80;
}

a.environnement + .subnav a:hover,
a.environnement + .subnav a:focus {
  background: #005657;
}

.main-nav .subnav__item {
  font-size: 1.0588235294em;
  text-transform: none;
  text-align: left;
  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: 60em) {
  .main-nav .nav {
    display: flex;
  }

  .subnav {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 16.1764705882em;
    background: #333;
  }
}
/* image navigations - sass/_m-navimg
-------------------------------------------------------- */
.nav-carre-ul li {
  margin-bottom: 2em;
}

/* menu carré standard
---------------------------------- */
.nav-carre-item {
  background: #16778f;
  padding: 1em;
  display: flex;
  min-height: 13.1176470588em;
}
.nav-carre-item > div {
  margin: auto;
}
.nav-carre-item a, .nav-carre-item a:focus, .nav-carre-item a:hover {
  border: none;
}
.nav-carre-item h2 {
  color: #fff;
  font-size: 1.2941176471em;
  font-weight: normal;
  padding: 0 0 1em;
}
.nav-carre-item:focus img, .nav-carre-item:hover img {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out 0s;
}

/* Layout for home - sass/_m-home
-------------------------------------------------------- */
/* homepage
------------------ */
.home-padding {
  padding: 0 0.5em;
}
@media screen and (min-width: 75em) {
  .home-padding {
    padding: 0;
  }
}

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

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

.home-news .news-title {
  font-size: 1.4117647059em;
  text-transform: none;
}

.home-news-article {
  background: #fff;
}
.home-news-article:nth-child(2n+2) {
  background: #eee;
}
.home-news-article .home-news-article-wrapper {
  padding: 1.5em;
}

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

.btn.home-news-alllink {
  color: #333;
  border-color: transparent;
  font-weight: bold;
  font-size: 1.1764705882em;
}
.btn.home-news-alllink:focus, .btn.home-news-alllink:hover {
  background: #333;
  color: #fff;
}

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

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

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

.home-agenda .agenda-item__commune {
  background-image: url("../../assets/themes/ccscmb/img/picto-localisation-agenda-w.svg");
}

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

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

.btn.home-agenda-alllink {
  color: #fff;
  border-color: transparent;
  font-weight: bold;
  font-size: 1.1764705882em;
}
.btn.home-agenda-alllink:focus, .btn.home-agenda-alllink:hover {
  background: #fff;
  color: #333;
}

/* home big blocks */
.home-blocs {
  margin: 3em 0;
}
.home-blocs h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.1176470588em;
}

.home-bloc {
  padding: 2em;
}

.home-bloc-2 {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .home-bloc-2 {
    text-align: left;
  }
}

.home-bloc-2 > * {
  margin: auto;
}

.home-bloc-3 > .home-bloc {
  min-height: 400px;
  display: flex;
}

.home-bloc > * {
  margin: auto;
}

.home-villages {
  background: #8f00bb;
}

.home-enfance {
  background: #cd4b00;
}

.home-environnement {
  background: #5d8028;
}

.home-economie {
  background: #003174;
}

.home-tourisme {
  background: #ce000c;
}

/* home covid-19 */
.covid {
  background: #16778f;
  margin-bottom: 2em;
}
.covid a {
  padding: 1em;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s linear 0s;
}
.covid a:focus, .covid a:hover {
  text-decoration: none;
  background-color: #136579;
}
.covid a .covid-title {
  color: #0ff;
}
@media screen and (min-width: 60em) {
  .covid a {
    padding: 5em 10em;
  }
}
.covid .flex-img {
  max-width: 201px;
}
.covid .grid > * {
  margin: auto 2em;
}

.covid-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4.2352941176em;
  margin-bottom: 0;
}

.covid-txt {
  font-size: 2.8235294118em;
  margin-top: 0;
  line-height: 1;
}
@media screen and (min-width: 60em) {
  .covid-txt {
    font-size: 3.5294117647em;
  }
}

/* home ciné */
.home-cine {
  padding: 2em 0;
  background-color: #eaf8fc;
}

.home-cine__title {
  color: #16778f;
  border-bottom: 1px solid #16778f;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.film-item h2 {
  line-height: 1;
  font-size: 1.3rem;
}
.film-item h2 span {
  color: #666;
  font-size: 1rem;
}

/* ALl in sidebar - sass/_m-sidebar
-------------------------------------------------------- */
/* sidebar
------------------- */
.rubrique {
  font-size: 1.3529411765em;
  font-weight: bold;
  text-transform: uppercase;
  color: #16778f;
  background: transparent url("../../assets/themes/ccscmb/img/carre-main.svg") no-repeat 0 center;
  padding: 0 1em;
  line-height: 1.1;
}

.sidenav {
  font-size: 1.0588235294em;
  margin-top: 1em;
}

.sidenav li {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.sidenav li.menudepth1:last-child {
  border: none;
}

.sidenav a {
  display: block;
  padding: 0.8em 0.4em;
  text-decoration: none;
  transition: background 0.5s linear 0s;
}

.sidenav .menudepth0 > a:after {
  content: ">";
  float: right;
}

.sidenav .menudepth1 {
  padding-left: 1em;
  position: relative;
}
.sidenav .menudepth1.cur:before {
  content: "•";
  position: absolute;
  left: 0.5em;
  top: 25%;
}

.la-communaute-de-communes .rubrique {
  background: transparent url("../../assets/themes/ccscmb/img/carre-comcom.svg") no-repeat 0 center;
  color: #004c6d;
}
.la-communaute-de-communes .sidenav a {
  color: #004c6d;
}
.la-communaute-de-communes .sidenav a:focus,
.la-communaute-de-communes .sidenav a:hover,
.la-communaute-de-communes .sidenav .menudepth0 > a.cur {
  color: #fff;
  background: #004c6d;
}

.au-quotidien .rubrique {
  background: transparent url("../../assets/themes/ccscmb/img/carre-quoti.svg") no-repeat 0 center;
  color: #ce000c;
}
.au-quotidien .sidenav a {
  color: #ce000c;
}
.au-quotidien .sidenav a:focus,
.au-quotidien .sidenav a:hover,
.au-quotidien .sidenav .menudepth0 > a.cur {
  color: #fff;
  background: #ce000c;
}

.culture-sport-et-loisirs .rubrique {
  background: transparent url("../../assets/themes/ccscmb/img/carre-culture.svg") no-repeat 0 center;
  color: #397e1e;
}
.culture-sport-et-loisirs .sidenav a {
  color: #397e1e;
}
.culture-sport-et-loisirs .sidenav a:focus,
.culture-sport-et-loisirs .sidenav a:hover,
.culture-sport-et-loisirs .sidenav .menudepth0 > a.cur {
  color: #fff;
  background: #397e1e;
}

.economie .rubrique {
  background: transparent url("../../assets/themes/ccscmb/img/carre-eco.svg") no-repeat 0 center;
  color: #003174;
}
.economie .sidenav a {
  color: #003174;
}
.economie .sidenav a:focus,
.economie .sidenav a:hover,
.economie .sidenav .menudepth0 > a.cur {
  color: #fff;
  background: #003174;
}

.environnement .rubrique {
  background: transparent url("../../assets/themes/ccscmb/img/carre-environ.svg") no-repeat 0 center;
  color: #007e80;
}
.environnement .sidenav a {
  color: #007e80;
}
.environnement .sidenav a:focus,
.environnement .sidenav a:hover,
.environnement .sidenav .menudepth0 > a.cur {
  color: #fff;
  background: #007e80;
}

.villages-solidaires .rubrique {
  background: transparent url("../../assets/themes/ccscmb/img/carre-blanc.svg") no-repeat 0 center;
  color: #fff;
}
.villages-solidaires .sidenav {
  margin-top: 3em;
}
.villages-solidaires .sidenav a {
  color: #8f00bb;
}
.villages-solidaires .sidenav a:focus,
.villages-solidaires .sidenav a:hover,
.villages-solidaires .sidenav .menudepth0 > a.cur {
  color: #fff;
  background: #8f00bb;
}

.enfance-jeunesse .rubrique {
  background: transparent url("../../assets/themes/ccscmb/img/carre-blanc.svg") no-repeat 0 center;
  color: #fff;
}
.enfance-jeunesse .sidenav {
  margin-top: 3em;
}
.enfance-jeunesse .sidenav a {
  color: #cd4b00;
}
.enfance-jeunesse .sidenav a:focus,
.enfance-jeunesse .sidenav a:hover,
.enfance-jeunesse .sidenav .menudepth0 > a.cur {
  color: #fff;
  background: #cd4b00;
}

/* layout */
/* header layout - sass/_l-header
-------------------------------------------------------- */
.header-wrapper {
  background: #16778f;
}

.header {
  background: transparent;
  padding: 0 0.5em;
}
.header a {
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .header {
    padding: 0;
  }
}
.header > * {
  vertical-align: middle;
}

.title {
  text-align: center;
  color: #16778f;
  font-size: 1.7647058824em;
  padding: 0.5em 0;
}
.title a {
  color: #16778f;
}
@media screen and (min-width: 40em) {
  .title {
    text-align: left;
  }
}
.title img {
  height: 170px;
}

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

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

/* 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: 15.2941176471em;
    padding: 0;
    margin-top: 0.6em;
  }
}

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

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

/* variation couleurs */
.la-communaute-de-communes .main h2 {
  color: #004c6d;
}

.au-quotidien .main h2, .au-quotidien .company-filter-label {
  color: #ce000c;
}

.villages-solidaires .main h2 {
  color: #8f00bb;
}

.enfance-jeunesse .main h2 {
  color: #cd4b00;
}

.culture-sport-et-loisirs .main h2, .culture-sport-et-loisirs .company-filter-label {
  color: #397e1e;
}

.economie .main h2, .economie .company-filter-label {
  color: #003174;
}

.environnement .main h2 {
  color: #007e80;
}

/* Contact */
/* footer layout - sass/_l-footer
-------------------------------------------------------- */
.footer {
  clear: both;
  background: #16778f;
  text-align: center;
  color: #fff;
  font-size: 0.8823529412em;
  padding: 3em 0;
}
.footer a {
  color: #fff;
}
@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: 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-block.nl-block {
  border: none;
}

.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;
  }
}

.intranet {
  padding: 3em 0;
}
.intranet a {
  margin: 0;
}
@media screen and (min-width: 40em) {
  .intranet {
    border-left: 1px dotted #fff;
    padding: 3em 0 3em 2em;
  }
}

.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=ccscmb.css.map */


