/* Reclame */
#content .selectra {
  position: relative !important;
  display: table;
  padding: 10px;
  border: 1px solid #4D7837;
  border-radius: 10px; }
  #content .selectra .info {
    display: table-cell;
    width: 30px;
    padding-left: 40px;
    vertical-align: middle;
    background: url("../images/mep/icone-question.png") no-repeat;
    background-position: center center;
    cursor: pointer; }
    #content .selectra .info .text-info {
      display: none;
      position: absolute !important;
      top: 10px !important;
      left: 10px;
      width: 90%;
      padding: 10px;
      background: #fff;
      border: 1px solid #73B543;
      border-radius: 10px;
      -webkit-box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.3);
      box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.3);
      font-size: 0.93333em;
      color: #333333;
      z-index: 100; }
  #content .selectra span.text-corner {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 0.71429em;
    color: #4D7837;
    font-weight: 700; }
  #content .selectra span.brownie-phone-number > strong,
  #content .selectra strong {
    font-weight: normal; }
  #content .selectra.gras span.brownie-phone-number > strong,
  #content .selectra.gras strong {
    font-weight: 700;
    color: #4D7837; }