header {
    width: 100%;
    background-color: #2A2A2A;
    height: 165px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navigation {
    font-family: stencil;
    color: #FFFFFF;
    display: flex;
    margin-right: auto;
}

.logo-header img {
    width: 50%;
    display: flex;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.logo-header img:hover {
    width: 60%;
    transition-duration: .5s;
}

.navigation-right {
    display: flex;
    margin-left: auto;
}

.navigation a,
.navigation-right a {
    margin: 20px;
    padding: 10px;
    font-family: stencil;
    color: #FFFFFF;
    font-size: 30px;
}

.navigation a:hover,
.navigation-right a:hover {
    color: rgba(242, 167, 102, 0.20);
}

.btn-infolettre {
    top: 75%;
    left: 50%;
}

.btn-infolettre {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.info {
    width: 100%;
    background-color: rgba(115, 79, 67, 70);
    height: 200px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    text-align: center;
    position: relative;
    padding-top: 50px;
}

.p {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 25%;
    left: 50%;
    color: #FFFFFF;
    font-family: MS PGothic;
    font-size: 30px;
}

.btn-infolettre button {
    font-family: stencil;
    padding: 10px 20px;
    background-color: rgba(166, 104, 68, 0.5);
    color: #2A2A2A;
    border: 3px solid #ffffff;
    cursor: pointer;
    font-size: 2vw;
}

.btn-infolettre button:hover {
    background-color: white;
}

footer {
    width: 100%;
    background-color: #2A2A2A;
    height: 350px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.colonne {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

.liens {
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: left;
    padding-left: 250px;
    flex-direction: column;
}

.liens a {
    color: #FFFFFF;
    font-family: Stencil;
    font-size: 30px;
    padding-bottom: 40px;
    cursor: pointer;
}

.liens a:hover {
    color: rgba(242, 167, 102, 0.20);
}

.sociaux {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-left: 200px;
}

.sociaux-logo {
    flex-direction: row;
    padding-left: 70px;
    padding-top: none;
}

.sociaux-logo img {
    width: 50px;
    margin-right: 70px;
    height: 50px;
}

.carte img {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 40px;
}

.sociaux-logo img:hover {
    height: 55px;
    transition-duration: .5s;
}

.sociaux img {
    max-width: 300px;
}

.sociaux img:last-child {
    margin-top: 20px;
}

.colonne img {
    width: 40%;
    display: flex;
    margin: auto;
    max-width: 100%;
}

.colonne img:hover {
    width: 45%;
    transition-duration: .5s;
}

.tel,
.ad {
    display: flex;
    flex-direction: row;
    color: #FFFFFF;
    font-family: MS PGothic;
    font-size: 20px;
    margin-left: 50px;
    margin-right: 100px;
    justify-content: space-between;
    margin-bottom: 50px;
    font-size: 24px;
}

.adresse,
.telephone {
    text-decoration-line: underline;
    font-weight: bold;
    font-size: 30px;
}