*{
    font-family: 'Roboto', sans-serif;
}

.ma-hauteur{
    height: 100vh;
    display:flex;
    justify-content: center;
}

.ma-hauteur .container{
    margin: auto;
}

.orange a, .orange a:hover{
    display: block;
    background-color: #0099B8;
    text-align: center;
    margin: 0 25px 0 25px;
    padding: 15px 0 15px 0;
    font-size: 25px;
    line-height: 25px;
    color:#ffffff;
    border-radius: 20px;
    box-shadow: 6px 7px 10px rgb(0 0 0 / 0.2);;
}

.logo{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo img{
    border-radius: 25px;
    border: solid 2px #0099B8;
    margin: auto;
    margin-bottom: 50px;
}
.logoInami img{
    border: none;
    border-radius: 0;
    margin-right: 30px;
}
.logoInami img:last-child{
    border: none;
    border-radius: 0;
    margin-right: 0px;
}
@media screen and (max-width: 700px) {
    .logo img{
        width: 60%;
    }
}