header{
    background:rgba(20,20,110);
    /*padding-left: 10svw;*/
    width: 100svw;
    height: 10svh;
    display: inline-flex;
    color: white;
    position: sticky;
    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: 700;
}

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

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

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

.brand_logo{
    width: 6rem;
    height: 3rem;
    position: absolute;
    display: inline-grid;
    top: 14px;
    left: -26px;
    z-index: 20;
}

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

/*ChgLg*/

#langSelect{
    background: transparent;
    color: rgba(16, 180, 86, 0.8);
    border: none;
    position: absolute;
    top: -31px;
    width: 50px;
    height: 65px;
    text-align: center;
}


/*Menu*/

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

#menuHeader{
display: inline-flex;
padding-left: 14rem;
}

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


 @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:rgba(16, 180, 86, 1);
}

.menuPartELementUnderTitle{
  cursor:pointer;
}
.menuPartELementUnderTitle:hover{
  color:rgba(16, 180, 86, 1);
}

.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: 700;
    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;
    }

    #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: rgba(16, 180, 86, 0.8);
    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;
      /*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;
    }

    #clickOpenMenuMobile:hover{
    width: 25px;
    }

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

      stroke: rgba(238, 20, 189, 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{
    position: absolute;
    top: 14px;
    left: 0px;
    width: 236px;
    height: 69px;
    overflow: hidden;
}


     #brandName{
    position: absolute;
    top: 23px;
    left: 120px;
    transform: translate(-62%, -40%);
    width: 100%;
    height: 100%;
      stroke: rgba(238, 20, 189, 0.8);
      stroke-width: 1.5px;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: draw 20s ease-in-out forwards infinite ;
   fill: rgba(106, 138, 186, 0.95);
    /*width: 100svw;
    height: auto;*/
    display: block;
    }

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

    #brandLogo{
    stroke: rgba(238, 20, 189, 0.8);
    stroke-width: 1px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 20s ease-in-out forwards infinite;
    fill: rgba(16, 180, 86, 1);
    height: 100%;
    width: 100%;
    }


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

    /*Footer*/

    #footer{
    color:white;
    font-family: Gilroy , sans-serif;
    font-weight: 700;
    background: rgba(20, 20, 120,0.85);
    z-index: 20;
    width: 100vw;
    height:100%;
    padding: 15px;

}

#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, 0.8);
    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;
}

.underConstruction{
font-family: Gilroy, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 2rem;
    margin: 1rem;
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 13px 15px rgba(160, 16, 157, 0.35);
    border-radius: 27px;
}

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

.descriptionTheme{
      font-family: Gilroy , sans-serif;
    font-weight: 400;
    animation: slideInFromLeft 1s ease-out forwards;
font-size: 1rem;
color: white;
padding: 2rem;
}


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

#containerAlpha .texteTheme{
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
}

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

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

#containerBeta{
  background: rgba(250, 250, 250, 1);
  position: relative;
  overflow:hidden;
  width: 100svw;
}

#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;
 }
 }


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

#videoContainer{
    position: relative;
    width: 100%;
    height: 90svh;
    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.95);
 }

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

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

#containerGamma .titreSector{
  position: absolute;
  color: white;
  text-shadow:0px 0px 10px rgba(16, 180, 86, 0.8);
  font-size: 2rem;
  bottom: 20%;
  left: 10%;
 }

.divContainSector {
  position:relative;
    cursor: pointer;
    width: 240px;
    height: 243px;
    max-width: 95svw;
    max-height: 50svh;
    overflow: hidden;
  display: flex;
  justify-content: center;
  margin:10px;
  border-radius: 10px 25px;
  box-shadow: 0px 0px 20px black;
}

.divContainSector:hover{
    width: 220px;
    height: 223px;
    box-shadow: 0px 0px 10px black;
}

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

.filterImgSector{
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background: rgba(25, 80, 120, 0.25);
  
}

.imageLogoSector{

}

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

#containerDelta .texteTheme{
  position: absolute;
    top: 20%;
    display: flex;
    flex-direction: column;
}

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

.filterImgWorldWide{
  
}

.imageLogoWorldWide{

}

#worldWide{
  height: 60svh;
}

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


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

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

#containerZeta .texteTheme {   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

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

.innovationAlpha{
  background-image: url('/img/diggity-marketing-s8HyIEe7lF0-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}