/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
#@14
#@15
#@16
#@17
#@18
#@19
#@20
#@21
#@22
#@23
#@24
#@25
#@26
#@27
#@28
#@29
#@30
#@31
#@32
#@33
#@34
#@35
#@36
#@37
#@38
#@39
*/
@charset "UTF-8";
/*#007bff*/
/* Variables et declarations specifiques, en complement de _variables.scss */
/* --------------------------------------------------------------

   layout.css
   Disposition des blocs principaux
   cf.: http://romy.tetue.net/structure-html-de-base

-------------------------------------------------------------- */
/* Elements principaux
------------------------------------------ */
body {
  text-align: center;
  background: #ddd;
}
.page {
  position: relative;
  width: 960px;
  max-width: 95%;
  margin: 2em auto;
  text-align: left;
}
.main {
  padding: 1.5em 0;
}
.footer {
  clear: both;
  padding: 1em 0 0;
  margin: 1em 0 0 0;
  border-top: 1px solid #999;
}
/* largeur calculee du wrapper: 960*70%  = 672px */
.wrapper {
  clear: both;
  float: left;
  width: 70%;
  overflow: hidden;
}
.content {
  min-height: 350px;
}
/* largeur calculee du aside: 672px / 3 = 224px = 23.333 %*/
.aside {
  float: right;
  width: 23.333%;
  overflow: hidden;
}
/* Entete et barre de navigation
------------------------------------------ */
.header {
  padding-bottom: 1.5em;
}
.header .spip_logo_site {
  display: block;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}
.header .spip_logo_site, .header .spip_logo_site a, .header .spip_logo_site a:hover {
  background: transparent;
  text-decoration: none;
  color: #222;
}
.header .spip_logo_site a:hover {
  color: #db1762;
}
.header .spip_logo_site a:hover img {
  opacity: 0.7;
}
.header .spip_logo {
  margin-bottom: 0;
}
.header #slogan {
  margin: 0;
}
.formulaire_menu_lang {
  position: absolute;
  right: 0;
  top: 0.9em;
  display: block;
  width: 30%;
}
.nav li {
  display: inline;
}
.nav li a {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 0 0.25em 0.5em 0;
  border-radius: 0.25em;
  text-decoration: none;
  background: #f0f0f0;
  color: #db1762;
}
.nav li.on a {
  background: #c41558;
  color: #fff;
  font-weight: normal;
}
.nav li a:focus, .nav li a:hover, .nav li a:active {
  background: #c41558;
  color: #fff;
}
.footer .colophon {
  float: left;
  height: 40px;
  width: 70%;
  margin: 0;
}
.footer .generator {
  float: right;
}
.footer .generator a {
  padding: 0;
  background: none;
}
.footer .generator a:hover {
  color: #c41558;
}
/* Gabarit d'impression
------------------------------------------ */
@media print {
  .page, .wrapper, .content {
    width: auto;
  }
  .nav, .arbo, .aside, .footer {
    display: none;
  }
}
/* Affichage sur petits ecrans  
Cf.: http://www.alsacreations.com/astuce/lire/1177
------------------------------------------ */
/* largeur maximum 767px */
@media (max-width: 767px) {
  body {
    width: 100%;
    padding: 0 20px;
  }
  .page {
    width: 100%;
    max-width: none;
  }
}
/* largeur maximum 640px */
@media (max-width: 640px) {
  /* layout */
  /* Passer a une seule colonne (a appliquer aux elements multi-colonnes) */
  /* header du calendrier full-calendar */
  .wrapper, .content, .aside {
    width: 100%;
  }
  .content, .aside {
    clear: both;
    float: none;
    width: 100%;
  }
  .nav ul li a {
    float: none;
    border: 0;
  }
  .arbo {
    display: none;
  }
  .footer .colophon {
    width: auto;
    float: none;
  }
  .footer .generator {
    display: none;
  }
  table.fc-header td {
    display: block;
    text-align: left;
  }
}
/* fin */
/*--------------------------------------------------------------
# Architecture
--------------------------------------------------------------*/
body {
  font-family: "EBGaramondRegular", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1em;
  line-height: 1.375em;
  color: #282828;
  background-image: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/background.png');
  background-repeat: repeat;
  padding-left: 0;
  min-width: 300px;
}
/*.page { margin: 0; width: calc(100% - 100px); margin-left: 100px; max-width: none; position: relative; }
.page:before{ content: ' '; position: absolute; position: fixed; top: 0px; left: 0px; bottom: 0px; width: 100px; background: $cadex_red url('/IMG/logo/siteon0.png') center 10px no-repeat; background-size: 80px 117px;  height:100%; display: block; z-index:-1; overflow:hidden; color:#000; }
*/
.aside > div {
  padding-left: 0;
  padding-right: 0;
}
.header {
  padding-top: 0;
  padding-bottom: 0;
}
.header .accueil a {
  color: inherit;
}
.header .spip_logos {
  float: left;
  margin: 11px 19px;
  margin-left: 0;
  margin-top: 0;
}
#logo_site_spip {
  line-height: 1em;
}
#slogan_site_spip {
  display: block;
}
.header .formulaire_menu_lang {
  width: 100%;
}
.header .formulaire_menu_lang select {
  width: 100%;
}
.footer {
  font-size: 0.85em;
  text-align: center;
}
.breadcrumb {
  background-color: transparent;
}
.visuel {
  height: 305px;
}
.petit {
  visibility: visible;
  display: block;
}
.grand {
  visibility: hidden;
  display: none;
}
@media (min-width: 1200px) {
  #extra {
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
  }
  #content {
    -ms-flex-order: 2;
    order: 2;
  }
  #aside {
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
  }
  .visuel {
    height: 100%;
  }
  .petit {
    visibility: hidden;
    display: none;
  }
  .grand {
    visibility: visible;
    display: block;
  }
  .col-xl-0 {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-0 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content > .inner {
    padding-right: 0;
  }
  .visuel {
    height: 305px;
  }
  .lecteurpdf {
    width: 400px;
  }
  .petit {
    visibility: visible;
    display: block;
  }
  .grand {
    visibility: hidden;
    display: none;
  }
  .col-md-0 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .page {
    margin: 0;
    width: calc(100% - 100px);
    margin-left: 100px;
    max-width: none;
    position: relative;
  }
  .page:before {
    content: " ";
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100px;
    background: #ca0600 url("/IMG/logo/siteon0.png") center 10px no-repeat;
    background-size: 80px 117px;
    height: 100%;
    display: block;
    z-index: -1;
    overflow: hidden;
    color: #000;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-sm-0 {
    display: none !important;
  }
  .aside {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu-liste .menu-liste {
    visibility: hidden;
  }
  .petit {
    visibility: visible;
    display: block;
  }
  .grand {
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 576px) {
  .col-xs-0 {
    display: none !important;
  }
}
@media (max-width: 450px) {
  /*div#aside {float:none;width:100%;}
  div#extra {float:none;width:100%;}*/
}
/*--------------------------------------------------------------
# MENUS
--------------------------------------------------------------*/
@media (min-width: 768px) {
  #menu_page {
    margin-bottom: 22px;
  }
  #menu_fixe, #menu_slide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* desactivation menu page */
  body {
    margin-top: 2.85rem;
  }
  #menu_page, #header {
    display: none;
  }
  #menu_fixe {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5em;
    z-index: 9;
    border-bottom: thin #CCC solid;
  }
  #menu_slide {
    position: fixed;
    top: 2.6rem;
    left: 0;
    bottom: 0;
    z-index: 12;
    transition: all 0.5s;
    padding: 15px;
    overflow-y: auto;
    width: 300px;
    background: #ca0600;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}
.navbar-inner {
  background-color: #eeecc3;
  background-image: -moz-linear-gradient(top, #f5f4ce, #e3e1b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f4ce), to(#e3e1b4));
  background-image: -webkit-linear-gradient(top, #f5f4ce, #e3e1b4);
  background-image: -o-linear-gradient(top, #f5f4ce, #e3e1b4);
  background-image: linear-gradient(to bottom, #f5f4ce, #e3e1b4);
  background-repeat: repeat-x;
  border-color: #f1eeb4;
}
#menu_page #menu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 34px;
  background-color: #eeecc3;
  background-image: -moz-linear-gradient(top, #f5f4ce, #e3e1b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f4ce), to(#e3e1b4));
  background-image: -webkit-linear-gradient(top, #f5f4ce, #e3e1b4);
  background-image: -o-linear-gradient(top, #f5f4ce, #e3e1b4);
  background-image: linear-gradient(to bottom, #f5f4ce, #e3e1b4);
  background-repeat: repeat-x;
  border-color: #f1eeb4;
}
#menu.menu_nav {
  font-family: "QlassikBoldRegular";
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
}
#menu .rang1 > a, #menu .rang1 > .a {
  font-size: 1.1em;
}
#menu .sf-menu {
  margin: 0 25px;
}
#menu .sf-menu li.rang1 {
  background: transparent;
}
#menu .sf-arrows .sf-with-ul::after {
  display: none;
}
#menu .sf-menu ul {
  min-width: auto;
}
#menu_page a, #menu_page .a {
  color: #ca0600;
  border: none;
  padding: 10px 1.4rem;
  cursor: pointer;
}
#menu_page a:hover, #menu_page a:focus, #menu_page a:active, #menu_page li.active > a, #menu_page .a:hover, #menu_page .a:focus, #menu_page .a:active, #menu_page li.active > .a {
  background: #ca0600;
  color: #fff;
}
#menu_page .sf-menu li ul {
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
#menu_page .sf-menu ul li {
  background-color: #e3e1b4;
  background-color: rgba(227, 225, 180, 0.8);
}
#menu_fixe .mobile-nav-slogan {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #454545;
  height: 100%;
  margin: 0 0.5em;
  padding: 0;
  line-height: inherit;
}
#menu_fixe .mobile-nav-slogan small {
  font-style: normal;
  margin: 0 10px 0 0;
  opacity: 80%;
  font-size: 0.65em;
}
#menu_fixe .mobile-nav-slogan a {
  color: #ca0600;
}
#menu_fixe .mobile-nav-slogan a:hover i {
  color: #ca0600;
}
#menu_fixe .mobile-nav-toggle {
  float: right;
  border: 0;
  background: none;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 0.35em 0.5em;
}
#menu_fixe .mobile-nav-toggle i {
  color: #45505b;
}
#menu_fixe .mobile-nav-toggle:hover i {
  color: #ca0600;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #menu_slide {
  left: 0;
}
.mobile-nav-active h2.mobile-nav-slogan, .mobile-nav-active h2.mobile-nav-slogan a {
  color: #ca0600;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #ca0600;
}
#menu_slide #menu {
  font-size: 1.1em;
}
#menu_slide * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu_slide ul.enfants, #menu_slide ul.petitsenfants {
  margin-left: 10px;
}
#menu_slide a, #menu_slide .a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
#menu_slide li.active > a {
  text-decoration: underline;
}
#menu_slide a:hover, #menu_slide a:focus, #menu_slide a:active {
  background: #e3e1b4;
  color: #ca0600;
}
/*--------------------------------------------------------------
# STYLES TRANSVERSAUX
--------------------------------------------------------------*/
a {
  color: #ca0600;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  background-color: #ced4da;
  color: #f30700;
  text-decoration: none;
}
.page-item.active .page-link {
  background-color: #ca0600;
  border-color: #ca0600;
}
/** TEXTE DIVERS **/
h1#logo_site_spip {
  margin: 0px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0.1em;
}
#descriptif_site_spip {
  font-size: 1.1em;
  text-align: justify;
}
.justifier {
  text-align: justify;
}
.texte {
  text-align: justify;
}
.majuscules {
  text-transform: uppercase;
}
.titre_cadex {
  font-style: italic;
  font-weight: 600;
  word-break: normal;
  font-size: larger;
}
.texte_cadex {
  text-align: justify;
  font-size: 0.9em;
  line-height: 0.9em;
  padding-top: 5px;
}
.droite {
  text-align: right;
}
.gauche {
  text-align: left;
}
.centre {
  text-align: center;
}
.floatdr {
  float: right;
}
.floatga {
  float: left;
}
.rouge {
  color: #ca0600;
}
.liste-items .item {
  border: none;
  /*border-bottom:1px solid #E0E2E0;*/
}
.liste-items .item:last-child {
  border: none;
}
p.descriptif {
  letter-spacing: 0.05em;
  word-spacing: 0.4em;
}
.pagination .label {
  display: none;
}
.pagination {
  margin: 10px 0;
}
#alphabetique .laliste {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#alphabetique {
  font-size: 1em;
}
#alphabetique .alpha {
  text-align: right;
  font-size: 1.1em;
  overflow: hidden;
  margin: 10px 0;
}
#alphabetique .alpha a {
  padding: 5px;
}
#alphabetique h1 {
  /**text-align:right**/
}
#alphabetique #expose {
  text-decoration: none;
  background-color: #FFCC00;
}
#alphabetique ul {
  margin: 0px;
}
#alphabetique li {
  list-style: none;
  width: 243px;
  padding: 6px;
  text-align: right;
  overflow: hidden;
}
#alphabetique li:hover {
  background-color: #CCC;
}
#alphabetique .resume img {
  float: left;
  clear: left;
  margin: 0 10px 10px 0;
  line-height: 1px;
}
.list_flex {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bloc_papier {
  background: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/background.png') repeat scroll 0% 0% #FFF;
  padding: 20px;
  overflow: hidden;
  border: thin #CCC solid;
}
.well {
  background-color: white;
}
.bandeau_titre {
  text-align: right;
  background-color: #CCC;
  color: #282828;
  font-style: italic;
  line-height: auto;
  padding: 5px 10px;
  font-family: "QlassikBoldRegular";
  font-size: 1.2em;
  letter-spacing: 0.2px;
}
.chapi {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin-left: 33%;
  text-align: right;
}
.point {
  font-size: 1.8em;
  line-height: 1.8em;
  letter-spacing: 0.5em;
  text-align: center;
}
.visuel {
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.5em;
  word-break: break-all;
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
  vertical-align: middle;
  color: #999;
  color: rgba(153, 153, 153, 0.5);
}
.liste_cadex h4.blocs_titre, .liste_cadex h4.blocs_replie {
  background: transparent none;
  padding-left: 0;
}
.well .titre, .well p {
  text-align: left;
  font-size: 0.8em;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px solid #E0E2E0;
}
.mots_cadex li:hover {
  background-color: #CCC;
}
/*.secondary .mots_cadex .liste-items .spip_logos {max-width: 90px; float:right; margin:0 3px 0 3px}*/
.blocadresse {
  float: left;
  background-color: #FFF;
  width: 45%;
  margin: 1%;
  border: thin solid #ddd;
  padding: 1%;
}
.bloc_list {
  margin-bottom: 15px;
  border-bottom: thin solid #ced4da;
  padding-bottom: 15px;
  overflow: hidden;
}
.bloc_list img {
  float: right;
  margin: 0 0 10px 10px;
}
.citation, .citation a:visited, .citation a {
  color: #ccc;
  color: rgba(153, 153, 153, 0.5);
}
.citation {
  background-color: #FFF;
  box-shadow: none;
  border: 1px solid #D4D4D4;
  border-radius: 0px;
  padding: 30px;
  font-style: italic;
  font-size: 0.9em;
}
.citation:hover {
  color: #999;
  color: #999;
}
.citation p {
  margin-bottom: 0;
}
.citation:hover a {
  color: #ca0600;
}
h4.actualite {
  margin-bottom: 0;
}
#visages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 7px;
}
#visages a {
  opacity: 0.5;
}
#visages a:hover {
  opacity: 1;
}
#panier_cadex ul {
  list-style: none;
}
#panier_cadex .titre {
  margin: 10px 0;
}
#panier_cadex button.submit {
  margin-top: 10px;
}
#recherche_cadex .liste-items .item {
  padding: 0px;
}
/** SLIDER PHOTOS utilisé sur le sommaire **/
/* Conteneur général du slider */
.slider-conteneur {
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 30px auto;
}
/* Styles spécifiques au slider #slider_cadex */
#slider_cadex {
  width: 100%;
  padding: 20px;
  height: 500px;
  list-style: none;
  overflow-y: hidden;
  /* Utilisé deux fois, peut-être inutile ici */
  overflow-x: hidden;
  /* Peut être inutile ici */
}
/* Styles pour le conteneur du slider et sa fenêtre */
#slider_cadex .anythingSlider-simple {
  display: block;
  position: relative;
  margin: 5px;
  padding: 0;
  border: solid 1px #ccc;
  box-shadow: 0 0 6px #888;
  overflow: hidden;
  background: white;
}
/* Styles pour le texte dans le slider */
#slider_cadex .texte {
  line-height: 1.9em;
  font-size: 1em;
  text-align: right;
  margin-right: 4px;
  font-family: ebgaramond08-italic;
}
#slider_cadex .texte p {
  padding: 45px 25px 5px;
}
/* Styles pour les images dans le slider */
#slider_cadex .image {
  float: left;
  margin: 0 5px 5px 0;
  max-width: 70%;
}
#slider_cadex .image img {
  max-height: 400px;
}
/* Styles pour chaque élément li du slider */
#slider_cadex li {
  position: relative;
}
/* Styles spécifiques pour le titre h1 dans le slider */
#slider_cadex h1 {
  display: block;
  position: absolute;
  top: 25%;
  right: 30px;
  padding: 20px 10px;
  width: auto;
  max-width: 300px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  color: red;
  text-shadow: 2px 2px 10px #fff;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1em;
  text-align: right;
}
/* Styles pour les liens dans le slider */
#slider_cadex a:focus, #slider_mda a:hover, #slider_mda a:active {
  background-color: transparent;
}
/* Media queries pour la réponse aux différentes largeurs d'écran */
@media (min-width: 980px) and (max-width: 1199px) {
  #slider_cadex {
    float: none;
    width: 94%;
    padding: 12px 3%;
  }
}
@media (min-width: 780px) and (max-width: 979px) {
  #slider_cadex {
    width: 80%;
  }
}
@media (min-width: 451px) and (max-width: 779px) {
  #slider_cadex {
    float: none;
    width: 94%;
    padding: 12px 3%;
  }
}
@media (max-width: 450px) {
  #slider_cadex {
    float: none;
    width: 94%;
    padding: 12px 3%;
  }
  #slider_cadex .anythingSlider-simple {
    margin: 0;
    box-shadow: 0 0 3px #888;
    border-radius: 1em 0 0 0;
  }
  #slider_cadex .texte {
    line-height: 1em;
    font-size: 1em;
    text-align: left;
    padding: 20px 25px 0;
    margin: 0;
    text-align: justify;
  }
  #slider_cadex .image {
    float: none;
    max-width: 100%;
    margin: 0 0 20px;
    display: block;
    text-align: center;
  }
  #slider_cadex .image img {
    max-height: 300px;
  }
  #slider_cadex h1 {
    right: 0px;
  }
}
.procedure_commande {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  color: #495057;
}
#infos_etapes {
  background: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-clair-left.gif') no-repeat scroll right center #8C8C8C;
  height: 29px;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 5px;
  margin: 0 0 2em;
  text-align: left;
}
#infos_etapes li {
  background: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-fonce-left.gif') no-repeat scroll left center transparent;
  color: #555555;
  float: left;
  line-height: 1.05em;
  margin-left: -28px;
  padding-left: 29px;
  text-align: left;
}
#infos_etapes li .fond {
  background: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-fonce-left.gif') no-repeat scroll -30px center transparent;
  color: #000000;
  font-size: 1.1em;
  height: 29px;
  padding-left: 1em;
  padding-top: 7px;
  width: 8.5em;
}
#infos_etapes li a {
  color: #000;
}
#infos_etapes li.on a, #infos_etapes li.on .fond {
  color: #fff;
  font-weight: normal;
}
#infos_etapes.infos_etape_3 {
  background-image: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-vert-left.gif');
  background-color: green;
}
#infos_etapes li.on {
  background-image: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-vert-left.gif');
  color: #fff;
}
#infos_etapes li.on .fond {
  background-color: #88f560;
  background-image: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-vert-left.gif');
}
#infos_etapes li.erreur {
  background-image: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-rouge-left.gif');
}
#infos_etapes li.erreur .fond {
  background-color: #ff6868;
  background-image: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-rouge-left.gif');
}
#infos_etapes li.prochains {
  background-image: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-clair-left.gif');
}
#infos_etapes li.prochains .fond {
  background-color: #dbdbdb;
  background-image: url('https://www.cadex-editions.net/plugins/cadex/v3.2.0/css/images/degrade-etapes-clair-left.gif');
}
.formulaire_spip {
  background-color: transparent;
  border: none;
  padding: 0;
}
.formulaire_spip .boutons {
  background-color: transparent;
  border-top: none;
}
.formulaire_spip .notes {
  margin: 0;
  padding: 0 0.5em;
}
.formulaire_spip th, .formulaire_spip td.prix_unitaire, .formulaire_spip td.quantite {
  text-align: center !important;
  padding: 0.5em;
}
.resume img {
  float: right;
  clear: right;
  margin: 0 0 10px 10px;
  line-height: 1px;
}
#extra .mots_cadex li.item {
  padding: 5px;
}
.minipanier form.bouton_action_post .btn {
  margin-top: 10px;
}
.bloc_donnees {
  margin-bottom: 10px;
}
.formulaire_editer .editer_bio, .formulaire_editer .editer_pgp, .formulaire_editer .editer_liens_sites {
  display: none;
}
.formulaire_com_compte .champs_extras, .formulaire_editer .editer_type, .formulaire_editer .cadre-icone {
  display: none;
}
.formulaire_com_adresse .formulaire_editer_auteur .editer-groupe {
  display: none;
}
.formulaire_com_adresse .formulaire_editer_auteur .champs_extras {
  display: block;
}
.formulaire_spip {
  overflow: hidden;
}
.bleu {
  text-align: center;
  color: #049cdb;
}
.formulaire_paiement .bleu {
  padding: 20px 20%;
}
.com_panier.formulaire_panier form {
  background-color: white;
  margin-bottom: 15px;
  border: thin solid #ced4da;
}
.com_panier.formulaire_panier thead tr {
  background-color: #ca0600;
  color: #fff;
}
.formulaire_com table {
  width: 100%;
}
.formulaire_com thead {
  width: auto;
  text-align: left;
  font-size: 1.1em;
  background-color: #ca0600;
  color: #fff;
  font-family: "QlassikBoldRegular";
  border: 1px solid #dddddd;
}
.formulaire_com tbody {
  border: 1px solid #dddddd;
  background-color: #fcfcfc;
}
.formulaire_com table td {
  padding: 0.5em;
}
.formulaire_com table td.tableau_com {
  padding-right: 0;
  padding-left: 0;
}
.formulaire_com .payer_modes {
  overflow: hidden;
}
#formulaire_inscription .mode {
  display: none;
}
.formulaire_com .payer_acte {
  padding: 20px 0;
  border-top: 5px solid #ca0600;
}
.formulaire_com .payer_acte .boutons {
  border-top: none;
}
#com_tableau thead {
  background-color: #fff;
  color: #ca0600;
}
#com_tableau tbody, #com_tableau thead {
  border-right: none;
  border-left: none;
}
