@charset "UTF-8";
/* custom stylesheet */
/*--------------- General ---------------*/
html,
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

main {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  /* padding-bottom: 100px; */
  /* overflow-x: hidden; */
}

section {
  position: relative;
  z-index: 10;
  padding: 60px 0px 80px;
}

.color-primary {
  color: #007ee5;
  /* ffa01e - orange */
  /* 00ffce - turqoise */
  /* ff5c5b - red */
}

.color-orange {
  color: #ffa01c;
}

.bullet-list {
  list-style: none;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.h1,
h1 {
  font-size: 42px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .h1,
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .h1,
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 776px) {
  .h1,
  h1 {
    font-size: 30px;
  }
  .h2,
  h2 {
    font-size: 1.5rem;
  }
}
h2 {
  color: #1b1b36;
  line-height: 1.36667;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b36;
  margin: 0;
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Inter", sans-serif !important;
}

p,
.p {
  color: #17262e;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66667;
  letter-spacing: 0.1px;
}

b {
  font-weight: 600;
}

button:focus {
  border: 0;
  outline: 0;
}

:focus {
  outline: 0;
  border: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #959595;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #959595;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
}

.link {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  border-bottom: 2px #0fd076 solid;
}

.link-back {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}

.link-back::before {
  content: "";
  background: url(/img/arrow-retour.svg) no-repeat;
  background-size: contain;
  background-position: left center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
  transition: left 0.3s ease-in-out;
}

.letter__section__01 .link-back {
  color: #000!important;
}
.letter__section__01 .link-back::before {
  background: url(/img/sendletter/arrow-retour.svg) no-repeat;
  background-size: contain;
  background-position: left center;
  width: 18px;
  height: 18px;
  position: absolute;
}

.link-back:hover::before {
  left: -6px;
}

.card {
  border: 0;
  background-color: transparent;
}

.sub-card {
  color: #1b1b36;
  background-image: url("..//img/subs-background-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f7f5ff;
}

.sub-card b {
  color: #1b1b36;
}

.nowrap {
  white-space: nowrap;
}

.card.bg-light {
  position: relative;
  overflow: hidden;
}

.card.bg-light::after {
  display: block;
  content: "";
  width: 100%;
  top: 0;
  position: absolute;
  bottom: 0;
  right: -140px;
  background: url(../img/freebox_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

@media (max-width: 1199.98px) {
  .card.bg-light::after {
    right: -180px;
  }
  .nowrap {
    white-space: inherit;
  }
}
@media (max-width: 991.98px) {
  .card.bg-light::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .card.bg-light::after {
    display: none;
  }
}
.button {
  border-radius: 5px;
  font-weight: 400;
  padding: 12px 22px;
  transition: 0.2s all;
  font-size: 16px;
}

.bg__blue {
  background-color: #007ee5;
  color: white;
}

.button.bg__dark {
  background-color: #007ee5;
  color: white;
}

.button.bg__dark:hover {
  background-color: #fff;
  color: #1b1b36;
}

.button.bg__green:hover {
  background-color: #007ee5;
  color: #1b1b36;
}

.button.bg__white:hover {
  background-color: #7f8c8d;
  color: #fff;
}

.button.bg__grey:hover {
  background-color: #7f8c8d;
  color: #fff;
}

.bg-white {
  background: #e5e5e5;
  border-radius: 5px;
}

.card.bg-white {
  padding: 15px 20px;
}

.bg-navy {
  background: #1b1b36;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #fff;
}

.bg-navy b {
  color: #fff;
}

.bg-warning-light {
  background-color: #fffae6!important;
}

.bg__green {
  background-color: #1b1b36;
  color: #fff;
}

.bg__white {
  background-color: #fff;
  color: #1b1e21;
}

button.button {
  background-color: #1b1b36;
  color: #fff;
  border: 0;
}

button.button.btn-outline-dark {
  color: #0d121f;
  background: transparent;
  border: 1px solid #0d121f!important;
  padding: 12px 22px;
  border-radius: 5px!important;
}

button.button.btn-outline-dark:hover {
  color: #ffffff;
  background: #0d121f;
  border: 1px solid #0d121f!important;
}

button.button.btn-danger {
  background-color: #ff2121;
  color: #fff;
  border: 1px solid #ff2121;
}

button.button.btn-danger:hover {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
}

button.button.btn-danger svg {
  width: 16px;
  margin-left: 6px;
}

a.load__more {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  display: table;
  padding: 10px 40px;
}

a.load__more i {
  font-size: 30px;
  text-align: center;
  margin: auto;
  display: block;
}

.btn:hover {
  /* color: #ffffff; */
  /* background: #2c248d; */
}

.big__title {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 600;
}

.double__title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 2px;
}

.double__title b {
  display: block;
  margin-top: 5px;
  font-weight: 900;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 33px;
}

.tiny__title {
  font-size: 20px;
  font-weight: 600;
}

.border {
  border: 0 !important;
}

.border-grey {
  border: 1px solid #eee!important;
}

.underline {
  border-bottom: 3px #05c46b solid;
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
}

.document__section__01,
.contact__section__01,
.personal__section__01,
.faq__section__01,
.legals-section-01 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact__section__02 {
  padding-top: 10px;
}

.card.card__document {
  position: relative;
  margin-top: 40px;
}

.card.card__document .card__img__container {
  position: relative;
  max-width: 270px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.card.card__document .card__img__container img {
  border-radius: 8px;
}

.card.card__document .card__img__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #313149;
  opacity: 0;
  border-radius: 10px;
  transition: 0.3s all;
}

.card.card__document:hover .card__img__container::before {
  opacity: 0.2;
}

.card.card__document .card__button {
  position: absolute;
  border-radius: 40px;
  height: 60px;
  width: 60px;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  border: none;
  background-color: #1b1b36;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all;
}

.card.card__document:hover .card__button {
  transform: translateY(0);
  opacity: 1;
}

.card.card__document .card__title {
  font-size: 12px;
  font-weight: 600;
  color: #1b1b36;
  margin-top: 5px;
}

.card.card__document .card__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #6c6c6c;
}

.card.card__subscription {
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  padding: 25px 50px;
  text-align: center;
}

.card.card__subscription img {
  position: absolute;
  top: -50px;
  left: -50px;
  max-width: 100px;
}

.card.card__subscription .card__title {
  font-weight: 700;
}

.card.card__subscription .card__subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.card.card__subscription.bg__green {
  padding: 25px 80px;
  display: block;
}

.card.card__subscription.bg__green p {
  color: #fff;
}

.card.card__subscription.bg__green .card__button {
  display: block;
}

.card.card__resume {
  padding: 10px;
}

.card.card__resume {
  margin-top: 50px;
  background: #ffffff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: 5px;
}

.card.card__resume .card__content {
  padding: 10px;
}

.card.card__resume .card__content .img-list img {
  width: auto;
  height: 30px;
}

.card.card__resume .card__content.bg__green__light {
  margin-top: 20px;
  display: block;
}

.card.card__resume .double__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: initial;
}

.card.card__resume .card__content .tiny__title {
  font-size: 15px;
  margin-bottom: 10px;
}

.card.card__resume .card__content b {
  font-size: 16px;
  display: block;
}

.card.card__resume .card__content p {
  font-size: 11px;
}

.total-border {
  border-top: 1px solid #ededed;
  border: 0;
}

.card.card__reviews {
  padding: 20px;
  margin-top: 25px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.card.card__reviews .double__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: initial;
}

.card.card__reviews .card__content {
  background: #007bff;
  color: #fff;
  max-width: 180px;
  padding: 10px;
  margin-top: 35px;
}

.card.card__reviews .card__content b {
  font-size: 28px;
  text-align: center;
  display: block;
}

.card.card__reviews .card__content img {
  display: block;
  margin: auto;
  max-width: 100px;
}

.card.card__reviews .card__content span {
  font-size: 13px;
  text-align: center;
  display: block;
  margin-top: 15px;
  opacity: 0.7;
}

.card.card__reviews a {
  color: #007bff;
  margin-top: 20px;
  font-weight: 600;
  border-bottom: 2px #007bff solid;
  width: 130px;
}

.card.card__classic .card__header {
  background-color: #007bff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.card.card__classic .card__title {
  font-size: 20px;
  font-weight: 600;
}

.card.card__classic .card__content {
  background-color: #ebf2fb;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.card.card__classic .card__content p {
  margin-bottom: 0;
}

.card.card__toggle {
  transition: 0.4s all;
  overflow: hidden;
  padding: 10px;
  padding-right: 40px;
}

.card.card__toggle.active {
  height: initial !important;
}

.card.card__toggle .card__title {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card.card__toggle .card__content {
  margin-top: 20px;
  font-weight: 600;
}

.card.card__toggle:hover {
  cursor: pointer;
}
.card.card__toggle.active .card__button i {
  transform: rotate(0deg);
}

.card.card__toggle .card__button i {
  position: relative;
  transform: rotate(90deg);
}

.card.card__toggle .card__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background-color: #f4fffd;
  font-size: 20px;
  color: #007ee5;
  line-height: 2;
  position: absolute;
  right: 10px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.card__toggle .card__button.active i {
  transform: rotate(0deg);
}

.card.card__toggle .card__button i {
  position: relative;
  transform: rotate(90deg);
}

.card.card__contact {
  padding: 30px;
  max-width: 350px;
}

.card.card__contact a {
  margin-top: 20px;
  margin-left: 20px;
  display: block;
  color: #fff;
}

.contact_mail,
.contact_phone {
  color: #1b1b36;
}

.contact__map a .card__icon {
  color: #00c960;
  background-color: #fff;
  padding: 10px;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: relative;
}

.contact__map a .card__icon i {
  position: absolute;
  top: 12px;
  left: 12px;
}

@media screen and (min-width: 1600px) {
  .container.huge {
    max-width: 1560px;
  }
}
.cookiealert {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #096fc3;
  color: #f8f8f8;
  font-size: 12px;
}

.cookiealert a {
  color: #fff;
  text-decoration: underline;
  font-size: 10px;
}

.cookiealert p {
  font-size: 0.8375rem!important;
}

.cookiealert button {
  padding: 6px 20px;
  border-radius: 40px;
}
.cookiealert .btn-primary {
  background: white;
  color: #096fc3;
  border: 1px solid #096fc3;
}

.cookiealert .btn-outline-primary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cookiealert .btn-outline-primary:hover {
  background: #ffffff;
  color: #096fc3;
  border: 1px solid #ffffff;
}

.breadcrumb {
  margin-top: 20px;
  width: 100%;
  position: relative;
  padding-left: 0;
  display: flex;
  bottom: 0;
  z-index: 0;
  margin-bottom: 0;
  background: none;
}

.breadcrumb-item {
  font-size: 14px;
  color: #777;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.breadcrumb .breadcrumb-item::before {
  content: ">";
  padding-left: 10px;
  padding-right: 6px;
  color: #777;
  font-size: 14px;
  position: relative;
  top: -1px;
}

.breadcrumb-item:last-of-type {
  color: #5648ff;
}

.arrow-down {
  background: #35b0e1;
  padding: 10px 40px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  transition: 0.2s all;
}

.arrow-down:hover {
  background: #eea806;
  color: #fff;
}

.breadcrumb .breadcrumb-item:first-of-type::before {
  display: none;
}

.breadcrumb a {
  color: #fff;
}

.banner {
  background-color: #31fcd5;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1b1b36;
  font-size: 24px;
  font-weight: 600;
}

.form__search {
  padding: 20px 10px 10px 10px;
}

.TerContractSearchForm.form__search input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px 0 0 5px;
  padding-left: 60px;
  border: 2px #fff solid;
  background: url("..//img/Icon_Search.svg") no-repeat #fff;
  background-position: left 20px top 11px;
  background-size: 21px;
  font-weight: 600;
}

.form__search .easy-autocomplete-container {
  background: #fff;
  margin-top: 10px;
}

.form__search .easy-autocomplete-container ul li {
  padding-left: 60px;
}

.easy-autocomplete-container ul li {
  cursor: pointer;
  border-image: none;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
}

.form__search select {
  width: 100%;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  background: url("..//img/Icon_File.svg") no-repeat #007ee5;
  background-position: left 10px top 8px;
  background-size: 18px;
  padding-left: 35px;
  font-weight: 600;
  color: white;
  left: -1px;
  position: relative;
  height: auto;
  border: 2px solid #007ee5;
}

.form__search__results {
  font-size: 14px;
  color: #727272;
}

.results ul li {
  background-color: #efefef;
}

.section__avantages {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section__avantages img {
  margin: auto;
  display: block;
}

.section__avantages .tiny__title {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.adv-card img {
  width: 100%;
}

.advantage-card_1,
.advantage-card_2,
.advantage-card_3 {
  padding: 24px;
}
.advantage-card_1 img,
.advantage-card_2 img,
.advantage-card_3 img {
  max-height: 250px;
}

.section__prices {
  clear: both;
}

.section__prices .card__title {
  font-size: 24px;
}

.section__prices img {
  max-width: 520px;
  top: -50px;
  position: relative;
}

@media screen and (max-width: 992.98px) {
  .section__prices img {
    max-width: 520px;
    margin-top: 60px;
    top: 0;
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .section__prices img {
    max-width: 320px;
    margin-top: 30px;
    top: 0;
    display: block;
  }
}
.pagination .page-item a {
  color: #007bff;
}

.pagination .page-item .active,
.pagination .page-item .active {
  background-color: #007bff;
  color: #fff !important;
}

.hero__header .pagination .page-item a {
  background: #a2a2a2;
  color: #fff;
  padding: 4px 10px;
  font-weight: 600;
  margin: 0 10px;
}

.hero__header .pagination .page-item a.active {
  background-color: #0fd076;
  color: #fff !important;
}

.owl-carousel button.owl-dot {
  height: 15px;
  width: 15px;
  background: #ebebeb;
  display: inline-flex;
  margin-right: 15px;
  border-radius: 50px;
}

.owl-carousel button.owl-dot.active {
  background-color: #1b1b36;
}

.owl-carousel .owl-nav {
  display: none;
}

.owl-carousel .owl-dots {
  margin: auto;
  text-align: center;
}

.owl-carousel button.owl-dot:first-of-type {
  margin-left: 15px;
}

.slick-prev.slick-arrow {
  z-index: 200;
}

.slick-prev:before {
  content: url(../img/icon-arrow-left.svg);
}

.slick-next::before {
  content: url(../img/icon-arrow-right.svg);
  right: 35px;
  position: relative;
}

.slick-dots li button:before {
  font-size: 16px;
}

/* .modal-content {
  min-height: 300px;
} */

.modal-header.bg-secondary {
  background-color: #1b1b36 !important;
  color: #ffffff;
}

.modal-header.bg-secondary h5 {
  color: #ffffff !important;
}

.close {
  color: #ffffff !important;
  opacity: 0.8 !important;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 99;
}

button.close {
  opacity: 1 !important;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 350px;
}

button.close img {
  width: 12px;
  height: 12px;
}

button.close:hover {
  cursor: pointer;
  opacity: 0.6 !important;
}

.modal {
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.2s linear;
}
.modal.show {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: scale(1);
}
.modal-dialog {
  max-width: 600px;
}
.modal-header {
  padding: 1.5rem;
}
.modal-body {
  padding: 2rem 1.5rem;
}
.modal-footer {
  padding: 1.5rem;
}

.modal-content {
  border-radius: 10px;
  border: 0;
}

.modal-body button {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  border: 0;
  border-radius: 40px;
  background-color: #00c960;
}

.modal-body img {
  width: 100%;
  border-radius: 20px;
}

.fade:not(.show) {
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .banner {
    font-size: 20px;
  }
  .card.card__document {
    margin: auto;
    margin-top: 40px;
    display: table;
  }
  .owl-dots {
    display: table;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .section__prices .card__title {
    font-size: 20px;
  }
  .card.card__classic .card__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card.card__classic .card__button {
    display: table;
    margin: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
  }
  .card.card__subscription {
    padding: 25px 10px;
  }
  .card.card__subscription .card__subtitle {
    font-size: 16px;
  }
  .card.card__subscription p {
    font-size: 15px;
  }
  .card.card__subscription .button.bg__green {
    margin-top: 5px;
  }
  .card.card__subscription .button {
    display: inline-block;
    margin-top: 10px;
  }
  .card.card__subscription img {
    top: -65px;
    margin-left: -50px;
    left: 50%;
  }
  .form__search input {
    border-radius: 40px;
    font-size: 14px;
    background-position: left 15px top 12px;
    background-size: 15px;
    padding-left: 35px;
  }
  .form__search .easy-autocomplete-container ul li {
    padding-left: 35px;
  }
  .form__search select {
    font-size: 14px;
    background-position: left 10px top 10px;
    max-width: 280px;
    background-size: 15px;
    padding-left: 35px;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
  }
}
.document__section__02 .form__search input {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border: 2px solid rgba(19, 10, 26, 0.15);
  border-radius: 8px;
  box-shadow: none;
  color: #46285d;
  display: inline-flex;
  height: 2.75em;
  justify-content: flex-start;
  line-height: 1.5;
  max-width: 100%;
  padding-bottom: calc(0.5em - 1px);
  padding-right: calc(0.875em - 1px);
  padding-top: calc(0.5em - 1px);
  vertical-align: top;
  width: 100%;
}

.control,
.form__search input {
  font-size: 1rem;
  position: relative;
}

.control {
  box-sizing: border-box;
  clear: both;
  text-align: inherit;
}

.icon {
  vertical-align: middle;
}

.form__search input {
  caret-color: #8c50b9;
}

.form__search input:not(:focus) {
  transition: border-color 0.1s ease-out, color 0.1s linear,
    background-color 0.1s linear;
}

.control.has-icons-left .icon {
  color: transparent;
  height: 2.75em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.75em;
  z-index: 4;
}

.control.has-icons-left input {
  padding-left: 2.75em;
}

.control.has-icons-left .icon {
  fill: #c8c0bd;
  margin-left: 0.125em;
  padding: 0.75em;
}

.control.has-icons-left > input {
  transition: padding-left 0.25s ease-out;
}

.control.has-icons-left > .icon.is-left {
  transition: left 0.25s ease-out, opacity 0.25s linear;
}

.control.has-icons-left > input:focus {
  padding-left: 0.75em;
}

.control.has-icons-left > .icon.is-left {
  left: 0;
  opacity: 1;
  transition: left 0.25s ease-out, opacity 0.25s linear;
}

.control.has-icons-left input:focus + .icon.is-left {
  opacity: 0;
  left: -1.25rem;
}

.control.has-icons-left > input:focus {
  padding-left: 0.75em;
  border-color: rgba(0, 126, 229, 0.8);
  box-shadow: 0 0 0 0 transparent;
}

.icon {
  box-sizing: border-box;
  color: #46285d;
  font-family: Averta, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.015625em;
  line-height: 1.5;
  color: transparent;
  fill: #c8c0bd;
  height: 2.75em;
  margin-left: 0.125em;
  padding: 0.75em;
  pointer-events: none;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 2.75em;
  z-index: 4;
}

.control.has-icons-left > .icon.is-left {
  transition: left 0.25s ease-out, opacity 0.25s linear;
}

.control.has-icons-left + .icon.is-left {
  left: -1.25rem;
  opacity: 0;
}

.document__section__02 .form__search input::selection {
  background-color: rgba(140, 80, 185, 0.2);
}

.document__section__02 .form__search input:not(:focus) {
  transition: border-color 0.1s ease-out, color 0.1s linear,
    background-color 0.1s linear;
}

.document__section__02 .form__search > input {
  transition: padding-left 0.25s ease-out;
}

.document__section__02 .form__search > input:focus {
  padding-left: 0.75em;
}

@media screen and (max-width: 480px) {
  .big__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .form__search input {
    font-size: 13px;
  }
  .form__search select {
    font-size: 13px;
  }
  .card.card__toggle {
    padding-right: 10px;
    height: 75px;
  }
  .card.card__toggle .card__title {
    padding-right: 45px;
    font-size: 15px;
  }
  .card.card__toggle .card__content p {
    font-size: 14px;
    line-height: 25px;
  }
  .card.card__reviews .card__content {
    max-width: 100%;
  }
  .card.card__toggle .card__button i {
    right: 0;
    top: -2px;
  }
}
/*--------------------- Home ---------------------*/
.home__section__01 {
  padding: 82px 0px 150px 0;
  position: relative;
}

.home__section__01::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  /* max-width: 1920px; */
  top: 0px;
  left: 0;
  z-index: -1;
  height: 130%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: bottom/cover no-repeat url(../img/background_1.svg);
}

.home__section__02 img {
  max-width: 500px;
}

.subhome__section__01 {
  padding: 82px 0px 150px 0;
  position: relative;
}

.subhome__section__01::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 1920px;
  height: 90vh;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
  background: top right/100% no-repeat url(../img/background_1.svg);
}

.home__section__01A img {
  /* width: 30px; */
  max-height: 160px;
}

.home__section__01A p {
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 1399.98px) {
  .home__section__01::after,
  .subhome__section__01::after {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .home__section__01::after,
  .subhome__section__01::after {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home__section__01::after,
  .subhome__section__01 {
    padding: 102px 0 150px 0;
  }
  .home__section__01::after {
    background: #f5f4ff;
    height: 100%;
  }
  .subhome__section__01::after {
    background: #f5f4ff;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .home__section__01::after,
  .subhome__section__01::after {
    background: #f5f4ff;
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .home__section__02 .button {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .home__section__03 img {
    transform: scaleX(-1);
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .home__section__04 .tiny__title {
    margin: auto;
    display: table;
  }
  .home__section__05 .tiny__title {
    margin: auto;
    display: table;
  }
}

/*--------------------- Send letter sections ---------------------*/

#sending-method .services-card img {
  width: 100px;
  margin-top: 20px;
}

#sending-method .tooltip {
  font-size: 14px;
  font-weight: 600;
  padding: 2px 8px;
  width: 24px;
  height: 24px;
  color: #007bff !important;
  background-color: #f3f5f7 ! important;
  position: relative !important;
  opacity: 1;
  border-radius: 999px;
}

.tooltip .tooltip-inner {
    background-color: #ffffff !important;  /* Dark background */
    color: #000 !important;            /* White text */
    font-size: 14px;                    /* Adjust font size */
    padding: 10px 15px;                 /* Add padding */
    border-radius: 8px;                  /* Rounded corners */
    text-align: left; 
    border: 1px solid #096fc3!important;
    opacity: 1!important;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #096fc3 !important;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #096fc3 !important;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #096fc3 !important;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #096fc3 !important;
}

.letter__section__01 {
  padding: 60px 0px 150px 0;
  position: relative;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .letter__section__01 {
    padding: 120px 0px 150px 0;
  }
  .letter__section__01::after {
    padding: 102px 0 150px 0;
  }
  .letter__section__01::after {
    background: #ffffff;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .letter__section__01 {
    padding: 80px 0px 150px 0;
  }
  .home__section__01::after,
  .subhome__section__01::after {
    background: #ffffff;
    height: 100%;
  }
  #sending-method .services-card {
    min-height: fit-content;
  }
  #sending-method .services-card img {
    width: 60px;
    margin-top: 0;
  }
}

.letter__section__01 .white-area {
  background-color: #ffffff !important;
  border: 1px solid #ffc61d;
}

.letter__section__01 [type="radio"]:checked + label:after {
  background-color: #ffc61d;
}

.letter__section__01 .step-navigation__item.active::after {
  background: center no-repeat url(../img/plane-arrow.svg), #ffc61d;
}
.letter__section__01 .step-navigation__item.active::before,
.step-navigation__item.completed:nth-child(2)::before,
.step-navigation__item.completed::after {
  background: #ffc61d;
}

.is-payment .step-navigation::after {
  background: #ffc61d;
}

.bg-white-bordered {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  right: 8px;
  border: 0;
  width: 11px;
  height: 6px;
  background: center/contain no-repeat url(/img/arrow_dropdown.svg);
}

.file-upload-wrapper {
  padding: 36px;
  /* background: #f7f5fe; */
  position: relative;
  margin-top: 32px;
}

.file-upload-wrapper .file-upload {
  opacity: 0;
  position: absolute;
  top: -200vh;
  z-index: -1;
  pointer-events: none;
}

.file-upload-wrapper .file-upload + label {
  padding: 32px 24px 24px;
  background: #fbfbfb;
  width: 100%;
  border: 3px dashed #454645;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 400ms ease-in-out;
}

.file-upload-wrapper .file-upload + label:hover {
  transform: scale(1.025);
  cursor: pointer;
  background: rgba(255, 198, 29, 0.1);
  border: 3px dashed #ffc61d;
}

#label-dropzone.valid {
  border-color: #ffc61d;
}

.file-upload-wrapper .file-upload + label img {
  height: 100%;
  width: 100%;
  max-width: 400px;
  max-height: 266.67px;
}

.file-upload-wrapper .file-upload + label .btn {
  margin: 24px 0;
  border-radius: 4px;
  padding: 16px 32px;
  min-width: 200px;
  border: 1px solid #ffc61d;
  color: #212121;
}
.file-upload-wrapper .file-upload + label .btn:hover {
  background: #ffc61d;
}

.file-upload-wrapper .file-upload + label .btn-remove {
  border: 1px solid #e30a0a;
  color: #e30a0a;
}

.file-upload-wrapper .file-upload + label .btn-remove:hover {
  border: 1px solid #e30a0a;
  background-color: #e30a0a;
  color: #ffffff;
}

.file-upload-wrapper .file-upload + label > * {
  align-self: center;
}

#document-icon {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  #document-icon {
    max-width: 50px;
    max-height: 50px;
  }
  .file-upload-wrapper .file-upload + label .btn {
    min-width: 100%;
  }
}

.template-container {
  min-height: 400px;
  border-radius: 4px;
    padding: 0;
    background: #ffffff;
}

.max-height-scroll {
  max-height: 550px;
  border: 1px solid #ffc61d;
  border-radius: 0 0 4px 4px;
  border-left: 0;
  overflow: scroll;
}

small.tabs-heading {
  font-weight: bold;
    font-size: 11px;
}

.tab-content>.active {
  display: flex;
  flex-direction: column;
}

.tab-content>.tab-pane {
  /* display: none; */
}

/*--------------------- Documents ---------------------*/
@media screen and (max-width: 992px) {
  .is-documents {
    padding-top: 75px;
  }
}
/*--------------------- Single Document ---------------------*/
.form label {
  margin-bottom: 0;
  margin-top: 15px;
}

.form input,
.form textarea {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 5px 10px;
}

.form textarea {
  margin-top: 30px;
  height: 200px;
}

.form input[type="submit"] {
  margin-top: 26px !important;
  margin-bottom: 10px;
  display: table;
}

.form__header {
  background-color: #007ee5;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form__header:not(.personal__form__header) {
  padding-left: 60px;
}

.single__form__header {
  background-image: url("..//img/Icon_File_02.svg");
  background-repeat: no-repeat;
  background-position: top 8px left 35px;
  background-size: 24px;
}

.single__form__header .single__form__title {
  font-size: 24px;
}

.single__form {
  border: 2px #ededed solid;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.single__form__content {
  padding: 20px;
}

.single__form .border {
  border: 1px #767676 solid !important;
}

.single__form .border label {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single__form .button {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
  /* background-image: url("..//img/Icon_Download.svg"); */
  background-position: top 5px left 5px;
  background-repeat: no-repeat;
  /* padding-left: 50px; */
  background-size: 30px;
  display: table;
}

.single__form .form-control {
  border-radius: 2;
  border: 1px solid #ededed;
}

.single__form label {
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.personal__form input[type="checkbox"],
.single__form input[type="checkbox"],
.single__form input[type="radio"],
.form-group input[type="checkbox"] {
  width: initial;
  display: inline;
}

.single__form .card.card__document {
  position: relative;
  margin-top: 40px;
  max-width: 250px;
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  .is-single {
    padding-top: 75px;
  }
}
.descriptive-paragraphs .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.descriptive-paragraphs h2 {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: none;
  box-sizing: inherit;
  color: #46285d;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.015625em;
  line-height: 1.5;
  color: #46285d;
  line-height: 1;
  word-break: break-word;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 1.5rem !important;
  margin-bottom: 5px !important;
}
.descriptive-paragraphs h3 {
  font-size: 1.15rem;
}

.descriptive-paragraphs > :first-child {
  margin-top: 0 !important;
}

.descriptive-paragraphs p {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  box-sizing: inherit;
  text-size-adjust: none;
  box-sizing: inherit;
  color: #46285d;
  font-family: Averta, "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.015625em;
  line-height: 1.5;
}

/*-- Form SFR --*/
.form__sfr {
  border: #555555 2px solid;
}

.form__sfr .single__form__header {
  background-image: url(../../images/Logo_SFR.png);
  background-color: #555555;
  background-position: left center;
  background-size: contain;
}

/*--------------------- Personal Info ---------------------*/
.personal__form {
  padding-bottom: 29px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.personal__form__header {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.personal__form__header .personal__form__title {
  font-size: 20px;
  color: #ffffff;
}

.personal__form label {
  margin-top: 10px;
  margin-bottom: 0;
}

#TerminationForm input[type="email"],
.contact__form input,
.contact__form textarea,
.personal__form input {
  padding: 20px 15px;
  border-radius: 0;
  font-size: 14px;
  border: 1px #ededed solid;
  letter-spacing: 0.5px;
}

.personal__form__content {
  padding: 20px;
}

.personal__form input[type="submit"] {
  margin-top: 40px !important;
}

/*--------------------- Paiement ---------------------*/
.payment__form {
  margin-top: 50px;
  background: #ffffff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: 5px;
}

.payment__form__header {
  /* background-image: url("..//img/Icon_Padlock_White.svg");
  background-repeat: no-repeat;
  background-position: top 10px left 30px;
  background-size: 18px; */
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px 5px 0px 0px;
}

.payment__form__header .payment__form__title {
  font-size: 20px;
}

.payment__form label {
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.payment__form__content {
  padding: 20px;
}

.payment__form__content h6 {
  white-space: nowrap;
}

p.payment__infos__content {
  color: #00c960;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: url("..//img/Icon_Padlock_Green.svg") no-repeat;
  margin: auto;
  margin-bottom: 0;
  margin-top: 20px;
  width: 150px;
}

small.payment__infos__content {
  margin: auto;
  display: table;
  margin-bottom: 10px;
  font-size: 11px;
  color: #959595;
}
.is-payment {
  background-color: #fff;
}

.is-payment .card__reviews {
  max-width: 250px;
}

@media screen and (max-width: 992px) {
  .is-payment,
  .is-personal {
    padding-top: 75px;
  }
  .single__form .card.card__document {
    margin: auto;
    margin-top: 40px;
  }
  .is-payment .card__reviews {
    max-width: 350px;
  }
}

@media (max-width: 575.98px) {
  .is-payment {
    padding-top: 15px;
  }
}
/*--------------------- Paiement Confirmation ---------------------*/
.is-payment-confirmation {
  padding-top: 75px;
}

/*--------------------- Contact ---------------------*/
.contact__map {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}

.contact__map a {
  color: #fff;
}

.contact__form {
  padding: 15px 10px;
}

.contact__form label {
  font-weight: 500;
}

.is-contact .card__reviews {
  border-radius: 0;
  padding: 40px;
}

.is-contact .card.card__reviews .card__content b {
  font-size: 35px;
}

.card.card__reviews .card__content img {
  max-width: 150px;
}

.is-contact .card__reviews .double__title {
  font-size: 22px;
  line-height: 30px;
}

.is-contact .card__reviews .button {
  border: 0;
  text-align: center;
  color: #000;
  display: inline-block;
}

.is-contact .card__subscription {
  border-radius: 0;
}

.contact__section__03 .card.card__reviews a {
  width: initial;
}

@media screen and (max-width: 991px) {
  .is-contact {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .is-contact .card.card__contact {
    position: relative;
    top: -8px;
    right: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 480px) {
  .card.card__subscription.bg__green {
    padding: 20px;
  }
}
/*--------------------- FAQ ---------------------*/
.is-faq .card__reviews {
  max-width: 250px;
}

@media screen and (max-width: 992px) {
  .is-faq,
  .is-legals {
    padding-top: 75px;
  }
  .is-faq .card__reviews {
    max-width: 320px;
  }
}
/*--------------------- LEGAL PAGES ---------------------*/
@media screen and (max-width: 992px) {
  .is-legals {
    padding-top: 75px;
  }
}
/*--------------------- Résiliation ---------------------*/
.form__email {
  padding: 20px 40px;
}

@media screen and (max-width: 992px) {
  .is-resiliation {
    padding-top: 75px;
  }
}
/*--------------------- Footer ---------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: #1c192b;
  /* background-image: url("..//img/footer-background.svg"); */
}

.footer .footer-main {
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer .footer-main .h4 {
  font-size: 0.985rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 15px;
  padding: 8px 0;
}

.footer .footer-main ul li {
  line-height: 2.2rem;
  margin-top: 14px;
  font-weight: 400;
  color: #f4f4f4;
  max-width: 220px;
  font-size: 14px;
}

.footer .footer-main a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 18px;
  text-decoration: none;
}

.footer .footer-main a:hover {
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.footer .footer-main .button-contact-container {
  position: relative;
  margin-left: 80px;
}

.footer .footer-main .button-contact-container::before {
  content: "";
  width: 45px;
  height: 2px;
  background: #535353;
  position: absolute;
  display: block;
  clear: bottom;
  left: -60px;
  top: 12px;
}

.footer .footer-bottom .container {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer .footer-bottom li:last-of-type::after {
  display: none;
}

.footer .footer-bottom li a {
  color: #777;
  font-size: 14px;
}

.footer .footer-bottom small {
  font-size: 14px;
  color: #f5f6f8;
}

.footer .footer-bottom small a {
  font-weight: 600;
  color: #ffa01e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  .footer .footer-main h4 {
    margin-bottom: 0;
  }
  .footer .footer-main a.button {
    margin-left: 0;
  }
  .footer .footer-main .button-contact-container {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer .footer-main .button-contact-container::before {
    display: none;
  }
  .footer .footer-main .follow-us {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer .footer-main .follow-us li {
    margin-right: 25px;
  }
  .footer .footer-main .follow-us li:first-of-type::after {
    content: ":";
    display: inline-block;
    position: relative;
    color: #fff;
    margin-left: 5px;
    margin-right: 25px;
  }
  .footer .footer-bottom li {
    margin-top: 10px;
  }
  .footer .footer-bottom small {
    margin-top: 20px;
    display: block;
    padding-bottom: 20px;
  }
  .footer .footer-bottom li::after {
    display: none;
  }
}
label.error {
  font-size: 12px;
  font-weight: 500;
  color: #e30a0a !important;
  margin-top: 4px;
}

#CustomerSubscriptionTandc {
  margin-top: 12px;
  margin-right: 10px;
}

.documentInput {
  position: relative;
}

.documentInput button {
  position: absolute;
  border-radius: 0;
  top: 0;
  right: 0;
  height: 100%;
}

li:not(.disable) a:not(.active) {
  cursor: pointer;
}

.paginationjs-next a {
  cursor: pointer;
}

.paginationjs-next.disabled a {
  pointer-events: none;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

.custom-control-label {
  font-size: 13px;
  color: #212529 !important;
}

.owl-carousel .card__title.text-center {
  max-width: 200px;
}

.owl-carousel h2 {
  line-height: 1.4;
}

.blur {
  filter: blur(4px);
  font-size: 14px;
}

#doc-preview {
  max-height: 682px;
  overflow: scroll;
}

#textDocument,
#textDocument p,
#doc-preview, 
#doc-preview p {
  font-size: 12px;
}

#textDocument div.logo-resiliation {
  text-align: right;
  float: right;
}

.form-check label {
  margin-top: 0px;
}

.easy-autocomplete {
  width: 100% !important;
  /* max-width: 480px !important; */
}

@media (max-width: 575.98px) {
  .personal__form__content,
  .single__form__content,
  .payment__form__content {
    padding: 0;
  }
  .personal__form__content .custom-control-label,
  .payment__form__content .custom-control-label {
    font-size: 13px;
  }
  .double__title b {
    font-size: 32px;
  }
}
.loader {
  width: 45px;
  height: 45px;
  padding: 0px;
  border-radius: 100%;
  border: 5px solid;
  border-top-color: rgb(246, 36, 89);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgb(246, 36, 89);
  border-right-color: rgba(255, 255, 255, 0.3);
  -webkit-animation: spiral 1s ease-in-out infinite;
  animation: spiral 1s ease-in-out infinite;
}

.loader-white {
  width: 20px;
  height: 20px;
  padding: 0px;
  border-radius: 100%;
  border: 3px solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgb(255, 255, 255);
  border-right-color: rgba(255, 255, 255, 0.3);
  -webkit-animation: spiral 1s ease-in-out infinite;
  animation: spiral 1s ease-in-out infinite;
}

@keyframes spiral {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spiral {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.custom-control-label::before,
.custom-control-label::after {
  top: 0.15rem;
}

/* Timer */
/* ------- CSS timer -------- */
.alert-timer {
  display: flex;
  position: relative;
  padding: 0.75rem 1.25rem;
  font-size: 14px;
  background-color: #fff4cf;
  border-radius: 4px;
}

#time {
  font-weight: 600;
}

.alerted {
  /* font-size: 1rem; */
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .alert-timer {
    padding: 0.6rem;
    font-size: 13px;
  }
}

/* ------- END CSS timer -------- */
.navbar-link {
  position: relative;
  padding-left: 24px;
  padding: 7px 0;
  margin-left: 52px;
}
.navbar-link img {
  position: absolute;
  left: -30px;
  width: 25px;
}
.navbar-link span:first-of-type {
  color: #2c3640;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  display: block;
}

.navbar-link span {
  display: block;
  color: #646d75;
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 1199.98px) {
  .navbar-link {
    margin-left: 44px;
  }
}

/* ------- DOCUMENT PREVIEW -------- */
.inner.is-payment #textDocument,
.inner.is-payment #letter-canvas {
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eee;
  width: 340px;
  transition: 0.3s all;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.inner.is-payment #textDocument::after,
.inner.is-payment #letter-canvas::after {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 340px;
  height: 40px;
  background: url(/img/icon-eye.svg) top center no-repeat;
  opacity: 0;
}

.inner.is-payment #textDocument:hover::after,
.inner.is-payment #letter-canvas:hover::after {
  opacity: 1;
}

.inner.is-payment #textDocument:hover {
  background-color: rgba(0, 123, 255, 0.662745098);
  transition: 0.3s all;
  z-index: 99;
}

.inner.is-payment #letter-canvas {
  border: 1px solid #eee!important;
}

.inner.is-payment #letter-canvas:hover {
  border-color: rgba(0, 123, 255, 0.6)!important;
  transition: 0.3s all;
  z-index: 99;

}

.payment-details-container.preview {
  overflow-y: hidden;
  position: relative;
}

.inner.is-payment #textDocument .letter-body p {
  font-size: 8.5px !important;
  line-height: 1.2 !important;
  margin-bottom: 1px !important;
  white-space: initial !important;
  margin-bottom: 8.5px !important;
}

#previewModal .letter-body p:nth-child(7) {
  color: transparent;
  text-shadow: 0 0 8px #999;
  font-weight: 400;
}

.inner.is-payment #textDocument img {
  position: absolute;
  top: 10px;
  right: 14px;
  /* width: 35px !important; */
  z-index: 1;
}

#previewModal .modal-content {
  border-radius: 0px;
}

#previewModal .modal-body img {
  border-radius: 0px;
}

#previewModal .letter-body p {
  line-height: 1.2 !important;
  font-size: 12px !important;
  margin-bottom: 20px !important;
}

#previewModal .btn.btn-danger {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px !important;
  min-width: 60px;
  padding: 14px;
}

@media screen and (max-width: 767px) {
  #previewModal .modal-body {
    max-height: 690px;
    overflow-y: scroll;
  }
  #previewModal .modal-dialog {
    margin-top: 100px;
  }
  #previewModal .btn.btn-danger {
    top: 98px;
    left: 8px;
    width: 35px !important;
    min-width: 35px;
    padding: 4px;
  }
}
.inner.is-payment #textDocument .document-expand {
  opacity: 0;
  background: rgba(77, 84, 119, 0.6980392157);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: 0.3s all;
}

.inner.is-payment .order-info li p {
  margin-bottom: 0 !important;
  align-items: initial !important;
}

/* ------- END DOCUMENT PREVIEW -------- */
.row-gap {
  display: row;
  gap: 32px;
}

.gap-sm {
  gap: 5px;
}

.gap-md {
  gap: 10px;
} 

.gap-lg {
  gap: 20px;
} 

dialog:-internal-dialog-in-top-layer::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.section__contact {
  background: top/cover no-repeat url(../img/bg-dark-upwards.svg);
  padding-top: 70px;
}

.card-dark {
  color: white;
}
.card-dark h2 {
  color: white;
}
.card-dark p {
  color: white;
}

.neg-4x {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

#TerInfoContractContractNameForm {
  background-color: #fff !important;
  border-color: #0b6ec3;
}

.form-header {
  background: #f1f3f5;
  padding: 10px 28px;
  border: 1px solid #f7f5ff;
  border-radius: 4px;
  border-bottom: none;
  position: relative;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #011638;
  border-radius: 4px;
}

.form-header:after {
  display: block;
  content: "";
  border: #f1f3f5 1px solid;
  background-color: #f1f3f5;
  border-top: none;
  border-right: none;
  height: 13px;
  width: 13px;
  position: absolute;
  left: 50%;
  z-index: 100;
  bottom: -7px;
  transform: translate(-50%, 0) rotate(-45deg);
}

.form-header h5,
.form-header .h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.offer-card-wide {
  padding: 62px 150px;
  background-color: #f7f5ff;
}
.offer-card-wide .offercard_wide__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 46px;
}
.offer-card-wide .long-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #011638;
}

.home__section__01 .offer-card-wide {
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  .offer-card-wide {
    padding: 1rem 1rem !important;
  }
}

.offer-container {
  padding: 35px;
  border-radius: 20px;
}

.offer-cotnainer .row {
  min-height: 400px;
}

.offer-container small {
  font-size: 16px;
  font-weight: 400;
}

.offer-container img {
  width: 30px;
}

.offer-container .separator img {
  width: 30px;
}

.offer-container .card {
  border-radius: 20px;
  height: 100%;
}

.offer-container .card .small {
  font-size: 12px !important;
  color: #5b616d;
}

.offer_table {
  border: 1px solid #082368;
  border-radius: 20px;
  overflow: hidden;
}

.offer_table td, .offer_table th {
  padding: 20px 25px;
}
.offer_table td {
  border-right: 1px solid #dee2e6;
}

.offer-oneshoot-description {
  margin: auto;
  padding-left: 15px;
}

.offer_table .small {
  color: #5b616d;
  margin-top: 3px;
}

.offer-premium-price .small {
  font-size: 0.75rem!important;
}

.offer-premium-price {
  color: #007bff;
  vertical-align: middle!important;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  border-right: 0 !important;
  padding: 20px !important;
}

.offer-oneshoot-price {
  color: #082368;
    vertical-align: middle!important;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.price {
  font-weight: 600;
  font-size: 30px;
  line-height: 125%;
  float: left;
}

.price + span {
  position: relative;
  bottom: -6px;
  font-size: 12px;
  line-height: 140%;
  color: #5b616d;
}

@media (max-width: 1199.98px) {
  .offer-cotnainer .row {
    min-height: 400px;
  }
  .offer-container small {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .price {
    font-size: 40px;
  }
  .price + span {
    bottom: -15px;
    font-size: 14px;
  }
  .offer-container small {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .offer-container {
    padding: 20px;
    border-radius: 0;
  }
  .price {
    font-size: 26px;
  }
  .price + span {
    bottom: -4px;
    font-size: 10px;
  }
  .offer-container .separator img {
    width: 30px;
  }
  .offer-container small {
    font-size: 12px;
    margin-left: 5px;
    line-height: 1.2;
  }
}

.contract-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-image: url("../img/banner-bg-default-01.svg");
}
.contract-banner .banner-title {
  font-size: 1rem;
}
.contract-banner p {
  color: #42464b;
  font-size: 11px;
  line-height: 1.2;
}

.contract-banner svg {
  padding: 0.75rem;
  max-width: 3rem;
}

span.medium__title.h3 {
  font-size: 1.5rem;
}

@media (max-width: 998.98px) {
  .contract-banner {
    background-size: cover;
    background-position: right;
  }
}
@media (max-width: 767.98px) {
  .contract-banner {
    background-size: cover;
    background-position: right;
  }
  span.medium__title.h3 {
    font-size: 1.4rem;
  }
}
/* ------- UTILITY CLASSES -------- */
.align-cols {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
} /*# sourceMappingURL=main.css.map */

/* Local price text header */

.telephone-link-text {
  display: block !important;
  position: absolute;
  font-size: 8px;
  width: 100%;
}

/* NEW HOME LANDING CARDS */
.letter__section__01 .services-card {
  transition: transform 0.3s ease-in-out, background-color 0.3s, border 0.3s;
}

.letter__section__01 .highlighted-card {
  transform: scale(1.08);
  border: 2px solid #ffc61d;
}

.letter__section__01 .services-card:hover {
  background-color: #fefae6;
  border: 2px solid #ffc61d;
  transform: scale(1.05);
}

.letter__section__01 .services-card .btn {
  color: #212121;
  background-color: #ffc61d;
  border-color: #ffc61d;
  font-weight: 500;
}

.letter__section__01 .services-card:hover ~ .highlighted-card,
.letter__section__01 .highlighted-card.dimmed {
  transform: scale(1);
}

@media (max-width: 992px) {
  .letter__section__01 .highlighted-card {
    transform: scale(1)!important;
  }
  .letter__section__01 .services-card:hover {
    transform: scale(1)!important;
  }
}

.no-transform {
  transform: none !important;
}

.services-card {
  background-color: #ffffff;
  border: 2px solid #002856;
  border-radius: 4px;
  box-shadow: none;
  padding: 18px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  min-height: 300px;
  transition: all 0.2s ease-in;
}
.services-card:hover {
  background-color: #f5f9fd;
  border: 2px solid #007bff;
  cursor: pointer;
}

.services-card .price-marker {
  position: absolute;
  width: fit-content;
  min-width: 50px;
  color: #002856;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in;
}

.services-card .price-marker.price-marker-left {
  color: #212121;
  top: 4px;
  left: 4px;
  font-size: 14px;
  font-weight: 500;
  background: #fefae6 !important;
  padding: 6px;
  border-radius: 6px;
}

.services-card .price-marker.price-marker-right {
  color: #011638;
  top: 4px;
  right: 4px;
  font-size: 16px;
  font-weight: 500;
  background: #fefae6 !important;
  padding: 6px;
  border-radius: 6px;
}

.services-card .price-marker.highlighted{
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  background: #fefae6 !important;
  padding: 6px;
  border-radius: 6px;
}

.services-card .badge-light {
  background-color: #e6f2ff !important;
  padding: 6px;
}

.services-card img {
  width: 100px;
  margin-top: 20px;
}
.services-card h4 {
  font-size: 22px;
}
.services-card p {
  font-size: 13px;
}
.services-card .btn {
  min-width: 200px;
  padding: 12px 16px;
  transition: all 0.2s ease-in;
}
.services-card:hover .btn {
  transform: scale(1.025);
}

.text-orange {
  color: #f50;
}

.text-grey {
  color: #80848b!important;
}

.text-gold {
  color: #c3960e;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
}

@media (max-width: 767.98px) {
  .text-truncate {
    width: 150px;
  }
}

/* Steps registration - payment */
.steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  display: flex;
  width: 100%;
  font-size: 0;
}
.steps__item {
  margin-right: 16px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.steps__item:last-child {
  flex: none;
}
.steps__item:last-child .steps__item__title:after {
  content: none;
}
.steps__item__content {
  display: inline-block;
  vertical-align: top;
}
.steps__item__title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.2;
  margin-top: 16px;
}
.steps__item__title:after {
  position: absolute;
  top: 0;
  left: 35%;
  display: block;
  width: 450px;
  height: 20px;
  background-image: url("../img/steps-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.steps__item-finish .steps__item__title:after {
  background-image: url("../img/steps-arrow-blue.svg");
}

.steps__item__description {
  white-space: normal;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 1;
}
.steps__item__tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.steps__item__icon {
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 8px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.steps__item-finish .steps__item__icon {
  color: #ffffff !important;
  background-color: #0b6ec3 !important;
  border-color: #0b6ec3 !important;
}
.steps__item-finish::after {
  background-color: #0b6ec3 !important;
}
.steps__item-finish .steps__icon {
  color: #ffffff !important;
}
.steps__item-process .steps__item__title {
  color: #17262e;
  font-weight: 600;
  margin-top: 10px;
}
.steps__item-process .steps__item__icon {
  background: #ffffff;
  border-color: #0b6ec3;
}
.steps__item-process .steps__icon {
  color: #0b6ec3;
}
.steps__item-wait .steps__item__title {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 500;
  margin-top: 10px;
}
.steps__item-finish .steps__item__title {
  color: #17262e;
  font-weight: 500;
}
.steps__item-wait .steps__item__description {
  color: rgba(0, 0, 0, 0.25);
}
.steps__item-wait .steps__item__icon {
  color: #ffffff !important;
  background-color: #ddd;
  border-color: #ddd;
}
.steps__item-wait .steps__icon {
  color: #ffffff;
}
.steps__icon {
  position: relative;
  top: -3px;
  line-height: 1;
}
.steps__icon img {
  width: 22px;
  margin-top: -4px;
}
a.steps__item__title:hover {
  color: #0b6ec3 !important;
}

@media (max-width: 1199px) {
  .steps__item__title:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 100px;
    height: 20px;
    background-image: url(../img/steps-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
  }
}

.bg {
  position: relative;
  padding: 25px 16px;
  background: #f7f5fe;
}
.bg .card-title {
  font-size: 1.15rem;
}
.bg img {
  max-width: 150px;
  height: 100px;
  margin: 15px auto 0 auto;
}
.bg span {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #007bff;
  padding: 6px;
  height: 35px;
  width: 35px;
  color: #ffffff;
}

#logowall .row > div {
  display: flex;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding-top: 0.5%;
}

#logowall img {
  max-height: 50px;
  height: auto;
  max-width: 60px;
  transition: all 0.3s ease-in;
}

#logowall img:hover {
  transform: scale(1.125);
}

/* ---------- Category list items ----------- */
.categ-lists ul {
  padding-left: 0;
}
.categ-lists ul > li {
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.5s ease-in;
}
.categ-lists ul > li a {
  color: #007bff;
  display: block;
  padding: 10px 15px;
  width: 100%;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.categ-lists ul > li a i::before {
  transition: margin-left 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  font-size: inherit;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2px;
}

.categ-lists ul > li a:hover {
  color: #ffffff;
  background-color: #007bff;
  transition: all 0.3s;
  transform: scale(1.025);
  transform: translateY(-2px);
}
.categ-lists ul > li a:hover i::before {
  margin-left: 6px;
}

/* ---------- END Category list items ----------- */
/* ---------- Contract Form brands ----------- */

.text-default {
  color: #f7c505;
}
.text-Basic {
  color: #fe7000 !important;
}
.text-Bouygues {
  color: #009dcb !important;
}
.text-Canal {
  color: #050505 !important;
}
.text-Chubb {
  color: #00c1d6 !important;
}
.text-Fitness {
  color: #fdd618 !important;
}
.text-Freebox,
.text-Free {
  color: #cd1f25 !important;
}
.text-Keep {
  color: #66cc99 !important;
}
.text-Orange {
  color: #ff6800 !important;
}
.text-Red {
  color: #04e094 !important;
}
.text-SFR {
  color: #ec0003 !important;
}

.border-Basic {
  border-color: #fe7000 !important;
}
.border-Bouygues {
  border-color: #009dcb !important;
}
.border-Canal {
  border-color: #050505 !important;
}
.border-Chubb {
  border-color: #00c1d6 !important;
}
.border-Fitness {
  border-color: #fdd618 !important;
}
.border-Freebox,
.border-Free {
  border-color: #cd1f25 !important;
}
.border-Keep {
  border-color: #66cc99 !important;
}
.border-Orange {
  border-color: #ff6800 !important;
}
.border-Red {
  border-color: #04e094 !important;
}
.border-SFR {
  border-color: #ec0003 !important;
}

/* .banner-Basic {
  background-image: url("../img/banner-brands/banner-bg-Basic-fit.svg")!important;
}
.banner-Bouygues {
  background-image: url("../img/banner-brands/banner-bg-Bouygues.svg")!important;
}
.banner-Canal {
  background-image: url("../img/banner-brands/banner-bg-Canal-plus.svg")!important;
}
.banner-Chubb {
  background-image: url("../img/banner-brands/banner-bg-Chubb.svg")!important;
}
.banner-Fitness {
  background-image: url("../img/banner-brands/banner-bg-Fitness-park.svg")!important;
}
.banner-Freebox,
.banner-Free {
  background-image: url("../img/banner-brands/banner-bg-Free.svg")!important;
}
.banner-Keep {
  background-image: url("../img/banner-brands/banner-bg-Keep-cool.svg")!important;
}
.banner-Orange {
  background-image: url("../img/banner-brands/banner-bg-Orange.svg")!important;
}
.banner-Red {
  background-image: url("../img/banner-brands/banner-bg-Red-by-sfr.svg")!important;
}
.banner-SFR {
  background-image: url("../img/banner-brands/banner-bg-SFR.svg")!important;
} */

.bg-Basic {
  background: #fe7000 !important;
}
.bg-Bouygues {
  background: #009dcb !important;
}
.bg-Canal {
  background: #050505 !important;
}
.bg-Chubb {
  background: #00c1d6 !important;
}
.bg-Fitness {
  background: #fdd618 !important;
}
.bg-Freebox,
.bg-Free {
  background: #cd1f25 !important;
}
.bg-Keep {
  background: #66cc99 !important;
}
.bg-Orange {
  background: #ff6800 !important;
}
.bg-Red {
  background: #04e094 !important;
}
.bg-SFR {
  background: #ec0003 !important;
}

/* ------- Modeles page CSS -------- */
.grid-wrapper > a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f7f5ff;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.grid-wrapper > a:hover {
  cursor: pointer;
}

.grid-wrapper > a > p {
  position: absolute;
  display: flex;
  bottom: 20px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  z-index: 99;
  transition: all 0.4s ease-in-out;
}

.grid-wrapper > a > p::after {
  content: "";
  position: relative;
  margin: auto 0 auto 5px;
  width: 22px;
  height: 12px;
  background-image: url(/img/pointer_arrow_dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in;
}

.grid-wrapper > a > p.text-white::after {
  content: "";
  position: relative;
  margin: auto 0 auto 5px;
  width: 22px;
  height: 12px;
  background-image: url(/img/pointer_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in;
}

.grid-wrapper > a:hover > p {
  cursor: pointer;
  opacity: 1;
}

.grid-wrapper > a:hover > p::after {
  margin: auto 0 auto 10px;
}

.grid-wrapper > a > img {
  height: 50px;
  min-width: 50px;
  margin: auto;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.grid-wrapper > a:hover > img {
  opacity: 0.8;
  /* transform: scale(1.2); */
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.bg-Bouygues-grain {
  background-image: url(..//img/brandwall/bouygues-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .grid-wrapper {
    grid-auto-rows: 100px;
  }
  .grid-wrapper a {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.order-header{
  background-color: #f1f3f5;
  padding: 14px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.05);
}

.order-details a, .order-details p{
  font-size: 0.8rem;
}
.order-details a{
  color: #17262e;
  text-decoration: underline;
}

.payment__form textarea:not(:focus), .payment__form input:not([type="submit"]):not(:focus){
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.payment__form .input-group-text{
  background-color: #f8f8f8;
  border-width: 0 0 1px 0;
  padding-right: 0.25rem;
}

/* ------- END Modeles page CSS -------- */

/* -------- PASSPORT CUSTOM CHECKBOXES ------- */

#PassportSuccessionIndexForm h5 {
  border-bottom: 1px solid #d9dbe9;
  margin-bottom: 20px;
}

#registrationForm h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 18px;
}

#registrationForm label {
  color: #1b1b36;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
}
#registrationForm .custom-control-label {
  color: #1b1b36;
  font-size: 12px;
}
#registrationForm .form-control {
  border-radius: 4px;
  min-height: 50px;
}
#registrationForm .custom-checkbox .custom-control-label::before,
#registrationForm .custom-control-label::after {
  top: 0;
}
#registrationForm .btn {
  border-radius: 4px;
  padding: 10px 30px;
  min-width: 160px;
}

#registrationForm .btn svg {
  fill: #ffffff;
}

.passport_list li {
  display: flex;
  flex-direction: row;
  margin-top: 22px;
}

.passport_list li img {
  width: 22px;
}

.passport_list li span {
  font-size: 14px;
  line-height: 1.2;
}

label.btn.custom-radio {
  border: 1px solid #eff0f6;
  background: #ffffff;
  color: #170f49;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  text-transform: capitalize;
  padding: 17px 32px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  margin: 10px 0;
  min-height: 60px;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

label.btn.custom-radio input:hover {
  cursor: pointer;
}

label.btn.custom-radio:hover,
label.btn.custom-radio:focus {
  border: 1px solid #007ee5;
  color: #007ee5;
  cursor: pointer;
}

label.btn.custom-radio.active {
  color: #007ee5;
  border: 1px solid #007bff;
}

.custom-radio::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("/img/arrow-right-icon.svg");
  background-repeat: no-repeat;
  margin-left: auto;
}

#pathOne,
#pathTwo,
#pathThree,
#pathFour,
#registrationForm {
  display: none;
}

#previousBtn {
  color: #6f6c90 !important;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
}

#previousBtn:hover {
  text-decoration: underline;
}

#previousBtn:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/img/checkmark_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

#previousBtn:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/img/back_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
}
/* -------- END PASSPORT ------- */

/* -------- DOCUMENT LIGHTBOX PREVIEW -------- */

.document-preview canvas#letter-canvas {
  max-width: 120px;
  border: 1px solid #eee;;
}

#preview {
  display: none;
  transition: all 300ms ease-in-out;
}

canvas#letter-canvas-large {
  min-width: 400px;
}

@media (max-width: 576px) {
  #letter-canvas-large {
    min-width: 300px!important;
    max-width: 300px !important;
    top: 20%;
    position: relative;
  }
  .document-preview canvas#letter-canvas {
    max-width: 130px;
    border: 3px solid #eee;;
  }
}

.lightbox {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
}

#previewClose {
  display: none;
  position: fixed;
}

a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000000;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000000;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a.document-preview {
  position: relative;
  margin-top: 40px;
}

a.document-preview .card__img__container {
  position: relative;
  max-width: 270px;
  border-radius: 0;
  border: 1px solid #f4f4f4;
}

a.document-preview .card__img__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #007bff;
  opacity: 0;
  border-radius: 0;
  transition: 0.3s all;
}

a.document-preview:hover .card__img__container::before {
  opacity: 0.2;
  background-color: #007bff;
}

a.document-preview .card__button {
  position: absolute;
  border-radius: 40px;
  height: 60px;
  width: 60px;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  border: none;
  background-color: #007bff;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all;
}

a.document-preview:hover .card__button {
  transform: translateY(0);
  opacity: 1;
}

/* -------- SWAL POPUPS -------- */

.swal2-title {
  color: #17262e!important;
  font-size: 1.475em!important;
  font-weight: 500!important;
  text-align: center;
  margin: 0 0 .8em!important;
}


/* -------- PASSPORTS - TOWNHALL CARDS -------- */

.passport-card {
  background-color: #ffffff;
  border: 1px solid #eee;
  padding: 15px 20px;
}

.passport-card .card-body {
  padding: 1.25rem 0;
}

.passport-card .card-title {
  font-size: 16px;
  margin-bottom: 0.95rem;
}

.passport-card .card-subtitle {
  color: #1b1b36;
  font-weight: 500;
  margin: auto 0;
}

.passport-card .card-text {
  margin: 10px 0;
  font-size: 15px;
}

.passport-card .stripe-bottom {
  height: 1px;
  width: 100%;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.3);
}

.passports-payment {
  display: flex;
  flex-direction: row;
}

.passports-payment p {
  font-size: 12px;
}

/* ------- Docgen ------- */
.sticky-column {
  padding-left: 15px;
  padding-right: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-box {
  width: 100%;
}

@media (min-width: 992px) {
  .sticky-box {
    width: 480px;
    position: sticky;
  }
}

@media (min-width: 1200px) {
  .sticky-box {
    width: 570px;
    position: sticky;
  }
}

/* ------ Addresses Autocomplete -------- */
.ac-popup {
  max-height: 400px;
  background-color: #fff;
  border-radius: 0.375rem;
  width: 86%;
  min-width: 160px;
  z-index: 1000;
  position: absolute;
  overflow: auto;
}

.ac-popup hr {
  margin: 0;
}

.ac-popup button {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: inherit;
}

#add-suggestions-origin .list-group-item,
#add-suggestions-dest .list-group-item{
  color: #555;
  padding: 8px;
  font-size: 12px;
}

#add-suggestions-origin .list-group-item:hover,
#add-suggestions-dest .list-group-item:hover {
  color: #212121;
}

.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}

.underline-effect {
  display: inline-block;
  position: relative;
  color: #212121;
}

.underline-effect::before {
  display: block;
  content: '';
  width: 100%;
  /* height: 26%; */
  height: 100%;
  background: #fffae6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: height ease .2s;
  -o-transition: height ease .2s;
  transition: height ease .2s
}

.underline-effect:hover::before {
  height: 100%;
}

.send-icons {
  width: 45px;
  height: 45px;
}