p {
  color: #475467;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.firstTitle {
  font-size: 30px !important;
  color: #101828;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

#conversell {
  padding: 45px 0;
}

#contactForm textarea,
form#FromContact textarea {
  margin-bottom: 0 !important;
}

img.imgContact {
  float: right;
}

.contactBloc {
  background: white;
  margin-left: 0;
  padding: 24px;
  border-radius: 15px;
  margin-bottom: 30px;
}

#contactForm textarea,
#contactForm input,
form#FromContact textarea,
form#FromContact input {
  margin: 0 0 24px 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 8px 12px;
  color: #667085;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--font-family);
}

#contactForm textarea:hover,
#contactForm input:hover,
form#FromContact textarea:hover,
form#FromContact input:hover {
  background-color: #fafafa;
}

#contactForm textarea:focus,
#contactForm input:focus,
form#FromContact textarea:focus,
form#FromContact input:focus {
  outline: none;
  background-color: #fff;
}

#contactForm textarea::placeholder,
#contactForm input::placeholder,
form#FromContact textarea::placeholder,
form#FromContact input::placeholder {
  color: #999;
}

.input-container {
  position: relative;
}

.highlight {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #418987;
  transition: width 0.3s ease;
}

#contactForm input:focus+.highlight,
form#FromContact input:focus+.highlight {
  width: 100%;
}

.selectChamp span {
  color: #667085;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--font-family);
}

#contactForm textarea:focus,
textarea input:focus,
form#FromContact textarea:focus,
form#FromContact input:focus {
  animation: input-focus 0.3s ease;
}

#contactForm label,
form#FromContact label {
  color: #344054;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}

#contactForm label.required,
#contactForm span.required,
form#FromContact label.required {
  position: relative;
}

#contactForm label.required:before,
#contactForm span.required:before,
#FromContact label.required:before {
  content: "*";
  position: absolute;
  top: -5px;
  right: -8px;
  color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

form#FromContact .btn-1 button {
  display: inline-block !important;
}

form#FromContact .btn-1 {
  width: 100%;
  display: grid;
  position: relative;
  z-index: 1;
}

div#spinnerContact div {
  background: #fff !important;
}

div#spinnerContact {
  top: 47%;
  right: 30%;
  transform: translate(0, -47%);
  z-index: 1;
}

form#contactForm {
  position: relative;
  z-index: 1;
}

.btn-1 a,
.btn-1 button {
  padding: 10px 16px;
  background: var(--Principal-05, #418987) !important;
  border: 1px solid var(--Principal-05, #418987) !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
  transition: 0.3s ease;
  cursor: pointer !important;
  display: inline-flex;
  white-space: nowrap;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: initial;
}

.btn-1 a:before,
.btn-1 button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #376d6b;
  z-index: -1;
  transition: all 250ms;
}

.btn-1 a:hover:before,
.btn-1 button:hover:before {
  width: 100%;
  height: 100%;
}

select.champselect {
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
  text-transform: math-auto;
  height: 40px;
  width: 100%;
  margin: 0 0 12px 0;
  outline: none;
}

.check input[type="checkbox"]:checked::before {
  opacity: 100%;
}

.check input[type="checkbox"]:checked::after {
  opacity: 100%;
}

.check input[type="checkbox"]:checked {
  border: 1px solid #418987;
}

.check input.checked {
  border: 1px solid #1570ef;
}

.check input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
  margin: 5px !important;
  display: inline-flex;
  appearance: none;
  position: relative;
  background-color: #ffffff !important;
  border: 1px solid #d0d5dd;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px !important;
  justify-content: center;
  align-items: center;
  padding: 0.6em 0.6em !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.check input[type="checkbox"]::after {
  content: "\f00c";
  display: block;
  opacity: 0;
  position: absolute;
  transition: 0.25s ease;
  font-family: "FontAwesome";
  color: #418987;
}

.check input[type="checkbox"]::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  background-color: #eff8ff;
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}

.selectChamp {
  display: flex;
  align-items: start;
  margin: 10px 0;
  gap: 5px;
}

.error-border {
  border: 1px solid red !important;
}

p#erreurreCAPTCHA {
  font-size: 14px;
  color: red;
  margin-bottom: 0;
}

.spinner {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 19px;
}

.spinner div {
  position: absolute;
  width: 50%;
  height: 150%;
  background: #1570EF;
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinner div:nth-child(1) {
  --delay: 0.1;
  --rotation: 36;
  --translation: 150;
}

.spinner div:nth-child(2) {
  --delay: 0.2;
  --rotation: 72;
  --translation: 150;
}

.spinner div:nth-child(3) {
  --delay: 0.3;
  --rotation: 108;
  --translation: 150;
}

.spinner div:nth-child(4) {
  --delay: 0.4;
  --rotation: 144;
  --translation: 150;
}

.spinner div:nth-child(5) {
  --delay: 0.5;
  --rotation: 180;
  --translation: 150;
}

.spinner div:nth-child(6) {
  --delay: 0.6;
  --rotation: 216;
  --translation: 150;
}

.spinner div:nth-child(7) {
  --delay: 0.7;
  --rotation: 252;
  --translation: 150;
}

.spinner div:nth-child(8) {
  --delay: 0.8;
  --rotation: 288;
  --translation: 150;
}

.spinner div:nth-child(9) {
  --delay: 0.9;
  --rotation: 324;
  --translation: 150;
}

.spinner div:nth-child(10) {
  --delay: 1;
  --rotation: 360;
  --translation: 150;
}

@keyframes spinner-fzua35 {

  0%,
  10%,
  20%,
  30%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  }

  50% {
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
  }
}

div#SuccesMessage {
  margin-bottom: 37px;
  padding: 10px;
  box-shadow: 0 0 20px #e7e7e7;
  border-left: 4px solid #198754;
  color: #198754;
  background: #d5e9e0;
  font-weight: 500;
  border-radius: 8px;
}

div#ErrorMessage {
  margin-bottom: 37px;
  padding: 10px;
  box-shadow: 0 0 20px #e7e7e7;
  border-left: 4px solid #dc3545;
  color: #dc3545;
  background: #f9dbdd;
  font-weight: 500;
  border-radius: 8px;
}

.pricingCard {
  border-radius: 16px;
  border: 1px solid #B9C0D4;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  height: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  transition: 0.3s ease;
  position: relative;
}

.pricingCard:hover {
  background: #eef4f4;
  border: 1px solid #418987;
  transition: 0.3s ease;
}

.pricingHeader {
  display: flex;
  padding: 32px 32px 0px 32px;
  flex-direction: column;
  align-items: center;
  min-height: 228px;
}

p.price {
  color: #101828;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}

p.price span {
  color: #475467;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

p.namePlane {
  color: #101828;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

p.trialPlane {
  color: #667085;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pricingBody {
  padding: 32px;
  margin-bottom: 70px;
}

.pricingBody ul {
  list-style: none;
  padding-left: 0;
}

.pricingBody ul li {
  position: relative;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}


.pricingFooter {
  padding: 0 32px 32px;
  bottom: 0;
  /* position: relative; */
  position: absolute;
  width: 100%;
}

.pricingFooter .btn-1 {
  width: 100%;
}

.pricingFooter .btn-1 a {
  display: block;
  text-align: center;
}

.Best-P {
  position: relative;
  background: #eef4f4;
  border: 1px solid #418987;
}

.Best-P:before {
  content: url(../img/bestPlan.png);
  top: -35px;
  position: absolute;
  right: 0;
}

.pricingCustom {
  border-radius: 16px;
  background: #eef4f4;
  padding: 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  border: 1px solid #ededed;
}

p.titleCustom {
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

p.s-titleCustom {
  color: #101828;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

p.descPlan {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

p.titleblockform {
  color: #376d6b;
  font-family: var(--font-family);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.titleForm {
  color: #418987;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  font-family: var(--font-family);
}

.descTxt {
  color: #475467;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--font-family);
}

.section_footerBefore p,
.footerAfter p {
  color: #fff !important;
}
/*
     FILE ARCHIVED ON 08:51:26 Dec 19, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:31:12 Feb 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.484
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 18.867
  LoadShardBlock: 405.078 (3)
  PetaboxLoader3.datanode: 133.332 (4)
  PetaboxLoader3.resolve: 418.47 (2)
  load_resource: 203.153
*/