img{
  max-width: 100%;
  height: auto;
}

@media(max-width: 767px){
  .mobile-margin-top{
    margin-top: 20px;
  }
}

.page-affilies .conteneur-connexion-affilies{
  padding-top: 140px;
}

.page-affilies .titre-section-aff{
  font-weight: 700;
  font-size: 16px;
}

.page-affilies .text-uppercase{
  text-transform: uppercase;
}

.page-affilies .header-affilies{
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #a9acad;
}

.page-affilies .contenu-page{
  padding-top: 50px;
}

.page-affilies .infos-tdb{
  font-size: 16px;
}

.page-affilies .row-tdb{
  margin-bottom: 170px;
}

@media(max-width: 767px){
  .page-affilies .row-tdb{
    margin-bottom: 80px;
  }
}

.page-affilies .table-marchands-affilies thead tr th{
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 1.2;
}

.page-affilies a{
  color: inherit;
}

.page-affilies a:not(.btn):hover{
  color: #00bdf2;
}

.page-affilies .nowrap{
  white-space: nowrap;
}

.page-affilies .btn {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-affilies .btn-success{
  background-color: #a9cf38;
  border-color: transparent;
}

.top-modal-addMerchant{
  margin-bottom: 45px;
}

.page-affilies .coords-nouveau-marchand{
  margin-bottom: 40px;
}

@media(max-width: 350px){
  .page-affilies .bouton-nouveau-marchand .fa{
    display: none;
  }
}

.page-affilies .top-fiche-marchand{
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
}

@media(max-width: 480px){
  .page-affilies .top-fiche-marchand{
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }
  
  .page-affilies .top-fiche-marchand .titre-section-aff{
    margin-bottom: 10px;
  }
}

.page-affilies .infos-marchand{
  padding-top: 40px;
}

.page-affilies .infos-marchand .nom-entreprise{
  margin-bottom: 35px;
}

.page-affilies .infos-marchand .adresse-marchand{
  padding-bottom: 15px;
  padding-left: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
}

.page-affilies .infos-marchand .adresse-marchand li{
  margin-bottom: 5px;
}

.page-affilies .infos-marchand-gauche .lien-infos-marchand{
  color: #95989A;
}

.page-affilies .infos-marchand-gauche .lien-infos-marchand .fa{
  color: #333;
}

.page-affilies .row-paye td{
  background-color: #ecf8d7;
}

.table-commissions-marchand thead tr th{
  vertical-align: top;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 25px;
  padding-right: 25px;
}

.table-commissions-marchand tbody tr td{
  padding-left: 25px;
  font-size: 13px;
}

.table-commissions-marchand thead tr th.no-padding,
.table-commissions-marchand tbody tr td.no-padding{
  padding-left: 0;
  padding-right: 0;
}

.table-commissions-marchand .col-montant,
.table-marchands-affilies .col-montant {
    width: 245px;
}

.page-affilies .table-commissions-marchand .fa-check-circle{
  color: #8ec930;
}

.page-affilies .liens-marchand{
  list-style-type: none;
  padding-left: 0;
}

.page-affilies .liens-marchand li{
  margin-bottom: 5px;
}

.page-affilies .infos-marchand{
  margin-bottom: 50px;
}

@media(max-width: 991px){
  .page-affilies .infos-marchand-gauche{
    margin-bottom: 30px;
  }
}

.top-affilies{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  margin-bottom: 65px;
  border-bottom: 1px solid #95989A;
}

@media(max-width: 767px){
  .top-affilies{
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  
  .top-affilies .titre-section-aff{
    margin-bottom: 15px;
  }
}

.form-affilies label{
  font-size: 12px;
  font-weight: 400;
  color: #95989A;
}

.form-affilies label.form-affilies__label_color_black{
  color: #000;
}

.form-affilies label.form-affilies__label_size_large{
  font-size: 16px;
}

.form-affilies__paypal{
  padding-bottom: 15px;
  border-bottom: 1px solid #95989A;
}

.form-affilies__label-taxes{
  margin-bottom: 15px;
}

@media (min-width: 768px){
  .modal-dialog {
    width: 700px;
  }
}

.modal-body{
  padding: 55px;
}

.titre-table-commissions-marchand{
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 10px;
}