/****** GENERAL ******/
@font-face {
  font-family: "Aniron";
  src: url(../fonts/aniron_regular.ttf); }

@font-face {
  font-family: "Party";
  src: url(../fonts/party_business.ttf); }

/* line 13, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
html, body {
  height: 100%; }

/* line 17, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
body {
  padding-top: 60px; }

/* line 21, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
h1 {
  font-family: "Aniron";
  font-size: 25px; }

/* line 26, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
main {
  background-image: url(../img/bg_light.png); }

/* line 30, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
section {
  padding-top: 60px;
  padding-bottom: 60px; }

/****** ********* ******/
/****** NAVBAR ******/
/* line 39, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.navbar {
  background-color: #ff5f01;
  border: 0;
  padding-bottom: 10px; }

/* line 45, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.navbar-default .navbar-brand {
  color: white; }

/* line 49, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.navbar-brand {
  color: #fff; }

/* line 53, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-family: "Aniron";
  max-width: 180px; }
  /* line 58, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 2px solid #fff; }

/****** ******** ******/
/****** MAIN ******/
/* line 68, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
main section .row {
  margin-bottom: 30px; }

/* line 85, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.orange-ring {
  width: 50px;
  height: 50px;
  border: 2.5px #ff6500 solid;
  border-radius: 25px;
  box-shadow: inset 1px 1px 1px 1px #e65b00, 1px 1px 1px 1px #e65b00;
  margin-top: 10px; }

/* line 90, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.yellow-ring {
  width: 150px;
  height: 150px;
  border: 7.5px #ffc700 solid;
  border-radius: 75px;
  box-shadow: inset 3px 3px 3px 3px #e6b300, 3px 3px 3px 3px #e6b300;
  margin-top: 10px; }

/* line 95, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.black-ring {
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 103, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.black-ring-1 {
  position: relative;
  left: -3.26667px;
  width: 28px;
  height: 28px;
  border: 1.4px #3c3c3c solid;
  border-radius: 14px;
  box-shadow: inset 0.56px 0.56px 0.56px 0.56px #2f2f2f, 0.56px 0.56px 0.56px 0.56px #2f2f2f; }

/* line 103, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.black-ring-2 {
  position: relative;
  left: -15.86667px;
  width: 56px;
  height: 56px;
  border: 2.8px #3c3c3c solid;
  border-radius: 28px;
  box-shadow: inset 1.12px 1.12px 1.12px 1.12px #2f2f2f, 1.12px 1.12px 1.12px 1.12px #2f2f2f; }

/* line 103, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.black-ring-3 {
  position: relative;
  left: -37.8px;
  width: 84px;
  height: 84px;
  border: 4.2px #3c3c3c solid;
  border-radius: 42px;
  box-shadow: inset 1.68px 1.68px 1.68px 1.68px #2f2f2f, 1.68px 1.68px 1.68px 1.68px #2f2f2f; }

/* line 103, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.black-ring-4 {
  position: relative;
  left: -69.06667px;
  width: 112px;
  height: 112px;
  border: 5.6px #3c3c3c solid;
  border-radius: 56px;
  box-shadow: inset 2.24px 2.24px 2.24px 2.24px #2f2f2f, 2.24px 2.24px 2.24px 2.24px #2f2f2f; }

/* line 103, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.black-ring-5 {
  position: relative;
  left: -109.66667px;
  width: 140px;
  height: 140px;
  border: 7px #3c3c3c solid;
  border-radius: 70px;
  box-shadow: inset 2.8px 2.8px 2.8px 2.8px #2f2f2f, 2.8px 2.8px 2.8px 2.8px #2f2f2f; }

/* line 103, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
.black-ring-6 {
  position: relative;
  left: -159.6px;
  width: 168px;
  height: 168px;
  border: 8.4px #3c3c3c solid;
  border-radius: 84px;
  box-shadow: inset 3.36px 3.36px 3.36px 3.36px #2f2f2f, 3.36px 3.36px 3.36px 3.36px #2f2f2f; }

/****** **** ******/
/****** FOOTER ******/
/* line 115, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
footer {
  background-color: #FF6600;
  font-family: "Aniron";
  font-size: 15px;
  padding: 30px; }
  /* line 121, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
  footer a {
    color: #fff; }
  /* line 125, /home/wilder12/WILD/000000_Quetes/180510_Preprocesseurs_CSS/css/style.scss */
  footer p {
    padding: 5px 0 5px 0; }

/*# sourceMappingURL=style.css.map */