@charset "UTF-8";
.white-bg-container {
    width: 60%;
    float: left;
    background-color: #FFF;
    padding: 25px;
}
.card.order-summary {
    width: 37%;
    margin-left: 3%;
    float: left;
}

/*
Specificity in payment page
*/
.paiement .card{
    width: 75%;
}
@media (max-width: 991px) {
    .white-bg-container {
        width: 100%;
        padding: 25px;
    }
    
    .paiement .card{
        width: 100%;
    }
}
@media (max-width: 769px){
    .paiement .col-md-6{
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    .paiement .card{
        width: 100%;
        padding-bottom: 0px;
    }
    
    .card.order-summary {
        width: 100%;
        margin-top: 3%;
        margin-left: 0%;
    }
    #modal-ordersummary .modal-header{
        background-color: #fff;
    }
    #modal-ordersummary .modal-body{
        margin-top: -45px;
    }
    #modal-ordersummary .card-body{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #modal-ordersummary .card.order-summary {
        width: 100%;
        margin-top: 3%;
        margin-left: 0%;
        border: none;
    }
}



@media (max-width: 576px){
    .container {
        max-width: 100%;
    }
    
    .white-bg-container {
        padding: 15px;
    }
}

.hr {
  height: 2px;
  background-color: #F1F1F1;
  width: 80%;
  margin: 70px auto 0px;
}

.bordered {
  border-right: 1px solid #f0f0f0;
}

/* Datepicker */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
  margin: 0 auto;
  padding: 0;
  border: none;
  border-spacing: 0;
}

/* Calendar Wrapper */
.ui-datepicker {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: default;
  text-transform: uppercase;
  font-family: Tahoma;
  font-size: 12px;
  border-radius: 3px;
  background-color: #FFF;
}

/* Calendar Header */
.ui-datepicker-header {
  position: relative;
  padding-bottom: 10px;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 18px;
}

/* Month */
.ui-datepicker-month {
  position: relative;
  color: #223744;
}

/* Year */
.ui-datepicker-year {
  color: #223744;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 3px;
  padding: 5px;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
  padding-left: 0;
}

.ui-datepicker-next {
  right: 0;
  padding-right: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: block;
  width: 40px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("../../img/icon/arrow-right.svg");
  background-repeat: no-repeat;
}

.ui-datepicker-prev span {
  background-position: 0px 0px;
  transform: rotateY(190deg);
  overflow: hidden;
}

.ui-datepicker-next span {
  background-position: -5px 0px;
}

/*
** Breadcrumb
*/
.custom-steps {
  margin-top: 31px;
  overflow: hidden;
}

.custom-steps .progressbar {
  counter-reset: step;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.custom-steps .progressbar li {
  list-style-type: none;
  -ms-flex: 1;
      flex: 1;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7c91f3;
  opacity: 1;
}

.custom-steps .progressbar li h2 {
  color: #7c91f3;
  font-size: 1em;
  font-family: Montserrat;
  letter-spacing: 2.5px;
  font-weight: 600;
}

.custom-steps .progressbar li:before {
  width: 40px;
  height: 40px;
  content: counter(step);
  counter-increment: step;
  line-height: 37px;
  border: 2px solid #7c91f3;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  color: #FFF;
  background-color: #7c91f3;
}

.custom-steps .progressbar li:after {
  width: calc(100% - 37px);
  height: 4px;
  content: '';
  position: absolute;
  background-color: #7c91f3;
  top: 20px;
  z-index: -1;
  right: calc(50% + 20px);
}

.custom-steps .progressbar li:first-child:after {
  content: none;
}

.custom-steps .progressbar li.current:before {
  border-color: #5CCAC0 !important;
  background: #5ccacc !important;
  color: #FFF;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 19px;
  z-index: 11;
}

.custom-steps .progressbar li.active {
  color: #5283ff;
  opacity: 1;
}

.custom-steps .progressbar li.active h2 {
  color: #5ccacc;
}

.custom-steps .progressbar li.active:before {
  border-color: #5ccacc;
  background: #5ccacc;
  color: #FFF;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 19px;
}

.custom-steps .step-title h2 {
  color: #5ccacc;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

@media (max-width: 576px) {
    .custom-steps {
      margin-top: 15px;
    }
    .custom-steps .progressbar li:before{
        width: 35px;
        height: 35px;
        margin-bottom: 0px;
        margin-top: 3px;
        line-height: 33px;
    }
    .custom-steps .progressbar li.active:before{
        font-size: 15px;
    }
}

/* Calendar "Days" */
.ui-datepicker-calendar th {
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Montserrat;
  text-align: center;
  font-weight: normal;
  color: #223744;
}

.ui-datepicker-calendar td {
  padding: 6px 10px;
  text-align: center;
  line-height: 26px;
}

@media (max-width: 420px) {
  .ui-datepicker-calendar td {
    padding: 6px 5px;
  }
}

@media (max-width: 360px) {
  .ui-datepicker-calendar td {
    padding: 6px 2px;
  }
}

.ui-datepicker-calendar .ui-state-default {
  display: block;
  width: 27px;
  height: 25px;
  outline: none;
  line-height: 23px;
  text-decoration: none;
  color: #223744;
  border: 1px solid transparent;
}

.ui-state-disabled span {
  color: #a8a8be9e !important;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background-color: #5283ff;
  transform: scale(1.15);
  opacity: 1;
  border-radius: 50%;
  color: #fff;
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
  background-color: #5283ff;
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  color: #FFF;
}

/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default {
  color: #a8a8be9e;
}

.ui-state-disabled .ui-icon {
  opacity: 0.2;
}

#calendar {
  height: 346px;
}

#calendar_cabinet {
  height: 346px;
}

div#calendar-time {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

div#calendar-time-cabinet {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  div#calendar-time {
    width: 394px !important;
  }
}

@media (max-width: 576px) {
    .calendar__remarque{
        margin-top: 0px;
    }
  div#calendar-time {
    left: 110%;
    display: none;
    width: 100% !important;
    padding-top: 5px;
  }
}

.calendar {
  display: block;
  left: 0;
  z-index: 1;
  position: relative;
}

@media (max-width: 991.98px) {
  .calendar .active {
    width: 410px !important;
  }
}

@media (max-width: 420px) {
  .calendar .active {
    width: 100% !important;
  }
}

.calendar__span {
  color: #223744;
}

.calendar__btn {
  margin-top: 30px;
}

.calendar__back {
  cursor: pointer;
  background-position: 0px 0px;
  transform: rotateY(190deg);
  
  float: left;
    margin-top: -20px;
    margin-left: -10px;
}

.calendar__title {
  color: #5283ff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.calendar__remarque {
  color: #223744;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.custom-calendar {
  position: absolute !important;
  top: 51em !important;
  left: 98em !important;
}

.custom-calendar td {
  padding: 6px 3px;
}

.contact__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #223744;
}

.contact__select {
  position: relative;
}

.contact__select span {
  position: absolute;
  z-index: 9999;
  transform: translateY(50%);
  left: 11px;
  opacity: 0.3;
  top: -1px;
}

.contact__select select {
  padding-left: 34px;
}

.contact__label {
  font-size: 12px;
  color: #223744;
  text-align: left;
  display: block;
}

.contact__condition {
  font-size: 14px;
  color: #223744;
}

.contact__condition span {
  color: #5283ff;
  text-decoration: underline;
}

.contact__retour {
  background-color: #5283ff;
  color: #FFF;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 4px;
  font-family: Lato;
  width: 100%;
  opacity: 0.5;
  margin-bottom: 10px;
}

.contact__valider {
  background-color: #5283ff;
  color: #FFF;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 4px;
  width: 100%;
}

.contact__title {
  font-size: 18px;
  color: #5283ff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}

.paiement__card, .calendar__card {
  width: 394px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 75px;
  border-radius: 15px;
}

@media (max-width: 991.98px) {
  .paiement__card, .calendar__card {
    width: 100%;
  }
}

@media only screen and (min-height: 1000px){
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}


@media (max-width: 576px) {
    .contact__desc {
        font-size: 12px;
        display: none;
    }
    
    .contact__title{
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    
    .contact__label{
        display: none;
    }
    
    .contact__condition{
        font-size: 10px;
    }
    
    .back-link{
        display: none;
    }
    
    .form-group .icon-check{
        top: 33%;
    }
}

.calendar .active, .confirmation .active {
    width: 410px;
    margin-left: 70px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.confirmation .active{
    padding-top: 35px;
}

@media (max-width: 576px) {
  .calendar .active, .confirmation .active {
    width: 100%;
  }
}

.confirmation__card-title {
  font-size: 18px;
  color: #223744;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
}

.confirmation__card-icon {
  margin-bottom: 20px;
}

.confirmation__card-desc {
  margin-bottom: 19px;
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

.confirmation__card-desc:last-child {
  margin-bottom: 0px;
}

.confirmation__card-desc--colored {
  color: #5283ff;
}

.confirmation__card-about {
  font-size: 14px;
  font-weight: 600;
  color: #223744;
  margin-bottom: 1em;
  letter-spacing: 1.6px;
}

.confirmation__card-duree {
  font-size: 12px;
  font-weight: 600;
  color: #223744;
  letter-spacing: 1.6px;
}

.confirmation__card-duree span {
  color: #5283ff;
}

.confirmation__card-content {
  margin-top: 50px;
}

.confirmation__list-item {
  border: 0;
  font-size: 14px;
  color: #223744;
  letter-spacing: 1.1px;
  margin-bottom: 12px;
  display: inline-block;
}

.pack-advantage li{
    font-size: 14px;
}

/*
** Adress choice
*/
#wrapper-adresses{
    margin-bottom: 30px;
}
.container-adress{
    text-align: left;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 5px 10px;
    opacity: 0.8;
    box-sizing: content-box;
    border: 2px solid #fff;
    border-radius: 3px;
}
.container-adress.selected, .container-adress:hover{
    border: 2px solid #5283ff;
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
    padding: 2px 10px;
}
.container-adress .adress-description{
    font-weight: bold;
}
.container-adress .adress-details{
    font-style: italic;
    font-size: 12px;
}
/*google autocompletion should have a z index bigger than .modal*/
.pac-container{
    z-index: 99999999;
}

/*
** Modal
*/
.modal {
  z-index: 9999999;
}
.modal-backdrop.in{
    display: block;
    opacity: 0.5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

@media (max-width: 992px){
    #modal-choosepackreservation .modal-dialog {
        width: 80%;
        max-width: 100%;
    }
}

@media (max-width: 576px){
    #modal-choosepackreservation .modal-dialog {
        width: 96%;
        margin: 0 auto;
    }
}