@import url('sf-pro-display.css');
.container{
    transform: scale(.8);
}
nav{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
article#affichage{
    min-height: 253px;
}
article{
    margin-top: 0px!important;
}
h4{
    text-align: center;
}

.infos{

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    border: 1px solid #c5c5c5;
    background-color: #e2e2e2;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 50, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    font-family: 'SF Pro Display', sans-serif;
}
.description{
    margin-left: 20px;
}
.title-description{
    display: flex;
    font-size: xx-large;
    color: rgb(48,48,48,.9);
}
.prefix{
    font-weight: bolder;
}
.os-version{
    margin-top: -0px;
}
.text-description{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 18px;
}
.icon-saf{
    display: flex;
}
.saf-version{
    margin-left: 15px;
}
.str{
    font-size: 22px;
    font-weight: 600;
}
.btn-line{
    display: flex;
    justify-content: space-between;
    margin-bottom: -3em;
}
.btn-line1{
    margin-left: 40%;
}