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

footer p {
    margin: 0 auto
    color:#ced3eb; !important
}

footer a {
    color:#ced3eb; !important
}


h1,
h2,
h3
p {
    color:#fff !important
}

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

p {
    font-size:1.1rem !important
}
.accueil a {
    color:#ffffff !important;
    text-decoration: none
}

.accueil a:hover {
    color: #fff !important;
    text-decoration: none
}

.footer a {
    color:#fff !important;
    text-decoration: none
}

.footer a:hover {
    color: #fff !important;
    text-decoration: none
}

a {
    color:#fff  !important;
    font-weight: 800 !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: #fff !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 {
    display: inline-block;
    background: white!important;
    border: 1px solid #4a5171;
    color:  #030000 !important;
    padding: 10px;
    margin: 4px;
    font-weight: 600 !important;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    letter-spacing: .5px;
    border-radius: .15rem !important;
    transition: .2s ease-in-out;
    text-decoration: none;
}

 



@media (max-width:425px) {

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

}


