.pageAPropos .formulaire .ligne .contenuAPropos{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	flex: 1;
}

.pageAPropos .formulaire .ligne .contenuImage{
	max-width: 96px;
}

.pageAPropos .formulaire .ligne .contenuAPropos .informationAMS{
	margin-top: 0;
}

.pageAPropos .formulaire .copyright{
	font-size: 12px;
	margin-top: 10px;
	justify-content: center;
}
.pageAccueil .entete .secondaire{
	flex-wrap: wrap;
	justify-content: center;
}

.pageAccueil .entete .secondaire .centre {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageAccueil .entete .secondaire .centre span{
	margin-right: 5px;
}

.pageAccueil .entete .secondaire .centre .filtre{
	margin-top: 5px;
	width: 250px;
	display: flex;
}

.pageAccueil .entete .secondaire .centre .filtreDate button{
	height: 32px;
	min-height: 0px;
}

.pageAccueil .entete .secondaire .centre .filtreDate button:first-child{
	margin: 0px 5px 0px 0px;
}

.pageAccueil .entete .secondaire .centre .filtreDate button:nth-child(2){
	margin: 0px 5px 0px 0px;
}

.pageAccueil .entete .secondaire .centre .filtreDate button{
	margin: 0px 0px 0px 5px;
}

.pageAccueil .entete .secondaire .centre .filtre label{
	width: 50px;
}

.pageAccueil .entete .secondaire .centre .filtre input[type="date"], .pageAccueil .entete .secondaire .centre .filtre select {
	flex: 1;
}

@media screen and (max-width: 1023px){
	.pageAccueil .entete .secondaire .boutons{
		display: flex;
		flex: 1;
		justify-content: center;
	}
}	

.pageAccueil .tableauReservation{
	width: 100%;
}

.pageAccueil .tableauReservation .colonneGauche{
	position: sticky;
	left: 0px;
	min-width: 200px;
}

.pageAccueil .tableauReservation table{
	border-collapse: separate;
	border-spacing: 0;
}

.pageAccueil .tableauReservation thead{
	position: sticky;
	top: 0px;
	z-index: 1;
}

.pageAccueil .tableauReservation thead th{
	color: #FFFFFF;
	background-color: #3C578C;
}

.pageAccueil .tableauReservation table .sousEntete th{
	min-width: 90px;
}

.pageAccueil .tableauReservation table th{
	border: 1px solid white;
}
	
.pageAccueil .tableauReservation table td{
	border: 1px solid #2222220f;
	cursor: default;
}

.pageAccueil .tableauReservation table td{
	height: 50px;
}

.pageAccueil .tableauReservation table .celluleClub{
	text-align: center;
}

.pageAccueil .tableauReservation tbody tr:nth-child(odd) .stade, .pageAccueil .tableauReservation tbody tr:nth-child(even) .stade{
  background-color: #b5d3e6;
}

.pageAccueil .tableauReservation tbody tr .stade.demandeEnCours{
	background-color: #a02727;
	color: white;
}

.pageAccueil .tableauReservation tbody tr  td{
  background-color: #ebf5fb;
}
.pageAccueilClub .entete .secondaire{
	flex-wrap: wrap;
	justify-content: center;
}

.pageAccueilClub .entete .secondaire .centre {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pageAccueilClub .entete .secondaire .boutonSaisie{
	min-height: 23px;
	height: 23px;
	margin-top: 0;
}

.pageAccueilClub .entete .secondaire .centre .filtre{
	margin-top: 5px;
	width: 330px;
	display: flex;
	align-items: center;
}

.pageAccueilClub .entete .secondaire .centre .filtre input[type="date"]:first-of-type{
	margin-right: 10px;
}

.pageAccueilClub .entete .secondaire .centre .filtre input[type="date"], .pageAccueil .entete .secondaire .centre .filtre select {
	flex: 1;
}

.pageAccueilClub .contenu{
	flex-direction: column;
	align-items: center;
}

.pageAccueilClub .contenu .information{
	margin-top: 15px;
	font-style: italic;
	color: #8c8c8c;
}

.pageAccueilClub .contenu .liste{
	width: 100%;
}

.pageAccueilClub .contenu .liste .ligne3{
	display: flex;
	align-items: center;
}	
	
.pageAccueilClub .contenu .liste .ligne3 img{
	margin-right: 5px;
	width: 19px;
}

.pageAccueilClub .contenu .actions{
	margin-top: 15px;
}
.pageIdentification .contenu .identification{
	padding: 0px;
	padding-bottom: 10px;
}

.pageIdentification .contenu .identification img{
	width: 100%;
}

.pageIdentification .contenu .identification .ligne{
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.pageIdentification .contenu .identification .ligne div input[type="text"], .pageIdentification .contenu .identification .ligne div input[type="password"]{
	width: calc(100% - 8px);
}

.pageIdentification .contenu .identification .pied button{
	margin-right: 10px;
}

.pageIdentification .contenu .ligne{
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 1023px){
	.pageSaisie.pageIdentification .contenu .ligne.modification label{
		min-width: 145px;
	}
}

@media screen and (min-width: 1024px) {
	.pageSaisie.pageIdentification .contenu .ligne.modification label{
		min-width: 145px;
	}
}

.pageIdentification .contenu .ligne div input[type="text"], .pageIdentification .contenu .ligne div input[type="password"]{
	width: calc(100% - 8px);
}

.pageIdentification .contenu .juridique{
	font-size: 11px;
	margin: 5px;
	text-align: center;
}

.pageIdentification .contenu .copyright{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.imageEntete {
    position:relative;
}

@media screen and (min-width: 1024px) {	
	.titreImageEntete {
		font-size: 12px;
	}
}

@media screen and (max-width: 1023px) {
	.titreImageEntete {
		font-size: 11px;
	}
}
     
.titreImageEntete {
    position:absolute;
    color:#FFFFFF;
	left: 15px;
	bottom: 0;
}
.pageListeDemande .dialogue .saisie{
	display: flex;
	align-items: center;
}

.pageListeDemande .dialogue .saisie:first-child{
	margin-bottom: 10px;
}

.pageListeDemande .dialogue .saisie select{
	flex: 1;
}

.pageListeDemande > .entete >.secondaire > div{
	text-align: center;
}

.pageListeDemande > .entete >.secondaire > .ligne.filtres{
	justify-content: center;
}

.pageListeDemande > .entete >.secondaire > .ligne .filtre{
	display: flex;
	margin-top: 5px;
}

.pageListeDemande > .entete >.secondaire > .ligne .filtre .saisie select{
	min-width: 200px;
}

.pageListeDemande .entete .secondaire .filtreDate button{
	height: 32px;
	min-height: 0px;
}

.pageListeDemande .entete .secondaire .filtreDate button:first-child{
	margin: 0px 5px 0px 0px;
}

.pageListeDemande .entete .secondaire .filtreDate button:nth-child(2){
	margin: 0px 5px 0px 0px;
}

.pageListeDemande .entete .secondaire .filtreDate button{
	margin: 0px 0px 0px 5px;
}

.pageListeDemande .entete .secondaire .filtre{
	align-items: center;
}

.pageListeDemande .entete .secondaire .filtre input[type="date"], .pageListeDemande .entete .secondaire .filtre select {
	flex: 1;
	height: 26px;
}

.pageListeDemande .contenu{
	flex-direction: column;
}

.pageListeDemande .contenu .carte{
	margin: 15px auto 15px auto;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	width: 500px;
}

@media screen and (min-width: 1024px){
	.pageListeDemande .contenu .carte{
		width: 800px;
	}
}

@media screen and (max-width: 1023px){
	.pageListeDemande .contenu .carte{
		width: calc(100% - 30px);
	}
}


.pageListeDemande .contenu .carte > .titre{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.pageListeDemande .contenu .carte .actionCarte{
	border-top: 1px solid #6e6e6e;
}

.pageListeDemande .contenu .information{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-style: italic;
	color: #8c8c8c;
}

.pageListeDemande .contenu .carte .actionCarte{
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.pageListeDemande .liste .element{
	display: flex;
	align-items: center;
	background-color: transparent;
	box-shadow: none;
	margin: 0;
}

.pageListeDemande .liste .element:not(:first-child){
	border-top: solid 1px #6e6e6e;
}

.pageListeDemande .liste .element:first-child{
	border-top: solid 1px transparent;
}

.pageListeDemande .liste .element:hover{
	box-shadow: none;
	background-color: var(--couleur-secondaire);
}

.pageListeDemande .liste .element .conteneurTexte{
	flex: 1;
}

.pageListeDemande .liste .element .conteneurTexte .info{
	font-style: italic;
	color: #8c8c8c;
}

.pageListeDemande .liste .element .conteneurAction .valider{
	background-color: var(--couleur-validation);
}

.pageListeDemande .liste .element .conteneurAction .valider:hover{
	background-color: var(--couleur-validation-hover);
}

.pageListeDemande .liste .element .conteneurAction .annuler{
	background-color: var(--couleur-annulation);
}

.pageListeDemande .liste .element .conteneurAction .annuler:hover{
	background-color: var(--couleur-annulation-hover);
}

.pageListeDemande .liste .stade{
	padding: 10px;
	text-align: center;
	background-color: #3C578C;
	color: white;
	margin-top: 10px;
}

.pageParametres .mosaique .element{
	width: 200px;
	text-align: center;
	display: flex;
}

.pageParametres .mosaique .element .conteneurImage{
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageParametres .mosaique .element .conteneurImage img{
	width: 48px;
}

.pageParametres .mosaique .element .conteneurDescription{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageParametres .entete .secondaire {
    justify-content: center;
}
.pageParametresPlagesHoraires .liste{
	width: 100%;
}

.pageParametresPlagesHoraires > .entete >.secondaire > div{
	text-align: center;
}

.pageParametresPlagesHoraires .entete .secondaire .ligne{
	align-items: center;
	justify-content: center;
}

.pageParametresPlagesHoraires .entete .secondaire .centre{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pageParametresPlagesHoraires .entete .secondaire .ligne .centre .titre{
	margin-bottom: 5px;
}

.pageParametresPlagesHoraires .entete .secondaire .ligne .centre .filtreDate{
	display: flex;
}

.pageParametresPlagesHoraires .entete .secondaire .ligne .centre .filtreDate button{
	height: 32px;
	min-height: 0;
}

.pageParametresPlagesHoraires .entete .secondaire .ligne .centre .filtreDate button{
	margin: 0px 0px 0px 5px;
}

.pageParametresPlagesHoraires .entete .secondaire .ligne .centre .filtreDate button:nth-child(2) {
  margin: 0px 5px 0px 0px;
}

.pageParametresPlagesHoraires .entete .secondaire .ligne .centre .filtreDate button:first-child {
  margin: 0px 5px 0px 0px;
}

.pageParametresPlagesHoraires .tableauPlageHoraire{
	width: 100%;
}

.pageParametresPlagesHoraires .tableauPlageHoraire table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.pageParametresPlagesHoraires .tableauPlageHoraire thead{
	position: sticky;
	top: 0px;
	z-index: 1;
}

.pageParametresPlagesHoraires .tableauPlageHoraire thead th{
	color: #FFFFFF;
	background-color: #3C578C;
}

.pageParametresPlagesHoraires .tableauPlageHoraire table .sousEntete th{
	min-width: 90px;
}

.pageParametresPlagesHoraires .tableauPlageHoraire table th{
	border: 1px solid white;
}
	
.pageParametresPlagesHoraires .tableauPlageHoraire table td{
	border: 1px solid #2222220f;
	cursor: default;
}

.pageParametresPlagesHoraires .tableauPlageHoraire table td{
	height: 50px;
}

.pageParametresPlagesHoraires .tableauPlageHoraire table .cellule{
	text-align: center;
}

.pageParametresPlagesHoraires .tableauPlageHoraire tbody tr  td{
  background-color: #ebf5fb;
}

.pageParametresPlagesHoraires .tableauPlageHoraire table .fermer{
  background-color:#c9d3d9
}
.pageParametresStades > .entete > .secondaire > div {
  text-align: center;
}

.pageParametresStades .liste{
	width: 100%;
}
.pageParametresUtilisateurs .liste{
	width: 100%;
}

.pageParametresUtilisateurs > .entete >.secondaire > div{
	text-align: center;
}
.pageSaisieDemande .formulaire .titre{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.pageSaisieDemande .formulaire .information{
	text-align: center;
	font-style: italic;
	color: #8c8c8c;
}

.pageSaisieDemande .formulaire hr{
	color: #c1c1c1;
}

.pageSaisieDemande .formulaire .ligne input{
	width: 130px;
}
.pageSaisieDemande .formulaire .ligne label{
	align-content: center;
}


.pageSaisieDemande .formulaire .pied .boutonsGauches{
	flex: 1;
}
.pageSaisiePlageHoraire .formulaire .titre{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.pageSaisiePlageHoraire .formulaire .ligne input[type=date]{
	width: 125px;
}

.pageSaisiePlageHoraire .formulaire .ligne input[type=time]{
	width: 80px;
}

.pageSaisiePlageHoraire .formulaire .pied .boutonsGauches{
	flex: 1;
}
.pageSaisieReservation .formulaire .titre{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.pageSaisieReservation .formulaire .ligne input{
	width: 130px;
}

.pageSaisieReservation .formulaire .ligne label{
	align-content: center;
}

.pageSaisieReservation .formulaire .pied .boutonsGauches{
	flex: 1;
}


.pageSaisieUtilisateur .separateur.separateurMotDePasse{
	margin-top: 0px;
}

.indicationEmailCc{
	font-style: italic;
	font-size: 12px;
	color: gray;
}
