html {
	font-size: 80%;
}

body {
	font-family: "Verdana", sans-serif;
	font-size: 1rem;
	color: #000;
}

.themeClair {
	display:inline;
}
.themeSombre {
	display:none;
}

@media (prefers-color-scheme: dark) {
body {
	color: #ccc;
}
.themeClair {
	display:none;
}
.themeSombre {
	display:inline;
}
}

@media (max-width: 700px)
{
body {
	background-color: #fff;
}
}

@media (max-width: 700px) and (prefers-color-scheme: dark) {
body {
	background-color: #222;
}
}

@media (min-width: 701px)
{
body {
	background-color: #666;
}
}

@media (min-width: 701px) and (prefers-color-scheme: dark) {
body {
	background-color: #000;
}
}

header {
	display: flex;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #506e85;
	justify-content: space-between;
	align-items: center;
	box-shadow: 1px 1px 3px #777;
}

@media (prefers-color-scheme: dark) {
header {
	box-shadow: none;
}
}

@media (max-width: 700px)
{
header {
	height: 56px;
}
}

@media (min-width: 701px)
{
header {
	height: 75px;
}
}

#progress {
	height: 3px;
	position: fixed;
	left: 0;
	background-color: #333;
}

@media (max-width: 700px)
{
#progress {
	top: 56px;
}
}

@media (min-width: 701px)
{
#progress {
	top: 75px;
}
}

@media (prefers-color-scheme: dark) {
#progress {
	background-color: #e67e22;
}
}

@keyframes animVolet {
	from {opacity: 0;}
	to {opacity:1;}
}

.classAnimVolet {
	animation-name: animVolet;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

nav {
	display: none;
	color: #767676;
	background-color: #333;
	padding: 10px 0 0 5px;
	position: fixed;
	z-index: 1;
	left: 0;
	height: 100%;
	overflow-x: auto;
}

@media (max-width: 700px)
{
nav {
	top: 56px;
}
}

@media (min-width: 701px)
{
nav {
	top: 75px;
}
}

nav a {
	color: #ccc;
}
nav .princ {
	margin: 0 10px 10px 10px;
	list-style-type: none;
}

footer {
	text-align: center;
	background-color: #333;
	margin: 0 auto;
	padding: 10px 3px;
}

@media (prefers-color-scheme: dark) and (min-width: 701px)
{
footer {
	background-color: #222;
}
}

@media (prefers-color-scheme: dark) and (max-width: 700px)
{
footer {
	background-color: #000;
}
}

@media (max-width: 700px)
{
footer {
	line-height: 2rem;
}
}

@media (min-width: 1024px)
{
footer {
	width: 986px;
}
}

footer, footer a {
	color: #ccc;
}

textarea {
	width: 95%;
}

a {
	color:#506e85;
	text-decoration: none;
}

@media (prefers-color-scheme: dark) {
a {
	color:#e67e22;
}
}

a:hover {
	text-decoration: underline;
}

code {
	font-family: "Lucida Console", monospace;
}

#droite a[href^="http"]::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 0.5em;
	content: "\f35d";
}
#droite a[href^="mailto"]::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 0.5em;
	content: "\f0e0";
}
img {
	border-width: 0;
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 1.7rem;
}
h2 {
	font-size: 1.5rem;
	color: #fff;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h3 {
	font-size: 1.2rem;
	color: #000;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}

@media (prefers-color-scheme: dark) {
h3 {
	color: inherit;
}
}

li {
	margin: 12px;
	padding: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.princ {
	list-style-type: square;
	margin: 12px;
}
.compactLi {
	list-style-type: square;
	margin: 0 20px;
}

.sec, .ter {
	list-style-type: none;
	margin: 0 0 0 15px;
}

@media (max-width: 700px)
{
.ter {
	display: none;
}
}

.image {
	vertical-align: middle;
}
.image2 {
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.image3 {
	margin-left: 3px;
}
.image4 {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.image5 {
	float: right;
	margin-left: 3px;
}
.image6 {
	float: right;
	margin-top: 4px;
	margin-right: 2px;
}
.tab1 {
	margin:10px auto;
}
.tab1 thead {
	background-color: #ccc;
}
.tab1 thead th {
	padding: 5px;
}
.tab1 tbody td {
	padding: 3px 5px;
}
.tab1 tbody tr:nth-child(even) {
	background-color: #fff8ee;
}
.tab1 tbody tr:nth-child(odd) {
	background-color: #d7e6df;
}

@media (prefers-color-scheme: dark) {
.tab1 thead {
	background-color: #000;
}
.tab1 tbody tr:nth-child(even) {
	background-color: #333;
}
.tab1 tbody tr:nth-child(odd) {
	background-color: #444;
}
}

.corps {
	padding: 0 5px 5px;
	text-align: justify;
	line-height: 1.6rem;
}

.msg {
	background-color: #fff;
	text-align: justify;
	box-sizing: border-box;
	padding: 0 15px 15px;
}

@media (prefers-color-scheme: dark) {
.msg {
	background-color: #333;
}
}

.popup {
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
	border-top: 2px solid #000;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

@media (prefers-color-scheme: dark) {
.overlay {
	background-color: rgba(0, 0, 0, 0.9);
}
}

.modale{
    position: relative;
    box-shadow: 0 0 20px #000;
    border-radius: 10px;
	border: 2px solid #000;
}

@media (max-width: 700px)
{
.modale {
	width: 90%;
    margin: 20% auto;
}
}

@media (min-width: 701px)
{
.modale {
	width: 40%;
    margin: 10% auto;
}
}

.corps .fa-archive, .corps .fa-folder, .corps .fa-bullhorn, .corps .fa-envelope, .corps .fa-envelope-open {
	color:#3498db;
}
.fa-check {
	color:#2ecc71;
}
.fa-lock {
	color:#e74c3c;
}

#conteneur {
	overflow: hidden;
}

@media (max-width: 700px)
{
#conteneur {
	margin-top: 75px;
}
}

@media (min-width: 701px)
{
#conteneur {
	margin: 100px auto 10px;
	padding: 3px 5px;
	background-color: #fff;
}
}

@media (min-width: 701px) and (prefers-color-scheme: dark)
{
#conteneur {
	background-color: #222;
}
}

@media (min-width: 1024px)
{
#conteneur {
	width: 981px;
}
}

#searchForm {
	padding-top: 4px;
	justify-content: center;
}

#searchForm>div{
	width: 250px;
}

#tools {
	display: flex;
}

.renvoi {
	display: block;
	width: 25px;
}

@media (max-width: 700px)
{
.renvoi {
	padding: 10px;
}
}

@media (min-width: 701px)
{
.renvoi {
	padding: 20px;
}
}

.renvoi a {
	color: #fff;
	font-size:25px;
}

nav > div:first-child {
    margin: 0 15px 10px;
}
nav > div:last-child {
	padding: 0 5px;
}

@media (max-width: 700px)
{
nav > div:last-child {
	line-height: 1.8rem;
}
}
@media (min-width: 701px)
{
nav > div:last-child {
	line-height: 1.5rem;
}
}

@keyframes animMenu {
	from {line-height: 2.5rem;}
	to {}
}

.classAnimMenu {
	animation-name: animMenu;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

#droite {
	flex: 1;
}

@media (min-width: 701px)
{
#droite {
	margin: 15px 15px 5px;
}
}

#droite > div:first-child {
	background-color: #506e85;
	text-align: left;
	padding: 1px 0 1px 5px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.switch input {
	display:none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width:12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
}
input:checked + .slider {
	background-color: #506e85;
}
input:focus + .slider {
	box-shadow: 0 0 1px #506e85;
}
input:checked + .slider:before {
	transform: translateX(20px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.btn {
	background-color: #506e85;
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
	opacity: 0.9;
}
.btn:hover {
	opacity: 1;
}

.pool img {
	height: 15px;
	vertical-align: middle;
}
::selection {
	color: #fff;
	background-color: #506e85;
}

.code, .quote {
	margin: 15px;
	padding: 5px;
	box-shadow: 1px 1px 3px #777;
    border-radius: 3px;
}
.quote {
	background-color: #ffd392;
}
.code {
	background-color: #ace1af;
}
.quote .contenu {
	background-color: #fff8ee;
	padding: 5px;
}
.code .contenu {
	background-color: #d7e6df;
	padding: 5px;
}

@media (prefers-color-scheme: dark) {
.code, .quote {
	color: #000;
}
.quote {
	background-color: #e67e22;
}
.code {
	background-color: #2ecc71;
}
.quote .contenu {
	background-color: #ffd392;
}
.code .contenu {
	background-color: #ace1af;
}
}

.nav_forum, .avertissement {
	display: flex;
	margin: 25px 0 0;
}
.nav_forum {
	justify-content: space-between;
	align-items: center;
}
.avertissement {
	justify-content: space-around;
}
.btn_forum {
	display: block;
	margin: 5px 10px 10px 5px;
	padding: 5px;
	height: 31px;
	width: 31px;
	text-align: center;
	background-color: #666;
	border-radius: 10px;
}
.btn_forum a {
	color: #fff;
	font-size: 30px;
}
.groupe_btn {
	display: flex;
}
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}

.message {
	background-color: #f0f0f0;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0;
	word-break: normal;
	overflow-wrap: anywhere;
    text-align: left;
}

@media (prefers-color-scheme: dark) {
.message {
	background-color: #444;
}
}

.sujet {
	display: flex;
	justify-content: space-between;
	margin: 0 5px;
    padding: 8px;
}

@media (max-width: 700px)
{
.sujet {
	flex-direction: column;
	align-items: start;
}
}

@media (min-width: 701px)
{
.sujet {
	align-items: center;
}
}

.sujet:nth-child(even) {
	background-color: #fff8ee;
}
.sujet:nth-child(odd) {
	background-color: #d7e6df;
}

@media (prefers-color-scheme: dark) {
.sujet:nth-child(even) {
	background-color: #333;
}
.sujet:nth-child(odd) {
	background-color: #444;
}
}

@media (min-width: 701px)
{
.sujet > div:last-child {
	width: 110px;
	margin-left: 10px;
}
}

@media (max-width: 700px)
{
.sujet > div:last-child {
	width: auto;
	display: flex;
	margin: 0;
}

.sujet > div:last-child > div {
	margin-right: 20px;
}
}

#intro {
	background-color: #f0f0f0;
	padding: 5px;
	margin: 0 -5px;
}

@media (prefers-color-scheme: dark) {
#intro {
	background-color: #444;
}
}

.no_img {
	display: inline;
	border-style: solid;
	padding: 3px;
	margin: 3px;
	border-width: 2px;
	font-style: italic;
}

#close, #fermer, #searchForm {
	display: none;
}

#phpMyVisites {
	border: 0;
	width: 1px;
	height: 1px;
}
.pub {
	margin: 5px;
}
.adsbygoogle  {
	display: block;
}
.google-revocation-link-placeholder {
	display: none;
}
.article > div {
	display: flex;
	border-radius: 10px;
	background-color: #f0f0f0;
	margin: 0 10px;
	box-shadow: 1px 1px 3px #777;
}
@media (prefers-color-scheme: dark) {
.article > div {
	background-color: #333;
	box-shadow: none;
}
}
.article > div div:first-child {
	background-size: cover;
    border-top-left-radius: 10px;
}
@media (min-width: 701px) {
.article > div div:first-child {
	width: 200px;
    border-bottom-left-radius: 10px;
	flex: 1;
}
}
@media (max-width: 700px) {
.article > div {
	flex-direction: column;
}
.article > div div:first-child {
	height: 150px;
    border-top-right-radius: 10px;
}
}
.article, .article:hover {
	color: initial;
	text-decoration: none;
}
@media (prefers-color-scheme: dark) {
.article, .article:hover {
	color: #fff;
}
}

.article::after {
	content: "" !important;
}
.article > div div:last-child {
	margin: 0 10px;
	flex: 5;
}
.titre {
	font-weight: bold;
	font-size: larger;
	color: #506e85;
}
@media (prefers-color-scheme: dark) {
.titre {
	color: #e67e22;
}
}

.resume {
	font-style: italic;
}
.source {
	font-size: smaller;
	text-align: right;
}

#gamme_ti {
display: block;
float: right;
margin: 10px 5px;
}

.question > div:first-child {
	font-weight: bold;
}
.question > div:last-child > div {
	margin-bottom: 1.5em;
}

.step {
	margin: 15px 0;
}
.step > span:nth-child(1) {
	background-color: #506e85;
	color: #fff;
	padding: 0 5px 0;
	font-weight: bold;
}
.step > span:nth-child(2) {
	text-decoration: underline;
}