@charset "UTF-8";
/*!
 * Copyright Isagri Ingenierie 2019
 * Theme Bootstrap 2019
 * @version 3 : 11 / 2019
 * @author : SD
 * @description : styles de mise en page accessible au webmaster via l'éditeur HTML
 * @projet : IsanetMarches
 */
@import "//fonts.googleapis.com/icon?family=Material+Icons";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Raleway:400);
/*!
 * Copyright Isagri Ingenierie 2019
 * Theme Bootstrap 2019
 * @version 1 : 10 / 2019
 * @author : SD
 * @description : styles du footer
 * @projet : akanea
 */
/**
  * Theme Bootstrap 2017
  * @version du 28/08/2018 15:19:13  
  * @projet : cms étalon
  * @author : SD
  * @description : de classes utilitaire pour le thème Bootstrap
*/
.debug * {
  outline: 1px solid gold;
}

.debug-f * {
  outline: 1px solid magenta;
}

.debug-g * {
  outline: 1px solid #00ff00;
}

.debug-w * {
  outline: 1px solid white;
}

.debug-b * {
  outline: 1px solid black;
}

.ovh {
  overflow: hidden;
}

.clear {
  clear: both;
}

.clearfix:after,
.line:after {
  display: table;
  clear: both;
  border-collapse: collapse;
  content: '';
}

.left-auto {
  margin-right: auto;
}

.right-auto {
  margin-left: auto;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

body > script {
  display: none !important;
}

.inbl {
  display: inline-block;
  vertical-align: top;
}

.flexbox-h,
.flexbox-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flexbox-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexitem-fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flexitem-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flexitem-medium {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.flexitem-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flexitem-center {
  margin: auto;
}

.flexitem-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex100vh {
  min-height: 100vh;
}

.bz-cb * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz32 {
  font-size: 32px !important;
}

.man,
.ma0 {
  margin: 0;
}

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 5px;
}

.mam {
  margin: 10px;
}

.mal {
  margin: 20px;
}

.pas {
  padding: 5px;
}

.pam {
  padding: 10px;
}

.pal {
  padding: 20px;
}

.mtn,
.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: 5px;
}

.mtm {
  margin-top: 10px;
}

.mtl {
  margin-top: 20px;
}

.mrn,
.mr0 {
  margin-right: 0;
}

.mrs {
  margin-right: 5px;
}

.mrm {
  margin-right: 10px;
}

.mrl {
  margin-right: 20px;
}

.mbn,
.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 5px;
}

.mbm {
  margin-bottom: 10px;
}

.mbl {
  margin-bottom: 20px;
}

.mln,
.ml0 {
  margin-left: 0;
}

.mls {
  margin-left: 5px;
}

.mlm {
  margin-left: 10px;
}

.mll {
  margin-left: 20px;
}

.ptn,
.pt0 {
  padding-top: 0;
}

.pts {
  padding-top: 5px;
}

.ptm {
  padding-top: 10px;
}

.ptl {
  padding-top: 20px;
}

.prn,
.pr0 {
  padding-right: 0;
}

.prs {
  padding-right: 5px;
}

.prm {
  padding-right: 10px;
}

.prl {
  padding-right: 20px;
}

.pbn,
.pb0 {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 5px;
}

.pbm {
  padding-bottom: 10px;
}

.pbl {
  padding-bottom: 20px;
}

.pln,
.pl0 {
  padding-left: 0;
}

.pls {
  padding-left: 5px;
}

.plm {
  padding-left: 10px;
}

.pll {
  padding-left: 20px;
}

.doc__note {
  position: relative;
  margin: 1.5625em 0;
  padding: 1.9rem 1.2rem;
  border-left: 3.2rem solid #A3C6FF;
  border-radius: .35rem;
  background-color: rgba(163, 198, 255, 0.2);
  font-size: 1.28rem;
}

.doc__note:before {
  position: absolute;
  top: 0.3em;
  left: -2.6rem;
  font-family: 'Material Icons';
  color: #fff;
  font-size: 2rem;
  content: "edit";
  vertical-align: -.25em;
}

.doc__note :first-child {
  margin-top: 0;
}

.doc__note :last-child {
  margin-bottom: 0;
}

.doc__note--quote {
  background-color: rgba(94, 94, 94, 0.2);
  border-left-color: #5e5e5e;
}

.doc__note--quote:before {
  content: "format_quote";
}

.doc__note--danger {
  background-color: rgba(255, 141, 163, 0.2);
  border-left-color: #ff8da3;
}

.doc__note--danger:before {
  content: "flash_on";
}

.doc__note--warning {
  background-color: rgba(255, 201, 130, 0.2);
  border-left-color: #ffc982;
}

.doc__note--warning:before {
  content: "warning";
}

.doc__note--success {
  background-color: rgba(130, 243, 187, 0.2);
  border-left-color: #82f3bb;
}

.doc__note--success:before {
  content: "done";
}

.doc__note--tips {
  background-color: rgba(130, 223, 211, 0.2);
  border-left-color: #82dfd3;
}

.doc__note--tips:before {
  content: "whatshot";
}

.doc__note--summary {
  background-color: rgba(130, 216, 255, 0.2);
  border-left-color: #82d8ff;
}

.doc__note--summary:before {
  content: "subject";
}

/*!
 * Copyright Isagri Ingenierie 2019
 * Theme Bootstrap 2019
 * @version 4 : 10 / 2019
 * @author : SD
 * @description : -------------
 * @projet : akanea
 */
.sommaire__auto .sommaire_date,
.sommaire__auto .sommaire__item__date,
.sommaire__auto .sommaire__item__meta {
  display: inline-block;
  font-size: 0.8em;
  color: #aaa;
  padding-top: 0.225em;
}

.sommaire__auto .row--flex > * {
  margin-right: 1em;
}

.sommaire__auto .sommaire_link {
  color: inherit;
}

.sommaire__auto.sommaire__auto--agenda .sommaire__item__date {
  font-size: inherit;
  color: #666666;
  padding-top: 0;
}

.sommaire__auto .sommaire__item .Accepted,
.sommaire__auto .sommaire__item .Waiting,
.sommaire__auto .sommaire__item .Refused {
  width: 17px;
}

.sommaire__auto .sommaire__item .Accepted {
  background-image: url(/BibliRessources/images/imgnav/coche_ok.png);
}

.sommaire__auto .sommaire__item .Waiting {
  background-image: url(/BibliRessources/images/imgnav/coche_vide.png);
}

.sommaire__auto .sommaire__item .Refused {
  background-image: url(/BibliRessources/images/imgnav/coche_ko.png);
}

.sommaire__auto--nl .sommaire__item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.c-site1 {
  color: #96262C !important;
}

.c-site2 {
  color: #F29B34 !important;
}

.bc-site1 {
  background-color: #96262C !important;
}

.bc-site2 {
  background-color: #F29B34 !important;
}

.txt-blanc {
  color: #fff !important;
  fill: #fff !important;
}

.txt-site1 {
  color: #96262C !important;
  fill: #96262C !important;
}

.txt-site2 {
  color: #F29B34 !important;
  fill: #F29B34 !important;
}

.txt-site3 {
  color: #ebebeb !important;
  fill: #ebebeb !important;
}

.txt-site6 {
  color: #F29B34 !important;
  fill: #F29B34 !important;
}

.txt-noir {
  color: #000 !important;
  fill: #000 !important;
}

.txt-texte {
  color: #333333 !important;
  fill: #333333 !important;
}

@media all and (max-width: 768px) {
  body {
    font-size: 1.25em;
  }
}

.fiche__title,
.h1 {
  position: relative;
  margin-top: 0.25em;
  font-size: 2em;
  font-weight: 300;
  color: #96262C;
  /*    &:before {
        content: "";
        display: block;
        position: absolute;
        top: 0.22em;
        left: 0.5em;
        width: 1.6em;
        height: 1em;
        background: url('images/puce_ocealia.svg') no-repeat;
        background-size: contain;
    }*/
}

@media all and (min-width: 768px) {
  .fiche__title,
  .h1 {
    font-size: 2.5em;
  }
  .fiche__title:before,
  .h1:before {
    top: -0.08em;
    left: 0;
    width: 2em;
    height: 2em;
  }
}

.h1,
h1,
.titre {
  margin-top: 0.10em;
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  font-weight: normal;
  color: #96262C;
}

@media all and (min-width: 768px) {
  .h1,
  h1,
  .titre {
    font-size: 2.5em;
  }
}

h2,
.h2,
.stitre {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #96262C;
}

.h1 + h2, .h1 +
.h2, .h1 +
.stitre {
  margin-top: 0;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  h2,
  .h2,
  .stitre {
    font-size: 2em;
  }
}

h3,
.h3,
.sstitre {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #96262C;
}

.h2 + h3, .h2 +
.h3, .h2 +
.sstitre {
  margin-top: .45em;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  h3,
  .h3,
  .sstitre {
    font-size: 1.5em;
  }
}

h4,
.h4 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.90em;
  font-weight: 700;
  color: #96262C;
}

.h3 + h4, .h3 +
.h4 {
  margin-top: .55em;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.2em;
  }
}

h5,
.h5 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #96262C;
}

.h4 + h5, .h4 +
.h5 {
  margin-top: .55em;
  margin-bottom: 0;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

.normal {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #333333;
  text-align: justify;
  -ms-hyphens: auto;
      hyphens: auto;
}

.liste-a-puces, .liste-a-puces-2 {
  padding-left: 2.5em;
  list-style-type: none;
}

.liste-a-puces li, .liste-a-puces-2 li {
  position: relative;
}

.liste-a-puces li::before, .liste-a-puces-2 li::before {
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 1em;
  height: 1em;
  font-family: "FontAwesome", serif;
  font-size: .95em;
  content: '\f111';
  color: #96262C;
}

.liste-a-puces ul, .liste-a-puces-2 ul {
  padding-left: 1em;
  list-style-type: none;
}

.liste-a-puces ul li:before, .liste-a-puces-2 ul li:before {
  font-size: .5em;
}

.liste-a-puces-2 li::before {
  color: #F29B34;
}

.bloc-clair, .bloc-clair2, .bloc-fonce {
  background-color: #eee;
  padding: 10px 10px 0.5em 10px;
  margin-bottom: 1em;
}

.bloc-clair *:not(a), .bloc-clair2 *:not(a), .bloc-fonce *:not(a) {
  padding: 0 0.5em;
}

.bloc-clair .stitre, .bloc-clair2 .stitre, .bloc-fonce .stitre {
  position: relative;
  padding: 0.55em 0.7em 0.55em;
  margin: -10px -10px 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  color: #FFF;
  background-color: #96262C;
}

.bloc-clair .stitre:before, .bloc-clair .stitre:after, .bloc-clair2 .stitre:before, .bloc-clair2 .stitre:after, .bloc-fonce .stitre:before, .bloc-fonce .stitre:after {
  content: inherit;
}

.bloc-clair2 .stitre {
  background-color: #F29B34;
}

.bloc-fonce {
  background-color: #ccc !important;
}

.bloc-fonce .stitre {
  background-color: #96262C;
}

.bloc-fonce .normal,
.bloc-fonce p {
  color: #333333;
}

.bloc-clair-1,
.bloc-clair-2,
.bloc-clair-3,
.bloc-fonce-1,
.bloc-fonce-2,
.bloc-fonce-3 {
  background-color: #EBEBEB;
  padding: 0 0 0.7em 0;
  margin-bottom: 1em;
}

.bloc-clair-1 *:not(a),
.bloc-clair-2 *:not(a),
.bloc-clair-3 *:not(a),
.bloc-fonce-1 *:not(a),
.bloc-fonce-2 *:not(a),
.bloc-fonce-3 *:not(a) {
  padding: 0 0.5em;
}

.bloc-clair-1 > div:first-child,
.bloc-clair-2 > div:first-child,
.bloc-clair-3 > div:first-child,
.bloc-fonce-1 > div:first-child,
.bloc-fonce-2 > div:first-child,
.bloc-fonce-3 > div:first-child {
  padding: 0;
}

.bloc-clair-1 ul, .bloc-clair-1 ol,
.bloc-clair-1 .liste-a-puces,
.bloc-clair-2 ul,
.bloc-clair-2 ol,
.bloc-clair-2 .liste-a-puces,
.bloc-clair-3 ul,
.bloc-clair-3 ol,
.bloc-clair-3 .liste-a-puces,
.bloc-fonce-1 ul,
.bloc-fonce-1 ol,
.bloc-fonce-1 .liste-a-puces,
.bloc-fonce-2 ul,
.bloc-fonce-2 ol,
.bloc-fonce-2 .liste-a-puces,
.bloc-fonce-3 ul,
.bloc-fonce-3 ol,
.bloc-fonce-3 .liste-a-puces {
  padding-left: 2em;
}

.bloc-clair-1 .h2, .bloc-clair-1 .stitre, .bloc-clair-1 h2,
.bloc-clair-2 .h2,
.bloc-clair-2 .stitre,
.bloc-clair-2 h2,
.bloc-clair-3 .h2,
.bloc-clair-3 .stitre,
.bloc-clair-3 h2,
.bloc-fonce-1 .h2,
.bloc-fonce-1 .stitre,
.bloc-fonce-1 h2,
.bloc-fonce-2 .h2,
.bloc-fonce-2 .stitre,
.bloc-fonce-2 h2,
.bloc-fonce-3 .h2,
.bloc-fonce-3 .stitre,
.bloc-fonce-3 h2 {
  position: relative;
  padding: 0.55em 0.7em 0.55em;
  margin: -10px -10px 14px;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  color: #FFF;
  background-color: #96262C;
}

.bloc-clair-1 .h2:before, .bloc-clair-1 .h2:after, .bloc-clair-1 .stitre:before, .bloc-clair-1 .stitre:after, .bloc-clair-1 h2:before, .bloc-clair-1 h2:after,
.bloc-clair-2 .h2:before,
.bloc-clair-2 .h2:after,
.bloc-clair-2 .stitre:before,
.bloc-clair-2 .stitre:after,
.bloc-clair-2 h2:before,
.bloc-clair-2 h2:after,
.bloc-clair-3 .h2:before,
.bloc-clair-3 .h2:after,
.bloc-clair-3 .stitre:before,
.bloc-clair-3 .stitre:after,
.bloc-clair-3 h2:before,
.bloc-clair-3 h2:after,
.bloc-fonce-1 .h2:before,
.bloc-fonce-1 .h2:after,
.bloc-fonce-1 .stitre:before,
.bloc-fonce-1 .stitre:after,
.bloc-fonce-1 h2:before,
.bloc-fonce-1 h2:after,
.bloc-fonce-2 .h2:before,
.bloc-fonce-2 .h2:after,
.bloc-fonce-2 .stitre:before,
.bloc-fonce-2 .stitre:after,
.bloc-fonce-2 h2:before,
.bloc-fonce-2 h2:after,
.bloc-fonce-3 .h2:before,
.bloc-fonce-3 .h2:after,
.bloc-fonce-3 .stitre:before,
.bloc-fonce-3 .stitre:after,
.bloc-fonce-3 h2:before,
.bloc-fonce-3 h2:after {
  content: inherit;
}

.bloc-clair-1 h2 *, .bloc-clair-1 a *,
.bloc-clair-2 h2 *,
.bloc-clair-2 a *,
.bloc-clair-3 h2 *,
.bloc-clair-3 a *,
.bloc-fonce-1 h2 *,
.bloc-fonce-1 a *,
.bloc-fonce-2 h2 *,
.bloc-fonce-2 a *,
.bloc-fonce-3 h2 *,
.bloc-fonce-3 a * {
  padding: 0;
}

.bloc-clair-2 .h2, .bloc-clair-2 .stitre, .bloc-clair-2 h2 {
  background-color: #F29B34;
}

.bloc-clair-3 .h2, .bloc-clair-3 .stitre, .bloc-clair-3 h2 {
  color: #333333;
  background-color: #a9abab;
}

.bloc-fonce-1,
.bloc-fonce-2,
.bloc-fonce-3 {
  background-color: #c4c4c4;
}

.bloc-fonce-2 .h2, .bloc-fonce-2 .stitre, .bloc-fonce-2 h2 {
  background-color: #F29B34;
}

.bloc-fonce-3 .h2, .bloc-fonce-3 .stitre, .bloc-fonce-3 h2 {
  color: #333333;
  background-color: #a9abab;
}

.bloc-couleur-1,
.bloc-couleur-2,
.bloc-couleur-3 {
  background-color: #96262C;
  padding: 10px 10px 0.5em 10px;
  margin-bottom: 1em;
  color: #FFF;
}

.bloc-couleur-1 *:not(a),
.bloc-couleur-2 *:not(a),
.bloc-couleur-3 *:not(a) {
  padding: 0 0.5em;
}

.bloc-couleur-1 h3, .bloc-couleur-1 .h3, .bloc-couleur-1 .sstitre, .bloc-couleur-1 h2, .bloc-couleur-1 .h2, .bloc-couleur-1 .stitre,
.bloc-couleur-2 h3,
.bloc-couleur-2 .h3,
.bloc-couleur-2 .sstitre,
.bloc-couleur-2 h2,
.bloc-couleur-2 .h2,
.bloc-couleur-2 .stitre,
.bloc-couleur-3 h3,
.bloc-couleur-3 .h3,
.bloc-couleur-3 .sstitre,
.bloc-couleur-3 h2,
.bloc-couleur-3 .h2,
.bloc-couleur-3 .stitre {
  margin: 10px 0px 15px 5px;
  font-size: 1.5em;
  color: #FFF;
}

.bloc-couleur-1 a:not([class]),
.bloc-couleur-2 a:not([class]),
.bloc-couleur-3 a:not([class]) {
  color: #FFF;
}

.bloc-couleur-1 ul, .bloc-couleur-1 ol,
.bloc-couleur-1 .liste-a-puces,
.bloc-couleur-2 ul,
.bloc-couleur-2 ol,
.bloc-couleur-2 .liste-a-puces,
.bloc-couleur-3 ul,
.bloc-couleur-3 ol,
.bloc-couleur-3 .liste-a-puces {
  padding-left: 2em;
}

.bloc-couleur-1 > div:first-child,
.bloc-couleur-2 > div:first-child,
.bloc-couleur-3 > div:first-child {
  padding: 0;
}

.bloc-couleur-1 .table-bordered > thead > tr > td, .bloc-couleur-1 .table-bordered > thead > tr > th,
.bloc-couleur-2 .table-bordered > thead > tr > td,
.bloc-couleur-2 .table-bordered > thead > tr > th,
.bloc-couleur-3 .table-bordered > thead > tr > td,
.bloc-couleur-3 .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}

.bloc-couleur-1 .table > tbody > tr > td,
.bloc-couleur-2 .table > tbody > tr > td,
.bloc-couleur-3 .table > tbody > tr > td {
  color: #FFF;
}

.bloc-couleur-1 .table-striped > tbody > tr:nth-of-type(odd),
.bloc-couleur-2 .table-striped > tbody > tr:nth-of-type(odd),
.bloc-couleur-3 .table-striped > tbody > tr:nth-of-type(odd) {
  background: #822126;
}

.bloc-couleur-1 .table-bordered,
.bloc-couleur-1 .table-bordered > tbody > tr > td,
.bloc-couleur-1 .table-bordered > thead > tr > th,
.bloc-couleur-2 .table-bordered,
.bloc-couleur-2 .table-bordered > tbody > tr > td,
.bloc-couleur-2 .table-bordered > thead > tr > th,
.bloc-couleur-3 .table-bordered,
.bloc-couleur-3 .table-bordered > tbody > tr > td,
.bloc-couleur-3 .table-bordered > thead > tr > th {
  border: 1px solid #FFF;
}

.bloc-couleur-2 {
  background: #F29B34;
}

.bloc-couleur-2 .table-striped > tbody > tr:nth-of-type(odd) {
  background: #f08f1c;
}

.bloc-couleur-3 {
  background: #a9abab;
  color: #333333;
}

.bloc-couleur-3 h3, .bloc-couleur-3 .h3, .bloc-couleur-3 .sstitre, .bloc-couleur-3 h2, .bloc-couleur-3 .h2, .bloc-couleur-3 .stitre,
.bloc-couleur-3 a:not([class]),
.bloc-couleur-3 .table > tbody > tr > td {
  color: #333333;
}

.bloc-couleur-3 .table-striped > tbody > tr:nth-of-type(odd) {
  background: #9c9e9e;
}

.contenu a:not(.btn) {
  color: #96262C;
  text-decoration: underline;
}

.contenu a:not(.btn):hover {
  color: #6d1c20;
}

.btn-gris {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-gris:focus, .btn-gris.focus {
  color: #fff;
  background-color: #4d4c4c;
  border-color: #262626;
}

.btn-gris:hover {
  color: #fff;
  background-color: #4d4c4c;
  border-color: #474747;
}

.btn-gris:active, .btn-gris.active,
.open > .btn-gris.dropdown-toggle {
  color: #fff;
  background-color: #4d4c4c;
  background-image: none;
  border-color: #474747;
}

.btn-gris:active:hover, .btn-gris:active:focus, .btn-gris:active.focus, .btn-gris.active:hover, .btn-gris.active:focus, .btn-gris.active.focus,
.open > .btn-gris.dropdown-toggle:hover,
.open > .btn-gris.dropdown-toggle:focus,
.open > .btn-gris.dropdown-toggle.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #262626;
}

.btn-gris.disabled:hover, .btn-gris.disabled:focus, .btn-gris.disabled.focus, .btn-gris[disabled]:hover, .btn-gris[disabled]:focus, .btn-gris[disabled].focus,
fieldset[disabled] .btn-gris:hover,
fieldset[disabled] .btn-gris:focus,
fieldset[disabled] .btn-gris.focus {
  background-color: #666;
  border-color: #666;
}

.btn-gris .badge {
  color: #666;
  background-color: #fff;
}

/*.btn-primary-border {
  @include button-variant($c-site1, transparent, $c-site1);
  border: 2px solid $c-site1;
}*/
.btn-slider {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  padding: 0.5em 4em;
  font-family: sans-serif !important;
}

.btn-slider:focus, .btn-slider.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}

.btn-slider:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-slider:active, .btn-slider.active,
.open > .btn-slider.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}

.btn-slider:active:hover, .btn-slider:active:focus, .btn-slider:active.focus, .btn-slider.active:hover, .btn-slider.active:focus, .btn-slider.active.focus,
.open > .btn-slider.dropdown-toggle:hover,
.open > .btn-slider.dropdown-toggle:focus,
.open > .btn-slider.dropdown-toggle.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}

.btn-slider.disabled:hover, .btn-slider.disabled:focus, .btn-slider.disabled.focus, .btn-slider[disabled]:hover, .btn-slider[disabled]:focus, .btn-slider[disabled].focus,
fieldset[disabled] .btn-slider:hover,
fieldset[disabled] .btn-slider:focus,
fieldset[disabled] .btn-slider.focus {
  background-color: transparent;
  border-color: #fff;
}

.btn-slider .badge {
  color: transparent;
  background-color: #fff;
}

.btn-slider:hover {
  background: rgba(255, 255, 255, 0.25);
}

#ctl00_ContentPlaceHolder1_ctl00_BtSave,
.contenu [id$="BtSave"] .btn-primary {
  background: #FFF;
  border: 2px solid #96262C;
}

#ctl00_ContentPlaceHolder1_ctl00_BtSave:hover, #ctl00_ContentPlaceHolder1_ctl00_BtSave:focus, #ctl00_ContentPlaceHolder1_ctl00_BtSave:active,
.contenu [id$="BtSave"] .btn-primary:hover,
.contenu [id$="BtSave"] .btn-primary:focus,
.contenu [id$="BtSave"] .btn-primary:active {
  background: #96262C;
}

.btn-primary,
.btn-site1, .btn-site2 {
  white-space: break-spaces;
}

.dxbButton_MaterialColor.btn-primary {
  white-space: normal;
}

.identWeb [id$="BtValider"],
.module__actualite .readActu, .btn-primary,
.btn-site1, .btn-site2,
div.CMS_FloatLeft .dxbButton_MaterialColor,
.dxbButton_MaterialColor, .btnApplyEntityFilter {
  padding: 0.85rem 1.75rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  line-height: 1.6em;
  border-radius: 25px;
  border: none;
  color: #96262C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.identWeb [id$="BtValider"]:after,
.module__actualite .readActu:after, .btn-primary:after,
.btn-site1:after, .btn-site2:after,
div.CMS_FloatLeft .dxbButton_MaterialColor:after,
.dxbButton_MaterialColor:after, .btnApplyEntityFilter:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 2px solid #96262C;
  z-index: -2;
  border-radius: 25px;
}

.identWeb [id$="BtValider"]:before,
.module__actualite .readActu:before, .btn-primary:before,
.btn-site1:before, .btn-site2:before,
div.CMS_FloatLeft .dxbButton_MaterialColor:before,
.dxbButton_MaterialColor:before, .btnApplyEntityFilter:before {
  content: '';
  font-size: 1.15em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #96262C;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 25px;
}

.identWeb [id$="BtValider"]:hover, .identWeb [id$="BtValider"]:focus,
.module__actualite .readActu:hover,
.module__actualite .readActu:focus, .btn-primary:hover, .btn-primary:focus,
.btn-site1:hover,
.btn-site1:focus, .btn-site2:hover, .btn-site2:focus,
div.CMS_FloatLeft .dxbButton_MaterialColor:hover,
div.CMS_FloatLeft .dxbButton_MaterialColor:focus,
.dxbButton_MaterialColor:hover,
.dxbButton_MaterialColor:focus, .btnApplyEntityFilter:hover, .btnApplyEntityFilter:focus {
  color: #fff;
  text-decoration: none;
}

.identWeb [id$="BtValider"]:hover:before, .identWeb [id$="BtValider"]:focus:before,
.module__actualite .readActu:hover:before,
.module__actualite .readActu:focus:before, .btn-primary:hover:before, .btn-primary:focus:before,
.btn-site1:hover:before,
.btn-site1:focus:before, .btn-site2:hover:before, .btn-site2:focus:before,
div.CMS_FloatLeft .dxbButton_MaterialColor:hover:before,
div.CMS_FloatLeft .dxbButton_MaterialColor:focus:before,
.dxbButton_MaterialColor:hover:before,
.dxbButton_MaterialColor:focus:before, .btnApplyEntityFilter:hover:before, .btnApplyEntityFilter:focus:before {
  width: 100%;
}

.dxgv a.dxbButton_MaterialColor {
  border-radius: 0;
}

.dxgv a.dxbButton_MaterialColor::after {
  border: none;
  background: transparent;
  border-radius: 0;
}

.dxgv a.dxbButton_MaterialColor::before {
  position: initial;
  border-radius: 25px;
}

.dxgv a.dxbButton_MaterialColor:hover::before {
  background: transparent;
  border-radius: 0;
}

.btn-site2 {
  color: #F29B34;
}

.btn-site2::after {
  background-color: #FFF;
  border: 2px solid #F29B34;
}

.btn-site2::before {
  background-color: #F29B34;
}

#btnRechercheSimple {
  height: 42px;
  color: #FFF;
}

#btnRechercheSimple:after, #btnRechercheSimple:before {
  display: none;
}

#btnRechercheSimple:hover {
  color: #FFF !important;
}

.btnG-telechargement, .btnG-telechargement-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  padding-left: 50px;
  /*AMA*/
  padding-right: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: initial;
  color: #96262C;
  font-weight: 500;
  white-space: break-spaces;
  height: auto;
  border-radius: inherit;
}

.btnG-telechargement:after, .btnG-telechargement-2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 2px solid #96262C;
  z-index: -2;
  border-radius: 2rem;
}

.btnG-telechargement:before, .btnG-telechargement-2:before {
  content: '\f019';
  font-family: 'FontAwesome';
  font-size: 1.15em;
  padding-left: 14px;
  padding-top: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 100%;
  background-color: #96262C;
  color: #FFF;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10rem;
}

.btnG-telechargement:hover, .btnG-telechargement:focus, .btnG-telechargement-2:hover, .btnG-telechargement-2:focus {
  color: #FFF !important;
  text-decoration: none !important;
}

.btnG-telechargement:hover:before, .btnG-telechargement-2:hover:before {
  width: 100%;
}

@media screen and (max-width: 280px) {
  .btnG-telechargement, .btnG-telechargement-2 {
    font-size: small;
    padding-top: 0.25em;
  }
}

.btnG-telechargement-2 {
  color: #F29B34;
}

.btnG-telechargement-2:hover, .btnG-telechargement-2:focus {
  color: #FFF;
}

.btnG-telechargement-2:after {
  border: 2px solid #F29B34;
}

.btnG-telechargement-2:before {
  background-color: #F29B34;
}

.lien-telechargement, .lien-telechargement-2 {
  position: relative;
  padding: 0.5em 1em 0.5em 2em;
  text-decoration: none;
  color: #96262C;
  background: transparent;
}

.lien-telechargement::before, .lien-telechargement-2::before {
  font-family: "FontAwesome", serif;
  font-size: 1em;
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  width: 1em;
  height: 1em;
  content: '\f019';
  color: #96262C;
}

.lien-telechargement:hover, .lien-telechargement-2:hover {
  color: #6d1c20;
  background-color: transparent;
}

.lien-telechargement:hover::before, .lien-telechargement-2:hover::before {
  color: #6d1c20;
}

.lien-telechargement-2 {
  color: #F29B34;
}

.lien-telechargement-2::before {
  color: #F29B34;
}

.lien-telechargement-2:hover {
  color: #e4830f;
}

.lien-telechargement-2:hover::before {
  color: #e4830f;
}

.tableau-1 thead, .tableau-1 tr > th, .tableau-1 tr:nth-of-type(odd) > th {
  color: #FFF;
  background-color: #96262C;
}

.tableau-2 thead, .tableau-2 tr > th, .tableau-2 tr:nth-of-type(odd) > th {
  color: #FFF;
  background-color: #F29B34;
}

.tableau-3 thead, .tableau-3 tr > th, .tableau-3 tr:nth-of-type(odd) > th {
  color: #464646;
  background-color: #a9abab;
}

.tableau thead {
  background-color: #96262C;
  color: #fff;
}

.tableau.table--regular thead th {
  border-right: 1px solid #fff;
}

.tableau.table--regular thead th:last-child {
  border-right: none;
}

.tableau.table--gray thead {
  background-color: #a9abab;
  color: #464646;
}

.tableau.table--gray thead th {
  border-right: 1px solid #464646;
}

.tableau.table--gray thead th:last-child {
  border-right: none;
}

table p,
.table p {
  margin: 0;
  padding: 0;
}

.tableau-neutre {
  border-collapse: collapse;
  border: none !important;
  border-spacing: 0 !important;
}

.img-ombre {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.carte img:first-child {
  max-width: 100%;
}

.carte .titre {
  text-align: center;
}

pre,
.code {
  display: block;
  padding: 1em;
  margin: 1em 0;
  border: 1px solid #000;
  background-color: #eee;
  font-family: Consolas, monospace;
  font-size: 1.2em;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .flex-column-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-0-sm {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-1-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-sm {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.marges-nulles {
  margin-left: -15px;
  margin-right: -15px;
}
