
html {
    height: 100%
}

#grad1 {
    background-color: #F9FBFF
}


#msform {
    text-align: center;
    position: relative;
    margin-top: -2em
}
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  /* Hide the browser's default checkbox */
  /*.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }*/

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
#msform fieldset .form-card {
    border: 0 none;
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: #F9FBFF;
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform .input_personal,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}


#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: none;
}

#msform .action-button {
    background: #1965FD;
    font-size: 15px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
    font-family: 'Titillium Web', sans-serif;
    border-radius: 30px;
    padding: 16px 60px;
}


#msform .action-button:hover,
#msform .action-button:focus {
    transform: translateY(-3px);
    box-shadow: 0px 10px 30px #1965fd66;
}

#msform .action-button-previous {
    padding: 16px 60px;
    background: #616161;
    font-size: 15px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
    font-family: 'Titillium Web', sans-serif;
    border-radius: 30px;
}



#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    transform: translateY(-3px);
    box-shadow: 0px 10px 30px #1965fd66;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    margin-right: -20em;
    z-index: 0;
    border: none;
    background-color: #F9FBFF;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 15%;
    float: left;
    position: relative;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: transparent;
    font-size: 18px;
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: transparent;
    font-size: 18px;
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: transparent;
    font-size: 18px;
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: transparent;
    font-size: 18px;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: -45px;
    top: 25px;
    z-index: -1
}
#progressbar li:first-child:after {
    display: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1965FD;
    color: #ffff;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.calculez{
    font-family: Rajdhani;
    font-weight: bold;
    font-size: 40px;
}
.vertical-line {
    border-left: 2px solid red;
    display: inline-block;
    height: 170px;
    margin: 0 70px;
    margin-top: 35px;
}

.answer {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: none;
    color: #222222;
}

/* tableau wizard*/
.table_wizard{
    margin-left: -6em;
    text-align: center;
}

.fixed-header .nav-search {
    background: rgba(25, 101, 253, .35);
}

b, strong {
    color: #000;
    margin-left: -2.5em;
    font-weight: bolder;
}

b, li.active strong {
    color: #ffff;
}

.error{
    color: #D8000C;
    background-color: #FFBABA;
 }