.bandeau-wrap {
  background-color: #fa8130;
  text-align: center;

  text-align: center;
  /*height: 50px; */
}
.bandeau-wrap.eng{
  background-color: #ecf8f8;

}
 .bandeau-wrap.eng .banner-title,
 .bandeau-wrap.eng a,
 .bandeau-wrap.eng p{
    color: var(--dark);
 }
.bandeau-wrap .flag{
  display: none;
}

.bandeau-wrap p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    /* text-align: left; */
    color: #ffffff;
}
.bandeau-wrap p a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-left: 1rem;
}

.bandeau-wrap div.banner-title {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-left: 0;
  display: inline-block;
  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;
  }
 .bandeau-wrap div.banner-title{
   float: none;
   display: block;
 }
  .bandeau-wrap p {

    line-height: 1.3;
    padding-top: 0.6rem;
    display: block;
    
  }
   .bandeau-wrap p a{
     display: block;
     margin-top: 0.5rem;
   }

   .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;
}