A {text-decoration: none; color: #180D4C;}
A:hover {text-decoration: none;cursor: pointer;color: #4E447A;}

  .Gris A {text-decoration: none; color: #bbbbbb; font-family: Arial, Verdana, Helvetica; font-size: 12px}
  .Gris A:visited {text-decoration: none ; color: #bbbbbb;}
  .Gris A:hover {text-decoration: underline; color: #999999;}

  .Rose A {text-decoration: none; color: #FF33CC; font-family: Arial, Verdana, Helvetica; font-size: 12px}
  .Rose A:visited {text-decoration: none ; color: #FF33CC;}
  .Rose A:hover {text-decoration: underline; color: #b579bc;}


button:hover {text-decoration: none;cursor: pointer;color: #4E447A;}

BODY {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #FF33CC;
}

.texte-gris-justifie {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: justify;

}


.texte-titre {
	font-family: Tahoma;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.texte-description {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
  max-width:300px
}

.texte-listing {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
  max-width:400px
}

.texte-violet {
	color: #b579bc;
	font-weight: bold;
	font-size: 18px;
}

.texte-gris-fonce {

	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.texte-rose {

	font-family: Tahoma;
	font-size: 11px;
	color: #FF33CC;
	text-decoration: none;
}

.texte-rouge {

	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.tab-shop {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #FFFFFF;


}

.tab-compte {
	font-family: Tahoma;
	font-size: 12px;
	color: #9B9B9B;
	text-decoration: none;
	background-color: #E5E5E5;
	font-weight: bold;
}
.tab-compte-det { 
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	background-color: #F8F8F8;	
	text-decoration: none;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.tab-shop-titre {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;

}

.aide {
	cursor: help;
}


.container {

  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;	
}

.containermarques {
  display: flex;
  justify-content: center;
}

.logomarques {
  /* Styles spécifiques pour les logos */
  max-height: 50px;
  height: auto;
  object-fit: contain;
  padding: 15px;
}

.logo {
  margin-bottom: 30px;
}

form {
  display: inline-block;
  max-width: 300px;
  padding: 20px;
  border: 1px solid #ccc; /* Ajoute une bordure pour mieux visualiser le formulaire */
}

.button-container {
  display: flex;
  justify-content: center;
}




.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-primary {
    background-color: #b579bc;
    border-color: #b579bc !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  background-color: #a54baf;
}


.display-7 {
    font-family: 'Jost', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
}


.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word;
}






input[type="email"] {
  width: 300px;
  height: 30px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

input[type="password"] {
  width: 300px;
  height: 30px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}