body {
  font-size: 13px !important;
  padding-top: 5px;
  padding-bottom: 20px;
}

* {
	outline: none !important;
}


/* ----- Container ----- */

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/*
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
*/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}

/* ---------- 5 colonnes ---------- */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* ----- navigation ----- */

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar {
  margin-bottom: 0px;
  min-height: 20px;
}

.navbar li > a {
  padding: 8px 9px 8px 9px;
}

.navbar-default {
  background-color: #ffffff;
  border: 0px;
}

.navbar-nav > li > a,
.navbar-default .navbar-nav > a:focus,
.navbar-default .navbar-nav > a:hover {
  background-color: #fafafa;
  margin-right: 1px;
  border-bottom: 2px solid #ffffff;
  color: #444444;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #dd0165;
  border-bottom: 2px solid #dd0165;
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a .far,
.navbar-default .navbar-nav > li > a .fas {
  font-size: 1.3em;
  margin-left: 10px;
	margin-right: 10px;
}

.navbar-right > li > a,
.navbar-right .navbar-nav > a:focus,
.navbar-right .navbar-nav > a:hover {
  background-color: #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color: #444444;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: #fafafa;
  color: #000000;
}

@media (min-width: 768px) {

	.navbar-default .navbar-nav > li > a {
	  font-size: 11px;
	  padding: 7px 9px 2px 9px;
	  text-align: center;
	}

	.navbar-default .navbar-nav > li > a .far,
	.navbar-default .navbar-nav > li > a .fas {
		display: block;
	  font-size: 2.2em;
	  text-align: center;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	  color: #777;
	}
	
	.navbar-right {
	  margin-right: 0px;
	}

}

.subnav {
  background-color: #dd0165;
  color: #ffffff;
  margin-bottom: 20px;
}

.subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.subnav li {
	position: relative;
	z-index: 102;
	display: inline-block;
	margin-left: 10px;
	width: auto;
}

.subnav a {
	color: #efb3cf;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 7px 3px 7px 3px;
}

.subnav a:hover,
.subnav a:active {
	color: rgba(255,255,255,.85);
}

.subnav a.here:link,
.subnav a.here:visited {
	color: #ffffff;
}

.subnav a .badge {
  background-color: #efb3cf;
  color: #dd0165;
  font-size: 11px;
  font-weight: normal;
}

.subnav a:hover .badge {
  background-color: rgba(255,255,255,.85);
  color: #dd0165;
}

.subnav a.here .badge {
  background-color: #ffffff;
  color: #dd0165;
  text-shadow: none;
}

.subnav br,
.topnav br {
	clear: both;
}


/* ----- connexion ----- */

.logo {
	display: block;
	margin: 20px auto;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-primary {
	background-color: #dd0165;
}

.btn-primary:hover {
  background-color: #ff4fa0;
  border-color: #ff4fa0;
}


h1 {
	color: #dd0165;
	font-size: 26px;
	font-weight: normal;
	margin: 5px 0px 15px 0px;
}

h1 span.edition {
	background-color: #dd0165;
	border-radius: 6px;
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	padding: 3px 6px;
	transform: rotate(-2deg);
}

h2 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}

.alert h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}

.alert-info h2 {
	color: #31708f;
}

.alert-info a {
  color: #31708f;
  font-weight: bold;
  text-decoration: underline;
}

fieldset h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
}

.tab-pane fieldset h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
}

.tab-pane fieldset h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 25px;
	text-transform: uppercase;
}

.tab-pane fieldset h3:first-of-type {
	margin-top: 10px;
}



/* ----- Dashboards ----- */

.infographic-box {
	border-radius: 6px;
  margin: 10px 0px 15px 0px;
  padding: 15px 15px 10px 15px;
}

.infographic-box.membres,
.infographic-box-small.membres {
	background-color: #77b4ce;
}

.infographic-box.evenements,
.infographic-box-small.evenements {
	background-color: #988eb2;
}

.infographic-box.participations,
.infographic-box-small.participations {
	background-color: #b85e81;
}

.infographic-box.public,
.infographic-box-small.public {
	background-color: #e8b763;
}

.infographic-box .far,
.infographic-box .fas {
  font-size: 3.6em;
  display: block;
  float: left;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: -2px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  color: #ffffff;
}

.infographic-box .headline {
	color: #ffffff;
  display: block;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: right;
}

.infographic-box-small .headline {
	color: #ffffff;
  display: block;
  font-size: .9em;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: right;
}

.infographic-box .value {
	color: #ffffff;
  font-size: 2.0em;
  font-weight: 600;
  margin-top: -5px;
  display: block;
  text-align: right;
}

.infographic-box-small .value {
	color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: -5px;
  display: block;
  text-align: right;
}

.infographic-box hr {
	margin-top: 10px;
	margin-bottom: 13px;
}

.infographic-logo {
	border: 1px solid #dddddd;
	border-radius: 6px;
  margin: 10px 0px 15px 0px;
}


/* ----- Filtres ----- */

.filtre {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 15px;
	position: relative;
}

.tab-pane .filtre {
  background-color: #fafafa;
  border: 0px solid #dddddd;
  padding: 0px;
}

.filtre label {
	position: relative;
}

.dataTables_wrapper .dataTables_filter {
  margin: 15px 10px 5px 10px;
	text-align: left !important;
}

.tab-pane .filtre .dataTables_filter {
	margin: 15px 10px -10px 0px;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 5px !important;
	min-width: 250px !important;
}

.dataTables_wrapper .dataTables_length {
  margin: 15px 10px 10px 10px;
	text-align: right !important;
}

.tab-pane .filtre .dataTables_length {
  margin: 15px 0px -10px 10px;
}

.dataTables_wrapper .dataTables_length select {
	margin-right: 5px !important;
	min-width: 110px !important;
}

table.dataTable tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #f1f1f1;
}

table.dataTable tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #fafafa;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

	.dataTables_wrapper .dataTables_filter input {
		min-width: 120px !important;
	}
	
	.dataTables_wrapper .dataTables_length select {
		min-width: 50px !important;
	}

}

.filtre.avance {
	padding: 5px 0px;
}

.filtre.avance .row {
  margin: 10px 0px;
}

.filtre.avance div span {
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}

.filtre.avance div .logique {
  width: 90px;
}

.filtre.avance div .logique select {
  width: 70px;
}

.filtre.avance div .parenthese select {
  width: 50px !important;
}

.filtre.avance div .champ select {
  width: 170px;
}

.filtre.avance div .operateur select {
  width: 180px;
}

.filtre.avance div .valeur input {
  width: 200px;
}

.filtre.avance div .valeur select {
  width: 200px;
}

.filtre.avance div .boutons {
  width: 100px;
}

.filtre.avance div .boutons input {
	padding-bottom: 2px;
	padding-top: 2px;
}

.filtre.avance div .motscles input {
	width: 170px;
}


.inactif .nav-tabs li.active a,
.inactif .tab-pane fieldset {
  background: repeating-linear-gradient( -45deg, #ffffff, #ffffff 10px, #fafafa 10px, #fafafa 20px );
}



/* ----- listes ----- */

.table {
	table-layout: fixed;
}

.table {
  margin-bottom: 15px;
}

.table > thead > tr > th {
  border-bottom: 0px solid #DDD;
}

.table.table-condensed > thead > tr > th.text-right {
  padding-right: 25px;
}

.table tr th {
	color: #dd0165;
	font-weight: normal;
}

.table tr td {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.table tr[id]:hover td {
	background-color: #eeeeee !important;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	color: #333333 !important;
	cursor: pointer;
}

table.dataTable {
	border-collapse: collapse !important;
	border-bottom: 1px solid #dddddd;
}

.table tr.raye td {
	opacity: .3;
	text-decoration: line-through;
}

.table tr.opac50,
div.opac50 {
	filter: grayscale(100%);
	opacity: .5;
}


.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #ffffff;
  background-color: #dd0165;
  border-color: #dd0165;
}



.label {
	font-weight: normal;
  padding: .2em .6em .2em;
}

.label-profil {
	background-color: #dd0165;
}

.label-secteur {
	background-color: #3d76ad;
}

.label-region {
	background-color: #f2ae29;
}

.label-primaire {
	background-color: #7ebe25;
}

.label-action {
	background-color: #556879;
}

.table .badge {
  font-size: 10px !important;
  font-weight: normal;
  margin-top: -2px;
}

.badge-attente {
	background-color: #cccccc;
}

.badge-success {
	background-color: #5cb85c;
}

.badge-danger {
	background-color: #d9534f;
}


/* ----- étapes ----- */

table th.progression {
  padding-right: 10px !important;
}

table th.progression span {
	display: inline-block;
	margin: 0px 1px 0px 1px;
	text-align: center;
	width: 32.5%;
}

table td.progression span {
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	height: 13px;
	margin: 0px 1px;
	text-align: center;
	width: 32.5%;
}

table td.progression span.att {
	background-color: #cccccc;
	color: #ffffff;
}

table td.progression span.ok {
	background-color: #22ad24;
	color: #ffffff;
}

table td.progression span.ok50 {
	background-color: #edbd00;
	color: #ffffff;
}

table td.progression span.ko {
	background-color: #e00000;
	color: #ffffff;
}

table td.progression span.ann {
	background-image: linear-gradient(135deg, #dddddd 25%, transparent 25%, transparent 50%, #dddddd 50%, #dddddd 75%, transparent 75%, transparent 100%);
	background-size: 10px 10px;
}


/* ----- formulaires ----- */

fieldset {
	background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 15px 15px 5px 15px !important;
  margin: 0 0 20px 0 !important;
}

.tab-pane.active fieldset:first-child {
  border-radius: 0px 6px 6px 6px;
}

fieldset.commentaire {
	background-color: #fcf8e3;
	border: 1px solid #edd8af;
}

fieldset.disabled input,
fieldset.disabled select,
fieldset.disabled textarea,
fieldset.disabled .mce-panel,
fieldset.disabled body {
	background-color: #fafafa !important;
	box-shadow: none;
}

fieldset.disabled .input-group-addon {
	display: none;
}

fieldset.disabled .mce-top-part {
	display: none;
}

/*
input.date,
input.datetime {
	background-image: url('/images/calendar.png');
	background-position: 99% center;
	background-repeat: no-repeat;
}
*/

.col-md-5 fieldset .colonnes {
  column-width: 180px;
  margin: 3px 0px 10px 0px;
}

fieldset .colonnes {
  column-width: 210px;
  margin: 3px 0px 10px 0px;
}

fieldset .colonnes div label {
  -webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

fieldset .colonnes .checkbox,
fieldset .colonnes .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: #dd0165;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  font-size: 13px;
}

.btn {
  font-size: 13px;
}

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

.copy:hover {
	color: #dd0165;
	cursor: pointer;
}

.help-block {
  font-size: 12px;
}


/* ----- modal ----- */

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-header {
	background-color: #dd0165;
  border-bottom: 0px solid #e5e5e5;
	border-radius: 6px 6px 0px 0px;
  padding: 10px 15px;
}

.modal-header h4 {
	color: #ffffff;
}


/* ----- badges ----- */

.badges div {
	font-size: 10px;
	line-height: 1.2em;
	padding: 5px 5px;
	text-align: center;
}

.badges div img {
	margin-bottom: 3px;
}


/* ----- tooltip ----- */

.tooltip-inner {
	font-size: 11px;
	max-width: 150px;
}


/* ----- budget ----- */

.table.budget {
	margin-top: 0px !important;
}

.totalBudget {
	background-color: #dddddd;
	height: 35px;
	margin-bottom: 20px;
	width: 100%;
}

.totalDepenses {
	background-color: #5cb85c;
	color: #ffffff;
	font-size: 18px;
	height: 35px;
	padding: 4px 0px;
	text-align: center;
}


/* ----- orientation ----- */

.p0 {
	background-color: #ff7f7f;
}

.p25 {
	background-color: #ffc77f;
}

.p50 {
	background-color: #faffcf;
	background-color: #fff2cf;
}

.p100 {
	background-color: #b1eaa6;
}

.ui-state-highlight {
	background-color: #ff0000 !important;
	border: 1px dotted #cccccc;
	height: 20px;
	width: 100%;
}

.label {
	font-weight: normal;
}

.label-f {
	background-color: #dd0165;
}

.label-e {
	background-color: #f9b731;
}

.label-m {
	background-color: #264287;
}

.label-ope {
	background-color: #a92c49;
}

.label-pro {
	background-color: #556879;
}


/* ----- mailings ----- */

#mailings tr td:nth-child(2n),
#mailings tr td:nth-child(3n),
#mailings tr td:nth-child(4n),
#mailings tr td:nth-child(5n),
#mailings tr td:nth-child(6n),
#mailings tr td:nth-child(7n),
#mailings tr td:nth-child(8n) {
	text-align: right;
} 

#mailings tr td i {
	color: #999999;
	font-size: 12px;
}

.module .dropzone {
  background-color: #ffffff !important;
  border: 2px dashed #cccccc !important;
  border-radius: 5px;
  height: 40px;
  margin: 0px 0px 15px 0px;
  min-height: 40px;
  padding: 5px 0px;
  width: 100%;
}

.module .dropzone.dz-clickable .dz-message {
  margin: 0px auto 0px auto !important;
}

.module .panel-heading {
	background-color: #e5e5e5;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	text-shadow: 0px 0px 5px #bbbbbb;
}

.module .panel-body {
	padding-bottom: 0px;
}

.module .emplacement {
	border: 1px solid #f9f9f9;
	min-height: 50px;
}

.mailings hr {
	margin-bottom: 12px;
	margin-top: 12px;
}

.ui-sortable-handle {
	cursor: move;
}

.ui-sortable-helper {
	background-color: rgba(250,250,250,.9);
  display: table;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.ui-state-highlight {
	background-color: #fcf7bd;
	border: 1px dashed #dddddd;
	border-radius: 6px;
	height: 30px;
	margin-bottom: 20px;
}

.ui-effects-transfer {
	border: 2px dotted gray;
}


/* ----- Dropzone ----- */

.dropzone {
  background-color: #ffffff !important;
  border: 2px dashed #cccccc !important;
  border-radius: 5px;
  height: 180px;
  margin: 15px 0px;
  width: 100%;
}

.visuels .dropzone {
  background-color: #ffffff !important;
  border: 2px dashed #cccccc !important;
  border-radius: 5px;
  height: 180px;
  width: 100%;
}

.mailings .dropzone {
  background-color: #ffffff !important;
  border: 2px dashed #cccccc !important;
  border-radius: 5px;
  height: 170px;
  margin: 15px 0px;
  width: 100%;
}

.dropzone.dz-clickable .dz-message {
  margin: 40px auto 0px auto !important;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  background-color: transparent !important;
  color: #cccccc;
  font-size: 16px;
  font-style: italic;
}

.dropzone .dz-preview {
  margin: 0px;
}

dropzone .dz-preview .dz-image {
	border: 1px solid #eeeeee;	
}

.dropzone .dz-preview .dz-remove {
  font-size: 12px;
}


/* ----- Photos ----- */

.visuels > div {
  margin: 0px 0px 10px 0px !important;
}

.visuels > div > img {
	border: 1px solid #eeeeee;
  padding: 3px;
}

.visuels > div.main > img {
	border: 2px solid #dc0064;
  padding: 2px;
}

.visuels > div.main > a {
	color: #dc0064;
}

.visuels > div > a {
	color: #777777;
	font-size: 11px;
	line-height: 16px;
	margin-right: 10px;
}

.visuels > div > a:hover {
	text-decoration: underline;
}


/* ---------- Cropping ---------- */

#original {
	height: auto;
	width: 100% !important;
	overflow: hidden;
}

#preview {
	width: 100% !important;
	overflow: hidden;
}


/* ----- onglets ----- */

.nav-tabs {
  border-bottom: 0px solid #DDD;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  color: #555;
  background-color: transparent;
	padding: 10px 12px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fafafa;
}

.nav-tabs li .badge {
  font-size: 10px !important;
  font-weight: normal;
  margin-top: -1px;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: block;
  height: 0px;
  overflow: hidden;
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
}


/* ----- colonnes ----- */

.columns {
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	column-width: 250px;

}


/* ----- sortable slides ----- */

.slides .ui-sortable-helper {
	background-color: rgba(250,250,250,.9);
  display: table;
	border-bottom: 0px solid #dddddd;
	border-top: 0px solid #dddddd;
}

.slides .ui-state-highlight-slide {
	background-color: #fcf7bd;
	border: 1px dashed #dddddd;
	height: 150px;
	margin-bottom: 1%;
	margin-left: 1%;
	position: relative;
	width: 48%;
}


/* ----- historiques ----- */

#historique table {
	margin: 0px 0px 10px 0px;
}

#historique table td {
	padding: 5px 30px 5px 0px;
}

#historique table td a .fas {
	color: #333333;
}


/* ----- map ----- */

#gmap {
	height: 650px;
	width: 100%;
}

#gmap .gm-style-iw img {
	margin-top: -10px;
}

#gmap h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
}

.gm-style div {
	border:none !important;
}

.gm-style-iw > button {
	display: none !important;
}

.gm-style-iw + div {
	display: none;
}

.gmnoprint *,
.gm-style-cc * {
  color: #aaaaaa !important;
  font-size: 10px;
}

.gm-ui-hover-effect {
	display: none !important;
}


/* ----- graphiques ----- */

.graph {
	height: 350px;
	width: 100%;
}


/* ----- agenda ----- */

div.day {
	background-image: url('/images/cal_blank.png');
	height: 48px;
	margin: 0px 5px 20px 5px;
	width: 48px;
}

div.day span.mois {
	color: #ffffff;
	display: block;
	height: 11px;
	line-height: 11px;
	text-align: center;
	width: 48px;
}

div.day span.jour {
	color: #333333;
	display: block;
	font-family: arial;
	font-size: 22px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	width: 48px;
}


/* ----- fullcalendar ----- */

.fc .fc-toolbar-title {
	color: #e6005f;
	font-size: 26px;
	font-weight: normal;
}

.fc .fc-button-primary {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.fc .fc-multimonth {
  border: 0px solid var(--fc-border-color);
  margin: 0px -1.2em 1.2em -1.2em;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  font-weight: normal;
}

.fc-daygrid-dot-event .fc-event-time,
.fc-daygrid-dot-event .fc-event-title {
	color: #333333;
  font-weight: normal;
}

.fc .fc-multimonth-multicol .fc-daygrid-more-link {
  border: 1px solid #666666;
  color: #666666;
  display: block;
  float: none;
  margin-top: 3px;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
}


/* ----- autocomplete flexdatalist ----- */

.flexdatalist-results {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #cccccc;
  border-top: none;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 100000;
  max-height: 300px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexdatalist-results li {
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
}

.flexdatalist-results li:hover {
	background-color: #eeeeee;
}

.flexdatalist-results li span.item {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 12px 8px 12px;
	width: 33%;
}

#rech-club-flexdatalist-results.flexdatalist-results li span.item:nth-child(1) {
	width: 42%;
}

#rech-club-flexdatalist-results.flexdatalist-results li span.item:nth-child(2) {
	width: 42%;
}

#rech-club-flexdatalist-results.flexdatalist-results li span.item:nth-child(3) {
	width: 16%;
}

.flexdatalist-results li span.highlight {
  font-weight: bold;
}

.flexdatalist-results li.no-results {
	font-style: italic;
	color: #888888;
	padding: 10px 12px 8px 12px;
}

.flexdatalist-results li.active {
    background: #2B82C9;
    color: #fff;
    cursor: pointer;
}


/**
 * Grouped items
 */
.flexdatalist-results li.group {
    background: #F3F3F4;
    color: #666;
    padding: 8px 8px;
}
.flexdatalist-results li .group-name {
    font-weight: 700;
}
.flexdatalist-results li .group-item-count {
    font-size: 85%;
    color: #777;
    display: inline-block;
    padding-left: 10px;
}

/**
 * Multiple items
 */
.flexdatalist-multiple:before {
    content: '';
    display: block;
    clear: both;
}
.flexdatalist-multiple {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    cursor: text;
}
.flexdatalist-multiple.disabled {
    background-color: #eee;
    cursor: default;
}
.flexdatalist-multiple:after {
    content: '';
    display: block;
    clear: both;
}
.flexdatalist-multiple li {
    display: inline-block;
    position: relative;
    margin: 5px;
}
.flexdatalist-multiple li.input-container,
.flexdatalist-multiple li.input-container input {
    border: none;
    height: auto;
    padding: 0 0 0 4px;
    line-height: 24px;
}

.flexdatalist-multiple li.value {
    display: inline-block;
    padding: 2px 25px 2px 7px;
    background: #efefef;
    border-radius: 3px;
    color: #444;
    line-height: 20px;
    float: left;
}
.flexdatalist-multiple li.toggle {
    cursor: pointer;
    transition: opacity ease-in-out 300ms;
}
.flexdatalist-multiple li.toggle.disabled {
    text-decoration: line-through;
    opacity: 0.80;
}

.flexdatalist-multiple li.value span.fdl-remove {
    font-weight: 700;
    padding: 2px 5px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.70;
}
.flexdatalist-multiple li.value span.fdl-remove:hover {
    opacity: 1;
}
