/* Small devices (portrait tablets and large phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #menu-mobile{
    display: block;
  }

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

  .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
  }

  .mobile-nav img {
    width: 10rem;
  }

  .mobile-nav a {
    display: block;
  }

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

  .navbar-list{
    flex-direction: column;
  }
  
  .imgblock {
   width: auto;
  animation:none;
  }
  #immg{
    animation:none;
  }

  .eading-block{
    display: block;
  }
 
  /*#navbar {
    display: block;
    position: fixed;
    padding: 2px;
    margin-top: 10px;
    border-radius: 20px;
    
    background-color: #ffffff;
    transition: top 0.3s;
    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);
  }

  .FlexContainermain {
    margin: 0 auto;
    width:50%;
    justify-content: center;
    margin-top: 30px;
  }

  #navbar a {
    font-size: 10px;
    color: #0D0D0D;
    height: 10px;
    margin: 0px;
    margin-left:5px;
    padding-top: 5px;
    font-family: Poppins;
    font-weight: 500;
    text-decoration: none;
    
  }*/
  *{
    font-family: 'Poppins';
  }
  .home-page{
    bottom: 10px;
    width: 100%;
    margin-top: -25px;
  }
  .text-block10{
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
  }


  .heading-block {
    flex-direction: column;  
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-right: auto;
  }

  .heading-block p{
    padding-left: 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .imgblock{
    height: 300px;
    align-items: center;
    margin-right: 50px;
    margin: 0 auto;
    padding-left: 10px;
  }

  .imgblock50{
    width: 300px;
    align-items: center;
    margin: 0 auto;
    padding-left: 10px;
  }
  .text-block2{
    margin-right: auto; 
    text-justify: inter-word;
    padding: 20px 20px;
  }

  .block{
    align-items: center;
  }

  .img_purpos{
    display: none;
  }
  .img_purpos1{
    display: block;
  }
  .footer__nav{
    display: none;
  }
  .textDesign {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-end;
    font-weight: 400;
  }

  .text-blockteam {
    padding-right: 0;
  }

  .text-blockteam_2{
    padding-left: 0;

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

  .titre_Design{
    font-weight: 400;
  }
  .nav__title {
    font-weight: 800;
  }

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

  #navbar a {
    font-weight: 500;
  }

  .text_consultancy {
    font-weight: 600;
  }

  .services .icon-box h4 {
    font-weight: 500;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .img5 {
    width: 300px;
    height: auto;
    animation:none;
  }
  .imgblock {
    width: 1000px;
    height: 300px;
    animation:none;
  }
  .text-block2{
    /*display: flex;*/
    font-size: 20px;
  }
  #immg{
    width: 1000px;
    height: 300px; 
  }

  .imgblock-left {
    width: 1000px;
    height: 300px;
    margin-left: -200px;
    margin-top: 150px;
  }

  .imgblock {
    width: 300px;
    height: 300px;
    margin-right: -50px;
    margin-top: 150px;
  }

  .home-page {
    width: 100%;
  }

  .imgblock2 {
    width: auto;
    margin-left: -10px;
  }

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

  /*.FlexContainermain {
    margin: 0 auto;
    width: 50%;
    justify-content: center;
    margin-top: 30px;
  }*/

  .consultancy {
    font-size: 10px;
  }
  p{
    font-size: 20px;
  }
  /*.FlexContainermain {
    margin: 0 auto;
    width: 90%;
    justify-content: center;
    margin-top: 30px;
  }*/
  .nav__title {
  
    font-weight: 800;
  }

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

  .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
  }
  #menu-mobile{
    display: block;
  }
  /*.mobile-nav img {
    width: 10rem;
  }

  .mobile-nav a {
    display: block;
  }
*/
  .nav-bar {
    transform: translateY(-100%);
    opacity: 0;
  }
  .nav-bar.active {
    transform: translateY(0);
    opacity: 1;
  }

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

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

  #menu-mobile ul li a{
    font-weight:bold;
  }
  

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

  .services .icon-box h4 {
    font-weight: 500;
  }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .imgblock-left {
    margin-top: -150px;
    width: 1000px;
  }

  .imgblock {
    margin-top: 30px;
    width: 40%;
    height: auto;
    margin-left: 0px;
    display: flex;
  }

  .imgblock50 {
    margin-top: 30px;
    width: 40%;
    height: auto;
    margin-left: 0px;
  }

  .home-page {
    width: 100%;
  }

  .imgblock2 {
    width: 40%;
    margin-left: -10px;
  }

  /*.FlexContainermain {
    margin: 0 auto;
    width: 30%;
    justify-content: center;
    margin-top: 30px;
  }*/

 

  .centered-element {
    padding: 0 0 100px 0;
  }

  .nav__title {
    font-weight: 800;
  }

  .ul__title{
    font-weight: 800;
  }

  .legal {
    font-weight: 500;
  }

  #menu-mobile{
    display: none;
  }

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

  .services .icon-box h4 {
    font-weight: 500;
  }
}