/* -------------------------- GENERAL -------------------------- */

.navbarColor {
  background-color: #434174e3;
}

.nav-link {
  font-size: 1.5rem;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'brother_demoregular';
  margin-right: 15px;
  color: rgb(255, 255, 255) !important;
}

.nav-item :hover {
  color: rgb(250, 133, 0) !important;
  /* 606c38 */
}

.txt {
  font-size: 1.5rem;
}

#footer {
  background-color: black;
  color: blanchedalmond;
  padding: 10px 20px 20px 20px;
}

#footer a {
  color: blanchedalmond;
}

.footerIcon {
  width: 30px;
}

h1 {
  font-family: 'brother_demoregular';
}

h2 {
  font-family: 'brother_demoregular';
  font-size: 3.5rem;
}

p {
  font-family: 'PT Sans', sans-serif;
}

span {
  font-family: 'RocknRoll One', 'sans-serif';
}

.greatPaddings {
  padding-top: 170px !important;
  padding-bottom: 400px !important;
}

a {
  color:#b4c4bad2 ;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 176, 85);
}

/* -------------------------- /GENERAL -------------------------- */

/* -------------------------- NOUS -------------------------- */
body {
  background-image: url(imgs/bks/fondg.png);
  background-size: cover;
}

p {
  color: white;
  font-size: 1.2rem;
  font-family: 'PT Sans', sans-serif;
}

h1 {
  font-size: 3.3rem;
  color: rgb(255, 176, 85);
  font-family: 'RocknRoll One', sans-serif;
}

h2 {
  /* color: rgb(153, 168, 209); */
  color: rgb(192, 204, 236);
  font-family: 'RocknRoll One', sans-serif;
}

.btn3 {
  /* background-color: #a35122 !important; */
  background-color: #da8c32 !important;
  color: #fefae0 !important;
  border: none !important;
  padding: 15px 50px 15px 50px !important;
  margin-bottom: 170px !important;
  margin-top: 20px !important;
  font-size: 1.3rem !important;
  border-radius: 50px !important;
}

.btn3:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

.linkProfile {
  margin-top: 15px !important;
}

.linkProfile a {
  margin-right: 15px !important;
}


/* -------------------------- /NOUS -------------------------- */

/* ------------------------ RESPONSIVE ------------------------ */
@media screen and (max-width: 1250px) {


  #firstTitle {
    font-size: 6rem;
  }

  h2 {
    font-size: 3rem !important;
  }

  p {
    font-size: 1.2rem !important;
  }

  #btnJouer {
    margin-top: 150px !important;
    padding: 10px 40px 10px 40px;
    font-size: 1.1rem;
  }

  .greatPaddings {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
  }

  #btn2 {
    padding: 10px 40px 10px 40px;
    font-size: 1.1rem;
    border-radius: 50px;
  }

}




/* ------------------------ FONTS ------------------------ */
@font-face {
  font-family: 'brother_demoregular';
  src: url('font/brother_demo-webfont.woff2') format('woff2'),
    url('font/brother_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}