.Footer__footerBtn {

    position: relative;

}

 

.Footer__footerBtn .Button__footerBtn {

    width: 200px;

    height: 42px;

    font-size: 0;

}

 

.Footer__footerBtn a:after {

    content: 'Ouvrir un appel';

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

}

.CloseTicketPopup__closeBtn{
display: none
  }




