/**
 * @site : Forum Est-Horizon
 * @version 	: 2023
 * @autor 	: alexandre t.
 * @contenu	: le code CSS du site internet est contenu dans (1) ce fichier et (2) dans le dossier bootstrap (reutilisation de code)
 **/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  padding-top: 56px;
  font-family: "Source Sans Pro", sans-serif;
  background-color: white;
}

a {
  color: #7b9d6f;
  text-decoration: none;
}

.navbar-default {
  background-color: rgba(34, 34, 34, 0.8) !important;
  border-color: #080808 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white !important;
}

.navbar-default a {
  color: silver !important;
}

.dropdown a {
  color: silver !important;
}

.dropdown-menu a {
  color: black !important;
  background-color: white !important;
}

.dropdown-menu li a:hover {
  color: white !important;
  background-color: rgba(213, 7, 28, 1) !important;
}

.btn-link:hover {
  color: white !important;
  text-decoration: none;
}
.btn-link {
  text-decoration: none;
  color: silver !important;
}

.btn-lg {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.btn-primary,
.btn-secondary {
  color: rgba(213, 7, 28, 1) !important;
  border-color: rgba(213, 7, 28, 1) !important;
  background-color: transparent !important;
}

.btn-primary:hover,
.btn-secondary:hover {
  background-color: rgba(213, 7, 28, 1) !important;
  color: white !important;
  border-color: white !important;
}

.btn-tertiary {
  background-color: rgba(213, 7, 28, 1) !important;
  color: white !important;
  border-color: white !important;
}

.btn-tertiary:hover {
  background-color: rgba(213, 7, 28, 1) !important;
  color: white !important;
  border-color: white !important;
}

#footer {
  border-top: 1px solid #eee;
  padding: 32px 0;
}

#footer .icones a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d4d4d4 none repeat scroll 0% 0%;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.notes {
  padding-top: 24px;
}
