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

#-CC-Article-Charte-de-securite-et-gestion-des-donnees-personnelles, #-CC-Article-Gestion-des-cookies {
	display: flex;
    flex-direction: column;
    /*width: 70%;
    max-width: 800px;
    margin: auto;*/
    justify-content: space-between;
    margin-bottom: 30px;
    padding:5px 0 5px 10px;
}

/*-- tableaux --*/
table.one-entry {
    background-color: #FFFFFF;
}

.border {
    border: 1px solid #58585A;
}

table {
    width: 100%;
    border-collapse: separate;
}

table caption {
    background-color: #254F69;
    text-transform: none;
    color: #FFFFFF !important;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
}

table.one-entry thead th, .cc table.one-entry thead td {
    background-color: #080830;
}

table.one-entry thead th {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
    border-top: 5px solid #080830;
    border-bottom: 5px solid #080830;
    text-align: center;
}


table.one-entry td:first-child {
    border-left: none;
}
table.one-entry td {
    padding: 10px 20px;
    border-left: 1px dashed #080830;
}

/*--formulaires--*/
.ctxt-form-inline .form-group {
    border-left: 2px solid #080830;
    padding-left: 10px;
    padding-left: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.ctxt-form-inline .form-group&gt;label, .ctxt-form-inline .form-group .form-control, .cc .ctxt-form-inline .form-group .form-label {
    display: inline-block;
    padding: 10px;
}

.styled {
    margin-left: 15px;
}

label {
	display: inline;
}</pre></body></html>