.breadcrumb-section {
 
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text img{
  width: 20%;
}

.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;
}


.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;
 }

.marque-lesmills{
    width: 30%;
}

#infos-lesmills-section-grid img{
    width: 100%;
    border-radius: 0;
    padding: 30px;
}

#infos-lesmills-section-grid .section-content{
    padding-top: 0;
    margin: 0;
}

#infos-lesmills-section-grid .section-content h3{
    color: black;
    max-width: 600px;
    padding: 30px;
}

#infos-lesmills-section-grid .section-content p{
    color: black;
    text-align: justify;
    max-width: 600px;
    font-size: 12pt;
    padding: 30px;
}

.compteurs-lesmills{
    background-color: black;
    width: 100%;
}

.counter .compteur-titre{
    font-weight: 700;
}

.counter .titre-description{
    font-size: 10pt;
    text-align: center;
}

.counter-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: auto;
  border-top: 2px solid black;
  background: none;
  height: 100%;
}

.counter {
  text-align: center;
  background: transparent;
}

.counter h2 {
  font-size: 50pt;
  color: white;
  margin-bottom: 10px;
  font-weight: 500;
}

.counter p {
  font-size: 1.2rem;
  color: white;
}

@media (min-width: 600px) {
  .counter-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
}

@media (min-width: 992px) {
  .counter-container {
    grid-template-columns: repeat(4, 1fr);
  }
  
}

/*-------- Equipements -----------*/


/* Section centrée et fluide */
.card-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
}

/* Carte stylée */
.card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: scale(1.03);
}

.card h3 {
  margin: 16px;
  font-size: 1.3rem;
  color: #333;
  text-align: center;
}

.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);
  }
}


a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer{
  position: relative;
  background: #1e2129;
}

.footer-content{
  position: relative;
  padding: 85px 0px 80px 0px;
}
.footer-content:before{
  position: absolute;
  content: '';
  background: url(/img/Afrique.png);
  background-size: 50%;
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.footer-content .logo-widget{
  position: relative;
  margin-top: -5px;
}
.footer-content .logo-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child{
  margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2e3138;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}
.footer-content .logo-widget .footer-social li a:hover{
  color: #ffffff;
  background: #ff5e14;
}
.footer-content .logo-widget .logo-box{
  margin-bottom: 25px;
}
.footer-content .logo-widget .text p{
  color: #9ea0a9;
  margin-bottom: 32px;
}
.footer-content .footer-title{
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}
.footer-content .service-widget .list li{
  display: block;
  margin-bottom: 12px;
}
.footer-content .service-widget .list li a{
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}
.footer-content .service-widget .list li a:hover{
  color: #ff5e14;
}
.footer-content .contact-widget p{
  color: #9ea0a9;
  margin-bottom: 15px;
}
.footer-content .contact-widget{
  margin-left: 90px;
}
.footer-content .contact-widget .footer-title{
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a{
  position: relative;
  color: #9ea0a9;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover{
  color: #ff5e14;
}
.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child{
  margin-left: 0px;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}
.footer-bottom .footer-nav li:first-child:before{
  display: none;
}
.logo-box img {
    max-width: 220px;
}

.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;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: white;
  color: black;
}

.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;
}

.video-section-lesmills {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.video-container-lesmills {
  position: relative;
  padding-bottom: 56.25%; /* Ratio 16:9 */
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.video-container-lesmills iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
