/* FONTS */
@font-face {
  font-family: SanofiSerif-Italic;
  src: url('../fonts/SanofiSerif-Italic.ttf');
}

@font-face {
  font-family: SanofiSans-Regular;
  src: url('../fonts/SanofiSans-Regular.otf');
}

@font-face {
  font-family: SanofiSans-Bold;
  src: url('../fonts/SanofiSans-Bold.otf');
}

/* GENERAL */
p,
label {
  font-family: SanofiSans-Regular, sans-serif;
}

.map-container {
  width: 1184px;
  padding: 40px 20px;
  height: auto;
  position: relative;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .map-container {
    width: 961px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .map-container {
    width: 752px;
  }
}

@media only screen and (max-width: 768px) {
  .map-container {
    max-width: 736px;
    width: 100%;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 992px) {
  .map-container {
    padding: 20px 0px;
  }
}

/* FONCTIONNALITES */
@media only screen and (max-width: 992px) {
  .map-fonctions {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.map-fonctions .map-fonctions-mobile {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) {
  .map-fonctions .map-fonctions-mobile {
    display: none;
  }
}

.map-fonctions .map-fonctions-mobile .map-button-mobile {
  justify-content: flex-end;
  font-size: 16px;
  color: #FFF;
  background-color: #7A00E6;
  font-family: SanofiSans-Bold, sans-serif;
  border-radius: 50px;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  transition: all 0.2s;
}

.map-fonctions .map-fonctions-mobile .map-button-mobile:hover {
  background-color: #23004C;
  transition: all 0.2s;
}

/* MAP */
@media only screen and (min-width: 992px) {
  .map-area {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .map-area {
    display: none !important;
  }
}

.map-area {
  position: relative;
}

/* MODALE GENERAL */
.modal-backdrop {
  --bs-backdrop-bg: #23004c;
}

.modal-header {
  display: block;
  border: 0;
  padding: 0;
  padding-right: 35px;
}

.modal-header .btn-close {
  position: absolute;
  top: 11px;
  right: 18px;
  background-image: url("../images/background-dot.png");
  background-position: center;
  background-size: cover;
  opacity: 1;
  display: flex;
}

.modal-header .btn-close img {
  width: 100%;
}

.modal-header h2 {
  font-family: SanofiSans-Bold, sans-serif;
  font-size: 20px !important;
  color: #23004c;
  line-height: normal;
}

.modal-header h3 {
  font-family: SanofiSerif-Italic, serif;
  font-size: 16px !important;
  color: #23004c;
}

.modal-body {
  padding: 0;
}

.modal-body .modal-intro {
  font-size: 16px;
  margin: 10px 0 60px 0;
}

.modal-body h4 {
  font-family: SanofiSans-bold, sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: normal;
}

.modal-body p {
  font-size: 16px;
  color: #000000;
  line-height: normal;
}

.modal-body .modal-pic {
  height: 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
  animation: fade-in 1.5s;
}

.modal-body .modal-pic img {
  width: 100%;
  transition: 1s ease-in-out;
}

.modal-body .modal-pic img:hover {
  transform: scale(1.3);
  cursor: default;
}

/* POP-IN */
.point-modal-lvl1 {
  width: 370px;
  height: auto;
  position: absolute;
  top: calc(50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1280px) {
  .point-modal-lvl1.modal-right {
    left: calc(50% + 190px);
    top: calc(43%);
  }

  .point-modal-lvl1.modal-left {
    left: calc(50% - 190px);
    top: calc(43%);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-modal-lvl1.modal-right {
    left: calc(50% + 190px);
    top: calc(48%);
  }

  .point-modal-lvl1.modal-left {
    left: calc(50% - 190px);
    top: calc(48%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-modal-lvl1 {
    left: 50%;
    top: calc(54%);
  }
}

.point-modal-lvl1 .modal-dialog {
  height: 100%;
  margin: 0 !important;
  border: 2px solid #23004C;
  border-radius: 30px;
  padding: 20px 15px 10px 25px;
  background: white;
}

/* Uniquement pour le dégradé du bas de la pop-in */
.point-modal-lvl1 .modal-dialog::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(0deg, #fff, #FFF, #ffffffdb, #ffffff00);
  border-radius: 0 0 30px 30px;
}

.point-modal-lvl1 .modal-content {
  max-height: 370px;
  overflow-y: scroll;
  border: 0;
  padding-right: 10px;
  border-radius: 0;
}

/*** POINTS VILLES ***/
.map-area .map-points {
  position: absolute;
  height: 100%;
  padding: 0;
}

/* GENTILLY */
.point-gentilly {
  left: 371px;
  top: 323px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-gentilly {
    left: 356px;
    top: 311px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-gentilly {
    left: 296px;
    top: 261px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-gentilly {
    left: 232px;
    top: 203px;
  }
}

/* MONT-SAINT-MICHEL */
.point-st-michel {
  left: 205px;
  top: 308px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-st-michel {
    left: 196px;
    top: 296px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-st-michel {
    left: 163px;
    top: 246px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-st-michel {
    left: 128px;
    top: 193px;
  }
}

/* MONTPELLIER */
.point-montpellier {
  left: 436px;
  top: 608px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-montpellier {
    left: 419px;
    top: 585px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-montpellier {
    left: 349px;
    top: 487px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-montpellier {
    left: 274px;
    top: 383px;
  }
}

/* FRANKFURT */
.point-frankfurt {
  left: 654px;
  top: 203px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-frankfurt {
    left: 629px;
    top: 194px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-frankfurt {
    left: 528px;
    top: 161px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-frankfurt {
    left: 411px;
    top: 126px;
  }
}

/* ROUEN */
.point-rouen {
  left: 324px;
  top: 246px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-rouen {
    left: 312px;
    top: 235px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-rouen {
    left: 258px;
    top: 196px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-rouen {
    left: 203px;
    top: 154px;
  }
}

/* LYON */
.point-lyon {
  left: 495px;
  top: 484px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-lyon {
    left: 476px;
    top: 464px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-lyon {
    left: 397px;
    top: 388px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-lyon {
    left: 311px;
    top: 304px;
  }
}

/* MILAN */
.point-milan {
  left: 698px;
  top: 503px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-milan {
    left: 672px;
    top: 483px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-milan {
    left: 563px;
    top: 405px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-milan {
    left: 440px;
    top: 316px;
  }
}

/* ANAGNI */
.point-anagni {
  left: 879px;
  top: 712px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-anagni {
    left: 846px;
    top: 684px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-anagni {
    left: 709px;
    top: 573px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-anagni {
    left: 553px;
    top: 448px;
  }
}

/* BARCELONA */
.point-barcelona {
  left: 379px;
  top: 732px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-barcelona {
    left: 366px;
    top: 703px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-barcelona {
    left: 304px;
    top: 589px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-barcelona {
    left: 238px;
    top: 460px;
  }
}

/* NANTES */
.point-nantes {
  left: 217px;
  top: 393px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-nantes {
    left: 208px;
    top: 378px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-nantes {
    left: 172px;
    top: 315px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-nantes {
    left: 135px;
    top: 247px;
  }
}

/* OSAKA */
.point-osaka {
  left: 909px;
  top: 698px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-osaka {
    left: 874px;
    top: 672px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-osaka {
    left: 732px;
    top: 563px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-osaka {
    left: 572px;
    top: 439px;
  }
}

/* MARSEILLE */
.point-marseille {
  left: 520px;
  top: 620px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-marseille {
    left: 501px;
    top: 596px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-marseille {
    left: 418px;
    top: 499px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-marseille {
    left: 327px;
    top: 390px;
  }
}

/* VITRY-SUR-SEINE */
.point-vitry {
  left: 401px;
  top: 313px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-vitry {
    left: 387px;
    top: 301px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-vitry {
    left: 322px;
    top: 251px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-vitry {
    left: 252px;
    top: 196px;
  }
}

/* BUDAPEST */
.point-budapest {
  left: 922px;
  top: 294px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-budapest {
    left: 887px;
    top: 282px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-budapest {
    left: 743px;
    top: 234px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-budapest {
    left: 581px;
    top: 184px;
  }
}

/* GEEL */
.point-geel {
  left: 505px;
  top: 141px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-geel {
    left: 487px;
    top: 135px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-geel {
    left: 407px;
    top: 112px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-geel {
    left: 317px;
    top: 88px;
  }
}

/* BORDEAUX*/
.point-bordeaux {
  left: 257px;
  top: 546px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-bordeaux {
    left: 247px;
    top: 524px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-bordeaux {
    left: 204px;
    top: 439px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-bordeaux {
    left: 161px;
    top: 343px;
  }
}

/* AMSTERDAM */
.point-amsterdam {
  left: 486px;
  top: 55px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-amsterdam {
    left: 466px;
    top: 51px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-amsterdam {
    left: 389px;
    top: 39px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-amsterdam {
    left: 305px;
    top: 34px;
  }
}

/* PARIS */
.point-paris {
  left: 380px;
  top: 289px;
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .point-paris {
    left: 365px;
    top: 278px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .point-paris {
    left: 303px;
    top: 230px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .point-paris {
    left: 238px;
    top: 181px;
  }
}

/* --- LVL 3---- */
.map-area .map-points .point-lvl3 {
  width: 55px;
  height: 55px;
  padding: 0;
  position: absolute;
}

.map-area .map-points .point-lvl3 img {
  width: 100%;
}

/* MAP */
.map-area .map-picture img {
  max-width: 100%;
}

.map-area .map-picture {
  padding: 0;
}

/* CAROUSEL FLAME RELAYS */
@media only screen and (min-width: 992px) {
  #flame-relays-slider {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  #flame-relays-slider {
    display: block;
  }
}

.flame-relays-slider {
  background-color: #f4f2f6;
  padding: 20px 0 20px 20px;
}

@media only screen and (max-width: 992px) {
  .flame-relays-slider .flame-relays-slider-header {
    margin-right: 0;
  }
}

.flame-relays-slider .flame-relays-slider-header .slider-compteur {
  display: flex;
  justify-content: right;
  padding-right: 15px;
  align-items: center;
  z-index: 1;
}

.flame-relays-slider .flame-relays-slider-header .slider-compteur .slider-compteur-active {
  font-size: 16px;
  color: #7A00E6;
  font-family: SanofiSans-Bold, sans-serif;
}

.flame-relays-slider .slider-container {
  margin: 0 0 40px 0 !important;
}

.flame-relays-slider .slider-container::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(0.25turn, #f4f2f600, #f4f2f687, #f4f2f6);
}

.flame-relays-slider .slider-indicators {
  display: block;
  text-align-last: center;
  margin-bottom: 40px;
  position: relative;
  margin-top: -40px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
}

.flame-relays-slider .slider-indicators button {
  border: 1px solid #7A00E6;
  background: #FFF !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0;
}

.flame-relays-slider .slider-indicators button.active {
  border: 1px solid #7A00E6;
  background: #7A00E6 !important;
  width: 15px;
  height: 15px;
}

.flame-relays-slider .item {
  border: 1px solid black;
  border-radius: 25px;
  padding: 25px;
  background-color: #FFF;
  position: relative;
}

.flame-relays-slider .item .slider-pic {
  height: auto;
}

.flame-relays-slider .item .slider-pic img {
  width: 100%;
}

.flame-relays-slider .slider-title {
  font-family: SanofiSans-Bold, sans-serif;
  color: #23004c;
  line-height: normal;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .flame-relays-slider .slider-title {
    font-size: 46px !important;
  }
}

@media only screen and (max-width: 992px) {
  .flame-relays-slider .slider-title {
    font-size: 27px !important;
  }
}

.flame-relays-slider .slider-description {
  min-height: auto;
}

/*** SLIDER HEADER ***/
.flame-relays-slider .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 8px;
}

.flame-relays-slider .slider-header h3 {
  font-family: SanofiSerif-Italic, serif;
  color: #23004c;
  margin-bottom: 13px;
  font-size: 18px;
}

.flame-relays-slider .slider-signage {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-grow: 0;
  margin: 0 0 0 0;
}

.flame-relays-slider .slider-signage .slider-caption {
  text-align: center;
}

.flame-relays-slider .slider-signage .slider-caption p {
  font-size: 13px;
  margin: 5px 0 0 0;
  line-height: 13px;
}

.flame-relays-slider .slider-signage .slider-caption img {
  width: 50px;
}

.flame-relays-slider .slider-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.flame-relays-slider button {
  font-size: 16px;
  color: #FFF;
  background-color: #7A00E6;
  font-family: SanofiSans-Bold, sans-serif;
  border-radius: 50px;
  padding: 4px 15px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  transition: all 0.2s;
}

.flame-relays-slider button:hover {
  background-color: #23004C;
  transition: all 0.2s;
  color: #FFF;
}

/*** HEADER MAP ***/
.header-map {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.header-map .signage-caption {
  display: flex;
  align-items: center;
  gap: 3px;
  opacity: 0;
  animation: fade-in 1.5s 1s ease-out forwards;
}

.header-map img.point {
  width: 28px;
}

.header-map p {
  font-family: SanofiSans-Regular, sans-serif;
  color: #000000;
  font-size: 28px;
  margin: 25px 12px 0 0;
  line-height: 22px;
}

.header-map span {
  font-size: 13px;
  display: block;
}

.header-map img.point,
.header-map p {
  animation: move-Y1 1.5s 1s ease-out;
}

.header-map .signage {
  width: 85px;
  height: 84px;
  border-radius: 40px;
  overflow: hidden;
  transition: 1s;
}

/*** ANIMATION ZEUS et LAB ***/
.header-map .signage-pic {
  width: 100%;
  animation: scale-img 1.5s 1s ease-out;
  transition: 1s;
}

/*** HOVER ZEUS et LAB ***/
.signage-caption:hover .signage {
  transform: scale(0.8);
  cursor: default;
}

.signage-caption:hover .signage-pic {
  transform: scale(1.5);
  cursor: default;
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes move-Y1 {
  0% {
    transform: translateY(20px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes scale-img {
  0% {
    scale: 140%;
  }

  100% {
    scale: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .header-map {
    display: none
  }
}

/*** AJUSTEMENTS POP-IN MOBILE ***/
@media only screen and (max-width: 992px) {
  .point-modal-lvl1 {
    left: 50%;
    top: calc(50%);
  }
}

@media only screen and (max-width: 430px) {
  .point-modal-lvl1 {
    width: 320px
  }
}

@media only screen and (max-width: 370px) {
  .point-modal-lvl1 {
    width: 300px
  }
}

@media only screen and (min-width: 992px) {
  .modal-backdrop.show {
    opacity: 0;
  }
}

/*** PICTO HERE ***/
.map-area .map-points .picto-here {
  position: absolute;
  width: 65px;
  height: 82px;
}

.picto-here-position {
  bottom: 6px;
  right: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .picto-here-position {
    right: 19px;
    bottom: 2px;
  }

  .map-area .map-points .picto-here {
    width: 44px;
    height: 55px;
  }
}

/*** POINTS SET ET LAB ET ZEUS ***/
.map-area .map-points .points-set {
  width: 42px;
  height: 29px;
  padding: 0;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .map-area .map-points .points-set {
    width: 29px;
    height: 20px;
  }
}

.map-area .map-points .point-lab,
.map-area .map-points .point-zeus {
  width: 26px;
  height: 29px;
  padding: 0;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {

  .map-area .map-points .point-lab,
  .map-area .map-points .point-zeus {
    width: 18px;
    height: 20px;
  }
}

/*** POINTS CURRENT POUR SET ET LAB ET ZEUS ***/
.map-area .map-points .points-set-current-stop {
  width: 89px;
  height: 56px;
  padding: 0;
  position: absolute;
}

.map-area .map-points .point-zeus-current-stop,
.map-area .map-points .point-lab-current-stop {
  width: 55px;
  height: 56px;
  padding: 0;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .map-area .map-points .points-set-current-stop {
    width: 59px;
    height: 37px;
  }

  .map-area .map-points .point-zeus-current-stop,
  .map-area .map-points .point-lab-current-stop {
    width: 36px;
    height: 37px;
  }
}

/*** HOVER BACKGROUND POINTS SET ET LAB ET ZEUS ***/
.map-area .map-points .points-set,
.map-area .map-points .point-lab,
.map-area .map-points .point-zeus,
.map-area .map-points .points-set-current-stop,
.map-area .map-points .point-zeus-current-stop,
.map-area .map-points .point-lab-current-stop {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  transition: 0.5s;
}

.map-area .map-points .points-set {
  background-image: url("../images/points-set.png");
}

.map-area .map-points .points-set:hover {
  background-image: url("../images/points-set-hover.png");
}


.map-area .map-points .point-lab {
  background-image: url("../images/point-lab.png");
}

.map-area .map-points .point-lab:hover {
  background-image: url("../images/point-lab-hover.png");
}


.map-area .map-points .point-zeus {
  background-image: url("../images/point-zeus.png");
}

.map-area .map-points .point-zeus:hover {
  background-image: url("../images/point-zeus-hover.png");
}


.map-area .map-points .points-set-current-stop {
  background-image: url("../images/points-set-current-stop.png");
}

.map-area .map-points .points-set-current-stop:hover {
  background-image: url("../images/points-set-current-stop-hover.png");
}

.map-area .map-points .point-zeus-current-stop {
  background-image: url("../images/point-zeus-current-stop.png");
}

.map-area .map-points .point-zeus-current-stop:hover {
  background-image: url("../images/point-zeus-current-stop-hover.png");
}

.map-area .map-points .point-lab-current-stop {
  background-image: url("../images/point-lab-current-stop.png");
}

.map-area .map-points .point-lab-current-stop:hover {
  background-image: url("../images/point-lab-current-stop-hover.png");
}

/*** GENERALITE POUR COULEUR VILLE ET DATE ***/
.current-stop,
.stop-stage-1 {
  position: absolute;
  width: max-content;
}

.current-stop p,
.stop-stage-1 p {
  color: #23004c;
  line-height: normal;
  margin: 0;
  transition: 0.5s ease-in-out;
}

.current-stop p.city {
  font-family: SanofiSans-Bold, sans-serif;
  font-size: 22px;
  line-height: 17px;
}

.current-stop p.date {
  font-family: SanofiSerif-Italic, serif;
  font-size: 15px;
  line-height: 25px;
}

.stop-stage-1 p.city {
  font-family: SanofiSans-Regular, sans-serif;
  font-size: 17px;
}

/*** POSITIONNMENT NOM DE VILLE ET DATE ***/
.current-stop {
  top: 21px;
  left: 49px;
  text-align: left;
}

.stop-stage-1.txt-right-two-points {
  top: 5px;
  right: 37px;
  text-align: right;
  padding-right: 8px;
}

.stop-stage-1.txt-left-two-points {
  top: 5px;
  left: 37px;
  text-align: left;
  padding-left: 8px;
}

.stop-stage-1.txt-right-one-point {
  top: 5px;
  right: 21px;
  text-align: right;
  padding-right: 8px;
}

.stop-stage-1.txt-left-one-point {
  top: 5px;
  left: 21px;
  text-align: left;
  padding-left: 8px;
}

.stop-stage-1.st-michel-settings {
  top: -16px;
}

/*** DATE ET HOVER APPARITION ***/
.point-lab .stop-stage-1 p.date,
.point-zeus .stop-stage-1 p.date,
.points-set .stop-stage-1 p.date {
  font-family: SanofiSerif-Italic, serif;
  font-size: 14px;
  visibility: hidden;
  padding-top: 17px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.point-lab:hover .stop-stage-1 p.date,
.point-zeus:hover .stop-stage-1 p.date,
.points-set:hover .stop-stage-1 p.date {
  visibility: visible;
  opacity: 1;
}

.move-right:hover p.city {
  transform: scale(1.1) translate(4px, 0);
}

.move-right:hover p.date {
  transform: scale(1.1) translate(4px, -15px);
}

.move-left:hover p.city {
  transform: scale(1.1) translate(-4px, 0);
}

.move-left:hover p.date {
  transform: scale(1.1) translate(-4px, -15px);
}

.points-set-current-stop:hover p.city,
.point-zeus-current-stop:hover p.city,
.point-lab-current-stop:hover p.city {
  transform: scale(1.1) translate(5px, -1px)
}

.points-area{
  border: 1px solid transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .stop-stage-1.txt-right-two-points {
    top: 3px;
    right: 21px;
  }

  .stop-stage-1.txt-left-two-points {
    top: 3px;
    left: 21px;
  }

  .stop-stage-1.txt-right-one-point {
    top: 3px;
    right: 11px;
  }

  .stop-stage-1.txt-left-one-point {
    top: 3px;
    left: 11px;
  }

  .stop-stage-1 p.city {
    font-size: 14px;
    line-height: 14px;
  }

  .btn .stop-stage-1 p.date,
  .points-area .stop-stage-1 p.date {
    font-size: 11px;
    padding-top: 16px;
    line-height: 12px;
  }

  .current-stop p.date {
    font-size: 12px;
    line-height: 20px;
  }

  .current-stop p.city {
    font-size: 17px;
    line-height: 12px;
  }

  .current-stop {
    top: 13px;
    left: 31px;
  }

  .stop-stage-1.st-michel-settings {
    top: -6px;
  }
}