@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-terms {
  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-terms {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.terms-btn-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
}

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

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

.terms-bg-blur {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 70%;
  max-height: 84vh;
  margin-top: 1rem;
  margin-bottom: auto;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0.8em;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background-color: rgba(62, 62, 62, 0.5);
}

.terms-text-container {
  display: flex;
  flex-direction: column;
  justify-content: top;
  width: 100%;
  padding: 2.5rem;
  padding-right: 3rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align: justify;
  color: #dae1e4;
  overflow: hidden;
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 0.35rem;
  border-radius: 4rem;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem !important;
  border-radius: 4rem !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #4f6f7d;
  transition: background-color 2s;
}

/* Only FireFox */
* {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(108, 127, 138, 0.5333333333) rgba(0, 0, 0, 0) !important;
}

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

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

.terms-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 */
}

.articles-title {
  font-size: 1.3rem;
  text-align: center;
}

.sub-title-terms {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* --------------- RESPONSIVE SETTINGS ------------------- */
/* comportement de 0 à 350px (V-SMALL Iphones) */
@media only screen and (max-width: 380px) {
  .terms-main-title {
    font-size: 2.2rem;
  }
  .terms-bg-blur {
    width: 90%;
    max-height: 27rem;
    padding: 0.25rem;
  }
  .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);
  }
  .footer-text-light {
    font-size: 0.6rem;
  }
}
/* comportement de 351 à 570px (SMALL Iphones) */
@media (min-width: 381px) and (max-width: 570px) {
  .terms-main-title {
    font-size: 2.2rem;
  }
  .terms-bg-blur {
    width: 90%;
    max-height: 78vh;
    padding: 0.25rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 0.5833333333rem;
    padding-bottom: 0.5833333333rem;
    width: 100%;
    max-width: 7.7rem;
    font-family: "Poppins";
    font-size: 0.56rem;
    font-weight: 400;
    letter-spacing: 0.175rem;
    line-height: 1.4rem;
    margin: 0.35rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.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);
  }
  .footer-text-light {
    font-size: 0.6rem;
  }
}
/* comportement de 571px à 1024px (MEDIUM Tablettes ) */
@media (min-width: 571px) and (max-width: 1024px) {
  .terms-main-title {
    font-size: 2.2rem;
  }
  .terms-bg-blur {
    width: 90%;
    max-height: 84vh;
    padding: 0.25rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 0.5833333333rem;
    padding-bottom: 0.5833333333rem;
    width: 100%;
    max-width: 7.7rem;
    font-family: "Poppins";
    font-size: 0.56rem;
    font-weight: 400;
    letter-spacing: 0.175rem;
    line-height: 1.4rem;
    margin: 0.35rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.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);
  }
  .footer-text-light {
    font-size: 0.6rem;
  }
}
/* comportement de 1025px à 1400px (LARGE Tablet surface) */
@media (min-width: 1025px) and (max-width: 1400px) {
  .terms-main-title {
    font-size: 2.2rem;
  }
  .terms-bg-blur {
    width: 90%;
    max-height: 76vh;
    padding: 0.25rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 0.5833333333rem;
    padding-bottom: 0.5833333333rem;
    width: 100%;
    max-width: 7.7rem;
    font-family: "Poppins";
    font-size: 0.56rem;
    font-weight: 400;
    letter-spacing: 0.175rem;
    line-height: 1.4rem;
    margin: 0.35rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.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);
  }
  .footer-text-light {
    font-size: 0.6rem;
  }
}
/* comportement de 1920px et au delà (X-LARGE) */
@media (min-width: 1400px) and (max-width: 1920px) {
  .terms-main-title {
    font-size: 2.2rem;
  }
  .terms-bg-blur {
    width: 90%;
    max-height: 79vh;
    padding: 0.25rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 0.5833333333rem;
    padding-bottom: 0.5833333333rem;
    width: 100%;
    max-width: 7.7rem;
    font-family: "Poppins";
    font-size: 0.56rem;
    font-weight: 400;
    letter-spacing: 0.175rem;
    line-height: 1.4rem;
    margin: 0.35rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.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);
  }
  .footer-text-light {
    font-size: 0.6rem;
  }
}
/* comportement de 1920px et au delà (XXL) */
@media (min-width: 1921px) {
  .terms-main-title {
    font-size: 2.2rem;
  }
  .terms-bg-blur {
    width: 90%;
    max-height: 84vh;
    padding: 0.25rem;
  }
  .dm-btn-start {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 0.5833333333rem;
    padding-bottom: 0.5833333333rem;
    width: 100%;
    max-width: 7.7rem;
    font-family: "Poppins";
    font-size: 0.56rem;
    font-weight: 400;
    letter-spacing: 0.175rem;
    line-height: 1.4rem;
    margin: 0.35rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.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);
  }
  .footer-text-light {
    font-size: 0.6rem;
  }
}

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