@font-face {
  font-family: "Luciole";
  src: url("/assets/typo/Luciole/Luciole-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Luciole Bold";
  src: url("/assets/typo/Luciole/Luciole-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Luciole-Italic";
  src: url("/assets/typo/Luciole/Luciole-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Luciole-Bold-Italic";
  src: url("/assets/typo/Luciole/Luciole-Bold-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/typo/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/assets/typo/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("/assets/typo/Roboto/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold-Italic";
  src: url("/assets/typo/Roboto/Roboto-Bold-Italic.ttf") format("truetype");
}
a, a:link, a:visited {
  text-decoration: inherit;
}

#agenda h2, #valo_quartier_agenda h2, #sommaire_agenda h2, #date_liste h2 {
  margin-top: 30px;
}
#agenda h3, #valo_quartier_agenda h3, #sommaire_agenda h3, #date_liste h3 {
  background: none;
  padding-left: 0;
}
#agenda .titre_agenda_valo, #valo_quartier_agenda .titre_agenda_valo, #sommaire_agenda .titre_agenda_valo, #date_liste .titre_agenda_valo {
  transition: all 0.15s ease;
  color: black;
  font-weight: bold;
}
#agenda .titre_agenda_valo:hover, #valo_quartier_agenda .titre_agenda_valo:hover, #sommaire_agenda .titre_agenda_valo:hover, #date_liste .titre_agenda_valo:hover {
  text-decoration: underline;
}

#agenda #corps_article, #valo_quartier_agenda #corps_article, #sommaire_agenda #corps_article {
  padding-top: 0;
  padding-bottom: 0;
}

#valo_quartier_agenda h2, #sommaire_agenda h2 {
  margin: 0;
}
#valo_quartier_agenda h3, #sommaire_agenda h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: black;
  font-size: 0.9em;
}
#valo_quartier_agenda img, #sommaire_agenda img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#valo_quartier_agenda .image_16_9 img, #sommaire_agenda .image_16_9 img {
  aspect-ratio: 16/9;
}
#valo_quartier_agenda .dateInfoIcon, #sommaire_agenda .dateInfoIcon {
  color: black;
}
#valo_quartier_agenda .dateInfoIcon p, #sommaire_agenda .dateInfoIcon p {
  align-items: flex-start;
}
#valo_quartier_agenda .dateInfoIcon__access, #sommaire_agenda .dateInfoIcon__access {
  display: none;
}

#sommaire_agenda h2 {
  margin-bottom: 20px;
}
#sommaire_agenda .colonnes_agenda--bigContent h3 {
  font-size: 1.2em;
}
#sommaire_agenda .colonnes_agenda--bigContent p {
  font-size: 1em;
}
#sommaire_agenda .colonnes_agenda--bigContent p .dateInfoIcon {
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
}
#sommaire_agenda .colonnes_agenda--bigContent p .dateInfoIcon p {
  margin-bottom: 10px;
}

#valo_quartier_agenda .dateInfoIcon__place {
  display: none;
}

#date_liste.agenda main {
  width: 100%;
  padding-top: 0;
}
#date_liste .sort {
  margin-top: 0;
}

.accessCard {
  margin: 20px 0;
  padding: 10px;
  border: 2px solid hsl(0, 0%, 59%);
  background-color: hsl(0, 0%, 86%);
  border-radius: 0.25rem;
}
.accessCard h3 {
  display: inline;
  font-size: 1rem;
  line-height: 1.4;
}
.accessCard p {
  display: inline;
}
.accessCard a, .accessCard__contact {
  font-family: "Arial", "sans-serif";
  display: inline-block;
}
.accessCard a {
  transition: all 0.15s ease;
  text-decoration: none;
  color: inherit;
}
.accessCard a:hover {
  text-decoration: underline;
  color: #191c88;
}

.accessibilityList {
  /*display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;*/
}
.accessibilityList-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 15px;
  font-size: small;
}
.accessibilityList-item__image {
  height: 36px;
}

/* custom/abstract component */
.abstractCard {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px 0;
  text-decoration: none;
  color: black;
  box-shadow: 0 3px 1rem 0 rgba(94, 94, 94, 0.1);
  -webkit-box-shadow: 0 3px 1rem 0 rgba(94, 94, 94, 0.1);
  -moz-box-shadow: 0 3px 1rem 0 rgba(94, 94, 94, 0.1);
  border-radius: 5px;
  background-color: white;
}
.abstractCard--noPointer {
  cursor: auto;
}
.abstractCard-image {
  width: calc(30% - 50px);
  height: auto;
  aspect-ratio: 1/1;
  max-width: 180px;
  max-height: 180px;
  margin: 25px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.abstractCard-content {
  width: calc(70% - 25px);
  margin: 25px 25px 25px 0;
}
.abstractCard-content__labelling {
  font-family: "Arial", "sans-serif";
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #191c88;
  margin: 0;
}
.abstractCard-content__title {
  margin: 12px 0;
}
.abstractCard-content__info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #191c88;
  white-space: nowrap;
}

.abstractImageContainer {
  position: relative;
  overflow: hidden;
}
.abstractImageContainer img {
  width: 100%;
}
.abstractImageContainer p {
  margin: 0;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
}

/* abstract/input component */
.customButton {
  --color: white;
  --bgColor: #191c88;
  text-decoration: none;
  display: inline-block;
  transition: all 0.15s ease;
  font-family: "Arial", "sans-serif";
  font-size: 1rem;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--bgColor);
  color: var(--color) !important;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 12px 0;
  cursor: pointer;
}
.customButton:hover, .customButton:focus {
  border: 1px solid var(--bgColor);
  background-color: var(--color);
  color: var(--bgColor) !important;
}
.customButton--disabled {
  --bgColor: gray;
  --color: black;
  cursor: unset;
  opacity: 0.8;
}
.customButton--disabled:hover {
  border: 1px solid transparent;
  background-color: var(--bgColor);
  color: var(--color) !important;
}
.customButton--danger {
  --bgColor: red;
}
.customButton--thin {
  font-size: 0.75rem;
}
.customButton--outline {
  border: 1px solid var(--bgColor);
  background-color: var(--color);
  color: var(--bgColor) !important;
}
.customButton--outline:hover {
  background-color: var(--bgColor);
  color: var(--color) !important;
}

.closeButton {
  width: 40px;
  height: 40px;
  border: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.closeButton::before {
  transition: all 0.15s ease;
  content: "";
  -webkit-mask: url(../icons/black/close.svg) no-repeat 50% 50%;
  mask: url(../icons/black/close.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  visibility: visible;
  cursor: pointer;
  background-color: black;
}
.closeButton:hover::before {
  background-color: #BB0D4F;
}

/* abstract/input component */
.label-before {
  line-height: 20px;
  font-size: 12px;
  top: -10px;
  padding: 0;
  left: 0;
}

.customInput {
  position: relative;
  margin: 5px 0 10px 0;
  width: 100% !important;
}
.customInput__label {
  font-size: 14px;
  color: #777;
}
.customInput__input {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #222;
  border: none;
  border: 1px solid grey !important;
  background-color: unset;
  padding-bottom: 5px;
  height: 24px;
}
.customInput__input:focus {
  outline: 0;
  border-color: #191c88;
}
.customInput__input--invalid {
  border-color: #9B0000 !important;
}
.customInput__invalidMessage {
  color: #9B0000;
}

select.customInput__input {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
select.customInput__input + label::after {
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: black transparent transparent transparent;
}
select.customInput__input:focus + label::after {
  transform: rotate(180deg);
  border-color: #191c88 transparent transparent transparent;
}
select.customInput__input--invalid + label::after, select.customInput__input--invalid:focus + label::after {
  border-color: #9B0000 transparent transparent transparent;
}

.mandatoryLabel::after {
  content: " *";
  color: #9B0000;
}

.popUp {
  transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 10000000000000000;
}
.popUp--show {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.popUp-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 60%;
  max-height: 80vh;
  margin: 10vh 20%;
  padding: 20px 5%;
  background-color: white;
  border: 1px solid grey;
  border-radius: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 600px) {
  .popUp-content {
    width: 100%;
    margin: 0;
    bottom: 0;
    top: unset;
    border-radius: 32px 0 0;
  }
}
.popUp-content__close {
  position: fixed;
  top: calc(10vh + 10px);
  right: calc(20% + 10px);
}
@media only screen and (max-width: 600px) {
  .popUp-content__close {
    top: unset;
    bottom: 75vh;
    right: 20px;
  }
}

.btnValidPopIn {
  background: #BB0D4F;
  color: white;
  cursor: pointer;
  width: 50%;
  margin-top: 2em;
  margin-bottom: 1em;
  border-radius: 25em;
  border: 0px;
  padding: 0.4em 0px;
}

.addToCalendarList {
  transition: all 0.15s ease;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  border: 1px solid black;
  border-radius: 10px;
}
.addToCalendarList li {
  display: flex;
  border-bottom: 1px solid grey;
}
.addToCalendarList li a {
  transition: all 0.15s ease;
  width: 100%;
  padding: 10px 5px;
  font-family: "Arial", "sans-serif";
  color: black;
  text-decoration: none;
}
.addToCalendarList li a:hover {
  color: #191c88;
}
.addToCalendarList li:last-of-type {
  border-bottom: none;
}
.addToCalendarList--show {
  opacity: 1;
  visibility: visible;
}

.addToCalendar {
  transition: all 0.15s ease;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #191c88;
  fill: #191c88;
  color: black;
  border-radius: 500px;
  display: block;
}
.addToCalendar__icon {
  padding: 6px;
}
.addToCalendar__linkList {
  position: absolute;
  left: -60px;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  width: 150px;
}
@media only screen and (max-width: 600px) {
  .addToCalendar__linkList {
    left: -115px;
  }
}
.addToCalendar__linkList--show {
  opacity: 1;
  visibility: visible;
}
.addToCalendar:hover {
  background-color: #191c88;
  fill: white;
}
.addToCalendar--active {
  background-color: #191c88;
  fill: white;
}

/* dates/card component */
.dc {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px 0;
  text-decoration: none;
  color: black;
  box-shadow: 0 3px 1rem 0 rgba(94, 94, 94, 0.1);
  -webkit-box-shadow: 0 3px 1rem 0 rgba(94, 94, 94, 0.1);
  -moz-box-shadow: 0 3px 1rem 0 rgba(94, 94, 94, 0.1);
  border-radius: 5px;
  background-color: white;
}
@media only screen and (max-width: 600px) {
  .dc {
    align-items: center;
  }
}
.dc-image {
  width: calc(30% - 50px);
  height: auto;
  aspect-ratio: 1/1;
  max-width: 180px;
  max-height: 180px;
  margin: 25px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .dc-image {
    width: calc(40% - 50px);
    max-width: unset;
    max-height: unset;
  }
}
.dc-content {
  width: calc(70% - 25px);
  margin: 25px 25px 25px 0;
}
@media only screen and (max-width: 600px) {
  .dc-content {
    width: calc(60% - 25px);
  }
}
.dc-content--full {
  width: 100%;
  margin: 25px;
}
.dc-content__labelling {
  font-family: "Arial", "sans-serif";
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #191c88;
  margin: 0;
}
.dc-content__title {
  margin: 12px 0;
}
.dc-content__actions .customButton {
  margin-top: 10px;
  margin-bottom: 0;
}
.dc-content__actions .customButton:first-of-type {
  margin-left: 0;
}
.dc-content__body {
  margin: 16px 0;
}
@media only screen and (max-width: 600px) {
  .dc-content__body {
    display: none;
  }
}

.dateInfoIcon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #191c88;
  white-space: nowrap;
}
.dateInfoIcon p {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2px 20px 2px 30px;
  color: inherit;
  max-width: calc(100% - 50px);
  white-space: initial;
}
.dateInfoIcon p span {
  position: absolute;
  left: -30px;
}
.dateInfoIcon .dateCancel {
  text-decoration: line-through;
}

/* animations/sort component */
.sort {
  margin: 40px 0 5px 0;
}
.sort__label {
  font-family: "Arial", "sans-serif";
  color: #32325d;
}
.sort__option {
  transition: all 0.15s ease;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  color: #32325d;
}
.sort__option--active {
  color: #191c88;
  margin-right: 20px;
}
.sort__option--arrowDown::after {
  z-index: 3;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #191c88;
  clear: both;
}
.sort__option--arrowUp::after {
  z-index: 3;
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 5px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #191c88;
  clear: both;
}

.hostCard {
  background-color: unset;
  box-shadow: unset;
  margin: 0;
}
.hostCard .abstractCard-content {
  margin: 12px 0;
}

.hostList {
  background-color: #9FA28D;
  color: white;
}
.hostList h3 {
  margin: 10px 0;
}
.hostList h3:first-child {
  padding-left: 25px;
}

.form-content {
  box-sizing: border-box;
  margin: 10px;
}
.form-content__fieldset {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: none;
  margin: 15px 0;
}
.form-content__fieldset:first-of-type {
  margin-top: 30px;
}
.form-content__fieldset legend {
  font-family: "Roboto-Bold", "Arial", "sans-serif";
  font-size: 1.05rem;
}
.form-content__buttons {
  width: 100%;
  text-align: right;
}
.form-content__close {
  position: fixed;
  top: calc(10vh + 10px);
  right: calc(10% + 10px);
}

.partnerCard {
  display: flex;
  width: 21%;
  margin: 10px 2%;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  color: black;
}
@media only screen and (max-width: 960px) {
  .partnerCard {
    width: 46%;
  }
}
.partnerCard__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partnerListContainer .partnerList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.placeInsert {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
}
@media only screen and (max-width: 600px) {
  .placeInsert {
    flex-direction: column;
  }
}
.placeInsert > div {
  max-width: calc(60% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  .placeInsert > div {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}
.placeInsert > div:first-of-type {
  margin-left: 0;
}
.placeInsert__image {
  margin-right: 10px;
  float: left;
  max-width: 40%;
}
.placeInsert__google {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.placeInsert__google a {
  text-decoration: underline;
}

.programList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
}
.programList li {
  padding: 4px 0;
  margin-right: 10px;
}

.searchBar .dateInput {
  z-index: 1000;
}
.searchBar .popIn .customDatePicker {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .searchBar .popIn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .searchBar .popIn button {
    margin-left: 0;
    margin-right: 0;
  }
}
.searchBar .popIn .btnValidPopIn {
  margin-top: 0px;
}

.placeInput {
  z-index: 1000;
}
.placeInput .popIn {
  overflow-x: hidden !important;
  width: 60em;
  padding: 0;
  left: -15em;
}
@media only screen and (max-width: 960px) {
  .placeInput .popIn {
    width: 40em;
    left: -10em;
  }
}
@media only screen and (max-width: 600px) {
  .placeInput .popIn {
    color: black;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: row;
  }
}
.placeInput .popIn div {
  width: 100%;
  display: flex;
  justify-content: end;
}
.placeInput .popIn div .closeButton {
  position: unset;
  margin: 10px;
}
.placeInput .popIn ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 2em;
}
@media only screen and (max-width: 960px) {
  .placeInput .popIn ul {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: unset;
  }
}
@media only screen and (max-width: 600px) {
  .placeInput .popIn ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.placeInput .popIn ul .liSecondary {
  background-color: rgba(128, 128, 128, 0.368627451);
}
.placeInput .popIn__item {
  font-family: "Arial", "sans-serif";
  transition: all 0.15s ease;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.placeInput .popIn__item:hover {
  background-color: #191c88;
  color: white;
}
.placeInput .popIn__item--selected {
  background-color: #191c88;
  color: white;
}
.placeInput .popIn__item--red {
  color: #9B0000;
}
.placeInput .popIn__item--red:hover {
  background-color: unset;
  color: #9B0000;
}
.placeInput .popIn__item input[type=checkbox] {
  width: 10px;
  height: 10px;
  margin-right: 1em;
}
.placeInput .popIn .btnValidPopIn {
  width: 25%;
  margin-top: 1em;
}

.publicInput {
  z-index: 1000;
}
.publicInput .popIn {
  overflow: hidden !important;
  color: black;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 270px;
}
.publicInput .popIn ul {
  width: 100%;
}
.publicInput .popIn div {
  width: 100%;
  display: flex;
  justify-content: end;
}
.publicInput .popIn div .closeButton {
  position: unset;
  margin: 10px;
}
.publicInput .popIn__item {
  font-family: "Arial", "sans-serif";
  transition: all 0.15s ease;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 20px;
}
.publicInput .popIn__item:hover {
  background-color: #191c88;
  color: white;
}
.publicInput .popIn__item--selected {
  background-color: #191c88;
  color: white;
}
.publicInput .popIn__item:last-of-type {
  border-bottom: none;
}
.publicInput .popIn__item--ageInput {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 1em;
}
.publicInput .popIn__item--ageInput:hover {
  background-color: unset;
  color: unset;
}
.publicInput .popIn__item--ageInput label {
  width: 50%;
}
.publicInput .popIn__item--ageInput input {
  width: 50%;
  border-bottom: 1px solid;
}
.publicInput .popIn__item--red {
  color: #9B0000;
}
.publicInput .popIn__item--red:hover {
  background-color: unset;
  color: #9B0000;
}
.publicInput .popIn__item input[type=radio] {
  width: 10px;
  height: 10px;
}

/* searchBar component */
.fullSearchBar {
  z-index: 10;
}

.searchBar {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  height: 70px;
  margin: 10px 0;
  background-color: white;
  box-shadow: 0 0 5px #c7c7c7;
  border-radius: 100vw;
}
@media only screen and (max-width: 600px) {
  .searchBar {
    position: unset;
    height: unset;
    background: unset;
    border: unset;
    flex-direction: column;
    box-shadow: unset;
  }
}
.searchBar-inputContainer, .searchBar-inputContainerSubmit {
  width: 25%;
  box-sizing: border-box;
  height: 70px;
  border-radius: inherit;
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .searchBar-inputContainer, .searchBar-inputContainerSubmit {
    width: 60%;
    min-width: 250px;
    color: white;
    background-color: #BB0D4F;
    box-shadow: 0 0 5px #BB0D4F;
    margin-bottom: 10px;
  }
  .searchBar-inputContainer .icon, .searchBar-inputContainerSubmit .icon {
    filter: invert(100%);
  }
}
.searchBar-inputContainer h3, .searchBar-inputContainerSubmit h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  font-family: "Roboto-Bold", "Arial", "sans-serif";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .searchBar-inputContainer h3, .searchBar-inputContainerSubmit h3 {
    color: white;
  }
}
.searchBar-inputContainer h3 span, .searchBar-inputContainerSubmit h3 span {
  padding: 0 10px;
}
.searchBar-inputContainer h3 span.icon, .searchBar-inputContainerSubmit h3 span.icon {
  padding: unset;
  width: 24px;
}
.searchBar-inputContainer h3.remove, .searchBar-inputContainerSubmit h3.remove {
  font-family: "Arial", "sans-serif";
  font-size: 14px;
  line-height: 18px;
  color: #717171;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.searchBar-inputContainer input, .searchBar-inputContainerSubmit input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: unset;
  font-size: 0.875rem;
}
.searchBar-inputContainer::before, .searchBar-inputContainerSubmit::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 55%;
  background: hsl(0, 0%, 90%);
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .searchBar-inputContainer::before, .searchBar-inputContainerSubmit::before {
    display: none;
  }
}
.searchBar-inputContainer:first-of-type::before, .searchBar-inputContainerSubmit:first-of-type::before {
  display: none;
}
.searchBar-inputContainer:last-of-type, .searchBar-inputContainerSubmit:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.searchBar-inputContainer:last-of-type p, .searchBar-inputContainerSubmit:last-of-type p {
  margin: 0;
}
.searchBar-inputContainer:hover, .searchBar-inputContainerSubmit:hover {
  background: hsl(0, 0%, 94%);
}
.searchBar-inputContainer:hover::before, .searchBar-inputContainer:hover + .searchBar-inputContainer::before, .searchBar-inputContainerSubmit:hover::before, .searchBar-inputContainerSubmit:hover + .searchBar-inputContainer::before {
  background: transparent;
}
@media only screen and (max-width: 600px) {
  .searchBar-inputContainer:hover, .searchBar-inputContainerSubmit:hover {
    background: rgba(187, 13, 79, 0.7);
  }
}
.searchBar-inputContainer--selected::before, .searchBar-inputContainer--selected + .searchBar-inputContainer::before, .searchBar-inputContainerSubmit--selected::before, .searchBar-inputContainerSubmit--selected + .searchBar-inputContainer::before {
  background: transparent;
}
.searchBar-inputContainer .closeButton, .searchBar-inputContainerSubmit .closeButton {
  position: absolute;
  bottom: 10px;
  width: 25px;
  height: 25px;
  right: 10px;
}
.searchBar-inputContainerSubmit {
  padding-right: 0px;
}
.searchBar-inputContainerAdvancedSearch {
  margin-bottom: 0em;
  display: flex;
  justify-content: end;
}
.searchBar-searchButton {
  cursor: pointer;
  transform: translateX(-9px);
  background: #BB0D4F;
  color: white;
  font-size: 0.8rem;
  padding: 12px;
  border-radius: 500px;
  display: flex;
  overflow: hidden;
  height: 24px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  margin-left: 4em !important;
  box-sizing: content-box;
}
@media only screen and (max-width: 600px) {
  .searchBar-searchButton {
    width: 80%;
    margin: 0 auto;
  }
}
.searchBar-searchButton input {
  background-color: unset;
  border: none;
  color: white;
  font-family: "Arial", "sans-serif";
  font-size: 1rem;
  line-height: 16px;
  padding: 0;
  cursor: inherit;
  width: -moz-max-content;
  width: max-content;
}
.searchBar-searchButton span.icon {
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.searchBar-searchButton h3 {
  padding: 0;
}
.searchBar .popIn {
  top: calc(100% + 5px);
  overflow: auto;
}
@media only screen and (max-width: 600px) {
  .searchBar .popIn {
    top: unset;
    position: fixed !important;
  }
}
.searchBar .inputGroup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.searchBar .inputGroup label {
  white-space: nowrap;
  padding-right: 5px;
  font-size: 0.875rem;
  color: #000000;
}
@media only screen and (max-width: 600px) {
  .searchBar .inputGroup label {
    color: white;
  }
}

.advancedResearch {
  cursor: pointer;
  margin-right: 2em;
}
.advancedResearch h3 {
  margin: 0 !important;
  text-decoration: underline;
  font-size: small;
  display: flex;
  justify-content: end;
}
.advancedResearch .popIn {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.advancedResearch .popIn div {
  width: 45%;
}
.advancedResearch .popIn .closePopIn {
  width: 100%;
  display: flex;
  justify-content: end;
}
.advancedResearch .popIn .closePopIn .closeButton {
  width: 30px;
  height: 30px;
  position: unset;
  margin: 10px;
}
.advancedResearch .popIn .customInput label, .advancedResearch .popIn .customInput input {
  font-size: small;
}
.advancedResearch .popIn .accessibility {
  border-right: 1px solid gray;
}
.advancedResearch .popIn .btnValidPopIn {
  margin: 0;
  margin-top: 1em;
}
.advancedResearch .popIn--show {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* type/list component */
ul.tagList {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 10px 0;
  flex-wrap: wrap;
  flex-direction: row;
}
ul.tagList li {
  margin: 5px;
}
ul.tagList li:first-of-type {
  margin-left: 0;
}
ul.tagList li a {
  text-decoration: none;
  transition: all 0.15s ease;
  color: black;
  background-color: hsl(0, 0%, 95%);
  border: 2px solid hsl(0, 0%, 90%);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
}
ul.tagList li a:hover {
  cursor: pointer;
  background-color: hsl(0, 0%, 85%);
  border: 2px solid hsl(0, 0%, 80%);
  color: #191c88;
}

/* type/list component */
.typeList {
  margin-bottom: 5em;
}
.typeList h3 {
  margin: 10px 20px;
  display: flex;
}
.typeList ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 15px;
  padding: 0;
  list-style: none;
}
.typeList__item {
  display: flex;
  width: calc(25% - 10px);
  margin: 5px;
}
@media only screen and (max-width: 600px) {
  .typeList__item {
    margin: 2px 0;
    width: calc(50% - 4px);
    min-height: 6vh;
  }
}
.typeList__button {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
}

.activeFilter {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.activeFilter__liFlex {
  display: flex;
}
.activeFilter__item {
  min-height: 20px;
  position: relative;
  transition: all 0.15s ease;
  border-radius: 500px;
  background-color: rgba(25, 28, 136, 0.9);
  color: white;
  cursor: pointer;
  width: auto;
  padding: 5px 35px 5px 15px;
  margin: 5px 10px;
}
.activeFilter__item span {
  text-transform: capitalize;
}
.activeFilter__item svg {
  transition: all 0.15s ease;
  position: absolute;
  right: 0;
  padding: 5px;
  top: 0;
  max-width: 25px;
  height: -webkit-fill-available;
  fill: white;
  border-radius: 500px;
}
.activeFilter__item:first-child {
  margin-left: 0;
}
.activeFilter__item:hover svg {
  background-color: #191c88;
}

.loaderContainer {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
}

.loader {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #191c88;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* documents/pagination component */
.pagination {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.wrapper {
  width: 100px;
  margin: 4em auto;
}

.checkmark {
  stroke: green;
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
  animation: dash 2s ease-out forwards infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.valorisationCard {
  box-sizing: border-box;
  width: 31.3333333333%;
  margin: 10px 1%;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
  color: black;
}
.valorisationCard__title {
  display: none;
  font-family: "Roboto-Bold", "Arial", "sans-serif";
  font-size: 26px;
  line-height: 36px;
  margin: 25px 0 0 0;
  padding: 10px;
}
.valorisationCard__image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.valorisationCard__badge {
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  padding: 10px 25px;
  background-color: #BB0D4F;
  color: white;
  left: 10px;
  top: 200px;
  transform: translateY(-50%);
}
.valorisationCard__body {
  margin: 25px 0 0 0;
  padding: 10px;
}
.valorisationCard--medium .valorisationCard__image {
  height: 300px;
}
.valorisationCard--medium .valorisationCard__badge {
  top: 300px;
}
.valorisationCard--medium .valorisationCard__title {
  display: inline-block;
}
.valorisationCard--medium .valorisationCard__body {
  display: none;
}
.valorisationCard--large {
  width: 64.6666666667%;
  margin: 10px 1% 40px;
  height: 395px;
}
.valorisationCard--large .valorisationCard__title {
  color: white;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 275px;
}
.valorisationCard--large .valorisationCard__badge {
  top: 375px;
}
.valorisationCard--large .valorisationCard__image {
  height: 375px;
}
.valorisationCard--large .valorisationCard__body {
  display: none;
}

.share {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  justify-content: space-between;
  margin: 12px 0;
}
.share__buttonCopy {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
}
.share__buttonCopyUrl {
  padding: 5px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 0.25em;
}
.share .colorButtonCopyUrl {
  background-color: #42bb3a;
}
.share .colorTweeter {
  background-color: #28aae1;
}
.share .colorFacebook {
  background-color: #3b5b94;
}
.share .colorLinkedin {
  background-color: #2d67a7;
}
.share #urlCopied {
  width: -moz-max-content;
  width: max-content;
  margin: 0px;
  background-color: #2dce89;
  color: white;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
}
.share .urlCopiedAnimation {
  animation-duration: 2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    top: 2%;
  }
  to {
    top: 10%;
  }
}
.ap-heading__organisation {
  color: #191c88;
  text-transform: uppercase;
}
.ap-heading__title:first-letter {
  text-transform: uppercase;
}
.ap-heading__subTitle {
  font-family: "Arial", "sans-serif";
  font-size: 1.2rem;
}
.ap-animationMainContent {
  overflow: auto;
}
.ap-animationMainContent__image {
  max-width: 40%;
  float: left;
  margin-right: 5%;
}
.ap-animationMainContent__longDescription iframe {
  margin: 20px 0;
  width: 100%;
}

.datePage__btnBlock {
  display: flex;
  justify-content: space-between;
}

.dp-heading__organisation {
  color: black;
  text-transform: uppercase;
}
.dp-heading__organisation--primary {
  color: #191c88;
}
.dp-heading__organisation a {
  transition: all 0.15s ease;
  color: inherit;
  text-decoration: underline;
}
.dp-heading__organisation a:hover {
  text-decoration: none;
}
.dp-heading__title a {
  transition: all 0.15s ease;
  color: black;
  text-decoration: underline;
}
.dp-heading__title a:hover {
  text-decoration: none;
}
.dp-heading__title:first-letter {
  text-transform: uppercase;
}
.dp-heading__subTitle {
  font-family: "Arial", "sans-serif";
  font-size: 1.2rem;
}
.dp-animationMainContent {
  overflow: auto;
}
.dp-animationMainContent__shortDescription {
  font-family: "Arial", "sans-serif";
  font-weight: bold;
  font-size: 1.05rem;
}
.dp-animationMainContent__image {
  max-width: 40%;
  float: left;
  margin-right: 5%;
}
.dp-animationMainContent__longDescription a {
  transition: all 0.15s ease;
  font-weight: bold;
  text-decoration: underline !important;
}
.dp-animationMainContent__longDescription a:hover {
  color: #191c88;
}
.dp-animationMainContent__longDescription iframe {
  margin: 20px 0;
  width: 100%;
}

.homePage {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: #F4A201;
}
@media only screen and (max-width: 600px) {
  .homePage {
    background-image: url("../images/background-mobile.jpg");
    background-size: cover;
  }
}
.homePage__hero {
  padding: 30px;
  position: relative;
}
.homePage__hero h2 {
  font-size: 24px;
  color: black;
  line-height: 30px;
  margin: 0;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .homePage__hero h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .homePage__hero {
    min-height: calc(100vh - 180px);
    padding: 5px;
  }
}
@media only screen and (max-width: 960px) {
  .homePage__hero {
    min-height: calc(100vh - 260px);
  }
}
.homePage__heroLinkToArchive {
  text-decoration: underline;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
  color: white !important;
  background-color: black;
  padding: 0.5em;
  border-radius: 0.5em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.homePage__heroLinkToArchive:link, .homePage__heroLinkToArchive:visited {
  text-decoration: underline;
}
.homePage__heroLinkToArchiveArrow-right {
  margin-left: 0.5em;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
}
@media only screen and (max-width: 600px) {
  .homePage__heroLinkToArchive {
    position: unset;
    transform: unset;
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
  }
}
.homePage__heroLink {
  width: 100%;
  display: flex;
  justify-content: center;
}
.homePage__valorisation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pp-programMainContent {
  overflow: auto;
}
.pp-programMainContent a {
  transition: all 0.15s ease;
  font-weight: bold;
  text-decoration: underline !important;
}
.pp-programMainContent a:hover {
  color: #191c88;
}
.pp-programMainContent__image {
  max-width: 40%;
  float: left;
  width: 45%;
  margin-right: 5%;
}
.pp-programMainContent__shortDescription {
  font-weight: bold;
}

.searchResultPage__resultList {
  position: relative;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

[class^=icon-], [class*=" icon-"] {
  margin: 0 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
}

svg {
  box-sizing: content-box;
}

.icon-search {
  background-image: url("../icons/search.svg");
}

.icon-calendar {
  background-image: url("../icons/black/calendar.svg");
}

.icon-clock {
  background-image: url("../icons/black/clock.svg");
}

.icon-pin {
  background-image: url("../icons/black/pin.svg");
}

.icon-people {
  background-image: url("../icons/black/people.svg");
}

.icon-calendar-primary {
  background-image: url("../icons/primary/calendar.svg");
}

.icon-clock-primary {
  background-image: url("../icons/primary/clock.svg");
}

.icon-pin-primary {
  background-image: url("../icons/primary/pin.svg");
}

.icon-people-primary {
  background-image: url("../icons/primary/people.svg");
}

.icon-people-secondary {
  background-image: url("../icons/secondary/people.svg");
}

.icon-people-warning {
  background-image: url("../icons/warning/people.svg");
}

.icon-link {
  background-image: url("../icons/link/link.svg");
}

.icon-facebook {
  background-image: url("../icons/social_network/facebook.svg");
}

.icon-tweeter {
  background-image: url("../icons/social_network/twitter.svg");
}

.icon-linkedin {
  background-image: url("../icons/social_network/linkedin.svg");
}

.icon-openstreetmap {
  background-image: url("../icons/Openstreetmap_logo.svg");
}

.icon-category {
  background-image: url("../icons/black/category.svg");
}

.switchEnglober {
  display: flex;
  justify-content: center;
  align-items: center;
}
.switchEnglober label {
  color: black !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 1em;
  margin-right: 1em;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #BB0D4F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #BB0D4F;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

:root {
  font-family: "Arial", "sans-serif";
  scroll-behavior: smooth;
}

/*  Generic style class  */
.agenda main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .agenda main {
    padding: 5px;
  }
}

.danger {
  color: #9B0000;
}

.vanish {
  display: none;
}

.displayLineBreak {
  white-space: pre-line;
}

p {
  font-size: 0.875rem;
  line-height: 1.4;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* General class */
.cardList {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.popIn {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  width: auto;
  min-width: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .popIn {
    height: 100vh;
    position: fixed !important;
    bottom: 0;
  }
}
.popIn .vc-container {
  border: none;
}
.popIn__button {
  width: calc(50% - 5px);
  margin: 0 5px;
}
.popIn__button:first-of-type {
  margin-left: 0;
}
.popIn__button:last-of-type {
  margin-right: 0;
}
.popIn--show {
  height: auto;
  max-height: 500px;
  border-radius: 32px;
  padding: 32px 20px;
}
@media only screen and (max-width: 600px) {
  .popIn--show {
    min-height: -moz-max-content;
    min-height: max-content;
    border-radius: 32px 32px 0 0;
  }
}

.listContainer {
  margin: 20px 0;
  padding: 10px 15px;
}/*# sourceMappingURL=agenda.css.map */