header{
    /* background:rgba(20,20,110); */
    /*padding-left: 10svw;*/
    width: 100svw;
    /* height: 10svh; */
    display: inline-flex;
    color: white;
    position: absolute;
    top: 0px;
    padding-bottom: 0em;
    padding-top: 0em;
    border-radius: 0px !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    z-index: 2000;
    align-items: center;
    font-family: Gilroy , sans-serif;
    font-weight: 500;
}

html{
height: 100%;;
width: 100%;
overflow:hidden;
}

body{
    position: relative;
    height: 100%;
    width: 100%;
    /* overflow: scroll; */
    margin: 0px;
    background-image: url(img/menu);
    /* backdrop-filter: brightness(425%) blur(7px); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body::-webkit-scrollbar{
  display:none;
}

button{
  margin: 20px;
  cursor: pointer;
    /* color: rgb(255, 180, 60); */
    font-size: 15px;
    font-family: Gilroy , sans-serif;
    /* text-shadow: 0px 0px 4px green; */
    padding: 10px 29px;
    box-shadow: 0px 11px 20px -6px black;
    /* background: rgb(20,20,110); */
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 10px 30px;
    color: rgb(20, 20, 110);
    background: white;
}


button:hover{
  margin: 20px;
  cursor: pointer;
    /* color: rgb(255, 180, 60); */
    font-size: 14px;
    font-family: Gilroy , sans-serif;
    /* text-shadow: 0px 0px 4px green; */
    padding: 10px 29px;
    box-shadow: none;
    /* background: rgb(20,20,110); */
    text-transform: uppercase;
    font-weight: 500;
    border:none;
}



.brand_logo{
  cursor:pointer;
    width: 50px;
    /* position: absolute; */
    display: inline-grid;
    top: 0.25rem;
    left: 0.75rem;
    z-index: 20;
}

.brand_logo img{
width:2.5rem;
height:3rem;
}

/*ChgLg*/

#langSelect{
    background: transparent;
    color: orange;
    border: none;
    position: absolute;
    top: -31px;
    width: 50px;
    height: 65px;
    text-align: center;
    z-index: 21;
}


/*Menu*/



#flecheRetour{
    overflow: hidden;
    height: 38px;
    width: 93px;
    stroke: rgba(16, 180, 86, 0.8);
    stroke-width: 1px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 20s linear forwards infinite;
    fill: none;
    cursor: pointer;
    /*animation: slideInFromLeft 1s ease-out forwards;*/
}

#flecheRetour:hover{
    height: 40px;
    width: 95px;
    fill: rgba(16, 180, 86, 0.8);
}

#menuMain{
    position: fixed;
    z-index: 100;
    display: none;
    top: 0px;
    padding-top: 10svh;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 110, 0.9);
}

#menuMain::before, body::before {
  content: ''; /* Obligatoire pour qu'un pseudo-élément s'affiche */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-image: url('img/menu');
  background-size: cover;
  background-position: center;
  
  opacity: 0.15; /* On applique l'opacité uniquement ici ! */
  z-index: -1; /* Place le pseudo-élément en arrière-plan du contenu */
}


#menuHeader{
display: inline-flex;
padding-left: 3rem;
padding-bottom: 3px;
}

.menuPart{
    padding-right:2rem;
    animation: fadeInFromBottom 0.8s ease-out forwards;
    animation-delay: 0.7s;
    opacity: 0;
}

#menuHeader{
  display:none;
}

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


  #menuPartElementAll {
    /*position: absolute;
    top: 0;
    right: 0;*/
  }

#menuHeader{
  display:none;
}
 }

 #chgLg{
    position: absolute;
    top: 27px;
    right: 7rem;
 }

.menuCategorie{
  cursor:pointer;
    
}

.menuCategorie:hover{
  color:orange;
}

.menuPartELementUnderTitle{
  cursor:pointer;
}
.menuPartELementUnderTitle:hover{
  color:orange;
}

.menuPartElement{
    display:inline-grid;
    animation: fadeInFromBottom 1.5s ease-out forwards;
}

.menuAskDatas{
  padding: 8px 20px;
}


#menuPartElementAll{
    z-index: 20;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 90,0.6);
    color: white;
    font-family: Gilroy , sans-serif;
    font-weight: 500;
    animation: slideInFromLeft 1s ease-out forwards;
}

#menuMobile{
    position: relative;
    z-index: 10;
    width: auto;
    min-width: 180px;
    font-family: Gilroy , sans-serif;
    font-weight: 700;
    color: white;
    height: auto;
    animation: slideInFromLeft 1s ease-out forwards;
    
}

#menuMobile .menuPart{    
  padding: 8px 20px;
}



@keyframes slideInFromLeft {
    0% {
        transform: translateX(200%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInFromBottom {
    0% {
        transform: translateY(30px);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/*SVG*/
    .logoContact {
    cursor:pointer;
    position: absolute;
    right: 7.75rem;
    top: 11px;
    }

    #logoContact2 {
    cursor:pointer;
    /* position: absolute;
    right: 7.75rem;
    top: 11px; */
    }

    #menuMain .logoContact, #footer .logoContact{
    position: relative;
    padding-left: 9rem;
    }

    #menuMain .logoContactSvg, #footer .logoContactSvg {
    fill:white;
    }

     @media screen and (max-width: 370px){
    header .logoContact {
display:none;
    }
     }

.logoContactSvg{
    fill: orange;
    width: 2rem;
    height: 2rem;
    
}

.logoContactPath{
}

     #backgroundCurves{
      stroke: rgba(08, 90, 140, 0.05);
      stroke-width: 0.2px;
      height: 100svh;
      z-index: 2001;
      width:100svw;
      pointer-events: none;
      opacity:0.2
      /*stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: draw 10s ease-in-out forwards infinite;*/
    }

    #clickOpenMenuMobile{
    position: absolute;
    top: 10px;
    right: 17px;
    width: 30px;
    height: 40px;
    transition: width 0.3s ease;
    z-index:21;
    }

    #clickOpenMenuMobile:hover{
    width: 25px;
    }

     #logoMenuOpen {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;

      stroke: rgba(255, 180, 60, 0.8);
      stroke-width: 5px;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: draw 5s linear forwards infinite;
      fill: rgba(16, 180, 86, 0.8);
    }

    
    #clickOpenMenuMobile2{
    /* position: absolute;
    top: 10px;
    right: 17px; */
    width: 30px;
    height: 40px;
    transition: width 0.3s ease;
    z-index:101;
    }

    #clickOpenMenuMobile2:hover{
    width: 25px;
    }

     #logoMenuOpen2 {
        /* position: absolute;
        top: 50%;
        left: 50%; */
        /* transform: translate(-50%, -50%); */
        width: 100%;
        height: 100%;

      stroke: rgba(255, 180, 60, 0.8);
      stroke-width: 5px;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: draw 5s linear forwards infinite;
      fill: rgba(16, 180, 86, 0.8);
    }

    #XMLID_241_ , #XMLID_242_ , #XMLID_243_ {
  transition: transform 1s ease;
  }


    #brandNameDiv{
    cursor: pointer;
    /* position: absolute;
    top: 14px;
    left: 0px;
    width: 22rem; */
    max-width: 60svw;
    height: 3rem;
    overflow: hidden;
}


     #brandName{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-62%, -40%);
     width: 100%;
    height: 100%; */
      stroke: rgba(255, 180, 60, 0.8);
      stroke-width: 1.5px;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: draw 20s ease-in-out forwards infinite ;
    fill: rgba(16, 180, 86, 0.8);
    /*width: 100svw;
    height: auto;*/
    display: block;
    width: 138px;
    height: 44px;
    }

    #logoBrandName{
      /* transform: translate(-68px, -7px); */
    }

    #brandLogo{
    stroke: rgba(255, 180, 60, 0.8);
    stroke-width: 1px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    fill: rgba(16, 180, 86, 0.8);
    height:4rem;
    }

    #brandLogo {
        transform-style: preserve-3d;
        transform-origin: center center;
        animation: draw 20s ease-in-out forwards infinite , rotate-3d-svg 20s linear forwards;
        display: block;
    }

    @keyframes rotate-3d-svg {
  0% {
    transform: rotateX(0deg) rotate(0deg) translate(0px, 0px);
  }
  25% {
    transform: rotateX(75deg) rotate(10deg) translate(5px, 0px);
  }
  50% {
    transform: rotateX(135deg) rotate(20deg) translate(10px, 0px);
  }
  75% {
    transform: rotateX(180deg) rotate(45deg) translate(10px, 10px);
  }
  100% {
    transform: rotateX(180deg) rotate(90deg) translate(20px, 15px);
  }
    }


    @keyframes draw {
      0% {
        stroke-dashoffset: 1000;
      }
      50% {
        stroke-dashoffset: 0;
      }
      100% {
        stroke-dashoffset: 1000;
      }
    }

    /*Footer*/

    #menuFooter{
    display: flex;
    flex-direction: column;
    height: 70px;
    width: 100%;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;

}

    #footer{
    color:white;
    font-family: Gilroy , sans-serif;
    font-weight: 500;
    background: rgba(20, 20, 120,0.65);
    z-index: 20;
    width: 100vw;
    padding: 15px 0px;
    box-shadow: 0px 0px 19px black;

}

#linksLegal{
  font-weight:250;
  font-size:1rem;
  align-items: center;
  text-align: center;

}

#footer .menuPart{
  padding: 8px 20px;
}

#adresseDesks{
    display: flex;
    flex-wrap: wrap;
}

.countryDesk{
    color: rgba(16, 180, 86, 1);
    font-size: 0.9rem;

}

.deskLocation{
  display: flex;
  flex-direction: column;
  padding: 44px;
  padding-left: 20px;
}

#divFlexFooter{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*Container*/

#containerMain{
position: relative;
    width: 100%;
    height: 100svh;
    /* margin-top: -10svh; */
    overflow-y: scroll;
    overflow-x: hidden;
}

#containerMain::-webkit-scrollbar {
    display: none;
}


.titreTheme{
font-size: 3rem;
color: white;
    font-family: Gilroy , sans-serif;
    font-weight: 700;
    animation: slideInFromLeft 1s ease-out forwards;
    padding: 2rem;
    text-align: center;
        max-width: 100svw;
}

.descriptionTheme{
      font-family: Gilroy , sans-serif;
    font-weight: 400;
    animation: slideInFromLeft 1s ease-out forwards;
font-size: 1rem;
color: white;
padding: 10px;
    text-align: center;
    max-width:30rem;
}


#logoAttente{
animation: apparition 0.5s forwards;
  height: 100svh;
  width: 100svw;
  position: absolute;
  top: 0px;
  z-index: 100;
  background: rgba(22, 33, 97, 0.65);
}


#demi-cercle-anime{
    stroke-width:4;
    stroke:rgba(16, 180, 86, 0.8);
    fill: rgba(16, 185, 80, 0.5);
}

  #demi-cercle-anime {
    transform-origin: 100px 100px;
    will-change: transform;
    animation: 
      apparition 0.5s forwards, 
      rotation-cercle 10s linear infinite,
      effet-energetique 10s ease-in-out infinite;
  }

  @keyframes apparition {
    0% {
      opacity: 0; 
    }
    50% {
      opacity: 0; 
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes rotation-cercle {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(45deg);
  }
  15% {
    transform: rotate(-30deg);
  }
  30% {
    transform: rotate(20deg);
  }
  35% {
    transform: rotate(90deg);
  }
  40% {
    transform: rotate(80deg);
  }
  45% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(140deg);
  }
  55% {
    transform: rotate(210deg);
  }
  60% {
    transform: rotate(200deg);
  }
  85% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
  }

    @keyframes effet-energetique {
    0% {
      filter: drop-shadow(0 0 8px rgba(16, 180, 86, 0.8));
    }
    50% {
      stroke: orange;
      stroke-width: 6;
      filter: drop-shadow(0 0 12px orange);
          fill:rgba(255, 128,0,0.5); 
    }
    100% {
      filter: drop-shadow(0 0 8px rgba(16, 180, 86, 0.8));
      fill: rgba(16, 185, 80, 0.5);
    }
  }

#containerAlpha{
  overflow:hidden;
  width: 100svw;
  height: 100svh;
  z-index: -1;
}

#containerAlpha .texteTheme{
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100svw;
}

#containerBeta .titreTheme{
    color: rgba(20, 20, 110);
}

#containerBeta .descriptionTheme{
  color: rgba(20, 20, 110);
  font-weight:400;
}

#containerBeta{
  background: rgba(250, 250, 250, 0.95);
  position: relative;
  overflow:hidden;
  width: 100svw;
  flex-wrap:wrap;
}

#containerBeta .texteTheme{
    display: flex;
    flex-direction: column;
    width: 50%;
}

#expertiseHomePage .menuPartElement{
  
}

#expertiseHomePage .menuAskDatas{
  display: flex;
  align-items: center;
  color: rgba(20, 20, 110);
  font-weight: 800;
  font-size: 21px;
}

.imageLogoExpertise{
  width: 2rem;
  padding: 0px 39px 0px 26px;
}

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

#containerBeta .texteTheme{
  width: 100svw;
}
 
 }

 @media screen and (min-width: 680px){

#containerBeta {
    display: flex;
    align-items: center;
    justify-content: center;
 }
 }


.filterVideo{
    position: absolute;
    background: rgba(22, 33, 97, 0.65);
    height: 100svh;
    width: 100svw;
}

#videoContainer{
    position: relative;
    width: 100%;
    height: 100svh;
    overflow: hidden;
}

#videoAlpha{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /* width: 100%; */
    /* height: 100%; */
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

#containerGamma {
    font-family: Gilroy , sans-serif;
    font-weight: 400;
    animation: slideInFromLeft 1s ease-out forwards;
    background: rgba(20, 20, 110, 0.85);
    padding: 10px;
 }

#containerGamma .texteTheme{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
 }

#containerGamma .descriptionTheme{
  padding: 0px 0px 20px 0px;
 }

 /*Expertise*/

#expertiseHomePage svg{
    stroke: rgba(255, 180, 60, 0.8);
    stroke-width: 0.5px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 40s ease-in-out forwards infinite;
    fill: rgba(16, 180, 86, 0.8);
    height:120px;
    
}

 .imageLogoExpert {
}
.titreExpert{
  color: rgba(20, 20, 110);
  font-size: 1rem;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.titreExpert:hover{
  color: rgba(20, 20, 110);
  font-size: 1.2rem;
}

.filterImgExpert{
    position: absolute;
    width: 100%;
    height: 100%;
    /*backdrop-filter: sepia(65%);*/
    background: rgba(25, 80, 120, 0.25);

}

.divContainExpert {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    flex-direction: column;
}

.divContainExpert:hover{
}


#expertPortfolio{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width:100svw;
}

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

#expertPortfolio {
    /* justify-content: flex-start; */
}
 }



#expertiseHomePage{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


/*Secteurs*/
#containerGamma .titreSector{
    /* position: absolute; */
    padding-top: 19px;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); */
    font-size: 1rem;
    /* bottom: 50%; */
    /* left: 50%; */
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
 }
#containerGamma .titreSector:hover{
    font-size: 1.1rem;
 }

.divContainSector {
    /* position: relative; */
    cursor: pointer;
    /* width: 120px; */
    /* height: 100px; */
    /* max-width: 95svw
1061.57px
; */
    /* max-height: 50svh; */
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    margin: 10px;
    /* box-shadow: 0px 0px 20px black; */
    flex-direction: column-reverse;
    align-items: center;
}

.divContainSector:hover{
}

#sectorsPortfolio{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.filterImgSector{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25, 80, 120, 0.25);
  
}

.imageLogoSector{
    height: 68px;
    width: 111px;
    border-radius: 20px 30px;
    box-shadow: 0px 0px 16px black;
}

.imageLogoSector:hover{
    height: 72px;
    width: 115px;
    border-radius: 20px 30px;
    box-shadow: 0px 0px 10px black;
}

.sectorSvg{
    stroke: rgba(255, 180, 60, 0.8);
    stroke-width: 0.75px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 20s ease-in-out infinite;
    fill: rgba(16, 180, 86, 0.8);
    display: block;
    width: 138px;
    height: 67px;

}

#farmingSvg{

}

#publicServesSvg{

}


#containerDelta {
  position: relative;
  background:rgba(255, 255, 255, 0.95);
}

#worldTexteTheme{
  position: absolute;
    top: 30%;
    left:50%;
    right:50%;
    display: flex;
    flex-direction: column;
}

#worldTexteTheme .titreTheme{
    font-size: 2.5rem !important;
    text-align: center;
    color: rgb(20, 20, 110) !important;
    text-shadow: none !important;
}

#containerDelta .titreTheme, #containerDelta .descriptionTheme {
  text-shadow:0px 0px 7px  rgba(255, 180, 60, 0.8);
  color:  rgb(20, 20, 110);
}

.filterImgWorldWide{
  
}

.imageLogoWorldWide{

}

#worldWide{
    height: 15rem;
    overflow: hidden;
}

#worldSvg{
  /*height: 100svh;
  width: 100svw;*/
  stroke: rgba(16, 180, 86, 0.8);
  stroke-width: 0.15px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 20s ease-in-out forwards infinite;
  fill: none;
}


#containerEpsilon {   
  background: rgba(20, 20, 110,0.85);
  padding: 35px;
}

#containerZeta {   
  background: rgba(255, 255, 255,0.95);
  padding: 35px;
}

#containerZeta .texteTheme {   
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

#containerZeta .titreTheme , #containerZeta .descriptionTheme {   
  color:rgba(20, 20, 110);
  
}

#containerZeta .titreTheme {   
  font-size:25px;
  padding:6px;
}

#containerEpsilon .titreTheme {   
  font-size:25px;
  padding:6px;
}
#containerDelta .titreTheme {   
  font-size:25px;
  padding:6px;
}
#containerGamma .titreTheme {   
  font-size:25px;
  padding:6px;
}
#containerBeta .titreTheme {   
  font-size:25px;
  padding:6px;
}

#containerEpsilon .texteTheme , #containerDelta .texteTheme ,#containerBeta .texteTheme ,#containerGamma .texteTheme{   
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*Accomp*/
.accompagnement{
    animation: slideInFromLeft 1s ease-out forwards;
        font-style: italic;
}

.accompagnement li{
  line-height:1.4;
}

#defiSolutionSelect{
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#ourAccompAll{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 2px;
    padding: 10px;
    margin: 8px;
    border-radius: 10px 35px;
    overflow: hidden;
    /*background: rgba(16, 99, 86, 0.2);*/
}

#notreAccompagnement{
    color:rgba(20, 20, 110);
    font-family: Gilroy , sans-serif;
    font-weight: 400;
    animation: slideInFromLeft 1s ease-out forwards;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position:relative;
}

#notreAccompagnement::before{
  content:'';
  position: absolute;
  z-index:-1;
  opacity:0.1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/oeil3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1000px;
}

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

#notreAccompagnement{
  flex-direction: column;
}
 
 }

#nosServices{
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    animation: slideInFromLeft 1s ease-out forwards;
    font-size: 1rem;
    color: white;
    cursor:pointer;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.titleService{
    padding: 6px 25px;
    border-radius: 10px 30px;
    border: 1px solid white;
    box-shadow: 0px 0px 4px black;
    margin: 10px;
}


.descriptionService{
    padding: 6px 25px;
    border-radius: 10px 30px;
    border: 1px solid white;
    box-shadow: 0px 0px 4px black;
    margin: 10px;
    animation: slideInFromLeft 1s ease-out forwards;
    overflow:hidden;
    background:white;
    color:rgba(20, 20, 110);
}


.titleService:hover{
  color: orange;
}

.accompClick{
text-align: center;
    font-weight: 700;
    margin: 5px 38px;
    padding: 4px 26px;
    cursor: pointer;
    font-size: 20px;
    color: rgb(20, 60, 110);
    border-radius: 10px 30px;
    border: 1px solid rgb(16, 180, 86);
    box-shadow: 0px 0px 4px black;
}

.accompClick:hover{
    box-shadow: 0px 0px 1px black;
}

.titleAccompagnement{
    cursor: pointer;
    font-size: 20px;
    padding: 5px 32px;
    border: 1px solid orange;
    margin: 9px;
    border-radius: 10px 30px;
    box-shadow: 0px 0px 4px black;
}

.titleAccompagnement:hover{
color: orange;
box-shadow: 0px 0px 1px black;
}

#selectAccompagnement{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/* Elements ALpha Background Image */

@keyframes zoomOut {
  0% {
    /* L'élément est agrandi à 110% au début */
    transform: scale(1.2);
  }
  100% {
    /* L'élément revient à sa taille normale */
    transform: scale(1);
  }
}

#containerAlpha::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  animation: zoomOut 10s ease-in-out infinite alternate;
}

.diag2hAlpha::before{
  background-image: url('/img/diag2h');

}

.innovationAlpha::before{
  background-image: url('/img/innovation');

}

.devComAlpha::before{
  background-image: url('/img/devCom');
}

.newProductAlpha::before{
  background-image: url('/img/newProduct');

}

.iaIntegrationAlpha::before{
  background-image: url('/img/iaIntegration');

}

.farmingAlpha::before{
  background-image: url('/img/farming');

}

.adminAlpha::before{
  background-image: url('/img/admin');

}

.realEstateAlpha::before{
  background-image: url('/img/realEstate');

}

.multiSectorsAlpha::before{
  background-image: url('/img/multiSectors');

}

.transitionAlpha::before, .rseEngagementAlpha::before{
  background-image: url('/img/transition');

}

.businessCasesAlpha::before{
  background-image: url('/img/businessCases');

}

.woWeAreAlpha::before{
  background-image: url('/img/woWeAre');

}

.ourAccompagnementAlpha::before{
  background-image: url('/img/ourAccompagnement');

}

.theStoryAlpha::before{
  background-image: url('/img/theStory');

}

.profilsJoinUsAlpha::before{
  background-image: url('/img/profilsJoinUs');

}

.jobOfferAlpha::before{
  background-image: url('/img/jobOffer');

}

.legalNoticeAlpha::before{
  background-image: url('/img/theStory');

}

/*Business Cases*/
.imageCase{
    height: 200px;
    border-radius: 20px 11px; 
}

.contextCases, .objectifCases{
    border-radius: 10px 20px;
    font-family: Gilroy , sans-serif;
    animation: slideInFromLeft 1s ease-out forwards;
    padding: 22px;
}

.contextCases{
  color: rgb(30, 48, 95);
  background: rgba(180, 180, 210);
}

.objectifCases{
  color: rgb(30, 48, 95);
  background: rgba(180, 220, 210);
}

.contextCase, .objectifCase{
    cursor: pointer;
    color: rgba(20, 60, 110, 1);
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 16px;
    margin: 17px;
    box-shadow: 0px 0px 7px -1px black;
    border-radius: 20px 30px;
    border: solid 1px;
    height: 24px;
}

.contextCase:hover, .objectifCase:hover{
    color:orange;
    box-shadow: 0px 0px 0px 0px black;
}


#containerBusinessCases{   
    background: rgba(255, 255, 255);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#containerBusinessCases .texteTheme {   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-shadow: 0px 9px 34px -11px black;
    margin: 5px;
    padding:15px;
    border-radius: 11px 17px;
    overflow: hidden;
    max-width:550px;
}

#containerBusinessCases .titreTheme , #containerBusinessCases .descriptionTheme {   
  color:rgba(20, 20, 110);
}

#containerBusinessCases .titreTheme {   
  font-size:25px;
  padding:6px;
}

/*Job Offers */

#containerJobOffers {
    background: rgba(255, 255, 255, 0.90);
    padding-top: 11px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#containerJobOffers .titreTheme, .descriptJob, .contactJob{
  font-size:19px;
  color:rgba(20, 20, 110);
    cursor:pointer;
  font-family: Gilroy , sans-serif;
  font-weight: 700;
  padding:6px;

}

.jobTexteTheme{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 2px 12px;
    border-radius: 10px 30px;
    margin: 32px 5px;
    padding: 11px;
    background: rgba(20, 20, 110, 0.1);
    max-width:35rem;
    overflow:hidden;
}

.jobTexteTheme .descriptionTheme{
  color:rgba(20, 20, 110);
}

.descriptJobs{
  font-family: Gilroy , sans-serif;
  border: 1px solid rgba(20, 80, 110, 0.4);
  padding: 15px;
  margin: 8px;
  border-radius: 10px 30px;
  color:rgba(20, 20, 110);
  animation: slideInFromLeft 1s ease-out forwards;
}


/* ANimation Etincelle */
canvas {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}