.apropos {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
}

.container-top {
    width: 100%;
    height: 300px;
    margin-top: 10%;
    display: flex;
    justify-content: center;
}

.top-left{
    width: 500px;
    margin-left: 32px;
}

.top-left h2{
    font-size: 2em;
    color: black;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

.top-left span{
    color: #5FA2BB;
}

.top-left p{
    color: rgba(0, 0, 0, 0.5);
    font-weight: lighter;
    line-height: 1.5;
    margin-top: 24px;
}

.top-right{
    width: 300px;
    height: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    background-color: white;
    background-image: url(../assets/images/logo-sio3.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 100px;
    margin-right: 32px
}

@media (max-width: 830px) {
    .container-top{
        flex-direction: column;
        height: auto;
        align-items: center;
        margin-top: 50px;
    }

    .top-left{
        text-align: center;
        margin: 0 16px 0 16px;
    }

    .top-right{
        width: 200px;
        height: 200px;
        margin: 40px 16px;
    }

    .container-bottom{
        margin: 5% 0;
    }

    .mini-container{
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .top-left{
        width: auto;
        margin: 0 16px;
    }
    .top-left h2{
        font-size: 1.5em;
    }
    .top-left p{
        line-height: 1;
        line-height: 1.5;
    }
}

.container-bottom {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.mini-container{
    display: flex;
    justify-content: space-between;
}

.item{
    text-align: center;
    text-transform: uppercase;
    color: #5FA2BB;
    padding: 60px 60px;
}

.numbers{
    letter-spacing: 1;
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.paragraphe2{
    line-height: 1.2;
    letter-spacing: 2;
    font-size: 16px;
    padding: 0;
    margin-top: 10px;
}
