/*
Theme Name: LOCO
Theme URI: http://sdc-conseil.com
Author: the sdc team
Author URI: http://sdc-conseil.com
Description: theme pour LOCO
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: OK Eleveurs
Text Domain: LOCO

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Ensemble de la page */
body	{
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}
#page	{
	width: 800px;
	padding-top: 20px;
	margin: auto;
}

/* TRAITEMENT DES LIENS */
/* général */
a	{
	text-decoration: none;
	color:#c69; /* MLP 11 dec 2023 */
}
a:hover	{
	text-decoration: underline;
}
/* panier et réseaux sociaux et pied de page */
header a, footer a	{
	color: black;
}
/* menu */
.navigation a	{
	color: black;
	text-decoration: none;
}
.navigation li li a:hover	{
	text-decoration: underline;
}

/* Liens texte : rouge et avec un chevron devant */
a.lienLivre, #complements .lienCat a, a.spip_out	{
	color: #c69;	
}
a.lienLivre:before, #complements .lienCat a:before, a.spip_out:before 	{
	content: "\003E";
	padding-right: 0.5em;
}

/* BANDEAU */
#bannieresdc{ /* MLP 2020 */
position:fixed;
top:0; /* A REMETTRE LORS DE LA MISE EN PROD */
background-color:#fff; 
z-index:100;
width:800px;
}
#content{ /* MLP 2020 */
margin-top: 10em;
/*position: relative; */
}
header	{
	position: relative;
	text-align: center;
}
header h1	{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0.3em 0;
	margin: 1em 0 0 0;
	font-weight: bold;
	letter-spacing: 0.15em;
	}
header h1 span	{
	font-weight: normal;
}
form.voirlepanier, ul#outils	{
	position: absolute;
	top: 0;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}
form.voirlepanier	{
	right: 80px;
}
ul#outils	{
	right: 0;
}
ul#outils li	{
    float: left;
    list-style: none; /* pour enlever les puces sur IE7 */
	width: auto;
	padding: 0 5px;
	margin: 0;
    border-right: 1px solid black;
}
ul#outils li:last-child	{
	border: none;
}
#formulaire_menu_lang	{
	width: 155px;
	position: absolute;
	right: 0;
	top: 30px;
}
#formulaire_menu_lang.formulaire_spip label	{
	font-weight: normal;
}

/* MENUS */
nav	{
	text-transform: uppercase;
}
nav ul, nav li	{
	padding: 0;
	margin: 0;
}
ul.navigation	{
    border-bottom: 1px solid black;
	height: 1.25em;
	letter-spacing: 0.15em;
	padding: 0.25em 0;
}
.navigation li	{
    float: left;
    list-style: none; /* pour enlever les puces sur IE7 */
    width: 158px;
    border-right: 1px solid black;
	padding: 0;
    text-align: center;
    position: relative;
}
.navigation li:last-child	{
	border: none;
}
.navigation li.open, .navigation li:hover, .navigation li.courant	{
	background-color: #f3f;
}
.navigation li ul	{
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0;
	width:158px;
	background-image: url(pictos/basSousMenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 70px 0;
	z-index: 10;
}
.navigation li li	{
	display: list-item;
	float: none;
	border: none;
	position: static;
	height: auto;
	font-size: 0.8125em;
    text-align: center;
	padding: 5px 0;
	margin: 0;
	background-color: #f6f;
}
.navigation li li:hover	{
	background-color: #f6f;
}
/* Fil d'Ariane */
nav #filAriane, nav #filAriane a	{
	color: #c69;	
}
nav #filAriane	{
	clear: both;
	text-transform: none;
}
nav #filAriane ul	{
	padding: 0.5em 0 0 0;
	font-size: 0.75em;
}
nav #filAriane ul:before 	{
	content: "\003E";
}
nav #filAriane li	{
    display: inline;
    list-style: none; /* pour enlever les puces sur IE7 */
	width: auto;
	padding: 0 5px;
	margin: 0;
    border-right: 1px solid;
}
nav #filAriane li:last-child	{
	border: none;
}
#central hr{
clear: both;
  height: 0;
  border-top: hidden;
  border-right: hidden;
  border-bottom: 3px black dotted;
  border-left: hidden;
  height:0.5rem;
 
  }
/* MLP Sept 2023 ORMULAIRE RECHERCHE */
.search-form	{
/* position: absolute;
right: 0;
bottom: 3em; 
border:1px solid #c69;
padding: 0.6em;*/
float:right;
}
.search-field	{
border:1px solid #000;
}
.choixType{
text-align: left;
}
.search-result-count{
margin-bottom:1em;
}

/* PIED DE PAGE */
footer	{
	text-align: center;
	clear: both;
	padding-top: 3em;
}
footer ul#reprisemenu	{
	margin: 0;
	padding: 0.7em 0;
	text-transform: uppercase;
	border-top: 1px solid black;
	font-size: 0.75em;
}
footer ul#reprisemenu li	{
    display: inline;
    list-style: none; /* pour enlever les puces sur IE7 */
	padding: 0 20px;
	margin: 0;
    border-right: 1px solid black;
}
footer ul#reprisemenu li:last-child	{
	border: none;
}
footer ul#pagesprincipales	{
	text-transform: uppercase;
	/* font-size: 0.875em; avril 2024 police reduite pour cookies dans le footer */
	font-size: 0.75em;
	border-top: 1px solid black;
	margin: 0;
	padding: 0.7em 0;
}
footer ul#pagesprincipales li	{
    display: inline;
    list-style: none; /* pour enlever les puces sur IE7 */
	padding: 0 25px;
	margin: 0;
    border-right: 1px solid black;
}
footer ul#pagesprincipales li:last-child	{
	border: none;
}
img#logopied	{
	margin: 0;
	padding: 0;
	border: 0;
}
.showtempl{
	position: absolute;
	color:#800000;
	z-index: 1000;
}
/* CONTENU CENTRAL */
/* placement des colonnes */
#central	{ /* contenu principal */
	/* width: 67.5%; */ /* MLP sept 2023 */
	font-size: 0.75em;
}
#complements	{	/* autre colonne : catalogue ou menu */
	font-size: 0.75em;
}
.page_sommaire #central, .libraires #central, .equipe #central, .article #central, .newsletter #central	{
	float: left;
}
.page_sommaire #complements, .libraires #complements, .equipe #complements, .article #complements, .newsletter #complements	{	/* extrait du catalogue */
	width: 28.75%;
	float: right;
}
.catalogue #central, .auteurs #central	{
	/* float: right; */ /* MLP sept 2023 */
}
.catalogue #complements, .auteurs #complements	{	/* menu local */
	width: 25%;
	float: left;
}

#content header 	{	/* repère des blocs (surtitre) */
	clear: both;
	border-bottom: 1px solid black;
	padding:  0;
	margin: 0 0 2em 0;
	text-align: left;
}
#content header span	{
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.3334em;
	font-weight: normal;
	/*color: #FFF; */
	/*background-color: #000;*/
	color: #000;
	padding: 0.1em 0.6em 0.1em 0.3em;
	margin: 1em 0 0 0;
}
.bloc	{
	clear: both;
}
.bloc .description	{
	display: none;
}
.auteurs .bloc.biographie	{
	border-top: 1px solid black;
	margin-top: 3.2em;
	padding-top: 3.5em;
}
.biographie img {
  /*  border-radius: 50%; */
    max-width: 12rem; 
    height: auto; /* MLP janvier 2024 */
}
.auteurs hr	{
	clear: both;
	height:0;
	border-top: hidden;
	border-right: hidden;
	border-bottom: 3px black dotted;
	border-left: hidden;
}
.page_sommaire #central  hr	{
	clear: both;
	height: 3em;
	border-top: hidden;
	border-right: hidden;
	border-bottom: 3px black dotted;
	border-left: hidden;
	margin-bottom: 1em;
}
img.couvLivre	{
	float: left;
}
.detail	{
	float: right;
	width: 57%;
	margin-right:5rem; /* MLP 11 oct */
}
p.dateEvenement, p.duree, p.style	{
	margin: 0;
	padding: 0;
	font-size: 1.1666em;
	color: #f0f;
}
p.style	{
	text-transform: uppercase;
}
h5	{	/* sous-titre */
	margin: 0;
	padding: 0 0 0.5em 0;
	text-transform: uppercase;
	font-size: 1.1666em;
	font-weight: normal;
}
h2	{	/* titre */
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.6666em;
	font-weight: normal;
}
h4	{	/* chapô */
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.1666em;
	font-weight: normal;
}
p	{
	margin: 1.25em 0;
}
.detail p:first-child	{
	margin-top: 0;
}
.texteLong	{
	position: relative;
}
.description	{
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	border: 1px black solid;
	padding: 0.5em;
	z-index: 10;
}
.descLivre h2, p.descLivre	{ /* reprise du titre */
	display: list-item;
	list-style-position: inside;
	color: #f0f;
	margin: 0;
	padding: 0;
}
.descLivre h2	{ /* reprise du titre */
	text-transform: none;
	font-size: 1em;
	font-weight: bold;
}
.descLivre h2 span, p.descLivre span	{ 
	color: #000;
}
.descLivre p	{
	margin: 0;
}
ul.plusLivre	{
	width: auto;
	padding: 1em 0 0 0;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
ul.plusLivre li	{
    float: left;
    list-style: none; /* pour enlever les puces sur IE7 */
	width: auto;
	padding: 0 5px 0 0;
	margin: 0;
}


.catalogue #content #central header span, .auteurs #content #central header span, #content #central .kit header span	{
	color: #000;
	background-color: #fff;
}
.citation	{
	font-size: 2em;
	line-height: 1em;
	font-style: italic;
	color: #f6f;
	border-top: 1px black solid;
	padding-top: 1em;
}
.citation span	{
	font-size: 0.5833333em;
	font-style: normal;
}
.blocpresentation	{
	margin-bottom:20rem;
	/* border:1px solid #800000; */
}
.blocimages	{
	margin-top:3%;
	/* border:1px solid #800000; */
}
.untiers	{
	width: 30%;
	padding-right: 3%;
	float: left;
}
.untiers p	{
	font-size: 1.1666em;
}
.kit ul	{
	font-size: 1.1666em;
	text-transform: uppercase;
	color: #f0c;
	position: relative;
	padding: 0 0 0 1em;
	margin: 0;
}
.kit ul a	{
	color: black;
}
.kit ul a:hover, .kit ul li.open li a:hover	{
	color: #f0c;
	text-decoration : none;
}
.kit ul li.open a	{
	color: #f0c;
}
.kit ul li.open li a	{
	color: black;
}
.kit ul ul	{
	display: none;
	font-size: 1.1666em;
	text-transform: none;
	position: absolute;
	left: 70%;
	top: 0;
	list-style: disc;
}
.ville	{
	color: #f0c;
}
.liste p	{
	margin-top: 0;
}
.liste a.spip_out	{
	color: #000;
}
/* home */
#complements .livreCat h2	{
	font-size: 1.1666em;
}
#complements .livreCat h4	{
	font-size: 1.1666em;
	text-transform: none;
}
#complements .livreCat p	{
	margin-bottom: 0;
}
#complements .livreCat hr	{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px black dotted;
	clear: both;
	padding-bottom: 0.75em;
}
form.ajoutaupanier label	{ /* MLP sept 2023 */
	display: block;
}
form.ajoutaupanier	{
	clear: both;
	padding-top: 1em;
}
form.ajoutaupanier select.choixDest	{
	float: left;
	margin: 0.5em 0.5em 1em 0;
	border: 1px solid black;
}
form.ajoutaupanier input.ajoutPanier	{
	float: left;
}
p.lienCat	{
	text-transform: uppercase;
}

/* catalogue et auteurs */
.catalogue #complements ul, .auteurs #complements ul	{
	font-size: 1.166em;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
}
.catalogue #complements ul a:hover, .auteurs #complements ul a:hover	{
	text-decoration:none;
}
.catalogue #complements ul ul, .auteurs #complements ul ul	{
	font-size: 1em;
}
.catalogue #complements ul a, .auteurs #complements ul a	{
	color: #000;
}
.catalogue #complements ul ul a, .auteurs #complements ul ul a	{
	color: #666;
}
.catalogue #complements ul ul a:hover, .auteurs #complements ul ul a:hover	{
	color: #000;
}
.catalogue #complements ul ul li, .auteurs #complements ul ul li	{
		padding-left: 1.85em;
}
.catalogue #complements ul ul li:hover, .catalogue #complements ul ul li.on, .auteurs #complements ul ul li:hover, .auteurs #complements ul ul li.on	{
	background-color: #f3f;
	color:#000;
	font-weight: normal;
}
.catalogue .on em, .auteurs .on em	{
	font-style: normal;
}

/* présentation de loco */
.equipe .bloc.collabo	{
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px; 
} 
.equipe .bloc.collabo h3.spip, .newsletter h3.spip	{
	text-transform: uppercase;
	font-size: 1.1666em;
	font-weight: normal;
	color:#f0c;
	text-align: left;
	margin: 0;
}
.equipe .bloc.collabo p	{
	margin-top:0;
}

/* la diffusion, les libraires et la toile de loco */
.article11 .bloc, .article12 .bloc, .article13 .bloc	{
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px; 
	border-top: 3px black dotted;
	padding-top: 3em;
	margin-top:3em;
} 
.article .bloc h3.spip, .article .bloc h3	{
	text-transform: uppercase;
	font-size: 1.1666em;
	font-weight: normal;
	color:#f0c;
	text-align: left;
	margin: 0;
}
.vieloco .bloc	{
	border-bottom: 1px solid black;
	padding: 1em 0;
}
.article11 .bloc p, .article12 .bloc p, .article13 .bloc p	{
	margin-top:0;
	text-transform: uppercase;
}
/* Liens pas de chevron */
.article11 a.spip_out, .article12 a.spip_out, .article13 a.spip_out, .newsletter .bloc a	{
	color: #000;	
}
.article11 a.spip_out:before, .article12 a.spip_out:before, .article13 a.spip_out:before 	{
	content: none;
	padding-right: 0;
}
.article11 .bloc p a, .article12 .bloc p a, .article13 .bloc p a	{
	text-transform: none;
}
    /* slider */
  .home-slider{
    padding: 1rem;
    /*border:1px solid #CCC;*/
}

.carousel-cell {
    width: 100%;
}
.carousel-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
     margin-right: 1000px;
}
.carousel-cell img {
    max-width: 100%;
    height: 30rem;
}
.carousel-cell figcaption {
    font-size: 1.8rem;
    font-weight: 400;
}
.flickity-page-dots{
 /*display: table;
    position: relative;
    bottom: 32rem;
    text-align: right;
    width: 100%;
    margin: 0 auto; */
  /*  border:1px solid #CCC; */
 /* top:0;
  left:28em;*/
}
.flickity-page-dots .dot {
 	display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  } 
