html {
    margin-left: 0px;
    min-width: 100vh;
    height: 100vh;
}

body {
    font-family: sans-serif;
    font-weight: 400;
}

.logos {

    float: right;
}

nav,
.title {
    max-width: 1000px;
    margin: auto;
}

nav span {
    margin: 0px 10px 0px 10px;
    padding: 0px 5px 0px 5px;
}

.title {
    margin-top: 30px;
}

.title img {
    max-width: 200px;
}

nav {
    color: white;
    background-color: rgb(0, 140, 140);
    height: 52px;
    border-radius: 5px;
}

.ici {
    display: inline-block;
    height: 52px;
    background-color: rgb(0, 114, 115);
}

.text {
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.text span:hover {
    color: rgb(256, 151, 31);
}

.container {
    margin: auto;
    margin-top: 50px;
    width: 1000px;
}

section {
    vertical-align: top;
    display: inline-block;
}

h1 {
    color: rgb(0, 140, 140);
    font-size: 1.8em;
}

#buttons {
    width: 250px;
    padding-right: 10px;
    margin-right: 10px;
}

#links {
    max-width: 700px;
    border-left: solid 2px black;
    padding-left: 20px;
}

#links figure {
    margin: 5px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    width: 220px;
    height: 220px;
}

#links img {
    max-width: 200px;
    height: 200px;
}
