<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************************************
**						GENERAL																		**
**																		**
*************************************************************************/

.card-body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
}

/*h1, .h1 {
    font-size: .9rem !important;
    margin: 0px !important;
    padding: 0px !important;
} */

/*h2, .h2 {
    font-size: .9rem !important;
    margin: 0px !important;
    padding: 0px !important;
} */

.btn-outline-secondary {
    border-color: #bebebe !important;
}

.card {
    border: 1px solid rgba(147, 29, 29, 0.32) !important;
}

.card-header {
    border-bottom: 1px solid rgba(147, 29, 29, 0.16) !important;
}

#footer {
    margin-top: 50px;
    background: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
}

#bandeau_cookie {
    display: none;
    /*position: absolute;*/
    width: 100%;
    background: white;
    /* top: 0; */
    padding: 30px 0;
    z-index: 10;
    border: 1px solid #dcb6b6;
    /*height: 0;*/
}

.bouton_continuer {
    display: inline-block;
    color: white;
    background: #dcb6b6;
    padding: 5px;
    border-radius: 3px;
    margin: 0 0 0 10px;
    width: 162px;
}

.bouton_continuer:hover {
    background: #c58787;
    color: white;
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.dernieres_recherche_profil p {
    margin: 0 0 0 10px;
}

.dernieres_recherche_profil {
    margin: 0 0 20px 0;
}

.dernieres_recherche_profil h2 {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

.title-center {
    text-align: center;
}

.bottom-spacer {
    margin-bottom: 50px;
}
</pre></body></html>