body {
	margin: 0;
	width: 100%;
}

.main-index {
	width: 100%;
	margin-top: 110px;
	margin-bottom: 40px;
	font-family: 'Helvetica', sans-serif;
    color: black;
    padding: 10px 0;
	flex:1;
}

.main-index-titre {
	width: 80%;
	margin: auto;
}

.main-index-tableau {
	width: 80%;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}
.main-index-tableau tr {
	height: 300px;
}

.main-index-tableau img {
	width: 80%; 
	margin: auto;
	border-top-right-radius: 20%;
}
.main-index-tableau img:hover {
	width: 75%; 
	margin: auto;
}

.main-login {
	width: 100%;
	height: 100%;
	margin-top: 60px;
	background-image: url('../image/fondLog.jpg');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-top: 200px;
	flex: 1;
	min-height: 70vh;
}


/* Styles pour la barre de navigation */
.main-nav {
	width: 100%;
	margin-top: 100px;
	font-family: 'Helvetica', sans serif;
	font-size: 24px;
    background-color: #DDDDDD;
    color: #ffffff;
    padding: 10px 0;
}

.main-gestion {
	width: 95%;
	margin: auto;
	margin-top: 155px;
}

.main-gestion a {
	border: solid 1px #183B50;
	color: black;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}

.main-gestion a:hover {
	background-color: #183B50;
	color: white;
}

.main-nav .container {
    display: flex;
    /* justify-content: center; */
}

.main-nav a{
	text-decoration: none;
	color: black;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.main-nav ul {
    list-style: none;
    display: flex;
	gap: 20px;
	/* width: 100%; */
    /* justify-content: space-between; */
    margin: 0;
    padding: 0;
	color: black;
	text-align: left;
}

.main-nav ul li {
    /* margin-right: 0px; */
	text-decoration: none;
	color: black;
	text-align: left;
	
}

.main-nav-actif {
	border-bottom: solid black 3px;
}


.agendaIndex {
	width: 100%;
	min-height: 60vh;
	display: flex;
}

.agendaCalendrier {
	flex: 1;
	margin-left: 0;
}

.agendaFonction {
	width: 17%;
}

.agendaTitre {
	width: 90%;
	margin: auto;
	text-align: center;
	display: flex;
	height: 64px;
}

.agendaIndex a {
	margin-right: 10px;
	padding: 10px;
    background-color: white; /* couleur du fond du bouton, à adapter selon tes besoins */
    font-family: 'Helvetica', sans serif;
	color: black;
    border-radius: 8px;
	border: 1px solid #183B50;
	text-decoration: none;
}
.agendaIndex a:hover {
	background-color: #183B50;
	color: #ffffff;
}

.changeUnJour {
	display: flex;
	justify-content: space-between; /* Ajoute de l'espace entre les liens */
	align-items: center; /* Centre verticalement les éléments */
}

.agendaJour {
	display: flex;
	flex: 1;
	justify-content: center; /* Centre le contenu de .agendaJour */
	align-items: center; /* Centre verticalement */
}

.agendaChoixDate {
	width: 15%;
	display: flex;
	align-items: center; /* Aligne verticalement l'input et le bouton */
	justify-content: space-between; /* Espacement horizontal entre l'input et le bouton */
}

.agendaTable {
	width: 99%;
	margin: auto;
	font-family: 'Helvetica', sans-serif;
	border-collapse: collapse;
}

.agendaTable thead{
	background-color: #183B50;
	color: white;
	/* height: 30px; */
	display: table;
    width: 100%;
	table-layout: fixed;
}

.agendaTable tbody tr {
    display: table;
    width: 100%;
}

.agendaTable th {
	padding: 10px;
}

.agendaTable tr {
	height: 22px;
}

.heurepleine {
	border-top: solid black 1px;
}

.heureautre {
	border-top: dotted gray 1px;
}

.defile {
	height: 65vh;
	overflow-y: auto;
	width: 100%;
	display: block;
}

.col-small {
    width: 5%; 
}

.agendaCalRight {
	width: 90%;
	margin: auto;
	font-family: 'Helvetica', sans-serif;
	text-align: center;
}

.agendaCalRight thead {
	
}

.agendaCalRight thead, tbody tr {
    display: table;
    width: 100%;
	table-layout: fixed;
}

.agendaCalRight td{
	cursor: pointer;
}

.activeDay {
	background-color: lightgreen;
}

.notSameMonth {
	background-color:  lightgray;
}
.agendaRightTitre {
	width: 100%;
	margin: auto;
	text-align: center;
	display: flex;
}

.agendaRightTitreChange {
	display: flex;
	justify-content: space-between; /* Ajoute de l'espace entre les liens */
	align-items: center; /* Centre verticalement les éléments */
}

.agendaRightTitreMois {
	display: flex;
	flex: 1;
	justify-content: center; /* Centre le contenu de .agendaJour */
	align-items: center; /* Centre verticalement */
}

.cell {
    position: relative; 
	cursor: pointer;
}

.consultation {
    /*background-color: #DAF2D0;*/
    border: 1px solid #000;
	border-radius: 4px;
    padding: 2px;
    box-sizing: border-box;
    cursor: move;
    overflow: hidden; /* Assure que le texte ne déborde pas */
    z-index: 10; /* Met les consultations au-dessus des autres éléments */
    position: absolute; /* Assurer que le div peut être positionné en absolu dans la cellule */
    top: 0; /* Positionner le div au top de la cellule */
    left: 0; /* Positionner le div à gauche de la cellule */
}


.dragging {
	opacity: 0.5;
}

.dropzone {
	border: 2px dashed #00F;
}

/* popup */

.popup {
    display: none;
    position: fixed;
	z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
	font-family: 'Helvetica', sans-serif;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
	max-height: 80%;
	overflow-y: auto;
}

.popup-content-narrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
	max-height: 80%;
	overflow-y: auto;
}

.popup-content-narrow p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content-thin p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content-thin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
	max-height: 80%;
	overflow-y: auto;
}

.popup-content-wide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
	max-height: 80%;
	overflow-y: auto;
}

.popup-content-verywide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
	height: 90%;
	max-height: 90%;
	overflow-y: auto;
}

.popup-content-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
	max-height: 80%;
	overflow-y: auto;
}

.popup-content-trait {
    position: absolute;
	font-family: 'Helvetica', sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
	min-height: 40%;
	max-height: 80%;
	overflow-y: auto;
}

.popup-content-mid h3{
	margin: 10px;
	flex: 1;
	padding: 10px;
	background-color: #183B50; 
	color: white;
}

.popup-content-wide h3{
	margin: 10px;
	flex: 1;
	padding: 10px;
	background-color: #183B50; 
	color: white;
}

.popup-content h3{
	margin: 10px;
	flex: 1;
	padding: 10px;
	background-color: #183B50; 
	color: white;
}

.popup-content-verywide h3{
	margin: 10px;
	flex: 1;
	padding: 10px;
	background-color: #183B50; 
	color: white;
}

.popup-content-narrow h3{
	margin: 10px;
	flex: 1;
	padding: 10px;
	background-color: #183B50; 
	color: white;
}

.popup-content-thin h3{
	margin: 10px;
	flex: 1;
	padding: 10px;
	background-color: #183B50; 
	color: white;
}

.popup-content-trait h3{
	margin: 10px;
	flex: 1;
	padding: 10px;
	background-color: #183B50; 
	color: white;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.recherche {
	width: 50%;
	margin: auto;
	margin-top: 10vh;
	margin-bottom: 10vh;
}

.recherche table{
	width: 100%;
	vertical-align: middle;
}

.lastElement {
	text-align: left;
	width: 95%;
	margin: auto;
	display: block;
	font-family: 'Helvetica', sans-serif;
}

.lastElement h1 {
	text-align: left;
	font-size: 10vh;
}

.table-container {
    width: 80%; /* Ajuste selon tes besoins */
    height: 40vh; /* Hauteur pour le scroll */
    overflow-y: auto; /* Active le scroll vertical */
    margin: auto;
	margin-bottom: 60px;
}

.table-container-small {
    width: 80%; /* Ajuste selon tes besoins */
    max-height: 11vh; /* Hauteur pour le scroll */
    overflow-y: auto; /* Active le scroll vertical */
    margin: auto;
	margin-bottom: 20px;
}

.lastElement-table {
    width: 100%; /* Le tableau prend toute la largeur du conteneur */
    border-collapse: collapse;
    table-layout: fixed; /* Colonnes de largeur fixe */
    margin-bottom: 40px;
}

.lastElement-table thead {
    background-color: #183B50;
    color: white;
    font-family: 'Helvetica', sans-serif;
}

.lastElement-table thead th {
    padding: 10px;
    border-bottom: solid black 2px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.lastElement-table tbody tr {
    display: table-row; /* Par défaut, pour assurer l'alignement des colonnes */
}

.lastElement-table td {
    padding: 10px;
    border-bottom: solid black 1px;
    width: 20%; /* Largeur égale pour chaque colonne */
}

.ligne-tableau {
	border-bottom: dotted gray 1px;
}

.ligne-survol {
	background-color: #DFEDF5;
	cursor: pointer;
}

.ficheClient {
	width: 90%;
	margin: auto;
	display: flex;
	font-family: 'Helvetica', sans-serif;
}

.ficheClient-info {
	background-color: #DFEDF5;
	flex: 1;
	margin: 15px;
	padding: 10px;
	border-radius: 8px;
}

.ficheClient-right {
	width: 40%;
	background-color: #DFEDF5;
	margin: 15px;
	padding: 10px;
	border-radius: 8px;
}

.ficheClient-right img {
	width: 80%;
	margin-left: 10%;
	margin-top: 1%;
	cursor: pointer;
}

.ficheClient-right img:hover {
	transform: scale(0.95);
}

.ficheClient-top {
	width: 100%;
	text-align: left;
	background-color: #DFEDF5;
	color: black;
}

.ficheClient-detail {
	width: 75%;
	margin-left: 15%;
	text-align: left;
	border-collapse: collapse;
	font-family: 'Helvetica', sans-serif;
	margin-bottom: 20px;
}

.ficheClient-detail thead {
	background-color: #DFEDF5;
	color: black;
}

.ficheClient-detail th {
	border-bottom: solid black 2px;
}

.suggestionsT {
	position: absolute;
    width: 20%;
	max-height: 150px;
	background-color: white;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
	overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.suggestionsT li {
    padding: 10px;
    cursor: pointer;
	
}

.suggestionsT li:hover {
    background-color: #183B50;
	color: white;
}


.suggestions {
	position: absolute;
    width: 35%;
	max-height: 150px;
	background-color: white;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
	overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.suggestions li {
    padding: 10px;
    cursor: pointer;
	
}

.suggestions li:hover {
    background-color: #183B50;
	color: white;
}

.suggestions li:last-child:hover {
	background-color: white;
	color: black;
}

.suggestionsF {
	position: absolute;
    width: 35%;
	max-height: 150px;
	background-color: white;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
	overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.suggestionsF li {
    padding: 10px;
    cursor: pointer;
	
}

.suggestionsF li:hover {
    background-color: #183B50;
	color: white;
}

.ficheAnimal {
	display: block;
}

.ficheAnimalHeader {
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #183B50;
	border-radius: 8px;
	color: white;
	padding-top: 10px;
	text-align: center;
}

.ficheAnimalFile{
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DFEDF5;
	border-radius: 8px;
	color: black;
	padding-top: 10px;
	font-family: 'Helvetica', sans-serif;
	font-size: 1.6vh;
	text-align: center;	
}

.ficheAnimalMain {
	display: flex;
	width: 85%;
	margin: auto;
	margin-top: 10vh;
}

.ficheAnimalMainItem {
	width: 24%;
	margin: 0 10px;
	padding-top: 10vh;
	border-radius: 8px;
	background-color: #DFEDF5;
	position: relative;
}

.ficheAnimalMainItem img {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
}

.factureMainContent {
	width: 90%;
	margin: auto;
	display: flex;
	font-family: 'Helvetica', sans-serif;
}

.factureMainContentMenu {
	width: 20%;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	height: 60vh;
	background-color: #DFEDF5;
	overflow-y: auto;
	border-radius: 4px;
}

.factureMainContentMenu li {
	padding: 10px;
	width: 80%;
	margin-left: 5%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
	border: solid #183B50 1px;
	border-radius: 8px;
	list-style: none;
	cursor: pointer;
}

.factureMainContentMenu li:hover {
	background-color: #183B50;
	color: #ffffff;
}

.factureMainContentMain {
	flex: 1;
	margin-bottom: 50px;
	height: 60vh;
	overflow-y: auto;
}

.ficheAnimalFactureHeader {
	width: 100%;
	margin: auto;
}

.ficheAnimalFactureHeader table{
	border-collapse: collapse;
}

.ficheAnimalFactureHeader thead{
	width: 100%;
	margin: auto;
	text-align: left;
	font-size: 2.4 vh;
	background-color: #183B50;
	font-family: 'Helvetica', sans-serif;
	color: white;
	padding: 3px;
}

.ficheAnimalFactureContenu {
	width: 100%;
	margin: auto;
	font-size: 1.6vh;
	font-family: 'Helvetica', sans-serif;
}

.ficheAnimalFactureContenu table{
	border-collapse: collapse;
}
.ficheAnimalFactureContenu tr {
	border-bottom: solid black 1px;
	border-top: solid black 1px;
}

.ficheAnimalFactureContenu td {
	position: relative;
	padding: 3px;	
}

.ficheAnimalFactureContenu img {
	width: 40%;
	margin-left: 30%;
	cursor: pointer;
}

.ficheAnimalFactureReglTotaux {
	width: 80%;
	margin: auto;
	font-size: 1.6vh;
	font-family: 'Helvetica', sans-serif;
	display: flex;
}

.reglementFacture {
	flex: 1;
}

.totauxFacture {
	width: 25%;
	padding: 20px;
}

.ficheAnimalMainItemImg {
	width: 100%;
	cursor: pointer;
}

.ficheAnimalMainItemImg:hover {
	transform: scale(0.95);
}

.ficheAnimalHisto {
	width: 80%;
	margin: auto;
	margin-bottom: 60px;
}

.ficheAnimalHeaderTable {
	width: 100%;
	font-family: 'Helvetica', sans-serif;
}

.ficheAnimalHistoItem {
	width: 100%;
	max-height: 20vh;
	overflow-y: auto;
}

.ficheAnimalHistoTable {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Helvetica', sans-serif;
	display: table;
}

.ficheAnimalHistoTable thead {
	background-color: #183B50;
	color: white;
	text-align: left;
}

.ficheAnimalHistoTable th {
	border-bottom: solid black 2px;
}

.ficheAnimalHistoTable tr {
	border-bottom: solid lightgray 1px;
}

.consult {
	display: flex;
	font-family: 'Helvetica', sans-serif;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 60px;
}

.consultMenu, .consultMain, .consultSynth {
	background-color: #DFEDF5;
	border-radius: 4px;
	padding: 10px;
	overflow-y: auto; /* Permet le défilement vertical */
}

.consultMenu {
	width: 17%;
	height: 60vh;
	margin-right: 10px;
}

.consultMenu li {
	margin: 10px;
	padding: 10px;
	width: 80%;
	color: black;
	border-radius: 8px;
	border: 1px solid #183B50;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
}

.consultMenu li:hover {
	background-color: #183B50;
	color: #ffffff;
}

.consultMain {
	flex: 1; /* Occupe l'espace restant */
	height: 60vh; /* Hauteur visible de la fenêtre */
	margin: 0 10px;
}

.consultSynth {
	width: 30%;
	height: 60vh; /* Hauteur visible de la fenêtre */
	margin-left: 10px;
	position: relative;
}

.pastilleR {
	position: absolute;
	width: 12%;
	height: 10%;
	top: 20px;
	right: 20px;
	z-index: 10;
	border-radius: 50%;
	background-color: #FE4A54;
}
.pastilleO {
	position: absolute;
	width: 12%;
	height: 10%;
	top: 20px;
	right: 20px;
	z-index: 10;
	border-radius: 50%;
	background-color: #E59128;
}
.pastilleG {
	position: absolute;
	width: 12%;
	height: 10%;
	top: 20px;
	right: 20px;
	z-index: 10;
	border-radius: 50%;
	background-color: #42B06B;
}

.consultSynth li {
	padding: 10px;
	width: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
	border-bottom: 1px dotted #183B50;
	border-top: 1px dotted #183B50;
	list-style: none;
	cursor: pointer;
}

.consultSynth li:hover {
	background-color: #DDDDDD;
}

.synthDetail img {
	width: 80%;
	cursor: pointer;
}

.synthDetail img:hover {
	transform: scale(0.9);
}

.msgItem {
	cursor: pointer;
}

.msgItem:hover {
	background-color: #183B50;
	color: white;
}

.msgContenu {
	max-height: 35vh;
	overflow-y: auto;
}

.consentementTable {
	width: 80%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border-collapse: collapse;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.consentementTable img {
	width: 95%;
	margin-left: 10%;
	cursor: pointer;
}

.consentementTable img:hover {
	transform: scale(0.9);
}

.consentementTable th {
	border-bottom: solid #183B50 1px;
	font-weight: bold;
	padding: 5px;
}

.consentementTable td {
	font-size: 2.2vh;
	padding: 5px;
}

.finder {
	display: flex;
	font-family: 'Helvetica', sans-serif;
	width: 95%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 60px;
}

.finderFolder, .finderContent {
	background-color: #DFEDF5;
	border-radius: 4px;
	padding: 10px;
	height: 40vh;
	overflow-y: auto;
}

.finderFolder {
	width: 20%;
	margin-right: 5px;
	position: relative;
}

.lastFolder {
	position: absolute;
	bottom: 5px;
	width: 80%;
	margin: auto;
	text-align: center;
}

.finderFolderA {
	padding: 10px;
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
	color: black;
	border-radius: 8px;
	border: 1px solid #183B50;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.finderFolderA:hover {
	background-color: #183B50;
	color: #ffffff;
}

.finderContent {
	flex: 1;
}

.detailedDocs {
	width: 100%;
	border-collapse: collapse;
}

.detailedDocs th {
	border-bottom: solid black 1px;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}
.detailedDocs td {
	border-bottom: dashed black 1px;
	padding: 5px;
}

.detailedDocs img {
	width: 60%;
	margin: auto;
	cursor: pointer;
}

.detailedDocs img:hover {
	transform: scale(0.90);
}

.uploadZone {
	width: 90%;
	margin: auto;
}

.drop-zone {
	border: 2px dashed #ccc;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	color: #aaa;
	cursor: pointer;
	margin-bottom: 20px;
}

.emailSend-fenetre-envoi-report {
	display: flex;
}

.emailSend-left-menu {
    width: 20%;
    background-color: #f0f0f0;
    padding: 10px;
}

.emailSend-right-content {
    flex: 1;
    padding: 10px;
}

.emailSend-step-content {
    display: none;
}

.emailSend-step-content.active {
    display: block;
}

.emailSend-menu-item {
	list-style: none;
	padding: 5px;
}

.emailSend-menu-item.active {
    background-color: #183B50;
    color: white;
}

.emailSend-file-list {
	display: flex;
	margin-bottom: 20px;
}

.emailSend-file-list-split {
	width: 45%;
	margin: auto;
}

.emailSend-file-container {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 150px;
	overflow-y: auto;
    border: 1px dashed #ccc;
    padding: 10px;
}

.emailSend-file-container-item {
	width: 90%;
	margin: auto;
	margin-bottom: 8px;
	border-radius: 8px;
	border-collapse: collapse;
	background-color: #f0f0f0;
	cursor: pointer;
}

.emailSend-file-container-item td {
	padding: 5px;
}

.recapSite {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.recapSiteCA {
	width: 65%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.recapSiteCX {
	flex: 1;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.ficheGestion {
	display: flex;
	width: 95%;
	margin: auto;
	margin-top: 30px;
	font-family: 'Helvetica', sans-serif;
}

.ficheGestionMenu {
	width: 20%;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px;
	height: 70vh;
	overflow: hidden;
	overflow-y: auto;
	background-color: #DFEDF5;
	border-radius: 4px;
}

.ficheGestionMenu li {
	padding: 10px;
	width: 80%;
	margin-left: 5%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
	border: solid #183B50 1px;
	border-radius: 8px;
	list-style: none;
	cursor: pointer;
}

.ficheGestionMenu li:hover {
	background-color: #183B50;
	color: #ffffff;
}

.ficheGestionMain {
	flex: 1;
	height: 70vh;
	padding-left: 20px;
	overflow: hidden;
	overflow-y: auto;
}

.commandeDiv {
	display: flex;
	width: 98%;
	position: relative;
	font-family: 'Helvetica', sans-serif;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.commandeLeft {
	flex: 1;
}

.commandeRight {
	display: block;
	position: absolute;
	padding: 10px;
	top: 0;
	left: 70%;
	width: 28%;
	height: 20px;
	background-color : white;
	border: solid gray 1px;
	border-radius: 4px;
	overflow: hidden;
	overflow-y: auto;
}

.commandeRight p {
	margin: 0;
	padding: 0;
}

.commandeRightD {
	display: block;
	position: absolute;
	padding: 10px;
	top: 0;
	left: 50%;
	width: 48%;
	height: 50vh;
	background-color : #F2F2F2;
	border: solid gray 1px;
	border-radius: 4px;
	overflow: hidden;
	overflow-y: auto;
}

.commandeRightD p {
	margin: 0;
	padding: 0;
}

.listProductComTable {
	border-collapse: collapse;
	width: 100%;
}

.listProductComTable th {
	background-color: #183B50;
	color: white;
	border-bottom: solid black 2px;
	padding: 10px;
}

.listProductComBD {
	width: 100%;
	height: 50vh;
	overflow: hidden;
	overflow-y: auto;
}

.listProductComBD img {
	width: 45%;
	margin: auto;
	cursor: pointer;
}

.listProductComBD img:hover {
	transform: scale(0.9);
}

.listProductComTable tr {
	border-bottom: dotted black 1px;
}
.listProductComTable td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listBasketTable {
	border-collapse: collapse;
	width: 100%;
}

.listBasketTable th {
	border-bottom: solid black 2px;
	padding: 10px;
}

.listBasketTable tr {
	border-bottom: dotted black 1px;
}
.listBasketTable td {
}

.listBasketTable img {
	margin: auto;
	cursor: pointer;
}

.listBasketTable img:hover {
	transform: scale(0.9);
}

.basketLine {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	border: solid 1px #183B50;
	border-radius: 4px;
}

.basketLineHeader {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #183B50;
	cursor: pointer;
	height: 6vh;
	color: white;
	align-items: center;
}

.basketLineHeader img {
	width: 40%;
	margin-right: 5%;
	cursor: pointer;
}

.basketLineHeader img:hover {
	transform: scale(0.95);
}

.basketLineContent {
	display: none;
	max-height: 30vh;
	padding-top: 5px;
	overflow: hidden;
	overflow-y: auto;
}

.basketLineContentItem {
	width: 95%;
	margin: auto;
	border-top: dotted 1px #183B50;
	border-bottom: dotted 1px #183B50;
	align-items: center;
	margin-bottom: 5px;
	color: black;
}

.basketLineContentItem:hover {
	background-color: #DFEDF5;
}

.basketLineContentItem table{
	width: 100%;
	padding: 0;
}
.basketLineContentItem td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.basketLineContentItem img{
	width: 20%;
	cursor: pointer;
}
.basketLineContentItem img:hover{
	transform: scale(0.9);
}


.overviewBasket {
	width: 100%;
	
}

.menuGestion {
	display: flex;
	width: 95%;
	margin: auto;
	margin-top: 20vh;
}

.menuGestionMain {
	background-color: #D9D9D9;
	border-radius: 16px;
	width: 21%;
	margin-top: 10vh;
	margin-left: 2%;
	margin-right: 2%;
	height: 62vh;
	position: relative
}

.menuGestionMainImgHeader {
	position: absolute;
	top: 0%;
    left: 50%;
	width: 60%;
	transform: translate(-50%, -50%);
}

.menuGestionContent {
	width: 90%;
	margin-left: 5%;
	height: 47vh;
	margin-top: 15vh;
	overflow: hidden;
	overflow-y: auto;
	display: block;
}

.menuGestionContent img {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 1vh;
	cursor: pointer;
}

.menuGestionContent img:hover {
	transform: scale(0.9);
}

.deleteFromCart {
	width: 25%;
}

.basketLineContentItem img{
	width: 80%;
	margin: auto;
	cursor: pointer;
}

.basketLineContentItem img:hover{
	transform: scale(0.9);
}

.emphasis {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: green;
}

#detailProdSites {
	border: 1px solid #ccc;
}

#detailProdSites th, #detailProdSites td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

#detailProdSites th {
	background-color: #f0f0f0;
	font-size: 1.1em;
}

.label {
	font-weight: bold;
}

.lot-entry {
	margin-bottom: 6px;
}

.color-select {
    width: 50%;
    margin: 20px;
    font-family: Arial, sans-serif;
}

.select-box {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.selected-color {
    width: 100%;
    height: 30px;
    background-color: #ff0000;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.color-options {
    display: none;
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 4px;
	z-index: 1000;
}

.color-option {
    width: 100%;
    height: 30px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.color-option:hover {
    opacity: 0.8;
}

.color-option:last-child {
    border-bottom: none;
}

.select-box.active .color-options {
    display: block;
}

.lnw {
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lw {
	text-align: left;
}

.cnw {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cw {
	text-align: center;
}