@import url(normalize.css);
@import url(bootstrap.min.css);
@import url(global.css);
@import url(page-content.css);

h1 {
  font-size: 2.75em;
  line-height: 0.9em;
  color: var(--secondary);
  text-align: center;
  margin: 0.5em 0 1em 0;
}

.cv3-chemin {
  display: none !important;
  text-align: right;
}

@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 50px;
  }

  .cv3-grdimage {
    margin-bottom: 2em;
  }

}

@media (max-width: 576px) {
  h1 {
    font-size: 2.15em;
    margin: 0.5em 0 1em 0;
  }
}