.rdr-bandeau-mobile {
  display:none;
}

.changestatus.transition_floating .mm_menus_ul.active .rdr-bandeau-mobile {
  display: block;
  background-color: #f6f6f6;
}

.rdr-bandeau-mobile .mm_menu_content_title{
  color:#000;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: initial;
  z-index: 90;
}

#rdr-bandeau{
  display:none;
}

@media (min-width: 1200px) {
  #rdr-bandeau {
    display: block;
    height: 30px;
    background-color: #EDEDED;
    color: #000;
    overflow: hidden;
    font-size: .875rem;
    font-weight: 500;
    padding-top: 4px;
  }

  #rdr-bandeau .container {
    display: flex;
    justify-content: space-between;
  }

  #rdr-bandeau .container::after {
    content: unset;
  }

  #rdr-bandeau .text-red {
    color: #cd2423;
    font-weight: 700;
  }

  #rdr-bandeau .p_com_catalogue {
    height: .875rem;
  }

  .rdr-bandeau-left {
    font-size: 0.875rem;
    font-weight: 500;
  }

  .rdr-bandeau-right {
    font-size: 0.938rem;
  }

	.rdr-bandeau-right .rdr-bandeau-text {
		display: inline-block;
	}

  .rdr-bandeau-right .btn-inscription-newsletter {
    font-weight: 500;
  }
}

@media (max-width: 1199px) {
  .rdr-bandeau-mobile .mm_menu_content_title {
    font-weight: 500;
    line-height: 1.5rem;
		font-size: 1.25rem !important;
  }

  .rdr-bandeau-mobile:last-child {
    padding-bottom: .8rem;
  }

  .rdr-bandeau-mobile .text-red {
    color: #cd2423
  }
}
