@font-face {
  font-family: "notera";
  src: url("../vendors/notera/notera_personaluseonly-webfont.woff2") format("woff2"), url("../vendors/notera/notera_personaluseonly-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "autograph";
  src: url("../vendors/autograph/autograf_personaluseonly-webfont.woff2") format("woff2"), url("../vendors/autograph/autograf_personaluseonly-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Color List*/
/*--------------------------------------------------------------------------------------------*/
/*Prefix Styles*/
.btn.light {
  border-color: rgba(0, 0, 0, 0.1);
}
.btn.light:hover, .btn.light:focus {
  border-color: #0d3267;
}

.btn-primary {
  background: #ff3e3e;
  margin-top: 0;
}
.btn-primary:hover, .btn-primary:focus {
  background: #082042;
}
.btn-primary.dark {
  background: #082042;
}
.btn-primary.dark:hover, .btn-primary.dark:focus {
  background: #ff3e3e;
}
.btn-primary.light {
  color: #0d3267;
  background-color: transparent;
}
.btn-primary.light:hover, .btn-primary.light:focus {
  background: #0d3267;
  color: #fff;
}

.btn-margin-50 {
  margin-top: 50px;
}

.btn-primary.coupon {
  margin-top: 0;
}

.btn-outline {
  border-color: #ff3e3e;
  color: #ff3e3e;
  margin-top: 25px;
}
.btn-outline:hover, .btn-outline:focus {
  background: #ff3e3e;
  color: #fff;
}

/*--------------------------------------------------------------------------------------------*/
/*Section Title*/
.section-title .this-top {
  color: #ff3e3e;
}
.section-title .this-main {
  color: #0d3267;
}
.section-title p {
  color: rgba(13, 50, 103, 0.75);
}
.section-title p a {
  color: #ff3d3d;
}
.section-title.white .this-main {
  color: #fff;
}
.section-title.white p {
  color: #fff;
}

/*--------------------------------------------------------------------------------------------*/
/*Top Bar*/
.top-bar {
  background: #f2f5f9;
}

.welcome-texts {
  color: #ff3e3e;
}

.social-lists-wSearch li:first-child {
  border-color: rgba(255, 255, 255, 0.15);
}
.social-lists-wSearch li a {
  color: #fff;
}
.social-lists-wSearch li a:hover, .social-lists-wSearch li a:focus {
  background: none;
  color: #ff3e3e;
}

/*--------------------------------------------------------------------------------------------*/
.info-bar {
  background: #0a2b5a;
}

.info-media {
  color: #fff;
}
.info-media .media-left {
  color: #ff3e3e;
}
.info-media .this-bottom {
  color: #fff;
  margin-bottom: 3px;
}

.cart-count {
  color: #092b5a;
}
.cart-count .badge {
  background: #ff3e3e;
}

.nav-hider {
  color: #fff;
}
.nav-hider[aria-expanded=true] {
  color: #ff3e3e;
}

/*--------------------------------------------------------------------------------------------*/
.main-navigation {
  border-color: #ff3e3e;
  background: none;
}
.main-navigation #main-nav .navbar-nav {
  background: #ff3e3e;
}
@media (max-width: 991px) {
  .main-navigation #main-nav .navbar-nav {
    background: #0d3267;
  }
}
.main-navigation #main-nav .navbar-nav li a {
  color: #fff;
  text-transform: capitalize;
}
.main-navigation #main-nav .navbar-nav li a:hover, .main-navigation #main-nav .navbar-nav li a:focus {
  color: #0d3267;
}
@media (max-width: 991px) {
  .main-navigation #main-nav .navbar-nav li a:hover, .main-navigation #main-nav .navbar-nav li a:focus {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .main-navigation #main-nav .navbar-nav li.active {
    background: #ff3e3e;
  }
}
.main-navigation #main-nav .navbar-nav .dropdown-menu {
  background: #ff3e3e;
}
.main-navigation #main-nav .navbar-nav .dropdown-menu li + li {
  border-color: #ff3e3e;
}
.main-navigation #main-nav .navbar-nav .dropdown-menu li a:hover, .main-navigation #main-nav .navbar-nav .dropdown-menu li a:focus {
  background: none;
}
.main-navigation #main-nav .navbar-nav .active a {
  color: #0d3267;
  background: none;
  font-weight: 700;
}
.main-navigation #main-nav .navbar-nav .active a span {
  border-top-color: #fff;
}
.main-navigation #main-nav .navbar-nav .active .dropdown-menu li a {
  color: #292c45;
}

/*--------------------------------------------------------------------------------------------*/
.slide-banner {
  color: #FFF;
}
.slide-banner .this-cursive span {
  color: #ff3d3d;
}

/*--------------------------------------------------------------------------------------------*/
.fold-banner .inner {
  margin: 0;
  position: relative;
}
.fold-banner .top-text {
  color: #0d3267;
}
.fold-banner .bottom-text {
  color: #ff3e3e;
}

/*--------------------------------------------------------------------------------------------*/
.car-finder-form .inner {
  background: #fff;
}
.car-finder-form .form-title {
  color: #0d3267;
}
.car-finder-form .form-control {
  background: #f5f6f7;
}
.car-finder-form .form-control.placeholder {
  color: rgba(13, 50, 103, 0.3);
}
.car-finder-form .form-control:-moz-placeholder {
  color: rgba(13, 50, 103, 0.3);
}
.car-finder-form .form-control::-moz-placeholder {
  color: rgba(13, 50, 103, 0.3);
}
.car-finder-form .form-control::-webkit-input-placeholder {
  color: rgba(13, 50, 103, 0.3);
}
.car-finder-form .input-group-addon button {
  color: #0d3267;
  background: #f5f6f7;
}
.car-finder-form .return {
  color: #0d3267;
}
.car-finder-form .this-foot .col-xs-4 + .col-xs-4 {
  border-color: #eee;
}
.car-finder-form .date .this-hd {
  color: rgba(13, 50, 103, 0.3);
}
.car-finder-form .day-month .btn {
  color: #0d3267;
}
.car-finder-form .month-year .month .btn {
  border-color: #f5f6f7;
}
.car-finder-form .month-year .btn {
  color: rgba(13, 50, 103, 0.3);
}
.car-finder-form .time {
  color: #0d3267;
}
.car-finder-form .time .btn {
  color: #0d3267;
}
.car-finder-form #driver + label {
  color: #0d3267;
}

/*--------------------------------------------------------------------------------------------*/
.feature {
  color: #0d3267;
}
.feature p {
  color: rgba(13, 50, 103, 0.75);
}

/*--------------------------------------------------------------------------------------------*/
.fleets2 {
  background: #0d3267;
}
.fleets2:after {
  background: #f8f8f8;
}

.fleet.sale-offer .inner {
  border-top-color: #ff3e3e;
}
.fleet .rent {
  color: #ff3e3e;
}
.fleet .rent small {
  color: #ccc;
}
.fleet .reviews {
  color: #767785;
}
.fleet .reviews i {
  color: #ccc;
}
.fleet .reviews i.starred {
  color: #ff3d3d;
}
.fleet .vehicle-title {
  color: rgba(13, 50, 103, 0.75);
}

.fleet2 .inner {
  background: #fff;
  border-top-color: #fff;
}
.fleet2 .vehicle-title:after {
  background: #eee;
}
.fleet2 .specification {
  border-color: #eee;
  background: #f8f8f8;
}
.fleet2 .specification ul li {
  color: rgba(13, 50, 103, 0.75);
}
.fleet2 .details-page {
  color: #fff;
  background: #ff3e3e;
}

/*--------------------------------------------------------------------------------------------*/
.update-partners {
  background: #f2f5f9;
}

.updates .stars {
  color: #ff3d3d;
}
.updates .update-text {
  color: #232323;
}
.updates .update-text .this-title {
  color: #fd7f7b;
  border-color: #fd7f7b;
}
.updates .update-text .price {
  color: #fd7f7b;
}
.updates .update-text .save {
  color: #ff3d3d;
}

/*--------------------------------------------------------------------------------------------*/
.service-offer .inner:after {
  background: rgba(12, 50, 103, 0.4);
}
.service-offer .inner:hover:after, .service-offer .inner:focus:after {
  background: rgba(255, 62, 62, 0.8);
}
.service-offer .text-holder {
  color: #fff;
}
.service-offer .this-area {
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------------------------------------*/
.funfacts .inner {
  background: #0d3267;
  background: -webkit-linear-gradient(top, #0d3165 0%, #0d3267 3px) 0 3px;
  background: -moz-linear-gradient(top, #0d3165 0%, #0d3267 3px) 0 3px;
  background: linear-gradient(top, #0d3165 0%, #0d3267 3px) 0 3px;
}

.fact {
  color: #ff3e3e;
}
.fact .this-about {
  color: #fff;
}

/*--------------------------------------------------------------------------------------------*/
.banner01.row {
  color: #fff;
}
.banner01.row:after {
  background: #0d3267;
}
.banner01.row .this-cursive {
  color: #ff3d3d;
}
.banner01.row .this-deliver u {
  color: #ff3e3e;
}

/*--------------------------------------------------------------------------------------------*/
/*2 Banner Prefolder*/
.banner2-prefolder:after {
  background: #071d3d;
}
.banner2-prefolder .inner {
  background-image: -moz-linear-gradient(0deg, white 0%, white 100%);
  background-image: -webkit-linear-gradient(0deg, white 0%, white 100%);
  background-image: -ms-linear-gradient(0deg, white 0%, white 100%);
  background-image: url("../img/bg/location-voiture-vans-7-et-9-places.jpg");
}
.banner2-prefolder .this-left:before {
  background-image: -moz-linear-gradient(0deg, #0b0e2c87 0%, #0b0e2c70 1%, rgba(34, 36, 59, 0.61961) 100%);
  background-image: -webkit-linear-gradient(0deg, #0b0e2c87 0%, #0b0e2c70 1%, rgba(34, 36, 59, 0.61961) 100%);
  background-image: -ms-linear-gradient(0deg, #0b0e2c87 0%, #0b0e2c70 1%, rgba(34, 36, 59, 0.61961) 100%);
}
.banner2-prefolder .this-right:before {
  background-image: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.46) 60%, rgba(34, 36, 59, 0.44) 100%);
  background-image: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.46) 60%, rgba(34, 36, 59, 0.44) 100%);
  background-image: -ms-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.46) 60%, rgba(34, 36, 59, 0.44) 100%);
}
.banner2-prefolder .this-right .this-texts .this-title2 {
  color: #0a2b5a;
}
.banner2-prefolder .this-right .this-texts p {
  color: rgba(10, 43, 90, 0.75);
}
.banner2-prefolder .this-title {
  color: #ff3e3e;
}
.banner2-prefolder .this-title2 {
  color: #fff;
}
.banner2-prefolder p {
  color: rgba(255, 255, 255, 0.5);
}

.read-more {
  color: #ff3e3e;
}

/*--------------------------------------------------------------------------------------------*/
.site-footer {
  background: #071d3d;
}

.top-footer {
  border-color: #05142c;
}
.top-footer .widget-about p {
  color: rgba(255, 255, 255, 0.25);
}
.top-footer .widget-title {
  color: #fff;
}

.social-nav li a {
  color: #fff;
}
.social-nav li:nth-child(1) a {
  background: #3b5998;
}
.social-nav li:nth-child(1) a + .tooltip .tooltip-arrow {
  border-top-color: #3b5998;
}
.social-nav li:nth-child(1) a + .tooltip .tooltip-inner {
  background: #3b5998;
}
.social-nav li:nth-child(2) a {
  background: #00aced;
}
.social-nav li:nth-child(2) a + .tooltip .tooltip-arrow {
  border-top-color: #00aced;
}
.social-nav li:nth-child(2) a + .tooltip .tooltip-inner {
  background: #00aced;
}
.social-nav li:nth-child(3) a {
  background: #007bb5;
}
.social-nav li:nth-child(3) a + .tooltip .tooltip-arrow {
  border-top-color: #007bb5;
}
.social-nav li:nth-child(3) a + .tooltip .tooltip-inner {
  background: #007bb5;
}
.social-nav li:nth-child(4) a {
  background: #007bb5;
}
.social-nav li:nth-child(4) a + .tooltip .tooltip-arrow {
  border-top-color: #007bb5;
}
.social-nav li:nth-child(4) a + .tooltip .tooltip-inner {
  background: #007bb5;
}
.social-nav li:nth-child(5) a {
  background: #32506d;
}
.social-nav li:nth-child(5) a + .tooltip .tooltip-arrow {
  border-top-color: #32506d;
}
.social-nav li:nth-child(5) a + .tooltip .tooltip-inner {
  background: #32506d;
}

.bottom-footer {
  border-color: #0a2959;
  color: #fff;
}
.bottom-footer a {
  color: #ff3d3d;
}
.bottom-footer a:last-child {
  color: #ff3e3e;
}

.foot-nav li {
  color: rgba(255, 255, 255, 0.25);
}
.foot-nav li i {
  color: #ff3e3e;
}
.foot-nav li a {
  color: rgba(255, 255, 255, 0.25);
}
.foot-nav li a:hover, .foot-nav li a:focus {
  color: #ff3e3e;
}
.foot-nav.style3 li {
  color: rgba(7, 29, 61, 0.75);
}
.foot-nav.style3 li i {
  color: #ff3e3e;
}
.foot-nav.style3 li a {
  color: rgba(7, 29, 61, 0.75);
}
.foot-nav.style3 li a:hover, .foot-nav.style3 li a:focus {
  color: #ff3e3e;
}

/*--------------------------------------------------------------------------------------------*/
.page-cover {
  background-color: #0a2b5a;
}
.page-cover .breadcrumb li {
  color: #ff3e3e;
}
.page-cover .breadcrumb li + li:before {
  color: #ff3e3e;
}
.page-cover .breadcrumb li a {
  color: #fff;
}

.page-title {
  color: #fff;
}

/*--------------------------------------------------------------------------------------------*/
.wrapper-404 .this-message {
  color: #0d3267;
}
.wrapper-404 .this-desc {
  color: rgba(13, 50, 103, 0.75);
}
.wrapper-404 .this-desc a {
  color: #ff3e3e;
}

/*--------------------------------------------------------------------------------------------*/
.contactForm .input-group {
  color: rgba(204, 204, 204, 0.1);
}
.contactForm .form-control {
  color: #fff;
}
.contactForm .form-control.placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.contactForm .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.contactForm .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.contactForm .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.contactForm .input-group-addon {
  color: #ff3e3e;
}
.contactForm .contact-checkbox + label {
  color: #fff;
}
.contactForm .contact-checkbox + label:before {
  color: #ff3e3e;
}

.foot-contct-form .foot-msg {
  color: rgba(255, 255, 255, 0.2);
}
.foot-contct-form .foot-msg span {
  color: #ff3d3d;
}

.contct-form .form-control {
  color: rgba(255, 255, 255, 0.75);
}
.contct-form .form-control.placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.contct-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.contct-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.contct-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.contct-form .textarea-label {
  color: rgba(255, 255, 255, 0.75);
}
.contct-form .textarea-label i {
  color: #ff3e3e;
}
.contct-form .contact-checkbox + label:before {
  color: #ff3d3d;
}
.contct-form textarea.form-control {
  border-color: rgba(255, 255, 255, 0.06);
}

.contact-form-info .error {
  color: rgba(255, 255, 255, 0.2);
}

#success, #error {
  background: rgba(8, 32, 66, 0.5);
}
#success span, #error span {
  color: #fff;
}

.contact-form-area {
  background: rgba(7, 29, 61, 0.95);
}

.form-area .this-inner {
  border-color: rgba(255, 255, 255, 0.06);
}
.form-area .this-title {
  color: #fff;
}

.contact-addresses .media-left .hover-box {
  background: rgba(7, 29, 61, 0.7);
}
.contact-addresses .this-title {
  color: #232323;
}

/*--------------------------------------------------------------------------------------------*/
.popular-fleets-tabs {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
}
.popular-fleets-tabs li a {
  color: #ccc;
}
.popular-fleets-tabs li a:hover, .popular-fleets-tabs li a:focus {
  color: #0d3267;
}
.popular-fleets-tabs li.active a {
  color: #0d3267;
}
.popular-fleets-tabs li.active a:hover, .popular-fleets-tabs li.active a:focus {
  color: #0d3267;
}

.tab-switcher li {
  color: #0d3267;
}
.tab-switcher li:hover, .tab-switcher li:focus {
  color: #ff3e3e;
}

/*Popular Fleet*/
.popular-fleet .inner {
  border-top-color: #fbfbfb;
}
.popular-fleet .media {
  background: #fbfbfb;
}
.popular-fleet .vehicle-title:before {
  background: transparent;
}

/*--------------------------------------------------------------------------------------------*/
/*Banner*/
.banner3 {
  background-color: #fd7f7b;
}
.banner3 .inner {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

/*--------------------------------------------------------------------------------------------*/
.testimonial-row {
  background: #f9f9f9;
}

.testimonial-carousel .owl-dot span {
  background: rgba(13, 50, 103, 0.1);
}
.testimonial-carousel .owl-dot.active {
  background: rgba(255, 62, 62, 0.3);
}
.testimonial-carousel .owl-dot.active span {
  background: #ff3e3e;
}

.testimonial .inner {
  background: #fff;
}
.testimonial p {
  color: rgba(13, 50, 103, 0.75);
}
.testimonial p span {
  color: #ff3d3d;
}
.testimonial .stars {
  color: #ff3d3d;
}
.testimonial .client {
  color: #ff3e3e;
}
.testimonial .client small {
  color: #c7c7c7;
}
.testimonial .client-img {
  background: #f9f9f9;
}

/*--------------------------------------------------------------------------------------------*/
.post-title {
  color: #0d3267;
}
.post-title:hover, .post-title:focus {
  color: #ff3e3e;
}

.post-meta a {
  color: #ff3e3e;
}
.post-meta a + a {
  border-left-color: rgba(221, 221, 221, 0.75);
}
.post-meta .date {
  color: rgba(13, 50, 103, 0.35);
}

i#arrowBack {
  color: #ff3a36;
  font-size: 20px;
  padding-bottom: 15px;
}

a#saveBtn {
  background: #0a3069;
  margin-left: 10px;
}

.x_icon_num.x_icon_num, .x_icon_num.x_icon_num.active, .x_icon_num.x_icon_num.done {
  transition: 0.7s cubic-bezier(0.74, 0.08, 0.14, 0.94);
}

button.btn.dropdown-toggle.btn-default:focus, .filter-option:focus, button.btn.dropdown-toggle.bs-placeholder.btn-default:focus {
  outline: none !important;
}

p.inputLabel {
  margin-left: 10px;
  text-transform: initial;
  font-weight: 400;
  font-size: 13px;
  color: #0b3169;
}

.imgOverlay:after {
  content: "";
  display: block;
  background: #092b5a57;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

span.redBgTxt {
  background: #ff3e3e;
  padding: 10px 15px;
  text-transform: capitalize;
  line-height: 2;
}

h2.this-h1 p {
  line-height: 60px;
}

div.datedropper .pick-submit svg {
  margin: auto;
}

.sections-title {
  color: white;
  line-height: 1;
  font-size: 45px;
}
.sections-title p {
  padding-left: 0 !important;
}

.info-box {
  display: flex;
}

span.caret.tick {
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: 50px;
  position: absolute;
}

img.instant-messaging {
  width: 25px;
  margin-right: 8px;
  margin-top: 2px;
}

select#frontCurrency:focus, select#frontCurrency2:focus {
  outline: none;
}

span.username {
  padding-left: 5px;
}

i.ion-person {
  color: #ff3d3d;
}

p.partners-title {
  padding-top: 50px;
  text-align: center;
  font-size: 24px;
  color: #0c3267;
}

div#driverLicDZone, div#planeTicketDZone {
  border: 2px dotted #082b5a66;
  border-radius: 50px;
}

div#driverLicDZone.error {
  border: 2px dotted red;
  box-shadow: 0 0 5px 0 #ff000075 !important;
}

p.dropZoneErr {
  text-align: center;
  color: red;
}

.dz-error-message {
  margin-top: 20px;
}

h3.dropzone-msg-title, span.dropzone-msg-desc {
  color: #0c3168;
}

.row.ticketuplaod {
  display: flex;
  align-items: center;
}

#planeTicketDZone .dropzone-msg.dz-message.needsclick {
  margin: 0;
}

.dateContainer {
  display: flex;
}

span.input-group-addon.dateIcon {
  display: flex;
  align-items: center;
}

.parcs.pickup.has-error {
  border: red 1px solid;
  box-shadow: 0 0 5px 0 #ff000075;
  border-radius: 50px;
}

label.error {
  color: red;
  font-weight: 400;
}

.dateContainer.datepickup.has-error, .dateContainer.datedropoff.has-error {
  border: 1px solid red;
  border-radius: 50px;
  box-shadow: 0 0 5px 0 #ff000075;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

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