.single-service {
      text-align: center;
      padding: 25px 40px;
      box-shadow: 0 5px 30px -5px #ccc;
      padding-bottom:20px;
      background: rgba(133, 135, 150,0.2);
      margin-bottom: 60px;
      height: 300px;
    }
    .single-service h3 {
        font-weight: 600;
        font-size: 20px;
        padding-top: 10px;
    }
    .single-service p {
        font-weight: 300;
        color: #333;
        font-size: 16px;
        padding: 15px;
    }

    .single-service i.fas {
      color: #502a7d;
      font-size: 40px;
      margin: 20px 0;
    }
    .single-service i.far {
      color: #502a7d;
      font-size: 40px;
      margin: 20px 0;
    }

    section#tarifs.tarif {
        padding: 100px 0px 0px 0px;
    }

    .con{
      padding: 20px;
    }
    .conex {
      text-transform: none;
      border: 1px solid #965e9d;
    }
    .modal-dialog{
      margin:5% 0 0 0;
      position: absolute;
      top:0;
      bottom:0;
      right:0;
      background: #fff;
      width:60%;
      overflow-y: auto;
    }
    .modal-content{
      border:none;
      background: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius:0;
    }
    .fade-scale {
      transform: scale(1,0); /* scale(0); horizontal*/
      opacity: 0;
      -webkit-transition: all .25s linear;
      -o-transition: all .25s linear;
      transition: all .25s linear;
    }

    .fade-scale.show {
      opacity: 1;
      transform: scale(1,1); /* scale(1); horizontal*/
    }
    .btn-purple {
      background-color: purple !important;
      border-radius: 35px;
      color: white !important;
    }
    .purple {
      color: purple !important;
    }
    .bmob{
      display: none;
    }
    .bdesk{
      display: block;
    }

  @media (max-width: 576px){

    .navbar-brand {
      margin-right: 0rem;
    }

    a.navbar-brand.js-scroll-trigger > img{
      width:65px;
    }
    .bmob{
      font-size: 10px;
      margin-right: auto;
      margin-left: auto!important;
    }
    .bmob{
      display: block;
    }
    .bdesk{
      display: none;
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .con{
      padding: 20px;
      font-size: 13px;
    }
   .conex {
      font-size: 13px;
    }
    .modal-dialog {
      margin-top: 0px;
      width: 100%;
  }
  .single-service {
    margin-bottom: 60px;
}

}
.smallmasthead {
  width: 65% !important;
}

.modal-backdrop {
  background-color: transparent;
}