@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article aside details figcaption figure footer header hgroup main menu nav section summary {
  display: block;
}

/*$learning: #e9d356;
$teaching: #7cebb7;*/
@font-face {
  font-family: "Cera";
  src: url("/static/fonts/cera_pro_bold.eot");
  src: url("/static/fonts/cera_pro_bold.eot#iefix") format("embedded-opentype"), url("/static/fonts/cera_pro_bold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cera";
  src: url("/static/fonts/cera_pro_medium.eot");
  src: url("/static/fonts/cera_pro_medium.eot#iefix") format("embedded-opentype"), url("/static/fonts/cera_pro_medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cera";
  src: url("/static/fonts/cera_pro.eot");
  src: url("/static/fonts/cera_pro.eot#iefix") format("embedded-opentype"), url("/static/fonts/cera_pro.otf");
  font-weight: normal;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 120px;
}

body {
  background: #fff;
  font-family: "Arial", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

body.large .wrapper #container {
  max-width: unset;
}
body.large .wrapper #container .content {
  max-width: unset;
}

body.buddy {
  --program-light: #f9d6e5;
  --program-main: #ed1670;
  --program-dark: #8a1345;
}
body.buddy header nav .navbar-links.buddy li.head a {
  background-color: #ed1670;
  color: #fff;
}

body.tandem {
  --program-light: #f6d1cf;
  --program-main: #e84d44;
  --program-dark: #b01e16;
}
body.tandem header nav .navbar-links.tandem li.head a {
  background-color: #e84d44;
  color: #fff;
}

.hidden {
  display: none !important;
}

.deleting {
  opacity: 0.5;
}
.deleting h1, .deleting h2, .deleting h3, .deleting h4 {
  text-decoration: line-through;
}

h1, h2, h3, h4 {
  font-family: Cera, sans;
  line-height: 1.2;
  font-weight: bold;
}

h1 {
  font-size: 2.3em;
  position: relative;
}

h2 {
  font-size: 1.8em;
}

.errorlist li {
  color: #EF5A49;
  font-weight: bold;
}

h3 {
  font-size: 1.4em;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  font-weight: bold;
  color: #293042;
  text-decoration: none;
  border-bottom: 1px solid #293042;
}

a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  border: none;
}

.wrapper {
  display: flex;
  min-height: 100%;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: 140px;
  gap: 1em;
}
.wrapper .modale {
  min-width: 150px;
  max-width: 400px;
  flex: 1;
  align-self: stretch;
}
.wrapper .modale .block {
  background: #fff;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.wrapper .modale .block img.head {
  border-radius: 4px 0;
  max-width: 100%;
  width: auto;
  height: auto;
}
.wrapper .modale .block .desc {
  padding: 1.5em;
}
.wrapper .modale h4 {
  font-size: 1.5em;
}
.wrapper .modale a:not(.btn) {
  color: #2f3b89;
}
.wrapper .modale ul.links, .wrapper .modale ol.toc-list {
  margin-top: 0.4em;
  display: flex;
  flex-direction: column;
}
.wrapper .modale ul.links li, .wrapper .modale ol.toc-list li {
  order: 0;
}
.wrapper .modale ul.links li a, .wrapper .modale ol.toc-list li a {
  padding: 0.4em;
  display: block;
  border: none;
  font-family: Cera, sans;
  font-weight: normal;
}
.wrapper .modale ul.links li a:hover, .wrapper .modale ol.toc-list li a:hover {
  background-color: #eee;
}
.wrapper .modale ul.links li.active a, .wrapper .modale ul.links li a.is-active-link, .wrapper .modale ol.toc-list li.active a, .wrapper .modale ol.toc-list li a.is-active-link {
  font-weight: bold;
}
.wrapper .modale ul.links li:not(:last-child), .wrapper .modale ol.toc-list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.wrapper .modale ul.links li ol, .wrapper .modale ol.toc-list li ol {
  padding-left: 0.7em;
  font-size: 0.9em;
}
.wrapper .modale #toc {
  position: sticky;
  top: 110px;
}
.wrapper #container {
  max-width: 1000px;
  margin: 0;
  flex: 2.5;
}
.wrapper #container .content {
  margin: 0 auto;
  max-width: 1100px;
}

header {
  color: #151a3d;
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 100px;
}
header:hover {
  max-height: 600px;
}
header:not(:hover) .navbar-links li:not(.head),
header:not(:hover) .title .logo {
  opacity: 0;
}
header:not(:hover) .navbar-links li.head .subtitle:not(.persistent) {
  display: none;
}
header .title img {
  max-height: 1.3em;
  margin-bottom: -0.3em;
}
header #showmenu {
  display: none;
}
header nav {
  display: flex;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  color: #151a3d;
  bottom: 0;
  align-items: flex-start;
}
header nav .navbar-links {
  display: table;
  margin: 0;
  overflow: hidden;
  border-left: 4px hidden #151a3d;
  padding: 0;
  max-width: 220px;
  margin-bottom: 0.6em;
}
header nav .navbar-links > li, header nav .navbar-links > p {
  display: table-row;
  transition: opacity 0.25s ease-in-out;
}
header nav .navbar-links > li > *, header nav .navbar-links > p > * {
  display: table-cell;
  vertical-align: middle;
  border-bottom: none;
  padding: 0.5em 0.8em;
}
header nav .navbar-links > li.head, header nav .navbar-links > li.info, header nav .navbar-links > p.head, header nav .navbar-links > p.info {
  font-size: 1.2em;
  font-family: Cera, sans;
  height: 100px;
  text-align: center;
}
header nav .navbar-links > li.head span, header nav .navbar-links > li.info span, header nav .navbar-links > p.head span, header nav .navbar-links > p.info span {
  display: block;
}
header nav .navbar-links > li.head span.subtitle, header nav .navbar-links > li.info span.subtitle, header nav .navbar-links > p.head span.subtitle, header nav .navbar-links > p.info span.subtitle {
  font-size: 0.75em;
  opacity: 0.75;
}
header nav .navbar-links > li a, header nav .navbar-links > p a {
  font-weight: normal;
}
header nav .navbar-links > li a:hover, header nav .navbar-links > p a:hover {
  background-color: #fff;
  color: #2f3b89;
}
header nav .navbar-links .active a {
  font-weight: bold;
}
header nav .navbar-links .internal {
  background-color: rgba(0, 0, 0, 0.05);
}
header nav .navbar-links.buddy {
  border-color: #ed1670;
}
header nav .navbar-links.buddy a:hover {
  color: #8a1345;
  background-color: #f9d6e5;
}
header nav .navbar-links.buddy .head {
  color: #8a1345;
}
header nav .navbar-links.buddy:hover .head a {
  color: #fff;
  background: #ed1670;
}
header nav .navbar-links.tandem {
  border-color: #e84d44;
}
header nav .navbar-links.tandem a:hover {
  color: #b01e16;
  background-color: #f6d1cf;
}
header nav .navbar-links.tandem li.head {
  color: #b01e16;
}
header nav .navbar-links.tandem:hover li.head a {
  color: #fff;
  background: #e84d44;
}
header nav .navbar-links.global {
  order: 4;
}
header nav .navbar-links.global .go {
  display: none;
}
header nav .language-chooser {
  font-family: Cera, sans;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  padding: 0.8em;
  padding-left: 2em;
  order: 5;
}
header nav .language-chooser .label {
  opacity: 0.8;
  font-size: 0.8em;
}
header nav .language-chooser a {
  font-weight: normal;
  border-bottom: 1px solid;
}
header nav .language-chooser .active {
  font-weight: bold;
}
header a {
  color: #151a3d;
  text-decoration: none;
  border: none;
}
header div.title {
  max-height: 100px;
  padding: 1em;
}
header div.title h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  font-size: 2.3em;
  margin-right: 1em;
}
header div.title h1 span {
  display: block;
}
header div.title h1 .program {
  display: none;
  font-size: 0.7em;
  opacity: 0.7;
}
header div.title .logo {
  display: block;
  transition: opacity 0.25s ease-in-out;
}
header div.title .logo img {
  vertical-align: middle;
  max-width: 200px;
}

.content {
  width: 100%;
  padding: 30px;
  padding-top: 0;
  margin: 15px auto;
}
.content.large {
  width: 1200px;
}
.content p, .content li {
  margin: 1em 0;
  line-height: 1.6;
}
.content h1 {
  width: 100%;
  margin-bottom: 0.6em;
  border-bottom: 5px solid #2f3b89;
  color: #2f3b89;
}
.content h1.head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 0;
}
.content h1.head .logo {
  padding: 0;
  border: none;
  text-align: right;
}
.content h1.head .logo img {
  padding: 5px;
  max-height: 1.8em;
  vertical-align: middle;
}
.content h1.head span {
  flex: 1;
}
.content .backbtn {
  margin-top: -5px;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
.content .backbtn a {
  font-weight: inherit;
}
.content h1:not(:first-child):not(.head) {
  margin-top: 1.2em;
}
.content h2 {
  margin-top: 0.6em;
  margin-bottom: 0.2em;
}
.content h3 {
  margin-top: 1.2em;
}
.content ul.messages {
  margin: -2.1em;
  margin-bottom: 2em;
  margin-top: 0;
}
.content ul.messages li {
  background: #ccc;
  color: #333;
  padding: 0.6rem 1rem;
  font-weight: bold;
  font-size: 0.9em;
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.9);
}
.content ul.messages li.success {
  background-color: #21934e;
  color: #fff;
}
.content ul.messages li.warning {
  background-color: #841d32;
  color: #fff;
}

body.homepage {
  background-color: #fff;
}
body.homepage #container {
  max-width: none;
  width: 100%;
}
body.homepage #container .content {
  max-width: none;
  background: none;
}
body.homepage #container .content > * {
  margin-bottom: 2em;
}
body.homepage #container .content .chapo {
  max-width: 800px;
  text-align: center;
  font-size: 1.1em;
  margin: 0 auto;
}
body.homepage #container .content h1.head {
  text-align: center;
  border-bottom: none;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
body.homepage #container .content h1.head span {
  flex: unset;
}
body.homepage #container .content h1.head .title {
  font-size: 1.5em;
}
body.homepage #container .content h1.head .title img {
  max-height: 2.5em;
  max-width: 100%;
}
body.homepage #container .content h1.head .by {
  font-size: 0.8em;
  font-weight: normal;
  vertical-align: middle;
}
body.homepage #container .content > .intro-blocks {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #000;
  margin: 5em auto;
  margin-bottom: 7em;
  width: 100%;
  max-width: 1400px;
}
body.homepage #container .content > .intro-blocks .intro-block {
  max-width: 450px;
  min-width: 400px;
  background: #fff;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
body.homepage #container .content > .intro-blocks .intro-block .img img {
  border-radius: 4px 0;
  max-width: 100%;
  width: auto;
  height: auto;
}
body.homepage #container .content > .intro-blocks .intro-block .desc {
  padding: 1.5em;
  padding-bottom: 0;
}
body.homepage #container .content > .intro-blocks .intro-block h4 {
  font-size: 1.5em;
}
body.homepage #container .content > .intro-blocks .intro-block a:not(.btn) {
  color: #2f3b89;
}
body.homepage #container .content > .intro-blocks .intro-block.tandem {
  margin-top: 3em;
}
body.homepage #container .content > .intro-blocks .intro-block.tandem a {
  color: #e84d44;
}
body.homepage #container .content > .intro-blocks .intro-block.tandem a.btn {
  color: #fff;
  background-color: #e84d44;
}
body.homepage #container .content > .intro-blocks .intro-block.buddy a {
  color: #ed1670;
}
body.homepage #container .content > .intro-blocks .intro-block.buddy a.btn {
  color: #fff;
  background-color: #ed1670;
}
body.homepage #container .content > .intro-blocks .intro-block .cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -2em;
  gap: 0.8em;
}
body.homepage #container .content > .intro-blocks .intro-block .cta a {
  display: block;
}
body.homepage #container .content img.home-img {
  max-width: 800px;
  display: block;
  margin: 3em auto;
}
body.homepage #container .content p.footer {
  text-align: center;
  font-size: 0.8em;
  opacity: 0.6;
}
body.homepage #container .action-box {
  margin: 1em -2.5em;
}

.guide h1 {
  counter-reset: guidestep;
}
.guide h2.counting::before {
  counter-increment: guidestep;
  content: counter(guidestep, upper-roman) ") ";
}
.guide ul, .guide ol {
  padding-left: 1.7em;
}
.guide ol li {
  list-style: numeric;
}
.guide ul li {
  list-style: disclosure-closed;
}

p.success {
  padding: 5px 10px;
  font-weight: bold;
  background-color: #176938;
  color: #fff;
}

input, textarea, select, div.tinymce, option, optgroup:before {
  border-radius: 60px;
  background: #fff;
  font-size: 1em;
  font-family: "Arial", sans-serif;
  background-color: #e3edf7;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
  padding: 0.5em;
}
input:focus, input.mce-edit-focus, textarea:focus, textarea.mce-edit-focus, select:focus, select.mce-edit-focus, div.tinymce:focus, div.tinymce.mce-edit-focus, option:focus, option.mce-edit-focus, optgroup:before:focus, optgroup:before.mce-edit-focus {
  background-color: #a4ace0;
  outline: none;
}

.pwd-wrapper {
  display: flex;
}
.pwd-wrapper input {
  padding-right: 2.3em;
}
.pwd-wrapper .pwd-show {
  height: 100%;
  background: url("https://api.iconify.design/mdi/eye.svg") no-repeat center center/contain;
  border: 3px solid transparent;
  border-radius: 60px;
  margin-left: -2.3em;
  width: 2.3em;
  height: 2.3em;
}
.pwd-wrapper input[type=text] + .pwd-show {
  border-color: #2f3b89;
}

input[type=text], input[type=password],
input[type=email], input[type=number], textarea, select {
  font-family: Cera, sans;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #2f3b89;
  width: 100%;
  max-width: 100%;
  padding: 0.6em 1em;
  transition: border 1s ease-out, background 1s ease-out;
}
input[type=text]:focus-visible, input[type=password]:focus-visible,
input[type=email]:focus-visible, input[type=number]:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid #2f3b89;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  width: auto;
  margin-right: 0.8em;
  cursor: pointer;
  padding-right: 2.5em;
  background: url("/static/images/choix.svg") no-repeat;
  background-position: right center;
  background-color: #e3edf7;
  background-size: contain;
}
select option {
  padding: 3px;
  white-space: pre-wrap;
  background-color: #e3edf7;
}
select optgroup option {
  padding-left: 10px;
}
select optgroup:before {
  font-weight: bold;
}

input[type=submit], .btn {
  border-radius: 60px;
  white-space: normal;
  text-align: center;
  font: 16px Cera, sans;
  font-weight: 500;
  background-color: #5895d0;
  color: #fff;
  border: 6px double #fff;
  padding: 12px 17px;
  display: inline-block;
}
input[type=submit].annule, input[type=submit].valide, .btn.annule, .btn.valide {
  color: #fff;
  padding: 0 5px;
}
input[type=submit].annule, .btn.annule {
  background: #c81307;
  border-color: #650a04;
}
input[type=submit].valide, .btn.valide {
  background: #89d813;
  border-color: #4e7a0b;
}

p.submits {
  text-align: right;
}

textarea, div.tinymce {
  font-family: Cera, sans;
  border: none;
  border-radius: 12px;
  height: auto;
  min-height: 200px;
  padding: 1em;
  transition: border 1s ease-out, background 1s ease-out;
}

textarea {
  height: 200px;
  resize: vertical;
}

form {
  background: #fff;
  padding-bottom: 5px;
}
form.transparent {
  background: transparent;
}
form .field {
  box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin: 5px 0;
  display: flex;
  background: #fff;
  padding: 10px;
}
form .field > label, form .field > .label {
  display: inline-block;
  width: 250px;
  text-align: right;
  margin-right: 12px;
  padding-top: 5px;
  flex-shrink: 0;
}
form .field label.required:before, form .field .label.required:before {
  margin-right: 5px;
  content: "*";
  color: #d23554;
}
form .field ul li {
  margin: 5px 0;
}
form .field.field-CheckboxSelectMultiple .input input, form .field.field-RadioSelect .input input, form .field.field-LanguageWithLevelWidget .input input {
  position: relative;
  z-index: 2;
}
form .field.field-CheckboxSelectMultiple .input li, form .field.field-RadioSelect .input li, form .field.field-LanguageWithLevelWidget .input li {
  margin-top: 0.3em;
  display: flex;
  gap: 0.4em;
  align-items: center;
}
form .field.field-CheckboxSelectMultiple .input label, form .field.field-RadioSelect .input label, form .field.field-LanguageWithLevelWidget .input label {
  color: #2f3b89;
  border-radius: 2em;
  padding: 0.35em 0.8em;
  margin-left: -2.2em;
  padding-left: 2.2em;
}
form .field.field-CheckboxSelectMultiple .input :checked + label, form .field.field-RadioSelect .input :checked + label, form .field.field-LanguageWithLevelWidget .input :checked + label {
  background-color: #1a3b5c;
  color: #fff;
}
form .field.field-LanguageWithLevelWidget input[type=checkbox]:not(:checked) + label + .native-toggle {
  display: none;
}
form .field label {
  font-family: Cera, sans;
  font-weight: bold;
}
form .field .help_text, form .field.field-PasswordInput ul li {
  font-style: italic;
  font-size: 0.9em;
  color: #4854a3;
}
form .field .input {
  display: inline-block;
  flex-grow: 1;
  margin-right: 10px;
}
form .field .input label, form .field .input .label {
  font-weight: 500;
}

main ul, main ol {
  padding-left: 25px;
}
main ul li, main ol li {
  margin-bottom: 0.3em;
}
main ol {
  list-style-type: arabic;
}
main .option_index {
  text-align: center;
  margin: 10px;
}
main .option_index a {
  font-family: Cera, sans;
  font-size: 1.2em;
  background: #fff;
  padding: 15px;
  display: inline-block;
}

ul.options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 0.2em;
}
ul.options li {
  flex: 1;
  min-width: 300px;
  padding: 10px;
  text-align: center;
  margin: 0;
}
ul.options li.colspan2 {
  flex: 2;
  padding: 0;
}
ul.options li.separator {
  flex: unset;
  width: 4px;
  align-self: stretch;
  background-color: #000;
  min-width: unset !important;
  padding: 0;
  border-radius: 4px;
  margin: 0.5em;
}

ul.options a:not(.bare):not(.pwd-show), a.nice-btn {
  display: block;
  border: none;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.9);
  background: #e3edf7;
  color: #000;
  padding: 1.1rem 0.5rem;
  position: relative;
  margin: 0.3rem auto;
  max-width: 700px;
}
ul.options a:not(.bare):not(.pwd-show) span, a.nice-btn span {
  display: block;
  font-family: Cera, sans;
}
ul.options a:not(.bare):not(.pwd-show) span.option-head, a.nice-btn span.option-head {
  font-size: 1.2em;
}
ul.options a:not(.bare):not(.pwd-show) span.option-desc, a.nice-btn span.option-desc {
  font-weight: normal;
}
ul.options a:not(.bare):not(.pwd-show) span.option-desc:not(:last-child), a.nice-btn span.option-desc:not(:last-child) {
  margin-bottom: 1em;
}
ul.options a:not(.bare):not(.pwd-show) span.option-features, a.nice-btn span.option-features {
  font-weight: normal;
  padding: 0.5em;
  font-size: 0.95em;
  border-top: 1px solid #ccc;
  opacity: 0.7;
}
ul.options a:not(.bare):not(.pwd-show) span.option-btn, a.nice-btn span.option-btn {
  margin: auto;
  margin-bottom: -2.5em;
  margin-top: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
ul.options a:not(.bare):not(.pwd-show):before, a.nice-btn:before {
  content: "";
  position: absolute;
  top: -4px;
  width: 70%;
  left: 50%;
  border-top: 7px solid #2f3b89;
  transform: translateX(-50%);
  transition: border-top-width 0.5s;
}
ul.options a:not(.bare):not(.pwd-show):hover:before, a.nice-btn:hover:before {
  border-top-width: 10px;
}

.action-box {
  background: #2f3b89;
  border-radius: 4px;
  padding: 2em;
  color: #fff;
  margin: 2em -0.5em;
}
.action-box h2 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
.action-box > *:first-child {
  margin-top: 0;
}
.action-box ul.options li a:not(.pwd-show) {
  background: #fff;
  border-radius: 4px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.action-box ul.options li a:not(.pwd-show):not(.bare) {
  font-size: 1.2em;
  padding: 1em;
}
.action-box ul.options li a:not(.pwd-show):before {
  border-color: #000;
}
.action-box ul.options li a:not(.pwd-show).bare {
  border-radius: 0;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  border-bottom-color: #fff;
  background: transparent;
}

.split-home {
  display: flex;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
}
.split-home > * {
  flex: 1;
  min-width: 250px;
}
.split-home.reverse {
  flex-direction: row-reverse;
}

ul.my-mails li {
  display: flex;
  background: #fff;
  margin: 5px;
  padding: 10px;
  min-height: 70px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
}
ul.my-mails li > * {
  flex: 1;
  text-align: center;
  min-width: 200px;
}
ul.my-mails li > .address {
  text-align: left;
  font-weight: bold;
}
ul.my-mails li > .address span {
  display: block;
}
ul.my-mails li .delete {
  text-align: right;
  flex-shrink: 0.7;
}
ul.my-mails li .delete a {
  background-color: #d23554;
}
ul.my-mails li .address-type {
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
}
ul.my-mails li > form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
ul.my-mails li > form .field {
  flex: 1;
  box-shadow: none;
}

.profile-id {
  padding: 16px;
  margin: 1em auto;
  text-align: left;
  max-width: 700px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 0.1em rgba(47, 59, 137, 0.8);
  background-color: #fff;
  margin-top: 1.8em;
}
.profile-id a:not(.btn) {
  border: none;
}
.profile-id.cancelled {
  background: #cfbaba;
}
.profile-id.invalid {
  background: #ddd;
}
.profile-id p {
  margin: 0;
  line-height: 1.8;
  padding: 0.2em;
  margin-bottom: 0.6em;
}
.profile-id .username {
  position: absolute;
  display: block;
  border-radius: 30px;
  border: 1px solid #e3edf7;
  padding: 2px 0.8em;
  background: #fff;
  top: -1.1em;
}
.profile-id .username {
  right: 8px;
  font-size: 0.8em;
  font-family: courrier, monospace;
  font-weight: 700;
}
.profile-id p.head {
  display: flex;
  align-items: center;
  gap: 0.7em 2em;
  flex-wrap: wrap;
}
.profile-id p.head .name {
  font-family: Cera, sans;
  font-size: 1.3em;
  font-weight: bold;
  left: 4px;
  flex: 1;
  min-width: 300px;
}
.profile-id p.head .name .gender {
  right: -2.5em;
  top: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  color: #2f3b89;
  padding: 0.3em;
  border-radius: 30px;
  border: 1px solid #e3edf7;
}
.profile-id p.head .contact {
  font-family: Cera, sans;
  font-weight: bold;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em 1.5em;
  flex: 1;
  opacity: 0.6;
  justify-content: flex-end;
  /*
  background: #eee;
  margin: -1.3em;
  padding: 1.3em;
  padding-top: 1.7em;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  */
}
.profile-id p.head .contact .email {
  font-weight: 400;
}
.profile-id p.head .contact .email, .profile-id p.head .contact .email a {
  font-family: courrier, monospace;
}
.profile-id p.head .contact .phone {
  color: #333;
  font-family: courrier, monospace;
}
.profile-id p.head .contact .phone, .profile-id p.head .contact .email {
  white-space: nowrap;
}
.profile-id p.attributes {
  margin-top: 0.5em;
  line-height: 1.5;
}
.profile-id p.attributes > span {
  display: block;
}
.profile-id p.attributes > span .iconify {
  transform: scale(1.2);
  color: #21934e;
}
.profile-id .cursus {
  font-style: italic;
  font-family: Cera, sans;
  margin-left: 0.5em;
}
.profile-id .job {
  font-family: Cera, sans;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
}
.profile-id a.extlink {
  background-color: var(--program-light);
  color: var(--program-dark);
  padding: 0.3em 0.6em;
  border-radius: 30px;
  font-weight: normal;
  font-size: 0.9em;
  white-space: nowrap;
}

.taglist span {
  font-family: Cera, sans;
  display: inline-block;
  font-size: 0.95em;
  padding: 0.2em 0.7em;
  margin-bottom: 0.4em;
  border-radius: 30px;
  background: #cacfed;
  color: #2f3b89;
}
.taglist.languages span, .taglist.hobbies span {
  background-color: #d6f6e3;
  color: #21934e;
}
.taglist.languages span.highlight, .taglist.hobbies span.highlight {
  outline: 2px solid #21934e;
}
.taglist.languages span.lang-native, .taglist.hobbies span.lang-native {
  border: 1px solid #21934e;
}
.taglist.schoolnames span {
  background-color: #2f3b89;
  color: #fff;
}

.registration-block {
  display: block;
  position: relative;
  padding: 1em;
  margin-top: 0.5em;
  border-radius: 4px;
  box-shadow: 0 0 0.1em rgba(47, 59, 137, 0.8);
  background-color: #eeeeee;
  border-left: 30px solid var(--program-main);
}
.registration-block .is-met-icon {
  position: absolute;
  color: #fff;
  width: 30px;
  padding: 5px;
  left: -33px;
  top: 14px;
}
.registration-block .is-met-icon .iconify {
  transform: scale(1.5);
}
.registration-block.wrong {
  outline: 2px solid #c33;
}
.registration-block p {
  margin: 2px;
  position: relative;
  z-index: 1;
}
.registration-block.inactive {
  opacity: 0.5;
}
.registration-block .language-option {
  position: relative;
  border-top: 2px solid #337ab7;
  border-bottom: 2px solid #337ab7;
  padding: 0.5em;
  min-height: 100px;
}
.registration-block .language-option + .language-option {
  border-top: none;
}
.registration-block .language-option.not-relevant:not(.also-good) {
  opacity: 0.5;
  min-height: 0;
}
.registration-block .language-option.not-relevant:not(.also-good) .presentation, .registration-block .language-option.not-relevant:not(.also-good) .remarks {
  display: none;
}
.registration-block .language-option.focus-learning {
  border-left: 20px solid #ea904e;
}
.registration-block .language-option.focus-learning .teaching {
  opacity: 0.2;
}
.registration-block .language-option.focus-teaching {
  border-left: 20px solid #c0e53c;
}
.registration-block .language-option.focus-teaching .learning {
  opacity: 0.2;
}
.registration-block .presentation, .registration-block .remarks {
  word-wrap: anywhere;
  overflow-wrap: anywhere;
}
.registration-block .presentation {
  color: #333;
}
.registration-block .presentation p:first-child:before {
  content: "Presentation: ";
  font-weight: bold;
}
.registration-block .remarks {
  color: #2f3b89;
  border-top: 1px dotted #2f3b89;
  padding-top: 0.2em;
}
.registration-block .remarks p:first-child:before {
  content: "Internal remarks: ";
  font-weight: bold;
}
.registration-block.lang-fr .presentation p:first-child:before {
  content: "Présentation : ";
}
.registration-block.lang-fr .remarks p:first-child:before {
  content: "Remarques internes : ";
}
.registration-block:not(.format-detailed) .presentation, .registration-block:not(.format-detailed) .remarks {
  padding-left: 0.2em;
  max-height: 5em;
  overflow-y: auto;
}
.registration-block:not(.format-detailed) .presentation p, .registration-block:not(.format-detailed) .remarks p {
  display: inline;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.registration-block:not(.format-detailed) .presentation br, .registration-block:not(.format-detailed) .remarks br {
  display: none;
}
.registration-block .matches li {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  color: #2f3b89;
  padding: 0.2em 0.6em;
  margin: 0.2em 0;
}
.registration-block .matches li .langs {
  font-size: 0.8em;
  display: inline-block;
}
.registration-block .matches li.cancelled {
  opacity: 0.5;
  text-decoration: line-through;
}
.registration-block .matchbox {
  padding: 0.2em;
}
.registration-block .matchbox h4, .registration-block .matchbox ul, .registration-block .matchbox ul li {
  display: inline-block;
}

.registration-meta {
  font-size: 1.1em;
  color: #666;
  margin-top: 0;
}
.registration-meta .campaign, .registration-meta .islocal {
  font-weight: bold;
  color: #2f3b89;
}
.registration-meta .cancelled .iconify {
  color: #d23554;
  transform: scale(1.5) translateY(-2px);
}

p.registration-choices {
  font-size: 1.2em;
  font-family: Cera, sans;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
  padding-left: 0;
}
p.registration-choices > span {
  display: inline-block;
  padding: 0.2em 0.6em;
  background: #fff;
  color: #2f3b89;
  border-radius: 30px;
  border: 1px solid transparent;
}
p.registration-choices > span.invalid {
  color: #fff;
  background: #666;
}
p.registration-choices > span.maxnum {
  color: #2f3b89;
}
p.registration-choices > span .iconify {
  transform: scale(1.2) translateY(-1px);
}
p.registration-choices > span.okdiff-no {
  color: #fff;
  background-color: #1a3b5c;
}
p.registration-choices > span.okdiff-yes {
  color: #1a3b5c;
  background-color: #e3edf7;
}
p.registration-choices > span.okjob.no, p.registration-choices > span .no, p.registration-choices > span.meet-greet.no, p.registration-choices > span.full {
  opacity: 0.3;
}
p.registration-choices > span.okjob .text {
  font-size: 0.9em;
}
p.registration-choices > span.okjob .text:not(:last-child)::after {
  content: ", ";
}
p.registration-choices > span.lang {
  font-weight: bold;
  background: none;
  font-size: 1.1em;
}
p.registration-choices > span.lang:not(.learning):not(.teaching) {
  margin-left: 0;
  padding-left: 0;
}
p.registration-choices > span.level {
  border-color: #b01e16;
  background: #f6d1cf;
  font-size: 0.9em;
  color: #b01e16;
}
p.registration-choices > span.wants-fluent {
  font-weight: bold;
  background-color: #773b0e;
  color: #fff;
}
p.registration-choices > span.is-met-icon {
  background-color: #d6f6e3;
  color: #21934e;
}
p.registration-choices > span.learning {
  background: #f5c9a9;
  color: #773b0e;
  border-color: #ea904e;
}
p.registration-choices > span.teaching {
  background: #ddf196;
  color: #4f620d;
  border-color: #c0e53c;
}
p.registration-choices > span.wrong {
  background: #c33;
  border: 4px solid #000;
  color: #fff;
}
p.registration-choices > span.meet-greet span.text {
  font-size: 0.7em;
}

.suggestion-list .language-option:not(.focus-learning):not(.focus-teaching), .match .language-option:not(.focus-learning):not(.focus-teaching) {
  opacity: 0.5;
  min-height: 0;
}
.suggestion-list .language-option:not(.focus-learning):not(.focus-teaching) .presentation, .suggestion-list .language-option:not(.focus-learning):not(.focus-teaching) .remarks, .match .language-option:not(.focus-learning):not(.focus-teaching) .presentation, .match .language-option:not(.focus-learning):not(.focus-teaching) .remarks {
  display: none;
}

.language-option-form {
  background: #f6d1cf;
  border-radius: 4px;
  padding: 0.8em;
  margin-bottom: 1em;
}
.language-option-form .head {
  margin: 0 0.4em;
  background: url("/static/images/choix.svg") no-repeat;
  background-position: right center;
  background-size: contain;
  position: relative;
}
.language-option-form .body {
  margin-top: 0.5em;
}
.language-option-form.collapsed > .body {
  display: none;
}
.language-option-form:not(.learning) .registration-choices .learning, .language-option-form:not(.teaching) .registration-choices .teaching {
  display: none;
}

.dashboard-blocks {
  display: flex;
  flex-direction: column;
}
.dashboard-blocks > div {
  order: 0;
}

.dashboard-block {
  margin: 2em 0;
  background: #fff;
  padding: 1em;
  border-radius: 8px;
  position: relative;
  position: relative;
}
.dashboard-block::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: #2f3b89;
}
.dashboard-block h2 {
  margin-bottom: 1em;
  padding: 0;
}
.dashboard-block .admin-options {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  text-align: right;
  padding: 10px;
  background: #fff;
  margin: 0;
  border-radius: 4px;
}
.dashboard-block .admin-options span {
  font-weight: bold;
}
.dashboard-block .admin-options .btn {
  background: #2f3b89;
}
.dashboard-block .admin-options .btn .iconify {
  transform: scale(1.2);
}
.dashboard-block .registration-status {
  font-weight: bold;
  text-align: center;
}
.dashboard-block .profile-id h3 {
  margin-top: 0;
}
.dashboard-block form.toggle {
  padding: 10px;
  background: #fff;
  text-align: center;
  font-size: 0.9em;
}
.dashboard-block form.toggle p {
  margin-top: 0;
}
.dashboard-block form.toggle input[type=submit] {
  padding: 0.4em;
}
.dashboard-block .my-match-card {
  position: relative;
  padding-top: 1.9em;
  width: 100%;
  background: #fff;
  margin-bottom: 2em;
  padding-bottom: 1em;
  margin-right: 0;
  margin-left: auto;
}
.dashboard-block .my-match-card .metadata {
  max-width: unset;
  opacity: 0.7;
  background: #fff;
  padding: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-height: 2em;
  overflow: hidden;
}
.dashboard-block .my-match-card .btn {
  padding: 5px;
  margin: 10px;
  text-decoration: underline;
}
.dashboard-block .my-match-card .match-actions {
  position: absolute;
  bottom: -1.5em;
  right: 8px;
  z-index: 3;
  text-align: right;
}
.dashboard-block .my-match-card .match-actions .btn {
  text-decoration: none;
  padding: 0.4em 0.7em;
  margin: 0em 0.2em;
  display: inline-block;
}
.dashboard-block .my-match-card .match-actions .btn.hide {
  background: #ccc;
  color: #333;
}
.dashboard-block .my-match-card .match-actions .btn.break {
  background: #d23554;
}
.dashboard-block .manage {
  text-align: center;
}
.dashboard-block .cancel-btn {
  background-color: #a33;
}
.dashboard-block .previous-matches {
  background-color: #ddd;
  margin: -2em;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 2em;
}
.dashboard-block.buddy {
  --program-light: #f9d6e5;
  --program-main: #ed1670;
  --program-dark: #8a1345;
}
.dashboard-block.buddy::before {
  background: #ed1670;
}
.dashboard-block.buddy h2 {
  color: #ed1670;
}
.dashboard-block.buddy a.nice-btn::before {
  border-color: #ed1670;
}
.dashboard-block.buddy .previous-matches {
  background-color: #f9d6e5;
}
.dashboard-block.tandem {
  --program-light: #f6d1cf;
  --program-main: #e84d44;
  --program-dark: #b01e16;
}
.dashboard-block.tandem::before {
  background: #e84d44;
}
.dashboard-block.tandem h2 {
  color: #e84d44;
}
.dashboard-block.tandem a.nice-btn::before {
  border-color: #e84d44;
}
.dashboard-block.tandem .previous-matches {
  background-color: #f6d1cf;
}
.dashboard-block .is-met-icon {
  display: none;
}

a.edit-btn, ul.options a:not(.bare):not(.pwd-show).edit-btn {
  border: 2px solid #2f3b89;
  border-left-width: 55px;
}
a.edit-btn .edit-icon, ul.options a:not(.bare):not(.pwd-show).edit-btn .edit-icon {
  display: block;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: -50px;
}

.info, .alert {
  text-align: center;
  padding: 1em;
  border-radius: 8px;
  margin-bottom: 2em;
  padding-left: 100px;
  position: relative;
}
.info .side-icon, .alert .side-icon {
  width: 100px;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0.5;
  padding: 1em;
  margin: 0;
}

.alert {
  background-color: #f3c7d0;
  color: #841d32;
}
.alert .btn {
  background-color: #841d32;
}

.info {
  background-color: #e3edf7;
  color: #1a3b5c;
}

.iconify {
  vertical-align: middle;
  margin: 0.2em;
}

.invitation-link-box {
  display: flex;
}
.invitation-link-box.collapse .invitation-link, .invitation-link-box.collapse .btn-copy {
  display: none;
}
.invitation-link-box:not(.collapse) .btn-show {
  display: none;
}
.invitation-link-box .invitation-link {
  flex: 1;
  background-color: #eee;
}

@media screen and (max-width: 900px) {
  body {
    font-size: 17px;
  }
  header {
    font-size: 0.9em;
  }
  header h1 {
    font-size: 1.5em;
  }
}
.hide-on-load {
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
  .wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 1800px;
    justify-content: stretch;
    min-height: 100vh;
    margin-top: 60px;
  }
  .wrapper header {
    max-width: 100vw;
    width: 100%;
    min-width: unset;
  }
  .wrapper #container {
    width: 100%;
    margin: 0;
    padding: 0.5em;
    margin-top: 0;
  }
  .wrapper #container .content {
    max-width: 100%;
  }
  .wrapper .modale {
    padding: 0.5em;
    font-size: 0.8em;
  }
  .wrapper .modale #toc {
    display: none;
  }
  header {
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    min-height: 50px;
    max-height: 50px;
    position: fixed;
    z-index: 100;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.7);
    max-width: 100vw;
    transition: none;
  }
  header:hover {
    max-height: 50px;
  }
  header:not(:hover) .navbar-links li:not(.head) {
    opacity: 1;
  }
  header:not(:hover) .navbar-links li.head .subtitle:not(.persistent) {
    display: block;
  }
  header:not(:hover) .title .logo {
    opacity: 1;
  }
  header.expanded {
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
  }
  header nav {
    margin-top: 0;
    flex-direction: column;
    align-items: stretch;
  }
  header nav .navbar-links, header nav .language {
    max-width: unset;
    margin: 0.4em 0;
  }
  header nav .language-chooser {
    order: -2;
  }
  header nav .navbar-links.global {
    order: -1;
  }
  header nav .showmenu {
    order: -3;
  }
  header nav .navbar-links li.head {
    height: auto;
    text-align: left;
  }
  header nav .navbar-links.buddy .head a {
    color: #fff;
    background: #ed1670;
  }
  header nav .navbar-links.tandem .head a {
    color: #fff;
    background: #e84d44;
  }
  header nav .navbar-links.global .head a {
    color: #fff;
    background: #2f3b89;
  }
  header nav .navbar-links.global .head a .go {
    display: inline;
    transform: scale(1.2);
  }
  header nav .language-chooser {
    height: auto;
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-direction: row;
    font-size: 1.2em;
    align-items: center;
  }
  header #showmenu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 0.5em;
  }
  header #showmenu svg {
    width: auto;
    height: 100%;
  }
  header div.title {
    padding: 0 0.5em;
  }
  header div.title h1 {
    font-size: 1.5em;
    height: 50px;
  }
  header div.title h1 .program {
    display: block;
    color: var(--program-main);
  }
  header div.title .logo {
    opacity: 1;
    font-size: 0.9em;
  }
  header div.title .logo img {
    max-width: 150px;
  }
  header:not(.expanded) .navbar-links, header:not(.expanded) .language-chooser {
    display: none;
  }
  header:not(.expanded) div.title {
    max-height: 50px;
  }
  header:not(.expanded) div.title .logo {
    display: none;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
  .content {
    padding: 15px 3vw;
  }
  form .field {
    display: block;
  }
  form .field label, form .field .label {
    display: block;
    text-align: left;
    font-size: 0.95em;
    color: #1d4567;
    margin-top: 0;
    width: auto;
  }
  form .field .help_text {
    text-align: right;
    color: #080a17;
  }
  form .field .input {
    padding-left: 20px;
    display: block;
    text-align: right;
  }
  form .field input, form .field textarea, form .field div.tinymce, form .field select {
    background: #dde0f3;
  }
  .dashboard-block, .intro-block, .action-box {
    margin: 1.5em 0;
    border-radius: 4px;
  }
  .action-box, .intro-block > div {
    padding: 0.5em 1em;
  }
  .dashboard-block {
    padding: 0.7em;
  }
  .dashboard-block .profile-id {
    margin-left: -1em;
    margin-right: -1.5em;
  }
  .dashboard-block .my-match-card {
    margin: 0.5em 0;
  }
  .dashboard-block .admin-options {
    position: unset;
  }
  .registration-block {
    border-left-width: 10px;
    margin: 0.5em -1em;
  }
  .registration-block:not(:last-child) {
    margin-bottom: 3em;
  }
  ul.options li.separator {
    display: none;
  }
  body.login ul.options li.login {
    order: -1;
  }
}/*# sourceMappingURL=screen.css.map */