Maintenance Technique Chauffage

Des projets techniques au service de la performance

Nos réalisations

Découvrez nos réalisations dans des secteurs variés, où notre expertise garantit confort, performance énergétique et conformité aux normes les plus exigeantes.

Réalisations Filtre Secteur
  • Tous
  • Tertiaire
  • Sport
  • Social
  • Médical
  • Industriel
  • Habitat collectif
  • Culturel
  • Chaufferies collectives
Filtrer les réalisations
  • La Table du Brasseur – Inside Park*

    La Table du Brasseur – Inside Park*

  • Salle de sports polyvalente

    Salle de sports polyvalente

  • Gymnase Gachet

    Gymnase Gachet

  • Réserve des 3 musées

    Réserve des 3 musées

  • Stade Geoffroy Guichard

    Stade Geoffroy Guichard

  • Musée de la Mine – Parc Couriot

    Musée de la Mine – Parc Couriot

  • Théâtre Albert-Camus

    Théâtre Albert-Camus

  • Cité du Design

    Cité du Design

  • École Saint-Jean-Bonnefonds

    École Saint-Jean-Bonnefonds

Nos Experts à Votre écoute !

Accompagnement et Étude de vos Projets Personnalisés

Vous avez un projet ou souhaitez en savoir plus sur nos solutions de chauffage, climatisation, et plomberie ? Notre équipe est à votre écoute pour répondre à vos besoins et vous accompagner dans chaque étape.
Nous contacter
/* -- The root styles must go in the element of the structure with the name "Hero Section". --*/
.cta-contact {
  --cta-contact-speed-animation: 35s;
  --cta-contact-transparency-size: 80px;

  .cta-contact__container-img{
    /* If you do not want the gradient masks at the top and bottom you can remove these styles */
    -webkit-mask-image: linear-gradient(to top, #000, #000, transparent 0, #000 var(--cta-contact-transparency-size), #000 calc(100% - var(--cta-contact-transparency-size)), transparent);
  }

  /* Column left styles */
  .cta-contact__column:first-child{    
    .cta-contact__column-img {
      animation-name: vertical-scroll-btt;
      animation-duration: var(--cta-contact-speed-animation);
      animation-iteration-count: infinite;
      animation-timing-function: linear;

      .cta-contact__img-wrapper{
        margin-bottom: var(--space-m);

        @media(max-width: 991px){
          margin-bottom: var(--space-s);
        }
      }
    }
  }

  /* Column right styles */
  .cta-contact__column:last-child{
    .cta-contact__column-img{
      animation-name: vertical-scroll-ttb;
      animation-duration: var(--cta-contact-speed-animation);
      animation-iteration-count: infinite;
      animation-timing-function: linear;

      .cta-contact__img-wrapper{
        margin-top: var(--space-m);

        @media(max-width: 991px){
          margin-top: var(--space-s);
        }
      }
    }
  }

}



/*-- Animation bot to top ↑ --*/
@keyframes vertical-scroll-btt {
  from {transform: translateY(0%);}
  to {transform: translateY(-100%);}
}

/*-- Animation top to bot ↓ --*/
@keyframes vertical-scroll-ttb {
  from {transform: translateY(-100%);}
  to {transform: translateY(0%);}
}