@import url("fontawesome-all.min.css");
@import url("https:/fonts.googleapis.com/css?family=Lato:300,400,900");

/* Home section */
html {
  max-width: 100%;
  overflow-x: hidden;
}

body,
input,
select,
textarea {
  color: #7c8081;
  font-family: "Lato", sans-serif;
  font-size: 15pt;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.75em;
}

@media screen and (max-width: 1280px) {
  /* Basic */

  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body,
  input,
  select,
  textarea {
    font-size: 13pt;
    letter-spacing: 0.025em;
    line-height: 1.65em;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

}

.home {
  width: 100%;
  height: 100vh;
  background-image: url(../images/landing.png);
  background-position: center bottom;
  background-size: cover;
}

.navTrigger {
  display: none;
}

.nav {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.landing-border {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1vh;
  height: 15vmin;
  color: #fff;
}

#text-container {

}

#presentation {
  margin: 10px;
}

#presentation h1 {
  color: #004586;
  line-height: 2rem;
  margin-bottom: 25px;
}

#presentation ul {
  margin: 10px;
}

#menu-bar {
  background-color: #004586;;
  margin: 0;
}

#landing-container {
  position: initial;
  overflow: hidden;
}

.bg-text {
  font-weight: bold;
  position: absolute;
  width: 80%;
  text-align: center;
  width: 100%;
  backdrop-filter: blur(0px);
  background-color: #004586bd;
    padding-top: 1dvh;
  padding-bottom: 1dvh;
  color: white;
}

#intro-infos-1 {
  top: 10px;
}

#intro-infos-2 {
  bottom: 80px;
  padding: 20px 0px;
}

#city-bx {
  width: 100dvw;
  height: 100dvh;
  object-position: 13dvw 15dvh;
  object-fit: cover;
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  touch-action: none;
}

.city-bx-after {
  position: initial !important;
  object-position: 0 0 !important;
}

#landing-container {
  margin-top: 7dvh;
  overflow-x: hidden;
  width: 100dvw;
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
}

a {
  text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent; /* iOS/Android tap highlight */
}

#img-pres-container {
  padding: 10px 0px 10px 0px;
  background-color: #004586;
  margin-top: 50px;
}

#img-pres-container img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}

#img-pres-container h1
{
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 700;
}

#img-pres-container a {
  border: .2rem solid #ffffff;
  border-radius: .25rem;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.1875rem 1.4375rem;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-top: 10px;
  font-weight: 800;
}

#pres-list {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  position: relative;
  overflow: clip;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.pres-card {
  height: 100%;
  margin: 0;
  display: flex;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  position: relative;
  overflow: clip;
  border: 2px solid #004586;
  padding: 1.75rem 1.25rem;
  border-radius: 15px;
  color: black;
}

.pres-card img {
  display: inline-block;
  vertical-align: middle;
  height: 10dvh;
  width: 20dvw;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
}

.pres-card h2 {
  text-align: start;
  font-size: 1.4rem;
  font-weight: 800;
  color: #004586;
  line-height: 2rem;
}

#solutions-grid {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}

.solutions-card {
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.solutions-card div {
  margin-top: 30px;
  border-radius: .25rem;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.solutions-card div:last-child {
  padding: 5px;
}

.solutions-card img {
  width: 100%;
}

.solutions-card h2 {
  text-align: left;
  margin: 0;
  font-size: clamp(1.25rem, .5rem + 2vw, 1.375rem);
  font-weight: 600;
  color: #004586;
}

.solutions-card p {
  font-size: 1rem;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.25rem;
  margin-bottom: 25px;
}

.solutions-card a {
  border: 2px solid #004586;
  border-radius: .25rem;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.1875rem 1.4375rem;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
  background-color: #fff;
  color: #004586;
}


@media (max-width: 932px) and (orientation: landscape) {
  .pres-card img {
    height: 35dvh;
  }

  .pres-card {
    flex: 1 1;
    flex-flow: row;
    flex-wrap: wrap;
  }

  .pres-card h2 {
    font-size: 2rem;
    margin: 0 auto;
    display: flex;
    align-self: center;
}

  #pres-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .pres-card img {
    height: 20dvh;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pres-card img {
    height: 20dvh;
  }
}


@media (min-width: 1024px) {
  .pres-card img {
    height: 100px;
    width: 100px;
  }

  #img-pres-container img {
    height: 90dvh;
  }

  #text-container {
    width: 1024px;
    margin: 0 auto;
  }

  #intro-infos-1 {
    display: initial;
    left: 0;
  }

  #intro-infos-2 {
    display: initial;
    left: 0;
    bottom: 28dvh;
    padding: 68px 0px;
  }

  #menu-container.show ul li a {
    font-size: 4rem;
    line-height: 4rem !important;
  }

}