body{
  padding-top: 100px;
}

.breadcrumb-section {
 
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 20px;
}

.marque-clmbr{
    width: 25%;
}

.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;
}


.fullwidth-video {
  width: 100%;
  background-color: #000;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* ratio 16:9 */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#infos-lesmills-section-grid img{
    width: 100%;
    border-radius: 0;
}

#infos-clmbr-section-grid .section-content{
    padding-top: 0;
    margin: 0;
}

#infos-clmbr-section-grid .section-content h3{
    color: black;
    max-width: 600px;
    padding: 40px;
}

#infos-clmbr-section-grid .section-content p{
    color: black;
    text-align: justify;
    max-width: 600px;
    font-size: 12pt;
    padding: 40px;
    font-weight: 500;
}


.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f9f9f9;
  padding: 40px 10px;
}
.slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}
.card {
  flex: 0 0 calc(100% / 4 - 20px);
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s;
}
.card:hover {
  transform: scale(1.03);
}
.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.card h6 {
  margin: 15px 0 10px;
}
.card p {
  padding: 0 15px;
  font-size: 14px;
  color: #555;
}
.btn {
  display: inline-block;
  margin: 15px 0 20px;
  padding: 8px 16px;
  background-color: black;
  color: white;
  text-decoration: none;
}
.btn:hover {
  background-color: #e16521;
}

/* Flèches */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.nav.prev { left: 10px; }
.nav.next { right: 10px; }

/* Responsive */
@media (max-width: 1024px) {
  .card {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}
@media (max-width: 768px) {
  .card {
    flex: 0 0 100%;
  }
}


.slider-button-wrapper {
  text-align: center;
  margin-top: 30px;
}

.slider-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: black;
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.slider-button:hover {
  background-color: #e16521;
}

.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;
 }

 .col-lg-12 p{
  color: white;
  text-align: center;
  font-weight: 800;
  font-size: 1.4rem;
 }

.button-container {
  display: flex;
  justify-content: center;
}

.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1rem;
  background-color: black;
  color: white;
  text-decoration: none; /* Supprime le soulignement */
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #e4381c;
}

.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;
}

.boutton {
  background-color: #e15721;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
  transition: background-color 0.3s;
}

.boutton: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;
}
