@font-face {
  font-family: 'Raleway';
  src: url('../webfonts/raleway-bold-webfont.woff2') format('woff2'), url('../webfonts/raleway-bold-webfont.woff') format('woff'), url('../webfonts/raleway-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../webfonts/raleway-extrabold-webfont.woff2') format('woff2'), url('../webfonts/raleway-extrabold-webfont.woff') format('woff'), url('../webfonts/raleway-extrabold-webfont.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../webfonts/raleway-italic-webfont.woff2') format('woff2'), url('../webfonts/raleway-italic-webfont.woff') format('woff'), url('../webfonts/raleway-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../webfonts/raleway-regular-webfont.woff2') format('woff2'), url('../webfonts/raleway-regular-webfont.woff') format('woff'), url('../webfonts/raleway-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  line-height: 1.4;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.column-left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: width 0.4s ease;
  padding: 20px 0;
  background-color: #5ea432;
  box-sizing: border-box;
  color: white;
  overflow: auto;
}
.column-left .head {
  margin: 0 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.column-left .logo svg {
  width: 120px;
  height: 20px;
}
.column-left .switch-menu {
  transition: transform 0.3s ease;
}
.column-left .switch-menu svg {
  width: 30px;
  height: 30px;
}
.column-left .switch-menu svg path {
  fill: white;
}
.column-left .switch-menu:hover svg path {
  fill: #afde91;
}
.main-content {
  margin-left: 300px;
  transition: margin-left 0.5s ease;
}
.page {
  overflow: hidden;
  box-sizing: border-box;
  min-height: 100vh;
  padding: 40px 50px;
}
.page:nth-child(even) {
  background-color: #f9fdf7;
  background: linear-gradient(to bottom, #e8f5e0 0%, #f9fdf7 20%);
}
.page.page-title {
  text-align: center;
  background-color: #4e5862;
  background-image: none;
  min-height: 0;
}
.page.page-title h2 {
  border: 0;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 3em;
}
.page .inside {
  max-width: 1120px;
}
.main-content.stable-scroll .page {
  min-height: 0;
}
.main-content.stable-scroll .page-home {
  padding: 60% 0 0;
}
.main-content.stable-scroll .page-comptes {
  padding-top: 5em;
  padding-bottom: 9em;
}
body.minified .main-content {
  margin-left: 50px;
}
body.minified .column-left {
  padding: 20px 10px;
  width: 50px;
}
body.minified .column-left .head {
  margin: 0;
}
body.minified .logo,
body.minified .main-menu,
body.minified .menu-years {
  display: none;
}
body.minified .switch-menu {
  transform: rotate(180deg);
}
.tabs .tabs-menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0.25em 0;
}
.tabs .tabs-menu li {
  padding: 0;
  display: inline-block;
  margin: 0 0.5em;
}
.tabs .tabs-menu a {
  text-decoration: none;
  font-weight: bold;
  color: #9aa4af;
}
.tabs .tabs-menu li.active a {
  color: black;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}
.main-menu {
  font-size: 0.875em;
  line-height: 1.2;
}
.main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu ul ul a {
  padding-left: 40px;
}
.main-menu ul ul a.active:before {
  left: 20px;
}
.main-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.main-menu a {
  display: block;
  padding: 4px 20px;
  color: white;
  text-decoration: none;
  position: relative;
}
.main-menu a:hover {
  background-color: #53902c;
}
.main-menu a.active {
  background-color: #487d26;
}
.main-menu a.active:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 5px;
  top: 50%;
}
.menu-years {
  display: block;
  list-style: none;
  padding: 0 20px;
  margin: 0.5em 0;
}
.menu-years li {
  display: inline-block;
  padding: 0;
  margin: 0 0.7em 0 0;
}
.menu-years a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.6;
}
.menu-years a:hover {
  text-decoration: underline;
}
.menu-years a.is-active {
  opacity: 1;
}
h2 {
  color: #5ea432;
  font-weight: 800;
  margin: 0.5em 0 1em;
  text-transform: uppercase;
  font-size: 2em;
}
.animate {
  opacity: 0;
}
.number {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
.table {
  border-collapse: collapse;
}
.table th,
.table td {
  text-align: left;
  padding: 0.4em 0.8em;
  border-bottom: 1px solid #ccc;
}
.table th {
  background-color: #f0f0f0;
}
.two-cols {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.two-cols > * {
  width: 48%;
}
.two-cols .quarter {
  width: 22%;
}
.two-cols .triple {
  width: 74%;
}
.two-columns {
  columns: 2;
  column-gap: 4%;
  orphans: 2;
  widows: 2;
}
.two-columns > :first-child {
  margin-top: 0;
}
.demi {
  max-width: 538px;
}
hr.sep {
  margin: 3em auto;
  width: 25em;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  border: 0;
  position: relative;
}
hr.sep:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  height: 15px;
  background: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
}
div.numbers {
  display: flex;
  flex-flow: row nowrap;
  padding: 5px;
  border: 1px solid #ccc;
  align-items: center;
  margin: 1em 0;
}
div.numbers h3 {
  flex-grow: 1;
  text-align: center;
  color: #5ea432;
}
div.numbers .num-container {
  margin-left: 10px;
  background-color: #f0f0f0;
  position: relative;
}
div.numbers .num-container .title {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  text-align: center;
  font-size: 0.875em;
  color: #777;
}
div.numbers .num-container .num {
  font-weight: 800;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  font-size: 4em;
  padding: 15px 8px 5px;
  text-align: center;
  width: 3em;
}
.numbers-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.numbers-list > * {
  width: 32%;
  text-align: center;
}
.numbers-list.centered {
  justify-content: center;
}
.numbers-list h3 {
  text-align: center;
}
.numbers-list h4 {
  text-align: center;
}
.numbers-list .num-meta {
  display: inline-block;
  position: relative;
  color: #666;
}
.numbers-list .num-meta::before {
  content: '2020';
  display: block;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
.numbers-list .num {
  display: inline-block;
  background-color: #f0f0f0;
  font-weight: 800;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  font-size: 2.5em;
  padding: 0.85em 8px 5px;
  text-align: center;
  width: 3.2em;
  box-sizing: border-box;
  max-width: 100%;
  height: 3.2em;
  border-radius: 300px;
}
.numbers-list .num.num-old {
  font-size: 1.5em;
}
.numbers-list .num.wide {
  width: 5em;
}
.numbers-list .num.wide-2 {
  width: 8em;
}
.numbers-list.numbers-list--2022 {
  margin-bottom: 1.5em;
}
.numbers-list.numbers-list--2022 .nums-old {
  display: inline-block;
  vertical-align: middle;
}
.numbers-list.numbers-list--2022 .num-meta {
  display: block;
}
.numbers-list.numbers-list--2022 .num-meta:first-child {
  margin-bottom: 1em;
}
.numbers-list.numbers-list--2022 .num-meta::before {
  content: attr(data-year);
  top: -1em;
}
.numbers-list.numbers-list--2022 .num.num-old {
  font-size: 1.25em;
}
.numbers-list.numbers-list--2023 {
  margin-bottom: 1.5em;
}
.numbers-list.numbers-list--2023 .nums-old {
  display: inline-block;
  vertical-align: middle;
}
.numbers-list.numbers-list--2023 .num-meta {
  display: block;
}
.numbers-list.numbers-list--2023 .num-meta:first-child {
  margin-bottom: 0;
}
.numbers-list.numbers-list--2023 .num-meta::before {
  content: attr(data-year);
  top: 0;
}
.numbers-list.numbers-list--2023 .num.num-old {
  font-size: 1.25em;
  padding: 1em 0 0.5em;
  background-color: transparent;
  height: auto;
}
.numbers-list.numbers-list--2024 {
  margin-bottom: 1.5em;
}
.numbers-list.numbers-list--2024 .nums-old {
  display: inline-block;
  vertical-align: middle;
  columns: 2;
}
.numbers-list.numbers-list--2024 .num-meta {
  display: block;
}
.numbers-list.numbers-list--2024 .num-meta:first-child {
  margin-bottom: 0;
}
.numbers-list.numbers-list--2024 .num-meta::before {
  content: attr(data-year);
  top: 0;
}
.numbers-list.numbers-list--2024 .num.num-old {
  font-size: 1.25em;
  padding: 1em 0 0.5em;
  background-color: transparent;
  height: auto;
}
.hidden-pie svg,
.pie svg {
  max-width: 100%;
}
.projects {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.projects > div {
  width: 24%;
  margin: 0 1em;
}
.projects .img-container {
  position: relative;
  padding-top: 67.25%;
  background: white;
}
.projects .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  transform: translate(-50%, -50%);
}
.projects a {
  display: block;
  margin: 0.5em 1em;
  text-decoration: none;
  width: 24%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.5s ease;
}
.projects a img {
  display: block;
  max-width: 100%;
}
.projects a .title {
  color: #5ea432;
  font-size: 1.25em;
  display: block;
  font-weight: bold;
  padding: 0.3em 0;
  text-align: center;
}
.projects a .more {
  display: inline-block;
  color: #4e5862;
  padding: 0.3em 1em;
  background-color: #f0f0f0;
  border-radius: 55px;
  margin: 0.5em auto;
}
.projects a:hover {
  cursor: pointer;
  background-color: #daefcc;
}
.projects-2024 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.projects-2024 > div {
  width: auto;
}
.projects-2024 a {
  position: relative;
  margin: 0;
  width: auto;
  border: 0;
  background-color: #666;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 8px;
}
.projects-2024 a .title {
  color: white;
  font-size: 1.15em;
  text-align: left;
  padding: 5px 10px;
}
.projects-2024 a .more {
  display: none;
}
.projects-2024 a:hover {
  background-color: #222;
}
.legend {
  text-align: center;
  color: #777;
  font-weight: normal;
}
p.leg {
  color: #777;
  font-size: 0.875em;
}
.t-center {
  text-align: center;
}
figure {
  margin: 2em 0;
  padding: 1.5em;
  border: 1px solid #d1ecc0;
  background-color: #eff8e9;
  border-radius: 4px;
}
figure blockquote {
  margin: 0 0 1em;
}
figure blockquote:before {
  content: '« ';
  font-size: 1.4em;
  line-height: 1;
  color: #5ea432;
}
figure blockquote:after {
  content: ' »';
  font-size: 1.4em;
  line-height: 1;
  color: #5ea432;
}
.infobulle {
  position: relative;
  border-bottom: 1px dotted #444;
}
.infobulle .desc {
  position: absolute;
  display: block;
  bottom: 80%;
  left: 50%;
  transform: translateX(-25%);
  padding: 8px;
  background-color: white;
  border: 1px solid #999;
  text-align: center;
  min-width: 280px;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 500;
}
.infobulle .desc::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 25%;
  width: 10px;
  height: 10px;
  background-color: white;
  border: 1px solid #999;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translate(-5px, -5px) rotate(45deg);
}
.infobulle:hover .desc {
  bottom: 120%;
  opacity: 1;
}
.label-value {
  display: grid;
  grid-template-columns: 5fr 1fr 5fr 1fr 5fr 1fr;
  gap: 5px;
}
.label-value .item-label,
.label-value .item-value {
  padding: 5px 10px;
  border: 1px solid #999;
}
.label-value .item-value {
  font-variant-numeric: lining-nums;
  background-color: #999;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-left: -5px;
}
img.resp {
  max-width: 100%;
  height: auto;
}
body.popin {
  overflow: hidden;
}
.page.page-popin {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: none;
}
.page.page-popin .inside {
  margin: 0 auto;
  background-color: white;
  box-sizing: border-box;
  height: 90vh;
  position: relative;
}
.page.page-popin .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 1em;
  overflow: auto;
}
.page.page-popin .text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 40%;
  margin-right: 5%;
}
.page.page-popin .text:first-child {
  margin-top: 0;
}
.page.page-popin .close {
  z-index: 2;
  position: absolute;
  top: 1em;
  left: 1em;
  color: #5ea432;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  padding: 0.3em 1em;
  border-radius: 100px;
}
.page.page-home {
  background: url(../images/home.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.page.page-home .text {
  text-align: center;
  padding: 40px;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page.page-home .text h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  font-weight: 800;
  font-size: 2.5em;
}
.page.page-home-2021 {
  background: url(../images/home2021.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-home-2021 .text {
  left: 4em;
  top: 4em;
  transform: none;
}
.page.page-canto .inside {
  background: url(../images/ne.png) no-repeat 90% 100%;
}
.page.page-com {
  background: url(../images/communication.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-com .text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 40%;
}
.page.page-pres h2 {
  margin-top: 0;
}
.page.page-pres img {
  max-width: 100%;
}
.page.page-eadp {
  background: url(../images/eadp2.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-eadp .text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 40%;
}
.page.page-eadp.big .text {
  margin-right: 0;
}
.page.page-reseau {
  background: url(../images/reseau.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-reseau .text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: 40%;
}
.page.page-reseau.big .text {
  margin-right: 0;
}
.page.page-covid img {
  max-width: 100%;
}
.page.page-cfn img {
  max-width: 100%;
}
.page.page-demarches {
  background: url(../images/demarches.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-demarches .text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 40%;
}
.page.page-carefolio {
  background: url(../images/carefolio.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-carefolio .text {
  color: white;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-right: 40%;
}
.page.page-surocc {
  background: url(../images/beds.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-surocc .text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 40%;
}
.page.page-compta-2022 {
  background: url(../images/compta-2022.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-compta-2022 .text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 40%;
}
.page.page-ag h4 {
  font-size: 1.6em;
  color: #5ea432;
}
.page.page-ag h5 {
  font-size: 1em;
}
.page.page-eadpteam {
  background-color: #f0f0f0;
}
.page.page-eadpteam img {
  max-width: 100%;
}
.page.page-conclusion,
.page.page-sci {
  background: #396a1b;
  background: radial-gradient(circle, #396a1b 0%, #386464 100%);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
}
.page.page-conclusion .inside,
.page.page-sci .inside {
  margin: auto;
}
.page.page-conclusion .text,
.page.page-sci .text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 50em;
}
.page.page-projects-2024 {
  background: #396a1b;
  background: radial-gradient(circle, #4c8d24 0%, #528686 100%);
}
.page.page-communication img {
  max-width: 100%;
}
.page.page-communication .two-cols + .two-cols {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #5ea432;
}
.page.page-representation img {
  max-width: 100%;
}
.page.page-representation .two-cols + .two-cols {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #5ea432;
}
.page.page-eadpelems {
  background: url(../images/eadpdoc.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-activity {
  background: url(../images/activity.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-activity .two-cols:not(.eq) > :first-child {
  width: 38%;
}
.page.page-activity .two-cols:not(.eq) > :last-child {
  width: 58%;
}
.page.page-helpers .inside {
  background: url(../images/helpers.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-helpers2 .inside {
  background: url(../images/proches2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-litsc .inside {
  background: url(../images/litsc.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-ciges .inside {
  background: url(../images/ciges.jpg) no-repeat 0% 50%;
  background-size: cover;
}
.page.page-bucco .inside {
  background: url(../images/bucco.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-cnp .inside {
  background: url(../images/cnp.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-rhne .inside {
  background: url(../images/rhne.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-nomad .inside {
  background: url(../images/nomad.jpg?v=2) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-court .inside {
  background: url(../images/court.jpg?v=2) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-taskforce .inside {
  background: url(../images/taskforce.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-eadp2 .inside {
  background: url(../images/eadp.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-sior .inside {
  background: url(../images/sior.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-care .inside {
  background: url(../images/care.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-control .inside {
  background: url(../images/control.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page.page-team {
  background: white;
}
.page.page-team .numbers-list {
  justify-content: space-around;
}
.page.page-team img {
  max-width: 100%;
}
.page.page-team p.img {
  text-align: center;
}
.page.page-team p.img img {
  width: 100%;
  max-width: 800px;
}
.page.page-comptes {
  text-align: center;
  background: url(../images/comptes.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.page.page-comptes .inside {
  max-width: 450px;
  background: white;
  margin: 2em auto;
  padding: 20px;
}
.page.page-comptes .bigfile {
  display: block;
  margin: 2em auto;
  max-width: 350px;
  text-align: left;
}
.page.page-comptes .bigfile a {
  text-decoration: none;
}
.age-bars,
.graph-bars {
  margin: 1em 0 2em;
  position: relative;
}
.age-bars .legend,
.graph-bars .legend {
  position: relative;
  z-index: 6;
  margin-bottom: 0.75em;
}
.age-bars .legend .el,
.graph-bars .legend .el {
  display: inline-block;
  margin: 0 0.6em;
  text-decoration: none;
  color: #aaa;
  background-color: white;
  padding: 3px 5px 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.age-bars .legend .el.active,
.graph-bars .legend .el.active {
  opacity: 1;
  color: black;
  border-color: #666;
}
.age-bars .legend .el:hover,
.graph-bars .legend .el:hover {
  background-color: #e7f1fc;
}
.age-bars .legend .quad,
.graph-bars .legend .quad {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border-radius: 4px;
  background-color: #afde91;
  border: 1px solid #5ea432;
}
.age-bars .legend .quad.b-1,
.graph-bars .legend .quad.b-1 {
  background-color: #abcef6;
  border: 1px solid #388be9;
}
.age-bars .legend .quad.b-2,
.graph-bars .legend .quad.b-2 {
  background-color: #f3c1c3;
  border: 1px solid #dd575d;
}
.age-bars .legend .quad.b-3,
.graph-bars .legend .quad.b-3 {
  background-color: #faf0be;
  border: 1px solid #f1d448;
}
.age-bars .legend .quad.b-4,
.graph-bars .legend .quad.b-4 {
  background-color: #f1befa;
  border: 1px solid #d848f1;
}
.age-bars .bar,
.graph-bars .bar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.age-bars .bar-label,
.graph-bars .bar-label {
  width: 25%;
  padding-right: 0.5em;
  box-sizing: border-box;
}
.age-bars .bar-bar,
.graph-bars .bar-bar {
  width: 65%;
  padding: 5px 0;
}
.age-bars .bar-bar .bar-bar,
.graph-bars .bar-bar .bar-bar {
  width: auto;
}
.age-bars .bar-bar-inside,
.graph-bars .bar-bar-inside {
  height: 20px;
  background-color: #afde91;
  border: 1px solid #5ea432;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  transition: 0.9s width ease;
  z-index: 10;
}
.age-bars .old,
.graph-bars .old {
  width: auto;
}
.age-bars .old .bar-bar-inside,
.graph-bars .old .bar-bar-inside {
  background-color: #abcef6;
  border: 1px solid #388be9;
}
.age-bars .bar-bar.b-1 .bar-bar-inside,
.graph-bars .bar-bar.b-1 .bar-bar-inside {
  background-color: #abcef6;
  border: 1px solid #388be9;
}
.age-bars .bar-bar.b-2 .bar-bar-inside,
.graph-bars .bar-bar.b-2 .bar-bar-inside {
  background-color: #f3c1c3;
  border: 1px solid #dd575d;
}
.age-bars .bar-bar.b-3 .bar-bar-inside,
.graph-bars .bar-bar.b-3 .bar-bar-inside {
  background-color: #faf0be;
  border: 1px solid #f1d448;
}
.age-bars .bar-bar.b-4 .bar-bar-inside,
.graph-bars .bar-bar.b-4 .bar-bar-inside {
  background-color: #f1befa;
  border: 1px solid #d848f1;
}
.age-bars .bar-value,
.graph-bars .bar-value {
  position: absolute;
  left: 100%;
  top: 50%;
  padding-left: 1em;
  transform: translateY(-50%);
  font-size: 0.875em;
}
.age-bars .lines,
.graph-bars .lines {
  position: absolute;
  top: 0;
  left: 25%;
  right: 10%;
  bottom: 0;
  z-index: 5;
}
.age-bars .lines .line,
.graph-bars .lines .line {
  position: absolute;
  top: 0;
  bottom: -25px;
  width: 1px;
  background-color: #bbb;
}
.age-bars .lines .line .val,
.graph-bars .lines .line .val {
  position: absolute;
  bottom: 0;
  left: 5px;
  font-size: 0.875em;
  color: #999;
}
.age-bars.hidden .bar-bar-inside,
.graph-bars.hidden .bar-bar-inside {
  width: 0%!important;
}
.age-bars.big-labels .bar-label,
.graph-bars.big-labels .bar-label {
  width: 35%;
}
.age-bars.big-labels .bar-bar,
.graph-bars.big-labels .bar-bar {
  width: 55%;
}
.age-bars.big-labels .bar-bar .bar-bar,
.graph-bars.big-labels .bar-bar .bar-bar {
  width: auto;
}
.age-bars.big-labels .lines,
.graph-bars.big-labels .lines {
  left: 35%;
}
.age-bars.medium-labels .bar-label,
.graph-bars.medium-labels .bar-label {
  width: 15%;
}
.age-bars.medium-labels .bar-bar,
.graph-bars.medium-labels .bar-bar {
  width: 75%;
}
.age-bars.medium-labels .bar-bar .bar-bar,
.graph-bars.medium-labels .bar-bar .bar-bar {
  width: auto;
}
.age-bars.medium-labels .lines,
.graph-bars.medium-labels .lines {
  left: 15%;
}
.age-bars.small-labels .bar-label,
.graph-bars.small-labels .bar-label {
  width: 5%;
}
.age-bars.small-labels .bar-bar,
.graph-bars.small-labels .bar-bar {
  width: 85%;
}
.age-bars.small-labels .bar-bar .bar-bar,
.graph-bars.small-labels .bar-bar .bar-bar {
  width: auto;
}
.age-bars.small-labels .lines,
.graph-bars.small-labels .lines {
  left: 5%;
}
.age-bars .bar {
  min-height: 2em;
}
.age-bars .bar .bar-bar {
  min-height: 20px;
  position: relative;
}
.age-bars .bar .bar-bar .bar-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.age-bars .legend .el {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: black;
}
.age-bars .legend .el:hover {
  background-color: transparent;
}
.age-bars .legend .el:last-child .quad {
  background-color: #abcef6;
  border: 1px solid #388be9;
}
.bigfile a {
  border: 1px solid #ccc;
  display: flex;
  flex-flow: row nowrap;
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: #222;
  align-items: center;
}
.bigfile a:hover,
.bigfile a:focus {
  outline: 0;
  text-decoration: none;
  background-color: #f0f0f0;
}
.bigfile a:hover .icon,
.bigfile a:focus .icon {
  background-color: #5ea432;
  color: white;
}
.bigfile .infos {
  flex: 1;
  padding: 10px 10px 10px 15px;
}
.bigfile .infos span {
  display: block;
}
.bigfile .meta {
  color: #4e5862;
  font-size: 0.875em;
}
.bigfile .icon {
  color: #4e5862;
  background-color: #f0f0f0;
  padding: 12px 16px;
  font-size: 1.75em;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.bigfile .icon.icon-file-word-o {
  color: #1565c0;
}
.bigfile .icon.icon-file-excel-o {
  color: #006837;
}
.bigfile .icon.icon-file-pdf-o {
  color: #c1272d;
}
