
/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb1-section {
 padding-top: 50px;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.breadcrumb-text .breadcrumb-controls a {
	font-size: 16px;
	color: #ffffff;
	margin-right: 15px;
	position: relative;
}

.breadcrumb-text .breadcrumb-controls a:after {
	position: absolute;
	right: -13px;
	top: -2px;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #ffffff;
}

.breadcrumb-text .breadcrumb-controls a i {
	margin-right: 2px;
}

.breadcrumb-text .breadcrumb-controls span {
	font-size: 16px;
	color: #ffffff;
}

.bann-formations{
  width: 100%;
}




/*---------------------
  Cta Section
-----------------------*/

.cta1-section {
	background-color: #e4381c;
	padding: 38px 0;
}

.cta1-section .cta-text {
	float: left;
}

.cta1-section .cta-text h3 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cta1-section .cta-text p {
	color: #ffffff;
	margin-bottom: 0;
}
 .cta1-title{
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
 }

.formations-lesmills{
    margin-top: 30px;
}

.formations-lesmills h2{
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: black;
}

 .card-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
}

/* Carte stylée */
.card1 {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.card1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.card1 img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 5px;

}

.card1:hover img {
  transform: scale(1.03);
}

.card1 h3 {
  margin: 16px;
  font-size: 1.3rem;
  color: black;
  text-align: center;
  font-weight: 700;
}

.card p {
  margin: 0 16px 16px;
  color: #555;
  text-align: justify;
  flex-grow: 1;
}

.card-btn {
  display: inline-block;
  margin: 0 16px 16px;
  padding: 10px 15px;
  background-color: black;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: background 0.3s ease;
}

.card-btn:hover {
  background-color: #e4381c;
}

/* Small screens (≥ 600px) : 2 cartes */
@media (min-width: 600px) {
  .card-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Medium & large screens (≥ 900px) : 3 cartes */
@media (min-width: 900px) {
  .card-section {
    grid-template-columns: repeat(3, 1fr);
  }
}


.formations-HBX{
    margin-top: 30px;
}

.formations-HBX h2{
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #e15721;
  text-transform: uppercase;

}




.multi-step-form {
  max-width: 600px;
  margin: 40px auto;
  background-color: black;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.form-step h2 {
  text-align: center;
  color: white;
  margin-bottom: 25px;
  font-weight: 800;
}

.form-step p{
    text-align: center;
    color: white;
    font-size: 10pt;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  color: white;
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

button {
  background-color: #e4381c;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
  transition: background-color 0.3s;
}

button:hover {
  background-color: black;
}

/* Responsive */
@media (max-width: 600px) {
  .multi-step-form {
    margin: 20px;
    padding: 20px;
  }
}

.button-group {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.button-group button {
  flex: 1;
}
