
/*ADD ANOUK*/
.imageBanniere{
  padding-right: 2.7777777777777777em;
}
.texteBanniere h2{
  font-size: clamp(30px, calc(12px + 2.5vw), 3.33rem) !important;
}
@media screen and (max-width: 1024px){


.h5050-text .surtitres{
  letter-spacing: 0.1em;
  padding-top: 2.375em!important;
  padding-bottom: 2.375em!important;
}
}

/*CHANGE*/


/*--------MENU--------*/
.menuDesktop {
  display: inline-block;
}
.menuMobile {
  display: none;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
#burger-menu .burger-icon {
  width: 30px;
  cursor: pointer!important;
  z-index: 1001;
  position: absolute;
  top: 4.444444444444445em;
  left: 4.5%;
}

#burger-menu .burger-icon div {
  height: 2px;
  background: #000;
  margin: 8px 0;
  border-radius: 2px;
  transition: 0.3s;
}

#burger-menu .side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: white;
  overflow: hidden;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  min-height: 1080px;
}
#burger-menu.open .side-menu {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
#burger-menu .side-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-transform: uppercase;
}

#burger-menu .side-menu ul li {
  margin: 10px 0;
  text-align: left;
}

#burger-menu .side-menu ul li a {
  text-decoration: none;
  font-size: 2.7777777777777777rem;
  display: block;
  font-family: var(--font-rondal);
  font-weight: 600;
  line-height: 1.033;
}
.sub-menu {
  padding-top: 0.2em !important;
  gap: 5px !important;
}
#burger-menu .side-menu .sub-menu ul {
  gap: 20px;
}
.sub-menu li a {
    font-size: 1.05em !important;
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    text-transform: lowercase;
    line-height: 0.2 !important;
}

.sub-menu li a::first-letter {
    text-transform: uppercase !important;
}

/* Animation to X */
#burger-menu.open .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

#burger-menu.open .line2 {
  opacity: 0;
}

#burger-menu.open .line3 {
  transform: rotate(-45deg) translate(8px, -9px);
}

.menu-item-has-children.open > a::after {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.logoPad{
  padding-top: 12.333333333333334em;
}
.menuPad {
    padding-top: 14rem;
    transition: padding-top 0.03s ease-in-out;
}
.menuPad.padOpenSubMenu {
    padding-top: 10rem;
}
.contactInfo{
  padding-top: 11.2666667em;
}
.contactInfo a:hover{
  color: var(--grisP);
}
#burger-menu .logo img{
  max-width: 100%;
}
/* RESPONSIVE */
@media screen and (max-width: 1440px) {
  .menuPad {
      padding-top: 9em;
      padding-right: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .logoPad{
    padding-top: 9.375em;
  }
.menuPad {
  padding-top: 2em;
}
  #burger-menu .side-menu ul {
      gap: 10px;
  }
  #burger-menu .side-menu ul li {
      margin: 15px 0;
  }
  .contactInfo {
    padding-top: 14.0266667em;
}
}
/*--------FOOTER--------*/
#colophon .logo img{
  max-width: 100%!important;
}
#colophon{
  padding-top: 3.3333333333333335em;
}

.footerPad{
  padding-top: 3.3333333333333335em;
  padding-bottom: 3.3333333333333335em;
  border-top: 1px solid #C9C9C9;
}
.footerPad .logo{
  padding-right: 3.1666666666666665em;
}
.footerTitre{
  text-transform: uppercase;
  padding-top: 0.8333333333333334em;
  padding-bottom: 1.9444444444444444em;
}
.copyRight{
  padding-top: 0.8333333333333334em;
}
.copyRight a:hover{
  color: var(--grisP);
}

/*.rsFooter,
.contactPad{
  padding: 0.5555555555555556em 0;
}*/

.contactFooter{
  display: flex;
  gap:5px;
  align-items: center;
}
.contactFooter .separator {
    transform: scaleX(0.8) !important;
}
.contactFooter a:hover{
  color: var(--grisP);
}
@media screen and (max-width: 1440px){
.contactFooter {
    gap:2px;
}
.separator{
  display: none;
}
}
@media screen and (max-width: 1024px) {


#colophon .logo{
  padding-bottom: 1.9444444444444444em;
}
.rsFooter{
  padding-bottom: 1.3888888888888888em;
}
#colophon .footerPad{
  padding-left: 8.33%;
  padding-right: 8.33%;
  padding-bottom: 1.2222222222222223em;
}

}
/*--------CTA BANNIERE + image--------*/
  .ctaImage{
    padding-top: 4.65em;
    padding-bottom: 4.65em;
  }
  .cta{
    padding-bottom: 4.65em;
  }
  .cta img{
    padding-bottom: 1.375em;
  }
  .text_lien{
    display: flex;
    justify-content: center;
  }
  .colCTA{
    width: calc(91.6666666667% + 4.53%);
  }
 /* .sideImage{
    padding-left: 4em;
  }*/
  @media screen and (max-width: 1024px) {
  .cta .containerL,
  .cta .container11L{
      padding-left:0;
  }
  .ctaImage .containerL,
  .ctaImage .container11L,
  .ctaImage .sideImage {
      padding-left:0;
  }
}
/*-------3 COLONNES---------*/
.col3 {
  padding-top: 4.65em;
  padding-bottom: 4.65em;
}
.texe_col3{
  padding-bottom: 2.3333333333333335em;
}
/*-------3 COLONNES BLOGUE---------*/
.image_blogue{
  padding: 0 4em;
}
.col3Blogue{
  margin: 4.65em 0;
}
.padBlogue{
  padding: 3.2em 0;
 /* border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;*/
}
.borderTopBlogue {
  border-top: 1px solid #C9C9C9;
}
.borderBlogue {
  border-bottom: 1px solid #C9C9C9;
  margin-left: -8em;
  margin-right: -8em;
}
.col3Blogue .btn{
  max-width: 100%!important;
}

/*-------3 COLONNES ETAPES---------*/
.col3Etapes{
  min-height: 25em;
}
.col3Etapes .bigNumber{
  font-size: 23.38888888888889em;
  font-family: var(--font-rondal);
  font-weight: 600;
  text-align: center;
  color: var(--grisP);
}
.titreEtapes{
  color: var(--grisP);
  padding: 0 4em;
  text-align: center;
}
.bgGrisEtapes{
  background-color: #F8F8F8;
  display: inline-block;
  width: 100%;
}
/*-------Portfolio---------*/
.filter-button[data-cat="blogue"] {
    display: none !important;
}
.btn-filter .surtitres {
  padding: 0.8em 1em;
  margin-bottom: 0 !important;
}
.card.fade {
    opacity: 0;
    pointer-events: none;
    display: none;
}
.card.visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
.card-image {
    cursor: zoom-in;
    min-height: 650px;
    max-height: 650px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-position: center;
    -webkit-transition: all .5s ease;
}
.realisation-grid .container{
  padding-top: 5.388888888888889em;
}
.card-image:hover{
  transform: scale(1.2);
}
.image-box{
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-filter-wrapper{
  padding-bottom: 0.7em;
}
.portfolio_Grid .col{
  box-sizing: border-box;
  width: 100%;
}

.portfolio_Grid{
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;

}
.catPortfolio{
  text-align: right;
  padding-top: 0.6666666666666666em;
}
.catPortfolio .surtitres {
  padding: 0;
}
.filter-button{
  padding: 0.6666666666666666em 1.1111111111111112em;
  margin: 0 0.8333333333333334em;
  background: none;
}
.allBtn{
  margin-left: 0!important;
}
.filter-button.active{
  background-color: var(--noir);
  color: #fff!important;
}
.btn-filter .filter-button.active:hover{
  background-color: var(--noir)!important;
}
.filter-button:hover{
  background-color: var(--grisP)!important;
}
.lineGrid{
  border-top: 1px solid #C9C9C9;
}
.catPortfolio .surtitres{
  cursor: default;
}