/*classiques.org STYLE SHEET*/


/*a : font-faces*/

/*website title = `source cp title`*/
@font-face
{
	font-family: "source cp title";
	src: url("fonts/SourceCodePro-Black.ttf") format('truetype');
	font-style: normal;
	font-variant: normal;
	font-display:swap;
}
@font-face
{
	font-family: 'source cp title';
	src: url("fonts/SourceCodePro-BlackItalic.ttf") format('truetype');
	font-style: italic;
	font-variant: normal;
	font-display:swap;
}

/*h1 = `source serif headline`*/
@font-face
{
	font-family: "source serif headline";
	src: url("fonts/SourceSerif4_48pt-Regular.ttf") format('truetype');
	font-style: normal;
	font-variant: normal;
	font-display:swap;
}
@font-face
{
	font-family: 'source serif headline';
	src: url("fonts/SourceSerif4_48pt-Italic.ttf") format('truetype');
	font-style: italic;
	font-variant: normal;
	font-display:swap;
}

/*tag = `source cp tag`*/
@font-face
{
	font-family: 'source cp tag';
	src: url("fonts/SourceCodePro-SemiBoldItalic.ttf") format('truetype');
	font-style: normal;
	font-variant: normal;
	font-display:swap;
}
@font-face
{
	font-family: 'source cp tag';
	src: url("fonts/SourceCodePro-SemiBold.ttf") format('truetype');
	font-style: italic;
	font-variant: normal;
	font-display:swap;
}

/*p = `source serif body`*/
@font-face
{
	font-family: 'source serif body';
	src: url("fonts/SourceSerif4_18pt-Regular.ttf") format('truetype');
	font-style: normal;
	font-variant: normal;
	font-display:swap;
}
@font-face
{
	font-family: 'source serif body';
	src: url("fonts/SourceSerif4_18pt-Italic.ttf") format('truetype');
	font-style: italic;
	font-variant: normal;
	font-display:swap;
}



/*b : styles*/


body
{
	color:white;
	background:black;
	/*text-align: center;*/
	display:block;
	/*max-width: 600px;
	margin-right: auto;
	margin-left: auto;*/

	color: black;
	background: #eae1f3;
	margin: 0;
	padding: 0;
}
a
{
	color: #212800;
/*	color: #212800;*/
	text-decoration: none;
}

/*a:hover
{text-decoration: underline black 3pt;}*/

#head p a, #body article p a
{
	/*ajout du 12:29 14/05/2026 :	*/
	box-shadow: 1pt 1pt #212800;
  	padding-right: 1pt;
}
#head p a:hover, #body article p a:hover
{
/*	text-decoration: underline black 3pt;*/
/*	background: gray;*/
	box-shadow: 4pt 4pt #212800;
}

img {
  width: 100%;
  border: none;
  vertical-align: middle;
/*  background-color: #999;*/
  color: gray;
}
article figure
{
	margin-left: 0;
	margin-right: 0;
}


#head
{
	font-family: "source serif body", "Times New Roman", serif;
	letter-spacing: 0.1rem;
	background: rgba(255,255,255,0.3);
/*	margin: 12pt;*/padding: 12pt;
}

#head h1, #head h5
{
	font-family: "source cp title", "Consolas", monospace;
	margin-top: 0;
	margin-bottom: 36pt;
/*	margin-bottom: 30pt;*/
/*	font-size: 36pt;*/
	width: 100%;
	overflow-wrap: break-word;
	font-size: 45pt;
	letter-spacing: 8pt;
	line-height: 36pt;
	font-weight: normal;
}

#head .devise
{
	font-family: "source serif headline", "Times New Roman", serif;
	font-style: italic;
	font-size: 20pt;
	line-height: 22pt;
	margin-bottom: 0;
	margin-top: auto;
}

#head .head-titles
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



#body
{
/*	margin: 12pt;*/
	font-family: "source serif body", "Times New Roman", serif;
/*	font-family:"Consolas", consolas, monospace;*/
	font-size: 12pt;
	line-height: 14pt;
	/*letter-spacing: -0.03rem;*/
}
#body > div
{
	margin: 12pt;
}

#body h2
{
	font-family: "source cp tag", "Consolas", monospace;
/*	font-family: "source serif headline", "Times New Roman", serif;*/
	font-size: 20pt;
	line-height: 22pt;
	text-align: center;
	width: 100%;
	overflow-wrap: break-word;
	hyphens: auto;
}


pre, .textkonsole p
{
	white-space: pre-wrap;
	font-family:"Consolas", consolas, monospace;
}

article
{
	padding: 12pt;
	margin: 0;
	margin-bottom: 12pt;
	background: rgba(255,255,255,0.3);

	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

article h1
{
	font-family: "source serif headline", "Times New Roman", serif;
	margin-bottom: 30pt;
	font-size: 40pt;
	line-height: 44pt;
	/*font-size: 28pt;
	line-height: 30pt;*/
	font-weight: normal;
	width: 100%;
	overflow-wrap: break-word;
	hyphens: auto;
}
article h2, #body article h2
{
	font-family: "source cp title", "Consolas", monospace;
	margin-bottom: 20pt;
	font-size: 20pt;
	line-height: 20pt;
	font-weight: normal;
}
article h4, #body h4
{
	font-family: "source serif body", "Times New Roman", serif;
	margin-bottom: 20pt;
	font-size: 20pt;
	line-height: 20pt;
	font-weight: normal;
}
p
{
	margin: 0;
	padding: 0;
}
sub, sup {
	font-size: 65%;
	font-weight: 600;
	line-height: 0;
}

article p
{
/*	font-family: Times, serif;
	font-size: 16pt;
	line-height: 22pt;
	text-indent:16pt;
	margin-bottom:22pt;
	font-family: Times, serif;*/
	font-family: "source serif body", "Times New Roman", serif;
	font-size: 17pt;
	line-height: 27pt;
	text-indent: 17pt;
	margin-bottom: 27pt;
}

article p.subtitle
{
	margin-bottom: 28pt;
	color: #212800;
	font-size: 18pt;
	line-height: 20pt;
	text-indent: 0;
}

article p.abstract
{
	margin-bottom: 27pt;
	font-family: "source cp tag", "Consolas", monospace;
/*	font-style: italic;*/
/*	font-weight: bold;*/
	font-size: 18pt;
	line-height: 24pt;
	text-indent: 0;
}


.grid-elem-content
{
	display: flex;
}
.grid-elem-content figure
{
	margin-right: 10pt;
	/*width: 50%;*/
}
/*.grid-elem-segcontent
{
	width: 50%;
}*/
.grid-elem-content>*
{
	width: 50%;
}


hr
{
	border: none;
	overflow: visible;
    text-align: center;
    height: 14pt;
    margin-top: 14pt;
}
hr:after
{
	content: '*';
	position: relative;
	/*top: -12pt;*/
	color: #212800;
}

/* BUTTONS */


div.pagination
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 12pt;
}

p.button-list
{
	margin-bottom: 22pt;
	font-family: "source cp tag", "Consolas", monospace;
	font-size: 14pt;
	line-height: 22pt;
}

.buttonr
{
	padding-left: 8pt;
	padding-right: 8pt;
	background-color: #212800;
	color: white;
}
.buttong
{
	padding-left: 8pt;
	padding-right: 8pt;
	background-color: gray;
	color: white;
}

.buttong:hover, .buttonr:hover
{
	background-color: black;
}


/* FORMS */

form
{
	width: 100%;
	margin-bottom:12pt;
	text-indent: 0;
}

button
{
	margin:0;
	margin-left:4pt;
	border: none;
}
input, textarea
{
/*	margin:6pt;*/
	padding:2pt;
	/*padding-left:4pt;
	padding-right:4pt;*/
	border:none;
	font-size:12pt;
	font-family:"Consolas", consolas, sans-serif;

	max-width: 80%;
	box-sizing: border-box;
}

.konsole input[type="date"], .konsole input[type="datetime-local"], .konsole input[type="email"], .konsole input[type="file"], .konsole input[type="month"], .konsole input[type="number"], .konsole input[type="password"], .konsole input[type="range"], .konsole input[type="konsole"], .konsole input[type="tel"], .konsole input[type="text"], .konsole input[type="time"], .konsole input[type="url"], .konsole input[type="week"],  .konsole textarea
{
	margin: 0;
	/*margin-top: 2pt;*/
	margin-bottom: 2pt;
	width: 89%; /*93.92777383%*/
	padding: 0;
	padding-top: 10pt;
	padding-bottom: 10pt;
	padding-left: 2%;
	border: none;
	/*border-bottom: 2pt solid #a3a3a3;
	transition: all 0.1s;*/
	background: transparent;
	/*caret-shape: block;*/
}
input:focus, textarea:focus
{
	outline: none;
}


.konsole label
{
	width: 6%;
	display: inline-block;
	padding-top: 10pt;
	padding-bottom: 10pt;
	padding-left: 2%;
}
.konsole input, .konsole label
{
	font-size: 12.5pt;
	transition: all 0.2s;
}
.konsole:hover input, .konsole:hover label /*.konsole input:hover + label, .konsole label:hover + label*/
{
	background: #ffffffc1;
}

/*.konsole input[type="date"]:hover, .konsole input[type="datetime-local"]:hover, .konsole input[type="email"]:hover, .konsole input[type="file"]:hover, .konsole input[type="month"]:hover, .konsole input[type="number"]:hover, .konsole input[type="password"]:hover, .konsole input[type="range"]:hover, .konsole input[type="konsole"]:hover, .konsole input[type="tel"]:hover, .konsole input[type="text"]:hover, .konsole input[type="time"]:hover, .konsole input[type="url"]:hover, .konsole input[type="week"]:hover,  .konsole textarea:hover
{
	background: #ffffffd1;
}*/


/* footer-quiz
12:34 11/05/2026*/

.quiz-ans-masked, .arg_article p.quiz-ans-masked {
	font-family: Arial, Helvetica, sans-serif;
/*	font-weight: bold;*/
	font-size: 12pt;
	text-indent: 0;
	position: relative;
	overflow: hidden;
	width: 50%;
	margin-left:auto;
}

.quiz-ans-masked::before {
    content: 'Bonne réponse...';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: #a3a3a3;
    opacity: 1;
    transition: width 0.8s ease-in-out, opacity 1.2s ease-in-out;
    pointer-events: none;
}

.quiz-ans-masked:hover::before {
    width: 0;
    opacity: 0;
}

.leaflet-container
{
	height: 180px; 
}