@charset "UTF-8";
* {
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #F5F5F5;
  height: 100%;
}

.footer {
  height: 120px;
  background-color: #002C54;
  margin-right: 0px !important;
  padding: 0px !important;
  width: 100%;
  position: relative;
}

.footer ul {
  position: absolute;
  list-style-type: none;
  overflow: hidden;
}

.footer ul li {
  float: right;
  padding: 15px 2px;
}

.spacer {
  margin-left: 144px;
}

.header {
  padding-bottom: 45px;
  box-sizing: border-box;
  box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  display: block;
  background-color: #002C54;
}

.menu-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: white;
  font-weight: 600;
}

.menu-text:hover {
  color: #FBBE4B;
  text-decoration: underline;
}

.header-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #FBBE4B;
  font-weight: 600;
  display: block;
  text-align: center;
}

.btn {
  border-radius: 20px;
}

.grey {
  background-color: #F5F5F5;
}

.container-fluid.main {
  padding-right: 0px !important;
  padding-left: 0px !important;
  /*  min-height: 100vh;
    display: flex;
    flex-direction: column;*/
}

.logo > img {
  width: 136px;
  height: 65px;
}

.btn-light.grey {
  color: #002C54;
  font-size: 10px;
  font-weight: 600;
}

.btn-light.grey:hover {
  color: #FBBE4B;
}

.header-phone {
  font-size: 16px;
  color: #F5F5F5;
  font-weight: bold;
}

.fa-phone-volume {
  margin-right: 10px;
}

.social-icon {
  width: 20px;
  height: 20px;
  background: #F5F5F5; /* your color */
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #002C54;
  text-decoration: none;
  margin-right: 2px;
  padding: 12px;
}

.step-description {
  font-size: 20px;
  font-weight: 600;
  color: #002C54;
  padding-left: 90px;
  margin: 20px 0px 10px 0px;
}

span.step {
  color: #002C54;
  font-size: 16px;
  font-weight: 400;
}

.progress {
  /*margin-top: 40px;*/
  position: relative;
  height: 35px;
  background-color: transparent;
}

.progress-child {
  background-color: #002C54;
  position: relative;
  width: 100%;
  height: 16px;
  border-radius: 25px;
}

.step-one {
  background-color: #FBBE4B;
  width: 7px;
  position: absolute;
  left: 0px;
  height: 16px;
  border-radius: 25px;
}

.step-one::after {
  content: "0%";
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 20px;
}

.no-margin {
  margin-left: 0px;
}

.content_wrapper {
  box-sizing: border-box;
  border-radius: 50px;
  min-height: 575px;
  padding: 15px;
  box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  display: block;
  border: 0px #D7D7D7;
  position: relative;
  margin-left: 81px;
  margin-right: 42px;
}

.content_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -1px;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-image: url("../../img/v1/bg.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center bottom;
  border-radius: 50px;
  background-size: 119%;
}

body.white-bg {
  background-color: #F5F5F5;
}

.white-bg .content_wrapper::before, .green-bg .content_wrapper::before {
  background-image: none;
}

.no_overlay {
  background-color: rgba(255, 255, 255, 0) !important;
}

.form-header {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #002C54;
  font-weight: 600;
  text-transform: uppercase;
}

.form-header-info {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 30px;
}

.input {
  line-height: 2;
  background-color: #e9e7e7;
  border: 1px #D7D7D7;
  box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}

.red_checkBox {
  border-color: #E82D6B;
}

.authorise_text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #002C54;
}

.btn-bolder {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
  height: 45px;
  background-color: #FBBE4B;
  box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px #c5c5c5;
}

.btn-secondary {
  background-color: #ccc;
  box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px #c5c5c5;
  border: none;
  height: 45px;
}

.header-recap {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.recap {
  padding-bottom: 5px;
  box-sizing: border-box;
  border-top-left-radius: 50px;
  min-height: 575px;
  border-bottom-left-radius: 50px;
  padding: 10px;
  box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  display: block;
  border: 1px #D7D7D7;
  background-color: #002C54;
}

.recap .form-header {
  font-size: 20px !important;
}

.step-two {
  background-color: #FBBE4B;
  width: 250px;
  position: absolute;
  left: 0px;
  height: 16px;
  border-radius: 25px;
}

.step-two::after {
  content: "20 %";
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  left: 223px;
  top: 20px;
}

.step-three {
  background-color: #FBBE4B;
  width: 350px;
  position: absolute;
  left: 0px;
  height: 16px;
  border-radius: 25px;
}

.step-three::after {
  content: "40 %";
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  left: 323px;
  top: 20px;
}

.step-four {
  background-color: #FBBE4B;
  width: 727px;
  position: absolute;
  left: 0px;
  height: 16px;
  border-radius: 25px;
}

.step-four::after {
  content: "60 %";
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  left: 700px;
  top: 20px;
}

.step-five {
  background-color: #FBBE4B;
  width: 1050px;
  position: absolute;
  left: 0px;
  height: 16px;
  border-radius: 25px;
}

.step-five::after {
  content: "80 %";
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  left: 1023px;
  top: 20px;
}

.step-six {
  background-color: #FBBE4B;
  width: 1087px;
  position: absolute;
  left: 0px;
  height: 16px;
  border-radius: 25px;
}

.step-six::after {
  content: "99 %";
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  left: 1058px;
  top: 20px;
}

.white-bg .content_wrapper {
  background-color: white;
}

.img-thumbnail {
  width: 170px !important;
  border: none;
}

h3.form-header {
  color: #002C54;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
}

p.form-header, .form-offer label.form-header {
  color: #002C54;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}

.form_info label.form-header {
  color: #002C54;
  font-weight: 900;
  font-size: 16px;
  text-transform: none;
}
.form_info .form-control {
  border-radius: 24px;
}
.form_info .input {
  background-color: rgba(233, 231, 231, 0.4196078431);
}

label.form-header {
  font-size: 20px;
}

.recap .history {
  display: block;
}
.recap .history .form-header {
  color: #FBBE4B;
}
.recap .history .form-header .small {
  width: 20px !important;
  vertical-align: bottom;
}
.recap .history .content ul {
  list-style-type: none;
}
.recap .history .content ul li {
  color: white;
  font-size: 12px;
  font-weight: 600;
}
.recap .history small {
  font-size: 8px;
}

.green {
  color: #35AF74;
  cursor: pointer;
}

.yellow {
  color: #FBBE4B;
  cursor: pointer;
}

.link-primary {
  color: #002C54 !important;
  font-size: 12px;
}

.form-header small {
  text-transform: none;
}

.offer-box {
  background-color: #F5F5F5 !important;
  color: #E82D6B;
  font-size: 20px;
  text-align: center;
  border-radius: 25px !important;
}
.offer-box p:first-of-type {
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}
.offer-box .number {
  margin-bottom: 0em;
}
.offer-box .number span {
  font-size: 60px;
  font-weight: bold;
}

.green-bg .offer-box {
  background-color: #F5F5F5 !important;
  color: #002C54;
  font-size: 20px;
  text-align: center;
  border-radius: 25px !important;
}
.green-bg .offer-box p:first-of-type {
  text-transform: uppercase;
  font-weight: bold;
}
.green-bg .offer-box .number span {
  font-size: 60px;
  font-weight: bold;
  display: block;
}
.green-bg .offer-thumb {
  width: 20%;
  float: none;
}

i.red, .text-red {
  color: #E82D6B;
}

.offer-thumb {
  width: 20%;
  float: left;
}

.offer-thumb {
  width: 20%;
  float: left;
}

.offer-box.info {
  color: #002C54;
}
.offer-box.info p:first-of-type {
  text-transform: none;
  font-size: 16px;
}
.offer-box.info .number span {
  font-size: 40px;
  font-weight: bold;
}

.green-bg .content_wrapper {
  background-color: #35AF74;
}

.green-border {
  border: 1px solid #35AF74;
}

.green-border:focus {
  border: 1px solid #555;
}

.text-green, .hr_green {
  color: #35AF74;
}

.hr_green {
  opacity: 1;
}

.datepicker-switch {
  text-align: center;
  text-transform: capitalize;
  color: #35AF74;
}

.next, .prev {
  font-size: 39px;
  color: #002C54;
}

/* googlemap */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

/* end googlemap */
/* Compass*/
.imgA1_form {
  position: absolute;
  z-index: 1;
}

.imgB1_form {
  position: relative;
  z-index: 2;
}

.inputCompass_form {
  visibility: hidden !important;
}

#nav-form {
  display: block;
  height: 200px;
}

area {
  cursor: pointer;
}

.blue-bg {
  background-color: #002C54 !important;
  border-radius: 20px;
  color: white;
}
.blue-bg input {
  color: #000 !important;
  border-radius: 15px;
}
.blue-bg .focus {
  box-shadow: 0 0 5px rgb(232, 45, 107);
  border: 3px solid rgb(232, 45, 107);
}
.blue-bg .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav > ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: white;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

.profile {
  position: absolute;
  right: 0px;
  z-index: 100;
  padding-top: 2px;
}

.recap .form-header.thankyou {
  font-size: 12px !important;
}

.invalid-feedback.show {
  display: block;
  padding: 0 5px;
  border-radius: 16px;
  background-color: white;
}

.icon {
  width: 16px;
  height: 16px;
}

.input-phone-icon, .input-email-icon {
  display: none;
}

.show {
  display: block;
}

.show-spinner {
  display: inline-block;
}

.img-center {
  text-align: center;
  border-radius: 8px;
  width: 10px;
  height: 5%;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

img-fluide {
  max-width: 10px;
  height: 15px;
}

#remove-button, #add-button {
  cursor: pointer;
}

#remove-button:hover, #add-button:hover {
  color: #0a58ca;
}

.flexible {
  display: inline-flex !important;
}

.modal-center {
  padding: 0 61px;
}

.white-bg {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

button.btn-link, button.btn-link:hover {
  color: #35AF74;
  text-decoration: none;
}

button.btn-link:hover {
  text-shadow: 1px 0px #35AF74;
}

img.small {
  width: 23%;
}

.badge {
  border-radius: 2.375rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
}

.bg-danger {
  background-color: #E72565 !important;
}

.alert {
  border-radius: 38px !important;
  border-color: #E72565;
  background-color: rgba(231, 37, 101, 0.1);
}

.incline {
  margin-left: -20px;
}

.alert-danger ul li {
  font-size: 12px;
}

.push {
  margin: 0 0 0 536px;
}

.alert-info {
  border-color: #35AF74;
  background-color: antiquewhite;
}

.dark-link {
  color: #707070;
}

.card-body span {
  font-size: 12px;
}

a.btn-link {
  color: #35AF74;
  text-decoration: none;
}

a.btn-link:hover {
  font-weight: bold;
  color: #35AF74;
}

.blue_link_no_deco {
  color: #002C54;
  text-decoration: none;
}

.fixed-clickToCall {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 145px; /* Ajustez selon votre préférence */
  right: -11px; /* Ajustez selon votre préférence */
  bottom: 10px; /* Ajustez selon votre préférence */
  z-index: 1000; /* Assurez-vous que le bouton reste au-dessus du contenu */
  background-color: #fff; /* Ajoutez une couleur de fond si nécessaire */
  padding: 10px;
  box-sizing: border-box;
  border-top-left-radius: 50px;
  height: 110px;
  min-height: 110px;
  border-bottom-left-radius: 50px;
  box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -2px 10px 14px -3px rgba(0, 0, 0, 0.16);
  border: 1px #D7D7D7;
  overflow: hidden;
}

.centered-button {
  margin-top: -10px; /* Ajustez selon votre préférence */
  margin-top: 5px; /* Ajustez selon votre préférence */
}

.fixed-clickToCall .btn-close {
  position: absolute;
  right: 10px; /* Ajustez selon votre préférence */
  z-index: 1;
  background-color: transparent;
  border: none;
  font-size: 12px; /* Taille de police plus petite */
  color: #000000;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
  left: 57px;
  top: 5px;
}
.fixed-clickToCall .btn-close :hover {
  font-size: 13px; /* Taille de police plus petite */
  font-weight: bold;
}
.fixed-clickToCall .header-text {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  color: #002C54;
  font-weight: 600;
}
.fixed-clickToCall .header-ctc {
  margin-left: -10px;
  margin-top: 30px;
}

#clickToCallButton {
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: 10px;
  color: white;
  font-weight: 6;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
  height: 33px;
  background-color: #FBBE4B;
  box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px #c5c5c5;
}

.ui-state-error {
  border-radius: 15px;
  padding: 3px;
  margin-bottom: 3px;
}

.modal-header.v1 {
  background-color: #FBBE4B;
}

.btn-close.white {
  filter: invert(1);
}

#btn-form-main.white {
  color: white;
}

#nameModal .row {
  margin-top: 15px;
}

.wrapper-info {
  margin: 0 84px;
}

.btn-secondary.px-4 {
  text-transform: uppercase;
}

.modal-footer {
  border-top: none;
}

.content-wrapper-button {
  margin: 0px 42px 0px 110px;
}

@media only screen and (max-width: 576px) {
  .spacer {
    margin-left: 10px;
  }
  .step-description {
    padding-left: 0;
  }
  span.step {
    padding-left: 0;
  }
  .progress-child {
    left: 0;
    width: 100%;
  }
  .content_wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .content_wrapper::before {
    background-size: contain;
    background-position: center bottom;
  }
  .step-two {
    width: 114px;
  }
  .step-two::after {
    left: 87px;
  }
  .step-three {
    width: 180px;
  }
  .step-three::after {
    left: 152px;
  }
  .step-four {
    width: 251px;
  }
  .step-four::after {
    left: 225px;
  }
  .step-five {
    width: 300px;
  }
  .step-five::after {
    left: 290px;
  }
  .step-six {
    width: 390px;
  }
  .step-six::after {
    left: 360px;
  }
  .wrapper-info {
    margin: 0px;
  }
  .content-wrapper-button {
    margin: 0px;
  }
  .style-no-wrap {
    white-space: normal !important;
  }
  .offer-box.info p:first-of-type {
    font-size: 16px;
  }
}

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