@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden],
template {
  display: none
}
a {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #063750;
  text-decoration: none;
  -webkit-transition: none;
  transition: none
}
a:active,
a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b,
optgroup,
strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #fff;
  color: #111
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
button {
  overflow: visible
}
button,
select {
  text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset,
legend {
  border: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%
}
body {
  margin: 0;
  background: #fff;
  color: #111;
  line-height: 1.5
}
main {
  display: block
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: .75em 0
}
li {
  margin: 0 0 .375em
}
code {
  font-size: .8em;
  padding: .375em .75em
}
code,
pre {
  background: #f5f5f5
}
pre {
  overflow: auto;
  border-radius: .2em;
  padding: .375em;
  text-align: left
}
pre code {
  padding: 0
}
blockquote {
  -webkit-box-shadow: inset 5px 0 hsla(0,0%,7%,.3);
  box-shadow: inset 5px 0 hsla(0,0%,7%,.3);
  margin: 0 0 0 .1em;
  padding: 0 0 0 1em
}
label {
  cursor: pointer
}
[class*=" icon-"]:before,
[class^=icon-]:before {
  margin: 0 .75em 0 0
}
i[class*=" icon-"]:before,
i[class^=icon-]:before {
  margin: 0
}
.label,
[data-tooltip]:after {
  background: #063750;
  border: 0;
  border-radius: .2em;
  color: #fff;
  display: inline-block;
  letter-spacing: inherit;
  margin: 0 0 0 1em;
  text-align: center;
  vertical-align: middle;
  width: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: .6em;
  line-height: 1;
  padding: .4em .6em
}
.success.label,
.success[data-tooltip]:after {
  background: #2ecc40
}
.warning.label,
.warning[data-tooltip]:after {
  background: #ff851b
}
.error.label,
.error[data-tooltip]:after {
  background: #ff4136
}
.pseudo.label,
.pseudo[data-tooltip]:after {
  background-color: transparent;
  color: inherit
}
.select select,
input,
textarea {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: .2em;
  height: 2.1em;
  line-height: 1.5;
  margin: 0;
  padding: .375em .75em;
  -webkit-transition: none;
  transition: none;
  width: 100%
}
.select select:focus,
input:focus,
textarea:focus {
  border: 1px solid #063750;
  outline: 0
}
textarea {
  overflow: auto;
  height: auto
}
[type=color],
[type=file] {
  cursor: pointer
}
[type=file] {
  height: auto
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjMiPjxwYXRoIGQ9Im0wIDEgMSAyIDEtMnoiLz48L3N2Zz4=) 95%/10px 15px no-repeat #fff;
  background-position: calc(100% - 15px);
  border: 1px solid #aaa;
  border-radius: .2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  height: 2.2em;
  padding: .375em .5625em;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%
}
select::-ms-expand {
  display: none
}
select:active,
select:focus {
  border: 1px solid #063750;
  -webkit-transition: outline;
  transition: outline
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111
}
select option {
  font-size: inherit;
  padding: .5625em
}
select[multiple] {
  background: 0 0;
  height: auto;
  padding: 0
}
[type=checkbox],
[type=radio] {
  display: inline-block;
  opacity: 0;
  position: absolute;
  width: 0
}
[type=checkbox] + .checkable:hover:before,
[type=checkbox]:focus + .checkable:before,
[type=radio] + .checkable:hover:before,
[type=radio]:focus + .checkable:before {
  border: 1px solid #063750
}
[type=checkbox] + .checkable,
[type=radio] + .checkable {
  cursor: pointer;
  margin-right: .6em;
  padding-left: 1.5em;
  position: relative
}
[type=checkbox] + .checkable:after,
[type=checkbox] + .checkable:before,
[type=radio] + .checkable:after,
[type=radio] + .checkable:before {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: transparent;
  content: "";
  display: inline-block;
  font-family: sans;
  font-size: 1em;
  height: 1em;
  left: 0;
  line-height: 1em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: none;
  transition: none;
  width: 1em
}
[type=checkbox] + .checkable:before,
[type=radio] + .checkable:before {
  border: 1px solid #aaa
}
[type=checkbox]:checked + .checkable:after,
[type=radio]:checked + .checkable:after {
  background: #111;
  -webkit-transform: scale(.5) translateY(-100%);
  -ms-transform: scale(.5) translateY(-100%);
  transform: scale(.5) translateY(-100%)
}
[type=checkbox] + .checkable:before {
  border-radius: .2em
}
[type=checkbox] + .checkable:after {
  background: 0 0;
  content: "✔";
  opacity: 0;
  -webkit-transform: scale(2) translateY(-25%);
  -ms-transform: scale(2) translateY(-25%);
  transform: scale(2) translateY(-25%);
  visibility: hidden
}
[type=checkbox]:checked + .checkable:after {
  background: 0 0;
  color: #111;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: none;
  transition: none;
  visibility: visible
}
td,
th {
  padding: .375em 2.4em .375em .75em
}
th {
  background-color: #063750;
  color: #fff;
  font-weight: 900;
  text-align: left
}
.success th {
  background-color: #2ecc40
}
.warning th {
  background-color: #ff851b
}
.error th {
  background-color: #ff4136
}
.dull th {
  background-color: #aaa
}
tr:nth-child(2n) {
  background: hsla(0,0%,7%,.05)
}
.stack,
.stack .toggle {
  border-radius: 0;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  width: 100%
}
.stack:first-child,
.stack:first-child .toggle {
  border-top-left-radius: .2em;
  border-top-right-radius: .2em
}
.stack:last-child,
.stack:last-child .toggle {
  border-bottom-left-radius: .2em;
  border-bottom-right-radius: .2em
}
input.stack,
select.stack,
textarea.stack {
  border-bottom-width: 0;
  -webkit-transition: border-bottom 0 0;
  transition: border-bottom 0 0
}
input.stack:last-child,
select.stack:last-child,
textarea.stack:last-child {
  border-bottom-width: 1px
}
input.stack:focus + input,
input.stack:focus + select,
input.stack:focus + textarea,
select.stack:focus + input,
select.stack:focus + select,
select.stack:focus + textarea,
textarea.stack:focus + input,
textarea.stack:focus + select,
textarea.stack:focus + textarea {
  border-top-color: #063750
}
.tabs {
  overflow: hidden;
  position: relative
}
.tabs > label img {
  float: left;
  margin-left: .75em
}
.tabs > .row {
  border-spacing: 0;
  display: table;
  margin: 0;
  padding-left: 0;
  position: relative;
  table-layout: fixed;
  -webkit-transition: .3s;
  transition: .3s;
  width: calc(100% + 1.2em)
}
.tabs > .row:after,
.tabs > .row:before {
  display: none
}
.tabs > .row > *,
.tabs > .row img {
  display: table-cell;
  margin: 0;
  vertical-align: top;
  width: 100%
}
.tabs > input {
  display: none
}
.tabs > input + * {
  width: 100%
}
.tabs > input + label {
  width: auto
}
.two.tabs > .row {
  left: -100%;
  width: 200%
}
.two.tabs > input:first-of-type:checked ~ .row {
  margin-left: 100%
}
.two.tabs > label img {
  margin: 4% 0 4% 4%;
  width: 48%
}
.three.tabs > .row {
  left: -200%;
  width: 300%
}
.three.tabs > input:first-of-type:checked ~ .row {
  margin-left: 200%
}
.three.tabs > input:nth-of-type(2):checked ~ .row {
  margin-left: 100%
}
.three.tabs > label img {
  margin: 5% 0 5% 5%;
  width: 30%
}
.four.tabs > .row {
  left: -300%;
  width: 400%
}
.four.tabs > input:first-of-type:checked ~ .row {
  margin-left: 300%
}
.four.tabs > input:nth-of-type(2):checked ~ .row {
  margin-left: 200%
}
.four.tabs > input:nth-of-type(3):checked ~ .row {
  margin-left: 100%
}
.four.tabs > label img {
  margin: 4% 0 4% 4%;
  width: 22%
}
.five.tabs > .row {
  left: -400%;
  width: 500%
}
.five.tabs > input:first-of-type:checked ~ .row {
  margin-left: 400%
}
.five.tabs > input:nth-of-type(2):checked ~ .row {
  margin-left: 300%
}
.five.tabs > input:nth-of-type(3):checked ~ .row {
  margin-left: 200%
}
.five.tabs > input:nth-of-type(4):checked ~ .row {
  margin-left: 100%
}
.five.tabs > label img {
  margin: 2% 0 2% 2%;
  width: 18%
}
.six.tabs > .row {
  left: -500%;
  width: 600%
}
.six.tabs > input:first-of-type:checked ~ .row {
  margin-left: 500%
}
.six.tabs > input:nth-of-type(2):checked ~ .row {
  margin-left: 400%
}
.six.tabs > input:nth-of-type(3):checked ~ .row {
  margin-left: 300%
}
.six.tabs > input:nth-of-type(4):checked ~ .row {
  margin-left: 200%
}
.six.tabs > input:nth-of-type(5):checked ~ .row {
  margin-left: 100%
}
.six.tabs > label img {
  margin: 1% 0 1% 1%;
  width: 12%
}
.tabs > label:first-of-type img {
  margin-left: 0
}
[data-tooltip] {
  position: relative
}
[data-tooltip]:after,
[data-tooltip]:before {
  border-width: 0;
  height: 0;
  left: 0;
  margin-top: 12px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: calc(100% - 6px);
  -webkit-transition: opacity .6s,height .6s;
  transition: opacity .6s,height .6s;
  z-index: 10
}
[data-tooltip]:after {
  background: #111;
  content: attr(data-tooltip);
  font-size: .8em;
  margin-left: 0;
  white-space: nowrap
}
[data-tooltip]:before {
  border: 0 solid transparent;
  border-bottom-color: #111;
  content: "";
  height: 0;
  left: 10px;
  margin-top: 0;
  width: 0
}
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  border-width: 6px;
  height: auto;
  opacity: 1
}
[data-tooltip]:focus:after,
[data-tooltip]:hover:after {
  padding: .5625em 1.125em
}
.tooltip-top:after,
.tooltip-top:before {
  bottom: calc(100% - 6px);
  left: 0;
  margin-bottom: 12px;
  top: auto
}
.tooltip-top:before {
  border-color: #111 transparent transparent;
  left: 10px;
  margin-bottom: 0
}
.tooltip-right:after,
.tooltip-right:before {
  left: 100%;
  margin-left: 6px;
  margin-top: 0;
  top: 0
}
.tooltip-right:before {
  border-color: transparent #111 transparent transparent;
  left: 100%;
  margin-left: -6px;
  top: 7px
}
.tooltip-left:after,
.tooltip-left:before {
  left: auto;
  margin-right: 6px;
  margin-top: 0;
  right: 100%;
  top: 0
}
.tooltip-left:before {
  border-color: transparent transparent transparent #111;
  margin-right: -6px;
  right: 100%;
  top: 7px
}
.skipnav {
  background: #256085!important;
  color: #fff!important;
  left: auto;
  padding: .25rem 1rem;
  position: absolute;
  right: auto;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}
.skipnav:active,
.skipnav:focus,
.skipnav:focus-within {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 999
}
.sr-only {
  height: 1px!important;
  position: absolute!important;
  width: 1px!important;
  clip: rect(1px,1px,1px,1px)!important;
  border: 0!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  white-space: nowrap!important
}
#BtnTop {
  background-color: #1a435d;
  border: none;
  border-radius: 10px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: none;
  line-height: 1.5rem;
  outline: #efffff solid 2px;
  padding: 15px;
  position: fixed;
  right: 30px;
  z-index: 9999
}
#BtnTop:active,
#BtnTop:focus,
#BtnTop:hover {
  background-color: #333
}
#BtnTop:active:before,
#BtnTop:focus:before,
#BtnTop:hover:before {
  background-color: transparent;
  content: attr(title);
  display: block;
  float: left;
  height: auto;
  margin-right: .5em;
  position: relative;
  width: auto
}
#BtnTop svg {
  display: block;
  height: 1.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1.5rem;
  fill: currentColor;
  stroke: currentColor
}
[type=button]:focus-visible,
[type=reset]:focus-visible,
[type=submit]:focus-visible,
button:focus-visible,
nav li a:focus-visible {
  outline: #333 dotted 1px
}
a:focus-visible {
  outline: 0
}
#angleweb a[target=_blank]:after,
.content a[target=_blank]:after {
  background-color: #545454;
  content: "";
  display: inline-block;
  height: .75em;
  margin-left: .25ch;
  -webkit-mask: url(../../templates/img/external.svg) no-repeat 50% 50%;
  mask: url(../../templates/img/external.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: .75em
}
#angleweb a[target=_blank]:active:after,
#angleweb a[target=_blank]:focus-visible:after,
#angleweb a[target=_blank]:focus-within:after,
#angleweb a[target=_blank]:focus:after,
#angleweb a[target=_blank]:hover:after,
.content a[target=_blank]:active:after,
.content a[target=_blank]:focus-visible:after,
.content a[target=_blank]:focus-within:after,
.content a[target=_blank]:focus:after,
.content a[target=_blank]:hover:after {
  background-color: #000
}
body,
html {
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 16px
}
address {
  font-style: normal
}
.public--jeunes {
  background-color: #c8d974
}
.public--famille {
  background-color: #fbdac7
}
.public--pro {
  background-color: #f1c4e6
}
.public--atoutjeunes {
  background-color: #b6ebff
}
body.pge__public--jeunes h2 {
  color: #648000
}
body.pge__public--jeunes .bg--dark {
  background-color: #648000
}
body.pge__public--jeunes .bg--dark h2 {
  color: #fff
}
body.pge__public--jeunes .bg--light {
  background-color: #f8faec
}
body.pge__public--famille h2 {
  color: #cf4900
}
body.pge__public--famille .bg--dark {
  background-color: #cf4900
}
body.pge__public--famille .bg--dark h2 {
  color: #fff
}
body.pge__public--famille .bg--light {
  background-color: #fdf0e9
}
body.pge__public--pro h2 {
  color: #942278
}
body.pge__public--pro .bg--dark {
  background-color: #942278
}
body.pge__public--pro .bg--dark h2 {
  color: #fff
}
body.pge__public--pro .bg--light {
  background-color: #fbedf8
}
body.pge__public--atoutjeunes h2 {
  color: #006083
}
body.pge__public--atoutjeunes .bg--dark h2 {
  color: #fff
}
.is-hidden {
  display: none!important
}
.is-fullwidth {
  left: 50%;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  position: relative;
  right: 50%;
  width: 100vw
}
.container,
.mtx_sections_files .downloads,
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem
}
.section ul {
  list-style: none
}
.section li,
.section ul {
  margin: 0;
  padding: 0
}
.flex--gap {
  margin: -12px 0 0 -12px;
  width: calc(100% + 12px)
}
.flex--gap > * {
  margin: 12px 0 0 12px!important
}
.bg--none {
  background-color: unset
}
.bg--default {
  background-color: #fff;
  color: #333
}
.bg--default a {
  color: #333
}
.bg--light {
  background-color: #efffff;
  color: #333
}
.bg--light a {
  color: #333
}
.bg--dark {
  background-color: #256085
}
.bg--dark,
.bg--dark a {
  color: #fff
}
.bg--dark .card,
.bg--dark .card a {
  color: #333!important
}
.valign--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.valign--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.valign--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.pd--none {
  padding-bottom: 0;
  padding-top: 0
}
.pd--small {
  padding-bottom: 1rem;
  padding-top: 1rem
}
.pd--medium {
  padding-bottom: 2rem;
  padding-top: 2rem
}
.pd--large {
  padding-bottom: 3rem;
  padding-top: 3rem
}
.pd--extra {
  padding-bottom: 4rem;
  padding-top: 4rem
}
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#main {
  padding-top: 2rem
}
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  gap: 25px;
  justify-content: flex-start
}
.cols.cols--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.cols.cols--fluid .cols__col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}
.cols.cols--fixed .cols__col {
  -ms-flex-preferred-size: calc(400px - 2rem);
  flex-basis: calc(400px - 2rem)
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.flex.flex--gap {
  margin: -2rem 0 0 -2rem;
  width: calc(100% + 2rem)
}
.flex.flex--gap > * {
  margin: 2rem 0 0 2rem!important
}
.flex.grow > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.flex[class*=eight] > *,
.flex[class*=eleven] > *,
.flex[class*=five] > *,
.flex[class*=four] > *,
.flex[class*=nine] > *,
.flex[class*=one] > *,
.flex[class*=seven] > *,
.flex[class*=six] > *,
.flex[class*=ten] > *,
.flex[class*=three] > *,
.flex[class*=twelve] > *,
.flex[class*=two] > * {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}
.flex .center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.one > * {
  width: 100%
}
.one.flex--gap > * {
  width: calc(100% - 2rem)
}
.two > * {
  width: 50%
}
.two.flex--gap > * {
  width: calc(50% - 2rem)
}
.three > * {
  width: 33.33333%
}
.three.flex--gap > * {
  width: calc(33.33333% - 2rem)
}
.four > * {
  width: 25%
}
.four.flex--gap > * {
  width: calc(25% - 2rem)
}
.five > * {
  width: 20%
}
.five.flex--gap > * {
  width: calc(20% - 2rem)
}
.six > * {
  width: 16.66666%
}
.six.flex--gap > * {
  width: calc(16.66666% - 2rem)
}
.seven > * {
  width: 14.28571%
}
.seven.flex--gap > * {
  width: calc(14.28571% - 2rem)
}
.eight > * {
  width: 12.5%
}
.eight.flex--gap > * {
  width: calc(12.5% - 2rem)
}
.nine > * {
  width: 11.11111%
}
.nine.flex--gap > * {
  width: calc(11.11111% - 2rem)
}
.ten > * {
  width: 10%
}
.ten.flex--gap > * {
  width: calc(10% - 2rem)
}
.eleven > * {
  width: 9.09091%
}
.eleven.flex--gap > * {
  width: calc(9.09091% - 2rem)
}
.twelve > * {
  width: 8.33333%
}
.twelve.flex--gap > * {
  width: calc(8.33333% - 2rem)
}
.full {
  width: 100%
}
.full.flex--gap {
  width: calc(100% - 2rem)
}
.half {
  width: 50%
}
.half.flex--gap {
  width: calc(50% - 2rem)
}
.third {
  width: 33.33333%
}
.third.flex--gap {
  width: calc(33.33333% - 2rem)
}
.two-third {
  width: 66.66666%
}
.two-third.flex--gap {
  width: calc(66.66666% - 2rem)
}
.fourth {
  width: 25%
}
.fourth.flex--gap {
  width: calc(25% - 2rem)
}
.three-fourth {
  width: 75%
}
.three-fourth.flex--gap {
  width: calc(75% - 2rem)
}
.fifth {
  width: 20%
}
.fifth.flex--gap {
  width: calc(20% - 2rem)
}
.two-fifth {
  width: 40%
}
.two-fifth.flex--gap {
  width: calc(40% - 2rem)
}
.three-fifth {
  width: 60%
}
.three-fifth.flex--gap {
  width: calc(60% - 2rem)
}
.four-fifth {
  width: 80%
}
.four-fifth.flex--gap {
  width: calc(80% - 2rem)
}
.sixth {
  width: 16.66666%
}
.sixth.flex--gap {
  width: calc(16.66666% - 2rem)
}
.none {
  display: none
}
.off-none {
  margin-left: 0
}
.off-half {
  margin-left: 50%
}
.off-third {
  margin-left: 33.33333%
}
.off-two-third {
  margin-left: 66.66666%
}
.off-fourth {
  margin-left: 25%
}
.off-three-fourth {
  margin-left: 75%
}
.off-fifth {
  margin-left: 20%
}
.off-two-fifth {
  margin-left: 40%
}
.off-three-fifth {
  margin-left: 60%
}
.off-four-fifth {
  margin-left: 80%
}
.off-sixth {
  margin-left: 16.66666%
}
.card {
  border: 1px solid #333;
  border-radius: 2px 2px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}
.card:before {
  background-color: #006083;
  border-radius: 15px;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  top: 15px;
  -webkit-transition: top .33s,left .33s;
  transition: top .33s,left .33s;
  width: 100%;
  z-index: -1
}
.card.public--jeunes .card__subtitle:after,
.card.public--jeunes:before {
  background-color: #c8d974
}
.card.public--famille .card__subtitle:after,
.card.public--famille:before {
  background-color: #ef702b
}
.card.public--pro .card__subtitle:after,
.card.public--pro:before {
  background-color: #942278
}
.card.public--atoutjeunes .card__subtitle:after,
.card.public--atoutjeunes:before {
  background-color: #006083
}
.card:active:before,
.card:focus-within:before,
.card:focus:before,
.card:hover:before {
  content: "";
  left: 0;
  top: 0
}
.card .card__img {
  margin-bottom: 0!important
}
.card .card__img img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.card .card__desc {
  padding: 1rem
}
.card .card__title {
  font-size: 1.4562rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-top: 0
}
.card .card__subtitle {
  font-size: .75rem
}
.card .card__subtitle:after {
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 5px;
  margin-left: 1ch;
  padding-left: 1ch;
  width: 5px
}
.card .card__subtitle + .card__title {
  margin-top: .5ex
}
.mtx_sections_list_children .cards,
.mtx_sections_pages .cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.eventinfos {
  border: 3px solid #006083;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 1rem auto;
  padding: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.eventinfos strong,
.eventinfos time {
  display: block
}
body > .footer {
  background-color: #063750;
  color: #fff
}
.mtx_sections_files body > .footer .downloads,
body > .footer .mtx_sections_files .downloads,
body > .footer .wrapper {
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative
}
body > .footer h2 {
  color: #fff!important;
  margin-bottom: 0!important;
  margin-top: 0!important
}
body > .footer .text5 {
  font-weight: 700;
  margin-bottom: .33rem
}
body > .footer li,
body > .footer ul {
  margin: 0;
  padding: 0
}
body > .footer a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  text-decoration-thickness: .031rem;
  text-underline-offset: .3em;
  -webkit-transition: color .125s ease-in,-webkit-text-decoration .125s ease-in;
  transition: color .125s ease-in,text-decoration .125s ease-in,-webkit-text-decoration .125s ease-in
}
body > .footer a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  text-decoration-thickness: .13rem;
  text-underline-offset: .3em
}
body > .footer a:active,
body > .footer a:focus {
  outline: #fff solid 3px;
  outline-offset: 2px;
  text-decoration: none
}
body > .footer .footer--infos:first-of-type li {
  padding-left: .25em
}
body>.footer .footer--infos+.footer--infos,
body>.footer .footer--infos>*+* {
  margin-top: 1.5rem
}
body > .footer .footer--legallinks {
  margin-top: 2.5rem
}
body > .footer .footer--legallinks ul {
  font-size: .9rem;
  margin-left: 13px
}
body > .footer .footer--nav {
  color: #fff;
  line-height: 1.25;
  margin-left: 13px
}
body > .footer .footer--nav li + li {
  margin-top: .5rem
}
.footer__logo {
  display: block;
  margin-bottom: 2rem
}
.footer__logo img {
  display: block;
  height: auto;
  width: 90px
}
ul.social svg {
  fill: #fff!important;
  display: block;
  height: 2rem;
  width: auto;
  fill: #063750
}
ul.social svg:hover {
  fill: #80d1ea
}
.footermenu__link_active {
  font-weight: 700
}
.hero {
  margin-top: 2rem
}
.hero .hero__content {
  color: #063750
}
.hero .hero__image {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 100%;
  width: 436px
}
.hero h1 {
  font-weight: 400
}
.hero h1 strong {
  font-weight: 700
}
.hero li,
.hero p {
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 1.4rem
}
.hero .links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.hero .links > a + a {
  margin-left: 2rem
}
#contactnavitems .hero li.button > a,
#mainnavitems .hero li.button > a,
.hero #contactnavitems li.button > a,
.hero #mainnavitems li.button > a,
.hero .button {
  padding: .75rem 1.75rem
}
.hero .mtx_sections_logo .brands__item__wrapper:after {
  content: none!important
}
#burgerbutton {
  background-color: #fff;
  border: 3px solid #006083;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: 0
}
body > header {
  background-color: none;
  position: relative;
  z-index: 99
}
body > header #navwrapper {
  padding-bottom: 1rem;
  padding-top: 1rem;
  z-index: 999
}
body > header #navwrapper .brand {
  display: block;
  position: absolute;
  top: 1ex;
  z-index: 99
}
body > header #navwrapper .brand img {
  display: block;
  height: auto;
  max-width: 150px;
  width: 25vw
}
body > header #mainnavbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
body > header #mainnavitems {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
body > header #contactnavitems {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
body > header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0
}
body > header nav .isCurrent > a,
body > header nav .isCurrent > button {
  color: #063750!important
}
body > header nav > ul {
  margin: 0;
  padding: 0
}
body > header nav > ul ul {
  display: none;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 2rem!important;
  padding-right: 2rem!important
}
body > header nav > ul ul.nav--active {
  display: block;
  margin-top: .25em;
  padding: 0
}
body > header nav > ul ul > li + li {
  border-top: 1px dotted #555
}
body > header nav li {
  border-top: 5px solid #006083;
  color: #333;
  display: block;
  margin: 0;
  padding: .5rem 2ch;
  position: relative
}
body > header nav li:focus {
  outline: #063750 dotted .125em;
  outline-offset: -.125em
}
body > header nav li:active,
body > header nav li:hover {
  background-color: #fff
}
body > header nav li a {
  color: currentcolor
}
body > header nav li button {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: currentcolor;
  padding: 0;
  text-align: left
}
body > header nav li button svg {
  height: 1em;
  margin-left: .5em;
  width: 1em;
  fill: currentColor;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out
}
body > header nav li button[aria-expanded=true] svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
body > header nav li a:after,
body > header nav li button:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
body > header nav > li {
  position: relative;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: stretch
}
body > header nav > li > a,
body > header nav > li > button {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  line-height: 1.5
}
body > header #burgerbutton {
  display: none
}
#mainnavitems {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4rem
}
#contactnavitems {
  margin-top: 1rem
}
#contactnavitems > .isCurrent,
#mainnavitems > .isCurrent {
  background-color: #fff!important;
  border-color: #333!important;
  border-bottom: none!important
}
#contactnavitems > li,
#mainnavitems > li {
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  font-size: .9rem;
  font-weight: 700;
  min-width: 160px;
  padding: .5rem 2ch;
  text-align: center
}
#contactnavitems > li:active,
#contactnavitems > li:focus,
#contactnavitems > li:focus-visible,
#contactnavitems > li:hover,
#mainnavitems > li:active,
#mainnavitems > li:focus,
#mainnavitems > li:focus-visible,
#mainnavitems > li:hover {
  background-color: #fff
}
#contactnavitems li.button,
#mainnavitems li.button {
  background: 0 0!important;
  border: none!important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0
}
#contactnavitems li.button:active,
#contactnavitems li.button:focus,
#contactnavitems li.button:focus-visible,
#contactnavitems li.button:hover,
#mainnavitems li.button:active,
#mainnavitems li.button:focus,
#mainnavitems li.button:focus-visible,
#mainnavitems li.button:hover {
  background: 0 0;
  border: none
}
#contactnavitems li.button > a:after,
#mainnavitems li.button > a:after {
  content: none
}
#contactnavitems .nav--label,
#mainnavitems .nav--label {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 2.75rem
}
#contactnavitems .nav--label:first-child,
#mainnavitems .nav--label:first-child {
  margin-top: 0
}
#contactnavitems .nav--label:before,
#mainnavitems .nav--label:before {
  color: #006083;
  content: "";
  font-size: .75rem;
  left: 8px;
  position: absolute;
  top: -4ex
}
#contactnavitems .nav--jeunes,
#mainnavitems .nav--jeunes {
  background-color: #c8d974;
  border-bottom: 3px solid #648000;
  border-top-color: #648000
}
#contactnavitems .nav--jeunes.nav--label:before,
#mainnavitems .nav--jeunes.nav--label:before {
  color: #648000;
  content: "Jeunes"
}
#contactnavitems .nav--famille,
#mainnavitems .nav--famille {
  background-color: #fbdac7;
  border-bottom: 3px solid #cf4900;
  border-top-color: #cf4900
}
#contactnavitems .nav--famille.nav--label:before,
#mainnavitems .nav--famille.nav--label:before {
  color: #cf4900;
  content: "Familles"
}
#contactnavitems .nav--pro,
#mainnavitems .nav--pro {
  background-color: #f1c4e6;
  border-bottom: 3px solid #942278;
  border-top-color: #942278
}
#contactnavitems .nav--pro.nav--label:before,
#mainnavitems .nav--pro.nav--label:before {
  color: #942278;
  content: "Pros"
}
#contactnavitems .nav--atoutjeunes,
#mainnavitems .nav--atoutjeunes {
  background-color: #b6ebff;
  border-bottom: 3px solid #006083;
  border-top-color: #006083
}
.pagination__infos {
  font-size: 1.4045rem;
  margin-bottom: 1.618rem
}
.pagination {
  margin-top: 1.618rem
}
.pagination .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.pagination .pagination__list li {
  border: 2px solid #063750;
  border-radius: 5px;
  padding: .25em .75em;
  position: relative
}
.pagination .pagination__list li + li {
  margin-left: .5em
}
.pagination .pagination__list li[aria-current=true] {
  background-color: #063750
}
.pagination .pagination__list li[aria-current=true] a {
  color: #fff;
  font-weight: 700
}
.pagination .pagination__list li:active,
.pagination .pagination__list li:hover {
  border-left-color: transparent;
  border-right-color: transparent
}
.pagination .pagination__list li a:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
#breadcrumb {
  font-size: .8rem;
  margin-top: 1rem
}
#breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0
}
#breadcrumb li {
  display: inline-block
}
#breadcrumb li:first-child {
  font-weight: 700
}
#breadcrumb li + li:before {
  content: ">";
  margin-left: 1ch;
  margin-right: 1ch
}
#breadcrumb a {
  -webkit-transition: color .125s ease-in,-webkit-text-decoration .125s ease-in;
  transition: color .125s ease-in,text-decoration .125s ease-in,-webkit-text-decoration .125s ease-in
}
#breadcrumb a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #063750;
  text-decoration-color: #063750;
  text-decoration-thickness: .13rem;
  text-underline-offset: .3em
}
#breadcrumb a:active,
#breadcrumb a:focus {
  outline: #063750 solid 3px;
  outline-offset: 2px;
  text-decoration: none
}
#contactnavitems li.button > a,
#mainnavitems li.button > a,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #80d1ea;
  border: 2px solid #333;
  border-radius: 99px;
  -webkit-box-shadow: 5px 5px 0 0 #333;
  box-shadow: 5px 5px 0 0 #333;
  color: #333;
  cursor: pointer;
  font-family: system-ui;
  font-size: 1rem;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  padding: 14px 22px;
  -webkit-transition: -webkit-box-shadow .1s;
  transition: box-shadow .1s;
  transition: box-shadow .1s,-webkit-box-shadow .1s
}
#contactnavitems li.button > a:hover,
#mainnavitems li.button > a:hover,
.button:hover {
  -webkit-box-shadow: 2px 2px 0 0 #333;
  box-shadow: 2px 2px 0 0 #333
}
#contactnavitems li.button > a:active,
#mainnavitems li.button > a:active,
.button:active {
  -webkit-box-shadow: 0 0 0 0 #333;
  box-shadow: 0 0 0 0 #333;
  -webkit-transition: -webkit-box-shadow 50ms;
  transition: box-shadow 50ms;
  transition: box-shadow 50ms,-webkit-box-shadow 50ms
}
#contactnavitems li.button > a:focus-visible,
#mainnavitems li.button > a:focus-visible,
.button:focus-visible {
  outline: 0
}
.button--light {
  background-color: #fece5e
}
#contactnavitems .bg--dark li.button > a,
#mainnavitems .bg--dark li.button > a,
.bg--dark #contactnavitems li.button > a,
.bg--dark #mainnavitems li.button > a,
.bg--dark .button,
.bg--dark .button--main {
  background-color: #efffff;
  color: #333!important
}
.content {
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  max-width: 80ch
}
.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 2em
}
.content a {
  color: #063750;
  text-decoration: underline;
  -webkit-text-decoration-color: #0a587f;
  text-decoration-color: #0a587f;
  text-decoration-thickness: .031rem;
  text-underline-offset: .3em;
  -webkit-transition: color .125s ease-in,-webkit-text-decoration .125s ease-in;
  transition: color .125s ease-in,text-decoration .125s ease-in,-webkit-text-decoration .125s ease-in
}
.content a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #063750;
  text-decoration-color: #063750;
  text-decoration-thickness: .13rem;
  text-underline-offset: .3em
}
.content a:visited {
  color: #555;
  -webkit-text-decoration-color: #555;
  text-decoration-color: #555
}
.content a:active,
.content a:focus {
  outline: #063750 solid 3px;
  outline-offset: 2px;
  text-decoration: none
}
.content p {
  line-height: 1.618
}
.content p:first-child {
  margin-top: 0
}
.content p:last-child {
  margin-bottom: 0
}
.content ol,
.content ul {
  padding-left: 3rem
}
.content ul {
  list-style-type: disc
}
.content ul li + li {
  margin-top: .75rem
}
.content__chapo {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.618;
  margin-bottom: 2rem
}
img.cover {
  border-radius: 1rem;
  display: block;
  height: auto;
  max-width: 100%
}
.image--cover {
  position: relative
}
.image--cover figcaption {
  background-color: hsla(0,0%,100%,.5);
  border-radius: 5px;
  bottom: 1rem;
  padding: .25rem .5rem;
  position: absolute;
  right: 1rem;
  text-align: right
}
a[class^=glightbox] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}
a[class^=glightbox]:active,
a[class^=glightbox]:focus,
a[class^=glightbox]:focus-visible {
  border: none;
  outline: #063750 solid 2px
}
a[class^=glightbox] img {
  display: block
}
figure {
  margin: 0
}
figure img {
  border-radius: 1rem;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}
figure .image__legend {
  font-weight: 700
}
figure .image__credits {
  font-size: .75rem
}
figure .image__credits:before {
  content: "Crédits : "
}
figure figcaption {
  text-align: center
}
svg.toggle {
  height: 1em;
  margin-left: .5em;
  width: 1em;
  stroke-width: 1;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out
}
.porfolio-item.cols__col {
  -ms-flex-preferred-size: 196px!important;
  flex-basis: 196px!important
}
.is-h1,
h1 {
  font-size: 2rem;
  line-height: 1
}
.is-h2,
h2 {
  font-size: 1.5rem;
  line-height: 1.0515
}
.is-h3,
h3 {
  font-size: 1.4rem;
  line-height: 1.103
}
.is-h4,
h4 {
  font-size: 1.3rem;
  line-height: 1.1545
}
.is-h5,
body > .footer h2,
h5 {
  font-size: 1.25rem;
  line-height: 1.206
}
.is-h6,
h6 {
  font-size: 1rem;
  line-height: 1.2575
}
h1 {
  margin-bottom: 1.2048192771rem;
  padding: 0
}
.is-h2,
.is-h3,
.is-h4,
.is-h5,
.is-h6,
body > .footer h2,
h2,
h3,
h4,
h5,
h6 {
  margin: 3rem 0 1.38rem;
  padding: 0
}
.mtx_content_text .is-h2:first-child,
.mtx_content_text .is-h3:first-child,
.mtx_content_text .is-h4:first-child,
.mtx_content_text .is-h5:first-child,
.mtx_content_text .is-h6:first-child,
.mtx_content_text h2:first-child,
.mtx_content_text h3:first-child,
.mtx_content_text h4:first-child,
.mtx_content_text h5:first-child,
.mtx_content_text h6:first-child,
.mtx_sections_files section>.downloads>:first-child,
section>.wrapper>:first-child {
  margin-top: 0
}
.mtx_sections_files section > .downloads > :last-child,
section > .wrapper > :last-child {
  margin-bottom: 0
}
section .col > *,
section .cols__col > * {
  display: block;
  margin-bottom: 2rem
}
section .col > :last-child,
section .cols__col > :last-child {
  margin-bottom: 0
}
.mtx_sections_alternate .alternate .alternate__line + .alternate__line {
  margin-top: 3rem
}
.mtx_sections_alternate .alternate .alternate__line.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mtx_sections_alternate .alternate .alternate__line.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.mtx_sections_alternate .alternate .alternate__body,
.mtx_sections_alternate .alternate .alternate__image {
  display: block
}
.mtx_sections_alternate .alternate .alternate__body > :first-child {
  margin-top: 0
}
.mtx_sections_alternate .alternate .alternate__body > :last-child {
  margin-bottom: 0
}
.mtx_sections_alternate .alternate .alternate__body + .alternate__image {
  margin-top: 2rem
}
.mtx_sections_alternate .alternate .alternate__image img {
  margin-left: auto;
  margin-right: auto
}
.collapsibles {
  max-width: 100%;
  width: 80ch
}
.collapsibles h3 {
  margin-bottom: 0!important;
  margin-top: 1rem!important
}
.collapsible__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  font-size: 1.25rem;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: .6em;
  padding-top: .6em;
  text-align: left;
  width: 100%
}
.collapsible__header[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.collapsible__header[aria-expanded=true] .toggle {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.collapsible__panel {
  background-color: #eee;
  padding: 1rem
}
.mtx_sections_cta > .container > :first-child,
.mtx_sections_cta > .wrapper > :first-child,
.mtx_sections_files .mtx_sections_cta > .downloads > :first-child {
  margin-top: 0
}
.mtx_sections_cta > .container > :last-child,
.mtx_sections_cta > .wrapper > :last-child,
.mtx_sections_files .mtx_sections_cta > .downloads > :last-child {
  margin-bottom: 0
}
.mtx_sections_cta .content,
.mtx_sections_cta h2 {
  margin-bottom: 2rem;
  text-align: center
}
.mtx_sections_cta .content {
  margin-left: auto;
  margin-right: auto
}
.mtx_sections_cta a {
  display: block;
  text-align: center
}
.mtx_sections_cta .links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mtx_sections_files .downloads {
  border: 3px solid #006083;
  border-radius: 8px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 1rem
}
.mtx_sections_files .downloads h2,
.mtx_sections_files .downloads h3 {
  margin-top: 0!important
}
.mtx_sections_files .downloads .tags {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mtx_sections_files .downloads .label,
.mtx_sections_files .downloads [data-tooltip]:after {
  background-color: #256085;
  color: #fff;
  display: block;
  font-size: .9rem;
  margin-left: .5rem;
  padding: .25rem .75rem
}
.mtx_sections_files .downloads > li:active img,
.mtx_sections_files .downloads > li:focus img,
.mtx_sections_files .downloads > li:hover img {
  -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.5);
  box-shadow: 0 0 3px 3px rgba(0,0,0,.5)
}
.mtx_sections_files .downloads > li > a {
  display: block;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.mtx_sections_files .downloads > li .file-title {
  padding-left: 0
}
.mtx_sections_files .downloads > li .title {
  font-size: 1.5rem;
  margin-bottom: .75rem!important
}
.mtx_sections_files .downloads > li .title a {
  color: #000
}
.mtx_sections_files .downloads > li .title a:active,
.mtx_sections_files .downloads > li .title a:focus,
.mtx_sections_files .downloads > li .title a:hover {
  border-bottom: 2px solid #fff
}
.mtx_sections_files .downloads > li .file-infos {
  position: relative;
  width: 100%
}
.mtx_sections_files .downloads > li img + .file-infos {
  margin-left: 2rem
}
.mtx_sections_files .downloads > li .file-type {
  text-transform: uppercase
}
.mtx_sections_files .downloads.downloads--nothumbs h3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%
}
#contactnavitems .mtx_sections_files .downloads.downloads--nothumbs li.button > a,
#mainnavitems .mtx_sections_files .downloads.downloads--nothumbs li.button > a,
.mtx_sections_files .downloads.downloads--nothumbs #contactnavitems li.button > a,
.mtx_sections_files .downloads.downloads--nothumbs #mainnavitems li.button > a,
.mtx_sections_files .downloads.downloads--nothumbs .button {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.mtx_sections_files .downloads.downloads--nothumbs .tags {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.mtx_sections_files .downloads.downloads--nothumbs .tags li:first-child {
  margin-left: 0
}
.mtx_sections_files .column .downloads:first-child {
  margin-top: 0
}
.mtx_sections_files .column .downloads:last-child {
  margin-bottom: 0
}
.mtx_sections_highlighted {
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  padding-bottom: 1rem;
  padding-top: 1rem
}
.mtx_sections_highlighted .citation {
  background-color: #fff;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 1rem;
  width: 750px
}
.mtx_sections_highlighted .citation__text {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.25rem;
  font-weight: 700
}
.mtx_sections_highlighted .citation__text + .citation__author {
  margin-top: .75em
}
.mtx_sections_highlighted .citation__author {
  text-align: right
}
.mtx_sections_highlighted .citation__author:before {
  border-bottom: 2px solid #063750;
  content: "";
  display: inline-block;
  margin-right: .5em;
  width: 1em
}
.mtx_sections_highlighted .citation--isquote .citation__text {
  position: relative
}
.mtx_sections_highlighted .citation--isquote .citation__text:before {
  color: #063750;
  content: "«";
  display: block;
  font-size: 4.75rem;
  font-style: normal;
  font-weight: 400;
  left: -2.5rem;
  line-height: 1rem;
  position: absolute;
  top: 0
}
.mtx_sections_icons h2 + ul {
  margin-top: 4rem
}
.mtx_sections_icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80ch;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center
}
.mtx_sections_icons li img {
  display: block;
  margin-bottom: 0!important
}
.mtx_sections_icons li .icon__title {
  font-size: 1.2rem;
  margin-top: 2rem
}
.mtx_content_gallery_logos .brands,
.mtx_sections_logo .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0
}
.mtx_content_gallery_logos .brands__item,
.mtx_sections_logo .brands__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: .5rem
}
.mtx_content_gallery_logos .brands__item img,
.mtx_sections_logo .brands__item img {
  display: block;
  max-width: 100%
}
.mtx_content_gallery_logos .brands__item img[src*=".gif"],
.mtx_content_gallery_logos .brands__item img[src*=".jeg"],
.mtx_content_gallery_logos .brands__item img[src*=".jpg"],
.mtx_content_gallery_logos .brands__item img[src*=".png"],
.mtx_content_gallery_logos .brands__item img[src*=".webp"],
.mtx_sections_logo .brands__item img[src*=".gif"],
.mtx_sections_logo .brands__item img[src*=".jeg"],
.mtx_sections_logo .brands__item img[src*=".jpg"],
.mtx_sections_logo .brands__item img[src*=".png"],
.mtx_sections_logo .brands__item img[src*=".webp"] {
  mix-blend-mode: multiply
}
.mtx_content_gallery_logos .brands__item__wrapper,
.mtx_sections_logo .brands__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.mtx_content_gallery_logos .brands__item--withinfos,
.mtx_sections_logo .brands__item--withinfos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center
}
.mtx_content_gallery_logos .brands__item--withinfos .brands__item__wrapper,
.mtx_sections_logo .brands__item--withinfos .brands__item__wrapper {
  border: none;
  height: auto
}
.mtx_content_gallery_logos .brands__item__title,
.mtx_sections_logo .brands__item__title {
  font-size: 1.4562rem;
  font-weight: 700;
  margin-top: 1em;
  padding-left: 2rem;
  padding-right: 2rem
}
.mtx_content_gallery_logos .brands__item__text,
.mtx_sections_logo .brands__item__text {
  font-size: .9rem;
  padding-left: 2rem;
  padding-right: 2rem
}
.mtx_sections_logo {
  padding-bottom: 3rem;
  padding-top: 3rem
}
.mtx_sections_message .message {
  background: #063750;
  border-radius: 1rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
  width: 750px
}
.mtx_sections_message .message .message__title {
  font-size: 2rem
}
.mtx_sections_message .message .message__icon {
  height: auto;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 2rem;
  stroke: currentColor;
  stroke-width: .5;
  fill: currentColor
}
.mtx_sections_steps {
  counter-reset: step
}
.mtx_sections_steps ol {
  list-style: none;
  margin-top: 3rem
}
.mtx_sections_steps ol li {
  padding-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  text-align: left
}
.mtx_sections_steps ol li + li {
  border-top: 1px solid #333;
  padding-top: 1rem
}
.mtx_sections_steps .step--title {
  font-size: 1.2rem;
  margin-top: .5rem;
  position: relative
}
.mtx_sections_steps .step--title:before {
  background-color: #063750;
  border-radius: 100%;
  color: #fff;
  content: counter(step);
  counter-increment: step;
  display: inline-block;
  font-weight: 700;
  height: 1.5em;
  line-height: 1.5em;
  margin-left: -2em;
  margin-right: .5em;
  text-align: center;
  width: 1.5em
}
.mtx_sections_steps .step--body {
  font-size: .9rem
}
.mtx_sections_steps img {
  display: block
}
.mtx_sections_team {
  counter-reset: step
}
.mtx_sections_team ul {
  list-style: none;
  margin-top: 3rem
}
.mtx_sections_team ul li {
  padding-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center
}
.mtx_sections_team ul li + li {
  border-top: 1px solid #333;
  margin-top: 1rem;
  padding-top: 1rem
}
.mtx_sections_team .people--infos {
  margin-bottom: .5rem;
  margin-top: 1rem
}
.mtx_sections_team .people--firstname,
.mtx_sections_team .people--lastname {
  font-weight: 700
}
.mtx_sections_team .people--role {
  display: block
}
.mtx_sections_team .people--bio {
  font-size: .9rem
}
.mtx_sections_team .people--firstname + .people--lastname {
  margin-left: .25em
}
.mtx_sections_team img {
  border-radius: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.mtx_sections_testimonials .testimonial--body {
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  margin-bottom: .75rem
}
.mtx_sections_testimonials .testimonial--name {
  color: #063750;
  font-weight: 700
}
.mtx_sections_testimonials .testimonial--rolename + .testimonial--rolecompany:before {
  content: ", "
}
.mtx_sections_testimonials ul {
  margin-top: 3rem
}
.mtx_sections_testimonials li {
  font-size: smaller
}
.mtx_sections_testimonials li > div {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.mtx_sections_testimonials li + li {
  margin-top: 2rem
}
.mtx_sections_testimonials img {
  background-color: #063750;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 5px #063750;
  box-shadow: 0 0 0 5px #063750;
  height: 100px;
  width: 100px
}
#ecoindexbadge--public {
  bottom: 20px;
  left: 20px;
  position: fixed;
  z-index: 99999
}
.ecoindex__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0
}
.ecoindex__list,
.ecoindex__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.ecoindex__note {
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border-radius: .625rem;
  border-style: solid;
  border-width: .125rem;
  color: #000;
  font-size: .725rem;
  font-weight: 700;
  height: 1.5rem;
  justify-content: center;
  margin: .15rem;
  padding: .325rem;
  width: 1.5rem
}
.ecoindex__note--a {
  border-color: #4f9f30
}
.ecoindex__note--a.ecoindex__note--active {
  background-color: #4f9f30
}
.ecoindex__note--b {
  border-color: #51b84b
}
.ecoindex__note--b.ecoindex__note--active {
  background-color: #51b84b
}
.ecoindex__note--c {
  border-color: #cadb2a
}
.ecoindex__note--c.ecoindex__note--active {
  background-color: #cadb2a
}
.ecoindex__note--d {
  border-color: #f6eb15
}
.ecoindex__note--d.ecoindex__note--active {
  background-color: #f6eb15
}
.ecoindex__note--e {
  border-color: #fecd06
}
.ecoindex__note--e.ecoindex__note--active {
  background-color: #fecd06
}
.ecoindex__note--f {
  border-color: #f99839
}
.ecoindex__note--f.ecoindex__note--active {
  background-color: #f99839
}
.ecoindex__note--g {
  border-color: #ed2124
}
.ecoindex__note--g.ecoindex__note--active {
  background-color: #ed2124
}
.ecoindex__pages h3 {
  margin-bottom: .5rem
}
.ecoindex__data {
  font-size: 75%;
  overflow-x: auto
}
.ecoindex__data thead {
  border-bottom: 2px solid #063750
}
.ecoindex__data th {
  background-color: transparent;
  color: #333
}
.ecoindex__data td,
.ecoindex__data th {
  text-align: right
}
.ecoindex__data tbody tr + tr {
  border-top: 1px dotted #333
}
.ecoindex__time {
  font-size: 75%;
  margin-bottom: 1rem
}
.tpl-environmental-statement .mtx_sections_cta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding: 1.5rem;
  text-align: center
}
.tpl-environmental-statement .mtx_sections_cta h3 {
  margin-top: 0
}
.tpl-environmental-statement .mtx_sections_cta .content,
.tpl-environmental-statement .mtx_sections_cta h3 {
  max-width: 50ch
}
.tpl-environmental-statement .mtx_sections_cta .content a,
.tpl-environmental-statement .mtx_sections_cta h3 a {
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in
}
.tpl-environmental-statement .mtx_sections_cta .content a:active,
.tpl-environmental-statement .mtx_sections_cta .content a:focus,
.tpl-environmental-statement .mtx_sections_cta .content a:focus-visible,
.tpl-environmental-statement .mtx_sections_cta .content a:focus-within,
.tpl-environmental-statement .mtx_sections_cta .content a:hover,
.tpl-environmental-statement .mtx_sections_cta h3 a:active,
.tpl-environmental-statement .mtx_sections_cta h3 a:focus,
.tpl-environmental-statement .mtx_sections_cta h3 a:focus-visible,
.tpl-environmental-statement .mtx_sections_cta h3 a:focus-within,
.tpl-environmental-statement .mtx_sections_cta h3 a:hover {
  background-image: linear-gradient(120deg,#fff 60%,#fff);
  background-size: 100% 100%;
  color: #333;
  text-decoration: none
}
.tpl-environmental-statement .collapsibles h3 button {
  font-size: 1rem
}
.energygrades {
  max-width: 100%;
  width: 350px
}
.energygrades li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 5px!important;
  margin-top: 5px!important;
  padding-left: 1rem!important;
  position: relative
}
.energygrades li:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  text-transform: uppercase
}
.energygrades li:after {
  border: 1.25rem solid transparent;
  border-left-color: #fbb900;
  content: "";
  left: 100%;
  position: absolute
}
.energygrades li small {
  font-weight: 400;
  margin-left: .3em
}
.energygrades .grade--a {
  background-color: #33a357;
  border-color: #33a357;
  width: 50%
}
.energygrades .grade--a:before {
  content: "a"
}
.energygrades .grade--a:after {
  border-left-color: #33a357
}
.energygrades .grade--b {
  background-color: #79b752;
  border-color: #79b752;
  width: 58.33%
}
.energygrades .grade--b:before {
  content: "b"
}
.energygrades .grade--b:after {
  border-left-color: #79b752
}
.energygrades .grade--c {
  background-color: #c3d545;
  border-color: #c3d545;
  width: 66.66%
}
.energygrades .grade--c:before {
  content: "c"
}
.energygrades .grade--c:after {
  border-left-color: #c3d545
}
.energygrades .grade--d {
  background-color: #fff12c;
  border-color: #fff12c;
  width: 75%
}
.energygrades .grade--d:before {
  content: "d"
}
.energygrades .grade--d:after {
  border-left-color: #fff12c
}
.energygrades .grade--e {
  background-color: #edb731;
  border-color: #edb731;
  width: 83.33%
}
.energygrades .grade--e:before {
  content: "e"
}
.energygrades .grade--e:after {
  border-left-color: #edb731
}
.energygrades .grade--f {
  background-color: #d66f2c;
  border-color: #d66f2c;
  width: 91.66%
}
.energygrades .grade--f:before {
  content: "f"
}
.energygrades .grade--f:after {
  border-left-color: #d66f2c
}
.energygrades .grade--g {
  background-color: #cc232a;
  border-color: #cc232a;
  width: 100%
}
.energygrades .grade--g:before {
  content: "g"
}
.energygrades .grade--g:after {
  border-left-color: #cc232a
}
.energygrades .grade--disabled {
  opacity: 20%
}
.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.features .feature__icon,
.features .feature__value {
  display: block;
  text-align: center
}
.features .feature__value {
  margin-bottom: .5rem;
  margin-top: 1rem
}
.features .feature__label {
  display: block;
  text-align: center
}
h2 + .features {
  margin-top: 3rem
}
.openinghours th {
  background-color: unset;
  color: inherit;
  font-weight: 400
}
.openinghours tr.is-current {
  -webkit-box-shadow: 0 0 0 2px #063750;
  box-shadow: 0 0 0 2px #063750
}
.openinghours tr.is-current td,
.openinghours tr.is-current th {
  font-weight: 700
}
ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0
}
ul.social li + li {
  margin-left: 1rem
}
#angleweb {
  background-color: #063750;
  color: #f9c8af;
  font-size: .75rem;
  padding: 1rem 1.5rem 1.25rem;
  text-align: center
}
#angleweb a {
  color: #f9c8af;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: underline
}
#angleweb a:active,
#angleweb a:focus,
#angleweb a:hover {
  background: #f9c8af;
  color: #063750;
  text-decoration: none
}
#angleweb svg {
  fill: #f9c8af
}
#pwedit {
  background-color: #f9c8af;
  bottom: 1rem;
  -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.6);
  box-shadow: 0 6px 8px rgba(0,0,0,.6);
  color: #063750!important;
  font-weight: 700;
  left: 10rem;
  position: fixed;
  text-transform: uppercase;
  z-index: 999
}
#pwedit:active,
#pwedit:focus,
#pwedit:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}
.pw-edit-buttons.pw-edit-buttons-location-auto {
  bottom: auto!important;
  top: 0;
  z-index: 999999
}
.pw-edit:hover {
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc
}
.pw-edit-cancel {
  background: #d3d3d3!important;
  border: 2px solid #000!important;
  color: #000!important;
  opacity: 1!important
}
.pw-edit-cancel:active,
.pw-edit-cancel:hover {
  border-color: red!important
}
.pw-edit-save {
  background: green!important;
  border: 2px solid green!important;
  color: #fff!important
}
.pw-edit-save:active,
.pw-edit-save:hover {
  border-color: #000!important
}
.pw-edit-buttons {
  background-color: rgba(255,0,0,.6)!important;
  width: 100%
}
body.tpl-contact h2 {
  font-size: 1.618rem
}
body.tpl-contact .mtx_content_text ul.social li {
  margin-top: 0
}
body.tpl-contact .mtx_content_text ul.social a:after {
  content: none
}
body.tpl-contact .mtx_content_text ul.social svg {
  fill: #006083!important
}
body.tpl-contact .mtx_content_text ul.social svg:hover {
  fill: #942278
}
body.tpl-data_privacy_policy {
  counter-reset: article1;
  counter-reset: article2
}
body.tpl-data_privacy_policy article h2 {
  counter-increment: article1;
  counter-reset: article2;
  font-size: 1.75rem;
  max-width: 100%;
  position: relative;
  width: 30ch
}
body.tpl-data_privacy_policy article h2:before {
  content: "Art. " counter(article1) " - "
}
body.tpl-data_privacy_policy article h3 {
  font-size: 1.25rem
}
body.tpl-data_privacy_policy article h3:before {
  content: "Art. " counter(article1) "." counter(article2) " - ";
  counter-increment: article2
}
body.tpl-data_privacy_policy article h4 {
  font-size: 1.1rem
}
body.tpl-environmental-statement article h2 {
  max-width: 100%;
  width: 30ch
}
body.tpl-environmental-statement article h4 {
  font-size: 1.25rem
}
body.tpl-legal_notice h2 {
  font-size: 1.618rem
}
.partners__nav {
  margin-bottom: 1.75rem;
  margin-top: 3rem
}
.partners__nav .partners__navtitle {
  display: block;
  text-align: center
}
.partners__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding-left: 0
}
.partners__nav li {
  border: 3px solid #648000;
  border-radius: 1ch;
  font-weight: 700;
  height: 3ch;
  -webkit-transition: border-color .2s ease-in,background-color .2s ease-in;
  transition: border-color .2s ease-in,background-color .2s ease-in;
  width: 3ch
}
.partners__nav li:active,
.partners__nav li:focus,
.partners__nav li:focus-visible,
.partners__nav li:focus-within,
.partners__nav li:hover {
  background-color: #c8d974;
  border-color: #c8d974
}
.partners__nav li + li {
  margin-left: 1ch
}
.partners__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%
}
.partners__list {
  border: 1px solid #648000;
  border-bottom-left-radius: 15px;
  border-left-width: 3px;
  border-top-left-radius: 15px;
  list-style: none;
  padding: 2rem 1rem 1rem;
  position: relative;
  width: 100%
}
.partners__list + .partners__list {
  margin-top: 3rem
}
.partners__list:before {
  content: attr(id);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 1rem;
  position: absolute;
  top: -1.5ch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8d974;
  border-radius: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  height: 3ch;
  width: 3ch
}
.partners__list h2 {
  margin: 0
}
.partners__list .collapsible__header {
  background: 0 0;
  border: 0;
  display: block;
  font-size: 1rem
}
.partners__list .partner {
  background: 0 0;
  border: 1px solid #333;
  border-radius: 2px 2px 15px
}
.partners__list .partner:after {
  clear: both;
  content: "";
  display: block
}
.partners__list .partner__infos img {
  display: block;
  margin-bottom: 1rem
}
.partners__list .partner__infos + .partner__content {
  border-top: 1px solid #648000;
  margin-top: 1rem;
  padding-top: 1rem
}
.partners__list .partner__content--details {
  font-weight: 700
}
.partners__list .partner__content--details + .partner__content--address {
  margin-top: 1rem
}
body.tpl-sitemap .sitemap__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
body.tpl-sitemap .sitemap__details > ul {
  width: 33%
}
body.tpl-sitemap .sitemap__details li:first-child {
  margin-top: .75rem
}
body.tpl-sitemap .sitemap__details li:last-child {
  margin-bottom: .75rem
}
body.tpl-sitemap .sitemap__details .sitemap__level--1 > a,
body.tpl-sitemap .sitemap__details .sitemap__level--2 > a {
  font-weight: 400
}
@media (min-width:0) and (max-width:1199px) {
  body > header nav > ul {
    background-color: #fff;
    left: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out;
    visibility: hidden;
    width: 0!important;
    z-index: -1
  }
  body > header nav > ul.nav--active {
    bottom: 0;
    font-size: 125%;
    height: 100vh;
    left: 0;
    opacity: 1;
    overflow-x: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 5rem;
    right: 0;
    top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    width: 100%!important;
    z-index: 50
  }
  body > header nav > ul.nav--active + #contactnavitems {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 15px -2px gray;
    box-shadow: 0 15px 15px -2px gray;
    font-size: 125%;
    left: 0;
    opacity: 1;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: calc(100vh - 13rem);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    width: 100%!important;
    z-index: 50
  }
  body > header nav > ul.nav--active + #contactnavitems > li.button {
    margin-top: 1.75rem;
    width: 100%
  }
  body > header nav > ul.nav--active + #contactnavitems > li.button a {
    width: 100%
  }
  body > header #burgerbutton {
    display: block;
    padding-right: 2.75rem;
    position: relative;
    z-index: 99
  }
  body > header #burgerbutton:after {
    content: "≡";
    font-size: 2rem;
    padding-left: .5em;
    position: absolute;
    right: 1rem;
    top: -.5rem
  }
  body > header #burgerbutton[aria-expanded=true]:after {
    content: "✕";
    right: .75rem;
    top: -.5rem
  }
}
@media (min-width:0) and (max-width:1799px) {
  #breadcrumb li {
    display: none
  }
  #breadcrumb li:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  #breadcrumb li:nth-last-child(2):before {
    color: #333;
    content: "◂"
  }
  #breadcrumb li:first-child a {
    padding-left: .75em
  }
}
@media (min-width:0) and (max-width:899px) {
  .mtx_sections_icons .flex {
    width: 100%
  }
  .mtx_sections_icons li {
    padding-bottom: 1.5rem
  }
  .mtx_sections_icons li + li {
    border-top: 1px dotted #333;
    padding-top: 1.5rem
  }
  .mtx_sections_icons li:last-of-type {
    padding-bottom: 0
  }
}
@media (min-width:500px) {
  .one-500 > * {
    width: 100%
  }
  .one-500.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-500 > * {
    width: 50%
  }
  .two-500.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-500 > * {
    width: 33.33333%
  }
  .three-500.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-500 > * {
    width: 25%
  }
  .four-500.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-500 > * {
    width: 20%
  }
  .five-500.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-500 > * {
    width: 16.66666%
  }
  .six-500.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-500 > * {
    width: 14.28571%
  }
  .seven-500.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-500 > * {
    width: 12.5%
  }
  .eight-500.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-500 > * {
    width: 11.11111%
  }
  .nine-500.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-500 > * {
    width: 10%
  }
  .ten-500.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-500 > * {
    width: 9.09091%
  }
  .eleven-500.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-500 > * {
    width: 8.33333%
  }
  .twelve-500.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-500 {
    display: block;
    width: 100%
  }
  .full-500.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-500 {
    display: block;
    width: 50%
  }
  .half-500.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-500 {
    display: block;
    width: 33.33333%
  }
  .third-500.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-500 {
    display: block;
    width: 66.66666%
  }
  .two-third-500.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-500 {
    display: block;
    width: 25%
  }
  .fourth-500.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-500 {
    display: block;
    width: 75%
  }
  .three-fourth-500.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-500 {
    display: block;
    width: 20%
  }
  .fifth-500.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-500 {
    display: block;
    width: 40%
  }
  .two-fifth-500.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-500 {
    display: block;
    width: 60%
  }
  .three-fifth-500.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-500 {
    display: block;
    width: 80%
  }
  .four-fifth-500.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-500 {
    display: block;
    width: 16.66666%
  }
  .sixth-500.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-500 {
    display: none
  }
  .off-none-500 {
    margin-left: 0
  }
  .off-half-500 {
    margin-left: 50%
  }
  .off-third-500 {
    margin-left: 33.33333%
  }
  .off-two-third-500 {
    margin-left: 66.66666%
  }
  .off-fourth-500 {
    margin-left: 25%
  }
  .off-three-fourth-500 {
    margin-left: 75%
  }
  .off-fifth-500 {
    margin-left: 20%
  }
  .off-two-fifth-500 {
    margin-left: 40%
  }
  .off-three-fifth-500 {
    margin-left: 60%
  }
  .off-four-fifth-500 {
    margin-left: 80%
  }
  .off-sixth-500 {
    margin-left: 16.66666%
  }
}
@media (min-width:600px) {
  .cols.cols--fixed .cols__col {
    -ms-flex-preferred-size: calc(300px - 2rem);
    flex-basis: calc(300px - 2rem)
  }
  .mtx_sections_logo .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
  }
  .mtx_content_gallery_logos .brands__item,
  .mtx_content_gallery_logos .brands__item--withinfos,
  .mtx_sections_logo .brands__item--withinfos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
  .mtx_sections_testimonials li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .ecoindex__note {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border-radius: 1.25rem;
    font-size: 1.375rem;
    height: 4rem;
    justify-content: flex-end;
    margin: .25rem;
    padding: .625rem;
    width: 4rem
  }
  .tpl-environmental-statement .mtx_sections_cta {
    padding-left: 3rem;
    padding-right: 3rem
  }
  .one-600 > * {
    width: 100%
  }
  .one-600.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-600 > * {
    width: 50%
  }
  .two-600.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-600 > * {
    width: 33.33333%
  }
  .three-600.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-600 > * {
    width: 25%
  }
  .four-600.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-600 > * {
    width: 20%
  }
  .five-600.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-600 > * {
    width: 16.66666%
  }
  .six-600.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-600 > * {
    width: 14.28571%
  }
  .seven-600.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-600 > * {
    width: 12.5%
  }
  .eight-600.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-600 > * {
    width: 11.11111%
  }
  .nine-600.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-600 > * {
    width: 10%
  }
  .ten-600.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-600 > * {
    width: 9.09091%
  }
  .eleven-600.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-600 > * {
    width: 8.33333%
  }
  .twelve-600.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-600 {
    display: block;
    width: 100%
  }
  .full-600.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-600 {
    display: block;
    width: 50%
  }
  .half-600.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-600 {
    display: block;
    width: 33.33333%
  }
  .third-600.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-600 {
    display: block;
    width: 66.66666%
  }
  .two-third-600.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-600 {
    display: block;
    width: 25%
  }
  .fourth-600.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-600 {
    display: block;
    width: 75%
  }
  .three-fourth-600.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-600 {
    display: block;
    width: 20%
  }
  .fifth-600.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-600 {
    display: block;
    width: 40%
  }
  .two-fifth-600.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-600 {
    display: block;
    width: 60%
  }
  .three-fifth-600.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-600 {
    display: block;
    width: 80%
  }
  .four-fifth-600.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-600 {
    display: block;
    width: 16.66666%
  }
  .sixth-600.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-600 {
    display: none
  }
  .off-none-600 {
    margin-left: 0
  }
  .off-half-600 {
    margin-left: 50%
  }
  .off-third-600 {
    margin-left: 33.33333%
  }
  .off-two-third-600 {
    margin-left: 66.66666%
  }
  .off-fourth-600 {
    margin-left: 25%
  }
  .off-three-fourth-600 {
    margin-left: 75%
  }
  .off-fifth-600 {
    margin-left: 20%
  }
  .off-two-fifth-600 {
    margin-left: 40%
  }
  .off-three-fifth-600 {
    margin-left: 60%
  }
  .off-four-fifth-600 {
    margin-left: 80%
  }
  .off-sixth-600 {
    margin-left: 16.66666%
  }
}
@media (min-width:700px) {
  .one-700 > * {
    width: 100%
  }
  .one-700.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-700 > * {
    width: 50%
  }
  .two-700.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-700 > * {
    width: 33.33333%
  }
  .three-700.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-700 > * {
    width: 25%
  }
  .four-700.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-700 > * {
    width: 20%
  }
  .five-700.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-700 > * {
    width: 16.66666%
  }
  .six-700.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-700 > * {
    width: 14.28571%
  }
  .seven-700.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-700 > * {
    width: 12.5%
  }
  .eight-700.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-700 > * {
    width: 11.11111%
  }
  .nine-700.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-700 > * {
    width: 10%
  }
  .ten-700.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-700 > * {
    width: 9.09091%
  }
  .eleven-700.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-700 > * {
    width: 8.33333%
  }
  .twelve-700.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-700 {
    display: block;
    width: 100%
  }
  .full-700.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-700 {
    display: block;
    width: 50%
  }
  .half-700.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-700 {
    display: block;
    width: 33.33333%
  }
  .third-700.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-700 {
    display: block;
    width: 66.66666%
  }
  .two-third-700.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-700 {
    display: block;
    width: 25%
  }
  .fourth-700.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-700 {
    display: block;
    width: 75%
  }
  .three-fourth-700.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-700 {
    display: block;
    width: 20%
  }
  .fifth-700.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-700 {
    display: block;
    width: 40%
  }
  .two-fifth-700.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-700 {
    display: block;
    width: 60%
  }
  .three-fifth-700.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-700 {
    display: block;
    width: 80%
  }
  .four-fifth-700.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-700 {
    display: block;
    width: 16.66666%
  }
  .sixth-700.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-700 {
    display: none
  }
  .off-none-700 {
    margin-left: 0
  }
  .off-half-700 {
    margin-left: 50%
  }
  .off-third-700 {
    margin-left: 33.33333%
  }
  .off-two-third-700 {
    margin-left: 66.66666%
  }
  .off-fourth-700 {
    margin-left: 25%
  }
  .off-three-fourth-700 {
    margin-left: 75%
  }
  .off-fifth-700 {
    margin-left: 20%
  }
  .off-two-fifth-700 {
    margin-left: 40%
  }
  .off-three-fifth-700 {
    margin-left: 60%
  }
  .off-four-fifth-700 {
    margin-left: 80%
  }
  .off-sixth-700 {
    margin-left: 16.66666%
  }
}
@media (min-width:800px) {
  .one-800 > * {
    width: 100%
  }
  .one-800.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-800 > * {
    width: 50%
  }
  .two-800.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-800 > * {
    width: 33.33333%
  }
  .three-800.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-800 > * {
    width: 25%
  }
  .four-800.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-800 > * {
    width: 20%
  }
  .five-800.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-800 > * {
    width: 16.66666%
  }
  .six-800.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-800 > * {
    width: 14.28571%
  }
  .seven-800.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-800 > * {
    width: 12.5%
  }
  .eight-800.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-800 > * {
    width: 11.11111%
  }
  .nine-800.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-800 > * {
    width: 10%
  }
  .ten-800.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-800 > * {
    width: 9.09091%
  }
  .eleven-800.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-800 > * {
    width: 8.33333%
  }
  .twelve-800.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-800 {
    display: block;
    width: 100%
  }
  .full-800.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-800 {
    display: block;
    width: 50%
  }
  .half-800.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-800 {
    display: block;
    width: 33.33333%
  }
  .third-800.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-800 {
    display: block;
    width: 66.66666%
  }
  .two-third-800.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-800 {
    display: block;
    width: 25%
  }
  .fourth-800.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-800 {
    display: block;
    width: 75%
  }
  .three-fourth-800.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-800 {
    display: block;
    width: 20%
  }
  .fifth-800.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-800 {
    display: block;
    width: 40%
  }
  .two-fifth-800.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-800 {
    display: block;
    width: 60%
  }
  .three-fifth-800.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-800 {
    display: block;
    width: 80%
  }
  .four-fifth-800.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-800 {
    display: block;
    width: 16.66666%
  }
  .sixth-800.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-800 {
    display: none
  }
  .off-none-800 {
    margin-left: 0
  }
  .off-half-800 {
    margin-left: 50%
  }
  .off-third-800 {
    margin-left: 33.33333%
  }
  .off-two-third-800 {
    margin-left: 66.66666%
  }
  .off-fourth-800 {
    margin-left: 25%
  }
  .off-three-fourth-800 {
    margin-left: 75%
  }
  .off-fifth-800 {
    margin-left: 20%
  }
  .off-two-fifth-800 {
    margin-left: 40%
  }
  .off-three-fifth-800 {
    margin-left: 60%
  }
  .off-four-fifth-800 {
    margin-left: 80%
  }
  .off-sixth-800 {
    margin-left: 16.66666%
  }
}
@media (min-width:55em) {
  .ecoindex__note {
    border-radius: 1.25rem;
    font-size: 1.375rem;
    height: 5rem;
    margin: .25rem;
    padding: .625rem;
    width: 5rem
  }
  section.ecoindex__pages .ecoindex__note,
  td .ecoindex__note {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: .625rem;
    font-size: .725rem;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
    margin: .15rem;
    width: 1.5rem
  }
}
@media (min-width:900px) {
  #main {
    padding-top: 4rem
  }
  .cols.cols--fluid .cols__col {
    -ms-flex-preferred-size: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem)
  }
  .mtx_sections_list_children .cards,
  .mtx_sections_pages .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .mtx_sections_files body > .footer .downloads,
  body > .footer .mtx_sections_files .downloads,
  body > .footer .wrapper {
    padding-left: calc(180px + 4rem)
  }
  body > .footer .footer--infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  body > .footer .footer--infos > * + * {
    margin-top: 0
  }
  body > .footer .footer--infos > * {
    width: 50%
  }
  body > .footer .footer--legallinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: 0
  }
  body > .footer .footer--legallinks li + li:before {
    content: "—";
    padding-left: 1em;
    padding-right: 1em
  }
  body > .footer .footer--nav {
    margin-left: 37px
  }
  .footer__logo {
    left: 2rem;
    margin-bottom: 0;
    position: absolute;
    top: 2rem
  }
  .footer__logo img {
    height: auto;
    width: 180px
  }
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
  }
  .hero .hero__content {
    width: calc(60% - 3rem)
  }
  .hero .hero__image {
    margin-right: unset;
    margin-top: 0
  }
  .hero li,
  .hero p {
    font-size: 1.15rem
  }
  .mtx_sections_alternate .alternate .alternate__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem
  }
  .mtx_sections_alternate .alternate .alternate__line:nth-child(odd) .alternate__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .mtx_sections_alternate .alternate .alternate__line:nth-child(2n) .alternate__body,
  .mtx_sections_alternate .alternate .alternate__line:nth-child(odd) .alternate__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .mtx_sections_alternate .alternate .alternate__line:nth-child(2n) .alternate__image,
  .mtx_sections_alternate .alternate.alternate--startimg .alternate__line:nth-child(2n) .alternate__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .mtx_sections_alternate .alternate.alternate--startimg .alternate__line:nth-child(2n) .alternate__image,
  .mtx_sections_alternate .alternate.alternate--startimg .alternate__line:nth-child(odd) .alternate__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .mtx_sections_alternate .alternate.alternate--startimg .alternate__line:nth-child(odd) .alternate__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .mtx_sections_alternate .alternate .alternate__body,
  .mtx_sections_alternate .alternate .alternate__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .mtx_sections_alternate .alternate .alternate__body + .alternate__image {
    margin-top: 0
  }
  .mtx_sections_alternate .alternate .alternate__image {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .mtx_sections_cta a {
    -ms-flex-preferred-size: auto!important;
    flex-basis: auto!important
  }
  .mtx_sections_files .downloads > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .mtx_sections_files .downloads.downloads--nothumbs .file-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .mtx_sections_files .downloads.downloads--nothumbs h3 {
    margin: 0 0 0 2rem
  }
  .mtx_sections_logo .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }
  .mtx_content_gallery_logos .brands__item,
  .mtx_content_gallery_logos .brands__item--withinfos,
  .mtx_sections_logo .brands__item--withinfos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
  .mtx_sections_message .message {
    padding-left: 5rem
  }
  .mtx_sections_message .message .message__title {
    margin-top: 0
  }
  .mtx_sections_steps ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .mtx_sections_steps ol li + li {
    border: none;
    padding-top: 0
  }
  .mtx_sections_steps ol.steps--2cols li {
    width: 50%
  }
  .mtx_sections_steps ol.steps--3cols li {
    width: 33.33333%
  }
  .mtx_sections_steps ol.steps--4cols li {
    width: 25%
  }
  .mtx_sections_team ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
  }
  .mtx_sections_team ul li + li {
    border: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0
  }
  .mtx_sections_team ul.team--2cols li {
    width: 50%
  }
  .mtx_sections_team ul.team--3cols li {
    width: 33.33333%
  }
  .mtx_sections_team ul.team--4cols li {
    width: 25%
  }
  .mtx_sections_testimonials .testimonials--2cols li {
    width: 50%
  }
  .mtx_sections_testimonials .testimonials--3cols li,
  .mtx_sections_testimonials .testimonials--4cols li {
    width: 33.33333%
  }
  .mtx_sections_testimonials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .mtx_sections_testimonials li + li {
    margin-top: 0
  }
  .partners__list .partner__infos {
    float: left;
    font-size: .8rem;
    width: 175px
  }
  .partners__list .partner__infos + .partner__content {
    border-top: none;
    margin-top: 0;
    padding-top: 0
  }
  .partners__list .partner__content {
    float: right;
    font-size: .8rem;
    width: calc(100% - 175px)
  }
  .one-900 > * {
    width: 100%
  }
  .one-900.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-900 > * {
    width: 50%
  }
  .two-900.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-900 > * {
    width: 33.33333%
  }
  .three-900.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-900 > * {
    width: 25%
  }
  .four-900.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-900 > * {
    width: 20%
  }
  .five-900.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-900 > * {
    width: 16.66666%
  }
  .six-900.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-900 > * {
    width: 14.28571%
  }
  .seven-900.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-900 > * {
    width: 12.5%
  }
  .eight-900.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-900 > * {
    width: 11.11111%
  }
  .nine-900.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-900 > * {
    width: 10%
  }
  .ten-900.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-900 > * {
    width: 9.09091%
  }
  .eleven-900.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-900 > * {
    width: 8.33333%
  }
  .twelve-900.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-900 {
    display: block;
    width: 100%
  }
  .full-900.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-900 {
    display: block;
    width: 50%
  }
  .half-900.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-900 {
    display: block;
    width: 33.33333%
  }
  .third-900.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-900 {
    display: block;
    width: 66.66666%
  }
  .two-third-900.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-900 {
    display: block;
    width: 25%
  }
  .fourth-900.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-900 {
    display: block;
    width: 75%
  }
  .three-fourth-900.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-900 {
    display: block;
    width: 20%
  }
  .fifth-900.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-900 {
    display: block;
    width: 40%
  }
  .two-fifth-900.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-900 {
    display: block;
    width: 60%
  }
  .three-fifth-900.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-900 {
    display: block;
    width: 80%
  }
  .four-fifth-900.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-900 {
    display: block;
    width: 16.66666%
  }
  .sixth-900.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-900 {
    display: none
  }
  .off-none-900 {
    margin-left: 0
  }
  .off-half-900 {
    margin-left: 50%
  }
  .off-third-900 {
    margin-left: 33.33333%
  }
  .off-two-third-900 {
    margin-left: 66.66666%
  }
  .off-fourth-900 {
    margin-left: 25%
  }
  .off-three-fourth-900 {
    margin-left: 75%
  }
  .off-fifth-900 {
    margin-left: 20%
  }
  .off-two-fifth-900 {
    margin-left: 40%
  }
  .off-three-fifth-900 {
    margin-left: 60%
  }
  .off-four-fifth-900 {
    margin-left: 80%
  }
  .off-sixth-900 {
    margin-left: 16.66666%
  }
}
@media (min-width:1000px) {
  .one-1000 > * {
    width: 100%
  }
  .one-1000.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1000 > * {
    width: 50%
  }
  .two-1000.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1000 > * {
    width: 33.33333%
  }
  .three-1000.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1000 > * {
    width: 25%
  }
  .four-1000.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1000 > * {
    width: 20%
  }
  .five-1000.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1000 > * {
    width: 16.66666%
  }
  .six-1000.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1000 > * {
    width: 14.28571%
  }
  .seven-1000.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1000 > * {
    width: 12.5%
  }
  .eight-1000.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1000 > * {
    width: 11.11111%
  }
  .nine-1000.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1000 > * {
    width: 10%
  }
  .ten-1000.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1000 > * {
    width: 9.09091%
  }
  .eleven-1000.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1000 > * {
    width: 8.33333%
  }
  .twelve-1000.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1000 {
    display: block;
    width: 100%
  }
  .full-1000.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1000 {
    display: block;
    width: 50%
  }
  .half-1000.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1000 {
    display: block;
    width: 33.33333%
  }
  .third-1000.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1000 {
    display: block;
    width: 66.66666%
  }
  .two-third-1000.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1000 {
    display: block;
    width: 25%
  }
  .fourth-1000.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1000 {
    display: block;
    width: 75%
  }
  .three-fourth-1000.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1000 {
    display: block;
    width: 20%
  }
  .fifth-1000.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1000 {
    display: block;
    width: 40%
  }
  .two-fifth-1000.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1000 {
    display: block;
    width: 60%
  }
  .three-fifth-1000.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1000 {
    display: block;
    width: 80%
  }
  .four-fifth-1000.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1000 {
    display: block;
    width: 16.66666%
  }
  .sixth-1000.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1000 {
    display: none
  }
  .off-none-1000 {
    margin-left: 0
  }
  .off-half-1000 {
    margin-left: 50%
  }
  .off-third-1000 {
    margin-left: 33.33333%
  }
  .off-two-third-1000 {
    margin-left: 66.66666%
  }
  .off-fourth-1000 {
    margin-left: 25%
  }
  .off-three-fourth-1000 {
    margin-left: 75%
  }
  .off-fifth-1000 {
    margin-left: 20%
  }
  .off-two-fifth-1000 {
    margin-left: 40%
  }
  .off-three-fifth-1000 {
    margin-left: 60%
  }
  .off-four-fifth-1000 {
    margin-left: 80%
  }
  .off-sixth-1000 {
    margin-left: 16.66666%
  }
}
@media (min-width:1100px) {
  .one-1100 > * {
    width: 100%
  }
  .one-1100.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1100 > * {
    width: 50%
  }
  .two-1100.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1100 > * {
    width: 33.33333%
  }
  .three-1100.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1100 > * {
    width: 25%
  }
  .four-1100.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1100 > * {
    width: 20%
  }
  .five-1100.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1100 > * {
    width: 16.66666%
  }
  .six-1100.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1100 > * {
    width: 14.28571%
  }
  .seven-1100.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1100 > * {
    width: 12.5%
  }
  .eight-1100.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1100 > * {
    width: 11.11111%
  }
  .nine-1100.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1100 > * {
    width: 10%
  }
  .ten-1100.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1100 > * {
    width: 9.09091%
  }
  .eleven-1100.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1100 > * {
    width: 8.33333%
  }
  .twelve-1100.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1100 {
    display: block;
    width: 100%
  }
  .full-1100.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1100 {
    display: block;
    width: 50%
  }
  .half-1100.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1100 {
    display: block;
    width: 33.33333%
  }
  .third-1100.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1100 {
    display: block;
    width: 66.66666%
  }
  .two-third-1100.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1100 {
    display: block;
    width: 25%
  }
  .fourth-1100.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1100 {
    display: block;
    width: 75%
  }
  .three-fourth-1100.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1100 {
    display: block;
    width: 20%
  }
  .fifth-1100.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1100 {
    display: block;
    width: 40%
  }
  .two-fifth-1100.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1100 {
    display: block;
    width: 60%
  }
  .three-fifth-1100.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1100 {
    display: block;
    width: 80%
  }
  .four-fifth-1100.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1100 {
    display: block;
    width: 16.66666%
  }
  .sixth-1100.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1100 {
    display: none
  }
  .off-none-1100 {
    margin-left: 0
  }
  .off-half-1100 {
    margin-left: 50%
  }
  .off-third-1100 {
    margin-left: 33.33333%
  }
  .off-two-third-1100 {
    margin-left: 66.66666%
  }
  .off-fourth-1100 {
    margin-left: 25%
  }
  .off-three-fourth-1100 {
    margin-left: 75%
  }
  .off-fifth-1100 {
    margin-left: 20%
  }
  .off-two-fifth-1100 {
    margin-left: 40%
  }
  .off-three-fifth-1100 {
    margin-left: 60%
  }
  .off-four-fifth-1100 {
    margin-left: 80%
  }
  .off-sixth-1100 {
    margin-left: 16.66666%
  }
}
@media (min-width:1200px) {
  body,
  html {
    font-size: 20px
  }
  .cols.cols--fluid.cols--3 .cols__col {
    -ms-flex-preferred-size: calc(33.33333% - 1.33333rem);
    flex-basis: calc(33.33333% - 1.33333rem)
  }
  .cols.cols--fluid.cols--4 .cols__col {
    -ms-flex-preferred-size: calc(25% - 1.5rem);
    flex-basis: calc(25% - 1.5rem)
  }
  .cols.cols--fluid.cols--5 .cols__col {
    -ms-flex-preferred-size: calc(20% - 1.6rem);
    flex-basis: calc(20% - 1.6rem)
  }
  .cols.cols--fluid.cols--6 .cols__col {
    -ms-flex-preferred-size: calc(16.66667% - 1.66667rem);
    flex-basis: calc(16.66667% - 1.66667rem)
  }
  .cols.cols--fixed.cols--2 .cols__col {
    -ms-flex-preferred-size: calc(570px - 2rem);
    flex-basis: calc(570px - 2rem)
  }
  .cols.cols--fixed.cols--3 .cols__col {
    -ms-flex-preferred-size: calc(380px - 2rem);
    flex-basis: calc(380px - 2rem)
  }
  .cols.cols--fixed.cols--4 .cols__col {
    -ms-flex-preferred-size: calc(285px - 2rem);
    flex-basis: calc(285px - 2rem)
  }
  .cols.cols--fixed.cols--5 .cols__col {
    -ms-flex-preferred-size: calc(228px - 2rem);
    flex-basis: calc(228px - 2rem)
  }
  .cols.cols--fixed.cols--6 .cols__col {
    -ms-flex-preferred-size: calc(190px - 2rem);
    flex-basis: calc(190px - 2rem)
  }
  .hero .mtx_sections_logo .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }
  body > header {
    height: auto
  }
  body > header #navwrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0
  }
  body > header #navwrapper .brand img {
    width: auto
  }
  body > header #mainnavbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  body > header nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  body > header nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none
  }
  body > header nav > ul ul {
    background-color: #eee;
    border-radius: .25rem;
    -webkit-box-shadow: 2px 4px 4px rgba(0,0,0,.2);
    box-shadow: 2px 4px 4px rgba(0,0,0,.2);
    left: 0;
    padding: 0!important;
    position: absolute;
    top: 100%;
    width: 12em
  }
  body > header nav li button {
    margin: auto
  }
  body > header nav > li > a,
  body > header nav > li > button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  #mainnavitems {
    margin-top: 5rem
  }
  #contactnavitems > li,
  #mainnavitems > li {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
  }
  #contactnavitems > li:active,
  #contactnavitems > li:focus,
  #contactnavitems > li:focus-visible,
  #contactnavitems > li:hover,
  #mainnavitems > li:active,
  #mainnavitems > li:focus,
  #mainnavitems > li:focus-visible,
  #mainnavitems > li:hover {
    border-radius: 0
  }
  #contactnavitems > li + li,
  #mainnavitems > li + li {
    margin-left: 5px
  }
  #contactnavitems > li + .button,
  #contactnavitems li.button#contactnavitems > li + a,
  #contactnavitems li.button#mainnavitems > li + a,
  #mainnavitems > li + .button,
  #mainnavitems li.button#contactnavitems > li + a,
  #mainnavitems li.button#mainnavitems > li + a {
    margin-left: 2rem
  }
  #contactnavitems .nav--label,
  #mainnavitems .nav--label {
    border-top-right-radius: 0;
    margin-top: 0
  }
  #contactnavitems .nav--famille + .nav--pro,
  #contactnavitems .nav--jeunes + .nav--famille,
  #mainnavitems .nav--famille + .nav--pro,
  #mainnavitems .nav--jeunes + .nav--famille {
    margin-left: 8%
  }
  #breadcrumb {
    margin-bottom: 2rem
  }
  .mtx_sections_logo .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
  }
  .mtx_content_gallery_logos .brands__item,
  .mtx_content_gallery_logos .brands__item--withinfos,
  .mtx_sections_logo .brands__item--withinfos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
  }
  .mtx_sections_testimonials .testimonials--4cols li {
    width: 25%
  }
  .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .partners__list:before {
    left: -4.5ch;
    position: absolute;
    top: 0
  }
  .partners__list li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%
  }
  .one-1200 > * {
    width: 100%
  }
  .one-1200.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1200 > * {
    width: 50%
  }
  .two-1200.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1200 > * {
    width: 33.33333%
  }
  .three-1200.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1200 > * {
    width: 25%
  }
  .four-1200.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1200 > * {
    width: 20%
  }
  .five-1200.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1200 > * {
    width: 16.66666%
  }
  .six-1200.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1200 > * {
    width: 14.28571%
  }
  .seven-1200.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1200 > * {
    width: 12.5%
  }
  .eight-1200.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1200 > * {
    width: 11.11111%
  }
  .nine-1200.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1200 > * {
    width: 10%
  }
  .ten-1200.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1200 > * {
    width: 9.09091%
  }
  .eleven-1200.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1200 > * {
    width: 8.33333%
  }
  .twelve-1200.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1200 {
    display: block;
    width: 100%
  }
  .full-1200.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1200 {
    display: block;
    width: 50%
  }
  .half-1200.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1200 {
    display: block;
    width: 33.33333%
  }
  .third-1200.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1200 {
    display: block;
    width: 66.66666%
  }
  .two-third-1200.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1200 {
    display: block;
    width: 25%
  }
  .fourth-1200.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1200 {
    display: block;
    width: 75%
  }
  .three-fourth-1200.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1200 {
    display: block;
    width: 20%
  }
  .fifth-1200.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1200 {
    display: block;
    width: 40%
  }
  .two-fifth-1200.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1200 {
    display: block;
    width: 60%
  }
  .three-fifth-1200.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1200 {
    display: block;
    width: 80%
  }
  .four-fifth-1200.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1200 {
    display: block;
    width: 16.66666%
  }
  .sixth-1200.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1200 {
    display: none
  }
  .off-none-1200 {
    margin-left: 0
  }
  .off-half-1200 {
    margin-left: 50%
  }
  .off-third-1200 {
    margin-left: 33.33333%
  }
  .off-two-third-1200 {
    margin-left: 66.66666%
  }
  .off-fourth-1200 {
    margin-left: 25%
  }
  .off-three-fourth-1200 {
    margin-left: 75%
  }
  .off-fifth-1200 {
    margin-left: 20%
  }
  .off-two-fifth-1200 {
    margin-left: 40%
  }
  .off-three-fifth-1200 {
    margin-left: 60%
  }
  .off-four-fifth-1200 {
    margin-left: 80%
  }
  .off-sixth-1200 {
    margin-left: 16.66666%
  }
}
@media (min-width:1300px) {
  .one-1300 > * {
    width: 100%
  }
  .one-1300.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1300 > * {
    width: 50%
  }
  .two-1300.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1300 > * {
    width: 33.33333%
  }
  .three-1300.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1300 > * {
    width: 25%
  }
  .four-1300.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1300 > * {
    width: 20%
  }
  .five-1300.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1300 > * {
    width: 16.66666%
  }
  .six-1300.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1300 > * {
    width: 14.28571%
  }
  .seven-1300.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1300 > * {
    width: 12.5%
  }
  .eight-1300.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1300 > * {
    width: 11.11111%
  }
  .nine-1300.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1300 > * {
    width: 10%
  }
  .ten-1300.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1300 > * {
    width: 9.09091%
  }
  .eleven-1300.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1300 > * {
    width: 8.33333%
  }
  .twelve-1300.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1300 {
    display: block;
    width: 100%
  }
  .full-1300.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1300 {
    display: block;
    width: 50%
  }
  .half-1300.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1300 {
    display: block;
    width: 33.33333%
  }
  .third-1300.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1300 {
    display: block;
    width: 66.66666%
  }
  .two-third-1300.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1300 {
    display: block;
    width: 25%
  }
  .fourth-1300.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1300 {
    display: block;
    width: 75%
  }
  .three-fourth-1300.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1300 {
    display: block;
    width: 20%
  }
  .fifth-1300.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1300 {
    display: block;
    width: 40%
  }
  .two-fifth-1300.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1300 {
    display: block;
    width: 60%
  }
  .three-fifth-1300.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1300 {
    display: block;
    width: 80%
  }
  .four-fifth-1300.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1300 {
    display: block;
    width: 16.66666%
  }
  .sixth-1300.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1300 {
    display: none
  }
  .off-none-1300 {
    margin-left: 0
  }
  .off-half-1300 {
    margin-left: 50%
  }
  .off-third-1300 {
    margin-left: 33.33333%
  }
  .off-two-third-1300 {
    margin-left: 66.66666%
  }
  .off-fourth-1300 {
    margin-left: 25%
  }
  .off-three-fourth-1300 {
    margin-left: 75%
  }
  .off-fifth-1300 {
    margin-left: 20%
  }
  .off-two-fifth-1300 {
    margin-left: 40%
  }
  .off-three-fifth-1300 {
    margin-left: 60%
  }
  .off-four-fifth-1300 {
    margin-left: 80%
  }
  .off-sixth-1300 {
    margin-left: 16.66666%
  }
}
@media (min-width:1400px) {
  .one-1400 > * {
    width: 100%
  }
  .one-1400.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1400 > * {
    width: 50%
  }
  .two-1400.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1400 > * {
    width: 33.33333%
  }
  .three-1400.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1400 > * {
    width: 25%
  }
  .four-1400.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1400 > * {
    width: 20%
  }
  .five-1400.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1400 > * {
    width: 16.66666%
  }
  .six-1400.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1400 > * {
    width: 14.28571%
  }
  .seven-1400.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1400 > * {
    width: 12.5%
  }
  .eight-1400.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1400 > * {
    width: 11.11111%
  }
  .nine-1400.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1400 > * {
    width: 10%
  }
  .ten-1400.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1400 > * {
    width: 9.09091%
  }
  .eleven-1400.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1400 > * {
    width: 8.33333%
  }
  .twelve-1400.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1400 {
    display: block;
    width: 100%
  }
  .full-1400.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1400 {
    display: block;
    width: 50%
  }
  .half-1400.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1400 {
    display: block;
    width: 33.33333%
  }
  .third-1400.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1400 {
    display: block;
    width: 66.66666%
  }
  .two-third-1400.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1400 {
    display: block;
    width: 25%
  }
  .fourth-1400.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1400 {
    display: block;
    width: 75%
  }
  .three-fourth-1400.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1400 {
    display: block;
    width: 20%
  }
  .fifth-1400.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1400 {
    display: block;
    width: 40%
  }
  .two-fifth-1400.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1400 {
    display: block;
    width: 60%
  }
  .three-fifth-1400.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1400 {
    display: block;
    width: 80%
  }
  .four-fifth-1400.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1400 {
    display: block;
    width: 16.66666%
  }
  .sixth-1400.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1400 {
    display: none
  }
  .off-none-1400 {
    margin-left: 0
  }
  .off-half-1400 {
    margin-left: 50%
  }
  .off-third-1400 {
    margin-left: 33.33333%
  }
  .off-two-third-1400 {
    margin-left: 66.66666%
  }
  .off-fourth-1400 {
    margin-left: 25%
  }
  .off-three-fourth-1400 {
    margin-left: 75%
  }
  .off-fifth-1400 {
    margin-left: 20%
  }
  .off-two-fifth-1400 {
    margin-left: 40%
  }
  .off-three-fifth-1400 {
    margin-left: 60%
  }
  .off-four-fifth-1400 {
    margin-left: 80%
  }
  .off-sixth-1400 {
    margin-left: 16.66666%
  }
}
@media (min-width:1500px) {
  .one-1500 > * {
    width: 100%
  }
  .one-1500.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1500 > * {
    width: 50%
  }
  .two-1500.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1500 > * {
    width: 33.33333%
  }
  .three-1500.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1500 > * {
    width: 25%
  }
  .four-1500.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1500 > * {
    width: 20%
  }
  .five-1500.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1500 > * {
    width: 16.66666%
  }
  .six-1500.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1500 > * {
    width: 14.28571%
  }
  .seven-1500.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1500 > * {
    width: 12.5%
  }
  .eight-1500.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1500 > * {
    width: 11.11111%
  }
  .nine-1500.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1500 > * {
    width: 10%
  }
  .ten-1500.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1500 > * {
    width: 9.09091%
  }
  .eleven-1500.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1500 > * {
    width: 8.33333%
  }
  .twelve-1500.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1500 {
    display: block;
    width: 100%
  }
  .full-1500.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1500 {
    display: block;
    width: 50%
  }
  .half-1500.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1500 {
    display: block;
    width: 33.33333%
  }
  .third-1500.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1500 {
    display: block;
    width: 66.66666%
  }
  .two-third-1500.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1500 {
    display: block;
    width: 25%
  }
  .fourth-1500.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1500 {
    display: block;
    width: 75%
  }
  .three-fourth-1500.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1500 {
    display: block;
    width: 20%
  }
  .fifth-1500.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1500 {
    display: block;
    width: 40%
  }
  .two-fifth-1500.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1500 {
    display: block;
    width: 60%
  }
  .three-fifth-1500.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1500 {
    display: block;
    width: 80%
  }
  .four-fifth-1500.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1500 {
    display: block;
    width: 16.66666%
  }
  .sixth-1500.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1500 {
    display: none
  }
  .off-none-1500 {
    margin-left: 0
  }
  .off-half-1500 {
    margin-left: 50%
  }
  .off-third-1500 {
    margin-left: 33.33333%
  }
  .off-two-third-1500 {
    margin-left: 66.66666%
  }
  .off-fourth-1500 {
    margin-left: 25%
  }
  .off-three-fourth-1500 {
    margin-left: 75%
  }
  .off-fifth-1500 {
    margin-left: 20%
  }
  .off-two-fifth-1500 {
    margin-left: 40%
  }
  .off-three-fifth-1500 {
    margin-left: 60%
  }
  .off-four-fifth-1500 {
    margin-left: 80%
  }
  .off-sixth-1500 {
    margin-left: 16.66666%
  }
}
@media (min-width:1600px) {
  .one-1600 > * {
    width: 100%
  }
  .one-1600.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1600 > * {
    width: 50%
  }
  .two-1600.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1600 > * {
    width: 33.33333%
  }
  .three-1600.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1600 > * {
    width: 25%
  }
  .four-1600.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1600 > * {
    width: 20%
  }
  .five-1600.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1600 > * {
    width: 16.66666%
  }
  .six-1600.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1600 > * {
    width: 14.28571%
  }
  .seven-1600.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1600 > * {
    width: 12.5%
  }
  .eight-1600.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1600 > * {
    width: 11.11111%
  }
  .nine-1600.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1600 > * {
    width: 10%
  }
  .ten-1600.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1600 > * {
    width: 9.09091%
  }
  .eleven-1600.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1600 > * {
    width: 8.33333%
  }
  .twelve-1600.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1600 {
    display: block;
    width: 100%
  }
  .full-1600.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1600 {
    display: block;
    width: 50%
  }
  .half-1600.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1600 {
    display: block;
    width: 33.33333%
  }
  .third-1600.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1600 {
    display: block;
    width: 66.66666%
  }
  .two-third-1600.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1600 {
    display: block;
    width: 25%
  }
  .fourth-1600.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1600 {
    display: block;
    width: 75%
  }
  .three-fourth-1600.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1600 {
    display: block;
    width: 20%
  }
  .fifth-1600.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1600 {
    display: block;
    width: 40%
  }
  .two-fifth-1600.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1600 {
    display: block;
    width: 60%
  }
  .three-fifth-1600.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1600 {
    display: block;
    width: 80%
  }
  .four-fifth-1600.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1600 {
    display: block;
    width: 16.66666%
  }
  .sixth-1600.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1600 {
    display: none
  }
  .off-none-1600 {
    margin-left: 0
  }
  .off-half-1600 {
    margin-left: 50%
  }
  .off-third-1600 {
    margin-left: 33.33333%
  }
  .off-two-third-1600 {
    margin-left: 66.66666%
  }
  .off-fourth-1600 {
    margin-left: 25%
  }
  .off-three-fourth-1600 {
    margin-left: 75%
  }
  .off-fifth-1600 {
    margin-left: 20%
  }
  .off-two-fifth-1600 {
    margin-left: 40%
  }
  .off-three-fifth-1600 {
    margin-left: 60%
  }
  .off-four-fifth-1600 {
    margin-left: 80%
  }
  .off-sixth-1600 {
    margin-left: 16.66666%
  }
}
@media (min-width:1700px) {
  .one-1700 > * {
    width: 100%
  }
  .one-1700.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1700 > * {
    width: 50%
  }
  .two-1700.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1700 > * {
    width: 33.33333%
  }
  .three-1700.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1700 > * {
    width: 25%
  }
  .four-1700.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1700 > * {
    width: 20%
  }
  .five-1700.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1700 > * {
    width: 16.66666%
  }
  .six-1700.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1700 > * {
    width: 14.28571%
  }
  .seven-1700.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1700 > * {
    width: 12.5%
  }
  .eight-1700.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1700 > * {
    width: 11.11111%
  }
  .nine-1700.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1700 > * {
    width: 10%
  }
  .ten-1700.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1700 > * {
    width: 9.09091%
  }
  .eleven-1700.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1700 > * {
    width: 8.33333%
  }
  .twelve-1700.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1700 {
    display: block;
    width: 100%
  }
  .full-1700.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1700 {
    display: block;
    width: 50%
  }
  .half-1700.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1700 {
    display: block;
    width: 33.33333%
  }
  .third-1700.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1700 {
    display: block;
    width: 66.66666%
  }
  .two-third-1700.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1700 {
    display: block;
    width: 25%
  }
  .fourth-1700.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1700 {
    display: block;
    width: 75%
  }
  .three-fourth-1700.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1700 {
    display: block;
    width: 20%
  }
  .fifth-1700.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1700 {
    display: block;
    width: 40%
  }
  .two-fifth-1700.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1700 {
    display: block;
    width: 60%
  }
  .three-fifth-1700.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1700 {
    display: block;
    width: 80%
  }
  .four-fifth-1700.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1700 {
    display: block;
    width: 16.66666%
  }
  .sixth-1700.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1700 {
    display: none
  }
  .off-none-1700 {
    margin-left: 0
  }
  .off-half-1700 {
    margin-left: 50%
  }
  .off-third-1700 {
    margin-left: 33.33333%
  }
  .off-two-third-1700 {
    margin-left: 66.66666%
  }
  .off-fourth-1700 {
    margin-left: 25%
  }
  .off-three-fourth-1700 {
    margin-left: 75%
  }
  .off-fifth-1700 {
    margin-left: 20%
  }
  .off-two-fifth-1700 {
    margin-left: 40%
  }
  .off-three-fifth-1700 {
    margin-left: 60%
  }
  .off-four-fifth-1700 {
    margin-left: 80%
  }
  .off-sixth-1700 {
    margin-left: 16.66666%
  }
}
@media (min-width:1800px) {
  .container,
  .mtx_sections_files .downloads,
  .wrapper {
    max-width: 1280px
  }
  .cols.cols--fixed.cols--2 .cols__col {
    -ms-flex-preferred-size: calc(640px - 2rem);
    flex-basis: calc(640px - 2rem)
  }
  .cols.cols--fixed.cols--3 .cols__col {
    -ms-flex-preferred-size: calc(426.66667px - 2rem);
    flex-basis: calc(426.66667px - 2rem)
  }
  .cols.cols--fixed.cols--4 .cols__col {
    -ms-flex-preferred-size: calc(320px - 2rem);
    flex-basis: calc(320px - 2rem)
  }
  .cols.cols--fixed.cols--5 .cols__col {
    -ms-flex-preferred-size: calc(256px - 2rem);
    flex-basis: calc(256px - 2rem)
  }
  .cols.cols--fixed.cols--6 .cols__col {
    -ms-flex-preferred-size: calc(213.33333px - 2rem);
    flex-basis: calc(213.33333px - 2rem)
  }
  .mtx_sections_files .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .mtx_sections_files .downloads > li {
    -ms-flex-preferred-size: 550px;
    flex-basis: 550px
  }
  .mtx_sections_files .downloads > li .file-title {
    padding-left: 2rem
  }
  .mtx_sections_logo .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
  }
  .mtx_content_gallery_logos .brands__item,
  .mtx_content_gallery_logos .brands__item--withinfos,
  .mtx_sections_logo .brands__item--withinfos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
  }
  .one-1800 > * {
    width: 100%
  }
  .one-1800.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1800 > * {
    width: 50%
  }
  .two-1800.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1800 > * {
    width: 33.33333%
  }
  .three-1800.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1800 > * {
    width: 25%
  }
  .four-1800.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1800 > * {
    width: 20%
  }
  .five-1800.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1800 > * {
    width: 16.66666%
  }
  .six-1800.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1800 > * {
    width: 14.28571%
  }
  .seven-1800.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1800 > * {
    width: 12.5%
  }
  .eight-1800.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1800 > * {
    width: 11.11111%
  }
  .nine-1800.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1800 > * {
    width: 10%
  }
  .ten-1800.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1800 > * {
    width: 9.09091%
  }
  .eleven-1800.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1800 > * {
    width: 8.33333%
  }
  .twelve-1800.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1800 {
    display: block;
    width: 100%
  }
  .full-1800.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1800 {
    display: block;
    width: 50%
  }
  .half-1800.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1800 {
    display: block;
    width: 33.33333%
  }
  .third-1800.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1800 {
    display: block;
    width: 66.66666%
  }
  .two-third-1800.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1800 {
    display: block;
    width: 25%
  }
  .fourth-1800.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1800 {
    display: block;
    width: 75%
  }
  .three-fourth-1800.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1800 {
    display: block;
    width: 20%
  }
  .fifth-1800.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1800 {
    display: block;
    width: 40%
  }
  .two-fifth-1800.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1800 {
    display: block;
    width: 60%
  }
  .three-fifth-1800.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1800 {
    display: block;
    width: 80%
  }
  .four-fifth-1800.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1800 {
    display: block;
    width: 16.66666%
  }
  .sixth-1800.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1800 {
    display: none
  }
  .off-none-1800 {
    margin-left: 0
  }
  .off-half-1800 {
    margin-left: 50%
  }
  .off-third-1800 {
    margin-left: 33.33333%
  }
  .off-two-third-1800 {
    margin-left: 66.66666%
  }
  .off-fourth-1800 {
    margin-left: 25%
  }
  .off-three-fourth-1800 {
    margin-left: 75%
  }
  .off-fifth-1800 {
    margin-left: 20%
  }
  .off-two-fifth-1800 {
    margin-left: 40%
  }
  .off-three-fifth-1800 {
    margin-left: 60%
  }
  .off-four-fifth-1800 {
    margin-left: 80%
  }
  .off-sixth-1800 {
    margin-left: 16.66666%
  }
}
@media (min-width:1900px) {
  .one-1900 > * {
    width: 100%
  }
  .one-1900.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-1900 > * {
    width: 50%
  }
  .two-1900.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-1900 > * {
    width: 33.33333%
  }
  .three-1900.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-1900 > * {
    width: 25%
  }
  .four-1900.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-1900 > * {
    width: 20%
  }
  .five-1900.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-1900 > * {
    width: 16.66666%
  }
  .six-1900.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-1900 > * {
    width: 14.28571%
  }
  .seven-1900.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-1900 > * {
    width: 12.5%
  }
  .eight-1900.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-1900 > * {
    width: 11.11111%
  }
  .nine-1900.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-1900 > * {
    width: 10%
  }
  .ten-1900.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-1900 > * {
    width: 9.09091%
  }
  .eleven-1900.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-1900 > * {
    width: 8.33333%
  }
  .twelve-1900.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-1900 {
    display: block;
    width: 100%
  }
  .full-1900.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-1900 {
    display: block;
    width: 50%
  }
  .half-1900.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-1900 {
    display: block;
    width: 33.33333%
  }
  .third-1900.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-1900 {
    display: block;
    width: 66.66666%
  }
  .two-third-1900.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-1900 {
    display: block;
    width: 25%
  }
  .fourth-1900.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-1900 {
    display: block;
    width: 75%
  }
  .three-fourth-1900.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-1900 {
    display: block;
    width: 20%
  }
  .fifth-1900.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-1900 {
    display: block;
    width: 40%
  }
  .two-fifth-1900.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-1900 {
    display: block;
    width: 60%
  }
  .three-fifth-1900.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-1900 {
    display: block;
    width: 80%
  }
  .four-fifth-1900.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-1900 {
    display: block;
    width: 16.66666%
  }
  .sixth-1900.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-1900 {
    display: none
  }
  .off-none-1900 {
    margin-left: 0
  }
  .off-half-1900 {
    margin-left: 50%
  }
  .off-third-1900 {
    margin-left: 33.33333%
  }
  .off-two-third-1900 {
    margin-left: 66.66666%
  }
  .off-fourth-1900 {
    margin-left: 25%
  }
  .off-three-fourth-1900 {
    margin-left: 75%
  }
  .off-fifth-1900 {
    margin-left: 20%
  }
  .off-two-fifth-1900 {
    margin-left: 40%
  }
  .off-three-fifth-1900 {
    margin-left: 60%
  }
  .off-four-fifth-1900 {
    margin-left: 80%
  }
  .off-sixth-1900 {
    margin-left: 16.66666%
  }
}
@media (min-width:2000px) {
  .one-2000 > * {
    width: 100%
  }
  .one-2000.flex--gap > * {
    width: calc(100% - 2rem)
  }
  .two-2000 > * {
    width: 50%
  }
  .two-2000.flex--gap > * {
    width: calc(50% - 2rem)
  }
  .three-2000 > * {
    width: 33.33333%
  }
  .three-2000.flex--gap > * {
    width: calc(33.33333% - 2rem)
  }
  .four-2000 > * {
    width: 25%
  }
  .four-2000.flex--gap > * {
    width: calc(25% - 2rem)
  }
  .five-2000 > * {
    width: 20%
  }
  .five-2000.flex--gap > * {
    width: calc(20% - 2rem)
  }
  .six-2000 > * {
    width: 16.66666%
  }
  .six-2000.flex--gap > * {
    width: calc(16.66666% - 2rem)
  }
  .seven-2000 > * {
    width: 14.28571%
  }
  .seven-2000.flex--gap > * {
    width: calc(14.28571% - 2rem)
  }
  .eight-2000 > * {
    width: 12.5%
  }
  .eight-2000.flex--gap > * {
    width: calc(12.5% - 2rem)
  }
  .nine-2000 > * {
    width: 11.11111%
  }
  .nine-2000.flex--gap > * {
    width: calc(11.11111% - 2rem)
  }
  .ten-2000 > * {
    width: 10%
  }
  .ten-2000.flex--gap > * {
    width: calc(10% - 2rem)
  }
  .eleven-2000 > * {
    width: 9.09091%
  }
  .eleven-2000.flex--gap > * {
    width: calc(9.09091% - 2rem)
  }
  .twelve-2000 > * {
    width: 8.33333%
  }
  .twelve-2000.flex--gap > * {
    width: calc(8.33333% - 2rem)
  }
  .full-2000 {
    display: block;
    width: 100%
  }
  .full-2000.flex--gap {
    width: calc(100% - 2rem)
  }
  .half-2000 {
    display: block;
    width: 50%
  }
  .half-2000.flex--gap {
    width: calc(50% - 2rem)
  }
  .third-2000 {
    display: block;
    width: 33.33333%
  }
  .third-2000.flex--gap {
    width: calc(33.33333% - 2rem)
  }
  .two-third-2000 {
    display: block;
    width: 66.66666%
  }
  .two-third-2000.flex--gap {
    width: calc(66.66666% - 2rem)
  }
  .fourth-2000 {
    display: block;
    width: 25%
  }
  .fourth-2000.flex--gap {
    width: calc(25% - 2rem)
  }
  .three-fourth-2000 {
    display: block;
    width: 75%
  }
  .three-fourth-2000.flex--gap {
    width: calc(75% - 2rem)
  }
  .fifth-2000 {
    display: block;
    width: 20%
  }
  .fifth-2000.flex--gap {
    width: calc(20% - 2rem)
  }
  .two-fifth-2000 {
    display: block;
    width: 40%
  }
  .two-fifth-2000.flex--gap {
    width: calc(40% - 2rem)
  }
  .three-fifth-2000 {
    display: block;
    width: 60%
  }
  .three-fifth-2000.flex--gap {
    width: calc(60% - 2rem)
  }
  .four-fifth-2000 {
    display: block;
    width: 80%
  }
  .four-fifth-2000.flex--gap {
    width: calc(80% - 2rem)
  }
  .sixth-2000 {
    display: block;
    width: 16.66666%
  }
  .sixth-2000.flex--gap {
    width: calc(16.66666% - 2rem)
  }
  .none-2000 {
    display: none
  }
  .off-none-2000 {
    margin-left: 0
  }
  .off-half-2000 {
    margin-left: 50%
  }
  .off-third-2000 {
    margin-left: 33.33333%
  }
  .off-two-third-2000 {
    margin-left: 66.66666%
  }
  .off-fourth-2000 {
    margin-left: 25%
  }
  .off-three-fourth-2000 {
    margin-left: 75%
  }
  .off-fifth-2000 {
    margin-left: 20%
  }
  .off-two-fifth-2000 {
    margin-left: 40%
  }
  .off-three-fifth-2000 {
    margin-left: 60%
  }
  .off-four-fifth-2000 {
    margin-left: 80%
  }
  .off-sixth-2000 {
    margin-left: 16.66666%
  }
}
/*# sourceMappingURL=main.min.css.map */
