h6 {
  margin-bottom: 0px !important;
}

p {
  font-size:0.9rem;
  margin-bottom: 8px !important;
}

.btn {
  margin-bottom: 5px;
}

.fa-star {
  color: #007bff;
}

.fa-star-half {
  color: #007bff;
}

#summary {
  font-size:1rem;
}

.skills {
  background-color: #007bff;
  border-radius: 3px;
  color: #FFF;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
}

.inv-skills {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  border: 1px solid #007bff;
  color: #007bff;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: 200;
  font-size: 13px;
}

table.table {
  margin-bottom: 0px !important;
}

.first_row {
  background-color: rgba(0,0,0,.05);
}

i {
  font-size: 15px;
  height: 15px;
}

#experience {
  page-break-after: always;
}

@media print {
  #espace-print {
    height: 40px;
    width: 100%;
    display: block;
  }

  .no-print {
    display: none;
  }
  .badge .badge-primary {
    background-color: #007bff !important;
  }
}
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
}

/* print cv 
#pdf-print {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -100px;
  right: -100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/

@media print {
  model.class {
     display: none; /* Hidden by default */
     position: fixed; /* Stay in place */
     z-index: 1; /* Sit on top */
     left: 0;
     top: 0;
     width: 100%; /* Full width */
     height: 100%; /* Full height */
     overflow: auto; /* Enable scroll if needed */
     background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  } 
  @page {
    margin: 0;
  }

} 


