/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb1-section {
 
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 35px;
	font-weight: bolder;
	color: black;
	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: 30%;
  padding-top: px;
}


.cta1-section {
	background-color: #e4381c;
	padding: 20px;
}

.cta1-section .cta-text {
	float: left;
}


 .col-lg-12 p{
  color: white;
  text-align: center;
  font-weight: 800;
  font-size: 1.6rem;
 }



#infos-bodypump-section-grid img{
    width: 100%;
    border-radius: 0;
    background-color: #ee444d;
}

#infos-bodypump-section-grid .section-content{
    padding-top: 0;
    margin: 0;
    
}

#infos-bodypump-section-grid .section-content h3{
    color: black;
    font-size: 2rem;
    padding: 30px;
}

#infos-bodypump-section-grid .section-content p{
    color: black;
    text-align: center;
    font-size: 12pt;
    padding: 30px;
    text-align: justify;
}

.titre-bodypump{
background-color: black;
}

.titre-bodypump h2{
    color: white;
    text-align: center;
    padding-top: 30px;
    font-size: 2.5rem;
    font-weight: 700;
}

.titre-bodypump p{
    color: white;
    text-align: center;
    padding : 10px 10px;
    font-size: 1.3rem;
    padding-bottom: 30px;
}

.body-pumptext p{
    text-align: center;
    color: black;
    font-size: 1.4rem;
    padding-top: 30px;
}

.section-content ul{
    padding: 30px;
    text-align: left;
}

.section-content ul li {
	list-style: none;
	font-size: 20px;
	color: black;
	line-height: 26px;
	margin-bottom: 10px;
    font-weight: bold ;
}

.section-content h3{
    color: black;
    text-align: center;
    padding: 30px 30px;
    font-size: 2.3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.section-content ul li i {
	color: #e4381C;
	display: inline-block;
	margin-right: 9px;
}

.etape-formation h2{
    color: black;
    text-align: center;
    padding: 30px 30px;
    font-size: 2.3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

/* Section contenant les cartes */
.card-section-bodypump {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  
}

/* Style des cartes */
.card-bodypump {
  width: 300px;
  background-color: white;
}

.card-bodypump:hover {
  transform: translateY(-5px);
}

/* Titres et paragraphes */
.card-bodypump h2 {
  font-size: 20px;
	color: black;
	line-height: 26px;
	margin-bottom: 10px;
    font-weight: bold ;
}

.card-bodypump p {
  color: black;
  font-size: 1.1rem;
  text-align: center;
  padding: 20px;
  font-weight: 200;
}


.breadcrumb2-section {
 margin-top: 20px;
}

.breadcrumb-text2 {
	text-align: center;
}

.breadcrumb-text2 h2 {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 14px;
}

@media (max-width: 1024px) {
  .bann-formations {
    width: 70%;
  }
  .section-content ul{
    text-align: left;
  }
  .section-content li{
    padding-top: 15px;
  }

  
}

