.layout-footer {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    padding-top: 30px;
    background-color: #9b8b8a;
    z-index: 2;
    height: auto;
    word-break: keep-all;
}

.layout-footer footer div {
    display: inline-block;
    vertical-align: top;
}

.layout-footer footer>div {
    display: block;
}

.layout-footer .adresse {
    margin: 0px 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.layout-footer .adresse:last-child {
    padding-left: 0;
    border-left: none;
}

.layout-footer .adresse>div {    
    display: block;
}

.layout-footer footer>div>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.layout-footer footer>div p {
    font-family: 'aw-conqueror-sans-light';
    font-size: 11px;
    color: rgb(255, 255, 255, 0.90);
    line-height: 16px;
    font-family: 'open-sans-light';
    letter-spacing: 0.02em;
}

.layout-footer footer>div p a {
    display: block;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    word-wrap: nowrap;
}

.layout-footer footer>div p strong {
    font-family: 'open-sans-semi-bold';
    font-size: inherit;
}



@media screen and (max-width:1100px) {
    .layout-footer .adresse:last-child {
        display: none;
    }
}


@media screen and (max-width:850px) {

    .layout-footer footer>div>div:nth-child(1) {
        flex-direction: column;
        align-items: flex-start;
    }

    .layout-footer .adresse {
        margin-bottom: 30px;
    }

    .layout-footer .adresse:last-child {
        display: block;
    }

}