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;
}

.tabs {
  margin: 30px 70px !important;
}
.tabs li {
  padding: 0 !important;
}

.columns {
  padding: 0px 70px 50px 70px;
}
.columns .column {
  margin: auto;
}
.columns .column img {
  position: relative;
  overflow: hidden;
}

.col-md-4 {
  position: relative;
  width: 370px;
  height: 248px;
  overflow: hidden;
}

.hov {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(20, 5, 156, 0.4);
  height: 248px;
  width: 370px;
  text-align: center;
  color: #fff !important;
}

.content {
  margin-top: 25%;
  transform: translateY(-100px);
  transition-duration: 0.5s;
}
.content h2 {
  color: #fff !important;
}

.content_hover {
  margin-top: 25%;
  transform: translateY(0);
  transition-duration: 0.5s;
}

footer {
  padding: 30px 100px;
  background: #000051;
}
footer h1 {
  color: #fff !important;
}
footer h1::after {
  content: "";
  display: block;
  margin: 7px 0px;
  width: 70px;
  height: 3px;
  background: #9b0202;
}
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=galerry.css.map */
