/*
PAGE RESULTATS
*/
/*.resultats_heure h1 {
    color: red !important;
}*/
.car_resultat {
    width: auto;
}
/*.wrapper_vehicule{
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
}*/

#resultats .navbar-fixed-top {
    background-color: black;
}

#resultats #block_resa{
display: none !important;
}
#resultats .main-header{
    height: auto !important;
}
.wrapper_liste_vehicule {
margin-top: 30px;
}
.wrapper_vehicule {
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
}
button.btn_resa {
    border: none !important;
    padding: 15px !important;
    border-radius: 4px !important;
    width: 100% !important;
}
button.btn_resa:hover {
	border: 1px solid #009ae1 !important;
}
.warning_no_route {
    margin-top: 150px;
}
.warning_no_route a {
    color: #009ae1 !important;
    font-weight: bold;
    transition-duration : 300ms;
}
.warning_no_route a:hover{
    text-decoration:none;
}
p.title_vehicule {
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}
.inf_resultat_car p {
    display: inline-block;
    margin-left: 25px;
    color: #009ae1 !important;
}
.inf_resultat_car p span {
    color: #009ae1 !important;
    margin-top: 4px;
}
.inf_resultat_car p:hover{
	cursor:pointer;
}
.wrapper_resume_reservation {
    margin-top: 150px;
}
.title_reservation {
    color: white;
    background-color: #009ae1;
    padding: 15px;
    margin-bottom: 15px;
}
.title_step {
    color: #999999 !important;
}
.info_resa span {
    font-size: 14px !important;
    display: block;
}
.info_resa span:first-child {
    font-weight: bold;
}
.step_reas {
    background: #ccc;
    display: block;
    text-align: center;
    padding: 15px;
    font-weight: bold
}
.step_reas.active {
    background: #009ae1;
    display: block;
    text-align: center;
    padding: 15px;
    color:white !important;
}
.container_result {
    padding: 0 75px;
}
.resume_reservation .row {
    margin-bottom: 15px;
    position: relative;
}
.resume_reservation .row:after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #ccc;
    bottom: -7px;
    left: 15px;
    position: absolute;
}
.block_img_multi-titre .title_vehicule {
    display: inline-block;
}
.inf_resultat_car .capacite_total {
    color: #181818 !important;
    margin-left: 0;
}
.block_img_multi-titre span {
    margin-top: 3px;
    display: inline-block;
}
.block_img_multi-titre span.dashicons.dashicons-plus {
    margin-left: 10px;
    margin-right: 10px;
}
.block_img_multi-titre .dashicons-plus:before {
    margin-top: 10px;
    display: inline-block;
}
.alert_wrong_adresse{
    margin-top: 110px;
}
a.return_home_error span {
    margin-top: 3px;
    color: #009ae1 !important;
}
a.return_home_error{
    font-weight: bold;
    color: #009ae1 !important;
}
a.return_home_error:hover span{
    text-decoration: none;
}
/***************************************************************************************
STEP 2
***************************************************************************************/





span.btn_resa {
    border: none;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    display:block;
    color:#fff !important;
    text-align: center;
    transition-duration: 300ms;
}
span.btn_resa:hover {
	border: 1px solid #009ae1;
	color:#009ae1 !important;
}
.title_block_form {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 30px 0;
}
.option_car span {
    margin-top: 3px;
    margin-right: 3px;
}
/*style check box*/
.option_car, .label_no_email{
    position: relative;
    padding-left: 30px;
    display: block;
}
.option_car:before, .label_no_email:before{
    position: absolute;
    content: '';
    left: 0px;
    top:0;
    width: 20px;
    height: 20px;
    border:1px solid #ccc;
    display: block;
}
.option_car.coche:before, #entreprise_choice.coche:before, #vol_choice.coche:before, .label_no_email.coche:before{
    background-color:#009ae1; 
}
.option_car input, .label_no_email input{
    position:absolute;
    left:-3000px;
}
.options_information_heure h1{
    margin-bottom: 40px;
}
.options_information_heure h3{
    margin: 30px 0;
}
.row_entreprise, .row_vol, .row_return{
    display: none;
}
#entreprise_choice, #vol_choice,.label_no_email{
    color: #009ae1 !important;
    font-weight: bold;
    padding-left: 30px;
    position:relative;
}
.label_no_email.coche {
    font-weight: 500;
}
#entreprise_choice:hover, #vol_choice:hover, .label_no_email:hover{
    cursor: pointer;
}
#entreprise_choice:before, #vol_choice:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    left: 0;
}


/***************************************************************************************
STEP 3 ON BOARD
***************************************************************************************/





.wrapper_paiement {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #009ae1;
}
button.validation_payment[disabled="disabled"]{
    background-color: #ccc;
}
button.validation_payment {
    background-color: #dff0d8;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px;
    margin: 15px auto;
    color: #3c763d!important;
    transition-duration: 300ms;
}
button.validation_payment:hover{
    cursor: pointer;
}

#pay_sumup .collapse:not(.show) {
    display: block !important;
}
input[name="rgpd_box"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}
.icon_secure_sumup img {
    height: 50px;
    display: block;
    margin-bottom: 15px;
}
.icon_secure_sumup {
    display: flex;
    flex-direction: row;
   justify-content: center;
}

#payment-form {
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
        0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
    margin-top: auto;
    margin-bottom: auto;
}

.hidden {
    display: none;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

/* Buttons and links */
#payment-button {
    background: #4498e2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

#payment-button:hover {
    filter: contrast(115%);
}

#payment-button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #0055DE;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #0055DE;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

/* dynamic payment methods annotation */
#dpm-annotation {
    align-self: center;
    color: #353A44;
    width: 30vw;
    min-width: 500px;
    line-height: 20px;
    margin-bottom: 20px;
}

#dpm-integration-checker {
    display: inline;
    color: #533AFD;
}

/* Payment status page */
#payment-status {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
    width: 30vw;
    min-width: 500px;
    min-height: 380px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
        0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
    opacity: 0;
    animation: fadeInAnimation 1s ease forwards;
}

#status-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
/* 
h2 {
    margin: 0;
    color: #30313D;
    text-align: center;
} */

/* a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: block;
}

a:hover {
    filter: contrast(120%);
} */

#details-table {
    overflow-x: auto;
    width: 100%;
}

table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}

table tbody tr:first-child td {
    border-top: 1px solid #E6E6E6;
    /* Top border */
    padding-top: 10px;
}

table tbody tr:last-child td {
    border-bottom: 1px solid #E6E6E6;
    /* Bottom border */
}

td {
    padding-bottom: 10px;
}

.TableContent {
    text-align: right;
    color: #6D6E78;
}

.TableLabel {
    font-weight: 600;
    color: #30313D;
}

#view-details {
    color: #0055DE;
}

#retry-button {
    text-align: center;
    background: #0055DE;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fadeInAnimation {
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 600px) {

    #payment-form,
    #dpm-annotation,
    #payment-status {
        width: 80vw;
        min-width: initial;
    }
}