#footer .copyright li {
    color: rgba(244, 244, 255, 0.5);
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		background: rgb(212 212 255 / 34%);
	}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: rgba(212, 212, 255, 0.35);
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    content: '✔';
}
.saisie_date input.date, .saisie_date input.heure, .saisie_date input.time {
	display: inline;
}

.reponsemail {
	display: none;
}

.formulaire_inscription {
	margin: auto;
	max-width: 700px;
}
.formulaire_inscription legend {
font-weight: 	bold;
}
.formulaire_inscription legend:first-child {
	color: transparent;
	height: 0px;
}

.saisie_selection select {
	appearance: auto;
}

.reponse_formulaire_ok {
	font-weight: bold;
}

.retour {
/*    color: #ffffff;
    display: block;*/
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.25em;
/*    margin: 0 0 1em 0;*/
    text-transform: uppercase;
    margin: auto;
    max-width: 700px;
}

.explication .explication_titre {
	font-style: normal;
	margin-bottom: 1em;
	display: block;
}

.messagevert {
	color: lightgreen;
}


element.style {
    display: table-cell;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background-color: #71749d !important;
}

.datepicker.dropdown-menu thead, .datepicker.dropdown-menu tfoot {
    background-color: #606383; 
}
div.time-picker {
    background-color: #71749d !important;
		border: 3px solid #aaa !important;
}
div.time-picker::-webkit-scrollbar {
	 width: 10px; /* width */
}
div.time-picker::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track */
}
div.time-picker::-webkit-scrollbar-thumb {
  background: #888; /* Handle */
}
div.time-picker::-webkit-scrollbar-thumb:hover {
  background: #555; /* Handle on hover */
}
p {
	margin: 0 0 1em 0;
}

#agenda-liste .entry-content .introduction {
	display: none;
}
#agenda-liste .entry-content > p:not(.location) {
	display: none;
}
#agenda-liste .pagination_precedent_suivant li {
	display: inline;
}
#agenda-liste ul.liste-items li {
	margin-bottom: 2em;
}

.inscrire-newsletter {
	background-color: #3c4057;
	margin: 1em 0;
}
.inscrire-newsletter .infolettres_titre {
	font-weight: bold;
	margin-top: 0.4em;
	font-size: 110%;
}
.inscrire-newsletter .infolettres_texte {
	margin-left: 1em;
}
.inscrire-newsletter .infolettres_texte .explication {
	font-style: italic;
	display: block;
}
.inscrire-newsletter .infolettres_texte .choix, .inscrire-newsletter .infolettres_texte legend {
	display: inline;
}
.inscrire-newsletter .infolettres_texte legend {
	float: left;
	margin-right: 1em;
}

.lignes-compte td.amount.solde.zero {
	background-color: #36573e !important;
}
.lignes-compte tr:last-child td.amount.solde.negatif {
	background-color: #5f2e3d !important;
}
.lignes-compte .payment_means.manual {
	color: #53e3fb !important;
}

.blink_me {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.gros_warning {
	font-size: 145%;
	background-color: cadetblue;
	text-align: center;
	margin-top: 3em;
}

.situation_compte table {
	font-size: initial;
}
.situation_compte table tfoot {
	border-top: initial;
}
.situation_compte table caption {
	display: none;
}
.situation_compte tr td, .situation_compte tr th, .situation_compte table img {
	vertical-align: middle;
}
.situation_compte th {
	background: none !important;
	font-size: 110%;
}
.situation_compte table strong a {
	color: #91b3cb; /*initial;*/
}
.situation_compte small, .small {
	font-size: 80%;
}

ul.liste-actualite li {
	margin: 0 0 1em 2em;
}

.icone.horizontale .icone-image {
	margin-right: 0.5em;
}

.retour-tdb  a {
  border-bottom: dotted 1px;
}
.retour-tdb a:hover {
  border-bottom-color: transparent;
}

.pagination {
	padding: 0 0 2em 0;
}
.pagination ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.pagination .pagination-item-label {
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.pagination .on .pagination-item-label, .pagination a.pagination-item-label:hover, .pagination a.pagination-item-label:focus, .pagination a.pagination-item-label:active {

	/*background: var(--spip-color-theme-dark);*/
	background-color: #41485a;
	/*border-color: var(--spip-color-theme-dark);*/
	/*color: var(--spip-color-white); */
	/* opacity: 0.25; */ 
}

#spip_logo_auteur {
	font-size: 15px; /* Pour font-size lors de l'édition par les crayons ! */
}

.partages-new {
  color: #ffe376;
  font-size: 90%;
  font-weight: bold;
}


#banner.tdb > .inner .content {
  display: -moz-flex;
  display: initial;
  line-height: normal;
}
#banner.tdb > .inner .content br {
  line-height: 50%;
}
#banner.tdb {
  height: 60vh;
  min-height: 20em;
  max-height: 40em;
}
#banner.tdb > .inner .content p {
  font-size: inherit;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}

.main_tdb .tiles article {
  height: 20vh;
  max-height: 20em;
  min-height: 11em;
}

@media screen and (max-width: 1280px) {
  .main_tdb .tiles article {
    /*padding: 4em 3em 2em 3em ;*/
    height: 15vh;
    max-height: 15em;
    min-height: 10em;
  }
}

@media screen and (max-width: 980px) {
  .main_tdb .tiles article {
    /*width: 50% !important;*/
  }
}

@media screen and (max-width: 736px) {
  .main_tdb .tiles article {
    /*padding: 3em 1.5em 1em 1.5em ;*/
    height: 8em;
    /*max-height: none;
    min-height: 0;*/
  }
  .main_tdb .tiles article h3 {
    /*font-size: 1.5em;*/
  }
}

@media screen and (max-width: 480px) {
  .main_tdb .tiles {
    /*display: block;*/
  }
  .main_tdb .tiles article {
    height: 10em;
    /*width: 100% !important;*/
  }
}

#bloc_metronome	{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
	display: none;
}

.mejs button {
  box-shadow: none;
}

fieldset.saisie_case > legend {
/*    color: #ffffff;
    display: block;*/
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.25em;
/*    margin: 0 0 1em 0;*/
    text-transform: uppercase;
}

fieldset.saisie_case > .choix > label {
    letter-spacing: normal;
    margin: 0 0 1em 0;
    text-transform: none;
}

#partage000 {
	padding-top: 2.25em;
	margin-top: 0;
}

br.clear, .nettoyeur {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
}