
/*
Charte graphique Théâtre du Passage
  polices : Georgia/Times/serif, Arial/sans-serif
  couleurs: rouge ocre #8c3523, gris #99998d,

  taille texte : 13px
  fonds : gris foncé #646660, gris clair #eff0e9
  nouveau fond : blanc #fff voire dégradé, donc transparent (pourrait marcher partout à vrai dire)
  logo: bleu-gris #2F4F69, rouge ocre #8F462F

  nouveau logo : rouge ocre #b23b16, bleu-gris #265976
  rouge ocre titres #a41c12
 */

body {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	/*color: #99998d;*/
	color: #646660;
	background-color: transparent;
	margin-bottom: 0;
}

body.mrp::after {
   content: "";
   width: 100%;
   height: 20rem;
   background-color: #000;
   background-image: url(/TheatreDuPassage/img/shape-footer.svg), linear-gradient(to bottom, #fff 58px, #000 58px);
   background-repeat: no-repeat;
   background-position: top center;
}

#moteur_wrap {
   margin: 2rem 5vw;
}

#div_moteur_droite, #div_moteur_gauche, #div_moteur_resultat, #div_moteur_spo {
	background-color: transparent;
}

#div_moteur_gauche {
   padding: 0;
}

.fiche__titre {
	color: #b23b16;
	font-weight: normal;
}

#div_moteur_copyright {
	font-style: normal;
}

/* <Barre refermable saison/résultats> */

.bouton_resultat {
	font-size: 17px;
	height: 1.7em;
	position: relative;
	margin: 0;
	background-image: none;
}

.bouton_resultat::after {
    width: 1.7em;
    height: 1.7em;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    content: "";
    background-color: #b23b16;
    background-image: url("../img/up.svgz");
    font-weight: bold;
    line-height: 1.7em;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.closed .bouton_resultat::after {
   background-image: url("../img/down.svgz");
}

.documentsV4 {
	background-color: transparent;
}

#moteur_wrap {
	padding: 0;
}

#div_titre_boitier {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	margin-left: 10px;
}

#div_titre_saisons, #div_moteur_boitier {
   padding: 1em;
   background: linear-gradient(to bottom, #ededed, #fff 80%) transparent;
   border-radius: .25em;
}

#div_moteur_titre_resultat {
	background-color: #646660;
	font-size: 17px;
	height: 1.7em;
	box-sizing: border-box;
}

.reduire #div_moteur_titre_resultat {
	padding-left: 2.2em;
}

/* </Barre refermable saison/résultats> */

/* <Accueil> */

#div_accueil {
	padding: 10px;
}

#div_accueil h1 {
	margin-top: 0;
	color: #b23b16;
}
/* </Accueil> */

.mrp-titre {
   font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
	font-size: 3rem;
	margin: 0;
	padding: 10px;
}

.mrp-titre a {
	font-weight: normal;
	font-style: normal;
	color: #000;
}

.mrp-titre a:hover {
   background: none;
   text-decoration: underline;
}

.search-nav {
	display: inline;
	color: white;
}

.c_Spectacle {
	color: #b23b16;
}

.texte_boitier {
   color: #204a63; // #265976 en plus foncé
}

.onglets__onglet--on, .onglets__onglet--on:hover, .onglets__onglet--seul {
   background-color: #b23b16;
}

a:hover, .onglets__onglet:hover {
   background-color: #265976;
}

#ouvrirBoitier {
   color: #b23b16;
}
