.container{
    width: 80%;
    margin: 0 auto;
}
body {
    margin: 0;
    background-color: white;
    font-family:sans-serif;
}
header{
    background-color: #0784cc;
}

header::after{
    content: '';
    display: table;
    clear: both;
}

.logo {
    float:left;
    width: 70px;
    height: 70px;
    padding: 10px 0;
}



nav{
    float: right;
}

nav ul{
    margin-right: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 30%;
}

nav li{
    display: inline-block;
    margin-left: 100px;
    padding-top: 25px;
}

nav a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;

}

nav a:hover{
    color: black;
}

.personText{
    border: 5px;
    border-style: solid;
    border-color: #0784cc;
    width: 50%;
    display: inline-block;
    font-size: 20px;
    margin-left: 5%;
    position: fixed;
    margin-top: 3%;
    background-color: rgb(233, 233, 233);
}

.imgperson{
    display: inline-block;
    border: 5px;
    border-style: solid;
    border-color: #0784cc;
    height: 300px;
    width: 220px;
    margin-top: 4%;
    margin-left: 5%;
    
}

b{
    color: #0f5983;
}

.person{
    padding-left: 5%;
}

h1{
    margin-left: 40%;
    color: #0f5983;
}

.phone{
    margin-left: 45%;
}

.text{
    display: inline-block;
    border: 5px;
    border-style: solid;
    border-color: #0784cc;
    font-size: 20px;
    max-width: 30%;
    margin-left: 5%;
    position: absolute;
    margin-top: 15%;
    background-color: rgb(233, 233, 233);

}

.truck{
    display: inline-block;
    border: 5px;
    border-style: solid;
    border-color: #0784cc;
    height: 600px;
    width: 1000px;
    margin-top: 4%;
    margin-left: 45%;
}

.titleDecaler{
    margin-left: 30%;
}

.list{
    border: 5px;
    border-style: solid;
    border-color: #0784cc;
    font-size: 20px;
    display: inline-block;
    max-width: 30%;
    margin-left: 5%;
    margin-top: 5%;
    position: absolute;
    background-color: rgb(233, 233, 233);
}

.digiPicture{
  margin-left: 5%;
  margin-top: 5%;
  border: 5px;
  border-style: solid;
  border-color: #0784cc;
}

.machinePicture{
    margin-left: 47%;
    margin-top: 5%;
    border: 5px;
    border-style: solid;
    border-color: #0784cc;
    height: 400px;
    width: 700px;

}

.paris{
    margin-top: 5%;
    margin-left: 29%;
    margin-right: 29%;
    border: 5px;
    border-style: solid;
    border-color: #0784cc;
    height: 500px;
    width: 800px;
}
.hongkong{
    margin-top: 5%;
    margin-left: 29%;
    margin-right: 29%;
    border: 5px;
    border-style: solid;
    border-color: #0784cc;
    height: 500px;
    width: 800px;
}
h2{
    color: #0f5983;
    display: inline-block;
    margin-left: 45%;
    margin-top: 3%;
}
.adresse{
    margin-left: 41%;
}
