<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
    font-family: 'opensans';
    src: url('/fonts/Open_Sans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_semibold';
    src: url('/fonts/Open_Sans/OpenSans-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_semibolditalic';
    src: url('/fonts/Open_Sans/OpenSans-SemiboldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('/fonts/roboto/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #e3e9ec;
	font-family: 'opensans', sans-serif;
    
}

.panel-body {
	padding: 30px 40px;
}

#page-wrapper {
    padding: 0 15px;
}

@media(min-width:992px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
		min-height:750px;
        padding: 0 30px 20px;
    }

    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
		height: 100vh;
        margin-top: 50px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

strong {
	font-family: 'opensans_semibold', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

.italic-bold {
    font-family: 'opensans_semibolditalic', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

label {
	font-family: 'opensans_semibold', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

label.rubrique-article {
    font-family: 'opensans', sans-serif;
    cursor:pointer;
}

a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff0500;
	color: #ff0500;
}

a:hover,
a:focus {
    color: #ff0500;
    text-decoration: none;
}

th {
    font-family: 'opensans_semibold', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

div#ckf-modal-header a#ckf-modal-close {
    border:none;
}

.panel-group .panel {
    border-radius: 0;
}

.form-control {
    border-radius: 3px;
    box-shadow: none;
    height: 40px;
}

.input-group-addon {
    border-radius: 0;
}

input:required:invalid:not(input[type="radio"],input[type="checkbox"]),
input:focus:invalid:not(input[type="radio"],input[type="checkbox"]) {
    background-image: url(/images/invalide.png);
    background-position: 97%;
    background-repeat: no-repeat;
}

input:required:valid:not(input[type="radio"],input[type="checkbox"]) {
    background-image: url(/images/valide.png);
    background-position: 99%;
    background-repeat: no-repeat;
}

input[type="number"]:required:valid {
    background-image: url(/images/valide.png);
    background-position: 78%;
    background-repeat: no-repeat;
}

input[type="number"]:required:invalid {
    background-image: url(/images/invalide.png);
    background-position: 78%;
    background-repeat: no-repeat;
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS &lt; 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.10em;
    height: 1.10em;
    border: 0.10em solid currentColor;
    border-radius: 50%;
    display: inline-grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 0.60em;
    height: 0.60em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #ff0500;
}

.radio-inline {
    line-height: 1.2;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

hr {
    border-top: 1px solid #ff0500;
}

ul {
	padding-left: 1em;
	margin-left: 0; /* pour IE */
    margin-bottom: 1.5em;
	list-style: square;
}

/*////////////////////////////// NAVBAR //////////////////////////////////////////*/
nav a {
	border: none;
}

nav.navbar.navbar-inverse {
	background-color: #222;
	border:none;
}

.navbar-inverse a {
    color: #cccccc;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #cccccc;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    background-color: #ff0500;
}

.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    background-color: #ff0500;
}

.navbar-static-top {
	margin-bottom: 50px;
}

.navbar-right {
	margin-right: 0;
}

.navbar-brand {
	height:30px;
	padding:10px 0 0 15px;
}

.dropdown-menu {
	border: none;
    border-radius: 3px;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff0500;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff0500;
}

.navbar-header a.site {
	float:left;
	margin: 15px 15px 15px 75px;
}

.navbar-header a.site:hover {
	color:#ffffff;
}

/*////////////////////////////// SIDEBAR-NAV //////////////////////////////////////////*/
.sidebar {
	font-size: 13px;
}

.sidebar ul li a.mm-active {
   	background-color: #ff0500;
	color: #fff;
}

.sidebar ul li.mm-active &gt; a {
	background-color: #ff0500;
	color: #fff;
}

.sidebar-nav ul a:hover {
  	background-color: #ff0500;
  	color: #fff;
}

.nav &gt; li &gt; a:focus {
	background-color: #222;
}

.sidebar .plus {
    float: right;
}

.sidebar .fa.plus:before {
	content: "\f105";
}

.sidebar .mm-active &gt; a &gt; .fa.plus:before {
	content: "\f107";
}

.sidebar-nav .nav-second-level a:hover,
.sidebar .nav-second-level a.mm-active {
  	background-color: #999;
  	color: #fff;
}

.sidebar .nav-second-level li {
    border-bottom: 0!important;
    font-size: 12px;
    text-transform: uppercase;
}

.sidebar .nav-second-level li a {
    padding-left: 4em;
}

.sidebar a span {
    margin-right: 0.5em;
}

.versions {
    border-top: 1px solid #333;
    color: #aaa;
    font-size: 11px;
    margin-top: 30px;
    padding: 10px 0 0 15px;
   
}

.versions .content:hover {
  	color: #fff;
    cursor: help;
}
/* ///////////////////////// FIN SIDEBAR-NAV /////////////////////////////////// */


/* ///////////////////////// METIS FOLDER /////////////////////////////////// */
.metisFolder {
    padding-left: 0;
}

.metisFolder, .metisFolder ul {
    list-style: none;
}

.metisFolder ul {
    margin-left: 26px;
}

.metisFolder li {
    position: relative;
}

.metisFolder li a {
    display:inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    text-decoration: none;
    outline: 0 none;
}

.metisFolder li a:hover {
	color:#ff0500;
}

.metisFolder ul:before {
    position: absolute;
    border-left: 1px dotted #333;
    content: "";
    width: 30px;
    top: 25px;
    left: 8px;
    bottom: 15px;
}

.metisFolder ul &gt; li:before {
    position: absolute;
    border-top: 1px dotted #333;
    content: "";
    width: 30px;
    top: 15px;
    left: -30px;
}

.metisFolder .fa-solid, .metisFolder .fa-regular {
	color: #ff0500;
	margin-left: 0.5em;
}
/* ///////////////////////// FIN METIS FOLDER /////////////////////////////////// */

.logo {
    margin-bottom: 30px;
    width: 50%;
}

.badge {
    border-radius: 0;
    background-color: #333;
    font-family: 'roboto';
    font-weight: normal;
    font-size: 100%;
}

.badge.rouge {
    background-color: #ff0500;
}

.badge.grand {
    font-size: 17px;
}

ul.fichiers {
    list-style: none;
    padding-left: 0;
}

.badge-fichier {
    padding: 5px 10px;
    font-size: 12px;
    font-weight:normal;
    line-height: 2.6;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
}

.badge-fichier:hover {
    background-color: #444;
}

.badge-fichier a {
    border: none;
    color: #fff;
    text-decoration: none;
}

.suppression-fichier {
    margin-left:10px;
}

.btn {
    border-radius: 3px;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login {
    margin: 10% auto 0 auto;
    width: 400px;
}

.login-erreur {
    margin-top: 10px;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'roboto';
    color: #222;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #222;
}

h3,
.h3 {
    font-size: 23px;
}

h4,
.h4 {
    font-size: 17px;
}

h4.adhesion {
	display: inline;
	line-height: 2em;
	margin-right: 0.5em;
}

h6,
.h6 {
    font-size: 11px;
}

p {
    margin: 0 0 10px;
}

.text-primary {
    color: #ff0500;
}
a.text-primary:hover {
  color: #cc0400;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}

.bg-primary {
  color: #fff;
  background-color: #ff0500;
}
a.bg-primary:hover {
  background-color: #cc0400;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-primary {
    color: #ffffff;
    background-color: #ff0500;
    border-color: #ff0500;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #d60400;
    border-color: #c20400;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #ff0500;
    border-color: #ff0500;
}
.btn-primary .badge {
    color: #ff0500;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #00b000;
    border-color: #00b000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #008700;
    border-color: #008700;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #00b000;
    border-color: #00b000;
}

.btn-success .badge {
    color: #00b000;
    background-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffbe00;
    border-color: #ffbe00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #d6a000;
    border-color: #d6a000;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffbe00;
    border-color: #ffbe00;
}
.btn-warning .badge {
    color: #ffbe00;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #e20000;
    border-color: #e20000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #b90000;
    border-color: #b90000;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e20000;
    border-color: #e20000;
}
.btn-danger .badge {
    color: #e20000;
    background-color: #ffffff;
}
.btn-link {
    color: #ff0500;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-valider {
    color: #ffffff;
    background-color: #ff0500;
    border-color: #ff0500;
    margin-left: 0px !important;
}
.btn-valider:hover,
.btn-valider:focus,
.btn-valider:active,
.btn-valider.active {
    color: #ffffff;
    background-color: #d60400;
    border-color: #d60400;
}

.btn-autre {
    color: #333333;
    background-color: #ffffff;
    border-color:#ddd;
}

.btn-autre:hover,
.btn-autre:focus,
.btn-autre:active,
.btn-autre.active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #ddd;
}

.label {
	font-size: 100%;
    font-weight: normal;
    border-radius: 0;
}

.label-default {
    background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}
.label-primary {
    background-color: #ff0500;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #cc0400;
}
.label-success {
    background-color: #00b000;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #007d00;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #ffbe00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #cc9800;
}
.label-danger {
    background-color: #e20000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #af0000;
}

.label-adherent {
  	background-color: #222;
}

.label-etudiant {
  	background-color: #999999;
}

.label-abonnement {
  	background-color: #ff8400;
}

.label-abonnement a {
  	color: #fff;
    border-bottom: none;
}

.label-abonnement:hover {
    background-color: #fff;
    border: 1px solid #ff8400;
}

.label-abonnement:hover a {
    color: #ff8400;
}

.label-maj {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:11px;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	border:1px solid transparent;
	border-color:#ddd;
	border-radius:4px;
	color: #333333;
}

.label-group {
	margin-bottom: 2em;
}

.label-group .label {
	display:block;
	line-height:1.42857143;
}

label input[type="checkbox"],
input[type="checkbox"] {
    height: 14px;
    width: 14px;
    background: #fff;
    border: 2px solid #ff0500;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

label input[type="checkbox"]:checked,
input[type="checkbox"]:checked {
    background: #ff0500;
    transition: all .2s;
}

label.export {
    margin-left: 40px;
}

/* /////////////////// AUTO SUGGEST ////////////////////////// */
.menu-deroulant {
	background-color: #ff0500;
	color: #fff;
	position: absolute;
	width: 90%;
	z-index: 999;
    margin-top: -15px;
}

.menu-deroulant-thematique {
    background-color: #ff0500;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    z-index: 999;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.menu-deroulant a, .menu-deroulant-thematique a {
	color: #fff;
	border: none;
}

.menu-deroulant a:hover {
	color: #ff0500;
}

.resultat,
.resultat2,
.resultat-pm,
.resultat-facture,
.resultat-maj,
.resultat2-maj,
.resultat-publication,
.resultat-num-adh,
.resultat-etudiant,
.resultat-congressiste,
.resultat-nonvalide {
	display: none;
	list-style: none;
	padding: 0.5em 0 0;
}

.resultat li,
.resultat2 li,
.resultat-pm li,
.resultat-facture li,
.resultat-maj li,
.resultat2-maj li,
.resultat-publication li,
.resultat-num-adh li,
.resultat-etudiant li,
.resultat-congressiste li,
.resultat-nonvalide li {
	cursor: pointer;
	padding: 0.1em 1em;
}

.resultat li:hover,
.resultat2 li:hover,
.resultat-pm li:hover,
.resultat-facture li:hover,
.resultat-maj li:hover,
.resultat2-maj li:hover,
.resultat-publication li:hover,
.resultat-num-adh li:hover,
.resultat-etudiant li:hover,
.resultat-congressiste li:hover,
.resultat-nonvalide li:hover {
	background: #fff;
	color: #ff0500;
}

.resultat li.erreur,
.resultat2 li.erreur,
.resultat-pm li.erreur,
.resultat-facture li.erreur,
.resultat-maj li.erreur,
.resultat2-maj li.erreur,
.resultat-publication li.erreur,
.resultat-num-adh li.erreur,
.resultat-etudiant li.erreur,
.resultat-congressiste li.erreur,
.resultat-nonvalide li.erreur {
	cursor: default;
}

.resultat li.erreur:hover,
.resultat2 li.erreur:hover,
.resultat-pm li.erreur:hover,
.resultat-facture li.erreur:hover,
.resultat-maj li.erreur:hover,
.resultat2-maj li.erreur:hover,
.resultat-publication li.erreur:hover,
.resultat-num-adh li.erreur:hover,
.resultat-etudiant li.erreur:hover,
.resultat-congressiste li.erreur:hover,
.resultat-nonvalide li.erreur:hover {
	background: #ff0500;
	color: #fff;
}


/* /////////////////// DATEPICKER ////////////////////////// */
.bootstrap-datetimepicker-widget a {
	border: none;
}

.bootstrap-datetimepicker-widget table td.today:before {
  	border-bottom-color: #ff0500;
}

.bootstrap-datetimepicker-widget table td.today,
.bootstrap-datetimepicker-widget table td.today:hover {
    border: 1px solid #ff0500;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
 	background-color: #ff0500;
}

.bootstrap-datetimepicker-widget .day {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget .day.today.active {
	background-color: #ff0500;
    border-radius: 0;
}

.bootstrap-datetimepicker-widget .day.today.active:hover {
	background-color:#ff0500;
}

/* pour afficher correctement le calendrier par rapport au champ date acompte */
.acompte {
    position: relative;
}

/* /////////////////// CARTE ////////////////////////// */
#map {
    display: none;
	margin-top: 20px;
	height: 400px;
	width: 100%;
}

#map a {
	border: none;
}

#adresse-trouvee {
	margin-top: 20px;
}

#geo {
	display: none;
	margin-top: 20px;
}

#suite {
	margin-top: 30px;
}

#habitants {
	display: none;
	margin-bottom: 1em;
}

.group-adresse-affichee {
	display: none;
}

.leaflet-touch .leaflet-control-attribution a {
    border: none;
}

.leaflet-touch .leaflet-control-attribution a:hover {
    background-color: inherit;
    text-decoration: none;
}

/* /////////////  TABLE STATS ////////////  */
table.stats th {
	text-align: center;
}

table.stats td {
	text-align: right;
}

table.stats th.bord, 
table.stats td.bord {
	border-left: 4px solid #ddd;
}

table.stats td.principal {
	background-color: #eee;
}

table.stats tr.total {
    font-family: 'opensans_semibold', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

table.stats&gt;tfoot&gt;tr.total&gt;td {
	border-top: 3px solid #ddd;
}

div.montants&gt;table.stats&gt;tfoot&gt;tr.total&gt;td {
	border-top: 1px solid;
}

.table.stats&gt;tbody&gt;tr&gt;td, 
.table.stats&gt;tbody&gt;tr&gt;th,
.table.stats&gt;tfoot&gt;tr&gt;td {
    border: none;
}

/* /////////////  TABLES COMMANDE ET DÃ‰SIGNATION ////////////  */
table.commande thead {
	font-weight: bold;
}

table.commande td.quantite {
	width: 10%;
}

.suppression-publication:hover, .suppression-designation:hover {
	cursor:pointer;
}

/* //////////////// FACTURATION ////////////  */
th.num-facture {
    width:190px;
}

th.num-facture-congres {
    width:220px;
}

th.date-facture {
    width:110px;
}

th.montant-facture {
    text-align:right;
    width:130px;
}

table.designation {
    margin:40px 0;
}

table.designation th.designation, 
table.designation th.designation-abis {
	width: 50%;
}

table.designation &gt; tfoot &gt; tr &gt; td, table.designation &gt; tfoot &gt; tr &gt; th {
    border-top: 0;
}

table.designation td.suppression {
    padding-top: 20px;
}

input.pu-ht, input.montant {
    padding-right: 1.8em;
}

#calcul-total {
    margin-right: 10px;
}

.suppression-designation:hover {
	cursor:pointer;
}

.total-facture-acquittees {
    font-size: 18px;
}
/* //////////////// PROJET ////////////  */
table.projet thead {
    border-bottom: 2px solid #ccc;
}

table.projet thead th {
    padding-bottom: 5px;
}

table.projet tfoot {
    font-family: 'opensans_semibold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: right;
}

table.projet td.classe {
    font-family: 'opensans_semibold', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-top: 20px;
    padding-left: 10px;
    text-transform: uppercase;
}

table.projet th.designation,
table.projet td.designation {
    padding-left: 10px;
    width: 70%;
}

table.projet th.nombre,
table.projet td.nombre {
    text-align: right;
    width: 15%;
}

table.projet input {
    border: none;
    text-align: right;
    width: 100%;
}

table.projet td.espace-produit {
    height: 541px;
}

table.projet td.espace-produit-global {
    height: 511px;
}

table.resultat-budget {
    font-family: 'opensans_semibold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: right;
}

table.resultat-budget td.designation {
    padding-left: 10px;
    width: 70%;
}

table.resultat-budget td.montant-resultat {
    width: 15%;
}

table.recherche th.intitule {
    width: 60%;
}

table.recherche th {
    width: 20%;
}

table.regions {
    margin-top: 40px;
}

table.regions td.region {
    font-family: 'opensans_semibold', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
    text-transform: uppercase;
    width: 90%;
}

table.regions td.nombre {
    text-align: right;
}

table.regions td.region a {
    border: none;
}

/* //////////////// CONGRÃˆS ////////////  */
table.session {
    margin-bottom: 40px;
}

table.session thead tr {
    border-bottom: 3px solid #ff0500;
}

table.session thead {
	font-weight: bold;
}

table.table-condensed.session &gt; tbody &gt; tr &gt; td {
    padding: 15px 5px;
    border-top: 1px solid #ff0500;
}

table.table-condensed.session &gt; tbody &gt; tr &gt; td.attente {
    padding: 0px 0px 15px 0px;
    border: 0;
}

table.table-condensed.session &gt; tbody &gt; tr &gt; td.attente &gt; div {
    padding-left: 0;
}

td.jour {
    font-size:1.3em;
	font-family: 'opensans_semibold', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

label.session {
    cursor: pointer;
    letter-spacing: 0;
}

.session-prise-charge {
    font-size: 12px;
    margin-top: 15px;
}

select.prise-charge {
    font-size: 12px;
    height: 30px;
}

.erreur-adhesion, .erreur-adherent {
    margin-top: 10px;
}

.montant-total {
    font-size: 18px;
}

.couleur-thematique {
    padding-left:1em;
    margin-right:0.5em;
}

.couleur-id-session {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 0.5em;
    padding: 0 0.3em;
}

.legendes {
    font-family: 'opensans_semibold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

table.legendes-congres {
    font-size: 12px;
    margin-bottom: 2em;
}

.badge-congres {
    margin: 20px 0 15px 0;
}

.congressiste-adherent {
    margin:15px 0;
    font-family: 'opensans_semibold';
}

.progress.congres-session {
    background-color: #ececec;
    border-radius: 0;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-congres {
    background-color: #555555;
}

.jauge {
    width:130px;
}

.nom-congressiste {
    background-color: #eee;
    border-top: solid 2px #ff0500;
}

@keyframes blink {
	0% { opacity: 0 }
	50% { opacity: 1; color: #333; }
}

@-webkit-keyframes blink {
	0% { opacity: 0 }
	50% { opacity: 1; color: #333; }
}

.blink {
    animation: blink 180ms 3;
    -webkit-animation: blink 180ms 3;
    color: #ff0500;
}

#recherche-thematique, #creer-thematique {
	display: none;
	margin-top: 15px;
}

#creer-tarif {
	display: none;
	margin-top: 15px;
}

.liste-congressistes {
    border: 1px solid #ddd;
    height: 600px;
    overflow: scroll;
    padding: 15px;
}

/* /////////////// TRI DES ARTICLES ET DES RUBRIQUES ///////////// */
#classement {
	margin: 2em 0;
}

.ghost {
	opacity: 0.7;
}

.chosen {
	background-color: #eee;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item {
	cursor: move;
}

.js-remove {
	cursor: pointer;
}


/* /////////////////// TOOLTIP BOOTSTRAP ////////////////////////// */
.tooltip-inner {
	max-width: 300px;
	text-align: left;
    border-radius: 0;
}


/* /////////////////// MODAL ////////////////////////// */
.modal-content {
	border-radius: 3px;
}

.modal-title {
	font-family: 'opensans_semibold', sans-serif;
	text-transform: uppercase;
}

.modal-body {
    padding: 25px;
    font-size: 17px;
}

.modal-footer {
	background-color: #f5f5f5;
	padding: 10px 15px;
	border-radius: 3px;
}

.modal-erreur {
	background-color:rgba(255,5,0,1);
	border: none;
	color:#ffffff;
    font-family: 'opensans_semibold';
    padding: 20px;
    position: relative;
	text-transform: uppercase;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

/* /////////////////// GRAPHIQUES STATS ////////////////////////// */
.doughnut {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/* /////////////////// BIB'LIB ////////////////////////// */
.legende {
    font-size: 11px;
}

.biblib-valider {
    background-color: #ffbe00; 
}

.biblib-acquis {
    background-color: #00b000;
}

.biblib-refus {
    background-color: #ff0500;
}

.biblib-retire {
    background-color: #222;
}

div.panel-default.biblib {
    border-radius: 0;
    padding-bottom: 0;
}

div.biblib:hover {
    cursor:pointer
}

div.biblib .panel-heading {
    background-color: #fff;
    border-radius: 0;
}

div.biblib .panel-heading p {
    margin-bottom: 0;
}

div.biblib .panel-body {
    padding: 30px 15px 0;
}

div.biblib .actions {
    margin: 15px;
}

div.biblib .label-heading-attente {
    border-left: 15px solid #ffbe00;
}

div.biblib .label-heading-valide {
    border-left: 15px solid #00b000;
}

div.biblib .label-heading-refus {
    border-left: 15px solid #ff0500;
}

div.biblib .label-heading-retire { 
    border-left: 15px solid #222;
}

.label-niveau {
    font-family: 'opensans_semibold', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 5px;
}

.label-dates p {
    font-size: 11px;
}

/* /////////////////// PERSO ////////////////////////// */

/* icone oeil mot de passe */
.reveal:hover {
    cursor: pointer;
}

button.connexion {
    margin-top: 15px;
}

img.photo-adherent {
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
}

img.photo-adherent-ajout {
    margin-top: 60px;
}

.adherent {
    margin-bottom: 10px;
}

.date {
    color: #ff0500;
	font-family: 'opensans_semibold', sans-serif;
	font-weight: normal;
   	font-style: normal;
}

.montants {
	margin-top: 4em;
}

@media screen and (max-width: 1450px) {
    .montants {
      font-size: 13px;
    }
}

td.montant {
	min-width:35%;
}

.box-overflow {
    border: 1px solid #ddd;
    height: 700px;
    overflow: scroll;
    padding: 15px;
}

#couverture {
	margin: 1em 0;
}

a.noborder {
	border: none;
}

.saisie-manuelle {
	display: none;
	margin-top: 2em;
}

.coord-marge {
	margin-bottom: 118px;
}

.cedex-marge {
	margin-bottom: 95px;
}

/* Ã©quivalent .show mais sans !important qui bloque le jquery pour affichage/masquage */
.montre {
	display: block;
}

/* Ã©quivalent .hide mais sans !important qui bloque le jquery pour affichage/masquage */
.cache {
	display: none;
}

.couleur {
	color: #ff0500;
}

.couleur-valide {
    color: #009900;
}

a.blanc, a.blanc:hover {
	color: #ffffff;
	border-bottom-color: #ffffff;
}

.dropdown-menu&gt;li&gt;a.region-selected {
	background-color:#ff0500;
	color:#ffffff;
}

.entete {
	background-color: #ff0500;
	color: #ffffff;
	margin-top: 2em;
	padding: 6px 12px;
}

.entete a {
    display: block;
    position: relative;
    color: #fff;
    
    &amp;::after {
        content: "";
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(45deg);
    }

    &amp;[aria-expanded="true"]::after {
        transform: rotate(-135deg);
        top: 5px;
    }
}

ul#tabs {
	font-family: 'opensans_semibold';
	font-weight: normal;
   	font-style: normal;
	margin:2em 0;
}

.nav-tabs&gt;li&gt;a {
	background-color: #eee;
	color: #555;
	margin-right: 7px;
	border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.nav-tabs&gt;li&gt;a:hover {
	background-color: #ddd;
}

#coordonnees, #historique, #renouvellement {
	margin-bottom: 2em;
}

span.facture {
	cursor: pointer;
}

.fermer-editer,
.fermer-acquitter,
.fermer-remboursement,
.fermer-acquitter-abf,
.fermer-remboursement-abf,
.fermer-acquitter-abis,
.fermer-remboursement-abis,
.fermer-acquitter-form,
.fermer-remboursement-form,
.fermer-montant {
	cursor: pointer;
}

#historique-ca {
	border-left: 1px #ccc solid;
	min-height: 10em;
}

.suppression-ca {
	color: #ff0500;
	cursor: pointer;
	margin-right: 1em;
}

.erreur-ca {
	display: none;
}

.entete-article {
	margin: 20px 0;
}

.arborescence-rubrique {
	padding-left: 0;
	line-height: 1.8em;
}

.arborescence-rubrique ul {
	padding-left: 2em;
}

.arborescence-rubrique, .arborescence-rubrique ul {
	list-style: none;
}

table span, .arborescence-rubrique span, .list-group span, span.rubrique {
	color: #ff0500;
	margin-left: 0.5em;
} 

span.nocolor {
	color:#333333;
}

th.sort {
    cursor:pointer;
}

ul.etudiants, ul.erreur-newsletter {
	list-style: none;
	padding-left: 0;
}

ul.membres {
	line-height: 1.6em;
	list-style: none;
	padding-left: 0;
}

.label-h1 {
	font-family: 'opensans', sans-serif;
	font-size: 13px;
	margin-left: 0.5em;
	vertical-align: top;
}

.telecharger {
    border-radius: 3px;
    font-family: 'roboto';
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    user-select: none;
}

.telecharger:hover {
    background-color: #ebebeb;
    border-color: #adadad;
}

input.input-file {
    display: none;
}

input[type=file]::file-selector-button {
    margin-bottom: 10px;
    border: none;
    border-radius: 3px;
    background: #ff0500;
    padding: 6px 10px;
    color: #fff;
    cursor: pointer;
}

input[type=file]::file-selector-button:hover {
    background: #d60400;
}

.erreur-fichier {
    margin-top: 10px;
}

.erreur-unes,
.erreur-theme,
.erreur-intervenant,
.erreur-creation-intervenant,
.erreur-thematique,
.erreur-suppression-thematique,
.erreur-creation-thematique,
.erreur-publication,
.erreur-banque,
.erreur-congressiste {
	display: none;
}

#creer-theme, #recherche-intervenant, #creer-intervenant {
	display: none;
	margin-top: 25px;
}

.suppression-intervenant:hover, .suppression-thematique:hover,  .suppression-fichier:hover {
	cursor:pointer;
}

.alert {
    border-radius: 0;
}

.alert-erreur
{
	background-color:rgba(255,5,0,0.7);
	border: none;
	color:#ffffff;
	text-transform: uppercase;
}

.alert-success
{
	background-color:rgba(0,176,0,0.7);
	border: none;
	color:#ffffff;
	text-transform: uppercase;
}

.alert-success a {
	color: #ffffff;
	border-color: #ffffff;
}

.alert-warning
{
    background-color:#ff8400;
    border: none;
    color:#ffffff;
    text-transform: uppercase;
}

/* i Ã&nbsp; supprimer */
.fleche-top span {
	color: #ff0500;
	margin-bottom: 0.5em;
}

.fleche-top span:hover {
	color: #d60400;
	cursor: pointer;
}

.nowrap {
	white-space: nowrap;
}

.type-abo {
    font-size: 13px;
    margin-top: 1em;
}

.version-abo {
	font-size: 13px;
    font-family: 'opensans_semibold';
	margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* pour tables liste factures */
td.total {
	width: 10%;
}

/* panel editer : Ã©dition facture abonnement */
.facture {
	padding: 10px 20px;
}
.cellule-vide {
    padding: 10px 30px;
}

#progression-newsletter {
	display: none;
}

.epuise {
    color: #ff0500;
    font-family: 'opensans_semibold';
}

.progress-bar-alert {
    background-color: #ff0500;
}

.btn-default .badge {
    background-color: #ff0500;
}

.prive-groupe-comm {
    margin-left:20px;
}

ul.docs-form {
    list-style: none;
    font-size: 12px;
}

/* sweetalert2 */
.swal2-cancel {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #333;
    background-color: #fff;
}

.swal2-confirm {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ff0500;
    border-radius: 0px;
    color: #ffffff;
    background-color: #ff0500;
}

button.swal2-styled.swal2-confirm {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ff0500;
    border-radius: 0px;
    color: #ffffff;
    background-color: #ff0500;
}

/* reduction taille pour tableaux factures */
@media(max-width:1700px) {
    .ecran thead {
        font-size: 13px;
    }

    .ecran tbody {
        font-size: 13px;
    }

    .ecran span.label {
        line-height: 2;
    }
}
</pre></body></html>