footer {
    background-color: #463434;
    color: #fff;
    text-align: center;
    padding: 25px 0
}

footer p {
    margin: 0 auto
}

footer a {
    color:#a99b81 !important
}

footer a:hover {
    color: #fff
}

h1,
h2,
h3
p {
    font-family:'Lato', sans-serif !important
    color:#a99b81 !important
}

b,
strong {
    font-weight: 600 !important
}

p {
    font-family:'Lato', sans-serif !important
}
a {
    color:#a99b81 !important
}

a:hover {
    color: #a99b81 !important
}

.fa-arrow-alt-circle-up:before{
    content:"\f35b";
}

.fa-info-circle:before {
  content: "\f05a";
}


.jumptotop-mobile {
    position: fixed;
    bottom: 25px;
    right: 0;
    font-size: 30px;
    padding: 10px;
    color: #a99b81 !important
}

.jumptotop-desktop {
    display: none !important
}

@media (max-width:996px) {
    .jumptotop-mobile {
        display: block !important
    }
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(webfonts/fa-brands-400.eot);
    src: url(webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-brands-400.woff2) format("woff2"), url(webfonts/fa-brands-400.woff) format("woff"), url(webfonts/fa-brands-400.ttf) format("truetype"), url(webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(webfonts/fa-regular-400.eot);
    src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"), url(webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
    font-weight: 400;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(webfonts/fa-solid-900.eot);
    src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"), url(webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
    font-weight: 900;
}

.bouton {
    margin: 20px auto;
}

.bouton a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 2px;
}

.bouton-plus a {
    padding: .7em 1.2em;
    background-color: #a99b81;
    transition: all .3s;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.05);
}

.bouton-plus a:hover {
    color: white;
    background-color: #a99b81;
}

.bouton-general-plein a {
    margin: 2px;
    padding: .7em 1.2em;
    background-color: #a99b81;
    border: .5px solid #a99b81;
    transition: all .2s;
    color: white;
    font-size: inherit;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.bouton-general-plein a:hover {
    border: .5px solid #a99b81;
    background-color: #a99b81;
}


.bouton-general a {
    transition: all .2s;
    background: #a99b81;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 1.5em;
    border: 2px solid #425486;
    color: #fff;
    font-size: inherit;
    font-weight: 700;
}

.bouton-general a:hover {
    border: 2px solid #425486;
    color: #fff;
}

.bouton-general-plein input {
    margin: 1em;
    padding: 1em 1.2em;
    background-color: #a99b81;
    border: .5px solid #425486;
    transition: all .2s;
    color: white;
    font-size: inherit;
    font-weight: 400;
    text-transform: uppercase;
}

.bouton-general-plein input:hover {
    border: .5px solid #a99b81;
    background-color: #a99b81;
}


.bouton-general input {
    transition: all .2s;
    background: #a99b81;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 1.5em;
    border: 2px solid #425486;
    color: #fff;
    font-size: inherit;
    font-weight: 700;
}

.bouton-general input:hover {
    border: 2px solid #425486;
    color: #425486;
}

@media (max-width:425px) {

    .bouton-general-plein a {
        padding: .7em 1em;
        font-size: 14px !important;
    }

}