@charset "UTF-8";
/**
  * Theme Bootstrap 2017
  * @version du 22/03/2018 09:48:38 
  * @projet : cms étalon
  * @author : SD
  * @description : styles de mise en page accessible au webmaster via l'éditeur HTML
*/
@import "//fonts.googleapis.com/icon?family=Material+Icons";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700,700italic|Bree+Serif);
/**
  * Theme Bootstrap 2017
  * @version du 23/09/2020 13:36:50
  * @projet : cms etalon
  * @author : SD
  * @description : fichier centralisant les variables du thème Bootstrap
*/
/**
  * 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;
  background: rgba(163, 198, 255, 0.2);
  border-radius: 0.35rem;
  font-size: 1.28rem;
}

.doc__note h3 {
  font-size: 1.25em;
  color: #002b70;
}

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

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

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

.doc__note--note {
  background-color: rgba(163, 198, 255, 0.2);
  border-left-color: #a3c6ff;
}

.doc__note--note h3 {
  color: #002b70;
}

.doc__note--note::before {
  content: "edit";
  color: #fff;
}

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

.doc__note--quote h3 {
  color: #121111;
}

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

.doc__note--danger {
  background-color: rgba(165, 0, 0, 0.2);
  border-left-color: #a50000;
}

.doc__note--danger h3 {
  color: black;
}

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

.doc__note--warning {
  background-color: rgba(225, 115, 44, 0.2);
  border-left-color: #e1732c;
}

.doc__note--warning h3 {
  color: #0c0602;
}

.doc__note--warning::before {
  content: "warning";
  color: #fff;
}

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

.doc__note--success h3 {
  color: #0a6c3b;
}

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

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

.doc__note--tips h3 {
  color: #144e47;
}

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

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

.doc__note--summary h3 {
  color: #005982;
}

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

.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: #777777;
  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;
}

body {
  font-size: 16px !important;
}

.h1,
h1,
.titre {
  margin-top: 0;
  font-family: "Calibri", sans-serif;
  font-size: 2.438em;
  font-weight: normal;
  color: #101F69;
}

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

.c-site3 {
  color: #006AB3 !important;
}

.c-site4 {
  color: #0095D8 !important;
}

.c-site5 {
  color: #009D30 !important;
}

.c-site6 {
  color: #B1C800 !important;
}

h2,
.h2,
.stitre {
  margin-top: 0;
  font-family: "Calibri", sans-serif;
  font-size: 1.875em;
  color: #101F69;
}

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

h3,
.h3,
.sstitre {
  margin-top: 0;
  font-family: "Calibri", sans-serif;
  font-size: 1.438em;
  letter-spacing: 0.02em;
  color: #444;
}

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

h4,
.h4 {
  margin-top: 0;
  font-family: "Calibri", sans-serif;
  font-size: 1.071em;
  color: #444;
  font-weight: 700;
}

.h3 + h4, .h3 +
.h4 {
  margin-top: .25em;
  margin-bottom: 1em;
}

p {
  font-family: "Calibri", sans-serif;
  font-size: 16px;
}

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

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

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

.liste-a-puces li::before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: -1.6em;
  font-family: "FontAwesome", serif;
  font-size: .7em;
  content: '\f111';
  color: #101F69;
}

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

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

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

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

.bloc-clair .h1,
.bloc-clair h1,
.bloc-clair .titre,
.bloc-fonce .h1,
.bloc-fonce h1,
.bloc-fonce .titre {
  position: relative;
  padding: 0.3em 1em 0.3em;
  margin: -10px -10px 14px;
  font-family: "Calibri", sans-serif;
  font-size: 1.5em;
  color: #fff;
  background-color: #101F69;
}

.bloc-clair ul,
.bloc-clair .liste-a-puces,
.bloc-fonce ul,
.bloc-fonce .liste-a-puces {
  padding-left: 3.1em;
}

.bloc-fonce {
  background-color: #eee;
}

.bloc-fonce .h1,
.bloc-fonce h1,
.bloc-fonce .titre {
  color: #fff;
  background-color: #555;
}

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

.bloc-fonce a {
  color: #000 !important;
}

.bloc-fonce ul li,
.bloc-fonce .liste-a-puces li {
  color: #fff;
}

.bloc-fonce ul li::before,
.bloc-fonce .liste-a-puces li::before {
  color: #fff;
}

/* ************ */
/*  les blocs (version concepteur) */
.bloc-clair1,
.bloc-clair2,
.bloc-clair3,
.bloc-clair4,
.bloc-clair5,
.bloc-clair6,
.bloc-fonce1,
.bloc-fonce2,
.bloc-fonce3,
.bloc-fonce4,
.bloc-fonce5,
.bloc-fonce6,
.bloc-couleur1,
.bloc-couleur2,
.bloc-couleur3,
.bloc-couleur4,
.bloc-couleur5,
.bloc-couleur6 {
  background-color: #eee;
  padding: 10px 10px 0.5em 10px;
  margin-bottom: 1em;
}

.bloc-clair1 *:not(a),
.bloc-clair2 *:not(a),
.bloc-clair3 *:not(a),
.bloc-clair4 *:not(a),
.bloc-clair5 *:not(a),
.bloc-clair6 *:not(a),
.bloc-fonce1 *:not(a),
.bloc-fonce2 *:not(a),
.bloc-fonce3 *:not(a),
.bloc-fonce4 *:not(a),
.bloc-fonce5 *:not(a),
.bloc-fonce6 *:not(a),
.bloc-couleur1 *:not(a),
.bloc-couleur2 *:not(a),
.bloc-couleur3 *:not(a),
.bloc-couleur4 *:not(a),
.bloc-couleur5 *:not(a),
.bloc-couleur6 *:not(a) {
  padding: 0 0.5em;
}

.bloc-clair1 .h3, .bloc-clair1 .h2,
.bloc-clair2 .h3,
.bloc-clair2 .h2,
.bloc-clair3 .h3,
.bloc-clair3 .h2,
.bloc-clair4 .h3,
.bloc-clair4 .h2,
.bloc-clair5 .h3,
.bloc-clair5 .h2,
.bloc-clair6 .h3,
.bloc-clair6 .h2,
.bloc-fonce1 .h3,
.bloc-fonce1 .h2,
.bloc-fonce2 .h3,
.bloc-fonce2 .h2,
.bloc-fonce3 .h3,
.bloc-fonce3 .h2,
.bloc-fonce4 .h3,
.bloc-fonce4 .h2,
.bloc-fonce5 .h3,
.bloc-fonce5 .h2,
.bloc-fonce6 .h3,
.bloc-fonce6 .h2,
.bloc-couleur1 .h3,
.bloc-couleur1 .h2,
.bloc-couleur2 .h3,
.bloc-couleur2 .h2,
.bloc-couleur3 .h3,
.bloc-couleur3 .h2,
.bloc-couleur4 .h3,
.bloc-couleur4 .h2,
.bloc-couleur5 .h3,
.bloc-couleur5 .h2,
.bloc-couleur6 .h3,
.bloc-couleur6 .h2 {
  position: relative;
  padding: 0.55em 0.7em 0.55em;
  margin: -10px -10px 14px;
  font-family: "Calibri", sans-serif;
  color: #FFF;
  font-weight: 500;
  background-color: #101F69;
}

.bloc-clair1 .h3:before, .bloc-clair1 .h3:after, .bloc-clair1 .h2:before, .bloc-clair1 .h2:after,
.bloc-clair2 .h3:before,
.bloc-clair2 .h3:after,
.bloc-clair2 .h2:before,
.bloc-clair2 .h2:after,
.bloc-clair3 .h3:before,
.bloc-clair3 .h3:after,
.bloc-clair3 .h2:before,
.bloc-clair3 .h2:after,
.bloc-clair4 .h3:before,
.bloc-clair4 .h3:after,
.bloc-clair4 .h2:before,
.bloc-clair4 .h2:after,
.bloc-clair5 .h3:before,
.bloc-clair5 .h3:after,
.bloc-clair5 .h2:before,
.bloc-clair5 .h2:after,
.bloc-clair6 .h3:before,
.bloc-clair6 .h3:after,
.bloc-clair6 .h2:before,
.bloc-clair6 .h2:after,
.bloc-fonce1 .h3:before,
.bloc-fonce1 .h3:after,
.bloc-fonce1 .h2:before,
.bloc-fonce1 .h2:after,
.bloc-fonce2 .h3:before,
.bloc-fonce2 .h3:after,
.bloc-fonce2 .h2:before,
.bloc-fonce2 .h2:after,
.bloc-fonce3 .h3:before,
.bloc-fonce3 .h3:after,
.bloc-fonce3 .h2:before,
.bloc-fonce3 .h2:after,
.bloc-fonce4 .h3:before,
.bloc-fonce4 .h3:after,
.bloc-fonce4 .h2:before,
.bloc-fonce4 .h2:after,
.bloc-fonce5 .h3:before,
.bloc-fonce5 .h3:after,
.bloc-fonce5 .h2:before,
.bloc-fonce5 .h2:after,
.bloc-fonce6 .h3:before,
.bloc-fonce6 .h3:after,
.bloc-fonce6 .h2:before,
.bloc-fonce6 .h2:after,
.bloc-couleur1 .h3:before,
.bloc-couleur1 .h3:after,
.bloc-couleur1 .h2:before,
.bloc-couleur1 .h2:after,
.bloc-couleur2 .h3:before,
.bloc-couleur2 .h3:after,
.bloc-couleur2 .h2:before,
.bloc-couleur2 .h2:after,
.bloc-couleur3 .h3:before,
.bloc-couleur3 .h3:after,
.bloc-couleur3 .h2:before,
.bloc-couleur3 .h2:after,
.bloc-couleur4 .h3:before,
.bloc-couleur4 .h3:after,
.bloc-couleur4 .h2:before,
.bloc-couleur4 .h2:after,
.bloc-couleur5 .h3:before,
.bloc-couleur5 .h3:after,
.bloc-couleur5 .h2:before,
.bloc-couleur5 .h2:after,
.bloc-couleur6 .h3:before,
.bloc-couleur6 .h3:after,
.bloc-couleur6 .h2:before,
.bloc-couleur6 .h2:after {
  content: inherit;
}

.bloc-clair1 ul, .bloc-clair1 ol,
.bloc-clair1 .liste-a-puces,
.bloc-clair2 ul,
.bloc-clair2 ol,
.bloc-clair2 .liste-a-puces,
.bloc-clair3 ul,
.bloc-clair3 ol,
.bloc-clair3 .liste-a-puces,
.bloc-clair4 ul,
.bloc-clair4 ol,
.bloc-clair4 .liste-a-puces,
.bloc-clair5 ul,
.bloc-clair5 ol,
.bloc-clair5 .liste-a-puces,
.bloc-clair6 ul,
.bloc-clair6 ol,
.bloc-clair6 .liste-a-puces,
.bloc-fonce1 ul,
.bloc-fonce1 ol,
.bloc-fonce1 .liste-a-puces,
.bloc-fonce2 ul,
.bloc-fonce2 ol,
.bloc-fonce2 .liste-a-puces,
.bloc-fonce3 ul,
.bloc-fonce3 ol,
.bloc-fonce3 .liste-a-puces,
.bloc-fonce4 ul,
.bloc-fonce4 ol,
.bloc-fonce4 .liste-a-puces,
.bloc-fonce5 ul,
.bloc-fonce5 ol,
.bloc-fonce5 .liste-a-puces,
.bloc-fonce6 ul,
.bloc-fonce6 ol,
.bloc-fonce6 .liste-a-puces,
.bloc-couleur1 ul,
.bloc-couleur1 ol,
.bloc-couleur1 .liste-a-puces,
.bloc-couleur2 ul,
.bloc-couleur2 ol,
.bloc-couleur2 .liste-a-puces,
.bloc-couleur3 ul,
.bloc-couleur3 ol,
.bloc-couleur3 .liste-a-puces,
.bloc-couleur4 ul,
.bloc-couleur4 ol,
.bloc-couleur4 .liste-a-puces,
.bloc-couleur5 ul,
.bloc-couleur5 ol,
.bloc-couleur5 .liste-a-puces,
.bloc-couleur6 ul,
.bloc-couleur6 ol,
.bloc-couleur6 .liste-a-puces {
  padding-left: 2em;
}

.bloc-clair1 ul li::before, .bloc-clair1 ol li::before,
.bloc-clair1 .liste-a-puces li::before,
.bloc-clair2 ul li::before,
.bloc-clair2 ol li::before,
.bloc-clair2 .liste-a-puces li::before,
.bloc-clair3 ul li::before,
.bloc-clair3 ol li::before,
.bloc-clair3 .liste-a-puces li::before,
.bloc-clair4 ul li::before,
.bloc-clair4 ol li::before,
.bloc-clair4 .liste-a-puces li::before,
.bloc-clair5 ul li::before,
.bloc-clair5 ol li::before,
.bloc-clair5 .liste-a-puces li::before,
.bloc-clair6 ul li::before,
.bloc-clair6 ol li::before,
.bloc-clair6 .liste-a-puces li::before,
.bloc-fonce1 ul li::before,
.bloc-fonce1 ol li::before,
.bloc-fonce1 .liste-a-puces li::before,
.bloc-fonce2 ul li::before,
.bloc-fonce2 ol li::before,
.bloc-fonce2 .liste-a-puces li::before,
.bloc-fonce3 ul li::before,
.bloc-fonce3 ol li::before,
.bloc-fonce3 .liste-a-puces li::before,
.bloc-fonce4 ul li::before,
.bloc-fonce4 ol li::before,
.bloc-fonce4 .liste-a-puces li::before,
.bloc-fonce5 ul li::before,
.bloc-fonce5 ol li::before,
.bloc-fonce5 .liste-a-puces li::before,
.bloc-fonce6 ul li::before,
.bloc-fonce6 ol li::before,
.bloc-fonce6 .liste-a-puces li::before,
.bloc-couleur1 ul li::before,
.bloc-couleur1 ol li::before,
.bloc-couleur1 .liste-a-puces li::before,
.bloc-couleur2 ul li::before,
.bloc-couleur2 ol li::before,
.bloc-couleur2 .liste-a-puces li::before,
.bloc-couleur3 ul li::before,
.bloc-couleur3 ol li::before,
.bloc-couleur3 .liste-a-puces li::before,
.bloc-couleur4 ul li::before,
.bloc-couleur4 ol li::before,
.bloc-couleur4 .liste-a-puces li::before,
.bloc-couleur5 ul li::before,
.bloc-couleur5 ol li::before,
.bloc-couleur5 .liste-a-puces li::before,
.bloc-couleur6 ul li::before,
.bloc-couleur6 ol li::before,
.bloc-couleur6 .liste-a-puces li::before {
  color: #101F69;
}

.bloc-clair2 .h3, .bloc-clair2 .h2, .bloc-fonce2 .h3, .bloc-fonce2 .h2 {
  background-color: #84D0F0;
}

.bloc-clair2 ul li::before, .bloc-clair2 ol li::before,
.bloc-clair2 .liste-a-puces li::before, .bloc-fonce2 ul li::before, .bloc-fonce2 ol li::before,
.bloc-fonce2 .liste-a-puces li::before {
  color: #84D0F0;
}

.bloc-clair2 a, .bloc-fonce2 a {
  text-decoration: underline;
}

.bloc-clair2 a:hover, .bloc-fonce2 a:hover {
  text-decoration: none;
}

.bloc-clair3 .h3, .bloc-clair3 .h2, .bloc-fonce3 .h3, .bloc-fonce3 .h2 {
  background-color: #006AB3;
}

.bloc-clair3 ul li::before, .bloc-clair3 ol li::before,
.bloc-clair3 .liste-a-puces li::before, .bloc-fonce3 ul li::before, .bloc-fonce3 ol li::before,
.bloc-fonce3 .liste-a-puces li::before {
  color: #84D0F0;
}

.bloc-clair3 a, .bloc-fonce3 a {
  text-decoration: underline;
}

.bloc-clair3 a:hover, .bloc-fonce3 a:hover {
  text-decoration: none;
}

.bloc-clair4 .h3, .bloc-clair4 .h2, .bloc-fonce4 .h3, .bloc-fonce4 .h2 {
  background-color: #0095D8;
}

.bloc-clair4 ul li::before, .bloc-clair4 ol li::before,
.bloc-clair4 .liste-a-puces li::before, .bloc-fonce4 ul li::before, .bloc-fonce4 ol li::before,
.bloc-fonce4 .liste-a-puces li::before {
  color: #0095D8;
}

.bloc-clair4 a, .bloc-fonce4 a {
  text-decoration: underline;
}

.bloc-clair4 a:hover, .bloc-fonce4 a:hover {
  text-decoration: none;
}

.bloc-clair5 .h3, .bloc-clair5 .h2, .bloc-fonce5 .h3, .bloc-fonce5 .h2 {
  background-color: #009D30;
}

.bloc-clair5 ul li::before, .bloc-clair5 ol li::before,
.bloc-clair5 .liste-a-puces li::before, .bloc-fonce5 ul li::before, .bloc-fonce5 ol li::before,
.bloc-fonce5 .liste-a-puces li::before {
  color: #009D30;
}

.bloc-clair5 a, .bloc-fonce5 a {
  text-decoration: underline;
}

.bloc-clair5 a:hover, .bloc-fonce5 a:hover {
  text-decoration: none;
}

.bloc-clair6 .h3, .bloc-clair6 .h2, .bloc-fonce6 .h3, .bloc-fonce6 .h2 {
  background-color: #B1C800;
}

.bloc-clair6 ul li::before, .bloc-clair6 ol li::before,
.bloc-clair6 .liste-a-puces li::before, .bloc-fonce6 ul li::before, .bloc-fonce6 ol li::before,
.bloc-fonce6 .liste-a-puces li::before {
  color: #B1C800;
}

.bloc-clair6 a, .bloc-fonce6 a {
  text-decoration: underline;
}

.bloc-clair6 a:hover, .bloc-fonce6 a:hover {
  text-decoration: none;
}

.bloc-fonce1,
.bloc-fonce2,
.bloc-fonce3,
.bloc-fonce4,
.bloc-fonce5,
.bloc-fonce6 {
  background-color: #bbb;
}

.bloc-couleur1,
.bloc-couleur2,
.bloc-couleur3,
.bloc-couleur4,
.bloc-couleur5,
.bloc-couleur6 {
  background-color: #101F69;
}

.bloc-couleur1 .h3,
.bloc-couleur2 .h3,
.bloc-couleur3 .h3,
.bloc-couleur4 .h3,
.bloc-couleur5 .h3,
.bloc-couleur6 .h3 {
  background-color: transparent;
}

.bloc-couleur1 *,
.bloc-couleur2 *,
.bloc-couleur3 *,
.bloc-couleur4 *,
.bloc-couleur5 *,
.bloc-couleur6 * {
  color: #FFF;
  /*a, .normal, p, ul, ol, .liste-a-puces, h1, h2, h3*/
}

.bloc-couleur1 * li::before,
.bloc-couleur2 * li::before,
.bloc-couleur3 * li::before,
.bloc-couleur4 * li::before,
.bloc-couleur5 * li::before,
.bloc-couleur6 * li::before {
  color: #FFF !important;
}

.bloc-couleur1 .table-striped > tbody > tr:nth-of-type(odd),
.bloc-couleur2 .table-striped > tbody > tr:nth-of-type(odd),
.bloc-couleur3 .table-striped > tbody > tr:nth-of-type(odd),
.bloc-couleur4 .table-striped > tbody > tr:nth-of-type(odd),
.bloc-couleur5 .table-striped > tbody > tr:nth-of-type(odd),
.bloc-couleur6 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #13267f;
}

.bloc-couleur1 .table-bordered,
.bloc-couleur1 .table-bordered > thead > tr > td,
.bloc-couleur1 .table-bordered > thead > tr > th,
.bloc-couleur2 .table-bordered,
.bloc-couleur2 .table-bordered > thead > tr > td,
.bloc-couleur2 .table-bordered > thead > tr > th,
.bloc-couleur3 .table-bordered,
.bloc-couleur3 .table-bordered > thead > tr > td,
.bloc-couleur3 .table-bordered > thead > tr > th,
.bloc-couleur4 .table-bordered,
.bloc-couleur4 .table-bordered > thead > tr > td,
.bloc-couleur4 .table-bordered > thead > tr > th,
.bloc-couleur5 .table-bordered,
.bloc-couleur5 .table-bordered > thead > tr > td,
.bloc-couleur5 .table-bordered > thead > tr > th,
.bloc-couleur6 .table-bordered,
.bloc-couleur6 .table-bordered > thead > tr > td,
.bloc-couleur6 .table-bordered > thead > tr > th {
  border-top: 1px solid red !important;
}

.bloc-couleur2 {
  background-color: #84D0F0;
}

.bloc-couleur2 .table-bordered,
.bloc-couleur2 .table-bordered > thead > tr > td,
.bloc-couleur2 .table-bordered > thead > tr > th,
.bloc-couleur2 .table-striped > tbody > tr > td {
  border-top: 1px solid #0095D8 !important;
}

.bloc-couleur2 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #9bd9f3;
}

.bloc-couleur3 {
  background-color: #006AB3;
}

.bloc-couleur3 .table-bordered,
.bloc-couleur3 .table-bordered > thead > tr > td,
.bloc-couleur3 .table-bordered > thead > tr > th,
.bloc-couleur3 .table-striped > tbody > tr > td {
  border-top: 1px solid #0095D8 !important;
}

.bloc-couleur3 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d9d9d9;
}

.bloc-couleur4 {
  background-color: #0095D8;
}

.bloc-couleur4 .table-bordered,
.bloc-couleur4 .table-bordered > thead > tr > td,
.bloc-couleur4 .table-bordered > thead > tr > th,
.bloc-couleur4 .table-striped > tbody > tr > td {
  border-top: 1px solid #0095D8 !important;
}

.bloc-couleur4 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d9d9d9;
}

.bloc-couleur5 {
  background-color: #009D30;
}

.bloc-couleur5 .table-bordered,
.bloc-couleur5 .table-bordered > thead > tr > td,
.bloc-couleur5 .table-bordered > thead > tr > th,
.bloc-couleur5 .table-striped > tbody > tr > td {
  border-top: 1px solid #009D30 !important;
}

.bloc-couleur5 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d9d9d9;
}

.bloc-couleur6 {
  background-color: #B1C800;
}

.bloc-couleur6 .table-bordered,
.bloc-couleur6 .table-bordered > thead > tr > td,
.bloc-couleur6 .table-bordered > thead > tr > th,
.bloc-couleur6 .table-striped > tbody > tr > td {
  border-top: 1px solid #B1C800 !important;
}

.bloc-couleur6 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d9d9d9;
}

.contenu a:not(.btn):not(.lien-telechargement):not(.carousel-control) {
  text-decoration: underline;
  color: #009D30;
}

.contenu a:not(.btn):not(.lien-telechargement):not(.carousel-control):hover {
  color: #00b738;
}

.btn-primary,
.btn-c-site1,
.btn-c-site2,
.btn-c-site3,
.btn-c-site4,
.btn-c-site5,
.btn-c-site6 {
  font-weight: 700;
  background-color: #FFF;
  font-size: 1.125em;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.btn-primary, .btn-c-site1 {
  border: 2px solid #101F69 !important;
  color: #101F69 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-c-site1:hover, .btn-c-site1:active, .btn-c-site1:focus {
  background-color: #101F69 !important;
  color: #FFF !important;
}

.btn-c-site2 {
  border: 2px solid #84D0F0 !important;
  color: #84D0F0 !important;
}

.btn-c-site2:hover, .btn-c-site2:active, .btn-c-site2:focus {
  background-color: #84D0F0 !important;
  color: #FFF !important;
}

.btn-c-site3 {
  border: 2px solid #006AB3 !important;
  color: #006AB3 !important;
}

.btn-c-site3:hover, .btn-c-site3:active, .btn-c-site3:focus {
  background-color: #006AB3 !important;
  color: #FFF !important;
}

.btn-c-site4 {
  border: 2px solid #0095D8 !important;
  color: #0095D8 !important;
}

.btn-c-site4:hover, .btn-c-site4:active, .btn-c-site4:focus {
  background-color: #0095D8 !important;
  color: #FFF !important;
}

.btn-c-site5 {
  border: 2px solid #009D30 !important;
  color: #009D30 !important;
}

.btn-c-site5:hover, .btn-c-site5:active, .btn-c-site5:focus {
  background-color: #009D30 !important;
  color: #FFF !important;
}

.btn-c-site6 {
  border: 2px solid #B1C800 !important;
  color: #B1C800 !important;
}

.btn-c-site6:hover, .btn-c-site6:active, .btn-c-site6:focus {
  background-color: #B1C800 !important;
  color: #FFF !important;
}

.btn-primary,
.btn-gris {
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.btn-telechargement, .lien-telechargement {
  position: relative;
  padding: 0.6em 1em 0.5em 2em;
}

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

.btn-telechargement:hover, .btn-telechargement:focus, .lien-telechargement:hover, .lien-telechargement:focus {
  background-color: #13267f;
}

.btn-telechargement {
  color: #FFF !important;
  font-weight: 700;
  font-size: 18px;
  background: #101F69;
  text-decoration: none;
}

.lien-telechargement {
  padding-right: 0;
  padding-left: 1.2em;
  text-decoration: underline;
  color: #101F69;
  background-color: transparent;
}

.lien-telechargement::before {
  left: 0.15em;
  color: #101F69;
}

.lien-telechargement:hover {
  text-decoration: underline;
  color: #172c95;
  background-color: transparent;
}

.lien-telechargement:hover::before {
  color: #172c95;
}

[class^="btn"] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.tableau thead {
  background-color: #101F69;
  color: #FFF;
}

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;
}

.bloc-gris {
  background-color: #F3F3F3;
  padding: 1em 0.7em;
}

.bloc-vert {
  background-color: #E7F1E4;
  padding: 1em 0.7em;
}

.bloc-bleu {
  background-color: #EBF6FC;
  padding: 1em 0.7em;
}
