  /********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  display: flex!important;
  flex-wrap: wrap;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
    overflow-x: clip;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0px 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  display: flex;
  height: auto;
}
#cptestimonial .owl-wrapper-outer .owl-item {
  display: block;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products .customNavigation {
	top: 48%;
}
.tmcategorylist .customNavigation, .testimonial-block-part .customNavigation {
	top: 54%;
}
.tmcategorylist:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}
.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}
#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}
#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}
.special-products .customNavigation {
	top: 52%;
}
.special-products:hover .customNavigation, 
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation, 
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation {
	top: 44%;
}
.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}

.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}
.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}
.tmcategorylist .customNavigation i.prev, 
.testimonial-block-part .customNavigation i.prev, 
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev{
	left: -20px;
}
.tmcategorylist .customNavigation i.next, 
.testimonial-block-part .customNavigation i.next, 
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next  {
  right: -20px;
}
.testimonial-block-part .customNavigation i.prev, .testimonial-block-part .customNavigation i.next {
  display: block;
}
.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}
.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
  color: #fff;
}
#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev{
    left: -15px;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next,
   .special-products .customNavigation i.next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}

@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next, 
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 40%;
  }
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
}


  /*  CMS PAGES */
  body#cms #main .page-content{
      padding: 0;
      border: none;
  }

  /* HERO */
  #presentation-entreprise .hero {
      position: relative;
      min-height: 540px;
      border-radius: 28px;
      overflow: hidden;
      background:
              linear-gradient(
                      90deg,
                      rgba(6, 18, 38, .95) 0%,
                      rgba(6, 18, 38, .78) 46%,
                      rgba(6, 18, 38, .28) 100%
              ),
              url("../../../../img/cms/usinage.png");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      box-shadow: 0 24px 70px rgba(10, 25, 47, .22);
  }

  #presentation-entreprise .hero-content {
      position: relative;
      z-index: 2;
      max-width: 690px;
      padding: 78px 70px;
      color: #fff;
  }

  #presentation-entreprise .tag {
      display: inline-flex;
      align-items: center;
      padding: 9px 18px;
      border-radius: 999px;
      background: #e30613;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
  }

  #presentation-entreprise h1 {
      margin: 24px 0 20px;
      font-size: clamp(38px, 6vw, 64px);
      line-height: 1.03;
      letter-spacing: -1.8px;
  }

  #presentation-entreprise .hero p {
      margin: 0;
      max-width: 620px;
      font-size: 18px;
      line-height: 1.8;
      color: rgba(255,255,255,.9);
  }

  #presentation-entreprise .stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(120px, 1fr));
      gap: 18px;
      margin-top: 42px;
  }

  #presentation-entreprise .stat {
      padding: 22px 20px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 18px;
      background: rgba(255,255,255,.08);
  }

  #presentation-entreprise .stat strong {
      display: block;
      font-size: 38px;
      line-height: 1;
      color: #fff;
  }

  #presentation-entreprise .stat span {
      display: block;
      margin-top: 8px;
      font-size: 14px;
      color: rgba(255,255,255,.78);
  }

  /* SECTIONS */
  #presentation-entreprise .section {
      margin-top: 64px;
  }

  #presentation-entreprise .section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 30px;
      margin-bottom: 28px;
  }

  #presentation-entreprise h2 {
      margin: 0;
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.15;
      color: #111827;
      letter-spacing: -.7px;
  }

  #presentation-entreprise .lead {
      max-width: 560px;
      margin: 0;
      color: #5b6472;
      font-size: 16px;
      line-height: 1.7;
  }

  /* HISTORIQUE */
  #presentation-entreprise .timeline {
      display: grid;
      gap: 16px;
  }

  #presentation-entreprise .timeline-item {
      display: grid;
      grid-template-columns: 110px 1fr;
      gap: 24px;
      align-items: center;
      padding: 22px 26px;
      border: 1px solid #e3e8ef;
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
  }

  #presentation-entreprise .year {
      font-size: 24px;
      font-weight: 800;
      color: #e30613;
  }

  #presentation-entreprise .timeline-text {
      color: #374151;
      font-size: 16px;
  }

  /* CARTES */
  #presentation-entreprise .cards {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px;
  }

  #presentation-entreprise .card {
      position: relative;
      overflow: hidden;
      min-height: 250px;
      padding: 30px 26px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid #e4e9f0;
      box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
  }

  #presentation-entreprise .card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: #e30613;
  }

  #presentation-entreprise .icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: #f4f6f9;
      color: #e30613;
      font-size: 24px;
      margin-bottom: 20px;
  }

  #presentation-entreprise h3 {
      margin: 0 0 16px;
      font-size: 23px;
      color: #111827;
  }

  #presentation-entreprise ul {
      margin: 0;
      padding-left: 18px;
      color: #566173;
      line-height: 1.6;
      font-size: 15px;
  }

  #presentation-entreprise .metiers {
      grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #presentation-entreprise .metier {
      min-height: 300px;
      padding-top: 28px;
  }

  #presentation-entreprise .metier h3 {
      padding-bottom: 14px;
      margin-bottom: 18px;
      border-bottom: 2px solid #e30613;
      font-size: 20px;
  }

  #presentation-entreprise .footer-note {
      margin-top: 56px;
      padding: 30px;
      border-radius: 22px;
      background: #111827;
      color: #fff;
      text-align: center;
  }

  #presentation-entreprise .footer-note span {
      color: rgba(255,255,255,.72);
  }

  /* RESPONSIVE */
  @media (max-width: 980px) {
      #presentation-entreprise .cards,
      #presentation-entreprise .metiers {
          grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #presentation-entreprise .section-head {
          display: block;
      }

      #presentation-entreprise .lead {
          margin-top: 14px;
      }
  }

  @media (max-width: 680px) {
      #presentation-entreprise {
          padding: 24px 14px;
      }

      #presentation-entreprise .hero {
          min-height: auto;
          border-radius: 20px;
      }

      #presentation-entreprise .hero-content {
          padding: 46px 28px;
      }

      #presentation-entreprise .stats,
      #presentation-entreprise .cards,
      #presentation-entreprise .metiers {
          grid-template-columns: 1fr;
      }

      #presentation-entreprise .timeline-item {
          grid-template-columns: 1fr;
          gap: 6px;
      }
  }

  /* Abrasifs et Rectification */


  #dm-abrasifs-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-abrasifs-page * {
      box-sizing: border-box;
  }

  #dm-abrasifs-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 72px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0, 41, 77, 0.96), rgba(15, 23, 42, 0.92)),
              radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 35%);
      color: #fff;
  }

  #dm-abrasifs-page .dm-hero-content {
      max-width: 830px;
      position: relative;
      z-index: 2;
  }

  #dm-abrasifs-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-abrasifs-page h1 {
      margin: 0 0 22px;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-abrasifs-page .dm-hero p {
      margin: 0;
      max-width: 760px;
      font-size: 18px;
      color: #edf4fa;
  }

  #dm-abrasifs-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border: 1px solid #e6ebf1;
      border-radius: 24px;
      background: #fff;
  }

  #dm-abrasifs-page .dm-soft {
      background: #f6f8fb;
      border-color: transparent;
  }

  #dm-abrasifs-page h2 {
      margin: 0 0 18px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.18;
      font-weight: 800;
  }

  #dm-abrasifs-page h3 {
      margin: 0 0 12px;
      color: #00294d;
      font-size: 22px;
      line-height: 1.25;
  }

  #dm-abrasifs-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-abrasifs-page p:last-child {
      margin-bottom: 0;
  }

  #dm-abrasifs-page .dm-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
      margin-bottom: 28px;
  }

  #dm-abrasifs-page .dm-section .dm-grid {
      margin-top: 22px;
  }

  #dm-abrasifs-page .dm-card {
      padding: 30px;
      border: 1px solid #e6ebf1;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  }

  #dm-abrasifs-page .dm-card h2 {
      font-size: 25px;
  }

  #dm-abrasifs-page .dm-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin: 24px 0 28px;
  }

  #dm-abrasifs-page .dm-list > div {
      padding: 24px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid #e6ebf1;
  }

  #dm-abrasifs-page .dm-list strong {
      display: block;
      margin-bottom: 8px;
      color: #00294d;
      font-size: 18px;
  }

  #dm-abrasifs-page .dm-tags {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin: 24px 0 28px;
  }

  #dm-abrasifs-page .dm-tags > div {
      padding: 20px 22px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid #e6ebf1;
      color: #4b5563;
  }

  #dm-abrasifs-page .dm-tags strong {
      color: #00294d;
  }

  #dm-abrasifs-page .dm-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 13px 24px;
      border-radius: 999px;
      background: #00294d;
      color: #fff !important;
      text-decoration: none;
      font-weight: 700;
      transition: 0.25s ease;
  }

  #dm-abrasifs-page .dm-btn:hover {
      transform: translateY(-2px);
      opacity: 0.9;
  }

  @media (max-width: 800px) {
      #dm-abrasifs-page {
          padding: 24px 14px;
      }

      #dm-abrasifs-page .dm-hero {
          padding: 46px 28px;
          border-radius: 22px;
      }

      #dm-abrasifs-page .dm-section {
          padding: 28px;
      }

      #dm-abrasifs-page .dm-grid,
      #dm-abrasifs-page .dm-list,
      #dm-abrasifs-page .dm-tags {
          grid-template-columns: 1fr;
      }
  }

  /* aero */

  #dm-aero-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-aero-page * {
      box-sizing: border-box;
  }

  #dm-aero-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0, 41, 77, 0.88), rgba(15, 23, 42, 0.92)),
              url("https://www.deco-meca.fr/img/cms/AdobeStock_752949045.jpeg") center/cover no-repeat;
      color: #fff;
  }

  #dm-aero-page .dm-hero-content {
      max-width: 800px;
      position: relative;
      z-index: 2;
  }

  #dm-aero-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-aero-page h1 {
      margin: 0 0 22px;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-aero-page h2 {
      margin: 0 0 18px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.18;
      font-weight: 800;
  }

  #dm-aero-page h3 {
      margin: 0 0 14px;
      color: #00294d;
      font-size: 22px;
      line-height: 1.25;
  }

  #dm-aero-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-aero-page .dm-hero p {
      margin: 0;
      max-width: 760px;
      font-size: 18px;
      color: #edf4fa;
  }

  #dm-aero-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border: 1px solid #e6ebf1;
      border-radius: 24px;
      background: #fff;
  }

  #dm-aero-page .dm-soft {
      background: #f6f8fb;
      border-color: transparent;
  }

  #dm-aero-page .dm-intro {
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 34px;
      align-items: center;
  }

  #dm-aero-page .dm-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 20px;
  }

  #dm-aero-page .dm-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
      margin-bottom: 28px;
  }

  #dm-aero-page .dm-card {
      padding: 30px;
      border: 1px solid #e6ebf1;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  }

  #dm-aero-page .d2b,
  #dm-aero-page .fort {
      color: #00294d;
      font-weight: 800;
  }

  #dm-aero-page ul {
      margin: 18px 0;
      padding: 0;
      list-style: none;
  }

  #dm-aero-page li {
      position: relative;
      padding-left: 22px;
      margin-bottom: 9px;
      color: #4b5563;
  }

  #dm-aero-page li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 12px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #00294d;
  }

  #dm-aero-page .dm-product-card img {
      display: block;
      max-width: 220px;
      width: 100%;
      height: auto;
      margin-top: 20px;
      border-radius: 14px;
  }

  #dm-aero-page .dm-links {
      display: grid;
      gap: 14px;
  }

  #dm-aero-page .dm-links a {
      display: flex;
      gap: 14px;
      align-items: center;
      padding: 18px 20px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid #e6ebf1;
      color: #00294d;
      text-decoration: none;
      font-weight: 700;
  }

  #dm-aero-page .dm-links img {
      width: 42px;
      height: 42px;
      object-fit: cover;
      border-radius: 50%;
      flex: 0 0 42px;
  }

  #dm-aero-page .dm-video video {
      width: 100%;
      max-width: 620px;
      height: auto;
      border-radius: 18px;
      background: #000;
  }

  @media (max-width: 800px) {
      #dm-aero-page {
          padding: 24px 14px;
      }

      #dm-aero-page .dm-hero {
          padding: 46px 28px;
          border-radius: 22px;
      }

      #dm-aero-page .dm-section {
          padding: 28px;
      }

      #dm-aero-page .dm-intro,
      #dm-aero-page .dm-grid {
          grid-template-columns: 1fr;
      }
  }

  /* E-Mobilité */

  #dm-emobilite-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-emobilite-page * {
      box-sizing: border-box;
  }

  #dm-emobilite-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0, 41, 77, 0.88), rgba(15, 23, 42, 0.92)),
              url("https://www.deco-meca.fr/img/cms/fournisseur-outil-coupe-secteur-emobilite.jpeg") center/cover no-repeat;
      color: #fff;
  }

  #dm-emobilite-page .dm-hero-content {
      max-width: 850px;
      position: relative;
      z-index: 2;
  }

  #dm-emobilite-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-emobilite-page h1 {
      margin: 0;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-emobilite-page h2 {
      margin: 0 0 18px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.18;
      font-weight: 800;
  }

  #dm-emobilite-page h3 {
      margin: 0 0 14px;
      color: #00294d;
      font-size: 22px;
      line-height: 1.25;
  }

  #dm-emobilite-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-emobilite-page p:last-child {
      margin-bottom: 0;
  }

  #dm-emobilite-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border: 1px solid #e6ebf1;
      border-radius: 24px;
      background: #fff;
  }

  #dm-emobilite-page .dm-soft {
      background: #f6f8fb;
      border-color: transparent;
  }

  #dm-emobilite-page .dm-intro {
      display: grid;
      grid-template-columns: 400px 1fr;
      gap: 34px;
      align-items: center;
  }

  #dm-emobilite-page .dm-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 20px;
  }

  #dm-emobilite-page .dm-solutions {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }

  #dm-emobilite-page .dm-solution {
      padding: 28px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid #e6ebf1;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  }

  #dm-emobilite-page .dm-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
      margin-bottom: 28px;
  }

  #dm-emobilite-page .dm-card {
      padding: 30px;
      border: 1px solid #e6ebf1;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  }

  #dm-emobilite-page .d2b,
  #dm-emobilite-page .fort {
      color: #00294d;
      font-weight: 800;
  }

  #dm-emobilite-page ul {
      margin: 18px 0;
      padding: 0;
      list-style: none;
  }

  #dm-emobilite-page li {
      position: relative;
      padding-left: 22px;
      margin-bottom: 9px;
      color: #4b5563;
  }

  #dm-emobilite-page li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 12px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #00294d;
  }

  #dm-emobilite-page .dm-product-card img {
      display: block;
      max-width: 240px;
      width: 100%;
      height: auto;
      margin: 20px 0;
      border-radius: 14px;
  }

  #dm-emobilite-page .dm-cta {
      text-align: center;
  }

  #dm-emobilite-page .dm-cta a {
      color: #00294d;
      font-weight: 800;
      text-decoration: none;
  }

  #dm-emobilite-page .dm-cta a:hover {
      text-decoration: underline;
  }

  @media (max-width: 800px) {
      #dm-emobilite-page {
          padding: 24px 14px;
      }

      #dm-emobilite-page .dm-hero {
          padding: 46px 28px;
          border-radius: 22px;
      }

      #dm-emobilite-page .dm-section {
          padding: 28px;
      }

      #dm-emobilite-page .dm-intro,
      #dm-emobilite-page .dm-solutions,
      #dm-emobilite-page .dm-grid {
          grid-template-columns: 1fr;
      }
  }

  /* atex */

  #dm-atex-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-atex-page * {
      box-sizing: border-box;
  }

  #dm-atex-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0, 41, 77, 0.88), rgba(15, 23, 42, 0.92)),
              url("https://www.deco-meca.fr/img/cms/outil-antideflagrant-atelier-industriel.jpeg") center/cover no-repeat;
      color: #fff;
  }

  #dm-atex-page .dm-hero-content {
      max-width: 850px;
      position: relative;
      z-index: 2;
  }

  #dm-atex-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-atex-page h1 {
      margin: 0;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-atex-page h2 {
      margin: 0 0 22px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.18;
      font-weight: 800;
  }

  #dm-atex-page h3 {
      margin: 0 0 18px;
      color: #00294d;
      font-size: 22px;
      line-height: 1.25;
  }

  #dm-atex-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-atex-page p:last-child {
      margin-bottom: 0;
  }

  #dm-atex-page a {
      color: #00294d;
      font-weight: 800;
  }

  #dm-atex-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border: 1px solid #e6ebf1;
      border-radius: 24px;
      background: #fff;
  }

  #dm-atex-page .dm-soft {
      background: #f6f8fb;
      border-color: transparent;
  }

  #dm-atex-page .dm-intro {
      display: grid;
      grid-template-columns: 400px 1fr;
      gap: 34px;
      align-items: center;
  }

  #dm-atex-page .dm-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 20px;
  }

  #dm-atex-page .d2b,
  #dm-atex-page .fort {
      color: #00294d;
      font-weight: 800;
  }

  #dm-atex-page .dm-benefits {
      display: grid;
      gap: 16px;
  }

  #dm-atex-page .dm-benefit {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 18px;
      align-items: start;
      padding: 22px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid #e6ebf1;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  }

  #dm-atex-page .dm-benefit span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #00294d;
      color: #fff;
      font-weight: 800;
  }

  #dm-atex-page .dm-benefit p {
      margin: 0;
  }

  #dm-atex-page .dm-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
      margin-bottom: 28px;
  }

  #dm-atex-page .dm-card {
      padding: 30px;
      border: 1px solid #e6ebf1;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  }

  #dm-atex-page .dm-product-card {
      text-align: center;
  }

  #dm-atex-page .dm-product-card img {
      display: block;
      max-width: 260px;
      max-height: 220px;
      width: auto;
      height: auto;
      margin: 20px auto 0;
      border-radius: 14px;
  }

  #dm-atex-page .dm-cta {
      text-align: center;
  }

  #dm-atex-page .dm-btn {
      display: inline-block;
      padding: 13px 24px;
      border-radius: 999px;
      background: #00294d;
      color: #fff !important;
      text-decoration: none;
      font-weight: 700;
      transition: 0.25s ease;
  }

  #dm-atex-page .dm-btn:hover {
      transform: translateY(-2px);
      opacity: 0.9;
  }

  @media (max-width: 800px) {
      #dm-atex-page {
          padding: 24px 14px;
      }

      #dm-atex-page .dm-hero {
          padding: 46px 28px;
          border-radius: 22px;
      }

      #dm-atex-page .dm-section {
          padding: 28px;
      }

      #dm-atex-page .dm-intro,
      #dm-atex-page .dm-grid {
          grid-template-columns: 1fr;
      }

      #dm-atex-page .dm-benefit {
          grid-template-columns: 1fr;
      }
  }
  /* maintenance */


  #dm-maintenance-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-maintenance-page * {
      box-sizing: border-box;
  }

  #dm-maintenance-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0, 41, 77, 0.94), rgba(15, 23, 42, 0.92)),
              radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 36%);
      color: #fff;
  }

  #dm-maintenance-page .dm-hero-content {
      max-width: 900px;
      position: relative;
      z-index: 2;
  }

  #dm-maintenance-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-maintenance-page h1 {
      margin: 0;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-maintenance-page h2 {
      margin: 0 0 22px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.18;
      font-weight: 800;
  }

  #dm-maintenance-page h3 {
      margin: 0 0 14px;
      color: #00294d;
      font-size: 22px;
      line-height: 1.25;
  }

  #dm-maintenance-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-maintenance-page p:last-child {
      margin-bottom: 0;
  }

  #dm-maintenance-page a {
      color: #00294d;
      font-weight: 800;
      text-decoration: none;
  }

  #dm-maintenance-page a:hover {
      text-decoration: underline;
  }

  #dm-maintenance-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border: 1px solid #e6ebf1;
      border-radius: 24px;
      background: #fff;
  }

  #dm-maintenance-page .dm-soft {
      background: #f6f8fb;
      border-color: transparent;
  }

  #dm-maintenance-page .dm-benefits {
      display: grid;
      gap: 16px;
  }

  #dm-maintenance-page .dm-benefit {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 18px;
      align-items: start;
      padding: 22px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid #e6ebf1;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  }

  #dm-maintenance-page .dm-benefit span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #00294d;
      color: #fff;
      font-weight: 800;
  }

  #dm-maintenance-page .dm-benefit p {
      margin: 0;
  }

  #dm-maintenance-page .dm-video-full {
      width: 100%;
      margin: 0 0 28px;
      border-radius: 24px;
      overflow: hidden;
      background: #000;
      box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
  }

  #dm-maintenance-page .dm-video-full video {
      display: block;
      width: 100%;
      height: auto;
  }

  #dm-maintenance-page .dm-video-inside {
      margin: 8px 0 0;
  }

  #dm-maintenance-page .dm-families {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
  }

  #dm-maintenance-page .dm-family {
      padding: 28px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid #e6ebf1;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  }

  #dm-maintenance-page .dm-family h3 a {
      color: #00294d;
  }

  #dm-maintenance-page .dm-links {
      display: grid;
      gap: 14px;
  }

  #dm-maintenance-page .dm-links a {
      display: flex;
      gap: 14px;
      align-items: center;
      padding: 18px 20px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid #e6ebf1;
      color: #00294d;
      font-weight: 700;
  }

  #dm-maintenance-page .dm-links img {
      width: 42px;
      height: 42px;
      object-fit: cover;
      border-radius: 50%;
      flex: 0 0 42px;
  }

  @media (max-width: 900px) {
      #dm-maintenance-page {
          padding: 24px 14px;
      }

      #dm-maintenance-page .dm-hero {
          padding: 46px 28px;
          border-radius: 22px;
      }

      #dm-maintenance-page .dm-section {
          padding: 28px;
      }

      #dm-maintenance-page .dm-families {
          grid-template-columns: 1fr;
      }

      #dm-maintenance-page .dm-benefit {
          grid-template-columns: 1fr;
      }
  }

  /* services : Rectification et finition d'outils coupants */

  #dm-rectification-outils-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-rectification-outils-page * {
      box-sizing: border-box;
  }

  #dm-rectification-outils-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0, 41, 77, 0.94), rgba(15, 23, 42, 0.92)),
              radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 36%);
      color: #fff;
  }

  #dm-rectification-outils-page .dm-hero-content {
      max-width: 850px;
      position: relative;
      z-index: 2;
  }

  #dm-rectification-outils-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-rectification-outils-page h1 {
      margin: 0 0 20px;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-rectification-outils-page h2 {
      margin: 0 0 18px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.18;
      font-weight: 800;
  }

  #dm-rectification-outils-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-rectification-outils-page .dm-hero p {
      margin: 0;
      max-width: 720px;
      font-size: 18px;
      color: #edf4fa;
  }

  #dm-rectification-outils-page a {
      color: #00294d;
      font-weight: 800;
      text-decoration: none;
  }

  #dm-rectification-outils-page a:hover {
      text-decoration: underline;
  }

  #dm-rectification-outils-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border: 1px solid #e6ebf1;
      border-radius: 24px;
      background: #fff;
  }

  #dm-rectification-outils-page .dm-intro {
      display: grid;
      grid-template-columns: 380px 1fr;
      gap: 38px;
      align-items: center;
  }

  #dm-rectification-outils-page .dm-image {
      text-align: center;
  }

  #dm-rectification-outils-page .dm-image img {
      display: block;
      width: 100%;
      max-width: 380px;
      height: auto;
      margin: 0 auto;
      border-radius: 22px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  }

  #dm-rectification-outils-page .dm-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
  }

  #dm-rectification-outils-page .dm-btn {
      display: inline-block;
      padding: 13px 24px;
      border-radius: 999px;
      background: #00294d;
      color: #fff !important;
      text-decoration: none;
      font-weight: 700;
      transition: 0.25s ease;
  }

  #dm-rectification-outils-page .dm-btn-light {
      background: #f6f8fb;
      color: #00294d !important;
      border: 1px solid #dce5ee;
  }

  #dm-rectification-outils-page .dm-btn:hover {
      transform: translateY(-2px);
      opacity: 0.9;
      text-decoration: none;
  }

  @media (max-width: 800px) {
      #dm-rectification-outils-page {
          padding: 24px 14px;
      }

      #dm-rectification-outils-page .dm-hero {
          padding: 46px 28px;
          border-radius: 22px;
      }

      #dm-rectification-outils-page .dm-section {
          padding: 28px;
      }

      #dm-rectification-outils-page .dm-intro {
          grid-template-columns: 1fr;
      }

      #dm-rectification-outils-page .dm-actions {
          flex-direction: column;
      }

      #dm-rectification-outils-page .dm-btn {
          text-align: center;
      }
  }

  /* recyclage */

  #dm-recyclage-carbure-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-recyclage-carbure-page * {
      box-sizing: border-box;
  }

  #dm-recyclage-carbure-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0, 41, 77, 0.92), rgba(15, 23, 42, 0.9)),
              url("http://www.deco-meca.fr/img/cms/recyclage-carbure-usage.jpg") center/cover no-repeat;
      color: #fff;
  }

  #dm-recyclage-carbure-page .dm-hero-content {
      max-width: 850px;
      position: relative;
      z-index: 2;
  }

  #dm-recyclage-carbure-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-recyclage-carbure-page h1 {
      margin: 0;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-recyclage-carbure-page h2 {
      margin: 0 0 22px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.18;
      font-weight: 800;
  }

  #dm-recyclage-carbure-page h3 {
      margin: 0 0 12px;
      color: #00294d;
      font-size: 21px;
      line-height: 1.25;
  }

  #dm-recyclage-carbure-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-recyclage-carbure-page p:last-child {
      margin-bottom: 0;
  }

  #dm-recyclage-carbure-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border: 1px solid #e6ebf1;
      border-radius: 24px;
      background: #fff;
  }

  #dm-recyclage-carbure-page .dm-soft {
      background: #f6f8fb;
      border-color: transparent;
  }

  #dm-recyclage-carbure-page .dm-intro {
      display: grid;
      grid-template-columns: 1fr 330px;
      gap: 38px;
      align-items: center;
  }

  #dm-recyclage-carbure-page .dm-image img {
      display: block;
      width: 100%;
      max-width: 330px;
      height: auto;
      margin: 0 auto;
      border-radius: 22px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  }

  #dm-recyclage-carbure-page .dm-steps {
      display: grid;
      gap: 16px;
  }

  #dm-recyclage-carbure-page .dm-step {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 18px;
      align-items: start;
      padding: 22px;
      border-radius: 20px;
      background: #f6f8fb;
      border: 1px solid #e6ebf1;
  }

  #dm-recyclage-carbure-page .dm-step span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #00294d;
      color: #fff;
      font-weight: 800;
  }

  #dm-recyclage-carbure-page .dm-step p {
      margin: 0;
  }

  #dm-recyclage-carbure-page .dm-benefits {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
  }

  #dm-recyclage-carbure-page .dm-benefit {
      padding: 26px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid #e6ebf1;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  }

  #dm-recyclage-carbure-page .dm-cta {
      text-align: center;
      background: #fff;
  }

  #dm-recyclage-carbure-page .dm-btn {
      display: inline-block;
      margin-top: 18px;
      padding: 13px 24px;
      border-radius: 999px;
      background: #00294d;
      color: #fff !important;
      text-decoration: none;
      font-weight: 700;
      transition: 0.25s ease;
  }

  #dm-recyclage-carbure-page .dm-btn:hover {
      transform: translateY(-2px);
      opacity: 0.9;
  }

  @media (max-width: 800px) {
      #dm-recyclage-carbure-page {
          padding: 24px 14px;
      }

      #dm-recyclage-carbure-page .dm-hero {
          padding: 46px 28px;
          border-radius: 22px;
      }

      #dm-recyclage-carbure-page .dm-section {
          padding: 28px;
      }

      #dm-recyclage-carbure-page .dm-intro,
      #dm-recyclage-carbure-page .dm-benefits {
          grid-template-columns: 1fr;
      }

      #dm-recyclage-carbure-page .dm-step {
          grid-template-columns: 1fr;
      }
  }

  /* Outils sur mesure */

  #dm-surmesure-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-surmesure-page * {
      box-sizing: border-box;
  }

  #dm-surmesure-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0, 41, 77, 0.94), rgba(15, 23, 42, 0.92)),
              radial-gradient(circle at top right, rgba(255,255,255,0.15), transparent 35%);
      color: #fff;
  }

  #dm-surmesure-page .dm-hero-content {
      max-width: 800px;
  }

  #dm-surmesure-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-surmesure-page h1 {
      margin: 0 0 18px;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-surmesure-page h2 {
      margin: 0 0 20px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.18;
      font-weight: 800;
  }

  #dm-surmesure-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-surmesure-page .dm-hero p {
      color: #edf4fa;
      font-size: 18px;
  }

  #dm-surmesure-page .dm-section {
      padding: 38px;
      border: 1px solid #e6ebf1;
      border-radius: 24px;
      background: #fff;
  }

  #dm-surmesure-page .dm-intro {
      display: grid;
      grid-template-columns: 1fr 320px;
      gap: 40px;
      align-items: center;
  }

  #dm-surmesure-page .dm-image {
      text-align: center;
  }

  #dm-surmesure-page .dm-image img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      border-radius: 22px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  }

  #dm-surmesure-page .dm-benefits {
      display: grid;
      gap: 16px;
      margin: 25px 0;
  }

  #dm-surmesure-page .dm-benefit {
      display: grid;
      grid-template-columns: 70px 1fr;
      gap: 18px;
      align-items: center;
      padding: 22px;
      border-radius: 20px;
      background: #f6f8fb;
      border: 1px solid #e6ebf1;
  }

  #dm-surmesure-page .dm-benefit span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: #00294d;
      color: #fff;
      font-weight: 800;
      font-size: 15px;
  }

  #dm-surmesure-page .dm-benefit p {
      margin: 0;
  }

  #dm-surmesure-page .d2b {
      color: #00294d;
      font-weight: 800;
  }

  #dm-surmesure-page .dm-actions {
      margin-top: 25px;
  }

  #dm-surmesure-page .dm-btn {
      display: inline-block;
      padding: 13px 24px;
      border-radius: 999px;
      background: #00294d;
      color: #fff !important;
      text-decoration: none;
      font-weight: 700;
      transition: 0.25s ease;
  }

  #dm-surmesure-page .dm-btn:hover {
      transform: translateY(-2px);
      opacity: 0.9;
      text-decoration: none;
  }

  @media (max-width: 800px) {

      #dm-surmesure-page {
          padding: 24px 14px;
      }

      #dm-surmesure-page .dm-hero {
          padding: 46px 28px;
          border-radius: 22px;
      }

      #dm-surmesure-page .dm-section {
          padding: 28px;
      }

      #dm-surmesure-page .dm-intro {
          grid-template-columns: 1fr;
      }

      #dm-surmesure-page .dm-benefit {
          grid-template-columns: 1fr;
          text-align: center;
      }

      #dm-surmesure-page .dm-benefit span {
          margin: 0 auto;
      }
  }

  /* service : Service d'affûtage et fabrication d'outils coupants */


  #dm-affutage-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-affutage-page * {
      box-sizing: border-box;
  }

  #dm-affutage-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0,41,77,.94), rgba(15,23,42,.92)),
              radial-gradient(circle at top right, rgba(255,255,255,.15), transparent 35%);
      color: #fff;
  }

  #dm-affutage-page .dm-hero-content {
      max-width: 850px;
  }

  #dm-affutage-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-affutage-page h1 {
      margin: 0 0 18px;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-affutage-page h2 {
      margin: 0 0 20px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      font-weight: 800;
  }

  #dm-affutage-page h3 {
      margin: 0 0 10px;
      color: #00294d;
      font-size: 22px;
  }

  #dm-affutage-page p {
      margin: 0;
      color: #4b5563;
  }

  #dm-affutage-page .dm-hero p {
      color: #edf4fa;
      font-size: 18px;
  }

  #dm-affutage-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border-radius: 24px;
      background: #fff;
      border: 1px solid #e6ebf1;
  }

  #dm-affutage-page .dm-soft {
      background: #f6f8fb;
      border-color: transparent;
  }

  #dm-affutage-page .dm-intro {
      display: grid;
      grid-template-columns: 240px 1fr;
      gap: 35px;
      align-items: center;
  }

  #dm-affutage-page .dm-image-small img {
      display: block;
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 15px 35px rgba(15,23,42,.12);
  }

  #dm-affutage-page .dm-benefits {
      display: grid;
      gap: 16px;
  }

  #dm-affutage-page .dm-benefit {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 18px;
      align-items: center;
      padding: 22px;
      background: #fff;
      border: 1px solid #e6ebf1;
      border-radius: 18px;
  }

  #dm-affutage-page .dm-benefit span {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #00294d;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
  }

  #dm-affutage-page .d2b {
      color: #00294d;
      font-weight: 800;
  }

  #dm-affutage-page .dm-banner {
      margin-bottom: 28px;
      overflow: hidden;
      border-radius: 24px;
      box-shadow: 0 18px 45px rgba(15,23,42,.12);
  }

  #dm-affutage-page .dm-banner img {
      display: block;
      width: 100%;
      height: auto;
  }

  #dm-affutage-page .dm-service {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 22px;
  }

  #dm-affutage-page .dm-service-card {
      padding: 28px;
      border-radius: 20px;
      background: #f6f8fb;
      border: 1px solid #e6ebf1;
  }

  #dm-affutage-page .dm-cta {
      text-align: center;
      background: #f6f8fb;
  }

  #dm-affutage-page .dm-btn {
      display: inline-block;
      margin-top: 20px;
      padding: 14px 28px;
      border-radius: 999px;
      background: #00294d;
      color: #fff !important;
      text-decoration: none;
      font-weight: 700;
  }

  #dm-affutage-page .dm-btn:hover {
      opacity: .9;
      text-decoration: none;
  }

  @media (max-width: 800px) {

      #dm-affutage-page {
          padding: 24px 14px;
      }

      #dm-affutage-page .dm-hero {
          padding: 46px 28px;
      }

      #dm-affutage-page .dm-section {
          padding: 28px;
      }

      #dm-affutage-page .dm-intro,
      #dm-affutage-page .dm-service {
          grid-template-columns: 1fr;
      }

      #dm-affutage-page .dm-benefit {
          grid-template-columns: 1fr;
          text-align: center;
      }

      #dm-affutage-page .dm-benefit span {
          margin: 0 auto;
      }
  }
  /* service : walter */


  #dm-walter-gps-page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 35px 18px;
      font-family: Arial, Helvetica, sans-serif;
      color: #243041;
      line-height: 1.7;
  }

  #dm-walter-gps-page * {
      box-sizing: border-box;
  }

  #dm-walter-gps-page .dm-hero {
      position: relative;
      overflow: hidden;
      margin-bottom: 34px;
      padding: 76px 52px;
      border-radius: 28px;
      background:
              linear-gradient(135deg, rgba(0,41,77,.94), rgba(15,23,42,.92)),
              radial-gradient(circle at top right, rgba(255,255,255,.15), transparent 35%);
      color: #fff;
  }

  #dm-walter-gps-page .dm-hero-content {
      max-width: 850px;
  }

  #dm-walter-gps-page .dm-hero span {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b9d8ee;
      font-weight: 700;
  }

  #dm-walter-gps-page h1 {
      margin: 0 0 18px;
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.08;
      font-weight: 800;
  }

  #dm-walter-gps-page h2 {
      margin: 0 0 20px;
      color: #00294d;
      font-size: clamp(25px, 3vw, 36px);
      font-weight: 800;
      line-height: 1.18;
  }

  #dm-walter-gps-page h3 {
      margin: 0 0 10px;
      color: #00294d;
      font-size: 22px;
  }

  #dm-walter-gps-page p {
      margin: 0 0 18px;
      color: #4b5563;
  }

  #dm-walter-gps-page p:last-child {
      margin-bottom: 0;
  }

  #dm-walter-gps-page .dm-hero p {
      color: #edf4fa;
      font-size: 18px;
  }

  #dm-walter-gps-page a {
      color: #00294d;
      font-weight: 800;
      text-decoration: none;
  }

  #dm-walter-gps-page a:hover {
      text-decoration: underline;
  }

  #dm-walter-gps-page .dm-section {
      margin-bottom: 28px;
      padding: 38px;
      border-radius: 24px;
      background: #fff;
      border: 1px solid #e6ebf1;
  }

  #dm-walter-gps-page .dm-soft {
      background: #f6f8fb;
      border-color: transparent;
  }

  #dm-walter-gps-page .dm-intro {
      display: grid;
      grid-template-columns: 1fr 260px;
      gap: 38px;
      align-items: center;
  }

  #dm-walter-gps-page .dm-image {
      text-align: center;
  }

  #dm-walter-gps-page .dm-image img {
      display: block;
      max-width: 230px;
      width: 100%;
      height: auto;
      margin: 0 auto;
      border-radius: 22px;
      box-shadow: 0 18px 45px rgba(15,23,42,.12);
  }

  #dm-walter-gps-page .dm-steps {
      display: grid;
      gap: 16px;
      margin-top: 24px;
  }

  #dm-walter-gps-page .dm-step {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 18px;
      align-items: start;
      padding: 22px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid #e6ebf1;
  }

  #dm-walter-gps-page .dm-step span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #00294d;
      color: #fff;
      font-weight: 800;
  }

  #dm-walter-gps-page .dm-step p {
      margin: 0;
  }

  #dm-walter-gps-page .dm-benefits {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 18px;
      margin-top: 24px;
  }

  #dm-walter-gps-page .dm-benefit {
      padding: 26px;
      border-radius: 22px;
      background: #f6f8fb;
      border: 1px solid #e6ebf1;
      box-shadow: 0 12px 28px rgba(15,23,42,.04);
  }

  #dm-walter-gps-page .dm-cta {
      text-align: center;
      background: #f6f8fb;
  }

  #dm-walter-gps-page .dm-btn {
      display: inline-block;
      margin-top: 20px;
      padding: 14px 28px;
      border-radius: 999px;
      background: #00294d;
      color: #fff !important;
      text-decoration: none;
      font-weight: 700;
      transition: .25s ease;
  }

  #dm-walter-gps-page .dm-btn:hover {
      opacity: .9;
      transform: translateY(-2px);
      text-decoration: none;
  }

  @media (max-width: 800px) {

      #dm-walter-gps-page {
          padding: 24px 14px;
      }

      #dm-walter-gps-page .dm-hero {
          padding: 46px 28px;
      }

      #dm-walter-gps-page .dm-section {
          padding: 28px;
      }

      #dm-walter-gps-page .dm-intro,
      #dm-walter-gps-page .dm-benefits {
          grid-template-columns: 1fr;
      }

      #dm-walter-gps-page .dm-step {
          grid-template-columns: 1fr;
      }
  }