@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
	color: #2C2C2C;
	font-family: "Inter", sans-serif;
	outline: none;
}

.btn-primary {
	background-color: #1976d2;
	text-decoration: none !important;

}



/* =========== SEARCH */
.paginator ul {
	margin: 0 auto;
}

.site-search .search-results {
	margin-top: 40px;
}



h1 {
	color: #1976d2;
	margin-bottom: 1.7rem;
	font-size: 2.1rem;
}

h2 {
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
}


h3 {
	color: #919191;
}


b {
	font-weight: 400;
}

a {
	color: #2172c1;
	text-decoration: none;
}


a:hover,
a:focus {
	text-decoration: underline;
}


p {
	text-align: justify;
	font-size: 1.1rem;
}

p.t-soft {
	color: #686868;
}

ul,
ol {
	margin-bottom: 5px;
	overflow: hidden;
}

ul li,
ol li {
	margin-bottom: 10px;
}


hr {
	background: #aaa;
}

p.alert {
	font-size: 0.9rem;
	border-radius: 0;
	padding: 10px;
}

section.paragraph {
	margin-bottom: 40px;
}

.alert-danger {
	color: #b32d2d;
	background-color: #fff4f5;
	border-color: #ffd3d7;
}



.block {
	padding: 15px;
	margin-bottom: 60px;
}

.block .search-form {
	margin-bottom: 0;
}

.block.block-soft {
	background: #f2f2f2;
}



/* HEADER */
#site-header {
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

#site-header .brand {
	font-weight: 300;
	font-size: 26px;
	color: #444;
}

#site-header .brand .logo {
	height: 36px;
}

#site-header .brand .slogan {
	opacity: 0.8;
}

#site-header .brand a {
	text-decoration: none !important;
}

#site-header .made {
	position: absolute;
	right: 6px;
	top: 6px;
}

#site-header .made img {
	height: 65px;
}


.site-faq {
	background: #f5f5f5;
	padding: 15px 15px 0 0px;
	border-left: 2px solid #eee;
	overflow: hidden;
}

#pixie-answer {
	border: 1px dashed #8a8a8a;
	padding: 15px 20px;
	margin-top: 40px;
	background: #fafafa;
	min-height: 300px;
	border-radius: 4px;
	display: flex;
	align-content: center;
	justify-content: center;
}

#pixie-answer .pixie-note {
	display: none;
	visibility: hidden;
}


/* --------- THINKING */
#pixie-answer .pixie-note.pixie-note-thinking .dot-text {
	position: relative;
	display: block;
}

#pixie-answer .pixie-note.pixie-note-thinking .dot-text .dot {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 12px;
	height: 12px;
	background-color: #5c5c5c;
	border-radius: 50%;
	animation: pulse-ring 1.5s infinite ease-out;
}

#pixie-answer .pixie-note.pixie-note-thinking .dot-text .text {
	position: absolute;
	top: 3px;
	left: 36px;
	font-weight: 600;
	color: #5c5c5c;
}

#pixie-answer.thinking .pixie-note.pixie-note-thinking {
	display: block;
	visibility: visible;
	width: 100%;
}

@keyframes pulse-ring {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	70% {
		transform: scale(2.5);
		opacity: 0;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}






#pixie-answer .pixie-note.pixie-note-waiting {
	align-content: center;
	color: #888;
}


#pixie-answer.waiting .pixie-note.pixie-note-waiting {
	display: block;
	visibility: visible;
}


#pixie-answer.answered {
	background-color: #fbfbfb;
}


#pixie-answer .pixie-note.pixie-note-answer p{
	margin-left: 20px;
}

#pixie-answer .pixie-note.pixie-note-answer h3:first-child {
	margin-top: 0;
}

#pixie-answer .pixie-note.pixie-note-answer p:last-child {
	margin-bottom: 0;
}

#pixie-answer .pixie-note.pixie-note-answer p,
#pixie-answer .pixie-note.pixie-note-answer ul {
	font-size: 1rem;
}


#pixie-answer .pixie-note.pixie-note-answer h1 {
	color: #3c3c3c;
	font-size: 1.4rem;
}

#pixie-answer .pixie-note.pixie-note-answer h2 {
font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #1976d2;
}

#pixie-answer .pixie-note.pixie-note-answer h3 {
  color: #202020;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-left: 10px;
}

#pixie-answer .pixie-note.pixie-note-answer table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
	font-size: 0.9rem;
	background-color: #fff
}

#pixie-answer .pixie-note.pixie-note-answer table thead {
	background-color: #f5f5f5;
}

#pixie-answer .pixie-note.pixie-note-answer table th,
td {
	padding: 0.75rem;
	border: 1px solid #ddd;
}


#pixie-answer .pixie-note.pixie-note-answer tbody tr:nth-child(even) {
	background-color: #fafafa;
}
















#pixie-answer.answered .pixie-note.pixie-note-answer {
	display: block;
	visibility: visible;
}


#pixie-answer.error {
	background: #fff1f1;
	color: red;
}

#pixie-answer.error .pixie-note.pixie-note-error {
	display: block;
	visibility: visible;
	align-content: center;
	text-align: center;
}







/* BREADCRUMBS */
#site-breadcrumbs ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	background-color: transparent;
}

#site-breadcrumbs ul li {
	display: inline;
}

#site-breadcrumbs ul li+li:before {
	padding: 8px;
	color: #555;
	content: "/\00a0";
}

#site-breadcrumbs ul li a {
	color: #666;
}

/* BODY */
#site-body {
	margin-top: 2.5rem;
}

#site-inner table {
	margin: 15px 0 15px 15px;
	width: calc(100% - 15px);
}

article.corpus-article h1 {
	margin-bottom: 2rem;
}

article.corpus-article section {
	font-size: 1rem;
	margin-bottom: 3rem;
}

article.corpus-article section h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	border-left: 5px solid #222;
	padding-left: 10px;
}

article.corpus-article section p {
	text-align: justify;
	font-size: 1.1em;
}

article.corpus-article section a {
	color: #0d0d0d;
	text-decoration: underline;
}

article.corpus-article section a:hover {
	color: #555;
	text-decoration: none;
}

article.corpus-article section ul > li{
	margin-top: 5px;
}

article.corpus-article section.reponse-courte {
	background: #a6e6a617;
	border: 1px dashed #b4f4b4;
	padding: 1rem 1rem 0 1rem;
	overflow: hidden;
	border-radius: 2px;
	margin-top: 30px;
	color: #284E2D;
	margin-bottom: 0;
	font-size: 0.95em;
}

article.corpus-article section.reponse-courte h2 {
	display: none;
}


article.corpus-article section.definition {
	padding: 1rem 1rem 0 1rem;
	overflow: hidden;
	border-radius: 2px;
	font-size: 0.8rem;
}

article.corpus-article section.definition h2 {
	display: none;
}

article.corpus-article section.note {
	background: #ffedb6;
	padding: 1rem 1rem 0 1rem;
	overflow: hidden;
	border-radius: 2px;
	margin-top: 30px;
}

article.corpus-article section.note h2 {
	display: none;
}

article.corpus-article section.disclaimer {
	text-align: justify;
	margin-bottom: 0;
	font-size: 15px;
	color: #4E4E4E;
	line-height: 24px;
}




#site-inner .index ul li.separator {
	list-style-type: none;
	height: 2px;
	background: #00000012;
}

#site-inner .index.index-folders h3 {
	color: var(--p-blue);
}

#site-inner .index.index-folders h3::before {
	content: "\f139";
}

#site-inner .index.index-folders ul {
	background: var(--b-blue);
	padding: 10px 15px 4px 30px;
}

#site-inner .index.index-folders a {
	color: #333;
	text-decoration: none;
}

#site-inner .index.index-folders a:hover {
	text-decoration: underline;
}

#site-inner .index.index-articles h3 {
	color: var(--p-red);
}

#site-inner .index.index-articles a {
	color: #222;
	text-decoration: none;
}

#site-inner .index.index-articles a:hover {
	color: #444;
	text-decoration: underline;
}

#site-inner .index.index-articles ul {
	background: var(--b-red);
	padding: 10px 15px 4px 30px;
}

#site-inner .index.index-articles ul.is-pinned {
	background: #ffdfdf;
}

#site-inner .index.index-folders+.index-articles {
	margin-top: 40px;
}


#site-inner .site-page {}

#site-inner .site-page form .form-label,
#site-inner .site-page form .form-control,
#site-inner .site-page form .form-select,
#site-inner .site-page form .input-group-text,
#site-inner .site-page form .btn[type=submit] {}



/* ============== SEARCH */
.search-option {
	margin-top: 5px;
}

.search-form {
	margin-bottom: 1rem;
}

.search-string {
	position: relative;
	border: 1px solid #ddd;
	min-height: 42px;
}

.search-string input[type=search] {
	width: 100%;
	border: none;
	padding: 0 30px 0 10px;
	line-height: 40px;
	outline: none;
}

.search-string button {
	position: absolute;
	top: 0;
	z-index: 999;
	background: #1976d2;
	height: 40px;
	padding: 0 18px;
	right: 0;
	border-left: 1px solid #ddd;
	border-bottom: 0;
	border-top: 0;
	border-right: 0;
	color: #fff;
}

.search-string button:hover {
	background: #116eca;
}

.search-string button span {
	font-size: 22px;
}

/* ============== WIDGETS */
.widget {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
}

/* ==== WIDGET - DOWNLOAD */
.widget.widget-download {
	background-color: #575757
}

.widget.widget-download a {
	color: #fff;
	display: block;
	text-align: center;
}


/* ==== WIDGET - ARTICLES */

.widget.widget-articles {
	border-left: 4px solid #dbdbdb;
	background: #cccccc17;
	padding: 30px;
}

.widget.widget-articles ul {
	padding-left: 20px;
}

.widget.widget-articles ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}

.widget.widget-articles ul li a {
	color: inherit;
}

.widget.widget-articles ul li .group {
	display: block;
}

.widget.widget-articles ul li::before {
	content: '\f3d3';
	font-family: "Ionicons";
	position: absolute;
	left: -17px;
	top: 1px;
	color: #959595;
	font-weight: bold;
}



.widget .widget-title {
	margin: 0 0 15px 0;
	font-weight: 600;
	font-size: 1.4rem;
}

.widget.widget-navigation {
	padding: 10px 10px 0 10px;
	overflow: hidden;
	background: #f7f7f7;
	border-left: 5px solid #0d6efd;
}

.widget.widget-navigation ul {
	padding: 0 0 0 20px;
}

.widget.widget-navigation ul li {
	list-style-type: none;
	position: relative;
	margin: 0 0 5px 0;
}

.widget.widget-navigation ul li.active a {
	font-weight: 600;
	color: #111;
}

.widget.widget-navigation ul li .group {
	display: block;
}

.widget.widget-navigation ul li::before {
	content: '\f3d3';
	font-family: "Ionicons";
	position: absolute;
	left: -17px;
	color: #0000005e;
	font-weight: bold;
}


.widget.widget-tools ul {
	padding-left: 20px;
}

.widget.widget-tools ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget.widget-tools ul li .group {
	display: block;
}

.widget.widget-tools ul li::before {
	content: '\f2fc';
	font-family: "Ionicons";
	position: absolute;
	left: -17px;
	top: 1px;
	color: #959595;
	font-weight: bold;
}


#widget-root-folder {}

.widget-folders ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

.widget-folders ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget-folders ul li::before {
	content: '\f3f3';
	font-family: "Ionicons";
	position: absolute;
	left: -25px;
	top: 1px;
	font-size: 16px;
	color: var(--p-dark-0);
}

.widget-folders ul li.active {
	font-weight: 600;
}

.widget-folders ul li.active::before {
	color: var(--f-red);
}

.widget-category ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

.widget-category ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget-category ul li::before {
	content: '\f3fe';
	font-family: "Ionicons";
	position: absolute;
	left: -25px;
	top: 1px;
	font-size: 18px;
	color: var(--p-dark-0);
}

/* ============== FOOTER */
#site-footer {
	margin-top: 40px;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	position: relative;
}

#site-footer {
	padding: 5px 0;
	color: #4E4E4E;
}

#site-footer a {
	color: #4E4E4E;
}

#site-footer a:hover {
	color: #111;
	text-decoration: none;
}

#site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-footer ul li {
	display: inline;
	margin-bottom: 0;
}

#site-footer ul li+li:before {
	padding: 8px;
	color: #888;
	content: "/\00a0";
}