:root {
	--heightHeaderMobile: 40px;
	--heightHeader: 60px;
	--heigthPaddingMenu: 10px;
	--heigthBtnMenu: 40px;
	--colorBtn: #c35a3d;
	--colorDbg: #fef180;
	--colorKo: #cc3333;
	--menuBg: #685751;
	--colorBody: #f4f4f4;
	--colorTxt: #675851;
	--bgContent: #fff;
	--colorDarkBg: #fff;
	--colorLink: #1da0cc;
	--colorLinkVisited: #f09a29;
	--colorLinkHover: #f09a29;
	--widthTablet: 769px;
	--widthDesktop: 1176px;
	--widthHd: 1601px;
	--colorRed: #cc3333;
	--fontSizeLegend: 16px;
	--colorLegend: #646464;
	--colorH3: #6a5753;
}


*,*::after,*::before {
	box-sizing: border-box;
}

@font-face {
	font-family: 'qfont';
	src: url('Urbanist.ttf');
}

#rm {
	color: var(--colorDbg);
}

#rt {
	color: var(--colorDbg);
}

#rd {
	color: var(--colorDbg);
}

#rh {
	color: var(--colorDbg);
}

body {
	margin: 0;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	font-family: qfont;
	background: var(--colorBody);
	color: var(--colorTxt);
	overflow-x: hidden;
}

body> div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100vw;
	flex-grow: 1;
}

body> div> div {
	background: var(--bgContent);
}

header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background: var(--colorBody)#f0f0f0;
	position: sticky;
	top: 0;
	z-index: 4000;
	width: 100vw;
}

header .hc {
	display: flex;
	flex-direction: row;
}

header .hc> .hsolf {
	flex-grow: 2;
	display: flex;
	flex-direction: row;
	margin: auto 0 auto 20px;
}

header .hc> .hsolf> a {
	margin: auto 0 auto 0;
}

header .hc img {
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	margin: auto 10px auto 0;
}

header .hc> .hsolf #solfego {
	font-weight: bolder;
	cursor: pointer;
}

header .hc> .hsolf #tagline label {
	margin: auto 0 auto 0;
	font-size: 25px;
	color: var(--menuBg);
}

footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-height: 30px;
	max-height: 30px;
	background: var(--menuBg);
}

footer>* {
	margin: auto 0 auto 0;
}

footer> a {
	color: var(--colorDarkBg);
}

footer> a.ml {
	margin-left: 20px;
}

footer> a:visited {
	color: var(--colorDarkBg);
}

nav {
	z-index: 100;
}

#burger> img {
	width: 100%;
	height: 100%;
}

.btn {
	min-width: 150px;
	max-width: 150px;
	margin-right: 10px;
}

#mainMenu> div> a,.btn {
	min-height: var(--heigthBtnMenu);
	max-height: var(--heigthBtnMenu);
	border-radius: 4px;
	background-color: var(--colorBtn);
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	padding-top: 8px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:hover,.btn.selected {
	background-color: #f78c6a;
}

#mainMenu> div> a.mrg {
	margin-right: 10px;
}

#mainMenu> div> a.selected,#mainMenu> div> a:hover {
	background-color: #f78c6a;
}

#bgmenu> a,#bgmenu> a:visited {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
}

header .hc> .hsolf #recherche> input {
	min-width: 200px;
	max-width: 200px;
	min-height: 40px;
	max-height: 40px;
	padding-left: 10px;
	z-index: 4000;
	border: 0;
	background: var(--colorBody);
	outline: none;
}

header .hc> .hsolf #recherche> img {
	min-width: 20px;
	max-width: 20px;
	min-height: 20px;
	max-height: 20px;
	cursor: pointer;
}

#resultSearch {
	position: absolute;
	z-index: 5000;
	flex-direction: row;
	border-radius: 5px;
	padding: 10px;
	background: var(--bgContent);
	box-shadow: 1px 1px 10px 0px #d5d1d0;
	min-width: 300px;
	min-height: 50px;
}

#resultSearch .trr,#searchr .trr {
	display: flex;
	flex-direction: row;
}

#resultSearch .trr> img,#searchr .trr> img {
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
}

#resultSearch .trr> label,#searchr .trr> label {
	font-weight: bolder;
	font-size: 20px;
	margin: auto 0 auto 10px;
}

#resultSearch #rspl,#resultSearch #rspr {
	display: flex;
	flex-direction: column;
	min-width: 400px;
	max-width: 400px;
}

#resultSearch .secr {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	margin-bottom: 10px;
}

#resultSearch .snr {
	margin: auto;
	color: var(--colorKo);
	font-size: 24px;
}

#recnr {
	margin: 20px auto auto auto;
	color: var(--colorKo);
	font-size: 28px;
}

#searchl {
	border: solid 1px var(--colorBtn);
	outline: none;
}

#searchr {
	display: flex;
}

#searchr label {
	margin-bottom: 10px;
}

#searchr .seac {
	display: flex;
	flex-direction: column;
	padding: 5px 0 20px 15px;
}

#dialog {
	position: absolute;
	flex-direction: column;
	background: var(--bgContent);
	padding: 15px;
	max-width: 100%;
	z-index: 1000;
}

#dialog> .title {
	min-width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#dialog> .dcnt {
	min-width: 100%;
	max-width: 100%;
}

#dialog> .dcnt> .cbxComp {
	margin: 4px 0 4px 0;
}

#dialog.close {
	display: none;
}

#dialog.open {
	display: flex;
}

#dialog> .title> label {
	text-align: center;
	font-size: 25px;
	font-weight: bolder;
}

#glass {
	position: absolute;
	display: none;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	z-index: 500;
}

#glass.active {
	display: block;
	animation: fadeInGlass 0.5s;
	opacity: 0.5;
}

.hidden,.hide {
	display: none;
}

.flex {
	display: flex;
}

a {
	color: var(--colorLink);
	font-size: 18px;
	text-decoration: none;
}

a:hover,a:visited:hover {
	color: var(--colorLinkHover);
}

a:visited {
	color: var(--colorLink);
	text-decoration: underline;
}

.framePub {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	min-width: 100%;
	max-width: 100%;
}

.framePubContent {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
}

.framePubContent.row {
	flex-direction: row;
}

h1 {
	color: var(--colorH1);
	text-align: center;
}

.mtpub> div {
	min-height: 100px;
	max-height: 100px;
	margin: auto;
}

#vpubtab {
	overflow: hidden;
}

#vpub {
	overflow: hidden;
}

#vpub> div,#vpubtab> div {
	position: relative;
	background: var(--bgContent);
}

#path {
	display: flex;
	flex-direction: row;
	min-height: 30px;
	max-height: 30px;
	min-width: 100%;
	max-width: 100%;
	justify-content: center;
}

#path> a {
	font-size: 18px;
	margin: auto 0 auto 0;
}

#path> span {
	color: var(--colorTxt);
	margin: auto 10px auto 10px;
}

#path> span.sit {
	font-size: 18px;
	margin: auto 0 auto 0;
}

#adj {
	display: flex;
	border-bottom: solid 1px var(--colorBtn);
	padding-bottom: 10px;
	margin-bottom: 15px;
	flex-direction: row;
}

#adj> div {
	display: flex;
	flex-direction: row;
}

#adj> div.adjr {
	display: flex;
	flex-direction: row;
	justify-content: right;
	flex-grow: 2;
}

#adj a {
	margin: auto 0 auto 0;
}

#adj a.bnv {
	color: var(--colorTxt);
	font-size: 25px;
	margin: auto 0 auto 0;
}

#adj a.left {
	margin: auto 10px auto 0;
}

#adj a.right {
	margin: auto 0 auto 10px;
}

#cct {
	display: flex;
	border-bottom: solid 1px var(--colorBtn);
	margin-bottom: 30px;
}

#cct #introduction {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#cct #introduction .introduction {
	color: var(--colorLegend);
	margin: 0;
	flex-grow: 2;
}

#cct #sommaire {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 300px;
}

#cct #sommaire ol {
	margin: 0 0 10px 0;
	padding-left: 20px;
}

#cct #sommaire ol li {
	padding-left: 15px;
}

#cct #sommaire .titleSommaire {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#cct h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#cct #quiz-link {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
}

#cct #quiz-link a {
	margin: auto 0 auto 10px;
	font-weight: bold;
}

.art h2,.art ol li {
	color: var(--colorBtn);
}

.art table {
	background: var(--colorFondCadres);
	border-radius: 10px;
	border-spacing: 0;
	border-collapse: collapse;
	max-width: 100%;
}

.art table .entete {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #c35a3d;
	color: #fff;
	min-height: 30px;
	max-height: 30px;
	font-weight: bolder;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.art table .cellCenter {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.art table .cellCenter div,.art table .cellCenter img {
	margin: auto 0 auto 0;
}

.art table .th {
	padding-left: 15px;
	padding-right: 15px;
}

.art table .th label {
	color: #fff;
	font-weight: normal;
}

.art table tr.odd {
	background: var(--colorOddTable);
}

.art table tr.even {
	background: var(--colorEventTable);
}

.art table .bs {
	font-size: 35px;
}

.art table td {
	color: var(--colorTxt);
	padding-left: 15px;
	padding-right: 15px;
}

.art table .small {
	max-width: 30px;
}

.art .lbn {
	margin: auto;
	font-size: 40px;
}

.art p,.art label,.art span {
	color: var(--colorTxt);
	text-align: justify;
}

.art label.colorRed {
	color: var(--colorRed);
}

.art figure {
	margin: 0;
}

.art ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

.art ul li {
	color: var(--colorTxt);
	display: flex;
	flex-direction: row;
}

.art ul li p {
	margin: 0;
	padding: 0;
}

.art ul li::before {
	font-size: 17px;
	content: '\25b6';
	color: var(--colorBtn);
	margin-right: 10px;
}

.art ul li.list {
	margin-bottom: 15px;
	margin-left: 20px;
}

.art #cours-cles .cle {
	font-size: 35px;
}

.art .hfc figure {
	margin: 0 10px 0 10px;
}

.art .hflex label,.art .fflex label {
	margin: auto 0 auto 0;
}

.art .fix1 {
	min-width: 200px;
	max-width: 200px;
}

.art .marker {
	font-size: 17px;
	color: var(--colorBtn);
}

ol {
	padding: 0;
}

figcaption {
	color: var(--colorLegend);
	font-size: 16px;
}

h2 {
	color: var(--colorH2);
}

.hflex {
	display: flex;
	flex-direction: row;
}

.vfc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.mb {
	margin-bottom: 10px;
}

h3 {
	color: var(--colorH3);
}

