.bloc-informations {
  margin-top: 30px;
  padding: 29px 29px 25px;
  text-align: center;
  border: 1px solid #cccdcd; }
  p + .bloc-informations, ul + .bloc-informations {
    margin-top: 25px; }
  .bloc-informations .title {
    display: block;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-family: Joey,"FS Joey","Trebuchet MS",Arial,Helvetica;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #57585b; }
    .bloc-informations .title strong {
      color: black; }
  .bloc-informations .btn {
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Joey,"FS Joey","Trebuchet MS",Arial,Helvetica;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 50px;
    line-height: 3.125rem;
    border: 0;
    vertical-align: middle;
    -webkit-transition: background 0.15s;
    -moz-transition: background 0.15s;
    -ms-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s; }
    @media all and (max-width: 1010px) {
      .bloc-informations .btn {
        display: block; } }
    .bloc-informations .btn.white {
      margin-right: 16px;
      color: #57585b;
      background: white;
      border: 1px solid #cccdcd; }
      @media all and (max-width: 1010px) {
        .bloc-informations .btn.white {
          margin: 0 0 20px; } }
      @media all and (min-width: 1025px) {
        .bloc-informations .btn.white:hover {
          color: white;
          background: #5d6165; } }
    .bloc-informations .btn.red {
      color: white;
      background: #d01c34; }
      @media all and (min-width: 1025px) {
        .bloc-informations .btn.red:hover {
          color: white;
          background: #5d6165; } }
