header{
    padding-block: 30px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.logo{
    width:50px;
    margin-bottom:-10px;
    margin-right: 10px;
}
h1{
    text-align: center;
    /* margin-bottom: 20px;
    margin-top: 20px; */
}
.band{
    width:300px;
    height: 12px;
    background-image: url('/images/logo/banderole.png');
    background-repeat:repeat;
    background-size: cover;
    background-position: 25%;
    margin-inline: 15px;
    margin-top:10px;
}
#unsupported-device{
    display: none;
    text-align: center;
    color:red;
}
.intro{
    padding:20px;
}
.simulateur{
    width:90%;
    margin-inline: auto;
    border:1px solid black;
    overflow: hidden;
    height: 520px;
}
#commentaires{
    text-align: center;
    font-size:14px;
    height:18px;
}
.perspective-cmd-text{
    font-size:11.5px;
}
.credits{
    margin-top:26px;
    text-align: center;
    font-size:10px;
}
@media (max-width: 945px) {
    #unsupported-device{
        display: block;
    }
}
