/*ANCHOR général*/

@font-face {
	font-family: "Baseone";
	src: url("../fonts/BaseOne-Regular.otf");
}

html,
body {
	min-height: 100vh;
	font-family: "Baseone";
}

h2 {
	margin: 0;
}

:root {
	font-size: 225%;
}

*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	text-align: center;
}

body > div {
	/* min-height: 75vh; */
}

header {
	position: relative;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-evenly;
}

object {
	position: fixed;
	height: fit-content;
}

li {
	font-size: 135%;
	margin: 0.5rem 1rem;
}

ul {
	list-style: none !important;
	padding-left: 0;
}

h2 {
	font-size: 2rem;
}

p {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

a:hover {
	text-decoration: underline;
	color: #00f;
}

span,
button,
input[type="button"] {
	font-weight: bold;
	font-size: larger;
}

/*ANCHOR formulaire 3DSECURE*/

.clavier-numerique,
.ecran-numerique {
	display: grid;
}

#container-form {
	background: rgb(15, 37, 50);
	background: linear-gradient(171deg, rgba(15, 37, 50, 1) 0%, rgba(1, 15, 22, 1) 100%);
	display: flex;
	align-items: center;
	min-height: 100vh;
	flex-direction: column;
	gap: 35px;
	justify-content: center;
}

#container-form header {
	color: white;
}

.hidden {
	display: none !important;
}

.alert {
	color: #f00;
}

#clavier {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 65px;
}

.clavier-numerique,
.ecran-numerique {
	font-size: 1.5rem;
}

.clavier-numerique {
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	gap: 25px;
}

.ecran {
	border: 1px solid #1e1e1e;
	border-radius: 5px;
	background-color: #fff;
}

.ecran {
	height: 3rem;
	padding-top: 1rem;
	padding-bottom: 4rem;
	font-size: 2em;
	background-color: #ffffffc4;
	border-radius: 15px;
}

.btn-groupe {
	display: flex;
	gap: 40px;
	justify-content: space-evenly;
	align-items: center;
}

.btn {
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	width: 250px;
	border-radius: 100px;
}

#touche-c,
#suppr {
	background-color: #ffca9e;
}

.btn-container {
	margin-top: 1rem;
}

.btn-action {
	border-radius: 20px;
	font-size: 1.2em;
	width: 100%;
	color: white;
}

#touche-annuler {
	background-color: #dc3545;
}

#touche-annuler:active {
	background-color: #b32a38;
}

#touche-envoyer {
	background-color: #0d6efd;
}

#touche-envoyer {
	background-color: #0d5fda;
}

/*ANCHOR gestionnaire de fichier*/

#container-fichier {
	position: relative;
	margin-top: 3.5rem;
}

#container-fichier header h2 {
	position: absolute;
	top: -3rem;
	left: 0;
	right: 0;
}

#affichage-fichier {
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2em;
}

#affichage-fichier div {
	display: grid;
	grid-template-columns: repeat(3, auto);
}

#affichage-fichier span {
	margin: 0.5rem;
}

#search-bar {
	margin-top: 3rem;
	border-radius: 80px;
	text-align: start;
	padding: 0.5rem 0.2rem;
	font-size: 1.8em;
}

/* #bugger {
    position: absolute;
    right: 2rem;
    top: -3rem;
    z-index: 10;
    font-size: 250%;
} */

.btn-bugger {
	color: #ffffff;
	font-size: 3em;
	margin-bottom: 14px;
}

.btn-bugger:hover {
	cursor: pointer;
	background-color: #1e1e1e;
	color: #e1e1e1;
}

/*#menu-bugger::before {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    content: '';
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.8);
}*/

.sms-contenu {
	font-weight: lighter;
}

.date-sms {
	font-weight: bold;
}

#affichage-SMS {
	margin: 50px;
	padding: 10px;
	background-color: white;
	color: black;
	border-radius: 15px;
}

#ul-liste-docs {
	margin: 50px;
	background-color: white;
	color: black;
	border-radius: 15px;
}

.white {
	color: white;
}
.orange {
	color: orange;
}
.sms {
	font-size: 1em;
	padding: 30px;
}

.titre-sms {
	padding: 30px;
	font-size: 2em;
}

.body-for-sms {
	height: fit-content;
}

#form-connexion > div > * {
	font-size: 1.5em;
	margin-bottom: 1em;
}
#form-connexion > button {
	margin-left: 3em;
}

/*ANCHOR media query page index */
@media only screen and (min-device-width: 650px) {
	:root {
		font-size: 230%;
	}

	.btn-groupe .btn {
		height: 3em;
	}

	span,
	button,
	input[type="button"] {
		font-size: 110%;
	}

	#search-bar {
		margin-top: 0;
		border-radius: 5px;
		text-align: start;
		padding: 0.5rem 0.2rem;
		font-size: 150%;
	}

	li {
		font-size: 150%;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	#form-connexion > button {
		margin-left: 7em;
	}
}

@media only screen and (min-device-width: 700px) {
	:root {
		font-size: 100%;
	}

	.btn {
		height: 50px;
	}

	.btn-action {
		height: 150px;
	}

	#clavier {
		gap: 3rem;
	}

	#form-connexion > button {
		margin-left: 7em;
	}
}



@media only screen and (max-width: 1000px) {
    #form-connexion > button {
		margin-left: 7em;
	}
}
