﻿@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/css?family=Expletus+Sans);
@media only screen and (min-width: 768px) {
body,div,p,tr,td,table,h1,h2,h3,h4,h5,h6,form,hr,img,a,li {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0;
	padding: 0;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisÃ©e */
	background-attachment: fixed;
	background-image: url(images/fond_2026.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	background-color: #F5F5F3;
	color: #242428;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#conteneur {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 1107px;
	background-color: #FFFFFF;
}
#entete {
	display: inline;
	width: 1107px;
	height: 45px;
	background-image: url(images/entete.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
}

#logo {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#logo img {
	max-width: 500px;
	height: auto;
	display: inline-block;
}

#recherche_smartphone{
	display:none;
	}
#mon_caddie {
	float: left;
	display: flex;
	align-items: center;
	height: 84px;        /* = hauteur de #nav / #recherche / #langue */
	padding: 0 12px;
	color: #242428;
}
#mon_caddie a{
	color: #242428;
	text-decoration: none;
}
/* Bloc panier dans le bandeau supÃ©rieur : icÃ´ne SVG + badge nombre d'articles. */
#mon_caddie .caddie-link {
	display: inline-flex;
	align-items: center;
	color: #242428;
}
#mon_caddie .caddie-label {
	display: none; /* libellÃ© retirÃ© : on garde uniquement l'icÃ´ne sur desktop */
}
#mon_caddie .caddie-icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#mon_caddie .caddie-icon {
	color: #242428;
	display: block;
}
#mon_caddie .caddie-badge {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	background: #242428;
	color: #fff;
	border-radius: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: none;
	box-sizing: border-box;
}
#langue {
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 84px;        /* = hauteur de #nav / #recherche */
	padding: 0 12px;
	font-size: 12px;
}
#langue table { margin: 0; }

#langue a {
	font-size: 10px;
	color: #242428;
	text-decoration: none;
	display: block;
	height: 13px;
	width: 17px;
}

#langue a.fr {
	background-image: url(images/fr.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#langue a.de {
	background-image: url(images/de.gif);
	background-repeat: no-repeat;
	background-position: right;

}


#langue a.it {
	background-image: url(images/it.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#langue a.en {
	background-image: url(images/en.gif);
	background-repeat: no-repeat;
	background-position: right;

}
#langue a.pt {
	background-image: url(images/pt.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#langue a.es {
	background-image: url(images/es.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#langue a.fr:hover {
	background-position: left;
}
#langue a.de:hover {
	background-position: left;
}

#langue a.it:hover {
	background-position: left;
}
#langue a.en:hover {
	background-position: left;
}

#langue a.es:hover {
	background-position: left;
}
#langue a.pt:hover {
	background-position: left;
}

#banniere {
	display: inline;
	float: left;
	height: 343px;
	width: 1082px;
	background-color: #FFF;
	margin-right: 11px;
	margin-left: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D6;
	margin-bottom: 15px;
}
#contenu {
	display: inline;
	width: 1107px;
	float: left;
	background-image: url(images/contenu.png);
	background-repeat: repeat-y;
	
}
#corps {
	min-height: 300px;
	display: block;
	float: left;
	width: 680px;
	color: #68686D;
	font-size: 12px;
	padding-top:0px;
	padding-right:30px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#corps hr {
	color: #D9D9D6;
	background-color: #D9D9D6;
	height: 1px;
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#news  a {
	text-decoration: none;
}

#corps a {
	color: #E33632;
	text-decoration: none;
}
#corps h1 {
	font-size: 30px;
	color: #E33632;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Cinzel', serif;
}
#corps h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E33632;
	margin-top: 7px;
	margin-bottom: 7px;
}
#corps p {
	margin-top: 7px;
	margin-bottom: 7px;
}
#haut {
	width: 1107px;
	display: inline;
	float: left;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 94px;
	text-align: left;
}

#recherche {
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 84px;          /* = hauteur de #nav pour centrage vertical */
	padding: 0 20px 0 0;
	text-align: right;
}

/* Bouton recherche desktop : loupe SVG brune, fond transparent.
   On supporte deux structures HTML :
   - <button type="submit"> (nouvelles pages gÃ©nÃ©rÃ©es) : SVG inline ou background
   - <input type="image"> (pages hÃ©ritÃ©es) : on masque le PNG via opacity:0
     et on dessine la loupe en pseudo-Ã©lÃ©ment sur le <form> */

/* Le form rempli toute la hauteur de #recherche pour que le
   pseudo-Ã©lÃ©ment loupe (top:50%) se centre sur 84px et pas seulement
   sur la hauteur de ses enfants. */
#recherche form {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	height: 100%;
	align-self: stretch;
	min-height: 40px;
}

/* Le bouton (input ou button) reste cliquable, taille fixe, transparent.
   !important pour neutraliser les styles globaux button { margin-top:12px } */
#recherche #bouton_rechercher,
#recherche button[type="submit"] {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	padding: 0;
	margin: 0 !important;
	border: 0;
	background: transparent;
	cursor: pointer;
	box-shadow: none !important;
	letter-spacing: normal;
	text-transform: none;
	font-size: inherit;
}
/* Cas <input type="image"> : on rend le PNG src invisible mais cliquable */
#recherche #bouton_rechercher[type="image"] {
	opacity: 0;
}
/* Cas <button> : on dessine la loupe SVG en background */
#recherche button#bouton_rechercher {
	background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23242428' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center / 22px 22px;
}
#recherche button#bouton_rechercher > svg {
	display: none;
}

/* Pseudo-Ã©lÃ©ment alignÃ© sur le centre vertical du bouton (lequel est
   lui-mÃªme centrÃ© par align-items dans le form en hauteur 100%) */
#recherche form:has(input[type="image"])::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23242428' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center / contain;
	pointer-events: none;
}
#recherche #search {
	width: 170px;
	height: 26px;
	font-size:1.2em;
	color:#242428;
	font-weight: 300;
	margin: 0 !important;
	max-width: none;
}


#nav {
	font-family: 'Cinzel', serif;
	width: 717px;
	display: inline;
	float: left;
	font-size: 14px;
	color: #242428;
	height: 84px;
	padding-left: 20px;
	text-align: left;
	padding-top: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	margin-bottom: 5px;
	display: inline;
}
#nav a  {
	text-decoration: none;
	color: #242428;
	font-size: 24px;
	display: inline;
	line-height: 60px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/puce_menu.png);
	background-repeat: no-repeat;
	background-position: left;
}

#nav a.menu_selected  {


}

#nav  a.menu_principal {
	background-image: none;
}

#nav  a:hover  {
	color: #E33632;
}
	
	
#sous_menus  {
	padding: 0px;
	list-style-type: none;
	width: 352px;
	display: block;
	float: left;
	font-family: 'Expletus Sans', cursive;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sous_menus li a {
	color: #68686D;
	background-repeat: repeat-x;
	width: 337px;
	font-size: 14px;
	min-height: 34px;
	float: left;
	margin-left: 15px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	box-sizing: border-box;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sous_menus li a .sous-menu-label {
	flex: 1;
	min-width: 0;
}
#sous_menus li a .sous-menu-count {
	flex: 0 0 auto;
	min-width: 26px;
	padding: 1px 7px;
	background: #F5F5F3;
	color: #242428;
	border-radius: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.4;
}
	
	
	
#sous_menus li a:hover {
	color: #E33632;
}
#sous_menus a.menu_selected {
	color: #E33632;
	font-weight: 600;
}
/* Titres des menus de la sidebar en majuscules. */
#sous_menus > li > a .sous-menu-label {
	text-transform: uppercase;
}
/* AccordÃ©on de la sidebar : sous-pages cachÃ©es par dÃ©faut, visibles si .open. */
#sous_menus .sidebar-sub {
	list-style: none;
	margin: 0 0 10px 30px;
	padding: 0;
	display: none;
}
#sous_menus li.open > .sidebar-sub {
	display: block;
}
#sous_menus .sidebar-sub li a {
	width: 307px;
	margin-left: 0;
	font-size: 13px;
	font-weight: 500;
	min-height: 28px;
	border-bottom: 1px dotted #D9D9D6;
}
/* Pictogramme +/- Ã  droite du titre. */
#sous_menus li.has-children > a .sidebar-caret {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	position: relative;
	margin-left: 6px;
}
#sous_menus li.has-children > a .sidebar-caret::before,
#sous_menus li.has-children > a .sidebar-caret::after {
	content: "";
	position: absolute;
	background: #E33632;
	transition: transform 0.2s ease;
}
#sous_menus li.has-children > a .sidebar-caret::before {
	top: 6px; left: 0;
	width: 14px; height: 2px;
}
#sous_menus li.has-children > a .sidebar-caret::after {
	top: 0; left: 6px;
	width: 2px; height: 14px;
}
#sous_menus li.has-children.open > a .sidebar-caret::after {
	transform: scaleY(0);
}
#sous_menus li.has-children > a { cursor: pointer; }

#sous_menu h3{
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #242428;
	margin-top: 20px;
	margin-left: 20px;
	width: 337px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	margin-bottom: -8px;
	padding-bottom: 10px;
	}


#pied {
	display: inline;
	width: 1080px;
	margin-right: 11px;
	margin-left: 16px;
	margin-top:50px;
	padding-top:15px;
	padding-bottom: 15px;
	float: left;
	clear: both;
	height: 30px;
	background-color: #F2F2F2;
}

#pied a {
	font-family: 'Cinzel', serif;
	text-decoration: none;
	font-size: 24px;
	color: #68686D;
	margin-top: 40px;
	text-align: right;
	margin-right: 40px;
	margin-left: 40px;
	}
#pied a:hover {
	color: #E33632;
}
#shop {
	display: inline;
	float: left;
	width: 100%;
}
#shop_box {
	display: inline;
	float: left;
	min-height: 300px;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
}
#shop #shop_box h1{
	margin: 5px;
	padding: 0px;
	line-height: 16px;
	font-size: 16px;
	font-family: 'Expletus Sans', cursive;
}
#shop .new_box2 {
	border: 2px solid #E33632;
}

.prix_demande{
	color:	#E33632;	
	font-weight: 600;
	}

a.new_box_img {
	position:relative;
	text-decoration: none;
	font-weight: bold;
}


a.new_box_img span {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 54px;
	min-height: 80px;
	height: 54px;

}


#shop #shop_box #image {
	text-align: center;
	display: inline;
	min-height: 200px;
	width: 160px;
	float: left;
}
	
	#shop #shop_box #text {
	
	text-align: center;
	display: inline;
	
	width: 160px;
	float: left;
}

#shop #shop_box p{
	margin: 5px;
	padding: 0px;
	line-height: 12px;
	font-size: 10px;
	font-family: 'Expletus Sans', cursive;
}

#shop a {
	font-size: 14px;
	color: #68686D;
	font-family: 'Expletus Sans', cursive;
}
#shop h1 {
	font-size: 16px;
	color: #242428;
	font-family: 'Expletus Sans', cursive;
}
#shop h1 span{
	color: #E33632;
}
#shop p {
	font-size: 12px;
}
#shop h2 {
	font-size: 12px;
	color: #E33632;
	line-height: 16px;
}
#shop .new {
	background-color: #E33632;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	color: #CCC;
	padding-bottom: 10px;
}
#shop .champ_nbr {
	width: 20px;
}
#shop_galerie {
	display: inline;
	float: left;
	width: 270px;
	padding-bottom: 20px;
}
#shop_galerie   a   img, #shop_detail a img {
	border: 1px solid #242428;
	
}
#shop .titre_chronometrophilia {
	font-size: 10px;
	font-weight: bold;
	color: #E33632;
}

#shop_detail {
	display: inline;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
#shop_article {
	display: inline;
	float: left;
	width: 290px;
	padding-bottom: 20px;
}
#shop_article h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#shop_article h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: 18px;
}

#shop_article  h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}

.barre {
	text-decoration: line-through;
	font-weight: normal;
}

#shop_commentaire {
	display: inline;
	float: left;
	width: 500px;
	margin-top: 30px;
}
#caddie {

	display: inline;
	float: right;
	width: 200px;
}
#caddie .champ_nbr_small {
	width: 12px;
}




a.info {
	position:relative;
	text-decoration: none;
	font-weight: bold;
}
a:hover.info {
  text-decoration: none; 
  background: none;
}
a.info span {display: none;}
a:hover.info span {
	display: inline;
	position: absolute;
	top: -10em;
	left: -30em;
	z-index: 100;
	min-width: 350px;
	min-height: 80px;
	background-color: rgb(213,213,213);
	border: 1px solid gray;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 4px;
}


.pagnination_selected {
	color: #F2F2F2;
	background-color: #E33632;
	display: block;
	float: left;
	height: 19px;
	font-size: 14px;
	margin-right: 5px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 5px;
	width: 25px;
}
.pagnination {
	display: block;
	float: left;
	height: 19px;
	background-color: #D9D9D6;
	font-size: 14px;
	margin-right: 5px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 5px;
	width: 25px;
}
	/* ============================================================
   FORMULAIRES â€” style moderne
   Palette du site : brun dorÃ© #E33632, rouge #E33632
   Ã€ coller dans le @media (min-width: 768px) existant
   ou en dehors si les formulaires doivent aussi en profiter
   sur smartphone.
   ============================================================ */

/* ----- Champs texte, email, mot de passe, nombre, select ----- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
select,
textarea {
	font-family: 'Expletus Sans', Verdana, sans-serif;
	font-size: 14px;
	color: #68686D;
	background-color: #FFFFFF;
	border: 1px solid #D9D9D6;
	border-radius: 6px;
	padding: 13px 16px;
	width: 100%;
	margin-bottom: 16px;
	max-width: 420px;
	box-sizing: border-box;
	outline: none;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}

textarea {
	min-height: 140px;
	resize: vertical;
	line-height: 1.5;
}

/* FlÃ¨che personnalisÃ©e pour les select */
select {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23827150' d='M1.4 0L6 4.6 10.6 0 12 1.4l-6 6-6-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
	cursor: pointer;
}

/* ----- Focus : halo dorÃ© dans la teinte du site ----- */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	border-color: #E33632;
	box-shadow: 0 0 0 3px rgba(130, 113, 80, 0.18);
}

/* ----- Placeholders ----- */
::placeholder {
	color: #68686D;
	opacity: 1;
}

/* ----- Labels ----- */
label {
	font-family: 'Expletus Sans', Verdana, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #E33632;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	margin-top: 20px;
	margin-bottom: 8px;
}

/* ----- Boutons ----- */
input[type="submit"],
input[type="button"],
button {
	font-family: 'Cinzel', serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: linear-gradient(180deg, #E33632 0%, #E33632 100%);
	border: none;
	border-radius: 6px;
	padding: 13px 34px;
	margin-top: 12px;
	margin-right: 10px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(130, 113, 80, 0.35);
	transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	background: #E33632;
	box-shadow: 0 4px 10px rgba(130, 113, 80, 0.45);
	transform: translateY(-1px);
}

input[type="submit"]:active,
input[type="button"]:active,
button:active {
	transform: translateY(0);
	box-shadow: 0 1px 3px rgba(130, 113, 80, 0.4);
}

/* Bouton secondaire (ex. class="bouton_secondaire") */
.bouton_secondaire {
	background: #FFFFFF;
	color: #E33632;
	border: 1px solid #E33632;
	box-shadow: none;
}
.bouton_secondaire:hover {
	background: #FFFFFF;
	color: #C92A26;
}

/* ----- Cases Ã  cocher et boutons radio ----- */
input[type="checkbox"],
input[type="radio"] {
	accent-color: #E33632;
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* ----- Lignes de formulaire ----- */
.form_ligne {
	margin-bottom: 28px;
}

/* ----- Messages d'erreur et de succÃ¨s ----- */
.form_erreur {
	font-size: 12px;
	color: #E33632;
	background-color: #F5F5F3;
	border-left: 3px solid #E33632;
	border-radius: 0 4px 4px 0;
	padding: 10px 14px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.form_succes {
	font-size: 12px;
	color: #4F6B3A;
	background-color: #EEF4E8;
	border-left: 3px solid #6F8F52;
	border-radius: 0 4px 4px 0;
	padding: 10px 14px;
	margin-top: 8px;
	margin-bottom: 16px;
}

/* Champ en erreur */
input.erreur,
select.erreur,
textarea.erreur {
	border-color: #E33632;
	box-shadow: 0 0 0 3px rgba(156, 6, 6, 0.12);
}

/* ----- Champ recherche de l'entÃªte : harmonisation ----- */
#recherche #search {
	border: 1px solid #D9D9D6;
	border-radius: 18px;
	padding: 4px 14px;
	margin: 0 !important;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
#recherche #search:focus {
	border-color: #E33632;
	box-shadow: 0 0 0 3px rgba(130, 113, 80, 0.18);
}

/* Livres SANS photo : carte unique (info en haut, actions en bas) */
.nophoto-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.nophoto-info p {
	font-size: 12px;
	color: #68686D;
	margin: 4px 0;
}
.nophoto-info p.nophoto-title {
	font-size: 14px;
	color: #242428;
	margin: 0 0 8px;
	font-family: Verdana, Arial, sans-serif;
}
.nophoto-info .nophoto-meta {
	font-size: 11px;
	color: #888;
}

/* Ligne d'actions : Voir plus Ã  gauche, prix + panier Ã  droite */
.nophoto-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 10px;
}
.nophoto-actions .voir-plus-btn {
	display: inline-block;
	padding: 8px 18px;
	background: #E33632;
	color: #fff !important;
	font-family: 'Cinzel', serif;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	white-space: nowrap;
	margin-right: auto;          /* pousse le bloc prix Ã  droite */
}
.nophoto-price {
	display: flex;
	align-items: center;
	gap: 10px;
}
.nophoto-price h2 {
	font-size: 16px;
	color: #242428;
	margin: 0;
}

/* Code club placÃ© entre le total et les boutons */
.caddie-code-club-label {
	margin-right: 8px;
	font-weight: normal;
	color: #242428;
}
#code_club {
	width: 320px;
	max-width: 100%;
	box-sizing: border-box;
}

/* Ligne d'actions caddie : "Mettre Ã  jour" Ã  gauche, "Acheter" Ã  droite */
.caddie-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 12px 0;
	flex-wrap: wrap;
}
.caddie-actions .btn-update {
	margin-right: auto;
}
.caddie-actions .btn-acheter {
	margin-left: auto;
}

/* Titre shop : version desktop = range "Livres 1-52 / 83" */
#shop .shop-titre-desktop { display: inline; }
#shop .shop-titre-mobile  { display: none; }

/* Page catÃ©gories â€” desktop : compteur de livres alignÃ© Ã  droite */
#page-categories .categorie-liste a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
#page-categories .categorie-liste .cat-label {
	flex: 1;
}
#page-categories .categorie-liste .cat-count {
	flex: 0 0 auto;
	min-width: 28px;
	padding: 2px 8px;
	background: #F5F5F3;
	color: #E33632;
	border-radius: 12px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

/* Bouton supprimer ligne caddie â€” desktop : icÃ´ne corbeille SVG */
.caddie-delete-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #E33632;
	text-decoration: none;
	padding: 12px 4px 4px 4px;
	border-radius: 4px;
	transition: background-color 0.15s ease;
}
.caddie-delete-btn:hover {
	color: #C92A26;
	background-color: #F5F5F3;
}

/* Bouton ajouter au panier â€” desktop : icÃ´ne SVG, fond transparent au repos,
   anthracite plein au survol avec icÃ´ne blanche. */
.ajouter-caddie-btn {
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0 !important;
	border: 0;
	background: transparent;
	color: #242428;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	letter-spacing: normal;
	text-transform: none;
	border-radius: 4px;
}
.ajouter-caddie-btn:hover {
	background-color: #242428;
	color: #FFFFFF;
}
.ajouter-caddie-btn svg {
	width: 24px;
	height: 24px;
}
.shop-add-form {
	margin: 0;
}

/* â”€â”€â”€â”€â”€ Liste des livres responsive : 2 colonnes tablette â”€â”€â”€â”€â”€
   Le PHP gÃ©nÃ¨re une <table> Ã  4 colonnes ; on remplace le layout
   table par un flex-wrap pour avoir un nombre de colonnes variable. */
#shop > table {
	display: block;
	width: 100%;
	border: 0;
}
#shop > table tbody {
	display: block;
}
#shop > table tr {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 20px;
}
#shop > table td {
	display: block;
	flex: 0 0 calc(50% - 9px);  /* tablette : 2 colonnes */
	max-width: calc(50% - 9px);
	padding: 0;
	vertical-align: top;
}
#shop > table td[colspan] {
	flex: 0 0 100%;
	max-width: 100%;
}
#shop_box {
	width: 100%;
	min-height: 0;
	margin: 0;
}
#shop_box #image,
#shop_box #text {
	width: 100%;
}

} /* fin @media min-width: 768px */

/* â”€â”€â”€â”€â”€ Desktop : 4 colonnes â”€â”€â”€â”€â”€ */
@media only screen and (min-width: 1024px) {
	#shop > table td {
		flex: 0 0 calc(25% - 13.5px);
		max-width: calc(25% - 13.5px);
	}
}