@media only screen and (orientation: portrait) {
	body {
		font-size: 16px;
	}

	#ModalBox {
		aspect-ratio: 0.6;
		margin: 0;
		width: auto;
	}

	.QRContentBlockAction {
		width: -webkit-fill-available;
	}

	#QrCodeImage {
		display: flex;
		aspect-ratio: 1;
		width: auto;
		max-width: 500px;
		background: white;
		margin: auto;
		align-items: center;
		justify-content: center;
		margin: 1rem 0;
	}

	#SelResa,
	#SelDate {
		width: -webkit-fill-available;
		max-width: 500px;
	}

	.SelectDuration {
		font-size: large;
		line-height: 1.5;
	}



	/*.Header img {
	height: 70px;
	}*/
	/*#MessagesBubbles {
	top: 110px;
	bottom: 100px;
	}*/
}

@media only screen and (orientation: landscape) {
	body {
		font-size: 16px;
	}

	#ModalBox {
		margin: 1% 15%;
		width: 70%;
		min-height: 98%;
	}

	#QrCodeImage {
		display: flex;
		aspect-ratio: 1;
		width: auto;
		max-width: 500px;
		background: white;
		align-items: center;
		justify-content: center;
		margin: 1rem 0;
	}

	.QRContentBlockAction {
		width: -webkit-fill-available;
		max-width: 500px;
	}

	#SelResa,
	#SelDate {
		width: -webkit-fill-available;
		max-width: 500px;
	}

	/*.Header img {
	height: 50px;
	}*/
	/*#MessagesBubbles {
	top: 90px;
	bottom: 60px;
	}*/
}

/* Variables personnalisables */
:root {
	--Color1: #74c5c3;
	--Color2: #1fa8b0;
	--Color3: #0981bc;
	--Color4: #254e89;
	--Color5: #e15154;
	--Color6: #017c47;
	--dark_text_color: #b9ddea;
	--bright_text_color: #025c84;
}

body {
	font-family: sans-serif;
	background-image: url(../img/default.png);
}

input:-internal-autofill-selected {
	background-color: white !important;
}

.OtherFlags {
	display: inline-block;
	width: 12%;
	max-width: 80px;
	aspect-ratio: 1.5;
	border-radius: 3px;
	background-size: cover;
	margin: 5px;
}

.Header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-height: 10%;
	height: 10%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	color: var(--dark_text_color);
	background-image: linear-gradient(to top, var(--Color3), var(--Color4));
	margin: 0px;
	padding: 1vh 0;
	text-align: left;
	flex-direction: row;
}


.Header span,
.Header select {
	font-weight: bold;
	display: flex;
	font-size: inherit;
	padding: 15px;
	border-radius: 15px;
	color: var(--bright_text_color);
	background: white;
	margin: 10px;
	max-width: 60%;
	justify-content: center;
	width: -webkit-fill-available;
}

.Header a {
	max-width: 10%;
	padding: 14px;
	margin: 10px;
	color: white;
}

.Header img {
	min-height: 50%;
	max-width: 20%;
	max-height: 100%;
	border-radius: 5px;
	background-color: white;
}

.SpaceIcon {
	padding-left: 10px;
	padding-right: 10px;
}

/*
#SearchField {
border-radius:30px;
padding:10px;
border:none;
width:60%;
}
#SearchButton {
width: 40px;
height: 40px;
bottom: 10px;
right: 35px;
color: var(--dark_text_color);
background-image: linear-gradient(to top, var(--Color1), var(--Color2));
border-radius: 30px;
padding: 10px;
border: none;
}
.Interlocutor {
padding:10px;
}
.ProfilPicture {
float:left;
border-radius: 5px;
height: 50px;
background-color: var(--dark_text_color);
margin-right: 10px;
}
*/
#FAQBtn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: var(--Color3);
	padding: 15px;
	border-radius: 20px;
	font-size: larger;
	font-weight: bold;
	z-index: 10;
}

.FAQTicket {
	display: flex;
	flex-direction: column;
	background: white;
	padding: 10px;
	width: 90%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-top: 10px;
	border-radius: 15px;
}

#ConvContext {
	/*padding: 5px;*/
	gap: 5px;
	display: flex;
	flex-direction: column;
	/*font-size: small;*/
	margin-right: 10px;
}


#MsgMailTo,
#MsgPhoneTo,
#MsgConvName {
	color: var(--bright_text_color);
	padding: 0px;
	margin: 0;
	width: -webkit-fill-available;
	max-width: max-content;
}

#MessagesBubblesList,
#ConversationList {
	display: flex;
	flex-direction: column;
	scroll-behavior: smooth;
	position: absolute;
	left: 0px;
	top: 12%;
	width: 100%;
	overflow-y: scroll;
	max-height: 80%;
	/*border-radius: 10px;*/
}

#ConversationList {
	max-height: 88%;
}

#NavConv {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.tabs {
	top: 12%;
}

.tabs li {
	float: left;
	display: block;
	width: -webkit-fill-available;
	text-align: center;
	background: var(--Color3);
	padding: 8px;
	font-weight: bold;
	color: white;
	font-size: large;
}

.tabs li.active {
	background: color-mix(in srgb, var(--Color3) 80%, white 20%);
}

.ButtonNavMessagerie {
	color: white;
	background: var(--Color3);
	padding: 8px;
	border: none;
	border-radius: 10px;
	width: 30%;
}

.GroupConv {
	position: relative;
	display: flex;
	flex-direction: column;
	background: white;
	padding: 10px;
	width: 90%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-top: 10px;
	border-radius: 15px;
}

.GroupConv #Service {
	font-weight: bold;
}

.GroupConv .EntrepName {
	font-weight: bold;
	display: flex;
	/*align-self: start;*/
	font-size: x-large;
	flex-direction: row;
	align-items: center;
}

.GroupConv div.EntrepName img {
	max-width: 10%;
	/*border-radius: 50%;*/
	margin-right: 10px;
}

.GroupConv #UnreadPastille {
	display: none;
	color: white;
	background: var(--Color5);
	border: none;
	border-radius: 50%;
	padding: 2px;
	width: fit-content;
	min-width: 1.2em;
	height: 1.2em;
	text-align: center;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
}

.Bubble {
	padding: 15px;
	text-align: left;
	/*	line-break: strict;*/
	display: inline-block;
}

.Bubble a {
	line-break: anywhere;
}

.Bubble img {
	border-radius: 2px;
}

.TeamToUser {
	margin-left: 100px;
	padding: 10px;
	text-align: right;
}

.TeamToUser .Bubble {
	border-radius: 20px 20px 0px 20px;
	background-image: linear-gradient(to left, var(--Color3), var(--Color4));
	color: var(--dark_text_color);
}

.TeamToUser .Bubble a:link,
.TeamToUser .Bubble a:visited {
	color: var(--dark_text_color);
	opacity: 0.6;
}

.UserToTeam {
	margin-right: 100px;
	padding: 10px;
	text-align: left;
}


.UserToTeam .Bubble {
	border-radius: 20px 20px 20px 0px;
	background-image: linear-gradient(to right, var(--Color1), var(--Color2));
	color: var(--bright_text_color);
}

.UserToTeam .Bubble a:link,
.UserToTeam .Bubble a:visited {
	color: var(--bright_text_color);
	opacity: 0.6;
}

.Time {
	font-size: 0.6em;
}

#MessagesFooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	/*min-height: 100px;*/
	height: 6%;
	color: grey;
	margin: 0px;
	padding: 1%;
	text-align: left;
}

#Text {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 100px;
	font-size: 1em;
	border-radius: 10px;
	padding-left: 60px;
	padding-top: 10px;
	padding-right: 10px;
	border: none;
	resize: none;
	min-height: 30px;
}

#Send {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: var(--dark_text_color);
	background-image: linear-gradient(to top, var(--Color1), var(--Color2));
	border-radius: 40px;
	padding: 10px;
	font-size: 1.5em;
	border: none;
}

#File {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: grey;
}



#CguWrap,
#MapWrap {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 100%;
	overflow-y: scroll;
}

#gMap {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 100%;
	height: 100%;
}

#CguImg {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 100%;
}


/* LA BOITE MODALE ET LES ELEMENTS D'IDENTIFICATION */
#HdBackground {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 100%;
	filter: blur(4px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#ModalShadow {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

#ModalBox {
	color: var(--bright_text_color);
	text-align: center;
	background-image: url(../img/default.png);
	border-radius: 20px;
	border: none;
	padding: 20px;
	filter: none;
}

#LogoWrap {
	height: 80px;
	/*margin: 15px 0px 15px 0px;*/
}

/* senser réglé le problème du thème sur les telephones*/
#QrCodeImage canvas,
#QrCodeImage img {
	padding: 10px !important;
	background: white !important;
}

#Chevron1,
#Chevron2 {
	height: 80px;
	transition: width 1s;
	transition: height 1s;
}

#Logo {
	height: 0px;
	max-width: 100%;
	transition: height 1s;
}

#Flags img {
	display: inline-block;
	width: 12%;
	max-width: 80px;
	aspect-ratio: 1.5;
	border-radius: 3px;
	background-size: cover;
	margin: 5px;
}

#Code,
#Email,
#Name,
#CodeImg,
#PromoCode {
	/* #ModalBox 0[type=text],*/
	font-size: 1em;
	border-radius: 15px;
	padding: 10px;
	border: none;
	margin: 10px;
	text-align: center;
	width: 90%;
}

#Code {
	width: auto;
}

#ForgottenPwd {
	text-decoration: underline;
	color: cornflowerblue;
}

#CodeImg {
	/* width: auto; */
	max-width: 100%;
}

#PhoneBlock {
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
}

#CodeBlock {
	margin-top: 20px;
}

#GetPhoneBlock {
	background: white;
	align-self: center;
	font-size: 1em;
	/*padding: 10px;*/
	border: none;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	border-radius: 15px 15px 15px 15px;
}

#CGUBlock {
	display: flex;
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1rem 0 0 0;
}

#ErrorPhoneMsg {
	padding: 10px 0 10px 0;
}

#SubBlock,
#UnknownPhoneBlock {
	flex-direction: column;
	align-items: center;
}

#SubBlock input {
	/* width: auto; */
	min-width: 80%;
}

#CaptchaTxt {
	background: white;
	width: 90%;
	border-radius: 10px 10px 0 0;
	padding-bottom: 5px;
}

/* #SubscribeInstruct {
	width: 90%;
} */

#SubBlock img {
	width: 90%;
	border: none;
	border-radius: 0 0 10px 10px;
	background: white;
	padding-bottom: 10px;
}

#SubBlock .Checkbox {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	transform: scale(1.3, 1.3);
	max-height: 50%;
	min-height: 1.25rem;
	min-width: 1.25rem;
}

.Checkbox {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	transform: scale(1.3, 1.3);
	max-height: 50%;
	min-height: 1.25rem;
	min-width: 1.25rem;
}

#CGU {
	display: inline-flex;
	flex-wrap: wrap;
}

#CGUtxt,
#SMStxt {
	width: -webkit-fill-available;
}

#ValidateCGU,
#ValidateSMS,
#ConfirmLocker {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: justify;
	gap: 1rem;
	width: 100%;
}

#ConfirmLocker {
	background-color: var(--Color1);
	border-radius: 10px;
	width: -webkit-fill-available;
}

#ConfirmLockerTxt {
	text-decoration: underline;
	line-height: 1.5;
}

#ValidateCode {
	margin-top: 20px;
}

#WishSubscribe {
	background: #89e975 !important;
}

#Phone,
#PrefixPhone {
	width: auto;
	width: -webkit-fill-available;
	/* width: auto; */
	/* min-width: 60%; */
	/* max-width: 90%; */
	font-size: 1em;
	padding: 10px;
	background: #eeeeee;
	text-align: center;
	border: 1px solid;
	border-color: lightgray;
	border-radius: 0 0 10px 10px;
}

input.green-background {
	background-color: #b0ffa0 !important;
	background-image: none !important;
}

#PrefixPhone {
	width: 10%;
	font-family: sans-serif;
}

#LoginError {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#CountryCode {
	width: -webkit-fill-available;
	/* max-width: 90%; */
	overflow-block: clip;
	font-size: 1em;
	padding: 10px;
	border: 1px #eeeeee;
	border-radius: 10px 10px 0 0;
	/* margin-bottom: 5px; */
	text-align: center;
}

#ValidatePhone {
	width: fit-content;
	padding: 10px 20px;
}

.Button {
	display: flex;
	color: var(--bright_text_color);
	background: linear-gradient(to top, var(--Color2), var(--Color1));
	border-radius: 20px;
	padding: 10px;
	/* 10px 3px 10px;*/
	border: none;
	margin: 10px;
	width: 40%;
	display: inline-block;
	font-weight: bold;
	opacity: 1;
}

a:hover,
.Button:hover {
	cursor: pointer;
}

.Button.a_disabled {
	pointer-events: none;
	opacity: 0.5;
}

.noClick {
	pointer-events: none;
	z-index: 999;
}

.noClickCGU {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* Désactiver tous les clics */
	background-color: rgba(0, 0, 0, 0.5);
	/* Optionnel pour visuellement bloquer l'accès */
	z-index: 999;
}

.clickable {
	z-index: 1000;
	pointer-events: all;
}

.GroupBtn {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: center;
	justify-content: center;
}

#ValidateResa,
#ReturnSelDate,
#ValidDate,
#Backtestphone,
#SubscribeValid,
#ValidCbBlock,
#ReturnResa {
	align-items: center;
	align-self: center;
	justify-content: center;
	font-weight: bold;
}

#SubscribeValid {
	background: #89e975 !important;
}

#ValidCbBlock {
	position: relative;
	z-index: 100;
}

#ResaRecap {
	display: flex;
	align-items: self-start;
	flex-direction: column;
	background-color: color-mix(in srgb, var(--Color6) 100%, transparent 80%);
	color: var(--bright_text_color);
	border: none;
	border-radius: 10px;
	text-align: start;
	margin-bottom: 10px;
	padding: 10px;
	width: -webkit-fill-available;
	line-height: 1.5;
	gap: 10px;
}

#ResaRecapTitle {
	font-weight: bold;
	text-decoration: underline;
}

#RecapLocker {
	display: flex;
	flex-direction: column;
	width: -webkit-fill-available;
	gap: 5px;
}

#RecapLocker span {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.visualizeBtn {
	text-decoration: underline;
	color:
		color-mix(in srgb, var(--bright_text_color) 80%, black 20%);
	font-weight: bold;
}

#ResaKeyBlock {
	display: flex;
	flex-direction: column;
}

#ValidateCB,
#ValidateSub {
	background: transparent;
	border: none;
	color: var(--bright_text_color);
	font-weight: bold;
	font-size: 1rem;
}

#ValidateCB {
	position: sticky;
	z-index: 90;
	pointer-events: none;
}

#BtnFalseCodeAction {
	display: flex;
	flex-direction: row;
}

#PhoneDisplay {
	font-size: 0.8em;
	margin: 10px;
}

#MainMenu {
	margin-top: 1rem;
	text-align: left;
	justify-content: flex-start;
	flex-direction: row;
	max-width: 100%;
	gap: 2%;
}

#MainMenu .tab {
	text-align: center;
	padding: 3%;
	width: -webkit-fill-available;
	display: inline-block;
	border-radius: 10px 10px 0px 0px;
	background-image: linear-gradient(to top, var(--Color3), var(--Color4));
}

#MessagerieButton {
	position: relative;
	display: inline-block;
}

#IcoUnreadMsg {
	position: absolute;
	right: -0.2em;
	top: -0.2em;
	background-color: var(--Color5);
	;
	color: white;
	border-radius: 50%;
	padding: 0.1em;
	font-size: 0.6em;
	min-width: 1.2em;
	text-align: center;
	line-height: 1.2;
}

#MainMenu i {
	color: var(--dark_text_color);
}

#TitlePage {
	font-weight: bold;
	font-size: larger;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 5px;
	/*text-decoration: underline;*/
}

#QrCodeContent,
#HelpMenuContent {
	flex-direction: column;
	align-items: center;
	padding: 5px 20px;
	border-radius: 0px 0px 20px 20px;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 1.2rem;
	text-align: left;
}

#QrCodeContent {
	text-align: center;
}

#HelpMenuContent {
	border-radius: 20px;
	align-items: start;
}

#HelpMenuContent p {
	font-weight: normal;
}

#HelpMenuContent p i {
	padding: 10px;
	background-image: linear-gradient(to top, var(--Color3), var(--Color4));
	border-radius: 10px;
	color: var(--dark_text_color);
}

#GetSponsorGift,
#NetworkBlock,
#QRIssueBlock,
#RedirectResa {
	font-weight: bold;
	background-color: color-mix(in srgb, var(--Color1) 80%, var(--Color3) 10%);
	border-radius: 10px;
	padding: 5px;
	text-align: center;
}

#NetworkBlock,
#QRIssueBlock,
#RedirectResa {
	display: flex;
	margin: 0.75rem 0;
	width: -webkit-fill-available;
	flex-direction: column;
	align-items: center;
}


#FormSponsor {
	display: flex;
	flex-direction: column;
	background: color-mix(in srgb, var(--Color1) 80%, white 20%);
	border-radius: 10px;
	padding: 5px;
	gap: 10px;
	/*width: 100%;*/
}

#FormSponsor input,
#selectPrefixSponso,
#selectLangSponso {
	font-size: 1em;
	border-radius: 10px;
	padding: 5px;
	border: none;
	margin: 0 5%;
	text-align: left;
	width: auto;
	/*min-width: 80%;*/
}

#selectPrefixSponso,
#CityZipcode #SponsoZipCode {
	font-size: medium;
	min-width: 0;
	width: 37.5%;
	margin: 0 2.5% 0 5%;
}

#selectLangSponso,
#CityZipcode #SponsoCity {
	min-width: 0;
	width: 47.5%;
	margin: 0 5% 0 2.5%;
}

#CityZipcode #SponsoZipCode {
	margin: 0 5% 0 2.5%;
}

#CityZipcode #SponsoCity {
	margin: 0 2.5% 0 5%;
}

#IgnoreSponsor {
	display: flex;
	align-self: end;
	font-size: smaller;
	color: cornflowerblue;
}

#SelectNetwork {
	padding: 3px;
	border-radius: 5px;
	font-size: 1rem;
	max-width: 90%;
}

.Instruct {
	font-weight: bold;
	font-size: large;
}

#DateMsgError,
#LoginError,
#ErrorEmail,
#ErrorName,
#ResaErrorLocker,
#InstructLockerCheck {
	/*color: var(--Color5);*/
	/*le rouge est moche*/
	color: red;
}

#Welcome {
	font-size: 1.25rem;
	margin: 0.5rem 0;
}



#ModalFooter {
	position: relative;
	bottom: 0px;
	color: grey;
	font-size: 0.8em;
	padding: 5px;
}

#ModalFooter a {
	text-decoration: none;
	color: grey;
}

#MyBooking,
#MyLockers,
#MyTransacMach,
#MyResa,
#divBlockConsigne,
#divBlockLocation {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#MyResa {
	margin-top: 20px;
}

.Form {
	width: 100%;
	background: var(--dark_text_color);
	color: var(--bright_text_color);
	flex-direction: column;
	align-self: center;
	align-items: center;
	text-align: center;
	border: none;
	padding-top: 5px;
	position: relative;
}

.Title {
	/*width:100%;
	text-decoration: solid;
	text-decoration: underline;
	font-weight: bolder;
	font-size: larger;
	color: var(--bright_text_color);*/
	font-weight: bold;
	font-size: larger;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 5px;
}

.mapsbtn {
	background: var(--Color2);
	align-self: flex-start;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	border-radius: 5px;
}

.SingleBook,
.SingleTransac,
.SingleLocker {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-self: center;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
	border: none;
	border-radius: 10px;
	background: color-mix(in srgb, var(--Color4) 80%, black 20%);
}

.SingleTransac div.divmoney {
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 5px;
}

.SingleTransac div.date {
	flex-direction: row;
	justify-content: space-between;
}

.SingleTransac div.date div {
	width: auto;
}

.SingleTransac #DescInput {
	width: 90%;
	margin: 0 2%;
	height: auto;
	min-height: 50px;
	max-height: 300px;
	overflow: hidden;
	resize: vertical;
	padding: 2%;
	border: none;
	border-radius: 10px;
}

#BtnDescValid {
	width: 40%;
	align-self: center;
}

.SingleTransac div.divmoney span,
.SingleTransac div.divmoney a {
	width: auto;
}

.SingleBook div,
.SingleTransac div,
.SingleLocker div {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;
	text-align: center;
	color: var(--dark_text_color);
}

.SingleTransac #AllocatedUser.AllocatedUser {
	/*display: flex;*/
	flex-direction: column;
	width: 96%;
	margin: 2%;
	background-color: color-mix(in srgb, var(--Color1) 80%, var(--Color3) 10%);
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#selectLang,
#selectLangSponso {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	padding-left: 10px;
}

#BtnMajCode {
	margin-left: auto;
}

#BtnPwdValid {
	margin: 0;
	align-self: flex-start;
	display: inline;
	width: 25%;
	color: var(--bright_text_color);
}

#BtnMajTraveller {
	position: absolute;
	top: 15px;
	right: 0px;
}

#SuppAllocUser {
	position: absolute;
	right: 10px;
	bottom: 5px;
	background: var(--Color5);
	margin: 0;
	padding: 7px;
}

.SingleTransac #InfoTraveller.ShowInfoUser {
	display: flex;
}

.SingleTransac #InfoTraveller.HideInfoUser {
	display: none;
}

#cellLocation {
	flex-direction: row;
	align-content: space-around;
}

#infoLock {
	background: var(--Color1);
	color: var(--Color4);
	padding-bottom: 5px;
}

#infoLock input {
	max-width: 30%;
	width: 20%;
}

#infoLock div {
	flex-direction: row;
	/*color: var(--Color4);*/
}

#infoLock #booktransac {
	flex-direction: column;
	background-color: color-mix(in srgb, var(--Color1) 80%, var(--Color3) 10%);
	width: 98%;
	margin: 1%;
}

#booktransac #bookamount {
	align-self: end;
	justify-content: flex-end;
	font-weight: bold;
	font-size: small;
}

#DateLock {
	justify-content: center;
	margin: 0;
	background: var(--Color3);
}

.SingleBook #LocaBookMach span {
	display: flex;
	padding-top: 0;
	justify-content: space-around;
	flex-direction: row;
	color: var(--dark_text_color);
}

.SingleBook span,
.SingleTransac span,
.SingleLocker span {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 90%;
	max-width: 90%;
	padding: 5px;
	text-align: left;
	color: var(--Color4);
	align-items: center;
}

.SingleBook a,
.SingleTransac a,
.SingleLocker a {
	display: flex;
	text-align: center;
	align-self: end;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	width: 5%;
	padding: 10px;
	max-width: 90%;
	border: none;
	border-radius: 10px;
	color: black;
	background: var(--Color2);
	justify-content: space-evenly;
	flex-direction: column-reverse;
}

.SingleTransac .FormDisp {
	display: flex;
	width: 100%;
	background: var(--Color1);
	color: var(--bright_text_color);
	flex-direction: column;
	align-self: center;
	align-items: center;
	text-align: center;
	border: none;
	padding-top: 5px;
	position: relative;
}

.SingleTransac .FormDisp form {
	background-color: color-mix(in srgb, var(--Color1) 80%, var(--Color3) 10%);
	border: none;
	border-radius: 10px;
	margin-bottom: 15px;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.SingleTransac .FormDisp div {
	margin-left: 0;
	margin-right: 0;
}

#infoLock .FormDisp input,
.SingleTransac #Desc,
.SingleTransac .FormDisp select {
	width: 80%;
	max-width: 80%;
	padding: 10px;
	border-radius: 10px;
	align-self: center;
	border: none;
	margin-top: 5px;
}

.SingleTransac .FormHide {
	display: none;
}

/*.SingleTransac #Desc{
position: relative;
font-size: 1em;
border-radius: 0px;
padding-left: 0;
padding-top: 0;
padding-right:0;
border:groove;
resize: none;
min-height: 30px;
}*/


#ActionTransac {
	padding: 0;
	background: none;
	color: var(--dark_text_color);
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
}

#CancelBook {
	/*position: absolute;*/
	bottom: 5px;
	background-color: var(--Color5);
}

.SingleBook span.CancelStatus {
	width: 20%;
	background-color: grey;
	color: white;
}

#ResaOnline {
	flex-direction: column;
	width: 100%;
}

#ResaLocker,
#WrapStripe {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	width: -webkit-fill-available;
	border-radius: 20px;
	align-items: center;
}

#ResaLocker {
	background-color: color-mix(in srgb, var(--Color1) 80%, transparent 30%);
}

#ResaLocker select,
#SelectNetwork {
	padding: 5px;
	border-radius: 10px;
	width: -webkit-fill-available;
	border: none;
	max-width: 60%;
}

#SelectDateInstruct,
#SelectMachineInstruct,
#SelectLockerInstruct,
#card_info_title {
	font-weight: bold;
	width: -webkit-fill-available;
}

#SelectDateInstruct,
#SelectMachineInstruct,
#SelectLockerInstruct {
	text-decoration: underline;
}

#SelectMachineInstruct {
	margin: 10px 0;
}

#SliceSelector {
	margin-left: 1rem;
	margin-right: 1rem;
}

#InfoNonLinearBook {
	display: none;
	flex-direction: column;
	font-size: smaller;
	margin: 5px 0 5px 0;
}

#SelResa,
#SelDate {
	display: flex;
	/*flex-direction: row;*/
	justify-content: space-around;
	padding-bottom: 5px;
	align-items: center;
	flex-wrap: wrap;
	/*max-width: -webkit-fill-available;*/
}

#SelResa {
	padding-top: 10px;
	padding-bottom: 20px;
}

#DateFrom,
#DateTo {
	width: -webkit-fill-available;
	margin: 0.5rem 0;
}

.SelectDuration {
	max-width: 40%;
	margin: 2px;
	padding: 5px;
	border-radius: 10px;
	border: none;
	width: -webkit-fill-available;
}

#DateFrom #HourStart,
#DateTo #HourEnd,
#DateFrom #MinuteStart,
#DateTo #MinuteEnd {
	max-width: 15%;
	width: -webkit-fill-available;
	margin: 2px;
	padding: 5px;
	font-size: large;
	line-height: 1.5;
}

#MinBookTimeInfo {
	display: none;
	color: var(--Color5);
	font-weight: bold;
}

.LockerViewBack {
	/*float:right; */
	width: 200px;
	height: 250px;
	margin: 0px;
	background-image: url(../img/LockerAccessVision.png);
	background-repeat: no-repeat;
	text-align: right;
	padding: 0px;
}

.LockerInView {
	background-color: var(--Color1);
	display: block;
	border: 1px solid black;
	position: relative;
	right: 0px;
	bottom: 2px;
	float: right;
}

#PmrBlock {
	display: flex;
	justify-content: center;
	align-items: center;
}

#CustomerRecharge {
	background: var(--Color1);
	width: -webkit-fill-available;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	font-weight: bold;
	align-items: center;
}

#RechargeAmount {
	/*width: 70%;*/
	padding: 8px;
	border-radius: 10px;
	background-color: whitesmoke;
	align-items: center;
	align-self: center;
	font-size: large;
	font-weight: bold;
}

#inputRechargeAmount {
	background-color: whitesmoke;
	width: auto;
	border: none;
	outline: none;
	/* Supprime la bordure ajoutée au focus */
	box-shadow: none;
	/* Supprime les ombres éventuelles */
	font-size: large;
	font-weight: bold;
	text-align: end;
}

#StripeInfoBlock {
	padding-top: 20px;
	background: var(--Color1);
	width: -webkit-fill-available;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	margin: 20px 0;
}

#StripeLinkIssueBlock {
	margin: 15px 0;
	font-weight: bold;
}

#payment_form {
	width: -webkit-fill-available;
}

#card_name,
#card_element {
	width: -webkit-fill-available;
	padding: 8px;
	border-radius: 10px;
	background-color: whitesmoke;
}

#ButtonStripeForm,
#BtnNavResa {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#ProfilInfo {
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
	align-items: center;
}

#YouAre,
#NumberIs,
#PwdIs,
#EmailIs,
#AmountIs {
	width: 30%;
	font-weight: bold;
}

#ProfilName,
#YourNumber,
#YourPwd,
#YourEmail {
	width: 60%;
}

#YourAmount {
	width: 25%;
}

#GoRecharge {
	margin: 0;
	text-align: center;
	padding: 5px;
	align-self: flex-end;
}

#EditName,
#EditPhone,
#EditCode,
#EditEmail {
	width: 10%;
	text-align: end;
}

#TblLocker,
#WrapLocker {
	display: inline-table;
	vertical-align: middle;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	margin-top: 10px;
}

#WrapLocker tr {
	flex-wrap: wrap;
	width: 90%;

}

#WrapLocker th {
	width: 20%;
	max-width: 100px;
}

#WrapLocker select {
	border: none;
	border-radius: 5px;
}

#Profil {
	display: flex;
	padding: 2rem;
	flex-direction: column;
	align-content: stretch;
	flex-wrap: wrap;
	position: relative;
	text-align: left;
	/*margin-left: 5%;*/
	/*margin-right: 5%;*/
	border-radius: 20px;
	padding-bottom: 10%;
	background-color:
		color-mix(in srgb, var(--Color1) 80%, white 20%);
	margin-top: 20px;
}

#ProfileForm {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 10px;
	position: relative;
}

#ProfileForm input {
	font-size: 1em;
	border-radius: 10px;
	padding: 5px 10px;
	border: none;
	margin: 5px;
	text-align: left;
	width: auto;
}

#cancelLink {
	position: absolute;
	right: -2rem;
	top: 0.2rem;
}

#saveProfile {
	border-radius: 10px;
	padding: 5px;
	border: none;
	margin: 5px;
}

#InfoReseau {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 20px;
}

.NetworkEnt {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background-color: color-mix(in srgb, var(--Color1) 80%, white 20%);
	padding: 10px;
	font-size: larger;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.NetworkEnt a {
	color: var(--bright_text_color);
}

.NetworkEnt a:hover {
	color: red;
	/* Couleur du lien au survol de la souris */
	text-decoration: underline;
	/* Ajoute ou modifie la décoration au survol */
}

.NetworkEnt img {
	width: 40%;
	align-self: center;
}

#WrapLocker .td,
#WrapLocker .th {
	flex-wrap: wrap;
	width: 15%;
	text-align: center;
}

.fa-solid.IconeLock {
	border-radius: 50%;
	background: white;
	padding: 2px;
}



/*css modal pop up*/
/* RESET RULES 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.open-modal {
	font-weight: bold;
	padding: 0.75rem 1.75rem;
	margin-bottom: 1rem;
	border-radius: 5px;
}

/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: none;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all 0.35s ease-in;
}

.modal.is-visible {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0, 0, 0, .3);
}

.modal-dialog {
	background: white;
	position: relative;
	max-width: 800px;
	max-height: 80vh;
	border-radius: 5px;
	overflow: auto;
	cursor: default;
	/*box-shadow: 0px 0px 500px 1px lightgrey;*/
}

.modal-dialog>* {
	padding: 1rem;
	flex-direction: column;
}

.CloseCross {
	align-self: flex-end;
}

.modal-header,
.modal-footer {
	flex-direction: row;
	background: var(--Color2);
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: end;
}

.modal-header .close-modal {
	font-size: 1.5rem;
}

.modal p+p {
	margin-top: 1rem;
}

/*.loader {
position: absolute;
left: 20%;
top: 25%;
z-index: 1;
width: 80px;
height: 80px;
margin:25%;
border-left: 16px solid ; 
border-right: 16px solid ;
border-top: 16px solid ;
border-bottom: 16px solid;
border: linear-gradient(var(--Color1),var(--Color4));
border-radius: 50%;
animation: spin 2s linear infinite;
}*/

.rotate {
	animation: rotateforth 0.2s linear;
	transform: rotate(180deg);
}

@keyframes rotateforth {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(180deg);
	}
}

.rainbow {
	background: linear-gradient(90deg, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%));
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation] .modal-dialog {
	opacity: 0;
	transition: all 0.5s var(--bounceEasing);
}

[data-animation].is-visible .modal-dialog {
	opacity: 1;
	transition-delay: 0.2s;
}

[data-animation="slideInOutDown"] .modal-dialog {
	transform: translateY(100%);
}

[data-animation="slideInOutTop"] .modal-dialog {
	transform: translateY(-100%);
}

[data-animation="slideInOutLeft"] .modal-dialog {
	transform: translateX(-100%);
}

[data-animation="slideInOutRight"] .modal-dialog {
	transform: translateX(100%);
}

[data-animation="zoomInOut"] .modal-dialog {
	transform: scale(0.2);
}

[data-animation="rotateInOutDown"] .modal-dialog {
	transform-origin: top left;
	transform: rotate(-1turn);
}

[data-animation="mixInAnimations"].is-visible .modal-dialog {
	animation: mixInAnimations 2s 0.2s linear forwards;
}

[data-animation="slideInOutDown"].is-visible .modal-dialog,
[data-animation="slideInOutTop"].is-visible .modal-dialog,
[data-animation="slideInOutLeft"].is-visible .modal-dialog,
[data-animation="slideInOutRight"].is-visible .modal-dialog,
[data-animation="zoomInOut"].is-visible .modal-dialog,
[data-animation="rotateInOutDown"].is-visible .modal-dialog {
	transform: none;
}

@keyframes mixInAnimations {
	0% {
		transform: translateX(-100%);
	}

	10% {
		transform: translateX(0);
	}

	20% {
		transform: rotate(20deg);
	}

	30% {
		transform: rotate(-20deg);
	}

	40% {
		transform: rotate(15deg);
	}

	50% {
		transform: rotate(-15deg);
	}

	60% {
		transform: rotate(10deg);
	}

	70% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(5deg);
	}

	90% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}