This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/style.css

2861 lines
81 KiB
CSS

@charset "UTF-8";
/*
Theme Name: Quarante-Douze
Theme URI: https://git.kobold.cafe/quarante-douze/qdouze2-wordpress-theme
Author: Kazhnuz
Author URI: https://kazhnuz.space
Description: The default theme for Quarante-Douze, my tech blog.
Version: 0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, right-sidebar
Text Domain: qdouze2-wordpress-theme
This theme is licensed under the GPLv3.
*/
/* --- 00. PALETTE --- */
/*
* Les définitions globales des couleurs du theme.
*
* Elle permettent de définir rapidement à la fois les couleurs
* de base qui seront utilisée pour tout le theme, mais
* également celles spécifiques pour certains sujets (liens, texte)
*
*/
@font-face {
font-family: 'Teko';
src: url("fonts/teko-light-webfont.woff");
font-weight: 300; }
@font-face {
font-family: 'Teko';
src: url("fonts/teko-regular-webfont.woff");
font-weight: 400; }
@font-face {
font-family: 'Teko';
src: url("fonts/teko-medium-webfont.woff");
font-weight: 500; }
@font-face {
font-family: 'Teko';
src: url("fonts/teko-semibold-webfont.woff");
font-weight: 600; }
@font-face {
font-family: 'Teko';
src: url("fonts/teko-bold-webfont.woff");
font-weight: 700; }
/* --- 00. COLORS --- */
/*
* La gestion des couleurs dans le theme. Cette partie de la stylesheet est
* automatique et n'a pas besoin d'être modifiée
*/
/* 0. CORE
** All the basic functions from the stylesheet
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* Render the `main` element consistently in IE.
*/
main {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none; }
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none; }
/* 0.2 - Box-sizing
* Make sure that everything have its box-sizing to border-box
**/
*,
*::before,
*::after {
box-sizing: inherit; }
html {
box-sizing: border-box; }
body {
overflow-x: hidden;
text-rendering: optimizeLegibility; }
/* 0.3 - Typography
* This part of the (s)css handle everything related to the typography
* like paragraphs, blockquote, etc.
**/
/* 2.2 - Global Typography */
html, body {
font-family: Open Sans, sans-serif;
text-align: left;
font-size: 4.75mm;
line-height: 1.6rem;
color: #212529;
font-weight: 400; }
strong {
font-weight: 600; }
em {
font-style: italic;
font-weight: 400; }
a, a:visited, mark {
text-decoration: none;
padding: 0.05rem 0.25rem;
border-radius: 0.1rem; }
a, a:visited {
background-color: #e33d22;
color: #fefefe; }
a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
color: #e33d22;
background-color: transparent; }
a:focus, a:visited:focus {
outline-color: currentColor;
outline-style: dashed;
outline-width: 2px; }
mark {
background-color: #feebb0;
color: inherit; }
p, ul, ol {
padding: 0;
padding-bottom: 1.6rem;
margin: 0; }
p:last-child, ul:last-child, ol:last-child {
padding-bottom: 0; }
ul, ol {
list-style: disc; }
ul ul, ul ol, ol ul, ol ol {
padding-bottom: 0;
margin: 0; }
ul li, ol li {
margin: 0;
margin-left: 1.6rem;
line-height: 1.6rem; }
::selection, ::-moz-selection {
background-color: #339af0;
color: #fefefe; }
/* 2.3 - Titles */
h1, h2, h3, h4, h5, h6, h7 {
font-family: Open Sans, sans-serif;
text-align: left;
font-size: 1em;
padding: 0;
margin: 0;
font-weight: 400;
padding-bottom: 1.6rem; }
sup > a, sub > a {
color: #e33d22;
background-color: transparent; }
sup > a:hover, sup > a:focus, sup > a:active, sub > a:hover, sub > a:focus, sub > a:active {
color: #ba2e18; }
.main-title {
font-family: Teko, sans-serif;
font-size: 3.815rem;
line-height: 4.8rem;
font-weight: 800; }
h1, .title-1 {
font-family: Teko, sans-serif;
font-size: 2.441rem;
line-height: 3.2rem;
font-weight: 800;
color: #e33d22; }
h2, .title-2 {
font-size: 2.441rem;
line-height: 3.2rem;
font-weight: 300; }
h3, .title-3 {
font-size: 1.953rem;
line-height: 3.2rem;
font-weight: 600; }
h4, .title-4 {
font-size: 1.563rem;
line-height: 3.2rem;
font-weight: 800; }
h5, .title-5 {
font-size: 1.25rem;
line-height: 1.6rem;
font-weight: 600; }
h6, .title-6 {
font-size: 1rem;
line-height: 1.6rem;
font-weight: 800; }
/* 2.4 - hr */
hr {
border: 0px solid rgba(1, 1, 1, 0.15);
border-bottom: 1px;
margin: 1.5em; }
/* 2.5 - Wells and quotes */
blockquote:before, .quote:before {
content: ""; }
blockquote, .quote, .well, pre, .pre, .well-pre {
border: 0;
border-radius: 4px;
margin: 0 0 1.6rem 0;
padding: 1.6rem 1rem 1.6rem 1rem;
max-width: 100%;
font-style: italic;
background-color: #f1f3f5;
color: #212529;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
code {
background: transparent;
color: #e33d22; }
.small-text {
font-size: 0.9em; }
/* 2.6 - Special styling */
.time {
font-style: italic;
text-align: right;
width: 100%;
display: block; }
#wrapper {
background-color: #fefefe; }
.container-big {
padding-left: 1.6rem;
padding-right: 1.6rem;
max-width: 1600px;
margin: auto; }
.container, .container-onecolumn {
padding-left: 1.6rem;
padding-right: 1.6rem;
max-width: 1200px;
margin: auto; }
.columns {
display: grid;
grid-gap: 1.6rem;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: auto;
padding: 1.6rem; }
.columns-nogap {
grid-gap: 0px; }
.column {
grid-column: span 12;
width: 100%;
margin: 0; }
.column > *:last-child {
margin-bottom: 0 !important; }
.col-1 {
grid-column: span 1;
width: 100%;
margin: 0; }
.col-1 > *:last-child {
margin-bottom: 0 !important; }
.col-2 {
grid-column: span 2;
width: 100%;
margin: 0; }
.col-2 > *:last-child {
margin-bottom: 0 !important; }
.col-3 {
grid-column: span 3;
width: 100%;
margin: 0; }
.col-3 > *:last-child {
margin-bottom: 0 !important; }
.col-4 {
grid-column: span 4;
width: 100%;
margin: 0; }
.col-4 > *:last-child {
margin-bottom: 0 !important; }
.col-5 {
grid-column: span 5;
width: 100%;
margin: 0; }
.col-5 > *:last-child {
margin-bottom: 0 !important; }
.col-6 {
grid-column: span 6;
width: 100%;
margin: 0; }
.col-6 > *:last-child {
margin-bottom: 0 !important; }
.col-7 {
grid-column: span 7;
width: 100%;
margin: 0; }
.col-7 > *:last-child {
margin-bottom: 0 !important; }
.col-8 {
grid-column: span 8;
width: 100%;
margin: 0; }
.col-8 > *:last-child {
margin-bottom: 0 !important; }
.col-9 {
grid-column: span 9;
width: 100%;
margin: 0; }
.col-9 > *:last-child {
margin-bottom: 0 !important; }
.col-10 {
grid-column: span 10;
width: 100%;
margin: 0; }
.col-10 > *:last-child {
margin-bottom: 0 !important; }
.col-11 {
grid-column: span 11;
width: 100%;
margin: 0; }
.col-11 > *:last-child {
margin-bottom: 0 !important; }
.col-12 {
grid-column: span 12;
width: 100%;
margin: 0; }
.col-12 > *:last-child {
margin-bottom: 0 !important; }
@media (min-width: 576px) {
.col-sm-1 {
grid-column: span 1;
width: 100%;
margin: 0; }
.col-sm-1 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-2 {
grid-column: span 2;
width: 100%;
margin: 0; }
.col-sm-2 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-3 {
grid-column: span 3;
width: 100%;
margin: 0; }
.col-sm-3 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-4 {
grid-column: span 4;
width: 100%;
margin: 0; }
.col-sm-4 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-5 {
grid-column: span 5;
width: 100%;
margin: 0; }
.col-sm-5 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-6 {
grid-column: span 6;
width: 100%;
margin: 0; }
.col-sm-6 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-7 {
grid-column: span 7;
width: 100%;
margin: 0; }
.col-sm-7 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-8 {
grid-column: span 8;
width: 100%;
margin: 0; }
.col-sm-8 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-9 {
grid-column: span 9;
width: 100%;
margin: 0; }
.col-sm-9 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-10 {
grid-column: span 10;
width: 100%;
margin: 0; }
.col-sm-10 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-11 {
grid-column: span 11;
width: 100%;
margin: 0; }
.col-sm-11 > *:last-child {
margin-bottom: 0 !important; }
.col-sm-12 {
grid-column: span 12;
width: 100%;
margin: 0; }
.col-sm-12 > *:last-child {
margin-bottom: 0 !important; } }
@media (min-width: 768px) {
.col-md-1 {
grid-column: span 1;
width: 100%;
margin: 0; }
.col-md-1 > *:last-child {
margin-bottom: 0 !important; }
.col-md-2 {
grid-column: span 2;
width: 100%;
margin: 0; }
.col-md-2 > *:last-child {
margin-bottom: 0 !important; }
.col-md-3 {
grid-column: span 3;
width: 100%;
margin: 0; }
.col-md-3 > *:last-child {
margin-bottom: 0 !important; }
.col-md-4 {
grid-column: span 4;
width: 100%;
margin: 0; }
.col-md-4 > *:last-child {
margin-bottom: 0 !important; }
.col-md-5 {
grid-column: span 5;
width: 100%;
margin: 0; }
.col-md-5 > *:last-child {
margin-bottom: 0 !important; }
.col-md-6 {
grid-column: span 6;
width: 100%;
margin: 0; }
.col-md-6 > *:last-child {
margin-bottom: 0 !important; }
.col-md-7 {
grid-column: span 7;
width: 100%;
margin: 0; }
.col-md-7 > *:last-child {
margin-bottom: 0 !important; }
.col-md-8 {
grid-column: span 8;
width: 100%;
margin: 0; }
.col-md-8 > *:last-child {
margin-bottom: 0 !important; }
.col-md-9 {
grid-column: span 9;
width: 100%;
margin: 0; }
.col-md-9 > *:last-child {
margin-bottom: 0 !important; }
.col-md-10 {
grid-column: span 10;
width: 100%;
margin: 0; }
.col-md-10 > *:last-child {
margin-bottom: 0 !important; }
.col-md-11 {
grid-column: span 11;
width: 100%;
margin: 0; }
.col-md-11 > *:last-child {
margin-bottom: 0 !important; }
.col-md-12 {
grid-column: span 12;
width: 100%;
margin: 0; }
.col-md-12 > *:last-child {
margin-bottom: 0 !important; } }
@media (min-width: 992px) {
.col-lg-1 {
grid-column: span 1;
width: 100%;
margin: 0; }
.col-lg-1 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-2 {
grid-column: span 2;
width: 100%;
margin: 0; }
.col-lg-2 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-3 {
grid-column: span 3;
width: 100%;
margin: 0; }
.col-lg-3 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-4 {
grid-column: span 4;
width: 100%;
margin: 0; }
.col-lg-4 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-5 {
grid-column: span 5;
width: 100%;
margin: 0; }
.col-lg-5 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-6 {
grid-column: span 6;
width: 100%;
margin: 0; }
.col-lg-6 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-7 {
grid-column: span 7;
width: 100%;
margin: 0; }
.col-lg-7 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-8 {
grid-column: span 8;
width: 100%;
margin: 0; }
.col-lg-8 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-9 {
grid-column: span 9;
width: 100%;
margin: 0; }
.col-lg-9 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-10 {
grid-column: span 10;
width: 100%;
margin: 0; }
.col-lg-10 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-11 {
grid-column: span 11;
width: 100%;
margin: 0; }
.col-lg-11 > *:last-child {
margin-bottom: 0 !important; }
.col-lg-12 {
grid-column: span 12;
width: 100%;
margin: 0; }
.col-lg-12 > *:last-child {
margin-bottom: 0 !important; } }
@media (min-width: 1200px) {
.col-xl-1 {
grid-column: span 1;
width: 100%;
margin: 0; }
.col-xl-1 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-2 {
grid-column: span 2;
width: 100%;
margin: 0; }
.col-xl-2 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-3 {
grid-column: span 3;
width: 100%;
margin: 0; }
.col-xl-3 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-4 {
grid-column: span 4;
width: 100%;
margin: 0; }
.col-xl-4 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-5 {
grid-column: span 5;
width: 100%;
margin: 0; }
.col-xl-5 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-6 {
grid-column: span 6;
width: 100%;
margin: 0; }
.col-xl-6 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-7 {
grid-column: span 7;
width: 100%;
margin: 0; }
.col-xl-7 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-8 {
grid-column: span 8;
width: 100%;
margin: 0; }
.col-xl-8 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-9 {
grid-column: span 9;
width: 100%;
margin: 0; }
.col-xl-9 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-10 {
grid-column: span 10;
width: 100%;
margin: 0; }
.col-xl-10 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-11 {
grid-column: span 11;
width: 100%;
margin: 0; }
.col-xl-11 > *:last-child {
margin-bottom: 0 !important; }
.col-xl-12 {
grid-column: span 12;
width: 100%;
margin: 0; }
.col-xl-12 > *:last-child {
margin-bottom: 0 !important; } }
@media (min-width: 1600px) {
.col-xxl-1 {
grid-column: span 1;
width: 100%;
margin: 0; }
.col-xxl-1 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-2 {
grid-column: span 2;
width: 100%;
margin: 0; }
.col-xxl-2 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-3 {
grid-column: span 3;
width: 100%;
margin: 0; }
.col-xxl-3 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-4 {
grid-column: span 4;
width: 100%;
margin: 0; }
.col-xxl-4 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-5 {
grid-column: span 5;
width: 100%;
margin: 0; }
.col-xxl-5 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-6 {
grid-column: span 6;
width: 100%;
margin: 0; }
.col-xxl-6 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-7 {
grid-column: span 7;
width: 100%;
margin: 0; }
.col-xxl-7 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-8 {
grid-column: span 8;
width: 100%;
margin: 0; }
.col-xxl-8 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-9 {
grid-column: span 9;
width: 100%;
margin: 0; }
.col-xxl-9 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-10 {
grid-column: span 10;
width: 100%;
margin: 0; }
.col-xxl-10 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-11 {
grid-column: span 11;
width: 100%;
margin: 0; }
.col-xxl-11 > *:last-child {
margin-bottom: 0 !important; }
.col-xxl-12 {
grid-column: span 12;
width: 100%;
margin: 0; }
.col-xxl-12 > *:last-child {
margin-bottom: 0 !important; } }
/* --- 04. COMPOSANTS --- */
/*
* Les différents composants réutilisables de la page.
*
*/
/*
* 3. Buttons and labels
* All clickable elements
*
*/
.btn {
padding: 1.6rem;
padding-top: 0.5333333333rem;
padding-bottom: 0.5333333333rem;
margin: 0.8rem;
margin-top: 0.5333333333rem;
margin-bottom: 1.6rem;
line-height: 1.6rem;
height: auto;
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
transition: background-color .2s, border .2s, box-shadow .2s, color .2s;
font-weight: 400; }
.btn:hover, .btn:active, .btn:focus {
background-color: transparent; }
.btn:focus {
outline: none;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0); }
.btn:focus:before {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
outline: none; }
.btn:hover, .btn:active {
border: 0px solid rgba(0, 0, 0, 0.3); }
p .btn:last-child {
margin-bottom: 0; }
.btn-small, .badge {
padding: 0.4rem;
padding-top: 0.1333333333rem;
padding-bottom: 0.1333333333rem;
margin: 0.2rem;
margin-top: 0.1333333333rem;
margin-bottom: 1.6rem;
line-height: 1.6rem;
height: auto;
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
transition: background-color .2s, border .2s, box-shadow .2s, color .2s;
font-weight: 400;
padding-left: 0.4rem;
padding-right: 0.4rem;
text-decoration: none; }
.btn-small:hover, .btn-small:active, .btn-small:focus, .badge:hover, .badge:active, .badge:focus {
background-color: transparent; }
.btn-small:focus, .badge:focus {
outline: none;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0); }
.btn-small:focus:before, .badge:focus:before {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
outline: none; }
strong.btn-fake {
padding: 1.6rem;
padding-top: 0.5333333333rem;
padding-bottom: 0.5333333333rem;
margin: 0.8rem;
margin-top: 0.5333333333rem;
margin-bottom: 1.6rem;
line-height: 1.6rem;
height: auto;
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
transition: background-color .2s, border .2s, box-shadow .2s, color .2s;
font-weight: 400;
background-color: transparent;
color: black; }
strong.btn-fake:hover, strong.btn-fake:active, strong.btn-fake:focus {
background-color: transparent; }
strong.btn-fake:focus {
outline: none;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0); }
strong.btn-fake:focus:before {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
outline: none; }
strong.btn-fake:visited {
background-color: transparent;
color: black; }
strong.btn-fake:hover, strong.btn-fake:active, strong.btn-fake:focus, strong.btn-fake:visited:hover, strong.btn-fake:visited:active, strong.btn-fake:visited:focus, strong.btn-fake:not(.disabled):not(:disabled):hover, strong.btn-fake:not(.disabled):not(:disabled):active, strong.btn-fake:not(.disabled):not(:disabled):focus {
background-color: transparent;
color: #0d0d0d; }
.btn-readmore, .btn-link {
background-color: transparent;
color: #e33d22; }
.btn-readmore:visited, .btn-link:visited {
background-color: transparent;
color: #e33d22; }
.btn-readmore:hover, .btn-readmore:active, .btn-readmore:focus, .btn-readmore:visited:hover, .btn-readmore:visited:active, .btn-readmore:visited:focus, .btn-readmore:not(.disabled):not(:disabled):hover, .btn-readmore:not(.disabled):not(:disabled):active, .btn-readmore:not(.disabled):not(:disabled):focus, .btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:visited:hover, .btn-link:visited:active, .btn-link:visited:focus, .btn-link:not(.disabled):not(:disabled):hover, .btn-link:not(.disabled):not(:disabled):active, .btn-link:not(.disabled):not(:disabled):focus {
background-color: #dbe0e5;
color: #e65139; }
.btn-readmore:not(:hover), .btn-link:not(:hover) {
border-color: transparent; }
.btn-toolbar {
padding: 0 1.6rem; }
.btn-group > .btn {
border-radius: 4px 4px 4px 4px;
margin: 0 0 0 0 !important; }
.btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.btn-group:not(:first-child) > .btn:before {
content: " " !important;
border-left: 1px solid rgba(0, 0, 0, 0.2); }
.btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
/* ------------------ BREADCRUMB ------------------- */
ul.breadcrumb, ol.breadcrumb, .breadcrumb {
padding-top: 0em;
background-color: transparent;
margin: 0;
padding-bottom: 1.6rem;
display: flex;
flex-direction: row;
align-items: flex-start;
list-style: none; }
ul.breadcrumb li, ol.breadcrumb li, .breadcrumb li {
margin: 0; }
.breadcrumb li.breadcrumb-item {
padding: 0;
margin: 0 !important; }
.breadcrumb li.breadcrumb-item:before {
display: none; }
.breadcrumb li.breadcrumb-item a, .breadcrumb li.breadcrumb-item > span {
display: inline-block;
padding: 1.6rem;
padding-top: 0.5333333333rem;
padding-bottom: 0.5333333333rem;
margin: 0.8rem;
margin-top: 0.5333333333rem;
margin-bottom: 1.6rem;
line-height: 1.6rem;
height: auto;
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
transition: background-color .2s, border .2s, box-shadow .2s, color .2s;
font-weight: 400;
background-color: #f1f3f5;
color: #212529;
margin: 0 0 0 0; }
.breadcrumb li.breadcrumb-item a:hover, .breadcrumb li.breadcrumb-item a:active, .breadcrumb li.breadcrumb-item a:focus, .breadcrumb li.breadcrumb-item > span:hover, .breadcrumb li.breadcrumb-item > span:active, .breadcrumb li.breadcrumb-item > span:focus {
background-color: transparent; }
.breadcrumb li.breadcrumb-item a:focus, .breadcrumb li.breadcrumb-item > span:focus {
outline: none;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0); }
.breadcrumb li.breadcrumb-item a:focus:before, .breadcrumb li.breadcrumb-item > span:focus:before {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
outline: none; }
.breadcrumb li.breadcrumb-item a:visited, .breadcrumb li.breadcrumb-item > span:visited {
background-color: #f1f3f5;
color: #212529; }
.breadcrumb li.breadcrumb-item a:hover, .breadcrumb li.breadcrumb-item a:active, .breadcrumb li.breadcrumb-item a:focus, .breadcrumb li.breadcrumb-item a:visited:hover, .breadcrumb li.breadcrumb-item a:visited:active, .breadcrumb li.breadcrumb-item a:visited:focus, .breadcrumb li.breadcrumb-item a:not(.disabled):not(:disabled):hover, .breadcrumb li.breadcrumb-item a:not(.disabled):not(:disabled):active, .breadcrumb li.breadcrumb-item a:not(.disabled):not(:disabled):focus, .breadcrumb li.breadcrumb-item > span:hover, .breadcrumb li.breadcrumb-item > span:active, .breadcrumb li.breadcrumb-item > span:focus, .breadcrumb li.breadcrumb-item > span:visited:hover, .breadcrumb li.breadcrumb-item > span:visited:active, .breadcrumb li.breadcrumb-item > span:visited:focus, .breadcrumb li.breadcrumb-item > span:not(.disabled):not(:disabled):hover, .breadcrumb li.breadcrumb-item > span:not(.disabled):not(:disabled):active, .breadcrumb li.breadcrumb-item > span:not(.disabled):not(:disabled):focus {
background-color: #dbe0e5;
color: #2c3237; }
.breadcrumb li.breadcrumb-item a.active, .breadcrumb li.breadcrumb-item > span.active {
background-color: #343a40;
color: #fefefe; }
.breadcrumb li.breadcrumb-item a.active:visited, .breadcrumb li.breadcrumb-item > span.active:visited {
background-color: #343a40;
color: #fefefe; }
.breadcrumb li.breadcrumb-item a.active:hover, .breadcrumb li.breadcrumb-item a.active:active, .breadcrumb li.breadcrumb-item a.active:focus, .breadcrumb li.breadcrumb-item a.active:visited:hover, .breadcrumb li.breadcrumb-item a.active:visited:active, .breadcrumb li.breadcrumb-item a.active:visited:focus, .breadcrumb li.breadcrumb-item a.active:not(.disabled):not(:disabled):hover, .breadcrumb li.breadcrumb-item a.active:not(.disabled):not(:disabled):active, .breadcrumb li.breadcrumb-item a.active:not(.disabled):not(:disabled):focus, .breadcrumb li.breadcrumb-item > span.active:hover, .breadcrumb li.breadcrumb-item > span.active:active, .breadcrumb li.breadcrumb-item > span.active:focus, .breadcrumb li.breadcrumb-item > span.active:visited:hover, .breadcrumb li.breadcrumb-item > span.active:visited:active, .breadcrumb li.breadcrumb-item > span.active:visited:focus, .breadcrumb li.breadcrumb-item > span.active:not(.disabled):not(:disabled):hover, .breadcrumb li.breadcrumb-item > span.active:not(.disabled):not(:disabled):active, .breadcrumb li.breadcrumb-item > span.active:not(.disabled):not(:disabled):focus {
background-color: #343a40;
color: white; }
.breadcrumb li.breadcrumb-item:not(:first-child) a, .breadcrumb li.breadcrumb-item:not(:first-child) > span {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.breadcrumb li.breadcrumb-item:not(:last-child) a, .breadcrumb li.breadcrumb-item:not(:last-child) > span {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
nav.pagination {
padding-bottom: 1.6rem; }
nav.pagination .nav-links {
text-align: center;
width: 100%; }
nav.pagination .page-numbers, nav.pagination .next, nav.pagination .prev {
padding: 0.4rem;
padding-top: 0.1333333333rem;
padding-bottom: 0.1333333333rem;
margin: 0.2rem;
margin-top: 0.1333333333rem;
margin-bottom: 1.6rem;
line-height: 1.6rem;
height: auto;
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
transition: background-color .2s, border .2s, box-shadow .2s, color .2s;
font-weight: 400;
padding-left: 0.4rem;
padding-right: 0.4rem;
margin-right: 0.05rem;
margin-left: 0.05rem; }
nav.pagination .page-numbers:hover, nav.pagination .page-numbers:active, nav.pagination .page-numbers:focus, nav.pagination .next:hover, nav.pagination .next:active, nav.pagination .next:focus, nav.pagination .prev:hover, nav.pagination .prev:active, nav.pagination .prev:focus {
background-color: transparent; }
nav.pagination .page-numbers:focus, nav.pagination .next:focus, nav.pagination .prev:focus {
outline: none;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0); }
nav.pagination .page-numbers:focus:before, nav.pagination .next:focus:before, nav.pagination .prev:focus:before {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
outline: none; }
nav.pagination .page-numbers:not(.current), nav.pagination .next:not(.current), nav.pagination .prev:not(.current) {
background-color: #f1f3f5;
color: #212529;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
nav.pagination .page-numbers:not(.current):visited, nav.pagination .next:not(.current):visited, nav.pagination .prev:not(.current):visited {
background-color: #f1f3f5;
color: #212529; }
nav.pagination .page-numbers:not(.current):hover, nav.pagination .page-numbers:not(.current):active, nav.pagination .page-numbers:not(.current):focus, nav.pagination .page-numbers:not(.current):visited:hover, nav.pagination .page-numbers:not(.current):visited:active, nav.pagination .page-numbers:not(.current):visited:focus, nav.pagination .page-numbers:not(.current):not(.disabled):not(:disabled):hover, nav.pagination .page-numbers:not(.current):not(.disabled):not(:disabled):active, nav.pagination .page-numbers:not(.current):not(.disabled):not(:disabled):focus, nav.pagination .next:not(.current):hover, nav.pagination .next:not(.current):active, nav.pagination .next:not(.current):focus, nav.pagination .next:not(.current):visited:hover, nav.pagination .next:not(.current):visited:active, nav.pagination .next:not(.current):visited:focus, nav.pagination .next:not(.current):not(.disabled):not(:disabled):hover, nav.pagination .next:not(.current):not(.disabled):not(:disabled):active, nav.pagination .next:not(.current):not(.disabled):not(:disabled):focus, nav.pagination .prev:not(.current):hover, nav.pagination .prev:not(.current):active, nav.pagination .prev:not(.current):focus, nav.pagination .prev:not(.current):visited:hover, nav.pagination .prev:not(.current):visited:active, nav.pagination .prev:not(.current):visited:focus, nav.pagination .prev:not(.current):not(.disabled):not(:disabled):hover, nav.pagination .prev:not(.current):not(.disabled):not(:disabled):active, nav.pagination .prev:not(.current):not(.disabled):not(:disabled):focus {
background-color: #d2d4d6;
color: #2c3237; }
nav.pagination .page-numbers.current, nav.pagination .next.current, nav.pagination .prev.current {
background-color: #e33d22;
color: #fefefe; }
nav.pagination .page-numbers.current:hover, nav.pagination .next.current:hover, nav.pagination .prev.current:hover {
background-color: #e33d22;
color: #fefefe; }
/*
* 2. Cards and containers
* All elements that are supposed to contain other stuff
*
*
*/
.card {
border-radius: 8px 8px 8px 8px;
background-color: #f1f3f5;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
border: none;
margin: 0;
margin-bottom: 1.6rem;
display: flex;
flex-direction: column;
color: #212529; }
.card > * {
margin-left: 0.8rem;
margin-right: 0.8rem; }
.card > *:first-child {
margin-top: 1.6rem; }
.card > *:first-child.card-header {
margin-top: 0px; }
.card > *:last-child {
margin-bottom: 1.6rem; }
.card > *:last-child.card-header {
margin-bottom: 0px; }
.card-body {
padding: 0 !important; }
.card-header {
font-size: 1.1em;
font-weight: 300;
padding: 0.8rem;
padding-left: 1.6rem;
padding-right: 1.6rem;
padding-bottom: 0.8rem !important;
margin: 0px;
margin-bottom: 0.8rem;
margin-top: 0.8rem;
line-height: 1.6rem;
white-space: nowrap;
position: relative;
left: 0px;
width: 100%;
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
border-radius: 0; }
.card-header:first-child {
border-top-left-radius: 8px;
border-top-right-radius: 8px; }
.card-header:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px; }
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-header h7, .card-header h8, .card-header h9, .card-header h10 {
font-family: Open Sans, sans-serif;
font-size: 1rem;
padding: 0px;
margin: 0px;
color: #fefefe;
font-weight: 300;
line-height: 1.6rem; }
.card-header .fa {
margin-right: 0.5em; }
/* CARD LIST - Make a list part of a card */
ul.card-list, .card > ul {
padding: 0;
margin: 0; }
ul.card-list li.list-element, .card > ul li.list-element {
line-height: 1.6rem;
padding-right: 0.8rem;
padding-left: 0.4rem;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
margin: 0; }
.list-check li.list-element {
list-style: none; }
.list-check li.list-element::before {
font-family: "ForkAwesome";
content: "";
padding-right: 0.8rem; }
.list-cross li.list-element {
list-style: none; }
.list-cross li.list-element::before {
font-family: "ForkAwesome";
content: "";
padding-right: 0.8rem; }
.list-danger li.list-element::before {
color: #e33d22; }
.list-success li.list-element::before {
color: #51cf66; }
.smallcard-header {
font-size: 1.1em;
font-weight: 300;
padding: 0.8rem;
padding-left: 1.6rem;
padding-right: 1.6rem;
padding-bottom: 0.8rem !important;
margin: 0px;
margin-bottom: 0.8rem;
margin-top: 0.8rem;
line-height: 1.6rem;
white-space: nowrap;
position: relative;
left: 0px;
width: 100%;
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
border-radius: 0; }
.smallcard-header:first-child {
border-top-left-radius: 8px;
border-top-right-radius: 8px; }
.smallcard-header:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px; }
.smallcard-header h1, .smallcard-header h2, .smallcard-header h3, .smallcard-header h4, .smallcard-header h5, .smallcard-header h6, .smallcard-header h7, .smallcard-header h8, .smallcard-header h9, .smallcard-header h10 {
font-family: Open Sans, sans-serif;
font-size: 1rem;
padding: 0px;
margin: 0px;
color: #fefefe;
font-weight: 300;
line-height: 1.6rem; }
/* Menu handling */
.menu {
display: flex;
flex-direction: column;
padding: 0.4rem; }
.menu ul,
.menu li {
list-style: none;
padding: 0;
margin: 0; }
.menu a,
.menu a:visited {
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
display: flex;
line-height: 1.6rem;
padding: 0.4rem;
margin: 0;
justify-content: space-between;
align-items: center;
word-wrap: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent; }
.menu a:not(:hover),
.menu a:visited:not(:hover) {
border-color: transparent; }
.menu a .badge,
.menu a:visited .badge {
margin: 0; }
.menu.fg-light a, .fg-light .menu a {
color: #fefefe; }
.menu.fg-light a:hover, .menu.fg-light a:active, .fg-light .menu a:hover, .fg-light .menu a:active {
background-color: rgba(254, 254, 254, 0.3); }
.menu.fg-dark a, .fg-dark .menu a {
color: #212529; }
.menu.fg-dark a:hover, .menu.fg-dark a:active, .fg-dark .menu a:hover, .fg-dark .menu a:active {
background-color: rgba(33, 37, 41, 0.15); }
.toolbar {
flex-direction: row; }
.toolbar ul {
display: flex;
flex-direction: row;
flex-grow: 1; }
.toolbar li {
text-align: center; }
.toolbar li a,
.toolbar li span,
.toolbar li em,
.toolbar li strong, .toolbar li.toolbar-element {
display: block;
padding: 0.5333333333rem;
padding-left: 0.8rem;
padding-right: 0.8rem; }
.menu-divider {
position: relative;
left: -0.4rem;
font-weight: 800;
padding-top: 0.4rem;
padding-bottom: 0.4rem; }
.menu-label {
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 4px 4px 4px 4px;
background-color: transparent;
transition: background-color .2s, border .2s, box-shadow .2s, color .2s;
padding-left: 0.4rem;
padding-right: 0.4rem; }
.menu-label:hover, .menu-label:active, .menu-label:focus {
background-color: transparent; }
.menu-label:focus {
outline: none;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0); }
.menu-label:focus:before {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
outline: none; }
.toast {
border-radius: 8px 8px 8px 8px;
background-color: #f1f3f5;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
border: none;
margin: 0;
margin-bottom: 1.6rem;
padding: 0.8rem;
font-size: 0.8rem; }
.toast > * {
margin-left: 0.4rem;
margin-right: 0.4rem; }
.toast > *:first-child {
margin-top: 0.8rem; }
.toast > *:first-child.card-header {
margin-top: 0px; }
.toast > *:last-child {
margin-bottom: 0.8rem; }
.toast > *:last-child.card-header {
margin-bottom: 0px; }
.toast a:not(:hover) {
background-color: rgba(0, 0, 0, 0.2) !important; }
.toast a {
margin: 0; }
/* TABLE
* Style tables
*/
table {
border-collapse: collapse; }
table, th, td {
border: 0;
padding: 0;
margin: 0; }
th, td {
vertical-align: center;
padding-top: 0.325em;
padding-bottom: 0.325em; }
th {
font-weight: 800; }
.sidebar-container {
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
row-gap: 1.6rem;
column-gap: 3.2rem;
grid-template-areas: "side" "main"; }
@media (min-width: 992px) {
.sidebar-container {
grid-template-columns: 360px auto;
grid-template-areas: "side main"; } }
.sidebar-container .sidebar {
padding: 1rem; }
input,
textarea {
width: 100%;
background-color: #fefefe;
border-radius: 4px;
border: 0px solid rgba(0, 0, 0, 0);
padding: 0.4rem;
line-height: 1.6rem; }
/* 1. Utils
** All the utilities class of the stylesheet
*/
/* 1.0 - Accessibility classes
* Some classes to help accessibility
**/
.screen-reader-text {
visibility: collapse;
font-size: 0; }
/* 1.1 - Alignement classes
* Handle easily alignement and flexboxes
**/
.flex-that {
display: flex;
justify-content: space-between; }
.align-center {
text-align: center;
text-indent: 0 !important; }
.align-left {
text-align: left; }
.align-right {
text-align: right; }
.round, .pill {
border-radius: 9999px; }
.no-borders {
border-width: 0px;
border-style: none; }
/* 1.2 - Colorization classes
* Colorize some aspect of a class
**/
.bg-blue {
background-color: #339af0;
color: #fefefe; }
.bg-blue > a, .bg-blue > a:visited {
color: #339af0;
background-color: #fefefe; }
.bg-blue > a:hover, .bg-blue > a:active, .bg-blue > a:visited, .bg-blue > a:visited:hover, .bg-blue > a:visited:active, .bg-blue > a:visited:visited {
color: #fefefe;
background: none; }
.bg-blue:hover {
background-color: #339af0;
color: #fefefe; }
.bg-blue:hover > a, .bg-blue:hover > a:visited {
color: #339af0;
background-color: #fefefe; }
.bg-blue:hover > a:hover, .bg-blue:hover > a:active, .bg-blue:hover > a:visited, .bg-blue:hover > a:visited:hover, .bg-blue:hover > a:visited:active, .bg-blue:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-violet {
background-color: #845ef7;
color: #fefefe; }
.bg-violet > a, .bg-violet > a:visited {
color: #845ef7;
background-color: #fefefe; }
.bg-violet > a:hover, .bg-violet > a:active, .bg-violet > a:visited, .bg-violet > a:visited:hover, .bg-violet > a:visited:active, .bg-violet > a:visited:visited {
color: #fefefe;
background: none; }
.bg-violet:hover {
background-color: #845ef7;
color: #fefefe; }
.bg-violet:hover > a, .bg-violet:hover > a:visited {
color: #845ef7;
background-color: #fefefe; }
.bg-violet:hover > a:hover, .bg-violet:hover > a:active, .bg-violet:hover > a:visited, .bg-violet:hover > a:visited:hover, .bg-violet:hover > a:visited:active, .bg-violet:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-red {
background-color: #e33d22;
color: #fefefe; }
.bg-red > a, .bg-red > a:visited {
color: #e33d22;
background-color: #fefefe; }
.bg-red > a:hover, .bg-red > a:active, .bg-red > a:visited, .bg-red > a:visited:hover, .bg-red > a:visited:active, .bg-red > a:visited:visited {
color: #fefefe;
background: none; }
.bg-red:hover {
background-color: #e33d22;
color: #fefefe; }
.bg-red:hover > a, .bg-red:hover > a:visited {
color: #e33d22;
background-color: #fefefe; }
.bg-red:hover > a:hover, .bg-red:hover > a:active, .bg-red:hover > a:visited, .bg-red:hover > a:visited:hover, .bg-red:hover > a:visited:active, .bg-red:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-orange {
background-color: #ff922b;
color: #fefefe; }
.bg-orange > a, .bg-orange > a:visited {
color: #ff922b;
background-color: #fefefe; }
.bg-orange > a:hover, .bg-orange > a:active, .bg-orange > a:visited, .bg-orange > a:visited:hover, .bg-orange > a:visited:active, .bg-orange > a:visited:visited {
color: #fefefe;
background: none; }
.bg-orange:hover {
background-color: #ff922b;
color: #fefefe; }
.bg-orange:hover > a, .bg-orange:hover > a:visited {
color: #ff922b;
background-color: #fefefe; }
.bg-orange:hover > a:hover, .bg-orange:hover > a:active, .bg-orange:hover > a:visited, .bg-orange:hover > a:visited:hover, .bg-orange:hover > a:visited:active, .bg-orange:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-green {
background-color: #51cf66;
color: #fefefe; }
.bg-green > a, .bg-green > a:visited {
color: #51cf66;
background-color: #fefefe; }
.bg-green > a:hover, .bg-green > a:active, .bg-green > a:visited, .bg-green > a:visited:hover, .bg-green > a:visited:active, .bg-green > a:visited:visited {
color: #fefefe;
background: none; }
.bg-green:hover {
background-color: #51cf66;
color: #fefefe; }
.bg-green:hover > a, .bg-green:hover > a:visited {
color: #51cf66;
background-color: #fefefe; }
.bg-green:hover > a:hover, .bg-green:hover > a:active, .bg-green:hover > a:visited, .bg-green:hover > a:visited:hover, .bg-green:hover > a:visited:active, .bg-green:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-skyblue {
background-color: #3bc9db;
color: #fefefe; }
.bg-skyblue > a, .bg-skyblue > a:visited {
color: #3bc9db;
background-color: #fefefe; }
.bg-skyblue > a:hover, .bg-skyblue > a:active, .bg-skyblue > a:visited, .bg-skyblue > a:visited:hover, .bg-skyblue > a:visited:active, .bg-skyblue > a:visited:visited {
color: #fefefe;
background: none; }
.bg-skyblue:hover {
background-color: #3bc9db;
color: #fefefe; }
.bg-skyblue:hover > a, .bg-skyblue:hover > a:visited {
color: #3bc9db;
background-color: #fefefe; }
.bg-skyblue:hover > a:hover, .bg-skyblue:hover > a:active, .bg-skyblue:hover > a:visited, .bg-skyblue:hover > a:visited:hover, .bg-skyblue:hover > a:visited:active, .bg-skyblue:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-dark {
background-color: #343a40;
color: #fefefe; }
.bg-dark > a, .bg-dark > a:visited {
color: #343a40;
background-color: #fefefe; }
.bg-dark > a:hover, .bg-dark > a:active, .bg-dark > a:visited, .bg-dark > a:visited:hover, .bg-dark > a:visited:active, .bg-dark > a:visited:visited {
color: #fefefe;
background: none; }
.bg-dark:hover {
background-color: #343a40;
color: #fefefe; }
.bg-dark:hover > a, .bg-dark:hover > a:visited {
color: #343a40;
background-color: #fefefe; }
.bg-dark:hover > a:hover, .bg-dark:hover > a:active, .bg-dark:hover > a:visited, .bg-dark:hover > a:visited:hover, .bg-dark:hover > a:visited:active, .bg-dark:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-light {
background-color: #fefefe;
color: #212529; }
.bg-light > a, .bg-light > a:visited {
color: #fefefe;
background-color: #212529; }
.bg-light > a:hover, .bg-light > a:active, .bg-light > a:visited, .bg-light > a:visited:hover, .bg-light > a:visited:active, .bg-light > a:visited:visited {
color: #212529;
background: none; }
.bg-light:hover {
background-color: #fefefe;
color: #212529; }
.bg-light:hover > a, .bg-light:hover > a:visited {
color: #fefefe;
background-color: #212529; }
.bg-light:hover > a:hover, .bg-light:hover > a:active, .bg-light:hover > a:visited, .bg-light:hover > a:visited:hover, .bg-light:hover > a:visited:active, .bg-light:hover > a:visited:visited {
color: #212529;
background: none; }
.bg-yellow {
background-color: #fcc419;
color: #fefefe; }
.bg-yellow > a, .bg-yellow > a:visited {
color: #fcc419;
background-color: #fefefe; }
.bg-yellow > a:hover, .bg-yellow > a:active, .bg-yellow > a:visited, .bg-yellow > a:visited:hover, .bg-yellow > a:visited:active, .bg-yellow > a:visited:visited {
color: #fefefe;
background: none; }
.bg-yellow:hover {
background-color: #fcc419;
color: #fefefe; }
.bg-yellow:hover > a, .bg-yellow:hover > a:visited {
color: #fcc419;
background-color: #fefefe; }
.bg-yellow:hover > a:hover, .bg-yellow:hover > a:active, .bg-yellow:hover > a:visited, .bg-yellow:hover > a:visited:hover, .bg-yellow:hover > a:visited:active, .bg-yellow:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-grey {
background-color: #adb5bd;
color: #fefefe; }
.bg-grey > a, .bg-grey > a:visited {
color: #adb5bd;
background-color: #fefefe; }
.bg-grey > a:hover, .bg-grey > a:active, .bg-grey > a:visited, .bg-grey > a:visited:hover, .bg-grey > a:visited:active, .bg-grey > a:visited:visited {
color: #fefefe;
background: none; }
.bg-grey:hover {
background-color: #adb5bd;
color: #fefefe; }
.bg-grey:hover > a, .bg-grey:hover > a:visited {
color: #adb5bd;
background-color: #fefefe; }
.bg-grey:hover > a:hover, .bg-grey:hover > a:active, .bg-grey:hover > a:visited, .bg-grey:hover > a:visited:hover, .bg-grey:hover > a:visited:active, .bg-grey:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-dark2 {
background-color: #212529;
color: #fefefe; }
.bg-dark2 > a, .bg-dark2 > a:visited {
color: #212529;
background-color: #fefefe; }
.bg-dark2 > a:hover, .bg-dark2 > a:active, .bg-dark2 > a:visited, .bg-dark2 > a:visited:hover, .bg-dark2 > a:visited:active, .bg-dark2 > a:visited:visited {
color: #fefefe;
background: none; }
.bg-dark2:hover {
background-color: #212529;
color: #fefefe; }
.bg-dark2:hover > a, .bg-dark2:hover > a:visited {
color: #212529;
background-color: #fefefe; }
.bg-dark2:hover > a:hover, .bg-dark2:hover > a:active, .bg-dark2:hover > a:visited, .bg-dark2:hover > a:visited:hover, .bg-dark2:hover > a:visited:active, .bg-dark2:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-light2 {
background-color: #f1f3f5;
color: #212529; }
.bg-light2 > a, .bg-light2 > a:visited {
color: #f1f3f5;
background-color: #212529; }
.bg-light2 > a:hover, .bg-light2 > a:active, .bg-light2 > a:visited, .bg-light2 > a:visited:hover, .bg-light2 > a:visited:active, .bg-light2 > a:visited:visited {
color: #212529;
background: none; }
.bg-light2:hover {
background-color: #f1f3f5;
color: #212529; }
.bg-light2:hover > a, .bg-light2:hover > a:visited {
color: #f1f3f5;
background-color: #212529; }
.bg-light2:hover > a:hover, .bg-light2:hover > a:active, .bg-light2:hover > a:visited, .bg-light2:hover > a:visited:hover, .bg-light2:hover > a:visited:active, .bg-light2:hover > a:visited:visited {
color: #212529;
background: none; }
.bg-primary {
background-color: #e33d22;
color: #fefefe; }
.bg-primary > a, .bg-primary > a:visited {
color: #e33d22;
background-color: #fefefe; }
.bg-primary > a:hover, .bg-primary > a:active, .bg-primary > a:visited, .bg-primary > a:visited:hover, .bg-primary > a:visited:active, .bg-primary > a:visited:visited {
color: #fefefe;
background: none; }
.bg-primary:hover {
background-color: #e33d22;
color: #fefefe; }
.bg-primary:hover > a, .bg-primary:hover > a:visited {
color: #e33d22;
background-color: #fefefe; }
.bg-primary:hover > a:hover, .bg-primary:hover > a:active, .bg-primary:hover > a:visited, .bg-primary:hover > a:visited:hover, .bg-primary:hover > a:visited:active, .bg-primary:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-secondary {
background-color: #343a40;
color: #fefefe; }
.bg-secondary > a, .bg-secondary > a:visited {
color: #343a40;
background-color: #fefefe; }
.bg-secondary > a:hover, .bg-secondary > a:active, .bg-secondary > a:visited, .bg-secondary > a:visited:hover, .bg-secondary > a:visited:active, .bg-secondary > a:visited:visited {
color: #fefefe;
background: none; }
.bg-secondary:hover {
background-color: #343a40;
color: #fefefe; }
.bg-secondary:hover > a, .bg-secondary:hover > a:visited {
color: #343a40;
background-color: #fefefe; }
.bg-secondary:hover > a:hover, .bg-secondary:hover > a:active, .bg-secondary:hover > a:visited, .bg-secondary:hover > a:visited:hover, .bg-secondary:hover > a:visited:active, .bg-secondary:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-warning {
background-color: #ff922b;
color: #fefefe; }
.bg-warning > a, .bg-warning > a:visited {
color: #ff922b;
background-color: #fefefe; }
.bg-warning > a:hover, .bg-warning > a:active, .bg-warning > a:visited, .bg-warning > a:visited:hover, .bg-warning > a:visited:active, .bg-warning > a:visited:visited {
color: #fefefe;
background: none; }
.bg-warning:hover {
background-color: #ff922b;
color: #fefefe; }
.bg-warning:hover > a, .bg-warning:hover > a:visited {
color: #ff922b;
background-color: #fefefe; }
.bg-warning:hover > a:hover, .bg-warning:hover > a:active, .bg-warning:hover > a:visited, .bg-warning:hover > a:visited:hover, .bg-warning:hover > a:visited:active, .bg-warning:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-danger {
background-color: #e33d22;
color: #fefefe; }
.bg-danger > a, .bg-danger > a:visited {
color: #e33d22;
background-color: #fefefe; }
.bg-danger > a:hover, .bg-danger > a:active, .bg-danger > a:visited, .bg-danger > a:visited:hover, .bg-danger > a:visited:active, .bg-danger > a:visited:visited {
color: #fefefe;
background: none; }
.bg-danger:hover {
background-color: #e33d22;
color: #fefefe; }
.bg-danger:hover > a, .bg-danger:hover > a:visited {
color: #e33d22;
background-color: #fefefe; }
.bg-danger:hover > a:hover, .bg-danger:hover > a:active, .bg-danger:hover > a:visited, .bg-danger:hover > a:visited:hover, .bg-danger:hover > a:visited:active, .bg-danger:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-info {
background-color: #3bc9db;
color: #fefefe; }
.bg-info > a, .bg-info > a:visited {
color: #3bc9db;
background-color: #fefefe; }
.bg-info > a:hover, .bg-info > a:active, .bg-info > a:visited, .bg-info > a:visited:hover, .bg-info > a:visited:active, .bg-info > a:visited:visited {
color: #fefefe;
background: none; }
.bg-info:hover {
background-color: #3bc9db;
color: #fefefe; }
.bg-info:hover > a, .bg-info:hover > a:visited {
color: #3bc9db;
background-color: #fefefe; }
.bg-info:hover > a:hover, .bg-info:hover > a:active, .bg-info:hover > a:visited, .bg-info:hover > a:visited:hover, .bg-info:hover > a:visited:active, .bg-info:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-success {
background-color: #51cf66;
color: #fefefe; }
.bg-success > a, .bg-success > a:visited {
color: #51cf66;
background-color: #fefefe; }
.bg-success > a:hover, .bg-success > a:active, .bg-success > a:visited, .bg-success > a:visited:hover, .bg-success > a:visited:active, .bg-success > a:visited:visited {
color: #fefefe;
background: none; }
.bg-success:hover {
background-color: #51cf66;
color: #fefefe; }
.bg-success:hover > a, .bg-success:hover > a:visited {
color: #51cf66;
background-color: #fefefe; }
.bg-success:hover > a:hover, .bg-success:hover > a:active, .bg-success:hover > a:visited, .bg-success:hover > a:visited:hover, .bg-success:hover > a:visited:active, .bg-success:hover > a:visited:visited {
color: #fefefe;
background: none; }
.bg-muted {
background-color: #adb5bd;
color: #fefefe; }
.bg-muted > a, .bg-muted > a:visited {
color: #adb5bd;
background-color: #fefefe; }
.bg-muted > a:hover, .bg-muted > a:active, .bg-muted > a:visited, .bg-muted > a:visited:hover, .bg-muted > a:visited:active, .bg-muted > a:visited:visited {
color: #fefefe;
background: none; }
.bg-muted:hover {
background-color: #adb5bd;
color: #fefefe; }
.bg-muted:hover > a, .bg-muted:hover > a:visited {
color: #adb5bd;
background-color: #fefefe; }
.bg-muted:hover > a:hover, .bg-muted:hover > a:active, .bg-muted:hover > a:visited, .bg-muted:hover > a:visited:hover, .bg-muted:hover > a:visited:active, .bg-muted:hover > a:visited:visited {
color: #fefefe;
background: none; }
.text-blue {
color: #339af0; }
.text-violet {
color: #845ef7; }
.text-red {
color: #e33d22; }
.text-orange {
color: #ff922b; }
.text-green {
color: #51cf66; }
.text-skyblue {
color: #3bc9db; }
.text-dark {
color: #343a40; }
.text-light {
color: #fefefe; }
.text-yellow {
color: #fcc419; }
.text-grey {
color: #adb5bd; }
.text-dark2 {
color: #212529; }
.text-light2 {
color: #f1f3f5; }
.text-primary {
color: #e33d22; }
.text-secondary {
color: #343a40; }
.text-warning {
color: #ff922b; }
.text-danger {
color: #e33d22; }
.text-info {
color: #3bc9db; }
.text-success {
color: #51cf66; }
.text-muted {
color: #adb5bd; }
.btn-blue {
background-color: #339af0;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-blue:visited {
background-color: #339af0;
color: #fefefe; }
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:visited:hover, .btn-blue:visited:active, .btn-blue:visited:focus, .btn-blue:not(.disabled):not(:disabled):hover, .btn-blue:not(.disabled):not(:disabled):active, .btn-blue:not(.disabled):not(:disabled):focus {
background-color: #51a9f2;
color: white; }
.btn-violet {
background-color: #845ef7;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-violet:visited {
background-color: #845ef7;
color: #fefefe; }
.btn-violet:hover, .btn-violet:active, .btn-violet:focus, .btn-violet:visited:hover, .btn-violet:visited:active, .btn-violet:visited:focus, .btn-violet:not(.disabled):not(:disabled):hover, .btn-violet:not(.disabled):not(:disabled):active, .btn-violet:not(.disabled):not(:disabled):focus {
background-color: #9676f8;
color: white; }
.btn-red {
background-color: #e33d22;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-red:visited {
background-color: #e33d22;
color: #fefefe; }
.btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:visited:hover, .btn-red:visited:active, .btn-red:visited:focus, .btn-red:not(.disabled):not(:disabled):hover, .btn-red:not(.disabled):not(:disabled):active, .btn-red:not(.disabled):not(:disabled):focus {
background-color: #e75a43;
color: white; }
.btn-orange {
background-color: #ff922b;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-orange:visited {
background-color: #ff922b;
color: #fefefe; }
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:visited:hover, .btn-orange:visited:active, .btn-orange:visited:focus, .btn-orange:not(.disabled):not(:disabled):hover, .btn-orange:not(.disabled):not(:disabled):active, .btn-orange:not(.disabled):not(:disabled):focus {
background-color: #ffa24b;
color: white; }
.btn-green {
background-color: #51cf66;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-green:visited {
background-color: #51cf66;
color: #fefefe; }
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:visited:hover, .btn-green:visited:active, .btn-green:visited:focus, .btn-green:not(.disabled):not(:disabled):hover, .btn-green:not(.disabled):not(:disabled):active, .btn-green:not(.disabled):not(:disabled):focus {
background-color: #6bd67d;
color: white; }
.btn-skyblue {
background-color: #3bc9db;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-skyblue:visited {
background-color: #3bc9db;
color: #fefefe; }
.btn-skyblue:hover, .btn-skyblue:active, .btn-skyblue:focus, .btn-skyblue:visited:hover, .btn-skyblue:visited:active, .btn-skyblue:visited:focus, .btn-skyblue:not(.disabled):not(:disabled):hover, .btn-skyblue:not(.disabled):not(:disabled):active, .btn-skyblue:not(.disabled):not(:disabled):focus {
background-color: #58d1e0;
color: white; }
.btn-dark {
background-color: #343a40;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-dark:visited {
background-color: #343a40;
color: #fefefe; }
.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:visited:hover, .btn-dark:visited:active, .btn-dark:visited:focus, .btn-dark:not(.disabled):not(:disabled):hover, .btn-dark:not(.disabled):not(:disabled):active, .btn-dark:not(.disabled):not(:disabled):focus {
background-color: #52575d;
color: white; }
.btn-light {
background-color: #fefefe;
color: #212529;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-light:visited {
background-color: #fefefe;
color: #212529; }
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light:visited:hover, .btn-light:visited:active, .btn-light:visited:focus, .btn-light:not(.disabled):not(:disabled):hover, .btn-light:not(.disabled):not(:disabled):active, .btn-light:not(.disabled):not(:disabled):focus {
background-color: #ddddde;
color: #2c3237; }
.btn-yellow {
background-color: #fcc419;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-yellow:visited {
background-color: #fcc419;
color: #fefefe; }
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:visited:hover, .btn-yellow:visited:active, .btn-yellow:visited:focus, .btn-yellow:not(.disabled):not(:disabled):hover, .btn-yellow:not(.disabled):not(:disabled):active, .btn-yellow:not(.disabled):not(:disabled):focus {
background-color: #fccd3b;
color: white; }
.btn-grey {
background-color: #adb5bd;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-grey:visited {
background-color: #adb5bd;
color: #fefefe; }
.btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:visited:hover, .btn-grey:visited:active, .btn-grey:visited:focus, .btn-grey:not(.disabled):not(:disabled):hover, .btn-grey:not(.disabled):not(:disabled):active, .btn-grey:not(.disabled):not(:disabled):focus {
background-color: #b9c0c7;
color: white; }
.btn-dark2 {
background-color: #212529;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-dark2:visited {
background-color: #212529;
color: #fefefe; }
.btn-dark2:hover, .btn-dark2:active, .btn-dark2:focus, .btn-dark2:visited:hover, .btn-dark2:visited:active, .btn-dark2:visited:focus, .btn-dark2:not(.disabled):not(:disabled):hover, .btn-dark2:not(.disabled):not(:disabled):active, .btn-dark2:not(.disabled):not(:disabled):focus {
background-color: #424649;
color: white; }
.btn-light2 {
background-color: #f1f3f5;
color: #212529;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-light2:visited {
background-color: #f1f3f5;
color: #212529; }
.btn-light2:hover, .btn-light2:active, .btn-light2:focus, .btn-light2:visited:hover, .btn-light2:visited:active, .btn-light2:visited:focus, .btn-light2:not(.disabled):not(:disabled):hover, .btn-light2:not(.disabled):not(:disabled):active, .btn-light2:not(.disabled):not(:disabled):focus {
background-color: #d2d4d6;
color: #2c3237; }
.btn-primary {
background-color: #e33d22;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-primary:visited {
background-color: #e33d22;
color: #fefefe; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited:hover, .btn-primary:visited:active, .btn-primary:visited:focus, .btn-primary:not(.disabled):not(:disabled):hover, .btn-primary:not(.disabled):not(:disabled):active, .btn-primary:not(.disabled):not(:disabled):focus {
background-color: #e75a43;
color: white; }
.btn-secondary {
background-color: #343a40;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-secondary:visited {
background-color: #343a40;
color: #fefefe; }
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited:hover, .btn-secondary:visited:active, .btn-secondary:visited:focus, .btn-secondary:not(.disabled):not(:disabled):hover, .btn-secondary:not(.disabled):not(:disabled):active, .btn-secondary:not(.disabled):not(:disabled):focus {
background-color: #52575d;
color: white; }
.btn-warning {
background-color: #ff922b;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-warning:visited {
background-color: #ff922b;
color: #fefefe; }
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:visited:hover, .btn-warning:visited:active, .btn-warning:visited:focus, .btn-warning:not(.disabled):not(:disabled):hover, .btn-warning:not(.disabled):not(:disabled):active, .btn-warning:not(.disabled):not(:disabled):focus {
background-color: #ffa24b;
color: white; }
.btn-danger {
background-color: #e33d22;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-danger:visited {
background-color: #e33d22;
color: #fefefe; }
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:visited:hover, .btn-danger:visited:active, .btn-danger:visited:focus, .btn-danger:not(.disabled):not(:disabled):hover, .btn-danger:not(.disabled):not(:disabled):active, .btn-danger:not(.disabled):not(:disabled):focus {
background-color: #e75a43;
color: white; }
.btn-info {
background-color: #3bc9db;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-info:visited {
background-color: #3bc9db;
color: #fefefe; }
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:visited:hover, .btn-info:visited:active, .btn-info:visited:focus, .btn-info:not(.disabled):not(:disabled):hover, .btn-info:not(.disabled):not(:disabled):active, .btn-info:not(.disabled):not(:disabled):focus {
background-color: #58d1e0;
color: white; }
.btn-success {
background-color: #51cf66;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-success:visited {
background-color: #51cf66;
color: #fefefe; }
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:visited:hover, .btn-success:visited:active, .btn-success:visited:focus, .btn-success:not(.disabled):not(:disabled):hover, .btn-success:not(.disabled):not(:disabled):active, .btn-success:not(.disabled):not(:disabled):focus {
background-color: #6bd67d;
color: white; }
.btn-muted {
background-color: #adb5bd;
color: #fefefe;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
.btn-muted:visited {
background-color: #adb5bd;
color: #fefefe; }
.btn-muted:hover, .btn-muted:active, .btn-muted:focus, .btn-muted:visited:hover, .btn-muted:visited:active, .btn-muted:visited:focus, .btn-muted:not(.disabled):not(:disabled):hover, .btn-muted:not(.disabled):not(:disabled):active, .btn-muted:not(.disabled):not(:disabled):focus {
background-color: #b9c0c7;
color: white; }
.head-blue .card-header, .head-blue .menu-header, .head-blue.header-bg th {
background-color: #339af0;
color: #fefefe; }
.head-blue th {
color: #339af0; }
.head-violet .card-header, .head-violet .menu-header, .head-violet.header-bg th {
background-color: #845ef7;
color: #fefefe; }
.head-violet th {
color: #845ef7; }
.head-red .card-header, .head-red .menu-header, .head-red.header-bg th {
background-color: #e33d22;
color: #fefefe; }
.head-red th {
color: #e33d22; }
.head-orange .card-header, .head-orange .menu-header, .head-orange.header-bg th {
background-color: #ff922b;
color: #fefefe; }
.head-orange th {
color: #ff922b; }
.head-green .card-header, .head-green .menu-header, .head-green.header-bg th {
background-color: #51cf66;
color: #fefefe; }
.head-green th {
color: #51cf66; }
.head-skyblue .card-header, .head-skyblue .menu-header, .head-skyblue.header-bg th {
background-color: #3bc9db;
color: #fefefe; }
.head-skyblue th {
color: #3bc9db; }
.head-dark .card-header, .head-dark .menu-header, .head-dark.header-bg th {
background-color: #343a40;
color: #fefefe; }
.head-dark th {
color: #343a40; }
.head-light .card-header, .head-light .menu-header, .head-light.header-bg th {
background-color: #fefefe;
color: #212529; }
.head-light th {
color: #fefefe; }
.head-yellow .card-header, .head-yellow .menu-header, .head-yellow.header-bg th {
background-color: #fcc419;
color: #fefefe; }
.head-yellow th {
color: #fcc419; }
.head-grey .card-header, .head-grey .menu-header, .head-grey.header-bg th {
background-color: #adb5bd;
color: #fefefe; }
.head-grey th {
color: #adb5bd; }
.head-dark2 .card-header, .head-dark2 .menu-header, .head-dark2.header-bg th {
background-color: #212529;
color: #fefefe; }
.head-dark2 th {
color: #212529; }
.head-light2 .card-header, .head-light2 .menu-header, .head-light2.header-bg th {
background-color: #f1f3f5;
color: #212529; }
.head-light2 th {
color: #f1f3f5; }
.head-primary .card-header, .head-primary .menu-header, .head-primary.header-bg th {
background-color: #e33d22;
color: #fefefe; }
.head-primary th {
color: #e33d22; }
.head-secondary .card-header, .head-secondary .menu-header, .head-secondary.header-bg th {
background-color: #343a40;
color: #fefefe; }
.head-secondary th {
color: #343a40; }
.head-warning .card-header, .head-warning .menu-header, .head-warning.header-bg th {
background-color: #ff922b;
color: #fefefe; }
.head-warning th {
color: #ff922b; }
.head-danger .card-header, .head-danger .menu-header, .head-danger.header-bg th {
background-color: #e33d22;
color: #fefefe; }
.head-danger th {
color: #e33d22; }
.head-info .card-header, .head-info .menu-header, .head-info.header-bg th {
background-color: #3bc9db;
color: #fefefe; }
.head-info th {
color: #3bc9db; }
.head-success .card-header, .head-success .menu-header, .head-success.header-bg th {
background-color: #51cf66;
color: #fefefe; }
.head-success th {
color: #51cf66; }
.head-muted .card-header, .head-muted .menu-header, .head-muted.header-bg th {
background-color: #adb5bd;
color: #fefefe; }
.head-muted th {
color: #adb5bd; }
.fg-light {
color: #fefefe; }
.fg-dark {
color: #212529; }
/* 1.3 - List classes
* Handle more easily list
**/
.no-pills {
list-style: none; }
/* 1.3 - Sizing classes
* Handle sizing and margin
**/
.m-half {
margin: 0.8rem; }
.mb-half {
margin-bottom: 0.8rem; }
.mr-half {
margin-right: 0.8rem; }
.ml-half {
margin-left: 0.8rem; }
.mt-half {
margin-top: 0.8rem; }
.m-0 {
margin: 0rem; }
.mb-0 {
margin-bottom: 0rem; }
.mr-0 {
margin-right: 0rem; }
.ml-0 {
margin-left: 0rem; }
.mt-0 {
margin-top: 0rem; }
.m-1 {
margin: 1.6rem; }
.mb-1 {
margin-bottom: 1.6rem; }
.mr-1 {
margin-right: 1.6rem; }
.ml-1 {
margin-left: 1.6rem; }
.mt-1 {
margin-top: 1.6rem; }
.m-2 {
margin: 3.2rem; }
.mb-2 {
margin-bottom: 3.2rem; }
.mr-2 {
margin-right: 3.2rem; }
.ml-2 {
margin-left: 3.2rem; }
.mt-2 {
margin-top: 3.2rem; }
.m-3 {
margin: 4.8rem; }
.mb-3 {
margin-bottom: 4.8rem; }
.mr-3 {
margin-right: 4.8rem; }
.ml-3 {
margin-left: 4.8rem; }
.mt-3 {
margin-top: 4.8rem; }
.m-4 {
margin: 6.4rem; }
.mb-4 {
margin-bottom: 6.4rem; }
.mr-4 {
margin-right: 6.4rem; }
.ml-4 {
margin-left: 6.4rem; }
.mt-4 {
margin-top: 6.4rem; }
.p-half {
padding: 0.8rem; }
.pb-half {
padding-bottom: 0.8rem; }
.pr-half {
padding-right: 0.8rem; }
.pl-half {
padding-left: 0.8rem; }
.pt-half {
padding-top: 0.8rem; }
.p-0 {
padding: 0rem; }
.pb-0 {
padding-bottom: 0rem; }
.pr-0 {
padding-right: 0rem; }
.pl-0 {
padding-left: 0rem; }
.pt-0 {
padding-top: 0rem; }
.p-1 {
padding: 1.6rem; }
.pb-1 {
padding-bottom: 1.6rem; }
.pr-1 {
padding-right: 1.6rem; }
.pl-1 {
padding-left: 1.6rem; }
.pt-1 {
padding-top: 1.6rem; }
.p-2 {
padding: 3.2rem; }
.pb-2 {
padding-bottom: 3.2rem; }
.pr-2 {
padding-right: 3.2rem; }
.pl-2 {
padding-left: 3.2rem; }
.pt-2 {
padding-top: 3.2rem; }
.p-3 {
padding: 4.8rem; }
.pb-3 {
padding-bottom: 4.8rem; }
.pr-3 {
padding-right: 4.8rem; }
.pl-3 {
padding-left: 4.8rem; }
.pt-3 {
padding-top: 4.8rem; }
.p-4 {
padding: 6.4rem; }
.pb-4 {
padding-bottom: 6.4rem; }
.pr-4 {
padding-right: 6.4rem; }
.pl-4 {
padding-left: 6.4rem; }
.pt-4 {
padding-top: 6.4rem; }
.f-column {
display: flex;
flex-direction: column; }
.f-column.reverse {
flex-direction: column-reverse; }
.f-row {
display: flex;
flex-direction: row; }
.f-row.reverse {
flex-direction: row-reverse; }
.f-start {
justify-content: flex-start; }
.f-end {
justify-content: flex-end; }
.f-center {
justify-content: center; }
.f-around {
justify-content: space-around; }
.f-between {
justify-content: space-between; }
.d-block {
display: block; }
/* 4 - Custom styling
* Styles that are custom to this particular theme
**/
/* --- 03. GLOBAL STYLING --- */
/*
* Les styles "globaux" touchant toute la page.
*
*/
.no-pills {
list-style: none; }
.align-center {
text-align: center; }
.align-left {
text-align: left; }
.align-right {
text-align: right; }
/* ------------------ HEADERS ------------------- */
#page-header {
background: #e33d22 url("img/background.png");
margin-bottom: 1.5rem;
font-size: 0.8rem; }
#page-header .fa {
font-size: 1rem; }
header h1 {
border-style: none !important;
font-weight: 800;
font-size: 5.4em;
font-style: oblique;
padding: 1.5rem;
line-height: 1rem;
max-width: 1200px;
margin: auto;
text-align: center; }
header h1 img {
width: 800px;
height: auto;
margin-top: 0rem; }
header h1 a, header h1 a:visited, header h1 a:hover {
background-color: transparent; }
.osd {
background-color: rgba(0, 0, 0, 0.3); }
.navbar {
border-left: 0;
border-right: 0;
padding: 0.75rem;
color: #fefefe; }
.navbar a {
color: #fefefe; }
.navbar li {
margin: 0; }
.categories {
font-weight: 800;
font-size: 0.8rem; }
.dropdown-menu {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0); }
/* ------------------ CONTAINERS ------------------- */
.container-big {
padding-left: 1.6rem;
padding-right: 1.6rem;
max-width: 1200px;
margin: auto; }
.container-blog {
padding-left: 1.6rem;
padding-right: 1.6rem;
max-width: 1200px;
margin: auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
row-gap: 1.6rem;
column-gap: 3rem;
grid-template-areas: "main" "side"; }
@media (min-width: 1200px) {
.container-blog {
grid-template-columns: auto 360px;
grid-template-areas: "main side"; } }
.fullwidth {
grid-column: span 2; }
.sidebar {
grid-area: side; }
ul.tag-list {
display: flex;
padding-bottom: 0;
overflow: hidden;
height: auto;
flex-wrap: wrap; }
ul.tag-list li {
list-style: none;
margin: 3px; }
.container-preview {
padding-left: 1.6rem;
padding-right: 1.6rem;
max-width: 1200px;
margin: auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
row-gap: 1.6rem;
column-gap: 3rem;
grid-template-areas: "main" "side"; }
@media (min-width: 992px) {
.container-preview {
grid-template-columns: 360px auto;
grid-template-areas: "side main"; } }
.container-onecolumn {
max-width: 1280px;
margin: auto;
padding-bottom: 1.6rem; }
.container-personnage {
padding-left: 1.6rem;
padding-right: 1.6rem;
max-width: 1200px;
margin: auto;
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: auto;
row-gap: 3rem;
column-gap: 3rem;
grid-template-areas: "nomp nomp nomp nomp nomp nomp" "info info info info meta meta" "goss goss look look look look" "aime aime aime dete dete dete" "hist hist hist hist hist hist"; }
.container-personnage .card {
margin: 0; }
.container-personnage h1 {
padding: 0; }
.personnage-nomp {
grid-area: nomp; }
.personnage-info {
grid-area: info; }
.personnage-meta {
grid-area: meta; }
.personnage-goss {
grid-area: goss; }
.personnage-look {
grid-area: look; }
.personnage-aime {
grid-area: aime; }
.personnage-dete {
grid-area: dete; }
.personnage-hist {
grid-area: hist; }
/* ------------------ PAGE ------------------- */
#wrapper {
background-color: #fefefe; }
/* ------------------ FOOTER ------------------- */
body {
background-color: #343a40; }
footer {
color: #fefefe;
padding-bottom: 1.5rem; }
footer .columns {
font-size: 0.8rem; }
footer .columns a:hover, footer .columns a:active, footer .columns a:visited,
footer .columns a:visited:hover,
footer .columns a:visited:active,
footer .columns a:visited:visited {
color: #fefefe; }
.preview-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-gap: 1.6rem;
padding-bottom: 1.6rem; }
@media (min-width: 768px) {
.preview-grid {
grid-template-columns: 1fr 1fr; } }
@media (min-width: 1200px) {
.preview-grid {
grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 1600px) {
.preview-grid {
grid-template-columns: 1fr 1fr 1fr 1fr; } }
@media (min-width: 576px) {
.preview-list .preview-thumbnail a {
width: 240px;
margin-right: 0.8rem; }
.preview-list .preview {
display: flex;
align-items: center;
margin-bottom: 1.6rem; } }
@media (min-width: 992px) {
.preview-list .preview-thumbnail a {
width: 320px; } }
.preview {
font-size: 0.8rem; }
.preview-thumbnail a {
display: block;
width: 100%;
background-color: transparent;
margin: auto;
object-fit: cover;
padding: 0;
line-height: 0; }
.preview-thumbnail a img {
width: 100%;
object-fit: cover;
height: auto;
aspect-ratio: 16/9;
border-radius: 8px; }
.preview h2, .preview-featured h2 {
font-size: 1.25rem;
line-height: 1.5rem;
font-family: Teko, sans-serif;
font-weight: 800;
height: 3rem; }
.preview h2 a, .preview-featured h2 a {
background-color: transparent !important;
color: #212529; }
.preview-excerpt {
margin-top: 0.8rem;
font-size: 0.8rem;
line-height: 1.25rem;
color: rgba(33, 37, 41, 0.8); }
#featured-articles {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-gap: 1.6rem;
padding-bottom: 1.6rem; }
@media (min-width: 992px) {
#featured-articles {
grid-template-columns: 1fr 1fr 1fr; } }
.preview-featured {
font-size: 0.8rem; }
.preview-featured .preview-link {
display: block;
padding: 0;
border-radius: 8px;
overflow: hidden; }
.preview-featured .preview-link .preview-item {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
background-size: 100% auto;
background-position: center center;
transition: background-size .5s; }
.preview-featured .preview-link .preview-item:hover {
background-size: 120% auto; }
.preview-featured .preview-overlay {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
height: 100%;
color: white !important;
background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 60%);
padding: 0.2rem; }
.preview-featured .preview-overlay h2 {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
.article img {
max-width: 100%;
height: auto;
margin: auto; }
.article .thumbnail img {
width: 100%;
aspect-ratio: 16 / 9;
border-radius: 8px;
object-fit: cover; }
.article-meta .author-area {
display: flex;
align-items: center;
margin-bottom: 0.8rem; }
.article-meta .author-area img {
border-radius: 9999px;
width: 4.8rem;
height: auto;
margin: 0;
margin-right: 0.8rem; }
.article-meta .article-category .badge {
display: inline-block;
margin-bottom: 0.4rem; }