@charset "UTF-8";
/**
  * Theme Bootstrap 2017
  * @version du 27/01/2020 14:20:40
  * @projet : GAL 2020
  * @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/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*!
  * Theme Bootstrap 2026
  * @version du 24/02/2026
  * @author : ALP
  * @description : fichier centralisant les variables du thème Bootstrap
  * @projet : GAL
*/
/**
  * 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: 0.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: -0.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: rgb(103.880794702, 123.9867549669, 149.119205298);
  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, .textecellule1 {
  color: #3E4A59 !important;
}

.c-site2, .textecellule2 {
  color: #FDE640 !important;
}

.c-site3, .textecellule3 {
  color: #949BA5 !important;
}

.c-site4, .textecellule4 {
  color: #8BD10C !important;
}

.c-site5, .textecellule5 {
  color: #EEEEEE !important;
}

.texteblanc {
  color: #FFF;
}

.bc-site1, .fondCellule1 {
  background-color: #3E4A59 !important;
}

.bc-site2, .fondCellule2 {
  background-color: #FDE640 !important;
}

.bc-site3, .fondCellule3 {
  background-color: #949BA5 !important;
}

.bc-site4, .fondCellule4 {
  background-color: #8BD10C !important;
}

.bc-site5, .fondCellule5 {
  background-color: #EEEEEE !important;
}

.h1, h1, .titre,
h2, .h2, .stitre,
h3, .h3, .sstitre,
h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.02em;
}

.h1, h1, .titre {
  font-size: 2.7em;
}

h2, .h2, .stitre {
  font-size: 1.9em;
}

h3, .h3, .sstitre {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.3em;
}

h5, .h5 {
  font-size: 1.1em;
}

h6, .h6 {
  font-size: 1em;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}

.normal {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  color: #3E4A59;
  text-align: justify;
  -ms-hyphens: auto;
      hyphens: auto;
}

.liste-a-puces, .liste.puces-carre-blanche, .liste.puces-carre-grise, .liste.puces-carre-jaune, .liste.puces-carre-verte,
.liste-a-puces-2,
.liste-a-puces-3,
.liste-a-puces-4,
.liste-a-puces-5,
.liste-a-puces-0 {
  padding-left: 1em;
  list-style-type: none;
}
.liste-a-puces li, .liste.puces-carre-blanche li, .liste.puces-carre-grise li, .liste.puces-carre-jaune li, .liste.puces-carre-verte li,
.liste-a-puces-2 li,
.liste-a-puces-3 li,
.liste-a-puces-4 li,
.liste-a-puces-5 li,
.liste-a-puces-0 li {
  position: relative;
  margin-left: 1.2em;
}
.liste-a-puces li::before, .liste.puces-carre-blanche li::before, .liste.puces-carre-grise li::before, .liste.puces-carre-jaune li::before, .liste.puces-carre-verte li::before,
.liste-a-puces-2 li::before,
.liste-a-puces-3 li::before,
.liste-a-puces-4 li::before,
.liste-a-puces-5 li::before,
.liste-a-puces-0 li::before {
  display: block;
  position: absolute;
  top: 0.35em;
  left: -1.8em;
  width: 1em;
  height: 1em;
  font-family: "FontAwesome", serif;
  font-size: 0.7em;
  content: "\f111";
  color: #3E4A59;
}
.liste-a-puces.carre li::before, .carre.liste.puces-carre-blanche li::before, .carre.liste.puces-carre-grise li::before, .carre.liste.puces-carre-jaune li::before, .carre.liste.puces-carre-verte li::before,
.liste-a-puces-2.carre li::before,
.liste-a-puces-3.carre li::before,
.liste-a-puces-4.carre li::before,
.liste-a-puces-5.carre li::before,
.liste-a-puces-0.carre li::before {
  content: "\f0c8";
  color: #3E4A59;
}
.liste-a-puces ul, .liste.puces-carre-blanche ul, .liste.puces-carre-grise ul, .liste.puces-carre-jaune ul, .liste.puces-carre-verte ul,
.liste-a-puces-2 ul,
.liste-a-puces-3 ul,
.liste-a-puces-4 ul,
.liste-a-puces-5 ul,
.liste-a-puces-0 ul {
  padding-left: 1em;
  list-style-type: none;
}
.liste-a-puces ul li:before, .liste.puces-carre-blanche ul li:before, .liste.puces-carre-grise ul li:before, .liste.puces-carre-jaune ul li:before, .liste.puces-carre-verte ul li:before,
.liste-a-puces-2 ul li:before,
.liste-a-puces-3 ul li:before,
.liste-a-puces-4 ul li:before,
.liste-a-puces-5 ul li:before,
.liste-a-puces-0 ul li:before {
  font-size: 0.5em;
}

.liste-a-puces-2 li::before {
  color: #FDE640;
}
.liste-a-puces-2.carre li::before {
  color: #FDE640;
}

.liste-a-puces-3 li::before {
  color: #949BA5;
}
.liste-a-puces-3.carre li::before {
  color: #949BA5;
}

.liste-a-puces-4 li::before {
  color: #8BD10C;
}
.liste-a-puces-4.carre li::before {
  color: #8BD10C;
}

.liste-a-puces-5 li::before {
  color: #EEEEEE;
}
.liste-a-puces-5.carre li::before {
  color: #EEEEEE;
}

.liste-a-puces-0 li::before {
  color: #FFF;
}
.liste-a-puces-0.carre li::before {
  color: #FFF;
}

.liste.puces-carre-verte li::before {
  content: "\f0c8";
  color: #949BA5;
}

.liste.puces-carre-jaune li::before {
  content: "\f0c8";
  color: #3E4A59;
}

.liste.puces-carre-grise li::before {
  content: "\f0c8";
  color: #FDE640;
}

.liste.puces-carre-blanche li::before {
  content: "\f0c8";
  color: #FFF;
}

.bloc-fonce {
  background-color: #ddd;
  padding: 0 0 0.5em 0;
  margin-bottom: 1em;
}
.bloc-fonce > * {
  padding: 0 0.5em;
}
.bloc-fonce .h1,
.bloc-fonce h1,
.bloc-fonce .titre {
  position: relative;
  padding: 0.25em 1em 0.25em;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  color: #fff;
  background-color: #888;
}
.bloc-fonce .h1::before,
.bloc-fonce h1::before,
.bloc-fonce .titre::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 1em;
  height: 1em;
  font-family: "FontAwesome", serif;
  font-size: 0.8em;
  content: "\f101";
}
.bloc-fonce ul,
.bloc-fonce .liste-a-puces,
.bloc-fonce .liste.puces-carre-verte,
.bloc-fonce .liste.puces-carre-jaune,
.bloc-fonce .liste.puces-carre-grise,
.bloc-fonce .liste.puces-carre-blanche {
  padding-left: 2em;
}

.bloc-fonce {
  background-color: #eee;
}
.bloc-fonce .h1,
.bloc-fonce h1,
.bloc-fonce .titre {
  color: #3E4A59;
  background-color: #555;
}
.bloc-fonce .normal,
.bloc-fonce p {
  color: #3E4A59;
}

/*.divViewNode4,
.EditNode {
  a:not(.btn, lien-telechargement) {
    text-decoration: underline;

    color: $c-site3;

    &:hover {
      color: darken($c-site3, 20%);
    }
  }
}*/
.bloc-clair-1,
.bloc-clair-2,
.bloc-clair-3,
.bloc-clair-4,
.bloc-clair-5,
.bloc-fonce-1,
.bloc-fonce-2,
.bloc-fonce-3,
.bloc-fonce-4,
.bloc-fonce-5 {
  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-clair-4 *:not(a),
.bloc-clair-5 *:not(a),
.bloc-fonce-1 *:not(a),
.bloc-fonce-2 *:not(a),
.bloc-fonce-3 *:not(a),
.bloc-fonce-4 *:not(a),
.bloc-fonce-5 *: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-clair-4 > div:first-child,
.bloc-clair-5 > div:first-child,
.bloc-fonce-1 > div:first-child,
.bloc-fonce-2 > div:first-child,
.bloc-fonce-3 > div:first-child,
.bloc-fonce-4 > div:first-child,
.bloc-fonce-5 > div:first-child {
  padding: 0;
}
.bloc-clair-1 ul, .bloc-clair-1 ol,
.bloc-clair-1 .liste-a-puces,
.bloc-clair-1 .liste.puces-carre-verte,
.bloc-clair-1 .liste.puces-carre-jaune,
.bloc-clair-1 .liste.puces-carre-grise,
.bloc-clair-1 .liste.puces-carre-blanche,
.bloc-clair-2 ul,
.bloc-clair-2 ol,
.bloc-clair-2 .liste-a-puces,
.bloc-clair-2 .liste.puces-carre-verte,
.bloc-clair-2 .liste.puces-carre-jaune,
.bloc-clair-2 .liste.puces-carre-grise,
.bloc-clair-2 .liste.puces-carre-blanche,
.bloc-clair-3 ul,
.bloc-clair-3 ol,
.bloc-clair-3 .liste-a-puces,
.bloc-clair-3 .liste.puces-carre-verte,
.bloc-clair-3 .liste.puces-carre-jaune,
.bloc-clair-3 .liste.puces-carre-grise,
.bloc-clair-3 .liste.puces-carre-blanche,
.bloc-clair-4 ul,
.bloc-clair-4 ol,
.bloc-clair-4 .liste-a-puces,
.bloc-clair-4 .liste.puces-carre-verte,
.bloc-clair-4 .liste.puces-carre-jaune,
.bloc-clair-4 .liste.puces-carre-grise,
.bloc-clair-4 .liste.puces-carre-blanche,
.bloc-clair-5 ul,
.bloc-clair-5 ol,
.bloc-clair-5 .liste-a-puces,
.bloc-clair-5 .liste.puces-carre-verte,
.bloc-clair-5 .liste.puces-carre-jaune,
.bloc-clair-5 .liste.puces-carre-grise,
.bloc-clair-5 .liste.puces-carre-blanche,
.bloc-fonce-1 ul,
.bloc-fonce-1 ol,
.bloc-fonce-1 .liste-a-puces,
.bloc-fonce-1 .liste.puces-carre-verte,
.bloc-fonce-1 .liste.puces-carre-jaune,
.bloc-fonce-1 .liste.puces-carre-grise,
.bloc-fonce-1 .liste.puces-carre-blanche,
.bloc-fonce-2 ul,
.bloc-fonce-2 ol,
.bloc-fonce-2 .liste-a-puces,
.bloc-fonce-2 .liste.puces-carre-verte,
.bloc-fonce-2 .liste.puces-carre-jaune,
.bloc-fonce-2 .liste.puces-carre-grise,
.bloc-fonce-2 .liste.puces-carre-blanche,
.bloc-fonce-3 ul,
.bloc-fonce-3 ol,
.bloc-fonce-3 .liste-a-puces,
.bloc-fonce-3 .liste.puces-carre-verte,
.bloc-fonce-3 .liste.puces-carre-jaune,
.bloc-fonce-3 .liste.puces-carre-grise,
.bloc-fonce-3 .liste.puces-carre-blanche,
.bloc-fonce-4 ul,
.bloc-fonce-4 ol,
.bloc-fonce-4 .liste-a-puces,
.bloc-fonce-4 .liste.puces-carre-verte,
.bloc-fonce-4 .liste.puces-carre-jaune,
.bloc-fonce-4 .liste.puces-carre-grise,
.bloc-fonce-4 .liste.puces-carre-blanche,
.bloc-fonce-5 ul,
.bloc-fonce-5 ol,
.bloc-fonce-5 .liste-a-puces,
.bloc-fonce-5 .liste.puces-carre-verte,
.bloc-fonce-5 .liste.puces-carre-jaune,
.bloc-fonce-5 .liste.puces-carre-grise,
.bloc-fonce-5 .liste.puces-carre-blanche {
  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-clair-4 .h2,
.bloc-clair-4 .stitre,
.bloc-clair-4 h2,
.bloc-clair-5 .h2,
.bloc-clair-5 .stitre,
.bloc-clair-5 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,
.bloc-fonce-4 .h2,
.bloc-fonce-4 .stitre,
.bloc-fonce-4 h2,
.bloc-fonce-5 .h2,
.bloc-fonce-5 .stitre,
.bloc-fonce-5 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 !important;
  background-color: #3E4A59;
}
.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-clair-4 .h2:before,
.bloc-clair-4 .h2:after,
.bloc-clair-4 .stitre:before,
.bloc-clair-4 .stitre:after,
.bloc-clair-4 h2:before,
.bloc-clair-4 h2:after,
.bloc-clair-5 .h2:before,
.bloc-clair-5 .h2:after,
.bloc-clair-5 .stitre:before,
.bloc-clair-5 .stitre:after,
.bloc-clair-5 h2:before,
.bloc-clair-5 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,
.bloc-fonce-4 .h2:before,
.bloc-fonce-4 .h2:after,
.bloc-fonce-4 .stitre:before,
.bloc-fonce-4 .stitre:after,
.bloc-fonce-4 h2:before,
.bloc-fonce-4 h2:after,
.bloc-fonce-5 .h2:before,
.bloc-fonce-5 .h2:after,
.bloc-fonce-5 .stitre:before,
.bloc-fonce-5 .stitre:after,
.bloc-fonce-5 h2:before,
.bloc-fonce-5 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-clair-4 h2 *,
.bloc-clair-4 a *,
.bloc-clair-5 h2 *,
.bloc-clair-5 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 *,
.bloc-fonce-4 h2 *,
.bloc-fonce-4 a *,
.bloc-fonce-5 h2 *,
.bloc-fonce-5 a * {
  padding: 0;
}

.bloc-fonce-1,
.bloc-fonce-2,
.bloc-fonce-3,
.bloc-fonce-4,
.bloc-fonce-5 {
  background-color: #c4c4c4;
}

.bloc-clair-2 .h2, .bloc-clair-2 .stitre, .bloc-clair-2 h2 {
  color: #3E4A59 !important;
  background-color: #FDE640;
}

.bloc-clair-3 .h2, .bloc-clair-3 .stitre, .bloc-clair-3 h2 {
  background-color: #949BA5;
}

.bloc-clair-4 .h2, .bloc-clair-4 .stitre, .bloc-clair-4 h2 {
  background-color: #8BD10C;
}

.bloc-clair-5 .h2, .bloc-clair-5 .stitre, .bloc-clair-5 h2 {
  color: #3E4A59 !important;
  background-color: #EEEEEE;
}

.bloc-fonce-2 .h2, .bloc-fonce-2 .stitre, .bloc-fonce-2 h2 {
  color: #3E4A59 !important;
  background-color: #FDE640;
}

.bloc-fonce-3 .h2, .bloc-fonce-3 .stitre, .bloc-fonce-3 h2 {
  background-color: #949BA5;
}

.bloc-fonce-4 .h2, .bloc-fonce-4 .stitre, .bloc-fonce-4 h2 {
  background-color: #8BD10C;
}

.bloc-fonce-5 .h2, .bloc-fonce-5 .stitre, .bloc-fonce-5 h2 {
  color: #3E4A59 !important;
  background-color: #EEEEEE;
}

.bloc-couleur-1,
.bloc-couleur-2,
.bloc-couleur-3,
.bloc-couleur-4,
.bloc-couleur-5 {
  background-color: #3E4A59;
  padding: 10px 10px 0.5em 10px;
  margin-bottom: 1em;
  color: #FFF !important;
}
.bloc-couleur-1 *:not(a),
.bloc-couleur-2 *:not(a),
.bloc-couleur-3 *:not(a),
.bloc-couleur-4 *:not(a),
.bloc-couleur-5 *:not(a) {
  padding: 0 0.5em;
}
.bloc-couleur-1 h2, .bloc-couleur-1 .h2, .bloc-couleur-1 .stitre,
.bloc-couleur-2 h2,
.bloc-couleur-2 .h2,
.bloc-couleur-2 .stitre,
.bloc-couleur-3 h2,
.bloc-couleur-3 .h2,
.bloc-couleur-3 .stitre,
.bloc-couleur-4 h2,
.bloc-couleur-4 .h2,
.bloc-couleur-4 .stitre,
.bloc-couleur-5 h2,
.bloc-couleur-5 .h2,
.bloc-couleur-5 .stitre {
  margin: 10px 0 15px 5px;
  font-size: 1.5em;
  color: #FFF !important;
}
.bloc-couleur-1 a:not([class]),
.bloc-couleur-2 a:not([class]),
.bloc-couleur-3 a:not([class]),
.bloc-couleur-4 a:not([class]),
.bloc-couleur-5 a:not([class]) {
  color: #FFF;
  text-decoration: underline;
}
.bloc-couleur-1 ul, .bloc-couleur-1 ol,
.bloc-couleur-1 .liste-a-puces,
.bloc-couleur-1 .liste.puces-carre-verte,
.bloc-couleur-1 .liste.puces-carre-jaune,
.bloc-couleur-1 .liste.puces-carre-grise,
.bloc-couleur-1 .liste.puces-carre-blanche,
.bloc-couleur-2 ul,
.bloc-couleur-2 ol,
.bloc-couleur-2 .liste-a-puces,
.bloc-couleur-2 .liste.puces-carre-verte,
.bloc-couleur-2 .liste.puces-carre-jaune,
.bloc-couleur-2 .liste.puces-carre-grise,
.bloc-couleur-2 .liste.puces-carre-blanche,
.bloc-couleur-3 ul,
.bloc-couleur-3 ol,
.bloc-couleur-3 .liste-a-puces,
.bloc-couleur-3 .liste.puces-carre-verte,
.bloc-couleur-3 .liste.puces-carre-jaune,
.bloc-couleur-3 .liste.puces-carre-grise,
.bloc-couleur-3 .liste.puces-carre-blanche,
.bloc-couleur-4 ul,
.bloc-couleur-4 ol,
.bloc-couleur-4 .liste-a-puces,
.bloc-couleur-4 .liste.puces-carre-verte,
.bloc-couleur-4 .liste.puces-carre-jaune,
.bloc-couleur-4 .liste.puces-carre-grise,
.bloc-couleur-4 .liste.puces-carre-blanche,
.bloc-couleur-5 ul,
.bloc-couleur-5 ol,
.bloc-couleur-5 .liste-a-puces,
.bloc-couleur-5 .liste.puces-carre-verte,
.bloc-couleur-5 .liste.puces-carre-jaune,
.bloc-couleur-5 .liste.puces-carre-grise,
.bloc-couleur-5 .liste.puces-carre-blanche {
  padding-left: 2em;
}
.bloc-couleur-1 > div:first-child,
.bloc-couleur-2 > div:first-child,
.bloc-couleur-3 > div:first-child,
.bloc-couleur-4 > div:first-child,
.bloc-couleur-5 > 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,
.bloc-couleur-4 .table-bordered > thead > tr > td,
.bloc-couleur-4 .table-bordered > thead > tr > th,
.bloc-couleur-5 .table-bordered > thead > tr > td,
.bloc-couleur-5 .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.bloc-couleur-1 .table-bordered > tbody > tr > td,
.bloc-couleur-2 .table-bordered > tbody > tr > td,
.bloc-couleur-3 .table-bordered > tbody > tr > td,
.bloc-couleur-4 .table-bordered > tbody > tr > td,
.bloc-couleur-5 .table-bordered > tbody > tr > td {
  color: #3E4A59;
  color: #FFF !important;
}
.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),
.bloc-couleur-4 .table-striped > tbody > tr:nth-of-type(odd),
.bloc-couleur-5 .table-striped > tbody > tr:nth-of-type(odd) {
  background: rgb(134.1497461929, 142.0558375635, 153.3502538071);
}
.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,
.bloc-couleur-4 .table-bordered,
.bloc-couleur-4 .table-bordered > tbody > tr > td,
.bloc-couleur-4 .table-bordered > thead > tr > th,
.bloc-couleur-5 .table-bordered,
.bloc-couleur-5 .table-bordered > tbody > tr > td,
.bloc-couleur-5 .table-bordered > thead > tr > th {
  border: 1px solid #3E4A59;
  border: 1px solid #FFF !important;
}

.bloc-couleur-2 {
  background: #FDE640;
  color: #3E4A59 !important;
}
.bloc-couleur-2 h2, .bloc-couleur-2 .h2, .bloc-couleur-2 .stitre {
  color: #3E4A59 !important;
}
.bloc-couleur-2 a:not([class]) {
  color: #3E4A59 !important;
}
.bloc-couleur-2 .table-striped > tbody > tr:nth-of-type(odd) {
  background: rgb(252.7357512953, 226.6968911917, 38.7642487047);
  color: #3E4A59 !important;
}

.bloc-couleur-3 {
  background: #949BA5;
}
.bloc-couleur-3 .table-striped > tbody > tr:nth-of-type(odd) {
  background: rgb(134.1497461929, 142.0558375635, 153.3502538071);
}

.bloc-couleur-4 {
  background: #8BD10C;
}
.bloc-couleur-4 .table-striped > tbody > tr:nth-of-type(odd) {
  background: rgb(122.9615384615, 184.8846153846, 10.6153846154);
}

.bloc-couleur-5 {
  background: #EEEEEE;
  color: #3E4A59 !important;
}
.bloc-couleur-5 h2, .bloc-couleur-5 .h2, .bloc-couleur-5 .stitre {
  color: #3E4A59 !important;
}
.bloc-couleur-5 a:not([class]) {
  color: #3E4A59 !important;
}
.bloc-couleur-5 .table-striped > tbody > tr:nth-of-type(odd) {
  background: rgb(225.25, 225.25, 225.25);
  color: #3E4A59 !important;
}

#centre a:not(.btn):not(.btn-icn), #footer a:not(.btn):not(.btn-icn) {
  text-decoration: underline;
  color: #949BA5;
  font-weight: 500;
  /*        color: $c-text;
  text-decoration: none;
  position: relative;
  box-shadow: inset 0 -0.6rem 0 lighten($c-site2, 20%);*/
}
#centre a:not(.btn):not(.btn-icn):hover, #centre a:not(.btn):not(.btn-icn):active, #centre a:not(.btn):not(.btn-icn):focus, #footer a:not(.btn):not(.btn-icn):hover, #footer a:not(.btn):not(.btn-icn):active, #footer a:not(.btn):not(.btn-icn):focus {
  text-decoration: none;
  color: #3E4A59;
  /*            color: $c-text;
  text-decoration: none;
  background: $c-site2;
  box-shadow: none;*/
}
#centre a:not(.btn):has(i), #centre a:not(.btn-icn):has(i), #footer a:not(.btn):has(i), #footer a:not(.btn-icn):has(i) {
  text-decoration: none !important;
}

#footer a:not(.btn):has(i) {
  text-decoration: none !important;
  color: inherit;
}

/*#footer {
    a:not(.btn):not(.btn-icn) {
        box-shadow: none;
        text-decoration: underline;

        &:hover,
        &:active,
        &:focus {
            background: none;
            text-decoration: none;
        }
    }
}*/
.btn-slider {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-slider:focus, .btn-slider.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-slider:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(224.4, 224.4, 224.4);
}
.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: rgb(224.4, 224.4, 224.4);
}
.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: rgb(191.25, 191.25, 191.25);
}
.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 {
  border-radius: 0;
  padding: 0.5em 4em;
  font-family: sans-serif !important;
}
.btn-slider:hover {
  background: rgba(255, 255, 255, 0.25);
}

.btn-primary {
  color: #3E4A59;
  background-color: #FDE640;
  border-color: #FDE640;
}
.btn-primary:focus, .btn-primary.focus {
  color: #3E4A59;
  background-color: rgb(252.4715025907, 223.3937823834, 13.5284974093);
  border-color: rgb(187.5362694301, 164.9533678756, 1.9637305699);
}
.btn-primary:hover {
  color: #3E4A59;
  background-color: rgb(252.4715025907, 223.3937823834, 13.5284974093);
  border-color: rgb(252.3658031088, 222.0725388601, 3.4341968912);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #3E4A59;
  background-color: rgb(252.4715025907, 223.3937823834, 13.5284974093);
  background-image: none;
  border-color: rgb(252.3658031088, 222.0725388601, 3.4341968912);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #3E4A59;
  background-color: rgb(227.9134715026, 200.4683937824, 2.3865284974);
  border-color: rgb(187.5362694301, 164.9533678756, 1.9637305699);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #FDE640;
  border-color: #FDE640;
}
.btn-primary .badge {
  color: #FDE640;
  background-color: #3E4A59;
}
.btn-primary {
  border: 1px solid #FDE640;
}

.btn-primary, .btn-couleur2, .btn-couleur3, .btn-couleur4, .btn-couleur5,
.btn-info, .btn-success, .btn-danger, .btn-warning, .btn-default,
.btn-primary-border,
.btn-gris,
.btn-slider {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.btn-primary, .btn-couleur2, .btn-couleur3, .btn-couleur4, .btn-couleur5,
.btn-info, .btn-success, .btn-danger, .btn-warning, .btn-default,
.product__actions .product__info, .btn-SupprPanier, .btAnnuler, .btValider, .btRetour, .btnUpd, .btn-default,
.module__actualite .readActu,
div.CMS_FloatLeft .dxbButton_KIT0122, .dxbButton_KITS2025, #divContainerToolBar .dxbButton_KITS2025 {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.8em;
  border: none;
  border-radius: 25px;
  color: #3E4A59;
  font-weight: 500;
}
.c2-rounded-0 .btn-primary, .c2-rounded-0 .btn-couleur2, .c2-rounded-0 .btn-couleur3, .c2-rounded-0 .btn-couleur4, .c2-rounded-0 .btn-couleur5,
.c2-rounded-0 .btn-info, .c2-rounded-0 .btn-success, .c2-rounded-0 .btn-danger, .c2-rounded-0 .btn-warning, .c2-rounded-0 .btn-default,
.c2-rounded-0 .product__actions .product__info, .c2-rounded-0 .btn-SupprPanier, .c2-rounded-0 .btAnnuler, .c2-rounded-0 .btValider, .c2-rounded-0 .btRetour, .c2-rounded-0 .btnUpd, .c2-rounded-0 .btn-default,
.c2-rounded-0 .module__actualite .readActu,
.c2-rounded-0 div.CMS_FloatLeft .dxbButton_KIT0122, .c2-rounded-0 .dxbButton_KITS2025, .c2-rounded-0 #divContainerToolBar .dxbButton_KITS2025 {
  border-radius: 0;
}
.c2-rounded-1 .btn-primary, .c2-rounded-1 .btn-couleur2, .c2-rounded-1 .btn-couleur3, .c2-rounded-1 .btn-couleur4, .c2-rounded-1 .btn-couleur5,
.c2-rounded-1 .btn-info, .c2-rounded-1 .btn-success, .c2-rounded-1 .btn-danger, .c2-rounded-1 .btn-warning, .c2-rounded-1 .btn-default,
.c2-rounded-1 .product__actions .product__info, .c2-rounded-1 .btn-SupprPanier, .c2-rounded-1 .btAnnuler, .c2-rounded-1 .btValider, .c2-rounded-1 .btRetour, .c2-rounded-1 .btnUpd, .c2-rounded-1 .btn-default,
.c2-rounded-1 .module__actualite .readActu,
.c2-rounded-1 div.CMS_FloatLeft .dxbButton_KIT0122, .c2-rounded-1 .dxbButton_KITS2025, .c2-rounded-1 #divContainerToolBar .dxbButton_KITS2025 {
  border-radius: 12px;
}
.btn-primary::after, .btn-couleur2::after, .btn-couleur3::after, .btn-couleur4::after, .btn-couleur5::after,
.btn-info::after, .btn-success::after, .btn-danger::after, .btn-warning::after, .btn-default::after,
.product__actions .product__info::after, .btn-SupprPanier::after, .btAnnuler::after, .btValider::after, .btRetour::after, .btnUpd::after, .btn-default::after,
.module__actualite .readActu::after,
div.CMS_FloatLeft .dxbButton_KIT0122::after, .dxbButton_KITS2025::after, #divContainerToolBar .dxbButton_KITS2025::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDE640;
  z-index: -2;
  border-radius: 25px;
  border: 1px solid #FDE640;
  color: #3E4A59;
}
.c2-rounded-0 .btn-primary::after, .c2-rounded-0 .btn-couleur2::after, .c2-rounded-0 .btn-couleur3::after, .c2-rounded-0 .btn-couleur4::after, .c2-rounded-0 .btn-couleur5::after,
.c2-rounded-0 .btn-info::after, .c2-rounded-0 .btn-success::after, .c2-rounded-0 .btn-danger::after, .c2-rounded-0 .btn-warning::after, .c2-rounded-0 .btn-default::after,
.c2-rounded-0 .product__actions .product__info::after, .c2-rounded-0 .btn-SupprPanier::after, .c2-rounded-0 .btAnnuler::after, .c2-rounded-0 .btValider::after, .c2-rounded-0 .btRetour::after, .c2-rounded-0 .btnUpd::after, .c2-rounded-0 .btn-default::after,
.c2-rounded-0 .module__actualite .readActu::after,
.c2-rounded-0 div.CMS_FloatLeft .dxbButton_KIT0122::after, .c2-rounded-0 .dxbButton_KITS2025::after, .c2-rounded-0 #divContainerToolBar .dxbButton_KITS2025::after {
  border-radius: 0;
}
.c2-rounded-1 .btn-primary::after, .c2-rounded-1 .btn-couleur2::after, .c2-rounded-1 .btn-couleur3::after, .c2-rounded-1 .btn-couleur4::after, .c2-rounded-1 .btn-couleur5::after,
.c2-rounded-1 .btn-info::after, .c2-rounded-1 .btn-success::after, .c2-rounded-1 .btn-danger::after, .c2-rounded-1 .btn-warning::after, .c2-rounded-1 .btn-default::after,
.c2-rounded-1 .product__actions .product__info::after, .c2-rounded-1 .btn-SupprPanier::after, .c2-rounded-1 .btAnnuler::after, .c2-rounded-1 .btValider::after, .c2-rounded-1 .btRetour::after, .c2-rounded-1 .btnUpd::after, .c2-rounded-1 .btn-default::after,
.c2-rounded-1 .module__actualite .readActu::after,
.c2-rounded-1 div.CMS_FloatLeft .dxbButton_KIT0122::after, .c2-rounded-1 .dxbButton_KITS2025::after, .c2-rounded-1 #divContainerToolBar .dxbButton_KITS2025::after {
  border-radius: 12px;
}
.btn-primary::before, .btn-couleur2::before, .btn-couleur3::before, .btn-couleur4::before, .btn-couleur5::before,
.btn-info::before, .btn-success::before, .btn-danger::before, .btn-warning::before, .btn-default::before,
.product__actions .product__info::before, .btn-SupprPanier::before, .btAnnuler::before, .btValider::before, .btRetour::before, .btnUpd::before, .btn-default::before,
.module__actualite .readActu::before,
div.CMS_FloatLeft .dxbButton_KIT0122::before, .dxbButton_KITS2025::before, #divContainerToolBar .dxbButton_KITS2025::before {
  content: "";
  font-size: 1.15em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #FDE640;
}
.c2-rounded-0 .btn-primary::before, .c2-rounded-0 .btn-couleur2::before, .c2-rounded-0 .btn-couleur3::before, .c2-rounded-0 .btn-couleur4::before, .c2-rounded-0 .btn-couleur5::before,
.c2-rounded-0 .btn-info::before, .c2-rounded-0 .btn-success::before, .c2-rounded-0 .btn-danger::before, .c2-rounded-0 .btn-warning::before, .c2-rounded-0 .btn-default::before,
.c2-rounded-0 .product__actions .product__info::before, .c2-rounded-0 .btn-SupprPanier::before, .c2-rounded-0 .btAnnuler::before, .c2-rounded-0 .btValider::before, .c2-rounded-0 .btRetour::before, .c2-rounded-0 .btnUpd::before, .c2-rounded-0 .btn-default::before,
.c2-rounded-0 .module__actualite .readActu::before,
.c2-rounded-0 div.CMS_FloatLeft .dxbButton_KIT0122::before, .c2-rounded-0 .dxbButton_KITS2025::before, .c2-rounded-0 #divContainerToolBar .dxbButton_KITS2025::before {
  border-radius: 0;
}
.c2-rounded-1 .btn-primary::before, .c2-rounded-1 .btn-couleur2::before, .c2-rounded-1 .btn-couleur3::before, .c2-rounded-1 .btn-couleur4::before, .c2-rounded-1 .btn-couleur5::before,
.c2-rounded-1 .btn-info::before, .c2-rounded-1 .btn-success::before, .c2-rounded-1 .btn-danger::before, .c2-rounded-1 .btn-warning::before, .c2-rounded-1 .btn-default::before,
.c2-rounded-1 .product__actions .product__info::before, .c2-rounded-1 .btn-SupprPanier::before, .c2-rounded-1 .btAnnuler::before, .c2-rounded-1 .btValider::before, .c2-rounded-1 .btRetour::before, .c2-rounded-1 .btnUpd::before, .c2-rounded-1 .btn-default::before,
.c2-rounded-1 .module__actualite .readActu::before,
.c2-rounded-1 div.CMS_FloatLeft .dxbButton_KIT0122::before, .c2-rounded-1 .dxbButton_KITS2025::before, .c2-rounded-1 #divContainerToolBar .dxbButton_KITS2025::before {
  border-radius: 12px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-couleur2:hover, .btn-couleur2:focus, .btn-couleur2:active, .btn-couleur3:hover, .btn-couleur3:focus, .btn-couleur3:active, .btn-couleur4:hover, .btn-couleur4:focus, .btn-couleur4:active, .btn-couleur5:hover, .btn-couleur5:focus, .btn-couleur5:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-default:hover, .btn-default:focus, .btn-default:active,
.product__actions .product__info:hover,
.product__actions .product__info:focus,
.product__actions .product__info:active, .btn-SupprPanier:hover, .btn-SupprPanier:focus, .btn-SupprPanier:active, .btAnnuler:hover, .btAnnuler:focus, .btAnnuler:active, .btValider:hover, .btValider:focus, .btValider:active, .btRetour:hover, .btRetour:focus, .btRetour:active, .btnUpd:hover, .btnUpd:focus, .btnUpd:active, .btn-default:hover, .btn-default:focus, .btn-default:active,
.module__actualite .readActu:hover,
.module__actualite .readActu:focus,
.module__actualite .readActu:active,
div.CMS_FloatLeft .dxbButton_KIT0122:hover,
div.CMS_FloatLeft .dxbButton_KIT0122:focus,
div.CMS_FloatLeft .dxbButton_KIT0122:active, .dxbButton_KITS2025:hover, .dxbButton_KITS2025:focus, .dxbButton_KITS2025:active, #divContainerToolBar .dxbButton_KITS2025:hover, #divContainerToolBar .dxbButton_KITS2025:focus, #divContainerToolBar .dxbButton_KITS2025:active {
  text-decoration: none;
}
.btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before, .btn-couleur2:hover:before, .btn-couleur2:focus:before, .btn-couleur2:active:before, .btn-couleur3:hover:before, .btn-couleur3:focus:before, .btn-couleur3:active:before, .btn-couleur4:hover:before, .btn-couleur4:focus:before, .btn-couleur4:active:before, .btn-couleur5:hover:before, .btn-couleur5:focus:before, .btn-couleur5:active:before,
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info:active:before, .btn-success:hover:before, .btn-success:focus:before, .btn-success:active:before, .btn-danger:hover:before, .btn-danger:focus:before, .btn-danger:active:before, .btn-warning:hover:before, .btn-warning:focus:before, .btn-warning:active:before, .btn-default:hover:before, .btn-default:focus:before, .btn-default:active:before,
.product__actions .product__info:hover:before,
.product__actions .product__info:focus:before,
.product__actions .product__info:active:before, .btn-SupprPanier:hover:before, .btn-SupprPanier:focus:before, .btn-SupprPanier:active:before, .btAnnuler:hover:before, .btAnnuler:focus:before, .btAnnuler:active:before, .btValider:hover:before, .btValider:focus:before, .btValider:active:before, .btRetour:hover:before, .btRetour:focus:before, .btRetour:active:before, .btnUpd:hover:before, .btnUpd:focus:before, .btnUpd:active:before, .btn-default:hover:before, .btn-default:focus:before, .btn-default:active:before,
.module__actualite .readActu:hover:before,
.module__actualite .readActu:focus:before,
.module__actualite .readActu:active:before,
div.CMS_FloatLeft .dxbButton_KIT0122:hover:before,
div.CMS_FloatLeft .dxbButton_KIT0122:focus:before,
div.CMS_FloatLeft .dxbButton_KIT0122:active:before, .dxbButton_KITS2025:hover:before, .dxbButton_KITS2025:focus:before, .dxbButton_KITS2025:active:before, #divContainerToolBar .dxbButton_KITS2025:hover:before, #divContainerToolBar .dxbButton_KITS2025:focus:before, #divContainerToolBar .dxbButton_KITS2025:active:before {
  width: 100%;
}

#divContainerToolBar .dxbButton_KITS2025 div.dxb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
}

.dxbButton_KITS2025 {
  padding: inherit;
  outline: 0;
  height: 44px;
  padding: 0 20px;
}

.dxbButtonPressed_KITS2025 {
  outline: 0 !important;
}

.dxbButton_KITS2025.dxbDisabled_KITS2025::after,
.dxbButton_KITS2025.dxbDisabled_KITS2025::before {
  border-color: transparent;
}

.dxbButton_KITS2025.btn-default.dxbDisabled_KITS2025::before {
  background: initial;
}

.btn-couleur2 {
  color: #FFF;
}
.btn-couleur2::after {
  background-color: #3E4A59;
  color: #FFF;
  border: 1px solid #3E4A59;
}
.btn-couleur2::before {
  background-color: #FFF;
  color: #3E4A59;
  border: 1px solid #3E4A59;
}

.btn-couleur3 {
  color: #FFF;
}
.btn-couleur3::after {
  background-color: #949BA5;
  color: #FFF;
  border: 1px solid #949BA5;
}
.btn-couleur3::before {
  background-color: #FFF;
  color: #949BA5;
  border: 1px solid #949BA5;
}
.btn-couleur3:hover, .btn-couleur3:focus, .btn-couleur3:active {
  color: #949BA5;
}

.btn-couleur4 {
  color: #FFF;
}
.btn-couleur4::after {
  background-color: #8BD10C;
  color: #FFF;
  border: 1px solid #8BD10C;
}
.btn-couleur4::before {
  background-color: #FFF;
  color: #8BD10C;
  border: 1px solid #8BD10C;
}
.btn-couleur4:hover, .btn-couleur4:focus, .btn-couleur4:active {
  color: #8BD10C;
}

.btn-couleur5::after {
  background-color: #EEEEEE;
  color: #3E4A59;
  border: 1px solid #EEEEEE;
}
.btn-couleur5::before {
  background-color: #FFF;
  color: #FDE640;
  border: 1px solid #EEEEEE;
}

.dxbButton_KITS2025 {
  outline: 0;
  height: 44px;
  padding: 0 20px;
}

.dxbButtonHover_KITS2025 {
  background: transparent !important; /*tomato*/
}
.dxbButtonHover_KITS2025:hover, .dxbButtonHover_KITS2025:active, .dxbButtonHover_KITS2025:focus {
  background: rgb(78.7523178808, 93.9947019868, 113.0476821192);
}

.dxbButtonPressed_KITS2025 {
  outline: 0 !important;
}

.btn-danger {
  color: #FFF;
}
.btn-danger::after {
  background: tomato;
  color: #FFF;
  border: 1px solid tomato;
}
.btn-danger::before {
  background-color: #FFF;
  color: tomato;
  border: 1px solid tomato;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  color: tomato;
}

.btn-success {
  color: #FFF;
}
.btn-success::after {
  background: #8BD10C;
  color: #FFF;
  border: 1px solid #8BD10C;
}
.btn-success::before {
  background-color: #FFF;
  color: #8BD10C;
  border: 1px solid #8BD10C;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: #8BD10C;
}

.btn-warning {
  color: #FFF;
}
.btn-warning::after {
  background: orange;
  color: #FFF;
  border: 1px solid orange;
}
.btn-warning::before {
  background-color: #FFF;
  color: orange;
  border: 1px solid orange;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  color: orange;
}

.btn-info {
  color: #FFF;
}
.btn-info::after {
  background: #5bc0de;
  color: #FFF;
  border: 1px solid #5bc0de;
}
.btn-info::before {
  background-color: #FFF;
  color: #5bc0de;
  border: 1px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  color: #5bc0de;
}

.btn-default::after, .module__actualite .readActu::after {
  background: #CCC !important;
  border: 1px solid #CCC;
}
.btn-default::before, .module__actualite .readActu::before {
  background-color: #FFF !important;
  border: 1px solid #CCC;
}

.btnShowPj.btn-default {
  border: none !important;
}

.dxbButton_KITS2025.btn.btn-danger {
  color: #FFF;
}
.dxbButton_KITS2025.btn.btn-danger::after {
  background: tomato;
  color: #FFF;
  border: 1px solid tomato;
}
.dxbButton_KITS2025.btn.btn-danger::before {
  background-color: #FFF;
  color: tomato;
  border: 1px solid tomato;
}
.dxbButton_KITS2025.btn.btn-danger:hover, .dxbButton_KITS2025.btn.btn-danger:focus, .dxbButton_KITS2025.btn.btn-danger:active {
  color: tomato;
}
.dxbButton_KITS2025.btn.btn-success {
  color: #FFF;
}
.dxbButton_KITS2025.btn.btn-success::after {
  background: #8BD10C;
  color: #FFF;
  border: 1px solid #8BD10C;
}
.dxbButton_KITS2025.btn.btn-success::before {
  background-color: #FFF;
  color: #8BD10C;
  border: 1px solid #8BD10C;
}
.dxbButton_KITS2025.btn.btn-success:hover, .dxbButton_KITS2025.btn.btn-success:focus, .dxbButton_KITS2025.btn.btn-success:active {
  color: #8BD10C;
}
.dxbButton_KITS2025.btn.btn-warning {
  color: #FFF;
}
.dxbButton_KITS2025.btn.btn-warning::after {
  background: orange;
  color: #FFF;
  border: 1px solid orange;
}
.dxbButton_KITS2025.btn.btn-warning::before {
  background-color: #FFF;
  color: orange;
  border: 1px solid orange;
}
.dxbButton_KITS2025.btn.btn-warning:hover, .dxbButton_KITS2025.btn.btn-warning:focus, .dxbButton_KITS2025.btn.btn-warning:active {
  color: orange;
}
.dxbButton_KITS2025.btn.btn-info {
  color: #FFF;
}
.dxbButton_KITS2025.btn.btn-info::after {
  background: #5bc0de;
  color: #FFF;
  border: 1px solid #5bc0de;
}
.dxbButton_KITS2025.btn.btn-info::before {
  background-color: #FFF;
  color: #5bc0de;
  border: 1px solid #5bc0de;
}
.dxbButton_KITS2025.btn.btn-info:hover, .dxbButton_KITS2025.btn.btn-info:focus, .dxbButton_KITS2025.btn.btn-info:active {
  color: #5bc0de;
}
.dxbButton_KITS2025.btn.btn-default {
  color: #3E4A59;
  border: none;
}
.dxbButton_KITS2025.btn.btn-default:after {
  background: #CCC;
  border: none;
}
.dxbButton_KITS2025.btn.btn-default:before {
  background: rgb(224.4, 224.4, 224.4);
  border: none;
}

.btn-gris::after,
.product__actions .product__info::after,
.btRetour::after {
  background-color: #777;
}
.btn-gris::before,
.product__actions .product__info::before,
.btRetour::before {
  background-color: rgb(93.5, 93.5, 93.5);
}
.btn-gris:hover, .btn-gris:active, .btn-gris:focus,
.product__actions .product__info:hover,
.product__actions .product__info:active,
.product__actions .product__info:focus,
.btRetour:hover,
.btRetour:active,
.btRetour:focus {
  background: rgb(139.4, 139.4, 139.4);
}

.btn-SupprPanier::after, .btAnnuler::after {
  background-color: #c83a30;
  color: #FFF;
}
.btn-SupprPanier::before, .btAnnuler::before {
  background-color: rgb(158.8709677419, 46.0725806452, 38.1290322581);
}
.btn-SupprPanier:hover, .btn-SupprPanier:active, .btn-SupprPanier:focus, .btAnnuler:hover, .btAnnuler:active, .btAnnuler:focus {
  background: rgb(239.3636363636, 132.2545454545, 124.4363636364);
}

.btValider::after {
  background-color: #3E4A59;
  color: #FFF;
}
.btValider::before {
  background-color: rgb(41.059602649, 49.0066225166, 58.940397351);
}
.btValider:hover, .btValider:active, .btValider:focus {
  background: #75BC46;
}

.btn-blanc {
  color: #3E4A59;
}
.btn-blanc::after {
  background-color: #FFF;
}
.btn-blanc::before {
  background-color: #EEE;
}
.btn-blanc:hover, .btn-blanc:active, .btn-blanc:focus {
  color: #3E4A59;
}

.btRetour, .btn-default {
  color: #3E4A59;
}
.btRetour::after, .btn-default::after {
  background-color: #ccc;
}
.btRetour::before, .btn-default::before {
  background-color: rgb(178.5, 178.5, 178.5);
}
.btRetour:hover, .btRetour:active, .btRetour:focus, .btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #3E4A59;
}

.btn-default.search__launch-search {
  border-radius: 0;
  border: 1px solid #ccc;
}
.btn-default.search__launch-search::after, .btn-default.search__launch-search::before {
  display: none;
}

.lien-telechargement {
  position: relative;
  padding: 0 0 0 1.4em;
  color: #949BA5;
  /*    color: $c-text;
      text-decoration: none;
      position: relative;
      box-shadow: inset 0 -0.6rem 0 lighten($c-site2, 20%);*/
}
.lien-telechargement::before {
  font-family: "FontAwesome", serif;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0.15em;
  width: 1em;
  height: 1em;
  content: "\f019";
  color: #3E4A59;
}
.lien-telechargement:hover {
  color: #3E4A59;
  background-color: transparent !important;
  /*        color: $c-text;
          text-decoration: none;
          background: $c-site2!important;
          box-shadow: none;*/
}
.lien-telechargement:hover::before {
  color: rgb(82.940397351, 98.9933774834, 119.059602649);
}

.btnG-telechargement1, .btnG-telechargement2, .btnG-telechargement3, .btnG-telechargement4, .btnG-telechargement5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding-left: 3.9em;
  padding-right: 1em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  color: #3E4A59;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
  text-align: initial;
}
.btnG-telechargement1:after, .btnG-telechargement2:after, .btnG-telechargement3:after, .btnG-telechargement4:after, .btnG-telechargement5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDE640;
  z-index: -2;
  border: 1px solid transparent;
  border-radius: 25px;
}
.btnG-telechargement1:before, .btnG-telechargement2:before, .btnG-telechargement3:before, .btnG-telechargement4:before, .btnG-telechargement5:before {
  content: "\f019";
  font-family: "FontAwesome";
  padding-left: 13px;
  padding-top: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 100%;
  background-color: rgb(253.5284974093, 236.6062176166, 114.4715025907);
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #FDE640;
}
.btnG-telechargement1:hover, .btnG-telechargement1:focus, .btnG-telechargement1:active, .btnG-telechargement2:hover, .btnG-telechargement2:focus, .btnG-telechargement2:active, .btnG-telechargement3:hover, .btnG-telechargement3:focus, .btnG-telechargement3:active, .btnG-telechargement4:hover, .btnG-telechargement4:focus, .btnG-telechargement4:active, .btnG-telechargement5:hover, .btnG-telechargement5:focus, .btnG-telechargement5:active {
  color: #3E4A59;
  text-decoration: none !important;
  background: #FFF;
}
.btnG-telechargement1:hover:before, .btnG-telechargement2:hover:before, .btnG-telechargement3:hover:before, .btnG-telechargement4:hover:before, .btnG-telechargement5:hover:before {
  width: 100%;
}
@media screen and (max-width: 280px) {
  .btnG-telechargement1, .btnG-telechargement2, .btnG-telechargement3, .btnG-telechargement4, .btnG-telechargement5 {
    font-size: small;
    padding-top: 0.25em;
  }
}

.btnG-telechargement2 {
  color: #FFF;
}
.btnG-telechargement2:after {
  background-color: #3E4A59;
}
.btnG-telechargement2:before {
  color: #3E4A59;
  background-color: #FFF;
  border: 1px solid #3E4A59;
}
.btnG-telechargement2:hover, .btnG-telechargement2:focus, .btnG-telechargement2:active {
  color: #3E4A59;
}

.btnG-telechargement3 {
  color: #FFF;
}
.btnG-telechargement3:after {
  background-color: #949BA5;
}
.btnG-telechargement3:before {
  color: #949BA5;
  background-color: #FFF;
  border: 1px solid #949BA5;
}
.btnG-telechargement3:hover, .btnG-telechargement3:focus, .btnG-telechargement3:active {
  color: #949BA5;
}

.btnG-telechargement4 {
  color: #FFF;
}
.btnG-telechargement4:after {
  background-color: #8BD10C;
}
.btnG-telechargement4:before {
  color: #8BD10C;
  background-color: #FFF;
  border: 1px solid #8BD10C;
}
.btnG-telechargement4:hover, .btnG-telechargement4:focus, .btnG-telechargement4:active {
  color: #8BD10C;
}

.btnG-telechargement5 {
  color: #3E4A59;
}
.btnG-telechargement5:after {
  background-color: #EEEEEE;
}
.btnG-telechargement5:before {
  color: #3E4A59;
  background-color: #FFF;
  border: 1px solid #EEEEEE;
}

[class^=btn] {
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.btn-icn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 19px;
  color: #3E4A59;
  background-color: #FFF;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-icn:hover, .btn-icn:focus {
  color: rgb(134.1497461929, 142.0558375635, 153.3502538071);
}

.ripple-button {
  position: relative;
  overflow: hidden;
}
.ripple-button:hover, .ripple-button:focus {
  outline: none;
  text-decoration: none;
}
.ripple-button.search--web {
  border-radius: 0;
}
.ripple-button .ripple {
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: ripple-effect 0.6s linear;
          animation: ripple-effect 0.6s linear;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
@-webkit-keyframes ripple-effect {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}
@keyframes ripple-effect {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}

.tableau thead {
  background-color: #3E4A59;
  color: #8BD10C;
}
.tableau.site3 thead {
  background-color: #949BA5;
  color: #fff;
}

.table.table-striped.table-bordered.tableau-1 thead, .table.table-striped.table-bordered.tableau-1 tr > th,
.table.table-striped.table-bordered.tableau-2 thead,
.table.table-striped.table-bordered.tableau-2 tr > th,
.table.table-striped.table-bordered.tableau-3 thead,
.table.table-striped.table-bordered.tableau-3 tr > th,
.table.table-striped.table-bordered.tableau-4 thead,
.table.table-striped.table-bordered.tableau-4 tr > th,
.table.table-striped.table-bordered.tableau-5 thead,
.table.table-striped.table-bordered.tableau-5 tr > th {
  color: #FFF;
  background-color: #3E4A59;
}

.table.table-striped.table-bordered.tableau-2 thead, .table.table-striped.table-bordered.tableau-2 tr > th {
  color: #3E4A59;
  background-color: #FDE640;
}

.table.table-striped.table-bordered.tableau-3 thead, .table.table-striped.table-bordered.tableau-3 tr > th {
  background-color: #949BA5;
}

.table.table-striped.table-bordered.tableau-4 thead, .table.table-striped.table-bordered.tableau-4 tr > th {
  background-color: #8BD10C;
}

.table.table-striped.table-bordered.tableau-5 thead, .table.table-striped.table-bordered.tableau-5 tr > th {
  color: #3E4A59;
  background-color: #EEEEEE;
}

table p,
.table p {
  margin: 0;
  padding: 0;
}

.tableau-neutre {
  border-collapse: collapse;
  border: none !important;
  border-spacing: 0 !important;
}

.marges-nulles {
  margin-left: -23px !important;
  width: calc(100% + 45px) !important;
}
.hpi .marges-nulles, .x-panel-body .marges-nulles {
  margin-left: -15px;
  width: calc(100% + 30px) !important;
}