
body {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

.inclure_blocs {
    border: dotted 2px !important;
}

.inclure_blocs:hover {
    border: solid #FF9800 !important;
}

body {

	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(121,39,9,1) 52%, rgba(168,28,0,1) 100%);

    /*
    background: url(/squelettes/background.jpg) no-repeat center;
    background-size: cover;
    backdrop-filter: blur(3px);
		backdrop-filter & sticky => bug!
    */

	background-attachment: fixed;

    text-align: center;
    line-height: 0;
}

.page {
    background: white;
    max-width: 1200px;
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 71%);
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 71%);
}

body > * {
    line-height: 1.5;
}


@font-face {
	font-family: 'EBG';
	src: url('../fonts/EBG/EBGaramond12-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Junicode';
	src: url('../fonts/junicode/Junicode.ttf');
	font-weight: normal;
	font-style: normal;
}


* {
    font-family: junicode;
	scroll-behavior: smooth;
}

a[rel="start home"] {
    display: block;
    text-align: center;
}

a[rel="start home"] img {
    height: auto;
    width: 70vw;
    max-width: 600px;
    margin-top: 12px;
    margin-bottom: 24px;
}

div#slogan_site_spip {
    font-family: 'Junicode';
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #d90f00;
    text-align: center;
    margin-bottom: 12px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'EBG';
	text-transform: uppercase;
	font-weight: bold;
}

a {
    color: coral;

}


button {
    padding: 5px;
    border: solid 3px;
}

.button, .pagination .current {
    color: white;
    background-color: #d90f00;
}

.button:hover, .button:focus {
    color: white;
    background-color: #ac0c00;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border: solid 3px #ccc;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: 3px solid #d90f00;
}

nav#racine-top-bar {
    font-weight: bold;
    text-transform: uppercase;
}

nav#racine-top-bar * {
    font-family: 'Junicode';
    letter-spacing: 0.07em;
}

nav#racine-top-bar li.show-is-sticky {
	padding: 25px;
    padding-bottom: 0;
    padding-top: 8px;
}

nav#racine-top-bar img.spip_logo {
    width: 130px;
}

#racine-top-bar.is-stuck {
    border-bottom: 4px solid #d90f00;

}

.top-bar .menu .active > a, .top-bar .menu li> a:hover {
    color: darkgreen;
    background: transparent;
    border-color: inherit;
}

.top-bar {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.top-bar .menu a {
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: transparent;/home/flav/Documents/
	height: 50px;
    line-height: 25px;
}

.top-bar.is-stuck .menu a {
    border-bottom: none;
}

/* breadcrumb */

.breadcrumbs li, .breadcrumbs a {
	color: black;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
}

.breadcrumbs a {
	color: #d90f00;
}

.breadcrumbs li:not(:last-child)::after {
    content: '>';
    font-weight: bold;
    font-size: 15px;
}


section#content {
    text-align: justify;
}

.nav-sommaire {
    margin-left: 0;
	border: none;
	border-left: solid 3px #6a0014;
	padding-left: 5px;
}


.nav-sommaire ul {
    margin-left: 0;
    list-style: none;
    padding: 5px;
}

.nav-sommaire ul a {
    color: #6a0014;
    font-weight: bold;
}

.nav-sommaire ul a:focus, .nav-sommaire ul a:hover {
    color: cadetblue;
}

.meta-publi {
	/* float: right; */
    text-align: right;
    position: absolute;
    right: 0;
    font-size: 0.9em;
    font-weight: bold;
}

.page_rubrique .meta-publi {
	/* float: right; */
    text-align: right;
    position: absolute;
    right: 0;
    font-size: 0.9em;
    border-left: solid 3px;
    padding-left: 7px;
}

#article-short-internal-nav > * {
    display: block;
    text-align: left;
    border: none;
    padding: 3px;
    text-decoration: dotted;
    line-height: 23px;
    cursor: pointer;
    color: black;
}

#article-short-internal-nav > *:hover {
    color: #1779ba;    
}

nav#internal {
	display: none;
}

html.page_article nav#internal {
    position: fixed;
    bottom: 0;
    background: rgba(255, 127, 80, 0.85);
    padding: 3px;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

nav#internal > a, nav#internal > button {
    border: solid 3px;
    color: black;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

/* speech */

.tts-reading {
    background-color: hsl(60deg 100% 50% / 40%);
}

.no-js [data-speech-play], .no-js [data-speech-pause], .no-js [data-speech-stop] {
    display: none;
}


ul.external-sites {
    display: block;
}

ul.external-sites li {
    display: block;
    text-align: left;
}

footer#footer {
    background-color: transparent;
    border-top: 4px solid #d90f00;
    /* border-bottom: 4px solid #d90f00; */
    font-family: 'Junicode';
    letter-spacing: 0.07em;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;
}



@media print, screen and (min-width: 40em) {
	ul.external-sites {
		column-count: 2;
		column-gap: 100px;
    }
}

@media print, screen and (min-width: 64em) {
	ul.external-sites {
		column-count: 4;
    }
	h1, .h1 {
		font-size: 3rem; }
	h2, .h2 {
		font-size: 1.6rem; }
	h3, .h3 {
		font-size: 1.5rem; }
	h4, .h4 {
		font-size: 1.4rem; }
	h5, .h5 {
		font-size: 1.25rem; }
	h6, .h6 {
		font-size: 1rem; } }
}

@media (prefers-color-scheme: dark) {

	body, .callout {
		background: black;
		color: white;
	}

	body, a, .callout, .breadcrumbss li, ul.pagination li a, button {
		color: white;
	}

	.top-bar, .top-bar ul {
		background: #252525;
	}

}

ul.pagination a, .pagination button, ul.pagination .current {
    padding: 0.5rem;
    font-size: 2rem;
}

a.pagination_ancre {
    display: none;
}

.text-center {
    text-align: center;
    text-indent: inherit;
}
.content-principal header {
    position: relative;
    font-size: 1.3em;
}
.callout {
    font-weight: bold;
    font-size: 1.3rem;
    border: 3px solid rgba(10, 10, 10, 0.25);
    border: none;
    padding: 1rem 0 0;
}


#formulaire_menu_lang {
	display: none;
}

.spip_logos {
	float: none;
    height: 100%;
    width: auto;
}

.cartouche-content>h2, .cartouche-content>.soustitre {
	max-width: 50vw;
	margin-top: 0;
}


@media (max-width: 850px){
	img.thumbnail.spip_logos {
		display: none;
	}
	
}



.cartouche {
    display: flex;

    padding-bottom: 2em;
}

.titre, .soustitre {
    text-align: left;
}

.mots-clefs {
    float: right;
}

.mots-clefs ul {
    display: block;
    text-align: right;
}

#end-of-file {
	text-align: center;
}

#end-of-file a {
    color: black;
}

.soustitre {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	display: block;
	color: crimson;
}

.article-intro {
    font-style: italic;
    font-weight: normal;
}

sup>a {
    padding-left: 3px;
    color: crimson;
    font-family: serif;
    font-weight: bold;
}


.content-principal header {
    position: relative;
    font-size: 1.3em;
}

summary {
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #dadada;
    text-align: center;
    cursor: pointer;
}

.nav-sommaire > br.autobr:first-child {
    display: none;
}

.content-principal > section, .rubriques > .menu.vertical {
    font-size: 1.3em;
}

.content-principal .cartouche .thumbnail {
	margin-top: 10px;
}

.content-principal .meta-publi {
    position: relative;
}

nav.rubriques {
	font-weight: bold;
    border-left: solid 3px #6a0014;
    padding-left: 24px;
    display: inline-block;
    margin-bottom: 64px;

}

nav.rubriques a {
    color: #6a0014;
}

.page_rubrique section#content {
    width: 100%;
}

.page_rubrique aside#colonne_1 {
    float: right;
    position: absolute;
    right: 0;
}

.page_rubrique section#container, .page_definition section#container {
    position: relative;
}

.page_definition .info-publi {
    position: absolute;
    right: 24px;
}

.page_rubrique h1 {
    margin-top: 70px;
}

.page_dictionnaire section#content, .page_definition section#content {
    font-size: 1.3em;
}

dl>dt>a {
    font-size: 3em;
    color: crimson;
}

.page_definition h1 {
	color: crimson;
}
