.color0 {
  color: #CCA326; }

.color-text {
  color: #6b6b6b; }

.app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.904);
  transition: top 0.3s;
  z-index: 999; }
  .app-header .lang-largewidth {
    display: block; }
    @media screen and (max-width: 767px) {
      .app-header .lang-largewidth {
        display: none; } }
    .app-header .lang-largewidth.selected {
      opacity: 0.5; }
  .app-header .lang-smallwidth {
    display: none; }
    @media screen and (max-width: 767px) {
      .app-header .lang-smallwidth {
        display: block; } }
  @media screen and (max-width: 767px) {
    .app-header {
      height: 60px; } }
  .app-header .container {
    max-width: 1340px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
    display: flex; }
    .app-header .container .burger {
      width: 18px;
      height: 12px;
      margin: 25px 15px 0 0;
      cursor: pointer;
      display: none; }
      @media screen and (max-width: 767px) {
        .app-header .container .burger {
          display: block; } }
    .app-header .container .logo {
      display: flex;
      flex-grow: 0; }
      .app-header .container .logo .logo-musee {
        width: 67px;
        height: 62px;
        margin-top: 5px;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          .app-header .container .logo .logo-musee {
            width: 45px;
            height: 42px; } }
      .app-header .container .logo .logo-musee-titre {
        width: 158px;
        height: 55px;
        margin-top: 13px; }
        @media screen and (max-width: 500px) {
          .app-header .container .logo .logo-musee-titre {
            display: none; } }
        @media screen and (max-width: 767px) {
          .app-header .container .logo .logo-musee-titre {
            width: 128px;
            height: 45px;
            margin-top: 8px; } }
    .app-header .container .links {
      display: flex;
      font-family: 'regular';
      font-size: 14px;
      color: #9A9A9A;
      height: 25px;
      line-height: 25px;
      margin-top: 30px;
      margin-left: 15px;
      flex-grow: 0; }
      .app-header .container .links a.link {
        padding: 0 15px;
        border-left: 1px solid #C1C1C1;
        color: #9A9A9A;
        text-decoration: none; }
      @media screen and (max-width: 960px) {
        .app-header .container .links {
          display: none; } }
    .app-header .container .spacer {
      flex-grow: 1; }
    .app-header .container .login, .app-header .container .login-no, .app-header .container .lang {
      margin-top: 23px;
      height: 32px;
      line-height: 34px;
      border-radius: 16px;
      border: 1px solid #E3E3E3;
      background-color: white;
      font-size: 14px;
      flex-grow: 0;
      margin-left: 10px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .app-header .container .login, .app-header .container .login-no, .app-header .container .lang {
          margin-top: 15px; } }
    .app-header .container .login-no {
      text-align: center;
      padding: 0 11px; }
      .app-header .container .login-no img {
        width: 77px;
        height: 17px;
        margin-top: 6px; }
    .app-header .container .login {
      padding-left: 10px;
      display: flex;
      text-align: center; }
      .app-header .container .login.l1 {
        background-color: white; }
      .app-header .container .login.l2 {
        background-color: #F5E8B2; }
      .app-header .container .login.l3 {
        background-color: #891245;
        color: white; }
      .app-header .container .login.l4 {
        background-color: black;
        color: white; }
      .app-header .container .login img {
        width: 22px;
        height: 21px;
        margin-top: 6px;
        margin-right: 6px;
        margin-left: 0; }
      .app-header .container .login .pseudo {
        font-family: 'regular';
        font-size: 14px;
        margin-right: 12px; }
    .app-header .container .lang {
      width: 32px;
      text-align: center;
      font-family: 'semibold'; }

.app-footer {
  width: 100%;
  padding-top: 80px; }
  .app-footer .container {
    background-color: #F6F4EF;
    background-color: #f8f8f8;
    position: relative; }
    .app-footer .container .logo {
      position: absolute;
      top: -42px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 84px;
      height: 84px;
      border-radius: 50%;
      background-color: white;
      margin: 0 auto; }
      .app-footer .container .logo img {
        width: 50px;
        height: 50px;
        margin-top: 20px;
        margin-left: 17px; }
    .app-footer .container .partenaires {
      width: 100%;
      margin: 40px auto 20px auto; }
      @media screen and (max-width: 767px) {
        .app-footer .container .partenaires {
          display: none; } }
      .app-footer .container .partenaires img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        display: block; }
    .app-footer .container .cols {
      display: flex;
      flex-wrap: wrap;
      padding: 50px 15px;
      max-width: 1105px;
      margin: 0 auto; }
      @media screen and (max-width: 414px) {
        .app-footer .container .cols {
          padding: 40px 0; } }
      .app-footer .container .cols .col .col-content {
        padding: 0 20px; }
      .app-footer .container .cols .col .title {
        margin-top: 20px;
        font-family: 'semibold';
        font-size: 15px;
        border-bottom: 1px solid #c7c7c7; }
      .app-footer .container .cols .col .text {
        margin-top: 15px;
        font-family: 'regular';
        font-size: 15px;
        line-height: 21px;
        color: #464646; }
        .app-footer .container .cols .col .text a {
          text-decoration: none; }
          .app-footer .container .cols .col .text a:hover {
            text-decoration: underline; }
      .app-footer .container .cols .col1 {
        flex-basis: 50%; }
        @media screen and (max-width: 1023px) {
          .app-footer .container .cols .col1 {
            flex-basis: 100%; } }
        .app-footer .container .cols .col1 .social-icons {
          display: flex;
          margin-top: 20px; }
          .app-footer .container .cols .col1 .social-icons .icon {
            width: 33px;
            height: 33px;
            margin-right: 10px;
            margin-bottom: 20px;
            overflow: hidden; }
            .app-footer .container .cols .col1 .social-icons .icon img {
              height: 33px; }
              .app-footer .container .cols .col1 .social-icons .icon img.tripadvisor {
                transform: translateX(-160px); }
              .app-footer .container .cols .col1 .social-icons .icon img.facebook {
                transform: translateX(0); }
              .app-footer .container .cols .col1 .social-icons .icon img.instagram {
                transform: translateX(-40px); }
        .app-footer .container .cols .col1 .logos-app {
          margin-top: 10px;
          display: flex;
          flex-wrap: wrap; }
          .app-footer .container .cols .col1 .logos-app img {
            margin-right: 10px;
            margin-bottom: 15px; }
      .app-footer .container .cols .col2 {
        flex-basis: 25%; }
        @media screen and (max-width: 1023px) {
          .app-footer .container .cols .col2 {
            flex-basis: 50%; } }
      .app-footer .container .cols .col3 {
        flex-basis: 25%; }
        @media screen and (max-width: 1023px) {
          .app-footer .container .cols .col3 {
            flex-basis: 50%; } }
      .app-footer .container .cols .col4 {
        padding-top: 0;
        flex-basis: 100%; }
        .app-footer .container .cols .col4 .legals {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }

.article-infos-popup {
  max-width: 400px; }

.article-header-margin {
  height: 60px; }
  @media screen and (max-width: 767px) {
    .article-header-margin {
      height: 30px; } }
article b {
  font-weight: normal;
  color: black; }

article .global-intro, article .global-text {
  text-align: justify; }
  article .global-intro a, article .global-text a {
    text-decoration: none;
    border-bottom: 1px solid darkgray; }

article .article-header {
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    article .article-header {
      margin: 20px 0; } }
article .image-intro {
  width: 100%;
  margin-bottom: 30px; }
  article .image-intro img {
    max-width: 100%; }

article .details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 8px 0px;
  margin-bottom: 40px;
  /*
        .social-buttons {
            display: flex;  align-items:center;
            height: 22px; width: 208px;
            overflow: hidden;
        }
        */ }
  @media screen and (max-width: 767px) {
    article .details {
      margin-bottom: 30px; } }
  article .details .global-user {
    border-right: 1px solid #E3E3E3;
    margin-right: 10px; }
  article .details .infos {
    display: inline-block;
    font-family: "regular";
    color: darkgray;
    font-size: 16px;
    line-height: 30px;
    flex-grow: 1; }
    @media screen and (max-width: 767px) {
      article .details .infos {
        font-size: 14px; } }
article .inset {
  display: flex;
  padding: 30px;
  border: 1px solid #E3E3E3;
  background-color: #FCFCFC;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    article .inset {
      padding: 15px;
      flex-direction: column;
      margin-bottom: 20px; } }
  article .inset .inset-img {
    flex-basis: 30%;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      article .inset .inset-img {
        margin-right: 0px;
        margin-bottom: 20px;
        max-width: 50%;
        align-self: center; } }
    article .inset .inset-img img {
      width: 100%;
      display: block; }
  article .inset .inset-content {
    flex-basis: 70%;
    flex-grow: 1; }
  article .inset .inset-text p, article .inset .inset-text, article .inset .inset-title {
    margin: 0;
    padding: 0;
    margin-bottom: 10px; }
    article .inset .inset-text p:last-child, article .inset .inset-text:last-child, article .inset .inset-title:last-child {
      margin-bottom: 0; }
  article .inset ul {
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      article .inset ul {
        padding-left: 15px; } }
    article .inset ul:last-child {
      margin-bottom: 0; }

article .img-wrapper {
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: center; }
  article .img-wrapper .wrapper {
    display: inline-block;
    margin: 0 auto; }
    article .img-wrapper .wrapper img {
      max-width: 100%;
      width: 100%;
      display: block;
      margin: 0 auto; }

article .swipper {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    article .swipper {
      padding: 0;
      border: none;
      background-color: white;
      margin-bottom: 20px; } }
  article .swipper .swiper-container, article .swipper .swiper-container-multiple {
    margin: 0 auto; }
  article .swipper .swiper-container-multiple {
    position: relative;
    overflow: hidden; }
  article .swipper .swiper-pagination {
    position: relative !important;
    bottom: 0px; }
    article .swipper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 2px !important;
      background: lightgray !important;
      opacity: 0.7 !important; }
    article .swipper .swiper-pagination .swiper-pagination-bullet-active {
      background: black !important; }
  article .swipper .swiper-button-next {
    transform: translateX(-20px) rotate(180deg);
    transition: all 0.3s;
    background: none !important;
    width: 30px;
    height: 30px; }
    article .swipper .swiper-button-next.show {
      transform: translateX(0px) rotate(180deg); }
    article .swipper .swiper-button-next img {
      opacity: 0;
      width: 30px;
      height: 30px;
      transition: all 0.3s; }
      article .swipper .swiper-button-next img.show {
        opacity: 1; }
  article .swipper .swiper-button-prev {
    transform: translateX(20px);
    transition: all 0.3s;
    background: none !important;
    width: 30px;
    height: 30px; }
    article .swipper .swiper-button-prev.show {
      transform: translateX(0px); }
    article .swipper .swiper-button-prev img {
      opacity: 0;
      width: 30px;
      height: 30px;
      transition: all 0.3s; }
      article .swipper .swiper-button-prev img.show {
        opacity: 1; }

article .youtube {
  position: relative;
  margin-bottom: 25px; }
  article .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

article .youtube + .global-legende {
  margin-top: -15px;
  margin-bottom: 20px; }

article .video-wrapper {
  text-align: center;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 20px; }
  article .video-wrapper.fullWidth {
    border: none;
    padding: 0; }
  @media screen and (max-width: 800px) {
    article .video-wrapper {
      padding: 0;
      border: none; } }
  article .video-wrapper video {
    max-width: 100%; }
    article .video-wrapper video.fullWidth {
      width: 100%; }

article .quiz-container {
  padding: 20px 0;
  margin: 20px 0; }
  @media screen and (max-width: 800px) {
    article .quiz-container {
      padding: 0;
      border: none; } }
  article .quiz-container .quiz {
    position: relative;
    background-color: #CCA326;
    text-align: center;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 374px) {
      article .quiz-container .quiz {
        padding: 20px; } }
    article .quiz-container .quiz .header-img-quiz {
      width: 135px;
      height: 62px; }
    article .quiz-container .quiz .header-intro {
      color: white; }
    article .quiz-container .quiz .header-img {
      width: 290px;
      height: 180px;
      display: block;
      margin: 20px auto; }
      @media screen and (max-width: 374px) {
        article .quiz-container .quiz .header-img {
          width: 270px;
          height: 168px; } }
    article .quiz-container .quiz .quiz-question {
      display: none; }
    article .quiz-container .quiz .quiz-q {
      color: white;
      margin-bottom: 30px; }
    article .quiz-container .quiz .quiz-a {
      max-width: 500px;
      margin: 20px auto; }
    article .quiz-container .quiz .quiz-end {
      display: none; }
    article .quiz-container .quiz .quiz-working {
      display: none;
      position: absolute;
      top: calc(50%);
      left: calc(50% - 32px); }

article .global-section-group {
  margin-bottom: 20px; }

@media screen and (max-width: 1023px) {
  .menuLeftContainer {
    display: none; } }

.menuLeftContainer .menuLeft {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 290px;
  background-color: #FCFCFC; }
  .menuLeftContainer .menuLeft .menuLeftItem {
    overflow: hidden;
    height: 55px;
    line-height: 55px;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    font-family: 'semicondensed';
    font-size: 20px; }
    .menuLeftContainer .menuLeft .menuLeftItem.selected {
      background-color: #F6F4EF; }
    .menuLeftContainer .menuLeft .menuLeftItem:first-child {
      border-top: 1px solid #E3E3E3;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px; }
    .menuLeftContainer .menuLeft .menuLeftItem:last-child {
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; }
    .menuLeftContainer .menuLeft .menuLeftItem a {
      text-decoration: none;
      color: black;
      margin: 0;
      display: block;
      width: 100%;
      height: 100%;
      padding-left: 20px; }
      .menuLeftContainer .menuLeft .menuLeftItem a:hover {
        background-color: #F6F4EF; }

.menuTopContainer {
  position: relative;
  margin-top: -44px;
  padding-top: 30px;
  margin-bottom: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0)); }
  @media screen and (max-width: 767px) {
    .menuTopContainer {
      display: none; } }
  .menuTopContainer .menuTop {
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    margin: 0 0 0 5px; }
    .menuTopContainer .menuTop .menuTopItem {
      font-family: 'semicondensed';
      font-size: 19px;
      line-height: 35px;
      border: 1px solid #E3E3E3;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      height: 40px;
      background-color: #F7F7F7;
      margin: 0 5px; }
      @media screen and (max-width: 1023px) {
        .menuTopContainer .menuTop .menuTopItem {
          font-size: 17px;
          margin: 0 2px; } }
      @media screen and (max-width: 900px) {
        .menuTopContainer .menuTop .menuTopItem {
          font-size: 16px;
          margin: 0 2px; } }
      .menuTopContainer .menuTop .menuTopItem img {
        display: none;
        margin-right: 5px; }
      .menuTopContainer .menuTop .menuTopItem.selected {
        background-color: white;
        height: 50px;
        line-height: 45px;
        border-bottom: 0; }
        .menuTopContainer .menuTop .menuTopItem.selected img {
          display: block; }
        .menuTopContainer .menuTop .menuTopItem.selected a {
          color: black;
          padding-left: 5px; }
      .menuTopContainer .menuTop .menuTopItem a {
        display: flex;
        align-items: flex-end;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.6);
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0 20px; }
        @media screen and (max-width: 1023px) {
          .menuTopContainer .menuTop .menuTopItem a {
            padding: 0 12px; } }
        .menuTopContainer .menuTop .menuTopItem a:hover {
          background-color: #F6F4EF; }
      .menuTopContainer .menuTop .menuTopItem.syldavia img {
        display: block;
        margin-bottom: 5px;
        margin-right: 0; }
      .menuTopContainer .menuTop .menuTopItem.syldavia a {
        padding: 0 10px; }
      .menuTopContainer .menuTop .menuTopItem.syldavia.selected img {
        margin-bottom: 10px; }
  .menuTopContainer .stroke {
    z-index: -1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #E3E3E3; }

.menu {
  max-width: 1105px;
  padding: 0 30px;
  display: flex;
  padding-bottom: 10px;
  text-align: center;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .menu {
      display: none; } }
  @media screen and (max-width: 414px) {
    .menu {
      padding: 0 15px; } }
  @media screen and (max-width: 320px) {
    .menu {
      padding: 0 12px; } }
  .menu .menuItem {
    text-decoration: none;
    flex-basis: calc(100% / 5);
    display: flex;
    flex-direction: column; }
    .menu .menuItem .img-wrapper {
      flex-basis: 80%;
      width: 100%;
      display: flex;
      align-items: flex-end; }
      .menu .menuItem .img-wrapper img {
        width: 80%;
        margin: 0 auto; }
    .menu .menuItem .title {
      flex-basis: 20%;
      text-align: center;
      margin-top: 10px;
      font-family: 'semicondensed';
      font-size: 20px;
      color: black; }
      @media screen and (max-width: 900px) {
        .menu .menuItem .title {
          font-size: 16px; } }
.menu-separator {
  height: 1px;
  width: 100%;
  background-color: #E3E3E3; }
  @media screen and (max-width: 767px) {
    .menu-separator {
      display: none; } }
.menu-indicator {
  max-width: 1105px;
  padding: 0 30px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .menu-indicator {
      display: none; } }
  @media screen and (max-width: 414px) {
    .menu-indicator {
      padding: 0 15px; } }
  @media screen and (max-width: 320px) {
    .menu-indicator {
      padding: 0 12px; } }
  .menu-indicator .indicator {
    flex-basis: calc(100% / 5);
    height: 4px; }
    .menu-indicator .indicator.active {
      background-color: #CCA326; }

.menuBurger {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background-color: white;
  z-index: 99999;
  transition: all 0.15s ease-out;
  overflow-y: scroll; }
  .menuBurger img {
    width: 300px;
    height: 170px; }
  .menuBurger.show {
    left: 0; }
  .menuBurger .burger-container {
    padding: 0 20px 20px; }
    .menuBurger .burger-container .burger-menu {
      list-style-type: none;
      margin: 0;
      padding: 0;
      font-size: 18px;
      line-height: 50px; }
      .menuBurger .burger-container .burger-menu li {
        border-bottom: 1px solid #E3E3E3;
        cursor: pointer; }
        .menuBurger .burger-container .burger-menu li a {
          text-decoration: none;
          display: block;
          width: 100%;
          height: 100%; }
        .menuBurger .burger-container .burger-menu li .disclosure {
          float: right;
          transition: all 0.15s; }
          .menuBurger .burger-container .burger-menu li .disclosure.open {
            transform: rotate(180deg); }
          .menuBurger .burger-container .burger-menu li .disclosure img {
            width: 10px;
            height: 5px;
            margin-bottom: 2px; }
      .menuBurger .burger-container .burger-menu.main {
        font-family: 'semibold';
        margin-bottom: 30px; }
      .menuBurger .burger-container .burger-menu.second {
        border: none;
        margin-top: -5px;
        color: #6b6b6b;
        display: none;
        font-family: 'regular';
        font-size: 17px;
        line-height: 40px;
        padding: 0 0 0 12px; }
        .menuBurger .burger-container .burger-menu.second li:last-child {
          border: none; }

.button {
  padding: 13px 20px;
  border-radius: 8px;
  font-family: 'regular';
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 375px) {
    .button {
      border-radius: 6px; } }
  .button.medium {
    padding: 11px 20px; }
  .button.fullWidth {
    width: 100%; }
  .button.inline {
    display: inline-block; }
  .button.block {
    display: block; }
  .button.center {
    margin: 0 auto; }
  .button.small {
    padding: 10px 20px 9px;
    font-size: 16px; }
  .button.medium-small {
    padding: 5px 20px;
    font-size: 16px; }
  .button.very-small {
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 4px; }
  .button.blue {
    background-color: #28B7DF;
    color: white;
    border: 1px solid #E3E3E3; }
  .button.white {
    background-color: white;
    color: black;
    border: 1px solid #E3E3E3; }
    .button.white:hover, .button.white:active {
      border-color: #c3c3c3; }
  .button.sand {
    background-color: #F6F4EF;
    color: #CCA326; }
  .button.gold {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #891245;
    color: #F1DF96; }
  .button.black {
    background-color: #222222;
    color: white;
    border: 1px solid black;
    transition: all 0.3s; }
    .button.black:hover, .button.black:active {
      background-color: #CCA326;
      border-color: #CCA326; }
  .button.red {
    border: 1px solid #E3E3E3;
    background-color: white;
    color: #BE4949; }
    .button.red:hover, .button.red:active {
      border-color: #c3c3c3; }
  .button.redred {
    border: 1px solid #E3E3E3;
    background-color: #BE4949;
    color: white; }
  .button.citizen {
    background-color: #891245;
    color: #F1DF96; }
  .button.quiz-a {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 50px !important; }
    .button.quiz-a:hover, .button.quiz-a:active {
      background-color: rgba(255, 255, 255, 0.3); }
  .button.inside-field {
    border-radius: 0; }
  .button .accessory {
    width: 10px;
    height: 5px;
    margin-bottom: 2px;
    margin-left: 20px; }

.link {
  color: #CCA326;
  font-family: 'regular';
  font-size: 15px;
  cursor: pointer; }

.select-container {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; }
  .select-container .select {
    background-color: whitesmoke;
    display: inline-block;
    font-family: 'regular';
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    text-align: left;
    padding: 10px 0;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .select-container .select .sep {
      width: 100%;
      height: 1px;
      background-color: #E3E3E3;
      margin: 5px 0; }
    .select-container .select .option a {
      padding: 1px 20px;
      width: 100%;
      text-decoration: none;
      display: block; }
      .select-container .select .option a:hover {
        background-color: #CCA326;
        color: white; }

/*
input[type="checkbox"] {
  &:after {
    content: '\00A0';
  }
  appearance: none;
  width: 15px; height: 15px;
  display: inline-block;
  position: relative;
  background-color: white;
  background: url($relativeurl+"/shared/img/controls/checkbox@2x.png");
  background-repeat: no-repeat;
  background-size: 15px 30px;
  &:checked {
    background-position-y: -15px;
  }
}
*/
#createAccount {
  width: 100%;
  max-width: 400px;
  background-color: white;
  overflow: hidden; }
  #createAccount .leftSide, #createAccount .rightSide {
    text-align: center; }
  #createAccount .leftSide {
    width: 100%;
    background-color: #F6F4EF;
    padding: 40px 40px;
    float: left; }
    #createAccount .leftSide .logo-tintin {
      width: 102px;
      height: 90px;
      margin-bottom: 10px; }
    #createAccount .leftSide .title {
      font-family: 'semibold';
      font-size: 22px;
      margin-bottom: 35px; }
    #createAccount .leftSide .text {
      font-family: 'regular';
      font-size: 16px; }
    #createAccount .leftSide .pan2 {
      display: none; }
      #createAccount .leftSide .pan2 .form-digits {
        display: flex;
        justify-content: space-between;
        max-width: 250px;
        margin: 0 auto;
        margin-top: 25px; }
      #createAccount .leftSide .pan2 .digit {
        width: 50px; }
        #createAccount .leftSide .pan2 .digit input {
          text-align: center;
          width: 100%;
          font-weight: bold; }
      #createAccount .leftSide .pan2 .digitsInfoWarning {
        display: none;
        color: red !important; }
      #createAccount .leftSide .pan2 .global-formInfos {
        margin-top: 5px; }
      #createAccount .leftSide .pan2 .group-buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 25px; }
    #createAccount .leftSide .pan3 {
      display: none; }
      #createAccount .leftSide .pan3 .text {
        margin-bottom: 35px; }
        #createAccount .leftSide .pan3 .text.inset {
          text-align: left;
          color: #535353; }
  #createAccount .rightSide {
    width: 50%;
    background-color: white;
    float: right; }

#need-login {
  max-width: 300px;
  overflow: hidden;
  background-color: white;
  margin: 0 auto;
  padding: 30px;
  text-align: center; }
  #need-login .logo-tintin {
    width: 90px;
    height: 80px;
    margin-bottom: 5px; }

#languagePop {
  max-width: 300px;
  overflow: hidden;
  background-color: white;
  padding: 20px; }
  #languagePop .button {
    margin: 20px; }

#cookiesPop {
  max-width: 500px;
  overflow: hidden;
  background-color: white;
  padding: 30px; }
  #cookiesPop .button {
    margin: 20px; }

#login {
  max-width: 400px;
  overflow: hidden;
  background-color: #F6F4EF; }
  #login .part0 {
    padding: 30px 30px 0 30px;
    text-align: center; }
    #login .part0 .logo-admh {
      width: 100%;
      margin: 20px 0; }
  #login .part1, #login .part1-2, #login .part1-3 {
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid #E3E3E3;
    text-align: left; }
    #login .part1 .title, #login .part1-2 .title, #login .part1-3 .title {
      font-family: 'semibold';
      font-size: 22px;
      text-align: center;
      margin-bottom: 20px; }
    @media screen and (max-width: 374px) {
      #login .part1, #login .part1-2, #login .part1-3 {
        padding: 0 15px 15px 15px; } }
    #login .part1 .part1-footer, #login .part1-2 .part1-footer, #login .part1-3 .part1-footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #login .part1 .part1-footer .link, #login .part1-2 .part1-footer .link, #login .part1-3 .part1-footer .link {
        color: black; }
  #login .part1-2, #login .part1-3 {
    display: none; }
  #login .part2 {
    background-color: white;
    padding: 30px 30px 10px 30px; }
    #login .part2 .button {
      margin-bottom: 10px; }
    @media screen and (max-width: 374px) {
      #login .part2 {
        padding: 15px 15px 10px 15px; } }
    #login .part2 .text {
      font-family: 'regular';
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px; }
  #login .footer {
    background-color: white;
    text-align: center; }
    #login .footer img {
      width: 95%; }

#citizen_sub, #need_citizen_sub {
  max-width: 400px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0); }
  #citizen_sub .header, #need_citizen_sub .header {
    position: relative;
    text-align: center;
    display: flex; }
    #citizen_sub .header img, #need_citizen_sub .header img {
      width: 290px;
      height: 177px;
      z-index: 90;
      position: relative;
      margin: 0 auto; }
    #citizen_sub .header .background, #need_citizen_sub .header .background {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      background-color: #fcf9f6;
      position: absolute;
      width: 100%;
      min-height: 120px;
      bottom: 0; }
    #citizen_sub .header .global-close-icon, #need_citizen_sub .header .global-close-icon {
      top: 70px;
      z-index: 100; }
  #citizen_sub .content, #need_citizen_sub .content {
    padding: 30px;
    background-color: white; }
    #citizen_sub .content .title, #need_citizen_sub .content .title {
      font-family: "semibold";
      font-size: 22px;
      line-height: 28px;
      color: #891245; }
    #citizen_sub .content .title-small, #need_citizen_sub .content .title-small {
      font-family: "regular";
      font-size: 20px;
      line-height: 26px;
      color: #891245; }
    #citizen_sub .content .text, #need_citizen_sub .content .text {
      font-family: "regular";
      font-size: 16px;
      line-height: 21px;
      color: black; }
    #citizen_sub .content .part, #need_citizen_sub .content .part {
      text-align: center;
      display: none;
      position: relative; }
    #citizen_sub .content .cache-working, #need_citizen_sub .content .cache-working {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: 100%;
      top: 0; }
      #citizen_sub .content .cache-working img, #need_citizen_sub .content .cache-working img {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
    #citizen_sub .content #map, #need_citizen_sub .content #map {
      height: 300px;
      margin: 0 0 10px 0 !important; }
      #citizen_sub .content #map .mk-map-view > *, #need_citizen_sub .content #map .mk-map-view > * {
        left: 0; }
    #citizen_sub .content ul.icons-container, #need_citizen_sub .content ul.icons-container {
      display: flex;
      flex-wrap: nowrap;
      padding: 0;
      list-style-type: none;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      #citizen_sub .content ul.icons-container li, #need_citizen_sub .content ul.icons-container li {
        flex-basis: 20%;
        margin: 0;
        margin-right: 10px;
        flex-shrink: 0;
        padding-bottom: 3px;
        cursor: pointer;
        border-bottom: 3px solid white; }
        #citizen_sub .content ul.icons-container li img, #need_citizen_sub .content ul.icons-container li img {
          width: 100%; }
        #citizen_sub .content ul.icons-container li.selected, #need_citizen_sub .content ul.icons-container li.selected {
          border-bottom: 3px solid #CCA326; }
    #citizen_sub .content .part6 .tel-form, #need_citizen_sub .content .part6 .tel-form {
      display: flex; }
      #citizen_sub .content .part6 .tel-form .tel-prefix, #need_citizen_sub .content .part6 .tel-form .tel-prefix {
        max-width: 80px;
        margin-right: 7px; }
        #citizen_sub .content .part6 .tel-form .tel-prefix span, #need_citizen_sub .content .part6 .tel-form .tel-prefix span {
          line-height: 50px;
          margin-left: 10px; }
      #citizen_sub .content .part6 .tel-form .tel-num, #need_citizen_sub .content .part6 .tel-form .tel-num {
        flex-grow: 1; }
    #citizen_sub .content .part7 .form-digits, #need_citizen_sub .content .part7 .form-digits {
      display: flex;
      justify-content: space-between;
      max-width: 250px;
      margin: 0 auto;
      margin-top: 25px; }
    #citizen_sub .content .part7 .digit, #need_citizen_sub .content .part7 .digit {
      width: 50px; }
      #citizen_sub .content .part7 .digit input, #need_citizen_sub .content .part7 .digit input {
        text-align: center;
        width: 100%;
        font-weight: bold; }
    #citizen_sub .content .part7 .digitsInfoWarning, #need_citizen_sub .content .part7 .digitsInfoWarning {
      display: none;
      color: red !important; }
    #citizen_sub .content .part8 .passport, #need_citizen_sub .content .part8 .passport {
      max-width: 225px; }

#need_citizen_sub .part > div {
  margin-bottom: 20px; }

#need_citizen_sub .part > div:last-child {
  margin-bottom: 0; }

#need-login-before-passport {
  max-width: 400px;
  overflow: hidden;
  text-align: center; }
  #need-login-before-passport .header {
    padding: 20px 0 10px 0;
    background-color: #fcf9f6; }
    #need-login-before-passport .header img {
      width: 126px;
      height: 120px; }
  #need-login-before-passport .content {
    padding: 30px;
    background-color: white; }
    #need-login-before-passport .content .text {
      font-family: "regular";
      font-size: 16px;
      line-height: 21px;
      color: black; }
    #need-login-before-passport .content > div {
      margin-bottom: 20px; }
    #need-login-before-passport .content > div:last-child {
      margin-bottom: 0; }

#messenger {
  max-width: 400px;
  height: 600px;
  overflow: hidden; }
  #messenger .messages-list {
    transition: transform 0.3s; }
    #messenger .messages-list.collapse {
      transform: translateX(-100%); }
    #messenger .messages-list .header {
      padding: 30px 0 0 0;
      background-color: #fcf9f6;
      display: flex;
      align-items: flex-end; }
      #messenger .messages-list .header .messages-title {
        display: flex; }
        #messenger .messages-list .header .messages-title .title {
          margin-right: 5px; }
        #messenger .messages-list .header .messages-title .global-messages-count {
          margin-top: 7px; }
      #messenger .messages-list .header .item {
        cursor: pointer;
        font-family: 'semicondensed';
        font-size: 16px;
        line-height: 40px;
        border: 1px solid #E3E3E3;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 40px;
        background-color: #F7F7F7;
        margin-left: 10px;
        padding: 0 10px;
        z-index: 10; }
        #messenger .messages-list .header .item.selected {
          border-bottom: none;
          background-color: white; }
      #messenger .messages-list .header img {
        margin-left: auto;
        margin-right: 10px; }
    #messenger .messages-list .messages {
      height: 505px;
      border-top: 1px solid #E3E3E3;
      margin-top: -1px;
      text-align: center;
      overflow-y: scroll; }
      #messenger .messages-list .messages .image-loading {
        margin: 30px auto; }
      #messenger .messages-list .messages .messages-messages .message-row {
        border-bottom: 1px solid #E3E3E3;
        display: flex;
        flex-wrap: nowrap;
        padding: 17px 12px;
        text-align: left;
        align-items: center;
        cursor: pointer; }
        #messenger .messages-list .messages .messages-messages .message-row:hover {
          background-color: #fafafa; }
        #messenger .messages-list .messages .messages-messages .message-row img {
          flex-basis: 50px;
          clip-path: circle(25px at center); }
        #messenger .messages-list .messages .messages-messages .message-row .message-row-content {
          margin-left: 10px;
          flex-grow: 1;
          overflow: hidden; }
          #messenger .messages-list .messages .messages-messages .message-row .message-row-content .text {
            font-family: 'regular';
            font-size: 15px;
            height: 20px;
            width: 95%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #messenger .messages-list .messages .messages-messages .message-row .message-row-content .date {
            font-family: 'regular';
            font-size: 12px;
            color: #a1a1a1; }
        #messenger .messages-list .messages .messages-messages .message-row .global-messages-count-user {
          flex-basis: 10px; }
    #messenger .messages-list .contacts {
      display: none;
      height: 505px;
      border-top: 1px solid #E3E3E3;
      margin-top: -1px;
      text-align: center;
      overflow-y: scroll; }
      #messenger .messages-list .contacts .image-loading {
        margin: 30px auto; }
      #messenger .messages-list .contacts .contacts-contacts .contact-row {
        cursor: pointer;
        padding: 10px 10px 10px 20px;
        margin-left: 0;
        border-bottom: 1px solid #E3E3E3;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #messenger .messages-list .contacts .contacts-contacts .contact-row:hover {
          background-color: #fafafa; }
        #messenger .messages-list .contacts .contacts-contacts .contact-row.blocked {
          opacity: 0.3; }
  #messenger .messages-conv {
    display: none; }
    #messenger .messages-conv .messages-conv-content {
      height: 600px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      #messenger .messages-conv .messages-conv-content .conv-header {
        padding: 15px;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #E3E3E3;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #messenger .messages-conv .messages-conv-content .conv-header .back-icon {
          cursor: pointer; }
      #messenger .messages-conv .messages-conv-content .conv-content {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0; }
        #messenger .messages-conv .messages-conv-content .conv-content .messages-seebefore {
          text-align: center;
          cursor: pointer;
          text-decoration: underline;
          margin-bottom: 20px; }
        #messenger .messages-conv .messages-conv-content .conv-content .message-row {
          font-family: 'regular';
          font-size: 15px;
          padding: 0px 15px;
          text-align: left; }
          #messenger .messages-conv .messages-conv-content .conv-content .message-row .message {
            background-color: #E1E6EF;
            text-align: left;
            max-width: 80%;
            padding: 10px 15px 7px 15px;
            display: inline-block;
            border-radius: 20px;
            transition: all 0.3s; }
            #messenger .messages-conv .messages-conv-content .conv-content .message-row .message.new {
              transform: scale(1.3);
              transform: translateY(10px);
              opacity: 0; }
            #messenger .messages-conv .messages-conv-content .conv-content .message-row .message .image-result {
              max-width: 200px;
              max-height: 200px;
              width: 100%; }
            #messenger .messages-conv .messages-conv-content .conv-content .message-row .message .image img {
              max-width: 200px;
              max-height: 200px;
              width: 100%; }
          #messenger .messages-conv .messages-conv-content .conv-content .message-row.me {
            text-align: right; }
            #messenger .messages-conv .messages-conv-content .conv-content .message-row.me .message {
              color: white;
              background-color: #CCA326;
              text-align: right; }
              #messenger .messages-conv .messages-conv-content .conv-content .message-row.me .message .text {
                text-align: right; }
          #messenger .messages-conv .messages-conv-content .conv-content .message-row .date {
            margin-top: 2px;
            margin-bottom: 5px;
            font-family: 'regular';
            font-size: 10px;
            color: #a1a1a1; }
      #messenger .messages-conv .messages-conv-content .conv-footer {
        padding: 15px;
        border-top: 1px solid #E3E3E3;
        background-color: #fcf9f6;
        margin-top: auto; }
        #messenger .messages-conv .messages-conv-content .conv-footer .buttons {
          display: flex;
          justify-content: space-between; }
  #messenger .contacts-details {
    padding: 15px;
    display: none; }
    #messenger .contacts-details .contact-details-header .back-icon {
      cursor: pointer; }
    #messenger .contacts-details .contact-details-content {
      max-width: 300px;
      margin: 0 auto; }
      #messenger .contacts-details .contact-details-content > * {
        margin-bottom: 15px; }

.mfp-popup {
  position: relative;
  background-color: white;
  margin: 20px auto; }
  .mfp-popup .inner {
    padding: 40px; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0.7;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0.7; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  transform: scale(0.7);
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  transform: scale(0.7); }

.mfp-close {
  left: 0;
  font-size: 38px !important; }

.forum {
  margin-top: 20px; }
  .forum .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    font-family: "semibold";
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
    padding: 7px 0 7px 0; }
    @media screen and (max-width: 767px) {
      .forum .details {
        font-size: 12px;
        margin-bottom: 20px; } }
    .forum .details .infos {
      flex-grow: 1; }
    .forum .details .social-buttons {
      display: flex;
      align-items: center;
      height: 22px;
      width: 208px;
      overflow: hidden; }
    .forum .details img {
      width: 190px;
      height: 85px; }
      @media screen and (max-width: 414px) {
        .forum .details img {
          width: 160px;
          height: 72px; } }
  .forum .message {
    background-color: #FCFCFC;
    margin: 10px 0;
    padding: 15px; }
    @media screen and (max-width: 414px) {
      .forum .message {
        padding: 10px; } }
    .forum .message.hidden {
      display: none;
      opacity: 0; }
    .forum .message .header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px; }
      .forum .message .header .date {
        font-family: "regular";
        font-size: 14px;
        color: darkgray; }
    .forum .message .text {
      font-family: "regular";
      font-size: 16px;
      line-height: 21px;
      color: rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 767px) {
        .forum .message .text {
          font-size: 15px;
          line-height: 20px; } }
      @media screen and (max-width: 375px) {
        .forum .message .text {
          font-size: 14px;
          line-height: 19px; } }
      .forum .message .text.hidden {
        display: none; }
      .forum .message .text span {
        color: #CCA326;
        cursor: pointer; }
      .forum .message .text .global-formTextarea {
        margin-bottom: 0; }
    .forum .message .footer {
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .forum .message .footer .note {
        display: flex;
        align-items: center; }
        .forum .message .footer .note .note-button {
          width: 20px;
          height: 20px;
          overflow: hidden;
          margin-right: 5px;
          cursor: pointer;
          position: relative; }
          .forum .message .footer .note .note-button img {
            width: 20px;
            height: 40px;
            position: absolute;
            top: 0; }
          .forum .message .footer .note .note-button.no-vote {
            cursor: auto; }
            .forum .message .footer .note .note-button.no-vote img {
              top: -20px; }
        .forum .message .footer .note .note-text {
          font-family: "semibold";
          font-size: 15px;
          color: #fcac51;
          line-height: 23px;
          height: 20px; }
      .forum .message .footer .modify {
        display: flex;
        align-items: center;
        font-family: "regular";
        font-size: 13px;
        color: #CCA326; }
        .forum .message .footer .modify > *:hover {
          color: #28B7DF;
          cursor: pointer; }
      .forum .message .footer.hide {
        display: none; }
    .forum .message .message-add-footer {
      display: none; }
      .forum .message .message-add-footer .subscribe-checkboxmessage {
        font-family: "regular";
        font-size: 15px;
        color: rgba(0, 0, 0, 0.7);
        margin: 7px 0; }
        @media screen and (max-width: 414px) {
          .forum .message .message-add-footer .subscribe-checkboxmessage {
            font-size: 12px; } }
.home .swiper-container {
  margin-top: 40px !important;
  overflow: hidden !important;
  width: 100%;
  height: 418px; }
  @media screen and (max-width: 900px) {
    .home .swiper-container {
      margin-top: 20px !important; } }
.home .swiper-slide {
  position: relative;
  max-width: 634px;
  max-height: 418px;
  overflow: hidden;
  text-decoration: none; }
  .home .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute; }
  .home .swiper-slide .title, .home .swiper-slide .subtitle {
    width: 100%;
    text-align: center;
    margin: 0;
    position: relative; }
  .home .swiper-slide .subtitle {
    margin-top: 15px;
    font-family: 'semicondensed';
    font-size: 25px; }
    @media screen and (max-width: 1023px) {
      .home .swiper-slide .subtitle {
        margin-top: 12px;
        font-size: 20px; } }
    @media screen and (max-width: 900px) {
      .home .swiper-slide .subtitle {
        font-size: 18px; } }
    @media screen and (max-width: 375px) {
      .home .swiper-slide .subtitle {
        font-size: 15px; } }
  .home .swiper-slide .title {
    font-family: 'boldcondensed';
    font-size: 46px; }
    @media screen and (max-width: 1023px) {
      .home .swiper-slide .title {
        font-size: 40px; } }
    @media screen and (max-width: 900px) {
      .home .swiper-slide .title {
        font-size: 32px; } }
    @media screen and (max-width: 375px) {
      .home .swiper-slide .title {
        font-size: 26px; } }
.home .swiper-pagination {
  left: 0;
  right: 0;
  margin: 10px auto;
  display: block;
  width: 100px !important; }

.home .swiper-pagination-bullet-active {
  background-color: #CCA326 !important; }

@media screen and (max-width: 414px) {
  .image-home-container {
    width: 100%;
    overflow: hidden; } }

.image-home-container img {
  width: 100%; }
  @media screen and (max-width: 414px) {
    .image-home-container img {
      width: 145%;
      transform: translateX(-20%); } }
.navigation-buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .navigation-buttons {
      margin-top: 30px !important; } }
  .navigation-buttons .navigation-button {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 170px;
    margin-bottom: 8px;
    flex-grow: 1;
    flex: 0 0 calc(20% - 10px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
    border: 1px solid #E3E3E3;
    transition: transform 0.3s, box-shadow 0.3s; }
    @media screen and (max-width: 670px) {
      .navigation-buttons .navigation-button {
        flex: 0 0 calc(25% - 5px); } }
    @media screen and (max-width: 414px) {
      .navigation-buttons .navigation-button {
        height: 120px;
        flex: 0 0 calc(33.3333% - 5px); } }
    .navigation-buttons .navigation-button:hover, .navigation-buttons .navigation-button:active {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      transform: scale(1.005); }
    .navigation-buttons .navigation-button img {
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 0; }
    .navigation-buttons .navigation-button .title, .navigation-buttons .navigation-button .subtitle {
      width: 100%;
      text-align: center;
      position: relative; }
    .navigation-buttons .navigation-button .title {
      margin-top: 10px;
      font-family: 'semicondensed';
      font-size: 22px;
      color: black; }
      @media screen and (max-width: 1023px) {
        .navigation-buttons .navigation-button .title {
          margin-top: 10px;
          font-size: 19px; } }
      @media screen and (max-width: 900px) {
        .navigation-buttons .navigation-button .title {
          margin-top: 8px;
          font-size: 16px; } }
      @media screen and (max-width: 375px) {
        .navigation-buttons .navigation-button .title {
          margin-top: 5px;
          font-size: 14px; } }
    .navigation-buttons .navigation-button .subtitle {
      font-family: 'regular';
      font-size: 14px;
      color: #9A9A9A; }
      @media screen and (max-width: 1023px) {
        .navigation-buttons .navigation-button .subtitle {
          display: none; } }
  .navigation-buttons .navigation-spacer {
    flex-grow: 0;
    width: 13px; }
  .navigation-buttons #navigation-item6, .navigation-buttons #navigation-item7, .navigation-buttons #navigation-item8 {
    flex-basis: calc(33.3333% - 7px); }
    .navigation-buttons #navigation-item6 img, .navigation-buttons #navigation-item7 img, .navigation-buttons #navigation-item8 img {
      max-height: 70%;
      width: auto;
      left: 50%;
      transform: translateX(-50%); }

.nos-actualites {
  width: 100%;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 900px) {
    .nos-actualites {
      margin-bottom: 20px; } }
  .nos-actualites .logo {
    display: block;
    margin: 40px auto 20px auto;
    width: 454px;
    height: 141px; }
    @media screen and (max-width: 1023px) {
      .nos-actualites .logo {
        width: 360px;
        height: 112px; } }
    @media screen and (max-width: 900px) {
      .nos-actualites .logo {
        width: 300px;
        height: 93px;
        margin: 20px auto; } }
  .nos-actualites .button {
    margin-bottom: 0; }

.news-container, #news-container, #breves-container {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
  margin: 0 -10px 0 -10px; }

.news {
  position: relative; }

.news_100 {
  flex-basis: 100%; }

.news_66 {
  flex-basis: calc(200% / 3); }

.news_50 {
  flex-basis: 50%; }

.news_33 {
  flex-basis: calc(100% / 3); }

.news_25 {
  flex-basis: calc(100% / 5); }
  @media screen and (max-width: 767px) {
    .news_25 {
      flex-basis: calc(100% / 3); } }
.news_0 {
  flex-basis: 100%; }
  .news_0 .news_content_wrapper {
    display: flex;
    flex-direction: row; }
  .news_0 .news_img_wrapper {
    flex: 0 0 140px;
    margin-right: 15px;
    margin-bottom: 20px;
    outline: none; }
    @media screen and (max-width: 767px) {
      .news_0 .news_img_wrapper {
        flex: 0 0 100px; } }
  .news_0 .news_img {
    outline: 1px solid #E3E3E3;
    outline-offset: -1px; }

.news_wrapper {
  margin: 10px; }
  .news_wrapper p {
    margin-top: 0; }

.news_content_wrapper {
  text-decoration: none;
  color: black;
  flex-grow: 1; }

.news_img_wrapper {
  overflow: hidden;
  margin-bottom: 15px;
  outline: 1px solid #E3E3E3;
  outline-offset: -1px; }

.news_img {
  max-width: 100%;
  height: auto;
  /* hack */
  display: flex; }

.news_sep {
  position: absolute;
  bottom: 5px;
  padding: 0 10px;
  width: 100%; }

.separator {
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
  margin-top: auto; }
  .separator.margin {
    margin: 30px 0; }

.news_text_category {
  font-family: "semibold";
  font-size: 16px;
  color: darkgray;
  margin: 0 0 5px 0; }
  @media screen and (max-width: 767px) {
    .news_text_category {
      font-size: 14px; } }
  .news_text_category.color1 {
    color: #D5993B; }
  .news_text_category.color2 {
    color: #CC2E26; }
  .news_text_category.color3 {
    color: #19A29D; }

.news_text_title {
  font-family: "semicondensed";
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .news_text_title {
      font-size: 18px;
      line-height: 20px; } }
  .news_text_title a {
    color: inherit;
    text-decoration: none; }

.news_text_title_small {
  font-family: "semicondensed";
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .news_text_title_small {
      font-size: 18px;
      line-height: 20px; } }
  .news_text_title_small a {
    color: inherit;
    text-decoration: none; }

.news_text_date {
  font-family: "regular";
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 5px; }
  .news_text_date.color1 {
    color: #D5993B; }
  .news_text_date.color2 {
    color: #CC2E26; }
  .news_text_date.color3 {
    color: #19A29D; }
  @media screen and (max-width: 767px) {
    .news_text_date {
      font-size: 15px;
      line-height: 19px; } }
  .news_text_date a {
    color: inherit;
    text-decoration: none; }

.news_nbComments {
  display: inline-block;
  width: 24px;
  height: 18px;
  color: white;
  background: url(assets/commentsBubble.png);
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: 3px 0;
  margin-left: 6px;
  line-height: 18px;
  text-align: center;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: unset; }

.news_text_text {
  font-family: "Regular";
  font-size: 16px;
  line-height: 20px;
  color: #676767;
  margin: 0 0 15px 0; }
  @media screen and (max-width: 767px) {
    .news_text_text {
      font-size: 13px;
      line-height: 16px; } }
.news_text_text_big {
  font-family: "Regular";
  font-size: 20px;
  line-height: 28px;
  color: #676767;
  margin: 0 0 15px 0; }
  @media screen and (max-width: 767px) {
    .news_text_text_big {
      font-size: 17px;
      line-height: 22px; } }
.news_text_text_small {
  font-family: "Regular";
  font-size: 15px;
  line-height: 19px;
  color: #676767;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid lightgray; }
  @media screen and (max-width: 767px) {
    .news_text_text_small {
      font-size: 13px;
      line-height: 16px; } }
.admh-margin {
  height: 15px; }

.admh-plus {
  font-family: "semibold";
  font-size: 40px; }

.admh-sub-title {
  font-family: "semibold";
  font-size: 20px;
  line-height: 24px; }
  .admh-sub-title.big {
    font-size: 24px; }

.admh-form-container {
  max-width: 500px;
  margin: 20px;
  background-color: #FCFCFC;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 40px 80px;
  overflow: hidden; }
  @media screen and (max-width: 375px) {
    .admh-form-container {
      padding: 20px 20px;
      margin: 10px; } }
.admh-form {
  display: flex;
  margin: -5px; }
  @media screen and (max-width: 767px) {
    .admh-form {
      flex-wrap: wrap; } }
  .admh-form div {
    flex: 1 1 50%;
    margin: 5px; }

.admh-newslist-row {
  margin-bottom: 45px;
  border-bottom: 1px solid lightgray; }
  .admh-newslist-row a {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .admh-newslist-row {
      margin-bottom: 25px; } }
#transac-content {
  text-align: center; }
  #transac-content .container {
    padding: 0 10px; }
    #transac-content .container .transac-title {
      font-family: "semibold"; }
    #transac-content .container .transac-white-block {
      margin: 0 auto;
      background-color: white;
      max-width: 640px;
      padding: 60px; }
      @media screen and (max-width: 767px) {
        #transac-content .container .transac-white-block {
          padding: 40px; } }
      @media screen and (max-width: 414px) {
        #transac-content .container .transac-white-block {
          padding: 20px; } }
    #transac-content .container .form-result-ok {
      display: none; }

@font-face {
  font-family: 'semibold';
  src: url("../../shared/fonts/MyriadPro-Semibold.eot");
  src: local("Myriad Pro Semibold"), local("MyriadPro-Semibold"), url("../../shared/fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../../shared/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../../shared/fonts/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'boldcondensed';
  src: url("../../shared/fonts/MyriadPro-SemiboldCond.eot");
  src: local("Myriad Pro Semibold Condensed"), local("MyriadPro-SemiboldCond"), url("../../shared/fonts/MyriadPro-SemiboldCond.eot?#iefix") format("embedded-opentype"), url("../../shared/fonts/MyriadPro-SemiboldCond.woff2") format("woff2"), url("../../shared/fonts/MyriadPro-SemiboldCond.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'lightsemicondensed';
  src: url("../../shared/fonts/MyriadPro-LightSemiCn.eot");
  src: local("Myriad Pro Light SemiCondensed"), local("MyriadPro-LightSemiCn"), url("../../shared/fonts/MyriadPro-LightSemiCn.eot?#iefix") format("embedded-opentype"), url("../../shared/fonts/MyriadPro-LightSemiCn.woff2") format("woff2"), url("../../shared/fonts/MyriadPro-LightSemiCn.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'semicondensed';
  src: url("../../shared/fonts/MyriadPro-SemiCn.eot");
  src: local("Myriad Pro SemiCondensed"), local("MyriadPro-SemiCn"), url("../../shared/fonts/MyriadPro-SemiCn.eot?#iefix") format("embedded-opentype"), url("../../shared/fonts/MyriadPro-SemiCn.woff2") format("woff2"), url("../../shared/fonts/MyriadPro-SemiCn.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'regular';
  src: url("../../shared/fonts/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"), url("../../shared/fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../shared/fonts/MyriadPro-Regular.woff2") format("woff2"), url("../../shared/fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  margin: 75px auto 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
  @media screen and (max-width: 900px) {
    body {
      margin: 75px 0 0 0; } }
  @media screen and (max-width: 767px) {
    body {
      margin: 60px 0 0 0; } }
a img {
  border: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  z-index: 99999; }
  .overlay.show {
    background-color: rgba(0, 0, 0, 0.5); }

.app-content {
  margin: 0 auto;
  max-width: 1105px;
  padding: 0 30px 0 30px; }
  @media screen and (max-width: 414px) {
    .app-content {
      padding: 0 15px 0 15px; } }
  @media screen and (max-width: 320px) {
    .app-content {
      padding: 0 12px 0 12px; } }
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: none;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6 p {
  margin: 0;
  padding: 0;
  font-weight: normal; }

a {
  color: inherit; }

sup {
  line-height: 0; }

.global-title {
  font-family: "semicondensed";
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .global-title {
      font-size: 38px;
      line-height: 41px; } }
  @media screen and (max-width: 767px) {
    .global-title {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 15px; } }
.global-title-big {
  color: #747474;
  font-family: "lightsemicondensed";
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .global-title-big {
      font-size: 38px;
      line-height: 41px; } }
  @media screen and (max-width: 767px) {
    .global-title-big {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 15px; } }
.global-sub-title {
  font-family: "semicondensed";
  font-size: 32px;
  line-height: 38px; }
  @media screen and (max-width: 768px) {
    .global-sub-title {
      font-size: 28px;
      line-height: 31px; } }
  @media screen and (max-width: 767px) {
    .global-sub-title {
      font-size: 25px;
      line-height: 28px; } }
.global-sub-title-big {
  color: #747474;
  font-family: "lightsemicondensed";
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .global-sub-title-big {
      font-size: 22px;
      line-height: 30px; } }
  @media screen and (max-width: 767px) {
    .global-sub-title-big {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 15px; } }
.global-small-title {
  color: #CC2E26;
  font-family: "regular";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .global-small-title {
      font-size: 18px;
      line-height: 22px; } }
.global-text, .global-intro, .global-medium-text {
  font-family: "regular";
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #6b6b6b; }
  @media screen and (max-width: 900px) {
    .global-text, .global-intro, .global-medium-text {
      font-size: 19px;
      line-height: 23px;
      margin-bottom: 18px; } }
  @media screen and (max-width: 767px) {
    .global-text, .global-intro, .global-medium-text {
      font-size: 17px;
      line-height: 21px;
      margin-bottom: 15px; } }
  .global-text a, .global-intro a, .global-medium-text a {
    color: inherit; }
  .global-text .highlight, .global-intro .highlight, .global-medium-text .highlight {
    color: black; }
  .global-text .infos-link, .global-intro .infos-link, .global-medium-text .infos-link {
    border-bottom: 1px dashed black;
    cursor: pointer; }

.leaders {
  margin-bottom: 40px; }

.leaders td {
  font-size: 0.85em;
  border-bottom: 1px solid #E3E3E3; }
  .leaders td:last-child {
    width: 80px; }

.global-intro {
  color: black; }

.global-medium-text {
  font-size: 21px; }
  @media screen and (max-width: 900px) {
    .global-medium-text {
      font-size: 19px;
      line-height: 24px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .global-medium-text {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 15px; } }
.global-small-text {
  font-family: "regular";
  font-size: 18px;
  line-height: 23px; }
  @media screen and (max-width: 767px) {
    .global-small-text {
      font-size: 16px;
      line-height: 21px; } }
  .global-small-text b {
    font-family: "semibold";
    font-weight: normal; }

.global-tiny-text {
  font-family: "regular";
  font-size: 16px;
  line-height: 20px; }
  @media screen and (max-width: 767px) {
    .global-tiny-text {
      font-size: 14px;
      line-height: 18px; } }
  .global-tiny-text.bold {
    font-family: "semibold"; }

.global-legende {
  display: block;
  background-color: white;
  font-family: "regular";
  font-size: 13px;
  padding-top: 8px;
  color: darkgray;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .global-legende {
      font-size: 11px; } }
  .global-legende.formField-infos {
    font-family: "regular";
    font-size: 14px;
    padding-top: 2px;
    margin-bottom: 8px;
    background-color: transparent;
    color: #5c5c5c; }

.global-radius {
  border-radius: 10px; }
  @media screen and (max-width: 375px) {
    .global-radius {
      border-radius: 6px; } }
.global-border {
  border: 1px solid #E3E3E3; }

.global-formField {
  height: 50px;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  background-color: white;
  margin-bottom: 6px;
  overflow: hidden;
  display: flex; }
  .global-formField.pseudo img {
    width: 25px;
    height: 17px;
    margin: 15px 0 0 10px; }
  .global-formField input {
    flex-grow: 1;
    padding: 0 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    height: 100%;
    border: none;
    appearance: none;
    background: transparent; }
  .global-formField input:focus {
    outline: none; }
  .global-formField.warning {
    border-color: red; }
  .global-formField.valid {
    border-color: lightgreen; }
  .global-formField.username img {
    width: 26px;
    height: 17px;
    margin: 15px 0 0 10px; }
  .global-formField.yellow {
    background-color: #FFFEF4; }

.global-formField-message {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 15px;
  color: darkgray;
  text-align: left; }
  .global-formField-message.warning {
    color: red; }

.global-formTextarea, .global-formTextinput {
  border: 1px solid #E3E3E3;
  background-color: white;
  margin-bottom: 8px; }
  .global-formTextarea textarea, .global-formTextarea input, .global-formTextinput textarea, .global-formTextinput input {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    border: none;
    appearance: none;
    resize: none;
    padding: 8px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0); }
    .global-formTextarea textarea:focus, .global-formTextarea input:focus, .global-formTextinput textarea:focus, .global-formTextinput input:focus {
      outline: none; }
  .global-formTextarea.yellow, .global-formTextinput.yellow {
    background-color: #FFFEF4; }

.global-formInputcount {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px; }

.global-page-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E3E3E3; }
  .global-page-header * > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .global-page-header {
      flex-flow: column;
      text-align: center;
      margin-bottom: 20px; } }
  .global-page-header .img-container {
    flex-basis: 30%;
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
      .global-page-header .img-container {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px; } }
    .global-page-header .img-container img {
      width: 100%; }
  .global-page-header .intro {
    flex-basis: 70%; }
    .global-page-header .intro .title {
      font-family: 'regular';
      font-size: 42px; }
      @media screen and (max-width: 1023px) {
        .global-page-header .intro .title {
          font-size: 36px; } }
    .global-page-header .intro .text {
      font-family: 'regular';
      font-size: 21px;
      line-height: 26px;
      color: #6b6b6b; }
      @media screen and (max-width: 1023px) {
        .global-page-header .intro .text {
          font-size: 18px;
          line-height: 22px; } }
.global-formInfos {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 13px;
  margin-top: 15px;
  color: #929292; }

.global-close-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  cursor: pointer; }

.global-close-icon:hover {
  opacity: 1; }

.global-close-icon:before, .global-close-icon:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 21px;
  width: 2px;
  background-color: #333; }

.global-close-icon:before {
  transform: rotate(45deg); }

.global-close-icon:after {
  transform: rotate(-45deg); }

.global-citizen-button {
  display: inline-block;
  margin: 20px auto;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .global-citizen-button .background {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #F1DF96;
    position: absolute;
    width: 100%;
    min-height: 125px;
    bottom: 50px; }
  .global-citizen-button img {
    width: 290px;
    height: 177px;
    z-index: 90;
    position: relative; }
  .global-citizen-button p {
    position: relative;
    padding: 10px 20px; }
  .global-citizen-button:active {
    transform: scale(0.98); }

.global-messages-count, .global-messages-count-user {
  font-family: 'semibold';
  font-size: 14px;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 24px;
  margin-top: 4px;
  background-color: #FF0000;
  color: white;
  border-radius: 11px;
  margin-right: 5px; }

.global-messages-count-user-indicator {
  padding: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FF0000;
  display: none; }
  .global-messages-count-user-indicator.visible {
    display: block; }

#user-bubble, #myAccount {
  background-color: white;
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  font-family: "regular"; }
  #user-bubble .header, #myAccount .header {
    border-bottom: 1px solid #E3E3E3;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #FDFDFD;
    padding: 10px;
    display: flex; }
    #user-bubble .header .ico, #myAccount .header .ico {
      width: 74px;
      height: 74px;
      margin-right: 15px;
      clip-path: circle(37px at center); }
    #user-bubble .header .infos .username, #myAccount .header .infos .username {
      font-family: "semibold";
      font-size: 16px; }
    #user-bubble .header .infos .date-crea, #user-bubble .header .infos .date-last, #user-bubble .header .infos .country-city, #myAccount .header .infos .date-crea, #myAccount .header .infos .date-last, #myAccount .header .infos .country-city {
      font-size: 12px;
      color: darkgray;
      line-height: 18px; }
    #user-bubble .header .infos .localization, #myAccount .header .infos .localization {
      display: flex;
      align-items: center; }
      #user-bubble .header .infos .localization .country-flag, #myAccount .header .infos .localization .country-flag {
        width: auto;
        height: 11px;
        margin-right: 5px; }
    #user-bubble .header .infos .country-city, #myAccount .header .infos .country-city {
      margin-top: 3px; }

#user-bubble {
  display: none;
  position: absolute;
  max-width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  #user-bubble .presentation {
    padding: 20px;
    font-size: 15px; }
  #user-bubble .contact-me {
    margin-top: 0;
    padding: 0 20px 20px 20px;
    font-size: 14px;
    color: darkgray; }
  #user-bubble .arrow {
    position: absolute;
    width: 32px;
    height: 16px; }

#myAccount {
  max-width: 320px;
  overflow: hidden; }
  #myAccount .header {
    background-color: #fcf9f6;
    padding: 30px 20px 20px 20px; }
  #myAccount .content {
    padding: 20px; }
    #myAccount .content > div {
      margin-bottom: 15px; }
    #myAccount .content > div:last-child {
      margin-bottom: 0; }
  #myAccount .footer {
    background-color: white; }
    #myAccount .footer img {
      width: 100%;
      transform: translateY(10px); }

.global-user {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .global-user .user-icon {
    display: flex;
    margin-right: 5px; }
    .global-user .user-icon img {
      width: 25px;
      height: 25px; }
  .global-user .user-pseudo {
    font-family: "semibold";
    font-size: inherit;
    margin-right: 10px;
    margin-top: 2px; }
  .global-user .user-led {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin-bottom: 0px; }
    .global-user .user-led.on {
      margin-left: -5px;
      background-color: #75be07;
      margin-right: 10px; }
    .global-user .user-led.off {
      width: 0;
      margin-right: 0; }
  .global-user.inline {
    display: inline-block; }
    .global-user.inline * {
      display: inline-block; }
    .global-user.inline .user-icon {
      margin: 0 0 0 1px;
      height: 16px;
      vertical-align: middle; }
      .global-user.inline .user-icon img {
        width: 15px;
        height: 15px; }
    .global-user.inline .user-pseudo {
      margin-top: 0;
      margin-right: 7px; }
    .global-user.inline .user-led {
      margin-bottom: 0px; }
  .global-user.inline-center {
    display: inline-flex; }
  .global-user.icosrc-big {
    width: 50px;
    height: 50px;
    clip-path: circle(25px at center); }
  .global-user.block-center {
    display: block;
    margin: 0 auto; }
  .global-user .icosrc-big-big {
    width: 70px;
    height: 70px;
    clip-path: circle(35px at center); }
  .global-user .icosrc-small {
    width: 32px;
    height: 32px;
    clip-path: circle(16px at center); }

.global-cards-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px 0 -10px;
  font-family: 'regular';
  margin-bottom: 20px; }
  .global-cards-container.hidden {
    display: none; }
  .global-cards-container .card-wrapper {
    display: flex;
    flex-direction: column; }
    .global-cards-container .card-wrapper._20 {
      flex-basis: calc(100% / 5); }
      @media screen and (max-width: 1023px) {
        .global-cards-container .card-wrapper._20 {
          flex-basis: calc(100% / 4); } }
      @media screen and (max-width: 767px) {
        .global-cards-container .card-wrapper._20 {
          flex-basis: calc(100% / 3); } }
      @media screen and (max-width: 550px) {
        .global-cards-container .card-wrapper._20 {
          flex-basis: calc(100% / 2); } }
    .global-cards-container .card-wrapper._25 {
      flex-basis: calc(100% / 4); }
      @media screen and (max-width: 1023px) {
        .global-cards-container .card-wrapper._25 {
          flex-basis: calc(100% / 3); } }
      @media screen and (max-width: 767px) {
        .global-cards-container .card-wrapper._25 {
          flex-basis: calc(100% / 2); } }
    .global-cards-container .card-wrapper._33 {
      flex-basis: calc(100% / 3); }
      @media screen and (max-width: 1023px) {
        .global-cards-container .card-wrapper._33 {
          flex-basis: calc(100% / 2); } }
      @media screen and (max-width: 767px) {
        .global-cards-container .card-wrapper._33 {
          flex-basis: calc(100% / 1); } }
    .global-cards-container .card-wrapper._100 {
      flex-basis: 100%; }
    .global-cards-container .card-wrapper .card {
      margin: 10px;
      padding: 11px 15px;
      background-color: #FCFCFC;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      transition: all 0.1s; }
      @media screen and (max-width: 414px) {
        .global-cards-container .card-wrapper .card {
          margin: 5px; } }
      .global-cards-container .card-wrapper .card .image {
        width: 100%;
        margin: 3px 0 2px 0; }
        .global-cards-container .card-wrapper .card .image img {
          width: 100%;
          height: auto; }
      .global-cards-container .card-wrapper .card .title {
        font-family: 'semibold';
        font-size: 18px;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .global-cards-container .card-wrapper .card .title {
            font-size: 16px; } }
      .global-cards-container .card-wrapper .card .intro {
        font-family: 'regular';
        font-size: 16px;
        margin-bottom: 7px; }
        @media screen and (max-width: 767px) {
          .global-cards-container .card-wrapper .card .intro {
            font-size: 15px; } }
        .global-cards-container .card-wrapper .card .intro span {
          color: #CCA326;
          cursor: pointer; }
      .global-cards-container .card-wrapper .card .footer {
        margin-top: auto;
        font-size: 15px;
        line-height: 20px;
        color: #7e7e7e; }
        .global-cards-container .card-wrapper .card .footer .l1 {
          color: #7d8aac; }
    .global-cards-container .card-wrapper a.card:hover {
      border-color: #c3c3c3;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      transform: scale(1.005); }
    .global-cards-container .card-wrapper .modify {
      display: flex;
      align-items: center;
      font-family: "regular";
      font-size: 14px;
      margin-top: 5px;
      padding-top: 10px; }
      .global-cards-container .card-wrapper .modify .edit-button:hover, .global-cards-container .card-wrapper .modify .delete-button:hover {
        color: #28B7DF;
        cursor: pointer; }
      .global-cards-container .card-wrapper .modify .edit-button, .global-cards-container .card-wrapper .modify .delete-button {
        color: #CCA326; }

.global-section-group {
  margin-top: 30px;
  border-top: 1px solid #E3E3E3; }
  .global-section-group .section {
    border-bottom: 1px solid #E3E3E3;
    padding: 20px 0; }
    .global-section-group .section .row {
      margin: 0;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .global-section-group .section .row * {
        margin-bottom: 0; }
      .global-section-group .section .row .title {
        flex-grow: 1; }
      .global-section-group .section .row .infos {
        margin-left: 10px;
        opacity: 0.25;
        font-size: 70%; }
      .global-section-group .section .row .accessory {
        margin-left: 15px;
        transition: all 0.3s; }
        .global-section-group .section .row .accessory.arrow {
          font-weight: bold;
          transform: translateY(-10px) scaleY(-1); }
        .global-section-group .section .row .accessory.arrow.open {
          transform: translateY(10px) scaleY(1); }
        .global-section-group .section .row .accessory.plus.open {
          transform: rotate(405deg); }
        .global-section-group .section .row .accessory img {
          transform: translate(-5px, -2px);
          width: 20px;
          height: 12px; }
        .global-section-group .section .row .accessory.open {
          transform: translate(0px, -2px) scaleY(-1); }
      .global-section-group .section .row:hover {
        color: #28B7DF; }
      .global-section-group .section .row:active {
        color: initial; }
    .global-section-group .section .content {
      margin-top: 20px;
      padding-left: 20px;
      border-left: 1px solid lightgray; }
      .global-section-group .section .content a {
        text-decoration: none;
        border-bottom: 1px solid darkgray; }

.swiper-container-multiple {
  overflow: hidden; }

.swiper-button-prev:after {
  display: none; }

.swiper-button-next:after {
  display: none; }

.global-flex-group {
  display: flex; }

.global-flex-justifycontent-spacebetween {
  justify-content: space-between; }

.global-flex-wrap-wrap {
  flex-wrap: wrap; }
