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

body h1 {
  font-size: 25px !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;
}

.vision {
  text-align: center;
  padding: 30px 100px;
}
.vision h1 {
  color: #9b0202;
}

.section {
  padding: 60px !important;
  background: #f3f3f9;
  text-align: center;
}
.section h1 {
  margin: 0px auto 100px auto !important;
}
.section h1::after {
  content: "";
  display: block;
  margin: 7px auto 50px auto;
  width: 90px;
  height: 3px;
  background: blue;
}
.section .columns {
  border-top: 1px solid #5f5f5f;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}
@media (max-width: 775px) {
  .section .columns {
    border-top: none !important;
  }
}
.section .columns .column {
  padding: 30px 20px 30px 0px;
}
.section .columns .column img {
  margin-top: 35px;
  border-radius: 10px;
}
.section .columns .column span {
  display: block;
  color: #464646 !important;
  font-weight: bold;
  margin-top: -45px;
}
@media (max-width: 775px) {
  .section .columns .column span {
    margin-top: 0;
  }
}
.section .columns .column::before {
  content: "";
  display: block;
  width: 1.5px;
  height: 15px;
  margin-top: -38px;
  background: #5f5f5f;
}
@media (max-width: 775px) {
  .section .columns .column::before {
    display: none !important;
  }
}

.about {
  padding: 25px 20%;
}
.about ul {
  margin-left: 40px;
}
.about ul li {
  margin: 2px 0px;
}
.about ul i {
  margin-right: 10px;
}
.about h1 {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.about h1::after {
  content: "";
  position: relative;
  display: block;
  margin: 7px auto 50px auto;
  width: 100%;
  height: 3px;
  background: blue;
}
.about p, .about li, .about strong {
  font-size: 22px;
}
@media (max-width: 775px) {
  .about p, .about li, .about strong {
    font-size: 15px;
  }
}

.devise, .doctrine, .objectifs, .const {
  background: rgba(170, 56, 56, 0.2);
}

.membre, .adhesion, .droit, .organe {
  background: rgba(11, 3, 117, 0.2);
}

.devise h1::after {
  width: 100%;
}

.adm {
  padding: 60px 60px;
}
.adm h1 {
  text-align: center;
}
.adm h1::after {
  content: "";
  position: relative;
  display: block;
  margin: 7px auto 50px auto;
  width: 15%;
  height: 3px;
  background: blue;
}

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=about.css.map */
