/*!
 Pixinside
 */
.primary-font {
  font-family: 'Open Sans', sans-serif; }

.secondary-font {
  font-family: 'Abel', sans-serif; }

.uppercase {
  text-transform: uppercase; }

body {
  font-family: 'Abel', sans-serif;
  color: #505050; }

.bold {
  font-weight: 700; }

a {
  color: #c3191f; }

header {
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.8) 52.22%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }

.navbar-fullBG {
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 1) 52.22%, rgba(255, 255, 255, 1) 100%);
  border-bottom: 1px solid #b4b4b4;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }

.navbar {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem; }

.navbar-brand {
  letter-spacing: 0.2rem;
  color: #505050; }
  .navbar-brand h2 {
    font-size: 2.5rem;
    width: 100%; }

h1 {
  font-family: 'Abel', sans-serif;
  letter-spacing: 0.2rem;
  font-size: 4rem; }

h2 {
  font-family: 'Abel', sans-serif;
  letter-spacing: 0.2rem;
  font-size: 2rem; }

h3 {
  font-family: 'Abel', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-bottom: 0; }

h5 {
  font-family: 'Abel', sans-serif;
  font-weight: 300;
  font-size: 1rem; }

.squares-element img {
  width: 100% !important; }

#map {
  width: 100%;
  height: 40vh; }

.menuSpacer {
  width: 100%;
  height: 200px; }

.borderGray {
  border: 1px solid #b4b4b4; }

.grayLine {
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  border-top: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.goldLine {
  border-bottom: 1px solid black;
  width: 100%;
  border-top: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.historique img {
  max-width: 100%;
  height: auto; }

a {
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }

a:hover {
  color: #c3191f;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease; }

a.specialBtn {
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  margin: 5px auto;
  max-width: 350px;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center; }

a.button {
  color: rgba(30, 22, 54, 0.6);
  box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 1px inset; }

a.button:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: #ab963c 0 0px 0px 40px inset; }

.bg-dark a.button {
  color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0px 1px inset; }

.bg-dark a.button:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: #ab963c 0 0px 0px 40px inset; }

a.button2 {
  color: rgba(30, 22, 54, 0.6);
  box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset; }

a.button2:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(30, 22, 54, 0.7) 0 80px 0px 2px inset; }

.documents img {
  border: 1px solid #b4b4b4; }

.docLink {
  color: #505050; }
  .docLink .white {
    color: white; }
  .docLink:hover {
    text-decoration: none;
    color: white; }
    .docLink:hover .row {
      background-color: #c3191f; }

.circle {
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-radius: 20px;
  margin: 0 auto;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease; }

.line {
  width: 1px;
  background-color: black;
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  h1 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 2rem; }

  h2 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 1.4rem !important; }

  .embed-responsive {
    height: 650px !important; } }

.submitBtn {
  width: 100%;
  border: 1px solid #c3191f;
  padding: 10px 0;
  background-color: white;
  color: #c3191f;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  border-radius: 4px; }
  .submitBtn:hover {
    background-color: #c3191f;
    color: white;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease; }
  .submitBtn .selectWidth select {
    width: 100%; }
