/*FIX TEMPORAIRE AVANT LIVRAISON 17/01/18*/
#compovisuPanel,
#transversePanel {
  flex: 1 0 auto;
}

.transverse-panel .paginate-container > a > .titre {
  flex: 1 0 100%;
}

/*EN ATTENTE DU FIX (ajout de la classe service-ressource sur le service evenement)*/
body #topPanel.a-serv-title-Evenement,
.espace-adherent #topPanel.a-serv-title-Evenement {
  max-width: 1440px;
  margin: 1rem auto;
}

body #topPanel.a-serv-title-Evenement > .ariane,
body #topPanel.a-serv-title-Evenement > .titre-service,
body #topPanel.a-serv-title-Evenement > .a-link-adm,
.espace-adherent #topPanel.a-serv-title-Evenement > .ariane,
.espace-adherent #topPanel.a-serv-title-Evenement > .titre-service,
.espace-adherent #topPanel.a-serv-title-Evenement > .a-link-adm {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  max-width: calc( (1440px * 65) / 100);
  padding-right: 0;
}

@media screen and (max-width: 1440px) {
  body #topPanel.a-serv-title-Evenement > .ariane,
  body #topPanel.a-serv-title-Evenement > .titre-service,
  body #topPanel.a-serv-title-Evenement > .a-link-adm,
  .espace-adherent #topPanel.a-serv-title-Evenement > .ariane,
  .espace-adherent #topPanel.a-serv-title-Evenement > .titre-service,
  .espace-adherent #topPanel.a-serv-title-Evenement > .a-link-adm {
    max-width: calc( (100vw * 65) / 100);
  }
}

@media screen and (max-width: 900px) {
  body #topPanel.a-serv-title-Evenement > .ariane,
  body #topPanel.a-serv-title-Evenement > .titre-service,
  body #topPanel.a-serv-title-Evenement > .a-link-adm,
  .espace-adherent #topPanel.a-serv-title-Evenement > .ariane,
  .espace-adherent #topPanel.a-serv-title-Evenement > .titre-service,
  .espace-adherent #topPanel.a-serv-title-Evenement > .a-link-adm {
    max-width: 100%;
  }

}


/*mantis 51906*/

.a-suivicompte-histopanel-maxHisto-libelle {
  display: none;
}

@media screen and (min-width: 1024px) {
  #visuPanel .a-suivicompte .a-suivicompte-histopanel-container .x-panel-tbar {
    display: none;
  }
}

/*TEMP*/
.header-site .header-content {
  max-width: 100%;
}

/*52764*/

.a-suivicompte-infopanel{
  display : none;
}

.a-BanqueDocumentUniPersonnel #container-all-back {display: none;}

[data-title="Débit"], [data-title="Crédit"] {
  color: #000;
  font-weight: normal;
}

.a-suivicompte .a-detail-doc-titre,
.a-suivicompte .detail-doc .icon-download.a-detail-doc-link {
  font-weight: normal;
}
.a-suivicompte .a-detail-doc-titre:not(:empty) + .a-detail-doc-intitule {
  font-style: italic;
  padding-left: 1rem;
  font-size: 0.9em;
}
.a-suivicompte-histopanel-gridhisto tbody tr:first-child {
  font-weight: bold;
}

/* TMP */
@media screen and (max-width: 900px) {
  body #mid-panel-wrapper > .vue-container .a-service-texte,
  .espace-adherent #mid-panel-wrapper > .vue-container .a-service-texte {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.freehtml > * {
  word-break: break-word;
}

/* mantis 60445*/

.a-cns-panel-exploitation .a-exploit-tpl-person{
  display: none;
}

.a-cns-panel-exploitation .a-exploit-tpl-person-nom{
  display: none;
}

body .a-pave-hp-rss .pave-contenu-rss .pave-contenu-image {
  height: auto;
}

body .masquer-titre-flux .a-pave-hp-rss .pave-contenu-titre {
  display: none; 
}


/*MANTIS 61167 - en attente de livraison*/
.page-navigation .btn-vue {
  background-color: #aaaaaa;
}

.page-navigation .btn-vue:hover {
  background-color: #777777;
}

/*MANTIS 61667*/
input[type="text"],
input[type="password"] {
  font-size: 16px;
}


/*MANTIS 61794*/
@media screen and (min-width: 601px) and (max-width: 900px) {
  .ariane {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1651px) {
  .ariane {
    padding-left: 100px;
  }
} 
@media screen and (min-width: 901px) and (max-width: 1650px) {
  .ariane {
    padding-left: 200px;
  }
}


/* Mantis 61853 */

.motscles_ressource {
  display: none;
}

/*cacher la derniere ligne Total sur TDB*/

.a-grid3-extra-table {
  display: none;
}



.rub13 .a-grid3-summary-row .a-grid3-td-8 {
  opacity: 0;
}

/*Masquer le service Nouvelle plateforme*/


body .header-site .services li.service368,
ul.services li.plan-service368 {
  display: none;
}
