/*
#@squelettes/css/personnalisation.less
*/
@import "//www.scfl.fr/squelettes/css/css/spip.css";
/*
 * import forcé des fichiers bootstrap2spip
 */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Tableaux SPIP */
table.spip {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
table.spip > thead > tr > th,
table.spip > tbody > tr > th,
table.spip > tfoot > tr > th,
table.spip > thead > tr > td,
table.spip > tbody > tr > td,
table.spip > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table.spip > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table.spip > caption + thead > tr:first-child > th,
table.spip > colgroup + thead > tr:first-child > th,
table.spip > thead:first-child > tr:first-child > th,
table.spip > caption + thead > tr:first-child > td,
table.spip > colgroup + thead > tr:first-child > td,
table.spip > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.spip > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.spip .table {
  background-color: #ffffff;
}
table.spip > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table.spip > tbody > tr:hover {
  background-color: #f5f5f5;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: #e8e8e8;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #990000;
  border-color: #990000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > ul {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
  margin: 0;
}
.pagination > ul > li {
  display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: #e8e8e8;
  border-color: #dddddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #990000;
  border-color: #990000;
  cursor: default;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination .pagination-label {
  display: inline-block;
}
.pagination .label {
  float: left;
  color: inherit;
  background: transparent;
  text-shadow: none;
  padding: 4px;
  line-height: 1.5;
}
.pagination-mini .pagination-label,
.pagination-small .pagination-label {
  position: absolute;
  left: -999em;
  height: 1%;
}
/* tri, analogue a pagination mais avec des boutons de tri dedans */
.tri {
  display: block;
  margin: 24px 0;
}
fieldset,
.formulaire_spip fieldset.info {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e8e8e8;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
legend {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}
/* Surcharge RTL */
.rtl .form-search .input-append .search-query {
  border-radius: 0 14px 14px 0;
}
.rtl .form-search .input-append .btn {
  border-radius: 14px 0 0 14px;
}
.rtl .form-search .input-prepend .search-query {
  border-radius: 14px 0 0 14px;
}
.rtl .form-search .input-prepend .btn {
  border-radius: 0 14px 14px 0;
}
/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_spip {
  clear: both;
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #f5f5f5;
  position: relative;
}
.formulaire_spip form {
  margin-bottom: 0;
}
.formulaire_spip .boutons {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin: 0 -1.5em -1.5em;
  padding: 1.5em;
  text-align: right;
}
.formulaire_spip .boutons:before,
.formulaire_spip .boutons:after {
  content: " ";
  display: table;
}
.formulaire_spip .boutons:after {
  clear: both;
}
.secondary .formulaire_spip {
  padding: 0.75em;
}
.secondary .formulaire_spip .boutons {
  margin: 0 -0.75em -0.75em;
  padding: 0.75em;
}
input.submit,
.formulaire_spip button.submit:not(.btn-link) {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #bbbbbb;
}
input.submit:focus,
.formulaire_spip button.submit:not(.btn-link):focus,
input.submit:active:focus,
.formulaire_spip button.submit:not(.btn-link):active:focus,
input.submit.active:focus,
.formulaire_spip button.submit:not(.btn-link).active:focus,
input.submit.focus,
.formulaire_spip button.submit:not(.btn-link).focus,
input.submit:active.focus,
.formulaire_spip button.submit:not(.btn-link):active.focus,
input.submit.active.focus,
.formulaire_spip button.submit:not(.btn-link).active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input.submit:hover,
.formulaire_spip button.submit:not(.btn-link):hover,
input.submit:focus,
.formulaire_spip button.submit:not(.btn-link):focus,
input.submit.focus,
.formulaire_spip button.submit:not(.btn-link).focus {
  color: #333333;
  text-decoration: none;
}
input.submit:active,
.formulaire_spip button.submit:not(.btn-link):active,
input.submit.active,
.formulaire_spip button.submit:not(.btn-link).active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input.submit.disabled,
.formulaire_spip button.submit:not(.btn-link).disabled,
input.submit[disabled],
.formulaire_spip button.submit:not(.btn-link)[disabled],
fieldset[disabled] input.submit,
fieldset[disabled] .formulaire_spip button.submit:not(.btn-link) {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
ainput.submit.disabled,
a.formulaire_spip button.submit:not(.btn-link).disabled,
fieldset[disabled] ainput.submit,
fieldset[disabled] a.formulaire_spip button.submit:not(.btn-link) {
  pointer-events: none;
}
input.submit:focus,
.formulaire_spip button.submit:not(.btn-link):focus,
input.submit.focus,
.formulaire_spip button.submit:not(.btn-link).focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #7b7b7b;
}
input.submit:hover,
.formulaire_spip button.submit:not(.btn-link):hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9c9c9c;
}
input.submit:active,
.formulaire_spip button.submit:not(.btn-link):active,
input.submit.active,
.formulaire_spip button.submit:not(.btn-link).active,
.open > .dropdown-toggleinput.submit,
.open > .dropdown-toggle.formulaire_spip button.submit:not(.btn-link) {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9c9c9c;
}
input.submit:active:hover,
.formulaire_spip button.submit:not(.btn-link):active:hover,
input.submit.active:hover,
.formulaire_spip button.submit:not(.btn-link).active:hover,
.open > .dropdown-toggleinput.submit:hover,
.open > .dropdown-toggle.formulaire_spip button.submit:not(.btn-link):hover,
input.submit:active:focus,
.formulaire_spip button.submit:not(.btn-link):active:focus,
input.submit.active:focus,
.formulaire_spip button.submit:not(.btn-link).active:focus,
.open > .dropdown-toggleinput.submit:focus,
.open > .dropdown-toggle.formulaire_spip button.submit:not(.btn-link):focus,
input.submit:active.focus,
.formulaire_spip button.submit:not(.btn-link):active.focus,
input.submit.active.focus,
.formulaire_spip button.submit:not(.btn-link).active.focus,
.open > .dropdown-toggleinput.submit.focus,
.open > .dropdown-toggle.formulaire_spip button.submit:not(.btn-link).focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #7b7b7b;
}
input.submit:active,
.formulaire_spip button.submit:not(.btn-link):active,
input.submit.active,
.formulaire_spip button.submit:not(.btn-link).active,
.open > .dropdown-toggleinput.submit,
.open > .dropdown-toggle.formulaire_spip button.submit:not(.btn-link) {
  background-image: none;
}
input.submit.disabled:hover,
.formulaire_spip button.submit:not(.btn-link).disabled:hover,
input.submit[disabled]:hover,
.formulaire_spip button.submit:not(.btn-link)[disabled]:hover,
fieldset[disabled] input.submit:hover,
fieldset[disabled] .formulaire_spip button.submit:not(.btn-link):hover,
input.submit.disabled:focus,
.formulaire_spip button.submit:not(.btn-link).disabled:focus,
input.submit[disabled]:focus,
.formulaire_spip button.submit:not(.btn-link)[disabled]:focus,
fieldset[disabled] input.submit:focus,
fieldset[disabled] .formulaire_spip button.submit:not(.btn-link):focus,
input.submit.disabled.focus,
.formulaire_spip button.submit:not(.btn-link).disabled.focus,
input.submit[disabled].focus,
.formulaire_spip button.submit:not(.btn-link)[disabled].focus,
fieldset[disabled] input.submit.focus,
fieldset[disabled] .formulaire_spip button.submit:not(.btn-link).focus {
  background-color: #ffffff;
  border-color: #bbbbbb;
}
input.submit .badge,
.formulaire_spip button.submit:not(.btn-link) .badge {
  color: #ffffff;
  background-color: #333333;
}
/* Lignes */
.formulaire_spip .editer-groupe,
.formulaire_spip > div > ul,
.formulaire_spip fieldset > ul,
.formulaire_spip .fieldset > ul,
.formulaire_spip form > ul,
.formulaire_spip form > div > ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 15px;
}
.formulaire_spip .editer {
  list-style: none;
  clear: both;
  margin: 0 -1.5em;
  padding: 0.375em 1.5em 0.75em;
}
.formulaire_spip label {
  font-weight: inherit;
  margin-bottom: 0.375em;
}
/* Explications */
.formulaire_spip .explication {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.formulaire_spip .explication {
  margin: 0 0 1.5em;
}
.formulaire_spip .editer-groupe .explication {
  margin: 0.1875em 0;
}
.formulaire_spip label + .explication {
  margin-top: -0.1875em;
}
/* Champs obligatoires */
.formulaire_spip .editer.obligatoire label {
  font-weight: bold;
}
/* choix */
.formulaire_spip input.radio,
.formulaire_spip input.checkbox {
  display: inline-block;
}
.formulaire_spip .choix label {
  display: inline;
  font-weight: normal;
}
.formulaire_spip .choix input.radio,
.formulaire_spip .choix input.checkbox {
  width: auto;
  margin: 1px 5px;
  margin-left: 0;
  margin-bottom: 1px;
}
/* choix de mot dans le form forum notamment */
.formulaire_spip .choix_mots {
  margin-left: -15px;
  margin-right: -15px;
}
.formulaire_spip .choix_mots .saisie_mot {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .formulaire_spip .choix_mots .saisie_mot {
    width: 100%;
    float: none;
  }
}
.formulaire_spip .choix_mots .saisie_mot:nth-child(2n-1) {
  clear: both;
}
.formulaire_spip .choix_mots .saisie_mot label {
  display: inline;
  font-weight: normal;
}
.formulaire_spip .choix_mots .saisie_mot input.radio,
.formulaire_spip .choix_mots .saisie_mot input.checkbox {
  width: auto;
  margin: 1px 5px;
  margin-left: 0;
  margin-bottom: 1px;
}
/* Champs de saisie */
.formulaire_spip input.text,
.formulaire_spip input.password,
.formulaire_spip input.email,
.formulaire_spip input.date,
.formulaire_spip textarea,
.formulaire_spip select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 90%;
}
.formulaire_spip input.text:focus,
.formulaire_spip input.password:focus,
.formulaire_spip input.email:focus,
.formulaire_spip input.date:focus,
.formulaire_spip textarea:focus,
.formulaire_spip select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.formulaire_spip input.text::-moz-placeholder,
.formulaire_spip input.password::-moz-placeholder,
.formulaire_spip input.email::-moz-placeholder,
.formulaire_spip input.date::-moz-placeholder,
.formulaire_spip textarea::-moz-placeholder,
.formulaire_spip select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.formulaire_spip input.text:-ms-input-placeholder,
.formulaire_spip input.password:-ms-input-placeholder,
.formulaire_spip input.email:-ms-input-placeholder,
.formulaire_spip input.date:-ms-input-placeholder,
.formulaire_spip textarea:-ms-input-placeholder,
.formulaire_spip select:-ms-input-placeholder {
  color: #999999;
}
.formulaire_spip input.text::-webkit-input-placeholder,
.formulaire_spip input.password::-webkit-input-placeholder,
.formulaire_spip input.email::-webkit-input-placeholder,
.formulaire_spip input.date::-webkit-input-placeholder,
.formulaire_spip textarea::-webkit-input-placeholder,
.formulaire_spip select::-webkit-input-placeholder {
  color: #999999;
}
.formulaire_spip input.text::-ms-expand,
.formulaire_spip input.password::-ms-expand,
.formulaire_spip input.email::-ms-expand,
.formulaire_spip input.date::-ms-expand,
.formulaire_spip textarea::-ms-expand,
.formulaire_spip select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.formulaire_spip input.text[disabled],
.formulaire_spip input.password[disabled],
.formulaire_spip input.email[disabled],
.formulaire_spip input.date[disabled],
.formulaire_spip textarea[disabled],
.formulaire_spip select[disabled],
.formulaire_spip input.text[readonly],
.formulaire_spip input.password[readonly],
.formulaire_spip input.email[readonly],
.formulaire_spip input.date[readonly],
.formulaire_spip textarea[readonly],
.formulaire_spip select[readonly],
fieldset[disabled] .formulaire_spip input.text,
fieldset[disabled] .formulaire_spip input.password,
fieldset[disabled] .formulaire_spip input.email,
fieldset[disabled] .formulaire_spip input.date,
fieldset[disabled] .formulaire_spip textarea,
fieldset[disabled] .formulaire_spip select {
  background-color: #e8e8e8;
  opacity: 1;
}
.formulaire_spip input.text[disabled],
.formulaire_spip input.password[disabled],
.formulaire_spip input.email[disabled],
.formulaire_spip input.date[disabled],
.formulaire_spip textarea[disabled],
.formulaire_spip select[disabled],
fieldset[disabled] .formulaire_spip input.text,
fieldset[disabled] .formulaire_spip input.password,
fieldset[disabled] .formulaire_spip input.email,
fieldset[disabled] .formulaire_spip input.date,
fieldset[disabled] .formulaire_spip textarea,
fieldset[disabled] .formulaire_spip select {
  cursor: not-allowed;
}
textarea.formulaire_spip input.text,
textarea.formulaire_spip input.password,
textarea.formulaire_spip input.email,
textarea.formulaire_spip input.date,
textarea.formulaire_spip textarea,
textarea.formulaire_spip select {
  height: auto;
}
.formulaire_spip textarea {
  height: auto;
}
.formulaire_spip .markItUp .markItUpContainer .markItUpHeader {
  width: 80%;
  padding-right: 6px;
  padding-left: 6px;
}
.formulaire_spip .markItUp .markItUpContainer .markItUpHeader + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
/* Reponses, previsu et erreurs
----------------------------------------------- */
/* * Erreurs */
.editer.erreur {
  background-color: #f2dede;
}
.editer.erreur input.text,
.editer.erreur input.password,
.editer.erreur input.email,
.editer.erreur input.date,
.editer.erreur textarea,
.editer.erreur select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.editer.erreur input.text:focus,
.editer.erreur input.password:focus,
.editer.erreur input.email:focus,
.editer.erreur input.date:focus,
.editer.erreur textarea:focus,
.editer.erreur select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.editer .erreur_message {
  display: block;
  color: #a94442;
  font-weight: bold;
}
.editer .erreur_message label {
  display: inline;
}
.editer .erreur_message input {
  margin: 0;
}
/* Reponses */
.reponse_formulaire {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.reponse_formulaire h4 {
  margin-top: 0;
  color: inherit;
}
.reponse_formulaire .alert-link {
  font-weight: bold;
}
.reponse_formulaire > p,
.reponse_formulaire > ul {
  margin-bottom: 0;
}
.reponse_formulaire > p + p {
  margin-top: 5px;
}
.reponse_formulaire_ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.reponse_formulaire_ok hr {
  border-top-color: #c9e2b3;
}
.reponse_formulaire_ok .alert-link {
  color: #2b542c;
}
.reponse_formulaire_erreur {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.reponse_formulaire_erreur hr {
  border-top-color: #e4b9c0;
}
.reponse_formulaire_erreur .alert-link {
  color: #843534;
}
/* Variantes et cas particuliers
----------------------------------------------- */
/* quelques fieldset.info qui ne sont pas des messages d'info */
.formulaire_spip fieldset.info {
  background-color: inherit;
  color: inherit;
  text-shadow: inherit;
  border-radius: inherit;
}
/* Selection des langues */
.formulaire_menu_lang {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}
.formulaire_menu_lang form select {
  width: 100%;
}
/* Formulaires de recherche (site / petitions) */
.formulaire_recherche,
.secondary .formulaire_recherche {
  padding: 0;
  background: none;
  border: 0;
}
.formulaire_recherche input.text,
.secondary .formulaire_recherche input.text {
  width: 100%;
}
#formulaire_recherche {
  padding-right: 0;
}
/* Formulaire de login dans une page */
.formulaire_login form .editer {
  clear: left;
}
.formulaire_login form input.text,
.formulaire_login form input.password {
  width: 60%;
}
@media (max-width: 480px) {
  .formulaire_login form input.text,
  .formulaire_login form input.password {
    width: 100%;
  }
}
.formulaire_login form .editer_password .details {
  margin-bottom: 0;
}
.formulaire_login #spip_logo_auteur {
  float: right;
}
@media (max-width: 480px) {
  .formulaire_login #spip_logo_auteur {
    margin-top: -35px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #bbbbbb;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #7b7b7b;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9c9c9c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9c9c9c;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #7b7b7b;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #bbbbbb;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #990000;
  border-color: #800000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #660000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #660000;
  border-color: #420000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #660000;
  border-color: #420000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #420000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #990000;
  border-color: #800000;
}
.btn-primary .badge {
  color: #990000;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* boutons admin forum */
.boutons.modererforum .submit {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.boutons.modererforum .poubelle .submit {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.boutons.modererforum .poubelle .submit:focus,
.boutons.modererforum .poubelle .submit.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.boutons.modererforum .poubelle .submit:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.boutons.modererforum .poubelle .submit:active,
.boutons.modererforum .poubelle .submit.active,
.open > .dropdown-toggle.boutons.modererforum .poubelle .submit {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.boutons.modererforum .poubelle .submit:active:hover,
.boutons.modererforum .poubelle .submit.active:hover,
.open > .dropdown-toggle.boutons.modererforum .poubelle .submit:hover,
.boutons.modererforum .poubelle .submit:active:focus,
.boutons.modererforum .poubelle .submit.active:focus,
.open > .dropdown-toggle.boutons.modererforum .poubelle .submit:focus,
.boutons.modererforum .poubelle .submit:active.focus,
.boutons.modererforum .poubelle .submit.active.focus,
.open > .dropdown-toggle.boutons.modererforum .poubelle .submit.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.boutons.modererforum .poubelle .submit:active,
.boutons.modererforum .poubelle .submit.active,
.open > .dropdown-toggle.boutons.modererforum .poubelle .submit {
  background-image: none;
}
.boutons.modererforum .poubelle .submit.disabled:hover,
.boutons.modererforum .poubelle .submit[disabled]:hover,
fieldset[disabled] .boutons.modererforum .poubelle .submit:hover,
.boutons.modererforum .poubelle .submit.disabled:focus,
.boutons.modererforum .poubelle .submit[disabled]:focus,
fieldset[disabled] .boutons.modererforum .poubelle .submit:focus,
.boutons.modererforum .poubelle .submit.disabled.focus,
.boutons.modererforum .poubelle .submit[disabled].focus,
fieldset[disabled] .boutons.modererforum .poubelle .submit.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.boutons.modererforum .poubelle .submit .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.boutons.modererforum .spam .submit {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.boutons.modererforum .spam .submit:focus,
.boutons.modererforum .spam .submit.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.boutons.modererforum .spam .submit:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.boutons.modererforum .spam .submit:active,
.boutons.modererforum .spam .submit.active,
.open > .dropdown-toggle.boutons.modererforum .spam .submit {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.boutons.modererforum .spam .submit:active:hover,
.boutons.modererforum .spam .submit.active:hover,
.open > .dropdown-toggle.boutons.modererforum .spam .submit:hover,
.boutons.modererforum .spam .submit:active:focus,
.boutons.modererforum .spam .submit.active:focus,
.open > .dropdown-toggle.boutons.modererforum .spam .submit:focus,
.boutons.modererforum .spam .submit:active.focus,
.boutons.modererforum .spam .submit.active.focus,
.open > .dropdown-toggle.boutons.modererforum .spam .submit.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.boutons.modererforum .spam .submit:active,
.boutons.modererforum .spam .submit.active,
.open > .dropdown-toggle.boutons.modererforum .spam .submit {
  background-image: none;
}
.boutons.modererforum .spam .submit.disabled:hover,
.boutons.modererforum .spam .submit[disabled]:hover,
fieldset[disabled] .boutons.modererforum .spam .submit:hover,
.boutons.modererforum .spam .submit.disabled:focus,
.boutons.modererforum .spam .submit[disabled]:focus,
fieldset[disabled] .boutons.modererforum .spam .submit:focus,
.boutons.modererforum .spam .submit.disabled.focus,
.boutons.modererforum .spam .submit[disabled].focus,
fieldset[disabled] .boutons.modererforum .spam .submit.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.boutons.modererforum .spam .submit .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* boutons d'admin */
body .spip-admin-bloc,
body .spip-admin-float {
  z-index: 1031;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.info {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.info h4 {
  margin-top: 0;
  color: inherit;
}
.info .alert-link {
  font-weight: bold;
}
.info > p,
.info > ul {
  margin-bottom: 0;
}
.info > p + p {
  margin-top: 5px;
}
.info hr {
  border-top-color: #a6e1ec;
}
.info .alert-link {
  color: #245269;
}
.success {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.success h4 {
  margin-top: 0;
  color: inherit;
}
.success .alert-link {
  font-weight: bold;
}
.success > p,
.success > ul {
  margin-bottom: 0;
}
.success > p + p {
  margin-top: 5px;
}
.success hr {
  border-top-color: #c9e2b3;
}
.success .alert-link {
  color: #2b542c;
}
.warning {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.warning h4 {
  margin-top: 0;
  color: inherit;
}
.warning .alert-link {
  font-weight: bold;
}
.warning > p,
.warning > ul {
  margin-bottom: 0;
}
.warning > p + p {
  margin-top: 5px;
}
.warning hr {
  border-top-color: #f7e1b5;
}
.warning .alert-link {
  color: #66512c;
}
.error {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.error h4 {
  margin-top: 0;
  color: inherit;
}
.error .alert-link {
  font-weight: bold;
}
.error > p,
.error > ul {
  margin-bottom: 0;
}
.error > p + p {
  margin-top: 5px;
}
.error hr {
  border-top-color: #e4b9c0;
}
.error .alert-link {
  color: #843534;
}
/* 
 * Les grandes constantes
 */
/*#C5E41C*/
/*
 *  La page
 */
body {
  /* font-family: Asap, sans-serif;*/
  background-color: #ffffff;
  font-size: 16px;
  /* réservation de la hauteur du menu fixe */
  /*padding-top: 8em;*/
}
/*
 *  Hauteur du slider
 */
.fill {
  height: 33em;
}
h2.sommaire {
  text-align: center;
  padding: 1em;
}
.aere-haut {
  padding-top: 1em;
}
.aere-bas {
  padding-bottom: 1em;
}
.descendu {
  padding-top: 2em;
}
.serre {
  padding: 0;
  margin: 0;
}
.noir {
  background-color: #000000;
}
/*
 * Enumération du footer 
 */
ul.nodot {
  list-style-type: none;
}
ul.nodot li {
  padding-top: 1em;
}
ul.nodot li a {
  color: #ffffff;
  /*text-decoration: none;*/
  background-color: #000000;
  /* darken(@couleur-base, 15%); */
}
/* 
 * Les zones de la composition
 */
#langues {
  /*padding-top: (@ecart*2); */
}
#recherche {
  /*padding-top: (@ecart); */
}
#menu {
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 1em;
  font-size: 14px;
}
#footer {
  margin-top: 4em;
  margin-bottom: 0;
  background-color: #000000;
  color: #ffffff;
}
#plancher a {
  color: #ffffff;
}
#plancher {
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 12px;
}
#news,
#produits,
#secteurs,
#qui,
#partenaires,
#style,
#confiance {
  background-color: #ffffff;
  /*lighten(@couleur-base, 35%)*/
  padding-bottom: 2em;
  padding-top: 2em;
}
#sommaire {
  background-color: #ffffff;
  /*#eeeeee*/
}
/*
 *  Colorisation des panels
 */
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
/* 
 * Liens
 */
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
#menu a {
  color: #000000;
  text-decoration: none;
}
#menu a:hover {
  color: #262626;
  text-decoration: none;
}
.spip_documents_center {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
/*
 * Zone de recherche
 */
input#recherche.search.text.search-query.form-control {
  color: #000;
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0;
}
/*
  * Couleur des boutons
  */
.btn-primary {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}
.titre {
  text-align: center;
}
#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption {
  background-color: black;
  opacity: 0.60;
}
/*
 * Icone scroll to top
 */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  /*display: none;*/
  color: white;
  background-color: #3a3f51;
  border: 1px solid #3a3f51;
  font-size: 20px;
  text-align: center;
  line-height: 37px;
}
.scrollup:hover,
.scrollup:visited {
  color: white;
}
/*
 * Barre de navigation
 */
.navigation {
  padding-top: 1em;
  background-color: black;
}
.navigation ul li a {
  color: white;
}
.navigation ul li a:hover {
  color: black;
}
