.souligne {
  text-decoration: underline;
}

.inline {
  display: inline-block;
}

.enLigne {
  display: flex;
}

.right {
  float: right;
}

.imageBanque input
{
  width : 55px;
  height : 35px;
  border : 0;
  padding : 0;
}

#divChartgraphe {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  text-align: center;
}

div.aelenumradiobutton {
  display: flex;
}

div.aelenumradiobutton > input {
  margin-right: 5px;
}

div.aelenumradiobutton > label {
  margin-right: 5px;
}

div.aelenumradiobutton > input:not (:first-child ) {
  margin-left: 5px;
}

table.tableDefault td>input[readonly], table.tableDefault td > a > input[readonly] {
  border: 0;
  background: none;
}

p.modeleObjetMetierAttribut {
  white-space: normal;
  word-break: break-all;
}

.libelleChampDescripteur {
  word-break: break-word;
}

div#boutonsActionsUtilisateurProfil > a:first-child {
  margin-left: 0;
}

div#boutonsActionsUtilisateurProfil a {
  margin-left: 8px;
}

a input {
  text-decoration: underline;
  cursor: pointer;
}

div.cadreAlerteContent h5 {
  word-break: break-all;
}

div.cadreAlerteContent a {
  color: #2d67a1;
}

.infobulle {
  position:absolute;
  background:white;
  width:180px;
  bottom:75%;
  border-radius: 5px;
  color:grey;
  border: 1px solid grey;
  text-align: justify;
  padding:5px;
}

.rechercheAvancee select {
  height: 23px;
}

::-webkit-input-placeholder {
  color: #AAA;
}

::-moz-placeholder {
  color: #AAA;
}

:-ms-input-placeholder {
  color: #AAA;
}

:-moz-placeholder {
  color: #AAA;
}

.italic {
  font-style: italic;
}

.promotionAppMobile {
  margin: 50px;
}

.promotionAppMobileImg {
  margin-top: 7px;
  display: block;
  max-width: 375px;
  max-height: 125px;
  width: auto;
  height: auto;
}

textarea {
  resize: none;
  word-break: normal;
}

ul.nav-recherche-pagination-liste {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 30px;
  align-items: flex-end;
}

li.nav-recherche-pagination-element {
  background: none;
  font-size: 12px;
  padding-left: 5px;
  align-self: center;
}

div.bandeauAvertissementNavigateurMobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  border: none;
  font-size: 24px;
  line-height: 1.5;
}
