

.navbar, .btn, footer {
  font-family: 'Heebo', 'Verdana', 'sans-serif';
  text-transform: uppercase; 
}

.navbar-dark .navbar-brand {
  color: #f3ec0b !important;
  font-weight:500;
}

html, p {
  font-family: 'Quicksand', 'Verdana', 'sans-serif'; 
  font-weight:  500;
}
p, li {
  font-size: large; 
}

#main {
  z-index: -1;
  min-height: 50vh; 
  min-width: 100vw;
  background-image: url('images/game.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}/*
@media (min-width: 768px) {
  #main {
    background-image: url('../fond.jpg');
    background-position:top right;
    background-repeat: no-repeat;
    background-size: cover;
  }
}*/

@media(max-width:450px) {
  .navbar-brand {
    font-size: 1.05rem !important;
    margin-right: 0 !important;
  }
}

html, body {
  overflow-x: hidden !important; 
}
.navbar {
  background-color: rgb(46 49 146);
} 
#salles, body {
  background: rgb(210 33 51);
}

.navbar-nav a, .navbar {
  color: white !important; 
}

h1 {
  text-align: center; 
  font-weight: 700;
  font-family: 'Play', 'Verdana', 'sans-serif';
  font-size: 1.3rem;
}

.navbar-nav img {
  max-width: 50px;
}

#salles, #contact {
  min-height: 100vh; 
  min-width: 100vw; 
  color: white; 
}

.nav-link span {
  padding-left: 10px;
  transition: all 0.5s ease-out;
}

.nav-link span:hover {
  padding-left: 15px; 
}

.card {
  color: black; 
  border: 1px solid rgba(0,0,0,0.80) !important;
}


.btn.btn-primary {
  color: #fcff3c;
  background-color: black;
  border-color: black;
}

.btn.btn-primary:hover {
  color: black; 
  background-color: #e49c38;
  transition: background-color 1s ease-out, color 0.1s linear; 
}

.nav-link span:hover, .text-yellow {
  color:rgb(243 236 11);
}

.text-orange {
    color: #e49c38;
} 

#contact { 
  background-image: url('images/fond.jpg');
  background-position:top right;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact h1{ 
  color: rgb(69 69 69);
  text-shadow: 10px 10px black;
  font-weight: 700;
}

#explication {
  background: rgb(243 236 11);
  min-width: 100vw; 
  color: rgb(69 69 69);
}

#coffres {
  background-image: url('images/coffres.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  min-height: 400px; 
}

.list-group-item i, .text-blue {
  color: rgb(46 49 146);
}

.text-red {
  color: rgb(219 5 26);
}

.input-group-text {
  background-color: rgb(46 49 146) !important;
}

#contact_form {
  min-height: 55vh;
}

footer {
  padding: 25px 10px;
  background: #e49c38; 
  text-align:center; 
  line-height: 160%;
  text-transform: none; 
}

footer .big {
  font-size: 110%;
}

footer .list-group-item {
  padding: 9px 15px; 
   background-color: transparent;
   border: 1px solid transparent; 
   text-shadow: 0.2px 0.2px 0.5px rgb(71 46 146);
}

footer a {
  color: rgb(71 46 146);
  font-weight: 300;
  text-transform: uppercase;
}

footer a:hover .list-group-item {
  background-color: rgb(46 49 146);
  border: 1px solid rgba(255,255,255,0.90);
}

footer a:hover {
  font-weight: 500;
  color: #e49c38;
  text-decoration: none;
}

footer p, footer a li {
  font-size: 95%;
}

@media (max-width: 767.98px) {
  footer {
    line-height: initial; 
    padding: 20px 10px; 
  }
  footer a li.list-group-item {
    padding: 5px 10px; 
  } 
  footer p, footer a li {
    font-size : 90%; 
  }
}
