/* Backend */
#calc_vtc_booking {
width: 95%;
margin-top: 30px;
background-color: #fff;
padding: 20px;
border-radius: 20px;
}
#calc_vtc_booking:hover {
background-color: #fbfbfb;
box-shadow: 1px 1px 5px 1px #ccc;
}
#calc_vtc_booking p {
font-size: 17px;
}
#calc_vtc_booking input[type=text], #calc_vtc_booking input[type=email]{ 
width: 90%;
padding: 5px;
border: #ccc solid 1px;
}
#calc_vtc_booking input[type=submit] {
padding: 5px 25px 5px 25px;
}

#calc_vtc_booking td {
font-size: 15px;
min-width: 300px;
}

#formulaire_vtc_booking select, 
#formulaire_vtc_booking input[type=email], 
#formulaire_vtc_booking textarea {
background-color:#fff !important;
}


/* Front */
#formulaire_vtc_booking {
background-color: #fff;
padding: 20px;
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
line-height: 40px;
}
#formulaire_vtc_booking input[type=text] { 
background-color: #fff;
}
#formulaire_vtc_booking input[type=date] { 
background-color: #fff;
width: 100%;
padding: 10px;
border: 0;
}
#formulaire_vtc_booking select { 
display: inline-block;
vertical-align: top;
margin-bottom: -30px;
}


#formulaire_vtc_booking button {
width: 100%;
margin-top:20px;
}

#ui-datepicker-div {
font-size: 15px !important;
}

#valide {
background-color: #acee93;
color: #333;
padding: 5px;
text-indent: 5px;
border:#99df7e solid 1px;
}



.btn_calculer {
background-color: #2e88a0;
border: 0px;
color: #fff;
padding: 15px 30px 15px 30px;
font-size: 17px;
cursor: pointer;
text-decoration: none;
transition: 0.5s;
top: 10px;
}
.btn_calculer:focus {
opacity: 0.8;
transition: 0.5s;
}
.hm_vtc_input { 
width: 100px; 
display: inline-block;

}

#reponses {
background-color: #fff;
color: #666;
padding: 10px;
width: 98%;
display: block;
margin-bottom: 10px;

margin-right: 10px;
vertical-align: top;
line-height: 30px;
border: #ccc dotted 1px;
}
#reponses u {
text-transform: uppercase;
}
#distance {
background-color: #bcf6b6;
color: #333333;
padding-top: 8px;
padding-bottom: 8px;
border: #9ade93 solid 1px;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
font-size: 28px;
width: 46%;
margin-left: 10px;
display: inline-block;
vertical-align: top;
}


#checkbox_perso {
display: inline-block;
margin-bottom: 10px;
}
#checkbox_perso label {
float:left;
text-align:center;
position:relative;
cursor:pointer;
}
#checkbox_perso label span {
padding:5px 15px 5px 15px;
display:block;
transition:all .2s ease;
font-size: 18px;
opacity:0.4;
}
#checkbox_perso label input {
display:none
}
#checkbox_perso label input:checked + span {
opacity: 1;
}
#limite {
background-color: #c6e4ed;
color: #666;
padding: 10px;
width: 98%;
display: block;
margin-bottom: 10px;
margin-top: 10px;
margin-right: 10px;
vertical-align: top;
line-height: 30px;
border: #ccc dotted 1px;
}
#limite a {
color: #666;
}

/* Accordeon */

.listing_accordeon {
width: 100%;
margin: 0 auto;
overflow: hidden;
list-style: none;
padding: 20px 0px;
}

.listing_accordeon input[type=radio] { display: none; }


.accordeon {
width: 100%;
color: #fff;
overflow: hidden;
border-bottom: 1px dotted #D2D9E2;
}

#accordeon_label {
line-height:50px;
padding-left:10px;
padding-bottom: 15px;
padding-top: 15px;
font-size: 20px;
color: #2e88a0;
font-weight: bold;
cursor: pointer;
transition: 0.5s;
}

#accordeon_label:hover {
color: #000;
}
#accordeon_label span { 
float: left; 
padding-right: 10px;
font-size: 25px;
}
#accordeon_label span:after {
font-family: "Font Awesome 5 Free"; 
font-weight: 900; 
content: "\f107";
}

.contenu_accordeon {
height: 0px;
color: #333;
padding-left: 10px;
transition: 0.5s;
}

.listing_accordeon input:checked ~ #accordeon_label {
color: #000;
}

.listing_accordeon input:checked ~ .contenu_accordeon {
height: auto;
padding-bottom: 20px;
transition: 0.5s;
}

.listing_accordeon input:checked ~ #accordeon_label span {
transform: rotate(180deg);
transition: 0.2s;
color: #000;
}

.listing_accordeon input:checked ~ #accordeon_label span:after {
font-family: "Font Awesome 5 Free"; 
font-weight: 900; 
content: "\f00d";
transition: 1s;
}


@media only screen and (max-width: 700px) {
h1 { 
font-size: 35px;
line-height: 40px;
}
#contenant {
width: 93%;
margin-left: auto;
margin-right: auto;
font-family: 'Montserrat', sans-serif;
font-size: 17px;
line-height: 30px;
}
#blocks {
width: 95%;
min-height: 650px;
display: block;
margin-bottom: 20px;
vertical-align: top;
margin-right: 0px;
padding: 10px;
background-color: #fff;
}


#distance {
background-color: #bcf6b6;
color: #333333;
padding-top: 8px;
padding-bottom: 8px;
border: #9ade93 solid 1px;
text-align: center;
font-weight: bold;
font-size: 24px;
width: 95%;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
display: block;

}


}


