@charset "utf-8";
/* CSS Document les amis du boxer 2025*/
:root { 
  --color-base: #996600;
  --color-claire: #cb9527;
  --color-sombre: #61460f;
  --font-size: 16px;
}

h1{
	
}

/*GESTION DES CROQUETTES*/
body {
	font-family: "HelveticaNeue","Helvetica-Neue", "Helvetica", "Arial", sans-serif;
	color: #000000;
	background-color: #B09F6A;

}
.link {
	display: block; 
	margin-top: 50px; 
	text-align: center; 
	font-size: 20px; 
	color: #555; 
	text-decoration: none;
}
.Titre {
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: black;	
}

.SousTitre { 
	width: 800px;
	margin-top: auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	padding-left: 20px; 
	font-size: 30px; 
}

.Total {
	width: 800px;
	margin-top: 20px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	padding-left: 20px;
	font-size: 20px;
}
.PP1 {
	font-size: 40px;
	font-style: normal;
	color: #000000
}
.PP2 {
	font-size: 30px;
	font-style: normal;
	color: #00FF00
}
.PP3 {
	font-size: 24px;
	font-style: normal;
	color:#FFFFFF
}
.PP4 {
	font-size: 12px;
	font-style: normal;
	color:#FFFFFF
}
.PP5 {
	font-size: 40px;
	font-style: normal;
	color:#FFFFFF
}
.PP6 {
	font-size: 30px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.PP7 {
	font-size: 24px;
	font-style: normal;
	color:#000000
}
.PP8 {
	font-size: 12px;
	font-style: normal;
	color: #000000
}
.PP9 {
	font-size: 24px;
	font-style: normal;
	color: #61460F
}

Test{
	font-size: 24px;
	font-style: normal;
	color:#FFFFFF
}
Presentation{
	font-size: 1em;
	font-style: normal;
	color:#000000;
	font-weight: normal;
	}
	
/*STYLE DE BOUTON*/
.valid {
  border: 0;
  width:60%;
  line-height: 2;
  padding: 0 20px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(220, 0, 0, 1);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.validPC {
  border: 0;
  width:40%;
  line-height: 4;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(220, 0, 0, 1);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:annul {
  background-color: rgba(0, 0, 0, 1);
}

.styled:hover {
  background-color: rgba(255, 0, 0, 1);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
	
	
/*style pour les formulaires*/
.auth-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}

.auth-container {
  background-color: var(--color-bg-alt);
  padding: 2rem;
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
}

.auth-container h1 img {
  height: 2.5rem;
}

.auth-container hr {
  border: none;
  border-top: 1px solid var(--border-color);
  margin: 1.5rem 0;
}

.auth-container p {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: var(--color-text-secondary);
}

.auth-container #forgot-password {
  text-align: right;
  margin: 1rem 0 -0.5rem;
  font-size: 0.9rem;
}

.auth-container input,
.auth-container select {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid var(--border-color);
  background-color: var(--color-bg);
  color: var(--color-text);
  transition: border-color 0.3s;
  margin: 0;
  border-bottom: none;
}

.auth-container select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='currentColor' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7l4.5 4 4.5-4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2rem;
  margin-top: 1rem;
  outline: none;
  border-bottom: 1px solid var(--border-color);
}

.auth-container input:first-of-type {
  border-radius: 8px 8px 0 0;
}

.auth-container input:last-of-type {
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid var(--border-color);
}

.auth-container input:focus,
.auth-container select:focus {
  border-color: var(--color-accent-secondary);
  outline: none;
}

.auth-container button {
  display: inline-block;
  width: 100%;
  margin: 1.5rem 0;
  padding: 0.75rem;
}

.error-message,
.form-errors {
  color: var(--color-error);
  font-size: 0.9rem;
  margin-top: 0.5rem;
  text-align:center;
}

.form-errors p {
  margin-bottom: 0.5rem;
}