
.body-index {
  background-image: url('../images/img3.jpg');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 5rem;
}

.body-flightslist {
  background-color: #faf9f6;
  margin-bottom: 5rem;
}

.counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.counter-btn {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: #555;
}

.counter-btn:hover {
  background: #e0e0e0;
  color: #333;
}

.counter-btn:active {
  background: #d0d0d0;
}

.counter-value-adult {
  width: 40px;
  height: 30px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  -moz-appearance: textfield;
}

.counter-value-adult::-webkit-outer-spin-button,
.counter-value-adult::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.counter-value-adult:focus {
  outline: none;
  background: #f0f8ff;
}

.counter-value-child {
  width: 40px;
  height: 30px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  -moz-appearance: textfield;
}

.counter-value-child::-webkit-outer-spin-button,
.counter-value-child::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.counter-value-child:focus {
  outline: none;
  background: #f0f8ff;
}

.counter-value-infant {
  width: 40px;
  height: 30px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  -moz-appearance: textfield;
}

.counter-value-infant::-webkit-outer-spin-button,
.counter-value-infant::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.counter-value-infant:focus {
  outline: none;
  background: #f0f8ff;
}

#background-card{
  max-width: 400px;
}

.link-body-emphasis{
  cursor: pointer;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.flight-display-card {
  max-width: 400px;
  margin:auto;
}

.logo-company {
  zoom: 0.23;
}

/* 777777777777777777777777777777779 */
/* .flight-display-card .card-header {
  background-color: #007bff;
  color: white;
}
.flight-display-card .card-body {
  background-color: #f8f9fa;
}
.flight-display-card .card-footer {
  background-color: #f1f1f1;
  text-align: center;
} */


.lined {
  display: flex;
  align-items: center;
  text-align: center;
}

.lined::before,
.lined::after {
  content: "";
  display: block;
  height: 1px;
  background: #ccc;
  margin: 0 10px;
  flex: 1;
}

.myBorder{
  /* border: 1px solid red; */
  border: none;
}

/* Aller sam. 30 nov. */
.text-style-itinerary-date{
  font-size: 0.9rem;
  color: #aaa;
}

.text-style-plus-j{
  font-size: 0.75rem;
  color: #ff0000;
  /* font-family: cursive, sans-serif; */
  font-family: monospace, sans-serif;
}

.text-style-itinerary-duration{
  font-size: 0.75rem;
  color: #aaa;
  /* font-family: cursive, sans-serif; */
  font-family: monospace, sans-serif;
}

.text-style-hour{
  font-weight: bold;
  color: #333;
  font-size: 1.1rem;
  font-family: monospace, sans-serif;
}
.color-dot-logo {
  color: white;
  font-size: 0.7rem;
  font-family: sans-serif;
  letter-spacing: -10px;
}

.repositionner-1{
  position: relative;
  top: 3px;
}

.text-style-iata-code{
  font-weight: bold;
  font-size: 1rem;
  color: #777;
  font-family: monospace, sans-serif;
}

.text-style-direct-flight{
  font-size: 1rem;
  color: #178754;
  font-family: monospace, sans-serif;
}

.text-style-stop-flight{
  font-size: 1rem;
  color: #ff4d00;
  font-family: monospace, sans-serif;
}

.text-style-town{
  /* font-family: Georgia, serif; */
  font-family: monospace, sans-serif;
  font-size: 0.8rem;
  color: #777;
}

.text-style-operated{
  font-size: 0.75rem;
  color: #aaa;
  font-family: cursive, sans-serif;
  position: relative;
  top: 2px;
}

.text-style-luggage{
  font-size: 0.85rem;
  color: white;
  font-family: monospace, sans-serif;
}

.text-style-book-button{
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  font-family: sans-serif;
}

.passenger_number_1{
  position: relative;
  top: 2px;
  font-weight: bold;
}

.passenger_number_plus{
  position: relative;
  top: 2px;
  font-weight: bold;
}

.text-style-total{
  font-size: 1rem;
  font-weight: normal;
  color: #666;
  font-family: Arial, sans-serif;
}






















