/*======================= MASTER STYLESHEET ===========================

Template: Turn-Around-Theme
Author: -
Version: -
Design and Developed by: -

=======================================================================*/
/* =========== FONT_CONTROL_START ================ */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap");

/* =========== FONT_CONTROL_END ================ */
/* =========== GENERAL_CONTROL_START ================ */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto Slab", serif;
  background-color: #f6f8fd;
}

html {
  font-size: 100%;
}

button:focus {
  outline: none;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h2,
h1,
h3,
p {
  margin-bottom: 0px;
}

/* =========== GENERAL_CONTROL_END ================ */
/* =========== GENERAL_FORM_START ================ */
.logo_elements {
  text-align: center;
}

.header_layer {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.nav_menu__headerOuter {
  padding: 1rem 0px;
}

.logo_elements a img {
  width: 270px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.form_bannerImage {
  text-align: center;
}

.container__custom {
  max-width: 1000px;
}

.form_bannerText p {
  font-size: 0.6875rem;
  color: #8a8a8a;
  text-align: justify;
  padding: 15px 10px 0px 10px;
  line-height: 0.8125rem;
}

.banner__footerNav {
  margin: 24px 0 0 0;
}

.footer_nav {
  max-width: 720px;
  margin: 0 auto;
}

.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_nav ul li {
  list-style: none;
  font-size: 0.875rem;
  color: #0b72dc;
  position: relative;
  padding: 0px 10px;
}

.footer_nav ul li a {
  color: #878080;
}

.footer_nav ul li::after {
  width: 1px;
  height: 11px;
  content: "";
  top: 6px;
  position: absolute;
  background: #0b72dc;
  right: 0;
}

.footer_nav ul li:last-child::after {
  display: none;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 0px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 7px 20px 7px 20px;
  border: 1px solid #ccc;
  border-radius: 0.5rem !important;
  margin-top: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #e4eaf9;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
}

#msform input::-webkit-input-placeholder,
#msform textarea::-webkit-input-placeholder {
  color: #000000;
  font-weight: 600 !important;
}

#msform input:-ms-input-placeholder,
#msform textarea:-ms-input-placeholder {
  color: #000000;
  font-weight: 600 !important;
}

#msform input::-ms-input-placeholder,
#msform textarea::-ms-input-placeholder {
  color: #000000;
  font-weight: 600 !important;
}

#msform input::placeholder,
#msform textarea::placeholder {
  color: #000000;
  font-weight: 600 !important;
}

#msform input:focus,
#msform textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #0b72dc;
  outline-width: 0;
}

#msform .action-button {
  border-radius: 0.5rem !important;
  background: #0b72dc;
  font-weight: bold;
  color: white;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

#msform .action-button:hover {
  background-color: #ffffff;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #0b72dc;
}

#msform .action-button-previous {
  width: 35px;
  height: 35px;
  background: #e4eaf9 none repeat scroll 0% 0%;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0.5rem;
  cursor: pointer;
  line-height: 0px;
}

#msform .action-button-previous svg {
  width: 10px;
}

.btn_topContinue {
  width: 35px;
  height: 35px;
  background: #e4eaf9 none repeat scroll 0% 0% !important;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0.5rem;
  cursor: pointer;
  border-radius: 0%;
  position: absolute;
  right: 0;
  line-height: 0px;
}

.btn_topContinue svg {
  width: 10px;
  fill: #0b72dc;
}

.triger_previous {
  position: absolute;
  left: 0;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #0b72dc;
}

#msform .action-button-previous:hover svg,
#msform .action-button-previous:focus svg {
  fill: #ffffff;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #0b72dc !important;
}

#msform .action-button:hover svg,
#msform .action-button:focus svg {
  fill: #ffffff;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 1.5625rem;
  color: #0b72dc;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
  text-align: center;
}

.purple-text {
  color: #0b72dc;
  font-weight: normal;
}

.steps {
  font-size: 1.5625rem;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #0b72dc;
}

#progressbar li {
  list-style-type: none;
  font-size: 0.9375rem;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 1.25rem;
  color: #ffffff;
  background: lightgray;
  border-radius: 0.5rem;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.from__email {
    text-align: center;
} 
.from__email input[type="email"]::-webkit-input-placeholder {
  color: #000000;
}

.from__email input[type="email"]:-ms-input-placeholder {
  color: #000000;
}

.from__email input[type="email"]::-ms-input-placeholder {
  color: #000000;
}

.from__email input[type="email"]::placeholder {
  color: #000000;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #673ab7;
}

.progress {
  height: 15px;
}

.progress-bar {
  background-color: #0b72dc;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form_cardBlock {
  margin: 40px 0px 50px;
}

.card_elements {
  border-radius: 7px 7px 0px 0px !important;
  padding: 0px 25px 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.elenent_formInner {
  /* marge en haut */
  margin: 10px 5px 20px;
}

.continue_btn {
  padding: 10px 60px;
}

.header_title {
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  color: #0b72dc;
  text-align: center;
  margin: 0.6rem 0 1rem;
}

.animation_triger {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    left: 100%;
  }

  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    left: 100%;
  }

  to {
    opacity: 1;
    left: 0;
  }
}

.header_blocks {
  justify-content: center;
  margin-top: 20px;
}

.baseForm_form {
  max-width: 400px;
  margin: 0 auto 30px;
  width: 100%;
}

.form_date {
  text-align: center;
}

.baseForm_form__wrapper input#date {
  border-radius: 0.5rem;
  padding: 8px 20px;
  font-family: "Roboto Slab", serif;
}

.baseForm_form__wrapper input#date::-webkit-input-placeholder {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

.baseForm_form__wrapper input#date:-ms-input-placeholder {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

.baseForm_form__wrapper input#date::-ms-input-placeholder {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

.baseForm_form__wrapper input#date::placeholder {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

.baseForm_form__wrapper input#date1 {
  border-radius: 0.5rem;
  padding: 8px 20px;
  font-family: "Roboto Slab", serif;
}

.baseForm_form__wrapper input#date1::-webkit-input-placeholder {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

.baseForm_form__wrapper input#date1:-ms-input-placeholder {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

.baseForm_form__wrapper input#date1::-ms-input-placeholder {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

.baseForm_form__wrapper input#date1::placeholder {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

.baseForm_form__wrapper {
  margin-bottom: 25px;
  position: relative;
}

.error_text {
  margin-top: 4px;
  font-size: 0.875rem;
  color: #c50404;
  font-weight: 700;
  text-align: center;
  display: none;
}

.from__email input[type="email"] {
  border-radius: 0.5rem !important;
  padding: 10px 25px !important;
}

.from__email [type="radio"]:checked,
.from__email [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.from__email [type="radio"]:checked+label,
.from__email [type="radio"]:not(:checked)+label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  height: 45px;
  border-radius: 0.5rem;
  z-index: 1;
  font-size: 1.375rem;
}

.from__email [type="radio"]:checked+label:before,
.from__email [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  background: #e4eaf9;
  border-radius: 0.5rem;
  z-index: -1;
}

.from__email [type="radio"]:checked+label:after,
.from__email [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 100%;
  height: 45px;
  background: #32ce7e;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
  z-index: -1;
}

.from__email [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.from__email [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.from__email .select_blockBtn {
  /* max-width: 350px;*/
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
}

.from__email .select_blocks {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.125rem;
  color: #000000;
  font-weight: 700;
  white-space: nowrap;
}

.from__email_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.baseForm_form_email {
  max-width: 800px;
  margin: 0 auto 30px;
  width: 100%;
}

.select_nameLayer {
  width: 50%;
  text-align: center;
}

.select_nameLayer input[type="text"] {
  max-width: 370px;
  border-radius: 0.5rem !important;
}

.name_lable {
  font-size: 1.75rem;
}

select.form-select.block__input {
  background: #e4eaf9;
  border-radius: 0.5rem;
  min-height: 45px;
  height: 100%;
  color: #000000;
  font-family: "Roboto Slab", serif;
}

.block__input_col {
  margin-bottom: 40px;
}

.block__input__outer {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

select.form-select.block__input {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 7px 20px;
  cursor: pointer;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.title__host {
  font-size: 1.25rem;
  text-align: left;
  display: block;
  color: #0b72dc;
  padding: 0px 0px 0px 19px;
  font-weight: 600;
}

.list__bntFormate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.baseForm_form__radio {
  max-width: 100%;
}

.btn_listRadio {
  max-width: 200px !important;
}

.from__email [type="radio"]:checked+label .select_blocks {
  color: #ffffff;
}

.map_filed input[type="text"] {
  margin-bottom: 20px;
  border-radius: 0.5rem !important;
  padding: 10px 20px !important;
}

.map_filed input[type="number"] {
  margin-bottom: 20px;
  border-radius: 0.5rem !important;
  padding: 10px 20px !important;
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera we desactivate the arrow on number filed */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


img.arrow_lock {
  width: 13px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.arrow_lockOuter {
  position: absolute;
  top: 9px;
  right: 22px;
}

.block_outer_titles {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.head__smallTitle {
  color: #0b72dc;
  margin-top: 20px;
}

.active_elements {
  border: 1px solid #32ce7e !important;
}

.check_boxFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check_boxFile input[type="checkbox"] {
  width: 38px !important;
  height: 20px;
}

.check_boxFile label {
  color: #0b72dc;
  /* font-weight: 600; */
  /* font-size: 1rem; */
  font-size: 0.80rem;
  cursor: pointer;
}

.checkBoxsOuter {
  margin-bottom: 15px;
}

small.error_notice {
  color: red;
  font-weight: 600;
  padding-left: 39px;
}

.phoneNumber {
  margin-bottom: 10px;
}

.phoneNumber input[type="text"] {
  border-radius: 0.5rem !important;
}

.phone_noTitlelayer {
  font-size: 1rem;
  color: #0b72dc;
  text-align: center;
  line-height: 19px;
}

.head__images {
  display: inline-block; 
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.head__images img {
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.successIcon svg {
  fill: #0b72dc;
}
.check_activeIcon{
  position: relative;
}

.check_activeIcon::after {
  content: "";
  position: absolute;
  background: url(../images/green-check.png);
  height: 30px;
  width: 30px;
  right: 16px;
  top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.checkBlock__outer {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 90%;
  }

  .list__bntFormate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .from__email_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .select_nameLayer {
    width: 100%;
  }

  .check_boxFile label {
    line-height: 20px;
    padding-left: 15px;
  }

  .from__email .select_blockBtn {
    max-width: 100% !important;
  }

  .form_cardBlock {
    margin: 40px 0px 0px;
  }

  .baseForm_form__radio {
    margin-bottom: 30px;
  }

  .header_title {
    margin: 0.6rem 0 0.6rem;
    font-size: 1.9rem;
  }

  .head__smallTitle {
    margin-top: 10px;
  }

  .checkBlock__outer {
    margin: 0 auto 20px;
  }
}

/*# sourceMappingURL=style.css.map */