@charset "UTF-8";
/*
  Bootstrap car doverride
*/
/* # Media queries

    Markup

	//   @include phone {
	//	   your css here
	//   }

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Colors */
/* Heights */
.card {
  margin: 15px;
  border: solid thin #E75C0F !important; }

.card-title {
  text-align: center;
  font-weight: 600; }

.card-link img {
  max-width: 50px; }

.card-link-picto > a > img {
  width: 50%; }

@media (min-width: 750px) {
  .card {
    padding: 10px;
    max-width: 315px; }
  .card-img-top {
    display: block; } }

@charset "UTF-8";
/* # Media queries

    Markup

	//   @include phone {
	//	   your css here
	//   }

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Colors */
/* Heights */
.homepage {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-position: -500px; }

.homepage-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  text-align: center; }

.homepage-form-headline {
  margin: 0;
  padding: 10px;
  color: #004856;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1rem; }

.homepage-form-spacer {
  height: 2px;
  border-bottom: solid 3px transparent; }

.homepage-form-content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 15px; }

@media (min-width: 750px) {
  .homepage {
    background-position: -250px; } }

@media (min-width: 1000px) {
  .homepage {
    background-position: 0; }
  .homepage-form {
    top: 0;
    left: 150px;
    margin-top: 0;
    transform: transLateX(-50%); } }

@charset "UTF-8";
/*
  Bootstrap overrides
  And custom classes
*/
/* # Media queries

    Markup

	//   @include phone {
	//	   your css here
	//   }

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Colors */
/* Heights */
/* SINGLEDATEPICKER */
.DateInput_fang {
  display: none !important; }

.DateInput_input {
  font-size: 15px !important;
  padding: 5px inherit !important; }

.SingleDatePickerInput .DateInput {
  width: 75% !important; }

.SingleDatePickerInput_calendarIcon {
  margin: 0 !important;
  padding: 0 inherit !important; }

.homepage-dates > div .SingleDatePicker_picker__directionLeft {
  top: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important; }

/* TRAVELER */
.btn-traveler {
  width: 250px;
  height: 40px;
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  outline: 0; }

.btn-traveler-close {
  color: #004856;
  text-decoration: none;
  ouline: 0; }

.traveler-menu.dropdown-menu.show {
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  padding-bottom: 0; }

.circle {
  height: 30px;
  width: 30px;
  background-color: transparent;
  font-size: 25px;
  margin: 0 10px;
  padding: 0 0 2px 0;
  border-radius: 30px;
  text-align: center;
  line-height: 0px;
  box-sizing: border-box;
  outline: 0; }
  .circle:disabled {
    color: grey;
    border: solid thin grey; }

/* Bootstrap override */
.form-control,
.custom-file-input,
.custom-file-label {
  color: #004856 !important;
  border: solid thin #E75C0F !important; }

.custom-file-label::after {
  content: "Parcourir" !important;
  color: white !important;
  background-color: #E75C0F !important;
  border-left: solid thin #E75C0F !important; }

@media (min-width: 1000px) {
  .SingleDatePicker_picker__directionLeft {
    top: initial !important;
    left: initial !important;
    transform: initial !important; }
  .traveler-menu.dropdown-menu.show {
    left: 0;
    transform: translateX(0); } }

