.elementor-kit-32{--e-global-color-primary:#13100D;--e-global-color-secondary:#E3E3E3;--e-global-color-text:#C00D0D;--e-global-color-accent:#8C0127;--e-global-color-fd2ae9f:#D44215;--e-global-color-7c7adc1:#024F99;--e-global-color-fc0b311:#FFFFFF;--e-global-color-6e180a8:#78B9FF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:140%;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-db7f2f4-font-family:"Grotesk";--e-global-typography-db7f2f4-font-size:56px;--e-global-typography-db7f2f4-font-weight:700;--e-global-typography-867f5ed-font-family:"Sora";--e-global-typography-867f5ed-font-size:14px;--e-global-typography-867f5ed-font-weight:600;--e-global-typography-867f5ed-text-transform:uppercase;--e-global-typography-98674f8-font-family:"Sora";--e-global-typography-98674f8-font-size:16px;--e-global-typography-98674f8-font-weight:400;--e-global-typography-98674f8-text-transform:uppercase;--e-global-typography-92bdc1c-font-family:"Grotesk";--e-global-typography-92bdc1c-font-size:40px;--e-global-typography-92bdc1c-font-weight:bold;--e-global-typography-92bdc1c-line-height:120%;--e-global-typography-a801e46-font-family:"Sora";--e-global-typography-a801e46-font-size:16px;--e-global-typography-a801e46-font-weight:600;--e-global-typography-a801e46-text-transform:uppercase;}.elementor-kit-32 e-page-transition{background-color:#FFBC7D;}.elementor-kit-32 h2{font-family:"Grotesk", Sans-serif;font-size:40px;}.elementor-kit-32 h3{font-family:"Grotesk", Sans-serif;font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:810px){.elementor-kit-32 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --noir: #13100D;
  --blanc: #ffffff;
  --rouge: #C00D0D;
  --bleu: #024F99;
  --bleuclair: #78B9FF;
  --pourpre: #8C0028;
  --orange: #D54116;
  
  --transiline: width 0.7s cubic-bezier(.31,.31,.02,.99);
}



.menu-item-62 ul li {
    border-bottom:1px solid #A9A8A7 !important;
    width: 180px !important;
}

.menu-item-62 ul li::after {
    content:'';
    position: absolute;
    bottom: -0.9px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--blanc);
    transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
}

.menu-item-62 ul li:hover::after {
    width: 100%;
}


.header-blanc {
    z-index: 1000 !important;
}


#site-header {
    display: none !important;
}

html {
    font-size: 16px;
}

body {
    overflow-x: hidden;
}



.h1-site {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.h1-site::before {
    display: inline-block;
    background-image: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/barres.svg');
    height: 30px;
    width: 30px;
    content:'';
}

.container {
    width: 1280px;
    margin: 0 auto;
    z-index:50;
}

.logo-header .elementor-widget-container{
    width: 128px;
}

.logo-site .elementor-widget-container{
    width: 128px;
}




.elementor-menu-toggle:focus,
.elementor-menu-toggle:focus-visible,
.elementor-menu-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}



.contact-home a{
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--noir);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--noir);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
    &:hover::after {
        width: 100%;
    }
}


.contact-home-blanc a{
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--blanc);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--blanc);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
    &:hover::after {
        width: 100%;
    }
}

.contact-home-rouge a{
    height: 36px;
    position: relative;
    background:none !important;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--rouge);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--rouge);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
    &:hover::after {
        width: 100%;
    }
}


.contact-site a{
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--blanc);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--blanc);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
    &:hover::after {
        width: 100%;
    }
}


.btn-cat {
    width: fit-content;
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--noir);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--noir);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
}


.btn-service:hover .btn-cat-blanc::after, .btn-service:hover .btn-cat-orange::after, .btn-service:hover .btn-cat-bleu::after, .btn-service:hover .btn-cat-pourpre::after, .btn-service:hover .btn-cat-rouge::after{
    width: 100%;
}


.btn-cat-blanc {
    width: fit-content;
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--blanc);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--blanc);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
}

.btn-cat-rouge {
    width: fit-content;
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--rouge);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--rouge);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
}


.btn-cat-bleu {
    width: fit-content;
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--bleu);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--bleu);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
}


.offre-card-frame:hover .btn-cat-rouge::after {
    width: 100%;
}

.offre-card-frame{
    position: relative;
}


.offre-card-frame::after {
    content:'';
    width: 66.66%;
    height: 4px;
    background-color: var(--rouge);
    transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    z-index: 100;
}

.offre-card-frame:hover::after{
    width: 100%;
}


.offre-card {
    z-index: 100;
}

.offre-card .rond-coin {
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}


.type-offre_emploi {
    overflow: hidden;
}

.type-offre_emploi:nth-child(3n+1) .rond-coin {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}

.type-offre_emploi:nth-child(3n+2) .rond-coin {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.type-offre_emploi:nth-child(3n) .rond-coin {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
}



.btn-cat-pourpre {
    width: fit-content;
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--pourpre);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--pourpre);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
}


.btn-cat-orange {
    width: fit-content;
    height: 36px;
    position: relative;
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--orange);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--orange);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
}




.contact-blanc a{
    height: 36px;
    position: relative;
    color: var(--blanc);
    &::before {
        content:'';
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: var(--blanc);
        height: 1px;
    }
    &::after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: var(--blanc);
        height: 1px;
        transition: width 0.7s cubic-bezier(.31,.31,.02,.99);
    }
    &:hover::after {
        width: 100%;
    }
}



.video-home {
    aspect-ratio: 1792 / 824;
}


.label {
    display: flex;
    gap: 1rem;
    display: flex;
    align-items: end;
}

.label-bleuclair {
    display: flex;
    gap: 1rem;
    display: flex;
    align-items: end;
}


.label-blanc {
    display: flex;
    gap: 1rem;
    display: flex;
    align-items: end;
}

.label-bleu {
    display: flex;
    gap: 1rem;
    display: flex;
    align-items: end;
}

.label-rouge {
    display: flex;
    gap: 1rem;
    display: flex;
    align-items: end;
    
    
}

.label-orange {
    display: flex;
    gap: 1rem;
    display: flex;
    align-items: end;
}

.label-pourpre {
    display: flex;
    gap: 1rem;
    display: flex;
    align-items: end;
}

.label::before {
  content: '';
  width: 35px;
  height: 35px;
  background: var(--bleu);
 clip-path: polygon(100% 8%, 0% 100%, 100% 100%);
  z-index: 0;
  display: inline-block;
}

.label-bleuclair::before {
  content: '';
  width: 35px;
  height: 35px;
  background: var(--bleuclair);
 clip-path: polygon(100% 8%, 0% 100%, 100% 100%);
  z-index: 0;
  display: inline-block;
}

.label-blanc::before {
  content: '';
  width: 35px;
  height: 35px;
  background: var(--blanc);
 clip-path: polygon(100% 8%, 0% 100%, 100% 100%);
  z-index: 0;
  display: inline-block;
}


.label-rouge::before {
  content: '';
  width: 35px;
  height: 35px;
  background: var(--rouge);
 clip-path: polygon(100% 8%, 0% 100%, 100% 100%);
  z-index: 0;
  display: inline-block;
}

.label-orange::before {
  content: '';
  width: 35px;
  height: 35px;
  background: var(--orange);
 clip-path: polygon(100% 8%, 0% 100%, 100% 100%);
  z-index: 0;
  display: inline-block;
}

.label-pourpre::before {
  content: '';
  width: 35px;
  height: 35px;
  background: var(--pourpre);
 clip-path: polygon(100% 8%, 0% 100%, 100% 100%);
  z-index: 0;
  display: inline-block;
}

.label-bleu::before {
  content: '';
  width: 35px;
  height: 35px;
  background: var(--bleu);
 clip-path: polygon(100% 8%, 0% 100%, 100% 100%);
  z-index: 0;
  display: inline-block;
}


.cat-home .cat-img {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    &::after {
        content:'';
        background-color: var(--bleu);
        height: 4px;
        width: 66.66%;
        display: inline-block;
        transition: var(--transiline);
    }
}

.cat-home:hover .cat-img::after {
    width: 100%;
}

.cat-home:hover .btn-cat::after {
    width: 100%;
}


.is-bois {
    background-color: var(--orange) !important;
}


.is-aluminium {
    background-color: var(--bleu) !important;
}

.is-pvc {
    background-color: var(--pourpre) !important;
}

.is-autre {
    background-color: var(--noir) !important;
}


/* ANIMATION TRIANGLES */
.piece {
    position: absolute;
    right: 0;
    width: auto;
    height: 400px;
    transition: transform 0.7s cubic-bezier(.31,.31,.02,.99);
    will-change: transform;
 }


  /* --- nouvelles formes de triangles --- */
  .p1 {
     
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    transform: translate(-30%,30%) rotate(-25deg);
    transform-origin: 0% 100%;
    z-index:1;
  }

  .p2 {
    clip-path: polygon(70% 70%, 100% 0, 100% 100%);
    -webkit-clip-path: polygon(70% 70%, 100% 0, 100% 100%);
    transform: translate(30%,-30%) rotate(30deg);
    transform-origin: 100% 0%;
    z-index:2;
  }

  .p3 {
    clip-path: polygon(70% 70%, 0 0, 100% 0);
    -webkit-clip-path: polygon(70% 70%, 0 0, 100% 0);
    transform: translate(30%,30%) rotate(-15deg);
    transform-origin: 100% 50%;
    z-index:3;
  }
 
 
.p1::before,
.p2::before,
.p3::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid white; /* contour blanc */
  clip-path: inherit;      /* reprend le clip-path du parent */
  -webkit-clip-path: inherit;
  background: transparent;
  pointer-events: none;
}
 
 
 

  /* --- Hover / focus : assemble le puzzle --- */
  .puzzle-section:hover .piece,
  .puzzle-section:focus-within .piece {
    transform: translate(0,0) rotate(0deg);
  }


.op50 {
    opacity: 0.5;
}



.op75 {
    opacity: 0.75;
}



/* OFFRE EMPLOI */

.info-offre {
    padding: 12px;
    border: 1.5px solid var(--noir);
    height: max-content;
}

.info-offre-blanc {
    padding: 12px;
    border: 1.5px solid var(--blanc);
    height: max-content;
}

.info-offre .elementor-widget-container {
    height: 12px;
}

.info-offre .elementor-widget-container p {
    line-height: 12px;
}


.offre-lieu p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    &::before {
        content:'';
        width: 15px;
        height: 20px;
        background-image: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/pin.svg');
        display: inline-block;
        background-size: cover;
    }
}

.offre-lieu-blanc p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    &::before {
        content:'';
        width: 15px;
        height: 20px;
        background-image: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/10/pin-blanc.svg');
        display: inline-block;
        background-size: cover;
    }
}


.offre-contrat p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    &::before {
        content:'';
        width: 15px;
        height: 20px;
        background-image: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/contrat.svg');
        display: inline-block;
        background-size: cover;
    }
}

.offre-contrat-blanc p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    &::before {
        content:'';
        width: 15px;
        height: 20px;
        background-image: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/10/contrat-blanc.svg');
        display: inline-block;
        background-size: cover;
    }
}

.svg-orange {
    color: var(--orange);
}

.svg-bleu {
    color: var(--bleu)
} 


.carousel{
    width: 120vw !important;
    overflow: visible;
}



.swiper-pagination {
    width:83.08% !important;
    bottom: -40px !important;
}

.swiper-pagination-bullet {
  width: 25% !important;
  border-radius: 0 !important;
}


.elementor-swiper-button-prev {
    left: 0 !important;
    bottom: -128px;
    top: inherit !important;
}

.elementor-swiper-button-next {
    left: 64px !important;
    bottom: -128px;
    top: inherit !important;
    width: fit-content;
}


.carousel-ent .swiper-pagination-horizontal {
    transform: initial !important;
    left: initial !important;
    top: initial !important;
}


.carousel-ent .swiper-pagination-horizontal  .swiper-pagination-bullet {
    width: 33.33% !important;
}


.carousel-ent .swiper-pagination-horizontal .swiper-slide {
    flex:1 !important;
}


.container-carousel-ent .carousel-ent .elementor-element-667faec {
    width: 140vw !important;
}

.container-carousel-ent .swiper-slide {
    height: inherit !important;
}


/* HERO SECTION ANIM */




.rond-anim.animate {
  animation: spinAndMove 1.5s cubic-bezier(.17,.52,.14,.91) forwards;
}

@keyframes spinAndMove {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  100% {
    transform: rotate(-90deg) translateY(-5%);
  }
}



  header{
      position:relative;
      z-index:100;
  }
  
  




/***** RESPONSIVE *****/

@media screen and (max-width: 1440px) {
    
    .container-spont {
        padding:0 !important;
    }
    
}




@media screen and (max-width: 1366px) {
  .container {
    width:100%;
    padding: 0 4rem;
  }
  
  .container-hero {
      padding: 4rem 4rem 0 4rem;
  }
  
  
  .container-header {
      padding: 4rem 4rem 4rem 4rem;
  }
  
  .container-footer {
      padding:2rem;
  }
 


}




@media screen and (max-width: 1024px) {
    
      .container {
        width:100%;
        padding: 0 2rem;
      }
      
      .container-header {
          padding: 2rem;
      }
      
      .container-hero {
          padding: 2rem 2rem 0 2rem;
      }
      
    .nav-header .elementor-nav-menu--dropdown {
        top:67px !important;
    }
    
    .nav-header .elementor-nav-menu--dropdown .sub-menu li {
        width:100% !important;
    }
    
    
    .nav-header .elementor-nav-menu--dropdown .sub-menu li:last-child {
        margin-bottom:1rem;
    }
    
    h2 {
        font-size:1.7rem !important;
    }
    
    body {
        overflow-x:hidden !important;
    }
    
    .container-catalogue {
        padding:0;
    }
    
    
    


}



@media screen and (max-width: 768px) {

    footer a, footer p {
        font-size:12px !important;
    }
  
      h2 {
        font-size:1.3rem !important;
    }
    
    
    .hero-video {
        overflow-x:hidden;
    }
    
    .qui-sommes-nous {
        overflow-x:hidden;
    }

    .container-qui {
        width:100%;
        padding: 0 2rem;
        margin:0;
    }
    
    
    .h1-site::before {
        display:none;
    }


    .btn-cat {
        font-size:12px !important;
    }
    
    
    .rond-anim-hero {
        display:none;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-regular.woff2') format('woff2'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-regular.woff') format('woff'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-bold.woff2') format('woff2'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-bold.woff') format('woff'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-medium.woff2') format('woff2'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-medium.woff') format('woff'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-semibold.woff2') format('woff2'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-semibold.woff') format('woff'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/sora-semibold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-regular.woff2') format('woff2'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-regular.woff') format('woff'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Grotesk';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-bold.woff2') format('woff2'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-bold.woff') format('woff'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-medium.woff2') format('woff2'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-medium.woff') format('woff'),
		url('https://www.ouest-fermeture.com/wp-content/uploads/2025/09/cabinetgrotesk-medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */