.secondaire, .experience .place, .experience .date, .subheading {
  color: gray;
  font-style: italic;
  font-size: 75%; }

h1, h2, h3, h4 {
  color: #000b1c; }

/**
 * Buttons
 */
.btn {
  border-color: #52bafe;
  border-bottom: 4px solid #016eb6;
  background-color: #52bafe;
  color: #000b1c; }
  .btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active {
    color: #fff;
    border-color: #016eb6;
    background-color: #016eb6; }

html {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding-bottom: 50px; }

/**
 * Header
 */
header {
  background-color: #52bafe;
  color: #000b1c;
  border-color: #52bafe;
  text-align: center;
  padding: 50px;
  margin-bottom: 0; }

header div {
  color: white;
  width: 50vw; }

/**
 * Foooter
 */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 80%;
  color: #000b1c;
  border-bottom: 5px solid #000b1c;
  background-color: #52bafe; }

p {
  text-align: justify; }

/**
 * Navbar
 */
.navbar {
  color: #eaf7ff;
  background-color: #000b1c;
  padding: 0 10vw; }
  .navbar a {
    color: #eaf7ff; }

.nav-item {
  margin: 0 9px; }

@media only screen and (min-width: 992px) {
  .divider-vertical {
    height: 25px;
    margin: 7.5px 25px;
    border-left: 1px solid #018de9;
    border-right: 1px solid #52bafe; } }
.dropdown-menu {
  background-color: #52bafe; }

.icon {
  width: 32px;
  height: 20px;
  border-radius: 5px;
  margin: 5px; }

/**
 * CV / experience boxes
 */
.experience {
  border-left: 5px solid #52bafe;
  display: block;
  position: relative;
  margin: 25px 0px; }
  .experience .place {
    border-bottom: 1px solid #52bafe;
    text-align: left;
    text-indent: 40px;
    margin-top: -3px;
    display: block; }
  .experience .date {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 5px;
    display: block;
    margin: none; }
  .experience .description {
    text-align: justify;
    text-indent: 10px;
    margin: 9px 0px;
    display: block; }
  .experience .title {
    text-align: left;
    font-weight: bold;
    font-size: large;
    font-variant: small-caps;
    margin: 0px 9px;
    display: block; }

/**
 * Cards
 */
.card-header {
  font-size: large;
  font-weight: bold;
  text-align: center;
  background-color: #1fa6fe;
  color: white; }

.card {
  border-color: #52bafe; }

div.tab-content {
  background-color: #fff; }

div.tab-content ul li {
  list-style-type: none; }

div.tab-content ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 15px 0 -15px;
  color: #090; }

.container {
  margin-top: 30px; }

.tab-pane {
  margin-bottom: 100px; }

.subheading {
  margin-top: -3px;
  margin-left: 100px;
  display: block; }

/*# sourceMappingURL=style.css.map */
