/* CSS Document */ /**************************************GENERAL***************************************/
body {
  font-family: "Open Sans", sans-serif;
  color: #333;
}
body.administration {
  min-width: 990px;
}
body.administration .container {
  width: 98%;
}
form {
  margin: 0;
}
h1,
h2,
h3,
legend {
  line-height: normal !important;
}
h2 {
  color: #e5792f;
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 18px;
}
h3 {
  color: #333;
  font-size: 1em;
}
legend {
  padding-bottom: 0.5em;
}
.spacer1 {
  margin-top: 5px;
  clear: both;
}
.tooltip div {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.label-auto {
  width: auto !important;
  padding-right: 10px;
}
iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
.input-xxmini {
  width: 20px;
}
.input-xmini {
  width: 30px;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a,
.dropdown-menu > li > a {
  color: #e5792f;
  font-weight: bold;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  text-align: left !important;
}
.visuallyhidden,
.search form label {
  border: 0 none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a.link {
  color: #e5792f;
  text-decoration: underline;
}
a:hover.link {
  text-decoration: none;
}
.btn-link {
  color: #e5792f;
}
.btn-link .caret {
  border-top: 4px solid #e5792f;
}
#bloc-loader {
  height: 100%;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 9999999;
  text-align: center;
  opacity: 0.7;
  display: none;
}
#bloc-loader .loader {
  background: url(../images/ajax-loader.gif) #767676 no-repeat center 10px;
  width: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  position: relative;
  top: 30%;
  color: #fff;
  left: 50%;
  margin-left: -60px;
  padding: 50px 0 10px;
}
.navbar-fixed-top .container .hero-unit {
  margin-top: 20px;
}
.navbar-fixed-top {
  position: static !important;
  margin-bottom: 0 !important;
}
.menu-bloc {
  background-color: #eee;
}
.menu {
  border-bottom: solid 2px;
  color: #e5792f;
}
.navbar-fixed-top .navbar-inner {
  border-width: 0;
}
.dropdown-menu > li > a {
  padding: 8px 15px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff;
  background: #e5792f;
}
.dropdown .dropdown-menu .nav-header {
  padding: 3px 10px;
  color: #e5792f;
}
.dropdown .dropdown-menu {
  font-size: 0.9em;
}
.navbar .container {
  width: 100% !important;
}
.navbar .brand {
  padding: 0 0 0 20px;
}
.navbar .brand h1 {
  margin: 0;
  padding: 0;
  line-height: 0 !important;
}
.navbar-inverse .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffffffff',GradientType=0);
  background: #fff !important;
  border-color: #fff;
  box-shadow: none;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a,
.navbar-inverse .nav > li > a:hover {
  text-shadow: none;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  text-shadow: none;
  color: #e5792f;
  background: #eee;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  background-color: #e5792f !important;
  color: #fff !important;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #eee;
  color: #e5792f;
}
.navbar .nav > li > a {
  padding: 12px 15px;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #e5792f;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #e5792f !important;
}
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret {
  border-top-color: #fff !important;
}
.btn-primary,
.navbar-inverse .btn-navbar,
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e5792f;
  *background-color: #e5792f;
  background-image: -moz-linear-gradient(top, #e5792f, #e5792f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#e5792f),
    to(#e5792f)
  );
  background-image: -webkit-linear-gradient(top, #e5792f, #e5792f);
  background-image: -o-linear-gradient(top, #e5792f, #e5792f);
  background-image: linear-gradient(to bottom, #e5792f, #e5792f);
  background-repeat: repeat-x;
  border-color: #e5792f #e5792f #e5792f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5792F',endColorstr='#ffe5792F',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover {
  color: #fff;
  text-decoration: none;
  background: #e5792f;
}
.btn-primary:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
  background: #e5792f;
}
.btn i {
  padding-right: 10px;
}
.info-bulle {
  text-decoration: none !important;
}
.info-bulle i {
  color: #e5792f;
}
.homePage {
  background-color: #eee;
}
.homePage .hero-unit {
  padding: 30px;
  overflow: hidden;
  background-color: #f0f0f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 0 8px 2px #ccc;
  box-shadow: 0 0 8px 2px #ebebeb;
  border: 1px solid #e8e8e8;
  line-height: normal !important;
  font-size: inherit;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.btn-captcha {
  height: 26px;
  border-radius: 0;
  padding-top: 13px;
  float: left;
}
.homePage .hero-unit .btn {
  line-height: 1.5em;
  margin: 10px 0 10px;
  position: relative;
  padding-left: 50px;
  padding-right: 10px;
  text-align: left;
}
.homePage .hero-unit .btn i {
  top: 5px;
  left: 10px;
  text-align: left;
}
.homePage .bloc-login .btn {
  padding-left: 10px;
}
.homePage .container {
  background-color: #fff !important;
}
.hero-unit p {
  color: #333 !important;
}
.breadcrumb {
  background: #fff;
  padding: 0;
}
.breadcrumb a {
  color: #e5792f;
}
.wizard a {
  padding: 10px 12px 10px;
  margin-right: 5px;
  background: #efefef;
  position: relative;
  display: inline-block;
  color: #999;
  text-decoration: none;
}
.wizard a:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
  border: none;
}
.wizard a:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.wizard .badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px;
  background: none;
  color: #999;
}
.wizard a:first-child .badge {
  margin-left: 0;
}
.wizard .current {
  background: #e5792f;
  color: #fff;
}
.wizard .current:after {
  border-left-color: #e5792f;
}
.wizard .current .badge {
  color: #fff;
}
.container > h2 {
  margin-bottom: 1.5em;
  display: none;
}
.form-horizontal fieldset legend {
  font-size: 1.1em;
  color: #e5792f;
  font-weight: bold;
}
.form-horizontal fieldset legend [class^="icon-"]:before,
[class*=" icon-"]:before {
  padding-right: 0.2em;
  display: inline-block;
}
.administration
  .bloc-admin
  .form-horizontal
  fieldset
  legend
  [class^="icon-"]:before,
.administration
  .bloc-admin
  .form-horizontal
  fieldset
  legend
  [class*=" icon-"]:before {
  font-size: 2em;
}
.form-horizontal h3 {
  clear: both;
}
.form-horizontal {
  margin-top: 20px;
}
.form-actions .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.form-horizontal .info-required {
  font-size: 0.9em;
  color: #999;
}
.form-horizontal i.required {
  color: #e9322d;
  font-style: normal;
}
.form-horizontal i.optional {
  font-size: 0.9em;
}
.form-horizontal .control-label {
  width: 180px;
}
.form-horizontal .controls {
  margin-left: 190px;
}
.form-multi-langue fieldset legend {
  color: #333;
  border: 0;
  font-size: 1em;
  padding: 0;
}
.panel-resultats .form-actions {
  text-align: right;
  padding-right: 0;
}
.panel-resultats .actions-groupees {
  text-align: left;
  padding-left: 10px;
}
.panel-resultats .actions-groupees select {
  margin-right: 10px;
}
.moteur-recherche .bloc-calendrier {
  float: left;
  margin-bottom: 20px;
  padding-right: 50px;
}
.moteur-recherche .bloc-horaires {
  float: left;
  position: relative;
}
.moteur-recherche .bloc-horaires .loader {
  width: 280px;
  text-align: center;
  position: absolute;
  top: 130px;
}

.moteur-recherche .bloc-horairesol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.moteur-recherche .bloc-horairesol li {
  text-align: center;
  color: #b4b3b3;
  display: inline-block;
  height: 1.8em;
}
.moteur-recherche .bloc-horaires .soiree {
  clear: both;
}
.moteur-recherche .bloc-horaires .btn {
  width: 45px;
  margin-bottom: 5px;
  font-size: 0.85em;
  padding: 0 6px;
  color: #666;
}
.moteur-recherche .bloc-horaires .btn:focus,
.moteur-recherche .bloc-horaires .btn:hover {
  background: #e5792f !important;
  text-shadow: 1px 1px 0 #e5792f !important;
  color: #fff !important;
}
.moteur-recherche .form-actions .controls {
  margin-left: 0;
}
.bloc-recap {
  float: left;
  padding-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.bloc-recap strong {
  color: #e5792f;
}
.bloc-recap i.icon-calendar {
  font-size: 5.5em;
  float: left;
  padding-right: 10px;
  color: #efefef;
  min-height: 100px;
}
.bloc-recap .recap {
  float: left;
  width: 50%;
  padding-top: 10px;
}
.bloc-recap .recap > p {
  /*padding-left:5.5em !important;*/
  display: inline-block;
}
.bloc-recap .recap-bottom > p {
  padding-left: 0 !important;
}
.bloc-recap #map {
  float: left;
  position: absolute;
  right: 0;
  top: -40px;
  background: #efefef;
  width: 45%;
}
.bloc-recap #map h2 {
  color: #333;
  font-size: 1em;
  margin: 0.5em 10px 0.5em;
  padding-top: 2px;
}
.bloc-recap #map h2 i {
  margin-right: 4px;
  vertical-align: middle;
}
.bloc-recap #map iframe {
  width: 100%;
  height: 300px;
  margin: 0;
}
.bloc-gestion .bloc-recap {
  min-height: 270px;
}
.modal .bloc-recap .recap {
  width: 100%;
}
.modal .bloc-recap {
  min-height: inherit !important;
}
.modal #map {
  position: static;
  width: 100%;
}
.modal #map iframe {
  width: 100%;
  height: 300px;
}
.bloc-admin #map iframe {
  width: 540px;
  height: 300px;
}
.modal .bloc-recap .recap > i {
  font-size: 5.5em !important;
}
.modal .form-motif {
  margin-top: 20px;
  float: left;
}
.modal .form-motif .control-label {
  width: 5.5em;
}
.modal .form-motif .controls,
.modal .bloc-recap .recap > p {
  margin-left: 5.5em !important;
  display: block;
  padding-left: 5px;
}
.modal .bloc-recap .recap {
  min-height: inherit;
}
.modal .form-motif .input-motif {
  width: 432px;
}
.geolocalisation {
  width: 520px !important;
  height: 280px !important;
  margin: 0 auto;
}
.bloc-confirmation strong {
  color: #e5792f;
}
.alert i {
  font-size: 1.5em;
  padding-right: 10px;
} /*.bloc-confirmation #map{display:none}*/
.bloc-confirmation .recap {
  clear: both;
}
.bloc-confirmation .recap ul {
  list-style-type: none;
}
.bloc-confirmation .recap ul li i {
  padding-right: 0.5em;
}
.bloc-confirmation .recap-bottom {
  padding-top: 0;
}
.actions-ajout-agenda .btn-ajout {
  margin: 0 0 20px 3em;
}
.actions-ajout-agenda p {
}
.bloc-qr-code {
  display: block;
  padding: 20px 0 0 82px;
  margin: 20px 0 50px;
  position: relative;
}
.bloc-qr-code img {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.ui-datepicker {
  width: 265px !important;
  font-size: 1.2em !important;
  margin: 0;
}
.ui-datepicker-header {
  background: #e5792f;
  text-shadow: none;
  color: #fff;
  border-color: #e5792f;
}
.ui-datepicker th {
  font-size: 1em !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  width: 37px !important;
  height: 37px !important;
  line-height: 37px !important;
  color: #fff;
  text-shadow: 1px 1px 0 #58b059;
}
.ui-datepicker-calendar .ui-state-active {
  width: 37px !important;
  height: 37px !important;
  border: 0;
  margin: 0;
}
.ui-datepicker-calendar .ui-state-default {
  background: #58b058;
  background: -moz-linear-gradient(top, #58b058 0, #58b058 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #58b058),
    color-stop(100%, #58b058)
  );
  background: -webkit-linear-gradient(top, #58b058 0, #58b058 100%);
  background: -o-linear-gradient(top, #58b058 0, #58b058 100%);
  background: -ms-linear-gradient(top, #58b058 0, #58b058 100%);
  background: linear-gradient(top, #58b058 0, #58b058 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b058',endColorstr='#58b058',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4 !important;
  color: #b4b3b3;
  text-shadow: 1px 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4',endColorstr='#f4f4f4',GradientType=0 );
}
.ui-state-active,
.ui-state-default:focus,
.ui-state-default:hover {
  background: #e5792f !important;
  color: #fff !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5792F',endColorstr='#e5792F',GradientType=0 );
}
.ui-datepicker-unselectable .ui-state-default:hover,
.ui-datepicker-unselectable .ui-state-default:hover {
  background: #f4f4f4 !important;
  color: #b4b3b3 !important;
}
.ui-datepicker-calendar .ui-state-active {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5792F',endColorstr='#e5792F',GradientType=0 );
}
.ui-datepicker-unselectable .ui-state-default:hover {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4',endColorstr='#f4f4f4',GradientType=0 );
}
.ui-datepicker th {
  border-bottom: 2px solid;
}
.disabled-day .ui-state-default {
  background: #ed5353 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.disabled-day .ui-state-active,
.disabled-day .ui-state-default:focus,
.disabled-day .ui-state-default:hover {
  background: #e5792f !important;
}
.flag {
  width: 16px;
  height: 11px;
  background: url(../images/flags.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.bloc h2 {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.1em;
  color: #e5792f;
  font-weight: bold;
  line-height: 40px !important;
  margin-bottom: 20px;
}
.bloc input {
  margin-bottom: 0;
}
.bloc-filtres {
  padding: 10px;
  overflow: hidden;
  background-color: #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.table-default {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.table-default thead th {
  background: #ddd;
}
.table-default thead:first-child tr:first-child > th:first-child,
.table-default tbody:first-child tr:first-child > td:first-child,
.table-default tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-default thead:first-child tr:last-child > th:last-child,
.table-default tbody:first-child tr:last-child > td:last-child,
.table-default tbody:first-child tr:last-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-default td,
.table-default th {
  border-right: 1px solid #fff;
  vertical-align: top !important;
}
.table-default thead th {
  vertical-align: middle !important;
}
.table-default td:last-child,
.table-default th:last-child {
  border-right: 0;
}
.table-default .actions .btn {
  padding: 0;
}
.table-default .actions .btn i {
  padding: 0;
  text-align: center;
}
.table-default [class^="icon-"] {
  display: inline-block;
  width: 1.3em;
}
.table-default .actions .btn {
  width: 25px;
  margin-bottom: 2px;
}
.table-default .tri {
  background: url(../images/icon-tri.gif) #ddd no-repeat right center;
  cursor: pointer;
}
.table-default .tri-on {
  background-color: #ccc;
}
.table-default .tri-asc {
  background-image: url(../images/icon-tri-asc.gif) !important;
}
.table-default .tri-desc {
  background-image: url(../images/icon-tri-desc.gif) !important;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fff7d8;
}
.table-default .actions {
  width: 70px;
}
.table-default .col-check {
  width: 10px;
}
.table-default .checkall {
  position: relative;
}
.table-default .popover {
  opacity: 0.9;
}
.table-default .popover-title {
  display: none;
}
.table-default .popover-content {
  padding: 5px;
}
.table-default .popover-content input {
  vertical-align: top;
  margin-right: 3px;
}
.table-default .popover-content label {
  font-weight: normal;
  font-size: 0.9em;
}
.table-agenda tbody {
  font-size: 0.9em;
}
.table-agenda th,
.table-agenda td {
  border-color: #ddd;
}
.table-agenda ul {
  margin-left: 12px;
}
.table-agenda ul li {
  margin: 0;
  padding: 0;
}
.table-agenda .heure {
  padding-right: 5px;
}
.table-agenda-mois .date {
  font-weight: bold;
  font-size: 1.1em;
  text-align: right;
  display: block;
  border-bottom: 1px solid #eee;
}
.bootstrap-timepicker-widget td {
  border: 0;
  background: #fff !important;
}
.bootstrap-timepicker-widget table td a {
  padding: 0;
}
.pager {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 2.2em;
  text-align: left;
}
.pager .nb-resultats {
  float: left;
  font-weight: bold;
}
.pager .nb-resultats-administration {
  float: left;
  font-weight: bold;
  margin-left: 15px;
}
.affichage {
  float: right;
  text-align: right;
}
.affichage .nav-link {
  float: right;
  padding-top: 0.4em;
}
.affichage .nav-link img {
  margin: 0.5em 2px 0;
  vertical-align: top;
}
.affichage .back,
.affichage .next {
  float: left;
}
.affichage .next {
  padding-left: 5px;
}
.affichage .input-page {
  float: left;
  padding: 0 8px;
}
.affichage .input-page label {
  display: none;
}
.affichage .input-page input {
  width: 30px;
  float: left;
  text-align: right;
  margin-right: 1px;
}
.affichage .input-page .libelle {
  float: left;
  line-height: 1.63em;
}
.affichage .nb-resultats,
.affichage .nav-link {
  display: inline-block;
}
.affichage .nb-resultats {
  padding-right: 15px;
  font-weight: normal;
  color: inherit;
}
.affichage .nb-resultats input {
  width: 25px;
  display: inline-block;
  vertical-align: top;
}
.affichage .nb-resultats-administration {
  padding-right: 25px;
  font-weight: normal;
  color: inherit;
}
.affichage .nb-total {
  display: inline-block;
}
.affichage .nb-total input {
  width: auto;
}
.affichage .float-left {
  display: inline-block;
  padding-left: 10px;
}
.affichage .intitule-auto,
.affichage select {
  display: inline-block;
  float: left;
}
.affichage .intitule-auto {
  padding-right: 5px;
}
.affichage .intitule-auto label {
  margin-bottom: 0;
  line-height: 2.2em;
}
.affichage select {
  width: auto !important;
  margin: 0 5px 0 0;
}
.bloc-filtres .navbar-search {
  position: relative;
  margin: 0;
}
.bloc-filtres .navbar-search .icon-search {
  position: absolute;
  left: 10px;
  top: 7px;
}
.bloc-filtres .navbar-search input {
  padding-left: 29px;
}
.bloc-filtres h3 {
  color: #e5792f;
  line-height: normal;
  margin: 0 0 1em 0;
  padding: 0;
}
.bloc-filtres .row-fluid .input-inline,
.bloc-filtres .row-fluid .select-inline,
.row-fluid select {
  margin: 0 10px 10px 0;
}
.bloc-filtres .row-fluid select {
  margin-right: inherit;
}
.bloc-filtres .row-fluid:last-child select,
.bloc-filtres .row-fluid:last-child .input-inline {
  margin-bottom: 0;
}
.fileupload .uneditable-input {
  width: 440px;
}
.list-default {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-default li {
  clear: both;
  overflow: hidden;
}
.list-input {
  clear: both;
  margin-top: -2.2em !important;
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
}
.list-input .list-header {
  clear: both;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.list-input input {
  float: left;
  clear: both;
  vertical-align: middle;
  margin-right: 0.5em;
}
.list-input label {
  float: left;
}
.form-inline label.radio {
  margin-left: 10px;
}
.form-inline label.radio input {
  margin-right: 7px !important;
}
.modal-width-750 {
  width: 750px;
  margin-left: -375px;
}
.modal-width-900 {
  width: 900px;
  margin-left: -450px;
}
.label-inline {
  display: inline-block;
  padding-top: 5px;
}
.datepicker {
  margin-left: 10px !important;
} /*.bloc-horaires{width:600px}*/
.bloc-horaires .input-date-picker {
  margin-bottom: 10px !important;
  margin-left: 0 !important;
}
.bloc-horaires .input-date,
.calendrier .input-date {
  width: 80px;
}
.bloc-horaires .row-horaires {
  margin-bottom: 10px;
}
.bloc-horaires .label-start {
  padding-right: 5px;
}
.bloc-horaires .label-end {
  padding-left: 5px;
  padding-right: 5px;
}
.liste-horaires .row {
  margin-left: inherit;
  padding: 0;
}
.liste-horaires .row:hover {
  background: #fff7d8;
}
.liste-horaires .info-total {
  padding-top: 20px;
  font-size: 0.9em;
  font-style: italic;
}
.liste-horaires .info-total p {
  margin-bottom: 0;
}
.liste-horaires .info-total label {
  font-size: 1em;
  display: inline-block;
  padding-right: 2px;
}
.liste-horaires .input-heure,
.input-heure {
  width: 40px;
  padding: 2px 6px;
}
.liste-horaires .input-append .add-on,
.liste-horaires .input-prepend .add-on,
.bootstrap-timepicker-widget table td input {
  padding: 2px 6px;
}
.liste-horaires .col-horaire .horaire-fin {
  padding-left: 3px;
  padding-right: 3px;
}
.liste-horaires .col-jour {
  width: 30px;
}
.liste-horaires .col-horaire {
  width: 180px;
}
.liste-horaires .horaires {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.liste-horaires .horaires .btn-primary:hover,
.liste-horaires .horaires .btn:focus {
  background: #e6e6e6;
}
.bloc-prestations-associees {
  width: 542px;
  margin-bottom: 10px;
}
.bloc-prestations-associees h3 {
  margin: 0;
  float: left;
  clear: none;
  margin-bottom: 10px;
  color: inherit;
}
.bloc-prestations-associees .btn-edit {
  float: right;
  margin: 5px;
  text-decoration: none;
}
.bloc-prestations-associees .liste-horaires {
  clear: both;
  margin-bottom: 10px;
}
.bloc-prestations-associees .liste-horaires p {
  margin-bottom: 0;
}
.bloc-prestations-associees .liste-horaires .btn-ajout {
  display: inline-block;
  margin-top: 10px;
}
.bloc-prestations-associees .liste-horaires i {
  padding-right: 5px;
  text-decoration: none;
}
.bloc-prestations-associees .header-date .btn-edit {
  float: left;
  margin: 0 0 5px 0;
}
.bloc-prestations-associees .header-date .btn-edit i {
  padding-left: 8px;
}
.bloc-prestations-associees .header-date .btn-edit:hover {
  text-decoration: underline;
}
.bloc-prestations-associees .jour {
  display: inline-block;
  width: 100px;
}
.bloc-prestations-associees strong {
  color: #e5792f;
  display: inline-block;
  margin-right: 15px;
  font-weight: normal;
}
.bloc-prestations-associees .btn-ajout-prestation {
  margin-top: 0;
}
.bloc-prestations-associees .dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  right: 12px;
  position: absolute;
  top: -6px;
}
.bloc-prestations-associees .dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  right: 11px;
  position: absolute;
  top: -7px;
}
.bloc-prestations-associees .btn-toolbar .dropdown-menu:after {
  right: 6px;
}
.bloc-prestations-associees .btn-toolbar .dropdown-menu:before {
  right: 5px;
}
.bloc-prestations-associees .accordion-group {
  border-color: #ccc;
  margin-bottom: 5px;
}
.bloc-prestations-associees .accordion-toggle {
  float: left;
  text-decoration: none;
  width: 470px;
  font-weight: bold;
}
.bloc-prestations-associees .accordion-body {
  clear: both;
}
.bloc-prestations-associees .accordion-inner {
  padding: 0 10px;
}
.accordion-heading .btn {
  background: #fff !important;
  border: 0;
  box-shadow: none !important;
  margin: 3px 3px;
}
.datepicker {
  z-index: 9999999;
} /*Gestion multilingue*/
.lang-ar input,
.lang-ar textarea {
  direction: rtl;
} /*Auto complete*/
.acomplete {
  position: relative;
  z-index: 5;
  background-color: #edf5ff;
  border: 1px solid #243356;
}
.acomplete ul,
.acomplete li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}
.acomplete li {
  padding: 4px;
  border-top: 1px solid #ccc;
}
.acomplete .selected {
  background-color: #ffc;
}
.reload {
  opacity: 0.75;
}
.loaded {
  opacity: 1;
} /* * Component:Box * -------------- */
.box {
  position: relative;
  border-radius: 3px;
  background: #fff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*="bg"] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: rgb(78, 144, 54) !important;
}
.bg-green {
  background-color: #458941 !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #7d76ef !important;
}
.bg-maroon {
  background-color: #e2598b !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
} /* * Component:Small Box * -------------------- */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  color: white;
  direction: ltr;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 70px !important;
  color: rgba(0, 0, 0, 0.15);
  padding-top: 22px;
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    /*display:none;*/
  }
  .small-box p {
    font-size: 12px;
  }
}
.bloc-statistics {
  margin-left: 15px;
  margin-right: 15px;
}
.statistics {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin: 0 0 3em 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
.statistics li {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5em;
  color: #fff;
  text-align: center;
}
.statistics li.style1 {
  background-color: rgb(196, 104, 107);
}
.statistics li.style2 {
  background-color: rgb(133, 141, 158);
}
.statistics li.style4 {
  background-color: rgb(179, 173, 115);
}
.statistics li.style5 {
  background-color: rgb(85, 119, 80);
}
.statistics li strong,
.statistics li b {
  display: block;
  font-size: 2em;
  line-height: 1.1;
  color: inherit !important;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.statistics li .icon {
  display: inline-block;
}
.statistics li .icon:before {
  font-size: 2.75rem;
  line-height: 1.3;
}
.statistics li .small:before {
  font-size: 1.5em !important;
}
.statistics li .multiple {
  border: solid 2px #fff;
  border-radius: 100%;
  width: 80px;
  height: 70px;
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 10px;
}
.statistics li .all-stat {
  font-weight: bolder;
  border: solid 1px;
  border-radius: 2px;
  background-color: #fff;
  margin-top: 30px;
}
.statistics li .all-stat a {
  color: #557750;
}
@media screen and (max-width: 980px) {
  .statistics li strong,
  .statistics li b {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 736px) {
  .statistics {
    display: block;
    width: 20em;
    max-width: 100%;
    margin: 0 auto 2em auto;
  }
  .statistics li strong,
  .statistics li b {
    font-size: 2.5em;
  }
}
.footer-top {
  font-size: 16px;
  text-align: center;
  background-color: #e5792f;
  color: #fff;
  margin-right: 15px;
  margin-left: 15px;
  font-weight: normal;
  line-height: 28px;
}
.footer-content {
  padding-left: 15px;
}
.footer-content a {
  color: #666 !important;
}
.alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
}
.dividerHeading,
.widget_title {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  color: #e5792f;
}
.dividerHeading h1 {
  font-size: 24px;
  position: relative;
  line-height: 0;
  border-bottom: 1px solid #ccc;
}
.dividerHeading h4,
.widget_title h4 {
  font-size: 18px;
  position: relative;
  line-height: 0;
  border-bottom: 1px solid #ccc;
}
.dividerHeading h4 span {
  background: white;
  position: relative;
  line-height: 7px;
  top: 4px;
  display: inline-block;
}
.dividerHeading h4 span.title {
  font-size: 23px;
  font-weight: normal;
}
.dividerHeading h4 span:before,
.dividerHeading h4 span:after,
.widget_title h4 span:after,
.widget_title h4 span:before {
  color: #fff;
  font-size: 10px;
  content: "\f10c";
  font-family: fontawesome;
}
.dividerHeading h4 span:before,
.widget_title h4 span:before {
  margin-right: 10px;
}
.dividerHeading h4 span:after,
.widget_title h4 span:after {
  margin-left: 10px;
}
.widget_title {
  position: relative;
}
.widget_title h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.footer .widget_title h4 {
  border-color: #dfdfdf;
}
.footer .widget_title h4 span:before,
.footer .widget_title h4 span:after {
  color: #dfdfdf !important;
}
.footer .widget_title h4 span {
  color: #fff;
  padding: 0;
  background: #323a45;
}
.telechargement {
  margin-left: 10px !important;
  height: 197px;
  border: dashed 1px #aaa;
}
.telechargement h4 {
  font-size: 18px;
  background-color: #e5792f;
  color: #fff;
  padding-left: 20px;
  width: 250px;
  line-height: 28px;
  font-weight: normal;
  position: relative;
  top: -1px;
  left: -1px;
}
.telechargement .table td {
  border-top: 0;
  padding: 6px 8px;
}
.telechargement .all-doc {
  font-weight: bold;
  text-decoration: none;
}
.lang {
  position: relative;
  right: 10px;
  top: 10px;
  float: right;
}
.lang a {
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
}
.lang .ar {
  right: 24px !important;
}
.lang .active {
  border: solid 1px #fff;
}
.lang:hover {
  color: #fff;
}
.bloc-content {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 400px;
}
.bloc-text {
  text-align: justify;
  color: #333;
}
.bloc-statistics-portail {
  margin-left: 0;
}
.size-icon {
  max-height: 100px;
}
.wizard {
  background: #fff;
}
.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
}
.wizard > div.wizard-inner {
  position: relative;
}
.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}
span.round-tab i {
  color: #555;
}
.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #e5792f;
}
.wizard li.active span.round-tab i {
  color: #e5792f;
}
.wizard li.validate span.round-tab {
  background: #fff;
  border: 2px solid rgb(85, 119, 80);
}
.wizard li.validate span.round-tab i {
  color: rgb(85, 119, 80);
}
span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}
.wizard .nav-tabs > li {
  width: 25%;
}
.wizard li:after {
  content: " ";
  position: absolute;
  left: 12%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0;
  border: 5px solid transparent;
  border-bottom-color: #e5792f;
  transition: 0.1s ease-in-out;
}
.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 12%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0;
  border: 10px solid transparent;
  border-bottom-color: #e5792f;
}
.wizard li.panel-2:after {
  left: 37%;
}
.wizard li.panel-3:after {
  left: 62%;
}
.wizard li.panel-4:after {
  left: 87%;
}
.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  border: 0;
}
.wizard .nav-tabs > li a:hover {
  background: transparent;
}
.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}
.wizard h3 {
  margin-top: 0;
}
.step1 .row {
  margin-bottom: 10px;
}
.step_21 {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
}
.step33 {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.dropselectsec {
  width: 68%;
  padding: 6px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  margin-left: 10px;
  outline: none;
  font-weight: normal;
}
.dropselectsec1 {
  width: 74%;
  padding: 6px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  margin-left: 10px;
  outline: none;
  font-weight: normal;
}
.mar_ned {
  margin-bottom: 10px;
}
.wdth {
  width: 25%;
}
.birthdrop {
  padding: 6px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  margin-left: 10px;
  width: 16%;
  outline: 0;
  font-weight: normal;
} /* according menu */
#accordion-container {
  font-size: 13px;
}
.accordion-header {
  font-size: 13px;
  background: #ebebeb;
  margin: 5px 0 0;
  padding: 7px 20px;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.unselect_img {
  width: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.active-header {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #f53b27;
}
.active-header:after {
  content: "\f068";
  font-family: "FontAwesome";
  float: right;
  margin: 5px;
  font-weight: 400;
}
.inactive-header {
  background: #333;
}
.inactive-header:after {
  content: "\f067";
  font-family: "FontAwesome";
  float: right;
  margin: 4px 5px;
  font-weight: 400;
}
.accordion-content {
  display: none;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.accordion-content a {
  text-decoration: none;
  color: #333;
}
.accordion-content td {
  border-bottom: 1px solid #dcdcdc;
}
.admin-form fieldset legend {
  font-size: 1.2em;
  color: #e5792f;
  font-weight: bold;
}
.admin-form h3 {
  clear: both;
}
.admin-form {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
}
.bloc-search {
  padding: 20px;
}
.admin-form legend {
  border-bottom: 0;
}
@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard li.active:after {
    content: " ";
    position: absolute;
  }
}
.navbar-search {
  position: relative;
  margin: 0;
  float: none;
}
.navbar-search .icon-search {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 10px;
}
.navbar-search input {
  padding-left: 29px;
  width: 97%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.categorie input {
  display: none;
}
.categorie label {
  display: block;
  background: white;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0 3px 10px -2px #aaa;
  position: relative;
}
.categorie h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #555;
}
.categorie input:checked + label {
  background: #e5792f;
  color: white;
}
.categorie input:checked + label h3 {
  color: #fff !important;
}
.categorie input:checked + label::after {
  color: #e5792f;
  font-family: FontAwesome;
  border: 2px solid #e5792f;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.vertical-align {
  /*display:table-cell;*/
  vertical-align: middle;
}
.button-link {
  text-decoration: none;
}
.btns {
  z-index: 0;
  height: 50px;
  float: none;
  margin: 0 auto;
  width: 100%;
  border-radius: 40px;
  display: block;
  text-align: center;
}
.btns input {
  display: none;
}
.btns label {
  display: table;
  float: left;
  padding: 0;
  width: 17%;
  height: 100%;
  margin: 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.btns label:first-child {
  border-left: none;
}
.btns .btn {
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  white-space: nowrap;
  padding-left: 20px !important;
  padding-left: 10px !important;
  margin: 0 !important;
  text-align: center !important;
  background-image: none !important;
  box-shadow: none !important;
  border: solid 1px #e5792f !important;
  background: #fff;
}
.btns .btn:hover {
  box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btns .btn:after {
  content: "\2714";
  margin-left: -10px;
  display: inline-block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms,
    -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms,
    -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms,
    transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms,
    transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22),
    -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns input:checked + .btn {
  color: #fff !important;
  text-shadow: none;
  white-space: nowrap;
  background: #e5792f !important;
}
.btns input:checked + .btn:after {
  margin-left: 12px;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 500ms
      cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms,
    margin 500ms;
  -webkit-transition: margin 500ms,
    -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: margin 500ms,
    -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms,
    margin 500ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms,
    margin 500ms,
    -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}
.bloc-administration {
  padding: 15px;
  border: solid 1px #ccc;
  margin: 10px;
  border-radius: 5px;
  width: 90%;
  height: 100px;
}
h4 {
  font-size: 16px;
  margin: 0;
}
footer {
  background-image: url("https://patrimoine-mef.net/pattern/img/footergp.png");
  border-top: dashed 1px #e5792f;
  margin-top: 30px;
}
footer .row {
  position: relative;
  top: -25px;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.tab-result {
  margin-left: 5px !important;
  margin-right: 9.5px;
  display: flex !important;
}
.tab-result .text {
  font-weight: bold;
  color: #e5792f;
  font-size: 16px;
}
.tab-result a {
  text-decoration: none;
}
.btn-select i {
  padding-right: 0 !important;
}
.btn-home {
  line-height: 24px;
  padding-top: 24px;
  height: 72px;
  display: block;
  background-repeat: no-repeat;
  background-position-x: 40%;
  color: #fff;
  font-size: 32px;
  padding-left: 32%;
  text-align: left;
  text-transform: uppercase;
}
.btn .icon-right {
  padding: 0 0 0 10px;
}
.btn-home:hover,
.btn-home:focus {
  color: #fff;
  text-decoration: none;
}
.btn-home span {
  font-size: 14px;
}
.btn-soumettre {
  background-image: url("../images/soumettre.png");
  background-repeat: no-repeat;
  background-position: center;
}
.btn-suivre {
  background-image: url("../images/suivre.png");
  background-repeat: no-repeat;
  background-position: center;
}
.spacer-30 {
  margin-bottom: 30px;
}
#modalPresentation {
  width: 590px !important;
}
.title-page {
  border-bottom: dashed 1px #e5792f;
}
.title-page h2 {
  margin-bottom: 10px;
}
.title-page h3 {
  font-size: 18px !important;
  color: #e5792f;
}
a {
  color: #e5792f;
}
.label-suivi {
  color: #e5792f;
  font-weight: bold;
}
.btn-suivi {
  line-height: 1.5em;
  margin: 0 !important;
  padding-left: 10px !important;
  text-align: left;
}
.bloc-suivi h2 {
  background: #fff;
  border-bottom: 0;
  font-size: 1.1em;
  color: #e5792f;
  font-weight: bold;
  line-height: 40px !important;
  margin-bottom: 20px;
  text-transform: none !important;
  margin-top: 0;
}
.select-suivi {
  height: 32px;
}
select {
  height: 32px;
}
.admin-form .btn {
  margin: 0 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.admin-form .pager {
  margin: 0 !important;
}
.admin-form .pager-top {
  margin-bottom: 10px !important;
  border-bottom: solid 1px #eee;
}
.admin-form .pager-bottom {
  padding-top: 10px !important;
  margin-bottom: 5px !important;
  border-top: solid 1px #eee;
}
.admin-filtre {
  background-color: #f0f0f0 !important;
}
.btn-soumettre-admin {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
}
.bloc-message {
  padding-left: 15px;
  padding-right: 25px;
}
.telechargement .bloc-txt {
  margin-left: 20px;
}
.lang-mobile {
  display: none;
}
.ban-top {
  margin-top: -21px;
}
.banner-mobile {
  display: none;
}
.presentation {
  height: 197px;
  background-color: #eceaeb;
}
.presentation img {
  width: 100%;
}
.span-img {
  text-align: center;
}
.span-img img {
  max-width: 80px;
  max-height: 80px;
}
#panelErreur .alert-danger span {
  color: #fff !important;
}
#panelErreur ul {
  list-style-type: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #e5792f;
}
.bloc-recap .form-horizontal .control-label {
  padding-top: 0 !important;
  width: 180px !important;
}
.bloc-recap .form-horizontal .controls > p {
  padding-left: 10px !important;
}
.bloc-search .bloc-recap {
  float: inherit !important;
  width: inherit !important;
}
.label-number {
  font-size: 2em;
  line-height: 1.1;
  direction: ltr !important;
}
.class-tous-doc {
  float: right !important;
}
.form-recap .control-group .control-label {
  padding-top: 0 !important;
  width: 180px !important;
}
.form-recap .control-group .controls > p {
  padding-left: 10px !important;
}
.form-horizontal .controls-btn {
  margin-left: 60px;
}
.table .btn i {
  padding-right: 0;
}
.bloc-suivi-form .form-actions {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  border-top: 0 !important;
}
.bloc-suivi-form .form-horizontal .info-required {
  background-color: rgb(238, 238, 238) !important;
  padding: 15px !important;
  margin-bottom: 20px !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
}
.bloc-suivi-form .hero-unit {
  overflow: visible !important;
}
.chosen-container-single .chosen-search input[type="text"] {
  width: 95% !important;
}
.alert {
  padding-top: 0 !important;
  text-shadow: none !important;
}
.alert-danger {
  background-color: rgb(222, 79, 62) !important;
  border-color: #82261b !important;
}
.alert-success {
  background-color: rgba(109, 204, 74, 0.83) !important;
  border-color: #4eb337 !important;
}
.check-small {
  height: 70% !important;
}
.btn {
  box-shadow: none;
}
.btn-primary {
  background: #666 !important;
  border: 0;
  color: #fff !important;
  font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #999 !important;
  color: #fff !important;
}
.btn-primary:hover .caret,
.btn:focus .caret {
  border-top: 4px solid #fff !important;
}
.btn-toolbar .btn-group .btn-primary:hover,
.btn-toolbar .btn-group .btn:focus,
.btn-browse:focus {
  background: #e6e6e6 !important;
  color: #000 !important;
}
.btn-toolbar .btn-group .btn:hover .caret,
.btn-toolbar .btn-group .btn:focus .caret {
  border-top: 4px solid #000 !important;
}
footer .span2 {
  width: 172px !important;
}
.text-footer {
  color: #666 !important;
}
.num-footer {
  margin: 10px !important;
}
.span-suivi {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: auto;
}
.discours {
  min-height: 150px;
}
.discours p span {
  color: #e5792f;
}
.discours .pull-right p {
  font-weight: normal !important;
  font-style: italic;
}
.discours {
  background-color: rgba(240, 240, 240, 0.3) !important;
  font-weight: bold !important;
  padding-bottom: 15px !important;
}
.discours p {
  line-height: 20px !important;
}
.btn-vert {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#51a351)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-vert:hover {
  color: #fff;
  text-decoration: none;
  background: #5ab25a;
}
.btn-info:hover {
  color: #fff;
  text-decoration: none;
  background: #2f96b4;
}
.btn-warning:hover {
  color: #fff;
  text-decoration: none;
  background: #f89406;
}
.btn-danger:hover {
  color: #fff;
  text-decoration: none;
  background: #bd362f;
} /* ARTICLE SLIDER----------------------------------------------------------------------------- */
#carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#slides ul {
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#slides li {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
} /* Styling for prev and next buttons */
.btn-bar {
  max-width: 346px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 40px;
  width: 100%;
}
#buttons {
  padding: 0 0 5px 0;
  float: right;
}
#buttons a {
  text-align: center;
  display: block;
  font-size: 50px;
  float: left;
  outline: 0;
  margin: 0 60px;
  color: #b14943;
  text-decoration: none;
  display: block;
  padding: 9px;
  width: 35px;
}
a#prev:hover,
a#next:hover {
  color: #fff;
  text-shadow: 0.5px 0 #b14943;
}
.carousel-pagination {
  text-align: center;
  position: relative;
  top: -10px;
}
.carousel-pagination a {
  background: #aaa;
  width: 19px;
  height: 5px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.carousel-pagination a.selected {
  background: #c32522;
  cursor: default;
}
.carousel-pagination a span {
  display: none;
}
@media (max-width: 1200px) {
  #bloc-loader {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
  }
  .portail-title {
    position: relative;
    left: 20px;
    top: 83px;
    color: #fff;
    font-size: 20px;
    width: 330px;
    float: left;
  }
  .portail-title span {
    font-size: 14px;
    float: right;
  }
}
@media (min-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  .bloc-banner {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  footer .span2 {
    width: 210px !important;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  footer .span2 {
    width: 128px !important;
  }
}
@media (max-width: 767px) {
  footer [class*="span"] {
    width: 100% !important;
  }
}
@media (min-width: 684px) {
  .homePage .hero-unit .btn-block {
    width: auto;
    float: left;
  }
  .homePage .hero-unit .pull-right {
    float: right;
  }
  select.input-xxlarge {
    width: 542px;
  }
  select.input-xlarge {
    width: 283px;
  }
  .actions-top {
    margin-top: 0;
    padding: 10px 20px 5px 0;
  }
  .btn-print-top {
    margin-bottom: 10px;
  }
  .btn-print {
    display: inline-block !important;
  }
}
@media (max-width: 1200px) {
  .tab-result {
    margin-right: 0;
  }
  .navbar .nav > li > a {
    padding: 12px 12px;
  }
  .footer-top {
    font-size: 14px;
    line-height: 22px;
  }
  .portail-title {
    position: relative;
    left: 20px;
    top: 83px;
    color: #fff;
    font-size: 20px;
    width: 330px;
    float: left;
  }
  .portail-title span {
    font-size: 14px;
    float: right;
  }
}
@media (max-width: 1100px) {
  .portail-title {
    position: relative;
    left: 20px;
    top: 70px;
    color: #fff;
    font-size: 18px;
    width: 298px;
    float: left;
  }
  .portail-title span {
    font-size: 12px;
    float: right;
  }
}
@media (max-width: 979px) {
  .lang {
    display: none;
  }
  .lang-mobile {
    display: block !important;
  }
  .navbar-inverse .nav li.active a,
  .navbar-inverse .nav li a:hover {
    color: #e5792f;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus {
    background-color: #eee;
    color: #e5792f;
  }
  .navbar-inverse .nav li a:hover {
    background-color: #eee !important;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 10px;
  }
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background: none !important;
    color: #e5792f !important;
  }
  .bloc-recap .recap {
    width: 100%;
    min-height: 180px;
  }
  .bloc-gestion .bloc-recap,
  .bloc-gestion .recap {
    min-height: auto !important;
  }
  .bloc-recap .recap > i {
    display: inline-block;
    position: absolute;
    font-size: 2.5em;
  }
  .bloc-recap .recap > p {
    display: inline-block;
    padding-left: 3em;
    margin-bottom: 20px;
  }
  .bloc-recap .recap-bottom p {
    width: auto;
    padding-left: 0 !important;
  }
  .bloc-recap #map {
    margin-bottom: 20px;
  }
  .bloc-recap #map iframe {
    height: 200px;
    width: 100%;
  }
  .navbar-fixed-top {
    position: fixed !important;
    margin-left: 0;
    margin-right: 0;
  } /*.container{padding-top:70px}*/
  .container > h2 {
    display: block;
  }
  .brand img {
    height: 40px;
  }
  .wizard {
    width: 100%;
    font-size: 0;
    overflow: hidden;
  }
  .wizard a {
    padding: 5px 9%;
    height: 30px;
    width: 5%;
    font-size: 0;
  }
  .wizard .badge {
    margin: 5px 0 0 8% !important;
  }
  .btn-soumettre {
    background-image: url("../images/soumettre_small.png") !important;
  }
  .btn-suivre {
    background-image: url("../images/suivre_small.png") !important;
  }
  .btn-home {
    line-height: 18px !important;
    padding-top: 18px !important;
    font-size: 26px !important;
    height: 60px !important;
    padding-left: 33% !important;
  }
  .btn-home span {
    font-size: 10px !important;
  }
  .ban-top {
    margin-top: 50px;
  }
  .portail-title {
    position: relative;
    left: 20px;
    top: 116px;
    color: #fff;
    font-size: 18px;
    width: 298px;
    float: left;
  }
  .portail-title span {
    font-size: 12px;
    float: right;
  }
}
@media (max-width: 768px) {
  .bloc-recap #map {
    position: static;
    width: 100%;
    right: inherit;
    float: left;
    margin-left: 0;
  } /*.bloc-recap #map iframe{position:static;width:98% !important}*/
  .telechargement {
    margin-left: 0 !important;
    height: auto;
  }
  .presentation {
    height: auto;
    margin-bottom: 10px;
  }
  .dividerHeading h4 span.title {
    font-size: 18px;
  }
  .btn-home {
    padding-left: 40% !important;
  }
  .size-icon {
    max-height: 80px;
  }
  .span-img {
    display: inline !important;
    width: 20% !important;
    float: left !important;
  }
  .span-detail {
    display: inline-block !important;
    width: 80% !important;
  }
  .banner-mobile {
    display: block;
  }
  .banner {
    display: none;
  }
  .wizard li:after {
    left: 11%;
  }
  .wizard li.active:after {
    left: 11%;
  }
  .wizard li.panel-2:after {
    left: 36%;
  }
  .wizard li.panel-3:after {
    left: 61%;
  }
  .wizard li.panel-4:after {
    left: 86%;
  }
}
@media (max-width: 480px) {
  .span-img img {
    max-width: 50px;
    max-height: 50px;
  }
  .logo-annuaire img {
    display: none;
  }
  .btn-home {
    padding-left: 32% !important;
  }
  .form-horizontal .control-label {
    width: auto;
  }
  .form-horizontal .controls {
    margin-left: 5px;
  }
}
@media (max-width: 360px) {
  .homePage .hero-unit .btn i {
    top: 25%;
  }
  .moteur-recherche .bloc-horaires .btn {
    width: 40px;
    font-size: 0.9em;
  }
  .bloc-recap i.icon-calendar {
    font-size: 3em;
    padding-top: 5px;
  }
  .bloc-recap .recap > p {
    padding-left: 3em !important;
    width: auto !important;
  }
  .actions-ajout-agenda {
    padding: 10px 0 20px 0;
  }
  .actions-ajout-agenda .btn-ajout {
    margin-left: 3em;
  }
  .moteur-recherche .bloc-calendrier {
    padding-right: 0;
  }
  .modal .form-motif .controls,
  .modal .bloc-recap .recap > p {
    margin-left: 0 !important;
  }
  .modal .bloc-recap .recap > i {
    font-size: 3em !important;
    padding-top: 0;
  }
  .btn-soumettre {
    background-image: url("../images/soumettre_xsmall.png") !important;
  }
  .btn-suivre {
    background-image: url("../images/suivre_xsmall.png") !important;
  }
  .btn-home {
    line-height: 14px !important;
    padding-top: 14px !important;
    font-size: 22px !important;
    padding-left: 32% !important;
    height: 50px !important;
  }
  .btn-home span {
    font-size: 8px !important;
  }
}
.image-discours {
  float: left;
  height: 100px;
  margin-right: 10px;
  border-radius: 5px;
  top: -8px;
  position: relative;
}
.btn-service {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 3px;
  width: 105px;
}
.btn-service a {
  background-color: #e5792f !important;
}
.txtService {
  margin-left: 15px;
  margin-right: 15px;
  text-align: justify;
}
.txtService .btn i {
  padding-right: 0 !important;
}
.txtObsSugg {
  white-space: pre-wrap;
}
.bloc-service-reclamation {
  margin-left: 15px !important;
}
.bloc-service-observation {
  margin-left: 15px !important;
}
.bloc-service-suggestion {
  margin-left: 15px !important;
}
.table td.resizeRowD {
  max-width: 160px !important;
}
.table td.resizeRowD span {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block !important;
  max-width: 100% !important;
}
#textWait {
  font-size: 14px !important;
  color: #357ca5;
  font-weight: bold;
}
#textValidate {
  font-size: 14px !important;
  color: #368763;
  font-weight: bold;
}
#textRefused {
  font-size: 14px !important;
  color: darkred;
  font-weight: bold;
}
#textNumDos {
  font-size: 17px !important;
  color: #368763;
  font-weight: bold;
}
#SpanLibType {
  font-size: 17px !important;
  color: #368763;
  font-weight: bold;
}

.textNumDos {
  font-size: 17px !important;
  color: #368763;
  font-weight: bold;
  text-align: center;
}

.recapData {
  margin-top: 0px;
}

.styleAnneeEncours{
color: #38235E;
font-weight: bold;

}

/* @media screen and (max-width: 1440px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
  }
}
 


 /* .table-container{
  width: auto;
  height: auto;
  overflow: auto;
 }*/

 #idTableDetailBien td{
  padding: 5px !important;
  
 } 

 .formdesign{
  background-color: #bad7e5;
 }

 .PersoAlertInfo{
    color: #3a87ad !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
 }
 
 .zoneSearchButton{
  text-align: center;
  
 }

 .blocCenterZone{

  text-align: center;
 }

 #img-bann{
  width: 1170px;
 }

