@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

html, body {
  font-family: "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-style: normal;
}

body {
  color: #666;
  font-size: 2.5em;
}

input, textarea, select {
  font-family: inherit;
}

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

.u-bold, strong, b {
  font-weight: bold;
}

.u-italic, em, i {
  font-style: italic;
}

.u-text-xxl {
  font-size: 12rem;
}

/* 275 in pdf */
.u-text-xl {
  font-size: 4.8rem;
}

/* 100 in pdf */
.u-text-l {
  font-size: 3rem;
}

/* 70 in pdf */
/* default: 40 in pdf, see body -> 2em */
.u-text-s {
  font-size: 1.5rem;
}

/* citation */
.u-text-xs {
  font-size: 1rem;
}

/* footer */
.u-text-upper {
  text-transform: uppercase;
}

.u-text-center {
  text-align: center;
}

.u-icon-l {
  font-size: 120%;
}

.u-clear:after {
  content: "";
  display: table;
  clear: both;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.t-site section li a.u-pointer {
  border: 0;
}

a:hover, a.is-active {
  color: inherit;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 100%;
  background: white;
}

header a.c-logo {
  display: block;
  width: 90%;
  margin: 0 0 0 3%;
  transition: all 0.4s ease;
}

header img.c-deco {
  width: 20%;
  opacity: 0;
  position: absolute;
  top: 3rem;
  right: 5%;
}

header a.c-burger {
  width: 12%;
  position: absolute;
  top: 6rem;
  right: 5%;
}

header a.c-basket {
  position: absolute;
  right: 2rem;
  width: calc(0.93 * 25%);
  text-align: center;
  top: 35%;
  padding: 1px 0;
}

@media screen and (max-width: 750px) {
  header a.c-basket {
    top: auto;
    bottom: -2px;
  }
}
header nav {
  margin-top: 3rem;
}

body.is-scrolled header a.c-logo, body.is-scrolled header img.c-deco, body.js-scrolled header a.c-logo, body.js-scrolled header img.c-deco {
  width: 20%;
  opacity: 1;
}

main {
  position: relative;
  z-index: 1;
  background-color: white;
  padding-top: 3rem;
  padding-bottom: 15rem;
  transition: padding 0.4s ease;
}

@media screen and (min-width: 640px) {
  body.is-scrolled main {
    padding-top: 6rem;
  }
}
/* when user begin to scroll down, add some space to allow reading first line of main */
body.js-scrolled main {
  transition: none;
  padding-top: 3rem !important;
}

/* reset some css if scrolled effect is disabled */
footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #33B9FF;
  color: white;
  padding: 5rem;
  text-align: center;
}

/* Set to footer to static if window's height is to small (avoid footer to come "over" the header because of linear gradient with transparence) */
@media screen and (max-height: 800px) {
  footer {
    position: static;
  }
}
section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.t-width {
  max-width: 120rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  /*background:#ddd*/
}

.t-width-wide {
  max-width: 120rem;
  padding-left: 0rem;
  padding-right: 0rem;
  margin: 0 auto;
  /*background:#ddd*/
}

.t-font-tyfa {
  font-family: Tyfa;
}

.t-font-barlow, .trumbowyg-modal {
  font-family: "Barlow Semi Condensed", sans-serif;
}

img {
  display: block;
  width: 95%;
  margin: 0 auto;
}

nav li {
  display: inline-block;
  width: 25%;
}

nav.c-desktop {
  margin-right: -1.25%;
}

nav.c-mobile {
  position: absolute;
  /*width:100%;*/
  background: white;
  transform: translate(0, 2rem);
  margin: 0;
}

nav.c-mobile li {
  width: 100%;
  /*border-bottom:1px solid white*/
}

nav.c-mobile li a {
  padding: 1rem 0;
  font-size: 4rem;
}

nav li a {
  width: 95%;
}

h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 4.5rem;
  color: #33B9FF;
}

h3 {
  padding-bottom: 3rem;
}

h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: #33B9FF;
  padding-bottom: 2rem;
}

h5 {
  font-weight: normal;
  text-align: center;
  font-size: 3.5rem;
}

p {
  padding-bottom: 2rem;
}

nav a, section a.c-border, section a.c-border:hover, .c-rich a.c-border, .c-rich a.c-border:hover, a.c-basket {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: bold;
  display: inline-block;
  padding: 1px 2rem 4px 2rem;
  border: 2px solid #33B9FF;
  color: white;
  background: #33B9FF;
}

nav a {
  white-space: nowrap;
  padding: 0 0 3px 0;
}

nav a.is-active, nav a:hover, section a.c-border, .c-rich a.c-border {
  background: white;
  color: #33B9FF;
}

section a.c-border, .c-rich a.c-border {
  margin: 0 auto 2rem auto;
  display: table !important;
}

section li a, .c-rich li a {
  border-bottom: 1px solid #33B9FF;
  color: #33B9FF;
}

section li.c-activity-item a {
  border: 0;
}

footer a {
  border-bottom: 1px dashed white;
}

footer a.c-social {
  border-bottom: 0;
  display: inline-block;
  margin: 0 1rem 2rem 1rem;
}

footer a.c-social img {
  width: auto;
  height: 3rem;
}

hr {
  height: 61px;
  border: 0;
  background-image: url(/img/page/pakomuze-separation2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  margin: 2rem auto;
}

hr.js-modulo-0 {
  transform: scale(-1, 1);
}

.o-grid-cell-6 hr {
  height: 31px;
}

ul.o-li-disc {
  font-size: 2.2rem;
}

ul.o-li-disc > li, li.o-li-disc {
  margin-left: 3rem;
  list-style: disc outside;
}

ul.o-li-disc > li.c-second {
  margin-left: 6rem;
}

li.c-musee {
  position: relative;
  padding-left: 6rem;
}

li.c-musee a {
  position: absolute;
  left: 0;
  border-bottom: 0;
}

li.c-musee span {
  display: inline-block;
  background: #33B9FF;
  font-family: "Barlow Semi Condensed", sans-serif;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: -3px;
  width: 2.3rem;
  height: 2.3rem;
  vertical-align: middle;
  margin-right: 1rem;
  text-align: center;
  line-height: 2rem;
  color: white;
}

li.c-musee a:hover span {
  background-color: #666;
}

li.c-musee i {
  margin: 0 5px 0 -8px;
}

.o-grid {
  display: block;
  width: 100%;
}

.o-grid-gutter {
  margin-left: -1rem;
  width: calc(100% + 2rem);
}

.o-grid-gutter > [class*=o-grid-cell] {
  padding: 0 1rem;
}

[class*=o-grid-cell] {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.o-grid-cell-0 {
  display: none;
}

.o-grid-cell-1 {
  width: 8.3333%;
}

.o-grid-cell-2 {
  width: 16.6666%;
}

.o-grid-cell-3 {
  width: 25%;
}

.o-grid-cell-4 {
  width: 33.3333%;
}

.o-grid-cell-5 {
  width: 41.6666%;
}

.o-grid-cell-6 {
  width: 50%;
}

.o-grid-cell-7 {
  width: 58.333%;
}

.o-grid-cell-8 {
  width: 66.6666%;
}

.o-grid-cell-9 {
  width: 75%;
}

.o-grid-cell-10 {
  width: 83.3333%;
}

.o-grid-cell-11 {
  width: 91.6666%;
}

.o-grid-cell-12 {
  display: block;
  width: 100%;
}

.o-grid-cell-10-wide {
  width: 83.3333%;
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}

.o-grid-middle [class*=o-grid-cell] {
  vertical-align: middle;
}

.o-grid-max60 {
  max-width: 60rem;
}

/* max width in rem */
figure div {
  color: white;
  /*text-shadow:2px 2px 4px rgba(0,0,0,0.5)*/
}

.u-padding {
  padding: 2rem;
}

.u-padding-t-zero {
  padding-top: 0;
}

.u-padding-t-s {
  padding-top: 1rem;
}

.u-padding-t {
  padding-top: 2rem;
}

.u-padding-t-l {
  padding-top: 3rem;
}

.u-padding-t-xl {
  padding-top: 8rem;
}

.u-padding-b-s {
  padding-bottom: 1rem;
}

.u-padding-b {
  padding-bottom: 2rem;
}

.u-padding-b-l {
  padding-bottom: 3rem;
}

.u-padding-b-xl {
  padding-bottom: 8rem;
}

.c-padding-grid {
  padding: 3rem calc(8.3333% + 2rem);
}

.c-padding-grid + .c-padding-grid {
  padding-top: 0;
}

.u-block {
  display: block;
}

.u-none {
  display: none;
}

.u-rel {
  position: relative;
}

.u-abs {
  position: absolute;
  top: 0;
  left: 0;
}

.u-back-white {
  background-color: white;
}

.u-float-r {
  float: right;
}

.u-text-right {
  text-align: right;
}

.u-pointer {
  cursor: pointer;
}

.u-lineheight-1 {
  line-height: 0.9;
}

@media screen and (min-width: 751px) {
  .u-hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .u-hide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
  html:not(.t-cms) {
    font-size: 8px;
  }
}
@media screen and (max-width: 750px) {
  /* Mobile */
  html {
    font-size: 1.8vw;
  }

  body {
    font-size: 2.6rem;
  }

  .u-hide-mobile {
    display: none !important;
  }

  .u-mobile-wide {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  [class*=o-grid-cell]:not(.no-responsive) {
    display: block;
    width: 100% !important;
  }

  .o-grid-cell-10-wide {
    margin-left: 0;
    margin-right: 0;
  }

  .c-padding-grid {
    padding: 0;
  }

  .u-padding {
    padding: 2rem;
  }

  nav a {
    font-size: 2rem;
    padding: 0;
  }

  header a.c-logo {
    width: 64% !important;
  }

  header {
    background: white !important;
    box-shadow: 0px 0px 25px #efefef;
  }

  iframe[src^="https://map"] {
    margin: 0 3rem;
    width: calc(100% - 6rem);
    height: 30vh;
  }
}
@media print {
  html {
    font-size: 6px;
  }

  body {
    width: 900px;
  }

  .u-hide-print {
    display: none !important;
  }

  .ngy2_container {
    display: none !important;
  }
}
.c-search {
  width: 0;
  transition: all 0.2s ease;
  opacity: 0;
}

.c-search-open {
  width: 150px;
  opacity: 1;
}

.t-color-grey {
  color: #6a6a69;
}

.no-transition-onload {
  transition-duration: 0s !important;
}

/* c-rich stuff */
.c-rich-accreditations td:first-child {
  width: 25%;
  padding: 1rem 10% 1rem 0;
}

/* memo stuff */
label.o-live input {
  display: none;
}

label.o-live img {
  opacity: 0.5;
  width: 15%;
  vertical-align: top;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  box-shadow: 1px 1px 4px black;
}

label.o-live input:checked + img {
  opacity: 1;
  border-bottom: 2px solid black;
}

label.o-live.js-edit {
  cursor: pointer;
}

label.o-live.js-edit img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.o-covr {
  /* mini-lightbox */
}

.o-covr-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}

.o-covr-main {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  padding: 2rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

.o-covr-main {
  max-width: 640px;
}

.o-covr-body {
  min-height: 5rem;
  max-height: 80vh;
  overflow: auto;
}

.o-covr-foot {
  margin-top: 2rem;
  text-align: right;
}

.o-covr-foot:empty {
  margin-top: 0;
}

.o-gradient-h, header {
  background: white;
  background: linear-gradient(180deg, white 0%, white 95%, rgba(255, 255, 255, 0) 100%);
}

.nGY2 .toolbar .ngbt {
  font-size: 2.5rem !important;
}

.o-field {
  display: block;
}

.o-field input[type=checkbox], .o-field input[type=submit] {
  opacity: 0;
  position: absolute;
  width: 0;
}

.c-pako-form {
  background: white;
  padding: 0rem;
  min-height: 18rem;
  font-size: 2.5rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
}

.c-pako-form.js-activity {
  min-height: 0rem;
  margin-bottom: 0rem;
}

.c-pako-form .o-field {
  margin-bottom: 0.5rem;
}

.c-pako-form input[readonly] {
  width: 95%;
  background: #33B9FF;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 0.2rem !important;
  font-size: inherit;
  text-transform: inherit;
  border: 2px solid #33B9FF;
  outline: none;
}

.c-pako-form input[readonly]::placeholder {
  color: #99DCFF;
  opacity: 1;
}

.c-pako-form input[readonly]:focus, .c-pako-form input[readonly]:hover {
  color: #33B9FF;
  background: white;
}

.c-pako-form label {
  display: block;
  font-weight: bold;
  background: white;
  color: #33B9FF;
  padding: 0.5rem 0 0.5rem 1rem;
  width: 100%;
  border: 2px solid #33B9FF;
}

.c-pako-form .o-field-text label, .c-pako-form .o-field-textarea label, .c-pako-form .o-field-label label {
  background: #33B9FF !important;
  color: #fff !important;
  border: 2px solid #33B9FF !important;
}

.c-pako-form .o-field-label label {
  text-align: center;
}

.c-pako-form input + label {
  cursor: pointer;
}

.c-pako-form input[type=submit] + label {
  text-align: center;
}

.c-pako-form label:hover, .c-pako-form input:checked + label {
  color: white;
  background: #33B9FF;
}

.c-pako-form input[type=checkbox] + label {
  position: relative;
  padding-left: 3.5rem;
}

.c-pako-form input[type=checkbox]:checked + label:before {
  content: "✓ ";
  position: absolute;
  left: 0.5rem;
}

.c-pako-form input[type=checkbox] + label:empty {
  visibility: hidden;
}

.c-pako-form .c-month .o-field-checkbox {
  width: calc(14.285% - 2px);
  display: inline-block;
  margin-right: 2px;
}

.c-pako-form .c-month input[type=checkbox] + label {
  position: relative;
  padding-left: 0;
  text-align: center;
}

.c-pako-form .c-month input[type=checkbox]:checked + label:before {
  left: 0.2rem;
  font-size: 2rem;
  line-height: 3rem;
}

.c-pako-form .c-activity {
  /*padding-top:1rem; no padding for slideDOwn()*/
  text-transform: none;
  /*width:90%; margin: 0 auto; */
  margin: 0 2rem;
  display: block;
}

.c-pako-form .c-activity-item {
  padding-bottom: 0.75rem;
  padding-left: 5rem;
}

.c-pako-form .c-activity-item div {
  padding-bottom: 0.75rem;
}

.c-pako-form .c-activity-item span.c-activity-number {
  margin-left: -5rem;
  width: 5rem;
}

.c-form-previewregion .c-pako-form .c-activity-item {
  padding-left: 0;
}

.c-form-previewregion .c-pako-form .c-activity-item span.c-activity-number {
  margin-left: 0;
  margin-right: 1rem;
  width: auto;
}

.c-pako-form .c-activity-item .c-text-blue {
  color: #33B9FF;
}

.c-pako-form .c-activity-item .c-text-light {
  opacity: 0.75;
}

.o-field-text input, .o-field-textarea textarea {
  width: 100%;
  max-width: none !important;
  margin-bottom: 1.2rem;
  font-size: inherit;
}

select.o-field-select {
  width: 33%;
  font-size: inherit;
  margin-bottom: 1.2rem;
}

.o-field-textarea textarea {
  height: 10rem;
  padding: 0.2rem;
}

/*.c-pako-form .o-field.js-off {opacity:0.5;}*/
.c-pako-form img {
  width: auto;
}

.c-pako-form-panels {
  padding-top: 2rem;
  position: relative;
}

.c-pako-form-panel {
  background: white;
  padding: 3rem 1rem;
  display: none;
  border: 2px solid #33B9FF;
  border-style: solid none;
  outline: none;
  margin-bottom: 2rem;
}

.c-pako-form .o-grid-cell-6 {
  padding: 0 1rem;
}

/*.c-pako-form-panel {position: absolute; width:100%; z-index:99}*/
.c-pako-form-panel:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-width: 2px 2px 0 0;
  border-color: #33B9FF;
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 11%;
  border-style: solid;
  background: white;
  transform: rotate(-45deg);
}

.c-pako-form-panel + .c-pako-form-panel:before {
  left: 36%;
}

.c-pako-form-panel + .c-pako-form-panel + .c-pako-form-panel:before {
  left: 61%;
}

.c-pako-form-panel + .c-pako-form-panel + .c-pako-form-panel + .c-pako-form-panel:before {
  left: 86%;
}

.c-pako-form s {
  color: red;
  opacity: 0.5;
}

@media screen and (max-width: 750px) {
  .c-pako-form label, .c-pako-form select {
    width: 90%;
  }

  .c-pako-form .o-grid-cell-6 + .o-grid-cell-6 {
    border-top: 2px solid #33B9FF;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .c-pako-form label {
    max-height: 14rem;
    overflow: hidden;
    width: 100%;
    transition: all 0.2s ease;
  }

  .c-pako-form label.js-off {
    max-height: 0;
    padding: 0 3rem;
    margin: 0 auto 0 auto;
    border: 0;
  }
}
.c-pako-form .ds-head {
  background: #33B9FF !important;
}

.c-pako-form .ds-head li {
  display: none;
}

.c-pako-form .ds-head:after {
  content: "Avril 2019";
}

/* memo */
.o-memo {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2rem;
}

.o-memo .c-form-enter {
  width: 300px;
  margin: 0 auto;
}

.o-memo.c-memo-page {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}

.o-memo .o-button {
  padding: 0.2rem 1rem;
  background: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #999;
}

.o-memo .o-button:hover {
  background: #f9f9f9;
}

ul.ds-memo-tree li span {
  opacity: 0.5;
}

ul[data-dropdown] {
  display: none;
}

.ds-form-fields .grid {
  line-height: 1.3;
}

.trumbowyg-modal input[type=file] {
  padding: 0;
  margin-top: -1px;
}

.trumbowyg-editor img {
  width: 50%;
  box-shadow: 0 0 2px #d7e0e2;
}

.trumbowyg-editor img {
  width: 50%;
}

.trumbowyg-editor > *::before {
  content: "*";
  color: black;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  width: 1.5rem;
  text-align: center;
  font-family: arial;
  font-size: 9px;
  box-shadow: 1px 1px 2px gray;
  line-height: 21px;
}

.trumbowyg-editor > *:hover::before {
  opacity: 0.8;
}

.trumbowyg-editor > p::before {
  content: "p";
}

.trumbowyg-editor > h1::before {
  content: "h1";
}

.trumbowyg-editor > h2::before {
  content: "h2";
}

.trumbowyg-editor > h3::before {
  content: "h3";
}

.trumbowyg-editor > h4::before {
  content: "h4";
}

.trumbowyg-editor > h5::before {
  content: "h5";
}

.trumbowyg-editor > ul::before {
  content: "ul";
}

.trumbowyg-editor > p::before {
  content: "p";
}

.redactor-styles {
  /* removed in config with stylesClass:"redactor-cby" */
}

.redactor-cby {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-size: 1em;
  line-height: 1.2;
  box-sizing: border-box;
}

.redactor-cby.redactor-structure h2::before {
  top: 2rem;
}

.redactor-structure p {
  position: relative;
}

.redactor-structure p::before {
  content: "p";
}

.redactor-structure p::before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.3;
  left: -31px;
  top: 1em;
  margin-top: -7px;
  text-align: right;
}

.redactor-structure ul {
  position: relative;
}

.redactor-structure ul::before {
  content: "ul";
}

.redactor-structure ul::before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.3;
  left: -31px;
  top: 1em;
  margin-top: -7px;
  text-align: right;
}

.redactor-structure blockquote {
  position: relative;
}

.redactor-structure blockquote::before {
  content: "ca";
}

.redactor-structure blockquote::before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.3;
  left: -31px;
  top: 1em;
  margin-top: -7px;
  text-align: right;
}

form .c-trumb-form-table {
  padding: 0 1rem 1rem;
}

form .c-trumb-form-table table {
  width: 100%;
  text-align: left;
}

form .c-trumb-form-table td {
  padding-bottom: 0.5rem;
}

form .c-trumb-form-table label {
  position: relative;
  width: 100%;
  border: 2px dashed #ccc;
  margin: 0;
  padding: 2rem;
  height: auto;
  text-align: center;
  cursor: pointer;
}

form .c-trumb-form-table span {
  margin-right: 1rem;
}

form .c-trumb-form-table input[type=file] {
  opacity: 0.01;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  cursor: pointer;
}

form .c-trumb-form-table input[type=text] {
  max-width: none;
  width: 100%;
}

form .c-trumb-form-table input[type=checkbox] {
  margin-right: 0.5rem;
  vertical-align: top;
}

div.dataset.c-memo-activity div.ds-form {
  border: 0;
}

div.dataset.c-memo-activity div.ds-form-buttons {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

div.dataset.c-memo-activity div.ds-form-fields {
  padding: 0;
}

div.dataset.c-memo-activity .c-form-detail div.ds-form-fields {
  padding-top: 2rem;
}

div.dataset.c-memo-activity td {
  border-width: 0 0 1px 0;
  padding: 0.25rem 0;
}

.c-span-item:after {
  content: "·";
  display: inline-block;
  transform: translate(0, -5px) scale(2);
  padding: 0 1rem;
  color: #33B9FF;
}

.c-span-item:last-child:after {
  content: "";
  display: none;
}

.c-memo-activity .ds-field-checkbox {
  position: relative;
  color: #f44;
  padding: 1rem 1rem 1rem 4rem;
  border: 1px solid #f88;
  border-radius: 5px;
}

.c-memo-activity .c-form-detail .ds-field-checkbox {
  margin-top: 5rem;
}

/* only for activity, not museum */
.c-memo-activity .ds-field-checkbox input {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
}

div.dataset.c-memo-activity div.ds-field-textarea div.ds-inner {
  border: 0px;
  padding: 0;
  min-width: 6em;
  overflow-x: initial;
  overflow-y: initial;
}

.c-memo-activity div.ds-dropdown-wrap {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.o-memo table.c-admin-publish td {
  border-width: 0 0 1px 0;
  padding: 0.25rem 0;
}

.o-memo table.c-export td {
  border: 1px solid #ddd;
  padding: 0.2rem 0.5rem;
  font-size: 14px;
}

.c-memo-activity input ~ i.icon {
  color: #ccc;
}

div.dataset.c-memo-activity select {
  font-family: inherit;
  font-weight: inherit;
  font-size: 1em;
  padding: 0.3em;
  border: 1px solid #ccc;
}

div.dataset.c-memo-activity select {
  display: block;
  font-size: 1em;
  line-height: 1.1;
  width: 100%;
  max-width: 300px;
  min-width: 6rem;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0px;
}

div.dataset.c-memo-activity select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

div.dataset.c-memo-activity select {
  background-color: #fff;
  background-repeat: no-repeat, repeat;
  background-position: right 0.4em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

div.dataset.c-memo-activity select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4=");
}

div.dataset.c-memo-activity select::-ms-expand {
  display: none;
}

div.dataset.c-memo-activity select:required:invalid {
  box-shadow: none;
}

div.dataset.c-memo-activity select:hover {
  border-color: #999;
}

div.dataset.c-memo-activity select:focus {
  border-color: #999;
  color: #222;
  outline: none;
}

div.leaflet-div-icon {
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 2em;
  background-color: #8D5A96;
  color: white;
}

div.leaflet-div-icon:before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid white;
}

div.leaflet-div-icon.leaflet-div-icon-museum {
  line-height: 40px;
  font-size: 1.5em;
  background-color: #F18A61;
  color: white;
}

/* change from years to years - here 2019 -> 2020
  2019: #33B9FF -> #cca763 (clair) ou #8f5345 (fonce)
*/
.t-site-2020 hr {
  background-image: url(/img/2020/page/pakomuze-separation2.png);
}

/* general text color */
.t-site-2020 body {
  color: #8f5345;
}

/* title color */
.t-site-2020 h3 {
  color: #cca763;
}

.t-site-2020 h4 {
  color: #cca763;
}

.t-site-2020 section li a, .t-site-2020 .c-rich li a {
  border-bottom: 1px solid #cca763;
  color: #cca763;
}

.t-site-2020 li.c-musee span {
  background: #cca763;
  color: white;
}

.t-site-2020 li.c-musee a:hover span {
  background-color: #8f5345;
}

/* menu & footer color */
.t-site-2020 nav a.is-active, .t-site-2020 nav a:hover, .t-site-2020 section a.c-border, .t-site-2020 .c-rich a.c-border {
  background: white;
  color: #8f5345;
}

.t-site-2020 nav a, .t-site-2020 section a.c-border, .t-site-2020 section a.c-border:hover, .t-site-2020 .c-rich a.c-border, .t-site-2020 .c-rich a.c-border:hover {
  border: 2px solid #8f5345;
  color: white;
  background: #8f5345;
}

.t-site-2020 footer {
  background: #8f5345;
}

/* pako form */
.t-site-2020 .c-pako-form input[readonly] {
  background: #8f5345;
  color: white;
  border: 2px solid #8f5345;
}

.t-site-2020 .c-pako-form input[readonly]:focus, .c-pako-form input[readonly]:hover {
  color: #8f5345;
  background: white;
}

.t-site-2020 .c-pako-form input[readonly]::placeholder {
  color: #cca763;
  opacity: 1;
}

.t-site-2020 .c-pako-form label {
  background: white;
  color: #8f5345;
  border: 2px solid #8f5345;
}

.t-site-2020 .c-pako-form .o-field-text label, .t-site-2020 .c-pako-form .o-field-textarea label, .t-site-2020 .c-pako-form .o-field-label label {
  background: #8f5345 !important;
  color: #fff !important;
  border: 2px solid #8f5345 !important;
}

.t-site-2020 .c-pako-form label:hover, .c-pako-form input:checked + label {
  color: white;
  background: #8f5345;
}

.t-site-2020 .c-pako-form .c-activity-item .c-text-blue {
  color: #cca763;
}

.t-site-2020 .c-pako-form-panel {
  background: white;
  border: 2px solid #8f5345;
}

.t-site-2020 .c-pako-form-panel:before {
  border-color: #8f5345;
  background: white;
}

.c-span-item:after {
  color: #cca763;
}

@media screen and (max-width: 750px) {
  .t-site-2020 .c-pako-form .o-grid-cell-6 + .o-grid-cell-6 {
    border-top: 2px solid #8f5345;
  }
}
.t-site-2020 .c-pako-form .ds-head {
  background: #cca763 !important;
}

.t-site-2020 .c-pako-form .ds-head:after {
  content: "Avril 2019";
}

/* change from years to years - here 2020 -> 2021
  #8f5345 -> #006cb7 (bleu) -  #cca763 -> #d6408b (rose)
*/
.t-site-2021 hr {
  background-image: url(/img/2021/page/pakomuze-separation2.png);
  background-size: contain;
  background-position: center;
}

/* general text color */
.t-site-2021 body {
  color: #006cb7;
}

/* title color */
.t-site-2021 h3 {
  color: #d6408b;
}

.t-site-2021 h4 {
  color: #d6408b;
}

.t-site-2021 section li a, .t-site-2021 .c-rich li a {
  border-bottom: 1px solid #d6408b;
  color: #d6408b;
}

.t-site-2021 li.c-musee span {
  background: #d6408b;
  color: white;
}

.t-site-2021 li.c-musee a:hover span {
  background-color: #006cb7;
}

/* menu & footer color */
.t-site-2021 nav a.is-active, .t-site-2021 nav a:hover, .t-site-2021 section a.c-border, .t-site-2021 .c-rich a.c-border {
  background: white;
  color: #006cb7;
}

.t-site-2021 nav a, .t-site-2021 section a.c-border, .t-site-2021 section a.c-border:hover, .t-site-2021 .c-rich a.c-border, .t-site-2021 .c-rich a.c-border:hover {
  border: 2px solid #006cb7;
  color: white;
  background: #006cb7;
}

.t-site-2021 footer {
  background: #006cb7;
}

/* pako form */
.t-site-2021 .c-pako-form input[readonly] {
  background: #006cb7;
  color: white;
  border: 2px solid #006cb7;
}

.t-site-2021 .c-pako-form input[readonly]:focus, .c-pako-form input[readonly]:hover {
  color: #006cb7;
  background: white;
}

.t-site-2021 .c-pako-form input[readonly]::placeholder {
  color: #d6408b;
  opacity: 1;
}

.t-site-2021 .c-pako-form label {
  background: white;
  color: #006cb7;
  border: 2px solid #006cb7;
}

.t-site-2021 .c-pako-form .o-field-text label, .t-site-2021 .c-pako-form .o-field-textarea label, .t-site-2021 .c-pako-form .o-field-label label {
  background: #006cb7 !important;
  color: #fff !important;
  border: 2px solid #006cb7 !important;
}

.t-site-2021 .c-pako-form label:hover, .c-pako-form input:checked + label {
  color: white;
  background: #006cb7;
}

.t-site-2021 .c-pako-form .c-activity-item .c-text-blue {
  color: #d6408b;
}

.t-site-2021 .c-pako-form-panel {
  background: white;
  border: 2px solid #006cb7;
}

.t-site-2021 .c-pako-form-panel:before {
  border-color: #006cb7;
  background: white;
}

.c-span-item:after {
  color: #d6408b;
}

@media screen and (max-width: 750px) {
  .t-site-2021 .c-pako-form .o-grid-cell-6 + .o-grid-cell-6 {
    border-top: 2px solid #006cb7;
  }
}
.t-site-2021 .c-pako-form .ds-head {
  background: #d6408b !important;
}

.t-site-2021 .c-pako-form .ds-head:after {
  content: "Avril 2019";
}

/* change from years to years - here 2021 -> 2022
  #006cb7 -> #815a94 (mauve) -  #d6408b -> #F18A61 (orange)#F18A61
*/
.t-site-2022 hr {
  height: 45px;
  margin: 1rem auto;
  background-image: url(/img/2022/page/pakomuze-separation1.png);
  background-size: contain;
  background-position: center;
}

/* general text color */
.t-site-2022 body {
  color: #8D5A96;
}

/* title color */
.t-site-2022 h3 {
  color: #F18A61;
}

.t-site-2022 h4 {
  color: #F18A61;
}

.t-site-2022 section li a, .t-site-2022 .c-rich li a {
  border-bottom: 1px solid #F18A61;
  color: #F18A61;
}

.t-site-2022 li.c-musee span {
  background: #F18A61;
  color: white;
}

.t-site-2022 li.c-musee a:hover span {
  background-color: #8D5A96;
}

/* menu & footer color */
.t-site-2022 nav a.is-active, .t-site-2022 nav a:hover, .t-site-2022 section a.c-border, .t-site-2022 .c-rich a.c-border, .t-site-2022 a.c-basket {
  background: white;
  color: #8D5A96;
}

.t-site-2022 nav a, .t-site-2022 section a.c-border, .t-site-2022 section a.c-border:hover, .t-site-2022 .c-rich a.c-border, .t-site-2022 .c-rich a.c-border:hover {
  border: 2px solid #8D5A96;
  color: white;
  background: #8D5A96;
}

.t-site-2022 a.c-basket {
  background: white;
  color: #8D5A96;
  border: 2px solid #8D5A96;
}

.t-site-2022 footer {
  background: #8D5A96;
}

/* pako form */
.t-site-2022 .c-pako-form input[readonly] {
  background: #8D5A96;
  color: white;
  border: 2px solid #8D5A96;
}

.t-site-2022 .c-pako-form input[readonly]:focus, .c-pako-form input[readonly]:hover {
  color: #8D5A96;
  background: white;
}

.t-site-2022 .c-pako-form input[readonly]::placeholder {
  color: #F18A61;
  opacity: 1;
}

.t-site-2022 .c-pako-form label {
  background: white;
  color: #8D5A96;
  border: 2px solid #8D5A96;
}

.t-site-2022 .c-pako-form .o-field-text label, .t-site-2022 .c-pako-form .o-field-textarea label, .t-site-2022 .c-pako-form .o-field-label label {
  background: #8D5A96 !important;
  color: #fff !important;
  border: 2px solid #8D5A96 !important;
}

.t-site-2022 .c-pako-form label:hover, .c-pako-form input:checked + label {
  color: white;
  background: #8D5A96;
}

.t-site-2022 .c-pako-form .c-activity-item .c-text-blue {
  color: #F18A61;
}

.t-site-2022 .c-pako-form-panel {
  background: white;
  border: 2px solid #8D5A96;
}

.t-site-2022 .c-pako-form-panel:before {
  border-color: #8D5A96;
  background: white;
}

.c-span-item:after {
  color: #F18A61;
}

@media screen and (max-width: 750px) {
  .t-site-2022 .c-pako-form .o-grid-cell-6 + .o-grid-cell-6 {
    border-top: 2px solid #8D5A96;
  }
}
.t-site-2022 .c-pako-form .ds-head {
  background: #F18A61 !important;
}

.t-site-2022 .c-pako-form .ds-head:after {
  content: "Avril 2019";
}

/* change from years to years - here 2022 -> 2023
  #8D5A96 (violet) -> #FD6D83 / #FD6D83(rose) -  #F18A61 (orange) ->  #62BD3E (vert)
*/
.t-site-2023 hr {
  height: 65px;
  margin: 1rem auto;
  background-image: url(/img/2023/page/pakomuze2023-separateur1-valenthier.png);
  background-size: contain;
  background-position: center;
}

.t-site-2023 hr.js-modulo-0 {
  transform: none;
  background-image: url(/img/2023/page/pakomuze2023-separateur2-valenthier.png);
}

/* general text color */
.t-site-2023 body {
  color: #FD6D83;
}

/* title color */
.t-site-2023 h3 {
  color: #62BD3E;
}

.t-site-2023 h4 {
  color: #62BD3E;
}

.t-site-2023 section li a, .t-site-2023 .c-rich li a {
  border-bottom: 1px solid #62BD3E;
  color: #62BD3E;
}

.t-site-2023 li.c-musee span {
  background: #62BD3E;
  color: white;
}

.t-site-2023 li.c-musee a:hover span {
  background-color: #FD6D83;
}

/* menu & footer color */
.t-site-2023 nav a.is-active, .t-site-2023 nav a:hover, .t-site-2023 section a.c-border, .t-site-2023 .c-rich a.c-border, .t-site-2023 a.c-basket {
  background: white;
  color: #FD6D83;
}

.t-site-2023 nav a, .t-site-2023 section a.c-border, .t-site-2023 section a.c-border:hover, .t-site-2023 .c-rich a.c-border, .t-site-2023 .c-rich a.c-border:hover {
  border: 2px solid #FD6D83;
  color: white;
  background: #FD6D83;
}

.t-site-2023 a.c-basket {
  background: white;
  color: #FD6D83;
  border: 2px solid #FD6D83;
}

.t-site-2023 footer {
  background: #FD6D83;
}

/* pako form */
.t-site-2023 .c-pako-form input[readonly] {
  background: #FD6D83;
  color: white;
  border: 2px solid #FD6D83;
}

.t-site-2023 .c-pako-form input[readonly]:focus, .c-pako-form input[readonly]:hover {
  color: #FD6D83;
  background: white;
}

.t-site-2023 .c-pako-form input[readonly]::placeholder {
  /*color:#62BD3E;*/
  color: white;
  opacity: 1;
}

.t-site-2023 .c-pako-form input[readonly]:hover::placeholder {
  color: #62BD3E;
}

.t-site-2023 .c-pako-form label {
  background: white;
  color: #FD6D83;
  border: 2px solid #FD6D83;
}

.t-site-2023 .c-pako-form .o-field-text label, .t-site-2023 .c-pako-form .o-field-textarea label, .t-site-2023 .c-pako-form .o-field-label label {
  background: #FD6D83 !important;
  color: #fff !important;
  border: 2px solid #FD6D83 !important;
}

.t-site-2023 .c-pako-form label:hover, .c-pako-form input:checked + label {
  color: white;
  background: #FD6D83;
}

.t-site-2023 .c-pako-form .c-activity-item .c-text-blue {
  color: #62BD3E;
}

.t-site-2023 .c-pako-form-panel {
  background: white;
  border: 2px solid #FD6D83;
}

.t-site-2023 .c-pako-form-panel:before {
  border-color: #FD6D83;
  background: white;
}

.c-span-item:after {
  color: #62BD3E;
}

@media screen and (max-width: 750px) {
  .t-site-2023 .c-pako-form .o-grid-cell-6 + .o-grid-cell-6 {
    border-top: 2px solid #FD6D83;
  }
}
.t-site-2023 .c-pako-form .ds-head {
  background: #62BD3E !important;
}

.t-site-2023 .c-pako-form .ds-head:after {
  content: "Avril 2019";
}

.t-site-2023 div.leaflet-div-icon {
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 2em;
  background-color: #FD6D83;
  color: white;
}

.t-site-2023 div.leaflet-div-icon.leaflet-div-icon-museum {
  line-height: 40px;
  font-size: 1.5em;
  background-color: #62BD3E;
  color: white;
}

/* change from years to years - here 2023 -> 2024 with scss variables */
/*$color1:#0087FF;
$color2:#40F1A3;*/
.t-site-scss hr {
  height: 65px;
  margin: 1rem auto;
  background-image: url(/img/2025/page/pakomuze-separateur2-valenthier.png);
  background-size: contain;
  background-position: center;
}

.t-site-scss hr.js-modulo-0 {
  transform: none;
  background-image: url(/img/2025/page/pakomuze-separateur1-valenthier.png);
}

/* general text color */
.t-site-scss body {
  color: #0037a5;
}

/* title color */
.t-site-scss h3 {
  color: #fec830;
}

.t-site-scss h4 {
  color: #fec830;
}

.t-site-scss section li a, .t-site-scss .c-rich li a {
  border-bottom: 1px solid #fec830;
  color: #fec830;
}

.t-site-scss li.c-musee span {
  background: #fec830;
  color: white;
}

.t-site-scss li.c-musee a:hover span {
  background-color: #0037a5;
}

/* menu & footer color */
.t-site-scss nav a.is-active, .t-site-scss nav a:hover, .t-site-scss section a.c-border, .t-site-scss .c-rich a.c-border, .t-site-scss a.c-basket {
  background: white;
  color: #0037a5;
}

.t-site-scss nav a, .t-site-scss section a.c-border, .t-site-scss section a.c-border:hover, .t-site-scss .c-rich a.c-border, .t-site-scss .c-rich a.c-border:hover {
  border: 2px solid #0037a5;
  color: white;
  background: #0037a5;
}

.t-site-scss a.c-basket {
  background: white;
  color: #0037a5;
  border: 2px solid #0037a5;
}

.t-site-scss footer {
  background: #0037a5;
}

.t-site-scss .c-badge-guest {
  background: #0037a5;
  color: white;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* pako form */
.t-site-scss .c-pako-form input[readonly] {
  background: #0037a5;
  color: white;
  border: 2px solid #0037a5;
}

.t-site-scss .c-pako-form input[readonly]:focus, .c-pako-form input[readonly]:hover {
  color: #0037a5;
  background: white;
}

.t-site-scss .c-pako-form input[readonly]::placeholder {
  /*color:$color2;*/
  color: white;
  opacity: 1;
}

.t-site-scss .c-pako-form input[readonly]:hover::placeholder {
  color: #fec830;
}

.t-site-scss .c-pako-form label {
  background: white;
  color: #0037a5;
  border: 2px solid #0037a5;
}

.t-site-scss .c-pako-form .o-field-text label, .t-site-scss .c-pako-form .o-field-textarea label, .t-site-scss .c-pako-form .o-field-label label {
  background: #0037a5 !important;
  color: #fff !important;
  border: 2px solid #0037a5 !important;
}

.t-site-scss .c-pako-form label:hover, .c-pako-form input:checked + label {
  color: white;
  background: #0037a5;
}

.t-site-scss .c-pako-form .c-activity-item .c-text-blue {
  color: #fec830;
}

.t-site-scss .c-pako-form-panel {
  background: white;
  border: 2px solid #0037a5;
}

.t-site-scss .c-pako-form-panel:before {
  border-color: #0037a5;
  background: white;
}

.t-site input[name=keyword] {
  border: 2px solid #0037a5;
}

.c-span-item:after {
  color: #fec830;
}

@media screen and (max-width: 750px) {
  .t-site-scss .c-pako-form .o-grid-cell-6 + .o-grid-cell-6 {
    border-top: 2px solid #0037a5;
  }
}
.t-site-scss .c-pako-form .ds-head {
  background: #fec830 !important;
}

.t-site-scss .c-pako-form .ds-head:after {
  content: "Avril 2019";
}

.t-site-scss div.leaflet-div-icon {
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 2em;
  background-color: #0037a5;
  color: white;
}

.t-site-scss div.leaflet-div-icon.leaflet-div-icon-museum {
  line-height: 40px;
  font-size: 1.5em;
  background-color: #fec830;
  color: white;
}

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