body
{
    background-image: url(../Images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover ;
    
}
h1
{
    font-size: 110px;
    color: white;
}
h2
{
    font-size: 20px ;
    color: white;
}
p 
{
    color: white;
    
}
.ensemble 
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 100px;
    margin: auto;
}
.image 
{
    width: 400px;
}

.type
{
    text-align: center;
    margin: 0 100px;
}

@media screen and (max-width: 1024px)
{
    .ensemble
    {
        display: flex;
        flex-direction: column;
        width: calc(100% - 20px);

    }
}