div.nobootstrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    flex-direction: column;
}

div.nordouest {
    position: absolute;
    left: 0px;
    top: 0px;
}

div.nordest {
    position: absolute;
    right: 0px;
    top: 0px;
}

div.nord {
    position: absolute;
    top: 0px;
    margin: 0 auto;
}

div.ouest {
    position: absolute;
    left: 0px;
}

div.centre {
    margin: auto;
}

div.est {
    position: absolute;
    right: 0px;
}

div.sudouest {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

div.sudest {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

div.sud {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}