@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700");
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,500,700|Roboto:100,300,400);
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: linear-gradient(180deg, #989898, #fff);
  min-height: 100vh;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea,
html input[type=button],
input[type=reset],
input[type=submit],
button[disabled],
html input[disabled],
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type=checkbox],
input[type=radio],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  all: unset;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

button:hover,
select {
  cursor: pointer;
}

select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

.btn__backToTop {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: #b2b2b2;
  border: 1px solid #989898;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 2;
}
.btn__backToTop img {
  color: #2a3290;
  width: 33px;
}

td[data-label=action] a,
button {
  color: #2a3290;
  background-color: transparent;
}
td[data-label=action] a:hover,
button:hover {
  text-decoration: underline;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  line-height: 1.25;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
.container {
  max-width: 1280px;
  margin: 0 auto auto auto;
}

#page {
  min-height: 100vh;
  /* 1 */
  display: -ms-flexbox;
  display: flex;
  /* 2 */
  -ms-flex-direction: column;
      flex-direction: column;
  /* 3 */
}

.content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  /* 4 */
  padding-top: 66px;
}

h1 {
  text-align: center;
  margin: 3rem 0;
  font-size: 3rem;
  color: #2a3290;
}

.box-dates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  gap: 1rem;
}
.box-dates-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

input[type=date] {
  display: block;
  position: relative;
  padding: 1rem 3.5rem 1rem 0.75rem;
  font-size: 2rem;
  font-family: monospace;
  border: 1px solid #8292a2;
  border-radius: 0.25rem;
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E") right 1rem center no-repeat;
  cursor: pointer;
}

input[type=date]:focus {
  outline: none;
  border-color: #3acfff;
  box-shadow: 0 0 0 0.25rem rgba(0, 120, 250, 0.1);
}

::-webkit-datetime-edit-month-field:hover,
::-webkit-datetime-edit-day-field:hover,
::-webkit-datetime-edit-year-field:hover {
  background: rgba(0, 120, 250, 0.1);
}

::-webkit-datetime-edit-text {
  opacity: 0;
}

::-webkit-clear-button,
::-webkit-inner-spin-button {
  display: none;
}

::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 2.5rem;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  color: #2a3290;
  background: #2a3290;
}

input[type=date]:hover::-webkit-calendar-picker-indicator {
  opacity: 0.05;
}

input[type=date]:hover::-webkit-calendar-picker-indicator:hover {
  opacity: 0.15;
}

@media screen and (min-width: 768px) {
  .box-select {
    -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
    width: 510px;
  }
  .box-select div {
    width: 250px;
  }
}
.form-radios * {
  margin-top: auto;
  vertical-align: bottom;
  height: auto;
}

.label-btn-radios {
  text-align: center;
  margin-bottom: 0.5rem;
}

.label-btn-radios {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0.5rem;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2a3290;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.selectInputDirection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 0.5rem;
  width: 100%;
}
.selectInputDirection:first-child {
  margin-bottom: 1.5rem;
  margin-right: auto;
}

.box-select {
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  gap: 1rem;
}

select {
  width: 250px;
  max-width: 400px;
  height: 5rem;
  padding: 0 4em 0 1em;
  background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center/1.4em, linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.9) 3em);
  box-shadow: rgb(60, 64, 0) 0px 1px 2px 0px, rgba(6, 19, 29, 0.15) 0px 2px 6px 2px;
}
select option {
  background-color: #fff;
}

.arrivee-dp-none {
  display: none;
}

.form-check {
  --border: #d1d5d8;
  --cursor: #89909e;
  --checked: #2a3290 !important;
  --checked-cursor: #fff;
  position: relative;
}

input[type=checkbox]:hover {
  cursor: pointer;
}

.form-check input {
  position: absolute;
  opacity: 0;
  z-index: 2;
}

.form-check label {
  display: grid;
  grid-template-columns: 2em 1fr;
  grid-template-areas: "checkbox label";
  gap: 0.7em;
}

.form-check label::before {
  width: 100%;
  height: 1em;
  border-radius: 1em;
  border: solid 1px var(--border);
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.form-check label::before,
.form-check label::after {
  content: "";
  grid-area: checkbox;
  display: block;
  margin-top: 0.1em;
}

.form-check label::after {
  position: relative;
  top: 2px;
  left: 2px;
  width: calc(1em - 2px);
  height: calc(1em - 2px);
  border-radius: 50%;
  background-color: var(--cursor);
  transition: background-color 0.3s, transform 0.3s;
}

.form-check input:checked + label::before {
  background-color: var(--checked) !important;
  border-color: var(--checked) !important;
}

.form-check input:checked + label::after {
  background-color: var(--checked-cursor) !important;
  transform: translateX(1em);
}

.form-check input:focus + label::before {
  box-shadow: 0 0 0 0.25em #c4dbf9;
  border-color: var(--checked) !important;
}

.form-add-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: baseline;
      justify-content: baseline;
  color: #444;
  font-size: 1.5rem;
  gap: 3rem;
  width: auto;
}
.form-add-order * {
  border-radius: 0.5rem !important;
}

.button {
  padding: 0.5rem 1.5rem;
  border: 1px solid #444;
  box-shadow: rgb(60, 64, 0) 0px 1px 2px 0px, rgba(6, 19, 29, 0.15) 0px 2px 6px 2px;
  border-radius: 0.5rem !important;
  background-color: #2a3290;
  color: #fff;
}

input,
textarea {
  border: 1px solid #444;
  box-shadow: rgb(60, 64, 0) 0px 1px 2px 0px, rgba(6, 19, 29, 0.15) 0px 2px 6px 2px;
  border-radius: 0.5rem !important;
  width: 250px;
  max-width: 400px;
  padding: 1.5rem 0rem;
}

label {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0.5rem;
}

input {
  box-shadow: none !important;
  width: auto;
}

/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */
.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}

.navTrigger i {
  background-color: #2a3290;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}

.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
.nav {
  width: 100%;
  height: 65px;
  position: fixed;
  line-height: 65px;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  top: 0;
  transition: all 0.4s ease;
}

.navTrigger {
  display: none;
}

.nav div.logo {
  float: left;
  width: auto;
  height: 65px;
  padding-left: 0;
}

.nav div.logo a {
  text-decoration: none;
  color: #2a3290;
  font-size: 2.5rem;
}

.nav div.main_list {
  height: 65px;
  float: right;
}

.nav div.main_list ul {
  width: 100%;
  height: 65px;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav div.main_list ul li {
  width: auto;
  height: 65px;
  padding: 0;
  padding-right: 3rem;
}

.nav div.main_list ul li a {
  color: #2a3290;
  line-height: 65px;
  font-size: 2.2rem;
}

img {
  display: block;
  height: 65px;
  width: auto;
}

footer {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  .navTrigger {
    display: block;
  }

  .nav div.logo {
    margin-left: 0px;
  }

  .nav div.main_list {
    height: 0;
    margin-top: 65px;
    overflow: hidden;
  }

  .nav div.show_list {
    height: auto;
    display: none;
  }

  .nav div.main_list ul {
    background-color: #2a3290 !important;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    bottom: 0;
    /*same background color of navbar*/
    background-position: center top;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .nav div.main_list ul li {
    width: 100%;
    text-align: right;
  }

  .nav div.main_list ul li a {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 2.5rem;
    padding: 20px;
    border-bottom: 1px solid #fff;
  }

  .nav div.media_button {
    display: block;
  }
}
@media screen and (max-width: 365px) {
  .nav div.main_list {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  form div {
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }

  .box-dates {
    -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
    width: 510px;
  }
  .box-dates-item {
    width: 240px;
  }
}/*# sourceMappingURL=style.css.map */