@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");

/* Custom Elise */
blockquote {
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: -30px;
  quotes: "\201C""\201D""\2018""\2019";
  text-align: center;
}

blockquote:before {
  content: open-quote;
  font-weight: bold;
  font-size: 100px;
}

blockquote:after {
  content: close-quote;
  font-weight: bold;
  font-size: 100px;
}

.tm-title {
  display: none !important;
}

.tm-title + div {
  display: none !important;
}

.card-image img {
  height: 100%;
  object-fit: cover;
}

.card-image {
  height: 200px;
}

.presentation img {
  width: 200px;
  height: 100%;
}

@media (max-width: 767px) {
  .me-contacter img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

body {
  font-weight: 400;
}

.fausse-piste {
  display: none;
}

.me-contacter img {
  width: 100px;
  height: 100%;
}

/*hide Powered By banner */
.tm-content + div {
  display: none !important;
}

/*Borders appears on ID click */
.project-card {
  border: 2px solid transparent;
  /* <- here */
}

.project-card.active {
  /*border-color: transparent;*/
  animation-name: blinking;
  animation-duration: 1s;
  animation-iteration-count: 3;
}

@keyframes blinking {
  50% {
    border-color: #2b4d78;
  }
}

/* Reviews Grid */
.grid-container {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: auto;
  column-width: 300px;
}

.grid-item {
  break-inside: avoid;
}

.card {
  padding: 1.5em;
  box-shadow: 0 0.75em 1.5em -0.25em #919eab1f, 0 0 0.125em 0 #919eab33;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 1em;
  line-height: 1.5em;
  flex: 1;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.starring {
  gap: 0.1em;
}

img.note-logo {
  width: 1em;
}

.letter {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  line-height: 2em;
  color: white;
}

.bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

/* Responsive Grid */
@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
    /* Sur les petits écrans, chaque élément occupe une colonne entière */
  }
}
@media (max-width: 960px) {
  /* About */
  .about {
    flex-direction: column;
  }
}

/* Legal page */
img[alt="pdf"] {
  vertical-align: baseline;
}
