.home-page {
  margin-top: -50px;
}

body {
  background-image: url(public/Group327.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;

}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #00A2E6;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: Poppins;
}



.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.FlexContainermain {

  margin: 0 auto;
  width: 30%;
  justify-content: center;
  margin-top: 30px;


}

.more {
  display: none;
  
}

.myBtn{
  color: #00A2E6;
  background-color: transparent;
  height: 30px;
  border: none;

  margin-right: 0;
  padding: 0;
}

#navbar {
  display: block;
  z-index: 100;
  position: fixed;
  padding: 10px;
  margin-top: 10px;
  border-radius: 20px;
  /*background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5550595238095238) 100%);*/
  background-color: #ffffff;
  transition: top 0.1s;
  box-shadow: -1px 4px 39px 8px rgba(0,0,0,0.21);
  -webkit-box-shadow: -1px 4px 39px 8px rgba(0,0,0,0.21);
  -moz-box-shadow: -1px 4px 39px 8px rgba(0,0,0,0.21);
}



#navbar a {
  font-size: 20px;
  color: #0D0D0D;
  height: 35px;
  margin: 2.5px;
  margin-left: 40px;
  padding-top: 5px;
  font-family: Poppins;
  font-weight: 500;
  text-decoration: none;
}

#navbar a {
  font-weight: 500;
}

.FlexContainer h3:hover {
  text-shadow: 2px 2px 2px #d7692e;
}



.rcorners5 {
  color: #ffffff;
  text-align: center;
  width: 150px;
  border-radius: 13px;
  height: 30px;
  padding: 7px;
  background-color: #00A2E6;
}

.rcorners5 :hover {
  text-shadow: 2px 2px 10px #00A2E6;
}

/*.menu-icon {
  position: absolute;
  bottom: 50px;
  right: 270px;
  color: white;
  cursor: pointer;
  display: none;
  transition: 0.5s;
  
}*/



.home-page {
  margin-left: -6px;

}

.text-block {
  text-align: center;
  font-size: 40px;
  color: #292929;
  font-family: Poppins;
}

.text-block10 {
  text-align: center;
  font-size: 50px;
  color: #292929;
  font-family: Poppins;
  font-weight: 700;
}
.block10-color{
  color:#00A2E6;
}

.heading-block {
  display: flex;
  flex-direction: row;
}

.imgblock {
  width: 450px;
  position:relative;
  padding-left: 310px;
  /*animation: mymove 10s infinite;*/
  animation-timing-function:cubic-bezier();
  max-height: 250px;
}

.imgblock50 {
  width: 450px;
  position:relative;
  padding-left: 310px;

  
}
@keyframes mymove {
  from {left: 0px;}
  to {left: 200px;}

}
@keyframes mymove2 {
  from {left: 0px;}
  to {left: -200px;}

}


.block {
  display: block;
  /*flex-direction: row-reverse;*/
}

.text-block2 {
  text-align: left;
  font-size: 16px;
  color: #292929;
  font-family: Poppins;
  width: 50%;
  padding-left: 200px;
  padding-top: 150px;
}
 .bi {
  color: #d7692e;
  
}
@media screen and (min-width : 900px) {
  .legal img{
    position: absolute;
    right: 0vw;
    top: -30px;
}
  }
  
.legal img{
  height: 67px;

}
.centered-element {
  margin: 0 auto;
  width: 60%;
  display: flex;
  justify-content: center;
}

.top-consultancy {

  margin: 0 auto;
  width: 60%;
  display: flex;
  justify-content: center;
  margin-top: 30px;


}

.consultancy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: left;
  align-content: flex-start;
  overflow: auto;
  flex-direction: column;
}

.block-f {
  display: inline;
}

.text-block3 {
  font-size: 20px;
  color: #292929;
  font-family: Poppins;
  margin-bottom: 51px;
  font-weight: 400;
}

.features {
  padding-bottom: 20px;
  display: inline;
}

.img_purpos{
  width: 40%;
}
.carousel-indicators [data-bs-target] {
  border-bottom: 10px solid #00A2E6 !important;
}
.accordion-button{
  font-weight: 700;
}
.img_purpos1{
  width: 50%;
}
@media screen and (max-width : 600px){
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
}
@media screen and (min-width : 600px){
  .img_purpos1{
    display: none;
  }
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
}
.titre_Design{
  font-size: 32px;
  color: #292929;
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-end;
}
.textDesign {
  font-size: 20px;
  color: #292929;
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-end;
}

.text-blockteam {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-blockteam_2{
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imgblock2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  overflow: auto;
  flex-direction: row-reverse;
}

.layout {
  width: 1366px;
  height: 768px;

  display: grid;
  grid:
    "header header header"auto "leftSide body rightSide"1fr "footer footer footer"auto / auto 1fr auto;
  gap: 8px;
}

.main_consultancy {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;

}
.icon-box{
  text-align: center;
  font-size: 18px;
}

.text_consultancy {
  font-family: 'Poppins';
  font-size: 26px;
  font-weight: 600;
  margin-left: 10%;
  color: #292929;
}

.img_consultancy{
  width: 700px;
}

.nav__title {
  
  font-weight: 800;
 
}
/*.mobile-nav {
  z-index: 10;
  display: none;
  text-align: center;
  padding: 1rem;
  background: white;
  position: relative;
}

.mobile-nav a {
  display: none;
  font-size: 2.5rem;
  width: 6rem;
}

.mobile-nav a:hover {
  background: rgba(0, 0, 0, 0.1);
}
*/
#menu-mobile{
  display: none;
}

#menu-mobile ul{
  display: block;
  margin-top:80px;
  padding-left: 5px;
  list-style: none;
}
#menu-mobile ul li a{
  display: block;
  padding:0 0 25px 20px;
  color: #000;
  font-weight:bold;
  font-size:15px;
  font-family: Poppins;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#menu-mobile ul li a:hover, #menu-mobile ul li a:active{
  
  padding-left:17px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; 
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#menu-mobile img {
  margin-top: 20px;
  width: 200px;
} 
#mobile_nav{
  font-size:20px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  right: 10px;
  color: #FFF;
  text-decoration: none;
  z-index:1000;
  
}

@media screen and (max-width: 768px){
  .img_consultancy{
    width: 300px;
  }
  .text_consultancy{
    font-size: 16px;
    margin-left: 0;
    font-weight: 600;
  }
  .FlexContainermain {
    display: block;
    position: absolute;
    top: 3.7rem;
    left: 0;
    width: 100%;
    background-color: var(--bgcolor);
    text-align: center;
  }

  #menu-mobile{
    display: block;
  }

  .nav-bar {
    transform: translateY(-100%);
    opacity: 0;
  }
  .nav-bar.active {
    transform: translateY(0);
    opacity: 1;
  }

  .navbar-list{
    flex-direction: column;
  }

  .nav__title {
    font-weight: 800;
  }

  .ul__title{
    font-weight: 800;
  }
  
  .legal {
    font-weight: 500;
  }
  
  #navbar a {
    font-weight: 500;
  }

  .text-block10{
    font-weight: 700;
  }

  .text-block3 {
    font-weight: 400;
  }

  .titre_Design{
    font-weight: 400;
  }

  .textDesign {
    font-weight: 400;
  }

  #menu-mobile ul li a{
    font-weight:bold;
  }
  
  .services .icon-box h4 {
    font-weight: 500;
  }
}

.header {
  grid-area: header;
}

.leftSide {
  grid-area: leftSide;
}

.body {
  grid-area: body;
}

.rightSide {
  grid-area: rightSide;
}

.footer {
  grid-area: footer;
}

.footer {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 30px;
  color: #2f2f2f;
  width: 80%;
  justify-content: center;
  font-family: 'Poppins';
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.nav__title {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 800;
  color: #656565;
  width: 150px;
}

.ul__title{
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 800;
  color: #292929;
  width: 150px;
}

.nav__ul li a{
  color: #292929;
}

.list_footer{
  padding-right: 22%;
}

.footer address {
  font-style: normal;
  color: #999;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.legal {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #0D0D0D;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}

@media screen and (min-width: 24.375em) { /*390 px*/

  .nav__title {
    font-weight: 800;
  }

  .ul__title{
    font-weight: 800;
  }
  
  .legal {
    font-weight: 500;
  }
  .legal .legal__links {
    margin-left: auto;
  }

  #mobile_nav{
    font-size:20px;
    position: fixed;
    display: inline-block;
    margin-bottom: 0px;
    color: #FFF;
    right: 30px;
    text-decoration: none;
    z-index:1000;
  }

  #navbar a {
    font-weight: 500;
  }

  .text-block10{
    font-weight: 700;
  }

  .text-block3 {
    font-weight: 400;
  }

  .titre_Design{
    font-weight: 400;
  }

  .textDesign {
    font-weight: 400;
  }

  .text_consultancy {
    font-weight: 600;
  }

  #menu-mobile ul li a{
    font-weight:bold;
  }
  
  .services .icon-box h4 {
    font-weight: 500;
  }
}

@media screen and (min-width: 40.375em) {/*646px*/
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
  .nav__title {
    font-weight: 800;
  }

  .ul__title{
    font-weight: 800;
  }
  
  .legal {
    font-weight: 500;
  }

  #mobile_nav{
    font-size:20px;
    position: fixed;
    display: inline-block;
    margin-bottom: 0px;
    color: #FFF;
    right: 30px;
    text-decoration: none;
    z-index:1000;
  }
  
  #navbar a {
    font-weight: 500;
  }

  .text-block10{
    font-weight: 700;
  }

  .text-block3 {
    font-weight: 400;
  }

  .titre_Design{
    font-weight: 400;
  }

  .textDesign {
    font-weight: 400;
  }

  .text_consultancy {
    font-weight: 600;
  }

  #menu-mobile ul li a{
    font-weight:bold;
  }
  
  .services .icon-box h4 {
    font-weight: 500;
  }
}

.header_footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.header_main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}








