#mentions {
    margin-top: 110px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    max-width: calc(100% - 20px);
    color: white;
    padding-bottom: 0px;
}

#mentions .sommaire-color p {
    color: aqua;
    line-height: 4px;
}

#mentions .sommaire-color p u {
    text-decoration: none;
    font-weight: bold;
}

#mentions .legal-bold {
    font-weight: bold;
}

#mentions h4 {
    padding-top: 10px;
}

#mentions .identity .content-inner-identity p {
    line-height: 4px;
    font-weight: bold;
}

#mentions .identity p u,
#mentions .edition p u {
    text-decoration: none;
    color: aqua;
    font-weight: bold;
}

#mentions .property p u {
    text-decoration: none;
    font-weight: bold;
}

footer span {
    color: white;
}

footer a {
    color: grey;
}


#mentions .formations u {
    font-weight: bold;
    text-decoration: none;
    color: grey;
}

#mentions .formations u.aqua {
    color: aqua;
}

#mentions .formations u.red {
    color: red;
}

#mentions .credits p {
    color: rgb(176, 169, 169);
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}