@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.fg-cadet {
  color: #4D6A72;
}

.bg-cadet {
  background-color: #4D6A72;
  color: hsl(0deg, 0%, 95%);
}

.fg-red {
  color: hsl(10deg, 67%, 47%);
}

.bg-red-l {
  background-color: #da6b59;
  color: hsl(0deg, 0%, 95%);
}

.bg-red-l:hover {
  background-color: hsl(8deg, 64%, 70%);
  color: hsl(0deg, 0%, 95%);
}

.bg-red {
  background-color: hsl(10deg, 67%, 47%);
  color: hsl(0deg, 0%, 95%);
}

.bg-red:hover {
  background-color: hsl(10deg, 67%, 57%);
  color: hsl(0deg, 0%, 95%);
}

.fg-green {
  color: hsl(78deg, 27%, 52%);
}

.fg-green:hover {
  color: hsl(78deg, 27%, 62%);
}

.fg-green-ovoff {
  color: hsl(78deg, 27%, 52%);
}

.bg-green-l {
  background-color: hsl(78deg, 27%, 62%);
  color: hsl(0deg, 0%, 95%);
}

.bg-green-l:hover {
  background-color: hsl(78deg, 27%, 72%);
  color: hsl(0deg, 0%, 95%);
}

.bg-green {
  background-color: hsl(78deg, 27%, 52%);
  color: hsl(0deg, 0%, 95%);
}

.bg-green:hover {
  background-color: hsl(78deg, 27%, 62%);
  color: hsl(0deg, 0%, 95%);
}

.fg-blue {
  color: hsl(193deg, 51%, 45%);
}

.fg-blue-l {
  color: hsl(193deg, 51%, 55%);
}

.bg-blue-l {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(193deg, 51%, 55%);
}

.bg-blue-l:hover {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(193deg, 51%, 65%);
}

.bg-blue {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(193deg, 51%, 45%);
}

.bg-blue:hover {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(193deg, 51%, 55%);
}

.fg-orange {
  color: hsl(193deg, 51%, 45%);
}

.bg-orange-l {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(40deg, 64%, 60%);
}

.bg-orange-l:hover {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(40deg, 64%, 70%);
}

.bg-orange {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(40deg, 67%, 47%);
}

.bg-orange:hover {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(40deg, 67%, 57%);
}

.bg-transp {
  background-color: rgba(0, 0, 0, 0);
}

.bg-transp:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.big-text-dark {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5em;
}

.default-text-light {
  font-size: 1rem;
  font-weight: 400;
  color: #dae1e4;
}

.card-header-txt-sel {
  letter-spacing: 0rem;
  margin-left: 0.2rem;
}

.main-container-index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-container {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/index/aire_background_home.jpg");
}

.content-index {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.index-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: auto;
  flex-grow: 1;
  min-width: 300px;
  max-width: 800px;
}

.index-btn-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: 0;
}

.index-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 45rem;
}

.index-main-title {
  font-size: 5.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f3f5f6;
  text-shadow: 8px 10px 10px rgba(20, 27, 5, 0.8);
}

.index-footer-links {
  color: hsl(193deg, 51%, 45%);
}

.index-footer-links:hover {
  color: hsl(193deg, 51%, 55%);
}

.txt-deco-off {
  text-decoration: none;
}

.dm-btn-start {
  display: inline-block !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 13.2rem;
  font-family: "Poppins";
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 2.4rem;
  margin: 0.6rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 2.4rem !important;
  border: 0;
  color: hsl(0deg, 0%, 95%);
  background-color: #5dc8e5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
}

.dm-btn-start:hover {
  color: rgb(255, 255, 255);
  font-weight: 500;
  background-color: hsl(193deg, 51%, 55%);
}

.footer-main {
  margin-top: auto;
  width: 100%;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-text {
  color: #4f6f7d;
  font-size: 0.75rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.footer-text-light {
  color: #acbbc2;
  font-size: 0.75rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.index-input-chck {
  accent-color: hsl(193deg, 51%, 45%) !important;
  width: 1rem !important;
  height: 1rem !important;
  font-size: inherit;
}

.index-term-label {
  font-size: 1rem;
  font-weight: 400;
  color: #dae1e4;
  margin-left: 0.5rem;
}

/* --------------- RESPONSIVE SETTINGS ------------------- */
/* comportement de 0 à 350px (V-SMALL Iphones) */
@media only screen and (max-width: 380px) {
  .index-main-title {
    font-size: 2.2rem;
  }
  .index-title-container {
    margin-top: 26rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    max-width: 6.6rem;
    font-family: "Poppins";
    font-size: 0.48rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
    line-height: 1.2rem;
    margin: 0.3rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.2rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .index-input-chck {
    accent-color: hsl(193deg, 51%, 45%) !important;
    width: 0.75rem !important;
    height: 0.75rem !important;
    font-size: inherit;
  }
  .index-term-label {
    font-size: 0.75rem;
    font-weight: 400;
    color: #dae1e4;
    margin-left: 0.375rem;
  }
  .footer-text-light {
    font-size: 0.6rem;
  }
}
/* comportement de 351 à 570px (SMALL Iphones) */
@media (min-width: 381px) and (max-width: 570px) {
  .index-main-title {
    font-size: 2.4rem;
  }
  .index-title-container {
    margin-top: 28rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    width: 100%;
    max-width: 8.25rem;
    font-family: "Poppins";
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.1875rem;
    line-height: 1.5rem;
    margin: 0.375rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.5rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .index-input-chck {
    accent-color: hsl(193deg, 51%, 45%) !important;
    width: 0.85rem !important;
    height: 0.85rem !important;
    font-size: inherit;
  }
  .index-term-label {
    font-size: 0.85rem;
    font-weight: 400;
    color: #dae1e4;
    margin-left: 0.425rem;
  }
  .footer-text-light {
    font-size: 0.7rem;
  }
}
/* comportement de 571px à 1024px (MEDIUM Tablettes ) */
@media (min-width: 571px) and (max-width: 1024px) {
  .index-main-title {
    font-size: 3.2rem;
  }
  .index-title-container {
    margin-top: 33rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    padding-top: 0.7083333333rem;
    padding-bottom: 0.7083333333rem;
    width: 100%;
    max-width: 9.35rem;
    font-family: "Poppins";
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.2125rem;
    line-height: 1.7rem;
    margin: 0.425rem;
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.7rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .index-input-chck {
    accent-color: hsl(193deg, 51%, 45%) !important;
    width: 1rem !important;
    height: 1rem !important;
    font-size: inherit;
  }
  .index-term-label {
    font-size: 1rem;
    font-weight: 400;
    color: #dae1e4;
    margin-left: 0.5rem;
  }
  .footer-text-light {
    font-size: 0.7rem;
  }
}
/* comportement de 1025px à 1400px (LARGE Tablet surface) */
@media (min-width: 1025px) and (max-width: 1400px) {
  .index-main-title {
    font-size: 3rem;
  }
  .index-title-container {
    margin-top: 31rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    width: 100%;
    max-width: 8.25rem;
    font-family: "Poppins";
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.1875rem;
    line-height: 1.5rem;
    margin: 0.375rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.5rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .index-input-chck {
    accent-color: hsl(193deg, 51%, 45%) !important;
    width: 0.75rem !important;
    height: 0.75rem !important;
    font-size: inherit;
  }
  .index-term-label {
    font-size: 0.75rem;
    font-weight: 400;
    color: #dae1e4;
    margin-left: 0.375rem;
  }
  .footer-text-light {
    font-size: 0.7rem;
  }
}
/* comportement de 1920px et au delà (X-LARGE) */
@media (min-width: 1400px) and (max-width: 1920px) {
  .index-main-title {
    font-size: 3.8rem;
  }
  .index-title-container {
    margin-top: 38rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%;
    max-width: 9.9rem;
    font-family: "Poppins";
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.225rem;
    line-height: 1.8rem;
    margin: 0.45rem;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.8rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .index-input-chck {
    accent-color: hsl(193deg, 51%, 45%) !important;
    width: 0.9rem !important;
    height: 0.9rem !important;
    font-size: inherit;
  }
  .index-term-label {
    font-size: 0.9rem;
    font-weight: 400;
    color: #dae1e4;
    margin-left: 0.45rem;
  }
  .footer-text-light {
    font-size: 0.7rem;
  }
}
/* comportement de 1920px et au delà (XXL) */
@media (min-width: 1921px) {
  .index-main-title {
    font-size: 4.6rem;
  }
  .index-title-container {
    margin-top: 48rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8333333333rem;
    padding-bottom: 0.8333333333rem;
    width: 100%;
    max-width: 11rem;
    font-family: "Poppins";
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.25rem;
    line-height: 2rem;
    margin: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 2rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .index-input-chck {
    accent-color: hsl(193deg, 51%, 45%) !important;
    width: 1rem !important;
    height: 1rem !important;
    font-size: inherit;
  }
  .index-term-label {
    font-size: 1rem;
    font-weight: 400;
    color: #dae1e4;
    margin-left: 0.5rem;
  }
  .footer-text-light {
    font-size: 0.8rem;
  }
}

/*# sourceMappingURL=index.css.map */
