body{
    background-color: #e0e0de;
    background-image: url(../img/fond-billes.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: black;
    height: 100vh;
    margin: 0;
}

.box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.panneau {
    margin:50px;
}

h1{
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.contenuPanneau {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.company {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.top {
    display:flex;
    vertical-align: middle;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    margin-bottom: 30px;
    background-color: #17417f;
    align-items:center;
    justify-content: space-between;
}


.footer{
    font-size: 0.9rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

img{
    max-width: 100%;
    height: auto;
}   

a{  
    color: black;
    text-decoration: none;
}

@media screen and (max-device-width: 600px) and (orientation: portrait){
    .box{        
        flex-direction: column;
    }
    .top{
        padding-left: 5px;
    }
}

@media screen and (max-width:600px){
    .top{
        padding-left: 5px;
    }
}
