/* Général */

body {
    margin: 0;
    padding: 0;
    height: 0;
    background: #f1f1f1;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333;
}
/* QCD*/
.qcd {
    color: #0d6efd;
    text-decoration: underline;
}
.qcd:hover {
    text-decoration: underline;
    color: #007bff;
    cursor: pointer;
}

.h3box-title {
    font-size: 16px;
    font-weight: bold;
  }

/*taille icone */
.custom-icon {
    font-size: 40px ;
    color: #ff8788 ;
  }

/*image fluid */

.img-fluid {
    height: 100;
    width: "100" ;
}


/* navbar */
.bg-nav {
    background-color: #53668f;
  }

/* footer */
.bg-footer {
    background-color: #53668f;
  }