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

.slider .font {
  width: 100%;
  height: 100%;
  padding: 180px 0px 0px 90px;
  background: rgba(20, 5, 156, 0.4);
}
.slider .font a {
  width: 230px;
}
.slider .img-div {
  padding: 0 !important;
  margin: 0 !important;
  width: 105%;
  height: 650px;
}
.slider .div1 {
  background: url(../img/didier_musete.jpg);
  background-size: cover;
}
.slider .div2 {
  background: url(../img/nick.jpg);
  background-size: cover;
}
.slider .div3 {
  background: url(../img/nick2.jpg);
  background-size: cover;
}
.slider .slik-dots {
  position: absolute !important;
  bottom: -50% !important;
}

.arrow {
  display: none !important;
}

.info {
  padding: 50px 10%;
}
.info h1 {
  margin-top: 20px;
}
.info h1::after {
  content: "";
  display: block;
  margin: 7px auto 50px auto;
  width: 15%;
  height: 3px;
  background: blue;
}

section {
  padding: 50px 15% !important;
  background: #f3f3f9;
}
section .columns {
  height: 250px;
  padding: 0;
  margin: 20px 0px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 765px) {
  section .columns {
    height: 350px;
  }
}
@media (max-width: 735px) {
  section .columns {
    height: 360px;
  }
}
@media (max-width: 400px) {
  section .columns {
    height: 300px;
  }
}
section .columns img {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}
section .columns span {
  float: right;
}
section .columns h1, section .columns p, section .columns span {
  margin: 0px 20px;
}
@media (max-width: 1155px) {
  section .columns h1 {
    font-size: 26px;
  }
  section .columns p {
    font-size: 18px;
  }
  section .columns span {
    font-size: 14px;
  }
}
@media (max-width: 880px) {
  section .columns h1 {
    font-size: 24px;
  }
  section .columns p {
    font-size: 16px;
  }
  section .columns span {
    font-size: 12px;
  }
}
@media (max-width: 765px) {
  section .columns h1 {
    font-size: 21px;
  }
  section .columns p {
    font-size: 13px;
  }
  section .columns span {
    font-size: 11px;
  }
  section .columns img {
    width: 100%;
    height: 65%;
  }
}
@media (max-width: 435px) {
  section .columns h1 {
    font-size: 18px;
  }
  section .columns p {
    font-size: 11px;
  }
  section .columns span {
    font-size: 9px;
  }
  section .columns img {
    height: 60%;
  }
}

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 150px;
  margin: auto;
  background: rgba(170, 56, 56, 0.2);
}
.newsletter h1 {
  margin: 25px 0px;
}
.newsletter h1::after {
  content: "";
  display: block;
  margin: 7px auto 50px auto;
  width: 90px;
  height: 3px;
  background: blue;
}
.newsletter .input-box {
  width: 700px;
  height: 50px;
  border-radius: 30px;
  background: #c6c6c9;
  overflow: hidden;
}
.newsletter .input-box input {
  height: 100%;
  width: 70%;
  float: left;
  padding: 0px 20px;
  font-size: 18px;
  background: none;
  border: none;
  outline: none;
}
.newsletter .input-box button {
  height: 100%;
  width: 10%;
  float: right;
  border: none;
  color: #fff;
  font-size: 25px;
  background: rgba(0, 0, 255, 0.7);
}

footer {
  padding: 10px 100px;
  margin: 0;
  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=home.css.map */
