/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
#@14
#@15
#@16
#@17
#@18
#@19
#@20
#@21
#@22
#@23
#@24
#@25
#@26
#@27
#@28
#@29
#@30
#@31
#@32
#@33
#@34
#@35
#@36
#@37
#@38
#@39
#@40
#@41
#@42
#@43
#@44
#@45
#@46
#@47
#@48
#@49
*/
@charset "UTF-8";
/* Fichier scss principal du squelette */
/*
 * Couleurs
 */
.marron {
  color: #c3a575;
}
.verte {
  color: #b3d143;
}
.bleu {
  color: #00afec;
}
.orange {
  color: #fcb731;
}
.grise {
  color: #6d6f71;
}
.gris_clair {
  color: #eee;
}
/*!
* www.KNACSS.com v7.0.1 (december,22 2017) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/*
1- Reboot (basic reset)
2- Libraries  :
  - Base
  - Print
  - Misc (hyphens)
  - Layout (alignment, modules, positionning)
  - Utilities (width and spacers helpers)
  - Responsive helpers
  - WordPress reset (disabled by default)
  - Grillade (Grid System)
3- Components :
  - Media object
  - Autogrid object
  - Skip Links for accessibility
  - Tables
  - Forms
  - Buttons
  - Checkbox
  - Tabs
  - Tags
  - Badges
  - Alerts
*/
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, .se_connecter legend, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
/*
 * Fonts Enercoop
 */
/*
 * Anton : https://fonts.google.com/specimen/Anton
 * latin
 */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/Anton-Regular.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
 * Lato
 * latin
 */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/Lato-Regular.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
 * Lato_Black
 * latin
 */
@font-face {
  font-family: "Lato-Black";
  font-style: normal;
  font-weight: 400;
  src: url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/Lato-Black.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
  /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0;
}
html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * 0.625);
}
body {
  margin: 0;
  font-size: 1.8rem;
  background-color: #fff;
  color: #212529;
  font-family: Lato;
  line-height: 1.5;
}
@media (min-width: 576px) {
  body {
    font-size: 1.8rem;
  }
}
/* Links */
a {
  color: #333;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: #0d0d0d;
  text-decoration: none;
}
/* Headings */
h1, .h1-like {
  font-size: 3.4rem;
  font-family: Lato-Black;
  font-weight: 500;
}
@media (min-width: 576px) {
  h1, .h1-like {
    font-size: 3.8rem;
  }
}
h2, .h2-like {
  font-size: 3rem;
  font-family: Lato-Black;
  font-weight: 500;
}
@media (min-width: 576px) {
  h2, .h2-like {
    font-size: 3.2rem;
  }
}
h3, .se_connecter legend, .h3-like {
  font-size: 2.4rem;
  font-family: Lato-Black;
  font-weight: 500;
}
@media (min-width: 576px) {
  h3, .se_connecter legend, .h3-like {
    font-size: 2.8rem;
  }
}
h4, .h4-like {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h4, .h4-like {
    font-size: 2.4rem;
  }
}
h5, .h5-like {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h5, .h5-like {
    font-size: 2rem;
  }
}
h6, .h6-like {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h6, .h6-like {
    font-size: 1.8rem;
  }
}
/* Vertical rythm */
h1, h2, h3, .se_connecter legend, h4, h5, h6, dd {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p, address, ol, ul, dl, blockquote, pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* Avoid margins on nested elements */
li p, li .p-like, li ul, li ol, ol ol, ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* Max values */
img, table, td, blockquote, code, pre, textarea, input, video, svg {
  max-width: 100%;
}
img {
  height: auto;
}
/* Styling elements */
ul, ol {
  padding-left: 2em;
}
img {
  vertical-align: middle;
}
em, .italic, address, cite, i, var {
  font-style: italic;
}
code, kbd, mark {
  border-radius: 2px;
}
kbd {
  padding: 0 2px;
  border: 1px solid #999;
}
pre {
  tab-size: 2;
}
code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}
pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}
mark {
  padding: 2px 4px;
}
sup, sub {
  vertical-align: 0;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}
blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: 0.4em;
  line-height: 0.9;
  color: #e7e9ed;
}
blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "— ";
}
q {
  font-style: normal;
}
q, .q {
  quotes: "“" "”" "‘" "’";
}
q:lang(fr), .q:lang(fr) {
  quotes: "« " " »" "“" "”";
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}
blockquote, figure {
  margin-left: 0;
  margin-right: 0;
}
code, pre, samp, kbd {
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}
/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  /* no orphans, no widows */
  /* no breaks inside these elements */
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p, .p-like, h1, .h1-like, h2, .h2-like, h3, .se_connecter legend, .h3-like, h4, .h4-like, h5, .h5-like, h6, .h6-like, blockquote, label, ul, ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  p, .p-like, blockquote {
    orphans: 3;
    widows: 3;
  }
  blockquote, ul, ol {
    page-break-inside: avoid;
  }
  h1, .h1-like, h2, .h2-like, h3, .se_connecter legend, .h3-like, caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  a[href^="javascript:"]::after, a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod, .bfc {
  overflow: hidden;
}
/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}
/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
/* simple blocks alignment */
.left {
  margin-right: auto;
}
.right {
  margin-left: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* text and contents alignment */
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
/* floating elements */
:not(html) .fl {
  float: left;
}
img.fl {
  margin-right: 1rem;
}
:not(html) .fr {
  float: right;
}
img.fr {
  margin-left: 1rem;
}
img.fl, img.fr {
  margin-bottom: 0.5rem;
}
/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}
/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container, .flex-container--row, .flex-row, .flex-container--column, .flex-column, .flex-container--row-reverse, .flex-row-reverse, .flex-container--column-reverse, .flex-column-reverse, .d-flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-container--row, .flex-row {
  flex-direction: row;
}
.flex-container--column, .flex-column {
  flex-direction: column;
}
.flex-container--row-reverse, .flex-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.flex-container--column-reverse, .flex-column-reverse {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.flex-item-fluid, .item-fluid {
  flex: 1 1 0%;
}
.flex-item-first, .item-first {
  order: -1;
}
.flex-item-medium, .item-medium {
  order: 0;
}
.flex-item-last, .item-last {
  order: 1;
}
.flex-item-center, .item-center, .mr-auto {
  margin: auto;
}
/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* Typo Helpers  */
/* ------------- */
.u-bold {
  font-weight: 700;
}
.u-italic {
  font-style: italic;
}
.u-normal {
  font-weight: normal;
  font-style: normal;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-smaller {
  font-size: 0.6em;
}
.u-small {
  font-size: 0.8em;
}
.u-big {
  font-size: 1.2em;
}
.u-bigger {
  font-size: 1.5em;
}
.u-biggest {
  font-size: 2em;
}
.u-txt-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden, .js-hidden, [hidden] {
  display: none;
}
/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden, .tabs-content-item[aria-hidden="true"] {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.is-disabled, .js-disabled, [disabled], .is-disabled ~ label, [disabled] ~ label {
  opacity: 0.5;
  cursor: not-allowed !important;
  filter: grayscale(1);
}
ul.is-unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0;
}
.color--inverse {
  color: #fff;
}
/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w100 {
  width: 100%;
}
.w95 {
  width: 95%;
}
.w90 {
  width: 90%;
}
.w85 {
  width: 85%;
}
.w80 {
  width: 80%;
}
.w75 {
  width: 75%;
}
.w70 {
  width: 70%;
}
.w65 {
  width: 65%;
}
.w60 {
  width: 60%;
}
.w55 {
  width: 55%;
}
.w50 {
  width: 50%;
}
.w45 {
  width: 45%;
}
.w40 {
  width: 40%;
}
.w35 {
  width: 35%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w15 {
  width: 15%;
}
.w10 {
  width: 10%;
}
.w5 {
  width: 5%;
}
.w66 {
  width: calc(100% / 3 * 2);
}
.w33 {
  width: calc(100% / 3);
}
.wauto {
  width: auto;
}
.w960p {
  width: 960px;
}
.mw960p {
  max-width: 960px;
}
.w1140p {
  width: 1140px;
}
.mw1140p {
  max-width: 1140px;
}
.w1000p {
  width: 1000px;
}
.w950p {
  width: 950px;
}
.w900p {
  width: 900px;
}
.w850p {
  width: 850px;
}
.w800p {
  width: 800px;
}
.w750p {
  width: 750px;
}
.w700p {
  width: 700px;
}
.w650p {
  width: 650px;
}
.w600p {
  width: 600px;
}
.w550p {
  width: 550px;
}
.w500p {
  width: 500px;
}
.w450p {
  width: 450px;
}
.w400p {
  width: 400px;
}
.w350p {
  width: 350px;
}
.w300p {
  width: 300px;
}
.w250p {
  width: 250px;
}
.w200p {
  width: 200px;
}
.w150p {
  width: 150px;
}
.w100p {
  width: 100px;
}
.w50p {
  width: 50px;
}
/* Spacing Helpers */
/* --------------- */
.man, .ma0 {
  margin: 0;
}
.pan, .pa0 {
  padding: 0;
}
.mas {
  margin: 1rem;
}
.mam {
  margin: 2rem;
}
.mal {
  margin: 4rem;
}
.pas {
  padding: 1rem;
}
.pam {
  padding: 2rem;
}
.pal {
  padding: 4rem;
}
.mtn, .mt0 {
  margin-top: 0;
}
.mts {
  margin-top: 1rem;
}
.mtm {
  margin-top: 2rem;
}
.mtl {
  margin-top: 4rem;
}
.mrn, .mr0 {
  margin-right: 0;
}
.mrs {
  margin-right: 1rem;
}
.mrm {
  margin-right: 2rem;
}
.mrl {
  margin-right: 4rem;
}
.mbn, .mb0 {
  margin-bottom: 0;
}
.mbs {
  margin-bottom: 1rem;
}
.mbm {
  margin-bottom: 2rem;
}
.mbl {
  margin-bottom: 4rem;
}
.mln, .ml0 {
  margin-left: 0;
}
.mls {
  margin-left: 1rem;
}
.mlm {
  margin-left: 2rem;
}
.mll {
  margin-left: 4rem;
}
.mauto {
  margin: auto;
}
.mtauto {
  margin-top: auto;
}
.mrauto {
  margin-right: auto;
}
.mbauto {
  margin-bottom: auto;
}
.mlauto {
  margin-left: auto;
}
.ptn, .pt0 {
  padding-top: 0;
}
.pts {
  padding-top: 1rem;
}
.ptm {
  padding-top: 2rem;
}
.ptl {
  padding-top: 4rem;
}
.prn, .pr0 {
  padding-right: 0;
}
.prs {
  padding-right: 1rem;
}
.prm {
  padding-right: 2rem;
}
.prl {
  padding-right: 4rem;
}
.pbn, .pb0 {
  padding-bottom: 0;
}
.pbs {
  padding-bottom: 1rem;
}
.pbm {
  padding-bottom: 2rem;
}
.pbl {
  padding-bottom: 4rem;
}
.pln, .pl0 {
  padding-left: 0;
}
.pls {
  padding-left: 1rem;
}
.plm {
  padding-left: 2rem;
}
.pll {
  padding-left: 4rem;
}
/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 992px) {
  /* layouts for large screens */
  /* widths for large screens */
  /* margins for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.333333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.666666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100, .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .large-man, .large-ma0 {
    margin: 0 !important;
  }
}
/* medium screens */
/* -------------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* layouts for medium screens */
  /* widths for medium screens */
  /* margins for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100, .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .medium-man, .medium-ma0 {
    margin: 0 !important;
  }
}
/* small screens */
/* ------------- */
@media (min-width: 576px) and (max-width: 767px) {
  /* layouts for small screens */
  /* widths for small screens */
  /* margins for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.333333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.666666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100, .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .small-man, .small-ma0 {
    margin: 0 !important;
  }
  .small-pan, .small-pa0 {
    padding: 0 !important;
  }
}
/* tiny screens */
/* ------------ */
@media (max-width: 575px) {
  /* quick small resolution reset */
  /* layouts for tiny screens */
  /* widths for tiny screens */
  /* margins for tiny screens */
  .mod, .col, fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container, .flex-container--row, .flex-row, .flex-container--column, .flex-column, .flex-container--row-reverse, .flex-row-reverse, .flex-container--column-reverse, .flex-column-reverse {
    flex-direction: column;
  }
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.333333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.666666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100, .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .tiny-man, .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan, .tiny-pa0 {
    padding: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [class*=" grid-"], [class^="grid-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *, [class^="grid-"] > * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 576px) {
  .grid, .grid--reverse {
    display: flex;
  }
  .grid > *, .grid--reverse > * {
    flex: 1 1 0%;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
  .grid.has-gutter > * + *, .grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - 0.01px);
  }
  .grid.has-gutter-l > * + *, .grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *, .grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - 0.01px);
  }
}
@media (min-width: 576px) {
  [class*="grid-2"] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*="grid-2"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-2"].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-2"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-2"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-3"] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*="grid-3"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-3"].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-3"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-3"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-4"] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*="grid-4"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-4"].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-4"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-4"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-5"] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*="grid-5"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-5"].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-5"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-5"].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-5"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-5"].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-6"] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*="grid-6"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-6"].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-6"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-6"].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-6"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-6"].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-7"] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*="grid-7"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-7"].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-7"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-7"].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-7"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-7"].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-8"] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*="grid-8"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-8"].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-8"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-8"].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-8"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-8"].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-9"] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*="grid-9"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-9"].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-9"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-9"].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-9"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-9"].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-10"] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*="grid-10"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-10"].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-10"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-10"].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-10"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-10"].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-11"] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*="grid-11"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-11"].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-11"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-11"].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-11"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-11"].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-12"] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*="grid-12"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-12"].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-12"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-12"].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-12"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-12"].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.push {
  margin-left: auto !important;
}
.pull {
  margin-right: auto !important;
}
.item-first {
  order: -1;
}
.item-last {
  order: 1;
}
[class*="grid-"][class*="--reverse"] {
  flex-direction: row-reverse;
}
@media (min-width: 576px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px);
  }
  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }
  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }
  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px);
  }
  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px);
  }
  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px);
  }
  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px);
  }
  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px);
  }
  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px);
  }
  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*="-small-1"] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*="-small-1"].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  [class*="-small-1"].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  [class*="-small-1"].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  [class*="-small-2"] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*="-small-2"].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*="-small-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*="-small-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  [class*="-small-3"] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*="-small-3"].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*="-small-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*="-small-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  [class*="-small-4"] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*="-small-4"].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*="-small-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*="-small-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Media object                */
/* ----------------------------- */
/* recommanded HTML : <div class="media"><img class="media-figure"><div class="media-content"></div></div> */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 480px) {
  .media {
    display: flex;
    align-items: flex-start;
  }
  .media-content {
    flex: 1 1 0%;
  }
  .media-figure--center {
    align-self: center;
  }
  .media--reverse {
    flex-direction: row-reverse;
  }
}
/* ----------------------------- */
/* ==Autogrid object             */
/* ----------------------------- */
/* recommanded HTML : <div class="autogrid">... some elements ...</div> */
/* see https://codepen.io/raphaelgoetter/pen/zzwxEE */
@media (min-width: 480px) {
  .autogrid, .grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-column: 1fr;
  }
  .autogrid.has-gutter, .grid.has-gutter {
    grid-column-gap: 1rem;
  }
  .autogrid.has-gutter-l, .grid.has-gutter-l {
    grid-column-gap: 2rem;
  }
  .autogrid.has-gutter-xl, .grid.has-gutter-xl {
    grid-column-gap: 4rem;
  }
}
/* ----------------------------- */
/* ==skip links                  */
/* ----------------------------- */
/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}
/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table, .table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}
.table {
  display: table;
  border: 1px solid #acb3c2;
  background: transparent;
}
.table--zebra tbody tr:nth-child(odd) {
  background: #e7e9ed;
}
.table caption {
  caption-side: bottom;
  padding: 1rem;
  color: #333;
  font-style: italic;
  text-align: right;
}
.table td, .table th {
  padding: 0.3rem 0.6rem;
  min-width: 2rem;
  vertical-align: top;
  border: 1px #acb3c2 dotted;
  text-align: left;
  cursor: default;
}
.table thead {
  color: #212529;
  background: transparent;
}
.table--auto {
  table-layout: auto;
}
/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate and https://shoelace.style/ */
/* forms items */
form, fieldset {
  border: none;
}
fieldset {
  padding: 2rem;
}
fieldset legend {
  padding: 0 0.5rem;
  border: 0;
  white-space: normal;
}
label {
  display: inline-block;
  cursor: pointer;
}
[type="color"], [type="date"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  box-shadow: 0 0 0 1px #333 inset;
  color: #212529;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  margin: 0;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  appearance: none;
}
[type="submit"] {
  background-color: #333;
  color: #fff;
  cursor: pointer;
}
input[readonly] {
  background-color: #e7e9ed;
}
select {
  padding-right: 2rem;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
  background-position: right 0.6rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
}
/* hiding IE11 arrow */
select::-ms-expand {
  display: none;
}
textarea {
  min-height: 5em;
  vertical-align: top;
  resize: vertical;
  white-space: normal;
}
/* 'x' appears on right of search input when text is entered. This removes it */
[type="search"]::-webkit-search-decoration, [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-results-button, [type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #777;
}
progress {
  width: 100%;
  vertical-align: middle;
}
/* ----------------------------- */
/* ==Buttons                     */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
.btn, .button, [type="button"], button, .btn--primary, .button--primary, .btn--success, .se_connecter input.submit, .button--success, .btn--info, .button--info, .btn--warning, .button--warning, .btn--danger, .button--danger, .btn--inverse, .button--inverse, .btn--ghost, .button--ghost, .btn--enercoop, .button--enercoop, .btn--souscrire, .button--souscrire, .pages .lien_pagination, .pages strong {
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  user-select: none;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #212529;
  border: none;
  border-radius: 0;
  background-color: #e7e9ed;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}
.btn:focus, .button:focus, [type="button"]:focus, button:focus {
  -webkit-tap-highlight-color: transparent;
}
.btn--primary, .button--primary {
  background-color: #0275D8;
  color: #fff;
  box-shadow: none;
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover, .button--primary:active, .button--primary:focus, .button--primary:hover {
  background-color: #025aa5;
}
.btn--success, .se_connecter input.submit, .button--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.btn--success:active, .se_connecter input.submit:active, .btn--success:focus, .se_connecter input.submit:focus, .btn--success:hover, .se_connecter input.submit:hover, .button--success:active, .button--success:focus, .button--success:hover {
  background-color: #449d44;
}
.btn--info, .button--info {
  background-color: #5BC0DE;
  color: #000;
  box-shadow: none;
}
.btn--info:active, .btn--info:focus, .btn--info:hover, .button--info:active, .button--info:focus, .button--info:hover {
  background-color: #31b0d5;
}
.btn--warning, .button--warning {
  background-color: #F0AD4E;
  color: #000;
  box-shadow: none;
}
.btn--warning:active, .btn--warning:focus, .btn--warning:hover, .button--warning:active, .button--warning:focus, .button--warning:hover {
  background-color: #ec971f;
}
.btn--danger, .button--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.btn--danger:active, .btn--danger:focus, .btn--danger:hover, .button--danger:active, .button--danger:focus, .button--danger:hover {
  background-color: #c9302c;
}
.btn--inverse, .button--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.btn--inverse:active, .btn--inverse:focus, .btn--inverse:hover, .button--inverse:active, .button--inverse:focus, .button--inverse:hover {
  background-color: #1a1a1a;
}
.btn--ghost, .button--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
.btn--ghost:active, .btn--ghost:focus, .btn--ghost:hover, .button--ghost:active, .button--ghost:focus, .button--ghost:hover {
  background-color: rgba(0, 0, 0, 0);
}
.btn--enercoop, .button--enercoop {
  background-color: #b3d143;
  color: #000;
  box-shadow: none;
}
.btn--enercoop:active, .btn--enercoop:focus, .btn--enercoop:hover, .button--enercoop:active, .button--enercoop:focus, .button--enercoop:hover {
  background-color: #98b52c;
}
.btn--souscrire, .button--souscrire {
  background-color: #fcb731;
  color: #000;
  box-shadow: none;
}
.btn--souscrire:active, .btn--souscrire:focus, .btn--souscrire:hover, .button--souscrire:active, .button--souscrire:focus, .button--souscrire:hover {
  background-color: #f6a404;
}
.btn--small, .button--small {
  padding: 0.7rem 1rem;
  font-size: 0.8em;
}
.btn--big, .button--big {
  padding: 1.5rem 2rem;
  font-size: 1.4em;
}
.btn--block, .button--block {
  width: 100% !important;
  display: block;
}
.btn--unstyled, .button--unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn--unstyled:focus, .button--unstyled:focus {
  box-shadow: none;
  outline: none;
}
.nav-button {
  padding: 5px;
  background-color: #b3d143;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-button > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 2.6rem;
  width: 2.6rem;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 5px;
  transition: 0.25s;
  transition-property: transform, background;
  will-change: transform, background;
}
.nav-button > *::before, .nav-button > *::after {
  content: "";
  height: 5px;
  background: #fff;
  transition: 0.25s;
  transition-property: transform, top;
  will-change: transform, top;
}
.nav-button:hover > * {
  background-color: transparent;
}
.nav-button:focus {
  outline: 0;
}
.nav-button.is-active > * {
  background-image: none;
  justify-content: center;
}
.nav-button.is-active > *::before {
  transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}
.nav-button.is-active > *::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}
/* ----------------------------- */
/* ==Checkbox, radio, switch     */
/* ----------------------------- */
/* use .checkbox class on input type=checkbox */
/* recommanded HTML : <input type="checkbox" class="checkbox" id="c1"><label for="c1">click here</label> */
/* use .radio class on input type=radio */
/* recommanded HTML : <input type="radio" class="radio" name="radio" id="r1"><label for="r1">Click here</label> */
/* use .switch class on input type=checkbox */
.checkbox {
  border-radius: 4px;
}
.switch {
  border-radius: 3em;
}
.radio {
  border-radius: 50%;
}
.switch, .checkbox, .radio {
  appearance: none;
  vertical-align: text-bottom;
  outline: 0;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #333;
  background: #fff;
}
.switch ~ label, .checkbox ~ label, .radio ~ label {
  cursor: pointer;
}
.switch::-ms-check, .checkbox::-ms-check, .radio::-ms-check {
  display: none;
}
.switch {
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 60%;
  box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333;
  transition: box-shadow 0.15s;
}
.switch::before, .switch::after {
  font-weight: bold;
  color: #fff;
}
.switch::before {
  content: "✕";
  float: right;
  margin-right: 0.6666666667rem;
}
.switch:checked {
  box-shadow: inset 2rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C;
}
.switch:checked::before {
  content: "✓";
  float: left;
  margin-left: 0.6666666667rem;
}
.checkbox {
  width: 2rem;
  height: 2rem;
  transition: background-color 0.15s;
}
.checkbox:checked {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
}
.radio {
  width: 2rem;
  height: 2rem;
  transition: background-color 0.15s;
}
.radio:checked {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
}
/* ----------------------------- */
/* ==Tabs                        */
/* ----------------------------- */
/* see example on https://knacss.com/styleguide.html#tabs */
/* NOTE : tabs need JavaScript to be activated */
.tabs-menu {
  border-bottom: 2px solid #e7e9ed;
}
.tabs-menu-link {
  display: block;
  margin-bottom: -2px;
  padding: 0.5rem 3rem;
  border-bottom: 4px solid transparent;
  color: #212529;
  background: transparent;
  text-decoration: none;
  border-radius: 0 0 0 0;
  transition: 0.25s;
  transition-property: color, border, background-color;
}
.tabs-menu-link.is-active {
  border-bottom-color: #333;
  color: #333;
  background: transparent;
  outline: 0;
}
.tabs-menu-link:focus {
  border-bottom-color: #333;
  color: #333;
  outline: 0;
}
@media (min-width: 576px) {
  .tabs-menu-link {
    display: inline-block;
  }
}
.tabs-content-item {
  padding-top: 1rem;
}
.tabs-content-item[aria-hidden="true"] {
  visibility: hidden;
}
.tabs-content-item[aria-hidden="false"] {
  visibility: visible;
}
/* ----------------------------- */
/* ==Arrows                      */
/* ----------------------------- */
/* see https://knacss.com/styleguide.html#arrows */
[class*="icon-arrow--"] {
  vertical-align: middle;
}
[class*="icon-arrow--"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  mask-size: cover;
  background-color: #000;
  line-height: 1;
}
.icon-arrow--down::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}
.icon-arrow--up::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}
.icon-arrow--right::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}
.icon-arrow--left::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}
/* ----------------------------- */
/* ==Tags                      */
/* ----------------------------- */
/* use .tag-- classes for variants */
.tag, .tag--primary, .tag--success, .tag--info, .tag--warning, .tag--danger, .tag--inverse, .tag--ghost, .tag--enercoop, .tag--souscrire {
  display: inline-block;
  padding: 3px 0.5rem;
  vertical-align: baseline;
  white-space: nowrap;
  color: #212529;
  border-radius: 0;
  background-color: #e7e9ed;
  line-height: 1;
}
.tag--primary {
  background-color: #0275D8;
  color: #fff;
  box-shadow: none;
}
.tag--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.tag--info {
  background-color: #5BC0DE;
  color: #000;
  box-shadow: none;
}
.tag--warning {
  background-color: #F0AD4E;
  color: #000;
  box-shadow: none;
}
.tag--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.tag--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.tag--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
.tag--enercoop {
  background-color: #b3d143;
  color: #000;
  box-shadow: none;
}
.tag--souscrire {
  background-color: #fcb731;
  color: #000;
  box-shadow: none;
}
.tag--small {
  font-size: 1.4rem;
}
.tag--big {
  font-size: 2.2rem;
}
.tag--block {
  width: 100% !important;
  display: block;
}
.tag.disabled, .disabled.tag--primary, .disabled.tag--success, .disabled.tag--info, .disabled.tag--warning, .disabled.tag--danger, .disabled.tag--inverse, .disabled.tag--ghost, .disabled.tag--enercoop, .disabled.tag--souscrire, .tag--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tag:empty, .tag--primary:empty, .tag--success:empty, .tag--info:empty, .tag--warning:empty, .tag--danger:empty, .tag--inverse:empty, .tag--ghost:empty, .tag--enercoop:empty, .tag--souscrire:empty {
  display: none;
}
/* ----------------------------- */
/* ==Badges                      */
/* ----------------------------- */
/* use .badge-- classes for variants */
.badge, .badge--primary, .badge--success, .badge--info, .badge--warning, .badge--danger, .badge--inverse, .badge--ghost, .badge--enercoop, .badge--souscrire {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 50%;
  color: #212529;
  background-color: #e7e9ed;
  line-height: 1;
}
.badge::before, .badge--primary::before, .badge--success::before, .badge--info::before, .badge--warning::before, .badge--danger::before, .badge--inverse::before, .badge--ghost::before, .badge--enercoop::before, .badge--souscrire::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}
.badge--primary {
  background-color: #0275D8;
  color: #fff;
}
.badge--success {
  background-color: #5CB85C;
  color: #fff;
}
.badge--info {
  background-color: #5BC0DE;
  color: #000;
}
.badge--warning {
  background-color: #F0AD4E;
  color: #000;
}
.badge--danger {
  background-color: #D9534F;
  color: #fff;
}
.badge--inverse {
  background-color: #333;
  color: #fff;
}
.badge--ghost {
  background-color: transparent;
  color: #fff;
}
.badge--enercoop {
  background-color: #b3d143;
  color: #000;
}
.badge--souscrire {
  background-color: #fcb731;
  color: #000;
}
.badge--small {
  font-size: 1.4rem;
}
.badge--big {
  font-size: 2.2rem;
}
.badge.disabled, .disabled.badge--primary, .disabled.badge--success, .disabled.badge--info, .disabled.badge--warning, .disabled.badge--danger, .disabled.badge--inverse, .disabled.badge--ghost, .disabled.badge--enercoop, .disabled.badge--souscrire, .badge--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.badge:empty, .badge--primary:empty, .badge--success:empty, .badge--info:empty, .badge--warning:empty, .badge--danger:empty, .badge--inverse:empty, .badge--ghost:empty, .badge--enercoop:empty, .badge--souscrire:empty {
  display: none;
}
/* ----------------------------- */
/* ==Alerts                      */
/* ----------------------------- */
/* use .alert-- classes for variants */
.alert, .alert--primary, .alert--success, .alert--info, .alert--warning, .alert--danger, .alert--inverse, .alert--ghost, .alert--enercoop, .alert--souscrire, .formulaire_souscrire .fieldset, .formulaire_editer_compte_spip .fieldset, #formulaire_mode_paiement .payer_mode {
  padding: 1rem 1rem;
  margin-top: 0.75em;
  margin-bottom: 0;
  color: #212529;
  border-radius: 0;
  background-color: #e7e9ed;
}
.alert a, .alert--primary a, .alert--success a, .alert--info a, .alert--warning a, .alert--danger a, .alert--inverse a, .alert--ghost a, .alert--enercoop a, .alert--souscrire a, .formulaire_souscrire .fieldset a, .formulaire_editer_compte_spip .fieldset a, #formulaire_mode_paiement .payer_mode a {
  color: inherit;
}
.alert--primary {
  background-color: #0275D8;
  color: #fff;
  box-shadow: none;
}
.alert--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.alert--info {
  background-color: #5BC0DE;
  color: #000;
  box-shadow: none;
}
.alert--warning {
  background-color: #F0AD4E;
  color: #000;
  box-shadow: none;
}
.alert--danger, .formulaire_souscrire .erreur_message, .formulaire_souscrire .reponse_formulaire_erreur, .formulaire_editer_compte_spip .erreur_message, .formulaire_editer_compte_spip .reponse_formulaire_erreur {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.alert--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.alert--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
.alert--enercoop {
  background-color: #b3d143;
  color: #000;
  box-shadow: none;
}
.alert--souscrire {
  background-color: #fcb731;
  color: #000;
  box-shadow: none;
}
.alert--small {
  font-size: 1.4rem;
}
.alert--big {
  font-size: 2.2rem;
}
.alert--block {
  width: 100% !important;
  display: block;
}
.alert.disabled, .disabled.alert--primary, .disabled.alert--success, .disabled.alert--info, .disabled.alert--warning, .disabled.alert--danger, .disabled.alert--inverse, .disabled.alert--ghost, .disabled.alert--enercoop, .disabled.alert--souscrire, .formulaire_souscrire .disabled.fieldset, .formulaire_editer_compte_spip .disabled.fieldset, #formulaire_mode_paiement .disabled.payer_mode, .alert--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.alert:empty, .alert--primary:empty, .alert--success:empty, .alert--info:empty, .alert--warning:empty, .alert--danger:empty, .alert--inverse:empty, .alert--ghost:empty, .alert--enercoop:empty, .alert--souscrire:empty, .formulaire_souscrire .fieldset:empty, .formulaire_editer_compte_spip .fieldset:empty, #formulaire_mode_paiement .payer_mode:empty {
  display: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/fontawesome-webfont.woff2?v=4.7.0') format("woff2"), url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/fontawesome-webfont.woff?v=4.7.0') format("woff"), url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/fontawesome-webfont.ttf?v=4.7.0') format("truetype"), url('http://new.energiescollectives.fr/plugins/sq_enercoop/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before, .fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before, .fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before, .fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before, .fa-sort:before {
  content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-legal:before, .fa-gavel:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before, .fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before, .fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before, .fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-rupee:before, .fa-inr:before {
  content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}
.fa-won:before, .fa-krw:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-send:before, .fa-paper-plane:before {
  content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before, .fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before, .fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before, .fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before, .fa-address-card:before {
  content: "";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@media (max-width: 767px) {
  #spip-admin {
    display: none;
  }
}
/* reboot */
textarea {
  white-space: pre-wrap;
}
/* configuration de base */
body {
  color: #6d6f71;
}
svg {
  fill: #6d6f71;
}
svg.plus {
  stroke: #6d6f71;
  stroke-width: 3;
}
a:hover svg.plus {
  stroke: #939597;
}
/* Layout */
.inner, html[class^="page_bank"] main {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .inner, html[class^="page_bank"] main {
    width: 992px;
  }
}
/* titres */
.top {
  font-family: Anton;
}
/* breadcrumb */
.breadcrumb ul {
  list-style: none;
}
.breadcrumb li {
  display: inline;
}
/* Les classes */
.cursor {
  cursor: pointer;
}
.clearfix {
  clear: both;
}
.vertical_center {
  margin: auto 0;
}
.rouge {
  color: #D9534F;
}
.chapo {
  font-weight: bold;
  font-size: 110%;
}
.url_site {
  padding: 1rem;
  background-color: #eee;
  font-weight: bold;
  font-size: 110%;
  margin-top: 2rem;
}
.saut_special {
  line-height: 3rem;
}
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2018 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			https://layerslider.kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/
/* Slider structure z-index cheat sheet

	_____									YourLogo				z.index: 50;
	_____ _____ _____						Most GUI elements		z-index: 40;
	______________________					.ls-inner wrapper		z-index: 30;
	______________________					.ls-hidden wrapper		z-index: 20;
	___________________________				.ls-shadow				z-index: 10;
	________________________________		slider element			z-index: default;

	-------------------------------------	Document

*/
/* Slider */
.ls-container {
  visibility: hidden;
  position: relative;
  max-width: 100%;
}
.ls-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  z-index: 30;
}
.ls-wp-fullwidth-container {
  width: 100%;
  position: relative;
}
.ls-wp-fullwidth-helper {
  position: absolute;
}
/* Layers */
.ls-layers, .ls-slide-backgrounds, .ls-slide-effects, .ls-background-videos, .ls-bg-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ls-wrapper {
  padding: 0 !important;
  visibility: visible !important;
  border: 0 !important;
  z-index: 1;
}
.ls-background-videos {
  z-index: 1;
}
.ls-bg-video-overlay {
  z-index: 21;
  background-repeat: repeat;
  background-position: center center;
}
.ls-slide-backgrounds {
  z-index: 2;
}
.ls-slide-effects {
  z-index: 4;
}
.ls-layers {
  z-index: 35;
}
.ls-parallax, .ls-in-out, .ls-z {
  position: absolute !important;
}
.ls-parallax, .ls-z {
  width: 0 !important;
  height: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  display: block !important;
  overflow: visible !important;
}
.ls-in-out {
  display: none;
}
.ls-loop, .ls-clip {
  position: absolute !important;
  display: block !important;
}
.ls-parallax, .ls-in-out, .ls-loop, .ls-z {
  background: none !important;
}
.ls-parallax, .ls-bg-wrap, .ls-loop {
  margin: 0 !important;
}
.ls-wrapper > .ls-layer, .ls-wrapper > a > .ls-layer .ls-wrapper > .ls-bg {
  line-height: normal;
  white-space: nowrap;
  word-wrap: normal;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.ls-wrapper > .ls-layer, .ls-wrapper > a > .ls-layer {
  position: static !important;
  display: block !important;
  -o-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.ls-bg-wrap, .ls-bg-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ls-bg-wrap {
  display: none;
}
.ls-bg-outer {
  overflow: hidden !important;
}
.ls-wrapper > a.ls-layer-link {
  cursor: pointer !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
  -o-transform: translateZ(100px);
  -ms-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)  !important;
}
/* GUI */
.ls-gui-element {
  z-index: 40;
}
.ls-loading-container {
  position: absolute !important;
  display: none;
  left: 50% !important;
  top: 50% !important;
}
.ls-loading-indicator {
  margin: 0 auto;
}
/* Navigation */
.ls-bottom-slidebuttons {
  text-align: left;
}
.ls-bottom-nav-wrapper, .ls-below-thumbnails {
  height: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.ls-below-thumbnails {
  display: none;
}
.ls-bottom-nav-wrapper a, .ls-nav-prev, .ls-nav-next {
  outline: none;
}
.ls-bottom-slidebuttons {
  position: relative;
}
.ls-bottom-slidebuttons, .ls-nav-start, .ls-nav-stop, .ls-nav-sides {
  position: relative;
}
.ls-nothumb {
  text-align: center !important;
}
.ls-link, .ls-link:hover {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}
.ls-link {
  display: none;
}
.ls-link-on-top {
  z-index: 999999 !important;
}
.ls-link, .ls-wrapper > a > * {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ls-bottom-nav-wrapper, .ls-thumbnail-wrapper, .ls-nav-prev, .ls-nav-next {
  visibility: hidden;
}
/* Timers */
.ls-bar-timer {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  border-bottom: 2px solid #555;
  opacity: 0.55;
  top: 0;
}
.ls-circle-timer {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.65;
  display: none;
}
.ls-container .ls-circle-timer, .ls-container .ls-circle-timer * {
  box-sizing: border-box !important;
}
.ls-ct-half {
  border: 4px solid white;
}
.ls-ct-left, .ls-ct-right {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ls-ct-left, .ls-ct-right {
  position: absolute;
}
.ls-ct-left {
  left: 0;
}
.ls-ct-right {
  left: 50%;
}
.ls-ct-rotate {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ls-ct-left .ls-ct-rotate, .ls-ct-right .ls-ct-hider, .ls-ct-right .ls-ct-half {
  left: 0;
}
.ls-ct-right .ls-ct-rotate, .ls-ct-left .ls-ct-hider, .ls-ct-left .ls-ct-half {
  right: 0;
}
.ls-ct-hider, .ls-ct-half {
  position: absolute;
  top: 0;
}
.ls-ct-hider {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ls-ct-half {
  width: 200%;
  height: 100%;
}
.ls-ct-center {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 4px solid black;
  opacity: 0.2;
}
.ls-ct-half, .ls-ct-center {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.ls-slidebar-container {
  margin: 10px auto;
}
.ls-slidebar-container, .ls-slidebar {
  position: relative;
}
.ls-progressbar, .ls-slidebar-slider-container {
  position: absolute;
  left: 0;
  top: 0;
}
.ls-progressbar {
  width: 0;
  height: 100%;
  z-index: 1;
}
.ls-slidebar-slider-container {
  z-index: 2;
}
.ls-slidebar-slider {
  position: static !important;
  cursor: pointer;
}
/* slidebar default dark skin */
.ls-slidebar {
  height: 10px;
  background-color: #ddd;
}
.ls-slidebar, .ls-progressbar {
  border-radius: 10px;
}
.ls-progressbar {
  background-color: #bbb;
}
.ls-slidebar-slider-container {
  top: 50%;
}
.ls-slidebar-slider {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #999;
}
/* slidebar default light skin */
.ls-slidebar-light .ls-slidebar {
  height: 8px;
  background-color: white;
  border: 1px solid #ddd;
  border-top: 1px solid #ccc;
}
.ls-slidebar-light .ls-slidebar, .ls-slidebar-light .ls-progressbar {
  border-radius: 10px;
}
.ls-slidebar-light .ls-progressbar {
  background-color: #eee;
}
.ls-slidebar-light .ls-slidebar-slider-container {
  top: 50%;
}
.ls-slidebar-light .ls-slidebar-slider {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #eee;
  border: 1px solid #bbb;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #999;
}
/* Thumbnails */
.ls-tn {
  display: none !important;
}
.ls-thumbnail-hover {
  display: none;
  position: absolute;
  left: 0;
}
.ls-thumbnail-hover-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.ls-thumbnail-hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ls-thumbnail-hover-img {
  position: absolute;
  overflow: hidden;
}
.ls-thumbnail-hover img {
  max-width: none !important;
  position: absolute;
  display: inline-block;
  visibility: visible !important;
  left: 50%;
  top: 0;
}
.ls-thumbnail-hover span {
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.ls-thumbnail {
  position: relative;
  margin: 0 auto;
}
.ls-thumbnail-inner, .ls-thumbnail-slide-container {
  width: 100%;
}
.ls-thumbnail-slide-container {
  overflow: hidden !important;
  position: relative;
}
.ls-thumbnail-slide {
  text-align: center;
  white-space: nowrap;
  float: left;
  position: relative;
}
.ls-thumbnail-slide a {
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
}
.ls-thumbnail-slide img {
  max-width: none !important;
  max-height: 100% !important;
  height: 100%;
  visibility: visible !important;
}
.ls-touchscroll {
  overflow-x: auto !important;
}
/* Shadow */
.ls-shadow {
  display: none;
  position: absolute;
  z-index: 10 !important;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden !important;
  visibility: hidden;
}
.ls-shadow img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
/* Media */
.ls-media-layer {
  overflow: hidden;
}
.ls-vpcontainer, .ls-videopreview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ls-videopreview {
  background-size: cover;
  background-position: center center;
}
.ls-videopreview {
  z-index: 1;
}
.ls-playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  z-index: 2;
}
.ls-autoplay .ls-playvideo {
  display: none !important;
}
/* Mobile features */
.ls-forcehide {
  display: none !important;
}
/* YourLogo */
.ls-yourlogo {
  position: absolute;
  z-index: 50;
}
/* Slide transitions */
/* .ls-lt-container */
.ls-slide-transition-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.ls-slide-transition-wrapper, .ls-slide-transition-wrapper * {
  text-align: left !important;
}
.ls-slide-transition-tile {
  position: relative;
  float: left;
}
.ls-slide-transition-tile img {
  visibility: visible;
  margin: 0 !important;
}
.ls-curtiles {
  overflow: hidden;
}
.ls-curtiles, .ls-nexttiles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ls-curtile, .ls-nexttile {
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ls-nexttile {
  display: none;
}
.ls-3d-container {
  position: relative;
  overflow: visible !important;
  -ms-perspective: none !important;
  -moz-perspective: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
}
.ls-3d-box {
  position: absolute;
}
.ls-3d-box div {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #888;
}
.ls-3d-box .ls-3d-top, .ls-3d-box .ls-3d-bottom {
  background-color: #555;
}
.ls-slide-transition-wrapper, .ls-slide-transition-tile {
  -ms-perspective: 1500px;
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.ls-slide-transition-tile, .ls-3d-box, .ls-curtiles, .ls-nexttiles {
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ls-curtile, .ls-nexttile, .ls-3d-box, .ls-3d-box div {
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Misc. */
.ls-visible {
  overflow: visible !important;
}
.ls-unselectable {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.ls-overflow-hidden {
  overflow: hidden;
}
.ls-overflowx-hidden {
  overflow-x: hidden;
}
.ls-overflow-visible {
  overflow: visible !important;
}
.ls-overflowy-hidden {
  overflow-y: hidden;
}
.ls-hidden {
  width: 0px !important;
  height: 0px !important;
  position: absolute;
  left: -5000px;
  top: -5000px;
  z-index: -1;
  overflow: hidden !important;
  visibility: hidden !important;
  display: block !important;
}
.ls-slide {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  background: none;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ls-slide > .ls-layer, .ls-slide > .ls-l, .ls-slide > .ls-bg, .ls-slide > a > .ls-layer, .ls-slide > a > .ls-l, .ls-slide > a > .ls-bg {
  position: absolute !important;
  white-space: nowrap;
}
.ls-fullscreen {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}
.ls-fullscreen .ls-container {
  background-color: black;
  margin: 0 auto !important;
}
.ls-fullscreen .ls-fullscreen-wrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: black;
  overflow: hidden !important;
  position: relative !important;
}
.ls-fullscreen .ls-fullscreen-wrapper .ls-container, .ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.ls-layer .split-item {
  font-weight: inherit !important;
  font-family: inherit !important;
  font-size: inherit;
  color: inherit;
}
/* Removing all default global styles of WordPress themes */
html .ls-nav-prev, body .ls-nav-prev, #ls-global .ls-nav-prev, html .ls-nav-next, body .ls-nav-next, #ls-global .ls-nav-next, html .ls-container img, body .ls-container img, #ls-global .ls-container img, html .ls-bottom-nav-wrapper a, body .ls-bottom-nav-wrapper a, #ls-global .ls-bottom-nav-wrapper a, html .ls-container .ls-fullscreen, body .ls-container .ls-fullscreen, #ls-global .ls-container .ls-fullscreen, html .ls-thumbnail a, body .ls-thumbnail a, #ls-global .ls-thumbnail a {
  transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  border: 0;
}
html .ls-wrapper > a, body .ls-wrapper > a, #ls-global .ls-wrapper > a, html .ls-wrapper > p, body .ls-wrapper > p, #ls-global .ls-wrapper > p, html .ls-wrapper > h1, body .ls-wrapper > h1, #ls-global .ls-wrapper > h1, html .ls-wrapper > h2, body .ls-wrapper > h2, #ls-global .ls-wrapper > h2, html .ls-wrapper > h3, html .se_connecter .ls-wrapper > legend, .se_connecter html .ls-wrapper > legend, body .ls-wrapper > h3, body .se_connecter .ls-wrapper > legend, .se_connecter body .ls-wrapper > legend, #ls-global .ls-wrapper > h3, #ls-global .se_connecter .ls-wrapper > legend, .se_connecter #ls-global .ls-wrapper > legend, html .ls-wrapper > h4, body .ls-wrapper > h4, #ls-global .ls-wrapper > h4, html .ls-wrapper > h5, body .ls-wrapper > h5, #ls-global .ls-wrapper > h5, html .ls-wrapper > img, body .ls-wrapper > img, #ls-global .ls-wrapper > img, html .ls-wrapper > div, body .ls-wrapper > div, #ls-global .ls-wrapper > div, html .ls-wrapper > span, body .ls-wrapper > span, #ls-global .ls-wrapper > span, html .ls-wrapper .ls-bg, body .ls-wrapper .ls-bg, #ls-global .ls-wrapper .ls-bg, html .ls-wrapper .ls-layer, body .ls-wrapper .ls-layer, #ls-global .ls-wrapper .ls-layer, html .ls-slide .ls-layer, body .ls-slide .ls-layer, #ls-global .ls-slide .ls-layer, html .ls-slide a .ls-layer, body .ls-slide a .ls-layer, #ls-global .ls-slide a .ls-layer {
  transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  margin: 0;
  border-width: 0;
}
html .ls-container img, body .ls-container img, #ls-global .ls-container img {
  background: none !important;
  min-width: 0 !important;
  max-width: none !important;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}
html .ls-wp-container .ls-wrapper > a > *, body .ls-wp-container .ls-wrapper > a > *, #ls-global .ls-wp-container .ls-wrapper > a > * {
  margin: 0;
}
html .ls-wp-container .ls-wrapper > a, body .ls-wp-container .ls-wrapper > a, #ls-global .ls-wp-container .ls-wrapper > a {
  text-decoration: none;
}
.ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, .ls-gui-element *, .ls-gui-element, .ls-container, .ls-slide > *, .ls-slide, .ls-wrapper, .ls-layer {
  box-sizing: content-box !important;
}
html .ls-yourlogo, body .ls-yourlogo, #ls-global .ls-yourlogo {
  margin: 0;
}
html .ls-tn, body .ls-tn, #ls-global .ls-tn {
  display: none;
}
.ls-bottom-nav-wrapper, .ls-bottom-nav-wrapper span, .ls-bottom-nav-wrapper a {
  line-height: 0;
  font-size: 0;
}
html .ls-container video, body .ls-container video, #ls-global .ls-container video {
  max-width: none !important;
}
/* direction: ltr */
html .ls-container, body .ls-container, #ls-global .ls-container, html .ls-container .ls-slide-transition-wrapper, body .ls-container .ls-slide-transition-wrapper, #ls-global .ls-container .ls-slide-transition-wrapper, html .ls-container .ls-slide-transition-wrapper *, body .ls-container .ls-slide-transition-wrapper *, #ls-global .ls-container .ls-slide-transition-wrapper *, html .ls-container .ls-bottom-nav-wrapper, body .ls-container .ls-bottom-nav-wrapper, #ls-global .ls-container .ls-bottom-nav-wrapper, html .ls-container .ls-bottom-nav-wrapper *, body .ls-container .ls-bottom-nav-wrapper *, #ls-global .ls-container .ls-bottom-nav-wrapper *, html .ls-container .ls-bottom-nav-wrapper span *, body .ls-container .ls-bottom-nav-wrapper span *, #ls-global .ls-container .ls-bottom-nav-wrapper span *, html .ls-direction-fix, body .ls-direction-fix, #ls-global .ls-direction-fix {
  direction: ltr !important;
}
/* float: none */
html .ls-container, body .ls-container, #ls-global .ls-container {
  float: none !important;
}
/* Notification */
.ls-notification {
  position: relative;
  margin: 10px auto;
  padding: 10px 10px 15px 88px;
  border-radius: 5px;
  background: #de4528;
  color: white !important;
  font-family: "Open Sans", arial, sans-serif !important;
}
.ls-notification a {
  color: white !important;
  text-decoration: underline !important;
}
.ls-notification-logo {
  position: absolute;
  top: 16px;
  left: 17px;
  width: 56px;
  height: 56px;
  font-size: 49px;
  line-height: 53px;
  border-radius: 56px;
  background-color: white;
  color: #de4528;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.ls-notification strong {
  color: white !important;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal !important;
}
.ls-notification span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-align: justify !important;
}
/* Device Responsiveness */
@media screen and (max-width: 767px) {
  .ls-container .ls-layers > .ls-hide-on-phone, .ls-container .ls-background-videos .ls-hide-on-phone video, .ls-container .ls-background-videos .ls-hide-on-phone audio, .ls-container .ls-background-videos .ls-hide-on-phone iframe {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ls-container .ls-layers > .ls-hide-on-tablet, .ls-container .ls-background-videos .ls-hide-on-tablet video, .ls-container .ls-background-videos .ls-hide-on-tablet audio, .ls-container .ls-background-videos .ls-hide-on-tablet iframe {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .ls-container .ls-layers > .ls-hide-on-desktop, .ls-container .ls-background-videos .ls-hide-on-desktop video, .ls-container .ls-background-videos .ls-hide-on-desktop audio, .ls-container .ls-background-videos .ls-hide-on-desktop iframe {
    display: none !important;
  }
}
.ls-container .ls-background-videos .ls-vpcontainer {
  z-index: 10;
}
.ls-container .ls-background-videos .ls-videopreview {
  background-size: cover !important;
}
.ls-container .ls-background-videos video, .ls-container .ls-background-videos audio, .ls-container .ls-background-videos iframe {
  position: relative;
  z-index: 20;
}
/* Hacks */
@media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
  #ls-test3d {
    position: absolute;
    left: 9px;
    height: 3px;
  }
}
/*
 * HEADER
 */
.sprite_svg {
  display: none;
  width: 0;
  height: 0;
}
/* navbar fixed lors du scroll de la page */
.navbar-fixed-top #mon_menu {
  position: fixed;
}
.navbar-fixed-top .logo_site .spip_logo {
  display: none;
}
.navbar-fixed-top .logo_site .logo_bis {
  display: block;
}
.navbar-fixed-top ul {
  margin-bottom: 0;
}
#slider {
  height: 500px;
}
/* img-background fixe à la place du slider pour rubriques et articles */
.bg_pano {
  height: 320px;
  background-size: cover;
}
.titre_pictos p, nav {
  font-family: Anton;
}
/*
.inner.lg_menu {
	width: $largeur_barre_nav;
}
*/
#mon_menu {
  z-index: 99;
}
.logo_site {
  background-color: #fff;
  padding: 10px;
  width: 100%;
}
.header .points {
  width: 100%;
  height: 70px;
  opacity: 0.5;
}
.logo_bis {
  width: 260px;
}
@media (min-width: 992px) {
  .logo_site {
    width: auto;
  }
  #mon_menu {
    position: absolute;
  }
}
/* spécifique header sans image pour l'outil de souscription */
@media (min-width: 992px) {
  .header_outil #mon_menu {
    position: initial;
  }
}
.page_souscriptions .breadcrumb, .page_souscripteurs .breadcrumb, .page_gestion_autorisations .breadcrumb {
  display: none;
}
/*
 * Page Sommaire
 */
.page_sommaire .breadcrumb {
  display: none;
}
.bloc_pictos {
  /*
	 * vues adaptatives
	 */
  /*
	 * surcharge de knacss _grillade-flex L.23
	 * pour ne pas avoir mono colonne width < $tiny
	 */
  /*
	 * surcharge de knacss _grillade-flex L.132
	 * pour ne pas avoir mono colonne width < $tiny
	 */
}
.bloc_pictos .spip_logo {
  width: 100px;
}
.bloc_pictos h1 {
  margin-top: 2rem;
  margin-bottom: -1rem;
  color: #fcb731;
}
.bloc_pictos .titre_pictos {
  font-size: 2rem;
  font-weight: bold;
  color: #fcb731;
}
.bloc_pictos .les_pictos {
  margin-top: 2rem;
}
.bloc_pictos .un_picto {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}
.bloc_pictos .un_picto img {
  height: 80px;
}
.bloc_pictos .un_picto .nombre_picto {
  font-size: 4rem;
}
.bloc_pictos .un_picto .odometer-inside {
  display: inline;
}
.bloc_pictos .un_picto .unite {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 767px) {
  .bloc_pictos .un_picto .nombre_picto {
    font-size: 3rem;
  }
}
@media (min-width: 480px) {
  .bloc_pictos .un_picto {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .bloc_pictos .spip_logo {
    width: 150px;
  }
  .bloc_pictos h1 {
    font-size: 5rem;
  }
  .bloc_pictos .titre_pictos {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .bloc_pictos h1 {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .bloc_pictos .spip_logo {
    width: 200px;
  }
}
.bloc_pictos [class*=" grid-"], .bloc_pictos [class^="grid-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bloc_pictos [class*=" grid-"] > *, .bloc_pictos [class^="grid-"] > * {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .bloc_pictos [class*="-small-1"] > * {
    width: calc(100% / 1 - 0.01px);
  }
  .bloc_pictos [class*="-small-1"].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  .bloc_pictos [class*="-small-1"].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  .bloc_pictos [class*="-small-1"].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  .bloc_pictos [class*="-small-2"] > * {
    width: calc(100% / 2 - 0.01px);
  }
  .bloc_pictos [class*="-small-2"].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  .bloc_pictos [class*="-small-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  .bloc_pictos [class*="-small-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  .bloc_pictos [class*="-small-3"] > * {
    width: calc(100% / 3 - 0.01px);
  }
  .bloc_pictos [class*="-small-3"].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  .bloc_pictos [class*="-small-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  .bloc_pictos [class*="-small-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  .bloc_pictos [class*="-small-4"] > * {
    width: calc(100% / 4 - 0.01px);
  }
  .bloc_pictos [class*="-small-4"].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  .bloc_pictos [class*="-small-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  .bloc_pictos [class*="-small-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
.lien_centre {
  text-align: center;
  margin-top: 2rem;
  clear: both;
}
.gros_lien h3 a, .gros_lien .se_connecter legend a, .se_connecter .gros_lien legend a {
  background-color: #6d6f71;
  color: #fff;
  padding: 1rem;
  border-radius: 10px;
}
.gros_lien h3 svg.plus, .gros_lien .se_connecter legend svg.plus, .se_connecter .gros_lien legend svg.plus {
  stroke: #fff;
  position: relative;
  top: 8px;
}
.gros_lien h3 a:hover, .gros_lien .se_connecter legend a:hover, .se_connecter .gros_lien legend a:hover {
  background-color: #eeefef;
  color: #6d6f71;
}
.gros_lien h3 a:hover svg.plus, .gros_lien .se_connecter legend a:hover svg.plus, .se_connecter .gros_lien legend a:hover svg.plus {
  stroke: #6d6f71;
  background-color: transparent;
}
@media (max-width: 767px) {
  .gros_lien h3 a, .gros_lien .se_connecter legend a, .se_connecter .gros_lien legend a {
    display: block;
  }
}
.comprendre, .pourquoi {
  position: relative;
}
.comprendre .premiere_ligne, .pourquoi .premiere_ligne {
  text-align: right;
  width: 50%;
  float: left;
  padding: 0 5rem 0 5%;
}
@media (max-width: 767px) {
  .comprendre .premiere_ligne, .pourquoi .premiere_ligne {
    text-align: center;
    width: 100%;
    float: none;
    padding: 0;
  }
}
.comprendre .col_droite, .pourquoi .col_droite {
  width: 50%;
}
@media (max-width: 767px) {
  .comprendre .col_droite, .pourquoi .col_droite {
    width: initial;
  }
}
.comprendre .mlm, .pourquoi .mlm {
  margin-left: 0;
}
.comprendre::before, .pourquoi::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 49%;
  height: 65%;
  margin-top: 10px;
  opacity: 0.4;
  background: url('http://new.energiescollectives.fr/plugins/sq_enercoop/img/points.svg?v1');
}
@media (max-width: 767px) {
  .comprendre::before, .pourquoi::before {
    width: 100%;
    height: 72%;
  }
}
.comprendre {
  position: relative;
  margin-top: 2rem;
}
.pourquoi {
  margin-top: 2rem;
}
.pourquoi #souscrire {
  display: inline;
  background-color: #fcb731;
  padding: 1rem;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.pourquoi #souscrire i.fa-check {
  background-color: #fff;
  border-radius: 50%;
  font-size: 3rem;
  padding: 0.5rem;
}
.pourquoi #souscrire:hover {
  background-color: #fdd17c;
}
.pourquoi .bloc_couleur .lien_plus {
  text-align: right;
}
.actualites {
  min-height: 360px;
  margin-top: 2rem;
  background-color: #fcb731;
  color: white;
}
.actualites svg.fleche_gauche {
  fill: white;
}
.actualites svg.plus {
  stroke: white;
  stroke-width: 3;
}
.notre_demarche {
  color: #6d6f71;
  margin-top: 2rem;
  background-color: #b3d143;
}
.notre_demarche svg.plus {
  stroke: #6d6f71;
  stroke-width: 3;
}
.temoignages {
  color: #6d6f71;
  margin-top: 2rem;
  background-color: #e8ddca;
}
.temoignages svg.plus {
  stroke: #6d6f71;
  stroke-width: 3;
}
.nos_installations {
  color: #6d6f71;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
.nos_installations svg.plus {
  stroke: #6d6f71;
  stroke-width: 3;
}
.nos_installations .col_droite {
  background-color: #fff;
}
.nos_installations ::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background: url('http://new.energiescollectives.fr/plugins/sq_enercoop/img/points.svg?v1');
}
.bloc_couleur {
  padding: 2rem 0 2rem 1rem;
  /*
	 * surcharge de knacss pour avoir toujours direction row
	 * sur la ligne : titre + fleche prev / next
	 */
  /*
	 * surcharge de knacss pour passer en mode colonne plus tot
	 */
}
.bloc_couleur .col_droite {
  justify-content: start;
}
.bloc_couleur .intitule_bloc {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.bloc_couleur .intitule_bloc h3, .bloc_couleur .intitule_bloc .se_connecter legend, .se_connecter .bloc_couleur .intitule_bloc legend {
  text-transform: uppercase;
}
.bloc_couleur .lien_plus {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 2rem;
}
.bloc_couleur .premiere_ligne.flex-container, .bloc_couleur .premiere_ligne.flex-container--row, .bloc_couleur .premiere_ligne.flex-row, .bloc_couleur .premiere_ligne.flex-container--column, .bloc_couleur .premiere_ligne.flex-column, .bloc_couleur .premiere_ligne.flex-container--row-reverse, .bloc_couleur .premiere_ligne.flex-row-reverse, .bloc_couleur .premiere_ligne.flex-container--column-reverse, .bloc_couleur .premiere_ligne.flex-column-reverse {
  flex-direction: row !important;
}
@media (max-width: 767px) {
  .bloc_couleur .flex-container, .bloc_couleur .flex-container--row, .bloc_couleur .flex-row, .bloc_couleur .flex-container--column, .bloc_couleur .flex-column, .bloc_couleur .flex-container--row-reverse, .bloc_couleur .flex-row-reverse, .bloc_couleur .flex-container--column-reverse, .bloc_couleur .flex-column-reverse {
    flex-direction: column;
  }
  .bloc_couleur h2 {
    font-size: 2.5rem;
  }
}
/*
 * Rubriques
 */
.zone_tags {
  display: flex;
  margin: auto 0;
  padding-left: 2rem;
}
.tous_les_mots {
  position: absolute;
  background-color: #fff;
}
.article_condence {
  border-bottom: 1px solid #6d6f71;
}
.article_condence .logo_art_rub {
  width: 300px;
  height: 200px;
}
.article_condence .texte {
  flex-grow: 1;
}
.pagination .prev, .pagination .next {
  font-size: 3rem;
  position: relative;
  top: 0.5rem;
}
.pagination .disabled {
  display: none;
}
.pages span.sep {
  color: #FFFFFF;
}
.pages strong {
  cursor: initial;
  background-color: #6d6f71;
  color: #fff;
}
.pagination_top {
  padding-top: 1rem;
}
@media (min-width: 480px) {
  .pagination_top {
    float: right;
    margin-top: -70px;
  }
}
/*
 * Articles
 */
.les_auteurs {
  padding: 1rem;
}
.les_images {
  /*text-align: center;*/
  margin-top: 3rem;
}
.les_images img {
  margin-top: 0.5rem;
}
.article_condence .lien {
  text-align: right;
  margin-right: 2rem;
}
/* documents joints */
#documents_joints ul.spip {
  list-style: none;
}
/* galcaro */
.galcaro {
  clear: both;
}
.galcaro ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}
.galcaro li.first {
  margin-left: 0;
}
.galcaro li.last {
  margin-right: 0;
}
.galcaro li {
  margin: 0 1.5em 1.5em 0;
}
.galcaro li a {
  display: block;
  border: 0;
  text-decoration: none;
}
.galcaro li a img {
  background: #fff;
  margin: 0;
  padding: 0;
  border: 4px solid #ddd;
}
.galcaro li a:focus img, .galcaro li a:hover img, .galcaro li a:active img {
  border-color: #ccc;
}
.galcaro .pagination a {
  float: none;
  display: inline;
}
/*
 * composition comprendre notre action
 */
.comprendre_notre_action {
  padding: 0 1rem;
}
.comprendre_notre_action .un_article {
  margin-top: 2rem;
  text-align: center;
}
.comprendre_notre_action .un_article h2 {
  min-height: 90px;
  display: flex;
}
.comprendre_notre_action .un_article h2 span {
  margin: auto;
}
.comprendre_notre_action .un_article .spip_logo {
  width: 100px;
  height: 100px;
}
/* page de recherche */
#recherche {
  width: 80%;
}
.page_recherche footer {
  margin-top: 5rem;
}
/* surcharge crayons */
div.crayon-html .formulaire_spip {
  max-width: initial;
}
/* tous les styles de la page des souscriptions */
.formulaire_souscrire .une_part, .formulaire_souscrire .valeur_fixe, .formulaire_editer_compte_spip .une_part, .formulaire_editer_compte_spip .valeur_fixe {
  font-size: 150%;
  font-weight: bold;
}
.formulaire_souscrire .editer, .formulaire_editer_compte_spip .editer {
  margin-top: 1rem;
}
.formulaire_souscrire .editer label.label_inline, .formulaire_editer_compte_spip .editer label.label_inline {
  display: inline;
}
.formulaire_souscrire .fieldset label, .formulaire_editer_compte_spip .fieldset label {
  min-width: 250px;
}
.formulaire_souscrire .fieldset.bloc_parts label, .formulaire_editer_compte_spip .fieldset.bloc_parts label {
  min-width: 150px;
}
.formulaire_souscrire .fieldset_identite div.editer_genre > label, .formulaire_editer_compte_spip .fieldset_identite div.editer_genre > label {
  display: inline-block;
}
.formulaire_souscrire .fieldset_identite div.editer_genre .choix, .formulaire_editer_compte_spip .fieldset_identite div.editer_genre .choix {
  display: inline-block;
}
.formulaire_souscrire .editer_type_souscription label, .formulaire_editer_compte_spip .editer_type_souscription label {
  display: inline;
}
.formulaire_souscrire .en_ligne label, .formulaire_editer_compte_spip .en_ligne label {
  display: inline;
  font-weight: bold;
}
.formulaire_souscrire .editer_ag div, .formulaire_souscrire .editer_doc_ci div, .formulaire_souscrire .editer_doc_jd div, .formulaire_editer_compte_spip .editer_ag div, .formulaire_editer_compte_spip .editer_doc_ci div, .formulaire_editer_compte_spip .editer_doc_jd div {
  display: inline-block;
}
.formulaire_souscrire .editer_ag div label, .formulaire_souscrire .editer_doc_ci div label, .formulaire_souscrire .editer_doc_jd div label, .formulaire_editer_compte_spip .editer_ag div label, .formulaire_editer_compte_spip .editer_doc_ci div label, .formulaire_editer_compte_spip .editer_doc_jd div label {
  font-weight: bold;
}
.formulaire_souscrire .editer_doc_ci > label, .formulaire_souscrire .editer_doc_jd > label, .formulaire_editer_compte_spip .editer_doc_ci > label, .formulaire_editer_compte_spip .editer_doc_jd > label {
  display: block;
}
.formulaire_souscrire .choix_type, .formulaire_editer_compte_spip .choix_type {
  width: 100%;
}
.formulaire_souscrire .valider, .formulaire_editer_compte_spip .valider {
  width: 100%;
  font-weight: bold;
  font-size: 3rem;
  margin-left: -1rem;
}
.formulaire_souscrire .annuler, .formulaire_editer_compte_spip .annuler {
  font-weight: bold;
  font-size: 3rem;
}
.formulaire_souscrire .diogene_selecteur_statut, .formulaire_editer_compte_spip .diogene_selecteur_statut {
  display: none;
}
.formulaire_souscrire .pdf, .formulaire_editer_compte_spip .pdf {
  padding-left: 3rem;
  color: #D9534F;
}
@media (min-width: 576px) {
  .formulaire_souscrire .valider, .formulaire_editer_compte_spip .valider {
    width: 577px;
    margin-left: 1rem;
  }
}
.icone_fa {
  margin: 0.6rem;
}
.fa-li {
  top: 1.2rem;
}
.creer_souscription {
  font-size: 3rem;
}
.legendes {
  border-top: 1px solid #6d6f71;
  margin-top: 2rem;
}
#souscrire {
  padding: 2rem 0 2rem 1rem;
}
#souscrire .titre_souscription {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  #souscrire .liste_souscriptions .txtright {
    text-align: initial;
    margin-top: 1rem;
    min-width: 210px;
  }
}
#souscrire .blanc {
  background-color: #fff;
  padding: 0.1rem 0.1rem 0.1rem 2rem;
}
#souscrire .gris {
  background-color: #e7e9ed;
  padding: 0.1rem 0.1rem 0.1rem 2rem;
}
/*
 * retour du formulaire
 */
#formulaire_mode_paiement p.h4 {
  font-weight: bold;
  font-size: 2rem;
}
.se_connecter .sinscrire {
  padding-left: 3rem;
}
.se_connecter p.explication {
  display: none;
}
.se_connecter p.explication + legend {
  display: none;
}
.se_connecter .editer_password label {
  display: block;
}
.se_connecter .formulaire_login {
  margin-left: 4rem;
}
.se_connecter p.boutons {
  padding-left: 2rem;
}
/* les pages de gestion du compte (squels du plugin compte_spip)  */
.formulaire_editer_compte_spip .editer_groupe {
  background-color: #e7e9ed;
  margin-top: 2rem;
}
.formulaire_editer_compte_spip .editer_groupe fieldset .editer {
  display: flex;
  flex-direction: column;
}
.formulaire_editer_compte_spip .editer_groupe fieldset legend {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid #a6a6a6;
}
#mon_menu {
  width: 100%;
}
@media (min-width: 992px) {
  #mon_menu {
    width: 992px;
  }
}
#barnav li {
  list-style-type: none;
}
#barnav a, #barnav a:focus, #barnav a:hover, #barnav a:active {
  text-decoration: none;
  display: block;
}
@media (max-width: 991px) {
  .logo_site .spip_logo {
    display: none;
  }
  .logo_site .logo_bis {
    display: block;
  }
  button.burgermenu {
    position: absolute;
    top: 7px;
    right: 10px;
  }
  .is-opened .js-sous-menu {
    display: block;
  }
  #barnav li.menu-entree a {
    padding-bottom: 10px;
  }
  nav > ul {
    position: absolute;
    right: -74px;
    top: 64px;
  }
  ul.js-sous-menu {
    display: none;
    padding: 10px;
    background-color: #b3d143;
    z-index: 5000;
    right: 0;
  }
  li.menu-entree {
    width: 90%;
    margin: 0 auto 1rem auto;
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  li.menu-entree.souscrire {
    width: 200px;
    margin: 0 auto;
    background-color: #fcb731;
    border-bottom: unset;
  }
  li.menu-entree > ul.menu-liste {
    background-color: #fff;
  }
  li.menu-entree > ul.menu-liste li {
    text-align: center;
    border-bottom: 1px solid #b3d143;
    width: 90%;
    margin: 0 auto 1rem auto;
  }
  li.menu-entree > ul.menu-liste a {
    color: #b3d143;
  }
  li.menu-entree > ul.menu-liste li.on a {
    color: #647b22;
  }
  li.menu-entree a {
    color: #fff;
    font-size: 2rem;
  }
  li.menu-entree i {
    display: none;
  }
  div.menu_burger {
    position: absolute;
    right: 0;
    top: 48px;
    width: 320px;
    background-color: #b3d143;
    z-index: 100;
  }
}
@media (min-width: 992px) {
  .logo_site .spip_logo {
    display: block;
  }
  .logo_site .logo_bis {
    display: none;
  }
  button.burgermenu {
    display: none;
  }
  #barnav {
    margin: auto;
    flex-grow: 1;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  ul.js-sous-menu {
    display: flex;
    justify-content: space-around;
    padding: 15px 10px;
    background-color: #fcb731;
  }
  ul.js-sous-menu.premier {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    background-color: #b3d143;
  }
  ul.js-sous-menu > li.menu-entree {
    position: relative;
  }
  ul.js-sous-menu > li.menu-entree > ul.menu-liste:before {
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 43%;
  }
  ul.js-sous-menu > li.menu-entree > ul.menu-liste {
    padding: 10px 0 10px 0px;
    position: absolute;
    flex-direction: column;
    top: 44px;
    right: -50%;
    width: 200px;
    z-index: 599;
    background-color: #fff;
    border-radius: 6px;
  }
  ul.js-sous-menu > li.menu-entree > ul.menu-liste li {
    text-align: center;
    border-bottom: 1px solid #b3d143;
    width: 90%;
    margin: 0 auto 1rem auto;
  }
  ul.js-sous-menu > li.menu-entree > ul.menu-liste a {
    color: #b3d143;
  }
  ul.js-sous-menu > li.menu-entree > ul.menu-liste li.on a {
    color: #647b22;
  }
  ul.js-sous-menu a {
    font-size: 1.8rem;
  }
  ul.js-sous-menu i {
    padding: 10px;
  }
}
footer {
  background-color: #6d6f71;
  color: #FFFFFF;
  padding: 2rem 0 0;
  margin-top: 2rem;
}
footer .flex-container, footer .flex-container--row, footer .flex-row, footer .flex-container--column, footer .flex-column, footer .flex-container--row-reverse, footer .flex-row-reverse, footer .flex-container--column-reverse, footer .flex-column-reverse {
  justify-content: space-between;
}
footer svg.mail {
  background-color: #FFFFFF;
  fill: #FFFFFF;
  padding: 2px;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
footer a {
  color: #FFFFFF;
}
footer .footer .generator {
  margin-top: 1rem;
  max-width: 300px;
}
footer .footer .generator img {
  vertical-align: bottom;
}
footer #footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
}
footer #footer .container {
  position: relative;
}
footer #footer .nav, footer #footer .nav * {
  display: inline-block !important;
  margin-top: 0.5rem;
  padding-left: 0;
}
footer #footer .nav li::before {
  content: "•";
}
footer #footer .nav li:first-of-type::before {
  content: " ";
}
footer #footer .nav li a {
  padding-left: 1rem;
}
footer #footer .nav li {
  margin: 1rem 0 1rem 1rem;
}
@media (max-width: 767px) {
  footer #footer .generator {
    position: initial;
  }
  footer #footer .colophon {
    padding-right: 20px;
  }
  footer #footer ul.nav {
    margin-bottom: 0;
  }
}
footer .footer_bas {
  background: url('http://new.energiescollectives.fr/plugins/sq_enercoop/img/ligne_footer.png?v1') repeat-x top;
  background-size: auto 12px;
}
footer #logos_partenaires {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer #logos_partenaires a {
  margin: 1rem 0.5rem;
}
footer #logos_partenaires a .logo_off {
  display: none;
}
footer .fa-facebook-official {
  background-color: #fcb731;
  padding: 0;
  font-size: 38px;
  line-height: 33px;
}
footer .h3-like {
  margin-top: 1rem;
}
footer .h3-like a {
  margin: 0 2rem;
}
/*
  Habillage des formulaires SPIP: récupération pour le form de contact
*/
.formulaire_contact, .formulaire_gamucontact {
  clear: both;
  margin-bottom: 1.5em;
  padding: 0.75em;
  text-align: left;
  /* Fieldset */
  /* Explications */
  /* Lignes */
  /* Labels */
  /* Boutons */
  /* Champs obligatoires */
  /* Reponses */
  /* Previsualisation du message */
  /* Reponse du formulaire */
  /* Erreurs */
}
.formulaire_contact input, .formulaire_contact textarea, .formulaire_contact select, .formulaire_gamucontact input, .formulaire_gamucontact textarea, .formulaire_gamucontact select {
  box-sizing: border-box;
}
.formulaire_contact fieldset, .formulaire_gamucontact fieldset {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
}
.formulaire_contact fieldset legend, .formulaire_gamucontact fieldset legend {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #FCFCFC;
  color: #333;
}
.formulaire_contact fieldset fieldset, .formulaire_gamucontact fieldset fieldset {
  margin-top: 1.5em;
}
.formulaire_contact fieldset fieldset legend, .formulaire_gamucontact fieldset fieldset legend {
  font-size: 1em;
  font-weight: normal;
}
.formulaire_contact .explication, .formulaire_gamucontact .explication {
  color: #444;
  margin-bottom: 0;
  padding: 0.75em 0;
}
.formulaire_contact .editer, .formulaire_gamucontact .editer {
  clear: both;
  margin: 0 -0.75em;
  padding: 0.75em;
}
.formulaire_contact .editer > label, .formulaire_gamucontact .editer > label {
  display: block;
  text-align: left;
  color: #444;
  font-weight: bold;
}
.formulaire_contact .choix label, .formulaire_gamucontact .choix label {
  display: inline;
  font-weight: normal;
}
.formulaire_contact .choix input.radio, .formulaire_contact input.text, .formulaire_gamucontact .choix input.radio, .formulaire_gamucontact input.text {
  /* Champs de saisie */
  width: 100%;
}
.formulaire_contact textarea, .formulaire_gamucontact textarea {
  width: 100%;
}
.formulaire_contact select, .formulaire_gamucontact select {
  width: 100%;
}
.formulaire_contact .boutons, .formulaire_gamucontact .boutons {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 1.5em;
}
.formulaire_contact .boutons input, .formulaire_gamucontact .boutons input {
  margin-left: 1em;
}
@media print {
  .formulaire_contact, .formulaire_gamucontact {
    display: none;
  }
}
.formulaire_contact .obligatoire label, .formulaire_gamucontact .obligatoire label {
  font-weight: strong;
}
.formulaire_contact .reponse_formulaire, .formulaire_gamucontact .reponse_formulaire {
  margin-bottom: 1.5em;
  padding: 0.75em;
  border: 2px solid #ddd;
}
.formulaire_contact .reponse_formulaire_ok, .formulaire_gamucontact .reponse_formulaire_ok {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.formulaire_contact .reponse_formulaire_erreur, .formulaire_gamucontact .reponse_formulaire_erreur {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.formulaire_contact .reponse_formulaire_ok a, .formulaire_gamucontact .reponse_formulaire_ok a {
  color: #264409;
}
.formulaire_contact .reponse_formulaire_erreur a, .formulaire_gamucontact .reponse_formulaire_erreur a {
  color: #8a1f11;
}
.formulaire_contact fieldset.previsu, .formulaire_gamucontact fieldset.previsu {
  margin-bottom: 1.5em;
  padding: 0.75em;
  border: 2px dashed #F57900;
}
.formulaire_contact fieldset.previsu legend, .formulaire_gamucontact fieldset.previsu legend {
  color: #F57900;
}
.formulaire_contact fieldset.previsu legend, .formulaire_gamucontact fieldset.previsu legend {
  padding-left: 0.5em;
  font-weight: bold;
  color: #F57900;
}
.formulaire_contact fieldset.previsu .reponse_formulaire, .formulaire_gamucontact fieldset.previsu .reponse_formulaire {
  font-weight: bold;
  color: #e86519;
}
.formulaire_contact fieldset.reponse_formulaire, .formulaire_gamucontact fieldset.reponse_formulaire {
  border-color: #e86519;
  font-weight: normal;
}
.formulaire_contact .editer.erreur, .formulaire_gamucontact .editer.erreur {
  background-color: #fbe3e4;
}
.formulaire_contact .editer .erreur_message, .formulaire_gamucontact .editer .erreur_message {
  display: block;
  color: #C30;
  font-weight: bold;
}
/* le formulaire de recherche */
.form_recherche {
  margin: 1rem 0 3rem;
  background-color: #eee;
  padding: 1rem;
}
.form_recherche .formulaire_recherche {
  padding: 0;
  background: none;
  border: 0;
}
.form_recherche .formulaire_recherche * {
  display: inline;
  vertical-align: middle;
}
.form_recherche .formulaire_recherche label {
  display: block;
}
.form_recherche .formulaire_recherche input.text {
  width: 10em;
  padding-left: 25px;
  background: #FFF url('http://new.energiescollectives.fr/plugins/sq_enercoop/css/img/rechercher.gif') no-repeat left center;
}
/* stock si besoin... */
.nexiste_pas {
  /* Selection des langues */
  /* Formulaires de recherche (site / petitions) */
  /* Choix des mots-clefs */
  /* Formulaire de login dans une page */
  /*.formulaire_login input.text,.formulaire_login input.password {width:15em;}*/
}
.nexiste_pas .formulaire_menu_lang {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}
.nexiste_pas .formulaire_menu_lang select {
  width: 15em;
}
.nexiste_pas .page_login .content .formulaire_menu_lang {
  margin-bottom: 1.5em;
}
.nexiste_pas .choix_mots li {
  float: left;
  width: 30%;
  padding: 1%;
}
.nexiste_pas .formulaire_login .editer {
  clear: left;
}
.nexiste_pas .formulaire_login .editer_password .details {
  margin-bottom: 0;
}
.nexiste_pas .formulaire_login #spip_logo_auteur {
  float: right;
}
