/* CSS sport*/
.competence {
  background: url(../images/sport_logo.svg) no-repeat;
  width: 85px;
  min-height: 40px;
  vertical-align: center; }

.competence-sm {
  background: url(../images/sport_logo_sm.svg) no-repeat;
  width: auto;
  height: 36px;
  margin-left: 200px;
  margin-bottom: 5px; }

@media (max-width: 560px) {
  .competence-sm {
    background: url(../images/sport_logo_sm.svg) no-repeat;
    width: auto;
    height: 36px;
    margin-top: 55px;
    margin-bottom: 5px;
    margin-left: 0px; } }

.separateur img {
  display: inline-block; }

.navbar-default .navbar-nav .active > a {
  background-color: #ED9E41;
  color: #000000 !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .open > .btn-primary.dropdown-toggle {
  background-color: #ED9E41 !important; }

.label-info, .pagination > .active > a, .nav-tabs > li.active > a, .panel-heading, .bwizard-steps .active {
  background-color: #ED9E41;
  border-color: #ED9E41; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ED9E41; }

.panel-primary {
  border-color: #ED9E41; }

.bwizard-steps .active::after {
  border-left-color: #ED9E41; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #ED9E41;
  border-color: #ED9E41; }

.dataTables_wrapper .dataTables_info {
  color: #ED9E41; }

.loader svg path, .loader svg rect {
  fill: #ED9E41; }

.panel-heading {
  color: #fff; }

.f1-step.active .f1-step-icon {
  background: #ED9E41 none repeat scroll 0 0; }

.f1-step.active p {
  color: #A24F19; }

.f1-progress-line {
  background: #ED9E41; }

.f1-step.actived .f1-step-icon {
  background: #ED9E41 none repeat scroll 0 0; }

.f1-step.actived p {
  color: #A24F19; }

.f1-step.actived > .f1-step-icon {
  color: #ED9E41;
  background-color: #fff;
  border: 1px solid #ED9E41; }

button.js-accordion__header {
  background-color: #ED9E41; }

[aria-selected="true"].example-tabs-tabs__link, .nav > li > a:focus {
  background-color: #ED9E41; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #ED9E41;
  border-color: #ED9E41; }