/* CMS page */
.hero-commander h1 span {
  background: linear-gradient(135deg, #ef4444, #facc15) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-rse h1 span {
  background: linear-gradient(135deg, #22c55e, #a3e635);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.step-commande .step1 {
  background: #fef2f2;
  color: #dc2626 !important;
}
.step-commande .step2 {
  background: #fefce8;
  color: #ca8a04;
}
.step-commande .step3 {
  background: #c5ffd6;
  color: #16a34a;
}
.step-commande .step4 {
  color: #001affc7;
  background-color: #8dc6ffc3;
}
.step-commande .step5 {
  background: #eee1fb;
  color: #9333ea;
}
.step-commande .step6 {
  background: #0d0d0d;
  color: #ffffff;
}
.step-commande .stepnumber {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.step-commande .elementor-widget-heading,
.piliers-card .elementor-widget-heading {
  margin: 0px 0 15px 0;
}
.step-commande p,
.piliers-card p {
  margin: 0 !important;
}
.step-commande .elementor-column-wrap,
.piliers-card .elementor-column-wrap {
  transition: var(--transition) !important;
}
.step-commande:hover .elementor-column-wrap,
.piliers-card:hover .elementor-column-wrap {
  transform: translateY(-6px);
  background: #fff;
}
.contact-box,
.step-commande,
.step-commande .elementor-column-wrap,
.piliers-card {
  transition: transform 0.5s ease-in-out;
}
.contact-box p {
  padding: 0;
  margin: 0;
}
.contact-box a {
  color: #fff;
}
.contact-box:hover {
  transform: translateY(-6px);
}
.ambassadeurs-p p {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}
.elge-icon-list li:first-child i {
  color: red;
}
.elge-icon-list li:nth-child(2) i {
  color: yellow;
}
.elge-icon-list li:nth-child(3) i {
  color: #000;
}
.elge-icon-list li:nth-child(4) i {
  color: green;
}
.counter-ambassador {
  width: max-content !important;
  display: inline-block !important;
  margin-right: 20px;
}
.section-ambassador {
  overflow: hidden !important;
}
.section-ambassador h3 {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.partenaires p {
  margin: 0 !important;
  padding: 0 !important;
}
.counter-ambassador.pro .elementor-counter-number {
  display: none;
}
body.page-cms:not(#index) #header,
.page-contact #header {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
/* body.page-cms h3 {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
} */
.section-ambassador img {
  max-height: 650px;
  object-fit: cover;
  object-position: top;
}

/****** PAGE CATEGORIE *******/
#main-content .pk-subcategory .pk-subcategory-text .figcaption {
  padding: 14px 20px !important;
  border-radius: 50px !important;
  border: 1px solid #e0e0e0 !important;
}

/*********A PROPOS *********/
.showroom,
.sublimation {
  overflow: hidden;
  border-radius: 30px;
  max-width: 600px;
  max-height: 500px;
}
.showroom img,
.sublimation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroom .elementor-widget-image-box .elementor-widget-container,
.showroom .elementor-image-box-wrapper {
  height: 100%;
}
.showroom .elementor-image-box-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: auto;
}
.showroom .elementor-image-box-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: auto;
}
.showroom h3,
.showroom .elementor-image-box-description {
  color: #fff !important;
  text-align: left;
}
.showroom {
  position: relative;
}

.showroom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 60%);
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  padding: 28px;
}
.m-0 p {
  margin: 0 !important;
  padding: 0 !important;
}
.contact-form input[type="submit"] {
  border-radius: 10px !important;
}
.parrainage-club a {
  min-width: max-content;
}
.prog-parrainage p {
  max-width: 70%;
  margin: auto;
}
/* RSE */
.pliliers-rse P {
  width: 50px;
  height: 50px;
  background: #e7ffee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.piliers-card.green .elementor-column-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #22c55e, #a3e635);
  opacity: 0;
  transition: opacity 0.2s;
}
.piliers-card.red .elementor-column-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #970507, #d22b2b);
  opacity: 0;
  transition: opacity 0.2s;
}
.piliers-card:hover .elementor-column-wrap::before {
  opacity: 1;
}
.piliers-card .elementor-column-wrap {
  overflow: hidden;
}
