@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v10/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1eYCDE0hM.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Sans Bold'), local('MerriweatherSans-Bold'), url(https://fonts.gstatic.com/s/merriweathersans/v10/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1OZyDE0hM.ttf) format('truetype');
}
/* body {
  background: url(http://farm5.staticflickr.com/4139/4825532997\_7a7cd3d640\_b.jpg);
  background-size: cover;
  height: 100%;
  font-family: 'Merriweather Sans', sans-serif;
  color: #666;
} */

.btn {
  /* border: none;
  padding: 8px;
  background: #2cbab2; */
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px; */
  font-family: 'Merriweather Sans', sans-serif;
}
.btn:hover {
  background: #26a19a;
}




.form-register .steps {
	padding:  35px 50px 20px;
}
.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    width: 100%;
} 
.form-register .steps li,
.form-register .steps li.current {
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    width: 33.33%;
    margin-right: 20px;
    /* background: #fff; */
		background: #e2e1e1;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.form-register .steps li:last-child {
	margin-right: 0;
}
.form-register .steps li .current-info {
	display: none;
}
.form-register .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a .title {
	display: flex;
	display: -webkit-flex;
}
.form-register .steps li a .title .step-icon {
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    font-size: 18px;
    color: #fff;
    font-size: 25px;
    background: #ccc;
    padding: 30px;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.form-register .steps li a .step-icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon,
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
	background: #2bbbad!important;
}
.form-register .steps li a .step-text {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding-top: 18px;
	padding-left: 20px;
}
.form-register .content {
	padding:  0 50px;
}
.form-register .content h2 {
	display: none;
}
.inner .form-heading {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.inner .form-heading h3 {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	margin: 0;
    padding: 0 0 35px;
}
.inner .form-heading span {
	font-weight: 400;
	font-size: 18px;
	color: #ccc;
}
.inner .form-row {
    display: flex;
    margin: 0 -15px;
    position: relative;
    margin-bottom: 25px;
}
.inner .form-row .form-row-inner {
    position: relative;
}
.inner .form-row .form-holder {
    width: 50%;
    padding: 0 15px;
    position: relative;
}
.inner .form-row .form-holder.form-holder-2 {
	width: 100%;
	position: relative;
}
/* .inner .form-row .form-holder .label {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transform-origin: 0 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.inner .form-row .form-holder label.special-label {
    display: block;
    float: none;
    padding-right: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.inner .form-row .form-holder label.special-label-1 {
	font-weight: 600;
	font-size: 14px;
	color: #55e8d5;
}
.inner .form-images {
    margin-bottom: 20px;
}
.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 11.5px 20px;
    border: none;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    background: transparent;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255,255,255,0.3);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.inner .form-row .form-holder .form-control:focus + .label,
.inner .form-row .form-holder .form-control:valid + .label {
    transform: translateY(-34px) scale(0.9);
    -moz-transform: translateY(-34px) scale(0.9);
    -webkit-transform: translateY(-34px) scale(0.9);
    -o-transform: translateY(-34px) scale(0.9);
    -ms-transform: translateY(-34px) scale(0.9);
    color: #55e8d5;
}
input::placeholder {
    color: #fff;
} */
/* input:-ms-input-placeholder { 
   color: #fff;
}
input::-ms-input-placeholder {
   color: #fff;
}
.inner .form-row .form-holder select {
    background: #fff url('../images/wizard_v6_icon.png') no-repeat scroll;
    background-position: right 16px center;
    z-index: 1;
    cursor: pointer;
    color: #666;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}
.inner .form-row .form-holder select#room,
.inner .form-row .form-holder #day,
.inner .form-row .form-holder select#time {
	background: transparent;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255,255,255,0.3);
    color: #fff;
    position: relative;
    background: 0 0;
    z-index: 1;
    cursor: poiter; 
}*/
/* .inner .form-row .form-holder .select-btn {
    z-index: 0;
    position: absolute;
    top: 54.5%;
    right: 6%;
    font-size: 19px;
    cursor: pointer;
    color: #fff;
} */
/* .inner .form-row .form-holder.form-holder-2 .select-btn {
	right: 3.5%;
}
.inner .form-row.form-row-date .form-holder select {
	float: none;
    width: 12.4%;
    margin-right: 20px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.inner .form-row.form-row-date .form-holder select#year {
	width: 13.6%;
}
.inner .form-row .form-holder select option {
	background: #fff;
	color: #666;
}
.inner .form-row .form-holder .ui-datepicker-trigger {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 54.5%;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.inner .form-row.table-responsive {
    border: none;
}
.inner .table-responsive .table {
	width: 100%;
}
.inner .table-responsive tbody {
	text-align: left;
}
.inner .table-responsive tr.space-row {
    display: block;
}
.inner .table-responsive tbody th {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: 0;
}
.inner .table-responsive tbody td {
	color: #55e8d5;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 25px;
} */
.form-register .actions {
  padding: 0 45px 45px;
  display: none;
}
.actions ul {
	list-style: none;
	padding-left: 0;
    margin: 15px 0 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}
.actions ul li.disabled,
.actions ul li:first-child {
	display: none;
}
.actions ul li {
	padding: 0;
    border: none;
    display: inline-flex;
    height: 45px;
    width: 150px;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #43ccba;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.actions ul li:hover {
	background: #32998b
}
.actions ul li a {
	color: #fff;
	text-decoration: none;
    padding: 11px 55px;
}


/* Responsive */
@media screen and (max-width: 991px) {
	.form-register .steps li a .title {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
	}
	.form-register .steps li a .title .step-icon {
		border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
	}
	.form-register .steps li a .step-text {
		padding-bottom: 20px;
    padding-left: 0;
    text-align: center;
	}
	.inner .form-row.form-row-date .form-holder select,
	.inner .form-row.form-row-date .form-holder select#year {
		width: 25%;
	}
}

@media screen and (max-width: 575px) {
	.form-register .steps {
	    padding: 35px 0px 20px;
	}
	.form-register .steps li a .title .step-icon {
		padding:  20px;
		font-size: 20px;
	}
	.form-register .content {
		padding: 0 30px;
	}
	.inner .form-heading span {
		display: none;
	}
	/* .inner .form-images {
		display: none;
	}
	.inner .form-row {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0;
	}
	.inner .form-row .form-holder {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.inner .form-row.form-row-date .form-holder select,
	.inner .form-row.form-row-date .form-holder select#year {
	    float: none;
	    width: 100%;
	    margin-bottom: 20px;
	    margin-right: 0;
	    display: block;
	}
	.inner .form-row .form-holder .ui-datepicker-trigger {
		right: 0;
	}
	.inner .form-row .form-holder .select-btn {
		right: 2%;
	} */

}
.cars {
  border-bottom: solid 1px #8e9295;
  position: relative;
}
.side-bar-right {
  float: right;
}
.side-bar-left {
  float: left;
}
.img-car {
  max-width: 180px;
}
.img-car img {
  max-width: 100%;
}
.description-name-car{
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.cars .price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 400;
}
.section-title h2 {
  display: block!important;
}
.frequence{
  font-weight: lighter;
}
.equipement {
  margin: 10px 0;
}
.description-equipement {
  display: inline-block;
  margin-right: 10px;
}
.description-equipement img {
  width: 20px;
}
.informations {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 12px;
  line-height: 1;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.text-information {
  font-weight: 500;
}
.text-information p {
  cursor: pointer;
  display: inline-block;
}
.text-information p:hover {
  color: #26a19a;
}
.modal-wrap-carateristique li.list-group-item {
  padding: 20px;
}
.btn-selectionner-car{
  position: absolute;
  bottom: 5px;
  right: 0;
}
.resa-minified{
  position: fixed;
  top: 30%;
  left: -500px;
  width: 400px;
  z-index: 99;
  background-color: #fff;
}
.wrap-resume {
  max-height: 400px;
  padding-right: 5px;
  overflow-x: auto;
}
.resa-minified a {
  position: absolute;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  background-color: #2bbbad;
  color: #ffffff;
  width: 36px;
  height: 36px;
  z-index: 11;
  right: 20px;
  top: -17px;
  position: absolute;
  border-radius: 50%;
}
.resa-minified i{
  line-height: 36px !important;
}

.resa-animate-to-right {
  -webkit-animation: slideRight 0.5s forwards;
  -webkit-animation-delay: 0.2s;
  animation: slideRight 0.5s forwards;
  animation-delay: 0.2s;
}
.list-item{
  background-color: #fff;
  display: inline-block;
  z-index: 99;
  padding: 12px;
  margin: 0 2px 12px 0;
  line-height: 1;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
  transition: all 0.3s ease-in-out;
}
@-webkit-keyframes slideRight {
  100% { left: 0; }
}

@keyframes slideRight {
  100% { left: 0; }
}
/* .resa-animate-to-left {
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 0.2s;
  animation: slide 0.5s forwards;
  animation-delay: 0.2s;
}
@-webkit-keyframes slide {
  100% { left: -500px; }
}

@keyframes slide {
  100% { left: -500px; }
} */
.resa-resume.resa, .resa-minified {
  padding: 12px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.resume-fixed{
  position: sticky;
  top: 50px;
}
.resa-resume .title-resume, .resa-minified .title-resume, .title-information {
  font-weight: 500;
}
.edit-date {
  font-weight: 400;
  text-align: right;
  cursor: pointer;
}
.resaModal {
  writing-mode: vertical-rl;
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 88;
  background-color: #2bbbad;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
.resaModal:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.resaModal p {
  margin: 12px;
}
#resa-date .modal-header, #resa-date .modal-footer{
  border: none;

}
.resume-select-car {
  border-bottom: solid 1px #8e9295;
}
.list-suplement {
  margin: 15px 0;
  padding: 10px;
}
.title-suplement {
  line-height: 0.5;
  padding-left: 15px;
}
.md-form .prefix.active, .md-form textarea~label.active {
  color: #18BC9C;
}
.form-check-input[type=checkbox].filled-in:checked+label:after, label.btn input[type=checkbox].filled-in:checked+label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: .25rem;
  border: 2px solid #18BC9C;
  background-color: #18BC9C;
  z-index: 0;
}
.form-check-input[type=checkbox].filled-in:not(:checked)+label:after, label.btn input[type=checkbox].filled-in:not(:checked)+label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid rgb(173, 181, 189);
  border-radius: .25rem;
  top: 0;
  z-index: 0;
}
.form-check {
  padding-left: initial;
}
/* The slow way */
.make-it-slow {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}

/* Transition to a bigger shadow on hover */
.make-it-slow:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* The fast way */
.make-it-fast {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

/* Pre-render the bigger shadow, but hide it */
.make-it-fast::after {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Transition to showing the bigger shadow on hover */
.make-it-fast:hover::after {
  opacity: 1;
}
.hover-details {
  display: none;
  opacity: 1;
}
.more-details {
  cursor: pointer;
  font-family: serif;
}

.box-details{
  position: absolute;
  background-color: #fff;
  display: block;
  z-index: 99;
  padding: 12px 12px 0;
  line-height: 1;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
  transition: all 0.3s ease-in-out;
}
.wrap-validation, .contact-informations {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.total-prix {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 449px) and (max-width: 767px) {
  .equipement{
    position: absolute;
    right: 0;
    top: 50px;
    width: 170px;
    padding: 10px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
  }
}
@media screen and (max-width: 1199px) {
  .resa-resume {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .btn-selectionner-car{
    position: relative;
  }
  .btn-selectionner-car a {
    display: block;
    margin-left: 0;
  }
  .suplement .icon{
    display: none!important;
  }
  .prix-suplement {
    position: relative;
    bottom: 8px;
  }
  .title-suplement {
    padding-left: initial;
    max-width: 140px;
    line-height: initial;
  }
  .wrap-content-validate {
    float: initial!important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .steps {
    display: none;
  }
}
@media screen and (max-width: 449px) {
  .cars .price {
    position: relative;
    float: initial;
  }
  .resa-minified {
    width: 300px;
  }
}

