@font-face {
    font-family: 'exmouthregular';
    src: url('../font/exmouth_-webfont.woff2') format('woff2'),
         url('../font/exmouth_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'exmouthregular';
    font-size: 2.3em;
    background-color: #EDDDBC;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #506030;
}
p {
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: normal;
    text-align: center;
    margin: 0px;
    padding: 0;
}
h2 {
    font-weight: normal;
    margin: 0px;
    padding: 8px 10% 25px 10%;
}
.green {
    color: #506030;
}
.underline {
    text-decoration: underline;
}

#conteneur {
    margin: 10px 7%;
}
.lang {
    text-align: right;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 410px;
}
.description {
    width: 60%;
    line-height: 1.1em;
}
.image {
    width: 35%;
}
.image img {
    width: 100%;
}
.contact {
    padding: 0px 20% 25px 20%;
    display: flex;
    justify-content: space-around;
}
.immoweb {
    color: #506030;
    text-decoration: underline;
    font-weight: bold;
}
.rgpd {
    padding: 0 10%;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.6em;
}
footer {
    width: 100%;
    height: 70px;
    margin: 0;
    padding-top: 15px;
    background-color: #CBBB9A;
    color: #506030;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.4em;
    text-align: center;
}