.bandeau-wrap img.logo-discuss {
  height: 30px;
}

.bandeau-wrap {
  background-color: #fa8130;
  display: none;
}
.bandeau-wrap-content {
  padding: 10px 0;
  position: relative;
}

.close-it {
  position: absolute;
  top: 4px;
  right: 14px;
}
.bandeau-wrap p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  letter-spacing: normal;

  color: #ffffff;
  margin-bottom: 0;
}
.bandeau-wrap p a {
  color: #fff;
  font-weight: bold;
}

.bandeau-wrap div.banner-title {
  color: #fff;
  font-weight: bold;

  margin-left: 0;

  float: left;
  text-transform: uppercase;
}

.admin-bar .bandeau-wrap.fixed-top {
  top: 32px !important;
}

@media only screen and (max-width: 600px) {
  .bandeau-wrap {
    height: auto;
    padding: 0;
    text-align: center;
  }

  .bandeau-wrap div.banner-title {
    float: none;
    display: block;
    font-size: 12px;
  }
  .bandeau-wrap p {
    line-height: 1.5;
    padding-top: 0.6rem;
    display: block;
    font-size: 14px !important;
  }
  .bandeau-wrap p a {
    display: block;
    /* margin-top: 0.5rem !important;*/
  }

  .alert-dismissible {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important ;
  }
}

/*banner-wrapper*/

.alert-dismissible .close {
  color: #fff !important ;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
}

.flag div {
  height: 3px;
}
.flag .blue {
  background: #2150bf;
}
.flag .white {
  background: #fff;
}
.flag .red {
  background: #f20d23;
}

.page-id-436 .bandeau-wrap {
  display: none;
}
