.legals span {
    text-align: justify;
}

#entete-spe h1 {
    height: 20% !important;
}

.legals div h1 {
    text-align: center;
}

.traitv2 {
    width: 35%;
    background-color: black;
    height: 5px;
}

.trombinoscope {
    width: 150px;
    height: auto;
    border-radius: 50%;
    border: solid;
    margin-bottom: 25px;
    border-width: 4px;
}

.icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon img {
    width: 50px;
    height: auto;
}

.icon a:not(:last-child) {
    margin-right: 15px;
}

.contri {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a#tel {
    font-family: Montserrat-Bold;
    text-decoration: none;
    color: black;
    transition: color 250ms ease-out 100ms;
}

a#tel:hover {
    color: #8db80c;
}

h1 {
    margin-top: 60px;
}

@media screen and (min-width: 1200px) {
    .legals {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }
}

@media screen and (max-width: 1200px) {
    .legals {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .traitv2 {
        margin-top: 16px;
    }
}