:root {

    font-size: clamp(16px, 1.4vw, 36px);
    
    --font-size: clamp(16px, 1.4vw, 36px);
    --line-height: 1.2rem;
    --font-size-small: 0.8rem;

    --serif: "Bengal";
    --sans: "Optimum";
    --body-font: var(--sans);
    --header-font: var(--serif);
    --mono: "ocr-pbi-canonique", "OCR-PBI", monospace;
    --font-lettrine: "Bengal";
    --italic: "Korrin";

    --color: black;
    --color-blue: #2BB6E6;
    --color-red: #BE3444;
    --color-green: #5BD083;
    --color-sable: #CFC4B1;

    --highlight-color: #f3f2ff;
    --bleu-bille: #113B92;
    --vert-karel: #01B788;
    --orange-karel: #ff5901;
    --rose-karel: #FCBFC5;
    --rose-pale: #ffe2e4;
    --red-question: #ff4f00;
    
    --stroke-size: 0.1rem;

}

@font-face {
    font-family: "Karrik";
    src: url("/static/fonts/karrik/Karrik-Regular.woff2") format('woff2'),
        url("/static/fonts/karrik/Karrik-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Karrik";
    src: url("/static/fonts/karrik/karrik-italic-webfont.woff2") format('woff2'),
        url("/static/fonts/karrik/karrik-italic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Frizquad";
    src: url("/static/fonts/qtfrizquad/qtfrizquad-webfont.woff2") format('woff2'),
        url("/static/fonts/qtfrizquad/qtfrizquad-webfont.woff") format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Bengal";
    src: url("/static/fonts/qtbengal/qtbengal-webfont.woff2") format('woff2'),
        url("/static/fonts/qtbengal/qtbengal-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bengal";
    src: url("/static/fonts/qtbengal/qtbengal-bold-webfont.woff2") format('woff2'),
        url("/static/fonts/qtbengal/qtbengal-bold-webfont.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Compagnon";
    src: url("/static/fonts/compagnon/compagnon-roman-webfont.woff2") format('woff2'),
        url("/static/fonts/compagnon/compagnon-roman-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Optimum";
    src: url("/static/fonts/qtoptimum/qtoptimum-bold-webfont.woff2") format('woff2'),
        url("/static/fonts/qtoptimum/qtoptimum-bold-webfont.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Optimum";
    src: url("/static/fonts/qtoptimum/qtoptimum-webfont.woff2") format('woff2'),
        url("/static/fonts/qtoptimum/qtoptimum-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Korrin";
    src: url("/static/fonts/qtkorrin/qtkorrin-italic-webfont.woff2") format('woff2'),
        url("/static/fonts/qtkorrin/qtkorrin-italic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}
#pads_list {
    margin-bottom: 30vw;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d7d6d6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #001;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    color: rgb(1, 71, 171);
}

/* BLOCKS -------------------------------------  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga", "dlig", "clig", "kern";
    -webkit-font-feature-settings: "liga", "dlig", "clig", "kern";
    -moz-font-feature-settings: "liga", "dlig", "clig", "kern";
    -o-font-feature-settings: "liga", "dlig", "clig", "kern";
}

body {
    color: var(--color);
    font-family: var(--body-font);
    font-size: var(--font-size);
    line-height: var(--line-height);
    padding: calc(var(--line-height) / 3);
}
em {
    font-family: var(--italic);
    font-weight: normal;
    }
/* Insertion du pad dans la page */
iframe {
    outline: 1px solid #333;
}

iframe#ether {
    height: 701px !important;
    max-width: 50em;
    margin: auto;
    width: 100%;
}

/* Style des niveaux de titre */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: var(--header-font);
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.8rem;
    line-height: 1.5rem;
    margin: 1.2rem 0;
    font-family: "Compagnon";
    font-weight: normal;
}

#content h1 {
    font-size: calc(var(--font-size) * 3.5);
    line-height: 1em;
    margin: 0em 0;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: none;
    font-family: "compagnon";
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .1rem;
    margin-left: clamp(1rem, 6vw, 4rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
}

h3 {
    font-size: 1.1rem;
    margin: 1.2rem 0;
    font-family: var(--sans);
    font-weight: normal;
    */font-style: italic;
    */ */text-transform: uppercase*/;
}

h4 {
    font-weight: normal;
    font-family: var(--sans);
    font-size: calc(1 * var(--font-size));
    letter-spacing: .15rem;
    margin: 1.4em 0 .4em 0 ;
    text-transform: uppercase;
    /* text-decoration: underline; */
  margin-top: var(--line-height);
  margin-bottom: 0;
}

h5 {
    font-weight: normal;
    font-family: var(--serif);
    font-size: calc(.87 * var(--font-size));
    letter-spacing: .0rem;
    margin: 1em 0 .3em 0 !important;
    text-transform: uppercase;
    /* text-decoration: underline; */
    margin-top: var(--line-height);
    margin-bottom: 0;
}

img {
    max-width: 200px;
    float: left;
    margin: calc(var(--line-height) / 2);
    display: block;
}

img.inline {
    display: inline;
    vertical-align: top;
    margin: 0;
    height: 1em;
}

img.large {
    width: 90%;
    max-width: none;
    margin: auto;
}

img.mushroom,
.champignon {
    max-width: 400px;
    display: block;
    margin: 20px;
    float: none;
    margin-left: clamp(1rem, 6vw, 4rem);
    display: none;
}

img.diagram {
    max-width: 100%;
    display: block;
    margin: 20px 0 20px 0;
    float: none;
}

.thumbnail {
    max-width: 30%;
}

blockquote {
    font-family: var(--serif);
    font-size: calc(2 * var(--font-size));
    margin: var(--line-height) calc(2 * var(--line-height));
    line-height: calc(1.9 * var(--line-height));
    margin-right: 0;
}

p+p {
    margin-top: var(--line-height);
}

hr {
    color: red;
}

hr+hr {
    display: block;
    border-bottom: 1px solid black;
}

code,
pre {
    font-family: var(--mono);
    white-space: pre-wrap;
    font-size: calc(0.7 * var(--font-size));
    line-height: calc(0.8 * var(--line-height));
}

pre {
    outline: 1px solid var(--color);
    padding: var(--line-height);
    width: 75%;
    margin: var(--line-height) 0;
}

/* Style des legendes d'images */
figcaption {
    font-family: var(--sans);
    font-size: var(--font-size-small);
    line-height: 1.3em;
    text-align: center;
    margin-bottom: var(--line-height);
}

/* Style des frames de video ou autres objets hors image */
figure iframe {
    max-width: 70%;
    margin: var(--line-height) auto;
    display: block;
}

audio,
video {
    display: block;
    clear: both;
    margin: auto;
    margin-bottom: calc(var(--line-height) * 2);
    margin: 0;
    width: 76%;
}

/* Style des notes de bas de pages */
.footnote {
    font-size: var(--font-size-small);
    line-height: 1.3em;
    margin-bottom: calc(2 * var(--line-height));
}

.footnote p {
    margin-bottom: 0;
}

/* INLINES ------------------------------------- */
/* Style des liens hypertextes */
a,
a:visited {
    text-decoration: none;
    color: var(--color);
}

/* Style du texte en roll-over sur les liens */
a:hover {
    text-decoration: none;
    color: var(--color-green);
}

/* Style quand on arrive à une ancre */
.target {
    background-color: var(--color);
}

/* Style de l'italique */
em {
    font-style: italic;
}

/* Style du bold */
strong {
    font-weight: bold;
}

/* Style des exposants */
sup {
    font-size: 0.65em;
    line-height: 0;
    vertical-align: 0.5em;
}

sup a {
    font-family: var(--sans);
}

/* Style du texte souligné */
u {
    text-decoration: none;
    border-bottom: 2px solid yellow;
}

dt {
    font -style: italic;
    /*display: inline;*/
    font-family: var(--sans);
    margin-top: 10px;
}

dd:before {
    content: "  ";
}

dd {
    display: inline;
    margin: 0;
}

dd:after {
    content: '\0A';
    white-space: pre;
}

dd+dd {
    margin-left: calc(var(--line-height) * 2);
}

.metadata dt {
    font-family: "Compagnon";
    font-size: 1rem;
    text-transform: uppercase;
    clear: both;
    padding: 0 1rem .1rem 1rem;
    letter-spacing: .05rem;
}

.metadata dd {
    font-size: .87rem;
    line-height: .97rem;
    padding: 0 1rem .7rem 1rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid black;
    display: block;
}

.metadata dd+dd {
    margin-left: 0;
}

.metadata dd:after {
    content: " ";
}

.metadata dd:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.metadata dd:last-child:after {
    content: "";
}

.metadata dt.meta-participants {}

.comment:before {
    background-color: yellow !important;
    border-radius: 1em;
    display: inline;
    height: 1em;
    margin: 0 0.5em;
    padding-left: 7px;
    padding-right: 9px;
    text-align: center;
    width: 1em;
    content: "!";
    font-family: var(--sans);
}
.next-exercises {
position: absolute;
right: 0;
top: 0;
}
.next-exercises a {
  font-family: var(--font-lettrine);
  }
.next-exercises a::after {
  content: " >";
  font-family: var(--font-lettrine);
}

/* FORMS -------------------------- */
form {
    margin-bottom: none;
}

form label,
form textarea {
    font-family: inherit;
    font-size: inherit;
}

form input,
form textarea {
    background: none;
    border-style: solid;
    border-color: black;
    font-family: sans-serif;
    font-size: inherit;
}

/* Style de l'element active */
form input:focus,
form textarea:focus {
    background-color: white;
}

form input[type=text],
form input[type=password] {
    height: 25px;
    position: relative;
    top: -1px;
    width: 200px;
}

form input[type=submit] {
    cursor: pointer;
    padding: 0;
    height: 26px;
    border-style: none;
    border-color: none;
    text-decoration: none;
    color: var(--color);
}

form input[type=submit]:hover {
    background-color: white;
    text-decoration: none;
    color: black;
}

/* GENERIC CLASSES -------------------------------- */
/* Style des boutons */
.button {
    text-decoration: none;
    margin: 0 calc(var(--line-height) / 2);
}

/* Style des boutons en roll over */
.button:hover {
    background-color: none;
    outline: none;
}

/* Classe pour transformer des elements blocs en elements en ligne */
.inline {
    display: inline;
}

/* PAGE STRUCTURE --------------------------------- */

/* Style des containers */
.wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 1em;
}

.wrap:first-child {
    margin: var(--line-height) 0;
}

.wrap:before,
.wrap:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.wrap:after {
    clear: both;
}

/* Style des sous-parties de containers */
.left-side,
.middle,
.right-side {
    float: left;
    position: relative;
}

.left-side,
.right-side {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: calc(2 * var(--line-height));
}
.home .middle,
.phases .middle {
    width: clamp(40px, 95vw, 1300px);
    padding: 0 var(--line-height) 0 var(--line-height);
    padding-bottom: 5em;
    
}
.about .middle {
    width: clamp(40px, 70vw, 1300px);
    padding: 0 var(--line-height) 0 var(--line-height);
    padding-bottom: 5em;
}
.middle {
    width: clamp(40px, 70vw, 1300px);
    padding: 0 var(--line-height) 0 var(--line-height);
    padding-bottom: 5em;
}

.write-mode .middle {
    width: 100%;
    max-width: 50em;
}

/* Pour les inclusions de pads dans les compilations */
#content .middle {
    width: 100%;
}

h2#use {
    padding: 0 !important;
}

h2#use+p {
    font-size: 1rem;
    line-height: 1.22rem ;
    font-weight: normal ;
    letter-spacing: -.01rem ;
}

div#content>p,
div#content>ol,
div#content>ul,
div#content>li {
    font-size: 1rem;
    line-height: 1.27rem;
    font-weight: 200;
}

/* NAV ------------------------------------------ */

/* Navigation */

#logo a::after {
    content: "";
    background: url(/static/images/carecore.svg);
    background-size: cover;
    display: block;
    width: 50px;
    height: 50px;
}

#logo a p {
    display: none;
}

.login {
    right: 0;
    position: fixed;
    font-family: compagnon;
    font-size: 0.8em;
    bottom: 0;
    z-index: 100;
}

nav {
    font-family: var(--sans);
    line-height: var(--line-height);
    position: fixed;
    top: 0;
    padding: calc(var(--line-height) / 4);
    z-index: 1000;
    font-family: compagnon;
}

nav#nav-left {
    left: 0;
    width: 100%;
    z-index: 99;
}
nav#nav-languages {
  right: 0;
  padding: calc(var(--line-height) / 2) calc(var(--line-height) / 4);
  
    z-index: 100;
}
.en #nav-languages .en a {
    color: var(--color-green);
    }
.fr #nav-languages .fr a {
    color: var(--color-green);
    }
.nl #nav-languages .nl a{
    color: var(--color-green);
    }
nav#nav-languages h4 {
  margin-top: 0;
  font-family: compagnon;
  text-transform: lowercase;
}
nav#nav-languages span::before {
    content: " ";
    }
nav#nav-right {
    right: 0;
    text-align: right;
    top: 2rem;
}

.logged-out nav#nav-right,
.logged-out #list-all,
#nav-about {
    display: none;
}

#nav-right .button {
    display: block;
}

nav div#staff-menu {
    display: inline-block;
    color: darkgray;
    position: absolute;
top: 15px;
}

nav h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#list-all {
    display: inline-block;
}

nav span:before {
    content: "ㅡ ";
}

nav div#sort-by {
    display: inline;
    color: darkgray;
}
.home-colophon {
    
    }
/* Texte precedent/suivant */
div#previous a,
div#next a {
    position: fixed;
    top: 6.5em;
    font-family: sans-serif;
    font-size: var(--font-size-small);
    line-height: 1.2em;
    padding: var(--line-height);
    z-index: 6666;
}

div#previous a span,
div#next a span {
    display: none;
}

div#previous a:hover span,
div#next a:hover span {
    display: block;
}

div#next {
    text-align: right;
    padding-right: 0;
}

div#next a {
    right: 0;
}

/*FOOTER*/
.phase1 .footer-nav #\31 _1,
.phase2 .footer-nav #\32 ,
.phase3 .footer-nav #\33 ,
.phase4 .footer-nav #\34 ,
.phase5 .footer-nav #\35 ,
.phase6 .footer-nav #\36 ,
.phase7 .footer-nav #\37 {
    background: var(--color-green);
    }

.home .footer-nav {
    display: none;
}

.footer-nav blockquote>blockquote h2::before {
    content: " ";
    font-family: "Optimum";
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;

    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
}

hr {
    display: none;
}

.footer-nav div.row {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.footer-nav div blockquote,
.phases .footer-nav div blockquote {
    flex: 0 0 38%;
    padding: 0px 10px;
    display: block;
}

.footer-nav blockquote {
    font-family: inherit;
    font-size: inherit;
    margin: inherit;
    line-height: inherit;
}

.footer-nav blockquote>blockquote {
    display: flex;
    position: relative;
}

.footer-nav blockquote>blockquote h2 {
    margin: 0;
    font-size: 4em;
    position: relative;
    border: 3px double var(--color-green);
    border-radius: 8px;
    min-height: 120px;
    max-height: 120px;
    display: flex;
    flex-direction: column;
    font-family: compagnon;
    padding: 10px;
}

.footer-nav h2+h3,
.footer-nav h3 {
    text-align: left;
    margin-left: 20px;
    padding: 0;
    margin-top: 0;
    text-transform: inherit;
    font-size: 1.7em;
    line-height: 0.95em;
    display: none;
}

.footer-nav blockquote {
    font-family: inherit;
    font-size: inherit;
    margin: inherit;
    line-height: inherit;
}

.footer-nav .first {
    margin-bottom: 20px;
}

.footer-nav blockquote>blockquote h2 {
    min-height: 70px;
    max-height: 70px;
    text-align: center;
    font-size: 3em;
    padding: 5px;
    width: 49px;
    height: 65px;
    background: white;
    align-items: center;
}

.footer-nav blockquote>blockquote h2.tools a,
.footer-nav blockquote>blockquote h2.effects a {
    visibility: hidden;
}

.footer-nav blockquote>blockquote h2::before {
    font-size: 0.3em;
    letter-spacing: 0.19em;
    margin-bottom: 10px;
    line-height: 0;
    margin-top: 5px;
}

.footer-nav {
    font-size: 0.4em;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
z-index: 98;
}

.footer-nav blockquote {
    flex: 0 0 0;
    padding: 5px 5px;
}

.footer-nav h2+h3 {
    margin-left: 8px;
}

.footer-nav h3#gestion-de-lenergie-du-groupe::before,
.footer-nav h3#effects::before {
    left: -2px;
    top: initial;
}

.footer-nav h3#gestion-de-lenergie-du-groupe,
.footer-nav h3#effects {
    margin-left: 36px;
}

.first h3#tools,
.first h3#effects {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.first h3#managing-group-energy::before,
.first h3#effects::before {
    position: relative;
}

.phases .full-width ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: self-start;
}

.liste-exercices h2 {
    display: block;
}



.phases .full-width.liste-exercices ul {
    display: flex;

    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: self-start;
}

.phases .full-width ul li {
    text-align: center;
    flex: 0 0 160px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 0;
}

[data-type="phases"] .full-width ul li::before,
.phases #content .full-width ul li::before {
    content: " ";
    margin-left: 0;
    background-image: url(/static/svg/window.svg);
    width: 60px;
    height: 60px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

/* MAIN CONTENT ---------------------------------- */

header {
    font-size: 2.5rem;
    line-height: 2rem;
}
header h4 {
  margin-top: 0;
}
header p,
header h2 {
    font-family: inherit;
    line-height: inherit;
}

header h2 {
    font-size: 6rem;
    line-height: 5rem;
    font-family: var(--font-lettrine);
    text-transform: none;
    letter-spacing: -.3rem;
    word-spacing: -1.2rem;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 3rem;
margin-left: 0;
}

header p.authors:after {
    content: ", ";
}

#content ul li {
    position: relative;
}

#content ul li:before {
    content: "ㅡ ";
    margin-left: calc(-1.1 * var(--line-height));
}

#content ul li.folder::before {
    content: "";
    background: url(/static/images/presence.svg);
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    top: 4px;
    position: absolute;
    left: -7px;
}

ol,
ul {
    margin-left: calc(2 * var(--line-height));
}

ol {
    list-style-type: decimal;
}

.footnote ol li {
    margin-left: 0em;
}

li {
    margin-top: calc(.4 * var(--line-height));
    margin-bottom: calc(.4 * var(--line-height));
    margin-left: calc(.5 * var(--line-height));
    margin-top: calc(0.1 * var(--line-height));
margin-bottom: calc(0.1 * var(--line-height));
}

blockquote p {
    font-family: var(--sans) ;
}

.exercises header h2 {
    margin: 0;
}

dl.meta {
    font-family: var(--sans);
    color: lightgray;
    font-size: 1rem;
    line-height: 1.2rem;
}

div.metadata {
    font-family: var(--sans);
    font-size: 1rem;
    line-height: 1.2rem;
    float: right;
    width: clamp(15rem, 35%, 30rem);
    padding: .1rem 0rem .1rem 0rem;
    border: 1px solid black;
    border-radius: 1rem;
    margin: 0 0 1rem 3rem;
    display: none;
}

.exercises div.metadata
    display: block;
}

div#go-up {
    clear: both;
    margin-top: calc(2 * var(--line-height));
    position: absolute;
bottom: 0;
left: 0;
}

div#go-up a {
    border-bottom: none;
}

div#go-up a:hover {
    color: var(--color);
}
.credits a, 
.exercises li a,
.exercises blockquote a {
    font-family: compagnon;
    font-size: 1.rem;
    }
.list-exercises ul {
    margin: 0;
    }
#content .list-exercises li::before{
    content:" ";
    margin: 0;
    }
.list-exercises svg {
   width: 1.6rem;
height: auto;
position: absolute;
bottom: -1px;
    
    }
.list-exercises .comment {
    display: none;
    }
.list-exercises li {
  padding: 0;
  margin: 0;
  line-height: var(--line-height);
}
.list-exercises li * {
  display: inline;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.list-exercises path,
.list-exercises circle,
.list-exercises line {
    
      stroke-width: 1.2px !important;
    }
path,
circle,
line{
      /* this magic property will homogenise the stroke-width
      between the different svgs*/
      vector-effect: non-scaling-stroke;
      stroke-width: var(--stroke-size) !important;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-miterlimit: 10;
      stroke-dasharray: none;
      stroke: black;
      /* fill: white; */
      cursor: pointer;
    }

/* AUTHORSHIP ----------------------------- */

.authors {
    display: inline;
}

/* Hides Etherpad background colours */
#content span {
    background-color: inherit !important;
}

/* ------ PRINT/SCREEN ------ */
@media screen {
    .print-only {
        display: none;
    }
}

/* User Interface */
.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.6667);
    text-align: center;
}

.popup-wrapper.hidden {
    display: none;
}

.popup-wrapper:before {
    position: relative;
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.popup {
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    padding: 30px;
}

.manage_list li {
    border-bottom: 1px solid #c6c6fe;
    padding: 0.5em 0 0.5em 0;
    font-size: 0.7em;
    letter-spacing: 0.02em;
}

.manage_list li:hover {
    background-color: var(--highlight-color);
}

.manage_list li .actions {
    float: right;
}

.manage_list li .actions .button {
    border: 1px solid;
    padding: 3px 15px;
    letter-spacing: 1px;
    font-size: 60%;
    text-transform: uppercase;
    font-family: var(--sans);
}

.manage_list li .actions .button--delete:hover {
    color: crimson;
}

.pagination {
    text-align: center;
    padding-top: .5em;
}

.pagination .step-links.previous {
    float: left;
}

.pagination .step-links.next {
    float: right;
}

.pad-list--path,
.pad-list--actions {
    background: white;
    position: sticky;
    padding: .5em .2em;
}

.pad-list--path {
    top: 2em;
}

.pad-list--actions {
    bottom: 0;
}

#content span[property] {
    background-color: lightgrey !important;
}

img.large-img {
    width: 100%;
}

/*////////////////////////// HOME et phases /////////////////////////////////////////*/
.r-mode.logged-out.home div.wrap.header-pad-section{
    display:none;
    }
header.home {
  position: fixed;
}
.home p {
    font-size: 60%;
    line-height: 110%;
    text-align: center;
    margin: 0 0 1vh 0 !important;
    padding: 0 0 0 0;
    font-size: 75%;
line-height: 122%;
}

.phases #content {
    font-size: 0.85em;
    line-height: 1.1em;
    display: flex;
}

.home header h2,
.phases header h1,
.phases header h2 {
    display: none;
}

.home hr {
    display: none;
}

.home div.row {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-content: center;
    align-items: flex-start;
}

.home div.row#home-laguage {
    align-content: center;
    align-items: center;
}

.home div.row#home-laguage p::after {
    content: " ⥽ ";
}

.home section,
.home div blockquote,
.first div blockquote ,
.home .middle  section,
.home .middle div a,
.first .middle div a {
    flex: 0 0 30%;
    padding: 10px 10px;
    display: block;
}
.home .middle a,
.home blockquote,
.phases blockquote {
    font-family: inherit;
    font-size: inherit;
    margin: inherit;
    line-height: inherit;
}

.phases blockquote {
    display: flex;
}
.phases .first blockquote blockquote{
    display: initial;
    flex: 0 1 100%;
}
.home blockquote>blockquote {
    display: flex;
}

.first blockquote>blockquote h2 {
    margin: 0;
    font-size: 4em;
    position: relative;
    border: 3px double black;
    border-radius: 8px;
    min-height: 135px;
    max-height: 135px;
    display: flex;
    flex-direction: column;
    font-family: frizquad;
    padding: 10px;
    margin-right: 15px;
    align-items: center;
width: min-content;
float: left;
}

.home blockquote>blockquote h2 {
 margin: 0;
font-size: 2.5em;
font-family: var(--serif);
position: relative;
padding: 11px;
border-radius: 8px;
min-height: 78px;
max-height: 75px;
max-width: 54px;
rotate: 5deg;
border: 1px solid black;
// color: var(--color-green);
display: flex;
flex-direction: column;
align-content: center;
text-align: center;
flex: 64%;
}
.home blockquote:hover {
  color: var(--color-green);
  border-color: var(--color-green);
  z-index: 100;
}
.home blockquote:hover * {
  color: var(--color-green);
  border-color: var(--color-green);
}
.home blockquote:hover h3#this-beast-is-alive,
.home blockquote:hover #this-beast-is-alive + p,
.home blockquote:hover #this-beast-is-alive + p * {    
  color: black;
  border-color: black;
    }
.home blockquote>blockquote h2::before {
content: "Phase";
font-size: 0.55rem;
font-family: "Optimum";
text-transform: uppercase;
letter-spacing: 0.12rem;
margin-bottom: 1.1rem;
text-align: center;
width: auto;
line-height: 0;
margin-top: 0.1rem;
align-self: center;
}

.home blockquote>blockquote h2#_1::before {
    content: " ";
    background: url(/static/svg/wild.svg);
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}

.home blockquote>blockquote h2#_2::before {
    content: " ";
    background: url(/static/svg/wave.svg);
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}

.first blockquote>blockquote h2::before {
    content: "Phase";
    font-size: 16px;
    font-family: "Optimum";
    text-transform: uppercase;
    letter-spacing: 3px;
    top: 1px;
    margin-bottom: 40px;
    text-align: center;
    width: auto;
    line-height: 0;
    margin-top: 8px;
}

.first blockquote>blockquote h2#managing-group-energy::before {
    content: " ";
   */ background: url(/static/svg/virgo.svg);*/
    background-size: cover;
    width: 65px;
    height: 85px;
}

.first.tools blockquote>blockquote h2::before {
    content: " ";
    /*background: url(/static/svg/valence.svg);*/
    background-size: cover;
    width: 65px;
    height: 85px;
}

.first.effects blockquote>blockquote h2::before {
    content: " ";
    /*background: url(/static/svg/turn.svg);*/
    background-size: cover;
    width: 50px;
    height: 50px;
}

.first.effects blockquote>blockquote h2,
.first.tools blockquote>blockquote h2 {
    min-width: 85px;
}

.home blockquote {
    flex: 0 1 60%;
}

.first blockquote {
    flex: 0 1 60%;
    margin-right: 10px;
}

.first {
    display: flex;
    margin-bottom: 20px;
flex-direction: row-reverse;
}
.howto .first {
    
flex-direction: row;
    } 
.howto .first blockquote > blockquote h2 {
    font-size: 2em;
    }
.first h3 {
    margin: 0;
    padding: 0;
    font-size: calc(2 * var(--font-size));
    line-height: calc(1.6 * var(--line-height));
    margin-bottom: 0.4em;
}

.home-title h2 {
    font-family: compagnon;
    font-size: 8vw;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 72%;
}

.home h3 {
    text-align: center;
    font-size: 1.2em;
    line-height: 0.85em;
    font-family: var(--serif);
    position: relative;
    margin-top: 0;
    margin-bottom: 0.25em;
    letter-spacing: -0.03em;
    word-spacing: -0.15em;
}
.home h3 em {
    font-size: 76%;
    font-style: normal;
    font-weight: bold;
    line-height: 70%;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    word-spacing: -0.03em;
}

.home h3::before {
    content: "";
    background-size: cover !important;
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 2px;
    display: none;
}

.phases h3::before,
[data-type="phases"] h3::before {
    display: none;
}
h3#colophon::before {
    background: url(/static/svg/sulphur.svg);
    display: block;
}
h3#contact::before {
    background: url(/static/svg/string.svg);
     display: block;
}
h3#welcome::before,
h3#welkom::before {
    background: url(/static/svg/tree.svg);
     display: block;
}

h3#this-beast-is-alive::before {
    background: url(/static/svg/valence.svg);

     display: block;
}


h3#how-to-consult::before {
    background: url(/static/svg/turn.svg);

     display: block;
}

.phases h3#gestion-de-lenergie-du-groupe::before,
.footer-nav blockquote>blockquote h2.tools::before {
    content: " ";
    background: url(/static/svg/wild.svg);
    background-size: cover;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}

.home h3#managing-group-energy,
.home h3#effects {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.footer-nav blockquote>blockquote h2.effects::before {
    content: "";
    background: url(/static/svg/wave.svg);
    background-size: cover;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}

.home h2+h3 {
    text-align: left;
    margin-left: 20px;
    padding: 0;
}

.home h2+h3 a,
.home p.intro-phases {
}

.home h3#managing-group-energy a,
.home h3#effects a,
.home p.intro-side-phases {

}

.home .full-width blockquote {
    flex: 0 0 80%;
}

.home #present blockquote:nth-of-type(2) {
    /*order: 2;*/
}

.home #diamond blockquote:nth-of-type(2) {
   /* order: -1;*/
}

.home blockquote h3 {
    text-transform: initial;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    align-self: center;
}

@media only screen and (max-device-width: 920px) {
    body {

    }

    body {
        display: block;
        width: 100%;
        height: auto;
    }

    .home div.row {
        display: block;

    }

    .home #present blockquote:nth-of-type(2) {
        order: initial !important;

    }

    .home #diamond blockquote:nth-of-type(2) {
        order: initial !important;

    }

    h3::before {
        width: 65px;
    }
}
@media only screen and (max-width: 900px)   {

    } 



.phases .middle {
    padding: var(--line-height) calc(2 * var(--line-height));
}
.phases .first {
flex-grow: 2;
display: block;
    }
.phases .first.row p {
    flex: 0 0 60%;
    padding-right: 20px;
font-size: 1.3rem;
line-height: 1.1;
}
.home h2 {
    */display: none;*/
}

.home .middle {
    /*width: 52em;*/
}

.home div#go-up {
   /* display: none;*/
}

.intro-lines {
    font-size: 1em;
    position: fixed;
    bottom: 66px;
    width: 50em;
}

.animated-gifs p {
    font-size: 0.65em;
    line-height: 1.2em;
}

header.exercise h4 {
    margin: 0;
}

header.exercise h2 {
    width: 90%;
}

header.exercise {
    display: flex;
}

.en header.exercise .en a {
    color: var(--color-green);
}

.fr header.exercise .fr {
    color: var(--color-green);
}

.nl header.exercise .nl {
    color: var(--color-green);
}

/* ----------------------------------------- Exercices -----------------------------------      */

.exercises h2 + h3  {
  margin-top: 0 !important;
}
.exercises h3 {
margin-left: 0;
font-size: 1rem;
display: inline-block;
margin-bottom: 0;
  margin-top: var(--line-height-print);
margin-right: 10px;
font-family: Bengal;
clear: both;
}
.exercises h3 + p {
  margin-top: var(--line-height-print);
  display: inline;
}

.exercises ul {
  margin-left: 1.5em;
}


.phases .liste-exercices li span {
  font-size: 1.4em;
  font-family: compagnon;
  margin-top: 5px;
}
.liste-exercices {
    display: none;
    }
    
     
.phases  .liste-exercices li {
margin: 10px 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.phases  ul {
    
 /* display: grid;*/
  /*grid-template-columns: 1fr 1fr 1fr;*/
  margin-bottom: var(--line-height);
}

.list-exercises {

  margin-bottom: 3rem;
  flex-grow: 2;
flex-shrink: 1;
min-width: 30%;
    }
[data-url="/r/"] {
  display: block;
}
.exercises blockquote blockquote p::before {
  content: "— ";
}
.exercises blockquote blockquote {
  margin-left: 0;
  margin-top: 0;
}
.exercises blockquote p,
.exercises blockquote li {
  font-family: var(--italic);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.15rem;
}
.exercises blockquote blockquote p,
.exercises blockquote li a {
  font-family: compagnon;
  font-style: normal;
}
.exercises blockquote p em {
    font-style: normal;
    }
[data-type="phases"] .full-width ul li.coreq::before,
.phases [data-id="content"] .full-width ul li.coreq::before {
    background-image: url(/static/images/ship.svg);
    }
[data-type="phases"] .full-width ul li.nightwalk::before{
    background-image: url(/static/images/string.svg);
    }
[data-type="phases"] .full-width ul li.dot::before{
    background-image: url(/static/images/cross.svg);
    }
[data-type="phases"] .full-width ul li.sociometry::before{
    background-image: url(/static/images/bird.svg);
    }
[data-type="phases"] .full-width ul li.silence::before{
    background-image: url(/static/images/bottle.svg);
    }
[data-type="phases"] .full-width ul li.tarot::before{
    background-image: url(/static/images/flash.svg);
    }
[data-type="phases"] .full-width ul li.diamond::before{
    background-image: url(/static/images/eye.svg);
    }
[data-type="phases"] .full-width ul li.enactement::before{
    background-image: url(/static/images/crossroad.svg);
    }
[data-type="phases"] .full-width ul li.scouts::before{
    background-image: url(/static/images/below.svg);
    }
[data-type="phases"] .full-width ul li.expert::before{
    background-image: url(/static/images/hand.svg);
    }
[data-type="phases"] .full-width ul li.signals::before{
    background-image: url(/static/images/jump.svg);
    }
[data-type="phases"] .full-width ul li.rebaptasing::before{
    background-image: url(/static/images/passing.svg);
    }
[data-type="phases"] .full-width ul li.intense::before{
    background-image: url(/static/images/drop.svg);
    }
[data-type="phases"] .full-width ul li.pil::before{
    background-image: url(/static/images/piece.svg);
    }
[data-type="phases"] .full-width ul li.timetravel::before{
    background-image: url(/static/images/bulb.svg);
    }
[data-type="phases"] .full-width ul li.intergenerational::before{
    background-image: url(/static/images/heart.svg);
    }
[data-type="phases"] .full-width ul li.axial::before{
    background-image: url(/static/images/sight.svg);
    }
[data-type="phases"] .full-width ul li.jarre::before{
    background-image: url(/static/images/bowl.svg);
    }
[data-type="phases"] .full-width ul li.worldbuilding::before{
    background-image: url(/static/images/jefgeys.svg);
    }

/* ----------------------------------------- Print rapide -----------------------------------      */

@media print {


    header .author,
    header .authors,
    .wrap.header,
    #nav-left {
        display: none;
    }

    .wrap {
        padding: 12mm 10mm 10mm 10mm;
    }



    .footer-nav,
    .login {
        display: none;
    }

    .metadata {
    }


    body {
        margin: 0;
        padding: 0;
    }

    .screen-only {
        display: none !important;
    }

    #nav-left {
        position: absolute;
    }

    div.metadata {
        position: static;
        width: auto;
    }

    p {
        font-size: 9pt;
    }
}
@media only screen and (max-device-width: 920px) {

    body {
        display: block;
        width: 100%;
        height: auto;
    }
.home p {
  font-size: 0.9rem ;
  line-height: 110%;
}
.home-title h2 {
font-size: 11vw;
padding: 10px 0px;
  padding-bottom: 10px;
margin: 0;
padding-bottom: 0;
}
.home h3{

    }
.home h3 em {
    line-height: initial;
}
.home h3::before {
  width: 40px;
 height: 40px;
}
h4 {
    }
#logo a::after {
  
}
nav#nav-languages {
  right: 0;
  z-index: 100;
  background-color: white;
}
.home blockquote blockquote {
  justify-content: center;
}
a blockquote blockquote:first-child {
  padding: 10px 10px;
}
.home blockquote blockquote h2,
.home a blockquote blockquote h2 {
    font-size: rem;
   min-height: auto;
max-height: 67px;
max-width: 48px;
align-items: center;
  text-align: center;
    }

.home div blockquote, 
.first div blockquote {
    padding: 10px 0px;
    }
*:hover {
  text-decoration: none;
  color: black;
}
a:visited  {
    line-height: inherit;
  color: black;
    }
.home blockquote:hover * {
  color: black;
  border-color: black;
}
.home div.row {
        display: block;

    }
.home .middle{
    padding: 0;
  width: clamp(40px, 88vw, 1300px);
    }
.phases .middle,
.exercises .middle,
.about .middle,
.howto .middle {
    padding: var(--line-height) calc(0 * var(--line-height)) !important;
  width: clamp(40px, 88vw, 1300px);
  margin-bottom: 5em;
}
.header-pad-section .middle {

  margin-bottom: 0em;
}
.phases #content,
.phases .wrap,
.exercises .wrap,
.about .wrap,
.howto .wrap  {
 
  display: block;
}
.phases .first.row p {
  /*font-size: 1.1rem;*/
 /* line-height: 1.1;*/
}
.list-exercises svg {
/*  width: 3.5rem;*/
  height: auto;
  position: absolute;
  bottom: -1px;
}
.list-exercises svg path {


}
.first h3 {
 /* font-size: calc(3.5 * var(--font-size));*/
  /*line-height: calc(2.6 * var(--line-height));*/

}
.list-exercises li a {

}
.first blockquote > blockquote h2{
font-size: 3em;
min-height: 83px;
max-height: 113px;
max-width: 56px;
min-width: 55px;
    }
.first blockquote > blockquote h2::before {

content: "Phase";
font-size: 9px;
font-family: "Optimum";
text-transform: uppercase;
letter-spacing: 3px;
top: 1px;
margin-bottom: 18px;
text-align: center;
width: auto;
line-height: 0;
margin-top: 4px;

}
.howto .first blockquote > blockquote h2::before {
content: "Phase";
font-size: 7px;
font-family: "Optimum";
text-transform: uppercase;
letter-spacing: 1.6px;
top: 1px;
margin-bottom: 9px;
text-align: center;
width: auto;
line-height: 0;
margin-top: 1px;
}
.howto .first blockquote > blockquote h2 {
font-size: 0.7em;
min-height: 50px;
max-height: 100px;
max-width: 35px;
min-width: 42px;
margin-right: 7px;
}
.howto p + .first {
    margin-top: calc(2 * var(--line-height));
    }
.next-exercises {

}
.exercises h3 {
    
    }
.first h3 {
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
  font-size: calc(1.7 * var(--font-size));
  line-height: calc(1.3 * var(--line-height));
  margin-bottom: 0.4em;
}
.howto .first h3 {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  padding: 0;
  font-size: calc(1.4 * var(--font-size));
  line-height: calc(1.1 * var(--line-height));
  margin-bottom: 0.4em;
}
.phases .first.row p {
  flex: 0 0 60%;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.15;
}
.first blockquote {
  margin: 0;
  margin-bottom: calc(0.25 * var(--line-height));
}
header h2 {
 font-size: 3rem;
line-height: 0.7;
font-family: var(--font-lettrine);
text-transform: none;
letter-spacing: -0.1rem;
word-spacing: -0.2rem;
text-align: left;
margin-top: 0;
padding-top: 0;
margin-bottom: 3rem;
margin-left: 0;
}
.exercises header svg {
    width: 24vw;
    }
div#content > p {
    line-height: 1.15;
    }
    
.footer-nav {
  font-size: 0.4em;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 98;
  max-width: 100vw;


}
.footer-nav blockquote > blockquote h2 {
  min-height: 10px;
  max-height: 46px;
  text-align: center;
  font-size: 3em;
  padding: 5px;
  max-width: 30px;
  background: white;
  align-items: center;
  min-width: 16px;
}
.footer-nav blockquote > blockquote h2::before {
  font-size: 0.3em;
  letter-spacing: 0.19em;
  margin-bottom: 0px;
  line-height: 0;
  margin-top: 5px;
}
.footer-nav blockquote > blockquote h2.tools::before {
  content: " ";
  background: url(/static/svg/wild.svg);
    background-size: auto;
  background-size: cover;
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  max-height: 30px;
}
.footer-nav blockquote > blockquote h2.effects::before {

    content: "";
    background: url(/static/svg/wave.svg);
        background-size: auto;
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;

}
}
