.intro-programmes {
  width: 100%;
  height: 160px;
  padding-top: 20px;
  background: url("../img/img-bg-intro-programme.jpg") no-repeat center;
  background-size: cover;
  margin-top: 85px;
  text-align: center;
}

.intro-programmes h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /* letter-spacing: .1em; */
  /* line-height: 60px; */
}

.intro-programmes p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.programmes-item {
  padding-top: 60px;
}

.programmes-item img {
  margin: 0 auto;
}

.programmes-item h2 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: -180px;
  text-align: center;
  margin-bottom: -200px;
}

.programmes-item h2:after,
.programmes-item h2::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 6px auto 10px auto;
}

.programme-img1 {  
  margin-right: 20px;
}

.programme-img2 {
  margin: 0 auto;
  margin-bottom: 20px;
}

.programme-info {
  background: #111;
  border-radius: 5px 5px 0 0;
}

.programme-info p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding: 20px 20px;
  height: 180px;
}

.programme-info ul li {
  background: #F6C210;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  float: left;
  width: 229px;
  height: 49px;
  text-align: center;
  padding-top: 16px;
}

.programme-info ul li:nth-child(1),
.programme-info ul li:nth-child(2) {
  margin-bottom: 2px;
}

.programme-info ul li:nth-child(even) {
  margin-left: 2px;
}

/* FORM ESSAIGRATUIT */

.essai-gratuit {
  background: #111;
  width: 100%;
  margin-top: 60px;
  padding: 40px 0;
}

.essai-gratuit h2 {
  color: #fff
}

.essai-gratuit h2:after {
  background: #fff;
}

.form {
  padding-right: 60px;
}

.form label {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 4px;
}

.form input {
  display: block;
  width: 100%;
  border: 3px solid #fff;
  border-radius: 5px;
  background: none;
  color: #fff;
  padding: 7px 10px;
  outline: none;
  font-size: 14px;
  margin-bottom: 10px;
}

.form input:hover,
.form textarea:hover {
  border: 3px solid #F6C210;
}

.form textarea {
  display: block;
  width: 100%;
  height: 120px;
  border: 3px solid #fff;
  border-radius: 5px;
  background: none;
  color: #fff;
  padding: 7px 10px;
  outline: none;
  font-size: 14px;
  margin-bottom: 20px;
}

.form button {
  padding: 7px 40px;
  border: 3px solid #fff;
  color: #fff;
  background: none;
  cursor: pointer;
}

.form button:hover {
  border: 3px solid #F6C210;
  color: #F6C210;
}

.cours-prive {
  color: #fff;
}

.cours-prive h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  color: #F6C210;
}

.cours-prive span {
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.dados-email {
  margin-bottom: 20px;
}

/* .cours-prive ul {
  padding-right: 20px;
} */

.cours-prive ul li {
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 4px;
}

.cours-prive ul li:nth-child(odd) {
  background: #1b1b1b;
}