@import "base.css";
@import "bricks.css";

.roboto-flex-class {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

body {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
  overflow-anchor: none; 
}

h1, h2, h3 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1000;
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  color: #002958;
}




p {
  text-align: justify;
}


.navbar-toggler {
  background: #fff;
}

.navbar {
  background: transparent;
  transition: all 0.5s;
  /* font-family: "Source Sans 3", sans-serif; */
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 17px;  
  padding: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-scrolled {
  color: white;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.navbar img {
  float: left;
  width: 300px;
  transition: all 0.5s;
}

.navbar-scrolled img {
  width : 75px;
}

nav.navbar .nav-link {
  color: #024873;
}

nav.navbar-scrolled .nav-link {
  color: #024873;
}

.nav-link {
  padding-bottom: 1px;
}

.navbar-nav .nav-link.active {
  color: #045a8f;   
}

.navbar-nav .nav-link:hover {
  border-bottom: 1px solid #f29441;
  color: #f29441;  
}

@media (max-width: 991.98px) {
  
.navbar-collapse {
  background : rgba(255, 255, 255, 0.80)
}

}




#top1 {
    min-height: 100vh;  
    background: url(/images/gite_la_vigonie_ext-6.jpg) center 0 no-repeat fixed;
    background-position: center;
    background-size: cover;
    margin-top: -400px;
    padding: 38vh 0px;
    color: #fff;
  }

#top1 h1 {
  color: #fff;
}

#top1 > .container {
  margin-top: 200px;
  background-color: rgba(0, 0, 0, 0.50);
}

footer {
  margin : 5px;
}

footer > a.nav-link {
  display: inline;
  margin-right: 10px;
  text-decoration: underline;
}
