  
   .pageMain{
    display: flex;
    flex-direction: column;
}
  /* The navbar */
  .topnav {
    background-color: #333;
    position: fixed;
    align-items: center;
    display: flex;
    flex-direction: row;
    border-radius: 10px 100px / 120px;
  }
  .logohosthings{
    display: flex;
    height: 50px;
    width: 50px;
    background-image: url('../img/logoHosthings3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* Navbar links */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  .logohosthingsIntro{
    background-image: url('../img/intro.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    border-radius: 15px;
    margin-top: 80px;
  }
  .contentdata{
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
  }
  .knowledge{
    display: flex;
    justify-content: flex-end;
    background-image: url('../img/logoiconentrepriseBulls.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
  }
  .partHistory{
    display: flex;
    flex-direction: column;
}
  .titleHistory{
      display: flex;
      align-items: center;
        font-family: 'Roboto', sans-serif;
        font-size: 45px;
        line-height: 60px;
        letter-spacing: 10px;
        padding-bottom: 45px;
        color: black;
  }
  .textHistory{
    display: flex;
    justify-content: end;
    font-size: 20px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 45px;
    color: orange;
}
.titleEngagement{
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 10px;
    padding-bottom: 45px;
    color: black;
}
.partEngagement{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.textEngagement{
    display: flex;
    justify-content: end;
    font-size: 20px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 45px;
    color: orange;
    margin-top: 10px;
}
.legoformation{
    display: flex;
    background-image: url('../img/lego.png');
        border-radius:50%;
        width:250px;
        height:250px;
        border:2px solid; 
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
}
 .expertises{
    display: flex;
    flex-direction: column;
}
.partleft{
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    width: 100%;
}
.partright{
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    width: 100%;
}
.seperate{
    height: 2em;;
}
 .navbarlogo{
     display: flex;
     flex-direction: row;
     width: 100%;
     background-color: #333;
     position: fixed;
     
 }
   .titleLeft {
	font-family: 'Roboto', sans-serif;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 10px;
    padding-bottom: 45px;
    color: whitesmoke;

}
.text{
    font-size: 20px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 45px;
    color: orange;
}
.bandeauExpertise{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.logoExpertise{
    border-radius:50%;
    width:250px;
    height:250px;
    border:2px solid; 
    background-image: url('../img/backgroundExpertises.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .logoExpertise2{
    border-radius:50%;
    width:250px;
    height:250px;
    border:2px solid; 
    background-image: url('../img/backgroundExpertises2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .logoExpertise3{
    border-radius:50%;
    width:250px;
    height:250px;
    border:2px solid; 
    background-image: url('../img/backgroundExpertises3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
.textRight{
    display: flex;
    justify-content: end;
    font-size: 20px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 45px;
    color: orange;
}
.about{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  .tagline {
    display: flex;
    justify-content: center;
	font-size: 1.5rem;
	margin: 1.5rem 0;
	font-weight: 100;
}
.icons-social{
    display: flex;
    flex-direction: row;
    justify-content: center;
	font-size: 3em;
}


@media screen and (max-width: 600px) {
    .topnav {
        background-color: #333;
        position: fixed;
        align-items: center;
        display: flex;
        flex-direction: row;
        border-radius: 10px 100px / 120px;
        margin-top: 0px;
      }
    .logohosthings{
        display: flex;
        height: 20px;
        width: 20px;
        background-image: url('../img/logoHosthings3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      }
      .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 13px;
      }
      .logohosthingsIntro{
        width: 330px;
        height: 300px;
       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
       margin-top: 80px;
      }
      .partEngagement{
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .titleEngagement{
        display: flex;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 10px;
        padding-bottom: 45px;
        color: black;
    }
      .legoformation{
        display: flex;
        align-items: center;
        margin-left: 40px;
        background-image: url('../img/lego.png');
            border-radius:50%;
            width:200px;
            height:200px;
            border:2px solid; 
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
    }
      .expertises{
        display: flex;
        flex-direction: column;
    }
      .knowledge{
        display: flex;
        justify-content: flex-end;
        background-image: url('../img/logoiconentrepriseBulls.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 150px;
        height: 150px;
      }
      .titleHistory{
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 10px;
        padding-bottom: 45px;
        color: black;
  }
}

