body,
html {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
  color: #07295b;
  font-weight: 400;
}

.no-mrg {
  margin: 0px;
}

.full-right {
  margin-left: auto !important;
}

.baseline {
  font-size: 20px;
  margin-bottom: 0px;
  text-align: right;
}

.hdr {
  padding: 15px 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.349);
  background-color: #ffffff;
  box-shadow:
    0 3px 5px rgba(0, 9, 128, 0.05),
    0 4px 10px rgba(0, 9, 128, 0.035);
  align-content: center;
  vertical-align: middle;
}

.bg-hero {
  background-color: #edf0f6;
  padding: 30px 0px;
}

.flx-clm {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

.main-title {
  font-weight: bold;
  margin: 0px;
  font-size: clamp(26px, 4vw, 33px);
}

.hero-txt {
  padding: 20px 0px 0px 0px;
  clear: both;
}

.elt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.elt-r {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valign-abs-txt-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  z-index: -1 !important;
}

* .img-responsive {
  margin: 0 auto;
}

.brd {
  border: 2px solid black;
}

.logo-thnk {
  margin: 0 auto;
}

.thnk-container {
  padding: 50px 0px;
}

.frame {
  background-color: #71c341;
  padding: 4.5% 50px 4.5% 50px;
  position: relative;
  color: #fff;
}

.frame p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.navbar-form {
  padding: 2px 0px 0px 0px;
}

.big-tt {
  color: #ffffff;
  text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.7);
  font-size: 72px;
}
.check-block-2 {
  background-color: #f3f8ff;
  padding: 40px 30px;
  border-radius: 25px;
}

.bgtxt {
  background: linear-gradient(
    90deg,
    rgba(18, 101, 221, 1) 0%,
    rgba(18, 101, 221, 1) 100%
  );
  padding: 5px 15px;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.sub-tt {
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.55em;
  margin: 0px;
}

.txt-aligner {
  text-align: left;
}

.m-auto {
  margin: auto;
}

/* Block3 */
.mt-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pd-50 {
  padding: 50px 0px;
}

.pd-80 {
  padding: 80px 0px;
}

.light-grey {
  background-color: #f9f9f9;
}

.light-purple {
  background-color: #f3f8ff;
}

.check-block {
  background-color: #f3f8ff;
  padding: 20px 30px;
  border-radius: 25px;
}

.grn-ic {
  color: #00d9a6;
}

.square-box,
.square-box-p {
  border: none;
  padding: 30px 15px 30px 15px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 18px 45px 0px rgba(242, 244, 255, 0.14);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 1.4s;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #07295b;
}

.square-box-p {
  background-color: #f3f8ff;
}

.square-box-p h4 {
  line-height: 1.5em;
  font-size: 16px;
  margin-bottom: 25px;
}

.square-box-p ul {
  font-size: 16px;
  padding-left: 20px;
}

.square-box,
.box-stroke {
  padding: 25px 20px;
  margin-bottom: 25px;
  border: none;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #082c6f;
}

.box-stroke {
  border: 1px solid #082c6f;
}

.square-box p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.5em;
  font-weight: 500;
}

.square-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.square-box img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  margin-bottom: 25px;
}

.hl {
  background-color: rgba(18, 101, 221, 1);
  color: #fff;
  border-radius: 15px;
  padding: 8px 15px;
  display: inline-block;
  margin-top: 15px;
  font-size: 17px;
}
.clr-bth {
  margin-bottom: 30px;
}

.ic {
  margin-bottom: 2px;
}

.ic img {
  width: 120px;
  height: auto;
}

.tt1 {
  font-weight: bold;
  font-size: 17px;
}

.stt1 {
  font-size: 16px;
}

.ttext {
  font-size: 16px;
  text-align: justify;
  line-height: 1.7em;
}

.ttext li {
  margin-bottom: 17px;
}

.ttext li:last-child {
  margin-bottom: 0px;
}

.ttextc {
  font-size: 16px;
  text-align: center;
  line-height: 1.7em;
}

/*FAQ*/

.panel-title > a {
  color: #082c6f;
  font-weight: bold;
  text-decoration: none;
}

.panel-title > a:hover {
  text-decoration: none;
}
.faq-item {
  padding: 15px 5px;
  background-color: #edf0f6;
  border: none;
}

.panel-body p,
.panel-body ul {
  color: #082c6f;
  font-weight: 500;
  line-height: 28px;
  padding-top: 0px;
  font-size: 16px;
}

.panel-default > .panel-heading {
  background-color: transparent;
}

.panel-heading.active {
  background-color: #edf0f6;
}

/* Rotation du chevron */
.faq-toggle i {
  transition: transform 0.3s ease;
}

.faq-toggle.collapsed i {
  transform: rotate(180deg);
}

.faq-toggle:not(.collapsed) i {
  transform: rotate(360deg);
}

/*FAQ*/

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

/* Form */

.lh-15 {
  line-height: 1.5em;
}

.fs-15 {
  font-size: 15px;
}

.fs-20 {
  font-size: 20px;
}

.custom-hr {
  margin-top: 20px;
  margin-bottom: 30px;
  border-top: 2px solid #aebefd;
  width: 50px;
}

.load {
  position: relative;
  color: transparent;
  text-shadow: 0 0 10px rgba(31, 40, 115, 1);
  margin-bottom: 50px;
}

.la-low-vision {
  font-size: 60px;
  color: #3fb0f7;
  text-shadow: none;
}

.blr {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background-color: #07295b;
  padding: 30px 0px;
  color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #ffffff;
}

footer img {
  width: 260px;
  margin-bottom: 20px;
}

.disclaimer {
  background-color: #f0f4f9;
  color: #9daab0;
  padding: 20px 0px;
}

.item {
  position: relative;
}

.ic-l i {
  font-size: 80px;
  background: -webkit-linear-gradient(#082c6f, #852d91, #082c6f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.ivg {
  width: 120px;
}

* {
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

::selection {
  background: #082c6f;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}

::-moz-selection {
  background: #082c6f;
  /* Gecko Browsers */
  color: #ffffff;
}

/*success*/

.succ-ic {
  padding: 25px;
  border: 1px solid #eee;
  background-color: #ffffff;
}

.succ-ic img {
  width: 90px;
}

.flag li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ico_flag {
  font-size: 35px;
  border-radius: 5px;
}

.brdp {
  border: 1px solid #082c6f;
  padding: 15px;
  border-radius: 20px;
}

.tag-wrap {
  display: flex;
  gap: 8px 6px;
  flex-wrap: wrap;
}

.tag-p {
  background: linear-gradient(
    90deg,
    rgba(18, 101, 221, 1) 0%,
    rgba(18, 101, 221, 1) 100%
  );
  border: 1px solid var(--ylw);
  border-radius: 10px;
  padding: 6px 20px;
}

.tag-p span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.card-b-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
}

.card-b-wrapper .card-b {
  width: 46%;
  flex-basis: 46%;
}

.card-b-wrapper img {
  height: 80px;
}

.crd-nbr p {
  color: var(--ylw) !important;
}
