.maintenance-hero {
  padding: 60px 60px;
  background: rgba(137, 180, 250, 0.1);
  color:#dcecff;
}

.page-id-9181 .maintenance-hero {
	display: flex;
	gap: 50px;
}

.page-id-9181 .maintenance-hero .div-colonnedegauche {
	width: 50%;
}

.page-id-9181 .maintenance-hero .div-colonnededroite {
	display: flex;
	align-items: center;
}

.page-id-9181 .maintenance-hero .div-colonnededroite h2{
	margin-bottom: 30px;
}

.page-id-9181 .maintenance-hero .div-colonnededroite .gform_fields .gfield_label,
.page-id-9181 .maintenance-hero .div-colonnededroite .gform_fields .gfield input,
.page-id-9181 .maintenance-hero .div-colonnededroite .gform_fields .gfield_select {
	font-size: 18px;
}

.page-id-9181 .maintenance-hero .div-colonnededroite .gform_fields {
	row-gap: 20px;
}


.price-block-maintenance {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26EDC1;
  margin-bottom: 20px;
  animation: slideInLeft 1s ease-out 0.4s both;
}

.features-list-mtn {
   list-style: none;
   margin-bottom: 30px;
}

.features-list-mtn li {
   padding: 8px 0;
   position: relative;
   padding-left: 30px;
   animation: slideInLeft 1s ease-out calc(0.6s + var(--delay)) both;
}

.features-list-mtn li:nth-child(1) { --delay: 0s; }
.features-list-mtn li:nth-child(2) { --delay: 0.1s; }
.features-list-mtn li:nth-child(3) { --delay: 0.2s; }
.features-list-mtn li:nth-child(4) { --delay: 0.3s; }

.features-list-mtn li::before {
   content: '✓';
   position: absolute;
   left: 0;
   color: #26EDC1;
   font-weight: bold;
}

.price-block-maintenance-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.price-label-mtn {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.price-block-maintenance {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26EDC1;
}

.price-gradient-mtn {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #0079B8, #26EDC1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.2;   
}

.features-list-mtn li strong {
  color: #ffffff;
  font-weight: bold;
}


.kpi-title-custom {
  margin-top: 60px !important;
  margin-bottom: 0px !important;
}

.dark-bg-bis {
  background-color: #000010;
  text-align: center;
  padding: 0px 30px;
  margin-top: 60px;
}

.testimonial-card {
  background-color: #1e1e2e;
  color: #f1f1f1;
  border-radius: 16px;
  padding: 2.5rem;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #333;
  padding-top: 1rem;
}

.testimonial-quote {
  margin-bottom: 20px;
}

.arpa3-testimonial-wrapper {
  margin: 40px 0;
}

.recommandation-testimonial {
  background: linear-gradient(135deg, rgba(137, 180, 250, 0.12), rgba(0, 121, 184, 0.05));
  border: 1px solid rgba(0, 121, 184, 0.4);
  padding: 24px;
  border-radius: 14px;
  margin: 32px 0;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
}


.arpa3-testimonial-card.with-footer {
  background: rgba(137, 180, 250, 0.1);
  padding: 40px;
  border-radius: 16px;
  position: relative;
}

.arpa3-testimonial-footer.with-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 0 20px;
}

.arpa3-testimonial-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.arpa3-avatar-photo-gradient {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  padding: 0.1px;
  background: linear-gradient(135deg, #0079B8, #26EDC1);
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .arpa3-avatar-photo-gradient {
    width: 80px;
    height: 80px;
  }
}

.arpa3-testimonial-logo img {
  max-height: 55px;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.arpa3-testimonial-logo img:hover {
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .arpa3-testimonial-footer.with-logo {
    flex-direction: column;
    align-items: flex-start;
  }

  .arpa3-testimonial-logo img {
    margin-top: 1rem;
    max-width: 100px;
  }
}

.kpi-highlighted {
  background-color: #000010;
  border-radius: 10px;
  padding: 60px 30px;
  box-shadow:
    0 0 20px #181830,
    0 0 0 1px rgba(100, 100, 150, 0.4); 
  margin-top: 80px;
  margin-bottom: 80px;
  transition: box-shadow 0.3s ease;
}

.kpi-highlighted:hover {
 box-shadow:
    0 0 35px #181830,
    0 0 0 1px rgba(100, 100, 150, 0.6); 
}

.kpi-highlighted h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

.arpa3-trust-title {
	margin-bottom:0px !important;
	margin-top:60px !important;
}

.arpa3-trust-scroll {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1.5rem;
  padding: 1rem 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.arpa3-trust-scroll::-webkit-scrollbar {
  display: none;
}

.arpa3-trust-card {
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.arpa3-trust-card:hover {
  transform: scale(1.05);
}

.arpa3-trust-card img {
  max-height: 280px;
  max-width: 100%;
  object-fit: contain;
}

.arpa3-risks-section {
  color: #f1f1f1;
  text-align: center;
  padding: 0 20px 60px;
}

.arpa3-risks-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.arpa3-risks-title {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 60px;
}
	
section.arpa3-risks-section {
  color: #ffffff;
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 60px;
}

.arpa3-risks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.arpa3-risks-card {
  background: rgba(137, 180, 250, 0.1);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: transform 0.2s ease;
}

.arpa3-risks-card:hover {
  transform: translateY(-4px);
}

.arpa3-risks-icon {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 1.5rem;
}

.arpa3-risks-card h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.arpa3-risks-card ul {
  padding-left: 0;
  text-align: left;
  margin: 0 auto;
  max-width: 260px;
}

.arpa3-risks-card ul li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}

.arpa3-risks-footer {
  margin-top: 3rem;
  font-weight: 500;
  color: #d1d5db;
}


@media (max-width: 1024px) {
  .arpa3-risks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .arpa3-risks-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .arpa3-risks-card {
    width: 100%;
  }
}

  .arpa3-risks-card {
    padding: 1.5rem;
  }

  .arpa3-risks-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

/* Page suivante */

.top-bar-btc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
}

.top-bar-left img {
  height: 50px;
  display: block;
}

.top-bar-left img {
  height: 50px;
  max-width: 150px;
  width: auto;
  display: block;
}

.top-bar-right a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  font-size: 14px;
  max-width: 100%;}

@keyframes fadeInText {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.arpa3-help-block {
  width: 100%;
  background: #000010
  color: #f1f1f1;
}

.arpa3-help-inner {
  margin: 0 auto;
  text-align: left;
  margin-bottom: 100px;
}

.arpa3-help-highlight {
  background: rgba(137, 180, 250, 0.1);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0 1rem;
  border-left: 4px solid #89b4fa;
  border-radius: 8px;
  font-size: 1rem;
  margin: 2rem 0;
}

.arpa3-help-inner .btn {
  margin-top: 1rem;
}

#ancre-haut-btc {
    display: flex;
    flex-wrap: wrap;
	align-items:center;
	max-width:100%;
}

#ancre-haut-btc>div {
    flex-direction: column;
    display: flex;
    align-items: center;
	padding:10px;
	max-width:25%;
}

#ancre-haut-btc div>a {
	font-weight:bold;
	text-transform:uppercase;
	color:#eaeaea;
}

.ligne-btc {
    width: 100%;
    height: 2px;
}

#prochainessesion {
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin-top:inherit;
	font-size:120%;
}

#block-titre-bootcamp {
	padding: 20px;
}

#block-titre-bootcamp {
	display: flex;
    justify-content: center;
    align-items: center;
	margin:0px;
	background-color:#000010;
	background-image:url('https://www.arpa3.fr/wp-content/uploads/2024/12/fond-etoile-arpa.png');
	color:#dcecff;
}

#block-titre-bootcamp p {
	color:white;
	margin-top:inherit;
	margin-bottom:20px;
}

#block-titre-bootcamp div {
	max-width:500px;
	padding:20px;
}

#block-titre-bootcamp p>b {
    color: #dcecff;
}

#kpi-formation {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: start;
    text-align: center;
    flex-wrap: wrap;
}

#kpi-formation div>img {
    max-width : 100px;
	height : auto;
}

#kpi-formation div {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 33.333333%;
}

#modules-apprentissage {
	margin-top:20px;
}

#kpi-financement {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: start;
    text-align: center;
    flex-wrap: wrap;
}

#kpi-financement>div {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 20%;
}

#box-info-cout {
	color: white; 
	text-align: center;
}

#box-cout-formation {
	text-align: center; 
	width: 300px; 
	background-color: #0078c8;
	margin: auto; 
	color:#ffffff;
	padding: inherit;
}

#box-venir-loin {
	text-align: center; 
	background-color: #0078c8;
	margin: 20px auto; 
	color:#ffffff;
	padding: 20px;
}

.page-id-9407 h2 {
	margin: 50px 0 20px 0;
}

.page-id-9407 ul {
	margin: 20px 0 20px 40px;
}

.page-id-9407 .logo_charte_securite {
	text-align: center;
}

.module-appr {
	color:#ffffff;
	background-image:url('https://www.arpa3.fr/wp-content/uploads/2024/12/fond-etoile-arpa.png');
	padding: 30px;
}

.module-appr-t {
    color: white;
	background-image:url('https://www.arpa3.fr/wp-content/uploads/2024/12/fond-etoile-arpa.png');
	margin:initial;
}

.module-appr-t h4 {
    color: white;
}

.module-appr-st {
    margin-bottom: 10px;
 	color:#ffffff;
	background-image:url('https://www.arpa3.fr/wp-content/uploads/2024/12/fond-etoile-arpa.png');
}

.module-appr-text {
    margin-top: 0;
  	color:#ffffff;
	background-image:url('https://www.arpa3.fr/wp-content/uploads/2024/12/fond-etoile-arpa.png');
}

.module-appr-text b {
    color: white;
}

.module-appr-text ul {
    list-style-type: none;
	list-style: none;
    padding: 0;
	color:#ffffff;
}

.module-appr-text ul li {
	list-style-type: none;
    margin: 10px 0;
	color:#ffffff;
}

.ligne-modules {
    width: 100%;
    height: 2px;
	margin-top:10px;
	margin-bottom:20px;
}


#obj-formation {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: start;
    text-align: center;
    flex-wrap: wrap;
}

#obj-formation div > img {
    max-width : 100px;
	height : auto;
	margin-bottom: 12px;
}

#obj-formation > div {
    flex-direction: column;
    display: flex;
    align-items: center;
	margin-top:10px;
    width: 33.333333%;
}

#obj-formation div > p {
    margin:initial;
}
.section__button {
	margin-top: 12px;
}
#box-prix-btc {
    text-align: center;
    margin: auto;
	padding:20px;
	background-image:url('https://www.arpa3.fr/wp-content/uploads/2024/12/fond-etoile-arpa.png');
}

#box-prix-btc p, #box-prix-btc h4 {
    color:white;
	margin:initial;
}

#box-loin-btc {
    text-align: center;
	padding:20px;
	background-image:url('https://www.arpa3.fr/wp-content/uploads/2024/12/fond-etoile-arpa.png');
}

#box-loin-btc p, #box-loin-btc h4 {
    color:white;
	margin:initial;
}

#box-btn-btc {
    text-align:center;
	margin-bottom:50px;
}

#raison-frmt-ecom {
	text-align:center;
}

#faq-formation h2 {
	margin-top:70px;
	text-align:center;
}

.section__title_home {
	margin-bottom: 20px;
}

@media (max-width: 768px) {

.arpa3-risks-grid {
    grid-template-columns: repeat(3, 1fr);
  }

#kpi-formation>div {
        width: 50%;
}

.header .phone-contact a {
    flex-direction: row;
    max-width: inherit;
}

.gform_fields .classic-label.gfield {
    position: initial;
}

.maintenance-hero {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

.maintenance-hero > div {
    width: 100%;
  }
	
}