:root { 
/* Couleurs */
--orange: #F7BA00;
--grisFonce: #333333;
--grisClair: #F2F2F2;
--noir: #000000;
--fontText: 'Gotham Narrow Medium';
--fontSlogan: 'Desyrel';
}
@font-face { 
font-family: 'Gotham Narrow Medium';
src: url('../images/Gotham-Narrow-Medium.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face { 
font-family: 'Gotham Narrow Light';
src: url('../images/Gotham-Narrow-Light.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face { 
font-family: 'Desyrel';
src: url('../images/DESYREL_.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face { 
font-family: 'Gotham Narrow Bold';
src: url('../images/Gotham-Narrow-Bold.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
body { 
margin: 0;
   padding: 0;
   font-family: var(--fontText);
}
strong { 
color: var(--grisFonce);
}
div#zoneHaut span.diaporama_content div.gridHeader{
   display: grid;
   grid-template-columns: .5fr 1fr .5fr;
}

div#zoneHaut img.diaporama_image {
  height: 300px;
}

div#zoneHaut span.diaporama_content p.logoDiapo {
  margin: 0;
}

div#zoneHaut span.diaporama_content p.logoDiapo img {
  max-width: 90%;
}

div#conteneur div#zoneCentre hr.logo{
   width: 2.5rem;
}

div#conteneur div#zoneCentre hr.maintenance{
   width: 11rem;
   border: var(--orange) 1px solid;
}

div#conteneur div#zoneCentre section div.slogan p{
   font-family: var(--fontSlogan);
   font-size: 1.2rem;
}


div#conteneur div#zoneCentre section div.margeMobile p {
   margin: 1rem;
}

div#conteneur div#zoneBas div.contenuPortlet section div.contact p{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

div#zoneBas section.section-footer {
    background-color: var(--grisFonce);
    color: white;
}

div#zoneBas section.section-footer a strong {
    color: white;
}

div#zoneBas section.section-footer a, div#zoneHaut span.diaporama_content div.gridHeader p.tel a, div#zoneHaut span.diaporama_content div.gridHeader p.mail a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    display: inline-block;
}

div#zoneBas section.section-footer a[title*="Telephone"] {
    background-image: url("../images/tel.svg");
    background-repeat: no-repeat;
    padding-left: 2.5ch;
    background-size: 1.5rem;
}

div#zoneHaut span.diaporama_content div.gridHeader p.tel{
    /*background-image: url("../images/tel.svg");
    background-repeat: no-repeat;
    padding-left: 2.5ch;
    background-size: 2rem;
    background-position-x: center;*/
}

div#zoneBas section.section-footer a[title*="Adresse mail"] {
    background-image: url("../images/mail.svg");
    background-repeat: no-repeat;
    padding-left: 2.5ch;
    background-size: 1.5rem;
}

div#zoneHaut span.diaporama_content div.gridHeader p.mail {
    /*background-image: url("../images/mail.svg");
    background-repeat: no-repeat;
    padding-left: 2.5ch;
    background-size: 2rem;
    background-position-x: center;*/
}

div#zoneHaut span.diaporama_content div.gridHeader p.tel a span span.displayMobile, div#zoneHaut span.diaporama_content div.gridHeader p.mail a span span.displayMobile{
    display: none;
}

div#zoneHaut span.diaporama_content div.gridHeader p.tel a span img, div#zoneHaut span.diaporama_content div.gridHeader p.mail a span img{
    display: initial;
    width: 35px;
}

div#zoneBas section.section-footer a:hover, div#zoneHaut span.diaporama_content div.gridHeader p.tel a:hover, div#zoneHaut span.diaporama_content div.gridHeader p.mail a:hover {
    color: var(--orange);
}

div#conteneur div#zoneCentre section.intervention {
    background-color: var(--grisClair);
    display: flex;
    justify-content: center;
}

div#conteneur div#zoneCentre section.intervention div.col_clients {
    background-color: var(--orange);
    color: white;
}

div#conteneur div#zoneCentre section.intervention div.col_clients div.clients p.liste_client {
    font-weight: 700;
}

div#conteneur div#zoneCentre section.intervention div.row_intervention div:nth-child(1){
    order: 2;
}

div#conteneur div#zoneCentre section.intervention div.col_clients div.clients {
    padding: 1.5rem;
    line-height: 1.6rem;
}

div#zoneBas section.section-footer div.footer-contact{
    font-size: 1rem;
}

div#conteneur div#zoneCentre section.intervention div.row_intervention div.displayMobile{
    display: none;
}

div#conteneur div#zoneCentre section.intervention div.row_intervention div.displayDesktop{
    display: initial;
}

div#conteneur div#zoneCentre div.presentation p.description {
    font-size: 1.1rem;
}

div#conteneur div#zoneCentre div.presentation p.description span.entreprise {
    font-size: 1.2rem;
}

div#zoneBas section.section-footer div.snp_gallery div.gallery_grid a img.gallery_image{
   display: block;
   aspect-ratio: 1/0.7;
   object-fit: cover;
   object-position: center;
}

div#zoneBas section.section-footer div.snp_gallery div.gallery_grid a:nth-child(5){
   display:none;
}

div#zoneHaut span.diaporama_content {
   width: 100%;
}


div#zoneHaut span.diaporama_content p.cleEnMain img.masquerMobile{
   display: none !important;
}

div#zoneHaut span.diaporama_content p.cleEnMain img.masquerDesktop{
   display: block !important;
}

div#zoneHaut span.diaporama_content div.gridHeader p.logoDiapo {
   grid-area: 1 / 2 / 2 / 3;
}

div#zoneHaut span.diaporama_content div.gridHeader p.tel {
   grid-area: 1 / 1 / 2 / 2;
}

div#zoneHaut span.diaporama_content div.gridHeader p.mail {
   grid-area: 1 / 3 / 2 / 4;
}

div#zoneBas section.section-footer div.footer-contact div.adresse p {
   font-size: .8rem;
   margin-bottom: 0;
}

div#zoneBas div.IndeXysPortletUrl div.contenuPortlet p a {
   color: inherit;
   text-decoration: inherit;
}

div#zoneBas div.IndeXysPortletUrl div.contenuPortlet p a:hover {
   color: var(--orange);
   text-decoration: underline;
}@media screen and (min-width: 576px) {

  div#zoneHaut span.diaporama_content p.cleEnMain img{
    max-width: 90%;
  }


 div#zoneHaut span.diaporama_content p.cleEnMain img.masquerMobile{
   display: block !important;
 }

 div#zoneHaut span.diaporama_content p.cleEnMain img.masquerDesktop{
   display: none !important;
 }

}

@media screen and (min-width: 992px) {
  
  div#zoneHaut span.diaporama_content p.logoDiapo img {
    max-width: 100%;
  }

  div#zoneHaut span.diaporama_content div.gridHeader p.tel a span img, div#zoneHaut span.diaporama_content div.gridHeader p.mail a span img {
    width: 30px;
  }
  div#zoneHaut span.diaporama_content p.cleEnMain img{
    max-width: 100%;
  }

  div#zoneHaut span.diaporama_content div.gridHeader{
   display: grid;
   grid-template-columns: repeat(3,1fr);
  }

  div#zoneHaut img.diaporama_image {
   height: 525px;
  }

  div#zoneHaut span.diaporama_content div.gridHeader p.tel a span span.displayMobile, div#zoneHaut span.diaporama_content div.gridHeader p.mail a span span.displayMobile {
    display: initial;
  }

  div#zoneHaut span.diaporama_content div.gridHeader p.tel a span, div#zoneHaut span.diaporama_content div.gridHeader p.mail a span {
    display: inline-flex;
    gap: .5rem;
  }

  div#zoneHaut span.diaporama_content div.gridHeader p.tel, div#zoneHaut span.diaporama_content div.gridHeader p.mail{
    font-size: 1.3rem;
    margin-top: 3rem;
  }

  div#zoneBas section.section-footer div.footer-contact div.adresse p{
   margin-bottom: 1rem;
   font-size: 1.2rem;
  }

  div#zoneHaut span.diaporama_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  div#zoneHaut span.diaporama_content p.cleEnMain {
    padding-bottom: 6rem;
  }

  div#zoneBas section.section-footer div.snp_gallery div.gallery_grid a:nth-child(5){
   display:initial;
  }

  div#zoneBas section.section-footer div.snp_gallery div.gallery_grid {
   grid-template-columns: repeat(5,1fr);
  }

  div#conteneur div#zoneCentre div.presentation p.description {
    font-size: 1.3rem;
  }

  div#conteneur div#zoneCentre div.presentation p.description span.entreprise {
    font-size: 1.5rem;
  }

  div#conteneur div#zoneCentre section.intervention{
    margin-top: 1rem;
  }

  div#conteneur div#zoneCentre section.intervention div.row_intervention{
    width: 80%;
  }

  div#conteneur div#zoneCentre section.intervention div.row_intervention div:nth-child(1){
    order: initial;
  }

  div#conteneur div#zoneCentre section.intervention div.col_clients div.clients {
    padding: 2rem;
    line-height: 3rem;
    font-size: 1.5rem;
  }

  div#zoneBas section.section-footer div.footer-contact{
    font-size: 1.2rem;
    padding: .8rem;
  }

  div#conteneur div#zoneCentre section.intervention div.row_intervention div.displayMobile{
    display: initial;
  }

  div#conteneur div#zoneCentre section.intervention div.row_intervention div.displayDesktop{
    display: none;
  }

  div#conteneur div#zoneCentre section div.margeMobile p {
   margin: 0;
  }
}