body {
    background-color: #1b559c;
    color:white;
    font-family: 'Montserrat', sans-serif;
}

.feur{
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 40px;
}

p {
    font-weight: bold;
}

.regroupement{
    margin: 3% 0 0 2%;
    height: 90vh;
    width: 97vw;
    display: grid;
    column-count: 2;
    grid-template-columns: auto 1fr;
    column-gap: 75px;
}

.Mikeboxed{
    height: 20%;

}

.Mike {
    margin: 5% 0 0 7%;
    height: 100%;

}

.textboxed{
    width: 65%;
    height: 90vh;
}

.présentation {
    margin-top: 30px;
    font-size: 22px;
    width: 75%;
}

.logoboxed{
    width: 75%;
    margin-top: 120px;
}

.logo{
    margin: auto;
    width: 75%;
    height: 20vh;
    margin-top: 50px;
    display: flex;
    justify-content: center;

}

.l_telegram{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    margin-right: 25px;
    border-radius: 38px;
    border: #000 solid 3px;
    background-color: #049ed6;
}

.l_discord{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 38px;
    border: #000 solid 3px;
    background-color: #049ed6;
}

.l_twitter{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    margin-right: 25px;
    border-radius: 38px;
    border: #000 solid 3px;
    background-color: #049ed6;
}

.img_telegram{
    height: 40px;
    width: 40px;
}

.img_discord{
    height: 30px;
    width: 30;
}

.img_twitter{
    height: 30px;
    width: 30px;
}

.logo :hover{
    transition: ease-in 150ms;
    background-color: rgb(36, 89, 139);
}

.l_brief{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;

}