/*
.navbar {
  min-height: 80px;
    background-color: blue;
}

.navbar-brand {
  padding: 0 0px;
  height: 72px;
  line-height: 80px;
}

.navbar-toggle {
  (80px - button height 34px) / 2 = 23px
  margin-top: 23px;
  padding: 9px 10px !important;
}

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

.bg-img {
    background: url( '/static-res/img/belles-demeures-01.jpg');
    height: 80%;
    opacity: 0.50;
    background-size: cover;
}
*/
@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    line-height: 27px;
    font-size: 25px;
  }
}

@font-face {
    font-family: 'This-Regular';
    src: url('This-Regular.otf');
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('rubik/Rubik-Bold.ttf');
}

.gros-titre
{
    font-size: 8em;
    font-family: 'This-Regular';
}

h1
{
    font-size: 2.2em;
    font-weight: bold;
}

.cadre
{
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #A0A0A0;
    text-align: center;
    border-radius: 20px;
    box-shadow: 6px 6px 6px #A0A0A0;
}
