html {
  background: #202020;
}

body {
  margin: 0 auto;
}

header {
  background-color: #6400a0;
  max-width: 1200px;
  margin: 0 auto;
}

header .logo {
  margin: 40px 0 50px 30px;
}

header h1 {
  font-size: 56px;
  line-height: 67px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px 30px;
}

header p {
  font-size: 34px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 30px 30px;
}

@media (max-width: 767.98px) {
  header .logo {
    margin: 20px 0 20px 30px;
    width: 55%;
  }

  header h1 {
    font-size: 35px;
    line-height: 37px;
  }

  header p {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 0 30px;
  }
}

h2 {
  color: #6400a0;
  font-size: 40px;
  text-align: center;
  margin: 48px 0px 10px 0px;
  font-family: "geinspira", helvetica, Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.bloc-1 {
  background-color: #6400a0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.bloc-1 h1 {
  font-size: 43px;
  color: #fff;
}

@media (max-width: 468px) {
  h2 {
    font-size: 30px;
  }
}

.subtitle {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  color: #53616b;
}

@media (max-width: 468px) {
  .subtitle {
    font-size: 20px;
  }
}

.subtitle--blue {
  color: #6400a0;
  margin-bottom: 50px;
}

.title--blue {
  color: #6400a0;
  margin-bottom: 10px;
}

h3 {
  text-align: center;
  color: #16cded;
}

.text-blue {
  font-size: 29px;
  color: #6400a0;
  text-align: center;
  padding: 0 90px;
  margin: 40px 0;
  line-height: 34px;
}

@media (max-width: 768px) {
  .text-blue {
    font-size: 25px;
    line-height: 29px;
    padding: 0 20px;
  }
}

.text-purple {
  font-size: 29px;
  color: #6400a0;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 468px) {
  .text-purple {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  .text-purple {
    font-size: 25px;
    line-height: 29px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
ul,
ol,
button {
  font-family: "geinspira", helvetica, Arial, sans-serif;
}

.form-control,
.form-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 12px;
  border: 0;
  font-size: 21px;
  padding: 10px 20px;
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  font-style: normal;
  color: #6d6e70;
}

.form-control:-moz-placeholder,
.form-select:-moz-placeholder {
  font-style: normal;
  color: #6d6e70;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  font-style: normal;
  color: #6d6e70;
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  font-style: normal;
  color: #6d6e70;
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  font-style: normal;
  color: #6d6e70;
}

.form-control::placeholder,
.form-select::placeholder {
  font-style: normal;
  color: #6d6e70;
}

.form-select {
  font-style: normal;
  color: #6d6e70;
  border: 0;
}

.form-check-input[type="checkbox"] {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 0.25em;
}

.form-check-label {
  font-weight: bold;
  color: #808183;
  text-align: left;
  font-style: italic;
  font-size: 17px;
}

.note {
  text-align: left;
  font-size: 14px;
  font-style: italic;
  color: #6d6e70;
  margin: 10px 0px;
}

.note2 {
  text-align: left;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #474747;
  margin: 10px 0px;
}

#need-help-link,
#icenter-help-link,
#sr-link {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  color: #6d6e70;
}

.label-link {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  color: #6400a0;
}

.form-indication {
  font-size: 18px;
  text-align: center;
  color: #53616b;
  margin-bottom: 10px;
}

.form-email {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #dbe2e9;
  color: #16cded;
  border-color: #16cded;
  padding: 12px 20px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.form-email::-webkit-input-placeholder {
  color: #16cded;
  font-size: 16px;
}

.form-email:-moz-placeholder {
  color: #16cded;
  font-size: 16px;
}

.form-email::-moz-placeholder {
  color: #16cded;
  font-size: 16px;
}

.form-email:-ms-input-placeholder {
  color: #16cded;
  font-size: 16px;
}

.form-email::-ms-input-placeholder {
  color: #16cded;
  font-size: 16px;
}

.form-email::placeholder {
  color: #16cded;
  font-size: 16px;
}

.form-control:focus {
  color: #16cded;
  background-color: #dbe2e9;
  border-color: #16cded;
  outline: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.btn-primary {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #6400a0;
  border-color: #6400a0;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  padding: 10px 20px;
  margin-bottom: 40px 0 80px 0;
}

form .btn.btn-primary {
  background-color: #6400a0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  font-size: 23px;
  padding: 10px 20px;
  margin: 40px 0 80px 0;
  letter-spacing: 5px;
  font-weight: bold;
}

form .btn.btn-primary:hover {
  background-color: #540185;
  border-color: #540185;
}

@media (max-width: 468px) {
  .btn-primary {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.row-bg {
  max-width: 95%;
  margin: 0 auto;
  background-color: #dbe2e9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.row-bg p {
  font-size: 35px;
  color: #53616b;
}

#home-row-bg {
  max-width: 900px;
  margin: 0 auto;
  background-color: #f5f7f9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}

#home-row-bg p {
  font-size: 30px;
  color: #6400a0;
}

#liveSupport-row-bg {
  max-width: 900px;
  margin: 0 auto;
  background-color: #f5f7f9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}

#liveSupport-row-bg p {
  font-size: 23px;
  color: #6400a0;
}

.row-bg .service-img {
  /*max-width: 286px;
    width: 100%;*/
  padding: 0 25px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.row-bg .service-text {
  font-size: 20px;
  color: #45b2c5;
  font-weight: bold;
  line-height: 28px;
  margin: 15px 0 0 0;
}

@media (max-width: 768px) {
  #home-row-bg p {
    font-size: 23px;
  }

  .bloc-1 h1 {
    font-size: 30px;
  }

  .row-bg .service-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.footnote {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 18px;
  color: #6d6e70;
}

/* footer {
  background: #e6ebf0;
  padding: 36px 0;
}

footer a,
footer p {
  font-size: 12px;
  color: #53616b;
  text-decoration: none;
}

footer span {
  display: block;
  margin: 0 15px;
} */

footer {
  background-color: #e6ebf0;
  color: #333f48;
  font-size: 18px;
  line-height: 24px;
  padding: 60px 20px;
}

.container-chatbot {
  position: absolute;
  right: 0;
  width: 130px;
  z-index: 10;
}

.chatbot {
  width: 130px;
  background: #5992e4;
  background: -webkit-linear-gradient(281deg, #5992e4 0%, #59cbe8 92%);
  background: -moz-linear-gradient(281deg, #5992e4 0%, #59cbe8 92%);
  background: -o-linear-gradient(281deg, #5992e4 0%, #59cbe8 92%);
  background: linear-gradient(169deg, #5992e4 0%, #59cbe8 92%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-top: 20px;
  position: fixed;
  bottom: 20px;
}

.chatbot-text {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}

.chatbot-img {
  width: 100%;
}

/*# sourceMappingURL=screen.css.map */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
}

.captcha-form .preview {
  color: #555;
  text-align: center;
  line-height: 40px;
  letter-spacing: 12px;
  border: 1px dashed #888;
  font-family: monospace;
  padding: 6px 12px;
  margin: 0px auto;
  font-size: 22px;
  margin-bottom: 10px;
}

.captcha-form .preview span {
  display: inline-block;
  user-select: none;
}

.captcha-form .captcha input {
  border: 1px solid #888;
  padding: 6px 12px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
}

.captcha-form .captcha .captcha-refresh {
  width: 40px;
  height: 32px;
  border: none;
  outline: none;
  background: #888;
  color: #eee;
  cursor: pointer;
}

#consent-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  width: 100%;
  height: 100%;
  padding-top: 5%;
}

#live-support-icon-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
  width: 100%;
  height: 100%;
  padding-top: 150px;
}

#need-help-popup,
#icenter-help-popup,
#depot-template-popup,
#depot-contract-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  width: 100%;
  height: 100%;
  padding-top: 5%;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 200px;
}

#consent-popup .hidden {
  opacity: 0;
}

#need-help-popup .hidden,
#icenter-help-popup .hidden,
#depot-template-popup .hidden,
#depot-contract-popup .hidden {
  opacity: 0;
}

#pageloader .hidden {
  opacity: 0;
}

#consent-row-bg {
  max-width: 600px;
  margin: 0 auto;
  background-color: rgb(255 255 255);
  padding: 45px 10px 45px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#live-support-icon-row-bg {
  max-width: 768px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 0px;
}

#need-help-row-bg,
#icenter-help-row-bg,
#depot-template-row-bg,
#depot-contract-row-bg {
  max-width: 600px;
  margin: 0 auto;
  background-color: rgb(255 255 255);
  padding: 20px 10px 20px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#need-help-popup .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 12px;
  border: solid 1px;
  font-size: 21px;
  padding: 10px 20px;
}

.text.privacy-title {
  text-align: center;
  margin: auto;
  color: rgb(22, 41, 65);
  font-weight: 400;
  font-size: 33px;
}

.text.privacy-details {
  text-align: inherit;
  max-width: 373px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

#consent-popup .btn-primary {
  padding: 20px 10px;
  margin: 10px auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 373px;
  letter-spacing: 4px;
  background-color: #6400a0;
  border-color: #6400a0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

#need-help-popup .btn-primary,
#icenter-help-popup .btn-primary,
#depot-contract-popup .btn-primary {
  padding: 20px 10px;
  margin: 10px auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 373px;
  letter-spacing: 4px;
  background-color: #6400a0;
  border-color: #6400a0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  #consent-popup .btn-primary {
    font-size: 14px;
    letter-spacing: 0;
  }

  #need-help-popup .btn-primary,
  #icenter-help-popup .btn-primary,
  #depot-contract-popup .btn-primary {
    font-size: 14px;
    letter-spacing: 0;
  }

  #consent-popup {
    padding-top: 10%;
  }

  #need-help-popup,
  #icenter-help-popup,
  #depot-template-popup,
  #depot-contract-popup {
    padding-top: 10%;
  }

  #pageloader {
    padding-top: 300px;
  }
}

#consent-popup .btn-primary:hover {
  background-color: #540185;
  border-color: #540185;
}

#need-help-popup .btn-primary:hover,
#icenter-help-popup .btn-primary:hover,
#depot-contract-popup .btn-primary:hover {
  background-color: #540185;
  border-color: #540185;
}

#consent-popup .btn-secondary {
  padding: 20px 10px;
  margin: 10px auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 373px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

#need-help-popup .btn-secondary,
#icenter-help-popup .btn-secondary,
#depot-contract-popup .btn-secondary {
  padding: 20px 10px;
  margin: 10px auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 373px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  #consent-popup .btn-secondary {
    font-size: 14px;
    letter-spacing: 0;
  }

  #need-help-popup .btn-secondary,
  #icenter-help-popup .btn-secondary,
  #depot-contract-popup .btn-secondary {
    font-size: 14px;
    letter-spacing: 0;
  }
}

#livesupport-form .btn-primary {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #6400a0;
  border-color: #6400a0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 8px;
  padding: 10px 20px;
  line-height: 1;
  margin: 40px 0 80px 0;
}

@media (max-width: 768px) {
  #livesupport-form .btn-primary {
    letter-spacing: 5px;
    font-size: 15px;
  }
}

#livesupport-form .btn-primary:hover {
  background-color: #540185;
  border-color: #540185;
}

#live-support-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  width: 100%;
  height: 100%;
  padding-top: 10%;
}

#live-support-popup .hidden {
  opacity: 0;
}

#live-support-row-bg {
  max-width: 600px;
  margin: 0 auto;
  background-color: rgb(255 255 255);
  padding: 45px 10px 45px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#live-support-popup .text.privacy-details {
  text-align: inherit;
  max-width: 373px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

#live-support-popup .btn-primary {
  padding: 20px 10px;
  margin: 10px auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 373px;
  letter-spacing: 4px;
  background-color: #6400a0;
  border-color: #6400a0;
}

@media (max-width: 468px) {
  #live-support-popup .btn-primary {
    font-size: 14px;
    letter-spacing: 0;
  }
}

#live-support-popup .btn-primary:hover {
  background-color: #540185;
  border-color: #540185;
}

#live-support-popup .btn-secondary {
  padding: 20px 10px;
  margin: 10px auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 373px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 468px) {
  #live-support-popup .btn-secondary {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  form .btn.btn-primary {
    letter-spacing: 5px;
    font-size: 15px;
  }
}

#need-help-link:hover,
#icenter-help-link:hover,
#sr-link:hover,
.label-link:hover {
  text-decoration: underline;
  color: #6400a0;
  cursor: pointer;
  font-style: normal;
}

.fixedButton {
  position: fixed;
  bottom: -55px;
  left: 20px;
  max-width: 148px;
  transition: bottom 0.3s;
  animation: bounce 0.4s infinite alternate;
  /* animation-iteration-count: 10; */
}

.fixedButton:hover {
  position: fixed;
  bottom: 0px;
  left: 20px;
  transition: bottom 0.3s;
  animation: none;
}

.roundedFixedBtn {
  height: 60px;
  width: 120px;
  border-radius: 10%;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 768px) {
  .fixedButton {
    position: fixed;
    bottom: -5px;
    left: 20px;
    transition: none;
  }
}

@keyframes bounce {
  to {
    transform: translateY(10px);
  }
}

.chatbot-prompt {
  position: fixed;
  bottom: 200px;
  right: 35px;
  max-width: 300px;
}

.prompt-close {
  background-color: #e4ddda;
  color: white;
  width: 25px;
  height: 25px;
  text-align: center;
}

.prompt-close:hover {
  background-color: #e4ddda;
  border: 1px solid rgb(51, 51, 51);
}

.prompt-message {
  border-radius: 30px;
  background-color: #f2f2f2;
  color: #6400a0;
  width: 250px;
  height: 45px;
  margin: 0 auto;
  padding: 10px 20px;
  white-space: nowrap;
  overflow-x: hidden;
  text-align: center;
}

.prompt-message p {
  animation: scroll-text 30s 0.2s linear infinite;
}

@keyframes scroll-text {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-550%, 0, 0);
  }
}

.prompt-message::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

@media (max-width: 768px) {
  .chatbot-prompt {
    right: 10px;
  }
}

.translate-middle {
  transform: translate(-50%, 0%) !important;
}

.description-counter {
  text-align: end;
  color: #808183;
  font-size: 14px;
  margin: -10px 0px 5px 0px;
}
