.information-banner-wrap{
  position: relative;
    margin: auto;
    width: 100%;
    top: 0;
    z-index: 1001;
}
.information-banner-wrap.sticky{
  position: fixed;
}
.information-banner{
	margin: 0 0 2px;
}
@media only screen and (max-width:768px) {
	.top80{
	    position: fixed;
	    top: 80px;
	}
}
.information-banner__content {
  padding: 5px 0px 5px 2%;
  width: 100%;
}

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

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

.information-banner__text {
    margin-left: 5px;
    margin-top: 3px;
}
@media screen and (min-width: 571px) {
    .information-banner__text {
    	margin-left: 15px;
	}
}

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

.textAlign {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.information-banner__icon {
  padding-top: 17px;
  padding-bottom: 17px;
  width: 15px;
  margin-left:10px;
}

.information-banner__close {
  cursor: pointer;
  padding-top: 15px;
}

.information-banner_right {
  float: right;
}

.fermetureBandeau {
  display: none;
}

.information-banner.hide {
  display: none !important;
}

.information-banner__icon, .information-banner_icon-right {
  display: inline-block;
  line-height: 65px;
  padding-top: 0;
  padding-bottom: 0;
  width: 24px;
}

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

  .information-banner__close, .information-banner__icon {
    padding-top: 10px;
  }

  .information-banner__text {
    margin-top: 5px;
  }
}

.information-banner__close button {
background: none;
border: 0 none;
width: 40px;
height: 40px;
}

/*****************Background Color*****************/

.greyBackground {
  background-color: #F3F3F3;
  color: #00155a;
}
.information-banner .greyBackground path {
fill: #00155a;
}

.darkGreyBackground {
  background-color: #474747;
  color: #FFFFFF;
}
.information-banner .darkGreyBackground path {
fill: #FFFFFF;
}

.orangeBackground {
  background-color: #ffa02f;
  color: #00155a;
}
.information-banner .orangeBackground path {
fill: #00155a;
}

.darkOrangeBackground {
  background-color: #fe5815;
  color: #FFFFFF;
}
.information-banner .darkOrangeBackground path {
fill: #FFFFFF;
}

.blueBackground {
  background-color: #005bbb;
  color: #FFFFFF;
}
.information-banner .blueBackground path {
fill: #FFFFFF;
}

.darkBlueBackground {
  background-color: #001a70;
  color: #FFFFFF;
}
.information-banner .darkBlueBackground path {
fill: #FFFFFF;
}

.greenBackground {
  background-color: #c4d600;
  color: #00155a;
}
.information-banner .greenBackground path {
fill: #00155a;
}

.darkGreenBackground {
  background-color: #509e2f;
  color: #FFFFFF;
}
.information-banner .darkGreenBackground path {
fill: #FFFFFF;
}

.whiteBackground {
  background-color: #FFFFFF;
  color: #00155a;
}
.information-banner .whiteBackground path {
fill: #00155a;
}

/*************END Background Color*****************/