/*
#@plugins/bclds/v2.7.5/css/bclds-theme.less
*/
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
.mw-xs-12 {
  max-width: 100% !important;
}
.mw-xs-11 {
  max-width: 91.66666667% !important;
}
.mw-xs-10 {
  max-width: 83.33333333% !important;
}
.mw-xs-9 {
  max-width: 75% !important;
}
.mw-xs-8 {
  max-width: 66.66666667% !important;
}
.mw-xs-7 {
  max-width: 58.33333333% !important;
}
.mw-xs-6 {
  max-width: 50% !important;
}
.mw-xs-5 {
  max-width: 41.66666667% !important;
}
.mw-xs-4 {
  max-width: 33.33333333% !important;
}
.mw-xs-3 {
  max-width: 25% !important;
}
.mw-xs-2 {
  max-width: 16.66666667% !important;
}
.mw-xs-1 {
  max-width: 8.33333333% !important;
}
@media (min-width: 768px) {
  .mw-sm-12 {
    max-width: 100% !important;
  }
  .mw-sm-11 {
    max-width: 91.66666667% !important;
  }
  .mw-sm-10 {
    max-width: 83.33333333% !important;
  }
  .mw-sm-9 {
    max-width: 75% !important;
  }
  .mw-sm-8 {
    max-width: 66.66666667% !important;
  }
  .mw-sm-7 {
    max-width: 58.33333333% !important;
  }
  .mw-sm-6 {
    max-width: 50% !important;
  }
  .mw-sm-5 {
    max-width: 41.66666667% !important;
  }
  .mw-sm-4 {
    max-width: 33.33333333% !important;
  }
  .mw-sm-3 {
    max-width: 25% !important;
  }
  .mw-sm-2 {
    max-width: 16.66666667% !important;
  }
  .mw-sm-1 {
    max-width: 8.33333333% !important;
  }
}
@media (min-width: 992px) {
  .mw-md-12 {
    max-width: 100% !important;
  }
  .mw-md-11 {
    max-width: 91.66666667% !important;
  }
  .mw-md-10 {
    max-width: 83.33333333% !important;
  }
  .mw-md-9 {
    max-width: 75% !important;
  }
  .mw-md-8 {
    max-width: 66.66666667% !important;
  }
  .mw-md-7 {
    max-width: 58.33333333% !important;
  }
  .mw-md-6 {
    max-width: 50% !important;
  }
  .mw-md-5 {
    max-width: 41.66666667% !important;
  }
  .mw-md-4 {
    max-width: 33.33333333% !important;
  }
  .mw-md-3 {
    max-width: 25% !important;
  }
  .mw-md-2 {
    max-width: 16.66666667% !important;
  }
  .mw-md-1 {
    max-width: 8.33333333% !important;
  }
}
@media (min-width: 1200px) {
  .mw-lg-12 {
    max-width: 100% !important;
  }
  .mw-lg-11 {
    max-width: 91.66666667% !important;
  }
  .mw-lg-10 {
    max-width: 83.33333333% !important;
  }
  .mw-lg-9 {
    max-width: 75% !important;
  }
  .mw-lg-8 {
    max-width: 66.66666667% !important;
  }
  .mw-lg-7 {
    max-width: 58.33333333% !important;
  }
  .mw-lg-6 {
    max-width: 50% !important;
  }
  .mw-lg-5 {
    max-width: 41.66666667% !important;
  }
  .mw-lg-4 {
    max-width: 33.33333333% !important;
  }
  .mw-lg-3 {
    max-width: 25% !important;
  }
  .mw-lg-2 {
    max-width: 16.66666667% !important;
  }
  .mw-lg-1 {
    max-width: 8.33333333% !important;
  }
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a {
  margin: 16px !important;
}
.m-t {
  margin-top: 16px !important;
}
.m-r {
  margin-right: 16px !important;
}
.m-b {
  margin-bottom: 16px !important;
}
.m-l {
  margin-left: 16px !important;
}
.m-x {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.m-y {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-sm {
  margin: 8px !important;
}
.m-t-sm {
  margin-top: 8px !important;
}
.m-r-sm {
  margin-right: 8px !important;
}
.m-b-sm {
  margin-bottom: 8px !important;
}
.m-l-sm {
  margin-left: 8px !important;
}
.m-x-sm {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.m-y-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.m-a-md {
  margin: 24px !important;
}
.m-t-md {
  margin-top: 24px !important;
}
.m-r-md {
  margin-right: 24px !important;
}
.m-b-md {
  margin-bottom: 24px !important;
}
.m-l-md {
  margin-left: 24px !important;
}
.m-x-md {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.m-y-md {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.m-a-lg {
  margin: 48px !important;
}
.m-t-lg {
  margin-top: 48px !important;
}
.m-r-lg {
  margin-right: 48px !important;
}
.m-b-lg {
  margin-bottom: 48px !important;
}
.m-l-lg {
  margin-left: 48px !important;
}
.m-x-lg {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.m-y-lg {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a {
  padding: 16px !important;
}
.p-t {
  padding-top: 16px !important;
}
.p-r {
  padding-right: 16px !important;
}
.p-b {
  padding-bottom: 16px !important;
}
.p-l {
  padding-left: 16px !important;
}
.p-x {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.p-y {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.p-a-sm {
  padding: 8px !important;
}
.p-t-sm {
  padding-top: 8px !important;
}
.p-r-sm {
  padding-right: 8px !important;
}
.p-b-sm {
  padding-bottom: 8px !important;
}
.p-l-sm {
  padding-left: 8px !important;
}
.p-x-sm {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.p-y-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.p-a-md {
  padding: 24px !important;
}
.p-t-md {
  padding-top: 24px !important;
}
.p-r-md {
  padding-right: 24px !important;
}
.p-b-md {
  padding-bottom: 24px !important;
}
.p-l-md {
  padding-left: 24px !important;
}
.p-x-md {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.p-y-md {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.p-a-lg {
  padding: 48px !important;
}
.p-t-lg {
  padding-top: 48px !important;
}
.p-r-lg {
  padding-right: 48px !important;
}
.p-b-lg {
  padding-bottom: 48px !important;
}
.p-l-lg {
  padding-left: 48px !important;
}
.p-x-lg {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.p-y-lg {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  height: 100%;
}
body {
  position: relative;
  padding-top: 50px;
  /* Account for fixed navbar */
}
body.page_accueil {
  height: 100%;
}
@media (min-width: 768px) {
  body.page_accueil {
    padding: 0;
  }
}
body.page_full_map {
  height: 100%;
}
section:focus,
div:focus,
article:focus {
  outline: none;
}
.main-container {
  padding-top: 24px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .main-container {
    padding-top: 30px;
  }
}
.main-container .ps {
  margin-bottom: 48px;
}
.articles {
  position: relative;
  margin-bottom: 48px;
  text-align: center;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .articles .col-sm-12 .card-resume {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .articles .col-sm-12 .card-resume .card-img-top,
  .articles .col-sm-12 .card-resume .card-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -moz-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: inline-block;
  }
  .articles .col-sm-12 .card-resume .card-img-top {
    height: auto;
    max-height: none;
    min-height: 190px;
    padding-top: 0;
  }
  .articles .col-sm-12 .card-resume .card-img-top {
    border-radius: 3px 0 0 3px;
  }
}
.sociaux a {
  text-decoration: none;
}
.sociaux .socicon {
  padding: .5em;
}
.ps-footer {
  text-align: center;
  margin-top: 12px;
}
.ps-footer .refbcld {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  color: #777777 !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 2px !important;
}
#photos,
#documents {
  margin-top: 48px;
  margin-bottom: 48px;
}
.modal-content {
  border-radius: 0;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
/* Faded out hr */
hr.soften,
hr.spip {
  clear: both;
  height: 1px;
  background: none;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5dc 50%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5dc 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5dc 50%, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  background-repeat: no-repeat;
  border: 0;
}
.glyphicon.pull-left {
  display: block;
  margin-right: 5px;
}
address,
.adresse {
  overflow: hidden;
}
.chapo > p {
  line-height: 1.5;
}
.chapo > p + p,
.chapo > p + .card,
.chapo > p + .alert {
  margin-top: 24px;
}
.chapo > ul,
.chapo > ol {
  max-width: 750px !important;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
}
.chapo h2:first-child,
.chapo h3:first-child {
  margin-top: 0;
}
.chapo > .card + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .chapo .btn {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .chapo .btn + .btn {
    margin-top: 5px;
  }
}
.chapo .carte_gis {
  margin-bottom: 24px;
}
h2.spip,
h3.spip {
  margin-top: 48px;
  margin-bottom: 24px;
}
ul.spip > li,
ol.spip > li {
  margin-bottom: 0.5em;
}
ul.spip ul > li,
ul.spip ol > li,
ol.spip ul > li,
ol.spip ol > li {
  margin-bottom: 0;
}
table.spip {
  text-align: left;
}
.texte > p,
.lead > p {
  line-height: 1.5;
}
.texte > p + p,
.lead > p + p,
.texte > p + .card,
.lead > p + .card,
.texte > p + .alert,
.lead > p + .alert {
  margin-top: 24px;
}
.texte > ul,
.lead > ul,
.texte > ol,
.lead > ol {
  max-width: 750px !important;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
}
.texte h2:first-child,
.lead h2:first-child,
.texte h3:first-child,
.lead h3:first-child {
  margin-top: 0;
}
.texte > .card + p,
.lead > .card + p {
  margin-top: 24px;
}
.texte > p,
.texte > .lead,
.texte > ul,
.texte > ol,
.texte > blockquote,
.texte > h2,
.texte > h3 {
  max-width: 992px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.texte .lead h3.spip {
  font-size: 34px;
}
.page_article .texte,
.page_article .hyperlien {
  margin-bottom: 24px;
}
.serif {
  font-family: Georgia, "Times New Roman", Times, serif !important;
}
.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.brand-font {
  font-family: "RocknRoll One", sans-serif !important;
}
.text-col-2 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .text-col-2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
.text-col-3 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .text-col-3 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .text-col-3 {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}
.text-col-4 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .text-col-4 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .text-col-4 {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }
}
.text-smallcaps {
  font-variant: small-caps !important;
}
.text-small {
  font-size: 85% !important;
}
.text-secondary {
  color: #2ab22a;
}
.text-gray,
.texte-gris {
  color: #555555;
}
.bg-primary {
  color: #ffffff;
}
.bg-well {
  color: #555555;
  background-color: #f5f5dc;
}
.bg-well h2 {
  color: #2ab22a;
}
.display-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.flex-column,
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 12px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #555555;
}
.card-block,
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 20px;
}
.card-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.card-subtitle {
  margin-top: -6px;
  margin-bottom: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.card-text:last-child,
.card-text p:last-child,
.card-text .spip_picto:last-child,
.card-body > p:last-child,
.card-body > .card-title:last-child,
.card-body > .alert:last-child {
  margin-bottom: 0;
}
.card-text hr {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 20px;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 3px 3px 0 0;
  border-top: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 0;
}
.card > .card-block:last-child,
.card > .card-body:last-child {
  border-radius: 0 0 3px 3px;
}
.card-header {
  padding: 12px 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
}
.card-header:before,
.card-header:after {
  display: table;
  content: " ";
}
.card-header:after {
  clear: both;
}
.card-header:first-child {
  border-radius: 3px 3px 0 0;
}
.card-footer {
  padding: 12px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6;
}
.card-footer:before,
.card-footer:after {
  display: table;
  content: " ";
}
.card-footer:after {
  clear: both;
}
.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}
.card-header-tabs {
  margin-right: -10px;
  margin-bottom: -12px;
  margin-left: -10px;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -10px;
  margin-left: -10px;
}
.card-primary {
  background-color: #228b22;
  border-color: #228b22;
  color: rgba(255, 255, 255, 0.85);
}
.card-primary .card-title,
.card-primary .h5,
.card-primary a:not(.btn) {
  color: #ffffff !important;
}
.card-secondary {
  background-color: #2ab22a;
  border-color: #2ab22a;
  color: rgba(255, 255, 255, 0.85);
}
.card-secondary .card-title,
.card-secondary .h5,
.card-secondary a:not(.btn) {
  color: #ffffff !important;
}
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: rgba(255, 255, 255, 0.85);
}
.card-success .card-title,
.card-success .h5,
.card-success a:not(.btn) {
  color: #ffffff !important;
}
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: rgba(255, 255, 255, 0.85);
}
.card-info .card-title,
.card-info .h5,
.card-info a:not(.btn) {
  color: #ffffff !important;
}
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: rgba(255, 255, 255, 0.85);
}
.card-warning .card-title,
.card-warning .h5,
.card-warning a:not(.btn) {
  color: #ffffff !important;
}
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
  color: rgba(255, 255, 255, 0.85);
}
.card-danger .card-title,
.card-danger .h5,
.card-danger a:not(.btn) {
  color: #ffffff !important;
}
.card-no-bg {
  background-color: transparent !important;
}
.card-no-border {
  border: 0 !important;
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-bodyquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-bodyquote > footer {
  color: rgba(255, 255, 255, 0.85);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #ffffff;
}
.card-blockquote,
.card-bodyquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img {
  border-radius: 4px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img-top,
.card-img-top img {
  border-radius: 3px 3px 0 0;
}
.card-img-bottom,
.card-img-bottom img {
  border-radius: 0 0 3px 3px;
}
.card-deck > .spip_icone,
.card-deck > .spip_picto {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.card-deck > .spip_icone.spip_picto_avec_legende,
.card-deck > .spip_picto.spip_picto_avec_legende {
  display: block;
}
.card-deck > .spip_icone.spip_picto_avec_legende .spip_picto_legende,
.card-deck > .spip_picto.spip_picto_avec_legende .spip_picto_legende {
  margin-top: 12px;
  margin-left: 0;
}
.card-deck > .spip_icone.text-left,
.card-deck > .spip_picto.text-left {
  display: flex;
  align-items: start;
}
.card-deck > .spip_icone.text-left .spip_picto_legende,
.card-deck > .spip_picto.text-left .spip_picto_legende {
  text-align: left;
  margin-top: 0;
  margin-left: 16px;
}
.card-deck > .spip_icone.text-right,
.card-deck > .spip_picto.text-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
}
.card-deck > .spip_icone.text-right .spip_picto_legende,
.card-deck > .spip_picto.text-right .spip_picto_legende {
  text-align: right;
  margin-top: 0;
  margin-right: 16px;
}
.card-deck > .spip_icone.text-justify .spip_picto_legende,
.card-deck > .spip_picto.text-justify .spip_picto_legende {
  text-align: justify;
}
@media (max-width: 575px) {
  .card-deck-2-col .card-deck,
  .card-deck-picto,
  .card-deck-pictobtn,
  .card-deck-docpicto,
  .card-deck-docbtn,
  .card-deck-icon {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .card-deck-2-col .card-deck .spip_document,
  .card-deck-picto .spip_document,
  .card-deck-pictobtn .spip_document,
  .card-deck-docpicto .spip_document,
  .card-deck-docbtn .spip_document,
  .card-deck-icon .spip_document,
  .card-deck-2-col .card-deck .spip_picto,
  .card-deck-picto .spip_picto,
  .card-deck-pictobtn .spip_picto,
  .card-deck-docpicto .spip_picto,
  .card-deck-docbtn .spip_picto,
  .card-deck-icon .spip_picto {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .card-deck-2-col .card-deck .spip_document figure.spip_doc_inner,
  .card-deck-picto .spip_document figure.spip_doc_inner,
  .card-deck-pictobtn .spip_document figure.spip_doc_inner,
  .card-deck-docpicto .spip_document figure.spip_doc_inner,
  .card-deck-docbtn .spip_document figure.spip_doc_inner,
  .card-deck-icon .spip_document figure.spip_doc_inner,
  .card-deck-2-col .card-deck .spip_picto figure.spip_doc_inner,
  .card-deck-picto .spip_picto figure.spip_doc_inner,
  .card-deck-pictobtn .spip_picto figure.spip_doc_inner,
  .card-deck-docpicto .spip_picto figure.spip_doc_inner,
  .card-deck-docbtn .spip_picto figure.spip_doc_inner,
  .card-deck-icon .spip_picto figure.spip_doc_inner {
    max-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    clear: both;
    margin-right: -10px;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-left: -10px;
  }
  .card-deck:first-child {
    margin-top: 0;
  }
  .card-deck > .card,
  .card-deck > .spip_document,
  .card-deck > .spip_documents,
  .card-deck > .spip_icone,
  .card-deck > .spip_picto,
  .card-deck > .spip_embed,
  .card-deck > .well {
    -webkit-box-flex: 1;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -moz-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: inline-block;
    margin-right: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 10px !important;
  }
  .card-deck > .card figure.spip_doc_inner,
  .card-deck > .spip_document figure.spip_doc_inner,
  .card-deck > .spip_documents figure.spip_doc_inner,
  .card-deck > .spip_icone figure.spip_doc_inner,
  .card-deck > .spip_picto figure.spip_doc_inner,
  .card-deck > .spip_embed figure.spip_doc_inner,
  .card-deck > .well figure.spip_doc_inner {
    max-width: 100% !important;
  }
  .card-deck-3-col .card {
    -webkit-flex-basis: calc(33.33333333% - 10px*2);
    -moz-flex-basis: calc(33.33333333% - 10px*2);
    -ms-flex-basis: calc(33.33333333% - 10px*2);
    flex-basis: calc(33.33333333% - 10px*2);
    margin-bottom: 24px !important;
  }
}
@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
.card-resume {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border: 0;
  overflow: hidden;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 36px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .card-resume {
    margin-bottom: 24px;
  }
}
.card-resume .card-img-top {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  padding-top: 65%;
  height: 0;
  background-color: #ffffff;
}
.card-resume .card-img-top img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0;
}
.card-resume .card-img-top:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  background-color: transparent;
}
.card-resume .card-body a:not(.stretched-link) {
  position: relative;
  z-index: 1;
}
.card-resume .card-body .card-title {
  color: #228b22;
  margin-bottom: 20px;
}
.card-resume .card-body .card-title small,
.card-resume .card-body .card-title .small {
  color: inherit;
}
.card-resume .card-body > p {
  line-height: 1.5;
  color: #555555;
  font-weight: 300;
}
.card-resume .card-body > p:last-child {
  margin-bottom: 0;
}
.card-resume .card-body .card {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-resume .card-body .card:last-child {
  margin-bottom: 0;
}
.card-resume .card-body .card-deck {
  margin-bottom: 0;
}
.card-resume:hover {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-resume:hover .card-img-top:after {
  background-color: rgba(34, 139, 34, 0.8);
}
.card-resume a:hover,
.card-resume a:focus {
  text-decoration: none;
}
.well {
  color: #555555;
  background-image: -webkit-linear-gradient(top, #efefc8 0%, #f5f5dc 100%);
  background-image: -o-linear-gradient(top, #efefc8 0%, #f5f5dc 100%);
  background-image: linear-gradient(to bottom, #efefc8 0%, #f5f5dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefc8', endColorstr='#fff5f5dc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #eaeab4;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.well h2,
.well .h2,
.well h3,
.well .h3,
.well h4,
.well .h4 {
  margin-top: 0 !important;
  color: #2ab22a !important;
}
.well hr {
  background-image: -webkit-linear-gradient(left, rgba(245, 245, 220, 0), #dede8d 50%, rgba(245, 245, 220, 0));
  background-image: -o-linear-gradient(left, rgba(245, 245, 220, 0), #dede8d 50%, rgba(245, 245, 220, 0));
  background-image: linear-gradient(to right, rgba(245, 245, 220, 0), #dede8d 50%, rgba(245, 245, 220, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5dc', endColorstr='#00f5f5dc', GradientType=1);
  background-repeat: no-repeat;
}
.well p:last-child {
  margin-bottom: 0;
}
.well .spip_picto_avec_legende:last-child {
  margin-bottom: 0;
}
.card-box,
.card-pricing {
  font-weight: 300;
}
.card-box .card-img-top,
.card-pricing .card-img-top {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.card-box .card-img-top img,
.card-pricing .card-img-top img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.card-pricing {
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card-pricing small,
.card-pricing .small {
  line-height: 1.2;
}
.card-pricing del {
  opacity: 1;
  font-weight: 700;
}
.card-pricing .card-pricing-price,
.card-pricing .card-price {
  font-size: 175%;
  font-weight: 700;
  font-style: italic;
  line-height: .9;
}
.card-pricing .card-pricing-price sup,
.card-pricing .card-price sup {
  top: -0.3em;
}
.card-pricing .card-text.bg-primary {
  background-color: #2ab22a;
  color: #ffffff;
  padding: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card-pricing .card-text.bg-primary .text-muted {
  color: rgba(255, 255, 255, 0.65);
}
.card-pricing .card-text ul + .well,
.card-pricing .card-text p + .well {
  margin-top: 24px;
}
.card-pricing.card-inverse .card-text {
  color: #fff;
}
.card-pricing.card-inverse .text-muted {
  color: rgba(255, 255, 255, 0.65);
}
.card .h5 {
  font-size: 16px;
}
.card p.h5:first-child {
  margin-bottom: 24px;
}
.card h2.spip,
.card h3.spip {
  margin-top: 0;
  margin-bottom: 12px;
}
@media (min-width: 544px) {
  .card-media-left:not(.card-deck *),
  .card-media-right:not(.card-deck *) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: none;
  }
  .card-media-left:not(.card-deck *) > .card-img-top,
  .card-media-right:not(.card-deck *) > .card-img-top,
  .card-media-left:not(.card-deck *) > .card-body,
  .card-media-right:not(.card-deck *) > .card-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -moz-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: inline-block;
  }
  .card-media-left:not(.card-deck *) .card-img-top,
  .card-media-right:not(.card-deck *) .card-img-top {
    -webkit-box-flex: 1;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    height: auto;
    max-height: none;
    min-height: 190px;
    padding-top: 0 !important;
  }
  .card-media-left:not(.card-deck *) .card-img-top,
  .card-media-right:not(.card-deck *) .card-img-top,
  .card-media-left:not(.card-deck *) .card-img-top img,
  .card-media-right:not(.card-deck *) .card-img-top img {
    border-radius: 3px 0 0 3px;
  }
}
@media screen and (min-width: 1200px) {
  .card-deck .card-media-left,
  .card-deck .card-media-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: none;
  }
  .card-deck .card-media-left > .card-img-top,
  .card-deck .card-media-right > .card-img-top,
  .card-deck .card-media-left > .card-body,
  .card-deck .card-media-right > .card-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -moz-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: inline-block;
  }
  .card-deck .card-media-left .card-img-top,
  .card-deck .card-media-right .card-img-top {
    -webkit-box-flex: 1;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    height: auto;
    max-height: none;
    min-height: 190px;
    padding-top: 0 !important;
  }
  .card-deck .card-media-left .card-img-top,
  .card-deck .card-media-right .card-img-top,
  .card-deck .card-media-left .card-img-top img,
  .card-deck .card-media-right .card-img-top img {
    border-radius: 3px 0 0 3px;
  }
}
@media (min-width: 544px) {
  .card-media-right:not(.card-deck *) {
    -webkit-flex-flow: row-reverse wrap;
    -moz-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .card-media-right:not(.card-deck *) .card-img-top,
  .card-media-right:not(.card-deck *) .card-img-top img {
    border-radius: 0 3px 3px 0;
  }
}
@media screen and (min-width: 1200px) {
  .card-deck .card-media-right {
    -webkit-flex-flow: row-reverse wrap;
    -moz-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .card-deck .card-media-right .card-img-top,
  .card-deck .card-media-right .card-img-top img {
    border-radius: 0 3px 3px 0;
  }
}
.encart_compare {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.encart_compare .encart_compare_inner {
  margin-bottom: 0;
  max-width: 100%;
}
.encart_compare .spip_doc_legende {
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
  max-width: 95%;
}
.encart_compare .spip_doc_legende div > p:last-child {
  margin-bottom: 0 !important;
}
.encart_compare .spip_doc_titre,
.encart_compare .spip_doc_descriptif {
  font-size: 80%;
  font-weight: 300;
  line-height: 1.2;
}
.encart_compare.encart_compare_portrait .encart_compare_inner,
.encart_compare.encart_compare_carre .encart_compare_inner {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 500ms;
}
.iframe-loading {
  position: relative;
}
.iframe-loading > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.spip_document {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
}
.spip_document .spip_doc_inner {
  margin-bottom: 0;
  max-width: 100%;
}
.spip_document picture,
.spip_document img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.spip_document .spip_doc_lien {
  display: inline-block;
}
.spip_document .spip_doc_legende {
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
  max-width: 95%;
}
.spip_document .spip_doc_legende div > p:last-child {
  margin-bottom: 0 !important;
}
.spip_document .spip_doc_titre,
.spip_document .spip_doc_descriptif,
.spip_document .spip_doc_credits {
  font-size: 80%;
  font-weight: 300;
  line-height: 1.2;
}
.spip_document.spip_document_center,
.spip_document.spip_document_left,
.spip_document.spip_document_right {
  clear: both;
  margin-top: 24px;
  margin-bottom: 24px;
}
.spip_document.spip_document_portrait .spip_doc_inner,
.spip_document.spip_document_carre .spip_doc_inner {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.spip_document.spip_document_enligne {
  display: inline-block;
  margin: 10px;
}
.spip_document.spip_document_enligne.spip_document_center,
.spip_document.spip_document_enligne.spip_document_left,
.spip_document.spip_document_enligne.spip_document_right {
  display: flex;
}
.spip_document.spip_document_enligne .spip_doc_inner {
  max-width: 100%;
}
.spip_document.spip_document_center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .spip_document.spip_document_left {
    float: left;
    clear: right;
    margin-top: 10px;
    margin-right: 24px;
    margin-left: 0;
    max-width: 33%;
  }
  .spip_document.spip_document_right {
    float: right;
    clear: left;
    margin-top: 10px;
    margin-left: 24px;
    margin-right: 0;
    max-width: 33%;
  }
  .spip_document.spip_document_left.spip_document_portrait .spip_doc_inner,
  .spip_document.spip_document_right.spip_document_portrait .spip_doc_inner,
  .spip_document.spip_document_left.spip_document_carre .spip_doc_inner,
  .spip_document.spip_document_right.spip_document_carre .spip_doc_inner {
    max-width: 100%;
  }
}
.card .spip_document.spip_document_center:first-child {
  margin-top: 0;
}
.card .spip_document.spip_document_center:last-child {
  margin-bottom: 0;
}
.spip_document_col figure.spip_doc_inner:first-of-type {
  width: 100%;
  max-width: 100% !important;
}
.spip_document,
.spip_documents dt,
.justifiedGallery figure {
  margin: 0;
}
.spip_document > a:hover,
.spip_documents dt > a:hover,
.justifiedGallery figure > a:hover,
.spip_document .spip_doc_lien:hover,
.spip_documents dt .spip_doc_lien:hover,
.justifiedGallery figure .spip_doc_lien:hover {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.spip_document > a:hover img,
.spip_documents dt > a:hover img,
.justifiedGallery figure > a:hover img,
.spip_document .spip_doc_lien:hover img,
.spip_documents dt .spip_doc_lien:hover img,
.justifiedGallery figure .spip_doc_lien:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.spip_document > a[rel~="external"]:hover,
.spip_documents dt > a[rel~="external"]:hover,
.justifiedGallery figure > a[rel~="external"]:hover,
.spip_document .spip_doc_lien[rel~="external"]:hover,
.spip_documents dt .spip_doc_lien[rel~="external"]:hover,
.justifiedGallery figure .spip_doc_lien[rel~="external"]:hover {
  cursor: inherit;
}
.spip_document > a[rel~="noopener"]:hover,
.spip_documents dt > a[rel~="noopener"]:hover,
.justifiedGallery figure > a[rel~="noopener"]:hover,
.spip_document .spip_doc_lien[rel~="noopener"]:hover,
.spip_documents dt .spip_doc_lien[rel~="noopener"]:hover,
.justifiedGallery figure .spip_doc_lien[rel~="noopener"]:hover {
  cursor: inherit;
}
a.spip_out.spip_doc_lien:after {
  content: "" !important;
}
.spip_document_img_circle,
.spip_document_rond {
  -webkit-shape-margin: 2em;
  shape-margin: 2em;
  -webkit-shape-outside: content-box circle(50%);
  shape-outside: content-box circle(50%);
}
.spip_document_img_circle img,
.spip_document_rond img {
  border-radius: 50% !important;
}
.spip_document_img_rounded img,
.spip_document_arrondi img {
  border-radius: 6px !important;
}
.spip_icone,
.spip_picto {
  position: relative;
  display: inline-block;
  line-height: 1;
  z-index: 1;
}
.spip_icone.spip_picto_center,
.spip_picto.spip_picto_center,
.spip_icone.spip_picto_left,
.spip_picto.spip_picto_left,
.spip_icone.spip_picto_right,
.spip_picto.spip_picto_right,
.spip_icone.text-center,
.spip_picto.text-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.spip_icone.spip_picto_center,
.spip_picto.spip_picto_center {
  text-align: center;
}
.spip_icone.spip_picto_left,
.spip_picto.spip_picto_left {
  float: left;
  margin-right: 16px;
  margin-bottom: 24px;
}
.spip_icone.spip_picto_right,
.spip_picto.spip_picto_right {
  float: right;
  margin-left: 16px;
  margin-bottom: 24px;
}
.spip_icone .spip_picto_legende,
.spip_picto .spip_picto_legende,
.spip_icone .spip_picto_titre,
.spip_picto .spip_picto_titre,
.spip_icone .spip_picto_descriptif,
.spip_picto .spip_picto_descriptif,
.spip_icone .spip_picto_credits,
.spip_picto .spip_picto_credits {
  display: block;
}
.spip_icone .spip_picto_legende,
.spip_picto .spip_picto_legende {
  font-size: 16px;
  font-weight: 300;
}
.spip_icone .spip_picto_titre,
.spip_picto .spip_picto_titre {
  margin-bottom: 5px;
}
.spip_icone .spip_picto_credits,
.spip_picto .spip_picto_credits {
  font-size: 80%;
}
.spip_icone svg,
.spip_picto svg {
  display: inline-block;
  width: auto;
  height: 1em;
  vertical-align: -.125em;
  max-width: none;
}
.spip_icone img,
.spip_picto img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.spip_icone a.stretched-link,
.spip_picto a.stretched-link {
  flex-shrink: 0 !important;
  color: inherit;
}
.spip_icone a.stretched-link:hover img,
.spip_picto a.stretched-link:hover img,
.spip_icone a.stretched-link:hover .spip_picto_icon svg,
.spip_picto a.stretched-link:hover .spip_picto_icon svg {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.spip_icone a:not(.stretched-link),
.spip_picto a:not(.stretched-link) {
  position: relative;
  z-index: 2;
}
.spip_picto_lg .spip_picto_titre {
  font-size: 1.1rem;
}
.spip_picto_sm .spip_picto_titre {
  font-size: 0.9rem;
}
.spip_picto_descriptif h2.spip:first-child {
  margin-top: 0 !important;
}
.spip_picto_descriptif p {
  margin-bottom: 5px;
}
.spip_picto_svg {
  color: inherit !important;
  fill: currentColor !important;
  box-sizing: content-box;
  overflow: visible;
}
.spip_picto_svg path {
  fill: currentColor !important;
}
.spip_picto.spip_picto_avec_legende {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}
.spip_picto.spip_picto_avec_legende .spip_picto_icon {
  flex-shrink: 0 !important;
  line-height: 1.4;
}
.spip_picto.spip_picto_avec_legende .spip_picto_legende {
  margin-top: 0;
  margin-left: 16px;
  line-height: 1.4;
}
.spip_picto.spip_picto_avec_legende .spip_picto_legende_1x,
.spip_picto.spip_picto_avec_legende .spip_picto_legende_lg {
  margin-left: 8px;
}
.spip_picto.spip_picto_avec_legende.text-right {
  flex-direction: row-reverse;
}
.spip_picto.spip_picto_avec_legende.text-right .spip_picto_legende {
  margin-left: 0;
  margin-right: 16px;
}
.spip_picto.spip_picto_avec_legende.text-center,
.spip_picto.spip_picto_avec_legende.spip_picto_center {
  display: block;
}
.spip_picto.spip_picto_avec_legende.text-center .spip_picto_legende,
.spip_picto.spip_picto_avec_legende.spip_picto_center .spip_picto_legende {
  margin-top: 12px;
  margin-left: 0;
}
.spip_picto.spip_picto_avec_legende.spip_picto_center.text-left {
  display: flex;
  justify-content: center !important;
}
.spip_picto.spip_picto_avec_legende.spip_picto_center.text-left .spip_picto_legende {
  text-align: left;
  margin-top: 0;
  margin-left: 16px;
}
.spip_picto.spip_picto_avec_legende.spip_picto_center.text-left .spip_picto_legende_1x,
.spip_picto.spip_picto_avec_legende.spip_picto_center.text-left .spip_picto_legende_lg {
  margin-left: 8px;
}
.picto_thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd !important;
  border-radius: 4px;
}
.spip_picto_rond {
  border-radius: 50% !important;
}
/* makes the font 33% larger relative to the picto container */
.picto_lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: middle;
}
.picto_xs {
  font-size: .75em;
}
.picto_sm {
  font-size: .875em;
}
.picto_1x {
  font-size: 1em;
  vertical-align: middle !important;
}
.picto_2x {
  font-size: 2em;
  vertical-align: middle !important;
}
.picto_3x {
  font-size: 3em;
  vertical-align: middle !important;
}
.picto_4x {
  font-size: 4em;
  vertical-align: middle !important;
}
.picto_5x {
  font-size: 5em;
  vertical-align: middle !important;
}
.picto_6x {
  font-size: 6em;
  vertical-align: middle !important;
}
.picto_7x {
  font-size: 7em;
  vertical-align: middle !important;
}
.picto_8x {
  font-size: 8em;
  vertical-align: middle !important;
}
.picto_9x {
  font-size: 9em;
  vertical-align: middle !important;
}
.picto_10x {
  font-size: 10em;
  vertical-align: middle !important;
}
.jumbotron {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.jumbotron:before,
.jumbotron:after {
  display: table;
  content: " ";
}
.jumbotron:after {
  clear: both;
}
.jumbotron + section,
.jumbotron + #selections,
.jumbotron + .overview {
  padding-top: 48px;
}
@media screen and (min-width: 992px) {
  .jumbotron {
    padding-top: 48px;
  }
}
.jumbotron .carousel {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.jumbotron .media-wrapper {
  position: relative;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
}
.jumbotron .container {
  max-width: 991px;
}
.jumbotron h1 {
  margin-top: 0;
  font-family: "RocknRoll One", sans-serif;
  line-height: 1.2;
}
.jumbotron h1 + .texte,
.jumbotron h1 + .chapo {
  margin-top: 24px;
}
.jumbotron h1 .label {
  font-size: 40%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.jumbotron h1 small,
.jumbotron h1 .small {
  color: inherit;
}
.jumbotron h1 .spip_logo {
  display: none;
  margin-top: 24px;
}
@media screen and (min-width: 320px) {
  .jumbotron h1 .spip_logo {
    max-width: 32%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 480px) {
  .jumbotron h1 .spip_logo {
    max-width: 16%;
  }
}
.jumbotron h1 .spip_logo .img {
  margin-right: auto;
  margin-left: auto;
}
.jumbotron .surtitre,
.jumbotron .soustitre {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
.jumbotron .surtitre small,
.jumbotron .soustitre small,
.jumbotron .surtitre .small,
.jumbotron .soustitre .small {
  color: inherit;
}
.jumbotron .surtitre a:hover,
.jumbotron .soustitre a:hover,
.jumbotron .surtitre a:focus,
.jumbotron .soustitre a:focus {
  text-decoration: none;
}
.jumbotron .surtitre {
  color: inherit;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .jumbotron .surtitre {
    font-size: 32px;
  }
}
.jumbotron .soustitre {
  color: #ffffff;
  margin-top: 0;
}
@media (min-width: 768px) {
  .jumbotron .soustitre {
    font-size: 32px;
  }
}
.jumbotron ul.spip {
  padding-left: 0;
  list-style: none;
}
.jumbotron ul.spip > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.jumbotron ul.spip > li:first-child {
  padding-left: 0;
}
.jumbotron .texte > p {
  font-size: 16px;
}
.jumbotron .texte blockquote p {
  font-size: inherit;
}
.jumbotron .intro {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .jumbotron .intro {
    margin-top: 48px;
  }
  .jumbotron .intro .btn-lg {
    padding: 15px 24px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
}
.jumbotron .intro h2,
.jumbotron .intro h3,
.jumbotron .intro h4 {
  color: inherit;
  font-family: inherit;
}
.jumbotron h2.spip {
  color: #ffffff;
}
.jumbotron .meta {
  font-size: 80%;
}
.jumbotron .billboard {
  margin-bottom: 24px;
}
.jumbotron hr {
  background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0), #bbbbbb 50%, rgba(238, 238, 238, 0));
  background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0), #bbbbbb 50%, rgba(238, 238, 238, 0));
  background-image: linear-gradient(to right, rgba(238, 238, 238, 0), #bbbbbb 50%, rgba(238, 238, 238, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeeee', endColorstr='#00eeeeee', GradientType=1);
  background-repeat: no-repeat;
}
.jumbotron-bg-cover,
.jumbotron-carousel-cover,
.jumbotron-map-cover,
.jumbotron-bg {
  position: relative;
  display: table;
  width: 100%;
  height: 80%;
  /* For at least Firefox */
  min-height: 80%;
}
.jumbotron-bg-cover .container,
.jumbotron-carousel-cover .container,
.jumbotron-map-cover .container,
.jumbotron-bg .container {
  position: relative;
  z-index: 2;
}
.jumbotron-bg-cover .container .chapo,
.jumbotron-carousel-cover .container .chapo,
.jumbotron-map-cover .container .chapo,
.jumbotron-bg .container .chapo {
  margin-bottom: 0;
}
.jumbotron-bg-cover .container,
.jumbotron-carousel-cover .container {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.jumbotron-bg-cover .container .btn,
.jumbotron-carousel-cover .container .btn {
  text-shadow: none;
}
.jumbotron-bg-cover .container p > .spip_in,
.jumbotron-carousel-cover .container p > .spip_in,
.jumbotron-bg-cover .container .meta .spip_in,
.jumbotron-carousel-cover .container .meta .spip_in {
  background: #2ab22a;
  padding: 1px 5px;
  text-shadow: none;
}
.jumbotron-bg-cover .container .openpro,
.jumbotron-carousel-cover .container .openpro,
.jumbotron-bg-cover .container .ctoutvert,
.jumbotron-carousel-cover .container .ctoutvert {
  text-shadow: none;
}
.jumbotron-bg {
  padding-top: 48px;
  padding-bottom: 48px;
}
.jumbotron-bg .surtitre,
.jumbotron-bg .soustitre {
  color: inherit;
}
.jumbotron-carousel-cover .carousel-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jumbotron-carousel-cover .carousel-cover .carousel-inner {
  height: 100%;
}
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .item {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  height: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .jumbotron-carousel-cover .carousel-cover .carousel-inner > .item {
    -webkit-perspective: none;
    -moz-perspective: none;
    perspective: none;
  }
  .jumbotron-carousel-cover .carousel-cover .carousel-inner > .item.next,
  .jumbotron-carousel-cover .carousel-cover .carousel-inner > .item.active.right {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
  .jumbotron-carousel-cover .carousel-cover .carousel-inner > .item.prev,
  .jumbotron-carousel-cover .carousel-cover .carousel-inner > .item.active.left {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
  .jumbotron-carousel-cover .carousel-cover .carousel-inner > .item.next.left,
  .jumbotron-carousel-cover .carousel-cover .carousel-inner > .item.prev.right,
  .jumbotron-carousel-cover .carousel-cover .carousel-inner > .item.active {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
}
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .next.left,
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .prev.right,
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .next.left .carousel-img,
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .prev.right .carousel-img,
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .active .carousel-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .next.left .carousel-img img,
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .prev.right .carousel-img img,
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .active .carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .active.left,
.jumbotron-carousel-cover .carousel-cover .carousel-inner > .active.right {
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
}
.jumbotron-bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.jumbotron-bg-cover .background-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jumbotron-bg-cover .background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jumbotron-inner {
  display: table-cell;
  vertical-align: middle;
  /*
	@media screen and (min-width: @screen-sm-min) {
		padding-bottom: (@line-height-computed * 2);
	}
	*/
}
@media screen and (min-width: 768px) {
  .jumbotron-inner {
    padding-top: 50px;
  }
}
.jumbotron-map-cover .carte_gis {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}
.jumbotron-map-cover .carte_gis .leaflet-top {
  display: none;
}
@media screen and (min-width: 768px) {
  .jumbotron-map-cover .carte_gis .leaflet-top {
    display: block;
    top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .jumbotron-map-cover .carte_gis .leaflet-top {
    top: 90px;
  }
  .jumbotron-map-cover .carte_gis .leaflet-top.leaflet-left {
    left: 50px;
  }
}
.jumbotron-map-cover .jumbotron-modal {
  display: table-cell;
  vertical-align: middle;
  z-index: 1010;
}
.jumbotron-map-cover .jumbotron-modal .jumbotron-modal-content {
  background-color: rgba(238, 238, 238, 0.9);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.jumbotron-map-cover .jumbotron-modal .jumbotron-modal-content .jumbotron-modal-header {
  padding: 5px 15px 0;
  min-height: 6.5;
}
.jumbotron-map-cover .jumbotron-modal .jumbotron-modal-content .jumbotron-modal-header .close {
  margin-top: -5px;
  margin-bottom: -10px;
  font-size: 40px;
  color: #000000;
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .jumbotron-map-cover .jumbotron-modal .jumbotron-modal-content .jumbotron-modal-header .close {
    margin-top: -10px;
    margin-bottom: -20px;
    font-size: 70px;
  }
}
.jumbotron-map-cover .jumbotron-modal .jumbotron-modal-content .jumbotron-modal-header .close:hover,
.jumbotron-map-cover .jumbotron-modal .jumbotron-modal-content .jumbotron-modal-header .close:focus {
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.jumbotron-map-cover .jumbotron-modal .jumbotron-modal-content .jumbotron-modal-header .close small {
  font-size: 70%;
  font-weight: normal;
}
.jumbotron-map-cover .jumbotron-modal .jumbotron-modal-content .jumbotron-modal-body {
  clear: both;
  padding: 0 15px 15px;
}
@media screen and (max-width: 991px) {
  .jumbotron-map-cover {
    padding-bottom: 100px;
  }
  .jumbotron-map-cover .btn-scroll-down {
    font-size: 10px;
  }
}
.masthead:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.carousel-caption {
  left: auto;
  right: 20px;
  bottom: 0;
  padding-bottom: 5px;
  text-align: right;
  font-size: 14px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    bottom: 20px;
    max-width: 20%;
  }
}
.carousel-caption a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.carousel-caption a:hover,
.carousel-caption a:focus {
  color: #d9d9d9;
  text-decoration: none;
}
.carousel-caption a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.carousel-caption h6,
.carousel-caption .h6,
.carousel-caption p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  margin-bottom: 0;
}
.carousel-control {
  z-index: 1000;
}
.overview {
  text-align: center;
}
.overview + .footer {
  margin-top: 48px;
}
.overview .container hr {
  margin-top: 48px;
}
.overview.is-overview-bg {
  padding-bottom: 48px;
}
.overview.is-overview-bg h2:not(.card-article),
.overview.is-overview-bg .h2,
.overview.is-overview-bg h2.spip {
  color: inherit;
}
.overview.is-overview-bg h2:not(.card-article) small,
.overview.is-overview-bg .h2 small,
.overview.is-overview-bg h2.spip small,
.overview.is-overview-bg h2:not(.card-article) sup,
.overview.is-overview-bg .h2 sup,
.overview.is-overview-bg h2.spip sup,
.overview.is-overview-bg h2:not(.card-article) sub,
.overview.is-overview-bg .h2 sub,
.overview.is-overview-bg h2.spip sub {
  color: inherit;
}
.overview.is-overview-bg blockquote {
  border-color: inherit;
}
.overview.is-overview-bg blockquote footer {
  color: inherit;
  opacity: .5;
}
.footer {
  color: #ffffff;
  padding: 24px 0 0;
  border-top: 1px solid #208920;
  background: #2ab22a;
}
.footer h2,
.footer .h2,
.footer h3,
.footer .h3 {
  display: block;
  color: #52d652;
}
.footer .footer12,
.footer .footer22 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer12,
  .footer .footer22 {
    float: left;
    width: 100%;
  }
}
.footer .footer12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .footer .footer12 {
    float: left;
    width: 41.66666667%;
  }
}
.footer .footer22 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .footer .footer22 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .footer .footer22 {
    margin-left: 8.33333333%;
  }
}
.footer .footer22 .btn {
  margin-bottom: 5px;
}
.footer .footer22 .adresse {
  margin-top: 48px;
}
.footer .apropos {
  margin-bottom: 24px;
}
.footer .apropos ul {
  padding-left: 0;
  list-style: none;
}
.footer .menu-lang {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 24px;
}
.footer .mentions {
  margin: 48px 0 0;
  padding: 24px 0;
  background: #222222;
  color: #777777;
}
.footer .mentions a.spip_in,
.footer .mentions a.spip_out {
  color: #eeeeee !important;
  font-weight: 400;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
}
.footer .mentions a.spip_in:hover,
.footer .mentions a.spip_out:hover,
.footer .mentions a.spip_in:focus,
.footer .mentions a.spip_out:focus {
  color: #fff !important;
  text-decoration: underline !important;
}
.footer .mentions a.spip_in:focus,
.footer .mentions a.spip_out:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.footer .mentions ul li {
  margin-top: 24px;
  vertical-align: middle;
}
.footer .mentions ul li.me {
  float: right !important;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .footer .mentions ul li.me {
    float: none !important;
    display: block;
    text-align: center;
    margin-top: 48px;
  }
}
.footer hr {
  background-image: -webkit-linear-gradient(left, rgba(82, 214, 82, 0), #52d652 50%, rgba(82, 214, 82, 0));
  background-image: -o-linear-gradient(left, rgba(82, 214, 82, 0), #52d652 50%, rgba(82, 214, 82, 0));
  background-image: linear-gradient(to right, rgba(82, 214, 82, 0), #52d652 50%, rgba(82, 214, 82, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052d652', endColorstr='#0052d652', GradientType=1);
  background-repeat: no-repeat;
}
.nav-sub {
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #f5f5dc;
  border-radius: 4px;
}
.nav-sub h2,
.nav-sub .h2,
.nav-sub h3,
.nav-sub .h3,
.nav-sub h4,
.nav-sub .h4 {
  margin-top: 0;
  color: #2ab22a;
}
.pager li > a {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .pager li > a {
    max-width: 49.5%;
  }
}
.pager .previous {
  text-align: left;
}
.pager .next {
  text-align: right;
}
.nav .nav {
  text-align: right;
  padding-left: 30px;
  margin-top: 2px;
}
.nav .nav-pills > li.active > a,
.nav .nav-pills > li.active > a:hover,
.nav .nav-pills > li.active > a:focus {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.nav-mytabs {
  margin-bottom: 24px;
}
.section-header {
  text-align: center;
  color: #555555;
  margin-bottom: 24px;
}
.section-header:before,
.section-header:after {
  display: table;
  content: " ";
}
.section-header:after {
  clear: both;
}
.section-header .spip_logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.section-header .surtitre {
  color: #777777;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.25;
  letter-spacing: 1px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
  max-width: 600px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-header .surtitre {
    font-size: 22.4px;
  }
}
.section-header h1 {
  font-size: 37.4px;
  margin: 0 0 24px;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .section-header h1 {
    font-size: 56px;
    margin: 24px 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .section-header h2.spip {
    font-size: 28px;
  }
}
.section-header .lead {
  max-width: 900px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.section-header .formulaire_spip {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  max-width: 768px;
}
.cartouche {
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #2ab22a;
}
@media (max-width: 767px) {
  .cartouche {
    padding-top: 0;
  }
  .cartouche h1 {
    font-size: 34px;
  }
}
.cartouche h1 {
  color: inherit;
}
.cartouche h1 small {
  display: block;
}
.cartouche .surtitre,
.cartouche .soustitre {
  font-variant: small-caps !important;
  letter-spacing: 0.10em;
}
.cartouche .spip_logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .cartouche .spip_logo {
    float: right !important;
    display: block;
    margin: 0 0 5px 10px;
    max-width: 25%;
    border-radius: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cartouche .spip_logo {
    max-width: 30%;
  }
}
.cartouche .meta {
  font-size: 80%;
  color: #777777;
}
.page_article .cartouche:before,
.page_article .cartouche:after {
  display: table;
  content: " ";
}
.page_article .cartouche:after {
  clear: both;
}
.page_article_annuaire .cartouche {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_article_annuaire .cartouche {
    text-align: left;
  }
}
.page_article_annuaire .cartouche .surtitre,
.page_article_annuaire .cartouche .soustitre {
  font-size: 20px;
}
.page_article_annuaire .cartouche:before,
.page_article_annuaire .cartouche:after {
  display: table;
  content: " ";
}
.page_article_annuaire .cartouche:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .page_article_large .cartouche h1 {
    font-size: 53.3px;
  }
  .page_article_large .cartouche .surtitre,
  .page_article_large .cartouche .soustitre {
    font-size: 20px;
  }
}
.page_recherche .cartouche {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page_recherche .spip_logo {
    max-width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .page_recherche .spip_logo {
    max-width: 15%;
  }
}
.btn-map {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-map:focus,
.btn-map.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-map:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-map:active,
.btn-map.active,
.open > .dropdown-toggle.btn-map {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-map:active:hover,
.btn-map.active:hover,
.open > .dropdown-toggle.btn-map:hover,
.btn-map:active:focus,
.btn-map.active:focus,
.open > .dropdown-toggle.btn-map:focus,
.btn-map:active.focus,
.btn-map.active.focus,
.open > .dropdown-toggle.btn-map.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-map.disabled:hover,
.btn-map[disabled]:hover,
fieldset[disabled] .btn-map:hover,
.btn-map.disabled:focus,
.btn-map[disabled]:focus,
fieldset[disabled] .btn-map:focus,
.btn-map.disabled.focus,
.btn-map[disabled].focus,
fieldset[disabled] .btn-map.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-map .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  white-space: normal;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-forme {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  height: 38px;
  padding: 0 !important;
  overflow: hidden;
}
.btn-forme.btn-sm {
  width: 33px !important;
  height: 33px;
}
.btn-forme.btn-lg {
  width: 48px !important;
  height: 48px;
}
.btn-rond {
  border-radius: 50%;
}
a.spip_out.btn:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .texte .btn,
  .lead .btn,
  .footer22 .btn {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .texte .btn + .btn,
  .lead .btn + .btn,
  .footer22 .btn + .btn {
    margin-top: 5px;
  }
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.thumbnail {
  margin-bottom: 0;
}
.album {
  padding-top: 10px;
  margin-bottom: 48px !important;
}
.album:before,
.album:after {
  display: table;
  content: " ";
}
.album:after {
  clear: both;
}
.album .album__caption {
  margin-top: 12px;
  text-align: center;
}
.album.vignettes .album-titre {
  display: block;
  text-align: center;
}
.album.grille figcaption,
.album.grille .figcaption {
  text-align: center;
}
.album.grille .caption {
  display: block;
  text-align: center;
  padding: 9px;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.album.grille .caption .credits {
  display: block;
  font-size: .85em;
  line-height: 1.4;
}
.album.grille .thumbnails {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.album.grille .thumbnails li {
  margin-bottom: 24px;
}
.album.grille .thumbnails li.clearfix {
  margin-bottom: 0;
}
.album .media {
  margin-top: 0;
}
#documents .media,
.album.liste .media {
  margin-top: 0;
  font-size: 14px;
}
#documents .media-left,
.album.liste .media-left {
  min-width: 140px;
}
#documents .media-object,
.album.liste .media-object {
  max-width: 130px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #documents .media-left,
  .album.liste .media-left {
    display: block;
    padding-bottom: 10px;
  }
  #documents .media-body,
  .album.liste .media-body {
    text-align: center;
  }
}
.modal-video {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  margin: 0;
}
.modal-video .container-fluid {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.modal-video-close {
  position: fixed;
  top: 0;
  right: 21px;
  font-size: 70px;
  color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1050;
}
.modal-video-close:hover,
.modal-video-close:focus {
  color: #ffffff;
}
.oembed.oe-video iframe,
.oembed.oe-video object,
.oembed.oe-video embed {
  border: 0;
}
.oembed-source {
  display: none;
}
.partenaires .spip_document_encart .spip_doc_lien {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .partenaires .spip_document_encart.spip_document_center picture,
  .partenaires .spip_document_encart.spip_document_center img {
    max-width: 80%;
  }
}
.partenaires .spip_document_encart.spip_document_center.spip_document_portrait picture,
.partenaires .spip_document_encart.spip_document_center.spip_document_carre picture,
.partenaires .spip_document_encart.spip_document_center.spip_document_portrait img,
.partenaires .spip_document_encart.spip_document_center.spip_document_carre img {
  max-width: 30%;
}
@media screen and (min-width: 768px) {
  .partenaires .spip_document_encart.spip_document_center.spip_document_portrait picture,
  .partenaires .spip_document_encart.spip_document_center.spip_document_carre picture,
  .partenaires .spip_document_encart.spip_document_center.spip_document_portrait img,
  .partenaires .spip_document_encart.spip_document_center.spip_document_carre img {
    max-width: 50%;
  }
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-nav > li .sociaux {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0 0 10px;
}
.navbar-nav > li .sociaux li {
  margin: 0 .2em 0 0;
}
.navbar-brand {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "RocknRoll One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-variant: normal;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .navbar-brand {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .navbar-brand {
    max-width: calc(100% - 60px);
    white-space: nowrap;
    overflow-x: hidden;
  }
}
.navbar-brand .brand {
  display: inline-block;
}
.navbar-brand .brand .small,
.navbar-brand .brand small {
  font-weight: 300;
}
.navbar-brand .spip_logo {
  float: left;
  display: block;
  max-width: 50px;
  height: auto;
  overflow: hidden;
  margin-right: 5px;
}
.navbar-brand:hover .spip_logo,
.navbar-brand:focus .spip_logo {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.navbar-inverse {
  font-size: 90%;
}
@media (min-width: 1200px) {
  .navbar-inverse {
    font-size: 16px;
  }
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #186218 0%, #1a6c1a 100%);
  background-image: -o-linear-gradient(top, #186218 0%, #1a6c1a 100%);
  background-image: linear-gradient(to bottom, #186218 0%, #1a6c1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff186218', endColorstr='#ff1a6c1a', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (min-width: 1200px) and (min-height: 900px) {
  .navbar-home {
    background-color: rgba(34, 139, 34, 0.85);
    border-width: 0;
    -webkit-transition: background 0.5s ease-in-out, border-width 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out, border-width 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, border-width 0.5s ease-in-out;
  }
  .navbar-home .navbar-brand {
    height: 90px;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
  }
  .navbar-home .brand {
    font-size: 30px;
    -webkit-transition: font-size 0.5s ease-in-out;
    -o-transition: font-size 0.5s ease-in-out;
    transition: font-size 0.5s ease-in-out;
  }
  .navbar-home .spip_logo {
    max-width: 80px;
    -webkit-transition: max-width 0.5s ease-in-out;
    -o-transition: max-width 0.5s ease-in-out;
    transition: max-width 0.5s ease-in-out;
  }
  .navbar-home .navbar-nav > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
    -webkit-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
  }
  .navbar-home .navbar-nav > li .sociaux {
    height: 90px;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
  }
  .top-nav-collapse {
    font-size: inherit;
    padding: 0;
    background: #228b22;
    background-color: #228b22;
    border-width: 0 0 1px;
  }
  .top-nav-collapse .navbar-brand {
    height: 50px;
  }
  .top-nav-collapse .brand {
    font-size: inherit;
  }
  .top-nav-collapse .spip_logo {
    max-width: 50px;
  }
  .top-nav-collapse .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .top-nav-collapse .navbar-nav > li .sociaux {
    height: 50px;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #228b22 0%, #1d771d 100%);
    background-image: -o-linear-gradient(top, #228b22 0%, #1d771d 100%);
    background-image: linear-gradient(to bottom, #228b22 0%, #1d771d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff228b22', endColorstr='#ff1d771d', GradientType=0);
    background-repeat: repeat-x;
  }
}
.formulaire_spip .boutons {
  text-align: right;
}
.formulaire_spip legend {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #2ab22a;
}
.formulaire_spip label {
  color: #333333;
}
.formulaire_login .spip_logo {
  display: block;
  max-width: 96px;
  height: auto;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.formulaire_login #pass_securise img {
  display: none;
}
.formulaire_login,
.formulaire_inscription,
.formulaire_oubli,
.formulaire_mot_de_passe {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.formulaire_menu_lang {
  margin-top: 12px;
  margin-bottom: 12px;
}
.formulaire_ecrire_auteur,
.formulaire_contact,
.formulaire_formidable_contact {
  padding-top: 24px;
}
.formulaire_ecrire_auteur legend,
.formulaire_contact legend,
.formulaire_formidable_contact legend {
  text-align: center;
  padding-bottom: 24px;
}
.formulaire_formidable_contact .formulaire_valeurs legend {
  display: none;
}
.formulaire_recherche {
  margin-bottom: 24px;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
  -webkit-appearance: none;
}
label .obligatoire {
  color: #d9534f;
}
label.label {
  display: inline-block;
  font-weight: 700;
  padding: unset;
  font-size: unset;
  line-height: unset;
  color: unset;
  text-align: unset;
  white-space: unset;
  vertical-align: unset;
  border-radius: unset;
}
.form-multistep {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-multistep {
    text-align: center;
  }
}
.form-multistep li {
  margin-bottom: 10px;
  filter: alpha(opacity=40);
  opacity: 0.4;
  font-weight: 200;
}
.form-multistep li .label {
  font-size: 110%;
  background-color: #777777;
}
.form-multistep li.active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.form-multistep li.active .label {
  background-color: #5bc0de;
}
.formulaire_filtre_par_mots input[type="checkbox"] {
  float: left;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  vertical-align: top;
}
.formulaire_filtre_par_mots legend {
  margin-bottom: 0;
}
.offre {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .offre {
    font-size: 16px;
  }
}
.offre .bg-offre {
  display: inline-block;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: .2em .6em .3em;
  color: #ffffff;
  background-color: #2ab22a;
}
a.offre .bg-offre:hover,
a.offre .bg-offre:focus {
  background-color: #208920;
}
.spip_in:not(.btn,.spip_doc_lien),
.spip_out:not(.btn,.spip_doc_lien),
.spip_mail:not(.btn,.spip_doc_lien),
.spip_ancre:not(.btn,.spip_doc_lien),
.spip_url:not(.btn,.spip_doc_lien) {
  font-weight: 700;
  text-shadow: none;
  box-shadow: inset 0 -2px 0 0 #228b22;
}
.spip_in:not(.btn,.spip_doc_lien):hover,
.spip_out:not(.btn,.spip_doc_lien):hover,
.spip_mail:not(.btn,.spip_doc_lien):hover,
.spip_ancre:not(.btn,.spip_doc_lien):hover,
.spip_url:not(.btn,.spip_doc_lien):hover {
  color: #ffffff;
  background-color: #134e13;
  text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #bdefbd 0%, #a9eaa9 100%);
  background-image: -o-linear-gradient(top, #bdefbd 0%, #a9eaa9 100%);
  background-image: linear-gradient(to bottom, #bdefbd 0%, #a9eaa9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdefbd', endColorstr='#ffa9eaa9', GradientType=0);
  background-repeat: repeat-x;
  background-color: #a9eaa9;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #228b22 0%, #1d771d 100%);
  background-image: -o-linear-gradient(top, #228b22 0%, #1d771d 100%);
  background-image: linear-gradient(to bottom, #228b22 0%, #1d771d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff228b22', endColorstr='#ff1d771d', GradientType=0);
  background-repeat: repeat-x;
  background-color: #1d771d;
}
.label-secondary {
  background-color: #2ab22a;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #208920;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 16px !important;
}
.alert h2.spip,
.alert h3.spip {
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
}
.alert .spip_picto_avec_legende:last-child {
  margin-bottom: 0;
}
.alert blockquote {
  border-color: inherit;
}
.alert-success {
  border-color: #b2dba1;
}
.alert-success hr.soften {
  background-image: -webkit-linear-gradient(left, rgba(223, 240, 216, 0), #3c763d 50%, rgba(223, 240, 216, 0));
  background-image: -o-linear-gradient(left, rgba(223, 240, 216, 0), #3c763d 50%, rgba(223, 240, 216, 0));
  background-image: linear-gradient(to right, rgba(223, 240, 216, 0), #3c763d 50%, rgba(223, 240, 216, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dff0d8', endColorstr='#00dff0d8', GradientType=1);
  background-repeat: no-repeat;
}
.alert-info {
  border-color: #9acfea;
}
.alert-info hr.soften {
  background-image: -webkit-linear-gradient(left, rgba(217, 237, 247, 0), #31708f 50%, rgba(217, 237, 247, 0));
  background-image: -o-linear-gradient(left, rgba(217, 237, 247, 0), #31708f 50%, rgba(217, 237, 247, 0));
  background-image: linear-gradient(to right, rgba(217, 237, 247, 0), #31708f 50%, rgba(217, 237, 247, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d9edf7', endColorstr='#00d9edf7', GradientType=1);
  background-repeat: no-repeat;
}
.alert-warning {
  border-color: #f6e9a7;
}
.alert-warning hr.soften {
  background-image: -webkit-linear-gradient(left, rgba(253, 250, 236, 0), #efa945 50%, rgba(253, 250, 236, 0));
  background-image: -o-linear-gradient(left, rgba(253, 250, 236, 0), #efa945 50%, rgba(253, 250, 236, 0));
  background-image: linear-gradient(to right, rgba(253, 250, 236, 0), #efa945 50%, rgba(253, 250, 236, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fdfaec', endColorstr='#00fdfaec', GradientType=1);
  background-repeat: no-repeat;
}
.alert-danger {
  border-color: #dca7a7;
}
.alert-danger hr.soften {
  background-image: -webkit-linear-gradient(left, rgba(242, 222, 222, 0), #a94442 50%, rgba(242, 222, 222, 0));
  background-image: -o-linear-gradient(left, rgba(242, 222, 222, 0), #a94442 50%, rgba(242, 222, 222, 0));
  background-image: linear-gradient(to right, rgba(242, 222, 222, 0), #a94442 50%, rgba(242, 222, 222, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2dede', endColorstr='#00f2dede', GradientType=1);
  background-repeat: no-repeat;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #228b22 0%, #186218 100%);
  background-image: -o-linear-gradient(top, #228b22 0%, #186218 100%);
  background-image: linear-gradient(to bottom, #228b22 0%, #186218 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff228b22', endColorstr='#ff186218', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #186218;
  background-image: -webkit-linear-gradient(top, #228b22 0%, #1a6c1a 100%);
  background-image: -o-linear-gradient(top, #228b22 0%, #1a6c1a 100%);
  background-image: linear-gradient(to bottom, #228b22 0%, #1a6c1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff228b22', endColorstr='#ff1a6c1a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #1a6c1a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.list-group-item-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.list-group-item-heading .spip_logo {
  float: right;
  display: block;
  max-width: 28px;
  height: auto;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #228b22 0%, #1d771d 100%);
  background-image: -o-linear-gradient(top, #228b22 0%, #1d771d 100%);
  background-image: linear-gradient(to bottom, #228b22 0%, #1d771d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff228b22', endColorstr='#ff1d771d', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fdfaec 0%, #fbf5d5 100%);
  background-image: -o-linear-gradient(top, #fdfaec 0%, #fbf5d5 100%);
  background-image: linear-gradient(to bottom, #fdfaec 0%, #fbf5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfaec', endColorstr='#fffbf5d5', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.pagination {
  margin-top: 48px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (min-width: 768px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media (max-width: 767px) {
  .page_login,
  .page_identifiants,
  .page_password {
    padding-top: 0;
  }
}
.page_login h1,
.page_identifiants h1,
.page_password h1 {
  font-family: "RocknRoll One", sans-serif;
  letter-spacing: 2px;
}
.page_login h3,
.page_identifiants h3,
.page_password h3 {
  color: #777777;
  font-weight: 300;
}
.page_login .well,
.page_identifiants .well,
.page_password .well {
  padding: 40px 40px;
}
@media screen and (min-width: 1200px) {
  .page_article_large .main-container .card-title.h4 {
    font-size: 30px;
  }
  .page_article_large .main-container .texte {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page_article_large .main-container .lead,
  .page_article_large .main-container blockquote {
    font-size: 32px;
  }
  .page_article_large .main-container h2.spip {
    font-size: 40.8px;
  }
  .page_article_large .main-container .texte > h2.spip,
  .page_article_large .main-container .lead > h2.spip {
    margin-top: 72px;
    margin-bottom: 48px;
  }
  .page_article_large .main-container .texte > blockquote.spip,
  .page_article_large .main-container .lead > blockquote.spip {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .page_article_large .main-container .card h2.spip:first-child {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .carte_gis {
    max-height: 250px;
  }
}
.leaflet-container .btn-default {
  color: #333333;
}
.leaflet-container .btn-primary {
  color: #ffffff;
}
.leaflet-container .btn-success {
  color: #ffffff;
}
.leaflet-container .btn-info {
  color: #ffffff;
}
.leaflet-container .btn-warning {
  color: #ffffff;
}
.leaflet-container .btn-danger {
  color: #ffffff;
}
.leaflet-popup-content {
  color: #333333;
}
.leaflet-popup-content h2,
.leaflet-popup-content .title {
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin: 0 0 12px;
  color: #333333;
}
.leaflet-popup-content img {
  display: block;
  margin-bottom: 12px;
}
.leaflet-popup-content p {
  font-size: 16px;
  margin: 0 0 12px;
}
.texte .carte_gis,
.lead .carte_gis {
  margin-bottom: 24px;
}
#carte {
  padding-top: 50px;
  margin-top: -50px;
}
.sociaux .socicon {
  background-color: #000 !important;
}
.sociaux .socicon:hover {
  background-color: #333 !important;
}
/* doit rester en dernier pour être pris en compte ! */
table.spip th {
  font-family: "RocknRoll One", sans-serif;
}
table.spip > tbody > tr:nth-of-type(odd) {
  background-color: #e3f8e3;
  color: #333333;
}
table.spip > tbody > tr:hover {
  background-color: #b9efb9;
  color: #333333;
}
