.intro-histoire {
  width: 100%;
  height: 160px;
  padding-top: 20px;
  background: url("../img/img-bg-intro-about.jpg") no-repeat center;
  background-size: cover;
  margin-top: 85px;
  text-align: center;
}

.intro-histoire h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /* letter-spacing: .1em; */
  /* line-height: 60px; */
}

.intro-histoire p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.ecole {
  width: 100%;
  height: 542px;
  background: #111;
  padding: 60px 0;
  color: #fff;
  box-shadow: inset 0 80px #111, inset 0 -80px #111;
  margin-bottom: 20px;
}

.ecole-img img {
  border-radius: 5px;
}

.ecole-content {
  width: 490px;
}

.ecole-content p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}

.ecole h2 {
  font-size: 18px;
  line-height: 25px;
  color: #F6C210;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
}

.ecole h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #F6C210;
  margin: 6px 0 10px 0;
}