/* BOX SIZING */
* {
  box-sizing: border-box;
}

/* @font-face {
  font-family: 'IBM Plex Mono';
  src: url('woff2/IBMPlexMono-Regular-Latin1.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 700;
  src: url('woff2/IBMPlexMono-Bold-Latin1.woff2') format('woff2');
} */

@font-face{
  font-family: 'IBM Plex Sans';
  src: url('woff2/IBMPlexSans-Regular-Latin1.woff2') format('woff2');
}

@font-face{
  font-family: 'IBM Plex Sans';
  font-weight: 700;
  src: url('woff2/IBMPlexSans-Bold-Latin1.woff2') format('woff2');
}

body{
  background: #FFF9ED;
  color: #000001;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
}

@media screen and (min-width: 768px) {
  body{
    font-size: 18px;
  }
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

h2{
  color:#0A700C;
  font-size: 1.4em;
}

a{
  color:#0A700C;
  text-decoration:none;
}

p,li{
  margin-bottom:1.6em;
  max-width: 700px;
}

sup{
  font-size: 0.8em;
}

.border-bottom{
  border-bottom:1px dotted #0A700C;
}





.header{
  display: grid;
  /* grid-template-columns: auto 1fr auto; */
  text-align: right;
  max-width: 1200px ;
  margin:0 auto;
  padding: 48px 0 0 0;
  position: relative;
  background-color: #FFF9ED;

}


.logo__fixed{
  position:fixed;
  z-index: 99999;
  right:8px;
  top:8px;
  display: block;
  transform: rotate(25deg) scale(2);
  border-radius: 50%;
  transform: translate(4px,-20px) rotate(25deg) scale(0.65);
  transform-origin:center center;
}

@media screen and (min-width: 768px) {
  .logo__fixed{
    position:fixed;
    z-index: 99999;
    right:calc(50% - 600px + 148px);
    top:96px;
    display: block;
    transform: rotate(25deg) scale(2);
  }
}


.header__title{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.wrapFullWidth{
  width:100vw;
  margin-left:calc(-50vw + 50%);
  background-color: #FFF9ED;
}

.header-cta{
  z-index: 9999;
  position: fixed;
  width: 100%;
  transform: translateZ(0);
  will-change: top;
  backface-visibility: hidden;
  top:0;
  background-color: #FFF9ED;
}

.maxwidth{
  width:100%;
  padding: 24px 0px;
  /* height:100px; */
  position: relative;
  filter: url(#goo);
  display:grid;
  grid-template-columns:  calc(100vw - 32px) ;
  justify-content: center;
  box-shadow: 0 16px 16px rgba(0,0,0,0.05);
}

@media screen and (min-width: 768px) {
  .maxwidth{
    grid-template-columns: auto calc(100vw - 48px) auto;
  }  
}

@media screen and (min-width: 1200px) {
  .maxwidth{
    grid-template-columns:  1152px; 
  }  
  
}


.cta-logo{
  display:inline-block;
  /* position: absolute; */
  width: 52px;
  height: 52px;
  opacity: 0;
  transform: translate(0,0);
  grid-area: 1/1/-1/-1;

}



.cta{
  /* position: absolute; */
  grid-area: 1/1/-1/-1;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  /* will-change: transform; */
  font-size: 14px;
  transform: translate(0,0);
  max-width: calc(100% - 64px);
  /* transition: max-width 0.3s; */
}

.clicked.cta{
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .clicked.cta{
    align-items: center;
    flex-direction: row;    
  }
}

@media screen and (min-width: 480px) {
  .cta{
    font-size: 16px;
  }
}

.no-mobile{
  display:none;
}

@media screen and (min-width: 480px) {
  .no-mobile{
    display:inline-block;
  }
}

.cta>span,
.cta .y,
.cta .tel,
.cta .mail,
.cta .cta-action{
  display: inline-block;
  background-color: #0A700C;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 24px;
  will-change: transform;
  white-space: nowrap; /* Empêche le texte de passer à la ligne */
  overflow:hidden;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.cta>span{
  z-index: 999;
  cursor: pointer;
}

.cta .cta-action{
  width: 48px;
  transition: transform 0.3s;
}

.cta .tel,.cta .mail,.cta .y{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  vertical-align: middle;
  width:24px;
  height: 24px;
  margin-left:-12px;
  padding: 0;
}

.tel{
  background-image: url('images/tel.svg');
}
.mail{
  background-image: url('images/mail.svg');
}
.y{
  background-image: url('images/y.svg');
 }





@media screen and (min-width: 1063px) {
  .left-side{
    margin-right:12px;
  }
  .right-side>*{
    margin-left:12px;
  }
}
@media screen and (min-width: 1063px) {
  .metaux{
    border-top:1px dotted #0A700C
  }
}

@media screen and (min-width: 768px) {
  .notre-mission,
  .nos-services,
  .pourquoi-nous-choisir,
  .metaux,
  .nos-equipements{
    padding-left:48px;
    /* margin-bottom:48px; */
  }
  .notre-mission h2, 
  .nos-services h2, 
  .pourquoi-nous-choisir h2, 
  .metaux h2, 
  .nos-equipements h2{
    margin-left:-48px;
  }
}

.notre-mission h2::before,
.nos-services h2::before,
.pourquoi-nous-choisir h2::before,
.metaux h2::before,
.nos-equipements h2::before{
  content:'';
  display:inline-block;
  width:34px;
  height:34px;
  background-size:contain;
  background-repeat:no-repeat;
  margin-right:12px;
  transform: translateY(8px);
}

@media screen and (min-width: 768px) {
  .notre-mission h2::before,
  .nos-services h2::before,
  .pourquoi-nous-choisir h2::before,
  .metaux h2::before,
  .nos-equipements h2::before{
    margin-right:14px;
    transform: translateY(8px);
  }
}

.notre-mission h2::before{
  background-image:url('images/notre-mission.svg');
}

.nos-services h2::before{
  background-image:url('images/nos-services.svg');
}

.pourquoi-nous-choisir h2::before{
  background-image:url('images/pourquoi-nous-choisir.svg');
}

.metaux h2::before{
  background-image:url('images/metaux.svg');
}

.nos-equipements h2::before{
  background-image:url('images/nos-equipements.svg');
}

.grid{
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 124px;
  padding:0 8px;
}

@media screen and (min-width: 1063px) {
  .grid{
    display: grid;
    gap:0;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    padding:0 24px;
  }
  .articles-group{
    display: grid;
    border-left:1px dotted #0A700C;
    grid-template-rows: auto 1fr;
  }
}



.footer{
  max-width: 1200px;
  margin:0 auto;
  padding:48px 24px;
  line-height: 1.9;
}

.footer .hours{
  /* padding:8px 12px; */
  /* background-color: #0A700C; */
  color: #0A700C;
  /* border-radius: 24px;
  width: auto;
  max-width: auto;
  display: inline-block; */
}

.footer .contact-info{
  display: grid;
  grid-template-columns: auto 1fr;
  width:100%;
  max-width: 100%;
  align-items: center;
  gap:0 6px;
}
@media screen and (min-width: 540px) {
  .footer .contact-info{
    grid-template-columns: repeat(4, auto) 1fr;
  }
}

@media screen and (min-width: 840px) {
  .footer .contact-info{
    display: grid;
    grid-template-columns: repeat(4, auto) 1fr;
    width:100%;
    max-width: 100%;
    align-items: center;
    gap:0 6px;
  }
  

  
}

.span-adress{
  display: grid;
  grid-column: 1/-1;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap:0 6px;

}
@media screen and (min-width: 540px) {
  .span-adress{
    grid-template-columns: repeat(3, auto) 1fr;  
  }
}

@media screen and (min-width: 840px) {
  .span-adress{
    grid-column: -2/-1;
    grid-template-columns: repeat(3, auto) 1fr;  
  }
}


canvas{
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top:0;
  left:0;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 768px) {
  canvas{
    display: block;
    opacity: 0.3;
  }
}
@media screen and (min-width: 1063px) {
  canvas{
    opacity: 1;
  }
}

ul{
  padding: 0;
}
li{
  list-style: none;
}
li::before{
  content: '• ';
  color: #0A700C;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


.icon-tel,
.icon-siege,
.icon-mail{
  display:inline-block;
  width:20px;
  height:20px;
  background-color: #0A700C;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  border-radius: 50%;
  /* transform: translateY(-2px); */
}

.icon-mail{
  background-image: url('images/mail.svg');
}
.icon-tel{
  background-image: url('images/tel.svg');
}
