.information-bannerRWD {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: table;
}

.information-bannerRWD img {
  max-width: inherit;
}

.information-bannerRWD__content {
  padding: 15px 20px 15px 20px;
  max-height: 120px;
  display: table-cell;
  vertical-align: middle;
}

.information-bannerRWD__content a {
  color: #fff;
  text-decoration: underline !important;
  display: inline;
}

.information-bannerRWD__content a:hover {
  display: inline;
  color: rgba(255, 255, 255, 0.800);
  text-decoration: underline;
}

.information-bannerRWD__text{
  padding: 0;
  float: left;
  width: 83%;
  display: table;
  height: 100px;
}

.information-bannerRWD__text p{
  padding: 0;
  padding-top: 5px;
  margin: 0 0 0 20px;
  font-size: 12px;
  line-height: 16px;
}

.information-bannerRWD__icon{
  padding: 0;
  float: left;
  width: 3%;
  height: 100px;
  display: table;
}

.center-verticalRWD {  
  display: table-cell; /* comportement visuel de cellule */
  vertical-align: middle;
}

.information-bannerRWD_right{
  padding: 0;
  width: 5%;
  height: 100px;
  float: right;
  display: table;
}

.img-centerRWD {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {

  .information-bannerRWD__text,.information-bannerRWD__icon,.information-bannerRWD_right{
    height: 60px;
  }

}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1280px) {

}


.information-bannerRWD__close button{
background: none;
border: 0 none;
}


/*.information-bannerRWDNav {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.information-bannerRWDNav__content {
  font-size: 88%;
  padding-left: 10px;
  padding-right: 10px;
}

.information-bannerRWDNav__content a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

.information-bannerRWDNav__content a:hover {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

.information-bannerRWDNav__text {
    padding: 7px;
}

.information-bannerRWDNav__text p{
  font-size: 12px;
  line-height: 16px;
}

.sp-icon_info_white {
  width: 16px;
  height: 16px;
  background-image: url(../../../../etc/designs/EDF_RC/assets/img/icons/information-mirror.png) !important;
  background-position: inherit;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='/etc/designs/EDF_RC/assets/img/icons/information-mirror.png',
  sizingMethod='scale');
}

.sp-close_white {
  width: 21px;
  height: 21px;
  background-image: url(../../../../etc/designs/EDF_RC/assets/img/icons/supprimer.png) !important;
  background-position: inherit;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='/etc/designs/EDF_RC/assets/img/icons/supprimer.png',
  sizingMethod='scale');
}

.information-bannerRWDNav__close {
  cursor: pointer;
  padding-top: 17px;
}

.information-bannerRWDNav__close .sp-close_white {
  cursor: pointer;
}

.information-bannerRWDNav__icon {
  padding-top: 0;
  padding-bottom: 0;
  width: 15px;
  display: inline-block;
  line-height: 65px;
}

.information-bannerRWDNav_right {
    float: right;
}

.ShowIEBanner {
  z-index: 9999;
}*/