header{
    background:rgba(20,20,110);
    padding-left: 10svw;
    width: 90svw;
    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;
    font-weight: 700;
}

html{
height: 100lvh;
width: 100svw;
}

body{
height: 100svh;
width: 100svw;
overflow: hidden;
margin: 0px;
  background-image: url('img/adn3.jpg');
  backdrop-filter: invert(94%);
  background-size: cover; /* This ensures the image covers the entire element */
  background-position: center; /* This centers the image */
  background-repeat: no-repeat; /* This prevents the image from repeating */
}


.brand_logo{
    width: 5rem;
    position: absolute;
    display: inline-grid;
    top: 0.25rem;
    left: 0.75rem;
    z-index: 20;
}

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

/*ChgLg*/

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


/*Menu*/

#menuMain{
    position: absolute;
    display:none;
    top: 10svh;
    width: 100svw;
    height: 100%;
    background: rgba(20, 20, 110);
}

#menuHeader{
display: inline-flex;
}

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


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

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

#menuHeader{
  display:none;
}
 }

 #chgLg{
position: absolute;
    top: 2rem;
    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{

}


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

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



@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 {
    position: absolute;
    right: 7.75rem;
    }

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

#logoContactPath{
}

     #rr250{
      stroke: rgba(08, 90, 140, 0.05);
      stroke-width: 0.2px;
      /*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(255, 180, 60, 0.8);
      stroke-width: 10px;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: draw 5s linear forwards infinite;
      fill: rgb(100, 140, 181)
    }

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


    #brandNameDiv{
    position: absolute;
    top: 14px;
    left: 1rem;
    width: 22rem;
    height: 3rem;
    overflow: hidden;
}


     #brandName{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
      stroke: rgba(18, 180, 120, 0.4);
      stroke-width: 0.5px;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: draw 20s ease-in-out forwards infinite ;
      fill:none;
    /*width: 100svw;
    height: auto;*/
    display: block;
    }

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

    /*Footer*/

    footer{
    position: absolute;
    bottom:0px;
    z-index: 9;
    color:white;
    font-family: Gilroy;
    font-weight: 700;
    background: rgba(20, 20, 120);
    width: 100svw;
    z-index: 20;
}

#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: rgb(50, 217, 89);
    font-size: 0.9rem;

}

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

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

/*COntact*/
#logoContact{
  cursor:pointer;
}