@font-face {
	font-family: 'Stempel-Garamond-W01-Roman';
	font-style: normal;
	font-weight: normal;
	src: url('https://www.ibridge.fr/bookassets/fonts/Stempel-Garamond-W01-Roman.woff') format('woff');
}

@font-face {
	/*
	link: https://www.fontspace.com/galdien-rounded-font-f113010
	 */
	font-family: "GaldienRoundedDemoRegular";
	font-style: normal;
	font-weight: normal;
	src: url("https://www.ibridge.fr/bookassets/fonts/GaldienRoundedDemoRegular-7OBxR.otf") format("opentype");
}

@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	src: url('https://www.ibridge.fr/fontawesome/webfonts/fa-solid-900.woff') format('woff');
}

body{
	margin:0;
	padding:0;
	overflow:visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
}

h4 {
	font-weight: bold;
	font-size: 0.9em;
}

/* <editor-folder desc=".... tables"> */

table.border tr td, table.border tr th {
	border: 1px solid black;
}

table.normal {
	color: #000;
	border: 0 solid #ccc;
	border-collapse: collapse;
	padding: 0.5em;
	margin: 1em;
	background-color: #fafafa;
	box-shadow: #D0D0D0 1px 3px 2px;
	vertical-align:middle;
	font-family:'Roboto Slab', serif;
}

table.normal tr td {
	padding: 0.15em;
}

table tr th {
	font-weight: bolder;
}

table.left tr td {
	text-align: left;
}

table.centered tr td {
	text-align: center;
}

/* </editor-folder> */

#canvas {
	width: 768px; /* 768px; */
	height: 1000px;
	margin: auto;
	overflow: initial;
}

#book-zoom {
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;

	margin-top: 0;
	margin-bottom: 22px;
	background-color: #e8e8e8;

	padding-left: 20px;
	padding-right: 20px;
	background-size: 100%;
	background-image: url('/bookassets/v2/tx_bois.png');
	background-repeat: repeat;

	position: absolute; /* nouveau, pour l'effet d'épaisseur */
}

.sample-docs .page {
}

.animated{
	-webkit-transition:margin-left 0.2s ease-in-out;
	-moz-transition:margin-left 0.2s ease-in-out;
	-o-transition:margin-left 0.2s ease-in-out;
	-ms-transition:margin-left 0.2s ease-in-out;
	transition:margin-left 0.2s ease-in-out;
}
/* <editor-folder desc=".... Le sommaire sous forme de bibliothèque "> */
	div#biblio_ibridge {
		margin: auto;
		padding: 0;
		color: antiquewhite;
		width:700px;
		height:900px;
		background-size: 100%;
		background-image: url('/bookassets/v2/bg_bibliotheque.jpg');
		background-repeat: no-repeat;
		position: relative;
	}

	div#biblio_menu {
		position: absolute;
		left: 200px;
		top: 5px;
		width: 500px;
		height: 53px;
		text-align: left;
	}

	a.btn_biblio_menu {
		margin-left: 20px;
		color: #FFFEE8;
		text-decoration: none;
	}

	div#biblio_nav {
		/* border: 1px dotted red; */
		position: absolute;
		left: 430px;
		top: 70px;
		width: 300px;
		height: 50px;
	}

	div#biblio_nav_titre {
		/* border: 1px dotted blue; */
		display: inline-block;
		width: 100px;
	}

	div#biblio_nav_pages {
		display: inline-block;
		width: 45px;
		font-size: 1.3em;
	}

	div#biblio_nav_boutons {
		display: inline-block;
		width: 150px;
		height: 50px;
		/*margin: 3px; */
		padding: 3px;

		border-radius: 8px;
		background-color: #8A4A37; /* #753427; */
		box-shadow: 2px 2px 2px #8A4A37, -2px -2px 3px #8A4A37;
	}
	div#biblio_nav_boutons img {
		width: 30%;
	}

	div#biblio_resume {
		position: absolute;
		left: 42px;
		top: 640px;
		width: 340px;
		height: 50px;
	}
	div#biblio_resume h3 {
		font-size: 2.5em;
		padding-bottom: 20px;
	}

div#biblio_book_info {
	position: absolute;
	left: 42px;
	top: 640px;
	width: 340px;
	height: 50px;
}

div.biblio_commentaire {
	position: absolute;
	left: 180px;
	top: 100px;
	border: 1px solid transparent;
	width: 350px;
	height: 110px;
}

.cloned-node-transition {
	opacity: 0;
	transition: opacity 0.5s ease-out;
}


a#book_1, a#book_2, a#book_3, a#book_4, a#book_5, a#book_6, a#book_7, a#book_8, a#book_9 {
		position: absolute;
		width: 140px;
		height: 140px;
		background-image: url('/bookassets/v2/bg_livre.png');
		background-size: 100%;
		background-repeat: no-repeat;
		text-decoration: none;
	}

	div.titre {
		/* border: 1px dotted red; */
		width: 90px;
		margin-left: 38px;
		margin-top: 18px;
		margin-bottom: 0;
		color: #0E572B;
		line-height: 16px;
		font-size: 1em;
		font-family: 'Stempel-Garamond-W01-Roman', Arial, serif;
	}
	div.description{
		/* border: 1px dotted red; */
		width: 90px;
		margin-left: 38px;
		margin-top: 15px;
		color: darkred;
		line-height: 16px;
		font-size: 0.85em;
		font-weight: bold;
		font-family: 'Stempel-Garamond-W01-Roman', Arial, serif;
	}

	a#book_1 {
		left: 30px;
		top: 70px;
	}

	a#book_2 {
		left: 300px;
		top: 150px;
	}

	a#book_3 {
		left: 545px;
		top: 220px;
	}

	a#book_4 {
		left: 10px;
		top: 245px;
	}

	a#book_5 {
		left: 325px;
		top: 335px;
	}

	a#book_6 {
		left: 545px;
		top: 400px;
	}

	a#book_7 {
		left: 70px;
		top: 450px;
	}

	a#book_8 {
		left: 240px;
		top: 495px;
	}

	a#book_9 {
		left: 515px;
		top: 575px;
	}

	div#biblio_resume h5 {font-size: 1.1em}

	/* </editor-folder> */

/* <editor-folder desc=".... La zone de menu supérieure "> */
#booktabs {
	width:768px;
	height:70px;
	z-index:1;

	margin: 0;
	padding: 0;

	background:#faf5f0; /* important pour le verso */
	background-size: 100%;
	background-image: url('/bookassets/v2/tx_bois.png');
	background-repeat: repeat;


	display: flex;             /* Active Flexbox */
	justify-content: space-between; /* Espaces entre les items */
	/*align-items: center;*/       /* Centrer les items verticalement */

	/* border: 1px solid red; */
}

#booktabs > div{
	height:30px;
	float:left;
	margin:0;
	padding:0;
}

#booktabs div {
	text-align:left;
	margin:0 20px 0 0;
}

#booktabs div a {
	/*-webkit-border-image: url(../pics/tab-off.png) 5 20 5 20 repeat stretch;*/
	border-width: 5px 10px 5px 10px;
	display:inline-block;
	font:bold 18px arial;
	text-shadow:1px 1px 0 #ddd;
	color:#333;
	line-height:12px;
	text-decoration:none;
	width:130px;
}

#booktabs a.booktab_btn {
	width:110px;
	height: 45px;
	display:inline-block;
	/* border: 1px dotted blue; */
	margin: 5px 0 0 40px;
	padding: 0;
}

#booktabs a.booktab_btn div {
	width:155px;
}
#booktabs a.booktab_btn div.btn_label {
	font-family: "GaldienRoundedDemoRegular", sans-serif;
	color: #FFFEE8;
	font-weight: normal;
	font-size: 1em;
	text-shadow: none;
	/* border: 1px dotted blue; */
	width: 100px;
	margin: 5px 0 0 0;
	padding:0;
	text-align: right;
	line-height: 1em;
	display: inline-block;
	vertical-align: top;
}

img.btn_image {
	display: block;
	margin: 0;
	padding:0;
	width: 45px;
	height: 45px;
	float: right;
}

#booktabs a.btn_admin, #booktabs a.btn_admin2, #booktabs a.btn_pdf {
	width: 50px;
	height: 45px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 45px;
}


button.btn_pdf, button.btn_admin2 {
	display: inline-block;
	vertical-align: bottom;

	margin-left: 80px ;
	margin-top: 8px;
	margin-bottom: 24px;

	padding: 0 10px;
	background-color: #FDF4C7;
	border: 2px solid #A3B250;
	border-radius: 7px;
	font-size: 1.5em;
	color: #AA3300;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

button.btn_admin2 {
	padding-right: 2px;
	margin-left: 30px ;
	margin-right: 0;
}

button.btn_pdf2 {
	display: inline-block;
	vertical-align: bottom;

	margin-left: 50px ;
	margin-top: 8px;
	margin-bottom: 24px;
	margin-right: 0;

	padding: 0 10px;
	background-color: #FDF4C7;
	border: 2px solid #A3B250;
	border-radius: 7px;
	font-size: 1.5em;
	color: #AA3300;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#booktabs div a.tab-arrow, #booktabs div a.tab-arrow-grayed {
	margin-top:5px;
	text-align: center;
}



/* </editor-folder> */


/* <editor-folder desc=".... Réglages communs bookmark / recherche "> */

#bookmarkModalCenter .modal-dialog, #searchModalCenter .modal-dialog {
	max-width: 680px;
	min-height: 500px;
}
/* Overlay semi-transparent pour l'arrière-plan */
.modal-backdrop {
	opacity: 0.5; /* Ajustez l'opacité selon votre préférence */
}

/* </editor-folder> */

/* <editor-folder desc=".... La page des bookmarks "> */

div.bookmark_header {
	color: #CF4720;
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Stempel-Garamond-W01-Roman', Arial, serif;
}
div.bookmark_found_title {
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bolder;
}
div.bookmark_found_page_num{
	border: 1px solid gray;
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
}
a.bookmark_link {
	text-decoration: none;
	color: black;
}

.bookmark_delete {
	padding: 35px 0 0 0;
	margin: 0;
}

.bookmark_delete a img {
	padding: 0;
	margin: 0;
	width: 40px;
}

div.bookmark_found_extrait {
	padding: 8px 0;
	/* border-bottom: 1px solid black; */
}

div#zone_table_bookmarks {
	height: 900px;
	overflow-y: auto;
	border: 1px dotted blue;
}

/* la zone d'affichage de la table des marque-pages */
div#zone_table_bookmarks_modal {
	height: 600px;
	overflow-y: auto;
}

/* </editor-folder> */


/* <editor-folder desc=".... La page de recherche "> */

/*
#searchModalCenter .modal-content {
	max-height: 800px;
	overflow-y: auto;
}
 */


div#zone_table_search {
	height: 500px;
	overflow-y: auto;
	border: 1px dotted blue;
}

div.booksearch-header {
	height: 50px;
	width: 650px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

/*
div.search_header {
	display: block;
	height: 90px;
	margin-top: 5px;
	border-bottom: 1px solid lightgray;
}
 */
div.search_header div.search_header_header {
	height: 35px;
}

div.search_header_title {
	float: left;
	font-size: 1.2em;
	font-family: 'Stempel-Garamond-W01-Roman', Arial, serif;
	color: black;
	margin-right: 10px;
}

div.search_header_where {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Stempel-Garamond-W01-Roman', Arial, serif;
	color: #CF4720;
	margin-right: 10px;
}

div.search_header_form {
	height: 47px;
	width: 640px;
	margin: 0 10px;
	border: 1px solid transparent;
}

form.search_books_form div.search {
	width: 650px;
	height: 45px;
}

div.search_results {
	/* margin-top: 70px; */
}
/* </editor-folder> */


/* <editor-folder desc=".... page générique "> */

.sample-docs {
	margin-top:0;
	/*
	width:700px;
	height:900px;
	background:#e8e8e8;
	 */
	/*font:20px arial;*/
	font-family: "Stempel-Garamond-W01-Roman";
	/*font-size: 24px;*/
	font-size: 1.25em;
	/* background: image(url('../v2/Fond de page_1.jpg')); */
}

.sample-docs .shadow {
	box-shadow: 0 4px 10px #666666;
}


.sample-docs .page{
	/*
	width:800px;
	height:600px;
	width:768px;
	height:1024px;
	 */

	background:#faf5f0; /* important pour le verso */
	background-size: 30%;
	background-image: url('/bookassets/v2/tx_papier.png');
	background-repeat: repeat;

	/*
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	 */

	font-size: 0.93em;
}

/* </editor-folder> */

/* <editor-folder desc=".... page de garde "> */

.sample-docs .hard {
	background-image:url('/bookassets/v2/tx_papier.png');
	background-repeat: repeat;
}

img.couvimage {
	float:left;
	width: 300px;
	height:300px;
	margin: 200px 50px 50px 50px;
	display: inline-block;
}

.couvtitle {
	float:left;
	width: 300px;
	height:300px;
	margin-top: 250px;
	font-size: 70px;
}

.couvsubtitle {
	margin-left: 50px;
	text-align: center;
	width: 500px;
	font-size: 40px;
	border-bottom: 1px solid black;
}

.sample-docs .hard .front {
}

/* </editor-folder> */

.sample-docs .p1{
	/*background-position:-471px 0;*/
	background-position:0 0;
}

div.page-wrapper div div {
	/* background: #faf5f0; */
	/* padding-right: 1px; */
	background-color: transparent;
}

.sample-docs .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('../pics/right-border.png');
	background-position:left top;
	background-repeat: repeat-y;
}


.sample-docs .page-wrapper{
	-webkit-perspective:2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.sample-docs .loader{
	background-image:url('../pics/loader.gif');
	width:22px;
	height:22px;
	position:absolute;
	top:280px;
	left:219px;
}

.sample-docs .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}


/* <editor-folder desc=".... L'effet de profondeur"> */

.book-border {
	height: 100%;
	width: 20px;
	background-image: url('/bookassets/pics/left-border.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 0;
}

.book-thickness {
	min-width: 0;
	max-width: 20px;
	width: 15px;
	right: 5px;

	height: 100%;
	background-image: url('/bookassets/pics/pages-depth-right.png');
	background-repeat: no-repeat;
	background-position: left top;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 73px;
	z-index: 0;
}

/*
.sample-docs .page-wrapper {
	position: relative;
}

 */
/* </editor-folder> */


/* <editor-folder desc=".... Le footer"> */

.book-footer {
	border-top:1px solid gray;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	/* background-color: red; */
	color: gray;
	text-align: center;
	font-size: 16px;
}

/* </editor-folder> */

/* ---- ajustement du contenu ----- */

div.book-content {
	width:95%;
	height:100%;
	padding: 0 0px 20px 20px;
	color: #1e1e1e;
}


/* ----- le sommaire -------- */

a.book_lien_sommaire {
	text-decoration: none;
}
a.book_lien_sommaire:hover{
	text-decoration: none;
}

div .bloc_sommaire, div .bloc_sommaire_chap {
	display: flex;
	justify-content: space-between;
	align-items: center;

	width : 90%;
	/*height: 30px;*/
	margin-left: 30px;
	margin-bottom: 2px;
	border-bottom: 1px dotted lightgray;
	color: black;
	font-size: 0.9em;

	text-decoration: none;
}

div .bloc_sommaire_chap {
	margin-top: 20px;
	font-weight: bolder;
	/*border: 1px dotted lightgray;*/
	/*color: #0C8B92;*/
}
a { text-decoration: none; }

div .booktext { }
div .booknum { }



/* ----- mise en page du contenu ----- */
.sample-docs strong {
	font-weight: bolder;
	color: black;
}
.sample-docs ul li {
	margin-bottom: 10px;
}

.spade { color: black; }
.heart{	color: #AA0000 ; }
.diamond { color: #CC5500; }
.club {	color: #000099; }
.spade, .heart, .diamond, .club {
	font-weight: bolder;
	font-size: 1.1em;
}

/* ----- mise en page des exemples ----- */
div .exemple_book {
	border: 1px solid gray;
	margin: 5px;
	padding: 2px 5px;
	/*font-size: 0.75em;*/
	font-size: 0.9em;
}


div .illustration {
	margin: 5px;
	padding: 5px;
	font-size: 0.75em;
	padding-left: 120px;
}

div .illustration2 {
	margin: 5px;
	padding: 5px;
	font-size: 0.75em;
}

p.exemple_header {

}

div.exemple_dessin {
	text-align: center;
}

div.exemple_question {

}


div.exemple_reponse {

}

div.exemple_comment {
	text-align: center;
}

div.exemple_auto {
	text-align: center;
	font-size:1.2em;
	margin-bottom:2px;
}

/* pour les tableaux avec les mains */
.astuce_main {
	margin-left:0;
	margin-right:0;
	/*padding-left:30px;*/
	/*padding-right:0px;*/
	display:block;
	text-align: center; /* Nouveau pour centrer le texte */
	/*float:left;*/
}


/* <editor-folder desc=".... Les cartes "> */

.coeur,
.pique,
.carreau,
.trefle {
	width:26px;
	height:36px;
	background-color:#FFF;
	border: thin  #D8D8D8 solid;
	border-radius:5px;
	box-shadow:-2px 1px 2px #CCC;
	text-align:center;
	margin-bottom:5px;
	line-height:12px;
	padding:4px;
	color: #000;
	display:inline-block;
	margin-right:-2px; /* -3px */
	font-size:1.0em; /* 1.2em */
	font-weight:500;
}
.coeur:after, .trefle:after, .pique:after, .carreau:after {
	content:"";
	background-size:55%;
	display: block;
	width:20px;
	height:25px;
	float: left;
	background-repeat:no-repeat;
}

.coeur:after {
	background-image: url(/images/coeur.png);
	margin: 1px 0 0 2px;
	text-transform:uppercase;
}


.pique:after {
	background-image: url(/images/pique.png);
	margin: 1px 0 0 2px;
	font-weight:700;
}

.trefle:after {
	background-image: url(/images/trefle.png);
	margin: 1px 0 0 2px;
}

.carreau:after {
	background-image: url(/images/carreau.png);
	margin: 1px 0 0 2px;
}

div .coeur,
div .pique,
div .carreau,
div .trefle {
	background-color: #fff  !important;
}


/* cartes  Ouest et Est type Q */

.coeur-OE,
.pique-OE,
.carreau-OE,
.trefle-OE {
	width:26px;
	height:36px;
	background-color:#FFF;
	border: thin  #D8D8D8 solid;
	border-radius:5px;
	box-shadow:0px -1px 3px #CCC;
	font-size:1em; /* 1.2em */
	text-align:center;
	line-height:16px;
	padding:2px 4px 0 4px;
	color: #000;
	font-weight:500;
	position: static;
	margin-top:-14px;

}


.coeur-OE:after {
	content:"";
	background-size:65%;
	background-image: url(/images/coeur.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 0px 0px 0px 3px;
	text-transform:uppercase;
	position: absolute;
}


.pique-OE:after {
	content:"";
	background-size:65%;
	background-image: url(/images/pique.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 0px 0px 0px 3px;
	font-weight:700;
	position: absolute;
}

.trefle-OE:after {
	content:"";
	background-size:65%;
	background-image: url(/images/trefle.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 0px 0px 0px 3px;
	position: absolute;
}

.carreau-OE:after {
	content:"";
	background-size:65%;
	background-image: url(/images/carreau.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 0px 0px 0px 3px;
	position: absolute;
}

/* Main */


.mainseule_S,
.mainseule_N {
	display:block;
	text-align: center;
}

.main_S,
.main_N {
	display:block;
	text-align: left;
	margin-left: 9%;
}

.main_O,
.main_E {
	display:block;
	text-align: left;
}
/* </editor-folder> */


/* <editor-folder desc=".... Les tableaux d'enchères "> */

div .encheres_ajustees {
	margin: 1em 2em;
	margin-left: 33%;
}


table.encheres {
	color: #000;
	border: 0 solid #ccc;
	border-collapse: collapse;
	margin: 0 0 0 1em;
	width: 230px;
	/*margin-left: 25%;*/
	table-layout: auto;
	background-color: #FFF;
	border-radius:5px;
	box-shadow: #D0D0D0 1px 3px 2px;
	vertical-align:middle;
	/*font-family:'Roboto Slab', serif;*/
	font-family: Roboto, serif;
}


table.encheres th {
	background-image:url(/images/title-sone.png);
	color:#efe3cd;
	font-size: 1.05em;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-weight: 200;
	height:25px;
}

table.encheres tr {
	border-top: solid 0px   #005D28;
	background-color:#97b36e;
}

table.encheres .color {
	background-color:#7da25e;
}

table.encheres th,
table.encheres td {
	text-align:center;
}

table.encheres th, table.encheres td {
	width: 25%;
	border-left: 1px solid #99aa99;
}


/* cartons encheres */
table.encheres .carton-C,
table.encheres .carton-P,
table.encheres .carton-K,
table.encheres .carton-T,
table.encheres .carton-SA,
table.encheres .carton- {
	width:40px;
	height:20px;
	background-color:#FFF;
	border: thin  #D8D8D8 solid;
	border-radius:5px;
	box-shadow:0px 2px 5px  #1F461F;
	font-size:1.2em; /* 1.2em */
	text-align:center;
	padding:0px 4px 10px 4px;
	color: #000;
	display:inline-block;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:500;

	vertical-align: middle;
}

table.encheres .carton-SA {
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.encheres .carton- {
	font-size: 1.6em;
}

table.encheres .carton-P,
table.encheres .carton-K,
table.encheres .carton-C,
table.encheres .carton-T {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4em;
}


table.encheres .carton-C:after
{
	content:"";
	background-size:65%;
	background-image: url(/images/coeur.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: right;
	margin: 0px -2px 5px 0px;
	text-transform:uppercase;
}


table.encheres .carton-P:after {
	content:"";
	background-size:65%;
	background-image: url(/images/pique.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: right;
	margin:0px -2px 4px 0px;
	font-weight:700;
}

table.encheres .carton-T:after {
	content:"";
	background-size:65%;
	background-image: url(/images/trefle.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: right;
	margin: 0px -5px 5px 0px;
}

table.encheres .carton-K:after {
	content:"";
	background-size:65%;
	background-image: url(/images/carreau.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float:right;
	margin: 0px -5px 5px 0px;
}

table.encheres .carton-SA:after,
table.encheres .carton-:after
{
	content:"";
	display: block;
	float: right;
	margin: 0;
}

/*  exemple-typeQ */

table.exemple-typeQ  {
	text-align: center;
	padding:0;
	border-collapse: separate;
	table-layout: auto;
	width: 100%;
}

table.exemple-typeQ td {
	padding:0;
}

table.encheres .vulnerable {
	background-image: url(/images/title-sone-vuln.png);
	z-index:1;
}


/* </editor-folder> */


/* <editor-folder desc=".... Le tapis "> */

table.tapis  {
	background-color: #FFF;
	text-align: center;
	border: 2px solid #4CB357;
	border-collapse: collapse; /*separate;*/
	margin: 5% auto 5%;
	padding:8px 5px 5px 2px;
	width: 150px;
	height:150px;
	table-layout: auto;
}


table.tapis tr td { border: none;}


table.tapis  .C,
table.tapis  .P,
table.tapis  .K,
table.tapis  .T,
table.tapis  .SA  {
	width:45px;
	height:30px;
	background-color:#FFF;
	border: thin  #D8D8D8 solid;
	border-radius:5px;
	box-shadow:0px 2px 5px  #1F461F;
	font-size:1.2em;
	text-align:center;
	padding:0px 4px 10px 4px;
	color: #000;
	display:inline-block;
	font-weight:500;
	vertical-align:middle;

}
table.tapis .C:after
{
	content:"";
	background-size:65%;
	background-image: url(/images/coeur.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: right;
	margin: 5px -2px 0px 0px;
	text-transform:uppercase;
}


table.tapis .P:after {
	content:"";
	background-size:65%;
	background-image: url(/images/pique.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: right;
	margin:4px -2px 0 0;
	font-weight:700;

}

table.tapis .T:after {
	content:"";
	background-size:65%;
	background-image: url(/images/trefle.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 4px -2px 0px 0px;
}

table.tapis .K:after {
	content:"";
	background-size:65%;
	background-image: url(/images/carreau.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:20px;
	float: left;
	margin: 4px -2px 0px 0px;
}

table.tapis .SA:after {
	content:"SA";
	color: #0030FF;
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
}

/* cartes */

table.tapis .coeur,
table.tapis .pique,
table.tapis .carreau,
table.tapis .trefle {
	width:30px;
	height:42px;
	background-color:#FFF;
	border: thin  #D8D8D8 solid;
	border-radius:5px;
	box-shadow:-2px 1px 2px #CCC;
	font-size:1.2em;
	text-align:center;
	margin-bottom:5px;
	line-height:16px;
	padding:4px;
	color: #000;
	display:inline-block;
	margin-right:-5px;
	font-weight:500;
}

table.tapis .coeur:after {
	content:"";
	background-size:65%;
	background-image: url(/images/coeur.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 1px 0px 0px 8px;
	text-transform:uppercase;
}


table.tapis .pique:after {
	content:"";
	background-size:65%;
	background-image: url(/images/pique.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 1px 0px 0px 8px;
	font-weight:700;
}

table.tapis .trefle:after {
	content:"";
	background-size:65%;
	background-image: url(/images/trefle.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 1px 0px 0px 8px;
}

table.tapis .carreau:after {
	content:"";
	background-size:65%;
	background-image: url(/images/carreau.png);
	background-repeat:no-repeat;
	display: block;
	width:20px;
	height:25px;
	float: left;
	margin: 1px 0px 0px 8px;
}

/* </editor-folder> */

.carton-passe {
	color:#060;
	font-size:0.6em;
	padding-bottom: 0.3em;
}

.carton-x, .carton-xx {
	color: #900;
	vertical-align: middle;
	padding-top: 5px;
}


div.numex {
	display: none;
	float:right;
	font-size:10px;
}


.book_link_ok {
	color: #0e6040;
}

.book_link_locked {
	color: #5d1717;
}

/* ----- */
div .colordir_S, div .colordir_O, div .colordir_W, div .colordir_N, div .colordir_E {
	margin:5px;
	padding: 5px;
	/*width: 470px;*/ /* 2024-08-18 Pb des mains qui se suivent dans un tableau */
	display: inline-block; /* s'adapte à la largeur du contenu */
	width: auto;
	text-align: center;
}

div.page-wrapper div div .colordir_S { background-color: #FBB; }
div.page-wrapper div div .colordir_O, div .colordir_W { background-color: #BFB; }
div.page-wrapper div div .colordir_N { background-color: #BBF; }
div.page-wrapper div div .colordir_E { background-color: #FFB; }

p.text, p.bleu {
	line-height: 0.9em;
	margin: 0;
	padding: 2px;
}

span.border, p.border {
	border: 1px solid black;
}

span.text, p.text {
	background-color: #DEF;
}

span.bleu, p.bleu {
	color: #116;
}

table.table_centree tr td, table.table_centree tr th  {
	text-align: center;
}

/* Correctif taille cartons */

table .encheres *{
	font-size: 17px;
}

div .exemple_book * table {
	font-size: 17px;
}

/* Ajouts tableau large */
table.full_width {
	width: 100%;
	/*border: 1px solid black;*/
}


div div.book-header {
	border-bottom: 1px solid gray;
	height: 50px;
	width: 720px;
	margin: 0;
	padding: 0;
	background-color: #0e90d2;
	margin-bottom: 5px;
}

a.in_page_button {
	/* color: #D5C0A4; */
	color: #B5A074;
	float: right;
	width: 130px;
	height: 40px;
	padding-top: 0;
	margin-top: 0;
	text-decoration: none;
}

a.in_page_button:hover {
	text-decoration: none;
}

a.in_page_button div {
	display: inline-block;
	width: 50px;
	font-family: "GaldienRoundedDemoRegular", sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 0;
	margin-top: 5px;
	text-align: right;
	text-decoration: none;
}

a.in_page_button img {
	width: 30px;
	padding-top: 0;
	margin-top: -20px;
}

.page_head_titre {
	font-size: 1.5em;
}

/* div.page-wrapper div div { background: #faf5f0; } interfère avec l'affichage */
div div div.page_nav {
	width: 200px;
	height: 45px;
	float: right;
	display: block;

	padding-left: 1px;
	padding-right: 1px;
	background-image: url('/bookassets/v2/bg_nav.png');
	background-size: 202px 45px;
}

div div div.page_num {
	float: right;
	width: 90px;
	text-align: center;
	padding-top: 10px;
	background-color: transparent;
}
div.page_num a {
	text-decoration: none;
	color: black;
}
div.page_num a:hover {
	text-decoration: none;
	color: black;
}

a.book_lien_renvoi {
	position: relative;
	text-decoration: none;
	color: black;
}
a.book_lien_renvoi:hover {
	position: relative;
	text-decoration: none;
	color: black;
}
a.book_lien_renvoi::after {
	content: '\f005'; /* Unicode étoile FontAwesome */
	font-family: 'FontAwesome', serif;
	position: absolute;
	top: 1px; /* -5px pour mettre en exposant */
	right: -20px;
	background-color: #FDF4C7;
	color: #8A4A37;
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #B6A277; /* #FDF4C7; */
	font-size: 7px;
	font-weight: normal;
}

a.in_page_nav {
	float: right;
	width: 50px;
}

a.in_page_nav img {
	width: 50px;
}


a.admin_btn {
	position: relative;
	top: 25px;
	/* border: 1px dotted red; */
	font-size: 1em;
	color: white;
	text-decoration: none;
}

.orientation_warning {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	display: none;
	z-index: 99999;
}