a {
    text-decoration: none;
    color: inherit;
}
:root {
    --backcolor: #303030; 
    --backcolorarea: #BBD5D2; 
	--fontcolor: #202020;
	--fontcolor2: #a4d7d7;
	--backcolormenu: #008889;
	--backcolorcase: #006571;
}

body {
	background-color:  var(--backcolor);
	color:  var(--fontcolor);
	font-family: "Antonio", sans-serif;
	overflow-x: hidden;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body {
    width: 100%;
}

 .searchSmall {
	display: none;
 }
 
.divheader {
    padding: 25px 1%;
	width: 1150px;
    max-width: 95%;
    margin: auto;	
	height: 8em;
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -5px;
}

.divmenu {
    background-color: var(--backcolormenu);
    padding: 8px 1%;
    border-radius: 20px 20px 0 0;
	
	width: 1150px;
    max-width: 95%;
    margin: auto;	
}

.divmain {
    background-color: var(--backcolorarea);
    padding: 25px 1%;
    border-radius: 0 0 20px 20px;
	
	width: 1150px;
    max-width: 95%;
    margin: auto;

}

.logo-link{
    max-width: 40%;
    padding: 10px;
}	
	
#burger, #burger-btn {
    display: none;
}
	
#burger-btn {
        display: block;
        width: 60px;
        height: 60px;
        padding: 10px 7px;
        position: relative;
        cursor: pointer;
}	
	
#menu-main {
    display: flex;
    list-style-type: none;
    position: relative;
}

ol, ul {
    box-sizing: border-box;
}
p, ul, ol, quote {
    padding: 10px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

#menu-main>li>a {
    text-transform: uppercase;
}

.main-navigation a {
    color: var(--grey);
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    font-size: .8em;
}



.nav-menu li {
    border-right-color: black;
    border-right-style: solid;
    padding-right: 10px;
    padding-left: 10px;
}

.nav-menu li:hover {
    background-color: var(--backcolorarea);
}

li.selected>a {
	color: var(--backcolorarea);
	
}

.caddy {
    width: 40px;
    padding-left: 15px;
}

.caddycontents {
    color: black;
    background: white;
    border-radius: 25px 25px 25px 25px;
    padding: 5px;
    top: -1em;
    margin-bottom: -1em;
    padding: 2px;
    min-width: 17px;
    text-align: center;
    font-size: 0.8em;
}

.caddycontents.animate {
    transform: scale(1.5); /* Agrandissement du cercle et du texte */
    font-size: 1.2em; /* Augmente la taille du texte */
}

@media (max-width: 768px) { /* Ajustez cette valeur selon vos besoins */
    .hide-on-mobile {
        display: none;
    }
}

@media (max-width: 900px) { /* Ajustez cette valeur selon vos besoins */
    .test-logo {
        display: none;
    }
}

/* Pour rapetisser le premier logo sur les petits écrans */
@media (max-width: 400px) {
    .custom-logo {
		--display: none;
        width: 100%; /* Ajustez cette valeur selon vos besoins */
        height: auto; /* Pour maintenir le ratio */
    }
}	
	
	
	
	
	
	
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5em;
    font-weight: bold;
    font-size: 1.2em;
}
}

.nav-burger {
    display: none;
    cursor: pointer;
}

.nav-burger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
}

.nav-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}


.nav-menu a {
    text-decoration: none;
    color: #FFFFFF;
}


button.main-menu-item-textile {
    background-image: url('backtextile.webp');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 150%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
}

button.main-menu-item-stickers {
    background-image: url('backstickers.webp');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 150%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
}

button.main-menu-item-print {
    background-image: url('backprint.webp');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 150%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
}

button.main-menu-item-admin {
    background-image: url('BackAdmin.webp');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;
	width:80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 150%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
}



button.main-menu-item-textile-selected {
    background-image: url('backtextile.webp');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 150%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
	border-color: var(--backcolormenu);
}

button.main-menu-item-stickers-selected {
    background-image: url('backstickers.webp');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 150%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
	border-color: var(--backcolormenu);
}

button.main-menu-item-print-selected {
    background-image: url('backprint.webp');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 150%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
	border-color: var(--backcolormenu);
}

button.main-menu-item-admin-selected {
    background-image: url('BackAdmin.webp');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
	width:80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 150%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
	border-color: var(--backcolormenu);
}

button.main-menu-item {
    width: 30%;
	height: 80px;	
}

.main-menu {
    width: 90%;
}


button.main-button-textiles {
    background-image: url('backtextile.jpg');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 300%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
}

button.main-button-stickers {
    background-image: url('backstickers.jpg');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 300%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
}

button.main-button-print {
    background-image: url('backprint.jpg');
    background-size: cover; /* Pour que l'image couvre tout le bouton */
    background-position: center; /* Pour centrer l'image */
    border: none; /* Pour supprimer les bordures par défaut */
    cursor: pointer; /* Pour afficher le curseur de la main */
    width: 30%;
	height: 80px;	
    color: white;
    text-shadow: 2px 2px 0px black;
    font-weight: bold;
    font-size: 300%;
    border-radius: 20px 20px 20px 20px;
	border-style: ridge;
}

button.main-button-stickers {
    width: 100%;
    height: 5em;
}

button.main-button-textiles {
    width: 100%;
    height: 5em;
}

button.main-button-print {
    width: 100%;
    height: 5em;
}

.smallImageButton {
	width: 24px;
	height: auto;
}

.searchInput {
    font-size: 1.05em;
    width: 13.4em;
	font-family: "Antonio", sans-serif;
}

@media (max-width: 800px) {
	button.main-menu-item-textile {
		font-size: 100%;
	}

	button.main-menu-item-stickers {
		font-size: 100%;
	}

	button.main-menu-item-print {
		font-size: 100%;
	}

	button.main-menu-item-admin {
		font-size: 100%;
	}
	
	button.main-menu-item-textile-selected {
		font-size: 100%;
	}

	button.main-menu-item-stickers-selected {
		font-size: 100%;
	}

	button.main-menu-item-print-selected {
		font-size: 100%;
	}

}

@media (max-width: 590px) {
	button.main-menu-item {
		width: 100%;
		height: 30px;	
	}
	
	button.main-menu-item-textile {
		width: 100%;
		height: 30px;	
	}

	button.main-menu-item-stickers {
		width: 100%;
		height: 30px;	
	}	

	button.main-menu-item-print {
		width: 100%;
		height: 30px;	
	}	

	button.main-menu-item-admin {
        width: 100%;
        height: 30px;
    }	
	

	button.main-menu-item-textile-selected {
		width: 100%;
		height: 30px;	
	}

	button.main-menu-item-stickers-selected {
		width: 100%;
		height: 30px;	
	}	

	button.main-menu-item-print-selected {
		width: 100%;
		height: 30px;	
	}	
}

nav-menu li:hover {
    background-color: var(--backcolorarea);
}

.tableprice {
    border-width: 1px;
    border-style: groove;
    text-align: right;  
}

.tableprice th {
    background-color: var(--backcolormenu);
    text-align: center;
}

.tableprice td {
    padding-left: 1em;
    border-style: groove;
    border-width: 0px 1px;     
}

/* Pour les petits écrans */
@media (max-width: 730px) {
    .nav-burger {
        display: block;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 60px; /* Ajustez selon la hauteur de votre header */
        left: 0;
        width: 100%;
        background-color: #f0f0f0;
        padding: 10px;
        flex-direction: column;
    }

    .nav-menu li {
        margin-right: 0;
        margin-bottom: 10px;
		border-right-color: none;
		border-right-style: none;
		padding-right: 0px;
		padding-left: 0px;		
    }

    .nav-menu.show {
        display: flex;
        flex-direction: column;
		background-color : var(--backcolormenu);
		top: 8.5em;
        left: 0.5em;
        width: auto;
        border-style: inset;    }

	 .searchSmall {
		display: block;
		left: 3em;	
		position: relative;
	 }
	 
	 .searchNormal { 
		display: none;
	 }	
	 
	.searchInput {
		font-size: 1.05em;
		width: 78%;
		font-family: "Antonio", sans-serif;

	}
	
	.smallImageButton {
		width: 24px;
		height: auto;
		/* position: relative; */
		/* left: 3em; */
	}	
}

/* Pour les grands écrans */
@media (min-width: 731px) {
    .nav-burger {
        display: none;
    }

    .nav-menu {
        display: flex;
    }
}	




.footer {
    --background-color: #333;
    padding: 20px 40px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Permet de gérer les petits écrans */
	border-top-style: groove;
    padding-top: 1em;
}

.footer-column {
    flex: 1; /* Permet à chaque colonne de prendre une largeur égale */
    margin-right: 20px;
}

.footer-title {
    color: #00ff00; /* Couleur verte pour les titres */
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-column li {
    padding-top: 3px;
    padding-bottom: 3px;	
}

.footer-column ul {
	list-style-type: none;	
}

.footer-column ul li a {
    text-decoration: none; /* Supprime le soulignement des liens */
    --color: #fff; /* Couleur blanche pour les liens */
}

.footer-column ul li a:hover {
    text-decoration: underline; /* Ajoute un soulignement au survol */
}

.tech {
	font-size: 1.2em;
} 

.question {
    font-size: 1.5em;
    padding-top: 15px;
}

.reply {
	font-size: 1.2em;
	font-style: italic;
}

nav.navpage {
    display: flex;

}

ul.ulpage, ul.ulpage_collection {
	display: ruby;
	list-style-type: none;
	margin-left: auto; 
    margin-right: auto;
    text-align: center;
	width: 100%;

	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto; 
    padding: 0;
}

table.tablepage, table.tablepage_collection{
    border-style: ridge;
    --padding: 5px;
    --margin: 5px;
    min-width: 200px;
    --min-height: 320px;
    border-radius: 20px 20px 20px 20px;
    background-color: var(--backcolorcase);
    font-size: 1.5em;
    text-align: center;
	margin-bottom: 5px;
}

table.tableData {
    --border-style: ridge;
    --padding: 5px;
    --margin: 5px;
    min-width: 200px;
    --min-height: 320px;
    border-radius: 20px 20px 20px 20px;
    --background-color: var(--backcolorcase);
    font-size: 1.5em;
    text-align: left;
    padding-left: 0.5em;
	vertical-align:	top;
}

.cbdata {
	font-size: 1em;	
	max-width: 250px;
}

.alignright {
	text-align: right;
	width: 60px;
}

td.tdpage {
	--border-top-style: outset;
    --border-bottom-style: inset;
    height: 20px;
    font-size: 0.65em;
    color: white;
	
	max-width: 200px;
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container {
  position: relative;
  width: 200px; /* Ajustez selon la taille de vos images */
  --height: 250px;
}

.containerSticker {
  position: relative;
  width: 200px; /* Ajustez selon la taille de vos images */
  height: 200px;
}

.containerPretAPorter {
  position: relative;
  width: 200px; /* Ajustez selon la taille de vos images */
  height: 250px;
}

.backTS, .backTS_collection{
	border-radius: 15px 15px 0px 0px;
	width: 200px
}


.containerBig {
  position: relative;
  width: 400px; /* Ajustez selon la taille de vos images */
  height: 400px;
}


.backBig {
	border-radius: 15px 15px 15px 15px;
	width: 400px;
	height: 400px
}

.containerData {
  position: relative;
  width: 100%; /* Ajustez selon la taille de vos images */
  height: 100%;
}

@media (max-width: 482px) {

td.tdpage {
	max-width: 	100px;
	--border-top-style: outset;
    --border-bottom-style: inset;
    height: 20px;
    font-size: 0.65em;
    color: white;
	
	max-width: 170px;
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.containerBig {
  position: relative;
  width: 100%; /* Ajustez selon la taille de vos images */
  height: 100%;
}

.backBig {
	border-radius: 15px 15px 15px 15px;
	width: 100%;
	height: 100%;
}

.ulpage_collection { 
	width: 100%;
}
.lipage_collection {
	width: 50%;
}

.tablepage_collection {
	width: 100%;
}	

.containerSticker {
	width: 100%;	
}
.backTS_collection {
	width: 100%;	
}

table.tablepage_collection{
	min-width: 100%;
}

/*
.backTS {
  position: relative;
  width: 50%; 
  height: 50%;
  background-color: white;
}
.tablepage {
  position: relative;
  width: 50%;
  height: 50%;
  background-color: white;
}
.containerSticker {
  position: relative;
  width: 50%; 
  height: 50%;
}	
*/
	
	
}



.bouton {
    display: inline-block;
    padding: 5px 5px;
    background-color: var(--backcolorarea);
    --color: var(--backcolormenu);
	color: black;
    text-decoration: none;
    border-radius: 15px;
    width: 100%;
    border-style: outset;
    font-size: 0.7em;
}

.apartirde {
    font-size: 0.6em;
    color: white;
    text-align: right;
    padding-right: 5px;
}


.gauge-container {
	width: 100%; /* Largeur de la jauge */
	--margin: 20px auto;
}

.gauge-value {
	font-size: 1em;
	--margin-bottom: 10px;
}

.gauge-bar {
	width: 100%;
	height: 20px; /* Épaisseur de la jauge */
	background-color: #e0e0e0; /* Couleur de fond (gris clair) */
	border-radius: 5px; /* Coins arrondis */
	overflow: hidden;
}

input[type="range"] {
	width: 100%; /* Largeur du curseur */
}

input#dimensionW {
    width: 3em;
    font-size: 1em;
    text-align: right;
}

input#dimensionH {
    width: 3em;
    font-size: 1em;
    text-align: right;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Supprimer les flèches dans Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

/* Style supplémentaire pour l'input */
input[type="number"] {
	border: 1px solid #ccc;
	border-radius: 5px;
}


select {
    border-radius: 8px;
}


.custom-select {
	position: relative;
	font-family: Arial, sans-serif;
	width: 200px;
}

.select-selected {
	background-color: #f6f6f6;
    padding: 1px 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    height: 1.3em;
    margin-top: 2px;
}

.select-selected::after {
	content: '\25BC';
	font-size: 0.8em;
	margin-left: 10px;
}

.select-items {
	position: absolute;
	background-color: #f6f6f6;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	max-height: 420px;
	overflow-y: auto;
	border: 1px solid #ccc;
	border-top: none;
	padding: 0;
	margin: 0;
}

.select-hide {
	display: none;
}

.select-items li {
	padding: 8px 16px;
	cursor: pointer;
	list-style: none;
}

.select-items li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.select-arrow-active::after {
	content: '\25B2';
}


.color-selector {
  display: flex;
  align-items: center;
}

.color-selector span {
  margin-right: 10px;
}

.custom-select {
  flex: 1;
}

u.objectname {
    text-underline-offset: 3px;
}

ul#nav-menu {
    z-index: 5000;
}

button.add {
    width: 100%;
    font-size: 1em;
    border-radius: 8px;
    background-color: var(--backcolorcase);
    color: white;
}

.technical-menu {
    width: 100%;
}

.technical-menu table {
    width: 100%;
}

.technical-menu td {
    vertical-align: top;
}

.technical-menu a {
    text-decoration: none;	
}


.pagination {
    display: flex;
    justify-content: right;
    /* margin-top: 20px; */
    padding-right: 36px;
}

.btn {
    background-color: #FFF;
    /* border: none; */
    color: var(--backcolorcase);
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-style: outset;
    min-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border-color: lightcyan;
	z-index: 2000;
}

.btn.active {
    background-color: var(--backcolorcase);
    color: #FFFFFF;
}

a.simplebutton {
    display: block;
    min-width: 5em;
    background-repeat: round;
    background-size: cover;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #404040;
    line-height: 25px;
    max-width: 10em;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='simplebutton.jpg',sizingMethod='scale');
    border-style: outset;
    border-color: white;
    border-radius: 15px 15px 15px 15px;
    color: white;
    background-color: var(--backcolorcase);
}

input.simplebutton {
    display: block;
    width: 10em;
    background-repeat: round;
    background-size: cover;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #404040;
    line-height: 25px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='simplebutton.jpg',sizingMethod='scale');
    border-style: outset;
    border-color: white;
    border-radius: 15px 15px 15px 15px;
    color: white;
    background-color: var(--backcolorcase);
}

table.tobesent {
    border-spacing: 0px;
	width:100%;
}

table.tobesent td {
    border-color: white;
    border: 1px solid var(--backcolorcase);
    border-spacing: 0px;
    padding: 5px;
    vertical-align: top;
}

.listcompany {
    color: var(--backcolorcase);
    font-size: 1.2em;
}

.listcustomer {
    font-size: 1.2em;
}

table.tobesent th {
    background-color: var(--backcolorcase);
    color: var(--backcolorarea);
    padding: 5px;
}

td.date {
    font-size: 1.1em;
}

.listadminlink {
	color: var(--backcolorcase);
}

.colortwo {
    background-color: var(--fontcolor2);
}

.colorone {
    background-color: var(--backcolorcase);
	color: white;
}

textarea#csv {
    background-color: transparent;
}

.maintitle {
    font-size: 2em;
    padding-bottom: 1em;
	padding-left: 1em;
}

.login {
    font-size: 1.2em;
    display: flex
;
    justify-content: center;
    padding-bottom: 2em;
}

.login input {
    font-size: 1em;
	max-width: 12em;
}

.login select {
    font-size: 1em;
	max-width: 12em;
}

table.order {
    width: 100%;
	border-collapse: collapse;
}

td.id {
    --width: 55%;
	padding: 7px;
	border-width: 0px;
	border-right-width: 1px;
    border-style: dashed;	
}

td.action_left {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
}

td.action_right {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
	border-width: 0px;
	border-right-width: 1px;
    border-style: dashed;	
}

td.quantity {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    text-align: right;
	border: 0px;
}

td.quantity2 {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    text-align: right;
	border-width: 0px;
	border-right-width: 1px;
    border-style: dashed;		
}


td.unit_price {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    text-align: right;
    border-style: dashed;	
	border-width: 0px;
	border-right-width: 1px;
}

td.price {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    text-align: right;
	border-width: 0px;
	border-right-width: 1px;
    border-style: dashed;	
}

td.trash {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
}

.order th {
    background-color: white;
    border-radius: 15px 15px 0px 0px;
}

button.orderbutton {
    width: 50%;
    min-width: 300px;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: var(--backcolormenu);
    font-size: 1em;
    color: var(--fontcolor2);
    cursor: pointer;
    font-size: 1.5em;	
}

input.orderbutton {
    width: 50%;
    min-width: 300px;	
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: var(--backcolormenu);	
    text-decoration: none;
    font-size: 1.5em;
    color: var(--backcolorarea);
}

td.orderbutton {
	padding-top: 20px;
	text-align: center;
}

a#orderbutton {
    text-decoration: none;
	--font-size: 1.5em;
    color: var(--backcolorarea);
}

td.left input {
    max-width: 250px;
}

td.left {
	text-align: left;
}

span.subtitle {
    font-size: 1.5em;
}

td.positiveinfo {
    color: var(--backcolormenu);
}

td.logoexp {
    padding: 7px;
	border-width: 0px;
	border-right-width: 1px;
    border-style: dashed;	
}

div#importantinfo {
    color: darkred;
}

img.payimage {
    border-radius: 15px 15px 15px 15px;
	border-style: outset;
}

td.subtitle {
    text-align: center;
    font-size: 1.5em;
    padding-top: 20px;
    color: var(--backcolorcase);
}

div#bank {
    color: var(--backcolorcase);
	font-size: 1.5em;
}



.plus-pop {
  position: absolute;
  right: -10px;
  --top: -20px;
  top: 220px;
  color: var(--backcolorcase);
  font-size: 1.4em;
  font-weight: bold;
  opacity: 1;
  pointer-events: none;
  animation: popPlus 0.7s forwards;
}

@keyframes popPlus {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  60% {
    transform: translateY(-12px) scale(1.3);
    opacity: 1;
  }
  100% {
    transform: translateY(-25px) scale(1);
    opacity: 0;
  }
}

.error {
    background-color: darkred;
	color: white;
    padding: 5px;
}

td.halfcenter {
    text-align: center;
}

.hidden {
    display: none;
}

input[type="radio"] {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

/* Fond semi-transparent */
#popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
/* Fenêtre popup */
#popup {
    background: var(--fontcolor2);
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    min-width: 300px;
    max-width: 90vw;
    text-align: center;
    position: relative;
    border-style: groove;
    border-width: thick;
    border-color: var(--backcolormenu);
    --color: var(--backcolorcase);
	color: black;
	font-size: 1.2em;
}
/* Bouton fermer */
#popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.3em;
  cursor: pointer;
  color: #888;
}
#popup-close:hover {
  color: #000;
}

.linklist {
    margin: 2em;
	font-size: 1.5em;
}

a.link {
    margin: 0.5em;
	text-decoration: none;
	color: var(--backcolormenu);
}

table.textilecolors {
  border-collapse : collapse;
  margin-left: 10px;
  width:100%;
}

table.textilecolors td {
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

table.textilecolors img {
  --display: block;
  width: 30px;
  height: auto;
  
}

td.InfoAndOrder {
    background-color: #7bd8ce;
    text-align: center;
    border-style: groove;
    border-radius: 20px;
}

a.menubutton {
    text-decoration: none;
    color: white;
    font-family: "Antonio", sans-serif;
    padding: 1em;
}

.nbColors {
    position: absolute;
    bottom: 0.2em;
    right: 0em;
    font-size: 0.7em;
    background-color: rgba(0, 136, 137, 0.4);
    border-radius: 10px;
    padding: 0.1em;
    padding-left: 0.3em;
    padding-bottom: 0.15em;
    padding-right: 0.2em;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
    color: white;
	text-shadow:
		-1px -1px 0 black,
		1px -1px 0 black,
		-1px 1px 0 black,
		1px 1px 0 black;
}

.icons {
    position: absolute;
    bottom: 1.8em;
    right: 0em;
    font-size: 0.7em;
    /* background-color: rgba(0, 136, 137, 0.4); */
    /* border-radius: 10px; */
    padding: 0.1em;
    padding-left: 0.3em;
    padding-bottom: 0.15em;
    padding-right: 0.2em;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
}

.icons img {
    width: 18px;
}

table.tablepersotex {
--    font-size: 2em;
}

.tablepersotex td select {
	width: 10em;
	font-size: 1em;
}

tr.color {
    font-size: 1.4em;
}

tr.title {
    font-size: 2em;
}

input.stockOrder {
    width: 60px;
    font-size: 1em;
    text-align: center;
}

.locked {
    width: 60px;
    font-size: 0.8em;
    background: transparent;
	text-align: right;
	border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    overflow: hidden
}

input.locked::placeholder {
    font-size: 0.8em;
	text-align: right;
}

.locked2 {
    width: 150px;
    font-size: 0.8em;
    background: transparent;
	text-align: right;
	border: 1px solid #ccc;
    border-radius: 5px;
}

input.locked2::placeholder {
    font-size: 0.8em;
	text-align: right;
}
img.pastille {
    border-radius: 10px;
}

td.colorinfo {
    text-align: center;
}

img.rounded {
    border-radius: 30px;
    border: aqua;
    border-width: 1px;
    border: 1px solid gray;
}

.textile_order td {
    text-align: right;
    font-size: 0.8em;
    border-top: 2px solid black;
}

.textile_order th {
    font-size: 0.8em;
    text-align: center;
}

.sub-title {
	font-size: 1.5em;
    font-style: italic;
    text-decoration-line: overline underline;
}

.sub-title2 {
	font-size: 1.5em;
    font-style: italic;
}

table.textile_order {
    border-collapse: collapse;
}

td.colorinfo {
    text-align: center;
}

.group_textile {
    display: block;
    border: 2px;
    border-style: ;
    /* border-radius: 5px; */
    padding: 10px;
    border: 1px solid black;
    border-radius: 15px;
    margin-top: 20px;
	background-color: var(--backcolorarea);
}
}

.textile_order td {
    padding-left: 5px;
}

.textile_order th {
    position: sticky;
    top: 0;
    background: var(--backcolormenu);
    z-index: 2;
    color: white;
}

td.description {
    padding-left: 1em;
}

.dropdownbutton {
    border: 0px;
    font-size: 1em;
    margin-left: 1em;
    border-radius: 10px;
    padding-right: 0.2em;
    padding-left: 0.2em;
}

span#ETAPE {
    FONT-SIZE: 1.5em;
    top: 1em;
    position: relative;
    color: white;
    /* text-decoration-line: underline; */
    background-color: var(--backcolorcase);
    padding: 0.2em;
    border-radius: 15px;
}

span.REF {
    color: darkgray;
}	

.sub-title2 td {
    padding-right: 1em;
}

.combozone {
    font-size: 0.8em;
}

.tablerecap {
    font-size: 1.4em;
    text-align: right;
    border-style: groove;
    border-radius: 20px;
    padding: 5px;
    background-color: var(--backcolorcase);
    position: fixed;
    right: 6em;
    bottom: 2em;
    color: white;
    border-color: white;
}

input.red {
    background-color: red;
	color: black;
}

td.red {
    color: red;
}

input.orange {
    background-color: orange;
	color: black;
}

td.orange {
    color: orange;
}

td#ETAPE {
    border-style: groove;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    background-color: var(--backcolormenu);
}

.thumbnail{
  border-radius: 10px;
  border: aqua;
  border-width: 1px;
  border: 1px solid gray;
  max-width: 30px;
  max-height: 40px;
  height: auto;
  width: auto;
  cursor: pointer; 
  transition: transform 0.2s;
  margin-top: 3px;
  margin-right: 3px;  
}

/*
.modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); }
.modal-content { max-width: 90%; max-height: 90%; margin: auto; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; cursor: pointer; }
.thumbnail { cursor: pointer; transition: transform 0.2s; } 
.thumbnail:hover { transform: scale(1.05); }
*/


.modal {
  display: none;
  position: fixed !important; /* Force fixed sur toute la page */
  z-index: 9999; /* Au-dessus de tout (headers à 1000 max typique) */
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  overflow: auto;
}
.modal-content {
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; /* Encore plus haut pour l'image */
}
.close {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 10001;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.sizesGuideButton {
    border: 2px;
    font-size: 1em;
    /* margin-left: 1em; */
    border-radius: 10px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    text-decoration: none;
    background-color: var(--backcolormenu);
    color: var(--fontcolor2);
    border-color: black;
    border-style: groove; 
}

span.thumbnailsSpan {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: var(--backcolormenu);
    color: var(--fontcolor2);
    border-color: black;
    border-style: groove;
    padding-left: 0.5em;
}

.largeinterligne {
    line-height: 1.4;
}

.tr_ref th {
    padding-left: 10px;
    padding-bottom: 2px;
}

tr.tr_ref {
    background-color: var(--backcolormenu);
    color: white;
    text-align: left;
}

td.center {
    text-align: center;
}

tr.tr_th {
     font-style: oblique;
    text-decoration: underline;
}

td.underline {
    border-bottom: ridge;
}

tr.groupline1 {
    background-color: #CBE5E2;
}

.groupline1 input {
    background-color: #CBE5E2;
}

tr.groupline0 {
    background-color: #BBD5D2;
}

.groupline0 input {
    background-color: #BBD5D2;
}

.textileOrderTable {
    border-collapse: separate;
    border-spacing: 0;
    /* border-radius: 20px; */
    border-color: white;
    border-style: groove;
    padding: 2px;
}

.textileOrderTable td {
    padding: 0px 1px 1px 1px;
    vertical-align: middle;
}

.textileOrderTable th {
    padding: 0px 0px 5px 0px;
    vertical-align: middle;
}

.textileOrderTable td input {
    height: 22px;
}

.customFiles {
    border-style: groove;
    padding: 10px;  
}

.customTexts {
    border-style: groove;
    padding: 10px;  
}

span.taille-zone {
    display: inline-block;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 2px 5px;
    margin: 2px 2px 2px 0px;
}

span.uneRef {
    display: inline-block;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 2px 5px;
    margin: 2px 2px 2px 0px;
}

tr.pair {
    background-color: var(--backcolorcase);
    color: var(--fontcolor2);
}

th.liste {
    background-color: var(--backcolormenu);
    color: var(--fontcolor);  
}

.custom-guide {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #007bff;
    text-decoration: underline;
}

/* Bulle */
.custom-guide-tooltip {
    position: absolute;
    left: 0;
    top: 120%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    font-size: 13px;
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s;
}

/* Affichage au survol */
.custom-guide:hover .custom-guide-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Classe active pour le clic (JS) */
.custom-guide.open .custom-guide-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



@media (max-width: 500px) { /* Ajustez cette valeur selon vos besoins */
	 
	 .locked2 {
		width: 150px;
		font-size: 0.8em;
		background: transparent;
		text-align: right;
		border: 0px solid #ccc;
		border-radius: 5px;
		right: 7em;
		top: 1.2em;
		position: relative;
	}
 
	 .sub-title2 {
		font-size: 1.5em;
		font-style: italic;
		min-height: 50px;
		height: 43px;
	}
	
	td.persopos {
		min-width: 155px;
	}
	
	.tablerecap {
		font-size: 1.3em;
		text-align: right;
		border-style: groove;
		border-radius: 20px;
		padding: 5px;
		background-color: var(--backcolorcase);
		position: fixed;
		--right: 7em;
		left: 0.5em;
		bottom: 0.5em;
		color: white;
		border-color: white;
	}	
	
	td.persoprice {
		width: 0px;
		max-width: 0px;
	}	
	
	.containerPretAPorter {
	  position: relative;
	  width: auto; /* Ajustez selon la taille de vos images */
	  height: auto; 
	}
	

 }

.sentence span {
    display: inline-block;
    animation-name: vague;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-delay: calc(var(--i) * 0.02s);
}

@keyframes vague {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

div#sentenceText {
    font-size: 1.2em;
    color: var(--backcolorcase);
}

.lang-switcher {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  left: 1em;
  top: -2em;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  --padding: 8px 12px;
  --border: 1px solid #ccc;
  --border-radius: 8px;
  --background: #fff;
  cursor: pointer;
  --min-width: 120px;
}

.lang-btn img,
.lang-menu img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

.lang-menu {
  position: absolute;
  --top: calc(100% + 6px);
  left: 0;
  --min-width: 160px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  display: none;
  z-index: 999;
}

.lang-menu.open {
  display: block;
}

.lang-menu li {
  margin: 0;
}

.lang-menu button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.lang-menu button:hover {
  background: #f3f3f3;
}

a#open-popup {
    display: inline-block;
    color: var(--backcolorcase);
    border-radius: 6px;
    text-decoration: underline;
    font-style: italic;
}

a#linkoutside {
    display: inline-block;
    color: var(--backcolorcase);
    border-radius: 6px;
    text-decoration: underline;
    font-style: italic;
}

.bouton_next {
    display: inline-block;
    padding: 5px 5px;
    background-color: var(--backcolormenu);
    /* color: var(--backcolormenu); */
    color: white;
    text-decoration: none;
    border-radius: 15px;
    /* width: inherit; */
    border-style: outset;
    font-size: 1.2em;
    font-family: "Antonio", sans-serif;
}