/*
* Mentions legales
* mentions.css
*/ 

main {
  background-color: #f0eded;
}

.legal_notice {
    width: 100%;
}

h1 {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0;
}

.editor, .host{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 150px;
    width: auto;
    padding-bottom: 40px;
    text-align: center;
}

.editor a  {
    text-decoration: underline dotted;
}

