/* CSS Document */

h1 {
  font-size: 1.2em;
}
.navbar-mycolor {background-color:#34353E;
z-index: 99;
}
.dropdown{
  z-index: 99;
}
#head-container-cdg {background-color:black; padding-bottom: 2px;}
.form-floating select {
  height: 45px !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.form-floating label {
  margin-top: -2px !important;
  color: black!important;
  font-weight: bold;
}
.form-floating select:focus + label {
  margin-top: -2px !important;
  padding: 5px 5px 5px 5px !important;
  height: 15px !important;
  font-weight: bolder;
}

.form-floating select.itisempty + label {
  margin-top: -2px !important;
  padding: 5px 5px 5px 5px !important;
  height: 15px !important;
  font-weight: bold;
}
.linkEdit {
  cursor: pointer;
  color:brown;
}
.cardimg {
    height: 180px;
    object-fit: cover;
}

.card-title {
    font-weight: 600;
}

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

.css-3d-text {
    font-size: 39px;
    color: #ff8307;
    font-family: Abel, sans-serif;
    text-shadow: 0px 0px 0 rgb(255,131,7),
                 1px 1px 0 rgb(255,131,7),
                 2px 2px  0 rgb(255,131,7),
                 3px 3px 2px rgba(0,0,0,0.44),
                 3px 3px 1px rgba(0,0,0,0.5),
                 0px 0px 2px rgba(0,0,0,.2);
 }


#background-img-orly {
  background:url(../images/airport-orly.jpg) center no-repeat;
  width: 100%;
  height: 411px /* Set height as per you needed */;
}
#background-img-beauvais {
  background:url(../images/airport-beauvaise.jpg) center no-repeat;
  width: 100%;
  height: 411px /* Set height as per you needed */;
}
#background-img-disney {
  background:url(../images/disney.jpg) center no-repeat;
  width: 100%;
  height: 411px /* Set height as per you needed */;
}
.footer-mycolor {
  position:relative;
  background-color:#34353E !important;
  text-align: center;
  padding: 5px;
  color: lightgrey;
  min-height: 100px;
}
.invalid-contact{
  color: red;
}
.listlink{
  color: lightgray;
}
/* ---------------- Calculator Container --------------------- */
.calc-cont {
  position:relative;
  text-align:center;
  padding: 5px 5px 5px 5px;
  background-color:white;
  z-index: 88;
  left: 0;
  margin: 5px 5px 5px 5px;
  height: 100%;
  
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: none;
}
.option-input:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: url(../images/circle-tick.png);
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
}
.calc-header {
  background-color:darkgoldenrod;
  color:white;
  padding: 5px 5px 5px 5px;
  margin: 5px auto;
  
}
.display-prix {
  color:forestgreen !important;
  font-weight: bold;
  font-size: 18px;
  background-color: transparent !important;
  border-color: transparent !important;
}
.erro-msg {
  color: white; 
  background-color: red;
  font-style: italic;
  font-size: 12px;
  width: 100% ;
}
/* Reserve page   */
.dms-col-left{
  padding: 5px;
  background-color: white;
  min-height: 200px;
  color:forestgreen;
  font-weight:600;
  position: relative;
}
.dms-col-right{
  padding: 5px 5px 5px 5px;
  background-color:bisque;
  color: darkslategray;
  position: relative;
}
.per-fields {
  margin-top: 5px;
}
.reserve-cont {
  position:relative;
  text-align:center;
  padding: 5px 5px 5px 5px;
  top: -280px;
  background-color: white!important;
  opacity: .90;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: -270px;
}
hr.rounded {
  border-top: 8px solid grey;
  border-radius: 5px;
}
.res-labels {
  color:darkslategray;
    font-weight:500;
}
.res-h4{
  background-color: coral;
  color: azure;
  margin-left: 5px;
  margin-right: 5px;
}
/* end reserve page  */
/* For mobiles */
@media only screen and (max-width: 600px) {
 
  .calcforminput{
    height: 50px !important;
    
  }
  .calc-cont { 
    top: 2px !important; 
    position: relative;
    padding-left: 5px;
  }
  .reserve-cont { top: 2px !important; position: relative; margin-bottom: 5px; }
} 
/* end of mobile */ 
/* For tablets */
@media only screen and (max-width: 992px) {
  @keyframes carani {
  50% {
    transform: translateX(50vw);
  }
  
}
  .calc-cont {
  position: relative;
}
  .h-i-works{
    flex-flow: column;
  }
  .reserve-cont {
    top: -40px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
}
} 
/* end of tabs */ 
.cardform {
  border-color:darkgoldenrod;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-width: 2px;
  border-style: solid;
  margin-top: -10px;
  box-shadow: 0px 5px 5px grey;
  
  
}
.paxinfo {
  text-align:center; 
  display:inline-block; 
  float:right; 
  width:48%; 
  line-height:14px; 
  font-size: 14px; 
  height:35px;
  margin-top: -35px;
  position: relative;
  background-color:black;
  color: white;
  padding: 5px;
}
.paxinfo:after{
  content: ' ';
  width: 0px;
  height: 0px;
  border-top:10px solid transparent;
  border-left:10px solid transparent;
  border-bottom:10px solid transparent;
  border-right:10px solid black;
  position: absolute;
  right:98%;
  top:50%;
  margin-top: -10px;
    
}
.cardhead {
  background-color:darkgoldenrod;
  color: white;
  display: inline-block;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 50px;
  padding: 5px;
  width: 100%;

}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 100;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  text-decoration: none;
}
.whatsapp-float:hover {
  background-color: #1ebe5d;
}