:root
{
  ::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#efefef;border-radius:6px}::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#c4c4c4}
}
html,body {
  background: #ebf2f4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.hero-body .container {
  max-width: 700px;
}
.hero-body .title {
  color: hsl(192,17%,99%) !important;
}
.hero-body .subtitle {
  color: hsl(192,17%,99%) !important;
  padding-top: 2rem;
  line-height: 1.5;
}

.features {
  padding: 5rem 0;
}

.navbar-menu {
  color: red;
}

.box.cta {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.card-image {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.card .icon-default {
  opacity: 1;
}

.card .icon_hover {
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  visibility: hidden;
}

.card:hover .icon-default {
  opacity: 0;
}

.card:hover .icon_hover {
  visibility: visible;
}

.card .fa-solid.fa-6x {
  font-size: 6em;
}

.button {
  color: #5E97D8;
}

.card-content .content {
  font-size: 12px;
  color: #5E97D8;
}

.card-content .content h4 {
  font-size: 22px;
  font-weight: 700;
}

.card {
  display: flex;
  flex-direction: column;
  height: 400px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px rgba(71, 63, 63, 0.18);
          box-shadow: 0px 2px 4px rgba(71, 63, 63, 0.18);
  margin-bottom: 4rem;
}

.card-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.intro {
  padding: 5rem 0;
  text-align: center;
}

.sandbox {
  padding: 5rem 0;
}

.tile.notification {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.is-shady {
-webkit-animation: flyintoright .4s backwards;
        animation: flyintoright .4s backwards;
background: #fff;
-webkit-box-shadow: rgba(48, 10, 105, 0.1) 0 1px 0;
        box-shadow: rgba(48, 10, 105, 0.1) 0 1px 0;
border-radius: 4px;
display: inline-block;
margin: 10px;
position: relative;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.is-shady:hover {
-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
        box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}

.num-color{
  color: white;
}

.header-background {
  background-color: #5E97D8;
}

.header-background .navbar-end a {
  margin-top: 2px;
  color: black;
}

.agrandir-image {
  width: 120px;
  height: 800px;
}

.remerciement {
  bottom:  17px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.footer-pages a {
  margin-right: 15px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.footer-pages a {
  color: white;
  text-decoration: none;
}

.footer-pages a:hover {
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
          box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}

.footer {
  position: -webkit-sticky;
  bottom: 0px;
  width: 100%;
  background-color: #5E97D8;
  color: white;
  padding: 10px 0;
}

.has-margin-top {
  margin-top: 2rem;
}

@media (min-width: 992px) {
.custom-card {
  justify-content: center;
  flex-direction: column;
  margin-top: 7%;
  margin-left: 70px;
  width: 180%;
    gap: 20px;
  }
}
