/* Contents */

.slide1 {
  background-image: url("/user/pages/01.home/11.jpg");
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 10%;
}

.slide2 {
  background-image: url("/user/pages/01.home/12.jpg");
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 30%;
}

.slide3 {
  background-image: url("/user/pages/01.home/13.jpg");
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: revert;
  background-position: 30%;
}

.bg-aboutus {
  background-image: url("/user/pages/02.qui-sommes-nous/01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	 height: 350px;
}

.bg-training {
  background-image: url("/user/pages/03.nos-formations/01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	 height: 350px;
}

.bg-eligibility {
  background-image: url("/user/pages/04.eligibilite/01.jpg");
  background-position: 10% 30%;
  background-repeat: no-repeat;
  background-size: cover;
	 height: 350px;
}

.bg-contact {
  background-image: url("/user/pages/05.contact/01.jpg");
  background-position: center;
	 background-repeat: no-repeat;
	 background-size: 30%;
	 height: 350px;
}
