@font-face {
  font-family: 'Nocturno Stencil L';
  src: url("../fonts/NocturnoStencilL-Bold.woff2") format("woff2"), url("../fonts/NocturnoStencilL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans Condensed Light';
  src: url("../fonts/IBMPlexSansCond-Light.woff2") format("woff2"), url("../fonts/IBMPlexSansCond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans Condensed Light Italic';
  src: url("../fonts/IBMPlexSansCond-LightItalic.woff2") format("woff2"), url("../fonts/IBMPlexSansCond-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans Condensed';
  src: url("../fonts/IBMPlexSansCond-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSansCond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans Condensed Italic';
  src: url("../fonts/IBMPlexSansCond-Italic.woff2") format("woff2"), url("../fonts/IBMPlexSansCond-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans Condensed Medium';
  src: url("../fonts/IBMPlexSansCond-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSansCond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans Condensed Medium Italic';
  src: url("../fonts/IBMPlexSansCond-MediumItalic.woff2") format("woff2"), url("../fonts/IBMPlexSansCond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

#rz-debug-panel {
  display: none !important; }

#intro .bloc {
  display: inline-block !important;
  width: 25%;
  height: 25%; }
  #intro .bloc div {
    height: 100%; }
  #intro .bloc .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%; }
  @media (max-width: 900px) {
    #intro .bloc {
      display: none !important;
      width: 50%;
      height: 25%; }
      #intro .bloc:nth-child(1), #intro .bloc:nth-child(2), #intro .bloc:nth-child(3), #intro .bloc:nth-child(4) {
        display: inline-block !important; } }

#intro .bottom-head {
  display: flex;
  width: 100%;
  height: 25%;
  background: none; }
  #intro .bottom-head .left {
    display: flex;
    align-items: center;
    font-family: "Nocturno Stencil L";
    font-size: 3.57143rem;
    line-height: 1.18;
    color: #006888;
    background-color: white;
    width: 62.5%;
    padding: 0 4.42857rem;
    box-sizing: border-box; }
  #intro .bottom-head .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 37.5%;
    background-color: #006888;
    color: white;
    padding: 0 4rem;
    box-sizing: border-box; }
    #intro .bottom-head .right .text {
      font-family: "IBM Plex Sans Condensed";
      font-size: 1.42857rem;
      line-height: 1.3;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin-right: 4rem; }
    #intro .bottom-head .right .arrow svg {
      display: block;
      width: 4.64286rem;
      height: auto; }
      #intro .bottom-head .right .arrow svg path {
        stroke: none;
        fill: white; }
  @media (max-width: 900px) {
    #intro .bottom-head {
      display: block;
      height: 50%; }
      #intro .bottom-head .left,
      #intro .bottom-head .right {
        width: 100%;
        height: 50%; } }

.home.visible #legend {
  opacity: 1; }

#legend {
  position: absolute;
  top: 100px;
  left: 30px;
  z-index: 10000;
  background-color: white;
  font-family: "IBM Plex Sans Condensed";
  font-size: 10px;
  line-height: 1.3;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #333333;
  opacity: 0; }
  #legend .musees,
  #legend .entreprises {
    display: flex;
    align-items: center; }
    #legend .musees::before,
    #legend .entreprises::before {
      content: "";
      display: block;
      background-color: #0CE8C6;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      margin-right: 6px;
      margin-top: -2px; }
  #legend .entreprises {
    margin-top: 4px; }
    #legend .entreprises::before {
      background-color: #FF5800; }

#map {
  position: absolute;
  height: calc(100% - 70px) !important;
  bottom: 0; }
  #map .leaflet-marker-icon {
    display: flex;
    background: white; }
    #map .leaflet-marker-icon.hidden {
      display: none; }
    #map .leaflet-marker-icon .dot {
      width: 30px;
      height: 30px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      #map .leaflet-marker-icon .dot.none {
        background: none !important; }
    #map .leaflet-marker-icon .arrow {
      background: none;
      background-repeat: repeat-y;
      height: 72px;
      width: 6px;
      left: 30px; }
      #map .leaflet-marker-icon .arrow::before {
        display: none; }
    #map .leaflet-marker-icon .inner {
      padding: 7px 14px;
      margin-left: 0; }
      #map .leaflet-marker-icon .inner .label {
        font-family: "IBM Plex Sans Condensed";
        font-size: 16px;
        line-height: 1;
        color: #333333;
        text-transform: uppercase; }
        #map .leaflet-marker-icon .inner .label span {
          display: block;
          position: relative;
          padding: 0;
          margin-bottom: 14px;
          background: none; }
          #map .leaflet-marker-icon .inner .label span:nth-last-child(2) {
            margin-bottom: 0; }
          #map .leaflet-marker-icon .inner .label span::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            top: -7px;
            left: -44px;
            background-image: url("../assets/dot-bi.svg");
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat; }
        #map .leaflet-marker-icon .inner .label br {
          display: none; }
    #map .leaflet-marker-icon.marker-entreprise .dot,
    #map .leaflet-marker-icon.marker-entreprise .arrow {
      background-image: url("../assets/dot-orange.svg"); }
    #map .leaflet-marker-icon.marker-musee .dot,
    #map .leaflet-marker-icon.marker-musee .arrow {
      background-image: url("../assets/dot-green.svg"); }
    #map .leaflet-marker-icon.marker-cluster .arrow {
      background-image: url("../assets/dot-double.svg"); }
    #map .leaflet-marker-icon.marker-cluster .arrow.unique-marker-entreprise {
      background-image: url("../assets/dot-orange.svg"); }
    #map .leaflet-marker-icon.marker-cluster .arrow.unique-marker-musee {
      background-image: url("../assets/dot-green.svg"); }
    #map .leaflet-marker-icon.marker-cluster .label .marker-entreprise-icon::before {
      background-image: url("../assets/dot-orange.svg"); }
    #map .leaflet-marker-icon.marker-cluster .label .marker-musee-icon::before {
      background-image: url("../assets/dot-green.svg"); }
  #map .leaflet-popup .leaflet-popup-content-wrapper,
  #map .leaflet-popup .leaflet-popup-content {
    width: 362px !important;
    box-shadow: none; }
  #map .leaflet-popup .leaflet-popup-close-button {
    width: 30px;
    height: 30px;
    padding: 0;
    right: 12px; }
    #map .leaflet-popup .leaflet-popup-close-button svg {
      display: none; }
  #map .leaflet-popup .inner {
    border: none;
    width: 362px !important;
    padding: 0 20px;
    padding-bottom: 26px;
    box-sizing: border-box; }
    #map .leaflet-popup .inner::before {
      display: block;
      content: "";
      position: absolute;
      background-color: white;
      width: 30px;
      height: 30px;
      top: 0;
      left: -30px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    #map .leaflet-popup .inner::after {
      display: block;
      content: "";
      position: absolute;
      background-image: radial-gradient(circle at center, #333333 1.5px, transparent 0);
      background-size: 3px 6px;
      background-repeat: round;
      top: 0;
      left: -1.5px;
      height: calc(100% + 36px);
      width: 3px; }
    #map .leaflet-popup .inner > .icon {
      display: none; }
    #map .leaflet-popup .inner .label {
      position: relative;
      padding: 4px 0;
      font-family: "IBM Plex Sans Condensed";
      font-size: 18px;
      line-height: 1.27778;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 20px;
      padding-right: 30px;
      width: 100%; }
      #map .leaflet-popup .inner .label::after {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background-image: url("../assets/close-min.svg");
        background-size: 50%;
        background-position: center right;
        background-repeat: no-repeat; }
    #map .leaflet-popup .inner .gallery {
      width: 100%;
      height: 220px;
      margin: 0;
      margin-bottom: 20px;
      background-color: white; }
      #map .leaflet-popup .inner .gallery .swiper-container {
        width: 100%;
        height: 100%; }
        #map .leaflet-popup .inner .gallery .swiper-container .swiper-wrapper {
          height: 200px; }
          #map .leaflet-popup .inner .gallery .swiper-container .swiper-wrapper .swiper-slide .img {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat; }
        #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-next,
        #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-prev {
          bottom: 0px;
          top: unset;
          height: 9px;
          width: 4.5px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
          #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-next::before, #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-next::after,
          #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-prev::before,
          #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-prev::after {
            display: none; }
        #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-next {
          right: 0;
          background-image: url("../assets/carrou-right.svg"); }
        #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-prev {
          left: 0;
          background-image: url("../assets/carrou-left.svg"); }
    #map .leaflet-popup .inner .bulle_wrapper .text .chapeau {
      font-family: "IBM Plex Sans Condensed Medium";
      font-size: 14px;
      line-height: 1.42857;
      color: #333333; }
    #map .leaflet-popup .inner .bulle_wrapper .text .body {
      font-family: "IBM Plex Sans Condensed Light";
      font-size: 14px;
      line-height: 1.42857;
      color: #333333; }
    #map .leaflet-popup .inner .line {
      background-image: radial-gradient(circle at center, #333333 1px, transparent 0);
      background-size: 6px 2px;
      background-repeat: round;
      height: 2px;
      width: 100%;
      margin: 20px 0; }
    #map .leaflet-popup .inner .footer {
      display: flex; }
      #map .leaflet-popup .inner .footer .left {
        display: block;
        flex-grow: 1;
        order: 1; }
        #map .leaflet-popup .inner .footer .left .icon {
          width: 22px;
          height: 22px;
          margin-bottom: 8px; }
        #map .leaflet-popup .inner .footer .left p {
          display: block;
          font-family: "IBM Plex Sans Condensed Light";
          font-size: 11px;
          line-height: 1.72727;
          margin: 0; }
      #map .leaflet-popup .inner .footer .right {
        display: block;
        width: 220px;
        margin-right: 20px;
        order: 0; }
        #map .leaflet-popup .inner .footer .right div {
          font-family: "IBM Plex Sans Condensed Light";
          font-size: 13px;
          line-height: 1.46154;
          color: #333333; }
          #map .leaflet-popup .inner .footer .right div:first-child {
            font-family: "IBM Plex Sans Condensed Medium"; }
        #map .leaflet-popup .inner .footer .right .btn {
          font-family: "IBM Plex Sans Condensed Medium";
          font-size: 13px;
          line-height: 1.46154;
          color: #333333;
          background: none;
          padding: 0;
          margin: 0;
          width: fit-content;
          max-width: unset;
          text-decoration: underline;
          text-transform: uppercase;
          margin-top: 10px; }
    #map .leaflet-popup .inner.entreprise::before {
      background-image: url("../assets/dot-orange.svg"); }
    #map .leaflet-popup .inner.entreprise::after {
      background-image: radial-gradient(circle at center, #FF5800 1.5px, transparent 0); }
    #map .leaflet-popup .inner.entreprise .label::after {
      background-image: url("../assets/close-min-orange.svg"); }
    #map .leaflet-popup .inner.entreprise .line {
      background-image: radial-gradient(circle at center, #FF5800 1px, transparent 0); }
    #map .leaflet-popup .inner.entreprise .footer .left p {
      color: #FF5800; }
    #map .leaflet-popup .inner.entreprise .footer .right .btn {
      color: #FF5800; }
    #map .leaflet-popup .inner.musee::before {
      background-image: url("../assets/dot-green.svg"); }
    #map .leaflet-popup .inner.musee::after {
      background-image: radial-gradient(circle at center, #0CE8C6 1.5px, transparent 0); }
    #map .leaflet-popup .inner.musee .label::after {
      background-image: url("../assets/close-min-green.svg"); }
    #map .leaflet-popup .inner.musee .line {
      background-image: radial-gradient(circle at center, #0CE8C6 1px, transparent 0); }
    #map .leaflet-popup .inner.musee .footer .left p {
      color: #0CE8C6; }
    #map .leaflet-popup .inner.musee .footer .right .btn {
      color: #0CE8C6; }
    #map .leaflet-popup .inner .tip {
      display: none; }

.home.visible .top-head {
  opacity: 1; }

.home .top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #006888;
  color: white;
  z-index: 10000;
  opacity: 0; }
  .home .top-head .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    height: 100%;
    padding: 0 1.78571rem;
    box-sizing: border-box; }
    .home .top-head .left h1 {
      font-family: "Nocturno Stencil L";
      font-size: 25px;
      line-height: 0.8;
      margin-bottom: 6px; }
      .home .top-head .left h1 br {
        display: none; }
    .home .top-head .left h2 {
      font-family: "IBM Plex Sans Condensed";
      font-size: 14px;
      line-height: 1.42857;
      letter-spacing: 0.04em;
      text-transform: uppercase; }
  .home .top-head .right {
    display: flex;
    height: 100%; }
    .home .top-head .right .search,
    .home .top-head .right .burger {
      position: relative;
      width: 70px;
      height: 100%;
      border-left: 1px solid;
      box-sizing: border-box;
      cursor: pointer;
      transition: background-color ease-in-out 250ms; }
      .home .top-head .right .search svg,
      .home .top-head .right .burger svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 23px;
        height: auto;
        transition: opacity ease-in-out 250ms; }
        .home .top-head .right .search svg path,
        .home .top-head .right .burger svg path {
          stroke: none;
          fill: white; }
        .home .top-head .right .search svg:nth-child(2),
        .home .top-head .right .burger svg:nth-child(2) {
          opacity: 0;
          pointer-events: none; }
          .home .top-head .right .search svg:nth-child(2) path,
          .home .top-head .right .burger svg:nth-child(2) path {
            fill: #006888; }
      .home .top-head .right .search.visible,
      .home .top-head .right .burger.visible {
        background-color: white; }
        .home .top-head .right .search.visible svg:nth-child(1),
        .home .top-head .right .burger.visible svg:nth-child(1) {
          opacity: 0;
          pointer-events: none; }
        .home .top-head .right .search.visible svg:nth-child(2),
        .home .top-head .right .burger.visible svg:nth-child(2) {
          opacity: 1;
          pointer-events: initial; }
    .home .top-head .right .burger svg {
      display: block;
      width: 27px;
      height: auto; }
      .home .top-head .right .burger svg:nth-child(2) {
        width: 23px; }

.menu {
  height: unset !important; }
  .menu * {
    opacity: 1 !important; }
  .menu .filter,
  .menu .close {
    display: none; }

.menu > .infos,
.menu > .tools {
  color: #333333;
  width: 405px;
  height: calc(100vh - 70px);
  position: absolute;
  top: 70px;
  right: 0;
  overflow-y: scroll;
  background-color: white;
  padding: 40px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform ease-in-out 250ms; }
  .menu > .infos.visible,
  .menu > .tools.visible {
    transform: translateX(0); }

.menu > .infos {
  width: 482px; }
  .menu > .infos .bloc {
    width: 100%;
    background-color: white;
    margin-bottom: 30px; }
    .menu > .infos .bloc h2 {
      position: relative;
      font-family: "Nocturno Stencil L";
      font-size: 22px;
      line-height: 1.63636;
      letter-spacing: 0.03em;
      color: #006888;
      padding-bottom: 10px;
      cursor: pointer; }
      .menu > .infos .bloc h2::before {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        background-image: radial-gradient(circle at center, #006888 1px, transparent 0);
        background-size: 6px 2px;
        background-repeat: round;
        height: 2px; }
      .menu > .infos .bloc h2::after {
        display: block;
        content: "";
        position: absolute;
        width: 10px;
        height: 20px;
        background-image: url("../assets/arrow-right-min.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 8px;
        right: 0;
        transition: transform ease-in-out 250ms; }
    .menu > .infos .bloc > div.content {
      height: 0;
      overflow: hidden;
      box-sizing: border-box;
      transition: padding-top ease-in-out 250ms, height ease-in-out 250ms; }
    .menu > .infos .bloc.visible > div.content {
      padding-top: 20px; }
    .menu > .infos .bloc.visible h2::after {
      transform: rotate(90deg); }
    .menu > .infos .bloc.qui-sommes-nous .content {
      font-family: "IBM Plex Sans Condensed Light";
      font-size: 14px;
      line-height: 1.42857; }
      .menu > .infos .bloc.qui-sommes-nous .content p {
        margin-bottom: 1em; }
        .menu > .infos .bloc.qui-sommes-nous .content p:last-child {
          margin-bottom: 0; }
      .menu > .infos .bloc.qui-sommes-nous .content .logos {
        margin-top: 20px;
        display: flex;
        align-items: center; }
        .menu > .infos .bloc.qui-sommes-nous .content .logos img {
          margin-right: 20px; }
          .menu > .infos .bloc.qui-sommes-nous .content .logos img:last-child {
            margin-right: 0; }
    .menu > .infos .bloc.lieux-ressources .line {
      margin-bottom: 1em; }
      .menu > .infos .bloc.lieux-ressources .line .city {
        display: flex;
        align-items: flex-start;
        font-family: "IBM Plex Sans Condensed Medium";
        font-size: 14px;
        line-height: 1.42857; }
        .menu > .infos .bloc.lieux-ressources .line .city::before {
          display: block;
          content: "";
          width: 3px;
          height: 3px;
          margin-right: 4px;
          border-radius: 100%;
          background-color: #333333;
          margin-top: 8px; }
      .menu > .infos .bloc.lieux-ressources .line .infos,
      .menu > .infos .bloc.lieux-ressources .line .address {
        font-family: "IBM Plex Sans Condensed Light";
        font-size: 14px;
        line-height: 1.42857; }
    .menu > .infos .bloc.comptes-rendus a {
      display: flex;
      align-items: center;
      font-family: "IBM Plex Sans Condensed Light";
      font-size: 14px;
      line-height: 1.42857;
      text-transform: uppercase;
      text-decoration: underline;
      color: #333333; }
      .menu > .infos .bloc.comptes-rendus a::before {
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        margin-right: 7px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../assets/download.svg"); }
    .menu > .infos .bloc.rencontres {
      font-family: "IBM Plex Sans Condensed Light";
      font-size: 14px;
      line-height: 1.42857; }
      .menu > .infos .bloc.rencontres ul {
        font-family: "IBM Plex Sans Condensed Medium";
        margin-top: 1em; }
        .menu > .infos .bloc.rencontres ul li {
          display: flex;
          align-items: flex-start; }
          .menu > .infos .bloc.rencontres ul li::before {
            display: block;
            content: "";
            width: 3px;
            height: 3px;
            margin-right: 4px;
            border-radius: 100%;
            background-color: #333333;
            margin-top: 8px; }
      .menu > .infos .bloc.rencontres ul:first-child {
        margin-top: 0; }
    .menu > .infos .bloc.contact {
      font-family: "IBM Plex Sans Condensed Light";
      font-size: 14px;
      line-height: 1.42857; }
      .menu > .infos .bloc.contact h3 {
        font-family: "IBM Plex Sans Condensed Medium";
        text-transform: uppercase;
        color: #006888;
        margin-top: 1em; }
      .menu > .infos .bloc.contact h3:first-child {
        margin-top: 0; }
      .menu > .infos .bloc.contact a {
        display: block;
        color: #333333; }

.menu > .tools .inner-tools {
  padding: 0; }
  .menu > .tools .inner-tools .dpts #dd-dpts,
  .menu > .tools .inner-tools .dpts #dd-type,
  .menu > .tools .inner-tools .type #dd-dpts,
  .menu > .tools .inner-tools .type #dd-type {
    background-color: white;
    margin: 0;
    padding: 0; }
    .menu > .tools .inner-tools .dpts #dd-dpts::after,
    .menu > .tools .inner-tools .dpts #dd-type::after,
    .menu > .tools .inner-tools .type #dd-dpts::after,
    .menu > .tools .inner-tools .type #dd-type::after {
      display: none; }
    .menu > .tools .inner-tools .dpts #dd-dpts .label,
    .menu > .tools .inner-tools .dpts #dd-type .label,
    .menu > .tools .inner-tools .type #dd-dpts .label,
    .menu > .tools .inner-tools .type #dd-type .label {
      display: block;
      position: relative;
      font-family: "IBM Plex Sans Condensed Medium";
      font-size: 16px;
      line-height: 1.25;
      color: #006888;
      padding-bottom: 10px;
      cursor: pointer;
      text-transform: uppercase;
      width: 100%;
      margin-bottom: 12px; }
      .menu > .tools .inner-tools .dpts #dd-dpts .label::before,
      .menu > .tools .inner-tools .dpts #dd-type .label::before,
      .menu > .tools .inner-tools .type #dd-dpts .label::before,
      .menu > .tools .inner-tools .type #dd-type .label::before {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        background-image: radial-gradient(circle at center, #006888 1px, transparent 0);
        background-size: 4px 2px;
        background-repeat: round;
        height: 2px; }
      .menu > .tools .inner-tools .dpts #dd-dpts .label::after,
      .menu > .tools .inner-tools .dpts #dd-type .label::after,
      .menu > .tools .inner-tools .type #dd-dpts .label::after,
      .menu > .tools .inner-tools .type #dd-type .label::after {
        display: block;
        content: "";
        position: absolute;
        width: 10px;
        height: 20px;
        background-image: url("../assets/arrow-right-min.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
        transition: transform ease-in-out 250ms; }
    .menu > .tools .inner-tools .dpts #dd-dpts.active .label::after,
    .menu > .tools .inner-tools .dpts #dd-type.active .label::after,
    .menu > .tools .inner-tools .type #dd-dpts.active .label::after,
    .menu > .tools .inner-tools .type #dd-type.active .label::after {
      transform: rotate(90deg); }
    .menu > .tools .inner-tools .dpts #dd-dpts ul.inner,
    .menu > .tools .inner-tools .dpts #dd-type ul.inner,
    .menu > .tools .inner-tools .type #dd-dpts ul.inner,
    .menu > .tools .inner-tools .type #dd-type ul.inner {
      position: relative;
      border: none;
      margin-bottom: 30px; }
      .menu > .tools .inner-tools .dpts #dd-dpts ul.inner li,
      .menu > .tools .inner-tools .dpts #dd-type ul.inner li,
      .menu > .tools .inner-tools .type #dd-dpts ul.inner li,
      .menu > .tools .inner-tools .type #dd-type ul.inner li {
        padding: 0;
        margin-bottom: 12px;
        font-family: "IBM Plex Sans Condensed Light";
        font-size: 16px;
        line-height: 1.25;
        border: none; }
        .menu > .tools .inner-tools .dpts #dd-dpts ul.inner li:first-child,
        .menu > .tools .inner-tools .dpts #dd-type ul.inner li:first-child,
        .menu > .tools .inner-tools .type #dd-dpts ul.inner li:first-child,
        .menu > .tools .inner-tools .type #dd-type ul.inner li:first-child {
          font-family: "IBM Plex Sans Condensed Medium"; }
  .menu > .tools .inner-tools #others_locations {
    display: none !important; }

.menu > .tools .inner-results {
  margin: 0;
  height: unset; }
  .menu > .tools .inner-results #results .dpt .title {
    font-family: "IBM Plex Sans Condensed Medium";
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #006888;
    border: none; }
  .menu > .tools .inner-results #results .dpt ul {
    margin-top: 0;
    padding: 0; }
    .menu > .tools .inner-results #results .dpt ul li.line {
      margin: 0;
      list-style-type: none;
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap; }
      .menu > .tools .inner-results #results .dpt ul li.line span {
        margin: 0;
        color: #333333; }
      .menu > .tools .inner-results #results .dpt ul li.line .city {
        display: inline-flex;
        align-items: flex-start;
        font-family: "IBM Plex Sans Condensed Medium";
        font-size: 14px;
        line-height: 1.42857;
        margin-right: 5px; }
        .menu > .tools .inner-results #results .dpt ul li.line .city::before {
          display: block;
          content: "";
          width: 3px;
          height: 3px;
          margin-right: 4px;
          border-radius: 100%;
          background-color: #333333;
          margin-top: 8px; }
      .menu > .tools .inner-results #results .dpt ul li.line .place {
        font-family: "IBM Plex Sans Condensed Light";
        font-size: 14px;
        line-height: 1.42857; }

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  background-color: white !important; }

@media (max-width: 600px) {
  html {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  #intro .bottom-head .left {
    padding: 1.42857rem 2.14286rem !important; }
  #intro .bottom-head .right {
    padding: 1.42857rem 2.14286rem !important; }
    #intro .bottom-head .right .text {
      margin-right: 1.42857rem !important;
      font-size: 1.71429rem !important; }
    #intro .bottom-head .right .arrow svg {
      width: 5.57143rem !important; } }

@media (max-width: 900px) {
  #map {
    height: calc(100% - 50px) !important; } }

@media (max-width: 600px) {
  #legend {
    display: none; }
  #map .leaflet-popup {
    height: calc(100vh - 50px) !important; }
    #map .leaflet-popup .leaflet-popup-content-wrapper,
    #map .leaflet-popup .leaflet-popup-content {
      width: 100% !important; }
    #map .leaflet-popup .leaflet-popup-close-button {
      width: 30px;
      height: 30px;
      top: 8px;
      right: 20px; }
    #map .leaflet-popup .inner {
      width: 100% !important; }
      #map .leaflet-popup .inner::before {
        display: inline-block;
        position: relative;
        top: 10px;
        left: unset; }
      #map .leaflet-popup .inner::after {
        display: none; }
      #map .leaflet-popup .inner .label {
        padding: 12px 0;
        padding-left: 4px;
        margin-bottom: 0;
        padding-right: 30px;
        width: calc(100% - 34px); }
        #map .leaflet-popup .inner .label::after {
          top: 8px;
          width: 30px;
          height: 30px; }
      #map .leaflet-popup .inner .gallery {
        height: 220px !important;
        margin: 0 !important;
        margin-bottom: 20px !important; }
        #map .leaflet-popup .inner .gallery .swiper-container {
          height: 100% !important; }
          #map .leaflet-popup .inner .gallery .swiper-container .swiper-wrapper {
            height: 200px !important; }
          #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-next,
          #map .leaflet-popup .inner .gallery .swiper-container .swiper-button-prev {
            bottom: 0px;
            top: unset;
            height: 9px;
            width: 4.5px; }
      #map .leaflet-popup .inner .footer .right {
        width: 60%; } }

@media (max-width: 900px) {
  .home .top-head {
    width: 100vw;
    height: 50px; }
    .home .top-head .left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-grow: 1;
      height: 100%;
      padding: 0.5rem 0.92857rem;
      box-sizing: border-box; }
      .home .top-head .left h1 {
        font-family: "IBM Plex Sans Condensed";
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 0.04em; }
        .home .top-head .left h1 br {
          display: unset; }
      .home .top-head .left h2 {
        display: none; }
    .home .top-head .right .search,
    .home .top-head .right .burger {
      width: 50px;
      height: 100%; }
      .home .top-head .right .search svg,
      .home .top-head .right .burger svg {
        width: 23px; }
    .home .top-head .right .burger svg {
      width: 27px; }
      .home .top-head .right .burger svg:nth-child(2) {
        width: 23px; } }

@media (max-width: 600px) {
  .menu > .infos,
  .menu > .tools {
    width: 100%;
    height: calc(100vh - 50px);
    top: 50px;
    padding: 20px; }
  .menu > .infos {
    width: 100%; }
    .menu > .infos .bloc {
      display: block; } }
