@import url("fontawesome/css/font-awesome.min.css");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding-top: 0px;
  min-width: 900px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #F7F7F7;
  /*HEADER*/
  /*HEADER FIN*/
  /*$MESSAGE COMMUNICATION*/
  /******************************************************/
  /*$VISUPANEL - VUE*/
  /******************************************************/
  /*4.0*/
  /*MIDPANEL*/
  /*COMMENTAIRE*/
  /*MIDPANEL FIN*/
  /*BHTML*/
  /*PETITES ANNONCES*/
  /*ORGANISATION*/
  /*SUIVIBON*/
  /*SUIVI COMPTE*/
  /*OFFRE SPOT*/
  /*VIREMENT*/
  /*FLUX RSS*/
  /*QUIZ*/
  /*DASHBOARD*/
  /*TAB INSCRIPTION*/
  /*ACM*/
  /*MON PROFIL*/
  /*HORAIRE SITE*/
  /*BOUTONS*/
  /*ADMIN*/
  /*ADMIN FIN*/
  /*SIDEBAR*/
  /*SIDEBAR FIN*/
  /*PAVE*/
  /*style menu bouton*/
  /*style menu bouton FIN*/
  /*PAVE FIN*/
  /***********/
  /*SERVICES RESSOURCE*/
  /*SERVICES RESSOURCE FIN*/
}
body .header-site, body #welcome-div {
  background-color: #FFF;
}
body a {
  color: #004B96;
}
body strong {
  font-weight: bold;
}
body .header-site {
  margin: 0 auto;
}
body .header-site .menu {
  margin: 0 auto;
  border-bottom: 1px solid #004B96;
}
body .header-site .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 26px;
}
body .header-site .menu-toolbar {
  -webkit-box-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5px 0;
}
body .header-site .menu-toolbar .header-item {
  margin: 0 5px;
  z-index: 200;
}
body .header-site .menu-toolbar .header-item:hover::before {
  color: #004B96;
}
body .header-site .intitule a {
  color: #004B96;
}
body .header-site .rubriques > .rubrique {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  cursor: pointer;
}
body .header-site .rubriques > .rubrique:hover, body .header-site .rubriques > .rubrique.open {
  background: url(/css/theme/images/common/triangle-menu.png) no-repeat bottom center;
}
body .header-site .rubriques > .rubrique:hover .intitule-rubrique > *, body .header-site .rubriques > .rubrique.open .intitule-rubrique > * {
  color: #004B96;
}
body .header-site .rubriques > .rubrique.selected .intitule-rubrique > * {
  color: #FFF;
  background-color: #004B96;
}
body .header-site .rubriques > .rubrique .intitule-rubrique {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 14px;
}
body .header-site .rubriques > .rubrique .intitule-rubrique > * {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font: normal 15px tahoma, arial, helvetica, sans-serif;
}
body .header-site .rubriques > .rubrique .sous-rubriques {
  text-align: left;
  top: 100%;
  min-width: 25%;
  padding: 13px;
  background-color: #004B96;
}
body .header-site .rubriques > .rubrique .sous-rubriques .intitule {
  color: #fabc38;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
body .header-site .rubriques > .rubrique .sous-rubriques .sous-rubrique {
  -webkit-box-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
}
body .header-site .rubriques > .rubrique .sous-rubriques .sous-rubrique .service {
  font-size: 14px;
}
body .header-site .rubriques > .rubrique .sous-rubriques .sous-rubrique .service.selected, body .header-site .rubriques > .rubrique .sous-rubriques .sous-rubrique .service:hover {
  border-left: 0;
  cursor: auto;
}
body .header-site .rubriques > .rubrique .sous-rubriques .sous-rubrique .service .cns-link {
  padding: 5px 5px 5px 0;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
body .header-site .rubriques > .rubrique .sous-rubriques .sous-rubrique .service .cns-link:hover, body .header-site .rubriques > .rubrique .sous-rubriques .sous-rubrique .service .cns-link.selected {
  background-color: #FFF;
  color: #004B96;
}
body .beautifier {
  display: none;
}
body #menuPanel {
  width: 100%;
  height: 100%;
}
body #burger {
  display: none;
}
body .home {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1 0 20%;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  text-align: left;
}
body .actions {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
body .logo {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  height: 310px;
}
body .logo > * {
  display: block;
  height: 100%;
  background: url(/css/theme/images/common/banniere.jpg) no-repeat center/cover;
  background-color: #fff;
}
body #favoris > ul {
  text-align: left;
  margin-top: 80%;
  z-index: 1;
}
body .list-favoris {
  text-align: left;
}
body .list-favoris li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
}
body .list-favoris li:hover {
  background-color: rgba(238, 238, 238, 0.95);
}
body .list-favoris .icon-cancel {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 7px;
  color: #004B96;
}
body .list-favoris .icon-cancel::before {
  vertical-align: baseline;
  font-size: 16px;
}
body .service-favoris {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
}
body .welcome-div {
  display: inline-block;
  max-width: 1440px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  padding-top: 5px;
  margin: 0 auto;
  text-align: left;
  height: 32px;
  padding-left: 45px;
}
body .welcome-div #welcome {
  padding: 0.5em;
}
body .admin-link::before {
  text-decoration: underline;
  color: #fabc38;
}
body .action-favoris {
  background-color: #179B4F;
}
body .action-favoris .intitule-rubrique {
  color: #FFF;
  font-weight: bold;
}
body .action-mon-profil {
  background-color: #629B17;
}
body .message_header_site,
body .message_header_service {
  padding: 0 1rem 1rem;
  background-color: #e6460a;
  color: #fff;
}
body .btn-text {
  background-color: transparent;
  border: 0;
  padding: 0;
}
body .vue-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .vue-container .a-service-texte {
  -webkit-box-flex: 3.5;
  -ms-flex: 3.5;
  flex: 3.5;
  border-top: 1px solid #004B96;
}
body .vue-container .a-service-texte > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1440px;
  margin: 13px auto;
}
body .vue-container .a-service-texte > .container > article {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body .vue-container .a-service-texte > .container > article .date-diffusion {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body .vue-container .a-service-texte > .container > article .resume {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body .vue-container .a-service-texte > .container > aside {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
body .vue-container .a-service-texte > .container > aside button {
  color: #000;
  padding: 0 20px 0 0;
}
body .vue-container .a-service-texte > .container > aside button::before {
  margin: 0 5px 0 0;
}
body .vue-container .a-service-texte > .container > aside button:hover {
  color: #004B96;
}
body .vue-container .a-service-texte > .container > nav {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 13px 0;
  padding-top: 0.1em;
  border-top: 1px solid #004B96;
}
body .vue-container .a-service-texte > .container > nav .precedent,
body .vue-container .a-service-texte > .container > nav .suivant {
  color: #004B96;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
}
body .vue-container .a-service-texte > .container > nav .precedent {
  float: left;
}
body .vue-container .a-service-texte > .container > nav .precedent::before {
  content: "\f104";
  font-family: fontello;
  margin-right: 7px;
}
body .vue-container .a-service-texte > .container > nav .suivant {
  float: right;
}
body .vue-container .a-service-texte > .container > nav .suivant::after {
  content: "\f105";
  font-family: fontello;
  margin-left: 7px;
}
body .vue-container .a-service-texte + aside {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1%;
}
body .vue-container .a-service-texte + aside > .container {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .vue-container .a-service-texte + aside > .container nav {
  margin-bottom: 26px;
}
body .vue-container .a-service-texte + aside > .container nav h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: transparent;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #333;
  border-bottom: none;
}
body .vue-container .a-service-texte + aside > .container nav p {
  margin: 5px 0;
}
body .vue-container .a-service-texte + aside > .container .ressource-liste .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
body .vue-container .a-service-texte + aside > .container .ressource-liste .item > a .titre {
  font-size: 12px;
}
body .vue-container .a-service-texte + aside > .container .ressource-liste .item > a .resume {
  display: none;
}
body .vue-container .a-service-texte + aside > .container .ressource-liste .item > a .image {
  display: none;
  max-width: 20%;
  max-height: 95px;
  overflow: hidden;
}
body .vue-container .a-service-texte + aside > .container .ressource-liste .item > a .image img {
  padding-right: 13px;
}
body .vue-container .a-service-texte + aside > .container .ressource-liste .item > a .image + div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .vue-container .a-service-texte + aside > .container .ressource-liste .item:hover {
  background-color: #fbfbfb;
}
body .vue-container .a-service-texte + aside > .container .ressource-liste .item:hover .titre {
  font-weight: 500;
  color: #004B96;
}
body .vue-container .a-service-texte + aside > .container .paginate-links.items {
  border-top: 1px solid #ddd;
  padding-top: 13px;
}
body .vue-container .a-service-texte + aside > .container .paginate-links.items .prev,
body .vue-container .a-service-texte + aside > .container .paginate-links.items .next,
body .vue-container .a-service-texte + aside > .container .paginate-links.items .prev a,
body .vue-container .a-service-texte + aside > .container .paginate-links.items .next a {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
body .vue-container .a-service-texte + aside > .container .paginate-links.items .prev.disabled,
body .vue-container .a-service-texte + aside > .container .paginate-links.items .next.disabled,
body .vue-container .a-service-texte + aside > .container .paginate-links.items .prev a.disabled,
body .vue-container .a-service-texte + aside > .container .paginate-links.items .next a.disabled {
  opacity: 0.5;
}
body .vue-container .a-service-texte + aside > .container .paginate-links.items .prev {
  float: left;
}
body .vue-container .a-service-texte + aside > .container .paginate-links.items .prev::before {
  content: "\f104";
  font-family: fontello;
  margin-right: 7px;
}
body .vue-container .a-service-texte + aside > .container .paginate-links.items .next {
  float: right;
}
body .vue-container .a-service-texte + aside > .container .paginate-links.items .next::after {
  content: "\f105";
  font-family: fontello;
  margin-left: 7px;
}
body .a-service-texte > .container .img-middle .date-diffusion,
body .a-Evenement .img-middle .date-diffusion {
  text-align: left;
}
body .a-service-texte > .container .img-middle .date-diffusion::before,
body .a-Evenement .img-middle .date-diffusion::before {
  display: none;
}
@media screen and (max-width: 1440px) {
  body .vue-container .a-service-texte,
body .vue-container .a-service-texte + aside .container {
    margin-left: 13px;
    margin-right: 13px;
  }
}
body .contact-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .contact-comment .a-cnsPanelContactList {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 26px;
  border-top: 3px solid #eee;
  margin: 13px 0;
  padding-top: 13px;
}
body .contact-comment .a-CnsPanelComment {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  border-top: 3px solid #eee;
  margin: 13px 0;
  padding-top: 13px;
}
body .contact-comment .a-CnsPanelComment h3 {
  margin-top: 0;
  color: #004B96;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
body .contact-comment .btn-text {
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  color: #004B96;
}
body .contact-comment .icon-mail::before {
  vertical-align: bottom;
}
body .contact-comment .contacts-list {
  margin-top: 5px;
}
body .contact-comment .contacts-list > div {
  margin-bottom: 3px;
}
body .phone {
  padding-left: 20px;
}
body #PrecoPanel .titre {
  font-size: 16px;
}
body #presentPanel a {
  color: #000;
}
body .a-serv-ress .titlebar button {
  color: #000;
  padding: 0 20px 0 0;
}
body #visuPanel {
  -webkit-box-flex: 1 0 75%;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  margin-right: 0.5em;
}
body .ePanel1 > .ensemble.float-right .a-pave-hp.pos-right {
  margin-right: 15px;
}
body #topPanel,
body #mid-panel,
body .vue-container {
  margin: auto;
  padding: 0 15px;
}
body #topPanel:not(.pageatrium),
body #mid-panel:not(.pageatrium),
body .vue-container:not(.pageatrium) {
  max-width: 1440px;
  background-color: #fff;
}
body #topPanel {
  margin-top: 30px;
}
body [class*=page-gestionressource] #mid-panel {
  display: none;
}
body.a-serv-hp #mid-panel-wrapper {
  padding-right: 0;
}
body ul.ariane {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body .titre-service {
  -webkit-box-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding-top: 7px;
  margin-top: 30px;
  margin-left: 0;
  color: #004B96;
  font-size: 22px;
  font-weight: bold;
}
body .visu-panel-body.a-serv-ress {
  border-top: 1px solid #004B96;
  padding-top: 0.5em;
}
body .a-link-adm a {
  text-decoration: none;
  font-weight: bold;
  color: #004B96;
}
body .a-link-cns,
body .a-link-adm {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .x-toolbar li {
  display: inline-block;
  vertical-align: middle;
}
body .x-btn-text .title {
  color: #004B96;
}
body #appliPanel div.x-panel-header,
body #visuPanel div.x-panel-header,
body #panelEnglobant div.x-panel-header,
body .a-pave-hp div.x-panel-header {
  color: #FFF;
  background: #004B96;
  /* modif Croisix - #054E98*/
  border-style: none;
  font-size: 14px;
  /* modif Croisix*/
  font-style: normal;
  font-weight: 200;
  /* modif Croisix*/
  text-transform: none;
  padding: 10px 5px 10px 10px;
  /* modif Croisix*/
  line-height: 1.1em;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body .r-toolbar-contact .contact-btn button {
  text-transform: uppercase;
}
body .a-CnsPanelComment .x-panel-btn-td {
  border: 1px solid;
}
body .a-CnsPanelComment .x-panel-header,
body .CommentHeader {
  text-align: left;
}
body .Comment {
  padding: 0.5em;
  border: 1px solid #d8d8d8;
  margin-bottom: 1em;
}
body .Comment .icon-remove {
  float: right;
  margin-top: 0.5em;
}
body .a-serv-ress .a-NavigationPanel .icon-prev::before,
body .a-serv-ress .a-NavigationPanel .icon-next::after {
  color: #004B96;
  font-size: 20px;
  vertical-align: sub;
}
body .titlebar button::before {
  color: #004B96;
  font-weight: bold;
}
body .titlebar div.title {
  font-size: 14px;
  font-variant: normal;
  font-weight: bold;
}
body .puce.actif {
  background-color: #004B96;
}
body #visuPanel div.a-banque-arbo .x-panel-header,
body #visuPanel div.a-banque-lastdocs .x-panel-header {
  background-color: #004B96;
}
body .x-tree-node-anchor::before,
body .a-banque-fil-ariane span,
body .title.a-Organisation-link div {
  color: #004B96;
  font-weight: bold;
}
body .x-tree-node a span,
body .x-dd-drag-ghost a span {
  color: #555;
  font-weight: bold;
}
body .a-gen-arbo .a-btn-atrium .x-btn-text {
  color: #fff;
  background: #004B96;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
body #visuPanel .a-BanqueDocumentHTML .x-panel-header {
  color: #FFF;
}
body .a-folder-doc-nombre {
  background-color: #004B96;
  color: #FFF;
}
body .a-banque-tree *,
body .a-banque-arbo tr td:nth-child(1) {
  background-color: #e8e8e8;
}
body .x-tree-node .x-tree-selected,
body .x-tree-node .x-tree-node-over {
  background-color: inherit;
  border: initial;
}
body .x-tree-node-expanded a span,
body li.x-tree-node span:hover,
body li.x-tree-node .x-tree-selected span {
  color: #004B96;
}
body .properties-list > li > span:first-child {
  color: #004B96;
  font-weight: bold;
}
body .petiteannonce .quarter.a-pan-col4 {
  background-color: #004B96;
}
body .title.a-Organisation-link div {
  float: right;
  border: 1px solid;
  margin: 0 5px;
}
body .a-Organisation-member {
  background-color: rgba(180, 180, 180, 0.09);
  border-left: 3px solid #004B96;
}
body .a-OrganisationActLinkMembers, body .a-OrganisationSiteLinkMembers, body .a-OrganisationSiteLocalisation {
  padding: 7px;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  margin-bottom: 1em;
  margin: 10px 10px 0 0;
  display: inline-block;
}
body .a-suivi-bon-form .x-panel-header,
body .a-dernier-bon .x-panel-header {
  background-color: #004B96;
}
body .a-suivi-bon-form .x-panel-header-text,
body .a-dernier-bon .x-panel-header-text {
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
body .a-suivi-bon .a-btn-atrium::before {
  content: "\e800";
  font-family: "fontello";
  color: #004B96;
  margin-right: 0.3em;
  font-size: 1.2em;
}
body .a-suivi-bon-form {
  margin-top: 1em;
  position: relative;
}
body .a-suivi-bon-form > .x-panel-bwrap {
  background: #f6f6f6;
  padding-top: 0.5em;
}
body .a-suivi-bon-form #exploitCombo {
  float: right;
}
body .a-suivi-bon-form #exploitCombo .col-m-50 {
  width: auto;
  margin-left: 1em;
  padding-bottom: 0;
}
body .a-suivi-bon-form #exploitCombo .x-form-label-left label {
  display: block;
}
body .a-suivi-bon-form .x-form-item {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 1.5em 1em 1em;
}
body footer {
  margin: 15px 0;
}
body .footer-sections {
  text-align: center;
}
body .footer-sections > div {
  display: inline-block;
  position: relative;
  margin: 0 2px;
}
body .footer-sections > div a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: block;
}
body .footer-item:before {
  font-family: "uac-header";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #333;
}
body .a-suivi-bon-form .x-panel-footer {
  background-color: #f6f6f6;
}
body .apport,
body .appro,
body .engagement,
body .commande {
  position: relative;
  width: 100%;
  min-height: 195px;
  margin: 1em auto;
  padding: 1em 1em 35px;
  background-color: #f7f7f7;
}
body .a-suivi-bon .prev,
body .a-suivi-bon .next {
  font-size: 1.5em;
  color: #004B96;
}
body .a-suivi-bon .detail-link {
  background-color: #004B96;
  color: #fff;
  padding: 0.5em 1em;
  display: block;
  position: absolute;
  right: 0.9em;
  bottom: 1em;
  text-decoration: none;
}
body .a-suivi-bon a {
  color: #004B96;
  text-decoration: none;
}
body .a-detail-bon .date {
  margin-top: 2.5em;
}
body .a-suivicompte .x-panel-tbar {
  padding-bottom: 2em;
}
body .a-cns-panel-exploitation-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-width: 35%;
  margin: 0.2em 0;
  padding: 0.5em 0;
  text-align: center;
  background-color: #f6f6f6;
  color: #686868;
}
body .a-offrespot .r-grid th {
  background-color: #a0aeb7;
  color: #fff;
}
body .a-offres-wrapper th {
  padding: 2em 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  background-color: #69778c;
  font-weight: bold;
}
body .a-offres-wrapper td > span > a {
  background-color: #51c47d;
  color: #fff;
  padding: 0.3em 20%;
  border-radius: 5px;
  border-bottom: 2px solid rgba(146, 146, 146, 0.5);
}
body .a-offres-wrapper td > span > a:hover {
  background-color: #45a569;
}
body .a-offres-wrapper td[data-title^=Prix] {
  font-size: 1.4em;
  color: #e63946;
}
body .offre-toolbar > div {
  color: #fff;
  background: #004B96;
  width: initial;
}
body .links {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 0.5em;
}
body .a-cns-panel-exploitation {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
body .a-exploit-list-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
body .a-exploit-list-user .x-panel-body {
  height: 100%;
  text-align: center;
}
body .a-exploit-list-user .x-panel-body label {
  display: block;
  width: 100%;
}
body .a-exploit-list-user .x-panel-body .rcombo {
  margin: 0 auto;
}
body .a-virement-panelexploit > .x-panel-bwrap > .x-panel-body > .a-cns-panel-exploitation {
  -webkit-box-flex: 1 0 75%;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
}
body .a-virement-grid tr.cells {
  -webkit-box-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin: 5px;
  background-color: #f6f6f6;
  border: 1px solid #d8d8d8;
}
body .a-FluxRss-panel .rss-flux .rss-item {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 45px;
}
body .a-FluxRss-panel .rss-flux-title::before {
  margin-right: 1em;
}
body .rss-flux-title {
  font-size: 1.2em;
  color: #004B96;
  margin-top: 1em;
}
body .rss-item-title a {
  font-size: 1.1em;
}
body .x-progress-bar {
  background-color: #fabc38;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  height: 29px;
}
body .detail-list-item a {
  color: #004B96;
}
body .a-serv-cns .inscriptions-tab h1 {
  font-size: 1.2em;
  margin: 0;
}
body .acmContainer .data {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
body .a-acm-grid-production {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
body .a-acm-icon {
  height: 16px;
}
body .a-MonProfil li {
  width: 100%;
  padding: 5px inherit;
}
body .a-MonProfil li .rbutton {
  display: inline-block;
}
body .horairesite-config {
  border: 1px solid #eee;
}
body .a-PetitesAnnonces .a-create-bt button,
body .x-form-file-btn button,
body .dateTimeZone button,
body .a-QuizBtnValid button {
  color: #fff;
  background: #004B96;
  padding: 5px 13px;
}
body .a-PetitesAnnonces .a-create-bt button:hover,
body .x-form-file-btn button:hover,
body .dateTimeZone button:hover,
body .a-QuizBtnValid button:hover {
  background-color: #003972;
}
body .offre-toolbar div {
  color: #fff;
  background: #004B96;
  padding: 5px 13px;
  margin: 0.25em 0.5em;
}
body .offre-toolbar div a {
  color: #fff;
  text-decoration: none;
}
body .offre-toolbar div:hover {
  background-color: #003972;
}
body .x-window-footer .x-btn-text,
body .x-panel-footer .x-btn-text,
body .x-panel-btns-right .x-btn-text,
body .answer-btnIcon span {
  background-color: #004B96;
  color: #fff;
  padding: 1em;
}
body .x-window-footer .x-btn-text:hover,
body .x-panel-footer .x-btn-text:hover,
body .x-panel-btns-right .x-btn-text:hover,
body .answer-btnIcon span:hover {
  background-color: #003972;
}
body .calendar.dateTimeZone button {
  background-color: inherit;
  color: inherit;
  border: 1px solid #004B96;
}
body .calendar.dateTimeZone button:hover {
  background-color: #003972;
}
body .a-adminpageaccueil-portlet .x-panel-header-text,
body .a-adminpageaccueil-portlet .x-tool {
  font-size: 13px;
}
body .admincss > div {
  max-width: 100%;
}
body #presentPanel {
  -webkit-box-flex: 1 0 20%;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}
body #presentPanel .f-grid tbody {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body #presentPanel .f-grid td,
body #presentPanel .f-grid th {
  height: auto;
}
body #presentPanel > .x-panel-bwrap > .x-panel-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body #presentPanel .cells:nth-child(odd) {
  margin-right: 1%;
}
body #presentPanel table tr {
  border-bottom: none;
}
body #compovisuPanel,
body #transversePanel {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 1em;
}
body .nextPage-btn span,
body .prevPage-btn span {
  font-size: 0.85em;
}
body .titre-lignes-simples .x-panel-header-text::before, body .titre-lignes-simples .x-panel-header-text::after {
  border-bottom: 1px solid #004B96;
}
body .style-calendrier .a-pave-hp-evenement .a-panel-header-hp::before, body .style-calendrier .a-pave-hp-evenement .a-panel-header-hp::after {
  background: #fabc38;
  border: 7px solid #FFF;
}
body .style-calendrier .a-pave-hp-evenement .pave-contenu-date {
  background-color: #004B96;
  color: #FFF;
}
body .format-bouton .a-pave-wrapper > a:nth-child(1), body .format-bouton .a-pave-wrapper > li:nth-child(1) {
  background-color: #00C533;
}
body .format-bouton .a-pave-wrapper > a:nth-child(2), body .format-bouton .a-pave-wrapper > li:nth-child(2) {
  background-color: #0071bc;
}
body .format-bouton .a-pave-wrapper > a:nth-child(3), body .format-bouton .a-pave-wrapper > li:nth-child(3) {
  background-color: #db5d5d;
}
body .format-bouton .a-pave-wrapper > a:nth-child(4), body .format-bouton .a-pave-wrapper > li:nth-child(4) {
  background-color: #d4c7b4;
}
body .format-bouton .a-pave-wrapper > a:nth-child(5), body .format-bouton .a-pave-wrapper > li:nth-child(5) {
  background-color: #00a99d;
}
body .format-bouton .a-pave-wrapper > a:nth-child(6), body .format-bouton .a-pave-wrapper > li:nth-child(6) {
  background-color: #6597c8;
}
body .format-bouton .a-pave-wrapper > a:nth-child(7), body .format-bouton .a-pave-wrapper > li:nth-child(7) {
  background-color: #f6a31e;
}
body .format-bouton .a-pave-wrapper > a:nth-child(8), body .format-bouton .a-pave-wrapper > li:nth-child(8) {
  background-color: #9faeb7;
}
body .format-bouton .a-pave-wrapper > a:nth-child(9), body .format-bouton .a-pave-wrapper > li:nth-child(9) {
  background-color: #695A04;
}
body .style-colonne .a-pave-hp-multiImage:not(.carousel) .paginate-show > li {
  -webkit-box-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 0;
}
body .a-pave-hp-rss li {
  border-bottom: 1px solid #DEDEDE;
}
body .a-pave-hp-HoraireSite .a-panel-header-hp {
  background-color: #c33b15;
  padding-left: 30px;
  padding-bottom: 3px;
  line-height: 30px;
}
body .a-pave-hp.pos-right, body .a-pave-hp.pos-none {
  margin-right: 30px;
  padding-right: 0;
}
body .a-pave-hp.pos-left {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 10px;
  margin-left: 10px;
}
body .titlebar .title {
  color: #004B96;
  font-size: 18px;
  line-height: 1.3em;
  font-variant: normal;
  font-weight: bold;
}
body div.diffusion {
  font-size: 12px;
  color: #999999;
  margin: 3px 0 0 0;
  margin-bottom: 15px;
}
body .abstract,
body article .resume {
  font-weight: normal;
  color: #000000;
  font-size: 1.2em;
  line-height: 1.45em;
  font-style: italic;
  color: #333;
  margin-bottom: 20px;
}
body div.abstract .hide-inside {
  display: none;
}
body .freehtml .Titre1 {
  font-size: 30px;
  color: #004B96;
  margin: 3px 0 0 0;
  margin-bottom: 15px;
}
body .freehtml .Titre2 {
  font-size: 20px;
  color: #004B96;
  margin: 3px 0 0 0;
  margin-bottom: 15px;
}
body .freehtml .Titre3 {
  font-size: 12px;
  color: #004B96;
  margin: 3px 0 0 0;
  margin-bottom: 15px;
}
body .freehtml .Normal {
  font-size: 12px;
  color: #004B96;
  margin: 3px 0 0 0;
  margin-bottom: 15px;
}
body .freehtml .Italique {
  font-size: 10px;
  font-style: italic;
  color: #004B96;
  margin: 3px 0 0 0;
  margin-bottom: 15px;
}
body .freehtml em {
  font-style: italic;
}
@media screen and (max-width: 1440px) {
  body .header-content, body #menuPanel {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*# sourceMappingURL=menu.css.map */
