nav {
  position: fixed !important;
  width: 100% !important;
  box-shadow: none !important;
  padding: 10px 5% !important;
  z-index: 100;
}
nav .navbar-brand {
  padding: 20px 10% !important;
}
nav .navbar-brand img {
  width: 70px;
  height: 70px;
}
nav a {
  animation: ease 0.5s;
}
nav a:hover, nav a:valid {
  background: none !important;
  color: yellow !important;
}

.img {
  width: 100%;
  height: 550px;
  background: url(../../img/palais_du_peuple_18_0001_jpg_640_350_1.jpeg) no-repeat;
  background-size: cover;
}
.img .font {
  width: 100%;
  height: 550px;
  background: rgba(20, 5, 156, 0.4);
}
.img .font h1 {
  padding: 400px 100px 0px 100px;
  font-size: 65px;
  color: #fff;
}
@media (max-width: 1075px) {
  .img .font h1 {
    font-size: 25px;
  }
}

@media (max-width: 1075px) {
  .contacts {
    padding: 100px 20px !important;
  }
}
.contacts h1::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  transform: translateY(38px);
  background: mediumblue;
}
.contacts h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #b8b8b9;
}
.contacts a {
  color: #4a4a4a !important;
}
.contacts a:hover {
  color: #209cee !important;
}
.contacts li {
  display: inline-block;
  margin: 10px 10px 10px 0px;
}
.contacts li i {
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  background: #6d6c6b;
}
.contacts li i:hover {
  background: #209cee;
}
.contacts li .fa-facebook-f {
  padding: 10px 13px 10px 13px;
}
.contacts input {
  margin: 10px 0px;
  border: none !important;
  box-shadow: none !important;
  background: #c6c6c9 !important;
}
.contacts textarea {
  margin: 10px 0px;
  max-width: 100% !important;
  min-width: 100% !important;
  max-height: 120px !important;
  min-height: 120px !important;
  border: none !important;
  box-shadow: none !important;
  background: #c6c6c9 !important;
  overflow: hidden;
}
.contacts .input-box {
  border-radius: 30px;
  background: #c6c6c9;
  overflow: hidden;
}
.contacts .input-box input {
  height: 100% !important;
  width: 80% !important;
  float: left;
  padding: 0px 20px;
  font-size: 18px;
  background: none !important;
  border: none !important;
  outline: none !important;
}
.contacts .input-box button {
  width: 20% !important;
  float: right;
  border: none;
  color: #fff;
  font-size: 25px;
  background: #209cee;
}
.contacts .input-box button i {
  padding: 10px;
}

footer {
  padding: 10px 100px;
  background: #000051;
}
@media (max-width: 775px) {
  footer {
    padding: 10px 30px;
  }
}
footer h1 {
  color: #fff !important;
}
footer h1::after {
  content: "";
  display: block;
  margin: 7px 0px;
  width: 70px;
  height: 3px;
  background: #9b0202;
}
@media (max-width: 775px) {
  footer h1 {
    font-size: 25px;
  }
}
footer div a, footer div p {
  color: #8e8e8f !important;
}
footer div a {
  animation: all ease-in 0.2sec i;
  animation-margin: 5px 10px;
}
footer div a:hover {
  color: #dcdce0 !important;
}
footer div:nth-child(3) img {
  width: 100rem;
  height: 150px;
}
footer div:nth-child(4) img {
  width: 55px;
  height: 40px;
  opacity: 0.6;
}
footer div:nth-child(4) img:hover {
  opacity: 1;
}
footer div:nth-child(4) span {
  display: inline-block;
  position: relative;
  top: -15px;
  font-size: 15px;
  color: #8e8e8f;
}

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