body {
  background-color: white !important;
}
.ass-mob{
  display: flex;
  align-items: center;
}
.box-img {
  bottom: 0px;
  right: 0px;
}

.card-border{
  cursor: pointer;
  transition: .1s;
}
.card-border:hover{
  border: 1px solid #cccccc !important;
}
a:hover{
  color:unset;
}

.bnd-fa {
  height: 50px;
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
}

.bnd-fa .fa-bn {
  display: flex;
  align-items: center;
  height: 50px;
}

.bnd-fa .fa-bn .item-fa {
  margin-right: 10px;
  color: #666666;
}

.item-fa img {
  width: 6px;
  margin-left: 8px;
}

.item-fa.active {
  color: #fff !important;
}

.custom-btn:hover {
  border-color: #ff7900 !important;
  color: #ff7900 !important;
}

.custom-btn:focus {
  border-color: #ff7900 !important;
  color: #ff7900 !important;
}

.desc-text {
  padding: 50px;
  background-color: #eeeeee;
}

.btn-custom-primary{
  color: black;
  background: #f16e00;
}
.btn-custom-primary:hover{
  color: white;
  background: black;
}
.btn-custom-secondary{
  color: black;
  background: #fffeff;
}
.btn-custom-secondary:hover{
  color: white;
  background: black;
}

#se-connecter-mobile {
  display: none;
}


.fibre-row {
  /* padding: 19px 0px 7px 40px; */
  padding-left: 40px;
}

@media screen and (max-width: 767px){
  .btn-custom-primary{
    color: black;
    background: #f16e00;
  }
  .btn-custom-primary:hover{
    color: white;
    background: black;
  }
  .btn-custom-secondary{
    color: black;
    background: #fffeff;
  }
  .btn-custom-secondary:hover{
    color: white;
    background: black;
  }
  .card-border:hover{
    border: 1px solid #cccccc !important;
  }
  a:hover{
    color:unset;
  }
}

@media screen and (max-width: 480px) {
  #se-connecter-mobile {
    display: block;
  }
  #se-connecter-desktop {
    display: none;
  }

  .imageFibre{
    width: 100%;
  }
  .desc-text {
    padding: 50px;
    background-color: #eeeeee;
    margin-right: 4px;
    margin-left: 4px;
  }

}
