/* Variables de couleurs */
:root {
  --yellow: #fce441;
  --black: rgba(52, 52, 52, 1);
  --orange: #f0800e;
  --grey: rgba(248, 248, 248, 1);
  --white: rgb(255 255 255);
  --boxshadow: 0 0.625rem 0.875rem -0.3125rem rgba(224, 224, 224, 1);
  --textshadow: 1px 1px 1px #000000;
  --blue: #004679;
}


body {
  display: block;
  margin: 0 auto;
}

/* Headings */
h1 {
  text-align: center;
  font-family: 'Strokeweight 140', sans-serif, serif;
  text-transform: uppercase;
  font-weight: 500;
}

h2 {
  text-align: center;
  font-family: 'Strokeweight 140', sans-serif, serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--orange);
}

h3 {
font-family: 'Strokeweight 140', sans-serif, sans-serif, sans-serif;
}

/* Paragraphs */
p {
  font-family: 'Strokeweight 80';
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.75rem;
}

a {
font-family: 'Strokeweight 80';
}

b {
    font-family: 'Strokeweight 140', sans-serif;
    }

thead {
  background: var(--orange);
  color: #ffffff;
  font-family: 'Strokeweight 80';
}

th {
  border: 1px solid #b3adad;
  padding: 5px;
  font-size: 20px;
  background: #343434;
  color: #fff;
  height: 120px;
  text-align: center;
  text-transform: uppercase;
      font-family: 'Strokeweight 140', sans-serif, serif;
}

td {
  padding: 10px;
  text-align: left;
  font-family: strokeweight;
}

.intitule {
  margin-bottom: 2px;
  margin-top: 18px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Strokeweight 140';
}

.zonetarif {
  padding-left: 20px;
  padding-right: 20px;
}

p.intituleparagraphe i {
  margin: 0px 10px 10px 0px;
  font-family:'Strokeweight 160';
}

p.intituleparagraphe strong {
  margin-bottom: 1rem;
    font-family: 'Strokeweight 160', sans-serif;
    }


p.tarif {
  color: #004679;
  font-size: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc !important;
  margin-top: 0.5rem;
  width:75%
}

section {
  width: 100%;
  display: block;
  font-family: strokeweight;
  padding: 3rem 0rem;
  overflow: hidden;
}

/* Lists */
ul {
  list-style-type: disc;
  padding-left: 20px;
  font-family: strokeweight;
}

/* Classes utilisées dans le code HTML */
.txt-center {
  text-align: center;
}

/* Containers */
.container {
  display: flex;
}

.by {
  padding: 1rem 0rem;
  margin: 0;
}

.grille-tarifs {
  display: block;
}

.by p {
  font-size: 1.2rem;
  font-weight: 400;
}

.partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
}

.partners img {
  width: 50%;
}

p.intro {
  font-size: 1.2rem;
  line-height: 2rem;
}

p.intro2 {
  font-size: 1.2rem;
  line-height: 2rem;
}

.first h1 {
  color: white;
  font-size: 2rem;
  text-align: center;
  text-shadow: var(--textshadow);
  font-family: 'Strokeweight 140', sans-serif, serif;
  
}

.first p {
  color: white;
  text-align: center;
  font-size: 1.2rem;
  text-shadow: var(--textshadow);
}

#a-votre-domicile:before {
  content: "";
}

#en-gare:before {
  content: "";
}

#a-bord:before {
  content: "";
}

#a-votre-arrivee:before {
  content: "";
}

#acces-plus:before {
  content: "";
}

#reservation-billet:before {
  content: "";
}

.mvp {
  margin: 2rem 0 0rem 0;
  align-items: center;
}

.mvp_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 33.33%;
  gap: 0 20px;
}

.mvp_items img {
  width: 100%;
  max-width: 150px;
  /* Ajustez cette valeur selon vos besoins */
  height: auto;
}

.mvp_items p {
  margin-top: 10px;
}

.mvp_items p:before {
  content: "";
}

.precision {
  flex-direction: column;
}

.precision p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
}

.services {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

div.container.services {
  gap: 25px;
}

ul {
  line-height: 1.5rem;
}

li {
  list-style-type: none;
}

li i {
  color: var(--orange);
  padding-right: 1rem;
}

.services_card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: white;
  box-shadow: 0 0 0 1px #d9d9d9, inset 0 0 0 40px #fff;
  border-radius: 0.23rem;
}

.services_card:hover {
  box-shadow: var(--boxshadow);
}

.services_card h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-family: 'Strokeweight 140', sans-serif, sans-serif, sans-serif;
}

.services_card i {
  padding-right: 10px;
}

.services_card h3:before {
  content: "";
}

/* Images */
img {
  max-width: 100%;
}

/* Buttons */

.buttons {
  gap: 0 30px;
  margin: 2rem 0rem;
  justify-content: center;
}

.grey-bg {
  background-color: var(--grey);
}

.cta i {
  padding-left: 10px;
}

.orange {
  background: var(--orange);
  color: var(--white);
}

.yellow {
  background: var(--yellow);
  color: var(--black);
}

.black {
  border: 2px solid var(--black);
  color: var(--black);
}

.transparent {
  background: transparent;
  color: var(--yellow);
  border: 2px solid var(--yellow);
}

.learn-more {
  background: var(--black);
  color: #ffffff;
}

.first-row {
  vertical-align: top;
}

/* Tables */

.tarification {
  gap: 0 20px;
  margin: 2rem 0rem 0rem;
  flex-direction: row;
  justify-content: center;
}

.lasttarif {
  margin-bottom: 0;
  color: var(--blue);
}

.finalprice-intitule {
  font-size: 1.1rem;
  color: var(--blue);
  text-transform: uppercase;
  font-weight: bold;
  border-top: 2px solid var(--blue);
  padding-top: 1rem;
}

.finalprice-intitule i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.intitule span {
  font-family: strokeweight;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
}

span.exemple {
  font-weight: 300;
  font-family: 'Strokeweight 80';
}

/* Miscellaneous */

.right {
  text-align: right;
}

.tarification td.bottom {
  vertical-align: bottom;
}

#beneficiaires {
  background-image: url("../images/beneficiaires.webp");
}

#intervenants {
  background-image: url("../images/intervenants.webp");
}

#agences {
  background-image: url("../images/agences.webp");
}

#experiences {
  background-image: url("../images/experiences.webp");
}

.senior-compagnie {
  gap: 25px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  align-content: baseline;
  text-align: center;
  color: white;
}

.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-bottom: 0;
}
.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.senior-et-libelia {
  display: flex;
  flex-flow: column;
  background-color: orange;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  border-radius: 0.3rem;
  flex: 20%;
  justify-content: center;
  filter: brightness(0.9);
}

.senior-et-libelia:hover {
  transform: scale(1.05);
  transition: 100ms;
}

.senior-et-libelia p {
  font-weight: 400;
  font-size: 1.5rem;
  z-index: 20;
  text-shadow: var(--textshadow);
}

.awards {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  justify-content: space-around;
  gap: 25px;
}

.awards-columns {
  flex: calc(50% - 20px);
  text-align: left;
}

.awards-columns img {
  height: 125px;
}

.awards-columns h2 {
  text-align: left;
  font-family: 'Strokeweight 140', sans-serif, serif;
}

.awards-columns ul li {
  font-size: 1.3rem;
  padding: 1rem 0rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
}

.awards-columns ul li i {
  font-size: 2.5rem;
}

i {
  font-size: 1.5rem;
}

.cta.transparent.call {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.phone-number {
  font-size: 1.2rem;
  font-weight: bold;
}

.subtext {
  font-size: 0.8rem;
  color: var(--yellow);
  margin-top: 5px;
}

.cta.transparent.call i {
  margin-left: 5px;
}

.noflex {
  display: block !important;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.testimonial-carousel {
  display: flex;
  width: 100%;
  margin: 2rem 0;
  transition: transform 0.5s ease-in-out;
}

a.link_gare_sncf {
  color: #00bcd4;
}

span.intro {
  color: #8d8484;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.75rem;
  margin: 1rem 0rem;
  display: block;
  font-family: 'Strokeweight 80';
}

.testimonial-slide {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-right: 1rem;
  transition: transform 0.5s ease-in-out;
  border-radius: 0.5rem;
  box-shadow: 1px 5px 2px rgba(115, 128, 157, 0.2);
}

.testimonial-content {
  padding: 2rem;
}

.testimonial-slide:last-child {
  margin-right: 0;
}

p.avis {
  font-size: 1.1rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 2rem;
  color: #848484;
  font-family: 'Strokeweight 80';
}

p.author {
  text-transform: uppercase;
  font-weight: 500;
}

.stars {
  font-size: 1.2rem;
  color: var(--yellow);
}

/* Styles pour les points indicateurs */
.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: #c3c3c3;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: var(--blue);
}

.container.mvp2 {
  display: flex;
  align-items: stretch;
  gap: 0 30px;
}

.mvp2-right {
  flex-direction: column;
  align-items: baseline;
}

.mvp2 h3:before {
  content: "- ";
  color: var(--orange);
}

.mvp2-right span {
  color: #8d8484;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.75rem;
  margin: 1rem 0rem;
  font-family: 'Strokeweight 80';
}

.container.mvp2-left {
  flex: 0 0 40%;
}

.container.mvp2-right {
  flex: 0 0 60%;
  padding: 2rem;
}

.container.mvp-right h2 {
  margin-top: 2rem;
}

.container.mvp2-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .container.mvp2 {
    flex-direction: column;
  }
}

.mvp2 h3 {
  text-transform: uppercase;
}

@keyframes loading {
  0% {
    top: 118.09px;
    left: 118.09px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 22.895000000000003px;
    left: 22.895000000000003px;
    width: 190.39000000000001px;
    height: 190.39000000000001px;
    opacity: 0;
  }
}

.loading div {
  position: absolute;
  border-width: 2.41px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: loading 1.1764705882352942s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loading div:nth-child(1) {
  border-color: #e4dc0a;
  animation-delay: 0s;
}

.loading div:nth-child(2) {
  border-color: #fff200;
  animation-delay: -0.5882352941176471s;
}

.loading-spinner {
  width: 241px;
  height: 241px;
  display: inline-block;
  overflow: hidden;
}

.loading {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.loading div {
  box-sizing: content-box;
}

.accordion .accordion-item {
  border-bottom: 1px solid var(--lightgray);
  padding: 0.3rem 0rem;
}

.accordion button[aria-expanded="true"] {
  border-bottom: 1px solid var(--blue);
  font-weight: 500;
      font-family: 'Strokeweight 140';
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 400;
  font-family: 'Strokeweight 80';
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--blue);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--blue);
  border: 1px solid var(--blue);
      font-family: 'Strokeweight 140';
}

.accordion .accordion-title {
  font-family: 'Strokeweight 80';
  padding: 1em 1.5em 1em 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.75rem;
}

.accordion .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: var(--blue);
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 500ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-weight: 300;
  margin: 0em 0 1rem;
  font-family: 'Strokeweight 80';
  padding: 1em 1.5em 0em 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-title {
  color: var(--white);
}

.modal-content {
  background-color: var(--black);
  margin: 0 auto;
  /* Ajoute une marge depuis le haut pour ajuster la position verticale */
  border: 1px solid #888;
  width: 100%;
  max-width: 800px;
  border-radius: 0.4rem;
}
.logomodal {
  max-width: 35%;
}

.modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem 0rem 1rem;
  flex-direction: column;
}

.close {
  color: var(--white);
  float: right;
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
      margin-right: 1rem;
        margin-top: 1rem;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

.gare-columns {
  display: flex;
  padding: 1.5rem;
}

li.gare {
  margin-top: 0.6rem;
  font-weight: 400;
  color: white;
  font-family: 'Strokeweight 80';
}

li.gare:hover {
  transform: scale(1.02);
  font-weight: 500;
}

li.gare:before {
  content: "- ";
}

/* Mobile */
@media only screen and (max-width: 767px) {
  /* Vos styles CSS pour les appareils mobiles ici */
  body {
    max-width: 100%;
    background-color: var(--white);
  }
  section {
    padding: 1rem 0rem;
  }
  ul.gare {
    margin-bottom: 0;
  }

  br.title {
    display: none;
  }

  h2 {
    font-size:1.3rem;
  }

  p {
    font-size:1rem;
  }

  p.intro {
    font-size:1.1rem;
  }

  p.intro2 {
    font-size:1.1rem;
  }

  p.avis {
    font-size:1rem;
  }

    .services_card h3 {
      font-size:1.1rem;
    }

        .mvp2 h3 {
          font-size:1.1rem;
        }


  .container {
    padding: 0 15px;
  }

  .first {
    display: block;
    background-image: url("../images/image_cover.webp");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 1rem 0rem 3rem 0rem;
  }

  .container.services_card > div {
    flex-basis: 100%;
    margin-right: 0;
  }

  .testimonial-carousel {
    flex-direction: column;
  }

  .gare-columns {
    flex-direction: column;
  }

  .logomodal {
    max-width: 70%;
  }

  .mvp {
    flex-direction: column;
  }

  .modal-title {
    font-size: 1.2rem;
  }

  .mvp_items {
    width: 100%;
    margin: 0.3rem 0rem;
  }

  .mvp_items img {
    max-width: 100px;
  }

  .mvp2-right {
    padding: 0 !important;
  }

  .accordion .icon {
    display: none;
  }

  .logo {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  div.container.services {
    gap: 0;
  }

  .buttons {
    display: flex;
    flex-wrap: wrap;
    /* Permet de passer à une disposition sur plusieurs lignes sur mobile */
    gap: 1rem 0px;
    margin: 2rem 0rem;
    flex-direction: column;
  }

  .container.mvp2-left img {
    display: none;
  }

  .mvp2-right span {
    font-size: 1.2rem;
    text-align: center;
  }

  span.intro {
    font-size: 1.2rem;
    text-align: center;
  }
  .awards-columns ul {
    padding: 0;
  }

  .awards-columns ul li {
    font-size: 1.2rem;
  }

  p.intro {
    line-height: 1.75rem;
  }

    .awards-columns img {
      display:block;
      margin:0 auto;
    }

  .intituleparagraphe {
    margin-top: 0;
  }
  .cta {
    flex: 1;
    padding: 1.5rem;
    border-radius: 0.3rem;
    white-space: normal;
    font-weight: 400;
    font-family: 'Strokeweight 80';
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    /* Ajout de cette propriété */
    justify-content: center;
    /* Ajout de cette propriété */
  }

  .awards {
    flex-flow: column wrap;
  }

  .margin-icon {
    margin-right: 10px;
  }

  .tarification {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem 0rem;
  }

  table {
    background: white;
    box-shadow: var(--boxshadow);
    border-collapse: collapse;
    padding: 5px;
    height: 700px;
    display: inline-table;
    width: 100%;
    border-radius: 0.3rem;
    flex: 0 0 calc(84.33% - 20px);
  }

  td {
    padding: 2rem 10px;
    text-align: left;
    font-family: strokeweight;
  }

  .services {
    flex-direction: column;
  }

  .services_card {
    box-shadow: none;
    border-radius: 0.23rem;
    flex-flow: column wrap;
    display: flex;
    justify-content: center;
    padding: 1.3rem 0rem;
  }

  .customPadding {
    padding: 0px !important;
  }

  img#credit {
    display:block;
    margin:0 auto;
    width:35%;
  }

  div.awards-columns > div.container {
    flex-flow: column wrap;
    padding:"x" 0 5rem;
  }

  .accordion .accordion-title {
    font-size: 1.0rem;  
    line-height: 1.75rem;
  }

    .accordion .accordion-content p {
      font-size:1rem;
    }
  .first h1 {
    font-size: 1.5rem;
    font-family: 'Strokeweight 140', sans-serif, serif;
  }

  .first p {
    font-size:1rem;
  }

    .precision p {
      font-size:0.9rem;
    }

  ul.gare {
    margin: 0;
  }

  .slide-in {
    display: flex;
    justify-content: center;
    opacity: 0.5;
    transform: translateX(-150%);
    transition: opacity 0.5s, transform 0.5s;
  }

  .slide-in.animate {
    opacity: 1;
    transform: translateX(0);
    transition: 50ms;
  }

  th {
    height:75px;
  }

  h3.by {
    font-size:1rem;
  }

    .scroll-arrow {
      display:none;
    }


}

/* Tablettes */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* Vos styles CSS pour les tablettes ici */
  body {
    background-color: var(--white);
  }

  .container {
    padding: 0 15px;
  }

  .first {
    display: block;
    background-image: url("../images/image_cover.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 2em 0rem;
  }

  .logo {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .gare-columns {
    flex-direction: row;
  }

  .cta {
    flex: 1;
    padding: 1.5rem;
    border-radius: 0.3rem;
    white-space: normal;
    font-weight: 400;
    font-family: 'Strokeweight 80';
    text-decoration: none;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* Ajout de cette propriété */
    justify-content: center;
    /* Ajout de cette propriété */
  }

  table {
    background: white;
    box-shadow: var(--boxshadow);
    border-collapse: collapse;
    padding: 5px;
    height: 800px;
    display: inline-table;
    width: 100%;
    border-radius: 0.3rem;
  }

  img#credit {
      width: 300px;
        position: fixed;
        bottom: 5%;
        right: 5%;
        z-index: 10;
  }

  .services_card {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background: white;
    box-shadow: 0 0 0 1px #d9d9d9, inset 0 0 0 40px #fff;
    border-radius: 0.23rem;
    flex: calc(23.33% - 20px);
  }
}

/* Ordinateur de bureau */
@media only screen and (min-width: 1024px) {
  /* Vos styles CSS pour les ordinateurs de bureau ici */
  body {
    background-color: var(--white);
    border: 1px solid black;
  }

  .container {
    max-width: 80%;
    /* Largeur maximale du conteneur */
    margin: 0 auto;
  }

  .first {
    display: block;
    background-image: url("../images/image_cover.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3rem 0rem;
  }

  .logo {
    width: 30%;
    display: block;
    margin: auto;
  }

  .cta {
    flex: 0 0 auto;
    /* Empêche le bouton de prendre toute la largeur */
    padding: 1.5rem;
    border-radius: 0.3rem;
    white-space: normal;
    font-weight: 400;
    font-family: 'Strokeweight 80';
    text-decoration: none;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* Ajout de cette propriété */
    justify-content: center;
    /* Ajout de cette propriété */
  }

  table {
    background: white;
    box-shadow: var(--boxshadow);
    border-collapse: collapse;
    padding: 5px;
    height: 730px;
    display: inline-table;
    width: 100%;
    border-radius: 0.3rem;
  }

  img#credit {
    width: 300px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 10;
  }

  .gare-columns {
    flex-direction: row;
  }

  .services_card {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background: white;
    box-shadow: 0 0 0 1px #d9d9d9, inset 0 0 0 40px #fff;
    border-radius: 0.23rem;
    flex: calc(23.33% - 20px);
  }

  .mvp2 h2 {
    text-align: left;
   font-family: 'Strokeweight 140', sans-serif, serif;
  }
}

.cta:hover {
  box-shadow: var(--boxshadow);
  transform: scale(1.05);
  transition-duration: 500ms;
}

p.footer {
  color: rgb(0, 0, 0);
  font-weight: 300;
  text-align: center;
  font-family: 'Strokeweight 80';
  
}

.slide-in-left {
  display: flex;
  justify-content: center;
  opacity: 0.5;
  transform: translateX(-15%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-left.animate {
  opacity: 1;
  transform: translateX(0);
  transition: 1s;
}

.slide-in-top {
  display: flex;
  justify-content: center;
  opacity: 0.5;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-top.animate {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}


.fa-calendar {
  margin-left:10px;
}

.fa-info-circle {
    margin-left: 10px;
}

.fa-landmark {
  margin-left:10px;
}

#engare {
  margin-left:0;
}

.fa-arrow-right {
  margin-left:10px;
}

.fa-times {
  margin-left:10px;
}


/* CSS pour Safari uniquement */
@media not all and (min-resolution:.001dpcm) {
  @media {
    * {
      letter-spacing: 0px;
    }
  }
}




progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;

  /* Dimensions */
  width: 100%;
  height: 9px;

  /* Reset the appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: var(--black);

  /* Progress bar value for IE10+ */
  color: var(--yellow);
}

progress::-webkit-progress-bar {
  background-color: var(--black);
}

progress::-webkit-progress-value {
  background-color: var(--yellow);
  /* box-shadow: 0px 1px  rgba(38, 57, 77, 0.4); */
  /* Ajoute une ombre portée */
}

progress::-moz-progress-bar {
  background-color: red;
  
}

.scroll-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: blink 2s infinite;
  color:white;
  
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

