@charset "UTF-8";
/** transition sur plusieurs propriétés :
 * exemple :  @include transition-multiple(z-index 3s linear, background 2s linear, ... );
 */
section,
article,
header,
footer,
aside,
nav,
video {
  display: block;
}

#logo-home {
  width: 130px;
}
@media only screen and (min-width: 0px) and (max-width: 1280px) {
  #logo-home {
    display: none;
  }
}

::-moz-selection {
  background: #ffd801;
  color: black;
}

::selection {
  background: #ffd801;
  color: black;
}

#breadcrumb {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6b6b6b !important;
}
#breadcrumb a {
  color: #6b6b6b !important;
}
#breadcrumb a:hover {
  color: black !important;
}

.breadcrumb__lvl {
  display: inline;
}

.breadcrumb__separator {
  margin: 0 5px;
  font-family: "nanum_myeongjo_bold";
  font-size: 13px;
}

ul {
  list-style: none;
}

ul.home {
  list-style: initial;
  margin-left: 35px;
}

.content_103 a {
  color: #69A4CF;
  text-decoration: underline;
}

.content_103 iframe {
  width: 100%;
}

a {
  color: #000000;
  text-decoration: none;
}

.comments_timeline .comment-description a,
.comments_timeline .comment_timeline a {
  color: #69A4CF;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-style: normal;
}

h2.presentation {
  font-family: "berthold_akzidenz_grotesk_bBd";
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 25px 0;
}

button {
  border: none;
  background: none;
  color: white;
  cursor: pointer;
}

ol {
  text-align: left;
  transform: translate(20px, 0);
}
ol li {
  font-family: "berthold_akzidenz_grotesk_bBd";
}
ol li span {
  font-family: "berthold_akzidenz_grotesk_bRg";
}

.icon.bal-search {
  padding: 0 !important;
  transform: scaleX(-1);
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  appearance: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  background: #000000;
  font-family: "berthold_akzidenz_grotesk_bRg";
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.print {
  display: none;
}

.bold {
  font-family: "berthold_akzidenz_grotesk_bBd";
}

.yellow {
  color: #ffd801;
}

h1 {
  display: inline-block;
  vertical-align: middle;
}
h1 a {
  display: inline-block;
  vertical-align: middle;
  font-family: "berthold_akzidenz_groteskBdCn";
  text-transform: uppercase;
}

.bloc_h2 {
  padding: 35px 40px 20px 40px;
  box-sizing: border-box;
  position: relative;
  background-image: url(../img/sprite.png);
}
.bloc_h2 h2 {
  font-family: "berthold_akzidenz_grotesk_bBd";
  font-size: 46px;
  line-height: 46px;
  color: #000000;
  max-width: 80%;
  letter-spacing: -0.025em;
}
.bloc_h2 h2 span {
  color: #000000;
}
.bloc_h2 h2.subtitle {
  max-width: 100%;
  font-size: 16px !important;
}
.bloc_h2 .subtitle {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-family: "berthold_akzidenz_grotesk_bRg";
  color: #6b6b6b;
  margin-top: 10px;
}
.bloc_h2 nav {
  margin-top: 20px;
}
.bloc_h2 nav ul {
  list-style: initial;
  transform: translate(20px, 0);
}
.bloc_h2 nav ul li {
  line-height: 20px;
}
.bloc_h2 .btn_princ {
  background: white;
}
.bloc_h2 .btn_princ:hover {
  background: #ffd801;
}

h3,
a.message_trail_name .index {
  font-size: 48px;
  font-family: "berthold_akzidenz_groteskBdCn";
  letter-spacing: -0.025em;
}

h4 {
  color: #000000;
  font-size: 48px;
  line-height: 30px;
  font-family: "berthold_akzidenz_grotesk_bBd";
}

h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  position: relative;
  line-height: 28px;
}
h5.home {
  overflow: visible;
}
h5.home::after {
  content: none;
}
h5 .index {
  position: relative;
  z-index: 2;
}
h5:hover::after {
  height: 9.5px;
}

h6 {
  color: #ffd801;
  font-size: 16px;
  font-family: "berthold_akzidenz_grotesk_bBd";
}

.magic_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 8px;
  background: none;
}
.magic_line::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 50%;
  border: 8px solid transparent;
  transition: transform 0.35s ease-in-out;
  transform: translate(8px, 0);
}

.btn_princ {
  color: #000000;
  font-family: "berthold_akzidenz_grotesk_bBd";
  text-transform: uppercase;
  border-color: black;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  position: relative;
  line-height: 12px;
  font-size: 14px;
  background: transparent;
  transition: all 0.15s linear;
  border-color: #000000;
  background-color: #eeede7;
  letter-spacing: 0.05em;
}
.btn_princ.full {
  width: 100%;
}
.btn_princ::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid;
  border-color: #000000;
  transition: all 0.15s ease;
}
.btn_princ:hover {
  background: #ffd801;
}
.btn_princ:active, .btn_princ.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #ffd801;
}
.btn_princ:active::after, .btn_princ.active::after {
  transform: translate(0, 3px);
  opacity: 0;
}
.btn_princ:active {
  transform: translate(0, 4px);
}
.btn_princ.btn_princ_circle {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 28px;
  background: white;
  box-shadow: 0 0 0 5px #eeede7;
}
.btn_princ.btn_princ_circle::after {
  border-radius: 100%;
}
.btn_princ.btn_princ_circle:active, .btn_princ.btn_princ_circle.active {
  background: #eeede7;
  color: #6b6b6b;
  border: 1px dotted #000000;
}
.btn_princ.btn_princ_circle:active::after, .btn_princ.btn_princ_circle.active::after {
  opacity: 0;
}

.nav_princ_items {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.nav_princ_items ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.nav_princ_items ul li .btn_princ {
  padding: 0;
  padding-right: 15px;
  background: #eeede7;
  color: #6b6b6b;
  border-color: #6b6b6b;
}
.nav_princ_items ul li .btn_princ::after {
  border-color: #6b6b6b;
}
.nav_princ_items ul li .btn_princ .icon {
  font-size: 38px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
}
.nav_princ_items ul li .btn_princ .icon.bal-process, .nav_princ_items ul li .btn_princ .icon.bal-themes, .nav_princ_items ul li .btn_princ .icon.bal-production {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.nav_princ_items ul li .btn_princ .icon.media_type {
  width: 20px;
  opacity: 0;
}
.nav_princ_items ul li .btn_princ:hover {
  background: #ffd801;
  color: #000000;
  border-color: #000000;
}
.nav_princ_items ul li .btn_princ:hover::after {
  border-color: #000000;
}
.nav_princ_items ul li .btn_princ:active, .nav_princ_items ul li .btn_princ.active {
  border-color: rgba(0, 0, 0, 0);
  background: #ffd801;
  color: #000000;
}
.nav_princ_items ul li:first-child .btn_princ {
  padding: 15px;
}

.empty {
  color: #6b6b6b;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
  box-sizing: border-box;
  padding: 0 40px;
}
.empty .icon {
  font-size: 22px;
}
.empty span {
  display: inline-block;
  vertical-align: middle;
}

.link,
.button_link {
  position: relative;
  color: #000000;
}
.link.hidden,
.button_link.hidden {
  display: none;
}
.link .index,
.button_link .index {
  position: relative;
  z-index: 2;
}
.content_txt_shadow:not(.go_far) p .link,
.content_txt_shadow:not(.go_far) p .button_link {
  white-space: nowrap;
  display: inline-block;
}
.link:not(.link_edutheque):before, .link:not(.link_edutheque):after,
.button_link:not(.link_edutheque):before,
.button_link:not(.link_edutheque):after {
  content: "";
  transition: border-bottom 0.35s ease;
  z-index: 1;
  position: absolute;
  bottom: -1px;
}
.link:not(.link_edutheque)::before,
.button_link:not(.link_edutheque)::before {
  right: 0;
  border-bottom: 1px dotted #000000;
}
.link:not(.link_edutheque):after,
.button_link:not(.link_edutheque):after {
  border-bottom: 1px solid rgba(255, 216, 1, 0);
  right: -5px;
}
.link:not(.link_edutheque):hover:before, .link:not(.link_edutheque).hovered:before,
.button_link:not(.link_edutheque):hover:before,
.button_link:not(.link_edutheque).hovered:before {
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
}
.link:not(.link_edutheque):hover:after, .link:not(.link_edutheque).hovered:after,
.button_link:not(.link_edutheque):hover:after,
.button_link:not(.link_edutheque).hovered:after {
  border-bottom: 9px solid #ffd801;
}

.button_link .index {
  font-size: 14px;
}

.link::before, .link::after {
  width: 100%;
}
.link::after {
  width: calc(100% + 5px);
}
.link.big {
  text-transform: uppercase;
  font-family: "berthold_akzidenz_grotesk_bBd";
}

.button_link,
.save {
  cursor: pointer;
}
.button_link svg:nth-child(1),
.save svg:nth-child(1) {
  transition: all 0.35s ease;
  fill: #ffd801;
  opacity: 0;
  stroke: transparent;
}
.button_link svg:nth-child(2),
.save svg:nth-child(2) {
  position: relative;
  z-index: 2;
}
.button_link svg.svg_bookmark,
.save svg.svg_bookmark {
  stroke: #000000;
  stroke-width: 1.5;
  fill: transparent;
}
.button_link svg.svg_bookmark:nth-child(1),
.save svg.svg_bookmark:nth-child(1) {
  transition: all 0.35s ease;
  fill: #ffd801;
  opacity: 0;
  stroke: transparent;
}
.button_link:hover svg:nth-child(1),
.save:hover svg:nth-child(1) {
  opacity: 1;
  transform: translate(4px, 4px);
}
.button_link.active .svg_bookmark:nth-child(2),
.save.active .svg_bookmark:nth-child(2) {
  fill: #ffd801;
  stroke: #000000;
}

.content_tooltip {
  position: relative;
}
.content_tooltip .tooltip {
  min-width: 330px;
  display: none;
}

.tooltip {
  position: absolute;
  opacity: 0;
  transition: all 0.15s linear;
  background-color: #000000;
  color: white;
  text-align: left;
  padding: 6px;
  font-family: "berthold_akzidenz_grotesk_bRg";
  display: inline-block;
  vertical-align: middle;
  font-size: 16px !important;
  line-height: 24px !important;
  z-index: 10;
  max-width: 330px;
  display: none;
  text-transform: none;
}
.tooltip a {
  color: white;
}
.tooltip a:hover {
  text-decoration: underline;
}
.tooltip span {
  color: #ffd801;
}
.tooltip.bold {
  font-family: "berthold_akzidenz_grotesk_bBd";
}
.tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
.tooltip.top, .tooltip.top_left, .tooltip.top_right {
  bottom: calc(100% + 12px);
}
.tooltip.top::after, .tooltip.top_left::after, .tooltip.top_right::after {
  top: 100%;
  border-top-color: #000000;
}
.tooltip.top {
  left: 50%;
  transform: translate(-50%, -40px);
}
.tooltip.top::after {
  left: 50%;
  transform: translate(-50%, 0);
}
.tooltip.top_left {
  left: calc(50% - 28px);
  transform: translate(0, -40px);
}
.tooltip.top_left::after {
  left: 22px;
}
.tooltip.top_right {
  right: calc(50% - 28px);
  transform: translate(0, -40px);
}
.tooltip.top_right::after {
  right: 22px;
}
.tooltip.bottom, .tooltip.bottom_left, .tooltip.bottom_right {
  top: calc(100% + 12px);
}
.tooltip.bottom::after, .tooltip.bottom_left::after, .tooltip.bottom_right::after {
  bottom: 100%;
  border-bottom-color: #000000;
}
.tooltip.bottom {
  left: 50%;
  transform: translate(-50%, 40px);
}
.tooltip.bottom::after {
  left: 50%;
  transform: translate(-50%, 0);
}
.tooltip.bottom_left {
  left: calc(50% - 28px);
  transform: translate(0, 40px);
}
.tooltip.bottom_left::after {
  left: 22px;
}
.tooltip.bottom_right {
  right: calc(50% - 28px);
  transform: translate(0, 40px);
}
.tooltip.bottom_right::after {
  right: 22px;
}
.tooltip.left {
  right: calc(100% + 12px);
  top: 50%;
  transform: translate(-40px, -50%);
}
.tooltip.left::after {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  border-left-color: #000000;
}
.tooltip.right {
  left: calc(100% + 12px);
  top: 50%;
  transform: translate(40px, -50%);
}
.tooltip.right::after {
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border-right-color: #000000;
}
.tooltip.active {
  opacity: 1;
}
.tooltip.active.top, .tooltip.active.bottom {
  transform: translate(-50%, 0);
}
.tooltip.active.left, .tooltip.active.right {
  transform: translate(0, -50%);
}
.tooltip.active.top_left, .tooltip.active.top_right, .tooltip.active.bottom_left, .tooltip.active.bottom_right {
  transform: translate(0, 0);
}

.button_tooltip {
  position: relative;
}
.button_tooltip:hover .tooltip {
  opacity: 1;
}
.button_tooltip:hover .tooltip.top {
  transform: translate(-50%, 0);
}
.button_tooltip:hover .tooltip.right {
  transform: translate(0, -50%);
}

.button_link {
  font-family: "berthold_akzidenz_grotesk_bBd";
  text-align: left;
  font-size: 0;
}
.button_link::before {
  width: calc(100% - 28px);
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: -o-calc(100% - 28px);
}
.button_link::after {
  width: calc(100% - 23px);
  width: -webkit-calc(100% - 23px);
  width: -moz-calc(100% - 23px);
  width: -o-calc(100% - 23px);
}
.button_link svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.button_link svg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.button_link .index {
  display: inline-block;
  vertical-align: middle;
}
.button_link .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 8px;
}

.button_title_link {
  font-family: "berthold_akzidenz_grotesk_bCn";
  font-size: 0;
  color: #000000;
  position: relative;
  text-align: left;
  width: 100%;
}
.button_title_link .save {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  transform: translate(10px, 0);
}
.button_title_link .save svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17.5px;
  margin-left: -17.5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20%;
}

.bloc_txt_shadow {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.bloc_txt_shadow .content_txt_shadow {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 25px 80px;
  background: white;
  text-align: left;
  color: #000000;
}
.bloc_txt_shadow h3 {
  line-height: 48px;
  white-space: break-spaces;
}
.bloc_txt_shadow .actions_nav {
  float: right;
  margin: 20px 0 20px 40px;
}
.bloc_txt_shadow p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.bloc_txt_shadow p:not(.credits) {
  clear: both;
}
.bloc_txt_shadow .credits {
  margin-top: 40px;
}
.bloc_txt_shadow .circle_nav {
  padding-left: 20px;
}
.bloc_txt_shadow .circle_nav ul {
  list-style: disc;
}

.credits {
  color: #6b6b6b;
}

.actions_nav {
  font-size: 0;
}
.actions_nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.actions_nav ul li:nth-child(1) {
  padding-right: 15px;
}
.actions_nav ul li:nth-child(2) {
  padding-left: 15px;
  border-left: 1px solid #eeede7;
}
.actions_nav ul li .button_link::before {
  bottom: 0;
  right: 0;
}
.actions_nav ul li .button_link::after {
  bottom: 0;
  right: -5px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

form {
  position: relative;
}

.input {
  position: relative;
  margin-bottom: 10px;
}
.input button {
  display: none;
}

textarea {
  resize: none;
  min-height: 170px;
  font-family: "berthold_akzidenz_grotesk_bRg";
  color: #000000;
}

input,
textarea,
select {
  padding: 10px;
  width: 100%;
  border: 1px solid #6b6b6b;
  box-sizing: border-box;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.15s ease;
  border-radius: 3px;
  background: white;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #000000;
}
input:required,
textarea:required,
select:required {
  box-shadow: none;
}

select {
  height: 40px;
}

input[type=checkbox] {
  padding: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}
input[type=checkbox]::before {
  content: "\e619";
  font-family: "lebal";
  color: #000000;
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=radio] {
  padding: 0;
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 100%;
}
input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #000000;
  opacity: 0;
  transition: opacity 0.15s ease;
}
input[type=radio]:checked::before {
  opacity: 1;
}
input[type=submit] {
  font-family: "berthold_akzidenz_grotesk_bBd";
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
}
input[type=search] {
  background: none;
  border: none;
  font-family: "berthold_akzidenz_grotesk_bBd";
  font-size: 46px;
  color: #000000;
  padding: 5px 40px 5px 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
input[type=search]::-webkit-input-placeholder {
  color: #444444;
  font-weight: normal;
}
input[type=search]:-moz-placeholder { /* Firefox 18- */
  color: #444444;
  font-weight: normal;
}
input[type=search]::-moz-placeholder { /* Firefox 19+ */
  color: #444444;
  font-weight: normal;
}
input[type=search]:-ms-input-placeholder {
  color: #444444;
  font-weight: normal;
}
input[type=search]:active, input[type=search]:focus {
  border-bottom: 1px solid #bbbbbb;
}

.dropdown_search {
  position: relative;
}
.dropdown_search .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  color: #444444;
}
.dropdown_search input {
  padding-left: 40px;
}
.dropdown_search .content_dropdown_search {
  position: absolute;
  top: 45px;
  left: 0;
  height: 150px;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 10px 20px;
  display: none;
}
.dropdown_search .content_dropdown_search nav {
  background: white;
  border: 1px solid #000000;
}
.dropdown_search .content_dropdown_search nav ul li {
  cursor: pointer;
  transition: background 0.35s ease;
  font-size: 16px;
  padding: 10px;
}
.dropdown_search .content_dropdown_search nav ul li p {
  color: #000000;
  margin: 0 !important;
}
.dropdown_search .content_dropdown_search nav ul li:hover {
  background: #eeede7;
}
.dropdown_search:hover .content_dropdown_search {
  display: block;
}

label {
  display: inline-block;
  vertical-align: middle;
}

fieldset {
  border: none;
  margin: 20px 0 5px 0;
}

.radio_select {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: none;
  border: 1px solid #6b6b6b;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #000000;
  box-sizing: border-box;
  font-size: 16px;
  transition: all 0.15s ease;
}

.checkbox {
  position: relative;
}
.checkbox input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.checkbox p {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
  margin: 0 !important;
}
.checkbox .link {
  display: inline-block;
  vertical-align: top;
}

.forgot {
  position: relative;
}
.forgot .button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #6b6b6b;
  font-size: 11px;
  font-family: "berthold_akzidenz_grotesk_bBd";
  padding: 10px;
  box-sizing: border-box;
  line-height: 20px;
  transition: color 0.15s ease;
  width: 82px;
  display: block;
  cursor: pointer;
}
.forgot .button:hover {
  color: #000000;
}
.forgot input {
  padding-right: 82px;
}

.alert {
  color: #cc0009;
}

.error .tooltip {
  background: #cc0009;
}
.error .tooltip.top::after {
  border-top-color: #cc0009;
}
.error .tooltip.right::after {
  border-right-color: #cc0009;
}
.error .btn_princ {
  background: #cc0009 !important;
  color: white !important;
}
.error .btn_princ input[type=submit] {
  color: white !important;
}
.error .forgot .button {
  color: #cc0009;
}
.error .forgot .button:hover {
  color: #000000;
}
.error input,
.error textarea {
  color: #cc0009;
}
.error input::-webkit-input-placeholder,
.error textarea::-webkit-input-placeholder {
  color: #cc0009;
  font-weight: normal;
}
.error input:-moz-placeholder,
.error textarea:-moz-placeholder { /* Firefox 18- */
  color: #cc0009;
  font-weight: normal;
}
.error input::-moz-placeholder,
.error textarea::-moz-placeholder { /* Firefox 19+ */
  color: #cc0009;
  font-weight: normal;
}
.error input:-ms-input-placeholder,
.error textarea:-ms-input-placeholder {
  color: #cc0009;
  font-weight: normal;
}
.error .dropdown_search .icon {
  color: #cc0009;
}

.tags {
  font-size: 0;
  text-align: left;
  margin: 10px 0 30px 0;
}
.tags ul li {
  display: inline-block;
  vertical-align: middle;
  background: #000000;
  color: white;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  padding: 4px 8px;
}
.tags ul li p,
.tags ul li .icon {
  display: inline-block;
  vertical-align: middle;
}
.tags ul li p {
  font-family: "berthold_akzidenz_grotesk_bBd";
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 !important;
}
.tags ul li .icon {
  font-size: 11px;
  margin: 0 0 0 5px;
  cursor: pointer;
}

.dropdown_menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.dropdown_menu .link {
  font-family: "berthold_akzidenz_grotesk_bBd";
  letter-spacing: -0.025em;
}
.dropdown_menu .bal-arrow_bottom {
  position: absolute;
  top: 4px;
  right: -18px;
  font-size: 11px;
  transition: transform 0.35s ease-in-out;
}
.dropdown_menu nav {
  position: absolute;
  top: 20px;
  margin-top: 2px;
  background: white;
  border: 1px solid #000000;
  min-width: 100%;
  box-sizing: border-box;
  display: none;
  transform: translate(0, 20px);
  transition: transform 0.35s ease;
  z-index: 10;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.dropdown_menu nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 3px;
  border-top: 1px solid #000000;
  background-color: white;
}
.dropdown_menu nav ul {
  transform: translate(0, 0);
}
.dropdown_menu nav ul li {
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  border-bottom: 1px solid #eeede7;
  transition: background 0.15s ease;
  font-size: 0;
  position: relative;
  padding: 15px 60px 15px 15px;
  line-height: 20px;
}
.dropdown_menu nav ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000;
}
.dropdown_menu nav ul li .icon {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  color: #6b6b6b;
  transition: color 0.15s ease;
  font-size: 40px;
  box-sizing: border-box;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
.dropdown_menu nav ul li .icon.bal-deconnexion {
  font-size: 14px;
  text-align: right;
}
.dropdown_menu nav ul li:last-child {
  border-bottom: none;
}
.dropdown_menu nav ul li:hover {
  background: #eeede7;
}
.dropdown_menu nav ul li:hover .icon {
  color: #6b6b6b;
}
.dropdown_menu nav ul li.select.active {
  border-bottom: 1px solid #000000;
}
.dropdown_menu nav ul li.select.active p {
  text-shadow: 1px 0px 0px #000000;
}
.dropdown_menu nav ul li.select.active .icon {
  color: #000000;
}
.dropdown_menu.dropdown_left nav {
  left: 0;
}
.dropdown_menu.dropdown_right nav {
  right: 0;
}
.dropdown_menu.active .link:before {
  border-bottom: 1px dotted #000000;
}
.dropdown_menu.active .link:after {
  border-bottom: 9px solid #ffd801;
}
.dropdown_menu.active .bal-arrow_bottom {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.dropdown_menu.active nav {
  transform: translate(0, 0);
}

.arrow-left,
.arrow-right {
  z-index: 5;
}
.arrow-left span,
.arrow-right span {
  font-size: 20px;
  color: white;
  transition: color 0.15s ease;
  display: inline-block;
  vertical-align: middle;
}
.arrow-left:hover span,
.arrow-right:hover span {
  color: #ffd801;
}
.arrow-left.disabled,
.arrow-right.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.arrow-left-circle,
.arrow-right-circle {
  background-color: white;
  color: #000000;
  border-radius: 100%;
  font-size: 20px;
  width: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.15s ease;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.arrow-left-circle span,
.arrow-right-circle span {
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.arrow-left-circle::after,
.arrow-right-circle::after {
  font-family: "lebal";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd801;
  line-height: 36px;
  transition: transform 0.15s ease;
  border-radius: 100%;
  display: none;
}
.arrow-left-circle:hover,
.arrow-right-circle:hover {
  background-color: #ffd801;
}
.arrow-left-circle:hover::after,
.arrow-right-circle:hover::after {
  transform: translate(0, 0);
}
.arrow-left-circle.disabled,
.arrow-right-circle.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.arrow-left-circle.disabled:hover,
.arrow-right-circle.disabled:hover {
  pointer-events: none;
  background-color: white;
}

.arrow-left-circle span {
  transform: translate(-1px, 0);
}
.arrow-left-circle::after {
  content: "\e602";
  transform: translate(100%, 0);
}

.arrow-right-circle span {
  transform: translate(1px, 0);
}
.arrow-right-circle:after {
  content: "\e603";
  transform: translate(-100%, 0);
}

.profil {
  background: #bbbbbb;
  color: #000000 !important;
  text-transform: uppercase;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  text-align: center;
  font-family: "berthold_akzidenz_grotesk_bCn" !important;
  font-size: 30px !important;
}
.profil.artist {
  background: #DDDDDD;
}
.profil.admin {
  background: #ffd801;
  color: black !important;
}
.profil.teacher {
  background: white;
}

.stigo_loader {
  transform: rotate(0deg);
  animation: stigoLoader 0.5s linear 0s infinite;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding: 10px 0;
}
.stigo_loader svg {
  width: 36px;
  height: 36px;
}
.stigo_loader path {
  fill: #bbbbbb;
}
.stigo_loader .stigo_grid {
  opacity: 1;
  animation: stigoOpacityLoad 1s linear 0s infinite;
}
@keyframes stigoLoader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes stigoOpacityLoad {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  background-color: #eeede7;
}

.header,
.footer {
  background: #000000;
  color: white;
  width: 100%;
}

.header {
  top: 0;
  left: 0;
  line-height: 58px;
  height: 62px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
}
@media only screen and (min-width: 0px) and (max-width: 773px) {
  .header {
    height: calc(2 * 62px);
  }
}
.header::before {
  content: "";
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffd801;
}
@media only screen and (min-width: 0px) and (max-width: 773px) {
  .header::before {
    position: absolute;
    top: calc(2 * 62px);
    left: 0;
  }
}
.header .magic_line::before {
  border-bottom-color: #ffd801;
}
.header .left .link,
.header .right .link {
  color: white;
  transition: color 0.15s ease;
}
.header .left .link:hover,
.header .right .link:hover {
  color: #ffd801;
}
.header .left .link:before,
.header .left .link:after,
.header .right .link:before,
.header .right .link:after {
  border: none !important;
}
.header .left .dropdown_notif .link,
.header .right .dropdown_notif .link {
  color: #000000 !important;
  display: inline-block;
}
.header .left .dropdown_notif .link::before,
.header .right .dropdown_notif .link::before {
  border-bottom: 1px dotted #000000 !important;
}
.header .left .dropdown_notif .link:after,
.header .right .dropdown_notif .link:after {
  border-bottom: 1px solid rgba(255, 216, 1, 0) !important;
}
.header .left .dropdown_notif .link:hover, .header .left .dropdown_notif .link.hovered,
.header .right .dropdown_notif .link:hover,
.header .right .dropdown_notif .link.hovered {
  color: #000000 !important;
}
.header .left .dropdown_notif .link:hover:before, .header .left .dropdown_notif .link.hovered:before,
.header .right .dropdown_notif .link:hover:before,
.header .right .dropdown_notif .link.hovered:before {
  border-bottom: 1px dotted rgba(0, 0, 0, 0) !important;
}
.header .left .dropdown_notif .link:hover:after, .header .left .dropdown_notif .link.hovered:after,
.header .right .dropdown_notif .link:hover:after,
.header .right .dropdown_notif .link.hovered:after {
  border-bottom: 9px solid #ffd801 !important;
}
.header .left .icon,
.header .right .icon {
  font-size: 24px;
  line-height: 62px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.15s ease;
}
.header .left .icon:hover,
.header .right .icon:hover {
  color: #ffd801;
}
.header .right {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .header .right {
    align-items: center;
  }
  .header .right .dropdown_menu .dropdown_right {
    position: unset;
    vertical-align: auto;
  }
  .header .right .dropdown_menu .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50px;
    justify-content: space-evenly;
    text-wrap: nowrap;
  }
  .header .right .dropdown_menu .link .bal-arrow_bottom {
    position: unset;
    top: auto;
    right: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .header .right .index {
    display: none;
  }
}
.header h1 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.header h1 a {
  padding: 0 30px 0 20px;
  font-size: 30px;
  color: white;
  transition: color 0.15s ease;
  line-height: 62px;
}
.header h1:hover a {
  color: #ffd801;
}
.header nav {
  font-size: 0;
}
.header #menu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
}
.header #menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.header #menu ul li button:not(.icon) {
  padding: 0 15px;
}
.header #menu ul li .icon {
  padding: 0 15px;
}
.header #menu ul li.active button {
  color: #ffd801;
}
.header #menu ul li button:not(.icon) {
  font-family: "berthold_akzidenz_grotesk_bBd";
  font-size: 16px;
  line-height: 62px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.15s ease;
  letter-spacing: -0.025em;
}
.header #menu ul li button:not(.icon):hover {
  color: #ffd801;
}
.header #header_icons {
  display: inline-block;
  vertical-align: middle;
}
.header #header_icons > ul {
  display: flex;
}
.header #header_icons ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  word-break: break-word;
}
.header #header_icons ul li .icon {
  padding: 0 30px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 1150px) {
  .header #header_icons ul li .icon {
    padding: 0 20px 0 0;
  }
}
.header #header_icons ul li .notif {
  position: absolute;
  top: 12px;
  left: 14px;
  background: #ffd801;
  color: #000000;
  border-radius: 8px;
  line-height: 16px;
  font-size: 12px;
  padding: 0 4px;
  box-sizing: border-box;
}
.header #header_icons ul li .logo_user_edutheque {
  padding: 0px 30px 0px 0;
}
.header #header_icons ul li .logo_user_edutheque::before {
  background-image: url(../img/header-logo-lumni-ersilia-noir.png);
  background-size: 82px 41px;
  display: inline-block;
  width: 82px;
  height: 41px;
  content: "";
}
.header #header_icons ul li:hover .icon {
  color: #6b6b6b;
}
.header #header_icons ul li.logo {
  line-height: initial !important;
}
.header #profil_menu {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0 38px 0 30px;
}
.header #profil_menu #welcome {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px 0 0;
}
@media screen and (max-width: 1023px) {
  .header #profil_menu #welcome {
    display: none;
  }
}
.header #profil_menu .dropdown_menu .link {
  font-family: "berthold_akzidenz_grotesk_bRg";
}
@media only screen and (min-width: 860px) and (max-width: 1150px) {
  .header #profil_menu {
    padding: 0 30px 0 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .header #profil_menu {
    min-width: 30px;
    padding: 0;
  }
}

.dropdown_notif {
  position: absolute;
  top: 52px;
  left: -240px;
  height: 425px;
  background: white;
  z-index: 10;
  transition: all 0.35s ease;
  opacity: 0;
  transform: translate(0, 40px);
  display: none;
}

.last-thread {
  height: 500px;
}

.dropdown_notif {
  width: 400px;
  box-sizing: border-box;
  border: 1px solid #000000;
  color: #000000;
  font-size: 0;
}
.dropdown_notif.active {
  opacity: 1;
  transform: translate(0, 0);
}
.dropdown_notif::after {
  content: "";
  background: white;
  border-top: 1px solid #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  box-sizing: border-box;
}
.dropdown_notif nav {
  height: 378px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.dropdown_notif nav ul li {
  border-bottom: 1px solid #e8e7e1;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
  width: 100%;
  line-height: 1em;
}
.dropdown_notif nav ul li.not_read {
  background: rgba(255, 216, 1, 0.05);
}
.dropdown_notif p {
  font-size: 16px !important;
  line-height: 24px !important;
  display: inline-block;
  vertical-align: middle;
}
.dropdown_notif p:not(.bold) {
  margin-top: 5px;
}
.dropdown_notif p.bold {
  width: 100%;
}
.dropdown_notif p.tiny {
  width: 100%;
}
.dropdown_notif .header_dropdown_notif {
  line-height: 1em;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #e8e7e1;
}
.dropdown_notif .header_dropdown_notif p,
.dropdown_notif .header_dropdown_notif a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px !important;
}
.dropdown_notif .header_dropdown_notif p {
  color: #6b6b6b;
}
.dropdown_notif .header_dropdown_notif a {
  font-size: 14px;
  color: #000000;
  float: right;
  transition: color 0.15s ease;
}
.dropdown_notif .header_dropdown_notif a:hover {
  color: #ffd801;
}
.dropdown_notif .notif_left,
.dropdown_notif .notif_right {
  display: inline-block;
  vertical-align: top;
}
.dropdown_notif .notif_left .profil {
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  font-size: 26px !important;
}
.dropdown_notif .notif_left .profil.no_initial {
  font-size: 20px !important;
}
.dropdown_notif .notif_right {
  width: calc(100% - 50px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
}

#content {
  padding-top: 62px;
  box-sizing: border-box;
  min-height: calc(100vh - 98px);
  min-height: -webkit-calc(100vh - 98px);
  min-height: -moz-calc(100vh - 98px);
  min-height: -o-calc(100vh - 98px);
}
@media only screen and (min-width: 0px) and (max-width: 773px) {
  #content {
    padding-top: calc(2 * 62px);
  }
}
#content.preview {
  padding-top: 0;
}

.one_container {
  position: relative;
}
.one_container .dropdown_menu {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.bloc_h2 .button_link {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.bloc_h2 .actions_nav {
  position: absolute;
  top: 40px;
  right: 40px;
  margin: 0;
}
.bloc_h2 .actions_nav ul {
  transform: translate(0, 0);
}
.bloc_h2 .actions_nav .button_link {
  position: relative;
  top: 0;
  left: 0;
}

.one_content {
  padding: 40px 40px 80px 40px;
}

.link_message {
  text-decoration: underline;
}

.bloc_help {
  width: 27px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}
.bloc_help a {
  border: 1px solid;
  border-color: #d2d2cd;
  border-radius: 50%;
  padding: 1px 7px 0px 7px;
  background-color: #eeede7;
  color: #000000;
  font-size: 23px;
  font-weight: bold;
}
.bloc_help .icon {
  color: #000000;
}

#confirmation {
  position: fixed;
  left: 25%;
  top: 30%;
  color: #ffd801;
  font-size: 25px;
}
#confirmation h1,
#confirmation p {
  margin: 10px;
}

/*# sourceMappingURL=style.css.map */
