/* html { overflow: hidden ; } */
body { background: #fff; font: 18px/1.5 sans-serif; color: #444240; }
img { max-width: 100%; max-height: 100%; }
.bg-city {
    background: url(../img/fond-ville.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
a:hover { text-decoration: none; }
.btn { cursor: pointer; white-space: normal; }
.btn:disabled { cursor: not-allowed; filter: grayscale(100%); }
hr {
    margin: 10px 0;
    width: 100%;
    border-top: 1px solid #e4e4e4;
}
.bg-transparent {
    background: transparent;
}

.bottom-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 200px;
}

.home .row {
    height: calc(100% - 102px) !important;
} 

/* HOME */
.menu-prestations {
    position: absolute;
    top: 27px;
    right: 70px;
    width: auto;
}
.menu-prestations button {
    background: #051568;
    color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 5px 20px;
    cursor: pointer;
}

.menu-prestations button:focus {
    outline: 0;
}

.prestation-logo {
    max-width:100%;
    height: 80px;
    margin-bottom:15px;
}

.prestation-logo img {
    max-width:100%;
    max-height:100%;
}

.logo-center {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 350px;
}
.logo-center img {
    max-width: 100%;
    max-height: 100%;
}

/* BUTTON */
.btn:focus, .btn:active {
    border: 0;
    box-shadow: none;
}

/* LOGO */
.logo-cars img, .logo-online img {
    max-width: 100%;
}
.logo-cars img {
    margin-left: 100px;
    width: 480px;
}
.logo-online img {
    margin-left: 360px;
    width: 230px;
}
.logo-cars, .logo-online {
    position: relative;
}
.logo-cars {
    margin-bottom: 25px;
}
.logo-cars:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #444240;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}
.logo-online:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #051568;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}

/* ETAT VEHICULE */
#canvas, .etat_vehicule {
    background: url(../img/etat_voiture.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 100%;
}

#img1, #img2, #img3, #img4 {
    margin: 0 20px;
    cursor: -webkit-grab;
}

/* LA RECLAME */
.container {
    max-width: 915px;
}
.container-fluid {
    max-width: 1600px;
}


.fs-15 {
    font-size: 1.9rem;
}
.fs-13 {
    font-size: 1.5rem;
}
.pl-6 {
    padding-left: 6rem!important;
}



span.letter-blue {
    color: #051568;
}
.home-icon {
    height: 100px;
    position: relative;
}
.home-icon img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
#previous-card {
    cursor: pointer;
}



.text-blue {
    color: #051568;
}
.text-orange {
    color: #ff7a00;
}
.text-blue-dark {
    color: #002a7d;
}
.btn-blue {
    background: #051568;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    width: 400px;
    height: 180px;
    color: #FFFFFF;
}
.btn-blue:hover, .btn-blue:focus {
    background: #444240;
}
.btn-blue-next {
    background: #051568;
    border-radius: 0;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    color: #FFFFFF;
}
.btn-blue-next:hover, .btn-blue-next:focus {
    background: #444240;
}
.btn-orange {
    background: #ff7a00;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    width: 350px;
    height: 140px;
    color: #FFFFFF;
}
.btn-orange:hover, .btn-blue:focus {
    background: #444240;
}
.btn-orange-next {
    background: #ff7a00;
    border-radius: 0;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    color: #FFFFFF;
}
.btn-orange-next:hover, .btn-orange-next:focus {
    background: #444240;
}

.btn-bleu {
    background: #9cdcbb;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    width: 350px;
    height: 140px;
    color: #FFFFFF;
}


#btn-tech {
    position: fixed;
    bottom: 50px;
    left: 100px;
}
.acces-tech {
    background: #444240;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
}
.acces-tech img {
    max-width: 40px;
    margin-right: 10px;
}

/* BOOKING */
.presta-infos {
    border: 0.5px solid #444240;
    position: relative;
    padding: 0 0 0 70px;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    max-width: 600px;
}
.presta-infos:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    background: #00A440;
    height: 100%;
}
.presta-infos:after {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    width: 15px;
    background: #00A440;
    height: 100%;
}
.presta-infos img {
    max-width: 250px;
}
.choix-rdv {
    padding: 0 0 0 50px;
}
.arrow-r {
    position: relative;
}
.arrow-r:before {
    content: "";
    background: url(/img/booking/arrow-gray@2x.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -35px;
}
#next-card, #validate-booking {
    position: fixed;
    bottom: 50px;
    right: 100px;
}
.paiement-infos {
    border: 0.5px solid #444240;
    position: relative;
    padding: 15px;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    max-width: 600px;
}
.paiement-infos-pickup {
    border: 0.5px solid #444240;
    position: relative;
    padding: 15px;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
}
.paiement-total {
    background: #1886c5;
    color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 2.5rem;
    padding: 10px 30px;
    position: relative;
}
.paiement-total:before {
    content: "Paiement en ligne";
    background: #444240;
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 2rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    z-index: 2;
}
.paiement-total:after {
    content: "";
    background: #444240;
    position: absolute;
    width: 100px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: skew(-40deg);
    z-index: 1;
}
.recap-vehicule-type {
    text-transform: lowercase;
}
.recap-vehicule-marque, .recap-vehicule-modele, .recap-vehicule-carburant {
    text-transform: capitalize;
}
.icon-back {
    width: 60px;
    position: fixed;
    bottom: 50px;
    left: 100px;
}
.icons-cb {
    text-align: center;
}
.icons-cb img {
    display: inline-block;
    width: 50px;
    margin: 0 20px;
}
.contact-hotline {
    background: #444240;
    height: 45px;
    margin-right: 50px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 100;
}
.contact-hotline img {
    margin-right: 5px;
}


/* ADMIN */
.list-orange {
    background: #ff7a00;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    padding: 20px 0px;
}
.list-orange div {
    color: #fff;
    text-align: center;
}
.list-orange div:not(:last-child) {
   border-right: 1px solid #fff;
   padding: 7px 0;
}

.list-green {
    background: #18b232;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 5px 5px 10px 0px #a2a2a2;
    padding: 20px 0px;
}
.list-green div {
    color: #fff;
    text-align: center;
}
.list-green div:not(:last-child) {
   border-right: 1px solid #fff;
   padding: 7px 0;
}

.btn-details {
    background: none;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.booking-action {
    position: fixed;
    bottom: 30px;
    right: 100px;
}
.booking-action div {
    display: inline-block;
    margin: 0 30px;
    width: 300px;
}





/* ANIMATION */
.anime-arrow-1,  .anime-arrow-2,  .anime-arrow-3,  .anime-arrow-4 {
    display: inline-block;
    position:relative;
    height: 20px;
    width: 20px;
    margin: 0 auto;
}

.anime-arrow-1 img, .anime-arrow-2 img, .anime-arrow-3 img, .anime-arrow-4 img {
    display: inline-block;
    position: absolute;

}

.anime-arrow-1 img.top, .anime-arrow-2 img.top, .anime-arrow-3 img.top, .anime-arrow-4 img.top {
    display: none;
}

.anime-arrow-1 img.bottom {
    animation: blink-animation 1s steps(4, end) infinite;
    z-index: 9999;
}

@keyframes blink-animation {
    to {
        transform: translateX(100px);
    }
  }

input[type=checkbox] {
	visibility: hidden;
}

.roundedOne {
	width: 23px;
	height: 23px;
	background: #ff7a00;
	border-radius: 50px;
    position: relative;
    display: inline-block;
    vertical-align:text-bottom;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50px;
	left: 3px;
	top: 3px;
	background: #FFFFFF;
}

.roundedOne label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	background: #ff7a00;
	border-radius: 50px;
	top: 2px;
	left: 2px;
}

.roundedOne input[type=checkbox]:checked + label:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 7px);
}
.form-control, button.btn-mobileSelect-gen span.text {
    font-size : 1.4rem;
    height: 60px !important;
}

.ui-keyboard-preview-wrapper input {
    text-align: center;
}





.mobileSelect-container.white .mobileSelect-buttons a {
    background-color: #051568 !important;
    color: #fff !important;
    font-size: 28px;
}

.mobileSelect-container.white .mobileSelect-buttons a:hover {
    color: #fff !important;
}

.mobileSelect-container .mobileSelect-buttons a {
    padding: 40px 20px !important;
}




#close-locker {
    padding: 30px 70px;
    display: block;
    margin: 30px 0 0 0;
    text-transform: uppercase;
}


.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo):not(.ui-keyboard-space):not(.ui-keyboard-shift) {
    background: #ababab;
}

.top-r {
    position: absolute;
    top: 30px;
    height: 110px;
    right: 100px;
    display: flex;
    align-items: end;
}