#_CUSTOM_INFO_ {
  display: block;
  position: absolute;
  padding: 0;
  top: 0px;
  overflow: hidden;

  font-family:  Roboto, sans-serif; /*New Design 6.00.00 */
  font-size: 14px;
  /*font-weight: bold;*/

  z-index: 999999999;
}

@media screen and (max-width: 980px){
  #_CUSTOM_INFO_ {
    width: 50%;
    min-width: 300px;
    right: 0px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1580px){
  #_CUSTOM_INFO_ {
    left: 75%;
    width: 25%;
    max-width: 490px
  }
}

@media screen and (min-width: 1581px) {
  #_CUSTOM_INFO_ {
    left: auto;
    right: 0px;
    min-width: none;
    max-width: none;
    width: calc((100vW - 980px)/2);
  }
}

#_CUSTOM_INFO_ .info {
  padding: 10px;
  /* margin-left: 5px; New Design 6.00.00
  border: 1px solid #888 ; New Design 6.00.00 */
  background-color: #eee;
  color: #ffffff; /* new design 6.00.00 rgba(0,0,0,0.75); */
  background-repeat: no-repeat;
  background-position: 10px;/* New Design 6.00.00 - 10px 10px, 0 0; */
  min-height: 46px;
  padding-left: 50px; /*66px;  New Design 6.00.00 - */
  height: auto;
  opacity: 1;
	 
  border-radius: 4px; /* New Design 6.00.00*/
  transition:
    opacity       0.5s ease-out,
    height        0.5s ease-in ,
    padding       0.5s ease-in ,
    border-top    0.5s ease-in ,
    border-bottom 0.5s ease-in ,
    min-height    0.5s ease-in ;
}

#_CUSTOM_INFO_ .info.hidde {

  min-height: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0 10px;
  height: 0;
  opacity: 0;

}

#_CUSTOM_INFO_ .info .btn.btn-forget{
  width: 15em;
  max-width: 100%;
  font-size: 10px;
  margin-top: 0.5em;
  margin-right: 0;
}

#_CUSTOM_INFO_ .info:last-child {
  /* border-radius: 0 0 0 10px;  New Design 6.00.00*/
}

#_CUSTOM_INFO_ .info.type-info {
	/* New Design 6.00.00*/
	background-color: #55BDBE;
	background-image:  url(./../images/NewDesign/Picto/Blanc/Information.png);
  /*border-color: #29e ;
  background-color: #ade;
  background-image:  url(./type-info_46.png), linear-gradient(135deg, #fff 0%, #ade 100%);*/
}

#_CUSTOM_INFO_ .info.type-aide {
	/* New Design 6.00.00*/
	background-color: #ECBF00;
	background-image:  url(./../images/NewDesign/Picto/Blanc/Ampoule.png);
  /*border-color: #ed2 ;
  background-color: #eda;
  background-image:  url(./type-aide_46.png), linear-gradient(135deg, #fff 0%, #eda 100%);*/
}

#_CUSTOM_INFO_ .info.type-valide {
	/* New Design 6.00.00*/
	background-color: #88c8ad;
	background-image:  url(./../images/NewDesign/Picto/Blanc/Valider.png);
  /*border-color: #ab1 ;
  background-color: #ad9;
  background-image:  url(./type-valide_46.png), linear-gradient(135deg, #fff 0%, #ad9 100%);*/
}

#_CUSTOM_INFO_ .info.type-alerte {
	/* New Design 6.00.00*/
	background-color: #EA5977;
    background-image:  url(./../images/NewDesign/Picto/Blanc/Attention.png);
  /*border-color: #e22 ;
  background-color: #daa;
  background-image:  url(./type-alerte_46.png), linear-gradient(135deg, #fff 0%, #daa 100%);*/
}

.type-info + .type-info,
.type-aide + .type-aide,
.type-valide + .type-valide,
.type-alerte + .type-alerte {
  border-top: none !important;
}
