/*
#@squelettes/css/perso.less
*/
@font-face {
  font-family: 'Bebas Neue';
  src: url('//congress2014.ituc-csi.org/squelettes/css/BebasNeue.eot');
  src: url('//congress2014.ituc-csi.org/squelettes/css/BebasNeue.eot?#iefix') format('embedded-opentype'), url('//congress2014.ituc-csi.org/squelettes/css/BebasNeue.woff') format('woff'), url('//congress2014.ituc-csi.org/squelettes/css/BebasNeue.ttf') format('truetype'), url('//congress2014.ituc-csi.org/squelettes/css/BebasNeue.svg#') format('svg');
}
/*was: "Helvetica Neue", Helvetica, Arial, sans-serif*/
/*was : Monaco, Menlo, Consolas, "Courier New", monospace;*/
.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: 14px;
  line-height: 1.42857143;
  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: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #8c8c8c;
}
.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: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.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: #285e8e;
  border-color: #193c5a;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  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: #990000;
  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: #4d0000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  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: 12px;
  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;
}
#webappnotice {
  display: none;
  /*do not remove this!*/
  margin-top: 2em;
  margin-bottom: 1em;
}
#webappnotice strong {
  margin-right: 0.5em;
}
@media (max-width: 991px) {
  #webappnotice {
    margin-top: 3.5em;
  }
}
#webappnotice .alert {
  background-color: #fed05f;
}
#webappnotice .alert .btn {
  margin-top: 1em;
  white-space: normal;
}
#webappnotice .alert .btn a {
  color: #ffffff;
}
#webappnotice .alert .btn#showme {
  background-color: #00aa56;
}
#webappnotice .alert .btn#nevermore {
  background-color: #ef3d4a;
}
header.accueil .logo_ituc {
  width: 50px;
  height: 70px;
  float: right;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 768px) {
  header.accueil .logo_ituc {
    width: 64px;
    height: 90px;
  }
}
@media (min-width: 992px) {
  header.accueil .logo_ituc {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
header.accueil .lang {
  position: absolute;
  top: 10px;
  right: 0;
}
header.accueil h1 {
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
  color: #dbd9d5;
  margin-top: 70px;
}
@media (min-width: 768px) {
  header.accueil h1 {
    margin-top: 10px;
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  header.accueil h1 {
    margin-top: 0;
    font-size: 4em;
  }
}
header.accueil h1 span {
  color: #bcb9b2;
  display: inline-block;
}
header.accueil h1 #slogan_site_spip {
  color: #fdb913;
  font-size: 70%;
}
.navbar-main {
  filter: none !important;
}
@media (max-width: 991px) {
  .navbar-main {
    position: absolute;
    top: 10px;
    left: 15px;
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
  }
  .navbar-main .navbar-toggle {
    float: left;
    background-color: #fdb913;
    border: none;
    color: #3d3d3d;
    margin: 0 0 0 0;
  }
  .navbar-main .navbar-toggle:focus,
  .navbar-main .navbar-toggle:hover,
  .navbar-main .navbar-toggle:active {
    background-color: #a97801;
  }
  .navbar-main .navbar-toggle .icon-bar {
    background-color: #3d3d3d;
  }
  .navbar-main .menu-container {
    background-color: #dbd9d5;
  }
}
@keyframes captainobvious {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 5px 5px #ffffff;
  }
}
@-webkit-keyframes captainobvious {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 5px 5px #ffffff;
  }
}
#open-left {
  animation-name: captainobvious;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: 10;
  animation-direction: alternate;
  -webkit-animation-name: captainobvious;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: 10;
  -webkit-animation-direction: alternate;
}
#open-left:hover,
#open-left:active,
#open-left:visited,
#open-left:focus,
#open-left.opened {
  animation-name: none;
  -webkit-animation-name: none;
}
.navbar .navbar-nav > .active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: none;
  background-color: #dbd9d5;
  color: inherit;
  font-weight: normal;
}
#content-wrap {
  background-color: #fffdf8;
  padding-top: 30px;
  padding-bottom: 30px;
}
#content-wrap #content {
  padding-bottom: 30px;
}
#jumbo-wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .themetop {
    margin-bottom: 40px;
  }
  .themetop .col-sm-4 {
    margin-bottom: 20px;
  }
  .themetop:after {
    content: "";
    background: #605f5e;
    margin-left: 15px;
    margin-right: 15px;
    height: 4px;
    display: block;
  }
}
.theme .circle {
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.theme .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.theme .circle .icon_container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.theme .circle .icon_container .icon {
  display: table;
  width: 100%;
  height: 100%;
}
.theme .circle .icon_container .icon i {
  font-size: 5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.theme .circle .icon_container .icon i:focus,
.theme .circle .icon_container .icon i:hover,
.theme .circle .icon_container .icon i:active {
  font-size: 4em;
  text-shadow: #ffffff 0 0 0.1em;
}
@media (min-width: 768px) {
  .theme .circle .icon_container .icon i {
    font-size: 10em;
  }
  .theme .circle .icon_container .icon i:focus,
  .theme .circle .icon_container .icon i:hover,
  .theme .circle .icon_container .icon i:active {
    font-size: 7em;
  }
}
@media (min-width: 992px) {
  .theme .circle .icon_container .icon i {
    font-size: 15em;
  }
  .theme .circle .icon_container .icon i:focus,
  .theme .circle .icon_container .icon i:hover,
  .theme .circle .icon_container .icon i:active {
    font-size: 12em;
  }
  .theme .circle .icon_container .icon i.small {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  .theme .circle .icon_container .icon i {
    font-size: 15em;
  }
  .theme .circle .icon_container .icon i.small {
    font-size: 5em;
  }
}
.theme h1 {
  width: 100%;
  text-align: center;
}
.theme .legend {
  text-align: center;
  margin-bottom: 20px;
}
.theme .legend {
  text-align: center;
  color: #fffdf8;
}
.theme.mobi {
  border-radius: 5px;
  background-color: #fdb913;
  color: #ffffff;
  margin-bottom: 1.4em;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: block;
}
.theme.mobi .icon_mobi:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.theme.mobi .icon_mobi .icon_container-mobi {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  right: 0;
}
.theme.mobi .icon_mobi .icon_container-mobi .icon {
  display: table;
  width: 100%;
  height: 100%;
}
.theme.mobi .icon_mobi .icon_container-mobi i {
  font-size: 5em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 100%;
}
.theme.mobi .more {
  font-size: 1.2em;
}
.theme.growth .circle {
  background-color: #00b8de;
  background: linear-gradient(135deg, #00b8de 0%, #00b8de 50%, #00a3c5 50%, #00a3c5 100%);
}
.theme.growth h1 {
  color: #00b8de;
}
.theme.growth .more {
  background-color: #00b8de;
}
.theme.growth .main h2,
.theme.growth .main .h2,
.theme.growth .main .h2-like {
  color: #00b8de;
}
.theme.growth .main h3,
.theme.growth .main .h3,
.theme.growth .main .h3-like {
  background-color: #00b8de;
  color: #ffffff;
}
.theme.growth .main .more {
  background-color: #00b8de;
}
.theme.growth .main .liste .liste-items .item.highlight.dark {
  background-color: #2cdbff;
}
.theme.growth .main .liste .liste-items .item.highlight.light {
  background-color: #78e8ff;
}
.theme.growth .main .liste .liste-items .item.highlight a {
  color: #ffffff;
}
.theme.growth.mobi {
  background-color: #00b8de;
  background: linear-gradient(135deg, #00b8de 0%, #00b8de 50%, #00a3c5 50%, #00a3c5 100%);
}
.theme.growth.mobi h1 {
  color: #ffffff;
}
.theme.growth.mobi .more {
  background-color: #ffffff;
  color: #00b8de;
}
.theme.rights .circle {
  background-color: #ef3d4a;
  background: linear-gradient(135deg, #ef3d4a 0%, #ef3d4a 50%, #ed2534 50%, #ed2534 100%);
}
.theme.rights h1 {
  color: #ef3d4a;
}
.theme.rights .more {
  background-color: #ef3d4a;
}
.theme.rights .main h2,
.theme.rights .main .h2,
.theme.rights .main .h2-like {
  color: #ef3d4a;
}
.theme.rights .main h3,
.theme.rights .main .h3,
.theme.rights .main .h3-like {
  background-color: #ef3d4a;
  color: #ffffff;
}
.theme.rights .main .more {
  background-color: #ef3d4a;
}
.theme.rights .main .liste .liste-items .item.highlight.dark {
  background-color: #f5848c;
}
.theme.rights .main .liste .liste-items .item.highlight.light {
  background-color: #fbcace;
}
.theme.rights .main .liste .liste-items .item.highlight a {
  color: #ffffff;
}
.theme.rights.mobi {
  background-color: #ef3d4a;
  background: linear-gradient(135deg, #ef3d4a 0%, #ef3d4a 50%, #ed2534 50%, #ed2534 100%);
}
.theme.rights.mobi h1 {
  color: #ffffff;
}
.theme.rights.mobi .more {
  background-color: #ffffff;
  color: #ef3d4a;
}
.theme.sustainable .circle {
  background-color: #00aa56;
  background: linear-gradient(135deg, #00aa56 0%, #00aa56 50%, #009149 50%, #009149 100%);
}
.theme.sustainable h1 {
  color: #00aa56;
}
.theme.sustainable .more {
  background-color: #00aa56;
}
.theme.sustainable .main h2,
.theme.sustainable .main .h2,
.theme.sustainable .main .h2-like {
  color: #00aa56;
}
.theme.sustainable .main h3,
.theme.sustainable .main .h3,
.theme.sustainable .main .h3-like {
  background-color: #00aa56;
  color: #ffffff;
}
.theme.sustainable .main .more {
  background-color: #00aa56;
}
.theme.sustainable .main .liste .liste-items .item.highlight.dark {
  background-color: #00f67d;
}
.theme.sustainable .main .liste .liste-items .item.highlight.light {
  background-color: #44ffa3;
}
.theme.sustainable .main .liste .liste-items .item.highlight a {
  color: #ffffff;
}
.theme.sustainable.mobi {
  background-color: #00aa56;
  background: linear-gradient(135deg, #00aa56 0%, #00aa56 50%, #009149 50%, #009149 100%);
}
.theme.sustainable.mobi h1 {
  color: #ffffff;
}
.theme.sustainable.mobi .more {
  background-color: #ffffff;
  color: #00aa56;
}
.theme.documents .circle {
  background-color: #aa3347;
  background: linear-gradient(135deg, #aa3347 0%, #aa3347 50%, #962d3f 50%, #962d3f 100%);
}
.theme.documents h1 {
  color: #aa3347;
}
.theme.documents .more {
  background-color: #aa3347;
}
.theme.documents .main h2,
.theme.documents .main .h2,
.theme.documents .main .h2-like {
  color: #aa3347;
}
.theme.documents .main h3,
.theme.documents .main .h3,
.theme.documents .main .h3-like {
  background-color: #aa3347;
  color: #ffffff;
}
.theme.documents .main .more {
  background-color: #aa3347;
}
.theme.documents .main .liste .liste-items .item.highlight.dark {
  background-color: #ce5c6f;
}
.theme.documents .main .liste .liste-items .item.highlight.light {
  background-color: #e096a3;
}
.theme.documents .main .liste .liste-items .item.highlight a {
  color: #ffffff;
}
.theme.documents.mobi {
  background-color: #aa3347;
  background: linear-gradient(135deg, #aa3347 0%, #aa3347 50%, #962d3f 50%, #962d3f 100%);
}
.theme.documents.mobi h1 {
  color: #ffffff;
}
.theme.documents.mobi .more {
  background-color: #ffffff;
  color: #aa3347;
}
.theme.programme .circle {
  background-color: #e38247;
  background: linear-gradient(135deg, #e38247 0%, #e38247 50%, #e07331 50%, #e07331 100%);
}
.theme.programme h1 {
  color: #e38247;
}
.theme.programme .more {
  background-color: #e38247;
}
.theme.programme .main h2,
.theme.programme .main .h2,
.theme.programme .main .h2-like {
  color: #e38247;
}
.theme.programme .main h3,
.theme.programme .main .h3,
.theme.programme .main .h3-like {
  background-color: #e38247;
  color: #ffffff;
}
.theme.programme .main .more {
  background-color: #e38247;
}
.theme.programme .main .liste .liste-items .item.highlight.dark {
  background-color: #edaf89;
}
.theme.programme .main .liste .liste-items .item.highlight.light {
  background-color: #f7dccc;
}
.theme.programme .main .liste .liste-items .item.highlight a {
  color: #ffffff;
}
.theme.programme.mobi {
  background-color: #e38247;
  background: linear-gradient(135deg, #e38247 0%, #e38247 50%, #e07331 50%, #e07331 100%);
}
.theme.programme.mobi h1 {
  color: #ffffff;
}
.theme.programme.mobi .more {
  background-color: #ffffff;
  color: #e38247;
}
.theme.polls .circle {
  background-color: #2d71ab;
  background: linear-gradient(135deg, #2d71ab 0%, #2d71ab 50%, #286497 50%, #286497 100%);
}
.theme.polls h1 {
  color: #2d71ab;
}
.theme.polls .more {
  background-color: #2d71ab;
}
.theme.polls .main h2,
.theme.polls .main .h2,
.theme.polls .main .h2-like {
  color: #2d71ab;
}
.theme.polls .main h3,
.theme.polls .main .h3,
.theme.polls .main .h3-like {
  background-color: #2d71ab;
  color: #ffffff;
}
.theme.polls .main .more {
  background-color: #2d71ab;
}
.theme.polls .main .liste .liste-items .item.highlight.dark {
  background-color: #5397d2;
}
.theme.polls .main .liste .liste-items .item.highlight.light {
  background-color: #8fbce2;
}
.theme.polls .main .liste .liste-items .item.highlight a {
  color: #ffffff;
}
.theme.polls.mobi {
  background-color: #2d71ab;
  background: linear-gradient(135deg, #2d71ab 0%, #2d71ab 50%, #286497 50%, #286497 100%);
}
.theme.polls.mobi h1 {
  color: #ffffff;
}
.theme.polls.mobi .more {
  background-color: #ffffff;
  color: #2d71ab;
}
.main {
  margin-bottom: 4em;
}
.main h2,
.main .h2,
.main .h2-like {
  color: #fdb913;
  text-transform: uppercase;
  font-size: 250%;
  margin-bottom: 0.57em;
}
.main h3,
.main .h3,
.main .h3-like {
  background-color: #fdb913;
  color: #ffffff;
  padding: 0.5em;
  font-size: 1.8em;
}
.main h3.spip,
.main .h3.spip,
.main .h3-like.spip {
  border-radius: 4px;
}
.cartouche .main h3,
.cartouche .main .h3,
.cartouche .main .h3-like {
  margin-bottom: 0;
}
.main h3:first-child,
.main .h3:first-child,
.main .h3-like:first-child {
  margin-top: 0;
}
.main .texte .row {
  margin-left: 0;
}
.main .intro {
  margin-bottom: 2em;
}
article .cartouche {
  margin-bottom: 1px;
}
article .cartouche .main {
  margin-bottom: 0;
}
article .cartouche .main .h3 {
  margin-bottom: 0;
}
article .cartouche .main .publication {
  padding-top: 0.5em;
  color: #bcb9b2;
}
article .chapo,
article .texte,
article .notes {
  margin-top: 1.4em;
  text-align: justify;
}
article .image img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
article .image .legende {
  text-align: right;
  margin-top: 0.4em;
  font-style: italic;
  font-size: 0.9em;
  color: #bcb9b2;
}
article ul.spip,
article ol.spip {
  margin-left: 2em;
  list-style-type: disc;
}
.programme .avis {
  padding: 2em;
  font-weight: bold;
  color: #3d3d3d;
  background-color: #fed05f;
  margin-top: 2em;
  border-radius: 4px;
}
.programme .name {
  font-weight: bold;
}
.liste.photos .panel-group .panel-default .panel-body.list .liste-items .item {
  padding-top: 0;
  padding-bottom: 1.5em;
  padding-left: inherit;
}
.liste.photos .panel-group .panel-default .panel-body.list .liste-items .item .phototitle {
  vertical-align: middle;
  background-color: #f6f4ef;
  line-height: 2em;
  font-size: 1.1em;
  margin-bottom: 0.75em;
}
.liste.photos .panel-group .panel-default .panel-body.list .liste-items .item .phototitle .title {
  padding-left: 15px;
}
.liste.photos .panel-group .panel-default .panel-body.list .liste-items .item .phototitle .titledate {
  float: right;
  font-weight: normal;
  font-size: 0.9em;
}
.liste.photos .panel-group .panel-default .panel-body.list .liste-items .item .showgal {
  background-color: #fed05f;
  font-family: "Bebas neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: normal;
  font-size: 1.3em;
}
.liste.photos .panel-group .panel-default .panel-body.list .liste-items .item .photostrip {
  margin-left: 0;
  margin-right: 0;
}
.liste.videos .panel-group .panel-default .panel-body.list .liste-items .row {
  margin-left: 0;
  margin-right: 0;
}
.liste.videos .panel-group .panel-default .panel-body.list .liste-items .row .item {
  padding-top: 0.75em;
  padding-bottom: 1.5em;
  padding-left: 0;
}
.liste.videos .panel-group .panel-default .panel-body.list .liste-items .row .item .videotitle {
  vertical-align: middle;
  text-align: center;
  background-color: #f6f4ef;
  line-height: 2em;
  font-size: 1.1em;
}
.panel-group .panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.panel-group .panel + .panel {
  margin-top: 1px;
}
.panel-group .panel-default > .panel-heading {
  background-image: none;
  background-color: #dbd9d5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.panel-group .panel-default > .panel-heading.open {
  background-color: #fdb913;
  color: #fffdf8;
}
.panel-group .panel-default > .panel-heading a {
  display: block;
}
.panel-group .panel-default > .panel-heading a i {
  float: right;
}
.panel-group .panel-default > .panel-heading .panel-title {
  font-size: 1.5em;
}
.panel-group .panel-default .panel-body {
  padding-left: 10px;
}
.panel-group .panel-default .panel-body ul.spip {
  padding-left: 10px;
  margin-left: 10px;
}
.panel-group .panel-default .panel-body.list {
  padding: 0;
}
.panel-group .panel-default .panel-body.list .item {
  padding-left: 2.5em;
  color: #3d3d3d;
  border: none;
  font-weight: bold;
  font-size: 0.9em;
}
.panel-group .panel-default .panel-body.list .item a {
  color: #3d3d3d;
}
.panel-group .panel-default .panel-body.list .item .date {
  font-weight: normal;
}
.panel-group .panel-default .panel-body.list .item.restricted,
.panel-group .panel-default .panel-body.list .item.authorized {
  color: #bdbdbd;
}
.panel-group .panel-default .panel-body.list .item.restricted .date:after,
.panel-group .panel-default .panel-body.list .item.authorized .date:after {
  color: #ef3d4a;
  font-family: FontAwesome;
  content: "\f023";
  margin-left: 0.5em;
  font-size: 1.5em;
  vertical-align: middle;
}
.panel-group .panel-default .panel-body.list .item.authorized {
  color: inherit;
}
.panel-group .panel-default .panel-body.list .item.authorized .date:after {
  color: #00aa56;
  content: "\f09c";
}
.panel-group .panel-default .panel-body .panel-title {
  padding-left: 0.5em;
}
.panel-group .panel-default .panel-body .panel-heading.open {
  background-color: #fed05f;
}
.login-alert {
  background-color: #ef3d4a;
  color: #ffffff;
  padding: 1em;
  padding-left: 1.5em;
  margin-bottom: 0;
}
.login-alert i {
  font-size: 3em;
  vertical-align: middle;
}
.login-alert .btn {
  font-family: "Bebas neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ef3d4a;
}
.liste {
  /*20140314 MARGIN NEEDS TO BE TESTED*/
  margin-bottom: 3em;
}
.liste:last-of-type {
  margin-bottom: 1em;
}
.liste h3,
.liste .h3,
.liste .h3-like {
  margin-bottom: 0;
}
.liste .liste-items {
  margin-left: 0;
}
.liste .liste-items .item {
  margin-top: 0;
  border: none;
  padding-left: 0.7em;
  font-weight: bold;
}
.liste .liste-items .item.dark {
  background-color: #e9e7e3;
}
.liste .liste-items .item.dark.highlight {
  background-color: #fed05f;
}
.liste .liste-items .item.light {
  background-color: #f6f4ef;
}
.liste .liste-items .item.light.highlight {
  background-color: #fee6ab;
}
.liste .liste-items .item a {
  color: #3d3d3d;
}
.liste .pagination {
  margin-top: 0.3em;
  margin-bottom: 0;
  float: right;
  border: none;
  color: #ffffff;
  font-weight: bold;
}
.liste .pagination > li {
  border-left: 2px solid #c5c3bc;
  display: inline-block;
}
.liste .pagination > li:first-child {
  border-left: none;
}
.liste .pagination > li > a,
.liste .pagination > li > span {
  background-color: #dbd9d5;
  color: #ffffff;
  border: none;
}
.liste .pagination > li.active > span {
  background-color: #bcb9b2;
  border: none;
}
.liste-articles.news .liste-items {
  margin-top: -10px;
}
.liste-articles.news .liste-items .item strong.h3-like {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  background-color: #dbd9d5;
  font-size: 1.2em;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #3d3d3d;
  margin-bottom: 1px;
  margin-left: -16px;
}
.liste-articles.news .liste-items .item .img {
  padding-left: 0;
}
.liste-articles.news .liste-items .item .introduction {
  padding-top: 0.5em;
  font-weight: normal;
}
.liste-articles.news .liste-items .item .introduction .publication {
  display: inline;
  font-weight: bold;
}
.liste-articles.news .liste-items .item .more {
  padding: 0.25em 1.5em;
  float: right;
  font-size: 1.3em;
}
.secondary h1,
.secondary .h1,
.secondary .h1-like {
  font-family: "Bebas neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.cta {
  border-radius: 5px;
  background-color: #dbd9d5;
  margin-bottom: 20px;
  padding: 1em;
  text-align: center;
}
#follow h1 {
  font-size: 3em;
  margin-bottom: 10px;
}
#follow a {
  border-radius: 50%;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 2em;
  font-size: 4em;
  color: #ffffff;
  margin: 0.1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#follow a:focus,
#follow a:hover,
#follow a:active {
  text-shadow: #ffffff 0 0 0.1em;
}
#follow a#fb {
  background-color: #3b5998;
  background: linear-gradient(135deg, #3b5998 0%, #3b5998 50%, #344e86 50%, #344e86 100%);
}
#follow a#tw {
  background-color: #55acee;
  background: linear-gradient(135deg, #55acee 0%, #55acee 50%, #3ea1ec 50%, #3ea1ec 100%);
}
#follow .legend {
  margin-top: 20px;
}
#follow .legend h2 {
  margin-bottom: 0;
}
#et {
  background-color: #ffffff;
  border: 2px solid #dbd9d5;
  padding: 0;
}
#et a img {
  width: 100%;
  max-width: 100%;
}
#et a span {
  display: none;
}
#contacts {
  background-color: #ef3d4a;
  background: linear-gradient(135deg, #ef3d4a 0%, #ef3d4a 50%, #ed2534 50%, #ed2534 100%);
  color: #fffdf8;
  font-size: 2.1em;
  line-height: 2.1em;
  font-family: "Bebas neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  padding: 0.4em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#contacts i {
  font-size: 1.8em;
  margin-right: 0.2em;
  vertical-align: middle;
}
#contacts:focus,
#contacts:hover,
#contacts:active {
  text-shadow: #ffffff 0 0 0.1em;
}
#stream {
  display: block;
  background-color: #a45cc0;
  background: linear-gradient(135deg, #a45cc0 0%, #a45cc0 50%, #9a4ab9 50%, #9a4ab9 100%);
  color: #fffdf8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#stream h1 {
  font-size: 3em;
}
#stream i {
  font-size: 6em;
  display: inline-block;
  line-height: 100%;
}
#stream:focus,
#stream:hover,
#stream:active {
  text-shadow: #ffffff 0 0 0.1em;
}
#media {
  background-color: #fdb913;
  background: linear-gradient(135deg, #fdb913 0%, #fdb913 50%, #f4ae02 50%, #f4ae02 100%);
  padding: 0.7em;
  color: #ffffff;
  display: block;
}
#media h1,
#media .h1,
#media h1-like {
  font-size: 3em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#media h1.de,
#media .h1.de,
#media h1-like.de {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #media h1,
  #media .h1,
  #media h1-like {
    font-size: 1.7em;
  }
}
#media h1:focus,
#media .h1:focus,
#media h1-like:focus,
#media h1:hover,
#media .h1:hover,
#media h1-like:hover,
#media h1:active,
#media .h1:active,
#media h1-like:active {
  text-shadow: #ffffff 0 0 0.1em;
}
#worstboss {
  background-color: #2d71ab;
  background: linear-gradient(135deg, #2d71ab 0%, #2d71ab 50%, #286497 50%, #286497 100%);
  padding: 0.7em;
  color: #ffffff;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#worstboss h1 {
  font-size: 2em;
  text-align: left;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
#worstboss i {
  text-align: right;
  font-size: 5em;
  display: inline-block;
  width: 20%;
  height: 100%;
  vertical-align: middle;
  padding: 0.35em 0;
}
#worstboss:focus,
#worstboss:hover,
#worstboss:active {
  text-shadow: #ffffff 0 0 0.1em;
}
#footer {
  margin-top: 1em;
  text-align: center;
}
#footer .container .img {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  background: transparent url(//congress2014.ituc-csi.org/squelettes/images/footer.xs.en.png) 50% 50% no-repeat;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  background-size: 100%;
}
#footer .container .img.fr {
  background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.xs.fr.png);
}
#footer .container .img.es {
  background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.xs.es.png);
}
#footer .container .img.de {
  background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.xs.de.png);
}
@media (min-width: 768px) {
  #footer .container .img {
    background: transparent url(//congress2014.ituc-csi.org/squelettes/images/footer.sm.en.png) 50% 50% no-repeat;
  }
  #footer .container .img.fr {
    background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.sm.fr.png);
  }
  #footer .container .img.es {
    background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.sm.es.png);
  }
  #footer .container .img.de {
    background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.sm.de.png);
  }
}
@media (min-width: 992px) {
  #footer .container .img {
    background: transparent url(//congress2014.ituc-csi.org/squelettes/images/footer.lg.en.png) 50% 50% no-repeat;
  }
  #footer .container .img.fr {
    background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.lg.fr.png);
  }
  #footer .container .img.es {
    background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.lg.es.png);
  }
  #footer .container .img.de {
    background-image: url(//congress2014.ituc-csi.org/squelettes/images/footer.lg.de.png);
  }
}
#footer .container .img .img-inner {
  display: block;
  height: 0;
  padding-top: 25%;
}
.formulaire_spip {
  background-color: #dbd9d5;
  border-radius: 5px;
}
.formulaire_spip input,
.formulaire_spip select {
  float: right;
  padding: 0.25em;
}
.formulaire_spip .submit {
  background-color: #fdb913;
  color: #ffffff;
  padding: 0.25em 0.5em;
}
.formulaire_login form input.text,
.formulaire_login form input.password {
  float: right;
}
.formulaire_login .details {
  display: none;
}
.spip_documents {
  background-color: #dbd9d5;
  padding: 0.5em;
  text-align: left;
}
.spip_documents .spip_doc_titre {
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
}
.spip_documents .spip_doc_titre:before {
  color: #fdb913;
  font-family: FontAwesome;
  content: "\f15c";
  margin-right: 0.5em;
  font-size: 2em;
  vertical-align: middle;
}
.spip_documents .download {
  background-color: #fdb913;
  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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Bebas neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  float: right;
  width: 100%;
  font-size: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.spip_documents .download:focus,
.spip_documents .download:active:focus,
.spip_documents .download.active:focus,
.spip_documents .download.focus,
.spip_documents .download:active.focus,
.spip_documents .download.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.spip_documents .download:hover,
.spip_documents .download:focus,
.spip_documents .download.focus {
  color: #333333;
  text-decoration: none;
}
.spip_documents .download:active,
.spip_documents .download.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);
}
.spip_documents .download.disabled,
.spip_documents .download[disabled],
fieldset[disabled] .spip_documents .download {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.spip_documents .download.disabled,
fieldset[disabled] a.spip_documents .download {
  pointer-events: none;
}
.spip_documents .download:focus,
.spip_documents .download:hover,
.spip_documents .download:active {
  text-shadow: #ffffff 0 0 0.1em;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .spip_documents .download {
    margin-top: 1em;
  }
}
.snap-drawer-left {
  border-right: 1px solid #fffdf8;
  color: #3d3d3d;
}
.snap-drawer-left h1 {
  text-align: center;
}
.snap-drawer-left .lang {
  padding-bottom: 1em;
  /*was 3em 20140314*/
  text-align: center;
}
.snap-drawer-left .lang .formulaire_menu_lang {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.snap-drawer-left .lang .formulaire_menu_lang .btn {
  width: 100%;
  box-sizing: border-box;
}
.snap-drawer-left .lang .formulaire_menu_lang .btn span {
  float: left;
}
.snap-drawer-left .lang .formulaire_menu_lang .btn i {
  float: right;
  margin-left: 0;
  vertical-align: middle;
  line-height: inherit;
}
.snap-drawer-left .navbar {
  background-color: inherit;
  background-image: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #9f9c95;
}
.snap-drawer-left .navbar ul {
  padding-left: 0;
  list-style-type: none;
}
.snap-drawer-left .navbar ul li {
  margin-top: 0;
  padding-left: 5px;
  border-top: 1px solid #9f9c95;
}
.snap-drawer-left .navbar ul li.on {
  background-color: #fdb913;
}
.snap-drawer-left .navbar ul li a {
  color: inherit;
  white-space: normal;
}
.snap-drawer-left .navbar ul li .dropdown-menu {
  position: relative;
  float: none;
  background-color: inherit;
  box-shadow: none;
  border: none;
  border-radius: none;
  margin-left: 5px;
  min-width: 80px;
}
a:focus,
a:hover,
a:active {
  background-color: inherit;
}
body p {
  margin-bottom: 1em;
}
#snap-content,
.snap-drawers {
  background-color: #3d3d3d;
}
.snap-drawer-left {
  background-color: #bcb9b2;
}
.fullwidth {
  width: 100% !important;
}
sup {
  top: 0.6em;
  font-size: 0.5em;
}
h1,
.h1,
.h1-like,
h2,
.h2,
.h2-like,
h3,
.h3,
.h3-like,
h4,
.h4,
.h4-like,
h5,
.h5,
.h5-like,
h6,
.h6,
.h6-like {
  font-family: "Bebas neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.more,
.back {
  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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 5em;
  padding-right: 5em;
  font-size: 150%;
  background-color: #fdb913;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: "Bebas neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.more:focus,
.back:focus,
.more:active:focus,
.back:active:focus,
.more.active:focus,
.back.active:focus,
.more.focus,
.back.focus,
.more:active.focus,
.back:active.focus,
.more.active.focus,
.back.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.more:hover,
.back:hover,
.more:focus,
.back:focus,
.more.focus,
.back.focus {
  color: #333333;
  text-decoration: none;
}
.more:active,
.back:active,
.more.active,
.back.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);
}
.more.disabled,
.back.disabled,
.more[disabled],
.back[disabled],
fieldset[disabled] .more,
fieldset[disabled] .back {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.more.disabled,
a.back.disabled,
fieldset[disabled] a.more,
fieldset[disabled] a.back {
  pointer-events: none;
}
.more:focus,
.back:focus,
.more:hover,
.back:hover,
.more:active,
.back:active {
  text-shadow: #ffffff 0 0 0.1em;
  color: #3d3d3d;
}
.more.fullwidth,
.back.fullwidth {
  font-size: 2.1em;
  margin-bottom: 20px;
  padding-left: inherit;
  padding-right: inherit;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.formulaire_menu_lang {
  color: #3d3d3d;
  text-transform: uppercase;
  font-family: "Bebas neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.formulaire_menu_lang button {
  background-color: #dbd9d5;
  font-size: 1.4em;
  min-width: 4em;
  text-align: left;
  background-image: none;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
.formulaire_menu_lang button i {
  margin-left: 2em;
}
.formulaire_menu_lang .dropdown-menu {
  font-size: 1.4em;
  min-width: 4em;
  background-color: #dbd9d5;
  box-shadow: none;
  right: 0;
  text-align: right;
  z-index: 1001;
}
.formulaire_menu_lang .dropdown-menu .current {
  color: #fdb913;
}
.formulaire_menu_lang .dropdown-menu .current {
  padding: 3px 20px;
}
.logo_ituc {
  background: transparent url(//congress2014.ituc-csi.org/squelettes/images/ituc.logo.png) 50% 50% no-repeat;
  background-size: 100%;
}
.pollev {
  padding: 0 1.5em 1.5em ;
  border-radius: 5px;
  background-color: #bcb9b2;
  float: left;
}
.backbutton {
  margin-top: -1em;
}
.backbutton .btn.back {
  width: 100%;
  margin-bottom: 0.5em;
}
.worstboss h3 {
  display: none;
}
.worstboss label {
  display: none;
}
.worstboss .formulaire_formidable {
  margin-top: 20px;
}
.worstboss .formulaire_spip li.obligatoire label {
  font-weight: normal;
}
.worstboss .formulaire_spip li.obligatoire label strong {
  font-weight: bold;
}
.worstboss .choix {
  border-radius: 4px;
  background-color: #bcb9b2;
  padding: 1em;
  margin-bottom: 1em;
}
.worstboss .choix input {
  display: none;
}
.worstboss .choix input.submit-inline {
  display: inline-block;
}
.worstboss .choix .text {
  margin-top: 0.5em;
}
.worstboss .choix .confirm {
  margin-top: 1em;
  font-weight: bold;
  display: none;
  background-image: none;
  box-shadow: none;
}
.worstboss .boutons {
  display: none;
}
.worstboss .formidable_analyse .nombre_reponse {
  display: none;
}
.worstboss .formidable_analyse .liste {
  border-collapse: separate;
  border-spacing: 1em;
}
.worstboss .formidable_analyse .liste .titrem {
  display: none;
}
.worstboss .formidable_analyse .liste .choix .money {
  display: none;
}
.worstboss .formidable_analyse .liste .choix .text {
  display: none;
}
.worstboss .formidable_analyse .liste .choix .country {
  display: none;
}
.worstboss .formidable_analyse .liste .stat {
  width: 50%;
}
.worstboss .formidable_analyse .liste .stat .progress-bar {
  height: 22px;
  background-color: inherit;
  box-shadow: none;
  background-image: none;
  float: none;
  width: auto;
}
.worstboss .formidable_analyse .liste .stat .progress-bar small {
  display: none;
}
.worstboss .formidable_analyse .liste .stat .progress-bar span {
  float: left;
  background-color: #fdb913;
  background-image: none;
  box-shadow: none;
}
.form-search .formulaire_recherche,
.form-search .secondary .formulaire_recherche {
  padding-right: 0;
  margin-bottom: 20px;
  background: none;
  box-shadow: none;
}
.form-search .formulaire_recherche label,
.form-search .secondary .formulaire_recherche label {
  display: none;
}
.form-search .formulaire_recherche .input-append,
.form-search .secondary .formulaire_recherche .input-append {
  vertical-align: middle;
}
.form-search .formulaire_recherche .input-append .search-query,
.form-search .secondary .formulaire_recherche .input-append .search-query {
  display: inline-block;
  border-radius: 4px 0 0 4px;
  float: left;
  height: 34px;
  border: 2px solid #dbd9d5;
  border-right: none;
  width: 80%;
}
.form-search .formulaire_recherche .input-append .btn,
.form-search .secondary .formulaire_recherche .input-append .btn {
  border: 1px solid #dbd9d5;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #dbd9d5;
  display: inline-block;
  width: 20%;
}
.form-search.tablet .formulaire_recherche {
  width: 95%;
  margin: 0 auto 2em;
}
#recherche_tri {
  margin-top: 1em;
  margin-bottom: 2em;
  border-radius: 4px;
  background-color: #fed05f;
  vertical-align: middle;
  padding: 1em;
}
#recherche_tri form select {
  float: right;
  width: 90%;
}
.recherche .liste .titledate {
  margin-right: 0.5em;
  color: #bcb9b2;
}
@font-face {
  font-family: 'congress2014';
  src: url('//congress2014.ituc-csi.org/squelettes/css/a2014.eot?29314784');
  src: url('//congress2014.ituc-csi.org/squelettes/css/congress2014.eot?29314784#iefix') format('embedded-opentype'), url('//congress2014.ituc-csi.org/squelettes/css/congress2014.woff?29314784') format('woff'), url('//congress2014.ituc-csi.org/squelettes/css/congress2014.ttf?29314784') format('truetype'), url('//congress2014.ituc-csi.org/squelettes/css/congress2014.svg?29314784#congress2014') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontello {
  font-family: congress2014;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
}
.fontello-growth:before {
  content: '\e800';
}
/* '' */
.fontello-rights:before {
  content: '\e802';
}
/* '' */
.fontello-sustainable:before {
  content: '\e801';
}
/* '' */
.fontello-globe:before {
  content: '\e808';
}
/* '' */
.fontello-documents:before {
  content: '\e803';
}
/* '' */
.fontello-programme:before {
  content: '\e804';
}
/* '' */
.fontello-polls:before {
  content: '\e805';
}
/* '' */
.fontello-vote:before {
  content: '\e806';
}
/* '' */
.fontello-stream:before {
  content: '\e807';
}
/* '' */
